/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 14, 2015 */
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_regular-webfont.eot');
  src: url('../fonts/bariol_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_regular-webfont.woff2') format('woff2'), url('../fonts/bariol_regular-webfont.woff') format('woff'), url('../fonts/bariol_regular-webfont.ttf') format('truetype'), url('../fonts/bariol_regular-webfont.svg#bariol_regularregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bariol';
  src: url('../fonts/bariol_bold-webfont.eot');
  src: url('../fonts/bariol_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/bariol_bold-webfont.woff2') format('woff2'), url('../fonts/bariol_bold-webfont.woff') format('woff'), url('../fonts/bariol_bold-webfont.ttf') format('truetype'), url('../fonts/bariol_bold-webfont.svg#bariol_boldbold') format('svg');
  font-weight: bold;
  font-style: 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;
}
html,
body {
  background-color: #000000;
  -webkit-font-smoothing: antialiased;
  color: #FFF;
  font-family: "Bariol", sans-serif;
  font-variant-ligatures: none;
  width: 1080px;
  height: 1920px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.part {
  position: absolute;
  width: 1080px;
  height: 1920px;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.part.active {
  display: inline-block;
  z-index: 3;
}
.part.hide {
  display: inline-block;
  z-index: 2;
}
.part.show {
  opacity: 1;
}
.btn-home {
  font-size: 40px;
  font-weight: bold;
  border: 4px solid red;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 54px;
  height: 54px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  right: 64px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  background: #ffffff url("../images/home-2.png") no-repeat right top;
  background-size: contain;
}
.btn-home:hover,
.btn-home:active {
  background: red url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
.box-animation {
  display: inline-block;
  position: absolute;
  bottom: 0;
  width: calc(100% - 80px);
  height: 410px;
  margin: 0 40px;
  box-sizing: border-box;
}
.box-animation .animation-holder {
  position: relative;
}
.box-animation .animation-holder img {
  position: absolute;
}
.box-animation .animation-item.shake-delayed {
  -webkit-animation: shake-delayed 0.8s 0 linear;
  -moz-animation: shake-delayed 0.8s 0 linear;
  -ms-animation: shake-delayed 0.8s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.box-animation .animation-item.oscillate {
  -webkit-animation: oscillate 0.8s 0 linear;
  -moz-animation: oscillate 0.8s 0 linear;
  -ms-animation: oscillate 0.8s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.floating-1 {
  -webkit-animation: floating-1 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: floating-1 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: floating-1 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.floating-2 {
  -webkit-animation: floating-2 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: floating-2 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: floating-2 2s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.floating-3 {
  -webkit-animation: floating-3 5s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: floating-3 5s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: floating-3 5s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.panic {
  -webkit-animation: panic 0.8s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: panic 0.8s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: panic 0.8s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.shake {
  -webkit-animation: shake 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: shake 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: shake 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.shake-y {
  -webkit-animation: shake-y 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation: shake-y 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation: shake-y 0.3s 0 cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.jump {
  -webkit-animation: jump 0.2s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: jump 0.2s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-animation: jump 0.2s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.rotate {
  -webkit-animation: rotate 2s 0 linear;
  -moz-animation: rotate 2s 0 linear;
  -ms-animation: rotate 2s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.rotate-reverse {
  -webkit-animation: rotate 2s 0 linear;
  -moz-animation: rotate 2s 0 linear;
  -ms-animation: rotate 2s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.pulse {
  -webkit-animation: pulse 2s 0 linear;
  -moz-animation: pulse 2s 0 linear;
  -ms-animation: pulse 2s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
.box-animation .animation-item.rotate-back-and-forth {
  -webkit-animation: rotate-back-and-forth 2s 0 linear;
  -moz-animation: rotate-back-and-forth 2s 0 linear;
  -ms-animation: rotate-back-and-forth 2s 0 linear;
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
@keyframes shake-delayed {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg);
    -moz-transform: translate(2px, 1px) rotate(0deg);
    -ms-transform: translate(2px, 1px) rotate(0deg);
    -o-transform: translate(2px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    -moz-transform: translate(-1px, -2px) rotate(-1deg);
    -ms-transform: translate(-1px, -2px) rotate(-1deg);
    -o-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    -moz-transform: translate(-3px, 0px) rotate(1deg);
    -ms-transform: translate(-3px, 0px) rotate(1deg);
    -o-transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg);
    -moz-transform: translate(0px, 2px) rotate(0deg);
    -ms-transform: translate(0px, 2px) rotate(0deg);
    -o-transform: translate(0px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    -moz-transform: translate(1px, -1px) rotate(1deg);
    -ms-transform: translate(1px, -1px) rotate(1deg);
    -o-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    -moz-transform: translate(-1px, 2px) rotate(-1deg);
    -ms-transform: translate(-1px, 2px) rotate(-1deg);
    -o-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    -moz-transform: translate(-3px, 1px) rotate(0deg);
    -ms-transform: translate(-3px, 1px) rotate(0deg);
    -o-transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
    -moz-transform: translate(2px, 1px) rotate(-1deg);
    -ms-transform: translate(2px, 1px) rotate(-1deg);
    -o-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    -moz-transform: translate(-1px, -1px) rotate(1deg);
    -ms-transform: translate(-1px, -1px) rotate(1deg);
    -o-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0deg);
    -moz-transform: translate(2px, 2px) rotate(0deg);
    -ms-transform: translate(2px, 2px) rotate(0deg);
    -o-transform: translate(2px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    -moz-transform: translate(1px, -2px) rotate(-1deg);
    -ms-transform: translate(1px, -2px) rotate(-1deg);
    -o-transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
}
@keyframes oscillate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate-back-and-forth {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
@keyframes rotate-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(2px, 0px);
    -moz-transform: translate(2px, 0px);
    -ms-transform: translate(2px, 0px);
    -o-transform: translate(2px, 0px);
  }
  75% {
    -webkit-transform: translate(-1px, 0px);
    -moz-transform: translate(-1px, 0px);
    -ms-transform: translate(-1px, 0px);
    -o-transform: translate(-1px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@keyframes shake-y {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
    -moz-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    -o-transform: translate(0px, -2px);
  }
  75% {
    -webkit-transform: translate(0px, -1px);
    -moz-transform: translate(0px, -1px);
    -ms-transform: translate(0px, -1px);
    -o-transform: translate(0px, -1px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
  50% {
    -webkit-transform: translate(0px, -8px);
    -moz-transform: translate(0px, -8px);
    -ms-transform: translate(0px, -8px);
    -o-transform: translate(0px, -8px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
  }
}
@keyframes floating-1 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2px, -10px) rotate(3deg);
    -moz-transform: translate(2px, -10px) rotate(3deg);
    -ms-transform: translate(2px, -10px) rotate(3deg);
    -o-transform: translate(2px, -10px) rotate(3deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes floating-2 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2px, -8px) rotate(-2deg);
    -moz-transform: translate(2px, -8px) rotate(-2deg);
    -ms-transform: translate(2px, -8px) rotate(-2deg);
    -o-transform: translate(2px, -8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes floating-3 {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(2px, -8px) rotate(-2deg);
    -moz-transform: translate(2px, -8px) rotate(-2deg);
    -ms-transform: translate(2px, -8px) rotate(-2deg);
    -o-transform: translate(2px, -8px) rotate(-2deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes panic {
  2% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  4% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  6% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  8% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  10% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  12% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  14% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  16% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  18% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  20% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  22% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  24% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  26% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  28% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  30% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  32% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  34% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  36% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  38% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  40% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  42% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  44% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  46% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  48% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  50% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  52% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  54% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  56% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  58% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  60% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  62% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  64% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  66% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  68% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  70% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  72% {
    -webkit-transform: translate(0px, 0px) rotate(0.5deg);
    -moz-transform: translate(0px, 0px) rotate(0.5deg);
    -ms-transform: translate(0px, 0px) rotate(0.5deg);
    -o-transform: translate(0px, 0px) rotate(0.5deg);
  }
  74% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  76% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  78% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  80% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  82% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  84% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  86% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  88% {
    -webkit-transform: translate(1px, 0px) rotate(0.5deg);
    -moz-transform: translate(1px, 0px) rotate(0.5deg);
    -ms-transform: translate(1px, 0px) rotate(0.5deg);
    -o-transform: translate(1px, 0px) rotate(0.5deg);
  }
  90% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  92% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  94% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  96% {
    -webkit-transform: translate(1px, 1px) rotate(0.5deg);
    -moz-transform: translate(1px, 1px) rotate(0.5deg);
    -ms-transform: translate(1px, 1px) rotate(0.5deg);
    -o-transform: translate(1px, 1px) rotate(0.5deg);
  }
  98% {
    -webkit-transform: translate(0px, 1px) rotate(0.5deg);
    -moz-transform: translate(0px, 1px) rotate(0.5deg);
    -ms-transform: translate(0px, 1px) rotate(0.5deg);
    -o-transform: translate(0px, 1px) rotate(0.5deg);
  }
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -moz-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
  }
}
body.game-slider-temperature #screensaver .intro-title,
body.game-slider-ph #screensaver .intro-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 810px;
  font-weight: bold;
  font-size: 60px;
}
body.game-slider-temperature #screensaver .intro-subtitle,
body.game-slider-ph #screensaver .intro-subtitle {
  display: inline-block;
  text-align: center;
  margin: 40px 200px;
  font-weight: bold;
  font-size: 30px;
}
body.game-slider-temperature #screensaver .intro-subtitle span,
body.game-slider-ph #screensaver .intro-subtitle span {
  display: inline-block;
  margin: 10px 50px;
}
body.game-slider-temperature #screensaver .selector,
body.game-slider-ph #screensaver .selector {
  display: inline-block;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
body.game-slider-temperature #screensaver .selector .option,
body.game-slider-ph #screensaver .selector .option {
  display: inline-block;
  background-color: #FFF;
  border: #134680 5px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.game-slider-temperature #screensaver .selector .option span,
body.game-slider-ph #screensaver .selector .option span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #screensaver .selector .option:active,
body.game-slider-ph #screensaver .selector .option:active {
  background-color: #134680;
}
body.game-slider-temperature #screensaver .selector .option:active span,
body.game-slider-ph #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-slider-temperature #screensaver .selector .option span,
body.game-slider-ph #screensaver .selector .option span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #screensaver .selector .option:active,
body.game-slider-ph #screensaver .selector .option:active {
  background-color: #134680;
}
body.game-slider-temperature #screensaver .selector .option:active span,
body.game-slider-ph #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-slider-temperature #screensaver .selector .option span,
body.game-slider-ph #screensaver .selector .option span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #screensaver .selector .option:active,
body.game-slider-ph #screensaver .selector .option:active {
  background-color: #134680;
}
body.game-slider-temperature #screensaver .selector .option:active span,
body.game-slider-ph #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-slider-temperature #screensaver .selector .option.en,
body.game-slider-ph #screensaver .selector .option.en {
  margin-right: 200px;
}
body.game-slider-temperature #game .slider-ui,
body.game-slider-ph #game .slider-ui {
  position: absolute;
  top: 500px;
  left: 175px;
  z-index: 3;
}
body.game-slider-temperature #game .slider-ui .cursor,
body.game-slider-ph #game .slider-ui .cursor {
  position: absolute;
  top: 100px;
  left: -45px;
}
body.game-slider-temperature #game .slider-ui .cursor span,
body.game-slider-ph #game .slider-ui .cursor span {
  display: inline-block;
  color: #000;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  width: 100px;
  margin-top: 50px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
body.game-slider-temperature #game .title,
body.game-slider-ph #game .title {
  position: absolute;
  top: 100px;
  left: 40px;
  z-index: 4;
  text-align: center;
  width: 1000px;
  height: 400px;
}
body.game-slider-temperature #game .title h1,
body.game-slider-ph #game .title h1 {
  display: inline-block;
  color: #134680;
  font-weight: bold;
  font-size: 60px;
  margin: 100px 80px 20px;
}
body.game-slider-temperature #game .title p,
body.game-slider-ph #game .title p {
  color: #134680;
  font-size: 35px;
  margin: 0px 250px;
}
body.game-slider-temperature #game .box,
body.game-slider-ph #game .box {
  display: inline-block;
  background: transparent url("../images/instructions-box.png");
  background-size: 100% 100%;
  width: 527px;
  height: 936px;
  position: absolute;
  left: 490px;
  top: 580px;
  z-index: 3;
}
body.game-slider-temperature #game .box .box-title,
body.game-slider-ph #game .box .box-title {
  color: #FFF;
  font-weight: bold;
  font-size: 60px;
  padding: 20px 40px;
  width: calc(100% - 3px);
  box-sizing: border-box;
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
body.game-slider-temperature #game .box .box-description,
body.game-slider-ph #game .box .box-description {
  color: #000;
  font-size: 26px;
  margin: 40px;
}
body.game-slider-temperature #game .box .box-description .top_image,
body.game-slider-ph #game .box .box-description .top_image {
  width: 100%;
  height: auto;
}
body.game-slider-temperature #game .popup,
body.game-slider-ph #game .popup {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}
body.game-slider-temperature #game .instructions,
body.game-slider-ph #game .instructions {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4) url("../images/instructions-ombre.png") no-repeat center center;
  width: 1080px;
  height: 1920px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}
body.game-slider-temperature #game .instructions .instructions-box,
body.game-slider-ph #game .instructions .instructions-box {
  width: 850px;
  height: 600px;
  border: 1px solid #134680;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body.game-slider-temperature #game .instructions .instructions-ok,
body.game-slider-ph #game .instructions .instructions-ok {
  color: #ee481f;
  border: 4px solid #ee481f;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -42px;
}
body.game-slider-temperature #game .instructions .instructions-ok:active,
body.game-slider-ph #game .instructions .instructions-ok:active {
  background-color: #ee481f;
  color: #FFF;
}
body.game-slider-temperature #game .instructions .instructions-thermo,
body.game-slider-ph #game .instructions .instructions-thermo {
  position: absolute;
  left: 122px;
  top: 95px;
}
body.game-slider-temperature #game .instructions .instructions-hand,
body.game-slider-ph #game .instructions .instructions-hand {
  display: inline-block;
  background: transparent url("../images/instructions-hand.png");
  background-size: 100% 100%;
  width: 104px;
  height: 103px;
  position: absolute;
  left: 162px;
  top: 125px;
  -webkit-animation: hand-oscillate 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: hand-oscillate 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-animation: hand-oscillate 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
@keyframes hand-oscillate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 300px);
    -moz-transform: rotate(0deg) translate(0, 300px);
    -ms-transform: rotate(0deg) translate(0, 300px);
    -o-transform: rotate(0deg) translate(0, 300px);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
body.game-slider-temperature #game .instructions .instructions-prof,
body.game-slider-ph #game .instructions .instructions-prof {
  display: inline-block;
  background: transparent url("../images/slider-temperature/instructions-prof.png");
  background-size: 100% 100%;
  width: 293px;
  height: 248px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
body.game-slider-temperature #game .instructions .instructions-title,
body.game-slider-ph #game .instructions .instructions-title {
  color: #000;
  position: absolute;
  left: 310px;
  top: 120px;
  width: 500px;
  height: 200px;
}
body.game-slider-temperature #game .instructions .instructions-title h2,
body.game-slider-ph #game .instructions .instructions-title h2 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}
body.game-slider-temperature #game .instructions .instructions-title p,
body.game-slider-ph #game .instructions .instructions-title p {
  font-size: 24px;
}
body.game-slider-temperature #game .footer,
body.game-slider-ph #game .footer {
  position: absolute;
  display: inline-block;
  top: 1710px;
  right: 120px;
  width: 840px;
  height: 105px;
  z-index: 2;
}
body.game-slider-temperature #game .footer .language-switcher,
body.game-slider-ph #game .footer .language-switcher {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 180px;
  display: inline-block;
  background-color: #FFF;
  border: #134680 5px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.game-slider-temperature #game .footer .language-switcher span,
body.game-slider-ph #game .footer .language-switcher span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #game .footer .language-switcher:active,
body.game-slider-ph #game .footer .language-switcher:active {
  background-color: #134680;
}
body.game-slider-temperature #game .footer .language-switcher:active span,
body.game-slider-ph #game .footer .language-switcher:active span {
  color: #FFF;
}
body.game-slider-temperature #game .footer .language-switcher span,
body.game-slider-ph #game .footer .language-switcher span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #game .footer .language-switcher:active,
body.game-slider-ph #game .footer .language-switcher:active {
  background-color: #134680;
}
body.game-slider-temperature #game .footer .language-switcher:active span,
body.game-slider-ph #game .footer .language-switcher:active span {
  color: #FFF;
}
body.game-slider-temperature #game .footer .language-switcher span,
body.game-slider-ph #game .footer .language-switcher span {
  display: inline-block;
  color: #134680;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-slider-temperature #game .footer .language-switcher:active,
body.game-slider-ph #game .footer .language-switcher:active {
  background-color: #134680;
}
body.game-slider-temperature #game .footer .language-switcher:active span,
body.game-slider-ph #game .footer .language-switcher:active span {
  color: #FFF;
}
body.game-slider-temperature #game .footer .instructions-btn,
body.game-slider-ph #game .footer .instructions-btn {
  position: absolute;
  top: 25px;
  right: 250px;
  display: inline-block;
  background: transparent url("../images/instructions-btn.png");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
}
body.game-slider-temperature #game .footer .btn-home,
body.game-slider-ph #game .footer .btn-home {
  right: 355px;
}
body.game-slider-temperature #game .background,
body.game-slider-ph #game .background {
  display: inline-block;
  width: 1080px;
  height: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  -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);
  z-index: -1;
}
body.game-slider-temperature #game .background.hide,
body.game-slider-ph #game .background.hide {
  opacity: 0;
}
body.game-slider-temperature #game .background.active,
body.game-slider-ph #game .background.active {
  z-index: 2;
}
body.game-slider-temperature {
  background-color: #fae165;
  display: inline-block;
  background: transparent url("../images/slider-temperature/bg.png");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
  background-repeat: no-repeat;
}
body.game-slider-temperature #screensaver .intro-title {
  color: #134680;
}
body.game-slider-temperature #screensaver .intro-subtitle {
  color: #134680;
}
body.game-slider-temperature #game {
  display: inline-block;
  background: transparent url("../images/slider-temperature/frame.png");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
}
body.game-slider-temperature #game .slider-ui {
  display: inline-block;
  background: transparent url("../images/slider-temperature/thermo_3.png");
  background-size: 100% 100%;
  width: 229px;
  height: 1227px;
}
body.game-slider-temperature #game .slider-ui .cursor {
  display: inline-block;
  background: transparent url("../images/slider-temperature/cursor.png");
  background-size: 100% 100%;
  width: 215px;
  height: 143px;
}
body.game-slider-temperature #game .slider-ui .cursor span {
  width: 134px;
  margin-top: 65.5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
body.game-slider-temperature #game .footer .btn-home {
  border-color: #134680;
  background: #ffffff url("../images/slider-ph/home-2-d1342e.png") no-repeat right top;
  background-size: contain;
}
body.game-slider-temperature #game .footer .btn-home:hover,
body.game-slider-temperature #game .footer .btn-home:active {
  background: #134680 url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-slider-temperature #game .title h1 {
  color: #134680;
  margin: 50px 80px 20px;
}
body.game-slider-temperature #game .title p {
  color: #134680;
  margin: 0px 160px;
}
body.game-slider-temperature #game .box {
  left: 390px;
  top: 560px;
}
body.game-slider-temperature #game .box.current-8 .box-title {
  background-color: #dd1d21;
}
body.game-slider-temperature #game .box.current-7 .box-title {
  background-color: #e31b26;
}
body.game-slider-temperature #game .box.current-6 .box-title {
  background-color: #be1e2d;
}
body.game-slider-temperature #game .box.current-5 .box-title {
  background-color: #af3821;
}
body.game-slider-temperature #game .box.current-4 .box-title {
  background-color: #af3821;
}
body.game-slider-temperature #game .box.current-3 .box-title {
  background-color: #1057a2;
}
body.game-slider-temperature #game .box.current-2 .box-title {
  background-color: #0097bd;
}
body.game-slider-temperature #game .box.current-1 .box-title {
  background-color: #0097bd;
}
body.game-slider-temperature #game .box.current-0 .box-title {
  background-color: #0097bd;
}
body.game-slider-temperature #game .instructions .instructions-box {
  border: 1px solid #134680;
}
body.game-slider-temperature #game .instructions .instructions-thermo {
  display: inline-block;
  background: transparent url("../images/slider-temperature/instructions-thermo.png");
  background-size: 100% 100%;
  width: 75px;
  height: 404px;
  left: 122px;
  top: 95px;
}
body.game-slider-temperature #popup-116 {
  background: transparent url("../images/slider-temperature/popup-116-bg.png") no-repeat center center;
  background-size: cover;
}
body.game-slider-temperature #popup-116 .popup-box {
  position: absolute;
  top: 790px;
  left: 95px;
  display: inline-block;
  background: transparent url("../images/slider-temperature/popup-116-box.png");
  background-size: 100% 100%;
  width: 3865px;
  height: 1544px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 900px;
  height: 900px;
}
body.game-slider-temperature #popup-116 .popup-box .popup-title {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 430px;
  width: 320px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
body.game-slider-temperature #popup-116 .popup-box .popup-content {
  position: absolute;
  top: 150px;
  left: 370px;
  width: 450px;
  font-size: 18px;
}
body.game-slider-temperature #popup-72 {
  display: inline-block;
  background: transparent url("../images/slider-temperature/ombre.png") no-repeat center center;
  background-size: cover;
}
body.game-slider-temperature #popup-72 .popup-title {
  margin-top: 50px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
body.game-slider-temperature #popup-72 .popup-column {
  position: absolute;
  display: inline-block;
  top: 450px;
  left: 0;
  width: 220px;
}
body.game-slider-temperature #popup-72 .popup-column.column-1 {
  left: 80px;
}
body.game-slider-temperature #popup-72 .popup-column.column-2 {
  left: 340px;
}
body.game-slider-temperature #popup-72 .popup-column.column-3 {
  left: 610px;
}
body.game-slider-temperature #popup-72 .popup-box {
  position: absolute;
  top: 505px;
  left: 95px;
  display: inline-block;
  background: transparent url("../images/slider-temperature/popup-72-box.png");
  background-size: 100% 100%;
  width: 944px;
  height: 910px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 900px;
  height: 900px;
}
body.game-slider-temperature #popup-72 .popup-ok {
  color: #FFF;
  border: 4px solid #FFF;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -42px;
}
body.game-slider-temperature #popup-72 .popup-ok:active {
  background-color: #000000;
  color: #FFF;
}
body.game-slider-ph {
  background-color: #8ec1db;
  display: inline-block;
  background: transparent url("../images/slider-ph/bg.png");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
  background-repeat: no-repeat;
}
body.game-slider-ph #screensaver .intro-title {
  color: #134680;
}
body.game-slider-ph #screensaver .intro-subtitle {
  color: #134680;
}
body.game-slider-ph #game {
  display: inline-block;
  background: transparent url("../images/slider-ph/frame.png");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
}
body.game-slider-ph #game .slider-ui {
  display: inline-block;
  background: transparent url("../images/slider-ph/thermo.png");
  background-size: 100% 100%;
  width: 158px;
  height: 1184px;
  top: 515px;
}
body.game-slider-ph #game .slider-ui .cursor {
  display: inline-block;
  background: transparent url("../images/slider-temperature/cursor.png");
  background-size: 100% 100%;
  width: 215px;
  height: 143px;
  left: -50px;
}
body.game-slider-ph #game .slider-ui .cursor span {
  width: 138px;
  margin-top: 65.5px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
body.game-slider-ph #game .footer .btn-home {
  border-color: #134680;
  background: #ffffff url("../images/slider-ph/home-2-d1342e.png") no-repeat right top;
  background-size: contain;
}
body.game-slider-ph #game .footer .btn-home:hover,
body.game-slider-ph #game .footer .btn-home:active {
  background: #134680 url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-slider-ph #game .title h1 {
  display: inline-block;
  color: #134680;
  font-weight: bold;
  font-size: 60px;
}
body.game-slider-ph #game .title h1.fr {
  margin: 50px 80px 20px;
}
body.game-slider-ph #game .title h1.en {
  margin: 75px 80px 20px;
}
body.game-slider-ph #game .title p {
  color: #134680;
  font-size: 35px;
  margin: 0px 150px;
}
body.game-slider-ph #game .box {
  display: inline-block;
  background: transparent url("../images/instructions-box-med.png");
  background-size: 100% 100%;
  width: 527px;
  height: 1064px;
  left: 388px;
  top: 575px;
}
body.game-slider-ph #game .box.current-16 .box-title {
  background-color: #19467f;
}
body.game-slider-ph #game .box.current-14 .box-title {
  background-color: #0e57a2;
}
body.game-slider-ph #game .box.current-13 .box-title {
  background-color: #2868b2;
}
body.game-slider-ph #game .box.current-12 .box-title {
  background-color: #396fb1;
}
body.game-slider-ph #game .box.current-11 .box-title {
  background-color: #2b75b0;
}
body.game-slider-ph #game .box.current-9 .box-title {
  background-color: #2b74b0;
}
body.game-slider-ph #game .box.current-8 .box-title {
  background-color: #008d9b;
}
body.game-slider-ph #game .box.current-7 .box-title {
  background-color: #00a45d;
}
body.game-slider-ph #game .box.current-6 .box-title {
  background-color: #6db557;
}
body.game-slider-ph #game .box.current-5 .box-title {
  background-color: #fff573;
  color: #454545;
}
body.game-slider-ph #game .box.current-4 .box-title,
body.game-slider-ph #game .box.current-3 .box-title {
  background-color: #ec9169;
}
body.game-slider-ph #game .box.current-2 .box-title {
  background-color: #e97261;
}
body.game-slider-ph #game .box.current-1 .box-title {
  background-color: #e75a3c;
}
body.game-slider-ph #game .box.current-0 .box-title {
  background-color: #be3428;
}
body.game-slider-ph #game .instructions .instructions-box {
  border: 1px solid #134680;
}
body.game-slider-ph #game .instructions .instructions-thermo {
  display: inline-block;
  background: transparent url("../images/slider-ph/instructions-slider.png");
  background-size: 100% 100%;
  width: 47px;
  height: 354px;
  left: 122px;
  top: 95px;
}
body.game-slider-ph #popup-45 {
  background: transparent url("../images/slider-ph/popup-45-bg.png") no-repeat center center;
  background-size: cover;
}
body.game-slider-ph #popup-45 .popup-box {
  position: absolute;
  top: 790px;
  left: 95px;
  display: inline-block;
  background: transparent url("../images/slider-ph/popup-45-box.png");
  background-size: 100% 100%;
  width: 3865px;
  height: 1544px;
  background-size: contain;
  background-repeat: no-repeat;
  width: 900px;
  height: 900px;
}
body.game-slider-ph #popup-45 .popup-box .popup-title {
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
  top: 50px;
  left: 430px;
  width: 320px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}
body.game-slider-ph #popup-45 .popup-box .popup-content {
  position: absolute;
  top: 150px;
  left: 370px;
  width: 450px;
  font-size: 18px;
}
body.game-selector-confiture #screensaver .intro-title,
body.game-selector-entrepot #screensaver .intro-title {
  display: block;
  width: 380px;
  text-align: center;
  margin: 680px auto 0;
  font-weight: bold;
  font-size: 60px;
  color: #000;
}
body.game-selector-confiture #screensaver .intro-title span,
body.game-selector-entrepot #screensaver .intro-title span {
  display: inline-block;
}
body.game-selector-confiture #screensaver .intro-title span:first-child,
body.game-selector-entrepot #screensaver .intro-title span:first-child {
  margin-bottom: 40px;
}
body.game-selector-confiture #screensaver .selector,
body.game-selector-entrepot #screensaver .selector {
  display: inline-block;
  width: 100%;
  margin-top: 140px;
  text-align: center;
}
body.game-selector-confiture #screensaver .selector .option,
body.game-selector-entrepot #screensaver .selector .option {
  display: inline-block;
  background-color: #FFF;
  border: solid #000 4px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.game-selector-confiture #screensaver .selector .option:active,
body.game-selector-entrepot #screensaver .selector .option:active {
  background-color: #000;
}
body.game-selector-confiture #screensaver .selector .option:active span,
body.game-selector-entrepot #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-selector-confiture #screensaver .selector .option.en,
body.game-selector-entrepot #screensaver .selector .option.en {
  margin-right: 120px;
}
body.game-selector-confiture #screensaver .selector .option span,
body.game-selector-entrepot #screensaver .selector .option span {
  display: inline-block;
  color: #000;
  font-weight: normal;
  font-size: 30px;
  margin: 10px 30px;
}
body.game-selector-confiture #choices .title,
body.game-selector-entrepot #choices .title {
  display: block;
  width: 380px;
  margin: 220px auto 0;
  text-align: center;
}
body.game-selector-confiture #choices .title span,
body.game-selector-entrepot #choices .title span {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
}
body.game-selector-confiture #choices .title span.en,
body.game-selector-entrepot #choices .title span.en {
  margin-top: 40px;
}
body.game-selector-confiture #choices .description,
body.game-selector-entrepot #choices .description {
  width: 93%;
  height: 634px;
  text-align: center;
  position: absolute;
  top: 485px;
  left: 38px;
  z-index: 4;
  padding: 65px 0;
  box-sizing: border-box;
}
body.game-selector-confiture #choices .description .left-content,
body.game-selector-entrepot #choices .description .left-content {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 60px;
  left: 70px;
}
body.game-selector-confiture #choices .description .right-content,
body.game-selector-entrepot #choices .description .right-content {
  vertical-align: top;
  display: inline-block;
  width: 260px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 198px;
  left: 620px;
}
body.game-selector-confiture #choices .description .right-content .text h3,
body.game-selector-entrepot #choices .description .right-content .text h3 {
  font-weight: bold;
  font-size: 100%;
  margin-top: 0;
}
body.game-selector-confiture #choices .choices,
body.game-selector-entrepot #choices .choices {
  width: 93%;
  height: 660px;
  text-align: center;
  position: absolute;
  top: 1224px;
  left: 38px;
}
body.game-selector-confiture #choices .choices .choice-title,
body.game-selector-entrepot #choices .choices .choice-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 0px;
  z-index: 4;
}
body.game-selector-confiture #choices .choices .choice-title span,
body.game-selector-entrepot #choices .choices .choice-title span {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
}
body.game-selector-confiture #choices .choices .choice,
body.game-selector-entrepot #choices .choices .choice {
  display: inline-block;
  margin: 60px;
  position: absolute;
  top: 105px;
}
body.game-selector-confiture #choices .choices .choice .choice-text,
body.game-selector-entrepot #choices .choices .choice .choice-text {
  position: absolute;
  bottom: -45px;
  left: 0px;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 28px;
}
body.game-selector-confiture #choices .choices .choice#choice-1,
body.game-selector-entrepot #choices .choices .choice#choice-1 {
  left: 90px;
}
body.game-selector-confiture #choices .choices .choice#choice-2,
body.game-selector-entrepot #choices .choices .choice#choice-2 {
  left: 500px;
}
body.game-selector-confiture #choices .background,
body.game-selector-entrepot #choices .background {
  display: inline-block;
  width: 1080px;
  height: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  -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);
  z-index: 2;
}
body.game-selector-confiture #choices .background.hide,
body.game-selector-entrepot #choices .background.hide {
  opacity: 0;
}
body.game-selector-confiture #choices .background.active,
body.game-selector-entrepot #choices .background.active {
  z-index: 2;
}
body.game-selector-confiture #game .title,
body.game-selector-entrepot #game .title {
  display: block;
  width: 380px;
  margin: 220px auto 0;
  text-align: center;
}
body.game-selector-confiture #game .title span,
body.game-selector-entrepot #game .title span {
  display: inline-block;
  font-weight: bold;
  font-size: 60px;
  line-height: 60px;
}
body.game-selector-confiture #game .description,
body.game-selector-entrepot #game .description {
  width: 93%;
  height: 634px;
  text-align: center;
  position: absolute;
  top: 485px;
  left: 38px;
  z-index: 4;
  padding: 65px 0;
  box-sizing: border-box;
}
body.game-selector-confiture #game .description .left-content,
body.game-selector-entrepot #game .description .left-content {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 100px;
  left: 85px;
}
body.game-selector-confiture #game .description .right-content,
body.game-selector-entrepot #game .description .right-content {
  vertical-align: top;
  display: inline-block;
  width: 240px;
  text-align: left;
  color: #000;
  position: absolute;
  top: 100px;
  left: 650px;
}
body.game-selector-confiture #game .description .right-content .text h2,
body.game-selector-entrepot #game .description .right-content .text h2 {
  color: #000;
  font-size: 75px;
  font-weight: bold;
  margin-bottom: 70px;
  margin-top: 0px;
  line-height: 80px;
}
body.game-selector-confiture #game .description .right-content .text h3,
body.game-selector-entrepot #game .description .right-content .text h3 {
  font-weight: bold;
  font-size: 100%;
  margin-top: 0px;
}
body.game-selector-confiture #game .selectors,
body.game-selector-entrepot #game .selectors {
  position: absolute;
  top: 1315px;
  left: 160px;
}
body.game-selector-confiture #game .selectors .arrow,
body.game-selector-entrepot #game .selectors .arrow {
  position: absolute;
  left: 80px;
}
body.game-selector-confiture #game .selectors .arrow:active,
body.game-selector-entrepot #game .selectors .arrow:active,
body.game-selector-confiture #game .selectors .arrow:hover,
body.game-selector-entrepot #game .selectors .arrow:hover {
  opacity: 0.8;
}
body.game-selector-confiture #game .selectors .arrow.arrow-up,
body.game-selector-entrepot #game .selectors .arrow.arrow-up {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-up.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
  top: -80px;
}
body.game-selector-confiture #game .selectors .arrow.arrow-down,
body.game-selector-entrepot #game .selectors .arrow.arrow-down {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-down.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
  bottom: -80px;
}
body.game-selector-confiture #game .selectors #selector-go,
body.game-selector-entrepot #game .selectors #selector-go {
  color: #FFF;
  border: 4px solid #FFF;
  width: 84px;
  height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 700px;
  margin-left: -42px;
  margin-top: -14px;
}
body.game-selector-confiture #game .selectors #selector-go:active,
body.game-selector-entrepot #game .selectors #selector-go:active {
  background-color: #000000;
  color: #FFF;
}
body.game-selector-confiture #game .selectors .selector,
body.game-selector-entrepot #game .selectors .selector {
  position: relative;
  display: inline-block;
  margin-right: 50px;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper {
  width: 266px;
  height: 322px;
  background: #ffffff url(../images/selector.png) no-repeat center center;
  background-size: cover;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper .drum,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper .drum {
  height: 160px;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper .inner,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper .inner {
  height: 320px;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper div.container,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper div.container {
  top: 80px;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper div.container,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper div.container,
body.game-selector-confiture #game .selectors .selector .drum-wrapper figure,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper figure {
  height: 160px;
  line-height: 160px;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper figure,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper figure {
  text-align: center;
  font-size: 2.2em;
  opacity: 1;
  font-weight: bold;
}
body.game-selector-confiture #game .selectors .selector .drum-wrapper .dial,
body.game-selector-entrepot #game .selectors .selector .drum-wrapper .dial {
  display: none !important;
}
body.game-selector-confiture #game .selectors .selector .selector-box,
body.game-selector-entrepot #game .selectors .selector .selector-box {
  width: 266px;
  height: 382px;
  background-color: #fff;
  border: 4px solid;
  display: inline-block;
}
body.game-selector-confiture #game .selectors .selector .selector-box:first-child,
body.game-selector-entrepot #game .selectors .selector .selector-box:first-child {
  margin-right: 100px;
}
body.game-selector-confiture #game .selectors .selector .selector-box .name,
body.game-selector-entrepot #game .selectors .selector .selector-box .name {
  font-size: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
body.game-selector-confiture #game .selectors .selector .selector-box .choices .choice,
body.game-selector-entrepot #game .selectors .selector .selector-box .choices .choice {
  text-align: center;
}
body.game-selector-confiture #game .box,
body.game-selector-entrepot #game .box {
  display: inline-block;
  background: transparent url("../images/instructions-box.png");
  background-size: 100% 100%;
  width: 527px;
  height: 936px;
  position: absolute;
  left: 490px;
  top: 580px;
  z-index: 3;
}
body.game-selector-confiture #game .box .wrapper,
body.game-selector-entrepot #game .box .wrapper {
  margin: 40px;
}
body.game-selector-confiture #game .box .box-title,
body.game-selector-entrepot #game .box .box-title {
  color: #000;
  font-weight: bold;
  font-size: 60px;
}
body.game-selector-confiture #game .box .box-description,
body.game-selector-entrepot #game .box .box-description {
  color: #000;
  font-size: 30px;
}
body.game-selector-confiture #game .box .box-animation,
body.game-selector-entrepot #game .box .box-animation {
  display: inline-block;
  width: 482px;
  height: 318px;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
body.game-selector-confiture #game .box .box-animation.frame-1,
body.game-selector-entrepot #game .box .box-animation.frame-1 {
  background-position: 0px -318px;
}
body.game-selector-confiture #game .box .box-animation.frame-2,
body.game-selector-entrepot #game .box .box-animation.frame-2 {
  background-position: 0px -636px;
}
body.game-selector-confiture #game .box .box-animation.frame-3,
body.game-selector-entrepot #game .box .box-animation.frame-3 {
  background-position: 0px -954px;
}
body.game-selector-confiture #game .box .box-animation.frame-4,
body.game-selector-entrepot #game .box .box-animation.frame-4 {
  background-position: 0px -1272px;
}
body.game-selector-confiture #game .background,
body.game-selector-entrepot #game .background {
  display: inline-block;
  width: 1080px;
  height: 1920px;
  position: absolute;
  top: 0;
  left: 0;
  -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);
  z-index: 2;
}
body.game-selector-confiture #game .background.hide,
body.game-selector-entrepot #game .background.hide {
  opacity: 0;
}
body.game-selector-confiture #game .background.active,
body.game-selector-entrepot #game .background.active {
  z-index: 2;
}
body.game-selector-confiture .footer,
body.game-selector-entrepot .footer {
  position: absolute;
  display: inline-block;
  top: 1116px;
  right: 115px;
  width: 850px;
  height: 85px;
  z-index: 2;
}
body.game-selector-confiture .footer .flip-btn,
body.game-selector-entrepot .footer .flip-btn {
  position: absolute;
  bottom: 0px;
  left: -2px;
  display: inline-block;
  height: 96px;
  width: 300px;
  line-height: 105px;
  font-size: 20px;
  font-weight: bold;
  padding-left: 90px;
  cursor: pointer;
}
body.game-selector-confiture .footer .language-switcher,
body.game-selector-entrepot .footer .language-switcher {
  text-align: center;
  position: absolute;
  top: 12px;
  right: 20px;
  width: 180px;
  display: inline-block;
  background-color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body.game-selector-confiture .footer .language-switcher span,
body.game-selector-entrepot .footer .language-switcher span {
  display: inline-block;
  font-weight: normal;
  font-size: 30px;
  margin: 5px 40px 7px;
}
body.game-selector-confiture .footer .language-switcher:active span,
body.game-selector-entrepot .footer .language-switcher:active span {
  color: #FFF;
}
body.game-selector-confiture .footer .instructions-btn,
body.game-selector-entrepot .footer .instructions-btn {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 250px;
}
body.game-selector-confiture .footer .btn-home,
body.game-selector-entrepot .footer .btn-home {
  display: inline-block;
  position: absolute;
  top: 41px;
  right: 340px;
}
body.game-selector-confiture .instructions,
body.game-selector-entrepot .instructions {
  display: none;
  background: rgba(0, 0, 0, 0.4) url("../images/instructions-ombre.png") no-repeat center center;
  width: 1080px;
  height: 1920px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}
body.game-selector-confiture .instructions .instructions-box,
body.game-selector-entrepot .instructions .instructions-box {
  width: 850px;
  height: 600px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
body.game-selector-confiture .instructions .instructions-ok,
body.game-selector-entrepot .instructions .instructions-ok {
  width: 84px;
  height: 84px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-sizing: border-box;
  background-color: #FFFFFF;
  font-size: 36px;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -42px;
}
body.game-selector-confiture .instructions .instructions-ok:active,
body.game-selector-entrepot .instructions .instructions-ok:active {
  color: #FFF;
}
body.game-selector-confiture .instructions .instructions-img,
body.game-selector-entrepot .instructions .instructions-img {
  background: transparent url("../images/selector-confiture/instructions-img.png") no-repeat center center;
  width: 220px;
  height: 192px;
  position: absolute;
  top: 100px;
  left: 20px;
}
body.game-selector-confiture .instructions .instructions-hand,
body.game-selector-entrepot .instructions .instructions-hand {
  display: inline-block;
  background: transparent url("../images/instructions-hand.png");
  background-size: 100% 100%;
  width: 104px;
  height: 103px;
  position: absolute;
  left: 162px;
  top: 175px;
  -webkit-animation: hand-oscillate-2 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation: hand-oscillate-2 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-animation: hand-oscillate-2 8s 0 cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform-origin: 50% 50% center;
  -moz-transform-origin: 50% 50% center;
  -ms-transform-origin: 50% 50% center;
  -o-transform-origin: 50% 50% center;
  animation-iteration-count: infinite;
}
@keyframes hand-oscillate-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg) translate(0, 40px);
    -moz-transform: rotate(0deg) translate(0, 40px);
    -ms-transform: rotate(0deg) translate(0, 40px);
    -o-transform: rotate(0deg) translate(0, 40px);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
}
body.game-selector-confiture .instructions .instructions-prof,
body.game-selector-entrepot .instructions .instructions-prof {
  display: inline-block;
  background: transparent url("../images/slider-temperature/instructions-prof.png");
  background-size: 100% 100%;
  width: 293px;
  height: 248px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
body.game-selector-confiture .instructions .instructions-title,
body.game-selector-entrepot .instructions .instructions-title {
  color: #000;
  position: absolute;
  left: 310px;
  top: 120px;
  width: 500px;
  height: 200px;
}
body.game-selector-confiture .instructions .instructions-title h2,
body.game-selector-entrepot .instructions .instructions-title h2 {
  font-size: 40px;
  margin-top: 0px;
  margin-bottom: 20px;
}
body.game-selector-confiture .instructions .instructions-title p,
body.game-selector-entrepot .instructions .instructions-title p {
  font-size: 24px;
}
body.game-selector-confiture {
  display: inline-block;
  background: transparent url("../images/selector-confiture/theme-1/bg.jpg");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
}
body.game-selector-confiture.choice-1 {
  color: #d1342e;
}
body.game-selector-confiture.choice-1 #choices {
  background: url("../images/selector-confiture/theme-1/bg-2.png") no-repeat center center;
}
body.game-selector-confiture.choice-1 #game {
  background: url("../images/selector-confiture/theme-1/bg-2.png") no-repeat center center;
}
body.game-selector-confiture.choice-1 #game .description .right-content .text h2 {
  color: #d1342e;
}
body.game-selector-confiture.choice-1 #game .flip-btn {
  color: #56ac53;
  background: transparent url("../images/selector-confiture/Flip_to_Menthe.png") no-repeat 0px center;
}
body.game-selector-confiture.choice-1 #game .selectors .arrow.arrow-up {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-1/arrow-up.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-confiture.choice-1 #game .selectors .arrow.arrow-down {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-1/arrow-down.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-confiture.choice-1 #game .selectors #selector-go {
  background-color: #d1342e;
}
body.game-selector-confiture.choice-1 #game .selectors #selector-go:active {
  border-color: #d1342e;
  background-color: #FFF;
  color: #d1342e;
}
body.game-selector-confiture.choice-1 #game .selectors .selector {
  border-color: #d1342e;
}
body.game-selector-confiture.choice-1 #game .selectors .selector .name {
  background-color: #d1342e;
}
body.game-selector-confiture.choice-1 #game .selectors .selector .drum-wrapper figure {
  color: #d1342e;
}
body.game-selector-confiture.choice-1 .footer .language-switcher {
  border: solid #d1342e 4px;
}
body.game-selector-confiture.choice-1 .footer .language-switcher span {
  color: #d1342e;
}
body.game-selector-confiture.choice-1 .footer .language-switcher:active {
  background-color: #d1342e;
}
body.game-selector-confiture.choice-1 .footer .language-switcher:active span {
  color: #FFF;
}
body.game-selector-confiture.choice-1 .footer .instructions-btn {
  display: inline-block;
  background: transparent url("../images/selector-confiture/instructions-btn-pink.png");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
}
body.game-selector-confiture.choice-1 .footer .btn-home {
  border-color: #d1342e;
  background: #ffffff url("../images/selector-confiture/home-2-ee294e.png") no-repeat right top;
  background-size: contain;
}
body.game-selector-confiture.choice-1 .footer .btn-home:hover,
body.game-selector-confiture.choice-1 .footer .btn-home:active {
  background: #d1342e url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-selector-confiture.choice-1 .instructions .instructions-box {
  border: 1px solid #d1342e;
}
body.game-selector-confiture.choice-1 .instructions .instructions-ok {
  color: #d1342e;
  border: 4px solid #d1342e;
}
body.game-selector-confiture.choice-1 .instructions .instructions-ok:active {
  background-color: #d1342e;
}
body.game-selector-confiture.choice-2 {
  color: #56ac53;
}
body.game-selector-confiture.choice-2 #choices {
  background: url("../images/selector-confiture/theme-2/bg-2.png") no-repeat center center;
}
body.game-selector-confiture.choice-2 #game {
  background: url("../images/selector-confiture/theme-2/bg-2.png") no-repeat center center;
}
body.game-selector-confiture.choice-2 #game .description .right-content .text h2 {
  color: #56ac53;
}
body.game-selector-confiture.choice-2 #game .flip-btn {
  color: #d1342e;
  background: transparent url("../images/selector-confiture/Flip_to_Fraises.png") no-repeat 0px center;
}
body.game-selector-confiture.choice-2 #game .selectors .arrow.arrow-up {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-up.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-confiture.choice-2 #game .selectors .arrow.arrow-down {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-down.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-confiture.choice-2 #game .selectors #selector-go {
  background-color: #56ac53;
}
body.game-selector-confiture.choice-2 #game .selectors #selector-go:active {
  border-color: #56ac53;
  background-color: #FFF;
  color: #56ac53;
}
body.game-selector-confiture.choice-2 #game .selectors .selector {
  border-color: #56ac53;
}
body.game-selector-confiture.choice-2 #game .selectors .selector .name {
  background-color: #56ac53;
}
body.game-selector-confiture.choice-2 #game .selectors .selector .drum-wrapper figure {
  color: #56ac53;
}
body.game-selector-confiture.choice-2 .footer .language-switcher {
  border: solid #56ac53 4px;
}
body.game-selector-confiture.choice-2 .footer .language-switcher span {
  color: #56ac53;
}
body.game-selector-confiture.choice-2 .footer .language-switcher:active {
  background-color: #56ac53;
}
body.game-selector-confiture.choice-2 .footer .language-switcher:active span {
  color: #FFF;
}
body.game-selector-confiture.choice-2 .footer .instructions-btn {
  display: inline-block;
  background: transparent url("../images/selector-confiture/instructions-btn-green.png");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
}
body.game-selector-confiture.choice-2 .footer .btn-home {
  border-color: #56ac53;
  background: #ffffff url("../images/selector-confiture/home-2-008c4d.png") no-repeat right top;
  background-size: contain;
}
body.game-selector-confiture.choice-2 .footer .btn-home:hover,
body.game-selector-confiture.choice-2 .footer .btn-home:active {
  background: #56ac53 url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-selector-confiture.choice-2 .instructions .instructions-box {
  border: 1px solid #56ac53;
}
body.game-selector-confiture.choice-2 .instructions .instructions-ok {
  color: #56ac53;
  border: 4px solid #56ac53;
}
body.game-selector-confiture.choice-2 .instructions .instructions-ok:active {
  background-color: #56ac53;
}
body.game-selector-confiture #screensaver .intro-title {
  color: #d1342e;
}
body.game-selector-confiture #screensaver .selector .option {
  background-color: #FFF;
  border: solid #d1342e 4px;
}
body.game-selector-confiture #screensaver .selector .option span {
  color: #d1342e;
}
body.game-selector-confiture #screensaver .selector .option:active {
  background-color: #d1342e;
}
body.game-selector-confiture #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-selector-confiture #choices .choices .choice#choice-1 {
  display: inline-block;
  background: transparent url("../images/selector-confiture/choice-1.png");
  background-size: 100% 100%;
  width: 288px;
  height: 288px;
  left: 90px;
}
body.game-selector-confiture #choices .choices .choice#choice-2 {
  display: inline-block;
  background: transparent url("../images/selector-confiture/choice-2.png");
  background-size: 100% 100%;
  width: 288px;
  height: 288px;
  left: 500px;
}
body.game-selector-confiture #game .title span.en {
  margin-top: 40px;
}
body.game-selector-confiture #game .description .right-content .text h2 {
  color: #d1342e;
}
body.game-selector-entrepot {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/bg.png");
  background-size: 100% 100%;
  width: 1080px;
  height: 1920px;
}
body.game-selector-entrepot.choice-1 {
  color: #d1342e;
}
body.game-selector-entrepot.choice-1 #choices {
  background: url("../images/selector-entrepot/theme-1/bg-2.png") no-repeat center center;
}
body.game-selector-entrepot.choice-1 #game {
  background: url("../images/selector-entrepot/theme-1/bg-2.png") no-repeat center center;
}
body.game-selector-entrepot.choice-1 #game .description .right-content .text h2 {
  color: #d1342e;
}
body.game-selector-entrepot.choice-1 #game .flip-btn {
  color: #56ac53;
  background: transparent url("../images/selector-entrepot/Flip_to_Menthe.png") no-repeat 0px center;
}
body.game-selector-entrepot.choice-1 #game .selectors .arrow.arrow-up {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-1/arrow-up.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-entrepot.choice-1 #game .selectors .arrow.arrow-down {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-1/arrow-down.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-entrepot.choice-1 #game .selectors #selector-go {
  background-color: #d1342e;
}
body.game-selector-entrepot.choice-1 #game .selectors #selector-go:active {
  border-color: #d1342e;
  background-color: #FFF;
  color: #d1342e;
}
body.game-selector-entrepot.choice-1 #game .selectors .selector {
  border-color: #d1342e;
}
body.game-selector-entrepot.choice-1 #game .selectors .selector .name {
  background-color: #d1342e;
}
body.game-selector-entrepot.choice-1 #game .selectors .selector .drum-wrapper figure {
  color: #d1342e;
}
body.game-selector-entrepot.choice-1 .footer .language-switcher {
  border: solid #d1342e 4px;
}
body.game-selector-entrepot.choice-1 .footer .language-switcher span {
  color: #d1342e;
}
body.game-selector-entrepot.choice-1 .footer .language-switcher:active {
  background-color: #d1342e;
}
body.game-selector-entrepot.choice-1 .footer .language-switcher:active span {
  color: #FFF;
}
body.game-selector-entrepot.choice-1 .footer .instructions-btn {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/instructions-btn-pink.png");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
}
body.game-selector-entrepot.choice-1 .footer .btn-home {
  border-color: #d1342e;
  background: #ffffff url("../images/selector-entrepot/home-2-d1342e.png") no-repeat right top;
  background-size: contain;
}
body.game-selector-entrepot.choice-1 .footer .btn-home:hover,
body.game-selector-entrepot.choice-1 .footer .btn-home:active {
  background: #d1342e url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-selector-entrepot.choice-1 .instructions .instructions-box {
  border: 1px solid #d1342e;
}
body.game-selector-entrepot.choice-1 .instructions .instructions-ok {
  color: #d1342e;
  border: 4px solid #d1342e;
}
body.game-selector-entrepot.choice-1 .instructions .instructions-ok:active {
  background-color: #d1342e;
}
body.game-selector-entrepot.choice-2 {
  color: #56ac53;
}
body.game-selector-entrepot.choice-2 #choices {
  background: url("../images/selector-entrepot/theme-2/bg-2.png") no-repeat center center;
}
body.game-selector-entrepot.choice-2 #game {
  background: url("../images/selector-entrepot/theme-2/bg-2.png") no-repeat center center;
}
body.game-selector-entrepot.choice-2 #game .description .right-content .text h2 {
  color: #56ac53;
}
body.game-selector-entrepot.choice-2 #game .flip-btn {
  color: #d1342e;
  background: transparent url("../images/selector-entrepot/Flip_to_Fraises.png") no-repeat 0px center;
}
body.game-selector-entrepot.choice-2 #game .selectors .arrow.arrow-up {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-up.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-entrepot.choice-2 #game .selectors .arrow.arrow-down {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/theme-2/arrow-down.png");
  background-size: 100% 100%;
  width: 120px;
  height: 80px;
}
body.game-selector-entrepot.choice-2 #game .selectors #selector-go {
  background-color: #56ac53;
}
body.game-selector-entrepot.choice-2 #game .selectors #selector-go:active {
  border-color: #56ac53;
  background-color: #FFF;
  color: #56ac53;
}
body.game-selector-entrepot.choice-2 #game .selectors .selector {
  border-color: #56ac53;
}
body.game-selector-entrepot.choice-2 #game .selectors .selector .name {
  background-color: #56ac53;
}
body.game-selector-entrepot.choice-2 #game .selectors .selector .drum-wrapper figure {
  color: #56ac53;
}
body.game-selector-entrepot.choice-2 .footer .language-switcher {
  border: solid #56ac53 4px;
}
body.game-selector-entrepot.choice-2 .footer .language-switcher span {
  color: #56ac53;
}
body.game-selector-entrepot.choice-2 .footer .language-switcher:active {
  background-color: #56ac53;
}
body.game-selector-entrepot.choice-2 .footer .language-switcher:active span {
  color: #FFF;
}
body.game-selector-entrepot.choice-2 .footer .instructions-btn {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/instructions-btn-green.png");
  background-size: 100% 100%;
  width: 56px;
  height: 56px;
}
body.game-selector-entrepot.choice-2 .footer .btn-home {
  border-color: #56ac53;
  background: #ffffff url("../images/selector-entrepot/home-2-56ac53.png") no-repeat right top;
  background-size: contain;
}
body.game-selector-entrepot.choice-2 .footer .btn-home:hover,
body.game-selector-entrepot.choice-2 .footer .btn-home:active {
  background: #56ac53 url("../images/home-2-hover.png") no-repeat center center;
  background-size: contain;
  color: #FFF;
}
body.game-selector-entrepot.choice-2 .instructions .instructions-box {
  border: 1px solid #56ac53;
}
body.game-selector-entrepot.choice-2 .instructions .instructions-ok {
  color: #56ac53;
  border: 4px solid #56ac53;
}
body.game-selector-entrepot.choice-2 .instructions .instructions-ok:active {
  background-color: #56ac53;
}
body.game-selector-entrepot #screensaver .intro-title {
  color: #d1342e;
  width: 570px;
}
body.game-selector-entrepot #screensaver .selector .option {
  background-color: #FFF;
  border: solid #d1342e 4px;
}
body.game-selector-entrepot #screensaver .selector .option span {
  color: #d1342e;
}
body.game-selector-entrepot #screensaver .selector .option:active {
  background-color: #d1342e;
}
body.game-selector-entrepot #screensaver .selector .option:active span {
  color: #FFF;
}
body.game-selector-entrepot #choices .title {
  width: 590px;
  margin: 155px auto 0;
}
body.game-selector-entrepot #choices .title span,
body.game-selector-entrepot #choices .title span.en,
body.game-selector-entrepot #choices .title span.fr {
  margin-top: 0px;
}
body.game-selector-entrepot #choices .subtitle {
  width: 620px;
  margin: 40px auto 0;
  font-size: 30px;
  text-align: center;
}
body.game-selector-entrepot #choices .description .right-content {
  top: 230px;
}
body.game-selector-entrepot #choices .choices .choice#choice-1 {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/choice-1.png");
  background-size: 100% 100%;
  width: 288px;
  height: 288px;
  left: 90px;
}
body.game-selector-entrepot #choices .choices .choice#choice-2 {
  display: inline-block;
  background: transparent url("../images/selector-entrepot/choice-2.png");
  background-size: 100% 100%;
  width: 288px;
  height: 288px;
  left: 500px;
}
body.game-selector-entrepot #game .title {
  width: 580px;
  margin: 260px auto 0;
}
body.game-selector-entrepot #game .description .right-content .text h2 {
  color: #d1342e;
}
body.game-selector-entrepot #game #selector-2 .name {
  line-height: 55px;
}
body.game-selector-entrepot #game #selector-2 .name span {
  display: inline-block;
  font-size: 30px;
}
