

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--fond);
  color: var(--texte);
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
figure { margin: 0; }
h1, h2, h3 { margin: 0; font-family: 'Plus Jakarta Sans', 'Inter', sans-serif; font-weight: 700; letter-spacing: -0.02em; line-height: 1.1; }
p { margin: 0; }

:root {
  --cadre: 1200px;
  --marge: 24px;
  --hd-h: 76px;       
  --r-p: 8px;         
  --r-g: 16px;        
  --r-pil: 999px;     
  --pente: 126deg;    
  --nappe: linear-gradient(var(--pente), var(--accent) 0%, var(--marque) 100%);
  --lev-1: 0 12px 36px rgba(0, 0, 0, .05);
  --lev-2: 16px 28px 52px rgba(0, 0, 0, .05);
  --lev-3: 0 12px 28px rgba(0, 0, 0, .11);
  --anneau: inset 0 0 0 1px var(--bordure);
}

.vt-cadre {
  width: 100%;
  max-width: var(--cadre);
  margin: 0 auto;
  padding: 0 var(--marge);
}

.vt-sec { padding: 96px 0; background: var(--fond); }
.vt-sec--pale { background: var(--fond-2); }
.vt-sec--serre { padding: 48px 0; }

.vt-h1 {
  font-size: clamp(34px, 5.4vw, 62px);
  max-width: 18ch;
  margin: 0 0 20px;
}
.vt-h1--art { max-width: 22ch; }
.vt-h2 { font-size: clamp(26px, 3.2vw, 40px); }
.vt-h2--art { font-size: clamp(22px, 2.4vw, 28px); margin: 32px 0 12px; }
.vt-h2 em, .vt-h1 em {
  font-style: normal;
  background: var(--nappe);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vt-cta .vt-h1 em, .vt-cta .vt-h2 em, .vt-urg .vt-h1 em, .vt-urg .vt-h2 em {
  background: none; -webkit-text-fill-color:var(--sur-bande,var(--sur-marque)); color:var(--sur-bande,var(--sur-marque));
}
.vt-h3 { font-size: 19px; line-height: 1.28; margin: 0 0 8px; }
.vt-txt { color: var(--texte-doux); font-size: 16px; }
.vt-meta { display: block; font-size: 13px; color: var(--texte-doux); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 6px; }
.vt-mention { margin-top: 20px; font-size: 13px; color: var(--texte-doux); }
.vt-coulee { display: grid; gap: 16px; }

.vt-sur {
  position: relative;
  display: inline-block;
  margin: 0 0 14px;
  padding: 6px 16px 6px 30px;
  border-radius: var(--r-pil);
  background: color-mix(in srgb, var(--marque) 8%, transparent);
  color:var(--encre-marque,var(--marque));
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.vt-sur::before {
  position: absolute;
  left: 14px; top: 50%;
  width: 7px; height: 7px;
  margin-top: -3.5px;
  border-radius: var(--r-pil);
  background: var(--nappe);
  content: '';
  pointer-events: none;
}

.vt-act {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: var(--r-p);
  background: var(--nappe);
  color:var(--sur-bande,var(--sur-marque));
  font-size: 15px;
  font-weight: 600;
  box-shadow: var(--lev-3);
}
.vt-act--nu {
  background: transparent;
  color: var(--texte);
  box-shadow: var(--anneau);
}
.vt-act--bloc { width: 100%; justify-content: center; border: 0; cursor: pointer; font-family: inherit; }
.vt-act__pt {
  width: 9px; height: 9px;
  border-radius: var(--r-pil);
  background: currentColor;
}
.vt-fl {
  width: 14px; height: 14px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 11h11.2l-4.6-4.6L13 5l7 7-7 7-1.4-1.4 4.6-4.6H5z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 11h11.2l-4.6-4.6L13 5l7 7-7 7-1.4-1.4 4.6-4.6H5z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  flex: 0 0 auto;
}
.vt-lien {
  display: inline-flex; align-items: center; gap: 6px;
  margin-top: 12px;
  color:var(--encre-marque,var(--marque)); font-weight: 600; font-size: 14px;
}

.vt-ic {
  display: block;
  width: 40px; height: 40px;
  margin-bottom: 14px;
  border-radius: var(--r-p);
  background: var(--nappe);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect x='2' y='2' width='36' height='36' rx='11' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Crect x='2' y='2' width='36' height='36' rx='11' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
}
.vt-ic--gros { width: 52px; height: 52px; }

.vt-points { display: grid; gap: 8px; margin-top: 12px; }
.vt-points li {
  position: relative;
  padding-left: 26px;
  color: var(--texte-doux);
  font-size: 15px;
}
.vt-points li::before {
  position: absolute;
  left: 0; top: 7px;
  width: 14px; height: 14px;
  background:var(--marque);--sur-bande:var(--sur-marque);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.6 16.2 5.4 12l-1.4 1.4 5.6 5.6L20.4 8.2 19 6.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9.6 16.2 5.4 12l-1.4 1.4 5.6 5.6L20.4 8.2 19 6.8z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  content: '';
  pointer-events: none;
}
.vt-points li b { color: var(--texte); font-weight: 600; }
.vt-points--clair li, .vt-points--clair li b { color:var(--sur-bande,var(--sur-marque)); }
.vt-points--clair li::before { background: var(--sur-marque); }

.vt-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.vt-tags li {
  padding: 5px 12px;
  border-radius: var(--r-pil);
  box-shadow: var(--anneau);
  font-size: 12px;
  color: var(--texte-doux);
}

.vt-vue {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-g);
  background: var(--fond-2);
  box-shadow: var(--anneau);
  min-height: 80px;
}
.vt-vue img { width: 100%; height: 100%; object-fit: cover; }
.vt-vue > span {
  display: flex;
  align-items: flex-end;
  min-height: 180px;
  padding: 16px;
  color: var(--texte-doux);
  font-size: 12px;
  letter-spacing: .04em;
  
  background-image: linear-gradient(rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, .10) 100%);
}

.vt-lot { display: grid; gap: 24px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-lot > * { min-width: 0; }
.vt-lot--220 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.vt-lot--240 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-lot--280 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-lot--300 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.vt-lot--320 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vt-lot--340 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vt-lot--420 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vt-lot--440 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.vt-tete { max-width: 640px; margin: 0 auto 48px; text-align: center; }
.vt-tete .vt-h2 { margin-bottom: 14px; }
.vt-tete .vt-act { margin-top: 22px; }

.vt-hd {
  position: sticky; top: 0; z-index: 40;
  background: transparent;
  box-shadow: none;
}
.vt-hd--pose {
  background: var(--fond);
  box-shadow: inset 0 -1px 0 var(--bordure), var(--lev-1);
}
.vt-hd__rang { display: flex; align-items: center; gap: 20px; min-height: 76px; }
.vt-hd__logo {
  position: relative;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 700; font-size: 19px; letter-spacing: -.02em;
  flex: 0 0 auto;
}
.vt-hd__sceau {
  position: relative;
  width: 28px; height: 28px;
  border-radius: 12px 12px 12px 4px;
  background: var(--nappe);
  flex: 0 0 auto;
}
.vt-hd__sceau::after {
  position: absolute;
  inset: 8px 8px auto auto;
  width: 8px; height: 8px;
  border-radius: var(--r-pil);
  background: var(--fond);
  content: '';
  pointer-events: none;
}
.vt-hd__nav { display: flex; align-items: center; gap: 4px; margin-left: auto; min-width: 0; }
.vt-hd__mot {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 10px 12px;
  border-radius: var(--r-p);
  font-size: 15px; font-weight: 500;
  cursor: pointer;
}
.vt-chev {
  width: 9px; height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
  flex: 0 0 auto;
}
.vt-hd__flanc { display: flex; align-items: center; gap: 14px; margin-left: 8px; flex: 0 0 auto; }

.vt-hd__tel {
  display: inline-flex; align-items: center;
  padding: 9px 16px;
  border: 1px solid var(--bordure);
  border-radius: var(--r-p);
  font-weight: 600; font-size: 15px; white-space: nowrap;
}
.vt-hd__poussoir { display: none; }

.vt-volet { position: relative; }
.vt-volet__panneau {
  position: absolute;
  left: 50%; top: 100%;
  transform: translateX(calc(-50% + var(--dx, 0px)));
  padding-top: 14px;
  width: min(880px, 92vw);
  opacity: 0; visibility: hidden;
  transition: opacity .16s ease;
}
.vt-volet:hover > .vt-volet__panneau,
.vt-volet:focus-within > .vt-volet__panneau { opacity: 1; visibility: visible; }
.vt-volet__rang {
  display: flex; gap: 28px;
  padding: 26px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-2);
}
.vt-volet__col { display: flex; flex-direction: column; gap: 10px; flex: 1 1 180px; min-width: 0; }
.vt-volet__titre { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--texte-doux); }
.vt-volet__col a, .vt-volet__col span:not(.vt-volet__titre) { font-size: 15px; font-weight: 500; }
.vt-volet__col a:hover { color:var(--encre-marque,var(--marque)); }
.vt-volet__vit {
  flex: 0 0 236px; min-width: 0;
  display: flex; flex-direction: column; gap: 8px;
  padding: 16px;
  border-radius: var(--r-p);
  background: var(--fond-2);
}
.vt-volet__vue { height: 128px; border-radius: var(--r-p); }
.vt-volet__sur { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color:var(--encre-marque,var(--marque)); }
.vt-volet__nom { font-size: 15px; }
.vt-volet__txt { font-size: 13px; color: var(--texte-doux); }
.vt-volet__act { font-size: 13px; font-weight: 600; color:var(--encre-marque,var(--marque)); }

.vt-hero { position: relative; padding: 72px 0 0; overflow: hidden; }
main > .vt-hero:first-child {
  margin-top: calc(-1 * var(--hd-h));
  padding-top: calc(72px + var(--hd-h));
}
.vt-hero::before {
  position: absolute;
  right: -180px; top: -220px;
  width: 620px; height: 620px;
  border-radius: var(--r-pil);
  background: conic-gradient(from 140deg, color-mix(in srgb, var(--accent) 22%, transparent), color-mix(in srgb, var(--marque) 16%, transparent), transparent 62%);
  content: '';
  pointer-events: none;
}

.vt-hero__fond {
  position: absolute; inset: 0; z-index: 0;
  width: 100%; height: 100%;
  margin: 0; border-radius: 0; box-shadow: none;
}
.vt-hero__fond img { width: 100%; height: 100%; object-fit: cover; }
.vt-hero:has([data-slot="vt-hero__fond"] img)::after {
  position: absolute; inset: 0; z-index: 0;
  background: linear-gradient(180deg, color-mix(in srgb, var(--fond) 88%, transparent), color-mix(in srgb, var(--fond) 66%, transparent));
  content: '';
  pointer-events: none;
}
.vt-hero > .vt-cadre { position: relative; z-index: 1; }

.vt-hero .vt-h1 { max-width: 20ch; }
.vt-h1__pil {
  display: inline-block;
  vertical-align: middle;
  width: clamp(72px, 11vw, 132px);
  height: clamp(38px, 5.4vw, 62px);
  margin: 0 6px;
  border-radius: var(--r-pil);
  overflow: hidden;
  background: var(--nappe);
  box-shadow: var(--lev-1);
}
.vt-h1__pil img { width: 100%; height: 100%; object-fit: cover; }
.vt-hero__txt { max-width: 56ch; font-size: 17px; }
.vt-hero__actes { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.vt-hero__bas { position: relative; z-index: 1; margin-top: 56px; padding-bottom: 76px; }
.vt-hero__vue { border-radius: 0; height: clamp(280px, 42vw, 520px); box-shadow: none; }
.vt-hero__flot {
  position: relative;
  margin-top: -76px;
  display: flex; flex-wrap: wrap; gap: 20px;
}
.vt-flot {
  flex: 1 1 220px; min-width: 0;
  padding: 22px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-2);
}
.vt-flot b { display: block; font-size: 17px; margin-bottom: 4px; }
.vt-flot span { color: var(--texte-doux); font-size: 14px; }

.vt-srv {
  display: block;
  padding: 24px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vt-srv__vue { height: 168px; border-radius: var(--r-p); margin-bottom: 18px; box-shadow: none; }

.vt-intro { max-width: 820px; }
.vt-intro .vt-h2 { margin-bottom: 18px; }
.vt-intro .vt-act { margin-top: 22px; }

.vt-blocs .vt-bloc + .vt-bloc { margin-top: 88px; }
.vt-bloc { display: flex; flex-wrap: wrap; gap: 48px; align-items: center; }
.vt-bloc__mot { flex: 1 1 340px; min-width: 0; }
.vt-bloc__mot .vt-txt + .vt-txt { margin-top: 14px; }
.vt-bloc__mot .vt-h2 { margin-bottom: 16px; }
.vt-bloc__mot .vt-act { margin-top: 22px; }
.vt-bloc__vue { flex: 1 1 340px; min-width: 0; height: clamp(240px, 30vw, 400px); box-shadow: var(--lev-2); }
.vt-bloc--inv { flex-direction: row-reverse; }

.vt-lam { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 40px; align-items: stretch; }
.vt-lam__mot { flex: 1.6 1 320px; min-width: 0; }
.vt-lam__mot .vt-txt + .vt-txt { margin-top: 14px; }
.vt-lam__mot .vt-act { margin-top: 22px; }
.vt-lam__pan {
  flex: 1 1 200px; min-width: 0;
  padding: 22px;
  border-radius: var(--r-g);
  background: var(--fond-2);
}
.vt-lam__pan b { display: block; margin-bottom: 6px; font-size: 16px; }
.vt-lam__pan span { color: var(--texte-doux); font-size: 14px; }
.vt-lam__vue { flex: 2 1 300px; min-width: 0; }

.vt-marq__mot { text-align: center; color: var(--texte-doux); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 22px; }
.vt-marq__piste { overflow: hidden; width: 100%; }
.vt-marq__file { display: flex; gap: 56px; width: max-content; animation: vt-file 34s linear infinite; }
.vt-marq__nom {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 700; font-size: 20px;
  color: var(--texte-doux);
  white-space: nowrap;
  opacity: .62;
}
@keyframes vt-file { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .vt-marq__file { animation: none; } }

.vt-fendu { display: flex; flex-wrap: wrap; gap: 48px; align-items: center; }
.vt-fendu__vue { flex: 1 1 320px; min-width: 0; height: clamp(260px, 32vw, 440px); box-shadow: var(--lev-2); }
.vt-fendu__mot { flex: 1 1 320px; min-width: 0; }
.vt-fendu__mot .vt-h2 { margin-bottom: 14px; }
.vt-fendu__mot .vt-act { margin-top: 22px; }
.vt-fendu--inv { flex-direction: row-reverse; }
.vt-rais { display: flex; gap: 16px; margin-top: 24px; }
.vt-rais .vt-ic { margin-bottom: 0; flex: 0 0 auto; }
.vt-rais b { font-size: 16px; }

.vt-b2b {
  position: relative;
  padding: 20px;
  border-radius: var(--r-g);
  background: var(--fond-2);
}
.vt-b2b__vue { height: 190px; margin-bottom: 18px; border-radius: var(--r-p); }
.vt-b2b__marq {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 16px;
  font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color:var(--encre-marque,var(--marque));
}
.vt-b2b__marq::before {
  position: absolute;
  left: 0; top: 50%;
  width: 9px; height: 2px;
  background:var(--marque);--sur-bande:var(--sur-marque);
  content: '';
  pointer-events: none;
}

.vt-zone {
  display: block;
  padding: 14px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vt-zone__vue { height: 148px; border-radius: var(--r-p); margin-bottom: 14px; box-shadow: none; }
.vt-zone__tag { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color:var(--encre-marque,var(--marque)); margin-bottom: 4px; }

.vt-proc { display: flex; flex-wrap: wrap-reverse; gap: 56px; align-items: flex-start; }
.vt-proc__file { flex: 1 1 320px; min-width: 0; display: grid; gap: 28px; }
.vt-proc__mot { flex: 1 1 320px; min-width: 0; }
.vt-proc__mot .vt-h2 { margin-bottom: 14px; }
.vt-proc__vue { margin-top: 24px; height: clamp(220px, 26vw, 340px); box-shadow: var(--lev-2); }
.vt-proc__mot .vt-act { margin-top: 22px; }
.vt-etape { position: relative; padding-left: 60px; }
.vt-etape__n {
  position: absolute;
  left: 0; top: 0;
  width: 42px; height: 42px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px 14px 14px 4px;
  background: var(--nappe);
  color:var(--sur-bande,var(--sur-marque));
  font-weight: 700; font-size: 14px;
}
.vt-etape__n::after {
  position: absolute;
  left: 21px; top: 52px;
  width: 1px; height: calc(100% + 10px);
  background: var(--bordure);
  content: '';
  pointer-events: none;
}
.vt-etape:last-child .vt-etape__n::after { display: none; }
.vt-etape b { display: block; font-size: 17px; margin-bottom: 6px; }

.vt-chif { background: var(--nappe); color:var(--sur-bande,var(--sur-marque)); }
.vt-chif .vt-h2, .vt-chif .vt-txt { color:var(--sur-bande,var(--sur-marque)); }
.vt-chif .vt-sur { background: color-mix(in srgb, var(--sur-marque) 16%, transparent); color:var(--sur-bande,var(--sur-marque)); }
.vt-chif .vt-sur::before { background: var(--sur-marque); }
.vt-tete--sur { color:var(--sur-bande,var(--sur-marque)); }
.vt-chif__c {
  padding: 26px 22px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--lev-3);
  text-align: center;
}
.vt-chif__c b {
  display: block;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1;
  color:var(--encre-marque,var(--marque));
}
.vt-chif__c span { display: block; margin-top: 8px; font-size: 14px; color: var(--texte-doux); }
.vt-chif__vue { margin-top: 40px; height: clamp(200px, 24vw, 320px); box-shadow: var(--lev-3); }

.vt-adr { display: grid; gap: 4px; margin: 18px 0; font-style: normal; color: var(--texte-doux); }

.vt-avis {
  padding: 24px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
  display: flex; flex-direction: column;
}
.vt-avis > b { margin-bottom: 8px; font-size: 16px; }
.vt-avis .vt-txt { flex: 1 1 auto; }
.vt-avis__note {
  position: relative;
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 4px 12px 4px 26px;
  border-radius: var(--r-pil);
  background: color-mix(in srgb, var(--accent) 14%, transparent);
  color:var(--encre-marque,var(--marque));
  font-size: 13px; font-weight: 600;
}
.vt-avis__note::before {
  position: absolute;
  left: 10px; top: 50%;
  width: 10px; height: 10px;
  margin-top: -5px;
  background:var(--marque);--sur-bande:var(--sur-marque);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m12 2 3 6.6 7 .8-5.2 4.8 1.4 7L12 17.8 5.8 21.2l1.4-7L2 9.4l7-.8z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='m12 2 3 6.6 7 .8-5.2 4.8 1.4 7L12 17.8 5.8 21.2l1.4-7L2 9.4l7-.8z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain; mask-size: contain;
  -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat;
  content: '';
  pointer-events: none;
}
.vt-avis__pied { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.vt-avis__ini {
  width: 40px; height: 40px;
  display: flex; align-items: center; justify-content: center;
  border-radius: var(--r-pil);
  background: var(--nappe);
  color:var(--sur-bande,var(--sur-marque));
  font-weight: 700;
  flex: 0 0 auto;
}
.vt-avis__pied b { display: block; font-size: 15px; }
.vt-avis__pied i { font-style: normal; font-size: 13px; color: var(--texte-doux); }

.vt-faq { max-width: 860px; }
.vt-faq__file { display: grid; gap: 12px; }
.vt-q {
  padding: 18px 22px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau);
}
.vt-q summary { cursor: pointer; font-weight: 600; font-size: 16px; list-style: none; }
.vt-q summary::-webkit-details-marker { display: none; }
.vt-q[open] summary { color:var(--encre-marque,var(--marque)); }
.vt-q .vt-txt { margin-top: 10px; }

.vt-hcarte {
  display: flex; align-items: center; gap: 18px;
  padding: 16px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vt-hcarte--haut { align-items: stretch; }
.vt-hcarte__vue { flex: 0 0 132px; min-width: 0; height: 116px; border-radius: var(--r-p); box-shadow: none; }
.vt-hcarte__mot { min-width: 0; }

.vt-piste { overflow-x: auto; padding: 4px 0 12px; scrollbar-width: thin; }
.vt-piste__file { display: flex; gap: 24px; padding: 0 max(var(--marge), calc((100vw - var(--cadre)) / 2 + var(--marge))); width: max-content; }
.vt-real { flex: 0 0 300px; min-width: 0; }
.vt-real__vue { height: 220px; margin-bottom: 16px; }

.vt-cert { text-align: left; }
.vt-cert b { display: block; margin-bottom: 6px; font-size: 16px; }
.vt-cert span { color: var(--texte-doux); font-size: 14px; }

.vt-aide {
  padding: 24px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vt-aide b { display: block; margin-bottom: 8px; font-size: 17px; }

.vt-mat__vue { height: 190px; margin-bottom: 14px; }
.vt-mat b { display: block; margin-bottom: 6px; font-size: 16px; }

.vt-tarif {
  display: flex; flex-direction: column;
  padding: 26px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-2);
}
.vt-tarif__prix {
  display: block;
  margin: 6px 0 12px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 30px; font-weight: 700;
  color:var(--encre-marque,var(--marque));
}
.vt-tarif__prix i { font-style: normal; font-size: 14px; color: var(--texte-doux); margin-left: 6px; }
.vt-tarif .vt-act { margin-top: 20px; justify-content: center; }

.vt-urg { background: var(--nappe); color:var(--sur-bande,var(--sur-marque)); }
.vt-urg .vt-h2, .vt-urg .vt-txt { color:var(--sur-bande,var(--sur-marque)); }
.vt-urg .vt-sur { background: color-mix(in srgb, var(--sur-marque) 16%, transparent); color:var(--sur-bande,var(--sur-marque)); }
.vt-urg .vt-sur::before { background: var(--sur-marque); }
.vt-urg__rang { display: flex; flex-wrap: wrap; gap: 40px; align-items: center; }
.vt-urg__rang > * { flex: 0 1 calc(50% - 20px); min-width: min(100%, 320px); } 
.vt-urg__flanc { display: flex; flex-direction: column; align-items: flex-start; gap: 16px; }
.vt-urg__tel {
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: clamp(26px, 3.4vw, 38px); font-weight: 700;
}
.vt-urg .vt-act { background: var(--fond); color:var(--encre-marque,var(--marque)); }

.vt-form { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 24px; }
.vt-champ { display: flex; flex-direction: column; gap: 8px; flex: 1 1 220px; min-width: 0; }
.vt-champ--large { flex-basis: 100%; }
.vt-champ__mot { font-size: 13px; font-weight: 600; }
.vt-champ input, .vt-champ select, .vt-champ textarea {
  width: 100%;
  padding: 13px 14px;
  border: 0;
  border-radius: var(--r-p);
  box-shadow: var(--anneau);
  background: var(--fond);
  color: var(--texte);
  font-family: inherit;
  font-size: 15px;
}
.vt-champ textarea { resize: vertical; }
.vt-form .vt-act--bloc { flex: 1 1 100%; }
.vt-form--rang { max-width: 640px; margin-inline: auto; }

.vt-form__actes { display: flex; flex-wrap: wrap; align-items: stretch; gap: 12px; flex: 1 1 100%; }
.vt-form__actes .vt-act--bloc { flex: 1 1 220px; width: auto; }
.vt-act--creux {
  flex: 0 0 auto;
  justify-content: center;
  background: transparent;
  color: currentColor;
  border: 1px solid currentColor;
  box-shadow: none;
}

.vt-cta {
  position: relative;
  overflow: hidden;
  background: var(--nappe);
  color:var(--sur-bande,var(--sur-marque));
  padding-top: 128px;
}
.vt-cta__vague { position: absolute; left: 0; top: -1px; width: 100%; height: 120px; transform: scaleY(-1); pointer-events: none; }
.vt-cta__vague path { fill: var(--fond); }
.vt-cta__mot { position: relative; max-width: 700px; text-align: center; }
.vt-cta .vt-h2, .vt-cta .vt-txt { color:var(--sur-bande,var(--sur-marque)); }
.vt-cta .vt-mention { color:var(--sur-bande,var(--sur-marque)); opacity: .8; }
.vt-cta .vt-sur { background: color-mix(in srgb, var(--sur-marque) 16%, transparent); color:var(--sur-bande,var(--sur-marque)); }
.vt-cta .vt-sur::before { background: var(--sur-marque); }
.vt-cta .vt-champ__mot { color:var(--sur-bande,var(--sur-marque)); }
.vt-cta .vt-act--bloc { background: var(--fond); color:var(--encre-marque,var(--marque)); }
.vt-cta .vt-champ input, .vt-cta .vt-champ select, .vt-cta .vt-champ textarea { background: var(--fond); color: var(--texte); }

.vt-fil { padding: 18px 0; background: var(--fond); box-shadow: inset 0 -1px 0 var(--bordure); }
.vt-fil ol { display: flex; flex-wrap: wrap; gap: 8px; font-size: 13px; color: var(--texte-doux); }
.vt-fil li + li::before { content: '/'; margin-right: 8px; color: var(--bordure); }
.vt-fil a:hover { color:var(--encre-marque,var(--marque)); }

.vt-ab__scene {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-g);
  box-shadow: var(--lev-2);
  margin-bottom: 18px;
}
.vt-ab__fond { height: clamp(220px, 26vw, 320px); border-radius: 0; box-shadow: none; }
.vt-ab__volet {
  position: absolute;
  inset: 0;
  width: var(--pos, 50%);
  overflow: hidden;
  pointer-events: none;
}
.vt-ab__dessus { height: 100%; width: max(100%, 1px); border-radius: 0; box-shadow: none; }
.vt-ab__volet .vt-vue img { width: 100%; height: 100%; object-fit: cover; }
.vt-ab__trait {
  position: absolute;
  top: 0; bottom: 0;
  left: var(--pos, 50%);
  width: 3px;
  margin-left: -1.5px;
  background: var(--fond);
  pointer-events: none;
}
.vt-ab__et {
  position: absolute;
  bottom: 12px;
  padding: 5px 12px;
  border-radius: var(--r-pil);
  background: var(--fond);
  font-size: 12px; font-weight: 600;
}
.vt-ab__et--g { left: 12px; }
.vt-ab__et--d { right: 12px; }
.vt-ab__range {
  position: absolute;
  left: 0; bottom: 50%;
  width: 100%;
  margin: 0;
  height: 30px;
  -webkit-appearance: none; appearance: none;
  background: transparent;
  cursor: ew-resize;
}
.vt-ab__range::-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;
}
.vt-ab__range::-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;
}
.vt-ab__range:focus-visible { outline: 3px solid var(--fond); outline-offset: 2px; }

.vt-art__tete { max-width: 760px; margin-bottom: 28px; }
.vt-art__vue { height: clamp(220px, 28vw, 380px); margin-bottom: 40px; box-shadow: var(--lev-2); }
.vt-art { display: flex; flex-wrap: wrap; gap: 48px; align-items: flex-start; }
.vt-somm {
  flex: 1 1 240px; min-width: 0;
  position: sticky; top: 100px;
  display: flex; flex-direction: column; gap: 10px;
  padding: 22px;
  border-radius: var(--r-g);
  background: var(--fond-2);
}
.vt-somm b { font-size: 14px; letter-spacing: .06em; text-transform: uppercase; }
.vt-somm a, .vt-somm span { font-size: 14px; color: var(--texte-doux); }
.vt-somm a:hover { color:var(--encre-marque,var(--marque)); }
.vt-art__corps { flex: 3 1 420px; min-width: 0; }
.vt-art__corps .vt-txt + .vt-txt { margin-top: 14px; }

.vt-legal { max-width: 820px; }
.vt-legal article + article { margin-top: 12px; }
.vt-legal .vt-txt + .vt-txt { margin-top: 12px; }

.vt-facet__mot { font-size: 14px; font-weight: 600; margin-bottom: 12px; }
.vt-facet { display: flex; flex-wrap: wrap; gap: 10px; }
.vt-facet li a, .vt-facet li span {
  display: inline-block;
  padding: 9px 16px;
  border-radius: var(--r-pil);
  box-shadow: var(--anneau);
  font-size: 14px;
}
.vt-facet li span[aria-current] { background: var(--nappe); color:var(--sur-bande,var(--sur-marque)); box-shadow: none; }

.vt-prod {
  display: block;
  padding: 14px;
  border-radius: var(--r-g);
  background: var(--fond);
  box-shadow: var(--anneau), var(--lev-1);
}
.vt-prod__vue { position: relative; margin-bottom: 16px; }
.vt-prod__vue .vt-vue { height: 210px; border-radius: var(--r-p); box-shadow: none; }
.vt-prod__prix {
  position: absolute;
  left: 12px; bottom: 12px;
  padding: 6px 14px;
  border-radius: var(--r-pil);
  background: var(--fond);
  box-shadow: var(--lev-1);
  font-weight: 700; font-size: 15px;
  color:var(--encre-marque,var(--marque));
}
.vt-prod__prix i { font-style: normal; font-size: 12px; color: var(--texte-doux); margin-left: 4px; }
.vt-fiche__prix {
  display: block;
  margin: 10px 0 14px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-size: 34px; font-weight: 700;
  color:var(--encre-marque,var(--marque));
}
.vt-fiche__prix i { font-style: normal; font-size: 14px; color: var(--texte-doux); margin-left: 6px; }
.vt-specs { display: flex; flex-wrap: wrap; gap: 14px; }
.vt-spec {
  flex: 1 1 260px; min-width: 0;
  display: flex; justify-content: space-between; gap: 16px;
  padding: 16px 20px;
  border-radius: var(--r-p);
  background: var(--fond);
  box-shadow: var(--anneau);
}
.vt-spec dt { color: var(--texte-doux); font-size: 14px; }
.vt-spec dd { margin: 0; font-weight: 600; font-size: 14px; text-align: right; }

.vt-ft { position: relative; padding: 80px 0 0; background: var(--fond-2); }
.vt-ft__rang { display: flex; flex-wrap: wrap; gap: 40px; }
.vt-ft__marque { flex: 1.6 1 280px; min-width: 0; }
.vt-ft__marque .vt-txt { margin-top: 14px; max-width: 42ch; }
.vt-ft__col { flex: 1 1 170px; min-width: 0; display: flex; flex-direction: column; gap: 10px; }
.vt-ft__col b { font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.vt-ft__col a, .vt-ft__col span { font-size: 14px; color: var(--texte-doux); }
.vt-ft__col a:hover { color:var(--encre-marque,var(--marque)); }
.vt-ft__bas {
  display: flex; flex-wrap: wrap; gap: 18px;
  margin-top: 48px; padding-top: 22px;
  box-shadow: inset 0 1px 0 var(--bordure);
  font-size: 13px; color: var(--texte-doux);
}
.vt-ft__bas a:hover { color:var(--encre-marque,var(--marque)); }
.vt-ft__filig { position: relative; margin-top: 32px; overflow: hidden; }
.vt-ft__filig::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .06) 100%);
  content: '';
  pointer-events: none;
  z-index: 1;
}
.vt-ft__vue { height: clamp(120px, 17vw, 250px); border-radius: 0; box-shadow: none; }
.vt-ft__nom {
  display: block;
  padding-bottom: 8px;
  font-family: 'Plus Jakarta Sans', 'Inter', sans-serif;
  font-weight: 800;
  font-size: clamp(46px, 15vw, 200px);
  line-height: .9;
  letter-spacing: -.04em;
  text-align: center;
  color: transparent;
  background: linear-gradient(var(--bordure), color-mix(in srgb, var(--bordure) 20%, transparent));
  -webkit-background-clip: text;
  background-clip: text;
}

@media (max-width: 1200px) {
  .vt-lot { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .vt-lot--220 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .vt-lot--240, .vt-lot--280, .vt-lot--300 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .vt-lot--320, .vt-lot--340, .vt-lot--420, .vt-lot--440 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023px) {
  :root { --hd-h: 142px; }   
  
  .vt-lot, .vt-lot--220, .vt-lot--240, .vt-lot--280, .vt-lot--300,
  .vt-lot--320, .vt-lot--340, .vt-lot--420, .vt-lot--440 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .vt-hd__rang { flex-wrap: wrap; }
  .vt-hd__poussoir {
    display: flex; flex-direction: column; justify-content: center; gap: 5px;
    width: 44px; height: 44px;
    margin-left: auto;
    padding: 0 10px;
    border: 0;
    border-radius: var(--r-p);
    background: transparent;
    box-shadow: var(--anneau);
    cursor: pointer;
  }
  .vt-hd__poussoir i { display: block; height: 2px; background:var(--texte);--sur-bande:var(--sur-texte,var(--fond)); }
  .vt-hd__nav {
    display: none;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: stretch;
    margin: 0 0 16px;
    gap: 2px;
  }
  .vt-hd--ouvert .vt-hd__nav { display: flex; }
  
  .vt-hd__flanc { flex: 1 1 100%; margin: 6px 0 12px; display: flex; }
  .vt-hd__flanc > * { flex: 1 1 0; justify-content: center; }
  .vt-hd__mot { padding: 12px 0; }
  .vt-chev { display: none; }
  .vt-volet__panneau {
    position: static;
    transform: none;
    width: auto;
    padding-top: 0;
    opacity: 1; visibility: visible;
  }
  .vt-volet__rang { flex-direction: column; gap: 16px; padding: 12px 0; box-shadow: none; background: transparent; }
  .vt-volet__vit { display: none; }
}

@media (max-width: 720px) {
  .vt-lot, .vt-lot--220, .vt-lot--240, .vt-lot--280, .vt-lot--300,
  .vt-lot--320, .vt-lot--340, .vt-lot--420, .vt-lot--440 {
    grid-template-columns: minmax(0, 1fr);
  }
  .vt-sec { padding: 64px 0; }
  .vt-blocs .vt-bloc + .vt-bloc { margin-top: 56px; }
  .vt-bloc, .vt-fendu, .vt-proc, .vt-art { gap: 28px; }
  .vt-hero__flot { margin-top: -40px; }
  .vt-hero__bas { padding-bottom: 40px; }
  .vt-somm { position: static; }
  .vt-hcarte { flex-direction: column; align-items: stretch; }
  .vt-hcarte__vue { flex: 0 0 auto; height: 170px; }
  .vt-piste__file { padding: 0 var(--marge); }
}

.vt-hero__meta { margin: 6px 0 0; font-size: 14px; color: var(--texte-doux); }
.vt-etape__vue { margin-top: 14px; border-radius: var(--r-p); overflow: hidden; }
.vt-etape__vue img { display: block; width: 100%; height: 120px; object-fit: cover; }
.vt-cert__mot { max-width: 64ch; margin: -8px auto 28px; text-align: center; }
.vt-faq__encart {
  position: relative; margin-top: 28px; padding: 26px 28px;
  border-radius: var(--r-g); background: var(--fond);
  box-shadow: var(--anneau), var(--lev-2);
}
.vt-faq__encart b { display: block; font-size: 19px; margin-bottom: 8px; }
.vt-cta__vue {
  max-width: var(--cadre); margin: 28px auto 0; border-radius: var(--r-g);
  overflow: hidden; box-shadow: var(--lev-3);
}
.vt-cta__vue img { display: block; width: 100%; height: 280px; object-fit: cover; }
.vt-h3--art { margin: 22px 0 8px; font-size: 20px; }
.vt-art__encadre {
  margin: 22px 0; padding: 20px 22px; border-radius: var(--r-g);
  background: var(--fond-2); box-shadow: var(--anneau);
}
.vt-art__encadre b { display: block; margin-bottom: 6px; }
@media (max-width: 720px) {
  .vt-cta__vue img { height: 190px; }
  .vt-faq__encart { padding: 20px; }
}

.vt-mats { list-style: none; margin: 0; padding: 0; }
.vt-mats__l {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  padding: 18px 4px; border-bottom: 1px solid var(--bordure);
}
.vt-mats__l:first-child { border-top: 1px solid var(--bordure); }
.vt-mats__n { flex: 0 0 auto; min-width: 34px; font-weight: 700; color:var(--encre-marque,var(--marque)); }
.vt-mats__vig {
  flex: 0 0 auto; width: 84px; height: 84px; border-radius: var(--r-p);
  overflow: hidden; background: var(--fond-2); box-shadow: var(--anneau);
  display: block;
}
.vt-mats__vig img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vt-mats__vig i { display: block; width: 100%; height: 100%; background: var(--nappe); opacity: .18; }
.vt-mats__t { flex: 0 0 220px; min-width: 0; font-size: 18px; }
.vt-mats__p { flex: 1 1 260px; min-width: 0; color: var(--texte-doux); font-size: 15px; }

.vt-prix { display: flex; flex-wrap: wrap; gap: 40px; align-items: flex-start; }
.vt-prix__mot { flex: 1 1 320px; min-width: 0; }
.vt-prix__file { flex: 2 1 520px; min-width: 0; list-style: none; margin: 0; padding: 0; }
.vt-prix__l {
  display: block; padding: 22px 24px; border-radius: var(--r-g);
  background: var(--fond); box-shadow: var(--anneau), var(--lev-1);
}
.vt-prix__l + .vt-prix__l { margin-top: 14px; }
.vt-prix__tete { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; justify-content: space-between; }
.vt-prix__val { font-size: 22px; font-weight: 700; color:var(--encre-marque,var(--marque)); }
.vt-prix__val i { font-style: normal; font-size: 13px; color: var(--texte-doux); margin-left: 4px; }
.vt-prix__p { display: block; margin-top: 8px; color: var(--texte-doux); font-size: 15px; }

.vt-gp__file > * { flex: 0 0 clamp(260px, 30vw, 360px); }
.vt-gp__c { position: relative; display: block; }
.vt-gp__vue { border-radius: var(--r-g); overflow: hidden; box-shadow: var(--lev-2); }
.vt-gp__vue img { display: block; width: 100%; height: 320px; object-fit: cover; }
.vt-gp__verre {
  position: relative; display: block; margin: -56px 14px 0; padding: 18px;
  border-radius: var(--r-p); background: color-mix(in srgb, var(--fond) 92%, transparent);
  backdrop-filter: blur(8px); box-shadow: var(--lev-1), var(--anneau);
}
.vt-gp__prix { display: inline-block; margin-top: 4px; font-weight: 700; color:var(--encre-marque,var(--marque)); }
.vt-gp__prix i { font-style: normal; font-size: 13px; color: var(--texte-doux); margin-left: 4px; }
.vt-gp__p { display: block; margin-top: 6px; color: var(--texte-doux); font-size: 14px; }
@media (max-width: 720px) {
  .vt-mats__vig { width: 62px; height: 62px; }
  .vt-mats__t { flex-basis: 100%; }
  .vt-gp__vue img { height: 260px; }
}

: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;
  }
}

.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%}

.vt-sec,
.vt-sec--pale,
.vt-vue,
.vt-hd--pose,
.vt-hd__sceau::after,
.vt-volet__rang,
.vt-volet__vit,
.vt-flot,
.vt-srv,
.vt-lam__pan,
.vt-b2b,
.vt-zone,
.vt-chif__c,
.vt-avis,
.vt-q,
.vt-hcarte,
.vt-aide,
.vt-tarif,
.vt-urg .vt-act,
.vt-champ input,
.vt-champ select,
.vt-champ textarea,
.vt-cta .vt-act--bloc,
.vt-cta .vt-champ input,
.vt-cta .vt-champ select,
.vt-cta .vt-champ textarea,
.vt-fil,
.vt-ab__trait,
.vt-ab__et,
.vt-ab__range::-webkit-slider-thumb,
.vt-ab__range::-moz-range-thumb,
.vt-somm,
.vt-prod,
.vt-prod__prix,
.vt-spec,
.vt-ft,
.vt-faq__encart,
.vt-art__encadre,
.vt-mats__vig,
.vt-prix__l,
.zx-certs__lg { --texte-doux: var(--texte-doux-sol, var(--texte-doux)); --encre-accent: var(--encre-accent-sol, var(--accent)); color: var(--texte) }

.vt-hd__poussoir i { --texte-doux: var(--texte-doux-inverse); --encre-accent: var(--encre-accent-inverse, var(--accent)); --encre-marque: var(--fond); color: var(--fond) }

.vt-points li::before,
.vt-b2b__marq::before,
.vt-avis__note::before { --texte-doux: var(--texte-doux-sur-marque, var(--sur-marque)); --encre-accent: var(--encre-accent-inverse, var(--sur-marque)); --encre-marque: var(--sur-marque) }

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