.titre {
text-align: center;
}

#affichage_reponse, #affichage_solution, #affichage_alphabet {
font-size: 30px;
text-align: center;
height: 70px;
}

body {
background-color: white;
}

input[type=checkbox] {
 /* Double-sized Checkboxes */
  -ms-transform: scale(1.2); /* IE */
  -moz-transform: scale(1.2); /* FF */
  -webkit-transform: scale(1.2); /* Safari and Chrome */
  -o-transform: scale(1.2); /* Opera */
  transform: scale(1.2);
  margin: 10px;
}

#input_bases {
font-size: 40px;
height: 70px;
display: flex;
margin: 30px;
background-color: white;
justify-content: center;
flex-wrap: wrap;
}

#box {
margin: 10px;
text-align: center;
}

.cartouchesParametres {
border-radius: 30px;
padding: 10px;
}
