/* Habillage de la vitrine de migration, calque sur la boutique historique. */
:root {
  --mc-olive: #7f7452;
  --mc-charcoal: #333;
  --mc-menu: #f2f2f2;
  --mc-border: #d6d6d6;
  --mc-text: #777;
  --mc-green: #00a452;
}

/* Tunnel de commande : en-tête stable et adresses livraison/facturation séparées. */
body#checkout #header .header-nav {
  min-height: 104px;
  max-height: none;
  background: #fff;
  border-bottom: 4px solid var(--mc-olive);
  color: #333;
}
body#checkout #header .header-nav #_desktop_cart,
body#checkout #header .header-nav #_desktop_user_info,
body#checkout #header .header-nav #_desktop_language_selector { display: none !important; }
body#checkout #header .header-nav .container,
body#checkout #header .header-nav .row { min-height: 100px; height: 100px; }
body#checkout #header .header-nav .row > .hidden-sm-down {
  position: static;
  display: flex;
  width: 50%;
  height: 100px;
  align-items: center;
}
body#checkout #header .header-nav #_desktop_logo {
  position: static;
  width: 50%;
  max-width: 50%;
  height: 100px;
  padding: 10px 15px;
  align-items: center;
}
body#checkout #header .header-nav #_desktop_logo .logo {
  display: block;
  width: auto;
  max-width: 330px;
  height: auto;
  max-height: 80px;
}
body#checkout #header .header-nav a,
body#checkout #header .header-nav .material-icons,
body#checkout #header .header-nav #contact-link { color: #333; }
body#checkout #header .header-nav .right-nav {
  height: 100px;
  align-items: center;
}
body#checkout #header .header-nav #contact-link,
body#checkout #header .header-nav #_desktop_user_info,
body#checkout #header .header-nav #_desktop_user_info .user-info {
  height: auto;
  border: 0;
  background: transparent;
  color: #333;
}
.maison-checkout-addresses .maison-address-group {
  margin-bottom: 24px;
  padding: 0;
  border: 0;
  background: transparent;
}
.maison-checkout-addresses .maison-address-group > h2 {
  margin: 0 0 20px;
  color: #3d3d3d;
  font-weight: 700;
}
.maison-checkout-addresses .address-selector {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.maison-checkout-addresses .address-item {
  width: auto;
  min-height: 0 !important;
  height: auto !important;
  margin: 0;
  border: 1px solid #ddd;
  border-left: 4px solid var(--mc-olive);
  border-radius: 3px;
  background: #faf9f6;
  box-shadow: 0 2px 7px rgba(0,0,0,.06);
}
.maison-checkout-addresses .address-item > header {
  min-height: 0 !important;
  margin: 0 !important;
  padding: 14px 24px 16px !important;
}
.maison-checkout-addresses .address-item > hr { margin: 0 !important; }
.maison-checkout-addresses .address-item .address-footer {
  min-height: 42px;
  padding: 10px 14px !important;
}
.maison-checkout-addresses .address-selector .address-item:first-child:last-child {
  grid-column: 1 / -1;
  max-width: 470px;
}
.maison-checkout-addresses .maison-address-help { margin-bottom: 12px; color: #666; }
.maison-checkout-addresses .add-address { margin: 14px 0 0; }
.maison-checkout-addresses .maison-address-continue { margin-top: 18px; }
body#cart .blockreassurance_product,
body#checkout .blockreassurance_product { display: none !important; }
.maison-address-type-choice {
  margin-bottom: 24px;
  padding: 18px 16px 6px;
  border: 2px solid var(--mc-olive);
  background: #f8f7f2;
}
.maison-shipping-step { padding-top: 4px; }
.maison-shipping-intro { margin-bottom: 18px; font-weight: 700; }
.maison-delivery-options {
  margin-bottom: 14px;
  border: 1px solid #d8d8d8;
  background: #f5f5f5;
}
body#checkout .maison-delivery-options .maison-delivery-option {
  display: flex;
  min-height: 64px;
  margin: 0 !important;
  padding: 11px 20px !important;
  align-items: center;
  justify-content: flex-start !important;
  background: #f5f5f5;
  cursor: pointer;
}
.maison-delivery-option .custom-radio {
  width: 18px !important;
  height: 18px !important;
  margin: 0 12px 0 0 !important;
  flex: 0 0 18px !important;
  border: 1px solid #979797 !important;
  border-radius: 50% !important;
  background: #fff !important;
}
.maison-delivery-option .custom-radio input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
}
.maison-delivery-option .custom-radio input[type="radio"]:checked + span {
  top: 2px !important;
  left: 2px !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #24b9d7 !important;
}
.maison-carrier-copy { display: flex; flex: 0 1 auto; flex-direction: column; gap: 5px; }
.maison-carrier-copy .carrier-name { color: #333; font-size: 16px; }
.maison-carrier-copy .carrier-delay { color: #777; }
.maison-delivery-option .carrier-price {
  margin-left: auto;
  flex: 0 0 auto;
  color: #777;
  text-align: right;
}
.maison-delivery-options .carrier-extra-content:empty { display: none !important; }
body#checkout .payment-options .payment-option {
  display: flex;
  min-height: 0 !important;
  margin-bottom: 0;
  padding: 13px 20px !important;
  align-items: center;
  border: 1px solid #d8d8d8;
  background: #fafafa;
  font-weight: 700;
}
body#checkout .payment-options .payment-option label {
  margin: 0;
  padding: 0;
  line-height: 1.35;
  cursor: pointer;
}
.maison-order-confirmation-review {
  margin: 12px 0 28px;
  padding: 22px 18px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.maison-order-confirmation-review h2 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  color: #444;
  font-size: 20px;
  text-transform: uppercase;
}
.maison-order-confirmation-copy p { margin: 7px 0; }
.maison-confirmation-products {
  margin: 0 0 28px;
  border: 1px solid #d8d8d8;
  background: #fff;
}
.maison-confirmation-products > h2 {
  margin: 0;
  padding: 14px 18px;
  border-bottom: 1px solid #d8d8d8;
  background: #f5f5f5;
  color: #444;
  font-size: 18px;
  text-transform: uppercase;
}
.maison-confirmation-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.maison-confirmation-product {
  display: grid;
  min-height: 84px;
  padding: 12px 18px;
  align-items: center;
  grid-template-columns: 64px minmax(0, 1fr) 110px 90px;
  gap: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.maison-confirmation-product:last-child { border-bottom: 0; }
.maison-confirmation-product-image img {
  display: block;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.maison-confirmation-product-copy { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
.maison-confirmation-product-name { color: #333; font-weight: 700; }
.maison-confirmation-product-attribute { color: #777; font-size: 12px; }
.maison-confirmation-product-quantity { color: #555; text-align: center; white-space: nowrap; }
.maison-confirmation-product-price { color: #333; text-align: right; white-space: nowrap; }
.maison-order-confirmation-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.maison-order-confirmation-actions form { margin: 0; }
.maison-order-confirmation-actions .btn { padding: 13px 18px; font-size: 18px; }
.maison-other-payment { color: #333; font-weight: 700; }
.maison-other-payment .material-icons { vertical-align: middle; }
@media (max-width: 767.98px) {
  body#checkout #header .header-nav { min-height: 72px; }
  body#checkout #header .header-nav .container,
  body#checkout #header .header-nav .row { min-height: 68px; height: 68px; }
  .maison-checkout-addresses .address-selector { grid-template-columns: 1fr; }
  .maison-checkout-addresses .maison-address-group { padding: 15px; }
  .maison-confirmation-product {
    grid-template-columns: 54px minmax(0, 1fr) auto;
  }
  .maison-confirmation-product-image img { width: 50px; height: 50px; }
  .maison-confirmation-product-quantity { grid-column: 2; text-align: left; }
  .maison-confirmation-product-price { grid-column: 3; grid-row: 1 / span 2; }
  .maison-order-confirmation-actions { align-items: stretch; flex-direction: column-reverse; }
  .maison-order-confirmation-actions .btn { width: 100%; }
}

/* L'ordre historique du sous-menu Bougies doit rester cohérent avec l'arbre latéral. */
#_desktop_top_menu .top-menu[data-depth="1"]:has(> li > a[href*="/1103-articles-personnalises"]),
#mobile_top_menu_wrapper .top-menu[data-depth="1"]:has(> li > a[href*="/1103-articles-personnalises"]) {
  display: flex !important;
  flex-direction: column !important;
}

#_desktop_top_menu .top-menu[data-depth="1"] > li:has(> a[href*="/1110-neuvaines"]),
#mobile_top_menu_wrapper .top-menu[data-depth="1"] > li:has(> a[href*="/1110-neuvaines"]) {
  order: 3 !important;
}

#_desktop_top_menu .top-menu[data-depth="1"] > li:has(> a[href*="/1103-articles-personnalises"]),
#mobile_top_menu_wrapper .top-menu[data-depth="1"] > li:has(> a[href*="/1103-articles-personnalises"]) {
  order: 4 !important;
}

html, body { background: #fff; }
body {
  color: var(--mc-text);
  font: 13px/18px Arial, Helvetica, sans-serif;
}
body a { color: #555; }
body a:hover, body a:focus { color: #111; }

@media (min-width: 1200px) {
  .container { width: 1200px; max-width: 1200px; }
}

@media (min-width: 768px) {
  #mobile_top_menu_wrapper {
    display: none !important;
    height: 0 !important;
  }
}

/* Fiches produit : présentation Maison Cremers moderne et structurée. */
.product-flag.out_of_stock,
.product-flags .out_of_stock,
.mc-hidden-out-of-stock {
  display: none !important;
}

.page-category .mc-category-details {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.page-product .breadcrumb {
  display: inline-block;
  width: auto;
  min-height: 27px;
  margin-bottom: 20px;
  padding: 0 11px !important;
  overflow: hidden;
  border: 1px solid #d6d4d4;
  border-radius: 3px;
  box-sizing: border-box;
  background: #eee;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.page-product .breadcrumb ol {
  display: flex;
  height: 25px;
  margin: 0;
  padding: 0;
  align-items: stretch;
  list-style: none;
}

.page-product .breadcrumb ol > li {
  position: relative;
  display: inline-flex;
  height: 25px;
  margin: 0 0 0 -8px;
  padding: 0 15px 0 22px;
  align-items: center;
  background: #fff;
  color: #333;
  white-space: nowrap;
}

.page-product .breadcrumb ol > li:last-child {
  margin-right: -11px;
  padding-right: 22px;
  background: #eee;
  color: #777;
  font-weight: 400;
}

.page-product .breadcrumb ol > li:first-child {
  z-index: 20;
  width: 38px;
  margin-left: -10px;
  padding: 0;
  justify-content: center;
}

.page-product .breadcrumb ol > li:not(:last-child)::after,
.page-product .breadcrumb ol > li:not(:last-child)::before {
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  border-radius: 2px;
  content: "." !important;
  text-indent: -5000px;
  transform: rotate(45deg);
}

.page-product .breadcrumb ol > li:not(:last-child)::after {
  z-index: 2;
  right: -10px;
  background: #fff;
}

.page-product .breadcrumb ol > li:has(+ li:last-child)::after { background: #eee; }
.page-product .breadcrumb ol > li:not(:last-child)::before {
  z-index: 1;
  left: -10px;
  background: transparent;
}
.page-product .breadcrumb ol > li:first-child::before { display: none; }
.page-product .breadcrumb ol > li > a,
.page-product .breadcrumb ol > li > span {
  position: relative;
  z-index: 3;
  color: inherit;
  line-height: 24px;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.page-product .breadcrumb .mc-breadcrumb-home {
  display: inline-flex;
  height: 25px;
  color: #777;
  align-items: center;
}
.page-product .breadcrumb .mc-breadcrumb-home .material-icons {
  font-size: 17px;
  line-height: 22px;
}

.page-product .product-container.mc-product-layout {
  position: relative;
  display: grid;
  width: 100%;
  margin: 35px 0 0;
  padding-right: 300px;
  box-sizing: border-box;
  grid-template-columns: minmax(380px, 470px) minmax(0, 370px);
  column-gap: 30px;
  align-items: start;
}

.page-product .product-container.mc-product-layout::before {
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  height: 5px;
  background: #d6d4d4;
  content: "";
}

.page-product .mc-product-layout > .mc-product-gallery,
.page-product .mc-product-layout > .mc-product-details {
  width: auto;
  max-width: none;
  padding: 0;
}

.page-product .mc-product-gallery #content {
  width: 100%;
  padding: 0;
}

.page-product .product-cover {
  width: 100%;
  margin: 0;
  border: 1px solid #d6d4d4;
  background: #fff;
}

.page-product .product-cover img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

.page-product .images-container .product-images > li.thumb-container > .thumb {
  border: 1px solid #d6d4d4;
}
.page-product .images-container .product-images > li.thumb-container > .thumb.selected,
.page-product .images-container .product-images > li.thumb-container > .thumb:hover {
  border-color: #887d55;
}

.page-product .mc-product-details > h1 {
  margin: 18px 0 9px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #333;
  font: 500 20px/22px Arial, Helvetica, sans-serif;
  text-transform: none;
}

.page-product .mc-product-reference {
  margin: 0 0 10px;
  color: #777;
  font: 400 13px/20px Arial, Helvetica, sans-serif;
}
.page-product .mc-product-reference strong {
  margin-right: 4px;
  color: #333;
  font-weight: 700;
}

.page-product .mc-product-details > .product-information {
  color: #555;
  font: 400 14px/21px Arial, Helvetica, sans-serif;
}

.page-product .product-information > .product-description {
  margin: 0 0 27px;
  padding: 0;
  border: 0;
  color: #555;
  font-size: 12px;
  line-height: 18px;
}

.page-product #add-to-cart-or-refresh {
  display: block;
}

.page-product #add-to-cart-or-refresh > input,
.page-product #add-to-cart-or-refresh > .product-variants,
.page-product #add-to-cart-or-refresh > .product-discounts,
.page-product #add-to-cart-or-refresh > .product-additional-info {
  grid-column: 1;
}

.page-product .mc-product-buybox {
  position: absolute;
  top: 0;
  right: -300px;
  width: 270px;
  padding: 20px;
  border: 1px solid #d6d4d4;
  background: #f6f6f6;
  box-shadow: 0 3px 10px rgba(0,0,0,.08);
}

.page-product .mc-product-buybox .product-prices {
  margin: 0 0 18px;
  padding: 0 0 16px;
  border-bottom: 1px solid #ddd;
}
.page-product .mc-product-buybox .current-price,
.page-product .mc-product-buybox .current-price-value {
  color: #333;
  font: 600 30px/36px "Open Sans", Arial, sans-serif;
}
.page-product .mc-product-buybox .tax-shipping-delivery-label {
  margin-top: 4px;
  color: #777;
  font-size: 12px;
}

.page-product .product-discounts { margin: 0; }
.page-product .mc-product-details-label {
  margin: 0 0 9px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.page-product .product-discounts-title {
  margin: 0 0 9px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
}
.page-product .table-product-discounts {
  width: 100%;
  margin: 0;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 13px;
}
.page-product .table-product-discounts thead th {
  padding: 9px 7px;
  background: #f1f1f1;
  color: #333;
  font-weight: 700;
}
.page-product .table-product-discounts td {
  padding: 15px 7px;
  border-top: 1px solid #e5e5e5;
}

.page-product .mc-product-print {
  display: inline-flex;
  margin: 18px 0 0;
  padding: 0;
  align-items: center;
  gap: 7px;
  border: 0;
  background: transparent;
  color: #777;
  font: 400 13px/22px Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.page-product .mc-product-print .material-icons {
  color: #333;
  font-size: 19px;
}
.page-product .mc-product-print:hover,
.page-product .mc-product-print:focus {
  color: #333;
  text-decoration: underline;
}

.page-product .mc-product-buybox .product-add-to-cart { margin: 0; }
.page-product .mc-product-buybox .control-label {
  display: block;
  margin-bottom: 7px;
  color: #333;
  font-size: 13px;
  font-weight: 700;
}
.page-product .mc-product-buybox .product-quantity {
  display: block;
}
.page-product .mc-product-buybox .qty {
  width: 80px;
  margin-bottom: 10px;
}
.page-product .mc-product-buybox .qty input,
.page-product .mc-product-buybox .bootstrap-touchspin { height: 45px; }
.page-product .mc-product-buybox .add {
  width: 100%;
  margin: 0;
}
.page-product .mc-product-buybox .add-to-cart {
  width: 100%;
  min-height: 70px;
  padding: 10px 12px;
  border: 0;
  border-radius: 0;
  border: 1px solid #0077a8;
  background: linear-gradient(#00a2d4, #0084bb);
  box-shadow: inset 0 1px rgba(255,255,255,.25);
  color: #fff;
  font: 700 17px/22px "Open Sans", Arial, sans-serif;
}
.page-product .mc-product-buybox .add-to-cart:hover,
.page-product .mc-product-buybox .add-to-cart:focus {
  background: linear-gradient(#008fbe, #006f9f);
}
.page-product .mc-product-buybox .wishlist-button-add { display: none; }
.page-product .blockreassurance_product { display: none !important; }

.page-product .product-additional-info,
.page-product .social-sharing,
.page-product .js-mailalert,
.page-product .js-mailalert-add,
.page-product [class*="mailalert"],
.page-product [id*="mailalert"],
.page-product #product-comments-list-header,
.page-product #empty-product-comment,
.page-product #product-comments-list,
.page-product #product-comments-list-footer,
.page-product .product-comment-modal,
.page-product .product-comments-additional-info,
.page-product [class*="viewed-product"],
.page-product [id*="viewed-product"],
.page-product [class*="products-viewed"],
.page-product [id*="products-viewed"] {
  display: none !important;
}

.page-product .product-container + .tabs {
  width: 100%;
  margin: 38px 0 0;
  border: 1px solid #d6d4d4;
  border-top: 4px solid #887d55;
  box-shadow: none;
}
.page-product .product-container + .tabs .nav-tabs {
  margin: 0;
  padding: 0 18px;
  border-bottom: 1px solid #d6d4d4;
  background: #f6f6f6;
}
.page-product .product-container + .tabs .nav-tabs .nav-link {
  padding: 14px 16px 11px;
  color: #555;
  font: 600 14px/20px "Open Sans", Arial, sans-serif;
}
.page-product .product-container + .tabs .nav-tabs .nav-link.active {
  border-color: transparent;
  border-bottom: 3px solid #887d55;
  color: #333;
}
.page-product .product-container + .tabs .tab-content { padding: 22px 26px; }

@media (max-width: 991.98px) {
  .page-product .product-container.mc-product-layout {
    margin-top: 20px;
    padding-right: 0;
    grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
    column-gap: 22px;
  }
  .page-product .product-container.mc-product-layout::before {
    top: -20px;
    height: 3px;
  }
  .page-product #add-to-cart-or-refresh {
    display: block;
  }
  .page-product .mc-product-buybox {
    position: static;
    right: auto;
    width: auto;
    margin-top: 22px;
  }
}

@media (max-width: 767.98px) {
  .page-product #wrapper > .container > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-product #content-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-product .breadcrumb {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
  }
  .page-product .breadcrumb ol {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .page-product .product-container.mc-product-layout {
    display: block;
  }
  .page-product .mc-product-gallery { margin-bottom: 22px; }
  .page-product .mc-product-details > h1 {
    margin-bottom: 11px;
    font-size: 22px;
    line-height: 28px;
  }
  .page-product .product-information > .product-description {
    margin-bottom: 18px;
  }
  .page-product .mc-product-buybox {
    margin-top: 20px;
    padding: 16px;
  }
  .page-product .product-container + .tabs {
    margin-top: 26px;
  }
  .page-product .product-container + .tabs .nav-tabs {
    padding: 0 8px;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .page-product .product-container + .tabs .nav-tabs .nav-link {
    padding: 12px 9px 9px;
    white-space: nowrap;
  }
  .page-product .product-container + .tabs .tab-content { padding: 17px 14px; }
  .page-product .js-mailalert-add {
    width: 100%;
    max-width: 100%;
    white-space: normal;
  }
}

/* Bandeau superieur historique. */
#header .header-nav {
  min-height: 38px;
  max-height: 38px;
  margin: 0;
  border: 0;
  background: var(--mc-olive);
  color: #fff;
  font-size: 13px;
}
#header .header-nav .container,
#header .header-nav .row { min-height: 38px; }
#header .header-nav .row > .hidden-sm-down {
  display: flex;
  width: 100%;
  height: 38px;
}
#header .header-nav a,
#header .header-nav .material-icons,
#header .header-nav #contact-link { color: #fff; }
#header .header-nav .left-nav,
#header .header-nav .right-nav { height: 38px; align-items: stretch; }
#header .header-nav .right-nav {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
#header .header-nav #contact-link {
  display: flex;
  height: 38px;
  margin: 0 !important;
  padding: 0;
  color: rgba(255,255,255,.48);
  line-height: 18px;
  align-items: center;
  white-space: nowrap;
}
#header .header-nav #contact-link::before {
  display: inline-block;
  margin-right: 7px;
  color: #fff;
  content: "phone";
  font: 21px/21px "Material Icons";
}
#header .header-nav #contact-link a {
  margin-left: 4px;
  color: #fff;
  font-weight: 700;
}
#header .header-nav #_desktop_language_selector { display: none; }
#header .header-nav #mc-contact-link {
  flex: 0 0 auto;
  height: 38px;
  border-right: 1px solid rgba(255,255,255,.12);
  border-left: 1px solid rgba(255,255,255,.12);
}
#header .header-nav #mc-contact-link a {
  display: block;
  height: 38px;
  padding: 8px 10px 11px;
  color: #fff;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
#header .header-nav #_desktop_user_info {
  flex: 0 0 auto;
  height: 38px;
  border-left: 1px solid rgba(255,255,255,.12);
  background: #009944;
}
#header .header-nav #_desktop_user_info .user-info {
  height: 38px;
  margin: 0 !important;
  padding: 8px 9px 11px 8px;
  font-weight: 700;
  line-height: 18px;
}
#header .header-nav #_desktop_user_info .material-icons { display: none; }

/* Logo, recherche et panier sur une seule ligne. */
#header .header-top {
  height: 212px;
  padding: 0 0 15px;
  border: 0;
  box-shadow: none;
  background: #fff;
}
#header .header-top > .container,
#header .header-top > .container > .row { height: 197px; }
#header .header-top > .container > .row {
  position: relative;
  display: block !important;
  width: calc(100% + 30px) !important;
  max-width: none !important;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
#_desktop_logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  max-width: 400px;
  height: 114px;
  padding: 15px 15px 0;
  text-align: left;
}
#_desktop_logo h1 { width: 100%; height: auto; margin: 0; }
.header-top .logo {
  display: block;
  width: 370px;
  max-width: 100%;
  height: auto;
  max-height: 99px;
}
#header .header-top .header-top-right {
  position: static !important;
  width: 100%;
  max-width: none;
  padding: 0;
}
#header .header-top #search_widget {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 400px;
  width: 400px !important;
  max-width: 400px !important;
  height: 45px;
  margin: 0;
}
#header #search_widget form,
#header #search_widget input { height: 45px; }
#header #search_widget input {
  border: 1px solid #d6d4d4;
  border-radius: 0;
  background: #fff;
  color: #777;
  font: 13px Arial, Helvetica, sans-serif;
  padding-right: 65px;
  padding-left: 15px;
}
#header #search_widget form button,
#header #search_widget form .material-icons.search {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 50px;
  height: 45px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: var(--mc-charcoal);
  color: #fff;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}
#header #search_widget form .material-icons.clear { right: 55px; }
#header .header-nav .container { position: relative; }
#header .header-nav #_desktop_cart {
  position: absolute;
  z-index: 5;
  top: 87px;
  right: 15px;
  width: 270px;
  height: 45px;
}
#header .header-nav #_desktop_cart .blockcart {
  height: 45px;
  padding: 0;
  border-radius: 0;
  background: var(--mc-charcoal);
}
#header .header-nav #_desktop_cart .header {
  height: 45px;
  padding: 12px 15px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
#header .header-nav #_desktop_cart a,
#header .header-nav #_desktop_cart .material-icons { color: #fff; }

/* Barre principale : cellules grises, onglet courant sombre, 50 px de haut. */
#_desktop_top_menu {
  position: absolute !important;
  z-index: 20;
  top: 139px;
  left: 15px;
  width: calc(100% - 30px) !important;
  max-width: none !important;
  height: 50px;
  padding: 0 !important;
}
#_desktop_top_menu > .top-menu[data-depth="0"] {
  display: flex;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  align-items: stretch;
  justify-content: stretch;
}
#_desktop_top_menu > .top-menu[data-depth="0"] > li {
  position: relative;
  display: block;
  flex: 1 1 auto;
  height: 50px;
  margin: 0;
  padding: 0;
  border-right: 1px solid var(--mc-border);
  border-bottom: 3px solid #bbb;
  background: var(--mc-menu);
}
#_desktop_top_menu > .top-menu[data-depth="0"] > li:first-child {
  border-left: 1px solid var(--mc-border);
}
#_desktop_top_menu > .top-menu[data-depth="0"] > li > a,
#header .top-menu a[data-depth="0"] {
  display: block;
  height: 47px;
  padding: 0 10px;
  color: #666;
  font: 700 13px/47px Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
#_desktop_top_menu .collapse-icons { display: none; }
body#index #_desktop_top_menu > .top-menu[data-depth="0"] > li:first-child,
#_desktop_top_menu > .top-menu[data-depth="0"] > li:hover,
#_desktop_top_menu > .top-menu[data-depth="0"] > li:focus-within {
  border-bottom-color: #333;
  background: #333;
}
body#index #_desktop_top_menu > .top-menu[data-depth="0"] > li:first-child > a,
#_desktop_top_menu > .top-menu[data-depth="0"] > li:hover > a,
#_desktop_top_menu > .top-menu[data-depth="0"] > li:focus-within > a { color: #fff; }
#_desktop_top_menu > .top-menu[data-depth="0"] > li:last-child > a { color: #00a65a; }

/* Sous-menus verticaux, ancres sous leur onglet parent. */
#_desktop_top_menu .popover.sub-menu {
  position: absolute !important;
  top: 50px !important;
  left: 0 !important;
  width: 300px !important;
  min-width: 300px;
  height: auto !important;
  margin: 0;
  padding: 9px 10px;
  border: 0;
  border-radius: 0;
  background: #f7f7f7;
  box-shadow: 0 5px 10px #777;
}
#_desktop_top_menu .popover.sub-menu .top-menu[data-depth="1"],
#_desktop_top_menu .popover.sub-menu .top-menu[data-depth="2"],
#_desktop_top_menu .popover.sub-menu .top-menu[data-depth="3"] {
  display: block !important;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#_desktop_top_menu .popover.sub-menu li {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
#_desktop_top_menu .popover.sub-menu a,
#_desktop_top_menu .popover.sub-menu a.dropdown-item {
  display: block;
  width: 100%;
  min-height: 30px;
  padding: 5px 0;
  color: #5e5e5e;
  font: 700 15px/20px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: left;
  text-transform: none;
  white-space: normal;
}
#_desktop_top_menu .popover.sub-menu .top-menu[data-depth="2"] { padding-left: 15px; }
#_desktop_top_menu .popover.sub-menu .top-menu[data-depth="3"] { padding-left: 15px; }
#_desktop_top_menu .popover.sub-menu a:hover,
#_desktop_top_menu .popover.sub-menu a:focus { color: #111; background: transparent; }

/* Un onglet parent ouvre son sous-menu sans changer de page. */
.top-menu[data-depth="0"] > li.mc-menu-open {
  border-bottom-color: #333;
  background: #333;
}
.top-menu[data-depth="0"] > li.mc-menu-open > a[data-depth="0"] {
  color: #fff !important;
}
.top-menu[data-depth="0"] > li.mc-menu-open > .sub-menu,
.top-menu[data-depth="0"] > li.mc-menu-open > .popover.sub-menu,
.top-menu[data-depth="0"] > li.mc-menu-open > .collapse {
  display: block !important;
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Contenu et accueil. */
#wrapper { padding-top: 12px; background: #fff; }
#wrapper > .container { padding-right: 15px; padding-left: 15px; }
.mc-home { width: 100%; max-width: 1170px; margin: 0 auto 3rem; }
.mc-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mc-home__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}
.mc-home__lead {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 10px;
}
.mc-home__card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #eee;
  color: #fff;
  box-shadow: none;
}
.mc-home__card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: opacity .2s ease;
}
.mc-home__lead .mc-home__card img {
  height: 449px;
  aspect-ratio: auto;
  object-fit: cover;
}
.mc-home__card:hover img,
.mc-home__card:focus img { opacity: .94; }

/* Pied de page sombre de la boutique historique. */
#footer {
  padding-top: 0;
  border: 0;
  background: #333;
  color: #8f8f8f;
}
.mc-historical-footer {
  padding: 31px 0 0;
  background: #333;
}
.mc-historical-footer__grid {
  display: grid;
  grid-template-columns: 160px 160px 327px minmax(300px, 1fr);
  gap: 20px;
  min-height: 240px;
}
.mc-historical-footer__column {
  min-width: 0;
}
.mc-historical-footer__column--contact {
  padding-left: 20px;
  border-left: 1px solid #555;
}
.mc-historical-footer__title {
  margin: 0 0 12px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
}
.mc-historical-footer__title a { color: #fff !important; }
.mc-historical-footer__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mc-historical-footer__links li { margin: 0; padding: 0; }
.mc-historical-footer__links a {
  display: inline-block;
  padding: 2px 0;
  color: #968451 !important;
  font: 400 13px/19px Arial, Helvetica, sans-serif;
}
.mc-historical-footer__links a:hover,
.mc-historical-footer__links a:focus {
  color: #fff;
  text-decoration: none;
}
.mc-historical-footer__contact-line {
  display: flex;
  margin: 0 0 9px;
  color: #8f8f8f;
  font: 400 13px/19px Arial, Helvetica, sans-serif;
  align-items: flex-start;
}
.mc-historical-footer__contact-line .material-icons {
  width: 24px;
  margin-right: 8px;
  color: #9b9b9b;
  font-size: 23px;
  line-height: 23px;
}
.mc-historical-footer__contact-line a {
  color: #fff !important;
  font-weight: 700;
}
.mc-historical-footer__contact-line .mc-footer-map-link {
  display: flex;
  width: 100%;
  align-items: flex-start;
  color: inherit !important;
  font-weight: inherit;
  text-decoration: none;
}
.mc-historical-footer__contact-line .mc-footer-map-link:hover,
.mc-historical-footer__contact-line .mc-footer-map-link:focus {
  color: #fff !important;
  text-decoration: underline;
}
.mc-historical-footer__copyright {
  margin-top: 0;
  padding: 13px 0 28px;
  border-top: 1px solid #555;
  color: #968451;
  font: 400 12px/18px Arial, Helvetica, sans-serif;
}
.mc-historical-footer__copyright a { color: #968451 !important; }
.mc-footer-support-hooks > .container > .row > .links,
.mc-footer-support-hooks > .container > .row > .block-contact {
  display: none !important;
}
.mc-footer-support-hooks,
.mc-footer-support-hooks > .container,
.mc-footer-support-hooks > .container > .row {
  min-height: 0;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .mc-historical-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 25px;
    padding-bottom: 25px;
  }
  .mc-historical-footer__column--contact {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  .mc-historical-footer { padding-top: 25px; }
  .mc-historical-footer__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .mc-historical-footer__title { margin-bottom: 8px; }
  .mc-historical-footer__copyright { padding-bottom: 22px; }
}

/* Typographie des pages catalogue. */
.breadcrumb,
.page-category .block-category,
.card,
.product-miniature .thumbnail-container,
.product-miniature .product-description { border-radius: 0; }
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 { font-family: Arial, Helvetica, sans-serif; }
.page-category h1,
.page-category .h1 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.page-category .breadcrumb {
  display: inline-block;
  width: auto;
  min-height: 27px;
  margin-bottom: 16px;
  padding: 0 11px !important;
  border: 1px solid #d6d4d4;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: hidden;
  background: #eee;
  color: #777;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
}

.page-category .breadcrumb ol {
  display: flex;
  height: 25px;
  margin: 0;
  padding: 0;
  align-items: stretch;
  list-style: none;
}

.page-category .breadcrumb ol > li {
  position: relative;
  display: inline-flex;
  height: 25px;
  margin: 0 0 0 -8px;
  padding: 0 15px 0 22px;
  align-items: center;
  background: #fff;
  color: #333;
  white-space: nowrap;
}

.page-category .breadcrumb ol > li:last-child {
  margin-right: -11px;
  padding-right: 22px;
  background: #eee;
  color: #777;
  font-weight: 400;
}

/* Le chevron gauche appartient visuellement au segment actif. */
.page-category .breadcrumb ol > li:has(+ li:last-child)::after {
  background: #eee;
}

.page-category .breadcrumb ol > li:first-child {
  z-index: 20;
  width: 38px;
  margin-left: -10px;
  padding: 0;
  justify-content: center;
}

.page-category .breadcrumb ol > li:not(:last-child)::after,
.page-category .breadcrumb ol > li:not(:last-child)::before {
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  border-top: 1px solid #d6d4d4;
  border-right: 1px solid #d6d4d4;
  border-radius: 2px;
  content: "." !important;
  text-indent: -5000px;
  transform: rotate(45deg);
}

.page-category .breadcrumb ol > li:not(:last-child)::after {
  z-index: 2;
  right: -10px;
  background: #fff;
}

.page-category .breadcrumb ol > li:not(:last-child)::before {
  z-index: 1;
  left: -10px;
  background: transparent;
}

.page-category .breadcrumb ol > li:first-child::before { display: none; }

.page-category .breadcrumb ol > li > a,
.page-category .breadcrumb ol > li > span {
  position: relative;
  z-index: 3;
  color: inherit;
  line-height: 24px;
  text-decoration: none;
}

.page-category .breadcrumb .mc-breadcrumb-home {
  display: inline-flex;
  height: 25px;
  color: #777;
  align-items: center;
}

.page-category .breadcrumb .mc-breadcrumb-home .material-icons {
  font-size: 17px;
  line-height: 22px;
}

.page-category .block-category {
  position: relative;
  height: 174px;
  min-height: 174px;
  margin-bottom: 26px;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #464646;
}

.page-category.mc-category-has-cover .block-category {
  height: 217px;
  min-height: 217px;
}

.page-category.mc-category-without-cover.mc-category-has-subcategories .block-category {
  height: 98px;
  min-height: 98px;
}

.page-category .block-category > h1,
.page-category .block-category > .h1 {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 42px;
  margin: 0;
  color: #fff;
  font: 600 42px/51px "Open Sans", sans-serif;
  text-shadow: 2px 2px 6px #000;
  text-transform: none;
}

.page-category .block-category-inner {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
}

.page-category #category-description {
  position: absolute;
  z-index: 3;
  top: 70px;
  right: 10px;
  left: 42px;
  max-height: 95px;
  overflow: hidden;
  color: #fff !important;
  font: 400 13px/19px Arial, Helvetica, sans-serif;
  text-shadow: 2px 2px 6px #000;
}

.page-category.mc-category-has-cover #category-description { max-height: 137px; }

.page-category #category-description p { margin: 0; }
.page-category #category-description,
.page-category #category-description * {
  color: #fff !important;
  font-weight: 400 !important;
}

.page-category .block-category.mc-category-description-overflowing #category-description {
  max-height: 76px;
}

.page-category .mc-category-details {
  position: absolute;
  z-index: 4;
  top: 151px;
  left: 42px;
  color: #fff !important;
  font: 700 12px/17px Arial, Helvetica, sans-serif;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-shadow: 2px 2px 6px #000;
}

.page-category .mc-category-details:hover,
.page-category .mc-category-details:focus {
  color: #fff !important;
  text-decoration: underline;
}

.page-category .block-category.mc-category-description-expanded #category-description {
  max-height: none;
  overflow: visible;
}

.page-category .block-category.mc-category-description-expanded .mc-category-details {
  display: none;
}

.page-category .category-cover,
.page-category .category-cover picture {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.page-category .category-cover img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.page-category #left-column .block-categories,
.page-category #left-column .card {
  border: 0;
  box-shadow: none;
}

.page-category #left-column .mc-historical-category-tree {
  margin: 0 0 30px;
  padding: 0;
  background: transparent;
}

.page-category #left-column .mc-historical-category-tree > .category-top-menu {
  margin: 0;
  padding: 0;
}

.page-category #left-column .mc-historical-category-tree > .category-top-menu > li:first-child > a {
  display: block;
  height: auto;
  min-height: 57px;
  margin: 18px 0 20px;
  padding: 14px 5px 17px 20px;
  border-top: 5px solid var(--mc-olive);
  background: #f6f6f6;
  color: #555454;
  font: 600 18px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
}

.page-category #left-column .mc-historical-category-tree .category-sub-menu {
  margin: 0;
  padding: 0;
}

.page-category #left-column .mc-historical-category-tree .category-sub-menu > li[data-depth="0"] {
  position: relative;
  min-height: 29px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.page-category #left-column .mc-historical-category-tree .category-sub-menu > li[data-depth="0"] > a {
  display: block;
  min-height: 29px;
  margin: 0 !important;
  padding: 5px 28px 5px 17px;
  color: #111;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
}

.page-category #left-column .mc-historical-category-tree .category-sub-menu > li.mc-tree-current {
  background: #f4f4f4;
}

.page-category #left-column .mc-historical-category-tree .category-sub-menu > li.mc-tree-current > a {
  color: #222;
}

.page-category #left-column .mc-historical-category-tree .collapse-icons {
  top: 0;
  right: 0;
  width: 30px;
  height: 29px;
  padding: 4px 7px;
  background: #eee;
}

.page-category #left-column .mc-historical-category-tree .collapse-icons .material-icons {
  color: #999;
  font-size: 20px;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse-icons .remove {
  display: block;
  color: #333;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse-icons .add {
  display: none;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li {
  position: relative;
  min-height: 29px;
  margin: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

/* Tous les niveaux ouverts conservent le rythme vertical historique.
   Le thème natif réduisait les lignes imbriquées à environ 19 px. */
.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li {
  position: relative;
  min-height: 30px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li > a {
  display: block;
  min-height: 29px;
  box-sizing: border-box;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="2"],
.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="3"] {
  padding-left: 0;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="2"] > a,
.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="3"] > a {
  min-height: 29px;
  padding: 5px 34px 5px 35px;
  color: #666;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="2"]::before,
.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li[data-depth="3"]::before {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 17px;
  margin: 0;
  color: #777;
  content: "›";
  font-size: 17px;
  line-height: 18px;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li > .arrows {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 29px;
  background: #eee;
  color: #999;
  font: 700 20px/29px Arial, Helvetica, sans-serif;
  text-align: center;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li > .arrows .material-icons {
  display: none;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li > .arrows::before {
  content: "+";
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .collapse .category-sub-menu > li.mc-tree-active-branch > .arrows::before {
  color: #333;
  content: "−";
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current .mc-tree-active-branch > .collapse {
  display: block !important;
  height: auto !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse {
  display: block !important;
  height: auto !important;
  background: #fff;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > a {
  position: relative;
  display: block;
  min-height: 29px;
  margin: 0 !important;
  padding: 5px 34px 5px 35px;
  color: #666;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > .arrows {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30px;
  height: 29px;
  background: #eee;
  color: #999;
  font: 700 20px/29px Arial, Helvetica, sans-serif;
  text-align: center;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > .arrows .material-icons {
  display: none;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > .arrows::before {
  content: "+";
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li.mc-tree-active-branch > .arrows::before {
  content: "−";
  color: #333;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > .collapse {
  display: none !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li.mc-tree-active-branch > .collapse {
  display: block !important;
  height: auto !important;
}

/* Les boutons + / − doivent pouvoir prendre la main sur l'ouverture
   automatique de la branche correspondant à la page courante. */
.page-category #left-column .mc-historical-category-tree .mc-tree-manually-open > .collapse {
  display: block !important;
  height: auto !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current.mc-tree-manually-collapsed > .collapse,
.page-category #left-column .mc-historical-category-tree .mc-tree-active-branch.mc-tree-manually-collapsed > .collapse,
.page-category #left-column .mc-historical-category-tree .mc-tree-current .mc-tree-active-branch.mc-tree-manually-collapsed > .collapse {
  display: none !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li.mc-tree-active-branch.mc-tree-manually-collapsed > .collapse {
  display: none !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-open > .collapse-icons .remove {
  display: block;
  color: #333;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-open > .collapse-icons .add {
  display: none;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-collapsed > .collapse-icons .remove {
  display: none;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-collapsed > .collapse-icons .add {
  display: block;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-open > .arrows::before {
  color: #333;
  content: "−";
}

.page-category #left-column .mc-historical-category-tree .mc-tree-manually-collapsed > .arrows::before {
  color: #999;
  content: "+";
}

.page-category #left-column .mc-historical-category-tree .mc-tree-active-leaf > a {
  color: #333 !important;
  font-weight: 700 !important;
}

.page-category #left-column .mc-historical-category-tree .mc-tree-current > .collapse > .category-sub-menu > li > a::before,
#mc-information-block li a::before {
  position: absolute;
  left: 17px;
  color: #777;
  content: "›";
  font-size: 17px;
  line-height: 17px;
}

#mc-information-block {
  margin: 0 0 30px;
  padding: 0;
}

#mc-information-block h2 {
  height: auto;
  min-height: 57px;
  margin: 0 0 20px;
  padding: 14px 5px 17px 20px;
  border-top: 5px solid var(--mc-olive);
  background: #f6f6f6;
  color: #555454;
  font: 600 18px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
}

#mc-information-block ul { margin: 0; padding: 0; list-style: none; }
#mc-information-block li { min-height: 29px; border-bottom: 1px solid #ddd; }
#mc-information-block li a {
  position: relative;
  display: block;
  min-height: 29px;
  padding: 5px 8px 5px 35px;
  color: #666;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.page-category .mc-category-list-heading {
  display: flex;
  height: 49px;
  margin: 0;
  padding: 0 0 17px;
  border-bottom: 1px solid #ddd;
  color: #333;
  align-items: flex-start;
  justify-content: space-between;
}

.page-category .mc-category-list-heading > span:first-child {
  font: 600 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.page-category .mc-category-list-heading > span:last-child {
  margin-bottom: 10px;
  font: 700 13px/22px Arial, Helvetica, sans-serif;
}

.page-category #subcategories {
  margin: 0;
  padding: 15px 0 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-category #subcategories .subcategory-heading {
  margin: 0 0 15px;
  color: #333;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
}

.page-category #subcategories .subcategories-list {
  display: grid;
  width: auto;
  margin: 0 0 0 13px;
  padding: 0;
  grid-template-columns: repeat(5, 145px);
  column-gap: 33px;
  row-gap: 13px;
}

.page-category #subcategories ul.subcategories-list > li {
  display: block;
  width: 145px !important;
  min-width: 145px !important;
  min-height: 225px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}

.page-category #subcategories .subcategory-image,
.page-category #subcategories .subcategory-image > a {
  display: block;
  width: 145px;
  height: 145px;
}

.page-category #subcategories .subcategory-image > a {
  width: 125px;
  height: 125px;
  padding: 0;
}

.page-category #subcategories .subcategory-image picture {
  display: block;
  width: 125px;
  height: 125px;
}

.page-category #subcategories .subcategory-image {
  padding: 9px;
  border: 1px solid #d6d6d6;
  background: #fff;
}

.page-category #subcategories .subcategory-image img {
  display: block;
  width: 125px !important;
  height: 125px !important;
  max-width: none;
  object-fit: cover;
}

.page-category #subcategories h5 {
  display: flex;
  width: 145px;
  min-height: 47px;
  margin: 14px 0 0;
  align-items: flex-start;
  justify-content: center;
}

.page-category #subcategories .subcategory-name {
  display: block !important;
  overflow: visible !important;
  white-space: normal !important;
  text-overflow: clip !important;
  word-break: normal;
  color: #444;
  font: 600 18px/22px "Open Sans", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.page-category #subcategories .cat_desc { display: none; }

.page-category.mc-category-has-subcategories #js-product-list-top,
.page-category.mc-category-has-subcategories #js-product-list {
  display: none !important;
}

.page-category #search_filters_brands,
.page-category #search_filters_wrapper { display: none !important; }

.page-category #left-column .block-categories .h6,
.page-category #left-column .card-header {
  border-top: 5px solid var(--mc-olive);
  border-radius: 0;
  background: #f4f4f4;
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.page-category #left-column .category-sub-menu li {
  border-bottom: 1px solid #ddd;
}

.page-category #left-column .category-sub-menu a {
  padding: 7px 12px;
  font-size: 13px;
}

.page-category #js-product-list-top {
  position: relative;
  min-height: 45px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ddd;
}

.page-category #js-product-list-top > .total-products { display: none; }
.page-category #js-product-list-top .showing { display: none !important; }
.page-category #js-product-list-top > .col-lg-7 {
  width: 580px;
  max-width: 580px;
  padding-right: 15px;
  padding-left: 0;
}
.page-category #js-product-list-top .sort-by-row {
  display: flex;
  margin: 0;
  align-items: flex-start;
}
.page-category #js-product-list-top .sort-by {
  width: auto;
  min-width: 28px;
  max-width: none;
  padding: 3px 6px 0 0;
  flex: 0 0 auto;
  color: #111;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
  margin: 0 !important;
}
.page-category #js-product-list-top .products-sort-order {
  width: 190px;
  max-width: 190px;
  padding: 0;
  flex: 0 0 190px;
}
.page-category #js-product-list-top .products-sort-order .select-title {
  height: 27px;
  padding: 3px 10px;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  color: #666;
  background: #fff;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.page-category .mc-page-size {
  display: flex;
  height: 27px;
  margin: 0 0 0 18px;
  color: #777;
  align-items: flex-start;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.page-category .mc-page-size strong {
  padding: 3px 7px 0 0;
  color: #333;
  font-weight: 700;
}

.page-category .mc-page-size select {
  width: 52px;
  height: 27px;
  padding: 2px 5px;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  background: #fff;
  color: #777;
  font: 400 12px/18px Arial, Helvetica, sans-serif;
}

.page-category .mc-page-size span { padding: 3px 0 0 12px; }

.page-category .mc-display-options {
  position: absolute;
  top: -4px;
  right: 0;
  display: flex;
  height: 36px;
  align-items: flex-start;
  color: #111;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
}
.page-category .mc-display-options strong { margin: 7px 9px 0 0; }
.page-category .mc-view-button {
  display: flex;
  min-width: 38px;
  margin: 0 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #e1e0e0;
  flex-direction: column;
  align-items: center;
  font: 400 11px/14px Arial, Helvetica, sans-serif;
  cursor: pointer;
}
.page-category .mc-view-button .material-icons {
  height: 24px;
  margin-bottom: -3px;
  color: inherit;
  font-size: 24px;
  line-height: 24px;
}
.page-category .mc-view-button.is-active { color: #333; }
.page-category #js-product-list .products.mc-products-list-view .js-product {
  width: 100% !important;
  max-width: 100%;
}

.page-category #js-product-list .products {
  margin: 0 -15px 9px;
}

.page-category #js-product-list .js-product {
  min-height: 413px;
  padding: 0 15px 20px;
  text-align: center;
}

.page-category .product-miniature .thumbnail-container {
  width: 270px;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: visible;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.page-category .product-miniature .thumbnail-top {
  width: 270px;
  max-width: 100%;
  height: 270px;
}

.page-category .product-miniature .product-thumbnail {
  display: block;
  width: 270px;
  max-width: 100%;
  height: 270px;
  padding: 9px;
  border: 1px solid #d6d4d4;
  box-sizing: border-box;
  background: #fff;
}

.page-category .product-miniature .product-thumbnail picture,
.page-category .product-miniature .product-thumbnail img {
  display: block;
  width: 250px !important;
  max-width: 100%;
  height: 250px !important;
  object-fit: contain;
}

.page-category .product-miniature .product-description {
  position: static;
  width: 270px;
  max-width: 100%;
  min-height: 97px;
  padding: 0;
  background: transparent;
}

.page-category .product-miniature .product-title {
  display: flex;
  width: 100%;
  min-height: 53px;
  margin: 9px 0 0;
  padding: 0 15px 7px;
  align-items: flex-start;
  justify-content: center;
}

.page-category .product-miniature .product-title a {
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
  color: #3a3939;
  font: 500 17px/23px Arial, Helvetica, sans-serif;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.page-category .product-miniature .product-price-and-shipping {
  padding-bottom: 9px;
  color: #333;
  font: 600 21px/26px "Open Sans", sans-serif;
  text-align: center;
}

.page-category .product-miniature .product-flags,
.page-category .product-miniature .wishlist-button-add,
.page-category .product-miniature .highlighted-informations {
  display: none !important;
}

.page-category .mc-historical-pagination {
  position: relative;
  display: block;
  width: 100%;
  min-height: 72px;
  margin: 0;
  padding: 12px 0;
  border: 0;
  color: #777;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
  text-align: center;
}

.page-category .mc-pagination-top { border-bottom: 0; }
.page-category .mc-pagination-bottom { border-top: 1px solid #d6d4d4; }

.page-category .mc-pagination-count {
  float: left;
  width: auto;
  padding: 11px 0 0;
  color: #777;
  text-align: left;
}

.page-category .mc-pagination-controls {
  display: flex;
  float: right;
  width: auto;
  padding: 0;
  align-items: flex-start;
}

.page-category .mc-page-list {
  display: flex;
  margin: 8px 0;
  padding: 0;
  background: transparent;
  list-style: none;
  align-items: center;
}

.page-category .mc-page-list li {
  display: block;
  margin: 0 1px 0 0;
  padding: 0;
}

.page-category .mc-page-list li > a,
.page-category .mc-page-list li > span {
  display: block;
  min-width: 27px;
  height: 27px;
  padding: 3px 8px;
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  background: url('/modules/mchome/views/img/ui/pagination-li.gif') repeat-x #fbfbfb;
  color: #777;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0 !important;
  text-align: center;
}

.page-category .mc-page-list li.current > span { background-color: #f6f6f6; color: #333; }

.page-category .mc-page-list .mc-page-previous,
.page-category .mc-page-list .mc-page-next {
  margin-right: 10px;
}

.page-category .mc-page-list .mc-page-next {
  margin-right: 0;
  margin-left: 10px;
}

.page-category .mc-page-list .mc-page-previous > a,
.page-category .mc-page-list .mc-page-previous > span,
.page-category .mc-page-list .mc-page-next > a,
.page-category .mc-page-list .mc-page-next > span {
  width: auto;
  padding: 4px 0;
  border: 0;
  background: none;
}

.page-category .mc-page-list .mc-page-previous > a::before,
.page-category .mc-page-list .mc-page-previous > span::before { content: "‹ "; }
.page-category .mc-page-list .mc-page-next > a::after,
.page-category .mc-page-list .mc-page-next > span::after { content: " ›"; }
.page-category .mc-page-list .disabled { color: #999; }

.page-category .mc-show-all {
  display: block;
  height: 26px;
  margin: 8px 0 8px 14px;
  padding: 3px 5px 4px;
  border: 1px solid;
  border-color: #ccc #c5c5c5 #b5b5b5;
  background: #fff;
  color: #333;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
  letter-spacing: 0 !important;
  white-space: nowrap;
}

.page-category #js-product-list .products.mc-products-list-view .thumbnail-container {
  display: grid;
  width: 100%;
  grid-template-columns: 270px minmax(0, 1fr);
  column-gap: 20px;
}

.page-category #js-product-list .products.mc-products-list-view .product-description {
  width: 100%;
  padding-top: 20px;
  text-align: left;
}

/* Mobile et tablette : identite conservee, navigation adaptee au toucher. */
@media (max-width: 991.98px) {
  body { min-width: 0; font-size: 13px; }
  #header .header-nav {
    min-height: 58px;
    max-height: none;
    border-bottom: 1px solid #ddd;
    background: #fff;
  }
  #header .header-nav .container,
  #header .header-nav .row { min-height: 58px; }
  #header .header-nav .mobile { height: 58px; background: #fff; }
  #header .header-nav .mobile .material-icons,
  #header .header-nav .mobile a,
  #header .header-nav .mobile .header { color: #333; }
  #header .header-nav #_mobile_logo { height: 58px; padding: 7px 0; }
  #header .header-nav #_mobile_logo h1 { margin: 0; }
  #header .header-nav #_mobile_logo .logo {
    width: auto;
    height: 44px;
    max-width: 155px;
    max-height: 44px;
  }
  #header .header-nav #menu-icon { height: 58px; padding-top: 16px; }
  #header .header-nav #_mobile_cart,
  #header .header-nav #_mobile_user_info { height: 58px; }
  #header .header-nav #_mobile_cart .blockcart {
    height: 58px;
    padding-top: 5px;
    background: #fff;
  }
  #header .header-nav #_mobile_user_info { display: none; }
  #header .header-top {
    height: 61px;
    padding: 10px 0;
    border-bottom: 3px solid var(--mc-olive);
  }
  #header .header-top > .container,
  #header .header-top > .container > .row { height: 40px; }
  #header .header-top > .container > .row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #header .header-top #search_widget {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    height: 40px;
    margin: 0;
  }
  #header #search_widget form,
  #header #search_widget input { height: 40px; }
  #header #search_widget form .material-icons.search {
    width: 45px;
    height: 40px;
    line-height: 40px;
  }
  #mobile_top_menu_wrapper {
    position: absolute;
    z-index: 1000;
    top: 58px;
    left: 0 !important;
    width: min(92vw, 350px) !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: calc(100vh - 58px);
    margin: 0 !important;
    padding: 0;
    overflow-y: auto;
    border: 0;
    background: #f7f7f7;
    box-shadow: 2px 5px 12px rgba(0,0,0,.28);
  }
  #mobile_top_menu_wrapper #_mobile_top_menu,
  #mobile_top_menu_wrapper .top-menu { height: auto !important; }
  #mobile_top_menu_wrapper .top-menu a,
  #mobile_top_menu_wrapper .top-menu a.dropdown-item {
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    color: #555;
    font: 700 14px/20px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  }
  #mobile_top_menu_wrapper .top-menu[data-depth="1"] a,
  #mobile_top_menu_wrapper .top-menu[data-depth="2"] a,
  #mobile_top_menu_wrapper .top-menu[data-depth="3"] a {
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 13px;
    font-weight: 400;
    text-transform: none;
  }
  #mobile_top_menu_wrapper .top-menu[data-depth="1"] a { padding-left: 28px; }
  #mobile_top_menu_wrapper .top-menu[data-depth="2"] a { padding-left: 42px; }
  #mobile_top_menu_wrapper .top-menu[data-depth="3"] a { padding-left: 56px; }
  #wrapper { padding-top: 10px; }
  .mc-home { margin-bottom: 1.5rem; }
  .mc-home__lead, .mc-home__grid { gap: 8px; }
  .mc-home__grid { margin-top: 8px; }
  .page-category .breadcrumb { margin-bottom: 10px; }
  .page-category .block-category {
    height: 190px;
    min-height: 190px;
  }
  .page-category .block-category > h1,
  .page-category .block-category > .h1 {
    top: 18px;
    left: 20px;
    font-size: 30px;
    line-height: 34px;
  }
  .page-category #category-description {
    top: 58px;
    right: 20px;
    left: 20px;
  }
  .page-category #subcategories .subcategories-list {
    margin-left: 0;
    grid-template-columns: repeat(3, 145px);
    justify-content: space-between;
  }
}

/* Palier tablette : bandeau historique compresse sans debordement. */
@media (min-width: 768px) and (max-width: 991.98px) {
  #header .header-nav {
    min-height: 38px;
    max-height: 38px;
    background: var(--mc-olive);
  }
  #header .header-nav .container,
  #header .header-nav .row { min-height: 38px; height: 38px; }
  #header .header-top {
    height: 182px;
    padding: 0 0 10px;
    border-bottom: 0;
  }
  #header .header-top > .container,
  #header .header-top > .container > .row { height: 172px; }
  #header .header-top > .container > .row {
    width: calc(100% + 30px) !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
  }
  #_desktop_logo {
    width: 240px;
    max-width: 240px;
    height: 90px;
    padding: 15px 15px 0;
  }
  #_desktop_logo .logo {
    width: 220px;
    max-height: 59px;
  }
  #header .header-top #search_widget {
    position: absolute;
    top: 30px;
    left: 240px;
    width: 240px !important;
    max-width: 240px !important;
    height: 40px;
  }
  #header .header-top #search_widget form,
  #header .header-top #search_widget input { height: 40px; }
  #header .header-nav #_desktop_cart {
    top: 68px;
    right: 15px;
    width: 180px;
    height: 40px;
  }
  #header .header-nav #_desktop_cart .blockcart,
  #header .header-nav #_desktop_cart .header { height: 40px; }
  #header .header-nav #_desktop_cart .header {
    padding: 9px 10px;
    font-size: 14px;
  }
  #_desktop_top_menu {
    top: 120px;
    left: 15px;
    width: calc(100% - 30px) !important;
  }
  #_desktop_top_menu > .top-menu[data-depth="0"] > li {
    min-width: 0;
    flex: 1 1 0;
  }
  #_desktop_top_menu > .top-menu[data-depth="0"] > li > a,
  #header .top-menu a[data-depth="0"] {
    display: flex;
    padding: 2px 4px;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    line-height: 13px;
    white-space: normal;
  }
  #_desktop_top_menu .popover.sub-menu {
    width: 260px !important;
    min-width: 260px;
  }
  #_desktop_top_menu > .top-menu[data-depth="0"] > li:nth-last-child(-n+3) .popover.sub-menu {
    right: 0 !important;
    left: auto !important;
  }
}

@media (max-width: 767.98px) {
  html body #header #mobile_top_menu_wrapper:not(.mc-mobile-menu-open) { display: none !important; }
  html body #header #mobile_top_menu_wrapper.mc-mobile-menu-open { display: block !important; }
  #wrapper > .container { padding-right: 8px; padding-left: 8px; }
  .page-category .breadcrumb {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .page-category .breadcrumb ol {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
  }
  .page-category #wrapper > .container > .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-category #left-column { display: none; }
  .page-category #content-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .page-category #js-product-list-top,
  .page-category #js-product-list .products {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .page-category #js-product-list-top > .col-lg-7 {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
  .page-category #js-product-list-top .total-products { display: none !important; }
  .page-category #js-product-list-top .sort-by { display: none; }
  .page-category #js-product-list-top .products-sort-order {
    width: 170px;
    max-width: 170px;
    flex: 0 0 170px;
  }
  .page-category .mc-page-size {
    width: 138px;
    margin-left: 8px;
  }
  .page-category .mc-page-size span { display: none; }
  .page-category .mc-display-options { display: none; }
  .page-category .mc-historical-pagination {
    min-height: 92px;
    padding: 9px 0;
  }
  .page-category .mc-pagination-count {
    float: none;
    width: 100%;
    padding: 0 0 7px;
  }
  .page-category .mc-pagination-controls {
    display: flex;
    float: none;
    width: 100%;
    justify-content: center;
  }
  .page-category .mc-page-list { margin: 4px 0; }
  .page-category .mc-page-list .mc-page-previous,
  .page-category .mc-page-list .mc-page-next {
    width: 20px;
    margin-right: 5px;
  }
  .page-category .mc-page-list .mc-page-next {
    margin-right: 0;
    margin-left: 5px;
  }
  .page-category .mc-page-list .mc-page-previous > a,
  .page-category .mc-page-list .mc-page-previous > span,
  .page-category .mc-page-list .mc-page-next > a,
  .page-category .mc-page-list .mc-page-next > span {
    width: 20px;
    min-width: 20px;
    overflow: hidden;
    font-size: 0;
  }
  .page-category .mc-page-list .mc-page-previous > a::before,
  .page-category .mc-page-list .mc-page-previous > span::before,
  .page-category .mc-page-list .mc-page-next > a::after,
  .page-category .mc-page-list .mc-page-next > span::after {
    font-size: 18px;
  }
  .page-category .mc-show-all { margin: 4px 0 4px 10px; }
  .page-category #js-product-list .js-product {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .mc-home__lead, .mc-home__grid { grid-template-columns: 1fr; }
  .mc-home__lead .mc-home__card img,
  .mc-home__card img { width: 100%; height: auto; aspect-ratio: auto; }
  .mc-home__card { width: 100%; }
  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature { width: 50%; }
  .page-category .block-category {
    height: 210px;
    min-height: 210px;
  }
  .page-category .mc-category-list-heading {
    height: auto;
    min-height: 49px;
    gap: 10px;
  }
  .page-category #subcategories .subcategories-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 12px;
    row-gap: 16px;
  }
  .page-category #subcategories .subcategories-list > li,
  .page-category #subcategories .subcategory-image,
  .page-category #subcategories .subcategory-image > a {
    width: 100%;
    max-width: 145px;
  }
  .page-category #subcategories .subcategories-list > li { justify-self: center; }
  .page-category .block-category > h1,
  .page-category .block-category > .h1 {
    top: 16px;
    left: 15px;
    font-size: 25px;
    line-height: 30px;
  }
  .page-category #category-description {
    top: 85px;
    right: 15px;
    left: 15px;
    max-height: 109px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
  }
  .page-category .block-category.mc-category-description-overflowing #category-description {
    max-height: 80px;
  }
  .page-category .mc-category-details {
    top: auto;
    bottom: 9px;
    left: 15px;
  }
  .page-category.mc-category-has-cover #category-description {
    top: 53px;
    max-height: 140px;
  }
  .page-category.mc-category-without-cover.mc-category-has-subcategories .block-category {
    height: 140px;
    min-height: 140px;
  }
  .page-category.mc-category-without-cover.mc-category-has-subcategories #category-description {
    top: 53px;
    max-height: 70px;
  }
}

@media (max-width: 420px) {
  #header .header-nav #_mobile_logo .logo { max-width: 140px; }
  #header .header-nav #_mobile_cart .cart-products-count { font-size: 0; }
  #products .product-miniature,
  .featured-products .product-miniature,
  .product-accessories .product-miniature { width: 100%; }
}

@media (min-width: 768px) {
  #header .header-top > .container > #mobile_top_menu_wrapper {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }
}

/* Finition commune du fil d'Ariane : aucun capuchon blanc ni soulignement. */
.page-category .breadcrumb,
.page-product .breadcrumb {
  padding: 0 0 0 11px !important;
  background: #eee !important;
}

.page-category .breadcrumb ol > li:last-child,
.page-product .breadcrumb ol > li:last-child {
  margin-right: 0 !important;
  padding-right: 11px !important;
}

.page-category .breadcrumb ol > li > a,
.page-product .breadcrumb ol > li > a,
.page-category .breadcrumb ol > li > span,
.page-product .breadcrumb ol > li > span {
  text-decoration: none !important;
}

.page-category .breadcrumb ol > li:has(+ li:last-child)::after,
.page-product .breadcrumb ol > li:has(+ li:last-child)::after {
  background: #eee !important;
}

.page-product .mc-product-gallery #content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

.page-product .product-information > .product-description p {
  margin: 0 !important;
  font: 400 12px/18px Arial, Helvetica, sans-serif !important;
}

.page-product .table-product-discounts td {
  padding: 16.5px 7px !important;
}

/* Fiche produit : même hiérarchie visuelle que la boutique historique. */
.page-product .mc-product-buybox {
  display: flex !important;
  padding: 0 !important;
  flex-direction: column;
  align-items: stretch;
  background: #f6f6f6 !important;
  box-shadow: none !important;
}

.page-product .mc-product-buybox > .product-prices {
  display: flex !important;
  min-height: 77px;
  margin: 0 !important;
  padding: 15px 17px !important;
  align-items: baseline;
  gap: 7px;
  border-bottom: 0 !important;
  background: #fff;
}

.page-product .mc-product-buybox .current-price,
.page-product .mc-product-buybox .current-price-value {
  margin: 0 !important;
  color: #333 !important;
  font: 600 28px/34px "Open Sans", Arial, sans-serif !important;
  white-space: nowrap;
}

.page-product .mc-product-buybox .tax-shipping-delivery-label {
  margin: 0 !important;
  color: #333 !important;
  font: 600 24px/30px "Open Sans", Arial, sans-serif !important;
  white-space: nowrap;
}

.page-product .mc-product-buybox > .control-label {
  margin: 0 !important;
  padding: 16px 17px 7px;
}

.page-product .mc-product-buybox > .qty {
  width: 72px !important;
  margin: 0 17px 10px !important;
}

.page-product .mc-product-buybox > .qty input,
.page-product .mc-product-buybox > .qty .bootstrap-touchspin {
  height: 31px !important;
  min-height: 31px !important;
}

.page-product .mc-product-buybox > .product-variants {
  margin: 0 !important;
  padding: 0 17px 14px;
}

.page-product .mc-product-buybox .product-variants > .product-variants-item {
  margin: 0 0 7px !important;
}

.page-product .mc-product-buybox .product-variants .control-label {
  margin: 0 0 4px !important;
  padding: 0 !important;
  font: 700 12px/16px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-buybox .product-variants select {
  width: 100% !important;
  height: 27px !important;
  min-height: 27px !important;
  padding: 2px 26px 2px 8px !important;
  border: 1px solid #d6d4d4 !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #555 !important;
  font: 400 11px/21px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-buybox .product-variants ul {
  margin: 0 !important;
}

.page-product .mc-product-buybox .product-variants li {
  display: block !important;
  float: none !important;
  min-height: 20px;
  margin: 0 !important;
  color: #777;
  font: 400 12px/20px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-buybox .product-variants .input-radio {
  position: static !important;
  width: 13px !important;
  height: 13px !important;
  margin: 0 6px 0 0 !important;
  opacity: 1 !important;
  vertical-align: -2px;
}

.page-product .mc-product-buybox .product-variants .radio-label {
  display: inline !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #777 !important;
  font: 400 12px/20px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-buybox > .add {
  width: auto !important;
  margin: 0 !important;
  padding: 12px 17px !important;
  border-top: 1px solid #e4e4e4;
  background: #eee;
}

.page-product .mc-product-buybox > .add .add-to-cart {
  min-height: 67px !important;
}

.page-product .mc-product-add-to-cart-empty {
  display: none !important;
}

.page-product .mc-product-long-description {
  margin: 0 0 17px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #555 !important;
  font: 400 12px/18px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-long-description p {
  margin: 0 0 10px !important;
  color: inherit !important;
  font: inherit !important;
}

.page-product .mc-product-long-description p:last-child {
  margin-bottom: 0 !important;
}

.page-product .product-container + .tabs {
  display: none !important;
}

.page-product .mc-hidden-viewed-products {
  display: none !important;
}

@media (max-width: 991.98px) {
  .page-product .mc-product-buybox {
    margin-top: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .page-product .mc-product-buybox > .product-prices {
    min-height: 0;
  }
}

/* Galerie produit compacte et encadrée, fidèle à la présentation historique. */
@media (min-width: 992px) {
  .page-product .product-container.mc-product-layout {
    grid-template-columns: 420px minmax(0, 370px) !important;
  }

  .page-product .mc-product-gallery #content,
  .page-product .mc-product-gallery .images-container {
    width: 420px !important;
    max-width: 420px !important;
  }
}

.page-product .mc-product-gallery .product-cover {
  padding: 5px !important;
  border: 1px solid #d6d4d4 !important;
  box-sizing: border-box;
  background: #fff !important;
}

.page-product .mc-product-gallery .product-cover img {
  width: 100% !important;
  height: auto !important;
}

.page-product .mc-product-gallery .js-qv-mask {
  margin-top: 9px !important;
}

.page-product .mc-product-gallery.mc-gallery-three-or-fewer .js-qv-mask {
  width: 100% !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.page-product .mc-product-gallery.mc-gallery-three-or-fewer .scroll-box-arrows {
  display: none !important;
}

.page-product .mc-product-gallery .product-images {
  display: flex !important;
  margin: 0 !important;
  padding: 0 0 0 35px !important;
  align-items: flex-start;
  gap: 8px;
}

.page-product .mc-product-gallery .product-images > li.thumb-container {
  width: 80px !important;
  height: 80px !important;
  margin: 0 !important;
}

.page-product .mc-product-gallery .product-images > li.thumb-container .thumb {
  width: 80px !important;
  height: 80px !important;
  padding: 3px !important;
  object-fit: contain;
  box-sizing: border-box;
  background: #fff;
}

/* Nouveau fil d'Ariane : chevrons simples, sans triangles superposés. */
.page-category .breadcrumb,
.page-product .breadcrumb {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-sizing: border-box;
  overflow-x: auto;
  overflow-y: hidden;
}

.page-category .breadcrumb ol,
.page-product .breadcrumb ol {
  display: inline-flex !important;
  width: max-content;
  min-width: 0;
  height: 28px !important;
  min-height: 28px;
  margin: 0 !important;
  padding: 0 !important;
  align-items: center;
  overflow: hidden !important;
  border: 1px solid #d6d4d4;
  border-radius: 3px;
  background: #fff;
  box-sizing: border-box;
}

.page-category .breadcrumb ol > li,
.page-product .breadcrumb ol > li {
  position: relative !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: max-content !important;
  flex: 0 0 auto !important;
  height: 27px !important;
  margin: 0 !important;
  padding: 0 9px !important;
  align-items: center;
  justify-content: flex-start;
  background: #fff !important;
  color: #333 !important;
  font: 600 12px/27px Arial, Helvetica, sans-serif !important;
  white-space: nowrap;
}

.page-category .breadcrumb ol > li:first-child,
.page-product .breadcrumb ol > li:first-child {
  width: 48px !important;
  min-width: 48px !important;
  flex: 0 0 48px !important;
  padding: 0 !important;
  justify-content: center;
  background: #fff !important;
}

.page-category .breadcrumb ol > li:last-child,
.page-product .breadcrumb ol > li:last-child {
  padding: 0 11px !important;
  background: #eee !important;
  color: #777 !important;
  font-weight: 400 !important;
}

.page-category .breadcrumb ol > li::before,
.page-product .breadcrumb ol > li::before {
  display: none !important;
  content: none !important;
}

.page-category .breadcrumb ol > li:not(:last-child)::after,
.page-product .breadcrumb ol > li:not(:last-child)::after {
  position: relative !important;
  z-index: 2;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 -5px 0 9px !important;
  padding: 0 5px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: #aaa !important;
  content: "›" !important;
  font: 400 18px/27px Arial, Helvetica, sans-serif !important;
  text-indent: 0 !important;
  transform: none !important;
}

/* Séparateurs réels : aucun chevauchement possible avec la zone active grise. */
.page-category .breadcrumb ol > li:not(:last-child)::after,
.page-product .breadcrumb ol > li:not(:last-child)::after {
  display: none !important;
  content: none !important;
}

.page-category .breadcrumb ol > li.mc-breadcrumb-separator,
.page-product .breadcrumb ol > li.mc-breadcrumb-separator {
  display: inline-flex !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 27px !important;
  padding: 0 !important;
  flex: 0 0 18px !important;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  color: #aaa !important;
  font: 400 18px/27px Arial, Helvetica, sans-serif !important;
}

.page-category .breadcrumb ol > li > a,
.page-product .breadcrumb ol > li > a,
.page-category .breadcrumb ol > li > span,
.page-product .breadcrumb ol > li > span {
  color: inherit !important;
  line-height: 27px !important;
  text-decoration: none !important;
}

@media (max-width: 767.98px) {
  .page-product .mc-product-gallery .product-images {
    padding-left: 28px !important;
  }
}

/* Miniatures : aucune découpe, cadre gris constant. */
.page-product .mc-product-gallery .js-qv-mask,
.page-product .mc-product-gallery.mc-gallery-three-or-fewer .js-qv-mask {
  height: 86px !important;
  min-height: 86px !important;
  max-height: none !important;
  padding: 2px 0 !important;
  overflow: visible !important;
}

.page-product .mc-product-gallery .product-images {
  height: 82px !important;
  min-height: 82px !important;
  overflow: visible !important;
}

.page-product .mc-product-gallery .product-images > li.thumb-container,
.page-product .mc-product-gallery .product-images > li.thumb-container .thumb {
  overflow: visible !important;
}

.page-product .mc-product-gallery .product-images > li.thumb-container {
  padding: 3px !important;
  overflow: hidden !important;
  border: 1px solid #d6d4d4 !important;
  box-sizing: border-box;
  background: #fff;
}

.page-product .mc-product-gallery .product-images > li.thumb-container .thumb {
  width: 72px !important;
  height: 72px !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  object-fit: contain !important;
}

.page-product .mc-product-gallery .product-images > li.thumb-container .thumb.selected,
.page-product .mc-product-gallery .product-images > li.thumb-container .thumb:hover {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

/* Galerie historique : quatre miniatures carrées, sans compression horizontale. */
.page-product .mc-product-gallery .js-qv-mask {
  width: 344px !important;
  max-width: 344px !important;
  margin: 9px auto 0 !important;
  overflow: hidden !important;
}

.page-product .mc-product-gallery .product-images {
  display: flex !important;
  width: max-content !important;
  min-width: max-content !important;
  height: 82px !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
}

.page-product .mc-product-gallery .product-images > li.thumb-container {
  width: 80px !important;
  min-width: 80px !important;
  max-width: 80px !important;
  height: 80px !important;
  flex: 0 0 80px !important;
}

.page-product .mc-product-gallery.mc-gallery-three-or-fewer .js-qv-mask {
  width: 100% !important;
  max-width: 100% !important;
}

.page-product .mc-product-gallery.mc-gallery-three-or-fewer .product-images {
  padding-left: 35px !important;
}

/* Une seule police dans l'intégralité de la description détaillée. */
.page-product .mc-product-long-description,
.page-product .mc-product-long-description * {
  color: #555 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
  font-style: normal !important;
  line-height: 18px !important;
  letter-spacing: 0 !important;
}

.page-product .mc-product-long-description strong,
.page-product .mc-product-long-description b {
  font-weight: 700 !important;
}

/* Fil d'Ariane : chevron toujours sur fond blanc, segment actif gris séparé. */
.page-category .breadcrumb ol,
.page-product .breadcrumb ol {
  height: 28px !important;
  min-height: 28px !important;
  overflow: hidden !important;
  border: 1px solid #d6d4d4 !important;
  border-radius: 3px !important;
  background: #fff !important;
}

.page-category .breadcrumb ol > li,
.page-product .breadcrumb ol > li,
.page-category .breadcrumb ol > li:last-child,
.page-product .breadcrumb ol > li:last-child {
  height: 27px !important;
  padding: 0 9px !important;
  background: #fff !important;
  color: #333 !important;
  font: 600 12px/27px Arial, Helvetica, sans-serif !important;
}

.page-category .breadcrumb ol > li:first-child,
.page-product .breadcrumb ol > li:first-child {
  width: 32px !important;
  padding: 0 !important;
}

.page-category .breadcrumb ol > li:last-child,
.page-product .breadcrumb ol > li:last-child {
  margin-left: 3px !important;
  padding: 0 11px !important;
  background: #eee !important;
  color: #777 !important;
  font-weight: 400 !important;
}

.page-category .breadcrumb ol > li:not(:last-child)::after,
.page-product .breadcrumb ol > li:not(:last-child)::after {
  margin: 0 0 0 9px !important;
  border: 0 !important;
  background: transparent !important;
  color: #aaa !important;
  content: "›" !important;
  font: 400 18px/27px Arial, Helvetica, sans-serif !important;
}

/* Bandeau unique des produits associés, quatre cartes visibles sur ordinateur. */
.page-product .mc-related-products-carousel {
  position: relative;
  width: 100%;
  margin: 42px 0 0 !important;
  padding: 0 14px 16px;
  border: 1px solid #d6d4d4;
  border-top: 4px solid #887d55;
  box-sizing: border-box;
  background: #fff;
}

.page-product .mc-related-products-carousel > h2 {
  min-height: 48px;
  margin: 0 -14px 14px !important;
  padding: 13px 112px 10px 18px !important;
  background: #f5f5f5;
  color: #333 !important;
  font: 600 18px/24px "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  text-transform: none !important;
}

.page-product .mc-related-controls {
  position: absolute;
  z-index: 3;
  top: 7px;
  right: 12px;
  display: flex;
  gap: 5px;
}

.page-product .mc-related-controls button {
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  color: #555;
  font: 400 25px/30px Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.page-product .mc-related-controls button:hover,
.page-product .mc-related-controls button:focus {
  border-color: #887d55;
  color: #887d55;
}

.page-product .mc-related-products-carousel > .products {
  display: flex !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  flex-wrap: nowrap !important;
  gap: 14px;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.page-product .mc-related-products-carousel > .products::-webkit-scrollbar {
  display: none;
}

.page-product .mc-related-products-carousel > .products > .product {
  width: calc((100% - 42px) / 4) !important;
  min-width: calc((100% - 42px) / 4) !important;
  max-width: calc((100% - 42px) / 4) !important;
  padding: 0 !important;
  flex: 0 0 calc((100% - 42px) / 4) !important;
  scroll-snap-align: start;
}

@media (max-width: 991.98px) {
  .page-product .mc-related-products-carousel > .products > .product {
    width: calc((100% - 14px) / 2) !important;
    min-width: calc((100% - 14px) / 2) !important;
    max-width: calc((100% - 14px) / 2) !important;
    flex-basis: calc((100% - 14px) / 2) !important;
  }
}

@media (max-width: 575.98px) {
  .page-product .mc-related-products-carousel > h2 {
    padding-right: 88px !important;
    font-size: 15px !important;
  }
  .page-product .mc-related-products-carousel > .products > .product {
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    flex-basis: 100% !important;
  }
}

body.page-product section.featured-products[data-type="viewedproduct"] {
  display: none !important;
}

.page-product .mc-related-products-carousel {
  padding-bottom: 8px !important;
}

.page-product .mc-related-products-carousel .product-miniature,
.page-product .mc-related-products-carousel .thumbnail-container,
.page-product .mc-related-products-carousel .thumbnail-top {
  height: auto !important;
  min-height: 0 !important;
  margin-bottom: 0 !important;
}

.page-product .mc-related-products-carousel .product-description {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  min-height: 58px !important;
  padding: 9px 7px 5px !important;
  box-sizing: border-box;
}

.page-product .mc-related-products-carousel .product-title {
  margin: 0 0 5px !important;
}

.page-product .mc-related-products-carousel .product-price-and-shipping {
  margin: 0 !important;
  padding: 0 !important;
}

/* Prix remisé : ancien prix et prix courant en haut, économie sur une ligne dédiée. */
.page-product .mc-product-buybox > .product-prices:has(.product-price.has-discount) {
  position: relative;
  min-height: 112px !important;
  padding: 14px 17px 48px !important;
  flex-wrap: nowrap !important;
  align-items: baseline !important;
  gap: 8px !important;
  box-sizing: border-box;
}

.page-product .mc-product-buybox .product-discount {
  flex: 0 0 auto;
  margin: 0 !important;
  padding: 0 !important;
}

.page-product .mc-product-buybox .regular-price {
  color: #777 !important;
  font: 400 12px/20px Arial, Helvetica, sans-serif !important;
  white-space: nowrap;
}

.page-product .mc-product-buybox .product-price.has-discount {
  flex: 0 0 auto;
  margin: 0 !important;
}

.page-product .mc-product-buybox .product-price.has-discount .current-price {
  display: block !important;
  margin: 0 !important;
}

.page-product .mc-product-buybox .product-price.has-discount .discount-percentage {
  position: absolute !important;
  right: 17px !important;
  bottom: 11px !important;
  left: 17px !important;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 7px 8px !important;
  border: 0 !important;
  background: #f39a72 !important;
  color: #fff !important;
  font: 700 13px/18px "Open Sans", Arial, sans-serif !important;
  text-align: center;
  white-space: nowrap;
}

.page-product .mc-product-total {
  display: flex;
  min-height: 43px;
  padding: 9px 17px;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  background: #fff;
  color: #333;
}

.page-product .mc-product-total[hidden] {
  display: none !important;
}

.page-product .mc-product-total-label {
  font: 700 12px/18px Arial, Helvetica, sans-serif;
  white-space: nowrap;
}

.page-product .mc-product-total-value {
  font: 700 17px/22px "Open Sans", Arial, sans-serif;
  text-align: right;
  white-space: nowrap;
}

/* Tableau de remises unique et identique sur toutes les fiches concernées. */
.page-product .mc-product-details .mc-kept-discount-block {
  width: 100% !important;
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.page-product .mc-product-details .mc-kept-discount-block .product-discounts-title {
  margin: 0 0 9px !important;
  color: #333 !important;
  font: 700 14px/20px Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
}

.page-product .mc-product-details .mc-kept-discount-table {
  width: 100% !important;
  margin: 0 !important;
  border: 1px solid #d6d4d4 !important;
  border-collapse: collapse !important;
  table-layout: fixed !important;
  background: #fff !important;
  color: #555 !important;
  font: 400 12px/18px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-details .mc-kept-discount-table th,
.page-product .mc-product-details .mc-kept-discount-table td {
  width: 33.333% !important;
  border-right: 0 !important;
  border-left: 0 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

/* Pages d'information historiques : magasins, promotions, nouveautés et contact. */
body#stores #wrapper,
body#prices-drop #wrapper,
body#new-products #wrapper,
body#contact #wrapper {
  background: #fff;
}

body#stores .page-header h1,
body#prices-drop #js-product-list-header,
body#new-products #js-product-list-header,
body#contact .mc-contact-page-title,
body#contact .mc-legacy-contact-form > form > header h2 {
  margin: 0 0 26px;
  padding: 0 0 16px;
  border-bottom: 1px solid #d6d4d4;
  color: #333;
  font: 600 18px/22px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

body#contact .mc-contact-page-title {
  margin-bottom: 24px;
}

body#contact .mc-legacy-contact-form > form > header h2 {
  font-size: 16px;
}

body#prices-drop .mc-legacy-empty-list,
body#new-products .mc-legacy-empty-list {
  min-height: 105px;
  padding: 0;
  color: #555;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

body#prices-drop .mc-legacy-empty-list p,
body#new-products .mc-legacy-empty-list p {
  margin: 0;
}

.mc-legacy-stores {
  padding: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

.mc-stores-intro {
  margin: 0 0 20px;
  color: #555;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

.mc-stores-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.mc-stores-table {
  width: 100%;
  border: 1px solid #d6d4d4;
  border-collapse: collapse;
  table-layout: fixed;
  color: #777;
  font: 400 12px/17px Arial, Helvetica, sans-serif;
}

.mc-stores-table th,
.mc-stores-table td {
  padding: 10px 12px;
  border: 1px solid #d6d4d4;
  text-align: left;
  vertical-align: middle;
}

.mc-stores-table th {
  background: #f5f5f5;
  color: #555;
  font-weight: 700;
}

.mc-stores-table th:nth-child(1) { width: 17%; }
.mc-stores-table th:nth-child(2) { width: 15%; }
.mc-stores-table th:nth-child(3) { width: 27%; }
.mc-stores-table th:nth-child(4) { width: 41%; }

.mc-store-picture img {
  display: block;
  width: 100%;
  max-width: 170px;
  height: auto;
}

.mc-store-address address {
  margin: 0;
  color: inherit;
  font-style: normal;
  line-height: 18px;
}

.mc-store-hours {
  margin: 0;
}

.mc-store-hours > div {
  display: flex;
  margin: 0 0 6px;
  gap: 8px;
}

.mc-store-hours > div:last-child { margin-bottom: 0; }
.mc-store-hours dt { min-width: 70px; color: #555; font-weight: 700; }
.mc-store-hours dd { margin: 0; }

body#contact .mc-legacy-contact-form {
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}

body#contact .mc-legacy-contact-form .form-fields {
  max-width: 680px;
}

body#contact .mc-legacy-contact-form label {
  display: grid;
  margin: 0 0 14px;
  align-items: center;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 15px;
  color: #555;
  font: 600 13px/18px Arial, Helvetica, sans-serif;
}

body#contact .mc-legacy-contact-form input,
body#contact .mc-legacy-contact-form select,
body#contact .mc-legacy-contact-form textarea {
  width: 100%;
  min-height: 36px;
  padding: 7px 10px;
  border: 1px solid #d6d4d4;
  border-radius: 0;
  background: #fff;
  color: #555;
  font: 400 13px/18px Arial, Helvetica, sans-serif;
}

body#contact .mc-legacy-contact-form textarea { min-height: 145px; resize: vertical; }
body#contact .mc-legacy-contact-form .form-footer { max-width: 680px; text-align: right; }
body#contact .mc-legacy-contact-form button[type="submit"] {
  padding: 8px 15px;
  border: 1px solid #222;
  background: #333;
  color: #fff;
  font: 700 13px/18px Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .mc-stores-table,
  .mc-stores-table tbody,
  .mc-stores-table tr,
  .mc-stores-table td {
    display: block;
    width: 100%;
  }

  .mc-stores-table thead { display: none; }
  .mc-stores-table td {
    position: relative;
    min-height: 44px;
    padding: 34px 14px 13px;
    border-width: 0 0 1px;
  }

  .mc-stores-table td::before {
    position: absolute;
    top: 9px;
    left: 14px;
    color: #333;
    content: attr(data-title);
    font-weight: 700;
  }

  .mc-store-picture img { max-width: 230px; }
  .mc-store-hours > div { align-items: flex-start; flex-direction: column; gap: 1px; }

  body#contact .mc-legacy-contact-form label {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 6px;
  }
}

/* Miniatures des produits dans le détail d'une commande client. */
.page-order-detail .maison-order-product-cell {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 260px;
}

.page-order-detail .maison-order-product-thumb {
  display: flex;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e2e0da;
  background: #fff;
}

.page-order-detail .maison-order-product-thumb img {
  display: block;
  max-width: 68px;
  max-height: 68px;
  object-fit: contain;
}

.page-order-detail .maison-order-product-copy {
  min-width: 0;
}

.maison-invoice-choice { margin: 24px 0; padding: 22px 24px; border: 1px solid #d8d5cd; background: #fbfaf8; }
.maison-invoice-choice h2 { margin: 0 0 16px; color: #333; font-size: 20px; text-transform: none; }
.maison-invoice-option { display: flex; margin: 9px 0; align-items: center; gap: 10px; font-weight: 600; cursor: pointer; }
.maison-invoice-option input { width: 18px; height: 18px; margin: 0; }
.maison-invoice-address-note { margin: 13px 0 0; color: #666; font-size: 13px; }
.maison-invoice-workspace { margin-top: 20px; padding-top: 18px; border-top: 1px solid #ddd8cc; }
.maison-invoice-toolbar { display: flex; margin-bottom: 14px; align-items: center; justify-content: space-between; gap: 15px; }
.maison-invoice-toolbar p { margin: 0; }
.maison-invoice-groups { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.maison-invoice-group { min-width: 0; border: 1px solid #c9c4b8; background: #fff; }
.maison-invoice-group-header { display: flex; padding: 9px; align-items: center; gap: 8px; background: #7f7452; }
.maison-invoice-group-header input { min-width: 0; width: 100%; height: 36px; padding: 6px 9px; border: 0; font-weight: 700; }
.maison-remove-invoice { width: 34px; height: 34px; padding: 0; border: 0; background: transparent; color: #fff; font-size: 25px; line-height: 1; cursor: pointer; }
.maison-invoice-dropzone { min-height: 116px; padding: 10px; transition: background .15s,border-color .15s; }
.maison-invoice-dropzone.is-over { background: #f3f0e8; box-shadow: inset 0 0 0 2px #7f7452; }
.maison-invoice-product { display: flex; margin-bottom: 8px; padding: 8px; align-items: center; gap: 10px; border: 1px solid #e2e0da; background: #fff; cursor: grab; }
.maison-invoice-product:last-child { margin-bottom: 0; }
.maison-invoice-product.is-dragging { opacity: .45; }
.maison-invoice-product img { width: 46px; height: 46px; object-fit: contain; }
.maison-invoice-product span { display: flex; min-width: 0; flex-direction: column; }
.maison-invoice-product strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.maison-invoice-product small { color: #777; }
@media (max-width: 767px) { .maison-invoice-groups { grid-template-columns: 1fr; } .maison-invoice-toolbar { align-items: stretch; flex-direction: column; } }

@media (max-width: 767px) {
  .page-order-detail .maison-order-product-cell {
    min-width: 0;
  }

  .page-order-detail .maison-order-product-thumb {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
  }

  .page-order-detail .maison-order-product-thumb img {
    max-width: 54px;
    max-height: 54px;
  }
}

.page-product .mc-product-details .mc-kept-discount-table th {
  height: 38px !important;
  padding: 7px !important;
  border-bottom: 1px solid #d6d4d4 !important;
  background: #f1f1f1 !important;
  color: #333 !important;
  font: 700 12px/18px Arial, Helvetica, sans-serif !important;
}

.page-product .mc-product-details .mc-kept-discount-table td {
  height: 51px !important;
  padding: 10px 7px !important;
  border-top: 1px solid #e5e5e5 !important;
  background: #fff !important;
  box-sizing: border-box;
}
