/* ChouChou Official – overrides: grille Bootstrap header, logo réduit, bandeau hero, bouton flottant */

/* Palette rose gold (site) */
:root {
  --cc-rg-blush: #f8ebe9;
  --cc-rg-shell: #faf4f2;
  --cc-rg-champagne: #e8c9a8;
  --cc-rg-gold: #c9a088;
  --cc-rg-rose: #c4878f;
  --cc-rg-primary: #b76e79;
  --cc-rg-primary-hover: #a85d68;
  --cc-rg-deep: #8b5a62;
  --cc-rg-darker: #6d4750;
  --cc-rg-dark: #3d2c30;
  --cc-rg-nav: #3a3033;
  --cc-rg-nav-2: #2a2225;
  --cc-rg-nav-border: rgba(201, 160, 136, 0.45);
  --cc-rg-cta-gradient: linear-gradient(
    145deg,
    #e5c4a8 0%,
    #c9a088 18%,
    #b76e79 52%,
    #9f5c68 100%
  );
  --cc-rg-cta-gradient-hover: linear-gradient(
    145deg,
    #f0d4c4 0%,
    #d4a896 22%,
    #a85d68 55%,
    #8b5a62 100%
  );
  --cc-rg-reserve-gradient: linear-gradient(
    135deg,
    #fff8f6 0%,
    #f2ddd8 26%,
    #e8c9a8 55%,
    #d4a574 100%
  );
  --cc-rg-reserve-hover: linear-gradient(
    135deg,
    #ffffff 0%,
    #faf0ec 22%,
    #efd4c8 50%,
    #dcb896 100%
  );
}

/* Masquer la note flottante (étoiles / 4,5) et widgets Elfsight */
[class*="elfsight"],
.eapps-widget,
[id*="elfsight"] {
  display: none !important;
}

/* Boutons principaux — dégradé rose gold */
.bm-cta.-theme-header,
.bm-fixed-book .bm-cta,
.bm-book .bm-cta.-theme-yellow {
  background: var(--cc-rg-cta-gradient) !important;
  color: #fff !important;
  border-color: var(--cc-rg-deep) !important;
}
.bm-cta.-theme-header:hover,
.bm-fixed-book .bm-cta:hover,
.bm-book .bm-cta.-theme-yellow:hover {
  background: var(--cc-rg-cta-gradient-hover) !important;
  color: #fff !important;
  border-color: var(--cc-rg-darker) !important;
}
.bm-book .bm-cta.-theme-yellow svg path,
.bm-cta.-theme-rose-gold svg path {
  fill: #fff !important;
}
.bm-cta.-theme-rose-gold {
  background: var(--cc-rg-cta-gradient) !important;
  color: #fff !important;
  border-color: var(--cc-rg-deep) !important;
}
.bm-cta.-theme-rose-gold:hover {
  background: var(--cc-rg-cta-gradient-hover) !important;
  color: #fff !important;
}

/* CTA par défaut — rose gold métallisé */
.bm-cta {
  background: var(--cc-rg-cta-gradient) !important;
  color: #fff !important;
  border: 1px solid var(--cc-rg-deep) !important;
}
.bm-cta:hover {
  background: var(--cc-rg-cta-gradient-hover) !important;
  color: #fff !important;
  border-color: var(--cc-rg-darker) !important;
}
.bm-cta svg path {
  fill: #fff !important;
}

/* Secondaires : contour rose gold */
.bm-cta.-theme-light {
  background: transparent !important;
  color: var(--cc-rg-primary) !important;
  border: 2px solid var(--cc-rg-primary) !important;
  box-shadow: none !important;
}
.bm-cta.-theme-light:hover {
  background: rgba(183, 110, 121, 0.14) !important;
  color: var(--cc-rg-deep) !important;
  border-color: var(--cc-rg-deep) !important;
}
.bm-cta.-theme-light svg path {
  fill: var(--cc-rg-primary) !important;
}
.bm-cta.-theme-light:hover svg path {
  fill: var(--cc-rg-deep) !important;
}

.bm-cta.-theme-dark {
  background: linear-gradient(145deg, #8b5a62 0%, #6d4750 100%) !important;
  color: #fff !important;
  border-color: #5c3d44 !important;
}
.bm-cta.-theme-dark:hover {
  background: linear-gradient(145deg, #9f656e 0%, #7a5560 100%) !important;
  color: #fff !important;
  border-color: #4a3338 !important;
}

.bm-cta.-theme-border-light {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 245, 242, 0.9) !important;
  box-shadow: none !important;
}
.bm-cta.-theme-border-light:hover {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
  border-color: #fff !important;
}
.bm-cta.-theme-border-light svg path {
  fill: #fff !important;
}

/* Cacher le bouton flottant Réserver sur desktop (présent dans le header) */
@media (min-width: 768px) {
  .bm-fixed-book {
    display: none;
  }
}

/* Desktop : dropdown Services avec liste + photo associée */
@media (min-width: 768px) {
  .bm-header__sub-nav[js-subnav-wrapper="0"] {
    display: flex;
    align-items: stretch;
    gap: 2rem;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] > ul {
    flex: 0 0 220px;
    margin: 0;
    padding: 1.5rem 0;
    list-style: none;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] > ul li + li {
    margin-top: 0.5rem;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] > ul a {
    display: inline-block;
    width: 100%;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] .chouchou-services-photos {
    flex: 1 1 auto;
    position: relative;
    min-height: 380px;
    width: 100%;
    max-width: none;
    display: block;
    overflow: hidden;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] .chouchou-service-photo {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] .chouchou-service-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .bm-header__sub-nav[js-subnav-wrapper="0"] .chouchou-service-photo.-active {
    opacity: 1;
    pointer-events: auto;
  }
}

/* Mobile : logo, Réserver et hamburger sur la même ligne en haut */
@media (max-width: 767.98px) {
  .bm-header .bm-header__wrapper .row {
    flex-wrap: nowrap;
    align-items: center;
  }
  .bm-header .bm-header__wrapper .row .bm-header__wrap-nav.-dx {
    display: none;
  }
}

/* Menus centrés dans la colonne col-md-6 */
.bm-header__nav.-desktop ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.25rem;
}

/* Navbar desktop style maquette: capsule noire arrondie */
@media (min-width: 992px) {
  .chouchou-navbar-pill {
    width: 100%;
    margin-top: 1.1rem;
    background: transparent;
  }

  .chouchou-navbar-pill .bm-header__wrapper {
    width: min(1200px, calc(100% - 4rem));
    margin: 0 auto;
    background: linear-gradient(165deg, var(--cc-rg-nav) 0%, var(--cc-rg-nav-2) 100%);
    border: 2px solid var(--cc-rg-nav-border);
    border-radius: 999px;
    box-shadow:
      0 16px 40px rgba(61, 44, 48, 0.45),
      inset 0 1px 0 rgba(232, 201, 168, 0.12);
    padding: 0.5rem 1rem;
  }

  .chouchou-navbar-pill .container {
    max-width: none;
    width: 100%;
    padding: 0 0.25rem;
  }

  .chouchou-navbar-pill .bm-header__wrapper .row.align-items-center.justify-content-between {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0;
  }

  .chouchou-navbar-pill .bm-header__wrapper .col-3,
  .chouchou-navbar-pill .bm-header__wrapper .col-md-6,
  .chouchou-navbar-pill .bm-header__wrapper .col-9.col-md-3 {
    width: auto;
    max-width: none;
    flex: 0 0 auto;
    padding: 0;
  }

  .bm-header--index.chouchou-navbar-pill .bm-header__wrapper .col-md-6 {
    position: static;
    left: auto;
    right: auto;
    pointer-events: auto;
    flex: 1 1 auto;
    display: flex !important;
    justify-content: center;
  }

  .bm-header--index.chouchou-navbar-pill .bm-header__wrapper .col-3 {
    min-width: 190px;
    padding-left: 0;
    justify-content: flex-start;
  }

  .bm-header--index.chouchou-navbar-pill .bm-header__wrapper .col-9.col-md-3 {
    min-width: 190px;
    justify-content: flex-end;
  }

  .chouchou-navbar-pill .bm-header__logo {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.45rem;
    border: 1px solid #d8d8d8;
  }

  .chouchou-navbar-pill .bm-header__logo a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }

  .chouchou-navbar-pill .bm-header__logo img {
    max-height: 34px;
    max-width: 34px;
    border-radius: 50%;
    object-fit: cover;
  }

  .chouchou-navbar-pill .bm-header__nav.-desktop,
  .chouchou-navbar-pill .bm-header__nav.-desktop nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .chouchou-navbar-pill .bm-header__nav.-desktop ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.1rem;
    width: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .chouchou-navbar-pill .bm-header__nav.-desktop li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .chouchou-navbar-pill .bm-header__nav.-desktop .bm-cta.-theme-small,
  .chouchou-navbar-pill .bm-header__nav.-desktop a {
    background: transparent !important;
    border: 0 !important;
    color: #fdf6f3 !important;
    padding: 0;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.1;
    text-transform: none;
    box-shadow: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .chouchou-navbar-pill .bm-header__nav.-desktop .bm-cta.-theme-small span,
  .chouchou-navbar-pill .bm-header__nav.-desktop a span {
    color: #fdf6f3 !important;
  }

  .chouchou-navbar-pill .bm-header__wrap-nav.-dx {
    display: none;
  }

  .chouchou-navbar-pill .chouchou-navbar-pill__reserve {
    background: var(--cc-rg-reserve-gradient) !important;
    color: #2c2224 !important;
    border: 1px solid rgba(183, 110, 121, 0.45) !important;
    border-radius: 999px;
    padding: 0.52rem 1.2rem;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow:
      0 5px 18px rgba(183, 110, 121, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.85);
    text-transform: none;
    transition: transform 0.18s ease, box-shadow 0.22s ease, filter 0.22s ease;
  }

  .chouchou-navbar-pill .chouchou-navbar-pill__reserve span {
    color: #2c2224 !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  }

  .chouchou-navbar-pill .chouchou-navbar-pill__reserve:hover {
    background: var(--cc-rg-reserve-hover) !important;
    color: #2c2224 !important;
    border-color: rgba(139, 90, 98, 0.55) !important;
    transform: translateY(-1px) scale(1.02);
    box-shadow:
      0 10px 24px rgba(183, 110, 121, 0.38),
      inset 0 1px 0 rgba(255, 255, 255, 0.9);
    filter: saturate(1.06);
  }

  .chouchou-navbar-pill .chouchou-navbar-pill__reserve:active {
    transform: translateY(0) scale(0.995);
    box-shadow:
      0 4px 12px rgba(183, 110, 121, 0.28),
      inset 0 1px 0 rgba(255, 255, 255, 0.7);
  }

  .chouchou-navbar-pill .chouchou-navbar-pill__reserve:focus-visible {
    outline: 2px solid var(--cc-rg-champagne);
    outline-offset: 2px;
  }
}

/* Popup réservation (custom) */
.chouchou-popup {
  position: fixed;
  inset: 0;
  z-index: 1055;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}
.chouchou-popup.-open {
  display: flex;
}
.chouchou-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 8, 8, 0.55);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.chouchou-popup__dialog {
  position: relative;
  width: min(920px, calc(100% - 1.5rem));
  max-height: calc(100dvh - 2.5rem);
  display: flex;
}
.chouchou-popup__card {
  width: 100%;
  max-height: 100%;
  background: #ffffff;
  border: 1px solid #ece3d4;
  border-radius: 22px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.36);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.chouchou-popup__header {
  position: sticky;
  top: 0;
  z-index: 2;
}
.chouchou-popup__body {
  overflow: auto;
}
html.chouchou-popup-open,
body.chouchou-popup-open {
  overflow: hidden !important;
}

@media (max-width: 991.98px) {
  .chouchou-popup {
    padding: 0;
  }
  .chouchou-popup__dialog {
    width: 100%;
    max-height: 100dvh;
  }
  .chouchou-popup__card {
    border-radius: 0;
    border: 0;
    box-shadow: none;
    height: 100dvh;
  }
}

/* Accueil uniquement : menu au centre visuel, logo et boutons aux coins */
.bm-header--index {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  overflow-x: visible;
}
.bm-header--index .bm-header__wrapper {
  position: relative;
  width: 100%;
}
.bm-header--index .bm-header__wrapper .col-3 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
}
.bm-header--index .bm-header__wrapper .col-9.col-md-3 {
  justify-content: flex-end;
}
/* Même centrage que le bandeau hero : bande pleine largeur, contenu au milieu */
.bm-header--index .bm-header__wrapper .col-md-6 {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.bm-header--index .bm-header__wrapper .col-md-6 .bm-header__nav.-desktop {
  pointer-events: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bm-header--index .bm-header__wrapper .col-md-6 .bm-header__nav.-desktop nav,
.bm-header--index .bm-header__wrapper .col-md-6 .bm-header__nav.-desktop ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.bm-header--index .bm-header__nav.-desktop nav {
  width: auto;
  display: flex;
  justify-content: center;
}
.bm-header--index .bm-header__nav.-desktop ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.25rem;
}

/* Fixer le logo header (taille stable, pas écrasé) */
.bm-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.bm-header__logo img,
.bm-footer__logo img,
.bm-newsletter__logo img,
.bm-header__hotel-logo img,
.bm-preloader img[alt="ChouChou Official"] {
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}

/* Fond wave particles rose gold (index) – calque fixe derrière le contenu */
.chouchou-particles-bg {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.chouchou-particles-bg canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.bm-container .page-scroller {
  position: relative;
  z-index: 1;
}

/* Centrer le texte du bandeau hero + empiler les lignes au même endroit (fade GSAP) */
.bm-hero {
  position: relative;
}
.bm-hero__title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  min-height: 4em;
  z-index: 2;
  isolation: isolate;
  overflow: hidden;
}
/* Section scroll-images : clic pour réserver */
.bm-section-wrapper.-scroll-images {
  cursor: pointer;
}

.bm-hero__title .bm-hero__line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

/* Taille de la police du bandeau (agrandie) */
.bm-hero__title .t-headline-2,
.bm-hero__title .bm-hero__line {
  font-size: clamp(2rem, 6vw, 3.5rem);
}
.bm-hero__title .bm-hero__slogan {
  font-size: 1.5rem;
}

/* Bouton Réserver du hero : sous le texte, bien centré */
.bm-hero__cta {
  position: absolute;
  left: 0;
  right: 0;
  top: 58%;
  z-index: 2;
  margin-top: 0.5em;
  text-align: center;
}
.bm-hero__cta .bm-cta,
.bm-hero__cta a {
  display: inline-block;
}

/* Optionnel : réduire la police du menu */
.bm-header__nav .bm-cta,
.bm-header__nav a {
  font-size: 0.9rem;
}

/* GLightbox ChouChou : bouton Fermer bien visible en haut à droite */
.glightbox-container .gclose {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  left: auto !important;
  width: auto !important;
  min-width: 110px;
  height: 48px !important;
  padding: 0 16px !important;
  font-size: 18px;
  font-weight: 600;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.85) !important;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  z-index: 1000002 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  font-family: inherit;
}
.glightbox-container .gclose:hover {
  background: rgba(0, 0, 0, 0.95) !important;
  color: #fff !important;
  border-color: #fff;
}
.glightbox-container .gclose::after {
  content: "Fermer";
  white-space: nowrap;
}
.glightbox-container .gclose svg {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}
.glightbox-container .goverlay {
  cursor: pointer;
}

/* Bouton Fermer ChouChou (secours) au-dessus de la lightbox */
#chouchou-glb-close,
.chouchou-glb-close-btn {
  position: fixed !important;
  top: 20px !important;
  right: 20px !important;
  z-index: 1000003 !important;
  padding: 12px 20px !important;
  font-size: 18px !important;
  font-weight: 600;
  color: #fff !important;
  background: rgba(0, 0, 0, 0.9) !important;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  cursor: pointer !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  font-family: inherit;
}
#chouchou-glb-close:hover,
.chouchou-glb-close-btn:hover {
  background: #000 !important;
  border-color: #fff;
  color: #fff !important;
}

/* Section avec vidéo en arrière-plan */
.bm-section-video {
  position: relative;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.bm-section-video__back {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #c9a088 0%, #b76e79 45%, #8b5a62 100%);
}
.bm-section-video__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bm-section-video__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(183, 110, 121, 0.25), rgba(0, 0, 0, 0.4));
}
.bm-section-video__content {
  position: relative;
  z-index: 1;
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.bm-section-video__content .t-overline,
.bm-section-video__content .t-headline-3,
.bm-section-video__content .t-headline-3 h2 {
  color: #fff;
}
.bm-section-video__cta {
  margin-top: 1.5rem;
}
.bm-section-video__content .bm-cta {
  color: #fff;
}

/* Galerie cards : cliquable pour ouvrir la photo en lightbox (sans effet au clic) */
.bm-card-carousel__card {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.bm-card-carousel__card:hover,
.bm-card-carousel__card:active {
  opacity: 1;
}
.bm-card-carousel__card:focus {
  outline: none;
}

/* Cards carousel ChouChou index : texte et bouton centrés, défilement auto + infini (voir chouchou-gallery.js) */
.bm-card-carousel__card {
  text-align: center;
}
.bm-card-carousel__card .t-overline,
.bm-card-carousel__card .t-subtitle-3 {
  display: block;
  text-align: center;
}
.bm-card-carousel__card .bm-cta.mt-2 {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* Section Nos partenaires – bande défilante (marquee) */
.chouchou-partners {
  background: linear-gradient(
    180deg,
    rgba(232, 201, 168, 0.14) 0%,
    rgba(248, 235, 233, 0.35) 50%,
    rgba(255, 252, 251, 0.9) 100%
  );
}
.chouchou-partners__scroll-wrap {
  overflow: hidden;
  width: 100%;
}
.chouchou-partners__track {
  display: flex;
  align-items: center;
  gap: 3rem;
  width: max-content;
  animation: chouchou-partners-scroll 50s linear infinite;
}
@keyframes chouchou-partners-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.chouchou-partners__item {
  flex-shrink: 0;
  min-width: 120px;
  max-width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chouchou-partners__logo {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  filter: grayscale(0.4);
  opacity: 0.9;
  transition: filter 0.25s, opacity 0.25s;
}
.chouchou-partners__logo:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* Footer Bootstrap : 3 colonnes 4-4-4, Powered by centré en bas */
.bm-footer .container {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.bm-footer__copyright {
  font-size: 0.85rem;
  opacity: 0.9;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bm-footer__contact a {
  display: inline-block;
}
.bm-footer__social {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.bm-footer__social a {
  display: inline-flex;
  color: inherit;
  opacity: 0.85;
  transition: opacity 0.2s;
}
.bm-footer__social a:hover {
  opacity: 1;
}
.bm-footer__social svg {
  width: 22px;
  height: 22px;
}

/* Popup réservation (modal) : base */
#chouchou-book-offcanvas .modal-content.chouchou-booking-modal__content {
  background: #ffffff !important;
  max-height: none;
  width: 100%;
  border-radius: 22px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
#chouchou-book-offcanvas .modal-content.chouchou-booking-modal__content {
  border: 1px solid #ece3d4;
}
.chouchou-booking-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ece7df;
  padding: 1rem 1.25rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
  position: sticky;
  top: 0;
  z-index: 2;
}
.chouchou-booking-modal__title {
  color: #1a1a1a;
  font-weight: 700;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  letter-spacing: 0.01em;
  margin: 0;
}
.chouchou-booking-modal__close-btn {
  padding: 0.5rem 0.95rem;
  border-radius: 9999px;
  font-size: 0.76rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border: 1px solid #e3ddcf;
  background: #fff;
  color: #2a2a2a;
  transition: background 0.2s, transform 0.15s;
}
.chouchou-booking-modal__close-btn:hover {
  background: #f9f5ee;
  color: #1a1a1a;
  transform: translateY(-1px);
}
.chouchou-booking-modal__body,
#chouchou-book-offcanvas .modal-body.chouchou-booking-modal__body {
  padding: 1rem 1rem 2.25rem;
  padding-bottom: max(3rem, calc(env(safe-area-inset-bottom) + 1.5rem));
  background: radial-gradient(circle at top right, rgba(232, 191, 142, 0.16), rgba(255, 255, 255, 0.98) 48%), #fff;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
  flex: 1 1 0%;
  min-height: 0;
  max-height: calc(100vh - 4.5rem);
  max-height: calc(100dvh - 4.5rem);
  display: block;
  align-items: center;
  text-align: center;
}
.chouchou-booking-modal__body .chouchou-booking-modal__form,
#chouchou-book-offcanvas .modal-body .chouchou-booking-modal__form {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.chouchou-booking-modal__body .bm-book,
#chouchou-book-offcanvas .modal-body .chouchou-booking-modal__book {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #eee7da;
  border-radius: 20px;
  box-shadow: 0 14px 38px rgba(19, 14, 7, 0.1);
  padding: 1rem 1rem 1.15rem;
}
.chouchou-booking-modal__body .bm-book__row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}
.chouchou-booking-modal__body .bm-book__col {
  flex: 1 1 calc(50% - 0.5rem);
  min-width: 0;
}
.chouchou-booking-modal__body .bm-book__col.bm-book__col--full {
  flex: 1 1 100%;
}
@media (max-width: 480px) {
  .chouchou-booking-modal__body .bm-book__col {
    flex: 1 1 100%;
  }
}
.chouchou-booking-modal__body .bm-book__field label {
  color: #3c3329;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin-bottom: 0.35rem;
  display: block;
}
.chouchou-booking-modal__body .bm-book__select,
.chouchou-booking-modal__body .bm-book__date {
  background: #ffffff;
  border: 1px solid #e9e1d3;
  border-radius: 12px;
  color: #1a1a1a;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.chouchou-booking-modal__body .bm-book__select select,
.chouchou-booking-modal__body .bm-book__date input {
  background: transparent;
  border: 0;
  color: #1a1a1a;
  padding: 0.72rem 0.85rem;
  font-size: 0.95rem;
  width: 100%;
}
.chouchou-booking-modal__body .bm-book__date:focus-within,
.chouchou-booking-modal__body .bm-book__select:focus-within {
  border-color: #c89b4d;
  box-shadow: 0 0 0 3px rgba(200, 155, 77, 0.18);
  transform: translateY(-1px);
}
.chouchou-booking-modal__body .bm-book__date input::placeholder {
  color: #999;
}
.chouchou-booking-modal__body .bm-book__date#chouchou-offcanvas-price,
.chouchou-booking-modal__price {
  background: linear-gradient(180deg, #fffdf6, #fff8e9);
  border: 1px solid #e7d6af;
  color: #5d4b2e;
  font-weight: 600;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  min-height: 38px;
}
.chouchou-booking-modal__radio-group {
  display: flex;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
}
.chouchou-booking-modal__radio-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.chouchou-booking-modal__submit-row {
  margin-bottom: 80px;
}
.chouchou-booking-modal__body .bm-book .t-link {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.chouchou-booking-modal__body .bm-book .t-link:hover {
  color: #333333;
}
.chouchou-booking-modal__body .chouchou-booking-modal__service-name {
  text-align: center;
  margin-bottom: 0.8rem;
  background: #fff;
  border: 1px solid #ece6db;
  border-radius: 999px;
  padding: 0.5rem 0.9rem !important;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}
.chouchou-booking-modal__service-name {
  color: #2b241c;
  font-weight: 600;
}
.chouchou-booking-modal__label {
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: #000000;
}
.chouchou-booking-modal__form .form-label.chouchou-booking-modal__label {
  color: #000000;
}
.chouchou-booking-modal__form .mb-3 {
  margin-bottom: 1rem !important;
}
.chouchou-booking-modal__form .mb-4 {
  margin-bottom: 1.25rem !important;
}
.chouchou-booking-modal__form .chouchou-booking-input {
  background: #ffffff !important;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  color: #1a1a1a;
  padding: 0.65rem 0.85rem;
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.chouchou-booking-modal__form .chouchou-booking-input:focus {
  border-color: #ccc;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
  outline: 0;
}
.chouchou-booking-modal__form .chouchou-booking-input::placeholder {
  color: #999;
}
.chouchou-booking-modal__form .chouchou-booking-modal__link {
  display: inline-block;
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
}
.chouchou-booking-modal__form .chouchou-booking-modal__link:hover {
  color: #333333;
}
/* Bouton RÉSERVER : rose gold */
.chouchou-booking-modal__form .chouchou-booking-modal__submit,
.chouchou-booking-modal__content .bm-cta.chouchou-booking-modal__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.25rem;
  border-radius: 14px;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-top: 0.25rem;
  margin-bottom: max(2.5rem, env(safe-area-inset-bottom));
  box-shadow: 0 10px 22px rgba(183, 110, 121, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  background: var(--cc-rg-cta-gradient) !important;
  color: #fff !important;
  border: 1px solid var(--cc-rg-deep) !important;
  opacity: 1;
  visibility: visible;
}
.chouchou-booking-modal__form .chouchou-booking-modal__submit:hover,
.chouchou-booking-modal__content .bm-cta.chouchou-booking-modal__submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(183, 110, 121, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.4);
  background: var(--cc-rg-cta-gradient-hover) !important;
  color: #fff !important;
  border-color: var(--cc-rg-darker) !important;
  opacity: 1;
}
.chouchou-booking-modal__form .chouchou-booking-modal__submit svg,
.chouchou-booking-modal__content .chouchou-booking-modal__submit svg {
  flex-shrink: 0;
}
.chouchou-booking-modal__form .chouchou-booking-modal__submit svg path,
.chouchou-booking-modal__content .chouchou-booking-modal__submit svg path {
  fill: #fff !important;
}

/* Backdrop premium pour le popup réservation */
.modal-backdrop.show {
  background-color: rgba(8, 8, 8, 0.52);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* Desktop: popup centré (aspect modal premium) */
@media (min-width: 992px) {
  #chouchou-book-offcanvas .modal-dialog.chouchou-booking-modal__dialog {
    width: min(900px, calc(100% - 2.25rem));
    max-width: 900px;
    margin: 2rem auto;
  }

  #chouchou-book-offcanvas .modal-body.chouchou-booking-modal__body {
    max-height: calc(100dvh - 9.5rem);
  }

  .chouchou-booking-modal__body .bm-book__row {
    gap: 0.9rem;
  }

  .chouchou-booking-modal__content .bm-cta.chouchou-booking-modal__submit {
    min-height: 52px;
    margin-bottom: 0 !important;
  }
}

/* Mobile: modal en plein écran ergonomique */
@media (max-width: 991.98px) {
  #chouchou-book-offcanvas .modal-dialog.chouchou-booking-modal__dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100dvh;
  }

  #chouchou-book-offcanvas .modal-content.chouchou-booking-modal__content {
    height: 100dvh;
    border-radius: 0;
    border: 0;
    box-shadow: none;
  }

  #chouchou-book-offcanvas .modal-body.chouchou-booking-modal__body {
    max-height: none;
    padding-bottom: max(2.5rem, calc(env(safe-area-inset-bottom) + 1rem));
  }
  .chouchou-booking-modal__submit-row {
    margin-bottom: 1.25rem;
  }
}

/* Newsletter footer : CTA vers page S’abonner */
.chouchou-newsletter-cta-row {
  justify-content: center;
  flex-wrap: wrap;
}
a.bm-cta.chouchou-newsletter-cta {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Page souscrire — carte hero + nav pilule (réf. maquette) */
.chouchou-subscribe-page,
.chouchou-subscribe-page__body {
  --chouchou-sub-shell: #faf4f2;
  --chouchou-sub-cream: #f8ebe9;
  --chouchou-sub-ink: #3d2c30;
  --chouchou-sub-muted: #6d5658;
  --chouchou-sub-card: #f0e4e0;
  --chouchou-sub-pill-cta: #b76e79;
  --chouchou-sub-pill-cta-hover: #a85d68;
  --chouchou-sub-accent: #c9a088;
  --chouchou-sub-accent-hover: #b08a6f;
  --chouchou-sub-footer: #3d2c30;
  --chouchou-sub-hero-radius: clamp(28px, 5vw, 52px);
}

.chouchou-subscribe-page__body {
  margin: 0;
  min-height: 100vh;
  min-height: 100dvh;
  background: var(--chouchou-sub-shell);
  color: var(--chouchou-sub-ink);
  font-family: "Plus Jakarta Sans", system-ui, -apple-system, sans-serif;
  overflow-x: clip;
}

.chouchou-subscribe-page__hero-shell {
  padding: clamp(0.75rem, 3vw, 2rem) clamp(0.75rem, 3vw, 2.5rem)
    clamp(1.25rem, 3vw, 2rem);
  max-width: 1440px;
  margin: 0 auto;
}

.chouchou-subscribe-page__hero-card {
  position: relative;
  border-radius: var(--chouchou-sub-hero-radius);
  overflow: hidden;
  min-height: clamp(480px, 76vh, 720px);
  box-shadow: 0 24px 60px rgba(44, 36, 32, 0.12);
}

.chouchou-subscribe-page__hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.chouchou-subscribe-page__hero-bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform-origin: center center;
  display: block;
}

.chouchou-subscribe-page__hero-vignette {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(18, 16, 14, 0.4) 0%,
    rgba(18, 16, 14, 0.12) 38%,
    rgba(18, 16, 14, 0.62) 100%
  );
}

.chouchou-subscribe-page__nav-pill-wrap {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  padding: clamp(0.85rem, 2.2vw, 1.65rem) clamp(0.65rem, 2vw, 1.25rem) 0;
}

/* Pilule blanche fixe en haut (index, about, fr, en, services…) */
.chouchou-subscribe-page__nav-pill-wrap--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  padding: clamp(0.6rem, 1.8vw, 1.1rem) clamp(0.65rem, 3vw, 2rem) 0.35rem;
  pointer-events: none;
  /* Pas de bandeau opaque : la pilule se lit sur l’image du hero / bannière */
  background: transparent;
}

.chouchou-subscribe-page__nav-pill-wrap--fixed .chouchou-subscribe-page__nav-pill {
  pointer-events: auto;
  position: relative;
  z-index: 2001;
  --chouchou-sub-ink: #3d2c30;
  --chouchou-sub-pill-cta: #b76e79;
  --chouchou-sub-pill-cta-hover: #a85d68;
}

/* Fond assombri : menu mobile unifié (toutes les pages avec pilule) */
.chouchou-pill-nav__backdrop {
  position: fixed;
  inset: 0;
  z-index: 1998;
  background: rgba(24, 18, 20, 0.46);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.32s ease,
    visibility 0.32s ease;
}

.chouchou-pill-nav__backdrop.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

body.chouchou-pill-nav-menu-open {
  overflow: hidden;
  overscroll-behavior: contain;
}

body.chouchou-pill-nav-menu-open .chouchou-admin__profile-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.2s ease,
    visibility 0.2s ease;
}

.chouchou-pill-nav__sheet-title,
.chouchou-pill-nav__sheet-label {
  display: none;
}

.chouchou-fixed-pill-nav {
  --chouchou-sub-ink: #3d2c30;
  --chouchou-sub-pill-cta: #b76e79;
  --chouchou-sub-pill-cta-hover: #a85d68;
  /* Le hero / bannière remonte sous la pilule (nav posée sur l’image) */
  padding-top: 0;
}

.chouchou-fixed-pill-nav .bm-fixed-book {
  display: none !important;
}

.chouchou-fixed-pill-nav .bm-header .bm-header__wrapper {
  display: none !important;
}

.chouchou-fixed-pill-nav .bm-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible;
  pointer-events: none;
  z-index: 1990;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.chouchou-fixed-pill-nav .bm-header .bm-header__sub-nav,
.chouchou-fixed-pill-nav .bm-header .bm-header__third-nav {
  pointer-events: auto;
}

/* Évite une bande / espace réservé sous l’ancien header */
.chouchou-fixed-pill-nav .bm-header-shadow {
  display: none !important;
}

@media (min-width: 768px) {
  .chouchou-fixed-pill-nav .bm-header__sub-nav,
  .chouchou-fixed-pill-nav .bm-header__third-nav {
    top: clamp(4.5rem, 10vw, 5.5rem) !important;
  }
}

.chouchou-subscribe-page__nav-pill {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem 1rem;
  width: 100%;
  max-width: 920px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  background: linear-gradient(180deg, #fffefd 0%, #fdf8f6 55%, #faf4f2 100%);
  border: 1px solid rgba(201, 160, 136, 0.22);
  border-radius: 999px;
  box-shadow:
    0 10px 40px rgba(61, 44, 48, 0.08),
    0 2px 12px rgba(183, 110, 121, 0.06);
  transition: border-radius 0.35s ease, box-shadow 0.35s ease;
}

.chouchou-subscribe-page__nav-pill.-open {
  border-radius: clamp(18px, 4vw, 28px);
  padding-bottom: 0.65rem;
}

.chouchou-subscribe-page__nav-pill-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: var(--chouchou-sub-ink);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: -0.02em;
  text-transform: lowercase;
}

.chouchou-subscribe-page__nav-pill-logo {
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.chouchou-subscribe-page__nav-pill-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 1.5rem;
  flex: 1;
}

.chouchou-subscribe-page__nav-pill-links a {
  color: #555;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  white-space: nowrap;
  transition: color 0.2s;
}

.chouchou-subscribe-page__nav-pill-links a:hover {
  color: var(--chouchou-sub-ink);
}

.chouchou-subscribe-page__nav-pill-links .chouchou-pill-nav__link-btn {
  background: none;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 1.05rem;
  font-weight: 500;
  color: #555;
  padding: 0.2rem 0;
  white-space: nowrap;
  transition: color 0.2s;
}

.chouchou-subscribe-page__nav-pill-links .chouchou-pill-nav__link-btn:hover {
  color: var(--chouchou-sub-ink, #333);
}

.chouchou-subscribe-page__nav-pill-links a.chouchou-pill-nav__link-btn {
  text-decoration: none;
}

.chouchou-pill-nav__link-btn--current,
.chouchou-subscribe-page__nav-pill-links .chouchou-pill-nav__link-btn--current {
  color: var(--chouchou-sub-ink, #333) !important;
  font-weight: 600;
}

/* Groupe icône utilisateur + Réserver (à droite de la pilule) */
.chouchou-subscribe-page__nav-pill-end {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  flex-shrink: 0;
}

.chouchou-pill-nav__lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.18rem;
  border-radius: 999px;
  border: 1px solid rgba(183, 110, 121, 0.25);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 12px rgba(183, 110, 121, 0.09);
}

.chouchou-pill-nav__lang-btn {
  border: none;
  border-radius: 999px;
  min-width: 38px;
  height: 30px;
  padding: 0 0.6rem;
  font-size: 0.73rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: transparent;
  color: #76585d;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.chouchou-pill-nav__lang-btn:hover {
  background: rgba(183, 110, 121, 0.12);
}

.chouchou-pill-nav__lang-btn.is-active {
  color: #fff;
  background: linear-gradient(140deg, #c9a088 0%, #b76e79 100%);
}

/* Icône connexion / espace membre */
.chouchou-subscribe-page__nav-pill .chouchou-pill-nav__user {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid rgba(183, 110, 121, 0.38);
  background: rgba(255, 255, 255, 0.98);
  color: var(--chouchou-sub-pill-cta, #b76e79);
  flex-shrink: 0;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s,
    box-shadow 0.2s;
  box-shadow: 0 2px 10px rgba(183, 110, 121, 0.1);
}

.chouchou-subscribe-page__nav-pill .chouchou-pill-nav__user:hover {
  background: rgba(183, 110, 121, 0.12);
  color: var(--chouchou-sub-pill-cta-hover, #a85d68);
  border-color: rgba(183, 110, 121, 0.55);
}

.chouchou-subscribe-page__nav-pill .chouchou-pill-nav__user--active {
  background: linear-gradient(145deg, #e5c4a8 0%, #c9a088 35%, #b76e79 100%);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 4px 18px rgba(183, 110, 121, 0.38);
}

.chouchou-pill-nav__user-icon {
  display: block;
  flex-shrink: 0;
}

.chouchou-services-page-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  height: 100%;
  background: linear-gradient(180deg, #fff 0%, #fdfaf7 100%);
  border: 1px solid rgba(156, 132, 110, 0.16);
  border-radius: clamp(14px, 2.5vw, 22px);
  padding: clamp(0.85rem, 2vw, 1.1rem);
  box-shadow: 0 8px 26px rgba(44, 36, 32, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.chouchou-services-page-card:hover {
  transform: translateY(-4px);
  border-color: rgba(156, 132, 110, 0.35);
  box-shadow: 0 16px 34px rgba(44, 36, 32, 0.12);
}

.chouchou-services-page-card .bm-media {
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 0.55rem !important;
}

.chouchou-services-page-card .bm-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chouchou-services-page-card .t-overline {
  letter-spacing: 0.1em;
}

.chouchou-services-page-card .t-subtitle-3 {
  margin-top: 0.35rem !important;
  margin-bottom: 0.35rem !important;
  font-size: clamp(1.05rem, 1.6vw, 1.2rem);
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chouchou-services-page-card .t-body-2 {
  margin-top: 0 !important;
  margin-bottom: 0.45rem !important;
  color: #4d4d4d;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.chouchou-services-page-card .bm-cta {
  margin-top: auto !important;
}

.chouchou-services-page-grid [id] {
  scroll-margin-top: clamp(5rem, 14vw, 6.75rem);
}

@media (max-width: 767.98px) {
  .chouchou-services-page-card .bm-media {
    aspect-ratio: 16 / 10;
  }

  .chouchou-services-page-card .t-subtitle-3,
  .chouchou-services-page-card .t-body-2 {
    -webkit-line-clamp: 3;
  }
}

/* About page refresh */
.chouchou-about-page main {
  background: linear-gradient(180deg, #faf4f2 0%, #fffcfb 32%, #ffffff 100%);
}

.chouchou-about-page main [id] {
  scroll-margin-top: clamp(5rem, 14vw, 6.75rem);
}

.chouchou-about-page .page-scroller {
  background: linear-gradient(180deg, #faf4f2 0%, #fffcfb 28%, #ffffff 100%);
}

.chouchou-about-page .bm-hero__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1rem;
  justify-content: center;
}

.chouchou-about-pillars {
  margin-top: 0.5rem;
}

.chouchou-about-pillar {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf7 100%);
  border: 1px solid rgba(156, 132, 110, 0.2);
  border-radius: clamp(14px, 2vw, 18px);
  padding: clamp(1rem, 2.2vw, 1.35rem);
  box-shadow: 0 8px 22px rgba(44, 36, 32, 0.06);
  transition:
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.chouchou-about-pillar:hover {
  box-shadow: 0 12px 32px rgba(44, 36, 32, 0.1);
  transform: translateY(-2px);
}

.chouchou-about-pillar .t-body-2 {
  color: #555;
  line-height: 1.55;
}

.chouchou-about-page .bm-hero__title .bm-hero__line {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.28);
}

.chouchou-about-page .bm-section-text,
.chouchou-about-page .bm-section-window__content {
  max-width: 1120px;
  margin-inline: auto;
}

.chouchou-about-page .bm-media img {
  border-radius: clamp(12px, 2vw, 18px);
}

.chouchou-about-page .bm-section-text .t-body-1 {
  color: #4a4a4a;
  line-height: 1.65;
}

.chouchou-about-page .bm-section-text .bm-cta,
.chouchou-about-page .bm-section-window .bm-cta {
  border-radius: 999px;
}

.chouchou-about-team__card {
  height: 100%;
  background: linear-gradient(180deg, #ffffff 0%, #fdfaf7 100%);
  border: 1px solid rgba(156, 132, 110, 0.2);
  border-radius: clamp(14px, 2vw, 20px);
  padding: clamp(0.85rem, 2vw, 1rem);
  box-shadow: 0 10px 28px rgba(44, 36, 32, 0.08);
}

.chouchou-about-team__card--role {
  position: relative;
  padding: clamp(1.15rem, 2.4vw, 1.5rem);
  padding-top: clamp(1.35rem, 2.8vw, 1.75rem);
  border-left: 3px solid rgba(183, 110, 121, 0.55);
}

.chouchou-about-team__role-num {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(183, 110, 121, 0.85);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.chouchou-about-team__card .bm-media {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.chouchou-about-team__card:not(.chouchou-about-team__card--role) .bm-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chouchou-about-team__card .t-body-2 {
  color: #555;
  line-height: 1.5;
}

.chouchou-about-partners__lead {
  max-width: 36rem;
}

.chouchou-about-partners__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(0.75rem, 2vw, 1.1rem);
}

.chouchou-about-partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 0.85rem;
  background: #fff;
  border: 1px solid rgba(156, 132, 110, 0.18);
  border-radius: 14px;
}

.chouchou-about-partners__item img {
  max-width: 100%;
  max-height: 44px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.88;
}

@media (max-width: 991.98px) {
  .chouchou-about-page .bm-section-wrapper {
    padding-top: clamp(2.25rem, 8vw, 3.2rem);
    padding-bottom: clamp(2.25rem, 8vw, 3.2rem);
  }

  .chouchou-about-page .bm-hero__title .t-headline-2 {
    font-size: clamp(1.65rem, 7.6vw, 2.35rem);
    line-height: 1.25;
  }

  .chouchou-about-page .bm-section-window__content,
  .chouchou-about-page .bm-section-text {
    padding-inline: 0.7rem;
  }

  .chouchou-about-partners__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .chouchou-about-partners__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.chouchou-subscribe-page__nav-pill-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.58rem 1.3rem;
  background: var(--chouchou-sub-pill-cta);
  color: #fff !important;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  border-radius: 999px;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 18px rgba(183, 110, 121, 0.35);
}

.chouchou-subscribe-page__nav-pill-cta:hover {
  background: var(--chouchou-sub-pill-cta-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(183, 110, 121, 0.42);
}

.chouchou-subscribe-page__nav-pill-burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 12px;
  cursor: pointer;
  color: var(--chouchou-sub-ink);
}

.chouchou-subscribe-page__nav-pill-burger:focus-visible {
  outline: 2px solid var(--chouchou-sub-pill-cta);
  outline-offset: 2px;
}

.chouchou-subscribe-page__nav-pill-burger span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0 auto;
  background: currentColor;
  border-radius: 1px;
  transition: transform 0.25s, opacity 0.25s;
}

.chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-burger span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-burger span:nth-child(2) {
  opacity: 0;
}

.chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-burger span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .chouchou-subscribe-page__nav-pill {
    flex-wrap: wrap;
    align-items: center;
    row-gap: 0.35rem;
  }

  .chouchou-subscribe-page__nav-pill-links {
    display: none;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-links {
    display: flex;
  }

  .chouchou-subscribe-page__nav-pill.-open {
    box-shadow:
      0 18px 48px rgba(61, 44, 48, 0.16),
      0 0 0 1px rgba(201, 160, 136, 0.22);
  }

  .chouchou-subscribe-page__nav-pill-links {
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    order: 4;
    padding: 0.65rem 0.5rem 0.5rem;
    margin-top: 0.25rem;
    border-top: 1px solid rgba(183, 110, 121, 0.14);
    gap: 0.1rem;
    background: linear-gradient(180deg, rgba(255, 254, 253, 0.92) 0%, rgba(250, 244, 242, 0.55) 100%);
    border-radius: 16px;
  }

  .chouchou-pill-nav__sheet-title {
    margin: 0 0 0.45rem;
    padding: 0 0.35rem;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a6f74;
  }

  .chouchou-pill-nav__sheet-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a6f74;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-pill-nav__sheet-title {
    display: block;
  }

  .chouchou-subscribe-page__nav-pill-links a {
    padding: 0.85rem 1rem;
    border-radius: 12px;
    font-size: 1.05rem;
    font-weight: 600;
    color: #3d2c30;
    border-bottom: 1px solid rgba(183, 110, 121, 0.08);
  }

  .chouchou-subscribe-page__nav-pill-links a:last-of-type {
    border-bottom: none;
  }

  .chouchou-subscribe-page__nav-pill-links a:hover,
  .chouchou-subscribe-page__nav-pill-links a:focus-visible {
    background: rgba(183, 110, 121, 0.08);
    color: #2d1f22;
  }

  .chouchou-subscribe-page__nav-pill-end {
    order: 2;
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-end {
    order: 5;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0.65rem;
    margin-top: 0.15rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(183, 110, 121, 0.16);
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-pill-nav__sheet-label {
    display: block;
    width: 100%;
    text-align: left;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-pill-nav__lang-switch {
    align-self: center;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-pill-nav__user {
    align-self: center;
  }

  .chouchou-subscribe-page__nav-pill-end .chouchou-subscribe-page__nav-pill-cta {
    padding: 0.52rem 1rem;
    font-size: 0.82rem;
  }

  .chouchou-subscribe-page__nav-pill.-open .chouchou-subscribe-page__nav-pill-cta {
    width: 100%;
    justify-content: center;
    min-height: 48px;
    font-size: 0.95rem;
    padding: 0.75rem 1.25rem;
  }

  .chouchou-subscribe-page__nav-pill-brand {
    order: 1;
    flex: 1;
    min-width: 0;
  }

  .chouchou-subscribe-page__nav-pill-burger {
    display: flex;
    order: 3;
    margin-left: 0.25rem;
    background: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(183, 110, 121, 0.22);
  }
}

.chouchou-subscribe-page__hero-bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  padding: clamp(1.25rem, 3.5vw, 2.75rem) clamp(1rem, 3.5vw, 2.75rem)
    clamp(1.5rem, 3.5vw, 3rem);
}

.chouchou-subscribe-page__hero-bottom-inner {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(1.1rem, 3vw, 2.75rem);
  align-items: end;
  max-width: 1120px;
  margin: 0 auto;
}

.chouchou-subscribe-page__hero-headline {
  margin: 0;
  color: #fff;
  font-size: clamp(1.75rem, 4.2vw, 3.15rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.4);
  text-align: left;
}

.chouchou-subscribe-page__hero-aside {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
}

.chouchou-subscribe-page__hero-aside-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.88rem, 1.45vw, 1.02rem);
  line-height: 1.65;
  max-width: 26rem;
  text-shadow: 0 1px 14px rgba(0, 0, 0, 0.28);
}

.chouchou-subscribe-page__hero-aside-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 1.45rem;
  background: #fff;
  color: var(--chouchou-sub-ink) !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.88rem;
  border-radius: 999px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
  transition: transform 0.2s, box-shadow 0.2s;
  align-self: flex-start;
}

.chouchou-subscribe-page__hero-aside-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.28);
  color: var(--chouchou-sub-ink) !important;
}

@media (min-width: 992px) {
  .chouchou-subscribe-page__hero-aside {
    align-items: flex-end;
    text-align: right;
  }

  .chouchou-subscribe-page__hero-aside-text {
    text-align: right;
    margin-left: auto;
  }

  .chouchou-subscribe-page__hero-aside-btn {
    align-self: flex-end;
  }
}

@media (max-width: 991.98px) {
  .chouchou-subscribe-page__hero-bottom-inner {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .chouchou-subscribe-page__hero-aside {
    align-items: flex-start;
    text-align: left;
  }

  .chouchou-subscribe-page__hero-aside-text {
    text-align: left;
    margin-left: 0;
    max-width: none;
  }

  .chouchou-subscribe-page__hero-aside-btn {
    align-self: flex-start;
  }
}

.chouchou-subscribe-page__card {
  background: var(--chouchou-sub-card);
  border-radius: 22px;
  padding: 1.25rem 1.15rem;
  height: 100%;
  border: 1px solid rgba(51, 51, 51, 0.06);
  box-shadow: 0 8px 28px rgba(44, 36, 32, 0.07);
}

.chouchou-subscribe-page__card-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(44, 24, 16, 0.08);
  color: var(--chouchou-sub-footer);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
}

.chouchou-subscribe-page__card-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.35rem;
  color: var(--chouchou-sub-ink);
}

.chouchou-subscribe-page__card-text {
  margin: 0;
  font-size: 0.9rem;
  color: var(--chouchou-sub-muted);
  line-height: 1.5;
}

.chouchou-subscribe-page__map-wrap {
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(51, 51, 51, 0.08);
  box-shadow: 0 10px 28px rgba(44, 36, 32, 0.08);
}

.chouchou-subscribe-page__map {
  width: 100%;
  height: 240px;
  border: 0;
  display: block;
}

.chouchou-subscribe-page__map-caption {
  padding: 0 1rem 1rem;
  font-size: 0.88rem;
}

.chouchou-subscribe-page__map-caption a {
  color: var(--chouchou-sub-muted);
}

.chouchou-subscribe-page__form-panel {
  background: #fff;
  border-radius: 24px;
  padding: 1.75rem 1.5rem;
  border: 1px solid rgba(51, 51, 51, 0.07);
  box-shadow: 0 16px 44px rgba(44, 36, 32, 0.1);
  scroll-margin-top: 1.25rem;
}

.chouchou-subscribe-page__form-heading {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: var(--chouchou-sub-ink);
}

.chouchou-subscribe-page__form-intro {
  color: var(--chouchou-sub-muted);
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
  line-height: 1.55;
}

.chouchou-subscribe-page__label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--chouchou-sub-muted);
  margin-bottom: 0.35rem;
}

.chouchou-subscribe-page__input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e5ddd4;
  border-radius: 12px;
  font-size: 1rem;
  background: #fff;
  color: var(--chouchou-sub-ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.chouchou-subscribe-page__input:focus {
  outline: none;
  border-color: var(--chouchou-sub-accent);
  box-shadow: 0 0 0 3px rgba(196, 92, 62, 0.2);
}

.chouchou-subscribe-page__select {
  appearance: auto;
  cursor: pointer;
}

.chouchou-subscribe-page__price {
  width: 100%;
  min-height: 48px;
  padding: 0.75rem 0.9rem;
  border: 1px solid #e5ddd4;
  border-radius: 12px;
  font-size: 1rem;
  background: #faf8f5;
  color: var(--chouchou-sub-ink);
  display: flex;
  align-items: center;
}

.chouchou-subscribe-page__radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 0.35rem;
}

.chouchou-subscribe-page__radio {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: var(--chouchou-sub-ink);
  cursor: pointer;
  margin: 0;
  font-weight: 500;
}

.chouchou-subscribe-page__radio input {
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--chouchou-sub-accent);
}

.chouchou-subscribe-page__check {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--chouchou-sub-muted);
  cursor: pointer;
  line-height: 1.45;
}

.chouchou-subscribe-page__check input {
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.chouchou-subscribe-page__submit {
  border: 1px solid var(--cc-rg-deep);
  border-radius: 14px;
  padding: 0.9rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  background: var(--cc-rg-cta-gradient);
  box-shadow: 0 8px 22px rgba(183, 110, 121, 0.38);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

.chouchou-subscribe-page__submit:hover {
  background: var(--cc-rg-cta-gradient-hover);
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(183, 110, 121, 0.45);
}

.chouchou-subscribe-page__form-error {
  color: #b42318;
  font-size: 0.9rem;
  margin-bottom: 1rem;
  padding: 0.65rem 0.85rem;
  background: #fef3f2;
  border-radius: 10px;
  border: 1px solid #fecdca;
}

.chouchou-subscribe-page__success {
  padding: 1.25rem;
  border-radius: 14px;
  background: #ecfdf3;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 1rem;
  margin-bottom: 1rem;
}

/* ——— Modale succès souscription (style « grande plateforme ») ——— */
body.chouchou-success-modal-open {
  overflow: hidden;
}

.chouchou-success-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2rem);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
}

.chouchou-success-modal[hidden] {
  display: none !important;
}

.chouchou-success-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(22, 18, 20, 0.48);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.45s ease;
}

.chouchou-success-modal__dialog {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 420px;
  pointer-events: none;
}

.chouchou-success-modal__panel {
  pointer-events: auto;
  background: linear-gradient(165deg, #fffefd 0%, #faf6f4 55%, #f5f0ee 100%);
  border-radius: 22px;
  padding: clamp(1.75rem, 5vw, 2.25rem) clamp(1.5rem, 4vw, 2rem) 1.75rem;
  box-shadow:
    0 0 0 1px rgba(201, 160, 136, 0.18),
    0 24px 56px rgba(61, 44, 48, 0.18),
    0 8px 20px rgba(183, 110, 121, 0.12);
  text-align: center;
  opacity: 0;
  transform: translateY(28px) scale(0.92);
  transition:
    opacity 0.5s ease,
    transform 0.6s cubic-bezier(0.34, 1.35, 0.64, 1);
}

.chouchou-success-modal__icon {
  margin: 0 auto 1.25rem;
  width: 88px;
  height: 88px;
}

.chouchou-success-modal__svg {
  display: block;
  width: 100%;
  height: auto;
}

.chouchou-success-modal__ring {
  fill: none;
  stroke: rgba(45, 106, 79, 0.2);
  stroke-width: 3;
  transform-origin: 60px 60px;
  transform: rotate(-90deg);
  stroke-dasharray: 326.73;
  stroke-dashoffset: 326.73;
}

.chouchou-success-modal__check {
  stroke: #1f7a4d;
  stroke-width: 4;
  stroke-dasharray: 64;
  stroke-dashoffset: 64;
}

.chouchou-success-modal__icon.-animate .chouchou-success-modal__ring {
  animation: chouchou-success-ring 0.75s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}

.chouchou-success-modal__icon.-animate .chouchou-success-modal__check {
  animation: chouchou-success-check 0.42s cubic-bezier(0.65, 0, 0.35, 1) 0.58s forwards;
}

@keyframes chouchou-success-ring {
  to {
    stroke-dashoffset: 0;
    stroke: #2d6a4f;
  }
}

@keyframes chouchou-success-check {
  to {
    stroke-dashoffset: 0;
  }
}

.chouchou-success-modal__reveal {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 0.42s ease,
    transform 0.42s ease;
}

.chouchou-success-modal--visible .chouchou-success-modal__reveal {
  opacity: 1;
  transform: none;
}

.chouchou-success-modal--visible .chouchou-success-modal__reveal:nth-child(2) {
  transition-delay: 0s;
}

.chouchou-success-modal--visible .chouchou-success-modal__reveal:nth-child(3) {
  transition-delay: 0.07s;
}

.chouchou-success-modal--visible .chouchou-success-modal__reveal:nth-child(4) {
  transition-delay: 0.14s;
}

.chouchou-success-modal--visible .chouchou-success-modal__reveal:nth-child(5) {
  transition-delay: 0.21s;
}

.chouchou-success-modal__title {
  font-size: clamp(1.35rem, 3.5vw, 1.55rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #2d2426;
  margin: 0 0 0.65rem;
  line-height: 1.25;
}

.chouchou-success-modal__lead {
  font-size: 0.95rem;
  line-height: 1.55;
  color: #5c4f52;
  margin: 0 0 1.25rem;
}

.chouchou-success-modal__meta {
  text-align: left;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(183, 110, 121, 0.14);
  border-radius: 14px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.chouchou-success-modal__meta-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  font-size: 0.88rem;
  padding: 0.35rem 0;
}

.chouchou-success-modal__meta-row + .chouchou-success-modal__meta-row {
  border-top: 1px solid rgba(183, 110, 121, 0.1);
}

.chouchou-success-modal__meta-label {
  color: #7a6568;
  font-weight: 600;
}

.chouchou-success-modal__meta-value {
  font-weight: 800;
  color: #2d2426;
  font-variant-numeric: tabular-nums;
}

.chouchou-success-modal__footnote {
  font-size: 0.82rem;
  color: #7a6568;
  line-height: 1.5;
  margin: 0 0 1.35rem;
}

.chouchou-success-modal__btn {
  width: 100%;
  border: none;
  border-radius: 999px;
  padding: 0.85rem 1.25rem;
  font-size: 0.95rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(135deg, #c9a088 0%, #b76e79 48%, #9a5a65 100%);
  box-shadow: 0 8px 24px rgba(183, 110, 121, 0.4);
  transition:
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.chouchou-success-modal__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 32px rgba(183, 110, 121, 0.45);
}

.chouchou-success-modal__btn:focus-visible {
  outline: 2px solid #b76e79;
  outline-offset: 3px;
}

.chouchou-success-modal--visible .chouchou-success-modal__backdrop {
  opacity: 1;
}

.chouchou-success-modal--visible .chouchou-success-modal__panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .chouchou-success-modal__icon.-animate .chouchou-success-modal__ring,
  .chouchou-success-modal__icon.-animate .chouchou-success-modal__check {
    animation: none;
    stroke-dashoffset: 0;
  }

  .chouchou-success-modal__ring {
    stroke: #2d6a4f;
  }

  .chouchou-success-modal__backdrop,
  .chouchou-success-modal__panel,
  .chouchou-success-modal__reveal {
    transition: none;
  }

  .chouchou-success-modal--visible .chouchou-success-modal__reveal {
    transition-delay: 0s !important;
  }
}

.chouchou-subscribe-page__footer {
  background: var(--chouchou-sub-footer);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 24px 24px 0 0;
  margin-top: 2rem;
}

.chouchou-subscribe-page__footer-brand {
  font-weight: 700;
  font-size: 1.05rem;
}

.chouchou-subscribe-page__footer-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
}

.chouchou-subscribe-page__footer-heading {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.75rem;
}

.chouchou-subscribe-page__footer-list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-block;
  padding: 0.2rem 0;
}

.chouchou-subscribe-page__footer-list a:hover {
  text-decoration: underline;
  color: #fff;
}

.chouchou-subscribe-page__copyright {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 767.98px) {
  .chouchou-subscribe-page__hero-card {
    min-height: clamp(440px, 82vh, 620px);
  }

  .chouchou-subscribe-page__hero-shell {
    padding-left: 0.65rem;
    padding-right: 0.65rem;
  }

  .chouchou-subscribe-page__form-panel {
    padding: clamp(1.1rem, 4vw, 1.75rem);
    border-radius: 16px;
  }

  .chouchou-subscribe-page__map {
    height: min(52vw, 220px);
    min-height: 180px;
  }

  .chouchou-subscribe-page__footer .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .chouchou-subscribe-page__hero-card {
    min-height: 420px;
    border-radius: clamp(22px, 6vw, 32px);
  }

  .chouchou-subscribe-page__nav-pill-wrap {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .chouchou-subscribe-page__nav-pill {
    padding-left: 0.75rem;
    max-width: none;
  }

  .chouchou-subscribe-page__card {
    padding: 1.1rem 1rem;
  }

  .chouchou-subscribe-page__submit {
    min-height: 48px;
    font-size: 0.95rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .chouchou-subscribe-page__hero-bg-img {
    transform: none !important;
  }

  .chouchou-subscribe-page__nav-pill,
  .chouchou-subscribe-page__nav-pill-burger span {
    transition: none;
  }

  .chouchou-pill-nav__backdrop {
    transition: none;
  }

  .chouchou-subscribe-page__submit {
    transition: none;
  }
}

@media (min-width: 992px) {
  .bm-header__wrapper .row.align-items-center.justify-content-between {
    flex-wrap: nowrap;
  }
}

.chouchou-about-qui-sommes-nous__body p + p {
  margin-top: 1.1rem;
}

/* Fond principal des pages — légère teinte rose gold */
.bm-container .page-scroller {
  background: linear-gradient(180deg, var(--cc-rg-shell) 0%, #fffcfb 32%, #ffffff 100%);
}

/* Swiper : puces rose gold */
.swiper-pagination-bullet {
  background: rgba(183, 110, 121, 0.35) !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active {
  background: var(--cc-rg-primary) !important;
  box-shadow: 0 0 0 2px rgba(232, 201, 168, 0.65);
}
