body {
   padding-top: 10rem;
   font-family:"Avant Garde", "Century Gothic", "Roboto", sans-serif;
   font-weight: lighter;
}

/* multi menu scrallable */

#multi-menu {
    max-height: calc(100vh - 150px);
}

@media (max-height: 650px) {
    #multi-menu {
        overflow: hidden;
        overflow-y: scroll;
    }
    
    #multi-menu i {
        display: none;
    }
}

/* fin multi menu scrallable */


.navbar-brand, #logo {
   background-color:#fff !important;
}

footer {
   font-weight: lighter;
   border-top: 1px solid #000;
   line-height: 1.8;
}

.texte-catalogue {
   height: 50px;
   padding-top: 0.25rem!important;
   line-height: 1.25!important;
}

.prix-fiche-produit {
   font-size: 20px !important;
}

.gallery-wrap {
   border: 0 !important;
}

.img-big-wrap {
   text-align: left !important;
}

.menu1 {
    padding: 0 !important;
}

.card-img-top {
    padding: 20px !important;
}

#logo > img { margin:0 !important; }

.card-body-list .card-text {
    font-size: 13px !important;
}

/* 2 lignes */

/*
.card-produit-titre {
    font-size: 14px !important;
    height:35px !important;
}
*/

/* 3 lignes */

.card-produit-titre {
    font-size: 14px !important;
    height:48px !important;
    -webkit-line-clamp: 3 !important;
}

.card-produit-description {
    font-size: 14px !important;
}

.card-img-v { height:285px; }

.product-title { color: black !important; }

.home-section-title { text-align:center; }

.selection-produits {
    max-width: 1220px !important;
    margin-right: auto;
    margin-left: auto;
}