#tabs_offres_home h2 {
    font-size: 27px;
    font-weight: bold;
}

#tabs_offres_home h3 {
    font-size: 22px;
    font-weight: bold;
}

/* Offre home veodrome */

#tabs_offres_home.tabs_offres_home_veodrome #offres_home_menu h2,
#tabs_offres_home.tabs_offres_home_veodrome #offres_home_menu h3 {
    border-bottom: 6px solid;
    font-size: 20px;
}

#tabs_offres_home.tabs_offres_home_veodrome #offres_home_menu h2:not(:last-child),
#tabs_offres_home.tabs_offres_home_veodrome #offres_home_menu h3:not(:last-child) {
    margin-right: 1.5rem;
}

#tabs_offres_home.tabs_offres_home_veodrome .card {
    border: none;
}

#tabs_offres_home span[itemprop="vehicleEngine"]{
    max-width: 140px;
    text-overflow: ellipsis;
    overflow: hidden;
}

#tabs_offres_home .container_link_stock .btn{
    display: inline-flex;
    align-items: center;
}

#tabs_offres_home #offres_home_stock .product-miniature{
    cursor: pointer;
    overflow: hidden;
}

#tabs_offres_home #offres_home_stock .product-miniature img{
    max-width: 100%;
    max-height: 130px;
    width: auto;
}

#tabs_offres_home #offres_home_stock .product-miniature .name{ 
    font-size: 16px;
    font-weight: bold;
}

#tabs_offres_home #offres_home_stock .product-miniature .nb_stock{
    font-size: 14px;
}

#tabs_offres_home #offres_home_stock .product-miniature i{
    bottom: 0;
    right: 0;
}


@media(min-width: 1400px){
    #tabs_offres_home .owl-carousel {
        display: grid;
        grid-template-columns: repeat(4, minmax(0,1fr));
        grid-gap: 15px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #tabs_offres_home.tabs_offres_home_veodrome .owl-carousel {
        grid-template-columns: repeat(5, minmax(0,1fr));
        margin: 15px 0;
    }

    #tabs_offres_home #offres_home_stock .owl-carousel {
        grid-template-columns: repeat(5, minmax(0,1fr));
    }
}

#tabs_offres_home .not_vehicule{
    padding: 15px;
}
#tabs_offres_home .not_vehicule i{
    font-size: 9rem;
}
#tabs_offres_home .not_vehicule p{
    font-size: 1rem;
}
#tabs_offres_home .not_vehicule .title_not_vehicule{
    font-size: 2rem;
}