
/* =========================================================
 V28 — IDENTITÉ VISUELLE INSTITUTIONNELLE
 Palette recentrée sur le logo : bleu marine + rouge + blanc
 ========================================================= */
:root{
 --brand-navy:#102f4b;
 --brand-blue:#1c4f78;
 --brand-red:#c92f3c;
 --brand-red-dark:#a92330;
 --brand-ice:#eef3f7;
 --brand-slate:#5d6b78;
 --brand-white:#ffffff;
 --brand-line:#d9e1e8;
}
body,body.public-body{
 background:linear-gradient(180deg,#edf2f6 0%,#f7f9fb 32%,#e8eef3 100%)!important;
 color:#22313f!important;
}

/* HEADER */
.public-header,.site-header,header.public-header{
 background:rgba(16,47,75,.98)!important;
 border-bottom:3px solid var(--brand-red)!important;
 box-shadow:0 8px 26px rgba(16,47,75,.16)!important;
}
.public-header a,.site-header a{color:#fff!important}
.public-header a:hover,.site-header a:hover{color:#ffd9dc!important}
.donate-btn,.public-header .donate-btn,.site-header .donate-btn{
 background:var(--brand-red)!important;color:#fff!important;
 box-shadow:0 8px 18px rgba(201,47,60,.25)!important;
}
.donate-btn:hover{background:var(--brand-red-dark)!important}

/* HERO */
.public-hero-v19,.hero,.public-hero{
 background:
  radial-gradient(circle at 85% 18%,rgba(255,255,255,.08),transparent 24%),
  linear-gradient(120deg,#102f4b 0%,#1c4f78 58%,#2a638e 100%)!important;
 color:#fff!important;
 position:relative;
 overflow:hidden;
}
.public-hero-v19:after,.hero:after{
 content:"";position:absolute;right:-100px;bottom:-140px;width:420px;height:420px;
 border:50px solid rgba(255,255,255,.035);border-radius:50%;pointer-events:none
}
.public-hero-v19 h1,.hero h1{color:#fff!important}
.public-hero-v19 p,.hero p{color:rgba(255,255,255,.88)!important}
.hero-badge,.public-hero-v19 .hero-badge{
 background:rgba(255,255,255,.10)!important;border:1px solid rgba(255,255,255,.18)!important;
 color:#fff!important
}
.hero-custom-image,.public-hero-v19 .hero-custom-image{
 background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06))!important
}

/* MISSIONS */
.public-missions-v19,.missions,.missions-section{
 background:#fff!important;color:#263746!important;
 border-top:1px solid var(--brand-line)!important;border-bottom:1px solid var(--brand-line)!important;
}
.public-missions-v19 h2,.missions h2{color:var(--brand-navy)!important}
.strip-item{border-color:#e0e7ed!important}
.strip-item:hover{background:#f2f6fa!important}

/* STATISTIQUES */
.emss-stats-premium,.stats-section{
 background:linear-gradient(135deg,#e8eef4,#f7f9fb)!important;
}
.stats-intro h2,.emss-stats-premium h2{color:var(--brand-navy)!important}
.stat-card,.stats-card{
 background:#fff!important;border:1px solid var(--brand-line)!important;
 box-shadow:0 12px 30px rgba(16,47,75,.07)!important;
}
.stat-card .stat-number,.stats-card .stat-number{color:var(--brand-red)!important}

/* ACTUALITÉS */
.news-showcase,.latest-news,.news-section{
 background:#fff!important;
}
.news-showcase .featured,.featured-article,.article-featured{
 background:linear-gradient(145deg,#fff,#f4f7fa)!important;
 border:1px solid var(--brand-line)!important;
 box-shadow:0 20px 52px rgba(16,47,75,.10)!important;
}
.news-showcase h2,.latest-news h2{color:var(--brand-navy)!important}
.news-all-link{color:var(--brand-blue)!important;border-color:#ccd8e2!important;background:#f3f6f9!important}

/* SOUTIEN */
.public-support-v19,.support-section{
 background:linear-gradient(120deg,#102f4b,#193f61 55%,#234f75)!important;
 color:#fff!important;
}
.public-support-v19 .btn,.support-section .btn{
 background:var(--brand-red)!important;border-color:var(--brand-red)!important;color:#fff!important
}

/* NEWSLETTER */
.newsletter-public,.newsletter-section{
 background:linear-gradient(135deg,#e8eef4,#f7f9fb)!important;
}
.newsletter-public-card{
 background:linear-gradient(120deg,#102f4b,#1c4f78)!important;
 border-top:4px solid var(--brand-red)!important;
 box-shadow:0 20px 48px rgba(16,47,75,.16)!important;
}
.newsletter-form-wrap{background:#fff!important}
.newsletter-public input{border-color:#cbd7e1!important}

/* BOUTONS */
.btn.primary,.btn-primary,.module-btn.primary{
 background:var(--brand-red)!important;border-color:var(--brand-red)!important;color:#fff!important
}
.btn.secondary,.btn-outline{
 background:#fff!important;border-color:#b9c9d7!important;color:var(--brand-navy)!important
}

/* FOOTER */
.public-footer-v19,footer.public-footer,footer{
 background:#0c253b!important;color:#eaf0f5!important;
 border-top:4px solid var(--brand-red)!important;
}
.public-footer-v19 a,footer a{color:#dbe7ef!important}
.public-footer-v19 a:hover,footer a:hover{color:#fff!important}

/* Surfaces secondaires */
.content-card,.article-card,.contact-card{
 background:#fff!important;border-color:var(--brand-line)!important
}
.overline,.module-kicker{color:var(--brand-red)!important}

@media(max-width:700px){
 body,body.public-body{background:#f2f5f8!important}
 .public-hero-v19,.hero{background:linear-gradient(145deg,#102f4b,#1c4f78)!important}
}
