/*SECTION-TESTIMONIALS-STYLE*/
.hp-section-testimonials{
    display:flex;
    justify-content:center;
}
.hp-section-testimonials .testimonials-left{
    width: 50%;
    text-align: center;
    padding: 100px 30px 0px 30px;
    background-color: #fff;
}
.hp-section-testimonials .testimonials-slider .title{
    font-size: 46px;
    font-family:var(--font-5);
    color: var(--color-4);
    padding-right:52px;
    margin-bottom: 20px;
}
.hp-section-testimonials .testimonials-slider .subtitle{
    font-size: 27px;
    font-family:var(--font-4);
    color: var(--color-1);
    padding-right:49px;
    margin-bottom:20px;
}
.hp-section-testimonials .testimonials-slider .testimonials-desc{
    font-size: 16.7px;
    font-style:italic;
    font-family:var(--font-5);
    color: var(--color-5);
    line-height:23px;
    letter-spacing:0.1px;
    margin-bottom: 21px;
}
.hp-section-testimonials .testimonials-slider .testimonials-names{
    font-size: 16px;
    font-style:italic;
    font-family:var(--font-5);
    color: var(--color-5);
    margin-bottom: 51px;
}
.hp-section-testimonials .testimonials-names .testimonials-quota{
    padding-right:49px;
    margin-bottom:5px;
}
.hp-section-testimonials .testimonials-quota img{
    margin: auto;
    border-radius: 50%;
}
.hp-section-testimonials .testimonials-names .names-temoins{
    text-transform:capitalize;
    padding-right:53px;
    position: relative;
}
.hp-section-testimonials .testimonials-names .names-temoins:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/img-quota.jpg') no-repeat center;
    margin: 0 auto 15px;
}
.hp-section-testimonials .testimonials-right{
    position:relative;
    width:50%;
    text-align:center;
    overflow:hidden;
    transition:.3s;
}
.hp-section-testimonials .testimonials-right img{
    transition: 1s;
}
.hp-section-testimonials .testimonials-right:hover img{
    transform: scale(1.03) rotate(.01deg);
}
.hp-section-testimonials  .testimonials-img {
    position: relative;
}

.hp-section-testimonials .testimonials-img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0,0.21);
}
.hp-section-testimonials .testimonials-right  .testimonials-text{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 400px;
    height: 400px;
    padding: 40px;
    border-radius: 15px;
    border: 1px solid #fff;
    transform: translate(-50%,-50%);
}
.hp-section-testimonials .testimonials-text .title{
    font-size: 60px;
    font-family:var(--font-4);
    padding-top:20px;
    margin-bottom:12px;
}
.hp-section-testimonials .testimonials-text .desc{
    font-size:15px;
    font-family:var(--font-1);
    text-transform: uppercase;
    margin-bottom:38px;
}
.hp-section-testimonials .testimonials-text .testimonials-link{
    display: inline-block;
    width: 168px;
    height: 50px;
    color: #fff;
    font-family:var(--font-3);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 50px;
    transition: .5s;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
}
.hp-section-testimonials .testimonials-text .testimonials-link:hover{
    color:var(--color-1);
    background-color:var(--color-10);
}

.testimonials-textref {
    max-width: 483px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonials-textref .textref-content {
    padding: 114px 64px 91px;
    background: url('../img/border_container.png') no-repeat center / contain;
    margin: auto;
}
.testimonials-textref .textref-title {
    font-family: var(--font-4);
    font-size: 74px;
    color: #fff;
    line-height: 58px;
    margin-bottom: 20px;
}

.testimonials-textref .textref-desc {
    font-family: var(--font-1);
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 15px;
    line-height: 25px;
    margin-bottom: 35px;
}
.testimonials-textref  .textref-link{
    display: inline-block;
    width: 177px;
    height: 56px;
    color: #fff;
    font-family: var(--font-3);
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 30px;
    line-height: 56px;
    transition: .5s;
    border: 1px solid var(--color-1);
    background-color: var(--color-1);
}
.testimonials-textref  .textref-link:hover {
    color: var(--color-1);
    background-color: var(--color-10);
}


.testimonials-nav{
    max-width: 310px;
    margin: auto;
}
.testimonials-avatar img{
    border-radius: 50%;
    transform: scale(0.7) translate(0);
    transition: transform ease-in-out 300ms;
    cursor: pointer;
}
.testimonials-avatar.slick-current img {
    transform: scale(1) translate(-1px, 0px);
}

@media screen and (max-width:1245px){
    .hp-section-testimonials .testimonials-left {
        padding: 35px 30px 55px 30px;
    }
    .hp-section-testimonials .testimonials-slider .title{
        font-size:39px;
    }
    .hp-section-testimonials .testimonials-slider .testimonials-desc
    .saut-ligne{
        display:none;
    }
    .hp-section-testimonials .testimonials-slider .title,
    .subtitle{
        padding-right:0;
    }
    .hp-section-testimonials .testimonials-slider .testimonials-desc{
        padding-right:0;
    }
    .hp-section-testimonials .testimonials-list .slick-dots{
        padding-right:0;
    }
}
@media screen and (max-width:992px){
    .hp-section-testimonials{
        flex-direction:column;
        align-items:center;
    }
    .hp-section-testimonials .testimonials-left{
        width:100%;
    }
    .hp-section-testimonials .testimonials-right{
        width:100%;
    }
    .hp-section-testimonials .testimonials-right .testimonials-text{
        height:400px;
        padding:40px;
    }
    .hp-section-testimonials .slick-dots li #slick-slide-control10{
        width:50px;
        height:50px;
        padding-right:0;
    }
    .hp-section-testimonials .slick-dots li #slick-slide-control11{
        width:50px;
        height:50px;
        padding-right:0;
    }
    .hp-section-testimonials .slick-dots li #slick-slide-control12{
        width:50px;
        height:50px;
        padding-right:0;
    }
    .hp-section-testimonials .slick-dots li.slick-active button{
        transform: scale(1.2, 1.2);
    }
}
@media screen and (max-width:576px){
    .hp-section-testimonials .testimonials-text .title{
        font-size: 33px;
    }
    .hp-section-testimonials .testimonials-text .desc{
        font-size:14px;
        line-height:21px;
        margin-bottom: 25px;
    }
    
}
@media (max-width: 480px){
    .hp-section-testimonials .testimonials-right img {
        object-fit: cover;
        height: 480px;
    }
    .testimonials-textref .textref-content{
        max-width: 400px;
        padding: 30px;
    }
}
/*SECTION-TESTIMONIALS-STYLE*/
