/*
Theme Name: Vinyform 2026
Description: Thème sur mesure Vinyform — catalogue B2B bilingue, rapide et moderne. Zéro constructeur de pages.
Author: Vinyform
Version: 2.30.0
Requires PHP: 7.4
Text Domain: vinyform2026
*/

:root{
  --navy:#0A253C;
  --navy-2:#10314e;
  --accent:#0E96D5;
  --accent-dark:#0b7ab0;
  --ink:#1c2733;
  --muted:#5c6b7a;
  --line:#e3e8ee;
  --bg-soft:#f4f7fa;
  --radius:4px;
  --shadow:0 10px 30px rgba(10,37,60,.10);
  --font:"Jost",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}

/* ===== Affichage par région (cookie vf_region -> classe sur <body>) =====
   Défaut (pas de cookie / robots) = version Canada.
   QC : mentions Québec. US : drapeaux US seulement, aucune mention d'origine. */
.vf-r-qc.vf-r-qc,.vf-r-us.vf-r-us{display:none}
body.vf-qc .vf-r-qc.vf-r-qc{display:revert}
body.vf-qc .vf-badge.vf-r-qc,body.vf-qc .vf-madein.vf-r-qc{display:inline-flex}
body.vf-qc .vf-r-ca.vf-r-ca{display:none}
body.vf-us .vf-r-us.vf-r-us{display:revert}
body.vf-us .vf-badge.vf-r-us{display:inline-flex}
body.vf-us .vf-r-ca.vf-r-ca,body.vf-us .vf-r-caqc.vf-r-caqc{display:none}

/* Drapeaux SVG */
.vf-flag{border-radius:3px;display:inline-block;vertical-align:-2px;box-shadow:0 0 0 1px rgba(0,0,0,.10)}
.vf-topbar .vf-flag,.vf-hero .vf-flag,.vf-footer .vf-flag{box-shadow:0 0 0 1px rgba(255,255,255,.25)}

/* Pastille régionale */
.vf-badge{display:inline-flex;align-items:center;gap:.6em;background:none;border:0;border-left:3px solid var(--accent);color:#cfe3f4;font-weight:700;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;padding:.15em 0 .15em .8em;border-radius:0;margin-bottom:1.3rem}

*{box-sizing:border-box}
@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}
body{margin:0;font-family:var(--font);color:var(--ink);font-size:16.5px;line-height:1.65;background:#fff;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto}
a{color:var(--accent);text-decoration:none}
a:hover{color:var(--accent-dark)}
h1,h2,h3,h4{line-height:1.18;color:var(--navy);margin:0 0 .5em;overflow-wrap:break-word}
h1,h2{font-weight:300;letter-spacing:.005em;text-transform:uppercase}
h3,h4{font-weight:500;letter-spacing:.01em}
h1{font-size:clamp(2rem,4.2vw,3.15rem)}
h2{font-size:clamp(1.55rem,3vw,2.5rem)}
h3{font-size:1.25rem}
.vf-container{max-width:1340px;margin:0 auto;padding:0 28px}
@media(max-width:640px){.vf-container{padding:0 18px}}
.vf-btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;padding:.95em 2.1em;border-radius:999px;border:2px solid var(--accent);transition:.18s;font-size:.83rem;text-transform:uppercase;letter-spacing:.07em;line-height:1.15}
.vf-btn:hover{background:var(--accent-dark);border-color:var(--accent-dark);color:#fff}
.vf-btn--ghost{background:transparent;color:var(--accent)}
.vf-btn--ghost:hover{background:var(--accent);color:#fff}
.vf-btn--light{background:#fff;color:var(--navy);border-color:#fff}
.vf-btn--light:hover{background:#e9f5fc;border-color:#e9f5fc;color:var(--navy)}
.vf-kicker{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:700;color:var(--accent);margin-bottom:.75em;padding-left:.9em;position:relative}
.vf-kicker::before{content:"";position:absolute;left:0;top:.25em;bottom:.25em;width:3px;background:var(--accent)}

/* ===== Top bar ===== */
/* la barre du haut passe AU-DESSUS de l'entête collante (z-index:200), sinon le
   menu déroulant de région s'ouvre derrière et paraît ne rien faire */
.vf-topbar{background:var(--navy);color:#cfe0ee;font-size:.85rem;position:relative;z-index:300}
.vf-topbar__in{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:40px}
.vf-topbar a{color:#fff;font-weight:600}
.vf-topbar__right{display:flex;align-items:center;gap:1.1rem}
.vf-topbar__left{display:flex;align-items:center;gap:.6rem}
.vf-topbar__left .sep{opacity:.4}
.vf-region a{opacity:.72;padding:0 .15em;display:inline-flex;align-items:center;gap:.4em}
.vf-region a.is-active,.vf-region a:hover{opacity:1;color:#fff}
.vf-region a.is-active{text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--accent)}
.vf-region .sep{opacity:.4;margin:0 .3em}
.vf-region{display:inline-flex;align-items:center}
/* Sélecteur de région déroulant (topbar) */
.vf-region-dd{position:relative}
.vf-region-dd__cur{display:inline-flex;align-items:center;gap:.45em;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:7px;color:#fff;font:inherit;font-size:.83rem;font-weight:600;padding:.28em .7em;cursor:pointer}
.vf-region-dd__cur svg{opacity:.7}
.vf-region-dd__cur .vf-r-ca,.vf-region-dd__cur .vf-r-qc,.vf-region-dd__cur .vf-r-us{align-items:center;gap:.35em;white-space:nowrap}
body.vf-qc .vf-region-dd__cur .vf-r-qc,body.vf-us .vf-region-dd__cur .vf-r-us{display:inline-flex}
.vf-region-dd__cur .vf-r-ca{display:inline-flex}
/* coche sur la région courante : pilotée par la classe body, donc juste même
   quand la page sort du cache */
.vf-region-dd__ok{display:none;margin-left:auto;color:var(--accent);flex:0 0 auto}
.vf-reg-item--ca .vf-region-dd__ok{display:block}
body.vf-qc .vf-reg-item--ca .vf-region-dd__ok,body.vf-us .vf-reg-item--ca .vf-region-dd__ok{display:none}
body.vf-qc .vf-reg-item--qc .vf-region-dd__ok,body.vf-us .vf-reg-item--us .vf-region-dd__ok{display:block}
.vf-reg-item--ca>a{background:var(--bg-soft)}
body.vf-qc .vf-reg-item--ca>a,body.vf-us .vf-reg-item--ca>a{background:none}
body.vf-qc .vf-reg-item--qc>a,body.vf-us .vf-reg-item--us>a{background:var(--bg-soft)}
.vf-region-dd__cur svg:last-child{transition:transform .18s}
.vf-region-dd.is-open .vf-region-dd__cur svg:last-child{transform:rotate(180deg)}
.vf-region-dd__menu{visibility:hidden;opacity:0;transform:translateY(6px);transition:.15s;position:absolute;top:100%;right:0;margin:4px 0 0;padding:.35rem;list-style:none;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:var(--shadow);min-width:172px;z-index:310}
.vf-region-dd.is-open .vf-region-dd__menu{visibility:visible;opacity:1;transform:translateY(0)}
.vf-region-dd__menu a.is-on{color:var(--accent-dark);background:var(--bg-soft)}
.vf-region-dd__ok{margin-left:auto;color:var(--accent)}
.vf-region-dd__menu a{display:flex;align-items:center;gap:.5em;padding:.45em .7em;border-radius:7px;color:var(--navy);font-weight:600;font-size:.86rem}
.vf-region-dd__menu a:hover{background:var(--bg-soft);color:var(--accent-dark)}
/* Barre de recherche — dans le header, sur la même ligne que le menu */
.vf-search{display:inline-flex;align-items:center;background:var(--bg-soft);border:1.5px solid var(--line);border-radius:999px;overflow:hidden;transition:.15s;flex:0 1 auto}
.vf-search:focus-within{border-color:var(--accent);background:#fff}
.vf-search input[type=search]{background:none;border:0;outline:0;color:var(--ink);font:inherit;font-size:.9rem;padding:.45em .2em .45em .85em;width:120px}
.vf-search input[type=search]::placeholder{color:var(--muted)}
.vf-search button{background:none;border:0;color:var(--muted);padding:.4em .7em;cursor:pointer;display:inline-flex;align-items:center}
.vf-search button:hover{color:var(--accent-dark)}
.vf-header__cta{display:flex;align-items:center;gap:.7rem}
@media(max-width:1240px){.vf-search input[type=search]{width:110px}}

/* ===== Header ===== */
.vf-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:200}
.vf-header__in{display:flex;align-items:center;justify-content:space-between;gap:.9rem;min-height:88px}
.vf-header__in>*{min-width:0}
.vf-nav{flex:1 1 auto;justify-content:flex-end;min-width:0}
/* L'en-tete a besoin de plus de largeur que le reste du site : les libelles
   francais (Demander une soumission) debordaient sur le logo. */
.vf-header .vf-header__in{max-width:1400px}
@media(min-width:981px){.vf-nav a{font-size:.88rem;padding:.6em .5em}.vf-header__cta .vf-btn{padding:.85em 1.4em;font-size:.76rem}}
@media(min-width:981px) and (max-width:1260px){.vf-nav a{font-size:.82rem;padding:.55em .3em}.vf-header__cta .vf-btn{padding:.78em 1rem;font-size:.71rem}.vf-search input[type=search]{width:72px}.vf-header__in{gap:.5rem}.vf-logo img{max-height:56px}}
@media(min-width:981px){.vf-nav>ul,.vf-nav .menu{flex-wrap:nowrap}}
.vf-logo{flex:0 0 auto}
.vf-logo img{max-height:64px;width:auto;display:block;flex:none}
.vf-logo .vf-logo-text{font-size:1.6rem;font-weight:900;color:var(--navy);letter-spacing:-.02em}
.vf-nav{display:flex;align-items:center;gap:.2rem}
.vf-nav>ul{display:flex;list-style:none;margin:0;padding:0;gap:.2rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}
.vf-nav a{display:block;padding:.65em .6em;color:var(--navy);font-weight:600;font-size:.94rem;border-radius:8px;white-space:nowrap}
.vf-nav a:hover{background:var(--bg-soft);color:var(--accent-dark)}
.vf-nav li{position:relative}
.vf-nav li.menu-item-has-children>a::after{content:"";display:inline-block;margin-left:.45em;border:5px solid transparent;border-top-color:currentColor;transform:translateY(3px)}
.vf-nav li ul{visibility:hidden;opacity:0;transform:translateY(8px);transition:.15s;position:absolute;top:100%;left:0;background:#fff;min-width:270px;list-style:none;margin:0;padding:.5rem;border-radius:6px;box-shadow:var(--shadow);border:1px solid var(--line);z-index:60}
.vf-nav li:hover>ul,.vf-nav li:focus-within>ul{visibility:visible;opacity:1;transform:translateY(0)}
.vf-nav li ul a{padding:.55em .8em;font-weight:500}
.vf-nav li ul li ul{top:0;left:100%;transform:translateX(6px)}
.vf-nav li ul li:hover>ul,.vf-nav li ul li:focus-within>ul{transform:translateX(0)}
.vf-nav li ul li.menu-item-has-children>a::after{transform:translateY(1px) rotate(-90deg)}
/* Templates / Catalogs : liens de navigation normaux (les « bulles » blanches déplaisaient à Simon) */
.vf-nav li.vf-pill>a{text-transform:capitalize}
.vf-header__cta{white-space:nowrap;flex:0 0 auto}
.vf-burger{display:none;background:none;border:0;font-size:1.7rem;color:var(--navy);cursor:pointer}
.vf-sub-toggle{display:none}
@media(max-width:1020px){
  .vf-burger{display:block}
  .vf-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-bottom:1px solid var(--line);padding:1rem;box-shadow:var(--shadow)}
  .vf-nav.open{display:block}
  .vf-nav>ul{flex-direction:column;align-items:stretch}
  /* Menu mobile en ACCORDÉON : ouvrir le hamburger montre les 6 entrées principales,
     pas les 11 catégories de produits d'un coup. Chaque parent a son chevron. */
  .vf-nav li{display:flex;flex-wrap:wrap;align-items:center}
  .vf-nav li>a{flex:1 1 auto}
  .vf-nav li ul{position:static;visibility:visible;opacity:1;transform:none;box-shadow:none;border:0;padding-left:.9rem;display:none;flex:1 0 100%;margin:.15rem 0 .5rem}
  .vf-nav li.vf-open>ul{display:block}
  .vf-nav li.menu-item-has-children>a::after{display:none}
  .vf-nav .vf-sub-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;flex:none;background:none;border:0;color:var(--navy);cursor:pointer;border-radius:8px;padding:0}
  .vf-nav .vf-sub-toggle svg{transition:transform .18s}
  .vf-nav li.vf-open>.vf-sub-toggle{background:var(--bg-soft);color:var(--accent-dark)}
  .vf-nav li.vf-open>.vf-sub-toggle svg{transform:rotate(180deg)}
  .vf-nav>ul>li{border-bottom:1px solid var(--line)}
  .vf-nav>ul>li:last-child{border-bottom:0}
  .vf-nav>ul>li>a{font-size:1rem;padding:.85em .6em}
  /* L'en-tête se réorganise sur deux rangées : le logo peut respirer davantage. */
  .vf-logo img{max-height:68px}
  /* Mobile : la recherche et « Get a quote » restent visibles, en rangée pleine largeur sous le logo */
  .vf-header__in{flex-wrap:wrap}
  .vf-header__cta{order:4;width:100%;margin-top:.7rem}
  .vf-search{flex:1;display:flex}
  .vf-search input[type=search]{width:100%;flex:1}
}
/* Téléphones : la recherche et le bouton de soumission passent chacun sur sa ligne.
   Côté français les libellés sont plus longs (« Demander une soumission » vs « Get a quote »)
   et écrasaient le champ de recherche à 42 px de large. */
@media(max-width:560px){
  .vf-header__cta{flex-wrap:wrap;gap:.5rem;white-space:normal}
  .vf-header__cta>.vf-search{flex:1 0 100%;width:100%}
  .vf-header__cta>.vf-btn{flex:1 0 100%;width:100%;text-align:center;justify-content:center}
}
/* Très petits écrans : barre du haut compacte (évite tout débordement horizontal) */
@media(max-width:640px){
  .vf-topbar{font-size:.78rem}
  .vf-topbar__in{gap:.5rem;flex-wrap:wrap;justify-content:center;padding-top:.3rem;padding-bottom:.3rem}
  .vf-pricing{overflow-x:auto;-webkit-overflow-scrolling:touch}
  body{overflow-x:clip}
}

/* ===== Hero — photo réelle (cuir embossé Vinyform) ===== */
.vf-hero{background:linear-gradient(120deg,#071b2d 0%,var(--navy) 45%,#12466e 100%);color:#fff;position:relative;overflow:hidden;display:flex;align-items:center;min-height:clamp(430px,42vw,780px);padding:clamp(2.6rem,5vw,4.6rem) 0}
.vf-hero--photo{background-size:cover;background-position:center center;background-repeat:no-repeat}
.vf-hero--photo::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(4,16,27,.86) 0%,rgba(4,16,27,.58) 46%,rgba(4,16,27,.20) 100%)}
.vf-hero .vf-container{position:relative;z-index:1;width:100%}
.vf-hero__copy{max-width:760px}
.vf-hero h1{color:#fff;font-size:clamp(2rem,3.9vw,3.15rem);font-weight:300;letter-spacing:.01em;text-transform:uppercase;line-height:1.16;max-width:16em;text-shadow:0 2px 18px rgba(2,10,18,.55)}
.vf-hero p{font-size:1.08rem;color:#dbe7f1;max-width:40em;margin:1.4rem 0 2.3rem;font-weight:300;text-shadow:0 1px 12px rgba(2,10,18,.6)}
.vf-hero__actions{display:flex;gap:.9rem;flex-wrap:wrap}
/* Héros : vraies photos produits à droite */
.vf-hero__in{display:block}
@media(max-width:900px){.vf-hero__in{grid-template-columns:1fr}.vf-hero__viz{display:none}}
/* Mosaïque propre et alignée : 3 cartes en haut, 2 centrées en bas */
.vf-hero__viz{display:grid;grid-template-columns:repeat(6,1fr);gap:.9rem;align-content:center}
.vf-hero__viz .vf-viz-card{grid-column:span 2;aspect-ratio:1/1;background:#fff;border-radius:12px;box-shadow:0 18px 45px rgba(0,0,0,.4);overflow:hidden;transition:.22s}
.vf-hero__viz .vf-viz-card img{display:block;width:100%;height:100%;object-fit:cover}
.vf-hero__viz .vf-viz-card:hover{transform:translateY(-5px)}
/* 5 cartes : les 2 du bas centrées ; 6 cartes : grille 3x2 régulière */
.vf-viz-card--d:nth-last-child(2){grid-column:2/4}
.vf-viz-card--e:last-child{grid-column:4/6}
.vf-btn--ghost-light{color:#fff;border-color:rgba(255,255,255,.55)}
.vf-btn--ghost-light:hover{background:#fff;border-color:#fff;color:var(--navy)}

/* ===== Industries — cartes photo ===== */
.vf-ind-grid{display:flex;flex-wrap:wrap;gap:1.05rem}
.vf-ind-grid>*{flex:1 1 228px;max-width:calc(33.333% - .7rem)}
@media(max-width:900px){.vf-ind-grid>*{max-width:none}}
.vf-ind-card{position:relative;display:flex;align-items:flex-end;aspect-ratio:16/10;min-height:150px;border-radius:var(--radius);overflow:hidden;background:var(--navy) center/cover no-repeat;isolation:isolate}
.vf-ind-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,22,38,0) 30%,rgba(7,22,38,.85) 100%);transition:.2s}
.vf-ind-card span{position:relative;z-index:1;color:#fff;font-weight:700;padding:1rem 1.1rem;font-size:1.02rem;letter-spacing:-.01em}
.vf-ind-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.vf-ind-card:hover::after{background:linear-gradient(180deg,rgba(10,37,60,.15) 0%,rgba(10,37,60,.9) 100%)}

/* ===== Bandeau associations ===== */
.vf-assoc{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}
.vf-assoc__in{display:flex;align-items:center;justify-content:center;gap:2.8rem;flex-wrap:wrap;padding:1.9rem 24px}
.vf-assoc__label{color:var(--muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700}
.vf-assoc img{height:54px;width:auto;display:block;transition:transform .15s}
.vf-assoc img:hover{transform:translateY(-2px)}
@media(max-width:560px){.vf-assoc__in{gap:1.6rem}.vf-assoc img{height:42px}.vf-assoc__label{width:100%;text-align:center}}
.vf-assoc--flat{border:0;margin:3rem 0 1rem}

/* ===== Page About — onglets (CSS pur) + bannière ===== */
.vf-tabs{display:grid;grid-template-columns:320px 1fr;gap:0;margin:2.5rem 0;align-items:stretch}
@media(max-width:860px){.vf-tabs{grid-template-columns:1fr}}
.vf-tabs>input{position:absolute;opacity:0;pointer-events:none}
.vf-tabs__nav{display:flex;flex-direction:column;gap:6px}
.vf-tabs__nav label{background:#1c2733;color:#fff;font-weight:700;padding:1.1rem 1.3rem;cursor:pointer;font-size:.98rem;line-height:1.35;transition:.15s}
.vf-tabs__nav label:hover{background:#28374a}
.vf-tabs__panels{background:var(--bg-soft);padding:2.4rem 2.6rem}
.vf-tabs__panel{display:none}
.vf-tabs__panel h2{font-weight:400;color:#5c6b7a;font-size:clamp(1.4rem,2.6vw,2rem);letter-spacing:.01em;text-transform:uppercase}
#vf-tab-1:checked ~ .vf-tabs__nav label[for="vf-tab-1"],
#vf-tab-2:checked ~ .vf-tabs__nav label[for="vf-tab-2"],
#vf-tab-3:checked ~ .vf-tabs__nav label[for="vf-tab-3"]{background:var(--accent)}
#vf-tab-1:checked ~ .vf-tabs__panels #vf-panel-1,
#vf-tab-2:checked ~ .vf-tabs__panels #vf-panel-2,
#vf-tab-3:checked ~ .vf-tabs__panels #vf-panel-3{display:block}
.vf-about-banner{display:grid;grid-template-columns:1fr 2fr;gap:2rem;align-items:center;margin:4rem 0}
@media(max-width:860px){.vf-about-banner{grid-template-columns:1fr}.vf-about-banner__arrow{display:none}}
.vf-about-banner__arrow{max-width:210px;justify-self:center}
.vf-about-banner__card{background:var(--accent);border-radius:34px;color:#fff;padding:3rem 3.2rem}
.vf-about-banner__card h2{color:#fff;font-weight:400;text-transform:uppercase;letter-spacing:.01em;font-size:clamp(1.4rem,2.6vw,1.9rem)}
.vf-about-banner__card p{color:#eaf6fd}
.vf-about-banner__card .vf-btn{margin-top:.6rem}

/* ===== Page Templates — grille de gabarits ===== */
.vf-content:has(.vf-tpl-grid){max-width:none}
.vf-tpl-grid{display:grid;gap:.9rem;grid-template-columns:repeat(auto-fill,minmax(172px,1fr));margin:1.6rem 0 2.4rem}
.vf-tpl-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:.85rem;text-align:center;display:flex;flex-direction:column;gap:.55rem;transition:.15s}
.vf-tpl-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.vf-tpl-card__img{aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}
.vf-tpl-card__img img{object-fit:contain;width:100%;height:100%;display:block}
.vf-tpl-card h3{font-size:.88rem;margin:0}
.vf-tpl-card .vf-btn{margin-top:auto;align-self:center;font-size:.72rem;padding:.55em 1.2em}

/* ===== Bandeau de chiffres ===== */
.vf-stats{background:#071b2d;color:#fff}
.vf-stats__in{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;padding-top:1.7rem;padding-bottom:1.7rem}
@media(max-width:760px){.vf-stats__in{grid-template-columns:repeat(2,1fr)}}
.vf-stats strong{display:block;font-size:1.95rem;font-weight:300;letter-spacing:.01em;color:#fff;line-height:1.15}
.vf-stats span{color:#8fa6b9;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em}

/* ===== Sections ===== */
.vf-section{padding:2.6rem 0}
.vf-section--soft{background:var(--bg-soft)}
.vf-section__head{display:flex;align-items:end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}
/* Moins de vide sous les grilles de produits Woo dans les sections */
.vf-section ul.products{margin-bottom:0 !important}

/* Category grid */
.vf-grid{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fill,minmax(232px,1fr))}
.vf-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s;display:flex;flex-direction:column}
.vf-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfe0ee}
.vf-card__img{aspect-ratio:4/3;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}
.vf-card__img img{object-fit:contain;width:100%;height:100%;padding:12px}
.vf-card__body{padding:1.1rem 1.25rem 1.3rem}
.vf-card__body h3{font-size:.95rem;margin:0 0 .35rem;text-transform:uppercase;letter-spacing:.045em;font-weight:500}
.vf-card__body p{margin:0;color:var(--muted);font-size:.9rem}
.vf-card a{color:inherit}

/* Industries strip */
.vf-chips{display:flex;flex-wrap:wrap;gap:.7rem}
.vf-chip{background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:.55em 1.2em;font-weight:600;color:var(--navy);font-size:.93rem;transition:.15s}
.vf-chip:hover{border-color:var(--accent);color:var(--accent-dark)}

/* Feature trio */
.vf-trio{display:grid;gap:1.1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.vf-feature{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem;transition:.18s}
.vf-feature:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.vf-feature .ico{width:52px;height:52px;border-radius:6px;background:#e7f4fb;color:var(--accent-dark);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
.vf-feature h3{margin-bottom:.35rem}
.vf-feature h3 .vf-flag{margin-left:.35em}
.vf-feature p{color:var(--muted);margin:0;font-size:.95rem}

/* CTA banner */
.vf-cta{background:linear-gradient(120deg,var(--navy),#12466e);border-radius:6px;color:#fff;padding:3.2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}
.vf-cta h2{color:#fff;margin:0}
.vf-cta p{color:#c9dcec;margin:.4rem 0 0}
.vf-cta__actions{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}
.vf-cta__tel{color:#fff;font-weight:800;font-size:1.15rem;letter-spacing:-.01em}
.vf-cta__tel:hover{color:#9fd8f2}

/* ===== Footer ===== */
.vf-footer{background:var(--navy);color:#b9cbdc;margin-top:5rem;font-size:.94rem}
.vf-footer__grid{display:grid;gap:2.2rem 2rem;grid-template-columns:1.9fr 1.1fr 1.1fr 1fr 1.2fr;padding:3.5rem 0 2.5rem}
@media(max-width:1100px){.vf-footer__grid{grid-template-columns:1.6fr 1fr 1fr;row-gap:2.4rem}}
@media(max-width:760px){.vf-footer__grid{grid-template-columns:1fr 1fr}}
@media(max-width:520px){.vf-footer__grid{grid-template-columns:1fr}}
.vf-landing-copy{margin:3rem auto 0;max-width:74ch}
.vf-landing-copy h2{font-size:1.6rem;margin:2.2rem 0 .7rem}
.vf-landing-copy h3{font-size:1.15rem;margin:1.6rem 0 .5rem;color:var(--navy)}
.vf-landing-copy p{margin:0 0 1rem;line-height:1.7}
.vf-footer__offices{margin:.9rem 0 0;font-size:.85rem;color:#8fa6ba;letter-spacing:.02em}
.vf-footer__all{color:#fff;font-weight:600}
.vf-footer li a{transition:color .15s}
.vf-footer h4{color:#fff;font-size:.85rem;text-transform:uppercase;letter-spacing:.12em;margin:0 0 1rem}
.vf-footer ul{list-style:none;margin:0;padding:0}
.vf-footer li{margin:.45rem 0}
/* Numéros par bureau : la ville en petites capitales discrètes, le numéro en
   chiffres tabulaires pour que la colonne reste alignée. */
.vf-footer__tel{display:flex;align-items:baseline;gap:.55rem}
.vf-footer__tel .vf-tel-city{flex:0 0 auto;min-width:5.6em;font-size:.72rem;letter-spacing:.09em;text-transform:uppercase;color:#6f889f}
.vf-footer__tel a{font-variant-numeric:tabular-nums;letter-spacing:.01em}

/* Défilement infini des listes de produits.
   La pagination reste dans le HTML (liens crawlables) ; elle disparaît
   seulement quand le script a pris le relais. */
.vf-pager-remplace{display:none}

/* Texte des catégories : accroche courte en tête, bloc « À propos » sous la grille */
.vf-arch-lead{max-width:62ch;margin:.2rem 0 1.6rem;font-size:1.06rem;line-height:1.6;color:#4a5f73;font-weight:300}
.vf-cat-about{background:var(--bg-soft);border-top:1px solid var(--line);margin:3.2rem 0 0;padding:3.4rem 0 3.6rem}
.vf-cat-about__in{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:minmax(0,22rem) minmax(0,1fr);gap:2.4rem 4rem;align-items:start}
.vf-cat-about .vf-kicker{display:block;margin-bottom:.6rem}
.vf-cat-about h2{margin:0;font-size:1.9rem;line-height:1.15;color:var(--navy)}
.vf-cat-about__txt{font-size:1.04rem;line-height:1.75;color:#3d5164;max-width:66ch}
.vf-cat-about__txt p{margin:0 0 1rem}
.vf-cat-about__txt p:last-child{margin-bottom:0}
@media(max-width:820px){.vf-cat-about{padding:2.4rem 0 2.6rem}.vf-cat-about__in{grid-template-columns:1fr;gap:1rem}}
.vf-inf{margin:2.6rem 0 1rem;text-align:center;min-height:2.6rem}
.vf-inf__btn{appearance:none;border:1px solid var(--navy,#0c2b45);background:transparent;color:var(--navy,#0c2b45);
  font:600 .82rem/1 inherit;letter-spacing:.1em;text-transform:uppercase;padding:.95rem 2.1rem;border-radius:999px;
  cursor:pointer;transition:background .18s,color .18s}
.vf-inf__btn:hover{background:var(--navy,#0c2b45);color:#fff}
.vf-inf.is-loading .vf-inf__btn{opacity:.45;pointer-events:none}
.vf-inf__etat{margin:.85rem 0 0;font-size:.82rem;color:#6d8296;letter-spacing:.02em}
.vf-inf.is-loading .vf-inf__etat::before{content:'';display:inline-block;width:.75rem;height:.75rem;margin-right:.5rem;
  vertical-align:-1px;border:2px solid #b9c8d5;border-top-color:var(--navy,#0c2b45);border-radius:50%;animation:vf-spin .7s linear infinite}
@keyframes vf-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){.vf-inf.is-loading .vf-inf__etat::before{animation:none}}
.vf-footer a{color:#b9cbdc}
.vf-footer a:hover{color:#fff}
/* Logo du pied de page : inversé + fusion « screen » -> le fond blanc du PNG disparaît
   sur le marine et le lettrage ressort en blanc. */
.vf-footer__logo{display:inline-block}
.vf-footer__logo img{max-height:46px;width:auto;display:block;filter:invert(1) grayscale(1) brightness(1.35);mix-blend-mode:screen}
.vf-footer__bottom{border-top:1px solid rgba(255,255,255,.12);padding:1.2rem 0;display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:.85rem;color:#8fa6ba}

/* ===== Content pages ===== */
/* Bande de titre : fond marine, titre en blanc, centré — la signature visuelle
   de vinyform.com, reprise sur toutes les pages intérieures. Le dégradé très
   léger évite l'aplat mort sur les grands écrans. */
.vf-page-head{background:linear-gradient(102deg,var(--navy) 0%,#12405f 100%);color:#fff;border-bottom:0;
  padding:3.3rem 0 3rem;margin-bottom:2.2rem;text-align:center}
.vf-page-head h1{margin:0;color:#fff;letter-spacing:.01em}
.vf-page-head .vf-kicker{color:var(--accent)}
.vf-page-head__sub,.vf-page-head__lead{margin-left:auto;margin-right:auto}
/* Fil d'Ariane à l'intérieur de la bande */
.vf-page-head .woocommerce-breadcrumb{margin:1rem 0 0 !important;font-size:.82rem;letter-spacing:.045em;
  color:rgba(255,255,255,.58)}
.vf-page-head .woocommerce-breadcrumb a{color:rgba(255,255,255,.85);text-decoration:none}
.vf-page-head .woocommerce-breadcrumb a:hover{color:#fff}
.vf-page-head .vf-bc-sep{color:rgba(255,255,255,.32);margin:0 .35rem}
@media(max-width:700px){.vf-page-head{padding:2.4rem 0 2.1rem}}
.vf-content{max-width:820px}

/* ===== FAQ ===== */
.vf-faq{border:1px solid var(--line);border-radius:12px;margin:.7rem 0;background:#fff;overflow:hidden}
.vf-faq summary{cursor:pointer;font-weight:700;color:var(--navy);padding:1rem 1.2rem;list-style:none;position:relative}
.vf-faq summary::-webkit-details-marker{display:none}
.vf-faq summary::after{content:"+";position:absolute;right:1.1rem;top:50%;transform:translateY(-50%);color:var(--accent);font-size:1.3rem;font-weight:800}
.vf-faq[open] summary::after{content:"−"}
.vf-faq[open] summary{border-bottom:1px solid var(--line)}
.vf-faq-body{padding:1rem 1.2rem;color:var(--muted)}

/* ===== Contact ===== */
.vf-contact-grid{display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:1rem 0 3rem}
@media(max-width:760px){.vf-contact-grid{grid-template-columns:1fr}}
.vf-contact-grid>div{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:1.8rem}
.vf-contact-grid ul{list-style:none;padding:0}
.vf-contact-grid li{margin:.45rem 0}

/* ===== Fiche produit — présentation ancien site ===== */
/* Grande mention d'origine (fiche produit) : gros drapeau + Made in Canada / Québec */
.vf-madein{display:inline-flex;align-items:center;gap:.6em;background:var(--bg-soft);border:1px solid var(--line);border-radius:9px;padding:.5em 1.05em;margin:.1rem 0 1.15rem;font-weight:800;color:var(--navy);font-size:1rem;letter-spacing:.02em}
.vf-madein .vf-flag{box-shadow:0 0 0 1px rgba(10,37,60,.12)}
.vf-prod-sub{margin:.2rem 0 1.1rem;line-height:1.5}
.vf-prod-sub strong{display:block;color:var(--navy);font-size:1.02rem;letter-spacing:.01em}
.vf-prod-sub span{display:block;color:var(--muted);font-weight:600;font-size:.95rem}
.vf-prod-desc{margin-bottom:1rem}
/* Liste de prix aérée, sans bordures (comme l'ancien site) */
.vf-pricing{margin:1.6em 0;border-top:1px solid var(--line);padding-top:1.4em}
.vf-pricing-head{display:flex;gap:.7em;align-items:flex-start}
.vf-pricing-head .vf-flag{margin-top:.25em}
.vf-pricing-title{margin:0;font-size:1.15rem}
.vf-pricing-note{color:var(--muted);font-size:.85rem;margin:.15em 0 .9em}
.vf-price-grid{border-collapse:collapse;width:100%;font-size:.93rem;font-variant-numeric:tabular-nums}
.vf-price-grid th,.vf-price-grid td{border:0;padding:.5em .55em;text-align:right}
.vf-price-grid thead th{font-weight:800;color:var(--navy);border-bottom:2px solid var(--line);padding-bottom:.65em}
.vf-price-grid .vf-qty-lbl{text-align:left;font-size:.72rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);vertical-align:bottom}
/* Chaque section (HOT STAMP, SILKSCREEN…) = un bloc d'une seule couleur, séparé par un espace blanc */
.vf-price-grid tbody.vf-sg{border-top:14px solid #fff;border-left:3px solid var(--accent)}
.vf-price-grid .vf-sg td{background:#f1f6fb;border-bottom:1px solid #fff}
.vf-price-grid td.vf-quote{text-align:center;font-weight:600;color:var(--accent);letter-spacing:.03em;text-transform:uppercase;font-size:.8rem}
.vf-price-grid .vf-sg tr:last-child td{border-bottom:0}
.vf-price-grid .vf-sect td{text-align:left;font-weight:800;color:var(--navy);text-transform:uppercase;font-size:.8rem;letter-spacing:.07em;background:#dceaf6;padding:.65em .95em}
.vf-price-grid .vf-sg .vf-lbl{padding-left:.95em}
.vf-price-grid tbody tr:not(.vf-sect):hover td{background:#e6f0f9}
.vf-price-grid .vf-lbl{text-align:left;font-weight:600;color:var(--ink)}
.vf-price-grid .vf-code-col{text-align:left;white-space:nowrap;width:3.2em}
.vf-price-grid tbody td:not(.vf-lbl):not(.vf-code-col){color:var(--navy);font-weight:500}
.vf-code{color:var(--muted);font-size:.85em}
/* Encadrés Shipping / Need help */
.vf-help-boxes{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0 0}
@media(max-width:560px){.vf-help-boxes{grid-template-columns:1fr}}
.vf-help-boxes>div{background:var(--bg-soft);border:1px solid var(--line);border-radius:12px;padding:1rem 1.2rem;font-size:.9rem}
.vf-help-boxes h4{margin:0 0 .3rem;font-size:.95rem}
.vf-help-boxes p{margin:.2rem 0}
/* Charte de couleurs — rangée compacte de pastilles cliquables */
.vf-share,.vf-prod-bottom{clear:both}

.vf-colors{margin:2.2rem 0 .5rem;padding:1.6rem 1.8rem;background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius)}
@media(max-width:600px){.vf-colors{padding:1.2rem}}
.vf-colors__head{margin-bottom:1.1rem}
.vf-colors__head h3{margin:0 0 .35rem;font-size:1.05rem}
.vf-colors__note{margin:0;color:var(--muted);font-size:.86rem;line-height:1.5;max-width:70ch}
.vf-colors__hint{color:var(--accent-dark);font-weight:600}
.vf-color-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(158px,1fr));gap:2px}
.vf-color-tile{display:flex;align-items:center;gap:.6rem;background:none;border:0;border-radius:3px;padding:.45rem .5rem;text-align:left;font:inherit;cursor:default;transition:background .12s}
.vf-color-tile__chip{flex:0 0 auto;width:26px;height:26px;border-radius:50%;box-shadow:inset 0 0 0 1px rgba(0,0,0,.14),0 1px 2px rgba(10,37,60,.16);position:relative}
.vf-color-tile__txt{display:flex;flex-direction:column;min-width:0;line-height:1.25}
.vf-color-tile__txt strong{font-size:.82rem;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vf-color-tile__txt em{font-style:normal;font-size:.72rem;color:var(--muted);letter-spacing:.02em}
.vf-color-tile.has-img{cursor:pointer}
.vf-color-tile.has-img .vf-color-tile__chip::after{content:"";position:absolute;right:-1px;bottom:-1px;width:8px;height:8px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 2px var(--bg-soft)}
.vf-color-tile.has-img:hover{background:#fff}
.vf-color-tile.has-img:hover .vf-color-tile__chip{transform:scale(1.08)}
.vf-color-tile.is-on{background:#fff;box-shadow:0 0 0 1.5px var(--accent)}
.vf-color-tile.is-on .vf-color-tile__txt strong{color:var(--accent-dark)}
/* Pastilles compactes (studio d'échantillon virtuel) */
.vf-color{width:34px;height:34px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 0 1px var(--line);cursor:pointer;padding:0;transition:.12s;flex:0 0 auto}
.vf-color-row{display:flex;flex-wrap:wrap;gap:8px}
.vf-color:hover{transform:scale(1.15);box-shadow:0 0 0 2px var(--accent)}
.vf-color.is-on{box-shadow:0 0 0 2px var(--accent);transform:scale(1.1)}
/* Boutons partager / imprimer */
.vf-share{margin:1.6rem 0;display:flex;gap:.8rem;flex-wrap:wrap}
/* Bas de fiche : infos additionnelles + soumission */
.vf-prod-bottom{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;margin:2.5rem 0 3rem;padding-top:2rem;border-top:1px solid var(--line)}
@media(max-width:820px){.vf-prod-bottom{grid-template-columns:1fr}}
.vf-addinfo table{border-collapse:collapse;width:100%;font-size:.93rem}
.vf-addinfo th{text-align:left;color:var(--muted);font-weight:600;padding:.5em .8em .5em 0;vertical-align:top;white-space:nowrap}
.vf-addinfo td{padding:.5em 0}
.vf-addinfo tr+tr th,.vf-addinfo tr+tr td{border-top:1px solid var(--line)}
.vf-fees{margin:1.2rem 0 0;padding-left:1.1rem;color:var(--muted);font-size:.86rem}
.vf-fees li{margin:.25rem 0}
.vf-quote-form input[type=email],.vf-quote-form textarea{width:100%;border:1.5px solid var(--line);border-radius:10px;padding:.7em .9em;font-family:inherit;font-size:.95rem;margin-bottom:.8rem;background:#fff}
.vf-quote-form input:focus,.vf-quote-form textarea:focus{outline:none;border-color:var(--accent)}
.vf-quote-ok{background:#e8f7ee;border:1px solid #bfe6cd;color:#1c6b3c;border-radius:10px;padding:1rem 1.2rem;font-weight:600}
/* Galerie : vignettes sur UNE rangée, défilement horizontal (pas de mur d'images) */
.woocommerce div.product div.images .flex-control-thumbs{display:flex;gap:8px;margin-top:10px;flex-wrap:nowrap;overflow-x:auto;padding:0 0 6px;list-style:none;scrollbar-width:thin}
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar{height:6px}
.woocommerce div.product div.images .flex-control-thumbs::-webkit-scrollbar-thumb{background:#cfe0ee;border-radius:3px}
.woocommerce div.product div.images .flex-control-thumbs li{width:56px;flex:0 0 auto;margin:0}
.woocommerce div.product div.images .flex-control-thumbs img{border:1.5px solid var(--line);border-radius:8px;cursor:pointer;opacity:.65;transition:.15s;padding:2px;background:#fff}
.woocommerce div.product div.images .flex-control-thumbs img.flex-active,.woocommerce div.product div.images .flex-control-thumbs img:hover{opacity:1;border-color:var(--accent)}
.woocommerce div.product div.images{margin-bottom:1.5rem}

/* ===== Page Catalogs ===== */
.vf-content:has(.vf-cata-grid){max-width:none}
.vf-cata-grid{display:flex;gap:1.2rem;flex-wrap:wrap;align-items:stretch;margin:1.6rem 0 2.6rem}
.vf-cata-grid>.vf-cata-r{display:contents}
.vf-cata-grid>.vf-cata-r.vf-r-qc,.vf-cata-grid>.vf-cata-r.vf-r-us{display:none}
body.vf-qc .vf-cata-grid>.vf-cata-r.vf-r-qc{display:contents}
body.vf-us .vf-cata-grid>.vf-cata-r.vf-r-us{display:contents}
body.vf-qc .vf-cata-grid>.vf-cata-r.vf-r-ca,body.vf-us .vf-cata-grid>.vf-cata-r.vf-r-ca{display:none}
.vf-cata-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.4rem;text-align:center;flex:1 1 280px;max-width:calc(33.333% - .8rem);display:flex;flex-direction:column;transition:.15s}
@media(max-width:900px){.vf-cata-card{max-width:none}}
.vf-cata-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.vf-cata-card img{height:clamp(200px,20vw,300px);width:auto;max-width:100%;object-fit:contain;display:block;margin:0 auto 1.1rem;border-radius:6px;box-shadow:0 12px 26px rgba(10,37,60,.18)}
.vf-cata-card h3{margin-bottom:.2rem}
.vf-cata-card p{color:var(--muted);font-size:.9rem;margin:0 0 1.1rem}
.vf-cata-card .vf-btn{margin-top:auto;align-self:center}
/* Page Our industries : même grille photo que l'accueil */
.vf-content:has(.vf-ind-grid){max-width:none}
.vf-ind-grid--page{margin:1.5rem 0 3rem}
.vf-ind-card span em{font-style:normal;font-weight:500;color:#c8d8e6;font-size:.85em}

/* ===== WooCommerce overrides ===== */
.woocommerce-breadcrumb{font-size:.85rem;color:var(--muted);margin:1.3rem 0 !important}
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.18s;padding:0 !important}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.woocommerce ul.products li.product a img{margin:0;padding:14px;aspect-ratio:1/1;object-fit:contain}
.woocommerce ul.products li.product{display:flex;flex-direction:column}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:.98rem;font-weight:700;color:var(--navy);padding:.2rem 1.05rem .35rem;line-height:1.3}
.woocommerce ul.products li.product .vf-loop-sku{padding:0 1.05rem 1rem;margin-top:auto}
.woocommerce div.product .product_title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;color:var(--navy)}
.woocommerce div.product div.summary{margin-bottom:3rem}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:var(--navy)}
.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--accent);color:#fff}
.woocommerce .woocommerce-result-count,.woocommerce .woocommerce-ordering{margin-bottom:1.6rem}

/* ===== Logo régional : CA/QC = Montréal|Toronto|Calgary, US = New York ===== */
.vf-logo .vf-r-caqc{display:block}
body.vf-us .vf-logo .vf-r-us{display:block}
.vf-logo a{display:block;line-height:0}

/* ===== Pages Our products / Our industries — style ancien site ===== */
.vf-landing-hero{background:linear-gradient(102deg,var(--navy) 0%,#12405f 100%);padding:2.6rem 0}
.vf-landing-hero h1{color:#fff;text-align:center;margin:0;font-weight:600;font-size:clamp(1.7rem,3.4vw,2.4rem);letter-spacing:.14em;text-transform:uppercase}
.vf-landing-intro{padding:2.4rem 0 .8rem}
.vf-landing-intro__in{display:grid;grid-template-columns:1.55fr .45fr;gap:2.2rem;align-items:center}
@media(max-width:820px){.vf-landing-intro__in{grid-template-columns:1fr}}
.vf-landing-intro h2{font-size:clamp(1.45rem,2.6vw,2rem);color:var(--navy);margin:0 0 1.1rem;line-height:1.25}
.vf-landing-intro p{color:var(--muted);max-width:52em;margin:0 0 .7rem}
.vf-bigflag{text-align:center}
/* Grand drapeau : rectangle plein, arrondi, avec ombre — pas de cercle blanc vide */
.vf-bigflag__circle{display:inline-block;border-radius:14px;overflow:hidden;box-shadow:0 16px 38px rgba(10,37,60,.25);line-height:0;background:none;border:0}
.vf-bigflag__circle svg,.vf-bigflag__circle .vf-flag{height:92px !important;width:auto;display:block;border-radius:0;box-shadow:none}
.vf-bigflag__label{display:block;margin-top:.7rem;font-weight:700;color:var(--navy);font-size:.95rem}
body.vf-qc .vf-bigflag .vf-r-qc{display:block}
.vf-landing-tiles{padding:1.6rem 0 2.8rem}
.vf-tiles{display:flex;flex-wrap:wrap;gap:1.05rem}
.vf-tiles>*{flex:1 1 236px;max-width:calc(33.333% - .7rem)}
@media(max-width:900px){.vf-tiles>*{max-width:none}}
@media(max-width:1020px){.vf-tiles{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.vf-tiles{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.vf-tiles{grid-template-columns:1fr}}
.vf-tile{position:relative;aspect-ratio:10/7;border-radius:8px;overflow:hidden;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center;text-align:center}
.vf-tile::before{content:"";position:absolute;inset:0;background:rgba(12,36,58,.5);transition:.22s}
.vf-tile:hover::before{background:rgba(12,36,58,.28)}
.vf-tile span{position:relative;z-index:1;color:#fff;font-weight:600;letter-spacing:.07em;text-transform:uppercase;font-size:1.08rem;padding:0 .9rem;text-shadow:0 1px 8px rgba(0,0,0,.35)}

/* ===== VF Studio — échantillon virtuel (logo sur produit) ===== */
.vf-studio{clear:both;margin:2.2rem 0;border:0;border-radius:var(--radius);overflow:hidden;background:linear-gradient(96deg,var(--navy) 0%,#12405f 100%);box-shadow:0 8px 26px rgba(10,37,60,.18)}
.vf-studio summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:.85em;padding:1.15rem 1.4rem;font-weight:600;font-size:1rem;color:#fff;letter-spacing:.01em}
.vf-studio summary:hover{background:rgba(255,255,255,.06)}
.vf-studio summary>svg{flex:0 0 auto;color:var(--accent);width:22px;height:22px}
.vf-studio summary::-webkit-details-marker{display:none}
.vf-studio summary::after{content:"";flex:0 0 auto;width:10px;height:10px;border-right:2px solid rgba(255,255,255,.8);border-bottom:2px solid rgba(255,255,255,.8);transform:rotate(45deg);margin-left:.9rem;transition:transform .18s}
.vf-studio[open] summary::after{transform:rotate(-135deg)}
.vf-studio summary .vf-studio-hint{font-weight:400;color:rgba(255,255,255,.74);font-size:.85rem;margin-left:auto}
@media(max-width:700px){.vf-studio summary .vf-studio-hint{display:none}}
.vf-studio__in{background:#fff}
.vf-studio__in{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(230px,.85fr);gap:1.4rem;padding:1.2rem}
@media(max-width:760px){.vf-studio__in{grid-template-columns:1fr}}
.vf-studio__canvas-wrap{position:relative;background:#fff;border:1px solid var(--line);border-radius:10px;overflow:hidden}
.vf-studio__canvas-wrap canvas{display:block;width:100%;height:auto;touch-action:none;cursor:grab}
.vf-studio__ctl label{display:block;font-weight:700;color:var(--navy);font-size:.88rem;margin:.9rem 0 .3rem}
.vf-studio__ctl label:first-child{margin-top:0}
.vf-studio__ctl input[type=range]{width:100%}
.vf-studio__file{border:1.5px dashed var(--line);border-radius:10px;padding:1rem;text-align:center;color:var(--muted);font-size:.9rem;cursor:pointer;display:block}
.vf-studio__file:hover{border-color:var(--accent);color:var(--accent-dark)}
.vf-studio__modes{display:flex;gap:.5rem;flex-wrap:wrap}
.vf-studio__modes button{border:1.5px solid var(--line);background:#fff;border-radius:8px;padding:.45em .95em;font-size:.85rem;font-weight:600;color:var(--ink);cursor:pointer}
.vf-studio__modes button.is-on{border-color:var(--accent);color:var(--accent-dark);background:#eaf6fd}
.vf-studio__actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:1.1rem}
.vf-studio__actions .vf-btn{font-size:.88rem;padding:.6em 1.2em}
.vf-studio__note{font-size:.82rem;color:var(--muted);margin-top:.7rem}
.vf-studio__attached{display:none;margin-top:.6rem;font-size:.85rem;color:#1a7f37;font-weight:600}

/* Studio : sélecteur de couleur de vinyle intégré */
.vfs-color-row{margin:.15rem 0 .1rem;gap:6px}
.vfs-color-row .vf-color{width:26px;height:26px;cursor:pointer}
.vfs-color-name{font-weight:500;color:var(--muted);margin-left:.35em}

/* Pages Our products / Our industries : énoncé comme l'ancien site (majuscules aérées) */
.vf-landing-intro h2{text-transform:uppercase;font-weight:600;letter-spacing:.04em;line-height:1.35;font-size:clamp(1.3rem,2.3vw,1.8rem)}

/* ===== Bloc à onglets produits (ancien site : Custom Binders / Document holders / …) ===== */
.vf-ptabs{padding:2.6rem 0}
.vf-ptabs__wrap{display:grid;grid-template-columns:290px 1fr;gap:0;align-items:start}
@media(max-width:820px){.vf-ptabs__wrap{grid-template-columns:1fr}}
.vf-ptabs input[type=radio]{position:absolute;opacity:0;pointer-events:none}
.vf-ptabs__nav{display:flex;flex-direction:column;gap:8px;position:relative;z-index:1}
.vf-ptabs__nav label{background:#17191d;color:#fff;font-weight:600;padding:1.05rem 1.2rem;text-align:center;cursor:pointer;border-radius:4px;transition:.15s;font-size:.95rem}
.vf-ptabs__nav label:hover{background:#26292f}
.vf-ptabs__panes{background:#f2f3f5;border-radius:4px;min-height:320px;margin-left:-6px;padding:2.6rem 3rem}
@media(max-width:820px){.vf-ptabs__panes{margin-left:0;padding:1.6rem}}
.vf-ptabs__pane{display:none}
.vf-ptabs__pane h3{text-transform:uppercase;font-weight:400;letter-spacing:.05em;color:#7c848d;font-size:1.7rem;margin:0 0 1rem}
.vf-ptabs__pane p{color:#555f69;max-width:52em;margin:0 0 1.6rem}
.vf-ptabs__pane h4{font-size:1.05rem;font-weight:600;color:var(--navy);margin:1.6rem 0 .5rem;text-transform:none;letter-spacing:0}
.vf-ptabs__pane>h3+p{margin-top:0}
.vf-ptabs__pane .vf-btn{margin-top:.6rem}
.vf-ptabs__wrap input:nth-of-type(1):checked~.vf-ptabs__nav label:nth-of-type(1),.vf-ptabs__wrap input:nth-of-type(2):checked~.vf-ptabs__nav label:nth-of-type(2),.vf-ptabs__wrap input:nth-of-type(3):checked~.vf-ptabs__nav label:nth-of-type(3),.vf-ptabs__wrap input:nth-of-type(4):checked~.vf-ptabs__nav label:nth-of-type(4),.vf-ptabs__wrap input:nth-of-type(5):checked~.vf-ptabs__nav label:nth-of-type(5),.vf-ptabs__wrap input:nth-of-type(6):checked~.vf-ptabs__nav label:nth-of-type(6),.vf-ptabs__wrap input:nth-of-type(7):checked~.vf-ptabs__nav label:nth-of-type(7),.vf-ptabs__wrap input:nth-of-type(8):checked~.vf-ptabs__nav label:nth-of-type(8){background:var(--accent);color:#fff}
.vf-ptabs__wrap input:nth-of-type(1):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(1),.vf-ptabs__wrap input:nth-of-type(2):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(2),.vf-ptabs__wrap input:nth-of-type(3):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(3),.vf-ptabs__wrap input:nth-of-type(4):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(4),.vf-ptabs__wrap input:nth-of-type(5):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(5),.vf-ptabs__wrap input:nth-of-type(6):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(6),.vf-ptabs__wrap input:nth-of-type(7):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(7),.vf-ptabs__wrap input:nth-of-type(8):checked~.vf-ptabs__panes .vf-ptabs__pane:nth-child(8){display:block}
.vf-ptabs--ind .vf-ptabs__wrap{grid-template-columns:370px 1fr}
@media(max-width:900px){.vf-ptabs--ind .vf-ptabs__wrap{grid-template-columns:1fr}}
.vf-ptabs--ind .vf-ptabs__nav label{text-align:left;font-size:.9rem;line-height:1.35;padding:1rem 1.15rem}
.vf-ptabs--ind .vf-ptabs__panes{min-height:300px}

/* ===== Section « Manufacturers of customized vinyl products » + photo de l'usine ===== */
.vf-manu{padding:4.2rem 0}
.vf-manu__in{display:grid;grid-template-columns:1fr 1.05fr;gap:3rem;align-items:center}
@media(max-width:820px){.vf-manu__in{grid-template-columns:1fr}}
.vf-manu h2{text-transform:uppercase;font-weight:600;letter-spacing:.04em;line-height:1.3;font-size:clamp(1.4rem,2.6vw,2rem)}
.vf-manu p{color:var(--muted);margin-bottom:1.6rem}
.vf-manu__img{border-radius:10px;box-shadow:var(--shadow);width:100%;height:auto}

/* About : intro avec photo du batiment */
.vf-about-intro{margin:.4rem 0 2.6rem}
.vf-about-intro p{max-width:38em}

/* Autres formats du même modèle (pastilles SKU) */
.vf-sizes{clear:both;margin:2.4rem 0 1.6rem;padding-top:1.8rem;border-top:1px solid var(--line)}
.vf-sizes__label{font-size:1.05rem;font-weight:600;color:var(--navy);margin:0 0 1rem;text-transform:none;letter-spacing:0}
.vf-sizes__row{display:grid;grid-template-columns:repeat(auto-fill,minmax(196px,1fr));gap:10px}
.vf-size-chip{display:flex;align-items:center;gap:.7rem;border:1px solid var(--line);border-radius:var(--radius);padding:.55rem .7rem;background:#fff;transition:.13s;color:var(--ink);min-width:0}
.vf-size-chip__img{flex:0 0 auto;width:46px;height:46px;border-radius:3px;background:var(--bg-soft);display:flex;align-items:center;justify-content:center;overflow:hidden}
.vf-size-chip__img img{width:100%;height:100%;object-fit:contain;display:block}
.vf-size-chip__txt{display:flex;flex-direction:column;min-width:0;line-height:1.3}
.vf-size-chip strong{font-size:.82rem;font-weight:700}
.vf-size-chip small{font-size:.7rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vf-size-chip:hover{border-color:var(--accent);box-shadow:0 2px 10px rgba(14,150,213,.13)}
.vf-size-chip:hover strong{color:var(--accent-dark)}

/* Diaporama d'arrière-plan du héros */
.vf-hero__bgs{position:absolute;inset:0;z-index:0}
.vf-hero__bg{position:absolute;inset:0;background-size:cover;background-position:center center;background-repeat:no-repeat;opacity:0;z-index:0;transition:opacity 1.1s ease}
/* la diapo sortante reste opaque SOUS l'entrante : le fondu ne laisse jamais
   apparaître le fond de section, sinon la rotation a l'air de ne rien faire */
.vf-hero__bg--sous{opacity:1;z-index:1;transition:none}
.vf-hero__bg.is-on{opacity:1;z-index:2}
.vf-hero--photo::before{z-index:1}
.vf-hero .vf-container{z-index:2}

/* Bande de stats : 5 colonnes avec les 60 employés */
.vf-stats__in--5{grid-template-columns:repeat(5,1fr)}
@media(max-width:900px){.vf-stats__in--5{grid-template-columns:repeat(2,1fr)}}

/* Trousse de vente distributeur (Send by email) */
.vf-sellkit{clear:both;margin:1rem 0 1.4rem;border:1px solid var(--line);border-radius:12px;padding:1.2rem 1.4rem;background:var(--bg-soft)}
.vf-sellkit h4{margin:0 0 .3rem;color:var(--navy)}
.vf-sellkit__note{font-size:.88rem;color:var(--muted);margin:.2rem 0 1rem}
.vf-sellkit__actions{display:flex;gap:.6rem;flex-wrap:wrap;margin-bottom:1rem}
.vf-sellkit__actions .vf-btn{font-size:.88rem;padding:.6em 1.2em}
.vf-sellkit textarea{width:100%;border:1px solid var(--line);border-radius:9px;padding:.9em 1em;font:inherit;font-size:.9rem;color:var(--ink);background:#fff;resize:vertical}

/* Encadre contact unique sous la fiche produit */
.vf-help-boxes__single{grid-column:1/-1}

/* SKU sous le titre dans les grilles produits */
.vf-loop-sku{display:block;color:var(--muted);font-size:.78rem;font-weight:600;letter-spacing:.03em;margin-top:.1rem}

/* ===== Carte « À propos » — la grande carte cyan arrondie de l'ancien site ===== */
.vf-about-card{background:var(--accent);border-radius:6px;color:#fff;padding:3.6rem 3.4rem;position:relative;overflow:hidden}
.vf-about-card::after{content:"";position:absolute;right:-90px;bottom:-110px;width:340px;height:340px;border-radius:50%;background:rgba(255,255,255,.07)}
.vf-about-card__in{position:relative;z-index:1;max-width:60em;min-width:0}
.vf-about-card h2{color:#fff;margin:0 0 1.1rem}
.vf-about-card h3{color:#fff;font-weight:500;font-size:1.3rem;margin:2rem 0 .6rem;text-transform:none;letter-spacing:.01em}
.vf-about-card p{color:#e8f6fe;margin:0 0 1rem;font-weight:300;font-size:1.02rem}
.vf-about-card__offices{color:#fff !important;font-weight:400 !important}
.vf-btn--outline-light{background:transparent;color:#fff;border-color:#fff;margin-top:1.4rem}
.vf-btn--outline-light:hover{background:#fff;color:var(--accent);border-color:#fff}
@media(max-width:760px){.vf-about-card{padding:2.4rem 1.6rem;border-radius:6px}}

/* ===== Sélecteur de langue WPML en pied de page =====
   WPML l'ajoute automatiquement après le pied de page, sans style. On le rend
   discret et cohérent : une seule entrée (l'AUTRE langue), en petites capitales.
   C'est le chemin vers le français pour un francophone hors Québec, sans
   encombrer le sélecteur de région en haut. */
/* Sélecteur de langue de pied de page de WPML : retiré (la barre de région
   du haut couvre déjà le besoin). */
.wpml-ls-statics-footer{display:none!important}

@media(max-width:380px){.vf-logo img{max-height:58px}}

/* ===== Pastilles du diaporama du héros ===== */
.vf-hero__dots{position:absolute;left:0;right:0;bottom:1.6rem;z-index:3;display:flex;justify-content:center;gap:.6rem}
.vf-hero__dot{width:10px;height:10px;border-radius:50%;border:1.5px solid rgba(255,255,255,.75);background:transparent;padding:0;cursor:pointer;transition:.18s}
.vf-hero__dot:hover{background:rgba(255,255,255,.55)}
.vf-hero__dot.is-on{background:var(--accent);border-color:var(--accent);transform:scale(1.15)}
.vf-hero__dot:focus-visible{outline:2px solid #fff;outline-offset:3px}
@media(max-width:760px){.vf-hero__dots{bottom:1rem}}

/* ===== Rangée défilante des meilleurs vendeurs =====
   Le rendu d'origine (une seule rangée, flèches de chaque côté) sans les défauts
   d'un carrousel : pas de rotation automatique, aucun produit caché, défilement
   au doigt sur mobile et au clavier avec Tab. */
.vf-rail{position:relative}
.vf-rail__track{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;scroll-padding-left:2px}
.vf-rail__track::-webkit-scrollbar{display:none}
.vf-rail__track:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:12px}
.vf-rail__track ul.products{display:flex !important;flex-wrap:nowrap !important;gap:1.3rem;margin:0 !important;padding:.35rem 2px .8rem !important;list-style:none;width:max-content;max-width:none}
.vf-rail__track ul.products::before,.vf-rail__track ul.products::after{display:none !important}
.vf-rail__track ul.products li.product{flex:0 0 clamp(208px,21vw,262px);width:auto !important;margin:0 !important;float:none !important;clear:none !important;scroll-snap-align:start}
.vf-rail__nav{position:absolute;top:calc(50% - .9rem);transform:translateY(-50%);z-index:4;width:46px;height:46px;border-radius:50%;border:1.5px solid var(--line);background:#fff;color:var(--navy);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 22px rgba(10,37,60,.15);transition:.15s;padding:0}
.vf-rail__nav:hover:not([disabled]){border-color:var(--accent);color:var(--accent);transform:translateY(-50%) scale(1.06)}
.vf-rail__nav:focus-visible{outline:2px solid var(--accent);outline-offset:3px}
.vf-rail__nav--prev{left:-16px}
.vf-rail__nav--next{right:-16px}
.vf-rail__nav[disabled]{opacity:.28;cursor:default;box-shadow:none}
@media(max-width:1300px){.vf-rail__nav--prev{left:4px}.vf-rail__nav--next{right:4px}}
@media(max-width:760px){.vf-rail__nav{display:none}.vf-rail__track ul.products li.product{flex:0 0 74vw}}

/* La carte « À propos » reçoit la photo de l'usine : un seul bloc entreprise sur
   l'accueil au lieu de deux qui se répétaient. */
.vf-about-card--photo{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.75fr);gap:2.8rem;align-items:center}
.vf-about-card--photo .vf-about-card__in{max-width:none}
.vf-about-card__photo{position:relative;z-index:1}
.vf-about-card__photo img{width:100%;height:auto;border-radius:4px;display:block;box-shadow:0 16px 40px rgba(4,40,64,.28)}
@media(max-width:900px){.vf-about-card--photo{grid-template-columns:1fr;gap:1.8rem}.vf-about-card__photo{order:-1}}

/* ===== BLOGUE ===== */
.vf-page-head__sub{color:#bcd2e2;max-width:56ch;margin:.6rem 0 0;font-weight:300;font-size:1.02rem}
.vf-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:1.7rem}
@media(max-width:980px){.vf-posts{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.vf-posts{grid-template-columns:1fr}}
.vf-post{background:#fff;border:1px solid var(--line);border-radius:4px;overflow:hidden;transition:.18s}
.vf-post:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cfe0ee}
.vf-post__link{display:flex;flex-direction:column;height:100%;color:inherit}
.vf-post__img{aspect-ratio:16/10;background:linear-gradient(130deg,var(--navy),#12466e);overflow:hidden;display:flex;align-items:center;justify-content:center}
.vf-post__img img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s}
.vf-post:hover .vf-post__img img{transform:scale(1.04)}
.vf-post__mark{font-family:var(--font);font-weight:300;font-size:2.6rem;letter-spacing:.14em;color:rgba(255,255,255,.28)}
.vf-post__body{padding:1.3rem 1.4rem 1.5rem;display:flex;flex-direction:column;gap:.55rem;flex:1}
.vf-post__date{font-size:.72rem;letter-spacing:.11em;text-transform:uppercase;color:var(--accent);font-weight:700}
.vf-post__title{font-size:1.08rem;font-weight:500;letter-spacing:.01em;text-transform:none;margin:0;line-height:1.32;color:var(--navy)}
.vf-post__excerpt{margin:0;color:var(--muted);font-size:.93rem;line-height:1.6}
.vf-post__more{margin-top:auto;padding-top:.4rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--accent)}
/* Le premier billet occupe deux colonnes, en deux volets */
@media(min-width:981px){
  .vf-post--lead{grid-column:span 2}
  .vf-post--lead .vf-post__link{flex-direction:row}
  .vf-post--lead .vf-post__img{flex:0 0 46%;aspect-ratio:auto}
  .vf-post--lead .vf-post__body{padding:1.9rem 2rem}
  .vf-post--lead .vf-post__title{font-size:1.45rem}
}
.vf-posts--mini .vf-post__img{aspect-ratio:16/9}
.vf-posts--mini .vf-post__body{padding:1rem 1.1rem 1.2rem}
.vf-pager{margin:2.6rem 0 0}
.vf-pager .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 .7em;border:1px solid var(--line);border-radius:999px;margin-right:.4rem;color:var(--navy);font-weight:600;font-size:.9rem}
.vf-pager .page-numbers.current{background:var(--accent);border-color:var(--accent);color:#fff}
.vf-pager .screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}

/* ===== ARTICLE ===== */
.vf-article__head{background:var(--navy);color:#fff;padding:3.4rem 0 3rem}
.vf-article__head h1{color:#fff;max-width:20ch;font-size:clamp(1.7rem,3.4vw,2.7rem);margin:.9rem 0 .7rem}
.vf-article__back{color:#9dc0da;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;font-weight:700}
.vf-article__back:hover{color:#fff}
.vf-article__date{font-size:.8rem;letter-spacing:.09em;text-transform:uppercase;color:#8fb0c8}
.vf-article__hero{margin:-2rem 0 0;border-radius:4px;overflow:hidden;box-shadow:var(--shadow);position:relative;z-index:1}
.vf-article__hero img{width:100%;height:auto;display:block;max-height:460px;object-fit:cover}
.vf-article__body{max-width:70ch;margin:3rem auto 0;font-size:1.06rem;line-height:1.78}
.vf-article__body h2{font-size:1.5rem;margin:2.4rem 0 .8rem;text-transform:none;font-weight:500}
.vf-article__body h3{font-size:1.15rem;margin:1.9rem 0 .6rem}
.vf-article__body p{margin:0 0 1.15em}
.vf-article__body ul,.vf-article__body ol{margin:0 0 1.3em;padding-left:1.3em}
.vf-article__body li{margin-bottom:.45em}
.vf-article__body img{border-radius:4px;margin:1.6rem 0}
.vf-article__cta{max-width:70ch;margin:3.4rem auto 0;background:linear-gradient(120deg,var(--navy),#12466e);color:#fff;border-radius:6px;padding:2rem 2.2rem;display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex-wrap:wrap}
.vf-article__cta h2{color:#fff;margin:0;font-size:1.35rem}
.vf-article__cta p{color:#c9dcec;margin:.35rem 0 0;font-size:.95rem}
.vf-article__more{margin:4rem 0 1rem}
.vf-article__more h2{font-size:1.3rem;margin-bottom:1.3rem}

/* ===== FAQ ===== */
.vf-faq-tools{display:flex;gap:.9rem;align-items:center;flex-wrap:wrap;margin:0 0 1.6rem}
.vf-faq-search{flex:1 1 280px;display:flex;align-items:center;gap:.6em;background:var(--bg-soft);border:1.5px solid var(--line);border-radius:999px;padding:.15em .3em .15em 1.1em;transition:.15s}
.vf-faq-search:focus-within{border-color:var(--accent);background:#fff}
.vf-faq-search input{flex:1;border:0;background:none;outline:0;font:inherit;font-size:.95rem;color:var(--ink);padding:.65em 0}
.vf-faq-toggle{border:1.5px solid var(--line);background:#fff;border-radius:999px;padding:.65em 1.4em;font:inherit;font-size:.78rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--navy);cursor:pointer;transition:.15s}
.vf-faq-toggle:hover{border-color:var(--accent);color:var(--accent)}
.vf-faq-count{font-size:.82rem;color:var(--muted)}
details.vf-faq{background:#fff;border:1px solid var(--line);border-left:3px solid transparent;border-radius:4px;margin:0 0 .7rem;overflow:hidden;transition:border-color .15s,box-shadow .15s}
details.vf-faq:hover{border-color:#cfe0ee;border-left-color:var(--accent)}
details.vf-faq[open]{border-left-color:var(--accent);box-shadow:0 8px 24px rgba(10,37,60,.07)}
details.vf-faq>summary{list-style:none;cursor:pointer;padding:1.05em 3.2em 1.05em 1.35em;font-weight:600;font-size:1rem;color:var(--navy);position:relative;line-height:1.45}
details.vf-faq>summary::-webkit-details-marker{display:none}
details.vf-faq>summary::after{content:"";position:absolute;right:1.3em;top:1.45em;width:11px;height:11px;border-right:2.2px solid var(--accent);border-bottom:2.2px solid var(--accent);transform:rotate(45deg);transition:transform .2s}
details.vf-faq[open]>summary::after{transform:rotate(-135deg)}
details.vf-faq>summary:focus-visible{outline:2px solid var(--accent);outline-offset:-3px}
.vf-faq-body{padding:0 1.6em 1.3em 1.35em;color:var(--muted);line-height:1.72}
.vf-faq-body p{margin:0 0 .8em}
.vf-faq-body p:last-child{margin-bottom:0}
details.vf-faq[hidden]{display:none}
.vf-faq-empty{padding:2rem 0;color:var(--muted)}
.vf-about-card--slim .vf-about-card__in{max-width:62ch}
.vf-about-card--slim p{font-size:1.04rem}

/* ===== Bandeau de page marine (contact, soumission) ===== */
/* --dark : conservé comme alias, la bande est marine par défaut désormais. */
.vf-page-head--dark h1{margin:.15rem 0 0}
.vf-page-head__lead{color:#c3d6e5;max-width:62ch;margin:.7rem 0 0;font-size:1.02rem;font-weight:300;line-height:1.55}

/* ===== Contact / Soumission ===== */
.vf-contact{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:1.6rem;align-items:start;margin-bottom:2.4rem}
@media(max-width:900px){.vf-contact{grid-template-columns:1fr}}
.vf-contact__form .vf-quote-form{margin:0}
.vf-contact__card{background:var(--bg-soft);border:1px solid var(--line);border-radius:var(--radius);padding:1.5rem 1.6rem}
.vf-contact__card+.vf-contact__card{margin-top:1rem}
.vf-contact__card--plain{background:#fff}
.vf-contact__card h2{font-size:1.25rem;margin:0 0 .9rem}
.vf-contact__card h3{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:600;margin:1.2rem 0 .35rem}
.vf-contact__card address{font-style:normal;line-height:1.6;color:var(--ink)}
.vf-contact__line{margin:.15rem 0;font-weight:600}
.vf-contact__line a{color:var(--accent-dark)}
.vf-contact__hours{margin:.15rem 0 1rem;color:var(--muted);font-size:.9rem}
.vf-contact__photo{margin:1rem 0 0}
.vf-contact__photo img{width:100%;height:auto;display:block;border-radius:var(--radius)}
.vf-contact__photo figcaption{color:var(--muted);font-size:.82rem;margin-top:.45rem}
.vf-checklist{list-style:none;margin:0;padding:0}
.vf-checklist li{position:relative;padding:0 0 .75rem 1.5rem;color:var(--muted);font-size:.92rem;line-height:1.5}
.vf-checklist li::before{content:"";position:absolute;left:0;top:.42em;width:9px;height:9px;border-radius:50%;background:var(--accent)}
.vf-checklist strong{display:block;color:var(--navy);font-weight:600;font-size:.95rem}
.vf-offices__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.9rem;margin-top:1.1rem}
.vf-office{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1rem 1.2rem}
.vf-office__city{display:block;font-size:.76rem;text-transform:uppercase;letter-spacing:.1em;color:var(--muted);font-weight:600;margin-bottom:.25rem}
.vf-office__tel{font-size:1.05rem;font-weight:600;color:var(--navy)}
.vf-office__tel:hover{color:var(--accent-dark)}

/* ===== Formulaire complet ===== */
.vf-quote-form--full{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:1.7rem 1.8rem}
@media(max-width:600px){.vf-quote-form--full{padding:1.2rem}}
.vf-quote-form--full h3{margin:0 0 1.1rem;font-size:1.3rem}
.vf-field-row{display:grid;grid-template-columns:1fr 1fr;gap:0 1rem}
@media(max-width:560px){.vf-field-row{grid-template-columns:1fr}}
.vf-field{margin:0 0 .85rem}
.vf-field label{display:block;font-size:.78rem;text-transform:uppercase;letter-spacing:.07em;color:var(--muted);font-weight:600;margin-bottom:.3rem}
.vf-quote-form--full input,.vf-quote-form--full textarea{width:100%;border:1.5px solid var(--line);border-radius:4px;padding:.62em .8em;font-family:inherit;font-size:.95rem;background:#fff;color:var(--ink)}
.vf-quote-form--full textarea{resize:vertical;min-height:110px}
.vf-quote-form--full input:focus,.vf-quote-form--full textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(14,150,213,.13)}
.vf-quote-form--full .vf-btn{margin-top:.4rem}
.vf-form-note{margin:.9rem 0 0;color:var(--muted);font-size:.82rem}

/* ===== Couleurs d'impression (feuille à chaud / sérigraphie) ===== */
.vf-imprint{clear:both;margin:1.2rem 0 0;padding:1.5rem 1.8rem;background:#fff;border:1px solid var(--line);border-radius:var(--radius)}
@media(max-width:600px){.vf-imprint{padding:1.2rem}}

.vf-imprint>h3{margin:0 0 1rem;font-size:1.05rem}
.vf-imprint__in{display:grid;gap:1.3rem;align-content:start}
@media(min-width:820px){.vf-imprint__in{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:0 2.2rem}
  .vf-imprint__in>.vf-imprint__grp+.vf-imprint__grp{border-left:1px solid var(--line);padding-left:2.2rem}}
.vf-imprint__grp h4{margin:0 0 .55rem;font-size:.76rem;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:600}
.vf-imprint__row{display:flex;flex-wrap:wrap;gap:.4rem .55rem}
.vf-imprint__chip{display:inline-flex;align-items:center;gap:.45rem;border:1px solid var(--line);border-radius:999px;padding:.28rem .8rem .28rem .34rem;font-size:.8rem;color:var(--ink);background:var(--bg-soft)}
.vf-imprint__lbl{display:flex;flex-direction:column;line-height:1.2}
.vf-imprint__lbl strong{font-weight:600;font-size:.8rem}
.vf-imprint__lbl em{font-style:normal;font-size:.68rem;color:var(--muted);letter-spacing:.02em}
.vf-imprint__dot{width:17px;height:17px;border-radius:50%;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(0,0,0,.28)}
.vf-imprint__note{margin:.6rem 0 0;color:var(--muted);font-size:.8rem;line-height:1.45}
.vfs-ink-row{margin-bottom:.4rem}
.vfs-ink-row .vf-color{width:24px;height:24px}
.vfs-ink-name{font-weight:500;color:var(--muted);font-size:.82rem}

/* ===== Fiche produit : deux colonnes qui coulent indépendamment =====
   Colonne gauche : photo, « Autres formats », chartes de couleurs (matières).
   Colonne droite : titre, origine, description, grille de prix. Chaque colonne
   avance à son rythme : la colonne gauche se remplit au lieu de laisser un
   grand blanc sous la photo quand la grille de prix est longue. */
@media(min-width:769px){
  .woocommerce div.product{display:flow-root}
  .woocommerce div.product .woocommerce-product-gallery{float:left;clear:left;width:47%;margin-bottom:0}
  .woocommerce div.product div.summary{float:right;clear:right;width:50%;margin-bottom:0}
  .woocommerce div.product .vf-sizes{float:left;clear:left;width:47%;margin:1.4rem 0 0;padding-top:1.4rem}
  .woocommerce div.product .vf-sizes .vf-sizes__row{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce div.product .vf-sizes .vf-size-chip__img{width:38px;height:38px}
  /* chartes de matières : elles comblent la colonne gauche, repliées elles ne
     font qu'une barre — ouvertes la grille se resserre à 2–3 colonnes */
  .woocommerce div.product .vf-colors{float:left;clear:left;width:47%;margin:1rem 0 0}
  .woocommerce div.product .vf-colors .vf-color-grid{grid-template-columns:repeat(auto-fill,minmax(138px,1fr))}
  .woocommerce div.product .vf-colors .vf-fold__body{padding:1rem 1.1rem 1.2rem}
  /* impression : pleine largeur sous les deux colonnes (deux groupes côte à côte) */
  .woocommerce div.product .vf-imprint{float:none;clear:both;width:100%;margin:1.6rem 0 0}
  .woocommerce div.product .vf-studio,
  .woocommerce div.product .vf-share,
  .woocommerce div.product .vf-sellkit,
  .woocommerce div.product .vf-prod-bottom{clear:both}
}
@media(max-width:768px){.woocommerce div.product .vf-colors,.woocommerce div.product .vf-imprint{margin:1.2rem 0 0}}

/* ===== Grilles de produits : passage en CSS grid (gouttières régulières,
   plus de blancs irréguliers hérités des flottants de WooCommerce) ===== */
.woocommerce ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.05rem;margin:0 0 1.6rem;padding:0;list-style:none}
.woocommerce ul.products::before,.woocommerce ul.products::after{display:none !important}
.woocommerce ul.products li.product{width:auto !important;margin:0 !important;float:none !important;clear:none !important}
.woocommerce ul.products.columns-3{grid-template-columns:repeat(3,1fr)}
.woocommerce ul.products.columns-2{grid-template-columns:repeat(2,1fr)}
@media(max-width:1020px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}}
@media(max-width:420px){.woocommerce ul.products{grid-template-columns:1fr}}
.vf-rail__track ul.products{grid-template-columns:none}

/* ===== FAQ : deux colonnes ===== */
.vf-faq-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,320px);gap:1.8rem;align-items:start;margin-bottom:2.4rem}
@media(max-width:900px){.vf-faq-layout{grid-template-columns:1fr}}
.vf-faq-aside{position:sticky;top:96px}
@media(max-width:900px){.vf-faq-aside{position:static}}
.vf-faq-aside .vf-contact__card h2{font-size:1.15rem}
.vf-faq-aside p{color:var(--muted);font-size:.9rem;margin:0 0 .8rem}
.vf-faq-aside .vf-btn{margin-top:.5rem}
.vf-faq-links{list-style:none;margin:0;padding:0}
.vf-faq-links li{border-top:1px solid var(--line)}
.vf-faq-links li:first-child{border-top:0}
.vf-faq-links a{display:block;padding:.55rem 0;color:var(--navy);font-weight:600;font-size:.9rem}
.vf-faq-links a:hover{color:var(--accent-dark)}
.vf-faq-main>p:first-child{color:var(--muted);max-width:70ch;margin-bottom:1.2rem}

/* Carte d'appel à l'action du bas de la page Catalogues */
.vf-cata-card--cta{background:var(--bg-soft);justify-content:center}
.vf-cata-ico{font-size:2.2rem;line-height:1;color:var(--accent);margin-bottom:.9rem}
.vf-cata-card--cta h3{margin-bottom:.4rem}
.vf-cata-card>p:last-child{margin-top:auto;margin-bottom:0}

/* ===== Bande « Décoration » — sépare les best sellers de la grille de catégories ===== */
.vf-deco{position:relative;isolation:isolate;background:var(--navy) 65% center/cover no-repeat;color:#fff;padding:2.9rem 0;overflow:hidden}
.vf-deco::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(100deg,rgba(6,22,38,.94) 0%,rgba(6,22,38,.8) 42%,rgba(6,22,38,.52) 100%)}
.vf-deco__in{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:2.6rem;align-items:center}
@media(max-width:940px){.vf-deco__in{grid-template-columns:1fr;gap:1.8rem}}
.vf-deco .vf-kicker{color:var(--accent)}
.vf-deco__intro h2{color:#fff;margin:.3rem 0 .9rem;max-width:16ch}
.vf-deco__intro p{color:#c3d6e5;font-size:.96rem;line-height:1.6;max-width:46ch;margin:0 0 .8rem}
.vf-deco__art{color:#8fa6b9 !important;font-size:.88rem !important}
.vf-deco__intro .vf-btn{margin-top:.6rem}
.vf-deco__grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);overflow:hidden}
@media(max-width:560px){.vf-deco__grid{grid-template-columns:1fr}}
.vf-deco__card{background:rgba(6,22,38,.55);padding:1.3rem 1.4rem;transition:background .18s}
.vf-deco__card:hover{background:rgba(14,150,213,.16)}
.vf-deco__card h3{color:#fff;font-size:1rem;margin:0 0 .4rem;text-transform:uppercase;letter-spacing:.08em;font-weight:600}
.vf-deco__card p{color:#a9c0d3;font-size:.87rem;line-height:1.55;margin:0}
.vf-feature__link{display:inline-block;margin-top:.2rem;font-weight:600;font-size:.88rem;color:var(--accent-dark)}
.vf-feature__link:hover{text-decoration:underline}
.vf-footer__addr{font-style:normal;color:#8fa6b9;font-size:.85rem;line-height:1.65;margin-top:1rem}

/* ===== Chartes de couleurs repliables (vinyle, cuirette, impression) =====
   Elles remplissaient la moitié de la fiche : on n'affiche plus qu'une barre
   compacte avec un aperçu des teintes ; la charte complète s'ouvre au clic. */
.vf-fold{border:1px solid var(--line);border-radius:var(--radius);background:#fff;margin:1.1rem 0 0;overflow:hidden}
.vf-fold>summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:.9rem;padding:.8rem 1.2rem;transition:background .14s}
.vf-fold>summary::-webkit-details-marker{display:none}
.vf-fold>summary::marker{content:""}
.vf-fold>summary:hover{background:var(--bg-soft)}
.vf-fold>summary:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}
.vf-fold[open]>summary{border-bottom:1px solid var(--line)}
.vf-fold__dots{display:inline-flex;flex:0 0 auto;padding-right:6px}
.vf-fold__dots i{width:19px;height:19px;border-radius:50%;display:block;margin-right:-7px;box-shadow:inset 0 0 0 1px rgba(0,0,0,.16),0 0 0 2px #fff}
.vf-fold__ttl{font-weight:600;color:var(--ink);font-size:.98rem}
.vf-fold__cnt{color:var(--muted);font-size:.85rem;white-space:nowrap}
.vf-fold__act{margin-left:auto;color:var(--accent-dark);font-weight:600;font-size:.85rem;display:inline-flex;align-items:center;gap:.45rem;white-space:nowrap}
.vf-fold__act::after{content:"";width:7px;height:7px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg);margin-bottom:3px;transition:transform .18s}
.vf-fold[open] .vf-fold__act::after{transform:rotate(-135deg);margin-bottom:-3px}
.vf-fold__less{display:none}
.vf-fold[open] .vf-fold__more{display:none}
.vf-fold[open] .vf-fold__less{display:inline}
.vf-fold__body{padding:1.2rem 1.4rem 1.4rem}
@media(max-width:700px){
  .vf-fold>summary{flex-wrap:wrap;gap:.55rem .8rem;padding:.75rem .9rem}
  .vf-fold__cnt{order:3;width:100%}
  .vf-fold__body{padding:1rem .9rem 1.1rem}
}
/* le cadre est porté par .vf-fold : on neutralise l'ancien encadré des deux blocs */
.vf-colors.vf-fold,.vf-imprint.vf-fold{padding:0;background:#fff}
.vf-imprint.vf-fold .vf-imprint__in{padding:1.2rem 1.4rem 1.4rem}
@media(max-width:700px){.vf-imprint.vf-fold .vf-imprint__in{padding:1rem .9rem 1.1rem}}
.vf-colors.vf-fold .vf-colors__head{margin-bottom:.9rem}

/* ===== Loupe d'agrandissement : retirée (elle flottait au-dessus de l'entête).
   L'image reste cliquable et ouvre la visionneuse. ===== */
.woocommerce-product-gallery__trigger{display:none !important}
.woocommerce-product-gallery__image a{cursor:zoom-in}

/* ===== Visionneuse de catalogue « papier » (flip-book) =====================
   Superposition plein écran : double page, tournette en rotateY, pdf.js chargé
   au premier clic seulement. */
html.vf-flip-lock{overflow:hidden}
.vf-flip{position:fixed;inset:0;z-index:9000;background:rgba(4,16,27,.94);display:flex;flex-direction:column;backdrop-filter:blur(3px)}
.vf-flip[hidden]{display:none}
.vf-flip__bar{flex:0 0 auto;display:flex;align-items:center;gap:1rem;padding:.85rem clamp(.9rem,2.5vw,1.8rem);color:#fff;border-bottom:1px solid rgba(255,255,255,.14)}
.vf-flip__ttl{font-weight:600;font-size:1rem;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.vf-flip__pg{color:rgba(255,255,255,.72);font-size:.86rem;font-variant-numeric:tabular-nums;white-space:nowrap}
.vf-flip__dl{margin-left:auto;color:#fff;font-size:.85rem;font-weight:600;text-decoration:none;border:1px solid rgba(255,255,255,.34);border-radius:999px;padding:.4rem 1rem;white-space:nowrap;transition:.14s}
.vf-flip__dl:hover{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.6)}
.vf-flip__x{background:none;border:0;color:#fff;font-size:1.15rem;line-height:1;cursor:pointer;padding:.45rem .6rem;border-radius:6px;transition:.14s}
.vf-flip__x:hover{background:rgba(255,255,255,.14)}
.vf-flip__stage{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;gap:clamp(.3rem,1.6vw,1.4rem);padding:clamp(.7rem,2.2vw,1.8rem)}
.vf-flip__nav{flex:0 0 auto;width:46px;height:46px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.15s}
.vf-flip__nav:hover:not(:disabled){background:rgba(255,255,255,.2)}
.vf-flip__nav:disabled{opacity:.28;cursor:default}
.vf-flip__book{position:relative;height:100%;max-height:100%;display:flex;align-items:stretch;justify-content:center;perspective:2400px}
.vf-flip__pane{position:relative;height:100%;background:#fff;box-shadow:0 18px 46px rgba(0,0,0,.5)}
.vf-flip__pane canvas{display:block;height:100%;width:auto;max-width:100%}
.vf-flip__pane.is-blank{background:transparent;box-shadow:none}
.vf-flip__pane.is-blank canvas{width:0}
.vf-flip__book.is-single .vf-flip__pane--r{display:none}
.vf-flip__book.is-single .vf-flip__leaf{display:none}
.vf-flip__leaf{position:absolute;top:0;bottom:0;left:50%;width:50%;transform-style:preserve-3d;transform-origin:left center;pointer-events:none;opacity:0;z-index:4}
.vf-flip__leaf.is-fwd,.vf-flip__leaf.is-bwd{opacity:1}
.vf-flip__leaf.is-bwd{left:0;transform-origin:right center;transform:rotateY(-180deg)}
.vf-flip__leaf.is-fwd.is-go{transform:rotateY(-180deg);transition:transform .62s cubic-bezier(.5,.02,.36,1)}
.vf-flip__leaf.is-bwd.is-go{transform:rotateY(0deg);transition:transform .62s cubic-bezier(.5,.02,.36,1)}
.vf-flip__face{position:absolute;inset:0;backface-visibility:hidden;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 18px 46px rgba(0,0,0,.5)}
.vf-flip__face canvas{display:block;height:100%;width:auto;max-width:100%}
.vf-flip__face--b{transform:rotateY(180deg)}
.vf-flip__load{position:absolute;inset:0;display:none;align-items:center;justify-content:center}
.vf-flip__book.is-loading .vf-flip__load{display:flex}
.vf-flip__spin{width:34px;height:34px;border-radius:50%;border:3px solid rgba(255,255,255,.25);border-top-color:var(--accent);animation:vfspin .8s linear infinite}
@keyframes vfspin{to{transform:rotate(360deg)}}
@media(max-width:899px){
  .vf-flip__nav{width:40px;height:40px}
  .vf-flip__ttl{font-size:.9rem}
  .vf-flip__dl{padding:.34rem .8rem;font-size:.8rem}
}
/* Deux actions par carte de catalogue : feuilleter + télécharger */
.vf-cata-acts{margin-top:auto;display:flex;flex-direction:column;gap:.5rem;align-items:center}
.vf-cata-acts .vf-btn{margin-top:0}
.vf-cata-dl{font-size:.85rem;font-weight:600;color:var(--muted);text-decoration:none;border-bottom:1px solid var(--line);transition:.14s}
.vf-cata-dl:hover{color:var(--accent-dark);border-color:var(--accent)}

/* Figures dans les articles du blogue */
.vf-post-fig{margin:2rem 0;text-align:center}
.vf-post-fig img{max-width:100%;height:auto;border-radius:var(--radius);box-shadow:0 14px 30px rgba(10,37,60,.14)}
.vf-post-fig figcaption{margin-top:.7rem;color:var(--muted);font-size:.85rem;font-style:normal}

/* Couleur choisie, affichée sous la photo (même sans photo dans cette teinte) */
.vf-gal-cap{display:flex;align-items:center;gap:.7rem;margin:.9rem 0 0;padding:.6rem .85rem;border:1px solid var(--line);border-radius:var(--radius);background:#fff}
.vf-gal-cap[hidden]{display:none}
.vf-gal-cap__chip{width:26px;height:26px;border-radius:50%;flex:0 0 auto;box-shadow:inset 0 0 0 1px rgba(0,0,0,.16),0 1px 2px rgba(10,37,60,.16)}
.vf-gal-cap__txt{display:flex;flex-direction:column;line-height:1.25}
.vf-gal-cap__txt strong{font-size:.9rem;font-weight:600;color:var(--ink)}
.vf-gal-cap__txt em{font-style:normal;font-size:.75rem;color:var(--muted);letter-spacing:.02em}
.vf-color-tile{cursor:pointer}
.vf-color-tile:hover{background:#fff}
