@font-face {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/abezeelatinext.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    src: url(/webfonts/abezeelatin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


* {
    margin: 0;
}

p {
    margin-top: 12px;
    margin-bottom: 12px;
}

body {

    background-color: cornsilk;
    color: black;
    height: 100vh;
    width: 100vw;
    font-family: 'ABeeZee';
    font-size: 20px;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
}

#engine {
    background-color: cornsilk;
    color: black;
}


#footer {
    position: absolute;
    width: 100vw;
    bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 5;
}

.footerimg {
    opacity: 0.3;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 155;
}

#footerl {
    flex: 1;
    text-align: left;
    padding-left: 12px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#footerm {
    flex: 1;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#footerr {
    flex: 1;
    text-align: right;
    padding-right: 12px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

#qrcanvas {
    border: 5px solid #5eb5e0;
    border-radius: 15px;
    margin-top: 100px;
}

@keyframes shaker {
    0% {
        transform: translate(2px, 2px) rotate(0deg);
    }
    10% {
        transform: translate(-2px, -3px) rotate(-1deg);
    }
    20% {
        transform: translate(-4px, 0px) rotate(2deg);
    }
    30% {
        transform: translate(3px, 3px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(2deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-3deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-3deg);
    }
    80% {
        transform: translate(-2px, -2px) rotate(3deg);
    }
    90% {
        transform: translate(2px, 3px) rotate(0deg);
    }
    100% {
        transform: translate(2px, -3px) rotate(-3deg);
    }
}

#startpanel {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.startpic {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 250px;
}

#secretarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 100px;
    z-index: 1500;
}


.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.8);
}


.modalcontent {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 400px;
    min-height: 240px;
    text-align: center;
    border: 5px solid #5eb5e0;
    border-radius: 15px;
    background-color: #fff3cd;
}

.modaltext {
    min-height: 100px;
    padding: 12px;
}

.modalbuttons {
    min-width: 120px;
    min-height: 50px;
    padding: 8px;
}

.modalbutton {
    width: 90px;
    height: 25px;
    color: white;
    padding: 8px 14px 8px 14px;
    border: 3px solid #0069d9;
    border-radius: 5px;
    background-color: #0069d9;
    cursor: pointer;
}

#fullscreenadvice {
    padding: 30px;
    opacity: 0;
    z-index: 400;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.engine {
    position: absolute;
    font-size: 36px;
    top: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 65px);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    z-index: 0;
}

#develop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    z-index: 1000;
    visibility: hidden;
}

#autherror {
    margin-top: 40px;
}

#disabler {
    opacity: 1;
    z-index: 100;
}

#toparea {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
}


.toppic {
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 110px;
    max-height: 280px;
    text-align: center;
}

.imgtop {
    max-width: 600px;
    max-height: 350px;
}


.destitem {
    position: relative;
    width: 95%;
    height: 160px;
    margin: 80px auto;
}

.destimage {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.destposition {
    position: absolute;
    left: -1000px;
    top: 47px;
    margin-left: 12px;
    width: 200px;
    height: 73px;
    border: 6px solid #5eb5e0;
    border-radius: 15px;
    z-index: 30;
}

.toptextml {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 25px;
    text-align: center;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}


.story {
    margin: auto;
    font-size: 33px;
    display: inline-block;
    padding: 15px;
    line-height: 110%;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: 2px dotted #86cfda;
    border-radius: 15px;
    max-width: 95%;
}

.storyanswers {
    margin: auto;
    font-size: 34px;
    display: inline-block;
    line-height: 105%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: left;
    max-width: 95%;
}

.txtanswer {
    border: 5px solid #86cfda;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.desttext {
    max-width: 90%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    align-items: center;
    text-align: left;
}

.destcontainer {
    margin-top: 35px;
    margin-bottom: 55px;
    text-align: center;
    padding: 20px;
}

.framed {
    border: 2px dotted #86cfda;
    border-radius: 15px;
}

.topdstitem {
    flex: none;
    text-align: left;
    min-height: 0px;
}

.mdstitem {
    text-align: center;
    min-width: 250px;
    line-height: 38px;
    border: 5px solid #5eb5e0;
    border-radius: 15px;
    width: fit-content;
}

.textespacing {
    margin-top: 33px;
    margin-bottom: 33px;
    font-size: 33px;
    max-width: 99%;
}


.rdstitem {
    flex: none;
    text-align: left;

}

.ldstitem {
    flex: none;
    text-align: right;

}

.textgroup {
    margin-left: auto;
    margin-right: auto;
}

.tdstitem {
    padding: 20px;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.srcarea {
    text-align: center;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.txtsrcarea {
    text-align: left;
    max-width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.srcitem {
    height: 35px;
    margin: 12px;
    padding: 12px;
    width: fit-content;
}

#animateur {
    font-size: 38px;
    position: absolute;
    opacity: 0;
    z-index: 0;
    margin: 12px;
    padding: 12px;
    text-align: center;
    border: 5px solid #5eb5e0;
    min-width: 180px;
    border-radius: 15px;
    height: 38px;
    -webkit-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.tsrcitem {
    margin: 12px;
    padding: 12px;
    text-align: center;
    border: 5px solid #5eb5e0;
    border-radius: 15px;
    min-width: 180px;
    width: fit-content;
    background-color: cornsilk;
}

.lds-spinner {
    color: blue;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    visibility: hidden;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: blue;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

