

/* ------------------- PAGE MARQUES ------------------- */

/* ------------------- PAGE MARQUE ------------------- */

#manufacturer .brand-header #manufacturer-title{
    margin-bottom: 20px;
}

#manufacturer .brand-header #manufacturer-short_description,
#manufacturer .brand-header #manufacturer-short_description *{
    color: var(--color-black);
}

#manufacturer .brand-header #manufacturer-description,
#manufacturer .brand-header #manufacturer-description *{
    color: var(--color-black);
}

#manufacturer .products-selection{
    margin-top: 40px;
}

#manufacturer .brand-header #manufacturer-image{
    width: 100%;
    max-width: 230px;
    height: auto;
    object-fit: contain;
    margin-bottom: 30px;
}

/* ------------------- MINIATURE MARQUE ------------------- */

#manufacturer .brand{
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
    min-width: 0px !important;
    box-shadow: none !important;
    text-align: start !important;
}

#manufacturer .brand a{
    display: block;
}

#manufacturer .brand .brand-img{
    width: 100% !important;
    object-fit: contain;
    height: auto;
    margin-bottom: 10px !important;
    aspect-ratio: 1;
}

#manufacturer .brand .brand-title{
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    margin: 0px;
    text-transform: none;
    color: var(--color-black) !important;
}

#manufacturer .brand .brand-description{
    margin-top: 5px !important;
}

#manufacturer .brand .brand-description,
#manufacturer .brand .brand-description *{
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-black) !important;
    margin: 0px;
}

#manufacturer .brand .brand-nbproducts{
    margin-top: 5px !important;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
    color: var(--color-dark-grey) !important;
    margin: 0px;
}
