
/*=====================================
            COMMENTAIRE
 ==================================*/

.comment {
    color: #333;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    position: relative;
    margin: 25px 0 50px;
}

.comment::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #ffdc12;
    left: 0;
    right: 0;
    bottom: -10px;
}


.control-droite {
    margin-right: -14%;
    margin-top: 3%;
}

.control-gauche {
    margin-left : -13%;
    margin-top : 3%;
}

.carousel {
    width: 50%;
    margin: 0 auto;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 340px;
}

.carousel .item a {
    color: #eb7245;
}

.carousel .img-box {
    width: 145px;
    height: 145px;
    margin: 0 auto;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {	
    padding: 30px 0 10px;
}

.carousel .overview {	
    text-align: center;
}

.carousel .overview b {
    color: #333;
    font-size: 15px;
    text-transform: uppercase;
    display: block;	
}

.carousel .star-rating i {
    font-size: 18px;
    color: #ffdc12;
}

.carousel .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-shadow: none;
    top: 4px;
    background-color: black !important;
    color: yellow !important;
}

.carousel-control i {
    font-size: 20px;
}

.carousel-control.left {
    left: auto;
}

.carousel-control.right i {
}

.slide {
    margin-top : 5%;
    margin-bottom : 3%;

}

.carousel-marge {

    margin-bottom: -10%;
}

.size_arrow1 {
    font-size : 20px !important;
    margin-left: -48% !important;
}

.size_arrow2 {
    font-size : 20px !important;
    margin-right: -54% !important;

}

.caroussel-arrow1 {
    margin-top : 28%;
    margin-left : 1%;
}

.caroussel-arrow2 {
    margin-top : 29%;
    margin-right : 0.5%;
}
@media screen and (max-width: 745px){
    .carousel {
        width : 75%;
    }
    .size_arrow1 {
        margin-left: -32% !important;

    }


    .size_arrow2 {
        margin-right: -34% !important;

    }
    .comment {
        font-size : 30px;
    }

}