.Home-module__g21JLG__main{flex-direction:column;justify-content:flex-start;align-items:center;min-height:auto;padding:2rem 0;display:flex}.Home-module__g21JLG__title{font-size:4rem;line-height:1.15}.Home-module__g21JLG__title a{color:#0070f3;text-decoration:none}.Home-module__g21JLG__title a:hover,.Home-module__g21JLG__title a:focus,.Home-module__g21JLG__title a:active{text-decoration:underline}.Home-module__g21JLG__h1{color:#fff;text-shadow:0 0 2px #0006,0 0 4px #ffd9f94d,0 0 6px #ff95ee33;margin-top:10px;font-size:2rem;line-height:1.15}.Home-module__g21JLG__divHome{flex-direction:column;align-items:center;min-height:auto;margin-top:10px;margin-left:5px;margin-right:5px;display:flex}.Home-module__g21JLG__cardsGrid{flex-wrap:wrap;justify-content:center;gap:30px;width:100%;padding:50px;display:flex}.Home-module__g21JLG__sectionTitle{text-align:center;color:#333;margin-top:40px;font-family:sans-serif}@media (max-width:800px){.Home-module__g21JLG__h1{padding-top:10px;font-size:2rem}}
.CharacterBanner-module__HYd4vW__bannerWrapper{width:100%;position:relative;overflow:hidden}.CharacterBanner-module__HYd4vW__bannerContainer{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:pan-y;background:#a998d826;align-items:center;width:100%;padding:70px 0 40px;display:flex;overflow:hidden}.CharacterBanner-module__HYd4vW__bannerContainer:active{cursor:grabbing}.CharacterBanner-module__HYd4vW__bannerScroll{will-change:transform;align-items:center;width:max-content;display:flex}.CharacterBanner-module__HYd4vW__scrollGroup{gap:80px;padding-right:80px;display:flex}.CharacterBanner-module__HYd4vW__cardWrapper{will-change:transform,opacity;flex-shrink:0;transition:transform .2s cubic-bezier(.2,.8,.2,1),opacity .2s}.CharacterBanner-module__HYd4vW__arrow{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:20;pointer-events:none;background:#a998d880;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;animation:2s ease-in-out infinite CharacterBanner-module__HYd4vW__arrowBounce;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}.CharacterBanner-module__HYd4vW__arrow svg{fill:#fff;filter:drop-shadow(0 0 5px #ffffff80);width:30px;height:30px}.CharacterBanner-module__HYd4vW__arrowLeft{left:20px}.CharacterBanner-module__HYd4vW__arrowRight{animation-delay:1s;right:20px}@keyframes CharacterBanner-module__HYd4vW__arrowBounce{0%,to{opacity:.5;transform:translateY(-50%)translate(0)}50%{opacity:1;transform:translateY(-50%)translate(10px)}}.CharacterBanner-module__HYd4vW__arrowLeft{animation-name:CharacterBanner-module__HYd4vW__arrowBounceLeft}@keyframes CharacterBanner-module__HYd4vW__arrowBounceLeft{0%,to{opacity:.5;transform:translateY(-50%)translate(0)}50%{opacity:1;transform:translateY(-50%)translate(-10px)}}@media (max-width:800px){.CharacterBanner-module__HYd4vW__bannerContainer{padding:40px 0}.CharacterBanner-module__HYd4vW__arrow{opacity:.7;width:35px;height:35px}.CharacterBanner-module__HYd4vW__scrollGroup{gap:40px;padding-right:40px}}
.FlipCard-module__J75xGa__cardContainer{perspective:1200px;cursor:pointer;flex-shrink:0;width:200px;height:250px;margin-bottom:70px;margin-left:6.5%;position:relative}.FlipCard-module__J75xGa__clickMeOverlay{z-index:5;text-transform:uppercase;white-space:nowrap;pointer-events:none;color:#ad88b6;border-radius:20px;justify-content:center;align-items:center;padding:8px 16px;font-size:.6rem;display:flex;position:absolute;bottom:-32px;left:50%;overflow:hidden;transform:translate(-50%)}.FlipCard-module__J75xGa__clickMeOverlay:before{content:"";z-index:-2;width:250%;height:250%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FlipCard-module__J75xGa__clickMeOverlay:after{content:"";z-index:-1;background:#fff;border-radius:28px;position:absolute;inset:2px}.FlipCard-module__J75xGa__cardInner{width:100%;height:100%;transform-style:preserve-3d;border:1px solid #ffffffb3;border-radius:20px;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:inset 0 0 15px #84e4ff56}.FlipCard-module__J75xGa__isFlipped{transform:rotateY(180deg)}.FlipCard-module__J75xGa__cardFace{backface-visibility:hidden;border-radius:20px;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;overflow:hidden;box-shadow:0 10px 20px #00000014}.FlipCard-module__J75xGa__cardFace:before{content:"";z-index:-2;background:conic-gradient(#0000,#d6c8ff,#b6feff,#ffd0fd,#0000 30%);width:150%;height:150%;animation:4s linear infinite FlipCard-module__J75xGa__borderRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.FlipCard-module__J75xGa__cardFace:after{content:"";z-index:-1;-webkit-backdrop-filter:blur(25px)saturate(180%);outline-offset:-5px;background:#fff linear-gradient(135deg,#ffffff80 0%,#fff0 40% 60%,#fff3 100%);border:1px solid #ffffffb3;border-radius:16px;outline:1px solid #fff3;position:absolute;inset:5px;box-shadow:inset 0 0 15px #84e4ff56,0 10px 20px #00000014}.FlipCard-module__J75xGa__cardBack{transform:rotateY(180deg)}.FlipCard-module__J75xGa__cardImage{object-fit:contain;z-index:2;width:100%;height:100%;padding:10px}@keyframes FlipCard-module__J75xGa__borderRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:800px){.FlipCard-module__J75xGa__cardContainer{width:120px;height:150px;margin-bottom:50px}.FlipCard-module__J75xGa__clickMeOverlay{padding:5px 10px;bottom:-23px}.FlipCard-module__J75xGa__cardContainer{scrollbar-width:none;-ms-overflow-style:none}.FlipCard-module__J75xGa__cardContainer::-webkit-scrollbar{display:none}}
.AffichageProduit2-module__Lhu2Iq__productWrapper{-webkit-backdrop-filter:blur(25px)saturate(180%);outline-offset:-5px;background:#a998d85d linear-gradient(135deg,#ffffff80 0%,#fff0 40% 60%,#fff3 100%);border:1px solid #ffffffb3;outline:1px solid #fff3;width:100%;box-shadow:inset 0 0 35px #57f4ff26,0 10px 20px #00000014}.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(6,1fr);gap:20px 5px;padding:20px;display:grid}.AffichageProduit2-module__Lhu2Iq__productCard{color:#fff;-webkit-backdrop-filter:blur(25px)saturate(180%);background-image:linear-gradient(135deg,#ffffff80 0%,#fff0 40% 60%,#fff3 100%);border:1px solid #ffffffb3;border-radius:25px;outline:1px solid #fff3;flex-direction:column;height:100%;text-decoration:none;transition:all .3s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden;box-shadow:inset 0 0 15px #84e4ff56}.AffichageProduit2-module__Lhu2Iq__productCard:hover{transform:translateY(-3px);box-shadow:inset 0 0 30px 10px #b1eeff56,0 0 10px #00000014}.AffichageProduit2-module__Lhu2Iq__productCard:before{content:"";opacity:0;z-index:0;background:conic-gradient(#0000,#d6c8ff,#b6feff,#ffd0fd,#0000 30%);width:200%;height:200%;transition:opacity .3s;animation:4s linear infinite AffichageProduit2-module__Lhu2Iq__rotateBorder;position:absolute;top:-50%;left:-50%}.AffichageProduit2-module__Lhu2Iq__productCard:hover:before{opacity:1}.AffichageProduit2-module__Lhu2Iq__cardInner{z-index:1;border-radius:0;flex-direction:column;width:100%;height:100%;padding:5px;display:flex;position:relative}.AffichageProduit2-module__Lhu2Iq__cardText{background:#a998d8;border-radius:0 0 22px 22px;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;height:7vh;padding:5px 8px 8px;display:flex}.AffichageProduit2-module__Lhu2Iq__saleBadge{color:#fff;z-index:10;text-align:center;white-space:nowrap;background:linear-gradient(90deg,#e2c0ff,#b6feff,#ffd0fd) 0/200% 100%;border-radius:8px;padding:5px 12px;font-family:Lilita One,cursive;position:absolute;top:10px;right:10px;transform:rotate(6deg);box-shadow:3px 3px #0000001a}.AffichageProduit2-module__Lhu2Iq__mainImage{aspect-ratio:1;object-fit:contain;border-radius:18px 18px 0 0;width:100%;height:auto;transition:all .4s}.AffichageProduit2-module__Lhu2Iq__cardImageWrapper{-webkit-backdrop-filter:blur(25px)saturate(180%);outline-offset:-5px;background:#fdffff linear-gradient(135deg,#ffffff80 0%,#fff0 40% 60%,#fff3 100%);border:1px solid #ffffffb3;border-radius:20px 20px 0 0;outline:1px solid #fff3;width:100%;max-width:500px;margin:0 auto;display:block;position:relative;box-shadow:inset 0 0 15px #84e4ff56,0 10px 20px #00000014}.AffichageProduit2-module__Lhu2Iq__productName{word-break:break-word;color:#fff;-webkit-line-clamp:2;line-clamp:2;word-break:normal;-webkit-box-orient:vertical;flex:1;min-width:0;margin:0;padding:0 0 0 2px;font-family:Lilita One,cursive;font-size:.6rem;display:-webkit-box;position:static;overflow:hidden}.AffichageProduit2-module__Lhu2Iq__divider{background:#fff6;border-radius:2px;flex-shrink:0;align-self:stretch;width:2px}.AffichageProduit2-module__Lhu2Iq__priceFlex{flex-direction:column;flex-shrink:0;align-items:flex-start;gap:0;margin-right:0;padding:0;display:flex}.AffichageProduit2-module__Lhu2Iq__oldPriceTag{color:#fff;font-family:Lilita One,cursive;font-size:.6rem;text-decoration:line-through}.AffichageProduit2-module__Lhu2Iq__priceTag,.AffichageProduit2-module__Lhu2Iq__priceTagPromo{color:#fff;width:fit-content;font-family:Lilita One,cursive;font-size:.8rem;transition:all .3s}.AffichageProduit2-module__Lhu2Iq__priceTagPromo{background:linear-gradient(90deg,#e2c0ff,#b6feff,#ffd0fd) 0/200% 100%;border-radius:10px;padding:3px 6px;display:inline-block;transform:rotate(-4deg)}.AffichageProduit2-module__Lhu2Iq__categoryBar{flex-wrap:wrap;gap:8px;padding:16px 20px 8px;display:flex}.AffichageProduit2-module__Lhu2Iq__categoryBtn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff6;border-radius:20px;padding:6px 16px;font-family:Lilita One,cursive;font-size:.85rem;transition:all .2s}.AffichageProduit2-module__Lhu2Iq__categoryBtn:hover{background:#ffffff40}.AffichageProduit2-module__Lhu2Iq__categoryBtnActive{color:#a998d8;background:#fff;border-color:#fff}.AffichageProduit2-module__Lhu2Iq__controlsBar{border:4px solid #fff3;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:16px 20px 8px;display:flex}.AffichageProduit2-module__Lhu2Iq__sortSelect{cursor:pointer;color:#a998d8;background-color:#fff;border:1px solid #ccc;border-radius:5px;padding:8px 12px}@keyframes AffichageProduit2-module__Lhu2Iq__rotateBorder{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1500px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(5,1fr)}.AffichageProduit2-module__Lhu2Iq__productName{font-size:.55rem}.AffichageProduit2-module__Lhu2Iq__priceTag,.AffichageProduit2-module__Lhu2Iq__priceTagPromo{font-size:.8rem}.AffichageProduit2-module__Lhu2Iq__priceTagPromo{border-radius:8px}}@media (max-width:1100px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(4,1fr)}.AffichageProduit2-module__Lhu2Iq__productName{font-size:.5rem}}@media (max-width:800px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(3,1fr);gap:0;padding:0}.AffichageProduit2-module__Lhu2Iq__productName{font-size:.4rem}.AffichageProduit2-module__Lhu2Iq__priceTag,.AffichageProduit2-module__Lhu2Iq__priceTagPromo{font-size:1rem}.AffichageProduit2-module__Lhu2Iq__priceTagPromo{transform:rotate(-3deg)}.AffichageProduit2-module__Lhu2Iq__productCard:before{display:none}.AffichageProduit2-module__Lhu2Iq__productCard{border-radius:0}.AffichageProduit2-module__Lhu2Iq__productCard:hover{transform:none}.AffichageProduit2-module__Lhu2Iq__productWrapper{padding:5px}.AffichageProduit2-module__Lhu2Iq__saleBadge{font-size:.6rem}}@media (max-width:600px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(2,1fr)}.AffichageProduit2-module__Lhu2Iq__productName{font-size:.55rem}.AffichageProduit2-module__Lhu2Iq__priceTag,.AffichageProduit2-module__Lhu2Iq__priceTagPromo{font-size:.9rem}.AffichageProduit2-module__Lhu2Iq__priceTagPromo{border-radius:5px}.AffichageProduit2-module__Lhu2Iq__saleBadge{font-size:.55rem}}@media (max-width:360px){.AffichageProduit2-module__Lhu2Iq__priceTag,.AffichageProduit2-module__Lhu2Iq__priceTagPromo{font-size:.55rem}.AffichageProduit2-module__Lhu2Iq__oldPriceTag{font-size:.4rem}}
.LandingPage-module__VZf-pa__container{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:20px;font-family:Lilita One,cursive;display:flex;position:relative;overflow:hidden}.LandingPage-module__VZf-pa__card{z-index:10;text-align:center;background:#fff;border:3px solid #e7dfff;border-radius:25px;width:100%;max-width:450px;padding:2.5rem;animation:.4s cubic-bezier(.25,.46,.45,.94) LandingPage-module__VZf-pa__modalPop;box-shadow:10px 10px #d6c8ff}.LandingPage-module__VZf-pa__logoContainer{z-index:1;filter:drop-shadow(0 0 5px #a5f1ff60);border-radius:25px;margin-bottom:25px;padding:20px;animation:4s ease-in-out infinite LandingPage-module__VZf-pa__float;display:inline-block;position:relative;overflow:hidden}.LandingPage-module__VZf-pa__logoContainer:before{content:"";z-index:-2;background:conic-gradient(#0000,#d6c8ff,#b6feff,#ffd0fd,#0000 30%);width:250%;height:250%;animation:4s linear infinite LandingPage-module__VZf-pa__borderRotate;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LandingPage-module__VZf-pa__logoContainer:after{content:"";z-index:-1;background:#fff;border-radius:20px;position:absolute;inset:4px}.LandingPage-module__VZf-pa__logo{z-index:2;width:150px;height:auto;display:block;position:relative}.LandingPage-module__VZf-pa__title{color:#d6c8ff;margin-bottom:10px}.LandingPage-module__VZf-pa__description{color:#7e8c91;margin-bottom:25px;line-height:1.5}.LandingPage-module__VZf-pa__emailInput{box-sizing:border-box;background:#e7ffff;border:2px solid #d6c8ff;border-radius:15px;outline:none;width:100%;margin-bottom:15px;padding:15px 20px;font-family:Lilita One,cursive;font-size:1rem;transition:all .2s}.LandingPage-module__VZf-pa__emailInput::placeholder{color:#b2bec3}.LandingPage-module__VZf-pa__emailInput:-webkit-autofill{-webkit-text-fill-color:#dfbffc;font-family:Lilita One,cursive;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.LandingPage-module__VZf-pa__emailInput:-webkit-autofill:hover{-webkit-text-fill-color:#dfbffc;font-family:Lilita One,cursive;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.LandingPage-module__VZf-pa__emailInput:-webkit-autofill:focus{-webkit-text-fill-color:#dfbffc;font-family:Lilita One,cursive;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.LandingPage-module__VZf-pa__emailInput:-webkit-autofill:active{-webkit-text-fill-color:#dfbffc;font-family:Lilita One,cursive;transition:background-color 9999s ease-in-out;box-shadow:inset 0 0 0 1000px #fff}.LandingPage-module__VZf-pa__emailInput:focus{background:#fff;transform:translate(-2px,-2px);box-shadow:4px 4px #f5d3ff}.LandingPage-module__VZf-pa__submitBtn{color:#fff;cursor:pointer;background:#e7dfff;border:3px solid #d6c8ff;border-radius:15px;width:100%;padding:15px;font-family:Lilita One,cursive;font-size:1.2rem;transition:all .2s;box-shadow:4px 4px #d6c8ff}.LandingPage-module__VZf-pa__submitBtn:hover:not(:disabled){background:#e7dfff;transform:translate(-2px,-2px);box-shadow:6px 6px #ffe5fe}.LandingPage-module__VZf-pa__submitBtn:active{transform:translate(0);box-shadow:2px 2px #d6c8ff}.LandingPage-module__VZf-pa__successBox{background:#f6fffd;border:2px solid #d6c8ff;border-radius:20px;padding:20px;animation:.4s ease-out LandingPage-module__VZf-pa__modalPop}.LandingPage-module__VZf-pa__successBox p{color:#d6c8ff;margin-bottom:5px;font-size:1.3rem}@keyframes LandingPage-module__VZf-pa__modalPop{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes LandingPage-module__VZf-pa__float{0%{transform:translate(0,0)}50%{transform:translateY(-15px)}to{transform:translate(0,0)}}@keyframes LandingPage-module__VZf-pa__borderRotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}.LandingPage-module__VZf-pa__footer{color:#d6c8ff;opacity:.8;margin-top:40px;font-size:.9rem}.LandingPage-module__VZf-pa__floatingElement{-webkit-user-select:none;user-select:none;pointer-events:none;will-change:transform;font-size:2.5rem;position:absolute}.LandingPage-module__VZf-pa__star1{animation:5s ease-in-out infinite LandingPage-module__VZf-pa__float;top:15%;left:15%}.LandingPage-module__VZf-pa__star2{animation:6s ease-in-out infinite reverse LandingPage-module__VZf-pa__float;bottom:20%;right:15%}.LandingPage-module__VZf-pa__star3{animation:4.5s ease-in-out 1s infinite LandingPage-module__VZf-pa__float;top:40%;right:10%}@keyframes LandingPage-module__VZf-pa__cardPop{0%{opacity:0;transform:translateY(50px)scale(.9)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes LandingPage-module__VZf-pa__successScale{0%{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.LandingPage-module__VZf-pa__errorText{color:#ff7675;margin-top:5px;font-size:.9rem}.LandingPage-module__VZf-pa__footer{color:#b2bec3;letter-spacing:2px;margin-top:40px;font-size:.8rem}@media (max-width:500px){.LandingPage-module__VZf-pa__card{border-radius:30px;width:95%;padding:30px 20px}.LandingPage-module__VZf-pa__title{font-size:1.8rem}.LandingPage-module__VZf-pa__floatingElement{display:none}}
.QualityTicker-module__HD3zuq__tickerContainer{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);white-space:nowrap;border-top:1px solid #fff3;border-bottom:1px solid #fff3;align-items:center;width:100%;height:30px;padding:10px 0;font-size:1rem;display:flex;position:absolute;bottom:-30px;overflow:hidden}.QualityTicker-module__HD3zuq__tickerWrapper{animation:40s linear infinite QualityTicker-module__HD3zuq__scrollTicker;display:inline-flex}.QualityTicker-module__HD3zuq__tickerItem{color:#fff;text-transform:uppercase;letter-spacing:1px;text-shadow:0 0 8px #b6feff80;padding:0 40px;font-family:Lilita One,cursive;font-size:.6rem}@keyframes QualityTicker-module__HD3zuq__scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}
.Footer-module__bU2TmW__footer{text-align:center;-webkit-backdrop-filter:blur(15px);z-index:10;isolation:isolate;background:linear-gradient(90deg,#ffd0fd,#b6feff,#e2c0ff) bottom/100% 5px no-repeat,#a998d8;padding-top:45px;font-family:Lilita One,cursive;position:relative;overflow:visible;box-shadow:0 -10px 30px #00ffff1a}.Footer-module__bU2TmW__footer:before{content:"";z-index:1;height:30px;box-shadow:none;background:linear-gradient(90deg,#e2c0ff80,#b6feff80,#ffd0fd80) top/100% 10px no-repeat,linear-gradient(90deg,#e2c0ff,#b6feff,#ffd0fd) 0 10px/100% 20px no-repeat;position:absolute;top:0;left:0;right:0}.Footer-module__bU2TmW__footer:after{content:"";opacity:.5;z-index:-1;pointer-events:none;background:linear-gradient(90deg,#ffd0fd,#b6feff,#e2c0ff);height:10px;position:absolute;bottom:0;left:0;right:0}.Footer-module__bU2TmW__footerLink{color:#f3efff;margin:0 15px;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-block}.Footer-module__bU2TmW__footerLink:hover{color:#b6feff;text-shadow:0 0 10px #b6feff80;transform:translateY(-2px)}.Footer-module__bU2TmW__footerCopyright{color:#fff6;z-index:10;margin-top:20px;padding-bottom:20px;font-family:sans-serif;font-size:.8rem;position:relative}.Footer-module__bU2TmW__legalLinks{z-index:10;margin-bottom:10px;position:relative}.Footer-module__bU2TmW__separator{color:#ffffff4d}.Footer-module__bU2TmW__trustBadges{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:5;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;justify-content:center;gap:30px;margin:0 20px 30px;padding-bottom:10px;display:flex;position:relative}.Footer-module__bU2TmW__badge{text-align:center;flex:1}.Footer-module__bU2TmW__badge span{filter:drop-shadow(0 0 8px #b6feff80);margin-bottom:5px;font-size:1.8rem;display:block}.Footer-module__bU2TmW__badge p{color:#f3efff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-family:sans-serif;font-size:.5rem;font-weight:800}.Footer-module__bU2TmW__paymentIcons{opacity:.6;filter:grayscale();gap:10px;transition:opacity .3s;display:flex}.Footer-module__bU2TmW__paymentIcons:hover{opacity:1;filter:none}.Footer-module__bU2TmW__paymentMethods{flex-direction:column;align-items:center;gap:10px;margin:20px 0;display:flex}.Footer-module__bU2TmW__paymentTitle{color:#ffffffb3;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.Footer-module__bU2TmW__paymentBadges{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.Footer-module__bU2TmW__payBadge{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;padding:4px 8px;font-size:.65rem}@media (max-width:400px){.Footer-module__bU2TmW__separator{margin:-15px}}
.CookieBanner-module__WVz2Rq__banner{z-index:9999;background:#fff;border:1px solid #eaeaea;border-radius:16px;flex-direction:column;gap:15px;width:90%;max-width:550px;padding:20px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #00000026}.CookieBanner-module__WVz2Rq__content{align-items:center;gap:15px;display:flex}.CookieBanner-module__WVz2Rq__icon{font-size:24px}.CookieBanner-module__WVz2Rq__banner p{color:#444;text-align:left;margin:0;font-size:14px;line-height:1.4}.CookieBanner-module__WVz2Rq__buttons{justify-content:flex-end;gap:10px;width:100%;display:flex}.CookieBanner-module__WVz2Rq__acceptBtn,.CookieBanner-module__WVz2Rq__declineBtn{cursor:pointer;border:none;border-radius:10px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s}.CookieBanner-module__WVz2Rq__acceptBtn{color:#fff;background:#000}.CookieBanner-module__WVz2Rq__acceptBtn:hover{background:#333}.CookieBanner-module__WVz2Rq__declineBtn{color:#666;background:#f0f0f0}.CookieBanner-module__WVz2Rq__declineBtn:hover{background:#e5e5e5}@media (max-width:480px){.CookieBanner-module__WVz2Rq__banner{padding:15px;bottom:10px}.CookieBanner-module__WVz2Rq__content{text-align:center;flex-direction:column}.CookieBanner-module__WVz2Rq__buttons{justify-content:center}}
@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(../media/cacf9cec150447d7-s.6e2104db.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Lilita One;font-style:normal;font-weight:400;font-display:swap;src:url(../media/c432471d2cba538b-s.p.efda4bc0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Lilita One Fallback;src:local(Arial);ascent-override:96.14%;descent-override:22.91%;line-gap-override:0.0%;size-adjust:96.01%}.lilita_one_b3f4e123-module__hVvaDG__className{font-family:Lilita One,Lilita One Fallback;font-style:normal;font-weight:400}.lilita_one_b3f4e123-module__hVvaDG__variable{--font-lilita:"Lilita One","Lilita One Fallback"}
@font-face{font-family:Fascinate;font-style:normal;font-weight:400;font-display:swap;src:url(../media/cf976e3a50afb99f-s.c1f15fef.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Fascinate;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14fadc6ce3bcf924-s.p.d6a14494.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fascinate Fallback;src:local(Arial);ascent-override:84.89%;descent-override:23.61%;line-gap-override:0.0%;size-adjust:122.23%}.fascinate_8cd24be2-module__G8a1ha__className{font-family:Fascinate,Fascinate Fallback;font-style:normal;font-weight:400}.fascinate_8cd24be2-module__G8a1ha__variable{--font-fascinate:"Fascinate","Fascinate Fallback"}
.FloatingBadges-module___bxVNq__trustBadges{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:5;background:#a998d85d;border:1px solid #fff3;border-radius:20px 20px 0 0;justify-content:center;gap:30px;margin:0 0 -10px;padding-bottom:10px;display:flex;position:relative}.FloatingBadges-module___bxVNq__badge{text-align:center;flex:1;overflow:hidden}.FloatingBadges-module___bxVNq__badge span:hover{transform:scale(1.05)}.FloatingBadges-module___bxVNq__badge span{margin-bottom:5px;font-size:1.8rem;display:block}.FloatingBadges-module___bxVNq__badge p{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0;font-family:sans-serif;font-size:.5rem;font-weight:800}.FloatingBadges-module___bxVNq__interactiveBadge{cursor:pointer;position:relative}.FloatingBadges-module___bxVNq__mongolfiereEnBas{width:60px;height:auto;position:absolute;bottom:-18px;left:-40px}@keyframes FloatingBadges-module___bxVNq__floatBalloonSubtle{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,-5px)}}.FloatingBadges-module___bxVNq__tooltipText{text-align:center;font-family:sans-serif;font-size:.7rem;line-height:1.4;color:#ad88b6!important}.FloatingBadges-module___bxVNq__paymentTooltip{z-index:1000;pointer-events:auto;background:#fff;border:3px solid #f5d3ff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;width:fit-content;height:70px;padding:20px;animation:.35s cubic-bezier(.34,1.56,.64,1) forwards FloatingBadges-module___bxVNq__popIn;display:flex;position:fixed;top:-50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 10px 20px #00ffff26}.FloatingBadges-module___bxVNq__paymentTooltip.FloatingBadges-module___bxVNq__hiding{animation:.2s ease-in forwards FloatingBadges-module___bxVNq__popOut}.FloatingBadges-module___bxVNq__tooltipTitle{color:#a998d8!important}.FloatingBadges-module___bxVNq__methodsGrid{flex-flow:row;justify-content:center;gap:8px;margin-top:5px;display:flex}.FloatingBadges-module___bxVNq__methodsGrid span{color:#ad88b6;white-space:nowrap;background:#fdf8ff;border:1px solid #f5d3ff;border-radius:8px;padding:4px 8px;font-weight:700;display:inline-block;font-size:.5rem!important}@keyframes FloatingBadges-module___bxVNq__popIn{0%{opacity:0;transform:translate(-50%,calc(12px - 50%))scale(.88)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}@keyframes FloatingBadges-module___bxVNq__popOut{0%{opacity:1;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,calc(8px - 50%))scale(.92)}}.FloatingBadges-module___bxVNq__clickIndicator{pointer-events:none;background-color:#b6feff;border-radius:50%;width:8px;height:8px;animation:2s infinite FloatingBadges-module___bxVNq__pulseIndicator;position:absolute;top:5px;left:55%;box-shadow:0 0 10px #b6feff}@keyframes FloatingBadges-module___bxVNq__pulseIndicator{0%{transform:scale(.95);box-shadow:0 0 #b6feffb3}70%{transform:scale(1.2);box-shadow:0 0 0 10px #b6feff00}to{transform:scale(.95);box-shadow:0 0 #b6feff00}}@media (max-width:1500px){.FloatingBadges-module___bxVNq__paymentTooltip{height:70px;position:fixed;top:-50%;bottom:auto;left:50%;transform:translate(-50%,-50%)}.FloatingBadges-module___bxVNq__arrowDown{display:none}}@media (max-width:800px){.FloatingBadges-module___bxVNq__paymentTooltip{top:-60%}}@media (max-width:580px){.FloatingBadges-module___bxVNq__paymentTooltip{width:80vw;height:auto;padding:5px}.FloatingBadges-module___bxVNq__methodsGrid{flex-wrap:wrap;gap:4px}.FloatingBadges-module___bxVNq__methodsGrid span{padding:3px 4px;font-weight:lighter;font-size:.45rem!important}.FloatingBadges-module___bxVNq__tooltipTitle{font-size:.55rem}}@media (max-width:450px){.FloatingBadges-module___bxVNq__paymentTooltip{bottom:50px}.FloatingBadges-module___bxVNq__trustBadges{gap:15px}}
