/* Généré par build-portillon-skin.py depuis les <style> de portillon.html — ne pas éditer à la main */
:where(.pt-legacy) *,:where(.pt-legacy) *::before,:where(.pt-legacy) *::after{box-sizing:border-box;margin:0;padding:0}
:where(.pt-legacy){overscroll-behavior-x:none}
:where(.pt-legacy){font-family:var(--sans);color:var(--ink);-webkit-font-smoothing:antialiased}
:where(.pt-legacy) a{text-decoration:none;color:inherit}
:where(.pt-legacy) button{font-family:var(--sans);cursor:pointer}
:where(.pt-legacy) img{max-width:100%}
:where(.pt-legacy) .pt{color:rgba(255,255,255,.6);font-size:12px}
:where(.pt-legacy) .ch{font-size:9px;opacity:.5;transition:transform .2s}
:where(.pt-legacy) .ddh{padding:10px 16px 7px;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);border-bottom:1px solid var(--gl)}
:where(.pt-legacy) .dm{font-size:9px;font-weight:700;letter-spacing:.06em;padding:2px 6px;border-radius:3px;text-transform:uppercase}
:where(.pt-legacy) .da{background:rgba(21,82,105,.1);color:var(--blue)}
:where(.pt-legacy) .db{background:rgba(139,90,43,.1);color:#8b5a2b}
:where(.pt-legacy) .dp{background:rgba(231,59,26,.08);color:var(--red)}
:where(.pt-legacy) .popup-panier{position:fixed;inset:0;z-index:10001;background:rgba(14,58,74,.7);display:flex;align-items:center;justify-content:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .3s,visibility .3s}
:where(.pt-legacy) .popup-panier.open{visibility:visible;opacity:1}
:where(.pt-legacy) .popup-inner{background:#fff;border-radius:16px;overflow:hidden;width:100%;max-width:460px;box-shadow:0 24px 80px rgba(0,0,0,.3)}
:where(.pt-legacy) .popup-head{background:var(--blue-dk);padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
:where(.pt-legacy) .popup-head-title{font-size:15px;font-weight:700;color:#fff;display:flex;align-items:center;gap:8px}
:where(.pt-legacy) .popup-close{background:rgba(255,255,255,.15);border:none;color:#fff;width:28px;height:28px;border-radius:6px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
:where(.pt-legacy) .popup-body{padding:22px}
:where(.pt-legacy) .popup-recap{background:var(--off);border-radius:10px;padding:14px;margin-bottom:16px;font-size:13px}
:where(.pt-legacy) .popup-recap-row{display:flex;justify-content:space-between;padding:3px 0;color:var(--gd)}
:where(.pt-legacy) .popup-recap-row.total{font-weight:700;color:var(--ink);font-size:15px;border-top:1px solid var(--gl);margin-top:6px;padding-top:8px}
:where(.pt-legacy) .popup-prix-block{text-align:center;padding:14px;background:var(--blue-pl);border-radius:10px;margin-bottom:16px}
:where(.pt-legacy) .popup-prix-barre{font-size:14px;color:var(--gray);text-decoration:line-through;margin-bottom:2px;min-height:20px}
:where(.pt-legacy) .popup-prix-remise{display:flex;align-items:center;justify-content:center;gap:10px}
:where(.pt-legacy) .popup-prix-ttc{font-family:var(--serif);font-size:26px;font-weight:900;color:var(--blue)}
:where(.pt-legacy) .popup-badge-remise{background:var(--red);color:#fff;font-size:11px;font-weight:800;padding:3px 9px;border-radius:4px}
:where(.pt-legacy) .popup-btn-panier{display:block;width:100%;background:var(--blue);color:#fff;border:none;border-radius:10px;padding:14px;font-size:14px;font-weight:700;cursor:pointer;text-align:center;margin-bottom:8px;transition:background .2s}
:where(.pt-legacy) .popup-btn-panier:hover{background:var(--blue-md)}
:where(.pt-legacy) .popup-btn-continuer{display:block;width:100%;background:var(--off);color:var(--gd);border:1.5px solid var(--gl);border-radius:10px;padding:12px;font-size:13px;font-weight:600;cursor:pointer;text-align:center}
:where(.pt-legacy) .popup-btn-continuer:hover{border-color:var(--blue);color:var(--blue)}
:where(.pt-legacy) .popup-reassurance{text-align:center;font-size:11px;color:var(--gray);margin-top:10px}
.cart-popup-overlay{position:fixed;inset:0;z-index:1000;visibility:hidden;opacity:0;transition:opacity .22s}
.cart-popup-overlay.open{visibility:visible;opacity:1}
.cart-popup-overlay::before{content:"";position:absolute;inset:0;background:rgba(10,30,50,.32)}
.cart-popup{position:absolute;top:74px;right:24px;background:#fff;border-radius:14px;box-shadow:0 8px 48px rgba(21,82,105,.22);width:360px;max-width:calc(100vw - 32px);padding:0;overflow:hidden;transform:translateY(-10px);transition:transform .22s}
.cart-popup-overlay.open .cart-popup{transform:translateY(0)}
.cart-popup-head{background:var(--blue);color:#fff;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}
.cart-popup-head span{font-size:14px;font-weight:700;letter-spacing:.02em}
.cart-popup-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:0;line-height:1;opacity:.8}
.cart-popup-close:hover{opacity:1}
.cart-popup-body{padding:16px 20px;max-height:260px;overflow-y:auto}
.cart-popup-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:10px 0;border-bottom:1px solid var(--gl)}
.cart-popup-item:last-child{border-bottom:none}
:where(.pt-legacy) .cart-item-label{font-size:13px;color:var(--blue);font-weight:600;line-height:1.4}
:where(.pt-legacy) .cart-item-sub{font-size:11px;color:var(--gray);margin-top:2px;line-height:1.4}
:where(.pt-legacy) .cart-item-price{font-size:13px;font-weight:700;color:var(--red);white-space:nowrap}
.cart-popup-empty{text-align:center;color:var(--gray);font-size:13px;padding:20px 0}
.cart-popup-foot{padding:14px 20px;border-top:1px solid var(--gl);display:flex;flex-direction:column;gap:8px}
.cart-popup-total{display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:700;color:var(--blue)}
.cart-popup-total span:last-child{color:var(--red);font-size:16px}
.cart-popup-actions{display:flex;gap:8px}
.cart-btn-continue{flex:1;padding:10px;border:2px solid var(--blue);background:#fff;color:var(--blue);border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:all .18s}
.cart-btn-continue:hover{background:var(--blue-pl)}
.cart-btn-go{flex:1;padding:10px;background:var(--red);color:#fff;border:none;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;transition:background .18s}
.cart-btn-go:hover{background:var(--red-dk)}
@media(max-width:540px){.cart-popup{top:60px;right:12px;width:calc(100vw - 24px)}}
:where(.pt-legacy) .bc-sep{opacity:.4}
:where(.pt-legacy) .prod-layout{max-width:var(--mw);margin:0 auto;padding:48px var(--pad) 0;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:stretch}
:where(.pt-legacy) .gallery{position:sticky;top:90px;z-index:0}
:where(.pt-legacy) .gallery-main{border-radius:14px;overflow:hidden;background:var(--off);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;margin-bottom:12px;border:1px solid var(--gl);position:relative}
:where(.pt-legacy) .gallery-main-img{width:100%;height:100%;object-fit:cover;display:none}
:where(.pt-legacy) .gallery-main-img.active{display:block}
:where(.pt-legacy) .gallery-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:var(--gray);font-size:13px;text-align:center;padding:32px}
:where(.pt-legacy) .gallery-placeholder-icon{font-size:56px;opacity:.3}
:where(.pt-legacy) .gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}
:where(.pt-legacy) .thumb{border-radius:8px;overflow:hidden;background:var(--off);aspect-ratio:1;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid transparent;transition:border-color .2s;font-size:22px;color:var(--gray)}
:where(.pt-legacy) .thumb.active,:where(.pt-legacy) .thumb:hover{border-color:var(--blue)}
:where(.pt-legacy) .docs-block{margin-top:20px;background:var(--off);border-radius:12px;padding:18px;border:1px solid var(--gl)}
:where(.pt-legacy) .docs-title{font-size:11px;font-weight:700;color:var(--gd);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px}
:where(.pt-legacy) .doc-btn{display:flex;align-items:center;gap:10px;background:#fff;border:1.5px solid var(--gl);border-radius:8px;padding:11px 14px;cursor:pointer;width:100%;margin-bottom:8px;transition:border-color .2s,box-shadow .2s;text-align:left}
:where(.pt-legacy) .doc-btn:last-child{margin-bottom:8px}
:where(.pt-legacy) .doc-devis-btn{width:100%;background:var(--red);color:#fff;border:none;border-radius:8px;padding:13px;font-size:13px;font-weight:700;cursor:pointer;transition:background .2s,transform .15s;display:flex;align-items:center;justify-content:center;gap:6px;margin-top:4px}
:where(.pt-legacy) .doc-devis-btn:hover{background:var(--red-dk);transform:translateY(-1px)}
:where(.pt-legacy) .doc-btn:hover{border-color:var(--blue);box-shadow:0 2px 10px rgba(21,82,105,.08)}
:where(.pt-legacy) .doc-ico{width:36px;height:36px;border-radius:8px;background:var(--blue-pl);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
:where(.pt-legacy) .doc-info{flex:1}
:where(.pt-legacy) .doc-name{font-size:13px;font-weight:600;color:var(--ink)}
:where(.pt-legacy) .doc-sub{font-size:11px;color:var(--gray);margin-top:1px}
:where(.pt-legacy) .doc-arrow{font-size:16px;color:var(--blue);opacity:.6}
:where(.pt-legacy) .prod-content{}
:where(.pt-legacy) .mat-selector{display:flex;gap:8px;margin-bottom:28px;background:var(--off);padding:5px;border-radius:10px;border:1px solid var(--gl)}
:where(.pt-legacy) .mat-tab{flex:1;text-align:center;padding:10px;border-radius:7px;font-size:13px;font-weight:600;color:var(--gd);cursor:pointer;transition:all .2s;border:2px solid transparent;background:none}
:where(.pt-legacy) .mat-tab:hover{background:rgba(255,255,255,.7);color:var(--blue)}
:where(.pt-legacy) .mat-tab.active{background:#fff;color:var(--blue);box-shadow:0 2px 8px rgba(21,82,105,.15);border:2px solid var(--blue-lt)}
:where(.pt-legacy) .prod-desc-block{margin-bottom:32px}
:where(.pt-legacy) .prod-desc-title{font-family:var(--serif);font-size:20px;font-weight:700;color:var(--blue);margin-bottom:10px}
:where(.pt-legacy) .prod-desc-text{font-size:14px;color:var(--gd);line-height:1.75}
:where(.pt-legacy) .prod-avantages{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:32px}
:where(.pt-legacy) .av-item{display:flex;align-items:flex-start;gap:10px;background:var(--off);border-radius:10px;padding:13px 15px;border:1px solid var(--gl)}
:where(.pt-legacy) .av-ico{font-size:20px;flex-shrink:0;margin-top:1px}
:where(.pt-legacy) .av-txt .av-t{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:2px}
:where(.pt-legacy) .av-txt .av-s{font-size:12px;color:var(--gray);line-height:1.4}
:where(.pt-legacy) .specs-block{margin-bottom:32px}
:where(.pt-legacy) .specs-title{font-family:var(--serif);font-size:16px;font-weight:700;color:var(--blue);margin-bottom:14px;display:flex;align-items:center;gap:8px}
:where(.pt-legacy) .specs-title::after{content:'';flex:1;height:1px;background:var(--gl)}
:where(.pt-legacy) .specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--gl);border-radius:10px;overflow:hidden;border:1px solid var(--gl)}
:where(.pt-legacy) .spec-item{background:#fff;padding:13px 16px}
:where(.pt-legacy) .spec-label{font-size:11px;font-weight:700;color:var(--gray);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px}
:where(.pt-legacy) .spec-val{font-size:14px;font-weight:600;color:var(--ink)}
:where(.pt-legacy) .spec-val .tag{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:700;padding:2px 8px;border-radius:4px;margin-right:4px;margin-top:2px}
:where(.pt-legacy) .options-block{margin-bottom:32px}
:where(.pt-legacy) .options-title{font-family:var(--serif);font-size:16px;font-weight:700;color:var(--blue);margin-bottom:14px;display:flex;align-items:center;gap:8px}
:where(.pt-legacy) .options-title::after{content:'';flex:1;height:1px;background:var(--gl)}
:where(.pt-legacy) .color-grid{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
:where(.pt-legacy) .color-dot{width:32px;height:32px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .2s;position:relative}
:where(.pt-legacy) .color-dot:hover,:where(.pt-legacy) .color-dot.active{border-color:var(--blue);transform:scale(1.15)}
:where(.pt-legacy) .color-label{font-size:12px;color:var(--gd);margin-top:4px}
:where(.pt-legacy) .sidebar-form{}
:where(.pt-legacy) .req{color:var(--red)}
:where(.pt-legacy) .section-ey{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--red);margin-bottom:12px}
:where(.pt-legacy) .section-title{font-family:var(--serif);font-size:clamp(24px,3vw,38px);font-weight:800;color:var(--blue);line-height:1.1;text-transform:uppercase}
:where(.pt-legacy) .section-sub{font-size:15px;color:var(--gray);margin-top:12px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.6}
:where(.pt-legacy) .cta-btn{background:#fff;color:var(--red);padding:14px 32px;border-radius:8px;font-size:14px;font-weight:700;border:none;cursor:pointer;transition:transform .15s,box-shadow .2s;box-shadow:0 4px 16px rgba(0,0,0,.15)}
:where(.pt-legacy) .cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}
:where(.pt-legacy) .pourquoi{background:var(--blue-dk);padding:80px 0}
:where(.pt-legacy) .pourquoi-w{max-width:var(--mw);margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
:where(.pt-legacy) .pq-left .section-ey{color:rgba(255,255,255,.5)}
:where(.pt-legacy) .pq-left .section-title{color:#fff}
:where(.pt-legacy) .pq-left .section-sub{color:rgba(255,255,255,.6)}
:where(.pt-legacy) .pq-items{display:flex;flex-direction:column;gap:20px;margin-top:32px}
:where(.pt-legacy) .pq-item{display:flex;align-items:flex-start;gap:16px}
:where(.pt-legacy) .pq-num{width:36px;height:36px;border-radius:50%;background:var(--red);color:#fff;font-family:var(--serif);font-size:14px;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}
:where(.pt-legacy) .pq-t{font-family:var(--serif);font-size:14px;font-weight:700;color:#fff;margin-bottom:4px;text-transform:uppercase}
:where(.pt-legacy) .pq-s{font-size:13px;color:rgba(255,255,255,.6);line-height:1.5}
:where(.pt-legacy) .pq-right{display:grid;grid-template-columns:1fr 1fr;gap:16px}
:where(.pt-legacy) .pq-stat{background:rgba(255,255,255,.06);border-radius:12px;padding:24px 20px;border:1px solid rgba(255,255,255,.08)}
:where(.pt-legacy) .pq-val{font-family:var(--serif);font-size:36px;font-weight:800;color:#fff;line-height:1}
:where(.pt-legacy) .pq-lab{font-size:12px;color:rgba(255,255,255,.5);margin-top:6px;line-height:1.4}
:where(.pt-legacy) .pdf-modal{display:none;position:fixed;inset:0;z-index:1000;background:rgba(14,58,74,.7);backdrop-filter:blur(4px);align-items:center;justify-content:center;padding:24px}
:where(.pt-legacy) .pdf-modal.open{display:flex}
:where(.pt-legacy) .pdf-modal-inner{background:#fff;border-radius:16px;overflow:hidden;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 80px rgba(0,0,0,.3)}
:where(.pt-legacy) .pdf-modal-head{background:var(--blue-dk);padding:16px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}
:where(.pt-legacy) .pdf-modal-title{font-size:15px;font-weight:700;color:#fff;display:flex;align-items:center;gap:10px}
:where(.pt-legacy) .pdf-modal-actions{display:flex;align-items:center;gap:10px}
:where(.pt-legacy) .pdf-dl-btn{background:var(--red);color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}
:where(.pt-legacy) .pdf-close{background:rgba(255,255,255,.15);border:none;color:#fff;width:32px;height:32px;border-radius:6px;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}
:where(.pt-legacy) .pdf-viewer{flex:1;background:var(--off);display:flex;align-items:center;justify-content:center;overflow:hidden}
:where(.pt-legacy) .pdf-viewer iframe{width:100%;height:100%;border:none;min-height:500px}
:where(.pt-legacy) .pdf-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;color:var(--gd);padding:60px;text-align:center}
:where(.pt-legacy) .pdf-placeholder-ico{font-size:64px;opacity:.3}
:where(.pt-legacy) .pdf-placeholder h3{font-family:var(--serif);font-size:18px;color:var(--blue)}
:where(.pt-legacy) .pdf-placeholder p{font-size:13px;color:var(--gray);max-width:320px;line-height:1.6}
:where(.pt-legacy) .sidebar-wrap{display:none}
:where(.pt-legacy) .sidebar-form{}
@keyframes promoPulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}
@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media (max-width:1024px){:where(.pt-legacy) .hero-slide{flex-direction:column;padding:40px var(--pad)}
:where(.pt-legacy) .hero-left{max-width:100%}
:where(.pt-legacy) .hero-right{justify-content:flex-start;padding:0 var(--pad) 40px}
:where(.pt-legacy) .req{color:var(--red)}
:where(.pt-legacy) .pourquoi-w{grid-template-columns:1fr;gap:40px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .produits-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){@keyframes fadeUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
@media (max-width:1024px){:where(.pt-legacy) .hero-slide{flex-direction:column;padding:40px var(--pad)}
:where(.pt-legacy) .hero-left{max-width:100%}
:where(.pt-legacy) .hero-right{justify-content:flex-start;padding:0 var(--pad) 40px}
:where(.pt-legacy) .prod-layout{grid-template-columns:1fr;gap:32px;padding:32px var(--pad)}
:where(.pt-legacy) .gallery{position:static}
:where(.pt-legacy) .sidebar-wrap{position:static}
:where(.pt-legacy) .pourquoi-w{grid-template-columns:1fr;gap:40px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .produits-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:768px){:where(.pt-legacy) .hero-right{display:none}
:where(.pt-legacy) .prod-layout{grid-template-columns:1fr !important}
:where(.pt-legacy) .gallery{position:static}
:where(.pt-legacy) .sidebar-form{display:none}
:where(.pt-legacy) .hero-slide{flex-direction:column;min-height:auto;padding:28px 16px 20px;width:100%}
:where(.pt-legacy) .hero-left{width:100%;max-width:100%}
:where(.pt-legacy) .hero-h1{font-size:clamp(16px,4.5vw,22px);line-height:1.15;white-space:normal;padding-right:8px}
:where(.pt-legacy) .hero-sub{font-size:13px}
:where(.pt-legacy) .hero-li-wrap{flex-wrap:wrap;gap:6px}
:where(.pt-legacy) .hero-li{font-size:12px;padding:5px 10px}
:where(.pt-legacy) .hero-right{display:none}
:where(.pt-legacy) .prod-layout{grid-template-columns:1fr !important}
:where(.pt-legacy) .gallery{position:static}
:where(.pt-legacy) .sidebar-form{display:none}
:where(.pt-legacy) .reas-w{grid-template-columns:1fr 1fr;gap:16px;padding:0 16px}
:where(.pt-legacy) .reas-item{flex-direction:column;text-align:center;align-items:center}
:where(.pt-legacy) .reas-ico{margin-bottom:6px}
:where(.pt-legacy) .section-title{font-size:clamp(18px,5.5vw,28px)}
:where(.pt-legacy) .produits-grid{grid-template-columns:1fr}
:where(.pt-legacy) .prod-layout{grid-template-columns:1fr;padding:24px var(--pad)}
:where(.pt-legacy) .mat-selector{overflow-x:auto}
:where(.pt-legacy) .prod-avantages{grid-template-columns:1fr}
:where(.pt-legacy) .specs-grid{grid-template-columns:1fr}
:where(.pt-legacy) .gallery-thumbs{grid-template-columns:repeat(4,1fr)}
:where(.pt-legacy) .sidebar-wrap{grid-template-columns:1fr}
:where(.pt-legacy) .cta-btn{width:100%;text-align:center}
:where(.pt-legacy) .pourquoi-w{grid-template-columns:1fr;gap:32px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .contact-grid{grid-template-columns:1fr}
:where(.pt-legacy) .page-content{padding:32px var(--pad)}
:where(.pt-legacy) #mg-cookie-simple{padding:16px var(--pad)}
:where(.pt-legacy) #mg-cookie-detail{padding:16px var(--pad) 20px}
:where(.pt-legacy) .mg-ck-actions{width:100%}
:where(.pt-legacy) .mg-btn-accept,:where(.pt-legacy) .mg-btn-reject{flex:1;text-align:center}}
@media (max-width:480px){:where(.pt-legacy) .hero-h1{font-size:20px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr}
:where(.pt-legacy) .pq-val{font-size:28px}
:where(.pt-legacy) .gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}}
:where(.pt-legacy) .hero-slide{display:block !important;padding:28px 16px 20px !important}
:where(.pt-legacy) .hero-left{display:block !important;width:100% !important;max-width:100% !important}
:where(.pt-legacy) .hero-right{display:none !important}
:where(.pt-legacy) .hero-slide{flex-direction:column;min-height:auto;padding:32px var(--pad) 24px}
:where(.pt-legacy) .hero-h1{font-size:clamp(28px,8vw,42px)}
:where(.pt-legacy) .hero-sub{font-size:14px}
:where(.pt-legacy) .hero-li-wrap{flex-wrap:wrap;gap:8px}
:where(.pt-legacy) .hero-right{padding:0 var(--pad) 32px}
:where(.pt-legacy) .section-title{font-size:clamp(20px,6vw,32px)}
:where(.pt-legacy) .produits-grid{grid-template-columns:1fr}
:where(.pt-legacy) .prod-layout{grid-template-columns:1fr;padding:24px var(--pad)}
:where(.pt-legacy) .mat-selector{overflow-x:auto}
:where(.pt-legacy) .prod-avantages{grid-template-columns:1fr}
:where(.pt-legacy) .specs-grid{grid-template-columns:1fr}
:where(.pt-legacy) .gallery-thumbs{grid-template-columns:repeat(4,1fr)}
:where(.pt-legacy) .sidebar-wrap{grid-template-columns:1fr}
:where(.pt-legacy) .cta-btn{width:100%;text-align:center}
:where(.pt-legacy) .pourquoi-w{grid-template-columns:1fr;gap:32px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .contact-grid{grid-template-columns:1fr}
:where(.pt-legacy) .page-content{padding:32px var(--pad)}
:where(.pt-legacy) #mg-cookie-simple{padding:16px var(--pad)}
:where(.pt-legacy) #mg-cookie-detail{padding:16px var(--pad) 20px}
:where(.pt-legacy) .mg-ck-actions{width:100%}
:where(.pt-legacy) .mg-btn-accept,:where(.pt-legacy) .mg-btn-reject{flex:1;text-align:center}}
@media (max-width:480px){:where(.pt-legacy) .hero-h1{font-size:26px}
:where(.pt-legacy) .pq-right{grid-template-columns:1fr}
:where(.pt-legacy) .pq-val{font-size:28px}
:where(.pt-legacy) .gallery-thumbs{grid-template-columns:repeat(4,1fr);gap:6px}}
.mg-toast{position: fixed;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%) translateY(80px);
  background: #155269;
  color: #fff;
  padding: 16px 28px;
  border-radius: 50px;
  font-family: var(--sans, 'DM Sans', sans-serif);
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 12px 40px rgba(21,82,105,.35);
  z-index: 9999;
  opacity: 0;
  transition: all .4s cubic-bezier(.22,1,.36,1);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  pointer-events: none;}
.mg-toast.show{opacity: 1;
  transform: translateX(-50%) translateY(0);}
.mg-toast.error{background: #e73b1a;}
@media(max-width:600px){:where(.pt-legacy) .barre-reas{display:none !important}}
:where(.pt-legacy) .motor-info-btn{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;font-weight:700;cursor:pointer;border:none;font-family:var(--sans);flex-shrink:0;margin-left:4px;vertical-align:middle;line-height:1}
:where(.pt-legacy) .motor-info-btn:hover{background:var(--blue-md)}
:where(.pt-legacy) .motor-popup-overlay{display:none;position:fixed;inset:0;z-index:10000;background:rgba(0,0,0,.45)}
:where(.pt-legacy) .motor-popup-overlay.open{display:flex;align-items:center;justify-content:center}
:where(.pt-legacy) .motor-popup{background:#fff;border-radius:14px;padding:20px;max-width:280px;width:90%;box-shadow:0 20px 60px rgba(0,0,0,.3);text-align:center;position:relative}
:where(.pt-legacy) .motor-popup img.motor-logo{height:28px;object-fit:contain;margin-bottom:12px}
:where(.pt-legacy) .motor-popup img.motor-kit{width:100%;max-width:220px;border-radius:8px;margin-bottom:10px}
:where(.pt-legacy) .motor-popup-name{font-family:var(--serif);font-size:15px;font-weight:800;color:var(--blue);margin-bottom:4px}
:where(.pt-legacy) .motor-popup-close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:18px;cursor:pointer;color:var(--gray);line-height:1}
:where(.pt-legacy) .motor-popup-close:hover{color:var(--ink)}
:where(.pt-legacy) .cfg-grid{}
:where(.pt-legacy) .cfg-left{display:flex;flex-direction:column;gap:14px;align-self:start;min-width:0}
:where(.pt-legacy) .cfg-right{min-width:0;align-self:start}
:where(.pt-legacy) .cfg-visual{background:#fff;border-radius:14px;border:1px solid var(--gl);overflow:hidden;width:100%}
:where(.pt-legacy) .cfg-visual-tag{position:absolute;top:12px;left:12px;background:var(--red);color:#fff;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:4px 10px;border-radius:20px}
:where(.pt-legacy) .cfg-visual{border-radius:12px;overflow:hidden;border:1.5px solid var(--blue-lt);box-shadow:0 4px 16px rgba(21,82,105,.08)}
:where(.pt-legacy) .cfg-visual-inner{padding:20px 40px;display:flex;align-items:center;justify-content:center;min-height:360px;position:relative;background:#ffffff}
:where(.pt-legacy) .cfg-visual img{max-height:220px;max-width:100%;width:auto;object-fit:contain;transition:opacity .3s,filter .4s;display:block}
:where(.pt-legacy) .cfg-recap-head{background:var(--blue-dk);padding:18px 20px}
:where(.pt-legacy) .cfg-rl .lbl{color:var(--gray)}
:where(.pt-legacy) .cfg-rl .val{font-weight:600;color:var(--ink)}
:where(.pt-legacy) .cfg-rl .val.plus{color:#1b6b2e;font-size:11px}
:where(.pt-legacy) .cfg-rl .val.surcoat{color:#8b5e0a;font-size:11px}
:where(.pt-legacy) .cfg-btn-cart:hover{background:var(--blue-md)}
:where(.pt-legacy) .cfg-btn-devis:hover{background:var(--blue-pl)}
:where(.pt-legacy) .cfg-trust span{font-size:10px;color:var(--gray);display:flex;align-items:center;gap:3px}
:where(.pt-legacy) .cfg-g-row{display:flex;align-items:center;gap:10px;padding:9px 16px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px;color:rgba(255,255,255,.65)}
:where(.pt-legacy) .cfg-g-row:last-child{border-bottom:none}
:where(.pt-legacy) .acc{border:1px solid var(--gl);border-radius:12px;overflow:hidden;margin-bottom:10px;transition:box-shadow .25s,border-color .2s}
:where(.pt-legacy) .acc.done{border-color:var(--blue-lt)}
:where(.pt-legacy) .acc.active{box-shadow:0 6px 24px rgba(21,82,105,.13);border-color:var(--blue);border-top:3px solid var(--blue)}
:where(.pt-legacy) .acc.locked{opacity:.45;pointer-events:none}
:where(.pt-legacy) .acc-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#fff;cursor:pointer;user-select:none;transition:background .15s}
:where(.pt-legacy) .acc.active .acc-head{background:linear-gradient(90deg,var(--blue-pl) 0%,rgba(240,247,250,.6) 100%)}
:where(.pt-legacy) .acc.done .acc-head{background:var(--blue-pl)}
:where(.pt-legacy) .acc-head-left{display:flex;align-items:center;gap:12px}
:where(.pt-legacy) .acc-num{width:30px;height:30px;border-radius:50%;background:var(--gl);display:flex;align-items:center;justify-content:center;font-family:var(--serif);font-size:13px;font-weight:700;color:var(--gray);flex-shrink:0;transition:all .25s}
:where(.pt-legacy) .acc.active .acc-num{background:var(--blue);color:#fff;box-shadow:0 0 0 4px rgba(21,82,105,.15)}
:where(.pt-legacy) .acc.done .acc-num{background:var(--blue);color:#fff}
:where(.pt-legacy) .acc-num-done{display:none;font-size:14px}
:where(.pt-legacy) .acc.done .acc-num-n{display:none}
:where(.pt-legacy) .acc.done .acc-num-done{display:block}
:where(.pt-legacy) .acc-title{font-family:var(--serif);font-size:14px;font-weight:700;color:var(--blue);text-transform:uppercase;letter-spacing:.04em}
:where(.pt-legacy) .acc.locked .acc-title{color:var(--gray)}
:where(.pt-legacy) .acc-summary{font-size:12px;color:var(--gray);margin-top:2px}
:where(.pt-legacy) .acc.active .acc-summary{display:none}
:where(.pt-legacy) .acc-body{display:none;padding:8px 20px 28px;background:#fff;width:100%;box-sizing:border-box}
:where(.pt-legacy) .acc.active .acc-body{display:block}
:where(.pt-legacy) .cfg-progress-bar{width:100%;height:4px;background:var(--gl);border-radius:2px;margin-bottom:20px;overflow:hidden}
:where(.pt-legacy) .cfg-progress-fill{height:100%;background:linear-gradient(90deg,var(--blue) 0%,var(--blue-md) 100%);border-radius:2px;transition:width .4s cubic-bezier(.22,1,.36,1)}
:where(.pt-legacy) .prod-cards{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}
:where(.pt-legacy) .prod-card{border:1.5px solid var(--gl);border-radius:10px;padding:14px;cursor:pointer;transition:all .15s;background:#fff;text-align:center;position:relative}
:where(.pt-legacy) .prod-card:hover{border-color:var(--blue)}
:where(.pt-legacy) .prod-card.sel{border-color:var(--blue);background:var(--blue-pl)}
:where(.pt-legacy) .prod-card-img{width:100%;height:120px;object-fit:contain;margin-bottom:8px;opacity:.85}
:where(.pt-legacy) .prod-card.sel .prod-card-img{opacity:1}
:where(.pt-legacy) .prod-card-name{font-size:12px;font-weight:600;color:var(--ink)}
:where(.pt-legacy) .prod-card.sel .prod-card-name{color:var(--blue)}
:where(.pt-legacy) .prod-card-price{font-size:11px;color:var(--red);font-weight:500;margin-top:2px}
:where(.pt-legacy) .prod-card-check{display:none;position:absolute;top:8px;left:8px;width:18px;height:18px;border-radius:50%;background:var(--blue);color:#fff;font-size:10px;align-items:center;justify-content:center;font-weight:700}
:where(.pt-legacy) .prod-card.sel .prod-card-check{display:flex}
:where(.pt-legacy) .dim-field-row{display:flex;align-items:center;gap:0;background:#fff;border:1.5px solid var(--gl);border-radius:8px;overflow:hidden;transition:border-color .15s;margin-bottom:10px}
:where(.pt-legacy) .dim-field-row:focus-within{border-color:var(--blue)}
:where(.pt-legacy) .dim-field-lbl{padding:0 14px;font-size:13px;font-weight:600;color:var(--gd);white-space:nowrap;border-right:1px solid var(--gl);background:var(--off);height:46px;display:flex;align-items:center;min-width:90px}
:where(.pt-legacy) .dim-field-input{flex:1;border:none;outline:none;padding:0 12px;font-size:16px;font-family:var(--sans);color:var(--ink);background:transparent;height:46px;-webkit-appearance:none}
:where(.pt-legacy) .dim-field-unit{padding:0 14px;font-size:12px;font-weight:700;color:var(--gray);border-left:1px solid var(--gl);height:46px;display:flex;align-items:center}
:where(.pt-legacy) .dim-field-hint{font-size:11px;color:var(--gray);margin-left:14px;padding-bottom:10px;line-height:1.5}
:where(.pt-legacy) .color-swatches{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:6px}
:where(.pt-legacy) .csw{display:flex;flex-direction:column;align-items:center;gap:5px;cursor:pointer;padding:6px 4px;border-radius:8px;border:2px solid transparent;transition:all .14s}
:where(.pt-legacy) .csw:hover{background:var(--off)}
:where(.pt-legacy) .csw.sel{border-color:var(--blue);background:var(--blue-pl)}
:where(.pt-legacy) .csw-dot{width:34px;height:34px;border-radius:50%;border:2px solid rgba(0,0,0,.1);position:relative}
:where(.pt-legacy) .csw.sel .csw-dot::after{content:'✓';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}
:where(.pt-legacy) .csw-lbl{font-size:10px;text-align:center;color:var(--gray);line-height:1.3;font-weight:500;max-width:56px}
:where(.pt-legacy) .csw.sel .csw-lbl{color:var(--blue)}
:where(.pt-legacy) .csw-surcoat{font-size:9px;font-weight:700;color:#8b5e0a}
:where(.pt-legacy) .oc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
:where(.pt-legacy) .oc-grid.g3{grid-template-columns:repeat(3,1fr);gap:10px}
:where(.pt-legacy) .oc{padding:13px 14px;border:1.5px solid var(--gl);border-radius:10px;cursor:pointer;transition:all .16s;background:#fff;touch-action:manipulation;-webkit-tap-highlight-color:transparent;position:relative;overflow:hidden}
:where(.pt-legacy) .oc:hover{border-color:var(--blue);box-shadow:0 2px 8px rgba(21,82,105,.08)}
:where(.pt-legacy) .oc.sel{border-color:var(--blue);background:var(--blue-pl);border-top:3px solid var(--blue)}
:where(.pt-legacy) .oc.sel::after{content:'✓';position:absolute;top:6px;right:8px;width:16px;height:16px;background:var(--blue);color:#fff;border-radius:50%;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:16px;text-align:center}
:where(.pt-legacy) .oc-n{font-size:13px;font-weight:600;color:var(--ink);margin-bottom:2px}
:where(.pt-legacy) .oc.sel .oc-n{color:var(--blue)}
:where(.pt-legacy) .oc-s{font-size:11px;color:var(--gray);line-height:1.4}
:where(.pt-legacy) .oc-p{font-size:11px;font-weight:700;color:#1b6b2e;margin-top:4px}
:where(.pt-legacy) .oc.sel .oc-p{color:var(--blue)}
:where(.pt-legacy) .cfg-sub{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gray);margin:24px 0 12px;display:flex;align-items:center;gap:8px}
:where(.pt-legacy) .cfg-warn{font-family:var(--sans);font-size:11px;color:var(--gray);margin-bottom:10px;display:none}
:where(.pt-legacy) .cfg-sub::after{content:'';flex:1;height:1px;background:var(--gl)}
:where(.pt-legacy) .cfg-sub:first-child{margin-top:4px}
:where(.pt-legacy) .qty-row{display:flex;align-items:center;gap:8px;margin-top:8px}
:where(.pt-legacy) .qty-btn{width:28px;height:28px;border:1.5px solid var(--gl);border-radius:6px;background:#fff;cursor:pointer;font-size:15px;display:flex;align-items:center;justify-content:center;color:var(--blue);transition:all .14s}
:where(.pt-legacy) .qty-btn:hover{border-color:var(--blue)}
:where(.pt-legacy) .qty-n{font-size:15px;font-weight:700;color:var(--blue);min-width:20px;text-align:center}
:where(.pt-legacy) .cfg-warn.show{display:flex;align-items:flex-start;gap:6px}
:where(.pt-legacy) .doc-cards{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}
:where(.pt-legacy) .doc-card{display:flex;align-items:center;gap:12px;background:#fff;border:1.5px solid var(--gl);border-radius:10px;padding:12px 14px;cursor:pointer;transition:all .15s;text-align:left;width:100%}
:where(.pt-legacy) .doc-card:hover{border-color:var(--blue);box-shadow:0 2px 10px rgba(21,82,105,.08)}
:where(.pt-legacy) .doc-card-ico{width:38px;height:38px;border-radius:8px;background:var(--blue-pl);display:flex;align-items:center;justify-content:center;font-size:18px;flex-shrink:0}
:where(.pt-legacy) .doc-card-info{flex:1}
:where(.pt-legacy) .doc-card-name{font-size:13px;font-weight:600;color:var(--ink)}
:where(.pt-legacy) .doc-card-sub{font-size:11px;color:var(--gray);margin-top:1px}
:where(.pt-legacy) .doc-card-arr{font-size:16px;color:var(--blue);opacity:.5}
:where(.pt-legacy) .reas-desktop{display:block}
:where(.pt-legacy) .reas-mobile-wrap{display:none}
:where(.pt-legacy) .reas-mobile{display:none}
:where(.pt-legacy) .cfg-wrap{max-width:var(--mw);margin:0 auto;padding:48px var(--pad) 60px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
:where(.pt-legacy) .cfg-left{position:sticky;top:24px}
@media(max-width:1024px){:where(.pt-legacy) .cfg-wrap{grid-template-columns:1fr !important;gap:32px}
:where(.pt-legacy) .cfg-left{position:static}}
@media(max-width:768px){:where(.pt-legacy) .cfg-wrap{display:flex !important;flex-direction:column;gap:16px;padding:16px var(--pad) 80px}
:where(.pt-legacy) .cfg-left{position:static !important;
    height:auto !important;
    display:contents;}
:where(.pt-legacy) .cfg-right{order:2;width:100%}
:where(.pt-legacy) .bloc-visuel{order:1;width:100%}
:where(.pt-legacy) .bloc-docs{order:4;width:100%}
:where(.pt-legacy) .bloc-reas{order:5;width:100%}
:where(.pt-legacy) .cfg-visual-inner{min-height:240px;padding:16px 20px}
:where(.pt-legacy) .cfg-visual img{max-height:160px}
:where(.pt-legacy) .acc-title{font-size:12px}
:where(.pt-legacy) .acc-body{padding:8px 14px 20px}
:where(.pt-legacy) .dim-field-lbl{min-width:70px;font-size:12px}
:where(.pt-legacy) .oc-grid{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .oc-grid.g3{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .prod-cards{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .barre-sub{display:none}
:where(.pt-legacy) .barre-modele-wrap{display:none !important}
:where(.pt-legacy) .barre-inner{justify-content:center !important;gap:16px}
:where(.pt-legacy) .barre-prix-wrap{gap:12px;justify-content:center;text-align:center}
:where(.pt-legacy) .barre-btns{display:none !important}
:where(.pt-legacy) #barrePrix{font-size:20px !important}
:where(.pt-legacy) .desc-grid{grid-template-columns:1fr !important}
:where(.pt-legacy) .fiche-grid{grid-template-columns:1fr !important}
:where(.pt-legacy) .reas-desktop{display:none !important}
:where(.pt-legacy) .reas-mobile{display:block !important}
:where(.pt-legacy) .reas-mobile-wrap{display:block !important}
:where(.pt-legacy) .cfg-recap{position:static !important}}
@media(max-width:480px){:where(.pt-legacy) .barre-btn-txt{display:none}
:where(.pt-legacy) #barrePrix{font-size:18px !important}
:where(.pt-legacy) .prod-cards{grid-template-columns:1fr}
:where(.pt-legacy) .oc-grid{grid-template-columns:1fr}
:where(.pt-legacy) .oc-grid.g3{grid-template-columns:1fr 1fr}
:where(.pt-legacy) .csw-dot{width:28px;height:28px}
:where(.pt-legacy) .acc-title{font-size:11px}
:where(.pt-legacy) .dim-field-input{font-size:16px}}
:where(.pt-legacy) .reas-mobile-wrap{display:none}
