#page_article_de_blog section.title_section {
    padding-bottom: 0;
    position: relative;
}
#page_article_de_blog .rank-math-breadcrumb{
    top: clamp(20px, 4vw, 30px);
    left: 10vw;
}


#page_article_de_blog .top_bgcColor {
    height: 20rem;
    padding: 0;
    position: relative;
}

#page_article_de_blog .top_bgcColor .article1_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.sectionsPage_blog2 {
    position: relative;
    display: flex;
}

.sectionsPage_blog2 .sectionsPage_blog2_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectionsPage_blog2 .content {
    width: 100%;
    z-index: 1;
}

/* banniere */
#page_article_de_blog .title_section {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

#page_article_de_blog .title_section .in {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    /* padding: 2rem; */
    margin-top: 130px;
}
#page_article_de_blog .title_section .in h1{
    text-align: center;
}
#page_article_de_blog .title_section .in .main_post_img {
    /* position: absolute; */
    top: 0;
    left: 0;
    height: 25rem;
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 75px;
}
@media screen and (max-width: 1024px) {
    
}
/* 
#page_article_de_blog .title_section .in .white {
    z-index: 1;
    height: 50%;
    width: 50%;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
}

#page_article_de_blog .title_section .in .white .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
} */

#page_article_de_blog .title_section .in p {
    font-size: .9rem;
    color: var(--couleur-2);
    margin-top: 25px;
}
#page_article_de_blog .title_section .in p.date-article{
    width: 100%;
    text-align: left;
}

#page_article_de_blog .title_section .in h1 {
    font-size: 2rem;
}

/* banniere */

#page_article_de_blog .title_section .in #page_article_de_blog .title_section .description {
    text-align: left;
}

#page_article_de_blog .title_section .description h2 {
    font-size: 2rem;
}

#page_article_de_blog .title_section .description h3 {
    font-size: 1.5rem;
}

#page_article_de_blog .title_section .description p {
    text-align: left;
    font-size: 1rem;
    color: var(--couleur-2);
    text-align: center;
    line-height: 35px;
}

#page_article_de_blog .title_section .description a {
    font-family: var(--police-worksans-bold);
    color: var(--couleur-1);
    text-decoration: underline;
    font-size: inherit;
}


#page_article_de_blog .title_section .textes {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

#page_article_de_blog .title_section .textes h2 {
    font-size: 2rem;
}

#page_article_de_blog .title_section .textes .champs {
    display: flex;
    gap: 2rem;
}

#page_article_de_blog .title_section .textes .champs .colonne {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#page_article_de_blog .title_section .textes .champs .colonne .champ {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

#page_article_de_blog .title_section .textes .champs .colonne .champ h3 {
    font-size: 1.1rem;
    font-family: var(--police-worksans-bold);
}

#page_article_de_blog .title_section .textes .champs .colonne .champ .desc * {
    font-size: 1rem;
}

#page_article_de_blog .title_section .textes .champs .colonne .champ .desc .marron {
    color: var(--couleur-11);
}


#page_article_de_blog .title_section .phrase_de_fin {
    font-family: var(--police-worksans-bold);
    text-align: center;
    font-size: 1.1rem;
    margin-top: 1rem;
    color: var(--couleur-11);
}

#breadcrumbs {
    left: 10%;
    position: initial;
    width: 100%;
    margin-top: 50px;
}

.section-vignettes_generales,
.section-notre_savoir_faire {
    background-color: var(--couleur-5);
}

.section-notre_savoir_faire {
    padding: 0;
}

.section-vignettes_generales {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media screen and (max-width: 1024px) {
    #page_article_de_blog .title_section .in{
        margin-top: 80px;
    }
    #page_article_de_blog .title_section .in h1 {
        font-size: 1.5rem;
    }
    #page_article_de_blog .title_section .in .main_post_img{
        height: 20rem;
        margin-top: 35px;
    }
    #page_article_de_blog .title_section .in p{
        margin-top: 10px;
    }
    /* #page_article_de_blog .title_section .in .white {
        gap: 1rem;
    }

    #page_article_de_blog .title_section .in .white .top p {
        font-size: .85rem;
    } */

}

@media screen and (max-width: 768px) {
    #breadcrumbs {
        left: 5%;
    }
}

@media screen and (max-width: 720px) {
    #page_article_de_blog .title_section .in .white {
        width: 100%;
    }


    #page_article_de_blog .title_section .description p {
        line-height: 1rem;
        font-size: .8rem;
    }


    #page_article_de_blog .title_section .textes {
        gap: 1.5rem;
    }

    #page_article_de_blog .title_section .textes h2 {
        font-size: 1.6rem;
    }

    #page_article_de_blog .title_section .textes .champs {
        flex-direction: column;
    }

    #page_article_de_blog .title_section .textes .champs .colonne .champ {
        gap: .5rem;
    }

    #page_article_de_blog .title_section .textes .champs .colonne .champ h3 {
        font-size: .9rem;
    }

    #page_article_de_blog .title_section .textes .champs .colonne .champ .desc * {
        font-size: .85rem;
    }


    #page_article_de_blog .title_section .phrase_de_fin {
        font-size: .85rem;
    }
}

@media screen and (max-width: 500px) {

    #page_article_de_blog .top_bgcColor {
        height: 16rem;
    }

    #page_article_de_blog .title_section .in {
        height: unset;
        padding: 1rem;
        flex-direction: column;
        /* gap: 1rem; */
    }

    #page_article_de_blog .title_section .in .main_post_img {
        height: 10rem;
        position: relative;
    }

    #page_article_de_blog .title_section .in .white {
        background-color: transparent;
        flex-direction: column-reverse;
        padding: 0 1rem;
    }

    #page_article_de_blog .title_section .in h1 {
        text-align: center;
    }

}



/* GENERAL - BLOCS FLEXIBLES */
#page_article_de_blog .blocs_flexibles_parent_div{
    display: flex;
    flex-direction: column;
    gap: 100px;
    padding: 50px 0;
    padding-bottom: 0;
}
#page_article_de_blog .blocs_flexibles_parent_div h2{
    font-size: 35px !important;
}
#page_article_de_blog .blocs_flexibles_parent_div p{
    font-size: 18px !important;
}
#page_article_de_blog .blocs_flexibles_parent_div *{
    font-size: inherit;
}
#page_article_de_blog .blocs_flexibles_parent_div strong{
    font-family: var(--police-worksans-bold);
}
#page_article_de_blog .blocs_flexibles_parent_div a{
    text-decoration: underline;
    cursor: pointer;
}
#page_article_de_blog .blocs_flexibles_parent_div ul,
#page_article_de_blog .blocs_flexibles_parent_div ol{
    padding-left: 15px;
}
#page_article_de_blog .paragraphe{
    display: flex;
    flex-direction: column;
    gap: 25px;
}
@media screen and (max-width: 720px) {
    #page_article_de_blog .blocs_flexibles_parent_div{
        display: flex;
        flex-direction: column;
        gap: 55px;
    }
    #page_article_de_blog .blocs_flexibles_parent_div h2{
        font-size: 25px !important;
    }
    #page_article_de_blog .blocs_flexibles_parent_div p{
        font-size: 14px !important;
    }
    #page_article_de_blog .paragraphe{
        gap: 15px;
    }
}
/* GENERAL - BLOCS FLEXIBLES */