
/* THEME CONFIANCE – BLEU PETROLE / BLEU NUIT */
:root{
  --primary:#0B1F2A;
  --secondary:#0F4C5C;
  --accent:#2A9D8F;
  --bg:#F5F3EE;
  --text:#111827;
}

body{background:var(--bg)!important;color:var(--text)!important;}
.hero{background:linear-gradient(135deg,#0B1F2A,#0F4C5C)!important;color:#fff!important;}
.hero *{color:#fff!important;}
.btn,.button{background:var(--accent)!important;color:#fff!important;}
.card,.box,.service{background:#fff!important;border-radius:16px!important;}
