:root{--color-bg:#000;--color-bg-alt:#0b0b0f;--color-card:#11121a;--color-primary:#cb0000;--color-primary-soft:#00528833;--color-text:#fff;--color-text-muted:#e3e3e3;--color-border:#222433;--radius-lg:1.5rem;--radius-md:1rem;--shadow-soft:0 20px 40px #0009;--max-width:1120px}html{scroll-behavior:smooth}.section-soft-top{position:relative}.section-soft-top:before{content:"";pointer-events:none;background:linear-gradient(#0000 0%,#000000a6 100%);height:40px;position:absolute;top:-40px;left:0;right:0}.section-soft-bottom{position:relative}.section-soft-bottom:after{content:"";pointer-events:none;background:linear-gradient(#000000a6 0%,#0000 100%);height:40px;position:absolute;bottom:-40px;left:0;right:0}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{background-blend-mode:overlay;color:var(--color-text);background:#0f2035 radial-gradient(circle at 50% -5%,#184068 0%,#14355a 30%,#0c1a2b 60%,#05080d 90%,#020309 100%) fixed;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-root{flex-direction:column;min-height:100vh;display:flex}main{flex:1}.header{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000c;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:.75rem 1rem;display:flex}.logo img{height:32px}.header-call-mobile{margin-left:auto;margin-right:.5rem}.nav-call-desktop{display:none}@media (min-width:768px){.header-call-mobile{display:none}.nav-call-desktop{display:inline-flex}}.nav{align-items:center;gap:1rem;display:none}.nav a{color:var(--color-text-muted);font-size:.9rem;text-decoration:none}.nav a:hover{color:var(--color-text)}.nav-login{border:1px solid var(--color-primary);color:var(--color-text);cursor:pointer;background:0 0;border-radius:999px;padding:.35rem .9rem;font-size:.9rem}.burger{border:1px solid var(--color-border);cursor:pointer;background:#000000b3;border-radius:999px;flex-direction:column;justify-content:center;gap:4px;width:32px;height:32px;display:inline-flex}.burger span{background:#fff;width:60%;height:2px;margin:0 auto}.nav.nav-open{border-radius:var(--radius-md);box-shadow:var(--shadow-soft);background:#05060a;flex-direction:column;padding:.75rem;display:flex;position:absolute;inset:56px 1rem auto}@media (min-width:768px){.nav{display:flex}.burger{display:none}}.section{padding:3rem 1rem}.section-header{max-width:var(--max-width);margin:0 auto 1.5rem}.section-header h2{letter-spacing:.15em;text-transform:uppercase;margin-bottom:.5rem;font-size:1.8rem}.section-header p{color:var(--color-text-muted);max-width:none}.hero{background:url(/hero-bg.webp) 50%/cover no-repeat;justify-content:center;align-items:center;min-height:80vh;display:flex;position:relative}.hero-overlay{background:linear-gradient(#00000003,#000c);position:absolute;inset:0}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:4rem 1rem 3rem;position:relative}.hero-tagline{text-transform:uppercase;letter-spacing:.25em;color:var(--color-primary);font-size:.95rem}.hero-title{max-width:30rem;margin:.75rem 0 1.5rem;font-size:2rem}.hero-ctas{flex-wrap:wrap;gap:.75rem;display:flex}.btn{cursor:pointer;white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.7rem 1.4rem;font-size:.95rem;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-primary);color:#fff}.btn-secondary{color:#fff;border-color:var(--color-border);background:0 0}.section-products{max-width:var(--max-width);margin:0 auto}.products-grid{grid-template-columns:1fr;gap:1rem;display:grid}.product-card{background:var(--color-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1rem}.product-image-wrapper{border-radius:var(--radius-md);max-height:220px;margin-bottom:.75rem;overflow:hidden}.product-image-wrapper img{object-fit:cover;width:100%;height:100%}.product-card h3{margin:.5rem 0;font-size:1.2rem}.product-card p{color:var(--color-text-muted);margin:0}.product-card-link{color:inherit;text-decoration:none;display:block}.product-card-link:hover{text-decoration:none}.section.product-page{padding-top:4.5rem}.product-page{max-width:var(--max-width);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(#050814 0%,#040715 60%,#020309 100%);margin:0 auto 3rem;scroll-margin-top:0}.product-page-hero{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.product-page-image-wrapper{border-radius:var(--radius-lg);aspect-ratio:16/9;width:100%;max-width:480px;margin:0 auto 1.5rem;overflow:hidden}.product-page-image-wrapper img{object-fit:cover;width:100%;height:100%;display:block}.product-page-title-block h1{text-transform:uppercase;letter-spacing:.12em;margin:.25rem 0 .75rem;font-size:1.8rem}.product-page-label{text-transform:uppercase;letter-spacing:.18em;color:var(--color-text-muted);margin:0;font-size:.75rem}.product-page-short{color:var(--color-text-muted);margin:0 0 1rem}.product-page-back{margin-top:.5rem}.product-page-body{color:var(--color-text);flex-direction:column;gap:.9rem;font-size:.95rem;display:flex}@media (min-width:768px){.product-page-hero{flex-direction:row;align-items:stretch;gap:2rem;display:flex}.product-page-image-wrapper{flex:1.1;max-width:none;max-height:400px;margin:0}.product-page-title-block{flex-direction:column;flex:1;justify-content:center;padding-left:2rem;display:flex}}.section-stats{max-width:var(--max-width);margin:0 auto;padding:3rem 1rem;position:relative;overflow:hidden}.section-stats:before{content:"";opacity:1;z-index:0;background:linear-gradient(#0000001a 0%,#0000008c 50%,#000000d9 100%),url(/atelier-flash-alu-reunion-2.webp) 50%/cover no-repeat;position:absolute;inset:0}.section-stats>*{z-index:1;position:relative}.stats-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.stat-card{background:var(--color-card);border-radius:var(--radius-md);text-align:center;padding:1rem}.stat-value{font-size:1.6rem;font-weight:700}.stat-label{color:var(--color-text-muted);font-size:.9rem}.stats-cta-wrapper{justify-content:center;margin-top:2rem;display:flex}.nav-login{text-decoration:none}.section-contact{max-width:var(--max-width);margin:0 auto}.contact-form{background:var(--color-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);padding:1.5rem}.form-row{margin-bottom:1rem}.form-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem;display:grid}label{flex-direction:column;gap:.25rem;font-size:.9rem;display:flex}input,select,textarea{border:1px solid var(--color-border);color:var(--color-text);font:inherit;background:#05060a;border-radius:.75rem;padding:.6rem .75rem}input:focus,select:focus,textarea:focus{outline:1px solid var(--color-primary)}.form-status{margin-top:.75rem;font-size:.9rem}.form-status-success{color:#4ade80}.form-status-error{color:#f87171}#contact{scroll-margin-top:80px}.footer{border-top:1px solid var(--color-border);background:radial-gradient(circle at top,#050814 0,#000 55%);padding:2rem 1rem 1.5rem}.footer-top{max-width:var(--max-width);grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:2rem;margin:0 auto 1.5rem;display:grid}.footer-col{flex-direction:column;gap:.4rem;display:flex}.footer-title{letter-spacing:.15em;text-transform:uppercase;margin:0 0 .35rem;font-size:1.1rem}.footer-tagline{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.9rem}.footer-line{margin:0;font-size:.9rem}.footer-label{color:var(--color-text-muted)}.footer-subtitle{text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted);margin:0 0 .5rem;font-size:.95rem}.footer-hours{margin:0 0 1rem;padding:0;font-size:.9rem;list-style:none}.footer-hours li+li{margin-top:.25rem}.footer-links{flex-wrap:wrap;gap:.9rem;font-size:.85rem;display:flex}.footer-link{color:var(--color-text-muted);text-decoration:none}.footer-link:hover{color:var(--color-text)}.footer-bottom{max-width:var(--max-width);color:var(--color-text-muted);text-align:center;opacity:.8;margin:0 auto;font-size:.8rem}@media (max-width:767px){.footer-top{grid-template-columns:minmax(0,1fr);gap:1.5rem}.footer-col-right{border-top:1px solid var(--color-border);padding-top:1rem}}.modal-backdrop{z-index:20;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{border-radius:var(--radius-lg);width:100%;max-width:420px;box-shadow:var(--shadow-soft);background:#05060a;padding:1.5rem;position:relative}.modal h2{margin-top:0;margin-bottom:1rem}.modal-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.1rem;position:absolute;top:.75rem;right:.75rem}.modal-tabs{gap:.5rem;margin-bottom:1rem;display:flex}.modal-tabs button{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:999px;flex:1;padding:.35rem .6rem;font-size:.85rem}.modal-tabs button.active{background:var(--color-primary-soft);color:var(--color-text);border-color:var(--color-primary)}.modal-form{flex-direction:column;gap:.75rem;display:flex}.modal-small{color:var(--color-text-muted);font-size:.8rem}.link-button{color:var(--color-primary);cursor:pointer;background:0 0;border:none;padding:0}@media (min-width:640px){.hero-title{font-size:2.4rem}}@media (min-width:768px){.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.product-gallery{grid-template-columns:1fr;gap:.75rem;margin:1.5rem 0 2rem;display:grid}@media (min-width:768px){.product-gallery{grid-template-columns:repeat(3,minmax(0,1fr))}}.product-gallery img{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-md);width:100%;height:auto;display:block}.product-tabs{gap:1rem;margin-top:2rem;display:flex}.product-tab{border-radius:var(--radius-md);border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;background:0 0;padding:.6rem 1.2rem;font-size:.9rem;transition:all .2s}.product-tab:hover{color:var(--color-text);border-color:var(--color-text)}.product-tab.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.product-tab:disabled{opacity:.4;cursor:not-allowed}.product-tab-content{margin-top:1.5rem}.product-tech ul,.product-features{margin-bottom:1.5rem;padding-left:1.2rem;list-style:outside}.product-page-cta{justify-content:flex-end;margin-top:2rem;display:flex}.glass-info{border-top:1px solid var(--color-border);color:var(--color-text-muted);margin-top:2rem;padding-top:1.5rem;font-size:.9rem}.glass-info h3{margin-top:0;margin-bottom:.75rem}.glass-table-wrapper{margin-top:.75rem;overflow-x:auto}.glass-table{border-collapse:collapse;width:100%;min-width:520px;font-size:.8rem}.glass-table th,.glass-table td{border:1px solid var(--color-border);text-align:center;padding:.35rem .5rem}.glass-table th:first-child,.glass-table td:first-child{text-align:left;white-space:nowrap}.color-swatches{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:1.8rem;display:flex}.color-swatch{color:var(--color-text-muted);align-items:center;gap:.55rem;font-size:.95rem;display:flex}.color-dot{border:none;border-radius:999px;width:22px;height:22px;box-shadow:0 0 0 1px #000000b3}.color-label{white-space:nowrap}.product-page-breadcrumb{color:var(--color-text-muted);align-items:center;gap:.35rem;margin-bottom:1rem;font-size:.85rem;text-decoration:none;display:inline-flex}.product-page-breadcrumb:hover{color:var(--color-text)}@media (min-width:768px){.product-page-breadcrumb{margin-bottom:1.5rem}}.legal-page{color:#111;background:#fff;border-radius:12px;max-width:900px;margin:2rem auto 3rem;padding:2rem 1.5rem;line-height:1.7;box-shadow:0 10px 30px #00000026}.legal-page h1{margin-bottom:1.5rem;font-size:2rem}.legal-page h2{margin-top:1.75rem;margin-bottom:.75rem;font-size:1.25rem}.legal-page p{margin-bottom:.75rem}.legal-page ul{margin-bottom:.75rem;margin-left:1.25rem}.legal-page li{margin-bottom:.35rem}.legal-page a{text-decoration:underline}.about-page{max-width:var(--max-width);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(#050814 0%,#040715 60%,#020309 100%);margin:0 auto 3rem}.about-badges{grid-template-columns:1fr;gap:.75rem;margin-bottom:2.5rem;display:grid}.about-badge{border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center;background:#ffffff08;flex-direction:column;justify-content:space-between;min-height:80px;padding:.75rem 1rem;display:flex}.about-badge-title{text-transform:uppercase;letter-spacing:.15em;font-size:.9rem;display:block}.about-badge-sub{color:var(--color-text-soft,#d7dde8);margin-top:.15rem;font-size:.9rem;display:block}.about-block{grid-template-columns:minmax(0,1.5fr);gap:1.75rem;margin-bottom:2.75rem;display:grid}.about-block-text p{color:var(--color-text-soft,#d7dde8)}.about-list{color:var(--color-text-soft,#d7dde8);padding-left:1.2rem}.about-block-side{justify-content:center;align-items:center;display:flex}.about-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.about-metric{border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center;background:#ffffff05;padding:.75rem}.about-metric-value{font-size:1.4rem;font-weight:700}.about-metric-label{color:var(--color-text-muted);font-size:.8rem}.about-card-highlight{border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff08;padding:1rem 1.2rem}.about-card-title{margin:0 0 .5rem;font-weight:600}.about-card-text{color:var(--color-text-soft,#d7dde8);margin:0;font-size:.9rem}.about-values-header{margin-bottom:1.5rem}.about-values-header p{color:var(--color-text-soft,#d7dde8)}.about-values-grid{grid-template-columns:1fr;gap:1rem;margin-bottom:2.5rem;display:grid}.about-value-card{border-radius:var(--radius-md);border:1px solid var(--color-border);text-align:center;background:#ffffff05;padding:1rem 1.2rem}.about-value-card h3,.about-value-card h4{margin:0 0 .4rem}.about-value-card p{color:var(--color-text-soft,#d7dde8);margin:0;font-size:.9rem}.about-cta{border-top:1px solid var(--color-border);text-align:center;margin-top:2rem;padding-top:2rem}.about-cta p{color:var(--color-text-soft,#d7dde8);margin:0 0 1.25rem}@media (min-width:768px){.about-cta-actions{flex-direction:row;gap:1.25rem}.about-badges{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));justify-items:stretch}.about-block{grid-template-columns:minmax(0,1.6fr) minmax(0,1.2fr)}.about-values-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-breadcrumb{padding:1.5rem 1.5rem 0}.about-hero{padding:0 1.5rem 1.5rem}.about-hero-kicker{text-transform:uppercase;letter-spacing:.18em;color:var(--color-primary);margin-bottom:.35rem;font-size:.75rem}.about-hero-title{margin:0 0 .75rem;font-size:1.5rem;line-height:1.3}.about-hero-text{color:var(--color-text-soft,#d7dde8);font-size:.95rem;line-height:1.6}.about-page .about-block,.about-page .about-values,.about-page .about-gallery,.about-page .about-cta{padding:0 1.5rem 1.5rem}.about-gallery{margin-bottom:2.5rem}.about-gallery h2{margin:0 0 .5rem;font-size:1.2rem}.about-gallery-intro{color:var(--color-text-soft,#d7dde8);margin:0 0 1rem;font-size:.9rem;line-height:1.5}.about-gallery-grid{grid-template-columns:1fr;gap:1rem;display:grid}.about-gallery-item{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#000;position:relative;overflow:hidden}.about-gallery-item img{aspect-ratio:4/3;object-fit:cover;width:100%;display:block}.about-gallery-item figcaption{color:#fff;background:linear-gradient(#0000,#000c);padding:.45rem .7rem .6rem;font-size:.8rem;line-height:1.4;position:absolute;bottom:0;left:0;right:0}.about-cta-actions{flex-direction:column;justify-content:center;align-items:center;gap:.6rem;display:flex}@media (min-width:768px){.about-hero-title{font-size:2rem}.about-hero,.about-page .about-block,.about-page .about-values,.about-page .about-gallery,.about-page .about-cta{padding:0 2rem 2rem}.about-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.about-cta-actions{flex-direction:row}}.about-sections{flex-direction:column;gap:2.75rem;padding:0 1.5rem 2.5rem;display:flex}.about-section{grid-template-columns:1fr;gap:1.5rem;display:grid}.about-section-text p{color:var(--color-text-soft,#d7dde8);font-size:.95rem;line-height:1.6}.about-section-media{border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:#000;margin-inline:-.75rem;overflow:hidden}.about-section-media img{object-fit:cover;aspect-ratio:4/6;width:100%;display:block}@media (min-width:768px){.about-section-media{margin-inline:0}.about-section-media img{aspect-ratio:4/3}}.about-section-media figcaption{color:var(--color-text-muted);background:#000c;padding:.45rem .65rem .6rem;font-size:.8rem}@media (min-width:768px){.about-sections{padding:0 2rem 3rem}.about-section{align-items:center;gap:2rem;display:flex}.about-section-text,.about-section-media{flex:1}.about-section:nth-child(2) .about-section-text{order:2}.about-section:nth-child(2) .about-section-media{order:1}.about-section:nth-child(4) .about-section-text{order:2}.about-section:nth-child(4) .about-section-media{order:1}}[id^=produit-]{scroll-margin-top:70px}
