:root {
  --primary-color: #002945;
  --secondary-color: #d62323;
  --tertiary-color: #f3f3f3;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Assistant/Assistant-VariableFont_wght.ttf") format('truetype');
}
@font-face {
  font-family: 'Crimson Pro';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Crimson_Pro/CrimsonPro-VariableFont_wght.ttf") format('truetype');
}
@font-face {
  font-family: "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  src: url();
}
.h1, .h2, .h3, .h4, body, p, .product-prices .tax-shipping-delivery-label{
  color: #002945;
}

/* #region Global */
.carousel .carousel-control .icon-next:hover i, #products .all-product-link, .featured-products .all-product-link, .product-accessories .all-product-link, .carousel .carousel-control .icon-prev:hover i,
 .product-miniature .highlighted-informations .quick-view:hover, .dropdown:hover .expand-more, .page-my-account #content .links a:hover i, .search-widget form button[type=submit] .search:hover, .top-menu .sub-menu a:hover, 
 .account-list a:hover, .block_newsletter form button[type=submit] .search:hover, .footer-container li a:hover, .tabs .nav-tabs .nav-link.active, 
 #subcategories ul li .subcategory-name:hover, .block-categories .arrows .arrow-down:hover, .block-categories .arrows .arrow-right:hover, 
 .block-categories .collapse-icons .add:hover, .block-categories .collapse-icons .remove:hover, .cart-grid-body a.label:hover,
 #blockcart-modal .product-name {
  color: var(--primary-color);
}
.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover
{
    border-bottom: var(--primary-color) 3px solid;
}
#subcategories ul li:hover .subcategory-image a {
    padding: 0px;
    border: 2px solid var(--primary-color);
}

.has-discount .discount{
  background-color: var(--secondary-color);
}
#product-modal .modal-content .modal-body .product-images img:hover,
.product-images>li.thumb-container .thumb.selected, .product-images>li.thumb-container .thumb:hover {
  border: var(--primary-color) 2px solid;
}
/* Keep product image modal above backdrop in all cases. */
body #product-modal {
  z-index: 1055 !important;
}
body .modal-backdrop {
  /* z-index: 1050 !important; */
}
.brands-sort .select-list:hover, .products-sort-order .select-list:hover, .suppliers-sort .select-list:hover{
  background-color: var(--primary-color);
}
.product-customization .product-message:focus,
.form-control:focus{
  border-color: var(--primary-color);
  outline: .1875rem solid var(--primary-color);
}
.page-my-account #content .links a i,
.has-discount .page-content.page-cms ul, .has-discount p, .has-discount.product-price, .page-content.page-cms .has-discount ul{
  color: var(--secondary-color);
}
#header,
#header * {
  background-color: var(--primary-color) !important;
  color: white !important;
}
a:active, a:focus, a.selected {
  outline: none;
  box-shadow: none;
}
#header .header-nav {
  border: unset;
}
*, body{
  text-decoration: none;
  font-family: 'Assistant', "Noto Color Emoji", "Segoe UI Emoji", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant', "Noto Color Emoji", "Segoe UI Emoji", sans-serif;
}
#header {
  background-color: var(--primary-color);
  color: white;
  padding: 10px 0;
}
.top-menu a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease-in-out;
}
.top-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
}
.category-block h2{
  position: relative;
}
.category-block h2::after{
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: all 0.3s ease-in-out;
}
.category-block a:hover h2::after,
  .top-menu a:hover::after {
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
}

.top-menu a:hover {
  color: var(--secondary-color); /* Adapte selon ton design */
}

#header a {
  color: white;
  font-weight: 400;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}
#category .block-category-inner img{
  width: 100%;
  height: auto;
}
#content{
  background-color: #fffffb;
    border-radius: 1%;
    padding: 0 12px;
}
.product-miniature .highlighted-informations{
  padding: 0;
}
.product-miniature .thumbnail-container:focus .highlighted-informations, .product-miniature .thumbnail-container:hover .highlighted-informations {
    top: calc(100% - 2.4rem);
}
/* #endregion */

/* #region All pages */
#header .container {
  width: 95%;
  padding: unset;
}
#wrapper .breadcrumb{
  position: absolute;
  left: 5px;
}
.custom-radio input[type=radio]:checked+span{
  background-color: var(--primary-color);
}
.btn-primary, .btn-primary:hover{
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover,
.btn-primary:hover{
  background-color: rgb(4, 102, 167);
  border-color: rgb(4, 102, 167);
}
.product-miniature .product-title a,
.product-price, a{
  color: var(--primary-color);
}
#header .top-menu a[data-depth="0"]:hover, a:hover{
  color: rgb(4, 102, 167);
}
body#checkout section.checkout-step .address-item,
body#checkout section.checkout-step .address-item.selected,
body #content .content .address-item{
  border: #002945 3px solid;
}
@media screen and (min-width: 680px) {
  #stages_info,
  #_desktop_cart,
  #_desktop_user_info {
    display: inline-block;
    float: right;
    margin-bottom: 0;
    align-content: center;
    padding: 10px 4px 10px 5px;
    height: 60px;
    text-transform: uppercase;
  }
}

#stages_info {
  font-weight: 600;
  float: left;
}

.header-top #search_widget {
  padding: 10px 4px 10px 5px;
}

#header {
  padding: 0;
}

#header .header-top {
  padding: 0;
}

#header .header-top .menu {
  margin-top: 10px;
}
.dotted {
  border: none;
  width: 80%; /* Largeur de la ligne */
  margin: 25px auto; /* Espacement autour de la ligne */
  height: 1px; /* Hauteur de la ligne */
  background: repeating-linear-gradient(to right, var(--secondary-color), var(--secondary-color) 5px, transparent 5px, transparent 10px);
}
.litl{
  width: 60%;
}
.sectionFlex {
  display: flex;
}

.product-miniature .thumbnail-container{
  border: solid 1px var(--primary-color);
  transition: border-radius .3s ease, border-color .3s ease;
  border-radius: 10%;
}

.product-miniature .thumbnail-container:hover{
  border-radius: 15%;
}

.svg-blue svg { stroke: var(--primary-color); }
.svg-red svg { stroke: var(--secondary-color); }
.svg-white svg { stroke: rgba(255, 255, 255, 0.5); }
/* Drapeau devant "Fabrication française" */
.value.is-fr::before{
  content:"";
  width:16px;
  height:12px;
  display:inline-block;
  margin-right:6px;
  vertical-align:-2px;
  background: url("https://flagcdn.com/fr.svg") no-repeat center/contain;
}
.value.is-it::before{
  content:"";
  width:16px;
  height:12px;
  display:inline-block;
  margin-right:6px;
  vertical-align:-2px;
  background: url("https://flagcdn.com/it.svg") no-repeat center/contain;
}
.value.is-eu::before{
  content:"";
  width:16px;
  height:12px;
  display:inline-block;
  margin-right:6px;
  vertical-align:-2px;
  background: url("https://flagcdn.com/eu.svg") no-repeat center/contain;
}
.value.is-maro::before{
  content:"";
  width:16px;
  height:12px;
  display:inline-block;
  margin-right:6px;
  vertical-align:-2px;
  background: url("/img/logo.png") no-repeat center/contain;
}
.footer-container .block-contact{
  width: 50%;
  text-align: center;
}
.footer-container .links .wrapper{
  float: unset;
  margin: auto;
  text-align: center;
  /* width: 50%; */
}
#main,
#footer{
  background-color: #fffffb;
}

/* #endregion */

/* #region Page Index */
.container {
  /* width: unset;
  padding: unset; */
}

#index #content-wrapper {
  padding: 0;
}

#index #wrapper {
  padding-top: 0;
}

#index .row {
  margin: 0;
}



#index #homeCat {
  display: flex;
}

#homeCat {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.category-block {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  width: 250px;
  text-align: center;
  cursor: pointer;
}

.category-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.category-block-inner {
  padding: 20px;
}

.category-block img {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #eee;
}

.category-block h2 {
  font-size: 1.25em;
  margin: 15px 0;
  color: #333;
  display: inline-block;
  font-weight: 400;
}

/* Couleurs de fond spécifiques pour chaque bloc */
.category-block:hover{
  background-color: rgb(0 41 69 / 57%);
}
.category-block:hover h2 {
  color: #fff;
}

#wrapper {
  position: relative;
  padding-top: 0;
  background-color: #00294505;
}
#decoBlock {
  position: fixed;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 860px) {
  #decoBlock {
    display: none;
  }
}

#header,
#main,
#footer,
#newloader,
#wrapper .container,
#wrapper #content {
  position: relative;
  z-index: 3;
}

/* Bootstrap appends .modal-backdrop to body.
   Remove parent stacking contexts while a modal is open so product modal stays clickable. */
body.modal-open #main,
body.modal-open #wrapper .container,
body.modal-open #wrapper #content {
  z-index: auto !important;
}

#ppe{
  height: 30vh;
  position: fixed;
  right: 0;
  top: 20vh;
  opacity: 0.4;
}
#ppe rect{
  /* fill: #002945; */
}
#decoBlock svg {
  position: absolute;
  z-index: 1;
}

#lp, #hamr, #pince, #troueur, #lpc, #ppe{
  opacity: 0.4;
}


#index .featured-products[data-type="newproducts"],
#index .banner,
#index #custom-text {
  display: none;
}
@media (width >=420px) {
  .banner>img {
    width: 40vw;
  }
}

@media (width >=648px) {
  .banner {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
  }

  .banner>img {
    width: 10vw;
    left: 100px;
  }
}

/* #endregion */

/* #region Page Category */
.pagination .current a {
  color: var(--primary-color)  ;
}
.pagination .page-list{
  background-color: unset;
}
.product-thumbnail img{
  margin-bottom: 4px!important;
}
.block-category{
  min-height: 7.75rem;
}
@media screen and (min-width: 680px) {
  
  #js-product-list-top{
    display: none;
  }
}
/* #endregion */

/* #region Page produit */
#product .product-cover img,
#product .product-cover .layer,
#product .product-information .add-to-cart{
  border-radius: 6%;
}
#product .product-actions .radio-label {
  border-radius: 10%;
}

/* Swatches couleur en rond */
.input-color + .color {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid transparent;
  outline: 2px solid transparent;
  transition: outline-color 0.2s ease, transform 0.2s ease;
  cursor: pointer;
}

.input-color + .color:hover {
  transform: scale(1.15);
  outline-color: rgba(0, 41, 69, 0.4);
  outline-offset: 2px;
}

.input-color:checked + .color {
  border: none !important;
  outline-color: var(--primary-color);
  outline-offset: 3px;
  transform: scale(1.1);
}
#product .product-description{
  letter-spacing: 0.2px;
}
.current-price-value{
  font-size: x-large;
  font-weight: 600;
  color: var(--primary-color);
}
#product .product-container h1{
  color: var(--primary-color);
  font-size: 24px;
  font-weight: 400;
}
#product .product-container{
  padding-top: 2rem;
}

/* Stage product pages render .wrapper_stage inside product container. */
#product .product-container:has(.wrapper_stage) {
  padding-top: 0;
}
.product-information .product-description p{
  background: unset!important;
}
.product-prices .tax-shipping-delivery-label{
  display: inline;
  font-size: large;
  margin-left: 0.3rem;
  font-weight: 600;
}
.tabs{
  background-color: #fffffb;
  position: relative;
  z-index: 5;
  min-height: 265px;
}
.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover{
  background-color: unset;
}
.delivery-information{
  color: var(--primary-color);
  font-weight: 600;
  margin-left: 1rem;

}
.tabs .tab-pane {
  /* padding-top: 2rem; */
}
.tabs .nav-tabs{
  border-bottom: unset;
}
.tabs .nav-tabs li:first-child{
  margin-right: 7.5%;
}
.nav-tabs .nav-link{
  padding: 0.5rem 1.5rem;
}

.tab-content .product-description p{
  /* background: unset!important; */
  /* color: white!important; */
  font-size: 1rem;
}
.data-sheet{
  justify-content: center;
  align-items: center!important;
}
.product-features{
  margin-top: 2rem;
}
.product-features .h6{
  text-align: center;
  font-size: 1.5rem;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name{
  text-transform: unset;
}

/* Style pour les aides des caractéristiques produit */
.feature-help {
  text-decoration: none !important;
  border: none !important;
  background: var(--primary-color) !important;
  color: white !important;
  font-size: 11px;
  font-weight: bold;
  opacity: 0.8;
  cursor: help;
  transition: opacity 0.2s ease;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
}

.feature-help:hover {
  opacity: 1;
}

/* Guide des tailles ceinture (produit 79) */
.size-guide-trigger-wrap {
  display: block;
  clear: both;
  margin-top: 0.95rem;
}

.size-guide-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0;
  padding: 0.5rem 1rem;
  border: 1px solid var(--primary-color);
  border-radius: 999px;
  color: #fff;
  background: var(--primary-color);
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.size-guide-trigger:hover,
.size-guide-trigger:focus {
  color: #fff;
  text-decoration: none;
  border-color: var(--primary-color);
  background: #0a3c5a;
  box-shadow: 0 4px 12px rgba(0, 41, 69, 0.2);
}

#belt-size-guide-modal .modal-content {
  border: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.25);
}

#belt-size-guide-modal .modal-header {
  border-bottom: 0;
  padding: 1.1rem 1.25rem;
  background: linear-gradient(120deg, #002945 0%, #15496b 100%);
  color: #fff;
}

#belt-size-guide-modal .modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#belt-size-guide-modal .close {
  color: #fff;
  opacity: 0.95;
  text-shadow: none;
}

#belt-size-guide-modal .modal-body {
  padding: 1.15rem 1.25rem 1.3rem;
  background: #fffdf9;
}

#belt-size-guide-modal .size-guide-lead {
  margin-bottom: 0.9rem;
  color: #2b2b2b;
}

#belt-size-guide-modal .size-guide-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

#belt-size-guide-modal .size-guide-steps li {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 0.65rem;
  color: #2d2d2d;
}

#belt-size-guide-modal .size-guide-step-index {
  flex: 0 0 1.55rem;
  width: 1.55rem;
  height: 1.55rem;
  border-radius: 50%;
  background: #b91212;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}

#belt-size-guide-modal .size-guide-note {
  margin-top: 0.95rem;
  margin-bottom: 0;
  font-size: 0.92rem;
  color: #3b3b3b;
  border-left: 3px solid #cdb493;
  padding-left: 0.65rem;
}

@media (max-width: 576px) {
  #belt-size-guide-modal .modal-body {
    padding: 1rem;
  }

  .size-guide-trigger {
    width: 100%;
    justify-content: center;
  }
}

/* #endregion */

/* #region Loader */
.waves>use {
  animation: move-forever 2s -1s linear infinite;
  animation-direction: reverse;
}

.waves>use:nth-child(2) {
  animation-delay: -2s;
  animation-duration: 6s;
}

.waves>use:nth-child(3) {
  /* animation-delay: 1.5s; */
  animation-duration: 3s;
}

@keyframes move-forever {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

#newloader svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  max-height: 200px;
}

#newloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8080809c;
  z-index: 1000;
}

#newcircle {
  width: 11%;
  height: 23%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10rem;
  overflow: hidden;
  border: solid 1px #f3f3f3;
  background: #aeadc5;
}

#hublo {
  position: fixed;
  width: 13%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
#boatMaro {
  width: 45%;
  margin: auto;
  position: absolute;
  left: 25%;
  top: 18%;
  transform: translateY(78%);
  animation: boatAnimation 3s -2.55s linear infinite;
}

@media (max-width: 680px) {
  #newcircle {
    width: 52vw;
    height: 52vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #hublo {
    width: 60vw;
  }

  #boatMaro {
    width: 44%;
    left: 26%;
  }

  #newloader svg {
    height: 50%;
    max-height: none;
  }
}

@keyframes boatAnimation {
  0% {
    transform: translateY(92%) rotateZ(0deg);
  }

  25% {
    transform: translateY(42%) rotateZ(-34deg);
  }

  45% {
    transform: translateY(2%) rotateZ(-32deg);
  }

  50% {
    transform: translateY(-10%) rotateZ(0deg);
  }

  55% {
    transform: translateY(2%) rotateZ(32deg);
  }

  75% {
    transform: translateY(42%) rotateZ(34deg);
  }

  100% {
    transform: translateY(92%) rotateZ(0deg);
  }
}
.category-name-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.75rem;
  font-weight: bold;
  z-index: 2;
  color: var(--primary-color);
  text-transform: uppercase;
  white-space: nowrap;
}


@media (max-width: 680px) {
  #category .block-category.card.card-block {
    background-image: none !important;
    min-height: 0;
    padding: 10px 12px;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }
  #category .block-category.card.card-block {
      position: relative;
  }
  #category .block-category-inner img {
    display: none;
  }

  #category .category-name-overlay {
    position: static;
    transform: none;
    font-size: 1.4rem;
    text-align: center;
    display: block;
    padding: 0;
  }

}
/* .category-name-overlay::after {
  content: "";
  display: block;
  width: 70%;
  margin: -15px auto;
  height: 3px;
  background: repeating-linear-gradient(to right, var(--primary-color), var(--primary-color) 15px,transparent 10px, transparent 20px);
  margin-top: 27px;

} */
/* #endregion */


/* =========================
   TIMELINE (scope)
   ========================= */


/* #region Pages CMS */

/* CMS ID 4 Page "A propos"  */
  .cms-id-4{
  img{
    margin: auto;
  }
  #about-timeline.mw-timeline{
    --text:#0f172a;
    --line:rgba(15,23,42,.18);
    --accent:rgba(15,23,42,.92);
    --card:#fff;
    --radius:18px;
    --shadow:0 12px 35px rgba(15,23,42,.10);

    --dot:14px;
    --dot-ring:2px;
  }

  /* Container */
  #about-timeline.mw-timeline{
    border-radius: calc(var(--radius) + 6px);
    overflow: clip;
  }

  #about-timeline .mw-line,
  #about-timeline .mw-dots{
    background: rgba(255,255,255,.92);
  }

  #about-timeline{
    /* pour que sticky marche bien */
    position: relative;
  }

  #about-timeline .mw-bar-top{
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 14px 16px 10px;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15,23,42,.08);
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  #about-timeline .mw-title{
    font-weight: 700;
    font-size: 14px;
    letter-spacing: .2px;
    color: rgba(15,23,42,.82);
  }

  #about-timeline .mw-pill{
    font-size: 12px;
    color: var(--primary-color);
    border: 1px solid rgba(15,23,42,.14);
    padding: 6px 10px;
    border-radius: 999px;
    background: #fff;
    white-space: nowrap;
  }

  /* Line */
  #about-timeline .mw-line{
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 10px 16px 0;
    backdrop-filter: blur(10px);
  }
  #about-timeline .mw-line::before{
    content:"";
    display:block;
    height:2px;
    background: var(--line);
    border-radius: 999px;
  }
  #about-timeline .mw-progress{
    position: absolute;
    left: 16px;
    right: 16px;
    top: 10px;
    height: 2px;
    width: 0%;
    background: var(--accent);
    border-radius: 999px;
    transform-origin: left center;
  }

  /* Dots container */
  #about-timeline .mw-dots{
    position: sticky;
    top: 44px;
    z-index: 50;
    padding: 12px 24px 14px;
    height: 56px;
    overflow: visible;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(15,23,42,.08);
    width: 100%;
      margin: auto;
  }

  /* Each dot */
  #about-timeline .mw-dot{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 2;
  }
  /* exception pour la premiere */
  #about-timeline .mw-dot {
      transform: translate(-34%, -50%);
  }
  #about-timeline .mw-dot button{
    width: var(--dot);
    height: var(--dot);
    border-radius: 999px;
    border: var(--dot-ring) solid rgba(15,23,42,.30);
    background: #fff;
    padding: 0;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(15,23,42,.10);
    transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
  }

  #about-timeline .mw-dot .mw-label{
    font-size: 12px;
    color: rgba(15,23,42,.62);
    white-space: nowrap;
    transition: color 160ms ease, opacity 160ms ease;
    opacity: .9;
  }

  /* Hide date (source de vérité) */
  #about-timeline .mw-date{
    display: none !important;
  }

  /* Active dot */
  #about-timeline .mw-dot.is-active button{
    border-color: rgba(15,23,42,.92);
    background: rgba(15,23,42,.92);
    transform: scale(1.15);
  }
  #about-timeline .mw-dot.is-active .mw-label{
    color: rgba(15,23,42,.92);
    opacity: 1;
  }

  /* =========================
    Carousel horizontal
    ========================= */

  #about-timeline .mw-rail{
    /* masque le peek */
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.78));
  }

  #about-timeline .mw-track{
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 18px 0 22px; /* pas de padding horizontal pour éviter le peek */
    margin: 0;
  }

  #about-timeline .mw-track::-webkit-scrollbar{ height: 10px; }
  #about-timeline .mw-track::-webkit-scrollbar-thumb{ background: rgba(15,23,42,.18); border-radius:999px; }
  #about-timeline .mw-track::-webkit-scrollbar-track{ background: rgba(15,23,42,.06); border-radius:999px; }

  /* IMPORTANT: chez toi les slides = .mw-card enfants de .mw-track */
  #about-timeline .mw-track > .mw-card{
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;

    /* spacing intérieur */
    margin: 0;
    padding: 0;
    border-radius: var(--radius);
    box-shadow: 0 10px 30px rgba(15,23,42,.10);
    border: 1px solid rgba(15,23,42,.06);
    background: var(--card);
    overflow: hidden;

    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 420px;

    /* état */
    opacity: .72;
    transform: translateY(6px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  /* On ajoute un padding extérieur via un wrapper visuel (sinon on peek).
    Ici on fait simple : on met un padding via outline transparent avec box-sizing */
  #about-timeline .mw-track > .mw-card{
    box-sizing: border-box;
    /* padding visuel interne déjà géré via .mw-content */
    margin: 0 18px; /* espace entre la bordure du container et la carte */
  }

  /* Comme on a un margin latéral, on doit compenser pour ne pas casser le 100%:
    on retire 2*18px à la largeur réelle */
  #about-timeline .mw-track > .mw-card{
    flex-basis: calc(100% - 36px);
    width: calc(100% - 36px);
  }

  /* Active slide (JS ajoute .is-active sur la mw-card) */
  #about-timeline .mw-track > .mw-card.is-active{
    opacity: 1;
    transform: translateY(0);
  }

  /* Content */
  #about-timeline .mw-content{ padding: 18px 18px 16px; }
  #about-timeline .mw-h2{ margin:0 0 6px; font-size:28px; letter-spacing:-0.3px; line-height:1.1; color: var(--text); }
  #about-timeline .mw-sub{ margin:0 0 14px; color: var(--primary-color); line-height:1.5; font-size: large; }
  #about-timeline .mw-list{ margin:0; padding-left:18px; color: rgba(15,23,42,.82); line-height:1.55; }
  #about-timeline .mw-list li{ margin:6px 0; }

  #about-timeline .mw-media{
    border-left: 1px solid rgba(15,23,42,.08);
    background:
      radial-gradient(120px 90px at 25% 30%, rgba(15,23,42,.10), transparent 60%),
      radial-gradient(170px 120px at 70% 65%, rgba(15,23,42,.10), transparent 60%),
      linear-gradient(135deg, rgba(15,23,42,.10), rgba(15,23,42,.03));
    display:flex;
    flex-direction: column;
  }

  #about-timeline .mw-caption{
    padding:14px 14px 12px;
    background: rgba(255,255,255,.80);
    border-top: 1px solid rgba(15,23,42,.08);
  }
  #about-timeline .mw-caption strong{ display:block; margin-bottom:6px; }
  #about-timeline .mw-caption p{ margin:0; color: var(--primary-color); line-height:1.45; font-size:13px; }

  /* Donne de l'air aux extrêmes pour éviter le crop des labels */
  #about-timeline .mw-dots{
    padding-left: 24px !important;
    padding-right: 24px !important;
    overflow: visible !important;
  }

  /* (optionnel) si tu veux être sûr que les points ne soient pas masqués */
  #about-timeline .mw-dot{
    z-index: 2 !important;
  }
  #about-timeline .mw-line{
    position: sticky;
    padding: 10px 16px 0;
  }

  #about-timeline .mw-pill#mwState{
    position: absolute;
    right: 16px;
    top: 6px;
  }
  #about-timeline #mwState{
    display: none !important;
  }

  @media (max-width: 680px) {
    /* Dots : labels plus petits, pas de chevauchement */
    #about-timeline .mw-dot .mw-label {
      font-size: 10px;
      white-space: nowrap;
    }

    #about-timeline .mw-dots {
      height: 50px;
      padding: 8px 12px 10px;
    }

    #about-timeline .mw-line {
      padding: 8px 12px 0;
    }

    #about-timeline .mw-progress {
      left: 12px;
      right: 12px;
      top: 8px;
    }

    /* Carte : une seule colonne, la partie média masquée */
    #about-timeline .mw-track > .mw-card {
      grid-template-columns: 1fr;
      min-height: 0;
      margin: 0 8px;
      flex-basis: calc(100% - 16px);
      width: calc(100% - 16px);
    }

    #about-timeline .mw-media {
      display: none;
    }

    /* Texte : plus de justification forcée, taille lisible */
    #about-timeline .mw-content {
      padding: 14px 14px 12px;
      text-align: left;
    }

    #about-timeline .mw-h2 {
      font-size: 20px;
      line-height: 1.2;
    }

    #about-timeline .mw-sub {
      font-size: 1rem;
    }

    #about-timeline .mw-list {
      font-size: 0.95rem;
    }

    /* Scrollbar invisible sur mobile */
    #about-timeline .mw-track::-webkit-scrollbar {
      display: none;
    }

    #about-timeline .mw-track {
      padding: 12px 0 14px;
      scrollbar-width: none;
    }
  }
  #index .dotted{
    margin-top: 4rem;
    background: repeating-linear-gradient(to right, var(--primary-color), var(--primary-color) 5px, transparent 5px, transparent 10px);
  }
  .stage-card{
    position: relative;
    background: var(--primary-color);
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    will-change: transform, box-shadow;
    min-height: 45vh;
    padding: 1rem;
    margin-bottom: 2rem;
    overflow: hidden; /* important */
  }

  /* Texture */
  .stage-card::before{
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/themes/mirowebpourmdc/assets/img/white-leather.png");
    background-size: 300px; /* à ajuster */
    background-repeat: repeat;
    opacity: 0.5;
    pointer-events: none;
    z-index: 0;
  }

  /* Assure que le contenu reste au-dessus */
  .stage-card > *{
    position: relative;
    z-index: 1;
  }

}
/* #region mobile */
@media (max-width: 680px) {
  #header .container {
    width: 92vw;
  } 
  .header-top #search_widget {
    padding: 0;
  }
  .footer-container{
    margin: 0;
    padding: 0;
  }
  .mobile-footer{
    display: flex;
  }
  .mobile-footer .links{
    width: 100%;
  }
  .footer-container .block-contact{
    width: 100%;
  }
}



/* MDC - page Mon compte uniquement */
body#my-account {
  background: #fffffb;
}

body#my-account #wrapper {
  background:
    radial-gradient(circle at 0 18%, rgba(214, 35, 35, .045), transparent 17rem),
    radial-gradient(circle at 100% 35%, rgba(0, 41, 69, .06), transparent 18rem),
    #fffffb;
  overflow: hidden;
}

body#my-account #wrapper::before,
body#my-account #wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .13;
  z-index: 0;
  border: 2px solid #002945;
  border-radius: 22px;
}

body#my-account #wrapper::before {
  width: 210px;
  height: 140px;
  left: -74px;
  top: 58px;
  transform: rotate(16deg);
  border-style: dashed;
}

body#my-account #wrapper::after {
  width: 260px;
  height: 260px;
  right: -120px;
  top: 270px;
  border-radius: 50%;
  border-style: dashed;
}

body#my-account #content-wrapper,
body#my-account #main,
body#my-account #content {
  position: relative;
  z-index: 1;
}

body#my-account #content {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

body#my-account .page-header {
  display: none;
}

.mw-account-dashboard {
  max-width: 980px;
  margin: 0 auto;
  padding: 3.1rem 1rem 3.8rem;
}

.mw-account-hero {
  text-align: center;
  margin-bottom: 2.35rem;
}

.mw-account-kicker {
  margin: 0 0 .55rem;
  font-size: .86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #d62323;
}

.mw-account-hero h1 {
  margin: 0;
  color: #002945;
  font-size: clamp(2.4rem, 5vw, 4.05rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: .015em;
}

.mw-account-lead {
  max-width: 520px;
  margin: .95rem auto 0;
  color: rgba(0, 41, 69, .82);
  font-size: 1rem;
  line-height: 1.55;
}

.mw-account-separator {
  display: block;
  width: 74px;
  height: 12px;
  margin: 1.05rem auto 0;
  position: relative;
}

.mw-account-separator::before,
.mw-account-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: rgba(214, 35, 35, .65);
}

.mw-account-separator::before { left: 0; }
.mw-account-separator::after { right: 0; }

.mw-account-separator {
  background: radial-gradient(circle at 50% 50%, #d62323 0 2px, transparent 2.5px);
}

.mw-account-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.mw-account-card {
  min-height: 178px;
  padding: 1.45rem 1.25rem 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 41, 69, .10);
  border-radius: 14px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 251, 242, .96));
  box-shadow: 0 14px 34px rgba(0, 41, 69, .085);
  color: #002945;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mw-account-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(0, 41, 69, .10);
  border-radius: 10px;
  pointer-events: none;
}

.mw-account-card:hover,
.mw-account-card:focus {
  color: #002945;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: rgba(214, 35, 35, .22);
  box-shadow: 0 18px 42px rgba(0, 41, 69, .13);
}

.mw-account-card__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0, 41, 69, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  color: #002945;
}

.mw-account-card__icon .material-icons {
  font-size: 2.05rem;
  color: inherit;
}

.mw-account-card__body {
  display: block;
  position: relative;
  z-index: 1;
}

.mw-account-card__title {
  display: block;
  margin-bottom: .5rem;
  color: #002945;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.07;
}

.mw-account-card__text {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  color: rgba(0, 41, 69, .72);
  font-size: .92rem;
  line-height: 1.33;
}

.mw-account-card__arrow {
  margin-top: .75rem;
  color: #d62323;
  font-size: 1.55rem;
  line-height: 1;
}

.mw-account-card--logout .mw-account-card__icon,
.mw-account-card--logout .mw-account-card__arrow {
  color: #d62323;
}

body#my-account .page-footer {
  display: none;
}

@media (max-width: 991px) {
  .mw-account-dashboard {
    max-width: 720px;
  }

  .mw-account-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body#my-account #wrapper::before,
  body#my-account #wrapper::after {
    display: none;
  }

  body#my-account #wrapper .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mw-account-dashboard {
    padding: 1.55rem 0 .9rem;
  }

  .mw-account-hero {
    margin-bottom: 1.35rem;
    padding: 0 .75rem;
  }

  .mw-account-kicker {
    font-size: .75rem;
    letter-spacing: .18em;
  }

  .mw-account-hero h1 {
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .mw-account-lead {
    font-size: .98rem;
    line-height: 1.42;
  }

  .mw-account-links {
    display: flex;
    flex-direction: column;
    gap: .65rem;
  }

  .mw-account-card {
    min-height: 0;
    padding: .9rem 1rem;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: .85rem;
    align-items: center;
    text-align: left;
    border-radius: 12px;
  }

  .mw-account-card::after {
    display: none;
  }

  .mw-account-card__icon {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .mw-account-card__icon .material-icons {
    font-size: 1.65rem;
  }

  .mw-account-card__title {
    margin-bottom: .18rem;
    font-family: 'Assistant', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .mw-account-card__text {
    max-width: none;
    margin: 0;
    font-size: .9rem;
    line-height: 1.25;
  }

  .mw-account-card__arrow {
    margin: 0;
    font-size: 1.8rem;
  }
}
/* MDC - espace client / compte
   Charge ce fichier sur my-account + pages customer-account. */

/* =========================
   Dashboard Mon compte
   ========================= */
body#my-account {
  background: #fffffb;
}

body#my-account #wrapper {
  background:
    radial-gradient(circle at 0 18%, rgba(214, 35, 35, .045), transparent 17rem),
    radial-gradient(circle at 100% 35%, rgba(0, 41, 69, .06), transparent 18rem),
    #fffffb;
  overflow: hidden;
}

body#my-account #wrapper::before,
body#my-account #wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .13;
  z-index: 0;
  border: 2px solid #002945;
  border-radius: 22px;
}

body#my-account #wrapper::before {
  width: 210px;
  height: 140px;
  left: -74px;
  top: 58px;
  transform: rotate(16deg);
  border-style: dashed;
}

body#my-account #wrapper::after {
  width: 260px;
  height: 260px;
  right: -120px;
  top: 270px;
  border-radius: 50%;
  border-style: dashed;
}

body#my-account #content-wrapper,
body#my-account #main,
body#my-account #content {
  position: relative;
  z-index: 1;
}

body#my-account #content {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

body#my-account .page-header {
  display: none;
}

.mw-account-dashboard {
  max-width: 980px;
  margin: 0 auto;
  padding: 3.1rem 1rem 3.8rem;
}

.mw-account-hero {
  text-align: center;
  margin-bottom: 2.35rem;
}

.mw-account-kicker {
  margin: 0 0 .55rem;
  font-size: .86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #d62323;
}

.mw-account-hero h1 {
  margin: 0;
  color: #002945;
  font-size: clamp(2.4rem, 5vw, 4.05rem);
  font-weight: 500;
  line-height: .98;
  letter-spacing: .015em;
}

.mw-account-lead {
  max-width: 520px;
  margin: .95rem auto 0;
  color: rgba(0, 41, 69, .82);
  font-size: 1rem;
  line-height: 1.55;
}

.mw-account-separator {
  display: block;
  width: 74px;
  height: 12px;
  margin: 1.05rem auto 0;
  position: relative;
  background: radial-gradient(circle at 50% 50%, #d62323 0 2px, transparent 2.5px);
}

.mw-account-separator::before,
.mw-account-separator::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: rgba(214, 35, 35, .65);
}

.mw-account-separator::before { left: 0; }
.mw-account-separator::after { right: 0; }

.mw-account-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.35rem;
}

.mw-account-card {
  min-height: 178px;
  padding: 1.45rem 1.25rem 1.15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 41, 69, .10);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .9), rgba(255, 251, 242, .96));
  box-shadow: 0 14px 34px rgba(0, 41, 69, .085);
  color: #002945;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.mw-account-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(0, 41, 69, .10);
  border-radius: 10px;
  pointer-events: none;
}

.mw-account-card:hover,
.mw-account-card:focus {
  color: #002945;
  text-decoration: none;
  transform: translateY(-4px);
  border-color: rgba(214, 35, 35, .22);
  box-shadow: 0 18px 42px rgba(0, 41, 69, .13);
}

.mw-account-card__icon {
  width: 66px;
  height: 66px;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed rgba(0, 41, 69, .20);
  border-radius: 999px;
  background: rgba(255, 255, 255, .65);
  color: #002945;
  transition: transform .22s ease, border-color .22s ease, background-color .22s ease;
}

.mw-account-card__icon .material-icons {
  font-size: 2.05rem;
  color: inherit;
  transition: transform .26s cubic-bezier(.2,.8,.2,1), color .22s ease;
}

.mw-account-card:hover .mw-account-card__icon,
.mw-account-card:focus .mw-account-card__icon {
  border-color: rgba(214, 35, 35, .35);
  background: rgba(255, 255, 255, .92);
  transform: scale(1.04);
}

.mw-account-card:hover .mw-account-card__icon .material-icons,
.mw-account-card:focus .mw-account-card__icon .material-icons {
  color: #d62323;
  transform: translateY(-2px) rotate(-5deg) scale(1.08);
}

.mw-account-card__body {
  display: block;
  position: relative;
  z-index: 1;
}

.mw-account-card__title {
  display: block;
  margin-bottom: .5rem;
  color: #002945;
  font-size: 1.36rem;
  font-weight: 600;
  line-height: 1.07;
}

.mw-account-card__text {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  color: rgba(0, 41, 69, .72);
  font-size: .92rem;
  line-height: 1.33;
}

.mw-account-card__arrow {
  margin-top: .75rem;
  color: #d62323;
  font-size: 1.55rem;
  line-height: 1;
  transition: transform .2s ease;
}

.mw-account-card:hover .mw-account-card__arrow,
.mw-account-card:focus .mw-account-card__arrow {
  transform: translateX(3px);
}

.mw-account-card--logout .mw-account-card__icon,
.mw-account-card--logout .mw-account-card__arrow {
  color: #d62323;
}

body#my-account .page-footer {
  display: none;
}

/* =========================
   Pages internes espace client
   identité / adresses / historique / avoirs / réductions
   ========================= */
body.page-customer-account:not(#my-account) {
  background: #fffffb;
}

body.page-customer-account:not(#my-account) #wrapper {
  overflow: hidden;
  background:
    radial-gradient(circle at -6rem 8rem, rgba(214, 35, 35, .045), transparent 17rem),
    radial-gradient(circle at calc(100% + 8rem) 11rem, rgba(0, 41, 69, .07), transparent 22rem),
    linear-gradient(180deg, #fffffb 0%, #fffdf7 100%);
}

body.page-customer-account:not(#my-account) #wrapper::before,
body.page-customer-account:not(#my-account) #wrapper::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: .10;
  border: 2px solid #002945;
}

body.page-customer-account:not(#my-account) #wrapper::before {
  width: 190px;
  height: 118px;
  left: -72px;
  top: 70px;
  border-radius: 18px;
  border-style: dashed;
  transform: rotate(15deg);
}

body.page-customer-account:not(#my-account) #wrapper::after {
  width: 250px;
  height: 250px;
  right: -140px;
  top: 220px;
  border-radius: 50%;
  border-style: dashed;
}

body.page-customer-account:not(#my-account) #content-wrapper,
body.page-customer-account:not(#my-account) #main,
body.page-customer-account:not(#my-account) #content {
  position: relative;
  z-index: 1;
}

body.page-customer-account:not(#my-account) #content-wrapper {
  padding-top: 2.7rem;
  padding-bottom: 3.7rem;
}

body.page-customer-account:not(#my-account) #main {
  max-width: 930px;
  margin: 0 auto;
  background: transparent;
}

body.page-customer-account:not(#my-account) .page-header {
  max-width: 760px;
  margin: 0 auto 1.65rem;
  padding: 0 1rem;
  text-align: center;
  border: 0;
}

body.page-customer-account:not(#my-account) .page-header h1::before {
  content: "Mon compte";
  display: block;
  margin-bottom: .55rem;
  color: #d62323;
  font-family: 'Assistant', sans-serif;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
}


body.page-customer-account:not(#my-account) #content {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.65rem 1.8rem;
  overflow: hidden;
  border: 1px solid rgba(0, 41, 69, .10);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 251, 242, .97));
  box-shadow: 0 16px 40px rgba(0, 41, 69, .08);
}

body.page-customer-account:not(#my-account) #content::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(0, 41, 69, .08);
  border-radius: 12px;
  pointer-events: none;
}

body.page-customer-account:not(#my-account) #content > * {
  position: relative;
  z-index: 1;
}

/* Formulaires Classic */
body.page-customer-account:not(#my-account) form {
  margin: 0;
}

body.page-customer-account:not(#my-account) .form-group.row {
  margin: 0 0 1rem;
  align-items: center;
}

body.page-customer-account:not(#my-account) .form-control-label {
  padding-top: 0;
  color: rgba(0, 41, 69, .90);
  font-weight: 800;
  letter-spacing: .01em;
}

body.page-customer-account:not(#my-account) .form-control-label.required::after {
  color: #d62323;
}

body.page-customer-account:not(#my-account) .form-control,
body.page-customer-account:not(#my-account) .custom-select,
body.page-customer-account:not(#my-account) select.form-control {
  min-height: 44px;
  border: 1px solid rgba(0, 41, 69, .16);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, .82);
  color: #002945;
  box-shadow: none;
  transition: border-color .18s ease, box-shadow .18s ease, background-color .18s ease;
}
body.page-customer-account:not(#my-account) #field-password,
body.page-customer-account:not(#my-account) #field-new_password{
  border-radius: 10px 0 0 10px;
}

body.page-customer-account:not(#my-account) .form-control:focus,
body.page-customer-account:not(#my-account) .custom-select:focus {
  outline: none;
  border-color: rgba(0, 41, 69, .50);
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(0, 41, 69, .10);
}

body.page-customer-account:not(#my-account) .form-control-comment,
body.page-customer-account:not(#my-account) .form-control-comment span,
body.page-customer-account:not(#my-account) .help-block {
  color: rgba(0, 41, 69, .56);
  font-size: .86rem;
  line-height: 1.35;
}

body.page-customer-account:not(#my-account) .input-group .input-group-btn .btn,
body.page-customer-account:not(#my-account) button[data-action="show-password"] {
  min-height: 44px;
  border: 1px solid rgba(0, 41, 69, .16);
  border-left: 0;
  border-radius: 0 10px 10px 0;
  background: #002945;
  color: #fff;
  font-weight: 700;
  text-transform: none;
}

body.page-customer-account:not(#my-account) .custom-radio span,
body.page-customer-account:not(#my-account) .custom-checkbox span {
  border-color: rgba(0, 41, 69, .28);
}

body.page-customer-account:not(#my-account) .radio-inline {
  margin-right: 1.15rem;
  color: #002945;
}

body.page-customer-account:not(#my-account) .custom-checkbox label {
  color: rgba(0, 41, 69, .82);
  line-height: 1.35;
}

body.page-customer-account:not(#my-account) .custom-checkbox em {
  display: block;
  margin-top: .35rem;
  color: rgba(0, 41, 69, .58);
  font-size: .86rem;
  line-height: 1.35;
}

body.page-customer-account:not(#my-account) .form-footer {
  margin-top: 1.5rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(0, 41, 69, .10);
}

body.page-customer-account:not(#my-account) .btn-primary,
body.page-customer-account:not(#my-account) .form-control-submit,
body.page-customer-account:not(#my-account) .addresses-footer a,
body.page-customer-account:not(#my-account) a[data-link-action="add-address"] {
  min-height: 44px;
  padding: .7rem 1.25rem;
  border: 1px solid #002945;
  border-radius: 999px;
  background: #002945;
  color: #fff;
  font-weight: 800;
  letter-spacing: .02em;
  box-shadow: 0 10px 22px rgba(0, 41, 69, .16);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

body.page-customer-account:not(#my-account) .btn-primary:hover,
body.page-customer-account:not(#my-account) .form-control-submit:hover,
body.page-customer-account:not(#my-account) .addresses-footer a:hover,
body.page-customer-account:not(#my-account) a[data-link-action="add-address"]:hover {
  background: #073a5d;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 41, 69, .22);
}

/* Liens retour */
body.page-customer-account:not(#my-account) .page-footer {
  max-width: 860px;
  margin: 1.15rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

body.page-customer-account:not(#my-account) .page-footer .account-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(0, 41, 69, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #002945;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 41, 69, .06);
  transition: transform .18s ease, border-color .18s ease, color .18s ease;
}

body.page-customer-account:not(#my-account) .page-footer .account-link:hover {
  color: #d62323;
  text-decoration: none;
  transform: translateY(-2px);
  border-color: rgba(214, 35, 35, .24);
}

body.page-customer-account:not(#my-account) .page-footer .account-link i {
  transition: transform .2s ease;
}

body.page-customer-account:not(#my-account) .page-footer .account-link:hover i {
  transform: translateX(-2px);
}

/* Adresses / listes / tableaux Classic */
body.page-customer-account:not(#my-account) .address,
body.page-customer-account:not(#my-account) article.address,
body.page-customer-account:not(#my-account) .addresses .address,
body.page-customer-account:not(#my-account) .definition-list,
body.page-customer-account:not(#my-account) .order-return,
body.page-customer-account:not(#my-account) .orders,
body.page-customer-account:not(#my-account) .discount,
body.page-customer-account:not(#my-account) .table-wrapper {
  border: 1px solid rgba(0, 41, 69, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 10px 24px rgba(0, 41, 69, .055);
  overflow: hidden;
}

body.page-customer-account:not(#my-account) .address .address-body,
body.page-customer-account:not(#my-account) article.address .address-body {
  padding: 1.15rem 1.2rem;
  color: rgba(0, 41, 69, .82);
}

body.page-customer-account:not(#my-account) .address .address-body h4,
body.page-customer-account:not(#my-account) article.address .address-body h4 {
  color: #002945;
  font-size: 1.35rem;
  font-weight: 600;
}

body.page-customer-account:not(#my-account) .address .address-footer,
body.page-customer-account:not(#my-account) article.address .address-footer {
  padding: .85rem 1rem;
  border-top: 1px dashed rgba(0, 41, 69, .12);
  background: rgba(255, 251, 242, .62);
}

body.page-customer-account:not(#my-account) .address .address-footer a,
body.page-customer-account:not(#my-account) article.address .address-footer a {
  color: #002945;
  font-weight: 800;
}

body.page-customer-account:not(#my-account) .address .address-footer a:hover,
body.page-customer-account:not(#my-account) article.address .address-footer a:hover {
  color: #d62323;
}

body.page-customer-account:not(#my-account) table,
body.page-customer-account:not(#my-account) .table {
  margin-bottom: 0;
  color: #002945;
  background: rgba(255,255,255,.7);
  border-radius: 12px;
  overflow: hidden;
}

body.page-customer-account:not(#my-account) table thead th,
body.page-customer-account:not(#my-account) .table thead th {
  border-bottom: 1px solid rgba(0, 41, 69, .12);
  background: rgba(0, 41, 69, .045);
  color: #002945;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}

body.page-customer-account:not(#my-account) table td,
body.page-customer-account:not(#my-account) table th,
body.page-customer-account:not(#my-account) .table td,
body.page-customer-account:not(#my-account) .table th {
  border-top-color: rgba(0, 41, 69, .08);
  vertical-align: middle;
}

body.page-customer-account:not(#my-account) .alert,
body.page-customer-account:not(#my-account) .warning,
body.page-customer-account:not(#my-account) .notifications-container article {
  border-radius: 12px;
}

/* =========================
   Responsive
   ========================= */
@media (max-width: 991px) {
  .mw-account-dashboard {
    max-width: 720px;
  }

  .mw-account-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body#my-account #wrapper::before,
  body#my-account #wrapper::after,
  body.page-customer-account:not(#my-account) #wrapper::before,
  body.page-customer-account:not(#my-account) #wrapper::after {
    display: none;
  }

  body#my-account #wrapper .container,
  body.page-customer-account:not(#my-account) #wrapper .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mw-account-dashboard {
    padding: 1.55rem 0 .9rem;
  }

  .mw-account-hero {
    margin-bottom: 1.35rem;
    padding: 0 .75rem;
  }

  .mw-account-kicker {
    font-size: .75rem;
    letter-spacing: .18em;
  }

  .mw-account-hero h1 {
    font-size: 2.15rem;
    line-height: 1.04;
  }

  .mw-account-lead {
    font-size: .98rem;
    line-height: 1.42;
  }

  .mw-account-links {
    display: flex;
    flex-direction: column;
    gap: .65rem;
  }

  .mw-account-card {
    min-height: 0;
    padding: .9rem 1rem;
    display: grid;
    grid-template-columns: 54px 1fr auto;
    gap: .85rem;
    align-items: center;
    text-align: left;
    border-radius: 12px;
  }

  .mw-account-card::after {
    display: none;
  }

  .mw-account-card__icon {
    width: 50px;
    height: 50px;
    margin: 0;
  }

  .mw-account-card__icon .material-icons {
    font-size: 1.65rem;
  }

  .mw-account-card__title {
    margin-bottom: .18rem;
    font-family: 'Assistant', sans-serif;
    font-size: 1.02rem;
    font-weight: 800;
    line-height: 1.15;
  }

  .mw-account-card__text {
    max-width: none;
    margin: 0;
    font-size: .9rem;
    line-height: 1.25;
  }

  .mw-account-card__arrow {
    margin: 0;
    font-size: 1.8rem;
  }

  body.page-customer-account:not(#my-account) #content-wrapper {
    padding-top: 1.45rem;
    padding-bottom: 2rem;
  }

  body.page-customer-account:not(#my-account) .page-header {
    margin-bottom: 1.05rem;
    padding: 0 .6rem;
  }

  body.page-customer-account:not(#my-account) .page-header h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  body.page-customer-account:not(#my-account) .page-header h1::before {
    font-size: .72rem;
    letter-spacing: .18em;
  }

  body.page-customer-account:not(#my-account) #content {
    padding: 1.1rem .9rem;
    border-radius: 14px;
  }

  body.page-customer-account:not(#my-account) #content::before {
    display: none;
  }

  body.page-customer-account:not(#my-account) .form-group.row {
    display: block;
    margin-bottom: .95rem;
  }

  body.page-customer-account:not(#my-account) .form-control-label,
  body.page-customer-account:not(#my-account) .js-input-column,
  body.page-customer-account:not(#my-account) .form-control-comment {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  body.page-customer-account:not(#my-account) .form-control-label {
    margin-bottom: .35rem;
    font-size: .95rem;
  }

  body.page-customer-account:not(#my-account) .form-control-comment {
    margin-top: .35rem;
  }

  body.page-customer-account:not(#my-account) .form-footer {
    text-align: center;
  }

  body.page-customer-account:not(#my-account) .form-footer .float-xs-right,
  body.page-customer-account:not(#my-account) .form-control-submit {
    float: none !important;
    width: 100%;
  }

  body.page-customer-account:not(#my-account) .page-footer {
    margin-top: .9rem;
    padding: 0 .2rem;
    flex-direction: column;
  }

  body.page-customer-account:not(#my-account) .page-footer .account-link {
    justify-content: center;
    width: 100%;
    border-radius: 12px;
  }

  body.page-customer-account:not(#my-account) table,
  body.page-customer-account:not(#my-account) .table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mw-account-card,
  .mw-account-card *,
  body.page-customer-account:not(#my-account) * {
    transition: none !important;
    animation: none !important;
  }
}

/* =========================
   Correctif spécifique page Adresses
   La page /adresses du Classic n'a pas toujours body.page-customer-account.
   ========================= */
body#addresses {
  background: #fffffb;
}

body#addresses #wrapper,
body#address #wrapper {
  overflow: hidden;
  background:
    radial-gradient(circle at -6rem 8rem, rgba(214, 35, 35, .045), transparent 17rem),
    radial-gradient(circle at calc(100% + 8rem) 11rem, rgba(0, 41, 69, .07), transparent 22rem),
    linear-gradient(180deg, #fffffb 0%, #fffdf7 100%);
}

body#addresses #content-wrapper,
body#address #content-wrapper {
  padding-top: 2.7rem;
  padding-bottom: 3.7rem;
}

body#addresses #main,
body#address #main {
  max-width: 930px;
  margin: 0 auto;
  background: transparent;
}

body#addresses .page-header,
body#address .page-header {
  max-width: 760px;
  margin: 0 auto 1.65rem;
  padding: 0 1rem;
  text-align: center;
  border: 0;
}

body#addresses .page-header h1,
body#address .page-header h1 {
  margin: 0;
  color: #002945;
  font-size: clamp(2.1rem, 4.2vw, 3.4rem);
  font-weight: 500;
  line-height: 1.04;
  letter-spacing: .01em;
}

body#addresses .page-header h1::before,
body#address .page-header h1::before {
  content: "Mon compte";
  display: block;
  margin-bottom: .55rem;
  color: #d62323;
  font-family: 'Assistant', sans-serif;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
}

body#addresses #content,
body#address #content {
  max-width: 860px;
  margin: 0 auto;
  padding: 1.65rem 1.8rem;
  border: 1px solid rgba(0, 41, 69, .10);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(255, 251, 242, .97));
  box-shadow: 0 16px 40px rgba(0, 41, 69, .08);
}

body#addresses #content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.1rem;
  align-items: stretch;
}

body#addresses #notifications,
body#addresses .clearfix {
  display: none;
}

body#addresses #content > [class*="col-"] {
  width: auto;
  max-width: none;
  float: none;
  padding: 0;
}

body#addresses article.address {
  height: 100%;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 41, 69, .11);
  border-radius: 16px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .88), rgba(255, 251, 242, .94));
  box-shadow: 0 12px 28px rgba(0, 41, 69, .075);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

body#addresses article.address::before {
  content: "location_on";
  position: absolute;
  right: 1rem;
  top: .8rem;
  color: rgba(214, 35, 35, .13);
  font-family: 'Material Icons';
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 1;
  pointer-events: none;
}

body#addresses article.address::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(0, 41, 69, .09);
  border-radius: 12px;
  pointer-events: none;
}

body#addresses article.address:hover {
  transform: translateY(-3px);
  border-color: rgba(214, 35, 35, .20);
  box-shadow: 0 18px 38px rgba(0, 41, 69, .11);
}

body#addresses article.address .address-body {
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 1.35rem 1.35rem 1rem;
}

body#addresses article.address .address-body h4 {
  margin: 0 0 .85rem;
  color: #002945;
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.05;
}

body#addresses article.address .address-body h4::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin-top: .65rem;
  background: #d62323;
}

body#addresses article.address address {
  margin: 0;
  color: rgba(0, 41, 69, .78);
  font-size: .98rem;
  line-height: 1.55;
}

body#addresses article.address .address-footer {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  padding: .9rem 1.05rem 1.05rem;
  border-top: 1px dashed rgba(0, 41, 69, .14);
  background: rgba(255, 251, 242, .70);
}

body#addresses article.address .address-footer a {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .48rem .72rem;
  border: 1px solid rgba(0, 41, 69, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #002945;
  font-size: .9rem;
  font-weight: 800;
  transition: transform .18s ease, color .18s ease, border-color .18s ease, background-color .18s ease;
}

body#addresses article.address .address-footer a:hover {
  color: #d62323;
  text-decoration: none;
  transform: translateY(-1px);
  border-color: rgba(214, 35, 35, .25);
  background: #fff;
}

body#addresses article.address .address-footer i {
  font-size: 1.05rem;
  transition: transform .18s ease;
}

body#addresses article.address .address-footer a:hover i {
  transform: rotate(-4deg) scale(1.08);
}

body#addresses .addresses-footer {
  min-height: 235px;
  display: flex;
}

body#addresses .addresses-footer a[data-link-action="add-address"] {
  width: 100%;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: 1.2rem;
  border: 1px dashed rgba(214, 35, 35, .34);
  border-radius: 16px;
  background: rgba(255, 255, 255, .54);
  color: #002945;
  box-shadow: none;
  text-align: center;
}

body#addresses .addresses-footer a[data-link-action="add-address"] i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(214, 35, 35, .08);
  color: #d62323;
  font-size: 2rem;
  transition: transform .22s ease;
}

body#addresses .addresses-footer a[data-link-action="add-address"] span {
  max-width: 180px;
  color: #002945;
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.08;
}

body#addresses .addresses-footer a[data-link-action="add-address"]:hover {
  color: #002945;
  background: rgba(255, 255, 255, .86);
  border-color: rgba(214, 35, 35, .55);
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(0, 41, 69, .09);
}

body#addresses .addresses-footer a[data-link-action="add-address"]:hover i {
  transform: rotate(90deg) scale(1.06);
}

body#addresses .page-footer,
body#address .page-footer {
  max-width: 860px;
  margin: 1.15rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  justify-content: center;
}

body#addresses .page-footer .account-link,
body#address .page-footer .account-link {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  padding: .7rem 1rem;
  border: 1px solid rgba(0, 41, 69, .13);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: #002945;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(0, 41, 69, .06);
}

body#addresses .page-footer .account-link:hover,
body#address .page-footer .account-link:hover {
  color: #d62323;
  text-decoration: none;
}

@media (max-width: 680px) {
  body#addresses #content-wrapper,
  body#address #content-wrapper {
    padding-top: 1.45rem;
    padding-bottom: 2rem;
  }

  body#addresses #wrapper .container,
  body#address #wrapper .container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  body#addresses .page-header,
  body#address .page-header {
    margin-bottom: 1.05rem;
    padding: 0 .6rem;
  }

  body#addresses .page-header h1,
  body#address .page-header h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  body#addresses #content,
  body#address #content {
    padding: .85rem;
    border-radius: 14px;
  }

  body#addresses #content {
    display: flex;
    flex-direction: column;
    gap: .75rem;
  }

  body#addresses article.address,
  body#addresses .addresses-footer,
  body#addresses .addresses-footer a[data-link-action="add-address"] {
    min-height: 0;
  }

  body#addresses article.address::after {
    display: none;
  }

  body#addresses article.address .address-body {
    padding: 1.1rem 1.05rem .8rem;
  }

  body#addresses article.address .address-body h4 {
    font-size: 1.35rem;
  }

  body#addresses article.address address {
    font-size: .94rem;
    line-height: 1.45;
  }

  body#addresses article.address .address-footer {
    flex-direction: column;
    padding: .75rem .85rem .9rem;
  }

  body#addresses article.address .address-footer a {
    width: 100%;
    justify-content: center;
    border-radius: 12px;
  }

  body#addresses .addresses-footer a[data-link-action="add-address"] {
    min-height: 92px;
    flex-direction: row;
    justify-content: flex-start;
    padding: .9rem 1rem;
    text-align: left;
  }

  body#addresses .addresses-footer a[data-link-action="add-address"] i {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    font-size: 1.65rem;
  }

  body#addresses .addresses-footer a[data-link-action="add-address"] span {
    max-width: none;
    font-family: 'Assistant', sans-serif;
    font-size: 1rem;
    font-weight: 800;
  }

  body#addresses .page-footer,
  body#address .page-footer {
    margin-top: .9rem;
    padding: 0 .2rem;
    flex-direction: column;
  }

  body#addresses .page-footer .account-link,
  body#address .page-footer .account-link {
    justify-content: center;
    width: 100%;
    border-radius: 12px;
  }
}
html,
body {
  min-height: 100%;
}

body > main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1 0 auto;
}

#footer {
  margin-top: auto;
  flex-shrink: 0;
}
/* Crédit footer Miroweb */
.miroweb-footer-credit-row {
  margin-top: 1.5rem;
}

.miroweb-footer-credit {
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.miroweb-footer-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: inherit;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.miroweb-footer-link:hover,
.miroweb-footer-link:focus {
  opacity: 1;
  text-decoration: none;
  transform: translateY(-1px);
}

.miroweb-footer-label {
  font-size: 0.8125rem;
}

.miroweb-footer-logo {
  display: block;
  width: auto;
  height: 24px;
  max-width: 140px;
}