@charset "UTF-8";
/*-----------------------------------------------*\

Author: Thomas Geisen (www.thomasgeisen.fr)
Framework : Bootstrap (width 1440px, 12 cols, gap 30px)
Method : SUITCSS (modified)

.ComponentName => Name of component (Ex : .SiteHeader)
.ComponentName--modifierName => Modifier of component (.SiteHeader--white, .SiteHeader--fixed)
.ComponentName-descendantName => Children of componant (.SiteHeader-logo, .SiteHeader-menu)
.ComponentName.isState => State of component (.isActive, .isOpen)

More informations here : https://suitcss.github.io/ or http://www.alsacreations.com/article/lire/1641-bonnes-pratiques-en-css-bem-et-oocss.html (french)

\*-----------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

body {
  font-size: 1rem;
  line-height: 1.625;
  font-family: "EuclidCircularB", Helvetica, Arial, sans-serif;
  background: #0e78b9;
  color: #fff;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: fixed; }
  @media (max-width: 992px) {
    body {
      font-size: 0.875rem;
      line-height: 1.71429; } }

html {
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: fixed; }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: optimizeQuality;
  text-rendering: optimizeLegibility;
  box-sizing: border-box; }

*::-moz-selection {
  background: #003856;
  color: #fff; }

*::selection {
  background: #003856;
  color: #fff; }

*::-moz-selection {
  background: #003856;
  color: #fff; }

a::-moz-selection {
  color: #fff; }

a::selection {
  color: #fff; }

a::-moz-selection {
  color: #fff; }

ul,
p {
  padding: 0;
  margin: 0; }

li {
  display: block; }

a {
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  color: currentColor; }
  a:hover {
    color: currentColor;
    text-decoration: none; }

button {
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
  button:focus {
    outline: none; }

strong {
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

.qc-cmp2-persistent-link {
  z-index: 2 !important; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?-4yq2oj");
  src: url("../fonts/icomoon.eot?#iefix-4yq2oj") format("embedded-opentype"), url("../fonts/icomoon.woff?-4yq2oj") format("woff"), url("../fonts/icomoon.ttf?-4yq2oj") format("truetype"), url("../fonts/icomoon.svg?-4yq2oj#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "EuclidCircularB";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/EuclidCircularB-Regular.woff2) format("woff2"), url(../fonts/EuclidCircularB-Regular.woff) format("woff"); }

@font-face {
  font-family: "EuclidCircularB";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/EuclidCircularB-Medium.woff2) format("woff2"), url(../fonts/EuclidCircularB-Medium.woff) format("woff"); }

@font-face {
  font-family: "EuclidCircularB";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/EuclidCircularB-Bold.woff2) format("woff2"), url(../fonts/EuclidCircularB-Bold.woff) format("woff"); }

/*-----------------------------------------------*\

	Les icônes sont gérées sous forme de fonts par l'outil icomoon (https://icomoon.io/app)

\*-----------------------------------------------*/
[class^="icon-"]:before, [class*=" icon-"]:after,
[class^="icon-"]:after, [class*=" icon-"]:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"] span.hidden,
[class*=" icon-"] span.hidden {
  display: inline-block;
  height: 0;
  width: 0;
  overflow: hidden; }

.icon-question:before {
  content: "\e900";
  color: #02466b; }

.icon-sound-on:after {
  content: "\e901";
  font-size: 1.05em; }

.icon-sound-off:after {
  content: "\e905";
  font-size: 1.05em; }

.icon-chevron-down:after {
  content: "\e902";
  position: relative;
  top: 3px;
  margin-left: 4px;
  font-size: 1.2em; }

.icon-check:before {
  content: "\e903"; }

.icon-close:before {
  content: "\e906"; }

.icon-btnMenu {
  display: block;
  position: absolute;
  border: none;
  height: 60px;
  width: 60px;
  font-size: 0;
  left: 13px;
  top: 12px;
  transition: none !important; }
  .icon-btnMenu:focus {
    outline: none; }
  .icon-btnMenu:before, .icon-btnMenu:after {
    position: absolute;
    display: block;
    width: 28px;
    height: 3px;
    background: #fff;
    border-radius: 3px;
    left: 16px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  .icon-btnMenu:before {
    content: '';
    top: 22px; }
  .icon-btnMenu:after {
    content: '';
    top: 35px; }
  .icon-btnMenu:active {
    background: rgba(5, 81, 125, 0.2); }

/* -- Titres principaux -- */
h1 {
  font-size: 2.375rem;
  line-height: 1.26316;
  margin-bottom: 40px;
  font-weight: 500; }
  @media (max-width: 992px) {
    h1 {
      font-size: 1.5rem;
      line-height: 1.41667;
      margin-bottom: 20px; } }

h2 {
  font-size: 2rem;
  line-height: 1.3125;
  margin-bottom: 25px;
  font-weight: 500; }
  @media (max-width: 992px) {
    h2 {
      font-size: 1.375rem;
      line-height: 1.54545;
      margin-bottom: 20px; } }

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 500; }
  @media (max-width: 992px) {
    h3 {
      font-size: 1rem;
      line-height: 1.5; } }

.panel--intro h1,
.panel--intro p,
.panel--intro .button,
.GameLayout,
.SiteHeader {
  opacity: 0; }

/*-----------------------------------------------*\

    Entête générale du site

\*-----------------------------------------------*/
.SiteHeader {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 45px 0 52px;
  margin-top: 43px;
  z-index: 10; }
  @media (max-width: 1280px) {
    .SiteHeader {
      padding: 0 25px;
      margin-top: 25px; } }
  @media (max-width: 992px) {
    .SiteHeader {
      margin-top: 0; } }
  @media (max-width: 767px) {
    .SiteHeader {
      height: 60px;
      padding: 0; } }
  .SiteHeader-prepend, .SiteHeader-append {
    display: flex; }
  .SiteHeader-prepend {
    margin-right: auto;
    line-height: 33px; }
    @media (max-width: 992px) {
      .SiteHeader-prepend {
        position: absolute;
        flex-direction: column;
        width: calc(100% - 64px);
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        left: 0;
        padding: 65px 30px 40px;
        background: #0e78b9;
        z-index: 12;
        font-size: 1rem;
        line-height: 2;
        transform: translateX(-100%);
        transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1); }
        .SiteHeader-prepend.isOpen {
          transform: translateX(0); } }
    .SiteHeader-prepend > *:not(:last-child):not(.close) {
      position: relative; }
      @media (max-width: 992px) {
        .SiteHeader-prepend > *:not(:last-child):not(.close) {
          height: 50px;
          margin-top: 15px; } }
      .SiteHeader-prepend > *:not(:last-child):not(.close):after {
        content: '';
        position: relative;
        display: inline-block;
        width: 1px;
        height: 21px;
        top: 6px;
        right: 0;
        margin: 0 30px;
        opacity: 0.2;
        border-left: solid 1px #fff; }
        @media (max-width: 1280px) {
          .SiteHeader-prepend > *:not(:last-child):not(.close):after {
            margin: 0 15px; } }
        @media (max-width: 992px) {
          .SiteHeader-prepend > *:not(:last-child):not(.close):after {
            position: absolute;
            width: 100%;
            height: 1px;
            border-bottom: solid 1px #fff;
            top: inherit;
            bottom: 0;
            margin: 0; } }
    @media (max-width: 992px) {
      .SiteHeader-prepend > *:last-child {
        margin-top: auto; } }
  .SiteHeader-append {
    margin-top: -1px;
    margin-left: auto; }
    .SiteHeader-append .button + .button {
      margin-left: 11px; }
    @media (max-width: 992px) {
      .SiteHeader-append {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .SiteHeader-append {
        margin-top: 0;
        padding-right: 10px; }
        .SiteHeader-append .button:not(#reset) {
          color: #fff;
          background: transparent;
          height: 60px !important;
          width: auto;
          padding: 0 20px;
          border-radius: 0;
          box-shadow: none; }
          .SiteHeader-append .button:not(#reset) + .button {
            margin-left: 0;
            padding-left: 0; }
            .SiteHeader-append .button:not(#reset) + .button:before {
              content: '';
              position: relative;
              display: inline-block;
              width: 1px;
              height: 21px;
              top: 1px;
              right: 0;
              margin: 0 20px 0 10px;
              opacity: 0.2;
              border-left: solid 1px #fff; } }
  .SiteHeader-logo {
    position: absolute;
    left: 50%;
    transform: translateY(-100%) translateX(-50%);
    padding: 50px 45px 30px;
    margin-top: -43px;
    text-align: center;
    background: #05517d; }
    @media (max-width: 1280px) {
      .SiteHeader-logo {
        padding: 35px 35px 25px;
        margin-top: -25px; } }
    @media (max-width: 992px) {
      .SiteHeader-logo {
        padding: 28px 32px 23px;
        margin-top: 0; }
        .SiteHeader-logo svg {
          display: block;
          width: 85px;
          height: 28px; } }
    .SiteHeader-logo span {
      display: block;
      opacity: 0.5;
      font-size: 1.0625rem;
      line-height: 1.94118;
      font-weight: 500;
      letter-spacing: -0.38px;
      margin-top: -8px; }
      @media (max-width: 992px) {
        .SiteHeader-logo span {
          margin-top: 0;
          font-size: 0.75rem;
          line-height: 1.91667; } }
  .SiteHeader-return {
    opacity: 0.8; }
    .SiteHeader-return:hover, .SiteHeader-return:active, .SiteHeader-return:focus {
      opacity: 1; }
  .SiteHeader-steps {
    letter-spacing: 0.2em; }
  .SiteHeader-buttonMenu {
    display: none; }
    @media (max-width: 992px) {
      .SiteHeader-buttonMenu {
        display: block; } }
  .SiteHeader-buttonClose {
    display: none !important; }
    @media (max-width: 992px) {
      .SiteHeader-buttonClose {
        display: block !important; } }
  .SiteHeader.isBehind {
    z-index: 2; }
    @media (max-width: 767px) {
      .SiteHeader.isBehind {
        background: rgba(5, 81, 125, 0.15); }
        .SiteHeader.isBehind .SiteHeader-logo {
          padding: 18px;
          background: none;
          left: 0;
          margin-left: 56px;
          transform: none !important; }
          .SiteHeader.isBehind .SiteHeader-logo svg {
            width: 73px;
            height: 24px; }
          .SiteHeader.isBehind .SiteHeader-logo span {
            display: none; }
        .SiteHeader.isBehind .SiteHeader-buttonMenu {
          top: 0; } }

/*-----------------------------------------------*\

    Contenu et layout général du jeu

\*-----------------------------------------------*/
.GameLayout {
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .GameLayout {
      margin-top: 60px;
      height: calc(100% - 60px); } }
  .GameLayout-container {
    display: flex; }
    @media (max-width: 767px) {
      .GameLayout-container {
        position: relative;
        flex-direction: column;
        height: 100%; } }
  .GameLayout-split {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
    background: url(../img/background.png);
    background-size: cover; }
    @media (max-width: 767px) {
      .GameLayout-split {
        overflow: hidden;
        max-width: 100%;
        height: 50%; } }
  .GameLayout-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    z-index: 2; }
    @media (max-width: 767px) {
      .GameLayout-img {
        height: 125%; } }
    .GameLayout-img img {
      position: absolute;
      text-align: right;
      right: 0;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%;
      max-width: inherit;
      max-height: inherit;
      object-fit: contain;
      -o-object-position: right;
         object-position: right; }
  .GameLayout-spots, .GameLayout-checks {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer; }
  .GameLayout-spot {
    position: absolute;
    width: 8%;
    padding-bottom: 8%;
    height: 0;
    border-radius: 50%; }
    .GameLayout-spot[data-spot="1"] {
      left: 21%;
      top: 24%;
      width: 14%;
      padding-bottom: 14%; }
    .GameLayout-spot[data-spot="2"] {
      left: 44%;
      top: 31%;
      width: 9%;
      padding-bottom: 9%; }
    .GameLayout-spot[data-spot="3"] {
      left: 62.5%;
      top: 38%;
      width: 9%;
      padding-bottom: 14%;
      border-radius: 0; }
    .GameLayout-spot[data-spot="4"] {
      left: 46%;
      top: 13%;
      width: 22%;
      padding-bottom: 22%; }
    .GameLayout-spot[data-spot="5"] {
      left: 18%;
      top: 45%;
      width: 20%;
      padding-bottom: 23%; }
    .GameLayout-spot[data-spot="6"] {
      left: 58%;
      top: 61%;
      width: 14%;
      padding-bottom: 14%; }
    .GameLayout-spot[data-spot="7"] {
      left: 49%;
      top: 63%;
      width: 15%;
      padding-bottom: 9%; }
    .GameLayout-spot[data-spot="8"] {
      left: 34%;
      top: 72%;
      width: 14%;
      padding-bottom: 14%; }
    .GameLayout-spot[data-spot="9"] {
      left: 60%;
      top: 52%;
      width: 7%;
      padding-bottom: 7%; }
    .GameLayout-spot[data-spot="10"] {
      left: 33%;
      top: 43%;
      width: 6%;
      padding-bottom: 6%; }
    .GameLayout-spot[data-spot="11"] {
      left: 58%;
      top: 73%;
      width: 8%;
      padding-bottom: 8%; }
    .GameLayout-spot[data-spot="12"] {
      left: 55%;
      top: 58%;
      width: 7%;
      padding-bottom: 7%; }
    .GameLayout-spot[data-spot="13"] {
      left: 40%;
      top: 59%;
      width: 10%;
      padding-bottom: 10%; }
    .GameLayout-spot[data-spot="14"] {
      left: 33%;
      top: 35%;
      width: 8%;
      padding-bottom: 8%; }
    .GameLayout-spot[data-spot="15"] {
      left: 52.5%;
      top: 33%;
      width: 6%;
      padding-bottom: 6%; }
    .GameLayout-spot[data-spot="16"] {
      left: 67%;
      top: 29%;
      width: 7%;
      padding-bottom: 7%; }
  .GameLayout-checks {
    pointer-events: none; }
  .GameLayout-check {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0 7px 26px 0 rgba(6, 13, 22, 0.24);
    background: #59cb94;
    transition: all 500ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1.25) rotate(30deg);
    pointer-events: none;
    opacity: 0; }
    @media (max-width: 1280px) {
      .GameLayout-check {
        width: 32px;
        height: 32px;
        font-size: 0.9em;
        margin-top: -4px;
        margin-left: -4px;
        border: 3px solid #fff;
        box-shadow: 0 6px 16px 0 rgba(6, 13, 22, 0.24); } }
    @media (max-width: 767px) {
      .GameLayout-check {
        width: 25px;
        height: 25px;
        font-size: 0.75em;
        border: 2px solid #fff;
        box-shadow: 0 4px 16px 0 rgba(6, 13, 22, 0.24);
        margin-top: -7px;
        margin-left: -7px; } }
    .GameLayout-check.isFound {
      display: flex;
      opacity: 1;
      pointer-events: all;
      transform: scale(1) rotate(0deg); }
    .GameLayout-check::before {
      font-size: 1.2em;
      font-weight: bold; }
    .GameLayout-check[data-difference="1"] {
      left: 21%;
      top: 25%; }
    .GameLayout-check[data-difference="2"] {
      left: 52%;
      top: 38%; }
    .GameLayout-check[data-difference="3"] {
      left: 68%;
      top: 45%; }
    .GameLayout-check[data-difference="4"] {
      left: 47%;
      top: 14%; }
    .GameLayout-check[data-difference="5"] {
      left: 19%;
      top: 44%; }
    .GameLayout-check[data-difference="6"] {
      left: 44%;
      top: 74%; }
    .GameLayout-check[data-difference="7"] {
      left: 63%;
      top: 54%; }
  .GameLayout-footer {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    padding: 0 30px;
    z-index: 2;
    background-color: rgba(0, 56, 86, 0.6);
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.7);
    white-space: nowrap; }
    @media (max-width: 992px) {
      .GameLayout-footer {
        font-size: 0.75rem;
        line-height: 2.08333;
        height: 35px; } }
    @media (max-width: 767px) {
      .GameLayout-footer {
        padding: 0 15px;
        left: 0;
        transform: none; } }

.Interface {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  pointer-events: none;
  overflow: hidden; }
  .Interface-overlay, .Interface-overlayMenu {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: rgba(0, 23, 35, 0.7);
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
    pointer-events: none;
    transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1); }
    @media (max-width: 767px) {
      .Interface-overlay, .Interface-overlayMenu {
        height: calc(var(--vh, 1vh) * 100); } }
    .Interface-overlay.isOpen, .Interface-overlayMenu.isOpen {
      opacity: 1;
      pointer-events: all;
      cursor: pointer; }
  .Interface-overlayMenu {
    z-index: 10; }

/*-----------------------------------------------*\

    Popin d'information

\*-----------------------------------------------*/
.Popin {
  position: absolute;
  display: flex;
  width: 50%;
  max-width: 664px;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(1.08);
  opacity: 0;
  padding: 60px 6vw;
  background: #0e78b9;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1), opacity 400ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 5;
  pointer-events: none; }
  @media (max-width: 992px) {
    .Popin {
      padding: 55px 5vw; } }
  @media (max-width: 767px) {
    .Popin {
      padding: 45px 5vw;
      width: calc(100% - 80px);
      transform: translateY(-50%) scale(1.08);
      left: 40px; } }
  .Popin-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center; }
    .Popin-container p {
      padding: 0 10%; }
      @media (max-width: 1280px) {
        .Popin-container p {
          padding: 0 5%; } }
  .Popin.isOpen {
    transform: translateX(-50%) translateY(-50%) scale(1);
    pointer-events: all;
    opacity: 1; }
    @media (max-width: 767px) {
      .Popin.isOpen {
        transform: translateY(-50%) scale(1); } }
  .Popin-close {
    right: 40px;
    top: 35px; }
    @media (max-width: 992px) {
      .Popin-close {
        right: 30px;
        top: 25px; } }
  .Popin.isOver .button {
    margin-bottom: 30px; }
    @media screen and (min-height: 600px) {
      .Popin.isOver .button {
        margin-bottom: 70px; } }
    @media (max-width: 992px) {
      .Popin.isOver .button {
        margin-bottom: 50px; } }

/*-----------------------------------------------*\

       Comportement général du champ Wysiwyg

\*-----------------------------------------------*/
.wysiwyg .bold,
.wysiwyg strong {
  opacity: 1 !important;
  font-weight: bold;
  color: #fff; }

.wysiwyg p,
.wysiwyg ul,
.wysiwyg ol {
  color: rgba(255, 255, 255, 0.8); }

.wysiwyg p + *,
.wysiwyg ul + *,
.wysiwyg ol + *,
.wysiwyg img + * {
  margin-top: 32px; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg sub {
  vertical-align: sub; }

.wysiwyg sup {
  vertical-align: super; }

.wysiwyg ol {
  list-style-type: decimal; }

.wysiwyg ul {
  list-style-type: disc; }

.wysiwyg ul, .wysiwyg ol {
  padding: 0; }

.wysiwyg img {
  display: block;
  max-width: 100%;
  height: auto; }

.wysiwyg a {
  text-decoration: underline;
  color: #fff; }
  .wysiwyg a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .wysiwyg a.button {
    background: #fff;
    text-decoration: none;
    color: #003856; }

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  min-height: 60px;
  padding: 0 25px;
  background: #fff;
  box-shadow: 0 9px 32px 0 rgba(6, 13, 22, 0.19);
  border-radius: 32px;
  font-weight: 500;
  letter-spacing: -0.38px;
  color: #02466b;
  overflow: hidden;
  transition: background 300ms cubic-bezier(0.4, 0, 0.2, 1), color 300ms cubic-bezier(0.4, 0, 0.2, 1);
  font-size: 1.0625rem;
  line-height: 3.52941; }
  @media (max-width: 1280px) {
    .button {
      font-size: 1rem;
      line-height: 3.375;
      height: 54px;
      min-height: 54px; } }
  @media (max-width: 992px) {
    .button {
      font-size: 0.9375rem;
      line-height: 3.2;
      height: 48px;
      min-height: 48px; } }
  .button::after {
    position: absolute;
    content: attr(data-hover);
    transition: all 300ms ease;
    transform: translateY(100%); }
  .button:hover::after {
    transform: translateY(0); }
  .button:hover .button-hover {
    transform: translateY(-100%); }
  .button-hover {
    transition: all 300ms ease;
    transform: translateY(0); }
  .button--steps {
    flex-direction: row;
    width: 106px;
    letter-spacing: 0.2em; }
  .button--large {
    padding: 0 40px; }
  .button--dark {
    background: #05517d;
    color: #fff;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 767px) {
      .button--dark {
        color: #fff;
        background: transparent;
        padding: 0 15px !important;
        margin-top: 7px;
        box-shadow: none; }
        .button--dark:after {
          content: none; }
        .button--dark:hover .button-hover {
          transform: none; }
        .button--dark:active {
          background: rgba(5, 81, 125, 0.2); } }
    .button--dark:hover {
      color: #fff; }
  .button--question {
    width: 60px;
    overflow: visible; }
    @media (max-width: 1280px) {
      .button--question {
        width: 54px; } }
    @media (max-width: 992px) {
      .button--question {
        width: 48px; } }
    @media (max-width: 767px) {
      .button--question {
        width: auto;
        color: #fff; }
        .button--question::before {
          color: #fff; } }
    .button--question::after {
      content: none; }
  .button.js-gameover {
    display: none; }
  .button.isHidden {
    display: none; }

/*-----------------------------------------------*\

    Panneau d'information

\*-----------------------------------------------*/
.panel {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-105%);
  padding: 85px 8.33vw;
  background: #0e78b9;
  transition: transform 600ms cubic-bezier(0.4, 0, 0.2, 1);
  overflow: auto;
  z-index: 5;
  pointer-events: all; }
  @media (max-width: 1280px) {
    .panel {
      padding: 60px 5vw; } }
  @media (max-width: 767px) {
    .panel {
      padding: 70px 34px;
      width: 100%; } }
  .panel--intro {
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .panel--intro {
        text-align: center;
        padding: 0 34px; } }
    .panel--intro::before, .panel--intro::after {
      content: '';
      position: absolute;
      display: block; }
    .panel--intro::before {
      top: 57px;
      right: 61px;
      width: 86px;
      height: 188px;
      background: url("../img/shape-dots.svg") no-repeat; }
      @media (max-width: 1280px) {
        .panel--intro::before {
          top: 80px;
          right: 46px; } }
      @media (max-width: 992px) {
        .panel--intro::before {
          content: none; } }
    .panel--intro::after {
      bottom: 15px;
      left: 10px;
      height: 65px;
      width: 188px;
      background: url("../img/shape-dots2.svg") no-repeat; }
      @media (max-width: 992px) {
        .panel--intro::after {
          left: initial;
          bottom: inherit;
          top: 74px;
          right: 10px; } }
      @media (max-width: 767px) {
        .panel--intro::after {
          bottom: inherit;
          right: -60px;
          top: 140px; } }
    .panel--intro .panel-container {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height: calc(100vh - 140px); }
      @media (max-width: 767px) {
        .panel--intro .panel-container {
          align-items: center;
          height: 100%; } }
      .panel--intro .panel-container::after {
        content: '';
        position: absolute;
        display: block;
        width: 145px;
        height: 205px;
        bottom: -57px;
        right: calc(110px - 8.33vw);
        background: url("../img/shape-wire.svg") no-repeat;
        z-index: -1; }
        @media (max-width: 1280px) {
          .panel--intro .panel-container::after {
            bottom: -79px; } }
        @media (max-width: 992px) {
          .panel--intro .panel-container::after {
            width: 100px;
            height: 166px;
            bottom: -104px;
            background-size: 100%;
            right: 5vw; } }
        @media (max-width: 767px) {
          .panel--intro .panel-container::after {
            width: 120px;
            height: 175px;
            bottom: -10px;
            left: 0;
            right: inherit; } }
      .panel--intro .panel-container p {
        margin-bottom: 30px;
        padding-right: 19%; }
        @media (max-width: 1280px) {
          .panel--intro .panel-container p {
            padding-right: 0; } }
        @media (max-width: 992px) {
          .panel--intro .panel-container p {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          .panel--intro .panel-container p {
            padding: 0 5%; } }
  .panel.isOpen {
    transform: translateX(0); }
  .panel-close {
    right: 34px;
    top: 34px; }

.tooltip-content {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 40px;
  padding: 6px 15px;
  background: #003856;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
  line-height: 1.86667;
  z-index: -1;
  opacity: 0;
  white-space: nowrap;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-50%);
  border-radius: 5px;
  box-shadow: 0 7px 26px 0 rgba(6, 13, 22, 0.24);
  pointer-events: none; }
  @media (max-width: 1280px) {
    .tooltip-content {
      bottom: 30px; } }
  @media (max-width: 767px) {
    .tooltip-content {
      display: none; } }
  .tooltip-content:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #003856 transparent transparent transparent; }

.tooltip:hover .tooltip-content {
  opacity: 1;
  bottom: 55px;
  z-index: 1;
  transition: z-index 0 cubic-bezier(0.4, 0, 0.2, 1) 200ms; }
  @media (max-width: 1280px) {
    .tooltip:hover .tooltip-content {
      bottom: 42px; } }

.tooltip--reversed {
  position: relative; }
  .tooltip--reversed .tooltip-content {
    top: 25px;
    bottom: inherit; }
    .tooltip--reversed .tooltip-content:after {
      top: -8px;
      bottom: inherit;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #003856 transparent; }
  .tooltip--reversed:hover .tooltip-content {
    top: 40px;
    bottom: inherit; }

.tooltip--button .tooltip-content {
  top: 65px; }
  @media (max-width: 1280px) {
    .tooltip--button .tooltip-content {
      top: 55px; } }

.tooltip--button:hover .tooltip-content {
  top: 80px; }
  @media (max-width: 1280px) {
    .tooltip--button:hover .tooltip-content {
      top: 70px; } }

.sound {
  position: relative;
  top: 3px;
  color: #fff; }
  @media (max-width: 992px) {
    .sound::before {
      content: attr(data-sound-off);
      font-family: "EuclidCircularB";
      font-size: 1rem;
      line-height: 1.625;
      color: rgba(255, 255, 255, 0.8);
      margin-right: 10px; }
    .sound::after {
      position: relative;
      top: 3px; }
    .sound.isActivated::before {
      content: attr(data-sound-on); } }

.lang {
  position: relative; }
  .lang label {
    display: inline-block;
    line-height: 25px;
    pointer-events: none; }
  .lang select {
    position: absolute;
    opacity: 0;
    top: 6px;
    left: 0;
    width: 80px;
    color: #001723;
    font-size: 1rem;
    line-height: 1.625;
    font-family: "EuclidCircularB", Helvetica, Arial, sans-serif;
    border: none;
    background: #fff no-repeat right 1em center; }
    .lang select::target {
      opacity: 1; }

.anim {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .anim {
      width: 52px;
      height: 52px; } }

.close {
  position: absolute;
  display: block;
  right: 34px;
  top: 34px;
  color: #fff;
  transform: scale(1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1); }
  .close:hover {
    color: #003856;
    transform: scale(1.25); }

.rotateScreen {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  top: 0;
  left: 0;
  background: #0e78b9; }
  .rotateScreen-img {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 136px;
    height: 136px;
    border-radius: 50%;
    background: rgba(0, 56, 86, 0.16); }
  .rotateScreen p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.57143; }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .rotateScreen {
      display: flex;
      z-index: 15; } }
