/* COPERIOR V7 - correctifs finaux */

/* Hero exact, net, non cliquable */
body#index .hlb26-hero-top.cop7-hero-static{
  display:block !important;
  width:100% !important;
  margin:0 0 14px 0 !important;
  padding:0 !important;
  min-height:0 !important;
  border-radius:0 !important;
  overflow:hidden !important;
  background:none !important;
  box-shadow:none !important;
}
body#index .cop7-hero-img{display:block !important;width:100% !important;height:auto !important;}

/* Promos du bas : images nettes, sans recadrage, non cliquables */
body#index .hlb26-promos{display:grid !important;grid-template-columns:1fr 1fr !important;gap:16px !important;align-items:start !important;}
body#index .hlb26-promo-img{display:block !important;width:100% !important;background:#fff !important;border:1px solid #d8e7f7 !important;border-radius:8px !important;overflow:hidden !important;box-shadow:none !important;cursor:default !important;pointer-events:none !important;}
body#index .hlb26-promo-img img{display:block !important;width:100% !important;height:auto !important;object-fit:contain !important;}

/* Supprimer le rose restant sur la home */
body#index .hlb26-card-badge,
body#index .hlb26-card-price,
body#index .hlb26-card-cart,
body#index .hlb26-card-cart span,
body#index .hlb26-card-cart i,
body#index .hlb26-mainnav .hlb26-all,
body#index #hlb26-cart-total,
body#index .hlb26-cart small{
  color:#1f73da !important;
}
body#index .hlb26-card-badge,
body#index .hlb26-card-cart,
body#index .hlb26-card-cart span,
body#index .hlb26-mainnav .hlb26-all,
body#index #hlb26-cart-count{background:#1f73da !important;border-color:#1f73da !important;color:#fff !important;}
body#index .hlb26-tabs button.active{color:#1f73da !important;border-bottom-color:#1f73da !important;}
body#index .hlb26-bottom-trust > div:last-child > i{background:#e9f7ff !important;color:#1f73da !important;}
body#index .hlb26-mega-title{border-bottom-color:#1f73da !important;}
body#index .hlb26-subtree a:hover,
body#index .hlb26-live-item:focus{color:#1f73da !important;}

/* Menu horizontal figé : jamais rose sur les autres pages */
#block_top_menu .sf-menu > li > a{background:#0d5fb8 !important;color:#fff !important;}
#block_top_menu .sf-menu > li > a:hover,
#block_top_menu .sf-menu > li.sfHover > a,
#block_top_menu .sf-menu > li.sfHoverForce > a,
#block_top_menu .sf-menu > li.current > a,
#block_top_menu .sf-menu > li.selected > a,
#block_top_menu .sf-menu > li.active > a,
#block_top_menu .sf-menu > li > a[aria-current="page"]{
  background:#1f73da !important;
  color:#fff !important;
}
#block_top_menu .sf-menu > li ul a:hover{color:#1f73da !important;}
