html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{font-size:16px;font-family:"Parkinsans",sans-serif}*{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none}html,body{background:#eceaf7;color:#0f0f1d}h1,h2,h3,h4,h5,h6,p,a,span{line-height:120%}a{text-decoration:none}.loading{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:#0f0f1d}.loading img{width:200px;height:200px}.loading h1{display:flex;justify-content:center;align-items:center;color:#eceaf7;font-size:3rem}.loading h1 span{font-size:5rem}.loading .progress-bar{margin-top:1rem;width:20rem;height:1.5rem;border:2px solid #eceaf7;border-radius:100rem;overflow:hidden}.loading .progress-bar .progress{background:#eceaf7;height:100%;width:0}.loading.hidden{display:none}.screen{display:none;position:fixed;top:0;right:0;bottom:0;left:0}.screen.visible{display:block}.screen .desktop-area{position:relative;background-image:url("../../img/annaos-wallpaper.svg");background-position:center;background-size:cover;height:100%;padding:1rem;overflow:hidden}.screen .desktop-area .icons{padding:.25rem;width:125px;height:125px;text-align:center;z-index:1}.screen .desktop-area .icons a{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:.25rem;position:relative;width:100%;height:100%;border-radius:.25rem;color:#eceaf7;font-size:.9rem;background:radial-gradient(circle, rgba(255, 255, 255, 0.15) 25%, rgba(255, 255, 255, 0) 75%)}.screen .desktop-area .icons a span{text-shadow:2px 2px 1px #0f0f1d}.screen .desktop-area .icons a:hover{background:rgba(24,159,196,.5803921569)}.screen .desktop-area .icons a.active{background:rgba(108,91,155,.7333333333)}.screen .desktop-area .icons .img{width:60px;height:60px;margin:.25rem;position:relative}.screen .desktop-area .icons .img::before{content:"";position:absolute;width:15px;height:15px;background:url("../../img/link-icon.svg");left:0;bottom:0}.screen .desktop-area .icons .img img{width:100%;height:100%}.screen .desktop-area .window{display:none;position:absolute;background:#0f0f1d;z-index:1000;width:600px;height:450px;top:40px;left:40px;border:2px solid #0f0f1d;border-radius:.5rem;overflow:hidden;box-shadow:0 0 2rem rgba(15,15,29,.8666666667)}.screen .desktop-area .window.visible{display:block}.screen .desktop-area .window .top-bar{height:30px;border-bottom:2px solid #0f0f1d;display:flex;background:#6c5b9b;border-radius:.25rem;overflow:hidden}.screen .desktop-area .window .top-bar.alt{border:0}.screen .desktop-area .window .top-bar p,.screen .desktop-area .window .top-bar a{display:flex;align-items:center;justify-content:start;width:100%;height:100%;color:#eceaf7}.screen .desktop-area .window .top-bar p{padding-left:1rem;cursor:grab}.screen .desktop-area .window .top-bar .fullscreen-btns a{display:none;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;font-weight:bold;font-size:1.25rem;transition:100ms ease-out}.screen .desktop-area .window .top-bar .fullscreen-btns a:hover{background:#463770}.screen .desktop-area .window .top-bar .fullscreen-btns a.visible{display:flex}.screen .desktop-area .window .top-bar .minify{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;font-weight:bold;font-size:1.25rem;transition:100ms ease-out}.screen .desktop-area .window .top-bar .minify:hover{background:#463770}.screen .desktop-area .window .top-bar>a:last-child{justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;transition:100ms ease-out}.screen .desktop-area .window .top-bar>a:last-child:hover{background:#d04040}.screen .desktop-area .window .content{height:calc(100% - 30px);overflow-y:auto;overflow-x:hidden;padding:1rem;background:#eceaf7;border-radius:.25rem}.screen .desktop-area .window .content::-webkit-scrollbar{width:.5rem}.screen .desktop-area .window .content::-webkit-scrollbar-track{background:#eceaf7;border-radius:0;border-left:2px solid #0f0f1d}.screen .desktop-area .window .content::-webkit-scrollbar-thumb{background:#0f0f1d;border-radius:0}@supports not selector(::-webkit-scrollbar){.screen .desktop-area .window .content{scrollbar-color:#0f0f1d #eceaf7}}.screen .desktop-area .window .content h2{text-transform:uppercase;font-size:3rem;margin-bottom:1rem;font-weight:bold}.screen .desktop-area .window .content p{margin-bottom:1rem}.screen .desktop-area .window .content p:last-child{margin:0}.screen .desktop-area .window .content .files{display:none}.screen .desktop-area .window .content .files.visible{display:block}.screen .desktop-area .window .content form{padding:1rem;border:2px solid #0f0f1d}.screen .desktop-area .window .content form label{font-size:.75rem;line-height:120%}.screen .desktop-area .window .content form .row{margin-bottom:1rem}.screen .desktop-area .window .content form .row.alt{display:flex;flex-wrap:wrap}.screen .desktop-area .window .content form .row.alt .col{width:calc(50% - .5rem);margin-right:1rem}.screen .desktop-area .window .content form .row.alt .col:last-child{margin-right:0}.screen .desktop-area .window .content form .row.alt .col.small{width:100%;margin-right:0;margin-bottom:1em}.screen .desktop-area .window .content form .row.alt .col.small:last-child{margin-bottom:0}.screen .desktop-area .window .content form .row.alt.nowrap{flex-wrap:nowrap}.screen .desktop-area .window .content form .row.alt.nowrap input{margin-right:1rem}.screen .desktop-area .window .content form .row input,.screen .desktop-area .window .content form .row select,.screen .desktop-area .window .content form .row textarea{width:100%;padding:.5rem;border:2px solid #0f0f1d;background:#eceaf7;border-radius:.5rem}.screen .desktop-area .window .content form .row input.limited,.screen .desktop-area .window .content form .row select.limited,.screen .desktop-area .window .content form .row textarea.limited{width:auto}.screen .desktop-area .window .content form .row textarea{max-width:100%;min-width:100%;min-height:6rem}.screen .desktop-area .window .content form .row:last-child{margin-bottom:0}.screen .desktop-area .window .content form .row:last-child input{padding-block:.5rem;border-radius:900rem;background:#0f0f1d;color:#eceaf7;cursor:pointer}.screen .desktop-area .window .content form .row:last-child input:hover{background-color:rgba(15,15,29,.8666666667)}.screen .desktop-area .window .resize-handle{position:absolute;bottom:0;right:0;width:1rem;height:1rem;padding-right:.25rem;padding-bottom:.25rem;background-color:rgba(0,0,0,0);cursor:se-resize}.screen .bottom-bar{position:absolute;right:0;left:0;bottom:0;background:rgba(15,15,29,.8666666667);height:40px;display:flex;justify-content:space-between;z-index:2000}.screen .bottom-bar .bars{height:100%;width:-moz-fit-content;width:fit-content;display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.screen .bottom-bar .bars a{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:0 1rem;color:#eceaf7}.screen .bottom-bar .bars.start{position:relative;font-size:1.25}.screen .bottom-bar .bars.start a{padding:0 2rem}.screen .bottom-bar .bars.start img{height:1.25rem;margin-right:.75rem}.screen .bottom-bar .bars.start .menu{background:rgba(213,209,230,.3333333333);position:absolute;top:0;left:0;transform:translate(-105%, -100%);overflow:hidden;z-index:1500;border-left:0}.screen .bottom-bar .bars.start .menu ul{list-style:none}.screen .bottom-bar .bars.start .menu ul li a{color:#0f0f1d;padding:1rem 2rem;width:100%;white-space:nowrap;justify-content:start}.screen .bottom-bar .bars.start .menu ul li a:hover,.screen .bottom-bar .bars.start .menu ul li a:hover span{background:#0f0f1d;color:#eceaf7}.screen .bottom-bar .bars.start .menu *{background:#eceaf7}.screen .bottom-bar .bars.start .menu.visible{transform:translate(0, -100%)}.screen .bottom-bar .start>a::before,.screen .bottom-bar #lang::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.3) 20%, 80%, rgba(255, 255, 255, 0.15) 100%);opacity:0;transition:150ms ease-out}.screen .bottom-bar .start>a:hover::before,.screen .bottom-bar #lang:hover::before{opacity:1}.screen .bottom-bar .open-icons{padding:.25rem 1rem;width:100%}.screen .bottom-bar #date,.screen .bottom-bar #clock{cursor:default}.problem{display:none;height:100vh;justify-content:center;align-items:center;padding-inline:1rem;text-align:center}@media screen and ((max-height: 679.98px) or (orientation: portrait)){.screen,.loading{display:none !important}.problem{display:flex !important}}.others{padding:1rem 1.5rem}.others h1{font-size:3rem;text-transform:uppercase;font-weight:bold;text-align:center}.others h2{font-size:1.75rem;text-transform:uppercase;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.others p{margin-left:2rem}.others li{text-align:center;margin-top:.5rem}.others li:first-child{margin-top:1.5rem}.others li>a{color:#0f0f1d}.others li>a:hover{text-decoration:underline}.others .retour{padding-block:3rem 2rem;text-align:center}.others .retour a{background:#0f0f1d;border:2px solid #0f0f1d;border-radius:900rem;color:#eceaf7;padding:.5rem 2.5rem;font-weight:600;transition:150ms ease-out;box-shadow:0 0 0 rgba(15,15,29,.8666666667)}.others .retour a:hover{background-color:#eceaf7;color:#0f0f1d;box-shadow:0 0 5px rgba(15,15,29,.8666666667)}.fullscreen .overall{background:#0f0f1d;padding:2px}.fullscreen .overall .top-bar{height:30px;border-bottom:2px solid #0f0f1d;display:flex;background:#6c5b9b;border-radius:.25rem;overflow:hidden}.fullscreen .overall .top-bar.alt{border:0}.fullscreen .overall .top-bar p,.fullscreen .overall .top-bar a{display:flex;align-items:center;justify-content:start;width:100%;height:100%;color:#eceaf7}.fullscreen .overall .top-bar p{padding-left:1rem;cursor:grab}.fullscreen .overall .top-bar .fullscreen-btns a{display:none;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;font-weight:bold;font-size:1.25rem;transition:100ms ease-out}.fullscreen .overall .top-bar .fullscreen-btns a:hover{background:#463770}.fullscreen .overall .top-bar .fullscreen-btns a.visible{display:flex}.fullscreen .overall .top-bar .minify{display:flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;font-weight:bold;font-size:1.25rem;transition:100ms ease-out}.fullscreen .overall .top-bar .minify:hover{background:#463770}.fullscreen .overall .top-bar>a:last-child{justify-content:center;width:-moz-fit-content;width:fit-content;height:100%;padding:0;padding-inline:1rem;transition:100ms ease-out}.fullscreen .overall .top-bar>a:last-child:hover{background:#d04040}.fullscreen .overall .top-bar p{cursor:auto}.fullscreen .fs-content{padding:1rem}.fullscreen .fs-content h1{font-size:3rem;font-weight:bold;text-align:center;text-transform:uppercase}.fullscreen .fs-content form{padding:1rem;border:2px solid #0f0f1d}.fullscreen .fs-content form label{font-size:.75rem;line-height:120%}.fullscreen .fs-content form .row{margin-bottom:1rem}.fullscreen .fs-content form .row.alt{display:flex;flex-wrap:wrap}.fullscreen .fs-content form .row.alt .col{width:calc(50% - .5rem);margin-right:1rem}.fullscreen .fs-content form .row.alt .col:last-child{margin-right:0}.fullscreen .fs-content form .row.alt .col.small{width:100%;margin-right:0;margin-bottom:1em}.fullscreen .fs-content form .row.alt .col.small:last-child{margin-bottom:0}.fullscreen .fs-content form .row.alt.nowrap{flex-wrap:nowrap}.fullscreen .fs-content form .row.alt.nowrap input{margin-right:1rem}.fullscreen .fs-content form .row input,.fullscreen .fs-content form .row select,.fullscreen .fs-content form .row textarea{width:100%;padding:.5rem;border:2px solid #0f0f1d;background:#eceaf7;border-radius:.5rem}.fullscreen .fs-content form .row input.limited,.fullscreen .fs-content form .row select.limited,.fullscreen .fs-content form .row textarea.limited{width:auto}.fullscreen .fs-content form .row textarea{max-width:100%;min-width:100%;min-height:6rem}.fullscreen .fs-content form .row:last-child{margin-bottom:0}.fullscreen .fs-content form .row:last-child input{padding-block:.5rem;border-radius:900rem;background:#0f0f1d;color:#eceaf7;cursor:pointer}.fullscreen .fs-content form .row:last-child input:hover{background-color:rgba(15,15,29,.8666666667)}/*# sourceMappingURL=app.css.map */