/** Shopify CDN: Minification failed

Line 71:4 Expected ":"

**/
/* GLOBAL FULL WIDTH */
.stats-tabs {
  background: var(--background-color, #ffffff);
  padding: 0 !important;
  margin: 0 !important;
  width: 100%;
}

/* Ancre stable pour deep link #stats-tabs (scroll depuis footer / autres liens) */
.stats-tabs__anchor {
  display: block;
  height: 0;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.stats-tabs {
  position: relative;
}

/* Desktop : schéma de couleurs */
@media screen and (min-width: 750px) {
  .stats-tabs[class*="color-"] {
    background: rgb(var(--color-background));
  }
}

@media screen and (min-width: 1300px) {

  .stats-tabs__title {
    font-size: 50px !important;
  }
}

/* Mobile : fond de couleur (setting « Couleur de fond mobile ») */
@media screen and (max-width: 749px) {
  .stats-tabs {
    background: var(--background-color, #ffffff);
  }

  .stats-tabs__bottom-inner {
    padding: 1rem !important;
    font-size: 10px;
    color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  }
}

.stats-tabs__title {
  margin: 0 0 20px;
  font-size: 50px !important;
  font-weight: 700 !important;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
}

.stats-tabs__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px !important;
  width: 100%;
  ß margin: 0 auto !important;
  padding: 15px 16px !important;
  color: rgb(var(--color-foreground, 17, 17, 17));
}

@media (min-width: 750px) {
  .stats-tabs__wrap {
    padding: 15px 32px !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 980px) {
  .stats-tabs__wrap {
    grid-template-columns: 1fr;
    gap: 20px !important;
  }
}

/* IMAGES GAUCHE – SLIDER AUTO (fade) */
.stats-tabs__left {
  margin: 0 !important;
  padding: 0 !important;
  display: flex;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  align-items: center;
  justify-content: center;
}

.stats-tabs__photos {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.stats-tabs__photo {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.stats-tabs__photo.is-active {
  opacity: 1;
  pointer-events: auto;
}

.stats-tabs__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* COLONNE DROITE – FULL WIDTH */
.stats-tabs__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  gap: 2rem;
  padding: 0 40px;
  background: transparent !important;
  width: 100%;
}

/* TITRE */
.stats-tabs__title {
  font-weight: 700 !important;
  margin: 0 !important;
  color: #000;
  text-transform: uppercase;
  line-height: 1.1;
}

/* TEXTE */
.stats-tabs__sublead {
  color: inherit;
}

.stats-tabs__sublead p {
  margin-top: 15px;
  color: inherit;
}

/* Hide empty paragraphs */
.stats-tabs__sublead p:empty {
  display: none;
}

.stats-tabs__sublead a {
  text-decoration: underline;
  color: inherit;
}

/* TABS → BOUTONS NOIRS CLASSIQUES (sans arrondis) */
.stats-tabs__tabs {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.stats-tabs__tab {
  border: 1px solid currentColor !important;
  background: transparent !important;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 13px;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 0 !important;
  /* pas d'arrondis */
  transition: background 0.2s ease, color 0.2s ease;
  line-height: 1.1;
  font-family: inherit !important;
}

.stats-tabs__tab.is-active {
  background: #000 !important;
  color: #fff !important;
}

/* STATS */
.stats-tabs__stats {
  list-style: none;
  padding: 0;
  margin-left: 3rem;
  margin: 0;
  display: grid;
  gap: 16px;
}

/* ALIGNEMENT EXACT % / TEXTE */
.stats-tabs__stat {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  /* centrage vertical parfait */
}

.stats-tabs__pct {
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: inherit;
}

.stats-tabs__label {
  font-size: 15px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  line-height: 1.4;
  position: relative;
  top: 2px;
  /* micro-ajustement précis */
}

.stats-tabs__note {
  font-size: 15px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  margin-top: 2px;
}

.stats-tabs__bottom-inner {
  padding: 0;
  font-size: 10px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
}

.stats-tabs__bottom-inner * {
  font-size: 10px;
  margin: 1px 0px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
}

/* Texte bas en 10px */
.stats-tabs__ref,
.stats-tabs__footnote {
  font-size: 10px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  line-height: 1.5;
  margin: 30px 0;
}

.stats-tabs__ref {
  font-size: 10px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
}

.stats-tabs__ref p,
.stats-tabs__footnote p {
  margin: 6px 0;
  font-size: 10px;
  color: rgba(var(--color-foreground, 17, 17, 17), 0.55);
}

.stats-tabs__ref p:last-child,
.stats-tabs__footnote p:last-child {
  margin-bottom: 0;
}


@media (min-width: 768px) {
  .stats-tabs__bottom-inner {
    padding: 0;
    font-size: 10px;
    color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  }

  .stats-tabs__bottom-inner * {
    font-size: 10px;
    color: rgba(var(--color-foreground, 17, 17, 17), 0.7);
  }

  .stats-tabs__bottom {
    width: min(1200px, 92vw);
    margin: 15px 35px;
    background: transparent;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .stats-tabs__right {
    padding: 20px;
  }

  /* .stats-tabs__bottom-inner {
    padding: 0 23px 24px;
  } */

  .stats-tabs__photos {
    margin-left: 0;
    height: 360px;
  }

  .stats-tabs__title {
    font-size: clamp(28px, 8vw, 36px) !important;
  }

  .stats-tabs__sublead p {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.6;
  }

  /* ACCORDION MODE ON MOBILE */
  .stats-tabs.mobile-accordion .stats-tabs__wrap {
    display: flex;
    padding: 0 1rem !important;
    flex-direction: column;
    gap: 20px;
  }

  .stats-tabs.mobile-accordion .stats-tabs__left {
    order: 2;
    /* Image below text/tabs */
    height: auto;
    width: 100%;
    margin-bottom: 20px;
  }

  .stats-tabs.mobile-accordion .stats-tabs__photos {
    width: 100%;
    /* height: 220px; */
    /* Match steps-split image height */
    margin-left: 0;
  }

  .stats-tabs.mobile-accordion .stats-tabs__right {
    order: 1;
    gap: 1.5rem !important;
    padding: 0;
  }

  .stats-tabs.mobile-accordion .stats-tabs__sublead p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.6;
  }

  .stats-tabs.mobile-accordion .stats-tabs__tabs {
    justify-content: space-between;
    gap: 8px;
    margin: 0;
  }

  .stats-tabs.mobile-accordion .stats-tabs__tab {
    padding: 7px 10px;
    font-size: 10px;
    flex: 1;
    text-align: center;
  }

  .stats-tabs.mobile-accordion .stats-tabs__stat {
    display: flex !important;
    align-items: center;
    gap: 2rem;
  }

  .stats-tabs.mobile-accordion .stats-tabs__pct {
    font-size: 32px;
  }

  .stats-tabs.mobile-accordion .stats-tabs__label {
    font-size: 13px;
  }

  .stats-tabs.mobile-accordion .stats-tabs__note {
    font-size: 12px;
  }
}
