
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('use.png') 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-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

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: 30px ;
    color: #fff;
    padding-left: 17px;
}

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;
}

/*SEPARATION*/

.petiteseparation {
    width: 25%;
    height: 4px;
    background-color: white;
    position: absolute;
    margin-top: 5px;
    left: 0%
}

.petiteseparation2 {
    width: 25%;
    height: 4px;
    margin-top: 5px;
    background-color: white;
    position: absolute; /* position absolue pour placer la ligne */
    right: 0%; /* distance de 25% depuis la droite */
}

.titrecompet {
    color: white;
    font-size:35px;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

#backButton {
    position: absolute;
    border: 2px solid white;
    width: 100px;
    height: 50px;
    font-size: 20px;
    margin-top: 1rem;
    margin-left:3rem;
    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;
}

.placement {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;

}
.compt {
    margin-left: 7rem;
    margin-top: 2rem;
    width: 400px;
    height: 350px;
    background-image: url('Windows-New-Logo-650x366.webp');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: 320px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.baniére {
    z-index: 1; /* Assurez-vous que la bannière est au-dessus de l'image */
    width: 399px;
    height: 40px;
    position: absolute;
    color: white;
    text-align: center;
    font-size: 20px;
    background-color: rgb(38, 129, 226);
    border: 1px solid rgb(255, 255, 255);
    border-top-left-radius: 30px; /* Arrondir le coin supérieur gauche */
    border-top-right-radius: 30px; /* Arrondir le coin supérieur droit */
}

.barre-horizontal {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2 {
    width: 13rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.compt2 {
    margin-left: 35rem;
    margin-top: -22rem;
    width: 400px;
    height: 350px;
    background-image: url('aide_a_la_personne.webp');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.barre-horizontal1-1 {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2-1 {
    width: 9rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.compt3 {
    margin-left: 63rem;
    margin-top: -22rem;
    width: 400px;
    height: 350px;
    background-image: url('reparation_ordi.webp');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: cover; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.barre-horizontal1-2 {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2-2 {
    width: 13rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.compt4 {
    margin-left: 7rem;
    margin-top: 2rem;
    width: 400px;
    height: 350px;
    background-image: url('cable-reseau.png');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.barre-horizontal1-3 {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2-3 {
    width: 11rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.compt5 {
    margin-left: 35rem;
    margin-top: -22rem;
    width: 400px;
    height: 350px;
    background-image: url('ticket-de-support.png');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: 300px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.barre-horizontal1-4 {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2-4 {
    width: 10rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.compt6 {
    margin-left: 63rem;
    margin-top: -22rem;
    width: 400px;
    height: 350px;
    background-image: url('organisateur.png');
    background-color: rgba(255, 255, 255, 0.851);
    background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
    background-position: center; /* Centre l'image sur l'arrière-plan */
    background-repeat: no-repeat; /* Ne pas répéter l'image */
    border: 1px solid rgb(255, 255, 255);
    transition: transform 0.3s ease; /* Animation de transition */
    border-radius: 30px; /* Arrondir les bords */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.barre-horizontal1-5 {
    width: 15rem;
    height: 20px;
    background-color: #2f608c;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.barre-horizontal2-5 {
    width: 12rem;
    height: 20px;
    background-color: #5186b5;
    color: white;
    text-align: center;
    border-radius: 10px; /* Arrondi les bords */
    position: absolute;
    margin-top: 20rem;
    margin-left: 5rem;
    z-index: 1;
}

.separation {
    width: 75%;
    height: 4px;
    background-color: white;
    margin: calc(20vh - 50px) auto 0; /* Réduisez la marge inférieure à 0 */
    position: relative;
    left: 38%;
    transform: translateX(-50%);
}

.textetrais {
    color: white;
    text-align: center;
    position: absolute;
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
    top: 90rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    margin: calc(-45vh - 50px) auto 0; /* Réduisez la marge inférieure à 0 */
}

@media screen and (max-width: 430px) {
  
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('use.png') 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 */
    }
    
    body {
        overflow-x: hidden !important;
    }

    .barremenu {
        padding: 50px; 
        color: white ;
        display: flex;
        justify-content: center;
        gap: 50px;
        font-size: 12px;
    }
    
    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: 30px;
        color: #fff;
        padding-left: 8px;
    }
    
    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;
    }
    
    /*SEPARATION*/
    
    .petiteseparation {
        width: 25%;
        height: 4px;
        background-color: white;
        position: absolute;
        margin-top: 5px;
        left: 0%
    }
    
    .petiteseparation2 {
        width: 25%;
        height: 4px;
        margin-top: 5px;
        background-color: white;
        position: absolute; /* position absolue pour placer la ligne */
        right: 0%; /* distance de 25% depuis la droite */
    }

    .titrecompet {
        color: white;
        font-size:50px;
        margin-left: 22vw;
        margin-top: 16rem;
    }

    .compt  {
        margin-left: 4rem !important;
        margin-top: 0rem !important;
        width: 400px;
        height: 350px;
        background-image: url('Windows-New-Logo-650x366.webp');
        background-color: white;
        background-size: 320px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2 {
        width: 13rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .compt2 {
        margin-left: 4rem !important;
        margin-top: 2rem !important;
        width: 400px;
        height: 350px;
        background-image: url('aide_a_la_personne.webp');
        background-color: white;
        background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-1 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2-1 {
        width: 9rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .compt3 {
        margin-left: 4rem !important;
        margin-top: 2rem !important;
        width: 400px;
        height: 350px;
        background-image: url('reparation_ordi.webp');
        background-color: white;
        background-size: cover; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-2 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2-2 {
        width: 13rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .compt4 {
        margin-left: 4rem !important;
        margin-top: 0rem !important;
        width: 400px;
        height: 350px;
        background-image: url('cable-reseau.png');
        background-color: white;
        background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-3 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2-3 {
        width: 11rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .compt5 {
        margin-left: 4rem !important;
        margin-top: 2rem !important;
        width: 400px;
        height: 350px;
        background-image: url('ticket-de-support.png');
        background-color: white;
        background-size: 300px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-4 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2-4 {
        width: 10rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .compt6 {
        margin-left: 4rem !important;
        margin-top: 2rem !important;
        width: 400px;
        height: 350px;
        background-image: url('organisateur.png');
        background-color: white;
        background-size: 250px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-5 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }
    
    .barre-horizontal2-5 {
        width: 12rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 20rem;
        margin-left: 5rem;
        z-index: 1;
    }

    .separation {
        width: 75%;
        height: 4px;
        background-color: white;
        margin: calc(5vh - 50px) auto 0 !important; /* Réduisez la marge inférieure à 0 */
        position: relative;
        left: 38%;
        transform: translateX(-50%);
    }
    
    .textetrais {
        color: white;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        margin: calc(0vh - 50px) auto 0 !important; /* Réduisez la marge inférieure à 0 */
    }

}

@media screen and (min-width: 1920px) and (max-width:2000px) {
    
    .baniére {
        z-index: 1; /* Assurez-vous que la bannière est au-dessus de l'image */
        width: 299px;
        height: 40px;
        position: absolute;
        color: white;
        text-align: center;
        font-size: 23px;
        background-color: rgb(38, 129, 226);
        border: 1px solid rgb(255, 255, 255);
        border-top-left-radius: 30px; /* Arrondir le coin supérieur gauche */
        border-top-right-radius: 30px; /* Arrondir le coin supérieur droit */
    }
    
    .compt {
        margin-left: 14rem;
        margin-top: 2rem;
        width: 300px;
        height: 250px;
        background-image: url('Windows-New-Logo-650x366.webp');
        background-color: white;
        background-size: 220px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }

    .barre-horizontal {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2 {
        width: 13rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .compt2 {
        margin-left: 37rem;
        margin-top: -15.6rem;
        width: 300px;
        height: 250px;
        background-image: url('aide_a_la_personne.webp');
        background-color: white;
        background-size: 150px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-1 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2-1 {
        width: 9rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .compt3 {
        margin-left: 60rem;
        margin-top: -15.6rem;
        width: 300px;
        height: 250px;
        background-image: url('reparation_ordi.webp');
        background-color: white;
        background-size: 230px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-2 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2-2 {
        width: 13rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .compt4 {
        margin-left: 14rem;
        margin-top: 2rem;
        width: 300px;
        height: 250px;
        background-image: url('cable-reseau.png');
        background-color: white;
        background-size: 170px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-3 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2-3 {
        width: 11rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .compt5 {
        margin-left: 37rem;
        margin-top: -15.6rem;
        width: 300px;
        height: 250px;
        background-image: url('ticket-de-support.png');
        background-color: white;
        background-size: 200px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-4 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2-4 {
        width: 10rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .compt6 {
        margin-left: 60rem;
        margin-top: -15.6rem;
        width: 300px;
        height: 250px;
        background-image: url('organisateur.png');
        background-color: white;
        background-size: 150px; /* Redimensionne l'image pour couvrir tout l'arrière-plan */
        background-position: center; /* Centre l'image sur l'arrière-plan */
        background-repeat: no-repeat; /* Ne pas répéter l'image */
        border: 1px solid rgb(255, 255, 255);
        transition: transform 0.3s ease; /* Animation de transition */
        border-radius: 30px; /* Arrondir les bords */
    }
    
    .barre-horizontal1-5 {
        width: 15rem;
        height: 20px;
        background-color: #2f608c;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    
    .barre-horizontal2-5 {
        width: 12rem;
        height: 20px;
        background-color: #5186b5;
        color: white;
        text-align: center;
        border-radius: 10px; /* Arrondi les bords */
        position: absolute;
        margin-top: 14rem;
        margin-left: 2rem;
        z-index: 1;
    }
    

    .textetrais {
        color: white;
        text-align: center;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 40px;
        margin: calc(-45vh - 50px) auto 0; /* Réduisez la marge inférieure à 0 */
    }

    body {
        overflow-x: hidden !important;
    }
    
}