/* ==========================================================================
   custom.css — Boutique PAINTBALL (id_shop=2)
   Cible : Prestashop 9.1.4 / theme enfant Hummingbird 2.0 (hummingbird_paintball)
   Genere a partir du squelette commun "custom-airsoft-hummingbird.css"
   ==========================================================================

   Palette Paintball (deduite de custom-paintball.css, version source 1.7.8.11) :
     Accent tabs (deja present tel quel dans la source) : #f2490c
     Bouton principal (bg)      : NON DEFINI DANS LA SOURCE — proposition #bda335 / texte #50451f [A VALIDER]
     Succes (hover desactive)   : #1ef026 (repris par coherence avec les autres boutiques, non present dans la source)
     Header nav (bg)            : #50451f
     Header nav (texte)         : #ffffff
     Header top / header (bg)   : #ded29e
     Header top (padding)       : 0 0 5px 0
     Header .dropdown-menu (bg) : #000000
     Header .blockcart (bg)     : #000000
     Footer (bg)                : #bda335
     Footer (texte liens)       : #50451f
     Wrapper / fond page        : #ded29e
     Fond images homepage/cat/produit (desktop >=992px) : url paintball.jpg + #3e371a
     Breadcrumb (bg)            : #bbb080
     Texte corps (page-content) : #353535
     Texte gras / accent fort   : #be2e00 (category-description strong)
     Fond custom-text           : #ded29e
     Cartouche promo / prix     : #fc4444 (identique a Airsoft, deja conforme au squelette)

   [VARIATION STRUCTURELLE] par rapport au squelette Airsoft :
     - Header-nav : fond olive fonce (#50451f) au lieu de noir, texte blanc conserve.
     - Header/Header-top : fond beige clair (#ded29e) au lieu de gris fonce -> tous les textes du
       header-top ont ete bascules en couleur sombre (#50451f) pour conserver un contraste correct
       sur fond clair (le squelette Airsoft prevoyait un header-top NOIR avec textes blancs).
     - Fond de page (#index, #category, #product) : image de fond specifique "paintball.jpg" en
       desktop (>=992px), absente chez Airsoft/Univairsoft. Conservee en section 23.
     - Bloc panier (.blockcart) et menu deroulant (.dropdown-menu) : fond NOIR dans la source
       d'origine (contrairement aux autres boutiques). Conserve en section 1.
     - Onglets produit (.nav-tabs .nav-link.active) : bordure de 6px dans la source d'origine
       (vs 3px chez Airsoft/Univairsoft). Conservee telle quelle.

   [A VALIDER EN RECETTE] :
     - Bouton "Ajouter au panier" (.btn-primary) : aucune surcharge n'existait dans la source
       Paintball (le theme Classic par defaut etait donc utilise tel quel). Une couleur de
       substitution (#bda335 / texte #50451f) est proposee ci-dessous par coherence graphique,
       a valider avec le metier avant recette.
     - Couleur des liens au survol (a:hover) et bordure des vignettes produit : non definies dans
       la source d'origine. Valeur d'accent #f2490c reprise (deja presente dans le fichier source
       pour les onglets) par coherence, a valider.
     - Couleur de bordure au survol des sous-categories (#subcategories) : non definie dans la
       source (Paintball ne personnalisait pas ce bloc en 1.7.8.11). Valeur #50451f proposee.
     - "text-transform: math-auto" (source ligne .product-features) : valeur CSS invalide,
       corrigee en "none" (comportement standard, identique aux autres boutiques).
     - Positionnement custom de la barre de recherche (#search_widget, tablette et plus) et
       agrandissement du logo (200%) : non repris (cf. modules hors perimetre commun ci-dessous),
       a traiter au cas par cas si le rendu Hummingbird le necessite.

   Modules retires du perimetre commun (non migres, comme pour les autres boutiques) :
     - .mm_block_type_product / .mm-product-description (Mega Menu)
     - #search_widget (positionnement custom barre de recherche)

   Module conserve, a valider visuellement apres migration :
     - .ph_pcms_* (liste produits / bloc categorie), y compris les fleches slick historiques
       de Paintball (section 23).
   ========================================================================== */

/* ==========================================================================
   1. FOND GENERAL / HEADER
   ========================================================================== */
#wrapper {
    background: #ded29e;
    padding-top: 0rem;
}
#header, #header .header-top {
    background-color: #ded29e !important;
}
#header .header-nav {
    background: #50451f;
    margin-bottom: 10px;
    background-color: #50451f !important;
    color: #ffffff;
}
.header-nav a, .header-nav .expand-more {
    color: #ffffff !important;
}
/* [VARIATION STRUCTURELLE] fonds noirs conserves tels quels (source d'origine) */
#header .dropdown-menu {
    background-color: #000000;
}
#header .header-nav .blockcart {
    background-color: #000000;
}
.header {
    position: static;
}


/* ==========================================================================
   1bis. HEADER-TOP — fond beige clair, textes sombres pour le contraste
   [A VALIDER] — structure absente de la source Classic d'origine, adaptee du
   squelette Hummingbird (header-top noir chez Airsoft) au fond clair Paintball
   ========================================================================== */
#header .header-top {
    background-color: #ded29e !important;
    padding: 0 0 5px 0 !important;
}
.header-top .ps-contactinfo__phone {
    color: #50451f !important;
}
.header-top .ps-languageselector {
    display: flex;
    align-items: center;
    gap: 6px;
}
.header-top .ps-languageselector__flag {
    flex-shrink: 0;
    border-radius: 2px;
}
.header-top .js-language-selector {
    background-color: transparent;
    color: #50451f;
    border: none;
}
.header-top .js-language-selector option {
    color: #000000;
}
.header-top .ps-customersignin .header-block__action-btn,
.header-top .ps-customersignin .header-block__title,
.header-top .ps-customersignin .header-block__icon {
    color: #50451f !important;
}
/* Panier — pastille sombre pour rester visible sur fond clair */
.header-top .ps-shoppingcart .header-block {
    background-color: #50451f;
    border-radius: 4px;
    padding: 0.25rem 0.75rem;
}
.header-top .ps-shoppingcart .header-block__action-btn,
.header-top .ps-shoppingcart .header-block__title,
.header-top .ps-shoppingcart .header-block__icon,
.header-top .ps-shoppingcart {
    color: #ffffff !important;
}
.header-block__badge {color: #000000;}
#header .header-bottom {
    background: #ded29e;
    padding: 12px 0;
}


/* ==========================================================================
   2. PIED DE PAGE
   ========================================================================== */
#footer {
    background: #bda335 !important;
    color: #50451f;
    padding-top: 0rem;
}
.footer-container {
    background: #bda335;
    padding-top: 1rem;
}
.footer-container li a {
    color: #50451f;
}
.footer-container .h3, .footer-container .h4 {
    color: #50451f;
}
.block-contact {
    color: #50451f;
}
.dropdown {
    color: #50451f;
}
#block_myaccount_infos .myaccount-title a {
    color: #50451f;
}
#ultimatum_footer img {
    max-width: 100%;
    border: 1px solid #eee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin-bottom: 15px;
}
.footer__copyright {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* dans custom_paintball_hummingbird.css */
.bandeau-info-horaires {
    background-color: #ff9800;
    padding: 15px;
    border-radius: 7px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #333333;
    text-align: center;
    margin: 0 auto;
    width: 90%;
    max-width: 1140px;
    box-sizing: border-box;
}
@media (max-width: 767px) {
    .bandeau-info-horaires {
        width: 92%;
        padding: 12px;
        font-size: 14px;
    }
}

.block_newsletter {
    background: #bda335;
}


/* --- Footer principal ---
   Force le fond or #bda335 sur tous les conteneurs que Hummingbird
   peut colorer indépendamment */
#footer,
#footer .footer__before,
#footer .footer__main,
#footer .footer__main .container,
.footer-container {
    background-color: #bda335 !important;
    background: #bda335 !important;
}

/* Titres des blocs footer (Paintball, Notre société, Votre compte, Informations) */
.footer-block__title,
.footer-container .h3,
.footer-container .h4,
.footer-container p.footer-block__title {
    color: #50451f !important;
}

/* Liens dans le footer */
.footer-block__list a,
.footer-block__list li a,
.footer-container a,
#footer a {
    color: #50451f !important;
}
#footer a:hover {
    color: #3e371a !important;
    text-decoration: underline;
}

/* Bloc contact (adresse, téléphone, email) */
.ps-contactinfo__infos,
.ps-contactinfo__phone,
.ps-contactinfo__phone a,
.ps-contactinfo__email,
.ps-contactinfo__email a {
    color: #50451f !important;
}

/* Copyright */
.footer__copyright,
.footer__copyright .container {
    background-color: #bda335 !important;
    color: #50451f !important;
}

/* Icônes Material Icons dans le footer */
#footer .material-icons {
    color: #50451f !important;
}

/* ==========================================================================
   3. CARTOUCHE PROMOTION / PRIX — identique au squelette (deja #fc4444 en
      source Paintball, aucune adaptation de couleur necessaire)
   ========================================================================== */
.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
    background-color: #fc4444;
}
.has-discount .discount {
    display: inline-block;
    padding: 0.3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: #fc4444;
}
.has-discount.product-price,
.has-discount p,
.has-discount .page-content.page-cms ul,
.page-content.page-cms .has-discount ul {
    color: #fc4444;
}
.product-price {
    color: #fc4444;
}
.product-miniature .product-flags li.product-flag {
    min-width: 5rem;
    text-align: center;
}
.product-flags li.product-flag {
    background: #fc4444;
}
.product-flags .badge:not(.discount),
.product-flags .badge.on-sale {
    --bs-primary-rgb: 252, 68, 68;
    background-color: #fc4444 !important;
    border-color: #fc4444 !important;
}
.product-flags .badge.discount,
.product-flags .badge:not(.discount) {
    border-color: #fc4444 !important;
    color: #fc4444 !important;
}
.product-flags .badge.discount {
    white-space: nowrap;
    overflow: visible;
    padding: 0.25rem 0.5rem;
}
.ph_pcms_product_list_wrapper .product-flags {
    overflow: visible !important;
    width: auto !important;
}
.ph_pcms_product_list_wrapper .product-flags .badge.discount {
    max-width: none !important;
    width: max-content !important;
}
.product-flags .badge.on-sale {
    white-space: nowrap !important;
    overflow: visible !important;
    width: max-content !important;
}


/* ==========================================================================
   4. CARTOUCHE RUPTURE DE STOCK (fixe, non present dans la source Paintball,
      repris a l'identique par coherence technique)
   ========================================================================== */
.product-flags .badge.out_of_stock {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    width: fit-content !important;
    font-size: 0.7rem !important;
}


/* ==========================================================================
   5. FICHE PRODUIT — TEXTE / DESCRIPTION
   ========================================================================== */
.product__description p {
    color: #353535 !important;
}
.product__description h2 {
    text-decoration: underline #ded29e !important;
    text-decoration-thickness: 7px !important;
}
.product__description h3 {
    text-decoration: underline #ded29e !important;
    text-decoration-thickness: 3px !important;
}
.product__description li {
    list-style-type: disc;
}
.product__description ul {
    padding-left: 7%;
    color: #353535;
}
h2 {
    margin-block-start: 1.5em;
    margin-block-end: 1em;
}
.product-features > dl.data-sheet dd.value,
.product-features > dl.data-sheet dt.name {
    /* [A VALIDER] "math-auto" (source d'origine) n'est pas une valeur CSS valide, corrige en "none" */
    text-transform: none;
}


/* ==========================================================================
   6. CARTOUCHE PACK (masque)
   ========================================================================== */
.pack {
    display: none;
}


/* ==========================================================================
   7. BOUTON AJOUTER AU PANIER
   [A VALIDER] — aucune surcharge dans la source Paintball d'origine (bouton
   par defaut du theme Classic). Couleur de substitution proposee ci-dessous
   par coherence avec la palette (a confirmer avec le metier).
   ========================================================================== */
.btn-primary {
    color: #50451f;
    background-color: #bda335;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
    background-color: #1ef026;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus,
.btn-primary:disabled:focus, .btn-primary:disabled.focus {
    background-color: #1ef026;
    border-color: rgba(0, 0, 0, 0);
}
.btn.disabled, .btn:disabled {
    opacity: .2 !important;
}


/* ==========================================================================
   8. ONGLETS FICHE PRODUIT (description / specs / avis)
   [VARIATION STRUCTURELLE] bordure de 6px conservee (valeur d'origine
   Paintball, vs 3px chez Airsoft/Univairsoft)
   ========================================================================== */
.tabs .nav-tabs .nav-link.active {
    color: #f2490c;
    background-color: #fff;
    border-color: transparent transparent #f2490c;
    border-bottom-width: 6px !important;
}
.tab-pane {
    display: block !important;
    opacity: 1 !important;
}
.details__list {
    display: grid;
    grid-template-columns: max-content 1fr;
    list-style: none;
    padding: 0;
    margin: 0;
    row-gap: 12px;
}
.product__accordion.accordion-flush .accordion-item {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}
.product__accordion.accordion-flush .accordion-item:first-of-type,
.product__accordion.accordion-flush .accordion-item:last-of-type {
    border-radius: 0.5rem !important;
}
.product__accordion.accordion-flush .accordion-button {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}
.product__accordion.accordion-flush .accordion-button.collapsed {
    border-radius: 0.5rem !important;
}
.product__bottom-full {
    margin-block-start: 1rem;
}
.details__item {
    display: contents;
}
.details__left {
    padding-right: 30px;
    width: 100%;
}

.details__right {
    text-align: left;
}
.layout-left-column .products {
    gap: 1.5rem 0rem;
}
@media (max-width: 767px) {
    .details__list {
        grid-template-columns: 110px 1fr;
        column-gap: 10px;
        row-gap: 8px;
    }
    .details__left {
        padding-right: 10px;
    }
    .details__title {
        font-size: 0.85rem;
        line-height: 1.2;
        display: inline-block;
    }
}
.accordion-item {
    padding: 0 1rem 0 1rem;
}


/* ==========================================================================
   9. LIENS GENERIQUES
   [A VALIDER] — non definis dans la source Paintball d'origine ; accent
   #f2490c repris par coherence avec la couleur deja utilisee pour les onglets
   ========================================================================== */
a:hover {
    color: #f2490c !important;
}
.product-images > li.thumb-container > .thumb.selected,
.product-images > li.thumb-container > .thumb:hover {
    border: #f2490c 3px solid;
}
.product-miniature__title {
    --bs-link-color-rgb: 53, 53, 53;
    color: rgba(var(--bs-link-color-rgb), 1) !important;
}
.product-miniature__title:hover {
    color: #f2490c !important;
}
body a {
    --bs-link-color-rgb: 53, 53, 53;
    color: rgba(var(--bs-link-color-rgb), 1) !important;
}
body a:hover {
    --bs-link-hover-color-rgb: 242, 73, 12;
    color: rgba(var(--bs-link-hover-color-rgb), 1) !important;
}
body .product__discount-amount.text-primary-emphasis {
    --bs-emphasis-color: #fc4444;
    --bs-primary-text-emphasis: #fc4444;
    color: #fc4444 !important;
    font-weight: 700;
    background-color: rgba(252, 68, 68, 0.1);
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}


/* ==========================================================================
   10. BLOC ACCESSOIRES PRODUIT (fixe, technique, repris a l'identique)
   ========================================================================== */
.product-accessories {
    margin-top: 3rem !important;
}


/* ==========================================================================
   11. CATEGORIE / SOUS-CATEGORIES
   [A VALIDER] — Paintball ne personnalisait pas ce bloc en 1.7.8.11 ; couleur
   de bordure au survol proposee par coherence (#50451f)
   ========================================================================== */
.block-category {
    min-height: 0rem;
}
.block-category .block-category-inner .category-cover img {
    width: 100%;
    height: 180px;
}
#subcategories ul li {
    min-width: 100px;
}
#subcategories ul li .subcategory-image a {
    display: block;
    padding: 0px 5px 12px 5px;
}
#subcategories ul li {
    width: calc(100% / 4 - 20px);
    margin: 10px 5px 10px 5px;
    text-align: center;
}
#subcategories ul li:hover .subcategory-image a {
    padding: 5px;
    border: 5px solid #50451f;
}
#search_filters, #search_filters_brands, #search_filters_suppliers {
    padding: 1.563rem 0.5rem 1.6rem 1.25rem;
}
.subcategory__list {
    display: none;
}
.af_filter .count {
    color: var(--bs-body-color);
}
.block-category .block-category-inner #category-description strong {
    font-weight: bolder !important;
    color: #be2e00;
}
#category-description p {
    margin-top: 1rem;
}


/* ==========================================================================
   12. PAGE D'ACCUEIL / BLOC CMS
   ========================================================================== */
.js-product-miniature {
    padding: 0px 10px 0px 10px;
}
#custom-text {
    background: #ded29e;
    padding: 1.125rem 3.125rem 1.125rem 3.125rem;
    margin-bottom: 1.5rem;
}
.page-content--home {
    gap: 0rem;
}


/* ==========================================================================
   13. PANIER (modale ajout panier)
   ========================================================================== */
#blockcart-modal .product-name {
    color: #fc4444;
}


/* ==========================================================================
   14. LISTES A PUCES (description produit / categorie)
   ========================================================================== */
.block-category-inner li {
    list-style-type: disc;
}
.block-category-inner ul {
    padding-left: 7%;
    color: #000000;
}


/* ==========================================================================
   15. FICHE TECHNIQUE / TYPOGRAPHIE
   ========================================================================== */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000 !important;
    margin-top: 2rem;
}
#header h1, .h1 {
    margin-top: 0;
}
.header-bottom__h1 {
    margin-top: 0rem;
}
.page-content.page-cms ul, p {
    font-size: 1rem;
    color: #353535;
}


/* ==========================================================================
   16. AVIS / COMMENTAIRES PRODUIT (fixe, technique, repris a l'identique)
   ========================================================================== */
.product-list-reviews {
    top: -4px;
}
.product-miniature .product-title {
    margin-top: 0.9rem;
}
.product-list-review:not(.d-flex) {
    visibility: hidden;
}
.product-comments-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem;
    margin-top: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* ==========================================================================
   17. MINIATURE IMAGE PRODUIT
   ========================================================================== */
.product-miniature .thumbnail-container {
    width: 100%;
}
.product-miniature {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.text-muted {
    color: unset !important;
}


/* ==========================================================================
   18. MODULE ph_pcms — [A VALIDER VISUELLEMENT APRES MIGRATION]
   ========================================================================== */
@media (min-width: 1200px) {
    [class*="ph_pcms_desktop_"] > .product-miniature {
        width: 100% !important;
        padding: 0 1px 0 1px !important;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    [class*="ph_pcms_tablet_"] > .product-miniature {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    [class*="ph_pcms_mobile_"] > .product-miniature {
        width: 100% !important;
    }
}
@media (min-width: 1200px) {
    .ph_pcms_desktop_5 {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}
.ph_pcms_block_product_list .product-miniature__image {
    overflow: visible;
}
.ph_pcms_product_list_wrapper {
    background-color: #ded29e !important;
}
@media (min-width: 360px) and (max-width: 767px) {
    .layout-full-width .products.ph_pcms_mobile_1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}
@media (max-width: 767px) {
    .ph_pcms_product_list_wrapper .product-miniature__image {
        width: 100% !important;
        height: auto !important;
        max-width: 100%;
    }
}
.product-miniature__infos {
    text-align: center;
}
.product-miniature__prices {
    justify-content: center;
}
.product-list-review {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ph_pcms_desktop_2.layout-grid > div, .ph_pcms_desktop_2.layout-grid ul li {
    width: fit-content !important;
}
.ph_pcms_desktop_4.layout-grid ul li {
    width: fit-content;
}
.ph_pcms_product_list_wrapper > div[itemprop="itemListElement"] {
    padding: 0 0px !important;
}
.ph_pcms_product_list_wrapper.layout-slide div[itemprop="itemListElement"] {
    padding-right: 0px;
    padding-left: 0px;
}


/* ==========================================================================
   19. RESPONSIVE — DESKTOP (>= 1200px)
   ========================================================================== */
@media (min-width: 1200px) {
    #header .header-bottom__logo .logo {
        transform: scale(2.1);
        transform-origin: left center;
    }
    #header .header-top {
        padding: 0.25rem 0;
    }
    .col-xl-4 {
        padding-right: 0px;
        padding-left: 0px;
    }
    .js-modal-product-cover {
        max-width: none;
    }
    #product-modal .modal-content .modal-body .arrows .arrow-down {
        bottom: -3.5rem;
    }
}
/* Fond image homepage/categorie/produit — specifique Paintball, absent chez
   Airsoft/Univairsoft. Conserve tel quel depuis la source d'origine. */
@media (min-width: 992px) {
    #index, #category, #product {
        background: url('../../../../img/cms/paintball/background/paintball.jpg') top center no-repeat;
        background-color: #3e371a;
    }
}


/* ==========================================================================
   20. RESPONSIVE — MOBILE (<= 767px)
   ========================================================================== */
@media (max-width: 767px) {
    .tabs {
        padding: 1.2rem;
        margin-top: 1rem;
    }
    #custom-text {
        padding: 0rem 1.125rem 1.125rem 1.125rem !important;
        background: #ded29e !important;
        margin-bottom: 1.5rem;
    }
    .ph_pcms_product_list_wrapper {
        background-color: #ded29e !important;
    }
    #header .header-nav {
        background: #f6f6f6;
    }
    .js-product-miniature {
        padding: 0px 5px 0px 5px;
    }
    .products {
        column-gap: 10px !important;
        row-gap: 15px !important;
    }
    /* [VARIATION STRUCTURELLE] specifique Paintball — reprise de la source d'origine */
    .carousel {
        padding-bottom: 0rem;
    }
    .block-categories {
        display: block !important;
    }
    .block-category {
        background: #ffffff;
    }
    .products-selection {
        margin-top: 1.25rem;
    }
    #blockcart-modal .divide-right { display: none !important; }
    #blockcart-modal .cart-products-count { display: none !important; }
    #blockcart-modal .cart-content p { display: none !important; }
    #blockcart-modal .cart-content-btn button,
    #blockcart-modal .cart-content-btn a { font-size: 12px; }
    #blockcart-modal .cart-content-btn a:after { content: " ->"; line-height: 5px; }
    #blockcart-modal .cart-content-btn .material-icons { display: none !important; }
}


/* ==========================================================================
   21. BLOC NEWSLETTER
   ========================================================================== */

/* Surcharge de la variable Bootstrap (seule méthode efficace contre
   bg-body-tertiary qui injecte un !important via var CSS) */
#emailsubscription_anchor_displayFooterBefore {
    --bs-tertiary-bg-rgb: 222, 210, 158; /* = #ded29e */
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

/* Titre */
#emailsubscription_anchor_displayFooterBefore .h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #50451f;
    position: relative;
    padding-top: 1.4rem;
    margin: 0;
}
#emailsubscription_anchor_displayFooterBefore .h3::before {
    content: "NEWSLETTER";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #f2490c;
}

/* Champ email */
#emailsubscription_anchor_displayFooterBefore .form-control {
    border-radius: 4px;
    border-color: #ccc;
}

/* Bouton */
#emailsubscription_anchor_displayFooterBefore .btn-primary {
    white-space: nowrap;
    font-weight: 500;
}

/* Texte RGPD */
#emailsubscription_anchor_displayFooterBefore .text-body-secondary {
    font-size: 0.75rem !important;
    color: #50451f !important;
    opacity: 0.7;
}

/* Responsive */
@media (max-width: 991px) {
    #emailsubscription_anchor_displayFooterBefore .row {
        text-align: center;
    }
    #emailsubscription_anchor_displayFooterBefore .h3 {
        margin-bottom: 0.75rem !important;
    }
}

/* ==========================================================================
   22. BLOC MENU (fixe, technique, repris a l'identique)
   ========================================================================== */
.header-nav-full-width {
    display: flex;
    justify-content: center;
}
#menu.adtm_menu_list {
    justify-content: center !important;
}
.adtm_column .featured-products .products {
    display: block;
    grid-template-columns: none;
}
.adtm_column .featured-products .product-miniature {
    width: 100%;
}

/* ==========================================================================
   23. SPECIFICITES PAINTBALL — non couvertes par le squelette commun
   [A VALIDER VISUELLEMENT APRES MIGRATION]
   ========================================================================== */
.breadcrumb {
    background-color: #bbb080 !important;
    padding: 0.75rem 1rem !important;
    margin-bottom: auto;
}
.breadcrumb__wrapper {
    background-color: #bbb080 !important;
}
@media (min-width: 768px) {
    .breadcrumb__wrapper {
        margin-bottom: 0rem;
    }
}

/* Fleches du slider ph_pcms — presentes uniquement dans la source Paintball */
.ph_pcms_product_list_wrapper button.slick-arrow:before {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
}
.ph_pcms_product_list_wrapper button.slick-arrow:hover:before {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
#content-wrapper {
    background-color: #ded29e;
}
#left-column {
    background-color: #ded29e;
}
/* ==========================================================================
   FIX GRILLE MODULE ph_pcms — V2 (specificite renforcee)
   ========================================================================== */
.products.ph_pcms_product_list_wrapper.layout-grid {
    display: grid !important;
    grid-auto-flow: row !important;
    gap: 20px !important;
}

@media (min-width: 992px) {
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_desktop_2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_desktop_3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_desktop_4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_tablet_2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_tablet_3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_tablet_4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

@media (max-width: 767px) {
    .products.ph_pcms_product_list_wrapper.layout-grid {
        gap: 10px !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_mobile_1 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_mobile_2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .products.ph_pcms_product_list_wrapper.layout-grid.ph_pcms_mobile_4 {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

.products.ph_pcms_product_list_wrapper.layout-grid > .product-miniature {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
}
/* Uniformise le fond des items de catégorie sans sous-menus 
.category-tree__item .category-tree__item-header.nosplit:not(.parent) {
    background-color: var(--bs-accordion-btn-bg, #ffffff);
    padding: 0.4rem 1.5rem 0.4rem 0.7rem;
    border-radius: 4px;
    margin-bottom: 2px;
}
*/
/* Uniformise le fond de tous les items du menu catégorie gauche 
.category-tree__item-header {
    background-color: #ffffff;
	padding: 0.4rem 1.5rem 0.4rem 0.7rem;
    border-radius: 6px;
    margin-bottom: 2px;
}
*/
/*
.category-tree__item-header a {
    padding: 0.4rem 1.5rem 0.4rem 0.7rem;
    display: block;
}
*/
/* ==========================================================================
   MENU CATEGORIE GAUCHE — fond blanc uniforme + coins arrondis
   ========================================================================== */
.category-tree__item-header {
    background-color: #ffffff;
    border-radius: 6px;
    margin-bottom: 2px;
}