@charset "utf-8";
/* CSS Document */

.encart-garage { text-transform: uppercase}
.encart-garage:hover {border:1px solid #6A6A6A}
.encart-garage h2 { font-size:34px;}
.encart-garage h3 { font-size:30px;color: #3d3d3d}
.prix { color:#AB0002; font-size:26px}


.btn-garagiste {
    color: #fff;
    background-color: #9C0000;
    border-color: #9C0000;
}

.btn-garagiste:hover {
    color: #fff;
    background-color: #7a0000;
    border-color: #7a0000;
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}

.carousel-indicators li a {margin: 0}