
.sectionAvis{
    margin-block: 110px;
}

.sectionAvis .slider{
    position: relative;
}

.sectionAvis .avis{
    background-color: var(--primary);
    border-radius: 24px;
    padding: 64px 56px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: auto;
}

.sectionAvis .avis .nom,
.sectionAvis .avis .nom *,
.sectionAvis .avis .paragraphe,
.sectionAvis .avis .paragraphe *{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.sectionAvis .titre{
    font-size: 43px;
    line-height: 50px;
    color: var(--primary);
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    max-width: 440px;
    font-family: "alwyn-new-web", sans-serif;
}

.sectionAvis .swiper-button-next,
.sectionAvis .swiper-button-prev{
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--primary);
    background-color: #fff;
}

.sectionAvis .swiper-button-next{
    right: 50px;
    transform: translateX(100%);
}

.sectionAvis .swiper-button-prev{
    left: 50px;
    transform: translateX(-100%);
}

.sectionAvis .swiper-button-next::after,
.sectionAvis .swiper-button-prev::after{
    content: "";
    width: 28px;
    height: 19px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.sectionAvis .swiper-button-next::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' transform='translate(28.078 18.61) rotate(-180)' fill='%2323346a' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

.sectionAvis .swiper-button-prev::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' fill='%2323346a' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
}

@media (min-width: 1701px){
    .sectionAvis .slider{
        max-width: 1650px !important;
    }
}

@media (max-width: 1600px){
    .sectionAvis .avis{
        padding: 45px 42px;
        gap: 30px;
    }
    .sectionAvis .titre{
        font-size: 38px;
        line-height: 45px;
    }
}

@media (max-width: 1300px){
    .sectionAvis{
        margin-block: 50px 200px;
    }
    .sectionAvis .swiper{
        width: 100vw;
        left: -80px;
    }
    .sectionAvis .swiper-button-next,
    .sectionAvis .swiper-button-prev{
        top: initial;
        bottom: -30px;
    }
    .sectionAvis .swiper-button-next{
        right: calc(50% - 35px);
        transform: translate(100%, 100%);
    }
    .sectionAvis .swiper-button-prev{
        left: calc(50% - 35px);
        transform: translate(-100%, 100%);
    }
}

@media (max-width: 1200px){
    .sectionAvis .titre{
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 24px;
    }
}

@media (min-width: 993px){
    .sectionAvis .swiper-button-next:hover,
    .sectionAvis .swiper-button-prev:hover{
        background-color: var(--primary);
    }
    .sectionAvis .swiper-button-next:hover::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' transform='translate(28.078 18.61) rotate(-180)' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    }
    .sectionAvis .swiper-button-prev:hover::after{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='18.61' viewBox='0 0 28.078 18.61'%3E%3Cpath id='Tracé_71' data-name='Tracé 71' d='M3.657,8.614l24.38-.081.041,1.869-24.015.041,6.7,6.7L9.305,18.61,0,9.346V9.305L1.463,7.842,9.305,0l1.463,1.5Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
    }
}

@media (max-width: 992px){
    .sectionAvis .swiper{
        left: -36px;
    }
    .sectionAvis .avis{
        padding: 36px 32px;
        gap: 24px;
    }
    .sectionAvis .avis .nom,
    .sectionAvis .avis .nom *,
    .sectionAvis .avis .paragraphe,
    .sectionAvis .avis .paragraphe *{
        font-size: 16px;
        line-height: 22px;
    }
}