.elementor-392 .elementor-element.elementor-element-6c88a33{--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;}.elementor-392 .elementor-element.elementor-element-29530f9{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-392 .elementor-element.elementor-element-5840387{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-392 .elementor-element.elementor-element-9525e78{margin:-20px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for container, class: .elementor-element-6c88a33 *//* ══════════════════════════════════════════════════════
   Accompagnement — CSS GLOBAL
   Elementor → Site Settings → Custom CSS
   Préfixe : .ac- (évite les conflits inter-pages)
   ══════════════════════════════════════════════════════ */

.ac-page {
  --ac-cream:     #f6f0e8;
  --ac-cream-d:   #ede5d8;
  --ac-white:     #ffffff;
  --ac-navy:      #1e2d4e;
  --ac-teal:      #5bbfad;
  --ac-teal-d:    #48a899;
  --ac-gold:      #c09a5a;
  --ac-text:      #1a1a2e;
  --ac-mid:       #4a4a5a;
  --ac-light:     #8a8a9a;
  --ac-border:    #ddd6cc;
  font-family: 'Inter', sans-serif;
  color: var(--ac-text);
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}

/* ── Eyebrow ── */
.ac-eyebrow {
  font-size: .68rem; font-weight: 500; letter-spacing: .18em;
  text-transform: uppercase; color: var(--ac-teal);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  margin-bottom: 1.2rem;
}

/* ══════════════════════════════════════════
   BLOC 01 — INTRO
══════════════════════════════════════════ */
.ac-intro {
  background: var(--ac-cream);
  padding: 88px 6% 44px; text-align: center;
}
.ac-intro h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 400; color: var(--ac-navy); line-height: 1.15; margin-bottom: 1rem;
}
.ac-intro p {
  font-size: 1rem; color: var(--ac-mid);
  max-width: 680px; margin: 0 auto; font-weight: 300;
}

/* ══════════════════════════════════════════
   BLOC 02 — TARIF
══════════════════════════════════════════ */
.ac-tarif {
  background: var(--ac-cream);
  padding: 0 6% 48px;
  display: flex;
  justify-content: center;
}
.ac-tarif-box {
  width: 100%; max-width: 520px;
  background: var(--ac-white); border: 1px solid var(--ac-border);
  border-radius: 0; padding: 20px 22px; text-align: center;
}
.ac-tarif-label {
  font-size: .68rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ac-teal); margin-bottom: 10px;
}
.ac-tarif-box p {
  font-size: .92rem; color: var(--ac-mid); line-height: 1.65;
}
.ac-tarif-box p + p { margin-top: 6px }
.ac-tarif-box strong { color: var(--ac-navy); font-weight: 600 }

/* ══════════════════════════════════════════
   BLOC 03 — CARDS
══════════════════════════════════════════ */
.ac-cards {
  background: var(--ac-cream);
  padding: 0 6% 80px;
}
.ac-cards-grid {
  display: flex;
  flex-direction: column;
  gap: 24px; max-width: 1100px; margin: 0 auto;
}
.ac-card {
  background: var(--ac-white); border: 1px solid var(--ac-border);
  border-radius: 0; padding: 36px 36px 32px;
  transition: box-shadow .3s; display: flex; flex-direction: column;
}
.ac-card:hover { box-shadow: 0 6px 20px rgba(30,45,78,.08) }

.ac-card-head {
  display: flex; align-items: center; gap: 14px; margin-bottom: 20px;
}
.ac-card-icon {
  width: 42px; height: 42px; flex-shrink: 0;
}
.ac-card-icon svg {
  width: 100%; height: 100%;
  stroke: currentColor; fill: none;
  stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round;
}
.ac-icon-adult { color: #344b78 }
.ac-icon-child, .ac-icon-teen { color: var(--ac-teal) }

.ac-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem; font-weight: 400; color: var(--ac-navy); line-height: 1.1; margin: 0;
}
.ac-card-num {
  margin-left: auto; flex-shrink: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem; color: rgba(30,45,78,.08); font-weight: 300;
}
.ac-accroche {
  font-size: .96rem; color: var(--ac-mid); font-style: italic;
  border-left: 2px solid var(--ac-teal);
  padding-left: 14px; margin-bottom: 24px; line-height: 1.8;
}

.ac-block { margin-bottom: 20px }
.ac-block:last-child { margin-bottom: 0 }
.ac-block-label {
  font-size: .67rem; font-weight: 600; letter-spacing: .16em;
  text-transform: uppercase; color: var(--ac-teal); margin-bottom: 7px;
}
.ac-block p {
  font-size: .90rem; color: var(--ac-mid); line-height: 1.8;
}
.ac-block p.dark { color: var(--ac-text) }
.ac-divider { height: 1px; background: #e2d9cc; margin: 18px 0 }

.ac-tools-box {
  background: var(--ac-cream); border-radius: 0;
  padding: 16px 18px; margin-bottom: 10px;
  display: flex; flex-direction: column; gap: 10px;
}
.ac-tool-line { display: flex; gap: 8px; align-items: flex-start; font-size: .87rem; color: var(--ac-mid); line-height: 1.7 }
.ac-tool-dot { color: var(--ac-teal); flex-shrink: 0; margin-top: 2px }
.ac-tool-line strong { color: var(--ac-navy); font-weight: 600 }
.ac-tools-link { font-size: .84rem; color: var(--ac-mid); margin-top: 6px }
.ac-tools-link a {
  color: var(--ac-teal-d); text-decoration: none;
  border-bottom: 1px solid rgba(72,168,153,.3);
  transition: border-color .2s;
}
.ac-tools-link a:hover { border-bottom-color: var(--ac-teal-d) }

.ac-benefits { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px }
.ac-benefits li {
  display: flex; gap: 8px; font-size: .88rem;
  color: var(--ac-text); line-height: 1.65;
}
.ac-benefits li::before { content: "→"; color: var(--ac-teal); flex-shrink: 0 }

.ac-cta { margin-top: auto; padding-top: 18px }
.ac-cta-hint {
  font-size: .82rem; color: var(--ac-light); font-style: italic;
  margin-bottom: 12px; line-height: 1.6;
}
.ac-btn {
  display: block; width: 100%; text-align: center;
  background: var(--ac-teal); color: #fff;
  text-decoration: none; font-size: .78rem; font-weight: 500;
  letter-spacing: .10em; text-transform: uppercase;
  padding: 13px 20px; border-radius: 2px;
  transition: background .2s;
}
.ac-btn:hover { background: var(--ac-teal-d) }

/* ══════════════════════════════════════════
   BLOC 04 — INFOS PRATIQUES (navy)
══════════════════════════════════════════ */
.ac-infos {
  background: var(--ac-navy);
  padding: 56px 6%; text-align: center;
}
.ac-infos .ac-eyebrow { color: rgba(255,255,255,.45) }
.ac-tarif-big {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem; font-weight: 300; color: #fff; margin-bottom: 14px;
}
.ac-infos p {
  font-size: 1rem; color: rgba(255,255,255,.65); margin-bottom: 8px;
}
.ac-infos a { color: var(--ac-teal); text-decoration: none }

/* ══════════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════════ */
@media(max-width:1024px){
  .ac-card { cursor: pointer }
  .ac-card-content { display: none }
  .ac-card.ac-open .ac-card-content { display: block }
  .ac-card-toggle {
    display: block; margin-left: auto; flex-shrink: 0;
    font-size: 18px; color: var(--ac-teal);
    transition: transform .3s;
  }
  .ac-card.ac-open .ac-card-toggle { transform: rotate(180deg) }
}
@media(min-width:1025px){
  .ac-card-toggle { display: none }
  .ac-card-content { display: block !important }
}
@media(max-width:768px){
  .ac-blocks-grid { grid-template-columns: 1fr }
  .ac-block { border-right: none; border-bottom: 1px solid var(--ac-border); padding: 16px 0 }
  .ac-block:last-child { border-bottom: none }
  .ac-block + .ac-block { padding-left: 0 }
  .ac-intro { padding: 64px 5% 32px }
  .ac-tarif, .ac-cards { padding-left: 5%; padding-right: 5% }
  .ac-card { padding: 24px 20px }
  .ac-card h3 { font-size: 1.6rem }
  .ac-card-num { display: none }
  .ac-infos { padding: 48px 5% }
}
@media(max-width:480px){
  .ac-intro { padding: 56px 4% 28px }
  .ac-tarif, .ac-cards { padding-left: 4%; padding-right: 4% }
}/* End custom CSS */