.navbar-brand img {
    height:48px; 
    width:auto;
}

@media (min-width: 992px) {
    .scrolled .navbar-brand img {
        height:60px; 
        width:auto;
    }
    .navbar-brand img {
        height:96px; 
        width:auto;
    }
}    
    
footer .logo img {
    height:auto; 
    width:90%;    
}    

.car-wrap .img.reduit {
  width: 100%;
  height: 150px;
}
.car-wrap .text.reduit {
    padding: 20px 15px 20px 15px;
}    
.car-wrap .text .price span {
    color: rgba(0,0,0, 0.5) !important;
}    
.car-wrap .text .cat {
    color: rgba(0,0,0, 0.5) !important;
    font-style:  italic;
}    
.car-wrap .text h2 {
    font-size: 16px;
    font-weight: 500;
}
.car-wrap .text h2 a {
    color: black;
}
.car-wrap .text h2 a.reduit {
    font-size:13px;
}

.car-wrap .btn.reduit {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size:13px;
}

.car-list .bg-image {
    background-size: cover;
    background-position: center center;
    height: 5vh;
    min-height:100px;
    max-height:200px;
}
.car-list .bg-image:hover {
    cursor: pointer;
}

.car-list .sm-texte {
    line-height:130%;
    font-size:13px;
}
.car-list .sm-texte b {
    font-size:15px;
}

