/* Styles spécifiques pour les mobiles */
@media (max-width: 768px) {
    body {
        font-size: 14px;
        padding: 10px;
    }
}


h1{
    font-size: 14vw;
}

h2 {
    font-size: 5.2vw;
    padding-bottom: 5vw;
}

.attente {
    top: 65%;
    font-size: 6vw; /* Taille du texte ajustable */
    font-family: 'Times New Roman', Times, serif;
    width: 60vW;

}

.attenteFond{height: 110%;}

.menuAcc {
    font-size: 4.5vw;
    color: rgb(175, 175, 175);
    opacity: 0; /* Commence invisible */
    animation: opacite 1s linear forwards 6s; /* Animation d'apparition avec délai */
}

.menuAcc:hover {
    color: black;
    font-style: italic;
}

.menuUn {
    position: absolute;
    top: 1vw;
    text-align: center;
    left: 41%;

}

.menuDeux {
    position: absolute;
    bottom: 1vw;
    text-align: center;
    left: 41vw;
}

.menuTrois {
    position: absolute;
    bottom: 48vh;
    text-align: center;
    left: -8vw;
    transform: rotate(-90deg); /* Centre verticalement et horizontalement, inclinaison légère */

}

.menuQuatre {
    position: absolute;
    bottom: 48vh;
    text-align: center;
    right: -6vw;
    transform: rotate(90deg); /* Centre verticalement et horizontalement, inclinaison légère */

}



.menuImg {
    position: fixed;
    width: 6vw;
    top: 0.5vw;
    left: 1vw;
}