header img{
    height: 60vh;
    object-fit: cover;
}
section{
    margin-top: calc(0.5*var(--margesectiontop));
}
.container_foix{
    display: flex;
    flex-direction: row;
}
.sample_foix{
    display: flex;
    flex-direction: row;
}
.visuel_foix{
    width: 60%;
}
.gallerie{
    box-shadow: var(--ombre2);
}
.texte_foix{
    width: 40%;
    display: flex;
    flex-direction: column;
    padding: 3vw;
    align-items: center;
    justify-content: space-evenly;
}
.texte_foix p{
    width: 80%;
}
.lien_ot{
width: fit-content;
}

.container_ariege{
    display: flex;
    flex-direction: row;
}
.sample_ariege{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.texte_ariege{
    width: 40%;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.visuel_ariege{
    width: 55%;
}
.visuel_ariege img{
    width: 100%;
}
.lien_adt{
    width: fit-content;
}
.images_ariege{
    margin-top: 3vh;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.item_image{
    display: flex;
    width: 445px;
    overflow: hidden;
    padding: 0 0.5vmin;
}
.item_image img{
    width: 100%;
}

.trait-orange {
    background-color: var(--jaune);
    width: 68%;
    padding: 2px;
    margin-bottom: 10px;
}
.container_occitanie{
    display: flex;
    flex-direction: row;
}
.sample_occitanie{
    display: flex;
    flex-direction: row;
}
.texte_occitanie{
    width: 40%;
    padding: 3vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.visuel_occitanie{
    width: 60%;
}
.gallerie_occitanie {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
    
.item_occitanie{
    padding: 0.5vw;
    overflow: hidden;
    width: 260px;
    height: 18vh;
}
.gallerie_occitanie img{
    width: 250px
}
@media screen and (max-width: 1040px){
    .item_occitanie{
        width: 50%;
    }
    .texte_foix p{
        width: 100%;
    }
}
@media screen and (max-width: 840px){
    .sample_foix{
        flex-direction: column-reverse;
    }
    .texte_foix{
        width: 100%;
    }
    .texte_foix p{
        margin-bottom: 1vw;
    }
    .visuel_foix{
        width: 100%;
    }
    .sample_ariege{
        flex-direction: column;
    }
    .texte_ariege{
        width: 100%;
    }
    .visuel_ariege{
        width: 100%;
    }
    .sample_occitanie{
        flex-direction: column-reverse;
    }
    .visuel_occitanie{
        width: 100%;
    }
    .gallerie_occitanie{
        width: 100%;
    }
    .item_occitanie img{
        width: 100%;
        height: unset;
    }
    .texte_occitanie{
        width: 100%;
    }
}
@media screen and (max-width: 540px){
    .item_occitanie{
        height: 12vh;
    }
}