.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;
}

.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 : 9rem;
    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: 15rem;
    right: 12rem
}

#nombre3 {
    color: #fff;
    position: absolute;
    top : 14rem;
    right: 2rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone4 {
    height: 7%;
    position: absolute;
    top: 19.5rem;
    right: 12rem
}

#nombre4 {
    color: #fff;
    position: absolute;
    top : 18.5rem;
    right: 2.5rem;
    font-size: 25px;
    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 : 29rem;
    right: 4rem;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#texte {
    color: #fff;
    position: absolute;
    top : 15rem;
    left: 25rem;
    margin-right: 15rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.icone5 {
    height: 12%;
    position: absolute;
    top: 30rem;
    left: 25rem
}

#nombre5 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 30rem;
    left: 32rem;
    font-size: 25px;
    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;
    }
    
    #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;
    }
    
    .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 : 9rem;
        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: 15rem;
        right: 12rem
    }
    
    #nombre3 {
        color: #fff;
        position: absolute;
        top : 14rem;
        right: 2rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone4 {
        height: 7%;
        position: absolute;
        top: 19.5rem;
        right: 12rem
    }
    
    #nombre4 {
        color: #fff;
        position: absolute;
        top : 18.5rem;
        right: 2.5rem;
        font-size: 25px;
        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 : 29rem;
        right: 4rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #texte {
        color: #fff;
        position: absolute;
        top : 15rem;
        left: 32rem;
        margin-right: 15rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
    }
    
    .icone5 {
        height: 12%;
        position: absolute;
        top: 27rem;
        left: 32rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 28rem;
        left: 40rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
}

@media screen and (min-width: 425px) and (max-width: 768px) {

    #titre {
        color:#fff;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        width: auto;
        margin-left: 3rem;
    }
    
    .icone1 {
        height: 10%;
        position: absolute;
        top: 7rem;
        left: 2rem
    }
    
    #nombre {
        color: #fff;
        position: absolute;
        top : 7rem;
        left: 7rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone2 {
        height: 5%;
        position: absolute;
        top: 8.5rem;
        left: 18rem
    }
    
    #nombre2 {
        color: #fff;
        position: absolute;
        top : 5rem;
        left: 21.5rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #titre-comp {
        color: #fff;
        position: absolute;
        top : 11.5rem;
        left: 3.5rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 7px;
    }

    .icone3 {
        height: 6%;
        position: absolute;
        top: 12.9rem;
        left: 15rem
    }
    
    #nombre3 {
        color: #fff;
        position: absolute;
        top : 11.5rem;
        left: 18rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone4 {
        height: 6%;
        position: absolute;
        top: 12.8rem;
        right: 16rem;
    }
    
    #nombre4 {
        color: #fff;
        position: absolute;
        top : 11.5rem;
        right: 7rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #titre-outils {
        color: #fff;
        position: absolute;
        top : 15rem;
        left: 3.5rem;
        margin-right: -1.5rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 7px;
        padding-bottom: 4rem;
    }
    
    #outils {
        color: #fff;
        position: absolute;
        top : 15.5rem;
        left: 14rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    #texte {
        color: #fff;
        position: absolute;
        top : 23rem;
        left: 3.5rem;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-right: 3rem;
    }
    
    .icone5 {
        height: 12%;
        position: absolute;
        top: 33rem;
        left: 3.5rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 33rem;
        left: 10rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    } 
}

@media screen and (max-width: 426px) {
    #titre {
        color:#fff;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        width: auto;
        margin-left: 3rem;
    }
    
    .icone1 {
        height: 9%;
        position: absolute;
        top: 7rem;
        left: 2rem
    }
    
    #nombre {
        color: #fff;
        position: absolute;
        top : 6.5rem;
        left: 6rem;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone2 {
        height: 5%;
        position: absolute;
        top: 8rem;
        left: 15rem
    }
    
    #nombre2 {
        color: #fff;
        position: absolute;
        top : 6.5rem;
        left: 18rem;
        font-size: 22px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #titre-comp {
        color: #fff;
        position: absolute;
        top : 11.5rem;
        left: 3.5rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 7px;
        padding-bottom: 5rem;
    }

    .icone3 {
        height: 5%;
        position: absolute;
        top: 15.5rem;
        left: 4rem
    }
    
    #nombre3 {
        color: #fff;
        position: absolute;
        top : 14.2rem;
        left: 7rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    .icone4 {
        height: 5%;
        position: absolute;
        top: 17.8rem;
        left: 4rem;
    }
    
    #nombre4 {
        color: #fff;
        position: absolute;
        top : 16.8rem;
        left: 7rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }
    
    #titre-outils {
        color: #fff;
        position: absolute;
        top : 20rem;
        left: 3.5rem;
        margin-right: -1.5rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        border: 1px solid rgb(255, 255, 255);
        padding: 7px;
        padding-bottom: 6rem;
    }
    
    #outils {
        color: #fff;
        position: absolute;
        top : 22.5rem;
        left: 4.5rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    }

    #texte {
        color: #fff;
        position: absolute;
        top : 30rem;
        left: 3.5rem;
        font-size: 18px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-right: 3rem;
    }
    
    .icone5 {
        height: 10%;
        position: absolute;
        top: 47rem;
        left: 3.5rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 46rem;
        left: 10rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    } 
}
