.elementor-10251 .elementor-element.elementor-element-70ccd18{--display:flex;}@media(min-width:768px){.elementor-10251 .elementor-element.elementor-element-70ccd18{--content-width:1298px;}}/* Start custom CSS for container, class: .elementor-element-70ccd18 *//* ======================================================
   PAGE HEAD SPA — CSS PREMIUM COMPLET MODIFIÉ
   Titre réduit, hero équilibré, image maîtrisée, cartes optimisées
====================================================== */

.headspa-page,
.headspa-page * {
  box-sizing: border-box;
}

.headspa-page {
  --hs-bg: #f8f2ed;
  --hs-bg-soft: #fffaf7;
  --hs-card: rgba(255, 255, 255, 0.94);
  --hs-text: #1f1a17;
  --hs-muted: #6f625b;
  --hs-accent: #d9a29a;
  --hs-accent-dark: #b97970;
  --hs-gold: #c8a46d;
  --hs-border: rgba(185, 121, 112, 0.22);
  --hs-shadow: 0 24px 70px rgba(76, 51, 42, 0.10);
  --hs-shadow-soft: 0 14px 36px rgba(76, 51, 42, 0.07);
  --hs-radius: 30px;
  --hs-radius-card: 24px;

  width: 100%;
  max-width: 1240px;
  margin: 45px auto;
  padding: 0 20px;
  color: var(--hs-text);
  font-family: inherit;
}

/* ======================================================
   HERO
====================================================== */

.headspa-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.78fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;

  padding: clamp(38px, 5vw, 58px);
  border-radius: var(--hs-radius);

  background:
    radial-gradient(circle at 12% 10%, rgba(217, 162, 154, 0.22), transparent 34%),
    radial-gradient(circle at 90% 20%, rgba(200, 164, 109, 0.13), transparent 30%),
    linear-gradient(135deg, #fffaf7 0%, #f4ebe5 100%);

  border: 1px solid var(--hs-border);
  box-shadow: var(--hs-shadow);
  overflow: hidden;
}

.headspa-hero::before {
  content: "";
  position: absolute;
  inset: 16px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: calc(var(--hs-radius) - 8px);
  pointer-events: none;
}

.headspa-hero__content {
  position: relative;
  z-index: 2;
  align-self: center;
}

.headspa-kicker {
  margin: 0 0 14px;
  color: var(--hs-accent-dark);
  font-size: 0.76rem;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

/* TITRE CORRIGÉ — moins massif */
.headspa-title {
  max-width: 720px;
  margin: 0 0 18px;

  color: var(--hs-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.25vw, 4.5rem);
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.052em;
}

.headspa-lead {
  max-width: 680px;
  margin: 0 0 24px;
  color: var(--hs-muted);
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.65;
}

.headspa-callout {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;

  margin: 0 0 26px;
  padding: 15px 18px;

  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(185, 121, 112, 0.22);
  border-radius: 20px;
  box-shadow: 0 10px 28px rgba(76, 51, 42, 0.06);
}

.headspa-callout p {
  margin: 0;
  color: var(--hs-text);
  font-size: 0.96rem;
}

.headspa-phone {
  color: var(--hs-accent-dark);
  font-size: 1.04rem;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
}

.headspa-phone:hover {
  color: var(--hs-text);
}

.headspa-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ======================================================
   IMAGE HERO
====================================================== */

.headspa-hero__visual {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 380px;
  height: 330px;

  display: flex;
  align-items: center;
  justify-content: center;
  justify-self: end;

  padding: 14px;
  border-radius: 30px;

  background:
    linear-gradient(135deg, rgba(255,255,255,0.82), rgba(217,162,154,0.13)),
    radial-gradient(circle at top left, rgba(217,162,154,0.20), transparent 42%);

  border: 1px solid rgba(217, 162, 154, 0.24);
  box-shadow:
    0 22px 56px rgba(76, 51, 42, 0.13),
    inset 0 1px 0 rgba(255,255,255,0.72);
}

.headspa-hero__visual::after {
  content: "";
  position: absolute;
  width: 72%;
  height: 72%;
  right: -8%;
  bottom: -8%;
  background: radial-gradient(circle, rgba(185,121,112,0.18), transparent 68%);
  filter: blur(20px);
  z-index: -1;
}

.headspa-hero__image {
  width: 100%;
  height: 100%;

  display: block;
  object-fit: contain;
  object-position: center;

  border-radius: 22px;
  background: #f7eee9;

  border: 1px solid rgba(255, 255, 255, 0.75);

  box-shadow:
    0 18px 42px rgba(76, 51, 42, 0.13),
    0 6px 18px rgba(76, 51, 42, 0.06);

  filter: saturate(0.96) contrast(1.02) brightness(1.02);
}

/* Placeholder éventuel */
.headspa-photo-placeholder {
  width: 100%;
  height: 100%;
  min-height: 300px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(31, 26, 23, 0.10), rgba(31, 26, 23, 0.22)),
    radial-gradient(circle at 30% 20%, rgba(255,255,255,0.72), transparent 34%),
    linear-gradient(135deg, #ead7d0 0%, #cfa298 100%);

  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 18px 42px rgba(76, 51, 42, 0.13),
    0 6px 18px rgba(76, 51, 42, 0.06);
  overflow: hidden;
}

.headspa-photo-placeholder span {
  display: inline-flex;
  padding: 11px 16px;

  border-radius: 999px;
  background: rgba(255,255,255,0.74);
  color: #7a514a;

  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* ======================================================
   BOUTONS
====================================================== */

.headspa-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;

  min-height: 48px;
  padding: 13px 22px;

  border-radius: 999px;
  text-decoration: none !important;

  font-size: 0.9rem;
  line-height: 1;
  font-weight: 850;

  border: 1px solid transparent;
  cursor: pointer;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease;
}

.headspa-btn:hover {
  transform: translateY(-2px);
  text-decoration: none !important;
}

.headspa-btn--primary {
  background: linear-gradient(135deg, var(--hs-accent) 0%, var(--hs-accent-dark) 100%);
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(185, 121, 112, 0.28);
}

.headspa-btn--primary:hover {
  background: linear-gradient(135deg, #c4877f 0%, #9e625a 100%);
  color: #ffffff !important;
  box-shadow: 0 20px 42px rgba(185, 121, 112, 0.36);
}

.headspa-btn--secondary {
  background: rgba(255, 255, 255, 0.65);
  color: var(--hs-accent-dark) !important;
  border-color: rgba(185, 121, 112, 0.28);
}

.headspa-btn--secondary:hover {
  background: #ffffff;
  color: var(--hs-text) !important;
  border-color: rgba(185, 121, 112, 0.44);
}

.headspa-btn--card {
  margin-top: auto;
  align-self: flex-start;

  min-height: 44px;
  padding: 12px 19px;

  background: rgba(255, 255, 255, 0.68);
  color: var(--hs-accent-dark) !important;
  border: 1.6px solid rgba(217, 162, 154, 0.95);
  box-shadow: 0 8px 18px rgba(217, 162, 154, 0.12);
}

.headspa-btn--card:hover {
  background: var(--hs-accent);
  color: #ffffff !important;
  border-color: var(--hs-accent);
}

/* ======================================================
   BIENFAITS
====================================================== */

.headspa-benefits {
  margin: 38px 0;
  padding: 42px;

  border-radius: var(--hs-radius);
  background:
    radial-gradient(circle at top left, rgba(217, 162, 154, 0.12), transparent 34%),
    var(--hs-bg);

  border: 1px solid rgba(185, 121, 112, 0.14);
}

.headspa-benefits__intro {
  max-width: 760px;
  margin: 0 auto 30px;
  text-align: center;
}

.headspa-benefits__intro h2,
.headspa-section-header h2,
.headspa-info h2,
.headspa-final-cta h2 {
  margin: 0 0 14px;
  color: var(--hs-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.headspa-benefits__intro p,
.headspa-section-header p,
.headspa-final-cta p {
  margin: 0;
  color: var(--hs-muted);
  font-size: 1rem;
  line-height: 1.7;
}

.headspa-benefits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.headspa-benefit {
  padding: 22px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(185, 121, 112, 0.14);
  box-shadow: var(--hs-shadow-soft);
}

.headspa-benefit__icon {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--hs-gold);
  font-size: 1.15rem;
}

.headspa-benefit h3 {
  margin: 0 0 9px;
  color: var(--hs-text);
  font-size: 0.98rem;
  line-height: 1.25;
  font-weight: 850;
}

.headspa-benefit p {
  margin: 0;
  color: var(--hs-muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* ======================================================
   INFORMATIONS PRATIQUES
====================================================== */

.headspa-info {
  margin: 38px 0;
}

.headspa-info__card {
  padding: 38px;
  border-radius: var(--hs-radius);
  background:
    radial-gradient(circle at top left, rgba(217, 162, 154, 0.15), transparent 36%),
    #ffffff;

  border: 1px solid rgba(185, 121, 112, 0.16);
  box-shadow: var(--hs-shadow-soft);
}

.headspa-info__card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 26px;

  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.headspa-info__card li {
  position: relative;
  padding-left: 24px;
  color: var(--hs-muted);
  font-size: 0.94rem;
  line-height: 1.6;
}

.headspa-info__card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hs-accent-dark);
  font-weight: 900;
}

/* ======================================================
   SECTION PRESTATIONS
====================================================== */

.headspa-menu {
  margin: 38px 0;
  padding: 48px 36px;
  border-radius: var(--hs-radius);

  background:
    radial-gradient(circle at 10% 0%, rgba(217, 162, 154, 0.15), transparent 32%),
    radial-gradient(circle at 90% 100%, rgba(200, 164, 109, 0.12), transparent 32%),
    var(--hs-bg);

  border: 1px solid rgba(185, 121, 112, 0.14);
}

.headspa-section-header {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.headspa-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

/* ======================================================
   CARTES PRESTATIONS
====================================================== */

.headspa-card {
  position: relative;
  isolation: isolate;

  display: flex;
  flex-direction: column;

  min-height: 0;
  padding: 26px;

  border-radius: var(--hs-radius-card);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(255,250,247,0.96) 100%);

  border: 1px solid rgba(185, 121, 112, 0.20);

  box-shadow:
    0 22px 55px rgba(68, 47, 39, 0.08),
    0 4px 14px rgba(68, 47, 39, 0.04);

  overflow: hidden;

  transition:
    transform 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease;
}

.headspa-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at top right, rgba(217, 162, 154, 0.14), transparent 34%);
  opacity: 0.85;
}

.headspa-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(217,162,154,0.85), transparent);
  opacity: 0.65;
}

.headspa-card:hover {
  transform: translateY(-5px);
  border-color: rgba(185, 121, 112, 0.38);
  box-shadow:
    0 30px 70px rgba(68, 47, 39, 0.13),
    0 8px 22px rgba(68, 47, 39, 0.06);
}

.headspa-card--premium {
  border-color: rgba(200, 164, 109, 0.36);
}

.headspa-card--premium::after {
  background: linear-gradient(90deg, transparent, rgba(200,164,109,0.90), transparent);
}

.headspa-card--signature {
  background:
    linear-gradient(180deg, #fffdfb 0%, #fff4ef 100%);
  border-color: rgba(185, 121, 112, 0.42);
}

.headspa-card--signature::after {
  background: linear-gradient(90deg, transparent, #b97970, transparent);
  opacity: 0.95;
}

.headspa-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 14px;
  padding: 8px 13px;

  border-radius: 999px;
  background: rgba(217, 162, 154, 0.16);
  color: var(--hs-accent-dark);

  font-size: 0.7rem;
  line-height: 1;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.headspa-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 16px;
}

.headspa-card h3 {
  margin: 0 0 9px;
  color: var(--hs-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.015em;
}

.headspa-duration {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 8px 12px;

  border-radius: 999px;
  background: linear-gradient(180deg, #ead7d0 0%, #e1c8c0 100%);
  color: #5b4842;

  font-size: 0.78rem;
  line-height: 1;
  font-weight: 760;
  white-space: nowrap;
}

.headspa-price {
  margin: 3px 0 0;
  color: var(--hs-text);
  font-size: 1.14rem;
  line-height: 1;
  font-weight: 950;
  white-space: nowrap;
}

.headspa-card__intro {
  margin: 0 0 14px;
  color: var(--hs-text);
  font-size: 0.94rem;
  line-height: 1.6;
  font-weight: 600;
}

.headspa-card__list {
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.headspa-card__list li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 19px;

  color: var(--hs-muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.headspa-card__list li::before {
  content: "–";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--hs-accent-dark);
  font-weight: 900;
}

.headspa-details {
  margin: 0 0 16px;
}

.headspa-details summary {
  cursor: pointer;
  color: var(--hs-accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
}

.headspa-card__note {
  margin: 0 0 18px;
  padding: 11px 13px;

  border-radius: 15px;
  background: rgba(217, 162, 154, 0.12);
  color: #8a5b54;

  font-size: 0.84rem;
  line-height: 1.45;
  font-weight: 700;
}

/* ======================================================
   CTA FINAL
====================================================== */

.headspa-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;

  margin: 38px 0 0;
  padding: 42px;

  border-radius: var(--hs-radius);
  background:
    linear-gradient(135deg, rgba(31, 26, 23, 0.92), rgba(93, 61, 54, 0.88)),
    radial-gradient(circle at top left, rgba(217, 162, 154, 0.28), transparent 35%);

  box-shadow: var(--hs-shadow);
}

.headspa-final-cta .headspa-kicker,
.headspa-final-cta h2,
.headspa-final-cta p {
  color: #ffffff;
}

.headspa-final-cta p {
  max-width: 720px;
  opacity: 0.82;
}

/* ======================================================
   SÉCURITÉ LIENS / ELEMENTOR
====================================================== */

.headspa-page a,
.headspa-page a:hover,
.headspa-page a:focus {
  text-decoration: none !important;
}

.headspa-page img {
  max-width: 100%;
}

/* ======================================================
   RESPONSIVE TABLETTE
====================================================== */

@media (max-width: 1100px) {
  .headspa-hero {
    grid-template-columns: 1fr;
    padding: 46px;
  }

  .headspa-title {
    max-width: 820px;
    font-size: clamp(2.5rem, 7vw, 4.2rem);
  }

  .headspa-hero__visual {
    max-width: 540px;
    height: 340px;
    justify-self: center;
  }

  .headspa-hero__image,
  .headspa-photo-placeholder {
    height: 100%;
    min-height: 0;
  }

  .headspa-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .headspa-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ======================================================
   RESPONSIVE MOBILE
====================================================== */

@media (max-width: 720px) {
  .headspa-page {
    margin: 30px auto;
    padding: 0 14px;
  }

  .headspa-hero {
    padding: 34px 22px;
    border-radius: 24px;
    gap: 28px;
  }

  .headspa-hero::before {
    inset: 12px;
    border-radius: 18px;
  }

  .headspa-kicker {
    font-size: 0.68rem;
    letter-spacing: 0.11em;
  }

  .headspa-title {
    max-width: 100%;
    font-size: clamp(2.05rem, 10.5vw, 3.15rem);
    line-height: 1.02;
    letter-spacing: -0.045em;
  }

  .headspa-lead {
    font-size: 0.98rem;
    line-height: 1.6;
  }

  .headspa-callout {
    display: flex;
    width: 100%;
  }

  .headspa-hero__actions {
    flex-direction: column;
  }

  .headspa-btn {
    width: 100%;
  }

  .headspa-hero__visual {
    max-width: 100%;
    height: 260px;
    padding: 10px;
    border-radius: 24px;
  }

  .headspa-hero__image,
  .headspa-photo-placeholder {
    height: 100%;
    min-height: 0;
    border-radius: 18px;
  }

  .headspa-benefits,
  .headspa-info__card,
  .headspa-menu,
  .headspa-final-cta {
    padding: 30px 20px;
    border-radius: 24px;
  }

  .headspa-benefits__grid,
  .headspa-info__card ul,
  .headspa-grid {
    grid-template-columns: 1fr;
  }

  .headspa-card {
    padding: 23px 21px;
    border-radius: 22px;
  }

  .headspa-card__top {
    gap: 12px;
  }

  .headspa-card h3 {
    font-size: 1.16rem;
  }

  .headspa-duration {
    white-space: normal;
  }

  .headspa-final-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ======================================================
   TRÈS PETITS ÉCRANS
====================================================== */

@media (max-width: 420px) {
  .headspa-title {
    font-size: clamp(1.9rem, 10vw, 2.7rem);
  }

  .headspa-card__top {
    flex-direction: column;
  }

  .headspa-price {
    margin-top: 0;
  }
}/* End custom CSS */