.elementor-34 .elementor-element.elementor-element-1dc56d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0d18669 */:root {
  --g1: #115A65;
  --g2: #0B3C45;
  --g3: #072830;
  --g4: #EAF1F2;
  --ac: #A8CDD3;
  --ac2: #6AAAB4;
  --wh: #FFFFFF;
  --gray: #F4F6F7;
  --bf: #F5F3EF;
  --t1: #0E1C1F;
  --t2: #3D5558;
  --t3: #7A9498;
  --bd: #D8E3E5;
  --ft: 'Cormorant Garamond', serif;
  --fb: 'Jost', sans-serif;
  --radius: 6px;
}

img { display: block; max-width: 100% }
.z-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px }
.z-wrap--xl { max-width: 1400px; margin: 0 auto; padding: 0 40px }

/* ── ANIMATIONS ──────────────────────────────────── */
.z-fade { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease }
.z-fade.on { opacity: 1; transform: none }
.z-fl { opacity: 0; transform: translateX(-28px); transition: opacity .75s ease, transform .75s ease }
.z-fl.on { opacity: 1; transform: none }
.z-fr { opacity: 0; transform: translateX(28px); transition: opacity .75s ease, transform .75s ease }
.z-fr.on { opacity: 1; transform: none }
.z-d1 { transition-delay: .1s } .z-d2 { transition-delay: .2s } .z-d3 { transition-delay: .3s }

/* ── BOUTONS ─────────────────────────────────────── */
.z-btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  font-family: var(--fb); font-size: 12px; font-weight: 600;
  letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; border: none; transition: all .22s; line-height: 1;
  border-radius: var(--radius); text-decoration: none;
}
.z-btn-green, a.z-btn-green { background: var(--g1); color: #fff !important }
.z-btn-green:hover, a.z-btn-green:hover { background: var(--g2); color: #fff !important }
.z-btn-green svg { stroke: #fff !important }
.z-btn-outline, a.z-btn-outline { background: transparent; color: var(--g1) !important; border: 2px solid var(--g1) }
.z-btn-outline:hover, a.z-btn-outline:hover { background: var(--g1); color: #fff !important }
.z-btn-white, a.z-btn-white { background: #fff; color: var(--g2) !important }
.z-btn-white:hover, a.z-btn-white:hover { background: var(--g4); color: var(--g2) !important }
.z-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; flex-shrink: 0; transition: transform .2s }
.z-btn:hover svg { transform: translateX(3px) }

/* ── EYEBROW ─────────────────────────────────────── */
.z-ew {
  font-size: 10px; font-weight: 700; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--g1);
  display: flex; align-items: center; gap: 10px; margin-bottom: 14px;
}
.z-ew::before { content: ''; width: 24px; height: 2px; background: var(--g1); flex-shrink: 0; border-radius: 2px }

/* ════════════════════════════════════════════════════
   1. HERO — centré, dégradé bas blanc
════════════════════════════════════════════════════ */
.z-hero {
  position: relative; min-height: 56vh;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.z-hero__bg { position: absolute; inset: 0; z-index: 0 }
.z-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center }
.z-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,.97) 0%, rgba(255,255,255,.72) 28%, rgba(255,255,255,.15) 100%, transparent 74%);
}
.z-hero__bc {
  position: absolute; top: 24px; left: 40px; z-index: 3;
  display: flex; align-items: center; gap: 6px;
  font-size: 12px; color: var(--t3); font-family: var(--fb);
}
.z-hero__bc a { color: var(--t2); text-decoration: none; transition: color .2s }
.z-hero__bc a:hover { color: var(--g1) }
.z-hero__bc-sep { color: var(--bd) }
.z-hero__c {
  position: relative; z-index: 2;
  padding: 110px 40px 56px; max-width: 860px; width: 100%;
  text-align: center; display: flex; flex-direction: column; align-items: center;
}
.z-hero__tag {
  display: inline-flex; align-items: center;
  background: var(--g4); color: var(--g1);
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; padding: 5px 16px;
  margin-bottom: 18px; border-radius: 4px;
}
.z-hero__title {
  font-family: var(--ft);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 700; line-height: 1.05;
  color: var(--t1); letter-spacing: -1px; margin-bottom: 16px;
}
.z-hero__title strong { color: var(--g1) }
.z-hero__sub { font-size: 17px; color: var(--t2); line-height: 1.7; max-width: 600px }

/* ════════════════════════════════════════════════════
   2. PROMESSE DEVIS — bande gris clair, 3 colonnes
════════════════════════════════════════════════════ */
.z-promise {
  background: var(--gray);
  border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd);
}
.z-promise__grid { display: grid; grid-template-columns: repeat(3, 1fr) }
.z-promise__item {
  padding: 28px 32px;
  display: flex; align-items: flex-start; gap: 16px;
  border-right: 1px solid var(--bd);
}
.z-promise__item:last-child { border-right: none }
.z-promise__icon { width: 52px; height: 52px; object-fit: contain; flex-shrink: 0 }
.z-promise__text h4 { font-size: 14px; font-weight: 700; color: var(--t1); margin-bottom: 4px }
.z-promise__text p { font-size: 13px; color: var(--t2); line-height: 1.6 }

/* ════════════════════════════════════════════════════
   3. INTRO — texte gauche + carte promesse droite
════════════════════════════════════════════════════ */
.z-intro { padding: 80px 0; background: var(--wh) }
.z-intro__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center }
.z-intro__title {
  font-family: var(--ft);
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700; color: var(--t1); line-height: 1.15; margin-bottom: 16px;
}
.z-intro__title strong { color: var(--g1) }
.z-intro__div { width: 40px; height: 3px; background: var(--g1); margin-bottom: 20px; border-radius: 2px }
.z-intro__body { font-size: 15px; color: var(--t2); line-height: 1.85; margin-bottom: 14px }
/* Carte promesse droite */
.z-promise-card {
  background: var(--g2); padding: 40px;
  border-radius: var(--radius);
  display: flex; flex-direction: column; gap: 18px;
}
.z-promise-card h3 {
  font-family: var(--ft); font-size: 26px; font-weight: 700;
  color: var(--wh); line-height: 1.2;
}
.z-promise-card p { font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.75 }
.z-promise-card__pts { list-style: none; display: flex; flex-direction: column; gap: 10px }
.z-promise-card__pts li {
  display: flex; align-items: center; gap: 12px;
  font-size: 13.5px; color: rgba(255,255,255,.85);
}
.z-promise-card__pts li::before { content: '✓'; color: var(--ac); font-weight: 700; flex-shrink: 0 }

/* ════════════════════════════════════════════════════
   4. SECTEURS — 4 cards avec photo + villes
   2 colonnes, photos grandes, overlay titre
════════════════════════════════════════════════════ */
.z-sectors { padding: 0 0 80px; background: var(--wh) }
.z-sectors__head { text-align: center; max-width: 600px; margin: 0 auto 40px; padding-top: 16px }
.z-sectors__head h2 {
  font-family: var(--ft);
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 700; color: var(--t1);
}
.z-sectors__head p { font-size: 15px; color: var(--t2); margin-top: 8px }
.z-sectors__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px }

.z-sector {
  background: var(--wh);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  display: flex; flex-direction: column;
  overflow: hidden;
  transition: box-shadow .25s, border-color .25s, transform .25s;
}
.z-sector:hover { box-shadow: 0 8px 32px rgba(17,90,101,.1); border-color: var(--ac2); transform: translateY(-3px) }

/* Photo avec overlay titre */
.z-sector__imgw { overflow: hidden; height: 240px; position: relative }
.z-sector__img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s }
.z-sector:hover .z-sector__img { transform: scale(1.04) }
.z-sector__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,40,48,.82) 0%, rgba(7,40,48,.3) 50%, transparent 100%);
  display: flex; align-items: flex-end; padding: 20px 24px;
}
.z-sector__name {
  font-family: var(--ft); font-size: 26px; font-weight: 700; color: var(--wh); line-height: 1.1;
}
.z-sector__name span {
  display: block; font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--ac); margin-bottom: 4px; font-family: var(--fb);
}

/* Corps */
.z-sector__body { padding: 24px; flex: 1 }
.z-sector__desc { font-size: 14px; color: var(--t2); line-height: 1.75; margin-bottom: 16px }
.z-sector__villes { display: flex; flex-wrap: wrap; gap: 6px }
.z-sector__ville {
  font-size: 11.5px; font-weight: 600; color: var(--g1);
  background: var(--g4); padding: 4px 12px;
  border-radius: 4px; border: 1px solid transparent;
  transition: background .2s, color .2s; cursor: default;
}
.z-sector__ville:hover { background: var(--g1); color: #fff }

/* ════════════════════════════════════════════════════
   5. LISTE COMPLÈTE — grille 4 colonnes fond gris
════════════════════════════════════════════════════ */
.z-all { padding: 72px 0; background: var(--gray); border-top: 1px solid var(--bd) }
.z-all__head { text-align: center; max-width: 600px; margin: 0 auto 44px }
.z-all__head h2 {
  font-family: var(--ft); font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 700; color: var(--t1);
}
.z-all__head p { font-size: 15px; color: var(--t2); margin-top: 8px }
.z-all__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px }
.z-all__col {
  background: var(--wh);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 24px 22px;
}
.z-all__col-title {
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--g1);
  margin-bottom: 14px; padding-bottom: 10px;
  border-bottom: 2px solid var(--g1);
}
.z-all__col ul { list-style: none; display: flex; flex-direction: column; gap: 0 }
.z-all__col li {
  font-size: 13.5px; color: var(--t2);
  padding: 7px 0; border-bottom: 1px solid var(--bd);
  display: flex; align-items: center; gap: 9px;
  transition: color .2s;
}
.z-all__col li:last-child { border-bottom: none }
.z-all__col li::before { content: ''; width: 5px; height: 5px; background: var(--ac2); border-radius: 50%; flex-shrink: 0 }
.z-all__col li:hover { color: var(--g1) }

/* ════════════════════════════════════════════════════
   6. BANNER PHOTO + TEXTE
════════════════════════════════════════════════════ */
.z-banner {
  position: relative; height: 400px; overflow: hidden;
}
.z-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 40% }
.z-banner::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(7,40,48,.82) 0%, rgba(7,40,48,.4) 55%, transparent 100%);
}
.z-banner__content {
  position: absolute; top: 50%; left: 60px;
  transform: translateY(-50%); z-index: 2; max-width: 520px;
}
.z-banner__title {
  font-family: var(--ft); font-size: clamp(26px, 3.2vw, 44px);
  font-weight: 700; color: var(--wh); line-height: 1.1; margin-bottom: 12px;
}
.z-banner__title em { font-style: italic; color: var(--ac) }
.z-banner__text { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.75; margin-bottom: 24px; max-width: 400px }

/* ════════════════════════════════════════════════════
   7. NOS SERVICES — grille compacte fond blanc
════════════════════════════════════════════════════ */
.z-services { padding: 72px 0; background: var(--wh) }
.z-services__head {
  display: flex; justify-content: space-between;
  align-items: flex-end; margin-bottom: 36px;
  flex-wrap: wrap; gap: 16px;
}
.z-services__head h2 {
  font-family: var(--ft); font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700; color: var(--t1);
}
.z-svcs__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px }
.z-svc {
  background: var(--gray);
  border: 1px solid var(--bd);
  border-radius: var(--radius);
  padding: 24px;
  display: flex; flex-direction: column; gap: 8px;
  transition: box-shadow .25s, border-color .25s;
}
.z-svc:hover { box-shadow: 0 4px 20px rgba(17,90,101,.08); border-color: var(--ac2) }
.z-svc h3 { font-size: 15px; font-weight: 700; color: var(--t1) }
.z-svc p { font-size: 13px; color: var(--t2); line-height: 1.65; flex: 1 }
.z-svc__link {
  font-size: 11px; font-weight: 700; letter-spacing: 1px;
  text-transform: uppercase; color: var(--g1);
  text-decoration: none; display: flex; align-items: center; gap: 5px;
  margin-top: 4px; transition: gap .2s;
}
.z-svc__link:hover { gap: 9px }
.z-svc__link::after { content: '→' }

/* ════════════════════════════════════════════════════
   8. CTA FINALE — fond vert sobre
════════════════════════════════════════════════════ */
.z-cta { background: var(--g2); padding: 80px 0 }
.z-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center }
.z-cta__text h2 {
  font-family: var(--ft); font-size: clamp(24px, 3vw, 42px);
  font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 12px;
}
.z-cta__text h2 em { font-style: italic; color: var(--ac) }
.z-cta__text p { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.7; max-width: 500px }
.z-cta__pts { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 20px }
.z-cta__pts li { font-size: 14px; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 10px }
.z-cta__pts li::before { content: '✓'; color: var(--ac); font-weight: 700; flex-shrink: 0 }
.z-cta__btns { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0 }

/* ── RESPONSIVE ──────────────────────────────────── */
@media(max-width:1100px){
  .z-all__grid { grid-template-columns: repeat(2, 1fr) }
  .z-intro__grid { grid-template-columns: 1fr; gap: 40px }
  .z-cta__inner { grid-template-columns: 1fr; gap: 36px }
  .z-cta__btns { flex-direction: row; flex-wrap: wrap }
  .z-svcs__grid { grid-template-columns: repeat(2, 1fr) }
}
@media(max-width:900px){
  .z-wrap, .z-wrap--xl { padding: 0 24px }
  .z-hero__c { padding: 90px 24px 44px }
  .z-hero__title { font-size: clamp(28px, 7vw, 48px) }
  .z-hero__bc { left: 24px }
  .z-promise__grid { grid-template-columns: 1fr }
  .z-promise__item { border-right: none; border-bottom: 1px solid var(--bd) }
  .z-promise__item:last-child { border-bottom: none }
  .z-sectors__grid { grid-template-columns: 1fr }
  .z-all__grid { grid-template-columns: repeat(2, 1fr) }
  .z-svcs__grid { grid-template-columns: 1fr 1fr }
  .z-banner__content { left: 28px; right: 28px; max-width: 100% }
  .z-services__head { flex-direction: column; align-items: flex-start }
}
@media(max-width:600px){
  .z-hero { min-height: 52vh }
  .z-hero__c { padding: 80px 20px 40px }
  .z-hero__title { font-size: clamp(26px, 9vw, 38px); letter-spacing: -.5px }
  .z-hero__sub { font-size: 14px }
  .z-sectors__grid { grid-template-columns: 1fr }
  .z-all__grid { grid-template-columns: 1fr }
  .z-svcs__grid { grid-template-columns: 1fr }
  .z-banner { height: 300px }
  .z-banner__content { left: 20px; right: 20px }
  .z-cta__btns { flex-direction: column }
  .z-cta__inner { gap: 28px }
}/* End custom CSS */