

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

#manufacturer #main > ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 30px;
}

#manufacturer h1{
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 30px;
    color: var(--color-black);
}

@media (max-width: 992px) {
    #manufacturer #main > ul{
        grid-template-columns: repeat(3, 1fr);
        gap: 50px 30px;
    }
    #manufacturer h1{
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin-bottom: 25px;
    }
}

@media (max-width: 600px) {
    #manufacturer #main > ul{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}

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

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

#manufacturer #manufacturer-short_description,
#manufacturer #manufacturer-short_description *{
    color: var(--color-dark-grey);
}

#manufacturer #manufacturer-description,
#manufacturer #manufacturer-description *{
    color: var(--color-dark-grey);
}

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

/* ------------------- 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;
}
