@charset "UTF-8";
@font-face {
  font-family: 'Euclid Square';
  src: url('../fonts/hinted-EuclidSquare-Semibold.woff2') format('woff2'), url('../fonts/hinted-EuclidSquare-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Euclid Square';
  src: url('../fonts/hinted-EuclidSquare-Regular.woff2') format('woff2'), url('../fonts/hinted-EuclidSquare-Regular.woff') format('woff');
  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: 'Euclid Square';
  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: #333333;
}
#triggers .trigger:active {
  background-color: #333333;
  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: #000;
}
html,
body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: 'Euclid Square';
  background: #000;
  -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;
}
.disable-mouse {
  pointer-events: none;
}
.center {
  text-align: center;
}
.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);
}
.game {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.game .screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}
.game .screen.current {
  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-enigma #guide {
  position: absolute;
  left: 0;
  top: 0;
  width: 1080px;
  height: 1920px;
  pointer-events: none;
  z-index: 100;
  display: none;
  opacity: 0.6;
}
#game-enigma.game,
#game-enigma.game .screen {
  background-color: #4d4d4d;
  width: 1080px;
  height: 1920px;
}
#game-enigma #screen-1 #top-cover,
#game-enigma #screen-1 #bottom-cover,
#game-enigma #screen-1 #path-holder {
  position: absolute;
  width: 1080px;
  height: 1920px;
  top: 0;
  left: 0;
}
#game-enigma #screen-1 #bottom-cover {
  background: transparent url("../images/enigma_bottom_cover-sans-titre.png") no-repeat 0 0;
  z-index: 0;
}
#game-enigma #screen-1 #path-holder {
  z-index: 1;
}
#game-enigma #screen-1 #electron {
  position: absolute;
  background-color: #dc5033;
  width: 38px;
  height: 38px;
  margin-left: -19px;
  margin-top: -19px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(220, 80, 51, 0.8);
  -moz-box-shadow: 0px 0px 20px 5px rgba(220, 80, 51, 0.8);
  box-shadow: 0px 0px 20px 5px rgba(220, 80, 51, 0.8);
  pointer-events: none;
}
#game-enigma #screen-1 #electron span {
  color: black;
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
}
#game-enigma #screen-1 #top-cover {
  background: transparent url("../images/enigma_top_cover.png") no-repeat 0 0;
  z-index: 3;
}
#game-enigma #screen-1 ul.keyboard {
  position: absolute;
  z-index: 3;
  left: 63px;
  top: 1070px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#game-enigma #screen-1 ul.keyboard li {
  position: relative;
  display: inline-block;
  margin: 12px 19px;
  width: 54px;
  height: 54px;
}
#game-enigma #screen-1 ul.keyboard li span {
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 56px;
  border-radius: 50%;
  background-color: white;
  color: black;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  z-index: 2;
  font-weight: 600;
  -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-enigma #screen-1 ul.keyboard li:nth-child(11) {
  margin-left: 70px;
}
#game-enigma #screen-1 ul.keyboard li::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 4px;
  width: 54px;
  height: 54px;
  background-color: #767676;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
  -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-enigma #screen-1 ul.keyboard li::after {
  position: absolute;
  left: 20px;
  top: 54px;
  content: "";
  background-color: black;
  display: inline-block;
  width: 14px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 16px;
  box-sizing: border-box;
  z-index: 1;
}
#game-enigma #screen-1 ul.keyboard li.pressed::before,
#game-enigma #screen-1 ul.keyboard li.pressed span {
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
#game-enigma #screen-1 ul.lightboard {
  position: absolute;
  z-index: 3;
  left: 63px;
  top: 750px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#game-enigma #screen-1 ul.lightboard li {
  position: relative;
  display: inline-block;
  margin: 8px 19px;
  width: 54px;
  height: 54px;
}
#game-enigma #screen-1 ul.lightboard li span {
  position: absolute;
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 56px;
  border-radius: 50%;
  background-color: black;
  color: white;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
  z-index: 2;
  font-weight: 600;
}
#game-enigma #screen-1 ul.lightboard li:nth-child(11) {
  margin-left: 70px;
}
#game-enigma #screen-1 #input-box,
#game-enigma #screen-1 #output-box {
  position: absolute;
  top: 1780px;
  color: black;
  font-size: 42px;
  text-transform: uppercase;
}
#game-enigma #screen-1 #input-box#input-box,
#game-enigma #screen-1 #output-box#input-box {
  left: 70px;
}
#game-enigma #screen-1 #input-box#output-box,
#game-enigma #screen-1 #output-box#output-box {
  left: 585px;
}
#game-enigma #screen-1 .rotor {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 232px;
  z-index: 5;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#game-enigma #screen-1 .rotor#rotor-1 {
  left: 639px;
  top: 462px;
}
#game-enigma #screen-1 .rotor#rotor-2 {
  left: 499px;
  top: 462px;
}
#game-enigma #screen-1 .rotor#rotor-3 {
  left: 359px;
  top: 462px;
}
#game-enigma #screen-1 .rotor .tick {
  margin: 0;
  padding: 0;
  color: black;
  position: relative;
}
#game-enigma #screen-1 .rotor .tick span {
  display: inline-block;
  width: 40px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  padding: 3px 0;
  font-feature-settings: "tnum";
  font-variant: slashed-zero;
}
#game-enigma #screen-1 .rotor .tick::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 0px;
  width: 15px;
  height: 3px;
  background-color: black;
}
#game-cybersnoop #guide {
  position: absolute;
  left: 0;
  top: 0;
  width: 1920px;
  height: 1080px;
  pointer-events: none;
  z-index: 100;
  display: none;
  opacity: 0.6;
}
#game-cybersnoop.game,
#game-cybersnoop.game .screen {
  background: black url("../images/cyber-bg-2.png") no-repeat 0 0;
  width: 1920px;
  height: 1080px;
}
#game-cybersnoop #screen-1 .dot {
  position: absolute;
  background: transparent url("../images/cyber-red-dot.png") no-repeat 0 0;
  width: 39px;
  height: 38px;
  margin-left: -20px;
  margin-top: -19px;
  -webkit-animation: flashing 2s 0s infinite forwards;
  -moz-animation: flashing 2s 0s infinite forwards;
  -ms-animation: flashing 2s 0s infinite forwards;
  -o-animation: flashing 2s 0s infinite forwards;
  animation: flashing 2s 0s infinite forwards;
}
#game-cybersnoop #screen-1 .dot#dot-1 {
  left: 426px;
  top: 683px;
}
#game-cybersnoop #screen-1 .dot#dot-2 {
  left: 977px;
  top: 795px;
}
#game-cybersnoop #screen-1 .dot#dot-3 {
  left: 1203px;
  top: 724px;
}
#game-cybersnoop #screen-1 .dot#dot-4 {
  left: 1270px;
  top: 700px;
}
#game-cybersnoop #screen-1 .dot#dot-5 {
  left: 1304px;
  top: 538px;
}
#game-cybersnoop #screen-1 .dot#dot-6 {
  left: 1410px;
  top: 688px;
}
#game-cybersnoop #screen-1 .dot#dot-7 {
  left: 175px;
  top: 728px;
}
#game-cybersnoop #screen-1 .dot#dot-8 {
  left: 562px;
  top: 742px;
}
#game-cybersnoop #screen-1 .dot#dot-9 {
  left: 678px;
  top: 754px;
}
#game-cybersnoop #screen-1 #octopus {
  position: absolute;
  -webkit-animation: floating 5s 0s infinite forwards;
  -moz-animation: floating 5s 0s infinite forwards;
  -ms-animation: floating 5s 0s infinite forwards;
  -o-animation: floating 5s 0s infinite forwards;
  animation: floating 5s 0s infinite forwards;
}
#game-cybersnoop #screen-1 #octopus .octopus-head {
  position: absolute;
  left: 892px;
  top: 44px;
  z-index: 2;
  transform-origin: 60% 55%;
  -webkit-animation: head 10s 0s infinite forwards;
  -moz-animation: head 10s 0s infinite forwards;
  -ms-animation: head 10s 0s infinite forwards;
  -o-animation: head 10s 0s infinite forwards;
  animation: head 10s 0s infinite forwards;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm {
  position: absolute;
  top: 0;
  left: 0;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .reference-path {
  display: none;
  fill: none;
  stroke: #000000;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .dynamic-path {
  fill: #000;
  stroke: none;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand {
  position: absolute;
  display: inline-block;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand .svg-wrapper {
  position: absolute;
  top: -2px;
  left: -32px;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand .svg-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  top: -10px;
  left: 2px;
  transform: scale(1, 1) rotate(-5deg);
  z-index: 100;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand.reversed .svg-wrapper {
  left: -19px;
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand.reversed .svg-wrapper svg {
  transform: scale(-1, 1);
}
#game-cybersnoop #screen-1 #octopus .octopus-arm .octupus-hand::after {
  content: '';
  display: none;
  position: absolute;
  width: 2px;
  height: 100px;
  background-color: red;
  margin-left: -1px;
  margin-top: -50px;
  top: 0;
  left: 0;
}
#game-cybersnoop #screen-1 #pug-body {
  position: absolute;
  left: 416px;
  top: 883px;
  background: transparent url("../images/cyber-pug-body.png") no-repeat 0 0;
  width: 125px;
  height: 153px;
}
#game-cybersnoop #screen-1 #pug-head {
  position: absolute;
  left: 436px;
  top: 883px;
  background: transparent url("../images/cyber-pug-head.png") no-repeat 0 0;
  width: 75px;
  height: 67px;
  -webkit-transform-origin: 37px 30px;
  -moz-transform-origin: 37px 30px;
  -ms-transform-origin: 37px 30px;
  -o-transform-origin: 37px 30px;
  transform-origin: 37px 30px;
  -webkit-animation: pug-head 10s 0s infinite forwards;
  -moz-animation: pug-head 10s 0s infinite forwards;
  -ms-animation: pug-head 10s 0s infinite forwards;
  -o-animation: pug-head 10s 0s infinite forwards;
  animation: pug-head 10s 0s infinite forwards;
}
#game-cybersnoop #screen-1 #note-1 {
  position: absolute;
  left: 1294px;
  top: 669px;
  background: transparent url("../images/cyber-note-1.png") no-repeat 0 0;
  width: 49px;
  height: 52px;
  -webkit-animation: note-bounce 8s 0s infinite forwards;
  -moz-animation: note-bounce 8s 0s infinite forwards;
  -ms-animation: note-bounce 8s 0s infinite forwards;
  -o-animation: note-bounce 8s 0s infinite forwards;
  animation: note-bounce 8s 0s infinite forwards;
}
#game-cybersnoop #screen-1 #note-2 {
  position: absolute;
  left: 1302px;
  top: 725px;
  background: transparent url("../images/cyber-note-2.png") no-repeat 0 0;
  width: 25px;
  height: 37px;
  -webkit-animation: note-bounce 12s 0s infinite forwards;
  -moz-animation: note-bounce 12s 0s infinite forwards;
  -ms-animation: note-bounce 12s 0s infinite forwards;
  -o-animation: note-bounce 12s 0s infinite forwards;
  animation: note-bounce 12s 0s infinite forwards;
}
#game-cybersnoop #screen-1 #note-3 {
  position: absolute;
  left: 1345px;
  top: 700px;
  background: transparent url("../images/cyber-note-3.png") no-repeat 0 0;
  width: 18px;
  height: 47px;
  -webkit-animation: note-bounce 9.5s 0s infinite forwards;
  -moz-animation: note-bounce 9.5s 0s infinite forwards;
  -ms-animation: note-bounce 9.5s 0s infinite forwards;
  -o-animation: note-bounce 9.5s 0s infinite forwards;
  animation: note-bounce 9.5s 0s infinite forwards;
}
@keyframes floating {
  0% {
    transform: translate(0%, 0px);
  }
  50% {
    transform: translate(0%, 15px);
  }
  100% {
    transform: translate(0%, 0px);
  }
}
@keyframes head {
  0% {
    transform: translate(0%, 0px) rotate(-5deg);
  }
  50% {
    transform: translate(0%, 10px) rotate(5deg);
  }
  100% {
    transform: translate(0%, 0px) rotate(-5deg);
  }
}
@keyframes flashing {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  50% {
    transform: scale(0.3, 0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@keyframes pug-head {
  20% {
    transform: translate(0%, 0px) rotate(0deg);
  }
  20% {
    transform: translate(0%, 0px) rotate(-10deg);
  }
  40% {
    transform: translate(0%, 0px) rotate(5deg);
  }
  60% {
    transform: translate(0%, 0px) rotate(-15deg);
  }
  60% {
    transform: translate(0%, 0px) rotate(-5deg);
  }
  100% {
    transform: translate(0%, 0px) rotate(0deg);
  }
}
@keyframes note-bounce {
  0% {
    transform: translate(0px, 5px) scale(0.6, 0.6);
  }
  50% {
    transform: translate(0px, -5px) scale(0.84, 0.84);
  }
  100% {
    transform: translate(0px, 5px) scale(0.6, 0.6);
  }
}
/*# sourceMappingURL=styles.css.map */