.product-miniature {
	/* margin:0 -15px!important; */
}

/*.owl-item {
	margin:0 4px!important;
}*/


#floating-icon {
  position: fixed;
  right: 30px;
  bottom: 30px;

  width: 180px;
  height: 180px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  padding: 25px;

  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;

  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;

  /* DÃƒÂ©gradÃƒÂ© profond + moderne */
  background: radial-gradient(circle at 30% 30%, #ff9a2f, #ff6a00 70%);

  /* Effet glass subtil */
  backdrop-filter: blur(6px);

  /* Ombre ÃƒÂ©lÃƒÂ©gante */
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.25);

  cursor: pointer;
  transition: all 0.35s cubic-bezier(.4,0,.2,1);
  z-index: 999;
}

#floating-icon:hover {
  transform: translateY(-8px) scale(1.06);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.35);
}



#main .page-footer {
    margin-bottom: 10px!important;
}

.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    /* background-color: #0056b3 !important; */
    color: #fff !important;
    border: inherit!important;
    text-transform: uppercase;
    /* margin: 0 5px; */
}

#content-wrapper
 
 {
    padding-top: 20px!important;
}

.subcategory-list.row.my-4 {
    margin: 2px;
}


#module-btsearchconsomable-results #products .products-grid .products .product-item {
    width: 24%;
}
@media (max-width: 1024px) {
	
	.header-nav .announcement-slider {
			width: 98%!important;
			
		}
		
}	
@media (max-width: 1440px) {
	
	.header-nav .announcement-slider {
			width: 70%!important;
			
		}
		
}	
@media (max-width: 991px) {
    #module-btsearchconsomable-results #products .products-grid .products .product-item {
        width: 48% !important;
    }
	
		.header-nav .announcement-slider {
			width: 98%!important;
			
		}
}
@media (max-width: 575px) {
    #module-btsearchconsomable-results #products .products-grid .products .product-item {
        width: 100% !important;
    }
}


/* ===== CONTAINER GLOBAL ===== */
#product #pack .d-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 30px 0;
}

/* ===== PRODUITS ===== */
#product #pack .d-flex article {
  flex: 0 0 auto;
  width: 170px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

#product #pack .d-flex article .card {
  border: 1px solid #eee;
  border-radius: 14px;
  overflow: hidden;
  padding: 15px;
  background: #fff;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  transition: all 0.25s ease;
}

#product #pack .d-flex article:hover {
  transform: translateY(-6px);
}

#product #pack .d-flex article:hover .card {
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

/* Image */
#product #pack .thumb-mask img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

#product #pack .d-flex article:hover img {
  transform: scale(1.05);
}

/* Prix produit */
#product #pack .pack-product-price {
  margin-top: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #222;
  text-align: center;
}

/* ===== + ET = ===== */
#product #pack.pack-plus,
#product #pack .pack-equal {
  font-size: 30px;
  font-weight: 700;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 25px;
}

/* ===== BLOC OFFRE SPÃƒâ€°CIALE ===== */
#product #pack .special-offer-container {
  flex: 0 0 auto;
  min-width: 230px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff, #f9f9f9);
  border: 2px solid #e60023;
  box-shadow: 0 8px 25px rgba(230,0,35,0.15);
  text-align: center;
  transition: transform 0.3s ease;
}

#product #pack .special-offer-container:hover {
  transform: scale(1.03);
}

#product #pack .special-offer-badge {
  font-weight: 700;
  color: #e60023;
  font-size: 14px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Prix */
#product #pack .pricing-container {
  margin-bottom: 15px;
}

#product #pack .price-ht {
  font-size: 22px;
  font-weight: 800;
  color: #111;
}

#product #pack .price-ttc {
  font-size: 14px;
  color: #777;
}

/* Bouton */
#product #pack .special-offer-container .btn {
  border-radius: 50px;
  padding: 10px 22px;
  font-weight: 600;
  transition: all 0.25s ease;
}

#product #pack .special-offer-container .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.15);
}

/* ===== RESPONSIVE ===== */
@media (min-width: 992px) {
#_desktop_top_menu > div > div > ul > li:nth-child(1) > div.icon-drop-mobile.w-100 > div.menu-sub-item > a{
    /* background-color: #fff !important; */
    /* color: #000 !important; */
}
#_desktop_top_menu > div > div > ul > li:nth-child(1) > div.icon-drop-mobile.w-100 > div.menu-sub-item > a span{
    /* color: #fff !important; */
}
}
@media (max-width: 992px) {
  #product #pack .d-flex article {
    width: 140px;
  }
}

@media (max-width: 768px) {

  #product #pack .d-flex {
    gap: 12px;
  }

  #product #pack .d-flex article {
    width: 45%;
  }

 #product #pack .pack-plus,
  #product #pack .pack-equal {
    width: 100%;
    font-size: 24px;
  }

  #product #pack .special-offer-container {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {

  #product #pack .d-flex article {
    width: 100%;
  }

  #product #pack .special-offer-container {
    padding: 18px;
  }

  #product #pack .price-ht {
    font-size: 20px;
  }
}


.page-footer .account-link span {
    font-size: .9rem;
}
.btn-primary .material-icons, .btn-secondary .material-icons, .btn-tertiary .material-icons {
    margin-right: .25rem;
}


#floating-icon {
    position: fixed;
    bottom: 40px;
    right: 25px;
    width: 85px;
    height: 85px;
    padding: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;

    color: #fff;
    cursor: pointer;
    z-index: 9999;

    border-radius: 20%!important;

    background: linear-gradient(135deg, #ff7a18, #ffb347);
    
    box-shadow:
        0 10px 30px rgba(0,0,0,0.25),
        inset 0 2px 5px rgba(255,255,255,0.4);

    transition: all 0.35s ease;
    overflow: hidden;
	font-size: 16px;
}

/* Effet flottant */
#floating-icon:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow:
        0 18px 40px rgba(0,0,0,0.35),
        inset 0 2px 8px rgba(255,255,255,0.5);
}

/* Effet lumiÃƒÂ¨re animÃƒÂ©e */
#floating-icon::after {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.6) 50%,
        rgba(255,255,255,0) 100%
    );
    transform: skewX(-25deg);
}

#floating-icon:hover::after {
    animation: shine 0.9s forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

/* Animation lÃƒÂ©gÃƒÂ¨re au chargement */
@keyframes floatPulse {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-4px); }
    100% { transform: translateY(0px); }
}

#floating-icon {
    animation: floatPulse 3s ease-in-out infinite;
}

/* Mobile adaptation */
@media (max-width: 768px) {
    #floating-icon {
        width: 70px;
        height: 70px;
        font-size: 11px;
        bottom: 25px;
        right: 15px;
    }
}
@media (max-width: 479px) {
    #floating-icon {
        width: 60px;
        height: 60px;
        font-size: 10px;
        bottom: 15px;
        right: 10px;
    }
}


.modal-footer
 
 {
    padding: 0;
 }
 
 
 .step-number {
    z-index: 9;
    font-size: 1rem;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 0px!important;
    position: relative!important;
    top: 0!important;
    left: 0px!important;
    color: #000;
    background: none!important;
}

/******* Panier ********/

/* --- MEGA MENU : HOVER & ACTIVE SUR ITEMS PARENTS --- */
@media (min-width: 992px) {

    /* Style de base des items niveau 1 */
    .hit-menu-vertical ul li.level-1 > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1 > .icon-drop-mobile > .menu-sub-item > a span {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #222 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px;
        padding: 6px 16px !important;
        border-radius: 50px !important;
        transition: background 0.2s ease, color 0.2s ease !important;
        text-decoration: none !important;
    }

    /* HOVER : fond bleu clair */
    .hit-menu-vertical ul li.level-1:hover > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1.parent:hover > .icon-drop-mobile > .menu-sub-item > a {
        background-color:  #0028B8 !important; /*#29b6f6*/
        color: #fff !important;
    }
    .hit-menu-vertical ul li.level-1:hover > .icon-drop-mobile > .menu-sub-item > a span,
    .hit-menu-vertical ul li.level-1.parent:hover > .icon-drop-mobile > .menu-sub-item > a span {
        color: #fff !important;
    }

    /* ACTIVE / CURRENT : fond bleu foncÃƒÂ© Ã¢â‚¬â€ tous les sÃƒÂ©lecteurs possibles du module */
    .hit-menu-vertical ul li.level-1.current > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1.active > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1.selected > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1.sfHover > .icon-drop-mobile > .menu-sub-item > a,
    .hit-menu-vertical ul li.level-1.is-active > .icon-drop-mobile > .menu-sub-item > a {
        background-color: #0028B8 !important;
        color: #fff !important;
    }
    .hit-menu-vertical ul li.level-1.current > .icon-drop-mobile > .menu-sub-item > a span,
    .hit-menu-vertical ul li.level-1.active > .icon-drop-mobile > .menu-sub-item > a span,
    .hit-menu-vertical ul li.level-1.selected > .icon-drop-mobile > .menu-sub-item > a span,
    .hit-menu-vertical ul li.level-1.sfHover > .icon-drop-mobile > .menu-sub-item > a span,
    .hit-menu-vertical ul li.level-1.is-active > .icon-drop-mobile > .menu-sub-item > a span {
        color: #fff !important;
    }

    /* Cacher la flÃƒÂ¨che chevron sur desktop */
    .hit-menu-vertical li.level-1.parent > .icon-drop-mobile > .menu-sub-item > a::before {
        display: none !important;
    }
}





/* --- MEGA MENU DESKTOP STYLES --- */
@media (min-width: 992px) {
    /* Style global du sous-menu */
    .hit-menu-vertical .menu-dropdown {
        padding: 20px 25px !important;
        border-radius: 12px !important;
        box-shadow: 0 15px 50px rgba(0,0,0,0.1) !important;
        border: none !important;
        border-bottom: none !important;
        border-top: none !important;
        margin-top: 5px !important;
        background: #fff;
        /* Marges de 5% de chaque cÃƒÂ´tÃƒÂ© sur la largeur totale */
        left: 5% !important;
        right: 5% !important;
        width: auto !important;
        min-width: 0 !important;
        max-width: none !important;
        margin: 0 !important;
    }

    /* Flexbox pour aligner les colonnes */
    .hit-menu-vertical .menu-dropdown .hit-menu-row {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
    }
    
    .hit-menu-vertical .menu-dropdown .hit-menu-col {
        padding: 0 12px;
    }

    .hit-menu-vertical .menu-dropdown .hit-menu-col:first-child {
        padding-left: 0;
    }

    /* 1ÃƒÂ¨re Colonne (Marques) */
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(1) {
        border-right: 1px solid #eaeaea;
        flex: 0 0 22%;
        max-width: 22%;
    }

    /* 2ÃƒÂ¨me Colonne (Recherche Rapide) */
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(2) {
        flex: 0 0 43%;
        max-width: 43%;
    }

    /* 3ÃƒÂ¨me Colonne (BanniÃƒÂ¨re Image) */
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(3) {
        flex: 0 0 35%;
        max-width: 35%;
        padding-right: 0;
        padding-left: 12px;
    }

    /* Enlever les padding par dÃƒÂ©faut des listes */
    .hit-menu-vertical .menu-dropdown ul.ul-column {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .hit-menu-vertical .menu-dropdown ul.ul-column li {
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Hauteur fixe sur chaque item-line pour aligner les lignes entre les colonnes */
    .hit-menu-vertical .menu-dropdown ul.ul-column > li.item-line {
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    /* Cacher les liens vides gÃƒÂ©nÃƒÂ©rÃƒÂ©s par le module */
    .hit-menu-vertical .menu-dropdown ul.ul-column > li.item-line > a[href="#"]:empty {
        display: none !important;
    }

    /* Titres des colonnes */
    .hit-menu-vertical .menu-dropdown li.item-header a,
    .hit-menu-vertical .menu-dropdown li.item-header .item-header-label {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #2b3956 !important;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 25px !important;
        display: block;
        border-bottom: none !important;
        text-align: left !important;
    }

    /* Liens (Canon, Epson, HP) */
    .hit-menu-vertical .menu-dropdown ul.ul-column > li.item-line > a:not(:empty) {
        font-size: 14px !important;
        color: #555 !important;
        padding: 0 !important;
        font-weight: 500 !important;
        text-align: left !important;
        display: block;
        text-transform: capitalize !important;
        transition: color 0.2s ease;
        border-bottom: none !important;
        text-decoration: none !important;
        width: 100%;
    }
    .hit-menu-vertical .menu-dropdown ul.ul-column > li.item-line > a:not(:empty):hover {
        color: #2b5bb4 !important;
    }

    /* Lien "Voir toutes les marques ->" (pour la col 1 et 2) */
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(1) .html-block p a,
    .hit-menu-vertical .menu-dropdown .view-all-link {
        color: #2b5bb4 !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        margin-top: 15px; /* Un peu de marge mini, mais gÃƒÂ©rÃƒÂ© par margin-top: auto sur le parent */
        display: inline-block;
        text-transform: none;
        text-decoration: none !important;
    }

    /* Styles pour la Recherche Rapide (Champs input + logos) */
    .hit-menu-vertical .menu-dropdown .search-fast-row {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        width: 100%;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row img {
        width: 65px;
        min-width: 65px;  /* Force le slot ÃƒÂ  toujours faire 65px mÃƒÂªme si le SVG est plus petit */
        max-width: 65px;
        max-height: 28px;
        object-fit: contain;
        object-position: left center; /* Aligne ÃƒÂ  gauche si le SVG ne remplit pas toute la largeur */
        margin-right: 20px;
        flex-shrink: 0;
        display: block;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row .input-group {
        flex-grow: 1;
        position: relative;
        display: flex;
        width: 100%;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row input {
        width: 100%;
        border: 1px solid #c9cdd4;
        border-radius: 4px;
        padding: 9px 35px 9px 12px;
        font-size: 13px;
        background: #f7f9fc;
        outline: none;
        color: #666;
        transition: border 0.3s;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row input::placeholder {
        color: #9aa3af;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row input:focus {
        border-color: #2b5bb4;
        background: #fff;
    }
    .hit-menu-vertical .menu-dropdown .search-fast-row button,
    .hit-menu-vertical .menu-dropdown .search-fast-row .icon-search {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        background: none;
        border: none;
        color: #2b5bb4;
        padding: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Image de la banniÃ¨re */
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(3) img,
    .hit-menu-vertical .menu-dropdown .hit-menu-col:nth-child(3) .img-fluid {
        width: 100%;
        max-height: 220px;
        object-fit: contain;
        border-radius: 8px;
        display: block;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        margin: 0 auto;
    }

    /* Supprimer la marge de `<p>` dans les blocs HTML pour ÃƒÂ©viter les espacements excessifs */
    .hit-menu-vertical .menu-dropdown .html-block p {
        margin: 0;
    }

    /* Petit sous-menu (classe with_little_submenu sur le parent niveau 1) */
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu {
        position: relative;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu > .icon-drop-mobile > .menu-sub-item > a span::after {
        content: "";
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 7px;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 5px solid currentColor;
        vertical-align: 2px;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu > .menu-dropdown,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu > .hit-sub-menu {
        left: 0 !important;
        right: auto !important;
        top: 100% !important;
        width: max-content !important;
        min-width: 260px !important;
        max-width: 360px !important;
        padding: 6px 0 !important;
        margin: 0 !important;
        background: #fff !important;
        border: 1px solid #e8edf3 !important;
        border-radius: 8px !important;
        box-shadow: 0 10px 28px rgba(16, 42, 80, 0.12) !important;
        line-height: 1.4 !important;
        transform: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.15s ease, visibility 0.15s ease !important;
        z-index: 1200 !important;
    }

    /* Pont de survol : uniquement quand le menu est déjà ouvert */
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu > .menu-dropdown::before,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu > .hit-sub-menu::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -8px;
        height: 8px;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu:hover > .menu-dropdown,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu:hover > .hit-sub-menu,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu.hover-active > .menu-dropdown {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-row.servicepro-header {
        display: none !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-row {
        display: block !important;
        flex-wrap: nowrap !important;
        margin: 0 !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-col,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-col:nth-child(1),
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-col:nth-child(2),
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-col:nth-child(3) {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 0 !important;
        border: 0 !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .html-block,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .search-fast-row,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .product-container,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .item-header,
    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu .hit-menu-col img {
        display: none !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu ul.ul-column {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu ul.ul-column > li.item-line {
        display: block !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid #eef1f5;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu ul.ul-column > li.item-line:last-child {
        border-bottom: 0;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu ul.ul-column > li.item-line > a:not(:empty) {
        display: block !important;
        width: 100% !important;
        padding: 12px 22px !important;
        color: #1d2b4a !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        text-align: left !important;
        text-transform: none !important;
        letter-spacing: 0 !important;
        text-decoration: none !important;
        border: 0 !important;
        background: transparent !important;
        white-space: nowrap;
    }

    #header .hit-menu-vertical ul.menu-content > li.level-1.with_little_submenu ul.ul-column > li.item-line > a:not(:empty):hover {
        color: #0028b8 !important;
        background: #f6f8fb !important;
    }
}
#_desktop_top_menu .recherche-rapide{
    padding: 0 5rem;
}
#_desktop_top_menu .nos-marques{
    padding: 0 2rem;
}
#_desktop_top_menu input.hit-search-input,#_desktop_top_menu input::placeholder
{
    background-color: #F4F9FF !important;
    border-color: #000000 !important;
    color: #64748B !important;
}
#_desktop_top_menu .hit-search-results {
    /* border: 1px solid #dbeafe !important; */
    border-radius: 10px !important;
    box-shadow: 0 10px 28px rgba(0, 40, 184, 0.12) !important;
    padding: 0 !important;
    margin: 0 !important;
    max-height: 280px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    display: none;
    top: calc(100% + 4px) !important;
}
#_desktop_top_menu .hit-search-category-list,
#_desktop_top_menu .hit-search-results .hit-search-list {
    padding: 0 !important;
    margin: 0 !important;
}
#_desktop_top_menu .hit-search-result-item {
    border-bottom-color: #eef2f7 !important;
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    line-height: normal !important;
}
#_desktop_top_menu .hit-search-category-link {
    padding: 5px 12px 5px 14px !important;
    min-height: 0 !important;
    height: auto !important;
    border: 0 !important;
    box-shadow: none;
    line-height: 1.2 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    text-transform: none !important;
}
#_desktop_top_menu .hit-search-category-link:hover,
#_desktop_top_menu .hit-search-category-link:focus {
    box-shadow: inset 3px 0 0 #0028B8 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}
#_desktop_top_menu .hit-search-category-label {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    color: #1e293b;
    margin: 0;
    padding: 0;
}
#_desktop_top_menu #header .hit-menu-vertical .menu-dropdown .hit-search-results li a,
#_desktop_top_menu .hit-search-results li a.hit-search-category-link {
    line-height: 1.2 !important;
    padding: 5px 12px 5px 14px !important;
    text-decoration: none !important;
}
#_desktop_top_menu .hit-search-results a.hit-search-category-link::after,
#_desktop_top_menu .hit-search-results a.hit-search-category-link:after {
    display: none !important;
    content: none !important;
}
#_desktop_top_menu .hit-search-category-link:hover .hit-search-category-label,
#_desktop_top_menu .hit-search-category-link:focus .hit-search-category-label {
    color: #0028B8;
    font-weight: 600;
}
#_desktop_top_menu .hit-search-result-item:last-child {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
}
#_desktop_top_menu .input-group{
    padding: 0 !important;
}
.mobile-panel-head,
.mobile-panel-back,
.mobile-panel-title {
  display: none !important;
}

/* Pictos Canon / Epson / HP : mÃªme emplacement, alignÃ©s avec le champ */
.hit-megamenu-search-item.search-fast-row,
.hit-megamenu-search-item.search-fast-row .hit-search-form {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  width: 100%;
}
.hit-megamenu-search-item.search-fast-row .hit-search-form > img {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
  height: 32px !important;
  max-height: 32px !important;
  object-fit: contain !important;
  object-position: left center !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-shrink: 0 !important;
  align-self: center !important;
}
.hit-megamenu-search-item.search-fast-row .input-group {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  align-self: center !important;
  position: relative !important;
}
.hit-megamenu-search-item.search-fast-row .hit-search-submit,
.hit-megamenu-search-item.search-fast-row button.icon-search {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 8px !important;
  left: auto !important;
  width: 32px !important;
  height: auto !important;
  min-height: 0 !important;
  margin: auto 0 !important;
  padding: 0 !important;
  transform: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: none !important;
  border: none !important;
  line-height: 0 !important;
}
.hit-megamenu-search-item.search-fast-row.hit-search-mode-category .hit-search-input {
  padding-right: 36px !important;
}

/* ============================================================
   MEGAMENU TABLETTE + MOBILE â€” overlay plein Ã©cran Chrome-ready
   ============================================================ */

.hit-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: var(--hit-header-h, 140px);
  background: transparent;
  z-index: 990;
  -webkit-tap-highlight-color: transparent;
}
.hit-menu-overlay.is-visible {
  display: block;
}
body.menu-open-mobile {
  overflow: hidden !important;
}
body.menu-open #mobile_top_menu_wrapper {
  touch-action: pan-y;
}
#_desktop_top_menu .hit-submenu-scroll-hint,
#_mobile_top_menu .hit-submenu-scroll-hint {
  display: none;
}
body.menu-open #floating-icon,
body.menu-open #floating-popup {
  display: none !important;
}

@media (max-width: 991px) {
  #content > section.featured-products > div > div.section-title > a,
  .featured-products .section-title a.show-all {
    display: none !important;
  }

  #mobile_top_menu_wrapper {
    position: fixed !important;
    top: var(--hit-header-h, 140px) !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;
    max-width: 100vw !important;
    height: auto !important;
    max-height: min(70vh, calc(100dvh - var(--hit-header-h, 140px) - 12px)) !important;
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    z-index: 2 !important;
    overflow: hidden !important;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12) !important;
    border-radius: 0 0 12px 12px !important;
    -webkit-overflow-scrolling: touch;
    filter: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* Coupe le hover/scale du module (effet flou en mode device Chrome) */
  #_mobile_top_menu .html-block img,
  #_mobile_top_menu .html-block img:hover {
    transform: none !important;
    -webkit-transform: none !important;
    opacity: 1 !important;
    filter: none !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1:hover > .icon-drop-mobile {
    background: transparent !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1:hover > .icon-drop-mobile .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1:hover > .icon-drop-mobile .menu-sub-item > a span {
    color: #1f2937 !important;
    background: none !important;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom {
    display: none !important;
  }

  .mobile-menu-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    padding: 4px 16px;
    border-bottom: 1px solid #eef2f7;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 3;
  }
  .mobile-menu-toolbar-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .4px;
    color: #111827;
  }

  #_mobile_top_menu {
    width: 100% !important;
    height: auto;
    overflow: visible;
  }
  #_mobile_top_menu .hit-menu-vertical,
  #_mobile_top_menu .hit-menu-vertical .menu-vertical {
    height: auto;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    background: #fff;
  }

  #_mobile_top_menu .menu-content.top-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: visible;
    -webkit-overflow-scrolling: touch;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 {
    display: block !important;
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    overflow: visible !important;
    background: transparent !important;
    position: relative;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 + li.level-1 > .icon-drop-mobile {
    border-top: 1px solid #f1f5f9;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .icon-drop-mobile {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    min-height: 52px;
    padding: 12px 20px !important;
    margin: 0 !important;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    float: none !important;
    text-align: left !important;
    line-height: 1.3 !important;
    height: auto !important;
    transition: background-color .4s ease-in-out;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 .menu-sub-item {
    flex: 1;
    min-width: 0;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1 .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1 .menu-sub-item > a span {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .3px;
    color: #1f2937 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    background: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    display: inline !important;
    width: auto !important;
    height: auto !important;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .icon-drop-mobile::after {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #9ca3af;
    border-bottom: 2px solid #9ca3af;
    transform: rotate(-45deg);
    margin-left: 12px;
    flex: 0 0 auto;
    transition: transform .4s ease-in-out, border-color .4s ease-in-out;
  }

  #_mobile_top_menu .menu-content.top-menu .mobile-plus,
  #_mobile_top_menu .menu-content.top-menu .submenu-toggle,
  #_mobile_top_menu .close-menu-content {
    display: none !important;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .hit-sub-menu,
  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .menu-dropdown {
    display: none !important;
    opacity: 1 !important;
    transform: none !important;
    -webkit-transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    border-bottom: 0 !important;
    background: #fff !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    padding: 0 !important;
    line-height: normal !important;
  }

  #_mobile_top_menu .hit-sub-menu .hit-menu-row {
    display: block !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
  }
  #_mobile_top_menu .hit-sub-menu .hit-menu-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    padding: 0 0 18px !important;
    min-width: 0;
    border: 0 !important;
    box-sizing: border-box;
  }
  #_mobile_top_menu .hit-sub-menu ul.ul-column {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #_mobile_top_menu .hit-sub-menu ul.ul-column > li {
    padding: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    display: block !important;
  }
  #_mobile_top_menu .hit-sub-menu .item-header > a,
  #_mobile_top_menu .hit-sub-menu .item-header .item-header-label,
  #_mobile_top_menu .hit-sub-menu .item-header .html-block + a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: .5px;
    color: #2b3956 !important;
    display: block;
    margin: 0 0 8px !important;
    padding: 0 !important;
    text-align: left !important;
    line-height: 1.4 !important;
  }
  #_mobile_top_menu .hit-sub-menu .item-line > a {
    display: block;
    padding: 11px 0 !important;
    color: #374151 !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    line-height: 1.4 !important;
    min-height: 44px;
    box-sizing: border-box;
  }
  #_mobile_top_menu .hit-sub-menu .item-line > a:empty,
  #_mobile_top_menu .hit-sub-menu .item-line > a[href="#"]:empty {
    display: none !important;
  }
  #_mobile_top_menu .hit-sub-menu .html-block {
    width: 100%;
  }
  #_mobile_top_menu .hit-sub-menu .html-block p {
    margin: 0;
  }
  #_mobile_top_menu .hit-sub-menu .html-block p a,
  #_mobile_top_menu .hit-sub-menu .view-all-link {
    /* color: #2563eb !important; */
    font-size: 14px !important;
    font-weight: 500 !important;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    padding: 10px 0 !important;
    min-height: 44px;
  }
  #_mobile_top_menu .hit-sub-menu .html-block img {
    width: 20px !important;
    height: auto !important;
    max-width: 24px !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  #_mobile_top_menu .hit-sub-menu .nos-marques,
  #_mobile_top_menu .hit-sub-menu .recherche-rapide,
  #_mobile_top_menu .hit-sub-menu .list-style,
  #_mobile_top_menu .hit-sub-menu .htt {
    border-bottom: 1px solid #eef2f7;
    margin-bottom: 8px;
    padding-bottom: 10px !important;
  }

  #_mobile_top_menu .search-fast-row,
  #_mobile_top_menu .hit-search-form {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 8px 0 !important;
  }
  #_mobile_top_menu .search-fast-row img {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 32px !important;
    max-height: 32px !important;
    object-fit: contain !important;
    object-position: left center !important;
    margin: 0 !important;
    flex-shrink: 0;
    align-self: center !important;
  }
  #_mobile_top_menu .search-fast-row .input-group {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #c2d1e5;
    border-radius: 8px;
    background: #F4F9FF;
    padding: 0 8px 0 0;
  }
  #_mobile_top_menu .hit-search-input {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 44px;
    border: 0 !important;
    background: transparent !important;
    font-size: 16px !important;
    padding: 10px 40px 10px 12px !important;
    color: #334155 !important;
    box-shadow: none !important;
    outline: none !important;
  }
  #_mobile_top_menu .hit-search-submit {
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 8px !important;
    left: auto !important;
    width: 32px !important;
    height: auto !important;
    margin: auto 0 !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
  }
  #_mobile_top_menu .hit-search-results {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 4px);
    z-index: 30;
    max-height: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border: 1px solid #dbeafe;
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(0, 40, 184, 0.12);
    padding: 0 !important;
    margin: 0 !important;
    display: none;
  }

  #_mobile_top_menu .hit-search-results .hit-search-list,
  #_mobile_top_menu .hit-search-category-list {
    margin: 0 !important;
    padding: 0 !important;
  }

  #_mobile_top_menu .hit-search-category-link {
    padding: 6px 12px 6px 14px;
    min-height: 0;
    height: auto;
    border: 0;
    line-height: 1.2 !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    text-decoration: none !important;
    text-transform: none !important;
  }

  #_mobile_top_menu .hit-search-category-link:hover,
  #_mobile_top_menu .hit-search-category-link:focus {
    box-shadow: inset 3px 0 0 #0028B8;
    text-decoration: none !important;
    border-bottom: none !important;
  }

  #_mobile_top_menu .hit-search-category-label {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
    padding: 0;
  }

  #_mobile_top_menu .hit-search-result-item {
    margin: 0 !important;
    padding: 0 !important;
    min-height: 0 !important;
    line-height: normal !important;
  }

  #_mobile_top_menu .hit-search-results a.hit-search-category-link::after,
  #_mobile_top_menu .hit-search-results a.hit-search-category-link:after {
    display: none !important;
    content: none !important;
  }

  #_mobile_top_menu .hit-search-result-item:last-child {
    margin-bottom: 0;
  }

  #_mobile_top_menu .hit-search-category-link:hover .hit-search-category-label,
  #_mobile_top_menu .hit-search-category-link:focus .hit-search-category-label {
    font-weight: 600;
    color: #0028B8;
  }
  #_mobile_top_menu .hit-megamenu-search-item {
    overflow: visible;
    position: relative;
    width: 100%;
  }

  #_mobile_top_menu .hit-sub-menu .traceur-img,
  #_mobile_top_menu .hit-sub-menu .menu-col-img,
  #_mobile_top_menu .hit-sub-menu .tete-impression3 {
    display: none !important;
  }

  .mobile-panel-head {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    min-height: 56px;
    padding: 8px 4px 12px;
    margin: 0 0 8px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 4;
    border-bottom: 1px solid #eef2f7;
  }
  .mobile-panel-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none;
    border: 0;
    padding: 8px 4px;
    color: #0028B8;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    min-height: 44px;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-panel-back svg {
    width: 18px;
    height: 18px;
  }
  #mobile_top_menu_wrapper button:not(.hit-search-submit):not(.icon-search) {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    height: auto !important;
  }
  .mobile-panel-close {
    background: none;
    border: 0;
    font-size: 32px;
    line-height: 1;
    color: #374151;
    cursor: pointer;
    padding: 0 8px;
    min-width: 44px;
    min-height: 44px;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1:not(.parent) > .icon-drop-mobile::after {
    display: none;
  }
  .mobile-panel-title {
    flex: 1;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #0AABFF;
    border-radius: 999px;
    padding: 6px 14px;
    max-width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #mobile_top_menu_wrapper {
    max-height: min(76vh, calc(100dvh - var(--hit-header-h, 140px) - 12px)) !important;
  }

  #_mobile_top_menu .hit-menu-vertical .menu-vertical {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    height: auto;
    min-height: min(48vh, 420px);
    overflow: hidden;
  }

  #_mobile_top_menu .menu-content.top-menu {
    display: block !important;
    flex: 0 0 38%;
    max-width: 38%;
    height: auto;
    padding: 0 0 8px;
    border-right: 1px solid #eef2f7;
    overflow: visible;
    z-index: 1;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 {
    display: block !important;
    position: static !important;
    width: 100% !important;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .icon-drop-mobile,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active:hover > .icon-drop-mobile {
    background: #0028B8 !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .icon-drop-mobile .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .icon-drop-mobile .menu-sub-item > a span,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active:hover > .icon-drop-mobile .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active:hover > .icon-drop-mobile .menu-sub-item > a span {
    color: #fff !important;
    background: none !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .icon-drop-mobile::after {
    border-color: #fff;
  }

  /* Sous-menu compact Ã  droite + apparition ease-in-out, scroll pour tout voir */
  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .hit-sub-menu {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 38% !important;
    width: 62% !important;
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    padding: 16px 20px 20px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #0028B8 #eef2f7;
    box-sizing: border-box;
    z-index: 5;
    filter: none !important;
    visibility: hidden;
    pointer-events: none;
    opacity: 0 !important;
    transform: translateY(14px) !important;
    -webkit-transform: translateY(14px) !important;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out, visibility .4s ease-in-out !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .hit-sub-menu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
  }

  #_mobile_top_menu .tablet-active > .hit-sub-menu > .mobile-panel-head {
    display: none !important;
  }

  #_mobile_top_menu .hit-sub-menu .hit-menu-col.recherche-rapide {
    border-top: 1px solid #eef2f7;
    padding-top: 14px !important;
    margin-top: 4px;
  }

  #_mobile_top_menu .hit-sub-menu .traceur-img,
  #_mobile_top_menu .hit-sub-menu .menu-col-img,
  #_mobile_top_menu .hit-sub-menu .tete-impression3 {
    display: none !important;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .hit-sub-menu::-webkit-scrollbar {
    width: 6px;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .hit-sub-menu::-webkit-scrollbar-track {
    background: #eef2f7;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.tablet-active > .hit-sub-menu::-webkit-scrollbar-thumb {
    background: #0028B8;
    border-radius: 6px;
  }

  #_mobile_top_menu .hit-submenu-scroll-hint {
    display: none;
    position: absolute;
    left: 38%;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 8;
  }
  #_mobile_top_menu .menu-vertical.has-submenu-more .hit-submenu-scroll-hint,
  #_mobile_top_menu .menu-vertical.has-submenu-above .hit-submenu-scroll-hint {
    display: block;
  }
  #_mobile_top_menu .hit-submenu-scroll-fade-top,
  #_mobile_top_menu .hit-submenu-scroll-fade-bottom {
    position: absolute;
    left: 0;
    right: 0;
    height: 52px;
    opacity: 0;
    transition: opacity .2s ease;
  }
  #_mobile_top_menu .hit-submenu-scroll-fade-top {
    top: 0;
    background: linear-gradient(to bottom, #fff 8%, rgba(255, 255, 255, 0));
  }
  #_mobile_top_menu .hit-submenu-scroll-fade-bottom {
    bottom: 0;
    background: linear-gradient(to top, #fff 18%, rgba(255, 255, 255, 0));
  }
  #_mobile_top_menu .menu-vertical.has-submenu-above .hit-submenu-scroll-fade-top,
  #_mobile_top_menu .menu-vertical.has-submenu-more .hit-submenu-scroll-fade-bottom {
    opacity: 1;
  }
  #_mobile_top_menu .hit-submenu-scroll-cue {
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
    color: #0028B8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity .2s ease;
  }
  #_mobile_top_menu .menu-vertical.has-submenu-more .hit-submenu-scroll-cue {
    opacity: 1;
  }
  #_mobile_top_menu .menu-vertical.has-submenu-more li.tablet-active > .hit-sub-menu {
    padding-bottom: 48px !important;
  }
  #_mobile_top_menu .hit-submenu-scroll-cue::after {
    content: "";
    width: 7px;
    height: 7px;
    border-right: 2px solid #0028B8;
    border-bottom: 2px solid #0028B8;
    transform: rotate(45deg);
    animation: hit-scroll-hint 1.4s ease-in-out infinite;
  }
}

@keyframes hit-scroll-hint {
  0%, 100% { transform: translateY(0) rotate(45deg); opacity: .45; }
  50% { transform: translateY(3px) rotate(45deg); opacity: 1; }
}

@media (max-width: 767px) {
  #mobile_top_menu_wrapper {
    max-height: min(78vh, calc(100dvh - var(--hit-header-h, 140px) - 8px)) !important;
    overflow-y: auto !important;
  }

  #_mobile_top_menu .hit-menu-vertical .menu-vertical {
    display: block !important;
    flex-direction: column !important;
  }
  #_mobile_top_menu .hit-submenu-scroll-hint {
    display: none !important;
  }

  #_mobile_top_menu .menu-content.top-menu {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    float: none !important;
    padding-bottom: 8px;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1 {
    position: relative !important;
    display: block !important;
    width: 100% !important;
  }

  /* AccordÃ©on : le sous-menu s'ouvre SOUS la catÃ©gorie, ease-in-out */
  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .hit-sub-menu,
  #_mobile_top_menu .menu-content.top-menu > li.level-1 > .menu-dropdown {
    display: block !important;
    position: static !important;
    inset: auto !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: 0 !important;
    padding: 0 20px !important;
    margin: 0 !important;
    overflow: hidden !important;
    transform: translateY(12px) !important;
    -webkit-transform: translateY(12px) !important;
    visibility: hidden;
    pointer-events: none;
    opacity: 0 !important;
    z-index: auto !important;
    background: #f8fafc !important;
    box-sizing: border-box;
    box-shadow: none !important;
    border: 0 !important;
    transition: max-height .4s ease-in-out, opacity .4s ease-in-out, transform .4s ease-in-out, padding .4s ease-in-out, visibility .4s ease-in-out !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open > .hit-sub-menu {
    max-height: 2000px !important;
    padding: 4px 20px 16px !important;
    visibility: visible;
    pointer-events: auto;
    opacity: 1 !important;
    transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
  }

  /* Pas de barre Retour / pastille : on est dÃ©jÃ  sous l'item */
  #_mobile_top_menu .mobile-panel-head {
    display: none !important;
  }

  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open > .icon-drop-mobile {
    background: #0028B8 !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open > .icon-drop-mobile .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open > .icon-drop-mobile .menu-sub-item > a span,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open:hover > .icon-drop-mobile .menu-sub-item > a,
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open:hover > .icon-drop-mobile .menu-sub-item > a span {
    color: #fff !important;
    background: none !important;
  }
  #_mobile_top_menu .menu-content.top-menu > li.level-1.mobile-open > .icon-drop-mobile::after {
    border-color: #fff;
    transform: rotate(45deg);
    margin-top: 4px;
  }
} 
section#accessories{
    margin-bottom: 10px;
    margin-top: 0px;
}

.owl-controls{
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: 0px;
}
.owl-controls .owl-prev,
.owl-controls .owl-next{
  position: absolute;
  padding: 0px;
}
.owl-controls .owl-prev{
  left: -30px;
}
.owl-controls .owl-next{
  right: -30px;
}
.owl-theme .owl-controls .owl-buttons div{
  padding: 0px;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #000000;
    color: #ffffff;
    text-align: center;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 35px !important;
    width: 35px !important;
    border-radius: 5px;
}
.owl-theme .owl-controls {
    margin-top: 0px;
    text-align: center;
}
#index .owl-controls .owl-prev{
  left: 0;
}
#index .owl-controls .owl-next{
  right: 0;
}
.blockreassurance_product > div {
    padding: 0.5rem 3rem;
    border: 1px solid #e1e1e1;
    margin: 10px 0px;
    border-radius: 5px;
}
.blockreassurance_product .item-product img, .blockreassurance_product .item-product svg {
    height: 30px;
    width: 30px;
}
.blockreassurance_product{
  border: none !important;
}

.paiement_options {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
}

.paiement-option-logo {
    flex-shrink: 0;
}

.paiement_name_desc {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 4px;
}

.paiement_card_icon {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
}

.paiement_card_icon img {
    width: 40px !important; /* adapte selon ton besoin */
    height: auto;
}

#payment-option-3-container > span:nth-child(5),
#payment-option-4-container > span:nth-child(4){
  display: none !important;
}

#cms #main > header > h1{
  text-align: center;
}

#authentication #wrapper, 
#contact #wrapper,
#my-account #wrapper{
  background-color: #ffffff !important;
}

body#checkout section.checkout-step #login-form .form-control-label{
  width: auto !important;
  z-index: 111;
}

.blockreassurance .owl-controls{
  position: relative;
}

@media (max-width: 767px) {
  .owl-controls .owl-prev {
    left: 0 !important;
  }
  .owl-controls .owl-next {
    right: 0 !important;
  }
}

@media (max-width: 575px) {
  .blockreassurance_product > div {
    padding: 0.5rem 1rem !important;
  }
}

/* ============================================================
   PROMOBLOCKS MOBILE OVERRIDE (Rendu Exact avec Images Fond PNG)
   ============================================================ */
@media (max-width: 767px) {
  #content-wrapper .promoblocks,
  #index .promoblocks,
  .promoblocks {
    padding: 16px 20px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    margin: 0 auto !important;
  }

  .promoblocks__grid {
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    overflow: hidden !important;
  }

  .promoblock {
    display: block !important;
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08) !important;
    margin: 0 auto !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  .promoblock__img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1120 / 800 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .promoblock__content {
    position: absolute !important;
    inset: 0 !important;
  }
}

/* ============================================================
   ALIGNEMENT GLOBAL PAGE D'ACCUEIL & AUDIT RESPONSIVE (MOBILE, TABLETTE, DESKTOP)
   ============================================================ */

/* Global : empÃƒÂªcher tout dÃƒÂ©filement horizontal */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

@media (max-width: 767px) {
  /* ht-main-content : conteneur principal de la page, pas de padding horizontal */
  .ht-main-content {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding: 0 !important;
    float: none !important;
  }

  /* Annulation du dÃƒÂ©calage -15px de la row principale Bootstrap sous #wrapper */
  #wrapper > .row,
  #wrapper .row:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  /* Container-fluid global (slider parent) : reset padding mobile */
  .container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Conteneurs principaux : 16px d'espacement externe uniforme et symÃƒÂ©trique */
  #content-wrapper .promoblocks,
  #index .promoblocks,
  .promoblocks,
  .bft,
  .featured-products .container,
  .top-trending-products .container,
  .featured-products.featured-product .container,
  .brand-section .container,
  .service-articles .container,
  .service-articles,
  .blockreassurance .container,
  .tf-inner,
  .footer-container .container,
  .footer-bottom2 .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Annulation des marges nÃƒÂ©gatives Bootstrap row qui dÃƒÂ©calent les blocs */
  .promoblocks__grid,
  .featured-products .row,
  .top-trending-products .products-grid,
  .brand-section .brand-row,
  .service-articles .row,
  .blockreassurance .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    /* border: 2px solid palevioletred; */
  }

  /* Slider (tm_imageslider / flexslider / ps_imageslider) : pleine largeur et fond transparent */
  .image-slider-block,
  #carousel,
  #carousel .carousel-inner,
  .image-slider-block .carousel-inner,
  .carousel .carousel-inner,
  .carousel-inner {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: hidden !important;
    background: transparent !important;
    border: none !important;
  }

  .carousel-inner > .carousel-item,
  .carousel-item {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
  }

  .carousel-inner > .carousel-item a,
  .carousel-inner > .carousel-item figure {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
  }

  .carousel-inner > .carousel-item img.slide-bg-image,
  .image-slider-block img.slide-bg-image,
  #carousel img.slide-bg-image {
    display: block !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
  }

  /* PrÃƒÂ©servation stricte des icÃƒÂ´nes, drapeaux et badges dans la lÃƒÂ©gende du slider */
  .carousel .carousel-item .caption img,
  .carousel .carousel-item .caption-description img,
  #carousel .caption img,
  #carousel .caption-description img,
  .image-slider-block .caption img,
  .image-slider-block .caption-description img {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: 0 4px !important;
    padding: 0 !important;
  }

  .carousel .carousel-item img.fr-flag,
  #carousel img.fr-flag,
  img.fr-flag {
    display: inline-block !important;
    width: 1.2vw !important;
    min-width: 16px !important;
    max-width: 28px !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: 0 3px !important;
  }

  .carousel .carousel-item img.img-livraison,
  #carousel img.img-livraison,
  img.img-livraison {
    display: inline-block !important;
    width: 2.4vw !important;
    min-width: 22px !important;
    max-width: 40px !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: 0 3px !important;
  }

  .carousel .carousel-item img.img-tresorerie,
  #carousel img.img-tresorerie,
  img.img-tresorerie {
    display: inline-block !important;
    width: 2vw !important;
    min-width: 20px !important;
    max-width: 36px !important;
    height: auto !important;
    vertical-align: middle !important;
    margin: 0 3px !important;
  }

  /* Owl-carousel : containment largeur strict */
  .owl-carousel,
  .owl-carousel .owl-wrapper-outer,
  .owl-carousel .owl-stage-outer {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }
  .owl-carousel .owl-item {
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  /* Section Title : CentrÃƒÂ© avec lien "Afficher Tout" en dessous ou ÃƒÂ  droite */
  .featured-products .section-title {
    display: block !important;
    text-align: center !important;
    margin-bottom: 20px !important;
    position: relative !important;
  }
  .featured-products .section-title h2,
  .featured-products .section-title h2.title {
    font-size: 1.15rem !important;
    margin: 0 auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
  .featured-products .section-title a.show-all {
    display: none !important;
  }

  /* Carousel : EmpÃƒÂªcher le dÃƒÂ©bordement des images produits */
  .featured-products {
    overflow: hidden !important;
    width: 100% !important;
  }
  .featured-products .owl-wrapper-outer {
    overflow: hidden !important;
    width: 100% !important;
  }
  .featured-products .owl-carousel .owl-item,
  .featured-products .owl-item {
    overflow: hidden !important;
  }

  /* Images produits : containment strict dans la carte */
  .product-miniature .thumbnail-container {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .product-miniature .thumbnail-container .product-image-block {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .product-miniature .thumbnail-container .product-image-block img,
  .product-miniature .product-thumbnail img,
  .featured-products .thumbnail-container .product-thumbnail img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* Cartes Produits (Nouveaux Produits & Meilleures Ventes) */
  .featuredproduct-slider .product-item {
    padding: 0 4px !important;
  }
  .product-miniature {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
    overflow: hidden !important;
  }

  /* Section "Les traceurs les plus choisis" */
  .top-trending-products {
    padding: 30px 0 !important;
  }
  .top-trending-products .h2-heading {
    font-size: 1.25rem !important;
    margin-bottom: 24px !important;
    text-align: center !important;
  }
  .top-trending-products .products-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .top-trending-products .product-card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
  }

  /* Section Brands / Marques */
  .brand-section {
    padding: 30px 0 20px !important;
  }

  .brand-section .container {
    padding-bottom: 20px !important;
  }

  /* Articles & Conseils (Blog) */
  .service-articles {
    padding: 10px 0 !important;
  }
  .service-articles .article-imprimante {
    margin-bottom: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
  }
  .service-articles .img-article img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover !important;
    border-radius: 12px 12px 0 0 !important;
  }

  /* RÃƒÂ©assurance */
  .blockreassurance {
    padding: 20px 0 !important;
  }
  .blockreassurance .d-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
  }
  .blockreassurance .flex-mobile {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    background: #ffffff !important;
    border-radius: 10px !important;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important; */
  }

  /* Footer */
  .footer-container {
    padding: 30px 0 20px !important;
  }
  .footer-bottom-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 16px !important;
    text-align: center !important;
  }
}

/* ------------------------------------------------------------
   2. TABLETTES (768px Ã¢â‚¬â€œ 991px) : Marges 24px & Grille 2/3 colonnes
   ------------------------------------------------------------ */
@media (min-width: 768px) and (max-width: 991px) {
  #content-wrapper .promoblocks,
  #index .promoblocks,
  .promoblocks,
  .bft,
  .featured-products .container,
  .top-trending-products .container,
  .featured-products.featured-product .container,
  .brand-section .container,
  .service-articles .container,
  .service-articles,
  .blockreassurance .container,
  .tf-inner,
  .footer-container .container,
  .footer-bottom2 .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .top-trending-products .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 16px !important;
  }

  .promoblocks__grid {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
  .promoblock {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    border-radius: 14px !important;
    overflow: hidden !important;
  }
  .promoblock__img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1120 / 800 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .promoblock__content {
    position: absolute !important;
    inset: 0 !important;
  }
}

/* ------------------------------------------------------------
   3. DESKTOP (>= 992px) : Marges 50px & Alignement Parfait
   ------------------------------------------------------------ */
@media (min-width: 992px) {
  #index #wrapper > .row,
  #index #wrapper .row:first-child {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #index #content-wrapper {
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #content-wrapper .promoblocks,
  #index .promoblocks,
  .promoblocks,
  .bft,
  .featured-products .container,
  .top-trending-products .container,
  .featured-products.featured-product .container,
  .brand-section .container,
  .service-articles .container,
  .blockreassurance .container,
  .tf-inner,
  .footer-container .container,
  .footer-bottom2 .container {
    padding-left: 50px !important;
    padding-right: 50px !important;
    width: 100% !important;
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .promoblocks__grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }
  .promoblock {
    position: relative !important;
    height: auto !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }
  .promoblock__img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1120 / 800 !important;
    object-fit: cover !important;
    object-position: center !important;
  }
  .promoblock__content {
    position: absolute !important;
    inset: 0 !important;
  }

  .top-trending-products .products-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
  }
}

/* Carrousel promoblocks sous 992px : une carte Ã  la fois */
@media (max-width: 991px) {
  .promoblocks__grid:not(.owl-carousel) .promoblock:not(:first-child) {
    display: none !important;
  }
  .promoblocks__grid,
  .promoblocks__grid.owl-carousel {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
  }
  .promoblocks__grid .owl-wrapper-outer {
    overflow: hidden !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .promoblocks__grid .owl-item {
    float: left !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }
  .promoblocks__grid .owl-item > .promoblock,
  .promoblocks__grid .promoblock {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box !important;
  }
  .promoblocks__grid .promoblock__img {
    position: relative !important;
    inset: auto !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1120 / 800 !important;
    object-fit: cover !important;
  }
  .promoblocks__grid .promoblock__content {
    position: absolute !important;
    inset: 0 !important;
  }
  .promoblocks .owl-controls {
    position: relative;
    margin-top: 10px;
    text-align: center;
  }
  .promoblocks .owl-page span {
    background: #0028B8 !important;
  }
  .promoblock:hover {
    transform: none !important;
  }
}


.products-grid .products .product-item {
    padding: 0px !important;
}

.blockreassurance p {
   /* line-height: 0.2; */
}

@media (max-width: 767px) {
    .desc-article {
        text-align: left;
        padding: 10px !important;
        min-height: 160px;
        margin: 0;
    }
}

.link-slider {
	text-align:center;
}

@media (max-width: 991px) {
  #new-products .filter-top,
  #best-sales .filter-top,
  #prices-drop .filter-top {
    width: 100%;
  }
  #new-products #search_filters,
  #best-sales #search_filters,
  #prices-drop #search_filters {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
  }
  #new-products #search_filters .facet,
  #best-sales #search_filters .facet,
  #prices-drop #search_filters .facet,
  #new-products #search_filters.search-filters-product .facet.clearfix,
  #best-sales #search_filters.search-filters-product .facet.clearfix,
  #prices-drop #search_filters.search-filters-product .facet.clearfix {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 44px;
    margin: 6px 0 !important;
  }
  #new-products .facet-dropdown .dropdown-menu,
  #best-sales .facet-dropdown .dropdown-menu,
  #prices-drop .facet-dropdown .dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* ============================================================
   Modal Â« produit ajoutÃ© au panier Â» â€” boutons bas alignÃ©s
   ============================================================ */
#blockcart-modal .modal-body {
  padding-bottom: 1.5rem;
}
#blockcart-modal .cart-content .cart-content-btn {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: stretch;
  gap: 10px;
  width: 100%;
  margin-top: 16px;
  box-sizing: border-box;
}
#blockcart-modal .cart-content .cart-content-btn .btn,
#blockcart-modal .cart-content .cart-content-btn button.btn-secondary,
#blockcart-modal .cart-content .cart-content-btn a.btn-primary {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  max-width: 100%;
  height: 48px;
  min-height: 48px;
  margin: 0 !important;
  padding: 0 14px !important;
  box-sizing: border-box;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: none;
  border-radius: 8px !important;
  border-width: 1px !important;
  border-style: solid !important;
}
#blockcart-modal .cart-content .cart-content-btn button.btn-secondary {
  background: #fff !important;
  border-color: #1a56db !important;
  color: #1a56db !important;
}
#blockcart-modal .cart-content .cart-content-btn button.btn-secondary:hover {
  background: #1a56db !important;
  color: #fff !important;
}
#blockcart-modal .cart-content .cart-content-btn a.btn-primary {
  background: #1a56db !important;
  border-color: #1a56db !important;
  color: #fff !important;
}
#blockcart-modal .cart-content .cart-content-btn a.btn-primary:hover {
  background: #1442b0 !important;
  border-color: #1442b0 !important;
  color: #fff !important;
}

@media (max-width: 575px) {
  #blockcart-modal .modal-body {
    padding: 1rem 1rem 1.25rem;
  }
  #blockcart-modal .cart-content .cart-content-btn {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  #blockcart-modal .cart-content .cart-content-btn .btn,
  #blockcart-modal .cart-content .cart-content-btn button.btn-secondary,
  #blockcart-modal .cart-content .cart-content-btn a.btn-primary {
    flex: none;
    width: 100% !important;
  }
}

/* ============================================================
   Listing catÃ©gorie / marques â€” cartes produit alignÃ©es (mobile)
   Cause : width 100% + margin 10px (overflow) ; marques non couvertes.
   ============================================================ */
@media (max-width: 767px) {
  #category #products .products-grid .products,
  #manufacturer #products .products-grid .products,
  #supplier #products .products-grid .products,
  #search #products .products-grid .products,
  #new-products #products .products-grid .products,
  #best-sales #products .products-grid .products,
  #prices-drop #products .products-grid .products {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 16px;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #category #products .products-grid .products .product-item,
  #manufacturer #products .products-grid .products .product-item,
  #supplier #products .products-grid .products .product-item,
  #search #products .products-grid .products .product-item,
  #new-products #products .products-grid .products .product-item,
  #best-sales #products .products-grid .products .product-item,
  #prices-drop #products .products-grid .products .product-item {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
    left: auto !important;
    box-sizing: border-box !important;
  }

  #category .product-item .product-miniature,
  #manufacturer .product-item .product-miniature,
  #supplier .product-item .product-miniature,
  #search .product-item .product-miniature,
  #new-products .product-item .product-miniature,
  #best-sales .product-item .product-miniature,
  #prices-drop .product-item .product-miniature {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }

  #category .product-miniature .thumbnail-container,
  #manufacturer .product-miniature .thumbnail-container,
  #supplier .product-miniature .thumbnail-container,
  #search .product-miniature .thumbnail-container,
  #new-products .product-miniature .thumbnail-container,
  #best-sales .product-miniature .thumbnail-container,
  #prices-drop .product-miniature .thumbnail-container {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 16px 16px 20px !important;
    box-sizing: border-box !important;
  }

  #category .product-description .add,
  #manufacturer .product-description .add,
  #supplier .product-description .add,
  #search .product-description .add,
  #new-products .product-description .add,
  #best-sales .product-description .add,
  #prices-drop .product-description .add {
    margin: 12px 0 0 !important;
    padding: 0 !important;
    width: 100%;
  }

  #category .product-description .add .btn,
  #manufacturer .product-description .add .btn,
  #supplier .product-description .add .btn,
  #search .product-description .add .btn,
  #new-products .product-description .add .btn,
  #best-sales .product-description .add .btn,
  #prices-drop .product-description .add .btn {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #category #products .products-grid .products .product-item,
  #manufacturer #products .products-grid .products .product-item,
  #supplier #products .products-grid .products .product-item,
  #search #products .products-grid .products .product-item,
  #new-products #products .products-grid .products .product-item,
  #best-sales #products .products-grid .products .product-item,
  #prices-drop #products .products-grid .products .product-item {
    width: 30% !important;
    margin: 10px !important;
  }

  #category #search_filters .facet,
  #manufacturer #search_filters .facet {
    margin: 5px 0px;
    width: 32%;
  }
}

/* Fiche produit â€” mobile uniquement : qty 25% / prix 75% + bouton dessous */
@media (max-width: 767px) {
  #product .product-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
  }

  #product .product-add-to-cart .d-flex-product {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    width: 100%;
  }

  #product .product-add-to-cart .product-quantity {
    flex: 0 0 25% !important;
    width: 25% !important;
    max-width: 25% !important;
    margin: 0 !important;
    box-sizing: border-box;
  }

  #product .product-add-to-cart .product-quantity .bootstrap-touchspin,
  #product .product-add-to-cart .product-quantity .input-group {
    width: auto !important;
    max-width: 100% !important;
  }

  #product .product-add-to-cart .product-quantity #quantity_wanted {
    width: 3rem !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  #product .product-add-to-cart .product-price-ht {
    flex: 1 1 75% !important;
    width: auto;
    margin: 0 !important;
    font-size: 16px !important;
    font-weight: 700;
    color: #0028B8 !important;
    white-space: nowrap !important;
    line-height: 1.2 !important;
  }

  #product .product-add-to-cart .product-price-ht strong,
  #product .product-add-to-cart .product-price-ht #total_price {
    font-size: 1.5em !important;
    font-weight: 700;
    color: #0028B8 !important;
    white-space: nowrap !important;
  }

  #product .product-add-to-cart .add {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  #product .product-add-to-cart button.btn.btn-primary.add-to-cart {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    text-transform: none !important;
    white-space: nowrap !important;
  }
}

/* Modal aperÃ§u produit â€” quantitÃ© alignÃ©e dÃ¨s 1024px */
@media (min-width: 1024px) {
  .quickview .product-add-to-cart,
  .modal.quickview .product-add-to-cart {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 12px;
    width: 100%;
  }

  .quickview .product-add-to-cart .d-flex-product,
  .modal.quickview .d-flex-product {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 16px;
    width: 100%;
    margin: 0;
  }

  .quickview .product-add-to-cart .product-quantity,
  .modal.quickview .product-quantity {
    display: flex !important;
    align-items: center;
    margin: 0 !important;
    float: none;
  }

  .quickview .bootstrap-touchspin,
  .modal.quickview .bootstrap-touchspin {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: stretch !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    box-shadow: none !important;
    position: relative;
    overflow: visible;
  }

  .quickview .bootstrap-touchspin input.form-control,
  .quickview .bootstrap-touchspin input.input-group,
  .quickview .product-quantity #quantity_wanted,
  .modal.quickview #quantity_wanted {
    float: none !important;
    height: 40px !important;
    width: 3.2rem !important;
    margin: 0 !important;
    box-sizing: border-box;
    text-align: center;
  }

  .quickview .bootstrap-touchspin .input-group-btn-vertical,
  .modal.quickview .input-group-btn-vertical {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    height: 40px !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    float: none;
  }

  .quickview .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
  .quickview .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
  .quickview .bootstrap-touchspin .btn-touchspin,
  .modal.quickview .bootstrap-touchspin-up,
  .modal.quickview .bootstrap-touchspin-down {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    float: none !important;
    margin: 0 !important;
    height: 20px !important;
    min-height: 20px !important;
    padding: 0 8px !important;
    line-height: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .quickview .bootstrap-touchspin .input-group-btn-vertical i {
    position: static !important;
    top: auto !important;
    left: auto !important;
    font-size: 12px;
    line-height: 1;
  }

  .quickview .product-add-to-cart .product-price-ht,
  .modal.quickview .product-price-ht {
    margin: 0 !important;
    padding: 0;
    font-size: 1.15rem !important;
    font-weight: 700;
    color: #0028B8 !important;
    white-space: nowrap;
    line-height: 40px;
  }

  .quickview .product-add-to-cart .add,
  .modal.quickview .product-add-to-cart .add {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }

  .quickview .product-add-to-cart button.btn.btn-primary.add-to-cart,
  .modal.quickview .product-add-to-cart button.btn.btn-primary.add-to-cart {
    width: 100% !important;
    justify-content: center !important;
  }
}

/* Bouton flottant "Trouver votre consommable" : visible sur tous les devices.
   Sous 991px, #header > .displaytopmenu est en display:none (menu desktop),
   ce qui masquait aussi #floating-icon (position:fixed dans un parent hidden). */
@media (max-width: 991px) {
  #header > div.displaytopmenu {
    display: block !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    float: none !important;
  }
  #header > div.displaytopmenu > .container {
    display: none !important;
  }
  #header .displaynav-search {
    height: 0 !important;
    overflow: visible !important;
  }
}

/* Texte du bouton flottant : masquÃ© uniquement sur trÃ¨s petit Ã©cran */
@media (max-width: 499px) {
  #floating-icon .floating-icon-label,
  #floating-icon > span:not(.img-container) {
    display: none !important;
  }
  #floating-icon,
  .floating-icon {
    width: 64px !important;
    height: 64px !important;
    padding: 8px !important;
    font-size: 0 !important;
  }
  #floating-icon .img-container {
    width: 40px !important;
    height: 40px !important;
  }
}

#floating-icon,
.floating-icon {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  position: fixed !important;
  z-index: 10050 !important;
}

body.menu-open #floating-icon,
body.menu-open #floating-popup,
body.menu-open .floating-icon {
  display: none !important;
}

/* --- Mini-panier header (compteur + liste déroulante) --- */
#header #_desktop_cart .cart-preview {
    position: relative;
}

@media (max-width: 991px) {
    #header .menu-mobile-icon {
        display: flex;
        align-items: center;
        gap: 10px;
        position: relative;
    }

    #header #_mobile_cart {
        position: relative;
        z-index: 1102;
        padding: 0;
        margin-right: 0;
    }

    #header #_mobile_cart #_desktop_cart,
    #header #_mobile_cart .blockcart.cart-preview {
        display: inline-block !important;
        float: none !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
    }

    #header #_mobile_cart .header {
        width: auto !important;
        height: auto !important;
        padding: 0 !important;
        line-height: 1 !important;
    }

    #header #_mobile_cart .blockcart .header {
        margin-top: 0 !important;
    }

    #header #_mobile_cart .cart-header-link {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 0 !important;
    }

    #header #_mobile_cart .cart-label {
        display: none !important;
    }

    #header #_mobile_cart .shopping-basket {
        position: relative;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
    }

    #header #_mobile_cart .cart-products-count {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -2px;
        right: -8px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        border-radius: 999px;
        background: #f4762c !important;
        color: #fff !important;
        font-size: 10px;
        font-weight: 700;
        line-height: 1;
        z-index: 2;
    }

    #header #_mobile_cart .cart-products-count.hidden,
    #header .blockcart.inactive .cart-products-count {
        display: none !important;
    }

    #header #_mobile_cart .blockcart.active .cart-products-count:not(.hidden) {
        display: flex !important;
    }

    #header #_mobile_cart .ht_cart,
    #header .menu-mobile-icon .ht_cart {
        display: none !important;
        visibility: hidden;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        width: min(380px, calc(100vw - 24px));
        max-height: min(70vh, 520px);
        overflow: hidden;
        background: #fff;
        border: 1px solid #dbe3ef;
        border-radius: 12px;
        box-shadow: 0 16px 40px rgba(0, 40, 184, 0.16);
        z-index: 1200;
        opacity: 0;
        transform: translateY(-8px);
        transition: opacity 0.22s ease, transform 0.22s ease;
    }

    #header #_mobile_cart .cart-preview.is-open .ht_cart,
    #header .menu-mobile-icon .cart-preview.is-open .ht_cart {
        display: block !important;
        visibility: visible;
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0);
        height: auto !important;
    }

    #header #_mobile_cart .ht_cart ul,
    #header .menu-mobile-icon .ht_cart ul {
        max-height: min(42vh, 320px);
        overflow-y: auto;
        list-style: none;
        margin: 0;
        padding: 0 14px;
        border-bottom: 1px solid #eef2f7;
    }

    #header #_mobile_cart .ht_cart ul li {
        display: block;
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px solid #eef2f7;
        overflow: hidden;
    }

    #header #_mobile_cart .ht_cart ul li .cart-img {
        float: left;
        width: 68px;
        margin-right: 10px;
        border: 1px solid #eef2f7;
        border-radius: 8px;
        overflow: hidden;
    }

    #header #_mobile_cart .ht_cart ul li .cart-info .product-price {
        color: #0028B8;
        font-weight: 700;
    }

    #header #_mobile_cart .ht_cart .cart-summary {
        background: #f8fafc;
    }

    #header #_mobile_cart .ht_cart .cart-summary .shipping-values,
    #header .menu-mobile-icon .ht_cart .cart-summary .shipping-values {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
    }

    #header #_mobile_cart .ht_cart .cart-summary .shipping-ht,
    #header .menu-mobile-icon .ht_cart .cart-summary .shipping-ht {
        font-weight: 700;
        color: #111827;
    }

    #header #_mobile_cart .ht_cart .cart-summary .shipping-ttc,
    #header .menu-mobile-icon .ht_cart .cart-summary .shipping-ttc {
        font-size: 12px;
        font-weight: 600;
        color: #475569;
    }

    #header #_mobile_cart .ht_cart .cart-wishlist-action a.ht-cart-view-btn {
        display: block;
        width: 100%;
        box-sizing: border-box;
        background: #0028B8 !important;
        border: 1px solid #0028B8 !important;
        color: #fff !important;
        text-decoration: none !important;
        text-align: center;
        border-radius: 8px;
        padding: 13px 16px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    body.traciel-cart-open::before {
        content: '';
        position: fixed;
        inset: 0;
        background: rgba(15, 23, 42, 0.35);
        z-index: 1100;
        pointer-events: auto;
    }

    body.traciel-cart-open {
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    #header #_mobile_cart .ht_cart,
    #header .menu-mobile-icon .ht_cart {
        position: fixed;
        left: 12px;
        right: 12px;
        top: auto;
        width: auto;
        max-height: min(75vh, 560px);
    }

    #header .text-sm-center.mobile {
        position: relative;
        z-index: 1101;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #header #_mobile_cart .ht_cart,
    #header .menu-mobile-icon .ht_cart {
        right: 0;
        left: auto;
        width: min(400px, calc(100vw - 32px));
    }
}

@media (min-width: 992px) {
  #header .header-top #_desktop_cart .shopping-basket {
    position: relative;
    display: inline-block;
  }

  #header .header-top #_desktop_cart .cart-header-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #0028B8;
  }

  #header .header-top #_desktop_cart .cart-label {
    display: block;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 4px;
    font-weight: 500;
  }

  #header .header-top #_desktop_cart .header .cart-products-count {
    position: absolute;
    top: -6px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 4px;
    border-radius: 10px;
    background: #f4762c;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }

  #header .header-top .cart-preview .ht_cart.js-cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 8px);
    width: 340px;
    background: #fff;
    border: 1px solid #dbe3ef;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 40, 184, 0.12);
    z-index: 999;
    overflow: hidden;
  }

  #header .header-top #_desktop_cart:hover .cart-preview .ht_cart.js-cart-dropdown,
  #header .header-top .cart-preview:focus-within .ht_cart.js-cart-dropdown {
    display: block;
  }

  #header .header-top .cart-preview .ht_cart .no-item {
    margin: 0;
    padding: 20px 15px;
    text-align: center;
  }

  #header .header-top .cart-preview .ht_cart ul {
    list-style: none;
    padding: 0 16px;
    margin: 0;
    border-bottom: 1px solid #eef2f7;
    max-height: 280px;
    overflow-y: auto;
  }

  #header .header-top .cart-preview .ht_cart ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #eef2f7;
    overflow: hidden;
  }

  #header .header-top .cart-preview .ht_cart ul li:last-child {
    border-bottom: none;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-img {
    float: left;
    margin-right: 12px;
    width: 72px;
    border: 1px solid #eef2f7;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-img img {
    display: block;
    width: 100%;
    height: auto;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info {
    overflow: hidden;
    padding-right: 20px;
    text-align: left;
    color: #111;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .product-quantity {
    float: left;
    margin-right: 5px;
    font-size: 13px;
    font-weight: 600;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .product-name {
    display: inline-block;
    font-size: 13px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .product-price {
    display: block;
    font-size: 14px;
    color: #0028B8;
    line-height: 20px;
    padding: 4px 0 0;
    font-weight: 700;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .cart-line-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 8px;
  }

  #header .header-top .cart-preview .ht_cart .mini-cart-qty-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border: 1px solid #a8aab9;
    border-radius: 4px;
    color: #111;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
    background: #fff;
  }

  #header .header-top .cart-preview .ht_cart .mini-cart-qty-down:hover {
    border-color: #0028B8;
    color: #0028B8;
    background: #f4f7ff;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart {
    position: static;
    color: #64748b;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart:hover {
    color: #f4762c;
  }

  #header .header-top .cart-preview .ht_cart ul li .cart-info .remove-from-cart .remove-icon-text {
    display: none;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary {
    background: #f8fafc;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals,
  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total-ht,
  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-bottom: 1px solid #eef2f7;
    overflow: hidden;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .products,
  #header .header-top .cart-preview .ht_cart .cart-summary .cart-subtotals .shipping {
    display: block;
    overflow: hidden;
    padding: 2px 0;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .label {
    float: left;
    font-size: 13px;
    color: #475569;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .value {
    float: right;
    font-size: 13px;
    color: #111827;
    font-weight: 600;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .shipping-values {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
    float: right;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .shipping-ht {
    font-weight: 700;
    color: #111827;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .shipping-ttc {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total-ht,
  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total {
    background: #fff;
    border-bottom: none;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total-ht {
    border-bottom: 1px solid #eef2f7;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total-ht .label,
  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .label {
    font-weight: 700;
    color: #111827;
  }

  #header .header-top .cart-preview .ht_cart .cart-summary .cart-total .value {
    font-size: 15px;
    font-weight: 700;
    color: #0028B8;
  }

  #header .header-top .cart-preview .ht_cart .cart-wishlist-action {
    padding: 16px;
    background: #fff;
  }

  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn,
  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn:link,
  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn:visited {
    display: block;
    width: 100%;
    box-sizing: border-box;
    background: #0028B8 !important;
    border: 1px solid #0028B8 !important;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 14px 18px;
    text-transform: uppercase;
    text-decoration: none !important;
    border-radius: 8px;
    letter-spacing: 0.04em;
    line-height: 1.2;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  }

  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn:hover,
  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn:focus {
    background: #f4762c !important;
    border-color: #f4762c !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 8px 20px rgba(244, 118, 44, 0.28);
    transform: translateY(-1px);
  }

  #header .header-top .cart-preview .ht_cart .cart-wishlist-action a.ht-cart-view-btn:active {
    transform: translateY(0);
    box-shadow: none;
  }
}

/* Fiche produit — pastilles product-flags côte à côte */
#product #content .product-flags {
  position: relative;
  top: auto;
  left: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  width: auto;
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  z-index: 2;
}

#product #content .product-flags li.product-flag {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  width: auto !important;
  min-width: auto;
  height: auto;
  min-height: auto;
  flex: 0 0 auto;
  text-align: center;
  order: 0;
}

#product #content .product-flags li.product-flag.on-sale {
  width: auto !important;
  max-width: none;
}

#product #content .product-flags li.product-flag.new + .product-flag.pack,
#product #content .product-flags li.product-flag.on-sale + .product-flag.discount {
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

#product #content .product-flags li.product-flag.discount,
#product #content .product-flags li.product-flag.discount-amount,
#product #content .product-flags li.product-flag.discount-percentage {
 /* width: auto;
  min-width: 54px;
  height: auto;
  min-height: 54px;
  padding: 8px 12px;
  border-radius: 999px;
  justify-content: center;
  display: inline-flex;
  align-items: center;*/
  display: inline-flex;
  border-radius: 5px;
  background-color: #F9388D !important;
}

/* Listing produit — pastilles compactes, centrées, côte à côte */
#products .products-grid .products .product-item .product-flags,
.products-grid .products .product-item .product-flags,
.featured-products .product-miniature .product-flags,
.product-accessories .product-miniature .product-flags,
.product-miniature .product-flags {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: flex-end;
  gap: 6px;
  padding: 8px 8px 0;
  margin: 0;
  min-height: 0;
  width: 100%;
  list-style: none;
  z-index: 2;
}

#products .products-grid .products .product-item .product-flags > li,
.products-grid .products .product-item .product-flags > li,
.featured-products .product-miniature .product-flags > li,
.product-accessories .product-miniature .product-flags > li,
.product-miniature .product-flags > li {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  float: none !important;
  min-height: 0 !important;
  height: auto !important;
  min-width: 0 !important;
  width: auto !important;
  max-width: 100%;
  padding: 4px 8px !important;
  margin: 0 !important;
  line-height: 1.2 !important;
  font-size: 11px !important;
  font-weight: 600;
  border-radius: 4px !important;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

#products .products-grid .products .product-item .product-flags > li.new + .product-flag.pack,
.products-grid .products .product-item .product-flags > li.new + .product-flag.pack,
.product-flags li.product-flag.on-sale + .product-flag.discount,
#products .products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount,
.products-grid .products .product-item .product-flags > li.on-sale + .product-flag.discount {
  top: auto !important;
  left: auto !important;
  right: auto !important;
}

#products .products-grid .product-flags li.product-flag.discount,
.products-grid .product-flags li.product-flag.discount,
.product-miniature .product-flags li.product-flag.discount {
  min-height: 0 !important;
  min-width: 0 !important;
  border-radius: 4px !important;
  background-color: #F9388D !important;
}
.hit-menu-vertical .menu-dropdown {
    line-height: 0;
}
#header .hit-menu-vertical ul li.level-1 li.item-header .item-header-label {
    display: block;
    line-height: 1.4 !important;
    height: auto !important;
    white-space: normal !important;
}


.footer-bottom-inner,
.blockreassurance {
    border-top: 1px solid rgba(0, 60, 184, 0.4);
}

.blockreassurance {
    --tf-navy: #0028b8;
    --tf-heading: #164a9a;
    --tf-text: #5b6b7c;
    --tf-muted: #7a8794;
    --tf-bg: #ffffff;
    --tf-legal: #f1f4f8;
    --tf-line: #e2e7ed;
    --tf-magenta: #e8467c;
    --tf-orange: #f5a623;
    --tf-cyan: #2ec5c1;
    --tf-green: #7ac943;
    --tf-radius: 10px;

    display: flow-root;
    float: none !important;
    width: 100%;
    box-sizing: border-box;
    background: var(--tf-bg);
    color: var(--tf-text);
    font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
}

/* ========== Fiche produit : cover plein cadre + thumbs en bas + zoom modal ========== */

/* Layout page : grande image au-dessus, miniatures en bas (comme avant) */
#product .images-container {
  display: block !important;
  width: 100%;
}

#product .images-container .product-cover {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-height: none;
  margin-bottom: 1rem !important;
  background: #fff;
  overflow: hidden;
}

#product .images-container .product-cover .js-qv-product-cover,
#product .images-container .product-cover > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: contain;
  object-position: center;
  background: #fff;
  box-shadow: none;
  border: 0;
  will-change: transform;
  transition: transform 0.15s ease-out;
}

#product .images-container .product-cover .layer {
  z-index: 5;
}

/* Miniatures page produit : rangée horizontale en bas */
#product .images-container .js-qv-mask.mask {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  white-space: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  max-height: none;
}

#product .images-container .js-qv-mask.scroll {
  width: calc(100% - 60px) !important;
  margin: 0 auto !important;
  max-height: none;
  overflow-x: auto;
  overflow-y: hidden;
}

#product .images-container ul.product-images.js-qv-product-images {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  width: max-content;
}

#product .images-container .product-images > li.thumb-container {
  display: inline-block;
  width: auto;
  margin: 0;
  vertical-align: top;
}

#product .images-container .product-images > li.thumb-container > .thumb {
  display: block;
  width: 84px !important;
  height: 84px !important;
  margin: 0 !important;
  object-fit: contain;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: none;
}

#product .images-container .product-images > li.thumb-container > .thumb.selected,
#product .images-container .product-images > li.thumb-container > .thumb:hover {
  border-color: #0028B8 !important;
}

/* ----- Zoom modal : grande image + thumbs verticales à droite ----- */
#product-modal .modal-dialog {
  max-width: 92vw !important;
  width: 92vw !important;
  height: auto;
  margin: 2vh auto !important;
}

#product-modal .modal-content {
  background: #fff;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 90vh;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
}

#product-modal .product-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 30;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
  color: #111;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-modal .product-modal-close:hover {
  background: #f3f4f6;
  color: #0028B8;
}

#product-modal .product-modal-close span {
  display: block;
  margin-top: -2px;
}

#product-modal .modal-content .modal-body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto;
  margin-left: 0 !important;
  padding: 1.25rem;
  background: #fff;
  min-height: 0;
  height: 100%;
  box-sizing: border-box;
}

#product-modal .product-modal-stage {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
}

#product-modal .product-cover-modal-figure,
#product-modal .modal-content .modal-body .product-cover-modal-figure {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  height: 100%;
  margin: 0;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

#product-modal .modal-content .modal-body img.product-cover-modal,
#product-modal .modal-content .modal-body .js-modal-product-cover {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 auto;
  object-fit: contain !important;
  object-position: center;
  background: #fff;
  will-change: transform;
  transition: transform 0.15s ease-out;
}

#product-modal .product-modal-caption,
#product-modal .modal-content .modal-body .image-caption {
  display: block;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 0.75rem 0 0;
  border-top: 1px solid #f1f1f1;
  margin-top: 0.75rem;
}

#product-modal.is-image-zoomed .product-modal-caption,
#product-modal.is-image-zoomed .modal-content .modal-body .image-caption {
  display: none !important;
}

#product-modal .product-modal-caption p,
#product-modal .product-modal-caption #product-description-short {
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: #333;
}

#product-modal .product-modal-stage .thumbnails,
#product-modal .modal-content .modal-body .thumbnails {
  position: relative;
  flex: 0 0 104px !important;
  width: 104px !important;
  max-width: 104px !important;
  margin: 0 !important;
  padding: 0;
  align-self: stretch;
  text-align: center;
  float: none !important;
}

#product-modal .modal-content .modal-body .mask,
#product-modal .product-modal-stage .mask {
  position: relative;
  overflow-x: hidden !important;
  overflow-y: auto;
  max-height: 100%;
  height: 100%;
  margin: 0 !important;
  white-space: normal !important;
  z-index: 1;
}

#product-modal .modal-content .modal-body .product-images,
#product-modal .product-modal-stage .product-images {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 0;
  list-style: none;
  width: 100%;
}

#product-modal .modal-content .modal-body .product-images .thumb-container,
#product-modal .product-modal-stage .product-images .thumb-container {
  display: block !important;
  width: 100%;
  margin: 0;
}

#product-modal .modal-content .modal-body .product-images img.thumb,
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb,
#product-modal .product-modal-stage .product-images img.thumb,
#product-modal .product-modal-stage .product-images img.js-modal-thumb {
  display: block;
  width: 88px !important;
  height: 88px !important;
  margin: 0 auto;
  object-fit: contain !important;
  background: #fff;
  border: 1px solid #e5e7eb;
  cursor: pointer;
  box-shadow: none;
}

#product-modal .modal-content .modal-body .product-images img.thumb.selected,
#product-modal .modal-content .modal-body .product-images img.thumb:hover,
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb.selected,
#product-modal .modal-content .modal-body .product-images img.js-modal-thumb:hover {
  border-color: #0028B8 !important;
}

#product-modal .modal-content .modal-body .arrows {
  right: 0;
  color: #0028B8;
}

#product-modal .modal-content .modal-body .product-images::before,
#product-modal .modal-content .modal-body .product-images::after,
#product-modal .thumb-container::after,
#product-modal .js-thumb-container::after {
  content: none !important;
  display: none !important;
}

/* ----- Mobile / tablette ----- */
@media (max-width: 991px) {
  #product .images-container .product-cover {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-height: min(75vw, 480px);
  }

  #product .images-container .js-qv-mask.mask,
  #product .images-container .js-qv-mask.scroll {
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  #product .images-container .product-images > li.thumb-container > .thumb {
    width: 72px !important;
    height: 72px !important;
  }

  /* Modal mobile : image puis thumbs horizontales + texte */
  #product-modal .modal-dialog {
    max-width: 100% !important;
    width: calc(100% - 12px) !important;
    margin: 6px auto !important;
  }

  #product-modal .modal-content {
    min-height: 0;
    height: auto;
    max-height: 96vh;
  }

  #product-modal .modal-content .modal-body {
    padding: 0.75rem;
    min-height: 0;
    height: auto;
  }

  #product-modal .product-modal-stage {
    flex-direction: column !important;
    height: auto;
    min-height: 0;
    flex: 0 0 auto;
    gap: 10px;
  }

  #product-modal .product-cover-modal-figure,
  #product-modal .modal-content .modal-body .product-cover-modal-figure {
    height: auto;
    min-height: 45vh;
  }

  #product-modal .modal-content .modal-body img.product-cover-modal,
  #product-modal .modal-content .modal-body .js-modal-product-cover {
    max-height: 55vh !important;
    height: auto !important;
    width: 100% !important;
  }

  #product-modal .product-modal-stage .thumbnails,
  #product-modal .modal-content .modal-body .thumbnails {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  #product-modal .modal-content .modal-body .mask,
  #product-modal .product-modal-stage .mask {
    max-height: none;
    overflow-x: auto !important;
    overflow-y: hidden;
    white-space: nowrap !important;
  }

  #product-modal .modal-content .modal-body .product-images,
  #product-modal .product-modal-stage .product-images {
    flex-direction: row !important;
    width: max-content;
    gap: 8px;
  }

  #product-modal .modal-content .modal-body .product-images .thumb-container,
  #product-modal .product-modal-stage .product-images .thumb-container {
    display: inline-block !important;
    width: auto;
  }

  #product-modal .modal-content .modal-body .product-images img.thumb,
  #product-modal .modal-content .modal-body .product-images img.js-modal-thumb {
    width: 68px !important;
    height: 68px !important;
  }

  #product-modal .modal-content .modal-body .arrows {
    display: none;
  }
}

@media (max-width: 575px) {
  #product .images-container .product-cover {
    max-height: min(90vw, 360px);
  }

  #product-modal .modal-content .modal-body img.product-cover-modal,
  #product-modal .modal-content .modal-body .js-modal-product-cover {
    max-height: 45vh !important;
  }
}



#checkout .displaynav-search, #cart .displaynav-search{
		display:none!important;
}
#cta-terms-and-conditions-0 {
	color:#1b3fcc!important;
	text-decoration:underline;
}
 

#myModalLabel, #myModalLabel i.material-icons {
	color:#1a56db !important;
}

/* Cases à cocher formulaire client (inscription, checkout étape 1) — style unifié */
#customer-form .form-group:has(.custom-checkbox) > .form-control-label,
#customer-form .form-group:has(.traciel-privacy-field) > .form-control-label,
#customer-form .form-group:has(#form_field_customer_privacy) > .form-control-label {
  display: none !important;
}
#customer-form .custom-checkbox.traciel-form-checkbox {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 12px !important;
  position: relative !important;
  margin: 0 !important;
  width: 100% !important;
  cursor: pointer !important;
}
#customer-form .traciel-form-checkbox input[type="checkbox"] {
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
}
#customer-form .traciel-form-checkbox > .traciel-checkbox-box {
  flex: 0 0 22px !important;
  margin-top: 1px !important;
}
#customer-form .traciel-form-checkbox label {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  color: #1a1a2e !important;
  cursor: pointer !important;
  display: block !important;
  text-align: left !important;
}
#customer-form label[for="form_field_psgdpr"]::after {
  content: "\00a0*" !important;
  color: #e02424 !important;
  font-weight: 700 !important;
}
#customer-form .traciel-checkbox-box,
#customer-form .traciel-privacy-box {
  width: 22px !important;
  height: 22px !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 4px !important;
  background: #fff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  pointer-events: none !important;
  box-sizing: border-box !important;
}
.traciel-privacy-field {
  margin: 0;
}
label.traciel-privacy-row {
  display: block !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 0 0 34px !important;
  cursor: pointer !important;
  width: 100% !important;
  max-width: 100% !important;
  font-weight: 400 !important;
  text-align: left !important;
  min-height: 24px !important;
}
.traciel-privacy-input {
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
  opacity: 0 !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer !important;
  z-index: 3 !important;
}
#customer-form .traciel-privacy-box {
  position: absolute !important;
  left: 0 !important;
  top: 2px !important;
}
#customer-form .traciel-checkbox-box .checkbox-checked {
  display: none !important;
  color: #fff !important;
  font-size: 15px !important;
  line-height: 1 !important;
}
#customer-form .traciel-form-checkbox input:checked + .traciel-checkbox-box,
#customer-form .traciel-privacy-input:checked + .traciel-privacy-box {
  background: #1b3fcc !important;
  border-color: #1b3fcc !important;
}
#customer-form .traciel-form-checkbox input:checked + .traciel-checkbox-box .checkbox-checked,
#customer-form .traciel-privacy-input:checked + .traciel-privacy-box .checkbox-checked {
  display: block !important;
}
.traciel-privacy-headline {
  display: block !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #1a1a2e !important;
}
.traciel-privacy-legal {
  margin: 6px 0 0 34px !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  color: #6b7280 !important;
}
.traciel-privacy-legal em,
.traciel-privacy-legal p {
  display: inline !important;
  margin: 0 !important;
  padding: 0 !important;
  font-style: italic !important;
  font-size: inherit !important;
  color: inherit !important;
}
label[for="form_field_customer_privacy"] em::after,
.traciel-privacy-legal em::after {
  content: "\00a0*" !important;
  color: #e02424 !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.js-address-form .form-footer {
    display: flex;
    flex-direction: row-reverse!important;
}