.elementor-15 .elementor-element.elementor-element-74b3fac{--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-e730528 */: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% }
.nc-wrap { max-width: 1200px; margin: 0 auto; padding: 0 40px }
.nc-wrap--xl { max-width: 1400px; margin: 0 auto; padding: 0 40px }

.nc-fade { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease }
.nc-fade.on { opacity: 1; transform: none }
.nc-fl { opacity: 0; transform: translateX(-28px); transition: opacity .75s ease, transform .75s ease }
.nc-fl.on { opacity: 1; transform: none }
.nc-fr { opacity: 0; transform: translateX(28px); transition: opacity .75s ease, transform .75s ease }
.nc-fr.on { opacity: 1; transform: none }
.nc-d1 { transition-delay: .1s } .nc-d2 { transition-delay: .2s } .nc-d3 { transition-delay: .3s }

.nc-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;
}
.nc-btn-green, a.nc-btn-green { background: var(--g1); color: #fff !important }
.nc-btn-green:hover, a.nc-btn-green:hover { background: var(--g2); color: #fff !important }
.nc-btn-outline, a.nc-btn-outline { background: transparent; color: var(--g1) !important; border: 2px solid var(--g1) }
.nc-btn-outline:hover, a.nc-btn-outline:hover { background: var(--g1); color: #fff !important }
.nc-btn-white, a.nc-btn-white { background: #fff; color: var(--g2) !important }
.nc-btn-white:hover, a.nc-btn-white:hover { background: var(--g4); color: var(--g2) !important }
.nc-btn svg { width: 14px; height: 14px; stroke: currentColor; fill: none; flex-shrink: 0; transition: transform .2s }
.nc-btn:hover svg { transform: translateX(3px) }

.nc-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;
}
.nc-ew::before { content: ''; width: 24px; height: 2px; background: var(--g1); flex-shrink: 0; border-radius: 2px }

/* ════ 1. HERO ════ */
.nc-hero {
  position: relative; min-height: 56vh;
  display: flex; align-items: flex-end; justify-content: center;
  overflow: hidden;
}
.nc-hero__bg { position: absolute; inset: 0; z-index: 0 }
.nc-hero__bg img { width: 100%; height: 100%; object-fit: cover; object-position: center top }
.nc-hero__bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(255,255,255,.97) 0%, rgba(255,255,255,.15) 100%);
}
.nc-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);
}
.nc-hero__bc a { color: var(--t2); text-decoration: none; transition: color .2s }
.nc-hero__bc a:hover { color: var(--g1) }
.nc-hero__bc-sep { color: var(--bd) }
.nc-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;
}
.nc-hero__tag {
  display: inline-flex; align-items: center; gap: 8px;
  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;
}
.nc-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;
}
.nc-hero__title strong { color: var(--g1) }
.nc-hero__sub { font-size: 17px; color: var(--t2); line-height: 1.7; max-width: 600px }

/* ════ 2. STATS ════ */
.nc-stats { background: var(--gray); border-top: 1px solid var(--bd); border-bottom: 1px solid var(--bd) }
.nc-stats__grid { display: grid; grid-template-columns: repeat(3, 1fr) }
.nc-stat { padding: 32px 40px; border-right: 1px solid var(--bd); text-align: center }
.nc-stat:last-child { border-right: none }
.nc-stat__n { font-family: var(--ft); font-size: clamp(40px, 5vw, 60px); font-weight: 700; color: var(--g1); line-height: 1; display: block }
.nc-stat__l { font-size: 13px; font-weight: 700; color: var(--t1); margin-top: 6px; display: block }
.nc-stat__sub { font-size: 12px; color: var(--t3); margin-top: 4px; line-height: 1.5 }

/* ════ 3. QUI SOMMES-NOUS ════ */
.nc-about { padding: 88px 0; background: var(--wh) }
.nc-about__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center }
.nc-about__vis { position: relative; height: 520px }
.nc-about__img-a { position: absolute; top: 0; left: 0; width: 78%; height: 82%; overflow: hidden; border-radius: var(--radius) }
.nc-about__img-a img { width: 100%; height: 100%; object-fit: cover }
.nc-about__img-b { position: absolute; bottom: 0; right: 0; width: 46%; height: 44%; overflow: hidden; border: 5px solid var(--wh); box-shadow: 0 8px 28px rgba(0,0,0,.12); border-radius: var(--radius) }
.nc-about__img-b img { width: 100%; height: 100%; object-fit: cover }
.nc-about__badge {
  position: absolute; top: 48%; left: 58%;
  transform: translate(-50%, -50%);
  background: var(--g1); width: 108px; height: 108px; border-radius: 50%;
  border: 4px solid var(--wh); box-shadow: 0 4px 20px rgba(17,90,101,.25);
  display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.nc-about__badge b { font-family: var(--ft); font-size: 34px; font-weight: 700; color: var(--ac); line-height: 1 }
.nc-about__badge small { font-size: 8px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: rgba(255,255,255,.75); margin-top: 3px; line-height: 1.3 }
.nc-about__title { font-family: var(--ft); font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: var(--t1); line-height: 1.15; margin-bottom: 16px }
.nc-about__title strong { color: var(--g1) }
.nc-about__div { width: 40px; height: 3px; background: var(--g1); margin-bottom: 20px; border-radius: 2px }
.nc-about__body { font-size: 15px; color: var(--t2); line-height: 1.85; margin-bottom: 14px }
.nc-about__pts { list-style: none; margin: 20px 0 28px; display: flex; flex-direction: column; gap: 0 }
.nc-about__pts li { display: flex; align-items: center; gap: 12px; font-size: 14.5px; font-weight: 500; color: var(--t1); padding: 11px 0; border-bottom: 1px solid var(--bd) }
.nc-about__pts li:last-child { border-bottom: none }
.nc-about__pts li::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--g1); flex-shrink: 0 }
.nc-about__btns { display: flex; gap: 12px; flex-wrap: wrap }

/* ════ 4. VALEURS ════ */
.nc-vals { padding: 80px 0; background: var(--gray); border-top: 1px solid var(--bd) }
.nc-vals__head { text-align: center; max-width: 600px; margin: 0 auto 48px }
.nc-vals__head h2 { font-family: var(--ft); font-size: clamp(26px, 3vw, 40px); font-weight: 700; color: var(--t1); line-height: 1.1 }
.nc-vals__head p { font-size: 15px; color: var(--t2); margin-top: 10px; line-height: 1.75 }
.nc-vals__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px }
.nc-val { background: var(--wh); border: 1px solid var(--bd); border-radius: var(--radius); padding: 36px 32px; display: flex; flex-direction: column; gap: 12px; transition: box-shadow .25s, transform .25s }
.nc-val:hover { box-shadow: 0 6px 24px rgba(17,90,101,.09); transform: translateY(-3px) }
.nc-val__icon { width: 52px; height: 52px; object-fit: contain }
.nc-val h3 { font-size: 16px; font-weight: 700; color: var(--t1) }
.nc-val p { font-size: 14px; color: var(--t2); line-height: 1.75 }
.nc-val__accent { width: 32px; height: 3px; background: var(--g1); border-radius: 2px; margin-top: 4px }

/* ════ 5. BANNER ════ */
.nc-banner { position: relative; height: 520px; overflow: hidden }
.nc-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center 40% }
.nc-banner::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, rgba(7,40,48,.8) 0%, rgba(7,40,48,.4) 50%, transparent 100%) }
.nc-banner__content { position: absolute; top: 40%; left: 60px; transform: translateY(-50%); z-index: 2; max-width: 500px }
.nc-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 }
.nc-banner__title em { font-style: italic; color: var(--ac) }
.nc-banner__text { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.75; margin-bottom: 24px; max-width: 400px }

/* ════ 6. CERTIFICATIONS — 2 logos uniquement ════ */
.nc-certs { padding: 72px 0; background: var(--wh) }
.nc-certs__head { text-align: center; margin-bottom: 48px }
.nc-certs__head h2 { font-family: var(--ft); font-size: clamp(24px, 2.8vw, 38px); font-weight: 700; color: var(--t1) }
.nc-certs__head p { font-size: 15px; color: var(--t2); margin-top: 8px }

/* 2 cartes centrées, taille fixe */
.nc-certs__grid {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.nc-cert {
  background: var(--gray);
  border: 1px solid var(--bd);
  border-radius: 14px;
  padding: 40px 36px;
  width: 280px;
  display: flex; flex-direction: column;
  align-items: center; text-align: center; gap: 16px;
  transition: box-shadow .25s, border-color .25s, transform .3s;
  position: relative; overflow: hidden; isolation: isolate;
}
.nc-cert::before {
  content: ''; position: absolute;
  width: 140px; height: 140px; border-radius: 50%;
  border: 1.5px solid rgba(17,90,101,.10);
  background: radial-gradient(circle, rgba(168,205,211,.10), transparent 64%);
  top: -70px; right: -70px; z-index: 0; pointer-events: none;
  transition: transform .45s cubic-bezier(.19,1,.22,1);
}
.nc-cert > * { position: relative; z-index: 2 }
.nc-cert:hover { box-shadow: 0 16px 40px rgba(17,90,101,.10); border-color: var(--ac2); transform: translateY(-6px) }
.nc-cert:hover::before { transform: scale(1.16) rotate(8deg) }
.nc-cert__img { width: 80px; height: 80px; object-fit: contain }
.nc-cert h4 { font-size: 14px; font-weight: 700; color: var(--t1); line-height: 1.3 }
.nc-cert p { font-size: 13px; color: var(--t2); line-height: 1.6 }
.nc-cert__bar { width: 32px; height: 2px; background: linear-gradient(90deg, var(--g1), var(--ac2)); border-radius: 2px }

/* ════ 7. CTA ════ */
.nc-cta { background: var(--g2); padding: 80px 0 }
.nc-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 64px; align-items: center }
.nc-cta__text h2 { font-family: var(--ft); font-size: clamp(26px, 3vw, 42px); font-weight: 700; color: #fff; line-height: 1.1; margin-bottom: 12px }
.nc-cta__text h2 em { font-style: italic; color: var(--ac) }
.nc-cta__text p { font-size: 15px; color: rgba(255,255,255,.7); line-height: 1.7; max-width: 500px }
.nc-cta__pts { list-style: none; display: flex; flex-direction: column; gap: 8px; margin-top: 20px }
.nc-cta__pts li { font-size: 14px; color: rgba(255,255,255,.75); display: flex; align-items: center; gap: 10px }
.nc-cta__pts li::before { content: '✓'; color: var(--ac); font-weight: 700; flex-shrink: 0 }
.nc-cta__btns { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0 }

/* ── RESPONSIVE ── */
@media(max-width:1100px){
  .nc-about__grid { grid-template-columns: 1fr; gap: 48px }
  .nc-about__vis { height: 400px }
  .nc-cta__inner { grid-template-columns: 1fr; gap: 36px }
  .nc-cta__btns { flex-direction: row; flex-wrap: wrap }
}
@media(max-width:900px){
  .nc-wrap, .nc-wrap--xl { padding: 0 24px }
  .nc-hero__c { padding: 90px 24px 44px }
  .nc-hero__bc { left: 24px }
  .nc-stats__grid { grid-template-columns: repeat(3, 1fr) }
  .nc-vals__grid { grid-template-columns: 1fr 1fr }
  .nc-banner__content { left: 28px; right: 28px; max-width: 100% }
  .nc-about__vis { height: 360px }
  .nc-about__badge { width: 88px; height: 88px }
  .nc-about__badge b { font-size: 26px }
}
@media(max-width:600px){
  .nc-hero { min-height: 52vh }
  .nc-hero__c { padding: 80px 20px 40px }
  .nc-hero__sub { font-size: 14px }
  .nc-stats__grid { grid-template-columns: 1fr }
  .nc-stat { border-right: none; border-bottom: 1px solid var(--bd); padding: 24px 20px }
  .nc-stat:last-child { border-bottom: none }
  .nc-vals__grid { grid-template-columns: 1fr }
  .nc-cert { width: 100% }
  .nc-banner { height: 300px }
  .nc-banner__content { left: 20px; right: 20px }
  .nc-cta__btns { flex-direction: column }
  .nc-about__btns { flex-direction: column }
  .nc-about__btns .nc-btn { width: 100%; justify-content: center }
  .nc-about__vis { height: 300px }
}/* End custom CSS */