.home .contentPage {
    padding: 0;
}
.home main>img {
    top: 47%;
}

/* Section 1 */
@media (max-width: 991px) {
    .home-s1__desc {
        margin-bottom: 28px;
    }

    .headerPage__circle,
    .home-s1__picture {
        display: none;
    }

    .home-s1 {
        padding-top: 20px;
    }
}

.home-s1__desc h1 {
    margin-bottom: 5px;
    line-height: 115%;
}
@media (max-width: 991px) {
    .home-s1__desc h1 {
        font-size: 2.4rem;
    }
}
.home-s1__desc p {
    font-size: 1.6rem;
    line-height: 125%;
}
@media (min-width: 992px) {
    .home-s1__desc p {
        font-size: 2rem;
    }
}
@media (max-width: 767px) {
    .home-s1__desc p br{
        display: none;
    }
}

/* Section 2 */
.expertise-card {
    background-color: var(--gray-100);
    border-radius: 32px;
    padding: 18px 15px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
}
    .expertise-card > a{
        margin-top: auto;
    }
    .expertise-card a.card-link{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.expertise-card__picture {
    min-height: 52px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.expertise-card__desc {
    line-height: 125%;
    margin-bottom: 16px;
    font-size: 12px;
}
@media (min-width: 576px) {
    .expertise-card__desc {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .expertise-card__desc {
        margin-bottom: 20px;
    }
}

.expertise-content {
    --bs-gutter-x: 10px;
}
@media (min-width: 576px) {
    .expertise-content {
        --bs-gutter-x: 16px;
    }
}

.expertise-item {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 16px;
}
.expertise-item:nth-child(4) {
    order: -1;
}
@media (min-width: 992px) {
    .expertise-item {
        flex: 0 0 37.5%;
        margin-bottom: 0;
        max-width: 100%;
    }
    .expertise-item:nth-child(4) {
        display: none;
    }
    .expertise-item-technopole {
        flex: 0 0 25%;
    }
}

.expertise-card__title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 6px;
    line-height: 1;
    text-transform: uppercase;
}
@media (min-width: 576px) {
    .expertise-card__title {
        font-size: 1.8rem;
    }
}
@media (min-width: 768px) {
    .expertise-card__title {
        min-height: 50px;
    }
}

.home-s2 {
    padding-bottom: 30px;
    position: relative;
}
@media (min-width: 768px) {
    .home-s2 {
        padding-bottom: 62px;
    }
}
    .home-s2 h2 {
        margin-bottom: 40px;
        padding-right: 52%;
    }
    @media (min-width: 768px) {
        .home-s2 h2 {
            padding-right: 0;
        }
    }
    @media (min-width: 992px) {
        .home-s2 h2 {
            text-align: center;
        }
    }
    @media (min-width: 1200px) {
        .home-s2 h2 {
            margin-top: 42px;
            margin-bottom: 0;
            text-align: left;
        }
    }
    .home-s2 > img {
        opacity: .3;
        position: absolute;
        top: 17px;
        left: -162px;
        z-index: -1;
    }
    @media (min-width: 768px) {
        .home-s2 > img {
            position: absolute;
            top: 5%;
            left: -85px;
        }
    }

/* Section 3 */
.home-s3 {
    padding: 30px 0;
}
@media (min-width: 768px) {
    .home-s3 {
        padding: 62px 0;
    }
}

.slider-blog .single-blog__suggestions-item .card-blog{
    min-height: 485px;
}

/* Section 4 */
.home-s4 {
    padding-top: 30px;
}
@media (min-width: 768px) {
    .home-s4 {
        padding-top: 62px;
    }
}

/* Section 5 */
.empowerment_picture{
    -webkit-mask-image: url(/wp-content/themes/frennly-child-innozh/img/charte/mask.svg);
    mask-image: url(/wp-content/themes/frennly-child-innozh/img/charte/mask.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 227px 296px;
    mask-size: 227px 296px;
    height: 296px;
}
@media (min-width: 992px) {
.empowerment_picture{
    -webkit-mask-position: -115px center;
    mask-position: -115px center;
    -webkit-mask-size: 413px 538px;
    mask-size: 413px 538px;
    height: 538px;
}
}

.home-s5 {
    padding: 48px 0 66px 0;
}
@media (min-width: 992px) {
    .home-s5 {
        padding: 22px 0 66px 0;
    }
}

.empowerment_desc {
    padding: 0 36px;
    margin-bottom: 16px;
}
@media (min-width: 768px) {
    .empowerment_desc {
        padding: 0 calc((100vw - 720px) / 2);
    }
}
@media (min-width: 992px) {
    .empowerment_desc {
        padding: 0 calc((100vw - 880px) / 2) 0 0;
        margin-bottom: 0;
    }
}
@media (min-width: 1200px) {
    .empowerment_desc {
        padding-right: 0 calc((100vw - 1088px) / 2) 0 0;
    }
}
@media (min-width: 1400px) {
    .empowerment_desc {
        padding-right: 0 calc((100vw - 1184px) / 2) 0 0;
    }
}
    .empowerment_desc h2{
        line-height: 126%;
    }
    .empowerment_desc h2 + p{
        margin-bottom: 24px;
    }

@media (max-width: 991px) {
    .home-s5__picture {
        order: 2;
    }
    .home-s5__content {
        order: 1;
    }

}

/* Section 6 */
.home-s6 {
    background-color: var(--gray-100);
    padding: 44px 0 36px;
}
@media (min-width: 768px) {
    .home-s6 {
        padding: 68px 0;
    }
}
    .home-s6 .container > img{
        position: absolute;
        bottom: 100%;
        right: 25px;
        transform: scaleX(-1);
    }
    @media (min-width: 768px) {
        .home-s6 .container > img{
            bottom: calc(100% + 20px);
            right: 0;
        }
    }

.certification-picture {
    background-color: var(--white);
    border-radius: 32px;
    border: 1px solid var(--color-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 15px;
    overflow: hidden;
    height: 85px;
}
@media (min-width: 768px) {
    .certification-picture {
        padding: 10px;
        height: 145px;
    }
}
    .certification-picture a{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
    }

        .certification-picture img{
        max-width: 105px;
        max-height: 100%;
    }
    @media (min-width: 768px) {
        .certification-picture img{
            max-width: 170px;
        }
    }

.certification-item {
    margin: 0 8px;
}

.slider-certification {
    margin: 0 -8px;
}

body .slider-certification button.slick-arrow {
    bottom: calc(100% + 18px);
    background-color: var(--color-secondary);
}
@media (min-width: 992px) {
    body .slider-certification button.slick-arrow {
        bottom: 22px;
    }
}
body .slider-certification button.slick-arrow.slick-next {
    right: initial;
    left: 50px;
}
@media (min-width: 992px) {
    body .slider-certification button.slick-arrow.slick-next {
        right: calc((100% + 28%) - 42px);
        left: auto;
    }
}
body .slider-certification button.slick-arrow.slick-prev {
    right: initial;
    left: 8px;
}
@media (min-width: 992px) {
    body .slider-certification button.slick-arrow.slick-prev {
        right: calc(100% + 28%);
        left: auto;
    }
}

@media (max-width: 991px) {
    .home-s6__title {
        margin-bottom: 74px;
    }
}


