*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --blue:#1a31e6;
  --blue-dark:#1228c4;
  --blue-light:#eef0fd;
  --gold:#eea71d;
  --gold-light:#fae08d;
  --gold-pale:#fef7e0;
  --yellow:#f6db15;
  --yellow-bg:#fdf9d6;
  --yellow-mid:#fef3a0;
  --text:#0f1623;
  --muted:#5a6070;
  --white:#ffffff;
  --gray:#f6f7f9;
  --border:#e4e6ec;
  --ff:'Outfit',system-ui,sans-serif;
  --r-xl:60px;
  --r-lg:28px;
  --r-md:16px;
}
html{scroll-behavior:smooth;overflow-x:hidden}
body{font-family:var(--ff);background:var(--white);color:var(--text);line-height:1.55;overflow-x:hidden}

/* ===== NAV ===== */
nav{position:fixed;top:0;left:0;right:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);transition:box-shadow .3s}
nav.scrolled{box-shadow:0 2px 20px rgba(26,49,230,0.08)}
.nav-inner{max-width:1280px;margin:0 auto;padding:0 2.5rem;display:flex;align-items:center;justify-content:space-between;height:74px}
.nav-logo{display:flex;align-items:center;gap:.7rem;text-decoration:none}
.nav-logo-icon{width:38px;height:38px;background:var(--yellow);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:900;color:var(--blue);flex-shrink:0;letter-spacing:-.05em}
.nav-brand{font-size:.95rem;font-weight:800;color:var(--text);line-height:1.15}
.nav-brand span{display:block;font-size:.65rem;font-weight:600;color:var(--muted);letter-spacing:.06em;text-transform:uppercase;margin-top:.05rem}
.nav-links{display:flex;align-items:center;gap:.15rem;list-style:none}
.nav-links a{text-decoration:none;color:var(--text);font-size:.87rem;font-weight:600;transition:color .2s;padding:.4rem .85rem;border-radius:50px;cursor:pointer;display:block}
.nav-links a:hover,.nav-links a.active-link{color:var(--blue);background:var(--blue-light)}
.nav-cta{background:var(--blue)!important;color:#fff!important;padding:.5rem 1.4rem!important;border-radius:50px!important;font-weight:700!important;transition:all .2s!important}
.nav-cta:hover{background:var(--blue-dark)!important;color:#fff!important}
.nav-burger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:none;padding:4px}
.nav-burger span{width:26px;height:3px;background:#0f1623;transition:all .3s;display:block;border-radius:2px}
.mobile-menu{display:none;position:fixed;top:74px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);padding:1rem 2rem 1.5rem;z-index:99;flex-direction:column;gap:.15rem;max-height:calc(100vh - 74px);overflow-y:auto}
.mobile-menu a{color:var(--text);font-size:.95rem;font-weight:600;padding:.7rem 1rem;border-radius:12px;cursor:pointer;display:block;text-decoration:none;transition:background .15s}
.mobile-menu a:hover{background:var(--blue-light);color:var(--blue)}
.mobile-menu.open{display:flex}

/* ===== CONTAINER ===== */
.container{max-width:1200px;margin:0 auto;padding:0 2.5rem}

/* ===== BUTTONS ===== */
.btn{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;padding:.85rem 2rem;border-radius:50px;font-weight:700;font-size:.95rem;transition:all .2s;border:none;cursor:pointer;font-family:var(--ff)}
.btn-blue{background:var(--blue);color:#fff}
.btn-blue:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px rgba(26,49,230,.25)}
.btn-gold{background:var(--gold);color:#fff}
.btn-gold:hover{background:#c98910;transform:translateY(-2px);box-shadow:0 8px 24px rgba(238,167,29,.3)}
.btn-gold-outline{background:transparent;color:var(--gold);border:2px solid var(--gold)}
.btn-gold-outline:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}
.btn-yellow{background:var(--gold);color:#fff}
.btn-yellow:hover{background:var(--text);color:#fff;transform:translateY(-2px)}
.btn-outline{background:transparent;color:var(--blue);border:2px solid var(--blue)}
.btn-outline:hover{background:var(--blue);color:#fff;transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.5)}
.btn-outline-white:hover{background:rgba(255,255,255,.15);border-color:#fff}
.btn-outline2{display:inline-flex;align-items:center;gap:.5rem;background:transparent;color:var(--gold);text-decoration:none;padding:.85rem 2rem;border-radius:50px;font-weight:700;font-size:.95rem;border:2px solid var(--gold);transition:all .2s;cursor:pointer;font-family:var(--ff)}
.btn-outline2:hover{background:var(--gold);color:#fff;transform:translateY(-2px)}

/* ===== SECTION BADGE ===== */
.section-badge{display:inline-block;background:var(--gold);color:#fff;padding:.3rem .95rem;border-radius:50px;font-size:.72rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;margin-bottom:1rem}
.section-title{font-size:clamp(1.9rem,3.5vw,2.8rem);font-weight:900;color:var(--text);line-height:1.1;letter-spacing:-.025em;margin-bottom:1rem}
.section-title em{font-style:normal;color:var(--blue)}
.section-sub{font-size:1rem;color:var(--muted);max-width:560px;line-height:1.7;font-weight:400}

/* ===== PAGE HERO (nouveau style) ===== */
.ph-wrap{position:relative;padding:3.5rem 2.5rem 3rem;max-width:1280px;margin:0 auto}
.ph-curve{position:absolute;top:0;left:0;width:100%;pointer-events:none;z-index:0}
.ph-inner{position:relative;z-index:1;max-width:680px;text-align:center;margin:0 auto}
.ph-label{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;color:var(--text);letter-spacing:-.04em;margin-bottom:.5rem;line-height:1}
.ph-rect{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:900;letter-spacing:-.02em;padding:.3em .9em .35em;border-radius:8px;margin-bottom:1.75rem;line-height:1.1}
.ph-sub{font-size:.97rem;color:var(--muted);line-height:1.75;max-width:560px;margin:0 auto}

/* ===== HERO ===== */
.hero-wrap{padding:3.5rem 2.5rem 4rem;max-width:1280px;margin:0 auto;position:relative}
.hero-curve{position:absolute;top:0;left:0;width:100%;pointer-events:none;z-index:0}
.hero-layout{display:grid;grid-template-columns:220px 1fr 220px;gap:2.5rem;align-items:center;position:relative;z-index:1}
.hero-losange{width:210px;height:210px;flex-shrink:0;position:relative}
.hero-losange img{width:100%;height:100%;object-fit:cover;border-radius:40% 60% 55% 45% / 45% 45% 55% 55%;box-shadow:0 12px 40px rgba(0,0,0,.14)}
.hero-losange-blob{position:absolute;bottom:-18px;left:-18px;width:90px;height:90px;background:#fae08d;border-radius:50%;z-index:-1}
.hero-center{text-align:center}
.hero-assoc{font-size:clamp(2.4rem,5vw,4rem);font-weight:900;color:var(--text);line-height:1;letter-spacing:-.04em;margin-bottom:.5rem}
.hero-enseigne{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(1.4rem,3vw,2.2rem);font-weight:900;letter-spacing:-.02em;padding:.3em .9em .35em;border-radius:8px;margin-bottom:1.75rem;line-height:1.1}
.hero-sub{font-size:.97rem;color:var(--muted);line-height:1.75;max-width:520px;margin:0 auto 2rem;text-align:left}
.hero-btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}
.hero-losange-right{justify-self:end}
.hero-losange-right .hero-losange-blob{left:auto;right:-18px}

/* ===== SECTION PILL ===== */
.section-pill{background:var(--gold-pale);border-radius:var(--r-xl);padding:4rem;margin:0 2.5rem;position:relative;overflow:hidden;border-left:6px solid var(--gold)}
.section-pill::after{content:'';position:absolute;bottom:-40px;right:-40px;width:200px;height:200px;background:var(--gold-light);border-radius:50%;z-index:0;opacity:.4}

/* ===== OBJECTIFS ===== */
.obj-section-head{margin-bottom:2.5rem}
.obj-section-label{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--text);letter-spacing:-.04em;line-height:1;margin-bottom:.4rem}
.obj-section-rect{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(.85rem,1.8vw,1.1rem);font-weight:800;letter-spacing:-.01em;padding:.28em .85em .32em;border-radius:8px;line-height:1.2}
.objectifs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}
.objectif-card{background:var(--white);border-radius:var(--r-lg);padding:2rem;border:2px solid var(--border);transition:all .25s;position:relative;overflow:hidden}
.objectif-card:hover{border-color:var(--blue);transform:translateY(-4px);box-shadow:0 16px 40px rgba(26,49,230,.09)}
.obj-icon{width:52px;height:52px;border-radius:12px;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;padding:0;flex-shrink:0}
.obj-icon img{width:30px;height:30px;object-fit:contain}
.objectif-card h3{font-size:1.05rem;font-weight:800;color:var(--text);margin-bottom:.6rem}
.objectif-card p{color:var(--muted);font-size:.9rem;line-height:1.65}
.obj-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--gold);border-radius:4px 0 0 4px;opacity:0;transition:opacity .25s}
.objectif-card:hover .obj-bar{opacity:1}

/* ===== PRESIDENT PILL ===== */
.pres-pill-wrap{padding:2rem 2.5rem 4rem;max-width:1280px;margin:0 auto}
.pres-pill{background:#fae08d;border-radius:999px;display:flex;align-items:center;position:relative;overflow:visible;min-height:260px}
.pres-pill-img{flex-shrink:0;margin-left:-30px;z-index:2}
.pres-pill-img img{width:260px;height:260px;border-radius:50%;object-fit:cover;object-position:top center;box-shadow:0 20px 60px rgba(0,0,0,.22);display:block}
.pres-pill-content{padding:2.5rem 4rem 2.5rem 2.5rem;flex:1}
.pres-pill-title{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:var(--gold);line-height:1.1;margin-bottom:1.1rem}
.pres-pill-text{font-size:.97rem;color:rgba(15,22,35,.72);line-height:1.8;margin-bottom:1.5rem;max-width:520px}
.pres-pill-author{display:flex;align-items:center;gap:.85rem;margin-bottom:1.5rem}
.pres-pill-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;font-weight:900;font-size:.85rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pres-pill-author strong{display:block;font-weight:800;color:var(--text);font-size:.9rem}
.pres-pill-author span{font-size:.78rem;color:var(--muted)}
@media(max-width:900px){.pres-pill{border-radius:40px;flex-direction:column;padding-top:2rem;text-align:center}.pres-pill-img{margin-left:0;margin-bottom:1.5rem}.pres-pill-img img{width:200px;height:200px}.pres-pill-content{padding:0 2rem 2.5rem}.pres-pill-author{justify-content:center}}

/* ===== STATS STRIP ===== */
.stats-strip{background:var(--blue);margin:4rem 2.5rem;border-radius:var(--r-lg);padding:3rem 4rem}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}
.stat-num{font-size:clamp(2.2rem,4vw,3.2rem);font-weight:900;color:#fff;line-height:1}
.stat-label{font-size:.82rem;color:rgba(255,255,255,.55);margin-top:.4rem;font-weight:600}

/* ===== ACTEUR SECTION ===== */
.acteur-wrap{padding:2rem 2.5rem 4rem;max-width:1280px;margin:0 auto}
.acteur-inner{display:grid;grid-template-columns:1fr 420px;gap:5rem;align-items:center}
.acteur-title{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--text);line-height:1.08;letter-spacing:-.03em;margin-bottom:1.1rem}
.acteur-intro{font-size:.97rem;color:var(--muted);line-height:1.75;margin-bottom:2rem;max-width:520px}
.acteur-items{display:flex;flex-direction:column;gap:0}
.acteur-item{display:grid;grid-template-columns:4px 1fr;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}
.acteur-item:last-child{border-bottom:none}
.acteur-bar{width:4px;background:var(--gold);border-radius:4px;min-height:100%}
.acteur-item-rect{display:inline-block;background:var(--blue);color:#fff;font-size:1rem;font-weight:800;padding:.3em .9em .35em;border-radius:8px;line-height:1.2;margin-bottom:.6rem}
.acteur-item-text{font-size:.88rem;color:var(--muted);line-height:1.65}
.acteur-right{position:relative;height:420px}
.acteur-blob{position:absolute;top:50%;right:0;transform:translateY(-50%);width:340px;height:380px;background:var(--gold-light);border-radius:60% 40% 55% 45% / 50% 60% 40% 50%;z-index:0}
.acteur-photo{position:absolute;top:50%;left:50%;transform:translate(-45%,-50%);width:320px;height:380px;object-fit:cover;border-radius:24px;z-index:1;box-shadow:0 20px 60px rgba(0,0,0,.18)}
@media(max-width:1024px){.acteur-inner{grid-template-columns:1fr}.acteur-right{display:none}}

/* ===== ACTIONS PILL ===== */
.actions-wrap{padding:2rem 2.5rem 4rem}
.actions-inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}
.action-list{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}
.action-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border-radius:var(--r-md);border:2px solid var(--border);transition:all .2s}
.action-item:hover{border-color:var(--blue);box-shadow:0 8px 20px rgba(26,49,230,.07)}
.action-icon{width:44px;height:44px;border-radius:12px;background:var(--yellow);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.2rem}
.action-text h4{font-weight:800;color:var(--text);margin-bottom:.2rem;font-size:.95rem}
.action-text p{font-size:.84rem;color:var(--muted);line-height:1.55}
.actions-visual{position:relative}
.actions-blob-wrap{position:relative;width:100%;padding-top:80%;border-radius:var(--r-xl)}
.actions-blob{position:absolute;top:15%;left:15%;right:15%;bottom:15%;background:var(--yellow-mid);border-radius:50%}
.actions-card{position:absolute;top:10%;left:0;right:0;background:var(--white);border-radius:var(--r-lg);padding:1.75rem;border:2px solid var(--border);box-shadow:0 12px 40px rgba(26,49,230,.08)}
.actions-card h3{font-size:.95rem;font-weight:800;color:var(--text);margin-bottom:1rem;text-transform:uppercase;letter-spacing:.04em}
.geo-tag{display:inline-flex;align-items:center;gap:.4rem;background:var(--blue-light);color:var(--blue);padding:.3rem .8rem;border-radius:50px;font-size:.78rem;font-weight:700;margin-bottom:.5rem}

/* ===== NOS ACTIONS (cartes) ===== */
.actions2-wrap{padding:2rem 2.5rem 4rem;max-width:1280px;margin:0 auto}
.actions2-head{margin-bottom:3rem}
.actions2-label{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--text);letter-spacing:-.04em;line-height:1;margin-bottom:.4rem}
.actions2-rect{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(.85rem,1.8vw,1.1rem);font-weight:800;padding:.28em .85em .32em;border-radius:8px;line-height:1.2}
.actions2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}
.actions2-grid .objectif-card{height:100%;display:flex;flex-direction:column}
.actions2-grid .objectif-card p{flex:1}
@media(max-width:900px){.actions2-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.actions2-grid{grid-template-columns:1fr}}
.action2-card{background:var(--white);border-radius:var(--r-xl);border:2px solid var(--border);padding:0 2rem 2rem;position:relative;overflow:visible;padding-top:100px;transition:box-shadow .25s,transform .25s}
.action2-card:hover{box-shadow:0 16px 48px rgba(26,49,230,.09);transform:translateY(-5px)}
.action2-badge{position:absolute;top:1.25rem;right:1.25rem;background:var(--gold);color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:.25rem .75rem;border-radius:50px}
.action2-photo-wrap{position:absolute;top:-60px;left:50%;transform:translateX(-50%);width:130px;height:130px}
.action2-blob{position:absolute;inset:-12px;background:var(--gold-light);border-radius:50%;z-index:0}
.action2-photo{width:130px;height:130px;border-radius:50%;object-fit:cover;object-position:top;position:relative;z-index:1;box-shadow:0 8px 28px rgba(0,0,0,.15)}
.action2-body{padding-top:.5rem}
.action2-title{display:inline-block;background:var(--blue);color:#fff;font-size:.9rem;font-weight:800;padding:.25em .8em .3em;border-radius:7px;margin-bottom:.85rem;line-height:1.2}
.action2-text{font-size:.88rem;color:var(--muted);line-height:1.7}
@media(max-width:900px){.actions2-grid{grid-template-columns:1fr}}

/* ===== CTA SECTION ===== */
.cta-section{background:var(--blue);margin:0 2.5rem 4rem;border-radius:var(--r-xl);padding:4rem;text-align:center;position:relative;overflow:hidden}
.cta-section::before{content:'';position:absolute;top:-60px;right:-60px;width:250px;height:250px;background:rgba(246,219,21,.12);border-radius:50%}
.cta-section::after{content:'';position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;background:rgba(255,255,255,.05);border-radius:50%}
.cta-section h2{font-size:clamp(1.8rem,4vw,2.8rem);font-weight:900;color:#fff;margin-bottom:.85rem;position:relative;z-index:1}
.cta-section p{color:rgba(255,255,255,.7);max-width:480px;margin:0 auto 2rem;line-height:1.7;position:relative;z-index:1}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}

/* ===== QUI SOMMES NOUS ===== */
.qsn-main{padding:4rem 2.5rem;max-width:1280px;margin:0 auto}
.qsn-layout{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.qsn-label{font-size:clamp(2rem,4vw,3.2rem);font-weight:900;color:var(--text);letter-spacing:-.04em;line-height:1;margin-bottom:.4rem}
.qsn-rect{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(.85rem,1.8vw,1.1rem);font-weight:800;letter-spacing:-.01em;padding:.28em .85em .32em;border-radius:8px;line-height:1.2}
.qsn-photo-wrap{position:relative;display:flex;align-items:center;justify-content:center;min-height:380px}
.qsn-photo-blob{position:absolute;width:88%;height:88%;background:var(--gold-light);border-radius:60% 40% 55% 45% / 50% 60% 40% 50%;z-index:0}
.qsn-photo-img{position:relative;z-index:1;width:92%;border-radius:var(--r-xl);object-fit:cover;box-shadow:0 20px 60px rgba(0,0,0,.18)}
/* Bureau section */
.bureau-section{padding:2rem 2.5rem 4rem;max-width:1280px;margin:0 auto}
.qsn-cta-grid{padding-top:0;display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}
@media(max-width:768px){.qsn-cta-grid{grid-template-columns:1fr;gap:1.5rem}}
.bureau2-head{margin-bottom:2.5rem}
.bureau2-label{font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:900;color:var(--text);letter-spacing:-.04em;line-height:1;margin-bottom:.4rem}
.bureau2-rect{display:inline-block;background:var(--blue);color:#fff;font-size:clamp(.8rem,1.6vw,1rem);font-weight:800;padding:.28em .85em .32em;border-radius:8px;line-height:1.2}
.bureau2-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.bureau2-card{background:var(--white);border:2px solid var(--border);border-radius:var(--r-lg);padding:2rem 1.25rem 1.5rem;text-align:center;transition:all .25s;display:flex;flex-direction:column;align-items:center}
.bureau2-card:hover{border-color:var(--gold);transform:translateY(-4px);box-shadow:0 16px 40px rgba(238,167,29,.15)}
.bureau2-photo-wrap{position:relative;width:120px;height:120px;margin:0 auto 1.25rem}
.bureau2-blob{position:absolute;inset:-8px;background:var(--gold-light);border-radius:50%;z-index:0}
.bureau2-photo-wrap img{position:relative;z-index:1;width:120px;height:120px;border-radius:50%;object-fit:cover;object-position:top center;box-shadow:0 8px 24px rgba(0,0,0,.14)}
.bureau2-name{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.35rem}
.bureau2-role{display:inline-block;background:var(--blue);color:#fff;font-size:.72rem;font-weight:800;padding:.2em .75em;border-radius:50px;margin-bottom:.5rem}
.bureau2-sector{font-size:.8rem;color:var(--muted)}
.bureau-card{background:var(--white);border-radius:var(--r-lg);border:2px solid var(--border);overflow:hidden;margin-top:2.5rem}
.bureau-header{background:var(--blue);padding:1rem 1.5rem;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(255,255,255,.5)}
.bureau-row{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid var(--border)}
.bureau-row:last-child{border-bottom:none}
.bureau-name{font-weight:700;font-size:.92rem;color:var(--text)}
.bureau-role{font-size:.75rem;color:var(--muted);font-weight:500;margin-top:.1rem}
.bureau-tag{font-size:.72rem;background:var(--blue-light);color:var(--blue);padding:.2rem .7rem;border-radius:50px;font-weight:700}
.bureau-tag-yellow{background:var(--yellow);color:var(--blue)}

/* ===== MEMBRES ===== */
.membres-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:2.5rem}
.membre-card{background:var(--white);border-radius:var(--r-lg);padding:1.5rem;border:2px solid var(--border);transition:all .25s;display:flex;align-items:center;gap:1rem}
.membre-card:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 10px 28px rgba(26,49,230,.1)}
.membre-avatar{width:46px;height:46px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-size:.95rem;color:#fff;flex-shrink:0;font-weight:800}
/* Pages membres individuelles */
.membre-detail-wrap{padding:2rem 2.5rem 5rem;max-width:1100px;margin:0 auto}
.btn-back{background:none;border:2px solid var(--border);border-radius:50px;padding:.5rem 1.25rem;font-family:var(--ff);font-size:.85rem;font-weight:700;color:var(--muted);cursor:pointer;margin-bottom:2.5rem;transition:all .2s;text-decoration:none;display:inline-block}
.btn-back:hover{border-color:var(--gold);color:var(--gold)}
.membre-detail-layout{display:grid;grid-template-columns:260px 1fr;gap:4rem;align-items:start}
.membre-detail-photo{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem}
.membre-detail-photo img{width:220px;height:220px;border-radius:50%;object-fit:cover;object-position:top center;position:relative;z-index:1;box-shadow:0 16px 48px rgba(0,0,0,.16)}
.membre-detail-role{display:inline-block;color:#fff;font-size:.78rem;font-weight:800;padding:.3em 1.2em;border-radius:50px;margin-top:.25rem}
.membre-detail-company{font-size:1rem;font-weight:800;color:var(--gold);margin-bottom:.75rem}
.membre-detail-content p{color:var(--muted);line-height:1.8;font-size:.96rem;margin-bottom:1.25rem}
.membre-detail-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-bottom:1.5rem}
.membre-detail-tags span{background:var(--blue-light);color:var(--blue);font-size:.75rem;font-weight:700;padding:.25em .85em;border-radius:50px}
.membre-detail-contacts{display:flex;flex-direction:column;gap:.6rem}
.membre-contact-item{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--text);font-size:.9rem;font-weight:600;padding:.6rem 1rem;border-radius:var(--r-md);border:2px solid var(--border);transition:all .2s;width:fit-content}
.membre-contact-item:hover{border-color:var(--gold);color:var(--gold)}
.membre-contact-item span{width:22px;text-align:center;font-weight:900;font-size:.85rem;color:var(--gold)}
/* Filtres membres */
.membres-filtres{background:var(--gray);border-radius:var(--r-lg);padding:1.25rem 1.5rem;margin-bottom:1.75rem;display:flex;flex-direction:column;gap:.85rem}
.membres-filtres-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}
.membres-filtres-label{font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);min-width:52px;flex-shrink:0}
.membres-filtres-btns{display:flex;flex-wrap:wrap;gap:.4rem}
.mf-btn{background:#fff;border:2px solid var(--border);border-radius:50px;padding:.3rem .9rem;font-family:var(--ff);font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;transition:all .18s}
.mf-btn:hover{border-color:var(--gold);color:var(--gold)}
.mf-btn.active{background:var(--gold);border-color:var(--gold);color:#fff}
.membre-info h4{font-weight:700;color:var(--text);font-size:.9rem;margin-bottom:.1rem}
.membre-info p{font-size:.78rem;color:var(--muted)}
.membre-ville{font-size:.72rem;color:var(--blue);margin-top:.15rem;font-weight:700}

/* ===== ESPRIT BUSINESS ===== */
.eb-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;padding:0 2.5rem 4rem}
.eb-list{display:flex;flex-direction:column;gap:.85rem;margin-top:2rem}
.eb-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border-radius:var(--r-md);border:2px solid var(--border);transition:all .2s}
.eb-item:hover{border-color:var(--blue)}
.eb-icon{width:52px;height:52px;border-radius:12px;background:#fff;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.eb-text h4{font-weight:800;color:var(--text);margin-bottom:.2rem;font-size:.9rem}
.eb-text p{font-size:.83rem;color:var(--muted);line-height:1.55}
.eb-info-pill{background:var(--blue);border-radius:var(--r-xl);padding:2.5rem;color:#fff}
.eb-info-pill h3{font-size:1.2rem;font-weight:900;margin-bottom:.65rem;color:#fff}
.eb-info-pill p{font-size:.9rem;opacity:.75;line-height:1.6;margin-bottom:2rem}
.eb-detail-row{background:rgba(255,255,255,.1);border-radius:var(--r-md);padding:1rem 1.25rem;display:flex;gap:.75rem;align-items:center;margin-bottom:.75rem}
.eb-detail-row:last-of-type{margin-bottom:0}
.eb-dr-icon{font-size:1.2rem}
.eb-dr-text{font-size:.84rem;color:rgba(255,255,255,.75);line-height:1.4}
.eb-dr-text strong{color:#fff;display:block;font-weight:700;font-size:.86rem}

/* ===== TARIFS ===== */
.tarifs-section{background:var(--white);padding:5rem 2.5rem;border-top:1px solid var(--border)}
.tarifs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;max-width:820px;margin:2.5rem auto 0}
.tarif-card{background:var(--white);border-radius:var(--r-lg);padding:2.5rem;border:2px solid var(--border);transition:all .25s}
.tarif-card.featured{background:var(--blue);border-color:var(--blue)}
.tarif-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px rgba(26,49,230,.12)}
.tarif-badge{display:inline-flex;background:var(--gold);color:#fff;padding:.25rem .85rem;border-radius:50px;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1rem}
.tarif-card.featured .tarif-badge{background:rgba(238,167,29,.25);color:var(--gold)}
.tarif-price{font-size:3rem;font-weight:900;color:var(--text);line-height:1}
.tarif-card.featured .tarif-price{color:#fff}
.tarif-price small{font-size:1rem;font-weight:500;color:var(--muted)}
.tarif-card.featured .tarif-price small{color:rgba(255,255,255,.5)}
.tarif-desc{margin:.7rem 0 1.5rem;font-size:.9rem;color:var(--muted);line-height:1.6}
.tarif-card.featured .tarif-desc{color:rgba(255,255,255,.7)}
.tarif-features{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.tarif-features li{font-size:.87rem;color:var(--muted);padding-left:1.5rem;position:relative;font-weight:500}
.tarif-card.featured .tarif-features li{color:rgba(255,255,255,.8)}
.tarif-features li::before{content:'✓';position:absolute;left:0;color:var(--blue);font-weight:900}
.tarif-card.featured .tarif-features li::before{color:var(--gold)}

/* ===== AGENDA ===== */
.agenda-wrap{padding:0 2.5rem 4rem}
.agenda-filters{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:2rem}
.agenda-filter{border:2px solid var(--border);background:var(--white);color:var(--muted);padding:.4rem 1.1rem;border-radius:50px;font-size:.83rem;font-weight:700;cursor:pointer;transition:all .2s;font-family:var(--ff)}
.agenda-filter.active,.agenda-filter:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.agenda-list{display:flex;flex-direction:column;gap:.85rem}
.event-card{background:var(--white);border-radius:var(--r-lg);padding:1.5rem;border:2px solid var(--border);display:grid;grid-template-columns:72px 1fr auto;gap:1.25rem;align-items:center;transition:all .25s}
.event-card:hover{border-color:var(--blue);box-shadow:0 8px 24px rgba(26,49,230,.1)}
.event-date{text-align:center;background:var(--yellow);border-radius:12px;padding:.75rem .5rem}
.event-day{font-size:1.8rem;font-weight:900;color:var(--blue);line-height:1}
.event-month{font-size:.66rem;text-transform:uppercase;color:var(--blue);font-weight:800;letter-spacing:.07em;margin-top:.1rem}
.event-title{font-size:.98rem;font-weight:800;color:var(--text);margin-bottom:.3rem}
.event-meta{font-size:.8rem;color:var(--muted)}
.event-tag{display:inline-block;background:var(--blue-light);color:var(--blue);font-size:.7rem;padding:.2rem .65rem;border-radius:50px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.agenda-empty{text-align:center;padding:4rem 2rem;color:var(--muted);background:var(--gray);border-radius:var(--r-lg)}
.agenda-empty-icon{font-size:2.5rem;margin-bottom:1rem;opacity:.3}

/* ===== REJOINDRE ===== */
.rejoindre-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:4rem;align-items:start;padding:0 2.5rem 4rem}
.rejoindre-benefits{display:flex;flex-direction:column;gap:.85rem}
.benefit-item{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:var(--white);border-radius:var(--r-md);border:2px solid var(--border);transition:border .2s}
.benefit-item:hover{border-color:var(--blue)}
.benefit-icon{width:38px;height:38px;border-radius:10px;background:none;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem}
.benefit-text h4{font-weight:800;color:var(--text);margin-bottom:.15rem;font-size:.88rem}
.benefit-text p{font-size:.8rem;color:var(--muted);line-height:1.55}
.temoignage{background:var(--blue);color:#fff;border-radius:var(--r-lg);padding:2rem;margin-top:1.5rem;position:relative}
.temoignage::before{content:'"';font-size:4rem;font-weight:900;color:var(--yellow);position:absolute;top:.5rem;left:1.5rem;line-height:1;opacity:.5}
.temoignage p{font-style:italic;font-size:.95rem;line-height:1.65;margin-bottom:1rem;opacity:.9;padding-top:1.5rem}
.temoignage-author{font-size:.78rem;opacity:.5;font-weight:700}
.join-form{background:var(--white);border-radius:var(--r-lg);padding:2.5rem;border:2px solid var(--border)}

/* ===== CONTACT ===== */
.contact-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:4rem;align-items:start;padding:0 2.5rem 4rem}
.contact-info h3{font-size:1.6rem;font-weight:900;color:var(--text);margin-bottom:1rem}
.contact-info p{color:var(--muted);font-size:.95rem;line-height:1.7;margin-bottom:1.75rem}
.contact-detail{display:flex;gap:.85rem;align-items:center;margin-bottom:.85rem}
.c-icon{width:40px;height:40px;border-radius:10px;background:none;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.c-text{color:var(--muted);font-size:.9rem}
.c-text strong{color:var(--text);display:block;font-size:.88rem;font-weight:800}
.contact-social{display:flex;gap:.65rem;margin-top:1.75rem}
.social-btn{display:inline-flex;align-items:center;gap:.45rem;padding:.5rem 1.1rem;border-radius:50px;border:2px solid var(--border);color:var(--text);text-decoration:none;font-size:.82rem;font-weight:700;transition:all .2s}
.social-btn:hover{background:var(--blue);color:#fff;border-color:var(--blue)}
.contact-form{background:var(--white);border-radius:var(--r-lg);padding:2.5rem;border:2px solid var(--border)}

/* ===== FORMS ===== */
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}
.form-group{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}
.form-group label{font-size:.82rem;font-weight:800;color:var(--text)}
.form-group input,.form-group textarea,.form-group select{width:100%;box-sizing:border-box;padding:.8rem 1rem;border:2px solid var(--border);border-radius:12px;font-family:var(--ff);font-size:.9rem;color:var(--text);background:var(--gray);outline:none;transition:border .2s}
.form-group input:focus,.form-group textarea:focus,.form-group select:focus{border-color:var(--blue);background:var(--white)}
.form-group textarea{resize:vertical;min-height:120px}
.form-captcha{background:var(--yellow-bg);border-radius:12px;padding:1rem 1.25rem;margin-bottom:1rem;display:flex;align-items:center;gap:1rem;border:2px solid rgba(246,219,21,.5)}
.captcha-question{font-size:.9rem;color:var(--blue);font-weight:800;flex:1}
.captcha-input{width:80px;padding:.5rem .75rem;border:2px solid var(--border);border-radius:8px;font-size:.9rem;text-align:center;font-family:var(--ff);outline:none;transition:border .2s}
.captcha-input:focus{border-color:var(--blue)}
.form-success{background:rgba(20,120,80,.07);border:2px solid rgba(20,120,80,.2);color:#0c6b43;border-radius:12px;padding:1rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:none}
.form-success.show{display:block}
.form-error-msg{background:rgba(192,57,43,.06);border:2px solid rgba(192,57,43,.2);color:#c0392b;border-radius:12px;padding:1rem;margin-bottom:1rem;font-size:.88rem;font-weight:700;display:none}
.form-error-msg.show{display:block}
.form-field-error{color:#c0392b;font-size:.75rem;margin-top:.2rem}
.checkbox-group{display:flex;align-items:flex-start;gap:.65rem;margin-bottom:1rem}
.checkbox-group input[type=checkbox]{width:16px;height:16px;flex-shrink:0;margin-top:.2rem;accent-color:var(--blue)}
.checkbox-group label{font-size:.82rem;color:var(--muted);line-height:1.5}

/* ===== FOOTER ===== */
footer{background:#12183a;color:#fff;padding:5rem 0 2.5rem;margin-top:2rem;border-top:4px solid var(--gold)}
.footer-inner{max-width:1280px;margin:0 auto;padding:0 2.5rem}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3.5rem}
.footer-brand{font-size:1.25rem;font-weight:900;margin-bottom:.65rem}
.footer-brand span{color:#fff}
.footer-desc{font-size:.83rem;opacity:.5;line-height:1.65;max-width:240px;margin-bottom:1.25rem}
.footer-col h4{font-size:.7rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase;opacity:.45;margin-bottom:.85rem}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.55rem}
.footer-col a{text-decoration:none;color:rgba(255,255,255,.55);font-size:.83rem;font-weight:500;transition:color .2s;cursor:pointer;display:block}
.footer-col a:hover{color:var(--gold)}
.footer-social{display:flex;gap:.6rem;margin-top:.35rem}
.footer-social a{display:inline-flex;align-items:center;gap:.35rem;color:rgba(255,255,255,.5);text-decoration:none;font-size:.8rem;font-weight:600;transition:color .2s}
.footer-social a:hover{color:var(--gold)}
.footer-bottom{border-top:1px solid rgba(255,255,255,.15);padding-top:1.75rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}
.footer-copy{font-size:.77rem;opacity:.35;font-weight:600}
.footer-comvic{font-size:.77rem;opacity:.5;font-weight:600}
.footer-comvic a{color:var(--gold);text-decoration:none;font-weight:700;opacity:1}
.footer-comvic a:hover{text-decoration:underline}
.footer-links-bottom{display:flex;gap:1.5rem}
.footer-links-bottom a{font-size:.77rem;color:rgba(255,255,255,.35);text-decoration:none;cursor:pointer;transition:color .2s;font-weight:600}
.footer-links-bottom a:hover{color:var(--gold)}

/* ===== MENTIONS LÉGALES ===== */
.mentions-content{max-width:760px;margin:0 auto;padding:4rem 2.5rem 5rem}
.mentions-content h2{font-size:1.35rem;font-weight:900;color:var(--text);margin:2.5rem 0 .85rem;padding-bottom:.5rem;border-bottom:3px solid var(--yellow)}
.mentions-content h3{font-size:1.05rem;font-weight:800;color:var(--text);margin:1.5rem 0 .5rem}
.mentions-content p{color:var(--muted);line-height:1.8;margin-bottom:1rem;font-size:.95rem}
.mentions-content ul{color:var(--muted);padding-left:1.5rem;margin-bottom:1rem;font-size:.95rem;line-height:1.8}
.mentions-content li{margin-bottom:.3rem}
.mentions-content a{color:var(--blue);text-decoration:none;font-weight:700}
.mentions-content a:hover{text-decoration:underline}

/* ===== ONLINE PAGE ===== */
.online-card{background:var(--white);border-radius:var(--r-lg);padding:2.5rem;border:2px solid var(--border);text-align:center;max-width:560px;margin:2.5rem auto 0}
.online-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-top:3rem}
.online-feat{background:var(--white);border-radius:var(--r-lg);padding:2rem;border:2px solid var(--border);text-align:center}
.online-feat h4{font-size:.95rem;font-weight:800;color:var(--text);margin:.75rem 0 .4rem}
.online-feat p{font-size:.84rem;color:var(--muted);line-height:1.6}

/* ===== DÉCORATIONS ===== */
.deco-wrap{position:relative}
.deco-circle{position:absolute;border-radius:50%;background:var(--gold-light);z-index:0;pointer-events:none}
.deco-wave{position:absolute;left:0;width:100%;pointer-events:none;z-index:0}
.deco-wave-top{top:0}
.deco-wave-bot{bottom:0;transform:scaleY(-1)}

/* ===== COOKIE BANNER ===== */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:200;background:#0d1220;color:#fff;padding:1.25rem 2.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;transform:translateY(100%);transition:transform .4s ease;border-top:3px solid var(--yellow)}
.cookie-banner.show{transform:translateY(0)}
.cookie-text{font-size:.85rem;opacity:.8;max-width:600px;line-height:1.5;font-weight:500}
.cookie-text a{color:var(--yellow);text-decoration:none;font-weight:700}
.cookie-btns{display:flex;gap:.75rem;flex-shrink:0}
.cookie-accept{background:var(--yellow);color:var(--blue);border:none;padding:.55rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:800;cursor:pointer;font-family:var(--ff);transition:all .2s}
.cookie-accept:hover{background:#fff}
.cookie-refuse{background:transparent;color:rgba(255,255,255,.5);border:1.5px solid rgba(255,255,255,.2);padding:.55rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:700;cursor:pointer;font-family:var(--ff);transition:all .2s}
.cookie-refuse:hover{border-color:rgba(255,255,255,.5);color:#fff}

/* ===== MAIN CONTENT PADDING ===== */
main{padding-top:74px}

/* ===== RESPONSIVE ===== */
@media(max-width:1024px){
.hero-layout{grid-template-columns:1fr;text-align:center}
.hero-losange,.hero-losange-right{display:none}
.objectifs-grid{grid-template-columns:1fr 1fr}
.eb-layout{grid-template-columns:1fr}
.rejoindre-layout{grid-template-columns:1fr;gap:2.5rem}
.contact-layout{grid-template-columns:1fr}
.tarifs-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.membres-grid{grid-template-columns:1fr 1fr}
.actions-inner{grid-template-columns:1fr}
.actions-visual{display:none}
.qsn-layout{grid-template-columns:1fr}
.qsn-photo-wrap{display:none}
.bureau2-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.nav-links{display:none}
.nav-burger{display:flex}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.objectifs-grid{grid-template-columns:1fr}
.form-row{grid-template-columns:1fr}
.event-card{grid-template-columns:62px 1fr;gap:1rem}
.event-card > *:last-child{display:none}
.membres-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;text-align:center}
.footer-links-bottom{justify-content:center}
.hero-wrap,.ph-wrap{padding:1.5rem 1rem 2.5rem}
.section-pill{margin:0 1rem;padding:2.5rem 2rem}
.stats-strip{margin:3rem 1rem;padding:2.5rem 2rem}
.eb-layout,.rejoindre-layout,.contact-layout,.agenda-wrap,.actions-wrap{padding-left:1rem;padding-right:1rem}
.rejoindre-layout{padding-bottom:2.5rem}
.join-form{padding:1.5rem 1.25rem}
.benefit-item{padding:1rem}
.temoignage{padding:1.5rem 1.25rem}
.cta-section{margin:0 1rem 3rem;padding:3rem 2rem;border-radius:28px}
.online-features{grid-template-columns:1fr}
}
@media(max-width:480px){
.stats-grid{grid-template-columns:1fr 1fr;gap:1rem}
.cookie-btns{flex-direction:column;width:100%}
.tarifs-grid{grid-template-columns:1fr}
.hero-btns{flex-direction:column;align-items:flex-start}
}
