/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*-----------------------------------------------------------------------------------*/
/*  My reset
/*-----------------------------------------------------------------------------------*/
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

.hide, .mobile__hide, .desktop__hide {
  display: none;
  visibility: hidden; }

/*-----------------------------------------------------------------------------------*/
/*  Config
/*-----------------------------------------------------------------------------------*/
::-moz-selection {
  background: #000; }
::selection {
  background: #000; }

/*-----------------------------------------------------------------------------------*/
/*  Typography
/*-----------------------------------------------------------------------------------*/
body {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 18px;
  line-height: 1.45;
  color: #444; }

.title {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
  font-weight: normal;
  font-size: 25px;
  color: #000; }

h1 {
  font-size: 39px; }

h2 {
  font-size: 31px; }

h3 {
  font-size: 25px; }

h4 {
  font-size: 25px; }

h5 {
  font-size: 25px; }

h6 {
  font-size: 25px; }

/*-----------------------------------------------------------------------------------*/
/*  Layout
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: PixelyishFont;
  src: url("assets/fonts/Pixely.ttf");
  font-weight: bold; 
}

@font-face {
  font-family: unispace;
  src: url("assets/fonts/unispace bd.ttf");
}

body{
  margin : 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.8;
  /*background-color: #030f1b;*/
  color: white;
  background: url("assets/img/bg.png");
}

h1{
  display: none;
}

a {
  text-decoration: none;
  font-weight: bold; 
}

a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline; 
}

::-webkit-scrollbar {
  width: 12px;
}
 
::-webkit-scrollbar-track {
  background: #030f1b;
  -webkit-box-shadow: inset 0 0 6px #4162ae; 
  border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #4162ae;
}

.clearfix::after {
  display: table;
  content: " ";
  clear: both; 
}

.container {
  width: 80%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative; 
}

.title{
  font-family: PixelyishFont;
  font-size: 60px;
  padding-left: 100px;
  color: white;
  text-transform: uppercase;
}

.hidden{
  display: none;
}

/********************* INDEX PAGE **********************/

/* HEADER */

.stars{
  opacity: 0.5;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  background: url(assets/img/stars2.png) repeat 50% 0;
  position: fixed;
  background-position: center;
  -webkit-animation: illuminati 5s ease-in-out infinite;
  animation: illuminati 5s ease-in-out infinite;
}

@-webkit-keyframes illuminati {
  0% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  25% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  50% {
    -webkit-filter: brightness(2.5);
            filter: brightness(2.5);
  }
  75% {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
  }
  100% {
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}

.header__logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 2.5%;
}

.logo{
  height: 250px;
  margin-left: 25px;
}

.header::before{
    width: 100%;
    height: 100%;
    top: -10%;
    position: absolute;
    content: '';
    background: url(assets/img/header1.png);
    background-size: 100% 100%;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
} 

.zoom {
  -webkit-animation: zoom 1.2s alternate ease-in-out infinite;
          animation: zoom 1.2s alternate ease-in-out infinite;
}


@-webkit-keyframes levitation{
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2.5em);
            transform: translate(0, 2.5em);
  }
}


@keyframes levitation{
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 2.5em);
            transform: translate(0, 2.5em);
  }
} 

@-webkit-keyframes levitationn{
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0.5em);
            transform: translate(0, 0.5em);
  }
} 

@keyframes levitationn{
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 0.5em);
            transform: translate(0, 0.5em);
  }
} 

.levitate2 {
  -webkit-animation: levitationn 2.5s alternate ease-in-out infinite;
          animation: levitationn 2.5s alternate ease-in-out infinite;
}

.levitate {
  -webkit-animation: levitation 2.5s alternate ease-in-out infinite;
          animation: levitation 2.5s alternate ease-in-out infinite;
}


/* --------------------------- */

/* NAVIGATION */

.navigation{
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5%;
  width: 70%;
  margin-left: 15%;
}

.navigation__el{
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;
  width: 20%;
}

.button--big{
  width: 30%;
}

.about__button{
  margin-top: 7.5%;
  margin-right: 7.5%;
}

.hire__button{
  margin-top: 7.5%;
  margin-left: 7.5%;
}

.button{
  cursor: pointer;
  width: 100%;
  -webkit-transform: rotateX(90deg) translateY(50px) translate3d(0,0,50px);
          transform: rotateX(90deg) translateY(50px) translate3d(0,0,50px);
  -webkit-transition: all .5s cubic-bezier(.87,.19,.83,.67);
  -o-transition: all .5s cubic-bezier(.87,.19,.83,.67);
  transition: all .5s cubic-bezier(.87,.19,.83,.67);
}

.no-js .button{
  -webkit-transform: rotateX(0deg) translateY(0px) translate3d(0,0,0);
          transform: rotateX(0deg) translateY(0px) translate3d(0,0,0);
}

.button:hover{
  -webkit-animation-name: select;
          animation-name: select;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes select {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes select {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
} 

.loaded{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
    -webkit-transition: all .5s cubic-bezier(0.71, 0.72, 0.81, 0.82);
    -o-transition: all .5s cubic-bezier(0.71, 0.72, 0.81, 0.82);
    transition: all .5s cubic-bezier(0.71, 0.72, 0.81, 0.82);
}

/* --------------------------- */ 

/* INTRODUCTION */

.introduction{
  margin-top: 12.5%;
}

.p{
  width: 50%;
  font-family: unispace;
  margin-top: 2.5%;
  background: url(assets/img/bg.png);
  opacity: 0;
  -webkit-transform: translateX(-400px);
      -ms-transform: translateX(-400px);
          transform: translateX(-400px);
}

.no-js .p{
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.p--first{
  margin-top: 10%;
}

.p--nobg{
  background: none;
}

.asteroid{
  position: absolute;
  right: 0;
  top: -15%;
  width: 600px;
}

.earth{
  position: absolute;
  right: 0;
  bottom: 0;
}

/* --------------------------- */


/* BONUS */

.bonus{
  margin-top: 7.5%;
}

.bonus__div{
  margin-top: 7.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*
  padding: 20px;
  background: #4162ae57;
  border-radius: 2.5%;
  */
}

.bonus__el{
  width: 30%;
  margin-right: 5%;
  background: url("assets/img/nebula22.png");
  float: left;
  min-height: 620px;
  cursor: pointer;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  border: 1px solid #4162ae;
  /*background-color: #4162ae63;*/
}

.no-js .bonus__el{
  opacity: 1;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.appeared{
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.bonus__el:hover{
  -webkit-box-shadow: 0px 0px 55px #4162ae;
          box-shadow: 0px 0px 55px #4162ae;
}

.bonus__el--last{
  margin-right: 0px;
}

.bonus__description{
  font-family: unispace;
  width: 80%;
  margin: 0px 0px 0px 10%;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
}

.bonus__img{
  margin: 15% auto 10% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
}

.constellation{
  position: absolute;
  top: 10%;
  -webkit-animation: constellation 5s ease-in-out infinite alternate;
  animation: constellation 5s ease-in-out infinite alternate;
}

@-webkit-keyframes constellation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/* --------------------------- */

/* GAME */
.vaisseau{
  position: absolute;
  width: 200px;
  height: 200px;
  -webkit-transform: skewY(12deg);
      -ms-transform: skewY(12deg);
          transform: skewY(12deg);
}

.vaisseau_down{
  bottom: 10%;
  left: 10%;
}

.vaisseau_up{
  top: 10%;
  right: 10%;
}

.game{
  margin-top: 15%;
  background : url("assets/img/nebula22.png") repeat;
  -webkit-transform: skewY(-12deg);
      -ms-transform: skewY(-12deg);
          transform: skewY(-12deg);
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-shadow: 0 0px 100px 0px #4162ae;
          box-shadow: 0 0px 100px 0px #4162ae;
}

.container__game{
  -webkit-transform: skewY(12deg);
      -ms-transform: skewY(12deg);
          transform: skewY(12deg);
}

.canvas {
  border : 2px solid #4162ae;
  c
  width: 800px;
  height: 500px;
}

.status {
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: PixelyishFont;
  z-index: 5;
  margin-top: 25px;
  text-transform: uppercase; 
}

.game__div {
  padding-top: 100px;
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; 
}

.game__video {
  margin-top: 5%;
  width: 300px;
  height: 170px;
  margin-bottom: 7.5%;
  border: 8px solid white; 
}

.game__logo{
  width:  70%;
  margin-left: 15%;
  margin-top: 5%;
}

.game__overlay--main {
  background-image: url("assets/img/ecran3.gif");
  display: block; 
}

.game__overlay {
  width: 800px;
  height: 500px;
  position: absolute;
}

.game__overlay--menu {
  display: none;
  background-color: #00000096; 
}

.game__overlay--over {
  display: none;
  background-color: #00000096;
  color: white;
  text-transform: uppercase; 
}

.game__over {
  font-family: PixelyishFont;
  font-size: 50px;
  margin-top: 75px;
  text-align: center; 
}

.game__record {
  display: none; 
}

.game__score {
  font-family: PixelyishFont;
  font-size: 25px;
  text-align: center; 
}

.game__div {
  width: 100%;
  padding-top: 50px;
  margin-top: 25px; 
}

.menu__button {
  font-family: PixelyishFont;
  border: 3px solid white;
  background-color: transparent;
  color: white;
  padding: 25px;
  height: 60px;
  width: 180px;
  margin-left: 315px;
  margin-top: 75px;
  border-radius: 5%;
  line-height: 2px;
  text-transform: uppercase;
  cursor: pointer;
  float: left; 
}

.game__ready {
  text-align: center;
  margin-top: 75px;
  font-family: PixelyishFont;
  font-size: 48px;
  margin-bottom: 50px; 
}

.menu__button:hover {
  background-color: #ffffff85; 
}

.game__unavailable {
  display: none; 
}

.pseudo{
  border:none;
  width: 50px;
}

.pseudo__div{
  position: absolute;
  bottom: 25%;
  right: 31.5%;
  display: inline-block;
}

label{
  font-size: 24px;
  font-family: PixelyishFont;
}

.send{
  width: 75px;
  background: transparent;
  font-family: PixelyishFont;
  color: white;
  border : 2px solid white;
  border-radius: 10%;
}

input{
  width: 75px;
  background: transparent;
  font-family: PixelyishFont;
  color: white;
}

.twitter{
  bottom: 5%;
  right: 5%;
  width: 75px;
  height: 75px;
  background-image: url(assets/img/twitter.png);
  position: absolute;
  background-size: contain;
  background-color: transparent;
  border: none;
}

.twitter:hover{
  cursor: pointer;
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}



/* ----------------------------- */


/* LEADERBOARD */

.leaderboard{
   margin-top: 12.5%;
   margin-bottom: 7.5%;
}

.leaderboard__div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 7.5%;
  padding-bottom: 5%;
}

.top10{
  width: 80%;
  list-style: none;
  font-family: PixelyishFont;
  font-size: 36px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.list__header{
  color: #4162ae;
  font-size: 48px;
  padding-bottom: 50px;
}

.liste__el{
  width:  100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top10 > li:not(:first-child):hover{
  background-color: #4162ae63;
  cursor: pointer;
}
.top10 > li:nth-child(2){
  color: gold;
}
.top10 > li:nth-child(3){
  color: silver;
}
.top10 > li:nth-child(4){
  color: #CD7F32;
}

.list__el > div, .list__header > div{
  width:  33.33%;
  float:  left; 
  -webkit-box-sizing: border-box; 
          box-sizing: border-box;
  text-align: right;
  display: inline-block;
  text-align: center;
}

/* ---------------------------- */

.footer {
  background-color: #4162ae;
  position: relative; 
}

.dwm {
  float: right;
  color: white;
  font-family: PixelyishFont;
  font-size: 36px;
  padding: 30px; 
}

.vaisseau--footer{
  -webkit-transform: skewY(0deg);
      -ms-transform: skewY(0deg);
          transform: skewY(0deg);
  right: 0;
  top: -300px;
}

.missile{
  position: absolute;
}

.missile1{
  right: 10%;
  top: 40%;
}

.missile2{
  right: -0.5%;
  top: 40%;
}

.missile3{
  right: -0.5%;
  top: 0%;
}

.missile4{
  right: 10%;
  top: 0%;
}

.missile5{
  right: 10%;
  top: -20%;
}

.missile6{
  right: -0.5%;
  top: -20%;
}

/**************************************************/

/****************** ABOUT **********************/

.about__project{
  margin-top: 12.5%;
}

.about__me{
  margin-top: 7.5%;
  margin-bottom: 7.5%;
}

.more{
  font-family: PixelyishFont;
  border: solid 2px white;
  color: white;
  background-color: transparent;
  text-transform: uppercase;
  padding: 1.5vmin;
  font-size: 3vmin;
  font-weight: bold;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, transparent), color-stop(50%, white), to(white));
  background-image: -webkit-linear-gradient(right, transparent, transparent 50%, white 50%, white);
  background-image: -o-linear-gradient(right, transparent, transparent 50%, white 50%, white);
  background-image: linear-gradient(to left, transparent, transparent 50%, white 50%, white);
  background-position: 100% 0;
  background-size: 200% 100%;
  -webkit-transition: all .25s ease-in;
  -o-transition: all .25s ease-in;
  transition: all .25s ease-in;
  z-index: 1000;
  text-decoration: none;
  border-radius: 0 1vmax;
  margin-left: 32.5%;
}

.more:hover{
  border-color: none;
  color: #0e1424;
  cursor: pointer;
  background-position: 0 0;
  text-decoration: none;
}

.more__div{
  margin-top: 7.5%;
  margin-left: 15%;
}

/**************************************************/

/******************* 404 **************************/
.body--404{
  overflow-x: hidden;
}

.error404{
  position: absolute;
  width: 100%;
  height: 100%;
}

.back{
  position: absolute;
  top: 50px;
  left: 50px;
  background: none;
  background-image: url("assets/img/back.png");
  height: 132px;
  width: 200px;
  border: none;
  background-repeat: no-repeat;
}

.back:hover{
  cursor: pointer;
}
.vaisseau--404{
  margin-top: 17%;
  -webkit-transform: skew(0deg);
      -ms-transform: skew(0deg);
          transform: skew(0deg);
  -webkit-animation: hello 5s ease-in-out infinite;
  animation: hello 5s ease-in-out infinite;
}

@-webkit-keyframes hello {
  0% {
    -webkit-transform: translate(-250%) rotate(90deg);
            transform: translate(-250%) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(1500%) rotate(90deg);
            transform: translate(1500%) rotate(90deg);
  }
}
/**************************************************/

/**************** CASE  *******************/

.case__introduction{
  margin-top: 15%;
  margin-bottom: 7.5%;
}

.design{
  margin-bottom: 7.5%;
  margin-top: 7.5%;
}

.technologies{
  margin-bottom: 7.5%;
  margin-top: 7.5%;
}

.regrets{
  margin-bottom: 7.5%;
  margin-top: 7.5%;
}

.link{
  font-weight: bold;
  font-size: 20px;
  color: #4162ae;
  text-decoration: underline;
}

.p--case{
  margin-left: 25%;
}

.title--case{
  margin-left: 12.5%;
}

.case__img{
  width: 100%;
  margin-top: 10%;
  -webkit-box-shadow: 0px 0px 5px white;
          box-shadow: 0px 0px 5px white;
}

.case__img--small{
  width: 45%;
}

.case__img--center{
  margin-left: 25%;
}

.case__img--left{
  margin-right: 5%;
}

/******************************************/

/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 2560px){
  .header::before {
    top: -20%;
  }
}
@media (min-width: 1281px) and (max-width: 1440px){
  
  .header::before{
    top: -7.5%;
  }
  .constellation{
    width: 90%;
  }
  .vaisseau_down {
    bottom: 5%;
  }
  .missile1{
    right: 11%;
  }
  .missile4{
    right: 11%;
  }

  .missile5{
    right: 11%;
  }

  /************** 404 *************/

  .vaisseau--404{
    margin-top: 19%;
  }

  /********************************/


}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

  .header::before{
    top: -7.5%;
    background: url(assets/img/header1.png) no-repeat;
    background-size: 100% 50%;
  }

  .p{
    width: 70%;
  }

  .earth{
    display: none;
  }
  .asteroid{
    display: none;
  }

  .logo{
    height: 150px;
  }
  .game__div{
    display: none;
  }
  .game__unavailable{
    display: block;
  }
  .constellation{
    display: none;
  }

  .bonus{
    margin-top: 12.5%;
  }

  .bonus__img {
    margin: 5% auto 5% auto;
  }

  .bonus__div{
    margin-top: 12.5%;
    /* display: flex; */
    /* justify-content: center; */
    /*
    padding: 20px;
    background: #4162ae57;
    border-radius: 2.5%;
    */
    display: block;
  }

  .bonus__el{
    width: 100%;
    margin-bottom: 25%;
    min-height: 0px;
  }

  .bonus__img{
    width: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .ready{
    display: none;
  }

  .game{
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .vaisseau{
    height: 100px;
    width: 100px;
  }

  .vaisseau--footer{
    top: -150px;
    right: -10px;
  }

  .missile{
    width: 40px;
  }

  .missile1{
    right:  9%;
    top: 40%;
  }

  .missile2{
    right: -2%;
    top: 40%;
  }

  .missile3{
    right:  -2%;
    top: 0%;
  }

  .missile4{
    right:  9%;
    top: 0%;
  }

  .missile5{
    right:  9%;
    top: -20%;
  }

  .missile6{
    right: -2%;
    top: -20%;
  }


  /*************** ABOUT ********************/

  .more{
    font-size : 32px;
  }

  .more__div{
    margin-top: 15%;
    margin-left: 20%;
    margin-bottom: 15%;
  }

  /******************************************/



  /*************** 404 **********************/

  .back{
    top: 50px;
    left: 50px;
    height: 100px;
    width: 125px;
    background-size: cover;
  }

  .vaisseau--404{
    margin-top: 30%;
  }


  /******************************************/

  /********************* CASE ***************/

  .title--case{
    margin-left: 15%;
    font-size: 36px;
  }

  .p--case{
    margin-left: 15%;
  }

  .more{
    margin-left: 15%;
  }

  /******************************************/
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  .header::before{
    top: -10%;
    background: url(assets/img/header1.png) no-repeat;
    background-size: 100% 75%;
  }

  .bonus__el{
    margin-bottom: 12.5%;
  }

  .game {
    padding-bottom: 150px;
  }

  .bonus__img {
    width: 200px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .vaisseau{
    width: 150px;
    height: 150px;
  }

  .missile{
    width: 50px;
  }

  .missile1{
    right: 11%;
    top: 40%;
  }

  .missile2{
    right: -1.5%;
    top: 40%;
  }

  .missile3{
    right: -1.5%;
    top: 0%;
  }

  .missile4{
    right: 11%;
    top: 0%;
  }

  .missile5{
    right: 11%;
    top: -20%;
  }

  .missile6{
    right: -1.5%;
    top: -20%;
  }

  /********** ABOUT ***********************/

    .more{
      font-size : 32px;
    }

    .more__div{
      margin-top: 10%;
      margin-left: 25%;
      margin-bottom: 10%;
    }

  /***************************************/

  /************ 404 **********************/

  .back{
    top: 50px;
    left: 50px;
    height: 100px;
    width: 125px;
    background-size: cover;
  }

  /***************************************/
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

  .title{
    font-size: 36px;
    padding-left: 50px;
  }

/* HEADER */

.logo{
  height: 100px;
  margin-left: 0px;
}

.header::before{
    width: 100%;
    height: 100%;
    top: 0%;
    position: absolute;
    content: '';
    background: url(assets/img/header1.png) no-repeat;
    background-size: 100% 100%;
}
.navigation {
  width: 100%;
  margin-top: 2.5%;
  margin-left: 0%;
}

.top10 {
  width: 100%;
}

/* --------------------------- */ 

/* INTRODUCTION */

.introduction{
  margin-top: 12.5%;
}

.p{
  width: 100%;
  margin-top: 5%;
}

.p--first{
  margin-top: 10%;
}

.asteroid{
  display: none;
}

.earth{
  display: none;
}

/* --------------------------- */


/* BONUS */
.bonus__img {
  margin: 5% auto 5% auto;
}

.bonus{
  margin-top: 12.5%;
}

.bonus__div{
  margin-top: 12.5%;
  /* display: flex; */
  /* justify-content: center; */
  /*
  padding: 20px;
  background: #4162ae57;
  border-radius: 2.5%;
  */
  display: block;
}

.bonus__el{
  width: 100%;
  margin-bottom: 12.5%;
  min-height: 0px;
}

.bonus__img{
  width: 100px;
}

.constellation{
 display: none;
}
/* --------------------------- */

/* GAME */

.game{
  padding-top: 100px;
  padding-bottom: 100px;
}

.vaisseau{
  width: 75px;
  height: 75px;
}

.vaisseau_down{
  bottom: 5%;
  left: 10%;
}

.vaisseau_up{
  top: 10%;
  right: 10%;
}

.game__div {
  display: none;
}

.game__unavailable {
  display: block;
}

.ready{
  display: none;
}

/* ----------------------------- */


/* LEADERBOARD */

.leaderboard{
   margin-top: 12.5%;
   margin-bottom: 12.5%;
}

.top10{
  width: 80%;
  font-size: 24px;
  margin-left: 0px;
}

.list__header{
  font-size: 24px;
}

.liste__el{
  width:  100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ---------------------------- */

.dwm {
  font-size: 18px;
}

.vaisseau--footer{
  right: -25px;
  top: -100px;
}

.missile{
  width: 4%;
}

.missile1{
  right: 5%;
}

.missile2{
  right: -5%;
}

.missile3{
  /* right: -1%; */
  right: -5%;
}

.missile4{
  right: 5%;
}

.missile5{
  right: 5%;
}

.missile6{
  right: -5%;
}

/**************** ABOUT *******************/

  .more{
    font-size: 28px;
    padding: 3vmin;
  }

  .more__div{
    margin-top: 15%;
    margin-left: 35%;
    margin-bottom: 15%;
  }

/******************************************/

/****************  404  *******************/
  .error404{
    height: 75%;
    width: 75%;
    margin-top: 5%;
    margin-left: 12.5%;
  }

  .back{
    top: 25px;
    left: 25px;
    height: 50px;
    width: 65px;
    background-size: cover;
  }

  /******************************************/
  
  
  .title--case{
    margin-left: 0%;
    font-size: 36px;
  }

  .p--case{
    margin-left: 0%;
  }

  .more{
    margin-left: 15%;
  }

  .case__introduction{
    margin-top: 15%;
  }

  .regrets, .technologies, .design {
    margin-bottom: 7.5%;
    margin-top: 7.5%;
  }

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {

  body{
    font-size: 14px;
  }

  .title{
    font-size: 30px;
    padding-left: 50px;
  }

  /* HEADER */

  .logo{
    height: 100px;
    margin-left: 0px;
  }

  .header::before{
      width: 100%;
      height: 100%;
      top: -2.5%;
      position: absolute;
      content: '';
      background: url(assets/img/header1.png) no-repeat;
      background-size: 100% 50%;
  }
  .navigation {
    width: 100%;
    margin-top: 2.5%;
    margin-left: 0%;
  }

  /* --------------------------- */ 

  /* INTRODUCTION */

  .introduction{
    margin-top: 25%;
  }

  .p{
    width: 100%;
    margin-top: 10%;
  }

  .p--first{
    margin-top: 20%;
  }

  .asteroid{
    display: none;
  }

  .earth{
    display: none;
  }

  /* --------------------------- */


  /* BONUS */

  .bonus{
    margin-top: 25%;
  }

  .bonus__div{
    margin-top: 25%;
    /* display: flex; */
    /* justify-content: center; */
    /*
    padding: 20px;
    background: #4162ae57;
    border-radius: 2.5%;
    */
    display: block;
  }

  .bonus__el{
    width: 100%;
    margin-bottom: 25%;
    min-height: 0px;
  }

  .bonus__img{
    width: 100px;
  }

  .constellation{
   display: none;
  }
  /* --------------------------- */

  /* GAME */

  .game{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .vaisseau{
    width: 75px;
    height: 75px;
  }

  .vaisseau_down{
    bottom: 5%;
    left: 10%;
  }

  .vaisseau_up{
    top: 10%;
    right: 10%;
  }

  .game__div {
    display: none;
  }

  .game__unavailable {
    display: block;
  }

  .ready{
    display: none;
  }

  /* ----------------------------- */


  /* LEADERBOARD */

  .leaderboard{
     margin-top: 25%;
     margin-bottom: 15%;
  }

  .top10{
    width: 100%;
    font-size: 24px;
    margin-left: 0px;
  }

  .list__header{
    font-size: 24px;
  }

  .liste__el{
    width:  100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  /* ---------------------------- */

  .dwm {
    font-size: 18px;
  }

  .vaisseau--footer{
    right: -35px;
    top: -100px;
  }

  .missile{
    width: 10%;
  }

  .missile1{
   right: 3%;
  }

  .missile2{
    right: -12%;
  }

  .missile3{
    right: -12%;
  }

  .missile4{
    right: 3%;
  }

  .missile5{
    right: -12%;
  }

  .missile6{
    right: 3%;
  }

  .about__project{
    margin-top: 25%;
  }

  .about__me{
    margin-top: 15%;
    margin-bottom: 15%
  }


  /**************** ABOUT *******************/

  .more{
    font-size: 24px;
    padding: 3vmin;
  }

  .more__div{
    margin-top: 15%;
    margin-left: 25%;
    margin-bottom: 15%;
  }

  /******************************************/


  /****************  404  *******************/

  .error404{
    height: 75%;
    width: 100%;
    margin-top: 25%;
  }

  .back{
    top: 25px;
    left: 25px;
    height: 50px;
    width: 65px;
    background-size: cover;
  }

  .vaisseau--404{
    margin-top: 70%;
  }

  /******************************************/

  /********************* CASE ***************/

  .title--case{
    margin-left: 0%;
    font-size: 36px;
  }

  .p--case{
    margin-left: 0%;
  }

  .more{
    margin-left: 15%;
  }

  .case__introduction{
    margin-top: 25%;
  }

  .regrets, .technologies, .design {
    margin-bottom: 15%;
    margin-top: 15%;
  }


  /******************************************/
    
}

/*-----------------------------------------------------------------------------------*/
/*  List
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Table
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*  Forms
/*-----------------------------------------------------------------------------------*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }