/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

/*! 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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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; }

@font-face {
  font-family: 'LOREAL_PRO 2-Book';
  src: url("../fonts/LOREAL_PRO-2-Book.eot");
  src: url("../fonts/LOREAL_PRO-2-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/LOREAL_PRO-2-Book.woff2") format("woff2"), url("../fonts/LOREAL_PRO-2-Book.woff") format("woff"), url("../fonts/LOREAL_PRO-2-Book.ttf") format("truetype"), url("../fonts/LOREAL_PRO-2-Book.svg#LOREAL_PRO-2-Book") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

html {
  background-color: #ffffff;
  color: #ffffff;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body {
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  background-color: #000000;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.375em;
  white-space: normal;
  font-family: 'LOREAL_PRO 2-Book', sans-serif;
  font-weight: 400;
  font-style: normal;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 850px;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .container {
      max-width: 690px; } }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 315px; } }

a {
  color: inherit;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  display: inline;
  line-height: 1em;
  position: relative;
  text-decoration: none; }
  a:visited {
    color: inherit; }

p {
  line-height: 1.4em;
  font-size: 1em;
  font-family: 'LOREAL_PRO 2-Book', sans-serif;
  font-weight: 400;
  font-style: normal; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

h1 {
  font-family: 'LOREAL_PRO 4', sans-serif;
  font-weight: normal;
  font-weight: bold;
  font-size: 3.75em;
  line-height: 1em;
  text-transform: lowercase;
  margin: 0;
  padding: 0;
  color: #000000; }

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 170px;
  border-radius: 4px;
  color: #000000 !important;
  background-color: #ffffff;
  height: 45px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'LOREAL_PRO 4', sans-serif;
  font-weight: normal;
  font-weight: bold;
  padding: 14px 12px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.title_wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 100px 5%;
  text-align: center;
  position: relative;
  z-index: 2;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_wrap {
      padding: 60px 5%; } }
  @media only screen and (max-width: 767px) {
    .title_wrap {
      padding: 40px 5%; } }
  .title_wrap h1 {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'LOREAL_PRO 4', sans-serif;
    font-weight: normal;
    font-weight: bold;
    font-size: 2.875em;
    line-height: 1.26em;
    padding: 0;
    color: #ffffff;
    text-transform: uppercase;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .title_wrap h1 {
        font-size: 2.275em; } }
    @media only screen and (max-width: 767px) {
      .title_wrap h1 {
        font-size: 1.1em; } }
    .title_wrap h1 span {
      text-transform: none;
      color: #ACCE00; }
  .title_wrap h2 {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-family: 'LOREAL_PRO 2-Book', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    line-height: 1.25em;
    padding-top: 25px;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .title_wrap h2 {
        font-size: 1.5em; } }
    @media only screen and (max-width: 767px) {
      .title_wrap h2 {
        padding-top: 10px;
        font-size: 0.8em; } }

.game_wrapper {
  position: relative;
  z-index: 2;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .game_wrapper .game {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .game_wrapper .card {
    width: 190px;
    height: 241px;
    margin-bottom: 20px;
    overflow: visible;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    border-radius: 4px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .game_wrapper .card {
        width: 162px;
        height: 205px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px; } }
    @media only screen and (max-width: 767px) {
      .game_wrapper .card {
        width: 74px;
        height: 94px;
        margin-bottom: 10px;
        margin-right: 2px;
        margin-left: 2px; } }
    .game_wrapper .card .inner {
      position: relative;
      width: 100%;
      height: 100%;
      -webkit-transform-style: preserve-3d;
              transform-style: preserve-3d; }
      .game_wrapper .card .inner .top, .game_wrapper .card .inner .back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
        border-radius: 8px;
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(height)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .game_wrapper .card .inner .top, .game_wrapper .card .inner .back {
            border-radius: 4px; } }
        @media only screen and (max-width: 767px) {
          .game_wrapper .card .inner .top, .game_wrapper .card .inner .back {
            border-radius: 2px; } }
      .game_wrapper .card .inner .top {
        background-image: url("../img/card_produit.jpg");
        background-size: contain;
        background-repeat: no-repeat; }
      .game_wrapper .card .inner .back {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        .game_wrapper .card .inner .back svg {
          width: 100%; }
    .game_wrapper .card.flip, .game_wrapper .card.match {
      pointer-events: none; }
  .game_wrapper .btn_wrap {
    padding-top: 20px;
    padding-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.bubble {
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: translate(-50%, -65%);
      -ms-transform: translate(-50%, -65%);
          transform: translate(-50%, -65%);
  pointer-events: none; }
  .bubble_1 {
    width: 30%;
    left: 0%;
    top: 50%;
    -webkit-animation: bubble1 60s linear infinite;
            animation: bubble1 60s linear infinite; }
  .bubble_2 {
    width: 54%;
    right: 0%;
    top: 75%;
    -webkit-transform: translate(50%, -65%);
        -ms-transform: translate(50%, -65%);
            transform: translate(50%, -65%);
    -webkit-animation: bubble2 45s linear infinite;
            animation: bubble2 45s linear infinite; }
  .bubble_3 {
    width: 68%;
    left: 0%;
    top: 115%;
    -webkit-animation: bubble3 60s linear infinite;
            animation: bubble3 60s linear infinite; }

@-webkit-keyframes bubble1 {
  0% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  28% {
    opacity: 1;
    -webkit-transform: translate(-45%, -65%);
            transform: translate(-45%, -65%); }
  48% {
    opacity: 1;
    top: 0%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  49% {
    top: 0%;
    opacity: 0;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  50% {
    opacity: 0;
    top: 115%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  51% {
    opacity: 1;
    top: 115%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-30%, -65%);
            transform: translate(-30%, -65%); }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); } }

@keyframes bubble1 {
  0% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  28% {
    opacity: 1;
    -webkit-transform: translate(-45%, -65%);
            transform: translate(-45%, -65%); }
  48% {
    opacity: 1;
    top: 0%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  49% {
    top: 0%;
    opacity: 0;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  50% {
    opacity: 0;
    top: 115%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  51% {
    opacity: 1;
    top: 115%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  90% {
    opacity: 1;
    -webkit-transform: translate(-30%, -65%);
            transform: translate(-30%, -65%); }
  100% {
    opacity: 1;
    top: 50%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); } }

@-webkit-keyframes bubble2 {
  0% {
    opacity: 1;
    top: 75%;
    -webkit-transform: translate(50%, -65%);
            transform: translate(50%, -65%); }
  67% {
    opacity: 1;
    top: -5%;
    -webkit-transform: translate(40%, -65%);
            transform: translate(40%, -65%); }
  68% {
    top: -5%;
    opacity: 0;
    -webkit-transform: translate(40%, -65%);
            transform: translate(40%, -65%); }
  69% {
    opacity: 0;
    top: 120%;
    -webkit-transform: translate(60%, -65%);
            transform: translate(60%, -65%); }
  70% {
    opacity: 1;
    top: 120%;
    -webkit-transform: translate(60%, -65%);
            transform: translate(60%, -65%); }
  100% {
    opacity: 1;
    top: 75%;
    -webkit-transform: translate(50%, -65%);
            transform: translate(50%, -65%); } }

@keyframes bubble2 {
  0% {
    opacity: 1;
    top: 75%;
    -webkit-transform: translate(50%, -65%);
            transform: translate(50%, -65%); }
  67% {
    opacity: 1;
    top: -5%;
    -webkit-transform: translate(40%, -65%);
            transform: translate(40%, -65%); }
  68% {
    top: -5%;
    opacity: 0;
    -webkit-transform: translate(40%, -65%);
            transform: translate(40%, -65%); }
  69% {
    opacity: 0;
    top: 120%;
    -webkit-transform: translate(60%, -65%);
            transform: translate(60%, -65%); }
  70% {
    opacity: 1;
    top: 120%;
    -webkit-transform: translate(60%, -65%);
            transform: translate(60%, -65%); }
  100% {
    opacity: 1;
    top: 75%;
    -webkit-transform: translate(50%, -65%);
            transform: translate(50%, -65%); } }

@-webkit-keyframes bubble3 {
  0% {
    top: 122%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  30% {
    -webkit-transform: translate(-40%, -65%);
            transform: translate(-40%, -65%); }
  60% {
    -webkit-transform: translate(-60%, -65%);
            transform: translate(-60%, -65%); }
  100% {
    top: -8%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); } }

@keyframes bubble3 {
  0% {
    top: 122%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); }
  30% {
    -webkit-transform: translate(-40%, -65%);
            transform: translate(-40%, -65%); }
  60% {
    -webkit-transform: translate(-60%, -65%);
            transform: translate(-60%, -65%); }
  100% {
    top: -8%;
    -webkit-transform: translate(-50%, -65%);
            transform: translate(-50%, -65%); } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  display: none;
  z-index: 99; }
  .popup video {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block; }
  .popup .btn {
    cursor: pointer;
    position: absolute;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
            transform: translate(-50%, -50%) scale(0.6);
    display: none;
    width: 114px; }

footer {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  padding: 100px 0;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  footer .container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .icon {
    margin-left: 65px;
    margin-right: 65px;
    width: 90px; }
    footer .icon img {
      width: 100%; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    footer {
      padding: 60px 5%; }
      footer .icon {
        margin-left: 27px;
        margin-right: 27px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 40px 5%; }
      footer .icon {
        margin-left: 11px;
        margin-right: 11px;
        width: 45px; } }
  footer .logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 767px) {
      footer .logo {
        width: 110px; } }

.wrap.fr .title_wrap {
  padding: 90px 5%;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .wrap.fr .title_wrap {
      padding: 50px 5%; } }
  @media only screen and (max-width: 767px) {
    .wrap.fr .title_wrap {
      padding: 40px 5%; } }
  .wrap.fr .title_wrap h1 {
    font-size: 2.6em;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wrap.fr .title_wrap h1 {
        font-size: 2em; } }
    @media only screen and (max-width: 767px) {
      .wrap.fr .title_wrap h1 {
        font-size: 1.1em; } }
  .wrap.fr .title_wrap h2 {
    font-size: 1.2em;
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(height)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .wrap.fr .title_wrap h2 {
        font-size: 1.2em; } }
    @media only screen and (max-width: 767px) {
      .wrap.fr .title_wrap h2 {
        font-size: 0.75em; } }

.wrap.fr .game_wrapper .btn_wrap .btn {
  width: 142px; }

.wrap.fr footer {
  padding: 90px 5%;
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(height)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .wrap.fr footer {
      padding: 50px 5%; } }
  @media only screen and (max-width: 767px) {
    .wrap.fr footer {
      padding: 40px 5%; } }

.popup_fr .btn {
  width: 160px; }

/*# sourceMappingURL=style.css.map */
