/* =============================================
   TIERS LIEU D'AZUN — style.css v5
   Typo : SoftSans (toute la typo)
   Couleurs : bleu #7ea7ad · orange #e8834a
   Style : simple, mignon, convivial, aéré
   ============================================= */



@font-face {
  font-family: 'SoftSans';
  src: url('../fonts/SoftSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --bleu:      #7ea7ad;
  --bleu-f:    #4d8f96;
  --bleu-p:    #dff0f2;
  --bleu-xp:   #f0fafb;
  --orange:    #e8834a;
  --orange-f:  #c96a33;
  --orange-p:  #fef3ec;
  --jaune:     #f6ca45;
  --jaune-p:   #fffbe8;
  --vert:      #85c99a;
  --blanc:     #ffffff;
  --creme:     #fdf9f5;
  --bord:      #e8e0d8;
  --gris-m:    #8a837b;
  --gris:      #3e3832;
  --noir:      #1a1614;
  --font-m:    'SoftSans', 'Quicksand', sans-serif;
  --font-b:    'SoftSans', 'Quicksand', sans-serif;
  --hh:        88px;
  --tb:        46px;
  --r:         12px;
  --r-lg:      22px;
  --r-full:    999px;
  --max:       1140px;
}

*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html { scroll-behavior:smooth; }
body {
  font-family: var(--font-b);
  background: var(--blanc);
  color: var(--gris);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
img { max-width:100%; height:auto; display:block; }
a { color:var(--bleu-f); text-decoration:none; transition:color .2s; }
a:hover { color:var(--orange); }
ul { list-style:none; }
p { margin-bottom:1rem; }
p:last-child { margin-bottom:0; }

/* ── TYPOGRAPHIE ── */
/* SoftSans partout — douce et conviviale */
.mig { font-family: var(--font-m); font-weight:normal; line-height:1.05; }
h1 { font-family:var(--font-m); font-size:clamp(3rem,5.5vw,5rem); color:var(--noir); line-height:1.05; }
h2 { font-family:var(--font-m); font-size:clamp(2rem,3.5vw,3rem); color:var(--noir); line-height:1.1; }
h3 { font-family:var(--font-m); font-size:clamp(1.4rem,2.5vw,1.9rem); color:var(--noir); line-height:1.15; }
h4 { font-family:var(--font-b); font-size:.95rem; font-weight:800; color:var(--gris); }
strong { font-weight:800; }

/* ── LAYOUT ── */
.container { max-width:var(--max); margin:0 auto; padding:0 2rem; }
.container-sm { max-width:820px; margin:0 auto; padding:0 2rem; }
.site-main { padding-top:calc(var(--hh) + var(--tb)); }
section { padding:5.5rem 0; }
.bg-creme  { background: var(--creme); }
.bg-bleu-p { background: var(--bleu-xp); }
.bg-orange-p { background: var(--orange-p); }
.bg-jaune-p { background: var(--jaune-p); }
.bg-bleu-f { background: var(--bleu-f); }

/* ── BOUTONS ── */
.btn {
  display:inline-flex; align-items:center; gap:.45rem;
  padding:.72rem 1.9rem; border-radius:var(--r-full);
  font-family:var(--font-b); font-size:.9rem; font-weight:800;
  cursor:pointer; border:2.5px solid transparent;
  transition:all .22s; letter-spacing:.01em;
}
.btn-orange { background:var(--orange); color:#fff; border-color:var(--orange); }
.btn-orange:hover { background:var(--orange-f); color:#fff; transform:translateY(-3px); box-shadow:0 8px 24px rgba(232,131,74,.35); }
.btn-bleu { background:var(--bleu-f); color:#fff; border-color:var(--bleu-f); }
.btn-bleu:hover { background:#3d7c83; color:#fff; transform:translateY(-3px); box-shadow:0 8px 24px rgba(77,143,150,.3); }
.btn-jaune { background:var(--jaune); color:var(--noir); border-color:var(--jaune); }
.btn-jaune:hover { background:#e8b820; transform:translateY(-3px); }
.btn-outline { background:transparent; color:var(--bleu-f); border-color:var(--bleu); }
.btn-outline:hover { background:var(--bleu-f); color:#fff; transform:translateY(-3px); }
.btn-outline-blanc { background:rgba(255,255,255,.15); color:#fff; border-color:rgba(255,255,255,.65); }
.btn-outline-blanc:hover { background:rgba(255,255,255,.28); color:#fff; }
.btn-sm { padding:.48rem 1.2rem; font-size:.83rem; }
.btn-lg { padding:.9rem 2.4rem; font-size:1rem; }

/* ── SECTION HEADERS ── */
.s-tag {
  display:inline-block;
  font-family:var(--font-m); font-size:1.3rem; color:var(--orange);
  margin-bottom:.2rem; letter-spacing:.01em;
}
.s-titre { margin-bottom:.9rem; }
.s-titre em { font-style:italic; color:var(--bleu-f); }
.s-sous { font-size:.98rem; color:var(--gris-m); line-height:1.8; max-width:560px; }
.s-header { margin-bottom:2.8rem; }
.s-header.center { text-align:center; }
.s-header.center .s-sous { margin:0 auto; }

/* ── TOPBAR ── */
.topbar {
  position:fixed; top:0; left:0; right:0; z-index:200;
  height:var(--tb); background:var(--bleu-f);
  display:flex; align-items:center;
}
.topbar-inner {
  display:flex; justify-content:flex-end; align-items:center;
  gap:1.5rem; width:100%; max-width:var(--max); margin:0 auto; padding:0 2rem;
}
.topbar-link {
  font-size:.92rem; font-weight:800; color:rgba(255,255,255,.92);
  display:inline-flex; align-items:center; gap:.4rem; text-decoration:none; transition:color .2s;
}
.topbar-link:hover { color:#fff; }
.topbar-sep { color:rgba(255,255,255,.3); font-size:.75rem; }

/* ── HEADER ── */
.site-header {
  position:fixed; top:var(--tb); left:0; right:0; z-index:100;
  height:var(--hh); background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px); border-bottom:2px solid var(--bleu-p);
  transition:box-shadow .3s;
}
.site-header.scroll { box-shadow:0 4px 28px rgba(77,143,150,.14); }
.header-inner {
  display:grid; grid-template-columns:1fr auto 1fr; align-items:center;
  height:100%; max-width:1400px; margin:0 auto; padding:0 1.5rem;
  gap:.6rem;
}
.header-inner .logo { justify-self:start; }
.header-inner .main-nav { justify-self:center; }
.header-inner .header-actions { justify-self:end; }
.logo { display:flex; align-items:center; gap:.9rem; text-decoration:none; }
.logo-img {
  width:46px; height:46px; border-radius:var(--r);
  background:linear-gradient(135deg, var(--bleu-f), var(--bleu));
  display:flex; align-items:center; justify-content:center; font-size:1.5rem;
  flex-shrink:0; box-shadow:0 4px 14px rgba(77,143,150,.28);
  color:#fff; font-family:var(--font-m); font-weight:800; font-size:1rem; letter-spacing:.02em;
}
.logo-name { font-family:var(--font-m); font-size:1.35rem; color:var(--bleu-f); line-height:1.15; white-space:nowrap; }
.logo-sub { font-size:.7rem; color:var(--gris-m); letter-spacing:.1em; text-transform:uppercase; font-family:var(--font-b); }
.main-nav ul { display:flex; gap:.05rem; white-space:nowrap; flex-wrap:nowrap; }
.main-nav a {
  display:block; padding:.5rem .62rem; font-size:.86rem; font-weight:800;
  color:var(--gris); border-radius:var(--r-full); transition:all .2s; text-decoration:none; white-space:nowrap;
}
.main-nav a:hover, .main-nav a.active { color:var(--bleu-f); background:var(--bleu-xp); }
.main-nav li { position:relative; }
.main-nav li ul {
  display:none; position:absolute; top:calc(100% + .5rem); left:0;
  background:#fff; border:2px solid var(--bleu-p); border-radius:var(--r-lg);
  box-shadow:0 12px 40px rgba(77,143,150,.2); min-width:210px; padding:.5rem; z-index:50;
}
.main-nav li:hover > ul { display:block; }
.main-nav li ul a { padding:.55rem 1rem; border-radius:var(--r); font-size:.9rem; }
.header-actions { display:flex; align-items:center; gap:.6rem; }
.burger {
  display:none; flex-direction:column; gap:5px;
  cursor:pointer; padding:.5rem; border:none; background:none;
}
.burger span { display:block; width:23px; height:2.5px; background:var(--gris); border-radius:2px; transition:all .3s; }
.burger.open span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.burger.open span:nth-child(2) { opacity:0; }
.burger.open span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

/* ── HERO ── */
.hero {
  min-height:calc(100vh - var(--hh) - var(--tb));
  display:grid; grid-template-columns:1fr 1fr;
}
.hero-left {
  display:flex; flex-direction:column; justify-content:center;
  padding:4rem 3rem 4rem 2rem;
}
.hero-eyebrow {
  display:inline-flex; align-items:center; gap:.5rem;
  background:var(--bleu-p); border:2px solid var(--bleu);
  color:var(--bleu-f); font-size:.8rem; font-weight:800;
  letter-spacing:.06em; text-transform:uppercase;
  padding:.38rem 1.1rem; border-radius:var(--r-full);
  margin-bottom:1.8rem; width:fit-content;
}
.hero-eyebrow::before { content:'🌿'; font-size:.85rem; }
.hero-desc {
  font-size:1.05rem; line-height:1.82; color:var(--gris-m);
  max-width:480px; margin-bottom:2.2rem;
}
.hero-btns { display:flex; gap:.8rem; flex-wrap:wrap; margin-bottom:3rem; }
.hero-stats {
  display:grid; grid-template-columns:repeat(3,1fr); gap:1.2rem;
  padding-top:2rem; border-top:2px solid var(--bleu-p);
}
.hstat-num { font-family:var(--font-m); font-size:2.8rem; color:var(--bleu-f); line-height:1; }
.hstat-label { font-size:.7rem; font-weight:800; color:var(--gris-m); letter-spacing:.06em; text-transform:uppercase; margin-top:.3rem; }
.hero-right {
  position:relative; overflow:hidden;
  background:linear-gradient(145deg, var(--bleu-p) 0%, #c8e9ec 100%);
}
.hero-right img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.hero-ph {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
}
.hero-ph-deco {
  width:260px; height:260px; border-radius:50%;
  background:rgba(255,255,255,.35); display:flex; align-items:center;
  justify-content:center; font-size:7rem; backdrop-filter:blur(2px);
  box-shadow:0 8px 40px rgba(77,143,150,.2);
}
.hero-badge {
  position:absolute; bottom:2rem; left:2rem; right:2rem;
  background:rgba(255,255,255,.93); backdrop-filter:blur(12px);
  border-radius:var(--r-lg); padding:1.4rem 1.7rem;
  border-left:5px solid var(--orange);
  box-shadow:0 8px 32px rgba(0,0,0,.09);
}
.hero-badge-quote { font-family:var(--font-m); font-size:1.2rem; color:var(--noir); line-height:1.4; margin-bottom:.3rem; }
.hero-badge-meta { font-size:.73rem; color:var(--gris-m); font-weight:800; }

/* ── CARDS RÉSUMÉ ── */
.resume-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:1.3rem; }
.resume-card {
  padding:2rem 1.4rem; text-align:center; border-radius:var(--r-lg);
  background:#fff; border:2px solid var(--bord);
  transition:transform .25s, box-shadow .25s, border-color .25s;
}
.resume-card:hover { transform:translateY(-8px); box-shadow:0 16px 40px rgba(77,143,150,.15); border-color:var(--bleu); }
.resume-ico { font-size:2.8rem; margin-bottom:.8rem; }
.resume-titre { font-family:var(--font-m); font-size:1.4rem; color:var(--bleu-f); margin-bottom:.4rem; }
.resume-desc { font-size:.84rem; color:var(--gris-m); line-height:1.65; }

/* ── ESPACES ── */
.espaces-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem; }
.espace-card {
  background:#fff; border-radius:var(--r-lg); overflow:hidden;
  border:2px solid var(--bord); transition:transform .25s, box-shadow .25s;
}
.espace-card:hover { transform:translateY(-8px); box-shadow:0 20px 50px rgba(77,143,150,.17); }
.espace-card-img { height:195px; display:flex; align-items:center; justify-content:center; font-size:4rem; position:relative; overflow:hidden; }
.espace-card-img.cafe   { background:linear-gradient(135deg,#c8e8ec,#88c0c6); }
.espace-card-img.epi    { background:linear-gradient(135deg,#fce0ce,#f0a880); }
.espace-card-img.cowork { background:linear-gradient(135deg,#d8f0e8,#8ec8a8); }
.espace-card-body { padding:1.8rem; }
.espace-pill {
  display:inline-block; background:var(--bleu-p); color:var(--bleu-f);
  font-size:.72rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase;
  padding:.2rem .85rem; border-radius:var(--r-full); margin-bottom:.75rem;
}
.espace-titre { font-family:var(--font-m); font-size:1.5rem; color:var(--noir); margin-bottom:.5rem; }
.espace-texte { font-size:.87rem; line-height:1.75; color:var(--gris-m); margin-bottom:1.1rem; }
.espace-horaires {
  background:var(--creme); border-radius:var(--r); padding:.85rem 1.1rem;
  font-size:.8rem; line-height:2; color:var(--gris-m); margin-bottom:1.2rem;
  border-left:3px solid var(--bleu);
}
.espace-horaires strong { display:block; font-size:.67rem; text-transform:uppercase; letter-spacing:.1em; color:var(--bleu-f); font-weight:800; margin-bottom:.2rem; }

/* ── ESPACE ROW (layout alterné) ── */
.espace-row {
  display:grid; grid-template-columns:1fr 1fr; gap:0;
  border:2px solid var(--bord); border-radius:var(--r-lg); overflow:hidden;
  margin-bottom:1.5rem;
}
.espace-row.reverse { direction:rtl; }
.espace-row.reverse > * { direction:ltr; }
.espace-img {
  min-height:300px; position:relative; overflow:hidden;
  display:flex; align-items:center; justify-content:center; font-size:5.5rem;
}
.espace-img img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.espace-img.cafe   { background:linear-gradient(135deg,#c8e8ec,#88c0c6); }
.espace-img.epi    { background:linear-gradient(135deg,#fce0ce,#f0a880); }
.espace-img.cowork { background:linear-gradient(135deg,#d8f0e8,#8ec8a8); }
.espace-content {
  padding:3rem; display:flex; flex-direction:column; justify-content:center;
  background:#fff;
}
.espace-tag { font-size:.72rem; font-weight:800; letter-spacing:.12em; text-transform:uppercase; color:var(--orange-f); margin-bottom:.5rem; }

/* ── HERO PLACEHOLDER ── */
.hero-right-placeholder {
  position:absolute; inset:0;
  display:flex; align-items:center; justify-content:center;
  flex-direction:column;
}
.hero-right-placeholder::before {
  content:'🏡'; font-size:7rem; opacity:.3;
}

/* ── PLANNING ACTIVITÉS ── */
.act-planning { background:#fff; border-radius:var(--r-lg); overflow:hidden; border:2px solid var(--bord); }
.act-row { display:grid; grid-template-columns:68px 1fr; border-top:1px solid var(--bord); }
.act-row:first-child { border-top:none; }
.act-day {
  background:var(--bleu-xp); padding:.8rem 1rem;
  font-family:var(--font-m); font-size:1.1rem; color:var(--bleu-f);
  display:flex; align-items:center; justify-content:center;
  border-right:2px solid var(--bleu-p);
}
.act-list { padding:.8rem 1.2rem; display:flex; flex-wrap:wrap; gap:.4rem; align-items:center; }
.act-chip {
  display:inline-flex; align-items:center; gap:.3rem;
  background:var(--bleu-p); border:1.5px solid var(--bleu);
  color:var(--bleu-f); font-size:.78rem; font-weight:700;
  padding:.22rem .8rem; border-radius:var(--r-full);
}
.act-chip.orange { background:var(--orange-p); border-color:var(--orange); color:var(--orange-f); }

/* ── AGENDA (section fond bleu) ── */
.agenda-bg { background:var(--bleu-f); position:relative; overflow:hidden; }
.agenda-bg::before {
  content:''; position:absolute; top:-120px; right:-120px;
  width:420px; height:420px; border-radius:50%;
  background:rgba(255,255,255,.05); pointer-events:none;
}
.agenda-bg .s-tag { color:#ffd6a0; font-size:1.5rem; }
.agenda-bg .s-titre { color:#fff; }
.agenda-bg .s-sous { color:rgba(255,255,255,.75); }
.agenda-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; position:relative; z-index:1; }
.event-card {
  background:rgba(255,255,255,.12); border:2px solid rgba(255,255,255,.2);
  border-radius:var(--r-lg); padding:1.7rem; display:flex; flex-direction:column;
  transition:background .2s, transform .25s;
}
.event-card:hover { background:rgba(255,255,255,.2); transform:translateY(-6px); }
.event-date { display:flex; align-items:baseline; gap:.4rem; margin-bottom:.8rem; }
.event-jour { font-family:var(--font-m); font-size:3rem; color:var(--jaune); line-height:1; }
.event-mois { font-size:.73rem; font-weight:800; text-transform:uppercase; letter-spacing:.1em; color:rgba(255,255,255,.55); }
.event-cat {
  display:inline-block; background:rgba(246,202,69,.2); color:var(--jaune);
  font-size:.72rem; font-weight:800; padding:.22rem .78rem; border-radius:var(--r-full);
  margin-bottom:.6rem; border:1.5px solid rgba(246,202,69,.38); letter-spacing:.06em; text-transform:uppercase;
}
.event-titre { font-family:var(--font-m); font-size:1.2rem; color:#fff; margin-bottom:.4rem; line-height:1.2; }
.event-desc { font-size:.83rem; color:rgba(255,255,255,.7); line-height:1.65; flex:1; margin-bottom:.8rem; }
.event-infos { display:flex; flex-wrap:wrap; gap:.35rem; margin-bottom:.8rem; }
.event-chip { font-size:.73rem; color:rgba(255,255,255,.8); background:rgba(255,255,255,.1); padding:.2rem .7rem; border-radius:var(--r-full); font-weight:700; }
.event-btn { font-family:var(--font-m); color:var(--jaune); font-size:1rem; text-decoration:none; margin-top:auto; display:inline-flex; align-items:center; gap:.3rem; }
.event-btn::after { content:'→'; }
.event-btn:hover { color:#fff; }

/* ── STATS ── */
.stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.stat-card {
  background:#fff; border-radius:var(--r-lg); padding:2rem 1.5rem; text-align:center;
  border:2px solid var(--bord); transition:transform .25s, box-shadow .25s;
}
.stat-card:hover { transform:translateY(-6px); box-shadow:0 16px 40px rgba(77,143,150,.15); }
.stat-num { display:block; font-family:var(--font-m); font-size:3.2rem; color:var(--bleu-f); line-height:1; margin-bottom:.5rem; }
.stat-label { display:block; font-size:.82rem; color:var(--gris-m); line-height:1.5; font-weight:700; }

/* ── ENGAGEMENT ── */
.engage-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.engage-card {
  background:#fff; border-radius:var(--r-lg); padding:2rem 1.5rem; text-align:center;
  border:2px solid var(--bord); transition:transform .25s, box-shadow .25s;
  display:flex; flex-direction:column;
}
.engage-card:hover { transform:translateY(-8px); box-shadow:0 20px 50px rgba(232,131,74,.14); border-color:var(--orange); }
.engage-ico { font-size:3rem; margin-bottom:.9rem; }
.engage-titre { font-family:var(--font-m); font-size:1.5rem; color:var(--bleu-f); margin-bottom:.6rem; }
.engage-desc { font-size:.85rem; color:var(--gris-m); line-height:1.72; margin-bottom:1.3rem; flex:1; }

/* ── SERVICES ── */
.services-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.3rem; }
.service-card {
  background:#fff; border-radius:var(--r-lg); padding:2rem;
  border:2px solid var(--bord); transition:transform .25s, box-shadow .25s;
}
.service-card:hover { transform:translateY(-6px); box-shadow:0 16px 40px rgba(77,143,150,.14); border-color:var(--bleu-p); }
.service-ico { font-size:2.2rem; margin-bottom:.8rem; }
.service-titre { font-family:var(--font-m); font-size:1.4rem; color:var(--bleu-f); margin-bottom:.5rem; }
.service-desc { font-size:.87rem; color:var(--gris-m); line-height:1.75; }

/* ── TÉMOIGNAGES ── */
.temo-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.3rem; }
.temo-card {
  background:#fff; border-radius:var(--r-lg); padding:2rem;
  border:2px solid var(--bord); position:relative;
  transition:transform .25s;
}
.temo-card:hover { transform:translateY(-4px); }
.temo-guillemet { font-family:var(--font-m); font-size:5rem; color:var(--bleu-p); position:absolute; top:-.3rem; left:1.2rem; line-height:1; pointer-events:none; }
.temo-texte { font-size:.88rem; line-height:1.78; color:var(--gris); font-style:italic; padding-top:1rem; margin-bottom:1.2rem; }
.temo-auteur { border-top:2px dashed var(--bleu-p); padding-top:.75rem; }
.temo-nom { font-family:var(--font-m); font-size:1.1rem; color:var(--bleu-f); }
.temo-role { font-size:.75rem; color:var(--gris-m); font-weight:700; }

/* ── NEWSLETTER ── */
.newsletter {
  background:linear-gradient(135deg, var(--bleu-f) 0%, #3a7c84 100%);
  padding:3.5rem 0; overflow:hidden; position:relative;
}
.newsletter::after {
  content:''; position:absolute; right:-60px; top:50%; transform:translateY(-50%);
  width:300px; height:300px; border-radius:50%;
  background:rgba(255,255,255,.06); pointer-events:none;
}
.newsletter-inner { display:flex; justify-content:space-between; align-items:center; gap:2rem; flex-wrap:wrap; }
.nl-text h3 { font-family:var(--font-m); font-size:2rem; color:#fff; margin-bottom:.3rem; line-height:1.1; }
.nl-text p { color:rgba(255,255,255,.78); font-size:.92rem; }
.nl-form { display:flex; gap:.7rem; flex-shrink:0; }
.nl-input {
  padding:.72rem 1.4rem; border:none; border-radius:var(--r-full);
  font-family:var(--font-b); font-size:.9rem; width:260px; outline:none;
  background:#fff; color:var(--noir); font-weight:700;
}
.nl-input:focus { box-shadow:0 0 0 3px rgba(255,255,255,.35); }
#nl-msg { font-size:.9rem; color:#fff; font-weight:800; }

/* ── PARTENAIRES ── */
.partenaires { padding:2.5rem 0; background:var(--creme); border-top:2px solid var(--bleu-p); }
.partenaires-label { font-family:var(--font-m); font-size:1.3rem; color:var(--gris-m); text-align:center; margin-bottom:1.5rem; }
.partenaires-row { display:flex; justify-content:center; align-items:center; gap:1rem; flex-wrap:wrap; }
.partenaire {
  font-size:.82rem; font-weight:800; color:var(--gris-m);
  padding:.48rem 1.2rem; background:#fff; border:2px solid var(--bord);
  border-radius:var(--r-full); transition:all .2s; text-decoration:none;
}
.partenaire:hover { border-color:var(--bleu); color:var(--bleu-f); transform:translateY(-2px); }

/* ── CONTACT ── */
.contact-grid { display:grid; grid-template-columns:1fr 1.5fr; gap:4rem; }
.contact-infos { display:flex; flex-direction:column; gap:1.4rem; }
.contact-item { display:flex; gap:.9rem; align-items:flex-start; }
.contact-ico { width:44px; height:44px; border-radius:var(--r); background:var(--bleu-p); border:2px solid var(--bleu); display:flex; align-items:center; justify-content:center; font-size:1.2rem; flex-shrink:0; }
.contact-label { font-size:.7rem; text-transform:uppercase; letter-spacing:.1em; color:var(--gris-m); font-weight:800; margin-bottom:.15rem; }
.contact-val { font-size:.92rem; color:var(--gris); line-height:1.7; }
.contact-val a { color:var(--gris); }
.contact-val a:hover { color:var(--bleu-f); }

/* ── FORMULAIRE ── */
.form-wrap { background:var(--bleu-xp); border-radius:var(--r-lg); padding:2.5rem; border:2px solid var(--bleu-p); }
.form-wrap h3 { font-family:var(--font-m); font-size:1.7rem; color:var(--bleu-f); margin-bottom:1.4rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:.9rem; }
.form-group { display:flex; flex-direction:column; gap:.38rem; margin-bottom:.9rem; }
.form-label { font-size:.76rem; font-weight:800; color:var(--gris); text-transform:uppercase; letter-spacing:.04em; }
.form-label .req { color:var(--orange); margin-left:.15rem; }
.form-ctrl {
  padding:.72rem 1.1rem; border:2px solid var(--bord); border-radius:var(--r);
  font-family:var(--font-b); font-size:.9rem; color:var(--noir);
  background:#fff; outline:none; width:100%; transition:border-color .2s;
}
.form-ctrl:focus { border-color:var(--bleu); box-shadow:0 0 0 3px rgba(126,167,173,.14); }
.form-ctrl::placeholder { color:var(--gris-m); }
textarea.form-ctrl { resize:vertical; min-height:130px; }
.form-hidden { display:none !important; }
.form-msg { font-size:.86rem; padding:.75rem 1.1rem; border-radius:var(--r); margin-bottom:.8rem; display:none; font-weight:800; }
.form-msg.ok { background:#e4f5ef; color:#2a7a5e; border:2px solid #9dd4be; display:block; }
.form-msg.err { background:#fdeaea; color:#8b2e2e; border:2px solid #f5b4b4; display:block; }

/* ── PAGE HERO ── */
.page-hero {
  background:linear-gradient(135deg, var(--bleu-f), #3a7c84);
  padding:4.5rem 0 3.5rem; overflow:hidden; position:relative;
}
.page-hero::after {
  content:''; position:absolute; bottom:-80px; right:-80px;
  width:280px; height:280px; border-radius:50%;
  background:rgba(255,255,255,.07); pointer-events:none;
}
.page-hero .s-tag { color:#ffd6a0; font-size:1.3rem; }
.page-hero h1 { color:#fff; margin-bottom:.8rem; }
.page-hero p { color:rgba(255,255,255,.8); max-width:580px; font-size:1rem; }

/* ── FOOTER ── */
.site-footer { background:#0f2028; color:rgba(255,255,255,.7); padding:4rem 0 2rem; }
.footer-grid { display:grid; grid-template-columns:1.6fr 1fr 1fr; gap:3.5rem; margin-bottom:3rem; }
.footer-brand { font-family:var(--font-m); font-size:1.7rem; color:#fff; display:block; margin-bottom:.6rem; text-decoration:none; }
.footer-desc { font-size:.86rem; line-height:1.8; margin-bottom:1.4rem; }
.footer-socials { display:flex; gap:.5rem; }
.footer-social { width:36px; height:36px; border-radius:var(--r); background:rgba(255,255,255,.08); border:1.5px solid rgba(255,255,255,.12); display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.65); text-decoration:none; font-weight:900; font-size:.82rem; transition:all .2s; }
.footer-social:hover { background:var(--bleu); border-color:var(--bleu); color:#fff; }
.footer-col-title { font-family:var(--font-m); font-size:1.2rem; color:#fff; margin-bottom:.9rem; }
.footer-links { display:flex; flex-direction:column; gap:.4rem; }
.footer-links a { color:rgba(255,255,255,.6); font-size:.86rem; font-weight:600; text-decoration:none; transition:color .2s; }
.footer-links a:hover { color:var(--jaune); }
.footer-bottom { border-top:1px solid rgba(255,255,255,.1); padding-top:1.4rem; display:flex; justify-content:space-between; align-items:center; font-size:.76rem; color:rgba(255,255,255,.32); flex-wrap:wrap; gap:.5rem; }
.footer-bottom a { color:rgba(255,255,255,.32); text-decoration:none; }
.footer-bottom a:hover { color:rgba(255,255,255,.6); }

/* ── REVEAL ── */
.reveal { opacity:0; transform:translateY(20px); transition:opacity .55s ease, transform .55s ease; }
.reveal.v { opacity:1; transform:none; }

/* ── RESPONSIVE ── */
@media (max-width:1060px) {
  .resume-grid { grid-template-columns:repeat(2,1fr); }
  .agenda-grid { grid-template-columns:1fr 1fr; }
  .espaces-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .footer-grid > :first-child { grid-column:1/-1; }
  .temo-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:860px) {
  :root { --hh:62px; --tb:34px; }
  .burger { display:flex; }
  .main-nav {
    display:none; position:fixed;
    top:calc(var(--hh) + var(--tb)); left:0; right:0; bottom:0;
    background:rgba(255,255,255,.98); padding:1.5rem 2rem; overflow-y:auto; z-index:99;
  }
  .main-nav.open { display:block; }
  .main-nav ul { flex-direction:column; }
  .main-nav a { padding:.9rem 0; border-bottom:2px solid var(--bleu-p); border-radius:0; font-size:1rem; }
  .main-nav li ul { display:block; position:static; box-shadow:none; border:none; padding-left:1rem; }
  .header-actions .btn { display:none; }
  .hero { grid-template-columns:1fr; min-height:auto; }
  .hero-left { padding:3rem 1.5rem 2rem; }
  .hero-right { height:280px; }
  .hero-stats { grid-template-columns:repeat(3,1fr); }
  .resume-grid,.agenda-grid,.services-grid,.engage-grid,.espaces-grid { grid-template-columns:1fr; }
  .espace-row,.espace-row.reverse { grid-template-columns:1fr; direction:ltr; }
  .espace-img { min-height:200px; }
  .stats-grid { grid-template-columns:1fr 1fr; }
  .contact-grid { grid-template-columns:1fr; gap:2rem; }
  .temo-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr; gap:2rem; }
  section { padding:3.5rem 0; }
  .nl-form { flex-direction:column; width:100%; }
  .nl-input { width:100%; }
  .newsletter-inner { flex-direction:column; text-align:center; }
  .form-row { grid-template-columns:1fr; }
}
@media (max-width:480px) {
  .hero-stats { grid-template-columns:1fr 1fr; }
  .stats-grid { grid-template-columns:1fr; }
  .container,.container-sm { padding:0 1rem; }
}
