@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials{
    height: 80vh;
}

.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 200px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
    color: #ff7a00;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
    font-size: 1.4em;
}

.testimonials .owl-nav, .testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #ff7a00 !important;
}



.testimonials .mission_notation{
    margin: 40px;
}

.testimonials .mission_notation h4{
    font-size: 1.4em;
}

@media (max-width: 992px) {

    .testimonials{
        height: 50vh;
    }

    .testimonials .mission_notation{
        margin: 20px;
    }

    .testimonials .mission_notation h4{
        font-size: 1.1em;
    }

    .testimonials .testimonial-item p {
        width: 100%;
        font-size: 1em;
    }

    #profil_link img{
        height: 50px;
    }
}

@media screen and (max-width: 570px){
    .testimonials{
        height: 101vh;
    }
}

#profil_link img{
    height: 50px;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block;
    margin: 0!important;
    padding: 0!important;
}




