html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}:root{--darkblue: #000024;--green: #66DD96;--lightgreen: #bce2cb;--text: #000091;--button-bg: #1c2a69;--button-bg-hover: #2947d8;--button-color: #FEC720;--stars: #FFF873;--joker: deeppink;--points: #6ACCE2;--correct: #00d261;--wrong: #d95227;--popup_overlay: #FFFFFFBB}html,body,#root,.App{width:100%;height:100%;margin:0;padding:0;font-family:sans-serif;font-family:Gotham,system-ui,sans-serif;-webkit-user-select:none;user-select:none;font-size:20px;background:#000;overflow:hidden}.App{flex-grow:1;margin:auto;display:flex;flex-direction:column;font-size:1rem}.version{position:fixed;bottom:0;left:0;font-size:.8rem}.debug{position:fixed;bottom:0;right:0;font-size:.8rem;color:#fff;background:red}.Loader-overlay{position:absolute;top:0;left:0;right:0;bottom:0}@keyframes fadein{0%{opacity:0}to{opacity:1}}.Loader{--size: 48px;width:var(--size);height:var(--size);border:calc(var(--size) / 8) solid var(--loader-color, #979797);border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ScreenLoading{flex-grow:1;display:flex;justify-content:center;align-items:center}.ScreenLoading .Loader{--loader-color: #36ffac}._Button_1eglx_1{position:relative;font-size:1.5em;border:none;background:linear-gradient(to bottom,#e9e9e9,#bcd9ff);padding:15px 60px;border-radius:24px;color:var(--text);font-weight:700;cursor:pointer;box-shadow:0 0 20px #000091;display:inline-flex;align-items:center;justify-content:center;gap:5px}._Button_1eglx_1:hover:not(:disabled){background:linear-gradient(to top,#e9e9e9,#bcd9ff)}._Button_1eglx_1:active{filter:brightness(.95)}._Button_1eglx_1:disabled{background:#CCCCCCaa;color:#777;filter:none;cursor:no-drop}._icon_button_1eglx_71{padding:10px;aspect-ratio:1}._icon_1eglx_71{display:inline-flex;justify-content:center;align-items:center}._ScreenHome_1hj0s_1{min-height:100%;overflow-y:auto;background-image:url(./home_bg-6ab8ed7f.jpg);background-size:cover;background-position:center center;--height: 40%;display:flex;flex-direction:column;--duration: .5s}._header_1hj0s_33{position:relative;background:rgba(0,0,145,.5);height:var(--height);display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;transition:height var(--duration),background var(--duration)}._content_1hj0s_57{position:absolute;left:0;right:0;top:var(--height);bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:40px;color:var(--text);background:url(./light_overlay-b3536205.png) no-repeat;background-size:100% auto;transition:top var(--duration)}._play_btn_1hj0s_99{font-size:1.5em;position:absolute;left:50%;top:0;transform:translate(-50%) translateY(-50%)}._text_1hj0s_115{padding:30px;max-width:40%;font-size:1.4em;font-weight:700;margin-bottom:200px}._Character_1n7ft_1{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;animation:_appear_1n7ft_1 .4s forwards}@keyframes _appear_1n7ft_1{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}._Character_1n7ft_1._INACTIVE_1n7ft_37{opacity:1;filter:brightness(.5)}._Character_1n7ft_1._HIDDEN_1n7ft_39{display:none;opacity:0;pointer-events:none}._CharacterCanvas_1n7ft_43{position:absolute;top:0;bottom:0;left:0;right:0}._canvas_wrapper_1n7ft_63{position:absolute;bottom:0;left:0;height:0px}._canvas_1n7ft_63{transform-origin:top center}._logo_vet67_7{width:100%;height:100%;margin:auto}._logo_vet67_7 img{width:100%;height:100%;object-fit:contain}._Footer_1e46k_1{background:#FFF;color:#000;position:fixed;bottom:0;width:100%;display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px}._mentions_legales_btn_1e46k_41{white-space:nowrap;color:var(--text);text-decoration:underline;font-size:.8em}._logos_partenaires_1e46k_55{display:flex;align-items:center;gap:30px;margin:auto}._logos_partenaires_phrase_1e46k_69{text-align:center;font-size:1em;font-weight:700;background:var(--text);color:#fff;padding:5px;max-width:250px}._logos_partenaires_1e46k_55 img{height:80px}._succubus_baseline_1e46k_93{display:flex;align-items:center;gap:10px;white-space:nowrap;font-size:.8em}._succubus_baseline_1e46k_93 img{width:40px;display:inline-block}._AudioButton_13abn_1{position:absolute;top:30px;right:30px;transition:transform .3s}._AudioButton_13abn_1:hover{cursor:pointer;transform:scale(1.1)}._icon_off_13abn_31,._icon_on_13abn_41{font-size:60px;color:#fff}.Notifs{position:fixed;bottom:0;right:0;padding:10px;display:flex;flex-direction:column;gap:8px}.Notifs .notif{background:#FFF;padding:5px 15px;cursor:pointer;box-shadow:5px 5px #0000006b}.Notifs .notif.ERROR{border-bottom:3px solid red}._ScreenVideo_1e480_1{height:100%;display:flex;justify-content:center;align-items:center;background:var(--darkblue)}._video_ctnr_1e480_19{width:100%}._video_ctnr_1e480_19 video{width:100%}._btn_1e480_33{position:absolute;bottom:0;right:0;margin:50px}._HaxeBackend_n7kqi_1{position:absolute;width:100%;height:100%;transition:opacity 1s}._HaxeBackend_n7kqi_1 canvas{opacity:0;transition:opacity 1s}._HaxeBackend_n7kqi_1._visible_n7kqi_25 canvas{opacity:1}._ScreenGame_1d1jg_1{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;height:100%;position:relative}._objbar_1d1jg_25{position:absolute;top:30px;left:50%;transform:translate(-50%);width:70%}._top_hud_1d1jg_45{position:absolute;top:0;left:0;right:0;padding-bottom:100px;background:linear-gradient(180deg,#103754 6.9%,rgba(16,55,84,.8) 54.9%,rgba(16,55,84,0) 100%);display:flex;justify-content:space-between;pointer-events:none;transition:opacity .4s}._top_hud_1d1jg_45._invisible_1d1jg_81{pointer-events:none;opacity:0}._top_hud_1d1jg_45._locked_1d1jg_89{pointer-events:none}._top_hud_buttons_1d1jg_97{margin:30px;display:flex;align-items:center;pointer-events:auto}._hud_bell_btn_1d1jg_133{position:relative}._hud_notif_1d1jg_137{width:30px;height:30px;background:red;border-radius:50%;position:absolute;bottom:0;right:0;z-index:1}._bottom_hud_1d1jg_159{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;pointer-events:none}._media_ctnr_1d1jg_195{display:flex;justify-content:flex-start;height:200px}._debug_1d1jg_207{border:1px solid red;padding:10px;background:#FFF;position:absolute;top:150px}._debug_1d1jg_207 div{display:flex;flex-direction:column;gap:10px}._debug_1d1jg_207 button{font-size:1em}@keyframes _fadein_1d1jg_1{0%{opacity:0}to{opacity:1}}._DragDrop_czaxo_1{color:#fffcfa;height:100%;display:flex;flex-direction:column;gap:40px}._lives_czaxo_19{position:absolute;top:10px;left:10px;display:flex;align-items:center;justify-content:center}._gridTarget_cntr_czaxo_53{overflow-y:auto;padding:40px 15px 40px 0;margin-right:-15px}._dragdrop_valid_czaxo_67{position:fixed;bottom:10px;left:50%;transform:translate(-50%)}._target_info_button_czaxo_81{position:absolute;top:6px;right:6px;z-index:2;font-size:30px;padding:10px}._info_popup_czaxo_111{position:fixed;z-index:3;top:0;left:0;right:0;bottom:0;background:#000000aa;display:flex;justify-content:center;align-items:center}._info_popup_czaxo_111>div{padding:50px 50px 30px 30px;position:relative;background:#253543;color:#fff;font-size:1rem;width:50%;border-radius:20px;white-space:pre-wrap}._wait_correction_czaxo_163{text-align:center;color:var(--orange);font-size:1rem}._ActivityLives_2skfb_1{text-align:center}._lives_2skfb_9{display:flex;justify-content:center;gap:8px;margin-top:10px}._lives_2skfb_9 img{width:100%}._Bucket_13i40_1{display:flex;gap:30px;align-items:center;padding:30px 90px;border-radius:20px;min-height:100%;overflow-x:auto;min-height:100px;background:linear-gradient(to bottom,transparent,#010157 20%,#010157 80%,transparent)}._draggable_ctnr_jiggc_1{display:flex;width:fit-content}._draggable_jiggc_1{position:relative;background:#fff;transition:transform .6s;cursor:grab;border-radius:999px;padding:15px 30px;white-space:nowrap;color:#000;width:100%;text-align:center}._draggable_jiggc_1._with_audio_jiggc_53{padding-left:80px}._draggable_content_jiggc_61{display:flex;align-items:center;gap:10px}._draggable_jiggc_1._dragged_jiggc_75{cursor:grabbing}._media_ctnr_jiggc_87{height:100%}._play_btn_jiggc_97{border-radius:50%;aspect-ratio:1;position:absolute;top:-5px;bottom:-5px;left:-5px;display:flex;justify-content:center;align-items:center;font-size:30px;border:6px solid #010157;cursor:pointer;background:#FFF}._draggable_text_jiggc_141{color:#000091;font-weight:700;font-size:1.2em;width:100%;padding:5px}._selected_jiggc_167{background:lightblue;border-color:#add8e6}._correct_jiggc_181{background:var(--positive-feedback);border-color:var(--positive-feedback);position:relative}._missed_jiggc_193{border-color:var(--positive-feedback);border-style:dashed;background:#FFF;position:relative}._with_media_jiggc_205._missed_jiggc_193{border-width:16px}._wrong_jiggc_215{position:relative;background:var(--negative-feedback);border-color:var(--negative-feedback)}:not(._with_media_jiggc_205)._correct_jiggc_181,:not(._with_media_jiggc_205)._missed_jiggc_193,:not(._with_media_jiggc_205)._wrong_jiggc_215{margin-right:25px}:not(._with_media_jiggc_205)._correct_jiggc_181:after{content:"";position:absolute;top:50%;right:0;width:50px;height:50px;background:var(--positive-feedback) url(./check-a1623147.svg) no-repeat center center;background-size:50%;border:4px solid var(--darkblue);border-radius:50%;transform:translate(50%) translateY(-50%)}:not(._with_media_jiggc_205)._wrong_jiggc_215:after{content:"";position:absolute;top:50%;right:0;width:50px;height:50px;background:var(--negative-feedback) url(./wrong-789a16c4.svg) no-repeat center center;background-size:50%;border:4px solid var(--darkblue);border-radius:50%;transform:translate(50%) translateY(-50%)}:not(._with_media_jiggc_205)._missed_jiggc_193:after{content:"!";position:absolute;top:50%;right:0;width:50px;height:50px;background:#FFF;color:var(--darkblue);border:4px solid var(--darkblue);border-radius:50%;transform:translate(50%) translateY(-50%);display:flex;justify-content:center;align-items:center;font-weight:900}._with_media_jiggc_205._correct_jiggc_181:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--positive-feedback);opacity:.5;z-index:2}._with_media_jiggc_205._correct_jiggc_181:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(./check-a1623147.svg) no-repeat center center;z-index:3}._with_media_jiggc_205._wrong_jiggc_215:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--negative-feedback);opacity:.5;z-index:2}._with_media_jiggc_205._wrong_jiggc_215:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url(./wrong-789a16c4.svg) no-repeat center center;z-index:3}._media_fullscreen_g5dsw_1{position:absolute;top:10px;right:10px;font-size:1em}._media_g5dsw_1{height:100%;font-size:20px;position:relative;display:flex;justify-content:center;align-items:center}._media_g5dsw_1 img{object-fit:contain;width:100%;height:100%}._media_g5dsw_1 video{max-height:100%;max-width:100%;border-radius:20px;margin:0}._fullscreenmedia_g5dsw_87{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;z-index:5;background:rgba(19,25,38,.9);cursor:pointer}._fullscreenmedia_g5dsw_87 img{cursor:auto}._slide_content_text_g5dsw_129{overflow-y:auto}._play_button_nkyh9_3{display:flex;align-items:center;cursor:pointer;font-size:.8em}._GridTargets_t1unx_1{flex-grow:1;display:grid;grid-template-columns:repeat(2,1fr);overflow-y:auto;gap:40px;padding:20px 50px 50px}._GridTargets_t1unx_1._grid1_t1unx_41{grid-template-columns:repeat(1,1fr)}._GridTargets_t1unx_1._grid2_t1unx_43{grid-template-columns:repeat(2,1fr)}._GridTargets_t1unx_1._grid3_t1unx_45{grid-template-columns:repeat(3,1fr)}._GridTargets_t1unx_1._grid4_t1unx_47{grid-template-columns:repeat(4,1fr)}._GridTargets_t1unx_1._grid5_t1unx_49{grid-template-columns:repeat(5,1fr)}._GridTargets_t1unx_1._grid6_t1unx_51{grid-template-columns:repeat(6,1fr)}._GridTargets_t1unx_1._grid7_t1unx_53{grid-template-columns:repeat(7,1fr)}._GridTargets_t1unx_1._grid8_t1unx_55{grid-template-columns:repeat(8,1fr)}._GridTargets_t1unx_1._grid9_t1unx_57{grid-template-columns:repeat(9,1fr)}._GridTargets_t1unx_1._grid10_t1unx_59{grid-template-columns:repeat(10,1fr)}._Target_u6b1v_1{flex-shrink:0;display:flex;flex-direction:column;overflow:hidden;margin:0 auto;width:100%}._target_header_u6b1v_21{font-size:1rem;text-align:center;position:relative;z-index:1;width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100px}._target_header_u6b1v_21._with_media_u6b1v_55{height:250px}._target_title_u6b1v_65{display:flex;align-items:center;gap:10px}._target_items_u6b1v_81{flex-grow:1;width:100%;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;overflow:hidden;position:relative;min-height:80px;border-radius:40px;background:#FFFFFF22}._target_items_u6b1v_81>*{max-height:100%}._Target_u6b1v_1._oneElement_u6b1v_137 ._target_items_u6b1v_81:has(*){background:transparent}._Target_u6b1v_1:not(._oneElement_u6b1v_137) ._target_items_u6b1v_81{justify-content:flex-start;padding:10px;overflow-y:auto}._Target_u6b1v_1._draggedOver_u6b1v_157 ._target_items_u6b1v_81{background-color:#fff5}._media_cntr_u6b1v_165{margin:auto;height:100%;border-radius:30px;overflow:hidden}._ImageTarget_92xdt_1{position:relative;flex-grow:1;flex-shrink:0;margin:0 auto}._ImageTarget_92xdt_1 img{height:100%}._targets_92xdt_31{position:absolute;top:0;left:0;right:0;bottom:0}._target_92xdt_31{position:absolute;min-width:200px;height:80px;overflow:hidden;border:2px dashed lightblue}._target_92xdt_31>*{border:none;padding:0;background:transparent;border-radius:0;height:100%;color:red}._target_92xdt_31>*>*{border:none;padding:0;background:transparent;border-radius:0;height:100%;margin:0}._QCM_n8f90_1{display:flex;flex-direction:column;gap:20px;max-height:100%;margin:auto;padding:0 2rem;height:100%;overflow-y:auto}._QCM_n8f90_1._step0_n8f90_51{justify-content:center}._qcm_media_n8f90_59{display:flex;flex-direction:column;max-width:70%;height:400px;margin:auto;margin-top:1rem}._choices_n8f90_81{display:flex;flex-direction:column;gap:.5em}._choices_grid_n8f90_95{display:grid;padding:10px;max-width:100%;grid-template-columns:repeat(2,1fr)}._choice_btn_n8f90_109{background:#95e8e6;color:var(--darkblue);padding:.75em 3em;cursor:pointer;text-align:center;font-size:1.3rem;font-weight:900;text-transform:uppercase;border-radius:2.5rem;width:70%;margin:auto;border:12px solid transparent;position:relative}._choice_btn_n8f90_109:not(._selected_n8f90_149):not(._correct_n8f90_149):not(._missed_n8f90_149):not(._wrong_n8f90_149):hover{background:var(--lightblue)}._choices_grid_n8f90_95 ._choice_btn_n8f90_109{width:auto;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}._qcm_choice_media_n8f90_177{margin:auto;max-height:200px;display:flex;flex-direction:column}._choices_grid_n8f90_95 ._choice_btn_n8f90_109 ._choice_btn_icon_n8f90_191{top:50%;left:50%;transform:translate(-50%) translateY(-50%)}._choice_btn_icon_n8f90_191{position:absolute;right:30px;top:50%;transform:translateY(-50%);width:60px;height:60px;background-repeat:no-repeat;background-position:center center;background-size:contain}._wrong_n8f90_149 ._choice_btn_icon_n8f90_191{background-image:url(./wrong-789a16c4.svg)}._correct_n8f90_149 ._choice_btn_icon_n8f90_191{background-image:url(./check-a1623147.svg)}._missed_n8f90_149 ._choice_btn_icon_n8f90_191{background-image:url(./missed-62b75375.svg)}._qcm_type_n8f90_239{color:var(--lightyellow);text-align:center;font-size:1.3em;margin-bottom:30px}._qcm_valid_btn_n8f90_257{position:absolute;bottom:30px;left:50%;transform:translate(-50%);font-size:1.2rem}._debrief_n8f90_273{font-size:1.8rem;text-align:center;margin:20px 0;color:#fffcfa}._selected_n8f90_149{background:#FFF}._correct_n8f90_149{background:var(--positive-feedback);border-color:var(--positive-feedback)}._missed_n8f90_149{background:transparent;color:var(--positive-feedback);border-style:dashed;border-color:var(--positive-feedback)}._wrong_n8f90_149{background:var(--negative-feedback);border-color:var(--negative-feedback)}._QrlInput_ctnr_n8f90_333{margin:100px 250px 0}._QrlInput_ctnr_n8f90_333._wrong_n8f90_149,._QrlInput_ctnr_n8f90_333._correct_n8f90_149{background:none}._QrlInput_ctnr_n8f90_333._wrong_n8f90_149 ._QrlInput_n8f90_333{outline:8px solid var(--negative-feedback);--color: var(--negative-feedback);font-weight:700}._QrlInput_ctnr_n8f90_333._correct_n8f90_149 ._QrlInput_n8f90_333{--color: rgb(40, 182, 40);outline:8px solid var(--positive-feedback);font-weight:700}._debrief_n8f90_273{color:var(--lightyellow);font-size:1.2rem;width:70%;margin:1em auto}._TimeBar_ctnr_1i05u_1{height:33px;border-radius:99px;background:#2D3C53}._TimeBar_1i05u_1{height:100%;border-radius:99px;background:var(--button-gradient);text-align:right;padding-right:20px;transition:width 1s linear}._TimeBar_1i05u_1._paused_1i05u_33{animation-play-state:paused}.Popup-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;animation:fadein .4s}.Popup{height:100%;width:100%;position:relative;display:flex;flex-direction:column;overflow:hidden;overflow-y:auto;padding:0}.Popup-content{height:100%;width:100%;margin:0 auto;display:flex;flex-direction:column}.Popup .Popup-close{position:absolute;top:10px;right:10px}._PopupMinigameSequence_rfmc7_1{height:100%}._ftue_btn_rfmc7_11{position:absolute;top:10px;left:10px}._score_rfmc7_21{position:absolute;bottom:0;left:0;background:var(--darkblue);color:var(--lightyellow);text-align:center;padding:30px;margin:30px;border-radius:30px}._score_rfmc7_21 span{color:#fff;font-size:2em;font-weight:900}._Swipe_1gvq5_1{height:100%;overflow-y:auto}._title_10ay7_1{padding:20px 60px;display:flex;align-items:center}._title_media_10ay7_13{height:200px;width:300px;flex-shrink:0}._title_text_10ay7_25{text-wrap:balance;text-align:center;font-size:2em;color:#fff}._SwipePopup_10ay7_39{height:100%;overflow:hidden;display:flex;flex-direction:column;gap:20px}._SwipeGame_10ay7_55{overflow:hidden;display:flex;flex-direction:column}._SwipePropositionsCtnr_10ay7_71{flex-grow:1;width:100%;left:0;right:0;bottom:0;padding-top:30px;display:flex;flex-direction:column;align-items:center;overflow:hidden}._card_10ay7_123{animation:_fadein_10ay7_1 .25s;width:570px;min-height:524px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;cursor:ew-resize;border-radius:50px;border:8px solid orange;overflow:hidden;transform-origin:center 1200px;transition:transform .5s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}._card_10ay7_123._dragging_10ay7_185{transition:none}._card_bg_10ay7_189{position:absolute;top:0;left:0;right:0;bottom:0;background:#ffffff;background:#140a39;z-index:0}._card_text_10ay7_229{flex-grow:1;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative;z-index:1;color:orange;color:#fff;font-weight:700;font-size:1.5em;padding:50px}._card_text_10ay7_229 img{display:block;height:200px;width:100%;object-fit:contain;margin-top:10px;pointer-events:none}._arrows_10ay7_293{display:flex;justify-content:space-between;gap:30px;color:orange;overflow:hidden;font-size:60px;padding:20px}._arrow_10ay7_293{flex-grow:1}._arrow_icon_10ay7_317{opacity:.5}._arrow_text_10ay7_325{font-size:30px;display:flex;justify-content:center;align-items:center;gap:20px;flex-grow:1}._future_answer_10ay7_345{height:150px;display:block;background:#414aff;background:#ffa500;color:#fff;font-size:50px;padding:20px;display:flex;justify-content:center;align-items:center}._answer_10ay7_377._correct_10ay7_377 span{background:var(--correct);color:#fff}._answer_10ay7_377._wrong_10ay7_385 span{background:var(--wrong)}._feedback_overlay_10ay7_393{position:absolute;top:0;left:0;right:0;bottom:0;z-index:20;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;animation:_fadein_10ay7_1 .25s}._total_10ay7_427{padding:20px;font-size:1.3em;margin-top:20px;background:#84959d;color:#000;font-weight:700;border-radius:10px}._debrief_10ay7_447{position:relative;background:lightblue;color:#fff;padding:20px;border:3px solid rgb(93,150,168)}._answer_10ay7_377{font-size:80px;font-weight:700;position:relative;pointer-events:none;width:100%}@keyframes _fadein_10ay7_1{0%{opacity:0;translate:0 -200px}to{opacity:1;translate:0 0px}}._recap_10ay7_491{overflow-y:auto}._SwipeRecap_138e4_1{display:flex;flex-direction:column;gap:20px;max-width:1200px;margin:0 auto;overflow-y:auto}._debrief_138e4_21{margin:30px 0;font-size:1.3em;font-style:italic}._proposition_recap_138e4_31{display:flex;align-items:center;gap:20px;border:5px solid orange;border-radius:20px;padding:20px}._texts_138e4_49{flex-grow:1;display:flex;flex-direction:column;gap:10px;color:#fff}._text_138e4_49{font-weight:700;font-size:1.2em}._media_ctnr_138e4_75{width:220px;flex-shrink:0}._minidebrief_138e4_91{font-style:italic;font-size:1.2em}._answers_138e4_99{display:flex;gap:10px}._choice_138e4_109{position:relative;width:170px;padding:10px 30px;display:flex;text-align:center;flex-direction:column;justify-content:center;align-items:center;border-radius:15px;min-height:70px;background:#4A6575;color:#fff;font-weight:700}._choice_138e4_109._correctChoice_138e4_139{background:var(--correct)}._choice_138e4_109._incorrectChoice_138e4_147{background:var(--wrong)}._choice_138e4_109._missedChoice_138e4_153{outline:3px dashed var(--correct)}._pawns_138e4_161{position:absolute;bottom:0;right:10px;background:#2b224d;display:flex;justify-content:center;align-items:center}._Activity_10afv_1{display:flex;flex-direction:column;justify-content:center;height:100%}._game_10afv_23{flex-grow:1;overflow-y:auto}._btns_ctnr_10afv_35{padding:20px;display:flex;justify-content:center;align-items:center;pointer-events:none}._btns_ctnr_10afv_35>*{pointer-events:all}._ActivityTitle_1p41h_1{display:flex;flex-direction:column}._title_1p41h_11{text-align:center;font-size:1.7rem;color:#fff;margin-inline:250px}._media_1p41h_25{display:flex;flex-direction:column;max-width:70%;height:300px;margin:auto;margin-top:1rem}._ActivityDebrief_1pn8f_1{color:#fff;font-size:1.5em;margin:20px 150px;text-align:center}._ActivityFeedback_16yl1_3{width:40%;margin:100px auto auto;font-size:1.3rem;font-weight:900;text-align:center;color:var(--darkblue);padding:1em 2em;border-radius:20px;position:relative}._ActivityFeedback_16yl1_3 span{position:relative}._ActivityFeedback_16yl1_3:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);width:100px;height:100px;border-radius:50%;background-size:contain;background-position:center center;background-repeat:no-repeat}._ActivityFeedback_16yl1_3._correct_16yl1_65:before{background-image:url(./correct-17465b4e.svg)}._ActivityFeedback_16yl1_3._wrong_16yl1_67:before{background-image:url(./wrong-789a16c4.svg);background-color:var(--negative-feedback);background-size:40px}._points_16yl1_81{position:absolute;top:0;right:0;background:#FFF;font-size:1.5em;padding:5px 15px;border:15px solid var(--darkblue);border-radius:50px;transform:translate(50%) translateY(-50%) rotate(-10deg)}._correct_16yl1_65{background:var(--positive-feedback);border-color:var(--positive-feedback)}._missed_16yl1_115{background:transparent;color:var(--positive-feedback);border-style:dashed;border-color:var(--positive-feedback)}._wrong_16yl1_67{background:var(--negative-feedback);border-color:var(--negative-feedback)}._PopupMinigameStars_1w83l_1{position:absolute;top:0;left:0;right:0;bottom:0;padding:150px 300px 100px;display:flex;flex-direction:column;justify-content:space-between}._mgScore_1w83l_31{display:flex;flex-direction:column;align-items:center;border-radius:100px;padding:50px;background:#362fb9;position:relative;margin:0 auto}._mgIcon_1w83l_57{height:250px}._MinigameIcon_1w83l_75{width:100%;height:100%}._MinigameIcon_1w83l_75 img{width:100%;height:100%;object-fit:contain}._mgName_1w83l_95{color:#fff;font-size:1.5rem}._stars_1w83l_107{margin:auto;width:600px;display:flex;flex-wrap:wrap;justify-content:center}._star_1w83l_107{flex:0 0 33.3333%}._btn_1w83l_137{margin:auto}._Star_15j2m_1{width:100%;min-width:20px}._ActivityLogoName_w1z4e_5{display:flex;flex-direction:column}._description_w1z4e_15{text-align:center;font-size:1.2rem;color:#fff;margin-inline:350px;padding-bottom:100px}._mgIcon_w1z4e_29{height:250px}._MinigameIcon_w1z4e_45{width:100%;height:100%}._MinigameIcon_w1z4e_45 img{width:100%;height:100%;object-fit:contain}._mgName_w1z4e_65{text-align:center;color:#fff;font-size:5rem;font-weight:700;padding-bottom:30px}._PopupCatalogue_89h19_1{height:100%;display:flex;flex-direction:column;overflow:hidden}._PopupCatalogueContent_89h19_21{flex-grow:1;display:flex;overflow:hidden}._sidebar_89h19_37{height:100%;width:30%;flex-shrink:0;display:flex;flex-direction:column;gap:20px;padding:40px 20px;overflow-y:auto;font-size:1.3em}._legend_89h19_73{display:flex;justify-content:center;gap:20px}._legend_89h19_73>*{border:3px solid #fff;color:#fff;padding:5px 10px;border-radius:10px;display:flex;align-items:center;gap:10px;position:relative}._legend_89h19_73>*:before{content:"";display:block;width:1em;height:1em;border-radius:50%}._legend_89h19_73 ._tooltip_89h19_121{position:absolute;width:150%;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#FFF;color:#000;opacity:0;pointer-events:none;z-index:10;padding:5px 10px;text-align:center;font-size:.8em;border-radius:8px;transition:opacity .6s}._legend_89h19_73 ._tooltip_89h19_121:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-18px);width:0px;height:0px;border-style:solid;border-width:0 12px 12px 12px;border-color:transparent transparent #000 transparent}._legend_89h19_73>*:hover ._tooltip_89h19_121{opacity:1}._legend_89h19_73 ._maitrise_89h19_189:before{background:#79d941}._legend_89h19_73 ._maitrise_89h19_189 ._tooltip_89h19_121{background:#e7ffd7;color:#3a7016;filter:drop-shadow(0 0 10px #3a7016)}._legend_89h19_73 ._maitrise_89h19_189 ._tooltip_89h19_121:before{border-color:transparent transparent #e7ffd7 transparent}._legend_89h19_73 ._non_maitrise_89h19_195:before{background:#d73b3b}._legend_89h19_73 ._non_maitrise_89h19_195 ._tooltip_89h19_121{background:#ffd7d7;color:#701616;filter:drop-shadow(0 0 10px #701616)}._legend_89h19_73 ._non_maitrise_89h19_195 ._tooltip_89h19_121:before{border-color:transparent transparent #ffd7d7 transparent}._children_89h19_205{--pl: 50px;padding-left:var(--pl);padding-right:20px;padding-top:10px;display:flex;flex-direction:column;gap:10px;font-size:.8em}._children_89h19_205>div:before{content:"";position:absolute;width:calc(var(--pl) - 10px);height:150%;left:0;transform:translate(calc(-1 * var(--pl) + 20px));bottom:50%;border:8px solid gray;border-right:none;border-top:none;border-radius:8px;z-index:0}._content_89h19_265{flex-grow:1;padding:60px;display:flex}._click_incitation_89h19_281{margin:60px;background:#FFF;flex-grow:1;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:40px;border-radius:50px}._click_incitation_89h19_281 ._hand_icon_89h19_311{font-size:300px}._CatalogueListItem_aa4eb_1{position:relative}._titre_aa4eb_13{background:#bbbbbb;padding:20px 60px;border-radius:999px;position:relative;z-index:1;display:flex;gap:10px}._titre_aa4eb_13 ._img_aa4eb_39{height:40px}._titre_aa4eb_13 ._img_aa4eb_39 img{height:100%}._unlocked_aa4eb_51 ._titre_aa4eb_13:hover{cursor:pointer;background:#FFF}._titre_aa4eb_13._good_aa4eb_67{background:#e7ffd7;color:#3a7016}._titre_aa4eb_13._bad_aa4eb_77{background:#ffd7d7;color:#701616}._selected_aa4eb_87>._titre_aa4eb_13{color:#000!important;background:#FFF;font-weight:700}._CatalogueItem_r2mlk_1{border-radius:40px;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;margin:auto}._image_r2mlk_25{background:#000054;aspect-ratio:16/9}._image_r2mlk_25 img{width:100%;height:100%;object-fit:cover}._infos_r2mlk_51{flex-grow:1;background:#e4e0f3;padding:40px;overflow:hidden;display:flex;flex-direction:column}._title_cntr_r2mlk_73{display:flex;align-items:center;margin-bottom:.5em;gap:20px}._title_r2mlk_73{font-size:2em;font-weight:700;color:#000054}._description_r2mlk_99{color:#5151da;font-size:1.3em;overflow-y:auto}._Characters_125c2_1{pointer-events:none}._dial_loading_125c2_9{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;pointer-events:all;background:#FFFFFF55}._subtitle_125c2_45{pointer-events:all;position:fixed;bottom:30px;left:30px;right:30px;padding:60px 40px 40px;border-radius:20px;background:rgba(12,16,53,.7);color:#fff;display:flex;gap:60px;align-items:center;z-index:1}._char_name_125c2_91{position:absolute;top:0;left:40px;transform:translateY(-55px);background:rgba(12,16,53,.7);color:#6dd1ff;padding:5px 25px;border-radius:50px;font-size:1.4em}._subtitle_text_125c2_113{width:70%;text-wrap:pretty;text-align:center;margin:auto;font-size:1.5em;font-weight:700}._forward_125c2_131{scale:150%;opacity:40%}._pauseButton_125c2_141{position:absolute;left:50%;bottom:0;transform:translate(-50%) translateY(50%);z-index:4}._choices_125c2_161{z-index:5;position:absolute;top:0;left:0;right:0;bottom:0;padding:30px 0;display:flex;flex-direction:column;gap:30px;justify-content:flex-end;align-items:center;pointer-events:all}._choice_title_125c2_193{color:#fff;width:60%;padding:40px;font-size:2em;text-align:center;border-radius:20px;background:rgba(12,16,53,.7)}._choice_buttons_125c2_215{display:flex;flex-direction:column;align-self:center;gap:20px;width:60%}._CatalogueButton_1hcul_1{width:100px;height:100px;border-radius:50%;background-image:url(./catalog-119cb30f.png);background-size:contain;position:absolute;bottom:30px;right:30px;transition:transform .3s}._CatalogueButton_1hcul_1:hover{cursor:pointer;transform:scale(1.1)}._PopupCatalogueItem_1x1rk_5{width:60%;margin:auto}._content_1x1rk_15{position:relative}._close_1x1rk_21{position:absolute;top:0;right:0;transform:translate(50%) translateY(-50%)}._arrow_left_1x1rk_35{position:absolute;top:50%;right:100%;transform:translate(-20px) translateY(-50%)}._arrow_right_1x1rk_47{position:absolute;top:50%;left:100%;transform:translate(20px) translateY(-50%)}._PopupCatalogueItem_1x1rk_5._closing_1x1rk_61{animation:_reduce_1x1rk_1 .6s forwards ease-in}._pages_1x1rk_69{margin-top:30px;position:relative;display:flex;flex-direction:column;color:#fff;font-size:1.6em;align-items:center;justify-items:center}@keyframes _reduce_1x1rk_1{to{transform:translate(920px) translateY(500px) scale(0);opacity:0}}._ObjectiveBar_irpkb_1{flex-grow:1;color:#fff;border-radius:10px;padding:0 20px;height:50px;display:flex;justify-content:center;align-items:center}._obj_timeline_irpkb_37{flex-grow:1;display:flex;justify-content:space-between;align-items:center;position:relative}._obj_timeline_irpkb_37:before{content:"";position:absolute;top:50%;left:0;right:0;height:5px;background:#4f58dd;transform:translateY(-50%)}._obj_timeline_irpkb_37>div{width:30px;height:30px;background:#0a0c56;border-radius:50%;border:6px solid #4f58dd;position:relative}._obj_timeline_irpkb_37 ._obj_name_irpkb_97{display:flex;align-items:center;gap:20px;position:absolute;bottom:-50px;left:50%;transform:translate(-50%);color:#fff;background:#2d38d5;padding:.1em 1em;border-radius:99px;white-space:nowrap;font-size:1.2em;cursor:pointer}._obj_timeline_irpkb_37 ._obj_name_irpkb_97._with_audio_irpkb_141{cursor:pointer}._obj_timeline_irpkb_37 ._obj_name_irpkb_97 b{font-weight:900}._obj_timeline_irpkb_37 div._current_irpkb_161{background:#ffe247;border-color:#dc8e47}._obj_timeline_irpkb_37 div:first-child ._obj_name_irpkb_97{left:0;transform:none}._obj_timeline_irpkb_37 div:last-child ._obj_name_irpkb_97{left:auto;right:0;transform:none}._play_button_irpkb_199{display:flex;align-items:center;cursor:pointer;font-size:.8em}._Chrono_1s50v_1{position:absolute;top:30px;left:30px;background:#2d38d588;font-size:1.5em;color:#fff;padding:20px 30px;min-width:240px;border-radius:999px;display:flex;align-items:center;gap:20px}._Chrono_1s50v_1 span{display:block;text-align:center;flex-grow:1}._PopupModuleStars_9y1ws_1{position:absolute;top:0;left:0;right:0;bottom:0;padding:150px 300px 100px;display:flex;flex-direction:column;justify-content:space-between}._moduleScores_9y1ws_115{display:flex;justify-content:space-between;width:100%;color:#fff;font-size:1.5rem}._moduleScore_9y1ws_115{display:flex;flex-direction:column;align-items:center;background:#362fb9;border-radius:999px;padding:15px 40px 15px 70px;position:relative}._moduleIcon_9y1ws_159{position:absolute;top:0;left:0;width:190px;height:80%;transform:translate(-50%)}._MinigameIcon_9y1ws_181{width:100%;height:100%}._MinigameIcon_9y1ws_181 img{width:100%;height:100%;object-fit:contain}._stars_9y1ws_31{margin:auto;width:600px;display:flex;flex-wrap:wrap;justify-content:center}._star_9y1ws_31{flex:0 0 33.3333%}._ministars_9y1ws_233{margin:auto;width:150px;display:flex;flex-wrap:wrap;justify-content:center}._ministar_9y1ws_233{flex:0 0 33.3333%}._debrief_ctnr_9y1ws_261{display:flex;width:100%;color:#fff;gap:50px}._debrief_9y1ws_261{font-weight:700;color:#fff;margin-bottom:.5em;padding-left:300px}._btn_ctnr_9y1ws_293{text-align:center;min-height:100px;justify-content:center}._GameOverlay_1nqxd_1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;background:url(./popup_bg-6da2e630.png);animation:_fadein_1nqxd_1 .5s forwards}@keyframes _fadein_1nqxd_1{0%{opacity:0}to{opacity:1}}._GameOverlay_1nqxd_1._mode_dial_1nqxd_49{animation:none;opacity:0}._PopupFTUE_1m1z8_1{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:none;color:#fff}._PopupFTUE_content_1m1z8_41{width:100%;height:100%;display:flex;flex-direction:column;margin:0 auto;position:relative}._page_1m1z8_65{width:100%;padding:40px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}._surtitle_1m1z8_85{text-align:center}._title_1m1z8_91{font-size:1.5em;text-align:center;margin:1em 0}._page_content_1m1z8_103{height:60%;width:70%;margin:auto;display:flex;flex-direction:column;justify-content:center}._image_1m1z8_123{flex-grow:1;background:#00000044}._image_1m1z8_123 img{width:100%;height:100%;object-fit:contain}._text_1m1z8_147{margin:1em 2em;font-size:1.4em;white-space:pre-wrap}._nextBtnCtnr_1m1z8_159{text-align:center;display:flex;justify-content:center}._prevBtn_1m1z8_175{position:absolute;top:50%;left:10%}._nextBtn_1m1z8_159{position:absolute;top:50%;right:10%}._PopupMinigameIntro_1q3f1_1{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;justify-content:center;height:100%}._ActivityTitle_1q3f1_35{display:flex;flex-direction:column}._description_1q3f1_45{text-align:center;font-size:1.2rem;color:#fff;margin-inline:350px;padding-bottom:100px}._mgScore_1q3f1_59{display:flex;flex-direction:column;align-items:center;border-radius:100px;padding:50px;background:#362fb9;position:relative;margin:0 auto}._mgIcon_1q3f1_87{height:250px}._MinigameIcon_1q3f1_103{width:100%;height:100%}._MinigameIcon_1q3f1_103 img{width:100%;height:100%;object-fit:contain}._mgName_1q3f1_123{text-align:center;color:#fff;font-size:5rem;font-weight:700;padding-bottom:30px}._btns_ctnr_1q3f1_139{padding:20px;display:flex;justify-content:center;align-items:center}._PopupNotif_suqih_1{margin:auto 80px;max-height:75%;background:#e4e0f3;border-radius:60px;padding:3rem;position:relative;display:flex;flex-direction:column}._PopupNotif_suqih_1._with_image_suqih_37{padding-top:180px}._image_suqih_47{position:absolute;top:0;left:50%;transform:translate(-50%) translateY(-50%);width:350px;height:350px;display:flex}._rays_suqih_71{width:0;height:0;position:absolute;top:-70px;z-index:-1;left:50%;transform:translate(-50%) translateY(-50%);--rays-size: 1200px;--rays-offset: 22.5deg;--rays-color: #ffffff60}._image_suqih_47 img{height:100%;position:relative;margin:auto}._surtitle_suqih_111{background:var(--button-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:1.3em;text-align:center;font-weight:700;text-wrap:balance}._title_suqih_131{font-size:2.5rem;font-weight:700;text-align:center;margin:1em 0;text-wrap:balance}._content_image_suqih_149{max-height:400px;position:relative}._content_image_fs_btn_suqih_159{position:absolute;top:10px;right:10px}._content_image_suqih_149 img{max-width:none;width:100%;height:100%;object-fit:contain}._fs_image_suqih_185{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--darkblue);z-index:1}._fs_image_suqih_185 img{width:100%;height:100%;object-fit:contain}._text_ctnr_suqih_215{overflow-y:auto;padding:10px}._text_suqih_215{font-size:1.3em;text-align:center;font-weight:700;white-space:pre-wrap;text-wrap:balance;margin:.8em}._text_suqih_215 li::marker{color:var(--lightyellow)}._btns_suqih_261{display:flex;justify-content:center;align-items:center;gap:30px;margin:1em 0}._prev_page_btn_suqih_277{position:absolute;top:50%;left:0;transform:translate(-50%) translateY(-50%)}._next_page_btn_suqih_289{position:absolute;top:50%;right:0;transform:translate(50%) translateY(-50%)}.PopupNotifStartMinigameBtns_list{display:flex;flex-direction:column;width:100%;gap:1rem;max-height:600px;overflow-x:hidden;overflow-y:auto}.PopupNotifStartMinigameBtns{display:flex;flex-direction:column-reverse;align-items:center;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;margin:0 20px;padding:50px;background:var(--darkblue);border-radius:60px}.PopupNotifStartMinigameBtns_stars{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.PopupNotifStartMinigameBtns_stars img{width:65px;flex-shrink:0}.star_disabled{filter:grayscale()}.play_btn{white-space:nowrap;font-size:.8em}._Rays_b2kk9_1{--offset: var(--rays-offset, 30deg);pointer-events:none;width:var(--rays-size, 1900px);aspect-ratio:1 / 1;background:repeating-conic-gradient(var(--rays-color, #ffffff80) 0deg var(--offset),transparent var(--offset) calc(var(--offset) * 2));-webkit-mask-image:radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 50%);mask-image:radial-gradient(rgba(0,0,0,1),rgba(0,0,0,0) 50%);animation:_spin_b2kk9_1 infinite linear var(--rays-duration, 60s)}@keyframes _spin_b2kk9_1{0%{transform:translate(-50%) translateY(-50%) rotate(0)}to{transform:translate(-50%) translateY(-50%) rotate(360deg)}}._Module_s4122_3{position:relative;flex:1 1 0px;display:flex;flex-direction:column;transition:filter .5s;opacity:1;font-size:.9rem}._Module_s4122_3:not(._disabled_s4122_33):hover{filter:drop-shadow(0 0 10px yellow)}._Module_s4122_3._disabled_s4122_33{cursor:default}._lock_overlay_s4122_41{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;border-radius:50px;background-color:#16174fbf}._lock_overlay_s4122_41._unlock_s4122_71{animation:_unlock_s4122_71 1s forwards}@keyframes _unlock_s4122_71{to{opacity:0}}._lock_overlay_icon_s4122_91{justify-content:center;align-items:center;display:inline-block;filter:brightness(0) invert(1);transform:scale(5)}._Module_s4122_3._extended_s4122_111{flex-grow:2;cursor:auto;opacity:1;font-size:1.1rem}._image_ctnr_s4122_127{display:flex;overflow:hidden;border-top-left-radius:50px;border-top-right-radius:50px;flex-grow:1}._image_s4122_127{flex-grow:1;background-repeat:no-repeat;background-size:cover;background-position:center center}._stars_ctnr_s4122_161{display:flex;flex-direction:column;justify-content:center;gap:30px;height:70%}._stars_ctnr_s4122_161 ._inactive_s4122_177 ._hide_if_inactive_s4122_177{display:none}._stars_ctnr_s4122_161 ._inactive_s4122_177 ._starfill_s4122_183{fill:var(--darkblue)}._footer_s4122_191{background:#e4e0f3;height:35%;padding:10px;border-bottom-left-radius:50px;border-bottom-right-radius:50px;display:flex;flex-direction:column}._title_s4122_215{font-size:1.5em;font-weight:700;color:#000091;margin-bottom:.5em}._description_s4122_231{color:#5151da;flex-grow:1;margin-bottom:1em}._btns_s4122_243{display:flex;gap:20px}._start_btn_ctnr_s4122_253{transition:all .5s}._start_btn_s4122_253{animation:_appear_s4122_1 .5s forwards}@keyframes _appear_s4122_1{0%{opacity:0}to{opacity:1}}._StarsButton_s4122_281{display:flex;flex-direction:column;background:#625ed4a4;padding:10px 0 0;border-radius:40px;text-align:center;font-size:1.3em;color:#fff;transition:background-color .5s;position:relative;margin:0 10px;flex-grow:1;gap:10px}._star_s4122_161{height:1em}._StarsButton_icon_s4122_335{display:flex;justify-content:center;align-items:center;gap:5px;font-size:1.5em}._StarsButton_btn_s4122_355{margin:0 -10px;font-size:1em;padding:.5em 1em;position:relative;transition:all .5s}._Module_s4122_3:not(._disabled_s4122_33):hover ._StarsButton_s4122_281{padding-bottom:0;gap:10px}._Module_s4122_3:not(._disabled_s4122_33):not(:hover) ._StarsButton_btn_s4122_355{background:none;color:#fff;box-shadow:none}._StarsButton_tooltip_s4122_397{min-width:100%;position:absolute;left:50%;top:100%;transform:translate(-50%) translateY(10px);background:#FFF;padding:5px;border-radius:10px;text-align:center;font-size:.9em;color:#625ed4a4;display:none;outline:3px solid orange}._StarsButton_tooltip_s4122_397:before{content:"";position:absolute;left:50%;bottom:100%;transform:translate(-18px);width:0px;height:0px;border-style:solid;border-width:0 18px 22px 18px;border-color:transparent transparent orange transparent}._StarsButton_btn_s4122_355:hover ._StarsButton_tooltip_s4122_397{display:block}._ScreenModulesContainer_1ao4n_1{display:flex;flex-direction:column;align-items:stretch;overflow:hidden;height:100%;position:relative}._ScreenModules_1ao4n_1{display:flex;flex-direction:column;height:100%;width:100%;background:url(./home_bg-6ab8ed7f.jpg);background-size:contain;position:relative}._ScreenModules_1ao4n_1>*{position:relative}._content_1ao4n_59{flex-grow:1}._modules_1ao4n_67{height:100%;gap:30px;display:flex;padding:200px 100px}._PopupMentionsLegales_ukarv_1{width:100%;height:100%;margin:auto;display:flex;background:url(./popup_bg-6da2e630.png)}._content_ukarv_25{width:70%;height:70%;margin:auto;display:flex;flex-direction:column;gap:30px;color:#fff}._PopupMentionsLegales_ukarv_1 h2{font-size:2em;text-align:center}._text_ukarv_61{white-space:pre-wrap;overflow-y:auto}._btn_ctnr_ukarv_71{display:flex;justify-content:center}._ScreenEnd_zifcf_1{min-height:100%;overflow-y:auto;background:url(./home_bg-6ab8ed7f.jpg);background-size:cover;background-position:center center;--height: 40%;display:flex;flex-direction:column;--duration: .5s}._header_zifcf_33{position:relative;background:rgba(0,0,145,.5);height:var(--height);display:flex;flex-direction:column;gap:30px;justify-content:center;align-items:center;transition:height var(--duration),background var(--duration)}._content_zifcf_57{position:absolute;left:0;right:0;top:var(--height);bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow-y:auto;gap:40px;color:#fff;background:url(./light_overlay.png) no-repeat;background-size:100% auto;transition:top var(--duration)}._buttons_cntr_zifcf_101{display:flex;flex-direction:row;gap:15px;justify-content:center;align-items:center;margin-bottom:150px}._menu_btn_zifcf_121,._infos_btn_zifcf_127{font-size:1.5em}._title_zifcf_135{margin-top:0;padding:30px;max-width:40%;font-size:1.6em;font-weight:700;text-align:center}._text_zifcf_157{overflow:auto;margin:auto;padding:0 30px;max-width:40%;font-size:1.2em;font-weight:700;text-align:center}:root{--lightblue: #defdfb;--darkblue: #0a2a3b;--negative-feedback: #FF7878;--positive-feedback: #8CFF98;--lightyellow: #FFF16F;--darkyellow: #ff9b38;--button-gradient: linear-gradient(180deg, #f7e553, #ff8d30, #ff9b38);--screen-bg: url(data:image/png;base64,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) center center, radial-gradient(#0a6b68 20%, #0a2a3b 80%)}.screen{min-height:100%;background:var(--screen-bg);background-blend-mode:luminosity,normal}.popup-title{display:flex;justify-content:center}.popup-title h3{text-align:center;color:var(--lightblue);font-size:2rem;padding:.5em 2em;border-radius:999px;background:linear-gradient(180deg,rgba(43,129,98,0) 0%,#0F4951 43.5%,#0E7389 100%)}.block{background:linear-gradient(180deg,rgba(14,242,229,.12) 0%,rgba(14,146,242,.12) 100%);padding:2rem;border-radius:2rem;position:relative;margin-top:2em;display:flex;flex-direction:column}.block:has(.block-title){padding-top:0}.block .block-title{background:#164a67;color:var(--lightblue);display:inline-block;margin:0 auto;padding:.5em 1em;border-radius:999px;transform:translateY(-50%)}img{max-width:100%}a{color:inherit}h5{margin:0;font-size:1.1rem;margin-bottom:.5rem}h6{margin:0;font-size:1rem;margin-bottom:.5rem}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#303030;overflow:visible}::-webkit-scrollbar-thumb{background:#DDD;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#eee}input:not([type=checkbox]){display:block;border:none;border-radius:20px;width:100%;margin:auto;font-size:1.5em;padding:.8em 1.5em;background:linear-gradient(to top,#e9e9e9,#bcd9ff);outline:5px solid #FFF;--color: #000;box-shadow:inset 0 8px 15px 5px #6667;-webkit-text-fill-color:var(--color);caret-color:#000;caret-shape:underscore}input:focus-visible{outline:5px solid orange}input:not([type=checkbox]):placeholder-shown{--color: #00000066}*:has(.force_click){pointer-events:none}.force_click{animation:blink 1s infinite;pointer-events:all}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.shepherd-hidden{display:none}.shepherd-header{display:flex;flex-direction:row-reverse;justify-content:space-between}.shepherd-button{border:none;cursor:pointer;font-size:1.1em;padding:.3em 1em;background:var(--button-gradient);color:var(--darkblue);fill:var(--darkblue);flex-shrink:0;font-weight:700;display:flex;justify-content:center;align-items:center;font-family:inherit;gap:10px;border-radius:999px;position:relative}.shepherd-cancel-icon{background:var(--orange);transform:translate(50%) translateY(-50%);border-radius:50%;position:absolute;top:0;right:0;border:none;font-size:1.5em;width:40px;height:40px;padding:0;cursor:pointer}.shepherd-cancel-icon:not(:disabled):hover,.shepherd-button:not(:disabled):hover{filter:brightness(1.15)}.shepherd-button.shepherd-button-secondary{background:transparent;border:3px solid var(--orange);color:var(--orange)}.shepherd-button.shepherd-button-secondary:not(:disabled):hover{background:var(--orange);color:var(--text)}.shepherd-button:disabled{cursor:not-allowed}.shepherd-footer{display:flex;flex-direction:row-reverse;justify-content:space-between}.shepherd-footer .shepherd-button:last-child{margin-right:0}.shepherd-title,.shepherd-content h3{margin:0 0 10px;padding:0;color:#fff;font-size:1.2rem}.shepherd-content{outline:none;padding:20px;background:var(--darkblue);border-radius:20px;color:#fff;border:5px solid #FFF}.shepherd-element{max-width:400px;opacity:0;outline:none;transition:opacity .3s,visibility .3s;visibility:hidden;width:100%;z-index:9999;--ftue-bg: rgba(25, 44, 59, .8)}.shepherd-enabled.shepherd-element{opacity:1;visibility:visible}.shepherd-element[data-popper-reference-hidden]:not(.shepherd-centered){opacity:0;pointer-events:none;visibility:hidden}.shepherd-element,.shepherd-element *,.shepherd-element :after,.shepherd-element :before{box-sizing:border-box}.shepherd-arrow{position:absolute;z-index:-1;width:30px;height:15px;transform-origin:center center}.shepherd-arrow:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);z-index:-1;width:0px;height:0px;border-style:solid;border-width:15px 15px 0 15px;border-color:#FFF transparent transparent transparent}.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{top:100%;transform:translate(-50%)}.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{bottom:100%;transform:translate(-50%) rotate(180deg)}.shepherd-element[data-popper-placement^=left]>.shepherd-arrow{left:100%;transform:rotate(-90deg) translateY(-50%)}.shepherd-element[data-popper-placement^=right]>.shepherd-arrow{right:100%;transform:rotate(90deg) translateY(-50%)}.shepherd-element.shepherd-centered>.shepherd-arrow{opacity:0}.shepherd-target-click-disabled.shepherd-enabled.shepherd-target,.shepherd-target-click-disabled.shepherd-enabled.shepherd-target *{pointer-events:none}.shepherd-modal-overlay-container{height:0;left:0;opacity:0;overflow:hidden;pointer-events:none;position:fixed;top:0;transition:all .3s ease-out,height 0ms .3s,opacity .3s 0ms;width:100vw;z-index:9997}.shepherd-modal-overlay-container.shepherd-modal-is-visible{height:100vh;opacity:.8;transform:translateZ(0);transition:all .3s ease-out,height 0s 0s,opacity .3s 0s;fill:var(--darkblue)}.shepherd-modal-overlay-container.shepherd-modal-is-visible path{pointer-events:all}.ftue-poiBB{position:absolute}.ftue-deactivate{pointer-events:none!important}.ftue-hide{display:none}.ftue-blink{animation:blink infinite steps(1) .8s}@keyframes blink{0%{opacity:1}50%{opacity:0}}
