:root {
  --vert: #AEC72D; --bleu: #33A9DA; --magenta: #C63A78; --orange: #ED8A12; --jaune: #FDD500;
  --encre: #16181D; --blanc: #FFFFFF; --gris: #6B7280; --gris-clair: #F7F8F4; --gris-bord: #ECEEE9;
  --grad: linear-gradient(110deg, var(--vert) 0%, var(--bleu) 32%, var(--magenta) 64%, var(--orange) 100%);
  --grad-warm: linear-gradient(120deg, var(--magenta), var(--orange) 70%, var(--jaune));
  --radius: 22px; --radius-lg: 30px;
  --ombre: 0 10px 34px rgba(22,24,29,.08);
  --ombre-fort: 0 24px 60px rgba(22,24,29,.16);
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, Arial, sans-serif;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--blanc); color: var(--encre); line-height: 1.55; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
::selection { background: var(--jaune); }

/* ===== Boutons ===== */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 15px 26px; border-radius: 100px;
  font-weight: 700; text-decoration: none; font-size: 15px; border: none; cursor: pointer; transition: transform .15s, box-shadow .2s, filter .2s; }
.btn:active { transform: scale(.97); }
.btn.grad { background: var(--grad); color: #fff; box-shadow: 0 10px 26px rgba(198,58,120,.32); background-size: 160% 160%; }
.btn.grad:hover { filter: brightness(1.04); box-shadow: 0 14px 32px rgba(198,58,120,.42); transform: translateY(-2px); }
.btn.outline { background: var(--blanc); border: 2px solid var(--gris-bord); color: var(--encre); }
.btn.outline:hover { border-color: var(--encre); }
.btn.light { background: var(--blanc); color: var(--encre); box-shadow: var(--ombre); }
.btn.light:hover { transform: translateY(-2px); box-shadow: var(--ombre-fort); }

/* ===== Nav ===== */
.pub-nav { position: sticky; top: 0; z-index: 60; display: flex; align-items: center; justify-content: space-between;
  padding: 14px 26px; gap: 16px; transition: box-shadow .25s, background .25s, padding .25s;
  background: rgba(255,255,255,.7); backdrop-filter: blur(14px) saturate(1.4); }
.pub-nav.scrolled { box-shadow: 0 6px 24px rgba(22,24,29,.07); padding: 10px 26px; background: rgba(255,255,255,.92); }
.pub-nav .brand { display: flex; align-items: center; gap: 11px; font-weight: 800; text-decoration: none; font-size: 16px; letter-spacing: -.2px; }
.pub-nav .brand img { width: 36px; height: 36px; }
.pub-nav .links { display: flex; align-items: center; gap: 8px; }
.pub-nav .links > a:not(.bureau-link) { text-decoration: none; font-weight: 600; font-size: 15px; color: var(--gris); padding: 8px 14px; border-radius: 100px; transition: color .15s, background .15s; }
.pub-nav .links > a:not(.bureau-link):hover { color: var(--encre); background: var(--gris-clair); }
.pub-nav .bureau-link { background: var(--encre); color: #fff !important; padding: 11px 18px; border-radius: 100px; font-weight: 700; font-size: 14px; text-decoration: none; transition: transform .15s; }
.pub-nav .bureau-link:hover { transform: translateY(-2px); }
.nav-burger { display: none; width: 44px; height: 44px; border-radius: 12px; border: none; background: var(--gris-clair); cursor: pointer; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--encre); }
.nav-burger svg { width: 24px; height: 24px; }
@media (max-width: 760px) {
  .nav-burger { display: inline-flex; }
  .pub-nav { flex-wrap: wrap; }
  .pub-nav .links { display: none; order: 3; width: 100%; flex-direction: column; align-items: stretch; gap: 2px; padding-top: 10px; margin-top: 10px; border-top: 1px solid var(--gris-bord); }
  .pub-nav.open .links { display: flex; }
  .pub-nav .links > a:not(.bureau-link) { display: block; padding: 13px 14px; border-radius: 12px; font-size: 16px; color: var(--encre); }
  .pub-nav .links > a:not(.bureau-link):active { background: var(--gris-clair); }
  .pub-nav .bureau-link { text-align: center; margin-top: 8px; padding: 14px; }
}

/* ===== Hero ===== */
.hero { position: relative; text-align: center; padding: 86px 22px 0; overflow: hidden; }
.hero-bg { position: absolute; inset: -10% -10% 0; z-index: -1;
  background:
    radial-gradient(40% 50% at 15% 20%, rgba(174,199,45,.30), transparent 70%),
    radial-gradient(38% 48% at 85% 14%, rgba(198,58,120,.26), transparent 70%),
    radial-gradient(42% 52% at 88% 70%, rgba(51,169,218,.26), transparent 70%),
    radial-gradient(40% 50% at 10% 78%, rgba(237,138,18,.24), transparent 70%),
    radial-gradient(50% 40% at 50% 0%, rgba(253,213,0,.20), transparent 70%);
  filter: saturate(1.05); }
.sparks span { position: absolute; width: 14px; height: 14px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg);
  background: var(--c); opacity: .85; animation: floaty 6s ease-in-out infinite; }
.sparks span:nth-child(2){ animation-delay:-1.2s } .sparks span:nth-child(3){ animation-delay:-2.4s; width:10px;height:10px }
.sparks span:nth-child(4){ animation-delay:-3.6s } .sparks span:nth-child(5){ animation-delay:-4.8s; width:9px;height:9px }
@keyframes floaty { 0%,100%{ transform: rotate(-45deg) translateY(0) } 50%{ transform: rotate(-45deg) translateY(-16px) } }
.hero-inner { max-width: 800px; margin: 0 auto; animation: rise .7s cubic-bezier(.2,.8,.2,1) both; }
@keyframes rise { from { opacity: 0; transform: translateY(18px) } to { opacity: 1; transform: none } }
.eyebrow { display: inline-block; background: var(--blanc); border: 1px solid var(--gris-bord); box-shadow: var(--ombre);
  color: var(--magenta); font-weight: 800; font-size: 13px; letter-spacing: .6px; text-transform: uppercase; padding: 8px 16px; border-radius: 100px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(40px, 8vw, 78px); font-weight: 800; line-height: 1.02; letter-spacing: -1.8px;
  background: var(--grad); background-size: 130% 130%; -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-desc { color: #4b5160; font-size: clamp(17px, 2.4vw, 21px); margin: 22px auto 0; max-width: 560px; font-weight: 500; }
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 32px; }

/* ===== Bandeau statistiques (chevauche le hero) ===== */
.stat-band { position: relative; z-index: 2; max-width: 880px; margin: 64px auto -44px; background: var(--blanc);
  border: 1px solid var(--gris-bord); border-radius: var(--radius-lg); box-shadow: var(--ombre-fort);
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 26px 10px; }
.stat-band .sb { text-align: center; position: relative; }
.stat-band .sb + .sb::before { content: ''; position: absolute; left: 0; top: 14%; height: 72%; width: 1px; background: var(--gris-bord); }
.stat-band .n { font-size: clamp(26px, 4vw, 38px); font-weight: 800; letter-spacing: -1px; }
.stat-band .sb:nth-child(1) .n { color: var(--vert); }
.stat-band .sb:nth-child(2) .n { color: var(--bleu); }
.stat-band .sb:nth-child(3) .n { color: var(--magenta); }
.stat-band .sb:nth-child(4) .n { color: var(--orange); }
.stat-band .l { font-size: 12px; color: var(--gris); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-top: 4px; }
@media (max-width: 560px) { .stat-band { grid-template-columns: repeat(2, 1fr); gap: 18px 0; margin-bottom: -30px; }
  .stat-band .sb:nth-child(3)::before { display: none; } }

/* ===== Sections ===== */
.block { max-width: 1120px; margin: 0 auto; padding: 96px 22px; }
.block.alt { background: var(--gris-clair); max-width: none; }
.block.alt > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.block-head { margin-bottom: 30px; }
.kicker { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 800; letter-spacing: .8px; text-transform: uppercase; color: var(--k); }
.kicker::before { content: ''; width: 26px; height: 3px; border-radius: 3px; background: var(--k); }
.block h2 { font-size: clamp(28px, 4.4vw, 42px); font-weight: 800; letter-spacing: -1px; margin-top: 10px; line-height: 1.08; }
.block .sub { color: var(--gris); margin-top: 10px; font-size: 17px; max-width: 560px; }

/* ===== Filtres ===== */
.filters { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 16px; }
.search { position: relative; flex: 1; min-width: 220px; }
.search svg { position: absolute; left: 16px; top: 50%; transform: translateY(-50%); width: 19px; height: 19px; color: var(--gris); }
.search input { width: 100%; padding: 15px 16px 15px 46px; border: 1px solid var(--gris-bord); border-radius: 100px; font-size: 15px; background: var(--blanc); font-family: inherit; transition: border-color .15s, box-shadow .15s; }
.search input:focus { outline: none; border-color: var(--vert); box-shadow: 0 0 0 4px rgba(174,199,45,.18); }
#catFilter { padding: 15px 18px; border: 1px solid var(--gris-bord); border-radius: 100px; font-size: 15px; background: var(--blanc); font-family: inherit; font-weight: 600; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.chip { padding: 8px 15px; border-radius: 100px; border: 1.5px solid var(--gris-bord); background: var(--blanc); font-size: 13px; font-weight: 700; cursor: pointer; transition: all .15s; display: inline-flex; align-items: center; gap: 7px; }
.chip .d { width: 9px; height: 9px; border-radius: 50%; }
.chip:hover { border-color: var(--encre); }
.chip.on { background: var(--encre); color: #fff; border-color: var(--encre); }
.count { color: var(--gris); font-size: 14px; margin-bottom: 18px; font-weight: 700; }
.block-cta { text-align: center; margin-top: 28px; }

/* ===== Cartes commerces ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(264px, 1fr)); gap: 16px; }
.card { position: relative; border: 1px solid var(--gris-bord); border-radius: var(--radius); padding: 22px 20px 20px; background: var(--blanc); overflow: hidden; transition: box-shadow .2s, transform .15s, border-color .2s; }
.card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--cc, var(--vert)); }
.card:hover { box-shadow: var(--ombre-fort); transform: translateY(-4px); border-color: transparent; }
.card .cat { font-size: 12px; font-weight: 800; color: var(--cc); text-transform: uppercase; letter-spacing: .4px; }
.card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.3px; margin-top: 6px; }
.card .addr { color: var(--gris); font-size: 14px; margin-top: 6px; }
.card .tel { display: inline-flex; align-items: center; gap: 7px; margin-top: 16px; color: var(--encre); font-weight: 700; text-decoration: none; font-size: 14px; background: var(--gris-clair); padding: 9px 14px; border-radius: 100px; transition: background .15s; }
.card .tel:hover { background: var(--jaune); }

/* ===== Vignette (commerce + article) ===== */
.thumb { aspect-ratio: 16 / 10; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; }
.thumb.logo { background-color: #fff; background-size: 68%; background-position: center; }
.thumb.gen { background: var(--c, var(--vert)); display: flex; align-items: center; justify-content: center; }
.thumb.gen::after { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(255,255,255,.28), transparent 55%), radial-gradient(120% 80% at 80% 120%, rgba(0,0,0,.18), transparent); }
.thumb.gen svg { width: 46px; height: 46px; color: #fff; opacity: .92; position: relative; z-index: 1; }

/* ===== Cartes commerces (avec vignette) ===== */
.grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(264px, 1fr)); gap: 18px; }
.card { position: relative; border: 1px solid var(--gris-bord); border-radius: var(--radius); background: var(--blanc); overflow: hidden; transition: box-shadow .2s, transform .15s, border-color .2s; }
.card::before { display: none; }
.card .thumb { border-bottom: 1px solid var(--gris-bord); }
.card .card-in { padding: 16px 18px 18px; }
.card:hover { box-shadow: var(--ombre-fort); transform: translateY(-4px); border-color: transparent; }
.card .cat { font-size: 12px; font-weight: 800; color: var(--cc); text-transform: uppercase; letter-spacing: .4px; }
.card h3 { font-size: 18px; font-weight: 800; letter-spacing: -.3px; margin-top: 5px; }
.card .addr { color: var(--gris); font-size: 14px; margin-top: 6px; }
.card .tel { display: inline-flex; align-items: center; gap: 7px; margin-top: 14px; color: var(--encre); font-weight: 700; text-decoration: none; font-size: 14px; background: var(--gris-clair); padding: 9px 14px; border-radius: 100px; transition: background .15s; }
.card .tel:hover { background: var(--jaune); }

/* ===== Blog / actualites ===== */
.tagpill { display: inline-block; background: var(--t, var(--magenta)); color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .5px; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; }
.featured { margin-bottom: 26px; }
.featured a { display: grid; grid-template-columns: 1.15fr 1fr; gap: 0; border: 1px solid var(--gris-bord); border-radius: var(--radius-lg); overflow: hidden; text-decoration: none; background: var(--blanc); box-shadow: var(--ombre); transition: box-shadow .2s, transform .15s; }
.featured a:hover { box-shadow: var(--ombre-fort); transform: translateY(-3px); }
.featured .thumb { aspect-ratio: auto; min-height: 280px; }
.featured .feat-in { padding: 32px; display: flex; flex-direction: column; justify-content: center; gap: 12px; }
.featured h3 { font-size: clamp(22px, 3vw, 30px); font-weight: 800; letter-spacing: -.6px; line-height: 1.1; }
.featured p { color: var(--gris); font-size: 16px; }
@media (max-width: 720px) { .featured a { grid-template-columns: 1fr; } .featured .thumb { min-height: 200px; } .featured .feat-in { padding: 22px; } }

.posts { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 18px; }
.post { border: 1px solid var(--gris-bord); border-radius: var(--radius); overflow: hidden; background: var(--blanc); text-decoration: none; color: inherit; display: block; transition: box-shadow .2s, transform .15s; }
.post:hover { box-shadow: var(--ombre-fort); transform: translateY(-4px); }
.post .post-in { padding: 18px; }
.post h3 { font-size: 19px; font-weight: 800; letter-spacing: -.3px; margin: 12px 0 8px; line-height: 1.2; }
.post p { color: var(--gris); font-size: 14px; }
.post-meta { display: flex; align-items: center; gap: 9px; margin-top: 14px; font-size: 13px; color: var(--gris); }
.post-meta .ini { width: 28px; height: 28px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 11px; display: flex; align-items: center; justify-content: center; }
.dot-sep { width: 4px; height: 4px; border-radius: 50%; background: var(--gris-bord); }

/* ===== Page article ===== */
.article { padding-bottom: 40px; }
.art-wrap { max-width: 740px; margin: 0 auto; padding: 0 22px; }
.art-back { display: inline-block; color: var(--gris); font-weight: 700; font-size: 14px; margin: 26px 0 18px; text-decoration: none; }
.art-back:hover { color: var(--encre); }
.art-title { font-size: clamp(30px, 5vw, 46px); font-weight: 800; letter-spacing: -1.2px; line-height: 1.08; margin: 14px 0; }
.art-meta { display: flex; align-items: center; gap: 10px; color: var(--gris); font-size: 14px; }
.art-meta .ini { width: 36px; height: 36px; border-radius: 50%; color: #fff; font-weight: 800; font-size: 13px; display: flex; align-items: center; justify-content: center; }
.art-meta b { color: var(--encre); }
.art-cover { height: clamp(220px, 42vw, 440px); background-size: cover; background-position: center; border-radius: var(--radius-lg); max-width: 980px; margin: 28px auto; }
.art-cover.ph { }
.art-body { font-size: 18px; line-height: 1.75; color: #2b2f38; }
.art-body p { margin-bottom: 20px; }
.spinner-pub { width: 30px; height: 30px; border: 3px solid var(--gris-bord); border-top-color: var(--magenta); border-radius: 50%; animation: spin 1s linear infinite; margin: 80px auto; }
@keyframes spin { to { transform: rotate(360deg); } }

/* ===== Carte ===== */
#map { height: 480px; border-radius: var(--radius-lg); border: 1px solid var(--gris-bord); box-shadow: var(--ombre); }

/* ===== Evenements ===== */
.events { display: grid; gap: 14px; }
.event { display: flex; gap: 18px; align-items: center; border: 1px solid var(--gris-bord); border-radius: var(--radius); padding: 18px; background: var(--blanc); transition: box-shadow .2s, transform .15s; }
.event:hover { box-shadow: var(--ombre); transform: translateX(4px); }
.event .date { background: var(--grad-warm); color: #fff; border-radius: 16px; padding: 12px 16px; text-align: center; flex: 0 0 auto; min-width: 70px; box-shadow: 0 8px 18px rgba(237,138,18,.28); }
.event .date .d { font-size: 24px; font-weight: 800; line-height: 1; }
.event .date .m { font-size: 12px; text-transform: uppercase; font-weight: 700; }
.event h3 { font-size: 18px; font-weight: 800; }
.event p { color: var(--gris); font-size: 14px; margin-top: 4px; }
.empty { color: var(--gris); padding: 28px 0; }

/* ===== Bandeau CTA ===== */
.cta-band { background: var(--grad); background-size: 200% 200%; animation: shift 14s ease infinite; padding: 76px 22px; text-align: center; color: #fff; }
@keyframes shift { 0%,100%{ background-position: 0% 50% } 50%{ background-position: 100% 50% } }
.cta-inner { max-width: 640px; margin: 0 auto; }
.cta-band h2 { font-size: clamp(26px, 4.4vw, 40px); font-weight: 800; letter-spacing: -1px; text-wrap: balance; }
.cta-band p { font-size: 18px; margin: 14px auto 28px; opacity: .95; max-width: 480px; text-wrap: balance; }

/* ===== Bureau : organigramme ===== */
.member { border: 1px solid var(--gris-bord); border-radius: var(--radius); padding: 20px 16px; text-align: center; background: var(--blanc); transition: box-shadow .2s, transform .15s; width: 208px; }
.member:hover { box-shadow: var(--ombre-fort); transform: translateY(-3px); }
.member .ini { width: 60px; height: 60px; border-radius: 50%; margin: 0 auto 12px; display: flex; align-items: center; justify-content: center; font-weight: 800; color: #fff; font-size: 20px; box-shadow: var(--ombre); }
.member .role { color: var(--c, var(--magenta)); font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .4px; }
.member .nom { font-weight: 800; margin-top: 3px; font-size: 16px; }

.org { display: flex; flex-direction: column; align-items: center; }
.org .line { width: 2px; height: 26px; background: var(--gris-bord); }
.org .branches { display: flex; gap: 60px; justify-content: center; position: relative; padding-top: 26px; }
.org .branches::before { content: ''; position: absolute; top: 0; left: 25%; right: 25%; height: 2px; background: var(--gris-bord); }
.org .branch { display: flex; flex-direction: column; align-items: center; position: relative; }
.org .branch::before { content: ''; position: absolute; top: -26px; left: 50%; transform: translateX(-50%); width: 2px; height: 26px; background: var(--gris-bord); }
@media (max-width: 680px) {
  .org .branches { flex-direction: column; gap: 0; padding-top: 0; }
  .org .branches::before { display: none; }
  .org .branch::before { display: none; }
  .org .branch:first-child { margin-top: 26px; position: relative; }
  .org .branch:first-child::after, .org .branch + .branch::after { content: ''; width: 2px; height: 26px; background: var(--gris-bord); order: -1; }
}

/* ===== Contact ===== */
.contact { display: flex; flex-wrap: wrap; gap: 12px; }
.contact a, .contact span { display: inline-flex; align-items: center; gap: 9px; padding: 14px 20px; background: var(--blanc); border: 1px solid var(--gris-bord); border-radius: 100px; text-decoration: none; font-weight: 700; transition: background .15s, transform .15s, border-color .15s; }
.contact a svg { width: 18px; height: 18px; flex: 0 0 auto; }
.contact a:hover { background: var(--jaune); border-color: var(--jaune); transform: translateY(-2px); }

/* ===== Footer ===== */
.pub-footer { padding: 60px 22px 30px; max-width: 1120px; margin: 0 auto; }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 30px; margin-bottom: 34px; }
.foot-col h4 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .6px; color: var(--gris); margin-bottom: 14px; }
.foot-col a { display: block; text-decoration: none; color: var(--encre); font-weight: 600; font-size: 15px; padding: 5px 0; transition: color .15s; }
.foot-col a:hover { color: var(--magenta); }
.brand-col .foot-brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 19px; margin-bottom: 12px; }
.brand-col .foot-brand img { width: 42px; height: 42px; }
.foot-tag { color: var(--gris); font-size: 15px; max-width: 320px; }
@media (max-width: 720px) { .foot-grid { grid-template-columns: 1fr 1fr; } .brand-col { grid-column: 1 / -1; } }
.fband { height: 6px; display: flex; border-radius: 6px; overflow: hidden; }
.fband i { flex: 1; }
.fband i:nth-child(1){background:var(--vert)} .fband i:nth-child(2){background:var(--magenta)}
.fband i:nth-child(3){background:var(--bleu)} .fband i:nth-child(4){background:var(--orange)} .fband i:nth-child(5){background:var(--jaune)}
.foot-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.foot-bottom p { font-size: 14px; font-weight: 600; }
.foot-bottom .muted { color: var(--gris); font-weight: 500; font-size: 13px; }
.foot-credit { color: var(--gris); font-size: 13px; font-weight: 600; white-space: nowrap; }
.foot-credit strong { color: var(--encre); font-weight: 800; }

/* ===== Modal "site en maintenance" ===== */
.wip-backdrop { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px;
  background: rgba(22,24,29,.55); backdrop-filter: blur(6px); opacity: 0; pointer-events: none; transition: opacity .3s ease; }
.wip-backdrop.show { opacity: 1; pointer-events: auto; }
.wip-card { background: var(--blanc); border-radius: var(--radius-lg); overflow: hidden; width: 100%; max-width: 440px;
  box-shadow: var(--ombre-fort); transform: translateY(24px) scale(.96); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.wip-backdrop.show .wip-card { transform: none; }
.wip-band { height: 6px; display: flex; }
.wip-band i { flex: 1; }
.wip-band i:nth-child(1){background:var(--vert)} .wip-band i:nth-child(2){background:var(--magenta)}
.wip-band i:nth-child(3){background:var(--bleu)} .wip-band i:nth-child(4){background:var(--orange)} .wip-band i:nth-child(5){background:var(--jaune)}
.wip-body { padding: 30px 28px 28px; text-align: center; }
.wip-logo { width: 130px; height: 130px; margin: 0 auto 8px; position: relative; display: flex; align-items: center; justify-content: center; }
.wip-logo img { width: 96px; height: 96px; animation: wipBob 2.6s ease-in-out infinite; filter: drop-shadow(0 10px 16px rgba(22,24,29,.12)); }
@keyframes wipBob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-12px) rotate(3deg); } }
.wip-spark { position: absolute; top: 50%; left: 50%; width: 13px; height: 13px; margin: -7px 0 0 -7px;
  border-radius: 50% 50% 50% 0; background: var(--c); transform: rotate(-45deg) scale(.2); opacity: 0;
  animation: wipSpark 2.8s ease-out infinite; animation-delay: var(--d); }
@keyframes wipSpark {
  0% { transform: translate(0,0) rotate(-45deg) scale(.2); opacity: 0; }
  35% { opacity: 1; }
  100% { transform: translate(var(--x), var(--y)) rotate(-45deg) scale(1); opacity: 0; }
}
.wip-tag { display: inline-flex; align-items: center; gap: 8px; background: var(--gris-clair); color: var(--magenta);
  font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .7px; padding: 7px 15px; border-radius: 100px; margin-bottom: 14px; }
.wip-tag::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: var(--magenta); animation: wipPulse 1.2s ease-in-out infinite; }
@keyframes wipPulse { 0%,100% { opacity: 1; transform: scale(1); } 50% { opacity: .4; transform: scale(.7); } }
.wip-card h3 { font-size: 24px; font-weight: 800; letter-spacing: -.5px; }
.wip-body p { color: var(--gris); font-size: 15px; margin: 12px 0 22px; line-height: 1.6; }
.wip-body .btn { width: 100%; }

/* ===== Pages legales ===== */
.legal { max-width: 820px; margin: 0 auto; padding: 30px 22px 70px; }
.legal h1 { font-size: clamp(28px, 5vw, 40px); font-weight: 800; letter-spacing: -1px; margin: 8px 0 6px; }
.legal .legal-upd { color: var(--gris); font-size: 14px; margin-bottom: 24px; }
.legal h2 { font-size: 19px; font-weight: 800; margin: 28px 0 8px; }
.legal p, .legal li { color: #2b2f38; font-size: 16px; line-height: 1.7; }
.legal ul { margin: 0 0 4px 20px; }
.legal li { margin-bottom: 6px; }
.legal a { color: var(--magenta); font-weight: 600; }

/* ===== Reseaux sociaux ===== */
.socials { display: flex; gap: 10px; flex-wrap: wrap; }
.social { width: 44px; height: 44px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;
  background: var(--gris-clair); color: var(--encre); text-decoration: none; transition: transform .15s, background .15s, color .15s; }
.social:hover { transform: translateY(-2px); background: var(--encre); color: #fff; }
.social svg { width: 20px; height: 20px; }
.foot-social { display: flex; gap: 10px; margin-top: 14px; }
.foot-social a { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--gris-clair); color: var(--encre); transition: transform .15s, background .15s, color .15s; }
.foot-social a:hover { transform: translateY(-2px); background: var(--vert); }
.foot-social svg { width: 18px; height: 18px; }

/* ===== Bandeau cookies / donnees ===== */
.cookie { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 1500; max-width: 560px; margin: 0 auto;
  background: var(--encre); color: #fff; border-radius: 16px; padding: 16px 18px; box-shadow: var(--ombre-fort);
  display: flex; align-items: center; gap: 14px; flex-wrap: wrap; transform: translateY(140%); transition: transform .4s cubic-bezier(.2,.8,.2,1); }
.cookie.show { transform: none; }
.cookie p { font-size: 13.5px; line-height: 1.5; flex: 1; min-width: 200px; }
.cookie a { color: var(--jaune); font-weight: 700; }
.cookie button { background: var(--vert); color: var(--encre); border: none; font-weight: 800; padding: 10px 18px; border-radius: 100px; cursor: pointer; white-space: nowrap; }

/* ===== Apparition au scroll ===== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s cubic-bezier(.2,.8,.2,1); }
.reveal.in { opacity: 1; transform: none; }
