.bar {
    width: 30px;
    height: 3px;
    background-color: black; /* Couleur des barres */
    margin: 6px 0;
}

.mobile-menu-icon {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: white; /* Couleur de fond du bouton */
    border-radius: 50%; /* Pour rendre le bouton rond */
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); /* Ombre pour la profondeur */
}

.mobile-menu-icon:hover .bar {
    background-color: #333; /* Nouvelle couleur au survol */
}

.mobile-menu-icon:hover .bar {
    background-color: #333; /* Nouvelle couleur au survol */
}

@media screen and (max-width: 768px) {
    .menu {
        display: none; /* Masquer le menu principal sur les écrans larges */
        z-index: 1000;
    }

    .mobile-menu-icon {
        display: block; /* Afficher le bouton du menu sur les écrans étroits */
    }

    .container img {
        display: none;
    }

.text  h1{
  font-size: 35px;
  text-align: center;
}

.erreur {
  font-size: 8px;
  top:140px;


}

.buttons {
  top:400px;


}



.text  p{
  font-size: 25px;
    position: relative;
    left:70px;
  }

.newsletter {
display: none;

}

    .mobile-container {
        display: block;
        position: relative;
            width: 300px;
            height: 200px;

    }




    .menu.open {
        display: block; /* Afficher le menu principal lorsque le bouton est cliqué */
        position: absolute;
        top: 80px;
        right: 20px;
        background-color: white;
        width: 200px;
        border-radius: 5px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        flex-direction: column;
        align-items: flex-start;
    }

    .menu.open li {
        margin: 10px;
    }
}
