.carousel {
    margin: 25px auto;
    padding: 0;
}
.carousel-inner {
    margin-bottom: 20px;
}
.carousel .item {
    color: #444;
    overflow: hidden;
    min-height: 120px;
    font-size: 16px;
}
.carousel .media {
    padding: 60px 25px 30px 25px;
    border: 1px rgba(0,0,0,0.1) solid;
    border-radius: 30px;
    background-color: white;
    margin-top: 40px;
}
.carousel .media .media-center {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -40px;
}
.carousel .media img {
    width: 80px;
    height: 80px;
    display: block;
    border-radius: 50%;
}
.carousel .testimonial {
    padding: 0 15px 0 15px ;
    position: relative;
}
.carousel .testimonial::before {
    display: none;
    content: '\93';
    color: #e2e2e2;
    font-weight: bold;
    font-size: 68px;
    line-height: 54px;
    position: absolute;
    left: 15px;
    top: 0;
}
.carousel .testimonial .desc {
    min-height: 175px;
    font-size: 12px;
}
.carousel .overview b {
    text-transform: uppercase;
}
.carousel .carousel-indicators {
    bottom: -40px;
}
.carousel-indicators li, .carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 3px;
}
.carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff;
}
.carousel-indicators li.active {
    color: #fff;
    background: #1c47e3;
    border: 5px double;
}


/* navigation arrows */
.carousel-control, .carousel-control:hover {
    position: relative;
    text-shadow: none;
    opacity: 1;

    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-color: initial;
    border: 1px #800080 solid;
    text-align: center;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel-control.left span, .carousel-control.right span {
    top: 9px;
    color: #800080;
}


/* Carousel références */
#referencesCarousel.carousel .media {
    padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    margin-top: 0;
}

#referencesCarousel.carousel .media img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

/* Carousel pourquoi */
#pourquoiCarousel.carousel {
    margin: 0;
}
#pourquoiCarousel.carousel .media {
    padding: 10px;
    border: none;
    border-radius: 13px;
    background-color: #800080;
    margin-top: 0;
    height: 200px;
}

#pourquoiCarousel.carousel .media .media-body {
    color: white;
    font-size: 14px;
}

#pourquoiCarousel.carousel .media .media-body h2 {
    color: white;
    font-size: 14px;
    font-weight: 300;
}

#pourquoiCarousel.carousel .media .media-body h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;
}


@media(max-width:1200px){
    .carousel .testimonial {
        font-size: 16px;
    }
    .carousel .testimonial .desc {
        min-height: 245px;
    }
}

@media(max-width:992px){
    .carousel .testimonial {
        font-size: 13px;
    }
    .carousel .testimonial .desc {
        min-height: 335px;
    }
}

@media(max-width:768px){
    .carousel .media {
        margin-bottom: 20px;
    }
    .carousel .testimonial {
        font-size: 13px;
        padding: 0;
    }
    .carousel .testimonial .desc {
        min-height: 315px;
        font-size: 11px;
    }

    /*#referencesCarousel.carousel .item {*/
        /*height: 350px;*/
    /*}*/

    #pourquoiCarousel.carousel .media {
        height: 250px;
    }
}