@charset "UTF-8";
@font-face {
  font-family: 'KG Second Chances Sketch';
  src: url('../fonts/kgsecondchancessketch-webfont.woff2') format('woff2'), url('../fonts/kgsecondchancessketch-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'KG Second Chances Solid';
  src: url('../fonts/kgsecondchancessolid-webfont.woff2') format('woff2'), url('../fonts/kgsecondchancessolid-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Burford Rustic';
  src: url('../fonts/kimmy_design_-_burfordrusticshadowonea-webfont.woff2') format('woff2'), url('../fonts/kimmy_design_-_burfordrusticshadowonea-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ApexSansBoldSt';
  src: url('../fonts/apexsansboldst-webfont.woff2') format('woff2'), url('../fonts/apexsansboldst-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Meatloaf';
  src: url('../fonts/hinted-meatloaf.eot');
  src: url('../fonts/hinted-meatloaf.eot?#iefix') format('embedded-opentype'), url('../fonts/hinted-meatloaf.woff2') format('woff2'), url('../fonts/hinted-meatloaf.woff') format('woff'), url('../fonts/hinted-meatloaf.svg#meatloaf') format('svg');
  font-weight: normal;
  font-style: normal;
}
body.i18n-fr .i18n .fr {
  opacity: 1;
}
body.i18n-fr .i18n .en {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .fr {
  opacity: 0;
  display: none !important;
}
body.i18n-en .i18n .en {
  opacity: 1;
}
.flipping-i18n {
  -webkit-transition: -webkit-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: -moz-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: -o-transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
}
.flipping-i18n.flip-out {
  backface-visibility: hidden;
  z-index: 2;
  /* for firefox 31 */
  transform: rotateX(90deg);
}
.fading-i18n {
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -ms-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  opacity: 1;
}
.fading-i18n.fade-out {
  opacity: 0 !important;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Icons */
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
#triggers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row;
  flex-wrap: wrap;
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  margin: 50px;
}
#triggers .trigger {
  display: inline-block;
  margin: 20px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  padding: 0px 25px;
  box-sizing: border-box;
  font-family: 'ApexSansBoldSt';
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 1px;
  color: #AAAAAA;
  border: solid #AAAAAA 1px;
  text-decoration: none;
  -webkit-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: background-color, 0.2s, cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#triggers .trigger .text {
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
#triggers .trigger .text span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  word-wrap: break-word;
}
#triggers .trigger:hover {
  background-color: #393732;
}
#triggers .trigger:active {
  background-color: #393732;
  color: solid #AAAAAA 1px;
}
#triggers .trigger:active .text {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background-color: #333;
}
html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'ApexSansBoldSt';
  background: #333;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
}
html,
body,
html p,
body p,
html a,
body a {
  color: #AAAAAA;
  text-decoration: none;
}
h1 {
  margin: 0;
  font-size: 36px;
}
p {
  margin: 0;
  font-size: 16px;
}
.nw {
  white-space: nowrap;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
.outline-button {
  display: inline-block;
  background-color: transparent;
  border: solid 1px #AAAAAA;
  text-transform: none;
  -webkit-appearance: inherit;
  border-radius: 0;
  padding: 12px 10px;
  text-align: center;
}
.outline-button:hover {
  color: #FFF;
  border-color: #333;
  background-color: #333;
}
.draggable-source--is-dragging {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.consigne-wrapper {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 20px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 750px;
  height: 615px;
  text-align: center;
  overflow: visible;
}
.consigne-wrapper .content-group {
  font-family: 'KG Second Chances Sketch';
  color: #FF0000;
  text-shadow: #ff0000 0px 0px 0px;
  font-size: 48px;
  letter-spacing: 1px;
  margin-top: 60px;
}
.credits {
  position: absolute;
  display: flex;
  width: 1100px;
  left: 50%;
  top: 210px;
  margin-left: -550px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.credits .credits-item {
  margin: 10px;
}
.credits .credits-item .credits-item-image {
  width: 150px;
  height: 150px;
}
.credits .credits-item .credits-item-label {
  font-size: 18px;
  margin-top: 5px;
  width: 150px;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
}
.button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button.hidden {
  opacity: 0;
  pointer-events: none;
}
.button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#toolbar {
  right: 227px;
  top: 100px;
}
#toolbar .language-switcher {
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 126.75px;
  height: 126.75px;
  text-align: center;
  line-height: 126.75px;
  color: #006d77;
  font-weight: bold;
  font-size: 26px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#toolbar .language-switcher:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#guide {
  background-size: cover;
  position: absolute;
  z-index: 101;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  opacity: 0.5;
  pointer-events: none;
}
.game {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}
.game .screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  background-color: #54514a;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.game .screen.current {
  pointer-events: all;
}
#screen-1 #intro-title {
  position: absolute;
  top: 300px;
  left: 100px;
  font-size: 46px;
  font-weight: 600;
}
#screen-1 .language-button {
  position: absolute;
  text-transform: uppercase;
  top: 500px;
  font-size: 26px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#screen-1 .language-button.icon-fr {
  left: 100px;
}
#screen-1 .language-button.icon-en {
  left: 350px;
}
#screen-1 .language-button:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#toolbar {
  position: absolute;
  right: 50px;
  top: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity, 0.1s, cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#toolbar.active {
  opacity: 1;
  pointer-events: all;
}
body.modal #modal {
  opacity: 1;
  pointer-events: all;
}
body.modal #modal .modal-box {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
body.modal #modal .modal-overlay {
  opacity: 1;
}
#modal {
  pointer-events: none;
}
#modal .modal-overlay {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#modal .modal-box {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#modal .modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(200, 200, 200, 0.5);
  z-index: 100;
}
#modal .modal-box {
  position: fixed;
  width: 60%;
  height: 60%;
  left: 20%;
  top: 20%;
  background-color: #FFFFFF;
  color: #000;
  z-index: 101;
  -webkit-transform: translate(0, -50px);
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -o-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
#modal .modal-box .modal-box-wrapper {
  margin: 50px;
}
#modal .modal-box .modal-box-close {
  position: absolute;
  display: inline-block;
  background-color: #CCC;
  top: 0;
  right: 0;
  font-size: 35px;
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
}
#game-toposequence {
  background-color: #bed731;
}
#game-toposequence .next,
#game-toposequence .prev,
#game-toposequence .home {
  position: absolute;
  bottom: 100px;
  width: 126.75px;
  height: 126.75px;
}
#game-toposequence .next {
  right: 100px;
  background: transparent url("../images/toposequence/next.png") no-repeat 0 0;
  background-size: contain;
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-toposequence .next.hidden {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 0;
}
#game-toposequence .home {
  left: 100px;
  background: transparent url("../images/toposequence/home.png") no-repeat 0 0;
  background-size: contain;
}
#game-toposequence .prev {
  left: 260px;
  background: transparent url("../images/toposequence/prev.png") no-repeat 0 0;
  background-size: contain;
}
#game-toposequence .oeuf {
  background: transparent url("../images/toposequence/oeuf.png") no-repeat 0 0;
  background-size: contain;
  width: 134px;
  height: 134px;
}
#game-toposequence .screen {
  background: #bed731 url("../images/toposequence/background-1.jpg") no-repeat center center;
}
#game-toposequence .consigne-wrapper .content-group {
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
}
#game-toposequence .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 100px;
}
#game-toposequence .consigne-wrapper .content-group.large {
  font-size: 70px;
  line-height: 1.2em;
}
#game-toposequence .consigne-wrapper .content-group.blue {
  font-family: 'KG Second Chances Sketch';
  color: #006d77;
  text-shadow: #006d77 0px 0px 0px;
}
#game-toposequence .consigne-wrapper .content-group.red {
  font-family: 'KG Second Chances Sketch';
  color: #f36f21;
  text-shadow: #f36f21 0px 0px 0px;
}
#game-toposequence #toolbar {
  left: 100px;
  top: 87px;
}
#game-toposequence #toolbar .language-switcher {
  background: transparent url("../images/toposequence/empty-button.png") no-repeat 0 0;
  background-size: contain;
  color: #3b3c29;
}
#game-toposequence #screen-1 {
  background-color: #bed731;
}
#game-toposequence #screen-1 #screensaver-foreground {
  background: transparent url("../images/toposequence/screensaver-foreground.png") no-repeat 0 bottom;
  z-index: 2;
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
}
#game-toposequence #screen-1 .screensaver-element {
  position: absolute;
  -webkit-animation: topo-screensaver-animation-1 7s 0s infinite normal forwards;
  -moz-animation: topo-screensaver-animation-1 7s 0s infinite normal forwards;
  -ms-animation: topo-screensaver-animation-1 7s 0s infinite normal forwards;
  -o-animation: topo-screensaver-animation-1 7s 0s infinite normal forwards;
  animation: topo-screensaver-animation-1 7s 0s infinite normal forwards;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-1 {
  background: transparent url("../images/toposequence/screensaver-fly-1.png") no-repeat 0 0;
  background-size: contain;
  width: 362px;
  height: 222px;
  left: 246px;
  top: 156px;
  animation-delay: 0s;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-2 {
  background: transparent url("../images/toposequence/screensaver-fly-2.png") no-repeat 0 0;
  background-size: contain;
  width: 235px;
  height: 145px;
  left: 697px;
  top: 192px;
  -webkit-animation: topo-screensaver-animation-2 9s -4s infinite normal forwards;
  -moz-animation: topo-screensaver-animation-2 9s -4s infinite normal forwards;
  -ms-animation: topo-screensaver-animation-2 9s -4s infinite normal forwards;
  -o-animation: topo-screensaver-animation-2 9s -4s infinite normal forwards;
  animation: topo-screensaver-animation-2 9s -4s infinite normal forwards;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-3 {
  background: transparent url("../images/toposequence/screensaver-fly-3.png") no-repeat 0 0;
  background-size: contain;
  width: 400px;
  height: 137.5px;
  left: 1270px;
  top: 156px;
  animation-delay: -8s;
  animation-direction: reverse;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-4 {
  background: transparent url("../images/toposequence/screensaver-fly-4.png") no-repeat 0 0;
  background-size: contain;
  width: 185px;
  height: 104px;
  left: 1550px;
  top: 375px;
  animation-delay: -2s;
  animation-direction: reverse;
  -webkit-animation: topo-screensaver-animation-2 8s -3s infinite normal forwards;
  -moz-animation: topo-screensaver-animation-2 8s -3s infinite normal forwards;
  -ms-animation: topo-screensaver-animation-2 8s -3s infinite normal forwards;
  -o-animation: topo-screensaver-animation-2 8s -3s infinite normal forwards;
  animation: topo-screensaver-animation-2 8s -3s infinite normal forwards;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-5 {
  background: transparent url("../images/toposequence/screensaver-fly-5.png") no-repeat 0 0;
  background-size: contain;
  width: 361px;
  height: 223px;
  left: 1160px;
  top: 480px;
  animation-delay: -6s;
  animation-direction: reverse;
}
#game-toposequence #screen-1 .screensaver-element.screensaver-element-6 {
  background: transparent url("../images/toposequence/screensaver-bird.png") no-repeat 0 0;
  background-size: contain;
  width: 808px;
  height: 455px;
  left: 35px;
  top: 484px;
  animation-delay: -8s;
  animation-direction: reverse;
  -webkit-animation: topo-screensaver-animation-3 12s 0s infinite normal forwards;
  -moz-animation: topo-screensaver-animation-3 12s 0s infinite normal forwards;
  -ms-animation: topo-screensaver-animation-3 12s 0s infinite normal forwards;
  -o-animation: topo-screensaver-animation-3 12s 0s infinite normal forwards;
  animation: topo-screensaver-animation-3 12s 0s infinite normal forwards;
}
#game-toposequence #screen-2 #intro-title {
  color: #3e3f30;
  font-size: 50px;
}
#game-toposequence #screen-2 #intro-title .oeuf {
  position: absolute;
  left: 575px;
  top: 24px;
}
#game-toposequence #screen-2 #intro-title .button {
  font-size: 130px;
  line-height: 0.9em;
  font-family: 'Burford Rustic';
  text-shadow: -2px 1px 0px #fffcd5;
}
#game-toposequence #screen-2 #intro-title .button.fr {
  position: absolute;
  left: 195px;
  top: 365px;
}
#game-toposequence #screen-2 #intro-title .button.en {
  position: absolute;
  left: 1070px;
  top: 365px;
}
#game-toposequence #screen-2 #intro-title .button.en .oeuf {
  left: 585px;
}
#game-toposequence #screen-3,
#game-toposequence #screen-4,
#game-toposequence #screen-6,
#game-toposequence #screen-8 {
  background: transparent url("../images/toposequence/background-2.jpg") no-repeat center center;
}
#game-toposequence #screen-3 .consigne-wrapper,
#game-toposequence #screen-4 .consigne-wrapper,
#game-toposequence #screen-6 .consigne-wrapper,
#game-toposequence #screen-8 .consigne-wrapper {
  width: 1057px;
  height: 778px;
}
#game-toposequence #screen-3 .consigne-wrapper .content-group:nth-child(1),
#game-toposequence #screen-4 .consigne-wrapper .content-group:nth-child(1),
#game-toposequence #screen-6 .consigne-wrapper .content-group:nth-child(1),
#game-toposequence #screen-8 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 180px;
}
#game-toposequence #screen-4 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 220px;
}
#game-toposequence #screen-4 .consigne-wrapper .content-group.large {
  font-size: 60px;
}
#game-toposequence #screen-5 .drag-game,
#game-toposequence #screen-7 .drag-game,
#game-toposequence #screen-9 .drag-game {
  width: 100%;
  height: 100%;
}
#game-toposequence #screen-5 .drag-game .zones,
#game-toposequence #screen-7 .drag-game .zones,
#game-toposequence #screen-9 .drag-game .zones {
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  pointer-events: none;
}
#game-toposequence #screen-5 .drag-game .zones li,
#game-toposequence #screen-7 .drag-game .zones li,
#game-toposequence #screen-9 .drag-game .zones li {
  display: inline-block;
}
#game-toposequence #screen-5 .drag-game .zones .zone-title,
#game-toposequence #screen-7 .drag-game .zones .zone-title,
#game-toposequence #screen-9 .drag-game .zones .zone-title {
  position: absolute;
  width: 308px;
  height: 150px;
  border: 3px solid #fffcd5;
  border-radius: 15px;
  box-sizing: border-box;
  vertical-align: middle;
}
#game-toposequence #screen-5 .drag-game .zones .zone-title .wrapper,
#game-toposequence #screen-7 .drag-game .zones .zone-title .wrapper,
#game-toposequence #screen-9 .drag-game .zones .zone-title .wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#game-toposequence #screen-5 .drag-game .zones .zone-title .wrapper span,
#game-toposequence #screen-7 .drag-game .zones .zone-title .wrapper span,
#game-toposequence #screen-9 .drag-game .zones .zone-title .wrapper span {
  text-align: center;
  display: inline;
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-size: 45px;
  white-space: normal;
}
#game-toposequence #screen-5 .drag-game .items-descriptions,
#game-toposequence #screen-7 .drag-game .items-descriptions,
#game-toposequence #screen-9 .drag-game .items-descriptions {
  pointer-events: none;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li,
#game-toposequence #screen-7 .drag-game .items-descriptions li,
#game-toposequence #screen-9 .drag-game .items-descriptions li {
  display: inline-block;
  position: absolute;
  color: #474732;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-toposequence #screen-5 .drag-game .items-descriptions li .wrapper,
#game-toposequence #screen-7 .drag-game .items-descriptions li .wrapper,
#game-toposequence #screen-9 .drag-game .items-descriptions li .wrapper {
  margin: 10px;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li.bubble-layout,
#game-toposequence #screen-7 .drag-game .items-descriptions li.bubble-layout,
#game-toposequence #screen-9 .drag-game .items-descriptions li.bubble-layout {
  background: #fffcd5;
  border-radius: 15px;
  font-size: 24px;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li.image-layout,
#game-toposequence #screen-7 .drag-game .items-descriptions li.image-layout,
#game-toposequence #screen-9 .drag-game .items-descriptions li.image-layout {
  background: transparent url("../images/toposequence/image-bubble.png");
  width: 1120px;
  height: 540px;
  font-size: 36px;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li.image-layout strong,
#game-toposequence #screen-7 .drag-game .items-descriptions li.image-layout strong,
#game-toposequence #screen-9 .drag-game .items-descriptions li.image-layout strong {
  font-family: 'KG Second Chances Sketch';
  color: #474732;
  text-shadow: #474732 0px 0px 0px;
  font-size: 55px;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li.image-layout .wrapper,
#game-toposequence #screen-7 .drag-game .items-descriptions li.image-layout .wrapper,
#game-toposequence #screen-9 .drag-game .items-descriptions li.image-layout .wrapper {
  position: absolute;
  left: 180px;
  top: 80px;
  width: 880px;
  height: 400px;
}
#game-toposequence #screen-5 .drag-game .items-descriptions li.bubble-layout.shown,
#game-toposequence #screen-7 .drag-game .items-descriptions li.bubble-layout.shown,
#game-toposequence #screen-9 .drag-game .items-descriptions li.bubble-layout.shown,
#game-toposequence #screen-5 .drag-game .items-descriptions li.image-layout.shown,
#game-toposequence #screen-7 .drag-game .items-descriptions li.image-layout.shown,
#game-toposequence #screen-9 .drag-game .items-descriptions li.image-layout.shown {
  opacity: 1;
  -webkit-transform: translate(0, 0px);
  -moz-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  -o-transform: translate(0, 0px);
  transform: translate(0, 0px);
}
#game-toposequence #screen-5 .drag-game .draggable-items,
#game-toposequence #screen-7 .drag-game .draggable-items,
#game-toposequence #screen-9 .drag-game .draggable-items {
  position: absolute;
  top: 835px;
  left: 420px;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
}
#game-toposequence #screen-5 .drag-game .draggable-items li,
#game-toposequence #screen-7 .drag-game .draggable-items li,
#game-toposequence #screen-9 .drag-game .draggable-items li {
  display: inline-block;
  position: relative;
  border: 3px solid #fffcd5;
  background-color: #fffcd5;
  border-radius: 75px;
  width: 150px;
  height: 150px;
  margin-right: 20px;
}
#game-toposequence #screen-5 .drag-game .draggable-items li .wrapper,
#game-toposequence #screen-7 .drag-game .draggable-items li .wrapper,
#game-toposequence #screen-9 .drag-game .draggable-items li .wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-toposequence #screen-5 .drag-game .draggable-items li.draggable-mirror .wrapper,
#game-toposequence #screen-7 .drag-game .draggable-items li.draggable-mirror .wrapper,
#game-toposequence #screen-9 .drag-game .draggable-items li.draggable-mirror .wrapper,
#game-toposequence #screen-5 .drag-game .draggable-items li:hover .wrapper,
#game-toposequence #screen-7 .drag-game .draggable-items li:hover .wrapper,
#game-toposequence #screen-9 .drag-game .draggable-items li:hover .wrapper,
#game-toposequence #screen-5 .drag-game .draggable-items li:active .wrapper,
#game-toposequence #screen-7 .drag-game .draggable-items li:active .wrapper,
#game-toposequence #screen-9 .drag-game .draggable-items li:active .wrapper {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-toposequence #screen-5 .drag-game .draggable-items li .label,
#game-toposequence #screen-7 .drag-game .draggable-items li .label,
#game-toposequence #screen-9 .drag-game .draggable-items li .label {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 15px;
  pointer-events: none;
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-toposequence #screen-5 .drag-game .draggable-items li .label span,
#game-toposequence #screen-7 .drag-game .draggable-items li .label span,
#game-toposequence #screen-9 .drag-game .draggable-items li .label span {
  text-align: center;
  margin: 5px;
  white-space: normal;
  display: inline;
  color: white;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.image-layout .label,
#game-toposequence #screen-7 .drag-game .draggable-items li.image-layout .label,
#game-toposequence #screen-9 .drag-game .draggable-items li.image-layout .label {
  position: absolute;
  top: -50px;
  left: 0px;
  width: 150px;
  height: 55px;
  opacity: 0;
  background-color: #fffcd5;
  text-transform: uppercase;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.image-layout .label span,
#game-toposequence #screen-7 .drag-game .draggable-items li.image-layout .label span,
#game-toposequence #screen-9 .drag-game .draggable-items li.image-layout .label span {
  font-family: 'KG Second Chances Sketch';
  color: #474732;
  text-shadow: #474732 0px 0px 0px;
  font-size: 20px;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.image-layout.larger .label,
#game-toposequence #screen-7 .drag-game .draggable-items li.image-layout.larger .label,
#game-toposequence #screen-9 .drag-game .draggable-items li.image-layout.larger .label {
  left: -25px;
  width: 200px;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.image-layout.locked .label,
#game-toposequence #screen-7 .drag-game .draggable-items li.image-layout.locked .label,
#game-toposequence #screen-9 .drag-game .draggable-items li.image-layout.locked .label {
  opacity: 1;
  top: -70px;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.text-layout,
#game-toposequence #screen-7 .drag-game .draggable-items li.text-layout,
#game-toposequence #screen-9 .drag-game .draggable-items li.text-layout {
  width: 308px;
  height: 150px;
  border-radius: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  background-color: transparent;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.text-layout .wrapper,
#game-toposequence #screen-7 .drag-game .draggable-items li.text-layout .wrapper,
#game-toposequence #screen-9 .drag-game .draggable-items li.text-layout .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
}
#game-toposequence #screen-5 .drag-game .draggable-items li.text-layout .wrapper span,
#game-toposequence #screen-7 .drag-game .draggable-items li.text-layout .wrapper span,
#game-toposequence #screen-9 .drag-game .draggable-items li.text-layout .wrapper span {
  text-align: center;
  display: inline;
  font-family: 'KG Second Chances Sketch';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 45px;
  white-space: normal;
  -webkit-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), text-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), text-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), text-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), text-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955), text-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-toposequence #screen-5 .drag-game .draggable-items li.text-layout.locked span,
#game-toposequence #screen-7 .drag-game .draggable-items li.text-layout.locked span,
#game-toposequence #screen-9 .drag-game .draggable-items li.text-layout.locked span {
  font-family: 'KG Second Chances Sketch';
  color: #474732;
  text-shadow: #474732 0px 0px 0px;
}
#game-toposequence #screen-5 .thumbs-up,
#game-toposequence #screen-7 .thumbs-up,
#game-toposequence #screen-9 .thumbs-up {
  background: transparent url("../images/toposequence/thumbs-up.png") no-repeat center center;
  background-size: cover;
  width: 199px;
  height: 191px;
  position: absolute;
  top: 738px;
  left: 860px;
  opacity: 1;
  -webkit-transform: translate(0, 50px);
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -o-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 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), transform 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), transform 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), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  pointer-events: none;
}
#game-toposequence #screen-5 .thumbs-up.hidden,
#game-toposequence #screen-7 .thumbs-up.hidden,
#game-toposequence #screen-9 .thumbs-up.hidden {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#game-toposequence #screen-10 {
  background: transparent url("../images/toposequence/background-3.jpg") no-repeat center center;
}
#game-toposequence #screen-10 .consigne-wrapper {
  width: 1137px;
  height: 778px;
  margin-left: 0px;
}
#game-toposequence #screen-10 .consigne-wrapper .content-group {
  font-size: 45px;
}
#game-toposequence #screen-10 .consigne-wrapper .content-group.large {
  font-size: 65px;
}
#game-toposequence #screen-11 {
  background: transparent url("../images/toposequence/background-3.jpg") no-repeat center center;
}
#game-toposequence #screen-11 .credits .credits-item {
  color: #3b3c29;
}
#game-toposequence #screen-11 .credits .credits-item .credits-item-image {
  border-radius: 50%;
}
@keyframes topo-screensaver-animation-1 {
  0% {
    transform: translate(50px, 40px) rotate(3deg);
  }
  50% {
    transform: translate(-50px, -10px) rotate(-3deg);
  }
  100% {
    transform: translate(50px, 40px) rotate(3deg);
  }
}
@keyframes topo-screensaver-animation-2 {
  0% {
    transform: translate(-25px, 25px) rotate(5deg);
  }
  50% {
    transform: translate(25px, -10px) rotate(-3deg);
  }
  100% {
    transform: translate(-25px, 25px) rotate(5deg);
  }
}
@keyframes topo-screensaver-animation-3 {
  0% {
    transform: translate(-25px, 25px);
  }
  50% {
    transform: translate(25px, -10px);
  }
  100% {
    transform: translate(-25px, 25px);
  }
}
#game-peche {
  background-color: #00adbd;
  color: #3B3C29;
}
#game-peche .oeuf {
  background: transparent url("../images/peche/oeuf.png") no-repeat 0 0;
  background-size: contain;
  width: 134px;
  height: 134px;
}
#game-peche .next,
#game-peche .prev,
#game-peche .home {
  position: absolute;
  bottom: 100px;
  width: 126.75px;
  height: 126.75px;
}
#game-peche .next {
  right: 100px;
  background: transparent url("../images/peche/next.png") no-repeat 0 0;
  background-size: contain;
}
#game-peche .prev {
  left: 260px;
  background: transparent url("../images/peche/prev.png") no-repeat 0 0;
  background-size: contain;
}
#game-peche .home {
  left: 100px;
  background: transparent url("../images/peche/home.png") no-repeat 0 0;
  background-size: contain;
}
#game-peche .screen {
  background: #00adbd url("../images/peche/background-1.png") no-repeat center center;
}
#game-peche .consigne-wrapper .content-group {
  font-family: 'KG Second Chances Sketch';
  color: #3e3f30;
  text-shadow: #3e3f30 0px 0px 0px;
}
#game-peche .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 100px;
}
#game-peche .consigne-wrapper .content-group.large {
  font-size: 70px;
  line-height: 1.2em;
}
#game-peche .consigne-wrapper .content-group.small {
  font-size: 38px;
}
#game-peche .consigne-wrapper .content-group.red {
  font-family: 'KG Second Chances Sketch';
  color: #c4161c;
  text-shadow: #c4161c 0px 0px 0px;
}
#game-peche .fishing-line {
  position: absolute;
  left: 1400px;
  top: -120px;
  width: 280px;
  height: 1100px;
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
  background: transparent url("../images/peche/fishing-line.png") no-repeat center center;
  background-size: contain;
  -webkit-animation: fishing-line-1 8s 0s infinite normal forwards;
  -moz-animation: fishing-line-1 8s 0s infinite normal forwards;
  -ms-animation: fishing-line-1 8s 0s infinite normal forwards;
  -o-animation: fishing-line-1 8s 0s infinite normal forwards;
  animation: fishing-line-1 8s 0s infinite normal forwards;
}
#game-peche #toolbar {
  right: 227px;
  top: 100px;
  z-index: 100;
}
#game-peche #toolbar .language-switcher {
  background: transparent url("../images/peche/empty-button.png") no-repeat 0 0;
  background-size: contain;
  color: #006d77;
}
#game-peche #screen-1 {
  background: #00adbd;
}
#game-peche #screen-1 #screensaver-foreground,
#game-peche #screen-1 #screensaver-fishes {
  width: 1920px;
  height: 1080px;
  position: absolute;
  top: 0;
  left: 0;
}
#game-peche #screen-1 #screensaver-foreground {
  background: transparent url("../images/peche/screensaver-foreground.png") no-repeat 0 0;
  z-index: 2;
}
#game-peche #screen-1 .fish {
  position: absolute;
  -webkit-animation: fish-1 25s 2s infinite normal forwards;
  -moz-animation: fish-1 25s 2s infinite normal forwards;
  -ms-animation: fish-1 25s 2s infinite normal forwards;
  -o-animation: fish-1 25s 2s infinite normal forwards;
  animation: fish-1 25s 2s infinite normal forwards;
}
#game-peche #screen-1 .fish.fish-type-1 {
  background: transparent url("../images/peche/screensaver-fish-1.png") no-repeat 0 0;
  background-size: contain;
  width: 391px;
  height: 134px;
  top: 300px;
  animation-delay: 0s;
}
#game-peche #screen-1 .fish.fish-type-2 {
  background: transparent url("../images/peche/screensaver-fish-2.png") no-repeat 0 0;
  background-size: contain;
  width: 396.5px;
  height: 193px;
  top: 600px;
  animation-delay: -4s;
}
#game-peche #screen-1 .fish.fish-type-3 {
  background: transparent url("../images/peche/screensaver-fish-3.png") no-repeat 0 0;
  background-size: contain;
  width: 400px;
  height: 137.5px;
  top: 800px;
  animation-delay: -8s;
  animation-direction: reverse;
}
#game-peche #screen-2 {
  background: transparent url("../images/peche/background-1.png") no-repeat center center;
}
#game-peche #screen-2 #intro-title {
  color: #3e3f30;
  font-size: 50px;
}
#game-peche #screen-2 #intro-title .oeuf {
  position: absolute;
  left: 665px;
  top: -24px;
}
#game-peche #screen-2 #intro-title .button {
  font-size: 130px;
  line-height: 0.9em;
  font-family: 'Burford Rustic';
  text-shadow: -2px 1px 0px #fffcd5;
}
#game-peche #screen-2 #intro-title .button.fr {
  position: absolute;
  left: 133px;
  top: 495px;
}
#game-peche #screen-2 #intro-title .button.en {
  position: absolute;
  left: 1070px;
  top: 495px;
}
#game-peche #screen-2 #intro-title .button.en .oeuf {
  left: 585px;
}
#game-peche #screen-3 {
  background: transparent url("../images/peche/background-3.png") no-repeat center center;
}
#game-peche #screen-3 .consigne-wrapper {
  width: 1057px;
  height: 778px;
}
#game-peche #screen-4 {
  background: transparent url("../images/peche/background-4.png") no-repeat center center;
}
#game-peche #screen-4 .consigne-wrapper {
  width: 750px;
  height: 615px;
}
#game-peche #screen-4 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 170px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback.hidden,
#game-peche #screen-5 .game-choices .game-choices-question.hidden {
  display: none;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper {
  position: relative;
  z-index: 10;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice {
  position: absolute;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:active img {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice img {
  width: 100%;
  height: auto;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s 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), opacity 0.3s 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), opacity 0.3s 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), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .wrong-feedback {
  position: absolute;
  bottom: 0px;
  left: -50px;
  display: inline-block;
  background: transparent url("../images/peche/thumbs-down.png") no-repeat center center;
  width: 200px;
  height: 200px;
  z-index: 1;
  opacity: 0.1;
  pointer-events: none;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.wrong img {
  opacity: 0.5;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.wrong .wrong-feedback {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(1) {
  width: 785px;
  left: 90px;
  top: 130px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(1) .animation-wrapper {
  -webkit-animation: peche-floating-choices 5s 0s infinite forwards;
  -moz-animation: peche-floating-choices 5s 0s infinite forwards;
  -ms-animation: peche-floating-choices 5s 0s infinite forwards;
  -o-animation: peche-floating-choices 5s 0s infinite forwards;
  animation: peche-floating-choices 5s 0s infinite forwards;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(2) {
  width: 1180px;
  left: 361px;
  top: 385px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(2) .animation-wrapper {
  -webkit-animation: peche-floating-choices 4s 0s infinite reverse;
  -moz-animation: peche-floating-choices 4s 0s infinite reverse;
  -ms-animation: peche-floating-choices 4s 0s infinite reverse;
  -o-animation: peche-floating-choices 4s 0s infinite reverse;
  animation: peche-floating-choices 4s 0s infinite reverse;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(3) {
  width: 501px;
  left: 1174px;
  top: 157px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(3) .animation-wrapper {
  -webkit-animation: peche-floating-choices 8s 0s infinite forwards;
  -moz-animation: peche-floating-choices 8s 0s infinite forwards;
  -ms-animation: peche-floating-choices 8s 0s infinite forwards;
  -o-animation: peche-floating-choices 8s 0s infinite forwards;
  animation: peche-floating-choices 8s 0s infinite forwards;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-8,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-9,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-11,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-12 {
  transform: scale(-1, 1);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-8:active,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-9:active,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-11:active,
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper .choice-C-Z2-II-12:active {
  transform: scale(-0.9, 0.9);
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-0 .choice-C-Z2-II-9 {
  top: 425px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-2 .choice-C-Z2-II-10 {
  width: 585px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-2 .choice-C-Z2-II-7 {
  width: 691px;
  left: 1074px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-2 .choice-C-Z2-II-11 {
  width: 770px;
  left: 521px;
  top: 345px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-3 .choice-C-Z2-II-6 {
  width: 1050px;
  left: 461px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-4 .choice-C-Z2-II-9 {
  width: 925px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-4 .choice-C-Z2-II-3 {
  width: 950px;
  left: 421px;
  top: 346px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-5 .choice-C-Z2-II-8 {
  width: 670px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-5 .choice-C-Z2-II-10 {
  width: 695px;
  left: 575px;
  top: 345px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-5 .choice-C-Z2-II-7 {
  width: 601px;
  left: 1100px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-6 .choice-C-Z2-II-2 {
  left: 465px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-7 .choice-C-Z2-II-12 {
  left: 140px;
  width: 640px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-7 .choice-C-Z2-II-11 {
  width: 690px;
  left: 690px;
  top: 345px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-8 .choice-C-Z2-II-10 {
  width: 640px;
  left: 120px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-8 .choice-C-Z2-II-8 {
  width: 690px;
  left: 620px;
  top: 420px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-8 .choice-C-Z2-II-6 {
  width: 690px;
  left: 1050px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-9 .choice-C-Z2-II-3 {
  top: 325px;
  width: 1100px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-10 .choice-C-Z2-II-9 {
  width: 700px;
  left: 1000px;
  top: 210px;
}
#game-peche #screen-5 .game-choices .game-choices-question .choices-wrapper.question-11 .choice-C-Z2-II-7 {
  width: 930px;
  left: 391px;
  top: 360px;
}
#game-peche #screen-5 .game-choices .game-choices-question .question-wrapper {
  position: absolute;
  z-index: 2;
  left: calc(50% + 73px);
  bottom: -50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 445px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'KG Second Chances Sketch';
  color: #3B3C29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-size: 55px;
  text-align: center;
}
#game-peche #screen-5 .game-choices .game-choices-question .question-wrapper span {
  display: inline-block;
  margin: auto 20px;
}
#game-peche #screen-5 .game-choices .game-choices-question .question-wrapper:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../images/peche/bubble-question.png) center center no-repeat;
  background-size: contain;
  width: 445px;
  height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip-trigger {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  pointer-events: none;
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper .tip-trigger {
  position: absolute;
  left: 1235px;
  bottom: 120px;
  z-index: 3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper .tip-trigger:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper .tip {
  position: absolute;
  left: 1185px;
  bottom: 50px;
  width: 632px;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'KG Second Chances Sketch';
  color: #3B3C29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-size: 45px;
  z-index: 3;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform-origin: 200px 400px;
  -moz-transform-origin: 200px 400px;
  -ms-transform-origin: 200px 400px;
  -o-transform-origin: 200px 400px;
  transform-origin: 200px 400px;
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper .tip span {
  display: inline-block;
  margin: auto 50px;
}
#game-peche #screen-5 .game-choices .game-choices-question .tip-wrapper .tip:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url("../images/peche/bubble-tip.png") center center no-repeat;
  background-size: contain;
  width: 632px;
  height: 550px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-peche #screen-5 .game-choices .game-choices-progress {
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 737px;
  width: 450px;
  height: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fffcd6;
  z-index: 100;
}
#game-peche #screen-5 .game-choices .game-choices-progress .game-choices-progress-inner {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5%;
  height: 100%;
  border: 3px solid transparent;
  box-sizing: border-box;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f36f21;
  -webkit-transition: 0.4s width cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: 0.4s width cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: 0.4s width cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: 0.4s width cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.4s width cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-peche #screen-5 .game-choices .game-choices-feedback .status img {
  display: none;
}
#game-peche #screen-5 .game-choices .game-choices-feedback.wrong .status img.wrong {
  display: inline-block;
}
#game-peche #screen-5 .game-choices .game-choices-feedback.right .status img.right {
  display: inline-block;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 795px;
  height: 690px;
  text-align: center;
  padding-top: 75px;
  box-sizing: border-box;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url(../images/peche/bubble-feedback.png) center center no-repeat;
  background-size: contain;
  width: 795px;
  height: 690px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-name {
  font-family: 'KG Second Chances Sketch';
  color: #3B3C29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-size: 60px;
  height: 84px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-name.long-name {
  font-size: 48px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-name.long-name span {
  vertical-align: -webkit-baseline-middle;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-name-latin {
  font-family: 'KG Second Chances Solid';
  color: #3B3C29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-style: italic;
  font-size: 45px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-description {
  margin-top: 25px;
  font-size: 25px;
  height: 280px;
  vertical-align: top;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-description .shape-before {
  content: '';
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0px 0px, 6.05% 0.35%, 7.8% 8.2%, 10.55% 17.15%, 12.8% 23.95%, 15.85% 31.05%, 18.85% 37.15%, 22.6% 43.55%, 27.65% 50%, 32.65% 56.05%, 40.2% 63.2%, 48.25% 70.7%, 57.05% 76.8%, 66.35% 83.2%, 75.4% 88.55%, 87.7% 95%, 100% 100%, 0% 100%);
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-info-wrapper .fish-description .shape-after {
  content: '';
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0%, 347px 1px, 85.15% 6.45%, 82.6% 13.2%, 78.6% 21.45%, 74.8% 29.65%, 70.8% 37.15%, 67.25% 41.8%, 62.7% 49.65%, 57.2% 58.55%, 51.4% 65.7%, 45.85% 72.85%, 39.05% 80.35%, 30.25% 87.85%, 23.7% 92.5%, 15.1% 96.45%, 0% 100%, 100% 100%);
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image {
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: floating 8s 0s infinite normal forwards;
  -moz-animation: floating 8s 0s infinite normal forwards;
  -ms-animation: floating 8s 0s infinite normal forwards;
  -o-animation: floating 8s 0s infinite normal forwards;
  animation: floating 8s 0s infinite normal forwards;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img {
  width: 1100px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-1,
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-2 {
  position: relative;
  width: 1350px;
  top: -90px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-10 {
  width: 650px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-11,
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-4 {
  width: 950px;
}
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-8,
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-9,
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-11,
#game-peche #screen-5 .game-choices .game-choices-feedback .fish-image img.C-Z2-II-12 {
  transform: scale(-1, 1);
}
#game-peche #screen-6 {
  background: transparent url("../images/peche/background-5.png") no-repeat center center;
}
#game-peche #screen-6 .fishing-line {
  left: 1500px;
}
#game-peche #screen-6 .consigne-wrapper {
  width: 950px;
  height: 615px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 70px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(3),
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(5),
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(6) {
  margin-top: 32px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(2),
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(4) {
  margin-top: 0px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(3),
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(4) {
  margin-left: -90px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(5) {
  margin-left: -140px;
}
#game-peche #screen-6 .consigne-wrapper .content-group:nth-child(6) {
  margin-left: -110px;
}
#game-peche #screen-7 {
  background: transparent url("../images/peche/background-3.png") no-repeat center center;
}
#game-peche #screen-7 .consigne-wrapper {
  width: 1057px;
  height: 778px;
}
#game-peche #screen-7 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 285px;
}
#game-peche #screen-7 .start {
  width: 250px;
  position: absolute;
  top: 835px;
  left: 1410px;
  text-align: right;
  font-family: 'KG Second Chances Sketch';
  color: white;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 64px;
  line-height: 1.2em;
}
#game-peche #screen-7 .start .en {
  line-height: 158px;
}
#game-peche #screen-8 {
  background: none;
}
#game-peche #screen-8 .foreground {
  width: 100%;
  height: 100%;
  pointer-events: none;
  position: absolute;
  background: transparent url("../images/peche/screensaver-foreground.png") no-repeat 0 0;
  z-index: 1;
}
#game-peche #screen-8 #fishing-timer {
  font-family: 'KG Second Chances Sketch';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 50px;
  position: absolute;
  top: 100px;
  left: 170px;
  margin-left: -100px;
  width: 200px;
  text-align: center;
  pointer-events: none;
}
#game-peche #screen-8 .button.home {
  z-index: 2;
}
#game-peche #screen-8 #fishing-timer {
  z-index: 1;
}
#game-peche #screen-8 .fishing-line-wrapper {
  position: absolute;
  left: 1180px;
  top: 0px;
  pointer-events: none;
}
#game-peche #screen-8 .fishing-line-wrapper.hook-animation-out {
  -webkit-animation: hook-animation-out 0.75s 0s 1 normal forwards;
  -moz-animation: hook-animation-out 0.75s 0s 1 normal forwards;
  -ms-animation: hook-animation-out 0.75s 0s 1 normal forwards;
  -o-animation: hook-animation-out 0.75s 0s 1 normal forwards;
  animation: hook-animation-out 0.75s 0s 1 normal forwards;
}
#game-peche #screen-8 .fishing-line-wrapper.hook-animation-in {
  -webkit-animation: hook-animation-in 0.75s 0s 1 normal forwards;
  -moz-animation: hook-animation-in 0.75s 0s 1 normal forwards;
  -ms-animation: hook-animation-in 0.75s 0s 1 normal forwards;
  -o-animation: hook-animation-in 0.75s 0s 1 normal forwards;
  animation: hook-animation-in 0.75s 0s 1 normal forwards;
}
#game-peche #screen-8 .fishing-line-wrapper .fishing-line {
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 135px;
  height: 569px;
  background: transparent url("../images/peche/fishing-line-small.png") no-repeat center center;
  background-size: contain;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
  -webkit-animation: fishing-line-2 8s 0s infinite normal forwards;
  -moz-animation: fishing-line-2 8s 0s infinite normal forwards;
  -ms-animation: fishing-line-2 8s 0s infinite normal forwards;
  -o-animation: fishing-line-2 8s 0s infinite normal forwards;
  animation: fishing-line-2 8s 0s infinite normal forwards;
}
#game-peche #screen-8 #fishing-feedback {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  left: 1000px;
  top: 200px;
  width: 246px;
  height: 236px;
  background: transparent url("../images/peche/fishing-error-small.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -o-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s 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), transform 0.2s 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), transform 0.2s 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), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), transform 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-peche #screen-8 #fishing-feedback .message {
  display: none;
  text-align: center;
  font-family: 'KG Second Chances Sketch';
  color: #3e3f30;
  text-shadow: #3e3f30 0px 0px 0px;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 1px;
  width: 100%;
  margin: 30px 40px 40px 30px;
}
#game-peche #screen-8 #fishing-feedback .message span {
  display: inline-block;
}
#game-peche #screen-8 #fishing-feedback .message span.smaller {
  font-size: 30px;
  text-transform: none;
  line-height: 28px;
}
#game-peche #screen-8 #fishing-feedback .message .en span.smaller {
  font-size: 22px;
}
#game-peche #screen-8 #fishing-feedback.shown {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#game-peche #screen-8 #fishing-feedback.success {
  background: transparent url("../images/peche/fishing-success.png") no-repeat center center;
  background-size: contain;
  width: 514px;
  height: 492px;
  left: 800px;
  top: 50px;
  z-index: 0;
}
#game-peche #screen-8 #fishing-feedback.success .message-success {
  display: inline-block;
  font-size: 60px;
}
#game-peche #screen-8 #fishing-feedback.error-not-allowed,
#game-peche #screen-8 #fishing-feedback.error-quota {
  background: transparent url("../images/peche/fishing-error.png") no-repeat center center;
  background-size: contain;
  width: 348px;
  height: 334px;
  left: 850px;
  top: 100px;
}
#game-peche #screen-8 #fishing-feedback.error-small .message-error-small {
  display: inline-block;
}
#game-peche #screen-8 #fishing-feedback.error-big .message-error-big {
  display: inline-block;
}
#game-peche #screen-8 #fishing-feedback.error-not-allowed {
  background: transparent url("../images/peche/fishing-error.png") no-repeat center center;
  background-size: contain;
  width: 348px;
  height: 334px;
}
#game-peche #screen-8 #fishing-feedback.error-not-allowed .message-error-not-allowed {
  display: inline-block;
  margin-top: 40px;
}
#game-peche #screen-8 #fishing-feedback.error-quota .message-error-quota {
  margin-top: 56px;
  font-size: 36px;
  display: inline-block;
}
#game-peche #screen-8 .fish {
  position: absolute;
  pointer-events: none;
  width: 400px;
  backface-visibility: hidden;
  transform: translate(-50%, 0);
}
#game-peche #screen-8 .fish img {
  width: 100%;
  backface-visibility: hidden;
}
#game-peche #screen-8 .fish.active {
  pointer-events: auto;
}
#game-peche #screen-8 .fish.C-Z2-II-1 {
  width: 1000px;
}
#game-peche #screen-8 .fish.C-Z2-II-1.small {
  width: 300px;
}
#game-peche #screen-8 .fish.C-Z2-II-1.large {
  width: 1400px;
}
#game-peche #screen-8 .fish.C-Z2-II-2 {
  width: 1000px;
}
#game-peche #screen-8 .fish.C-Z2-II-2.small {
  width: 300px;
}
#game-peche #screen-8 .fish.C-Z2-II-2.large {
  width: 1100px;
}
#game-peche #screen-8 .fish.C-Z2-II-3 {
  width: 600px;
}
#game-peche #screen-8 .fish.C-Z2-II-3.small {
  width: 200px;
}
#game-peche #screen-8 .fish.C-Z2-II-3.large {
  width: 750px;
}
#game-peche #screen-8 .fish.C-Z2-II-4 {
  width: 200px;
}
#game-peche #screen-8 .fish.C-Z2-II-4.small {
  width: 150px;
}
#game-peche #screen-8 .fish.C-Z2-II-4.large {
  width: 250px;
}
#game-peche #screen-8 .fish.C-Z2-II-5 {
  width: 500px;
}
#game-peche #screen-8 .fish.C-Z2-II-5.small {
  width: 200px;
}
#game-peche #screen-8 .fish.C-Z2-II-5.large {
  width: 700px;
}
#game-peche #screen-8 .fish.C-Z2-II-6 {
  width: 600px;
}
#game-peche #screen-8 .fish.C-Z2-II-6.small {
  width: 200px;
}
#game-peche #screen-8 .fish.C-Z2-II-6.large {
  width: 760px;
}
#game-peche #screen-8 .fish.C-Z2-II-7 {
  width: 300px;
}
#game-peche #screen-8 .fish.C-Z2-II-8 {
  width: 600px;
}
#game-peche #screen-8 .fish.C-Z2-II-8.small {
  width: 300px;
}
#game-peche #screen-8 .fish.C-Z2-II-8.large {
  width: 900px;
}
#game-peche #screen-8 .fish.C-Z2-II-9 {
  width: 1000px;
}
#game-peche #screen-8 .fish.C-Z2-II-9.small {
  width: 300px;
}
#game-peche #screen-8 .fish.C-Z2-II-9.large {
  width: 1400px;
}
#game-peche #screen-8 .fish.C-Z2-II-10 {
  width: 220px;
}
#game-peche #screen-8 .fish.C-Z2-II-11 {
  width: 600px;
}
#game-peche #screen-8 .fish.C-Z2-II-12 {
  width: 460px;
}
#game-peche #screen-9 {
  background: transparent url("../images/peche/background-6.png") no-repeat center center;
}
#game-peche #screen-9 .fishing-line {
  left: 1600px;
}
#game-peche #screen-9 .consigne-wrapper {
  width: 1340px;
  height: 985px;
  margin-left: -25px;
}
#game-peche #screen-9 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 100px;
}
#game-peche #screen-9 .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 80px;
}
#game-peche #screen-10 {
  background: transparent url("../images/peche/background-7.png") no-repeat center center;
}
#game-peche #screen-10 .fishing-line {
  left: 1500px;
}
#game-peche #screen-10 #score-table-line-model {
  display: none;
}
#game-peche #screen-10 .prev {
  left: 100px;
  bottom: 260px;
  background: transparent url("../images/peche/prev.png") no-repeat 0 0;
  background-size: contain;
}
#game-peche #screen-10 ul.score-table {
  position: absolute;
  top: 80px;
  left: 260px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#game-peche #screen-10 ul.score-table li.score-table-line {
  position: relative;
  height: 70px;
  width: 700px;
  margin: 6px 0px;
}
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-count,
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-image,
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-name {
  display: inline-block;
  vertical-align: middle;
}
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-name,
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-image {
  position: absolute;
  top: 0px;
  left: 70px;
  width: 100%;
  white-space: nowrap;
  -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);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-count {
  font-family: 'KG Second Chances Sketch';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 36px;
  width: 70px;
  text-align: center;
}
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-image img {
  height: 70px;
  width: auto;
  margin-top: -10px;
}
#game-peche #screen-10 ul.score-table li.score-table-line .score-table-line-name {
  font-family: 'KG Second Chances Sketch';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 36px;
}
#game-peche #screen-10 ul.score-table.mode-image .score-table-line-name {
  opacity: 0;
}
#game-peche #screen-10 ul.score-table.mode-image .score-table-line-image {
  opacity: 1;
}
#game-peche #screen-10 ul.score-table.mode-name .score-table-line-name {
  opacity: 1;
}
#game-peche #screen-10 ul.score-table.mode-name .score-table-line-image {
  opacity: 0;
}
#game-peche #screen-10 .consigne-wrapper {
  left: 67%;
}
#game-peche #screen-10 .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 80px;
}
#game-peche #screen-10 .consigne-wrapper .icon {
  display: block;
}
#game-peche #screen-10 .consigne-wrapper.score-low .score-medium,
#game-peche #screen-10 .consigne-wrapper.score-low .score-high {
  display: none;
}
#game-peche #screen-10 .consigne-wrapper.score-medium .score-low,
#game-peche #screen-10 .consigne-wrapper.score-medium .score-high {
  display: none;
}
#game-peche #screen-10 .consigne-wrapper.score-high .score-low,
#game-peche #screen-10 .consigne-wrapper.score-high .score-medium {
  display: none;
}
#game-peche #screen-10 .consigne-wrapper.score-high .content-group:nth-child(2) {
  margin-top: 20px;
}
@keyframes fish-1 {
  0% {
    transform: translate(1920px, 0px) scaleX(1);
  }
  48% {
    transform: translate(-460px, 0px) scaleX(1);
  }
  52% {
    transform: translate(-460px, 0px) scaleX(-1);
  }
  100% {
    transform: translate(1920px, 0px) scaleX(-1);
  }
}
@keyframes fishing-line-1 {
  0% {
    transform: translate(0px, -50px) rotate(20deg);
  }
  50% {
    transform: translate(0px, 20px) rotate(26deg);
  }
  100% {
    transform: translate(0px, -50px) rotate(20deg);
  }
}
@keyframes fishing-line-2 {
  0% {
    transform: translate(0px, -50px) rotate(-6deg);
  }
  50% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  100% {
    transform: translate(0px, -50px) rotate(-6deg);
  }
}
@keyframes hook-animation-out {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, -1000px);
  }
}
@keyframes hook-animation-in {
  0% {
    transform: translate(0px, -1000px);
  }
  100% {
    transform: translate(0px, 0%);
  }
}
@keyframes floating {
  0% {
    transform: translate(-50%, 0px);
  }
  50% {
    transform: translate(-50%, 40px);
  }
  100% {
    transform: translate(-50%, 0px);
  }
}
@keyframes peche-floating-light {
  0% {
    transform: translate(-50%, -8px);
  }
  50% {
    transform: translate(-50%, 8px);
  }
  100% {
    transform: translate(-50%, -8px);
  }
}
@keyframes peche-floating-choices {
  0% {
    transform: translate(2px, -14px);
  }
  50% {
    transform: translate(-2px, 2px);
  }
  100% {
    transform: translate(2px, -14px);
  }
}
#game-symphonie {
  background-color: #f58220;
  color: #3b3a13;
}
#game-symphonie .oeuf {
  background: transparent url("../images/peche/oeuf.png") no-repeat 0 0;
  background-size: contain;
  width: 134px;
  height: 134px;
}
#game-symphonie .next,
#game-symphonie .prev,
#game-symphonie .home {
  position: absolute;
  bottom: 100px;
  width: 126.75px;
  height: 126.75px;
}
#game-symphonie .next {
  right: 100px;
  background: transparent url("../images/symphonie/next.png") no-repeat 0 0;
  background-size: contain;
}
#game-symphonie .prev {
  left: 100px;
  bottom: 260px;
  background: transparent url("../images/symphonie/prev.png") no-repeat 0 0;
  background-size: contain;
}
#game-symphonie .home {
  left: 100px;
  background: transparent url("../images/symphonie/home.png") no-repeat 0 0;
  background-size: contain;
}
#game-symphonie .screen {
  background: #f58220 none;
}
#game-symphonie .meatloaf {
  font-family: 'Meatloaf';
  font-size: 1.8em;
}
#game-symphonie .consigne-wrapper {
  width: 1200px;
  height: 778px;
}
#game-symphonie .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 150px;
}
#game-symphonie .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 100px;
}
#game-symphonie .consigne-wrapper .content-group.large {
  font-size: 75px;
  line-height: 1.2em;
}
#game-symphonie .consigne-wrapper .content-group.aqua {
  font-family: 'KG Second Chances Sketch';
  color: #12ad5b;
  text-shadow: #12ad5b 0px 0px 0px;
}
#game-symphonie .consigne-wrapper .content-group.aqua2 {
  font-family: 'KG Second Chances Sketch';
  color: #006d77;
  text-shadow: #006d77 0px 0px 0px;
}
#game-symphonie .consigne-wrapper .content-group.dark-green {
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
}
#game-symphonie #toolbar {
  left: 100px;
  top: 100px;
}
#game-symphonie #toolbar .language-switcher {
  background: transparent url("../images/symphonie/empty-button.png") no-repeat 0 0;
  background-size: contain;
  color: #83b441;
}
#game-symphonie #screen-1 {
  background: #3b3c29;
}
#game-symphonie #screen-1 #screensaver-gradient,
#game-symphonie #screen-1 #screensaver-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#game-symphonie #screen-1 #screensaver-gradient {
  background: linear-gradient(270deg, #6fbe49, #17b1b9, #faef0f, #f38b20, #d8dd20, #74c043);
  background-size: 400% 100%;
  -webkit-animation: screensaver-gradients 12s linear infinite;
  -moz-animation: screensaver-gradients 12s linear infinite;
  -ms-animation: screensaver-gradients 12s linear infinite;
  -o-animation: screensaver-gradients 12s linear infinite;
  animation: screensaver-gradients 12s linear infinite;
}
#game-symphonie #screen-1 #screensaver-foreground {
  background: transparent url("../images/symphonie/screensaver-foreground.png") no-repeat center center;
}
#game-symphonie #screen-2 {
  background: transparent url("../images/symphonie/background-1.png") no-repeat center center;
}
#game-symphonie #screen-2 #intro-title {
  color: #3b3c29;
  font-size: 50px;
}
#game-symphonie #screen-2 #intro-title .oeuf {
  position: absolute;
  left: 615px;
  top: -24px;
}
#game-symphonie #screen-2 #intro-title .button {
  font-size: 130px;
  line-height: 0.9em;
  font-family: 'Burford Rustic';
  text-shadow: -2px 1px 0px #fffcd5;
  top: 795px;
}
#game-symphonie #screen-2 #intro-title .button.fr {
  position: absolute;
  left: 133px;
}
#game-symphonie #screen-2 #intro-title .button.en {
  position: absolute;
  left: 1000px;
}
#game-symphonie #screen-2 #intro-title .button.en .oeuf {
  left: 635px;
}
#game-symphonie #screen-3 {
  background: transparent url("../images/symphonie/background-2.png") no-repeat center center;
}
#game-symphonie #screen-4,
#game-symphonie #screen-8 {
  background: transparent url("../images/symphonie/background-3.png") no-repeat center center;
}
#game-symphonie #screen-4 .consigne-wrapper .content-group,
#game-symphonie #screen-8 .consigne-wrapper .content-group {
  text-transform: uppercase;
}
#game-symphonie #screen-4 .consigne-wrapper .content-group:nth-child(1),
#game-symphonie #screen-8 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 350px;
}
#game-symphonie #screen-4 .consigne-wrapper .content-group:nth-child(2),
#game-symphonie #screen-8 .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 10px;
}
#game-symphonie #screen-5,
#game-symphonie #screen-9 {
  background: transparent url("../images/symphonie/background-4.png") no-repeat center center;
}
#game-symphonie #screen-5 .game-choices .game-choices-feedback.hidden,
#game-symphonie #screen-9 .game-choices .game-choices-feedback.hidden,
#game-symphonie #screen-5 .game-choices .game-choices-question.hidden,
#game-symphonie #screen-9 .game-choices .game-choices-question.hidden {
  display: none;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper {
  position: relative;
  z-index: 10;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice {
  width: 478px;
  height: 426px;
  top: 420px;
  position: absolute;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s 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), opacity 0.2s 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), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:active,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .image,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice .image {
  width: 100%;
  height: 100%;
  background: url("../images/symphonie/animal-bg.png") center center no-repeat;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .image img,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice .image img {
  width: 100%;
  height: auto;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .animal-name,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice .animal-name {
  font-family: 'KG Second Chances Sketch';
  color: #FFF;
  text-shadow: #ffffff 0px 0px 0px;
  font-size: 48px;
  text-align: center;
  margin-top: 10px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .animal-infos,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice .animal-infos {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 10px;
  left: -35px;
  z-index: 3;
  background: url("../images/symphonie/bubble-question.png") center center no-repeat;
  background-size: contain;
  width: 213px;
  height: 150px;
  font-family: 'KG Second Chances Sketch';
  color: #3b3a13;
  text-shadow: #3b3a13 0px 0px 0px;
  font-size: 24px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.15s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice .animal-infos span,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice .animal-infos span {
  margin: 20px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.highlighted,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice.highlighted {
  z-index: 1;
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.highlighted .animal-infos,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice.highlighted .animal-infos {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.faded,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice.faded {
  pointer-events: none;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice.faded img,
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice.faded img {
  opacity: 0.30;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(1),
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(1) {
  left: 240px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(2),
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(2) {
  left: 721px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(3),
#game-symphonie #screen-9 .game-choices .game-choices-question .choices-wrapper .choice:nth-child(3) {
  left: 1200px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .play-sound,
#game-symphonie #screen-9 .game-choices .game-choices-question .play-sound {
  position: absolute;
  top: 106px;
  left: 998px;
  background: url(../images/symphonie/play-sound.png) center center no-repeat;
  background-size: contain;
  width: 272px;
  height: 242px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .play-sound:active,
#game-symphonie #screen-9 .game-choices .game-choices-question .play-sound:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .question-wrapper,
#game-symphonie #screen-9 .game-choices .game-choices-question .question-wrapper {
  position: absolute;
  left: 350px;
  top: 10px;
  width: 645px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'KG Second Chances Sketch';
  color: #c4161c;
  text-shadow: #c4161c 0px 0px 0px;
  font-size: 48px;
  text-align: center;
  -webkit-animation: floating-light 5s 0s infinite normal forwards;
  -moz-animation: floating-light 5s 0s infinite normal forwards;
  -ms-animation: floating-light 5s 0s infinite normal forwards;
  -o-animation: floating-light 5s 0s infinite normal forwards;
  animation: floating-light 5s 0s infinite normal forwards;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .question-wrapper span,
#game-symphonie #screen-9 .game-choices .game-choices-question .question-wrapper span {
  display: inline-block;
  margin: 60px 20px 0px -40px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .question-wrapper:before,
#game-symphonie #screen-9 .game-choices .game-choices-question .question-wrapper:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url("../images/symphonie/bubble-question.png") center center no-repeat;
  background-size: contain;
  width: 773px;
  height: 516px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip-trigger,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip-trigger {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  pointer-events: none;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper.tip-shown .tip {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper .tip-trigger,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper .tip-trigger {
  position: absolute;
  left: 1504px;
  top: 109px;
  z-index: 3;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper .tip-trigger:active,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper .tip-trigger:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper .tip,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper .tip {
  position: absolute;
  left: 1350px;
  top: -20px;
  width: 513px;
  height: 446px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: 'KG Second Chances Sketch';
  color: #3b3a13;
  text-shadow: #3b3a13 0px 0px 0px;
  font-size: 42px;
  z-index: 2;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper .tip span,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper .tip span {
  display: inline-block;
  margin: auto 50px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .tip-wrapper .tip:before,
#game-symphonie #screen-9 .game-choices .game-choices-question .tip-wrapper .tip:before {
  position: absolute;
  z-index: -1;
  content: "";
  background: url("../images/symphonie/bubble-tip.png") center center no-repeat;
  background-size: contain;
  width: 513px;
  height: 446px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 1285px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status img,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status img {
  display: none;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.shown,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.shown {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.wrong img.wrong,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.wrong img.wrong {
  display: inline-block;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.right img.right,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.right img.right {
  display: inline-block;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.choice-1,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.choice-1 {
  left: 490px;
  top: 440px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.choice-2,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.choice-2 {
  left: 970px;
  top: 440px;
}
#game-symphonie #screen-5 .game-choices .game-choices-question .feedback-status.choice-3,
#game-symphonie #screen-9 .game-choices .game-choices-question .feedback-status.choice-3 {
  left: 1440px;
  top: 440px;
}
#game-symphonie #screen-6,
#game-symphonie #screen-10 {
  background: transparent url("../images/symphonie/background-5.png") no-repeat center center;
}
#game-symphonie #screen-6.high .low,
#game-symphonie #screen-10.high .low,
#game-symphonie #screen-6.high .medium,
#game-symphonie #screen-10.high .medium {
  display: none;
}
#game-symphonie #screen-6.medium .low,
#game-symphonie #screen-10.medium .low,
#game-symphonie #screen-6.medium .high,
#game-symphonie #screen-10.medium .high {
  display: none;
}
#game-symphonie #screen-6.low .medium,
#game-symphonie #screen-10.low .medium,
#game-symphonie #screen-6.low .high,
#game-symphonie #screen-10.low .high {
  display: none;
}
#game-symphonie #screen-6 .consigne-wrapper,
#game-symphonie #screen-10 .consigne-wrapper {
  width: 1000px;
  height: 930px;
}
#game-symphonie #screen-6 .consigne-wrapper .content-group:nth-child(1),
#game-symphonie #screen-10 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 120px;
}
#game-symphonie #screen-6 .consigne-wrapper .content-group:nth-child(2),
#game-symphonie #screen-10 .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 60px;
  font-family: 'KG Second Chances Solid';
  color: #3b3a13;
  text-shadow: #3b3a13 0px 0px 0px;
}
#game-symphonie #screen-6 .consigne-wrapper .content-group:nth-child(3),
#game-symphonie #screen-10 .consigne-wrapper .content-group:nth-child(3) {
  margin-top: 10px;
}
#game-symphonie #screen-6 .consigne-wrapper .content-group:nth-child(4),
#game-symphonie #screen-10 .consigne-wrapper .content-group:nth-child(4) {
  margin-top: 80px;
}
#game-symphonie #screen-7 {
  background: transparent url("../images/symphonie/background-3.png") no-repeat center center;
}
#game-symphonie #screen-7 .consigne-wrapper .content-group {
  text-transform: uppercase;
}
#game-symphonie #screen-7 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 300px;
}
#game-symphonie #screen-7 .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 40px;
  font-family: 'KG Second Chances Sketch';
  color: #006d77;
  text-shadow: #006d77 0px 0px 0px;
}
#game-symphonie #screen-7 .consigne-wrapper .content-group.large {
  font-size: 95px;
  line-height: 1.2em;
}
#game-symphonie #screen-8 {
  background: transparent url("../images/symphonie/background-5.png") no-repeat center center;
}
#game-symphonie #screen-11 {
  background: transparent url("../images/symphonie/background-2.png") no-repeat center center;
}
#game-symphonie #screen-11 .consigne-wrapper {
  width: 1200px;
}
#game-symphonie #screen-11 .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 120px;
}
#game-symphonie #screen-11 .credits {
  top: 250px;
  width: 1200px;
  margin-left: -600px;
}
#game-symphonie #screen-11 .credits .credits-item .credits-item-image {
  width: 125px;
  height: 125px;
}
#game-symphonie #screen-11 .credits .credits-item .credits-item-label {
  width: 125px;
  font-size: 13px;
}
@keyframes screensaver-gradients {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#game-chronocarte {
  background-color: #c3cc00;
}
#game-chronocarte .oeuf {
  background: transparent url("../images/chronocarte/oeuf.png") no-repeat 0 0;
  background-size: contain;
  width: 134px;
  height: 134px;
}
#game-chronocarte .next {
  position: absolute;
  right: 100px;
  bottom: 100px;
  background: transparent url("../images/chronocarte/next.png") no-repeat 0 0;
  background-size: contain;
  width: 126.75px;
  height: 126.75px;
  z-index: 50;
}
#game-chronocarte .home {
  position: absolute;
  left: 100px;
  bottom: 100px;
  background: transparent url("../images/chronocarte/home.png") no-repeat 0 0;
  background-size: contain;
  width: 126.75px;
  height: 126.75px;
  z-index: 50;
}
#game-chronocarte .language-switcher {
  position: absolute;
  left: 245px;
  bottom: 100px;
  background: transparent url("../images/chronocarte/empty-button.png") no-repeat 0 0;
  background-size: contain;
  width: 126.75px;
  height: 126.75px;
  text-align: center;
  line-height: 126.75px;
  z-index: 50;
  color: #474732;
  font-weight: bold;
  font-size: 26px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-chronocarte .language-switcher:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-chronocarte .consigne-wrapper {
  width: 1300px;
  height: 778px;
}
#game-chronocarte .consigne-wrapper .content-group {
  font-family: 'KG Second Chances Sketch';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
}
#game-chronocarte .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 140px;
}
#game-chronocarte .consigne-wrapper .content-group.yellow {
  font-family: 'KG Second Chances Sketch';
  color: #fff200;
  text-shadow: #fff200 0px 0px 0px;
}
#game-chronocarte .screen {
  background: #c3cc00 none;
}
#game-chronocarte #screen-1 {
  background: #c3cc00 url("../images/chronocarte/background-1.jpg") no-repeat center center;
}
#game-chronocarte #screen-1 #screensaver-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#game-chronocarte #screen-1 #screensaver-reveal {
  position: fixed;
  top: 100px;
  left: 100px;
  width: 200px;
  height: 200px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #c3cc00 url("../images/chronocarte/background-1-reveal.jpg") no-repeat 0 0;
  background-attachment: fixed;
  pointer-events: none;
  -webkit-animation: chrono-screensaver 30s 0s infinite ease-in-out forwards;
  -moz-animation: chrono-screensaver 30s 0s infinite ease-in-out forwards;
  -ms-animation: chrono-screensaver 30s 0s infinite ease-in-out forwards;
  -o-animation: chrono-screensaver 30s 0s infinite ease-in-out forwards;
  animation: chrono-screensaver 30s 0s infinite ease-in-out forwards;
  animation-play-state: paused;
}
#game-chronocarte #screen-1.current #screensaver-reveal {
  animation-play-state: running;
}
#game-chronocarte #screen-2 {
  background: #c3cc00 url("../images/chronocarte/background-1.jpg") no-repeat center center;
}
#game-chronocarte #screen-2 #screen2-title {
  background: transparent url("../images/chronocarte/screen2-title.png") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
}
#game-chronocarte #screen-2 #intro-title {
  color: #AAA;
  font-size: 50px;
}
#game-chronocarte #screen-2 #intro-title .oeuf {
  position: absolute;
  left: 135px;
  top: 124px;
}
#game-chronocarte #screen-2 #intro-title .button {
  font-size: 42px;
  line-height: 1.3em;
  font-family: 'ApexSansBoldSt';
  color: #474732;
  letter-spacing: 1.5px;
  width: 400px;
  top: 695px;
  text-transform: uppercase;
  text-align: center;
}
#game-chronocarte #screen-2 #intro-title .button.fr {
  position: absolute;
  left: 450px;
}
#game-chronocarte #screen-2 #intro-title .button.en {
  position: absolute;
  left: 1050px;
}
#game-chronocarte #screen-3 {
  background: #c3cc00 url("../images/chronocarte/background-2.jpg") no-repeat center center;
}
#game-chronocarte #screen-3 .timeline {
  position: absolute;
  bottom: 75px;
  right: 0;
  background: transparent url("../images/chronocarte/timeline.png") no-repeat center center;
  width: 1630px;
  height: 110px;
}
#game-chronocarte #screen-4 {
  background: #c3cc00 url("../images/chronocarte/background-1.jpg") no-repeat center center;
}
#game-chronocarte #screen-4 #hotspot-cta,
#game-chronocarte #screen-4 #hotspot-viewer-slider-cta {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent url("../images/chronocarte/hotpsot-cta.png") no-repeat center center;
  width: 408px;
  height: 55px;
  margin-left: -408px;
  color: #3b3c29;
  -webkit-animation: chrono-back-forth 4s 0s infinite ease-in-out forwards;
  -moz-animation: chrono-back-forth 4s 0s infinite ease-in-out forwards;
  -ms-animation: chrono-back-forth 4s 0s infinite ease-in-out forwards;
  -o-animation: chrono-back-forth 4s 0s infinite ease-in-out forwards;
  animation: chrono-back-forth 4s 0s infinite ease-in-out forwards;
  pointer-events: none;
}
#game-chronocarte #screen-4 #hotspot-cta span,
#game-chronocarte #screen-4 #hotspot-viewer-slider-cta span {
  margin-left: -20px;
  font-size: 22px;
  line-height: 22px;
}
#game-chronocarte #screen-4 #hotspot-viewer-slider-cta {
  background: transparent url("../images/chronocarte/hotspot-viewer-slider-cta.png") no-repeat center center;
  width: 408px;
  height: 73px;
  margin-left: -204px;
  -webkit-animation: chrono-back-forth-vertical 4s 0s infinite ease-in-out forwards;
  -moz-animation: chrono-back-forth-vertical 4s 0s infinite ease-in-out forwards;
  -ms-animation: chrono-back-forth-vertical 4s 0s infinite ease-in-out forwards;
  -o-animation: chrono-back-forth-vertical 4s 0s infinite ease-in-out forwards;
  animation: chrono-back-forth-vertical 4s 0s infinite ease-in-out forwards;
  top: 764px;
  left: 1110px;
  align-items: flex-start;
}
#game-chronocarte #screen-4 #hotspot-viewer-slider-cta .i18n {
  margin-top: 15px;
}
#game-chronocarte #screen-4 #hotspot-viewer-slider-cta span {
  margin-left: 0px;
  margin-top: 30px;
}
#game-chronocarte #screen-4 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#game-chronocarte #screen-4 ul li {
  display: inline-block;
}
#game-chronocarte #screen-4 #maps {
  white-space: nowrap;
}
#game-chronocarte #screen-4 #maps .map-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 420px;
  top: 75px;
  width: 1415px;
  height: 806px;
  text-align: center;
}
#game-chronocarte #screen-4 #maps .map-image-wrapper .image {
  position: relative;
  display: inline-block;
}
#game-chronocarte #screen-4 #maps .map-image-wrapper .image img {
  width: auto;
  max-height: 806px;
  max-width: 1415px;
  border: 2px solid #474732;
  box-sizing: border-box;
}
#game-chronocarte #screen-4 #maps .map-image-wrapper .image .hotspot {
  position: absolute;
  background: transparent url("../images/chronocarte/hotpsot-marker.png") no-repeat center center;
  width: 55px;
  height: 68px;
  margin-left: -27px;
  margin-top: -68px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-chronocarte #screen-4 #maps .map-image-wrapper .image .hotspot:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-chronocarte #screen-4 #maps .map-image-wrapper .image .hotspot.reversed {
  background: transparent url("../images/chronocarte/hotpsot-marker-reversed.png") no-repeat center center;
  margin-top: 0px;
}
#game-chronocarte #screen-4 #maps .map-infos {
  position: absolute;
  left: 75px;
  top: 75px;
  color: #474732;
  width: 325px;
  border-top: 5px #474732 solid;
}
#game-chronocarte #screen-4 #maps .map-infos .map-date {
  font-size: 50px;
  padding: 21px 0px;
  border-bottom: 2px #474732 solid;
  white-space: normal;
  width: 100%;
  text-transform: uppercase;
  font-family: 'KG Second Chances Sketch';
  color: #bf1e2e;
  text-shadow: #bf1e2e 0px 0px 0px;
}
#game-chronocarte #screen-4 #maps .map-infos .map-date sup {
  font-size: 0.55em;
}
#game-chronocarte #screen-4 #maps .map-infos .map-title {
  font-size: 29px;
  padding: 21px 0px;
  border-bottom: 5px #474732 solid;
  white-space: normal;
  width: 100%;
  text-transform: uppercase;
}
#game-chronocarte #screen-4 #maps .map-infos .map-description {
  font-size: 24px;
  padding: 21px 0px;
  border-bottom: 2px #474732 solid;
  white-space: normal;
  width: 100%;
}
#game-chronocarte #screen-4 #maps .map-infos .map-description sup {
  font-size: 0.55em;
}
#game-chronocarte #screen-4 #maps .map-infos .map-credits {
  font-size: 20px;
  padding: 21px 0px;
  border-bottom: 2px #474732 solid;
  white-space: normal;
  width: 100%;
}
#game-chronocarte #screen-4 #hotspot-viewer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  width: 1920px;
  height: 1080px;
  -webkit-transition: opacity 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: opacity 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: opacity 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.45s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-chronocarte #screen-4 #hotspot-viewer.shown {
  opacity: 1;
  pointer-events: all;
}
#game-chronocarte #screen-4 #hotspot-viewer .overlay {
  background: #c3cc00 url("../images/chronocarte/background-1.jpg") no-repeat center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  z-index: 1;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-close {
  position: absolute;
  z-index: 10;
  background: transparent url("../images/chronocarte/close.png") no-repeat center center;
  top: 80px;
  right: 80px;
  width: 96px;
  height: 97px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-close:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-chronocarte #screen-4 #hotspot-viewer .wrapper {
  position: absolute;
  z-index: 2;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider {
  display: inline-block;
  left: 100px;
  top: 75px;
  width: 1650px;
  text-align: center;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image {
  height: 800px;
  outline: 0;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box {
  display: inline-block;
  text-align: left;
  padding: 20px 10px;
  width: 260px;
  background-color: #fffcd6;
  border: 3px solid #3b3c29;
  border-right: 0;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 22px;
  -moz-border-radius-topleft: 22px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 22px;
  border-top-left-radius: 22px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .date {
  font-size: 22px;
  border-top: 4px solid #444444;
  border-bottom: 2px solid #444444;
  padding: 10px 0;
  margin-bottom: 10px;
  font-family: 'KG Second Chances Sketch';
  color: #bf1e2e;
  text-shadow: #bf1e2e 0px 0px 0px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .title {
  white-space: normal;
  text-transform: uppercase;
  color: #444444;
  font-size: 22px;
  border-bottom: 8px solid #444444;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .title:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .content {
  color: #3b3c29;
  font-size: 24px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .image-credits {
  color: #3b3c29;
  font-size: 16px;
  border-top: 2px solid #444444;
  border-bottom: 4px solid #444444;
  padding: 10px 0;
  margin-top: 25px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper .infos-box .image-credits:last-child:first-child {
  border-top: none;
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 0px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider li.hotspot-image .center-wrapper img {
  display: inline-block;
  left: 260px;
  border: 4px solid #3b3c29;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  display: inline-block;
  background-color: #3b3c29;
  width: auto;
  padding: 0px 10px 3px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: 100px;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-dots li {
  margin: 0;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-dots li button:before {
  font-size: 16px;
  color: #fffcd6;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-dots li button:before {
  color: #fffcd6;
  opacity: 1;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-dots li.slick-active button:before {
  color: #bf1e2e;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow.slick-prev {
  left: 0px;
  z-index: 111;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow.slick-next {
  margin-right: 15px;
  z-index: 111;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow:active:before {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0.8;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow:before {
  display: inline-block;
  content: " ";
  width: 100px;
  height: 100px;
  opacity: 1;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 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), opacity 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), opacity 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), opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow.slick-next:before {
  background: transparent url("../images/chronocarte/next.png") no-repeat center center;
  background-size: contain;
}
#game-chronocarte #screen-4 #hotspot-viewer #hotspot-images-slider .slick-arrow.slick-prev:before {
  background: transparent url("../images/chronocarte/prev.png") no-repeat center center;
  background-size: contain;
}
#game-chronocarte #screen-4 #timeline {
  position: absolute;
  bottom: 75px;
  right: 0;
  background: transparent url("../images/chronocarte/timeline.png") no-repeat center center;
  width: 1630px;
  height: 110px;
  outline: none;
}
#game-chronocarte #screen-4 #timeline #timeline-cursor-track,
#game-chronocarte #screen-4 #timeline #timeline-items {
  width: 1806px;
  left: 45px;
}
#game-chronocarte #screen-4 #timeline #timeline-cursor-track {
  position: absolute;
  top: 75px;
}
#game-chronocarte #screen-4 #timeline #timeline-cursor-track .timeline-cursor {
  background: transparent url("../images/chronocarte/timeline-cursor-2.png") no-repeat center center;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: translate(-45px, -45px);
  -moz-transform: translate(-45px, -45px);
  -ms-transform: translate(-45px, -45px);
  -o-transform: translate(-45px, -45px);
  transform: translate(-45px, -45px);
}
#game-chronocarte #screen-4 #timeline #timeline-items {
  position: relative;
  top: 16px;
}
#game-chronocarte #screen-4 #timeline #timeline-items li {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#game-chronocarte #screen-4 #timeline #timeline-items li .timeline-item-dot {
  background-color: #FFF;
  width: 14px;
  height: 14px;
  margin-top: 140px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
@keyframes chrono-back-forth {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(-20px, 0px, 0);
    -moz-transform: translate3d(-20px, 0px, 0);
    -ms-transform: translate3d(-20px, 0px, 0);
    -o-transform: translate3d(-20px, 0px, 0);
    transform: translate3d(-20px, 0px, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes chrono-back-forth-vertical {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
  50% {
    -webkit-transform: translate3d(0px, -10px, 0);
    -moz-transform: translate3d(0px, -10px, 0);
    -ms-transform: translate3d(0px, -10px, 0);
    -o-transform: translate3d(0px, -10px, 0);
    transform: translate3d(0px, -10px, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0px, 0);
    -moz-transform: translate3d(0px, 0px, 0);
    -ms-transform: translate3d(0px, 0px, 0);
    -o-transform: translate3d(0px, 0px, 0);
    transform: translate3d(0px, 0px, 0);
  }
}
@keyframes chrono-screensaver {
  0% {
    top: 100px;
    left: 100px;
  }
  10% {
    left: 300px;
    top: 100px;
  }
  20% {
    left: 150px;
    top: 600px;
  }
  28% {
    left: 700px;
    top: 450px;
  }
  42% {
    left: 1600px;
    top: 850px;
  }
  55% {
    left: 700px;
    top: 150px;
  }
  66% {
    left: 1700px;
    top: 250px;
  }
  82% {
    left: 900px;
    top: 750px;
  }
  100% {
    top: 100px;
    left: 100px;
  }
}
#game-mythe {
  background-color: #5bab46;
}
#game-mythe .oeuf {
  background: transparent url("../images/mythe/oeuf.png") no-repeat 0 0;
  background-size: contain;
  width: 134px;
  height: 134px;
}
#game-mythe .next {
  position: absolute;
  right: 100px;
  bottom: 100px;
  background: transparent url("../images/mythe/next.png") no-repeat 0 0;
  background-size: contain;
  width: 126.75px;
  height: 126.75px;
}
#game-mythe .home {
  position: absolute;
  left: 100px;
  bottom: 100px;
  background: transparent url("../images/mythe/home.png") no-repeat 0 0;
  background-size: contain;
  width: 126.75px;
  height: 126.75px;
}
#game-mythe .consigne-wrapper {
  width: 1350px;
  height: 778px;
}
#game-mythe .consigne-wrapper .content-group:nth-child(1) {
  margin-top: 120px;
}
#game-mythe .consigne-wrapper .content-group:nth-child(1) .en {
  margin-top: 120px;
}
#game-mythe .consigne-wrapper .content-group:nth-child(2) {
  margin-top: 75px;
}
#game-mythe .consigne-wrapper .content-group.large {
  font-size: 65px;
  line-height: 1.2em;
}
#game-mythe .consigne-wrapper .content-group.dark-green {
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
}
#game-mythe .consigne-wrapper .content-group.orange {
  font-family: 'KG Second Chances Sketch';
  color: #f26522;
  text-shadow: #f26522 0px 0px 0px;
}
#game-mythe #toolbar {
  right: 227px;
  top: 100px;
}
#game-mythe #toolbar .language-switcher {
  background: transparent url("../images/peche/empty-button.png") no-repeat 0 0;
  background-size: contain;
  color: #006d77;
}
#game-mythe #players-scores {
  position: absolute;
  display: inline-block;
  top: 40px;
  left: 50%;
  z-index: 100;
  white-space: nowrap;
  text-align: center;
  width: 200px;
  margin-left: -100px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.4s 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: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.4s 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: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.4s 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: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), margin-left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game-mythe #players-scores.shown {
  opacity: 1;
}
#game-mythe #players-scores.two-players {
  margin-left: -210px;
  width: 420px;
}
#game-mythe #players-scores #player1-score,
#game-mythe #players-scores #player2-score {
  width: 0px;
  height: 114px;
  background: transparent url("../images/mythe/screen3-question-bubble.png") no-repeat center center;
  background-size: 180px 114px;
  display: inline-block;
  text-align: center;
  font-family: 'KG Second Chances Sketch';
  color: #f26522;
  text-shadow: #f26522 0px 0px 0px;
  font-size: 50px;
  line-height: 110px;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#game-mythe #players-scores #player1-score.active,
#game-mythe #players-scores #player2-score.active {
  width: 210px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#game-mythe .screen {
  background: #5bab46 none;
}
#game-mythe #screen-1 {
  background: #5bab46 url("../images/mythe/background-1.png") no-repeat center center;
}
#game-mythe #screen-1 #screensaver-frog {
  background: transparent url("../images/mythe/screensaver-frog.png") no-repeat center center;
  position: absolute;
  left: 661px;
  top: 103px;
  width: 706px;
  height: 908px;
  -webkit-animation: frog 5s 0s infinite normal forwards;
  -moz-animation: frog 5s 0s infinite normal forwards;
  -ms-animation: frog 5s 0s infinite normal forwards;
  -o-animation: frog 5s 0s infinite normal forwards;
  animation: frog 5s 0s infinite normal forwards;
}
#game-mythe #screen-1 #screensaver-mot-1 {
  position: absolute;
  left: 562px;
  top: 307px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: floating-light-centered 5s 0s infinite normal forwards;
  -moz-animation: floating-light-centered 5s 0s infinite normal forwards;
  -ms-animation: floating-light-centered 5s 0s infinite normal forwards;
  -o-animation: floating-light-centered 5s 0s infinite normal forwards;
  animation: floating-light-centered 5s 0s infinite normal forwards;
}
#game-mythe #screen-1 #screensaver-mot-1 .fr {
  display: inline-block;
  background: transparent url("../images/mythe/screensaver-mot-1-fr.png") no-repeat center center;
  width: 384px;
  height: 329px;
}
#game-mythe #screen-1 #screensaver-mot-1 .en {
  display: inline-block;
  background: transparent url("../images/mythe/screensaver-mot-1-en.png") no-repeat center center;
  width: 294px;
  height: 228px;
}
#game-mythe #screen-1 #screensaver-mot-2 {
  position: absolute;
  left: 1460px;
  top: 707px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: floating-light-centered 5s 2.5s infinite normal forwards;
  -moz-animation: floating-light-centered 5s 2.5s infinite normal forwards;
  -ms-animation: floating-light-centered 5s 2.5s infinite normal forwards;
  -o-animation: floating-light-centered 5s 2.5s infinite normal forwards;
  animation: floating-light-centered 5s 2.5s infinite normal forwards;
}
#game-mythe #screen-1 #screensaver-mot-2 .fr {
  display: inline-block;
  background: transparent url("../images/mythe/screensaver-mot-2-fr.png") no-repeat center center;
  width: 480px;
  height: 584px;
}
#game-mythe #screen-1 #screensaver-mot-2 .en {
  display: inline-block;
  background: transparent url("../images/mythe/screensaver-mot-2-en.png") no-repeat center center;
  width: 484px;
  height: 555px;
}
#game-mythe #screen-2 {
  background: #5bab46 url("../images/mythe/background-2.png") no-repeat center center;
}
#game-mythe #screen-3 {
  background: #5bab46 url("../images/mythe/background-1.png") no-repeat center center;
}
#game-mythe #screen-3 .question-wrapper {
  position: absolute;
  width: 801px;
  height: 669px;
  left: 65px;
  top: 184px;
}
#game-mythe #screen-3 .question-wrapper .background {
  position: absolute;
  background: transparent url("../images/mythe/screen3-question-bubble.png") no-repeat center center;
  -webkit-animation: floating-light 7s 0s infinite normal forwards;
  -moz-animation: floating-light 7s 0s infinite normal forwards;
  -ms-animation: floating-light 7s 0s infinite normal forwards;
  -o-animation: floating-light 7s 0s infinite normal forwards;
  animation: floating-light 7s 0s infinite normal forwards;
  width: 100%;
  height: 100%;
}
#game-mythe #screen-3 .question-wrapper .title {
  position: absolute;
  top: 20px;
  left: 30px;
}
#game-mythe #screen-3 .question-wrapper .title span {
  display: inline-block;
  width: 763px;
  height: 274px;
}
#game-mythe #screen-3 .question-wrapper .title span.fr {
  background: transparent url("../images/mythe/screen3-question-title-fr.png") no-repeat center center;
}
#game-mythe #screen-3 .question-wrapper .title span.en {
  background: transparent url("../images/mythe/screen3-question-title-en.png") no-repeat center center;
}
#game-mythe #screen-3 .question-wrapper .question {
  display: flex;
  justify-items: center;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  margin: 250px 30px 50px;
  font-size: 37px;
  height: 400px;
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
}
#game-mythe #screen-3 .question-wrapper .question .left-shape {
  shape-outside: polygon(60% 0, 40% 10%, 30% 20%, 25% 30%, 25% 70%, 60% 90%, 0% 100%, 0% 0%);
  float: left;
  width: 30%;
  height: 380px;
}
#game-mythe #screen-3 .question-wrapper .question .right-shape {
  shape-outside: polygon(40% 0, 60% 10%, 70% 20%, 75% 30%, 75% 70%, 40% 90%, 100% 100%, 100% 0%);
  float: right;
  width: 30%;
  height: 380px;
}
#game-mythe #screen-3 .image-wrapper {
  position: absolute;
  left: 820px;
  top: 270px;
}
#game-mythe #screen-3 .timer-wrapper {
  position: absolute;
  background: transparent url("../images/mythe/screen3-timer-bubble.png") no-repeat center center;
  width: 316px;
  height: 264px;
  left: 1562px;
  top: 44px;
  line-height: 264px;
  text-align: center;
  font-size: 100px;
  font-family: 'KG Second Chances Solid';
  color: #FFFFFF;
  text-shadow: #ffffff 0px 0px 0px;
}
#game-mythe #screen-4 {
  background: #5bab46 url("../images/mythe/background-1.png") no-repeat center center;
}
#game-mythe #screen-4 .title {
  position: absolute;
  left: 280px;
  top: 60px;
}
#game-mythe #screen-4 .title.true span {
  display: inline-block;
  width: 359px;
  height: 153px;
}
#game-mythe #screen-4 .title.true span.fr {
  background: transparent url("../images/mythe/screen4-answer-true-fr.png") no-repeat center center;
}
#game-mythe #screen-4 .title.true span.en {
  background: transparent url("../images/mythe/screen4-answer-true-en.png") no-repeat center center;
}
#game-mythe #screen-4 .title.false span {
  display: inline-block;
  width: 375px;
  height: 171px;
}
#game-mythe #screen-4 .title.false span.fr {
  background: transparent url("../images/mythe/screen4-answer-false-fr.png") no-repeat center center;
}
#game-mythe #screen-4 .title.false span.en {
  background: transparent url("../images/mythe/screen4-answer-false-en.png") no-repeat center center;
}
#game-mythe #screen-4 .answer-wrapper {
  position: absolute;
  width: 1180px;
  height: 920px;
  left: 0px;
  top: 155px;
}
#game-mythe #screen-4 .answer-wrapper .background {
  position: absolute;
  background: transparent url("../images/mythe/screen4-answer-bubble.png") no-repeat center center;
  -webkit-animation: floating-light 7s 0s infinite normal forwards;
  -moz-animation: floating-light 7s 0s infinite normal forwards;
  -ms-animation: floating-light 7s 0s infinite normal forwards;
  -o-animation: floating-light 7s 0s infinite normal forwards;
  animation: floating-light 7s 0s infinite normal forwards;
  left: -15px;
  width: 100%;
  height: 100%;
}
#game-mythe #screen-4 .answer-wrapper .answer {
  position: absolute;
  text-align: center;
  margin: 300px 100px 100px;
  font-size: 42px;
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
}
#game-mythe #screen-4 .answer-wrapper .answer .left-shape {
  shape-outside: polygon(0% 0%, 0% 50%, 25% 70%, 60% 90%, 95% 100%, 0% 100%, 0% 0%);
  float: left;
  width: 30%;
  height: 580px;
}
#game-mythe #screen-4 .answer-wrapper .answer .right-shape {
  shape-outside: polygon(88% 0%, 82% 10%, 82% 20%, 85% 45%, 88% 55%, 86% 65%, 60% 90%, 45% 100%, 100% 100%, 100% 0%);
  float: right;
  width: 50%;
  height: 580px;
}
#game-mythe #screen-4 .image-wrapper {
  position: absolute;
  left: 1023px;
  top: 192px;
}
#game-mythe #screen-5 {
  background: #5bab46 url("../images/mythe/background-1.png") no-repeat center center;
}
#game-mythe #screen-5 #p1-score,
#game-mythe #screen-5 #p2-score {
  display: none;
}
#game-mythe #screen-5 #p1-score.is-active,
#game-mythe #screen-5 #p2-score.is-active {
  display: inline-block;
}
#game-mythe #screen-5.two-players .score-wrapper {
  background: transparent url("../images/mythe/screen5-two-player-bubble.png") no-repeat center center;
  width: 778px;
  height: 596px;
  top: 234px;
}
#game-mythe #screen-5.two-players .score-wrapper.is-first .first-label {
  display: inline-block;
}
#game-mythe #screen-5.two-players .score-wrapper .label {
  display: inline-block;
}
#game-mythe #screen-5.two-players .score-wrapper .thumbs,
#game-mythe #screen-5.two-players .score-wrapper .text {
  display: none;
}
#game-mythe #screen-5.two-players .score-wrapper .score {
  position: absolute;
  top: 220px;
  font-size: 150px;
  margin-left: 50px;
}
#game-mythe #screen-5.two-players #p1-score {
  left: 173px;
}
#game-mythe #screen-5.two-players #p1-score .label .label-p2 {
  display: none;
}
#game-mythe #screen-5.two-players #p2-score {
  left: 972px;
}
#game-mythe #screen-5.two-players #p2-score .label .label-p1 {
  display: none;
}
#game-mythe #screen-5 .score-wrapper {
  position: absolute;
  background: transparent url("../images/mythe/screen5-one-player-bubble.png") no-repeat center center;
  width: 1227px;
  height: 950px;
  left: 320px;
  top: 133px;
  text-align: center;
}
#game-mythe #screen-5 .score-wrapper .label {
  display: none;
  position: absolute;
  width: 501px;
  height: 231px;
  left: 120px;
  top: 14px;
}
#game-mythe #screen-5 .score-wrapper .thumbs {
  margin-top: 100px;
}
#game-mythe #screen-5 .score-wrapper .thumbs img {
  margin: 15px;
}
#game-mythe #screen-5 .score-wrapper .first-label {
  display: none;
  position: absolute;
  left: 40px;
  top: 254px;
}
#game-mythe #screen-5 .score-wrapper .first-label img {
  width: 85%;
  height: auto;
}
#game-mythe #screen-5 .score-wrapper .score {
  font-family: 'KG Second Chances Solid';
  color: #f26522;
  text-shadow: #f26522 0px 0px 0px;
  font-size: 150px;
  margin-top: 20px;
  width: 100%;
}
#game-mythe #screen-5 .score-wrapper .text {
  font-family: 'KG Second Chances Sketch';
  color: #3b3c29;
  text-shadow: #3b3c29 0px 0px 0px;
  font-size: 54px;
  text-transform: uppercase;
  margin: 20px 100px;
}
#game-mythe #screen-5 .score-wrapper.score-low .score-medium,
#game-mythe #screen-5 .score-wrapper.score-low .score-high {
  display: none;
}
#game-mythe #screen-5 .score-wrapper.score-low .thumbs img:nth-child(2),
#game-mythe #screen-5 .score-wrapper.score-low .thumbs img:nth-child(3) {
  display: none;
}
#game-mythe #screen-5 .score-wrapper.score-medium .score-low,
#game-mythe #screen-5 .score-wrapper.score-medium .score-high {
  display: none;
}
#game-mythe #screen-5 .score-wrapper.score-medium .thumbs img:nth-child(3),
#game-mythe #screen-5 .score-wrapper.score-medium .thumbs img:nth-child(4) {
  display: none;
}
#game-mythe #screen-5 .score-wrapper.score-high .score-low,
#game-mythe #screen-5 .score-wrapper.score-high .score-medium {
  display: none;
}
#game-mythe #screen-5 .score-wrapper.score-high .thumbs img:nth-child(4),
#game-mythe #screen-5 .score-wrapper.score-high .thumbs img:nth-child(5) {
  display: none;
}
#game-mythe #poker-switches {
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  left: 100px;
}
#game-mythe #poker-switches .poker-switch {
  display: inline-block;
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #444444;
  margin: 20px;
  -webkit-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  line-height: 90px;
  text-align: center;
  font-size: 26px;
}
#game-mythe #poker-switches .poker-switch:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
#game-mythe #poker-switches .poker-switch:nth-child(1),
#game-mythe #poker-switches .poker-switch:nth-child(2),
#game-mythe #poker-switches .poker-switch:nth-child(3),
#game-mythe #poker-switches .poker-switch:nth-child(4),
#game-mythe #poker-switches .poker-switch:nth-child(5),
#game-mythe #poker-switches .poker-switch:nth-child(6) {
  background-color: #c93743;
}
#game-mythe #poker-switches .poker-switch:nth-child(7) {
  margin-left: 100px;
}
#game-mythe #poker-switches .poker-switch:nth-child(7),
#game-mythe #poker-switches .poker-switch:nth-child(8),
#game-mythe #poker-switches .poker-switch:nth-child(9),
#game-mythe #poker-switches .poker-switch:nth-child(10),
#game-mythe #poker-switches .poker-switch:nth-child(11),
#game-mythe #poker-switches .poker-switch:nth-child(12) {
  background-color: #4a63c9;
}
#game-mythe #screen-6 {
  background: #5bab46 url("../images/mythe/background-2.png") no-repeat center center;
}
#game-mythe #screen-6 .ts {
  width: 1300px;
  margin-left: -630px;
}
#game-mythe #screen-6 .credits-item {
  margin: 5px;
}
#game-mythe #screen-6 .credits-item .credits-item-label {
  color: #474732;
}
@keyframes floating-light {
  0% {
    transform: translate(-1%, -1%);
  }
  50% {
    transform: translate(1%, 1%);
  }
  100% {
    transform: translate(-1%, -1%);
  }
}
@keyframes floating-light-centered {
  0% {
    transform: translate(-51%, -51%);
  }
  50% {
    transform: translate(-49%, -49%);
  }
  100% {
    transform: translate(-51%, -51%);
  }
}
@keyframes frog {
  0% {
    transform: rotate(-1deg) scale(1);
  }
  50% {
    transform: rotate(1deg) scale(0.97);
  }
  100% {
    transform: rotate(-1deg) scale(1);
  }
}
/*# sourceMappingURL=styles.css.map */