/* ============================================================
   DR MSIKA AVIGNON – SHARED STYLESHEET
   ============================================================ */

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

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ivory:     #F9F7F4;
  --white:     #FFFFFF;
  --charcoal:  #1A1A1E;
  --slate:     #4B4B57;
  --muted:     #8C8C98;
  --line:      #E5E2DA;
  --navy:      #1D3557;
  --navy-lt:   #EDF2F8;
  --navy-mid:  #2C4A7A;
  --teal:      #2A7A6F;
  --teal-lt:   #E8F5F3;
  --max:       1120px;
  --radius:    3px;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--white);
  color: var(--charcoal);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.container { max-width: var(--max); margin: 0 auto; padding: 0 32px; }
.section { padding: 88px 0; }
.section--alt { background: var(--ivory); }
.section--dark { background: var(--navy); }

/* SKIP NAV */
.skip-nav {
  position: absolute; top: -100px; left: 16px;
  background: var(--navy); color: #fff;
  padding: 8px 16px; border-radius: var(--radius); font-size: 14px;
  transition: top .2s; z-index: 9999;
}
.skip-nav:focus { top: 16px; }

/* ---- TOPBAR ---- */
.topbar { background: var(--navy); color: rgba(255,255,255,.8); font-size: 13px; padding: 9px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.tb-left, .tb-right { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.topbar a { color: rgba(255,255,255,.85); transition: color .2s; }
.topbar a:hover { color: #fff; }
.tb-sep { color: rgba(255,255,255,.25); }
.tb-badge { background: var(--teal); color: #fff; font-size: 11px; font-weight: 500; padding: 2px 10px; border-radius: 20px; letter-spacing: .06em; white-space: nowrap; }

/* ---- NAVBAR ---- */
.navbar {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.97); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line); padding: 16px 0;
  transition: box-shadow .3s;
}
.navbar.scrolled { box-shadow: 0 2px 24px rgba(0,0,0,.08); }
.navbar .container { display: flex; align-items: center; justify-content: space-between; }
.logo { display: flex; flex-direction: column; gap: 1px; }
.logo-name { font-family: 'Playfair Display', serif; font-size: 20px; font-weight: 500; color: var(--charcoal); }
.logo-sub { font-size: 11px; font-weight: 400; color: var(--muted); letter-spacing: .12em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { font-size: 14px; color: var(--slate); position: relative; transition: color .2s; }
.nav-links a::after { content: ''; position: absolute; bottom: -3px; left: 0; width: 0; height: 1px; background: var(--teal); transition: width .3s; }
.nav-links a:hover, .nav-links a.active { color: var(--charcoal); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta { background: var(--navy) !important; color: #fff !important; padding: 9px 20px; border-radius: var(--radius); font-size: 13px; font-weight: 500; letter-spacing: .04em; transition: background .2s !important; }
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--navy-mid) !important; }
.nav-urgence { background: var(--teal) !important; color: #fff !important; padding: 9px 20px; border-radius: var(--radius); font-size: 13px; font-weight: 500; transition: background .2s !important; }
.nav-urgence::after { display: none !important; }
.nav-urgence:hover { background: #1e6058 !important; }

/* ---- BREADCRUMB ---- */
.breadcrumb { background: var(--ivory); border-bottom: 1px solid var(--line); padding: 10px 0; }
.breadcrumb ol { display: flex; align-items: center; gap: 6px; list-style: none; font-size: 13px; color: var(--muted); }
.breadcrumb li + li::before { content: '/'; margin-right: 6px; }
.breadcrumb a { color: var(--navy); }
.breadcrumb a:hover { text-decoration: underline; }

/* ---- SECTION HEADER ---- */
.sh { margin-bottom: 56px; }
.sh.center { text-align: center; max-width: 620px; margin-left: auto; margin-right: auto; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 500; color: var(--teal); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 12px; }
.eyebrow::before { content: ''; width: 20px; height: 1px; background: var(--teal); }
.sh.center .eyebrow::before { display: none; }
.sh-title { font-size: clamp(28px, 3.5vw, 44px); font-weight: 500; color: var(--charcoal); margin-bottom: 14px; }
.sh-sub { font-size: 16px; font-weight: 300; color: var(--slate); line-height: 1.8; }
.sh-dark .sh-title { color: #fff; }
.sh-dark .sh-sub { color: rgba(255,255,255,.55); }
.sh-dark .eyebrow { color: rgba(255,255,255,.6); }
.sh-dark .eyebrow::before { background: rgba(255,255,255,.4); }

/* ---- BUTTONS ---- */
.btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 28px; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: .03em; cursor: pointer; border: none; transition: background .2s, transform .15s; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--teal); color: #fff; }
.btn-primary:hover { background: #1e6058; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-mid); }
.btn-outline { border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.85); background: transparent; }
.btn-outline:hover { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-outline-dark { border: 1px solid var(--line); color: var(--slate); background: transparent; }
.btn-outline-dark:hover { border-color: var(--navy); color: var(--navy); }

/* ---- HERO SHARED ---- */
.page-hero {
  position: relative; padding: 80px 0 72px;
  background: linear-gradient(140deg, #0D1B2A 0%, #1D3557 100%);
  overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 30%, rgba(42,122,111,.12) 0%, transparent 55%);
}
.page-hero-content { position: relative; z-index: 2; max-width: 700px; }
.page-hero-tag { display: inline-flex; align-items: center; gap: 8px; font-size: 11px; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .18em; text-transform: uppercase; margin-bottom: 16px; }
.page-hero-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--teal); }
.page-hero h1 { font-size: clamp(34px, 4.5vw, 58px); font-weight: 500; color: #fff; margin-bottom: 16px; }
.page-hero h1 em { font-style: italic; color: rgba(255,255,255,.55); }
.page-hero-desc { font-size: 16px; font-weight: 300; color: rgba(255,255,255,.6); line-height: 1.8; margin-bottom: 32px; max-width: 520px; }
.page-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.page-hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; padding-top: 32px; border-top: 1px solid rgba(255,255,255,.07); }
.pill { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.65); padding: 5px 12px; border-radius: 20px; font-size: 12px; }
.pill-ok { color: var(--teal); }

/* ---- URGENCE BAR ---- */
.urgence-bar { background: var(--teal-lt); border-left: 4px solid var(--teal); padding: 16px 0; }
.urgence-bar .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.urgence-text { display: flex; align-items: center; gap: 12px; font-size: 15px; color: var(--teal); font-weight: 500; }
.btn-urg { background: var(--teal); color: #fff; padding: 9px 20px; border-radius: var(--radius); font-size: 13px; font-weight: 500; white-space: nowrap; transition: background .2s; }
.btn-urg:hover { background: #1e6058; }

/* ---- INFOS BAR ---- */
.infos-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.infos-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); }
.info-cell { padding: 24px 20px; text-align: center; border-right: 1px solid var(--line); transition: background .2s; }
.info-cell:last-child { border-right: none; }
.info-cell:hover { background: var(--navy-lt); }
.info-cell-icon { width: 36px; height: 36px; background: var(--navy-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.info-cell-icon svg { width: 16px; height: 16px; fill: var(--navy); }
.info-cell-label { font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.info-cell-val { font-size: 14px; font-weight: 400; color: var(--charcoal); line-height: 1.4; }
.info-cell-val a { color: var(--navy); font-weight: 500; }

/* ---- CONTENT BLOCKS ---- */
.prose p { font-size: 15px; font-weight: 300; color: var(--slate); line-height: 1.9; margin-bottom: 16px; }
.prose h2 { font-size: 28px; font-weight: 500; color: var(--charcoal); margin: 36px 0 14px; }
.prose h3 { font-size: 21px; font-weight: 500; color: var(--charcoal); margin: 28px 0 10px; }
.prose ul { list-style: none; margin: 0 0 16px; display: flex; flex-direction: column; gap: 8px; }
.prose ul li { display: flex; gap: 10px; font-size: 15px; font-weight: 300; color: var(--slate); }
.prose ul li::before { content: '—'; color: var(--teal); flex-shrink: 0; }

/* ---- CARDS ---- */
.card { border: 1px solid var(--line); padding: 32px 28px; transition: box-shadow .3s, border-color .3s, transform .3s; position: relative; overflow: hidden; }
.card::after { content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: var(--teal); transform: scaleY(0); transition: transform .35s; transform-origin: top; }
.card:hover { box-shadow: 0 10px 40px rgba(0,0,0,.07); border-color: transparent; transform: translateY(-3px); }
.card:hover::after { transform: scaleY(1); }
.card-badge { display: inline-block; font-size: 10px; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: var(--teal); background: var(--teal-lt); padding: 3px 10px; border-radius: 20px; margin-bottom: 14px; }
.card h3 { font-size: 20px; font-weight: 500; margin-bottom: 10px; }
.card p { font-size: 14px; font-weight: 300; color: var(--slate); line-height: 1.8; margin-bottom: 16px; }
.kw-list { display: flex; flex-wrap: wrap; gap: 6px; }
.kw { font-size: 11px; color: var(--navy); background: var(--navy-lt); padding: 2px 9px; border-radius: 20px; }

/* ---- AVIS ---- */
.stars { color: #F5A623; font-size: 16px; letter-spacing: 2px; margin-bottom: 12px; }
.avis-text { font-size: 14px; font-weight: 300; color: var(--slate); line-height: 1.8; font-style: italic; margin-bottom: 18px; }
.avis-author { display: flex; align-items: center; gap: 10px; }
.avis-ini { width: 36px; height: 36px; background: var(--navy-lt); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 500; color: var(--navy); flex-shrink: 0; }
.avis-name { font-size: 14px; font-weight: 500; }
.avis-src { font-size: 11px; color: var(--muted); }

/* ---- STATS BAR ---- */
.stats-bar { background: var(--navy); padding: 36px 0; }
.stats-grid { display: flex; align-items: center; justify-content: space-around; gap: 20px; flex-wrap: wrap; }
.stat { text-align: center; color: #fff; }
.stat-n { font-family: 'Playfair Display', serif; font-size: 44px; font-weight: 400; display: block; line-height: 1; }
.stat-l { font-size: 12px; opacity: .6; letter-spacing: .1em; text-transform: uppercase; margin-top: 6px; }
.stat-sep { width: 1px; height: 48px; background: rgba(255,255,255,.12); }

/* ---- FORM ---- */
.rdv-form-box { background: var(--ivory); border: 1px solid var(--line); padding: 40px 36px; }
.rdv-form-box h3 { font-size: 22px; margin-bottom: 6px; }
.rdv-form-box > p { font-size: 13px; color: var(--muted); margin-bottom: 26px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.f-group { display: flex; flex-direction: column; gap: 5px; margin-bottom: 14px; }
.f-group label { font-size: 11px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: var(--charcoal); }
.f-group input, .f-group select, .f-group textarea {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 11px 14px; font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 300;
  color: var(--charcoal); transition: border-color .2s; width: 100%; -webkit-appearance: none;
}
.f-group input:focus, .f-group select:focus, .f-group textarea:focus { outline: none; border-color: var(--navy); }
.f-group textarea { resize: vertical; min-height: 80px; }
.f-submit { width: 100%; background: var(--navy); color: #fff; padding: 13px 28px; border-radius: var(--radius); font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; border: none; cursor: pointer; transition: background .2s, transform .15s; margin-top: 4px; }
.f-submit:hover { background: var(--navy-mid); transform: translateY(-1px); }
.f-legal { font-size: 11px; color: var(--muted); line-height: 1.6; margin-top: 10px; text-align: center; }

/* ---- FAQ ---- */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; cursor: pointer; font-family: 'Playfair Display', serif; font-size: 18px; font-weight: 400; color: var(--charcoal); background: none; border: none; width: 100%; text-align: left; transition: color .2s; }
.faq-q:hover { color: var(--navy); }
.faq-icon { width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--line); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; color: var(--muted); transition: transform .3s, background .2s, color .2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--navy); color: #fff; border-color: var(--navy); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-a-inner { font-size: 15px; font-weight: 300; color: var(--slate); line-height: 1.85; padding-bottom: 20px; }

/* ---- HORAIRES ---- */
.horaires-list { list-style: none; }
.horaires-list li { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.horaires-list li:last-child { border: none; }
.h-day { font-weight: 400; }
.h-time { color: var(--slate); font-weight: 300; }
.h-closed { color: var(--muted); font-style: italic; }

/* ---- CONTACT INFO ---- */
.contact-list { display: flex; flex-direction: column; gap: 12px; }
.cl-item { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: var(--slate); }
.cl-item svg { width: 16px; height: 16px; fill: var(--navy); flex-shrink: 0; margin-top: 3px; }
.cl-item a { color: var(--navy); font-weight: 500; }

/* ---- LOCAL GRID ---- */
.local-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; }
.local-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); padding: 26px 22px; transition: background .3s; }
.local-card:hover { background: rgba(255,255,255,.08); }
.local-card h3 { font-size: 17px; color: rgba(255,255,255,.9); margin-bottom: 8px; }
.local-card p { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.75; }

/* ---- INTERNAL LINKS GRID ---- */
.links-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.link-card { display: flex; flex-direction: column; padding: 24px 20px; border: 1px solid var(--line); border-radius: var(--radius); transition: border-color .2s, box-shadow .2s; }
.link-card:hover { border-color: var(--teal); box-shadow: 0 4px 16px rgba(42,122,111,.1); }
.link-card-title { font-family: 'Playfair Display', serif; font-size: 17px; color: var(--charcoal); margin-bottom: 6px; }
.link-card-desc { font-size: 13px; color: var(--muted); flex: 1; }
.link-card-arrow { font-size: 13px; color: var(--teal); margin-top: 12px; }

/* ---- FOOTER ---- */
footer { background: #0D1117; color: rgba(255,255,255,.55); padding: 56px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo .logo-name { color: #fff; }
.footer-logo .logo-sub { color: rgba(255,255,255,.3); }
.footer-desc { font-size: 13px; font-weight: 300; line-height: 1.75; margin-top: 14px; }
.footer-col h4 { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.85); margin-bottom: 18px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; font-weight: 300; color: rgba(255,255,255,.45); transition: color .2s; }
.footer-links a:hover { color: rgba(255,255,255,.85); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: 12px; }
.footer-legal { display: flex; gap: 18px; }
.footer-legal a { color: rgba(255,255,255,.35); font-size: 12px; transition: color .2s; }
.footer-legal a:hover { color: rgba(255,255,255,.7); }

/* ---- TOAST ---- */
.toast { position: fixed; bottom: 28px; right: 28px; z-index: 9999; background: var(--teal); color: #fff; padding: 14px 22px; border-radius: var(--radius); font-size: 14px; box-shadow: 0 6px 20px rgba(0,0,0,.2); transform: translateY(120px); opacity: 0; transition: transform .4s, opacity .4s; }
.toast.show { transform: translateY(0); opacity: 1; }

/* ---- REVEAL ANIMATION ---- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .infos-grid-4 { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .links-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .section { padding: 56px 0; }
  .container { padding: 0 20px; }
  .nav-links { display: none; }
  .infos-grid-4 { grid-template-columns: 1fr 1fr; }
  .local-grid { grid-template-columns: 1fr; }
  .f-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats-grid .stat-sep { display: none; }
  .links-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .infos-grid-4 { grid-template-columns: 1fr; }
  .tb-right { display: none; }
}

/* ---- LOGO WITH IMAGE ---- */
.logo-img {
  width: 36px; height: 36px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.logo-wrap {
  display: flex; align-items: center; gap: 12px;
}

/* ============================================================
   HAMBURGER MENU MOBILE — redesign premium
   ============================================================ */

/* Button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px; height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  border-radius: 12px;
  transition: background .2s;
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 1001;
}
.hamburger:hover { background: rgba(29,53,87,.07); }
.hamburger-box {
  width: 24px; height: 18px;
  position: relative;
  display: flex; flex-direction: column;
  justify-content: space-between;
}
.hamburger-box span {
  display: block;
  width: 100%; height: 2px;
  background: var(--navy);
  border-radius: 2px;
  transition: transform .38s cubic-bezier(.23,1,.32,1),
              opacity .25s ease,
              width .3s ease;
  transform-origin: center;
}
.hamburger-box span:nth-child(2) { width: 70%; }

/* Open state — morphs into × */
.hamburger.open .hamburger-box span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  width: 100%;
}
.hamburger.open .hamburger-box span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.hamburger.open .hamburger-box span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 100%;
}

/* Backdrop overlay */
.nav-drawer {
  display: none;
  position: fixed; inset: 0;
  background: rgba(8,18,32,.6);
  z-index: 999;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  opacity: 0;
  transition: opacity .3s ease;
}
.nav-drawer.open {
  display: block;
  animation: drawerFadeIn .25s ease forwards;
}
@keyframes drawerFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

/* Slide panel */
.nav-panel {
  position: absolute; top: 0; right: 0;
  width: min(320px, 90vw); height: 100%;
  background: #fff;
  box-shadow: -12px 0 60px rgba(0,0,0,.22);
  display: flex; flex-direction: column;
  transform: translateX(110%);
  transition: transform .38s cubic-bezier(.23,1,.32,1);
  overflow: hidden;
  border-radius: 0 0 0 20px;
}
.nav-drawer.open .nav-panel { transform: translateX(0); }

/* Panel header — navy gradient */
.nav-panel-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px 20px 18px;
  background: linear-gradient(135deg, var(--navy) 0%, #2a4a7f 100%);
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.nav-panel-header::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--teal), transparent);
}
.nav-panel-logo {
  font-family: 'Playfair Display', serif;
  font-size: 16px; font-weight: 700;
  color: #fff;
  line-height: 1.3;
}
.nav-panel-logo span {
  display: block;
  font-family: 'DM Sans', sans-serif;
  font-size: 11.5px; font-weight: 400;
  color: rgba(255,255,255,.6);
  margin-top: 3px;
  letter-spacing: .02em;
}
.nav-panel-close {
  width: 36px; height: 36px; border-radius: 50%;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  cursor: pointer; color: #fff;
  display: flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
}
.nav-panel-close:hover {
  background: rgba(255,255,255,.22);
  transform: rotate(90deg);
}

/* Nav links list */
.nav-mobile-links {
  list-style: none;
  flex: 1; overflow-y: auto;
  padding: 6px 0 0;
}
.nav-mobile-links::-webkit-scrollbar { width: 3px; }
.nav-mobile-links::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 2px; }

.nav-mobile-links li {
  border-bottom: 1px solid rgba(29,53,87,.06);
  animation: slideInLink .3s ease both;
}
.nav-mobile-links li:nth-child(1) { animation-delay: .05s; }
.nav-mobile-links li:nth-child(2) { animation-delay: .08s; }
.nav-mobile-links li:nth-child(3) { animation-delay: .11s; }
.nav-mobile-links li:nth-child(4) { animation-delay: .14s; }
.nav-mobile-links li:nth-child(5) { animation-delay: .17s; }
.nav-mobile-links li:nth-child(6) { animation-delay: .20s; }
.nav-mobile-links li:nth-child(7) { animation-delay: .23s; }
.nav-mobile-links li:nth-child(8) { animation-delay: .26s; }
.nav-mobile-links li:nth-child(9) { animation-delay: .29s; }

@keyframes slideInLink {
  from { opacity: 0; transform: translateX(18px); }
  to   { opacity: 1; transform: translateX(0); }
}

.nav-mobile-links li a {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 20px;
  font-size: 15px; font-weight: 450;
  color: #2a3548;
  text-decoration: none;
  transition: background .18s, color .18s, padding-left .22s;
  position: relative;
}
.nav-mobile-links li a::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 3px;
  background: var(--teal);
  border-radius: 0 2px 2px 0;
  transform: scaleY(0);
  transition: transform .2s ease;
}
.nav-mobile-links li a:hover {
  background: rgba(29,53,87,.04);
  padding-left: 26px;
  color: var(--navy);
}
.nav-mobile-links li a:hover::before { transform: scaleY(1); }
.nav-mobile-links li a.active {
  color: var(--teal);
  font-weight: 600;
  background: rgba(42,122,111,.05);
}
.nav-mobile-links li a.active::before { transform: scaleY(1); }

/* Emoji icon in link */
.nav-mobile-links li a .nav-icon {
  font-size: 18px;
  width: 26px; text-align: center;
  flex-shrink: 0;
}

/* Footer CTA area */
.nav-mobile-footer {
  padding: 16px 16px 28px;
  border-top: 1px solid rgba(29,53,87,.08);
  display: flex; flex-direction: column; gap: 9px;
  background: #f8f7f4;
  flex-shrink: 0;
  animation: slideInLink .35s .3s ease both;
}
.nav-mobile-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--navy); color: #fff !important;
  padding: 13px 16px;
  border-radius: 12px;
  text-align: center; font-size: 14px; font-weight: 600;
  transition: background .2s, transform .15s; text-decoration: none;
  border: none !important;
  letter-spacing: .01em;
}
.nav-mobile-cta:hover { background: #253f6b !important; transform: translateY(-1px); padding-left: 16px !important; }

.nav-mobile-urgence {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: var(--teal); color: #fff !important;
  padding: 12px 16px;
  border-radius: 12px;
  text-align: center; font-size: 14px; font-weight: 600;
  transition: background .2s, transform .15s; text-decoration: none;
  border: none !important;
}
.nav-mobile-urgence:hover { background: #1e6058 !important; transform: translateY(-1px); padding-left: 16px !important; }

.nav-mobile-doctolib {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: transparent; color: var(--navy) !important;
  padding: 11px 16px;
  border-radius: 12px;
  text-align: center; font-size: 13px; font-weight: 500;
  border: 1.5px solid rgba(29,53,87,.25) !important;
  transition: all .2s; text-decoration: none;
}
.nav-mobile-doctolib:hover {
  background: var(--navy) !important;
  color: #fff !important;
  border-color: var(--navy) !important;
  padding-left: 16px !important;
}

/* Tel bar in drawer */
.nav-mobile-tel {
  display: flex; align-items: center; justify-content: center; gap: 6px;
  padding: 10px;
  font-size: 13px; color: var(--muted);
  text-align: center;
}
.nav-mobile-tel a {
  color: var(--navy); font-weight: 600;
  text-decoration: none;
}

/* Hide desktop nav on mobile, show hamburger */
@media (max-width: 768px) {
  .hamburger { display: flex; }
  .nav-links { display: none !important; }
  .navbar .container { justify-content: space-between; align-items: center; }
}

/* ---- CABINET GALLERY RESPONSIVE ---- */
@media (max-width: 600px) {
  /* 4-col photo strip → 2 col on mobile */
  div[style*="grid-template-columns:1fr 1fr 1fr 1fr"] {
    grid-template-columns: 1fr 1fr !important;
  }
}

/* ============================================================
   ANIMATIONS & ILLUSTRATIONS
   ============================================================ */

/* ---- Page load fade-in ---- */
@keyframes fadeUp {
  from { opacity:0; transform:translateY(22px); }
  to   { opacity:1; transform:translateY(0); }
}
@keyframes fadeIn {
  from { opacity:0; }
  to   { opacity:1; }
}
@keyframes slideRight {
  from { opacity:0; transform:translateX(-18px); }
  to   { opacity:1; transform:translateX(0); }
}
@keyframes pulse-dot {
  0%,100% { transform:scale(1); opacity:1; }
  50%      { transform:scale(1.5); opacity:.6; }
}
@keyframes float {
  0%,100% { transform:translateY(0); }
  50%      { transform:translateY(-8px); }
}
@keyframes shimmer {
  0%   { background-position:-400px 0; }
  100% { background-position: 400px 0; }
}
@keyframes drawLine {
  from { stroke-dashoffset:1000; }
  to   { stroke-dashoffset:0; }
}
@keyframes countUp {
  from { opacity:0; transform:scale(.8); }
  to   { opacity:1; transform:scale(1); }
}

/* ---- Hero entrance ---- */
.hero-content,
.page-hero-content {
  animation: fadeUp .7s ease both;
}
.hero-tag,
.page-hero-tag {
  animation: slideRight .5s .1s ease both;
}
.hero h1,
.page-hero h1 {
  animation: fadeUp .6s .15s ease both;
}
.hero-desc,
.page-hero-desc {
  animation: fadeUp .6s .25s ease both;
}
.hero-actions,
.page-hero-actions {
  animation: fadeUp .6s .35s ease both;
}
.hero-pills,
.page-hero-pills {
  animation: fadeUp .6s .45s ease both;
}

/* ---- Navbar entrance ---- */
.navbar {
  animation: fadeIn .4s ease both;
}

/* ---- Card hover lift ---- */
.card {
  transition: box-shadow .3s, border-color .3s, transform .3s;
}
.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(0,0,0,.1);
}

/* ---- Blog card ---- */
.blog-card {
  transition: box-shadow .3s, border-color .3s, transform .3s;
}
.blog-card:hover {
  transform: translateY(-4px);
}

/* ---- Stat counter animation ---- */
.stat-n {
  animation: countUp .5s ease both;
}

/* ---- Urgence bar pulse ---- */
.urgence-bar .urgence-text::before {
  content:'';
  display:inline-block;
  width:8px; height:8px;
  background:var(--teal);
  border-radius:50%;
  margin-right:8px;
  animation: pulse-dot 1.6s ease-in-out infinite;
  vertical-align:middle;
}

/* ---- Button ripple ---- */
.btn { position:relative; overflow:hidden; }
.btn::after {
  content:'';
  position:absolute; inset:0;
  background: rgba(255,255,255,.15);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .3s ease;
}
.btn:hover::after { transform: scaleX(1); }

/* ---- Nav link underline animated ---- */
.nav-links a::after {
  transition: width .25s cubic-bezier(.4,0,.2,1);
}

/* ---- Photo zoom on hover ---- */
.photo-wrap picture img,
.praticien-strip picture img {
  transition: transform .5s ease;
}
.photo-wrap:hover picture img,
.praticien-strip:hover picture img {
  transform: scale(1.03);
}

/* ---- Section reveal stagger ---- */
.reveal:nth-child(1) { transition-delay:.05s; }
.reveal:nth-child(2) { transition-delay:.12s; }
.reveal:nth-child(3) { transition-delay:.19s; }
.reveal:nth-child(4) { transition-delay:.26s; }
.reveal:nth-child(5) { transition-delay:.33s; }
.reveal:nth-child(6) { transition-delay:.40s; }

/* ---- Floating SVG tooth illustration ---- */
.tooth-illustration {
  position:absolute;
  opacity:.06;
  pointer-events:none;
  animation: float 6s ease-in-out infinite;
}
.tooth-illustration.right {
  right:5%;
  top:50%;
  transform:translateY(-50%);
  animation-delay:-2s;
}
.tooth-illustration.left {
  left:3%;
  top:40%;
  opacity:.04;
  animation-delay:-4s;
}

/* ---- Teal line accent animation on eyebrow ---- */
.eyebrow {
  position:relative;
}
.eyebrow::after {
  content:'';
  position:absolute;
  bottom:-3px; left:0;
  width:0; height:1px;
  background:var(--teal);
  transition:width .4s ease;
}
section:hover .eyebrow::after { width:100%; }

/* ---- Infos bar cell hover ---- */
.info-cell {
  transition: background .25s, transform .2s;
}
.info-cell:hover {
  transform:translateY(-2px);
}

/* ---- Scrolling gradient hero line ---- */
.hero::after,
.page-hero::after {
  content:'';
  position:absolute;
  bottom:0; left:0; right:0;
  height:2px;
  background:linear-gradient(90deg, transparent, var(--teal) 40%, var(--navy-mid) 60%, transparent);
  animation: shimmer 3s linear infinite;
  background-size:400px 2px;
}

/* ---- Google Maps iframe responsive ---- */
.map-embed iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
  border-radius: var(--radius);
}
@media (max-width: 600px) {
  .map-embed iframe { height: 260px; }
}

/* ---- Topbar smooth transition ---- */
.topbar {
  transition: transform .3s ease;
  will-change: transform;
}

/* ---- Card 3D perspective container ---- */
.soins-grid,
.avis-grid,
.avis-grid3 {
  perspective: 1000px;
}

/* ---- Urgence bar enhanced pulse ---- */
@keyframes urg-glow {
  0%,100% { box-shadow: inset 4px 0 0 var(--teal); }
  50%      { box-shadow: inset 4px 0 0 var(--teal), 0 0 18px rgba(42,122,111,.2); }
}
.urgence-bar {
  animation: urg-glow 2.5s ease-in-out infinite;
}

/* ---- Pill hover ---- */
.pill {
  transition: background .2s, border-color .2s, transform .2s;
}
.pill:hover {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.25);
  transform: translateY(-1px);
}

/* ---- Footer links hover ---- */
.footer-links a {
  position: relative;
  padding-left: 0;
  transition: color .2s, padding-left .2s;
}
.footer-links a:hover {
  padding-left: 8px;
}

/* ---- Scrollbar custom ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--ivory); }
::-webkit-scrollbar-thumb { background: var(--navy); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--teal); }

/* ---- Selection color ---- */
::selection { background: var(--teal); color: #fff; }

/* ============================================================
   TICKER BAND (bande défilante soins)
   ============================================================ */
.ticker-wrap {
  background: var(--teal);
  padding: 11px 0;
  overflow: hidden;
  position: relative;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 28s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  padding: 0 36px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  letter-spacing: .07em;
  text-transform: uppercase;
}
.ticker-item a {
  color: inherit;
  transition: color .2s;
}
.ticker-item a:hover { color: #fff; text-decoration: underline; }
.ticker-dot {
  width: 5px; height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  flex-shrink: 0;
}
@keyframes ticker-scroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   WHATSAPP BUTTON MOBILE
   ============================================================ */
.whatsapp-btn {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 998;
  width: 56px; height: 56px;
  border-radius: 50%;
  background: #25D366;
  box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 2px 8px rgba(0,0,0,.2);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  animation: wa-enter .5s .8s cubic-bezier(.34,1.56,.64,1) both;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,.55), 0 3px 10px rgba(0,0,0,.2);
}
.whatsapp-btn svg {
  width: 30px; height: 30px;
  fill: #fff;
}
/* Pulse ring */
.whatsapp-btn::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.5);
  animation: wa-pulse 2s ease-in-out infinite;
}
.whatsapp-btn::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.25);
  animation: wa-pulse 2s .4s ease-in-out infinite;
}
@keyframes wa-pulse {
  0%   { transform: scale(1); opacity: 1; }
  100% { transform: scale(1.5); opacity: 0; }
}
@keyframes wa-enter {
  from { transform: scale(0) rotate(-180deg); opacity: 0; }
  to   { transform: scale(1) rotate(0deg); opacity: 1; }
}
/* Tooltip */
.whatsapp-btn .wa-tooltip {
  position: absolute;
  right: 66px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: #128C7E;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 12px rgba(0,0,0,.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.whatsapp-btn:hover .wa-tooltip { opacity: 1; }

@media (max-width: 768px) {
  .whatsapp-btn { display: flex; }
}

/* ============================================================
   TICKER BAND (bande défilante soins)
   ============================================================ */
.ticker-band {
  background: var(--teal);
  overflow: hidden;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.1);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 32s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.92);
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker-dot {
  width: 5px; height: 5px;
  background: rgba(255,255,255,.5);
  border-radius: 50%;
  flex-shrink: 0;
}
.ticker-item a {
  color: inherit;
  transition: color .2s;
}
.ticker-item a:hover { color: #fff; text-decoration: underline; }

/* ============================================================
   WHATSAPP BUTTON MOBILE
   ============================================================ */
.whatsapp-fab {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 999;
  width: 58px; height: 58px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(37,211,102,.45);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: wa-bounce 2.5s ease-in-out infinite;
  transition: transform .2s, box-shadow .2s;
}
.whatsapp-fab:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,.6);
  animation-play-state: paused;
}
.whatsapp-fab svg {
  width: 32px; height: 32px;
  fill: #fff;
}
/* Pulse ring */
.whatsapp-fab::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.4);
  animation: wa-ring 2.5s ease-in-out infinite;
}
.whatsapp-fab::after {
  content: '';
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 1.5px solid rgba(37,211,102,.2);
  animation: wa-ring 2.5s .4s ease-in-out infinite;
}
@keyframes wa-bounce {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-6px); }
}
@keyframes wa-ring {
  0%   { transform: scale(1);   opacity:1; }
  100% { transform: scale(1.5); opacity:0; }
}
/* Tooltip */
.wa-tooltip {
  position: absolute;
  right: 68px;
  background: #1a1a1a;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 20px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.whatsapp-fab:hover .wa-tooltip { opacity: 1; }

@media (max-width: 768px) {
  .whatsapp-fab { display: flex; }
}

/* ============================================================
   TICKER BAND (bande défilante soins)
   ============================================================ */
.ticker-band {
  background: var(--navy);
  color: rgba(255,255,255,.85);
  overflow: hidden;
  padding: 11px 0;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: relative;
  z-index: 10;
}
.ticker-band::before,
.ticker-band::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.ticker-band::before {
  left: 0;
  background: linear-gradient(to right, var(--navy), transparent);
}
.ticker-band::after {
  right: 0;
  background: linear-gradient(to left, var(--navy), transparent);
}
.ticker-track {
  display: flex;
  width: max-content;
  animation: ticker-scroll 35s linear infinite;
}
.ticker-track:hover { animation-play-state: paused; }
@keyframes ticker-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 28px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .03em;
  white-space: nowrap;
}
.ticker-item .ticker-dot {
  display: inline-block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}
.ticker-item a {
  color: inherit;
  text-decoration: none;
  transition: color .2s;
}
.ticker-item a:hover { color: #fff; }

/* ============================================================
   WHATSAPP MOBILE BUTTON
   ============================================================ */
.wa-btn {
  display: none;
  position: fixed;
  bottom: 24px;
  right: 20px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  background: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 20px rgba(37,211,102,.45), 0 2px 8px rgba(0,0,0,.2);
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s;
}
.wa-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 28px rgba(37,211,102,.6), 0 2px 12px rgba(0,0,0,.25);
}
.wa-btn svg {
  width: 30px; height: 30px;
  fill: #fff;
}
/* Pulse ring animation */
.wa-btn::before {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(37,211,102,.5);
  animation: wa-pulse 2s ease-out infinite;
}
@keyframes wa-pulse {
  0%  { transform: scale(1); opacity: .8; }
  70% { transform: scale(1.35); opacity: 0; }
  100%{ transform: scale(1.35); opacity: 0; }
}
/* Tooltip */
.wa-btn::after {
  content: 'WhatsApp';
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.75);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}
.wa-btn:hover::after { opacity: 1; }

/* Show only on mobile */
@media (max-width: 768px) {
  .wa-btn { display: flex; }
}
