.ariane{
    display: flex;
    padding: 24px 64px;
    align-items: flex-start;
    gap: 54px;
    width:100%;
    box-sizing: border-box;
}

.ariane p, .ariane a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-shrink: 0;
    align-self: stretch;
    text-decoration: none;
    color: #0D3C30;}


    .breadcrumb {
        list-style: none;
        display: flex;
        gap: 0.5rem;
        padding: 0;
        margin:0;
      }
      
      .breadcrumb li::after {
        content: ">";
        margin: 0 0.5rem;
    
        color: #000;
        text-transform: none;

        /* BODY1 */

        font-family: var(--font-Body-1-name, "Satoshi Variable");
        font-size: var(--font-Body-1-Size, 20px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--font-Body-1-LineHeight, 44px); /* 220% */
      }

      .lightText li::after{
        color:#FEFEE9;
      }
      
      .breadcrumb li:last-child::after {
        content: "";
      }

      .breadcrumb li{
        display:flex;
      }
      
      .breadcrumb a{
        color: #000;
        text-transform: none;

        /* BODY1 */

        font-family: var(--font-Body-1-name, "Satoshi Variable");
        font-size: var(--font-Body-1-Size, 20px);
        font-style: normal;
        font-weight: 500;
        line-height: var(--font-Body-1-LineHeight, 44px); /* 220% */
        width:auto;
        background-color: transparent;
        border-bottom: none;
        padding:0%;
      }

      @media (max-width: 600px) {
        .ariane {
        padding: 16px 20px; /* MODIFIÉ : Réduction du padding */
        gap: 0; /* MODIFIÉ : Suppression du gap */
        overflow-x: auto; /* AJOUTÉ : Déplacé ici depuis .breadcrumb */
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;
    }
    
    .ariane::-webkit-scrollbar {
        display: none;
    }
    
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb {
        overflow-x: auto;
        white-space: nowrap;
        flex-wrap: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
        min-width: 100%; /* AJOUTÉ : Force la largeur minimale */
        padding-right: 20px; /* AJOUTÉ : Espace à droite */
    }

    /* AJOUTÉ : Cache la scrollbar sur Webkit */
    .breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .breadcrumb li {
        flex: 0 0 auto;
        white-space: nowrap; /* AJOUTÉ : Empêche le retour à la ligne */
    }

    /* AJOUTÉ : Styles responsive pour les liens et séparateurs */
    .breadcrumb a {
        font-size: 16px;
        line-height: 32px;
        white-space: nowrap;
    }

    .breadcrumb li::after {
        font-size: 16px;
        line-height: 32px;
        flex-shrink: 0; /* AJOUTÉ : Empêche les séparateurs de rétrécir */
    }
      }


      
      

.ariane .lightText a{
    color: #FEFEE9;
}







.activityBand{
    display: flex;
    height: var(--spaces-secondary-bloc-demi-photo-height, 650px);
    padding: 0px 0px var(--spaces-secondary-bloc-demi-photo-padding-down, 0px) 0px;
    align-items: center;
    gap: var(--spaces-secondary-bloc-demi-photo-GAP, 0px);
    align-self: stretch;
}

@media(max-width:1250px){
    .activityBand{
        display: flex;
        padding: 0px 0px var(--spaces-secondary-bloc-demi-photo-padding-down, 0px) 0px;
        align-items: center;
        align-content: center;
        gap: 0px var(--spaces-secondary-bloc-demi-photo-GAP, 0px);
        align-self: stretch;
        flex-wrap: wrap;
        height:auto;
    }
}



.buttonsContainer{
    display: flex;
    padding: var(--spaces-inicio-bloc-H2-Padding-vertical, 104px) var(--spaces-inicio-bloc-H2-Padding-horizontal, 0px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--spaces-inicio-bloc-H2-Gap-vertical-text, 80px);
    align-self: stretch;
}



.activityContainer{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
}

@media(max-width:1250px){
    .activityContainer{
        width:50%;
    }
}

.activityText{
    display: flex;
    width: var(--spaces-secondary-bloc-demi-photo-text-width, 450px);
    flex-direction: column;
    align-items: center;
    gap: 68px;
    box-sizing: border-box;
}

@media(max-width:1250px){
    .activityText{
        display: flex;
        width:420px;
        padding: var(--spaces-secondary-bloc-h4-Padding-vertical, 80px) var(--spaces-secondary-bloc-demi-photo-Text-padding-horizontal, 50px);
        flex-direction: column;
        gap: 68px;
      
    }
}

@media(max-width:1045px){
    .activityText{
        width:400px;
    }
}


.semiFrame{ 
    position: relative;
    overflow: hidden;
    height: var(--spaces-secondary-bloc-demi-photo-height);
    width: 50%;
}

@media(max-width:830px){
    .semiFrame{
        width:100%;
        height:500px;
    }
}

@media(max-width:549px){
    .semiFrame{
        height:400px;
    }
}





.semiFrame picture{
    height: 100%; 
    width: auto; 
    min-width: 100%;
    position: absolute;
    left: 50%; 
    transform: translateX(-50%);
    object-fit: cover; 
}

.fullFrame picture{
    width:100%;
    height:auto;
}

.fullFrame img{
    height:100%;
}






.square{
    flex: 1 0 0;

}

.bandeauIllus{
    display: flex;
    padding: var(--spaces-secondary-bloc-h4-Padding-vertical, 124px) 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 177px;
    align-self: stretch;
}

@media(max-width:1250px){
    .bandeauIllus{
        padding: var(--spaces-secondary-bloc-h4-Padding-vertical, 80px) var(--spaces-inicio-bloc-H2-Padding-horizontal, 50px);
        gap: 124px;
    }
}

.illus{
    display: flex;
    width: var(--spaces-secondary-bloc-h4-bloc-illus-width, 950px);
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 140px;
    flex-wrap: wrap;
}


@media(max-width:1250px){
    .illus{
        max-width: 900px;
        justify-content: center;
        gap: 56px;
        flex-wrap: wrap;
        width:auto;
    }
}

.illu{
    display: flex;
    width: var(--spaces-secondary-bloc-h4-width-illustration-et-txt, 292px);
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 0;
    flex-shrink: 0;
}

.illu img{
    height: var(--spaces-secondary-bloc-h4-illustration-height, 64px);
    width:auto;
}


.body4{
    
   
    /* BODYh4 */
    font-family: var(--font-Body-h4-name, "Satoshi Variable");
    font-size: var(--font-Body-h4-Size, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-Body-h4-LineHeight, 36px); /* 180% */
}

.body1{
    
    /* BODY1 */
    font-family: var(--font-Body-1-name, "Satoshi Variable");
    font-size: var(--font-Body-1-Size, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-Body-1-LineHeight, 44px); /* 220% */
}

#map{
    display: flex;
    padding: var(--spaces-secondary-bloc-h4-Padding-vertical, 124px) 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 124px;
    align-self: stretch;
}

#legend{
    display: flex;
    width: var(--spaces-secondary-bloc-h4-bloc-illus-width, 950px);
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    row-gap: 140px;
    flex-wrap: wrap;
}

.legendItem{
    display: flex;
    width: 400px;
    min-width: 400px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: var(--spaces-secondary-bloc-h4-GAP-illustration-et-txt, 48px);
    flex-shrink: 0;
}

@media(max-width:450px){
    .legendItem{
        width: 100%;
        min-width: auto;
    }
}

.legendItem h4{
    color: #0D3C30;
    text-align: center;

    /* H4 */
    font-family: var(--font-H4-name, Anton);
    font-size: var(--font-H4-Size, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: var(--font-H4-LineHeight, 56px); /* 140% */
    letter-spacing: 6px;
}

.legendItem p{
    color: #0D3C30;

    /* BODY1 */
    font-family: var(--font-Body-1-name, "Satoshi Variable");
    font-size: var(--font-Body-1-Size, 20px);
    font-style: normal;
    font-weight: 500;
    line-height: var(--font-Body-1-LineHeight, 44px); /* 220% */
}


@media(max-width:1000px){

    #mapDessin{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #mapDessin img{
        width:90%;
        height:auto;
    }
}


.logo{
    position:absolute;
    top:260px;
    left:107px;
    width: 264px;
height: 264px;
}

.fullFrame .logo{
     width: 264px;
height: 264px;
}

@media(max-width:1600px){
    .fullFrame .logo{
        width: 200px;
        height: 200px;
        top:230px;
        left: 77px;
    }
}

@media(max-width:1300px){
    .fullFrame .logo{
        width: 170px;
        height: 170px;
        top:210px;
        left: 57px;
    }
}

@media(max-width:930px){
    .fullFrame .logo{
        width: 130px;
        height: 130px;
        top:195px;
        left: 45px;
    }
}

@media(max-width:700px){
    .fullFrame .logo{
        width: 100px;
        height: 100px;
        top:180px;
        left: 25px;
    }
}

@media(max-width:350px){
    .fullFrame .logo{
        width: 80px;
        height: 80px;
        top:180px;
        left: 25px;
    }
}