/* START bandeauTextSlider */

.temoignages{
    overflow-x: clip;
}

.temoignages .bigSpacing{
    padding-bottom: 0;
}

.bandeauTextSlider{
    position: relative;
}
.bandeauTextSlider .uniformSpacing{
    display: flex;
    gap: 5em;
}

.bandeauTextSlider .uniformSpacing .leftContainer,
.bandeauTextSlider .uniformSpacing .containerSlider{
    width: 50%;
}

.bandeauTextSlider .uniformSpacing .leftContainer img{
    position: absolute;
    bottom: 0;
    left: -10%;
    width: 100%;
    max-width: 50%;
    height: 130%;
    object-fit: contain;
}

.bandeauTextSlider .sliderContainer{
    width: 50%;
}

.bandeauTextSlider .sliderWrapper,
.bandeauTextSlider .sliderSlide{
    width: 100%;
}

.bandeauTextSlider .horizontalScroll{
    height: 100%;
}

.bandeauTextSlider .sliderWrapper{
}

.bandeauTextSlider .sliderSlide {
    padding: 1.5em;
    border-radius: var(--basicRadius);
    margin-right: 2em;
    height: fit-content;
}

.bandeauTextSlider .sliderSlide .containerAvisPro{
    max-height: 20em;
    overflow-y: auto;
    width: 100%;
    position: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2em;
}

.bandeauTextSlider .sliderDots {
    text-align: center;
    padding-top: 2em;
}

.bandeauTextSlider .sliderDot {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 5px;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid var(--basicWhite);

}

.bandeauTextSlider .sliderDot.active {
    background-color: var(--basicColor1);
    border: 1px solid var(--basicColor1);
}

#editor .bandeauTextSlider .uniformSpacing {
    flex-direction: column;
}

#editor .bandeauTextSlider .sliderSlide {
    height: fit-content;
}
.iconQuote{
    position: absolute;
    right: 2em;
    bottom: 0;
    transform: translateY(50%);
}

@media screen and (max-width: 1200px) {
    .bandeauTextSlider .uniformSpacing{
        flex-direction: column;
    }
    .bandeauTextSlider .uniformSpacing .leftContainer,
    .bandeauTextSlider .uniformSpacing .sliderContainer{
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .iconQuote svg{
        width: 3.5em;
        height: 3.5em;
    }
}


/* END bandeauTextSlider */


.footer .uniformSpacing{
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.footer .uniformSpacing .footerContainer{
    display: flex;
    gap: 5em;
    align-items: center;
}

.footer.bigSpacing {
    background-color: var(--basicBlack);
}

.footer .footerGauche, .footer .footerDroite {
    width: 50%;
}

.footer .footerGauche img {
    width: 90%;
    height: auto;
}

.footer .footerGauche h2 {
    font-size: 1em;
    padding-top: .75em;
}

.footer .footerGauche p {
    opacity: .6;
    font-weight: 100;
}

.footer .footerDroite{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer .footerDroite svg{
    width: 1.5em;
}

.footer .footerDroite svg path{
    fill: var(--basicWhite);
}

.footer .socialContainer{
    display: flex;
    gap: 1.5em;
    justify-content: flex-end;
    padding-bottom: .5em;
}

.footer .socialContainer a{
    display: flex;
    align-items: center;
}


.footer .footerLink{
    display: flex;
    gap: 2em;
    justify-content: flex-end;
    width: fit-content;
    padding-top: 1.5em;
    border-top: 1px solid rgba(234, 238, 243, 0.15);


}

.footer .footerLinkMenu, .footer .footerLinkExpertises{
    display: flex;
    flex-direction: column;
    gap: .5em;
}

.footer .footerLinkMenu a, .footer .footerLinkExpertises a{
    opacity: .6;
    font-weight: 100;
    transition: ease all .3s;
}

.footer .footerLinkMenu a:hover, .footer .footerLinkExpertises a:hover{
    opacity: 1;
}

.footer .endFooter {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .5em;
}

.footer .endFooter div {
    display: flex;
    gap: .5em;
}

.footer .endFooter div a {
    opacity: .8;
}

.footer .endFooter > a {
    width: 6em;
    height: auto;
    opacity: .8;
}

.footer .endFooter img {
    width: 100%;
    height: auto;
}

.footer .endFooter p {
    opacity: .8;
}


@media screen and (max-width: 1000px) {
    .footer .footerLink{
        flex-direction: column;
        justify-content: flex-start;
    }
}

@media screen and (max-width: 900px) {
    .bandeauTextSlider .uniformSpacing .leftContainer{
        display: none;
    }
}


@media screen and (max-width: 800px) {
    .footer .uniformSpacing .footerContainer{
        flex-direction: column;
    }

    .footer .footerGauche, .footer .footerDroite{
        width: 100%;
    }

    .footer .footerLink{
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .footer .footerLink{
        flex-direction: column;
    }
}


