@media (max-width: 768px) {
    .header {
        flex-direction: column;
        align-items: center;
        margin-left: 1.1vw;
        margin-right: 2.3vw;
        position: relative;
        width: calc(100% - 3vw); /* Ajuster la largeur pour tenir compte des marges */
        padding: 3vw; /* Padding relatif pour la cohérence */
        box-sizing: border-box;
    }
    .header .enzo-sari {
        order: 1;
    }

    .header .menu-btn {
        display: block;
        position: absolute;
        top: 17px;
        right: 15px;
        order: 3;
        background: none; /* Supprimer le fond du bouton */
        border: none; /* Supprimer la bordure du bouton */
        padding: 15px; /* Ajuster le padding si nécessaire */
    }
    .header .menu a {
        font-size: 3.5vh; /* Taille de texte responsive */
        margin: 5px 0; /* Un peu d'espacement pour la lisibilité */
        text-align: center;
    }
    .menu-btn i {
        font-size: 20px; /* Agrandir l'icône */
    }
    .header .menu {
        font-size: x-large;
        display: none;
        order: 2;
        flex-direction: column;
        position: absolute;
        top: calc(100% + 5vw);
        right: 5vw;
        width: calc(100vw - 10vw); /* Ajuster la largeur pour le padding */
        background-color: #cdedfbe0;
        padding: 3vw;
        border-radius: 20px;
        box-sizing: border-box;
    }
    .header .menu.active {
        display: flex;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -60%);
        width: 80vw; /* Définir une largeur plus petite */
        height: 25vh; /* Définir une hauteur plus grande */
        z-index: 1000;
    }

    .left-columns, .right-column {
        width: 50%; /* Chaque colonne prend toute la largeur de l'écran */
        margin: 0; /* Retirer les marges */
        padding: 0; /* Retirer les paddings */
    }

    .left-columns {
        flex-direction: column; /* Empiler les éléments verticalement */
        order: 1; /* Assurer que la colonne de gauche apparaît en premier */
    }
    .left-columns .section.large p {
        font-size: 3.6vw;
        margin-top: -20px;
        margin-bottom: 10px;
        margin-left: 7px;
    }

    .left-columns .section p {
        font-weight: 300;
        font-style: italic;
        font-size: 20px;
    }
    .left-columns .section.large h1 {
        font-size: 5vw;
        margin-top: -100px;
        margin-left: 7px;
    }
    

    .left-columns .section.large {
        order: 1;
        flex: 1 1 auto; /* S'assurer qu'elle s'étire pour remplir l'espace */
    }

    .section-wrapper {
        flex-direction: column;
        flex: 1 1 auto; /* S'assurer qu'elle s'étire pour remplir l'espace */
    }

    .section-wrapper .section {
        order: 2;
        flex: 1 1 auto; /* S'assurer qu'elle s'étire pour remplir l'espace */
    }
    .right-column .projects {
        height: 80vh ;
    }

    .right-column {
        order: 2; /* S'assurer qu'elle apparaît après la colonne de gauche */
        flex: 1 1 auto; /* S'assurer qu'elle s'étire pour remplir l'espace */
    }
    .right-column .fleche {
        position: absolute;
        top: 0px;
        right: 15px;
        width: 18px;
    }
    .projects h2 {
        font-size: 25px;
        font-weight: 500;
        margin-bottom: 0px;
        align-self: flex-start;
    }
    .projects ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }
    .projects ul li {
        display: flex;
        justify-content: space-between;
    }
    .projects ul li:nth-child(1) {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
    }
    .projects ul li:nth-child(2) {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #386b82;
    }
    .projects ul li:nth-child(3) {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
        margin-top: 8px;
    }
    .projects ul li:nth-child(4) {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #386b82;
    }
    .projects ul li:nth-child(5) {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
        margin-top: 8px;
    }
    .projects ul li:nth-child(6) {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        font-style: italic;
        margin-bottom: 8px;
        padding-bottom: 8px;
        border-bottom: 1px solid #386b82;
    }
    .projects ul li:nth-child(7) {
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 15px;
        font-style: normal;
        margin-top: 8px;
    }
    .projects ul li:nth-child(8) {
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        font-size: 12px;
        font-style: italic;
    }
    .projects img {
        width: 100%;
        max-width: 430px;
        height: auto;
        border-radius: 10px;
        margin-top: 20px;
    }

    .section-wrapper .contact {
        order: 1;
        flex: 1 1 auto; /* S'assurer qu'elle s'étire pour remplir l'espace */
    }
    .contact h2 {
        margin-top: 7px;
        font-size: 2.3vw;
        margin-right: 29px;
        font-weight: 300;          /* Light */
        font-style: italic;        /* Italic */
        align-self: flex-end;    /* Align to the left */
    }
    .contact h1 {
        font-size: 4vw;          /* Increased font size */
        margin-bottom: 4px;
        margin-right: 20px;
        font-weight: 700;          /* Bold */
        align-self: flex-end;    /* Align to the left */
        margin-top: auto;          /* Push it to the bottom */
    }

    .descr1 h1 {
        text-align: center;
        font-size: 5.5vw;
        margin-bottom: 3vh;
    }
    .descr1 h2 {
        font-size: 4vw;
        font-style: italic;
        margin-top: -10px ;


    }
    .descr1 p {
        font-size: 18px;
    }
    .videodescr1 video {
        margin-bottom:20px ;
        display: flex;
        flex-direction: column; /* Empiler la vidéo et la légende en colonne */
        align-items: flex-start; /* Aligner les éléments sur le bord gauche horizontalement */
        gap: 10px; /* Espace entre la vidéo et la légende */
        width: 80vw;
        max-width: 100vw; /* S'assurer que la vidéo ne dépasse pas 50% de la largeur de l'écran */
        height: auto; /* Ajuster la hauteur automatiquement en fonction de la largeur */
        border-radius: 20px; /* Coins arrondis */
        box-sizing: border-box;
    }
    .descrvideo {
        margin-bottom: 50px;
    }

    .videodescr2{
        margin-bottom: 50px;
    }
    .image-responsive{
        min-width:10vw;
    }
    

}


@media (max-width: 768px) and (orientation: landscape) {
    .header .menu {
        display: none;
        order: 2;
        flex-direction: column;
        background-color: #cdedfbe0;
        padding: 5vw;
        border-radius: 20px;
        box-sizing: border-box;
    }
    .header .menu.active {
        display: flex;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
        height: 42vh;
        z-index: 1000;
    }
    .right-column .projects {
        height: 190vh ;
    }
    .header .menu a {
        font-size: 5.5vh; /* Responsive text size */
        margin: 5px 0; /* Some spacing for readability */
        text-align: center;
    }
    .descr1 h1 {
        text-align: center;
        font-size: 4vw;
        margin-bottom: 3vh;
    }
    .descr1 p {
        font-size: 3.8vw;
    }
    .projetsbloc {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .projetsbloc img {
        width: 40%;
        height: auto;
        order: 1;
    }
    .projetsbloc .projetstext {
        width: 55%;
        order: 2;
        text-align: left;
    }
    .projetsblocp {
        margin-top: 50px;
        font-size: larger;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .projetsbloc {
        display: flex;
        width: 70vw;
        margin: 20px 0;
        text-align: center;
        background-color: #cdedfbe0;
        padding: 4vh;
        border-radius: 20px;
        box-sizing: border-box;
        position: relative;
        min-height: 200px;
    }
    
    .projetsbloc .projetstext {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-left: -16px;
    }
    
    .projetsbloc .projetstext h4 {
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .projetsbloc .projetstext h {
        margin-top: -15px; /* Espacement entre le h2 et le h6 */
        margin-bottom: 20px; /* Espacement entre le h6 et les paragraphes */
    }
    
    .projetsbloc .projetstext p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .projetsbloc img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 25vw;
        object-fit: cover;
        border-radius: 20px;
    }
}




@media (min-width: 769px) {
    .header .menu {
        display: flex; /* Show menu on desktop */
        position: static;
        flex-direction: row;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
    }
    .header .menu-btn {
        display: none; /* Hide menu button on desktop */
    }
    .left-columns {
        width: 70%;
    }
    .left-columns .section {
        height: calc((100vh - 32px - 30px - 4*16px + 200px) / 3);
    }
    .left-columns .section.large p {
    font-size: 3vw;
    margin-top: -19px;
    margin-bottom: 3px;
    margin-right: 10%;
    padding-bottom: 25px;
    }
    .left-columns .section h1 {
        font-weight: 700;
        font-size: 2em;
        margin-bottom: 10px;
    }
    .left-columns .section p {
        font-weight: 300;
        font-style: italic;
        font-size: 1.4em;
    }
    .left-columns .section.large h1 {
        font-size: 4.2vw;
        margin-bottom: 0px;
    }
    

    .right-column .fleche {
            position: absolute;
            top: 10px;
            right: 20px;
            width: 28px;
        }
        .projects h2 {
            font-weight: 500;
            margin-bottom: 20px;
            align-self: flex-start;
        }
        .projects ul {
            list-style: none;
            padding: 0;
            width: 100%;
        }
        .projects ul li {
            display: flex;
            justify-content: space-between;
        }
        .projects ul li:nth-child(1) {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 1.4vw;
            font-style: normal;
        }
        .projects ul li:nth-child(2) {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 1.2vw;
            font-style: italic;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #386b82;
        }
        .projects ul li:nth-child(3) {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 1.4vw;
            font-style: normal;
            margin-top: 8px;
        }
        .projects ul li:nth-child(4) {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 1.2vw;
            font-style: italic;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #386b82;
        }
        .projects ul li:nth-child(5) {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 1.4vw;
            font-style: normal;
            margin-top: 8px;
        }
        .projects ul li:nth-child(6) {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 1.2vw;
            font-style: italic;
            margin-bottom: 8px;
            padding-bottom: 8px;
            border-bottom: 1px solid #386b82;
        }
        .projects ul li:nth-child(7) {
            font-family: 'Poppins', sans-serif;
            font-weight: 500;
            font-size: 1.4vw;
            font-style: normal;
            margin-top: 8px;
        }
        .projects ul li:nth-child(8) {
            font-family: 'Poppins', sans-serif;
            font-weight: 300;
            font-size: 1.2vw;
            font-style: italic;
        }
        .projects img {
            width: 100%;
            max-width: 430px;
            height: auto;
            border-radius: 10px;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        .parcoursbloc:nth-child(odd) img {
            right: calc(70vw + 0.1vw); /* Placer les images des blocs impairs à droite */
            margin-right: 16px;
        }
        
        .parcoursbloc:nth-child(even) img {
            left: calc(70vw + 0.1vw); /* Placer les images des blocs pairs à gauche */
            margin-left: 16px;
        }
        .parcoursbloc:nth-child(odd) {
            flex-direction: row-reverse;
            margin-left: auto; /* Aligner les blocs impairs à droite */
        }
        
        .parcoursbloc:nth-child(even) {
            margin-right: auto; /* Aligner les blocs pairs à gauche */
        }

        .projetsbloc {
            flex-direction: row;
            align-items: center;
        }
        .projetsbloc img {
            width: 30%;
            height: auto;
        }
        .projetsbloc .projetstext {
            width: 65%;
            text-align: left;
        }
        .projetsbloc:nth-child(odd) img {
            right: calc(60vw + 0.1vw); /* Placer les images des blocs impairs à droite */
            margin-right: 16px;
        }
        
        .projetsbloc:nth-child(even) img {
            left: calc(60vw + 0.1vw); /* Placer les images des blocs pairs à gauche */
            margin-left: 16px;
        }
        .projetsbloc:nth-child(odd) {
            flex-direction: row-reverse;
            margin-left: auto; /* Aligner les blocs impairs à droite */
        }
        
        .projetsbloc:nth-child(even) {
            margin-right: auto; /* Aligner les blocs pairs à gauche */
        }
        .projetsblocp {
            margin-top: 50px;
            font-size: larger;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .projetsbloc {
            display: flex;
            width: 60vw;
            margin: 20px 0;
            text-align: center;
            background-color: #cdedfbe0;
            padding: 4vh;
            border-radius: 20px;
            box-sizing: border-box;
            position: relative;
            min-height: 200px;
        }
        
        .projetsbloc .projetstext {
            width: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between;
            margin-left: -16px;
        }
        
        .projetsbloc .projetstext h6 {
            margin-top: -15px;
            margin-bottom: 20px;
        }
        .projetsbloc .projetstext h {
            margin-top: -15px; /* Espacement entre le h2 et le h6 */
            margin-bottom: 20px; /* Espacement entre le h6 et les paragraphes */
        }
        
        .projetsbloc .projetstext p {
            margin-top: 5px;
            margin-bottom: 5px;
        }
        
        .projetsbloc img {
            position: absolute;
            top: 0;
            height: 100%;
            width: 36vw;
            object-fit: cover;
            border-radius: 20px;
        }


    .right-column {

        width: 30%;
    }
    .right-column .projects {
        height: calc(100vh - 32px - 30px - 4*16px + 100px);
    }
    .contact h2 {
        margin-top: 7px;
        font-size: 1.6vw;
        margin-left: 10px;
        font-weight: 300;          /* Light */
        font-style: italic;        /* Italic */
        align-self: flex-start;    /* Align to the left */
    }
    .contact h1 {
        font-size: 3vw;          /* Increased font size */
        margin-bottom: 10px;
        margin-left: 16px;
        font-weight: 700;          /* Bold */
        align-self: flex-start;    /* Align to the left */
        margin-top: auto;          /* Push it to the bottom */
    }
    .descr1 h1 {
        font-size: 30px;
        text-align: left;
        margin: 2vw;
        margin-bottom: 6vw;
    }
    .descr1 p {
        font-size: 20px;
        text-align: left;
    }
    
 

    .descrvideo {
        width: 45vw; /* Largeur de la légende */
        font-style: italic;
        font-weight: lighter;
        font-size: 1rem;
    }
    .blocvideo {
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-start; /* Aligner les éléments au début horizontalement */
        align-items: flex-start; /* Aligner les éléments au début verticalement */
        gap: 20px; /* Espace entre la vidéo et la liste */
        margin-top: 30px; /* Marges en haut pour séparer du contenu précédent */
    }
    
    

    
    .videodescr1 video {
        margin-bottom:10px ;
        display: flex;
        flex-direction: column; /* Empiler la vidéo et la légende en colonne */
        align-items: flex-start; /* Aligner les éléments sur le bord gauche horizontalement */
        gap: 10px; /* Espace entre la vidéo et la légende */
        width: 50vw;
        max-width: 50vw; /* S'assurer que la vidéo ne dépasse pas 50% de la largeur de l'écran */
        height: auto; /* Ajuster la hauteur automatiquement en fonction de la largeur */
        border-radius: 20px; /* Coins arrondis */
        box-sizing: border-box;
    }
    

    
    .videodescr2 {
        width: 50vw; /* Largeur de la liste */
        display: flex;
        flex-direction: column; /* Empiler le titre et la liste */
        gap: 10px; /* Espace entre le titre et la liste */
    }
    
    .videodescr2 h2 {
        font-size: 1.5rem; /* Taille du titre */
        margin-bottom: 10px; /* Espace en bas du titre */
    }
    
    .videodescr2 ul {

        font-style: normal; /* Style de la liste */
        font-weight: normal;
        font-size: 1.3vw;
    }
    
    .videodescr2 li {
        margin-bottom: 5px; /* Espace entre les éléments de la liste */
    }
    .corptexteaspect .imagemapaspecttt{
        margin-left: 10vw;
    }
}

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0 16px;
    background-color: #F8F4F4;
}
.header {
    background-color: #cdedfbe0;
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 16px;
    border-radius: 20px;
}
.header .enzo-sari {
    text-decoration: none;
    color: black;
}
.header .enzo {
    font-weight: 300;
    font-style: italic;
}
.header .sari {
    font-weight: 500;
    font-style: normal;
}
.header .barmenu {
    text-decoration: none;
    color: black;
    margin: 0 10px;
    font-weight: 300;
    font-style: normal;
}
.header .barmenugras {
    text-decoration: none;
    color: black;
    margin: 0 10px;
    font-weight: 700;
    font-style: normal;
}
.main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}
.left-columns {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.left-columns .section {
    background-color: #cdedfbcf;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: left;
    position: relative;
}
.left-columns .section.large {
    flex: 1 1 auto;
    position: relative;
    width: calc(100% - 20px);
    margin-right: 20px;
}
.left-columns .section h1,
.left-columns .section p,
.contact h2,
.contact h1 {
    margin-left: 16px;
}

.logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 10vw;
    height: 10vw;
}
.section-wrapper {
    display: flex;
    gap: 16px;
}
.section-wrapper .section,
.section-wrapper .contact {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-bottom: 16px;
}
.section .paralogo2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
}
.section .logo2 {
    position: absolute;
    top: 25px;
    left: 20px;
    width: 3.4vw;
}
.contact {
    background-color: #30b0c7d0;
    padding: 20px;
    border-radius: 20px;
    flex-basis: 0;
    flex-grow: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Added to position elements at top and bottom */
}
.contact .fleche {
    position: absolute;
    top: 25px;
    right: 20px;
    width: 3vw;
}
.right-column .projects {
    position: relative;
    background-color: #E0F0FF;
    padding: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.projects ul li img {
    margin-right: 10px;
}

.footer {
    background-color: #30b0c7d0;
    border-radius: 20px;
    text-align: center;
    margin: 16px 0;
    padding:20px ;
}
.footer a {
    text-decoration: none;
    color: black;
    margin: 0 10px;
}


.corptexteaspect{
    font-size: large;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #cdedfbe0; 
    padding: 4vh;
    margin-bottom: 16px;
    margin-top: 16px;
    border-radius: 20px;
    height: auto; /* Retirez la hauteur fixe */
    width: 100%; /* Ajustez la largeur selon vos besoins */
    box-sizing: border-box; /* Pour inclure padding dans la largeur totale */
}


.descr1 {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #cdedfbe0; 
    padding: 4vh;
    margin-bottom: 16px;
    margin-top: 16px;
    border-radius: 20px;
    height: auto; /* Retirez la hauteur fixe */
    width: 100%; /* Ajustez la largeur selon vos besoins */
    box-sizing: border-box; /* Pour inclure padding dans la largeur totale */
}

.descr1 p {
    font-weight:normal;
    margin-top: auto; /* Pour pousser le paragraphe vers le bas */
}

.descr1 h3 {
    font-style: italic;
}

.descr1 h5 {
    text-align: right;
    font-style: italic;
    margin-right: 3px;
    font-weight: 800;

}
.parcoursblocp {
    margin-top: 50px;
    font-size: larger;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parcoursbloc {
    display: flex;
    width: 70vw; /* 2/3 de la largeur de la page */
    margin: 20px 0;
    text-align: center;
    background-color: #cdedfbe0; 
    padding: 4vh;
    border-radius: 20px;
    box-sizing: border-box;
    position: relative;
    min-height: 200px; /* Hauteur minimum pour garantir que les images s'ajustent */
}


.parcoursbloc .parcourstext {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left:-16px ;
}

.parcoursbloc .parcourstext h6 {
    margin-top: -15px; /* Espacement entre le h2 et le h6 */
    margin-bottom: 20px; /* Espacement entre le h6 et les paragraphes */
}
.parcoursbloc .parcourstext h {
    margin-top: -15px; /* Espacement entre le h2 et le h6 */
    margin-bottom: 20px; /* Espacement entre le h6 et les paragraphes */
}

.parcoursbloc .parcourstext p {
    margin-top: 5px; /* Espacement entre les paragraphes */
    margin-bottom: 5px; /* Espacement entre les paragraphes */
}

.parcoursbloc img {
    position: absolute;
    top: 0;
    height: 100%; /* Faire en sorte que l'image ait la même hauteur que le bloc */
    width: 25vw; /* 1/3 de la largeur de la page moins la marge */
    object-fit: cover;
    border-radius: 20px;
}

.image-responsive{
    width: 10vw;
    max-width: 5%;
}

.imagemapaspect{
    width:95vw;
    border-radius: 20px;

}




@media (max-width: 768px) {
    .projetsblocp {
        margin-top: 50px;
        font-size: larger;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .projetsbloc {
        display: flex;
        width: 70vw;
        margin: 20px 0;
        text-align: center;
        background-color: #cdedfbe0;
        padding: 4vh;
        border-radius: 20px;
        box-sizing: border-box;
        position: relative;
        min-height: 200px;
    }
    
    .projetsbloc .projetstext {
        width: 100%;
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-left: -16px;
    }
    
    .projetsbloc .projetstext h6 {
        margin-top: -15px;
        margin-bottom: 20px;
    }
    .projetsbloc .projetstext h {
        margin-top: -15px; /* Espacement entre le h2 et le h6 */
        margin-bottom: 20px; /* Espacement entre le h6 et les paragraphes */
    }
    
    .projetsbloc .projetstext p {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    
    .projetsbloc img {
        position: absolute;
        top: 0;
        height: 100%;
        width: 25vw;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .projetsbloc {
        flex-direction: column;
        width: 100%;
        position: static;
        margin-left: 0;
        margin-right: 0;
    }
    .projetsbloc img {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 0 16px 0;
        order: 1;
    }
    .projetsbloc .projetstext {
        width: 100%;
        order: 2;
    }
    .parcoursbloc { 
        flex-direction: column;
        width: 100%; /* Revenir à la largeur complète sur petits écrans */
        position: static; /* Revenir à la position normale sur petits écrans */
        margin-left: 0; /* Réinitialiser la marge */
        margin-right: 0; /* Réinitialiser la marge */
    }

    .parcoursbloc img {
        position: relative;
        width: 100%;
        height: auto; /* Ajuster la hauteur pour petits écrans */
        left: 0;
        right: 0;
        margin: 0 0 16px 0; /* Ajouter une marge inférieure */
        order: 1; /* Placer l'image avant le texte sur petits écrans */
    }

    .parcoursbloc .parcourstext {
        width: 100%;
        order: 2; /* Placer le texte après l'image sur petits écrans */
    }
    .corptexteaspect .imagemapaspecttt{
        margin-left: 4.5vw;
        
    }
}

.corptexteaspect .imagemapaspecttt{
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 6vw;
    border-radius: 20px;
    max-width: 70vw;
}
