/* Generated by Font Squirrel (https://www.fontsquirrel.com) on October 25, 2016 */
@font-face {
  font-family: 'Clan Narrow Bold';
  src: url('../fonts/clannarrowlf-bold-webfont.woff2') format('woff2'), url('../fonts/clannarrowlf-bold-webfont.woff') format('woff'), url('../fonts/clannarrowlf-bold-webfont.svg#clannarrowlf-boldbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Clan Narrow Book';
  src: url('../fonts/ClanNarrowLF-Book.woff2') format('woff2'), url('../fonts/ClanNarrowLF-Book.woff') format('woff'), url('../fonts/ClanNarrowLF-Book.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/DINCond-Regular.eot');
  src: url('../fonts/DINCond-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DINCond-Regular.woff2') format('woff2'), url('../fonts/DINCond-Regular.woff') format('woff'), url('../fonts/DINCond-Regular.svg') format('svg');
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'DIN Condensed';
  src: url('../fonts/din_condensed_bold-webfont.eot');
  src: url('../fonts/din_condensed_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/din_condensed_bold-webfont.woff2') format('woff2'), url('../fonts/din_condensed_bold-webfont.woff') format('woff'), url('../fonts/din_condensed_bold-webfont.ttf') format('truetype'), url('../fonts/din_condensed_bold-webfont.svg#1ff0c6908268c6b66905273d3627c4c9') format('svg');
  font-style: normal;
  font-weight: bold;
}
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;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: #000;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  padding: 0;
  margin: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 1920px;
  height: 1080px;
}
.nw {
  white-space: nowrap;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
#guide {
  position: absolute;
  left: 55px;
  top: 31px;
  width: 1810px;
  height: 1018px;
  border: 1px #FF11FF solid;
  pointer-events: none;
  z-index: 100;
}
.round-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  border: 3px solid #0b121e;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.round-btn span {
  display: inline-block;
  margin-top: 11px;
  font-size: 30px;
}
.round-btn:active {
  background-color: #0b121e;
  color: #FFF;
}
.round-btn.white {
  border: 3px solid white;
}
.round-btn.white span {
  margin-top: 14px;
  font-size: 24px;
}
.round-btn.hide {
  opacity: 0;
  pointer-events: none;
}
#triggers {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -125px;
  margin-top: -85px;
  text-transform: uppercase;
}
#triggers .trigger {
  font-family: 'Clan Narrow Bold';
  font-size: 16px;
  background-color: #0b121e;
  border: solid #FFFFFF 1px;
  padding: 15px 50px;
  margin: 20px;
  -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);
  letter-spacing: 1px;
  cursor: pointer;
}
#triggers .trigger:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
.outline-button {
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Clan Narrow Bold';
  font-size: 22px;
  background-color: transparent;
  color: #fff;
  border: solid #5A8290 3px;
  padding: 15px 50px;
  margin-right: 40px;
  -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);
  letter-spacing: 1px;
  cursor: pointer;
}
.outline-button:last-child {
  margin-right: 0px;
}
.outline-button:hover {
  background-color: rgba(255, 255, 255, 0.35);
}
#bg {
  position: absolute;
  width: 1920px;
  height: 1080px;
  background-color: #0b121e;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: filter 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: filter 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: filter 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: filter 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}
#bg.in-game .bg-layer {
  opacity: 0.6;
}
#bg .wrapper {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0px;
  top: 0px;
  animation: bg-translate 640s infinite cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
#bg .bg-layer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3840px;
  height: 2160px;
  opacity: 1;
  margin-left: -1920px;
  margin-top: -1080px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  pointer-events: none;
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#bg .bg-layer#bg-z1 {
  background: transparent url("../images/sky_z1.png") no-repeat 0 0;
  animation: bg-rotate-1 1000s infinite linear;
  z-index: 2;
}
#bg .bg-layer#bg-z2 {
  background: transparent url("../images/sky_z2.png") no-repeat 0 0;
  animation: bg-rotate-2 1280s infinite linear;
  z-index: 1;
}
#bg .bg-layer#bg-z3 {
  background: transparent url("../images/sky_z3.jpg") no-repeat 0 0;
  animation: bg-rotate-3 2400s infinite linear;
  height: 3840px;
  margin-top: -1920px;
  z-index: 0;
}
@keyframes bg-rotate-1 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9999deg);
    -webkit-transform: rotate(359.9999deg);
    -moz-transform: rotate(359.9999deg);
    -ms-transform: rotate(359.9999deg);
    -o-transform: rotate(359.9999deg);
  }
}
@keyframes bg-rotate-2 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9999deg);
    -webkit-transform: rotate(359.9999deg);
    -moz-transform: rotate(359.9999deg);
    -ms-transform: rotate(359.9999deg);
    -o-transform: rotate(359.9999deg);
  }
}
@keyframes bg-rotate-3 {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    transform: rotate(359.9999deg);
    -webkit-transform: rotate(359.9999deg);
    -moz-transform: rotate(359.9999deg);
    -ms-transform: rotate(359.9999deg);
    -o-transform: rotate(359.9999deg);
  }
}
@keyframes bg-translate {
  0% {
    transform: translate(-15%, 0);
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
  }
  50% {
    transform: translate(15%, 0);
    -webkit-transform: translate(15%, 0);
    -moz-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    -o-transform: translate(15%, 0);
  }
  100% {
    transform: translate(-15%, 0);
    -webkit-transform: translate(-15%, 0);
    -moz-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    -o-transform: translate(-15%, 0);
  }
}
#game {
  position: absolute;
  width: 1920px;
  height: 1080px;
  z-index: 1;
}
#game #title-bar {
  background-color: #FFF;
  color: #0b121e;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  font-family: 'Clan Narrow Bold';
  text-transform: uppercase;
  position: absolute;
  left: 0px;
  top: 50%;
  height: 108px;
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -webkit-transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #title-bar h1 {
  margin: 0px;
  font-size: 74px;
  line-height: 0.65em;
  letter-spacing: -0.05em;
}
#game #title-bar .help {
  position: absolute;
  right: 180px;
  top: 39px;
  opacity: 0;
  pointer-events: none;
}
#game #title-bar .home {
  background: transparent url("../images/help3.png") no-repeat -3px -3px;
  background-size: 60px 60px;
  position: absolute;
  right: 90px;
  top: 39px;
  opacity: 0;
  pointer-events: none;
  width: 60px;
  height: 60px;
}
#game #title-bar .home:active {
  background: #0b121e url("../images/help3-active.png") no-repeat -3px -3px;
  background-size: 60px 60px;
}
#game #title-bar .language-switcher {
  position: absolute;
  top: 39px;
  right: 260px;
  opacity: 0;
  pointer-events: none;
}
#game #title-bar #intro-title,
#game #title-bar #main-game-title {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  top: 60px;
  left: 180px;
}
#game #title-bar #intro-title {
  opacity: 1;
}
#game #title-bar #main-game-title {
  opacity: 0;
}
#game #title-bar.in-game {
  top: 0px;
  transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
}
#game #title-bar.in-game .language-switcher {
  opacity: 1;
  pointer-events: all;
}
#game #title-bar.in-game .help,
#game #title-bar.in-game .home {
  opacity: 1;
  pointer-events: all;
}
#game #title-bar.in-game #main-game-title {
  opacity: 1;
}
#game #title-bar.in-game #intro-title {
  opacity: 0;
}
#game .screen {
  position: absolute;
  top: 108px;
  left: 0;
  width: 1920px;
  height: 972px;
  display: none;
  font-size: 0;
}
#game .screen#title-screen {
  display: block;
}
#game .screen#title-screen .language-bar {
  position: absolute;
  left: 180px;
  top: 50%;
}
#game .screen .specific {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .screen .specific.hide {
  opacity: 0;
  pointer-events: none;
}
#game .screen .specific.hidden {
  display: none;
  opacity: 0;
  pointer-events: none;
}
#game .screen .section-left {
  height: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#game .screen .section-right {
  position: absolute;
  z-index: 1;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  font-family: 'Clan Narrow Bold';
}
#game .big-button {
  position: relative;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
  background-color: red;
  border: 10px solid #fff;
  box-sizing: border-box;
  background-color: #69828a;
  background-image: -webkit-radial-gradient(50%, #69828a, #d2dbde);
  background-image: -moz-radial-gradient(50%, #69828a, #d2dbde);
  background-image: -ms-radial-gradient(50%, #69828a, #d2dbde);
  background-image: -o-radial-gradient(50%, #69828a, #d2dbde);
  -webkit-transition: border 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: pointer;
  font-family: 'Clan Narrow Bold';
  text-align: center;
}
#game .big-button .text {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #0b121e;
  text-transform: uppercase;
  font-size: 28px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#game .big-button .text span {
  display: inline-block;
}
#game .big-button:active {
  border: 15px solid #fff;
}
#game .modal .overlay,
.modal .overlay {
  background-color: rgba(11, 18, 30, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  z-index: 150;
  -webkit-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .modal .box,
.modal .box {
  color: #0b121e;
  position: absolute;
  background-color: white;
  left: 480px;
  left: 410px;
  top: 195px;
  width: 1100px;
  height: 690px;
  z-index: 160;
  padding: 40px 100px;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .modal .box .cross,
.modal .box .cross {
  background: transparent url('../images/cross.png');
  position: absolute;
  width: 60px;
  height: 59px;
}
#game .modal .box .cross.tl,
.modal .box .cross.tl {
  left: 20px;
  top: 20px;
}
#game .modal .box .cross.tr,
.modal .box .cross.tr {
  right: 20px;
  top: 20px;
}
#game .modal .box .cross.bl,
.modal .box .cross.bl {
  left: 20px;
  bottom: 20px;
}
#game .modal .box .cross.br,
.modal .box .cross.br {
  right: 20px;
  bottom: 20px;
}
#game .modal .box h2,
.modal .box h2 {
  font-family: 'Clan Narrow Bold';
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: -2px;
}
#game .modal .box p,
.modal .box p {
  font-family: 'DIN Condensed';
  font-size: 28px;
  line-height: 30px;
  font-weight: bold;
}
#game .modal .box .big-button,
.modal .box .big-button {
  display: inline-block;
  position: absolute;
  bottom: 80px;
  right: 80px;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  border-radius: 80px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 160px;
  height: 160px;
}
#game .modal .box .big-button.bigger,
.modal .box .big-button.bigger {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 200px;
  height: 200px;
}
#game .modal .box .rect-button,
.modal .box .rect-button {
  display: inline-block;
  background: #274769;
  font-family: 'Clan Narrow Bold';
  font-size: 28px;
  color: #FFF;
  padding: 20px 20px;
  position: absolute;
  bottom: 0px;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -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);
}
#game .modal .box .rect-button:active,
.modal .box .rect-button:active {
  opacity: 0.5;
}
#game .modal.hide .box,
.modal.hide .box {
  opacity: 0;
  transform: translate(0, -40px);
  -webkit-transform: translate(0, -40px);
  -moz-transform: translate(0, -40px);
  -ms-transform: translate(0, -40px);
  -o-transform: translate(0, -40px);
}
#game .modal.hide .overlay,
.modal.hide .overlay {
  opacity: 0;
}
#game .modal.hidden,
.modal.hidden {
  display: none;
}
#game #main.my-garden .screen#intro-screen .section-left #left-content img {
  width: 92%;
  margin: 0 auto;
  height: auto;
  display: block;
}
#game #main.my-garden .screen #grid {
  top: 2px;
  left: 296px;
}
#game #main.my-garden .screen .section-left {
  background: url(../images/section-left-bg.png) center center no-repeat;
  width: 1340px;
}
#game #main.my-garden .screen .section-left #left-content {
  position: absolute;
  left: 0;
  top: 108px;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro {
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 120px;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro img.shown {
  opacity: 1;
  visibility: visible;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark {
  color: #FFFFFF;
  font-size: 48px;
  position: absolute;
  font-family: 'Clan Narrow Bold';
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark .wrapper {
  position: absolute;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-1 {
  top: -10px;
  left: 85px;
  font-size: 70px;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-1 .wrapper {
  -webkit-animation: floating-animation 4.2s linear infinite;
  -moz-animation: floating-animation 4.2s linear infinite;
  -ms-animation: floating-animation 4.2s linear infinite;
  transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-2 {
  top: 40px;
  left: 130px;
  font-size: 35px;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-2 .wrapper {
  -webkit-animation: floating-animation-2 2.8s linear infinite;
  -moz-animation: floating-animation-2 2.8s linear infinite;
  -ms-animation: floating-animation-2 2.8s linear infinite;
  transform: rotate(8deg);
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  -o-transform: rotate(8deg);
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-3 {
  top: 5px;
  left: 155px;
  font-size: 45px;
}
#game #main.my-garden .screen .section-left #left-content .specific.intro .question-mark.question-mark-3 .wrapper {
  -webkit-animation: floating-animation-2 3.8s linear infinite;
  -moz-animation: floating-animation-2 3.8s linear infinite;
  -ms-animation: floating-animation-2 3.8s linear infinite;
  transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}
#game #main.my-garden .screen .section-left #left-content .specific.analyse {
  position: absolute;
  left: 280px;
  z-index: 100;
  top: 20px;
  width: 750px;
  height: 750px;
}
#game #main.my-garden .screen .section-left #left-content .specific.analyse img {
  position: absolute;
  right: 30px;
  top: 470px;
  width: 300px;
  height: auto;
}
#game #main.my-garden .screen .section-left #left-content .specific.analyse span {
  position: absolute;
  left: 30px;
  top: calc(50% - 12px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  color: #fff;
  width: calc(100% - 40px);
  font-family: 'Clan Narrow Bold';
  margin: 0px;
  font-size: 74px;
  line-height: 1em;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: -3px 3px 5px #000000;
}
#game #main.my-garden .screen .section-right {
  width: 580px;
}
#game #main.my-garden .screen .section-right > .wrapper {
  position: absolute;
  display: inline-block;
  background-color: rgba(36, 51, 57, 0.1);
  width: 90%;
  height: 100%;
  right: 0;
}
#game #main.my-garden .screen .section-right > .wrapper .title {
  position: relative;
  background-color: rgba(36, 51, 57, 0.2);
  display: inline-block;
  width: 100%;
  height: 165px;
  font-size: 30px;
}
#game #main.my-garden .screen .section-right > .wrapper .title.moveOut > .wrapper {
  transform: translate(500px, 0);
  -webkit-transform: translate(500px, 0);
  -moz-transform: translate(500px, 0);
  -ms-transform: translate(500px, 0);
  -o-transform: translate(500px, 0);
}
#game #main.my-garden .screen .section-right > .wrapper .title > .wrapper {
  background-color: rgba(36, 51, 57, 0.9);
  width: 90%;
  min-height: 100%;
  margin-left: 10%;
  padding: 50px;
  box-sizing: border-box;
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.my-garden .screen .section-right > .wrapper .title > .wrapper span {
  position: absolute;
  top: 50%;
  width: calc(100% - 100px);
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#game #main.my-garden .screen .section-right > .wrapper #right-content {
  position: relative;
  display: inline-block;
  background-color: rgba(90, 130, 144, 0.2);
  width: 100%;
  font-size: 24px;
  line-height: 28px;
}
#game #main.my-garden .screen .section-right > .wrapper #right-content.moveOut > .wrapper {
  transform: translate(500px, 0);
  -webkit-transform: translate(500px, 0);
  -moz-transform: translate(500px, 0);
  -ms-transform: translate(500px, 0);
  -o-transform: translate(500px, 0);
}
#game #main.my-garden .screen .section-right > .wrapper #right-content > .wrapper {
  position: relative;
  background-color: rgba(90, 130, 144, 0.75);
  width: 90%;
  margin-left: 10%;
  padding: 50px;
  box-sizing: border-box;
  min-height: 800px;
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#game #main.my-garden .screen .section-right > .wrapper #right-content .big-button .text {
  font-size: 25px;
}
#game #main.my-garden .screen .section-right .big-button {
  position: absolute;
  bottom: 80px;
  left: 110px;
}
#game #main.my-garden .screen .section-right .big-button.disabled {
  pointer-events: none;
  opacity: 0.5;
}
#game #main.my-garden .screen .section-right .big-button.disabled .text {
  opacity: 0.4;
}
#game #main.my-garden .screen .section-right .specific.game .big-button {
  bottom: 25px;
}
#game #main.my-garden .screen .section-right .specific.game .gauge {
  display: none;
}
#game #main.my-garden .screen .section-right .specific.game .gauge.shown {
  display: block;
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-water {
  margin-top: 80px;
  margin-left: -10px;
  width: 360px;
  height: 227px;
  position: relative;
  overflow: hidden;
  background: url(../images/garden/eau/water-container.png) no-repeat center center;
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-water .gauge-content {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: url(../images/garden/eau/clip-mask.png);
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-water .gauge-content .gauge-level {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -30px;
  -webkit-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url(../images/garden/eau/water-liquid.png) no-repeat center center;
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-insecticide {
  margin-top: 0px;
  margin-left: -14px;
  width: 252px;
  height: 360px;
  position: relative;
  overflow: hidden;
  background: url(../images/garden/insecticide/insecticide-container.png) no-repeat center center;
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-insecticide .gauge-content {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: url(../images/garden/insecticide/clip-mask.png);
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-insecticide .gauge-content .gauge-level {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -40px;
  -webkit-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url(../images/garden/insecticide/insecticide-liquid.png) no-repeat center center;
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-engrais {
  margin-top: 35px;
  margin-left: 40px;
  width: 250px;
  height: 311px;
  position: relative;
  overflow: hidden;
  background: url(../images/garden/engrais/engrais-container.png) no-repeat center center;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-engrais .gauge-content {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-mask-image: url(../images/garden/engrais/clip-mask.png);
}
#game #main.my-garden .screen .section-right .specific.game .gauge.game-scenario-engrais .gauge-content .gauge-level {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: -50px;
  -webkit-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: bottom 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url(../images/garden/engrais/engrais-liquid.png) no-repeat center center;
}
@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 50px bottom;
  }
}
@keyframes floating-animation {
  0% {
    transform: translate3d(-2px, -8px, 0);
    -webkit-transform: translate3d(-2px, -8px, 0);
    -moz-transform: translate3d(-2px, -8px, 0);
    -ms-transform: translate3d(-2px, -8px, 0);
    -o-transform: translate3d(-2px, -8px, 0);
  }
  50% {
    transform: translate3d(2px, 8px, 0);
    -webkit-transform: translate3d(2px, 8px, 0);
    -moz-transform: translate3d(2px, 8px, 0);
    -ms-transform: translate3d(2px, 8px, 0);
    -o-transform: translate3d(2px, 8px, 0);
  }
  100% {
    transform: translate3d(-2px, -8px, 0);
    -webkit-transform: translate3d(-2px, -8px, 0);
    -moz-transform: translate3d(-2px, -8px, 0);
    -ms-transform: translate3d(-2px, -8px, 0);
    -o-transform: translate3d(-2px, -8px, 0);
  }
}
@keyframes floating-animation-2 {
  0% {
    transform: translate3d(2px, -5px, 0);
    -webkit-transform: translate3d(2px, -5px, 0);
    -moz-transform: translate3d(2px, -5px, 0);
    -ms-transform: translate3d(2px, -5px, 0);
    -o-transform: translate3d(2px, -5px, 0);
  }
  50% {
    transform: translate3d(-1px, 5px, 0);
    -webkit-transform: translate3d(-1px, 5px, 0);
    -moz-transform: translate3d(-1px, 5px, 0);
    -ms-transform: translate3d(-1px, 5px, 0);
    -o-transform: translate3d(-1px, 5px, 0);
  }
  100% {
    transform: translate3d(2px, -5px, 0);
    -webkit-transform: translate3d(2px, -5px, 0);
    -moz-transform: translate3d(2px, -5px, 0);
    -ms-transform: translate3d(2px, -5px, 0);
    -o-transform: translate3d(2px, -5px, 0);
  }
}
#game .screen #grid {
  position: absolute;
  background-color: #0b121e;
  width: 750px;
  height: 750px;
  -webkit-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .screen #grid.intro-rotate {
  transform: perspective(1200px) rotate3d(0.9, -0.45, 0.45, 65deg) translate(-100px, -200px);
}
#game .screen #grid.scenario .grid-element .scenario {
  opacity: 1;
}
#game .screen #grid.analyse .grid-element .analyse {
  display: inline-block;
  visibility: visible;
}
#game .screen #grid.game #grid-legend {
  opacity: 1;
}
#game .screen #grid.game .grid-element {
  -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);
}
#game .screen #grid.game .grid-element:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
#game .screen #grid .grid-element {
  display: inline-block;
  float: left;
  border: 2px solid #FFF;
  width: 250px;
  height: 250px;
  box-sizing: border-box;
  position: relative;
}
#game .screen #grid .grid-element .scenario {
  background: transparent url(../images/garden/interogation.svg) center center no-repeat;
  background-size: 80px auto;
  -webkit-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#game .screen #grid .grid-element .analyse {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  background: url("../images/garden/analyse_v2.gif") no-repeat 100% 100%;
  background-color: #FF11FF;
  background-size: cover;
  image-rendering: pixelated;
  background-blend-mode: multiply;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game .screen #grid .grid-element .analyse.shown {
  opacity: 1;
}
#game .screen #grid .grid-element#grid-1 .analyse {
  background-color: #29DEA9;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#game .screen #grid .grid-element#grid-2 .analyse {
  background-color: #2BC3D4;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#game .screen #grid .grid-element#grid-3 .analyse {
  background-color: #27D4BB;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#game .screen #grid .grid-element#grid-4 .analyse {
  background-color: #2BC3D4;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#game .screen #grid .grid-element#grid-5 .analyse {
  background-color: #1CB0E0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#game .screen #grid .grid-element#grid-6 .analyse {
  background-color: #29DEA9;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#game .screen #grid .grid-element#grid-7 .analyse {
  background-color: #36A0E8;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#game .screen #grid .grid-element#grid-8 .analyse {
  background-color: #29DEA9;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
#game .screen #grid .grid-element#grid-9 .analyse {
  background-color: #2BC3D4;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#game .screen #grid .grid-element.game {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
#game .screen #grid .grid-element.game.shown .garden-flower-earth {
  opacity: 1;
}
#game .screen #grid .grid-element.game .garden-flower-earth {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  pointer-events: none;
}
#game .screen #grid .grid-element.game .garden-flower-flower {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  -webkit-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background: url(../images/garden/flowers/flower-1.png) center center no-repeat;
  background-size: 250px;
}
#game .screen #grid .grid-element.game.water-level-0 .garden-flower-earth {
  background: url("../images/garden/tiles/tile-0.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid .grid-element.game.water-level-1 .garden-flower-earth {
  background: url("../images/garden/tiles/tile-1.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid .grid-element.game.water-level-2 .garden-flower-earth {
  background: url("../images/garden/tiles/tile-2.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid #grid-legend {
  display: inline-block;
  width: 381px;
  height: 39px;
  background: black;
  position: absolute;
  bottom: -65px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity, 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity, 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity, 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity, 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game .screen #grid.game-scenario-water .grid-element.game .garden-flower-flower {
  background: url(../images/garden/eau/laitue-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-water .grid-element.game.water-level-0 .garden-flower-earth {
  background: url("../images/garden/eau/tiles/tile-0.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-water .grid-element.game.water-level-1 .garden-flower-earth {
  background: url("../images/garden/eau/tiles/tile-1.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-water .grid-element.game.water-level-2 .garden-flower-earth {
  background: url("../images/garden/eau/tiles/tile-2.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-water .grid-element.game.result.water-level-0 .garden-flower-flower {
  background: url(../images/garden/eau/laitue-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-water .grid-element.game.result.water-level-1 .garden-flower-flower {
  background: url(../images/garden/eau/laitue-1.png) center center no-repeat;
}
#game .screen #grid.game-scenario-water .grid-element.game.result.water-level-2 .garden-flower-flower {
  background: url(../images/garden/eau/laitue-2.png) center center no-repeat;
}
#game .screen #grid.game-scenario-water #grid-legend {
  background: url("../images/garden/eau/tiles/legend.jpg") center center no-repeat;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game .garden-flower-flower {
  background: url(../images/garden/insecticide/fraise-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.water-level-0 .garden-flower-earth {
  background: url("../images/garden/insecticide/tiles/tile-0.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.water-level-1 .garden-flower-earth {
  background: url("../images/garden/insecticide/tiles/tile-1.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.water-level-2 .garden-flower-earth {
  background: url("../images/garden/insecticide/tiles/tile-2.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.result.water-level-0 .garden-flower-flower {
  background: url(../images/garden/insecticide/fraise-2.png) center center no-repeat;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.result.water-level-1 .garden-flower-flower {
  background: url(../images/garden/insecticide/fraise-1.png) center center no-repeat;
}
#game .screen #grid.game-scenario-insecticide .grid-element.game.result.water-level-2 .garden-flower-flower {
  background: url(../images/garden/insecticide/fraise-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-insecticide #grid-legend {
  background: url("../images/garden/insecticide/tiles/legend.jpg") center center no-repeat;
}
#game .screen #grid.game-scenario-engrais .grid-element.game .garden-flower-flower {
  background: url(../images/garden/engrais/tomate-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.water-level-0 .garden-flower-earth {
  background: url("../images/garden/engrais/tiles/tile-0.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.water-level-1 .garden-flower-earth {
  background: url("../images/garden/engrais/tiles/tile-1.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.water-level-2 .garden-flower-earth {
  background: url("../images/garden/engrais/tiles/tile-2.png") center center no-repeat;
  background-size: 250px;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.result.water-level-0 .garden-flower-flower {
  background: url(../images/garden/engrais/tomate-0.png) center center no-repeat;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.result.water-level-1 .garden-flower-flower {
  background: url(../images/garden/engrais/tomate-1.png) center center no-repeat;
}
#game .screen #grid.game-scenario-engrais .grid-element.game.result.water-level-2 .garden-flower-flower {
  background: url(../images/garden/engrais/tomate-2.png) center center no-repeat;
}
#game .screen #grid.game-scenario-engrais #grid-legend {
  background: url("../images/garden/engrais/tiles/legend.jpg") center center no-repeat;
}
#game #main.data-filters .screen .section-left {
  width: 1615px;
  position: relative;
  background: transparent url("../images/data-filters/corners.png") 90px 192px no-repeat;
}
#game #main.data-filters .screen .section-left #left-content {
  position: absolute;
  left: 0;
  top: 28px;
  left: 120px;
  width: calc(100% - 120px);
}
#game #main.data-filters .screen .section-left #left-content .base-map,
#game #main.data-filters .screen .section-left #left-content .intro {
  width: 1076px;
  position: absolute;
  z-index: 9;
  top: 235px;
  left: 65px;
}
#game #main.data-filters .screen .section-left #left-content .base-map.hide-copyrights .copyrights,
#game #main.data-filters .screen .section-left #left-content .intro.hide-copyrights .copyrights {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .base-map img,
#game #main.data-filters .screen .section-left #left-content .intro img {
  width: 1076px;
  height: 605px;
}
#game #main.data-filters .screen .section-left #left-content .intro {
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .intro .crop-box {
  position: relative;
  overflow: hidden;
  width: 1076px;
  height: 605px;
}
#game #main.data-filters .screen .section-left #left-content .intro.hide {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .intro .copyrights {
  position: absolute;
  top: 608px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1,
#game #main.data-filters .screen .section-left #left-content .intro .intro-2,
#game #main.data-filters .screen .section-left #left-content .intro .intro-3,
#game #main.data-filters .screen .section-left #left-content .intro .intro-4 {
  position: absolute;
  top: 0px;
  left: 0px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1 img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-2 img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-3 img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-4 img {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 538px 302.5px;
  -moz-transform-origin: 538px 302.5px;
  -ms-transform-origin: 538px 302.5px;
  -o-transform-origin: 538px 302.5px;
  transform-origin: 538px 302.5px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1.in img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-2.in img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-3.in img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-4.in img {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1.in img {
  opacity: 1;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1 img {
  -webkit-transform-origin: 656px 350.5px;
  -moz-transform-origin: 656px 350.5px;
  -ms-transform-origin: 656px 350.5px;
  -o-transform-origin: 656px 350.5px;
  transform-origin: 656px 350.5px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-2 img {
  -webkit-transform-origin: 520px 605px;
  -moz-transform-origin: 520px 605px;
  -ms-transform-origin: 520px 605px;
  -o-transform-origin: 520px 605px;
  transform-origin: 520px 605px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-3 img {
  -webkit-transform-origin: 438px 510.5px;
  -moz-transform-origin: 438px 510.5px;
  -ms-transform-origin: 438px 510.5px;
  -o-transform-origin: 438px 510.5px;
  transform-origin: 438px 510.5px;
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1.in img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-2.in img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-1 img,
#game #main.data-filters .screen .section-left #left-content .intro .intro-2 img {
  transform: scale(1.92);
  -webkit-transform: scale(1.92);
  -moz-transform: scale(1.92);
  -ms-transform: scale(1.92);
  -o-transform: scale(1.92);
}
#game #main.data-filters .screen .section-left #left-content .intro .intro-3.in img {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}
#game #main.data-filters .screen .section-left #left-content .specific {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 65px;
  width: 100%;
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .specific.hide {
  opacity: 0;
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  pointer-events: none;
}
#game #main.data-filters .screen .section-left #left-content .specific .mode-title {
  color: #008aa2;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px;
  font-family: 'Clan Narrow Bold';
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1em;
  letter-spacing: -0.05em;
}
#game #main.data-filters .screen .section-left #left-content .specific .mode-description {
  color: #FFF;
  width: 60%;
  box-sizing: border-box;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px;
  font-family: 'DIN Condensed';
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2em;
}
#game #main.data-filters .screen .section-left #left-content .specific .satellite-view {
  position: absolute;
  top: 235px;
  left: 0;
  width: 1076px;
  height: 605px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .specific .satellite-view.hide {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container {
  width: 1076px;
  position: absolute;
  top: 170px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers {
  margin-bottom: -1px;
  overflow: hidden;
  z-index: 20;
  position: relative;
  text-align: right;
  white-space: nowrap;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a {
  position: relative;
  display: inline-block;
  width: 253px;
  flex-grow: 1;
  text-align: left;
  padding: 20px 15px;
  margin-right: 20px;
  font-family: 'DIN Condensed';
  font-weight: bold;
  font-size: 22px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  box-sizing: padding-box;
  flex-basis: 50%;
  background: rgba(39, 71, 105, 0.4);
  border: 2px solid #6d8a99;
  box-sizing: border-box;
  -webkit-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), color 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), background 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a .dot {
  background: #f1d234;
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
  width: 12px;
  height: 12px;
  opacity: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  vertical-align: top;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a:last-child {
  margin-right: 0px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a:active {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a.current {
  background: rgba(90, 130, 144, 0.6);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a.current .dot {
  opacity: 1;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slide-triggers a.current:after {
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides {
  position: relative;
  width: 1076px;
  height: 705px;
  overflow: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides.hide {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 605px;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s linear, visibility 0.5s linear;
  -moz-transition: opacity 0.5s linear, visibility 0.5s linear;
  -ms-transition: opacity 0.5s linear, visibility 0.5s linear;
  -o-transition: opacity 0.5s linear, visibility 0.5s linear;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide.current {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide.current .legend,
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide.current .legend.left {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide.tiles-shown .image .tiles .tile {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide.tiles-shown .copyrights {
  opacity: 1;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image {
  width: 1076px;
  height: 605px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles {
  position: absolute;
  width: 1076px;
  height: 605px;
  top: 0;
  left: 0;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile {
  float: left;
  display: inline-block;
  width: 179.33333333px;
  height: 202px;
  opacity: 0;
  transform: scale(0.975);
  -webkit-transform: scale(0.975);
  -moz-transform: scale(0.975);
  -ms-transform: scale(0.975);
  -o-transform: scale(0.975);
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-1 {
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.5018726s;
  -o-transition-delay: 0.5018726s;
  transition-delay: 0.5018726s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-2 {
  background-position-x: -179.33333333px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.58523391s;
  -o-transition-delay: 0.58523391s;
  transition-delay: 0.58523391s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-3 {
  background-position-x: -358.66666667px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.74253323s;
  -o-transition-delay: 0.74253323s;
  transition-delay: 0.74253323s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-4 {
  background-position-x: -538px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.42737974s;
  -o-transition-delay: 0.42737974s;
  transition-delay: 0.42737974s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-5 {
  background-position-x: -717.33333333px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.58540842s;
  -o-transition-delay: 0.58540842s;
  transition-delay: 0.58540842s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-6 {
  background-position-x: -896.66666667px;
  background-position-y: 0px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.21204512s;
  -o-transition-delay: 0.21204512s;
  transition-delay: 0.21204512s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-7 {
  background-position-x: 0px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.6441241s;
  -o-transition-delay: 0.6441241s;
  transition-delay: 0.6441241s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-8 {
  background-position-x: -179.33333333px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.36144477s;
  -o-transition-delay: 0.36144477s;
  transition-delay: 0.36144477s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-9 {
  background-position-x: -358.66666667px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.25052375s;
  -o-transition-delay: 0.25052375s;
  transition-delay: 0.25052375s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-10 {
  background-position-x: -538px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.66938955s;
  -o-transition-delay: 0.66938955s;
  transition-delay: 0.66938955s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-11 {
  background-position-x: -717.33333333px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.24467942s;
  -o-transition-delay: 0.24467942s;
  transition-delay: 0.24467942s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-12 {
  background-position-x: -896.66666667px;
  background-position-y: -201.66666667px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.58042551s;
  -o-transition-delay: 0.58042551s;
  transition-delay: 0.58042551s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-13 {
  background-position-x: 0px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.74854078s;
  -o-transition-delay: 0.74854078s;
  transition-delay: 0.74854078s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-14 {
  background-position-x: -179.33333333px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.62054054s;
  -o-transition-delay: 0.62054054s;
  transition-delay: 0.62054054s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-15 {
  background-position-x: -358.66666667px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.33389202s;
  -o-transition-delay: 0.33389202s;
  transition-delay: 0.33389202s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-16 {
  background-position-x: -538px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.71925751s;
  -o-transition-delay: 0.71925751s;
  transition-delay: 0.71925751s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-17 {
  background-position-x: -717.33333333px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.42580706s;
  -o-transition-delay: 0.42580706s;
  transition-delay: 0.42580706s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .image .tiles .tile#tile-18 {
  background-position-x: -896.66666667px;
  background-position-y: -403.33333333px;
  background-size: 1076px 605px;
  -webkit-transition-delay: 0.37068312s;
  -o-transition-delay: 0.37068312s;
  transition-delay: 0.37068312s;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: 'DIN Condensed';
  width: 340px;
  height: 270px;
  background: rgba(39, 71, 105, 0.9);
  opacity: 0;
  -webkit-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: translate(100px, 0px);
  -webkit-transform: translate(100px, 0px);
  -moz-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  -o-transform: translate(100px, 0px);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend.left {
  transform: translate(-100px, 0px);
  -webkit-transform: translate(-100px, 0px);
  -moz-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  -o-transform: translate(-100px, 0px);
  right: auto;
  left: 0;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .top {
  height: 42px;
  background: #274769;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .top .legend-left,
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .top .legend-right {
  position: absolute;
  line-height: 42px;
  font-size: 28px;
  display: inline-block;
  padding: 0px 10px;
  font-weight: bold;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .top .legend-left {
  left: 0px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .top .legend-right {
  right: 0px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .legend-title {
  display: block;
  margin-top: 30px;
  font-size: 30px;
  padding: 0px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .legend .legend-description {
  display: block;
  margin-top: 10px;
  font-size: 24px;
  line-height: 24px;
  padding: 0px 10px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button {
  position: absolute;
  width: 110px;
  height: 110px;
  right: 10px;
  bottom: 280px;
  cursor: pointer;
  -webkit-animation: pulsate 1.5s ease-out;
  -webkit-animation-iteration-count: infinite;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button.left {
  right: auto;
  left: 10px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .svg path,
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .svg polygon,
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .svg polyline {
  -webkit-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: fill 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), stroke 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .svg.eye {
  position: absolute;
  top: 28px;
  left: 15px;
  width: 38px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .svg.sat {
  position: absolute;
  top: 47px;
  left: 50px;
  width: 45px;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button.eye .svg.eye .a,
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button.eye .svg.eye .c {
  stroke: #f1d234;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button.eye .svg.eye .b {
  fill: #f1d234;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button.eye .svg.sat .cls-1 {
  fill: #FFFFFF !important;
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .wrapper {
  width: 100%;
  height: 100%;
  background: transparent url("../images/data-filters/toggle.png") no-repeat center center;
  -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);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .toggle-button .wrapper:active {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
#game #main.data-filters .screen .section-left #left-content .specific .slides-container .slides .slide .copyrights {
  opacity: 0;
}
#game #main.data-filters .screen .section-left #left-content .copyrights {
  font-family: 'DIN Condensed';
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  margin-top: 5px;
}
#game #main.data-filters .screen .section-left #left-content .copyrights.hide {
  opacity: 0;
}
#game #main.data-filters .screen .section-right {
  width: 305px;
  right: 0px;
  z-index: 11;
}
#game #main.data-filters .screen .section-right > .wrapper {
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 60, 150, 0.24);
  width: 90%;
  height: 100%;
  right: 0;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content {
  position: relative;
  display: inline-block;
  background-color: rgba(90, 130, 144, 0.2);
  width: 100%;
  font-size: 16px;
  height: 100%;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-right > .wrapper #right-content.disabled {
  pointer-events: none;
  opacity: 0.7;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content.disabled > .wrapper .mode-button {
  pointer-events: none;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  box-sizing: border-box;
  height: 74%;
  top: 13%;
  -webkit-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button {
  display: block;
  position: relative;
  border-left: 130px solid #5A8290;
  width: 100%;
  height: 25%;
  margin-left: -130px;
  -webkit-transition: border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: border 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  color: #fff;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button .group-center {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  width: 100%;
  box-sizing: border-box;
  padding: 0px 20px;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button .group-center .title {
  font-family: 'Clan Narrow Book';
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button .bottom-line {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 80%;
  height: 2px;
  background-color: #5A8290;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button:last-child {
  margin-bottom: 0px;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button.current {
  border-left-width: 210px;
  margin-left: -210px;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button.current .title {
  font-family: 'Clan Narrow Bold';
  margin-top: -2px;
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button:nth-child(4n + 2) {
  border-left-color: rgba(90, 130, 144, 0.9);
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button:nth-child(4n + 3) {
  border-left-color: rgba(90, 130, 144, 0.8);
}
#game #main.data-filters .screen .section-right > .wrapper #right-content > .wrapper .mode-button:nth-child(4n + 4) {
  border-left-color: rgba(90, 130, 144, 0.7);
}
#game #main.data-filters #help .help-columns {
  display: block;
  white-space: nowrap;
}
#game #main.data-filters #help .help-columns .help-column {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
#game #main.data-filters #help .help-columns .help-column p {
  white-space: normal;
}
#game #main.data-filters #help .help-columns .help-column .help-image {
  height: 190px;
}
@keyframes wave-animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: 50px bottom;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    transform: scale(0.96);
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
/*# sourceMappingURL=styles.css.map */