@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
:root{--navy:#071a3d;--blue:#0f3470;--green:#0f6b3c;--gold:#d4a62a;--soft:#f7f8fb;--text:#20304a;--muted:#6b7890;--white:#fff;--line:#e8edf5;--shadow:0 18px 50px rgba(7,26,61,.12);--radius:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Montserrat,Arial,sans-serif;color:var(--text);background:var(--soft);line-height:1.65}.topbar{background:var(--navy);color:#dfe8ff;font-size:13px;padding:9px 6%;display:flex;justify-content:space-between;gap:18px;flex-wrap:wrap}.navbar{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:16px 6%}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--navy)}.brand-mark{width:48px;height:48px;border-radius:16px;background:linear-gradient(135deg,var(--navy),var(--gold));display:grid;place-items:center;color:white;font-weight:900;letter-spacing:-1px;box-shadow:var(--shadow)}.brand b{font-size:21px;letter-spacing:.5px}.brand span{display:block;color:var(--muted);font-size:11px;font-weight:600}.menu{display:flex;align-items:center;gap:24px}.menu a{text-decoration:none;color:var(--text);font-weight:700;font-size:14px}.menu a.active,.menu a:hover{color:var(--gold)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:999px;background:var(--gold);color:#fff;text-decoration:none;font-weight:800;border:0;cursor:pointer;box-shadow:0 12px 28px rgba(200,155,60,.25)}.btn.secondary{background:var(--navy)}.btn.ghost{background:#fff;color:var(--navy);border:1px solid var(--line);box-shadow:none}.hamburger{display:none;background:none;border:0;font-size:30px;color:var(--navy)}.hero{min-height:720px;background-image:linear-gradient(90deg,rgba(7,26,61,.92),rgba(7,26,61,.54)),url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=85'),url('../images/hero.jpg');background-position:center;background-size:cover;display:grid;align-items:center;padding:80px 6%;color:white;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;right:-160px;bottom:-160px;width:480px;height:480px;border-radius:50%;background:rgba(200,155,60,.18)}.hero-content{max-width:850px;position:relative;z-index:1}.eyebrow{display:inline-flex;padding:8px 14px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.2);font-weight:700;font-size:13px;margin-bottom:22px}.hero h1{font-size:clamp(38px,6vw,78px);line-height:1.02;margin:0 0 24px;font-weight:900;letter-spacing:-2px}.hero p{font-size:19px;max-width:760px;color:#e8eeff;margin-bottom:34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.section{padding:92px 6%}.section.white{background:#fff}.section-title{max-width:800px;margin:0 auto 52px;text-align:center}.section-title h2{font-size:clamp(30px,4vw,48px);line-height:1.12;margin:0 0 14px;color:var(--navy);font-weight:900}.section-title p{color:var(--muted);margin:0}.grid{display:grid;gap:26px}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)}.card{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}.icon{width:58px;height:58px;border-radius:18px;background:linear-gradient(135deg,#fff5dc,#f4dfac);display:grid;place-items:center;color:var(--gold);font-size:26px;margin-bottom:18px}.card h3{margin:0 0 10px;color:var(--navy);font-size:20px}.card p{margin:0;color:var(--muted)}.stats{margin-top:-70px;position:relative;z-index:3;padding:0 6%;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.stat{background:white;border-radius:22px;padding:30px;text-align:center;box-shadow:var(--shadow);border:1px solid var(--line)}.stat b{display:block;font-size:38px;color:var(--gold);line-height:1}.stat span{font-weight:700;color:var(--navy)}.split{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center}.image-panel{border-radius:32px;overflow:hidden;box-shadow:var(--shadow);min-height:460px;background:center/cover}.values{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:26px}.value{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px;font-weight:800;color:var(--navy)}.leaders{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.leader{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);text-align:center}.leader-photo{height:260px;background:linear-gradient(135deg,#eef3fb,#d6deec);display:grid;place-items:center;color:#8b98ab;font-weight:800}.leader-photo img{width:100%;height:100%;object-fit:cover}.leader-info{padding:20px}.leader-info h3{margin:0;color:var(--navy)}.leader-info p{margin:6px 0 0;color:var(--muted);font-weight:600}.cta{background:linear-gradient(135deg,var(--navy),#123b78);color:white;border-radius:36px;padding:54px;display:flex;align-items:center;justify-content:space-between;gap:30px;box-shadow:var(--shadow)}.cta h2{margin:0;font-size:34px}.cta p{margin:10px 0 0;color:#dce7ff}.footer{background:#06152e;color:#dfe8ff;padding:60px 6% 24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px}.footer a{display:block;color:#dfe8ff;text-decoration:none;margin:8px 0}.footer h4{color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:34px;padding-top:18px;color:#b9c5d8}.page-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1800&q=85'),url('../images/page.jpg');background-position:center;background-size:cover;color:white;padding:110px 6%}.page-hero h1{font-size:54px;margin:0 0 12px}.breadcrumb{font-weight:700;color:#f0d28c}.timeline{border-left:3px solid var(--gold);padding-left:28px}.timeline div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;margin-bottom:18px}.member-tools{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:28px}.input{width:100%;padding:15px 18px;border-radius:14px;border:1px solid var(--line);font-family:Montserrat}.member-card{display:flex;gap:18px;align-items:center}.member-logo{width:70px;height:70px;border-radius:18px;background:var(--navy);color:#fff;display:grid;place-items:center;font-weight:900}.tag{display:inline-block;background:#eef3fb;color:var(--blue);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:800;margin-top:10px}.form{display:grid;gap:16px}.form textarea{min-height:130px}.login-box{max-width:520px;margin:auto}.notice{background:#fff8e6;border:1px solid #f2d795;padding:18px;border-radius:18px;color:#6d5519}.dashboard-preview{background:#071a3d;color:#fff;border-radius:28px;padding:28px}.dash-row{display:flex;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.12);padding:14px 0}.dash-row:last-child{border-bottom:0}@media(max-width:980px){.hamburger{display:block}.menu{position:absolute;left:0;right:0;top:82px;background:white;flex-direction:column;align-items:flex-start;padding:24px 6%;border-bottom:1px solid var(--line);display:none}.menu.open{display:flex}.grid-3,.grid-4,.grid-2,.stats,.leaders,.split,.footer-grid{grid-template-columns:1fr}.stats{margin-top:0;padding-top:24px}.hero{min-height:620px}.cta{flex-direction:column;text-align:center;align-items:flex-start}.page-hero h1{font-size:40px}} 

.credit-link{display:inline!important;color:#f4d28a!important;font-weight:800;text-decoration:none!important}.credit-link:hover{text-decoration:underline!important}
.page-hero.federation-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=85'),url('../images/page.jpg')}
.page-hero.membres-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1800&q=85'),url('../images/members.jpg')}
.page-hero.services-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1590650516494-0c8e4a4dd67e?auto=format&fit=crop&w=1800&q=85'),url('../images/services.jpg')}
.page-hero.actualites-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1800&q=85'),url('../images/page.jpg')}
.page-hero.contact-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85'),url('../images/about.jpg')}
.page-hero.member-space-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(7,26,61,.62)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1800&q=85'),url('../images/members.jpg')}

.values-strong .value{background:#fff;border:1px solid #dfe7f3;box-shadow:0 12px 30px rgba(7,26,61,.08);min-height:118px}
.values-strong .value b{display:block;font-size:18px;color:#071a3d;margin-bottom:6px}
.values-strong .value span{display:block;font-size:13px;line-height:1.45;color:#41516d;font-weight:600}
.visual-card{background:linear-gradient(135deg,#071a3d,#123b78);border-radius:32px;box-shadow:var(--shadow);min-height:460px;padding:34px;color:white;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
.visual-card:before{content:"";position:absolute;right:-80px;top:-80px;width:240px;height:240px;border-radius:50%;background:rgba(200,155,60,.22)}
.visual-card-top{position:relative;z-index:1;display:inline-flex;align-self:flex-start;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.22);padding:10px 16px;border-radius:999px;font-weight:800;color:#f7d995}
.visual-card-body{position:relative;z-index:1;display:grid;gap:16px}
.visual-card-body div{background:rgba(255,255,255,.11);border:1px solid rgba(255,255,255,.16);border-radius:22px;padding:20px}
.visual-card-body strong{display:block;font-size:20px;color:white;margin-bottom:4px}
.visual-card-body span{color:#dbe7ff;font-weight:600}
.service-board{background:linear-gradient(135deg,#071a3d,#123b78);border-radius:32px;box-shadow:var(--shadow);padding:28px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;min-height:420px;align-content:center}
.service-board div{background:#fff;border:1px solid #e8edf5;border-radius:22px;padding:22px;box-shadow:0 12px 28px rgba(7,26,61,.08)}
.service-board b{display:block;font-size:24px;color:#c89b3c;margin-bottom:6px}
.service-board span{display:block;color:#071a3d;font-weight:800}
.login-box .form{margin-top:16px}
.dashboard-preview h3{margin-top:0;color:#fff}
@media(max-width:980px){.service-board{grid-template-columns:1fr}.visual-card{min-height:auto}.values-strong .value{min-height:auto}}

.real-photo{background-position:center;background-size:cover;background-repeat:no-repeat;position:relative;overflow:hidden}
.real-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,26,61,0),rgba(7,26,61,.42));pointer-events:none}
.real-about{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=85'),url('../images/page.jpg')}
.real-services{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=85'),url('../images/services.jpg')}
.photo-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:22px;margin-top:34px}.photo-card{min-height:310px;border-radius:28px;box-shadow:var(--shadow);background-position:center;background-size:cover;position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.35)}.photo-card.tall{min-height:430px}.photo-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,26,61,.05),rgba(7,26,61,.76))}.photo-caption{position:absolute;z-index:2;left:24px;right:24px;bottom:24px;color:white}.photo-caption b{display:block;font-size:22px;line-height:1.1}.photo-caption span{display:block;margin-top:6px;color:#e7efff;font-weight:600}.photo-1{background-image:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1200&q=85'),url('../images/hero.jpg')}.photo-2{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=900&q=85'),url('../images/about.jpg')}.photo-3{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=85'),url('../images/services.jpg')}.photo-4{background-image:url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=900&q=85'),url('../images/page.jpg')}.service-photo-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:32px}.service-photo{min-height:260px;border-radius:28px;background-position:center;background-size:cover;box-shadow:var(--shadow);position:relative;overflow:hidden}.service-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(7,26,61,.76))}.service-photo span{position:absolute;z-index:2;left:22px;bottom:20px;color:white;font-weight:900;font-size:18px}.sp-1{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=900&q=85'),url('../images/services.jpg')}.sp-2{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=85'),url('../images/page.jpg')}.sp-3{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=85'),url('../images/about.jpg')}
@media(max-width:980px){.photo-grid,.service-photo-strip{grid-template-columns:1fr}.photo-card,.photo-card.tall,.service-photo{min-height:280px}}


/* Personnalisation FEBIF : couleurs du logo, logo officiel et photo du Vice-Président */
.brand-mark{background:#fff!important;border:1px solid #e5dcc2;box-shadow:0 10px 26px rgba(7,26,61,.12);overflow:hidden}
.brand-mark img{width:100%;height:100%;object-fit:contain;padding:4px}
.btn{background:linear-gradient(135deg,var(--gold),#b98211)!important}
.btn.secondary{background:linear-gradient(135deg,var(--navy),var(--green))!important}
.menu a.active,.menu a:hover{color:var(--green)}
.hero{background-image:linear-gradient(90deg,rgba(7,26,61,.92),rgba(15,107,60,.42)),url('../images/hero.jpg')!important}
.page-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(15,107,60,.48)),url('../images/page.jpg')!important}
.page-hero.services-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(15,107,60,.48)),url('../images/services.jpg')!important}
.page-hero.membres-hero,.page-hero.member-space-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.93),rgba(15,107,60,.48)),url('../images/members.jpg')!important}
.logo-watermark{position:absolute;right:6%;bottom:42px;width:120px;height:120px;border-radius:28px;background:#fff;display:grid;place-items:center;padding:10px;box-shadow:0 20px 50px rgba(0,0,0,.22);z-index:2}
.logo-watermark img{width:100%;height:100%;object-fit:contain}
.hero{position:relative}
.leader-photo.official img{object-fit:cover;object-position:center top}
.leader.featured{border:2px solid rgba(212,166,42,.5);transform:translateY(-6px)}
.leader.featured .leader-info{background:linear-gradient(135deg,#fff,#fff8e6)}
.seo-hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
@media(max-width:980px){.logo-watermark{width:82px;height:82px;right:24px;bottom:24px}}



/* ===== Corrections finales : images réelles, navigation locale, dirigeants visibles ===== */
:root{--navy:#071a3d;--green:#0f6b3c;--gold:#d4a62a;}
.hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.45)),url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1900&q=90'),url('../images/hero.jpg')!important;
  background-position:center!important;background-size:cover!important;
}
.page-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1900&q=90'),url('../images/page.jpg')!important;
  background-position:center!important;background-size:cover!important;
}
.page-hero.federation-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1900&q=90'),url('../images/page.jpg')!important;
}
.page-hero.services-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1900&q=90'),url('../images/services.jpg')!important;
}
.page-hero.membres-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1521791136064-7986c2920216?auto=format&fit=crop&w=1900&q=90'),url('../images/members.jpg')!important;
}
.page-hero.actualites-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1517048676732-d65bc937f952?auto=format&fit=crop&w=1900&q=90'),url('../images/page.jpg')!important;
}
.page-hero.contact-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1900&q=90'),url('../images/about.jpg')!important;
}
.page-hero.member-space-hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('https://images.unsplash.com/photo-1552664730-d307ca884978?auto=format&fit=crop&w=1900&q=90'),url('../images/members.jpg')!important;
}
.photo-1{background-image:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1200&q=90'),url('../images/hero.jpg')!important;}
.photo-2{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=900&q=90'),url('../images/about.jpg')!important;}
.photo-3{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=90'),url('../images/services.jpg')!important;}
.real-about{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1200&q=90'),url('../images/page.jpg')!important;}
.real-services{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=90'),url('../images/services.jpg')!important;}
.service-photo.sp-1{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=900&q=90'),url('../images/services.jpg')!important;}
.service-photo.sp-2{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=90'),url('../images/page.jpg')!important;}
.service-photo.sp-3{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=900&q=90'),url('../images/about.jpg')!important;}
.leaders{align-items:stretch}.leader{display:flex;flex-direction:column}.leader-photo{height:330px;background:#f7f8fb}.leader-photo.official{height:410px;background:#fff8e6;padding:10px}.leader-photo.official img,.leader-photo img{width:100%;height:100%;object-fit:contain!important;object-position:center!important;border-radius:16px;background:#fff;display:block}.leader-info{min-height:98px;display:flex;flex-direction:column;justify-content:center}.leader-info h3{font-size:18px;line-height:1.25;word-break:normal;overflow-wrap:anywhere}.leaders-subtitle{max-width:720px;margin:0 auto;color:var(--muted)}
@media(max-width:980px){.leader-photo,.leader-photo.official{height:auto;min-height:280px}.leader-photo.official img{max-height:520px}.leaders-subtitle{padding:0 10px}}


/* ===== MAJ : photos réelles des personnalités et lisibilité bouton espace membre ===== */
.menu a.btn.secondary, .navbar .menu a.btn.secondary, a.btn.secondary{color:#fff!important;}
.leader-photo{background:#fff!important;overflow:hidden!important;padding:0!important;}
.leader-photo img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center top!important;display:block!important;border-radius:0!important;background:#fff!important;}
.leader-photo.official{padding:10px!important;background:#fff8e6!important;}
.leader-photo.official img{object-fit:contain!important;border-radius:16px!important;}
@media(max-width:980px){.menu a.btn.secondary{color:#fff!important;}.leader-photo{height:360px!important;}}


/* ===== CORRECTION GOUVERNANCE & IMAGES PERSONNES ===== */
/* Suppression des portraits génériques dans Gouvernance : seuls les officiels fournis sont affichés. */
.leaders-five{grid-template-columns:repeat(5,1fr)!important;gap:20px!important;align-items:stretch!important}
.placeholder-leader .placeholder-photo{background:linear-gradient(135deg,#f7f8fb,#eef3fb)!important;border:1px dashed rgba(7,26,61,.18)!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:24px!important;min-height:330px!important;height:330px!important;text-align:center!important;position:relative!important}
.placeholder-photo:before{content:"";width:86px;height:86px;border-radius:50%;background:linear-gradient(135deg,rgba(7,26,61,.12),rgba(15,107,60,.12));position:absolute;top:78px;left:50%;transform:translateX(-50%)}
.placeholder-photo:after{content:"";width:132px;height:62px;border-radius:70px 70px 0 0;background:linear-gradient(135deg,rgba(7,26,61,.10),rgba(212,166,42,.16));position:absolute;top:176px;left:50%;transform:translateX(-50%)}
.placeholder-photo span{position:relative;z-index:2;margin-top:190px;color:#6b7890;font-weight:800;font-size:13px;line-height:1.35}
.leader-photo.official{height:430px!important;background:#fff8e6!important;padding:10px!important;overflow:hidden!important}
.leader-photo.official img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:16px!important;background:#fff!important}
.leader-info h3,.leader-info p{display:block!important;visibility:visible!important;color:var(--navy)!important}.leader-info p{color:var(--muted)!important}
.menu a.btn.secondary, .navbar .menu a.btn.secondary, a.btn.secondary{color:#fff!important}
/* Remplacement des visuels susceptibles d'afficher des personnes blanches par des visuels BTP neutres ou locaux. */
.page-hero.membres-hero,.page-hero.actualites-hero,.page-hero.contact-hero,.page-hero.member-space-hero{background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.50)),url('../images/page.jpg')!important;background-position:center!important;background-size:cover!important}
.photo-2{background-image:url('../images/about.jpg')!important}.photo-3{background-image:url('../images/services.jpg')!important}.service-photo.sp-1{background-image:url('../images/services.jpg')!important}.service-photo.sp-2{background-image:url('../images/page.jpg')!important}.service-photo.sp-3{background-image:url('../images/about.jpg')!important}
@media(max-width:1200px){.leaders-five{grid-template-columns:repeat(3,1fr)!important}}
@media(max-width:760px){.leaders-five{grid-template-columns:1fr!important}.placeholder-leader .placeholder-photo,.leader-photo.official{height:360px!important;min-height:360px!important}}

/* ===== CORRECTION DEMANDÉE : bannières premium avec images réelles + blocs terrain visibles ===== */
.page-hero{
  min-height:380px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  position:relative!important;
  overflow:hidden!important;
  border-bottom:6px solid rgba(212,166,42,.95)!important;
}
.page-hero:before{
  content:"";position:absolute;inset:0;
  background:radial-gradient(circle at 78% 30%,rgba(212,166,42,.20),transparent 28%),linear-gradient(90deg,rgba(7,26,61,.96) 0%,rgba(7,26,61,.78) 42%,rgba(15,107,60,.42) 100%);
  z-index:0;pointer-events:none;
}
.page-hero:after{
  content:"";position:absolute;right:-80px;top:-80px;width:260px;height:260px;border-radius:50%;border:38px solid rgba(255,255,255,.08);z-index:0;
}
.page-hero h1,.page-hero p,.page-hero .breadcrumb{position:relative!important;z-index:1!important;text-shadow:0 8px 25px rgba(0,0,0,.35)!important;max-width:900px!important}
.page-hero h1{font-size:clamp(38px,5vw,64px)!important;line-height:1.04!important;font-weight:900!important;letter-spacing:-1.5px!important;color:#fff!important}
.page-hero p{font-size:18px!important;color:#eef4ff!important}
.page-hero.membres-hero{
  background-image:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 52%!important;background-size:cover!important;
}
.page-hero.actualites-hero{
  background-image:url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 48%!important;background-size:cover!important;
}
.page-hero.contact-hero{
  background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 50%!important;background-size:cover!important;
}
.page-hero.member-space-hero{
  background-image:url('https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 38%!important;background-size:cover!important;
}
.page-hero.services-hero{
  background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 52%!important;background-size:cover!important;
}
.page-hero.federation-hero{
  background-image:url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center 55%!important;background-size:cover!important;
}
.hero{
  background-image:linear-gradient(90deg,rgba(7,26,61,.94),rgba(15,107,60,.36)),url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1900&q=90')!important;
  background-position:center!important;background-size:cover!important;
}
.photo-card{background-color:#071a3d!important;background-position:center!important;background-size:cover!important}
.photo-1{background-image:url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1200&q=90')!important;}
.photo-2{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1200&q=90')!important;}
.photo-3{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=90')!important;}
.photo-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(212,166,42,.10),rgba(15,107,60,.08));z-index:1;pointer-events:none}
.photo-card:after{z-index:1!important;background:linear-gradient(180deg,rgba(7,26,61,.05),rgba(7,26,61,.82))!important}
.photo-caption{z-index:3!important}
.service-photo{background-color:#071a3d!important;background-position:center!important;background-size:cover!important}
.service-photo.sp-1{background-image:url('https://images.unsplash.com/photo-1581094794329-c8112a89af12?auto=format&fit=crop&w=1000&q=90')!important;}
.service-photo.sp-2{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1000&q=90')!important;}
.service-photo.sp-3{background-image:url('https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=1000&q=90')!important;}
.real-about{background-image:url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1300&q=90')!important;background-position:center!important;background-size:cover!important;}
.real-services{background-image:url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1300&q=90')!important;background-position:center!important;background-size:cover!important;}
.menu a.btn.secondary,.navbar .menu a.btn.secondary,a.btn.secondary{color:#fff!important;}

/* ===== MAJ DIRIGEANTS : Président/PCA + contacts officiels ===== */
.leader-phone{display:inline-flex!important;align-items:center;justify-content:center;margin-top:10px;padding:8px 12px;border-radius:999px;background:rgba(15,107,60,.08);color:var(--green)!important;text-decoration:none!important;font-weight:800;font-size:13px;line-height:1.2}.leader-phone:hover{background:rgba(212,166,42,.18);color:var(--navy)!important}.leader.featured{border:1px solid rgba(212,166,42,.35)!important}.leader.featured .leader-info{min-height:130px!important}.leader-photo.official{height:430px!important}.leader-photo.official img{object-fit:contain!important;object-position:center!important}


/* ===== CORRECTION FINALE : Gouvernance & Personnalités ===== */
.governance-section{background:linear-gradient(180deg,#ffffff 0%,#f7faf9 100%)!important;}
.leaders-layout{max-width:1180px;margin:0 auto;display:flex;flex-direction:column;gap:28px;align-items:center;}
.leader-row{width:100%;display:grid;gap:24px;align-items:stretch;}
.president-row{grid-template-columns:minmax(280px,420px);justify-content:center;}
.executive-row{grid-template-columns:repeat(4,minmax(0,1fr));}
.leader{background:#fff!important;border:1px solid rgba(7,26,61,.08)!important;border-radius:24px!important;box-shadow:0 24px 55px rgba(7,26,61,.10)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;min-height:620px!important;transition:transform .25s ease, box-shadow .25s ease!important;}
.leader:hover{transform:translateY(-6px);box-shadow:0 32px 70px rgba(7,26,61,.16)!important;}
.leader-president{border:1px solid rgba(212,166,42,.45)!important;box-shadow:0 30px 80px rgba(212,166,42,.18)!important;position:relative;}
.leader-president:before{content:"Président & PCA";position:absolute;z-index:4;top:18px;left:18px;background:linear-gradient(135deg,var(--gold),#f5cf68);color:#071a3d;font-weight:900;font-size:12px;letter-spacing:.04em;text-transform:uppercase;padding:8px 12px;border-radius:999px;box-shadow:0 10px 30px rgba(0,0,0,.16);}
.leader-photo.official{height:430px!important;min-height:430px!important;background:linear-gradient(135deg,#f7f8fb,#fffaf0)!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;border-radius:0!important;}
.leader-photo.official img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important;background:#fff!important;}
.leader-info{padding:22px 20px 24px!important;text-align:center!important;min-height:175px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;}
.leader-info h3{font-size:clamp(16px,1.7vw,20px)!important;line-height:1.18!important;font-weight:900!important;color:var(--navy)!important;margin:0!important;text-transform:uppercase!important;letter-spacing:-.02em!important;overflow-wrap:anywhere!important;}
.leader-info p{font-size:14px!important;font-weight:800!important;color:var(--green)!important;margin:2px 0 4px!important;}
.leader-phone{display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-top:auto!important;padding:9px 13px!important;border-radius:999px!important;background:rgba(15,107,60,.09)!important;color:var(--green)!important;text-decoration:none!important;font-weight:900!important;font-size:13px!important;line-height:1.2!important;white-space:nowrap!important;}
.placeholder-leader .placeholder-photo{height:430px!important;min-height:430px!important;background:linear-gradient(135deg,#f8fafc,#eef3f8)!important;border:1px dashed rgba(7,26,61,.20)!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;position:relative!important;}
.placeholder-photo span{position:relative!important;z-index:2!important;margin-top:185px!important;color:#6b7890!important;font-weight:900!important;font-size:13px!important;line-height:1.35!important;}
@media(max-width:1180px){.executive-row{grid-template-columns:repeat(2,minmax(0,1fr));}.leader{min-height:600px!important;}.president-row{grid-template-columns:minmax(280px,420px);}}
@media(max-width:700px){.leaders-layout{gap:22px}.president-row,.executive-row{grid-template-columns:1fr!important}.leader{min-height:auto!important}.leader-photo.official,.placeholder-leader .placeholder-photo{height:390px!important;min-height:390px!important}.leader-info{min-height:150px!important}.leader-phone{white-space:normal!important}.leader-president:before{font-size:11px;top:14px;left:14px}}
