
*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:#151515;background:#f6f4ee}a{color:inherit;text-decoration:none}main{max-width:1440px;margin:auto}.topbar{display:flex;gap:24px;justify-content:center;background:#151515;color:white;padding:8px;font-size:13px}.site-header{display:grid;grid-template-columns:180px 1fr auto auto auto;gap:16px;align-items:center;padding:18px 32px;background:white;border-bottom:1px solid #ddd;position:relative;z-index:3}.logo{font-size:28px;font-weight:900}.logo span{background:#f4ff3f;padding:2px 5px}.search{display:flex}.search input{width:100%;padding:14px;border:2px solid #222;border-radius:10px 0 0 10px}.search button,.button{background:#151515;color:white;border:0;border-radius:0 10px 10px 0;padding:14px 18px;font-weight:700}.button{display:inline-block;border-radius:12px}.button.ghost{background:white;color:#151515;border:2px solid #151515}.main-nav{display:flex;gap:8px;padding:0 32px;background:white;border-bottom:1px solid #ddd}.main-nav a{padding:16px 12px}.main-nav a:hover{background:#f4ff3f}.mega{display:none;position:absolute;left:32px;right:32px;top:124px;background:white;border:2px solid #151515;z-index:8;min-height:360px;box-shadow:0 20px 60px #0002}.mega.open{display:grid;grid-template-columns:280px 1fr}.mega-left{background:#eee;padding:24px}.mega-left li{list-style:none;padding:12px;border-bottom:1px solid #ccc;cursor:pointer}.mega-right{padding:24px}.mega-sub{display:none;grid-template-columns:1fr 260px;gap:40px}.mega-sub a{display:block;padding:10px;background:#f8f8f8;margin:6px}.hero{display:grid;grid-template-columns:1.3fr .7fr;gap:32px;padding:64px 32px}.hero h1,.page-title h1{font-size:clamp(36px,5vw,72px);line-height:.95;margin:0 0 20px}.hero p,.page-title p{font-size:19px;max-width:780px}.eyebrow,.breadcrumb{text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:800}.raoul-card,.ambiance,.kit-zone,.raoul-strip,.login-box{background:#f4ff3f;border:2px solid #151515;border-radius:22px;padding:24px}.mascot{width:86px;height:86px;border:3px solid #151515;border-radius:50%;display:grid;place-items:center;font-weight:900;background:white}.mascot.big{width:150px;height:150px;font-size:28px}.lia{background:#fff3f8}.proofbar{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0 32px 32px}.proofbar div{background:white;border:1px solid #ddd;border-radius:18px;padding:22px}.proofbar b{display:block;font-size:34px}.carousel-block{display:grid;grid-template-columns:330px 1fr;gap:24px;padding:32px}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.product-card{background:white;border:1px solid #ddd;border-radius:18px;padding:14px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.product-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0001}.ph{height:150px;border:2px dashed #aaa;border-radius:14px;background:#eee;display:grid;place-items:center;color:#777}.ph.tall{height:520px}.product-card h3{min-height:48px}.product-card button,.addCart{width:100%;padding:12px;border-radius:10px;border:1px solid #151515;background:#f4ff3f;font-weight:800}.banners,.cards,.help-grid,.subcat-grid,.brand-grid,.video-row,.brand-row,.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding:32px}.banners a,.cards article,.help-grid article,.subcat-grid a,.brand-grid a,.video-row div,.brand-row span,.steps div{background:white;border:1px solid #ddd;border-radius:18px;padding:24px}.split,.catalog-layout,.product-page,.cart{display:grid;grid-template-columns:300px 1fr;gap:32px;padding:32px}.split{grid-template-columns:1fr 1fr}.page-title,.reassurance,.seo,section>h2{padding:32px}.filters{background:white;border-right:1px solid #ddd;padding:24px;position:sticky;top:0;height:max-content}.filters a,.filters label{display:block;padding:10px;border-bottom:1px solid #eee}.filters .active{background:#f4ff3f}.raoul-strip,.kit-zone{display:flex;align-items:center;gap:24px;margin:32px}.product-page{grid-template-columns:45% 55%;align-items:start}.product-media{position:sticky;top:16px}.product-info{background:white;border-radius:22px;padding:32px}.product-info label,.form label{display:block;margin:14px 0}.product-info input,.product-info select,.form input,.form select,.form textarea{width:100%;padding:12px;border:1px solid #bbb;border-radius:8px}.stock.good{color:#16803c}.stock.warn{color:#a55a00}.inline-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}.inline-proof span{background:#eee;padding:8px;border-radius:999px}.cart{grid-template-columns:1fr 1fr 320px}.cart article,.cart aside,.form{background:white;border-radius:18px;padding:24px}.form{max-width:740px;margin:32px}.footer-grid{display:grid;grid-template-columns:2fr 1.4fr 1fr 1fr;gap:24px;background:#151515;color:white;padding:40px 32px}.footer-grid a{display:block;margin:8px 0}.footer-proof{display:flex;gap:20px;justify-content:center;background:#000;color:white;padding:14px}@media(max-width:900px){.site-header{grid-template-columns:1fr auto}.search,.main-nav{grid-column:1/-1}.hero,.carousel-block,.split,.catalog-layout,.product-page,.cart,.mega.open{grid-template-columns:1fr}.products,.proofbar,.cards,.help-grid,.subcat-grid,.brand-grid,.video-row,.brand-row,.steps,.footer-grid{grid-template-columns:1fr 1fr}.product-media{position:static}}@media(max-width:560px){.products,.proofbar,.cards,.help-grid,.subcat-grid,.brand-grid,.video-row,.brand-row,.steps,.footer-grid{grid-template-columns:1fr}.topbar{flex-wrap:wrap}.site-header{padding:12px}.main-nav{overflow:auto;padding:0 12px}.hero{padding:32px 16px}.page-title{padding:24px 16px}}

.popin{position:fixed;inset:0;background:#0008;display:grid;place-items:center;z-index:20}.popin>div{background:white;border-radius:22px;padding:32px;max-width:460px;border:3px solid #151515}

.mega{top:126px;min-height:520px;max-height:calc(100vh - 150px);overflow:hidden}.mega.open,.main-nav:has(a:first-child:hover)+.mega,.mega:hover{display:grid;grid-template-columns:330px 1fr}.mega-left{overflow:auto}.mega-left ul{margin:0;padding:0}.mega-left h4{margin-top:0}.mega-left li{padding:0;font-weight:800;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #d7d7d7}.mega-left li a{display:block;padding:12px}.mega-left li:hover,.mega-left li.active{background:#f4ff3f}.mega-right{overflow:auto}.mega-default{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:stretch;min-height:420px}.mega-raoul,.mega-default-cta,.mega-focus{background:#f8f8f8;border:1px solid #ddd;border-radius:18px;padding:24px}.mega-raoul{display:flex;gap:22px;align-items:center}.mega-raoul h3,.mega-sub h3{font-size:34px;line-height:1;margin:0 0 12px}.mega-default-cta{display:flex;flex-direction:column;justify-content:center}.mega-default-cta .button{width:max-content}.mega-sub{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:28px}.mega-sub-grid{columns:2;column-gap:28px}.mega-sub-grid a{break-inside:avoid;display:block;padding:10px 0;border-bottom:1px solid #e5e5e5;background:none;margin:0;color:#555;font-size:17px}.mega-sub-grid a:hover{color:#151515;font-weight:800}.mega-focus{height:max-content;position:sticky;top:0}.mini-card{display:block;background:white;border:1px solid #ddd;border-radius:14px;padding:14px;font-weight:800}
.hero-actions{display:flex;gap:28px;align-items:center;flex-wrap:wrap;margin-top:28px}
.section-heading{padding:32px 32px 12px}.section-heading h2{font-size:clamp(30px,4vw,52px);line-height:1;margin:0}.section-heading .eyebrow{margin:0 0 10px}.section-heading.with-action{display:flex;align-items:end;justify-content:space-between;gap:24px}.section-heading.with-action .button{white-space:nowrap}
.catalog-showcase{padding-bottom:24px}.catalog-row{display:grid;grid-template-columns:330px minmax(0,1fr);gap:24px;padding:16px 32px}.family-card{border:2px solid #151515;border-radius:22px;padding:24px;background:white;min-height:100%;display:flex;flex-direction:column;justify-content:space-between}.family-card h3{font-size:26px;margin:0 0 10px}.family-card p{color:#555}.family-card a{font-weight:800;border-bottom:2px solid #151515;width:max-content}.product-strip{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(230px,1fr);gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.product-strip .product-card{scroll-snap-align:start}.product-strip .ph{height:120px}
.best-sellers .products{grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto}.best-sellers .product-card{min-width:0}.best-sellers .ph{height:130px}
.commercial-spots{display:grid;grid-template-columns:1fr 1fr;gap:24px;padding:32px}.commercial-spots article{min-height:300px;border:2px solid #151515;border-radius:22px;padding:28px;background:linear-gradient(135deg,#151515 0 40%,#f4ff3f 40% 100%);color:white;display:flex;flex-direction:column;justify-content:end;position:relative;overflow:hidden}.commercial-spots article:nth-child(2){background:linear-gradient(135deg,#f6f4ee 0 48%,#151515 48% 100%);color:#151515}.commercial-spots article:before{content:"Visuel campagne";position:absolute;top:24px;right:24px;width:42%;height:48%;border:2px dashed currentColor;border-radius:18px;display:grid;place-items:center;font-weight:800;background:#ffffff33}.commercial-spots span{text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.08em}.commercial-spots h2{font-size:34px;margin:10px 0}.commercial-spots p{max-width:430px}.commercial-spots a{font-weight:900;text-decoration:underline}
.video-section .video-row{grid-template-columns:repeat(3,1fr);padding-top:16px}.video-card{background:white;border:1px solid #ddd;border-radius:18px;padding:16px}.video-thumb{aspect-ratio:16/9;border-radius:14px;border:2px dashed #151515;background:#e8e8e8;display:grid;place-items:center;margin-bottom:16px}.video-thumb span{width:58px;height:58px;border-radius:50%;background:#151515;color:white;display:grid;place-items:center;font-size:26px;padding-left:4px}.video-card h3{margin:0 0 8px}.video-card p{color:#555;margin-bottom:0}
.brand-gallery{padding-bottom:48px}.brand-marquee{margin:12px 32px 0;overflow:hidden;background:white;border:1px solid #ddd;border-radius:18px;padding:18px}.brand-track{display:flex;gap:10px;width:max-content;animation:brandScroll 80s linear infinite}.brand-track span{flex:0 0 calc((min(1440px,100vw) - 170px)/8);height:72px;border:1px solid #ddd;border-radius:12px;background:#f8f8f8;display:grid;place-items:center;font-size:18px;font-weight:900;text-transform:uppercase;color:#444}
@keyframes brandScroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@media(max-width:900px){.mega{left:16px;right:16px;top:168px}.mega-default,.mega-sub{grid-template-columns:1fr}.mega-sub-grid{columns:1}.mega-focus{position:static}.section-heading.with-action{align-items:start;flex-direction:column}.catalog-row,.commercial-spots{grid-template-columns:1fr}.best-sellers .products{grid-template-columns:repeat(5,220px)}.video-section .video-row{grid-template-columns:1fr 1fr}.brand-track span{flex-basis:150px}}
@media(max-width:560px){.mega{top:210px;max-height:calc(100vh - 230px)}.mega.open{grid-template-columns:1fr}.mega-default,.mega-raoul{display:block}.mega-default-cta{margin-top:16px}.hero-actions{gap:14px}.section-heading{padding:24px 16px 8px}.catalog-row,.commercial-spots{padding:14px 16px}.video-section .video-row{grid-template-columns:1fr;padding:16px}.brand-marquee{margin:8px 16px 0}.brand-track span{flex-basis:130px}.commercial-spots article:before{position:static;width:100%;height:130px;margin-bottom:24px}}
.hub-new-products .products{grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto}
@media(max-width:900px){.hub-new-products .products{grid-template-columns:repeat(5,220px)}}
.category-best-sellers .products{grid-template-columns:repeat(5,minmax(0,1fr));overflow-x:auto}
@media(max-width:900px){.category-best-sellers .products{grid-template-columns:repeat(5,220px)}}
.raoul-product-focus{display:grid;gap:14px}.raoul-product-focus .ph{height:140px;background:white}.raoul-product-focus .button{text-align:center}
.raoul-strip{display:grid;grid-template-columns:120px minmax(0,1fr) 260px;align-items:center}.raoul-strip .mascot{justify-self:center}.raoul-strip h2{margin-top:0}.raoul-strip p{max-width:680px}.raoul-product-focus{min-width:0}
@media(max-width:900px){.raoul-strip{grid-template-columns:110px 1fr}.raoul-product-focus{grid-column:1/-1}}
@media(max-width:560px){.raoul-strip{grid-template-columns:1fr}.raoul-strip .mascot{justify-self:start}}
.filter-panel{border-top:1px solid #ddd;margin-top:18px;padding-top:18px;color:#151515}.filter-title{display:flex;align-items:center;gap:10px;margin-bottom:14px}.filter-title h3{font-size:20px;margin:0}.filter-icon{width:30px;height:30px;border:1px solid #151515;border-radius:8px;display:grid;place-items:center;font-size:14px;font-weight:800}.filter-group{border-top:1px solid #ddd;padding:18px 0}.filter-group h4{font-size:18px;margin:0 0 12px}.filter-range-value{font-size:15px;margin:0 0 18px;color:#555}.range-track{height:4px;background:#151515;border-radius:999px;position:relative;margin:18px 4px}.range-track span{position:absolute;top:50%;width:18px;height:18px;border:2px solid #151515;border-radius:50%;background:white;transform:translateY(-50%)}.range-track span:first-child{left:-4px}.range-track span:last-child{right:-4px}.filter-choice{display:flex!important;align-items:center;gap:10px;border:0!important;padding:6px 0!important;font-size:15px;line-height:1.3}.filter-choice input{appearance:none;width:18px;height:18px;min-width:18px;border:2px solid #151515;border-radius:50%;background:white}.filter-choice input[type=checkbox]{border-radius:5px}.filter-choice span{color:#666}.filter-scroll{max-height:220px;overflow:auto;padding-right:10px}.filter-scroll::-webkit-scrollbar{width:6px}.filter-scroll::-webkit-scrollbar-thumb{background:#bbb;border-radius:999px}.filter-scroll::-webkit-scrollbar-track{background:#eee}
.product-breadcrumb{padding:22px 32px 0;margin:0;max-width:1440px}.product-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:12px}.product-thumbs .ph{height:92px}.deal-badge{display:inline-block;background:#f4ff3f;border:1px solid #151515;border-radius:999px;padding:6px 10px;font-weight:900;margin:0 0 10px}.price-block h2{margin:14px 0 4px}.old-price{margin:0;text-decoration:line-through;color:#777}.eco-fee{margin:4px 0 0;color:#666;font-size:13px}.text-cta{font-weight:900;text-decoration:underline}.tier-table{width:100%;border-collapse:collapse;margin:18px 0}.tier-table th,.tier-table td{padding:10px;border-bottom:1px solid #ddd;text-align:left}.buy-row{display:grid;grid-template-columns:180px minmax(0,1fr) 58px;gap:12px;align-items:stretch;margin-top:18px}.qty-control{display:grid;grid-template-columns:44px 1fr 44px;border:1px solid #bbb;border-radius:10px;overflow:hidden;background:white}.qty-control button,.qty-control input{border:0;background:white;text-align:center;font-weight:900;font-size:18px}.qty-control button:first-child{background:#eee;color:#777}.favorite{border:1px solid #bbb;border-radius:10px;background:white;font-size:30px;line-height:1}.product-deep-dive{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:32px}.product-deep-dive article,.lia-help-card{background:white;border:1px solid #ddd;border-radius:18px;padding:24px}.product-deep-dive article+article{margin-top:20px}.product-description p{max-width:880px}.spec-table{width:100%;border-collapse:collapse}.spec-table th,.spec-table td{padding:16px 18px;text-align:left}.spec-table tr:nth-child(odd){background:#eef1fb}.spec-table th{width:42%;font-weight:900}.lia-help-card{height:max-content;position:sticky;top:16px}.lia-help-card .mascot{margin-bottom:18px}.product-video .video-row{grid-template-columns:minmax(0,520px);padding-top:0}.product-video .video-card{display:block}.lia-widget{position:fixed;right:22px;bottom:22px;z-index:30}.lia-bubble{width:72px;height:72px;border-radius:50%;border:2px solid #151515;background:#f4ff3f;font-weight:900;font-size:20px;box-shadow:0 12px 30px #0002;cursor:pointer}.lia-chat{display:none;position:absolute;right:0;bottom:86px;width:320px;background:white;border:2px solid #151515;border-radius:18px;padding:18px;box-shadow:0 18px 50px #0003}.lia-chat.open{display:block}.lia-chat>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.lia-chat>div button{border:0;background:#eee;border-radius:999px;width:28px;height:28px;font-weight:900}.lia-chat input{width:100%;border:1px solid #bbb;border-radius:10px;padding:12px;margin:10px 0}.lia-chat .button{width:100%;border-radius:10px}
@media(max-width:900px){.buy-row,.product-deep-dive{grid-template-columns:1fr}.lia-help-card{position:static}.product-thumbs{grid-template-columns:repeat(4,120px);overflow-x:auto}.product-video .video-row{grid-template-columns:1fr}}
@media(max-width:560px){.product-breadcrumb{padding:18px 16px 0}.buy-row{gap:10px}.lia-chat{width:calc(100vw - 32px);right:-6px}}
.button.addCart,.addCart{color:#151515}
.cart-page{grid-template-columns:minmax(0,2fr) minmax(320px,1fr);align-items:start;gap:28px}.cart-list{display:grid;gap:24px}.cart-item{display:grid;grid-template-columns:150px minmax(0,1fr) 130px;gap:18px;align-items:start}.cart-photo{height:130px}.cart-item h3{margin:0 0 8px}.cart-ref{color:#555;margin:0 0 10px}.cart-item-meta{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.cart-item-meta span{background:#eee;border-radius:999px;padding:7px 10px;font-size:13px}.cart-item-price{text-align:right;display:grid;gap:12px}.cart-item-price button{border:1px solid #151515;background:white;border-radius:10px;padding:9px;font-weight:800}.cart-summary{position:sticky;top:18px;display:grid;gap:16px}.cart-summary h2{font-size:34px;margin:0 0 8px}.summary-line,.summary-total{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:0}.summary-line span{color:#666}.summary-line b,.summary-total b{font-size:22px}.summary-total span,.summary-total b{font-size:34px;font-weight:900}.cart-summary hr{border:0;border-top:1px solid #ddd;margin:8px 0}.taxes{font-size:15px}.payment-note{font-size:14px;color:#444;margin:0}.cart-stock-alert{display:grid;gap:6px;background:#fff7d8;border:1px solid #d8b84f;border-radius:14px;padding:14px;line-height:1.35}.cart-stock-alert span{color:#5f4a00}.promo-code{display:grid;grid-template-columns:34px 1fr auto;align-items:center;border:1px solid #aaa;border-radius:999px;overflow:hidden;margin:6px 0;background:white}.promo-code span{padding-left:14px;font-weight:900}.promo-code input{border:0;padding:14px;background:transparent;min-width:0}.promo-code button{border:0;border-left:1px solid #eee;padding:14px 18px;background:#f8f8f8;font-weight:800}.checkout-button{display:block;width:100%;text-align:center;text-transform:uppercase;border-radius:999px;margin-top:4px}
@media(max-width:900px){.cart-page{grid-template-columns:1fr}.cart-summary{position:static}.cart-item{grid-template-columns:120px 1fr}.cart-item-price{grid-column:2;text-align:left;display:flex;align-items:center;justify-content:space-between}}
@media(max-width:560px){.cart-item{grid-template-columns:1fr}.cart-photo{width:100%}.cart-item-price{grid-column:auto;display:grid}.summary-total span,.summary-total b{font-size:26px}}
.cart-qty{display:grid;grid-template-columns:38px 54px 38px;width:max-content;border:1px solid #bbb;border-radius:12px;overflow:hidden;background:white;margin-top:14px}.cart-qty button,.cart-qty input{border:0;background:white;text-align:center;font-weight:900;font-size:17px;height:42px}.cart-qty button:first-child{background:#eee;color:#777}.cart-qty input{border-left:1px solid #eee;border-right:1px solid #eee}.cart-item-price button{color:#a43a2f;border-color:#ddd}
.kit-zone-branded{display:grid;grid-template-columns:90px minmax(220px,.8fr) repeat(2,minmax(240px,1fr));gap:18px;align-items:stretch}.kit-zone-branded .mascot{align-self:center}.kit-intro{display:flex;flex-direction:column;justify-content:center}.kit-intro h2{margin:0 0 10px}.kit-intro p{margin:0;font-weight:800}.kit-card{background:white;border:2px solid #151515;border-radius:20px;padding:16px;display:grid;grid-template-columns:130px 1fr;gap:16px;align-items:stretch;box-shadow:0 10px 0 #15151510}.kit-card-strong{background:linear-gradient(135deg,#fff 0 68%,#f4ff3f 68%)}.kit-photo{height:100%;min-height:150px;background:#f6f4ee}.kit-card span{text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:900;color:#666}.kit-card h3{margin:8px 0}.kit-card p{color:#555;margin-bottom:16px}.kit-card .button{border-radius:10px;text-align:center;color:white}.kit-card .button.ghost{color:#151515}
@media(max-width:1100px){.kit-zone-branded{grid-template-columns:90px 1fr}.kit-card{grid-column:1/-1}}
@media(max-width:560px){.kit-zone-branded{grid-template-columns:1fr}.kit-card{grid-template-columns:1fr}.kit-photo{height:150px}.kit-zone-branded .mascot{align-self:start}}
.main-nav a:first-child{font-weight:900;position:relative;margin-right:14px}.main-nav a:first-child:after{content:"";position:absolute;right:-10px;top:12px;bottom:12px;width:1px;background:#ccc}.main-nav a[href="promos.html"]{background:#151515;color:#f4ff3f;border-radius:999px;margin:8px 0;padding:8px 14px;font-weight:900}.main-nav a[href="promos.html"]:hover{background:#f4ff3f;color:#151515}
.faq-section{padding:16px 32px 48px}.faq-section h2{font-size:clamp(28px,3vw,42px);line-height:1.05;margin:0 0 20px}.faq-list{display:grid;gap:10px}.faq-list details{background:white;border:1px solid #ddd;border-radius:16px;padding:18px}.faq-list summary{cursor:pointer;font-weight:900}.faq-list p{margin:12px 0 0;color:#555;max-width:900px}
@media(max-width:560px){.faq-section{padding:16px}.main-nav a:first-child:after{display:none}.main-nav a[href="promos.html"]{white-space:nowrap}}
