
:root{
  --navy:#08253E;
  --navy-2:#0F3656;
  --gold:#BC9662;
  --gold-light:#D3B584;
  --paper:#FCFBF8;
  --white:#FFFFFF;
  --ink:#102132;
  --muted:#65727E;
  --line:#E8E4DD;
  --success:#2F7D60;
  --danger:#B64E4E;
  --radius:20px;
  --shadow:0 18px 55px rgba(8,37,62,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}
a{color:inherit;text-decoration:none}
img{max-width:100%}
.site-header{height:88px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(8,37,62,.06);backdrop-filter:blur(16px)}
.brand img{width:285px;display:block}
.main-nav{display:flex;gap:28px;align-items:center;font-size:14px}
.main-nav>a:not(.btn){position:relative;padding:34px 0}
.main-nav>a:not(.btn)::after{content:"";position:absolute;left:0;right:100%;bottom:26px;height:1px;background:var(--gold);transition:.25s}
.main-nav>a:not(.btn):hover::after{right:0}
.menu-toggle{display:none;border:0;background:none;font-size:24px;color:var(--navy)}
.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 22px;border-radius:9px;font-weight:650;border:1px solid transparent;transition:.2s;cursor:pointer}
.btn:hover{transform:translateY(-1px)}
.btn-navy{background:var(--navy);color:#fff}
.btn-gold{background:var(--gold);color:#fff}
.btn-outline{border-color:var(--gold);color:var(--navy);background:transparent}
.hero{min-height:650px;display:grid;grid-template-columns:1.02fr .98fr;align-items:center;padding:70px 6vw 80px;overflow:hidden;background:linear-gradient(120deg,#fff 0%,#fff 58%,#f6f2ea 100%)}
.hero-copy{max-width:700px}
.eyebrow{display:block;font-size:12px;font-weight:800;letter-spacing:.18em;color:var(--gold);margin-bottom:18px}
h1,h2,h3{font-family:Poppins,Inter,system-ui,sans-serif;color:var(--navy);letter-spacing:-.025em}
.hero h1{font-size:clamp(54px,6.7vw,100px);line-height:.98;margin:0 0 28px}
.hero p{max-width:660px;font-size:19px;line-height:1.75;color:#425463}
.hero-actions{display:flex;gap:14px;margin-top:35px}
.hero-art{position:relative;min-height:480px;display:grid;place-items:center}
.hero-art::before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;border:1px solid rgba(188,150,98,.35)}
.hero-art::after{content:"";position:absolute;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(188,150,98,.15),transparent 70%)}
.hero-art img{width:min(450px,80%);position:relative;z-index:3;filter:drop-shadow(0 20px 35px rgba(8,37,62,.10))}
.gold-orbit{position:absolute;width:610px;height:250px;border:1px solid rgba(188,150,98,.45);border-radius:50%;transform:rotate(-18deg)}
.section{padding:95px 6vw}
.section-heading{max-width:780px;margin-bottom:45px}
.section h2{font-size:clamp(36px,4vw,58px);line-height:1.08;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px;min-height:340px;display:flex;flex-direction:column;box-shadow:0 8px 30px rgba(8,37,62,.04)}
.service-card h3{font-size:21px;margin:18px 0 10px}
.service-card p{color:var(--muted);line-height:1.65}
.service-card a{color:var(--navy);font-weight:700;margin-top:auto}
.service-icon{width:52px;height:52px;border-radius:16px;background:#f5ede2;color:var(--gold);display:grid;place-items:center;font-size:28px}
.coming{margin-top:auto;color:var(--gold);font-size:12px;font-weight:800;letter-spacing:.12em}
.muted{background:#f7f7f4}
.split{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#fff}
.rich-copy{font-size:18px;line-height:1.8;color:var(--muted)}
.pill-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}
.pill-row span{border:1px solid var(--line);border-radius:999px;padding:9px 14px;color:var(--navy);font-size:13px;background:var(--paper)}
.numbers{display:grid;grid-template-columns:repeat(3,1fr);background:var(--navy);color:#fff;padding:44px 6vw}
.numbers div{padding:8px 35px;border-right:1px solid rgba(255,255,255,.18);display:flex;align-items:baseline;gap:18px}
.numbers div:last-child{border:0}
.numbers strong{font-size:34px;color:var(--gold-light)}
.numbers span{color:rgba(255,255,255,.82)}
.cta{margin:80px 6vw;border-radius:28px;background:var(--navy);padding:62px;display:flex;align-items:center;justify-content:space-between;color:#fff;box-shadow:var(--shadow)}
.cta h2{color:#fff;margin:0;font-size:clamp(32px,4vw,54px)}
.light{color:var(--gold-light)}
footer{background:#061D31;color:rgba(255,255,255,.65);padding:50px 6vw;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:30px;font-size:13px}
footer img{width:260px}
footer p:last-child{text-align:right}

/* Admin */
.admin-shell{display:grid;grid-template-columns:245px 1fr;min-height:100vh;background:#F4F6F8}
.sidebar{background:var(--navy);color:#fff;padding:28px 18px;position:sticky;top:0;height:100vh}
.sidebar-logo{width:190px;margin:0 8px 30px}
.sidebar nav{display:flex;flex-direction:column;gap:7px}
.sidebar nav a{padding:12px 14px;border-radius:9px;color:rgba(255,255,255,.78);font-size:14px}
.sidebar nav a:hover,.sidebar nav a.active{background:var(--gold);color:#fff}
.admin-main{padding:34px}
.admin-topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}
.admin-topbar h1{margin:0;font-size:38px}
.kpi-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.kpi{background:#fff;border:1px solid #E7EBEF;border-radius:14px;padding:20px;box-shadow:0 8px 25px rgba(8,37,62,.035)}
.kpi span,.kpi small{display:block;color:#71808C}
.kpi strong{display:block;color:var(--navy);font-size:25px;margin:9px 0 4px}
.kpi.alert strong{color:var(--danger)}
.admin-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1fr;gap:15px;margin-top:16px}
.panel{background:#fff;border:1px solid #E7EBEF;border-radius:14px;padding:22px;min-height:320px}
.panel h2{font-size:18px;margin:0 0 20px}
.task-list,.activity-list{list-style:none;margin:0;padding:0}
.task-list li{display:flex;justify-content:space-between;gap:18px;padding:15px 0;border-bottom:1px solid #EEF1F3;font-size:13px}
.task-list span{color:#7B8791;white-space:nowrap}
.activity-list li{padding:15px 0;border-bottom:1px solid #EEF1F3;font-size:13px}
.donut{width:150px;height:150px;border-radius:50%;margin:22px auto;background:conic-gradient(var(--navy) 0 36%,var(--gold) 36% 68%,#5B8B78 68% 86%,#D6DCE1 86%);position:relative}
.donut::after{content:"";position:absolute;inset:34px;background:#fff;border-radius:50%}
.legend{display:grid;grid-template-columns:1fr 1fr;gap:10px;font-size:11px;color:#64727D}

/* Login */
.login-page{min-height:100vh;display:grid;place-items:center;padding:40px;background:linear-gradient(135deg,#f8f5ef,#fff)}
.login-card{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:24px;padding:42px;box-shadow:var(--shadow)}
.login-card img{width:260px;margin-bottom:34px}
.login-card h1{font-size:34px;line-height:1.12}
.login-card form{display:grid;gap:16px;margin-top:28px}
.login-card label{display:grid;gap:7px;font-size:13px;color:#52616D}
.login-card input{padding:14px;border:1px solid #DDE2E6;border-radius:9px;font:inherit}
.back-link{display:inline-block;margin-top:22px;color:var(--muted);font-size:13px}

/* Responsive */
@media (max-width:1100px){
  .main-nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;padding:20px 6vw;flex-direction:column;align-items:flex-start;border-bottom:1px solid var(--line)}
  .main-nav.open{display:flex}
  .main-nav>a:not(.btn){padding:7px 0}
  .menu-toggle{display:block}
  .hero{grid-template-columns:1fr}
  .hero-art{min-height:360px}
  .service-grid{grid-template-columns:1fr 1fr}
  .kpi-grid{grid-template-columns:repeat(3,1fr)}
  .admin-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .site-header{height:76px}
  .brand img{width:220px}
  .main-nav{top:76px}
  .hero{padding:55px 24px 35px}
  .hero h1{font-size:52px}
  .hero p{font-size:16px}
  .hero-actions{flex-direction:column;align-items:stretch}
  .hero-art{min-height:300px}
  .gold-orbit{width:430px}
  .section{padding:70px 24px}
  .service-grid,.split,.numbers{grid-template-columns:1fr}
  .numbers div{border-right:0;border-bottom:1px solid rgba(255,255,255,.18)}
  .cta{margin:50px 20px;padding:35px 28px;align-items:flex-start;gap:25px;flex-direction:column}
  footer{grid-template-columns:1fr;padding:40px 24px}
  footer p:last-child{text-align:left}
  .admin-shell{grid-template-columns:1fr}
  .sidebar{position:relative;height:auto}
  .sidebar nav{display:grid;grid-template-columns:1fr 1fr}
  .admin-main{padding:20px}
  .kpi-grid,.admin-grid{grid-template-columns:1fr}
}


/* === V2 Auth / CRM === */
.admin-accountbar{
  display:flex;justify-content:flex-end;align-items:center;gap:14px;
  min-height:32px;margin-bottom:18px;color:#65727E;font-size:13px;
}
.admin-accountbar form{margin:0}
.text-button{border:0;background:none;color:var(--navy);font-weight:700;cursor:pointer;padding:0}
.flash-stack{display:grid;gap:10px;margin:0 0 20px}
.flash{padding:12px 15px;border-radius:10px;background:#EEF3F6;color:var(--navy);font-size:14px}
.flash.success{background:#EAF5EF;color:#226347}
.flash.error{background:#FAECEC;color:#8C3838}
.flash.info{background:#EEF3F6;color:#36556F}
.kpi-grid-v2{grid-template-columns:repeat(6,minmax(0,1fr))}
.admin-grid-v2{grid-template-columns:1fr 1fr}
.filterbar{display:grid;grid-template-columns:1fr 220px auto;gap:12px;margin-bottom:18px}
.filterbar input,.filterbar select,
.form-card input,.form-card select,.form-card textarea,
.stack-form input,.stack-form select,.stack-form textarea{
  width:100%;border:1px solid #DDE3E8;border-radius:9px;padding:12px 13px;
  font:inherit;background:#fff;color:var(--ink);outline:none
}
.filterbar input:focus,.filterbar select:focus,
.form-card input:focus,.form-card select:focus,.form-card textarea:focus,
.stack-form input:focus,.stack-form select:focus,.stack-form textarea:focus{
  border-color:var(--gold);box-shadow:0 0 0 3px rgba(188,150,98,.10)
}
.table-card{background:#fff;border:1px solid #E7EBEF;border-radius:14px;overflow:hidden}
.data-table{width:100%;border-collapse:collapse;font-size:14px}
.data-table th,.data-table td{padding:16px 18px;text-align:left;border-bottom:1px solid #EEF1F3;vertical-align:middle}
.data-table th{font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:#7B8791;background:#FAFBFC}
.data-table td strong{display:block;color:var(--navy)}
.data-table td small{display:block;color:#8B96A0;margin-top:3px}
.data-table a{font-weight:700;color:var(--navy)}
.status{display:inline-flex;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.status-prospect{background:#FFF3DF;color:#9C6C1D}
.status-client{background:#EAF5EF;color:#226347}
.status-inactif{background:#EEF1F3;color:#66727C}
.empty-state{text-align:center!important;color:#8B96A0!important;padding:35px!important}
.form-card{background:#fff;border:1px solid #E7EBEF;border-radius:14px;padding:26px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.form-card label,.stack-form label{display:grid;gap:7px;font-size:13px;color:#52616D}
.full-field{display:grid!important;gap:7px;margin:16px 0}
.form-card .btn{margin-top:8px}
.checkline{display:flex!important;align-items:center;gap:8px}
.checkline input{width:auto!important}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.detail-list{display:grid;grid-template-columns:120px 1fr;gap:12px 18px;margin:0}
.detail-list dt{color:#7C8993;font-size:13px}
.detail-list dd{margin:0;color:var(--ink)}
.notes{margin-top:22px;padding:16px;background:#F7F5F0;border-left:3px solid var(--gold);white-space:pre-wrap}
.stack-form{display:grid;gap:14px}
.timeline-panel{margin-top:16px}
.timeline{display:grid;gap:0}
.timeline article{position:relative;display:grid;grid-template-columns:18px 1fr;gap:14px;padding:0 0 24px}
.timeline article::before{content:"";position:absolute;left:6px;top:13px;bottom:0;width:1px;background:#E2E7EA}
.timeline article:last-child::before{display:none}
.timeline-dot{width:13px;height:13px;background:var(--gold);border-radius:50%;margin-top:4px;position:relative;z-index:1}
.timeline-head{display:flex;justify-content:space-between;gap:20px}
.timeline-head time{color:#89949D;font-size:12px;white-space:nowrap}
.timeline small{color:#89949D}
.timeline p{margin:8px 0 0;color:#52616D;line-height:1.6}
.subtle{color:#7B8791}
.placeholder-panel{text-align:center;padding:70px 30px}
.placeholder-mark{width:86px;height:86px;border-radius:50%;margin:0 auto 20px;border:2px solid var(--gold);display:grid;place-items:center;font:700 46px Poppins;color:var(--navy)}
.placeholder-panel p{max-width:680px;margin:0 auto;color:#65727E;line-height:1.7}
@media(max-width:1200px){
  .kpi-grid-v2{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
  .filterbar{grid-template-columns:1fr}
  .data-table{min-width:820px}
  .table-card{overflow-x:auto}
  .form-grid,.detail-grid,.admin-grid-v2{grid-template-columns:1fr}
  .detail-list{grid-template-columns:1fr}
  .kpi-grid-v2{grid-template-columns:1fr}
}

/* ============================================================
   COLOMBO — PALETTE BLEU CIEL V2.0.1
   Objectif :
   - supprimer les grandes surfaces beige / crème
   - garder l'or seulement comme détail de marque
   - dominante : bleu marine + bleu ciel + blanc
   ============================================================ */

:root{
  --sky:#8FC9E8;
  --sky-strong:#63B2DA;
  --sky-dark:#327FA9;
  --sky-soft:#EAF6FB;
  --sky-soft-2:#F3FAFD;
  --paper:#EAF6FB;
}

/* FOND GLOBAL */
body{
  background:var(--sky-soft);
}

/* HEADER PUBLIC */
.site-header{
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #DCEBF3;
}

/* CTA "ESPACE CLIENT" : beige -> bleu ciel */
.btn-gold{
  background:var(--sky);
  color:var(--navy);
  border-color:var(--sky);
}

.btn-gold:hover{
  background:var(--sky-strong);
  border-color:var(--sky-strong);
}

/* Boutons secondaires */
.btn-outline{
  border-color:var(--sky-strong);
  color:var(--navy);
  background:#fff;
}

.btn-outline:hover{
  background:var(--sky-soft);
}

/* Hero : suppression du crème */
.hero{
  background:
    linear-gradient(
      120deg,
      #FFFFFF 0%,
      #FFFFFF 55%,
      var(--sky-soft) 100%
    );
}

/* Les courbes graphiques deviennent bleu ciel */
.hero-art::before{
  border-color:rgba(99,178,218,.34);
}

.hero-art::after{
  background:
    radial-gradient(
      circle,
      rgba(99,178,218,.16),
      transparent 70%
    );
}

.gold-orbit{
  border-color:rgba(99,178,218,.48);
}

/* Les petits labels restent sobres, bleu plutôt qu'or-beige */
.eyebrow{
  color:var(--sky-dark);
}

.light{
  color:#BFE3F5;
}

/* Section expertises */
.section{
  background:var(--sky-soft);
}

.section:nth-of-type(even){
  background:#FFFFFF;
}

.service-card{
  background:#FFFFFF;
  border-color:#DDEBF2;
  box-shadow:0 10px 28px rgba(8,37,62,.045);
}

.service-card:hover{
  border-color:#B9DDEA;
  box-shadow:0 16px 36px rgba(8,37,62,.07);
}

/* Icônes : beige -> ciel */
.service-icon{
  background:#E1F2FA;
  color:var(--sky-dark);
}

.muted{
  background:#F4FAFD;
}

.coming{
  color:var(--sky-dark);
}

/* Pills */
.pill-row span{
  border-color:#CFE5F0;
  background:#F8FCFE;
}

/* Bande chiffres */
.numbers strong{
  color:#A9DCF2;
}

/* CTA final */
.cta{
  background:var(--navy);
}

.cta .btn-gold{
  background:var(--sky);
  color:var(--navy);
}

/* Footer reste marine */
footer{
  background:#061D31;
}

/* ============================================================
   BACKOFFICE
   ============================================================ */

.admin-shell{
  background:var(--sky-soft);
}

.admin-main{
  background:var(--sky-soft);
}

/* Élément sélectionné du menu : beige -> ciel */
.sidebar nav a:hover,
.sidebar nav a.active{
  background:var(--sky);
  color:var(--navy);
}

/* Cartes */
.kpi,
.panel,
.table-card,
.form-card{
  background:#FFFFFF;
  border-color:#DDEBF2;
}

.data-table th{
  background:#F3F9FC;
}

/* Champs */
.filterbar input,
.filterbar select,
.form-card input,
.form-card select,
.form-card textarea,
.stack-form input,
.stack-form select,
.stack-form textarea{
  border-color:#CFE2EC;
}

.filterbar input:focus,
.filterbar select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus{
  border-color:var(--sky-strong);
  box-shadow:0 0 0 3px rgba(99,178,218,.14);
}

/* Prospect : on enlève le jaune/beige */
.status-prospect{
  background:#E3F3FA;
  color:#276B90;
}

/* Notes CRM */
.notes{
  background:#F0F8FC;
  border-left-color:var(--sky-strong);
}

/* Timeline */
.timeline-dot{
  background:var(--sky-strong);
}

/* Placeholder des modules */
.placeholder-mark{
  border-color:var(--sky-strong);
  background:#F5FBFE;
}

/* Login */
.login-page{
  background:
    linear-gradient(
      135deg,
      var(--sky-soft),
      #FFFFFF
    );
}

/* Cartes et tableaux : un peu moins "template" */
.kpi,
.panel,
.service-card,
.table-card,
.form-card,
.login-card{
  border-radius:14px;
}

/* Le gold/brass est désormais réservé au logo et aux détails très fins.
   On neutralise les anciennes grandes surfaces crème résiduelles. */
[style*="#f5ede2"],
[style*="#F5EDE2"],
[style*="#f7f5f0"],
[style*="#F7F5F0"]{
  background:var(--sky-soft)!important;
}

@media (max-width:760px){
  .hero{
    background:
      linear-gradient(
        180deg,
        #FFFFFF 0%,
        var(--sky-soft) 100%
      );
  }
}


/* ============================================================
   COLOMBO — STYLE CORPORATE V2.0.2
   Direction :
   - blanc + bleu ciel en aplats
   - aucun dégradé décoratif
   - aucune orbite / halo
   - typographie plus maîtrisée
   - moins d'arrondis et d'ombres
   ============================================================ */

:root{
  --navy:#08253E;
  --navy-2:#123A59;
  --sky:#8FC9E8;
  --sky-strong:#63B2DA;
  --sky-dark:#2E769C;
  --sky-soft:#EDF7FC;
  --white:#FFFFFF;
  --ink:#122536;
  --muted:#5E7080;
  --line:#DCE8EF;
  --radius:10px;
  --shadow:0 6px 18px rgba(8,37,62,.045);
}

/* TYPOGRAPHIE GLOBALE */
body{
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
  font-size:16px;
  line-height:1.55;
  letter-spacing:0;
  background:#FFFFFF;
  color:var(--ink);
}

h1,h2,h3{
  font-family:
    "Segoe UI Variable",
    "Segoe UI",
    Arial,
    Helvetica,
    sans-serif;
  letter-spacing:-.015em;
  color:var(--navy);
  font-weight:650;
}

/* HEADER PLUS FIN */
.site-header{
  height:76px;
  padding:0 6vw;
  background:#FFFFFF;
  border-bottom:1px solid var(--line);
  backdrop-filter:none;
}

.brand img{
  width:255px;
}

.main-nav{
  gap:24px;
  font-size:14px;
}

.main-nav>a:not(.btn){
  padding:27px 0;
}

.main-nav>a:not(.btn)::after{
  bottom:19px;
  background:var(--sky-strong);
}

/* HERO : AUCUN DÉGRADÉ, AUCUNE ORBITE */
.hero{
  min-height:520px;
  padding:64px 6vw 70px;
  background:#FFFFFF;
  grid-template-columns:1.05fr .95fr;
}

.hero-copy{
  max-width:650px;
}

.hero h1{
  font-size:clamp(46px,5vw,68px);
  line-height:1.03;
  margin:0 0 24px;
  font-weight:650;
}

.hero p{
  max-width:640px;
  font-size:17px;
  line-height:1.65;
  color:#4E6272;
}

.hero-actions{
  margin-top:30px;
  gap:12px;
}

/* panneau droit plat et simple */
.hero-art{
  min-height:390px;
  background:var(--sky-soft);
  border:1px solid #D7EAF4;
  border-radius:8px;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.hero-art img{
  width:min(360px,68%);
  filter:none;
}

/* suppression totale des effets "IA" */
.hero-art::before,
.hero-art::after,
.gold-orbit{
  display:none!important;
}

/* LABELS */
.eyebrow{
  font-size:11px;
  font-weight:700;
  letter-spacing:.14em;
  color:var(--sky-dark);
  margin-bottom:14px;
}

/* BOUTONS PLUS SOBRES */
.btn{
  padding:12px 19px;
  border-radius:7px;
  font-size:14px;
  font-weight:650;
  box-shadow:none;
  transform:none!important;
}

.btn-navy{
  background:var(--navy);
}

.btn-gold{
  background:var(--sky);
  color:var(--navy);
  border-color:var(--sky);
}

.btn-outline{
  background:#FFFFFF;
  border-color:#A9D2E5;
  color:var(--navy);
}

/* SECTIONS */
.section{
  padding:78px 6vw;
  background:#FFFFFF;
}

.section:nth-of-type(even){
  background:var(--sky-soft);
}

.section-heading{
  max-width:720px;
  margin-bottom:36px;
}

.section h2{
  font-size:clamp(34px,3.5vw,48px);
  line-height:1.12;
  font-weight:650;
}

/* CARTES : PLUS RECTILIGNES, PAS DE "SOFT UI" */
.service-grid{
  gap:16px;
}

.service-card{
  min-height:310px;
  padding:28px;
  border-radius:10px;
  border:1px solid var(--line);
  box-shadow:none;
}

.service-card:hover{
  box-shadow:none;
  border-color:#B8D9E8;
}

.service-card h3{
  font-size:20px;
  font-weight:650;
  margin:16px 0 10px;
}

.service-card p{
  font-size:15px;
  line-height:1.65;
  color:#5A6D7C;
}

.service-icon{
  width:44px;
  height:44px;
  border-radius:8px;
  background:#E7F4FA;
  color:var(--sky-dark);
  font-size:22px;
}

.muted{
  background:#F7FBFD;
}

/* SECTION COLOMBO */
.split{
  background:#FFFFFF;
  gap:6vw;
}

.rich-copy{
  font-size:16px;
  line-height:1.7;
}

.pill-row span{
  border-radius:6px;
  padding:8px 12px;
  font-size:13px;
  background:#FFFFFF;
  border-color:#D7E7EF;
}

/* CHIFFRES : CONSERVÉS MAIS PLUS SOBRES */
.numbers{
  padding:34px 6vw;
}

.numbers strong{
  font-size:28px;
  color:#A7D9EF;
}

.numbers span{
  font-size:14px;
}

/* CTA */
.cta{
  margin:64px 6vw;
  padding:46px 50px;
  border-radius:10px;
  box-shadow:none;
}

.cta h2{
  font-size:clamp(30px,3.2vw,44px);
  font-weight:650;
}

/* FOOTER */
footer{
  padding:40px 6vw;
  font-size:13px;
}

/* BACKOFFICE */
.admin-shell,
.admin-main{
  background:#F4F9FC;
}

.sidebar nav a{
  border-radius:7px;
}

.sidebar nav a:hover,
.sidebar nav a.active{
  background:#A9D7EC;
  color:var(--navy);
}

.admin-topbar h1{
  font-size:34px;
  font-weight:650;
}

.kpi,
.panel,
.table-card,
.form-card,
.login-card{
  border-radius:9px;
  box-shadow:none;
  border-color:#DCE8EF;
}

.kpi{
  padding:18px;
}

.kpi strong{
  font-size:23px;
}

.panel{
  padding:20px;
}

.data-table th{
  background:#F5FAFC;
}

.filterbar input,
.filterbar select,
.form-card input,
.form-card select,
.form-card textarea,
.stack-form input,
.stack-form select,
.stack-form textarea{
  border-radius:7px;
}

.placeholder-panel{
  padding:56px 28px;
}

.placeholder-mark{
  border-radius:8px;
  width:72px;
  height:72px;
  font-size:36px;
  background:#F2FAFD;
}

/* LOGIN */
.login-page{
  background:#F3F9FC;
}

/* MOBILE */
@media (max-width:760px){
  .site-header{
    height:70px;
  }

  .brand img{
    width:205px;
  }

  .hero{
    padding:48px 22px 32px;
    background:#FFFFFF;
  }

  .hero h1{
    font-size:40px;
    line-height:1.06;
  }

  .hero p{
    font-size:16px;
  }

  .hero-art{
    min-height:280px;
    margin-top:26px;
  }

  .hero-art img{
    width:min(280px,72%);
  }

  .section{
    padding:58px 22px;
  }

  .section h2{
    font-size:32px;
  }

  .cta{
    margin:44px 18px;
    padding:32px 26px;
  }
}


/* ============================================================
   COLOMBO — EXPERTISES BLEU GLACIER V2.0.3
   Correction ciblée de la section #expertises
   ============================================================ */

#expertises{
  background:#EAF3F8 !important;
}

/* Un titre un peu plus maîtrisé */
#expertises .section-heading{
  margin-bottom:30px;
}

#expertises .section-heading h2{
  font-size:clamp(32px,3.1vw,44px);
  line-height:1.12;
  max-width:760px;
}

/* Cartes plus sobres et légèrement plus compactes */
#expertises .service-grid{
  gap:16px;
}

#expertises .service-card{
  background:#FFFFFF;
  min-height:285px;
  padding:26px 28px 24px;
  border:1px solid #D6E4EB;
  border-radius:9px;
  box-shadow:none;
}

#expertises .service-card:hover{
  border-color:#AFCEDC;
  box-shadow:none;
}

/* Pictogrammes plus franchement bleus */
#expertises .service-icon{
  width:42px;
  height:42px;
  border-radius:8px;
  background:#DCEFF8;
  color:#327FA9;
  font-size:21px;
}

/* Titres des cartes */
#expertises .service-card h3{
  font-size:19px;
  line-height:1.25;
  margin:15px 0 9px;
}

/* Texte des cartes */
#expertises .service-card p{
  font-size:14.5px;
  line-height:1.58;
  color:#566C7B;
}

/* Carte "Mobilité" : même fond blanc, pas de beige/gris */
#expertises .service-card.muted{
  background:#F8FBFD;
}

/* "Prochainement" en bleu */
#expertises .coming{
  color:#327FA9;
}

/* Mobile */
@media (max-width:760px){
  #expertises{
    background:#EAF3F8 !important;
  }

  #expertises .section-heading h2{
    font-size:30px;
  }

  #expertises .service-card{
    min-height:auto;
    padding:24px;
  }
}


/* ============================================================
   COLOMBO — EMERALD + MANROPE V2.0.4

   Direction :
   - bleu marine du logo
   - vert émeraude franc comme couleur secondaire
   - blanc dominant
   - suppression des fonds pastel type "IA"
   - Manrope pour une typographie plus contemporaine
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap');

:root{
  --navy:#08253E;
  --navy-2:#123A59;

  --emerald:#17624F;
  --emerald-2:#247965;
  --emerald-soft:#E8F0EC;

  --white:#FFFFFF;
  --offwhite:#F7F8F7;
  --ink:#142532;
  --muted:#5A6973;
  --line:#DCE3E0;

  --gold:#BC9662;
}

/* ============================================================
   TYPOGRAPHIE
   ============================================================ */

html,
body,
button,
input,
select,
textarea{
  font-family:"Manrope", Arial, Helvetica, sans-serif !important;
}

body{
  font-size:15.5px;
  line-height:1.58;
  color:var(--ink);
  background:#FFFFFF;
}

h1,h2,h3,h4,h5,h6{
  font-family:"Manrope", Arial, Helvetica, sans-serif !important;
  color:var(--navy);
  font-weight:600;
  letter-spacing:-.025em;
}

.main-nav{
  font-family:"Manrope", Arial, Helvetica, sans-serif !important;
  font-size:13.5px;
  font-weight:500;
}

/* Hero : plus contenu et plus professionnel */
.hero h1{
  font-size:clamp(42px,4.6vw,60px);
  line-height:1.05;
  font-weight:600;
  letter-spacing:-.035em;
}

.hero p{
  font-size:16px;
  line-height:1.65;
  max-width:610px;
}

/* Titres de sections */
.section h2,
#expertises .section-heading h2{
  font-size:clamp(30px,2.8vw,40px);
  line-height:1.13;
  font-weight:600;
  max-width:720px;
}

/* Cartes */
.service-card h3,
#expertises .service-card h3{
  font-size:17.5px;
  line-height:1.28;
  font-weight:600;
  letter-spacing:-.015em;
}

.service-card p,
#expertises .service-card p{
  font-size:14px;
  line-height:1.58;
  color:#5C6A73;
}

/* Labels */
.eyebrow{
  font-size:10.5px;
  font-weight:700;
  letter-spacing:.16em;
}

/* ============================================================
   PALETTE : PLUS AUCUN GRAND FOND PASTEL BLEU
   ============================================================ */

body,
.admin-main{
  background:#FFFFFF;
}

/* Section Expertises : fond émeraude franc */
#expertises{
  background:var(--emerald) !important;
  color:#FFFFFF;
}

/* titre de section */
#expertises .eyebrow{
  color:#C9DFD6;
}

#expertises .section-heading h2{
  color:#FFFFFF;
}

/* Cartes sur fond vert */
#expertises .service-card{
  background:#FFFFFF;
  border:1px solid rgba(255,255,255,.35);
  border-radius:8px;
  min-height:270px;
  padding:24px 26px 22px;
  box-shadow:none;
}

#expertises .service-card.muted{
  background:#F5F7F6;
}

#expertises .service-card:hover{
  border-color:#FFFFFF;
  box-shadow:none;
}

/* pictogrammes : pas de pastel bleu */
#expertises .service-icon{
  width:40px;
  height:40px;
  border-radius:6px;
  background:var(--emerald-soft);
  color:var(--emerald);
  font-size:20px;
}

/* liens cartes */
#expertises .service-card a{
  color:var(--emerald);
  font-weight:600;
}

#expertises .coming{
  color:var(--emerald);
  font-weight:700;
}

/* ============================================================
   ACCENTS GLOBAUX
   ============================================================ */

/* espace client : vert, pas bleu pastel */
.btn-gold{
  background:var(--emerald);
  color:#FFFFFF;
  border-color:var(--emerald);
}

.btn-gold:hover{
  background:var(--emerald-2);
  border-color:var(--emerald-2);
}

/* boutons secondaires */
.btn-outline{
  border-color:var(--emerald);
  color:var(--emerald);
  background:#FFFFFF;
}

.btn-outline:hover{
  background:#F4F8F6;
}

/* navigation */
.main-nav>a:not(.btn)::after{
  background:var(--emerald);
}

/* CTA final */
.cta{
  background:var(--navy);
}

.cta .btn-gold{
  background:var(--emerald-2);
  color:#FFFFFF;
}

/* ============================================================
   SECTION COLOMBO / CHIFFRES
   ============================================================ */

.split{
  background:#FFFFFF !important;
}

.pill-row span{
  background:#FFFFFF;
  border-color:#CBD8D2;
  color:var(--emerald);
}

.numbers{
  background:var(--navy);
}

.numbers strong{
  color:#7FB6A6;
}

/* ============================================================
   BACKOFFICE
   ============================================================ */

.admin-shell{
  background:#F4F6F5;
}

.admin-main{
  background:#F4F6F5;
}

.sidebar nav a:hover,
.sidebar nav a.active{
  background:var(--emerald);
  color:#FFFFFF;
}

.kpi,
.panel,
.table-card,
.form-card,
.login-card{
  background:#FFFFFF;
  border-color:#DCE3E0;
  border-radius:8px;
}

.filterbar input:focus,
.filterbar select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus{
  border-color:var(--emerald);
  box-shadow:0 0 0 3px rgba(23,98,79,.10);
}

.status-prospect{
  background:#E8F0EC;
  color:#17624F;
}

.notes{
  background:#F4F7F5;
  border-left-color:var(--emerald);
}

.timeline-dot{
  background:var(--emerald);
}

.placeholder-mark{
  border-color:var(--emerald);
  color:var(--emerald);
  background:#F5F8F6;
}

.login-page{
  background:#F4F6F5;
}

/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width:760px){
  .hero h1{
    font-size:38px;
  }

  .section h2,
  #expertises .section-heading h2{
    font-size:29px;
  }

  #expertises .service-card{
    min-height:auto;
  }
}


/* ============================================================
   COLOMBO — BLEU PETROLE + MANROPE V2.0.5

   Direction retenue :
   - bleu marine du logo
   - bleu pétrole profond comme couleur secondaire
   - blanc
   - aucun vert
   - aucun fond bleu pastel "IA"
   - Manrope conservée
   ============================================================ */

:root{
  --navy:#08253E;
  --navy-2:#123A59;

  --petrol:#1F5673;
  --petrol-2:#2A6B8C;
  --petrol-soft:#E8F0F4;

  --white:#FFFFFF;
  --offwhite:#F5F7F8;
  --ink:#142532;
  --muted:#5A6973;
  --line:#D9E1E6;

  --gold:#BC9662;
}

/* Typographie conservée */
html,
body,
button,
input,
select,
textarea,
h1,h2,h3,h4,h5,h6{
  font-family:"Manrope", Arial, Helvetica, sans-serif !important;
}

/* ============================================================
   SECTION EXPERTISES
   ============================================================ */

#expertises{
  background:var(--petrol) !important;
  color:#FFFFFF;
}

#expertises .eyebrow{
  color:#C8DCE7;
}

#expertises .section-heading h2{
  color:#FFFFFF;
}

/* Cartes */
#expertises .service-card{
  background:#FFFFFF;
  border:1px solid rgba(255,255,255,.30);
  border-radius:8px;
  box-shadow:none;
}

#expertises .service-card.muted{
  background:#F6F8F9;
}

/* Pictogrammes */
#expertises .service-icon{
  background:#E5EEF3;
  color:var(--petrol);
}

/* Liens */
#expertises .service-card a,
#expertises .coming{
  color:var(--petrol);
}

/* ============================================================
   BOUTONS / ACCENTS
   ============================================================ */

.btn-gold{
  background:var(--petrol);
  color:#FFFFFF;
  border-color:var(--petrol);
}

.btn-gold:hover{
  background:var(--petrol-2);
  border-color:var(--petrol-2);
}

.btn-outline{
  border-color:var(--petrol);
  color:var(--petrol);
  background:#FFFFFF;
}

.btn-outline:hover{
  background:#F2F6F8;
}

.main-nav>a:not(.btn)::after{
  background:var(--petrol);
}

/* CTA final */
.cta .btn-gold{
  background:var(--petrol-2);
  color:#FFFFFF;
}

/* Pills */
.pill-row span{
  color:var(--petrol);
  border-color:#C7D5DD;
}

/* Chiffres */
.numbers strong{
  color:#8AB7CD;
}

/* ============================================================
   BACKOFFICE
   ============================================================ */

.admin-shell,
.admin-main{
  background:#F4F6F7;
}

.sidebar nav a:hover,
.sidebar nav a.active{
  background:var(--petrol);
  color:#FFFFFF;
}

.filterbar input:focus,
.filterbar select:focus,
.form-card input:focus,
.form-card select:focus,
.form-card textarea:focus,
.stack-form input:focus,
.stack-form select:focus,
.stack-form textarea:focus{
  border-color:var(--petrol);
  box-shadow:0 0 0 3px rgba(31,86,115,.10);
}

.status-prospect{
  background:#E7EFF3;
  color:var(--petrol);
}

.notes{
  background:#F2F6F8;
  border-left-color:var(--petrol);
}

.timeline-dot{
  background:var(--petrol);
}

.placeholder-mark{
  border-color:var(--petrol);
  color:var(--petrol);
  background:#F4F7F9;
}

/* Aucun vert résiduel */
[style*="#17624F"],
[style*="#247965"],
[style*="#E8F0EC"]{
  background:var(--petrol) !important;
  color:#FFFFFF !important;
}


/* ============================================================
   COLOMBO — HERO BLANC + LOGO TRANSPARENT V2.0.6
   ============================================================ */

/* Vrai blanc général */
html,
body{
  background:#FFFFFF !important;
}

/* Header blanc */
.site-header{
  background:#FFFFFF !important;
}

/* Hero entièrement blanc */
.hero{
  background:#FFFFFF !important;
}

/* Suppression totale du panneau derrière le monogramme */
.hero-art{
  background:transparent !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Logo directement posé sur le blanc */
.hero-art img{
  width:min(340px,64%);
  height:auto;
  object-fit:contain;
  filter:none !important;
  background:transparent !important;
  box-shadow:none !important;
}

/* Aucun halo / décor autour */
.hero-art::before,
.hero-art::after,
.gold-orbit{
  display:none !important;
}

/* Un peu plus d'air autour du logo sans créer de carte */
.hero-art{
  padding:34px 20px;
}

/* Le bleu pétrole reste couleur d'interface */
.btn-gold{
  background:#1F5673 !important;
  color:#FFFFFF !important;
  border-color:#1F5673 !important;
}

.btn-gold:hover{
  background:#2A6B8C !important;
  border-color:#2A6B8C !important;
}

/* Bouton secondaire plus net */
.btn-outline{
  color:#1F5673 !important;
  border-color:#1F5673 !important;
  background:#FFFFFF !important;
}

/* Mobile */
@media (max-width:760px){
  .hero{
    background:#FFFFFF !important;
  }

  .hero-art{
    background:transparent !important;
    padding:22px 0;
    min-height:230px;
  }

  .hero-art img{
    width:min(250px,68%);
  }
}


/* ============================================================
   COLOMBO — V2.0.7
   IBM Plex Sans + Source Sans 3
   Hero plus compact et plus institutionnel
   ============================================================ */

:root{
  --font-heading:"IBM Plex Sans", Arial, Helvetica, sans-serif;
  --font-body:"Source Sans 3", Arial, Helvetica, sans-serif;
}

/* Corps, navigation, formulaires */
html,
body,
input,
select,
textarea{
  font-family:var(--font-body) !important;
  font-size:16px;
  letter-spacing:0;
}

/* Titres */
h1,h2,h3,h4,h5,h6{
  font-family:var(--font-heading) !important;
  letter-spacing:-.025em;
}

/* Menu */
.main-nav{
  font-family:var(--font-body) !important;
  font-size:15px;
  font-weight:500;
}

/* Boutons */
.btn,
button{
  font-family:var(--font-heading) !important;
  font-weight:600;
  letter-spacing:-.01em;
}

/* Hero beaucoup plus compact */
.hero{
  min-height:410px !important;
  padding:42px 6vw 46px !important;
  grid-template-columns:1.08fr .92fr;
  align-items:center;
}

/* réduit le vide au-dessus */
.hero-copy{
  max-width:620px;
}

/* titre plus sobre */
.hero h1{
  font-family:var(--font-heading) !important;
  font-size:clamp(39px,4.1vw,54px) !important;
  line-height:1.04 !important;
  font-weight:600 !important;
  letter-spacing:-.035em !important;
  margin:0 0 20px !important;
}

/* baseline */
.hero .eyebrow{
  margin-bottom:12px !important;
  font-family:var(--font-body) !important;
  font-size:11px !important;
  font-weight:600 !important;
  letter-spacing:.14em !important;
}

/* paragraphe */
.hero p{
  font-family:var(--font-body) !important;
  font-size:16px !important;
  line-height:1.58 !important;
  max-width:610px !important;
  margin:0;
}

/* boutons plus petits */
.hero-actions{
  margin-top:24px !important;
  gap:10px !important;
}

.hero-actions .btn{
  padding:11px 18px !important;
  font-size:14px !important;
}

/* Zone logo moins imposante */
.hero-art{
  min-height:300px !important;
  padding:18px 10px !important;
}

.hero-art img{
  width:min(270px,58%) !important;
  max-height:270px !important;
}

/* Header plus compact */
.site-header{
  height:72px !important;
}

.brand img{
  width:235px !important;
}

.main-nav>a:not(.btn){
  padding:25px 0 !important;
}

/* Sections : hiérarchie plus maîtrisée */
.section h2,
#expertises .section-heading h2{
  font-family:var(--font-heading) !important;
  font-size:clamp(29px,2.6vw,38px) !important;
  line-height:1.12 !important;
  font-weight:600 !important;
}

/* Cartes */
.service-card h3,
#expertises .service-card h3{
  font-family:var(--font-heading) !important;
  font-size:17px !important;
  line-height:1.25 !important;
  font-weight:600 !important;
}

.service-card p,
#expertises .service-card p{
  font-family:var(--font-body) !important;
  font-size:14.5px !important;
  line-height:1.55 !important;
}

/* Backoffice */
.admin-main,
.sidebar,
.data-table,
.filterbar,
.form-card,
.panel,
.kpi{
  font-family:var(--font-body) !important;
}

.admin-topbar h1,
.panel h2,
.kpi strong,
.sidebar nav a{
  font-family:var(--font-heading) !important;
}

.admin-topbar h1{
  font-size:31px !important;
  font-weight:600 !important;
}

.sidebar nav a{
  font-weight:500 !important;
}

/* Mobile */
@media (max-width:760px){
  .hero{
    min-height:auto !important;
    padding:38px 22px 28px !important;
  }

  .hero h1{
    font-size:36px !important;
  }

  .hero-art{
    min-height:210px !important;
    padding:10px 0 !important;
  }

  .hero-art img{
    width:min(220px,64%) !important;
  }

  .site-header{
    height:68px !important;
  }

  .brand img{
    width:200px !important;
  }
}


/* ============================================================
   COLOMBO — CARTES AVEC PHOTOS V2.0.8
   ============================================================ */

#expertises .service-grid-photos{
  align-items:stretch;
}

#expertises .service-card-photo{
  padding:0 !important;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  min-height:0 !important;
  background:#FFFFFF;
  border:1px solid rgba(255,255,255,.32);
}

#expertises .service-photo{
  display:block;
  width:100%;
  height:175px;
  object-fit:cover;
  object-position:center;
  background:#E7EDF1;
}

#expertises .service-photo-projects{
  object-position:center 46%;
}

#expertises .service-card-body{
  display:flex;
  flex-direction:column;
  flex:1;
  padding:22px 24px 22px;
}

#expertises .service-card-body h3{
  margin:0 0 14px !important;
}

#expertises .service-card-body p{
  margin:0 0 22px;
}

#expertises .service-card-body a,
#expertises .service-card-body .coming{
  margin-top:auto;
}

#expertises .service-card-photo.muted{
  background:#F8FAFB;
}

#expertises .service-card-photo .service-icon{
  display:none !important;
}

@media (max-width:1100px){
  #expertises .service-photo{
    height:190px;
  }
}

@media (max-width:760px){
  #expertises .service-photo{
    height:180px;
  }

  #expertises .service-card-body{
    padding:20px;
  }
}


/* ============================================================
   COLOMBO — FOOTER COMPACT V2.0.9.1
   ============================================================ */

.site-footer{
  display:block !important;
  padding:0 !important;
  background:#061D31;
  color:rgba(255,255,255,.76);
  font-family:var(--font-body) !important;
  font-size:14px;
}

.site-footer .footer-main{
  max-width:1600px;
  margin:0 auto;
  padding:32px 6vw 22px;
  display:grid;
  grid-template-columns:1.35fr .8fr 1fr 1fr;
  gap:42px;
  align-items:start;
}

.site-footer .footer-brand img{
  width:200px;
  margin:0 0 10px;
}

.site-footer .footer-brand p{
  max-width:300px;
  margin:0;
  line-height:1.5;
  color:rgba(255,255,255,.60);
}

.site-footer .footer-column{
  display:flex;
  flex-direction:column;
  gap:6px;
}

.site-footer .footer-column h3{
  margin:0 0 7px;
  color:#FFFFFF;
  font-family:var(--font-heading) !important;
  font-size:14px;
  font-weight:600;
}

.site-footer .footer-column a{
  color:rgba(255,255,255,.72);
  text-decoration:none;
}

.site-footer .footer-column a:hover{
  color:#FFFFFF;
}

.site-footer .footer-column p{
  margin:0;
  line-height:1.5;
  color:rgba(255,255,255,.60);
}

.site-footer .footer-bottom{
  max-width:1600px;
  margin:0 auto;
  padding:13px 6vw 15px;
  border-top:1px solid rgba(255,255,255,.12);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  font-size:12.5px;
  color:rgba(255,255,255,.46);
}

.site-footer .footer-bottom a{
  color:rgba(255,255,255,.68);
  text-decoration:none;
}

.legal-page{
  min-height:62vh;
  padding:64px 6vw;
  background:#FFFFFF;
}

.legal-page-inner{
  max-width:900px;
  margin:0 auto;
}

.legal-page h1{
  margin:0 0 28px;
  font-family:var(--font-heading) !important;
  font-size:40px;
  font-weight:600;
}

.legal-copy{
  color:#4F6271;
  font-family:var(--font-body) !important;
  font-size:16px;
  line-height:1.7;
}

.legal-copy h2{
  margin:30px 0 10px;
  color:#08253E;
  font-family:var(--font-heading) !important;
  font-size:20px;
}

.legal-copy p{
  margin:0 0 16px;
}

.legal-copy a{
  color:#1F5673;
}

@media (max-width:1000px){
  .site-footer .footer-main{
    grid-template-columns:1fr 1fr;
    gap:28px;
  }
}

@media (max-width:620px){
  .site-footer .footer-main{
    grid-template-columns:1fr;
    padding:27px 24px 20px;
    gap:23px;
  }

  .site-footer .footer-brand img{
    width:180px;
  }

  .site-footer .footer-bottom{
    padding:13px 24px 15px;
    flex-direction:column;
    align-items:flex-start;
    gap:4px;
  }

  .legal-page{
    padding:48px 24px;
  }

  .legal-page h1{
    font-size:32px;
  }
}


/* ============================================================
   COLOMBO — FOOTER ALIGNEMENT V2.0.9.2
   Neutralise les anciens styles footer hérités.
   ============================================================ */

.site-footer,
.site-footer *{
  box-sizing:border-box;
}

.site-footer .footer-main{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  padding:30px 6vw 24px;
  display:grid;
  grid-template-columns:
    minmax(260px,1.35fr)
    minmax(180px,.8fr)
    minmax(250px,1fr)
    minmax(210px,.9fr);
  column-gap:56px;
  row-gap:24px;
  align-items:start;
}

/* Tous les blocs partent exactement du même axe gauche */
.site-footer .footer-brand,
.site-footer .footer-column{
  min-width:0;
  margin:0;
  padding:0;
  text-align:left !important;
  align-items:flex-start !important;
}

/* Neutralise l'ancien "footer p:last-child{text-align:right}" */
.site-footer p,
.site-footer p:last-child,
.site-footer .footer-brand p,
.site-footer .footer-column p{
  text-align:left !important;
}

/* Logo placé sur le même axe que les autres colonnes */
.site-footer .footer-brand img{
  display:block;
  width:200px;
  height:auto;
  margin:0 0 14px 0 !important;
}

/* Texte de présentation */
.site-footer .footer-brand p{
  width:100%;
  max-width:310px;
  margin:0 !important;
  line-height:1.5;
}

/* Titres uniformes */
.site-footer .footer-column h3{
  width:100%;
  margin:0 0 12px !important;
  padding:0;
  text-align:left !important;
  line-height:1.2;
}

/* Liens et coordonnées */
.site-footer .footer-column{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.site-footer .footer-column a,
.site-footer .footer-column p{
  display:block;
  width:100%;
  margin:0 !important;
  padding:0;
  line-height:1.45;
}

/* Colonne Contact : surtout ne pas centrer ni aligner à droite */
.site-footer .footer-column:nth-child(3),
.site-footer .footer-column:nth-child(3) *{
  text-align:left !important;
}

/* Barre basse sur la même largeur que la grille haute */
.site-footer .footer-bottom{
  width:100%;
  max-width:1600px;
  margin:0 auto;
  padding:14px 6vw 16px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  text-align:left !important;
}

.site-footer .footer-bottom span,
.site-footer .footer-bottom a{
  text-align:left !important;
}

/* Tablette */
@media (max-width:1100px){
  .site-footer .footer-main{
    grid-template-columns:1.2fr 1fr;
    column-gap:48px;
    row-gap:32px;
  }
}

/* Mobile */
@media (max-width:650px){
  .site-footer .footer-main{
    grid-template-columns:1fr;
    padding:28px 24px 22px;
    row-gap:26px;
  }

  .site-footer .footer-brand img{
    width:185px;
  }

  .site-footer .footer-bottom{
    padding:14px 24px 16px;
    flex-direction:column;
    align-items:flex-start;
    gap:5px;
  }
}


/* ============================================================
   COLOMBO — FOOTER LOGO LARGE V2.0.9.3
   ============================================================ */

/* Le logo utilise désormais la largeur réelle de sa colonne */
.site-footer .footer-brand{
  width:100%;
}

.site-footer .footer-brand img{
  display:block;
  width:100% !important;
  max-width:320px !important;
  height:auto !important;
  margin:0 0 14px 0 !important;
  object-fit:contain;
  object-position:left center;
}

/* Le texte sous le logo reste aligné sur la largeur visuelle du logo */
.site-footer .footer-brand p{
  max-width:320px !important;
}

/* Tablette */
@media (max-width:1100px){
  .site-footer .footer-brand img{
    max-width:300px !important;
  }

  .site-footer .footer-brand p{
    max-width:300px !important;
  }
}

/* Mobile */
@media (max-width:650px){
  .site-footer .footer-brand img{
    width:100% !important;
    max-width:260px !important;
  }

  .site-footer .footer-brand p{
    max-width:280px !important;
  }
}


/* ============================================================
   COLOMBO — MODULE DEMANDES V2.1.0
   ============================================================ */

.intake-page,
.tracking-page,
.success-page{
  background:#FFFFFF;
  min-height:calc(100vh - 72px);
}

.intake-shell{
  max-width:1180px;
  margin:0 auto;
  padding:64px 28px 90px;
}

.intake-intro{
  max-width:720px;
  margin-bottom:40px;
}

.intake-intro h1,
.tracking-shell h1,
.success-card h1{
  font-family:var(--font-heading) !important;
  color:var(--navy);
  font-size:clamp(36px,4vw,52px);
  line-height:1.05;
  font-weight:600;
  margin:0 0 18px;
}

.intake-intro p,
.tracking-shell > p{
  color:#5A6B78;
  font-size:17px;
  line-height:1.6;
}

.intake-form{
  display:grid;
  gap:18px;
}

.intake-step{
  display:grid;
  grid-template-columns:70px 1fr;
  gap:28px;
  border-top:1px solid #DCE4E9;
  padding:38px 0 22px;
}

.step-number{
  font-family:var(--font-heading);
  color:#1F5673;
  font-size:18px;
  font-weight:600;
  padding-top:4px;
}

.intake-step h2{
  font-family:var(--font-heading) !important;
  font-size:27px;
  font-weight:600;
  margin:0 0 24px;
  color:var(--navy);
}

.intake-step h3{
  font-family:var(--font-heading) !important;
  font-size:17px;
  margin:0 0 15px;
  color:var(--navy);
}

.service-choice-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.service-choice{
  position:relative;
  cursor:pointer;
}

.service-choice input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.service-choice span{
  display:block;
  min-height:92px;
  padding:18px 20px;
  border:1px solid #D9E2E7;
  border-radius:8px;
  background:#FFFFFF;
}

.service-choice strong,
.service-choice small{
  display:block;
}

.service-choice strong{
  color:var(--navy);
  font-family:var(--font-heading);
  font-size:16px;
  margin-bottom:5px;
}

.service-choice small{
  color:#6A7984;
  line-height:1.45;
}

.service-choice input:checked + span{
  border-color:#1F5673;
  box-shadow:inset 4px 0 0 #1F5673;
  background:#F8FBFC;
}

.intake-form .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.intake-form label,
.tracking-form label{
  display:grid;
  gap:7px;
  color:#455967;
  font-family:var(--font-body);
  font-size:14px;
}

.intake-form input,
.intake-form select,
.intake-form textarea,
.tracking-form input{
  width:100%;
  border:1px solid #CCD8DE;
  border-radius:7px;
  background:#FFFFFF;
  padding:12px 13px;
  font:inherit;
  color:var(--ink);
}

.intake-form textarea{
  resize:vertical;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus,
.tracking-form input:focus{
  outline:none;
  border-color:#1F5673;
  box-shadow:0 0 0 3px rgba(31,86,115,.08);
}

.intake-form .full-field{
  grid-column:1 / -1;
}

.conditional-panel{
  display:none;
  padding:20px;
  margin-top:18px;
  border-left:3px solid #1F5673;
  background:#F5F8FA;
}

.conditional-panel.is-active{
  display:block;
}

.attachment-field{
  margin-top:20px;
}

.attachment-field span{
  color:#7B8790;
  font-size:12px;
}

.consent-line{
  display:flex !important;
  align-items:flex-start;
  gap:10px !important;
  margin:24px 0;
}

.consent-line input{
  width:auto;
  margin-top:4px;
}

.consent-line a{
  color:#1F5673;
}

.intake-submit{
  min-width:210px;
}

.success-page{
  display:grid;
  place-items:center;
  padding:50px 24px;
}

.success-card{
  width:min(620px,100%);
  text-align:center;
}

.success-card > a img{
  width:230px;
  margin-bottom:35px;
}

.success-check{
  display:grid;
  place-items:center;
  width:56px;
  height:56px;
  margin:0 auto 20px;
  border-radius:50%;
  background:#E7F2F6;
  color:#1F5673;
  font-size:28px;
  font-weight:700;
}

.tracking-reference{
  margin:28px 0 20px;
  padding:22px;
  border:1px solid #D8E2E7;
  border-radius:8px;
  background:#F8FAFB;
}

.tracking-reference span,
.tracking-reference strong{
  display:block;
}

.tracking-reference span{
  color:#71808A;
  font-size:13px;
  margin-bottom:6px;
}

.tracking-reference strong{
  color:var(--navy);
  font-family:var(--font-heading);
  font-size:27px;
  letter-spacing:.03em;
}

.success-actions{
  display:flex;
  justify-content:center;
  gap:10px;
  margin-top:26px;
}

.tracking-shell{
  width:min(760px,calc(100% - 48px));
  margin:0 auto;
  padding:70px 0 90px;
}

.tracking-form{
  display:grid;
  grid-template-columns:1fr 1fr auto;
  gap:12px;
  align-items:end;
  margin:32px 0;
  padding:24px;
  border:1px solid #DDE5E9;
  border-radius:8px;
}

.tracking-result{
  margin-top:28px;
  padding:28px;
  border:1px solid #D8E2E7;
  border-radius:8px;
  background:#F8FAFB;
}

.tracking-result > strong{
  display:block;
  font-family:var(--font-heading);
  font-size:22px;
  color:var(--navy);
  margin:5px 0 18px;
}

.tracking-status,
.request-status{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  background:#E6EFF3;
  color:#1F5673;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.request-detail-grid{
  display:grid;
  grid-template-columns:1.25fr 1fr;
  gap:16px;
}

.request-detail-grid .panel h3{
  margin:28px 0 12px;
  font-size:16px;
}

.request-summary{
  white-space:pre-wrap;
  line-height:1.65;
  color:#526471;
}

.attachment-list,
.mail-status-list{
  list-style:none;
  margin:0;
  padding:0;
}

.attachment-list li{
  padding:9px 0;
  border-bottom:1px solid #ECF0F2;
}

.mail-status-list li{
  display:grid;
  gap:3px;
  padding:11px 0;
  border-bottom:1px solid #ECF0F2;
}

.mail-status-list span,
.mail-status-list small{
  color:#73808A;
  font-size:12px;
}

.mail-state{
  width:max-content;
  padding:3px 7px;
  border-radius:999px;
  background:#EEF2F4;
}

.mail-state-sent{
  background:#E8F3EC;
  color:#2F6D4D !important;
}

.request-filterbar{
  grid-template-columns:1fr 250px 220px auto !important;
}

@media (max-width:850px){
  .service-choice-grid,
  .intake-form .form-grid,
  .request-detail-grid{
    grid-template-columns:1fr;
  }

  .intake-step{
    grid-template-columns:1fr;
    gap:12px;
  }

  .tracking-form{
    grid-template-columns:1fr;
  }

  .request-filterbar{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:620px){
  .intake-shell{
    padding:45px 22px 65px;
  }

  .success-actions{
    flex-direction:column;
  }
}


/* ============================================================
   COLOMBO — DEMANDES COULEURS + FOOTER V2.1.1
   ============================================================ */

:root{
  --request-blue:#1F5673;
  --request-blue-hover:#17455E;
  --request-navy:#08253E;
  --request-light:#EEF4F7;
  --request-line:#D5E0E6;
}

/* ------------------------------------------------------------
   PAGE / INTRO
   ------------------------------------------------------------ */

.intake-page{
  background:#FFFFFF;
}

.intake-shell{
  max-width:1220px;
  padding-top:38px;
}

/* vrai bandeau de marque au lieu d'un grand vide blanc */
.intake-intro{
  max-width:none !important;
  margin:0 0 42px !important;
  padding:34px 40px 36px;
  background:var(--request-navy);
  border-radius:10px;
}

.intake-intro .eyebrow{
  color:#7CC1E2 !important;
}

.intake-intro h1{
  color:#FFFFFF !important;
  font-size:clamp(34px,3.6vw,48px) !important;
  margin-bottom:14px !important;
}

.intake-intro p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.78) !important;
  font-size:16px !important;
}

/* ------------------------------------------------------------
   ETAPES
   ------------------------------------------------------------ */

.intake-step{
  position:relative;
  border-top:1px solid var(--request-line);
  padding-top:34px;
}

.step-number{
  display:flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  padding:0 !important;
  border-radius:7px;
  background:var(--request-blue);
  color:#FFFFFF !important;
  font-size:15px !important;
  letter-spacing:.03em;
}

.intake-step h2{
  color:var(--request-navy);
}

/* petite barre colorée sous le titre de chaque étape */
.intake-step h2::after{
  content:"";
  display:block;
  width:44px;
  height:3px;
  margin-top:12px;
  background:var(--request-blue);
  border-radius:3px;
}

/* ------------------------------------------------------------
   CARTES DE CHOIX
   ------------------------------------------------------------ */

.service-choice span{
  min-height:96px;
  border:1px solid #CFDCE3 !important;
  background:#FFFFFF !important;
  transition:
    background .16s ease,
    color .16s ease,
    border-color .16s ease,
    transform .16s ease;
}

.service-choice:hover span{
  border-color:#8FB5C8 !important;
  transform:translateY(-1px);
}

.service-choice strong{
  color:var(--request-navy) !important;
}

.service-choice small{
  color:#657987 !important;
}

/* sélection : vrai bleu, pas de simple liseré */
.service-choice input:checked + span{
  background:var(--request-blue) !important;
  border-color:var(--request-blue) !important;
  box-shadow:none !important;
}

.service-choice input:checked + span strong{
  color:#FFFFFF !important;
}

.service-choice input:checked + span small{
  color:rgba(255,255,255,.80) !important;
}

.service-choice input:focus-visible + span{
  outline:3px solid rgba(31,86,115,.22);
  outline-offset:3px;
}

/* ------------------------------------------------------------
   CHAMPS
   ------------------------------------------------------------ */

.intake-form input,
.intake-form select,
.intake-form textarea,
.tracking-form input{
  border-color:#C9D7DE !important;
  background:#FFFFFF;
}

.intake-form input:hover,
.intake-form select:hover,
.intake-form textarea:hover{
  border-color:#9EB9C7 !important;
}

.intake-form input:focus,
.intake-form select:focus,
.intake-form textarea:focus,
.tracking-form input:focus{
  border-color:var(--request-blue) !important;
  box-shadow:0 0 0 3px rgba(31,86,115,.11) !important;
}

.conditional-panel{
  border-left:4px solid var(--request-blue) !important;
  background:#F3F7F9 !important;
  border-radius:0 7px 7px 0;
}

.attachment-field input[type="file"]{
  background:#F8FAFB;
}

.consent-line{
  padding:14px 16px;
  background:#F4F7F9;
  border-radius:7px;
}

/* bouton principal */
.intake-submit{
  background:var(--request-blue) !important;
  border-color:var(--request-blue) !important;
}

.intake-submit:hover{
  background:var(--request-blue-hover) !important;
  border-color:var(--request-blue-hover) !important;
}

/* ------------------------------------------------------------
   SUIVI / CONFIRMATION
   ------------------------------------------------------------ */

.tracking-page{
  background:#F5F8FA;
}

.tracking-shell{
  background:#FFFFFF;
  margin-top:48px;
  margin-bottom:60px;
  padding:34px 38px 42px !important;
  border:1px solid #D9E3E8;
  border-radius:10px;
}

.tracking-result{
  border-left:4px solid var(--request-blue) !important;
}

.success-page{
  background:#F5F8FA;
}

.success-card{
  padding:42px 46px;
  background:#FFFFFF;
  border:1px solid #D9E3E8;
  border-radius:10px;
}

.success-check{
  background:var(--request-blue) !important;
  color:#FFFFFF !important;
}

.tracking-reference{
  border-left:4px solid var(--request-blue) !important;
}

/* ------------------------------------------------------------
   FOOTER SUR LES PAGES DEMANDES
   ------------------------------------------------------------ */

.intake-page + .site-footer,
.tracking-page + .site-footer,
.success-page + .site-footer{
  margin-top:0;
}

.site-footer{
  border-top:0 !important;
}

/* ------------------------------------------------------------
   MOBILE
   ------------------------------------------------------------ */

@media (max-width:850px){
  .intake-intro{
    padding:28px 26px 30px;
  }

  .intake-step{
    gap:16px;
  }

  .step-number{
    width:38px;
    height:38px;
  }
}

@media (max-width:620px){
  .intake-shell{
    padding-top:22px;
  }

  .intake-intro{
    border-radius:8px;
    padding:24px 22px 26px;
  }

  .tracking-shell{
    width:calc(100% - 32px);
    padding:26px 22px 32px !important;
  }

  .success-card{
    padding:30px 22px;
  }
}


/* ============================================================
   COLOMBO — DEMANDES BLOCS BLEUS V2.1.3
   Les blocs conditionnels passent du gris au bleu COLOMBO.
   ============================================================ */

.conditional-panel{
  background:#1F5F83 !important;
  border:0 !important;
  border-top:4px solid #08253E !important;
  border-radius:8px !important;
  padding:24px 26px !important;
}

/* Titre du bloc */
.conditional-panel h3{
  color:#FFFFFF !important;
  margin-bottom:18px !important;
}

/* Libellés */
.conditional-panel label{
  color:#FFFFFF !important;
}

/* Champs blancs sur fond bleu */
.conditional-panel input,
.conditional-panel select,
.conditional-panel textarea{
  background:#FFFFFF !important;
  color:#142532 !important;
  border:1px solid rgba(255,255,255,.85) !important;
}

/* Focus propre */
.conditional-panel input:focus,
.conditional-panel select:focus,
.conditional-panel textarea:focus{
  border-color:#FFFFFF !important;
  box-shadow:0 0 0 3px rgba(255,255,255,.20) !important;
}

/* Placeholder lisible */
.conditional-panel input::placeholder,
.conditional-panel textarea::placeholder{
  color:#71808A !important;
}

/* Mobile */
@media (max-width:620px){
  .conditional-panel{
    padding:20px !important;
  }
}


/* ============================================================
   COLOMBO — UPLOAD + CONSENTEMENT BLEU V2.1.4
   ============================================================ */

/* ------------------------------------------------------------
   ZONE DOCUMENTS
   ------------------------------------------------------------ */

.attachment-field{
  padding:18px 20px !important;
  background:#1F5F83 !important;
  border:0 !important;
  border-radius:8px !important;
  color:#FFFFFF !important;
}

.attachment-field > span{
  color:rgba(255,255,255,.80) !important;
}

.attachment-field input[type="file"]{
  display:block;
  width:100%;
  margin-top:10px;
  padding:10px !important;
  background:#1F5F83 !important;
  color:#FFFFFF !important;
  border:1px solid rgba(255,255,255,.55) !important;
  border-radius:6px !important;
}

.attachment-field input[type="file"]::file-selector-button{
  margin-right:12px;
  padding:8px 14px;
  border:0;
  border-radius:5px;
  background:#FFFFFF;
  color:#1F5F83;
  font-family:var(--font-heading);
  font-weight:600;
  cursor:pointer;
}

.attachment-field input[type="file"]::file-selector-button:hover{
  background:#EAF2F6;
}

/* Compatibilité Firefox / anciens moteurs */
.attachment-field input[type="file"]::-webkit-file-upload-button{
  margin-right:12px;
  padding:8px 14px;
  border:0;
  border-radius:5px;
  background:#FFFFFF;
  color:#1F5F83;
  font-family:var(--font-heading);
  font-weight:600;
  cursor:pointer;
}

/* ------------------------------------------------------------
   CONSENTEMENT
   ------------------------------------------------------------ */

.consent-line{
  padding:16px 18px !important;
  background:#1F5F83 !important;
  border:0 !important;
  border-radius:8px !important;
  color:#FFFFFF !important;
}

.consent-line span{
  color:#FFFFFF !important;
}

.consent-line a{
  color:#FFFFFF !important;
  text-decoration:underline;
  text-underline-offset:3px;
  font-weight:600;
}

.consent-line input[type="checkbox"]{
  width:18px !important;
  height:18px !important;
  flex:0 0 18px;
  margin-top:1px !important;
  accent-color:#08253E;
}

/* Focus clavier visible */
.consent-line a:focus-visible,
.attachment-field input[type="file"]:focus-visible{
  outline:3px solid rgba(255,255,255,.45);
  outline-offset:3px;
}


/* ============================================================
   COLOMBO — CTA PROJET COMPACT V2.1.6
   ============================================================ */

.project-cta-section{
  padding:48px 6vw 50px;
  background:#FFFFFF;
}

.project-cta-card{
  width:min(1500px,100%);
  margin:0 auto;
  padding:30px 40px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  align-items:center;
  gap:42px;
  background:#08253E;
  border-radius:10px;
}

.project-cta-copy{
  max-width:850px;
}

.project-cta-copy .eyebrow{
  display:block;
  margin-bottom:10px;
  color:#65B7DE !important;
}

.project-cta-copy h2{
  margin:0 0 8px;
  color:#FFFFFF !important;
  font-family:var(--font-heading) !important;
  font-size:clamp(28px,2.8vw,40px);
  line-height:1.08;
  font-weight:600;
}

.project-cta-copy p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.5;
}

.project-cta-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:220px;
}

.project-cta-primary,
.project-cta-secondary{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:11px 18px;
  border-radius:7px;
  font-family:var(--font-heading);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.15s ease;
}

.project-cta-primary{
  background:#1F5F83;
  border:1px solid #1F5F83;
  color:#FFFFFF;
}

.project-cta-primary:hover{
  background:#2D78A0;
  border-color:#2D78A0;
}

.project-cta-secondary{
  background:transparent;
  border:1px solid rgba(255,255,255,.55);
  color:#FFFFFF;
}

.project-cta-secondary:hover{
  background:rgba(255,255,255,.08);
  border-color:#FFFFFF;
}

@media (max-width:900px){
  .project-cta-card{
    grid-template-columns:1fr;
    gap:24px;
    padding:30px;
  }

  .project-cta-actions{
    flex-direction:row;
    min-width:0;
  }

  .project-cta-primary,
  .project-cta-secondary{
    flex:1;
  }
}

@media (max-width:620px){
  .project-cta-section{
    padding:34px 20px 38px;
  }

  .project-cta-card{
    padding:24px 20px;
  }

  .project-cta-actions{
    flex-direction:column;
  }
}


/* ============================================================
   COLOMBO — PAGE SOCIETE V2.1.7
   ============================================================ */

.company-page{
  background:#FFFFFF;
  color:#08253E;
}

.company-container{
  width:min(1540px, calc(100% - 12vw));
  margin:0 auto;
}

.company-hero{
  padding:80px 0 84px;
  background:#FFFFFF;
  border-bottom:1px solid #DCE5EA;
}

.company-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);
  align-items:center;
  gap:76px;
}

.company-hero-copy{
  max-width:850px;
}

.company-hero-copy h1{
  max-width:850px;
  margin:16px 0 24px;
  font-family:var(--font-heading) !important;
  font-size:clamp(42px,5vw,70px);
  line-height:1.03;
  letter-spacing:-.035em;
  font-weight:600;
  color:#08253E;
}

.company-hero-copy p{
  max-width:760px;
  color:#536876;
  font-size:17px;
  line-height:1.65;
}

.company-hero-copy .company-lead{
  color:#253F50;
  font-size:19px;
}

.company-hero-actions{
  display:flex;
  gap:12px;
  margin-top:30px;
}

.company-signature{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  min-height:340px;
}

.company-signature-ring{
  display:grid;
  place-items:center;
  width:min(310px,80%);
  aspect-ratio:1;
  border:1px solid #B9CED9;
  border-radius:50%;
  position:relative;
}

.company-signature-ring::after{
  content:"";
  position:absolute;
  inset:22px;
  border:1px solid #D8E5EB;
  border-radius:50%;
}

.company-signature-ring span{
  position:relative;
  z-index:1;
  font-family:Georgia, "Times New Roman", serif;
  font-size:142px;
  line-height:1;
  color:#08253E;
}

.company-signature small{
  margin-top:16px;
  color:#1F5F83;
  text-transform:uppercase;
  letter-spacing:.18em;
  font-size:11px;
  font-weight:700;
}

.company-section{
  padding:82px 0;
}

.company-section-blue{
  background:#08253E;
  color:#FFFFFF;
}

.eyebrow-light{
  color:#69B8DD !important;
}

.company-two-cols{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:86px;
  margin-top:24px;
}

.company-two-cols h2,
.company-section-heading h2,
.company-local-grid h2{
  margin:0;
  font-family:var(--font-heading) !important;
  font-size:clamp(33px,3.8vw,52px);
  line-height:1.08;
  letter-spacing:-.025em;
  font-weight:600;
}

.company-section-blue h2{
  color:#FFFFFF;
}

.company-copy-light{
  color:rgba(255,255,255,.73);
  font-size:17px;
  line-height:1.65;
}

.company-copy-light p{
  margin:0 0 18px;
}

.company-values{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  margin-top:56px;
  border-top:1px solid rgba(255,255,255,.16);
}

.company-values article{
  padding:28px 36px 6px 0;
}

.company-values article + article{
  padding-left:36px;
  border-left:1px solid rgba(255,255,255,.16);
}

.company-values span{
  color:#69B8DD;
  font-family:var(--font-heading);
  font-size:14px;
  font-weight:700;
}

.company-values h3{
  margin:10px 0 8px;
  color:#FFFFFF;
  font-family:var(--font-heading);
  font-size:23px;
}

.company-values p{
  margin:0;
  color:rgba(255,255,255,.68);
  line-height:1.55;
}

.company-section-heading{
  display:grid;
  grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
  gap:66px;
  align-items:end;
  margin:20px 0 42px;
}

.company-section-heading-single{
  grid-template-columns:1fr;
}

.company-section-heading p{
  margin:0;
  color:#61727E;
  font-size:16px;
  line-height:1.6;
}

.company-expertise-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.company-expertise{
  min-height:320px;
  padding:34px 36px;
  border-radius:9px;
}

.company-expertise-main{
  background:#1F5F83;
  color:#FFFFFF;
}

.company-expertise-main:nth-child(2){
  background:#08253E;
}

.company-expertise-kicker,
.company-service-label{
  font-size:11px;
  font-weight:700;
  letter-spacing:.16em;
}

.company-expertise-kicker{
  color:#8BD0EF;
}

.company-expertise h3{
  max-width:560px;
  margin:18px 0;
  font-family:var(--font-heading);
  font-size:30px;
  line-height:1.12;
  color:#FFFFFF;
}

.company-expertise p{
  max-width:650px;
  color:rgba(255,255,255,.77);
  font-size:16px;
  line-height:1.65;
}

.company-expertise a{
  display:inline-block;
  margin-top:18px;
  color:#FFFFFF;
  font-weight:600;
  text-decoration:none;
}

.company-services-separator{
  display:flex;
  align-items:center;
  gap:18px;
  margin:50px 0 24px;
  color:#1F5F83;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.14em;
}

.company-services-separator::after{
  content:"";
  height:1px;
  flex:1;
  background:#D4E1E7;
}

.company-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.company-service-grid article{
  padding:30px 32px;
  border:1px solid #D4E0E6;
  border-top:4px solid #1F5F83;
  border-radius:8px;
}

.company-service-label{
  color:#1F5F83;
}

.company-service-grid h3{
  margin:12px 0 10px;
  font-family:var(--font-heading);
  font-size:23px;
}

.company-service-grid p{
  margin:0;
  color:#61727E;
  line-height:1.6;
}

.company-method-section{
  background:#F7F9FA;
}

.company-method{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  margin-top:36px;
  border-top:1px solid #CBD8DF;
  border-bottom:1px solid #CBD8DF;
}

.company-method article{
  padding:28px 28px 32px 0;
}

.company-method article + article{
  padding-left:28px;
  border-left:1px solid #CBD8DF;
}

.company-method span{
  color:#1F5F83;
  font-family:var(--font-heading);
  font-weight:700;
}

.company-method h3{
  margin:12px 0 10px;
  font-family:var(--font-heading);
  font-size:22px;
}

.company-method p{
  margin:0;
  color:#61727E;
  line-height:1.55;
}

.company-audience-list{
  border-top:1px solid #CDD9E0;
}

.company-audience-list > div{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:24px;
  padding:18px 0;
  border-bottom:1px solid #CDD9E0;
}

.company-audience-list strong{
  color:#08253E;
}

.company-audience-list span{
  color:#61727E;
}

.company-local-section{
  background:#EAF1F5;
}

.company-local-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:86px;
}

.company-local-grid p{
  margin:0 0 18px;
  color:#4F6472;
  font-size:16px;
  line-height:1.7;
}

.company-final-cta{
  padding:54px 0 58px;
  background:#FFFFFF;
}

.company-final-card{
  padding:34px 40px;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:48px;
  align-items:center;
  background:#08253E;
  border-radius:10px;
}

.company-final-card h2{
  margin:10px 0;
  color:#FFFFFF;
  font-family:var(--font-heading);
  font-size:clamp(30px,3vw,42px);
}

.company-final-card p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.72);
  line-height:1.55;
}

.company-final-actions{
  display:flex;
  flex-direction:column;
  gap:9px;
  min-width:220px;
}

.company-primary-link,
.company-secondary-link{
  display:flex;
  justify-content:center;
  align-items:center;
  min-height:46px;
  padding:11px 18px;
  border-radius:7px;
  font-family:var(--font-heading);
  font-size:14px;
  font-weight:600;
  text-decoration:none;
}

.company-primary-link{
  background:#1F5F83;
  border:1px solid #1F5F83;
  color:#FFFFFF;
}

.company-primary-link:hover{
  background:#2D78A0;
}

.company-secondary-link{
  background:transparent;
  border:1px solid rgba(255,255,255,.5);
  color:#FFFFFF;
}

.company-secondary-link:hover{
  background:rgba(255,255,255,.08);
}

@media (max-width:1000px){
  .company-hero-grid,
  .company-two-cols,
  .company-section-heading,
  .company-local-grid{
    grid-template-columns:1fr;
    gap:38px;
  }

  .company-signature{
    min-height:240px;
  }

  .company-values,
  .company-method{
    grid-template-columns:1fr 1fr;
  }

  .company-expertise-grid,
  .company-service-grid{
    grid-template-columns:1fr;
  }

  .company-final-card{
    grid-template-columns:1fr;
    gap:28px;
  }

  .company-final-actions{
    flex-direction:row;
  }

  .company-primary-link,
  .company-secondary-link{
    flex:1;
  }
}

@media (max-width:680px){
  .company-container{
    width:calc(100% - 40px);
  }

  .company-hero{
    padding:52px 0 58px;
  }

  .company-section{
    padding:60px 0;
  }

  .company-hero-actions,
  .company-final-actions{
    flex-direction:column;
  }

  .company-values,
  .company-method{
    grid-template-columns:1fr;
  }

  .company-values article,
  .company-values article + article,
  .company-method article,
  .company-method article + article{
    padding:22px 0;
    border-left:0;
  }

  .company-audience-list > div{
    grid-template-columns:1fr;
    gap:6px;
  }

  .company-final-card{
    padding:28px 22px;
  }
}


/* ============================================================
   COLOMBO — PAGE SOCIETE BLEU + LOGO V2.1.8
   ============================================================ */

/* ------------------------------------------------------------
   HERO : vrai logo COLOMBO
   ------------------------------------------------------------ */

.company-signature{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:300px !important;
  padding:30px !important;
}

.company-signature-logo{
  display:block;
  width:min(470px,100%) !important;
  max-height:260px !important;
  object-fit:contain !important;
}

/* Neutralise les anciens éléments décoratifs s'ils sont encore en CSS */
.company-signature-ring{
  display:none !important;
}

/* ------------------------------------------------------------
   NOTRE METHODE : BLEU PETROLE
   ------------------------------------------------------------ */

.company-method-section{
  background:#1F5F83 !important;
  color:#FFFFFF !important;
}

.company-method-section .eyebrow{
  color:#8BD0EF !important;
}

.company-method-section h2,
.company-method-section h3{
  color:#FFFFFF !important;
}

.company-method{
  border-top:1px solid rgba(255,255,255,.28) !important;
  border-bottom:1px solid rgba(255,255,255,.28) !important;
}

.company-method article + article{
  border-left:1px solid rgba(255,255,255,.25) !important;
}

.company-method span{
  color:#9CD8F2 !important;
}

.company-method p{
  color:rgba(255,255,255,.78) !important;
}

/* ------------------------------------------------------------
   COLOMBO EN GUADELOUPE : BLEU MARINE
   ------------------------------------------------------------ */

.company-local-section{
  background:#08253E !important;
  color:#FFFFFF !important;
}

.company-local-section .eyebrow{
  color:#69B8DD !important;
}

.company-local-grid h2{
  color:#FFFFFF !important;
}

.company-local-grid p{
  color:rgba(255,255,255,.78) !important;
}

/* Variation subtile entre les deux bleus */
.company-local-section{
  border-top:1px solid rgba(255,255,255,.08);
}

/* ------------------------------------------------------------
   RESPONSIVE
   ------------------------------------------------------------ */

@media (max-width:1000px){
  .company-signature{
    min-height:220px !important;
    padding:10px 20px 20px !important;
  }

  .company-signature-logo{
    width:min(390px,82%) !important;
  }
}

@media (max-width:680px){
  .company-signature{
    min-height:180px !important;
  }

  .company-signature-logo{
    width:min(320px,88%) !important;
  }

  .company-method article,
  .company-method article + article{
    border-left:0 !important;
    border-bottom:1px solid rgba(255,255,255,.22) !important;
  }
}


/* ============================================================
   COLOMBO — BIEN-ETRE SOCLE V2.2.1
   ============================================================ */

.wellness-page{
  background:#FFFFFF;
  color:#08253E;
}

.wellness-container{
  width:min(1540px, calc(100% - 12vw));
  margin:0 auto;
}

.wellness-hero{
  padding:78px 0 82px;
  background:#FFFFFF;
}

.wellness-hero-grid{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:80px;
}

.wellness-hero h1{
  max-width:760px;
  margin:16px 0 22px;
  font-family:var(--font-heading) !important;
  font-size:clamp(44px,5vw,70px);
  line-height:1.03;
  letter-spacing:-.03em;
  font-weight:600;
}

.wellness-lead{
  max-width:760px;
  color:#526978;
  font-size:19px;
  line-height:1.6;
}

.wellness-hero-actions{
  display:flex;
  gap:12px;
  margin-top:28px;
}

.wellness-hero-panel{
  min-height:360px;
  padding:42px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  background:#1F5F83;
  border-radius:10px;
  color:#FFFFFF;
}

.wellness-hero-panel span{
  color:#A3DCF4;
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
}

.wellness-hero-panel strong{
  font-family:var(--font-heading);
  font-size:clamp(36px,4vw,56px);
  line-height:1.08;
  font-weight:600;
}

.wellness-section{
  padding:80px 0;
}

.wellness-section-blue{
  background:#08253E;
  color:#FFFFFF;
}

.wellness-section h2{
  max-width:900px;
  margin:16px 0 38px;
  font-family:var(--font-heading);
  font-size:clamp(34px,4vw,54px);
  line-height:1.08;
  letter-spacing:-.025em;
}

.wellness-section-blue h2{
  color:#FFFFFF;
}

.wellness-service-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
}

.wellness-service-card{
  min-height:420px;
  padding:34px;
  display:flex;
  flex-direction:column;
  border:1px solid rgba(255,255,255,.18);
  border-radius:9px;
  background:#1F5F83;
}

.wellness-service-card:nth-child(even){
  background:#153F5A;
}

.wellness-service-number{
  color:#A3DCF4;
  font-weight:700;
}

.wellness-service-card h3{
  margin:18px 0 8px;
  color:#FFFFFF;
  font-family:var(--font-heading);
  font-size:30px;
}

.wellness-service-tagline{
  color:#FFFFFF !important;
  font-weight:600;
}

.wellness-service-card p{
  color:rgba(255,255,255,.76);
  line-height:1.65;
}

.wellness-service-meta{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:auto;
  padding-top:26px;
}

.wellness-service-meta > div{
  padding-top:14px;
  border-top:1px solid rgba(255,255,255,.22);
}

.wellness-service-meta span,
.wellness-service-meta strong{
  display:block;
}

.wellness-service-meta span{
  color:#A3DCF4;
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.12em;
}

.wellness-service-meta strong{
  margin-top:5px;
  color:#FFFFFF;
  font-size:18px;
}

.wellness-service-link,
.wellness-service-coming{
  display:inline-block;
  margin-top:24px;
  color:#FFFFFF;
  font-weight:600;
}

.wellness-service-coming{
  color:rgba(255,255,255,.62);
  font-size:13px;
}

.wellness-steps{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border-top:1px solid #C9D7DF;
  border-bottom:1px solid #C9D7DF;
}

.wellness-steps article{
  padding:28px 28px 30px 0;
}

.wellness-steps article + article{
  padding-left:28px;
  border-left:1px solid #C9D7DF;
}

.wellness-steps span{
  color:#1F5F83;
  font-weight:700;
}

.wellness-steps h3{
  margin:12px 0 8px;
  font-family:var(--font-heading);
  font-size:22px;
}

.wellness-steps p{
  margin:0;
  color:#61727E;
  line-height:1.55;
}

.wellness-info-section{
  background:#1F5F83;
  color:#FFFFFF;
}

.wellness-info-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:82px;
}

.wellness-info-section h2{
  color:#FFFFFF;
}

.wellness-info-section .eyebrow{
  color:#A3DCF4 !important;
}

.wellness-info-grid p{
  color:rgba(255,255,255,.78);
  font-size:17px;
  line-height:1.7;
}

.wellness-faq-section{
  background:#FFFFFF;
}

.wellness-faq{
  border-top:1px solid #CAD8DF;
}

.wellness-faq details{
  border-bottom:1px solid #CAD8DF;
}

.wellness-faq summary{
  padding:20px 0;
  cursor:pointer;
  color:#08253E;
  font-family:var(--font-heading);
  font-weight:600;
  font-size:18px;
}

.wellness-faq details p{
  max-width:900px;
  margin:0 0 22px;
  color:#61727E;
  line-height:1.6;
}

.wellness-final{
  padding:54px 0 58px;
}

.wellness-final-card{
  padding:34px 40px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:48px;
  align-items:center;
  background:#08253E;
  border-radius:10px;
}

.wellness-final-card h2{
  margin:10px 0;
  color:#FFFFFF;
  font-family:var(--font-heading);
  font-size:clamp(30px,3vw,42px);
}

.wellness-final-card p{
  max-width:760px;
  margin:0;
  color:rgba(255,255,255,.72);
}

.wellness-contact-link{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:12px 20px;
  border-radius:7px;
  background:#1F5F83;
  color:#FFFFFF;
  font-weight:600;
  text-decoration:none;
}

.wellness-admin-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.wellness-admin-card h2{
  margin:16px 0 8px;
}

.wellness-admin-form{
  max-width:1050px;
}

.wellness-admin-form .form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.wellness-admin-form label{
  display:grid;
  gap:7px;
}

.wellness-admin-form .full-field{
  grid-column:1 / -1;
}

.wellness-admin-form input,
.wellness-admin-form textarea{
  width:100%;
  padding:12px;
  border:1px solid #CBD8DF;
  border-radius:7px;
  font:inherit;
}

.wellness-admin-checks{
  display:grid;
  gap:10px;
  margin:24px 0;
}

@media (max-width:900px){
  .wellness-hero-grid,
  .wellness-info-grid,
  .wellness-service-grid,
  .wellness-admin-grid{
    grid-template-columns:1fr;
  }

  .wellness-steps{
    grid-template-columns:1fr 1fr;
  }

  .wellness-final-card{
    grid-template-columns:1fr;
  }
}

@media (max-width:620px){
  .wellness-container{
    width:calc(100% - 40px);
  }

  .wellness-hero,
  .wellness-section{
    padding:58px 0;
  }

  .wellness-hero-actions{
    flex-direction:column;
  }

  .wellness-hero-panel{
    min-height:280px;
  }

  .wellness-steps{
    grid-template-columns:1fr;
  }

  .wellness-steps article,
  .wellness-steps article + article{
    padding:22px 0;
    border-left:0;
    border-bottom:1px solid #C9D7DF;
  }

  .wellness-admin-form .form-grid{
    grid-template-columns:1fr;
  }

  .wellness-admin-form .full-field{
    grid-column:auto;
  }
}

