.elementor-56 .elementor-element.elementor-element-9fdfec1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-56 .elementor-element.elementor-element-9fdfec1:not(.elementor-motion-effects-element-type-background), .elementor-56 .elementor-element.elementor-element-9fdfec1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-cf929a2 *//* ============================================================
   FOOTER.CSS — CZEN Spa
   ============================================================ */

.czFoot {
  --gold: #c9a45a;
  --sage: #bac095;
  --border: rgba(255,255,255,.09);
  --muted: rgba(255,255,255,.52);
  --fg: rgba(255,255,255,.82);
  --white: #ffffff;
  --ease: cubic-bezier(.4,0,.2,1);

  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

/* ── Fond principal ─────────────────────────────────────── */
.czFoot__inner {
  background:
    radial-gradient(ellipse 800px 500px at 5% 20%, rgba(186,192,149,.10), transparent 55%),
    radial-gradient(ellipse 700px 460px at 95% 25%, rgba(124,96,21,.12), transparent 55%),
    #0a0907;
  padding: 56px 0 0;
}

.czFoot__wrap {
  max-width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
}

/* ── Grille 4 colonnes ──────────────────────────────────── */
.czFoot__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 48px;
}

@media (max-width: 1024px) {
  .czFoot__grid {
    grid-template-columns: 1fr 1fr;
    gap: 28px;
  }
}

@media (max-width: 560px) {
  .czFoot__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* ── Colonne brand ──────────────────────────────────────── */
.czFoot__brand {
  min-width: 0;
}

.czFoot__logo {
  display: inline-block;
  margin-bottom: 14px;
  line-height: 0;
  text-decoration: none;
}

.czFoot__logo img {
  height: 80px !important;
  max-height: 80px !important;
  max-width: 240px !important;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(1.08);
}

.czFoot__desc {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.70;
  margin: 0 0 16px;
  max-width: 32ch;
}

/* ── Adresse ────────────────────────────────────────────── */
.czFoot__address {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-style: normal;
  font-size: 12px;
  line-height: 1.55;
  margin: 0 0 18px;
}

.czFoot__address a {
  color: var(--muted);
  text-decoration: none;
  display: inline-flex;
  align-items: flex-start;
  gap: 7px;
  transition: color .18s var(--ease), transform .18s var(--ease);
}

.czFoot__address a:hover {
  color: var(--fg);
  transform: translateX(2px);
}

.czFoot__addressIcon {
  flex: 0 0 auto;
  line-height: 1.4;
}

/* ── Réseaux sociaux ────────────────────────────────────── */
.czFoot__social {
  display: flex;
  align-items: center;
  gap: 9px;
}

.czFoot__socialBtn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,.055);
  color: var(--muted);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition:
    background .18s var(--ease),
    color .18s var(--ease),
    border-color .18s var(--ease),
    transform .18s var(--ease),
    box-shadow .18s var(--ease);
}

.czFoot__socialBtn svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.czFoot__socialBtn:hover {
  background: rgba(201,164,90,.18);
  border-color: rgba(201,164,90,.36);
  color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.25);
}

/* ── Colonnes nav ───────────────────────────────────────── */
.czFoot__colTitle {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 12px;
}

.czFoot__legalTitle {
  margin-top: 20px;
}

.czFoot__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.czFoot__col ul li {
  margin: 0;
  padding: 0;
}

.czFoot__col ul li a {
  display: block;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.35;
  color: var(--muted);
  text-decoration: none;
  transition: background .16s var(--ease), color .16s var(--ease), transform .16s var(--ease);
  white-space: nowrap;
}

.czFoot__col ul li a:hover {
  background: rgba(255,255,255,.05);
  color: var(--fg);
  transform: translateX(2px);
}

/* ── Colonne CTA ────────────────────────────────────────── */
.czFoot__cta {
  min-width: 0;
}

.czFoot__cta p {
  font-size: 12px;
  color: var(--muted);
  line-height: 1.65;
  margin: 0 0 14px;
}

.czFoot__ctaBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  text-decoration: none;
  border: 1px solid transparent;
  margin-bottom: 8px;
  transition:
    transform .18s var(--ease),
    box-shadow .18s var(--ease),
    background .18s var(--ease),
    color .18s var(--ease),
    border-color .18s var(--ease);
  text-align: center;
}

.czFoot__ctaBtn--primary {
  background: linear-gradient(135deg, #7a8a53, #b8924a);
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.30);
}

.czFoot__ctaBtn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0,0,0,.40);
}

.czFoot__ctaBtn--ghost {
  background: rgba(255,255,255,.07);
  border-color: var(--border);
  color: var(--muted);
}

.czFoot__ctaBtn--ghost:hover {
  background: rgba(255,255,255,.12);
  color: var(--fg);
}

.czFoot__ctaBtn--mail {
  background: transparent;
  border-color: rgba(201,164,90,.28);
  color: var(--gold);
  font-size: 12px;
}

.czFoot__ctaBtn--mail:hover {
  background: rgba(201,164,90,.10);
  border-color: rgba(201,164,90,.45);
}

/* ── Séparateur ─────────────────────────────────────────── */
.czFoot__sep {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--border) 20%,
    var(--border) 80%,
    transparent
  );
}

/* ── Bas du footer ──────────────────────────────────────── */
.czFoot__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 0 24px;
  flex-wrap: wrap;
}

.czFoot__copy {
  font-size: 11px;
  color: rgba(255,255,255,.32);
  margin: 0;
  line-height: 1.55;
}

.czFoot__bottomLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.czFoot__bottomLinks a {
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 11px;
  color: rgba(255,255,255,.32);
  text-decoration: none;
  transition: color .15s var(--ease), background .15s var(--ease);
}

.czFoot__bottomLinks a:hover {
  color: rgba(255,255,255,.70);
  background: rgba(255,255,255,.05);
}

/* ── Logo header CZEN si utilisé ailleurs ───────────────── */
.czen .topbar .brand img.brand__logo {
  height: 80px !important;
  max-height: 80px !important;
  max-width: 240px !important;
}

@media (max-width: 900px) {
  .czen .topbar .brand img.brand__logo {
    height: 54px !important;
    max-height: 54px !important;
    max-width: 180px !important;
  }
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 560px) {
  .czFoot__inner {
    padding: 40px 0 0;
  }

  .czFoot__wrap {
    max-width: min(100% - 28px, 1160px);
  }

  .czFoot__logo img {
    height: 60px !important;
    max-height: 60px !important;
  }

  .czFoot__desc {
    max-width: none;
  }

  .czFoot__col ul li a {
    white-space: normal;
  }

  .czFoot__bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .czFoot__ctaBtn {
    font-size: 12px;
    padding: 10px 14px;
  }
}

/* ── Accessibilité mouvement réduit ─────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .czFoot__ctaBtn,
  .czFoot__socialBtn,
  .czFoot__col ul li a,
  .czFoot__address a {
    transition: none;
  }

  .czFoot__ctaBtn:hover,
  .czFoot__socialBtn:hover,
  .czFoot__col ul li a:hover,
  .czFoot__address a:hover {
    transform: none;
  }
}/* End custom CSS */