.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 : 30rem;
    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 : 35rem;
    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: 17rem;
    right: 12rem
}

#nombre4 {
    color: #fff;
    position: absolute;
    top : 15.5rem;
    right: 1rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.icone6 {
    height: 5%;
    position: absolute;
    top: 25rem;
    right: 12.5rem
}

#nombre6 {
    color: #fff;
    position: absolute;
    top : 22.5rem;
    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: 45rem;
    left: 23rem
}

#nombre5 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 45rem;
    left: 30rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

#nombre7 {
    color: #fff;
    height: 12%;
    position: absolute;
    top: 53rem;
    left: 30rem;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
} 

.icone7 {
    height: 12%;
    position: absolute;
    top: 53rem;
    left: 23rem
}

#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%;
}

#icon-glpi {
    color: white;
    position: absolute;
    top: 31rem; /* Ajustement de votre valeur d'origine */
    left: 65%;
    transform: translateX(-50%);
}

#up {
    color:#fff;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    margin-top: 50rem;
    text-align: center;
}

#graphique {
    position:relative;
    display: flex;
    width: 55rem;
    border: 1px solid rgb(255, 255, 255);
    margin-bottom: 5rem;
}

#place {
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 1920px) and (max-width: 2400px) {

    
    #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 : 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: 35rem;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        font-weight: 200;
        font-style: normal;
        margin-right: 10rem;
    }
    
    .icone5 {
        height: 12%;
        position: absolute;
        top: 55rem;
        left: 35rem
    }
    
    #nombre5 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 55.5rem;
        left: 43rem;
        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;
    }

    .icone7 {
        height: 12%;
        position: absolute;
        top: 45rem;
        left: 35rem
    }
    
    #nombre7 {
        color: #fff;
        height: 12%;
        position: absolute;
        top: 45.5rem;
        left: 43rem;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
    } 

    #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%;
    }


    #icon-glpi {
        color: white;
        position: absolute;
        bottom: 60px; /* Ajustement de votre valeur d'origine */
        left: 65%;
        transform: translateX(-50%);
    }

    #up {
        color:#fff;
        font-size: 25px;
        font-family: "Poppins", sans-serif;
        font-weight: 300;
        font-style: normal;
        position: relative;
        margin-top: 53rem;
    }
    #graphique {
        display: flex;
        width: 65rem;
        border: 1px solid rgb(255, 255, 255);
        font-size: 25px;
        position:relative;

      }
}