.page-cms-106 {
  background: #0d0d0d;
  color: #f5efe6;
  padding: 0;
}

.page-cms-106 .breadcrumb,
.page-cms-106 .page-header {
  display: none;
}

.page-cms-106 .container,
.page-cms-106 .container-parent {
  max-width: none;
}

.st-fdm,
.st-fdm * {
  box-sizing: border-box;
}

.st-fdm {
  --st-black: #0d0d0d;
  --st-black-soft: #121212;
  --st-black-card: #151310;
  --st-gold: #c6a46a;
  --st-gold-strong: #d8b873;
  --st-cream: #f5efe6;
  --st-muted: rgba(245, 239, 230, 0.72);
  --st-line: rgba(198, 164, 106, 0.34);
  background: var(--st-black);
  color: var(--st-cream);
  font-family: inherit;
  overflow: hidden;
}

.st-fdm a {
  color: inherit;
  text-decoration: none;
}

.st-fdm img {
  display: block;
  height: auto;
  max-width: 100%;
}

.st-fdm-container {
  margin: 0 auto;
  max-width: 1240px;
  width: calc(100% - 56px);
}

.st-fdm h1,
.st-fdm h2,
.st-fdm-gift-card strong,
.st-fdm-feature-link strong {
  color: var(--st-cream);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.st-fdm h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0;
  max-width: 570px;
}

.st-fdm h1 em {
  color: var(--st-gold-strong);
  display: block;
  font-style: italic;
  line-height: 1.1;
  margin-top: 18px;
}

.st-fdm h2 {
  font-size: 42px;
  line-height: 1.12;
  margin: 0;
}

.st-fdm p {
  color: var(--st-muted);
  font-size: 16px;
  line-height: 1.75;
  margin: 0;
}

.st-fdm-kicker {
  color: var(--st-gold);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.st-fdm-kicker::after {
  background: var(--st-gold);
  content: "";
  display: block;
  height: 1px;
  margin-top: 14px;
  width: 42px;
}

.st-fdm-section {
  padding: 78px 0;
}

.st-fdm-section-head {
  margin-bottom: 36px;
}

.st-fdm-section-head--center {
  text-align: center;
}

.st-fdm-section-head--center .st-fdm-kicker::after {
  margin-left: auto;
  margin-right: auto;
}

.st-fdm-hero {
  align-items: center;
  display: flex;
  isolation: isolate;
  min-height: 630px;
  overflow: hidden;
  position: relative;
}

.st-fdm-hero::before {
  background:
    linear-gradient(90deg, rgba(13, 13, 13, 0.65) 0%, rgba(13, 13, 13, 0.50) 32%, rgba(13, 13, 13, 0.18) 60%, rgba(13, 13, 13, 0.05) 100%),
    linear-gradient(0deg, rgba(13, 13, 13, 0.18), rgba(13, 13, 13, 0.08));
  content: "";
  inset: 0;
  position: absolute;
  z-index: -1;
}

.st-fdm-hero__picture {
  inset: 0;
  position: absolute;
  z-index: -2;
}

.st-fdm-hero__picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.st-fdm-hero__content {
  padding: 240px 0 140px;
}

.st-fdm-hero__intro {
  font-size: 17px;
  margin: 28px 0 30px;
  max-width: 460px;
}

.st-fdm-hero__note {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.st-fdm-hero__note .material-icons {
  border: 1px solid var(--st-gold);
  color: var(--st-gold);
  font-size: 24px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  width: 34px;
}

.st-fdm-hero__note strong {
  color: var(--st-cream);
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.45;
  max-width: 240px;
  text-transform: uppercase;
}

.st-fdm-btn {
  align-items: center;
  border: 1px solid var(--st-gold);
  border-radius: 0;
  display: inline-flex;
  font-size: 13px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1.2px;
  min-height: 50px;
  min-width: 230px;
  padding: 14px 28px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.st-fdm-btn--primary {
  background: var(--st-gold);
  color: #111;
}

.st-fdm-btn--primary:hover,
.st-fdm-btn--primary:focus {
  background: var(--st-gold-strong);
  border-color: var(--st-gold-strong);
  color: #111;
}

.st-fdm-btn--outline {
  background: transparent;
  color: var(--st-gold);
}

.st-fdm-btn--outline:hover,
.st-fdm-btn--outline:focus {
  background: var(--st-gold);
  color: #111;
}

.st-fdm-link {
  color: var(--st-gold);
  display: inline-block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.2px;
  margin-top: 20px;
  text-transform: uppercase;
}

.st-fdm-link::after {
  content: " →";
}

.st-fdm-trust {
  background: #12110f;
  border-bottom: 1px solid rgba(198, 164, 106, 0.22);
  border-top: 1px solid rgba(198, 164, 106, 0.22);
}

.st-fdm-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.st-fdm-trust__item {
  align-items: center;
  border-left: 1px solid rgba(198, 164, 106, 0.14);
  display: grid;
  gap: 2px 14px;
  grid-template-columns: 38px 1fr;
  min-height: 84px;
  padding: 18px 22px;
}

.st-fdm-trust__item:last-child {
  border-right: 1px solid rgba(198, 164, 106, 0.14);
}

.st-fdm-trust__item .material-icons {
  color: var(--st-gold);
  font-size: 31px;
  grid-row: 1 / span 2;
}

.st-fdm-trust__item strong,
.st-fdm-trust__item small {
  display: block;
  min-width: 0;
}

.st-fdm-trust__item strong {
  color: var(--st-cream);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.st-fdm-trust__item small {
  color: var(--st-muted);
  font-size: 12px;
  line-height: 1.3;
}

.st-fdm-section--coffrets {
  background:
    radial-gradient(circle at 50% 0%, rgba(198, 164, 106, 0.12), rgba(13, 13, 13, 0) 42%),
    #0d0d0d;
}

.st-fdm-card-row {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.st-fdm-carousel-arrow {
  border-color: var(--st-gold);
  border-style: solid;
  height: 22px;
  position: absolute;
  top: 35%;
  width: 22px;
}

.st-fdm-carousel-arrow--left {
  border-width: 0 0 1px 1px;
  left: -38px;
  transform: rotate(45deg);
}

.st-fdm-carousel-arrow--right {
  border-width: 1px 1px 0 0;
  right: -38px;
  transform: rotate(45deg);
}

.st-fdm-gift-card {
  min-width: 0;
  position: relative;
  text-align: center;
}

.st-fdm-gift-card img {
  aspect-ratio: 1.42;
  border-radius: 4px;
  object-fit: cover;
  width: 100%;
}

.st-fdm-badge {
  align-items: center;
  background: var(--st-gold);
  border-radius: 999px;
  color: #111;
  display: flex;
  font-size: 10px;
  font-weight: 800;
  height: 72px;
  justify-content: center;
  left: -10px;
  letter-spacing: 0.6px;
  line-height: 1.2;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  top: -16px;
  width: 72px;
  z-index: 1;
}

.st-fdm-badge--rose {
  background: #c88b97;
  color: #fff;
}

.st-fdm-gift-card strong {
  display: block;
  font-size: 25px;
  line-height: 1.15;
  margin-top: 22px;
  text-transform: uppercase;
}

.st-fdm-gift-card small {
  color: var(--st-muted);
  display: block;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 5px;
}

.st-fdm-price {
  color: var(--st-cream);
  display: block;
  font-size: 16px;
  margin-top: 14px;
}

.st-fdm-mini-btn {
  border: 1px solid var(--st-gold);
  color: var(--st-gold);
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: 1px;
  margin-top: 14px;
  min-width: 150px;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: background-color 180ms ease, color 180ms ease;
}

.st-fdm-gift-card:hover .st-fdm-mini-btn,
.st-fdm-gift-card:focus .st-fdm-mini-btn {
  background: var(--st-gold);
  color: #111;
}

.st-fdm-split-panel {
  border-bottom: 1px solid var(--st-line);
  border-top: 1px solid var(--st-line);
  display: grid;
  grid-template-columns: 1.08fr 1fr;
}

.st-fdm-split-panel__image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.st-fdm-split-panel__copy {
  align-self: center;
  max-width: 520px;
  padding: 76px 9vw 76px 76px;
}

.st-fdm-split-panel__copy h2 {
  font-size: 51px;
  margin-bottom: 26px;
  max-width: 410px;
}

.st-fdm-split-panel__copy p:not(.st-fdm-kicker) {
  margin-bottom: 34px;
  max-width: 430px;
}

.st-fdm-moments {
  border-bottom: 1px solid var(--st-line);
}

.st-fdm-moments__grid {
  align-items: center;
  display: grid;
  gap: 26px;
  grid-template-columns: 0.9fr 1.18fr 0.86fr;
}

.st-fdm-moments__copy {
  padding-right: 20px;
}

.st-fdm-moments__copy h2 {
  font-size: 43px;
  margin-bottom: 28px;
}

.st-fdm-moments__copy p:not(.st-fdm-kicker) {
  margin-bottom: 34px;
}

.st-fdm-editorial-image,
.st-fdm-feature-link,
.st-fdm-gallery__item {
  background: #171412;
  border: 1px solid rgba(198, 164, 106, 0.2);
  display: block;
  overflow: hidden;
}

.st-fdm-editorial-image img {
  aspect-ratio: 1.02;
  object-fit: cover;
  width: 100%;
}

.st-fdm-feature-links {
  display: grid;
  gap: 18px;
}

.st-fdm-feature-link {
  min-height: 210px;
  position: relative;
}

.st-fdm-feature-link::after {
  bottom: 24px;
  color: var(--st-cream);
  content: "→";
  font-size: 30px;
  position: absolute;
  right: 24px;
}

.st-fdm-feature-link img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  opacity: 0.74;
  position: absolute;
  transition: opacity 180ms ease, transform 260ms ease;
  width: 100%;
}

.st-fdm-feature-link:hover img,
.st-fdm-feature-link:focus img {
  opacity: 0.9;
  transform: scale(1.03);
}

.st-fdm-feature-link span {
  background: linear-gradient(0deg, rgba(13, 13, 13, 0.86), rgba(13, 13, 13, 0));
  bottom: 0;
  display: block;
  left: 0;
  padding: 54px 24px 24px;
  position: absolute;
  right: 0;
}

.st-fdm-feature-link strong,
.st-fdm-feature-link small {
  display: block;
}

.st-fdm-feature-link strong {
  font-size: 22px;
  line-height: 1.15;
  text-transform: uppercase;
}

.st-fdm-feature-link small {
  color: var(--st-muted);
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

.st-fdm-gallery {
  padding: 44px 0;
}

.st-fdm-gallery__grid {
  align-items: end;
  display: grid;
  gap: 18px;
  grid-template-columns: 1.36fr repeat(4, minmax(0, 1fr));
}

.st-fdm-gallery__intro h2 {
  font-size: 38px;
  margin-bottom: 6px;
}

.st-fdm-gallery__intro p:not(.st-fdm-kicker) {
  line-height: 1.55;
}

.st-fdm-gallery__item img {
  aspect-ratio: 1.18;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.st-fdm-gallery__item:hover img,
.st-fdm-gallery__item:focus img {
  transform: scale(1.04);
}

@media (max-width: 1199px) {
  .st-fdm h1 {
    font-size: 38px;
  }

  .st-fdm h2 {
    font-size: 36px;
  }

  .st-fdm-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-fdm-card-row,
  .st-fdm-moments__grid,
  .st-fdm-gallery__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .st-fdm-carousel-arrow {
    display: none;
  }

  .st-fdm-split-panel {
    grid-template-columns: 1fr;
  }

  .st-fdm-split-panel__image img {
    aspect-ratio: 1.55;
  }

  .st-fdm-split-panel__copy {
    max-width: none;
    padding: 58px 28px;
  }
}

@media (max-width: 767px) {
  .st-fdm-container {
    width: calc(100% - 30px);
  }

  .st-fdm h1 {
    font-size: 42px;
    line-height: 1.02;
  }

  .st-fdm h2,
  .st-fdm-split-panel__copy h2,
  .st-fdm-moments__copy h2,
  .st-fdm-gallery__intro h2 {
    font-size: 31px;
    line-height: 1.12;
  }

  .st-fdm p {
    font-size: 15px;
    line-height: 1.68;
  }

  .st-fdm-kicker {
    font-size: 12px;
    letter-spacing: 2px;
  }

  .st-fdm-section {
    padding: 54px 0;
  }

  .st-fdm-hero {
    align-items: flex-end;
    min-height: 700px;
  }

  .st-fdm-hero::before {
    background:
      linear-gradient(180deg, rgba(13, 13, 13, 0.05) 0%, rgba(13, 13, 13, 0.32) 42%, rgba(13, 13, 13, 0.94) 76%, rgba(13, 13, 13, 0.98) 100%),
      linear-gradient(90deg, rgba(13, 13, 13, 0.20), rgba(13, 13, 13, 0.02));
  }

  .st-fdm-hero__picture img {
    object-position: 18% top;
  }

  .st-fdm-hero__content {
    padding: 310px 0 46px;
  }

  .st-fdm-hero__intro {
    margin-bottom: 24px;
  }

  .st-fdm-btn {
    min-width: 0;
    width: 100%;
  }

  .st-fdm-hero__note {
    align-items: flex-start;
  }

  .st-fdm-trust__grid,
  .st-fdm-card-row,
  .st-fdm-moments__grid,
  .st-fdm-gallery__grid {
    grid-template-columns: 1fr;
  }

  .st-fdm-trust {
    display: none;
  }

  .st-fdm-card-row {
    gap: 42px;
  }

  .st-fdm-badge {
    height: 64px;
    width: 64px;
  }

  .st-fdm-gift-card strong {
    font-size: 22px;
  }

  .st-fdm-split-panel__image img {
    aspect-ratio: 1.12;
  }

  .st-fdm-split-panel__copy {
    padding: 48px 15px;
  }

  .st-fdm-feature-link {
    min-height: 184px;
  }

  .st-fdm-gallery {
    padding: 40px 0 54px;
  }

  .st-fdm-gallery__item img {
    aspect-ratio: 1.25;
  }
}

@media (max-width: 420px) {
  .st-fdm h1 {
    font-size: 30px;
  }

  .st-fdm-hero {
    min-height: 660px;
  }

  .st-fdm-hero__content {
    padding-top: 285px;
  }
}

/* Override aspect-ratio pour les coffrets Fête des Mères (images natives 700x869 portrait 4/5) */
.st-fdm-section--coffrets .st-fdm-gift-card img {
  aspect-ratio: 4 / 5;
}

/* === Countdown Fête des Mères (deadline 2026-05-25) === */
.st-fdm-countdown {
  margin-top: 18px;
  text-align: center;
}
.st-fdm-countdown__intro {
  color: var(--st-cream, #f5ecd3);
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 10px;
  opacity: 0.85;
}
.st-fdm-countdown__grid {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}
.st-fdm-countdown__unit {
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(220, 184, 108, 0.55);
  border-radius: 6px;
  padding: 10px 12px;
  min-width: 64px;
  text-align: center;
  backdrop-filter: blur(2px);
}
.st-fdm-countdown__unit .num {
  display: block;
  color: var(--st-gold, #dcb86c);
  font-size: 26px;
  font-weight: 700;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.st-fdm-countdown__unit .lbl {
  display: block;
  color: var(--st-cream, #f5ecd3);
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 6px;
  opacity: 0.85;
}
.st-fdm-countdown__expired {
  color: #ff9999;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin: 0;
}
@media (max-width: 600px) {
  .st-fdm-countdown__unit { min-width: 56px; padding: 8px 10px; }
  .st-fdm-countdown__unit .num { font-size: 22px; }
  .st-fdm-countdown__unit .lbl { font-size: 9px; }
}

/* === Élimine la bande noire entre header et hero (Fête des Mères) === */
body.cms-id-106 #content-wrapper,
body.cms-id-106 #main-content,
body.cms-id-106 #content.st-fdm-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
  background: transparent !important;
}
body.cms-id-106 .st-fdm-hero {
  margin-top: 0 !important;
}
body.cms-id-106 .breadcrumb,
body.cms-id-106 nav.breadcrumb {
  display: none;
}

/* Hero remonte sur la zone noire vide en bas du #header */
body.cms-id-106 .st-fdm-hero {
  margin-top: -50px !important;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  body.cms-id-106 .st-fdm-hero {
    margin-top: -20px !important;
  }
}
