.elementor-88 .elementor-element.elementor-element-b4b09a9{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-88 .elementor-element.elementor-element-7b28c0e{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-88 .elementor-element.elementor-element-24ad6db{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-b4b09a9 *//* ================================
   PAGE SÉANCES — HERO PREMIUM
================================ */

:root {
  --fds-bg: #faf8f5;
  --fds-soft: #f1ede8;
  --fds-dark: #171310;
  --fds-text: #2a2521;
  --fds-muted: #746d66;
  --fds-border: rgba(23, 19, 16, 0.12);
  --fds-accent: #b98b68;

  --fds-font-title: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --fds-font-text: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --fds-container: 1180px;
}

/* ================================
   HERO
================================ */

.fds-hero {
  position: relative;
  overflow: hidden;
  padding: 170px 0 100px;
  background:
    radial-gradient(circle at 88% 18%, rgba(185, 139, 104, 0.12), transparent 30%),
    linear-gradient(180deg, #faf8f5 0%, #f2eee9 100%);
}

.fds-hero::before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  background: rgba(185, 139, 104, 0.08);
  pointer-events: none;
}

.fds-hero__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--fds-container));
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.78fr);
  gap: 82px;
  align-items: center;
}

/* ================================
   CONTENU
================================ */

.fds-hero__content {
  max-width: 720px;
}

.fds-kicker {
  margin: 0 0 20px;
  color: var(--fds-accent);
  font-family: var(--fds-font-text);
  font-size: 0.74rem;
  font-weight: 850;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fds-hero h1 {
  max-width: 720px;
  margin: 0 0 26px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: clamp(2.25rem, 3.4vw, 3.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.028em;
}

.fds-hero h1 span {
  display: block;
}

.fds-lead {
  max-width: 640px;
  margin: 0 0 22px;
  color: var(--fds-text);
  font-family: var(--fds-font-text);
  font-size: clamp(1.05rem, 1.25vw, 1.18rem);
  font-weight: 500;
  line-height: 1.72;
}

.fds-text {
  max-width: 610px;
  margin: 0 0 38px;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 1rem;
  line-height: 1.75;
}

/* ================================
   BOUTONS
================================ */

.fds-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.fds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 26px;
  border-radius: 999px;
  font-family: var(--fds-font-text);
  font-size: 0.9rem;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    color 0.25s ease,
    border-color 0.25s ease;
}

.fds-btn:hover {
  transform: translateY(-2px);
}

.fds-btn--dark {
  color: #ffffff;
  background: var(--fds-dark);
  border: 1px solid var(--fds-dark);
}

.fds-btn--dark:hover {
  color: var(--fds-dark);
  background: transparent;
}

.fds-btn--light {
  color: var(--fds-dark);
  background: transparent;
  border: 1px solid var(--fds-border);
}

.fds-btn--light:hover {
  background: #ffffff;
  border-color: rgba(23, 19, 16, 0.22);
}

/* ================================
   VISUEL
================================ */

.fds-hero__visual {
  position: relative;
}

.fds-hero__image {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 34px;
  background: #e5dfd8;
  box-shadow: 0 26px 70px rgba(23, 19, 16, 0.13);
}

.fds-hero__image::before {
  content: "";
  position: absolute;
  inset: 16px;
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 24px;
  pointer-events: none;
}

.fds-hero__image img {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.97) contrast(1.03);
}

.fds-hero__note {
  position: absolute;
  left: -34px;
  bottom: 34px;
  z-index: 3;
  width: min(310px, 82%);
  padding: 22px 24px;
  border: 1px solid rgba(23, 19, 16, 0.10);
  border-radius: 22px;
  background: rgba(250, 248, 245, 0.88);
  box-shadow: 0 20px 55px rgba(23, 19, 16, 0.12);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.fds-hero__note span {
  display: block;
  margin-bottom: 7px;
  color: var(--fds-accent);
  font-family: var(--fds-font-text);
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fds-hero__note strong {
  display: block;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: 1.55rem;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.03em;
}

/* ================================
   RESPONSIVE TABLETTE
================================ */

@media (max-width: 980px) {
  .fds-hero {
    padding: 140px 0 84px;
  }

  .fds-hero__inner {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .fds-hero__content {
    max-width: 780px;
  }

  .fds-hero h1 {
    max-width: 720px;
    font-size: clamp(2.2rem, 6vw, 3.35rem);
    line-height: 1.08;
  }

  .fds-hero__visual {
    max-width: 620px;
  }

  .fds-hero__image img {
    height: 560px;
  }

  .fds-hero__note {
    left: 24px;
  }
}

/* ================================
   RESPONSIVE MOBILE
================================ */

@media (max-width: 640px) {
  .fds-hero {
    padding: 118px 0 70px;
  }

  .fds-hero__inner {
    width: min(100% - 28px, var(--fds-container));
    gap: 42px;
  }

  .fds-hero h1 {
    max-width: 100%;
    margin-bottom: 22px;
    font-size: clamp(2rem, 8.5vw, 2.75rem);
    line-height: 1.1;
    letter-spacing: -0.025em;
  }

  .fds-lead {
    font-size: 1.02rem;
    line-height: 1.65;
  }

  .fds-text {
    font-size: 0.96rem;
    line-height: 1.65;
  }

  .fds-actions {
    flex-direction: column;
  }

  .fds-btn {
    width: 100%;
  }

  .fds-hero__image {
    border-radius: 26px;
  }

  .fds-hero__image::before {
    inset: 10px;
    border-radius: 18px;
  }

  .fds-hero__image img {
    height: 430px;
  }

  .fds-hero__note {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    margin-top: 18px;
  }
}

/* ================================
   PETITS MOBILES
================================ */

@media (max-width: 420px) {
  .fds-hero h1 {
    font-size: clamp(1.85rem, 8vw, 2.35rem);
  }

  .fds-hero__image img {
    height: 380px;
  }

  .fds-hero__note strong {
    font-size: 1.35rem;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7b28c0e *//* ================================
   PAGE SÉANCES — TYPES DE SÉANCES
================================ */

.fds-types {
  position: relative;
  padding: 105px 0;
  background: #ffffff;
  overflow: hidden;
}

.fds-types::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(185, 139, 104, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #faf8f5 100%);
  pointer-events: none;
}

.fds-types__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--fds-container));
  margin-inline: auto;
}

.fds-types__head {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.9fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 56px;
}

.fds-types__head h2 {
  max-width: 650px;
  margin: 0;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: clamp(2.15rem, 3.2vw, 3.55rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.fds-types__head p:not(.fds-kicker) {
  max-width: 560px;
  margin: 0;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 1.02rem;
  line-height: 1.75;
}

/* ================================
   GRILLE
================================ */

.fds-types__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.fds-type-card {
  position: relative;
}

.fds-type-card a {
  display: grid;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  border-radius: 30px;
  overflow: hidden;
  background: #faf8f5;
  box-shadow: 0 18px 48px rgba(23, 19, 16, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.fds-type-card a:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(23, 19, 16, 0.13);
}

.fds-type-card figure {
  position: relative;
  margin: 0;
  height: 330px;
  overflow: hidden;
  background: #e8e2dc;
}

.fds-type-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(23, 19, 16, 0.02) 0%,
      rgba(23, 19, 16, 0.12) 100%
    );
  pointer-events: none;
}

.fds-type-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.96) contrast(1.03);
  transition:
    transform 0.7s ease,
    filter 0.7s ease;
}

.fds-type-card a:hover img {
  transform: scale(1.045);
  filter: saturate(1.02) contrast(1.05);
}

.fds-type-card__content {
  padding: 28px 26px 30px;
}

.fds-type-card__content span {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--fds-accent);
  font-family: var(--fds-font-text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.fds-type-card__content h3 {
  margin: 0 0 12px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: 1.72rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.fds-type-card__content p {
  margin: 0;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 0.96rem;
  line-height: 1.65;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .fds-types__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .fds-type-card figure {
    height: 360px;
  }
}

@media (max-width: 860px) {
  .fds-types {
    padding: 84px 0;
  }

  .fds-types__head {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 44px;
  }

  .fds-types__head h2 {
    font-size: clamp(2.05rem, 7vw, 3.2rem);
  }
}

@media (max-width: 640px) {
  .fds-types {
    padding: 70px 0;
  }

  .fds-types__inner {
    width: min(100% - 28px, var(--fds-container));
  }

  .fds-types__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .fds-type-card a {
    border-radius: 24px;
  }

  .fds-type-card figure {
    height: 320px;
  }

  .fds-type-card__content {
    padding: 24px 22px 26px;
  }

  .fds-type-card__content h3 {
    font-size: 1.55rem;
  }
}

@media (max-width: 420px) {
  .fds-type-card figure {
    height: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-24ad6db *//* ================================
   PAGE SÉANCES — TARIFS PREMIUM
================================ */

.fds-pricing {
  position: relative;
  padding: 110px 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 12%, rgba(185, 139, 104, 0.12), transparent 28%),
    linear-gradient(180deg, #faf8f5 0%, #f1ede8 100%);
}

.fds-pricing__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 48px, var(--fds-container));
  margin-inline: auto;
}

/* ================================
   EN-TÊTE
================================ */

.fds-pricing__head {
  max-width: 760px;
  margin-bottom: 58px;
}

.fds-pricing__head h2 {
  max-width: 720px;
  margin: 0 0 24px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: clamp(2.15rem, 3.4vw, 3.65rem);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.fds-pricing__head p:not(.fds-kicker) {
  max-width: 660px;
  margin: 0;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 1.04rem;
  line-height: 1.75;
}

/* ================================
   CARTES TARIFS
================================ */

.fds-pricing__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.fds-price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 34px 32px;
  border: 1px solid rgba(23, 19, 16, 0.11);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 22px 60px rgba(23, 19, 16, 0.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.fds-price-card:hover {
  transform: translateY(-6px);
  border-color: rgba(23, 19, 16, 0.18);
  box-shadow: 0 30px 80px rgba(23, 19, 16, 0.12);
}

.fds-price-card--featured {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(250, 248, 245, 0.9));
  border-color: rgba(185, 139, 104, 0.34);
}

.fds-price-card__badge {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 8px 12px;
  border-radius: 999px;
  color: var(--fds-dark);
  background: rgba(185, 139, 104, 0.14);
  font-family: var(--fds-font-text);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fds-price-card__top {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(23, 19, 16, 0.1);
}

.fds-price-card__label {
  margin: 0 0 12px;
  color: var(--fds-accent);
  font-family: var(--fds-font-text);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.fds-price-card h3 {
  margin: 0 0 16px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: clamp(2rem, 2.8vw, 2.75rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.035em;
}

.fds-price-card__top strong {
  display: block;
  color: var(--fds-dark);
  font-family: var(--fds-font-text);
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1;
}

.fds-price-card__body p {
  margin: 0 0 24px;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 1rem;
  line-height: 1.7;
}

.fds-price-card__body p strong {
  color: var(--fds-dark);
  font-weight: 850;
}

.fds-price-card__body ul {
  display: grid;
  gap: 12px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.fds-price-card__body li {
  position: relative;
  padding-left: 24px;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 0.94rem;
  line-height: 1.55;
}

.fds-price-card__body li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--fds-accent);
}

/* ================================
   OPTIONS
================================ */

.fds-pricing__details {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 24px;
}

.fds-detail-card {
  padding: 24px 22px;
  border: 1px solid rgba(23, 19, 16, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.58);
}

.fds-detail-card span {
  display: block;
  margin-bottom: 10px;
  color: var(--fds-accent);
  font-family: var(--fds-font-text);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.fds-detail-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: 1.35rem;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.fds-detail-card p {
  margin: 0;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* ================================
   CONDITIONS
================================ */

.fds-pricing__notice {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.fds-pricing__notice > div {
  padding: 30px;
  border: 1px solid rgba(23, 19, 16, 0.1);
  border-radius: 26px;
  background: #ffffff;
}

.fds-pricing__notice h3 {
  margin: 0 0 12px;
  color: var(--fds-dark);
  font-family: var(--fds-font-title);
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.fds-pricing__notice p {
  margin: 0;
  color: var(--fds-muted);
  font-family: var(--fds-font-text);
  font-size: 0.96rem;
  line-height: 1.7;
}

/* ================================
   CTA TARIFS
================================ */

.fds-pricing__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  margin-top: 34px;
  padding: 30px 34px;
  border-radius: 28px;
  background: var(--fds-dark);
}

.fds-pricing__cta p {
  max-width: 640px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--fds-font-text);
  font-size: 1rem;
  line-height: 1.7;
}

.fds-pricing__button {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid #ffffff;
  border-radius: 999px;
  color: var(--fds-dark);
  background: #ffffff;
  font-family: var(--fds-font-text);
  font-size: 0.9rem;
  font-weight: 850;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    color 0.25s ease,
    background-color 0.25s ease;
}

.fds-pricing__button:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: transparent;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 1100px) {
  .fds-pricing__grid {
    grid-template-columns: 1fr;
  }

  .fds-pricing__details {
    grid-template-columns: repeat(2, 1fr);
  }

  .fds-price-card--featured {
    order: -1;
  }
}

@media (max-width: 820px) {
  .fds-pricing {
    padding: 84px 0;
  }

  .fds-pricing__inner {
    width: min(100% - 32px, var(--fds-container));
  }

  .fds-pricing__head {
    margin-bottom: 44px;
  }

  .fds-pricing__head h2 {
    font-size: clamp(2rem, 7vw, 3.15rem);
  }

  .fds-pricing__notice {
    grid-template-columns: 1fr;
  }

  .fds-pricing__cta {
    display: grid;
    gap: 24px;
  }

  .fds-pricing__button {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .fds-pricing {
    padding: 70px 0;
  }

  .fds-pricing__inner {
    width: min(100% - 28px, var(--fds-container));
  }

  .fds-price-card {
    padding: 28px 24px;
    border-radius: 24px;
  }

  .fds-price-card__badge {
    position: static;
    display: inline-flex;
    width: fit-content;
    margin-bottom: 18px;
  }

  .fds-price-card h3 {
    font-size: 2.1rem;
  }

  .fds-price-card__top strong {
    font-size: 1.95rem;
  }

  .fds-pricing__details {
    grid-template-columns: 1fr;
  }

  .fds-detail-card,
  .fds-pricing__notice > div {
    border-radius: 22px;
  }

  .fds-pricing__cta {
    padding: 26px 24px;
    border-radius: 24px;
  }
}/* End custom CSS */