strong.lettre_pendu {
    font-size: xx-large;
    text-decoration: underline;
    padding: 8px;
}

#clavier,
#explication {
    padding: 7%;
}

#explication {
    display: none;
}

button.grand-gabari {
    margin: 0.5%;
}

button.grand-gabari:disabled {
    cursor: default;
    background-color: #c19b78;
    color: #dad79e;
    box-shadow: none;
}

#bougie_complete {
    padding: 5%;
    width: 8%;
    display: flex;
    flex-direction: column;
}

img.bougie {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}

#bougie_milieu {
    height: 21vh;
}

#suivant {
    position: absolute;
    bottom: 8%;
    right: 5%;
}

#zone_de_jeu{
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

#mot_a_deviner{
    display: flex;
    flex-wrap: wrap;
}