body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*,:after,:before{box-sizing:border-box}.page-container{background-color:var(--fond-gris);display:flex}.content-container{flex:1 1;height:calc(100vh - 60px);margin:60px 160px 0;position:relative}button{cursor:pointer}.inGame .title h4{font-size:24px;font-weight:500;margin-bottom:8px}.inGame .level-infos p{font-weight:400;margin-bottom:16px}.end_game{position:absolute;right:0;top:6px}.end_game button{background-color:var(--orange);border:none;border-radius:25px;color:#fff;font-size:16px;padding:15px 20px;text-transform:uppercase}#pTimer{color:var(--orange)}.game-menu{background-color:#fff;border-bottom-left-radius:8px;gap:40px;padding:25px 10px;position:absolute;right:0;top:0;width:100px;z-index:20}.game-menu,.game-menu .item{display:flex;flex-direction:column}.game-menu .item{align-items:center;cursor:pointer;gap:13px;text-align:center}.game-menu .item:not(.item:first-child){display:none}.game-menu .item .exit-icon{background:url(/static/media/cross-game-icon.c95ddf2a2c03f49dc07c.svg) no-repeat;height:25px;width:24px}.game-menu .item .sound-icon{background:url(/static/media/sound-effects-off-icon-black.8a768abd4cac58dd505a.svg) no-repeat;height:25px;width:29px}.game-menu .item.soundOn .sound-icon{background:url(/static/media/sound-effects-icon.7f9e1846904eb78b0568.svg) no-repeat}.game-menu .item .music-icon{background:url(/static/media/music-icon-black.1cf4b360cc2148c33dab.svg) no-repeat;height:28px;width:30px}.game-menu .item.musicOn .music-icon{background:url(/static/media/music-icon-orange.4149caa099cad7c0f137.svg) no-repeat}.game-menu .item .lvl-up-icon{background:url(/static/media/level-up-icon.4d891a0176bfe624eeca.svg) no-repeat;height:25px;width:26px}.game-menu .item .lvl-down-icon{background:url(/static/media/level-down-icon.7e49b3c83bc9246e2b39.svg) no-repeat;height:23px;width:25px}.game-menu .item:hover .exit-icon{background:url(/static/media/cross-game-orange-icon.7372e8295ea42ccef499.svg) no-repeat}.game-menu .item:hover .sound-icon{background:url(/static/media/sound-effects-off-icon-orange.bfa8bb4b4ef619656fc6.svg) no-repeat}.game-menu .item:hover .music-icon{background:url(/static/media/music-icon-orange.4149caa099cad7c0f137.svg) no-repeat}.game-menu .item:hover .lvl-up-icon{background:url(/static/media/level-up-icon-orange.cd6f048e0922f7810366.svg) no-repeat}.game-menu .item:hover .lvl-down-icon{background:url(/static/media/level-down-icon-orange.1a888e08edef5339df35.svg) no-repeat}.game-menu .item.soundOn:hover .sound-icon{background:url(/static/media/sound-effects-off-icon-black.8a768abd4cac58dd505a.svg) no-repeat!important}.game-menu .item.musicOn:hover .music-icon{background:url(/static/media/music-icon-black.1cf4b360cc2148c33dab.svg) no-repeat!important}.game-menu .item:hover p{color:var(--orange)}.game-menu p{font-family:Inter;font-size:12px;font-weight:600;line-height:12px}.game-menu .musicOff p,.game-menu .soundOff p{color:#000}.game-menu .musicOn p,.game-menu .soundOn p{color:var(--orange)}@media screen and (max-width:1500px){body .content-container{margin:60px 60px 0}}@media screen and (max-width:1300px){body .content-container{margin:20px 60px 0}}.popup{background:#1e1e2259;display:none;height:100vh;position:absolute;right:0;top:0;width:100vw;z-index:10}.popup.open{display:flex}.popup-content{align-items:center;background-color:#fff;border-radius:32px;gap:43px;justify-content:center;left:calc(50% + 110px);padding:45px 100px;position:absolute;text-transform:uppercase;top:50%;transform:translate(-50%,-50%)}.popup-content,.popup-text{display:flex;flex-direction:column}.popup-text{gap:10px;text-align:center}.popup-text h5{color:var(--orange);font-family:Inter;font-size:20px;font-weight:600}.popup-text p{font-size:12px}.popup-text .final-time{color:var(--orange);font-size:14px;font-weight:600}.popup-btn-choice{display:flex;gap:28px;justify-content:center}.popup button{border:3px solid var(--orange);border-radius:32px;font-family:Inter;font-size:15px;font-weight:600;height:55px;text-align:center;text-transform:uppercase;width:195px}.popup button.btn-empty{background-color:#fff;color:var(--orange)}.popup button.btn-full{background-color:var(--orange);color:#fff}.countdown-screen{align-items:center;background:var(--dark);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.countdown-number{background-color:var(--orange);border-radius:50%;color:#fff;font-size:8rem;height:250px;width:250px}.countdown-go,.countdown-number{align-items:center;animation:pop 1s ease-in-out;display:flex;font-weight:700;justify-content:center}.countdown-go{color:#000;font-size:15rem;gap:1rem}.countdown-go span{display:inline-block}.countdown-go span:last-child{margin-left:50px}.countdown-letters{object-fit:contain;position:relative;width:250px}.countdown-letters:first-child{animation:toTop 1s ease-in-out}.countdown-letters:nth-child(2){animation:spinLogo 1s ease-in-out}.countdown-letters:nth-child(3){animation:toBottom 1s ease-in-out}@keyframes pop{0%{opacity:.5;transform:scale(.5)}50%{opacity:1;transform:scale(1.3)}to{opacity:0;transform:scale(1)}}@keyframes toBottom{0%{transform:translateY(-50px)}to{transform:translate(0)}}@keyframes spinLogo{0%{transform:scale(.5) rotate(-180deg)}50%{transform:scale(1.2) rotate(0deg)}to{transform:scale(1) rotate(0deg)}}@keyframes toTop{0%{transform:translateY(50px)}to{transform:translate(0)}}#autoTest,#evaluation{pointer-events:none}#autoTest img,#evaluation img{filter:saturate(0)}*{border:0;font-family:Inter,sans-serif;margin:0;padding:0}h1,h2{font-family:Inter Bold}body{display:block;overflow-x:hidden}#homeContainer p{font-size:25px}.cookie-banner{align-items:center;animation:fadeInTop 2s;background:#fff;border:1px solid #eb6424;border-radius:5px;bottom:20px;box-shadow:0 4px 10px #0003;color:#000;display:flex;gap:10px;left:50%;padding:10px 20px;position:fixed;transform:translateX(-50%)}.cookie-banner p{margin:0}.cookie-banner button{background:#eb6424;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:5px 10px}.vector{margin-bottom:120px;z-index:-1}#homeHeader .content{align-items:center;display:flex;justify-content:space-between;margin:68px 284px}#homeHeader .logo-anaimation{position:relative}#homeHeader .logo-polyglow{width:163px}#homeHeader .language-selector{display:none;position:relative}#homeHeader #languageSelector{animation:fadeInRight 2s;appearance:none;-webkit-appearance:none;background-position-x:240px;color:#a8aebe;cursor:pointer;font-size:15px;font-weight:500;line-height:18px;outline:none;padding:14px 17px;position:relative;text-transform:uppercase;width:265px}#homeHeader #languageSelector p{margin:0}.language-selector .languages{display:none;gap:60px;justify-content:center;padding:16px 22px;position:absolute;width:100%}.language-selector .languages.open{display:flex}.language-selector .language{align-items:center;cursor:pointer;display:flex;gap:7px;z-index:5}.language-selector .language p{font-family:Inter;font-size:12px;font-weight:400;line-height:14px;margin:0}.language-selector .language.active p,.language-selector .language:hover p{color:#eb6424}.language-selector .language-icon{position:absolute;right:14px;top:-9px;z-index:0}#vector1{position:absolute;top:40px;width:150px;z-index:9}#vector1 img{left:0;position:absolute}#vector1 img:first-child{animation-delay:.25s}#vector1 img:nth-child(2){animation-delay:.2s;top:11px}#vector1 img:nth-child(3){animation-delay:.15s;top:22px}#vector1 img:nth-child(4){animation-delay:.1s;top:33px}#vector1 img:nth-child(5){animation-delay:50ms;top:44px}#vector1 img:nth-child(6){top:55px}#vector2{top:422px;width:150px;z-index:9}#vector2,#vector2 img{position:absolute;right:0}#vector2 img:first-child{animation-delay:.3s}#vector2 img:nth-child(2){animation-delay:.25s;top:6px}#vector2 img:nth-child(3){animation-delay:.2s;top:12px}#vector2 img:nth-child(4){animation-delay:.15s;top:18px}#vector2 img:nth-child(5){animation-delay:.1s;top:24px}#vector2 img:nth-child(6){animation-delay:50ms;top:30px}#vector2 img:nth-child(7){top:36px}#vector3{position:absolute;right:155px;top:455px;z-index:-2}#vector2:hover+#vector3 img{animation:vectorsHover .2s ease-in-out .35s}#connect{margin-top:165px;width:100%}#connect .content{display:flex;flex-direction:column;gap:80px;justify-content:center;margin:155px}#connect .title h1{font-size:55px;font-weight:700;line-height:65px;text-align:center}#connect .title span{color:#eb6424;font-family:Black Star Bold;font-size:70px;font-weight:400;line-height:65px}#connect .connexion{display:flex;flex-direction:column;gap:15px;justify-content:center}#connect .connexion .btn{align-items:center;align-self:center;border:3px solid #eb6424;border-radius:40px;display:flex;font-size:15px;font-weight:600;height:54px;justify-content:center;line-height:18px;text-decoration:none;text-transform:uppercase;width:706px}#connect .connexion .btn1{background-color:#fff;color:#eb6424;transition:.3s ease-in-out}#connect .connexion .btn2{transition:.3s ease-in-out}#connect .connexion .btn1:hover,#connect .connexion .btn2{background-color:#eb6424;color:#fff}#connect .connexion .btn2:hover{background-color:#fff;border-color:#eb6424;color:#eb6424}#intro .lines{display:flex;flex-direction:column;gap:27px}#intro .line{background-color:#eb6424;height:5px;width:0}#intro .linesAnimation .line{animation:lines1 2s forwards}#intro .linesAnimation .line2{animation-delay:.2s}#intro .linesAnimation .line3{animation-delay:.4s}#intro .linesAnimation .line4{animation-delay:.6s}#intro .content{margin:0 163px}#intro .content,#intro .title{display:flex;flex-direction:column}#intro .title{justify-content:center;margin:37px 0 25px}#intro .title h2{font-size:50px;font-weight:700;line-height:50px;text-align:left}#intro .title span{color:#eb6424;font-family:Black Star Bold;font-size:80px;font-weight:400;line-height:80px}#intro .text{align-self:flex-end;display:flex;font-size:25px;font-weight:600;line-height:45px;text-align:left;width:655px}#vector4{top:1334px;width:150px;z-index:9}#vector4,#vector4 img{left:0;position:absolute}#vector4 img:first-child{animation-delay:.25s}#vector4 img:nth-child(2){animation-delay:.2s;top:8px}#vector4 img:nth-child(3){animation-delay:.15s;top:16px}#vector4 img:nth-child(4){animation-delay:.1s;top:24px}#vector4 img:nth-child(5){animation-delay:50ms;top:32px}#vector4 img:nth-child(6){top:40px}#app{display:flex;justify-content:center;margin-top:400px}#app .content{display:flex;flex-direction:column;gap:78px;margin:0 83px}#app .title h2{font-size:50px;font-weight:700;line-height:50px;text-align:center}#app .title span{color:#eb6424;font-family:Black Star Bold;font-size:80px;font-weight:400;line-height:80px}.download{align-items:center;gap:70px;justify-content:center}.btn-dl,.download{display:flex}.btn-dl img{background-color:#fff;border-radius:8px;box-shadow:0 4px 4px 0 #00000021;padding:18px 23px;width:100%}#vector5{top:2230px;width:150px;z-index:9}#vector5,#vector5 img{position:absolute;right:0}#vector5 img:first-child{animation-delay:.3s}#vector5 img:nth-child(2){animation-delay:.25s;top:5px}#vector5 img:nth-child(3){animation-delay:.2s;top:10px}#vector5 img:nth-child(4){animation-delay:.15s;top:15px}#vector5 img:nth-child(5){animation-delay:.1s;top:20px}#vector5 img:nth-child(6){animation-delay:50ms;top:25px}#vector5 img:nth-child(7){top:30px}#vector6{position:absolute;right:79px;top:2393px;z-index:-2}#vector5:hover+#vector6 img{animation:vectorsHover .2s ease-in-out .35s}#power{margin-top:360px}#power .content{align-items:center;display:flex;flex-direction:column}#power .title h2{font-size:50px;font-weight:600;line-height:58px;text-align:center}#power .title span{color:#eb6424;font-family:Black Star Bold;font-size:80px;font-weight:400;line-height:92px}#power .text{font-size:25px;font-weight:600;line-height:40px;margin:15px 0 0;text-align:center;width:60%}#power .pros-list{display:flex;flex-direction:column;gap:25px;margin:30px 0 0}#power .pros .picto,#power .pros-list .pros{align-items:center;display:flex}#power .pros .picto{border:6px solid #eb6424;border-radius:14px;height:145px;justify-content:center;width:178px}#power .pros .picto img{position:relative}#power .pros-text{align-items:center;background:#eb64241a;border-bottom-right-radius:11px;border-top-right-radius:11px;display:flex;gap:20px;height:123px;margin:10px 0;padding:0 32px;width:100%}#power .pros-text h3{color:#202020;font-size:24px;font-weight:600;line-height:29px;margin:0}#power .pros-text p{color:#eb6424;font-size:25px;font-weight:700;line-height:45px;margin:0}#vector7{top:2909px;width:150px;z-index:9}#vector7,#vector7 img{left:0;position:absolute}#vector7 img:first-child{animation-delay:.25s}#vector7 img:nth-child(2){animation-delay:.2s;top:11px}#vector7 img:nth-child(3){animation-delay:.15s;top:22px}#vector7 img:nth-child(4){animation-delay:.1s;top:33px}#vector7 img:nth-child(5){animation-delay:50ms;top:44px}#vector7 img:nth-child(6){top:55px}#student{margin-top:220px}#student .lines2{display:flex;flex-direction:column;gap:27px}#student .line{background-color:#eb6424;height:5px;width:0}#student .linesAnimation .line{animation:lines2 2s forwards}#student .linesAnimation .line2{animation-delay:.2s}#student .linesAnimation .line3{animation-delay:.4s}#student .linesAnimation .line4{animation-delay:.6s}#student .content{margin:74px 55px 82px}#student .title h2{font-size:50px;font-weight:600;line-height:55px;text-align:left}#student .title span{color:#eb6424;font-family:Black Star Bold;font-size:80px;font-weight:400}#student .text{font-size:25px;font-weight:600;line-height:40px;margin:50px 0 0;text-align:left;width:931px}#vector8{position:absolute;right:55px;top:4000px;width:150px;z-index:9}#vector8 img{position:absolute;right:0}#vector8 img:first-child{animation-delay:.3s;right:66px}#vector8 img:nth-child(2){animation-delay:.25s;right:55px;top:5px}#vector8 img:nth-child(3){animation-delay:.2s;right:44px;top:10px}#vector8 img:nth-child(4){animation-delay:.15s;right:33px;top:15px}#vector8 img:nth-child(5){animation-delay:.1s;right:22px;top:20px}#vector8 img:nth-child(6){animation-delay:50ms;right:11px;top:25px}#vector8 img:nth-child(7){top:30px}#vector9{position:absolute;right:270px;top:3955px}#vector8:hover+#vector9 img{animation:vectorsHover .2s ease-in-out .35s}footer{border-top:3px solid #eb6424;display:flex;flex-direction:column;font-size:14px;gap:125px;margin-top:450px;padding:100px 190px 40px;position:relative;z-index:5}#vector10{right:50%;top:-.3px;width:75px;z-index:9}#vector10,#vector10 img{position:absolute}#vector10 img:nth-child(2){animation-delay:50ms;left:-5px}#vector10 img:nth-child(3){animation-delay:.1s;left:-9px}#vector10 img:nth-child(4){animation-delay:.15s;left:-13px}#vector10 img:nth-child(5){animation-delay:.2s;left:-17px}#vector10 img:nth-child(6){animation-delay:.25s;left:-22px}#vector10 img:nth-child(7){animation-delay:.3s;left:240px}.footer-top{display:flex;justify-content:space-between}.left-section,.right-section{max-width:400px}.left-section{display:flex;flex-direction:column;gap:60px;text-align:left}.left-section p{font-family:Inter Bold;font-size:25px;line-height:1}.left-section span{color:#eb6424;font-family:Black Star;font-size:40px}.left-section .download{gap:40px;justify-content:flex-start}.left-section .download img{width:130px}.right-section{display:flex;flex-direction:column;font-size:20px;gap:50px;padding-top:100px;text-align:left}.right-section h3{color:#eb6424;font-weight:600;margin-bottom:30px}.right-section a{color:#000;display:block;margin:4px 0;text-decoration:none}.right-section a:hover{text-decoration:underline}.footer-bottom{color:#eb6424;font-size:20px;margin-top:40px;text-align:center}@keyframes fadeInLeft{0%{left:-150px;opacity:0}to{left:0;opacity:1}}@keyframes fadeInRight{0%{opacity:0;right:-150px}to{opacity:1;right:0}}@keyframes fadeIntOP{0%{opacity:0;top:-150px}to{opacity:1;top:0}}.vector:hover img{animation:vectorsHover .2s ease-in-out}@keyframes vectorsHover{0%{filter:blur(0);transform:scale(1)}35%{filter:blur(1px);transform:scale(1.05)}65%{filter:blur(1px);transform:scale(1.05)}to{filter:blur(0);transform:scale(1)}}@keyframes lines1{0%{opacity:0;width:0}to{opacity:1;width:445px}}@keyframes lines2{0%{opacity:0;width:0}to{opacity:1;width:387px}}#homeContainer .title span{display:inline-block;position:relative}#homeContainer .title span:hover{animation:wordHover .4s ease-in-out infinite}@keyframes wordHover{0%{bottom:0;transform:rotate(0)}25%{transform:rotate(5deg)}50%{bottom:15px;transform:rotate(0)}75%{transform:rotate(-5deg)}to{bottom:0;transform:rotate(0)}}#power .pros .picto:hover img{animation:iconHover .3s ease-in-out infinite}@keyframes iconHover{0%{left:0}25%{left:2px}50%{bottom:0}75%{left:-2px}to{left:0}}@media screen and (max-width:1350px){#power .text{width:80%}}@media screen and (max-width:1200px){#homeHeader .content{margin:68px 50px}}@media screen and (max-width:992px){#connect .content{margin:155px 75px}#connect .connexion .btn{width:100%}#app .content,#intro .content,#power .content{margin:0 50px}#intro .content .text,#student .text{width:100%}#vector8{margin-top:75px}}@media screen and (max-width:768px){#app .content{gap:50px}.download{flex-direction:column;gap:50px}}.login_logPage__46\+6\+{background-color:var(--fond-gris);display:flex;flex-direction:column;height:100vh;justify-content:space-between}.login_homeHeader__2dCgc{align-items:center;display:flex;justify-content:flex-start;padding:91px 300px}.login_homeHeader__2dCgc img{height:48px;position:relative;width:185px}.login_homeHeader__2dCgc .login_logoAnaimation__k17D1{animation:login_fadeIn__B3oWO 2s}.login_homeHeader__2dCgc .login_logoPolyglow__zAZeq{animation:login_fadeIn__B3oWO 2s;width:163px}.login_logPage__46\+6\+ .login_content__I3460{align-items:center;display:flex;flex-direction:column}.login_logPage__46\+6\+ .login_title__lxwTv{display:flex;flex-direction:column;justify-content:center}.login_logPage__46\+6\+ .login_title__lxwTv h1{color:var(--orange);font-family:Black Star Bold;font-size:80px;font-weight:400;line-height:50px}.login_logPage__46\+6\+ .login_title__lxwTv p{color:var(--orange);font-family:Inter,Helvetica;font-size:20px;font-weight:500;line-height:24px;margin-left:62px}.login_logPage__46\+6\+ .login_title__lxwTv .login_noMargin__gYFdx{margin-left:0}.login_logPage__46\+6\+ .login_logInputs__UW85I{align-items:center;display:flex;flex-direction:column;margin:78px 0 106px}.login_logPage__46\+6\+ input{background:none;border:none;line-height:40px;width:80%}.login_logPage__46\+6\+ input,.login_logPage__46\+6\+ input::placeholder{color:#1e1e22;font-family:Inter,sans-serif;font-size:15px;font-weight:600}.login_logPage__46\+6\+ input::placeholder{line-height:18px}.login_logPage__46\+6\+ input:-webkit-autofill,.login_logPage__46\+6\+ input:-webkit-autofill:focus{-webkit-text-fill-color:1E22;-webkit-box-shadow:inset 0 0 0 30px #fff!important}.login_logPage__46\+6\+ .login_overlap-group__Hy9c5,.login_logPage__46\+6\+ .login_overlap__MPkiX{align-items:center;background-color:var(--blanc);border:3px solid var(--orange);border-radius:100px;display:flex;height:61px;width:504px}.login_logPage__46\+6\+ .login_overlap__MPkiX{gap:15px;justify-content:flex-start;margin-bottom:17px;padding-left:30px}.login_logPage__46\+6\+ .login_overlap__MPkiX .login_icon__nTVhZ{height:24px;width:23px}.login_logPage__46\+6\+ .login_overlap-group__Hy9c5{justify-content:space-between;margin-bottom:14px;padding:0 32px}.login_logPage__46\+6\+ .login_overlap-group__Hy9c5 .login_left__rbHU6{display:flex;gap:15px}.login_logPage__46\+6\+ .login_overlap-group__Hy9c5 .login_solid-status-lock__7mMSe{height:25px;width:19px}.login_logPage__46\+6\+ .login_forgetPassword__yEpW0{align-self:flex-end;color:var(--gris-fonc);display:flex;font-family:Inter,Helvetica;font-size:15px;font-weight:400;line-height:18px;text-decoration:underline}.login_logPage__46\+6\+ .login_signIn__\+8hr1{align-items:center;background-color:initial;display:flex;gap:22px;position:relative;right:-250px}.login_logPage__46\+6\+ .login_signIn__\+8hr1 p{color:var(--orange);font-family:Inter,Helvetica;font-size:28px;font-weight:600;text-transform:uppercase}.login_logPage__46\+6\+ .login_iconWrapper__-Vaj7{align-items:center;background-image:url(data:image/png;base64,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);background-size:100% 100%;display:flex;height:55px;justify-content:center;width:97px}.login_logPage__46\+6\+ .login_iconWrapper__-Vaj7 .login_icon2__3qurA{height:23px;width:32px}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV{align-items:flex-end;display:flex;flex-direction:column;gap:27px;margin-bottom:80px;position:relative;width:100vw;z-index:9}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV .login_vector__ptq8w{animation:login_vector__ptq8w 2s forwards;background-color:var(--orange);height:5px;margin-bottom:0}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV .login_vector__ptq8w:nth-child(2){animation-delay:.2s}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV .login_vector__ptq8w:nth-child(3){animation-delay:.4s}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV .login_vector__ptq8w:nth-child(4){animation-delay:.6s}@keyframes login_fadeIn__B3oWO{0%{left:-150px;opacity:0}to{left:0;opacity:1}}@keyframes login_vector__ptq8w{0%{opacity:0;width:0}to{opacity:1;width:47%}}@media screen and (max-width:992px){.login_homeHeader__2dCgc{justify-content:center}.login_logPage__46\+6\+ .login_signIn__\+8hr1{right:0}}@media screen and (max-width:650px){.login_homeHeader__2dCgc{padding:50px 0 75px}.login_logPage__46\+6\+{justify-content:flex-start}.login_logPage__46\+6\+ .login_content__I3460{margin-top:50px}.login_logPage__46\+6\+ .login_logInputs__UW85I{margin:50px 0}.login_logPage__46\+6\+ .login_overlap-group__Hy9c5,.login_logPage__46\+6\+ .login_overlap__MPkiX{width:75%}.login_logPage__46\+6\+ .login_forgetPassword__yEpW0{align-self:center}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV{display:none}}@media screen and (max-height:950px){.login_homeHeader__2dCgc{padding-bottom:65px;padding-top:65px}.login_logPage__46\+6\+ .login_logInputs__UW85I{margin:40px 0 50px}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV{margin-bottom:65px}}@media screen and (max-height:800px){.login_homeHeader__2dCgc{padding-bottom:45px;padding-top:45px}.login_logPage__46\+6\+ .login_logInputs__UW85I{margin:30px 0 40px}.login_logPage__46\+6\+ .login_vectorsDeco__ugQNV{margin-bottom:25px}}.sidebar-menu{background-color:var(--blanc);border-radius:0 var(--br-7xl) 0 0;box-sizing:border-box;display:flex;flex-direction:column;height:100vh;justify-content:space-between;padding:30px 0 94px;position:relative;width:220px;z-index:11}.sidebar-menu .menu-profile{align-items:center;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;gap:20px;justify-content:center;padding-bottom:24px;text-decoration:none;width:100%}.sidebar-menu .profile-pic{flex-shrink:0;height:67px;position:relative;width:67px}.sidebar-menu .profile-name{color:#a8aebe;color:var(--GRIS-FONC,#a8aebe);font-weight:600;letter-spacing:-.3px;text-transform:uppercase}.sidebar-menu .menu-item,.sidebar-menu .profile-name{font-family:Inter;font-size:15px;font-style:normal;line-height:normal}.sidebar-menu .menu-item{align-items:center;border-radius:12px;border-bottom-right-radius:0;border-top-right-radius:0;color:#1e1e22;color:var(--NOIR,#1e1e22);cursor:pointer;display:flex;flex-direction:column;font-weight:400;gap:12px;justify-content:center;margin-left:50px;padding:10px 0;text-align:center;text-decoration:none;transition:background-color .3s ease;width:calc(100% - 50px)}.sidebar-menu .menu-item .menu-icon{margin-left:-50px}.sidebar-menu .menu-item p{margin:15px 0 0}.sidebar-menu .menu-item.active,.sidebar-menu .menu-item:hover{background:#f6f6f6;background:var(--FOND---GRIS,#f6f6f6)}.sidebar-menu .menu-item.active .menu-icon p{display:none}.sidebar-menu .menu-icon#img{height:76px;width:76px}.sidebar-menu .menu-item.active:hover p{margin-left:0}#userSettings:hover .profile-pic{animation:profileAnim 1.5s ease-in-out infinite}@keyframes profileAnim{0%{transform:scale(1)}10%{transform:rotate(0deg)}75%{transform:rotate(1turn)}to{transform:rotate(1turn)}}.settings-container{display:flex;font-family:Inter,sans-serif;gap:5px;height:70vh;margin-top:55px}.settings-menu{background-color:#fff;border-bottom-left-radius:8px;border-top-left-radius:8px;justify-content:space-between;overflow:hidden;padding:30px 20px 10px;width:25%}.settings-menu,.settings-menu .menu-tabs{align-items:flex-start;display:flex;flex-direction:column}.settings-menu .menu-tabs{gap:15px}.settings-menu .menu-log{display:flex;flex-direction:column;gap:15px;width:100%}.settings-menu .log-out{align-items:center;cursor:pointer;display:flex;gap:10px;text-decoration:none}.settings-menu .log-out p{color:#eb6424;font-size:12px;margin:0}.settings-menu .log-out img{width:20px}.settings-menu .menu-footer{color:#1e1e23;font-size:12px;text-align:center;width:100%}.settings-menu button{background-color:initial;border:none;color:#1e1e22;cursor:pointer;font-size:15px;outline:none;padding:0;transition:.3s}.settings-menu button.link-active{background-color:#eb6424;border-radius:33px;color:#fff;padding:9px 19px}.settings-menu button.delete{color:#eb6424;font-size:12px;text-align:left}.settings-page{background-color:#fff;border-bottom-right-radius:8px;border-top-right-radius:8px;display:flex;padding:50px 40px;width:75%}.tab-content{background-color:#fff;display:none;width:100%}.tab-content.tab-active{display:flex;flex-direction:column}.tab-content h3{color:#1e1e22;font-size:20px;text-transform:uppercase}.tab-content h4{color:#eb6424;font-family:Black Star Bold;font-size:24px;margin:0}.tab-content h5{color:#1e1e22;font-size:16px;margin:0}.tab-content p{color:#a8aebe;font-size:14px;margin:0}#profile{gap:20px}#profile>div{border:2px solid #f6f6f6;border-radius:8px;padding:18px 23px}#profile p.status{color:#1e1e22}#profile .btn-edit{align-items:flex-end;display:flex;justify-content:flex-end}#profile .btn-edit button{background-color:initial;border:1px solid #eb6424;border-radius:28px;color:#eb6424;display:flex;font-size:16px;gap:13px;padding:6px 10px;text-decoration:none;text-transform:capitalize}#profile .user-profile{display:flex;justify-content:space-between}#profile .user-profile .profile-infos{align-items:center;display:flex;gap:30px;width:90%}#profile .user-profile .profile-edit{display:flex;width:10%}#profile .user-personal-datas,#profile .user-profile .profile-status{display:flex;flex-direction:column}#profile .user-personal-datas{gap:12px}#profile .user-personal-datas .datas-section{display:flex;justify-content:space-between}#profile .user-personal-datas .datas-items{display:flex;flex-wrap:wrap;width:90%}#profile .user-personal-datas .datas-items>div{display:flex;flex-direction:column;width:50%}#profile .user-personal-datas .datas-items .password{margin-top:35px}#profile .user-personal-datas .password-edit{display:flex;width:10%}#notifications,#preferences{gap:35px}#notifications>div,#preferences .pref-item{align-items:center;border:2px solid #f6f6f6;border-radius:8px;display:flex;justify-content:space-between;padding:36px 37px 36px 59px}#notifications>div .content,#preferences .pref-item .content{display:flex;gap:33px}.settings-page .switch{height:25px;width:45px}.settings-page .slider:before{height:17px;width:17px}.settings-page input:checked+.slider:before{transform:translateX(19px)}#conditions .content{margin-top:25px;overflow:auto}#conditions .content h4{font-family:Inter,sans-serif}#conditions .content h5{margin-top:20px}#conditions .conditions{margin:50px 0}@media screen and (max-width:1500px){.settings-menu{width:30%}.settings-page{width:70%}#notifications>div,#preferences .pref-item{padding:36px 20px 36px 25px}}@media screen and (max-width:1300px){#profile .user-personal-datas .datas-items>div{width:100%}#profile .user-personal-datas .nickname{margin-top:10px}}.userGreeting{color:#000;font-family:Inter;font-size:15px;font-style:normal;font-weight:400;letter-spacing:-.3px;line-height:normal}.searchAndFilters{grid-gap:51px;align-items:center;display:grid;gap:51px;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;justify-content:space-between;margin-top:30px;width:100%}.search-bar{align-items:center;display:flex;grid-column-end:3;grid-column-start:1;position:relative;width:100%}.searchInput{border:0;border-radius:25px;font-size:16px;padding-bottom:10px;padding-left:55px;padding-top:10px;width:100%}.solidinterfacesearch-icon{cursor:pointer;height:24px;left:20px;position:absolute;top:50%;transform:translateY(-50%);width:24px}.filter-icons{align-items:center;display:flex;gap:30px;grid-column-start:3;margin-right:auto}.filter-icons div{cursor:pointer;transition:.3s}.filter-icons .filter{background:url(/static/media/icon-SettingsBlack.d110bd68f7639939493d.svg) no-repeat;height:22px;width:32px}.filter-icons .filter:hover{background:url(/static/media/icon-SettingsOrange.4310a0e0bbc453f9973f.svg) no-repeat}.filter-icons .random{background:url(/static/media/icon-ShuffleBlack.89bc5f979b9225427e7e.svg) no-repeat;height:28px;width:32px}.filter-icons .random:hover{background:url(/static/media/icon-ShuffleOrange.3e0407b4749c2184218e.svg) no-repeat}.filter-icons .save{background:url(/static/media/icon-BigEmptyOrangeHeart.5e0163e7c9221b219242.svg) no-repeat;height:28px;width:33px}.filter-icons .save:hover{background:url(/static/media/icon-BigFilledOrangeHeart.8204b2c355ee93521baf.svg) no-repeat}.container-fluid .no-result{color:var(--orange);font-size:22px;margin-top:50px}.no-animation .card-item{transition:none!important}.card-scroll-container{height:calc(100vh - 260px);margin-top:20px;overflow-x:hidden;overflow-y:auto;padding-bottom:30px;position:relative}.card-scroll-container.subActive{padding-right:28px;width:68.5%}.card-scroll-container.subActive #card-container{grid-template-columns:repeat(2,minmax(0,1fr))}.card-scroll-container::-webkit-scrollbar{background:#fff;border-radius:15px;width:15px}.card-scroll-container::-webkit-scrollbar-thumb{background:var(--orange);border-radius:15px}.card-container{grid-gap:51px;display:grid;font-family:Inter;gap:51px;grid-template-columns:repeat(3,minmax(0,1fr));height:auto;justify-items:stretch;overflow:visible;padding-top:40px}.card-item{background:#fff;border:solid;border-color:#fff;border-radius:8px;border-width:4px;box-shadow:0 4px 10px #0000000d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:100%;opacity:1;padding:20px;transform:translateX(0);transition:opacity .4s ease,transform .4s ease,box-shadow .3s;width:100%}.card-item.new{opacity:0;transform:translateX(-100%)}.chose .card-item:not(.selected){opacity:.4!important}.card-item.selected{border-color:#eb6424}.card-item.new.visible{opacity:1;transform:translateX(0)}.card-item.hidden,.card-item.return{opacity:0;transform:translateX(100%)}.card-item.return.visible{opacity:1;transform:translateX(0)}.card-item.return.hidden-left{opacity:0;transform:translateX(-100%)}.card-item:hover{border-color:#eb6424;border-color:var(--ORANGE,#eb6424);border-width:4px;transition:.4s}.icon-favorite{transition:.4s}.card-icons{align-items:center;display:flex;gap:10px;justify-content:flex-end}.card-icons .orange-heart{background:url(/static/media/icon-EmptyOrangeHeart.81ba00caa4f828e47947.svg) no-repeat;height:16px;transition:.3s;width:18px}.card-icons .pine{background:url(/static/media/icon-EmptyPine.19dcf185a016c46f35fe.svg) no-repeat;height:16px;transition:.3s;width:16px}.card-icons .orange-heart:hover{background:url(/static/media/icon-FilledOrangeHeart.939419f715778fa2cd58.svg) no-repeat}.card-icons .pine:hover{background:url(/static/media/icon-FilledPine.8375e714b279a27739a7.svg) no-repeat}.card-body{color:#5f6368;font-size:14px}.card-body .card-desc{color:#1e1e22;font-size:12px;font-weight:400;line-height:22px;margin-bottom:0;margin-top:20px}.card-title{color:#eb6424;color:var(--ORANGE,#eb6424);font-family:Inter;font-size:20px;font-style:normal;font-weight:500;letter-spacing:-.4px;line-height:normal;text-transform:uppercase;transition:.4s;width:80%}.card-level{margin-bottom:0}.subActive .back-button{display:flex}.back-button{align-items:center;background:none;border:none;color:#eb6424;color:var(--ORANGE,#eb6424);cursor:pointer;display:none;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;letter-spacing:-.2px;line-height:1;padding-left:10px;position:absolute;text-transform:uppercase;top:0}.back-button img{flex-shrink:0;height:auto;margin-bottom:2px;margin-right:4px;vertical-align:middle;width:8px}.back-button:hover{color:#d9531e}.back-button:active{color:#b1411b}.side-custom-modal{background-color:#fff;display:flex;flex-direction:column;height:100vh;opacity:0;overflow:auto;padding:30px 46px;position:absolute;right:-360px;top:0;transition:.5s ease-in-out;width:360px}.side-custom-modal.active{opacity:1;right:0}.side-custom-modal h5{font-family:Inter Bold;font-size:20px;font-weight:600;line-height:24px}.side-custom-modal p{color:#1e1e22;font-family:Inter;font-size:15px;font-weight:400;line-height:18px;margin:0}.side-custom-modal .exit-btn{cursor:pointer;display:flex;justify-content:flex-end}.side-custom-modal .content .title{align-items:center;display:flex;flex-direction:column;margin-bottom:63px;margin-top:22px}.side-custom-modal .content .title h4{color:#eb6424;font-family:Black Star Bold;font-size:30px;font-weight:400;line-height:40px;margin:0}.side-custom-modal .content .title p{font-family:Inter;font-size:15px;font-weight:500;line-height:18px}.side-custom-modal .theme-info h5{margin-bottom:5px}.side-custom-modal .theme-info span{color:#eb6424;font-family:Inter Bold}.side-custom-modal .difficulty-range{display:flex;display:none;flex-direction:column;margin-bottom:47px}.side-custom-modal .difficulty-range #slider-range{margin-top:10px}.side-custom-modal .difficulty-range .ui-widget.ui-widget-content{background:#e1e3e9;border-radius:15px;height:5px}.side-custom-modal .difficulty-range .ui-widget-header{background:#eb6424}.side-custom-modal .difficulty-range .ui-state-default{border-color:#eb6424;border-radius:15px;height:12px;width:12px}.side-custom-modal .difficulty-range .ui-state-default:focus-visible{outline:none}.side-custom-modal .difficulty-range .ui-state-active{background-color:#fff}.side-custom-modal .difficulty-range #gameDifficulty{accent-color:#eb6424}.side-custom-modal #levels{display:none;justify-content:space-between}.side-custom-modal #levels option{background-color:#fff;border:2px solid #eb6424;border-radius:30px;bottom:20px;height:19px;position:relative;width:12px}.side-custom-modal .random-mode{align-items:center;display:flex;gap:16px;margin:45px 0}.side-custom-modal .side-modal-btn{bottom:45px;display:flex;justify-content:center;position:fixed}.side-custom-modal .side-modal-btn button{background-color:#eb6424;border-radius:39px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;padding:18px 94px;text-decoration:none;text-transform:uppercase}.side-custom-modal .game-types{display:flex;flex-direction:column;gap:7px;margin-bottom:80px}.side-custom-modal .game-types label{align-items:center;display:flex;font-family:Inter;font-size:15px;font-weight:400;gap:7px;line-height:18.15px;width:-webkit-fit-content;width:fit-content}.side-custom-modal .game-types input{display:none}.side-custom-modal .game-types .checkmark{background-color:initial;border:1px solid #000;height:12px;position:relative;width:12px}.side-custom-modal .game-types .checkmark:after{content:"";display:none;position:absolute}.side-custom-modal .game-types input:checked~.checkmark:after{display:block}.side-custom-modal .game-types .checkmark:after{border:solid #eb6424;border-width:0 3px 3px 0;height:15px;left:1px;top:-7px;transform:rotate(45deg);width:10px}.switch{display:inline-block;height:25px;position:relative;width:45px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:4px;content:"";height:17px;left:4px;width:17px}input:checked+.slider{background-color:#eb6424}input:focus+.slider{box-shadow:0 0 1px #eb6424}input:checked+.slider:before{transform:translateX(19PX)}.side-custom-modal .game-types .game-info{display:none;height:auto;position:relative;width:100%}.side-custom-modal .game-types .game-info.open{display:flex}.side-custom-modal .game-types .game-info-content{align-items:center;border:2px solid #eb6424;border-radius:6px;display:flex;flex-direction:column;margin:15px 0;padding:15px;position:relative;width:100%}.side-custom-modal .game-types .game-info-content .info-icon{position:absolute;right:-15px;top:-15px}.side-custom-modal .game-types .game-info-content p{font-size:12px;max-width:175px;text-align:center}.side-custom-modal .game-types .game-info-content .info-img{max-width:240px}body.no-greeting{align-items:center}.no-greeting .content-container{align-items:center;display:flex;margin:0 160px}.statistics-container{display:flex;flex-direction:column;gap:16px}.statistics-container .btn-edit{align-items:flex-end;display:flex;justify-content:flex-end}.statistics-container .btn-edit a{background-color:#fff;border:1px solid #eb6424;border-radius:28px;color:#eb6424;display:flex;gap:13px;padding:6px 10px;text-decoration:none;text-transform:capitalize}.statistics-container .content{grid-column-gap:35px;grid-row-gap:35px;display:grid;grid-template-areas:"games-done games-done empty calendar calendar" "theme-revised theme-revised empty calendar calendar" "stat-datas stat-datas stat-datas stat-datas stat-datas";grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,auto)}.stat-card{background-color:#fff;border-radius:8px;justify-content:space-between;padding:35px;position:relative}.stat-card,.stat-card .title{align-items:center;display:flex;flex-direction:column}.stat-card .title h4{color:#eb6424;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:24px;text-transform:uppercase}.stat-card .rounded-stat{align-items:center;background-color:#eb6424;border-radius:55%;box-shadow:0 4px 4px 0 #00000040;display:flex;height:150px;justify-content:center;width:150px}.stat-card span{color:#eb6424;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-transform:uppercase}.stat-card .rounded-stat span{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:70px;justify-content:center;width:70px}.stat-card .btn-share{align-self:flex-end;bottom:35px;cursor:pointer;height:80px;position:absolute;right:0;width:65px}.stat-card .btn-share-icon{background:url(/static/media/share-icon.dcfb37d9974fb147e598.svg);bottom:0;height:19px;position:absolute;width:27px}.stat-card .share-content{bottom:0;display:none;flex-direction:column;position:absolute;right:12px}.stat-card .share-content a{opacity:0;position:relative}.stat-card .share-content img{transition:.3s}.stat-card .share-content .share-message{top:64px}.stat-card .share-content .share-insta{top:42px}.stat-card .share-content .share-whatsapp{top:20px}.stat-card .share-content .share-messenger{top:0}.stat-card .share-content.active,.stat-card .share-content.notActive{display:flex}.stat-card .share-content.active .share-message{animation:shareInMessage .5s ease-in-out forwards}.stat-card .share-content.active .share-insta{animation:shareInInsta .7s ease-in-out forwards}.stat-card .share-content.active .share-whatsapp{animation:shareInWhatsapp .9s ease-in-out forwards}.stat-card .share-content.active .share-messenger{animation:shareInMessenger 1.1s ease-in-out forwards}.stat-card .share-content.notActive .share-message{animation:shareOutMessage .5s ease-in-out forwards}.stat-card .share-content.notActive .share-insta{animation:shareOutInsta .7s ease-in-out forwards}.stat-card .share-content.notActive .share-whatsapp{animation:shareOutWhatsapp .9s ease-in-out forwards}.stat-card .share-content.notActive .share-messenger{animation:shareOutMessenger 1.1s ease-in-out forwards}.stat-card .share-content.active a:hover img{transform:scale(1.5)}@keyframes shareInMessage{0%{opacity:0;top:64px}to{opacity:1;top:0}}@keyframes shareInInsta{0%{opacity:0;top:42px}to{opacity:1;top:0}}@keyframes shareInWhatsapp{0%{opacity:0;top:20px}to{opacity:1;top:0}}@keyframes shareInMessenger{0%{opacity:0}to{opacity:1}}@keyframes shareOutMessage{0%{opacity:1;top:0}to{opacity:0;top:64px}}@keyframes shareOutInsta{0%{opacity:1;top:0}to{opacity:0;top:42px}}@keyframes shareOutWhatsapp{0%{opacity:1;top:0}to{opacity:0;top:20px}}@keyframes shareOutMessenger{0%{opacity:1}to{opacity:0}}.statistics-container .games-done{grid-area:games-done;justify-content:flex-start}.statistics-container .games-done .title{gap:15px}.statistics-container .games-done .time-range-selector{display:flex;flex-direction:column;position:relative}.statistics-container .games-done #timeRangeSelector{appearance:none;-webkit-appearance:none;background:url(/static/media/select-icon.adae9877390b3fccb0f7.svg) no-repeat 100% #eb6424;background-position-x:151px;border:0;border-radius:39px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;padding:8px 20px;text-transform:uppercase;width:180px}.statistics-container .games-done #timeRangeSelector p{margin:0}.statistics-container .games-done .time-range-choices{background-color:#fff;border:1px solid #eb6424;border-radius:7px;display:none;flex-direction:column;gap:5px;padding:10px 20px;position:absolute;top:38px;width:100%;z-index:10}.statistics-container .games-done .time-range-choices.open{display:flex}.statistics-container .games-done .time-range-choices p{border-radius:39px;color:#a8aebe;cursor:pointer;font-family:Inter;font-size:13px;font-weight:300;line-height:15px;margin:0;padding:3px 9px;width:-webkit-fit-content;width:fit-content}.statistics-container .games-done .time-range-choices p:hover{background-color:#eb6424;color:#fff}.statistics-container .games-done span{color:#1e1e22;font-size:40px;font-weight:500;padding-top:40px}.statistics-container .theme-revised{grid-area:theme-revised;justify-content:center}.statistics-container .theme-revised h4{color:#1e1e22}.statistics-container .theme-revised span{font-family:Inter Bold}.statistics-container .empty{grid-area:empty}.statistics-container .calendar{gap:18px;grid-area:calendar}.statistics-container .stat-datas{flex-direction:row;grid-area:stat-datas;padding:35px 70px}.statistics-container .stat-datas>div{gap:15px}.statistics-container .stat-datas .text,.statistics-container .stat-datas>div{align-items:center;display:flex;flex-direction:column}.statistics-container .stat-datas .text p{color:#a8aebe;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;margin:0;text-transform:uppercase}.statistics-container .stat-datas .text .specific{color:#eb6424;font-weight:500;text-transform:lowercase}.progress{background:none;box-shadow:none;height:150px;line-height:150px;position:relative;width:150px}.progress:after{border:40px solid #e1e3e9;border-radius:50%;content:"";left:0;width:100%}.progress:after,.progress>span{height:100%;position:absolute;top:0}.progress>span{overflow:hidden;width:50%;z-index:1}.progress .progress-left{left:0}.progress .progress-bar{background:none;border:40px solid #eb6424;height:100%;position:absolute;top:0;width:100%}.progress .progress-left .progress-bar{border-bottom-right-radius:80px;border-left:0;border-top-right-radius:80px;left:100%;transform-origin:center left}.progress .progress-right{right:0}.progress .progress-right .progress-bar{border-bottom-left-radius:80px;border-right:0;border-top-left-radius:80px;left:-100%;transform-origin:center right}.progress .progress-value{background:#fff;border-radius:50%;color:#eb6424;font-size:24px;height:90%;left:5%;line-height:135px;position:absolute;text-align:center;top:5%;width:90%}.calendar-container{width:100%}.calendar-container .calendar-header{align-items:center;display:flex;justify-content:center;margin-bottom:20px}.calendar-header .calendar-navigation{align-items:center;display:flex;gap:5px}.calendar-header .calendar-navigation div{cursor:pointer}.calendar-header .calendar-navigation img{vertical-align:initial}.calendar-header .calendar-current-date{color:#1e1e22;font-size:15px;font-weight:500;margin:0;text-align:center;width:125PX}.calendar-body{padding:0}.calendar-body ul{display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;text-align:center}.calendar-body .calendar-dates{margin-bottom:35px}.calendar-body li{color:#414141;font-size:1.07rem;width:14.28571%}.calendar-body .calendar-weekdays li{color:#a8aebe}.calendar-body .calendar-dates li,.calendar-body .calendar-weekdays li{cursor:default;font-family:Inter;font-size:15px;font-weight:500;line-height:18.15px}.calendar-body .calendar-dates li{margin-top:20px;padding:5px 0;position:relative;z-index:1}.calendar-body .calendar-dates li.active-streak{background-color:#eb6424;color:#fff}.calendar-dates li.inactive{color:#aaa}@media screen and (max-width:1500px){.no-greeting .content-container{margin:0 60px}}@media screen and (max-width:1200px){.stat-card{padding:15px}.statistics-container .games-done span{padding-bottom:10px;padding-top:25px}.statistics-container .content{grid-column-gap:25px;grid-row-gap:25px;display:grid;grid-template-areas:"games-done games-done theme-revised theme-revised" "calendar calendar empty empty" "stat-datas stat-datas stat-datas stat-datas";grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,auto)}.calendar-body .calendar-dates{margin-bottom:0}.calendar-body .calendar-dates li{margin-top:5px;padding:5px 0}.statistics-container .stat-datas{padding:25px 50px}.progress{height:75px;width:75px}.progress:after{border:15px solid #e1e3e9}.progress .progress-bar{border-width:15px}.progress .progress-value{font-size:15px;top:-28px}}@media screen and (max-height:750px){.statistics-container .content{grid-column-gap:10px;grid-row-gap:10px}}.progress-circle{transform:rotate(-90deg);transform-origin:50% 50%;transition:stroke-dashoffset 1.5s ease-in-out}.progress-circle text{transform:rotate(90deg);transform-origin:50% 50%}.droppable{align-items:center;display:inline-flex;justify-content:center;margin:5px}.draggable{border:1px solid #ccc;cursor:move;display:inline-block}.phrase-container{align-items:center;display:flex}.phrase-container p{margin-bottom:15px}#fillTheGap .draggable-HoverEffects:hover{background-color:#fff;border-color:#a8aebe;color:#a8aebe}.correct-answer{color:green;display:none;font-style:italic;padding-left:20px}#phrases-container{background-color:#fff;border:2px solid #eb6424;border-radius:8px;color:#1e1e22;flex-grow:1;font-size:15px;font-weight:500;max-height:58vh;overflow-y:auto;padding:24px 33px}#phrases-container p{margin-bottom:15px}#phrases-container::-webkit-scrollbar{background:#fff;border-radius:15px;width:15px}#phrases-container::-webkit-scrollbar-thumb{background:#eb6424;border-radius:15px}#phrases-container .filled{border:none;color:#eb6424;cursor:pointer;font-weight:700;text-transform:uppercase}#fillTheGap{display:flex;flex-direction:column;gap:35px;margin:60px 160px 0;position:relative;z-index:3}.game-container{display:none;flex-direction:column;gap:20px}.game-container.launched{display:flex}#words-container{align-items:center;display:flex;flex-wrap:wrap;gap:10px;min-height:35px}#words-container .word{background-color:#fff;border:1px solid #eb6424;border-radius:2px;color:#eb6424;font-size:15px;padding:7px 8px;text-transform:uppercase;transition:all .3s}#fillTheGapDeco{bottom:0;display:none;position:absolute;right:0;z-index:1}#fillTheGap-bg-decoL{bottom:0;height:100%;left:25px;position:absolute;z-index:1}#fillTheGap-bg-decoL .decoL{bottom:-30px;left:50px;position:absolute}#fillTheGap-bg-decoL .decoL-orange{left:180px;position:absolute;top:50%;width:65px}#fillTheGap-bg-decoR{bottom:0;height:100%;position:absolute;right:-50px;z-index:1}#fillTheGap-bg-decoR .decoR{bottom:-30px;position:absolute;right:-30px}#fillTheGap-bg-decoR .decoR-top-orange{position:absolute;right:400px;top:120px;width:65px}#fillTheGap-bg-decoR .decoR-bottom-orange{bottom:40px;position:absolute;right:625px;width:65px}@media screen and (max-width:1400px){#fillTheGap{gap:20px;margin:60px 160px 0 60px}}@media screen and (max-width:1300px){#fillTheGap{gap:20px;margin:20px 160px 0 60px}}@media screen and (max-height:900px){#fillTheGap{height:100vh}}#spinner-wrapper{top:50%;transform:translate(-50%,-50%)!important;z-index:9998}#countdown-wrapper,#spinner-wrapper{display:none;left:50%;position:fixed!important}#countdown-wrapper{top:calc(50% + 110px);transform:translate(-50%,-50%);z-index:9999}#countdown{animation:countdown-pop .3s ease-in-out;font-size:4rem;font-weight:700}@keyframes countdown-pop{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.3)}to{opacity:1;transform:scale(1)}}.droppable.correct{color:var(--orange)!important;pointer-events:none}.droppable.wrong{color:#a8aebe!important;pointer-events:none;text-decoration:line-through;text-decoration-thickness:2px}.mixedwords_game_container{display:none;flex-direction:column;width:100%}.mixedwords_game_container.launched{display:flex}.missing-word-line{background-color:var(--orange);border-radius:32px;height:40px;pointer-events:none;position:absolute;z-index:8}#mixedwords_failed_words_container{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;min-height:90px}#mixedwords_failed_words_container .wrong-word{background-color:#a8aebe;border-radius:30px;color:#fff;font-size:25px;font-weight:600;height:-webkit-fit-content;height:fit-content;letter-spacing:.18em;line-height:30.31px;padding:5px 12px;text-decoration:line-through;text-transform:uppercase}.mixedwords_grid_container{align-items:center;display:flex}#mixedwords_grid_container{background-color:#fff;border:2px solid #eb6424;border-radius:8px;margin:15px 25%;overflow-y:auto;width:50%}#mixedwords_grid_container .grid{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(9,1fr);padding:15px;user-select:none;-webkit-user-select:none;-ms-user-select:none}.cell{align-items:center;cursor:pointer;display:flex;font-family:Inter Bold;font-size:25px;font-weight:600;justify-content:center;line-height:30.31px;padding:10px 4px;text-align:center;z-index:9}.text-white{color:#fff}.filledCell{background-color:#eb6424;color:#fff}.firstFilledCell{border-bottom-left-radius:25px;border-top-left-radius:25px}.lastFilledCell{border-bottom-right-radius:25px;border-top-right-radius:25px}.verticalFirstFilledCell{border-top-left-radius:25px;border-top-right-radius:25px}.verticalLastFilledCell{border-bottom-left-radius:25px;border-bottom-right-radius:25px}.diagRightFirstFilledCell{border-top-right-radius:25px}.diagLeftLastFilledCell{border-bottom-left-radius:25px}.diagLeftFirstFilledCell{border-top-left-radius:25px}.diagRightLastFilledCell{border-bottom-right-radius:25px}#mixedwords_words_container{display:flex;flex-wrap:wrap;gap:10px;margin:0 25%}#mixedwords_words_container .word{background-color:#fff;border:1px solid #eb6424;border-radius:2px;color:#eb6424;font-size:15px;font-weight:600;padding:7px 8px;text-transform:uppercase;transition:all .3s}#mixedwords_words_container .word.filled{background-color:#eb6424;color:#fff}#mixedWordsDeco{bottom:0;left:220px;position:absolute;width:60%;z-index:1}.correct-line{background-color:#eb6424;border-radius:32px;height:40px;pointer-events:none;position:absolute;z-index:10;z-index:500}.found{color:green;list-style:none;text-decoration:line-through}.ghost-line{background-color:#007bff80;height:4px;pointer-events:none;position:absolute;z-index:10}#mixedWords{display:flex;flex-direction:column;gap:35px;margin:60px 160px 0;position:relative;z-index:3}@media screen and (max-width:1700px){.mixedwords_game_container{margin:0 10%;width:80%}}@media screen and (max-width:1400px){.mixedwords_game_container{margin:0;width:100%}}@media screen and (max-height:1000px){#mixedwords_grid_container .cell{padding:6px 4px}}@media screen and (max-height:850px){#mixedwords_grid_container .cell{padding:3px 4px}}.cell.selected{background-color:var(--orange);color:#fff;font-weight:700}.cell.test-selection{background-color:#b1650f80;color:#fff;font-weight:700}#wordMatch{z-index:5}#wordMatch .game-container.level-1{margin:0 300px}#wordMatch .game-container.level-2{margin:0 150px}#wordMatch .game-container.level-3{margin:0}#wordMatch .game-content{align-items:center;background:#fff;border:2px solid var(--orange);border-radius:8px;display:flex;flex-direction:column;gap:50px;justify-content:center;margin-top:50px;padding:35px 25px;text-transform:uppercase;width:100%}#wordMatch .game-container h3{color:var(--orange);font-size:20px}#wordMatch .columns-container{display:flex;gap:150px;justify-content:center;width:100%}#wordMatch .columns-container .column-type{align-items:center}#wordMatch .columns-container .column-type,#wordMatch .words-container{display:flex;flex-direction:column;gap:10px}#wordMatch .words-container .words{align-items:center;border:1px solid #a8aebe;border-radius:2px;color:#a8aebe;display:flex;justify-content:center;padding:25px 35px}#wordMatch .words-container .words:hover{border-color:var(--orange);color:var(--orange)}#wordMatch .correct-answers{align-items:center;border:2px solid var(--orange);border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:15px 25px;width:50%}#wordMatch .correct-answers ul{align-items:center;display:flex;flex-direction:column;list-style:none}.columns-matched,.columns-remaining{align-items:flex-start;display:flex;gap:40px}.show-error{border-color:#a8aebe!important}#arrowsQCM{display:flex;flex-direction:column;gap:35px;margin:60px 160px 0;position:relative}#arrowsQCM .vinyle-logo{left:50%;position:absolute;top:50px;transform:translate(-50%,10%);width:200px;z-index:1}#arrowsQCM .game-container{align-items:center;display:flex;gap:50px;padding:15px;z-index:2}.arrows-top{display:flex;flex-direction:column;gap:75px;text-align:center}.arrows-info{align-items:center;display:flex;justify-content:space-between;width:60%}.arrows-length{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.arrows-length p{font-weight:600}.arrows-length p,.arrows-score{color:var(--orange);font-size:1rem}.arrows-score{font-weight:700}.progress-bar{background-color:#ddd;border-radius:10px;height:10px;overflow:hidden;position:relative;width:350px}.progress-fill{background-color:var(--orange);border-radius:10px;height:100%;left:0;position:absolute;top:0;transition:width .4s ease-in-out}.arrows-QR{display:flex;flex-direction:column;gap:15px;text-align:center}.arrows-question{color:var(--orange);font-size:2.5rem}.arrows-rules{color:var(--gris-fonc);font-weight:400}.arrows-options{grid-column-gap:10px;grid-row-gap:10px;grid-gap:50px;display:grid;gap:50px;grid-template-areas:". option0 ." "option3 . option1" ". option2 .";grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);margin:0 auto;max-width:1000px}.arrows-options .option0{grid-area:option0}.arrows-options .option1{grid-area:option1}.arrows-options .option2{grid-area:option2}.arrows-options .option3{grid-area:option3}.arrows-button{background:#f9f9f9;border:2px solid #ccc;border-radius:8px;color:#000;cursor:pointer;font-size:1rem;justify-self:center;overflow:hidden;padding:35px;position:relative;transition:all .2s ease-in-out}.arrows-button.correct{background:var(--orange);border-color:var(--orange);color:#fff}.arrows-button.wrong{background:#a8aebe;border-color:#a8aebe;color:#fff}.arrows-button:disabled{cursor:not-allowed;min-width:250px;opacity:.8}.arrows-next{background:var(--orange);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:relative}.arrows-button.holding{animation:shake .3s infinite}@keyframes shake{0%{transform:translateX(0) rotate(0deg)}25%{transform:translateX(-3px) rotate(-2deg)}50%{transform:translateX(3px) rotate(2deg)}75%{transform:translateX(-3px) rotate(-2deg)}to{transform:translateX(0) rotate(0deg)}}.arrows-button.holding:after{animation:fill-progress 1s linear forwards;background-color:var(--orange);content:"";position:absolute;z-index:0}.arrows-button span{font-weight:700;letter-spacing:2px;position:relative;text-transform:uppercase;z-index:1}.option0.holding:after{animation:fill-vertical 1s linear forwards;bottom:0;height:0;left:0;width:100%}.option1.holding:after{animation:fill-horizontal 1s linear forwards;height:100%;left:0;top:0;width:0}.option2.holding:after{animation:fill-vertical-reverse 1s linear forwards;height:0;left:0;top:0;width:100%}.option3.holding:after{animation:fill-horizontal-reverse 1s linear forwards;height:100%;right:0;top:0;width:0}@keyframes fill-horizontal{0%{width:0}to{width:100%}}@keyframes fill-horizontal-reverse{0%{right:0;width:0}to{right:0;width:100%}}@keyframes fill-vertical{0%{height:0}to{height:100%}}@keyframes fill-vertical-reverse{0%{height:0;top:0}to{height:100%;top:0}}#vinyleQCM{display:flex;flex-direction:column;gap:35px;margin:60px 160px 0;position:relative}#vinyleQCM .vinyle-logo{left:50%;position:absolute;top:50px;transform:translate(-50%,10%);width:200px;z-index:1}#vinyleQCM .game-container{align-items:center;display:flex;gap:50px;padding:15px;z-index:2}.vinyle-top{display:flex;flex-direction:column;gap:75px;text-align:center}.vinyle-info{align-items:center;display:flex;justify-content:space-between;width:60%}.vinyle-length{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.vinyle-length p{font-weight:600}.vinyle-length p,.vinyle-score{color:var(--orange);font-size:1rem}.vinyle-score{font-weight:700}.vinyle-QR{display:flex;flex-direction:column;gap:15px;text-align:center}.vinyle-question{color:var(--orange);font-size:2.5rem}.vinyle-rules{color:var(--gris-fonc);font-weight:400}.vinyle-options{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr 1fr;margin:0 auto}.vinyle-button{background:#f9f9f9;border:2px solid #ccc;border-radius:8px;color:#000;cursor:pointer;font-size:1rem;padding:50px;transition:all .2s ease-in-out}.vinyle-button:hover{background:#eee}.vinyle-button.correct{background:var(--orange);border-color:var(--orange);color:#fff}.vinyle-button.wrong{background:#a8aebe;border-color:#a8aebe;color:#fff}.vinyle-button:disabled{cursor:not-allowed;opacity:.8}.vinyle-next{background:var(--orange);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:10px 20px;position:relative}@font-face{font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/InterRegular.86c330c66f7333ff6202.ttf) format("truetype")}@font-face{font-family:Inter Bold;font-weight:700;src:url(/static/media/Inter_18pt-Bold.934ca051dc94cbb68779.ttf) format("truetype")}@font-face{font-family:Black Star;font-style:normal;font-weight:400;src:url(/static/media/BlackStar.35f5099e84020e1f7af3.otf) format("opentype")}@font-face{font-family:Black Star Bold;font-style:normal;font-weight:700;src:url(/static/media/BlackStar.35f5099e84020e1f7af3.otf) format("opentype")}body{font-family:Inter,sans-serif}p{font-size:16px}.typoBlackStar{color:#eb6424;color:var(--ORANGE,#eb6424);display:block;font-family:Black Star Bold;font-size:40px;font-style:normal;font-weight:400;letter-spacing:-.8px;line-height:normal;margin-bottom:-30px}body{line-height:normal;margin:0}:root{--bouton-desktop:Inter;--font-black-star-bold:"Black Star Bold";--font-size-xs:12px;--bouton-desktop-size:15px;--font-size-21xl:40px;--font-size-5xl:24px;--font-size-13xl:32px;--font-size-xl:20px;--font-size-base:16px;--font-size-3xs:10px;--fond-gris:#f6f6f6;--blanc:#fff;--gris-fonc:#a8aebe;--noir:#1e1e22;--orange:#eb6424;--color-black:#000;--gris-clair:#e1e3e9;--gap-140xl:159px;--gap-xl:20px;--gap-21xl:40px;--gap-60xl:79px;--gap-34xl:53px;--gap-7xl:26px;--gap-37xl:56px;--gap-9xl:28px;--gap-16xl:35px;--gap-mid:17px;--gap-14xl:33px;--gap-base:16px;--gap-2xl:21px;--gap-3xs:10px;--gap-24xl:43px;--gap-4xs:9px;--gap-23xl:42px;--gap-xs:12px;--gap-10xs:3px;--gap-smi:13px;--gap-12xl:31px;--gap-141xl:160px;--gap-61xl:80px;--gap-39xl:58px;--gap-10xl:29px;--gap-32xl:51px;--gap-6xl:25px;--gap-20xl:39px;--gap-lgi:19px;--gap-29xl:48px;--gap-5xl:24px;--gap-11xs:2px;--gap-6xs:7px;--gap-12xs:1px;--gap-4xl:23px;--gap-13xl:32px;--gap-9xs:4px;--gap-8xs:5px;--gap-18xl:37px;--gap-lg:18px;--gap-mini:15px;--gap-8xs-7:4.7px;--padding-40xl:59px;--padding-6xl:25px;--padding-19xl:38px;--padding-13xl:32px;--padding-xl:20px;--padding-246xl:265px;--padding-2xl:21px;--padding-153xl:172px;--padding-10xl:29px;--padding-20xl:39px;--padding-9xl:28px;--padding-38xl:57px;--padding-9xs:4px;--padding-17xl:36px;--padding-12xs:1px;--padding-11xs:2px;--padding-4xs:9px;--padding-2xs:11px;--padding-smi:13px;--padding-93xl:112px;--padding-8xl:27px;--padding-28xl:47px;--padding-54xl:73px;--padding-11xl:30px;--padding-12xl:31px;--padding-18xl:37px;--padding-10xs:3px;--padding-3xl:22px;--padding-6xs:7px;--padding-5xs:8px;--padding-3xs:10px;--padding-xs:12px;--padding-lgi:19px;--padding-mini:15px;--padding-8xs:5px;--padding-7xs:6px;--padding-3xs-5:9.5px;--padding-754xl:773px;--padding-307xl:326px;--padding-483xl:502px;--padding-487xl:506px;--padding-310xl:329px;--padding-4xl:23px;--padding-base:16px;--padding-15xl:34px;--padding-16xl:35px;--padding-23xl:42px;--padding-22xl:41px;--padding-mid:17px;--padding-21xl:40px;--padding-14xl:33px;--padding-39xl:58px;--padding-46xl:65px;--padding-7xl:26px;--padding-11xs-4:1.4px;--br-5xs:8px;--br-14xl:33px;--br-xs:12px;--br-7xl:26px;--br-9xl:28px;--br-3xs:10px;--br-base-5:15.5px;--br-8xl:27px;--br-20xl:39px;--br-3xl:22px}
/*# sourceMappingURL=main.2a389114.css.map*/