@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;1,300&family=DM+Sans:wght@300;400;500&display=swap');

/* ===== VARIABLES ===== */
:root {
  --ink:    #8EBCBC;
  --navy:   #233252;
  --muted:  #5E686D;
  --bg:     #f0ede4;
  --bgalt:  #f7f5f0;
  --teal:   #eef6f6;
  --white:  #ffffff;
  --border: rgba(142,188,188,.2);
  --border-strong: rgba(142,188,188,.4);
  --wa:     #25d366;
}

/* ===== BASE ===== */
.acs * { margin: 0; padding: 0; box-sizing: border-box; }
.acs {
  font-family: 'DM Sans', sans-serif;
  color: var(--navy);
  background: #faf9f6;
}
.acs a { text-decoration: none; color: var(--ink); }
.acs a:hover { color: var(--navy); }
.acs img { display: block; width: 100%; height: 100%; object-fit: cover; }
.acs strong { color: var(--navy); }

/* ===== FORCER COULEUR TEXTE BOUTONS (anti-thème WordPress) ===== */
.acs-btn-navy,    .acs-btn-navy:visited,    .acs-btn-navy:active,    .acs-btn-navy:hover { color: #fff !important; }
.acs-btn-teal,    .acs-btn-teal:visited,    .acs-btn-teal:active,    .acs-btn-teal:hover { color: #fff !important; }
.acs-btn-white,   .acs-btn-white:visited,   .acs-btn-white:active { color: var(--navy) !important; }
.acs-btn-outline, .acs-btn-outline:visited, .acs-btn-outline:active { color: inherit !important; }

/* ===== SECTIONS ===== */
.acs-s    { padding: 52px 60px; background: var(--white); }
.acs-s-alt  { padding: 52px 60px; background: var(--bgalt); border-top: 1px solid rgba(142,188,188,.12); border-bottom: 1px solid rgba(142,188,188,.12); }
.acs-s-bg   { padding: 52px 60px; background: var(--bg); border-top: 1px solid var(--border); }
.acs-s-teal { padding: 52px 60px; background: var(--teal); border-top: 1px solid var(--border); }
.acs-s-navy { padding: 52px 60px; background: var(--navy); }
.acs-s-hero { padding: 44px 60px; background: var(--bg); border-bottom: 1px solid var(--border); }

/* ===== TYPOGRAPHIE ===== */
.acs-eyebrow {
  font-size: 10px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 8px;
}
.acs-eyebrow-light {
  font-size: 10px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(142,188,188,.8); margin-bottom: 8px;
}
.acs-eyebrow-muted {
  font-size: 10px; font-weight: 500;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 8px;
}
.acs-h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 52px; font-weight: 300;
  color: var(--navy); line-height: 1.05; margin-bottom: 14px;
}
.acs-h1 em { font-style: italic; color: var(--ink); }
.acs-h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 300;
  color: var(--navy); line-height: 1.15; margin-bottom: 10px;
}
.acs-h2 em { font-style: italic; color: var(--ink); }
.acs-h2-light {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 300;
  color: var(--white); line-height: 1.15; margin-bottom: 10px;
}
.acs-h2-light em { font-style: italic; color: var(--ink); }
.acs-h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 300;
  color: var(--navy); margin-bottom: 8px;
}
.acs-h3 em { font-style: italic; color: var(--ink); }
.acs-text { font-size: 13px; color: var(--muted); line-height: 1.8; margin-bottom: 12px; }
.acs-text-sm { font-size: 12px; color: var(--muted); line-height: 1.65; }
.acs-lead { font-size: 14px; color: var(--muted); line-height: 1.8; margin-bottom: 24px; }
.acs-link { font-size: 13px; font-weight: 500; color: var(--ink); }
.acs-line { width: 40px; height: 2px; background: var(--ink); margin-bottom: 14px; }

/* ===== BOUTONS ===== */
.acs-btn-navy {
  display: inline-block;
  background: var(--navy); color: var(--white) !important;
  padding: 12px 24px; border-radius: 3px;
  font-size: 12px; font-weight: 500; letter-spacing: .04em;
}
.acs-btn-navy:hover { background: #1a2540; color: var(--white) !important; }

.acs-btn-navy-pill {
  display: inline-block;
  background: var(--navy); color: var(--white) !important;
  padding: 13px 26px; border-radius: 24px;
  font-size: 13px; font-weight: 500;
}
.acs-btn-navy-pill:hover { background: #1a2540; color: var(--bg) !important; }

.acs-btn-teal,
.acs-btn-teal:visited,
.acs-btn-teal:active,
.acs-btn-teal:hover {
  display: inline-block; text-decoration: none;
  background: var(--ink); color: #fff !important;
  padding: 8px 16px; border-radius: 4px;
  font-size: 11px; font-weight: 500; letter-spacing: .02em;
}
.acs-btn-teal:hover { background: #6aa8a8; color: #fff !important; }

.acs-btn-white {
  display: inline-block;
  background: var(--white); color: var(--navy) !important;
  padding: 13px 26px; border-radius: 24px;
  font-size: 13px; font-weight: 500;
}
.acs-btn-white:hover { color: var(--navy) !important; }

.acs-btn-outline {
  display: inline-block;
  border: 1px solid rgba(35,50,82,.2); color: var(--navy) !important;
  padding: 12px 24px; border-radius: 24px;
  font-size: 12px; font-weight: 500;
}
.acs-btn-outline-light {
  display: inline-block;
  border: 1px solid rgba(255,255,255,.25); color: rgba(255,255,255,.85) !important;
  padding: 13px 26px; border-radius: 24px; font-size: 13px;
}

/* ===== GRILLES ===== */
.acs-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: center; }
.acs-grid-2-start { display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: start; }
.acs-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.acs-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

/* ===== CARTES ===== */
.acs-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 6px; overflow: hidden;
}
.acs-card-body { padding: 20px; }
.acs-card-photo { height: 200px; overflow: hidden; background: #dce8e8; }
.acs-card-photo-sq { aspect-ratio: 1; overflow: hidden; background: #dce8e8; }
.acs-card-tag {
  font-size: 10px; font-weight: 500;
  letter-spacing: .1em; text-transform: uppercase;
  color: var(--ink); margin-bottom: 6px;
}
.acs-card-alt { background: var(--bgalt); border: 1px solid var(--border); border-radius: 4px; padding: 20px; }
.acs-card-white { background: var(--white); border: 1px solid var(--border); border-radius: 4px; padding: 20px; }

/* ===== NOTE / ENCART ===== */
.acs-note {
  background: rgba(142,188,188,.08);
  border: 1px solid var(--border);
  border-radius: 4px; padding: 13px 16px;
  font-size: 12px; color: var(--muted); line-height: 1.7;
  margin-top: 14px;
}

/* ===== INFO BLOCK ===== */
.acs-info-block {
  background: var(--bg); border: 1px solid var(--border);
  border-radius: 4px; padding: 16px 18px;
  font-size: 13px; color: var(--muted); line-height: 1.7;
}

/* ===== QUOTE ===== */
.acs-quote {
  margin-top: 22px; padding: 18px 22px;
  background: var(--bg); border-left: 3px solid var(--ink);
}
.acs-quote p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 17px; font-style: italic;
  font-weight: 300; color: var(--navy); line-height: 1.75;
}

/* ===== ETOILES ===== */
.acs-stars { display: flex; gap: 3px; margin-bottom: 14px; }
.acs-star {
  width: 12px; height: 12px; background: #F5A623;
  clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);
}

/* ===== AVIS ===== */
.acs-avis-card {
  background: var(--white); border: 1px solid rgba(142,188,188,.15);
  border-radius: 6px; padding: 22px;
}
.acs-avis-text { font-size: 13px; color: var(--muted); line-height: 1.7; font-style: italic; margin-bottom: 14px; }
.acs-avis-name { font-size: 12px; font-weight: 500; color: var(--ink); }
.acs-avis-role { font-size: 11px; color: #aaa; display: block; margin-top: 2px; }
.acs-avis-footer {
  margin-top: 24px; display: flex; align-items: center;
  justify-content: space-between; padding-top: 20px;
  border-top: 1px solid var(--border); flex-wrap: wrap; gap: 10px;
}

/* ===== FAQ ===== */
.acs-faq-list { max-width: 780px; margin: 28px auto 0; }
.acs-faq-item {
  background: var(--white); border: 1px solid rgba(142,188,188,.18);
  border-radius: 4px; padding: 18px 20px; margin-bottom: 10px;
}
.acs-faq-q { font-size: 14px; font-weight: 500; color: var(--navy); margin-bottom: 6px; }
.acs-faq-a { font-size: 13px; color: var(--muted); line-height: 1.75; }

/* ===== CTA CENTRÉ ===== */
.acs-cta-inner { max-width: 580px; margin: 0 auto; text-align: center; }
.acs-cta-sub { font-size: 14px; color: rgba(255,255,255,.6); line-height: 1.75; margin-bottom: 28px; }
.acs-cta-sub-dark { font-size: 13px; color: var(--muted); line-height: 1.7; margin-bottom: 20px; }
.acs-cta-btns { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.acs-cta-insta { margin-top: 22px; font-size: 12px; color: rgba(255,255,255,.35); }

/* ===== CHECKS ===== */
.acs-checks { margin: 18px 0; display: flex; flex-direction: column; gap: 8px; }
.acs-check { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--muted); }
.acs-check-dot {
  width: 18px; height: 18px; border-radius: 50%;
  background: rgba(142,188,188,.2); border: 1px solid rgba(142,188,188,.4);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.acs-check-dot:after {
  content: ""; width: 6px; height: 6px;
  border-radius: 50%; background: var(--ink); display: block;
}

/* ===== BADGES FORMATION ===== */
.acs-badges { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.acs-badge {
  font-size: 11px; color: var(--muted);
  background: var(--bgalt); border: 1px solid var(--border);
  padding: 4px 10px; border-radius: 4px;
}

/* ===== LOGOS PARTENAIRES ===== */
.acs-logos-band { padding: 32px 60px; background: var(--white); border-top: 1px solid var(--border); overflow: hidden; }
.acs-logos-label {
  font-size: 10px; font-weight: 500; letter-spacing: .14em;
  text-transform: uppercase; color: var(--muted);
  text-align: center; margin-bottom: 20px;
}
.acs-logos-grid { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 24px 40px; }
.acs-logo-item { opacity: .85; transition: opacity .2s ease; max-width: 100%; }
.acs-logo-item:hover { opacity: 1; }
.acs-logo-item img { height: 64px; width: auto; max-width: 160px; object-fit: contain; display: block; }

/* ===== REASSURANCE BAR ===== */
.acs-rea { background: var(--navy); padding: 16px 60px; display: grid; grid-template-columns: repeat(3,1fr); }
.acs-rea-item { display: flex; align-items: center; gap: 10px; padding: 0 24px; border-right: 1px solid rgba(255,255,255,.08); }
.acs-rea-item:first-child { padding-left: 0; }
.acs-rea-item:last-child { border-right: none; }
.acs-rea-icon { width: 28px; height: 28px; border-radius: 50%; background: rgba(142,188,188,.15); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.acs-rea-label { font-size: 11px; font-weight: 500; color: var(--white); line-height: 1.3; }
.acs-rea-sub { font-size: 10px; color: rgba(255,255,255,.4); display: block; margin-top: 1px; }

/* ===== TABLEAU DE PRIX ===== */
.acs-row { display: flex; justify-content: space-between; align-items: center; padding: 8px 0; border-bottom: 1px solid rgba(142,188,188,.1); font-size: 13px; }
.acs-row:last-child { border-bottom: none; }
.acs-row-label { color: var(--muted); }
.acs-row-price { font-weight: 500; color: var(--navy); }
.acs-row-detail { font-size: 11px; color: var(--ink); }

/* ===== WHATSAPP ===== */
.acs-wa-link { display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 12px; font-weight: 500; color: var(--wa) !important; }
.acs-wa-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--wa); flex-shrink: 0; }

.acs a.acs-btn-navy,
.acs a.acs-btn-navy:visited,
.acs a.acs-btn-navy:hover,
.acs a.acs-btn-navy:active,
.acs a.acs-btn-navy-pill,
.acs a.acs-btn-navy-pill:visited,
.acs a.acs-btn-navy-pill:hover,
.acs a.acs-btn-navy-pill:active { color: #fff !important; }

.acs a.acs-btn-teal,
.acs a.acs-btn-teal:visited,
.acs a.acs-btn-teal:hover,
.acs a.acs-btn-teal:active { color: #fff !important; }

.acs a.acs-btn-white,
.acs a.acs-btn-white:visited,
.acs a.acs-btn-white:hover,
.acs a.acs-btn-white:active { color: var(--navy) !important; }

/* ===== PAGE TARIFS ===== */
.tp-hero-tag { padding: 6px 14px; border-radius: 20px; font-size: 12px; font-weight: 500; background: rgba(255,255,255,.7); border: 1px solid var(--border-strong); color: var(--ink) !important; display: inline-block; transition: background .15s ease; }
.tp-hero-tag:hover { background: var(--navy); color: #fff !important; }
.tp-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.tp-grid-2-mb { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 8px; }
.tp-grid-3-abo { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 12px; }
.tp-grid-3-promo { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tp-col { background: var(--white); border: 1px solid var(--border); border-radius: 6px; overflow: hidden; }
.tp-col-head { padding: 12px 16px; background: var(--bg); border-bottom: 1px solid var(--border); font-size: 13px; font-weight: 500; color: var(--navy); }
.tp-col-head-teal { padding: 12px 16px; background: #eef6f6; border-bottom: 1px solid var(--border); font-size: 13px; font-weight: 500; color: var(--navy); }
.tp-col-body { padding: 8px 16px 14px; }

@media (max-width: 900px) {
  .tp-grid-2, .tp-grid-2-mb, .tp-grid-3-abo, .tp-grid-3-promo { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .tp-grid-3-abo { grid-template-columns: 1fr; }
}

/* ===== HERO PAGE ACCUEIL ===== */
.hp2-hero{display:grid;grid-template-columns:1.2fr .8fr;min-height:420px;background:#faf9f6;}
.hp2-hero-photo{position:relative;overflow:hidden;background:#1a2a3a;}
.hp2-act-top{display:grid;grid-template-columns:1.3fr 1fr;gap:14px;margin-bottom:14px;}
.hp2-btn-reserve,
.hp2-btn-reserve:visited,
.hp2-btn-reserve:hover,
.hp2-btn-reserve:active{background:var(--navy);color:#fff !important;padding:14px 28px;border-radius:3px;font-size:12px;font-weight:500;letter-spacing:.06em;text-decoration:none;display:inline-block;}
.hp2-btn-reserve:hover{background:#1a2a3a;}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .acs-s, .acs-s-alt, .acs-s-bg, .acs-s-teal, .acs-s-navy, .acs-s-hero { padding: 40px 24px; }
  .acs-grid-2, .acs-grid-2-start { grid-template-columns: 1fr; }
  .acs-grid-3 { grid-template-columns: 1fr; }
  .acs-grid-4 { grid-template-columns: 1fr 1fr; }
  .acs-rea { padding: 16px 24px; grid-template-columns: 1fr; gap: 12px; }
  .acs-rea-item { padding: 0; border-right: none; }
  .acs-logos-band { padding: 24px 0; }
  .acs-logos-grid { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; gap: 0; padding: 0 24px; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
  .acs-logos-grid::-webkit-scrollbar { display: none; }
  .acs-logo-item { flex-shrink: 0; padding: 0 20px; }
  .acs-logo-item img { height: 48px; max-width: 120px; }
  .hp2-hero { grid-template-columns: 1fr; }
  .hp2-hero-photo { height: 300px; }
  .hp2-act-top { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .acs-h1 { font-size: 36px; }
  .acs-h2 { font-size: 28px; }
  .acs-grid-4 { grid-template-columns: 1fr; }
}

/* ===== FOOTER ===== */
.acs-footer { background: var(--bg); padding: 52px 60px 24px; font-family: 'DM Sans', sans-serif; }
.acs-footer a { text-decoration: none; transition: color .18s ease; }
.acs-footer a:hover { color: var(--navy) !important; }
.acs-footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-bottom: 40px; border-bottom: 1px solid rgba(142,188,188,.25); }
.acs-footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 300; color: var(--navy); letter-spacing: .04em; margin-bottom: 4px; }
.acs-footer-tagline { font-size: 10px; font-weight: 500; letter-spacing: .12em; color: var(--ink); text-transform: uppercase; margin-bottom: 16px; }
.acs-footer-desc { font-size: 13px; color: var(--muted); line-height: 1.75; max-width: 240px; }
.acs-footer-badge { display: inline-flex; align-items: center; gap: 8px; margin-top: 14px; padding: 8px 12px; background: rgba(255,255,255,.7); border: 1px solid rgba(142,188,188,.3); border-radius: 6px; text-decoration: none !important; transition: background .18s ease; }
.acs-footer-badge:hover { background: rgba(255,255,255,.95) !important; }
.acs-footer-badge-label { font-size: 12px; font-weight: 500; color: var(--muted); line-height: 1; }
.acs-footer-badge-sub { font-size: 10px; color: #aaa; display: block; margin-top: 1px; }
.acs-footer-socials { display: flex; gap: 8px; margin-top: 14px; }
.acs-footer-social { width: 36px; height: 36px; border-radius: 8px; background: rgba(142,188,188,.12); border: 1px solid rgba(142,188,188,.3); display: flex; align-items: center; justify-content: center; transition: background .18s ease; }
.acs-footer-social:hover { background: rgba(142,188,188,.25) !important; }
.acs-footer-col-title { font-size: 10px; font-weight: 500; letter-spacing: .12em; color: var(--ink); text-transform: uppercase; margin-bottom: 20px; }
.acs-footer-contact { display: flex; flex-direction: column; gap: 13px; }
.acs-footer-contact-row { display: flex; align-items: flex-start; gap: 10px; }
.acs-footer-contact-text { font-size: 13px; color: var(--muted); line-height: 1.5; }
.acs-footer-contact-sub { font-size: 11px; color: #aaa; display: block; margin-top: 2px; }
.acs-footer-nav { display: flex; flex-direction: column; gap: 10px; }
.acs-footer-nav a { font-size: 13px; color: var(--muted); }
.acs-footer-rdv { display: inline-flex; align-items: center; justify-content: center; margin-top: 20px; background: var(--ink); color: #fff !important; padding: 11px 22px; border-radius: 22px; font-size: 12px; font-weight: 500; letter-spacing: .02em; transition: transform .12s ease; }
.acs-footer-rdv:hover { transform: translateY(-1px); color: #fff !important; }
.acs-footer-bottom { padding-top: 20px; text-align: center; }
.acs-footer-copy { font-size: 11px; color: #bbb; }

@media (max-width: 768px) {
  .acs-footer { padding: 40px 24px 20px; }
  .acs-footer-grid { grid-template-columns: 1fr; gap: 32px; }
}