:root{
  --teal:#27888b;
  --teal-dark:#176568;
  --teal-deep:#0f4e51;
  --gold:#f4d55a;
  --ink:#183033;
  --muted:#627477;
  --paper:#f8f7f1;
  --white:#fff;
  --line:#dfe8e6;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.65}a{color:inherit}.wrap{width:min(1180px,calc(100% - 40px));margin:auto}.topbar{position:sticky;top:0;z-index:10;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(20,80,82,.10)}.brand-row{height:86px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:14px;text-decoration:none}.brand img{width:48px;height:54px;object-fit:contain}.brand div{display:flex;flex-direction:column;line-height:1.15}.brand .eyebrow{font-size:.73rem;text-transform:uppercase;letter-spacing:.12em;color:var(--teal-dark);font-weight:800;margin-bottom:5px}.brand strong{font-size:1rem}.topbar nav{display:flex;gap:26px}.topbar nav a{text-decoration:none;font-size:.95rem;font-weight:700;color:#38575a}.topbar nav a:hover{color:var(--teal)}
.hero{position:relative;overflow:hidden;background:linear-gradient(125deg,#fdfcf7 0%,#f7f3df 48%,#e6f2ef 100%);padding:92px 0 84px}.hero:before{content:"";position:absolute;width:620px;height:620px;border-radius:50%;background:var(--gold);opacity:.18;right:-220px;top:-280px}.hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(39,136,139,.16);border-radius:50%;right:7%;bottom:-280px}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:1.25fr .75fr;gap:76px;align-items:center}.pill,.section-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.13em;font-size:.75rem;font-weight:900;color:var(--teal-dark)}.pill{background:#edf5e8;border:1px solid #d8e7cd;padding:8px 13px;border-radius:999px}.hero h1{font-size:clamp(3.1rem,7vw,6.8rem);line-height:.91;letter-spacing:-.055em;margin:24px 0 28px;max-width:820px}.hero h1 span{color:var(--teal)}.lead{font-size:1.28rem;line-height:1.55;max-width:760px;margin-bottom:18px}.hero-copy>p:not(.lead){max-width:760px;color:var(--muted);font-size:1.03rem}.actions{display:flex;gap:13px;flex-wrap:wrap;margin-top:34px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 21px;border-radius:9px;text-decoration:none;font-weight:800;transition:.2s ease}.btn:hover{transform:translateY(-2px)}.primary{background:var(--teal);color:white;box-shadow:0 12px 30px rgba(25,111,114,.19)}.primary:hover{background:var(--teal-dark)}.ghost{border:1px solid #b9ccca;background:rgba(255,255,255,.65)}.crest-card{position:relative;min-height:475px;display:flex;align-items:center;justify-content:center}.crest-card img{position:relative;width:min(340px,90%);filter:drop-shadow(0 28px 35px rgba(13,69,71,.18))}.crest-glow{position:absolute;width:390px;height:390px;border-radius:50%;background:radial-gradient(circle,rgba(244,213,90,.45),rgba(244,213,90,0) 67%)}.crest-caption{position:absolute;right:0;bottom:18px;background:var(--teal-deep);color:white;padding:17px 20px;border-radius:12px;box-shadow:0 15px 35px rgba(15,78,81,.2);font-weight:900;font-size:1.08rem;line-height:1.2}.crest-caption span{font-size:.78rem;font-weight:600;opacity:.82}
.section{padding:90px 0}.two-col{display:grid;grid-template-columns:1.12fr .88fr;gap:80px;align-items:center}.section h2{font-size:clamp(2.1rem,4vw,3.4rem);letter-spacing:-.035em;line-height:1.05;margin:10px 0 24px}.section p{font-size:1.05rem;color:var(--muted)}.values-card{background:white;padding:38px;border-radius:20px;box-shadow:0 18px 50px rgba(29,65,66,.08);border:1px solid #e6ece9}.values-card h3{font-size:1.35rem;margin:0 0 22px}.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{background:#eef5f2;color:#275f61;border:1px solid #dceae5;border-radius:999px;padding:9px 13px;font-size:.9rem;font-weight:750}.participation{background:linear-gradient(120deg,var(--teal-deep),#2a8888);color:white;position:relative;overflow:hidden}.participation:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;border:70px solid rgba(244,213,90,.10);right:-80px;top:-140px}.participation-grid{position:relative;z-index:1;display:grid;grid-template-columns:1fr 360px;gap:80px;align-items:center}.section-kicker.light{color:#ffe987}.participation h2{color:white}.participation p{color:rgba(255,255,255,.82);max-width:760px}.participation .status{font-weight:800;color:white}.light-btn{background:var(--gold);color:#173f41;margin-top:13px}.qr-card{background:white;color:var(--ink);border-radius:20px;padding:23px;display:flex;align-items:center;gap:20px;box-shadow:0 20px 50px rgba(0,0,0,.13)}.qr-card img{width:128px;height:128px;image-rendering:pixelated}.qr-card div{display:flex;flex-direction:column}.qr-card strong{font-size:1.15rem}.qr-card span{color:var(--teal);font-weight:800}.timeline-section{background:#fff}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-top:38px}.timeline article{border:1px solid var(--line);border-radius:16px;padding:28px 24px;background:linear-gradient(180deg,#fff,#fbfcfa)}.timeline b{display:inline-flex;width:42px;height:42px;border-radius:50%;align-items:center;justify-content:center;background:var(--gold);color:#315053;margin-bottom:20px}.timeline h3{margin:0 0 9px;font-size:1.2rem}.timeline p{font-size:.94rem;margin:0}.timeline article:nth-child(2n) b{background:#dceeed;color:var(--teal-dark)}
footer{background:#112f31;color:white;padding:42px 0 20px}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}.footer-brand{display:flex;align-items:center;gap:14px}.footer-brand img{width:54px;height:60px;object-fit:contain}.footer-brand div,.footer-partner{display:flex;flex-direction:column}.footer-brand span,.footer-partner span{font-size:.78rem;color:rgba(255,255,255,.62)}.footer-partner{align-items:flex-end}.footer-partner img{width:150px;margin-top:8px;background:white;padding:7px 10px;border-radius:7px}.footer-bottom{margin-top:30px;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);font-size:.78rem;color:rgba(255,255,255,.5)}
@media(max-width:900px){.topbar nav{display:none}.hero{padding:66px 0}.hero-grid,.two-col,.participation-grid{grid-template-columns:1fr;gap:44px}.crest-card{min-height:350px}.crest-card img{width:260px}.timeline{grid-template-columns:1fr 1fr}.qr-card{max-width:420px}.footer-grid{align-items:flex-start}.footer-partner{align-items:flex-end}}
@media(max-width:600px){.wrap{width:min(100% - 28px,1180px)}.brand-row{height:76px}.brand strong{font-size:.88rem}.brand img{width:42px}.hero h1{font-size:3.5rem}.lead{font-size:1.1rem}.crest-card{min-height:310px}.crest-caption{right:5px}.section{padding:68px 0}.timeline{grid-template-columns:1fr}.participation-grid{gap:34px}.qr-card{padding:18px}.qr-card img{width:104px;height:104px}.footer-grid{flex-direction:column}.footer-partner{align-items:flex-start}}

/* En-tête : partenaire AGORA + menu compact */
.header-actions{display:flex;align-items:center;gap:16px;margin-left:auto}
.agora-top{display:flex;align-items:center;text-decoration:none}
.agora-top img{display:block;width:132px;max-height:42px;object-fit:contain;background:#fff;padding:5px 8px;border-radius:7px}
.menu-dropdown{position:relative}
.menu-dropdown summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:7px;min-height:42px;padding:0 14px;border:1px solid #cddbd9;border-radius:9px;background:#fff;color:#38575a;font-weight:800;font-size:.92rem;user-select:none}
.menu-dropdown summary::-webkit-details-marker{display:none}
.menu-dropdown summary:hover,.menu-dropdown[open] summary{border-color:var(--teal);color:var(--teal-dark)}
.menu-dropdown nav{position:absolute;right:0;top:calc(100% + 10px);min-width:190px;display:flex!important;flex-direction:column;gap:0;background:#fff;border:1px solid #dfe8e6;border-radius:12px;padding:8px;box-shadow:0 16px 38px rgba(18,57,59,.16);z-index:30}
.menu-dropdown nav a{display:block;padding:11px 12px;border-radius:8px;text-decoration:none;font-size:.95rem;font-weight:750;color:#38575a;white-space:nowrap}
.menu-dropdown nav a:hover{background:#eef5f2;color:var(--teal-dark)}

@media(max-width:900px){.agora-top img{width:112px}.menu-dropdown nav{display:flex!important}}
@media(max-width:600px){.brand div{display:none}.header-actions{gap:8px}.agora-top img{width:92px;padding:4px 6px}.menu-dropdown summary{padding:0 10px;font-size:.86rem}.brand-row{gap:10px}}

/* Logo AGORA compact dans l'en-tête */
.topbar .agora-top{width:82px;height:32px;overflow:hidden;flex:0 0 82px}
.topbar .agora-top img{width:82px!important;height:32px!important;max-width:82px!important;max-height:32px!important;object-fit:contain!important;padding:3px 5px!important;border-radius:5px}
@media(max-width:600px){.topbar .agora-top{width:68px;height:28px;flex-basis:68px}.topbar .agora-top img{width:68px!important;height:28px!important;max-width:68px!important;max-height:28px!important}}
