

*{box-sizing:border-box;margin:0;padding:0}
body{font-family:'Segoe UI',sans-serif;background:#faf6f0;padding-bottom:80px}
.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 32px;background:#faf6f0;position:sticky;top:0;z-index:100;flex-wrap:wrap;gap:10px}
.nav-logo{display:flex;flex-direction:column}
.nav-logo-text{font-size:22px;font-weight:900;color:#1a1a2e;cursor:pointer;display:inline-flex;align-items:center;letter-spacing:.01em}
.nav-logo-text span.lok{color:#ff6b35;display:inline-flex;align-items:center}
.nav-logo-medal{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:#ff6b35;margin:0 1px;position:relative;top:1px}
.nav-logo-medal svg{width:15px;height:15px}
.nav-logo-sub{font-size:8px;font-weight:600;letter-spacing:0.18em;color:#999;margin-top:-3px}
.nav-center{display:flex;gap:12px}
.btn-nav-orange{background:#ff6b35;color:#fff;border:none;padding:11px 24px;border-radius:28px;font-size:13px;font-weight:700;cursor:pointer}
.btn-nav-outline{background:#fff;color:#1a1a2e;border:1.5px solid #e0d8cc;padding:11px 24px;border-radius:28px;font-size:13px;font-weight:600;cursor:pointer}
.nav-right{display:flex;align-items:center;gap:16px}
.nav-right-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#555;cursor:pointer}
.btn-contact{display:inline-flex;align-items:center;gap:5px;padding:9px 14px;border-radius:28px;font-size:12px;font-weight:700;cursor:pointer;text-decoration:none;border:1.5px solid transparent;white-space:nowrap}
.btn-contact.phone{background:#ff6b35;color:#fff;border-color:#ff6b35}
.btn-contact.email{background:#fff;color:#1a1a2e;border-color:#e0d8cc}
.btn-contact svg{width:13px;height:13px;flex-shrink:0}
.nav-cart-badge{background:#ff6b35;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;padding:0 5px;border-radius:9px;display:flex;align-items:center;justify-content:center}
.hero{position:relative;height:360px;overflow:hidden;display:flex;align-items:center}
.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,rgba(250,246,240,0.96) 0%,rgba(250,246,240,0.75) 38%,rgba(250,246,240,0.1) 62%,transparent 100%)}
.hero-content{position:relative;z-index:2;padding:0 48px;max-width:560px}
.hero-content h1{font-size:38px;font-weight:900;color:#1a1a2e;line-height:1.15;margin-bottom:16px}
.hero-content h1 span{color:#ff6b35}
.hero-tags{font-size:14px;color:#555;line-height:1.9;font-weight:500}
.hero-dot{color:#ff6b35}
.features-bar{background:#1a1a2e;padding:18px 32px;display:grid;grid-template-columns:repeat(4,1fr);gap:1px}
.feat{display:flex;align-items:center;gap:12px;padding:6px 16px;border-right:1px solid rgba(255,255,255,0.08)}
.feat:last-child{border-right:none}
.feat-icon{width:38px;height:38px;flex-shrink:0;background:rgba(255,107,53,0.15);border-radius:10px;display:flex;align-items:center;justify-content:center}
.feat-icon svg{width:22px;height:22px}
.feat-text{font-size:12px;color:#fff;font-weight:600;line-height:1.35}
.catalogue{padding:48px 24px 24px;background:#fff}
.bulles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto}
.bulle-item{display:flex;flex-direction:column;align-items:center;cursor:pointer}
.bulle-wrap{position:relative;width:100%;max-width:200px;aspect-ratio:1;margin-bottom:16px;transition:transform 0.25s}
.bulle-item:hover .bulle-wrap{transform:translateY(-6px)}
.bulle-circle{width:100%;height:100%;border-radius:50%;overflow:hidden;border:5px solid #fff;box-shadow:0 8px 30px rgba(0,0,0,0.12)}
.bulle-circle.ring-orange{box-shadow:0 8px 30px rgba(255,107,53,0.28);border-color:#fdf0e8}
.bulle-circle.ring-green{box-shadow:0 8px 30px rgba(122,184,122,0.28);border-color:#eef5ee}
.bulle-circle.ring-purple{box-shadow:0 8px 30px rgba(154,106,184,0.28);border-color:#f0ebf5}
.bulle-circle img{width:100%;height:100%;object-fit:cover}
.bulle-icon-badge{position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:56px;height:56px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px;box-shadow:0 3px 12px rgba(0,0,0,0.12)}
.bulle-name{font-size:19px;font-weight:800;color:#1a1a2e;margin-bottom:6px;text-align:center}
.bulle-desc{font-size:12px;color:#777;text-align:center;line-height:1.5;max-width:200px;margin-bottom:14px}
.bulle-arrow{width:38px;height:38px;background:#ff6b35;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;transition:background 0.15s}
.bulle-item:hover .bulle-arrow{background:#e85a25}
.cat-page-header{background:#1a1a2e;padding:24px 32px 18px;text-align:center}
.cat-page-title{font-size:26px;font-weight:800;color:#fff;margin-bottom:4px}
.cat-page-sub{font-size:12px;color:rgba(255,255,255,0.5)}
.section-label{text-align:center;font-size:24px;font-weight:800;color:#1a1a2e;margin:32px 0 24px;position:relative;font-family:Georgia,serif}
.section-label::before,.section-label::after{content:"";display:inline-block;width:40px;height:2px;background:#ff6b35;vertical-align:middle;margin:0 16px}
.prod-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;padding:0 32px;max-width:1200px;margin:0 auto}
.pcard-name{font-size:14px;font-weight:800;color:#1a1a2e;margin-bottom:8px;line-height:1.3;min-height:36px;display:flex;align-items:center}
.pcard-price{font-size:18px;font-weight:800;color:#ff6b35;margin-bottom:2px}
.pcard-price .from{font-size:10px;color:#999;font-weight:700;text-transform:uppercase;letter-spacing:.04em;display:block;margin-top:4px;margin-bottom:2px}
.pcard-price .old{font-size:13px;color:#aaa;text-decoration:line-through;margin-right:8px;font-weight:600}
.pcard-promo{display:inline-block;background:#e63946;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:8px;margin-bottom:8px}
.pcard-custom{display:inline-flex;align-items:center;gap:4px;background:#0f3460;color:#fff;font-size:9px;font-weight:700;padding:2px 8px;border-radius:8px;margin-bottom:10px}
.pcard-unit{font-size:11px;color:#999;margin-bottom:12px}
.qty-row{display:flex;align-items:center;gap:0;border:1px solid rgba(0,0,0,0.12);border-radius:10px;overflow:hidden;margin-bottom:12px;background:#fff}
.qty-btn{background:#fff;border:none;width:38px;height:36px;font-size:18px;cursor:pointer;color:#1a1a2e;display:flex;align-items:center;justify-content:center}
.qty-btn:active{background:#f0f0f0}
.qty-val{width:44px;text-align:center;font-size:14px;font-weight:700;color:#1a1a2e;background:#fff;border:none;outline:none;-moz-appearance:textfield;padding:0;height:36px;cursor:text}
.qty-val::-webkit-outer-spin-button,.qty-val::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.btn-add{width:100%;background:#ff6b35;color:#fff;border:none;padding:11px;border-radius:12px;font-size:12px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}
.btn-add:active{transform:scale(0.97)}
.btn-add svg{width:15px;height:15px}
.page{display:none}.page.active{display:block}
.banner{margin:0 32px 0;background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:20px;padding:24px;display:flex;align-items:center;justify-content:space-between;position:relative;overflow:hidden}
.banner-wrap{padding:32px 0}
.banner::after{content:"🎉";position:absolute;right:20px;font-size:64px;opacity:0.1}
.banner-text h3{font-size:15px;font-weight:800;color:#fff;margin-bottom:3px}
.banner-text p{font-size:12px;color:rgba(255,255,255,0.55)}
.banner-btn{background:#ff6b35;color:#fff;border:none;padding:10px 18px;border-radius:20px;font-size:12px;font-weight:700;cursor:pointer;z-index:1;position:relative}
.form-wrap{background:#faf6f0;padding:10px 0 30px}
.form-section{margin:24px auto;background:#fff;border-radius:20px;padding:28px;max-width:640px;box-shadow:0 2px 16px rgba(0,0,0,0.07)}
.form-section h3{font-size:20px;font-weight:800;color:#1a1a2e;margin-bottom:4px}
.form-section p.sub{font-size:13px;color:#999;margin-bottom:20px}
.inp{width:100%;background:#f5f5f5;border:none;border-radius:10px;padding:13px 14px;font-size:14px;margin-bottom:12px;outline:none;font-family:inherit}
.inp:focus{background:#fff;box-shadow:0 0 0 2px #ff6b35}
.textarea{height:90px;resize:none}
.btn-send{width:100%;background:linear-gradient(135deg,#ff6b35,#ff8c42);color:#fff;border:none;padding:15px;border-radius:14px;font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}
footer{background:#1a1a2e;padding:28px 20px;text-align:center}
footer p{color:rgba(255,255,255,0.4);font-size:11px;line-height:1.9}
footer strong{color:#ff6b35}
.panier-float{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);z-index:200}
.panier-float-btn{background:#ff6b35;color:#fff;border:none;padding:14px 36px;border-radius:30px;font-size:15px;font-weight:800;cursor:pointer;display:flex;align-items:center;gap:10px;box-shadow:0 6px 24px rgba(255,107,53,0.5)}
.panier-float-badge{background:#fff;color:#ff6b35;font-size:12px;font-weight:800;padding:2px 9px;border-radius:10px;min-width:24px;text-align:center}
.panier-modal-bg{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.35);z-index:300}
.panier-modal-bg.open{display:block}
.panier-modal{position:fixed;bottom:96px;left:50%;transform:translateX(-50%);background:#fff;border-radius:20px;width:90%;max-width:400px;z-index:301;overflow:hidden;box-shadow:0 12px 48px rgba(0,0,0,0.18)}
.panier-modal-head{background:#ff6b35;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}
.panier-modal-head h3{color:#fff;font-size:16px;font-weight:800}
.panier-close{background:rgba(255,255,255,0.2);border:none;color:#fff;width:28px;height:28px;border-radius:50%;font-size:16px;cursor:pointer}
.panier-modal-body{padding:8px 18px;max-height:300px;overflow-y:auto}
.p-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f5f5f5}
.p-item:last-of-type{border-bottom:none}
.p-info{flex:1}.p-name{font-weight:600;color:#1a1a2e;font-size:13px}.p-unitprice{color:#999;font-size:11px}
.p-qty{display:flex;align-items:center;gap:0;border:1px solid #eee;border-radius:8px;overflow:hidden}
.p-qty button{background:#f7f7f7;border:none;width:26px;height:26px;font-size:15px;cursor:pointer;color:#1a1a2e}
.p-qty span{width:28px;text-align:center;font-size:13px;font-weight:700}
.cart-qty-inp{width:32px;text-align:center;font-size:13px;font-weight:700;border:none;outline:none;background:#fff;padding:0;height:26px;-moz-appearance:textfield}
.cart-qty-inp::-webkit-outer-spin-button,.cart-qty-inp::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.p-linetotal{font-weight:800;color:#ff6b35;font-size:13px;min-width:44px;text-align:right}
.cart-del-btn{background:none;border:none;cursor:pointer;color:#ccc;padding:4px;display:flex;align-items:center;flex-shrink:0;border-radius:6px;transition:color .15s,background .15s}
.cart-del-btn:hover{color:#e63946;background:#fff0f1}
.panier-empty{text-align:center;padding:24px;color:#bbb;font-size:13px}
.panier-total{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-top:2px solid #f0f0f0;font-size:15px;font-weight:800;color:#1a1a2e}
.panier-total .amt{color:#ff6b35;font-size:18px}
.panier-modal-foot{padding:0 18px 16px}
.btn-devis-modal{width:100%;background:#1a1a2e;color:#fff;border:none;padding:13px;border-radius:12px;font-size:13px;font-weight:700;cursor:pointer}
.back-btn{background:none;border:none;color:#ff6b35;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:6px}
.devis-page-wrap{max-width:640px;margin:0 auto;padding:24px 20px 40px}
.devis-page-title{font-size:22px;font-weight:800;color:#1a1a2e;margin-bottom:6px;text-align:center}
.devis-page-sub{font-size:13px;color:#999;text-align:center;margin-bottom:20px}
.recap-box{background:#fff;border-radius:20px;padding:20px;box-shadow:0 2px 16px rgba(0,0,0,0.07);margin-bottom:16px}
.recap-box-title{font-size:14px;font-weight:800;color:#1a1a2e;margin-bottom:12px}
.recap-item{display:flex;justify-content:space-between;align-items:center;padding:9px 0;border-bottom:1px solid #f5f5f5;font-size:13px}
.recap-item:last-of-type{border-bottom:none}
.recap-item-name{color:#1a1a2e;font-weight:600}
.recap-item-price{color:#ff6b35;font-weight:800;white-space:nowrap}
.recap-total{display:flex;justify-content:space-between;align-items:center;padding-top:14px;margin-top:6px;border-top:2px solid #f0f0f0;font-size:15px;font-weight:800;color:#1a1a2e}
.recap-total .amt{color:#ff6b35;font-size:18px}
.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%) translateY(20px);background:#1a1a2e;color:#fff;padding:11px 22px;border-radius:24px;font-size:13px;font-weight:600;z-index:400;opacity:0;transition:all 0.3s;pointer-events:none;max-width:min(92vw,420px);white-space:normal;text-align:center;line-height:1.4}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:768px){
.nav{padding:12px 16px}.nav-center{order:3;width:100%;justify-content:center}
.hero{height:300px}.hero-content{padding:0 24px}.hero-content h1{font-size:28px}
.features-bar{grid-template-columns:repeat(2,1fr);padding:14px 16px}
.feat{padding:10px 8px;border-right:none;border-bottom:1px solid rgba(255,255,255,0.08)}
.bulles-grid{grid-template-columns:repeat(2,1fr);gap:28px 20px}
.catalogue{padding-left:16px;padding-right:16px}.prod-grid{padding:0 16px}.banner{margin-left:16px;margin-right:16px}
}

/* Cartes produits colorées */
.pcard{background:#faf0f0;border-radius:18px;padding:16px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 2px 12px rgba(0,0,0,0.05)}
.pcard.pc0{background:#fbe9ec}.pcard.pc1{background:#e8f1fb}.pcard.pc2{background:#f1eafa}.pcard.pc3{background:#e9f5ec}.pcard.pc4{background:#fdf0e6}.pcard.pc5{background:#e0eee4}.pcard.pc6{background:#deebe5}.pcard.pc7{background:#ebdff8}.pcard.pc8{background:#fbe9ec}.pcard.pc9{background:#f1eafa}
.pcard-img{width:100%;height:170px;border-radius:12px;overflow:hidden;background:transparent;margin-bottom:14px;display:flex;align-items:center;justify-content:center}
.pcard-img img{width:100%;height:100%;object-fit:contain}
/* nav links */
.nav-link{font-size:13px;color:#555;cursor:pointer;font-weight:600;padding:6px 4px}
.nav-link:hover{color:#ff6b35}
/* Témoignages */
.testi-section{background:#faf6f0;padding:54px 24px 40px}
.testi-head{text-align:center;margin-bottom:34px}
.testi-head h2{font-size:28px;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.testi-head p{font-size:14px;color:#888}
.testi-stars-big{color:#ffb400;font-size:18px;letter-spacing:2px;margin-top:8px}
.testi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1100px;margin:0 auto}
.testi-card{background:#fff;border-radius:18px;padding:26px 22px;box-shadow:0 4px 20px rgba(0,0,0,0.06);display:flex;flex-direction:column}
.testi-stars{color:#ffb400;font-size:15px;letter-spacing:1px;margin-bottom:12px}
.testi-quote{font-size:14px;color:#444;line-height:1.65;flex:1;margin-bottom:18px}
.testi-foot{display:flex;align-items:center;gap:12px}
.testi-avatar{width:46px;height:46px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;font-size:16px;flex-shrink:0}
.testi-name{font-size:14px;font-weight:800;color:#1a1a2e}
.testi-role{font-size:12px;color:#999}
/* FAQ */
.faq-section{background:#fff;padding:54px 24px 50px}
.faq-head{text-align:center;margin-bottom:34px}
.faq-head h2{font-size:28px;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.faq-head p{font-size:14px;color:#888}
.faq-list{max-width:780px;margin:0 auto}
.faq-item{border:1px solid #eee;border-radius:14px;margin-bottom:12px;overflow:hidden;background:#fdfbf9}
.faq-q{padding:18px 22px;font-size:15px;font-weight:700;color:#1a1a2e;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:14px}
.faq-q .chev{color:#ff6b35;font-size:20px;transition:transform 0.25s;flex-shrink:0}
.faq-item.open .chev{transform:rotate(45deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height 0.3s ease;padding:0 22px}
.faq-item.open .faq-a{max-height:400px;padding-bottom:18px}
.faq-a p{font-size:13.5px;color:#666;line-height:1.7}
.faq-important{max-width:780px;margin:24px auto 0;background:#fff4ee;border-left:4px solid #ff6b35;border-radius:10px;padding:16px 20px;font-size:13.5px;color:#7a4a30;line-height:1.6}
/* Formulaire amélioré */
.inp-icon-wrap{position:relative;margin-bottom:12px}
.inp-icon-wrap .ic{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:18px;height:18px;stroke:#aaa;fill:none;pointer-events:none}
.inp-icon-wrap .inp{margin-bottom:0;padding-left:42px}
input[type=date].inp{color:#555;font-family:inherit}
.phone-group{display:flex;align-items:stretch;background:#f5f5f5;border-radius:10px;overflow:hidden;margin-bottom:4px}
.phone-prefix{display:flex;align-items:center;gap:6px;padding:0 14px;background:#ececec;font-size:14px;font-weight:700;color:#444;white-space:nowrap}
.phone-inp{flex:1;background:transparent;border:none;padding:13px 14px;font-size:14px;outline:none;font-family:inherit;letter-spacing:1px}
.phone-group:focus-within{box-shadow:0 0 0 2px #ff6b35;border-radius:10px}
.phone-group.ok{box-shadow:0 0 0 2px #2bb673}
.phone-group.err{box-shadow:0 0 0 2px #e63946}
.phone-hint{font-size:11px;margin:0 0 12px 4px;min-height:14px}
.phone-hint.ok{color:#2bb673}.phone-hint.err{color:#e63946}
.livraison-box{border:2px solid #ff6b35;border-radius:14px;padding:16px 18px;margin-bottom:14px;background:#fffaf7}
.liv-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}
.liv-head svg{width:22px;height:22px;stroke:#ff6b35;fill:none}
.liv-head strong{font-size:15px;color:#1a1a2e}
.liv-badge{background:#ff6b35;color:#fff;font-size:9px;font-weight:800;padding:3px 9px;border-radius:10px;letter-spacing:0.5px}
.liv-opts{display:flex;flex-direction:column;gap:10px}
.liv-opt{display:flex;align-items:center;gap:10px;font-size:13.5px;color:#444;cursor:pointer}
.liv-opt input{accent-color:#ff6b35;width:17px;height:17px;cursor:pointer}
/* Page À propos */
.about-hero{background:linear-gradient(135deg,#1a1a2e,#0f3460);padding:54px 28px;text-align:center;color:#fff}
.about-hero .tag{display:inline-block;background:rgba(255,107,53,0.2);color:#ff9b6b;font-size:11px;font-weight:700;padding:6px 16px;border-radius:20px;letter-spacing:1px;margin-bottom:18px}
.about-hero h1{font-size:32px;font-weight:900;margin-bottom:14px;line-height:1.2}
.about-hero p{font-size:14.5px;color:rgba(255,255,255,0.75);max-width:720px;margin:0 auto;line-height:1.7}
.about-block{max-width:900px;margin:0 auto;padding:44px 28px}
.about-block h2{font-size:24px;font-weight:800;color:#1a1a2e;margin-bottom:18px;font-family:Georgia,serif}
.about-block p{font-size:14px;color:#555;line-height:1.75;margin-bottom:14px}
.about-ul{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:18px}
.about-ul li{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:#444;line-height:1.5}
.about-ul li::before{content:"✓";color:#ff6b35;font-weight:800;flex-shrink:0}
.about-body{max-width:900px;margin:0 auto;padding:0 28px 20px}
.about-section{padding:32px 0;border-bottom:1px solid #f0e8e0}
.about-section:last-child{border-bottom:none}
.about-section h2{font-size:22px;font-weight:800;color:#1a1a2e;margin-bottom:16px}
.about-section p{font-size:14.5px;color:#555;line-height:1.8;margin-bottom:12px}
.about-ul-check{grid-template-columns:1fr}
.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1000px;margin:0 auto;padding:0 28px}
.stat-card{background:#fff;border-radius:16px;padding:26px 18px;text-align:center;box-shadow:0 3px 16px rgba(0,0,0,0.06)}
.stat-num{font-size:30px;font-weight:900;color:#ff6b35;margin-bottom:6px}
.stat-label{font-size:12px;color:#666;line-height:1.45;font-weight:600}
.stats-band{background:#faf6f0;padding:44px 0}
.stats-band h2{text-align:center;font-size:24px;font-weight:800;color:#1a1a2e;margin-bottom:30px;font-family:Georgia,serif}
.eng-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto;padding:0 28px}
.eng-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 3px 16px rgba(0,0,0,0.05)}
.eng-icon{width:46px;height:46px;border-radius:12px;background:rgba(255,107,53,0.12);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px}
.eng-card h3{font-size:16px;font-weight:800;color:#1a1a2e;margin-bottom:8px}
.eng-card p{font-size:13px;color:#666;line-height:1.6}
@media(max-width:768px){
.testi-grid{grid-template-columns:1fr}
.stats-grid{grid-template-columns:repeat(2,1fr)}
.eng-grid{grid-template-columns:1fr}
.about-ul{grid-template-columns:1fr}
.about-hero h1{font-size:24px}
}


/* Flèche scroll dynamique (pages catalogue) */
.scroll-arrow{position:fixed;bottom:50%;right:16px;transform:translateY(50%);z-index:90;display:flex;flex-direction:column;align-items:center;gap:4px;cursor:pointer;opacity:0;transition:opacity .4s;pointer-events:none}
.scroll-arrow.visible{opacity:1;pointer-events:auto}
.scroll-arrow span{font-size:9px;font-weight:700;color:#ff6b35;letter-spacing:.06em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed}
.scroll-arrow svg{animation:bounce 1.4s infinite}
@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}
