:root{--v-fond:#f7f3ec;--v-surface:#eadcc6;--v-blanc:#ffffff;--v-encre:#2e1e14;--v-texte:#1e1e1e;--v-legende:#4e3f33;--v-accent:#c9a96b;--v-ligne:#d8c8ae;--v-nuit:#170e08;--v-sur-encre:#f7f3ec;--v-legende-sur-encre:#d6c7b4;--v-marge:20px;--v-colonne:1120px;--v-rayon-petit:8px;--v-rayon:10px;--v-rayon-carte:14px;--v-rayon-visuel:22px;--v-cible:52px}@media (min-width:768px){:root{--v-marge:32px}}@media (min-width:1120px){:root{--v-marge:80px}}.v,.v *,.v :after,.v :before{box-sizing:border-box}.v{margin:0;min-height:100svh;display:flex;flex-direction:column;background:var(--v-fond);color:var(--v-texte);font-family:var(--police-texte),"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.625;-webkit-text-size-adjust:100%}@media (min-width:1280px){.v{font-size:17px}}:where(.v) h1,:where(.v) h2,:where(.v) h3{font-family:var(--police-titre),Georgia,"Times New Roman",serif;color:var(--v-encre);margin:0;text-wrap:balance}:where(.v) p{margin:0}.v img{display:block;max-width:100%}.v-colonne{width:100%;max-width:calc(var(--v-colonne) + 2 * var(--v-marge));margin-inline:auto;padding-inline:var(--v-marge)}.v-section{padding-block:56px}@media (min-width:768px){.v-section{padding-block:80px}}.v-surtitre{font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--v-legende);margin:0 0 12px}@media (min-width:768px){.v-surtitre{font-size:12px;letter-spacing:.18em}}.v-titre-section{font-size:30px;line-height:1.18;font-weight:600}@media (min-width:768px){.v-titre-section{font-size:36px}}@media (min-width:1280px){.v-titre-section{font-size:40px}}.v-chapeau{margin-top:12px;max-width:62ch;color:var(--v-legende)}.v-invisible{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.v-filet{width:48px;height:1px;border:0;background:var(--v-accent);margin:24px 0}.v-piste{display:grid;grid-auto-flow:column;grid-auto-columns:78%;gap:16px;margin:32px 0 0;padding:0 var(--v-marge) 8px;margin-inline:calc(-1 * var(--v-marge));list-style:none;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-inline:var(--v-marge);scrollbar-width:none}.v-piste::-webkit-scrollbar{display:none}.v-piste>*{scroll-snap-align:start;min-width:0}.v-bouton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:var(--v-cible);padding:0 24px;border-radius:var(--v-rayon);border:1px solid transparent;font:inherit;font-size:16px;font-weight:600;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .18s cubic-bezier(.2,0,0,1),border-color .18s cubic-bezier(.2,0,0,1)}.v-bouton--ivoire{min-height:56px;padding:0 28px;background:var(--v-fond);color:var(--v-encre)}.v-bouton--ivoire:hover{background:var(--v-blanc)}.v-fleche{width:9px;height:9px;flex:none;border-top:2px solid;border-right:2px solid;transform:rotate(45deg);transition:transform .18s cubic-bezier(.2,0,0,1),translate .18s cubic-bezier(.2,0,0,1)}.v-bouton:hover .v-fleche{translate:3px -3px}@media (prefers-reduced-motion:reduce){.v-fleche{transition:none}.v-bouton:hover .v-fleche{translate:none}}.v-bouton--primaire{background:var(--v-encre);color:var(--v-sur-encre)}.v-bouton--primaire:hover{background:#43301f}.v-bouton--secondaire{background:var(--v-surface);color:var(--v-encre);border-color:var(--v-ligne)}.v-bouton--secondaire:hover{background:#e0cfb2}.v-bouton--clair{background:transparent;color:var(--v-sur-encre);border-color:rgba(247,243,236,.38)}.v-bouton--clair:hover{border-color:rgba(247,243,236,.72);background:rgba(247,243,236,.14)}.v a:focus-visible,.v button:focus-visible,.v summary:focus-visible{outline:2px solid var(--v-encre);outline-offset:2px;border-radius:6px;box-shadow:0 0 0 4px rgba(201,169,107,.45)}.v-modele:has(.v-modele__zone:focus-visible){outline:2px solid var(--v-encre);outline-offset:2px;box-shadow:0 0 0 4px rgba(201,169,107,.45)}.v-hero a:focus-visible,.v-pied a:focus-visible{outline-color:var(--v-sur-encre)}.v-entete{position:sticky;top:0;z-index:5;padding-block:16px;background-color:rgba(23,14,8,.94)}@keyframes v-barre{0%{background-color:rgba(23,14,8,0)}to{background-color:rgba(23,14,8,.94)}}@supports (animation-timeline:scroll()){@media (prefers-reduced-motion:no-preference){.v-entete{animation:v-barre linear both;animation-timeline:scroll();animation-range:0 220px}}}.v-entete__barre{display:flex;align-items:center;justify-content:space-between;gap:24px}.v-logo img{height:30px;width:auto}.v-nav{display:flex;align-items:center;gap:28px}.v-nav__liens,.v-nav__long{display:none}.v-nav .v-bouton{min-height:48px;padding:0 18px;font-size:15px;opacity:1}@media (min-width:900px){.v-nav__liens{display:flex;align-items:center;gap:28px}.v-nav__long{display:inline}.v-nav__liens a{color:var(--v-sur-encre);text-decoration:none;font-size:15px;font-weight:600;opacity:.86}.v-nav__liens a:hover{opacity:1;text-decoration:underline;text-underline-offset:4px}}.v-hero{position:relative;overflow-x:clip;background-color:var(--v-encre);background-image:linear-gradient(180deg,rgba(46,30,20,.78),rgba(46,30,20,.6) 42%,rgba(46,30,20,.88)),url(/vitrine/hero-fond.jpg);background-size:cover;background-position:50% 38%;color:var(--v-sur-encre)}.v-hero__corps{padding-block:40px 56px;display:grid;gap:40px}@media (min-width:900px){.v-hero__corps{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:56px;padding-block:56px 88px}}.v-hero__surtitre{color:var(--v-surface);margin-bottom:16px}.v-hero h1{color:var(--v-sur-encre);font-size:36px;line-height:1.1;font-weight:600}@media (min-width:768px){.v-hero h1{font-size:52px;line-height:1.04}}@media (min-width:1280px){.v-hero h1{font-size:60px}}.v-hero__accroche{margin-top:24px;max-width:52ch;color:#ece2d2}.v-hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.v-preuves{display:flex;flex-wrap:wrap;gap:8px 20px;margin:28px 0 0;padding:0;list-style:none;font-size:15px;font-weight:500;color:#ddd0bd}.v-preuves li{display:flex;align-items:center;gap:8px}.v-preuves li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--v-accent);flex:none}.v-hero__terrain{margin-top:16px;max-width:46ch;font-size:15px;line-height:1.5;color:var(--v-legende-sur-encre)}.v-scene{position:relative;width:min(300px,100%);margin-inline:auto;padding-block:44px 40px}.v-flottant{position:absolute;z-index:2;display:flex;align-items:center;gap:8px;margin:0;padding:9px 14px;border-radius:var(--v-rayon-petit);background:var(--v-fond);color:var(--v-encre);font-size:13px;font-weight:600;white-space:nowrap;box-shadow:0 12px 34px rgba(12,7,3,.42)}.v-flottant:before{content:"";width:7px;height:7px;border-radius:50%;background:#4f7a3d;flex:none}.v-flottant--1{top:0;left:4%}.v-flottant--2{top:42%;right:-8%}.v-flottant--3{bottom:0;left:2%}.v-telephone{position:relative;border-radius:28px;padding:10px;background:#1a110b;box-shadow:0 30px 80px rgba(12,7,3,.55)}@keyframes v-entree{0%{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.v-scene{animation:v-entree .3s cubic-bezier(.2,0,0,1) both}}.v-telephone__ecran{border-radius:20px;overflow:hidden;background:#f4f2e9;color:#2b2620;text-align:center;padding-bottom:14px}.v-telephone__date{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#6d5a48;padding:16px 16px 8px}.v-telephone__noms{font-family:var(--police-titre),Georgia,serif;font-size:24px;font-weight:600;color:#2b2620;padding:0 16px 12px}.v-telephone__noms em{color:#9d5c2b;font-style:italic}.v-telephone__photo{width:100%;height:132px;-o-object-fit:cover;object-fit:cover}.v-telephone__bouton{margin:14px 16px 12px;border-radius:10px;background:#9d5c2b;color:#fff;font-size:13px;font-weight:600;padding:12px 8px}.v-telephone__onglets{display:flex;gap:6px;justify-content:center;padding:0 12px}.v-telephone__onglets span{flex:1;border:1px solid #e3ded0;border-radius:8px;background:#fbfaf5;font-size:10px;font-weight:600;color:#5a4a3c;padding:7px 2px}.v-telephone__adresse{margin-top:12px;font-size:10px;letter-spacing:.04em;color:#7d6b58}.v-reassurance{background:var(--v-surface);border-block:1px solid var(--v-ligne);color:var(--v-legende);font-size:15px;line-height:1.5;text-align:center;margin:0;padding:16px var(--v-marge)}@media (min-width:768px){.v-reassurance{font-size:16px;padding-block:18px}}@media (min-width:640px){.v-grille-modeles{grid-auto-flow:row;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-inline:0;padding-inline:0;overflow:visible;scroll-snap-type:none}}@media (min-width:1024px){.v-grille-modeles{grid-template-columns:repeat(4,minmax(0,1fr))}}.v-modele{position:relative;display:flex;flex-direction:column;background:var(--v-blanc);border:1px solid var(--v-ligne);border-radius:var(--v-rayon-carte);overflow:hidden;transition:transform .2s cubic-bezier(.2,0,0,1),box-shadow .2s cubic-bezier(.2,0,0,1)}.v-modele__zone{position:absolute;inset:0;z-index:1}@media (hover:hover) and (prefers-reduced-motion:no-preference){.v-modele--ouvert:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(46,30,20,.14)}.v-modele--ouvert:hover .v-modele__vue img{scale:1.02}.v-modele--ouvert:hover .v-fleche{translate:3px -3px}}.v-modele__vue{overflow:hidden}.v-modele__vue img{width:100%;aspect-ratio:4/5;height:auto;-o-object-fit:cover;object-fit:cover;transition:scale .3s cubic-bezier(.2,0,0,1)}.v-modele__corps{padding:18px 20px 22px;display:flex;flex-direction:column;gap:8px;flex:1}.v-modele__genre{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--v-legende)}.v-modele__nom{display:flex;align-items:center;gap:10px;font-family:var(--police-titre),Georgia,serif;font-size:26px;line-height:1.15;font-weight:500;color:var(--v-encre)}.v-pastille{width:10px;height:10px;border-radius:50%;flex:none;background:var(--v-couleur-modele,var(--v-accent))}.v-modele p,.v-modele__attente{font-size:15px;color:var(--v-legende)}.v-modele__attente{margin-top:auto;padding-top:6px;font-weight:500}.v-etapes-fond{background:var(--v-surface)}.v-etapes{display:grid;gap:0;margin-top:24px;grid-template-columns:1fr;border-top:1px solid var(--v-ligne)}@media (min-width:900px){.v-etapes{grid-template-columns:repeat(3,minmax(0,1fr));-moz-column-gap:48px;column-gap:48px;border-top:0;margin-top:32px}}.v-etape{border-bottom:1px solid var(--v-ligne);padding:20px 0;display:grid;grid-template-columns:auto minmax(0,1fr);-moz-column-gap:14px;column-gap:14px;row-gap:6px;align-items:baseline}@media (min-width:900px){.v-etape{border-bottom:0;border-top:2px solid var(--v-encre);padding:20px 0 0}}.v-etape .v-etape__numero{grid-column:1;grid-row:1;font-family:var(--police-titre),Georgia,serif;font-size:22px;line-height:1.2;font-weight:600;font-variant-numeric:tabular-nums;color:var(--v-legende)}.v-etape h3{grid-column:2;grid-row:1;font-size:24px;line-height:1.2;font-weight:500}.v-etape p{grid-column:2;grid-row:2;color:var(--v-legende);font-size:15px}.v-produit{background:var(--v-nuit)}.v-produit,.v-produit h2,.v-produit h3{color:var(--v-sur-encre)}.v-produit .v-produit__surtitre{color:var(--v-legende-sur-encre)}.v-produit__titre{max-width:18ch}.v-produit .v-produit__chapeau{color:var(--v-legende-sur-encre);max-width:56ch}@media (min-width:768px){.v-produit__piste{grid-auto-flow:row;grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-inline:0;padding-inline:0;overflow:visible;scroll-snap-type:none}}.v-ecran{display:flex;flex-direction:column;gap:16px}.v-ecran__cadre{border-radius:var(--v-rayon-visuel);overflow:hidden;border:1px solid rgba(234,220,198,.16);background:#0d0805;box-shadow:0 24px 60px rgba(0,0,0,.5)}.v-ecran__cadre img{width:100%;height:auto}.v-ecran__nom{font-size:24px;line-height:1.2;font-weight:500}.v-ecran__lignes{margin:0;padding:0;list-style:none;display:grid;gap:8px;font-size:15px;color:var(--v-legende-sur-encre)}.v-ecran__lignes li{display:flex;align-items:baseline;gap:10px}.v-ecran__lignes li:before{content:"";width:5px;height:5px;flex:none;border-radius:50%;background:var(--v-accent);translate:0 -3px}.v-origine{background:var(--v-encre);color:var(--v-sur-encre)}.v-origine__corps{display:grid;gap:32px;align-items:center}@media (min-width:900px){.v-origine__corps{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:56px}}.v-origine__photo{width:100%;height:100%;max-height:320px;-o-object-fit:cover;object-fit:cover;border-radius:var(--v-rayon-visuel)}@media (min-width:900px){.v-origine__photo{max-height:460px;margin-left:calc(-1 * var(--v-marge));width:calc(100% + var(--v-marge));box-shadow:0 40px 90px rgba(0,0,0,.34)}}.v-origine h2{color:var(--v-sur-encre)}.v-origine__sceau{height:34px;width:auto;margin-bottom:20px}.v-origine .v-surtitre{color:var(--v-legende-sur-encre)}.v-origine p{color:#e3d8c8;margin-top:16px;max-width:56ch}.v-chiffres{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px;margin:28px 0 0;padding:0;list-style:none}@media (min-width:640px){.v-chiffres{grid-template-columns:repeat(4,minmax(0,1fr))}}.v-chiffres li{display:flex;flex-direction:column;gap:4px}.v-chiffres__nombre{font-family:var(--police-titre),Georgia,serif;font-size:40px;line-height:1;font-weight:600;font-variant-numeric:tabular-nums;color:var(--v-sur-encre)}@media (min-width:900px){.v-chiffres__nombre{font-size:48px}}.v-chiffres__quoi{font-size:15px;line-height:1.35;color:var(--v-legende-sur-encre)}.v-origine .v-chiffres__source{margin-top:20px;padding-top:16px;border-top:1px solid rgba(234,220,198,.24);font-size:15px;color:var(--v-legende-sur-encre);max-width:52ch}.v-origine .v-origine__action{margin-top:28px}.v-offre__corps{display:grid;gap:32px;align-items:start}@media (min-width:1024px){.v-offre__corps{grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}}.v-offre__titre{max-width:14ch}.v-offre .v-chapeau{margin-top:20px;max-width:54ch}.v-prevenir{background:var(--v-blanc);border:1px solid var(--v-ligne);border-radius:var(--v-rayon-visuel);padding:28px 24px;display:grid;gap:20px}.v-prevenir__titre{font-family:var(--police-titre),Georgia,serif;font-size:24px;line-height:1.2;font-weight:500;color:var(--v-encre)}.v-champ{display:grid;gap:8px}.v-champ__intitule{font-size:15px;font-weight:600;color:var(--v-encre)}.v-champ__option{font-weight:400;color:var(--v-legende)}.v-champ__saisie{min-height:var(--v-cible);width:100%;padding:0 14px;border:1px solid var(--v-ligne);border-radius:var(--v-rayon);background:var(--v-fond);color:var(--v-texte);font:inherit;font-size:16px}.v-champ__saisie:focus-visible{outline:2px solid var(--v-encre);outline-offset:1px;box-shadow:0 0 0 4px rgba(201,169,107,.45)}.v-consentement{display:flex;align-items:flex-start;gap:12px}.v-consentement input{margin-top:3px;width:20px;height:20px;flex:none;accent-color:var(--v-encre)}.v-consentement label{font-size:15px;line-height:1.45;color:var(--v-legende)}.v-prevenir button[disabled]{opacity:.62;cursor:progress}.v-prevenir__erreur{min-height:22px;font-size:15px;line-height:1.4;color:#8c2f1c}.v-prevenir--note{align-content:center;gap:12px}.v-prevenir__note{font-family:var(--police-titre),Georgia,serif;font-size:32px;line-height:1.15;font-weight:600;color:var(--v-encre)}.v-prevenir__apres{font-size:16px;color:var(--v-legende);max-width:42ch}.v-faq-fond{background:var(--v-surface)}.v-faq__corps{display:grid;gap:32px}@media (min-width:900px){.v-faq__corps{grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:56px;align-items:start}}.v-faq__photo{width:100%;max-height:300px;-o-object-fit:cover;object-fit:cover;border-radius:var(--v-rayon-carte)}.v-faq__liste{display:grid;border-top:1px solid var(--v-ligne)}.v-question{border-bottom:1px solid var(--v-ligne)}.v-question summary{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:baseline;gap:14px;padding-block:18px;min-height:var(--v-cible);cursor:pointer;list-style:none;font-size:16px;font-weight:600;color:var(--v-encre)}.v-question__rang{font-family:var(--police-titre),Georgia,serif;font-size:15px;font-weight:600;font-variant-numeric:tabular-nums;color:var(--v-legende)}.v-question summary::-webkit-details-marker{display:none}.v-question summary:after{content:"+";flex:none;font-size:22px;font-weight:400;color:var(--v-encre);line-height:1}.v-question[open] summary:after{content:"–"}.v-question summary:after{transition:rotate .2s cubic-bezier(.2,0,0,1)}.v-question p{padding:0 0 20px 29px;font-size:16px;color:var(--v-texte);max-width:62ch}.v-pied{margin-top:auto;background:var(--v-encre);color:var(--v-legende-sur-encre);padding-block:40px}.v-pied img{height:30px;width:auto}.v-pied__baseline{margin-top:14px;font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--v-surface)}.v-pied nav{margin-top:28px;display:flex;flex-wrap:wrap;gap:4px 28px}.v-pied nav a{display:inline-flex;align-items:center;min-height:48px;color:var(--v-sur-encre);font-size:15px;font-weight:600;text-decoration:none}.v-pied nav a:hover{text-decoration:underline;text-underline-offset:4px}.v-pied__mention{margin-top:20px;padding-top:20px;border-top:1px solid rgba(234,220,198,.22);font-size:15px}.v-page__entete{padding-block:24px 0}.v-page__entete img{height:28px;width:auto}.v-page{padding-block:32px 72px}.v-page h1{font-size:34px;line-height:1.15;font-weight:600}.v-page h2{font-size:22px;line-height:1.25;font-weight:500;margin-top:36px}.v-page p{margin-top:14px;max-width:68ch}.v-page ul{margin:14px 0 0;padding-left:22px;max-width:68ch}.v-page li{margin-top:8px}.v-page li a,.v-page p a{color:var(--v-encre);font-weight:600;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--v-accent);text-decoration-thickness:2px}.v-page__retour{display:inline-flex;align-items:center;min-height:48px;margin-bottom:12px;font-size:15px;font-weight:600;color:var(--v-encre);text-decoration:underline;text-underline-offset:4px;text-decoration-color:var(--v-accent);text-decoration-thickness:2px}@keyframes v-monte{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes v-fondu{0%{opacity:.45}to{opacity:1}}@supports (animation-timeline:view()){@media (prefers-reduced-motion:no-preference){.v-anim{animation:v-monte linear both;animation-timeline:view();animation-range:entry 15% entry 85%}}@media (prefers-reduced-motion:reduce){.v-anim{animation:v-fondu linear both;animation-timeline:view();animation-range:entry 15% entry 70%}}}