.bg-gris-clair {
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    background: #F8F9FB;
}

.title {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 30px;
    color: #424242;
}

#block-voiture-carousel{
    width: 100%;
}

#block-voiture-carousel .span3 {
    width: 23.4%;
}

.span3.noMargin {
    margin-left: 0;
}

/* Vignette véhicule*/
.veh_vignette {
    background: #FFF;
    border: 1px solid #D4D4D4;
    margin-bottom: 40px;
    position: relative;
}

.img_vignette {
    background-position: center center;
    background-size: cover;
    height: 156px;
    width: 100%;
}

#block-voiture-carousel .lien_fiche_veh{
    height: 100%;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 100%;
}

.veh-marque {
    font-size: 14px;
    line-height: 11px;
    margin: 10px 0 5px 0;
    font-weight: 600;
    margin-top: 170px;
    color: #424242;
}

.veh-montant {
    min-height: 30px;
    margin-top: 35px;
}

.veh-prix {
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.veh-finance {
    font-size: 13px;
    display: inline-block;
    line-height: 13px;
    vertical-align: middle;
}
#faiblekm .carousel-indicators .active {
    background-color: #1167ff;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, .3);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, .3);
}

.bouton-recherche.action {
    text-align: center;
    padding: 40px 0;
    margin: 0;
}

.lien_fiche_veh {
    height: 100%;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
    width: 100%;
}
.carousel-control.left, .carousel-control.right {
    margin-top: -45px;
}


@media screen and (max-width: 1199px){
    .veh-marque {
        height: 26px;
        line-height: 30px;
        overflow: hidden;
        margin-top: 162px;
    }
}
@media screen and (max-width: 1002px) and (min-width: 768px){
    .carousel-control.left {
        left: 0px;
    }
    .carousel-control.right {
        right: 0px;
    }
}

@media screen and (max-width: 767px){
    .veh_vignette {
        max-width: 350px;
        margin: 0 auto;
    }

    .carousel-control.left {
        left: 9px;
    }

    .carousel-control.right {
        right: 14px;
    }

    .carousel-inner .item {
        padding: 0 35px;
    }
}

@media screen and (max-width: 524px){
    .carousel-control.right {
        right: -5px;
    }
    .carousel-control.left {
        left: -2px;
    }
}
