/* =====================================================
   Theme Vision Color v2 — classes des blocs Gutenberg
   Reprend fidèlement les styles du design d'origine.
   Toutes les classes sont préfixées .vc- (aucun style
   agressif global : compatible Gutenberg & Elementor).
   ===================================================== */

/* ---------- Sections & conteneurs ---------- */
.vc-sec { margin: 0; }
.vc-sec-48 { padding-top: 48px; padding-bottom: 48px; }
.vc-sec-56 { padding-top: 56px; padding-bottom: 56px; }
.vc-sec-64 { padding-top: 64px; padding-bottom: 64px; }
.vc-sec-88 { padding-top: 88px; padding-bottom: 88px; }
.vc-sec-92 { padding-top: 92px; padding-bottom: 92px; }
.vc-sec-96 { padding-top: 96px; padding-bottom: 96px; }

.vc-bg-light { background: #f4f5f6; }
.vc-bg-soft  { background: #f7f8f9; }
.vc-bg-white { background: #ffffff; }
.vc-bg-dark  { background: #17191c; color: #ffffff; }
.vc-bg-dark2 { background: #1f2226; color: #ffffff; }
.vc-bb { border-bottom: 1px solid #e4e6e9; }
.vc-bt { border-top: 1px solid #e4e6e9; }
.vc-overflow { overflow: hidden; position: relative; }
.vc-center-text { text-align: center; }

.vc-pad { max-width: 1320px; margin: 0 auto; padding-left: 40px; padding-right: 40px; position: relative; }
.vc-pad--hero { padding-top: 80px; padding-bottom: 84px; }
.vc-pad--band { padding-top: 64px; padding-bottom: 56px; }
.vc-pad--band-sm { padding-top: 64px; padding-bottom: 48px; }
.vc-narrow-1000 { max-width: 1000px; }
.vc-narrow-900 { max-width: 900px; }
.vc-narrow-760 { max-width: 760px; }
.vc-maxw-660 { max-width: 660px; }

/* ---------- Grilles ---------- */
.vc-2col, .vc-3col, .vc-4col, .vc-6col, .vc-7col { display: grid; }
.vc-2col { grid-template-columns: 1fr 1fr; gap: 48px; }
.vc-3col { grid-template-columns: repeat(3, 1fr); }
.vc-4col { grid-template-columns: repeat(4, 1fr); }
.vc-6col { grid-template-columns: repeat(6, 1fr); }
.vc-7col { grid-template-columns: repeat(7, 1fr); }
.vc-hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 56px; align-items: center; }
.vc-dist-grid { display: grid; grid-template-columns: 1fr 0.8fr; gap: 48px; align-items: center; }
.vc-timeline { gap: 0; }

.vc-cols-085 { grid-template-columns: 0.85fr 1.15fr; }
.vc-cols-11 { grid-template-columns: 1.1fr 0.9fr; }
.vc-gap-0 { gap: 0; }
.vc-gap-12 { gap: 12px; }
.vc-gap-14 { gap: 14px; }
.vc-gap-20 { gap: 20px; }
.vc-gap-56 { gap: 56px; }
.vc-align-center { align-items: center; }
.vc-align-start { align-items: start; }
/* grille "1px" : cellules séparées par un filet gris */
.vc-grid-lines { gap: 1px; background: #e4e6e9; border: 1px solid #e4e6e9; }

/* ---------- Marges utilitaires ---------- */
.vc-mb-0 { margin-bottom: 0 !important; }
.vc-mb-10 { margin-bottom: 10px !important; }
.vc-mb-14 { margin-bottom: 14px !important; }
.vc-mb-16 { margin-bottom: 16px !important; }
.vc-mb-18 { margin-bottom: 18px !important; }
.vc-mb-22 { margin-bottom: 22px !important; }
.vc-mb-24 { margin-bottom: 24px !important; }
.vc-mb-28 { margin-bottom: 28px !important; }
.vc-mb-30 { margin-bottom: 30px !important; }
.vc-mb-32 { margin-bottom: 32px !important; }
.vc-mb-36 { margin-bottom: 36px !important; }
.vc-mb-40 { margin-bottom: 40px !important; }
.vc-mb-42 { margin-bottom: 42px !important; }
.vc-mb-48 { margin-bottom: 48px !important; }
.vc-mb-56 { margin-bottom: 56px !important; }
.vc-mb-60 { margin-bottom: 60px !important; }
.vc-mt-40 { margin-top: 40px !important; }
.vc-mt-44 { margin-top: 44px !important; }

/* ---------- Typographie ---------- */
.vc-kicker {
  display: flex; align-items: center; gap: 10px; margin: 0 0 18px;
  font-family: 'IBM Plex Mono', monospace; font-size: 12px;
  letter-spacing: 0.2em; color: #6b7076;
}
.vc-kicker::before { content: ""; width: 24px; height: 3px; background: #d92027; flex-shrink: 0; }
.vc-kicker--hero { font-size: 11px; margin-bottom: 26px; }
.vc-kicker--hero::before { width: 26px; }
.vc-bg-dark .vc-kicker, .vc-bg-dark2 .vc-kicker { color: #8b9096; }

.vc-eyebrow {
  font-family: 'IBM Plex Mono', monospace; font-size: 12px;
  letter-spacing: 0.2em; color: #d92027; margin: 0 0 14px;
}
.vc-bg-dark .vc-eyebrow, .vc-bg-dark2 .vc-eyebrow { color: #ff5a60; }

h1.vc-h1, .vc-h1 {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 48px;
  letter-spacing: -0.02em; line-height: 1.06; margin: 0 0 18px; color: #17191c; max-width: 780px;
}
.vc-h1--hero { font-size: 58px; line-height: 1.03; margin-bottom: 22px; max-width: none; }
.vc-bg-dark .vc-h1, .vc-bg-dark2 .vc-h1 { color: #ffffff; }

h2.vc-h2, .vc-h2 {
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 38px;
  letter-spacing: -0.02em; line-height: 1.12; margin: 0 0 16px; color: #17191c;
}
.vc-h2--32 { font-size: 32px; }
.vc-h2--34 { font-size: 34px; }
.vc-h2--40 { font-size: 40px; line-height: 1.08; }
.vc-h2--44 { font-size: 44px; }
.vc-bg-dark .vc-h2, .vc-bg-dark2 .vc-h2 { color: #ffffff; }

.vc-h3 {
  font-family: 'Archivo', sans-serif; font-weight: 700; font-size: 17px;
  margin: 0 0 8px; color: #17191c; line-height: 1.3;
}
.vc-h3--15 { font-size: 15px; margin-bottom: 6px; }
.vc-h3--16 { font-size: 16px; margin-bottom: 7px; }
.vc-h3--18 { font-size: 18px; }
.vc-h3--21 { font-size: 21px; margin-bottom: 12px; }
.vc-h3--22 { font-size: 22px; margin-bottom: 6px; }
.vc-h3--22b { font-size: 22px; margin-bottom: 24px; }
.vc-h3--23 { font-size: 23px; margin-bottom: 10px; }
.vc-bg-dark .vc-h3, .vc-bg-dark2 .vc-h3, .vc-ctaband .vc-h3 { color: #ffffff; }

.vc-lead { font-size: 18px; line-height: 1.6; color: #4a4e54; margin: 0; max-width: 640px; }
.vc-lead--520 { max-width: 520px; margin-bottom: 34px; }
.vc-lead--560 { max-width: 560px; }
.vc-lead--600 { max-width: 600px; }
.vc-bg-dark .vc-lead, .vc-bg-dark2 .vc-lead { color: #a2a6ab; }

.vc-text { font-size: 16px; color: #4a4e54; line-height: 1.7; margin: 0 0 14px; }
.vc-text--muted { color: #6b7076; margin-bottom: 0; }
.vc-text-16 { font-size: 16px; color: #a2a6ab; line-height: 1.6; margin: 0 0 28px; max-width: 480px; }
.vc-bg-dark .vc-intro, .vc-bg-dark2 .vc-intro { font-size: 16px; color: #a2a6ab; line-height: 1.6; margin: 0; }

.vc-small { font-size: 13px; color: #6b7076; line-height: 1.55; margin: 0; }
.vc-small--12 { font-size: 12.5px; line-height: 1.5; }
.vc-small--14 { font-size: 14px; line-height: 1.6; }
.vc-card-note { font-size: 14px; color: #6b7076; line-height: 1.65; margin: 0; }

.vc-mono-note {
  font-family: 'IBM Plex Mono', monospace; font-size: 12px;
  color: #8b9096; line-height: 1.6; margin: 0;
}

/* ---------- Liens fléchés ---------- */
.vc-arrow-link, .vc-arrow-link:visited {
  font-size: 14px; font-weight: 700; color: #d92027; text-decoration: none; cursor: pointer;
}
.vc-arrow-link--13 { font-size: 13px; }
.vc-arrow-link--15 { font-size: 15px; }
.vc-arrow-link:hover { color: #b4181e; }

/* ---------- Boutons (core/button) ---------- */
.vc-btn-row { display: flex !important; flex-wrap: wrap; gap: 12px !important; margin-bottom: 0; }
.vc-btn-row--center { justify-content: center; }
.vc-btn-row .wp-block-button__link {
  border-radius: 0; padding: 15px 26px; font-size: 15px; font-weight: 700;
  text-decoration: none; line-height: 1.2; border: 1px solid transparent;
}
.vc-btn-row .vc-btn-sm .wp-block-button__link { padding: 13px 22px; font-size: 14px; }
.vc-btn-row .vc-btn-lg .wp-block-button__link { padding: 16px 27px; font-size: 16px; }
.vc-btn-red .wp-block-button__link { background: #d92027; color: #ffffff; }
.vc-btn-red .wp-block-button__link:hover { background: #b4181e; color: #ffffff; }
.vc-btn-dark .wp-block-button__link { background: #17191c; color: #ffffff; font-weight: 600; }
.vc-btn-dark .wp-block-button__link:hover { background: #2b2f34; color: #ffffff; }
.vc-btn-outline .wp-block-button__link { background: transparent; border-color: #17191c; color: #17191c; font-weight: 600; }
.vc-btn-outline .wp-block-button__link:hover { background: #17191c; color: #ffffff; }
.vc-btn-ghost .wp-block-button__link { background: transparent; border-color: #4a4e54; color: #ffffff; font-weight: 600; }
.vc-btn-ghost .wp-block-button__link:hover { border-color: #ffffff; color: #ffffff; }

/* ---------- Bandeau chiffres / stats ---------- */
.vc-cell { padding: 28px 20px; border-right: 1px solid #eceef0; }
.vc-cell:last-child { border-right: none; }
.vc-cell-big { font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 26px; color: #d92027; line-height: 1; margin: 0; }
.vc-cell-label { font-size: 12.5px; color: #4a4e54; margin: 9px 0 0; line-height: 1.4; }
.vc-stat { padding: 34px 20px; border-right: 1px solid #eceef0; }
.vc-stat:last-child { border-right: none; }
.vc-stat-big { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 34px; color: #17191c; line-height: 1; margin: 0; }
.vc-stat-label { font-size: 13px; color: #6b7076; margin: 10px 0 0; }

/* ---------- Cartes ---------- */
.vc-card { background: #ffffff; }
.vc-card--soft { background: #f7f8f9; }
.vc-topline { border-top: 3px solid #d92027; }
.vc-p-24 { padding: 24px; }
.vc-p-26 { padding: 26px; }
.vc-p-profile { padding: 34px 30px; }
.vc-ucard-body { padding: 18px 18px 20px; }
.vc-ucard-body--sm { padding: 16px 16px 18px; }

.vc-num-box {
  width: 52px; height: 52px; border: 1.5px solid #17191c;
  display: flex; align-items: center; justify-content: center; margin: 0 0 24px;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 18px; color: #d92027;
}

.vc-dash { width: 22px; height: 3px; background: #d92027; margin: 0 0 14px; }
.vc-dash--center { width: 40px; margin: 0 auto 24px; }

/* ---------- En-tête de section avec lien à droite ---------- */
.vc-header-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; margin-bottom: 40px; flex-wrap: wrap; }
.vc-header-row > * { margin-bottom: 0; }
.vc-header-row .vc-h2 { margin-bottom: 0; }

/* ---------- Timeline (section système, fond sombre) ---------- */
.vc-step { position: relative; padding: 0 14px 0 0; }
.vc-step-head { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.vc-step-num {
  width: 40px; height: 40px; background: #d92027; display: flex; align-items: center; justify-content: center;
  font-family: 'Archivo', sans-serif; font-weight: 800; font-size: 16px; color: #ffffff; flex-shrink: 0;
}
.vc-step-line { flex: 1 1 0%; height: 1px; background: #3a3d42; }
.vc-step .vc-h3 { font-size: 16px; color: #ffffff; margin-bottom: 8px; }
.vc-step-text { font-size: 12.5px; color: #8b9096; line-height: 1.5; margin: 0; }
/* variante compacte (bandeau page Systèmes) */
.vc-step--sm { padding-right: 12px; }
.vc-step--sm .vc-step-head { gap: 8px; margin-bottom: 14px; }
.vc-step--sm .vc-step-num { width: 36px; height: 36px; font-size: 14px; }
.vc-step--sm .vc-step-line { background: #33383e; }
.vc-step--sm .vc-h3 { font-size: 14px; margin-bottom: 0; }

/* ---------- Lignes détaillées (page Systèmes) ---------- */
.vc-sysrow { display: grid; grid-template-columns: 110px 1fr; gap: 28px; padding: 28px 0; border-bottom: 1px solid #e4e6e9; }
.vc-sysrow-num { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 34px; color: #d92027; }
.vc-sysrow-num::after { content: ""; display: block; width: 44px; height: 3px; background: #17191c; margin-top: 10px; }
.vc-sysrow .vc-h3 { font-size: 23px; margin-bottom: 10px; }
.vc-sysrow-text { font-size: 15px; color: #4a4e54; line-height: 1.6; margin: 0 0 12px; max-width: 620px; }

/* ---------- Ressources (accueil) ---------- */
.vc-resrow { background: #ffffff; padding: 22px; display: flex; align-items: center; gap: 16px; }
.vc-resrow > div:last-child { flex: 1; }
.vc-resrow .vc-h3 { font-family: 'IBM Plex Sans', sans-serif; font-size: 14px; margin-bottom: 3px; }
.vc-resrow-meta { font-family: 'IBM Plex Mono', monospace; font-size: 10px; color: #8b9096; margin: 0; }

/* Icône document (décor) */
.vc-doc-icon { width: 38px; height: 48px; background: linear-gradient(#f0f1f3, #dfe1e4); border: 1px solid #cfd2d6; position: relative; flex-shrink: 0; }
.vc-doc-icon i { position: absolute; left: 6px; right: 6px; height: 2px; background: #c4c7cb; }
.vc-doc-icon i:nth-child(1) { top: 7px; height: 3px; background: #d92027; }
.vc-doc-icon i:nth-child(2) { top: 14px; right: 12px; }
.vc-doc-icon i:nth-child(3) { top: 20px; right: 8px; }

/* ---------- Listes à puces carrées (partenariat, fond sombre) ---------- */
.vc-check { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #d4d6d9; margin: 0; }
.vc-check::before { content: ""; width: 6px; height: 6px; background: #d92027; flex-shrink: 0; }

/* ---------- Bandeau CTA noir ---------- */
.vc-ctaband { background: #17191c; padding: 36px; display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.vc-ctaband .vc-small--14 { color: #8b9096; }

/* ---------- Cartes coordonnées (contact) ---------- */
.vc-info-card { border: 1px solid #e4e6e9; padding: 22px; background: #f7f8f9; margin-bottom: 12px; }
.vc-info-label { font-family: 'IBM Plex Mono', monospace; font-size: 11px; color: #6b7076; margin: 0 0 6px; }
.vc-info-value { font-size: 15px; color: #17191c; margin: 0; }
.vc-info-card--dark { border: none; border-left: 3px solid #d92027; background: #17191c; }
.vc-info-card--dark .vc-info-label { color: #8b9096; }
.vc-info-card--dark .vc-info-value { color: #ffffff; }
.vc-info-card--dark a { color: #ffffff; text-decoration: none; }

/* ---------- Panneaux (formulaires) ---------- */
.vc-panel { border: 1px solid #e4e6e9; background: #f7f8f9; padding: 32px; }
.vc-panel--30 { padding: 30px; }
.vc-panel--36 { padding: 36px; background: #ffffff; }

/* ---------- FAQ ---------- */
.vc-faq-item { border-bottom: 1px solid #e4e6e9; padding: 20px 0; }
.vc-faq-item .vc-h3 { font-size: 16px; }

/* ---------- Étapes distributeur ---------- */
.vc-howstep { border-left: 2px solid #e4e6e9; padding-left: 18px; }
.vc-howstep-num { font-family: 'Archivo', sans-serif; font-weight: 900; font-size: 30px; color: #d92027; margin: 0 0 12px; }

/* ---------- Sous-catégories produits ---------- */
.vc-subcat { background: #ffffff; padding: 22px; display: flex; gap: 16px; align-items: flex-start; }
.vc-subcat::before { content: ""; width: 5px; height: 42px; background: #d92027; flex-shrink: 0; }
.vc-subcat > div { flex: 1; }
.vc-subcat .vc-h3 { font-size: 16px; margin-bottom: 6px; }
.vc-subcat-items { font-family: 'IBM Plex Mono', monospace; font-size: 12px; color: #6b7076; line-height: 1.6; margin: 0; }

/* ---------- Formulaires statiques (support / distributeurs) ---------- */

/* ---------- Responsive (complète les media queries existantes) ---------- */
@media (max-width: 980px) {
  .vc-h1--hero { font-size: 38px !important; }
  .vc-sec-88, .vc-sec-92, .vc-sec-96 { padding-top: 60px; padding-bottom: 60px; }
  .vc-sec-56, .vc-sec-64 { padding-top: 48px; padding-bottom: 48px; }
  .vc-pad--hero { padding-top: 56px; padding-bottom: 60px; }
  .vc-pad--band, .vc-pad--band-sm { padding-top: 48px; padding-bottom: 40px; }
  .vc-cell, .vc-stat { border-right: none; border-bottom: 1px solid #eceef0; }
  .vc-sysrow { grid-template-columns: 70px 1fr; gap: 18px; }
  .vc-ctaband { padding: 26px; }
}
@media (max-width: 560px) {
  .vc-h1, h1.vc-h1 { font-size: 34px; }
  .vc-h2--44 { font-size: 30px; }
}

/* ---------- Éditeur Gutenberg ---------- */
.editor-styles-wrapper .vc-pad { max-width: 1320px; }
.editor-styles-wrapper .vc-bg-dark, .editor-styles-wrapper .vc-bg-dark2 { color: #fff; }


/* =====================================================
   Accueil v5.2 — hero éditable en véritable écran partagé
   Le ciblage body.home garde le nouveau rendu même si la page
   Accueil existante n'est pas réinstallée après la mise à jour.
   ===================================================== */
.vc-home-hero .vc-home-hero__inner,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child > .vc-pad--hero {
  max-width: none;
  padding: 0;
  position: relative;
  z-index: 1;
}

.vc-home-hero .vc-home-hero__grid,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid {
  grid-template-columns: minmax(0, 35%) minmax(0, 65%);
  gap: 0;
  min-height: max(620px, calc(100dvh - 113px));
  align-items: stretch;
}

.vc-home-hero .vc-home-hero__copy,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-left {
  width: 100%;
  max-width: 760px;
  padding: clamp(58px, 6vw, 100px) clamp(28px, 4vw, 64px) clamp(58px, 6vw, 100px) clamp(32px, 5vw, 82px);
  justify-self: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.vc-home-hero .vc-home-hero__media,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
  width: 100%;
  height: 100%;
  min-height: max(620px, calc(100dvh - 113px));
  margin: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background: #e5e7e9;
  position: relative;
  isolation: isolate;
}

/* Transition douce entre le panneau texte et la photographie.
   Le dégradé recouvre uniquement le bord gauche de l'image :
   l'image reste donc modifiable normalement dans Gutenberg. */
.vc-home-hero .vc-home-hero__media::before,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -12px;
  bottom: -12px;
  left: -18px;
  width: clamp(190px, 17vw, 330px);
  pointer-events: none;
  background: linear-gradient(
    90deg,
    #f4f5f6 0%,
    rgba(244, 245, 246, 0.98) 14%,
    rgba(244, 245, 246, 0.90) 31%,
    rgba(244, 245, 246, 0.68) 50%,
    rgba(244, 245, 246, 0.36) 70%,
    rgba(244, 245, 246, 0.10) 88%,
    rgba(244, 245, 246, 0) 100%
  );
  filter: blur(5px);
  transform: translateX(-4px) scaleX(1.03);
  transform-origin: left center;
}


.vc-home-hero .vc-home-hero__media img,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero img {
  width: 100%;
  height: 100%;
  min-height: max(620px, calc(100dvh - 113px));
  object-fit: cover;
  object-position: center;
  padding: 0;
}

.vc-home-hero .vc-hero-visual,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-visual {
  display: none !important;
}

@media (max-width: 980px) {
  .vc-home-hero .vc-home-hero__grid,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid {
    grid-template-columns: 1fr !important;
    min-height: 0;
  }

  .vc-home-hero .vc-home-hero__copy,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-left {
    max-width: none;
    padding: 52px 20px 44px;
    justify-self: stretch;
  }

  .vc-home-hero .vc-home-hero__media,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero,
  .vc-home-hero .vc-home-hero__media img,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero img {
    min-height: 330px;
    height: 330px;
  }

  .vc-home-hero .vc-home-hero__media::before,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero::before {
    content: none;
    display: none;
  }
}

/* =====================================================
   Timeline mobile v5.2 — cartes lisibles et progression claire
   ===================================================== */
@media (max-width: 640px) {
  .vc-timeline {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    background: transparent;
  }

  .vc-timeline .vc-step {
    position: relative;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 16px;
    row-gap: 4px;
    padding: 18px;
    border: 1px solid #30343a;
    border-left: 3px solid #d92027;
    background: #202327;
  }

  .vc-timeline .vc-step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 38px;
    bottom: -13px;
    width: 1px;
    height: 13px;
    background: #d92027;
  }

  .vc-timeline .vc-step-head {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: block;
    margin: 0;
  }

  .vc-timeline .vc-step-num {
    width: 44px;
    height: 44px;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,.12);
  }

  .vc-timeline .vc-step-line {
    display: none;
  }

  .vc-timeline .vc-step .vc-h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 2px 0 4px;
    font-size: 18px;
    line-height: 1.25;
  }

  .vc-timeline .vc-step-text {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 13.5px;
    line-height: 1.55;
    color: #b2b6bb;
  }

  .vc-timeline .vc-step--sm {
    padding: 15px;
  }

  .vc-timeline .vc-step--sm .vc-step-num {
    width: 40px;
    height: 40px;
  }

  .vc-timeline .vc-step--sm .vc-h3 {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .vc-home-hero .vc-home-hero__media,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero,
  .vc-home-hero .vc-home-hero__media img,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero img {
    min-height: 260px;
    height: 260px;
  }
}


/* ---------- Interview BFM Business ---------- */
.vc-bfm-video-card {
  position: relative; display: flex; flex-direction: column; justify-content: flex-end;
  min-height: 390px; padding: 38px; overflow: hidden; border: 1px solid rgba(255,255,255,.16);
  color: #fff; background:
    radial-gradient(circle at 70% 28%, rgba(217,32,39,.32), transparent 30%),
    linear-gradient(145deg, #0d0f12, #25282d 58%, #111316);
}
.vc-bfm-video-card::before { content:""; position:absolute; inset:0; background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size:32px 32px; }
.vc-bfm-video-card > * { position:relative; z-index:1; }
.vc-bfm-video-card__brand { position:absolute; top:30px; left:32px; font-family:'Archivo',sans-serif; font-size:15px; font-weight:900; letter-spacing:.08em; }
.vc-bfm-video-card__play { display:flex; align-items:center; justify-content:center; width:76px; height:76px; margin-bottom:42px; background:#d92027; border-radius:50%; font-size:25px; padding-left:4px; box-shadow:0 12px 38px rgba(217,32,39,.35); }
.vc-bfm-video-card__title { max-width:560px; font-family:'Archivo',sans-serif; font-size:25px; line-height:1.15; font-weight:800; }
.vc-bfm-video-card__meta { margin-top:12px; font-family:'IBM Plex Mono',monospace; font-size:10px; letter-spacing:.1em; text-transform:uppercase; color:#aeb2b7; }
.vc-bfm-video-card:hover .vc-bfm-video-card__play { transform:scale(1.04); }

/* --------------------------------------------------------------
   v7.8.2 — Bandeaux de page centrés (demande client).
   Cible uniquement les bandeaux d'en-tête clairs des pages
   Produits, Nos Gammes, Documentation, Entreprise et Contact :
   enfants directs (kicker, H1, lead, rangée de boutons) du bloc
   .vc-pad--band / .vc-pad--band-sm posé sur fond .vc-bg-light.
   Sans effet sur : Accueil (vc-pad--hero), Distributeurs
   (vc-bg-dark), fiches produits (contenu .vcc-product-hero),
   pages légales (pas de bandeau). S'applique automatiquement
   aux pages traduites (mêmes classes).
   ------------------------------------------------------------ */
.vc-bg-light .vc-pad--band > .vc-kicker,
.vc-bg-light .vc-pad--band > .vc-h1,
.vc-bg-light .vc-pad--band > .vc-lead,
.vc-bg-light .vc-pad--band-sm > .vc-kicker,
.vc-bg-light .vc-pad--band-sm > .vc-h1,
.vc-bg-light .vc-pad--band-sm > .vc-lead {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.vc-bg-light .vc-pad--band > .vc-btn-row,
.vc-bg-light .vc-pad--band-sm > .vc-btn-row {
  justify-content: center;
}

/* --------------------------------------------------------------
   v7.8.3 — Hero d'accueil : header + hero = hauteur d'écran EXACTE
   sur tous les écrans (14" comme 27").
   Correctifs : la bordure basse du hero (1px, .vc-bb) est désormais
   comptée dans le calcul (114px = 36 topbar + 74 nav + 3 liseré + 1
   bordure), et la barre d'admin WordPress (32px connecté) est
   déduite pour que le rendu soit exact aussi en étant connecté.
   Le plancher de 620px est conservé pour les petites fenêtres.
   ------------------------------------------------------------ */
.vc-home-hero .vc-home-hero__grid,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid,
.vc-home-hero .vc-home-hero__media,
body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
  min-height: max(620px, calc(100dvh - 114px));
}
body.admin-bar .vc-home-hero .vc-home-hero__grid,
body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid,
body.admin-bar .vc-home-hero .vc-home-hero__media,
body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
  min-height: max(620px, calc(100dvh - 114px - 32px));
}
@media (max-width: 782px) {
  body.admin-bar .vc-home-hero .vc-home-hero__grid,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid,
  body.admin-bar .vc-home-hero .vc-home-hero__media,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
    min-height: max(620px, calc(100dvh - 114px - 46px));
  }
}

/* --------------------------------------------------------------
   v7.8.4 — Hero d'accueil : hauteur EXACTE = écran − header, sur
   tous les écrans desktop (14" comme 27").
   Changement de logique : la section n'a plus une hauteur MINIMUM
   (qui laissait le contenu la faire déborder) mais une hauteur
   FIXE (100dvh − 114px ; − barre d'admin si connecté). Le texte
   se centre verticalement et ses marges internes se compriment
   selon la hauteur d'écran (6dvh, de 24px à 96px) : le rendu est
   identique partout, le bandeau suivant commence pile sous le pli.
   Mobile (≤ 900px) : comportement actuel conservé.
   ------------------------------------------------------------ */
@media (min-width: 901px) {
  .vc-home-hero,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 114px);
    min-height: 540px;
  }
  body.admin-bar .vc-home-hero,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child {
    height: calc(100dvh - 146px);
  }
  .vc-home-hero .vc-home-hero__inner,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child > .vc-pad--hero {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
  }
  .vc-home-hero .vc-home-hero__grid,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid {
    flex: 1 1 auto;
    min-height: 0;
    height: auto;
  }
  .vc-home-hero .vc-home-hero__media,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
    min-height: 0;
  }
  .vc-home-hero .vc-home-hero__copy,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-left {
    padding-top: clamp(24px, 6dvh, 96px);
    padding-bottom: clamp(24px, 6dvh, 96px);
    justify-content: center;
  }
}

/* --------------------------------------------------------------
   v7.8.5 — Bandeau de chiffres plus fin sur desktop.
   Les cellules .vc-stat gardent 34px de marge verticale sur mobile
   (empilées) mais passent à 20px sur grand écran : même épaisseur
   proportionnelle partout. Rien d'autre ne change (typo, bordures,
   colonnes intactes).
   ------------------------------------------------------------ */
@media (min-width: 901px) {
  .vc-stat {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* v7.8.6 — Le bandeau de chiffres de l'accueil utilise les cellules
   .vc-cell (markup en base) et non .vc-stat : même affinage appliqué
   aux deux sur desktop. Mobile inchangé. */
@media (min-width: 901px) {
  .vc-cell {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* --------------------------------------------------------------
   v7.10.4 — Hero d'accueil sur mobile / tablette : suppression du
   bloc gris sous la photographie.
   Cause : les règles de hauteur d'écran ajoutées en v7.8.3
   (min-height: max(620px, 100dvh − 114px) sur .vc-hero-grid et
   .vc-img-hero) s'appliquaient à TOUTES les largeurs et passaient
   après la règle mobile de 330px. Le conteneur de l'image gardait
   donc 620px de haut alors que l'image n'en occupait que 330 :
   les ~290px restants affichaient son fond gris (#e5e7e9).
   Correctif : sous 981px, la hauteur d'écran est neutralisée et le
   conteneur épouse exactement l'image. Le rendu desktop
   (≥ 981px, hauteur d'écran exacte validée en v7.8.4) est
   strictement inchangé.
   ------------------------------------------------------------ */
@media (max-width: 980px) {
  .vc-home-hero,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child,
  body.admin-bar .vc-home-hero,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child {
    height: auto;
    min-height: 0;
  }

  .vc-home-hero .vc-home-hero__grid,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid,
  body.admin-bar .vc-home-hero .vc-home-hero__grid,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-hero-grid {
    height: auto;
    min-height: 0;
  }

  .vc-home-hero .vc-home-hero__media,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero,
  body.admin-bar .vc-home-hero .vc-home-hero__media,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero {
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    background: transparent;
  }

  .vc-home-hero .vc-home-hero__media img,
  body.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero img,
  body.admin-bar .vc-home-hero .vc-home-hero__media img,
  body.admin-bar.home .vc-content > .vc-bg-light.vc-overflow:first-child .vc-img-hero img {
    display: block;
    height: 330px;
    min-height: 330px;
    max-height: 330px;
    object-fit: cover;
  }
}
