@charset "UTF-8";



.ftc-video-testimonies__testimonies-swiper {
    --swiper-wrapper-transition-timing-function: initial;
    
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px;
    /* active bullets */
    --swiper-pagination-color: var(--pmn--blue);
    --swiper-pagination-bullet-opacity: 1;
    /* inactive bullets */
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: .2;
}

.ftc-video-testimonies__title{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    color:var(--pmn--pink);
}
.ftc-video-testimonies__text {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.ftc-video-testimonies__title,
.ftc-video-testimonies__testimony__name {
    font-weight: 700;
}

.ftc-video-testimonies__text {
    font-size: 16px;
    line-height: 26px;
    
}

.ftc-video-testimonies__testimonies-swiper {
    margin-top: 50px;
    margin-bottom: 25px;
    padding-left: 30px;
}

.ftc-video-testimonies__testimony {
    /*width: ;*/
    max-width: min(64vw, 277px);
}

.ftc-video-testimonies__testimony__video-container {
    position: relative;
    aspect-ratio: 261 / 491;
    border-radius: 20px;
    overflow: hidden;
}
.ftc-video-testimonies__testimony__video-container > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ftc-video-testimonies__testimony__name {
    margin-top: 14px;
}

.ftc-video-testimonies__testimony__position {
    margin-top: 3px;
}

.ftc-video-testimonies__btns-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin: 25px var(--global-block-padding) 0;
}

.ftc-video-testimonies__btn-prev,
.ftc-video-testimonies__btn-next {
    width: 50px;
    height: 50px;
    background-image: var(--ftc--icon--chevron--white);
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    padding: 0px;
    flex: none;
    min-width: inherit;
}

.pink .ftc-video-testimonies__btn-prev,
.pink .ftc-video-testimonies__btn-next {
    width: 50px;
    height: 50px;
    background-image: var(--ftc--icon--chevron--blue);
    background-position: center;
    background-size: 26px;
    background-repeat: no-repeat;
    padding: 0px;
    flex: none;
    min-width: inherit;
}

.ftc-video-testimonies__btn-prev {
    transform: rotateZ(90deg);
}
.ftc-video-testimonies__btn-next {
    transform: rotateZ(-90deg);
}

@media screen and (max-width: 767px) {
    .ftc-video-testimonies {
        padding: 42px 0px 77px;
    }
    .ftc-video-testimonies__title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 24px;
        
    }
    .ftc-video-testimonies__title,
    .ftc-video-testimonies__text {
        padding: 0 30px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .ftc-video-testimonies__testimonies-swiper > .swiper-wrapper {
        /*margin-left: var(--global-block-padding);*/
    }
    .ftc-video-testimonies__testimony__name {
        font-size: 18px;
        line-height: 22px;
    }
    .ftc-video-testimonies__testimony__position {
        font-size: 14px;
        line-height: 22px;
    }
    .ftc-video-testimonies__cta {
        margin-top: 37px;
        margin-left: var(--global-block-padding);
        width: calc(100% - var(--global-block-padding) * 2);
    }
}
@media screen and (min-width: 768px) {
    .ftc-video-testimonies {
        padding: 91px 0px 75px;
    }
    .ftc-video-testimonies__title {
        font-size: 48px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    .ftc-video-testimonies__title,
    .ftc-video-testimonies__text {
        text-align: center;
    }
    .ftc-video-testimonies__testimony__name,
    .ftc-video-testimonies__text {
        font-size: 18px;
        line-height: 26px;
    }
    .ftc-video-testimonies__testimony__position {
       font-size: 18px;
        line-height: 28px;
    }
    .ftc-video-testimonies__testimonies-swiper {
        padding: 0 100px;
    }

}
@media screen and (min-width: 1338px) {
    .ftc-video-testimonies__btns-wrapper {
        display: none;
    }
    .ftc-video-testimonies__testimonies-swiper {
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }
    /*.ftc-video-testimonies__testimonies-swiper > .swiper-wrapper {*/
    /*    width: auto;*/
    /*    transform: none !important;*/
    /*}*/
}

/* === INTERLIGNE ENTRE TITRES === */

@media screen and (max-width: 767px) {
    .ftc-video-testimonies h2 {
        line-height:1.3 ;
    }
}
@media screen and (min-width: 768px) {
    .ftc-video-testimonies h2 {
        line-height:1.25 ;
    }
}