.elementor-kit-14{--e-global-color-primary:#141414;--e-global-color-secondary:#1E3A5F;--e-global-color-text:#6B6B6B;--e-global-color-accent:#F7F6F3;--e-global-color-fe02a47:#FBFBFA;--e-global-color-5aaca58:#E8E6E0;--e-global-color-9f7a218:#EEF2F7;--e-global-color-3477599:#15283F;--e-global-color-f38a30c:#2C2C2C;--e-global-color-3b776b7:#2B4B73;--e-global-typography-primary-font-family:"Geist";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Geist";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Geist";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Geist Mono";--e-global-typography-accent-font-weight:500;font-family:"Geist", Sans-serif;font-size:15px;line-height:1.6em;letter-spacing:0em;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{font-family:"Geist", Sans-serif;font-size:84px;font-weight:600;}.elementor-kit-14 h2{font-family:"Geist", Sans-serif;font-size:56px;font-weight:600;line-height:1em;letter-spacing:-0.04em;}.elementor-kit-14 h3{font-family:"Geist", Sans-serif;font-size:26px;font-weight:600;line-height:1.2em;letter-spacing:-0.02em;}.elementor-kit-14 h4{font-family:"Geist", Sans-serif;font-size:20px;font-weight:600;line-height:1.3em;letter-spacing:-0.01em;}.elementor-kit-14 h5{font-family:"Geist", Sans-serif;font-weight:600;}.elementor-kit-14 h6{font-family:"Geist", Sans-serif;font-weight:600;}.elementor-kit-14 button,.elementor-kit-14 input[type="button"],.elementor-kit-14 input[type="submit"],.elementor-kit-14 .elementor-button{font-family:"Geist", Sans-serif;font-size:14px;font-weight:normal;text-decoration:none;border-radius:9999px 9999px 9999px 9999px;padding:16px 28px 16px 28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-14{font-size:15px;}.elementor-kit-14 h1{font-size:44px;}.elementor-kit-14 h2{font-size:40px;}.elementor-kit-14 h3{font-size:22px;}.elementor-kit-14 h4{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ════════════════════════════════════════════════════════════
   NETTOYAGE TERRASSE — CSS GLOBAL
   Site Settings → CSS personnalisé (remplace tout)
   ════════════════════════════════════════════════════════════ */

/* ─── 1. IMPORTS ─────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700;800&family=Geist+Mono:wght@400;500&display=swap');


/* ─── 2. RESET GLOBAL + FIX STICKY ───────────────────────── */
*, html, body {
  overflow-anchor: none !important;
}
html {
  overflow-x: clip !important;
  overflow-y: scroll !important;
  scrollbar-gutter: stable !important;
  scroll-behavior: smooth;
}
body {
  overflow: visible !important;
  margin: 0 !important;
  background: #F7F6F3;
  color: #141414;
  font-family: 'Geist', sans-serif;
  font-feature-settings: 'ss01', 'cv11';
}

/* Force le sticky même si un parent a overflow */
.elementor-section-wrap, .e-con { overflow: visible !important; }


/* ─── 3. TYPOGRAPHIE GLOBALE ─────────────────────────────── */
body,
body .elementor,
body .elementor * {
  font-family: 'Geist', sans-serif;
}
body .elementor-heading-title,
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Geist', sans-serif;
  letter-spacing: -0.03em;
}
.meta-tag,
[class*="mono"],
body .elementor-field-type-textarea textarea {
  font-family: 'Geist Mono', ui-monospace, monospace;
}
.tracking-tightest { letter-spacing: -0.04em; }


/* ─── 4. UTILITAIRES ─────────────────────────────────────── */
/* Grain overlay subtil */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 60;
  background-image: radial-gradient(rgba(0,0,0,0.035) 1px, transparent 1px);
  background-size: 3px 3px;
  mix-blend-mode: multiply;
  opacity: 0.4;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity .9s cubic-bezier(.16,1,.3,1), transform .9s cubic-bezier(.16,1,.3,1);
}
.reveal.in { opacity: 1; transform: none; }

/* Tags mono-uppercase */
.meta-tag {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6B6B;
}
.meta-tag.brand { color: #1E3A5F; }


/* ─── 5. HEADER STICKY ───────────────────────────────────── */
#nt-hdr {
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
}


/* ════════════════════════════════════════════════════════════
   ARTICLE — BLOG TEMPLATE
   ════════════════════════════════════════════════════════════ */

/* ─── 6. BREADCRUMB ──────────────────────────────────────── */
.nt-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-family: 'Geist Mono', monospace;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6B6B6B;
}
.nt-breadcrumb a {
  color: #6B6B6B;
  text-decoration: none;
  transition: color .2s ease;
}
.nt-breadcrumb a:hover { color: #141414; }
.nt-bc-sep { color: #6B6B6B; user-select: none; }
.nt-bc-current { color: #141414; font-weight: 500; }


/* ─── 7. POST CATÉGORIES (pills) ─────────────────────────── */
.nt-post-cats {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.nt-post-cat {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #1E3A5F;
  text-decoration: none;
  transition: color .2s ease;
}
.nt-post-cat::before {
  content: "· ";
  margin-right: 4px;
  color: #1E3A5F;
}
.nt-post-cat:hover { color: #15283F; }


/* ─── 8. BLOC AUTEUR + MÉTA (hero) ───────────────────────── */
.nt-author {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.nt-author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1E3A5F;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  overflow: hidden;
  padding: 6px;
}
.nt-author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.nt-author-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}
.nt-author-name {
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #141414;
  letter-spacing: -0.01em;
}
.nt-author-role {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #6B6B6B;
}

/* Pills méta (date + reading time avec SVG) */
.nt-meta-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  color: #6B6B6B;
  line-height: 1;
}
.nt-meta-pill svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  fill: currentColor;
}
.nt-meta-pill > span { white-space: nowrap; }


/* ─── 9. GRID ARTICLE (2 colonnes) + STICKY SIDEBAR ──────── */
@media (min-width: 1024px) {
  /* Grid : flex row, jamais wrap */
  .nt-article-grid,
  .nt-article-grid.e-con,
  .nt-article-grid > .e-con-inner {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
    width: 100% !important;
  }

  /* Sidebar : 280px figés */
  .nt-sidebar-col {
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    min-width: 280px !important;
    position: sticky !important;
    top: 110px !important;
    align-self: flex-start !important;
    z-index: 5;
  }

  /* Colonne contenu : auto-fill */
  .nt-article-grid > .e-con-inner > :not(.nt-sidebar-col),
  .nt-article-grid > :not(.nt-sidebar-col) {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    width: auto !important;
    max-width: 100% !important;
  }

  /* Post content occupe sa colonne */
  .elementor-widget-theme-post-content,
  .elementor-widget-theme-post-content > .elementor-widget-container,
  .article-prose {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ─── 10. TOC (Table of Contents custom) ─────────────────── */
.nt-toc-title {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1E3A5F;
  margin-bottom: 20px;
}
.nt-toc-nav {
  border-left: 2px solid #E8E6E0;
  display: flex;
  flex-direction: column;
}
.nt-toc-link {
  display: block;
  padding: 8px 14px;
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  color: #6B6B6B;
  text-decoration: none;
  border-left: 2px solid transparent;
  margin-left: -2px;
  transition: color .2s ease, border-color .2s ease, font-weight .2s ease;
}
.nt-toc-link:hover {
  color: #141414;
  border-left-color: #E8E6E0;
}
.nt-toc-link.is-active {
  color: #1E3A5F;
  border-left-color: #1E3A5F;
  font-weight: 500;
}


/* ─── 11. BLOC PARTAGER ──────────────────────────────────── */
.nt-share {
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid #E8E6E0;
}
.nt-share-title {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-bottom: 16px;
}
.nt-share-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nt-share-btn {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid #E8E6E0;
  color: #141414;
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  transition: border-color .2s ease, color .2s ease, transform .15s ease;
}
.nt-share-btn:hover {
  border-color: #1E3A5F;
  color: #1E3A5F;
  transform: translateY(-1px);
}
.nt-share-btn:active { transform: translateY(0); }


/* ─── 12. TYPOGRAPHIE CONTENU (.article-prose) ───────────── */
.article-prose {
  font-size: 17px;
  line-height: 1.75;
  color: #2C2C2C;
}
.article-prose p { margin-bottom: 1.5em; }
.article-prose h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.15;
  letter-spacing: -0.03em;
  color: #141414;
  margin: 3rem 0 1.25rem;
  scroll-margin-top: 100px;
}
.article-prose h3 {
  font-weight: 600;
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  color: #141414;
  margin: 2.25rem 0 0.75rem;
  scroll-margin-top: 100px;
}
.article-prose a {
  color: #1E3A5F;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease;
}
.article-prose a:hover { color: #0F1E30; }
.article-prose strong { color: #141414; font-weight: 600; }
.article-prose ul,
.article-prose ol {
  margin: 0 0 1.5em 0;
  padding-left: 1.25em;
}
.article-prose ul li,
.article-prose ol li { margin-bottom: .6em; }
.article-prose ul li::marker,
.article-prose ol li::marker { color: #1E3A5F; }

/* Blockquote */
.article-prose blockquote {
  border-left: 3px solid #1E3A5F;
  padding: .25rem 0 .25rem 1.5rem;
  margin: 2rem 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #141414;
}
.article-prose blockquote cite {
  display: block;
  margin-top: .75rem;
  font-size: 12px;
  font-family: 'Geist Mono', monospace;
  font-weight: 500;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #6B6B6B;
  font-style: normal;
}


/* ─── 13. CALLOUTS (Info / Warning / Tip) ────────────────── */
.callout {
  border-radius: 1.5rem;
  padding: 1.5rem 1.75rem;
  margin: 2rem 0;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.callout-info    { background: #EEF2F7; border: 1px solid #D9E2EE; }
.callout-warning { background: #FBF7EF; border: 1px solid #EBE3D2; }
.callout-tip     { background: #F7F6F3; border: 1px solid #E8E6E0; }
.callout svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.callout-info svg                { color: #1E3A5F; }
.callout-warning svg             { color: #8A6E2C; }
.callout-tip svg                 { color: #2C2C2C; }
.callout-title {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #1E3A5F;
  margin-bottom: .35rem;
}
.callout-warning .callout-title { color: #8A6E2C; }
.callout-tip .callout-title     { color: #2C2C2C; }
.callout p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0;
}
.callout p + p { margin-top: .75rem; }


/* ─── 14. TABLEAU COMPARATIF ─────────────────────────────── */
.article-prose table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #E8E6E0;
  border-radius: 1.25rem;
  overflow: hidden;
  font-size: 14px;
}
.article-prose thead { background: #141414; color: #fff; }
.article-prose th {
  text-align: left;
  padding: 14px 18px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.article-prose td {
  padding: 14px 18px;
  border-top: 1px solid #E8E6E0;
  background: #fff;
  vertical-align: top;
}
.article-prose tbody tr:first-child td { border-top: none; }
.article-prose tbody tr:nth-child(even) td { background: #FBFBFA; }


/* ─── 15. SECTION CTA (noir) ─────────────────────────────── */
.nt-cta-box {
  position: relative;
  background: #141414;
  color: #fff;
  border-radius: 40px;
  padding: 64px;
  overflow: hidden;
}
.nt-cta-glow {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background: rgba(30, 58, 95, 0.3);
  filter: blur(48px);
  pointer-events: none;
}
.nt-cta-content { position: relative; z-index: 1; }
.nt-cta-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #B3C5DC;
  margin-bottom: 20px;
}
.nt-cta-title {
  font-family: 'Geist', sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -0.04em;
  color: #fff;
  margin: 0 0 20px 0;
  max-width: 600px;
}
.nt-cta-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 560px;
  margin: 0 0 32px 0;
}
.nt-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nt-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 999px;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s ease, transform .15s ease;
}
.nt-cta-btn:active { transform: scale(0.98); }
.nt-cta-btn--primary {
  background: #fff;
  color: #141414;
}
.nt-cta-btn--primary:hover { background: #F7F6F3; }
.nt-cta-btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  background: transparent;
}
.nt-cta-btn--ghost:hover { background: rgba(255, 255, 255, 0.05); }
@media (max-width: 768px) {
  .nt-cta-box { padding: 40px 28px; border-radius: 32px; }
  .nt-cta-title { font-size: 28px; }
}


/* ─── 16. TAGS PILLS ─────────────────────────────────────── */
.nt-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-top: 32px;
  border-top: 1px solid #E8E6E0;
  max-width: 800px;
  margin: 0 auto;
}
.nt-tags-label {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-right: 8px;
}
.nt-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nt-tag-pill {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border-radius: 999px;
  background: #F7F6F3;
  border: 1px solid #E8E6E0;
  font-family: 'Geist', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
  transition: border-color .2s ease, color .2s ease, background-color .2s ease;
}
.nt-tag-pill:hover {
  border-color: #1E3A5F;
  color: #1E3A5F;
  background: #fff;
}


/* ─── 17. CARTE AUTEUR (Section 6) ───────────────────────── */
.nt-author-card {
  background: #fff;
  border: 1px solid #E8E6E0;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  gap: 32px;
  align-items: flex-start;
  max-width: 800px;
  margin: 0 auto;
}
.nt-author-card-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #1E3A5F;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  padding: 14px;
}
.nt-author-card-avatar img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.nt-author-card-text { flex: 1; }
.nt-author-card-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1E3A5F;
  margin-bottom: 8px;
}
.nt-author-card-name {
  font-family: 'Geist', sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #141414;
  margin: 0 0 12px 0;
}
.nt-author-card-bio {
  font-size: 15px;
  line-height: 1.65;
  color: #6B6B6B;
  margin: 0 0 20px 0;
}
.nt-author-card-links {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.nt-author-card-links a {
  font-size: 13px;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
  transition: color .2s ease;
}
.nt-author-card-links a:hover { color: #1E3A5F; }
.nt-author-card-links span { color: #6B6B6B; }
@media (max-width: 768px) {
  .nt-author-card {
    flex-direction: column;
    padding: 32px 24px;
    border-radius: 32px;
  }
}


/* ─── 18. ARTICLES LIÉS (Section 7) ──────────────────────── */
.nt-related {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}
.nt-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.nt-related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.nt-related-img {
  aspect-ratio: 4 / 3;
  border-radius: 32px;
  overflow: hidden;
  background: #F7F6F3;
  margin-bottom: 20px;
}
.nt-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s cubic-bezier(.16, 1, .3, 1);
}
.nt-related-card:hover .nt-related-img img { transform: scale(1.03); }
.nt-related-meta {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #6B6B6B;
  margin-bottom: 8px;
}
.nt-related-title {
  font-family: 'Geist', sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #141414;
  margin: 0 0 12px 0;
  transition: color .2s ease;
}
.nt-related-card:hover .nt-related-title { color: #1E3A5F; }
.nt-related-excerpt {
  font-size: 14px;
  line-height: 1.65;
  color: #6B6B6B;
  margin: 0;
}
@media (max-width: 1024px) {
  .nt-related-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .nt-related-grid { grid-template-columns: 1fr; gap: 32px; }
  .nt-related-img { border-radius: 24px; }
  .nt-related-title { font-size: 20px; }
}

/* En-tête de la section related */
.nt-related-header {
  max-width: 1280px;
  margin: 0 auto 64px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}
.nt-related-eyebrow {
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #1E3A5F;
}
.nt-related-section-title {
  font-family: 'Geist', sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.04em;
  color: #141414;
  margin: 0;
  max-width: 600px;
}
.nt-related-allink {
  position: absolute;
  right: 24px;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Geist', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #141414;
  text-decoration: none;
  transition: color .2s ease;
}
.nt-related-allink:hover { color: #1E3A5F; }
@media (max-width: 768px) {
  .nt-related-section-title { font-size: 36px; }
  .nt-related-allink { position: static; margin-top: 8px; }
}


/* ─── 19. READING PROGRESS BAR (si custom code) ──────────── */
.progress-bar,
#nt-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  background: #1E3A5F;
  width: 0%;
  z-index: 9999;
  transition: width .1s linear;
  pointer-events: none;
}


/* ════════════════════════════════════════════════════════════
   HOMEPAGE — Composants existants
   ════════════════════════════════════════════════════════════ */

/* ─── 20. CARDS PREMIUM ──────────────────────────────────── */
.card-premium {
  border-radius: 40px !important;
  border: 1px solid #E8E6E0;
  background: #FFFFFF;
}
.card-premium-dark {
  border-radius: 40px !important;
  background: #1E3A5F;
  color: #FFFFFF;
}


/* ─── 21. SLIDER AVANT/APRÈS ─────────────────────────────── */
.ba,
.ba-slider {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.ba img,
.ba-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ba .after,
.ba-slider .after-wrap {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
}
.ba .handle,
.ba-slider .handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  cursor: ew-resize;
}
.ba .handle::after,
.ba-slider .handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  transform: translate(-50%, -50%);
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.ba .handle::before,
.ba-slider .handle::before {
  content: "⟷";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #1E3A5F;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Geist Mono', monospace;
}
.ba .tag,
.ba-slider .tag {
  position: absolute;
  top: 16px;
  padding: 6px 12px;
  border-radius: 9999px;
  font-family: 'Geist Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ba .tag.left,
.ba-slider .tag.left {
  left: 16px;
  background: rgba(20,20,20,.75);
  color: #fff;
}
.ba .tag.right,
.ba-slider .tag.right {
  right: 16px;
  background: rgba(255,255,255,.9);
  color: #141414;
}


/* ─── 22. FAQ (details/summary) ──────────────────────────── */
details > summary {
  list-style: none;
  cursor: pointer;
}
details > summary::-webkit-details-marker { display: none; }
details[open] .plus { transform: rotate(45deg); }
.plus { transition: transform .3s cubic-bezier(.16, 1, .3, 1); }


/* ─── 23. MARQUEE ────────────────────────────────────────── */
.marquee {
  display: flex;
  gap: 4rem;
  animation: slide 40s linear infinite;
}
@keyframes slide {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-Light.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-SemiBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-ExtraBold.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist';
	font-style: italic;
	font-weight: normal;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/Geist-Italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/GeistMono-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Geist Mono';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('http://nettoyageterrasse.be/wp-content/uploads/2026/04/GeistMono-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */