.elementor-1014 .elementor-element.elementor-element-ad2710d{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-9c528f6 *//* =========================
   NG — ZONE D'INTERVENTION
   Scope page/bloc : #ng-zones
   ========================= */

#ng-zones{
  --ng-blue: #0b4f6c;     /* adapte si ton bleu exact diffère */
  --ng-red:  #ff5a5f;     /* ton bouton "RECHERCHER" */
  --ng-text: #0f172a;
  --ng-muted:#64748b;
  --ng-border:#e8edf3;
  --ng-bg: #ffffff;
  --ng-soft:#f6f8fb;

  padding: 24px 0;
}

#ng-zones .ng-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 18px;
  align-items: stretch;
}

#ng-zones .ng-card{
  background: var(--ng-bg);
  border: 1px solid var(--ng-border);
  border-radius: 18px;
  padding: 22px 22px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, .06);
}

#ng-zones .ng-card--accent{
  background: linear-gradient(180deg, #ffffff 0%, var(--ng-soft) 100%);
}

#ng-zones .ng-kicker{
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--ng-muted);
}

#ng-zones .ng-title{
  margin: 0 0 10px 0;
  font-size: 28px;
  line-height: 1.15;
  color: var(--ng-text);
}

#ng-zones .ng-text{
  margin: 0 0 14px 0;
  font-size: 16px;
  line-height: 1.65;
  color: #334155;
}

#ng-zones .ng-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

#ng-zones .ng-list li{
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 10px;
  padding: 12px 12px;
  border: 1px solid var(--ng-border);
  border-radius: 14px;
  background: #fff;
}

#ng-zones .ng-dot{
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 999px;
  background: var(--ng-red);
  box-shadow: 0 0 0 6px rgba(255, 90, 95, .12);
}

#ng-zones .ng-actions{
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#ng-zones .ng-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 16px;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none !important;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

#ng-zones .ng-btn--primary{
  background: var(--ng-blue);
  color: #fff !important;
  box-shadow: 0 12px 22px rgba(11, 79, 108, .22);
}

#ng-zones .ng-btn--ghost{
  background: #fff;
  color: var(--ng-blue) !important;
  border-color: rgba(11, 79, 108, .22);
}

#ng-zones .ng-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(2, 6, 23, .12);
}

#ng-zones .ng-badges{
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

#ng-zones .ng-badge{
  font-size: 13px;
  font-weight: 700;
  color: var(--ng-text);
  background: #fff;
  border: 1px solid var(--ng-border);
  padding: 8px 10px;
  border-radius: 999px;
}

/* Responsive */
@media (max-width: 1024px){
  #ng-zones .ng-grid{
    grid-template-columns: 1fr;
  }
  #ng-zones .ng-title{
    font-size: 24px;
  }
}/* End custom CSS */
/* Start custom CSS *//* ==============================
   NG – VALEURS & ENGAGEMENTS
   CSS scoped Elementor (body.elementor-page-1014)
   ============================== */

body.elementor-page-1014 .ng-ve{
  --ng-blue:#0B5674;
  --ng-blue2:#0A3F56;
  --ng-ink:#0f172a;
  --ng-muted:#475569;
  --ng-line:rgba(15,23,42,.10);
  --ng-card:#ffffff;
  --ng-bg:#f6f8fb;
  --ng-accent:#ff5a5f;
  --ng-radius:22px;
  --ng-shadow:0 14px 34px rgba(2,8,23,.08);
  --ng-shadow2:0 10px 26px rgba(2,8,23,.07);

  color: var(--ng-ink);
}

/* HERO */
body.elementor-page-1014 .ng-ve-hero{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  padding: 26px;
  border-radius: var(--ng-radius);
  background: linear-gradient(135deg, rgba(11,86,116,.10), rgba(255,90,95,.06));
  border: 1px solid var(--ng-line);
  box-shadow: var(--ng-shadow);
  margin-bottom: 22px;
}

body.elementor-page-1014 .ng-kicker{
  margin: 0 0 8px 0;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(11,86,116,.92);
}

body.elementor-page-1014 .ng-kicker--light{
  color: rgba(255,255,255,.75);
}

body.elementor-page-1014 .ng-ve-title{
  margin: 0 0 10px 0;
  font-size: clamp(28px, 3.6vw, 46px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 950;
}

body.elementor-page-1014 .ng-ve-lead{
  margin: 0 0 14px 0;
  color: var(--ng-muted);
  font-size: 16px;
  line-height: 1.65;
  max-width: 70ch;
}

body.elementor-page-1014 .ng-ve-actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}

body.elementor-page-1014 .ng-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

body.elementor-page-1014 .ng-btn--primary{
  background: linear-gradient(135deg, var(--ng-blue), var(--ng-blue2));
  color: #fff !important;
  box-shadow: 0 12px 26px rgba(11,86,116,.22);
}

body.elementor-page-1014 .ng-btn--ghost{
  background: #fff;
  color: var(--ng-blue) !important;
  border: 1px solid rgba(11,86,116,.20);
}

body.elementor-page-1014 .ng-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(2,8,23,.10);
}

body.elementor-page-1014 .ng-ve-note{
  margin: 12px 0 0 0;
  font-size: 13px;
  color: rgba(71,85,105,.95);
}

/* Mini cards */
body.elementor-page-1014 .ng-ve-hero__cards{
  display:flex;
  flex-direction: column;
  gap: 12px;
}

body.elementor-page-1014 .ng-mini{
  background: rgba(255,255,255,.78);
  border: 1px solid var(--ng-line);
  border-radius: 18px;
  box-shadow: var(--ng-shadow2);
  padding: 14px;
}

body.elementor-page-1014 .ng-mini__k{
  margin: 0;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(71,85,105,.90);
  font-weight: 900;
}

body.elementor-page-1014 .ng-mini__v{
  margin: 6px 0 0 0;
  font-weight: 900;
  color: var(--ng-ink);
  font-size: 14px;
}

/* PILIERS */
body.elementor-page-1014 .ng-ve-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-bottom: 18px;
}

body.elementor-page-1014 .ng-ve-card{
  grid-column: span 4;
  background: var(--ng-card);
  border: 1px solid var(--ng-line);
  border-radius: var(--ng-radius);
  box-shadow: var(--ng-shadow2);
  padding: 20px;
  transition: transform .18s ease, box-shadow .18s ease;
}

body.elementor-page-1014 .ng-ve-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 38px rgba(2,8,23,.10);
}

body.elementor-page-1014 .ng-ve-ico{
  width: 46px;
  height: 46px;
  display:grid;
  place-items:center;
  border-radius: 16px;
  background: rgba(11,86,116,.10);
  margin-bottom: 10px;
  font-size: 20px;
}

body.elementor-page-1014 .ng-ve-card h2{
  margin: 0 0 8px 0;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 950;
}

body.elementor-page-1014 .ng-ve-card p{
  margin: 0;
  color: var(--ng-muted);
  font-size: 14.5px;
  line-height: 1.65;
}

/* BANDEAU */
body.elementor-page-1014 .ng-ve-band{
  margin-top: 6px;
  border-radius: calc(var(--ng-radius) + 4px);
  padding: 22px;
  background: linear-gradient(135deg, #0b4f6c, #08364c);
  color: #fff;
  box-shadow: 0 16px 40px rgba(2,6,23,.18);
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 16px;
  align-items: center;
}

body.elementor-page-1014 .ng-ve-band h3{
  margin: 0 0 8px 0;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 950;
}

body.elementor-page-1014 .ng-ve-band p{
  margin: 0;
  opacity: .95;
  line-height: 1.65;
}

body.elementor-page-1014 .ng-ve-band__list{
  margin: 0;
  padding: 0;
  list-style: none;
  display:grid;
  gap: 10px;
}

body.elementor-page-1014 .ng-ve-band__list li{
  position: relative;
  padding-left: 18px;
  font-weight: 850;
  opacity: .95;
}

body.elementor-page-1014 .ng-ve-band__list li:before{
  content:"";
  position:absolute;
  left: 0;
  top: .62em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--ng-accent);
}

/* CTA */
body.elementor-page-1014 .ng-ve-cta{
  margin-top: 18px;
  border-radius: calc(var(--ng-radius) + 6px);
  padding: 22px;
  background: #0f172a;
  color: #fff;
  display:flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

body.elementor-page-1014 .ng-ve-cta h3{
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 950;
}

body.elementor-page-1014 .ng-ve-cta p{
  margin: 0;
  opacity: .88;
}

body.elementor-page-1014 .ng-ve-cta__actions{
  display:flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1024px){
  body.elementor-page-1014 .ng-ve-hero{ grid-template-columns: 1fr; }
  body.elementor-page-1014 .ng-ve-card{ grid-column: span 6; }
  body.elementor-page-1014 .ng-ve-band{ grid-template-columns: 1fr; }
}
@media (max-width: 767px){
  body.elementor-page-1014 .ng-ve-card{ grid-column: span 12; }
  body.elementor-page-1014 .ng-btn{ width: 100%; }
  body.elementor-page-1014 .ng-ve-cta__actions{ width: 100%; }
  body.elementor-page-1014 .ng-ve-cta__actions .ng-btn{ width: 100%; }
}/* End custom CSS */