@charset "utf-8";
/* CSS Document */

body {
      font-family: sans-serif;
      padding: 20px;
      background:fff;
    }

    .lettre, .btn-solution, .btn-rejouer {
      display: inline-block;
      border: 1px solid #000;
      padding: 4px 8px;
      margin: 2px;
      min-width: 1em;
	  
      text-align: center;
      font-size: 1rem;
      background: white;
      cursor: pointer;
      border-radius: 0px;
      transition: background 0.2s ease;
    }

    .carre-vide {
      background: #eee;
      color: transparent;
    }

    .carre-vide.revelee {
      color: black;
      background: white;
      cursor: default;
    }

    .espace {
      display: inline-block;
      width: 1em;
    }

    .boutons {
      margin: 8px 0 20px 0;
    }

    .jeu-mot {
      margin-bottom: 20px;
      background: #fff;
	  
      padding: 12px;
     
	   border: 1px; border-style: dashed; border-color: #000;
	  
     
    }

    h1 {
      font-size: 1.5em;
      margin-bottom: 1em;
    }
	
	.h3{
	font-size:24px; font-style:normal; font-weight:normal;
}
	
	.mots-introduction {
  margin-top: 2em;
  padding: 1em;
  background-color: #fff8f0;
  border: 2px dashed #f77f00;
  border-radius: 12px;
}

.mot-intro {
  margin-bottom: 1.5em;
  padding: 1em;
  background-color: #fff;
  border-left: 6px solid #ff6600;
  border-radius: 8px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}

.mot-intro p {
  margin: 0.5em 0 0 0;
  font-size: 1.1em;
  line-height: 1.5;
  color: #333;
}
