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

.lettre {
  display: inline-block;
  border: 1px solid #444;
  padding: 4px;
  margin: 1px;
  min-width: 1em;
  text-align: center;
  font-family: sans-serif;
  cursor: default;
}

.carre-vide {
  background: #eee;
  color: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.carre-vide.revelee {
  color: black;
  background: white;
  cursor: default;
}
.espace {
  display: inline-block;
  width: 1em;}/* augmente l’espace entre les mots */
  
  button {
  display: inline-block;
  border: 1px solid #444;
  padding: 3px;

  min-width: 1em;
  text-align: center;
  font-family: sans-serif;
  cursor: pointer;
  font-size: 1.1em;
   line-height: 1.6;
      margin-left: 0.5em;
  
  
  }