/*
 * Custom code goes here.
 */


/* =========================
   HEADER ROUGE (TEST CACHE)
========================= */

#header{
    background: #f5f7f7 !important;
    border-bottom: 1px solid #e5e5e5;
}


/* =========================
   TITRES PRODUITS MULTILIGNES
========================= */

.product-miniature .product-title,
.product-miniature .product-title a,
.product-miniature h3,
.product-miniature h3 a,
.product-miniature .h3,
.product-miniature .h3 a,
.product-miniature .product-description a {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    line-height: 1.3 !important;
    height: auto !important;
    min-height: 2.6em !important;
}


/* =========================
   EFFET HOVER PRODUITS
========================= */

.product-miniature {
    transition: all 0.2s ease-in-out;
}

.product-miniature:hover {
    transform: translateY(-2px);
}


/* =========================
   ARRONDIS
========================= */

.card,
.product-miniature,
.block-category,
#wrapper {
    border-radius: 8px;
}


/* =========================
   BOUTONS
========================= */

.btn-primary,
.btn-secondary,
.btn {
    border-radius: 6px !important;
}


/* =========================
   BARRE DE RECHERCHE
========================= */

.search-widget form input[type=text] {
    border-radius: 8px;
}


/* =========================
   MENU
========================= */

#top-menu a {
    transition: color 0.2s ease;
}

#top-menu a:hover {
    color: #0083c2;
}
/* =========================
   FORCE TITRES SUR 2 LIGNES
========================= */

.product-title {
    overflow: visible !important;
    height: auto !important;
    min-height: 45px !important;
}

.product-title a {
    white-space: normal !important;
    display: block !important;
    overflow: visible !important;
    text-overflow: unset !important;
    line-height: 1.3 !important;
    max-height: none !important;
}

.product-miniature .thumbnail-container {
    height: auto !important;
}