
/* Suppression du logo géant et des blocs parasites */
.block-contact-logo, .app-stores, [class*="realisation"] { display: none !important; }

/* Fond du footer */
.footer-container {
    background: #111 !important;
    padding-top: 50px;
    border-top: 1px solid #b4a280;
}

/* Barre de réassurance */
.trust-bar-pro {
    border-bottom: 1px solid rgba(180, 162, 128, 0.2);
    padding-bottom: 30px;
    margin-bottom: 40px;
    text-align: center;
}
.trust-item { color: #b4a280; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.trust-item i { display: block; font-size: 30px; margin-bottom: 10px; }

/* Colonnes du footer */
#footer h3, #footer .h3, #footer .title {
    color: #b4a280 !important;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 25px;
}
#footer a { color: #999 !important; font-size: 13px; transition: 0.3s; }
#footer a:hover { color: #fff !important; padding-left: 5px; }

/* Barre de bas de page */
.footer-container-bottom {
    background: #000 !important;
    padding: 30px 0;
}
.copyright-text { color: #555; font-size: 12px; margin-bottom: 15px; }
.footer-payment-clean img { height: 20px; margin: 0 10px; filter: grayscale(1) brightness(0.6); }


/* === Uniformiser les images produits en listing === */
#products .product-miniature img,
.featured-products .product-miniature img,
.product-accessories .product-miniature img,
.crossselling-products .product-miniature img,
#content .product-miniature img {
    width: 100% !important;
    height: 350px !important;
    object-fit: cover !important;
}

/* === Logo dans le header - entre menu et icones === */
#_desktop_logo {
    display: flex;
    align-items: center;
    padding: 0 20px;
}
#_desktop_logo h1 {
    margin: 0;
    line-height: 0;
}
#_desktop_logo .logo-noir,
#_desktop_logo .logo-blanc {
    height: 120px;
    width: auto;
}
/* Cacher icone engrenage bontheme */
.bontheme-configurator,
#bontheme-configurator {
    display: none !important;
}
/* Fix sous-menu bonmegamenu */
.bonmmenu .bonmm-top-menu .popover.sub-menu {
    margin-top: 0;
}


/* === Megamenu sous-catégories : design épuré === */

/* Popup sous-menu */
.bonmmenu .popover.sub-menu {
    margin-top: 0 !important;
    padding: 30px 40px !important;
    border: none;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    border-radius: 0;
    background: rgba(255,255,255,0.85) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

/* Sous-catégories en grille de 3 colonnes */
.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
}

/* Chaque sous-catégorie */
.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] > li {
    padding: 0;
    border-bottom: 1px solid rgba(180,162,128,0.15);
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] > li:nth-last-child(-n+3) {
    border-bottom: none;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] > li > a.dropdown-item {
    display: block;
    padding: 14px 20px;
    font-size: 14px;
    color: #3a3a3a;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
    border-left: 3px solid transparent;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="1"] > li > a.dropdown-item:hover {
    color: #b4a280;
    background: rgba(180,162,128,0.1);
    border-left: 3px solid #b4a280;
    padding-left: 25px;
}

/* Bannières sous le menu */
.bonmmenu .bonmm-banners-wrapper {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid rgba(180,162,128,0.15);
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper img {
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.bonmmenu .bonmm-banners-wrapper .banner-wrapper img:hover {
    transform: scale(1.02);
}

/* Menu principal : espacement */
.bonmmenu .bonmm-top-menu[data-bonmm-depth="0"] > li {
    padding: 12px 18px;
}

.bonmmenu .bonmm-top-menu[data-bonmm-depth="0"] > li > a {
    white-space: nowrap;
    letter-spacing: 0.5px;
}
