@charset "UTF-8";
@font-face {
  font-family: 'National';
  src: url('../fonts/hinted-National-Semibold.woff2') format('woff2'), url('../fonts/hinted-National-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/hinted-National-Regular.woff2') format('woff2'), url('../fonts/hinted-National-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/hinted-National-Light.woff2') format('woff2'), url('../fonts/hinted-National-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/hinted-National-Medium.woff2') format('woff2'), url('../fonts/hinted-National-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'National';
  src: url('../fonts/National-Bold.woff2') format('woff2'), url('../fonts/National-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}
.flipping-i18n {
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, 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;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#triggers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 50px;
}
#triggers .trigger {
  display: inline-block;
  margin: 20px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  padding: 0px 25px;
  box-sizing: border-box;
  font-family: 'National';
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  color: #AAAAAA;
  border: solid #AAAAAA 1px;
  text-decoration: none;
  -webkit-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#triggers .trigger .text {
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
#triggers .trigger .text span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  word-wrap: break-word;
}
#triggers .trigger:hover {
  background-color: #393732;
}
#triggers .trigger:active {
  background-color: #393732;
  color: solid #AAAAAA 1px;
}
#triggers .trigger:active .text {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: #000;
}
html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'National';
  background: #000;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
html,
body,
html p,
body p,
html a,
body a {
  color: #AAAAAA;
  text-decoration: none;
}
h1 {
  margin: 0;
  font-size: 36px;
}
p {
  margin: 0;
  font-size: 16px;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
#toolbar {
  position: absolute;
  left: 50px;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  -webkit-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#toolbar.active {
  opacity: 1;
  pointer-events: all;
}
.game {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}
.game .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.game .screen.current {
  pointer-events: all;
}
body.modal #modal {
  opacity: 1;
  pointer-events: all;
}
body.modal #modal .modal-box {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
body.modal #modal .modal-overlay {
  opacity: 1;
}
#modal {
  pointer-events: none;
}
#modal .modal-overlay {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#modal .modal-box {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.5);
  z-index: 100;
}
#modal .modal-box {
  position: fixed;
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
  background-color: #FFFFFF;
  color: #000;
  z-index: 101;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
#modal .modal-box .modal-box-wrapper {
  margin: 50px;
}
#modal .modal-box .modal-box-close {
  position: absolute;
  display: inline-block;
  background-color: #CCC;
  top: 0;
  right: 0;
  font-size: 35px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
#game-timeline {
  font-feature-settings: "tnum";
}
#game-timeline .button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline .button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-timeline .button.hidden {
  opacity: 0;
  pointer-events: none;
}
#game-timeline .ici-blank {
  width: 32px;
  height: auto;
  margin-bottom: -10px;
  margin-left: 6px;
}
#game-timeline #base-image,
#game-timeline #base-image-blurred {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
}
#game-timeline #base-image-blurred {
  opacity: 0;
  z-index: 2;
}
#game-timeline #base-image-blurred::after {
  content: "";
  background: black;
  opacity: 0.70;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#game-timeline .cta {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  margin-left: -82.5px;
  margin-top: -82.5px;
  width: 165px;
  height: 165px;
}
#game-timeline .cta .svg {
  width: 100%;
  height: 100%;
}
#game-timeline .cta circle {
  transform-origin: center center;
}
#game-timeline .cta circle.cf {
  fill: #1a53d3 !important;
}
#game-timeline .cta circle.cs {
  stroke: #1a53d3 !important;
}
#game-timeline #screen-1 .bg {
  position: absolute;
  box-sizing: border-box;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
#game-timeline #screen-1 .language-button {
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 100px;
  left: 0px;
  width: 710px;
  height: 200px;
}
#game-timeline #screen-1 .language-button .text {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
  padding: 50px 25px;
  box-sizing: border-box;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}
#game-timeline #screen-1 .language-button:active {
  -webkit-transform: scale(0.975);
  -moz-transform: scale(0.975);
  -ms-transform: scale(0.975);
  -o-transform: scale(0.975);
  transform: scale(0.975);
}
#game-timeline #screen-1 .language-button.fr {
  text-align: right;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#game-timeline #screen-1 .language-button.en {
  left: unset;
  right: 0px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#game-timeline #screen-2 .title-box {
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 100px;
  left: 0px;
  width: 710px;
  height: 200px;
  z-index: 1;
}
#game-timeline #screen-2 .title-box .button {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50% 50% 50% 50%;
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
  font-size: 23px;
  font-weight: bold;
}
#game-timeline #screen-2 .title-box .button span {
  display: inline-block;
  margin-top: 12px;
}
#game-timeline #screen-2 .title-box .button .svg {
  display: inline-block;
}
#game-timeline #screen-2 .title-box .button.home {
  top: 115px;
  left: 30px;
}
#game-timeline #screen-2 .title-box .button.language {
  top: 25px;
  left: 30px;
}
#game-timeline #screen-2 .title-box .title {
  position: absolute;
  right: 0px;
  margin: 50px 25px 50px 130px;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
}
#game-timeline #screen-2 .items-list-item {
  position: absolute;
  pointer-events: none;
}
#game-timeline #screen-2 .items-list-item .clickable-zone {
  position: absolute;
  display: inline-block;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#game-timeline #screen-2 .items-list-item .item-highlight {
  opacity: 0.90;
  pointer-events: none;
  -webkit-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline #screen-2 .items-list-item.highlighted .item-highlight,
#game-timeline #screen-2 .items-list-item.opened .item-highlight {
  opacity: 1;
}
#game-timeline #screen-2 .items-list-item:active .item-highlight {
  -webkit-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
#game-timeline #screen-2.current .items-list-item .clickable-zone {
  pointer-events: all;
}
#game-timeline #screen-2 .item-popup {
  position: fixed;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  z-index: 3;
}
#game-timeline #screen-2 .item-popup.opened {
  pointer-events: all;
}
#game-timeline #screen-2 .item-popup .item-popup-menu {
  position: absolute;
  width: 100%;
  height: 92px;
  background: rgba(0, 0, 0, 0.55);
  padding: 15px 20px;
  text-align: left;
  text-transform: uppercase;
  color: #FFFFFF;
  font-size: 34px;
  box-sizing: border-box;
  z-index: 1;
}
#game-timeline #screen-2 .item-popup .item-popup-menu .button.language {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline #screen-2 .item-popup .item-popup-menu .button.language:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-timeline #screen-2 .item-popup .item-popup-menu .close-popup {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline #screen-2 .item-popup .item-popup-menu .close-popup:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-timeline #screen-2 .item-popup .item-popup-main {
  background: #f2e4d6;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
#game-timeline #screen-2 .item-popup .item-popup-main .group-left,
#game-timeline #screen-2 .item-popup .item-popup-main .group-right {
  vertical-align: top;
  white-space: normal;
  display: inline-block;
}
#game-timeline #screen-2 .item-popup .item-popup-main .group-left {
  width: calc(54% - 40px);
  margin-right: 40px;
}
#game-timeline #screen-2 .item-popup .item-popup-main .group-right {
  width: calc(46% - 40px);
  margin-right: 40px;
}
#game-timeline #screen-2 .item-popup .item-popup-main .group-right .item-popup-title {
  text-align: left;
  font-size: 52px;
  color: #262628;
  text-transform: uppercase;
  margin-bottom: 70px;
}
#game-timeline #screen-2 .item-popup .item-popup-main .group-right .item-popup-description {
  text-align: left;
  font-size: 36px;
  line-height: 50px;
  color: #262628;
}
#game-timeline #screen-2 .item-popup .item-popup-main .item-popup-image {
  position: relative;
  line-height: 0;
}
#game-timeline #screen-2 .item-popup .item-popup-main .item-popup-image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
#game-timeline #screen-2 .item-popup .item-popup-main .item-popup-image-masks {
  position: absolute;
  top: 0;
  left: 0;
}
#game-timeline #screen-2 .item-popup .item-popup-main .item-popup-image-masks .item-popup-image-mask {
  position: absolute;
  top: 0;
  left: 0;
}
#game-timeline #screen-2 #viewer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(17, 17, 17, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  opacity: 0;
  margin-top: -10px;
  pointer-events: none;
  -webkit-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin-top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin-top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin-top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin-top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955), margin-top 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline #screen-2 #viewer.opened {
  pointer-events: all;
  opacity: 1;
  margin-top: 0px;
}
#game-timeline #screen-2 #viewer .wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
#game-timeline #screen-2 #viewer .wrapper img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
#game-timeline #screen-2 #viewer .wrapper .close-viewer {
  position: absolute;
  padding: 20px;
  top: 0px;
  right: 0px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-timeline #screen-2 #viewer .wrapper .close-viewer:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-quiz #front-svg {
  position: absolute;
  top: 54px;
  left: 72px;
  opacity: 0.4;
  pointer-events: none;
  z-index: 3;
}
#game-quiz #front-svg path {
  stroke: #FFFFFF !important;
}
#game-quiz #backgrounds {
  position: absolute;
  left: 0px;
  top: 0px;
}
#game-quiz #backgrounds .background {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz #backgrounds .background.active {
  opacity: 1;
  z-index: 2;
}
#game-quiz #backgrounds .background.previous {
  z-index: 1 !important;
}
#game-quiz #backgrounds #background-1 {
  background: transparent url("../images/quiz/bg1.png") no-repeat 0 0;
}
#game-quiz #backgrounds #background-2 {
  background: transparent url("../images/quiz/bg2.png") no-repeat 0 0;
}
#game-quiz #backgrounds #background-3 {
  background: transparent url("../images/quiz/bg3.png") no-repeat 0 0;
}
#game-quiz #backgrounds #background-4 {
  background: transparent url("../images/quiz/bg4.png") no-repeat 0 0;
}
#game-quiz #backgrounds #background-5 {
  background: transparent url("../images/quiz/bg5.png") no-repeat 0 0;
}
#game-quiz {
  font-feature-settings: "tnum";
}
#game-quiz .screen {
  z-index: 4;
}
#game-quiz #toolbar {
  width: 110px;
}
#game-quiz #toolbar > div {
  display: inline-block;
  margin: 20px;
}
#game-quiz #toolbar .button .svg {
  width: 110px;
  height: 110px;
}
#game-quiz #toolbar .button .svg path {
  fill: #FFFFFF !important;
}
#game-quiz .button .inner {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz .button:active .inner {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-quiz .button.hidden {
  opacity: 0;
  pointer-events: none;
}
#game-quiz .button.round .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: normal;
  text-align: center;
  background-color: transparent;
  width: 200px;
  height: 200px;
  border: 25px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 65px;
  font-weight: bold;
  line-height: 28px;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#game-quiz .button.round.small .inner {
  width: 120px;
  height: 120px;
  border: 8px solid #FFFFFF;
  font-size: 45px;
}
#game-quiz .button.yellow-rounded {
  position: absolute;
  width: 240px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  background-color: #dab817;
  color: #FFF;
  font-size: 35px;
  font-weight: bold;
  line-height: 28px;
  box-sizing: border-box;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz .button.yellow-rounded:active {
  background-color: #FFFFFF;
  color: #dab817;
}
#game-quiz .button.yellow-rounded .inner {
  width: 100%;
}
#game-quiz .button.yellow-round .inner {
  position: absolute;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  background-color: #dab817;
  color: #FFF;
  font-size: 60px;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz .button.yellow-round:active .inner {
  background-color: #FFFFFF;
  color: #dab817;
}
#game-quiz #screen-1 #main-title,
#game-quiz #screen-1 .description {
  position: absolute;
  margin: 0;
  left: 305px;
  top: 240px;
  width: 1300px;
  font-size: 98px;
  line-height: 120px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bolder;
  text-transform: uppercase;
}
#game-quiz #screen-1 .description {
  font-size: 48px;
  line-height: 56px;
  top: 540px;
  text-transform: none;
  width: 600px;
}
#game-quiz #screen-1 .description > div {
  margin-bottom: 30px;
}
#game-quiz #screen-1 .language-button {
  position: absolute;
}
#game-quiz #screen-1 .language-button .inner {
  width: 160px;
  height: 160px;
}
#game-quiz #screen-1 .language-button.fr {
  left: 1005px;
  top: 575px;
}
#game-quiz #screen-1 .language-button.en {
  left: 1320px;
  top: 575px;
}
#game-quiz #screen-2 .title {
  position: absolute;
  margin: 0;
  left: 430px;
  top: 250px;
  width: 1200px;
  font-size: 110px;
  line-height: 100px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bolder;
  white-space: nowrap;
}
#game-quiz #screen-2 .description {
  position: absolute;
  top: 405px;
  left: 430px;
  width: 1200px;
  font-size: 36px;
  text-align: left;
  color: #FFFFFF;
}
#game-quiz #screen-2 .button {
  position: absolute;
  top: 645px;
  left: 430px;
}
#game-quiz #screen-2 .button .inner {
  border: 0;
}
#game-quiz #screen-2 .button .svg {
  width: 160px;
  height: 160px;
}
#game-quiz #screen-3 .side-image .svg {
  position: absolute;
  top: -70px;
  left: -200px;
}
#game-quiz #screen-3 .side-image .svg polyline,
#game-quiz #screen-3 .side-image .svg path,
#game-quiz #screen-3 .side-image .svg polygon,
#game-quiz #screen-3 .side-image .svg line {
  stroke: #dab817 !important;
}
#game-quiz #screen-3 .questions-list-item {
  top: 110px;
  position: absolute;
  width: 1416px;
  left: 430px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#game-quiz #screen-3 .questions-list-item .question-context,
#game-quiz #screen-3 .questions-list-item .question-description,
#game-quiz #screen-3 .questions-list-item .question-choices {
  display: block;
  margin: 30px 0;
}
#game-quiz #screen-3 .questions-list-item .question-context {
  font-size: 36px;
  text-align: left;
  color: #FFFFFF;
  margin-top: 0;
}
#game-quiz #screen-3 .questions-list-item .question-description {
  font-size: 60px;
  font-weight: 600;
  text-align: left;
  color: #FFFFFF;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 387px;
  height: 386px;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice > .inner {
  display: inline-block;
  box-sizing: border-box;
  padding: 40px 45px;
  width: 100%;
  height: 100%;
  background: transparent url("../images/quiz/choicebox1.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice .choice-title {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice .choice-description {
  font-size: 32px;
  color: #000;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice .confirm-choice {
  opacity: 0;
  pointer-events: none;
  margin-left: 70px;
  margin-top: 30px;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice:active .inner {
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
  transform: scale(0.97);
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice.selected > .inner {
  opacity: 0.45;
}
#game-quiz #screen-3 .questions-list-item ul.question-choices li.question-choice.selected .confirm-choice {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#game-quiz #screen-3 #questions-breadcrumbs {
  position: absolute;
  bottom: 0;
  width: 1920px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part {
  text-align: center;
  flex-grow: 1;
  margin: 0px;
  height: 108px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  box-sizing: border-box;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part .inner {
  padding: 16px;
  position: relative;
  width: 0%;
  height: 100%;
  box-sizing: border-box;
  -webkit-transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: width 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955), background-color 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  white-space: nowrap;
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part .i18n {
  opacity: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.current .inner,
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.completed .inner {
  width: 100%;
  background-color: #dab817;
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.current .i18n,
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.completed .i18n {
  opacity: 1;
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.completed .inner {
  width: 100%;
  background-color: rgba(218, 184, 23, 0.8);
}
#game-quiz #screen-3 #questions-breadcrumbs .questions-breadcrumbs-part.completed .i18n {
  opacity: 0;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 0s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-quiz #screen-4 .title {
  position: absolute;
  top: 110px;
  left: 430px;
  width: 1200px;
  font-size: 81px;
  line-height: 110px;
  font-weight: bold;
  text-align: left;
  color: #FFFFFF;
  white-space: nowrap;
}
#game-quiz #screen-4 .description {
  position: absolute;
  top: 250px;
  left: 430px;
  width: 1200px;
  font-size: 36px;
  text-align: left;
  color: #FFFFFF;
}
#game-quiz #screen-4 .icon {
  position: absolute;
  left: 430px;
  top: 590px;
  width: 250px;
  height: 250px;
  font-size: 36px;
  text-align: left;
  color: #FFFFFF;
}
#game-quiz #screen-4 .finale {
  position: absolute;
  left: 440px;
  top: 840px;
  width: 250px;
  height: 250px;
  font-size: 26px;
  text-align: left;
  color: #FFFFFF;
  text-transform: uppercase;
}
#game-quiz #screen-4 .line {
  position: absolute;
  left: 720px;
  top: 736px;
  width: 150px;
  height: 2.5px;
  background: transparent url("../images/quiz/line.svg") no-repeat center center;
  background-size: contain;
}
#game-quiz #screen-4 .chart {
  position: absolute;
  left: 900px;
  top: 500px;
  width: 460px;
  height: 460px;
}
#game-quiz #screen-4 .chart-legend {
  position: absolute;
  left: 1450px;
  top: 500px;
  width: 280px;
  height: 460px;
  color: #FFFFFF;
  font-size: 30px;
  text-transform: uppercase;
}
#game-quiz #screen-4 .chart-legend .chart-legend-title {
  font-size: 36px;
  margin-bottom: 20px;
}
#game-quiz #screen-4 .chart-legend ul.chart-legend-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
#game-quiz #screen-4 .chart-legend ul.chart-legend-items li.chart-legend-item {
  list-style: none;
  margin: 0;
  padding: 10px 0;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 30px;
}
#game-quiz #screen-4 .chart-legend ul.chart-legend-items li.chart-legend-item div {
  width: calc(100% - 50px);
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
#game-quiz #screen-4 .chart-legend ul.chart-legend-items li.chart-legend-item .square {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: 1px solid #FFF;
  margin-right: 10px;
  box-sizing: border-box;
  background-color: #FF11FF;
}
#game-quiz #screen-4 .button {
  position: absolute;
  top: 890px;
  left: 1470px;
}
/*# sourceMappingURL=styles.css.map */