/* Style des carrousel */
.testimonials .slider{
    padding-top: 0;
    overflow: hidden;
}


.testimonials .owl-carousel {
    /*max-width: 800px;*/
    margin-left: auto;
    margin-right: auto;
}
.testimonials .slide{
    min-height: 300px;
    /*max-height: 300px;*/
}

.testimonials .controls{
    max-height: 300px;
}

.testimonials .controls .btn{
    flex: 0 0 50px;
}

.testimonials .owl-dots{
    height: 0;
}

@media screen and (max-width: 430px) {
    .testimonials .controls .btn{
        flex: 0 0 40px;
    }
}
@media screen and (max-width: 360px) {
    .testimonials .controls {
        padding-bottom: 0;
    }
}