.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;
}

#backButton1 {
    position: absolute;
    border: 2px solid white;
    width: 100px;
    height: 50px;
    font-size: 20px;
    margin-top: -6rem;
    margin-left:6rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: transparent;
    color: #ffff;
    text-align: right;
    border-radius: 30px; /* Arrondir les bords */
    z-index: 1;
    cursor: pointer;
}

#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;
}

#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;
}

#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: 4rem;
    font-size: 20px;
    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;
}

.icone3 {
    height: 6%;
    position: absolute;
    top: 11rem;
    right: 12.5rem
}

#nombre3 {
    color: #fff;
    position: absolute;
    top : 9rem;
    right: 5rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone4 {
    height: 7%;
    position: absolute;
    top: 13.5rem;
    right: 12rem
}

#nombre4 {
    color: #fff;
    position: absolute;
    top : 12rem;
    right: 1rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone6 {
    height: 5%;
    position: absolute;
    top: 20rem;
    right: 12.5rem
}

#nombre6 {
    color: #fff;
    position: absolute;
    top : 18rem;
    right: 4rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#texte {
    color: #fff;
    position: absolute;
    top : 15rem;
    left: 23rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.icone5 {
    height: 12%;
    position: absolute;
    top: 46rem;
    left: 35rem
}

#nombre5 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 46rem;
    left: 43rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#nombre7 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 56rem;
    left: 43rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
} 

.icone7 {
    height: 12%;
    position: absolute;
    top: 55rem;
    left: 35rem
}

#description {
    color: white;
    text-align: left;
    position: relative;
    bottom: -100px; /* Ajustement de votre valeur d'origine */
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
    margin-left: 0%;
    margin-right: 40%;
}

#images {
    display: flex;
    justify-content: center;
    margin-top: 11.5rem;
    margin-left: 15rem;
    height: 15%;
}

.separation {
    width: 75%;
    height: 4px;
    background-color: white;
    margin: 20px auto;
    position: absolute;
    left: 13%;
    bottom: -15rem;
    
}

.textetrais {
    color: white;
    text-align: center;
    font-size: 40px;
    position: absolute;
    bottom: -13.5rem; /* Ajustez la marge du bas selon vos besoins */
    left: 50%;
    transform: translateX(-50%);
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

@media screen and (min-width: 1920px) and (max-width: 2000px){

    .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;
    }
    
    #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;
    }
    
    #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: 4rem;
        font-size: 20px;
        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;
    }
    
    .icone3 {
        height: 6%;
        position: absolute;
        top: 11rem;
        right: 12.5rem
    }
    
    #nombre3 {
        color: #fff;
        position: absolute;
        top : 9rem;
        right: 5rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone4 {
        height: 7%;
        position: absolute;
        top: 13.5rem;
        right: 12rem
    }
    
    #nombre4 {
        color: #fff;
        position: absolute;
        top : 12rem;
        right: 1rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone6 {
        height: 5%;
        position: absolute;
        top: 20rem;
        right: 12.5rem
    }
    
    #nombre6 {
        color: #fff;
        position: absolute;
        top : 18rem;
        right: 4rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #texte {
        color: #fff;
        position: absolute;
        top : 15rem;
        left: 30rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
    }
    
    .icone5 {
        height: 12%;
        position: absolute;
        top: 46rem;
        left: 35rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 46rem;
        left: 43rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #nombre7 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 56rem;
        left: 43rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    } 
    
    .icone7 {
        height: 12%;
        position: absolute;
        top: 55rem;
        left: 35rem
    }
    
    #description {
        color: white;
        text-align: left;
        position: relative;
        bottom: -100px; /* Ajustement de votre valeur d'origine */
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-left: 0%;
        margin-right: 40%;
    }
    
    #images {
        display: flex;
        justify-content: center;
        margin-top: 11rem;
        margin-left: 5rem;
        height: 12%;
    }

    .separation {
        width: 75%;
        height: 4px;
        background-color: white;
        margin: 20px auto;
        position: absolute;
        left: 13%;
        bottom: -1rem;
        
    }
    
    .textetrais {
        color: white;
        text-align: center;
        font-size: 40px;
        position: absolute;
        bottom: 1rem; /* Ajustez la marge du bas selon vos besoins */
        left: 50%;
        transform: translateX(-50%);
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
}