body { 
 background-image: url('../fond.webp');
 background-size: cover; 
 background-repeat: no-repeat;
}

.styledButton {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin: 10px;
}

.cache {
    display: none;
}

.container {
    text-align: center;
    margin-top: 50px;
}

button, input {
    margin: 10px;
}

#lettres {
    font-size: 24px;
    margin-bottom: 20px;
}

#resultat {
    font-weight: bold;
}

.reponseButton {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    display: none; /* Initialiser le bouton comme caché */
}
