.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('fond_bleu2.jpg') no-repeat;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1; /* Assurez-vous que l'overlay est en dessous du contenu */
    pointer-events: none; /* Ignore les événements de souris */
}

.barremenu {
	padding: 50px; 
	color: white ;
	display: flex;
	justify-content: center;
    gap: 100px;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

a {
    text-decoration: none;
    color: white;
}

.barremenu a {
    position: relative;
    text-decoration: none;
    color: white;
    transition: color 0.3s ease-in-out; /* Transition pour la couleur du texte */
}

.barremenu a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: white;
    transition: width 0.3s ease-in-out; /* Transition pour la largeur du soulignement */
}

.barremenu a:hover {
    color: white; /* Couleur du texte au survol */
}

.barremenu a:hover::after {
    width: 100%; /* Largeur du soulignement au survol */
}

.menu-container {
    position: fixed;
    top: 0;
    left: -200px; /* Initial position, menu is off-screen */
    width: 200px;
    height: 100%;
    background-color: #2974e4;
    transition: left 0.3s ease; /* Transition effect for smooth sliding */
    z-index: 1; /* Valeur de z-index pour placer le menu au-dessus des autres éléments */
    opacity: 95%;
}

.bouton-menu, .bouton-fermer {
    position: fixed;
    top: 10px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
    z-index: 1;
}

.bouton-fermer {
    left: 150px;
    display: none; /* Initialement invisible */
}

.choix{
    margin-top: 100px;
    font-size: 25px ;
    color: #fff;
    padding: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

a {
    text-decoration: none;
    color: white;
}

.choix a {
    position: relative;
    text-decoration: none;
    color: white;
    transition: color 0.3s ease-in-out; /* Transition pour la couleur du texte */
}

.choix a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: white;
    transition: width 0.3s ease-in-out; /* Transition pour la largeur du soulignement */
}

.choix a:hover {
    color: white; /* Couleur du texte au survol */
}

.choix a:hover::after {
    width: 100%; /* Largeur du soulignement au survol */
}

ul {
    list-style-type: none;
    text-align: left;
    margin-left: 15px;
}

#titre {
    color:#fff;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone1 {
    height: 10%;
    position: absolute;
    top: 9rem;
    left: 4rem
}

#nombre {
    color: #fff;
    position: absolute;
    top : 9rem;
    left: 9.5rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone2 {
    height: 5%;
    position: absolute;
    top: 16.5rem;
    left: 5.5rem
}

#nombre2 {
    color: #fff;
    position: absolute;
    top : 15rem;
    left: 9.5rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#titre-comp {
    color: #fff;
    position: absolute;
    top : 10rem;
    right: 4rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px;
}

.icone3 {
    height: 6%;
    position: absolute;
    top: 16rem;
    right: 12.5rem
}

#nombre3 {
    color: #fff;
    position: absolute;
    top : 14rem;
    right: 4.5rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone4 {
    height: 7%;
    position: absolute;
    top: 21rem;
    right: 12rem
}

#nombre4 {
    color: #fff;
    position: absolute;
    top : 19.5rem;
    right: 1rem;
    font-size: 23px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#titre-outils {
    color: #fff;
    position: absolute;
    top : 32rem;
    right: 5.2rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    border: 1px solid rgb(255, 255, 255);
    padding: 5px;
}

#outils {
    color: #fff;
    position: absolute;
    top : 36.5rem;
    right: 1rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone6 {
    height: 5%;
    position: absolute;
    top: 27.5rem;
    right: 12.5rem
}

#nombre6 {
    color: #fff;
    position: absolute;
    top : 25rem;
    right: 4rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#texte {
    color: #fff;
    position: absolute;
    top : 15rem;
    left: 35rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.icone5 {
    height: 12%;
    position: absolute;
    top: 33rem;
    left: 35rem
}

#nombre5 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 34rem;
    left: 43rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (max-width: 1536px) {

    #titre {
        color:#fff;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone1 {
        height: 10%;
        position: absolute;
        top: 9rem;
        left: 4rem
    }
    
    #nombre {
        color: #fff;
        position: absolute;
        top : 9rem;
        left: 9.5rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone2 {
        height: 5%;
        position: absolute;
        top: 15.5rem;
        left: 5.5rem
    }
    
    #nombre2 {
        color: #fff;
        position: absolute;
        top : 14rem;
        left: 9.5rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone3 {
        height: 6%;
        position: absolute;
        top: 11rem;
        right: 12rem
    }
    
    #titre-comp {
        color: #fff;
        position: absolute;
        top : 6rem;
        right: 4rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 5px;
    }

    #nombre3 {
        color: #fff;
        position: absolute;
        top : 10rem;
        right: 4rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone4 {
        height: 7%;
        position: absolute;
        top: 15rem;
        right: 12rem
    }
    
    #nombre4 {
        color: #fff;
        position: absolute;
        top : 14.5rem;
        right: 1rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #titre-outils {
        color: #fff;
        position: absolute;
        top : 25rem;
        right: 5.6rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 5px;
    }

    #outils {
        color: #fff;
        position: absolute;
        top : 30rem;
        right: 2rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    #texte {
        color: #fff;
        position: absolute;
        top : 15rem;
        left: 25rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-right: 10rem;
    }
    
    .icone5 {
        height: 12%;
        position: absolute;
        top: 30rem;
        left: 30rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 30rem;
        left: 38rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    } 

    .icone6 {
        height: 5%;
        position: absolute;
        top: 21rem;
        right: 12.5rem
    }
    
    #nombre6 {
        color: #fff;
        position: absolute;
        top : 19.5rem;
        right: 4rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
}