/* Monelec — brand overrides on Aiero template */

/* Preloader: monogramme teal (ne pas forcer noir via brightness(0)) */
#preloader {
  background: #0f1419 !important;
}
#preloader img {
  width: 72px !important;
  height: auto !important;
  filter: none !important;
  -webkit-filter: none !important;
}
.active-body #preloader {
  background-color: #0f1419 !important;
}
.active-body #preloader img {
  filter: none !important;
  -webkit-filter: none !important;
}

.de-brand-text {
  display: inline-flex;
  align-items: center;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: inherit;
  text-decoration: none;
  white-space:nowrap;
}

.de-brand-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  line-height: 0;
}
.de-brand-logo__img {
  display: none;
  height: 36px;
  width: auto;
  max-width: 220px;
  object-fit: contain;
  object-position: left center;
}
.de-brand-logo__img--on-light {
  display: block;
}
.de-brand-logo__img--on-dark {
  display: none;
}
/* Teal / dark surfaces → lockup 100% blanc (picto + wordmark) */
header.sticky-active.de-fixed-nav .de-brand-logo__img--on-light,
.footer-style2 .de-brand-logo__img--on-light,
.de-top-menu .de-brand-logo__img--on-light,
.de-top-menu__brand .de-brand-logo__img--on-light {
  display: none !important;
}
header.sticky-active.de-fixed-nav .de-brand-logo__img--on-dark,
.footer-style2 .de-brand-logo__img--on-dark,
.de-top-menu .de-brand-logo__img--on-dark,
.de-top-menu__brand .de-brand-logo__img--on-dark {
  display: block !important;
}
header.sticky-active.de-fixed-nav .de-brand-logo__img,
header.sticky-active.de-fixed-nav.is-sticky .header-logo a.de-brand-logo img,
header.sticky-active.is-sticky.v3 .header-logo a.de-brand-logo img {
  height: 34px;
  max-width: 210px;
  /* override template brightness(9) that washes the white lockup */
  filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.22)) !important;
  -webkit-filter: drop-shadow(0 1px 2px rgba(15, 23, 42, 0.22)) !important;
}
.footer-logo .de-brand-logo__img {
  height: 40px;
  max-width: 240px;
}
.de-top-menu__brand.de-brand-logo .de-brand-logo__img {
  height: 32px;
  max-width: 200px;
}
.side-menu .de-brand-logo__img {
  height: 36px;
  max-width: 220px;
}

.header-logo .de-brand-text,
.logo.de-brand-text {
  color: var(--ibt-heading-color, #111);
}

header.sticky-active.de-fixed-nav .header-logo .de-brand-text,
header.sticky-active.v3 .header-logo .de-brand-text {
  color: #fff !important;
}

/* PC side-panel toggle: keep white on dark fixed nav */
header.sticky-active.de-fixed-nav .menu-toggle.v2::before,
header.sticky-active.de-fixed-nav .menu-toggle.v2::after {
  color: #fff !important;
}
header.sticky-active.de-fixed-nav .header-logo .menu-toggle {
  flex-shrink: 0;
}

.footer-logo .de-brand-text {
  font-size: 1.5rem;
  color: #fff;
}

.hero-style2 .hero-sec-info2 .title {
  max-width: 16em;
}


/* Keep CTA wording readable on outline buttons */
.ibt-btn-outline-3 span {
  white-space: nowrap;
}

/* One-page nav: two links only */
.main-menu.menu-style1 > ul {
  gap: 0.5rem;
}
.main-menu.menu-style1 > ul > li > a .menu-item,
.main-menu.menu-style1 > ul > li > a .menu-item2 {
  white-space: nowrap;
}
html {
  scroll-behavior: smooth;
}

/* theme toggle removed */
#themeBtn { display: none !important; }



/* Hero: -2px top spacing before hero-content2 */
.hero-style2 {
  margin-top: 18px;
}
/* Hero static (no swiper) — keep template card layout */
.hero-style2 > .hero-content2 {
  position: relative;
  width: 100%;
  height: 855px;
  overflow: hidden;
  border-radius: 25px;
}
@media (max-width: 1440px) {
  .hero-style2 > .hero-content2 { height: 800px; }
}
@media (max-width: 1025px) {
  .hero-style2 > .hero-content2 { height: 690px; }
}
@media (max-width: 769px) {
  .hero-style2 > .hero-content2 { height: 775px; }
}
@media (max-width: 390px) {
  .hero-style2 > .hero-content2 { height: 804px; }
}
.hero-style2 > .hero-content2 > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 25px;
  transform: scale(1.03);
  filter: brightness(0.72) contrast(1.05) saturate(1.05) blur(1.2px);
}
.hero-style2 > .hero-content2::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.28) 0%, rgba(8, 14, 22, 0.22) 42%, rgba(8, 14, 22, 0.48) 100%),
    radial-gradient(ellipse 70% 55% at 50% 38%, rgba(0, 0, 0, 0.12), transparent 70%);
  pointer-events: none;
  z-index: 1;
}
.hero-style2 .hero-text2 {
  z-index: 3;
}
.hero-style2 .hero-btn2 {
  position: relative;
  z-index: 3;
}
.hero-style2 .hero-sec-info2 .title,
.hero-style2 .hero-btn2 p {
  color: #fff;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.35);
}

/* Mobile: keep hero copy inside safe margins (template max-widths overflow) */
@media (max-width: 769px) {
  .hero-style2 .hero-text2 {
    margin: 0;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .hero-style2 .hero-text2 .container {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-style2 .hero-sec-info2 {
    max-width: 100%;
    padding: 0;
  }

  .hero-style2 .hero-sec-info2 .title {
    max-width: 100%;
  }

  .hero-style2 .hero-sec-info2 p,
  .hero-style2 .hero-btn2 p {
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    box-sizing: border-box;
  }

  .hero-style2 .hero-btn2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .hero-style2 .hero-btn2 > p {
    margin-bottom: 4px;
  }

  .hero-style2 .hero-btn2 > a[style*="margin-left"] {
    margin-left: 0 !important;
  }
}

@media (max-width: 390px) {
  .hero-style2 .hero-text2 {
    padding: 0 16px;
  }
}

/* Floating stats card — text only */
.hero-style2 .exp-box.de-exp-box {
  position: absolute;
  bottom: 14px;
  right: 14px;
  left: auto;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: auto;
  max-width: 320px;
  padding: 22px 26px 24px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}
.hero-style2 .exp-box.de-exp-box .video-img {
  display: none !important;
}
.hero-style2 .exp-box.de-exp-box .de-exp-label {
  margin: 0 0 2px;
  max-width: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #6b7280;
}
.hero-style2 .exp-box.de-exp-box .counter-box2 {
  display: block;
  line-height: 0.9;
  margin: 0;
}
.hero-style2 .exp-box.de-exp-box .counter-number {
  color: #45d0bd !important;
  -webkit-text-fill-color: #45d0bd !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  font-size: clamp(48px, 6vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.95;
}
.hero-style2 .exp-box.de-exp-box .de-exp-text {
  display: block;
  max-width: 220px;
  margin: 6px 0 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
  color: #111;
}
/* Mobile: full width with side margins */
@media (max-width: 769px) {
  .hero-style2 .exp-box.de-exp-box {
    left: 16px;
    right: 16px;
    bottom: 16px;
    max-width: none;
    width: auto;
    padding: 18px 20px 20px;
  }
  .hero-style2 .exp-box.de-exp-box .de-exp-text {
    max-width: none;
  }
}
@media (max-width: 390px) {
  .hero-style2 .exp-box.de-exp-box {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 16px 18px 18px;
  }
  .hero-style2 .exp-box.de-exp-box .de-exp-text {
    font-size: 14px;
  }
}

/* Header: Nous contacter + compact DEVIS on the right */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-actions .main-menu.menu-style1 {
  margin: 0;
}
.header-actions .btn-box {
  display: flex;
  align-items: center;
}
.header-actions .btn-box .ibt-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

/* Shared nav control size (link + CTA) */
.ibt-btn.ibt-btn-nav-devis,
.ibt-btn.ibt-btn-nav-demande {
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  border-radius: 9px;
  gap: 0;
  line-height: 1;
  text-transform: uppercase;
  box-sizing: border-box;
}
.ibt-btn.ibt-btn-nav-devis i.icon-arrow-top,
.ibt-btn.ibt-btn-secondary.ibt-btn-nav-devis i[class=icon-arrow-top],
.ibt-btn.ibt-btn-nav-demande i.icon-arrow-top,
.ibt-btn.ibt-btn-secondary.ibt-btn-nav-demande i[class=icon-arrow-top] {
  margin-left: 8px;
  text-indent: 0.5em;
  font-size: 8px;
  line-height: 1;
}
.vs-header2 .header-actions .main-menu.menu-style1 > ul > li > a {
  color: #fff;
}
/* Nous contacter → same height as CTA; bleu au survol */
.header-actions .main-menu.menu-style1 > ul {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 0;
}
.header-actions .main-menu.menu-style1 > ul > li {
  display: flex;
  align-items: center;
  margin: 0;
}
.header-actions .main-menu.menu-style1 > ul > li > a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  height: 36px;
  min-height: 36px;
  max-height: 36px;
  padding: 0 14px !important;
  margin: 0 !important;
  box-sizing: border-box;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease;
  overflow: hidden;
}
.header-actions .main-menu.menu-style1 > ul > li > a::before {
  display: none !important;
}
.header-actions .main-menu.menu-style1 > ul > li > a .menu-item,
.header-actions .main-menu.menu-style1 > ul > li > a .menu-item2 {
  position: static !important;
  display: inline !important;
  transform: none !important;
  opacity: 1 !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
}
.header-actions .main-menu.menu-style1 > ul > li > a .menu-item2 {
  display: none !important;
}
.header-actions .main-menu.menu-style1 > ul > li > a:hover,
.header-actions .main-menu.menu-style1 > ul > li > a:focus,
.header-actions .main-menu.menu-style1 > ul > li > a:active {
  color: #fff !important;
  background-color: #3b82f6 !important;
}
.header-actions .main-menu.menu-style1 > ul > li > a:hover .menu-item,
.header-actions .main-menu.menu-style1 > ul > li > a:focus .menu-item,
.header-actions .main-menu.menu-style1 > ul > li > a:active .menu-item {
  color: #fff !important;
}
.side-menu2 ul li a:hover,
.side-menu2 ul li a:focus,
.side-menu2 ul li a:active {
  color: #3b82f6;
}
.side-menu2 .menu-links .ibt-btn,
.de-top-menu .ibt-btn {
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
@media (max-width: 1201px) {
  .header-actions .btn-box,
  .header-actions .main-menu {
    display: none;
  }
}

/* ── Fixed navbar: floating blue glass pill (reveal after marker) ── */
header.sticky-active.de-fixed-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 10px 12px 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  overflow: visible !important;
  z-index: 10000 !important;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, -110%, 0) !important;
  transform: translate3d(0, -110%, 0) !important;
  -webkit-transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0.32s !important;
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0.32s !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
  will-change: transform, opacity;
}
header.sticky-active.de-fixed-nav.is-sticky {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
header.sticky-active.de-fixed-nav .header-menu-area,
header.sticky-active.de-fixed-nav.is-sticky .header-menu-area,
header.sticky-active.de-fixed-nav:not(.is-sticky) .header-menu-area {
  margin: 0 auto !important;
  max-width: 1180px;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px !important;
  box-shadow:
    0 0 0 1px rgba(26, 107, 98, 0.18),
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 14px 32px rgba(26, 107, 98, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
  /* Deeper teal so it stays readable on white sections */
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%),
    rgba(45, 184, 168, 0.94) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  overflow: visible !important;
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0s !important;
  transition-delay: 0s !important;
}
header.sticky-active.de-fixed-nav .header-logo .de-brand-text {
  text-shadow: 0 1px 2px rgba(15, 23, 42, 0.18);
}
header.sticky-active.de-fixed-nav .hamburger span {
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.12);
}

/* Mobile / tablet pill */
@media (max-width: 1201px) {
  header.sticky-active.de-fixed-nav {
    padding: 10px 14px 0 !important;
  }
  header.sticky-active.de-fixed-nav .header-menu-area {
    position: relative !important;
    padding: 10px 18px !important;
    min-height: 48px !important;
    display: flex !important;
    align-items: center !important;
    box-sizing: border-box !important;
  }
  header.sticky-active.de-fixed-nav .header-menu-area > .row {
    width: 100%;
    margin: 0 !important;
    align-items: center !important;
  }
  header.sticky-active.de-fixed-nav .header-logo .de-brand-text {
    font-size: 1.02rem !important;
  }
  header.sticky-active.de-fixed-nav .hamburger {
    top: 50% !important;
    transform: translateY(-50%) !important;
    right: 16px !important;
  }
  header.sticky-active.de-fixed-nav .hamburger span {
    background: #fff !important;
  }
}

/* Desktop: compact glass pill */
@media (min-width: 1202px) {
  header.sticky-active.de-fixed-nav {
    padding: 12px 20px 0 !important;
    min-height: 0 !important;
  }
  header.sticky-active.de-fixed-nav .header-menu-area {
    display: flex !important;
    align-items: center !important;
    padding: 7px 10px 7px 16px !important;
    min-height: 50px !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  header.sticky-active.de-fixed-nav .header-menu-area > .row {
    width: 100%;
    margin: 0 !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
  }
  header.sticky-active.de-fixed-nav .header-logo {
    display: flex;
    align-items: center;
    gap: 0;
    min-height: 40px;
  }
  header.sticky-active.de-fixed-nav .de-brand-logo__img,
  header.sticky-active.de-fixed-nav.is-sticky .header-logo a.de-brand-logo img,
  header.sticky-active.is-sticky.v3 .header-logo a.de-brand-logo img {
    height: 38px;
    max-width: 240px;
  }
  header.sticky-active.de-fixed-nav .header-logo .de-brand-text {
    font-size: 1.05rem !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
  }
  header.sticky-active.de-fixed-nav .header-logo .menu-toggle {
    margin-right: 28px !important;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  header.sticky-active.de-fixed-nav .header-actions {
    height: 36px;
  }
  /* CTA on glass: soft white chip */
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-devis,
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-demande {
    background: rgba(255, 255, 255, 0.94) !important;
    color: #1a6b62 !important;
    border: 0 !important;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
  }
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-devis span,
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-devis i,
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-demande span,
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-demande i {
    color: #1a6b62 !important;
  }
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-devis:hover,
  header.sticky-active.de-fixed-nav .ibt-btn.ibt-btn-nav-demande:hover {
    background: #fff !important;
  }
  header.sticky-active.de-fixed-nav .header-actions .main-menu.menu-style1 > ul > li > a:hover,
  header.sticky-active.de-fixed-nav .header-actions .main-menu.menu-style1 > ul > li > a:focus {
    background-color: rgba(255, 255, 255, 0.22) !important;
    color: #fff !important;
  }
}

/* No top offset — nav appears only after hero marker */
.hero-style2 {
  margin-top: 18px;
}

/* Hide legacy in-flow header if present */
.vs-header2 {
  display: none !important;
}

/* ── Top sheet mobile menu — landing-matched premium panel ── */
html.de-menu-open,
html.de-menu-open body,
body.de-menu-open {
  overflow: hidden !important;
  overscroll-behavior: none !important;
  touch-action: none !important;
  height: auto !important;
}
/* Do not use position:fixed on body — it causes scroll jump on close */

.overlay2 {
  position: fixed !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: block !important;
  background: rgba(6, 10, 16, 0.55) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.1);
  backdrop-filter: blur(16px) saturate(1.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10040 !important;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.overlay2.active {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

.side-menu2.de-top-menu {
  position: fixed !important;
  top: max(10px, env(safe-area-inset-top, 0px)) !important;
  left: 14px !important;
  right: 14px !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  max-height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.55) !important;
  border-radius: 999px !important;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 42%),
    rgba(45, 184, 168, 0.94) !important;
  -webkit-backdrop-filter: blur(20px) saturate(1.35) !important;
  backdrop-filter: blur(20px) saturate(1.35) !important;
  color: #fff !important;
  box-shadow:
    0 0 0 1px rgba(26, 107, 98, 0.18),
    0 4px 6px rgba(15, 23, 42, 0.06),
    0 14px 32px rgba(26, 107, 98, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
  overflow: hidden !important;
  z-index: 10050 !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transform: translate3d(0, -6px, 0) scale(0.98) !important;
  transform: translate3d(0, -6px, 0) scale(0.98) !important;
  -webkit-transform-origin: top center !important;
  transform-origin: top center !important;
  -webkit-transition:
    max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0.36s,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1) !important;
  transition:
    max-height 0.42s cubic-bezier(0.22, 1, 0.36, 1),
    border-radius 0.36s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.22s ease,
    visibility 0.36s,
    transform 0.36s cubic-bezier(0.22, 1, 0.36, 1) !important;
  font-family: "Manrope", system-ui, sans-serif;
}
.side-menu2.de-top-menu.active {
  max-height: min(72vh, 560px) !important;
  border-radius: 28px !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  -webkit-transform: translate3d(0, 0, 0) scale(1) !important;
  transform: translate3d(0, 0, 0) scale(1) !important;
}

/* While menu expands from the pill, hide the nav tic-tac underneath */
body.de-menu-open header.sticky-active.de-fixed-nav {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transition: opacity 0.18s ease, visibility 0.18s !important;
  transition: opacity 0.18s ease, visibility 0.18s !important;
}
body.de-menu-open .de-sticky-cta {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.de-top-menu__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 16px 16px;
  box-sizing: border-box;
  overflow: hidden;
}

.de-top-menu__bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
  min-height: 40px;
}

.de-top-menu__brand,
.de-top-menu__brand.de-brand-text {
  font-family: "Sora", system-ui, sans-serif !important;
  font-size: 1.05rem !important;
  font-weight: 700 !important;
  letter-spacing: -0.03em !important;
  color: #fff !important;
  line-height: 1.15 !important;
  text-decoration: none !important;
}

.de-top-menu__x,
.side-menu2.de-top-menu .close-btn.de-top-menu__x {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  width: 36px !important;
  height: 36px !important;
  min-height: 36px !important;
  max-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  -webkit-transform: none !important;
  transform: none !important;
  text-decoration: none !important;
  box-shadow: none !important;
}
.de-top-menu__x::before,
.de-top-menu__x::after,
.side-menu2.de-top-menu #mobileCloseBtn2::before,
.side-menu2.de-top-menu .de-top-menu__x::before {
  content: none !important;
  display: none !important;
}
.de-top-menu__x span {
  position: relative;
  width: 14px;
  height: 14px;
  display: block;
}
.de-top-menu__x span::before,
.de-top-menu__x span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 1.5px;
  background: #fff;
  border-radius: 2px;
}
.de-top-menu__x span::before {
  transform: translateY(-50%) rotate(45deg);
}
.de-top-menu__x span::after {
  transform: translateY(-50%) rotate(-45deg);
}

.de-top-menu__nav {
  display: flex;
  flex-direction: column;
  margin: 4px 0 12px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.de-top-menu__link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 12px 2px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: "Sora", system-ui, sans-serif !important;
  font-size: 1.02rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.3 !important;
  text-decoration: none !important;
  text-transform: none !important;
  box-shadow: none !important;
}
.de-top-menu__link::before,
.de-top-menu__link::after {
  content: none !important;
  display: none !important;
}
.de-top-menu__link:hover,
.de-top-menu__link:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
}

.de-top-menu__link--with-ico {
  gap: 12px !important;
}
.de-top-menu__ico {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  opacity: 0.95;
}
.de-top-menu__link--with-ico span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.de-top-menu__link--cta {
  margin-top: 10px !important;
  min-height: 46px !important;
  justify-content: center !important;
  padding: 0 16px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.95) !important;
  color: #1a6b62 !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.03em !important;
  text-transform: uppercase !important;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1) !important;
}
.de-top-menu__link--cta:hover,
.de-top-menu__link--cta:focus {
  background: #fff !important;
  color: #1a6b62 !important;
}

.side-menu2.de-top-menu .de-top-menu__close,
.de-top-menu__close {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  left: auto !important;
  bottom: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-family: "Manrope", system-ui, sans-serif !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: none !important;
  cursor: pointer;
  box-shadow: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  writing-mode: horizontal-tb !important;
  -webkit-appearance: none;
  appearance: none;
}
.side-menu2.de-top-menu .de-top-menu__close::before,
.de-top-menu__close::before,
.de-top-menu__close::after {
  content: none !important;
  display: none !important;
}
.de-top-menu__close:hover,
.de-top-menu__close:focus {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.12) !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.de-top-menu .menu-btns,
.de-top-menu > ul,
.de-top-menu .menu-contact,
.de-top-menu .menu-links {
  display: none !important;
}

/* Sticky nav shell leftovers — transparent; glass pill is on .de-fixed-nav */
header.sticky-active.v3 {
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
}

/* Brand CTA: replace red secondary with teal (Nous contacter / primary) */
:root {
  --color-secondary: #45d0bd;
  --color-secondary-alt: #3bb8a8;
}
.ibt-btn.ibt-btn-secondary {
  background: var(--color-secondary);
  color: #fff;
}
.ibt-btn.ibt-btn-secondary:hover {
  background: var(--color-secondary-alt);
  color: #fff;
}

/* Footer blurb */
.footer-style2 .about-widget.v2 p {
  color: #fff;
}

/* Only the dark-blue clash on bare footer contact links (keep accents otherwise) */
.footer-style2 .contact-widget > p > a {
  color: #45d0bd;
}
.footer-style2 .contact-widget > p > a:hover {
  color: #6ee0cf;
}
.footer-style2 .contact-widget .gmail {
  display: block;
  margin-top: 10px;
}
.footer-style2 .contact-widget .gmail + .gmail {
  margin-top: 6px;
}
.side-menu .sidebar-menu .email {
  display: block;
  margin: 8px 0 0;
}
.side-menu .sidebar-menu .email + .email {
  margin: 6px 0 24px;
}

/* Cas d'usage — photos réelles + flou/sombre (comme le hero) */
.project-sec {
  overflow: visible;
}
.project-sec .project-card {
  min-height: 0;
  height: auto;
  padding: 18px 20px 20px;
  overflow: hidden !important;
  border-radius: 25px !important;
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #141414;
  isolation: isolate;
  -webkit-mask-image: -webkit-radial-gradient(white, black); /* force Safari radius clip */
}
.project-sec .project-card::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  border-radius: 25px !important;
  background-image: url("../images/project/electricien-urgence-coupure-courant-centre-val-de-loire.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  opacity: 1 !important;
  visibility: visible !important;
  filter: brightness(0.58) contrast(1.06) saturate(1.02) blur(1.2px);
  transform: scale(1.04) !important;
  -webkit-transform: scale(1.04) !important;
  transform-origin: center center !important;
  z-index: 0;
  pointer-events: none;
  transition: none !important;
}
.project-sec .project-card.v2::before {
  background-image: url("../images/project/electricien-depannage-prise-qui-chauffe-centre-val-de-loire.jpg") !important;
}
.project-sec .project-card.v3::before {
  background-image: url("../images/project/electricien-remplacement-tableau-electrique-centre-val-de-loire.jpg") !important;
}
.project-sec .project-card.v4::before {
  background-image: url("../images/project/electricien-installation-borne-recharge-irve-centre-val-de-loire.jpg") !important;
}
.project-sec .project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px !important;
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.34) 0%, rgba(8, 14, 22, 0.42) 45%, rgba(8, 14, 22, 0.72) 100%),
    radial-gradient(ellipse 70% 55% at 50% 30%, rgba(0, 0, 0, 0.12), transparent 70%);
  z-index: 1;
  pointer-events: none;
}
.project-sec .project-card .empty {
  position: relative;
  z-index: 2;
  height: auto;
  min-height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 14px;
}
.project-sec .project-card .projec-content {
  position: relative;
  bottom: auto;
  max-width: 100%;
  transform: none !important;
  -webkit-transform: none !important;
}
.project-sec .project-card:hover {
  transform: none;
  -webkit-transform: none;
  border-color: rgba(255, 255, 255, 0.18);
}
.project-sec .project-card:hover::before {
  opacity: 1 !important;
  visibility: visible !important;
}
.project-sec .project-card:hover .projec-content {
  transform: none !important;
  -webkit-transform: none !important;
}
.project-sec .project-card span {
  height: auto;
  min-height: 0;
  line-height: 1.25;
  padding: 6px 12px;
  margin-bottom: 0;
  white-space: nowrap;
  z-index: 2;
}
.project-sec .projec-content .title {
  margin-bottom: 8px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.35);
}
.project-sec .projec-content p {
  margin-bottom: 12px;
  line-height: 1.5;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.3);
}

/* Title → cards */
.project-sec .title-area {
  margin-bottom: 22px;
}
@media (max-width: 1025px) {
  .project-sec .title-area .sec-title {
    margin-bottom: 0 !important;
  }
}

/* CTA row under cards */
.project-sec .de-project-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 0 20px 8px;
  max-width: 1324px;
}
.project-sec .de-project-btn .custom-pagination {
  position: static;
  bottom: auto;
  right: auto;
}
.project-sec .de-project-btn .ibt-btn {
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .project-sec .de-project-btn {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
}

/* video-box3 CTA readable on dark */
.video-box3 a,
.video-box3 .video-popup,
.video-box3 .de-play-cta {
  color: #fff !important;
}
.video-box3 a span,
.video-box3 .video-popup span,
.video-box3 .de-play-cta span {
  color: #fff !important;
}

/* Custom feature illustrations (transparent, no plate) */
.feature-sec2 .feature-card > img {
  width: 120px;
  height: 120px;
  object-fit: contain;
  margin-bottom: 18px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.feature-sec2 .feature-card.v1 > img {
  width: 120px !important;
  height: 120px !important;
}
@media (max-width: 767px) {
  .feature-sec2 .row {
    justify-content: center;
  }
  .feature-sec2 .feature-card {
    text-align: center;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .feature-sec2 .feature-card > img {
    margin-left: auto;
    margin-right: auto;
  }
  .feature-sec2 .feature-card .title,
  .feature-sec2 .feature-card p {
    text-align: center;
    max-width: 28ch;
  }
}

/* Center about 1 min counter */
.about-us-sec2 .about-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.about-us-sec2 .about-counter .counter-box4 {
  display: flex;
  justify-content: center;
  width: 100%;
}
.about-us-sec2 .about-counter .solutions {
  display: block;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

/* Center content CTAs "Décrire mon besoin" (not header nav) */
.choose-list-box > .ibt-btn,
.project-sec .de-project-btn > .ibt-btn,
.contact-banner .btn-box2 .contact-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

/* choose-img: keep desktop card look on iPhone */
.choose-img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}
.choose-img > img:first-of-type {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1.2px;
  object-fit: cover;
  vertical-align: top;
}
.choose-img .logo4 {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(380px, 62%) !important;
  max-width: 380px;
  height: auto !important;
  pointer-events: none;
  opacity: 0.97;
  filter:
    drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4))
    drop-shadow(0 8px 22px rgba(0, 0, 0, 0.5));
}
@media (min-width: 992px) {
  .choose-img .logo4 {
    width: min(420px, 58%) !important;
    max-width: 420px;
  }
}

/* video-box3 CTA: one line, same scoop as desktop */
.video-box3 {
  display: inline-flex;
  align-items: center;
  max-width: calc(100% - 28px);
  box-sizing: border-box;
}
.video-box3 .video-popup,
.video-box3 .de-play-cta {
  position: static !important;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  white-space: nowrap !important;
  bottom: auto !important;
  right: auto !important;
  left: auto !important;
  margin: 0 !important;
}
.video-box3 .video-popup span,
.video-box3 .de-play-cta span {
  white-space: nowrap !important;
  display: inline !important;
}
.video-box3 .video-popup i,
.video-box3 .de-play-cta i {
  flex-shrink: 0;
  margin-right: 0 !important;
}

@media (max-width: 820px) {
  .choose-img {
    width: 100%;
    margin: 0 auto 12px;
  }
  .choose-img > img:first-of-type {
    width: 100%;
    border-radius: 1.2px;
  }
  .choose-content {
    padding-top: 24px !important;
    padding-bottom: 40px !important;
  }
  .video-box3 {
    padding: 18px 22px 16px 20px !important;
    border-radius: 0 22px 0 0 !important;
  }
  .video-box3 .video-popup,
  .video-box3 .de-play-cta {
    font-size: 15px;
    line-height: 1.2;
  }
  .video-box3 .video-popup i,
  .video-box3 .de-play-cta i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
  }
}
@media (max-width: 390px) {
  .video-box3 {
    padding: 16px 16px 14px 16px !important;
  }
  .video-box3 .video-popup,
  .video-box3 .de-play-cta {
    font-size: 14px;
  }
  .choose-img .logo4 {
    width: min(240px, 62%) !important;
    max-width: 240px;
  }
  .choose-content {
    padding-top: 16px !important;
  }
}

.about-info2 {
  text-align: left;
}
.about-info2 > .ibt-btn {
  display: flex !important;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

/* Tight gap before teal marquee */
.neural-playground.v2.ibt-section-gap {
  padding-bottom: 0;
}
.neural-playground.v2 + .marquee-sec2 {
  margin-top: 0;
}

/* “3 étapes…” : less space before controls, keep Swiper layout intact */
@media (max-width: 769px) {
  .choose-us-sec2 .sec-title {
    margin-bottom: 18px !important;
  }
  .choose-us-sec2 .slider-btn2 {
    position: relative !important;
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    margin: 0 0 28px;
  }
}
@media (max-width: 577px) {
  .choose-us-sec2 .sec-title {
    margin-bottom: 14px !important;
  }
  .choose-us-sec2 .slider-btn2 {
    margin-bottom: 22px;
  }
}

.choose-list-box {
  text-align: center;
}
.choose-list-box .row {
  text-align: left;
}
.choose-list-box > .ibt-btn {
  display: inline-flex !important;
  margin-top: 28px;
}
@media (max-width: 480px) {
  .choose-list-box .choose-list {
    margin-bottom: 8px !important;
  }
  .choose-list-box > .ibt-btn {
    margin-top: 32px;
  }
}

.hero-btn2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.hero-btn2 > .ibt-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  margin-top: 4px;
}

.project-sec .de-project-btn {
  justify-content: center;
  flex-wrap: wrap;
}
.project-sec .de-project-btn .custom-pagination {
  width: 100%;
  text-align: center;
  margin-bottom: 8px;
}
.project-sec .de-project-btn > .ibt-btn {
  margin: 0 auto;
}

.contact-banner .btn-box2 {
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* contact-banner — photo réelle + flou/sombre (comme hero / cas d'usage) */
.contact-banner {
  background-image: none !important;
  background-color: #141414 !important;
  background-repeat: no-repeat;
  overflow: hidden !important;
  isolation: isolate;
  border-radius: 25px 25px 0 0 !important;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.contact-banner::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
  background-image: url("../images/bg/electricien-intervention-domicile-jour-a7-4k-centre-val-de-loire-monelec.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: 55% 48% !important;
  background-size: cover !important;
  filter: brightness(0.78) contrast(1.04) saturate(1.06) blur(0.4px);
  transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform-origin: center center;
  z-index: 0 !important;
  opacity: 1 !important;
  pointer-events: none;
}
@media (max-width: 577px) {
  .contact-banner::before {
    background-position: 58% 50% !important;
  }
}
.contact-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.22) 0%, rgba(8, 14, 22, 0.32) 48%, rgba(8, 14, 22, 0.55) 100%),
    radial-gradient(ellipse 70% 55% at 50% 40%, rgba(0, 0, 0, 0.08), transparent 70%);
  z-index: 1;
  pointer-events: none;
}
.contact-banner .container {
  position: relative;
  z-index: 2;
}
.contact-banner-content .title {
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.4);
}

/* Space between previous dark box and [ partners ] */
.partners-sec {
  padding-top: 56px;
  margin-top: 24px;
}
@media (max-width: 769px) {
  .partners-sec {
    padding-top: 40px;
    margin-top: 16px;
  }
}

/* Cards / service CTAs */
.ser-content3 .ser-btn3,
.projec-content .ser-btn3 {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff !important;
  border-bottom-color: #fff !important;
  padding-right: 0 !important;
}
.ser-btn3:hover {
  color: #fff !important;
  border-bottom-color: #fff !important;
  padding: 0 !important;
}
.ser-btn3::before,
.ser-btn3::after {
  content: none !important;
  display: none !important;
}
.projec-content {
  text-align: center;
}
.projec-content .title,
.projec-content p {
  text-align: left;
}
.projec-content .ser-btn3 {
  display: flex;
  width: fit-content;
}
.service-sec3 .ser-btn,
.ser-card3 .ser-btn,
.service-sec3 .view-btn,
.ser-card3 .view-btn {
  background-color: #45d0bd !important;
  border-color: #45d0bd !important;
  right: 18px !important;
  bottom: 18px !important;
}
.service-sec3 .view-btn,
.ser-card3 .view-btn {
  bottom: auto !important;
  top: 18px !important;
}
.service-sec3 .ser-btn i,
.service-sec3 .ser-btn .icon,
.service-sec3 .ser-btn .icon2,
.ser-card3 .ser-btn i,
.ser-card3 .ser-btn .icon,
.ser-card3 .ser-btn .icon2,
.service-sec3 .view-btn i,
.service-sec3 .view-btn .icon,
.service-sec3 .view-btn .icon2,
.ser-card3 .view-btn i,
.ser-card3 .view-btn .icon,
.ser-card3 .view-btn .icon2 {
  color: #fff !important;
}
.service-sec3 .ser-btn:hover,
.ser-card3 .ser-btn:hover,
.service-sec3 .view-btn:hover,
.ser-card3 .view-btn:hover {
  background-color: #3bb8a8 !important;
}
.service-sec3 .ser-btn:hover .icon2,
.ser-card3 .ser-btn:hover .icon2,
.service-sec3 .view-btn:hover .icon2,
.ser-card3 .view-btn:hover .icon2 {
  color: #fff !important;
}

/* Service cards: keep long FR copy inside the boxes */
.service-sec3 .ser-card3 {
  overflow: hidden;
  border-radius: 25px;
}
/* PC: box 2 same size as box 1 (equal columns) */
@media (min-width: 1026px) {
  .service-sec3 .service-content3 {
    align-items: stretch;
    gap: 20px;
  }
  .service-sec3 .ser-card3 {
    flex: 1 1 0;
    width: 0;
    min-width: 0;
    margin-right: 0;
    height: 520px;
    display: block;
  }
  .service-sec3 .ser-card3 > img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1441px) {
  .service-sec3 .ser-card3 {
    height: 560px;
  }
}
.service-sec3 .ser-card3:not(.v1) > img {
  transform: scale(1.04);
  filter: brightness(0.52) contrast(1.08) saturate(0.95) blur(2.5px);
}
.service-sec3 .ser-card3:not(.v1)::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  background:
    linear-gradient(180deg, rgba(8, 14, 22, 0.35) 0%, rgba(8, 14, 22, 0.28) 40%, rgba(8, 14, 22, 0.58) 100%);
  pointer-events: none;
  z-index: 1;
}
.service-sec3 .ser-content3,
.service-sec3 .ser-content,
.service-sec3 .ser-text,
.service-sec3 .ser-team,
.service-sec3 .ser-btn,
.service-sec3 .view-btn {
  z-index: 2;
}
.service-sec3 .ser-content3 {
  top: auto !important;
  bottom: 36px;
  left: 28px;
  right: 72px;
  max-width: none;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
}
.service-sec3 .ser-content3 .title {
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.25;
  max-width: 100%;
  margin-bottom: 16px;
}
.service-sec3 .ser-card3 .ser-content {
  top: auto !important;
  bottom: 32px !important;
  left: 28px !important;
  right: 28px;
  max-width: none !important;
}
.service-sec3 .ser-card3 .ser-content .title {
  font-size: clamp(20px, 1.8vw, 25px);
  line-height: 1.3;
  max-width: 100%;
}
.service-sec3 .ser-card3.v1 p {
  margin-bottom: 24px;
  max-width: 100%;
}
.service-sec3 .ser-team {
  top: auto !important;
  bottom: 24px !important;
  left: 28px;
  right: 28px;
  max-width: none;
}
.service-sec3 .ser-team .title {
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.3;
  max-width: 100%;
}
.service-sec3 .ser-team p {
  max-width: 100%;
  margin-bottom: 14px;
}
.service-sec3 .de-ser-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}
.service-sec3 .de-ser-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  backdrop-filter: blur(6px);
}
.service-sec3 .de-ser-meta-item strong {
  font-family: var(--font-primary, inherit);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #45d0bd;
}
.service-sec3 .de-ser-stars {
  color: #f5c518;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 769px) {
  .service-sec3 .ser-content3,
  .service-sec3 .ser-card3 .ser-content,
  .service-sec3 .ser-team {
    left: 22px;
    right: 22px;
  }
}

/* Needs row: custom icons, centered in boxes */
.service-sec4 .de-needs-box {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 18px 12px;
  width: 100%;
}
.service-sec4 .de-need {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  min-width: 100px;
  flex: 1 1 100px;
  max-width: 140px;
  margin: 0 !important;
  padding: 8px 6px 16px;
}
.service-sec4 .de-need-ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  margin: 0 auto 12px;
}
.service-sec4 .de-need-ico img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin: 0 !important;
  display: block;
}
.service-sec4 .de-need-label {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}
.service-sec4 .de-need-label a,
.service-sec4 .de-need {
  color: #fff;
}
@media (max-width: 820px) {
  .service-sec4 .service-content4 {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 36px;
  }
  .service-sec4 .service-content4 .title {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
  }
  .service-sec4 .de-needs-box {
    justify-content: center;
    gap: 20px 16px;
  }
  .service-sec4 .de-need {
    flex: 0 0 calc(33.333% - 16px);
    max-width: 120px;
    min-width: 90px;
  }
}
@media (max-width: 480px) {
  .service-sec4 .de-need {
    flex: 0 0 calc(50% - 12px);
    max-width: none;
  }
  .service-sec4 .de-need-ico {
    width: 68px;
    height: 68px;
  }
}

/* Sub-titles [ … ] : never clip (à propos, comment ça marche, etc.) */
.sec-title {
  overflow: visible !important;
}
.sec-title .sub-title,
.sec-title span.sub-title {
  display: inline-block !important;
  position: relative !important;
  overflow: visible !important;
  white-space: nowrap !important;
  max-width: none !important;
  width: auto !important;
  height: auto !important;
  padding: 2px 0 !important;
  line-height: 1.45 !important;
  box-sizing: content-box !important;
}
.sec-title .sub-title::before,
.sec-title span.sub-title::before {
  content: "[ " !important;
  display: inline !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}
.sec-title .sub-title::after,
.sec-title span.sub-title::after {
  content: " ]" !important;
  display: inline !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
}
.sec-title .title,
.sec-title .title.animated-heading {
  overflow: visible !important;
}

/* ========== Secondary pages (contact / légal) ========== */
body.de-page {
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(69, 208, 189, 0.12), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(26, 26, 26, 0.06), transparent 50%),
    linear-gradient(180deg, #f3f6f5 0%, #eef2f1 45%, #f7f8f8 100%);
  min-height: 100vh;
}

body.de-page .wrapper {
  overflow: clip;
}

body.de-page header.sticky-active.de-fixed-nav {
  transform: none !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}
body.de-page.de-menu-open header.sticky-active.de-fixed-nav {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.de-page-main {
  padding-top: 88px;
  --de-page-rail: 820px;
}

@media (max-width: 991px) {
  .de-page-main {
    padding-top: 72px;
  }
}

.de-page-main:has(.de-contact-card) {
  --de-page-rail: 1340px;
}

.de-city-page .de-page-main {
  --de-page-rail: 980px;
}

.de-page-hero {
  position: relative;
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: var(--de-page-rail);
  padding: 48px 28px 40px;
  margin: 0 auto;
  border-radius: 25px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(26, 26, 26, 0.82) 0%, rgba(26, 26, 26, 0.62) 55%, rgba(59, 184, 168, 0.32) 100%),
    url("../images/bg/electricien-intervention-domicile-jour-a7-4k-centre-val-de-loire-monelec.jpg") 55% 48% / cover no-repeat;
  color: #fff;
}

.de-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 14, 0.28);
  backdrop-filter: blur(1.2px);
  pointer-events: none;
}

.de-page-hero .container {
  position: relative;
  z-index: 1;
  max-width: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.de-page-kicker {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #45d0bd;
  margin: 0 0 12px;
}

.de-page-title {
  font-family: "Sora", sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.15;
  margin: 0 0 14px;
  color: #fff;
  max-width: 16em;
}

.de-page-lead {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
  max-width: 36em;
}

.de-page-body {
  padding: 48px 0 72px;
}

.de-legal,
.de-contact-card,
.de-contact-form {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(26, 26, 26, 0.08);
  border-radius: 20px;
  padding: 32px 28px;
  backdrop-filter: blur(8px);
}

.de-legal {
  max-width: var(--de-page-rail, 820px);
  margin: 0 auto;
}

.de-legal h2 {
  font-family: "Sora", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 28px 0 12px;
}

.de-legal h2:first-child {
  margin-top: 0;
}

.de-legal p,
.de-legal li {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #3a4240;
  margin-bottom: 12px;
}

.de-legal ul {
  padding-left: 1.15em;
  margin: 0 0 16px;
}

.de-legal a {
  color: #45d0bd;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.de-legal a:hover {
  color: #3bb8a8;
}

.de-legal-update {
  margin-top: 28px !important;
  font-size: 0.9rem !important;
  color: #6b7573 !important;
}

.de-contact-card__title {
  font-family: "Sora", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  margin: 0 0 20px;
}

.de-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.de-contact-list li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(26, 26, 26, 0.08);
}

.de-contact-list li:last-child {
  border-bottom: 0;
}

.de-contact-list__label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7573;
  margin-bottom: 4px;
}

.de-contact-list a,
.de-contact-list span:not(.de-contact-list__label) {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  color: #1a1a1a;
  text-decoration: none;
}

.de-contact-list a:hover {
  color: #45d0bd;
}

.de-field-label {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.de-field {
  width: 100%;
  border: 1px solid rgba(26, 26, 26, 0.14);
  border-radius: 12px;
  background: #fff;
  padding: 12px 14px;
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  color: #1a1a1a;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.de-field:focus {
  border-color: #45d0bd;
  box-shadow: 0 0 0 3px rgba(69, 208, 189, 0.22);
}

.de-field.is-invalid {
  border-color: #e08585;
  background: #fff8f8;
}

.de-field.is-invalid:focus {
  border-color: #c24141;
  box-shadow: 0 0 0 3px rgba(232, 93, 93, 0.15);
}

.de-field-error {
  display: none;
  margin: 6px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: 0.82rem;
  font-weight: 600;
  color: #c24141;
  line-height: 1.35;
}

.de-field-error.is-visible {
  display: block;
}

.de-field--area {
  resize: vertical;
  min-height: 140px;
}

.de-form-note {
  font-family: "Manrope", sans-serif;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #6b7573;
  margin: 16px 0 0;
}

@media (max-width: 575px) {
  .de-page-hero {
    width: calc(100% - 24px);
    margin: 0 auto;
    padding: 36px 18px 32px;
    border-radius: 18px;
  }
  .de-legal,
  .de-contact-card,
  .de-contact-form {
    padding: 24px 18px;
    border-radius: 16px;
  }
}


/* Sticky mobile CTA — discreet blue, after départements marker */
.de-sticky-cta {
  display: none;
}

@media (max-width: 991px) {
  .de-sticky-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9990;
    width: 100vw;
    width: 100dvw;
    max-width: none;
    margin: 0;
    box-sizing: border-box;
    min-height: 0;
    padding: 11px 20px calc(11px + env(safe-area-inset-bottom, 0px));
    border: 0;
    border-radius: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.16) 0%, rgba(255, 255, 255, 0) 40%),
      linear-gradient(90deg, #3bb8a8 0%, #45d0bd 48%, #4fd9c8 100%);
    color: #fff !important;
    font-family: "Sora", system-ui, sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1;
    text-decoration: none !important;
    white-space: nowrap;
    box-shadow:
      0 -1px 0 rgba(255, 255, 255, 0.22) inset,
      0 -10px 28px rgba(15, 23, 42, 0.14);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition:
      transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.2s ease,
      visibility 0.3s,
      filter 0.15s ease;
  }
  .de-sticky-cta__label {
    position: relative;
    top: 0.5px;
  }
  .de-sticky-cta__arrow {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: rotate(45deg);
    opacity: 0.92;
    flex: 0 0 auto;
  }
  .de-sticky-cta.is-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .de-sticky-cta:active {
    filter: brightness(0.94);
  }
  /* Keep page content clear of the bar */
  html.de-sticky-cta-on {
    padding-bottom: calc(44px + env(safe-area-inset-bottom, 0px));
  }
}

/* ========== City landing pages ========== */
body.de-city-page {
  background:
    radial-gradient(ellipse 70% 40% at 0% 20%, rgba(69, 208, 189, 0.1), transparent 50%),
    radial-gradient(ellipse 55% 35% at 100% 40%, rgba(26, 26, 26, 0.04), transparent 45%),
    linear-gradient(180deg, #f3f6f5 0%, #eef2f1 50%, #f7f8f8 100%);
}

.de-city-wrap {
  max-width: 980px;
}

.de-city-hero.de-page-hero {
  padding: 48px 28px 52px;
  margin-bottom: 8px;
}

.de-city-hero .de-page-lead {
  max-width: 34em;
  font-size: 1.08rem;
}

.de-page-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 22px;
}

/* City CTAs — compact pill, clear hierarchy */
.de-city-page .de-page-hero__ctas .ibt-btn,
.de-city-page .de-city-panel .ibt-btn,
.de-city-page .de-city-honesty .ibt-btn,
.de-city-page .de-city-cta-band .ibt-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 48px;
  min-height: 48px;
  padding: 0 22px;
  margin: 0;
  border-radius: 999px;
  font-family: "Sora", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1;
  white-space: nowrap;
  box-sizing: border-box;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
}

.de-city-page .de-page-hero__ctas .ibt-btn span,
.de-city-page .de-city-panel .ibt-btn span,
.de-city-page .de-city-honesty .ibt-btn span,
.de-city-page .de-city-cta-band .ibt-btn span {
  position: relative;
  top: 0.5px;
}

.de-city-page .de-page-hero__ctas .ibt-btn i.icon-arrow-top,
.de-city-page .de-city-panel .ibt-btn i.icon-arrow-top,
.de-city-page .de-city-honesty .ibt-btn i.icon-arrow-top,
.de-city-page .de-city-cta-band .ibt-btn i.icon-arrow-top {
  text-indent: 0;
  font-size: 9px;
  line-height: 1;
  padding: 0;
  width: 12px;
  height: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  opacity: 0.95;
}

.de-city-page .de-page-hero__ctas .ibt-btn.ibt-btn-secondary,
.de-city-page .de-city-panel .ibt-btn.ibt-btn-secondary,
.de-city-page .de-city-honesty .ibt-btn.ibt-btn-secondary,
.de-city-page .de-city-cta-band .ibt-btn.ibt-btn-secondary {
  background: linear-gradient(135deg, #45d0bd 0%, #3bb8a8 100%);
  color: #fff;
  border: 0;
  box-shadow: 0 8px 22px rgba(59, 184, 168, 0.28);
}

.de-city-page .de-page-hero__ctas .ibt-btn.ibt-btn-secondary:hover,
.de-city-page .de-city-panel .ibt-btn.ibt-btn-secondary:hover,
.de-city-page .de-city-honesty .ibt-btn.ibt-btn-secondary:hover,
.de-city-page .de-city-cta-band .ibt-btn.ibt-btn-secondary:hover {
  background: linear-gradient(135deg, #3bb8a8 0%, #34a898 100%);
  color: #fff;
  transform: translateY(-1px);
}

a.ibt-btn.de-btn-ghost-light {
  color: #fff !important;
  background: rgba(10, 12, 14, 0.35) !important;
  border: 1.5px solid rgba(255, 255, 255, 0.72) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

a.ibt-btn.de-btn-ghost-light:hover {
  background: rgba(69, 208, 189, 0.22) !important;
  border-color: #45d0bd !important;
  color: #fff !important;
}

a.ibt-btn.de-btn-ghost-dark {
  color: #1a1a1a !important;
  background: #fff !important;
  border: 1.5px solid rgba(26, 26, 26, 0.14) !important;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
}

a.ibt-btn.de-btn-ghost-dark:hover {
  border-color: #45d0bd !important;
  color: #3bb8a8 !important;
}

.de-city-page .de-city-panel .ibt-btn.ibt-btn-outline {
  background: #fff !important;
  color: #1a1a1a !important;
  border: 1.5px solid rgba(26, 26, 26, 0.14) !important;
  box-shadow: none;
}

.de-city-page .de-city-panel .ibt-btn.ibt-btn-outline::before,
.de-city-page .de-city-panel .ibt-btn.ibt-btn-outline::after {
  display: none !important;
}

.de-city-page .de-city-panel .ibt-btn.ibt-btn-outline:hover {
  border-color: #45d0bd !important;
  color: #3bb8a8 !important;
}

.de-breadcrumb {
  font-family: "Manrope", sans-serif;
  font-size: 0.85rem;
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.72);
}
.de-breadcrumb a {
  color: #45d0bd;
  text-decoration: none;
}
.de-breadcrumb a:hover {
  text-decoration: underline;
}
.de-breadcrumb span[aria-hidden="true"] {
  margin: 0 6px;
  opacity: 0.6;
}

.de-city-eyebrow {
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3bb8a8;
  margin: 0 0 10px;
}

.de-city-section {
  padding: 36px 0;
}

.de-city-section--soft {
  padding: 40px 0;
}

.de-city-section--soft .de-city-wrap {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 24px;
  padding: 36px 32px;
  backdrop-filter: blur(8px);
}

.de-city-section__head {
  margin-bottom: 20px;
}

.de-city-section__head h2,
.de-city-panel h2,
.de-city-honesty h2,
.de-city-cta-band h2 {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: #1a1a1a;
  margin: 0 0 8px;
  line-height: 1.2;
}

.de-city-section__head h2 {
  font-size: clamp(1.45rem, 2.4vw, 1.85rem);
}

.de-city-lead {
  font-family: "Manrope", sans-serif;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3a4240;
  margin: 0 0 16px;
  max-width: 48em;
}

.de-city-lead--secondary {
  font-size: 1rem;
  color: #5a6360;
}

.de-city-subhead {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 8px 0 14px;
}

.de-city-note {
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  color: #6b7573;
  margin: 18px 0 0;
}

/* Urgency / travaux split */
.de-city-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.de-city-panel {
  position: relative;
  border-radius: 22px;
  padding: 28px 26px 26px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.07);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.de-city-panel h2 {
  font-size: 1.35rem;
  margin-bottom: 12px;
}

.de-city-panel p {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3a4240;
  margin: 0 0 20px;
}

.de-city-panel .ibt-btn {
  margin: 0;
}

.de-city-panel--urgent {
  background:
    linear-gradient(160deg, rgba(232, 93, 93, 0.08) 0%, rgba(255, 255, 255, 0.95) 42%),
    #fff;
  border-color: rgba(232, 93, 93, 0.18);
}

.de-city-panel--urgent::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #e85d5d, #f0a0a0);
}

.de-city-panel--urgent .de-city-eyebrow {
  color: #c24141;
}

.de-city-panel--works {
  background:
    linear-gradient(160deg, rgba(69, 208, 189, 0.1) 0%, rgba(255, 255, 255, 0.95) 42%),
    #fff;
}

.de-city-panel--works::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #45d0bd, #8ae0d4);
}

/* Communes chips */
ul.de-communes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.de-communes li {
  margin: 0;
  padding: 9px 14px;
  background: rgba(69, 208, 189, 0.12);
  border: 1px solid rgba(69, 208, 189, 0.22);
  border-radius: 999px;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.2;
}

/* Steps — full-width rows (no skinny 3-col cards) */
ol.de-city-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.de-city-steps > li {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  width: 100%;
  margin: 0;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid rgba(26, 26, 26, 0.07);
  border-radius: 16px;
  box-sizing: border-box;
}

.de-city-steps__n {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #fff;
  background: linear-gradient(135deg, #3bb8a8, #45d0bd);
}

.de-city-steps > li > div {
  min-width: 0;
}

.de-city-steps h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 6px 0 6px;
  color: #1a1a1a;
}

.de-city-steps p {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.55;
  color: #5a6360;
  margin: 0;
  max-width: 42em;
}

/* Honesty band */
.de-city-section--honesty {
  padding-top: 12px;
}

.de-city-honesty {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px 28px;
  padding: 28px 28px;
  border-radius: 22px;
  background:
    linear-gradient(120deg, rgba(26, 26, 26, 0.94), rgba(26, 26, 26, 0.86)),
    #1a1a1a;
  color: #fff;
}

.de-city-honesty .de-city-eyebrow {
  color: #45d0bd;
}

.de-city-honesty h2 {
  color: #fff;
  font-size: 1.4rem;
}

.de-city-honesty p {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  max-width: 42em;
}

.de-city-honesty__extra {
  margin-top: 12px !important;
  color: rgba(255, 255, 255, 0.62) !important;
  font-size: 0.92rem !important;
}

.de-city-honesty .ibt-btn-secondary {
  flex: 0 0 auto;
}

/* Extra prose */
.de-city-prose-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.de-city-prose {
  padding: 22px 20px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(26, 26, 26, 0.07);
}

.de-city-prose h3 {
  font-family: "Sora", sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 10px;
  color: #1a1a1a;
}

.de-city-prose p {
  font-family: "Manrope", sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a4240;
  margin: 0;
}

/* FAQ panel */
.de-faq-list {
  max-width: 760px;
}

.de-faq-list--panel {
  max-width: none;
}

.de-faq-item {
  border-bottom: 1px solid rgba(26, 26, 26, 0.1);
  padding: 2px 0;
}

.de-faq-item:last-child {
  border-bottom: 0;
}

.de-faq-item summary {
  font-family: "Sora", sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  cursor: pointer;
  padding: 16px 0;
  list-style: none;
}

.de-faq-item summary::-webkit-details-marker {
  display: none;
}

.de-faq-item summary::after {
  content: "+";
  float: right;
  color: #45d0bd;
  font-weight: 500;
}

.de-faq-item[open] summary::after {
  content: "–";
}

.de-faq-item p {
  font-family: "Manrope", sans-serif;
  font-size: 0.98rem;
  line-height: 1.6;
  color: #3a4240;
  margin: 0 0 16px;
  padding-right: 1.5em;
}

.de-faq-item a {
  color: #3bb8a8;
}

/* City chips / maillage */
.de-cities-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

a.de-city-chip {
  display: inline-flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a1a1a;
  text-decoration: none;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(26, 26, 26, 0.12);
  background: #fff;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

a.de-city-chip:hover {
  border-color: #45d0bd;
  color: #3bb8a8;
  background: rgba(69, 208, 189, 0.08);
}

a.de-city-chip--muted {
  color: #6b7573;
  background: transparent;
}

/* Bottom CTA */
.de-city-cta-band {
  margin: 12px 20px 48px;
  padding: 40px 28px;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(69, 208, 189, 0.18) 0%, rgba(255, 255, 255, 0.7) 50%),
    #fff;
  border: 1px solid rgba(69, 208, 189, 0.28);
  text-align: center;
}

.de-city-cta-band .de-city-wrap {
  max-width: 640px;
  margin: 0 auto;
}

.de-city-cta-band h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  margin-bottom: 10px;
}

.de-city-cta-band p {
  font-family: "Manrope", sans-serif;
  font-size: 1.02rem;
  color: #5a6360;
  margin: 0 0 22px;
}

.de-city-cta-band .de-page-hero__ctas {
  justify-content: center;
  margin-top: 0;
}

@media (max-width: 899px) {
  .de-city-split,
  .de-city-prose-grid {
    grid-template-columns: 1fr;
  }

  .de-city-section--soft .de-city-wrap {
    padding: 28px 20px;
    border-radius: 18px;
  }

  .de-city-cta-band {
    margin: 8px 12px 36px;
    padding: 32px 18px;
  }

  .de-city-honesty {
    padding: 24px 20px;
  }
}

@media (max-width: 575px) {
  .de-city-hero.de-page-hero {
    padding: 36px 18px 36px;
  }

  .de-city-page .de-page-hero__ctas {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .de-city-page .de-page-hero__ctas .ibt-btn {
    width: 100%;
    justify-content: center;
    height: 50px;
    min-height: 50px;
    padding: 0 18px;
  }

  .de-city-page .de-city-panel .ibt-btn,
  .de-city-page .de-city-honesty .ibt-btn {
    width: 100%;
    justify-content: center;
  }
}
