:root{--bg: #F5F4F0;--bg-section: #EDECEA;--white: #FFFFFF;--navy: #0C1A2E;--navy-mid: #1A2D4A;--gold: #C97D08;--gold-light: #F5A623;--gold-pale: #FEF3DC;--purple: #7025B8;--purple-light:#9B47E0;--purple-pale: #F2EAFC;--silver: #5A6880;--silver-light:#9BA8B8;--border: #DFE3E9;--blue-fr: #002395;--red-fr: #ED2939}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background-color:var(--bg);color:var(--navy);font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.top-bar{height:5px;background:linear-gradient(to right,#002395 33.3%,#fff 33.3%,#fff 66.6%,#ed2939 66.6%);width:100%}header{background-color:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #0c1a2e0f}.nav-container{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:.7rem 2rem;gap:1.5rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo-img{height:90px;width:auto;object-fit:contain;transition:opacity .2s,transform .2s}.logo-img:hover{opacity:.85;transform:scale(1.03)}.nav-menu{display:flex;gap:2.2rem;list-style:none;font-weight:700;font-size:.88rem;text-transform:uppercase;letter-spacing:1.2px;color:var(--silver)}.nav-menu a{position:relative;padding-bottom:3px;transition:color .2s}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:var(--gold);border-radius:2px;transition:width .25s ease}.nav-menu a:hover{color:var(--navy)}.nav-menu a:hover:after{width:100%}.nav-item-dropdown{position:relative}.dropdown-arrow{font-size:.7rem;vertical-align:middle;margin-left:2px;transition:transform .2s;display:inline-block}.nav-item-dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;list-style:none;min-width:200px;z-index:200;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.dropdown-menu:before{content:"";position:absolute;top:5px;left:50%;transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--gold)}.dropdown-inner{background:var(--white);border:1px solid var(--border);border-top:3px solid var(--gold);border-radius:10px;box-shadow:0 12px 40px #0c1a2e1f;padding:.5rem 0;overflow:hidden;transform:translateY(-6px);transition:transform .2s ease}.nav-item-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;pointer-events:auto}.nav-item-dropdown:hover .dropdown-menu .dropdown-inner{transform:translateY(0)}.dropdown-menu li a{display:block;padding:.65rem 1.4rem;font-size:.85rem;font-weight:600;color:var(--silver);text-transform:none;letter-spacing:.3px;transition:color .15s,background .15s}.dropdown-menu li a:after{display:none}.dropdown-menu li a:hover{color:var(--navy);background:var(--gold-pale)}.nav-icons{display:flex;align-items:center;gap:1.4rem;cursor:pointer;flex-shrink:0}.nav-icons span{display:flex;align-items:center;transition:transform .2s,opacity .2s}.nav-icons span:hover{transform:scale(1.12);opacity:.8}.nav-icons img{width:34px;height:34px;object-fit:contain;display:block}@media (max-width: 768px){.nav-icons img{width:28px;height:28px}}.hero{background-color:transparent}.hero-banner{width:100%;line-height:0;overflow:hidden}.banner-img{width:100%;max-height:620px;object-fit:cover;object-position:center 35%;display:block;transform:scale(1.18);transform-origin:center 30%;animation:zoomOut 1.6s cubic-bezier(.25,.46,.45,.94) forwards}@keyframes zoomOut{0%{transform:scale(1.18)}to{transform:scale(1)}}.hero-identity{background:transparent;padding:3rem 2rem 4rem}.hero-identity .france-identity-section{max-width:1280px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#ffffff1f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.25);color:var(--white);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;padding:.38rem 1rem;border-radius:50px;margin-bottom:1.2rem}.hero-content h1{font-size:3.4rem;font-weight:800;color:var(--white);margin-bottom:1rem;line-height:1.15;max-width:700px;letter-spacing:-.5px}.hero-content h1 .highlight{background:linear-gradient(135deg,var(--gold-light),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{color:#ffffffc7;font-size:1.05rem;max-width:580px;margin-bottom:2.2rem;line-height:1.75}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);padding:.9rem 2.4rem;border-radius:50px;font-weight:700;border:none;text-transform:uppercase;letter-spacing:1px;font-size:.88rem;cursor:pointer;transition:all .25s ease;box-shadow:0 4px 20px #c97d0866;position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:-50%;left:-75%;width:50%;height:200%;background:#ffffff2e;transform:skew(-20deg);transition:left .4s}.btn-primary:hover:before{left:130%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 30px #c97d088c}.btn-secondary{background:transparent;color:var(--white);padding:.9rem 2.4rem;border-radius:50px;font-weight:700;border:2px solid rgba(255,255,255,.55);text-transform:uppercase;letter-spacing:1px;font-size:.88rem;cursor:pointer;transition:all .25s ease}.btn-secondary:hover{border-color:var(--gold-light);color:var(--gold-light);transform:translateY(-2px)}.made-in-france-banner{background:var(--navy);padding:.8rem 0;overflow:hidden;white-space:nowrap;border-top:3px solid transparent;border-image:linear-gradient(to right,#002395 33%,#fff 33%,#fff 66%,#ed2939 66%) 1}.mif-content{display:inline-flex;gap:1.8rem;align-items:center;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;color:#ffffffd9;animation:ticker 22s linear infinite}.mif-content .sep{color:var(--gold-light);font-size:1rem}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.main-container{max-width:1280px;margin:0 auto;padding:5rem 2rem}.section-title{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:2.5rem;text-align:center;text-transform:uppercase;letter-spacing:3px;position:relative}.section-title span.title-accent{color:var(--gold)}.section-title:before{content:"";display:inline-block;width:30px;height:3px;background:var(--blue-fr);border-radius:2px;vertical-align:middle;margin-right:14px}.section-title:after{content:"";display:inline-block;width:30px;height:3px;background:var(--red-fr);border-radius:2px;vertical-align:middle;margin-left:14px}.grid-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:6rem}.category-soon-badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--gold);border:1px solid var(--gold);border-radius:20px;padding:.2rem .65rem;margin-bottom:.75rem}.category-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:12px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;cursor:pointer;box-shadow:0 2px 10px #0c1a2e0a}.category-card:nth-child(2){border-top-color:var(--purple)}.category-card:nth-child(3){border-top-color:var(--red-fr)}.category-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0c1a2e1f}.category-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--gold-pale);margin:0 auto 1.2rem;font-size:2.2rem;transition:transform .2s}.category-card:nth-child(2) .category-icon-wrap{background:var(--purple-pale)}.category-card:nth-child(3) .category-icon-wrap{background:#fdeaea}.category-card:hover .category-icon-wrap{transform:scale(1.1) rotate(-5deg)}.category-icon-img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.category-card h3{font-size:1.1rem;font-weight:800;color:var(--navy);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.category-card p{color:var(--silver);font-size:.9rem;line-height:1.55}.category-link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.2rem;font-size:.82rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;border-bottom:1px solid currentColor;padding-bottom:1px;transition:gap .2s}.category-card:nth-child(2) .category-link{color:var(--purple)}.category-card:nth-child(3) .category-link{color:var(--red-fr)}.category-card:hover .category-link{gap:.8rem}.france-identity-section{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;background:var(--white);border:1px solid var(--border);border-left:6px solid var(--blue-fr);border-radius:16px;padding:4rem;margin-bottom:6rem;box-shadow:0 4px 24px #0c1a2e0f;position:relative;overflow:hidden}.france-identity-section:after{content:"";position:absolute;bottom:0;right:0;width:120px;height:120px;background:linear-gradient(135deg,transparent 50%,#002395 50%,#002395 60%,#FFFFFF 60%,#FFFFFF 70%,#ED2939 70%);opacity:.12;border-radius:0 0 16px;pointer-events:none}.fi-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--gold-pale);border:1px solid rgba(201,125,8,.25);color:var(--gold);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;padding:.35rem 1rem;border-radius:50px;margin-bottom:1.2rem}.fi-text h2{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:1.2rem;line-height:1.3}.fi-text h2 em{font-style:normal;color:var(--gold)}.fi-text p{color:var(--silver);font-size:.98rem;margin-bottom:1.8rem;line-height:1.85}.fi-text p strong{color:var(--navy)}.fi-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.fi-list li{display:flex;align-items:flex-start;gap:.9rem;font-size:.94rem;color:var(--navy-mid);font-weight:500}.fi-dot{flex-shrink:0;margin-top:.35em}.fi-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));flex-shrink:0;box-shadow:0 0 0 3px var(--gold-pale);margin-top:.3em}.fi-logo{display:flex;justify-content:center;align-items:center}.fi-logo-img{width:100%;max-width:300px;height:auto;filter:drop-shadow(0 10px 30px rgba(112,37,184,.18)) drop-shadow(0 4px 12px rgba(201,125,8,.15));transition:filter .3s,transform .3s}.fi-logo-img:hover{filter:drop-shadow(0 14px 38px rgba(112,37,184,.28)) drop-shadow(0 4px 14px rgba(201,125,8,.25));transform:scale(1.03)}.grid-products{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.product-card{background:var(--white);border:1px solid var(--border);border-radius:14px;padding:0;position:relative;transition:all .3s ease;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 2px 8px #0c1a2e0a}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 40px #0c1a2e1f;border-color:transparent}.product-thumb{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:4rem;position:relative;overflow:hidden}.pull-thumb{background:linear-gradient(135deg,#eaf0fb,#c8d8f5)}.tshirt-thumb{background:linear-gradient(135deg,#fef3dc,#fddfa0)}.sweat-thumb{background:linear-gradient(135deg,#f2eafc,#dfc7f5)}.cap-thumb{background:linear-gradient(135deg,#e8f5ea,#c4e8ca)}.product-thumb-label{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:2px;color:var(--silver);margin-top:.4rem}.product-badge{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);font-size:.66rem;font-weight:800;padding:.28rem .65rem;border-radius:50px;text-transform:uppercase;letter-spacing:.5px;z-index:1;box-shadow:0 2px 8px #c97d0859}.product-badge.new{background:linear-gradient(135deg,var(--purple),var(--purple-light));box-shadow:0 2px 8px #7025b859}.product-info{padding:1.1rem 1.2rem 1.3rem;display:flex;flex-direction:column;gap:.4rem;flex:1}.product-title{font-weight:800;color:var(--navy);font-size:.97rem;line-height:1.3}.product-sub{color:var(--silver-light);font-size:.82rem}.product-footer{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;border-top:1px solid var(--border);background:var(--bg)}.product-price{color:var(--gold);font-weight:800;font-size:1.1rem}.btn-add{background:var(--navy);border:none;color:var(--white);padding:.5rem 1.1rem;border-radius:50px;font-weight:700;font-size:.78rem;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.btn-add:hover{background:var(--gold);transform:scale(1.05);box-shadow:0 4px 14px #c97d0859}footer{background-color:var(--navy);padding:5rem 2rem 2.5rem;text-align:center;margin-top:2rem;position:relative;overflow:hidden}footer:before{content:"";position:absolute;top:-80px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(112,37,184,.15) 0%,transparent 70%);pointer-events:none}.footer-logo{margin-bottom:1.5rem}.footer-logo-img{height:78px;width:auto;object-fit:contain;filter:drop-shadow(0 0 12px rgba(245,166,35,.35));margin:0 auto;position:relative}.footer-tagline{font-size:.88rem;font-weight:800;color:var(--gold-light);letter-spacing:4px;text-transform:uppercase;margin-bottom:.5rem}.footer-sub{font-size:.84rem;color:#ffffff73;margin-bottom:2rem}.france-flag-footer{display:flex;justify-content:center;width:90px;height:5px;margin:0 auto 2rem;border-radius:3px;overflow:hidden;box-shadow:0 2px 10px #0000004d}.flag-stripe{flex:1}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}.footer-links a{font-size:.82rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.8px;transition:color .2s}.footer-links a:hover{color:var(--gold-light)}.mentions-wrapper{max-width:900px;margin:0 auto;padding:2rem 0 4rem}.mentions-header{text-align:center;margin-bottom:3rem}.mentions-title{font-size:2.2rem;font-weight:900;color:var(--navy);margin:.75rem 0 1rem}.mentions-title em{color:var(--gold);font-style:normal}.mentions-intro{color:var(--silver);max-width:620px;margin:0 auto;line-height:1.7}.mentions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.mentions-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:14px;padding:1.75rem}.mentions-card h2{font-size:1rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:.5px;margin:0 0 1.25rem}.mentions-dl{display:flex;flex-direction:column;gap:.75rem}.mentions-dl>div{display:flex;flex-direction:column;gap:.15rem}.mentions-dl dt{font-size:.78rem;font-weight:700;color:var(--silver-light);text-transform:uppercase;letter-spacing:.4px}.mentions-dl dd{font-size:.95rem;color:var(--navy);margin:0}.mentions-dl a{color:var(--gold);text-decoration:none}.mentions-dl a:hover{text-decoration:underline}.mentions-footer-note{text-align:center;color:var(--silver-light);font-size:.85rem;margin-top:1rem}.cgv-sections{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem}.cgv-card{display:flex;flex-direction:column;gap:.6rem}.cgv-card p{color:var(--silver);font-size:.95rem;line-height:1.65;margin:0}.cgv-card a{color:var(--gold);text-decoration:underline}.cgv-list{color:var(--silver);font-size:.95rem;line-height:1.75;padding-left:1.4rem;margin:.25rem 0}.cgv-list li{margin-bottom:.2rem}@media (max-width: 640px){.mentions-grid{grid-template-columns:1fr}.mentions-title{font-size:1.7rem}}.footer-copy{font-size:.77rem;color:#ffffff40;letter-spacing:.5px;border-top:1px solid rgba(255,255,255,.07);padding-top:1.5rem;margin-top:.5rem}.footer-credit-link{color:#ffffff73;font-weight:600;transition:color .2s}.footer-credit-link:hover{color:var(--gold-light)}.footer-admin-link{display:inline-flex;align-items:center;margin-bottom:1.2rem;padding:.45rem 1.2rem;background:#f5a6231f;border:1px solid rgba(245,166,35,.35);color:var(--gold-light);font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;border-radius:50px;transition:background .2s,color .2s}.footer-admin-link:hover{background:var(--gold);color:var(--white)}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon-link{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;transition:transform .2s,opacity .2s}.social-icon-link:hover{transform:scale(1.15);opacity:.8}.social-icon-img{width:28px;height:28px;object-fit:contain;display:block}.footer-socials{justify-content:center;margin-bottom:1.8rem}.footer-socials .social-icon-img{filter:invert(1);opacity:.7}.footer-socials .social-icon-link:hover .social-icon-img{opacity:1}.contact-socials{margin-top:2rem}.gilet-section{background:var(--navy);padding:5rem 2rem;position:relative;overflow:hidden}.gilet-section:before{content:"";position:absolute;top:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,rgba(112,37,184,.12) 0%,transparent 70%);pointer-events:none}.gilet-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr auto;gap:5rem;align-items:center}.gilet-title{font-size:2rem;font-weight:800;color:var(--white);line-height:1.25;margin-bottom:1.4rem}.gilet-title em{font-style:normal;background:linear-gradient(135deg,var(--gold-light),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.gilet-text .fi-badge{background:#ffffff14;border-color:#c97d0866;color:var(--gold-light);margin-bottom:1.4rem}.gilet-text p{color:#ffffffb8;font-size:.98rem;line-height:1.85;margin-bottom:1.1rem;max-width:680px}.gilet-text p strong{color:var(--white)}.gilet-badges-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.gilet-badge-soon{background:#ffffff14;color:var(--gold);border:1px solid var(--gold)}.gilet-list{margin-top:1.8rem}.gilet-list li{color:#ffffffd9!important}.gilet-visual{display:flex;flex-direction:column;align-items:center;gap:2rem;flex-shrink:0}.gilet-badge-wrap{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-top:4px solid var(--gold);border-radius:16px;padding:2rem 2.4rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem;min-width:180px}.gilet-icon{width:64px;height:64px;object-fit:cover;border-radius:8px}.gilet-badge-text{display:flex;flex-direction:column;align-items:center;gap:.3rem}.gilet-badge-num{font-size:2.8rem;font-weight:900;color:var(--gold-light);line-height:1}.gilet-badge-num sup{font-size:1rem;vertical-align:super}.gilet-badge-label{font-size:.78rem;font-weight:700;color:#fff9;text-transform:uppercase;letter-spacing:.8px;line-height:1.5}.gilet-flag{display:flex;width:80px;height:5px;border-radius:3px;overflow:hidden}@media (max-width: 768px){.gilet-inner{grid-template-columns:1fr;gap:3rem;text-align:center}.gilet-visual{flex-direction:row;justify-content:center}.gilet-list li{justify-content:flex-start}.gilet-text p{max-width:100%}}.amb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:5rem}.amb-card{cursor:pointer;border-radius:16px;overflow:hidden;background:var(--white);border:1px solid var(--border);box-shadow:0 4px 16px #0c1a2e0f;transition:transform .3s ease,box-shadow .3s ease}.amb-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0c1a2e24}.amb-photo-wrap{position:relative;overflow:hidden;aspect-ratio:3/4;background:var(--bg-section)}.amb-photo{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .4s ease;display:block}.amb-card:hover .amb-photo{transform:scale(1.05)}.amb-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(12,26,46,.75) 0%,transparent 55%);opacity:0;transition:opacity .3s ease;display:flex;align-items:flex-end;justify-content:center;padding-bottom:1.5rem}.amb-card:hover .amb-hover-overlay{opacity:1}.amb-discover{color:var(--white);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;border-bottom:2px solid var(--gold-light);padding-bottom:2px}.amb-card-footer{padding:1.1rem 1.4rem;display:flex;justify-content:space-between;align-items:center;border-top:3px solid var(--gold)}.amb-name{font-weight:800;font-size:1rem;color:var(--navy);text-transform:uppercase;letter-spacing:.5px}.amb-city{font-size:.82rem;color:var(--silver);font-weight:600}.amb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1a2ea6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:500;display:flex;align-items:center;justify-content:center;padding:2rem;animation:overlayIn .25s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}.amb-modal{background:var(--white);border-radius:20px;overflow:hidden;display:grid;grid-template-columns:340px 1fr;max-width:820px;width:100%;box-shadow:0 30px 80px #0c1a2e4d;animation:modalIn .35s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes modalIn{0%{opacity:0;transform:scale(.82)}to{opacity:1;transform:scale(1)}}.amb-close{position:absolute;top:1rem;right:1rem;width:34px;height:34px;border-radius:50%;border:none;background:#0c1a2e14;color:var(--navy);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .2s,transform .2s}.amb-close:hover{background:var(--navy);color:var(--white);transform:rotate(90deg)}.amb-modal-photo-wrap{position:relative;background:var(--bg-section);overflow:hidden}.amb-modal-photo{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.amb-modal-badge{position:absolute;bottom:1rem;left:1rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;padding:.35rem .9rem;border-radius:50px;box-shadow:0 2px 10px #c97d0866}.amb-modal-info{padding:2.5rem 2.2rem;display:flex;flex-direction:column;justify-content:center;gap:1.2rem}.amb-modal-name{font-size:2rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:1px;line-height:1.1}.amb-modal-meta{display:flex;gap:.8rem;flex-wrap:wrap}.amb-meta-tag{background:var(--gold-pale);border:1px solid rgba(201,125,8,.2);color:var(--gold);font-size:.82rem;font-weight:700;padding:.3rem .9rem;border-radius:50px}.amb-modal-divider{height:3px;width:50px;background:linear-gradient(to right,var(--blue-fr),var(--red-fr));border-radius:2px}.amb-modal-text{color:var(--silver);font-size:.93rem;line-height:1.85;white-space:pre-line}.amb-palmares{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.amb-palmares-toggle{display:flex;align-items:center;justify-content:space-between;gap:.5rem;background:none;border:none;border-top:1px solid rgba(255,255,255,.08);padding:.85rem 0 .4rem;cursor:pointer;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:1.5px;color:var(--gold);width:100%;text-align:left;transition:color .2s}.amb-palmares-toggle:hover{color:var(--gold-light, #e8c97a)}.amb-palmares-toggle--static{pointer-events:none;cursor:default;font-size:.78rem;font-weight:800;margin:0}.amb-palmares-arrow{font-size:1.1rem;line-height:1;display:inline-block;transition:transform .25s ease}.amb-palmares-arrow--open{transform:rotate(180deg)}.amb-highlights-list{list-style:none;display:flex;flex-direction:column;gap:.35rem;padding:.75rem .85rem;margin-bottom:.75rem;background:#ffffff0a;border-left:3px solid var(--gold);border-radius:4px}.amb-highlights-list li{position:relative;padding-left:1.1rem;font-size:.88rem;font-weight:600;color:var(--silver);line-height:1.5}.amb-highlights-list li:before{content:"★";position:absolute;left:0;color:var(--gold);font-size:.6rem;top:.35em}.amb-modal--timeline{max-width:920px;grid-template-columns:300px 1fr;height:78vh}.amb-modal-info--scroll{height:100%;max-height:none;overflow-y:auto;justify-content:flex-start;padding-top:2rem;padding-bottom:2rem}.amb-timeline{display:flex;flex-direction:column;gap:1rem}.amb-timeline-item{display:grid;grid-template-columns:56px 1fr;gap:1rem;align-items:start}.amb-timeline-year{display:inline-flex;align-items:center;justify-content:center;min-width:56px;padding:.35rem .5rem;background:var(--navy);color:var(--white);font-size:.78rem;font-weight:800;border-radius:8px;letter-spacing:.5px}.amb-timeline-list{list-style:none;display:flex;flex-direction:column;gap:.45rem;padding-top:.15rem}.amb-timeline-list li{position:relative;padding-left:1rem;color:var(--silver);font-size:.9rem;line-height:1.55}.amb-timeline-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-light));box-shadow:0 0 0 2px var(--gold-pale)}@media (max-width: 768px){.amb-grid,.amb-modal{grid-template-columns:1fr}.amb-modal--timeline{grid-template-columns:1fr;height:auto;max-height:92vh}.amb-modal-photo-wrap{height:280px}.amb-modal-info--scroll{height:auto;max-height:55vh}.amb-timeline-item{grid-template-columns:48px 1fr;gap:.75rem}.amb-timeline-year{min-width:48px;font-size:.72rem}}@media (max-width: 992px){.amb-grid{grid-template-columns:repeat(2,1fr)}.amb-modal{grid-template-columns:260px 1fr}}.page-empty{display:flex;align-items:center;justify-content:center;min-height:60vh}.page-coming-soon{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.page-icon{width:120px;height:120px;object-fit:cover;border-radius:12px}.page-coming-soon h1{font-size:2.2rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:2px}.page-coming-soon p{color:var(--silver);font-size:1rem}.page-404{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.2rem}.page-404-logo{max-width:200px;height:auto;margin-bottom:.5rem}.page-404 h1{font-size:4rem;font-weight:800;color:var(--gold);line-height:1;letter-spacing:4px}.page-404 p{color:var(--silver);font-size:1rem;max-width:320px;line-height:1.6}.page-404 .btn-primary{margin-top:.5rem;text-decoration:none}.apropos-wrapper{display:grid;grid-template-columns:1fr 320px;gap:4rem;align-items:start;padding:1rem 0 3rem}.apropos-header{margin-bottom:2rem}.apropos-logo{max-width:220px;height:auto;margin-bottom:1.5rem;display:block}.apropos-title{font-size:2.4rem;font-weight:800;color:var(--navy);line-height:1.2}.apropos-title em{font-style:normal;color:var(--gold)}.apropos-text{display:flex;flex-direction:column;gap:1.4rem}.apropos-text p{color:var(--silver);font-size:.98rem;line-height:1.85}.apropos-lead{font-size:1.05rem!important;color:var(--navy-mid)!important;font-weight:500}.apropos-highlight{font-weight:700!important;color:var(--navy)!important;font-size:1.02rem!important;padding-left:1rem;border-left:3px solid var(--gold)}.apropos-closing{font-weight:600!important;color:var(--navy)!important;font-size:1.02rem!important}.apropos-creator{align-self:start}.apropos-creator-photo{aspect-ratio:3 / 4;background:linear-gradient(145deg,var(--navy) 0%,var(--navy-mid) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 8px 32px #0c1a2e26;border:1px solid var(--border)}.apropos-creator-placeholder{color:#ffffff73;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:1.5px}.apropos-creator-caption{text-align:center;margin-top:1rem;font-size:.88rem;font-weight:600;color:var(--navy-mid);letter-spacing:.5px}.gallery-intro{text-align:center;color:var(--silver);margin-bottom:3rem;font-size:1rem}.gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.gallery-slot{aspect-ratio:1;background:var(--white);border-radius:14px;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-slot-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gallery-slot:hover .gallery-slot-img{transform:scale(1.04)}.gallery-slot-icon{font-size:2.5rem;opacity:.4}.gallery-slot-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--silver-light)}.contact-wrapper{display:grid;grid-template-columns:1fr 1.6fr;gap:5rem;align-items:start;padding:2rem 0 4rem}.contact-info .fi-badge{margin-bottom:1.2rem}.contact-info h1{font-size:2.4rem;font-weight:800;color:var(--navy);line-height:1.2;margin-bottom:1.2rem}.contact-info h1 em{font-style:normal;color:var(--gold)}.contact-info>p{color:var(--silver);font-size:.98rem;line-height:1.8;margin-bottom:2rem}.contact-details{list-style:none;display:flex;flex-direction:column;gap:1rem}.contact-details li{display:flex;align-items:center;gap:.8rem;font-size:.95rem;font-weight:600;color:var(--navy-mid)}.contact-icon{font-size:1.1rem}.contact-form-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:16px;padding:2.5rem;box-shadow:0 4px 24px #0c1a2e0f}.contact-form{display:flex;flex-direction:column;gap:1.4rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.45rem}.form-group label{font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--navy)}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:8px;font-size:.95rem;color:var(--navy);background:var(--bg);font-family:inherit;transition:border-color .2s,box-shadow .2s;outline:none;resize:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c97d081f;background:var(--white)}.btn-full{width:100%;justify-content:center}.contact-success{text-align:center;padding:2rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.contact-success span{font-size:3rem}.contact-success h2{font-size:1.6rem;font-weight:800;color:var(--navy)}.contact-success p{color:var(--silver);font-size:.95rem;max-width:320px}.contact-error{color:#e55;font-size:.9rem;margin-bottom:.5rem}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1a2e73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:800;opacity:0;pointer-events:none;transition:opacity .3s ease}.cart-overlay--open{opacity:1;pointer-events:auto}.cart-drawer{position:fixed;top:0;right:0;width:420px;max-width:100vw;height:100dvh;background:var(--white);z-index:900;display:flex;flex-direction:column;box-shadow:-8px 0 40px #0c1a2e2e;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.cart-drawer--open{transform:translate(0)}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-title{display:flex;align-items:center;gap:.7rem;font-size:1.1rem;font-weight:800;color:var(--navy);text-transform:uppercase;letter-spacing:1px}.cart-header-icon{width:28px;height:28px;object-fit:contain}.cart-close{width:34px;height:34px;border-radius:50%;border:none;background:var(--bg);color:var(--navy);font-size:.88rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s;flex-shrink:0}.cart-close:hover{background:var(--navy);color:var(--white);transform:rotate(90deg)}.cart-body{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;text-align:center;padding:3rem 1rem}.cart-empty-icon{width:72px;height:72px;object-fit:contain;opacity:.18}.cart-empty-title{font-size:1rem;font-weight:700;color:var(--navy)}.cart-empty-sub{font-size:.85rem;color:var(--silver-light)}.cart-footer{border-top:1px solid var(--border);padding:1.4rem 1.5rem;display:flex;flex-direction:column;gap:.9rem;flex-shrink:0;background:var(--bg)}.cart-total-row{display:flex;justify-content:space-between;align-items:center}.cart-total-label{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--silver)}.cart-total-price{font-size:1.3rem;font-weight:800;color:var(--navy)}.cart-btn-order{opacity:.5;cursor:not-allowed}.cart-btn-order:not(:disabled){opacity:1;cursor:pointer}.cart-footer-note{font-size:.75rem;color:var(--silver-light);text-align:center}.cart-error{font-size:.82rem;color:#c0392b;background:#fdf0ef;border-radius:6px;padding:.5rem .75rem;text-align:center}.cart-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--gold);color:var(--white);font-size:.7rem;font-weight:800;line-height:1}.cart-items-list{list-style:none;display:flex;flex-direction:column;gap:1rem;padding:0;margin:0}.cart-item{display:grid;grid-template-columns:64px 1fr auto;gap:.75rem;align-items:start;padding-bottom:1rem;border-bottom:1px solid var(--border)}.cart-item:last-child{border-bottom:none;padding-bottom:0}.cart-item-img-wrap{width:64px;height:64px;border-radius:8px;overflow:hidden;background:var(--bg);flex-shrink:0}.cart-item-img{width:100%;height:100%;object-fit:cover}.cart-item-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.6rem}.cart-item-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cart-item-titre{font-size:.88rem;font-weight:700;color:var(--navy);line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-item-taille{font-size:.78rem;color:var(--silver)}.cart-item-prix{font-size:.88rem;font-weight:700;color:var(--gold)}.cart-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0}.cart-qty-control{display:flex;align-items:center;gap:.4rem;background:var(--bg);border-radius:6px;padding:.15rem .25rem}.cart-qty-btn{width:24px;height:24px;border:none;background:none;cursor:pointer;font-size:1rem;font-weight:700;color:var(--navy);display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .15s}.cart-qty-btn:disabled{opacity:.3;cursor:default}.cart-qty-btn:not(:disabled):hover{background:var(--border)}.cart-qty-value{font-size:.85rem;font-weight:700;color:var(--navy);min-width:18px;text-align:center}.cart-item-remove{width:22px;height:22px;border:none;background:none;cursor:pointer;font-size:.7rem;color:var(--silver-light);display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .15s,color .15s}.cart-item-remove:hover{background:#fdf0ef;color:#c0392b}.produit-acheter-btn--added{background:#27ae60!important}.confirmation-card{display:flex;flex-direction:column;align-items:center;gap:1.2rem;text-align:center;padding:4rem 2rem;max-width:480px;margin:0 auto}.confirmation-icon{width:72px;height:72px;border-radius:50%;background:#27ae60;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;font-weight:800}.confirmation-title{font-size:1.8rem;font-weight:800;color:var(--navy)}.confirmation-sub{font-size:.97rem;color:var(--silver);line-height:1.7}.confirmation-btn{text-decoration:none;margin-top:.5rem}@media (max-width: 480px){.cart-drawer{width:100vw}}.nav-desktop{display:flex}.nav-mobile,.burger,.nav-overlay{display:none}.nav-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.burger{flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:6px;border-radius:8px;transition:background .2s}.burger:hover{background:var(--gold-pale)}.burger span{display:block;width:22px;height:2px;background:var(--navy);border-radius:2px;transition:transform .3s ease,opacity .3s ease;transform-origin:center}.burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger--open span:nth-child(2){opacity:0;transform:scaleX(0)}.burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-mobile{flex-direction:column;background:var(--white);border-top:1px solid var(--border);padding:0;max-height:0;overflow:hidden;transition:max-height .35s ease,padding .35s ease}.nav-mobile--open{max-height:600px;padding:1rem 0 1.5rem}.mob-link{display:block;padding:.85rem 1.5rem;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--silver);border-bottom:1px solid var(--border);transition:color .15s,background .15s}.mob-link:last-child{border-bottom:none}.mob-link:hover,.mob-link--active{color:var(--navy);background:var(--gold-pale)}.mob-section{border-bottom:1px solid var(--border)}.mob-section-title{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.5rem;background:none;border:none;font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:var(--silver);cursor:pointer;transition:color .15s,background .15s}.mob-section-title:hover{color:var(--navy);background:var(--gold-pale)}.mob-arrow{font-size:.7rem;transition:transform .25s ease;display:inline-block}.mob-arrow--open{transform:rotate(180deg)}.mob-sub{list-style:none;max-height:0;overflow:hidden;transition:max-height .3s ease;background:var(--bg)}.mob-sub--open{max-height:400px}.mob-sub li a{display:block;padding:.7rem 2.2rem;font-size:.85rem;font-weight:600;color:var(--silver);border-bottom:1px solid var(--border);transition:color .15s}.mob-sub li:last-child a{border-bottom:none}.mob-sub li a:hover{color:var(--gold)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c1a2e66;z-index:99}@media (max-width: 992px){.grid-categories,.grid-products{grid-template-columns:repeat(2,1fr)}.france-identity-section{grid-template-columns:1fr;padding:2.5rem;gap:2rem;text-align:center}.fi-list li{justify-content:flex-start;align-items:flex-start}.fi-logo-img{max-width:200px}.contact-wrapper,.apropos-wrapper{grid-template-columns:1fr;gap:2.5rem}.apropos-creator{max-width:280px;margin:0 auto}.gallery-grid,.amb-grid{grid-template-columns:repeat(2,1fr)}.amb-modal{grid-template-columns:260px 1fr}.gilet-inner{gap:3rem}}@media (max-width: 768px){.nav-desktop{display:none}.nav-mobile,.burger{display:flex}.nav-overlay{display:block}.nav-container{padding:.5rem 1.2rem}.logo-img{height:70px}.banner-img{max-height:260px}.hero-identity{padding:2rem 1rem 2.5rem}.mif-content{font-size:.72rem;gap:1.2rem}.gilet-section{padding:3rem 1.2rem}.gilet-inner{grid-template-columns:1fr;gap:2.5rem;text-align:center}.gilet-title{font-size:1.5rem}.gilet-visual{flex-direction:row;justify-content:center}.gilet-list li{justify-content:flex-start;align-items:flex-start}.gilet-text p{max-width:100%}.france-identity-section{grid-template-columns:1fr;padding:1.8rem 1.2rem;border-radius:10px;gap:1.8rem;text-align:center}.fi-text h2{font-size:1.45rem}.fi-list li{justify-content:flex-start;align-items:flex-start}.fi-logo{order:-1}.fi-logo-img{max-width:160px}.main-container{padding:2.5rem 1rem}.section-title{font-size:1.4rem;letter-spacing:1.5px}.section-title:before,.section-title:after{width:18px}.grid-categories{grid-template-columns:1fr;gap:1rem;margin-bottom:3rem}.grid-products{grid-template-columns:1fr}.category-card{padding:1.8rem 1.4rem}.product-thumb{height:160px;font-size:3rem}.amb-grid{grid-template-columns:1fr}.amb-modal{grid-template-columns:1fr;max-width:95vw;max-height:90vh;overflow-y:auto}.amb-modal-photo-wrap{height:260px}.amb-modal-info{padding:1.5rem}.amb-modal-name{font-size:1.5rem}.gallery-grid{grid-template-columns:1fr}.contact-wrapper{padding:1rem 0 2rem;gap:2rem}.form-row{grid-template-columns:1fr}.contact-form-card{padding:1.4rem}.apropos-wrapper{padding:.5rem 0 2rem;gap:2rem}.apropos-title{font-size:1.8rem}.apropos-logo{max-width:160px;margin-left:auto;margin-right:auto}.apropos-header{text-align:center}.apropos-creator{max-width:240px}.footer-links{gap:1rem}.footer-links a{font-size:.75rem}.footer-logo-img{height:60px}}.connect-page,.admin-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.connect-card{width:100%;max-width:420px;background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:16px;padding:2.5rem 2rem;text-align:center;box-shadow:0 8px 32px #0c1a2e14}.connect-logo{max-width:160px;height:auto;margin:0 auto 1.5rem}.connect-card h1{font-size:1.8rem;font-weight:800;color:var(--navy);margin-bottom:.6rem}.connect-card>p{color:var(--silver);font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.connect-error{background:#fdeaea;border:1px solid rgba(237,41,57,.25);color:var(--red-fr);font-size:.88rem;padding:.75rem 1rem;border-radius:8px;margin-bottom:1.2rem;line-height:1.5}.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:.85rem 1.5rem;background:var(--white);border:1.5px solid var(--border);border-radius:50px;font-size:.92rem;font-weight:700;color:var(--navy);cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s;font-family:inherit}.btn-google:hover:not(:disabled){border-color:var(--gold);box-shadow:0 4px 16px #c97d0826;transform:translateY(-1px)}.btn-google:disabled{opacity:.6;cursor:not-allowed}.btn-google-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:linear-gradient(135deg,#4285f4,#34a853);color:var(--white);font-weight:800;font-size:.85rem;border-radius:4px}.connect-back{display:inline-block;margin-top:1.5rem;font-size:.85rem;font-weight:600;color:var(--silver);transition:color .2s}.connect-back:hover{color:var(--navy)}.connect-loading,.admin-loading p{color:var(--silver);font-size:.95rem}.admin-layout{min-height:100vh;background:var(--bg)}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1rem 2rem;background:var(--white);border-bottom:1px solid var(--border);box-shadow:0 2px 12px #0c1a2e0f}.admin-header-logo{height:60px;width:auto}.admin-header-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.admin-site-btn{padding:.65rem 1.4rem;font-size:.82rem;text-decoration:none}.btn-admin-logout{padding:.65rem 1.2rem;background:transparent;border:1.5px solid var(--border);border-radius:50px;font-size:.82rem;font-weight:700;color:var(--silver);cursor:pointer;font-family:inherit;transition:border-color .2s,color .2s}.btn-admin-logout:hover{border-color:var(--navy);color:var(--navy)}.admin-main{max-width:1280px;margin:0 auto;padding:4rem 2rem}.admin-welcome{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:16px;padding:3rem 2.5rem;box-shadow:0 4px 24px #0c1a2e0f}.admin-welcome h1{font-size:2rem;font-weight:800;color:var(--navy);margin-bottom:1rem}.admin-welcome p{color:var(--silver);font-size:.98rem;line-height:1.75;max-width:600px}@media (max-width: 768px){.admin-header{flex-direction:column;align-items:stretch;padding:1rem 1.2rem}.admin-header-actions{justify-content:center}.admin-main{padding:2.5rem 1.2rem}.admin-welcome{padding:2rem 1.5rem}.admin-welcome h1{font-size:1.5rem}}.admin-welcome--compact{margin-bottom:2rem;padding:2rem 2.5rem}.admin-actu-section{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.admin-actu-form-card,.admin-actu-list-card{background:var(--white);border:1px solid var(--border);border-top:4px solid var(--gold);border-radius:16px;padding:2rem;box-shadow:0 4px 24px #0c1a2e0f}.admin-actu-form-card h2,.admin-actu-list-card h2{font-size:1.35rem;font-weight:800;color:var(--navy);margin-bottom:1rem}.admin-list-filters{display:flex;gap:.75rem;margin-bottom:1rem}.admin-list-filters .admin-search-input{margin-bottom:0}.admin-search-input{width:100%;padding:.55rem 1rem;border:1px solid var(--border);border-radius:8px;font-size:.95rem;margin-bottom:1.2rem;outline:none;transition:border-color .2s}.admin-search-input:focus{border-color:var(--gold)}.admin-actu-form{display:flex;flex-direction:column;gap:1.2rem}.admin-actu-hint{font-size:.8rem;color:var(--silver);margin-top:.35rem}.admin-actu-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.admin-preview-wrap{position:relative;display:flex;flex-direction:column;gap:.35rem}.admin-preview-wrap img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:2px solid var(--border);transition:border-color .2s}.admin-preview-wrap:first-child img{border-color:var(--gold)}.admin-cover-badge{text-align:center;font-size:.75rem;font-weight:600;color:var(--gold)}.admin-preview-img-wrap{position:relative}.admin-preview-img-wrap img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:2px solid var(--border);display:block;transition:border-color .2s}.admin-preview-wrap:first-child .admin-preview-img-wrap img{border-color:var(--gold)}.admin-remove-overlay{position:absolute;top:6px;right:6px;background:#141414b3;border:none;border-radius:6px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.9rem;cursor:pointer;opacity:0;transition:opacity .2s,background .2s}.admin-preview-wrap:hover .admin-remove-overlay{opacity:1}.admin-remove-overlay:hover{background:#dc3232d9}.admin-preview-actions{display:flex;gap:.3rem;margin-top:.3rem}.admin-cover-btn{flex:1;background:none;border:1px solid var(--border);border-radius:6px;color:var(--silver);font-size:.72rem;padding:.2rem .35rem;cursor:pointer;transition:border-color .2s,color .2s;text-align:center}.admin-cover-btn:hover{border-color:var(--gold);color:var(--gold)}.admin-actu-previews img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.admin-actu-actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);z-index:9999;display:flex;align-items:center;gap:.75rem;padding:.9rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;box-shadow:0 8px 32px #0000002e;cursor:pointer;animation:toastIn .25s ease;white-space:nowrap}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.admin-toast--success{background:#1e7e34;color:#fff}.admin-toast--error{background:var(--red-fr);color:#fff}.admin-toast-icon{font-size:1.1rem;font-weight:800}.admin-actu-empty{color:var(--silver);font-size:.95rem}.admin-actu-list{display:flex;flex-direction:column;gap:1rem;max-height:calc(850px + 4rem);overflow-y:auto;padding-right:4px}.admin-actu-item{display:grid;grid-template-columns:90px 1fr;gap:1rem;padding:1rem;border:1px solid var(--border);border-radius:12px;background:var(--bg)}.admin-actu-item-img{width:90px;height:90px;object-fit:cover;border-radius:10px}.admin-actu-item-date{display:block;font-size:.78rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;margin-bottom:.35rem}.admin-actu-item-content h3{font-size:1rem;font-weight:800;color:var(--navy);margin-bottom:.4rem}.admin-actu-item-content p{font-size:.85rem;color:var(--silver);line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-clamp:3;overflow:hidden}.admin-actu-item--unavailable{opacity:.55}.admin-actu-item--unavailable .admin-actu-item-img{filter:grayscale(60%)}.admin-actu-item-actions{display:flex;gap:.5rem;margin-top:.75rem}.admin-availability-switch{display:flex;align-items:center;gap:.5rem;margin-top:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none}.admin-availability-switch input{display:none}.admin-switch-slider{position:relative;width:36px;height:20px;background:#ccc;border-radius:20px;flex-shrink:0;transition:background .2s}.admin-switch-slider:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;background:#fff;border-radius:50%;transition:transform .2s}.admin-availability-switch input:checked+.admin-switch-slider{background:#4caf50}.admin-availability-switch input:checked+.admin-switch-slider:after{transform:translate(16px)}.admin-switch-label{font-size:.78rem;font-weight:600;color:var(--silver)}.produit-acheter-btn--unavailable{opacity:.5;cursor:not-allowed;background:var(--silver)!important}.admin-actu-item-actions button{padding:.4rem .85rem;border-radius:50px;border:1.5px solid var(--border);background:var(--white);font-size:.78rem;font-weight:700;color:var(--navy);cursor:pointer;font-family:inherit}.admin-actu-delete{color:var(--red-fr)!important;border-color:#ed29394d!important}.actu-loading{color:var(--silver);font-size:.95rem}.actu-list{display:flex;flex-direction:column;gap:0;margin-bottom:4rem;border:1px solid var(--border);border-radius:12px;overflow:hidden}.actu-row{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 1.8rem;background:var(--white);border-bottom:1px solid var(--border);transition:background .2s}.actu-row:last-child{border-bottom:none}.actu-row:hover{background:var(--gold-pale)}.actu-row-thumb{width:72px;height:72px;border-radius:10px;object-fit:cover;flex-shrink:0}.actu-row-thumb--empty{background:var(--bg-section);border:1px dashed var(--border)}.actu-row-info{display:flex;align-items:center;gap:1.5rem;min-width:0;flex:1}.actu-row-date{font-size:.8rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:.8px;white-space:nowrap;flex-shrink:0}.actu-row-title{font-size:1rem;font-weight:700;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.actu-row-btn{flex-shrink:0;padding:.5rem 1.4rem;background:linear-gradient(135deg,var(--gold),var(--gold-light));color:var(--white);border-radius:50px;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;transition:box-shadow .2s,transform .2s}.actu-row-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #c97d0866}.actu-detail-back{display:inline-block;margin-bottom:2rem;font-size:.88rem;font-weight:600;color:var(--silver);transition:color .2s}.actu-detail-back:hover{color:var(--navy)}.actu-detail{max-width:820px;margin:0 auto}.actu-detail-title{font-size:2.2rem;font-weight:800;color:var(--navy);line-height:1.25;margin-bottom:.5rem}.actu-date{display:inline-block;font-size:.8rem;font-weight:700;color:var(--gold);text-transform:uppercase;letter-spacing:1px}.actu-detail-date{display:block;margin-bottom:2rem}.actu-detail-content{display:grid;grid-template-columns:1fr 420px;gap:3rem;align-items:start}.actu-detail-body p{color:var(--silver);font-size:1rem;line-height:1.85;white-space:pre-wrap}.actu-detail-imgs{display:flex;flex-direction:column;gap:.75rem}.actu-detail-imgs img{width:100%;aspect-ratio:4 / 3;object-fit:cover;border-radius:12px}@media (max-width: 992px){.admin-actu-section{grid-template-columns:1fr}}@media (max-width: 768px){.admin-actu-previews{grid-template-columns:1fr 1fr}.admin-actu-item{grid-template-columns:1fr}.admin-actu-item-img{width:100%;height:160px}.actu-row{padding:1rem 1.2rem;gap:.85rem}.actu-row-thumb{width:56px;height:56px}.actu-row-info{flex-direction:column;align-items:flex-start;gap:.25rem}.actu-row-title{white-space:normal;font-size:.9rem}.actu-detail-title{font-size:1.5rem}.actu-detail-content{grid-template-columns:1fr}}.admin-tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;border-bottom:2px solid var(--border);padding-bottom:0}.admin-tab-btn{padding:.65rem 1.4rem;background:none;border:none;border-bottom:3px solid transparent;margin-bottom:-2px;font-size:.88rem;font-weight:700;color:var(--silver);cursor:pointer;font-family:inherit;text-transform:uppercase;letter-spacing:.8px;transition:color .2s,border-color .2s}.admin-tab-btn:hover{color:var(--navy)}.admin-tab-btn--active{color:var(--navy);border-bottom-color:var(--gold)}.admin-tab-content{padding-top:.5rem}.admin-tailles-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.4rem}.admin-taille-btn{padding:.35rem .75rem;border:1.5px solid var(--border);border-radius:6px;background:var(--white);font-size:.82rem;font-weight:700;color:var(--silver);cursor:pointer;font-family:inherit;transition:border-color .15s,color .15s,background .15s}.admin-taille-btn--active{border-color:var(--gold);background:var(--gold-pale);color:var(--gold)}.product-catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:1.8rem;margin-bottom:5rem}.catalog-card{display:block;background:var(--white);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #0c1a2e0f;transition:transform .25s ease,box-shadow .25s ease;text-decoration:none;color:inherit}.catalog-card:hover{transform:translateY(-5px);box-shadow:0 14px 40px #0c1a2e21}.catalog-card-img-wrap{aspect-ratio:4 / 3;overflow:hidden;background:var(--bg-section)}.catalog-card-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.catalog-card:hover .catalog-card-img{transform:scale(1.05)}.catalog-card-img--empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem}.catalog-card-body{padding:1rem 1.2rem 1.3rem}.catalog-card-body h2{font-size:.97rem;font-weight:800;color:var(--navy);line-height:1.3}.produit-detail{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start;margin-bottom:5rem}.produit-carousel{display:flex;flex-direction:column;gap:.75rem;position:sticky;top:2rem}.produit-carousel-main{position:relative;aspect-ratio:1;border-radius:16px;overflow:hidden;background:var(--bg-section)}.produit-carousel-img{width:100%;height:100%;object-fit:cover;display:block}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;border-radius:50%;width:38px;height:38px;font-size:1.4rem;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px #00000026;transition:background .2s;z-index:2}.carousel-arrow:hover{background:var(--white)}.carousel-arrow--prev{left:.7rem}.carousel-arrow--next{right:.7rem}.carousel-counter{position:absolute;bottom:.7rem;right:.8rem;background:#0c1a2e99;color:var(--white);font-size:.72rem;font-weight:700;padding:.2rem .65rem;border-radius:50px}.produit-carousel-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.carousel-thumb{width:68px;height:68px;border-radius:8px;overflow:hidden;border:2px solid transparent;padding:0;background:none;cursor:pointer;transition:border-color .2s;flex-shrink:0}.carousel-thumb img{width:100%;height:100%;object-fit:cover;display:block}.carousel-thumb--active{border-color:var(--gold)}.produit-no-img{aspect-ratio:1;background:var(--bg-section);border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:5rem}.produit-detail-right{display:flex;flex-direction:column;gap:1.2rem;padding-top:.5rem}.produit-detail-title{font-size:2rem;font-weight:800;color:var(--navy);line-height:1.2}.produit-detail-origine{font-size:.82rem;color:var(--silver-light);font-weight:500}.produit-detail-desc{color:var(--silver);font-size:.98rem;line-height:1.8;white-space:pre-wrap}.produit-detail-tailles{display:flex;flex-direction:column;gap:.6rem}.produit-detail-label{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:var(--navy)}.produit-tailles-list{display:flex;flex-wrap:wrap;gap:.45rem}.produit-taille-btn{padding:.45rem .9rem;border:1.5px solid var(--border);border-radius:8px;background:var(--white);font-size:.85rem;font-weight:700;color:var(--navy-mid);cursor:pointer;font-family:inherit;transition:border-color .15s,background .15s,color .15s}.produit-taille-btn:hover{border-color:var(--gold)}.produit-taille-btn--active{border-color:var(--gold);background:var(--gold-pale);color:var(--gold)}.produit-detail-prix{font-size:1.8rem;font-weight:800;color:var(--navy)}.produit-acheter-btn{margin-top:.5rem;width:100%;justify-content:center}@media (max-width: 992px){.product-catalog{grid-template-columns:repeat(2,1fr)}.produit-detail{grid-template-columns:1fr;gap:2rem}.produit-carousel{position:static}}@media (max-width: 600px){.product-catalog{grid-template-columns:repeat(2,1fr);gap:1rem}.admin-tabs{gap:0}.admin-tab-btn{font-size:.78rem;padding:.6rem .9rem}.produit-detail-title{font-size:1.5rem}.carousel-thumb{width:52px;height:52px}}
