/*# sourceMappingURL=styles-etoiles.css.map */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

/* HTML5 display-role reset for older browsers */
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;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

body.i18n-fr .language-switcher .fr {
  font-weight: bold;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}

body.i18n-en .language-switcher .en {
  font-weight: bold;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}

.flipping-i18n {
  -webkit-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -ms-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -o-transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  transition: transform ease-in-out 0.25s, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}

.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}

@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bold.woff2") format("woff2"), url("../../fonts/worksans-bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-bolditalic.woff2") format("woff2"), url("../../fonts/worksans-bolditalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-italic.woff2") format("woff2"), url("../../fonts/worksans-italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-light.woff2") format("woff2"), url("../../fonts/worksans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-lightitalic.woff2") format("woff2"), url("../../fonts/worksans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Work Sans";
  src: url("../../fonts/worksans-regular.woff2") format("woff2"), url("../../fonts/worksans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Medium.woff2") format("woff2"), url("../../fonts/Volte-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Volte";
  src: url("../../fonts/Volte-Semibold.woff2") format("woff2"), url("../../fonts/Volte-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-feature-settings: "tnum";
  box-sizing: border-box;
}

body {
  position: relative;
  font-family: "Volte";
  line-height: normal;
}

html, body {
  -webkit-font-smoothing: antialiased;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}

html, body, #main, .screen {
  width: 1920px;
  height: 1080px;
}

#main {
  display: none;
  background-color: #FFFFFF;
}

a {
  color: #FFFFFF;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #FFFFFF;
  text-decoration: none;
}

strong, b {
  font-weight: bold;
}

img, video {
  max-width: 100%;
  height: auto;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

.screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
}
.screen.hidden {
  visibility: hidden;
  pointer-events: none;
}
.screen:not(.current) {
  pointer-events: none !important;
}
.screen:not(.current) * {
  pointer-events: none !important;
}

#error {
  padding: 20px;
  position: fixed;
  font-weight: bold;
  z-index: 1000;
  width: 600px;
  background: #e6d7d7;
  top: 50px;
  left: 50px;
  border: solid #c3a4a4 1px;
  color: #000;
}

#language-switcher {
  position: absolute;
  z-index: 10;
  left: 40px;
  bottom: 50px;
  font-weight: bold;
}
#language-switcher .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #FFFFFF;
  height: 64px;
  width: 64px;
  border-radius: 32px;
  font-size: 30px;
}
#language-switcher .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#language-switcher._active_ .inner, #language-switcher:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.handcoach {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

#still-there {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#still-there .modal {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  text-align: center;
  background-color: #FFFFFF;
  padding: 50px;
  border-radius: 20px;
  font-size: 30px;
  font-weight: bold;
  overflow: hidden;
}
#still-there .modal button {
  align-self: center;
}
#still-there .modal .main-button {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 0;
  font-weight: bold;
  font-size: 22px;
}
#still-there .modal .main-button:active {
  opacity: 0.9;
}
#still-there .modal .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
}
#still-there .modal .progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  border-radius: 5px;
}

#screen-1 #intro-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  top: 140px;
  left: 580px;
  width: 760px;
  height: 800px;
}
#screen-1 #intro-wrapper .title {
  font-size: 160px;
  font-weight: 600;
}
#screen-1 #intro-wrapper .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  gap: 32px;
  padding: 32px;
  border-radius: 32px;
  background: black;
  color: white;
  width: 100%;
}
#screen-1 #intro-wrapper .box .instructions {
  font-size: 33px;
  font-weight: bold;
}
#screen-1 #intro-wrapper .box .choices {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
  gap: 32px;
}
#screen-1 #intro-wrapper .box .choices .level-choice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  font-size: 28px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  border-radius: 50%;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state canvas {
  display: none;
  position: absolute;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: "";
  opacity: 0;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  position: absolute;
  top: -7px;
  left: -8px;
  width: 54px;
  height: 51px;
  -webkit-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .box .choices .level-choice.active canvas {
  display: inline-block;
}
#screen-1 #intro-wrapper .box .choices .level-choice.active .state:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#screen-1 #intro-wrapper .cta {
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  padding: 32px;
  border-radius: 32px;
  background: #021240;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  -webkit-transition: background 0.2s, opacity 0.2s;
  -moz-transition: background 0.2s, opacity 0.2s;
  -ms-transition: background 0.2s, opacity 0.2s;
  -o-transition: background 0.2s, opacity 0.2s;
  transition: background 0.2s, opacity 0.2s;
}
#screen-1 #intro-wrapper .cta .inner .i18n {
  -webkit-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -moz-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -ms-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  -o-transition: color 0.2s, opacity 0.2s, backgound 0.2s;
  transition: color 0.2s, opacity 0.2s, backgound 0.2s;
}
#screen-1 #intro-wrapper .cta .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-1 #intro-wrapper .cta._active_ .inner, #screen-1 #intro-wrapper .cta:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#screen-1 #intro-wrapper .cta:not(.enabled) {
  pointer-events: none;
  opacity: 0.7;
}

#additional-tools {
  display: flex;
  flex-direction: row;
  gap: 20px;
  position: absolute;
  z-index: 10;
  right: 40px;
  bottom: 50px;
}
#additional-tools .trigger {
  width: 64px;
  height: 64px;
}
#additional-tools .trigger .inner {
  -webkit-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#additional-tools .trigger._active_ .inner, #additional-tools .trigger:active .inner {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
#additional-tools .trigger svg path {
  fill: red;
}

.top-tooltip {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  pointer-events: none;
  width: 100%;
}
.top-tooltip .wrapper {
  pointer-events: auto;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.top-tooltip .wrapper:before {
  content: "";
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -43px;
  border-radius: 0 0 18px 18px;
  width: 85px;
  box-shadow: 5px 5px 15px 5px rgba(2, 18, 64, 0.6);
  height: 65px;
  pointer-events: none;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}
.top-tooltip .wrapper .inner {
  position: relative;
  pointer-events: auto;
  background: #fc6842;
  color: #ffefe1;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  padding: 40px 60px;
  border-radius: 0 0 40px 40px;
  box-shadow: 5px 5px 15px 5px rgba(2, 18, 64, 0.6);
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -ms-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}
.top-tooltip .wrapper .toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin-left: -43px;
  left: 50%;
  bottom: -64px;
  width: 85px;
  height: 65px;
  background: #fc6842;
  border-radius: 0 0 18px 18px;
  cursor: pointer;
}
.top-tooltip .wrapper .toggle svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.top-tooltip:not(.shown) .wrapper .toggle svg {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.top-tooltip:not(.shown) .wrapper .inner {
  box-shadow: 5px 5px 15px 5px transparent;
}

.handcoach {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}

#main {
  background-color: #141542;
}

#language-switcher .inner {
  background-color: #b29620;
  color: #141542;
}

#still-there .modal {
  background: #b29620;
  color: #ffefe1;
}
#still-there .modal .main-button {
  background: #ffefe1;
  color: #b29620;
}
#still-there .modal .progress-bar .progress {
  background: #ffefe1;
}

#screen-1 #intro-wrapper #select-level-button:not(.enabled) .inner {
  background-color: #141542;
  color: #ffefe1;
}

#additional-tools {
  bottom: 50px;
}
#additional-tools .trigger svg path {
  fill: #b29620;
}

.draggable.molecule {
  position: absolute;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
  transform-origin: center center;
}
.draggable.molecule:after {
  content: "";
  position: absolute;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
  top: 50%;
  left: 50%;
}
.draggable.molecule[data-type=n]:after {
  background: transparent url("../../images/etoiles/element-n.png") no-repeat center center;
}
.draggable.molecule[data-type=o]:after {
  background: transparent url("../../images/etoiles/element-o.png") no-repeat center center;
}
.draggable.molecule[data-type=h]:after {
  background: transparent url("../../images/etoiles/element-h.png") no-repeat center center;
}
.draggable.molecule[data-type=c]:after {
  background: transparent url("../../images/etoiles/element-c.png") no-repeat center center;
}
.draggable.molecule[data-type=s]:after {
  background: transparent url("../../images/etoiles/element-s.png") no-repeat center center;
}
.draggable.molecule[data-type=p]:after {
  background: transparent url("../../images/etoiles/element-p.png") no-repeat center center;
}
.draggable.molecule.expanded {
  width: 160px;
  height: 160px;
  margin-left: -80px;
  margin-top: -80px;
}
.draggable.molecule canvas {
  position: absolute;
  width: 160px;
  height: 160px;
  pointer-events: none;
}

.draggable.star,
.additional-floating-star {
  position: absolute;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
  transform-origin: center center;
  background: transparent url("../../images/etoiles/starfield-star.png") no-repeat center center;
}
.draggable.star[data-variation="2"],
.additional-floating-star[data-variation="2"] {
  background-size: 20px 20px;
}
.draggable.star[data-variation="3"],
.additional-floating-star[data-variation="3"] {
  background-size: 12px 12px;
}

.top-tooltip {
  z-index: 997;
}
.top-tooltip .wrapper:before {
  box-shadow: 5px 5px 15px 5px #021240;
}
.top-tooltip .wrapper .inner {
  background: #b29620;
  color: #ffefe1;
  box-shadow: 5px 5px 15px 5px #021240;
}
.top-tooltip .wrapper .toggle {
  background: #b29620;
}

#starfield {
  position: absolute;
  top: 0;
  left: 0;
}
#starfield #starfield-stars {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#starfield .star {
  position: absolute;
  width: 20px;
  height: 20px;
  background: transparent url("../../images/etoiles/starfield-star.png") no-repeat center center;
}
#starfield #starfield-flare {
  display: inline-block;
  position: absolute;
  left: 420px;
  width: 1080px;
  height: 1080px;
}
#starfield #starfield-flare:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1080px;
  height: 1080px;
  background: transparent url("../../images/etoiles/temporary-flare.png") no-repeat center center;
  background-size: contain;
  opacity: 0.4;
}

:root {
  --timelineHighlight: #FFF35F;
}

#etoiles-timeline {
  position: absolute;
  pointer-events: none;
  width: 1400px;
  height: 80px;
  top: 960px;
  left: 190px;
}
#etoiles-timeline .timeline-item {
  position: absolute;
  top: -87px;
  margin-top: 10px;
  margin-left: -30px;
}
#etoiles-timeline .timeline-item img,
#etoiles-timeline .timeline-item svg {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
#etoiles-timeline .timeline-item .timeline-item-label {
  position: absolute;
  width: 640px;
  margin-left: -290px;
  text-align: center;
}
#etoiles-timeline .timeline-item .timeline-item-label:before {
  content: "";
  background-color: #FFF35F;
  width: 2px;
  height: 10px;
  position: absolute;
  bottom: -13px;
  left: 50%;
}
#etoiles-timeline .timeline-item .timeline-item-label .timeline-item-title {
  color: #FFF35F;
  font-weight: bold;
  font-size: 30px;
  white-space: nowrap;
}
#etoiles-timeline .timeline-item .timeline-item-label .timeline-item-timestamp {
  color: #FFF35F;
  font-size: 25px;
  white-space: nowrap;
}
#etoiles-timeline .timeline-item.timeline-item-2 {
  left: 210px;
}
#etoiles-timeline .timeline-item.timeline-item-4 {
  left: 840px;
}
#etoiles-timeline .timeline-item.timeline-item-6 {
  left: 1162px;
}

.contextual-molecule-selector {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  width: 300px;
  padding: 20px;
  position: absolute;
  border-radius: 30px 0 0 30px;
  top: 50px;
  left: 50px;
  visibility: hidden;
  transform-origin: 0 50%;
}
.contextual-molecule-selector:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  width: 25px;
  height: 1px;
  background: #fff;
}
.contextual-molecule-selector:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  border-radius: 30px 0 0 30px;
  border: 1px solid #fff;
  border-right: none;
  mask-clip: border-box;
}
.contextual-molecule-selector .choice .inner {
  padding: 2px 10px 2px 10px;
  margin: 4px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 31px;
  background: #C1DDE0;
  border-radius: 15px;
  font-weight: bold;
}
.contextual-molecule-selector.contextual-menu-left {
  background: linear-gradient(-90deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 0 30px 30px 0;
  left: -400px;
  transform-origin: 100% 50%;
}
.contextual-molecule-selector.contextual-menu-left .choice {
  text-align: right;
}
.contextual-molecule-selector.contextual-menu-left:before {
  left: unset;
  right: -25px;
}
.contextual-molecule-selector.contextual-menu-left:after {
  left: unset;
  right: 0;
  border-radius: 0 30px 30px 0;
  border: 1px solid #fff;
  border-left: none;
}

.additional-floating-stars {
  position: absolute;
  left: 0;
  top: 590px;
  width: 1920px;
  height: 300px;
  pointer-events: none;
}

#earth {
  position: absolute;
  width: 1920px;
  height: 1080px;
}
#earth #earth-stars {
  display: inline-block;
  position: absolute;
  left: 760px;
  top: 340px;
  width: 400px;
  height: 400px;
  z-index: 2;
  pointer-events: none;
}
#earth #earth-stars svg {
  position: absolute;
  left: -100px;
  top: -100px;
  width: 600px;
  height: 600px;
}
#earth #earth-glow {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 960px;
  top: 540px;
  width: 2000px;
  height: 2000px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#earth #earth-big {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 110px;
  bottom: 0;
  line-height: 0;
}

#screen-1 #intro-wrapper .title {
  font-size: 160px;
  font-weight: 600;
  color: #ffefe1;
  line-height: 0.85em;
}
#screen-1 #intro-wrapper .box {
  background: #b29620;
  color: #ffefe1;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state {
  width: 45px;
  height: 45px;
}
#screen-1 #intro-wrapper .box .choices .level-choice .state:after {
  content: url("../../images/etoiles/temporary-level-active.png");
  top: -15px;
  left: -11px;
  width: 54px;
  height: 51px;
}
#screen-1 #intro-wrapper .box .choices .level-choice.active .state:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#screen-1 #intro-wrapper .cta .inner {
  background: #b29620;
  color: #ffefe1;
}

#screen-3-LEVEL1 .dropzones,
#screen-3-LEVEL2-LEVEL3 .dropzones {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  left: 100px;
  top: 150px;
  width: 1720px;
  height: 800px;
  pointer-events: none;
}
#screen-3-LEVEL1 .dropzones .dropzone,
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone {
  display: inline-block;
  width: 400px;
  height: 400px;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress,
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress {
  position: absolute;
  width: 408px;
  height: 404px;
  left: 656px;
  top: 187px;
  pointer-events: none;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill,
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="1"] {
  background: transparent url("../../images/etoiles/earth-dropzone-progress-fill-1.png") no-repeat 0 0;
  background-size: contain;
  transform-origin: 385px 181px;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="2"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="2"] {
  background: transparent url("../../images/etoiles/earth-dropzone-progress-fill-2.png") no-repeat 0 0;
  background-size: contain;
  transform-origin: 65px 65px;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="3"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="3"] {
  background: transparent url("../../images/etoiles/earth-dropzone-progress-fill-3.png") no-repeat 0 0;
  background-size: contain;
  transform-origin: 301px 50px;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="4"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="4"] {
  background: transparent url("../../images/etoiles/earth-dropzone-progress-fill-4.png") no-repeat 0 0;
  background-size: contain;
  transform-origin: 140px 280px;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="5"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill[data-count="5"] {
  background: transparent url("../../images/etoiles/earth-dropzone-progress-fill-5.png") no-repeat 0 0;
  background-size: contain;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress.count-1 .dropzone-progress-fill[data-count="1"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="1"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="1"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="1"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-1 .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="1"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="1"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="2"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="2"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="2"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="2"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="2"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="2"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="2"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="2"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="3"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="3"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="3"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="3"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="3"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="3"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="4"], #screen-3-LEVEL1 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="4"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-4 .dropzone-progress-fill[data-count="4"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="4"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-3-LEVEL1 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="5"],
#screen-3-LEVEL2-LEVEL3 .dropzones .dropzone-progress.count-5 .dropzone-progress-fill[data-count="5"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-3-LEVEL1 .handcoach,
#screen-3-LEVEL2-LEVEL3 .handcoach {
  left: 617px;
  top: 333px;
  z-index: 10;
}

#screen-4-LEVEL1 .dropzones,
#screen-4-LEVEL2 .dropzones,
#screen-4-LEVEL3 .dropzones {
  position: absolute;
  top: 515px;
  width: 1420px;
}
#screen-4-LEVEL1 .dropzones .dropzone,
#screen-4-LEVEL2 .dropzones .dropzone,
#screen-4-LEVEL3 .dropzones .dropzone {
  position: absolute;
  width: 450px;
  height: 450px;
}
#screen-4-LEVEL1 .dropzones .dropzone#dropzone-1,
#screen-4-LEVEL2 .dropzones .dropzone#dropzone-1,
#screen-4-LEVEL3 .dropzones .dropzone#dropzone-1 {
  left: 150px;
}
#screen-4-LEVEL1 .dropzones .dropzone#dropzone-2,
#screen-4-LEVEL2 .dropzones .dropzone#dropzone-2,
#screen-4-LEVEL3 .dropzones .dropzone#dropzone-2 {
  left: 442px;
}
#screen-4-LEVEL1 .dropzones .dropzone#dropzone-3,
#screen-4-LEVEL2 .dropzones .dropzone#dropzone-3,
#screen-4-LEVEL3 .dropzones .dropzone#dropzone-3 {
  left: 734px;
}
#screen-4-LEVEL1 .dropzones .dropzone#dropzone-4,
#screen-4-LEVEL2 .dropzones .dropzone#dropzone-4,
#screen-4-LEVEL3 .dropzones .dropzone#dropzone-4 {
  left: 1026px;
}
#screen-4-LEVEL1 .dropzones .dropzone#dropzone-5,
#screen-4-LEVEL2 .dropzones .dropzone#dropzone-5,
#screen-4-LEVEL3 .dropzones .dropzone#dropzone-5 {
  left: 1318px;
}
#screen-4-LEVEL1 .dropzones .dropzone .cta-image,
#screen-4-LEVEL1 .dropzones .dropzone .result-image-wrapper,
#screen-4-LEVEL2 .dropzones .dropzone .cta-image,
#screen-4-LEVEL2 .dropzones .dropzone .result-image-wrapper,
#screen-4-LEVEL3 .dropzones .dropzone .cta-image,
#screen-4-LEVEL3 .dropzones .dropzone .result-image-wrapper {
  position: absolute;
  display: inline;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#screen-4-LEVEL1 .dropzones .dropzone .result-image-wrapper,
#screen-4-LEVEL2 .dropzones .dropzone .result-image-wrapper,
#screen-4-LEVEL3 .dropzones .dropzone .result-image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#screen-4-LEVEL1 .dropzones .dropzone .result-image-wrapper .result-image,
#screen-4-LEVEL2 .dropzones .dropzone .result-image-wrapper .result-image,
#screen-4-LEVEL3 .dropzones .dropzone .result-image-wrapper .result-image {
  visibility: hidden;
  width: 100%;
  height: 100%;
  max-height: 300px;
  max-width: 200px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress,
#screen-4-LEVEL2 .dropzones .dropzone-progress,
#screen-4-LEVEL3 .dropzones .dropzone-progress {
  position: absolute;
  width: 179px;
  height: 115px;
  background: transparent url("../../images/etoiles/dropzone-progress.png") no-repeat 0 0;
  top: 240px;
  pointer-events: none;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress#dropzone-progress-1,
#screen-4-LEVEL2 .dropzones .dropzone-progress#dropzone-progress-1,
#screen-4-LEVEL3 .dropzones .dropzone-progress#dropzone-progress-1 {
  left: 291px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress#dropzone-progress-2,
#screen-4-LEVEL2 .dropzones .dropzone-progress#dropzone-progress-2,
#screen-4-LEVEL3 .dropzones .dropzone-progress#dropzone-progress-2 {
  left: 583px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress#dropzone-progress-3,
#screen-4-LEVEL2 .dropzones .dropzone-progress#dropzone-progress-3,
#screen-4-LEVEL3 .dropzones .dropzone-progress#dropzone-progress-3 {
  left: 875px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress#dropzone-progress-4,
#screen-4-LEVEL2 .dropzones .dropzone-progress#dropzone-progress-4,
#screen-4-LEVEL3 .dropzones .dropzone-progress#dropzone-progress-4 {
  left: 1167px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress#dropzone-progress-5,
#screen-4-LEVEL2 .dropzones .dropzone-progress#dropzone-progress-5,
#screen-4-LEVEL3 .dropzones .dropzone-progress#dropzone-progress-5 {
  left: 1459px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill,
#screen-4-LEVEL2 .dropzones .dropzone-progress .dropzone-progress-fill,
#screen-4-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill {
  position: absolute;
  width: 36px;
  height: 40px;
  background: transparent url("../../images/etoiles/dropzone-progress-fill.png") no-repeat 0 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#screen-4-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(1),
#screen-4-LEVEL2 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(1),
#screen-4-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(1) {
  top: 2px;
  left: 2px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(2),
#screen-4-LEVEL2 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(2),
#screen-4-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(2) {
  top: 72px;
  left: 72px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(3),
#screen-4-LEVEL2 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(3),
#screen-4-LEVEL3 .dropzones .dropzone-progress .dropzone-progress-fill:nth-child(3) {
  top: 2px;
  left: 141px;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress.count-1 .dropzone-progress-fill[data-count="1"], #screen-4-LEVEL1 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="1"], #screen-4-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-1 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-1 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="1"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="1"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="2"], #screen-4-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="2"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="2"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="2"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-2 .dropzone-progress-fill[data-count="2"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="2"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-4-LEVEL1 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="3"],
#screen-4-LEVEL2 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="3"],
#screen-4-LEVEL3 .dropzones .dropzone-progress.count-3 .dropzone-progress-fill[data-count="3"] {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}
#screen-4-LEVEL1 .finale-wrapper,
#screen-4-LEVEL2 .finale-wrapper,
#screen-4-LEVEL3 .finale-wrapper {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  left: 500px;
  top: 200px;
  width: 920px;
  background: #b29620;
  color: #ffefe1;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  padding: 40px 60px;
  border-radius: 40px;
  z-index: 98;
  visibility: hidden;
  opacity: 0;
}
#screen-4-LEVEL1 .finale-wrapper .restart,
#screen-4-LEVEL2 .finale-wrapper .restart,
#screen-4-LEVEL3 .finale-wrapper .restart {
  margin-top: 15px;
  width: 100px;
}
#screen-4-LEVEL1 .finale-wrapper .restart .inner,
#screen-4-LEVEL2 .finale-wrapper .restart .inner,
#screen-4-LEVEL3 .finale-wrapper .restart .inner {
  display: flex;
  transform-origin: center bottom;
  transition: scale 0.5s;
}
#screen-4-LEVEL1 .finale-wrapper .restart:active .inner,
#screen-4-LEVEL2 .finale-wrapper .restart:active .inner,
#screen-4-LEVEL3 .finale-wrapper .restart:active .inner {
  scale: 0.9;
}

#screen-4-LEVEL1 .handcoach,
#screen-4-LEVEL2 .handcoach {
  left: 895px;
  top: 294px;
  z-index: 10;
}

#screen-4-LEVEL3 .handcoach {
  left: 465px;
  top: 180px;
  z-index: 10;
}