/* Manrope + DM Sans (utilisées dans la section « Nos solutions ») */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Manrope:wght@500;600;700&display=swap');

/* ===== POLICES ===== */

@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/instrument-sans-v4-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/instrument-sans-v4-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/instrument-sans-v4-latin-600.woff2") format("woff2");
}
@font-face {
  font-family: "Instrument Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/instrument-sans-v4-latin-700.woff2") format("woff2");
}
/* Geist */
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/geist-v5-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/geist-v5-latin-500.woff2") format("woff2");
}
/* Inter */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-500.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/inter-v20-latin-700.woff2") format("woff2");
}
html, * {-webkit-tap-highlight-color: transparent;}

/* ===== NAV DESKTOP ===== */

.elementor-location-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: transparent !important;
  padding: 18px 40px !important;
  transition: padding 0.4s ease !important;
}
.admin-bar .elementor-location-header {top: 32px;}
.elementor-location-header.nav-scrolled {padding: 0 40px !important;}
.elementor-location-header.nav-scrolled {
  background: rgba(0, 20, 36, 0.9) !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: padding 0.4s ease, background-color 0.45s ease, box-shadow 0.45s ease !important;
}
.elementor-location-header.nav-scrolled #nav::before {opacity: 0;}
.elementor-location-header.nav-scrolled .elementor-nav-menu--dropdown,
.elementor-location-header.nav-scrolled .sub-menu {
  background-color: rgba(0, 20, 36, 0.95) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.page-header {display: none !important;}
body.home #content,
body.home .site-main,
body.home .page-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ===== Barre principale (#nav) ===== */

#nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  max-width: 1320px !important;
  margin: 0 auto !important;
  padding: 10px 12px !important;
  position: relative !important;
  background: transparent !important;
  border-radius: 0 !important;
}

/* FOND de la nav */

#nav::before {
  content: "";
  position: absolute;
  top: 0; bottom: 0; left: 0;
  width: 100%;
  z-index: -1;
  border-radius: 90px;
  background: rgba(255, 255, 255, 0.18);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition:
    opacity 0.35s ease,
    border-radius 0.45s ease,
    background-color 0.45s ease,
    box-shadow 0.45s ease;
}
#nav > * {align-self: center !important;}
#nav > .nav-logo {flex-shrink: 0 !important;}

/* État ACTIF du menu principal*/

#nav .elementor-nav-menu .elementor-item { position: relative !important; }
#nav .elementor-nav-menu .elementor-item-active { overflow: visible !important; }
#nav .elementor-nav-menu .elementor-item-active::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  left: 0; right: 0;
  bottom: -2px;
  height: 3px;
  border-radius: 3px;
  background: #0B9197 !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 2;
  pointer-events: none;
}

/* ===== Zone droite ===== */

#right-nav {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 29px !important;
  flex: 0 0 auto !important;
  width: auto !important;
}
#right-nav .elementor-widget-button {
  width: auto !important;
  flex: 0 0 auto !important;
}

/* ===== Menu central ===== */

.center-nav .elementor-nav-menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 36px !important;
}
.center-nav .elementor-nav-menu > li,
.center-nav .elementor-item { white-space: nowrap !important; }
.center-nav .elementor-item {
  color: #fff !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 18.6px;
}
.center-nav .elementor-item:before,
.center-nav .elementor-item:after {
  display: none !important;
}
.center-nav .elementor-item-active {font-weight: 700 !important;}
.center-nav .sub-arrow svg {fill: #fff !important;}

/* Dropdown */

.center-nav .elementor-nav-menu--dropdown,
.center-nav .sub-menu {
  position: absolute !important;
  background: rgba(255, 255, 255, 0.18) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 16px !important;
  overflow: visible !important;
  margin-top: 22px !important;
}
.center-nav .sub-menu::before {
  content: "";
  position: absolute;
  left: -12px;
  right: -12px;
  top: -22px;
  height: 24px;
  background: transparent;
  pointer-events: auto;
}
.center-nav .sub-arrow,
.center-nav .sub-arrow svg {
  transition: none !important;
  animation: none !important;
}
.center-nav .elementor-sub-item {color: #fff !important;}
.center-nav .elementor-sub-item:hover,
.center-nav .elementor-sub-item.elementor-item-active {
  background: rgba(255, 255, 255, 0.14) !important;
  color: #fff !important;
}
body.home .elementor-background-video-container::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 1;
}
body.home .e-con:has(> .hero-title) .sl-btn-contact .elementor-button {border: none !important;}

/* ===== HÉRO — contenu interne ===== */

body.home .e-con:has(> .hero-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  gap: 0 !important;
  min-height: 100vh;
  max-width: 1200px;
  margin: 0 auto !important;
  padding: 120px 20px 80px !important;
  position: relative;
  z-index: 2;
}
body.home .e-con:has(> .hero-title) > .e-con:first-child {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  align-self: center !important;
  width: auto !important;
  max-width: fit-content !important;
  flex: 0 0 auto !important;
  gap: 12px !important;
  min-height: 52px;
  padding: 6px 20px 6px 6px;
  border-radius: 100px;
  background: rgba(0, 30, 54, 0.60);
  box-shadow: 0 4px 12px 0 rgba(6, 128, 250, 0.12) inset;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
body.home .e-con:has(> .hero-title) > .e-con:first-child p {
  color: #fff !important;
  margin: 0;
  font-family: Geist, Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
}
body.home .e-con:has(> .hero-title) > .e-con:first-child img {width: auto;}
body.home .e-con:has(> .hero-title) > .e-con:not(:first-child):not(:has(.elementor-widget-button)) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 28px !important;
  opacity: 0.75;
}
body.home .e-con:has(> .hero-title) > .e-con:not(:first-child):not(:has(.elementor-widget-button)) img {
  max-height: 22px;
  width: auto;
}
body.home .e-con:has(> .hero-title) > .e-con:has(.elementor-widget-button) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  flex-wrap: wrap;
  margin-top: 50px !important;
}
.hero-title { margin-top: 12px !important; }
/* 14px et non 0 : la ligne « Impression · Télécom · Informatique » touchait le
   titre. Le titre a un interligne de 48.4px pour 44px de corps, il ne laisse
   donc presque rien sous lui — l'écart doit être posé ici. */
.hero-tags  { margin-top: 14px !important; opacity: 0.6; }
.hero-desc  { margin-top: 37px !important; }
body.home .e-con:has(> .hero-title) > .e-con:not(:first-child):not(:has(.elementor-widget-button)) {margin-top: 63.5px !important;}
.hero-title,
.hero-title * {
  color: #fff !important;
  text-align: center;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 48.4px;
  letter-spacing: -0.88px;
}
.hero-tags,
.hero-tags * {
  color: #fff !important;
  text-align: center;
  font-family: Geist, Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
}
.hero-desc,
.hero-desc * {
  color: #fff !important;
  text-align: center;
  font-family: Geist, Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 22.3px;
}
.hero-desc {
  max-width: 620px;
  margin: 0 auto;
}

/* ===== Boutons ===== */

.sl-btn-account .elementor-button,
.sl-btn-devis .elementor-button,
.sl-btn-contact .elementor-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 30px;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, 0.25),
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  transition: filter 0.2s ease, background 0.2s ease;
}

/* 1. Compte */

.sl-btn-account .elementor-button {
  width: 55px;
  height: 55px;
  padding: 8px !important;
  background: radial-gradient(45.73% 25% at 50% -6.7%,
    rgba(57, 143, 255, 0.40) 0%,
    rgba(57, 143, 255, 0.04) 100%);
}
.sl-btn-account .elementor-button-icon,
.sl-btn-account .elementor-button i {
  color: #fff;
  margin: 0;
}
.sl-btn-account .elementor-button svg {
  width: 30px !important;
  height: 30px !important;
}

/* 2. Demande de devis */

.sl-btn-devis .elementor-button {
  height: 55px;
  padding: 12px 9px 12px 24px;
  gap: 12px;
  color: #fff;
  background: linear-gradient(90deg,
    rgba(12, 149, 155, 0.61) 0%,
    rgba(247, 247, 247, 0.34) 100%);
}
.sl-btn-devis .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.sl-btn-devis .elementor-button-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
}
.sl-btn-devis .elementor-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* `flex: 0 0 38px` et non `width` seul : dans le wrapper flex, une largeur
     n'est qu'une base de calcul, le flex-shrink par defaut (1) la rogne des que
     le bouton est comprime. La pastille est ronde ; la laisser ceder la
     transforme en ovale. Le texte, lui, est deja protege par `nowrap`, donc
     sans ce verrou TOUTE la compression retombe sur la fleche. */
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  min-width: 38px;
  padding: 6px 8px;
  margin: 0;
  border-radius: 41px;
  background: #fff;
  color: #0c2e33;
}
.sl-btn-devis .elementor-button-icon svg,
.sl-btn-devis .elementor-button-icon img { display: none !important; }
.sl-btn-devis .elementor-button-icon::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #0c2e33;
  border-right: 2px solid #0c2e33;
  transform: translateX(-1px) rotate(45deg);
  flex: 0 0 auto;
}
.sl-btn-devis .elementor-button-content-wrapper:not(:has(.elementor-button-icon))::after {
  content: "";
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 41px;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M4 2l4 4-4 4' fill='none' stroke='%230c2e33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 10px 10px no-repeat;
}

/* 3. Nous contacter */

.sl-btn-contact .elementor-button {
  width: 148px;
  height: 55px;
  padding: 8px 13px;
  color: #0c2e33;
  background: #fff;
  border: 1px solid #000;
  white-space: nowrap;
  flex-shrink: 0;
}
.sl-btn-contact .elementor-button-content-wrapper,
.sl-btn-contact .elementor-button-text {
  color: #0c2e33;
  white-space: nowrap;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
}

/* Survol */

.sl-btn-account .elementor-button:hover,
.sl-btn-devis .elementor-button:hover {
  filter: brightness(1.12);
}
.sl-btn-contact .elementor-button:hover {background: #f0f0f0;}


/* ===== Section « Notre expertise » ===== */

.e-con-inner:has(.expertise-title) {align-items: center !important;}
.e-con-inner:has(.expertise-title) > .e-con {align-self: center !important;}
.e-con:has(> .expertise-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 24px !important;
  text-align: left;
  flex: 1 1 50% !important;
  min-width: 0 !important;
}
.expertise-label,
.expertise-label * {
  color: #0C959B !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 20.2px;
}
.expertise-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
}
.expertise-label .elementor-widget-container,
.expertise-label p {
  margin: 0 !important;
}
.expertise-label::before {
  content: "";
  display: block;
  align-self: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0C959B;
  flex: 0 0 auto;
}
.expertise-title,
.expertise-title * {
  color: #0F2A3A !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 35.3px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.4px;
}
.expertise-text,
.expertise-text * {
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 22.3px;
}
.expertise-img img {
  width: 100%;
  border-radius: 24px;
  object-fit: cover;
}
.e-con:has(> .expertise-title) ~ .e-con {
  flex: 1 1 50% !important;
  min-width: 0 !important;
}
.e-con:has(> .expertise-title) ~ .e-con img {
  width: 100%;
  height: auto;
}
.sl-btn-devis-dark .elementor-button,
.e-con:has(> .expertise-title) .sl-btn-devis .elementor-button {
  background:
    linear-gradient(90deg, rgba(12, 149, 155, 0.61) 0%, rgba(0, 32, 56, 0.61) 100%),
    linear-gradient(90deg, #0C959B 0%, #002038 100%) !important;
}

@media (max-width: 1024px) {
  .e-con-inner:has(.expertise-title) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    flex-grow: 0 !important;
    align-items: stretch !important;
  }
  .e-con-inner:has(.expertise-title) > .e-con {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .expertise-title,
  .expertise-title * { font-size: 26.7px; }
  .e-con:has(> .expertise-title) ~ .e-con {
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
  }
  .e-con:has(> .expertise-title) ~ .e-con img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }
}


/* ===== Section Bento (grille de cartes) ===== */

.bento > .e-con-inner {
  display: grid !important;
  grid-template-columns: 1.25fr 1.55fr 0.95fr;
  gap: 20px;
  align-items: stretch;
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.bento > .e-con-inner > *:nth-child(1) { grid-column: 1; grid-row: 1 / 3; }
.bento > .e-con-inner > *:nth-child(2) { grid-column: 2; grid-row: 1; min-height: 511px; }
.bento > .e-con-inner > *:nth-child(3) { grid-column: 3; grid-row: 1 / 3; }
.bento > .e-con-inner > *:nth-child(4) { grid-column: 2; grid-row: 2; min-height: 190px; }
.bento > .e-con-inner > * {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 20px !important;
  background: #001E36;
  border-radius: 30px;
  padding: 40px;
  overflow: hidden;
}
.bento > .e-con-inner > *:nth-child(3) {background: linear-gradient(180deg, #0B9197 0%, #002038 100%);}
.bento .elementor-heading-title {
  color: #fff !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-weight: 600 !important;
  font-size: 25.2px !important;
  line-height: 31.9px !important;
  letter-spacing: -0.84px !important;
}
.bento > .e-con-inner > *:nth-child(1) .elementor-heading-title {
  font-size: 32.4px !important;
  line-height: 42.1px !important;
}
.bento > .e-con-inner > *:nth-child(4) .bento-number .elementor-heading-title {
  font-size: 49.7px !important;
  font-weight: 600 !important;
  line-height: 40.4px !important;
  letter-spacing: -0.78px !important;
}
.bento p {
  color: #F1F2F4 !important;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 22.3px;
}
.bento .elementor-widget-image { margin: 0; }
.bento .elementor-widget-image img { width: 100%; height: auto; display: block; }
.bento > .e-con-inner > *:nth-child(1) .elementor-widget-image {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
  width: 90% !important;
  max-width: 100% !important;
  z-index: 0 !important;
  pointer-events: none;
}
.bento > .e-con-inner > * > .elementor-widget-image {z-index: 0 !important;}
.bento > .e-con-inner > * > *:not(.elementor-widget-image) {
  position: relative;
  z-index: 2;
}
.bento > .e-con-inner > *:nth-child(2) .elementor-widget-image {
  position: absolute !important;
  right: 0 !important;
  left: auto !important;
  bottom: 0 !important;
  top: auto !important;
  width: 340px !important;
  max-width: 100% !important;
}
.bento > .e-con-inner > *:nth-child(3) .elementor-widget-image {
  position: absolute !important;
  right: -12px !important;
  left: auto !important;
  bottom: 28px !important;
  top: auto !important;
  width: 439px !important;
  max-width: none !important;
}
.bento > .e-con-inner > *:nth-child(4) {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 27px !important;
}
.bento > .e-con-inner > *:nth-child(4) > .bento-number {flex: 0 0 auto !important;}
.bento > .e-con-inner > *:nth-child(4) > .elementor-widget-text-editor {flex: 1 1 auto !important;}
.bento-number,
.bento-number * {
  color: #fff !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-weight: 600;
  font-size: 49.7px;
  line-height: 1;
  letter-spacing: -0.78px;
}
.bento > .e-con-inner > *:nth-child(4) p {
  color: #fff !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 32.4px !important;
  font-weight: 500 !important;
  line-height: 36.4px !important;
  letter-spacing: -0.81px !important;
}
.bento > .e-con-inner > *:nth-child(4) > .elementor-widget-text-editor { min-width: 0 !important; }
.bento > .e-con-inner > *:nth-child(4) p { overflow-wrap: break-word; }

@media (max-width: 1200px) {
  .bento-number, .bento-number * { font-size: 38.2px !important; }
  .bento > .e-con-inner > *:nth-child(4) p { font-size: 22.4px !important; line-height: 1.15 !important; }
}
@media (max-width: 900px) {
  .bento > .e-con-inner {grid-template-columns: 1fr;}
  .bento > .e-con-inner > * {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 0 !important;
    /* En colonne unique la carte est large mais l'ecran est etroit : 40px de
       chaque cote mangeaient la largeur utile du texte. */
    padding: 28px !important;
  }
  .bento .elementor-widget-image {
    position: static !important;
    width: 100% !important;
  }
  .bento > .e-con-inner > *:nth-child(4) {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .bento > .e-con-inner > *:nth-child(3) .elementor-widget-image {
    order: 99 !important;
    margin-top: auto !important;
  }
}


/* ===== Section « Nos solutions » ===== */

.sol-label,
.sol-label * {
  color: #0C959B !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16.2px;
}
.sol-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  line-height: 1 !important;
}
.sol-label > *,
.sol-label p {
  margin: 0 !important;
  line-height: 1 !important;
}
.sol-label::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #0C959B;
  flex: 0 0 auto;
}
.sol-title,
.sol-title * {
  color: #001E36 !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 48.2px;
  letter-spacing: -0.78px;
}
.sol-sub,
.sol-sub * {
  color: #878787 !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 25.2px;
}
.sol-sub { align-self: stretch !important; max-width: none !important; }
.e-con:has(> .sol-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 12px !important;
}
.sol-sub, .sol-sub * { max-width: 620px; }
.e-con:has(> .e-con > .sol-title) {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 24px !important;
}
.e-con:has(> .e-con > .sol-img) {
  display: block !important;
  width: 100% !important;
}
.e-con:has(> .sol-img) {
  position: relative !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 48px !important;
  overflow: visible !important;
  border-radius: 0 !important;
}
.sol-img {
  position: relative !important;
  flex: 0 0 60% !important;
  align-self: stretch;
  min-width: 0;
  border-radius: 24px;
  overflow: hidden;
}
.sol-img img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}
.sol-img .sol-img-fade {
  position: absolute !important;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
}
.sol-img::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-mask: radial-gradient(ellipse farthest-side at 50% 50%, transparent 42%, #000 92%);
  mask: radial-gradient(ellipse farthest-side at 50% 50%, transparent 42%, #000 92%);
  pointer-events: none;
}
.sol-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9,26,36,0) 55%, rgba(9,26,36,0.85) 100%);
  z-index: 2;
  pointer-events: none;
}
.e-con:has(> .sol-o-title) {
  position: absolute !important;
  left: 0; bottom: 0;
  width: 60%;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 15px !important;
  padding: 0 40px 39px 66px !important;
  z-index: 2;
}
.sol-o-icon {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background: linear-gradient(180deg, #0B9197 0%, #08868E 9.09%, #067B85 18.18%, #04707C 27.27%, #026573 36.36%, #015B6A 45.45%, #005062 54.55%, #004659 63.64%, #003C51 72.73%, #003348 81.82%, #002940 90.91%, #002038 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
}
.sol-o-icon img { width: 32px; height: 32px; filter: brightness(0) invert(1); }
.sol-o-icon .elementor-icon { background: transparent !important; margin: 0 !important; }
.sol-o-icon i, .sol-o-icon svg { color: #fff !important; fill: #fff !important; font-size: 26.7px; width: 26.7px; height: 26.7px; }
.sol-o-title,
.sol-o-title * {
  color: #fff !important;
  font-family: Manrope, "Instrument Sans", sans-serif;
  font-size: 26.7px;
  font-weight: 600;
  line-height: 1.05;
  text-transform: capitalize;
}
.sol-o-desc,
.sol-o-desc * {
  color: #EDEDED !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 500;
  line-height: 17.8px;
}
.sol-item-photo,
.sol-item-full { display: none !important; }
.e-con:has(> .e-con > .sol-item-ico) {
  flex: 1 1 0% !important;
  min-width: 0 !important;
  align-self: center;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0px !important;
}
.e-con:has(> .sol-item-ico) {
  position: relative;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 18px !important;
  padding: 16px 22px 16px 16px !important;
  border-radius: 14px;
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.25s ease;
}
.e-con:has(> .sol-item-ico).is-active { opacity: 1; }
.e-con:has(> .sol-item-ico).is-active::after {
  content: "";
  position: absolute;
  right: 0; top: 10px; bottom: 10px;
  width: 3px;
  border-radius: 3px;
  background: #0C959B;
}
.sol-item-ico {
  width: 66px;
  height: 66px;
  border-radius: 14px;
  background: linear-gradient(180deg, #0B9197 0%, #08868E 9.09%, #067B85 18.18%, #04707C 27.27%, #026573 36.36%, #015B6A 45.45%, #005062 54.55%, #004659 63.64%, #003C51 72.73%, #003348 81.82%, #002940 90.91%, #002038 100%) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto;
  aspect-ratio: 1 / 1;
}
.sol-item-ico .elementor-icon { background: transparent !important; margin: 0 !important; }
.sol-item-ico img { width: 32px; height: 32px; display: block; filter: brightness(0) invert(1); }
.sol-item-ico i, .sol-item-ico svg { color: #fff !important; fill: #fff !important; font-size: 26.7px; width: 26.7px; height: 26.7px; }
.e-con:has(> .sol-item-title) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  overflow: hidden;
}
.sol-item-title,
.sol-item-title * {
  color: #001E36 !important;
  font-family: Manrope, "Instrument Sans", sans-serif;
  font-size: 20.2px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sol-item-desc,
.sol-item-desc * {
  color: #737373 !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.e-con:has(> .sol-item-ico).is-active .e-con:has(> .sol-item-title) {overflow: visible !important;}
.e-con:has(> .sol-item-ico).is-active .sol-item-title,
.e-con:has(> .sol-item-ico).is-active .sol-item-title *,
.e-con:has(> .sol-item-ico).is-active .sol-item-desc,
.e-con:has(> .sol-item-ico).is-active .sol-item-desc * {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}
.e-con:has(> .sol-item-ico) .sol-item-title,
.e-con:has(> .sol-item-ico) .sol-item-desc { transition: color 0.25s ease; }
.e-con:has(> .e-con > .sol-title) > .sl-btn-devis {
  flex: 0 0 auto !important;
  margin-top: 30px !important;
}
.e-con:has(> .e-con > .sol-title) .sl-btn-devis a,
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button,
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button-text {
  white-space: nowrap !important;
}
.e-con:has(> .e-con > .sol-title) .sl-btn-devis a,
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 6px 6px 6px 24px !important;
  border-radius: 30px !important;
  background: linear-gradient(90deg, #0B9197 0%, #83C7C2 100%) !important;
  color: #FFF !important;
  text-align: center;
  font-family: Inter, sans-serif !important;
  font-weight: 500 !important;
  font-size: 13.7px !important;
  line-height: 20.6px !important;
  border: none !important;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.28) inset, 0 8px 20px rgba(11, 145, 151, 0.22);
}
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button-icon {
  order: 2;               /* flèche à droite du texte */
  background: #fff !important;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 !important;
}
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button-icon i,
.e-con:has(> .e-con > .sol-title) .sl-btn-devis .elementor-button-icon svg { color: #0F2A3A !important; fill: #0F2A3A !important; }
.e-con.e-parent:has(.sol-title) .e-con {
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.e-con.e-parent:has(.expertise-title),
.e-con.e-parent:has(.sol-title) {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.e-con.e-parent:has(.expertise-title) > .e-con-inner,
.e-con.e-parent:has(.sol-title) > .e-con-inner {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.bento {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.bento > .e-con-inner {
  max-width: 1300px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1024px) {
  .sol-o-title, .sol-o-title * { font-size: 19.5px; }
  .e-con.e-parent:has(.expertise-title),
  .e-con.e-parent:has(.sol-title) { padding: 64px 40px !important; }
  .sol-title, .sol-title * { line-height: 1.1 !important; }
  .e-con:has(> .e-con > .sol-title) {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
  }
  .e-con:has(> .e-con > .sol-title) > .sl-btn-devis { margin-top: 0 !important; }
  .e-con:has(> .sol-img) { flex-direction: column !important; gap: 28px !important; }
  .sol-img {
    flex: 0 0 auto !important;
    width: 100% !important;
    height: 340px !important;
    align-self: stretch;
  }
  .e-con:has(> .sol-o-title) {
    width: 100% !important;
    top: 0 !important;
    bottom: auto !important;
    height: 340px !important;
    justify-content: flex-end !important;
    padding: 0 24px 26px 36px !important;
  }
  .e-con:has(> .e-con > .sol-item-ico) { flex: 1 1 auto !important; align-self: stretch; gap: 22px !important; }
  .e-con:has(> .sol-item-ico) { opacity: 1 !important; }
  .sol-item-title, .sol-item-title *,
  .sol-item-desc, .sol-item-desc * {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: clip !important;
  }
  .e-con:has(> .sol-item-ico) {
    display: grid !important;
    grid-template-columns: auto 1fr;
    grid-template-areas: "ico title" "desc desc";
    align-items: center;
    column-gap: 14px !important;
    row-gap: 18px !important;
    padding: 0 !important;
  }
  .e-con:has(> .sol-item-title) { display: contents !important; }
  .sol-item-ico  { grid-area: ico; }
  .sol-item-title { grid-area: title; }
  .sol-item-desc  { grid-area: desc; }
}
@media (max-width: 767px) {
  .sol-title, .sol-title * { font-size: 26.7px; }
  .e-con.e-parent:has(.expertise-title),
  .e-con.e-parent:has(.sol-title) { padding: 48px 20px !important; }
  .sol-img { height: 280px !important; }
  .e-con:has(> .sol-o-title) { height: 280px !important; padding: 0 20px 20px 28px !important; }
  .e-con:has(> .e-con > .sol-item-ico) { gap: 24px !important; }
}

body.home .e-con:has(> .elementor-background-video-container) {position: relative;}
.sl-bot {
  position: absolute;
  right: 28px;
  bottom: 60px;
  z-index: 100;
  /* 68px au lieu de 85. Le rembourrage suit le même rapport (×0.8) : le robot
     garde exactement sa proportion dans la pastille. Le réduire seul aurait
     rapetissé le bouton en grossissant l'icône. */
  width: 68px;
  height: 68px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 10px 19px;
  border-radius: 97px !important;
  background: linear-gradient(180deg, #0B9197 0%, #002038 100%) !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, 0.25),
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 0 rgba(255, 255, 255, 0.35) inset !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  cursor: pointer;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.sl-bot:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.sl-bot .elementor-widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.sl-bot img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.elementor-background-video-container.elementor-hidden-mobile {display: block !important;}

/* Recadrage de l'iframe posée en secours par solead.js quand Elementor n'a pas
   activé la vidéo de fond au chargement en mobile (voir le module « Vidéo de
   fond du héro »). Elementor calcule ces dimensions en JS pour ses propres
   embarquements ; ici le rapport 16/9 forcé par les unités de vue suffit à
   couvrir le conteneur sans laisser de bande noire. */
.sl-bgvideo-embed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 56.25vw;
  min-width: 177.77vh;
  min-height: 100%;
  border: 0;
  pointer-events: none;
}

/* Le menu horizontal n'est forcé qu'à partir de 1025px : en dessous, on rend la
   main à la bascule burger native d'Elementor (le widget est réglé sur
   « dropdown-tablet », soit ≤1024px). Auparavant ce bloc démarrait à 768px et
   imposait le menu horizontal jusqu'en tablette, ce qui obligeait à masquer
   toute la barre sous 1034px. */
@media (min-width: 1025px) {
  .center-nav .elementor-menu-toggle { display: none !important; }
  .center-nav .elementor-nav-menu--main { display: block !important; }
  .center-nav .elementor-nav-menu--main .elementor-nav-menu { display: flex !important; }
  .center-nav > nav.elementor-nav-menu--dropdown { display: none !important; }
}
@media (max-width: 1250px) {
  .elementor-location-header { padding: 14px 20px !important; }
  #nav { padding: 8px 12px !important; gap: 10px !important; }
  .center-nav .elementor-nav-menu { gap: 20px !important; }
  #right-nav { gap: 12px !important; }
  .sl-btn-devis .elementor-button { padding: 10px 8px 10px 18px; }
  .sl-btn-contact .elementor-button { width: auto; padding: 8px 16px; }
}
/* La barre reste affichée : elle passe en burger (voir « Nav mobile » en fin de
   fichier). Le `display: none` qui vivait ici masquait toute navigation sous
   1034px. */
@media (max-width: 1024px) {
  body.home .e-con:has(> .hero-title) {padding-top: 60px !important;}
}
@media (max-width: 767px) {
  body.home .e-con:has(> .hero-title) {
    min-height: 100vh;
    padding: 60px 18px 60px !important;
  }
  .hero-title,
  .hero-title * {
    font-size: 29.6px;
    line-height: 1.15;
    letter-spacing: -0.41px;
  }
  .hero-desc,
  .hero-desc * { font-size: 14.4px; line-height: 1.55; }
  .hero-desc { max-width: 90%; }
  .hero-desc { margin-top: 28px !important; }
  body.home .e-con:has(> .hero-title) > .e-con:not(:first-child):not(:has(.elementor-widget-button)) {margin-top: 40px !important;}
  body.home .e-con:has(> .hero-title) > .e-con:has(.elementor-widget-button) {margin-top: 36px !important;}
}
@media (max-width: 414px) {
  .elementor-location-header { padding: 10px 14px !important; }
  body.home .e-con:has(> .hero-title) {padding: 95px 16px 50px !important;}
  .hero-title,
  .hero-title * {
    font-size: 23.1px;
    line-height: 1.2;
    letter-spacing: 0;
  }
  .hero-tags,
  .hero-tags * { font-size: 13px; }
  .hero-desc,
  .hero-desc * { font-size: 13.7px; line-height: 1.5; }
  .hero-title { margin-top: 10px !important; }
  .hero-desc { margin-top: 22px !important; }
  body.home .e-con:has(> .hero-title) > .e-con:not(:first-child):not(:has(.elementor-widget-button)) {margin-top: 30px !important;}
  body.home .e-con:has(> .hero-title) > .e-con:first-child {
    min-height: 44px;
    padding: 5px 14px 5px 5px;
  }
  body.home .e-con:has(> .hero-title) > .e-con:first-child p { font-size: 13px; }
  body.home .e-con:has(> .hero-title) > .e-con:has(.elementor-widget-button) {
    flex-direction: column !important;
    width: 100%;
    margin-top: 26px !important;
  }
  body.home .e-con:has(> .hero-title) .elementor-widget-button { width: 100% !important; }
  body.home .e-con:has(> .hero-title) .sl-btn-contact .elementor-button,
  body.home .e-con:has(> .hero-title) .sl-btn-devis .elementor-button {
    width: 100% !important;
  }
}
@media(max-width: 1063px) and (min-width: 1048px){.center-nav .elementor-nav-menu{gap: 17px!important;}}
@media(max-width: 1047px) and (min-width: 1034px){
  .center-nav .elementor-nav-menu{gap: 15px!important;}
  .elementor-location-header.nav-scrolled #nav{padding: 20px!important;}
}


/* ========================================================================
   Section « Ce qui fait notre différence » (bloc sombre + 4 cartes)
   ======================================================================== */

.e-con:has(> .diff-cta) {
  position: relative;
  overflow: hidden;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 40px !important;
  width: calc(100% - 30px);
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 110px 15px !important;
  border-radius: 30px;
  background:
    url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png")
    center / cover no-repeat,
    #04121b !important;
}
.e-con:has(> .diff-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 32px !important;
  width: 100%;
}
.diff-label,
.diff-label * {
  color: #F1F2F4 !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
}
.diff-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px;
}
.diff-label::before {
  content: "";
  display: block;
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #F1F2F4;
  flex: 0 0 auto;
}
.diff-label p { margin: 0 !important; }
.diff-title,
.diff-title * {
  color: #F1F2F4 !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 47.8px;
  letter-spacing: -0.87px;
  text-align: center;
}
.e-con:has(> .e-con > .diff-card-icon) {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100%;
}
.e-con:has(> .diff-card-icon) {
  flex: 1 1 0 !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 16px !important;
  min-height: 338px;
  padding: 24px !important;
  border-radius: 30px;
  border: none !important;
  background: radial-gradient(158.9% 91.04% at 50% -6.7%,
    rgba(11, 145, 151, 0.25) 0%, rgba(57, 143, 255, 0.02) 100%) !important;
}
.diff-card-icon { align-self: stretch; }
.diff-card-icon .elementor-icon,
.diff-card-icon .elementor-icon-wrapper { background: transparent !important; margin: 0 !important; }
.diff-card-icon i,
.diff-card-icon svg { color: #fff !important; fill: #fff !important; font-size: 29.6px; width: 29.6px; height: 29.6px; }
.diff-card-icon img { height: 36px; width: auto; filter: brightness(0) invert(1); }
.diff-card-title,
.diff-card-title * {
  color: #FFF !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 19.5px;
  font-weight: 600;
  line-height: 46.1px;
  letter-spacing: -0.89px;
}
.diff-card-desc,
.diff-card-desc * {
  color: #F1F2F4 !important;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 22.3px;
}
.diff-cta a,
.diff-cta .elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 34px !important;
  border-radius: 30px !important;
  border: 1px solid #000 !important;
  background: #FFF !important;
  color: #001E36 !important;
  font-family: Inter, sans-serif;
  font-weight: 500 !important;
  font-size: 13.7px !important;
  line-height: 19.2px !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, 0.25),
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.diff-cta .elementor-button-text { color: #001E36 !important; }

@media (max-width: 1024px) {
  .e-con:has(> .diff-cta) { padding: 64px 32px !important; }
  .diff-title, .diff-title * { font-size: 31px; }
  .e-con:has(> .e-con > .diff-card-icon) { flex-wrap: wrap !important; }
  .e-con:has(> .diff-card-icon) { flex: 1 1 45% !important; }
}
@media (max-width: 767px) {
  .e-con:has(> .diff-cta) { padding: 48px 18px !important; gap: 28px !important; border-radius: 24px; }
  .diff-title, .diff-title * { font-size: 25.2px; }
  /* La carte prend toute la largeur : son contenu s'etale sur une ligne de plus
     et la hauteur de 338px, calibree sur une carte etroite en grille, laisse un
     vide en bas. 300px suffisent — c'est un plancher, la carte grandit d'elle
     meme si le texte le demande. */
  .e-con:has(> .diff-card-icon) {
    flex: 1 1 100% !important;
    min-height: 300px;
  }
}


/* ========================================================================
   Actualités — shortcode [myibs_news] (en-tête + grande carte + liste)
   ======================================================================== */

.news-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 110px 15px;
}
.news-head {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}
.news-head-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.news-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #0C959B;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 19.5px;
}
.news-label::before {
  content: "";
  width: 9px; height: 9px;
  border-radius: 50%;
  background: #0C959B;
  flex: 0 0 auto;
}
.news-title {
  margin: 0;
  color: #001E36;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 47.8px;
  letter-spacing: -0.87px;
}
.news-more {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  padding: 0 26px;
  border-radius: 30px;
  border: 1px solid rgba(0, 0, 0, 0.51);
  background: #FFF;
  color: #001E36 !important;
  text-decoration: none !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, 0.25),
    0 2px 4px 0 rgba(0, 0, 0, 0.25),
    0 1px 0 0 rgba(255, 255, 255, 0.35) inset;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.news-grid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 28px;
  width: 100%;
}
.news-featured {
  position: relative;
  flex: 1 1 54%;
  min-width: 0;
  min-height: 440px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  text-decoration: none;
}
.news-featured-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.6s ease;
}
.news-featured:hover .news-featured-img { transform: scale(1.06); }
.news-featured::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(4,51,53,0) 2%, rgba(4,51,53,0.72) 100%);
  pointer-events: none;
}
.news-featured-body {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 12px 20px 20px;
}
.news-featured-title {
  margin: 0;
  color: #F1F2F4 !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 29.6px;
  font-weight: 700;
  line-height: 26.3px;
}
.news-featured .news-date {
  color: #F1F2F4 !important;
  font-size: 14.4px;
  font-weight: 400;
}
.news-list {
  flex: 1 1 46%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.news-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 20px;
  background: #FFF !important;
  border: 1px solid rgba(15, 28, 46, 0.09) !important;
  box-shadow: 0 8px 22px rgba(15, 42, 58, 0.05);
  text-decoration: none !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.news-item:hover { box-shadow: 0 10px 26px rgba(15, 42, 58, 0.10); transform: translateY(-1px); }
.news-item-thumb {
  flex: 0 0 100px;
  width: 100px;
  height: 120px;
  border-radius: 13px;
  overflow: hidden;
  background: #DCE3E8;
}
.news-item-thumb-img {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.6s ease;
}
.news-item:hover .news-item-thumb-img { transform: scale(1.08); }
.news-item-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
}
.news-item-title {
  color: #000 !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 600;
  line-height: 20.6px;
  text-transform: capitalize;
}
.news-arrow {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  font-size: 0;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M4.16669 10H15.8334" stroke="%237A8494" stroke-opacity=".3" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/><path d="M10 4.1665L15.8333 9.99984L10 15.8332" stroke="%237A8494" stroke-opacity=".3" stroke-width="1.16667" stroke-linecap="round" stroke-linejoin="round"/></svg>') center / contain no-repeat;
}
.news-cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0C959B;
  color: #F1F2F4;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 800;
  line-height: 19.6px;
  padding: 4px 10px;
  border-radius: 7px;
}
.news-date {
  color: #676767 !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
.news-cat, .news-cat * { text-decoration: none !important; }
.news-featured, .news-item { color: inherit; }


@media (max-width: 1024px) {
  .news-section { padding: 64px 40px; max-width: none; }
  .news-title { font-size: 35.3px; }
}
@media (max-width: 900px) {
  .news-head { flex-direction: column; }
  .news-grid { flex-direction: column; }
  .news-featured { min-height: 320px; flex: 1 1 auto; }
  .news-list { flex: 1 1 auto; }
}
@media (max-width: 767px) {
  .news-section { padding: 48px 20px; }   /* ≥ 20px de marge sur les côtés */
  .news-title { font-size: 26.7px; line-height: 1.1; }
}


/* ========================================================================
   Avis clients — slider auto-scroll infini + grab
   (conteneurs ciblés via :has() car Elementor n'émet pas leurs classes)
   ======================================================================== */

.e-con:has(> .reviews-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 36px !important;
  width: calc(100% - 30px);
  max-width: 1300px;
  margin: 0 auto !important;
}
.e-con.reviews-section {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 36px !important;
  width: calc(100% - 30px);
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 0 0 110px !important;
}
.reviews-viewport.is-standalone { padding-bottom: 110px; }

/* Les 110px de bas de la section Avis ne bougeaient a aucune largeur : sur un
   telephone ils representaient plus d'un sixieme de la hauteur d'ecran, en
   pur vide avant la section suivante. Meme dégression que les autres sections
   du site (110 -> 72 -> 56). */
@media (max-width: 1024px) {
  .e-con.reviews-section { padding-bottom: 72px !important; }
  .reviews-viewport.is-standalone { padding-bottom: 72px; }
}
@media (max-width: 767px) {
  .e-con.reviews-section { padding-bottom: 56px !important; }
  .reviews-viewport.is-standalone { padding-bottom: 56px; }
}
.reviews-label,
.reviews-label * {
  color: #0C959B !important;
  font-family: Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 19.5px;
  text-align: center;
}
.reviews-label {
  display: flex !important;
  align-items: center; justify-content: center;
  gap: 10px;
}
.reviews-label::before {
  content: ""; width: 9px; height: 9px; border-radius: 50%;
  background: #0C959B; flex: 0 0 auto;
}
.reviews-label p { margin: 0 !important; }
.reviews-title,
.reviews-title * {
  color: #001E36 !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 47.8px;
  letter-spacing: -0.87px;
  text-align: center;
}
.reviews-viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
}
.reviews-viewport.is-grabbing { cursor: grabbing; }
.reviews-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  gap: 24px !important;
  will-change: transform;
  transition: none !important;
  animation: none !important;
}
.e-con:has(> .review-text) {
  flex: 0 0 646px !important;
  width: 646px !important;
  box-sizing: border-box;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 28px !important;
  padding: 41px 50px !important;
  border-radius: 30px;
  background:
    url("/wp-content/uploads/2026/07/98adc131fee60c7e51724a80f877a23a40fe4aa0-1.png")
    center / cover no-repeat, #FFF !important;
  user-select: none;
  -webkit-user-select: none;
}
.e-con:has(> .review-stars) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  width: auto !important;
  padding: 0 !important;
}
.review-stars { flex: 0 0 auto !important; width: auto !important; line-height: 0; }
.review-stars .elementor-widget-container,
.review-stars figure { margin: 0 !important; }
.review-stars img {
  width: 20px !important;
  height: 20px !important;
  max-width: none;
  flex-shrink: 0;
  display: block;
}
.review-stars i, .review-stars svg { color: #fff !important; fill: #fff !important; font-size: 18px; width: 18px; height: 18px; }
.review-text {
  width: 100%;
  box-sizing: border-box;
  padding: 0 26px 34px 0 !important;
}
.review-text,
.review-text * {
  color: #F1F2F4 !important;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.5px;
}
.review-text p { margin: 0 !important; }
.review-text p + p { margin-top: 10px !important; }
.e-con:has(> .review-avatar) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 16px !important;
  width: 100%;
  margin-top: auto;
}
.review-avatar { flex: 0 0 104px !important; width: 104px !important; line-height: 0; }
.review-avatar .elementor-widget-container,
.review-avatar figure { margin: 0 !important; }
.review-avatar img {
  width: 104px !important;
  height: 104px !important;
  max-width: none;
  flex-shrink: 0;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 0 3px #0C959B;
}
.e-con:has(> .review-name) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 10px !important;
  flex: 1 1 auto !important;
  min-width: 0;
  padding: 0 !important;
}
.review-name,
.review-role,
.review-tag { width: 100%; }
.review-name h1, .review-name h2, .review-name h3,
.review-name h4, .review-name h5, .review-name h6,
.review-role p { margin: 0 !important; }
.review-name,
.review-name * {
  color: #F1F2F4 !important;
  font-family: Inter, sans-serif;
  font-size: 26.7px;
  font-weight: 700;
  line-height: 20px;
}
.review-role,
.review-role * {
  color: #ABABAB !important;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 14.4px;
}
.review-tag,
.review-tag * {
  color: #0C959B !important;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 500;
  line-height: 15.2px;
}
.review-tag {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.review-tag p { margin: 0 !important; }
.review-tag::before {
  content: "";
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  background-color: #0C959B;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23000' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 12.8332V2.33317C3.5 2.02375 3.62292 1.72701 3.84171 1.50821C4.0605 1.28942 4.35725 1.1665 4.66667 1.1665H9.33333C9.64275 1.1665 9.9395 1.28942 10.1583 1.50821C10.3771 1.72701 10.5 2.02375 10.5 2.33317V12.8332H3.5Z'/%3E%3Cpath d='M3.50002 7H2.33335C2.02393 7 1.72719 7.12292 1.5084 7.34171C1.2896 7.5605 1.16669 7.85725 1.16669 8.16667V11.6667C1.16669 11.9761 1.2896 12.2728 1.5084 12.4916C1.72719 12.7104 2.02393 12.8333 2.33335 12.8333H3.50002'/%3E%3Cpath d='M10.5 5.25H11.6667C11.9761 5.25 12.2728 5.37292 12.4916 5.59171C12.7104 5.8105 12.8333 6.10725 12.8333 6.41667V11.6667C12.8333 11.9761 12.7104 12.2728 12.4916 12.4916C12.2728 12.7104 11.9761 12.8333 11.6667 12.8333H10.5'/%3E%3Cpath d='M5.83331 3.5H8.16665'/%3E%3Cpath d='M5.83331 5.8335H8.16665'/%3E%3Cpath d='M5.83331 8.1665H8.16665'/%3E%3Cpath d='M5.83331 10.5H8.16665'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14' fill='none' stroke='%23000' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3.5 12.8332V2.33317C3.5 2.02375 3.62292 1.72701 3.84171 1.50821C4.0605 1.28942 4.35725 1.1665 4.66667 1.1665H9.33333C9.64275 1.1665 9.9395 1.28942 10.1583 1.50821C10.3771 1.72701 10.5 2.02375 10.5 2.33317V12.8332H3.5Z'/%3E%3Cpath d='M3.50002 7H2.33335C2.02393 7 1.72719 7.12292 1.5084 7.34171C1.2896 7.5605 1.16669 7.85725 1.16669 8.16667V11.6667C1.16669 11.9761 1.2896 12.2728 1.5084 12.4916C1.72719 12.7104 2.02393 12.8333 2.33335 12.8333H3.50002'/%3E%3Cpath d='M10.5 5.25H11.6667C11.9761 5.25 12.2728 5.37292 12.4916 5.59171C12.7104 5.8105 12.8333 6.10725 12.8333 6.41667V11.6667C12.8333 11.9761 12.7104 12.2728 12.4916 12.4916C12.2728 12.7104 11.9761 12.8333 11.6667 12.8333H10.5'/%3E%3Cpath d='M5.83331 3.5H8.16665'/%3E%3Cpath d='M5.83331 5.8335H8.16665'/%3E%3Cpath d='M5.83331 8.1665H8.16665'/%3E%3Cpath d='M5.83331 10.5H8.16665'/%3E%3C/svg%3E") center / contain no-repeat;
}
.review-tag:has(img)::before,
.review-tag:has(svg)::before { display: none; }
.review-tag img,
.review-tag svg { width: 14px; height: 14px; }

@media (max-width: 767px) {
  .reviews-title, .reviews-title * { font-size: 28.1px; line-height: 1.1; }
  .e-con:has(> .review-text) {
    flex-basis: 88vw !important;
    width: 88vw !important;
    padding: 28px !important;
  }
  .review-text, .review-text * { font-size: 15.9px; }
  .review-stars img { width: 18px !important; height: 18px !important; }
  /* !important obligatoire : le bloc desktop pose 104px !important sur les deux
     règles, sans quoi cette ligne était purement ignorée. */
  .review-avatar { flex: 0 0 72px !important; width: 72px !important; }
  .review-avatar img { width: 72px !important; height: 72px !important; }
  .review-name, .review-name * { font-size: 20.9px; }
  .review-role, .review-role * { font-size: 15.2px; }
}

/* ========================================================================
   Footer global — CTA + 4 colonnes + barre légale
   (classes .ft-* posées sur les WIDGETS ; les conteneurs et les widgets
   atomiques sont balisés par initFooter() dans solead.js)
   ======================================================================== */

.ft-root {
  --ft-teal:  #0C959B;
  --ft-white: #FFFFFF;
  --ft-text:  #E6EDF0;
  --ft-muted: #FFFFFF;
  --ft-hover: #A9B7BD;
  --ft-line:  rgba(255, 255, 255, .12);

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: calc(100% - 30px);
  margin: 0 auto 15px !important;
  padding: 0 0 40px !important;
  border-radius: 30px;
  overflow: hidden;
  background:
    url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png")
    center / cover no-repeat, #04202C !important;
}
.ft-root p,
.ft-root h1, .ft-root h2, .ft-root h3,
.ft-root h4, .ft-root h5, .ft-root h6 { margin: 0 !important; }

/* --- Bloc CTA ---------------------------------------------------------- */

.ft-cta,
.e-con:has(> .ft-cta-title) {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 50px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1300px;
  min-height: 642px;
  margin: 0 auto !important;
  padding: 0 15px !important;
  text-align: center;
}
.ft-cta-title,
.ft-cta-title * {
  color: #FFF !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 48.9px;
  letter-spacing: 0.22px;
  text-align: center;
}
.ft-cta-text,
.ft-cta-text * {
  color: #F1F2F4 !important;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20.2px;
  text-align: center;
}
.ft-cta-title, .ft-cta-text { margin: 0 !important; }
.ft-cta-title { max-width: 900px; }
.ft-cta-text  { max-width: 620px; }

/* --- Boutons du CTA ---------------------------------------------------- */

.ft-actions,
.e-con:has(> .ft-btn) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ft-btn { width: auto !important; }
.ft-btn a,
.ft-btn button,
.ft-btn .elementor-button,
.hero-cta a,
.hero-cta button,
.hero-cta .elementor-button,
.appr-cta a,
.appr-cta button,
.appr-cta .elementor-button {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 55px !important;
  padding: 12px 24px !important;
  border: 0 !important;
  border-radius: 30px !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, .25),
    0 2px 4px 0 rgba(0, 0, 0, .25),
    0 1px 0 0 rgba(255, 255, 255, .35) inset !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, filter .25s ease;
}
.ft-btn a:hover,
.ft-btn button:hover,
.ft-btn .elementor-button:hover,
.hero-cta a:hover,
.hero-cta .elementor-button:hover,
.appr-cta a:hover,
.appr-cta .elementor-button:hover { transform: translateY(-2px); filter: brightness(1.06); }
.ft-btn-light a,
.ft-btn-light .elementor-button {
  background: #FFF !important;
  border: 1px solid rgba(0, 0, 0, .51) !important;
  color: #001E36 !important;
}
.ft-btn-teal a,
.ft-btn-teal .elementor-button,
.hero-cta a,
.hero-cta .elementor-button,
.appr-cta a,
.appr-cta .elementor-button {
  background: linear-gradient(90deg, rgba(12, 149, 155, .61) 0%, rgba(247, 247, 247, .34) 100%) !important;
  color: #FFF !important;
  width: 207px;
  height: 55px;
  padding: 12px 9px 12px 24px !important;
  justify-content: center;
}
.ft-btn-teal a::after,
.ft-btn-teal .elementor-button::after,
.hero-cta a::after,
.hero-cta .elementor-button::after,
.appr-cta a::after,
.appr-cta .elementor-button::after {
  content: "";
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #FFF url("/wp-content/uploads/2026/07/More-Than-1.png") center / 11px 11px no-repeat;
}

/* --- Rangée des colonnes ---------------------------------------------- */

.ft-cols,
.e-con:has(> .e-con > .ft-col-title) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 40px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1300px;
  min-height: 316px;
  margin: 0 auto !important;
  padding: 70px 15px 0 !important;
  border-top: 1px solid var(--ft-line);
}
.ft-col,
.e-con:has(> .ft-col-title),
.e-con:has(> .ft-logo) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  flex: 0 1 auto !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.ft-col-logo,
.e-con:has(> .ft-logo) { flex: 0 0 auto !important; width: auto !important; }
.ft-logo { width: auto !important; line-height: 0; }
.ft-logo img { width: auto; height: 34px; max-width: none; display: block; }
.ft-col-title,
.ft-col-title * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 700;
  line-height: 27.4px;
  letter-spacing: 0.76px;
  text-transform: uppercase;
}
.ft-root .ft-col-title { margin: 0 0 6px !important; }

/* --- Liens de colonne (Paragraphe, Éditeur ou Bouton) ------------------ */

.ft-link,
.ft-links,
.ft-link *,
.ft-links * {
  color: #71747C !important;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .28px;
  margin: 0 !important;
  transition: color .25s ease;
}
.ft-link:hover, .ft-link:hover *,
.ft-links:hover, .ft-links:hover *,
.ft-contact:hover, .ft-contact:hover *,
.ft-legal:hover, .ft-legal:hover * { color: var(--ft-hover) !important; }
.ft-root .ft-contact { margin: 4px 0 !important; }
.ft-contact::before { transition: background-color .25s ease; }
.ft-contact:hover::before { background-color: var(--ft-hover) !important; }
.ft-link, .ft-links, .ft-contact, .ft-legal,
.ft-link a, .ft-links a, .ft-contact a, .ft-legal a,
.ft-link .elementor-button, .ft-links .elementor-button,
.ft-contact .elementor-button, .ft-legal .elementor-button,
.ft-link .e-button-base, .ft-links .e-button-base,
.ft-contact .e-button-base, .ft-legal .e-button-base,
.ft-link .elementor-button-content-wrapper,
.ft-contact .elementor-button-content-wrapper,
.ft-legal .elementor-button-content-wrapper,
a.ft-link, a.ft-contact, a.ft-legal {
  display: inline-flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: left !important;
  width: auto !important;
  min-height: 0 !important;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  color: inherit !important;
  font: inherit !important;
  text-decoration: none !important;
  cursor: pointer;
}

/* --- Colonne « Nous trouver » ------------------------------------------ */

.ft-contact {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  width: 100%;
}
.ft-contact,
.ft-contact * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: .28px;
  transition: color .25s ease;
}
.ft-contact::before {
  content: "";
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  background-color: #FFF;
  -webkit-mask: var(--ft-ico) center / contain no-repeat;
  mask: var(--ft-ico) center / contain no-repeat;
}
.ft-contact-addr { --ft-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='M22 2 15 22l-4-9-9-4Z'/%3E%3C/svg%3E"); }
.ft-contact-tel  { --ft-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.36 1.9.7 2.81a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.91.34 1.85.57 2.81.7A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E"); }
.ft-contact-mail { --ft-ico: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2' y='4' width='20' height='16' rx='2'/%3E%3Cpath d='m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7'/%3E%3C/svg%3E"); }

/* --- Bandeau du bas ---------------------------------------------------- */

.ft-bottom,
.e-con:has(> .ft-copy) {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 28px !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: min(1664px, calc(100% - 60px));
  margin: 0 auto !important;
  padding: 6px 65px !important;
  border-radius: 99px;
  background: #2E616D !important;
}
.ft-copy,
.ft-copy * {
  color: #FFF !important;
  font-family: Geist, Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 18.6px;
}
.ft-legal,
.ft-legal * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: .28px;
}
.ft-root .ft-copy {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 383px !important;
  min-height: 36px;
  margin: 0 !important;
}
.ft-root .ft-legal {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 36px;
  margin: 0 !important;
}

/* La barre de bas de page ne s'anime pas. C'est la derniere ligne du site —
   copyright et liens legaux — atteinte apres avoir deja fait defiler tout le
   footer : une apparition retardee de 420ms n'y ajoute rien et donne surtout
   l'impression que la page n'a pas fini de charger.

   Le moteur (`.sl-rv` / `.sl-rv-in`, voir « Animations d'apparition ») pose ses
   classes depuis solead.js sur les enfants — `.ft-copy` et les deux `.ft-legal`.
   Plutot que d'empecher cette pose, on neutralise l'effet en CSS : les elements
   restent a leur etat final, quoi qu'il arrive. Meme motif que l'exclusion
   deja en place sur `.dv-form`.

   La 3e ligne couvre le cas ou le conteneur lui-meme porterait `.sl-rv`. */
html.sl-rv-on .ft-bottom .sl-rv,
html.sl-rv-on .ft-bottom .sl-rv.sl-rv-in,
html.sl-rv-on .ft-bottom.sl-rv {
  opacity: 1 !important;
  translate: none !important;
  transition: none !important;
}

@media (max-width: 1330px) {.ft-cols, .e-con:has(> .e-con > .ft-col-title) { gap: 32px !important; padding: 70px 40px 0 !important; }}
@media (max-width: 1024px) {
  .ft-cta, .e-con:has(> .ft-cta-title) { min-height: 0; padding: 72px 24px !important; gap: 32px !important; }
  .ft-cta-title, .ft-cta-title * { font-size: 32.4px; line-height: 1.08; }
  .ft-cols, .e-con:has(> .e-con > .ft-col-title) {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 40px !important;
    padding: 56px 32px 40px !important;
    min-height: 0;
  }
  .ft-col,
  .ft-col-logo,
  .e-con:has(> .ft-col-title),
  .e-con:has(> .ft-logo) {
    flex: 0 0 calc(50% - 20px) !important;
    width: calc(50% - 20px) !important;
  }
  .ft-bottom, .e-con:has(> .ft-copy) { max-width: calc(100% - 48px); padding: 10px 28px !important; }
  .ft-root .ft-copy { width: auto !important; flex: 0 1 auto !important; }
}
@media (max-width: 767px) {
  .ft-root { width: calc(100% - 20px); border-radius: 22px; padding-bottom: 24px !important; }
  .ft-cta, .e-con:has(> .ft-cta-title) { padding: 56px 18px !important; gap: 26px !important; }
  .ft-cta-title, .ft-cta-title * { font-size: 25.2px; line-height: 1.1; }
  .ft-cta-text, .ft-cta-text * { font-size: 15.9px; line-height: 1.4; }
  .ft-actions, .e-con:has(> .ft-btn) {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    max-width: 100%;
  }
  .ft-btn { flex: 0 0 auto !important; }
  .ft-btn a, .ft-btn .elementor-button { width: auto; justify-content: center; }
  .ft-cols, .e-con:has(> .e-con > .ft-col-title) { gap: 32px !important; padding: 44px 22px 32px !important; }
  .ft-bottom, .e-con:has(> .ft-copy) {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 2px 22px !important;
    max-width: calc(100% - 24px);
    padding: 8px 22px !important;
    border-radius: 26px;
    text-align: center;
  }
  .ft-root .ft-legal {
    order: 1;
    min-height: 0;
    flex: 0 0 auto !important;
  }
  .ft-root .ft-copy {
    order: 2;
    flex: 0 0 100% !important;
    width: 100% !important;
    min-height: 0;
    align-items: center !important;
    font-size: 13px !important;
    opacity: .85;
  }
  .ft-root .ft-copy * { font-size: 13px !important; }
}
@media (max-width: 600px) {
  .ft-col,
  .ft-col-logo,
  .e-con:has(> .ft-col-title),
  .e-con:has(> .ft-logo) {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .ft-bottom, .e-con:has(> .ft-copy) {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 6px !important;
    width: 100% !important;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 22px !important;
    border-radius: 0;
    background: none !important;
    text-align: left;
  }
  .ft-root .ft-legal {
    order: 1;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
  .ft-root .ft-copy {
    order: 2;
    align-items: flex-start !important;
    margin-top: 6px !important;
    text-align: left !important;
  }
}

/* ========================================================================
   Hero de page intérieure (À propos, etc.)
   ======================================================================== */

.hero-root {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: calc(100% - 40px);
  min-height: 560px;
  margin: 20px auto !important;
  padding: 140px 24px 40px !important;
  border-radius: 20px;
  background-color: #061119;
  background-image: url("/wp-content/uploads/2026/07/3b00ac24a3fe88d7571f90311548e7bb4dd1c671-scaled.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.hero-root:has(.hero-crumb),
.hero-root.has-crumbs {
  background-image: url("/wp-content/uploads/2026/07/3b00ac24a3fe88d7571f90311548e7bb4dd1c671-1-scaled.jpg") !important;
}
.hero-root::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(90deg,
    rgba(2, 14, 22, .88) 0%,
    rgba(2, 14, 22, .60) 38%,
    rgba(2, 14, 22, .15) 70%,
    rgba(2, 14, 22, .05) 100%);
  pointer-events: none;
}
.hero-root > * { position: relative; z-index: 1; }
.hero-root p,
.hero-root h1, .hero-root h2, .hero-root h3,
.hero-root h4, .hero-root h5, .hero-root h6 { margin: 0 !important; }


@media (min-width: 1025px) {
  body:not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled) {padding-top: 55px !important;}
  body.admin-bar:not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled) {padding-top: 23px !important;}
}
@media (min-width: 1251px) and (max-width: 1450px) {body:not(.home):not(.dv-page) .center-nav .elementor-nav-menu { gap: 22px !important; }}
@media (min-width: 1251px) {
  /* Largeur alignee sur celle de l'accueil (regle de base #nav, l.118).
     Etait en 90vw, soit 1440px a 1600 d'ecran et 1728px a 1920 : l'ecart
     avec l'accueil grandissait avec la largeur. Le placement vertical de
     la barre reste inchange, il est voulu different de l'accueil. */
  body:not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled) #nav {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

body:has(.hero-root) .site-main,
body:has(.hero-root) .page-content,
body:has(.hero-root) .elementor-location-header + main,
body:has(.hero-root) [data-elementor-type="wp-page"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.hero-content,
body:not(.home) .e-con:has(> .hero-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 31px !important;
  flex: 1 0 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.hero-root .hero-title,
.hero-root .hero-title * {
  color: #FFF !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 48.4px;
  letter-spacing: -0.88px;
  text-align: left;
}
.hero-eyebrow,
.hero-eyebrow * {
  color: #FFF !important;
  font-family: Geist, Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
}
.hero-root .hero-eyebrow {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 0;
  margin: 0 !important;
}
.hero-text,
.hero-text * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 22.8px;
}
.hero-root .hero-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 0;
  max-width: 480px;
  margin: 0 !important;
}
.hero-root .hero-cta { margin: 0 !important; }
.hero-cta a, .hero-cta .elementor-button {
  width: auto !important;
  min-width: 168px;
  height: 55px;
  padding: 8px 8px 8px 28px !important;
}
.hero-cta a::after,
.hero-cta .elementor-button::after { width: 38px; height: 38px; background-size: 11px 11px; }
.hero-badge {
  position: absolute !important;
  right: 154px;
  bottom: -60px;
  z-index: 2;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-sizing: border-box;
  width: auto !important;
  height: 120px;
  margin: 0 !important;
  padding: 0 20px !important;
  border-radius: 30px;
  background: #FFF !important;
}
.hero-pill {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  box-sizing: border-box;
  width: 350px !important;
  height: 79px;
  margin: 0 !important;
  padding: 0 18px !important;
  gap: 12px !important;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(11, 145, 151, .60) 0%, rgba(0, 32, 56, .60) 100%), #08222E !important;
  box-shadow: 0 4px 12px 0 rgba(6, 128, 250, .12) inset;
}
.hero-pill.hero-badge-solo {
  position: absolute !important;
  right: 154px;
  bottom: -60px;
  z-index: 2;
  box-sizing: content-box !important;
  border: 20px solid #FFF !important;
  border-radius: 38px !important;
  background-clip: padding-box;
}
.hero-avatars,
.e-con:has(> .hero-avatar) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  width: auto !important;
  padding: 0 !important;
  /* Sans ce verrou, la pile d'avatars est un enfant flex compressible ordinaire
     (`flex-shrink: 1` implicite) : la pilule la comprime des qu'elle manque de
     place, mais les `img` en dessous ont une `width` fixe ET `max-width: none`,
     donc elles ne suivent pas — elles sortent de leur propre conteneur, par la
     gauche. C'est le debordement constate. La pile garde donc sa taille, et
     c'est le palier etroit ci-dessous qui la reduit pour de bon. */
  flex: 0 0 auto !important;
}
.hero-avatar { width: auto !important; line-height: 0; flex: 0 0 auto !important; }
.hero-avatar img {
  width: 27.222px;
  height: 27.222px;
  max-width: none;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.hero-avatars > .hero-avatar + .hero-avatar { margin-left: -9px; }
.hero-reviews,
.hero-reviews *,
.hero-score,
.hero-score * {
  color: #EBF3FE !important;
  font-family: Inter, sans-serif;
  font-size: 14.2px;
  font-weight: 500;
  line-height: 17.1px;
  letter-spacing: -0.31px;
  white-space: nowrap;
}
.hero-root .hero-reviews,
.hero-root .hero-score {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
  min-height: 20px;
  margin: 0 !important;
}
.hero-root .hero-reviews::before,
.hero-root .hero-score::before {
  content: "";
  flex: 0 0 auto;
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: rgba(235, 243, 254, .35);
}
.hero-crumbs {
  position: absolute !important;
  right: 8%;
  bottom: 0;
  z-index: 2;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box;
  width: 293px !important;
  height: 41px;
  margin: 0 !important;
  padding: 4px 20px !important;
  border-radius: 25px 25px 0 0;
  background: #EBF5FF !important;
}
.hero-crumb,
.hero-crumb * {
  color: #000 !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 30.9px !important;
  text-transform: capitalize;
  white-space: nowrap;
  text-decoration: none !important;
}
.hero-root .hero-crumb { margin: 0 !important; }
a.hero-crumb, .hero-crumb a { transition: opacity .2s ease; }
a.hero-crumb:hover, .hero-crumb a:hover { opacity: .6; }


@media (max-width: 1280px) {
  .hero-root { padding: 130px 60px 40px !important; }
  .hero-badge { right: 60px; }
  .hero-pill.hero-badge-solo { right: 60px; }
  .hero-crumbs { right: 60px; }
}
@media (max-width: 1024px) {
  .hero-root { min-height: 480px; padding: 120px 40px 40px !important; }
  .hero-root .hero-title, .hero-root .hero-title * { font-size: 35.3px; line-height: 1.12; letter-spacing: -0.48px; }
  .hero-badge { right: 40px; bottom: -50px; height: 104px; }
  .hero-pill { width: 320px !important; height: 70px; }
  .hero-crumbs { right: 40px; width: 260px !important; height: 38px; gap: 10px !important; }
  .hero-crumb, .hero-crumb * { font-size: 14.4px !important; line-height: 28.8px !important; }
}
@media (max-width: 767px) {
  .hero-root {
    width: calc(100% - 20px);
    min-height: 0;
    margin: 10px auto !important;
    padding: 110px 22px 0 !important;
    border-radius: 22px;
    overflow: hidden;
  }
  .hero-root::before {
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(2, 14, 22, .55) 0%, rgba(2, 14, 22, .88) 100%);
  }
  .hero-root .hero-title, .hero-root .hero-title * { font-size: 28.1px; line-height: 1.15; letter-spacing: -0.33px; }
  .hero-content, body:not(.home) .e-con:has(> .hero-title) { gap: 20px !important; }
  .hero-root .hero-text { max-width: none; }
  .hero-badge {
    position: static !important;
    align-self: stretch;
    width: 100% !important;
    height: auto;
    margin: 32px 0 0 !important;
    padding: 0 !important;
    border-radius: 0;
    background: none !important;
  }
  .hero-pill { width: 100% !important; margin-bottom: 26px !important; }
  .hero-pill.hero-badge-solo {
    position: static !important;
    box-sizing: border-box !important;
    width: 100% !important;
    border: 0 !important;
    border-radius: 18px !important;
    margin: 32px 0 26px !important;
  }
  .hero-root:has(.hero-crumb),
  .hero-root.has-crumbs { padding-bottom: 62px !important; }
  .hero-crumbs {
    right: 14px;
    width: min(80%, 240px) !important;
    height: 36px;
    gap: 8px !important;
    padding: 4px 14px !important;
    border-radius: 20px 20px 0 0;
  }
  .hero-crumb, .hero-crumb * { font-size: 13.7px !important; line-height: 27.4px !important; }
}

/* Pilule « 2.4k+ Reviews / 5.0 » sur ecran etroit.
   Mesure : le contenu reclame 263,2px (avatars 63,7 + gaps + les deux libelles
   en `nowrap` + 36px de padding). La pilule, elle, recoit la largeur du hero
   moins ses marges, soit `viewport - 64`. Les deux se croisent a 327px : en
   dessous, le contenu deborde — et comme la pilule est centree
   (`justify-content: center`), il sort DES DEUX COTES, donc les avatars
   passent hors cadre a gauche.

   On reduit donc a 414px (palier deja utilise ailleurs dans le fichier) :
   le besoin retombe a ~206px, ce qui laisse 50px de marge sur un 320px et
   tient encore sur un pliable ferme (280px). */
@media (max-width: 414px) {
  .hero-pill { gap: 8px !important; padding: 0 12px !important; }
  .hero-avatar img { width: 22px; height: 22px; }
  .hero-avatars > .hero-avatar + .hero-avatar { margin-left: -8px; }
  .hero-reviews,
  .hero-reviews *,
  .hero-score,
  .hero-score * { font-size: 13px; }
  .hero-root .hero-reviews,
  .hero-root .hero-score { gap: 6px; }
  .hero-root .hero-reviews::before,
  .hero-root .hero-score::before { width: 3px; height: 16px; }
}

/* ========================================================================
  Section « Qui sommes-nous ? »
   ======================================================================== */

.about-root {
  --ab-teal: #0C959B;
  --ab-navy: #001E36;

  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 48px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 110px 24px !important;
}
.about-root p,
.about-root h1, .about-root h2, .about-root h3,
.about-root h4, .about-root h5, .about-root h6 { margin: 0 !important; }
.about-left,
.e-con:has(> .about-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.about-label,
.about-label * {
  color: var(--ab-teal) !important;
  font-family: Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 19.5px;
}
.about-root .about-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 0 22px !important;
}
.about-root .about-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ab-teal);
}
.about-title,
.about-title * {
  color: var(--ab-navy) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 47.8px;
  letter-spacing: -0.87px;
}
.about-root .about-title {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-self: stretch;
  min-height: 191px;
  margin: 0 0 30px !important;
}
.about-text,
.about-text * {
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 22.3px;
}
.about-root .about-text + .about-text { margin-top: 22px !important; }
.about-right,
.e-con:has(> .about-photo) {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex: 0 0 615px !important;
  width: 615px !important;
  max-width: 100%;
  padding: 0 !important;
}
.about-photo { width: 100% !important; line-height: 0; }
.about-photo img {
  width: 100%;
  height: 545px;
  max-width: none;
  display: block;
  border-radius: 30px;
  object-fit: cover;
}
.about-quote {
  position: absolute !important;
  right: -78px;
  bottom: -60px;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: flex-start !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 378px !important;
  height: 319px;
  margin: 0 !important;
  padding: 12px 24px !important;
  border-radius: 30px;
  background: linear-gradient(90deg, rgba(12, 149, 155, .61) 0%, rgba(0, 32, 56, .61) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, .25),
    0 2px 4px 0 rgba(0, 0, 0, .25),
    0 1px 0 0 rgba(255, 255, 255, .35) inset;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}
.about-quote::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  position: relative;
  width: 104px;
  height: 104px;
  margin-bottom: 9px;
  background-color: #FFF;
  -webkit-mask: url("/wp-content/uploads/2026/07/quote_svgrepo.com_.png") left center / contain no-repeat;
  mask: url("/wp-content/uploads/2026/07/quote_svgrepo.com_.png") left center / contain no-repeat;
}
.about-quote-text,
.about-quote-text * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 24.5px;
  font-weight: 600;
  line-height: 30.4px;
}
.about-quote-sign,
.about-quote-sign * {
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 21.5px;
}
.about-root .about-quote-sign { margin: 32px 0 0 !important; }


@media (max-width: 1420px) {.about-quote { right: 0; }}
@media (max-width: 1200px) {
  .about-root { gap: 32px !important; padding: 90px 24px !important; align-items: center !important; }
  .about-title, .about-title * { font-size: 36.8px; line-height: 1.06; }
  .about-root .about-title { min-height: 0; }
  .about-left, .e-con:has(> .about-title) { flex: 1 1 0 !important; min-width: 0; }
  .about-right, .e-con:has(> .about-photo) { flex: 0 0 46% !important; width: 46% !important; }
  .about-photo img { height: 440px; }
  .about-quote {
    right: 0;
    bottom: -36px;
    width: min(100%, 320px) !important;
    height: auto;
    min-height: 240px;
    padding: 20px 22px !important;
  }
  .about-quote::before { width: 80px; height: 44px; }
  .about-quote-text, .about-quote-text * { font-size: 20.9px; line-height: 26.1px; }
  .about-root .about-quote-sign { margin: 22px 0 0 !important; }
}
@media (max-width: 1024px) {
  .about-root { gap: 26px !important; padding: 80px 22px !important; }
  .about-title, .about-title * { font-size: 32.4px; letter-spacing: -0.57px; }
  .about-text, .about-text * { font-size: 15.2px; line-height: 21.3px; }
  .about-root .about-text + .about-text { margin-top: 16px !important; }
  .about-right, .e-con:has(> .about-photo) { flex: 0 0 44% !important; width: 44% !important; }
  .about-photo img { height: 400px; }
  .about-quote {
    width: min(100%, 280px) !important;
    min-height: 210px;
    bottom: -30px;
    padding: 18px 18px !important;
  }
  .about-quote::before { width: 64px; height: 36px; margin-bottom: 6px; }
  .about-quote-text, .about-quote-text * { font-size: 18px; line-height: 23.4px; }
  .about-root .about-quote-sign { margin: 16px 0 0 !important; }
}
@media (max-width: 900px) {
  .about-root {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 40px !important;
    padding: 70px 22px !important;
  }
  .about-left, .e-con:has(> .about-title),
  .about-right, .e-con:has(> .about-photo) { flex: 1 1 auto !important; width: 100% !important; }
  .about-photo img { height: 380px; }
  .about-quote {
    position: absolute !important;
    right: 0;
    bottom: -32px;
    width: min(70%, 340px) !important;
    height: auto;
    margin: 0 !important;
    padding: 22px 20px !important;
  }
  .about-quote::before { width: 72px; height: 40px; margin-bottom: 6px; }
  .about-root .about-quote-sign { margin: 20px 0 0 !important; }
}
@media (max-width: 600px) {
  .about-label, .about-label * { font-size: 17.3px; }
  .about-title, .about-title * { font-size: 26.7px; letter-spacing: -0.42px; }
  .about-photo img { height: 300px; }
  .about-quote {
    width: min(78%, 280px) !important;
    bottom: -26px;
    padding: 18px 16px !important;
    border-radius: 22px;
  }
  .about-quote::before { width: 52px; height: 30px; margin-bottom: 4px; }
  .about-quote-text, .about-quote-text * { font-size: 16.6px; line-height: 22.1px; }
  .about-quote-sign, .about-quote-sign * { font-size: 13px; line-height: 18px; }
  .about-root .about-quote-sign { margin: 14px 0 0 !important; }
}
@media (max-width: 400px) {
  .about-photo img { height: 290px; }
  .about-quote {
    width: min(86%, 260px) !important;
    padding: 16px 14px !important;
  }
  .about-quote-text, .about-quote-text * { font-size: 15.9px; line-height: 20.6px; }
}

/* ========================================================================
   Section « My IBS Group en chiffres »
   ======================================================================== */

.stats-root {
  --st-teal: #17B0B8;
  --st-navy: #001E36;
  --st-white: var(--white, #F1F2F4);

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 40px 15px 90px !important;
}
.stats-root p,
.stats-root h1, .stats-root h2, .stats-root h3,
.stats-root h4, .stats-root h5, .stats-root h6 { margin: 0 !important; }
.stats-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 74px 56px 78px !important;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--st-navy) !important;
  background-image: url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.stats-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 620px !important;
  padding: 0 !important;
  text-align: center;
}
.stats-label,
.stats-label * {
  color: var(--st-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 26.1px;
}
.stats-root .stats-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
}
.stats-root .stats-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--st-white);
}
.stats-title,
.stats-title * {
  color: var(--st-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 48.4px;
  letter-spacing: -0.88px;
}
.stats-root .stats-title { margin: 0 !important; text-align: center; }
.stats-text,
.stats-text * {
  color: var(--st-white) !important;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.4px;
}
.stats-root .stats-text { margin: 0 !important; max-width: 560px; text-align: center; }
.stats-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  gap: 32px 24px !important;
  width: 100% !important;
  max-width: 1040px !important;
  padding: 70px 0 0 !important;
}
.stats-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 150px;
  padding: 0 !important;
  text-align: center;
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .6s ease, transform .6s ease;
}
.stats-card.is-in .stats-item { opacity: 1; transform: none; }
.stats-card.is-in .stats-item:nth-child(2) { transition-delay: .08s; }
.stats-card.is-in .stats-item:nth-child(3) { transition-delay: .16s; }
.stats-card.is-in .stats-item:nth-child(4) { transition-delay: .24s; }
.stats-num,
.stats-num * {
  color: var(--st-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 38.2px;
  font-weight: 600;
  line-height: 47px;
  letter-spacing: -0.89px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.stats-root .stats-num {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  flex-shrink: 0;
  align-self: stretch;
  height: 59px;
  margin: 0 !important;
}
.stats-cap,
.stats-cap * {
  color: var(--st-white) !important;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 600;
  line-height: 34.2px;
}
.stats-root .stats-cap { margin: 0 !important; }


@media (max-width: 1100px) {
  .stats-card { padding: 64px 40px 68px !important; }
  .stats-title, .stats-title * { font-size: 35.3px; line-height: 37.7px; }
  .stats-text, .stats-text * { line-height: 20.9px; }
  .stats-row { padding-top: 60px !important; }
  .stats-num, .stats-num * { font-size: 33.9px; line-height: 42px; }
  .stats-root .stats-num { height: 52px; }
}
@media (max-width: 860px) {
  .stats-root { padding: 30px 15px 70px !important; }
  .stats-card { padding: 56px 24px 60px !important; border-radius: 26px; }
  .stats-head { gap: 16px !important; }
  .stats-label, .stats-label * { font-size: 18px; line-height: 21.6px; }
  .stats-title, .stats-title * { font-size: 28.1px; line-height: 30.6px; letter-spacing: -0.58px; }
  .stats-text, .stats-text * { font-size: 15.2px; line-height: 20.9px; }
  .stats-row { padding-top: 50px !important; gap: 32px 16px !important; justify-content: center !important; }
  .stats-item { flex: 0 1 calc(50% - 8px) !important; min-width: 0; }
  .stats-num, .stats-num * { font-size: 29.6px; line-height: 36.2px; }
  .stats-root .stats-num { height: 44px; }
  .stats-cap, .stats-cap * { font-size: 14.4px; line-height: 21.1px; }
}
@media (max-width: 620px) {
  .stats-card { padding: 44px 18px 48px !important; }
  .stats-head { gap: 14px !important; }
  .stats-label, .stats-label * { font-size: 16.6px; line-height: 20.3px; }
  .stats-title, .stats-title * { font-size: 23.8px; line-height: 26.4px; letter-spacing: -0.42px; }
  .stats-text, .stats-text * { font-size: 14.4px; line-height: 20.2px; }
  .stats-row {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding-top: 40px !important;
    gap: 26px !important;
  }
  .stats-item { flex: 0 0 auto !important; width: 100% !important; }
  .stats-num, .stats-num * { font-size: 25.2px; line-height: 31.9px; letter-spacing: -0.5px; }
  .stats-root .stats-num { height: 38px; }
  .stats-cap, .stats-cap * { font-size: 13.7px; line-height: 19.6px; }
}
@media (prefers-reduced-motion: reduce) {
  .stats-item { opacity: 1; transform: none; transition: none; }
}

/* ========================================================================
   Section « Notre histoire »
   ======================================================================== */

.hist-root {
  --hi-teal: var(--teal, #0C959B);
  --hi-ink: #1A1A1A;
  --hi-line: #C9D6D9;
  --hi-border: #D1D1D1;
  --hi-muted: #5F5F5F;
  --hi-offset: 40px;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: stretch !important;
  gap: 100px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1520px !important;
  margin: 0 auto !important;
  padding: 120px 160px !important;
}
.hist-root p,
.hist-root h1, .hist-root h2, .hist-root h3,
.hist-root h4, .hist-root h5, .hist-root h6 { margin: 0 !important; }
.hist-left,
.e-con:has(> .hist-title) {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  flex: 1 1 550px !important;
  width: auto !important;
  min-width: 0;
  padding: var(--hi-offset) 0 0 !important;
}
.hist-label,
.hist-label * {
  color: var(--hi-teal) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 500;
  line-height: 19.5px;
}
.hist-root .hist-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 0 20px !important;
}
.hist-root .hist-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--hi-teal);
}
.hist-title,
.hist-title * {
  color: var(--hi-ink) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 49.7px;
  font-weight: 600;
  line-height: 47.4px;
  letter-spacing: -0.28px;
}
.hist-root .hist-title { margin: 0 0 34px !important; }
.hist-photo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex: 1 0 0 !important;
  align-self: stretch !important;
  width: 100% !important;
  min-height: 360px;
  line-height: 0;
}
.hist-photo img,
.hist-photo figure {
  width: 100%;
  height: 100%;
  max-width: none;
  display: block;
  margin: 0;
  border-radius: 30px;
  object-fit: cover;
}
.hist-right,
.e-con:has(> .hist-step) {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  align-self: flex-start !important;
  gap: 32px !important;
  flex: 1 1 550px !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.hist-step {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 10px !important;
  width: auto !important;
  padding: 0 0 0 32px !important;
}
.hist-step::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 16px;
  bottom: -32px;
  width: 1px;
  background: var(--hi-line);
}
.hist-step:last-child::before { display: none; }
.hist-year,
.hist-year * {
  color: var(--hi-teal) !important;
  font-family: Roboto, Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 700;
  line-height: 19.2px;
}
.hist-root .hist-year { position: relative; margin: 0 !important; }
.hist-root .hist-year::before {
  content: "";
  position: absolute;
  left: -32px;
  top: 5px;
  width: 11px;
  height: 11px;
  box-sizing: border-box;
  border: 1.5px solid var(--hi-teal);
  border-radius: 50%;
  background: #FFF;
}
.hist-step.is-current .hist-year::before { background: var(--hi-teal); }
.hist-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  align-self: stretch !important;
  gap: 8px !important;
  box-sizing: border-box;
  width: auto !important;
  padding: 19px 24px 20px !important;
  border: 1.4px solid var(--hi-border);
  border-radius: 12px;
  background: #FFF !important;
}
.hist-card-title,
.hist-card-title * {
  color: var(--hi-ink) !important;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 20.9px;
  font-weight: 700;
  line-height: 25.2px;
}
.hist-card-text,
.hist-card-text * {
  color: var(--hi-muted) !important;
  font-family: Roboto, Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 21.3px;
}
.hist-step.is-current .hist-card {
  border: 1px solid var(--hi-teal);
  border-radius: 12px;
  background: rgba(12, 149, 155, .15) !important;
}


@media (max-width: 1400px) {.hist-root { gap: 72px !important; padding: 100px 80px !important; }}
@media (max-width: 1200px) {
  .hist-root { gap: 48px !important; padding: 90px 40px !important; }
  .hist-title, .hist-title * { font-size: 41.1px; line-height: 41.1px; }
  .hist-card-title, .hist-card-title * { font-size: 18.8px; line-height: 23.3px; }
  .hist-card-text, .hist-card-text * { font-size: 14.4px; line-height: 20.2px; }
}
@media (max-width: 900px) {
  .hist-root {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 44px !important;
    padding: 70px 24px !important;
  }
  .hist-left, .e-con:has(> .hist-title),
  .hist-right, .e-con:has(> .hist-step) { flex: 1 1 auto !important; width: 100% !important; }
  .hist-left, .e-con:has(> .hist-title) { padding: 0 !important; }
  .hist-title, .hist-title * { font-size: 33.9px; line-height: 35.5px; }
  .hist-root .hist-title { margin: 0 0 28px !important; }
  .hist-photo { flex: 0 0 auto !important; min-height: 0; }
  .hist-photo img, .hist-photo figure { height: 380px; }
}
@media (max-width: 620px) {
  .hist-root { padding: 56px 15px !important; gap: 36px !important; }
  .hist-label, .hist-label * { font-size: 17.3px; line-height: 18.2px; }
  .hist-title, .hist-title * { font-size: 26.7px; line-height: 28.4px; }
  .hist-photo img, .hist-photo figure { height: 280px; border-radius: 20px; }
  .hist-right, .e-con:has(> .hist-step) { gap: 26px !important; }
  .hist-step { padding-left: 26px !important; gap: 8px !important; }
  .hist-step::before { bottom: -26px; }
  .hist-root .hist-year::before { left: -26px; top: 4px; }
  .hist-year, .hist-year * { font-size: 17.3px; line-height: 18.2px; }
  .hist-card { padding: 16px 18px 18px !important; }
  .hist-card-title, .hist-card-title * { font-size: 17.3px; line-height: 21.9px; }
  .hist-card-text, .hist-card-text * { font-size: 14.4px; line-height: 20.2px; }
}

/* ========================================================================
   Section « Nos partenaires »
   ======================================================================== */

.partners-root {
  --pt-white: var(--white, #F1F2F4);
  --pt-navy: #001E36;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 40px 15px 90px !important;
}
.partners-root p,
.partners-root h1, .partners-root h2, .partners-root h3,
.partners-root h4, .partners-root h5, .partners-root h6 { margin: 0 !important; }
.partners-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 74px 0 56px !important;
  overflow: hidden;
  border-radius: 30px;
  background-color: var(--pt-navy) !important;
  background-image: url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.partners-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 680px !important;
  padding: 0 40px !important;
  text-align: center;
}
.partners-label,
.partners-label * {
  color: var(--pt-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 20.9px !important;
  font-weight: 500 !important;
  line-height: 26.1px !important;
}
.partners-root .partners-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
}
.partners-root .partners-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--pt-white);
}
.partners-title,
.partners-title * {
  color: var(--pt-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  line-height: 48.4px !important;
  letter-spacing: -0.88px !important;
  text-align: center !important;
}
.partners-root .partners-title { margin: 0 !important; }
.partners-viewport {
  position: relative;
  width: 100%;
  margin-top: 64px;
  overflow: hidden;
  cursor: grab;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 8%, #000 92%, transparent 100%);
}
.partners-viewport.is-grabbing { cursor: grabbing; }
.partners-track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 72px !important;
  width: max-content !important;
  max-width: none !important;
  padding: 0 36px !important;
  will-change: transform;
}
.partner-logo {
  flex: 0 0 auto !important;
  width: auto !important;
  line-height: 0;
  opacity: .92;
}
.partner-logo img {
  width: auto !important;
  max-width: none !important;
  height: 26px !important;
  display: block;
  object-fit: contain;
}
.partners-note,
.partners-note * {
  color: rgba(241, 242, 244, .72) !important;
  font-family: Inter, sans-serif !important;
  font-size: 13.7px !important;
  font-weight: 400 !important;
  line-height: 21.5px !important;
}
.partners-root .partners-note { margin: 48px 0 0 !important; text-align: center; }


@media (max-width: 1100px) {
  .partners-card { padding: 64px 0 48px !important; }
  .partners-title, .partners-title * { font-size: 35.3px !important; line-height: 37.7px !important; }
  .partners-viewport { margin-top: 54px; }
  .partners-track { gap: 60px !important; }
}
@media (max-width: 860px) {
  .partners-root { padding: 30px 15px 70px !important; }
  .partners-card { padding: 56px 0 44px !important; border-radius: 26px; }
  .partners-head { gap: 16px !important; padding: 0 24px !important; }
  .partners-label, .partners-label * { font-size: 18px !important; line-height: 21.6px !important; }
  .partners-title, .partners-title * { font-size: 28.1px !important; line-height: 30.6px !important; letter-spacing: -0.58px !important; }
  .partners-viewport { margin-top: 44px; }
  .partners-track { gap: 48px !important; }
  .partner-logo img { height: 23px !important; }
  .partners-root .partners-note { margin-top: 36px !important; }
}
@media (max-width: 620px) {
  .partners-card { padding: 44px 0 38px !important; }
  .partners-head { gap: 14px !important; padding: 0 18px !important; }
  .partners-label, .partners-label * { font-size: 16.6px !important; line-height: 20.3px !important; }
  .partners-title, .partners-title * { font-size: 23.8px !important; line-height: 26.4px !important; letter-spacing: -0.42px !important; }
  .partners-viewport { margin-top: 36px; }
  .partners-track { gap: 40px !important; }
  .partner-logo img { height: 20px !important; }
  .partners-note, .partners-note * { font-size: 13px !important; line-height: 20px !important; }
  .partners-root .partners-note { margin-top: 30px !important; }
}

/* ========================================================================
   Section « Notre approche »
   ======================================================================== */

.appr-root {
  --ap-teal: #0C959B;
  --ap-ink: #001E36;
  --ap-white: var(--white, #F1F2F4);
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 90px 15px 100px !important;
}
.appr-root p,
.appr-root h1, .appr-root h2, .appr-root h3,
.appr-root h4, .appr-root h5, .appr-root h6 { margin: 0 !important; }
.appr-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 24px !important;
  width: 100% !important;
  max-width: 700px !important;
  padding: 0 !important;
  text-align: center;
}
.appr-label,
.appr-label * {
  color: var(--ap-teal) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 20.9px !important;
  font-weight: 500 !important;
  line-height: 26.1px !important;
}
.appr-root .appr-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
}
.appr-root .appr-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--ap-teal);
}
.appr-title,
.appr-title * {
  color: var(--ap-ink) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 49.7px !important;
  font-weight: 600 !important;
  line-height: 47.4px !important;
  letter-spacing: -0.7px !important;
  text-align: center !important;
}
.appr-root .appr-title { max-width: 560px; margin: 0 auto !important; }
.appr-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-top: 56px !important;
  padding: 0 !important;
}
.appr-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
  gap: 0 !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 260px;
  height: 380px;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 30px;
  background: #002E43 !important;
}
.appr-card.is-top { justify-content: flex-start !important; }
.appr-photo {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  z-index: 0;
}
.appr-photo img,
.appr-photo figure {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  margin: 0;
  object-fit: cover;
}
.appr-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) .04%, #002E43 87.07%),
    linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .31) 100%);
}
.appr-card.is-top::after {
  background:
    linear-gradient(0deg, rgba(255, 255, 255, 0) .04%, #002E43 87.07%),
    linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .31) 100%);
}
.appr-caption {
  position: relative;
  z-index: 2;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 0 !important;
  width: auto !important;
  padding: 24px 24px 26px !important;
}
.appr-card.is-top .appr-caption { padding: 26px 24px 24px !important; }
.appr-num,
.appr-num * {
  color: var(--ap-white) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 26.7px !important;
  font-weight: 500 !important;
  line-height: 26.7px !important;
}
.appr-root .appr-num { flex: 0 0 32%; margin: 0 !important; }
.appr-text,
.appr-text * {
  color: var(--ap-white) !important;
  font-family: Inter, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 20.2px !important;
}
.appr-root .appr-text { flex: 1 1 auto; margin: 0 !important; min-width: 0; }
.appr-root .appr-cta {
  align-self: center !important;
  width: auto !important;
  margin: 56px 0 0 !important;
}
.appr-cta a,
.appr-cta .elementor-button {
  background: linear-gradient(90deg, rgba(12, 149, 155, .61) 0%, rgba(0, 32, 56, .61) 100%) !important;
  display: flex !important;
  width: 216px !important;
  height: 55px !important;
  min-height: 0 !important;
  padding: 12px 9px 12px 24px !important;
  justify-content: center !important;
  align-items: center !important;
  color: #FFF !important;
  font-family: Inter, sans-serif !important;
  font-size: 13.7px !important;
  font-weight: 500 !important;
  line-height: 19.2px !important;
}
.appr-cta a::after,
.appr-cta .elementor-button::after {
  width: 38px !important;
  height: 38px !important;
  background-size: 11px 11px !important;
}

@media (max-width: 1100px) {
  .appr-root { padding: 70px 15px 80px !important; }
  .appr-title, .appr-title * { font-size: 38.2px !important; line-height: 38.2px !important; }
  .appr-root .appr-title { max-width: 440px; }
  .appr-num, .appr-num * { font-size: 23.8px !important; line-height: 23.8px !important; }
  .appr-card { height: 340px; min-width: 230px; }
  .appr-row { margin-top: 46px !important; gap: 18px !important; }
}
@media (max-width: 860px) {
  .appr-head { gap: 16px !important; }
  .appr-label, .appr-label * { font-size: 18px !important; line-height: 21.6px !important; }
  .appr-title, .appr-title * { font-size: 31px !important; line-height: 31px !important; letter-spacing: -0.49px !important; }
  .appr-root .appr-title { max-width: 340px; }
  .appr-card { flex: 0 1 calc(50% - 9px) !important; height: 320px; min-width: 0; }
  .appr-root .appr-cta { margin-top: 44px !important; }
}
@media (max-width: 620px) {
  .appr-root { padding: 56px 15px 66px !important; }
  .appr-head { gap: 14px !important; }
  .appr-label, .appr-label * { font-size: 16.6px !important; line-height: 20.3px !important; }
  .appr-title, .appr-title * { font-size: 25.2px !important; line-height: 26.9px !important; letter-spacing: -0.42px !important; }
  .appr-root .appr-title { max-width: none; }
  .appr-root .appr-num { flex: 0 0 26%; }
  .appr-num, .appr-num * { font-size: 22.4px !important; line-height: 22.4px !important; }
  .appr-row { margin-top: 34px !important; gap: 16px !important; }
  .appr-card { flex: 0 0 auto !important; width: 100% !important; height: 260px; }
  .appr-caption { gap: 16px !important; padding: 20px 18px 22px !important; }
  .appr-card.is-top .appr-caption { padding: 22px 18px 20px !important; }
  .appr-num, .appr-num * { font-size: 18px !important; line-height: 21.6px !important; }
  .appr-root .appr-cta { margin-top: 36px !important; }
}

/* ========================================================================
   Section « Les fondateurs »
   ======================================================================== */

.team-root {
  --tm-white: var(--white, #F1F2F4);
  --tm-navy: #001E36;
  --tm-photo-l: 12%;
  --tm-photo-lw: 28%;
  --tm-photo-lh: 126%;
  --tm-photo-r: 13%;
  --tm-photo-rw: 24.5%;
  --tm-photo-rh: 112%;
  --tm-text-x: 3.5%;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1300px !important;
  margin: 0 auto !important;
  padding: 120px 15px 100px !important;
  overflow: visible !important;
}
.team-root p,
.team-root h1, .team-root h2, .team-root h3,
.team-root h4, .team-root h5, .team-root h6 { margin: 0 !important; }
.team-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 3.6% 24px 0 !important;
  aspect-ratio: 1894 / 414;
  border-radius: 30px 30px 0 0;
  overflow: visible !important;
  background-color: var(--tm-navy) !important;
  background-image: url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  background-size: 100% 192.029% !important;
}
.team-head {
  position: relative;
  z-index: 1;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 14px !important;
  width: auto !important;
  max-width: 60% !important;
  padding: 0 !important;
  text-align: center;
}
.team-label,
.team-label * {
  color: #FFF !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 15.5px !important;
  font-weight: 500 !important;
  line-height: 18.8px !important;
}
.team-root .team-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 !important;
}
.team-root .team-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #FFF;
}
.team-title,
.team-title * {
  color: #FFF !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 30.3px !important;        /* 54 × 1300/1894 */
  font-weight: 600 !important;
  line-height: 34.4px !important;
  letter-spacing: -0.63px !important;
  text-align: center !important;
  white-space: nowrap;
}
.team-root .team-title { margin: 0 !important; }
.team-member {
  position: absolute !important;
  inset: 0;
  display: block !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  pointer-events: none;
}
.team-text,
.team-photo { pointer-events: auto; }
.team-text {
  position: absolute !important;
  top: 56%;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 6px !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.team-member .team-text { left: var(--tm-text-x); }
.team-member.is-right .team-text { left: auto; right: var(--tm-text-x); }
.team-name,
.team-name * {
  color: #FFF !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 19.5px !important;
  font-weight: 600 !important;
  line-height: 20.4px !important;
  text-transform: capitalize;
  white-space: nowrap;
}
.team-role,
.team-role * {
  color: var(--tm-white) !important;
  font-family: Inter, sans-serif !important;
  font-size: 10.5px !important;
  font-weight: 700 !important;
  line-height: 12px !important;
  white-space: nowrap;
}
.team-photo {
  position: absolute !important;
  z-index: 3;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
}
.team-photo img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block;
  object-fit: contain;
  object-position: bottom center;
}
.team-member .team-photo {
  left: var(--tm-photo-l);
  bottom: 0;
  width: var(--tm-photo-lw);
  height: var(--tm-photo-lh);
}
.team-member.is-right .team-photo {
  left: auto;
  right: var(--tm-photo-r);
  bottom: .47%;
  width: var(--tm-photo-rw);
  height: var(--tm-photo-rh);
}


@media (max-width: 1200px) {
  .team-root { padding-top: 100px !important; --tm-text-x: 3%; }
  .team-label, .team-label * { font-size: 14.4px !important; line-height: 17.3px !important; }
  .team-title, .team-title * { font-size: 27.4px !important; line-height: 30.7px !important; }
  .team-name, .team-name * { font-size: 18px !important; line-height: 18.9px !important; }
  .team-role, .team-role * { font-size: 10px !important; line-height: 12px !important; }
}
@media (max-width: 1000px) {
  .team-root { --tm-text-x: 2.5%; --tm-photo-l: 11%; --tm-photo-r: 12%; }
  .team-label, .team-label * { font-size: 13px !important; line-height: 16px !important; }
  .team-title, .team-title * { font-size: 23.1px !important; line-height: 26.5px !important; letter-spacing: -0.43px !important; }
  .team-name, .team-name * { font-size: 15.9px !important; line-height: 16.8px !important; }
  .team-role, .team-role * { font-size: 9px !important; line-height: 11px !important; }
}
@media (max-width: 860px) {
  .team-root { padding: 60px 15px 0 !important; }
  .team-card {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: flex-end !important;
    gap: 0 20px !important;
    aspect-ratio: auto;
    padding: 34px 18px 0 !important;
    border-radius: 26px 26px 0 0;
    background-size: cover !important;
    background-position: center center !important;
  }
  .team-head {
    order: -1;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    gap: 10px !important;
    margin-bottom: 26px !important;
  }
  .team-label, .team-label * { font-size: 15.2px !important; line-height: 19px !important; }
  .team-title, .team-title * { font-size: 23.8px !important; line-height: 27.2px !important; white-space: normal; }
  .team-name, .team-name * { font-size: 16.6px !important; line-height: 20.3px !important; }
  .team-role, .team-role * { font-size: 12px !important; line-height: 16px !important; }
  .team-member {
    position: static !important;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
    flex: 1 1 0 !important;
    min-width: 0;
    pointer-events: auto;
  }
  .team-text,
  .team-member .team-text,
  .team-member.is-right .team-text {
    position: static !important;
    left: auto;
    right: auto;
    align-items: center !important;
    margin: 0 0 20px !important;
    text-align: center;
  }
  .team-name, .team-name *,
  .team-role, .team-role * { white-space: normal; }
  .team-photo,
  .team-member .team-photo,
  .team-member.is-right .team-photo {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    max-width: 260px;
  }
  .team-photo img { height: auto !important; }
}
@media (max-width: 620px) {
  .team-root { padding: 44px 15px 0 !important; }
  .team-card { padding: 26px 14px 0 !important; gap: 0 10px !important; }
  .team-label, .team-label * { font-size: 16.6px !important; line-height: 20.3px !important; }
  .team-title, .team-title * { font-size: 22.4px !important; line-height: 25.8px !important; letter-spacing: -0.34px !important; }
  .team-head { margin-bottom: 18px !important; }
  .team-name, .team-name * { font-size: 15.9px !important; line-height: 19.6px !important; }
  .team-role, .team-role * { font-size: 11px !important; line-height: 14px !important; }
  .team-text,
  .team-member .team-text,
  .team-member.is-right .team-text { margin-bottom: 14px !important; }
}

/* ========================================================================
   Section « FAQ »
   ======================================================================== */

.faq-root {
  --fq-teal: #0C959B;
  --fq-navy: #001E36;
  --fq-muted: #676767;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 90px 15px 110px !important;
}
.faq-root p,
.faq-root h1, .faq-root h2, .faq-root h3,
.faq-root h4, .faq-root h5, .faq-root h6 { margin: 0 !important; }
.faq-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}
.faq-label,
.faq-label * {
  color: var(--fq-teal) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 20.9px !important;
  font-weight: 500 !important;
  line-height: 26.1px !important;
}
.faq-root .faq-label {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 10px;
  margin: 0 0 12px !important;
}
.faq-root .faq-label::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fq-teal);
}
.faq-title,
.faq-title * {
  color: var(--fq-navy) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  line-height: 48.4px !important;
  letter-spacing: -0.88px !important;
  text-align: left !important;
}
.faq-root .faq-title { margin: 0 0 14px !important; }
.faq-text,
.faq-text * {
  color: var(--fq-muted) !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 25.3px !important;
}
.faq-root .faq-text { max-width: 810px; margin: 0 !important; }
.faq-list {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  margin-top: 30px !important;
  padding: 0 !important;
}
.faq-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: auto !important;
  padding: 21px 34px !important;
  border-radius: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, .07);
  background: transparent !important;
  transition: background-color .25s ease, border-color .25s ease;
}
.faq-item.is-open {
  border-bottom-color: rgba(0, 0, 0, 0) !important;
  background: rgba(0, 0, 0, .02) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.faq-q,
.faq-q * {
  color: #000 !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 20.2px !important;
  font-weight: 500 !important;
  line-height: 28.1px !important;
  text-transform: capitalize;
}
.faq-root .faq-q {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 32px;
  margin: 0 !important;
  padding-right: 48px !important;
  cursor: pointer;
  user-select: none;
}
.faq-root .faq-q:focus-visible { outline: 2px solid var(--fq-teal); outline-offset: 4px; border-radius: 6px; }
.faq-root .faq-q::before,
.faq-root .faq-q::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 15px;
  height: 1.6px;
  margin-top: -.8px;
  border-radius: 2px;
  background: var(--fq-navy);
  transition: transform .28s ease, opacity .28s ease;
}
.faq-root .faq-q::before { transform: rotate(90deg); }
.faq-item.is-open .faq-q::before { transform: rotate(180deg); opacity: 0; }
.faq-a,
.faq-a * {
  color: var(--fq-muted) !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 26.2px !important;
}
.faq-root .faq-a {
  max-width: 1080px;
  max-height: 0;
  margin: 0 !important;
  overflow: hidden;
  opacity: 0;
  transition: max-height .32s ease, opacity .25s ease, margin-top .32s ease;
}
.faq-item.is-open .faq-a { opacity: 1; margin-top: 4px !important; }


@media (max-width: 1100px) {
  .faq-root { padding: 70px 15px 90px !important; }
  .faq-title, .faq-title * { font-size: 36.8px !important; line-height: 41.6px !important; }
  .faq-item { padding: 19px 28px !important; }
  .faq-q, .faq-q * { font-size: 18.8px !important; line-height: 26px !important; }
}
@media (max-width: 860px) {
  .faq-label, .faq-label * { font-size: 18px !important; line-height: 23.4px !important; }
  .faq-title, .faq-title * { font-size: 29.6px !important; line-height: 32.9px !important; letter-spacing: -0.58px !important; }
  .faq-text, .faq-text * { font-size: 15.2px !important; line-height: 22.8px !important; }
  .faq-item { padding: 17px 22px !important; border-radius: 20px; }
  .faq-q, .faq-q * { font-size: 17.3px !important; line-height: 23.7px !important; }
  .faq-root .faq-q { padding-right: 40px !important; }
  .faq-a, .faq-a * { font-size: 15.2px !important; line-height: 23.8px !important; }
}
@media (max-width: 620px) {
  .faq-root { padding: 56px 15px 70px !important; }
  .faq-label, .faq-label * { font-size: 16.6px !important; line-height: 20.3px !important; }
  .faq-title, .faq-title * { font-size: 25.2px !important; line-height: 28.6px !important; letter-spacing: -0.42px !important; }
  .faq-text, .faq-text * { font-size: 14.4px !important; line-height: 22.1px !important; }
  .faq-list { margin-top: 22px !important; }
  .faq-item { padding: 15px 16px !important; border-radius: 16px; }
  .faq-q, .faq-q * { font-size: 15.9px !important; line-height: 22.4px !important; }
  .faq-root .faq-q { padding-right: 32px !important; }
  .faq-root .faq-q::before,
  .faq-root .faq-q::after { width: 13px; }
  .faq-a, .faq-a * { font-size: 14.4px !important; line-height: 22.1px !important; }
}

/* ========================================================================
   Section « Parlons de vos projets »
   ======================================================================== */

.ct-root {
  --ct-teal: #0C959B;
  --ct-navy: #001E36;
  --ct-muted: #676767;
  --ct-field: rgba(255, 255, 255, .17);
  --ct-field-bd: #C6C7C7;
  --ct-ph: rgba(255, 255, 255, .48);
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 48px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 90px 15px 100px !important;
}
.ct-root p,
.ct-root h1, .ct-root h2, .ct-root h3,
.ct-root h4, .ct-root h5, .ct-root h6 { margin: 0 !important; }
.ct-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 0 !important;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}
.ct-title,
.ct-title * {
  color: #000 !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 49.7px !important;
  font-weight: 600 !important;
  line-height: 58.2px !important;
  text-transform: capitalize;
}
.ct-root .ct-title { margin: 0 0 12px !important; max-width: 520px; }
.ct-text,
.ct-text * {
  color: var(--ct-muted) !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 25.3px !important;
}
.ct-root .ct-text { max-width: 480px; margin: 0 !important; }
.ct-map {
  width: 100% !important;
  margin-top: 34px !important;
  line-height: 0;
}
.ct-map .elementor-custom-embed,
.ct-map > div { width: 100% !important; }
.ct-map iframe {
  width: 100% !important;
  height: 100% !important;
  min-height: 0 !important;
  aspect-ratio: 262 / 169;
  display: block;
  border: 0;
  border-radius: 20px;
}
.ct-form-card {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 61px !important;
  box-sizing: border-box;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0;
  padding: 0 0 75px !important;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(120% 85% at 12% 0%, rgba(12, 149, 155, .55) 0%, rgba(12, 149, 155, 0) 58%),
    linear-gradient(180deg, #01303F 0%, #001622 62%, #000D14 100%) !important;
}
.ct-form-head {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 7px !important;
  box-sizing: border-box;
  width: 100% !important;
  height: 110.75px;
  flex: 0 0 auto !important;
  padding: 0 28px !important;
  background: linear-gradient(90deg, #0C959B 0%, #001E36 50%, #0C959B 100%) !important;
}
.ct-logo {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  padding: 0 10px !important;
  line-height: 0;
}
.ct-logo img { width: auto !important; height: 26px !important; max-width: none !important; display: block; }
.ct-head-text,
.ct-head-text * {
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28.6px !important;
}
.ct-root .ct-head-text {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  max-width: 524px;
  margin: 0 !important;
  padding-left: 17px !important;
}
.ct-root .ct-head-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  margin-top: -9px;
  background: rgba(255, 255, 255, .35);
}
.ct-form-card form,
.ct-form-card .elementor-form,
.ct-form-card .wpcf7-form {
  box-sizing: border-box;
  width: 100%;
  max-width: 688px;
  margin: 0 auto;
  padding: 0 6.25%;
}
.ct-form-card label,
.ct-form-card .elementor-field-label,
.ct-form-card .ct-label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 25.3px !important;
}
.ct-form-card input[type="text"],
.ct-form-card input[type="email"],
.ct-form-card input[type="tel"],
.ct-form-card input[type="url"],
.ct-form-card input[type="number"],
.ct-form-card select,
.ct-form-card textarea {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 54px;
  padding: 14px 28px !important;
  border: 1px solid var(--ct-field-bd) !important;
  border-radius: 14px !important;
  background: var(--ct-field) !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background-color .2s ease;
}
.ct-form-card textarea {
  height: 160px;
  padding: 19px 28px !important;
  border-radius: 20px !important;
  resize: vertical;
}
.ct-form-card input::placeholder,
.ct-form-card textarea::placeholder,
.ct-form-card select:invalid {
  color: var(--ct-ph) !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  opacity: 1;
}
.ct-form-card input:focus,
.ct-form-card select:focus,
.ct-form-card textarea:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, .45) !important;
  background: rgba(255, 255, 255, .12) !important;
}
.ct-form-card select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 48px !important;
  background-image:
    linear-gradient(45deg, transparent 50%, #FFF 50%),
    linear-gradient(135deg, #FFF 50%, transparent 50%) !important;
  background-position: calc(100% - 26px) 25px, calc(100% - 20px) 25px !important;
  background-size: 6px 6px, 6px 6px !important;
  background-repeat: no-repeat !important;
  background-color: var(--ct-field) !important;
  cursor: pointer;
}
.ct-form-card select option { color: #001E36; background: #FFF; }
.ct-form-card .elementor-field-group { margin-bottom: 18px !important; }
.ct-form-card .wpcf7-form p,
.ct-form-card .ct-field { margin: 0 0 18px !important; }
.ct-form-card .ct-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 18px;
}
.ct-form-card button[type="submit"],
.ct-form-card input[type="submit"],
.ct-form-card .elementor-button[type="submit"],
.ct-form-card .wpcf7-submit {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 207px !important;
  height: 55px;
  margin-top: 6px;
  padding: 12px 55px 12px 24px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: linear-gradient(90deg, rgba(12, 149, 155, .61) 0%, rgba(0, 32, 56, .61) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, .25),
    0 2px 4px 0 rgba(0, 0, 0, .25),
    0 1px 0 0 rgba(255, 255, 255, .35) inset !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #FFF !important;
  font-family: Inter, sans-serif !important;
  font-size: 13.7px !important;
  font-weight: 500 !important;
  line-height: 19.2px !important;
  cursor: pointer;
  transition: transform .25s ease, filter .25s ease;
}
.ct-form-card button[type="submit"]:hover,
.ct-form-card input[type="submit"]:hover,
.ct-form-card .wpcf7-submit:hover { transform: translateY(-2px); filter: brightness(1.06); }
.ct-submit {
  position: relative;
  display: inline-block !important;
  width: auto !important;
}
.ct-submit::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 50%;
  pointer-events: none;
  background: #FFF url("/wp-content/uploads/2026/07/More-Than-1.png") center / 11px 11px no-repeat;
}
.ct-form-card .elementor-message,
.ct-form-card .wpcf7-response-output,
.ct-form-card .wpcf7-not-valid-tip {
  color: #FFD9D9 !important;
  font-family: Inter, sans-serif !important;
  font-size: 12px !important;
  border-color: rgba(255, 255, 255, .25) !important;
}
.ct-form-card .elementor-message-success { color: #C9F3D6 !important; }


@media (max-width: 1400px) {
  .ct-root { gap: 32px !important; padding: 80px 15px 90px !important; }
  .ct-title, .ct-title * { font-size: 41.1px !important; line-height: 47.4px !important; }
  .ct-form-card { gap: 46px !important; padding-bottom: 60px !important; }
  .ct-form-head { height: 96px; }
  .ct-head-text, .ct-head-text * { font-size: 16.6px !important; line-height: 24px !important; }
}
@media (max-width: 1100px) {
  .ct-title, .ct-title * { font-size: 35.3px !important; line-height: 41.7px !important; }
  .ct-form-head { height: 86px; }
  .ct-head-text, .ct-head-text * { font-size: 15.2px !important; line-height: 22.8px !important; }
  .ct-logo img { height: 22px !important; }
  .ct-form-card label,
  .ct-form-card .elementor-field-label { font-size: 15.2px !important; line-height: 22.8px !important; }
}
@media (max-width: 900px) {
  .ct-root { flex-direction: column !important; align-items: stretch !important; gap: 40px !important; }
  .ct-left, .ct-form-card { flex: 1 1 auto !important; width: 100% !important; }
  .ct-root .ct-title { max-width: none; }
  .ct-root .ct-text { max-width: none; }
  .ct-form-card { gap: 36px !important; }
  .ct-form-card form,
  .ct-form-card .elementor-form,
  .ct-form-card .wpcf7-form { padding: 0 28px; }
}
@media (max-width: 620px) {
  .ct-root { padding: 56px 15px 70px !important; }
  .ct-title, .ct-title * { font-size: 26.7px !important; line-height: 31.7px !important; }
  .ct-text, .ct-text * { font-size: 14.4px !important; line-height: 22.1px !important; }
  .ct-map iframe { border-radius: 16px; }
  .ct-form-card { gap: 28px !important; padding-bottom: 40px !important; }
  .ct-form-head { height: 74px; padding: 0 14px !important; }
  .ct-logo { padding: 0 4px !important; }
  .ct-logo img { height: 18px !important; }
  .ct-head-text, .ct-head-text * { font-size: 13px !important; line-height: 18px !important; }
  .ct-root .ct-head-text { padding-left: 12px !important; }
  .ct-form-card form,
  .ct-form-card .elementor-form,
  .ct-form-card .wpcf7-form { padding: 0 18px; }
  .ct-form-card label,
  .ct-form-card .elementor-field-label { font-size: 14.4px !important; line-height: 21.1px !important; }
  .ct-form-card input[type="text"],
  .ct-form-card input[type="email"],
  .ct-form-card input[type="tel"],
  .ct-form-card select,
  .ct-form-card textarea { padding: 12px 18px !important; }
  .ct-form-card textarea { padding: 16px 18px !important; height: 140px; }
  .ct-form-card .ct-row { grid-template-columns: 1fr; }
}

/* ========================================================================
   Section « Informations de contact »
   ======================================================================== */

.info-root {
  --info-ratio: 2.0359;
  --info-rise: 260px;
  --info-fade: 160px;
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 50px 15px 90px !important;
  background: none !important;
  overflow: visible !important;
}
.e-con:has(.info-root),
.e-con:has(> .info-root),
.elementor-widget:has(.info-root),
[data-elementor-type]:has(.info-root) { overflow: visible !important; }
.info-root::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--info-rise));
  height: calc(100vw / var(--info-ratio) + var(--info-rise));
  z-index: -1;
  pointer-events: none;
  background-image: url("/wp-content/uploads/2026/07/9825ef5f7289a71b200f4d5ae382de2e4c896fc7.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 var(--info-fade));
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, #000 var(--info-fade));
}
.info-root > * { position: relative; z-index: 1; }
body:has(.info-root) { overflow-x: clip; }
.info-root p,
.info-root h1, .info-root h2, .info-root h3,
.info-root h4, .info-root h5, .info-root h6 { margin: 0 !important; }
.info-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: stretch !important;
  justify-content: center !important;
  gap: 28px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.info-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 26px !important;
  box-sizing: border-box;
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 250px;
  align-self: stretch !important;
  padding: 26px 28px 28px !important;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
  background-color: #001018;
  background-image: url("/wp-content/uploads/2026/07/98adc131fee60c7e51724a80f877a23a40fe4aa0-1.png") !important;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.info-head {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
  width: auto !important;
  padding: 0 !important;
}
.info-title,
.info-title * {
  color: #FFF !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 20.2px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
  text-transform: capitalize;
}
.info-root .info-title {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 32px;
  margin: 0 !important;
}
.info-ico {
  display: flex !important;
  flex: 0 0 auto !important;
  box-sizing: border-box;
  width: 75px !important;
  height: 50px;
  padding: 13.5px 25.5px !important;
  justify-content: center !important;
  align-items: center !important;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 15px;
  line-height: 0;
}
.info-ico img {
  width: 23px !important;
  height: 23px !important;
  max-width: none !important;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
}
.info-text,
.info-text * {
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 26.2px !important;
}
.info-root .info-text {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 50px;
  max-width: 250px;
  margin: 0 !important;
}
.info-text a { color: inherit !important; text-decoration: none !important; }
.info-text a:hover { opacity: .75; }


@media (max-width: 1400px) {
  .info-root { --info-rise: 200px; --info-fade: 120px; padding: 40px 15px 70px !important; }
  .info-card { padding: 22px 24px 24px !important; gap: 22px !important; }
  .info-title, .info-title * { font-size: 18.8px !important; line-height: 26.9px !important; }
}
@media (max-width: 1100px) {.info-card { flex: 0 1 calc(50% - 14px) !important; min-width: 0; }}
@media (max-width: 620px) {
  .info-root { --info-rise: 120px; --info-fade: 80px; padding: 26px 15px 50px !important; }
  .info-row { gap: 18px !important; }
  .info-card { flex: 0 0 auto !important; width: 100% !important; padding: 20px 20px 22px !important; gap: 18px !important; }
  .info-title, .info-title * { font-size: 17.3px !important; line-height: 23.7px !important; }
  .info-ico { width: 62px !important; height: 44px; padding: 10px 19px !important; border-radius: 12px; }
  .info-ico img { width: 20px !important; height: 20px !important; }
  .info-text, .info-text * { font-size: 14.4px !important; line-height: 23px !important; }
  .info-root .info-text { min-height: 0; max-width: none; }
}

/* ========================================================================
   BLOG — page liste
   ======================================================================== */

.e-con:has(.blog-side),
.blog-side,
.blog-list {
  --bl-ink: #001E36;
  --bl-teal: #0C959B;
  --bl-muted: #5F6B72;
  --bl-line: #E6EAED;
}
.e-con:has(.blog-side) {
  --bl-side-w: 468px;
  --bl-side-pad: 50px;
  --bl-side-padv: 40px;
  --bl-pill-h: 60px;
  --bl-pill-gap: 18px;
}
.e-con:has(.blog-side) {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 28px !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1572px !important;
  margin: 0 auto !important;
  padding: 70px 15px 100px !important;
}
.elementor-widget-shortcode:has(.blog-side) {
  flex: 0 0 var(--bl-side-w) !important;
  width: var(--bl-side-w) !important;
}
.elementor-widget-shortcode:has(.blog-list) {
  flex: 1 1 0 !important;
  width: auto !important;
  min-width: 0;
}


@media (min-width: 901px) {
  .e-con:has(.blog-side) {align-items: flex-start !important;}
  .elementor-widget-shortcode:has(.blog-side) {align-self: flex-start !important;}
  .elementor-widget-shortcode:has(.blog-list) {
    align-self: flex-start !important;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .elementor-widget-shortcode:has(.blog-list)::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .elementor-location-archive,
  .elementor-location-archive > .e-con,
  .e-con:has(.blog-side),
  .e-con:has(.blog-side) > .e-con-inner,
  .elementor-widget-shortcode:has(.blog-side),
  .elementor-widget-shortcode:has(.blog-side) > .elementor-widget-container,
  .elementor-widget-shortcode:has(.blog-side) .elementor-shortcode {
    overflow: visible !important;
    contain: none !important;
  }
}

.blog-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blog-search {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: var(--bl-pill-h);
  border: 1px solid var(--bl-line);
  border-radius: 20px;
  background: #FFF;
  transition: border-color .2s ease;
}
.blog-search:focus-within,
.blog-search.is-current { border-color: var(--bl-teal); }
.blog-search-field {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 52px 0 24px;
  -webkit-appearance: none;
  appearance: none;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  outline: none;
  box-shadow: none !important;
}
.blog-search-field::-webkit-search-decoration,
.blog-search-field::-webkit-search-cancel-button,
.blog-search-field::-webkit-search-results-button {
  -webkit-appearance: none;
}
.blog-search-field::placeholder { color: #8A8A8A !important; opacity: 1; }
.blog-search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: none !important;
  color: #000 !important;
  cursor: pointer;
  transition: color .2s ease;
}
.blog-search-btn:hover,
.blog-search-btn:focus,
.blog-search-btn:active {
  background: none !important;
  color: var(--bl-teal) !important;
  box-shadow: none !important;
}
.blog-side-block {
  box-sizing: border-box;
  width: 100%;
  padding: var(--bl-side-padv) var(--bl-side-pad);
  border: 1px solid var(--bl-line);
  border-radius: 20px;
  background: #FFF;
}
.blog-side-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 31.5px;
  margin: 0 0 24px !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 20.2px !important;
  font-weight: 400 !important;
  line-height: 25.2px !important;
  text-transform: capitalize;
}
.blog-pills {
  display: flex;
  flex-direction: column;
  gap: var(--bl-pill-gap);
  margin: 0;
  padding: 0;
  list-style: none;
}
.blog-pills li { margin: 0; }
.blog-pill,
.blog-archives a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: var(--bl-pill-h);
  padding: 0 22px;
  border: 1px solid var(--bl-line);
  border-radius: 15px;
  background: #FFF;
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: calc(var(--bl-pill-h) - 2px);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: border-color .2s ease, color .2s ease;
}
.blog-pill:visited,
.blog-archives a:visited { color: #000 !important; }
.blog-pill:hover,
.blog-archives a:hover {
  border-color: var(--bl-teal);
  color: var(--bl-teal) !important;
}
.blog-side .blog-pills a.is-current,
.blog-side .blog-pills a[aria-current],
.blog-side .blog-pills li.current-cat > a {
  border-color: var(--bl-teal);
  box-shadow: inset 0 0 0 1px var(--bl-teal);
  color: var(--bl-teal) !important;
}
.blog-side .blog-pills a.is-current:hover,
.blog-side .blog-pills a[aria-current]:hover,
.blog-side .blog-pills li.current-cat > a:hover {
  border-color: var(--bl-teal);
  color: var(--bl-teal) !important;
}
.blog-tags { flex-direction: row; flex-wrap: wrap; gap: 12px 8px; }
.blog-tags li { display: flex; }
.blog-tags .blog-pill {
  width: auto;
  max-width: 100%;
  height: 43px;
  padding: 0 18px;
  border-radius: 29.46px;
  font-size: 14.4px;
  line-height: 39.4px;
  text-align: center;
}
.blog-recent { margin: 0; padding: 0; list-style: none; }
.blog-recent-item + .blog-recent-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--bl-line);
}
.blog-recent-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
}
.blog-recent-thumb {
  flex: 0 0 auto;
  width: 88px;
  height: 78px;
  border-radius: 10px;
  background: #EDF1F3 center center / cover no-repeat;
}
.blog-recent-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  flex: 0 1 230.46px;
  min-width: 0;
}
.blog-recent-date {
  color: #9AA5AB !important;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.blog-recent-title {
  color: var(--bl-ink) !important;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 18.2px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: color .2s ease;
}
.blog-recent-link:hover .blog-recent-title { color: var(--bl-teal) !important; }
.blog-list {
  display: flex;
  flex-direction: column;
  gap: 38px;
}
.blog-card { display: flex; flex-direction: column; }
.blog-card-media {
  position: relative;
  display: block;
  width: 100%;
  height: 382px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
.blog-card-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #EDF1F3 center center / cover no-repeat;
  transition: transform .4s ease;
}
.blog-card-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 149, 155, 0.20) 0%, rgba(0, 30, 54, 0.20) 100%);
  pointer-events: none;
}
.blog-card-media:hover .blog-card-img { transform: scale(1.03); }
.blog-card-go {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 20px 0;
  background: #FFF;
}
.blog-card-go svg { display: none; }
.blog-card-go::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55px;
  height: 57px;
  border-radius: 20px;
  background: var(--bl-teal) url("/wp-content/uploads/2026/07/SVG-4.png") center / 14px 14px no-repeat;
  transition: background-color .2s ease;
}
.blog-card-media:hover .blog-card-go::after { background-color: #0A7F84; }
.blog-card-meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 26px;
  margin-top: 18px;
}
.blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 19.6px;
  text-transform: capitalize;
}
.blog-meta-item svg { display: none; }
.blog-meta-item::before {
  content: "";
  flex: 0 0 auto;
  background: center / contain no-repeat;
}
.blog-meta-item:nth-child(1)::before {
  width: 22px; height: 22px;
  background-image: url("/wp-content/uploads/2026/07/SVG-5.png");
}
.blog-meta-item:nth-child(2)::before {
  width: 23px; height: 22px;
  background-image: url("/wp-content/uploads/2026/07/SVG-6.png");
}
.blog-meta-item:nth-child(3)::before {
  width: 20px; height: 21px;
  background-image: url("/wp-content/uploads/2026/07/SVG-7.png");
}
.blog-card-title { margin: 14px 0 0 !important; }
.blog-card-title a {
  color: #000 !important;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26.1px;
  text-transform: capitalize;
  text-decoration: none;
  transition: color .2s ease;
}
.blog-card-title a:hover { color: var(--bl-teal) !important; }
.blog-card-excerpt {
  margin: 10px 0 0 !important;
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 22.1px;
}
.blog-empty {
  color: var(--bl-muted);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
}
.blog-pagination {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}
.blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 38px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid var(--bl-line);
  border-radius: 50px;
  background: #FFF;
  color: var(--bl-ink);
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.blog-pagination .page-numbers:hover {
  border-color: var(--bl-teal);
  color: var(--bl-teal);
}
.blog-pagination .page-numbers.current {
  border-color: var(--bl-ink);
  background: var(--bl-ink);
  color: #FFF;
}


@media (max-width: 1200px) {
  .e-con:has(.blog-side) {
    --bl-side-w: 360px;
    --bl-side-pad: 28px;
    --bl-side-padv: 30px;
    --bl-pill-gap: 14px;
  }
  .blog-recent-body { flex: 1 1 auto; }
  .blog-recent-link { gap: 16px; }
  .blog-recent-thumb { width: 76px; height: 68px; }
}
@media (max-width: 1024px) {
  .e-con:has(.blog-side) { --bl-side-w: 300px; gap: 22px !important; padding: 60px 15px 80px !important; }
  .blog-side-title { font-size: 18px !important; line-height: 23.4px !important; }
  .blog-recent-thumb { width: 64px; height: 58px; }
  .blog-recent-title { -webkit-line-clamp: 2; }
  .blog-card-media { height: 300px; }
  .blog-card-title a { font-size: 16.6px; line-height: 24px; }
  .blog-card-excerpt { font-size: 13.7px; line-height: 20.6px; }
}
@media (max-width: 900px) {
  .e-con:has(.blog-side) {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 40px !important;
    --bl-side-w: auto;
    --bl-side-pad: 32px;
    --bl-side-padv: 32px;
  }
  .elementor-widget-shortcode:has(.blog-side),
  .elementor-widget-shortcode:has(.blog-list) { flex: 1 1 auto !important; width: 100% !important; }
  .elementor-widget-shortcode:has(.blog-side) { order: 1; }
  .elementor-widget-shortcode:has(.blog-list) { order: 2; }
  .blog-side-title { font-size: 20.2px !important; line-height: 25.2px !important; }
  .blog-recent-thumb { width: 88px; height: 78px; }
  .blog-recent-title { -webkit-line-clamp: 3; }
}
@media (max-width: 620px) {
  .e-con:has(.blog-side) { padding: 44px 15px 60px !important; }
  .blog-list { gap: 30px; }
  .blog-card-media { height: 210px; border-radius: 16px; }
  .blog-card-go { width: 52px; height: 52px; border-radius: 16px 0; }
  .blog-card-go::after { width: 44px; height: 46px; border-radius: 16px; }
  .blog-card-meta { gap: 8px 16px; margin-top: 13px; }
  .blog-meta-item { font-size: 13px; line-height: 18px; gap: 7px; }
  .blog-meta-item:nth-child(1)::before { width: 19px; height: 19px; }
  .blog-meta-item:nth-child(2)::before { width: 20px; height: 19px; }
  .blog-meta-item:nth-child(3)::before { width: 18px; height: 19px; }
  .blog-card-title a { font-size: 15.9px; line-height: 22.4px; }
  .blog-card-excerpt { font-size: 13px; line-height: 20px; }
  .e-con:has(.blog-side) {
    --bl-side-pad: 20px;
    --bl-side-padv: 24px;
    --bl-pill-gap: 12px;
  }
  .blog-side-title { font-size: 18px !important; line-height: 23.4px !important; margin-bottom: 18px !important; }
  .blog-recent-link { gap: 14px; }
  .blog-recent-thumb { width: 72px; height: 64px; }
  .blog-recent-title { -webkit-line-clamp: 2; }
}


/* ========================================================================
   BLOG — page ARTICLE (modèle « Publication unique »)
   ======================================================================== */

.e-con:has(> .post-body) {
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 60px 20px 80px !important;
  gap: 0 !important;
}
.e-con:has(> .post-body) > * {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
/* Le corps d'article gardait 60px en haut et 80px en bas jusque sur mobile,
   alors que la colonne de texte, elle, se resserre a 20px lateralement : le
   texte se retrouvait etrangle horizontalement et noye verticalement. */
@media (max-width: 1024px) {
  .e-con:has(> .post-body) { padding: 48px 20px 64px !important; }
}
@media (max-width: 767px) {
  .e-con:has(> .post-body) { padding: 36px 18px 48px !important; }
}
.post-meta { margin-bottom: 22px !important; width: 100% !important; max-width: 100% !important; }
.post-meta .elementor-post-info {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  min-height: 69.5px;
  gap: 10px 25px;
  margin: 0;
  padding: 0 0 27px;
  border-bottom: 1px solid var(--bl-line, #E6EAED);
  list-style: none;
}
.post-meta .elementor-icon-list-item,
.post-meta .elementor-icon-list-item a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #676767 !important;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 22.9px;
  text-transform: capitalize;
  text-decoration: none;
}
.post-meta .elementor-icon-list-icon svg { display: none; }
.post-meta .elementor-icon-list-icon {
  display: inline-block;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  background: center / contain no-repeat;
}
.post-meta li[itemprop="author"] .elementor-icon-list-icon {background-image: url("/wp-content/uploads/2026/07/SVG-5.png");}
.post-meta li[itemprop="datePublished"] .elementor-icon-list-icon {background-image: url("/wp-content/uploads/2026/07/SVG-6.png");}
.post-meta li:has(.elementor-post-info__item--type-terms) .elementor-icon-list-icon {background-image: url("/wp-content/uploads/2026/07/SVG-7.png");}
.post-title { margin-bottom: 26px !important; }
.post-title .elementor-heading-title {
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 25.2px !important;
  font-weight: 400 !important;
  line-height: 33.6px !important;
}
.post-cover { margin-bottom: 30px !important; }
.post-cover img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 300px !important;
  object-fit: cover;
  border-radius: 20px;
}
.post-body {
  color: #676767 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: 22.1px !important;
}
.post-body p:empty { display: none; }
.post-body > *:first-child { margin-top: 0 !important; }
.post-body p {
  margin: 0 0 16px;
  color: #676767 !important;
  font-size: 14.4px !important;
  line-height: 22.1px !important;
}
.post-body h2 {
  margin: 38px 0 14px !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 22.4px !important;
  font-weight: 400 !important;
  line-height: 29.3px !important;
}
.post-body h3 {
  margin: 30px 0 10px !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 17.3px !important;
  font-weight: 500 !important;
  line-height: 24.6px !important;
}
.post-body ul {
  margin: 20px 0 22px;
  padding: 0;
  list-style: none;
}
.post-body ul li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 30px;
  color: #676767 !important;
  font-size: 14.4px !important;
  line-height: 22.1px !important;
}
.post-body ul li::before {
  content: "\2726";
  position: absolute;
  left: 4px;
  top: 0;
  color: #001E36;
  font-size: 13.7px;
  line-height: 22.5px;
}
.post-body img { border-radius: 20px; }
.post-body figure { margin: 24px 0; }
.post-body .wp-block-columns,
.post-body .wp-block-gallery {
  display: flex;
  flex-direction: row;
  gap: 14px;
  margin: 26px 0;
}
.post-body .wp-block-columns > *,
.post-body .wp-block-gallery figure {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
}
.post-body .wp-block-columns figure,
.post-body .wp-block-gallery figure { margin: 0; }
.post-body .wp-block-gallery img,
.post-body .wp-block-columns img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 20px;
}
.post-body img { max-width: 100% !important; height: auto; }
.post-body img[width][height] { height: auto; }
.e-con:has(> .elementor-widget-share-buttons) {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  margin-top: 34px !important;
}
.pf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 34px;
}
.pf-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  list-style: none;
}
.pf-tag {
  display: inline-flex;
  padding: 0 20.13px 0 24px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #F4F4FF;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 38.4px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease;
}
.pf-tag:hover,
.pf-tag:focus {
  opacity: .82;
  background: #F4F4FF !important;
  color: #000 !important;
  text-decoration: none !important;
}
.pf-share {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  opacity: 1;
  transition: opacity .25s ease;
}
.pf-share:hover,
.pf-share:focus {
  opacity: .82;
  background: none !important;
}
.pf-share-ico {
  display: flex;
  width: 47px;
  height: 47px;
  padding: 15px 15.5px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 23.5px;
  background: linear-gradient( 180deg, #001E36 0%, #0C959B 50%, #001E36 100% );
}
.pf-share-ico img {
  display: block;
  width: 16px !important;
  height: 16px !important;
  max-width: none !important;
}
.pf-share-text {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.3px;
}
.post-nav {
  --bl-teal: #0C959B;
  --bl-line: #C6C7C7;
  margin-top: 34px !important;
  padding-top: 26px;
  border-top: 1px solid var(--bl-line, #C6C7C7);
}
.post-nav .elementor-post-navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
.post-nav .elementor-post-navigation__separator-wrapper { display: none; }
.post-nav .elementor-post-navigation,
.post-nav .elementor-post-navigation__link,
.post-nav .elementor-post-navigation__link a {
  border: 0 !important;
  box-shadow: none;
  overflow: visible !important;
}
.post-nav .elementor-post-navigation::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  margin-right: auto;
  border-radius: 3px;
  background: #D9D9D9;
  box-shadow: 18px 0 0 2px #001E36,
              36px 0 0 0   #D9D9D9;
}
.post-nav .elementor-post-navigation__link:not(:has(a)) { display: none; }
.post-nav .elementor-post-navigation__link a {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 24px;
  text-align: right;
  text-decoration: none;
}
.post-nav .post-navigation__prev--label,
.post-nav .post-navigation__next--label {
  display: block;
  font-size: 0;
  line-height: 0;
}
.post-nav .post-navigation__prev--label::after { content: "Older Post"; }
.post-nav .post-navigation__next--label::after { content: "Newer Post"; }
.post-nav .post-navigation__prev--label::after,
.post-nav .post-navigation__next--label::after {
  display: block;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 29.4px;
}
.post-nav .post-navigation__prev--title,
.post-nav .post-navigation__next--title {
  display: block;
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 28.5px;
  letter-spacing: -0.15px;
}
.post-nav .post-navigation__arrow-wrapper {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  padding: 17.5px 18px 18.5px 18px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 2px 20px 0 rgba( 174, 174, 174, .25 );
  opacity: 1;
  transition: opacity .25s ease;
}
.post-nav .post-navigation__arrow-wrapper svg { display: none; }
.post-nav .post-navigation__arrow-wrapper::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 28px;
  height: 1.5px;
  background: #001E36;
  transform: translateY( -50% );
}
.post-nav .post-navigation__arrow-wrapper::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #001E36;
  border-right: 1.5px solid #001E36;
  transform: translateY( -50% ) rotate( 45deg );
}
.post-nav .elementor-post-navigation__prev .post-navigation__arrow-wrapper {transform: scaleX( -1 );}
.post-nav .elementor-post-navigation__link a:hover .post-navigation__arrow-wrapper,
.post-nav .elementor-post-navigation__link a:focus .post-navigation__arrow-wrapper {
  opacity: .82;
}

@media (max-width: 767px) {
  .post-nav .elementor-post-navigation {
    gap: 14px;
    flex-wrap: wrap;
  }
  .post-nav .elementor-post-navigation::before { display: none; }
  .post-nav .elementor-post-navigation__link,
  .post-nav .elementor-post-navigation__link a,
  .post-nav .elementor-post-navigation__link__prev,
  .post-nav .elementor-post-navigation__link__next {
    min-width: 0;
    max-width: 100%;
  }
  .post-nav .elementor-post-navigation__link { flex: 1 1 100%; }
  .post-nav .elementor-post-navigation__link a {
    display: flex;
    width: 100%;
    gap: 12px;
    justify-content: space-between;
    text-align: left;
  }
  .post-nav .elementor-post-navigation__link__prev,
  .post-nav .elementor-post-navigation__link__next { flex: 1 1 auto; }
  .post-nav .post-navigation__arrow-wrapper { width: 48px; height: 48px; }
  .post-nav .post-navigation__arrow-wrapper::before { left: 14px; width: 20px; }
  .post-nav .post-navigation__arrow-wrapper::after { right: 15px; }
  .post-nav .post-navigation__prev--label,
  .post-nav .post-navigation__next--label { line-height: 19.5px; }
  .post-nav .post-navigation__prev--label::after,
  .post-nav .post-navigation__next--label::after { font-size: 13px; line-height: 22px; }
  .post-nav .post-navigation__prev--title,
  .post-nav .post-navigation__next--title {
    font-size: 14.4px;
    line-height: 21.1px;
    white-space: normal;
    overflow-wrap: anywhere;
    text-overflow: clip;
  }
}

.post-comments,
.post-comments .comments-area,
.post-comments #respond,
.post-comments .comment-form {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}
.post-comments textarea,
.post-comments input[type="text"],
.post-comments input[type="email"],
.post-comments input[type="url"] {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mc {
  padding-top: 60px;
  --bl-ink: #001E36;
  --bl-teal: #0C959B;
  --bl-muted: #676767;
  --bl-line: #C6C7C7;
  --mc-btn-bg: linear-gradient( 90deg, rgba( 12, 149, 155, .61 ) 0%, rgba( 0, 32, 56, .61 ) 100% );
  --mc-btn-shadow: 0 1px 0 0 rgba( 255, 255, 255, .35 ) inset,
                   0 2px 4px 0 rgba( 0, 0, 0, .25 ),
                   0 0 0 1px rgba( 105, 87, 186, .25 );
}
.mc-title {
  margin: 0 0 26px !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 20.2px !important;
  font-weight: 400 !important;
  line-height: 25.2px !important;
  text-transform: capitalize;
}
.mc .mc-list,
.mc .mc-list ol,
.mc .mc-list .children {
  margin: 0;
  padding: 0;
  padding-inline-start: 0;
  list-style: none;
}
.mc .mc-list .children {
  margin-top: 26px !important;
  margin-left: 147px !important;
  margin-inline-start: 147px !important;
  padding-left: 0 !important;
  padding-inline-start: 0 !important;
}
.mc .mc-item { margin: 0 0 26px; }
.mc .mc-item:last-child { margin-bottom: 0; }
.mc .mc-item { display: block; overflow: visible; }
.mc .mc-body {
  display: grid;
  grid-template-columns: 127px 1fr;
  column-gap: 20px;
  row-gap: 8px;
  align-items: start;
  min-height: 127px;
}
.mc-avatar { display: block; }
.mc .mc-avatar img {
  display: block;
  width: 127px !important;
  height: 127px !important;
  max-width: none !important;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
  border-radius: 8px !important;
  object-fit: cover;
}
.mc-main { min-width: 0; }
.mc-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.mc-name,
.mc-dash,
.mc-date {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  text-transform: capitalize;
}
.mc-reply { margin-left: auto; }
.mc-reply a {
  display: flex;
  width: 96.55px;
  height: 33px;
  padding: 6px 15.55px 6px 17px;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 28px;
  background: var(--mc-btn-bg);
  box-shadow: var(--mc-btn-shadow);
  backdrop-filter: blur( 6px );
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  opacity: 1;
  transition: opacity .25s ease;
}
.mc-reply a > * { pointer-events: none; }
.mc-reply a .mc-reply-ico {
  flex: 0 0 auto;
  width: 12px !important;
  height: 12px !important;
  max-width: none !important;
}
.mc-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.3px;
}
.mc-text p { margin: 0 0 10px; }
.mc-text p:last-child { margin-bottom: 0; }
.mc-pending { color: #676767; font-style: italic; }

/* --- Formulaires --------------------------------------------------------- */

.mc #respond {
  display: flex;
  width: 100%;
  max-width: 1080px;
  margin-top: 34px;
  padding: 49.5px 51px 60px 51px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20.77px;
  border: 1px solid var(--bl-line, #C6C7C7);
  border-radius: 20px;
  background: #FFF;
  box-sizing: border-box;
}
.mc-reply-form {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1080px;
  margin: 0 0 0 147px;
  border: 0 solid var(--bl-line, #C6C7C7);
  border-radius: 20px;
  background: #FFF;
  padding: 0 51px;
  gap: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: max-height .38s ease, padding .38s ease, margin .38s ease,
              gap .38s ease, border-width .38s ease, opacity .25s ease,
              visibility 0s linear .38s;
}
.mc-reply-form.is-open {
  margin: 18px 0 26px 147px;
  border-width: 1px;
  padding: 40px 51px 46px 51px;
  gap: 20.77px;
  max-height: 900px;
  opacity: 1;
  visibility: visible;
  transition: max-height .38s ease, padding .38s ease, margin .38s ease,
              gap .38s ease, border-width .38s ease, opacity .3s ease .08s,
              visibility 0s;
}
.mc-reply-form[hidden] { display: none !important; }

@media ( prefers-reduced-motion: reduce ) {
  .mc-reply-form,
  .mc-reply-form.is-open { transition: none; }
}

.mc-form-title {
  margin: 0 !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 28.8px !important;
  font-weight: 400 !important;
  line-height: 35.2px !important;
  text-transform: capitalize;
}
.mc-form-title small {
  margin-left: 10px;
  font-size: 15.2px;
  font-weight: 400;
  text-transform: none;
}
.mc-form-title small a {
  color: var(--bl-teal);
  text-decoration: none;
}
.mc-form-title small a:hover { text-decoration: underline; }
.mc-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 18px;
}
.mc-notes        { order: 1; flex: 1 0 100%; margin: 0 !important; }
.mc-field-author { order: 2; flex: 1 1 calc( 50% - 9px ); margin: 0 !important; }
.mc-field-email  { order: 3; flex: 1 1 calc( 50% - 9px ); margin: 0 !important; }
.mc-field-comment{ order: 4; flex: 1 0 100%; margin: 0 !important; }
.mc-form .form-submit { order: 5; flex: 1 0 100%; margin: 0 !important; }
.mc-foot         { order: 6; flex: 1 0 100%; margin: 0 !important; }
.mc-field-cookies{ order: 7; flex: 1 0 100%; margin: 0 !important; }
.mc-notes,
.mc-foot,
.mc-field-cookies label,
.mc .logged-in-as,
.mc .must-log-in {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 23.8px;
}
.mc .logged-in-as,
.mc .must-log-in { order: 1; flex: 1 0 100%; margin: 0 !important; }
.mc .logged-in-as a,
.mc .must-log-in a {
  color: var(--bl-teal) !important;
  text-decoration: none;
}
.mc .logged-in-as a:hover,
.mc .must-log-in a:hover { text-decoration: underline; }
.mc .required-field-message,
.mc .required { color: #676767; }
.mc-field-cookies {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mc-form input[type="text"],
.mc-form input[type="email"],
.mc-form textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 0 28px;
  border-radius: 20px;
  border: 1px solid #C6C7C7;
  background: rgba( 241, 242, 244, .20 );
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  outline: none;
  transition: border-color .2s ease;
}
.mc-form input[type="text"],
.mc-form input[type="email"] { height: 56px; }
.mc-form textarea {
  height: 185px;
  padding: 19px 28px;
  resize: none;
}
.mc-form input:focus,
.mc-form textarea:focus { border-color: var(--bl-teal); }
.mc-form ::placeholder {
  color: #B6B6B6;
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}
.mc-form .form-submit {
  display: flex;
  justify-content: flex-end;
  margin-top: -83px !important;
  padding-right: 24px;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.mc-submit {
  pointer-events: auto;
  display: flex;
  width: 47px;
  height: 47px;
  padding: 14.5px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 0;
  border-radius: 50%;
  color: #FFF;
  background: var(--mc-btn-bg);
  box-shadow: var(--mc-btn-shadow);
  backdrop-filter: blur( 6px );
  cursor: pointer;
  opacity: 1;
  transition: opacity .25s ease;
}
.mc-reply a:hover,
.mc-reply a:focus,
.mc-reply a:active,
.mc-submit:hover,
.mc-submit:focus,
.mc-submit:active {
  opacity: .82;
  background: var(--mc-btn-bg) !important;
  box-shadow: var(--mc-btn-shadow) !important;
  color: #FFF !important;
  border-color: transparent !important;
  filter: none !important;
  text-decoration: none !important;
}
.mc-reply a:focus-visible,
.mc-submit:focus-visible {
  outline: 2px solid var(--bl-teal);
  outline-offset: 3px;
}
.mc-reply a:focus:not(:focus-visible),
.mc-submit:focus:not(:focus-visible) { outline: none; }
.mc-submit svg,
.mc-submit img {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.mc-closed {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
}

@media (max-width: 767px) {
  .mc .mc-body { grid-template-columns: 56px 1fr; column-gap: 12px; min-height: 56px; }
  .mc .mc-avatar img { width: 56px !important; height: 56px !important; }
  .mc .mc-list .children { margin-left: 20px !important; margin-inline-start: 20px !important; }
  .mc-title { font-size: 18px !important; line-height: 23.4px !important; }
  .mc-form-title { font-size: 22.4px !important; line-height: 27.6px !important; }
  .mc-name, .mc-dash, .mc-date { font-size: 13.7px; line-height: 19.6px; }
  .mc-text { font-size: 14.4px; line-height: 22.1px; }
  .mc-head { gap: 4px 8px; }
  .mc-reply { margin-left: 0; }
  .mc-reply a {
    width: auto;
    height: 28px;
    padding: 4px 12px;
    gap: 7px;
    font-size: 13.7px;
    line-height: 19.6px;
  }
  .mc #respond { padding: 28px 22px 34px; }
  .mc-reply-form { margin-left: 20px; padding: 0 22px; }
  .mc-reply-form.is-open { margin-left: 20px; padding: 26px 22px 30px; }
  .mc-field-author,
  .mc-field-email { flex: 1 0 100%; }
}

@media (max-width: 479px) {
  .mc .mc-body {
    grid-template-columns: 1fr;
    row-gap: 10px;
    min-height: 0;
  }
  .mc .mc-avatar img { width: 48px !important; height: 48px !important; }
  .mc .mc-list .children { margin-left: 14px !important; margin-inline-start: 14px !important; }
  .mc-dash { display: none; }
}
.mq-quote {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin: 30px 0;
  padding: 30px 34px;
  border: 2px solid #D9D9D9;
  border-radius: 20px;
  background: rgba( 255, 255, 255, .19 );
}
.mq-quote *,
.mq-quote *::before,
.mq-quote *::after { box-sizing: border-box; }
.mq-quote > *,
.mq-quote-body > *,
.mq-quote-foot > *,
.mq-quote-id > * {
  margin-top: 0;
  margin-bottom: 0;
}
.mq-quote::before {
  content: "";
  flex: 0 0 auto;
  width: 95px;
  height: 95px;
  background:
    url("/wp-content/uploads/2026/07/SVG-10.png") center / 40px 95px no-repeat,
    url("/wp-content/uploads/2026/07/SVG-11.png") center / contain no-repeat;
}
.mq-quote-badge { display: none; }
.mq-quote-body { flex: 1 1 auto; min-width: 0; }
.mq-quote-text {
  margin: 0 0 16px !important;
  padding: 0 0 16px;
  border: 0;
  border-bottom: 1px solid #D9D9D9;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
}
.mq-quote-foot {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.mq-quote-avatar {
  flex: 0 0 auto;
  margin: 0 !important;
  line-height: 0;
}
.mq-quote-avatar img {
  display: block;
  width: 48px !important;
  height: 48px !important;
  max-width: none !important;
  border-radius: 64px;
  object-fit: cover;
  background: #D3D3D3;
}
.mq-quote-id {
  display: flex;
  flex-direction: column;
  min-width: 0;
  margin-right: auto;
}
.mq-quote-name {
  color: #000;
  font-family: Manrope, Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 500;
  line-height: 28.1px;
  text-transform: capitalize;
}
.mq-quote-role {
  color: #676767;
  font-family: Inter, sans-serif;
  font-size: 15.2px;
  font-weight: 400;
  line-height: 24.1px;
}
.mq-quote-stars {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 0;
  white-space: nowrap;
}
.mq-star { display: inline-flex; }
.mq-star svg {
  display: block;
  overflow: visible;
  width: 18.044px;
  height: 17.298px;
}
.mq-star svg path { fill: currentColor; }
.mq-star.is-on { color: #001E36; }
.mq-star.is-off svg path {
  fill: none;
  stroke: #000;
  stroke-width: 1;
}

@media (max-width: 767px) {
  .post-body h2 { font-size: 19.5px !important; line-height: 26.6px !important; }
  .post-body h3 { font-size: 15.9px !important; line-height: 23.4px !important; }
  .post-body .wp-block-columns,
  .post-body .wp-block-gallery { flex-direction: column; }
  .mq-quote { flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; }
  .mq-quote::before { width: 72px; height: 72px; background-size: 26px auto, contain; }
}

.elementor-widget-post-comments{display: none!important;}

/* --- Section « Vos enjeux au quotidien » --------------------------------- */

.enj-root {
  --enj-accent: #0C959B;
  --enj-ink: #001E36;
  --enj-muted: #676767;
  --enj-ico-bg: #F4F6F9;
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding: 120px 0 90px;
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.enj-head {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
}
.enj-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: var(--enj-accent);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 21.1px;
}
.enj-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--enj-accent);
}
.enj-eyebrow p { margin: 0; }
.enj-title {
  margin: 0 !important;
  color: var(--enj-ink) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 32.4px !important;
  font-weight: 700 !important;
  line-height: 40.5px !important;
  letter-spacing: -0.65px;
}
.enj-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 45px;
  box-sizing: border-box;
  padding: 70px 0;
  width: 100%;
}
.enj-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  flex: 0 1 calc( ( 100% - 3 * 45px ) / 4 );
  min-width: 0;
}
.enj-ico {
  display: block;
  margin: 0 !important;
  line-height: 0;
}
.enj-ico img {
  display: block;
  width: 72px !important;
  height: 79px !important;
  aspect-ratio: 72 / 79;
  max-width: none !important;
}
.enj-card-title {
  margin: 0 !important;
  color: #000 !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 20.2px !important;
  font-weight: 600 !important;
  line-height: 29px !important;
  text-transform: none;
}
.enj-card-text {
  margin: 0 !important;
  color: #000;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 31.7px;
  text-transform: none;
}
.enj-card-text p { margin: 0; }
.enj-card-text p + p { margin-top: 10px; }


@media (max-width: 1240px) {.enj-root { padding-left: 20px; padding-right: 20px; }}
@media (max-width: 1024px) {
  .enj-root { padding-top: 80px; padding-bottom: 60px; }
  .enj-title { font-size: 26.7px !important; line-height: 35px !important; }
  .enj-grid { padding: 40px 0; gap: 36px; }
  .enj-card { flex-basis: calc( ( 100% - 36px ) / 2 ); }
}
@media (max-width: 767px) {
  .enj-root { padding: 56px 20px 44px; gap: 18px; }
  .enj-head { gap: 12px; }
  .enj-title { font-size: 22.4px !important; line-height: 29.3px !important; letter-spacing: -0.34px; }
  .enj-grid { padding: 24px 0; gap: 34px; }
  .enj-card { flex-basis: 100%; }
  .enj-card-text { line-height: 22.4px; }
}

/* --- Section « Quels sont vos besoins ? » -------------------------------- */

.sol-root {
  --sol-accent: #0C959B;
  --sol-ink: #001E36;
  --sol-muted: #676767;
  --sol-line: #E6EAED;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 90px 0;
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sol-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.sol-cta {
  flex: 0 0 auto;
  margin: 0 !important;
  max-width: 100%;
}
.sol-head-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 0 1 auto;
  width: auto !important;
  max-width: 100%;
  min-width: 0;
}
.sol-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: var(--sol-accent);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 21.1px;
}
.sol-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--sol-accent);
}
.sol-eyebrow p { margin: 0; }
.sol-title {
  margin: 0 !important;
  color: var(--sol-ink) !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: 28.1px !important;
  font-weight: 700 !important;
  line-height: 36.4px !important;
  letter-spacing: -0.41px;
}
.sol-cta .elementor-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 8px 8px 22px;
  border-radius: 30px;
  background: linear-gradient( 90deg, rgba( 12, 149, 155, .61 ) 0%, rgba( 0, 32, 56, .61 ) 100% );
  box-shadow: 0 0 0 1px rgba( 105, 87, 186, .25 ),
              0 2px 4px 0 rgba( 0, 0, 0, .25 ),
              0 1px 0 0 rgba( 255, 255, 255, .35 ) inset;
  backdrop-filter: blur( 6px );
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  white-space: nowrap;
  opacity: 1;
  transition: opacity .25s ease;
}
.sol-cta .elementor-button:hover,
.sol-cta .elementor-button:focus { opacity: .82; }
.sol-cta .elementor-button::after {
  content: "";
  flex: 0 0 auto;
  box-sizing: border-box;
  width: 38px;
  height: 38px;
  border-radius: 41px;
  background: #FFF url("/wp-content/uploads/2026/07/More-Than-1.png") center / 11px 11px no-repeat;
}
.sol-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 100%;
}
.sol-card {
  display: flex;
  flex-direction: column;
  flex: 0 1 calc( ( 100% - 30px ) / 2 );
  min-width: 0;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0 4px 22.1px 0 rgba( 0, 0, 0, .25 );
  overflow: hidden;
}
.sol-card-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  padding: clamp( 20px, 2.9vw, 35px ) clamp( 22px, 4.6vw, 55px );
  border: 1px solid rgba( 86, 86, 86, .50 );
  border-radius: 20px;
}
.sol-card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  min-width: 0;
}
.sol-card-title {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--sol-ink) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 20.9px, 2.59vw, 32.4px ) !important;
  font-weight: 600 !important;
  line-height: 1.075 !important;
  letter-spacing: -0.028em;
}
.sol-card-ico {
  flex: 0 0 auto;
  margin: 0 !important;
  line-height: 0;
}
.sol-card-ico img {
  display: block;
  box-sizing: border-box;
  width: clamp( 48px, 6.4vw, 80px ) !important;
  height: clamp( 48px, 6.4vw, 80px ) !important;
  padding: 8px;
  max-width: none !important;
  object-fit: contain;
}
.sol-card-text {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--sol-muted);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp( 13.7px, 1.31vw, 15.9px );
  font-weight: 400;
  line-height: 1.588;
}
.sol-card-text p { margin: 0; }
.sol-card-text p + p { margin-top: 8px; }
.sol-card-media {
  position: relative;
  width: 100%;
  margin-top: auto;
  line-height: 0;
}
.sol-card-img { margin: 0 !important; line-height: 0; }
.sol-card-img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  border-radius: 14px;
}
.sol-card-go {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  padding: 12px 0 0 12px;
  background: #FFF;
  border-top-left-radius: 18px;
}
.sol-card-go .elementor-button {
  display: block;
  width: clamp( 56px, 7vw, 85px );
  height: clamp( 42px, 5.2vw, 62px );
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: var(--sol-accent) url("/wp-content/uploads/2026/07/SVG-12.png") center / clamp( 11px, 1.2vw, 14px ) auto no-repeat;
  font-size: 0;
  opacity: 1;
  transition: opacity .25s ease;
}
.sol-card-go .elementor-button:hover,
.sol-card-go .elementor-button:focus { opacity: .82; }

@media (max-width: 1240px) {.sol-root { padding-left: 20px; padding-right: 20px; }}
@media (max-width: 900px) {
  .sol-root { gap: 28px; padding-top: 60px; padding-bottom: 60px; }
  .sol-head { flex-direction: column; align-items: flex-start; }
  .sol-title { font-size: 23.8px !important; line-height: 30.6px !important; }
  .sol-grid { gap: 20px; }
  .sol-card { flex-basis: 100%; }
}

/* --- Section « Ce qui fait notre différence » ---------------------------- */

.diff-root {
  --diff-accent: #4FD1D9;
  --diff-line: rgba( 255, 255, 255, .10 );
  --diff-card-bg: rgba( 255, 255, 255, .04 );
  display: flex;
  flex-direction: column;
  gap: 46px;
  box-sizing: border-box;
  padding: 70px 30px 90px;
  border-radius: 24px;
  background: #041016 url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") center / cover no-repeat;
  width: auto !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.diff-head,
.diff-grid {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.diff-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
}
.diff-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 !important;
  color: var(--diff-accent);
  font-family: Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 21.1px;
}
.diff-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--diff-accent);
}
.diff-eyebrow p { margin: 0; }
.diff-root .diff-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp( 23.8px, 2.88vw, 36.8px ) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

/* --- Rangée de cartes, en cascade ---------------------------------------- */


.diff-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 25px;
}
.diff-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 0 1 calc( ( 100% - 3 * 25px ) / 4 );
  min-width: 0;
  box-sizing: border-box;
  padding: 18px;
  border: 1px solid var(--diff-line);
  border-radius: 18px;
  background: var(--diff-card-bg);
  backdrop-filter: blur( 4px );
}
.diff-card:nth-child( 1 ) { margin-top: 0; }
.diff-card:nth-child( 2 ) { margin-top: 44px; }
.diff-card:nth-child( 3 ) { margin-top: 8px; }
.diff-card:nth-child( 4 ) { margin-top: 78px; }
.diff-card-ico {
  flex: 0 0 auto;
  margin: 0 !important;
  line-height: 0;
}
.diff-card-ico img {
  display: block;
  width: 34px !important;
  height: 34px !important;
  max-width: none !important;
  border-radius: 9px;
}
.diff-card .diff-card-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp( 13.7px, 1.23vw, 15.2px ) !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: normal !important;
}
.diff-card-text {
  margin: 0 !important;
  color: rgba( 255, 255, 255, .68 );
  font-family: Inter, sans-serif;
  font-size: clamp( 11px, 1.05vw, 13px );
  font-weight: 400;
  line-height: 1.62;
}
.diff-card-text p { margin: 0; }
.diff-card-text p + p { margin-top: 8px; }
.diff-card-img { margin: 0 !important; line-height: 0; }
.diff-card-img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  border-radius: 12px;
}
.diff-card > .diff-card-img:last-child {
  margin-top: auto !important;
  margin-bottom: -18px !important;
}
.diff-card > .diff-card-img:first-child {margin-top: -18px !important;}
.diff-card > .diff-card-img:last-child img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.diff-card > .diff-card-img:first-child img {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (max-width: 1024px) {
  .diff-root { padding: 54px 20px 66px; gap: 34px; }
  .diff-grid {
    gap: 18px;
    align-items: stretch;
  }
  .diff-card { flex-basis: calc( ( 100% - 18px ) / 2 ); }
  .diff-card:nth-child( n ) { margin-top: 0; }
  .diff-card:has( > .diff-card-img:first-child ) { justify-content: center; }
  .diff-card:has( > .diff-card-img:first-child ) > .diff-card-img:first-child {margin-top: 0 !important;}
}
@media (max-width: 680px) {
  .diff-root {
    padding: 40px 16px 48px;
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .diff-card { flex-basis: 100%; }
  .diff-card:nth-child( n ) { margin-top: 0; }
}

/* --- Section « Un partenaire IT de confiance » --------------------------- */

.trust-root {
  --trust-muted: #676767;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.trust-top {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 25px;
  box-sizing: border-box;
  width: 100%;
  padding: clamp( 40px, 8.3vw, 100px ) 0 clamp( 16px, 3.32vw, 40px );
}
.trust-img,
.trust-panel {
  flex: 0 0 calc( ( 100% - 25px ) / 2 );
  max-width: calc( ( 100% - 25px ) / 2 );
  min-width: 0;
}
.trust-img { margin: 0 !important; line-height: 0; }
.trust-img img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  aspect-ratio: 796 / 513;
  object-fit: cover;
  border-radius: 20px;
}
.trust-panel.trust-panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 26px;
  box-sizing: border-box;
  padding: clamp( 30px, 6.3vw, 76px ) clamp( 24px, 4.2vw, 50px )
           clamp( 36px, 7.8vw, 94px ) clamp( 26px, 6.6vw, 79.65px );
  border-radius: 25px;
  background: rgba( 12, 149, 155, .07 );
}
.trust-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 20.9px, 2.23vw, 26.7px ) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
}
.trust-text {
  margin: 0 !important;
  color: var(--trust-muted);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp( 13.7px, 1.26vw, 15.2px );
  font-weight: 400;
  line-height: 1.765;
}
.trust-text p { margin: 0; }
.trust-text p + p { margin-top: 10px; }
.trust-grid.trust-grid {
  --trust-gouttiere: clamp( 26px, 7.5vw, 90px );
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--trust-gouttiere);
  box-sizing: border-box;
  width: 100%;
  padding: clamp( 34px, 5.8vw, 70px ) 0 clamp( 40px, 6.6vw, 80px );
}
.trust-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 19px;
  flex: 0 1 calc( ( 100% - 3 * var(--trust-gouttiere) ) / 4 );
  min-width: 0;
}
.trust-card-ico {
  flex: 0 0 auto;
  margin: 0 !important;
  display: flex;
  width: 65px;
  height: 65px;
  padding: 14px 14px 13px 13px;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border-radius: 13px;
  border: 1px solid rgba( 217, 217, 217, .30 );
  background: #F4F2F8;
}
.trust-card-ico img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain;
}
.trust-card-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 15.9px, 1.47vw, 17.7px ) !important;
  font-weight: 600 !important;
  line-height: 1.435 !important;
  text-transform: none;
}
.trust-card-text {
  margin: 0 !important;
  color: var(--trust-muted);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp( 13.7px, 1.26vw, 15.2px );
  font-weight: 400;
  line-height: 1.588;
}
.trust-card-text p { margin: 0; }

@media (max-width: 1240px) {.trust-root { padding-left: 20px; padding-right: 20px; }}
@media (max-width: 900px) {
  .trust-top { flex-direction: column; }
  .trust-img,
  .trust-panel {
    flex: 0 0 auto;
    max-width: 100%;
  }
  .trust-img img { aspect-ratio: 16 / 10; }
  .trust-grid.trust-grid { --trust-gouttiere: 26px; }
  .trust-card { flex-basis: calc( ( 100% - var(--trust-gouttiere) ) / 2 ); }
}

@media (max-width: 560px) {.trust-card { flex-basis: 100%; }}


/* --- Section « Des solutions IT complètes » ------------------------------ */

.srv-root.srv-root {
  --srv-accent: #4FD1D9;
  --srv-line: rgba( 255, 255, 255, .14 );
  display: flex;
  flex-direction: column;
  gap: 34px;
  box-sizing: border-box;
  padding: 64px 30px 72px;
  border-radius: 24px;
  background: #04141A url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") center / cover no-repeat;
  width: auto !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.srv-head,
.srv-list {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.srv-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.srv-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  color: #FFF;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.srv-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
}
.srv-eyebrow p { margin: 0; }
.srv-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Sora, Manrope, Inter, sans-serif !important;
  font-size: clamp( 20.9px, 2.23vw, 26.7px ) !important;
  font-weight: 600 !important;
  line-height: 1.167 !important;
  letter-spacing: -0.042em;
}
.srv-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--srv-line);
}
.srv-item.srv-item {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax( 0, 1fr ) auto;
  align-items: center;
  column-gap: 18px;
  padding: 16px 0;
  border-bottom: 1px solid var(--srv-line);
}
.srv-ico  { grid-column: 1; grid-row: 1; align-self: center; }
.srv-item-title { grid-column: 2; grid-row: 1; }
.srv-text { grid-column: 2; grid-row: 2; }
.srv-img  { grid-column: 2; grid-row: 3; }
.srv-go   { grid-column: 3; grid-row: 1; align-self: center; }
.srv-ico {
  margin: 0 !important;
  display: block;
  line-height: 0;
}
.srv-ico img {
  display: block;
  width: auto !important;
  height: 64px !important;
  max-width: none !important;
}
.srv-item-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Sora, Manrope, Inter, sans-serif !important;
  font-size: clamp( 15.2px, 1.57vw, 18.8px ) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.015em;
  cursor: pointer;
}
.srv-text {
  margin: 0 !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  color: #FFF;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 400;
  line-height: 1.5;
  transition: max-height .45s cubic-bezier( .22, .61, .36, 1 ),
              opacity .35s ease .08s,
              margin .45s cubic-bezier( .22, .61, .36, 1 );
}
.srv-text p { margin: 0; }
.srv-item.is-open .srv-text {
  opacity: 1;
  margin-top: 6px !important;
}
.srv-go { margin: 0 !important; }
.srv-go .elementor-button {
  display: block;
  width: 64px;
  height: 64px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 100px;
  background: transparent url("/wp-content/uploads/2026/07/SVG-4.png") center / 11px 11px no-repeat;
  font-size: 0;
  opacity: 1;
  transition: opacity .25s ease, background-color .25s ease;
}
.srv-item.is-open .srv-go .elementor-button { background-color: rgba( 255, 255, 255, .10 ); }
.srv-go .elementor-button:hover,
.srv-go .elementor-button:focus { opacity: .82; }
.srv-img {
  position: relative;
  margin: 0 !important;
  line-height: 0;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  overflow: hidden;
  transition: opacity .42s cubic-bezier( .22, .61, .36, 1 ),
              visibility 0s linear .42s,
              transform .42s cubic-bezier( .22, .61, .36, 1 );
}
.srv-img img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  border-radius: 20px;
}
.srv-img::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgba( 0, 0, 0, .20 );
  pointer-events: none;
}

@media (min-width: 901px) {
  .srv-root { --srv-img-w: min( 360px, 30vw ); }
  .srv-img {
    position: absolute !important;
    left: auto !important;
    right: 82px !important;          /* bouton (64px) + gouttière (18px) */
    top: 50% !important;
    z-index: 3;
    width: var( --srv-img-w ) !important;
    max-width: none !important;
    max-height: none !important;
    transform: translateY( calc( -50% + 10px ) ) scale( .98 );
    pointer-events: none;
  }
  /* Réserve la colonne occupée par l'image : le texte ne passe jamais dessous */
  .srv-item .srv-item-title,
  .srv-item .srv-text {
    padding-right: calc( var( --srv-img-w ) + 24px ) !important;
  }
  .srv-item.is-open .srv-img {
    opacity: 1;
    visibility: visible;
    transform: translateY( -50% ) scale( 1 );
    transition: opacity .42s cubic-bezier( .22, .61, .36, 1 ),
                visibility 0s,
                transform .42s cubic-bezier( .22, .61, .36, 1 );
  }
}

@media (max-width: 900px) {
  .srv-root.srv-root { padding: 44px 18px 52px; gap: 26px; }
  .srv-img {
    position: relative !important;
    width: 100% !important;
    max-width: 360px !important;
    max-height: 0;
    transform: none;
    transition: max-height .45s cubic-bezier( .22, .61, .36, 1 ),
                opacity .35s ease .08s,
                margin .45s cubic-bezier( .22, .61, .36, 1 );
  }
  .srv-item.is-open .srv-img {
    opacity: 1;
    visibility: visible;
    margin-top: 12px !important;
    transition: max-height .45s cubic-bezier( .22, .61, .36, 1 ),
                opacity .35s ease .08s,
                visibility 0s,
                margin .45s cubic-bezier( .22, .61, .36, 1 );
  }
  .srv-item.srv-item { column-gap: 12px; padding: 14px 0; }
  .srv-ico img { height: 48px !important; }
  .srv-go .elementor-button { width: 44px; height: 44px; padding: 8px; background-size: 9px 9px; }
}
@media ( prefers-reduced-motion: reduce ) {
  .srv-text,
  .srv-img { transition: none; }
}

/* --- Section « Des principes guidant votre croissance » ------------------ */

.prin-root {
  --prin-muted: #676767;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  box-sizing: border-box;
  width: 100%;
  padding: clamp( 44px, 8vw, 120px ) clamp( 16px, 3%, 36px );
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.prin-left,
.prin-img,
.prin-root > .elementor-widget-image {
  flex: 0 0 calc( ( 100% - 40px ) / 2 );
  max-width: calc( ( 100% - 40px ) / 2 );
  min-width: 0;
}
.prin-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}
.prin-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 22.4px, 2.7vw, 32.4px ) !important;
  font-weight: 600 !important;
  line-height: 1.172 !important;
  text-transform: none;
}
.prin-sub {
  margin: 0 !important;
  color: var(--prin-muted);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp( 13.7px, 1.26vw, 15.2px );
  font-weight: 400;
  line-height: 1.588;
}
.prin-sub p { margin: 0; }
.prin-subtitle {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  color: #000 !important;
  font-family: Manrope, Inter, sans-serif !important;
  font-size: clamp( 15.9px, 1.47vw, 17.7px ) !important;
  font-weight: 600 !important;
  line-height: 1.435 !important;     /* 33 / 23 */
  text-transform: none;
}
.prin-list {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
  width: 100%;
}
.prin-left > .e-con {
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.prin-line {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin: 0 !important;
  box-sizing: border-box;
  width: 100%;
  padding: 24px 29px;
  border-radius: 10px;
  background: #EDF7F7;
  color: #000;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: clamp( 13.7px, 1.26vw, 15.2px );
  font-weight: 400;
  line-height: 1.588;
}
.prin-line p { margin: 0; }
.prin-line::before {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 27px;
  background: url("/wp-content/uploads/2026/08/Vector-3.png") center / contain no-repeat;
}
.prin-left > .e-con ~ .e-con .prin-line::before {background-image: url("/wp-content/uploads/2026/08/Vector-4.png");}
.prin-img,
.prin-root > .elementor-widget-image { margin: 0 !important; line-height: 0; }
.prin-img img,
.prin-root > .elementor-widget-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  aspect-ratio: 780 / 806;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 900px) {
  .prin-root {
    flex-direction: column;
    padding: clamp( 44px, 9vw, 70px ) clamp( 18px, 5%, 40px );
    gap: 30px;
  }
  .prin-left,
  .prin-img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .prin-img img { aspect-ratio: 4 / 3; }
  .prin-list { gap: 14px; }
  .prin-line { padding: 18px 20px; }
}


/* --- Section « Pourquoi choisir My IBS ? » ------------------------------- */

.ben-root.ben-root {
  --ben-line: rgba( 255, 255, 255, .10 );
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  box-sizing: border-box;
  padding: clamp( 44px, 5vw, 60px ) clamp( 16px, 3%, 36px ) clamp( 40px, 4.6vw, 55px );
  border-radius: 24px;
  background: #04141A url("/wp-content/uploads/2026/07/ff84c75699217f5e962b5e30635faaf5d71bcbed.png") center / cover no-repeat;
  width: auto !important;
  margin-left: 15px !important;
  margin-right: 15px !important;
}
.ben-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 !important;
  color: #FFF;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
}
.ben-eyebrow::before {
  content: "";
  flex: 0 0 auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #FFF;
}
.ben-eyebrow p { margin: 0; }
.ben-title {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: "Instrument Sans", Sora, Inter, sans-serif !important;
  font-size: clamp( 22.4px, 2.7vw, 32.4px ) !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.0044em;
  text-align: center;
}
.ben-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin: clamp( 22px, 2.8vw, 34px ) auto 0 !important;
}
.ben-cards > .elementor-widget-button {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin-top: clamp( 26px, 3.4vw, 41px ) !important;
}
.ben-card.ben-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 0 1 300px;
  min-height: 200px;
  justify-content: center;
  padding: 30px 28px 34px;
  border-radius: 44px;
  border: 1px solid var(--ben-line);
  background: rgba( 89, 89, 89, .20 );
  text-align: center;
}
.ben-cards > .e-con:nth-child( 3 ) {background: rgba( 1, 142, 155, .10 );}
.ben-card-lead {
  position: relative;
  z-index: 2;
  flex: 0 1 340px;
  margin: clamp( 14px, 1.9vw, 23px ) clamp( -26px, -1.7vw, -14px ) 0;
  min-height: 232px;
  padding: 36px 32px 40px;
  border-color: rgba( 255, 255, 255, .16 );
  background: rgba( 72, 72, 72, .20 );
  -webkit-backdrop-filter: blur( 26px );
          backdrop-filter: blur( 26px );
  box-shadow: 0 18px 44px rgba( 0, 0, 0, .32 );
}
.ben-num {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Sora, Manrope, Inter, sans-serif !important;
  font-size: clamp( 37.7px, 4.12vw, 49.7px ) !important;
  font-weight: 600 !important;
  line-height: 0.65625 !important;
  letter-spacing: -0.02em;
  --ben-serree: 0.65625em;
  --ben-degrade: linear-gradient( 257deg, #000 36.28%, rgba( 0, 0, 0, .20 ) 63.72% );
  --ben-ligne: 1.1em;
}
.ben-cards > .e-con:nth-child( 2 ) .ben-num {--ben-degrade: linear-gradient( 202deg, #000 14.47%, rgba( 0, 0, 0, .33 ) 85.53% );}
.ben-cards > .e-con:nth-child( 3 ) .ben-num {--ben-degrade: linear-gradient( 104deg, #000 36.03%, rgba( 0, 0, 0, .32 ) 63.97% );}

/* --- Chiffres en machine à sous ------------------------------------------ */

.ben-rouleaux {
  display: flex;
  align-items: flex-start;
  width: fit-content;
  margin-inline: auto;
  line-height: var(--ben-ligne);
  margin-block: calc( ( var(--ben-serree) - var(--ben-ligne) ) / 2 );
  -webkit-mask-image: var(--ben-degrade);
          mask-image: var(--ben-degrade);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
.ben-fixe,
.ben-roue { display: block; height: var(--ben-ligne); }
.ben-roue {
  position: relative;
  overflow: hidden;
}
.ben-mesure {
  display: block;
  height: var(--ben-ligne);
  visibility: hidden;
}
.ben-piste {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  text-align: center;
}
.ben-chiffre { display: block; height: var(--ben-ligne); }
.ben-lecture {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect( 0 0 0 0 );
  clip-path: inset( 50% );
  white-space: nowrap;
  border: 0;
}


@media (prefers-reduced-motion: reduce) {.ben-piste { transition: none !important; }}
@media print {
  .ben-rouleaux { display: none; }
  .ben-lecture {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
    clip-path: none;
  }
}

.ben-label {
  margin: 0 !important;
  padding: 0 !important;
  color: #FFF !important;
  font-family: Sora, Manrope, Inter, sans-serif !important;
  font-size: clamp( 15.5px, 1.48vw, 18px ) !important;
  font-weight: 600 !important;
  line-height: 2.1 !important;
}
.ben-text {
  margin: 4px 0 0 !important;
  color: #FFF;
  font-family: Inter, "DM Sans", sans-serif;
  font-size: clamp( 13.3px, 1.26vw, 15.2px );
  font-weight: 400;
  line-height: 1.375;
}
.ben-text p { margin: 0; }
.ben-root .sl-btn-devis {
  margin: clamp( 26px, 3.4vw, 41px ) auto 0 !important;
  width: auto !important;
}

@media (max-width: 900px) {
  .ben-root.ben-root { padding: 40px 18px 44px; }
  .ben-cards {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }
  .ben-card.ben-card,
  .ben-card-lead.ben-card-lead {
    flex: 0 0 auto;
    margin: 0 !important;
    padding: 26px 22px 30px;
  }
}

/* --- Section « L'innovation au service de votre succès » ------------------ */

.inn-root,
.e-con:has(> .e-con > .inn-img) {
  --inn-navy: #001E36;
  --inn-gray: #676767;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: clamp( 28px, 4vw, 48px ) !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: 1510px !important;
  margin: 0 auto !important;
  padding: clamp( 56px, 6.6vw, 100px ) clamp( 20px, 10.26vw, 155px ) !important;
}
.inn-root p,
.inn-root h1, .inn-root h2, .inn-root h3,
.inn-root h4, .inn-root h5, .inn-root h6 { margin: 0 !important; }
.inn-media,
.e-con:has(> .inn-img) {
  flex: 1 1 52% !important;
  max-width: 767px !important;
  min-width: 0;
  padding: 0 !important;
}
.inn-img { width: 100% !important; line-height: 0; }
.inn-root > .inn-img {
  flex: 1 1 52% !important;
  max-width: 767px !important;
  min-width: 0;
}
.inn-img img {
  display: block;
  width: 100%;
  aspect-ratio: 767 / 733;
  max-height: 640px;
  object-fit: cover;
  border-radius: 24px;
}
.inn-content,
.e-con:has(> .inn-img) + .e-con {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0 !important;
  flex: 1 1 44% !important;
  min-width: 0;
  padding: 0 !important;
}
.inn-title,
.inn-title *,
.inn-content > .e-heading-base,
.e-con:has(> .inn-img) + .e-con > .e-heading-base {
  color: var(--inn-navy) !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 23.8px, 2.41vw, 35.3px ) !important;
  font-weight: 600 !important;
  line-height: 1.06 !important;
  letter-spacing: -0.02em !important;
}
.inn-root .inn-title,
.inn-content > .e-heading-base,
.e-con:has(> .inn-img) + .e-con > .e-heading-base {
  margin: 0 0 18px !important;
  padding: 0 !important;
}
.inn-text,
.inn-text * {
  color: var(--inn-gray) !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 15.9px !important;
  font-weight: 400 !important;
  line-height: 25.3px !important;
}
.inn-root .inn-text {
  margin: 0 !important;
  max-width: 480px;
}
.inn-root .inn-text p + p { margin-top: 14px !important; }
.inn-root .sl-btn-devis,
.e-con:has(> .inn-img) + .e-con > .sl-btn-devis {
  width: auto !important;
  margin: 30px 0 0 !important;
}
.inn-root .sl-btn-devis .elementor-button,
.e-con:has(> .inn-img) + .e-con > .sl-btn-devis .elementor-button {
  width: 257px !important;
  max-width: 100%;
  background:
    linear-gradient( 90deg,
      rgba( 12, 149, 155, 0.61 ) 0%,
      rgba( 0, 32, 56, 0.61 ) 100% ),
    #FFF !important;
}


@media (max-width: 1024px) {
  .inn-img img { max-height: 520px; }
  .inn-root .inn-title,
  .inn-content > .e-heading-base,
  .e-con:has(> .inn-img) + .e-con > .e-heading-base { margin-bottom: 14px !important; }
}
@media (max-width: 900px) {
  .inn-root,
  .e-con:has(> .e-con > .inn-img) {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 28px !important;
    padding: clamp( 48px, 8vw, 64px ) clamp( 18px, 5vw, 32px ) !important;
  }
  .inn-media,
  .inn-root > .inn-img,
  .e-con:has(> .inn-img) {
    flex: 0 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .inn-img img {
    aspect-ratio: 4 / 3;
    max-height: 420px;
    border-radius: 20px;
  }
  .inn-content,
  .e-con:has(> .inn-img) + .e-con { flex: 0 0 auto !important; }
  .inn-root .inn-text { max-width: none; }
}
@media (max-width: 600px) {
  .inn-img img { aspect-ratio: 3 / 2; max-height: 300px; }
  .inn-text,
  .inn-text * { font-size: 15.2px !important; line-height: 24.7px !important; }
  .inn-root .sl-btn-devis { margin-top: 24px !important; }
}

/* ========================================================================
   Animations d'apparition / disparition — moteur global
   ========================================================================
*/

html.sl-rv-on .sl-rv {
  opacity: 0;
  translate: 0 18px;
  transition: opacity 0.28s ease-out, translate 0.28s ease-out;
}
html.sl-rv-on .sl-rv.sl-rv-in {
  opacity: 1;
  translate: none;
  transition:
    opacity 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) var(--sl-rv-d, 0ms),
    translate 0.55s cubic-bezier(0.22, 0.61, 0.36, 1) var(--sl-rv-d, 0ms);
}


@media (max-width: 767px) {
  html.sl-rv-on .sl-rv { translate: 0 12px; }
  html.sl-rv-on .sl-rv.sl-rv-in {
    transition-duration: 0.42s;
    transition-delay: calc( var(--sl-rv-d, 0ms) * 0.6 );
  }
}
@media (prefers-reduced-motion: reduce) {
  html.sl-rv-on .sl-rv,
  html.sl-rv-on .sl-rv.sl-rv-in {
    opacity: 1 !important;
    translate: none !important;
    transition: none !important;
  }
}
@media print {
  html.sl-rv-on .sl-rv {
    opacity: 1 !important;
    translate: none !important;
    transition: none !important;
  }
}

/* ========================================================================
   PAGE DEVIS — formulaire multi-étapes
   ========================================================================
*/

.dv-page {
  --dv-teal:  #0C959B;
  --dv-teal2: #12A6AC;
  --dv-navy:  #001E36;
  --dv-gris:  #676767;
  --dv-bord:  #DCE5E8;
  --dv-rouge: #D8484D;
  background-color: #01121B;
  background-image: url("/wp-content/uploads/2026/07/background-header-image.png");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


@media (max-width: 767px) {.dv-page { background-attachment: scroll; }}


.dv-main {padding: clamp( 104px, 11vw, 148px ) 0 clamp( 60px, 7vw, 96px );}
.dv-page [hidden] { display: none !important; }
.dv-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect( 0 0 0 0 );
  clip-path: inset( 50% );
  white-space: nowrap;
  border: 0;
}
.dv-piege {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.dv-shell {
  display: grid;
  grid-template-columns: 244px minmax( 0, 1fr );
  gap: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 clamp( 18px, 4vw, 48px );
}
.dv-cote {
  position: sticky;
  top: clamp( 96px, 10vw, 132px );
  align-self: start;
  padding-right: clamp( 20px, 3.4vw, 50px );
}
html.sl-rv-on .dv-form .sl-rv,
html.sl-rv-on .dv-form .sl-rv.sl-rv-in,
html.sl-rv-on .dv-form.sl-rv {
  opacity: 1 !important;
  translate: none !important;
  transition: none !important;
}
.dv-jalons {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dv-jalons::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 14px;
  bottom: 46px;
  width: 1px;
  background: rgba( 12, 149, 155, .55 );
}
.dv-jalon {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 0 0 30px;
}
.dv-jalon:last-child { padding-bottom: 0; }
.dv-jalon-btn,
.dv-jalon-btn:hover,
.dv-jalon-btn:focus {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}
.dv-jalon-btn[disabled] { cursor: default; }
.dv-jalon-btn:hover:not([disabled]) .dv-jalon-titre,
.dv-jalon-btn:focus-visible:not([disabled]) .dv-jalon-titre { color: #fff; }
.dv-jalon-btn:hover:not([disabled]) .dv-jalon-pastille,
.dv-jalon-btn:focus-visible:not([disabled]) .dv-jalon-pastille {
  box-shadow: 0 0 0 5px rgba( 12, 149, 155, .28 );
}
.dv-jalon-pastille {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 0;
  background: #fff;
  color: #0F172A;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}
.dv-jalon.is-actif .dv-jalon-pastille,
.dv-jalon[aria-current="step"] .dv-jalon-pastille,
.dv-jalon.is-fait  .dv-jalon-pastille {
  border-color: transparent;
  background: linear-gradient( 135deg, var(--dv-teal2) 0%, var(--dv-teal) 100% );
  color: #fff;
}
.dv-jalon.is-actif .dv-jalon-pastille,
.dv-jalon[aria-current="step"] .dv-jalon-pastille {
  box-shadow: 0 0 0 4px rgba( 12, 149, 155, .22 );
}
.dv-jalon.is-fait .dv-jalon-pastille { color: transparent; }
.dv-jalon.is-fait .dv-jalon-pastille::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-1px) rotate(45deg);
}
.dv-jalon:not(.is-actif):not(.is-fait):not([aria-current="step"]) .dv-jalon-pastille {box-shadow: 0 0 0 4px rgba( 255, 255, 255, .07 );}
.dv-jalon-txt {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
  padding-top: 2px;
}
.dv-jalon-sur {
  color: rgba( 255, 255, 255, .42 );
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .8px;
  text-transform: uppercase;
}
.dv-jalon-titre {
  color: rgba( 255, 255, 255, .55 );
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 600;
  line-height: 1.25;
  transition: color .25s ease;
}
.dv-jalon.is-actif .dv-jalon-titre,
.dv-jalon[aria-current="step"] .dv-jalon-titre,
.dv-jalon.is-fait  .dv-jalon-titre { color: #fff; }
.dv-jalon.is-actif .dv-jalon-sur,
.dv-jalon[aria-current="step"] .dv-jalon-sur { color: var(--dv-teal2); }
.dv-jalon-sous {
  color: rgba( 255, 255, 255, .38 );
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}
.dv-jalon.is-actif .dv-jalon-sous,
.dv-jalon[aria-current="step"] .dv-jalon-sous { color: rgba( 255, 255, 255, .72 ); }
.dv-form {
  min-width: 0;
  padding-left: clamp( 20px, 3.2vw, 46px );
  border-left: 1px solid rgba( 255, 255, 255, .10 );
}
.dv-entete {margin-bottom: clamp( 20px, 2.4vw, 30px );}
.dv-barre {
  overflow: hidden;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: rgba( 255, 255, 255, .85 );
}
.dv-barre-jauge {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--dv-teal);
  transition: width .35s cubic-bezier( .22, .61, .36, 1 );
}
.dv-titre {
  margin: 0 0 8px !important;
  padding: 0 !important;
  color: #fff !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 21px, 2.4vw, 30px ) !important;
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.01em;
}
.dv-titre .dv-tiret { opacity: .9; font-weight: 400; }
.dv-intro {
  margin: 0 !important;
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.dv-domaine + .dv-domaine:not( [hidden] ) { margin-top: 34px; }
.dv-domaine-titre {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 16px;
  padding: 13px 22px;
  border-radius: 18px;
  background: #E4F3F6;
  color: #04283A;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.dv-domaine-titre::before {
  content: "";
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--dv-teal);
}
.dv-compteur {
  margin: 6px 0 0;
  color: #94A3B8;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: right;
}
.dv-compteur.is-plein { color: var(--dv-teal); }
.dv-blocs {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.dv-blocs--2col {
  display: grid;
  grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
  gap: var(--dv-gouttiere);
  --dv-gouttiere: 18px;
}
.dv-blocs--2col > .dv-bloc--seul,
.dv-blocs--2col > .dv-bloc:last-child:nth-child( odd ),
.dv-besoins > .dv-besoin:last-child:nth-child( odd ) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc( ( 100% - var(--dv-gouttiere) ) / 2 );
}
.dv-cartes > .dv-carte:last-child:nth-child( 3n + 1 ) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc( ( 100% - 2 * var(--dv-gouttiere) ) / 3 );
}
.dv-bloc {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-width: 0;
  gap: 24px;
  margin: 0;
  padding: clamp( 20px, 2.6vw, 32px );
  border: 1px solid #E2E8F0;
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 10px 28px rgba( 0, 0, 0, .03 );
}
.dv-bloc-titre {
  flex: 0 0 auto;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #0F172A;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: clamp( 16px, 1.45vw, 22px );
  font-weight: 600;
  line-height: 1.25;
}
.dv-bloc-num { color: var(--dv-navy); }

.dv-bloc-corps {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex: 1 1 auto;
  align-content: stretch;
}
.dv-champ { min-width: 0; }
.dv-champ--cartes {
  display: flex;
  flex-direction: column;
}
.dv-champ--cartes .dv-cartes { flex: 1 1 auto; }
.dv-l-plein  { flex: 1 1 100%; }
.dv-l-moitie { flex: 1 1 calc( 50% - 10px );      min-width: 190px; }
.dv-l-tiers  { flex: 1 1 calc( 33.333% - 14px ); min-width: 150px; }
.dv-label {
  display: block;
  margin: 0 0 8px;
  color: #475569;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.dv-obl { display: none; }
.dv-aide {
  margin: 7px 0 0 !important;
  color: #8A9599;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
.dv-page .dv-saisie,
.dv-page .dv-liste {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  background: #fff;
  color: #0F172A;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 1.35;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.dv-page .dv-saisie::placeholder { color: #475569; opacity: 1; }
.dv-saisie:hover,
.dv-liste:hover,
.dv-saisie:focus,
.dv-liste:focus {
  outline: none;
  border-color: var(--dv-teal);
  box-shadow: 0 0 0 3px rgba( 12, 149, 155, .15 );
}
.dv-page .dv-textarea {
  flex: 1 1 auto;
  height: auto;
  min-height: 96px;
  padding: 12px 14px;
  resize: none;
}
.dv-champ--textarea {
  display: flex;
  flex-direction: column;
}
.dv-liste-boite { position: relative; }
.dv-liste-boite[data-dv-sel]::after { content: none; }
.dv-sel { position: relative; }
.dv-sel-btn,
.dv-sel-btn:hover,
.dv-sel-btn:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 24px;
  border: 1px solid var(--dv-teal);
  border-radius: 30px;
  background: #F8FAFC;
  color: var(--dv-teal);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}
.dv-sel-btn:hover,
.dv-sel-btn:focus-visible { background: #EAF6F7; }
.dv-sel-libelle {
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dv-sel-fleche {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2026/07/chevron-down.png") center / contain no-repeat;
  transition: transform .2s ease;
}
.dv-sel.is-ouverte .dv-sel-fleche { transform: rotate(180deg); }
.dv-sel-liste {
  position: absolute;
  left: 0;
  right: 0;
  top: calc( 100% + 6px );
  z-index: 20;
  max-height: 264px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 6px;
  border: 1px solid rgba( 12, 149, 155, .35 );
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 44px rgba( 0, 22, 34, .18 );
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.dv-sel.is-ouverte .dv-sel-liste {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dv-sel-opt {
  padding: 11px 18px;
  border-radius: 999px;
  color: var(--dv-teal);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: background .15s ease, color .15s ease;
}
.dv-sel-opt + .dv-sel-opt { margin-top: 2px; }
.dv-sel-opt:hover,
.dv-sel-opt:focus { background: #EAF6F7; outline: none; }
.dv-sel-opt[aria-selected="true"] {
  background: var(--dv-teal);
  color: #fff;
}
.dv-page .dv-liste {
  -webkit-appearance: none;
  appearance: none;
  padding: 15px 52px 15px 24px;
  border: 1px solid var(--dv-teal);
  border-radius: 30px;
  background: #F8FAFC;
  color: var(--dv-teal);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.dv-liste option {
  background: #fff;
  color: #0F172A;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-weight: 500;
}
.dv-liste option:checked { color: var(--dv-teal); }
.dv-liste-boite::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background: url("/wp-content/uploads/2026/07/chevron-down.png") center / contain no-repeat;
  pointer-events: none;
}
.dv-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.dv-champ--etale .dv-pills { flex-wrap: nowrap; }
.dv-champ--etale .dv-pill { flex: 1 0 0; min-width: 0; }
.dv-champ--ligne .dv-pills { flex-wrap: nowrap; }
.dv-champ--ligne .dv-pill {
  flex: 1 1 auto;
  min-width: 0;
  padding-left: 14px;
  padding-right: 14px;
  white-space: nowrap;
}
.dv-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 24px;
  border: 1px solid var(--dv-teal);
  border-radius: 30px;
  background: #F8FAFC;
  color: var(--dv-teal);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.dv-pill:hover,
.dv-pill:has( input:focus-visible ) { background: #EAF6F7; }
.dv-pill:has( input:checked ) {
  border-color: var(--dv-teal);
  background: var(--dv-teal);
  color: #fff;
}
.dv-pills--multi { flex-wrap: wrap; }
.dv-pill--multi {
  flex: 0 1 auto;
  gap: 9px;
  justify-content: flex-start;
  padding: 11px 18px;
  text-align: left;
}
.dv-pill-coche {
  flex: 0 0 auto;
  position: relative;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 1.5px solid currentColor;
  border-radius: 5px;
  transition: background .2s ease, border-color .2s ease;
}
.dv-pill--multi:has( input:checked ) .dv-pill-coche {
  border-color: #fff;
  background: #fff;
}
.dv-pill--multi:has( input:checked ) .dv-pill-coche::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid var(--dv-teal);
  border-width: 0 2px 2px 0;
  transform: rotate( 45deg );
}
.dv-cartes {
  display: grid;
  grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
  gap: var(--dv-gouttiere);
  --dv-gouttiere: 12px;
}
.dv-carte {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  box-sizing: border-box;
  flex: 1 0 0;
  align-self: stretch;
  padding: 12px 24px;
  border: 1px solid var(--dv-teal);
  border-radius: 30px;
  background: #F8FAFC;
  color: var(--dv-teal);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.dv-carte:hover,
.dv-carte:has( input:focus-visible ) { background: #EAF6F7; }
.dv-carte-ico {
  position: relative;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: inherit;
}
.dv-carte-ico svg,
.dv-carte-ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.dv-carte-ico:has( svg )::after,
.dv-carte-ico:has( img )::after { content: none; }
.dv-carte-ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 13px;
  height: 17px;
  transform: translate(-50%, -50%);
  border: 1.5px solid var(--dv-teal);
  border-radius: 2px;
}
.dv-carte-ico:has( img )::after { content: none; }
.dv-carte-ico img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
.dv-carte:has( input:checked ) {
  border-color: var(--dv-teal);
  background: var(--dv-teal);
  color: #fff;
}
.dv-carte:has( input:checked ) .dv-carte-ico { color: #fff; }
.dv-carte:has( input:checked ) .dv-carte-ico::after { border-color: #fff; }
.dv-carte:has( input:checked ) .dv-carte-ico img { filter: brightness( 0 ) invert( 1 ); }
.dv-depot {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 8px 8px 14px;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  background: #fff;
  text-align: left;
}
.dv-exemples {
  margin: 0 0 14px !important;
  color: #64748B;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  line-height: 1.6;
}
.dv-depot--large {
  display: block;
  padding: 22px;
  border: 1px solid rgba( 12, 149, 155, .45 );
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
.dv-depot-zone {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.dv-depot-rond {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--dv-teal);
}
.dv-depot-rond::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/wp-content/uploads/2026/07/upload.png") center / 18px auto no-repeat;
  filter: brightness( 0 ) invert( 1 );
}
.dv-depot-titre {
  color: var(--dv-teal);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}
.dv-depot-aide {
  color: #64748B;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  line-height: 1.4;
}
.dv-depot--large:hover,
.dv-depot--large:has( input:focus-visible ) {
  border-color: var(--dv-teal);
  background: #F7FDFD;
}
.dv-depot-vide {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  color: #94A3B8;
  font-family: Inter, sans-serif;
  font-size: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dv-depot:has( .dv-depot-saisie ) {
  padding: 0;
  border: 0;
  background: none;
}
.dv-page .dv-depot-saisie {
  flex: 1 0 0;
  min-width: 0;
  height: 44px;
  padding: 12px 16px;
  border: 1px solid #E2E8F0;
  border-radius: 10px;
  background: #fff;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.dv-page .dv-depot-saisie::placeholder {
  color: #99A1AB;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}
.dv-depot-btn { flex: 0 0 auto; white-space: nowrap; }
.dv-depot-liste { order: 9; }
.dv-note {
  margin: 12px 0 0 !important;
  color: #64748B;
  font-family: Inter, sans-serif;
  font-size: 12.5px;
  line-height: 1.45;
}
.dv-aide--avant {margin: 0 0 8px !important;}
.dv-depot-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border: 1.5px solid var(--dv-teal);
  border-radius: 10px;
  background: #F0FDFD;
  color: var(--dv-teal);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}
.dv-depot-btn:hover,
.dv-depot:has( input:focus-visible ) .dv-depot-btn { background: var(--dv-teal); color: #fff; }
.dv-depot-btn:hover .dv-depot-ico,
.dv-depot:has( input:focus-visible ) .dv-depot-ico {
  filter: brightness( 0 ) invert( 1 );
}
.dv-depot-ico {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  background: url("/wp-content/uploads/2026/07/upload.png") center / contain no-repeat;
}
.dv-depot-liste {
  flex: 1 1 100%;
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.dv-depot-liste:empty { display: none; }
.dv-depot-liste li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  background: #EDF4F5;
  color: var(--dv-navy);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12.5px;
}
.dv-depot-retire {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba( 0, 30, 54, .10 );
  color: var(--dv-navy);
  font-size: 13px;
  line-height: 1;
  cursor: pointer;
}
.dv-depot-retire:hover,
.dv-depot-retire:focus { background: rgba( 216, 72, 77, .18 ); color: var(--dv-rouge); }
.dv-besoins-compte {
  margin: 0 0 16px;
  color: rgba( 255, 255, 255, .78 );
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.dv-besoins-compte.is-choisi { color: #fff; font-weight: 600; }
.dv-besoins {
  display: grid;
  grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
  gap: var(--dv-gouttiere);
  --dv-gouttiere: clamp( 16px, 2vw, 24px );
}
.dv-besoin {
  display: block;
  height: 100%;
  cursor: pointer;
}
.dv-besoin-in {
  display: flex;
  flex-direction: column;
  gap: 11px;
  box-sizing: border-box;
  height: 100%;
  padding: 18px;
  border: 1px solid transparent;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba( 0, 12, 20, .22 );
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.dv-besoin:hover .dv-besoin-in,
.dv-besoin:has( input:focus-visible ) .dv-besoin-in {
  transform: translateY(-2px);
  border-color: rgba( 12, 149, 155, .55 );
}
.dv-besoin-haut {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.dv-besoin-coche {
  flex: 0 0 auto;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid rgba( 12, 149, 155, .55 );
  border-radius: 6px;
  background: #fff;
  transition: background .2s ease, border-color .2s ease;
}
.dv-besoin:hover .dv-besoin-coche { border-color: var(--dv-teal); }
.dv-besoin:has( input:checked ) .dv-besoin-coche {
  border-color: var(--dv-teal);
  background: var(--dv-teal);
}
.dv-besoin:has( input:checked ) .dv-besoin-coche::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate( 45deg );
}
.dv-besoin-titre {
  flex: 1 1 auto;
  min-width: 0;
  color: var(--dv-navy);
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 16.6px;
  font-weight: 600;
  line-height: 1.25;
}
.dv-besoin-ico {
  flex: 0 0 auto;
  line-height: 0;
}
.dv-besoin-ico img {
  display: block;
  box-sizing: border-box;
  width: 52px;
  height: 52px;
  max-width: none;
  padding: 6px;
  object-fit: contain;
}
.dv-besoin-texte {
  color: var(--dv-gris);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 19px;
}
.dv-besoin-img {
  position: relative;
  display: block;
  margin-top: auto;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient( 140deg, #0B2A38 0%, #061A24 100% );
  aspect-ratio: 678 / 378;
}
.dv-besoin-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dv-besoin-in { --dv-choisi: #E4F3F6; }
.dv-besoin:has( input:checked ) .dv-besoin-in {
  border-color: var(--dv-teal);
  background: var(--dv-choisi);
  box-shadow: 0 12px 34px rgba( 0, 12, 20, .22 ), 0 0 0 3px rgba( 12, 149, 155, .22 );
}
.dv-besoin:has( input:checked ) .dv-besoin-go { background: var(--dv-choisi); }
.dv-besoin-go {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px 0 0 12px;
  background: #fff;
  border-top-left-radius: 18px;
}
.dv-besoin-go::before {
  content: "";
  display: block;
  width: clamp( 52px, 5.6vw, 72px );
  height: clamp( 38px, 4.2vw, 52px );
  border-radius: 12px;
  background: var(--dv-teal) url("/wp-content/uploads/2026/07/SVG-12.png")
    center / clamp( 11px, 1.2vw, 14px ) auto no-repeat;
  transition: background-color .2s ease;
}
.dv-besoin:has( input:checked ) .dv-besoin-go::before { background-color: #0A7F85; }


/* --- Bandeau de consentement -------------------------------------------- */

.dv-bandeau {
  margin-top: 18px;
  padding: 14px 20px;
  border: 1px solid rgba( 12, 149, 155, .45 );
  border-radius: 14px;
  background: rgba( 12, 149, 155, .13 );
}
.dv-case {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.dv-case-boite {
  position: relative;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  border: 1.5px solid rgba( 255, 255, 255, .45 );
  border-radius: 6px;
  transition: background .2s ease, border-color .2s ease;
}
.dv-case-boite::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 4px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: opacity .2s ease;
}
.dv-case:has( input:checked ) .dv-case-boite {
  border-color: transparent;
  background: linear-gradient( 135deg, var(--dv-teal2) 0%, var(--dv-teal) 100% );
}
.dv-case:has( input:checked ) .dv-case-boite::after { opacity: 1; }
.dv-case:hover .dv-case-boite,
.dv-case:has( input:focus-visible ) .dv-case-boite { border-color: rgba( 255, 255, 255, .85 ); }
.dv-case-txt {
  color: rgba( 255, 255, 255, .82 );
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12.5px;
  line-height: 19px;
}
.dv-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: clamp( 22px, 2.6vw, 32px );
}
.dv-nav--seule { justify-content: flex-end; }
.dv-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  border: 0;
  border-radius: 30px;
  font-family: "Instrument Sans", Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: filter .2s ease, background .2s ease, opacity .2s ease;
}
.dv-btn--fantome {
  padding: 14px 32px;
  border: 0;
  background: #E2E8F0;
  color: #475569;
}
.dv-btn--fantome:hover:not([disabled]),
.dv-btn--fantome:focus:not([disabled]) {
  background: #EEF2F7;
  color: #475569;
}
.dv-btn--fantome[disabled],
.dv-btn--fantome[disabled]:hover,
.dv-btn--fantome[disabled]:focus {
  background: #E2E8F0;
  color: #475569;
  opacity: .40;
  cursor: default;
}
.dv-btn--plein {
  padding: 14px 40px;
  background: var(--dv-teal);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 6px 20px rgba( 12, 149, 155, .13 );
}
.dv-btn--plein:hover:not([disabled]),
.dv-btn--plein:focus:not([disabled]) {
  background: var(--dv-teal);
  color: #fff;
  filter: brightness( 1.1 );
}
.dv-btn--plein[disabled],
.dv-btn--plein[disabled]:hover {
  background: var(--dv-teal);
  color: #fff;
  opacity: .42;
  filter: none;
  box-shadow: none;
  cursor: not-allowed;
}
.dv-fleche-g,
.dv-fleche-d {
  flex: 0 0 auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}
.dv-fleche-g { transform: rotate(-135deg); }
.dv-fleche-d { transform: rotate(45deg); }
.dv-flottant {
  position: fixed;
  right: clamp( 16px, 3.4vw, 44px );
  bottom: clamp( 18px, 3vw, 36px );
  z-index: 900;
  padding: 15px 30px;
  box-shadow: 0 12px 34px rgba( 1, 18, 27, .55 ),
              0 4px 14px rgba( 12, 149, 155, .35 );
  opacity: 0;
  visibility: hidden;
  translate: 0 14px;
  pointer-events: none;
  transition: opacity .28s ease, translate .28s ease, filter .2s ease,
              visibility 0s linear .28s;
}
.dv-flottant.is-visible {
  opacity: 1;
  visibility: visible;
  translate: none;
  pointer-events: auto;
  transition: opacity .32s cubic-bezier(0.22, 0.61, 0.36, 1),
              translate .32s cubic-bezier(0.22, 0.61, 0.36, 1),
              filter .2s ease,
              visibility 0s;
}
.dv-flottant:hover:not([disabled]),
.dv-flottant:focus:not([disabled]) {
  box-shadow: 0 14px 40px rgba( 1, 18, 27, .6 ),
              0 5px 18px rgba( 12, 149, 155, .45 );
}
body:has( .dv-form.is-envoi ) .dv-flottant { display: none; }


@media (max-width: 767px) {
  .dv-flottant.dv-btn {
    right: 12px;
    left: 12px;
    bottom: 12px;
    width: auto;
    padding: 15px 20px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dv-flottant { transition: none; }
  .dv-flottant.is-visible { transition: none; }
}
@media print {.dv-flottant { display: none !important; }}


.dv-form.is-envoi { pointer-events: none; }
.dv-form.is-envoi .dv-btn--plein { opacity: .6; }
.dv-erreur {
  margin: 7px 0 0 !important;
  color: var(--dv-rouge);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.dv-erreur:empty { display: none; }
.dv-besoins + .dv-erreur,
.dv-erreur--globale {
  color: #FF9A9E;
  font-size: 13px;
}
.dv-erreur--globale { margin-top: 16px !important; text-align: center; }
.dv-erreur--globale.is-statut { color: var(--dv-teal2); }
.dv-champ.is-invalide .dv-saisie,
.dv-champ.is-invalide .dv-liste {
  border-color: var(--dv-rouge);
  box-shadow: 0 0 0 3px rgba( 216, 72, 77, .12 );
}
.dv-champ.is-invalide .dv-pill,
.dv-champ.is-invalide .dv-carte { border-color: rgba( 216, 72, 77, .55 ); }
.dv-merci {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: clamp( 40px, 6vw, 72px ) 20px;
  text-align: center;
}
.dv-merci-ico {
  position: relative;
  width: 62px;
  height: 62px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: linear-gradient( 135deg, var(--dv-teal2) 0%, var(--dv-teal) 100% );
  box-shadow: 0 10px 30px rgba( 12, 149, 155, .35 );
}
.dv-merci-ico::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 46%;
  width: 12px;
  height: 22px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.dv-merci-titre {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: clamp( 19px, 2.2vw, 26px ) !important;
  font-weight: 700 !important;
}
.dv-merci-txt {
  margin: 0 !important;
  max-width: 480px;
  color: rgba( 255, 255, 255, .62 );
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22px;
}
.dv-panne {
  max-width: 600px;
  margin: 120px auto;
  color: #fff;
  text-align: center;
}


@media (max-width: 1100px) {
  .dv-shell {
    grid-template-columns: minmax( 0, 1fr );
    gap: 26px;
  }
  .dv-cote { position: static; }
  .dv-jalons {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }
  .dv-jalons::-webkit-scrollbar { display: none; }
  .dv-jalons::before { display: none; }
  .dv-jalon {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid rgba( 255, 255, 255, .12 );
    border-radius: 999px;
    background: rgba( 255, 255, 255, .04 );
  }
  .dv-jalon-btn,
  .dv-jalon-btn:hover,
  .dv-jalon-btn:focus { align-items: center; gap: 10px; }
  .dv-jalon-sur,
  .dv-jalon-sous { display: none; }
  .dv-jalon-txt { padding-top: 0; }
  .dv-form {
    padding-left: 0;
    border-left: 0;
  }
}


/* ------------------------------------------------------------------------
   Jalons du devis en mobile — barre compacte au lieu du ruban horizontal.

   Le palier 1100px ci-dessus met la liste en `display: flex` + `overflow-x:
   auto`. Quatre pilules « pastille + titre » reclament ~750px : sous 800px la
   bande se met a defiler vers la droite, et les etapes 3 et 4 sortent du champ.
   On ne voit plus ou l'on va, et un indicateur de progression qui demande de
   faire defiler pour etre lu ne remplit plus son role.

   Ici on inverse le principe : la rangee des 4 pastilles tient TOUJOURS dans
   la largeur (`flex: 1 1 0` sur chaque jalon, aucun texte dans la rangee), et
   le libelle de la seule etape ACTIVE se pose sous la rangee, en clair. On
   garde donc les deux informations utiles — ou j'en suis, et ce que je suis en
   train de remplir — sans un pixel de defilement.

   Les pastilles restent cliquables pour les etapes deja faites : le retour en
   arriere ne passe pas par le texte.
   ------------------------------------------------------------------------ */
@media (max-width: 767px) {
  .dv-jalons {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0;
    /* annule le ruban defilant du palier 1100 */
    overflow: visible;
    /* le bas accueille le libelle de l'etape active, pose en absolu */
    padding: 14px 16px 56px;
    border: 1px solid rgba( 255, 255, 255, .12 );
    border-radius: 18px;
    background: rgba( 255, 255, 255, .04 );
  }

  /* Le trait de liaison redevient horizontal et passe au centre des pastilles
     (14px de padding haut + 14px de demi-pastille = 28px). */
  .dv-jalons::before {
    display: block;
    left: 30px;
    right: 30px;
    top: 28px;
    bottom: auto;
    width: auto;
    height: 1px;
  }

  /* Chaque jalon prend une part egale de la largeur : 4 etapes ou 6, la rangee
     tient. `position: static` est indispensable — sans lui, le libelle absolu
     ci-dessous se calerait sur le jalon et non sur la rangee. */
  .dv-jalon {
    position: static;
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
  }
  .dv-jalon-btn,
  .dv-jalon-btn:hover,
  .dv-jalon-btn:focus {
    width: auto;
    justify-content: center;
    gap: 0;
  }

  /* Aucun texte dans la rangee : c'est ce qui la faisait deborder. */
  .dv-jalon-txt { display: none; }

  /* ...sauf celui de l'etape active, qui descend sous la rangee. */
  .dv-jalon.is-actif .dv-jalon-txt,
  .dv-jalon[aria-current="step"] .dv-jalon-txt {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1px;
    padding-top: 0;
    text-align: center;
  }
  .dv-jalon.is-actif .dv-jalon-sur,
  .dv-jalon[aria-current="step"] .dv-jalon-sur { display: block; }
  .dv-jalon.is-actif .dv-jalon-titre,
  .dv-jalon[aria-current="step"] .dv-jalon-titre { font-size: 15px; }
  /* Le sous-titre reste masque : il ferait une 3e ligne pour une information
     que le formulaire juste en dessous donne deja. */
  .dv-jalon.is-actif .dv-jalon-sous,
  .dv-jalon[aria-current="step"] .dv-jalon-sous { display: none; }

  /* La pastille active est un peu plus grosse : elle sert de reperage. */
  .dv-jalon.is-actif .dv-jalon-pastille,
  .dv-jalon[aria-current="step"] .dv-jalon-pastille {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 17px;
    line-height: 30px;
  }

  /* Une etape a venir n'est pas cliquable : on le montre. */
  .dv-jalon-btn[disabled] .dv-jalon-pastille { opacity: .55; }
}

@media (max-width: 767px) {
  .dv-main { padding-top: clamp( 92px, 22vw, 116px ); }
  .dv-blocs--2col,
  .dv-besoins { grid-template-columns: minmax( 0, 1fr ); }
  .dv-blocs--2col > .dv-bloc--seul,
  .dv-blocs--2col > .dv-bloc:last-child:nth-child( odd ),
  .dv-besoins > .dv-besoin:last-child:nth-child( odd ) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
  .dv-bloc { padding: 16px; border-radius: 14px; }
  .dv-bloc-titre { font-size: 18px; }
  .dv-pills { flex-wrap: wrap; }
  .dv-pill { flex: 1 1 100%; }
  .dv-depot { flex-wrap: wrap; }
  .dv-depot-saisie { flex: 1 1 100%; }
  .dv-l-moitie,
  .dv-l-tiers { flex: 1 1 100%; min-width: 0; }
  .dv-champ--etale .dv-pills { flex-wrap: wrap; }
  .dv-champ--etale .dv-pill { flex: 1 1 100%; }
  .dv-nav { gap: 10px; }
  .dv-btn { flex: 1 1 0; font-size: 13px; }
  .dv-btn--fantome { padding: 14px 16px; }
  .dv-btn--plein   { padding: 14px 18px; }
}
body.dv-page .ft-root {background: transparent !important;}

/* ========================================================================
   COLONNE DE CONTENU COMMUNE — pages de service
   ========================================================================
*/

:root {
  --sl-colonne: 1200px;
  --sl-gouttiere: clamp( 16px, 4vw, 48px );
}
.trust-root,
.prin-root,
.inn-root,
.e-con:has( > .e-con > .inn-img ) {
  max-width: none !important;
  padding-inline: max(
      var(--sl-gouttiere),
      calc( ( 100% - var(--sl-colonne) ) / 2 )
    ) !important;
}
.trust-top,
.trust-grid { padding-inline: 0; }
.srv-root.srv-root,
.ben-root.ben-root {
  padding-inline: max(
      18px,
      calc( max( var(--sl-gouttiere), ( 100% - var(--sl-colonne) ) / 2 ) - 15px )
    );
}

/* Padding vertical de .prin-root -------------------------------------------

   Elementor v4 pose `.elementor .e-flexbox-base { padding: 10px }`, en (0,2,0).
   La regle de base `.prin-root` n'a qu'une classe, (0,1,0) : elle perd, et le
   bloc retombe a 10px en haut comme en bas au lieu des 120px prevus.

   On repasse donc a (0,2,0) en doublant la classe, mais dans une regle a part
   qui ne porte QUE `padding-block`. Doubler la regle de base aurait remonte du
   meme coup `max-width`, `margin` et `flex-direction`, qui sont volontairement
   repris plus haut par le bloc de gouttiere : le bloc se serait retreci de
   1585px a 1200px. `padding-block` laisse le padding lateral intact.

   Valeurs identiques a celles des regles d'origine : rien n'est invente ici. */
.prin-root.prin-root { padding-block: clamp( 44px, 8vw, 120px ); }
@media (max-width: 900px) {
  .prin-root.prin-root { padding-block: clamp( 44px, 9vw, 70px ); }
}

/* --- Hero : 20px de cadre à retrancher ------------------------------------ */

.hero-root {
  padding-inline: max(
      24px,
      calc( max( var(--sl-gouttiere), ( 100% - var(--sl-colonne) ) / 2 ) - 20px )
    ) !important;
}

/* ========================================================================
   ÉCRAN DE CHARGEMENT — site entier
   ========================================================================
*/


@keyframes sl-loader-vague {
  0%        { transform: translateX( 0 ); }
  55%, 100% { transform: translateX( 350px ); }
}
@keyframes sl-loader-secours {
  0%, 92% { opacity: 1; visibility: visible; }
  100%    { opacity: 0; visibility: hidden; }
}
html::before,
html::after {
  content: "";
  position: fixed;
  z-index: 2147483000;
  pointer-events: none;
}
html::before {
  inset: 0;
  background:
    url("/wp-content/uploads/2026/07/Icon.png") center / 130px 28px no-repeat,
    #FFF;
  background-blend-mode: difference;
  animation: sl-loader-secours 8s linear forwards;
}
html::after {
  top: 50%;
  left: 50%;
  width: 220px;
  height: 120px;
  margin: -60px 0 0 -285px;

  background: linear-gradient( 100deg,
      rgba( 255, 255, 255, 0 )    0%,
      rgba( 255, 255, 255, .92 ) 50%,
      rgba( 255, 255, 255, 0 )  100% );
  animation: sl-loader-vague 1.9s linear infinite,
             sl-loader-secours 8s linear forwards;
}
html.sl-pret::before,
html.sl-pret::after {
  opacity: 0;
  visibility: hidden;
  animation: none;
  transition: opacity .45s ease, visibility 0s linear .45s;
}


@media (prefers-reduced-motion: reduce) {html::after { animation: sl-loader-secours 8s linear forwards; }}
@media print {
  html::before,
  html::after { display: none !important; }
}


/* ========================================================================
   CORRECTIFS — 14/08/2026
   ======================================================================== */

/* --- Héro : repli CSS de .hero-root --------------------------------------
   .hero-root est posée par initHero(). Elle manque à deux moments : dans
   l'éditeur, qui re-génère le conteneur APRÈS le passage du JS (un collage de
   bloc suffit) et ne la repose jamais ; et sur le front avant DOMContentLoaded.
   Comme .hero-title est saisie dans l'éditeur, elle survit et reste blanche :
   fond blanc + titre blanc = héro « vide ». Le sélecteur ci-dessous reconnaît
   le héro à sa forme, sans JS.
   Les héros en widgets atomiques (Contact, repéré par son fil d'ariane) n'ont
   pas de .hero-title dans le HTML : ils gardent le chemin JS, inchangé. */
body:not(.home) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) {
  position: relative;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0 !important;
  box-sizing: border-box;
  width: calc(100% - 40px);
  min-height: 560px;
  margin: 20px auto !important;
  padding: 140px 24px 40px !important;
  border-radius: 20px;
  background-color: #061119;
  background-image: url("/wp-content/uploads/2026/07/3b00ac24a3fe88d7571f90311548e7bb4dd1c671-scaled.jpg") !important;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
body:not(.home) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title)::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(90deg,
    rgba(2, 14, 22, .88) 0%,
    rgba(2, 14, 22, .60) 38%,
    rgba(2, 14, 22, .15) 70%,
    rgba(2, 14, 22, .05) 100%);
  pointer-events: none;
}
body:not(.home) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  body:not(.home) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) {
    padding: 130px 60px 40px !important;
  }
}
@media (max-width: 1024px) {
  body:not(.home) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) {
    min-height: 480px;
    padding: 120px 40px 40px !important;
  }
}

/* --- Robot flottant : 68px, réduits par paliers ---
   Le dernier palier s'arrête à 46px : en dessous, la pastille passe sous la
   taille d'une cible tactile confortable et devient pénible à viser au pouce. */
@media (max-width: 767px) {
  .sl-bot { width: 52px; height: 52px; right: 16px; bottom: 24px; padding: 9px; }
}
@media (max-width: 414px) {
  .sl-bot { width: 46px; height: 46px; right: 12px; bottom: 18px; padding: 7px; }
}

/* --- Icônes « Nos solutions » : 32px quelle que soit la largeur --- */
@media (max-width: 767px) {
  .sol-item-ico img, .sol-o-icon img { width: 24px; height: 24px; }
  .sol-item-ico i, .sol-item-ico svg,
  .sol-o-icon i, .sol-o-icon svg { font-size: 22px; width: 22px; height: 22px; }
}
@media (max-width: 414px) {
  .sol-item-ico img, .sol-o-icon img { width: 22px; height: 22px; }
  .sol-item-ico i, .sol-item-ico svg,
  .sol-o-icon i, .sol-o-icon svg { font-size: 20px; width: 20px; height: 20px; }
}

/* --- « Ce qui fait notre différence » : le line-height desktop (47.8px)
       restait appliqué à un titre descendu à 25px, d'où l'interligne béant.
       Et les cartes empilées gardaient les 20px de gouttière du desktop. --- */
@media (max-width: 1024px) {
  .diff-title, .diff-title * { line-height: 1.12; letter-spacing: -0.5px; }
}
@media (max-width: 767px) {
  .diff-title, .diff-title * { line-height: 1.15; letter-spacing: -0.3px; }
  .e-con:has(> .e-con > .diff-card-icon) { gap: 12px !important; }
}

/* --- Actualités : titres et vignettes (aucune règle mobile n'existait) --- */
@media (max-width: 767px) {
  .news-featured-title { font-size: 21.6px; line-height: 1.15; }
  .news-item-title { font-size: 14.4px; line-height: 1.25; }
  .news-item-thumb { flex: 0 0 76px; width: 76px; height: 88px; }
}
@media (max-width: 414px) {
  .news-featured-title { font-size: 19.4px; }
  .news-featured { min-height: 260px; }
  .news-item-thumb { flex: 0 0 66px; width: 66px; height: 76px; }
}

/* ========================================================================
   NAV MOBILE  (≤1024px)
   Le balisage du burger existe déjà dans le modèle d'en-tête Elementor
   (.elementor-menu-toggle + nav.elementor-nav-menu--dropdown, widget réglé sur
   « dropdown-tablet »). Il n'était jamais visible : le bloc ≤1034px masquait
   toute la barre, et le bloc ≥768px forçait le menu horizontal. Les deux bornes
   sont corrigées plus haut ; il ne restait qu'à habiller le panneau.
   ======================================================================== */
@media (max-width: 1024px) {
  .center-nav .elementor-nav-menu--main { display: none !important; }

  /* Bouton burger — 44px, le minimum confortable au doigt. */
  .center-nav .elementor-menu-toggle {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 44px;
    height: 44px;
    padding: 0 !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.14) !important;
    border: 1px solid rgba(255, 255, 255, 0.22);
  }
  .center-nav .elementor-menu-toggle svg {
    width: 22px;
    height: 22px;
    fill: #fff !important;
  }

  /* Panneau déroulant : pleine largeur de la barre, fond plein pour rester
     lisible par-dessus n'importe quel héro. */
  /* Le panneau est en `position: absolute` : son cadre de référence est le
     PREMIER ancêtre positionné. On veut #nav (position: relative), pas
     .center-nav — qui ne fait plus que la largeur du burger, soit 44px, et
     donnait un panneau en colonne illisible. On neutralise donc tout contexte
     intermédiaire, et on pose un plancher de largeur au cas où un autre
     ancêtre se positionnerait un jour. */
  .center-nav { position: static !important; }
  .center-nav > nav.elementor-nav-menu--dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: calc(100% + 12px) !important;
    width: auto !important;
    min-width: min(320px, calc(100vw - 40px)) !important;
    z-index: 9997 !important;
    margin-top: 0 !important;
    padding: 8px !important;
    border-radius: 20px !important;
    background: rgba(0, 20, 36, 0.96) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  }
  /* La liste doit redevenir VERTICALE. `.center-nav .elementor-nav-menu` (plus
     haut dans le fichier) pose `display: flex` + `flex-wrap: nowrap` +
     `gap: 36px` pour le menu horizontal du desktop, mais n'est pas scopée à
     `--main` : elle s'appliquait donc aussi au panneau, qui affichait ses
     entrées en rangée avec une barre de défilement horizontale. Même chose pour
     le `white-space: nowrap` posé sur les <li>. */
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-nav-menu {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 2px !important;
    width: 100% !important;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-nav-menu li,
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-nav-menu > li {
    width: 100% !important;
    white-space: normal !important;
  }
  /* SURTOUT PAS de `display` ici. C'est Elementor qui ferme les sous-menus
     (`.elementor-nav-menu ul { display: none }`) et SmartMenus qui les ouvre en
     posant un style inline au clic sur la flèche. Un `display: block !important`
     battait les deux : le sous-menu restait ouvert en permanence et la flèche
     ne servait plus à rien. On ne touche qu'à la géométrie. */
  .center-nav > nav.elementor-nav-menu--dropdown .sub-menu {
    width: auto !important;
    min-width: 0 !important;
  }
  /* La flèche est le bouton d'ouverture : on lui donne une vraie surface
     tactile, prise sur le padding de la ligne. */
  .center-nav > nav.elementor-nav-menu--dropdown .sub-arrow {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 44px;
    height: 44px;
    margin: 0 -14px 0 8px !important;
    border-radius: 10px;
    cursor: pointer;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .sub-arrow:hover {
    background: rgba(255, 255, 255, 0.10);
  }
  /* Le chevron pivote quand le sous-menu est ouvert. La règle desktop coupe
     toute transition sur .sub-arrow (anti-scintillement du survol) : il faut
     donc la rétablir explicitement ici. */
  .center-nav > nav.elementor-nav-menu--dropdown .sub-arrow svg {
    transition: transform .25s ease !important;
  }
  .center-nav > nav.elementor-nav-menu--dropdown [aria-expanded="true"] .sub-arrow svg {
    transform: rotate(180deg);
  }
  /* Le soulignement teal de l'entrée active est un repère du menu horizontal :
     dans le panneau, l'état actif est déjà marqué par le fond de la ligne. */
  #nav > .center-nav > nav.elementor-nav-menu--dropdown .elementor-item-active::before {
    display: none !important;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-item,
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-sub-item {
    display: flex !important;
    align-items: center !important;
    min-height: 48px;
    padding: 0 16px !important;
    border-radius: 12px;
    color: #fff !important;
    font-size: 16px;
    line-height: 1.3;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-item:hover,
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-item-active {
    background: rgba(255, 255, 255, 0.10) !important;
  }
  /* Le chevron d'un item à sous-menu part à droite de la ligne. */
  .center-nav > nav.elementor-nav-menu--dropdown .elementor-item.has-submenu {
    justify-content: space-between !important;
  }

  /* Sous-menu : dans le flux (accordéon), surtout pas en calque — la règle
     desktop le pose en `position: absolute !important`. */
  .center-nav > nav.elementor-nav-menu--dropdown .sub-menu {
    position: static !important;
    margin: 2px 0 6px !important;
    padding: 4px !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .sub-menu .elementor-sub-item {
    min-height: 44px;
    padding-left: 28px !important;
    font-size: 15px;
  }
  .center-nav > nav.elementor-nav-menu--dropdown .sub-menu::before { display: none !important; }

  /* Menu ouvert : la barre prend un fond plein, et le panneau ne dépasse
     jamais l'écran (menu long sur petit mobile en paysage). */
  #nav:has(.elementor-menu-toggle.elementor-active)::before {
    background: rgba(0, 20, 36, 0.92);
    border-radius: 24px;
  }
  .elementor-menu-toggle.elementor-active + nav.elementor-nav-menu--dropdown {
    max-height: calc(100vh - 130px) !important;
    overflow-y: auto !important;
  }

  /* --- Anti-superposition ------------------------------------------------
     #nav est en `flex-wrap: nowrap` et TOUS ses enfants sont non
     rétrécissables (`flex: 0 0 auto` sur #right-nav et ses boutons,
     `flex-shrink: 0` sur le logo). Dès que logo + burger + boutons dépassent
     la largeur, rien ne peut céder : les éléments sortent de la barre et se
     chevauchent. On rend la ligne compressible et on place le burger en bout,
     à la place attendue sur mobile. */
  #nav {
    gap: 10px !important;
    padding: 8px 10px !important;
    justify-content: flex-start !important;
  }
  #nav > .nav-logo {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    margin-right: auto !important;
  }
  #nav > .nav-logo img {
    max-width: 108px;
    height: auto !important;
  }
  #right-nav {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    gap: 8px !important;
  }
  #right-nav .elementor-widget-button {
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }
  /* Le burger, lui, ne cède jamais : c'est le seul accès au menu. */
  .center-nav {
    flex: 0 0 auto !important;
    order: 99 !important;
  }
}

/* Dernier palier : sous 480px il n'y a plus la place pour deux appels à
   l'action. On garde le devis (converti) et le burger ; « Nous contacter »
   reste accessible dans le pied de page et depuis la page devis. */
@media (max-width: 480px) {
  #nav > .nav-logo img { max-width: 92px; }
}

/* ------------------------------------------------------------------------
   Zone droite — AUCUN libellé n'est rogné tant que les boutons sont DANS la
   barre. Le principe a change le 26/08/2026 : on ne comprime plus, on bascule.

   Mesure (Chrome, Inter chargee, libelles actuels, paddings de ce fichier) :
   la barre complete — logo 108 + burger 44 + compte 44 + devis + contact,
   gaps et paddings inclus — reclame 620,4px de viewport. Le seuil de bascule
   valait 620 : il manquait 0,4px. Juste au-dessus du seuil les boutons
   restaient donc dans la barre SANS la place de s'y afficher, et « Nous
   contacter » partait en points de suspension. D'ou le bug constate.

   Reponse : au-dessus du seuil de bascule, plus rien ne cede — ni le `<a>`,
   ni le texte. En dessous, solead.js a deja déménagé les deux boutons dans le
   burger, ou ils reprennent leur libelle entier.
   ------------------------------------------------------------------------ */
@media (max-width: 1024px) {
  /* `min-width: 0` reste utile (il empeche un widget de forcer la barre), mais
     `flex-shrink` repasse a 0 : la place est la, personne n'a besoin de ceder. */
  #right-nav .elementor-button {
    min-width: 0 !important;
    max-width: 100% !important;
    flex-shrink: 0 !important;
  }
  #right-nav .elementor-button-content-wrapper { min-width: 0 !important; }
  /* Les DEUX libelles sont desormais intouchables. */
  .sl-btn-contact .elementor-button-text {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
  .sl-btn-devis .elementor-button-text {
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: nowrap !important;
  }
  /* Barre plus basse et boutons calibrés sur la cible tactile de 44px. */
  .sl-btn-account .elementor-button { width: 44px !important; height: 44px !important; }
  .sl-btn-account .elementor-button svg { width: 24px !important; height: 24px !important; }
  .sl-btn-devis .elementor-button,
  .sl-btn-contact .elementor-button { height: 44px !important; }
  /* La pastille flèche est la SEULE piece non elidable du bouton devis : le
     libelle est en `nowrap` (voir plus haut), donc des que `flex-shrink: 1`
     ci-dessus laisse le `<a>` ceder, toute la compression retombe sur elle et
     le cercle s'aplatit en ovale. `flex: 0 0 30px` + `min-width` la sortent
     definitivement du calcul de compression : le bouton peut retrecir, elle
     non. Meme traitement pour le fallback `::after` (bouton sans widget icone),
     qui restait sinon a 38px sur ce palier. */
  .sl-btn-devis .elementor-button-icon,
  .sl-btn-devis .elementor-button-content-wrapper:not(:has(.elementor-button-icon))::after {
    flex: 0 0 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
  }
  /* Le chevron interieur ne cede pas non plus. */
  .sl-btn-devis .elementor-button-icon::after { flex: 0 0 auto !important; }
  /* Le wrapper doit pouvoir se comprimer sans ecraser ses enfants : on lui
     interdit de repercuter la compression sur la pastille. */
  .sl-btn-devis .elementor-button-content-wrapper { flex-wrap: nowrap !important; }
}

/* Palier 1 — ANNULÉ le 17/08/2026.
   Le bouton compte était masqué sous 820px parce qu'il pointait vers « # » : un
   lien mort, donc le premier sacrifié quand la barre saturait. Il mène
   désormais à `/connexion`, seule porte de l'espace client — le masquer le rend
   introuvable sur mobile, précisément là où on en a le plus besoin.

   La place se trouve ailleurs, et elle existe déjà : « Nous contacter » s'élide
   (voir le bloc « Zone droite » plus haut), et sous 620px les deux appels à
   l'action quittent la barre pour le panneau du burger. Le bouton compte ne
   pèse que 44px, c'est le plus petit des trois.

   `flex: 0 0 auto` le protège en prime de l'écrasement : une icône comprimée à
   30px cesserait d'être une cible tactile correcte. */
@media (max-width: 820px) {
  .sl-btn-account {
    display: block !important;
    flex: 0 0 auto !important;
  }
}

/* Palier 2 — quand la barre ne peut plus porter les deux appels a l'action
   avec leur libelle entier, solead.js les DEPLACE dans le panneau du burger et
   leur pose `.sl-cta-burger`. Ils y reprennent toute la largeur.

   PLUS DE MEDIA QUERY ICI — c'etait la cause du bug. Le seuil vivait en double
   (`var SEUIL` dans solead.js + un `max-width` ici) et les deux pouvaient se
   contredire. Ces regles se declenchent maintenant sur la seule PRESENCE de
   `.sl-cta-burger`, classe que seul le JS pose, au moment exact ou il deplace.
   Le CSS suit donc le JS quel que soit son seuil : il n'y a plus qu'un seul
   nombre a maintenir, dans solead.js.

   Le selecteur exige que le bouton soit dans le panneau du burger, donc ces
   regles ne peuvent pas fuir sur la barre. */
/* Le CONTENEUR prend toute la largeur — c'est lui qui centre. Le bouton, lui,
   garde sa largeur naturelle : dans un panneau étroit, un bouton pleine
   largeur ferait pavé et casserait la forme en pilule du reste du site. */
.center-nav > nav.elementor-nav-menu--dropdown .sl-cta-burger {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 6px 0 0 !important;
}
.center-nav > nav.elementor-nav-menu--dropdown .sl-cta-burger .elementor-button {
  display: inline-flex !important;
  width: auto !important;
  max-width: 100% !important;
  height: 48px !important;
  justify-content: center !important;
}
.center-nav > nav.elementor-nav-menu--dropdown .sl-cta-burger .elementor-button-text {
  display: inline !important;
  overflow: visible !important;
  text-overflow: clip !important;
  font-size: 15px !important;
}
/* Le chevron du devis reste, mais collé au texte plutôt qu'en bout de pilule. */
.center-nav > nav.elementor-nav-menu--dropdown .sl-cta-burger .elementor-button-content-wrapper {
  justify-content: center !important;
  gap: 10px !important;
}

/* Filet de securite — si solead.js n'a pas pu s'executer, les boutons restent
   dans la barre sur un ecran ou ils ne tiennent pas : on rend alors l'elision,
   faute de mieux, car un libelle rogne vaut mieux qu'une barre qui deborde.

   619px et non le seuil du JS : ce filet est cale sur la MESURE PHYSIQUE
   (620,4px necessaires pour tout afficher entier), pas sur une valeur qu'il
   faudrait tenir synchronisee. Au-dessus, la place existe — l'elision serait
   un rognage gratuit, exactement le bug qu'on corrige. En dessous, elle est
   le dernier recours.

   Ce bloc ne mord QUE si le JS a echoue : des qu'il a fait son travail les
   boutons ne sont plus enfants de `#right-nav` et le selecteur ne les atteint
   plus, quel que soit le seuil choisi dans solead.js. */
@media (max-width: 619px) {
  #right-nav .elementor-button { flex-shrink: 1 !important; }
  #right-nav .sl-btn-contact .elementor-button-text {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
}


/* ========================================================================
   GARDE-FOUS GLOBAUX
   ======================================================================== */

/* `width: 100vw` compte la barre de défilement, contrairement à `100%` : sur
   desktop ça déborde de ~15px et crée un défilement horizontal sur tout le
   site. `clip` plutôt que `hidden` : il ne crée pas de conteneur de
   défilement, donc il ne casse ni `position: sticky` ni les ancres. */
html { overflow-x: clip; }

/* Mots longs, URL collées, e-mails : jamais de débordement sur petit écran. */
p, li,
h1, h2, h3, h4, h5, h6,
.elementor-heading-title { overflow-wrap: break-word; }

/* `nowrap` utile en desktop, nuisible sous 767px : le texte préfère passer à
   la ligne plutôt que sortir de sa boîte. (Volontairement laissés de côté :
   .hero-reviews / .hero-score, dont la pastille a une hauteur fixe, et les
   champs .dv-* du formulaire de devis.) */
@media (max-width: 767px) {
  .blog-pill,
  .blog-archives a,
  .sol-cta .elementor-button,
  .ben-lecture { white-space: normal !important; }
}

/* Couverture de l'article : 300px de haut jusque sur un écran de 375px. */
@media (max-width: 767px) { .post-cover img { height: 210px !important; } }
@media (max-width: 414px) { .post-cover img { height: 170px !important; } }

/* --- Bento en colonne : voile sur l'image, sinon le texte ne tient plus.
       Le bloc ≤900px repasse les images en `static` ; on les remet en
       `relative` (même flux, même mise en page) pour pouvoir y accrocher le
       voile en ::after. --- */
@media (max-width: 900px) {
  .bento > .e-con-inner > * > .elementor-widget-image { position: relative !important; }
  .bento > .e-con-inner > * > .elementor-widget-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
      rgba(0, 20, 36, .78) 0%,
      rgba(0, 20, 36, .38) 55%,
      rgba(0, 20, 36, .12) 100%);
    pointer-events: none;
  }
}

/* ========================================================================
   ESPACE CLIENT — /connexion, /inscription, /mon-compte
   ------------------------------------------------------------------------
   Les pages du mu-plugin `myibs-espace-client` sont habillées ICI plutôt que
   dans la feuille du module : ce fichier-là part à coup sûr par le flux
   d'envoi habituel, la feuille du module non.

   DEUX BALISAGES SONT COUVERTS, volontairement. Le module a connu deux
   générations de gabarits et les sélecteurs des deux cohabitent dans les
   règles groupées ci-dessous :
     — `.ec-entete` / `.ec-boite` / `.ec-contenu` (1re génération) ;
     — `.ec-hero` / `.ec-carte` (2nde, si les gabarits sont montés un jour).
   C'est quelques sélecteurs de plus, et la certitude que la page est habillée
   quelle que soit la version en ligne.

   Les `!important` ne sont pas de la paresse : le module charge sa propre
   feuille APRÈS celle-ci, et il faut donc passer devant. Ils restent confinés
   à `body.ec-page`, qui n'existe sur aucune autre page du site.

   La grammaire suivie est celle du site, pas celle de /devis (qui est
   l'exception pleine page sombre) : héros sombre arrondi, corps blanc,
   formulaire dans une carte sombre à bandeau turquoise — comme la section
   « Parlons de vos projets ». Les valeurs typo sont recopiées telles quelles
   (44/48.4, 15.9/25.3, 14.4, 13.7/19.2) : elles sont déjà passées par
   l'échelle compressée du site, ne pas les arrondir.
   ======================================================================== */

body.ec-page {
  --ec-teal: #0C959B;
  --ec-navy: #001E36;
  --ec-gris: #676767;
  --ec-ligne: #E6EAED;
  --ec-champ: rgba(255, 255, 255, .17);
  --ec-champ-bd: #C6C7C7;
  --ec-ph: rgba(255, 255, 255, .48);

  background: #FFF !important;
  background-image: none !important;
}

/* Un formulaire ne s'anime pas : si le moteur d'apparition posait un `.sl-rv`
   sur un champ, il resterait invisible et le client ne pourrait pas le
   remplir. */
html.sl-rv-on body.ec-page .ec-main .sl-rv,
html.sl-rv-on body.ec-page .ec-main .sl-rv.sl-rv-in {
  opacity: 1 !important;
  translate: none !important;
  transition: none !important;
}

/* --- Barre de navigation : opaque d'emblée, SEULEMENT sans héros ----------
   Le site laisse l'en-tête transparent tant qu'on n'a pas fait défiler
   (`.nav-scrolled` est posée par le JS au premier défilement). C'est l'effet
   voulu au-dessus d'un héros photo : le menu blanc s'y détache.

   Une page d'espace client SANS héros commence directement sur du blanc — le
   menu y deviendrait illisible dès le premier écran. On lui donne alors tout de
   suite son apparence « défilée ».

   D'où le `:not(:has(.ec-hero))` : dès que le héros est là, ces règles
   s'effacent et l'en-tête retrouve son comportement de base, comme sur toute
   page intérieure du site. Rien à réécrire pour ça — il suffit de ne pas s'en
   mêler.

   Les sélecteurs paraissent lourds (`:not(.home):not(.dv-page)`) : c'est
   nécessaire, pas décoratif. Les règles d'origine comptent quatre à cinq
   classes, il en faut au moins autant pour passer devant — `!important` n'y
   suffirait pas, les règles adverses en portent déjà. */

body.ec-page:not(:has(.ec-hero)) .elementor-location-header {
  padding: 0 40px !important;
  background: rgba(0, 20, 36, .9) !important;
  box-shadow: 0 6px 24px rgba(0, 0, 0, .28);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
/* Le voile clair arrondi derrière le menu n'a plus lieu d'être une fois la
   barre pleine : deux fonds superposés donnent un liseré disgracieux. */
body.ec-page:not(:has(.ec-hero)) .elementor-location-header #nav::before { opacity: 0; }
body.ec-page:not(:has(.ec-hero)) .elementor-location-header .elementor-nav-menu--dropdown,
body.ec-page:not(:has(.ec-hero)) .elementor-location-header .sub-menu {
  background-color: rgba(0, 20, 36, .95) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

@media (min-width: 1025px) {
  body.ec-page:not(:has(.ec-hero)):not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled),
  body.ec-page.admin-bar:not(:has(.ec-hero)):not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled) {
    padding-top: 0 !important;
  }
}
@media (min-width: 1251px) {
  body.ec-page:not(:has(.ec-hero)):not(.home):not(.dv-page) .elementor-location-header:not(.nav-scrolled) #nav {
    max-width: 1320px !important;
  }
}

/* --- Héros ---------------------------------------------------------------
   Même objet que `.hero-root` : carte sombre arrondie, détachée de 20px des
   bords. Hauteur réduite à 420px — à 560 (la valeur des pages vitrines), le
   formulaire passerait sous la ligne de flottaison. */

body.ec-page .ec-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  width: calc(100% - 40px);
  min-height: 420px;
  margin: 20px auto;
  padding: 140px 24px 44px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #061119;
  background-image: url("/wp-content/uploads/2026/07/3b00ac24a3fe88d7571f90311548e7bb4dd1c671-scaled.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ec-page .ec-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
    rgba(2, 14, 22, .88) 0%,
    rgba(2, 14, 22, .60) 38%,
    rgba(2, 14, 22, .15) 70%,
    rgba(2, 14, 22, .05) 100%);
  pointer-events: none;
}
body.ec-page .ec-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
}
body.ec-page .ec-hero-eyebrow {
  margin: 0 !important;
  color: #FFF !important;
  font-family: Geist, Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
}
body.ec-page .ec-hero-titre,
body.ec-page .ec-titre {
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Instrument Sans", Inter, sans-serif !important;
  font-size: 44px !important;
  font-weight: 600 !important;
  line-height: 48.4px !important;
  letter-spacing: -0.88px;
  text-align: left;
}
body.ec-page .ec-hero-titre { color: #FFF !important; }
body.ec-page .ec-hero-texte {
  max-width: 480px;
  margin: 0 !important;
  color: #FFF !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 400;
  line-height: 22.8px;
}

/* Balisage de 1re génération : pas de héros, l'en-tête vit dans le corps
   blanc. Le titre y passe donc en encre sombre. */
body.ec-page .ec-entete { margin-bottom: 40px !important; }
body.ec-page .ec-titre { color: #000 !important; }
body.ec-page .ec-intro {
  margin: 12px 0 0 !important;
  max-width: 560px;
  color: var(--ec-gris) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.3px;
}

/* --- Corps ---------------------------------------------------------------- */

body.ec-page .ec-main {
  padding: 0 !important;
  background: #FFF;
}
body.ec-page .ec-shell {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 15px 100px !important;
}
/* Sans héros (1re génération), l'en-tête doit dégager le menu fixe. */
body.ec-page .ec-main--boite .ec-shell,
body.ec-page .ec-main--large .ec-shell { padding-top: 140px !important; }

body.ec-page .ec-colonnes {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 48px;
  grid-template-columns: none !important;
}

/* --- Carte de formulaire --------------------------------------------------
   Reprise de `.ct-form-card` : dégradé sombre, bandeau turquoise en tête.
   C'est ainsi que ce site présente un formulaire. */

body.ec-page .ec-carte,
body.ec-page .ec-boite,
body.ec-page .ec-contenu {
  box-sizing: border-box;
  width: 100%;
  padding: 0 !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 24px !important;
  background:
    radial-gradient(120% 85% at 12% 0%, rgba(12, 149, 155, .55) 0%, rgba(12, 149, 155, 0) 58%),
    linear-gradient(180deg, #01303F 0%, #001622 62%, #000D14 100%) !important;
}
body.ec-page .ec-colonnes > .ec-carte,
body.ec-page .ec-contenu { flex: 1 1 0; min-width: 0; }

/* Connexion et inscription : c'est la COLONNE ENTIÈRE qui se resserre, titre
   compris, et la carte l'occupe toute.

   La carte faisait 760px dans une colonne de 1200 : elle se calait à gauche et
   laissait un vide blanc de 440px à sa droite, sans rien pour l'équilibrer.
   Caler la carte à gauche n'a de sens qu'avec un héros pleine largeur
   au-dessus ; sans lui, il n'y a qu'un formulaire, et un formulaire seul se
   centre. */
body.ec-page .ec-main--seule .ec-shell,
body.ec-page .ec-main--boite .ec-shell { max-width: 790px; }
body.ec-page .ec-main--seule .ec-carte,
body.ec-page .ec-main--boite .ec-boite,
body.ec-page .ec-boite--large { max-width: none; }

body.ec-page .ec-carte-tete {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  box-sizing: border-box;
  width: 100%;
  min-height: 110.75px;
  padding: 18px 40px;
  background: linear-gradient(90deg, #0C959B 0%, #001E36 50%, #0C959B 100%);
}
body.ec-page .ec-carte-tete-txt {
  margin: 0 !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28.6px;
}
body.ec-page .ec-carte-tete-sous {
  margin: 0 !important;
  color: rgba(255, 255, 255, .78) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22.1px;
}
body.ec-page .ec-carte-corps { padding: 44px 40px 52px; }

/* 1re génération : le premier titre de la carte SERT de bandeau. Les marges
   négatives le font déborder du rembourrage pour occuper toute la largeur —
   c'est le seul moyen d'obtenir la bande sans élément dédié. */
/* Rembourrage haut PAR DÉFAUT : toutes les cartes n'ont pas de bandeau. Celle
   de l'inscription n'a pas de titre en tête — son premier champ collait au bord
   haut de la carte. */
body.ec-page .ec-boite,
body.ec-page .ec-contenu { padding: 44px 0 52px !important; }

/* Quand le bandeau est là, il occupe déjà le haut : le rembourrage disparaît,
   sinon on obtient une bande de vide sombre au-dessus du turquoise.
   Repli si `:has()` n'est pas reconnu : un espace de 44px au-dessus du bandeau.
   Disgracieux, jamais cassé. */
body.ec-page .ec-boite:has( > .ec-boite-titre ),
body.ec-page .ec-contenu:has( > .ec-boite-titre ) { padding-top: 0 !important; }
body.ec-page .ec-boite > *,
body.ec-page .ec-contenu > * { margin-left: 40px; margin-right: 40px; }
/* Les gabarits écrivent le message d'état (« Vous êtes déconnecté »,
   « Votre adresse est confirmée »…) AVANT le titre de la carte. Deux
   conséquences, corrigées ici sans toucher au PHP :

   1. sur une carte à bandeau, la bande se serait affichée SOUS le message,
      donc au milieu de la carte. La carte devient une colonne flex et le
      bandeau remonte par `order` ;
   2. sur une carte sans bandeau (l'espace compte), le message est le premier
      élément et collait au bord haut — le raccourci `margin: 0 40px 26px` ne
      lui laissait rien au-dessus. */

body.ec-page .ec-boite { display: flex; flex-direction: column; }
body.ec-page .ec-boite > .ec-boite-titre:first-of-type { order: -1; }

body.ec-page .ec-contenu:has( > .ec-boite-titre ) > .ec-notice:first-child { margin-top: 34px !important; }

body.ec-page .ec-boite > .ec-boite-titre:first-child,
body.ec-page .ec-contenu > .ec-boite-titre:first-child { margin-top: 0; }
body.ec-page .ec-boite-titre {
  margin: 34px 40px 10px !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28.6px !important;
}
body.ec-page .ec-boite > .ec-boite-titre:first-of-type {
  display: flex;
  align-items: center;
  min-height: 110.75px;
  margin: 0 0 34px !important;
  padding: 18px 40px !important;
  background: linear-gradient(90deg, #0C959B 0%, #001E36 50%, #0C959B 100%);
}

body.ec-page .ec-carte-titre {
  margin: 0 0 10px !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 28.6px !important;
}
/* Marges latérales de 40px comme les autres enfants de la carte. Le raccourci
   `margin` écrasait les marges posées par `.ec-boite > *`, et ce paragraphe
   partait seul se coller au bord gauche. */
body.ec-page .ec-carte-texte,
body.ec-page .ec-boite-texte {
  margin: 0 40px 22px !important;
  color: rgba(255, 255, 255, .72) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.3px;
}
/* Balisage de 2nde génération : c'est `.ec-carte-corps` qui porte le
   rembourrage, le texte n'a donc pas à s'écarter lui-même. */
body.ec-page .ec-carte-corps .ec-carte-texte { margin-left: 0 !important; margin-right: 0 !important; }
body.ec-page .ec-carte-texte strong,
body.ec-page .ec-boite-texte strong { color: #FFF; font-weight: 500; }

/* Sans cette règle, un lien dans un texte de carte retombe sur la couleur de
   lien du thème — rose sur fond marine, illisible et hors charte. */
body.ec-page .ec-carte-texte a,
body.ec-page .ec-boite-texte a,
body.ec-page .ec-vide a {
  color: #FFF !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, .45);
  transition: text-decoration-color .2s ease;
}
body.ec-page .ec-carte-texte a:hover,
body.ec-page .ec-boite-texte a:hover,
body.ec-page .ec-vide a:hover { text-decoration-color: #FFF; }
body.ec-page .ec-sep {
  height: 1px;
  margin: 38px 40px 30px;
  border: 0;
  background: rgba(255, 255, 255, .16);
}

/* --- Champs ---------------------------------------------------------------- */

body.ec-page .ec-piege {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
body.ec-page .ec-grille {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 18px;
}
body.ec-page .ec-champ {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 0 18px !important;
}
body.ec-page .ec-label {
  margin: 0 0 8px !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 400;
  line-height: 25.3px;
}
body.ec-page .ec-etoile { color: #FFF; opacity: .7; }

body.ec-page .ec-saisie {
  box-sizing: border-box !important;
  width: 100% !important;
  min-height: 54px;
  padding: 14px 28px !important;
  border: 1px solid var(--ec-champ-bd) !important;
  border-radius: 14px !important;
  background: var(--ec-champ) !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: normal !important;
  box-shadow: none !important;
  transition: border-color .2s ease, background-color .2s ease;
}
body.ec-page .ec-saisie::placeholder { color: var(--ec-ph) !important; opacity: 1; }
body.ec-page .ec-saisie:focus {
  outline: none !important;
  border-color: rgba(255, 255, 255, .45) !important;
  background: rgba(255, 255, 255, .12) !important;
}

/* Le remplissage automatique de Chrome repeint le fond en blanc, ce qui rendrait
   le texte blanc illisible. Ce fond ne s'annule pas : on le recouvre d'une ombre
   interne, seul moyen accepté. */
body.ec-page .ec-saisie:-webkit-autofill,
body.ec-page .ec-saisie:-webkit-autofill:hover,
body.ec-page .ec-saisie:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0 1000px #0B3A48 inset;
  caret-color: #FFF;
  transition: background-color 5000s ease-in-out 0s;
}

body.ec-page .ec-champ.is-invalide .ec-saisie {
  border-color: #FFB3B5 !important;
  background: rgba(216, 72, 77, .16) !important;
}
body.ec-page .ec-aide,
body.ec-page .ec-erreur {
  margin-top: 7px;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
body.ec-page .ec-aide { color: rgba(255, 255, 255, .55); }
body.ec-page .ec-erreur { color: #FFD9D9; }

/* Bouton « afficher / masquer le mot de passe » : une PASTILLE À ŒIL.

   Le script écrit « Afficher » ou « Masquer » dans le bouton ; on masque ce
   libellé (`font-size: 0`) et on dessine l'icône en `::before`. L'état se lit
   sur `aria-label`, que le script tient à jour — c'est le seul attribut que le
   CSS puisse observer, le texte d'un élément lui étant inaccessible. Avantage :
   aucune modification du JavaScript n'est nécessaire.

   Le libellé reste dans le DOM et `aria-label` le double : un lecteur d'écran
   annonce toujours l'action, une icône seule ne dirait rien. */
body.ec-page .ec-oeil {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .12) !important;
  color: #FFF !important;
  font-size: 0 !important;
  line-height: 0;
  cursor: pointer;
  transition: background .2s ease;
}
/* `color` reste blanc et non transparent : l'icône posée par `solead.js` est un
   SVG en `currentColor`, elle disparaîtrait avec. C'est `font-size: 0` qui
   masque le libellé texte. */
body.ec-page .ec-oeil svg {
  display: block;
  width: 19px;
  height: 19px;
}
/* Repli : si `solead.js` n'a pas pris la main, le bouton du mu-plugin ne
   contient que du texte. On lui dessine l'icône en image de fond, l'état se
   lisant sur `aria-label` — le seul attribut que le CSS sache observer. */
body.ec-page .ec-oeil:not(:has(svg))::before {
  content: "";
  width: 19px;
  height: 19px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 19px 19px;
  /* Œil ouvert : « le mot de passe est masqué, cliquer pour l'afficher ». */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.6-7 10-7 10 7 10 7-3.6 7-10 7-10-7-10-7z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}
/* Œil barré : « le mot de passe est en clair, cliquer pour le masquer ». */
body.ec-page .ec-oeil:not(:has(svg))[aria-label^="Masquer"]::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M17.9 17.9A10 10 0 0 1 12 19c-6.4 0-10-7-10-7a18.4 18.4 0 0 1 5.1-5.9M9.9 4.2A9.1 9.1 0 0 1 12 4c6.4 0 10 7 10 7a18.5 18.5 0 0 1-2.2 3.2M9.9 9.9a3 3 0 0 0 4.2 4.2'/%3E%3Cline x1='2' y1='2' x2='22' y2='22'/%3E%3C/svg%3E");
}
/* La pastille se cale sur le BAS du champ. Encore faut-il que le champ s'arrête
   avec sa saisie : dans une grille, un champ sans ligne d'aide s'étire à la
   hauteur de son voisin qui en a une, et la pastille descend sous le cadre.
   `align-self: start` l'en empêche — c'est la vraie correction, les décalages
   ci-dessous n'étant que la hauteur des lignes de service. */
body.ec-page .ec-grille > .ec-champ { align-self: start; }

/* Une ligne d'aide ou d'erreur mesure 26px (7 de marge + 19 d'interligne). */
body.ec-page .ec-champ--mdp.has-aide .ec-oeil { bottom: 34px; }
/* Les deux à la fois — un mot de passe trop court affiche son aide ET son
   erreur : il faut compter deux lignes. */
body.ec-page .ec-champ--mdp:has(.ec-aide):has(.ec-erreur) .ec-oeil { bottom: 60px; }
body.ec-page .ec-oeil:hover { background: rgba(255, 255, 255, .24) !important; }
/* La saisie s'arrête avant la pastille : un mot de passe long passerait sinon
   dessous, et on ne verrait plus ce qu'on tape. */
body.ec-page .ec-champ--mdp .ec-saisie { padding-right: 56px !important; }

/* La coche reste alignée sur la PREMIÈRE ligne du texte, même quand la mention
   RGPD tient sur trois lignes. */
body.ec-page .ec-case {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(255, 255, 255, .82);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22.1px;
  cursor: pointer;
}
body.ec-page .ec-case input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--ec-teal);
}
body.ec-page .ec-champ--case { display: block; }
body.ec-page .ec-ligne {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin: 2px 0 26px;
}

/* --- Bouton ---------------------------------------------------------------
   Gélule de 55px, dégradé turquoise → marine, pastille blanche fléchée : le
   bouton du site. La flèche est un SVG en ligne et non le PNG de la
   médiathèque, qui pourrait disparaître à un ménage. */

body.ec-page .ec-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  min-width: 207px;
  height: 55px;
  margin-top: 8px;
  padding: 12px 62px 12px 28px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: linear-gradient(90deg, rgba(12, 149, 155, .61) 0%, rgba(0, 32, 56, .61) 100%) !important;
  box-shadow:
    0 0 0 1px rgba(105, 87, 186, .25),
    0 2px 4px 0 rgba(0, 0, 0, .25),
    0 1px 0 0 rgba(255, 255, 255, .35) inset !important;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #FFF !important;
  font-family: Inter, sans-serif !important;
  font-size: 13.7px !important;
  font-weight: 500 !important;
  line-height: 19.2px !important;
  cursor: pointer;
  transition: transform .25s ease, filter .25s ease, opacity .2s ease;
}
body.ec-page .ec-btn::after {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  border-radius: 50%;
  pointer-events: none;
  background: #FFF url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M4 2l4 4-4 4' fill='none' stroke='%230c2e33' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 11px 11px no-repeat;
}
body.ec-page .ec-btn:hover:not([disabled]),
body.ec-page .ec-btn:focus-visible:not([disabled]) {
  transform: translateY(-2px);
  filter: brightness(1.06);
}
body.ec-page .ec-btn[disabled] {
  opacity: .5 !important;
  transform: none;
  filter: none;
  cursor: default;
}

/* --- Liens et bandeaux ----------------------------------------------------- */

body.ec-page .ec-lien-fin,
body.ec-page .ec-lien-bas a {
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, .45);
  transition: text-decoration-color .2s ease;
}
body.ec-page .ec-lien-fin:hover,
body.ec-page .ec-lien-bas a:hover { text-decoration-color: #FFF; }
body.ec-page .ec-lien-bas {
  margin: 26px 40px 0 !important;
  color: rgba(255, 255, 255, .70) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22.1px;
}
body.ec-page .ec-carte-corps .ec-lien-bas { margin-left: 0 !important; margin-right: 0 !important; }

body.ec-page .ec-notice {
  margin: 0 40px 26px !important;
  padding: 14px 22px !important;
  border-radius: 14px !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22.1px;
}
body.ec-page .ec-carte-corps .ec-notice { margin-left: 0 !important; margin-right: 0 !important; }
body.ec-page .ec-notice strong { font-weight: 500; }
body.ec-page .ec-notice--ok {
  background: rgba(47, 163, 107, .16) !important;
  border: 1px solid rgba(47, 163, 107, .45) !important;
  color: #C9F3D6 !important;
}
body.ec-page .ec-notice--ko {
  background: rgba(216, 72, 77, .16) !important;
  border: 1px solid rgba(216, 72, 77, .45) !important;
  color: #FFD9D9 !important;
}
body.ec-page .ec-notice--info {
  background: rgba(12, 149, 155, .18) !important;
  border: 1px solid rgba(12, 149, 155, .5) !important;
  color: #D6F4F5 !important;
}

/* --- Colonne de navigation (page compte) ----------------------------------
   Bloc clair bordé, comme la colonne latérale du blog : le pendant clair de la
   carte sombre. */

body.ec-page .ec-nav {
  flex: 0 0 340px;
  box-sizing: border-box;
  width: 340px;
  padding: 32px 28px;
  border: 1px solid var(--ec-ligne);
  border-radius: 20px;
  background: #FFF;
}
body.ec-page .ec-nav-liste { list-style: none; margin: 0; padding: 0; }
body.ec-page .ec-nav-item + .ec-nav-item { margin-top: 8px; }
body.ec-page .ec-nav-item a {
  display: block;
  padding: 14px 18px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: none;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease;
}
body.ec-page .ec-nav-item a:hover { background: #F4F7F8; }
body.ec-page .ec-nav-item.is-actif a {
  background: rgba(12, 149, 155, .08);
  border-color: rgba(12, 149, 155, .45);
}
body.ec-page .ec-nav-titre {
  display: block;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 500;
  line-height: 24px;
}
body.ec-page .ec-nav-item.is-actif .ec-nav-titre { color: var(--ec-teal); }
body.ec-page .ec-nav-sous {
  display: block;
  margin-top: 2px;
  color: var(--ec-gris);
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
body.ec-page .ec-nav-mail {
  margin: 24px 0 14px !important;
  padding-top: 20px;
  border-top: 1px solid var(--ec-ligne);
  color: var(--ec-gris) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  line-height: 19px;
  word-break: break-all;
}
body.ec-page .ec-deconnexion {
  display: inline-flex;
  align-items: center;
  height: 44px;
  margin-top: 8px;
  padding: 0 24px;
  border: 1px solid #000;
  border-radius: 30px;
  background: #FFF;
  color: #0c2e33 !important;
  font-family: Inter, sans-serif;
  font-size: 13.7px;
  font-weight: 500;
  line-height: 19.2px;
  text-decoration: none;
  white-space: nowrap;
  transition: background .2s ease;
}
body.ec-page .ec-deconnexion:hover { background: #f0f0f0; }

/* --- Demandes -------------------------------------------------------------- */

body.ec-page .ec-vide {
  color: rgba(255, 255, 255, .78) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  line-height: 25.3px;
}
body.ec-page .ec-vide strong { color: #FFF; font-weight: 500; }
/* Même piège que pour les textes de carte : le raccourci `margin: 0` écrasait
   les 40px latéraux hérités de `.ec-boite > *`, et la liste touchait les deux
   bords de la carte. */
body.ec-page .ec-demandes { list-style: none; margin: 0 40px !important; padding: 0; }
body.ec-page .ec-carte-corps .ec-demandes { margin-left: 0 !important; margin-right: 0 !important; }
body.ec-page .ec-demande + .ec-demande { margin-top: 16px; }
body.ec-page .ec-demande {
  padding: 22px 26px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 20px;
  background: rgba(255, 255, 255, .05);
}
body.ec-page .ec-demande-tete {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
body.ec-page .ec-demande-titre {
  margin: 0 !important;
  color: #FFF !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 15.9px;
  font-weight: 500;
  line-height: 25.3px;
}
body.ec-page .ec-demande-date {
  margin: 2px 0 0 !important;
  color: rgba(255, 255, 255, .55) !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 13px;
  line-height: 19px;
}
body.ec-page .ec-pastille {
  flex: 0 0 auto;
  padding: 7px 16px;
  border: 1px solid rgba(12, 149, 155, .55);
  border-radius: 999px;
  background: rgba(12, 149, 155, .20);
  color: #BFEFF1;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  white-space: nowrap;
}
/* Dossier clôturé : on sort du turquoise d'action sans passer au rouge — ce
   n'est pas un échec, c'est une fin. */
body.ec-page .ec-pastille--clos {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: rgba(255, 255, 255, .82);
}
body.ec-page .ec-jauge {
  overflow: hidden;
  height: 3px;
  margin-top: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}
body.ec-page .ec-jauge-barre {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--ec-teal);
  transition: width .35s cubic-bezier(.22, .61, .36, 1);
}
body.ec-page .ec-details { margin-top: 18px; }
body.ec-page .ec-details summary {
  color: #FFF;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  cursor: pointer;
  list-style: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(255, 255, 255, .45);
}
body.ec-page .ec-details summary::-webkit-details-marker { display: none; }
body.ec-page .ec-details summary::before { content: "+ "; }
body.ec-page .ec-details[open] summary::before { content: "− "; }
body.ec-page .ec-recap { margin: 16px 0 0; padding: 0; }

/* --- Ouverture animée du détail ------------------------------------------
   `.ec-details--anim` est posée par `solead.js`. Le repli n'est donc écrit que
   si le script a pris la main : sans lui, `<details>` garde son comportement
   natif et le contenu reste consultable.

   Même durée et même courbe que l'accordéon de la FAQ — un site n'a pas à
   ouvrir ses panneaux à deux vitesses différentes. */

body.ec-page .ec-details--anim .ec-recap {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .32s ease, opacity .25s ease;
}
body.ec-page .ec-details--anim.is-ouvert .ec-recap { opacity: 1; }

/* Le marqueur suit `is-ouvert` et non `[open]` : à la fermeture, `open` ne
   tombe qu'une fois l'animation finie, et le « − » serait resté affiché
   pendant tout le repli. */
body.ec-page .ec-details--anim summary::before { content: "+ "; }
body.ec-page .ec-details--anim.is-ouvert summary::before { content: "− "; }

@media (prefers-reduced-motion: reduce) {
  body.ec-page .ec-details--anim .ec-recap { transition: none; }
}
body.ec-page .ec-recap-ligne {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  gap: 12px;
  padding: 9px 0;
  border-top: 1px solid rgba(255, 255, 255, .09);
}
body.ec-page .ec-recap dt,
body.ec-page .ec-recap dd {
  margin: 0;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  line-height: 22.1px;
}
body.ec-page .ec-recap dt { color: rgba(255, 255, 255, .58); }
body.ec-page .ec-recap dd { color: #FFF; font-weight: 500; }
body.ec-page .ec-recap-titre {
  margin: 18px 0 2px !important;
  color: #7FE1E5 !important;
  font-family: "DM Sans", Inter, sans-serif;
  font-size: 14.4px;
  font-weight: 500;
  line-height: 22.1px;
}

body.ec-page :focus-visible { outline: 2px solid #7FE1E5; outline-offset: 2px; }
body.ec-page .ec-nav :focus-visible { outline-color: var(--ec-teal); }

/* --- Adaptations ----------------------------------------------------------
   Mêmes seuils que la section Contact (1400 / 1100 / 900 / 620) : les ruptures
   tombent au même endroit sur tout le site. */

@media (max-width: 1400px) {
  body.ec-page .ec-hero { min-height: 380px; padding: 130px 24px 40px; }
  body.ec-page .ec-hero-titre,
  body.ec-page .ec-titre { font-size: 41.1px !important; line-height: 47.4px !important; }
  body.ec-page .ec-colonnes { gap: 32px; }
  body.ec-page .ec-nav { flex-basis: 300px; width: 300px; }
  body.ec-page .ec-shell { padding: 80px 15px 90px !important; }
  body.ec-page .ec-main--boite .ec-shell,
  body.ec-page .ec-main--large .ec-shell { padding-top: 130px !important; }
}
@media (max-width: 1100px) {
  body.ec-page .ec-hero-titre,
  body.ec-page .ec-titre { font-size: 35.3px !important; line-height: 41.7px !important; }
  body.ec-page .ec-carte-tete,
  body.ec-page .ec-boite > .ec-boite-titre:first-of-type { min-height: 96px; padding: 16px 28px !important; }
  body.ec-page .ec-carte-tete-txt { font-size: 16.6px; line-height: 24px; }
  body.ec-page .ec-carte-corps { padding: 34px 28px 42px; }
  body.ec-page .ec-boite > *,
  body.ec-page .ec-contenu > * { margin-left: 28px; margin-right: 28px; }
  body.ec-page .ec-boite-titre,
  body.ec-page .ec-notice,
  body.ec-page .ec-lien-bas,
  body.ec-page .ec-boite-texte,
  body.ec-page .ec-carte-texte,
  body.ec-page .ec-demandes,
  body.ec-page .ec-sep { margin-left: 28px !important; margin-right: 28px !important; }
  body.ec-page .ec-carte-corps .ec-carte-texte,
  body.ec-page .ec-carte-corps .ec-demandes { margin-left: 0 !important; margin-right: 0 !important; }
  body.ec-page .ec-label { font-size: 15.2px; line-height: 22.8px; }
}
@media (max-width: 900px) {
  body.ec-page .ec-colonnes { flex-direction: column; align-items: stretch; gap: 24px; }
  body.ec-page .ec-nav { flex: 0 0 auto; width: 100%; }
  body.ec-page .ec-colonnes > .ec-carte,
  body.ec-page .ec-contenu {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
  }
  body.ec-page .ec-nav-liste { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  body.ec-page .ec-nav-item + .ec-nav-item { margin-top: 0; }
}
@media (max-width: 640px) {
  body.ec-page .ec-grille { grid-template-columns: minmax(0, 1fr); }
  body.ec-page .ec-nav-liste { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 620px) {
  body.ec-page .ec-hero {
    width: calc(100% - 24px);
    min-height: 300px;
    margin: 12px auto;
    padding: 120px 18px 32px;
    border-radius: 16px;
  }
  body.ec-page .ec-hero-titre,
  body.ec-page .ec-titre { font-size: 26.7px !important; line-height: 31.7px !important; }
  body.ec-page .ec-hero-texte { font-size: 14.4px; line-height: 22.1px; }
  body.ec-page .ec-shell { padding: 56px 15px 70px !important; }
  body.ec-page .ec-main--boite .ec-shell,
  body.ec-page .ec-main--large .ec-shell { padding-top: 110px !important; }
  body.ec-page .ec-carte,
  body.ec-page .ec-boite,
  body.ec-page .ec-contenu { border-radius: 18px !important; padding: 26px 0 34px !important; }
  body.ec-page .ec-boite:has( > .ec-boite-titre ),
  body.ec-page .ec-contenu:has( > .ec-boite-titre ) { padding-top: 0 !important; }
  body.ec-page .ec-carte-tete,
  body.ec-page .ec-boite > .ec-boite-titre:first-of-type { min-height: 74px; padding: 14px 18px !important; }
  body.ec-page .ec-carte-tete-txt { font-size: 15.2px; line-height: 22.8px; }
  body.ec-page .ec-carte-corps { padding: 26px 18px 34px; }
  body.ec-page .ec-boite > *,
  body.ec-page .ec-contenu > * { margin-left: 18px; margin-right: 18px; }
  body.ec-page .ec-boite-titre,
  body.ec-page .ec-notice,
  body.ec-page .ec-lien-bas,
  body.ec-page .ec-boite-texte,
  body.ec-page .ec-carte-texte,
  body.ec-page .ec-demandes,
  body.ec-page .ec-sep { margin-left: 18px !important; margin-right: 18px !important; }
  body.ec-page .ec-carte-corps .ec-carte-texte,
  body.ec-page .ec-carte-corps .ec-demandes { margin-left: 0 !important; margin-right: 0 !important; }
  body.ec-page .ec-saisie { padding: 12px 18px !important; }
  body.ec-page .ec-champ--mdp .ec-saisie { padding-right: 52px !important; }
  body.ec-page .ec-oeil { right: 6px; width: 34px; height: 34px; bottom: 10px; }
  body.ec-page .ec-oeil svg { width: 17px; height: 17px; }
  body.ec-page .ec-oeil::before { width: 17px; height: 17px; background-size: 17px 17px; }
  body.ec-page .ec-champ--mdp.has-aide .ec-oeil { bottom: 36px; }
  body.ec-page .ec-champ--mdp:has(.ec-aide):has(.ec-erreur) .ec-oeil { bottom: 62px; }
  body.ec-page .ec-demande { padding: 18px; border-radius: 16px; }
  body.ec-page .ec-recap-ligne { grid-template-columns: minmax(0, 1fr); gap: 2px; }
  body.ec-page .ec-btn { width: 100%; min-width: 0; }
}


/* ========================================================================
   PAGES LÉGALES — mentions légales, politique de confidentialité
   ------------------------------------------------------------------------
*/

body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) {
  display: flex !important;
  flex-direction: column !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 20px !important;
  gap: 0 !important;
}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) + .e-con {padding-top: 60px !important;}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:last-child {padding-bottom: 80px !important;}

/* --- Typographie, calquée sur celle des articles ------------------------- */

body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) .e-heading-base {
  margin: 38px 0 14px !important;
  color: #000 !important;
  font-family: Inter, sans-serif !important;
  font-size: 22.4px !important;
  font-weight: 400 !important;
  line-height: 29.3px !important;
}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) + .e-con .e-heading-base {margin-top: 0 !important;}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) .e-paragraph-base {
  margin: 0 0 16px !important;
  color: #676767 !important;
  font-family: Inter, sans-serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: 22.1px !important;
}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) .e-paragraph-base:last-child {margin-bottom: 0 !important;}

/* --- Liens dans le corps du texte ---------------------------------------
   Ils retombaient sur la couleur de lien du thème. On leur donne le turquoise
   de la charte, le même que les liens actifs du menu et la jauge des devis. */

body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) a,
body:is(.url-mentions-legales, .url-politique-de-confidentialite) .e-paragraph-link-base {
  color: #0C959B !important;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(12, 149, 155, .45);
  transition: color .2s ease, text-decoration-color .2s ease;
}
body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) a:hover,
body:is(.url-mentions-legales, .url-politique-de-confidentialite) .e-paragraph-link-base:hover {
  color: #0B9197 !important;
  text-decoration-color: #0C959B;
}

@media (max-width: 767px) {
  body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:has(> .e-con > .hero-title) + .e-con {padding-top: 44px !important;}
  body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:last-child {padding-bottom: 56px !important;}
  body:is(.url-mentions-legales, .url-politique-de-confidentialite) [data-elementor-type="wp-page"] > .e-con:not(:has(.hero-title)) .e-heading-base {
    margin-top: 30px !important;
    font-size: 19.4px !important;
    line-height: 25.6px !important;
  }
}
