.page-template-tpl-activite .row-header,
.single-activite .row-header,
.single-departement .row-header {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.page-template-tpl-activite .row-header{
    align-items: center;
}

.page-template-tpl-activite .article-main h1.title,
.page-template-tpl-activite .article-main h2.subtitle{
    text-align: left;
}

.page-template-tpl-activite .row-header .col-text,
.single-activite .row-header .col-text,
.single-departement .row-header .col-text {
    width: 48.7%;
    padding-right: 10px;
}

.page-template-tpl-activite .row-header .col-img,
.single-activite .row-header .col-img,
.single-departement .row-header .col-img {
    width: 51.3%;
}

.page-template-tpl-activite .header-hero,
.single-activite .header-hero,
.single-departement .header-hero {
    -webkit-box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 35px 5px rgba(0, 0, 0, 0.1);
    padding: 60px 80px 74px;
    margin-bottom: 77px;
    background: #fff;
}

.page-template-tpl-activite .banner_top .header-hero h1.title,
.single-activite .banner_top .header-hero h1.title,
.single-departement .banner_top .header-hero h1.title {
    font-family: "Inter", sans-serif;
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.page-template-tpl-activite .banner_top .header-hero h1.title span,
.single-activite .banner_top .header-hero h1.title span,
.single-departement .banner_top .header-hero h1.title span {
    color: var(--light-purple);
}

.page-template-tpl-activite .header-hero .numbers,
.single-activite .header-hero .numbers,
.single-departement .header-hero .numbers {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 68px;
    font-family: "Inter", sans-serif;
}

.single-departement main,
.page-template-tpl-activite main{
    overflow: visible;
}
.page-template-tpl-activite .header-hero .numbers span,
.single-activite .header-hero .numbers span,
.single-departement .header-hero .numbers span {
    font-weight: 700;
    color: var(--pink);
}

.page-template-tpl-activite .banner_top .header-hero .subtitle,
.single-activite .banner_top .header-hero .subtitle,
.single-departement .banner_top .header-hero .subtitle {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 20px;
}

.page-template-tpl-activite .banner_top .header-hero .subtitle+p,
.single-activite .banner_top .header-hero .subtitle+p,
.single-departement .banner_top .header-hero .subtitle+p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(30, 25, 60, 0.5);
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.page-template-tpl-activite .banner_top .header-hero .adv_business1_advantage_link,
.single-activite .banner_top .header-hero .adv_business1_advantage_link,
.single-departement .banner_top .header-hero .adv_business1_advantage_link {
    font-weight: 500;
    margin: 20px 0 0;
    font-family: "Inter", sans-serif;
    padding: 25px 14px 25px 33px;
}

.avantages {
    margin-bottom: 56px;
}

.avantages .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 16px;
}

.avantages .list .item {
    padding: 8px;
}

.avantages .list .item .inner {
    display: flex;
    padding: 11px 27px 9px;
    border: 2px solid var(--light-grey);
    border-radius: 14px;
    height: 67px;
    background: #fff;
}

.avantages .list .item .icon img {
    display: block;
}

.avantages .list .item .text {
    margin-left: 12px;
    font-weight: 700;
}

.avantages .list .item .text .top {
    font-size: 22px;
    line-height: 22px;
}

.avantages .list .item .text .bottom {
    font-size: 15px;
    line-height: 15px;
}

.cta-hero.cta-in-content a{
    color: #fff;
}
.cta-hero.cta-in-content a:hover{
    text-decoration: none;
}

.avantages .info {
    font-style: italic;
    font-size: 20px;
    line-height: 32px;
    color: rgba(30, 25, 60, 0.5);
    text-align: center;
}

.page-template-tpl-activite .blc-article,
.single-activite .blc-article,
.single-departement .blc-article {
    position: relative;
    padding-bottom: 80px;
}

.page-template-tpl-activite .blc-article .sticky-right .encadre,
.single-activite .blc-article .sticky-right .encadre,
.single-departement .blc-article .sticky-right .encadre {
    margin-top: 0;
}

.page-template-tpl-activite .blc-article:before,
.single-activite .blc-article:before,
.single-departement .blc-article:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/singulars/deco-right.svg), url(../images/singulars/deco-bottom.svg), url(../images/singulars/deco-left.svg);
    background-position: top right, right calc(100% + 300px), left calc(100% - 100px);
    background-repeat: no-repeat, no-repeat, no-repeat;
    overflow: hidden;
}

.page-template-tpl-activite .rappel h3,
.single-activite .rappel h3,
.single-departement .rappel h3 {
    margin: 0 0 43px;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
}

.page-template-tpl-activite .rappel .list-donnee,
.single-activite .rappel .list-donnee,
.single-departement .rappel .list-donnee {
    max-width: 545px;
    display: flex;
    flex-wrap: wrap;
}

.page-template-tpl-activite .rappel .item,
.single-activite .rappel .item,
.single-departement .rappel .item {
    width: 50%;
    margin-bottom: 23px;
}

.page-template-tpl-activite .rappel .item .inner,
.single-activite .rappel .item .inner,
.single-departement .rappel .item .inner {
    display: flex;
}

.page-template-tpl-activite .rappel .item .icon,
.single-activite .rappel .item .icon,
.single-departement .rappel .item .icon {
    width: 53px;
}

.page-template-tpl-activite .rappel .item .text,
.single-activite .rappel .item .text,
.single-departement .rappel .item .text {
    width: calc(100% - 53px);
    padding-left: 15px;
}

.page-template-tpl-activite .rappel .item:nth-child(even) .inner,
.single-activite .rappel .item:nth-child(even) .inner,
.single-departement .rappel .item:nth-child(even) .inner {
    padding-left: 40px;
    position: relative;
}

.page-template-tpl-activite .rappel .item:nth-child(even) .inner:before,
.single-activite .rappel .item:nth-child(even) .inner:before,
.single-departement .rappel .item:nth-child(even) .inner:before {
    content: '';
    width: 2px;
    height: 68px;
    background: var(--light-grey);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -34px;
}

.page-template-tpl-activite .rappel .item .top,
.single-activite .rappel .item .top,
.single-departement .rappel .item .top {
    font-size: 31px;
    line-height: 42px;
    font-weight: 700;
}

.page-template-tpl-activite .rappel .item .bottom,
.single-activite .rappel .item .bottom,
.single-departement .rappel .item .bottom {
    font-size: 18px;
    line-height: 20px;
    color: rgba(30, 25, 60, 0.5);
}

.single-activite .article-content h2,
.page-template-tpl-activite .article-content h2,
.single-departement .article-content h2 {
    font-size: 32px;
    line-height: 40px;
}

.page-template-tpl-activite .article-content.article-layout,
.single-activite .article-content.article-layout,
.single-departement .article-content.article-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 50px;
}

.page-template-tpl-activite .sticky-right h3,
.single-activite .sticky-right h3,
.single-departement .sticky-right h3 {
    margin: 0 0 30px;
    font-size: 31px;
    line-height: 34px;
    font-weight: 700;
    text-align: center;
}

.page-template-tpl-activite .sticky-right h3 span,
.single-activite .sticky-right h3 span,
.single-departement .sticky-right h3 span {
    color: var(--light-purple);
}

.page-template-tpl-activite .sticky-right .cta-hero,
.single-activite .sticky-right .cta-hero,
.single-departement .sticky-right .cta-hero {
    text-align: center;
}

.page-template-tpl-activite .sticky-right .encadre .adv_business1_advantage_link,
.single-activite .sticky-right .encadre .adv_business1_advantage_link,
.single-departement .sticky-right .encadre .adv_business1_advantage_link {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 5px 14px 25px;
    width: auto;
    display: inline-flex;
    margin-bottom: 34px;
}

.page-template-tpl-activite .sticky-right .info-coord,
.single-activite .sticky-right .info-coord,
.single-departement .sticky-right .info-coord {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 19px;
}

.page-template-tpl-activite .sticky-right .info,
.single-activite .sticky-right .info,
.single-departement .sticky-right .info {
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    color: rgba(30, 25, 60, 0.5);
}

.text-center {
    text-align: center;
}

.page-template-tpl-activite .sticky-right .encadre,
.single-activite .sticky-right .encadre,
.single-departement .sticky-right .encadre {
    padding: 20px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.cta-hero.cta-in-content .adv_business1_advantage_link {
    margin-left: 0;
    margin-right: 0;
}

.page-template-tpl-activite .banner_top .banner_top_wrapper,
.single-activite .banner_top .banner_top_wrapper,
.single-departement .banner_top .banner_top_wrapper {
    position: relative;
    margin-bottom: 0;
}

.page-template-tpl-activite .banner_top .banner_top_wrapper:before,
.single-activite .banner_top .banner_top_wrapper:before,
.single-departement .banner_top .banner_top_wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/singulars/deco-banner.svg) calc(100% - 230px) top no-repeat;
    filter: blur(20px);
}

.page-template-tpl-activite .banner_top .banner_top_wrapper .container,
.single-activite .banner_top .banner_top_wrapper .container,
.single-departement .banner_top .banner_top_wrapper .container {
    position: relative;
}
.page-template-tpl-activite .article-content.article-layout,
.single-departement .article-content.article-layout{
    display: grid;
    align-items: start;
}

@media screen and (max-width: 1200px) {
    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    .single-departement .header-hero {
        padding: 50px 40px;
    }

    .page-template-tpl-activite .header-hero .numbers,
    .single-activite .header-hero .numbers,
    .single-departement .header-hero .numbers {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    .single-departement .header-hero {
        margin-top: 25px;
    }

    .page-template-tpl-activite .banner_top .banner_top_wrapper,
    .single-activite .banner_top .banner_top_wrapper,
    .single-departement .banner_top .banner_top_wrapper {
        padding-top: 100px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-tpl-activite .row-header .col-text,
    .single-activite .row-header .col-text,
    .single-departement .row-header .col-text {
        width: 100%;
        padding-right: 0;
    }

    .page-template-tpl-activite .row-header .col-img,
    .single-activite .row-header .col-img,
    .single-departement .row-header .col-img {
        width: 100%;
        margin-top: 40px;
    }

    .page-template-tpl-activite .row-header .col-img img,
    .single-activite .row-header .col-img img,
    .single-departement .row-header .col-img img {
        max-width: 100%;
        display: block;
        margin: auto;
    }

    .page-template-tpl-activite .blc-article:before,
    .single-activite .blc-article:before,
    .single-departement .blc-article:before {
        display: none;
    }

    .page-template-tpl-activite .blc-article .sticky-right .encadre,
    .single-activite .blc-article .sticky-right .encadre,
    .single-departement .blc-article .sticky-right .encadre {
        margin-top: 25px;
    }

    .share_container {
        justify-content: center;
    }

    .page-template-tpl-activite .blc-article,
    .single-activite .blc-article,
    .single-departement .blc-article {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 767px) {
    .page-template-tpl-activite .article-main .article-content,
    .single-activite .article-main .article-content,
    .single-departement .article-main .article-content {
        max-width: 100%;
        width: 100%;
    }

    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    .single-departement .header-hero {
        padding: 40px 20px;
    }

    .page-template-tpl-activite .banner_top .header-hero h1.title,
    .single-activite .banner_top .header-hero h1.title,
    .single-departement .banner_top .header-hero h1.title {
        font-size: 24px;
        line-height: 28px;
    }

    .page-template-tpl-activite .header-hero .numbers,
    .single-activite .header-hero .numbers,
    .single-activite .banner_top .header-hero .subtitle,
    .page-template-tpl-activite .header-hero .numbers,
    .single-departement .header-hero .numbers,
    .single-departement .banner_top .header-hero .subtitle {
        font-size: 20px;
    }

    .page-template-tpl-activite .banner_top .header-hero .adv_business1_advantage_link,
    .single-activite .banner_top .header-hero .adv_business1_advantage_link,
    .single-departement .banner_top .header-hero .adv_business1_advantage_link {
        padding: 25px;
    }

    .page-template-tpl-activite .header-hero,
    .single-activite .header-hero,
    .single-departement .header-hero {
        margin-bottom: 60px;
    }

    .avantages .list .item {
        width: 280px;
    }

    .page-template-tpl-activite .rappel h3,
    .single-activite .rappel h3,
    .page-template-tpl-activite .article-content h2,
    .single-activite .article-content h2,
    .page-template-tpl-activite .rappel h3,
    .single-departement .rappel h3,
    .single-departement .article-content h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .page-template-tpl-activite .blc-article,
    .single-activite .blc-article,
    .single-departement .blc-article {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    .page-template-tpl-activite .rappel .item,
    .single-activite .rappel .item,
    .single-departement .rappel .item {
        width: 100%;
    }

    .page-template-tpl-activite .rappel .item:nth-child(even) .inner,
    .single-activite .rappel .item:nth-child(even) .inner,
    .single-departement .rappel .item:nth-child(even) .inner {
        padding-left: 0;
    }

    .page-template-tpl-activite .rappel .item:nth-child(even) .inner:before,
    .single-activite .rappel .item:nth-child(even) .inner:before,
    .single-departement .rappel .item:nth-child(even) .inner:before {
        display: none;
    }

    .page-template-tpl-activite .rappel .item,
    .single-activite .rappel .item,
    .single-departement .rappel .item {
        margin-bottom: 35px;
    }

    .page-template-tpl-activite .sticky-right .encadre .adv_business1_advantage_link,
    .single-activite .sticky-right .encadre .adv_business1_advantage_link,
    .single-departement .sticky-right .encadre .adv_business1_advantage_link {
        padding: 14px 25px;
    }

    .page-template-tpl-activite .rappel .item .top,
    .single-activite .rappel .item .top,
    .single-departement .rappel .item .top {
        font-size: 25px;
    }

    .avantages .list .item .text .top {
        font-size: 18px;
    }

    .avantages .list .item .text .bottom {
        font-size: 13px;
    }

    .avantages .info {
        font-size: 18px;
        line-height: 24px;
    }
}