@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
:root{--navy:#071a3d;--blue:#0f3470;--gold:#c89b3c;--soft:#f6f8fb;--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}}
