.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;-webkit-tap-highlight-color:transparent;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;width:max-content;transform-style:preserve-3d;backface-visibility:hidden;align-items:center;display:flex}.CharacterBanner-module__HYd4vW__scrollGroup{gap:80px;padding-right:80px;display:flex}.CharacterBanner-module__HYd4vW__cardWrapper{will-change:transform,opacity;transform-origin:50%;flex-shrink:0;transition:none!important}.CharacterBanner-module__HYd4vW__cardHidden{opacity:0;transform:translateY(-50px)scale(.8)!important}.CharacterBanner-module__HYd4vW__cardEntrance{animation:.6s cubic-bezier(.2,1,.3,1) CharacterBanner-module__HYd4vW__fadeInEntrance}@keyframes CharacterBanner-module__HYd4vW__fadeInEntrance{0%{opacity:0}}.CharacterBanner-module__HYd4vW__bannerContainer:active .CharacterBanner-module__HYd4vW__cardWrapper{transition:none!important}.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;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 15px #0000001a}.CharacterBanner-module__HYd4vW__arrow svg{fill:#fff;width:30px;height:30px}.CharacterBanner-module__HYd4vW__arrowLeft{animation:2s ease-in-out infinite CharacterBanner-module__HYd4vW__arrowBounceLeft;left:20px}.CharacterBanner-module__HYd4vW__arrowRight{animation:2s ease-in-out 1s infinite CharacterBanner-module__HYd4vW__arrowBounce;right:20px}@keyframes CharacterBanner-module__HYd4vW__arrowBounce{0%,to{opacity:.5;transform:translateY(-50%)translate(0)}50%{opacity:1;transform:translateY(-50%)translate(10px)}}@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:50px 0}.CharacterBanner-module__HYd4vW__scrollGroup{gap:60px;padding-right:60px}.CharacterBanner-module__HYd4vW__cardWrapper{transition:none!important}}
.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__imageOverlay{z-index:10;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.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:.5rem;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:200%;height:200%;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:1;width:100%;height:100%;padding:10px;position:relative}@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__collectionNumber{color:#fff;justify-content:center;align-items:center;margin:10px;font-size:1.2rem;display:flex}.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;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{font-size:.6rem;font-family:var(--font-quicksand),sans-serif;color:#fff;white-space:nowrap;text-overflow:ellipsis;flex:1;margin:0;padding:0 0 0 2px;position:static;overflow:hidden}.AffichageProduit2-module__Lhu2Iq__divider{background:#fff6;border-radius:2px;flex-shrink:0;width:2px;height:80%}.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;background:#ffffff40;border-radius:10px;width:fit-content;padding:5px;font-family:Lilita One,cursive;font-size:.6rem;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:center;align-items:center;display:flex}.AffichageProduit2-module__Lhu2Iq__sortWrapper{display:none}.AffichageProduit2-module__Lhu2Iq__sortSelect{cursor:pointer;color:#a998d8;background-color:#fff;border:1px solid #ccc;border-radius:5px;padding:8px 12px;position:absolute;top:150px;right:15px}.AffichageProduit2-module__Lhu2Iq__favoriteBtn{cursor:pointer;background:0 0;border:none;padding:10px;display:flex;position:absolute;right:0}.AffichageProduit2-module__Lhu2Iq__favoriteBtn:hover{transition:transform .2s;transform:scale(1.1)}@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__priceTagPromo{border-radius:8px}}@media (max-width:1100px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(4,1fr)}}@media (max-width:800px){.AffichageProduit2-module__Lhu2Iq__productList{grid-template-columns:repeat(3,1fr);gap:0;padding:0}.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__priceTagPromo{border-radius:5px}.AffichageProduit2-module__Lhu2Iq__saleBadge{font-size:.55rem}}@media (max-width:360px){.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}}
