

:root {
  --r-p: 8px;          
  --r-g: 16px;         
  --r-pil: 100px;      
  --r-past: 50px;      
  --marge: clamp(20px, 10vw, 144px);
  --anneau: inset 0 0 0 1px rgba(0, 0, 0, .08);
  --lev-1: 0 .6px 1.2px rgba(0, 0, 0, .14);
  --lev-2: 0 .6px 1.2px rgba(0, 0, 0, .14), 0 2.3px 5px rgba(0, 0, 0, .10);
  --lev-3: 0 .6px 1.2px rgba(0, 0, 0, .18), 0 2.3px 5px rgba(0, 0, 0, .14), 0 8px 20px rgba(0, 0, 0, .10);
  --pas: clamp(56px, 6vw, 104px);
  
  --entete: 84px;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  font-family: Manrope, 'Segoe UI', system-ui, sans-serif;
  font-weight: 500;               
  font-size: 17px;
  line-height: 1.6;
  color: var(--texte);
  background: var(--fond);
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
p { margin: 0; }
h1, h2, h3, h4 { margin: 0; font-weight: 500; line-height: 1.1; }
button, input, select, textarea { font: inherit; color: inherit; }

.vf-cadre {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: var(--marge);
}

.vf-sec { padding-block: var(--pas); }
.vf-sec--serre { padding-block: clamp(28px, 3vw, 44px); }
.vf-sec--pale { background: var(--fond-2); }

.vf-nuit { background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque)); color:var(--sur-bande,var(--sur-marque)); }
.vf-nuit .vf-prose,
.vf-nuit .vf-chapo { color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-nuit .vf-etiq { background: var(--fond); color: var(--texte); } 

.vf-tit { font-size: clamp(30px, 3.4vw, 48px); letter-spacing: -.02em; }
.vf-tit--large { font-size: clamp(30px, 3.4vw, 48px); }
.vf-tit--geant { font-size: clamp(36px, 4.6vw, 64px); line-height: 1.1; }
.vf-tit em { font-style: normal; color: var(--sur-bande, var(--encre-accent, var(--texte))); } 
.vf-h2 { font-size: clamp(24px, 2.4vw, 36px); letter-spacing: -.01em; }
.vf-h3 { font-size: clamp(19px, 1.5vw, 24px); }
.vf-h4 { font-size: 19px; }

.vf-chapo { font-size: 19px; color: var(--texte-doux); max-width: 62ch; }
.vf-prose { color: var(--texte-doux); }
.vf-prose--large { font-size: 19px; max-width: 68ch; }
.vf-mention { display: block; margin-top: 16px; font-size: 13px; color: var(--texte-doux); }

.vf-etiq {
  display: inline-block;
  padding: 6px 16px;
  border-radius: var(--r-past);
  background: var(--fond-2);
  color: var(--texte); 
  font-size: 13px;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.vf-tete { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 44px; }
.vf-tete .vf-chapo { margin-top: 4px; }

.vf-ico { flex: none; display: block; }
.vf-ico path, .vf-ico circle, .vf-ico rect, .vf-ico polyline { vector-effect: non-scaling-stroke; }

.vf-vue { width: 100%; border-radius: var(--r-g); object-fit: cover; }
.vf-vue--pleine { height: 100%; border-radius: 0; }

.vf-points { display: flex; flex-direction: column; gap: 10px; }
.vf-points li { display: flex; align-items: flex-start; gap: 10px; min-width: 0; }
.vf-points li span { min-width: 0; color: var(--texte-doux); }
.vf-points li svg { margin-top: 3px; color: var(--encre-accent, var(--accent)); }
.vf-points--fin li span { font-size: 15px; }
.vf-points--file { flex-direction: row; flex-wrap: wrap; gap: 10px 24px; }

.vf-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.vf-tags b {
  padding: 4px 12px;
  border-radius: var(--r-pil);
  border: 1px solid var(--bordure);
  font-size: 13px;
  color: var(--texte-doux);
}

.vf-appel {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px;
  border: 0;
  border-radius: var(--r-p);
  background: var(--accent);
  color:var(--sur-bande,var(--sur-marque));
  cursor: pointer;
  box-shadow: var(--lev-1);
}
.vf-appel:hover { background: color-mix(in srgb, var(--accent) 84%, var(--texte)); }
.vf-appel--nu {
  padding: 0;
  background: transparent;
  color:var(--encre-marque,var(--marque));
  box-shadow: none;
}
.vf-appel--nu:hover { background: transparent; color: var(--accent); }
.vf-appel--clair { background: var(--fond); color:var(--encre-marque,var(--marque)); }
.vf-appel--clair:hover { background: color-mix(in srgb, var(--fond) 86%, var(--accent)); }
.vf-appel--centre { display: inline-flex; margin-top: 40px; }
.vf-appel--plein { width: 100%; justify-content: center; }
.vf-nuit .vf-appel--nu { color:var(--sur-bande,var(--sur-marque)); }

.vf-barre {
  position: sticky; top: 0; z-index: 40;
  transition: background .2s ease, box-shadow .2s ease;
}
.vf-barre--posee { background: var(--fond); box-shadow: var(--lev-1); }
.vf-barre__cadre {
  display: flex; align-items: center; gap: 24px;
  width: 100%; max-width: 1440px;
  margin-inline: auto;
  padding: 16px var(--marge);
}
.vf-logo { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; }
.vf-logo svg { color: var(--encre-accent, var(--accent)); }

.vf-nav { flex: 1 1 auto; display: flex; justify-content: center; align-items: center; gap: 28px; min-width: 0; }
.vf-nav__entree { position: relative; }
.vf-nav__entree > a:hover, .vf-volet__lien:hover { color: var(--encre-accent, var(--accent)); }

.vf-chev {
  display: inline-block;
  width: 8px; height: 8px;
  margin-left: 7px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  transition: transform .18s ease;
}
.vf-volet__lien { display: inline-flex; align-items: center; cursor: pointer; }
.vf-volet:hover .vf-chev, .vf-volet:focus-within .vf-chev { transform: translateY(1px) rotate(-135deg); }

.vf-barre__droite { display: flex; align-items: center; gap: 16px; flex: none; }
.vf-tel { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; }
.vf-tel svg { color: var(--encre-accent, var(--accent)); }
.vf-appel--barre { padding: 12px 22px; }

.vf-poussoir { display: none; }

.vf-volet__panneau {
  position: absolute;
  left: 50%; top: 100%;
  transform: translateX(calc(-50% + var(--dx, 0px)));
  display: flex; align-items: stretch;
  padding-top: 16px;
  width: min(760px, 92vw);
  opacity: 0; visibility: hidden;
  transition: opacity .16s ease;
}
.vf-volet:hover > .vf-volet__panneau,
.vf-volet:focus-within > .vf-volet__panneau { opacity: 1; visibility: visible; }
.vf-volet__panneau::before {
  position: absolute;
  content: '';
  left: 0; right: 0; top: 16px; bottom: 0;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-3);
  pointer-events: none;
}
.vf-volet__colonnes {
  position: relative; z-index: 1;
  display: flex; gap: 32px;
  flex: 1 1 320px; min-width: 0;
  padding: 26px 0 26px 26px;
}
.vf-volet__col { display: flex; flex-direction: column; gap: 10px; flex: 1 1 160px; min-width: 0; }
.vf-volet__col b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-doux); }
.vf-volet__col ul { display: flex; flex-direction: column; gap: 9px; }
.vf-volet__col a:hover { color: var(--encre-accent, var(--accent)); }

.vf-volet__vitrine {
  position: relative; z-index: 1;
  flex: 0 0 216px; min-width: 0;
  display: flex; flex-direction: column; gap: 8px;
  margin: 26px 26px 26px 0;
  padding: 16px;
  border-radius: var(--r-p);
  background: var(--fond-2);
}
.vf-volet__vitrine b { font-size: 15px; }
.vf-volet__vitrine span { font-size: 13px; color: var(--texte-doux); }
.vf-volet__vue {
  width: 100%; height: 124px;
  border-radius: var(--r-p);
  overflow: hidden;
  background: color-mix(in srgb, var(--marque) 12%, transparent);
}
.vf-volet__photo { width: 100%; height: 100%; object-fit: cover; display: block; }

.vf-hero {
  position: relative;
  min-height: clamp(560px, 100vh, 1000px);
  display: flex; align-items: flex-end;
  overflow: hidden;
  background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque));
  color:var(--sur-bande,var(--sur-marque));
}
.vf-cont > .vf-hero:first-child, main > .vf-hero:first-child {
  margin-top: calc(-1 * var(--entete));
  padding-top: var(--entete);
}
.vf-hero__photo {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: .6;
}

.vf-hero::after {
  position: absolute;
  content: '';
  inset: 0;
  background: rgba(0, 0, 0, .45);
  -webkit-mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .35) 62%, rgba(0, 0, 0, .8) 100%);
  mask-image: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, .35) 62%, rgba(0, 0, 0, .8) 100%);
  pointer-events: none;
}
.vf-hero__semis {
  position: absolute;
  right: 6vw; top: 46%;
  width: 180px; height: 220px;
  pointer-events: none;
}
.vf-hero__semis i {
  position: absolute;
  width: 20px; height: 20px;
  border-radius: var(--r-pil);
  background: var(--accent);
  opacity: .9;
}
.vf-hero__semis i:nth-child(1) { left: 0; top: 0; }
.vf-hero__semis i:nth-child(2) { left: 46px; top: 62px; opacity: .6; }
.vf-hero__semis i:nth-child(3) { left: 118px; top: 124px; }
.vf-hero__semis i:nth-child(4) { left: 148px; top: 186px; opacity: .5; }

.vf-hero__cadre {
  position: relative; z-index: 2;
  width: 100%; max-width: 1440px;
  margin-inline: auto;
  padding: 0 var(--marge) clamp(48px, 6vw, 96px);
}
.vf-hero__mot { max-width: 700px; display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }
.vf-hero .vf-etiq { background: var(--fond); color: var(--texte); } 
.vf-hero__sous { font-size: 19px; color: var(--sur-bande, var(--sur-marque)); opacity: .92;  }
.vf-hero__appels { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 8px; }

.vf-portes { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.vf-appelfinal__portes { justify-content: center; margin-top: 28px; }
.vf-contact__portes { margin-top: 4px; }
.vf-contact__coord a { color: var(--encre-accent, var(--accent)); }
.vf-contact__portes a { color:var(--sur-bande,var(--sur-marque)); }
.vf-contact__portes .vf-appel--clair { color:var(--encre-marque,var(--marque)); }
.vf-hero__appels .vf-appel--nu { color:var(--sur-bande,var(--sur-marque)); }

.vf-atouts {
  background: var(--fond-2);
  padding-block: clamp(40px, 4vw, 72px);
  border-bottom: 1px solid color-mix(in srgb, var(--texte) 10%, transparent);
}
.vf-atouts__jeu {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
}
.vf-atouts__brique { min-width: 0; display: flex; flex-direction: column; gap: 8px; }
.vf-atouts__brique svg { color: var(--encre-accent, var(--accent)); }
.vf-atouts__brique b { font-size: 18px; color: var(--texte); }
.vf-atouts__brique span { color: var(--texte-doux); font-size: 15px; }
.vf-atouts .vf-points li span { color: var(--texte-doux); }
@media (max-width: 1100px) { .vf-atouts__jeu { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .vf-atouts__jeu { grid-template-columns: repeat(1, minmax(0, 1fr)); } }

.vf-ruban {
  position: relative;
  padding-block: 26px;
  border-bottom: 1px solid var(--bordure);
  overflow: hidden;
}
.vf-ruban__piste { display: flex; width: max-content; animation: vf-defile 38s linear infinite; }
.vf-ruban__file { display: flex; align-items: center; gap: 44px; padding-right: 44px; flex: none; }
.vf-ruban__entree { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }
.vf-ruban__entree svg { color: var(--encre-accent, var(--accent)); }
.vf-ruban__entree b { font-size: 17px; color: var(--texte-doux); }

.vf-ruban::after {
  position: absolute;
  content: '';
  inset: 0;
  background: var(--fond);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, #000 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 12%, rgba(0, 0, 0, 0) 88%, #000 100%);
  pointer-events: none;
}
@keyframes vf-defile { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .vf-ruban__piste { animation: none; } }

.vf-services__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.vf-carte {
  min-width: 0;
  display: flex; flex-direction: column;
  border-radius: var(--r-p);
  background: var(--fond-2);
  overflow: hidden;
}
.vf-carte--maitresse { grid-column: span 2; background: var(--fond); box-shadow: var(--anneau), var(--lev-2); }
.vf-carte__vue { position: relative; height: 220px; overflow: hidden; border-radius: 8px 8px 0 0; }
.vf-carte--maitresse .vf-carte__vue { height: 300px; }
.vf-carte__ico {
  position: absolute;
  left: 20px; bottom: 20px;
  display: grid; place-items: center;
  width: 64px; height: 64px;
  border-radius: var(--r-p);
  background: var(--accent);
  color:var(--sur-bande,var(--sur-marque));
  pointer-events: none;
}
.vf-carte__mot { display: flex; flex-direction: column; gap: 12px; padding: 24px; }

.vf-intro__cadre { display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }

.vf-blocs .vf-cadre { display: flex; flex-direction: column; gap: clamp(48px, 5vw, 88px); }
.vf-bloc { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 64px); align-items: center; }
.vf-bloc--inverse { flex-direction: row-reverse; }
.vf-bloc__vue { flex: 1 1 380px; min-width: 0; }
.vf-bloc__vue img { height: clamp(240px, 30vw, 420px); }
.vf-bloc__mot { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }

.vf-flanc { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 64px); align-items: flex-start; }
.vf-flanc__corps { flex: 3 1 460px; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 18px; }
.vf-flanc__cote { flex: 1 1 260px; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
.vf-flanc__encart {
  display: flex; flex-direction: column; gap: 8px;
  padding: 22px;
  border-radius: var(--r-p);
  border-left: 3px solid var(--accent);
  background: var(--fond-2);
}
.vf-flanc__vue { height: 260px; }

.vf-pourquoi .vf-etiq { margin-bottom: 14px; }
.vf-pourquoi__duo { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 64px); margin-top: 40px; align-items: flex-start; }
.vf-pourquoi__vue { flex: 1 1 340px; min-width: 0; height: clamp(300px, 36vw, 516px); }
.vf-pourquoi__file { flex: 1 1 380px; min-width: 0; display: flex; flex-direction: column; gap: 26px; }
.vf-pourquoi__file li { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 6px 16px; }
.vf-pourquoi__file li > span:not(.vf-pourquoi__ico), .vf-pourquoi__file li > ul { grid-column: 2; }
.vf-pourquoi__file li b { grid-column: 2; font-size: 19px; }
.vf-pourquoi__ico { grid-row: span 2; color: var(--encre-accent, var(--accent)); }
.vf-pourquoi__tete { padding-bottom: 26px; border-bottom: 1px solid var(--bordure); }

.vf-secteurs__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.vf-secteur {
  min-width: 0;
  display: flex; flex-direction: column;
  border-radius: var(--r-p);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
  overflow: hidden;
}
.vf-secteur__vue { height: 200px; border-radius: 8px 8px 0 0; }
.vf-secteur__mot { display: flex; flex-direction: column; gap: 12px; padding: 24px; }
.vf-secteur__marque { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--encre-accent, var(--accent)); }

.vf-zones__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.vf-zone {
  min-width: 0;
  display: flex; flex-direction: column; gap: 10px;
  padding: 16px;
  border-radius: var(--r-p);
  border: 1px solid var(--bordure);
  background: var(--fond);
}
.vf-zone:hover { border-color: var(--accent); }
.vf-zone__vue { height: 120px; border-radius: var(--r-p); }
.vf-zone__tag { font-size: 13px; color: var(--texte-doux); }
.vf-zone svg { color: var(--encre-accent, var(--accent)); }

.vf-methode__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 32px; }
.vf-etape { min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.vf-etape__rang{ font-size: 15px; letter-spacing: .12em; color: var(--sur-bande, var(--encre-accent, var(--texte))); }
.vf-etape__vue { height: 170px; margin-top: 6px; }

.vf-chiffres__file { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin: 0; }
.vf-chiffre {
  min-width: 0;
  padding-left: 24px;
  border-left: 1px solid var(--bordure);
}
.vf-chiffre dt { font-size: clamp(30px, 3vw, 44px); line-height: 1.1; color:var(--encre-marque,var(--marque)); }
.vf-chiffre dd { margin: 8px 0 0; font-size: 15px; color: var(--texte-doux); }
.vf-nuit .vf-chiffre { border-left-color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-nuit .vf-chiffre dt { color:var(--sur-bande,var(--sur-marque)); }
.vf-nuit .vf-chiffre dd { color: var(--sur-bande, var(--sur-marque)); opacity: .92; }

.vf-repere__cadre { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 64px); align-items: center; }
.vf-repere__mot { flex: 1 1 340px; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.vf-repere__vue { flex: 1 1 380px; min-width: 0; height: clamp(240px, 28vw, 380px); }
.vf-adresse { display: flex; flex-direction: column; gap: 4px; font-style: normal; color: var(--texte-doux); }

.vf-avis__piste {
  display: flex; gap: 24px;
  margin-top: 36px;
  padding-inline: var(--marge);
  overflow-x: auto;
  scroll-snap-type: x proximity;
  -webkit-overflow-scrolling: touch;
}
.vf-avis__carte {
  flex: 0 0 clamp(260px, 30vw, 400px);
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
  display: flex; flex-direction: column; gap: 12px;
  padding: 26px;
  border-radius: var(--r-p);
  background: color-mix(in srgb, var(--sur-marque) 8%, transparent);
}
.vf-avis__notes { display: flex; gap: 5px; color: var(--encre-accent, var(--accent)); }
.vf-avis__carte blockquote { margin: 0; color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-avis__carte figcaption { display: flex; flex-direction: column; gap: 2px; font-size: 15px; }
.vf-avis__carte figcaption span { color: var(--sur-bande, var(--sur-marque)); opacity: .92; font-size: 13px; }

.vf-questions .vf-etiq { margin-bottom: 14px; }
.vf-questions__colonne {
  width: min(772px, 100%);
  margin: 40px auto 0;
  display: flex; flex-direction: column; gap: 12px;
}
.vf-question {
  border-radius: var(--r-p);
  border: 1px solid var(--bordure);
  background: var(--fond);
  overflow: hidden;
}
.vf-question summary {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 22px;
  font-size: 19px;
  cursor: pointer;
  list-style: none;
}
.vf-question summary::-webkit-details-marker { display: none; }
.vf-question summary span { min-width: 0; }
.vf-question .vf-chev { flex: none; margin: 0; color: var(--encre-accent, var(--accent)); }
.vf-question[open] .vf-chev { transform: translateY(1px) rotate(-135deg); }
.vf-question p { padding: 0 22px 22px; }
.vf-questions__encart {
  display: flex; flex-direction: column; align-items: flex-start; gap: 12px;
  margin-top: 12px;
  padding: 26px;
  border-radius: var(--r-p);
  background: var(--fond-2);
}
.vf-questions__encart b { font-size: 19px; }

.vf-urgence {
  position: relative;
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between;
  gap: 24px;
  padding: 30px 34px;
  border-radius: var(--r-p);
  background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque));
  color:var(--sur-bande,var(--sur-marque));
  overflow: hidden;
}

.vf-urgence::before {
  position: absolute;
  content: '';
  right: 0; top: 0; bottom: 0;
  width: 220px;
  background: repeating-linear-gradient(135deg,
    color-mix(in srgb, var(--sur-marque) 10%, transparent) 0 2px,
    transparent 2px 12px);
  pointer-events: none;
}
.vf-urgence__mot { position: relative; z-index: 1; flex: 1 1 420px; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.vf-urgence__etiq { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--sur-bande, var(--encre-accent, var(--texte)));  }
.vf-urgence .vf-prose, .vf-urgence .vf-points li span { color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-urgence .vf-appel { position: relative; z-index: 1; flex: none; }
.vf-urgence__portes { position: relative; z-index: 1; flex: none; }

.vf-certifs .vf-prose--large + .vf-prose--large { margin-top: 14px; }
.vf-certifs__file { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 40px; }
.vf-certif {
  min-width: 0;
  display: flex; flex-direction: column; gap: 12px;
  padding-top: 22px;
  border-top: 2px solid var(--accent);
}
.vf-certif svg { color:var(--encre-marque,var(--marque)); }

.vf-aides__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vf-aide {
  min-width: 0;
  display: flex; flex-direction: column; gap: 12px;
  padding: 26px;
  border-radius: var(--r-p);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vf-aide__rang { font-size: 13px; letter-spacing: .12em; color: var(--encre-accent, var(--accent)); }
.vf-aide__cond { margin-top: auto; padding-top: 12px; border-top: 1px solid var(--bordure); font-size: 13px; color: var(--texte-doux); }

.vf-materiaux__file { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.vf-materiau { min-width: 0; margin: 0; display: flex; flex-direction: column; }
.vf-materiau__vue { position: relative; height: 220px; overflow: hidden; border-radius: 8px 8px 0 0; }
.vf-materiau figcaption { display: flex; flex-direction: column; gap: 10px; padding: 20px; border: 1px solid var(--bordure); border-top: 0; border-radius: 0 0 var(--r-p) var(--r-p); }

.vf-tarifs__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.vf-tarif {
  min-width: 0;
  display: flex; flex-direction: column; gap: 14px;
  padding: 28px;
  border-radius: var(--r-p);
  border: 1px solid var(--bordure);
  background: var(--fond);
}
.vf-tarif__prix { font-size: clamp(26px, 2.4vw, 36px); line-height: 1.1; color:var(--encre-marque,var(--marque)); }
.vf-tarif__prix span { margin-left: 6px; font-size: 15px; color: var(--texte-doux); }
.vf-tarif .vf-appel--nu { margin-top: auto; padding-top: 12px; }

.vf-chantiers__piste {
  display: flex; gap: 24px;
  margin-top: 36px;
  padding-inline: var(--marge);
  overflow-x: auto;
  scroll-snap-type: x proximity;
}
.vf-chantier { flex: 0 0 clamp(260px, 32vw, 420px); min-width: 0; margin: 0; scroll-snap-align: start; }
.vf-chantier__vue { position: relative; height: clamp(220px, 26vw, 340px); overflow: hidden; border-radius: 8px 8px 0 0; }
.vf-chantier figcaption { display: flex; flex-direction: column; gap: 8px; padding: 20px; border: 1px solid var(--bordure); border-top: 0; border-radius: 0 0 var(--r-p) var(--r-p); }
.vf-chantier__meta { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--encre-accent, var(--accent)); }

.vf-bascule__file { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.vf-bascule__jeu { min-width: 0; margin: 0; }
.ab__scene {
  position: relative;
  height: clamp(240px, 28vw, 380px);
  border-radius: var(--r-g);
  overflow: hidden;
  box-shadow: var(--lev-2);
}
.ab__vue { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ab__vue--apres { clip-path: inset(0 0 0 var(--pos, 50%)); }
.ab__trait {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 3px; margin-left: -1.5px;
  background: var(--fond);
  pointer-events: none;
}
.ab__etiq {
  position: absolute;
  bottom: 14px;
  padding: 5px 14px;
  border-radius: var(--r-pil);
  background: var(--fond);
  color: var(--texte);
  font-size: 13px;
}
.ab__etiq--g { left: 14px; }
.ab__etiq--d { right: 14px; }
.ab__poignee {
  position: absolute;
  left: 0; top: 50%;
  width: 100%; height: 34px;
  margin: -17px 0 0;
  -webkit-appearance: none; appearance: none;
  background: transparent;
  cursor: ew-resize;
}
.ab__poignee::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 34px; height: 34px;
  border-radius: var(--r-pil);
  background: var(--fond);
  box-shadow: var(--lev-3);
  cursor: ew-resize;
}
.ab__poignee::-moz-range-thumb {
  width: 34px; height: 34px; border: 0;
  border-radius: var(--r-pil);
  background: var(--fond);
  box-shadow: var(--lev-3);
  cursor: ew-resize;
}
.ab__poignee:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }
.vf-bascule__jeu figcaption { display: flex; flex-direction: column; gap: 10px; padding-top: 18px; }

.vf-maillage__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vf-lien-carte {
  min-width: 0;
  display: flex; flex-direction: column; gap: 10px;
  padding: 18px;
  border-radius: var(--r-p);
  background: var(--fond-2);
}
.vf-lien-carte:hover { background: color-mix(in srgb, var(--fond-2) 70%, var(--accent)); }
.vf-lien-carte__vue { height: 150px; border-radius: var(--r-p); }
.vf-lien-carte b { font-size: 19px; }
.vf-lien-carte__meta { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--encre-accent, var(--accent)); }
.vf-lien-carte__fleche { color:var(--encre-marque,var(--marque)); }

.vf-appelfinal {
  position: relative;
  display: flex; align-items: center;
  min-height: clamp(420px, 58vh, 720px);
  padding-block: var(--pas);
  background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque));
  color:var(--sur-bande,var(--sur-marque));
  overflow: hidden;
}
.vf-appelfinal__photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .5; }
.vf-appelfinal__voile {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5);
  pointer-events: none;
}
.vf-appelfinal__mot {
  position: relative; z-index: 1;
  display: flex; flex-direction: column; align-items: center; gap: 20px;
  text-align: center;
}
.vf-appelfinal__mot .vf-prose { color: var(--sur-bande, var(--sur-marque)); opacity: .92; max-width: 62ch; }
.vf-appelfinal .vf-etiq { background: var(--sur-bande, var(--sur-marque)); color: var(--marque-bande, var(--marque)); } 
.vf-appelfinal__ligne { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; width: min(720px, 100%); }
.vf-appelfinal__ligne .vf-champ { flex: 1 1 220px; min-width: 0; text-align: left; }
.vf-appelfinal__ligne .vf-champ label { color: var(--sur-bande, var(--sur-marque)); opacity: .92; }

.vf-ariane { padding-block: 20px; border-bottom: 1px solid var(--bordure); }
.vf-ariane ol { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; font-size: 13px; color: var(--texte-doux); }
.vf-ariane li { display: inline-flex; align-items: center; gap: 8px; min-width: 0; }
.vf-ariane a:hover { color: var(--encre-accent, var(--accent)); }
.vf-ariane__sep {
  display: inline-block;
  width: 6px; height: 6px;
  border-right: 1.5px solid var(--bordure);
  border-top: 1.5px solid var(--bordure);
  transform: rotate(45deg);
}

.vf-contact .vf-etiq { margin-bottom: 14px; }
.vf-contact__duo { display: flex; flex-wrap: wrap; gap: clamp(32px, 4vw, 64px); margin-top: 40px; align-items: flex-start; }
.vf-contact__coord { flex: 1 1 300px; min-width: 0; display: flex; flex-direction: column; gap: 24px; }
.vf-coord { display: flex; flex-direction: column; gap: 6px; }
.vf-coord span { color: var(--texte-doux); }
.vf-form {
  flex: 2 1 420px; min-width: 0;
  display: flex; flex-direction: column; gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--r-g);
  background: var(--fond-2);
  box-shadow: var(--anneau);
}
.vf-form__file { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vf-champ { min-width: 0; display: flex; flex-direction: column; gap: 7px; margin: 0; }
.vf-champ--long { grid-column: 1 / -1; }
.vf-champ label { font-size: 13px; color: var(--texte-doux); }
.vf-champ input, .vf-champ select, .vf-champ textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid var(--bordure);
  border-radius: var(--r-p);
  background: var(--fond);
}
.vf-champ textarea { resize: vertical; min-height: 110px; }
.vf-champ input:focus-visible, .vf-champ select:focus-visible, .vf-champ textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 1px; }

.vf-journal__file { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.vf-billet {
  min-width: 0;
  display: flex; flex-direction: column; gap: 12px;
  border-radius: var(--r-p);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
  overflow: hidden;
}
.vf-billet__haut { position: relative; display: block; }
.vf-billet__haut img { width: 100%; height: 210px; object-fit: cover; border-radius: 8px 8px 0 0; }
.vf-billet__meta {
  position: absolute;
  left: 14px; bottom: 14px;
  padding: 5px 12px;
  border-radius: var(--r-pil);
  background: var(--fond);
  font-size: 12px;
  color:var(--encre-marque,var(--marque));
}
.vf-billet b { padding-inline: 20px; font-size: 19px; }
.vf-billet .vf-prose { padding: 0 20px 22px; }
.vf-journal .vf-appel--nu { margin-top: 32px; }

.vf-article__meta { font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--encre-accent, var(--accent)); }
.vf-article__vue { height: clamp(240px, 30vw, 420px); margin-block: 12px; }
.vf-article .vf-flanc__corps > * + * { margin-top: 6px; }
.vf-article .vf-h2 { margin-top: 28px; }
.vf-article .vf-h3 { margin-top: 20px; }
.vf-encadre {
  display: flex; flex-direction: column; gap: 8px;
  margin-top: 20px;
  padding: 22px;
  border-radius: var(--r-p);
  border-left: 3px solid var(--accent);
  background: var(--fond-2);
}
.vf-sommaire {
  position: sticky; top: 104px;
  display: flex; flex-direction: column; gap: 12px;
  padding: 22px;
  border-radius: var(--r-p);
  background: var(--fond-2);
}
.vf-sommaire b { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; color: var(--texte-doux); }
.vf-sommaire ol { display: flex; flex-direction: column; gap: 9px; counter-reset: som; }
.vf-sommaire li { counter-increment: som; display: flex; gap: 10px; min-width: 0; }
.vf-sommaire li::before { content: counter(som, decimal-leading-zero); flex: none; color: var(--encre-accent, var(--accent)); font-size: 13px; padding-top: 3px; }
.vf-sommaire a:hover { color: var(--encre-accent, var(--accent)); }

.vf-legal__maj { margin-top: 10px; font-size: 13px; color: var(--texte-doux); }
.vf-legal__colonne { width: min(772px, 100%); margin-top: 40px; display: flex; flex-direction: column; gap: 32px; }
.vf-legal__bloc { display: flex; flex-direction: column; gap: 12px; }
.vf-legal__bloc h2 { display: flex; align-items: baseline; gap: 12px; }
.vf-legal__bloc h2 span { flex: none; font-size: 13px; letter-spacing: .12em; color: var(--encre-accent, var(--accent)); }

.vf-facettes { padding-block: 26px; border-bottom: 1px solid var(--bordure); }
.vf-facettes__etiq { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--texte-doux); }
.vf-facettes__tit { margin-top: 8px; }
.vf-facettes__file { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.vf-facette {
  display: inline-block;
  padding: 9px 18px;
  border-radius: var(--r-pil);
  border: 1px solid var(--bordure);
  font-size: 15px;
  color: var(--texte-doux);
}
.vf-facette--actif { border-color:var(--encre-marque,var(--marque)); background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque)); color:var(--sur-bande,var(--sur-marque)); }
a.vf-facette:hover { border-color: var(--accent); color: var(--encre-accent, var(--accent)); }

.vf-produits__file { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.vf-produit {
  min-width: 0;
  display: flex; flex-direction: column; gap: 12px;
  padding-bottom: 24px;
  border-radius: var(--r-p);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
  overflow: hidden;
}
.vf-produit__vue { height: 210px; border-radius: 8px 8px 0 0; }
.vf-produit > *:not(.vf-produit__vue) { padding-inline: 22px; }
.vf-produit__prix { font-size: 26px; line-height: 1.1; color:var(--encre-marque,var(--marque)); }
.vf-produit__prix span { margin-left: 6px; font-size: 15px; color: var(--texte-doux); }
.vf-produit .vf-appel--nu { margin-top: auto; }

.vf-fiche__duo { display: flex; flex-wrap: wrap; gap: clamp(28px, 4vw, 64px); align-items: flex-start; }
.vf-fiche__vue { flex: 1 1 340px; min-width: 0; height: clamp(280px, 34vw, 480px); }
.vf-fiche__mot { flex: 1 1 340px; min-width: 0; display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.vf-fiche__prix { font-size: clamp(28px, 2.6vw, 40px); line-height: 1.1; color:var(--encre-marque,var(--marque)); }
.vf-fiche__prix span { margin-left: 8px; font-size: 15px; color: var(--texte-doux); }

.vf-specs__table { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; margin: 32px 0 0; }
.vf-spec {
  min-width: 0;
  display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between;
  padding-block: 16px;
  border-bottom: 1px solid var(--bordure);
}
.vf-spec dt { color: var(--texte-doux); min-width: 0; }
.vf-spec dd { margin: 0; min-width: 0; text-align: right; }

.vf-pied { padding-block: clamp(48px, 5vw, 80px) 32px; background:var(--marque-bande, var(--marque));--sur-bande:var(--sur-marque-bande, var(--sur-marque)); color:var(--sur-bande,var(--sur-marque)); }
.vf-pied__haut { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.vf-pied__marque { flex: 1 1 300px; min-width: 0; display: flex; flex-direction: column; gap: 14px; }
.vf-pied__marque b { font-size: 22px; }
.vf-pied__marque .vf-prose { color: var(--sur-bande, var(--sur-marque)); opacity: .92; max-width: 42ch; }
.vf-pied__nap { display: flex; flex-direction: column; gap: 5px; font-size: 15px; color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-pied__naptit { font-size: 12px; letter-spacing: .12em; text-transform: uppercase; color: var(--sur-bande, var(--encre-accent, var(--texte))); } 
.vf-pied__colonnes { flex: 2 1 380px; min-width: 0; display: flex; flex-wrap: wrap; gap: 32px; }
.vf-pied__colonne { flex: 1 1 160px; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.vf-pied__colonne b { font-size: 12px; letter-spacing: .1em; text-transform: uppercase; color: var(--sur-bande, var(--sur-marque)); opacity: .92; }
.vf-pied__colonne ul { display: flex; flex-direction: column; gap: 9px; font-size: 15px; }
.vf-pied__colonne a:hover { color: var(--encre-accent, var(--accent)); }
.vf-pied__pastilles { flex: none; display: flex; gap: 10px; }
.vf-pied__pastilles a, .vf-pied__pastilles span {
  display: grid; place-items: center;
  width: 36px; height: 36px;
  border-radius: var(--r-pil);
  background: color-mix(in srgb, var(--sur-marque) 12%, transparent);
}
.vf-pied__pastilles a:hover { background: var(--accent); }
.vf-pied__pastilles span:last-child, .vf-pied__pastilles a span {
  position: absolute;
  width: 1px; height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.vf-pied__pastilles li { position: relative; display: flex; }
.vf-pied__credit {
  margin-top: 44px;
  padding-top: 24px;
  border-top: 1px solid color-mix(in srgb, var(--sur-marque) 20%, transparent);
  text-align: center;
  font-size: 13px;
  color: var(--sur-bande, var(--sur-marque)); opacity: .92;
}

@media (max-width: 1023px) {
  .vf-barre { background: var(--fond); box-shadow: var(--lev-1); }
  
  body:has(main > .vf-hero:first-child) .vf-barre:not(.vf-barre--posee) :is(.vf-logo, .vf-nav__entree > a, .vf-nav__entree > span, .vf-volet__lien) { color: var(--texte); }
  .vf-barre__cadre { flex-wrap: wrap; row-gap: 0; }
  .vf-poussoir {
    order: 3;
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px;
    margin-left: auto;
    padding: 0 9px;
    border: 1px solid var(--bordure);
    border-radius: var(--r-p);
    background: var(--fond);
    cursor: pointer;
  }
  .vf-poussoir span { display: block; height: 2px; background:var(--texte);--sur-bande:var(--sur-texte,var(--fond)); }
  .vf-nav {
    order: 5;
    flex: 1 0 100%;
    display: none;
    flex-direction: column; align-items: stretch; gap: 0;
    padding-bottom: 14px;
  }
  .vf-barre--deploye .vf-nav { display: flex; }
  .vf-nav__entree { border-top: 1px solid var(--bordure); padding-block: 12px; }
  .vf-volet__panneau {
    position: static;
    transform: none;
    width: auto;
    padding-top: 10px;
    opacity: 1; visibility: visible;
    display: block;
  }
  .vf-volet__panneau::before { display: none; }
  .vf-volet__colonnes { flex-direction: column; gap: 16px; }
  .vf-volet__panneau > .vf-volet__colonnes { padding: 0; }
  .vf-volet__vitrine { display: none; }
  .vf-chev { display: none; }
  .vf-barre__droite { order: 4; }
  .vf-cont > .vf-hero:first-child, main > .vf-hero:first-child { margin-top: 0; padding-top: 0; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .vf-barre__droite .vf-tel span { display: none; }
  .vf-bloc--inverse { flex-direction: row; }
  .vf-avis__piste, .vf-chantiers__piste { padding-inline: var(--marge); }
  .vf-hero__semis { display: none; }
  .vf-spec dd { text-align: left; }
  .vf-sommaire { position: static; }
}

@media (max-width: 1200px) {
  .vf-services__file, .vf-secteurs__file, .vf-zones__file, .vf-methode__file,
  .vf-chiffres__file, .vf-certifs__file, .vf-aides__file, .vf-materiaux__file,
  .vf-tarifs__file, .vf-maillage__file, .vf-journal__file
  { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vf-carte--maitresse { grid-column: span 2; }
}

@media (max-width: 720px) {
  .vf-services__file, .vf-secteurs__file, .vf-zones__file, .vf-methode__file,
  .vf-chiffres__file, .vf-certifs__file, .vf-aides__file, .vf-materiaux__file,
  .vf-tarifs__file, .vf-maillage__file, .vf-journal__file, .vf-produits__file,
  .vf-specs__table, .vf-form__file, .vf-bascule__file
  { grid-template-columns: repeat(1, minmax(0, 1fr)); }
  .vf-carte--maitresse { grid-column: span 1; }
}

:root {
  --cadre-vide-fond: #e6e9ec;
  --cadre-vide-trame: rgba(0, 0, 0, .045);
  --cadre-vide-encre: rgba(17, 22, 28, .68);
  --cadre-vide-filet: rgba(0, 0, 0, .10);
}

[data-slot]:not(:has(img)):not(:has(video)) {
  background-color: var(--cadre-vide-fond);
  
  background-image: repeating-linear-gradient(135deg,
    transparent 0 13px, var(--cadre-vide-trame) 13px 14px);
  box-shadow: inset 0 0 0 1px var(--cadre-vide-filet);
  color: var(--cadre-vide-encre);
  
  container-type: inline-size;
}

[data-slot]:not(:has(img)):not(:has(video)) > * {
  font-size: 0 !important;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--cadre-vide-encre);
  -webkit-text-fill-color: var(--cadre-vide-encre);
  opacity: 1;
  max-width: 34ch;
  text-align: center;
  text-shadow: none;
}

@container (min-width: 260px) {
  [data-slot]:not(:has(img)):not(:has(video)) > * {
    font-size: clamp(11px, .95vw, 14px) !important;
  }
}

.vf-appel:not(.vf-appel--nu):not(.vf-appel--clair) { color: var(--sur-accent, var(--sur-bande, var(--sur-marque))); }

.vf-tit em,
.vf-secteur__marque,
.vf-chantier__meta,
.vf-lien-carte__meta,
.vf-aide__rang { color: var(--encre-accent, var(--accent)); }
.vf-nuit :is(.vf-tit em, .vf-secteur__marque, .vf-chantier__meta, .vf-lien-carte__meta, .vf-aide__rang),
.vf-hero :is(.vf-tit em, .vf-secteur__marque, .vf-chantier__meta, .vf-lien-carte__meta, .vf-aide__rang) { color: var(--sur-bande, var(--sur-marque)); } 

body:has(main > .vf-hero:first-child) .vf-barre:not(.vf-barre--posee) :is(.vf-logo, .vf-nav__entree > a, .vf-nav__entree > span, .vf-volet__lien) {
  color: var(--sur-marque-bande, var(--sur-marque)); 
}

.vf-sec.vf-contact .vf-contact__coord a:not(.vf-appel) { color: var(--encre-accent, var(--accent)); }

.vf-article__meta,
.vf-legal__bloc h2 span { color: var(--encre-accent, var(--accent)); }

@media (max-width: 1023px) {
  body:has(main > .vf-hero:first-child) .vf-barre:not(.vf-barre--posee) :is(.vf-logo, .vf-nav__entree > a, .vf-nav__entree > span, .vf-volet__lien) { color: var(--texte); }
}

.zx-brandlogo{height:1.7em;width:auto;max-height:40px;vertical-align:middle;margin-right:.5em;object-fit:contain;border-radius:6px;flex:0 0 auto}
header [data-cta-devis="clone"],header [data-cta-tel="clone"]{white-space:nowrap;flex:0 0 auto}
header:has([data-cta-devis="clone"]),header:has([data-cta-tel="clone"]){gap:16px}
header:has([data-cta-devis="clone"]) nav,header:has([data-cta-tel="clone"]) nav{gap:18px}
header [data-cta-devis="clone"]{margin-left:8px;padding-inline:16px}
@media (max-width:480px){header [data-cta-devis="clone"]{display:none}}
.zx-send{display:inline-block;margin-top:.6rem;padding:.85em 1.7em;border:0;border-radius:8px;background:var(--accent,var(--marque,#141414));color:var(--sur-marque,#fff);font:inherit;font-weight:700;line-height:1;cursor:pointer}
.zx-send:hover{filter:brightness(1.08)}
.zx-marques{padding:1.5rem 1rem;background:var(--fond,#f6f6f6);border-top:1px solid rgba(0,0,0,.06);border-bottom:1px solid rgba(0,0,0,.06)}
.zx-marques__in{max-width:1100px;margin:0 auto;text-align:center}
.zx-marques__t{margin:0 0 .9rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--texte,#333);opacity:.55}
.zx-marques__u{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1.6rem 2.4rem}
.zx-marques__u img{height:34px;width:auto;object-fit:contain;filter:grayscale(1);opacity:.7;transition:.2s}
.zx-marques__u img:hover{filter:none;opacity:1}
.zx-marques__u span{font-weight:700;color:var(--texte,#333);opacity:.55}
.zx-certs{padding:3rem 1rem;background:var(--sur-marque,#fff)}
.zx-certs__in{max-width:1100px;margin:0 auto}
.zx-certs__e{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--encre-accent,var(--accent,#c62828));font-weight:700}
.zx-certs__h{margin:0 0 1.6rem;font-size:1.9rem;color:var(--texte,#1a1a1a)}
.zx-certs__u{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.1rem}
.zx-certs__i{display:flex;gap:.8rem;align-items:flex-start;padding:1.1rem;background:var(--fond,#f7f7f7);border-radius:12px}
.zx-certs__ic{flex:0 0 auto;width:26px;height:26px;border-radius:50%;background:var(--accent,#c62828);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700}
.zx-certs__t{margin:0 0 .2rem;font-weight:700;color:var(--texte,#1a1a1a)}
.zx-certs__x{margin:0;font-size:.9rem;line-height:1.4;color:var(--texte,#555);opacity:.8}
.zx-certs__lg{flex:0 0 auto;width:auto;max-width:150px;height:60px;object-fit:contain;background:#fff;border-radius:8px;padding:6px;box-shadow:0 1px 2px rgba(0,0,0,.08)}
.zx-mesh{padding:2.6rem 1rem;background:var(--fond-2,#f6f6f4)}
.zx-mesh__in{max-width:1100px;margin:0 auto}
.zx-bc{max-width:1200px;margin:0 auto;padding:.5rem 1rem;font-size:.85rem}.zx-bc__ol{list-style:none;display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:0}.zx-bc__ol li+li::before{content:"›";margin-right:.35rem;opacity:.6}.zx-bc a{color:inherit;text-decoration:underline}
.zx-mesh__e{margin:0 0 .3rem;font-size:.75rem;letter-spacing:.09em;text-transform:uppercase;color:var(--encre-accent,var(--accent,#c62828));font-weight:700}
.zx-mesh__in--suite{margin-top:1.2rem;padding-top:1rem;border-top:1px solid var(--bordure,rgba(0,0,0,.08))}
[class$="__chev"],[class$="__chevron"],[class*="__chev "],[class*="__chevron "]{font-size:14px!important;line-height:1;opacity:.9!important;vertical-align:middle}
.zx-mesh__h{margin:0 0 1rem;font-size:1.5rem;color:var(--texte,#1a1a1a)}
.zx-mesh__u{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.5rem 1.4rem}
.zx-mesh__u a{color:var(--texte,#1a1a1a);text-decoration:underline;text-underline-offset:3px;font-size:.98rem}
.zx-mesh__u a:hover{color:var(--encre-marque,var(--marque,#1a1a1a))}
@media (max-width:480px){header a[href^="tel:"] .zx-tel-num{display:none}}

[data-role="avantApres"] :has(> figure:nth-child(2)){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:start}
[data-role="avantApres"] :has(> figure:nth-child(3)){grid-template-columns:repeat(3,minmax(0,1fr))}
[data-role="avantApres"] :has(> figure:nth-child(4)){display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:8px}
[data-role="avantApres"] :has(> figure:nth-child(4)) > figure{flex:0 0 calc((100% - 48px)/3);min-width:280px;scroll-snap-align:start}
[data-role="avantApres"] :has(> figure:nth-child(2)) > figure{margin:0;min-width:0;max-width:none;flex-basis:auto}
@media (max-width:900px){[data-role="avantApres"] :has(> figure:nth-child(3)){grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:600px){[data-role="avantApres"] :has(> figure:nth-child(2)){grid-template-columns:minmax(0,1fr)}}

html,body{overflow-x:clip;max-width:100%}
img,video,iframe,table,svg{max-width:100%}

.vf-appel,
.vf-hero__semis i,
.vf-carte__ico,
.vf-pied__pastilles a:hover { color: var(--sur-accent); --texte-doux: var(--sur-accent-doux, var(--sur-accent)); --encre-accent: var(--sur-accent); --encre-marque: var(--sur-accent) }

.vf-sec--pale,
.vf-nuit .vf-etiq,
.vf-etiq,
.vf-appel--clair,
.vf-barre--posee,
.vf-volet__panneau::before,
.vf-volet__vitrine,
.vf-hero .vf-etiq,
.vf-atouts,
.vf-ruban::after,
.vf-carte,
.vf-carte--maitresse,
.vf-flanc__encart,
.vf-secteur,
.vf-zone,
.vf-question,
.vf-questions__encart,
.vf-aide,
.vf-tarif,
.ab__trait,
.ab__etiq,
.ab__poignee::-webkit-slider-thumb,
.ab__poignee::-moz-range-thumb,
.vf-lien-carte,
.vf-form,
.vf-champ input,
.vf-champ select,
.vf-champ textarea,
.vf-billet,
.vf-billet__meta,
.vf-encadre,
.vf-sommaire,
.vf-produit,
.vf-barre,
.vf-poussoir,
.zx-certs__lg { --texte-doux: var(--texte-doux-sol, var(--texte-doux)); --encre-accent: var(--encre-accent-sol, var(--accent)); color: var(--texte) }

.vf-poussoir span { --texte-doux: var(--texte-doux-inverse); --encre-accent: var(--encre-accent-inverse, var(--accent)); --encre-marque: var(--fond); color: var(--fond) }

.vf-sur{color:var(--encre-accent,var(--accent))}
