/*
Theme Name: CAPEMAGN CAPSIMA Premium
Theme URI: https://www.capemagn.com
Author: CAPSIMA-GN
Author URI: https://www.capemagn.com
Description: Thème WordPress professionnel pour CAPSIMA-GN : conseil stratégique, réforme de l’État, transformation digitale, IA, management et formation.
Version: 1.1
License: GPL v2 or later
Text Domain: capemagn-capsima-premium
*/

:root{
  --navy:#03152d;
  --navy2:#05224a;
  --gold:#d99b16;
  --white:#ffffff;
  --text:#061635;
  --muted:#5e6b7d;
  --line:#e7eaf0;
  --shadow:0 18px 42px rgba(3,21,45,.14);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  color:var(--text);
  background:#fff;
  line-height:1.6;
  font-size:15px;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:#03152d;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding:16px 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.logo{
  display:flex;
  align-items:center;
  gap:12px;
  color:white;
  font-weight:800;
  font-size:20px;
}
.logo-mark{
  width:44px;
  height:44px;
  border:3px solid var(--gold);
  border-radius:12px;
  display:grid;
  place-items:center;
  color:var(--gold);
  font-weight:900;
}
.logo small{
  display:block;
  font-size:10px;
  font-weight:600;
  color:#dbeafe;
  margin-top:-4px;
}
.site-nav{
  display:flex;
  align-items:center;
  gap:26px;
  color:white;
  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}
.site-nav a:hover{color:var(--gold)}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:4px;
  padding:12px 18px;
  font-weight:800;
  text-transform:uppercase;
  font-size:13px;
}
.btn-gold{background:var(--gold);color:#07152c}
.btn-outline{border:1px solid rgba(255,255,255,.55);color:white}

.hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(90deg,#03152d 0%,#052b5d 48%,#020b18 100%);
  color:white;
  padding:70px 5% 0;
  min-height:600px;
}
.hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 75% 30%,rgba(25,91,180,.45),transparent 34%);
  opacity:.9;
}
.hero-wrap{
  position:relative;
  z-index:2;
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:end;
  gap:40px;
}
.kicker{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
  margin-bottom:18px;
  font-size:13px;
}
.hero h1{
  font-size:42px;
  line-height:1.15;
  margin:0 0 24px;
  text-transform:uppercase;
  letter-spacing:-.5px;
  color:white;
}
.gold-line{
  width:55px;
  height:3px;
  background:var(--gold);
  margin:0 0 26px;
}
.hero p{
  font-size:15px;
  max-width:540px;
  color:#eef4ff;
  margin:0 0 26px;
}
.actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-bottom:60px;
}
.hero-photo{
  height:520px;
  background-size:cover;
  background-position:center top;
  background-repeat:no-repeat;
  position:relative;
}
.name-card{
  position:absolute;
  right:0;
  bottom:34px;
  background:rgba(2,13,30,.92);
  border:1px solid rgba(217,155,22,.35);
  border-radius:6px;
  color:white;
  padding:20px 30px;
  min-width:360px;
  box-shadow:var(--shadow);
}
.name-card b{
  font-size:18px;
  display:block;
  text-transform:uppercase;
}
.name-card span{
  font-size:13px;
  color:#e8eef8;
}

.stats{
  max-width:1180px;
  margin:-42px auto 0;
  position:relative;
  z-index:4;
  background:white;
  border:1px solid var(--line);
  border-radius:8px;
  box-shadow:var(--shadow);
  display:grid;
  grid-template-columns:repeat(5,1fr);
}
.stat{
  padding:24px 20px;
  text-align:center;
  border-right:1px solid var(--line);
}
.stat:last-child{border-right:none}
.stat .ico{
  color:var(--gold);
  font-size:30px;
  margin-bottom:8px;
}
.stat b{
  display:block;
  font-size:22px;
  color:#061635;
}
.stat span{
  display:block;
  font-weight:800;
  text-transform:uppercase;
  font-size:11px;
}

.section{padding:64px 5%}
.container{max-width:1220px;margin:auto}
.title{text-align:center;margin-bottom:36px}
.title .over{
  color:var(--gold);
  font-weight:900;
  letter-spacing:2px;
  text-transform:uppercase;
  font-size:13px;
}
.title h2{
  margin:8px 0 0;
  font-size:26px;
  line-height:1.25;
  color:#071a3a;
}
.expertises{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:14px;
}
.exp-card{
  border:1px solid var(--line);
  border-radius:6px;
  text-align:center;
  padding:24px 14px;
  background:white;
  min-height:215px;
}
.exp-card .ico{
  font-size:36px;
  color:var(--gold);
  margin-bottom:16px;
}
.exp-card h3{
  font-size:13px;
  text-transform:uppercase;
  margin:0 0 14px;
  color:#071a3a;
}
.exp-card p{
  font-size:12.5px;
  margin:0;
  color:#1f2f47;
}

.about{
  background:linear-gradient(90deg,#03152d,#052b5d);
  color:white;
  padding:58px 5%;
}
.about-grid{
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:70px;
  align-items:center;
}
.about .over{
  color:var(--gold);
  font-weight:900;
  text-transform:uppercase;
  font-size:13px;
}
.about h2{
  font-size:28px;
  margin:8px 0 18px;
  color:white;
}
.about p{
  color:#eef4ff;
  margin:0 0 12px;
}
.vision{
  border:1px solid var(--gold);
  border-radius:6px;
  padding:30px 36px;
  background:rgba(0,0,0,.12);
}
.vision h3{
  color:var(--gold);
  text-transform:uppercase;
  margin:0 0 14px;
  font-size:16px;
}

.real{
  padding:52px 5%;
  background:white;
}
.real-grid{
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:0;
  text-align:center;
}
.real-item{
  padding:18px 16px;
  border-right:1px solid var(--line);
}
.real-item:last-child{border-right:none}
.real-item .ico{
  font-size:30px;
  color:var(--gold);
  margin-bottom:12px;
}
.real-item b{
  font-size:12.5px;
  display:block;
  color:#071a3a;
}

.cta{
  background:linear-gradient(90deg,#052b5d,#03152d);
  color:white;
  padding:40px 5%;
}
.cta-wrap{
  max-width:1220px;
  margin:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}
.cta h2{
  margin:0 0 6px;
  font-size:26px;
  color:white;
}
.cta p{
  margin:0;
  color:#dbeafe;
}

.site-footer{
  background:#03152d;
  color:#dbeafe;
  padding:44px 5% 24px;
}
.footer-grid{
  max-width:1220px;
  margin:auto;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.1fr 1.2fr;
  gap:34px;
}
.site-footer h3{
  color:white;
  text-transform:uppercase;
  font-size:13px;
  margin:0 0 18px;
}
.site-footer p,.site-footer a{
  font-size:13px;
  color:#dbeafe;
}
.newsletter{display:flex}
.newsletter input{
  padding:12px;
  border:0;
  width:100%;
  border-radius:4px 0 0 4px;
}
.newsletter button{
  border:0;
  background:var(--gold);
  padding:0 16px;
  border-radius:0 4px 4px 0;
  font-weight:900;
}
.copy{
  max-width:1220px;
  margin:26px auto 0;
  text-align:center;
  color:#9fb3cc;
  font-size:12px;
}
.page-content{
  max-width:1000px;
  margin:60px auto;
  padding:0 5%;
}
.page-content h1{color:var(--navy)}

@media(max-width:1050px){
 .site-nav{display:none}
 .hero-wrap,.about-grid{grid-template-columns:1fr}
 .hero-photo{height:430px}
 .stats{grid-template-columns:repeat(2,1fr)}
 .expertises,.real-grid{grid-template-columns:repeat(2,1fr)}
 .footer-grid{grid-template-columns:1fr 1fr}
 .cta-wrap{flex-direction:column;text-align:center}
}
@media(max-width:600px){
 .hero h1{font-size:32px}
 .stats,.expertises,.real-grid,.footer-grid{grid-template-columns:1fr}
 .name-card{position:static;min-width:0;margin-top:20px}
 .stat,.real-item{border-right:none;border-bottom:1px solid var(--line)}
 .hero{padding-top:46px}
 .site-header{align-items:flex-start}
}
