.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('fond_bleu.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-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 */
}

#surmoi {
    text-align: center;
    color: white;
    font-size: 50px;
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

#selection {
    display: flex;
    align-items: center;
    justify-content: center;
}


.ligne-verticale {
    width: 10px; /* Largeur de la ligne */
    background-color: rgb(255, 255, 255); /* Couleur de la ligne */
    height: 600px; /* Hauteur de la ligne */
    margin-top: 20px;
    
}

.ligne-verticale img {
    position: absolute;
    top: 25rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-verticale::after {
    content: '';
    position: absolute;
    top: 25rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white;
}


/* Logo 2 */
.ligne-verticale .logo2 {
    position: absolute;
    top: 32rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-verticale::before {
    content: '';
    position: absolute;
    top: 32rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 3 */
.ligne-verticale .logo3 {
    position: absolute;
    top: 41rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::after {
    content: '';
    position: absolute;
    top: 41rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 4 */
.ligne-verticale .logo4 {
    position: absolute;
    top: 49rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::before {
    content: '';
    position: absolute;
    top: 49rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

.description {
    margin-left: 30px;
    margin-right: 30px;
    font-style: normal;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    color: black;
}

#title-center {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: black;
}


#case1 {
    margin-left: -490;
    margin-top: 10px;
    border-radius: 6px;
    font-size: 12px;
    height: 120px;
    width: 400px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
    
}

#cornet1 {
    position: absolute;
    margin-left: -85px;
    margin-top: -50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case2 {
    margin-left: 100px;
    margin-top: -15px;
    border-radius: 6px;
    font-size: 12px;
    height: 120px;
    width: 400px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet2 {
    position: absolute;
    margin-left: 75px; /* Ajustez selon vos besoins */
    margin-top: -50px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#case3 {
    margin-left: -490;
    margin-top: 5px;
    border-radius: 6px;
    font-size: 12px;
    height: 140px;
    width: 400px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet3 {
    position: absolute;
    margin-left: -85px;
    margin-top: -50px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case4 {
    margin-left: 100px;
    margin-top: 20px;
    border-radius: 6px;
    font-size: 12px;
    height: 110px;
    width: 400px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet4 {
    position: absolute;
    margin-left: 75px; /* Ajustez selon vos besoins */
    margin-top: -50px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#cornetligne {
    position: absolute;
    margin-left: -15px; /* Ajustez selon vos besoins */
    margin-top: 75px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white; /* Changez border-top en border-bottom */
    border-bottom: 20px solid transparent; /* Supprimez cette ligne */
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

.separation {
    width: 75%;
    height: 4px;
    background-color: white;
    margin: 0 auto;
    position: fixed;
    bottom: 25px; /* Marge de 50px par rapport au bas de l'écran */
    left: 50%;
    transform: translateX(-50%);
}

.textetrais {
    color: white;
    text-align: center;
    position: fixed;
    bottom: 30px; /* Marge de 30px par rapport au bas de l'écran */
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    margin-bottom: 30px; /* Espacement supplémentaire de 30px vers le bas */
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 1024px) {
  
    #surmoi {
        text-align: center !important;
        color: white !important;
        font-size: 50px !important;
        font-style: normal !important;
        font-weight: 200 !important;
        font-family: "Poppins", sans-serif !important;
    }
    
    #selection {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .ligne-verticale {
        width: 10px !important; /* Largeur de la ligne */
        background-color: rgb(255, 255, 255) !important; /* Couleur de la ligne */
        height: 600px !important; /* Hauteur de la ligne */
        margin-top: 20px !important;
    }
    
    .ligne-verticale img {
        position: absolute !important;
        top: 24rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 3rem !important; /* Largeur du logo en rem */
        height: auto !important;
        z-index: 1 !important;
    }
    
    .ligne-verticale::after {
        content: '' !important;
        position: absolute !important;
        top: 24rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 4rem !important; /* Diamètre du cercle en rem */
        height: 4rem !important; /* Diamètre du cercle en rem */
        border-radius: 50% !important;
        background-color: white !important;
    }
    
    /* Logo 2 */
    .ligne-verticale .logo2 {
        position: absolute !important;
        top: 32rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 3rem !important; /* Largeur du logo en rem */
        height: auto !important;
        z-index: 1 !important;
    }
    
    .ligne-verticale::before {
        content: '' !important;
        position: absolute !important;
        top: 32rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 4rem !important; /* Diamètre du cercle en rem */
        height: 4rem !important; /* Diamètre du cercle en rem */
        border-radius: 50% !important;
        background-color: white !important;
    }
    
    /* Logo 3 */
    .ligne-verticale .logo3 {
        position: absolute !important;
        top: 41rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 3rem !important; /* Largeur du logo en rem */
        height: auto !important;
        z-index: 1 !important;
    }
    
    .ligne-container::after {
        content: '' !important;
        position: absolute !important;
        top: 41rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 4rem !important; /* Diamètre du cercle en rem */
        height: 4rem !important; /* Diamètre du cercle en rem */
        border-radius: 50% !important;
        background-color: white !important;
    }
    
    /* Logo 4 */
    .ligne-verticale .logo4 {
        position: absolute !important;
        top: 49rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 3rem !important; /* Largeur du logo en rem */
        height: auto !important;
        z-index: 1 !important;
    }
    
    .ligne-container::before {
        content: '' !important;
        position: absolute !important;
        top: 49rem !important; /* Ajustez selon vos besoins */
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        width: 4rem !important; /* Diamètre du cercle en rem */
        height: 4rem !important; /* Diamètre du cercle en rem */
        border-radius: 50% !important;
        background-color: white !important;
    }
    
    .description {
        margin-left: 30px !important;
        margin-right: 30px !important;
        font-style: normal !important;
        font-weight: 300 !important;
        font-family: "Poppins", sans-serif !important;
        color: black !important;
    }
    
    #title-center {
        text-align: center !important;
        font-style: normal !important;
        font-weight: 400 !important;
        font-family: "Poppins", sans-serif !important;
        color: black !important;
    }
    
    #case1 {
        margin-left: -490px !important;
        margin-top: -10px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        height: 145px !important;
        width: 400px !important;
        text-align: center !important;
        background-color: white !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #cornet1 {
        position: absolute !important;
        margin-left: -85px !important;
        margin-top: -50px !important;
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important; /* Hauteur de la partie supérieure du cornet */
        border-bottom: 20px solid transparent !important; /* Hauteur de la partie inférieure du cornet */
        border-left: 20px solid white !important; /* Largeur de la partie gauche du cornet et couleur de fond */
        border-top-left-radius: 6px !important; /* Pour arrondir le coin supérieur gauche */
        border-bottom-left-radius: 6px !important; /* Pour arrondir le coin inférieur gauche */
        text-align: center !important;
        font-size: 15px !important;
        color: black !important;
    }
    
    #case2 {
        margin-left: 100px !important;
        margin-top: -15px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        height: 145px !important;
        width: 400px !important;
        text-align: center !important;
        background-color: white !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #cornet2 {
        position: absolute !important;
        margin-left: 75px !important; /* Ajustez selon vos besoins */
        margin-top: -50px !important; /* Ajustez selon vos besoins */
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-right: 20px solid white !important; /* Changez border-left en border-right */
        border-top-right-radius: 6px !important; /* Pour arrondir le coin supérieur droit */
        border-bottom-right-radius: 6px !important; /* Pour arrondir le coin inférieur droit */
        text-align: center !important;
        font-size: 15px !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #case3 {
        margin-left: -490px !important;
        margin-top: -25px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        height: 165px !important;
        width: 400px !important;
        text-align: center !important;
        background-color: white !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #cornet3 {
        position: absolute !important;
        margin-left: -85px !important;
        margin-top: -50px !important;
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important; /* Hauteur de la partie supérieure du cornet */
        border-bottom: 20px solid transparent !important; /* Hauteur de la partie inférieure du cornet */
        border-left: 20px solid white !important; /* Largeur de la partie gauche du cornet et couleur de fond */
        border-top-left-radius: 6px !important; /* Pour arrondir le coin supérieur gauche */
        border-bottom-left-radius: 6px !important; /* Pour arrondir le coin inférieur gauche */
        text-align: center !important;
        font-size: 15px !important;
        color: black !important;
    }
    
    #case4 {
        margin-left: 100px !important;
        margin-top: -20px !important;
        border-radius: 6px !important;
        font-size: 14px !important;
        height: 150px !important;
        width: 400px !important;
        text-align: center !important;
        background-color: white !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #cornet4 {
        position: absolute !important;
        margin-left: 75px !important; /* Ajustez selon vos besoins */
        margin-top: -50px !important; /* Ajustez selon vos besoins */
        width: 0 !important;
        height: 0 !important;
        border-top: 20px solid transparent !important;
        border-bottom: 20px solid transparent !important;
        border-right: 20px solid white !important; /* Changez border-left en border-right */
        border-top-right-radius: 6px !important; /* Pour arrondir le coin supérieur droit */
        border-bottom-right-radius: 6px !important; /* Pour arrondir le coin inférieur droit */
        text-align: center !important;
        font-size: 15px !important;
        color: black !important;
        display: inline-block !important;
    }
    
    #cornetligne {
        position: absolute !important;
        margin-left: -15px !important; /* Ajustez selon vos besoins */
        margin-top: 65px !important; /* Ajustez selon vos besoins */
        width: 0 !important;
        height: 0 !important;
        border-left: 20px solid transparent !important;
        border-right: 20px solid transparent !important;
        border-top: 20px solid white !important; /* Changez border-top en border-bottom */
        border-bottom: 20px solid transparent !important; /* Supprimez cette ligne */
        border-top-right-radius: 6px !important;
        border-top-left-radius: 6px !important;
        text-align: center !important;
        font-size: 15px !important;
        color: black !important;
        display: inline-block !important;
    }
    
    .separation {
        position: relative;
        margin-top: 30px;
        margin-bottom: 20px;
        left: 0;
        transform: none;
        width: 100%;
        width: 75%;
    }

    .textetrais {
        color: white;
        text-align: center;
        position: relative;
        margin-top: 60px;
        font-size: 40px;
        bottom: 0px
    }  
    
}

@media screen and (min-width: 769px) and (max-height: 931px) {
  
    .choix{
        margin-top: 100px;
        font-size: 30px ;
        color: #fff;
        padding-left: 10px;
    }

    .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 */
    }

    .bouton-menu, .bouton-fermer {
        position: fixed;
        top: 40px;
        font-size: 40px;
        cursor: pointer;
        color: #fff;
        background: none;
        border: none;
        z-index: 1;
    }

    #surmoi {
        text-align: center;
        color: white;
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .ligne-verticale {
        width: 10px; /* Largeur de la ligne */
        background-color: rgb(255, 255, 255); /* Couleur de la ligne */
        height: 575px; /* Hauteur de la ligne */
        margin-top: 20px;
        
    }

    .ligne-verticale img {
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }
    
    .ligne-verticale::after {
        content: '';
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white;
    }

        /* Logo 2 */
    .ligne-verticale .logo2 {
        position: absolute;
        top: 22rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }

    .ligne-verticale::before {
        content: '';
        position: absolute;
        top: 22rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white
    }

    /* Logo 3 */
    .ligne-verticale .logo3 {
        position: absolute;
        top: 29rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }

    .ligne-container::after {
        content: '';
        position: absolute;
        top: 29rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white
    }

    /* Logo 4 */
    .ligne-verticale .logo4 {
        position: absolute;
        top: 36rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }

    .ligne-container::before {
        content: '';
        position: absolute;
        top: 36rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white
    }

    .title-center {
        text-align: center;
        font-style: normal;
        font-weight: 200;
        font-family: "Poppins", sans-serif;
    }

    .description {
        margin-left: 20px;
        margin-right: 20px;
    }

    #cornetligne {
        position: absolute;
        margin-left: -15px; /* Ajustez selon vos besoins */
        margin-top: -20px; /* Ajustez selon vos besoins */
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white; /* Changez border-top en border-bottom */
        border-bottom: 20px solid transparent; /* Supprimez cette ligne */
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
        text-align: center;
        font-size: 15px;
        color: black;
        display: inline-block;
    }

    #case1 {
        margin-left: -345;
        margin-top: 40px;
        border-radius: 6%;
        font-size: 14px;
        height: 190px;
        width: 275px;
        text-align: center;
        background-color: white;
        color: black;
        display: inline-block;
    }

    #cornet1 {
        position: absolute;
        margin-left: -60px;
        margin-top: -145px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
        border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
        border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
        border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
        border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
        text-align: center;
        font-size: 15px;
        color: black;
    }

    #case2 {
        margin-left: 80px;
        margin-top: -80px;
        border-radius: 6px;
        font-size: 14px;
        height: 215px;
        width: 275px;
        text-align: center;
        background-color: white;
        color: black;
        display: inline-block;
    }

    #cornet2 {
        position: absolute;
        margin-left: 50px; /* Ajustez selon vos besoins */
        margin-top: -165px; /* Ajustez selon vos besoins */
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid white; /* Changez border-left en border-right */
        border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
        border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
        text-align: center;
        font-size: 15px;
        color: black;
        display: inline-block;
    }

    #case3 {
        margin-left: -345;
        margin-top: -70px;
        border-radius: 6px;
        font-size: 14px;
        height: 215px;
        width: 275px;
        text-align: center;
        background-color: white;
        color: black;
        display: inline-block;
    }

    #cornet3 {
        position: absolute;
        margin-left: -60px;
        margin-top: -200px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
        border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
        border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
        border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
        border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
        text-align: center;
        font-size: 15px;
        color: black;
    }

    #case4 {
        margin-left: 80px;
        margin-top: -120px;
        border-radius: 6px;
        font-size: 14px;
        height: 200px;
        width: 275px;
        text-align: center;
        background-color: white;
        color: black;
        display: inline-block;
    }

    #cornet4 {
        position: absolute;
        margin-left: 50px; /* Ajustez selon vos besoins */
        margin-top: -170px; /* Ajustez selon vos besoins */
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid white; /* Changez border-left en border-right */
        border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
        border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
        text-align: center;
        font-size: 15px;
        color: black;
        display: inline-block;
    }

    .separation {
        position: relative;
        margin-top: 30px;
        margin-bottom: 20px;
        left: 0;
        transform: none;
        width: 100%;
        width: 75%;
    }

    .textetrais {
        color: white;
        text-align: center;
        position: relative;
        margin-top: 60px;
        font-size: 40px;
        bottom: 0px
    }  
}

@media screen and (min-width: 536px) and (max-width: 768px) {
    .choix{
        margin-top: 100px;
        font-size: 30px ;
        color: #fff;
        padding-left: 10px;
    }

    .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 */
    }

    .bouton-menu, .bouton-fermer {
        position: fixed;
        top: 40px;
        font-size: 40px;
        cursor: pointer;
        color: #fff;
        background: none;
        border: none;
        z-index: 1;
    }

    #surmoi {
        text-align: center;
        color: white;
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .ligne-verticale {
        width: 10px; /* Largeur de la ligne */
        background-color: rgb(255, 255, 255); /* Couleur de la ligne */
        height: 575px; /* Hauteur de la ligne */
        margin-top: 20px;
        
    }

    .ligne-verticale img {
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }
    
    .ligne-verticale::after {
        content: '';
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white;
    }

    /* Logo 2 */
.ligne-verticale .logo2 {
    position: absolute;
    top: 22rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-verticale::before {
    content: '';
    position: absolute;
    top: 22rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 3 */
.ligne-verticale .logo3 {
    position: absolute;
    top: 29rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::after {
    content: '';
    position: absolute;
    top: 29rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 4 */
.ligne-verticale .logo4 {
    position: absolute;
    top: 36rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::before {
    content: '';
    position: absolute;
    top: 36rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

.title-center {
    text-align: center;
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.description {
    margin-left: 20px;
    margin-right: 20px;
}

#cornetligne {
    position: absolute;
    margin-left: -15px; /* Ajustez selon vos besoins */
    margin-top: -20px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white; /* Changez border-top en border-bottom */
    border-bottom: 20px solid transparent; /* Supprimez cette ligne */
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#case1 {
    margin-left: -245;
    margin-top: 40px;
    border-radius: 6%;
    font-size: 11px;
    height: 190px;
    width: 175px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet1 {
    position: absolute;
    margin-left: -60px;
    margin-top: -145px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case2 {
    margin-left: 80px;
    margin-top: -65px;
    border-radius: 6px;
    font-size: 11px;
    height: 200px;
    width: 175px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet2 {
    position: absolute;
    margin-left: 50px; /* Ajustez selon vos besoins */
    margin-top: -165px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#case3 {
    margin-left: -245;
    margin-top: -105px;
    border-radius: 6px;
    font-size: 11px;
    height: 250px;
    width: 175px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet3 {
    position: absolute;
    margin-left: -60px;
    margin-top: -200px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case4 {
    margin-left: 80px;
    margin-top: -120px;
    border-radius: 6px;
    font-size: 11px;
    height: 200px;
    width: 180px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet4 {
    position: absolute;
    margin-left: 50px; /* Ajustez selon vos besoins */
    margin-top: -170px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

.separation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    left: 0;
    transform: none;
    width: 100%;
    width: 75%;
}

.textetrais {
    color: white;
    text-align: center;
    position: relative;
    margin-top: 60px;
    font-size: 40px;
    bottom: 0px
}  
}

@media screen  and (min-width: 390px) and (max-width: 536px) {

    .choix{
        margin-top: 100px;
        font-size: 30px ;
        color: #fff;
        padding-left: 10px;
    }

    .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 */
    }

    .bouton-menu, .bouton-fermer {
        position: fixed;
        top: 40px;
        font-size: 40px;
        cursor: pointer;
        color: #fff;
        background: none;
        border: none;
        z-index: 1;
    }

    #surmoi {
        text-align: center;
        color: white;
        font-size: 50px;
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .ligne-verticale {
        width: 10px; /* Largeur de la ligne */
        background-color: rgb(255, 255, 255); /* Couleur de la ligne */
        height: 500px; /* Hauteur de la ligne */
        margin-top: 20px;
        
    }

    .ligne-verticale img {
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 3rem; /* Largeur du logo en rem */
        height: auto;
        z-index: 1;
    }
    
    .ligne-verticale::after {
        content: '';
        position: absolute;
        top: 15rem; /* Ajustez selon vos besoins */
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4rem; /* Diamètre du cercle en rem */
        height: 4rem; /* Diamètre du cercle en rem */
        border-radius: 50%;
        background-color: white;
    }

    /* Logo 2 */
.ligne-verticale .logo2 {
    position: absolute;
    top: 22rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-verticale::before {
    content: '';
    position: absolute;
    top: 22rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 3 */
.ligne-verticale .logo3 {
    position: absolute;
    top: 29rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::after {
    content: '';
    position: absolute;
    top: 29rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

/* Logo 4 */
.ligne-verticale .logo4 {
    position: absolute;
    top: 36rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 3rem; /* Largeur du logo en rem */
    height: auto;
    z-index: 1;
}

.ligne-container::before {
    content: '';
    position: absolute;
    top: 36rem; /* Ajustez selon vos besoins */
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4rem; /* Diamètre du cercle en rem */
    height: 4rem; /* Diamètre du cercle en rem */
    border-radius: 50%;
    background-color: white
}

.title-center {
    text-align: center;
    font-style: normal;
    font-weight: 200;
    font-family: "Poppins", sans-serif;
}

.description {
    margin-left: 20px;
    margin-right: 20px;
}

#cornetligne {
    position: absolute;
    margin-left: -15px; /* Ajustez selon vos besoins */
    margin-top: -20px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white; /* Changez border-top en border-bottom */
    border-bottom: 20px solid transparent; /* Supprimez cette ligne */
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#case1 {
    margin-left: -200;
    margin-top: -20px;
    border-radius: 6%;
    font-size: 9.3px;
    height: 180px;
    width: 130px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet1 {
    position: absolute;
    margin-left: -60px;
    margin-top: -145px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case2 {
    margin-left: 80px;
    margin-top: -75px;
    border-radius: 6px;
    font-size: 9.3px;
    height: 200px;
    width: 130px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet2 {
    position: absolute;
    margin-left: 50px; /* Ajustez selon vos besoins */
    margin-top: -165px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

#case3 {
    margin-left: -200;
    margin-top: -100px;
    border-radius: 6px;
    font-size: 9.3px;
    height: 250px;
    width: 130px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet3 {
    position: absolute;
    margin-left: -60px;
    margin-top: -200px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent; /* Hauteur de la partie supérieure du cornet */
    border-bottom: 20px solid transparent; /* Hauteur de la partie inférieure du cornet */
    border-left: 20px solid white; /* Largeur de la partie gauche du cornet et couleur de fond */
    border-top-left-radius: 6px; /* Pour arrondir le coin supérieur gauche */
    border-bottom-left-radius: 6px; /* Pour arrondir le coin inférieur gauche */
    text-align: center;
    font-size: 15px;
    color: black;
}

#case4 {
    margin-left: 80px;
    margin-top: -120px;
    border-radius: 6px;
    font-size: 9px;
    height: 200px;
    width: 130px;
    text-align: center;
    background-color: white;
    color: black;
    display: inline-block;
}

#cornet4 {
    position: absolute;
    margin-left: 50px; /* Ajustez selon vos besoins */
    margin-top: -170px; /* Ajustez selon vos besoins */
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white; /* Changez border-left en border-right */
    border-top-right-radius: 6px; /* Pour arrondir le coin supérieur droit */
    border-bottom-right-radius: 6px; /* Pour arrondir le coin inférieur droit */
    text-align: center;
    font-size: 15px;
    color: black;
    display: inline-block;
}

.separation {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    left: 0;
    transform: none;
    width: 100%;
    width: 75%;
}

.textetrais {
    color: white;
    text-align: center;
    position: relative;
    margin-top: 60px;
    font-size: 40px;
    bottom: 0px
}  
}