:root{
  --navy:#0d2437; --navy-2:#123a57; --blue:#1d5d87;
  --red:#e52636; --red-dark:#c71f2e; --paper:#f7f8f8;
  --white:#fff; --ink:#183047; --muted:#647385; --line:#e6ebef;
  --shadow:0 18px 45px rgba(12,35,54,.09);
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,"Segoe UI",Arial,sans-serif;background:var(--paper);color:var(--ink);line-height:1.6}
a{text-decoration:none;color:inherit}.container{width:min(1280px,calc(100% - 64px));margin:auto}
.site-header{height:92px;background:rgba(13,36,55,.96);color:#fff;position:sticky;top:0;z-index:100;backdrop-filter:blur(12px)}
.header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{height:70px;max-width:360px;width:auto;object-fit:contain;display:block}
.nav{display:flex;align-items:center;gap:26px;font-size:14px;font-weight:600}.nav a{opacity:.88}.nav a:hover{opacity:1;color:#fff}
.nav a.active{position:relative}.nav a.active:after{content:"";height:2px;width:24px;background:var(--red);position:absolute;left:0;bottom:-14px}
.donation{background:var(--red);padding:11px 18px;border-radius:7px;color:#fff!important;opacity:1!important;box-shadow:0 9px 20px rgba(229,38,54,.25)}
.hero{min-height:650px;background:linear-gradient(90deg,rgba(7,25,39,.97) 0%,rgba(12,40,59,.89) 48%,rgba(12,35,54,.38) 100%),linear-gradient(135deg,#183c55,#5d7281);color:#fff;position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 84% 18%,rgba(255,154,72,.30),transparent 24%),linear-gradient(0deg,rgba(7,22,34,.42),transparent 45%)}
.hero-grid{position:relative;z-index:2;min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;gap:30px}
.hero-copy{padding:70px 0}.eyeline{font-size:12px;letter-spacing:.22em;text-transform:uppercase;font-weight:800;color:#d5dde4}
.hero h1{font-size:clamp(52px,6vw,84px);line-height:.99;letter-spacing:-.045em;margin:18px 0 22px;max-width:780px}
.hero p{max-width:620px;font-size:18px;color:#d9e2e9;margin:0}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}
.btn{display:inline-flex;align-items:center;gap:10px;padding:15px 22px;border-radius:7px;font-weight:750;font-size:15px;transition:transform .2s,background .2s}
.btn:hover{transform:translateY(-2px)}.btn-red{background:var(--red);color:#fff}.btn-outline{border:1px solid rgba(255,255,255,.65);color:#fff}
.hero-values{display:flex;gap:28px;flex-wrap:wrap;margin-top:42px;padding-top:25px;border-top:1px solid rgba(255,255,255,.18)}
.value{display:flex;align-items:center;gap:10px;color:#e2e8ed;font-size:14px}.value b{font-size:24px;font-weight:400}
.hero-side{height:100%;display:flex;align-items:flex-end;justify-content:center;padding-bottom:45px}
.hero-badge{width:min(390px,90%);min-height:420px;border-radius:18px;background:linear-gradient(160deg,rgba(255,255,255,.12),rgba(255,255,255,.02));border:1px solid rgba(255,255,255,.2);backdrop-filter:blur(8px);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;box-shadow:0 30px 80px rgba(0,0,0,.25)}
.hero-badge img{width:190px;height:auto;filter:drop-shadow(0 18px 28px rgba(0,0,0,.25))}.hero-badge span{margin-top:22px;font-size:13px;letter-spacing:.18em;font-weight:800}
.missions-strip{background:#fff;box-shadow:0 8px 30px rgba(18,49,74,.06);position:relative;z-index:4}
.mission-strip-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.strip-item{padding:30px 25px;text-align:center;border-right:1px solid var(--line)}.strip-item:last-child{border:0}
.strip-icon{font-size:30px;color:var(--red);height:42px}.strip-item h3{font-size:14px;text-transform:uppercase;letter-spacing:.04em;margin:5px 0;color:var(--navy)}.strip-item p{margin:0;color:var(--muted);font-size:14px}
.section{padding:90px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:35px}.overline{font-size:12px;letter-spacing:.18em;color:var(--red);font-weight:800;text-transform:uppercase}.section h2{font-size:clamp(34px,4vw,54px);line-height:1.1;margin:8px 0 0;letter-spacing:-.035em;color:var(--ink)}
.text-link{font-size:14px;color:var(--blue);font-weight:750;white-space:nowrap}
.featured{display:grid;grid-template-columns:1.05fr 1.35fr;background:#fff;border-radius:5px;overflow:hidden;box-shadow:var(--shadow)}
.featured-media{min-height:390px;background:linear-gradient(135deg,#254b63,#91a9b7);position:relative;overflow:hidden}.featured-media img{width:100%;height:100%;object-fit:cover;position:absolute}.placeholder-symbol{position:absolute;inset:0;display:grid;place-items:center;font-size:90px;color:#fff}
.featured-content{padding:55px;display:flex;flex-direction:column;justify-content:center}.category{display:inline-block;width:max-content;padding:6px 10px;background:#fff0f1;color:var(--red-dark);font-size:11px;letter-spacing:.08em;font-weight:800;border-radius:3px}.featured h3{font-size:31px;line-height:1.15;margin:16px 0}.featured p{color:var(--muted);font-size:16px}.article-meta{font-size:12px;color:#8995a1;margin:10px 0 24px}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.article-card{background:#fff;box-shadow:0 8px 25px rgba(18,49,74,.06);transition:transform .2s}.article-card:hover{transform:translateY(-5px)}.article-image{height:175px;background:linear-gradient(135deg,#8ca7b7,#315b72);overflow:hidden}.article-image img{width:100%;height:100%;object-fit:cover}.article-body{padding:20px}.article-date{font-size:12px;color:#8c99a5}.article-card h3{font-size:19px;line-height:1.25;margin:8px 0}.article-card p{font-size:14px;color:var(--muted);margin:0}
.quote-card{background:linear-gradient(135deg,#123a57,#0d2437);color:#fff;padding:42px;margin-top:30px}.quote-card h3{font-size:30px;line-height:1.15;margin:0 0 12px}.quote-card p{color:#d9e2e9;margin:0}
.support{background:linear-gradient(90deg,rgba(9,28,43,.97),rgba(9,28,43,.75)),linear-gradient(135deg,#183c55,#111);color:#fff}.support-grid{display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.support h2{color:#fff;font-size:38px;margin:0 0 10px}.support p{color:#cbd7df;margin:0}.support-metrics{display:flex;gap:25px}.metric{font-size:13px;color:#dce5eb}.metric b{display:block;font-size:30px;color:#fff}
.social-panel{background:#eef3f6;padding:30px}.social-panel h3{font-size:24px;margin:0 0 12px}.social-buttons{display:flex;gap:10px;margin-top:20px}.social-btn{width:48px;height:48px;background:var(--navy);color:#fff;display:grid;place-items:center;border-radius:5px;font-weight:800}
.footer{background:#fff;border-top:1px solid var(--line);padding:35px 0}.footer-grid{display:flex;justify-content:space-between;align-items:center;gap:20px}.footer img{height:64px;width:auto}.footer-links{display:flex;gap:16px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.copyright{font-size:11px;color:#8a97a3}
@media(max-width:1000px){.nav{gap:15px}.hero-grid{grid-template-columns:1fr}.hero-side{display:none}.hero,.hero-grid{min-height:620px}.mission-strip-grid{grid-template-columns:1fr 1fr}.strip-item:nth-child(2){border-right:0}.article-grid{grid-template-columns:1fr 1fr}.support-grid{grid-template-columns:1fr}.support-metrics{justify-content:flex-start}}
@media(max-width:700px){.container{width:min(100% - 32px,1280px)}.site-header{height:78px}.brand img{height:58px;max-width:250px}.nav a:not(.donation){display:none}.hero h1{font-size:48px}.hero-copy{padding:55px 0}.mission-strip-grid,.article-grid{grid-template-columns:1fr}.strip-item{border-right:0;border-bottom:1px solid var(--line)}.section{padding:60px 0}.section-head{align-items:flex-start;flex-direction:column}.featured{grid-template-columns:1fr}.featured-media{min-height:230px}.featured-content{padding:30px}.footer-grid{flex-direction:column;align-items:flex-start}.support-metrics{flex-wrap:wrap}.hero-values{gap:14px}}
/* V16 public newsletter */
.newsletter-public{background:linear-gradient(135deg,#123944,#1c5260);padding:75px 0}.newsletter-public-card{display:grid;grid-template-columns:1.05fr .95fr;gap:65px;align-items:center}.newsletter-public .overline{color:#f2a3a7}.newsletter-public h2{color:#fff;margin:10px 0 15px;font-size:38px}.newsletter-public p{color:#c9d9dc;max-width:600px}.newsletter-points{display:flex;flex-wrap:wrap;gap:10px;margin-top:23px}.newsletter-points span{font-size:12px;color:#e1eaec;padding:8px 11px;background:rgba(255,255,255,.08);border-radius:8px}.newsletter-form-wrap{background:#fff;border-radius:20px;padding:28px;box-shadow:0 20px 45px rgba(0,0,0,.18)}.newsletter-public-form{display:grid;gap:14px}.newsletter-public-form label{font-size:11px;font-weight:800;color:#34505a}.newsletter-public-form label small{font-weight:400;color:#87969b}.newsletter-public-form input{width:100%;margin-top:6px;padding:13px;border:1px solid #dce5e7;border-radius:9px;font:inherit}.newsletter-public-form button{border:0;border-radius:10px;background:#cf3947;color:#fff;padding:14px;font-weight:800;cursor:pointer}.newsletter-public-form button span{margin-left:8px}.newsletter-legal{display:block;margin-top:13px;font-size:10px;line-height:1.5;color:#849399}.newsletter-success,.newsletter-error{padding:11px;border-radius:9px;margin-bottom:12px;font-size:12px}.newsletter-success{background:#e8f4ef;color:#216447}.newsletter-error{background:#fbecee;color:#a23740}@media(max-width:800px){.newsletter-public-card{grid-template-columns:1fr;gap:30px}.newsletter-public h2{font-size:30px}}

/* V16.2 public modules reliability */
.public-module-newsletter{display:block!important;visibility:visible!important;opacity:1!important;position:relative!important}

/* V16.6 contact public */
.contact-hero{padding:82px 0 66px;background:linear-gradient(135deg,#123944,#245969);color:#fff}.contact-hero h1{font-size:46px;letter-spacing:-.045em;margin:10px 0}.contact-hero p{max-width:700px;color:#ceddde;line-height:1.75}.contact-pro-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:24px;align-items:start}.contact-pro-form,.contact-info-card{background:#fff;border:1px solid #dce6e8;border-radius:20px;padding:30px;box-shadow:0 12px 32px rgba(24,55,64,.07)}.contact-card-title>span,.contact-info-card>span{font-size:9px;font-weight:900;letter-spacing:.16em;color:#81959c}.contact-card-title h2,.contact-info-card h2{font-size:25px;color:#294854;margin:7px 0}.contact-card-title p,.contact-info-card p{font-size:12px;line-height:1.6;color:#7d8f96}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:25px}.contact-fields label{font-size:10px;font-weight:800;color:#405761}.contact-fields label.full{grid-column:1/-1}.contact-fields input,.contact-fields textarea{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #d9e3e5;border-radius:10px;padding:12px;font:inherit;font-size:12px}.contact-fields textarea{resize:vertical}.contact-submit{margin-top:20px;border:0;border-radius:11px;padding:14px 20px;background:#cf3947;color:#fff;font-weight:800;cursor:pointer}.contact-submit span{margin-left:9px}.contact-info-card{background:linear-gradient(150deg,#f7faf9,#eef4f4)}.contact-info-line{display:flex;gap:12px;margin-top:22px;padding-top:18px;border-top:1px solid #dce7e8}.contact-info-line>b{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#e1ecee;color:#315c67}.contact-info-line small,.contact-info-line strong,.contact-info-line a{display:block}.contact-info-line small{font-size:8px;font-weight:900;letter-spacing:.12em;color:#899ba1}.contact-info-line strong,.contact-info-line a{margin-top:5px;font-size:11px;color:#31525d;text-decoration:none}@media(max-width:800px){.contact-pro-grid{grid-template-columns:1fr}.contact-fields{grid-template-columns:1fr}.contact-hero h1{font-size:34px}}

/* V16.7 réseaux sociaux dans l'en-tête */
.header-inner{gap:16px}
.header-socials{display:flex;align-items:center;gap:8px;margin-left:2px;padding-left:14px;border-left:1px solid rgba(22,61,71,.12)}
.header-social{display:grid;place-items:center;width:38px;height:38px;border-radius:11px;text-decoration:none;border:1px solid #dce6e8;background:#fff;color:#234a56;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.header-social:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(24,55,64,.12)}
.header-social svg{width:19px;height:19px;fill:currentColor}
.header-social.instagram svg{fill:none;stroke:currentColor;stroke-width:1.9}
.header-social.instagram svg circle:last-child{fill:currentColor;stroke:none}
.header-social.facebook:hover{background:#1877f2;color:#fff;border-color:#1877f2}
.header-social.instagram:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);color:#fff;border-color:transparent}
@media(max-width:980px){.header-socials{padding-left:8px;margin-left:auto}.header-social{width:35px;height:35px}.header-social svg{width:17px;height:17px}}
@media(max-width:700px){.header-socials{border-left:0;padding-left:0;gap:5px}.header-social{width:32px;height:32px;border-radius:9px}.header-social svg{width:16px;height:16px}}

.header-socials{display:flex!important;visibility:visible!important;opacity:1!important}
.header-social{display:grid!important;visibility:visible!important}
.latest-all{padding-top:0!important;padding-bottom:55px}.latest-all-action{text-align:center;padding:6px 0 0}

/* V17.0 correction définitive des icônes sociales */
.header-inner{display:flex!important;align-items:center!important}
.nav{display:flex!important;align-items:center!important}
.header-socials{display:flex!important;flex:0 0 auto!important;align-items:center!important;gap:9px!important;margin-left:10px!important;padding-left:10px!important;border-left:1px solid #d7e1e4!important;visibility:visible!important;opacity:1!important}
.header-social{display:flex!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;min-width:42px!important;border-radius:50%!important;background:#fff!important;color:#214b58!important;border:2px solid #d7e3e6!important;visibility:visible!important;opacity:1!important;overflow:visible!important}
.header-social svg{display:block!important;width:21px!important;height:21px!important;visibility:visible!important;opacity:1!important}
.header-social.facebook{background:#1877f2!important;border-color:#1877f2!important;color:#fff!important}
.header-social.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;border-color:transparent!important;color:#fff!important}
.header-social.is-disabled{opacity:.65!important;cursor:default!important}
.header-social.is-disabled:hover{transform:none!important}
@media(max-width:1050px){.header-socials{order:3;margin-left:auto!important}.nav{gap:10px!important}}
@media(max-width:760px){.header-socials{gap:6px!important;padding-left:0!important;border-left:0!important}.header-social{width:36px!important;height:36px!important;min-width:36px!important}}

/* V17.1 header institutionnel compact et aligné */
.site-header{position:relative;z-index:20;background:rgba(255,255,255,.98);border-bottom:1px solid #e3eaec}
.header-inner{min-height:82px!important;display:grid!important;grid-template-columns:auto 1fr auto!important;gap:28px!important;align-items:center!important}
.brand{display:flex!important;align-items:center!important;margin:0!important;flex:0 0 auto!important}
.brand img{display:block!important;max-height:58px!important;width:auto!important}
.nav{justify-self:center!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:22px!important;white-space:nowrap!important}
.nav a{margin:0!important}
.nav .donation{margin-left:6px!important}
.header-socials{justify-self:end!important;display:flex!important;align-items:center!important;gap:7px!important;margin:0!important;padding:0 0 0 14px!important;border-left:1px solid #dce5e7!important}
.header-social{width:36px!important;height:36px!important;min-width:36px!important}
@media(max-width:1150px){.header-inner{gap:16px!important}.nav{gap:13px!important;font-size:12px!important}.nav .donation{padding:10px 14px!important}.header-social{width:34px!important;height:34px!important;min-width:34px!important}}
@media(max-width:850px){.header-inner{grid-template-columns:auto auto!important;justify-content:space-between!important}.nav{display:none!important}.header-socials{border-left:0!important;padding-left:0!important}.brand img{max-height:48px!important}}

/* V17.2 : réseaux sociaux visibles pour tous les visiteurs, sans connexion */
.site-header .header-socials[data-public-socials="1"]{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
.site-header .header-socials[data-public-socials="1"] .header-social{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}

/* V17.3 Header propre, visible et professionnel */
.site-header{display:block!important;position:relative!important;z-index:999!important;background:#fff!important}
.site-header .header-inner{display:grid!important;grid-template-columns:minmax(150px,210px) minmax(0,1fr) auto!important;align-items:center!important;min-height:84px!important;gap:24px!important}
.site-header .brand{display:flex!important;align-items:center!important;justify-content:flex-start!important}
.site-header .brand img{display:block!important;max-height:60px!important;width:auto!important}
.site-header .nav{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;gap:20px!important;min-width:0!important}
.site-header .nav a{display:inline-flex!important;visibility:visible!important;opacity:1!important;color:#183f4b!important;text-decoration:none!important;font-weight:700!important;font-size:13px!important}
.header-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:12px!important}
.site-header .donation{display:inline-flex!important;align-items:center!important;justify-content:center!important;white-space:nowrap!important}
.site-header .header-socials{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;gap:7px!important;padding-left:12px!important;border-left:1px solid #d9e2e4!important}
.site-header .header-social{display:flex!important;visibility:visible!important;opacity:1!important;align-items:center!important;justify-content:center!important;width:36px!important;height:36px!important;min-width:36px!important;cursor:pointer!important;pointer-events:auto!important}
.site-header .header-social.facebook{background:#1877f2!important;color:#fff!important;border-color:#1877f2!important}
.site-header .header-social.instagram{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important}
.site-header .header-social svg{display:block!important}
@media(max-width:1100px){.site-header .header-inner{grid-template-columns:auto 1fr auto!important;gap:12px!important}.site-header .nav{gap:12px!important}.site-header .nav a{font-size:12px!important}.site-header .donation{padding:10px 13px!important}}
@media(max-width:780px){.site-header .header-inner{grid-template-columns:auto auto!important;justify-content:space-between!important}.site-header .nav{display:none!important}.header-actions{gap:8px!important}.site-header .donation{display:none!important}.site-header .header-socials{border-left:0!important;padding-left:0!important}}

/* Administration - formulaire de contact professionnel */
.contact-admin-layout{max-width:1050px;margin:0 auto}
.contact-admin-intro{padding:28px 30px;background:linear-gradient(135deg,#183f4b,#285967);border-radius:20px;margin-bottom:20px;color:#fff}
.contact-admin-kicker{font-size:11px;letter-spacing:1.6px;font-weight:800;opacity:.7}
.contact-admin-intro h3{font-size:27px;margin:8px 0}.contact-admin-intro p{margin:0;opacity:.82}
.contact-admin-card{padding:0!important;overflow:hidden;background:#fff;border:1px solid #e2e9eb!important;border-radius:20px!important;box-shadow:0 14px 40px rgba(20,54,64,.07)}
.contact-admin-section{padding:28px 30px;border-bottom:1px solid #e8edef}
.contact-admin-section:last-of-type{border-bottom:0}
.contact-section-title{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.contact-section-title>span{display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:#eaf2f3;color:#1c5665;font-weight:800}
.contact-section-title b{display:block;color:#173e49;font-size:16px}.contact-section-title small{display:block;color:#72848a;margin-top:3px}
.contact-admin-section .admin-field{margin-bottom:18px}.contact-admin-section .admin-field:last-child{margin-bottom:0}
.contact-admin-section label{font-weight:750;color:#254954}.contact-admin-section input,.contact-admin-section textarea{border-radius:11px;border:1px solid #dbe5e7;padding:13px 14px;background:#fbfcfc}
.contact-admin-section textarea{min-height:110px}
.contact-admin-card .admin-form-actions{padding:22px 30px;background:#f6f9f9;display:flex;justify-content:flex-end}

/* V17.4 — Header institutionnel premium */
.site-header{
  position:sticky!important;top:0!important;
  background:rgba(255,255,255,.96)!important;
  backdrop-filter:blur(18px)!important;
  border-bottom:1px solid rgba(19,61,72,.09)!important;
  box-shadow:0 8px 30px rgba(18,55,64,.05)!important;
}
.site-header:before{content:"";position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#143e4a 0%,#2d6a78 55%,#c89b4a 100%)}
.site-header .header-inner{min-height:88px!important}
.site-header .brand{position:relative;padding-right:22px!important}
.site-header .brand:after{content:"";position:absolute;right:0;top:50%;height:38px;width:1px;background:#dce5e7;transform:translateY(-50%)}
.site-header .brand img{max-height:62px!important}
.site-header .nav{gap:7px!important;padding:7px!important;border-radius:16px;background:#f4f7f7!important;border:1px solid #e5ecee!important}
.site-header .nav a{padding:10px 12px!important;border-radius:10px!important;transition:all .2s ease!important;color:#274d57!important}
.site-header .nav a:hover,.site-header .nav a.active{background:#fff!important;color:#123f4b!important;box-shadow:0 4px 14px rgba(19,58,67,.08)!important}
.header-actions{gap:10px!important}
.site-header .donation{background:#b8313c!important;color:#fff!important;border-radius:11px!important;padding:12px 17px!important;box-shadow:0 8px 18px rgba(184,49,60,.18)!important}
.site-header .header-socials{background:#f6f8f8!important;border:1px solid #e0e8e9!important;border-radius:13px!important;padding:5px!important}
.site-header .header-social{border-radius:9px!important;border:0!important}
@media(max-width:1100px){.site-header .nav{gap:2px!important;padding:5px!important}.site-header .nav a{padding:9px 8px!important}.site-header .brand:after{display:none!important}}
@media(max-width:780px){.site-header{position:relative!important}.site-header .header-inner{min-height:74px!important}.site-header .brand img{max-height:50px!important}.site-header .header-socials{background:transparent!important;border:0!important}}

/* V17.4 — Écrin visuel pour la dernière actualité */
.news-showcase{
  position:relative;overflow:hidden;padding:82px 0 86px!important;
  background:linear-gradient(135deg,#123d49 0%,#1f5967 52%,#17434e 100%);
}
.news-showcase-bg{position:absolute;inset:0;opacity:.22;background:
 radial-gradient(circle at 12% 18%,rgba(255,255,255,.28) 0,rgba(255,255,255,0) 28%),
 radial-gradient(circle at 88% 85%,rgba(200,155,74,.35) 0,rgba(200,155,74,0) 26%);
}
.news-showcase:before,.news-showcase:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%}
.news-showcase:before{width:480px;height:480px;right:-230px;top:-290px}
.news-showcase:after{width:330px;height:330px;left:-180px;bottom:-210px}
.news-showcase-inner{position:relative;z-index:1}
.news-showcase-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:34px}
.news-showcase .overline{color:#d7b16a!important;letter-spacing:2px}
.news-showcase h2{color:#fff!important;font-size:42px!important;margin:8px 0 8px!important}
.news-showcase-head p{max-width:650px;color:rgba(255,255,255,.72);margin:0;line-height:1.65}
.news-all-link{display:inline-flex;align-items:center;gap:12px;color:#fff!important;text-decoration:none;font-weight:800;white-space:nowrap;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.35)}
.news-all-link span{font-size:20px;color:#d7b16a}
.news-showcase .featured{background:#fff!important;border-radius:22px!important;overflow:hidden!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important;border:1px solid rgba(255,255,255,.28)!important}
.news-showcase .featured-content{padding:42px!important}
.news-showcase .featured-media{min-height:380px!important}
.news-showcase .featured-media img{height:100%!important}
.news-showcase .category{background:#e9f1f2!important;color:#205764!important;border-radius:30px;padding:7px 12px!important}
.news-showcase .featured h3{font-size:32px!important;color:#173f4a!important}
.latest-all{margin-top:-34px!important;position:relative;z-index:3;padding-bottom:70px!important}
.latest-all .latest-all-action{display:flex;justify-content:center}
.latest-all .btn{background:#fff!important;box-shadow:0 12px 30px rgba(20,55,63,.12)!important}
@media(max-width:760px){.news-showcase{padding:56px 0 64px!important}.news-showcase-head{display:block}.news-showcase h2{font-size:32px!important}.news-all-link{margin-top:18px}.news-showcase .featured-content{padding:27px!important}.news-showcase .featured-media{min-height:250px!important}}

/* V17.5 Google reCAPTCHA public */
.g-recaptcha{margin:20px 0;min-height:78px}
@media(max-width:420px){.g-recaptcha{transform:scale(.88);transform-origin:left top;width:330px}}

/* V17.7 CAPTCHA visible et intégré au formulaire public */
.captcha-public-block{margin:24px 0 20px;padding:18px 20px;background:#f5f8f8;border:1px solid #dfe9eb;border-radius:14px}
.captcha-label{display:flex;align-items:center;gap:11px;margin-bottom:14px}.captcha-label>span{display:grid;place-items:center;width:35px;height:35px;border-radius:10px;background:#e1eef0}.captcha-label b,.captcha-label small{display:block}.captcha-label small{color:#71848a;font-size:12px;margin-top:2px}
.captcha-public-block .g-recaptcha{margin:0}

/* V17.9 Header premium + CAPTCHA contact */
.contact-site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(16px);border-bottom:1px solid #e5eaeb;box-shadow:0 8px 26px rgba(22,53,62,.06)}
.contact-site-header .header-inner{min-height:88px;display:grid!important;grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr);align-items:center;gap:24px}
.contact-site-header .brand{justify-self:start}.contact-site-header .brand img{max-height:64px;width:auto;display:block}
.contact-site-header .nav{justify-self:center;padding:6px;background:#f2f5f5;border:1px solid #dce5e6;border-radius:16px;display:flex!important;gap:4px}
.contact-site-header .nav a{padding:12px 17px;border-radius:11px;font-weight:700;color:#29444c;text-decoration:none}
.contact-site-header .nav a.active{background:#fff;color:#173f49;box-shadow:0 5px 15px rgba(18,57,68,.1);position:relative}
.contact-site-header .nav a.active:after{content:"";position:absolute;height:2px;width:22px;left:50%;bottom:-8px;transform:translateX(-50%);background:#c73b46;border-radius:4px}
.contact-header-cta{justify-self:end}.contact-header-cta a{display:inline-flex;align-items:center;gap:10px;background:#173f49;color:#fff;padding:13px 18px;border-radius:12px;text-decoration:none;font-weight:800;box-shadow:0 9px 18px rgba(23,63,73,.16)}
.contact-header-cta span{font-size:18px}
.captcha-public-block{display:block!important;margin:26px 0 20px!important;padding:20px!important;background:#f3f7f7!important;border:1px solid #d9e6e8!important;border-radius:15px!important}
.local-captcha{padding:15px;background:#fff;border:1px solid #dce7e9;border-radius:11px}.local-captcha label{display:flex;align-items:center;flex-wrap:wrap;gap:12px;font-weight:800;color:#29464e}.local-captcha input{width:100px!important;min-height:42px!important;border:1px solid #cbd9dc!important;border-radius:9px!important;padding:8px 10px!important}.local-captcha small{display:block;width:100%;margin-top:10px;color:#73868c;font-size:12px}
@media(max-width:900px){.contact-site-header .header-inner{grid-template-columns:1fr auto}.contact-site-header .nav{order:3;grid-column:1/-1;justify-self:stretch;justify-content:center}.contact-header-cta{justify-self:end}}@media(max-width:560px){.contact-site-header .header-inner{display:flex!important;flex-wrap:wrap;padding:12px 0}.contact-site-header .brand img{max-height:54px}.contact-site-header .nav{order:3;width:100%;overflow:auto;justify-content:flex-start}.contact-site-header .nav a{padding:10px 12px}.contact-header-cta{margin-left:auto}.contact-header-cta a{padding:11px 13px;font-size:13px}}


/* =========================================================
   V18 — EN-TÊTE INSTITUTIONNEL PREMIUM
   ========================================================= */
.site-header-v18{
  height:auto!important;
  min-height:94px!important;
  background:rgba(255,255,255,.98)!important;
  color:#183b46!important;
  border-bottom:1px solid #e2e9eb!important;
  box-shadow:0 10px 32px rgba(17,51,61,.07)!important;
  backdrop-filter:blur(16px);
  position:sticky!important;top:0;z-index:100!important;
}
.site-header-v18 .header-topline{
  display:block!important;position:absolute!important;top:0;left:0;right:0;
  height:3px;background:linear-gradient(90deg,#143b47 0%,#2d6d78 55%,#c93d48 100%);
}
.site-header-v18 .header-v18{
  min-height:94px!important;
  display:grid!important;
  grid-template-columns:minmax(240px,1fr) auto minmax(280px,1fr)!important;
  align-items:center!important;
  gap:30px!important;
  padding-top:4px;
}
.site-header-v18 .brand-v18{
  display:flex!important;align-items:center!important;justify-self:start!important;
  padding:0!important;margin:0!important;
}
.site-header-v18 .brand-v18 img{
  display:block!important;height:64px!important;max-height:64px!important;
  width:auto!important;max-width:310px!important;object-fit:contain!important;
}
.site-header-v18 .nav-v18{
  display:flex!important;align-items:center!important;justify-content:center!important;
  gap:4px!important;padding:0!important;margin:0!important;
  background:transparent!important;border:0!important;border-radius:0!important;
  box-shadow:none!important;justify-self:center!important;
}
.site-header-v18 .nav-v18 a{
  position:relative!important;display:inline-flex!important;align-items:center!important;
  height:48px!important;padding:0 14px!important;border-radius:8px!important;
  color:#45606a!important;background:transparent!important;box-shadow:none!important;
  font-size:14px!important;font-weight:750!important;letter-spacing:.01em!important;
  opacity:1!important;white-space:nowrap;
  transition:color .2s ease,background .2s ease!important;
}
.site-header-v18 .nav-v18 a:hover{background:#f2f6f6!important;color:#163f4a!important}
.site-header-v18 .nav-v18 a.active{background:#f2f6f6!important;color:#143e49!important}
.site-header-v18 .nav-v18 a.active:after{
  content:""!important;position:absolute!important;left:50%!important;bottom:4px!important;
  transform:translateX(-50%)!important;width:20px!important;height:2px!important;
  background:#ca3b46!important;border-radius:4px!important;
}
.site-header-v18 .header-actions-v18{
  display:flex!important;align-items:center!important;justify-content:flex-end!important;
  gap:13px!important;justify-self:end!important;
}
.site-header-v18 .header-socials-v18{
  display:flex!important;align-items:center!important;gap:7px!important;
  margin:0!important;padding:0 13px 0 0!important;border-left:0!important;
  border-right:1px solid #dde6e8!important;
}
.site-header-v18 .header-social{
  display:grid!important;place-items:center!important;
  width:36px!important;height:36px!important;min-width:36px!important;
  border-radius:50%!important;background:#f3f7f7!important;
  color:#315963!important;border:1px solid #e0e8e9!important;
  box-shadow:none!important;transition:transform .2s,background .2s,color .2s!important;
}
.site-header-v18 .header-social:hover{transform:translateY(-2px)!important;box-shadow:0 7px 15px rgba(22,58,68,.12)!important}
.site-header-v18 .header-social.facebook{background:#f3f7f7!important;color:#315963!important;border-color:#e0e8e9!important}
.site-header-v18 .header-social.facebook:hover{background:#1877f2!important;color:#fff!important;border-color:#1877f2!important}
.site-header-v18 .header-social.instagram{background:#f3f7f7!important;color:#315963!important;border-color:#e0e8e9!important}
.site-header-v18 .header-social.instagram:hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;color:#fff!important;border-color:transparent!important}
.site-header-v18 .header-social svg{width:18px!important;height:18px!important;display:block!important;fill:currentColor!important}
.site-header-v18 .header-social.instagram svg{fill:none!important;stroke:currentColor!important;stroke-width:1.9!important}
.site-header-v18 .header-social.instagram svg circle:last-child{fill:currentColor!important;stroke:none!important}
.site-header-v18 .donation-v18{
  display:inline-flex!important;align-items:center!important;gap:8px!important;
  min-height:46px!important;padding:0 17px!important;border-radius:9px!important;
  background:#c93d48!important;color:#fff!important;border:1px solid #c93d48!important;
  box-shadow:0 9px 20px rgba(201,61,72,.16)!important;
  font-size:13px!important;font-weight:800!important;letter-spacing:.01em!important;
  opacity:1!important;white-space:nowrap!important;
  transition:transform .2s,box-shadow .2s,background .2s!important;
}
.site-header-v18 .donation-v18:hover{transform:translateY(-2px)!important;background:#b72f3a!important;box-shadow:0 12px 24px rgba(201,61,72,.24)!important}
.site-header-v18 .donation-heart{font-size:19px!important;line-height:1!important}

/* Contact page: no separate visual treatment, one coherent header */
.site-header-v18.contact-site-header{background:rgba(255,255,255,.98)!important;border-bottom:1px solid #e2e9eb!important;box-shadow:0 10px 32px rgba(17,51,61,.07)!important}
.site-header-v18.contact-site-header .header-inner{display:contents!important}

@media(max-width:1180px){
  .site-header-v18 .header-v18{grid-template-columns:minmax(210px,1fr) auto auto!important;gap:16px!important}
  .site-header-v18 .nav-v18 a{padding:0 10px!important}
  .site-header-v18 .donation-v18{padding:0 13px!important}
}
@media(max-width:980px){
  .site-header-v18 .header-v18{
    grid-template-columns:1fr auto!important;min-height:84px!important;
    padding-top:4px!important;padding-bottom:10px!important;
  }
  .site-header-v18 .brand-v18 img{height:58px!important;max-height:58px!important}
  .site-header-v18 .nav-v18{
    order:3!important;grid-column:1/-1!important;justify-self:stretch!important;
    justify-content:center!important;padding-top:2px!important;border-top:1px solid #edf1f2!important;
  }
  .site-header-v18 .nav-v18 a{height:42px!important}
}
@media(max-width:620px){
  .site-header-v18 .header-v18{display:flex!important;flex-wrap:wrap!important;gap:10px!important;padding:11px 0!important}
  .site-header-v18 .brand-v18 img{height:50px!important;max-width:240px!important}
  .site-header-v18 .header-actions-v18{margin-left:auto!important;gap:7px!important}
  .site-header-v18 .header-socials-v18{padding-right:7px!important}
  .site-header-v18 .header-social{width:32px!important;height:32px!important;min-width:32px!important}
  .site-header-v18 .donation-v18{min-height:38px!important;padding:0 10px!important;font-size:12px!important}
  .site-header-v18 .donation-heart{display:none!important}
  .site-header-v18 .nav-v18{order:3!important;width:100%!important;justify-content:flex-start!important;overflow-x:auto!important;gap:0!important}
  .site-header-v18 .nav-v18 a{height:40px!important;padding:0 12px!important;font-size:13px!important;flex:0 0 auto!important}
}


/* =========================================================
   V19 — REFONTE COMPLÈTE DU SITE PUBLIC
   Direction artistique : institutionnelle, moderne, premium
   Les modules CMS existants sont volontairement conservés.
   ========================================================= */
:root{
 --v19-navy:#112f39;
 --v19-navy-deep:#0a222b;
 --v19-teal:#2f6d77;
 --v19-mist:#edf4f3;
 --v19-paper:#f8faf9;
 --v19-red:#c63c47;
 --v19-ink:#183842;
 --v19-muted:#6f8389;
 --v19-line:#dce6e6;
 --v19-radius:22px;
 --v19-shadow:0 22px 60px rgba(16,47,57,.10);
}
body{background:var(--v19-paper)!important;color:var(--v19-ink)!important}
.container{width:min(1240px,calc(100% - 56px))!important}

/* HERO */
.public-hero-v19{
 min-height:680px!important;
 background:
 radial-gradient(circle at 76% 20%,rgba(74,128,136,.25),transparent 27%),
 radial-gradient(circle at 8% 92%,rgba(198,60,71,.15),transparent 23%),
 linear-gradient(118deg,#0b2630 0%,#133d47 57%,#20545d 100%)!important;
 border-bottom:1px solid rgba(255,255,255,.08);
}
.public-hero-v19:before{
 content:"";position:absolute;inset:0;opacity:.34;
 background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);
 background-size:52px 52px;mask-image:linear-gradient(to right,#000,transparent 78%);
}
.public-hero-v19:after{background:linear-gradient(90deg,rgba(5,25,32,.3),transparent 65%)!important}
.public-hero-v19 .hero-grid{min-height:680px!important;grid-template-columns:1.08fr .92fr!important;gap:70px!important}
.public-hero-v19 .hero-copy{padding:94px 0 105px!important}
.public-hero-v19 .eyeline{
 display:inline-flex;align-items:center;gap:10px;
 padding:7px 12px;border:1px solid rgba(255,255,255,.18);border-radius:99px;
 color:#c8dddf!important;background:rgba(255,255,255,.055)!important;
 font-size:10px!important;letter-spacing:.17em!important;
}
.public-hero-v19 .eyeline:before{content:"";width:7px;height:7px;border-radius:50%;background:#d85a62;box-shadow:0 0 0 5px rgba(216,90,98,.12)}
.public-hero-v19 h1{
 font-size:clamp(52px,6vw,78px)!important;line-height:1.01!important;
 max-width:760px!important;margin:23px 0 25px!important;letter-spacing:-.055em!important;
 text-wrap:balance;
}
.public-hero-v19 p{font-size:18px!important;line-height:1.8!important;color:#c6d6d9!important;max-width:610px!important}
.public-hero-v19 .hero-actions{margin-top:34px!important;gap:12px!important}
.public-hero-v19 .btn{border-radius:12px!important;padding:16px 21px!important;font-size:14px!important}
.public-hero-v19 .btn-red{background:var(--v19-red)!important;box-shadow:0 14px 30px rgba(198,60,71,.22)!important}
.public-hero-v19 .btn-outline{border-color:rgba(255,255,255,.28)!important;background:rgba(255,255,255,.055)!important}
.public-hero-v19 .hero-values{margin-top:48px!important;padding-top:24px!important;gap:20px 30px!important}
.public-hero-v19 .value{font-size:12px!important;color:#d4e1e2!important}.public-hero-v19 .value b{font-size:18px!important;color:#f0c4c7!important}
.public-hero-v19 .hero-side{padding-bottom:68px!important;align-items:center!important}
.public-hero-v19 .hero-badge{
 width:min(420px,100%)!important;min-height:470px!important;border-radius:28px!important;
 background:linear-gradient(145deg,rgba(255,255,255,.14),rgba(255,255,255,.035))!important;
 border:1px solid rgba(255,255,255,.16)!important;box-shadow:0 35px 90px rgba(0,0,0,.24)!important;
 position:relative;overflow:hidden;
}
.public-hero-v19 .hero-badge:before{content:"";position:absolute;width:240px;height:240px;border-radius:50%;border:1px solid rgba(255,255,255,.09);top:-105px;right:-95px}
.public-hero-v19 .hero-badge img{width:215px!important;position:relative;z-index:1}
.public-hero-v19 .hero-badge span{font-size:10px!important;line-height:1.8!important;color:#dce9e9!important;max-width:260px;position:relative;z-index:1}
.public-hero-v19 .hero-custom-image{width:100%;height:490px;border-radius:28px;overflow:hidden;border:1px solid rgba(255,255,255,.18);box-shadow:0 35px 80px rgba(0,0,0,.24)}
.public-hero-v19 .hero-custom-image img{width:100%;height:100%;object-fit:cover}

/* MISSIONS */
.public-missions-v19{
 background:#fff!important;margin-top:0!important;position:relative!important;z-index:5!important;
 box-shadow:0 16px 40px rgba(16,47,57,.06)!important;
}
.public-missions-v19 .mission-strip-grid{padding:0!important}
.public-missions-v19 .strip-item{
 min-height:210px!important;padding:38px 28px!important;text-align:left!important;
 border-right:1px solid var(--v19-line)!important;position:relative;transition:background .2s,transform .2s;
}
.public-missions-v19 .strip-item:hover{background:#f7faf9!important;transform:translateY(-3px)}
.public-missions-v19 .strip-item:last-child{border-right:0!important}
.public-missions-v19 .strip-icon{
 width:48px!important;height:48px!important;display:grid!important;place-items:center!important;
 background:#edf5f4!important;border-radius:14px!important;color:#2c6974!important;font-size:22px!important;margin-bottom:17px!important;
}
.public-missions-v19 .strip-item h3{font-size:13px!important;letter-spacing:.09em!important;margin:0 0 9px!important;color:#173e48!important}
.public-missions-v19 .strip-item p{font-size:13px!important;line-height:1.65!important;color:#71848a!important}

/* GENERAL SECTIONS */
.section{padding:105px 0!important}
.public-gallery-v19{background:#f8faf9!important}
.public-gallery-v19 .section-head{margin-bottom:34px!important}
.public-gallery-v19 .section-head h2{font-size:48px!important}
.article-grid{gap:25px!important}
.article-card{
 border:1px solid #e0e8e8!important;border-radius:18px!important;overflow:hidden!important;
 box-shadow:0 10px 30px rgba(18,55,64,.06)!important;background:#fff!important;
}
.article-card:hover{transform:translateY(-7px)!important;box-shadow:var(--v19-shadow)!important}
.article-image{height:220px!important}
.article-body{padding:25px!important}.article-card h3{font-size:21px!important;color:#1b424c!important}
.article-card p{line-height:1.65!important}.text-link{color:#ba3641!important}

/* ACTUALITÉ À LA UNE */
.public-news-v19{
 position:relative!important;background:
 linear-gradient(180deg,#edf4f3 0%,#f8faf9 100%)!important;
 overflow:hidden;
}
.public-news-v19 .news-showcase-bg{position:absolute;inset:auto -120px 30px auto;width:380px;height:380px;border-radius:50%;background:rgba(47,109,119,.06);filter:blur(2px)}
.public-news-v19 .news-showcase-inner{position:relative;padding:108px 0!important}
.public-news-v19 .news-showcase-head{
 display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:35px;
}
.public-news-v19 .news-showcase-head h2{font-size:clamp(42px,5vw,62px)!important;line-height:1.03;margin:10px 0!important;color:#173c46!important;letter-spacing:-.045em}
.public-news-v19 .news-showcase-head p{max-width:590px;color:#71848a!important;line-height:1.75}
.public-news-v19 .news-all-link{
 color:#1c5965!important;font-size:13px!important;font-weight:800!important;padding-bottom:8px!important;border-bottom:2px solid #c63c47!important;
}
.public-news-v19 .featured{
 border-radius:24px!important;border:1px solid #dbe6e5!important;box-shadow:var(--v19-shadow)!important;
 grid-template-columns:1.08fr .92fr!important;
}
.public-news-v19 .featured-media{min-height:480px!important}
.public-news-v19 .featured-content{padding:58px!important}
.public-news-v19 .featured-content .category{border-radius:99px!important;padding:7px 12px!important}
.public-news-v19 .featured h3{font-size:38px!important;letter-spacing:-.035em!important;color:#173b45!important}
.public-news-v19 .featured p{line-height:1.8!important}
.public-news-v19 .article-meta{padding-top:12px;border-top:1px solid #e7eeee}
.latest-all{padding:0 0 88px!important;background:#f8faf9!important}
.latest-all .btn{color:#173f49!important;border-color:#cbdadb!important;border-radius:11px!important;background:#fff!important}

/* SOUTIEN */
.public-support-v19{
 position:relative;overflow:hidden!important;padding:92px 0!important;
 background:linear-gradient(110deg,#0c2831,#153f49 58%,#23545d)!important;
}
.public-support-v19:before{content:"";position:absolute;right:-90px;top:-160px;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018)}
.public-support-v19 .support-grid{position:relative;z-index:1;grid-template-columns:minmax(0,1fr) 420px!important;gap:70px!important}
.support-kicker{font-size:10px;font-weight:900;letter-spacing:.18em;color:#f0a2a8;margin-bottom:15px}
.public-support-v19 h2{font-size:48px!important;line-height:1.08!important;letter-spacing:-.04em!important;max-width:650px}
.public-support-v19 p{font-size:16px!important;line-height:1.8!important;max-width:650px}
.public-support-v19 .support-metrics{
 display:grid!important;grid-template-columns:1fr 1fr!important;gap:12px!important;
}
.public-support-v19 .metric{
 min-height:130px!important;padding:23px!important;border:1px solid rgba(255,255,255,.12)!important;
 border-radius:16px!important;background:rgba(255,255,255,.055)!important;font-size:13px!important;
}
.public-support-v19 .metric:last-child{grid-column:1/-1!important}
.public-support-v19 .metric b{color:#f4b0b5!important}

/* NEWSLETTER */
.newsletter-public{
 padding:105px 0!important;
 background:linear-gradient(135deg,#eff6f5 0%,#e3efee 100%)!important;
 border-top:1px solid #dce8e6!important;border-bottom:1px solid #dce8e6!important;
}
.newsletter-public-card{
 padding:48px!important;border-radius:26px!important;
 background:linear-gradient(120deg,#123942,#1e5962)!important;
 box-shadow:0 28px 70px rgba(17,53,62,.18)!important;gap:60px!important;
 position:relative;overflow:hidden;
}
.newsletter-public-card:after{content:"";position:absolute;width:300px;height:300px;border-radius:50%;right:-130px;bottom:-190px;border:1px solid rgba(255,255,255,.12);box-shadow:0 0 0 55px rgba(255,255,255,.025)}
.newsletter-copy,.newsletter-form-wrap{position:relative;z-index:1}
.newsletter-public .overline{color:#f2a5ab!important}
.newsletter-public h2{font-size:43px!important;line-height:1.1!important}
.newsletter-points span{border-radius:99px!important;padding:8px 12px!important}
.newsletter-form-wrap{border-radius:18px!important;padding:30px!important}
.newsletter-public-form input{border-radius:10px!important;padding:14px!important}
.newsletter-public-form button{border-radius:11px!important;background:#c63c47!important;padding:15px!important}

/* FOOTER */
.public-footer-v19{
 background:#fff!important;border-top:1px solid #dfe8e8!important;padding:42px 0!important;
}
.public-footer-v19 .footer-grid{display:grid!important;grid-template-columns:240px 1fr auto!important;align-items:center!important;gap:35px!important}
.public-footer-v19 img{height:72px!important}
.public-footer-v19 .footer-links{justify-content:center!important;gap:8px 24px!important}
.public-footer-v19 .footer-links a{font-size:12px!important;font-weight:700!important;color:#557078!important}
.public-footer-v19 .footer-links a:hover{color:#ba3641!important}
.public-footer-v19 .copyright{text-align:right!important;line-height:1.6!important}

/* ESPACE MEMBRES DISCRET */
.member-access-v19{
 position:fixed!important;right:20px!important;bottom:20px!important;z-index:90!important;
 display:inline-flex!important;align-items:center!important;gap:8px!important;
 background:#143b46!important;color:#fff!important;padding:11px 15px!important;
 border-radius:12px!important;font:700 12px Inter,Arial,sans-serif!important;
 box-shadow:0 12px 28px rgba(15,48,58,.2)!important;border:1px solid rgba(255,255,255,.1)!important;
}
.member-access-v19:hover{transform:translateY(-2px)!important;background:#0d2e37!important}
.member-access-v19 span{color:#e5a1a6}

/* Responsive public V19 */
@media(max-width:1050px){
 .public-hero-v19 .hero-grid{grid-template-columns:1fr!important}
 .public-hero-v19 .hero-side{display:none!important}
 .public-hero-v19,.public-hero-v19 .hero-grid{min-height:610px!important}
 .public-support-v19 .support-grid{grid-template-columns:1fr!important}
 .public-support-v19 .support-metrics{max-width:650px}
 .public-footer-v19 .footer-grid{grid-template-columns:1fr!important;text-align:center!important}
 .public-footer-v19 img{margin:auto}.public-footer-v19 .copyright{text-align:center!important}
}
@media(max-width:760px){
 .container{width:min(100% - 32px,1240px)!important}
 .public-hero-v19 .hero-copy{padding:68px 0 75px!important}
 .public-hero-v19 h1{font-size:47px!important}
 .public-hero-v19 p{font-size:16px!important}
 .public-missions-v19 .mission-strip-grid{grid-template-columns:1fr!important}
 .public-missions-v19 .strip-item{min-height:auto!important;border-right:0!important;border-bottom:1px solid var(--v19-line)!important}
 .public-news-v19 .news-showcase-inner{padding:75px 0!important}
 .public-news-v19 .news-showcase-head{align-items:flex-start!important;flex-direction:column!important}
 .public-news-v19 .featured{grid-template-columns:1fr!important}
 .public-news-v19 .featured-media{min-height:280px!important}
 .public-news-v19 .featured-content{padding:32px!important}
 .public-news-v19 .featured h3{font-size:31px!important}
 .section,.newsletter-public{padding:72px 0!important}
 .newsletter-public-card{padding:30px!important}
 .newsletter-public h2{font-size:34px!important}
 .public-footer-v19 .footer-links{justify-content:center!important}
}
@media(max-width:500px){
 .public-hero-v19 h1{font-size:39px!important}
 .public-hero-v19 .hero-values{display:grid!important;grid-template-columns:1fr!important}
 .public-hero-v19 .btn{width:100%!important;justify-content:center!important}
 .public-support-v19 h2{font-size:36px!important}
 .public-support-v19 .support-metrics{grid-template-columns:1fr!important}
 .public-support-v19 .metric:last-child{grid-column:auto!important}
 .member-access-v19{right:12px!important;bottom:12px!important}
}


/* V20 — Actualité à la une : proportions harmonisées avec le reste du site */
.public-news-v19 .news-showcase-inner{padding:76px 0!important}
.public-news-v19 .news-showcase-head{margin-bottom:25px!important}
.public-news-v19 .news-showcase-head h2{font-size:clamp(34px,4vw,48px)!important}
.public-news-v19 .news-showcase-head p{font-size:14px!important;max-width:510px!important}
.public-news-v19 .featured{max-width:1080px!important;margin:0 auto!important}
.public-news-v19 .featured-media{min-height:365px!important}
.public-news-v19 .featured-content{padding:40px!important}
.public-news-v19 .featured h3{font-size:31px!important}
.public-news-v19 .featured p{font-size:14px!important;line-height:1.7!important}
.latest-all{padding:0 0 68px!important}
@media(max-width:760px){.public-news-v19 .news-showcase-inner{padding:60px 0!important}.public-news-v19 .featured-media{min-height:250px!important}.public-news-v19 .featured-content{padding:27px!important}.public-news-v19 .featured h3{font-size:27px!important}}


/* =========================================================
   V22 — DIRECTION ARTISTIQUE PREMIUM / INSTITUTIONNELLE
   ========================================================= */
:root{--emss-primary:#143b47;--emss-accent:#c93d48;--emss-surface:#f4f7f7;--emss-dark:#102d37}
body{color:#29434c;background:var(--emss-surface);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
.public-info-bar{background:var(--emss-dark);color:#eaf2f3;font-size:13px;letter-spacing:.01em}
.public-info-bar .container{min-height:42px;display:flex;align-items:center;justify-content:center;gap:11px}
.public-info-bar .info-bar-mark{width:20px;height:20px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:50%;font-weight:800;font-family:Georgia,serif}
.public-info-bar a{margin-left:8px;color:#fff;text-decoration:none;font-weight:800;padding:5px 10px;border-bottom:1px solid rgba(255,255,255,.45)}
.public-info-bar a:hover{border-color:#fff}

.site-header-v18{background:rgba(255,255,255,.96)!important}
.site-header-v18 .header-topline{background:linear-gradient(90deg,var(--emss-primary),#3b7a83 58%,var(--emss-accent))!important}
.site-header-v18 .nav-v18 a.active:after{background:var(--emss-accent)!important}
.site-header-v18 .donation-v18{background:var(--emss-accent)!important;border-color:var(--emss-accent)!important}
.site-header-v18 .nav-v18 a.active{color:var(--emss-primary)!important}
.site-header-v18 .nav-v18 a:hover{color:var(--emss-primary)!important}

.public-hero-v19{position:relative;overflow:hidden;padding:82px 0 76px!important;background:
radial-gradient(circle at 82% 16%,rgba(67,126,136,.15),transparent 26%),
radial-gradient(circle at 8% 80%,rgba(201,61,72,.08),transparent 23%),
linear-gradient(180deg,#fff 0%,var(--emss-surface) 100%)!important}
.public-hero-v19:before{content:"";position:absolute;width:580px;height:580px;border-radius:50%;right:-240px;top:-250px;border:1px solid rgba(20,59,71,.08)}
.public-hero-v19:after{content:"";position:absolute;width:320px;height:320px;border-radius:50%;left:-180px;bottom:-190px;background:rgba(20,59,71,.025)}
.hero-grid{position:relative;z-index:1;align-items:center!important}
.hero-copy{max-width:680px}
.hero-copy .eyeline{color:var(--emss-accent)!important;font-weight:850!important;letter-spacing:.15em!important;font-size:11px!important}
.hero-copy h1{font-size:clamp(44px,5vw,72px)!important;line-height:1.04!important;letter-spacing:-.055em!important;color:var(--emss-primary)!important;margin:18px 0 24px!important}
.hero-copy p{font-size:18px!important;line-height:1.75!important;max-width:650px;color:#5c7077!important}
.hero-actions{gap:13px!important;margin-top:30px!important}
.btn{border-radius:12px!important;font-weight:800!important;letter-spacing:.01em}
.btn.btn-red{background:var(--emss-accent)!important;border-color:var(--emss-accent)!important;box-shadow:0 14px 32px rgba(201,61,72,.18)!important}
.btn.btn-outline{border-color:#cbd9dc!important;color:var(--emss-primary)!important;background:rgba(255,255,255,.65)!important}
.hero-side{display:flex;justify-content:flex-end}
.hero-badge,.hero-custom-image{border-radius:28px!important;overflow:hidden;background:linear-gradient(145deg,#fff,#edf3f3)!important;border:1px solid rgba(20,59,71,.09)!important;box-shadow:0 30px 70px rgba(18,50,59,.13)!important}
.hero-badge{padding:50px!important;min-height:410px!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:22px!important}
.hero-badge:after{content:"";width:90px;height:2px;background:var(--emss-accent);border-radius:5px}
.hero-badge span{color:var(--emss-primary)!important;font-weight:800!important;line-height:1.55!important;text-align:center}
.hero-values{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:35px!important}
.hero-values .value{padding:11px 14px!important;background:rgba(255,255,255,.78)!important;border:1px solid #dfe8e9!important;border-radius:12px!important;color:#52676e!important;font-size:12px!important}
.hero-values .value b{color:var(--emss-accent)!important;margin-right:7px}

.public-missions-v19{padding:0!important;background:var(--emss-primary)!important}
.mission-strip-grid{display:grid!important;grid-template-columns:repeat(4,1fr)!important}
.strip-item{padding:40px 28px!important;border-right:1px solid rgba(255,255,255,.11)!important;background:transparent!important}
.strip-item:last-child{border-right:0!important}
.strip-item .strip-icon{color:#fff!important;background:rgba(255,255,255,.1)!important;border:1px solid rgba(255,255,255,.14)!important}
.strip-item h3{color:#fff!important}.strip-item p{color:rgba(235,245,246,.72)!important}

.emss-stats-premium{padding:94px 0;background:#fff;position:relative}
.emss-stats-premium:before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:#e7eeee}
.stats-intro{text-align:center;max-width:700px;margin:0 auto 42px}
.stats-intro h2{font-size:clamp(34px,4vw,52px);letter-spacing:-.04em;color:var(--emss-primary);margin:12px 0}
.stats-intro p{color:#6a7d83;line-height:1.7}
.stats-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stat-card{min-height:178px;padding:30px;border:1px solid #e1eaeb;border-radius:18px;background:linear-gradient(180deg,#fff,#f7faf9);display:flex;flex-direction:column;justify-content:flex-end;transition:transform .22s ease,box-shadow .22s ease}
.stat-card:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(20,59,71,.09)}
.stat-card strong{display:block;color:var(--emss-accent);font-size:44px;letter-spacing:-.05em;line-height:1;margin-bottom:15px}
.stat-card span{font-size:13px;line-height:1.45;color:#5c7077;font-weight:750}

.news-showcase{padding:78px 0 82px!important;background:linear-gradient(180deg,var(--emss-surface),#fff)!important}
.news-showcase .news-showcase-bg{display:none!important}
.news-showcase-inner{max-width:1100px!important}
.news-showcase-head{padding-bottom:25px!important}
.news-showcase h2{font-size:clamp(34px,4vw,48px)!important;color:var(--emss-primary)!important;letter-spacing:-.04em!important}
.news-showcase .featured{border-radius:22px!important;border:1px solid #dce7e8!important;box-shadow:0 24px 60px rgba(20,59,71,.09)!important;background:#fff!important}
.news-showcase .featured-media{min-height:310px!important}
.news-showcase .featured-content{padding:42px!important}
.news-showcase .featured h3{font-size:30px!important;line-height:1.15!important}
.latest-all{padding:12px 0 70px!important;margin:0!important;background:#fff!important}

.public-support-v19{padding:88px 0!important;background:var(--emss-dark)!important;position:relative;overflow:hidden}
.public-support-v19:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-220px;top:-300px;border:1px solid rgba(255,255,255,.08)}
.public-support-v19 h2{color:#fff!important;font-size:clamp(34px,4vw,52px)!important;letter-spacing:-.04em}
.public-support-v19 p{color:rgba(235,245,246,.72)!important}
.support-kicker{color:#91c4cc!important}
.support-metrics{gap:12px!important}
.support-metrics .metric{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:15px!important;color:#e9f1f2!important}

.newsletter-public{padding:90px 0!important;background:#fff!important}
.newsletter-public-card{border-radius:24px!important;overflow:hidden!important;background:linear-gradient(135deg,var(--emss-primary),#235767)!important;box-shadow:0 25px 65px rgba(20,59,71,.16)!important}
.newsletter-copy{padding:48px!important}.newsletter-copy h2{font-size:40px!important;letter-spacing:-.04em}
.newsletter-form-wrap{margin:24px!important;border-radius:18px!important}
.newsletter-public-form button{background:var(--emss-accent)!important}

.public-footer-v19{background:var(--emss-dark)!important;color:#dce8ea!important;padding:66px 0 0!important}
.footer-premium-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:50px;padding-bottom:54px}
.footer-brand-block img{max-height:70px;width:auto;background:#fff;border-radius:10px;padding:4px}
.footer-brand-block p{max-width:420px;color:#9fb3b8;line-height:1.75;font-size:14px;margin-top:20px}
.footer-title{font-size:11px;letter-spacing:.14em;font-weight:850;color:#8eb6be;text-transform:uppercase;margin-bottom:17px}
.footer-links{display:flex!important;flex-direction:column!important;gap:11px}
.footer-links a{color:#dce8ea!important;text-decoration:none!important}
.footer-links a:hover{color:#fff!important}
.footer-bottom-premium{border-top:1px solid rgba(255,255,255,.1);min-height:64px;display:flex;align-items:center;justify-content:space-between;color:#829ba1;font-size:12px}

@media(max-width:980px){
 .site-header-v18 .header-v18{grid-template-columns:1fr auto!important}
 .site-header-v18 .nav-v18{grid-column:1/-1;grid-row:2;justify-self:center;overflow:auto;max-width:100%}
 .hero-grid{grid-template-columns:1fr!important}.hero-side{justify-content:flex-start;margin-top:20px}.hero-badge{min-height:280px!important}
 .mission-strip-grid,.stats-grid-premium{grid-template-columns:repeat(2,1fr)!important}
 .footer-premium-grid{grid-template-columns:1fr 1fr}
 .footer-brand-block{grid-column:1/-1}
}
@media(max-width:650px){
 .public-info-bar .container{padding:9px 20px;min-height:0;flex-wrap:wrap;justify-content:flex-start}.public-info-bar a{margin-left:31px}
 .public-hero-v19{padding:58px 0!important}.hero-copy h1{font-size:44px!important}
 .hero-values{display:grid!important;grid-template-columns:1fr}
 .mission-strip-grid,.stats-grid-premium{grid-template-columns:1fr!important}.strip-item{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.11)!important}
 .news-showcase .featured{display:block!important}.news-showcase .featured-content{padding:28px!important}
 .newsletter-copy{padding:32px!important}.newsletter-copy h2{font-size:32px!important}.newsletter-form-wrap{margin:14px!important}
 .footer-premium-grid{grid-template-columns:1fr;gap:30px}.footer-bottom-premium{padding:18px 0;align-items:flex-start;flex-direction:column;gap:8px}
}


/* =========================================================
   V24 — AMBIANCE INSTITUTIONNELLE CHALEUREUSE
   Réduction des grandes zones blanches / profondeur visuelle
   ========================================================= */
:root{
 --emss-primary:#143b47;
 --emss-accent:#c93d48;
 --emss-surface:#e8eff0;
 --emss-dark:#102d37;
 --emss-paper:#f7f9f8;
 --emss-teal:#39747c;
 --emss-line:#cfdcde;
}
body{
 background:
   radial-gradient(circle at 12% 8%,rgba(57,116,124,.10),transparent 24%),
   radial-gradient(circle at 92% 26%,rgba(201,61,72,.055),transparent 20%),
   linear-gradient(180deg,#e7eeee 0%,#f3f6f5 35%,#e9f0f0 100%)!important;
}
main{background:transparent!important}

/* HERO : conserve de la lumière mais ajoute une vraie matière */
.public-hero-v19{
 background:
   radial-gradient(circle at 80% 18%,rgba(83,145,151,.18),transparent 28%),
   radial-gradient(circle at 8% 85%,rgba(201,61,72,.08),transparent 24%),
   linear-gradient(135deg,#edf3f3 0%,#f7f9f8 48%,#e4eded 100%)!important;
 border-bottom:1px solid rgba(20,59,71,.10);
}
.hero-badge,.hero-custom-image{
 background:
   linear-gradient(145deg,rgba(255,255,255,.88),rgba(223,234,234,.88))!important;
}

/* MISSIONS : section institutionnelle plus dense */
.public-missions-v19{
 background:
   linear-gradient(110deg,#102d37,#164553 55%,#245d67)!important;
 box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 16px 45px rgba(16,45,55,.14);
}
.strip-item:hover{background:rgba(255,255,255,.045)!important}

/* CHIFFRES : fond coloré très léger */
.emss-stats-premium{
 background:
   radial-gradient(circle at 50% 0,rgba(57,116,124,.10),transparent 35%),
   #e8efef!important;
}
.stats-intro h2{color:#123b47!important}
.stat-card{
 background:
   linear-gradient(155deg,#f9fbfa 0%,#e9f1f1 100%)!important;
 border-color:#cbd9db!important;
 box-shadow:0 10px 28px rgba(20,59,71,.045);
}
.stat-card:nth-child(2){background:linear-gradient(155deg,#f5f8f8,#e0eaeb)!important}
.stat-card:nth-child(3){background:linear-gradient(155deg,#f8f9f7,#e8eeee)!important}
.stat-card:nth-child(4){background:linear-gradient(155deg,#f7faf9,#e3ecec)!important}

/* ACTUALITÉS : fin des grandes zones blanches */
.news-showcase{
 background:
   linear-gradient(180deg,#dfe9e9 0%,#edf2f1 46%,#dfe8e8 100%)!important;
 border-top:1px solid rgba(20,59,71,.08);
 border-bottom:1px solid rgba(20,59,71,.08);
}
.news-showcase .featured{
 background:#f9fbfa!important;
 border-color:#c9d7d9!important;
 box-shadow:0 28px 70px rgba(20,59,71,.12)!important;
}
.news-showcase .featured-content{
 background:
   linear-gradient(145deg,#f9fbfa,#eef4f3)!important;
}
.latest-all{background:#e4eded!important}

/* Soutien : contraste plus affirmé */
.public-support-v19{
 background:
   radial-gradient(circle at 82% 30%,rgba(83,145,151,.20),transparent 26%),
   linear-gradient(115deg,#102d37,#123b47 52%,#174c58)!important;
}

/* Newsletter : zone élégante et moins clinique */
.newsletter-public{
 background:
   linear-gradient(180deg,#e4eded,#d9e5e5)!important;
}
.newsletter-public-card{
 border:1px solid rgba(255,255,255,.12)!important;
 background:
   radial-gradient(circle at 88% 12%,rgba(113,177,182,.28),transparent 30%),
   linear-gradient(135deg,#123b47,#1c5863)!important;
}
.newsletter-form-wrap{background:#edf3f2!important}

/* Footer */
.public-footer-v19{
 background:
   linear-gradient(120deg,#0b252d,#102d37 50%,#143b47)!important;
}

/* Boutons et détails */
.btn.btn-outline{
 background:rgba(234,241,241,.86)!important;
 border-color:#b8cbce!important;
}
.news-all-link{
 background:rgba(20,59,71,.06);
 border:1px solid #c8d6d8;
 border-radius:10px;
 padding:10px 14px;
}
.overline{color:var(--emss-accent)!important}

/* Pages secondaires et surfaces */
.page-shell,.public-page,.contact-public,.blog-public{
 background:transparent!important;
}
.content-card,.article-card,.contact-card{
 background:#f7faf9!important;
 border-color:#cbd9db!important;
}

/* Motif institutionnel discret entre les sections */
.emss-stats-premium,.news-showcase,.newsletter-public{
 position:relative;
}
.emss-stats-premium:after,.news-showcase:after{
 content:"";
 position:absolute;
 width:180px;height:180px;
 border-radius:50%;
 border:1px solid rgba(20,59,71,.045);
 pointer-events:none;
}
.emss-stats-premium:after{right:-80px;bottom:-90px}
.news-showcase:after{left:-90px;top:-90px}

@media(max-width:650px){
 body{background:#e8efef!important}
 .public-hero-v19{background:linear-gradient(160deg,#edf3f3,#e0eaea)!important}
}
/* V41 — routage professionnel du formulaire de contact */
.contact-fields select{box-sizing:border-box;width:100%;margin-top:7px;border:1px solid #d9e3e5;border-radius:10px;padding:12px;background:#fff;font:inherit;font-size:12px;color:#294854}.contact-request-type small{display:block;margin-top:7px;color:#7d8f96;font-weight:500}.contact-routing-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:#f2f6f7;border:1px solid #dce6e8;color:#506873;font-size:12px;line-height:1.6}.contact-admin-grid label small{display:block;margin-top:6px;color:#748891;font-size:11px}.contact-pro-grid:has(.contact-info-card:only-child){grid-template-columns:1fr}

/* =========================================================
   V43 — FORMULAIRE DE CONTACT : EXPÉRIENCE VISITEUR + ADMIN
   ========================================================= */
.contact-hero{padding:72px 0 58px!important;background:radial-gradient(circle at 85% 10%,rgba(201,61,72,.14),transparent 30%),linear-gradient(135deg,#173c49 0%,#204d5c 55%,#173c49 100%)!important;position:relative;overflow:hidden}
.contact-hero:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-80px;bottom:-150px}.contact-hero .container{position:relative;z-index:1}.contact-hero .overline{display:inline-flex!important;padding:8px 13px!important;border-radius:999px!important;background:rgba(255,255,255,.09)!important;border:1px solid rgba(255,255,255,.16)!important;color:#f3b7bd!important;font-size:10px!important;letter-spacing:.18em!important}.contact-hero h1{max-width:720px;font-size:48px!important;line-height:1.05!important;margin:18px 0 12px!important}.contact-hero p{max-width:650px;font-size:16px!important}
.contact-pro-grid{max-width:1120px;margin:0 auto;gap:26px!important}.contact-pro-form{padding:34px!important;border-radius:24px!important;background:linear-gradient(180deg,#fff 0%,#fbfcfc 100%)!important}.contact-card-title{padding-bottom:22px;border-bottom:1px solid #e5ecee}.contact-card-title>span{display:inline-flex;padding:6px 10px;border-radius:7px;background:#edf3f4;color:#42616b!important;letter-spacing:.16em}.contact-card-title h2{font-size:28px!important;margin:12px 0 7px!important}.contact-card-title p{margin:0!important}
.contact-fields{gap:18px!important;margin-top:24px!important}.contact-fields label{font-size:12px!important;letter-spacing:.01em}.contact-fields input,.contact-fields textarea,.contact-fields select{margin-top:8px!important;padding:14px 15px!important;border-radius:12px!important;background:#fff!important;font-size:14px!important;transition:.18s ease}.contact-fields input:focus,.contact-fields textarea:focus,.contact-fields select:focus{outline:0;border-color:#3f6b76!important;box-shadow:0 0 0 4px rgba(46,103,116,.10)!important}.contact-request-type{padding:18px!important;border:1px solid #e1eaec!important;border-radius:16px!important;background:#f7fafb!important}.contact-request-type select{margin-top:10px!important}.contact-request-type small{font-size:11px!important}
.captcha-public-block{padding:18px!important;border-radius:16px!important;background:#f4f7f8!important}.captcha-label>span{width:38px!important;height:38px!important;background:#e4edef!important}.contact-submit{width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:18px!important;padding:15px 20px!important;border-radius:13px!important;background:linear-gradient(135deg,#b93642,#d54a55)!important;box-shadow:0 10px 22px rgba(185,54,66,.18)!important;font-size:14px!important;transition:transform .18s,box-shadow .18s}.contact-submit:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(185,54,66,.25)!important}.contact-submit span{margin:0!important}
.contact-info-card{padding:30px!important;border-radius:24px!important;background:linear-gradient(150deg,#f3f7f7,#e8f0f1)!important}.contact-info-card>span{color:#b73843!important}.contact-info-card h2{font-size:27px!important}.contact-info-line{padding:16px!important;margin-top:14px!important;border:1px solid #dce7e9!important;border-radius:14px!important;background:rgba(255,255,255,.62)!important}.contact-info-line>b{background:#dce9eb!important}

/* Administration contact */
.contact-admin-pro{max-width:1180px;margin:0 auto 30px}.contact-admin-hero{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:30px 32px;border-radius:24px;background:linear-gradient(135deg,#183e4b,#285c69);color:#fff;box-shadow:0 16px 34px rgba(18,55,65,.12);margin-bottom:20px}.contact-admin-hero span,.captcha-admin-head span{font-size:10px;font-weight:900;letter-spacing:.18em;color:#efb4ba}.contact-admin-hero h2{font-size:30px;margin:8px 0}.contact-admin-hero p{margin:0;max-width:690px;color:#d6e3e6;line-height:1.6}.contact-admin-hero a{display:inline-flex;align-items:center;padding:12px 16px;border-radius:12px;background:#fff;color:#244955;text-decoration:none;font-weight:800;white-space:nowrap}.contact-admin-success{margin-bottom:18px;padding:14px 18px;border-radius:14px;background:#e9f4ee;border:1px solid #cde5d5;color:#286344}.contact-admin-form{display:grid;gap:18px}.contact-admin-panel,.captcha-admin-card{background:#fff;border:1px solid #dfe8ea;border-radius:22px;padding:28px;box-shadow:0 10px 28px rgba(19,54,64,.045)}.cap{display:flex;gap:16px;align-items:flex-start;padding-bottom:20px;border-bottom:1px solid #e6edef;margin-bottom:22px}.cap-num{display:grid;place-items:center;flex:0 0 38px;height:38px;border-radius:12px;background:#183e4b;color:#fff;font-size:12px;font-weight:900}.cap h3{margin:0 0 6px;color:#234854;font-size:20px}.cap p{margin:0;color:#71848b;line-height:1.55;font-size:13px}.contact-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-admin-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-admin-grid label,.captcha-admin-fields label{display:block;font-size:12px;font-weight:800;color:#38545e}.contact-admin-grid input,.contact-admin-grid textarea,.captcha-admin-fields input{box-sizing:border-box;width:100%;margin-top:8px;padding:13px 14px;border:1px solid #d8e3e5;border-radius:12px;background:#fbfcfc;font:inherit;font-size:13px;color:#244651}.contact-admin-grid textarea{min-height:120px;resize:vertical}.contact-admin-grid input:focus,.contact-admin-grid textarea:focus,.captcha-admin-fields input:focus{outline:0;border-color:#3e6d78;box-shadow:0 0 0 4px rgba(48,105,118,.1);background:#fff}.contact-routing-note{background:linear-gradient(135deg,#f1f6f7,#f8fafb)!important;border-radius:14px!important;padding:16px 18px!important}.contact-admin-save{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 22px;border-radius:18px;background:#edf3f4;border:1px solid #dbe7e9}.contact-admin-save b{display:block;color:#274955}.contact-admin-save small{display:block;margin-top:4px;color:#73868d}.contact-admin-btn{border:0;border-radius:12px;padding:13px 18px;background:#c53b47;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(197,59,71,.16)}.captcha-admin-card{margin-top:18px}.captcha-admin-head{display:flex;justify-content:space-between;gap:20px;padding-bottom:20px;border-bottom:1px solid #e6edef}.captcha-admin-head h3{font-size:21px;margin:7px 0}.captcha-admin-head p{margin:0;color:#71848b;line-height:1.55;font-size:13px;max-width:760px}.shield{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;background:#eef3f4;font-size:24px}.captcha-admin-fields{display:grid;grid-template-columns:.7fr 1fr 1fr;gap:16px;padding:22px 0}.captcha-admin-foot{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:18px;border-top:1px solid #e6edef;color:#74868d}.captcha-admin-foot small{max-width:650px;line-height:1.5}
@media(max-width:850px){.contact-admin-grid,.contact-admin-grid.two,.captcha-admin-fields{grid-template-columns:1fr}.contact-admin-hero,.contact-admin-save,.captcha-admin-foot{align-items:flex-start;flex-direction:column}.contact-admin-hero a{width:100%;justify-content:center}.contact-hero h1{font-size:38px!important}}@media(max-width:560px){.contact-pro-form,.contact-admin-panel,.captcha-admin-card{padding:20px!important}.contact-admin-hero{padding:24px}.contact-fields{gap:14px!important}.contact-hero{padding:55px 0 42px!important}}


/* V44 — Correctifs sélecteur de demande + aide de routage */
.contact-request-type{display:block!important;padding:18px!important;border:1px solid #dce7e9!important;border-radius:16px!important;background:linear-gradient(135deg,#f7fafb,#eef4f5)!important;box-sizing:border-box!important}
.contact-request-type .contact-field-label{display:block!important;margin:0 0 10px!important;color:#294954!important;font-size:12px!important;font-weight:850!important;letter-spacing:.02em!important}.contact-request-type em{color:#c53b47!important;font-style:normal!important}.contact-select-wrap{position:relative!important;width:100%!important}.contact-request-type select{appearance:none!important;-webkit-appearance:none!important;display:block!important;width:100%!important;min-height:52px!important;margin:0!important;padding:0 48px 0 16px!important;border:1px solid #cfdde1!important;border-radius:12px!important;background:#fff!important;color:#294954!important;font:inherit!important;font-size:14px!important;font-weight:650!important;cursor:pointer!important;box-sizing:border-box!important;line-height:1.2!important}.contact-request-type select:invalid{color:#71848b!important}.contact-request-type select:focus{border-color:#315f6d!important;box-shadow:0 0 0 4px rgba(49,95,109,.10)!important}.contact-select-chevron{position:absolute!important;right:17px!important;top:50%!important;width:9px!important;height:9px!important;border-right:2px solid #496570!important;border-bottom:2px solid #496570!important;transform:translateY(-70%) rotate(45deg)!important;pointer-events:none!important}.contact-request-type small{display:block!important;margin:9px 0 0!important;color:#71848b!important;font-size:11px!important;line-height:1.45!important}
.contact-routing-note{display:flex!important;align-items:flex-start!important;gap:13px!important;margin-top:18px!important;padding:17px 18px!important;background:linear-gradient(135deg,#edf4f5,#f8fafb)!important;border:1px solid #d8e5e8!important;border-radius:14px!important;color:#526a73!important}.routing-note-icon{display:grid!important;place-items:center!important;flex:0 0 32px!important;width:32px!important;height:32px!important;border-radius:10px!important;background:#183e4b!important;color:#fff!important;font-weight:900!important}.contact-routing-note b{display:block!important;margin:1px 0 5px!important;color:#294954!important;font-size:12px!important}.contact-routing-note p{margin:0!important;color:#667c84!important;font-size:12px!important;line-height:1.55!important}

/* ================= V77 — ACCÈS MEMBRE FLOTTANT GARANTI ================= */
#member-floating-access.member-floating-access{
  position:fixed !important; right:24px !important; bottom:24px !important;
  z-index:2147483000 !important; display:flex !important; align-items:center !important;
  gap:9px !important; visibility:visible !important; opacity:1 !important;
  pointer-events:auto !important; width:auto !important; height:auto !important;
  min-height:44px !important; padding:11px 16px !important; margin:0 !important;
  border:1px solid rgba(36,63,83,.14) !important; border-radius:999px !important;
  background:#fff !important; color:#29465d !important; text-decoration:none !important;
  font-family:inherit !important; font-size:13px !important; font-weight:800 !important;
  line-height:1 !important; box-shadow:0 12px 32px rgba(24,50,70,.20) !important;
}
#member-floating-access.member-floating-access span{display:inline-block !important;visibility:visible !important;opacity:1 !important}
#member-floating-access .member-floating-access__icon{color:#c63b43 !important;font-size:16px !important}
#member-floating-access.member-floating-access:hover{background:#f8fafb !important;transform:translateY(-2px) !important}
@media(max-width:700px){#member-floating-access.member-floating-access{right:14px !important;bottom:14px !important;min-height:40px !important;padding:10px 13px !important;font-size:12px !important}}
