/* ================================================================
   HYDROLACÎME — PAGE CMS 25 « PREMIÈRE RENCONTRE »
   Module hydrolacimepage25 — styles limités à cette page.
   Ne pas retirer les préfixes.
   ================================================================ */

/* Enveloppe PrestaShop : correction limitée à la page CMS no 25. */
body.cms-id-25 #wrapper {
  padding-top: 0;
}

body.cms-id-25 #wrapper .breadcrumb {
  display: none;
}

body.cms-id-25 #wrapper > .container.container-large {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.cms-id-25 #wrapper > .container.container-large > .row {
  margin-right: 0;
  margin-left: 0;
}

body.cms-id-25 #content-wrapper {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

body.cms-id-25 #main {
  width: 100%;
  margin: 0;
}

body.cms-id-25 #main > .page-footer {
  display: none;
}

body.cms-id-25 #main > .page-content {
  margin-bottom: 0;
}

/* Le H1 automatique reste dans le code pour la structure de la page,
   mais ne crée plus un second titre visible au-dessus du hero. */
body.cms-id-25 #main > .page-header {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

body.cms-id-25 #main > #content.page-content.page-cms.page-cms-25.cms__classic {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  text-align: left;
}

/* Univers visuel de la landing page : tout reste sous cet identifiant. */
body.cms-id-25 #hydrolacime-alpes-leman {
  --hl-green: #2f5a3b;
  --hl-green-dark: #1f402a;
  --hl-bronze: #a86f39;
  --hl-cream: #f7f3ec;
  --hl-ink: #171914;
  --hl-muted: #5f665d;
  --hl-radius: 22px;
  --hl-shadow: 0 18px 45px rgba(29, 49, 33, 0.16);
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  color: var(--hl-ink);
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: left;
}

body.cms-id-25 #hydrolacime-alpes-leman,
body.cms-id-25 #hydrolacime-alpes-leman *,
body.cms-id-25 #hydrolacime-alpes-leman *::before,
body.cms-id-25 #hydrolacime-alpes-leman *::after {
  box-sizing: border-box;
}

body.cms-id-25 #hydrolacime-alpes-leman a {
  color: inherit;
  text-decoration: none;
}

body.cms-id-25 #hydrolacime-alpes-leman a:focus-visible {
  outline: 3px solid var(--hl-bronze);
  outline-offset: 3px;
}

body.cms-id-25 #hydrolacime-alpes-leman img {
  display: block;
  max-width: 100%;
  margin: 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .ct {
  width: min(1180px, 92%);
  margin-right: auto;
  margin-left: auto;
}

body.cms-id-25 #hydrolacime-alpes-leman h2,
body.cms-id-25 #hydrolacime-alpes-leman h3 {
  margin: 0;
  color: inherit;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: normal;
  text-transform: none;
}

body.cms-id-25 #hydrolacime-alpes-leman p {
  margin: 0 0 16px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.55;
  text-align: left;
}

body.cms-id-25 #hydrolacime-alpes-leman .hero {
  min-height: 760px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.76) 32%, rgba(255, 255, 255, 0.12) 63%),
    url("https://hydrolacime.fr/img/cms/hydrolacime-alpes-leman-hero.jpg");
  background-position: center 46%;
  background-size: cover;
  background-repeat: no-repeat;
}

body.cms-id-25 #hydrolacime-alpes-leman .hl-subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .brand a {
  display: flex;
  align-items: center;
  gap: 12px;
}

body.cms-id-25 #hydrolacime-alpes-leman .mark {
  display: grid;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  place-items: center;
  border-radius: 50%;
  color: transparent;
  background-color: transparent;
  background-image: url("../img/hydrolacime-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .mark .brand-logo {
  display: none;
}

body.cms-id-25 #hydrolacime-alpes-leman .bt {
  display: block;
}

body.cms-id-25 #hydrolacime-alpes-leman .bt strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: 0.09em;
}

body.cms-id-25 #hydrolacime-alpes-leman .bt > span {
  display: block;
  font-size: 0.66rem;
  letter-spacing: 0.16em;
}

body.cms-id-25 #hydrolacime-alpes-leman .links {
  display: flex;
  gap: 28px;
  font-size: 0.92rem;
  font-weight: 700;
}

body.cms-id-25 #hydrolacime-alpes-leman .links a:hover,
body.cms-id-25 #hydrolacime-alpes-leman .links a:focus-visible {
  color: var(--hl-green-dark);
  text-decoration: underline;
  text-underline-offset: 4px;
}

body.cms-id-25 #hydrolacime-alpes-leman .hg {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  align-items: center;
  gap: 50px;
  min-height: 635px;
  padding-bottom: 42px;
}

body.cms-id-25 #hydrolacime-alpes-leman .eye {
  margin: 0 0 8px;
  color: var(--hl-bronze);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.4rem;
  font-style: italic;
}

body.cms-id-25 #hydrolacime-alpes-leman .hero-title {
  max-width: 780px;
  margin: 0;
  font-size: clamp(3rem, 5vw, 5rem);
}

body.cms-id-25 #hydrolacime-alpes-leman .hero-title em {
  color: var(--hl-green);
  font-style: normal;
}

body.cms-id-25 #hydrolacime-alpes-leman .lead {
  max-width: 650px;
  margin-top: 26px;
  font-size: 1.08rem;
}

body.cms-id-25 #hydrolacime-alpes-leman .gift {
  display: flex;
  gap: 14px;
  max-width: 520px;
  margin-top: 26px;
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.83);
  box-shadow: var(--hl-shadow);
  backdrop-filter: blur(10px);
}

body.cms-id-25 #hydrolacime-alpes-leman .gi {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--hl-green);
  background-image: url("../img/gift-white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  font-size: 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .stage {
  position: relative;
  display: grid;
  min-height: 500px;
  place-items: center;
}

body.cms-id-25 #hydrolacime-alpes-leman .roll {
  position: relative;
  z-index: 1;
  width: auto;
  max-width: 46vw;
  height: 470px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(23, 36, 24, 0.30));
}

body.cms-id-25 #hydrolacime-alpes-leman .badge {
  position: absolute;
  z-index: 2;
  top: 52%;
  right: -8px;
  display: grid;
  width: 240px;
  height: 240px;
  padding: 28px;
  place-items: center;
  transform: translateY(-50%);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: rgba(32, 71, 43, 0.95);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.27);
  font-family: Georgia, "Times New Roman", serif;
  text-align: center;
}

body.cms-id-25 #hydrolacime-alpes-leman .badge > div {
  max-width: 184px;
  font-size: 0.88rem;
  line-height: 1.24;
}

body.cms-id-25 #hydrolacime-alpes-leman .badge strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.27rem;
  line-height: 1.08;
}

body.cms-id-25 #hydrolacime-alpes-leman .values {
  border-bottom: 1px solid #ece4d9;
  background: var(--hl-cream);
}

body.cms-id-25 #hydrolacime-alpes-leman .vg {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.cms-id-25 #hydrolacime-alpes-leman .v {
  padding: 20px 24px;
  border-right: 1px solid #dfd6ca;
}

body.cms-id-25 #hydrolacime-alpes-leman .v:last-child {
  border-right: 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .v strong,
body.cms-id-25 #hydrolacime-alpes-leman .v span {
  display: block;
}

body.cms-id-25 #hydrolacime-alpes-leman .v span {
  color: var(--hl-muted);
  font-size: 0.82rem;
}

body.cms-id-25 #hydrolacime-alpes-leman .sec {
  padding: 72px 0;
  scroll-margin-top: 24px;
}

body.cms-id-25 #hydrolacime-alpes-leman .soft {
  background: linear-gradient(#fff, var(--hl-cream));
}

body.cms-id-25 #hydrolacime-alpes-leman .split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 55px;
}

body.cms-id-25 #hydrolacime-alpes-leman .rev {
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

body.cms-id-25 #hydrolacime-alpes-leman .k {
  margin-bottom: 10px;
  color: var(--hl-bronze);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.cms-id-25 #hydrolacime-alpes-leman .sec h2 {
  margin-bottom: 20px;
  font-size: clamp(2.1rem, 3.6vw, 3.6rem);
}

body.cms-id-25 #hydrolacime-alpes-leman .pc {
  overflow: hidden;
  border-radius: var(--hl-radius);
  background: #ddd;
  box-shadow: var(--hl-shadow);
}

body.cms-id-25 #hydrolacime-alpes-leman .pc img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

body.cms-id-25 #hydrolacime-alpes-leman .pcr img {
  object-position: center center;
}

body.cms-id-25 #hydrolacime-alpes-leman .pcd img {
  object-position: center 40%;
}

body.cms-id-25 #hydrolacime-alpes-leman .pct img {
  height: 330px;
  object-position: center 54%;
}

body.cms-id-25 #hydrolacime-alpes-leman .facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

body.cms-id-25 #hydrolacime-alpes-leman .fact {
  padding: 16px;
  border-radius: 16px;
  background: #e9efe9;
  font-size: 0.88rem;
}

body.cms-id-25 #hydrolacime-alpes-leman .fact strong {
  display: block;
  color: var(--hl-green-dark);
}

body.cms-id-25 #hydrolacime-alpes-leman .btn {
  display: inline-flex;
  margin-top: 12px;
  padding: 13px 18px;
  border: 1px solid var(--hl-green);
  border-radius: 12px;
  color: #fff;
  background: var(--hl-green);
  font-weight: 750;
  line-height: 1.25;
  text-align: center;
}

body.cms-id-25 #hydrolacime-alpes-leman .btn:hover,
body.cms-id-25 #hydrolacime-alpes-leman .btn:focus-visible {
  color: #fff;
  background: var(--hl-green-dark);
  border-color: var(--hl-green-dark);
}

body.cms-id-25 #hydrolacime-alpes-leman .btn.alt {
  color: var(--hl-green-dark);
  background: #fff;
}

body.cms-id-25 #hydrolacime-alpes-leman .btn.alt:hover,
body.cms-id-25 #hydrolacime-alpes-leman .btn.alt:focus-visible {
  color: #fff;
  background: var(--hl-green);
}

body.cms-id-25 #hydrolacime-alpes-leman .note {
  margin-top: 22px;
  color: var(--hl-green);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  font-style: italic;
}

body.cms-id-25 #hydrolacime-alpes-leman .cta {
  padding: 58px 0;
  color: #fff !important;
  background: var(--hl-green-dark);
}

body.cms-id-25 #hydrolacime-alpes-leman .cta h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
}

body.cms-id-25 #hydrolacime-alpes-leman .cg {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.cms-id-25 #hydrolacime-alpes-leman .cc {
  padding: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.30);
}

body.cms-id-25 #hydrolacime-alpes-leman .cc:first-child {
  border-left: 0;
}

body.cms-id-25 #hydrolacime-alpes-leman .cc h3 {
  margin-bottom: 8px;
  color: #fff !important;
  font-size: 1.35rem;
}

body.cms-id-25 #hydrolacime-alpes-leman .cc p {
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.92rem;
}

@media (max-width: 900px) {
  body.cms-id-25 #hydrolacime-alpes-leman .links {
    display: none;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hero {
    min-height: auto;
    background-position: 64% center;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg,
  body.cms-id-25 #hydrolacime-alpes-leman .split,
  body.cms-id-25 #hydrolacime-alpes-leman .rev {
    grid-template-columns: minmax(0, 1fr);
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg {
    min-height: 0;
    padding: 30px 0 65px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .stage {
    min-height: 430px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .roll {
    max-width: 44vw;
    height: 400px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge {
    right: 2vw;
    width: 210px;
    height: 210px;
    padding: 24px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge > div {
    max-width: 162px;
    font-size: 0.78rem;
    line-height: 1.22;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge strong {
    font-size: 1.1rem;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .vg {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.cms-id-25 #hydrolacime-alpes-leman .facts,
  body.cms-id-25 #hydrolacime-alpes-leman .cg {
    grid-template-columns: minmax(0, 1fr);
  }

  body.cms-id-25 #hydrolacime-alpes-leman .cc {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    border-left: 0;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .cc:first-child {
    border-top: 0;
  }
}

@media (max-width: 600px) {
  body.cms-id-25 #hydrolacime-alpes-leman .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.76) 48%, rgba(255, 255, 255, 0.16)),
      url("https://hydrolacime.fr/img/cms/hydrolacime-alpes-leman-hero.jpg");
    background-position: 72% center;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hl-subnav {
    padding: 18px 0;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .mark {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .bt strong {
    font-size: 1.05rem;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .bt > span {
    font-size: 0.56rem;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hero-title {
    font-size: clamp(2.45rem, 11vw, 3rem);
  }

  body.cms-id-25 #hydrolacime-alpes-leman .stage {
    min-height: 395px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .roll {
    max-width: 43vw;
    height: 350px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge {
    right: -4px;
    width: 186px;
    height: 186px;
    padding: 20px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge > div {
    max-width: 144px;
    font-size: 0.68rem;
    line-height: 1.18;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge strong {
    margin-bottom: 6px;
    font-size: 0.96rem;
    line-height: 1.06;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .vg {
    grid-template-columns: minmax(0, 1fr);
  }

  body.cms-id-25 #hydrolacime-alpes-leman .v {
    border-right: 0;
    border-bottom: 1px solid #dfd6ca;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .v:last-child {
    border-bottom: 0;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .sec {
    padding: 52px 0;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .pc img {
    height: 310px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .pct img {
    height: 250px;
  }
}

/* ================================================================
   AJUSTEMENTS VALIDES — VERSION 1.1.0
   Ces règles restent limitées à la page CMS 25.
   ================================================================ */

/* Suppression de la marque et des trois liens internes au hero. */
body.cms-id-25 #hydrolacime-alpes-leman .hero .hl-subnav,
body.cms-id-25 #hydrolacime-alpes-leman .hero > .ct > nav {
  display: none !important;
}

/* Hero plus court, paysage plus présent, texte remonté. */
body.cms-id-25 #hydrolacime-alpes-leman .hero {
  min-height: 640px;
  background-image:
    linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.58) 34%, rgba(255, 255, 255, 0.08) 64%),
    url("https://hydrolacime.fr/img/cms/hydrolacime-alpes-leman-hero.jpg");
  background-position: center 50%;
}

body.cms-id-25 #hydrolacime-alpes-leman .hg {
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  align-items: start;
  gap: 36px;
  min-height: 0;
  padding: 48px 0 42px;
}

body.cms-id-25 #hydrolacime-alpes-leman .hg > :first-child {
  align-self: start;
  max-width: 690px;
  padding: 24px 28px 28px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.48);
  box-shadow: 0 14px 34px rgba(29, 49, 34, 0.10);
  backdrop-filter: blur(4px);
}

body.cms-id-25 #hydrolacime-alpes-leman .hero-title,
body.cms-id-25 #hydrolacime-alpes-leman .hero h1 {
  max-width: 700px;
  margin: 0;
  color: var(--hl-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.7rem, 4.2vw, 4.25rem);
  font-weight: 700;
  line-height: 1.06;
  letter-spacing: normal;
  text-transform: none;
}

body.cms-id-25 #hydrolacime-alpes-leman .hero-title em,
body.cms-id-25 #hydrolacime-alpes-leman .hero h1 em {
  color: var(--hl-green);
  font-style: normal;
}

body.cms-id-25 #hydrolacime-alpes-leman .lead,
body.cms-id-25 #hydrolacime-alpes-leman .gift {
  margin-top: 20px;
}

/* Roll-on moins dominant et centré de façon stable dans sa colonne. */
body.cms-id-25 #hydrolacime-alpes-leman .stage {
  --hl-roll-height: 430px;
  --hl-roll-width: calc(var(--hl-roll-height) * 303 / 1209);
  --hl-cap-shift: 4px;
  align-self: start;
  justify-self: center;
  width: 100%;
  min-height: 540px;
}

/*
 * Le bouchon du PNG source est légèrement décalé vers la gauche.
 * Deux affichages du même fichier, découpés sans retouche, permettent
 * d'aligner le bouchon sur l'axe du flacon en conservant chaque pixel.
 */
body.cms-id-25 #hydrolacime-alpes-leman .stage::before,
body.cms-id-25 #hydrolacime-alpes-leman .stage::after {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: var(--hl-roll-width);
  height: var(--hl-roll-height);
  content: "";
  background-image: url("https://hydrolacime.fr/img/cms/hydrolacime-rollon-sapin-detoure.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: drop-shadow(0 20px 20px rgba(23, 36, 24, 0.25));
  pointer-events: none;
}

body.cms-id-25 #hydrolacime-alpes-leman .stage::before {
  transform: translate(calc(-50% + var(--hl-cap-shift)), -50%);
  clip-path: inset(0 0 63.6% 0);
}

body.cms-id-25 #hydrolacime-alpes-leman .stage::after {
  transform: translate(-50%, -50%);
  clip-path: inset(36.4% 0 0 0);
}

body.cms-id-25 #hydrolacime-alpes-leman .roll {
  width: var(--hl-roll-width);
  height: var(--hl-roll-height);
  opacity: 0;
}

/* Médaillon interne descendu pour dégager davantage la branche de sapin. */
body.cms-id-25 #hydrolacime-alpes-leman .badge {
  top: 58%;
  right: -4px;
  width: 220px;
  height: 220px;
  padding: 25px;
}

/* Finitions légères validées : liens-boutons nets et CTA lisible. */
body.cms-id-25 #hydrolacime-alpes-leman .btn,
body.cms-id-25 #hydrolacime-alpes-leman .btn:hover,
body.cms-id-25 #hydrolacime-alpes-leman .btn:focus,
body.cms-id-25 #hydrolacime-alpes-leman .btn:visited {
  text-decoration: none !important;
}

body.cms-id-25 #hydrolacime-alpes-leman .cta .cc h3 {
  color: #fff !important;
}

body.cms-id-25 #hydrolacime-alpes-leman .cta .cc p {
  color: rgba(255, 255, 255, 0.94) !important;
}

@media (max-width: 900px) {
  body.cms-id-25 #hydrolacime-alpes-leman .hero {
    min-height: auto;
    background-position: 64% center;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg {
    grid-template-columns: minmax(0, 1fr);
    padding: 38px 0 52px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg > :first-child {
    max-width: 650px;
    padding: 22px 24px 26px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .stage {
    --hl-roll-height: 390px;
    --hl-cap-shift: 3px;
    min-height: 455px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge {
    top: 58%;
    width: 198px;
    height: 198px;
    padding: 22px;
  }
}

@media (max-width: 600px) {
  body.cms-id-25 #hydrolacime-alpes-leman .hero {
    background-image:
      linear-gradient(180deg, rgba(255, 255, 255, 0.90), rgba(255, 255, 255, 0.68) 48%, rgba(255, 255, 255, 0.12)),
      url("https://hydrolacime.fr/img/cms/hydrolacime-alpes-leman-hero.jpg");
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg {
    padding: 32px 0 46px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .hg > :first-child {
    padding: 20px 18px 22px;
    border-radius: 18px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .stage {
    --hl-roll-height: 340px;
    --hl-cap-shift: 3px;
    min-height: 405px;
  }

  body.cms-id-25 #hydrolacime-alpes-leman .badge {
    top: 59%;
    right: -2px;
    width: 176px;
    height: 176px;
    padding: 19px;
  }
}

/* ========================= FIN PAGE CMS 25 ========================= */

/* Photo du roll-on : bouchon corrigé, sans modification du reste de la page. */
body.cms-id-25 #hydrolacime-alpes-leman .pcr {
  background: url("../img/rollon-sapin-montage-v111.png") center center / cover no-repeat;
}

body.cms-id-25 #hydrolacime-alpes-leman .pcr > img {
  opacity: 0;
}
