@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Asap+Condensed:wght@400;500&family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Chakra Petch", sans-serif;
  height: 400vh;
  width: 100vw;
  background: linear-gradient(321deg, rgb(0, 0, 0) 19%, rgb(9, 0, 11) 23%, rgb(18, 0, 22) 27%, rgb(20, 0, 25) 28%, rgb(40, 1, 50) 32%, rgb(54, 2, 69) 35%, rgb(64, 2, 81) 38%, rgb(78, 2, 100) 41%, rgb(88, 2, 113) 45%, rgb(1, 12, 113) 83%, rgb(38, 26, 98) 93%, rgb(6, 29, 201) 98%);
  margin: auto;
}
body .acceuil h1 {
  text-align: center;
  width: 100vw;
  position: absolute;
  top: 50px;
}
body header .navbar {
  position: fixed;
  z-index: 6;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 10%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  font-family: "Russo One", sans-serif;
}
body header .navbar.active {
  height: 100%;
}
body header .navbar a {
  color: #fff;
  text-decoration: none;
}
body header .navbar a img {
  width: 12vw;
  display: flex;
  position: fixed;
  top: 0;
  z-index: 1;
}
body header .navbar .nav-links {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  margin-left: -100%;
  transition: all 0.5s ease;
}
body header .navbar .nav-links.mobile-menu {
  margin-left: 0;
}
body header .navbar .nav-links ul {
  font-size: 2em;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
body header .navbar .nav-links ul li {
  margin: 25px 0;
}
body header .navbar .nav-links ul .active a {
  color: orangered;
  font-weight: 600;
}
body header .navbar .nav-links ul .active li {
  margin: 0 25px;
}
body header .navbar img:nth-child(3) {
  width: 3.5vw;
  position: fixed;
  top: 18px;
  right: 30px;
}
body header .navbar img:nth-child(3):hover {
  transform: rotateZ(50deg);
  transition: 0.5s;
}
body section.hidded {
  height: 0;
  overflow: hidden;
}
body .appear ~ .transition {
  z-index: 10;
}
body .appear ~ .transition div {
  opacity: 1;
}
body .transition {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body .transition div {
  width: 6.25vw;
  height: 11.1111111111vh;
  opacity: 0;
  background-color: rgba(16, 3, 153, 0.9);
}
body .transition.disapear div {
  opacity: 0;
}
body .transition div:nth-child(1) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(2) {
  transition-delay: 0.17s;
}
body .transition div:nth-child(3) {
  transition-delay: 0.33s;
}
body .transition div:nth-child(4) {
  transition-delay: 0.09s;
}
body .transition div:nth-child(5) {
  transition-delay: 0.37s;
}
body .transition div:nth-child(6) {
  transition-delay: 0.18s;
}
body .transition div:nth-child(7) {
  transition-delay: 0.3s;
}
body .transition div:nth-child(8) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(9) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(10) {
  transition-delay: 0.31s;
}
body .transition div:nth-child(11) {
  transition-delay: 0.01s;
}
body .transition div:nth-child(12) {
  transition-delay: 0.13s;
}
body .transition div:nth-child(13) {
  transition-delay: 0.25s;
}
body .transition div:nth-child(14) {
  transition-delay: 0.24s;
}
body .transition div:nth-child(15) {
  transition-delay: 0.37s;
}
body .transition div:nth-child(16) {
  transition-delay: 0.18s;
}
body .transition div:nth-child(17) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(18) {
  transition-delay: 0.33s;
}
body .transition div:nth-child(19) {
  transition-delay: 0.33s;
}
body .transition div:nth-child(20) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(21) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(22) {
  transition-delay: 0.01s;
}
body .transition div:nth-child(23) {
  transition-delay: 0.12s;
}
body .transition div:nth-child(24) {
  transition-delay: 0.03s;
}
body .transition div:nth-child(25) {
  transition-delay: 0.34s;
}
body .transition div:nth-child(26) {
  transition-delay: 0.29s;
}
body .transition div:nth-child(27) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(28) {
  transition-delay: 0.1s;
}
body .transition div:nth-child(29) {
  transition-delay: 0.38s;
}
body .transition div:nth-child(30) {
  transition-delay: 0.13s;
}
body .transition div:nth-child(31) {
  transition-delay: 0.04s;
}
body .transition div:nth-child(32) {
  transition-delay: 0.04s;
}
body .transition div:nth-child(33) {
  transition-delay: 0.22s;
}
body .transition div:nth-child(34) {
  transition-delay: 0.22s;
}
body .transition div:nth-child(35) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(36) {
  transition-delay: 0.28s;
}
body .transition div:nth-child(37) {
  transition-delay: 0.21s;
}
body .transition div:nth-child(38) {
  transition-delay: 0.27s;
}
body .transition div:nth-child(39) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(40) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(41) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(42) {
  transition-delay: 0.1s;
}
body .transition div:nth-child(43) {
  transition-delay: 0.31s;
}
body .transition div:nth-child(44) {
  transition-delay: 0.02s;
}
body .transition div:nth-child(45) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(46) {
  transition-delay: 0.21s;
}
body .transition div:nth-child(47) {
  transition-delay: 0.16s;
}
body .transition div:nth-child(48) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(49) {
  transition-delay: 0.29s;
}
body .transition div:nth-child(50) {
  transition-delay: 0.26s;
}
body .transition div:nth-child(51) {
  transition-delay: 0.18s;
}
body .transition div:nth-child(52) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(53) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(54) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(55) {
  transition-delay: 0.32s;
}
body .transition div:nth-child(56) {
  transition-delay: 0.35s;
}
body .transition div:nth-child(57) {
  transition-delay: 0.35s;
}
body .transition div:nth-child(58) {
  transition-delay: 0.37s;
}
body .transition div:nth-child(59) {
  transition-delay: 0.23s;
}
body .transition div:nth-child(60) {
  transition-delay: 0.28s;
}
body .transition div:nth-child(61) {
  transition-delay: 0.34s;
}
body .transition div:nth-child(62) {
  transition-delay: 0.31s;
}
body .transition div:nth-child(63) {
  transition-delay: 0.3s;
}
body .transition div:nth-child(64) {
  transition-delay: 0.31s;
}
body .transition div:nth-child(65) {
  transition-delay: 0.24s;
}
body .transition div:nth-child(66) {
  transition-delay: 0.15s;
}
body .transition div:nth-child(67) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(68) {
  transition-delay: 0.01s;
}
body .transition div:nth-child(69) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(70) {
  transition-delay: 0.32s;
}
body .transition div:nth-child(71) {
  transition-delay: 0.22s;
}
body .transition div:nth-child(72) {
  transition-delay: 0.3s;
}
body .transition div:nth-child(73) {
  transition-delay: 0.13s;
}
body .transition div:nth-child(74) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(75) {
  transition-delay: 0.1s;
}
body .transition div:nth-child(76) {
  transition-delay: 0.15s;
}
body .transition div:nth-child(77) {
  transition-delay: 0.02s;
}
body .transition div:nth-child(78) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(79) {
  transition-delay: 0.15s;
}
body .transition div:nth-child(80) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(81) {
  transition-delay: 0.26s;
}
body .transition div:nth-child(82) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(83) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(84) {
  transition-delay: 0.26s;
}
body .transition div:nth-child(85) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(86) {
  transition-delay: 0.09s;
}
body .transition div:nth-child(87) {
  transition-delay: 0.11s;
}
body .transition div:nth-child(88) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(89) {
  transition-delay: 0.35s;
}
body .transition div:nth-child(90) {
  transition-delay: 0.15s;
}
body .transition div:nth-child(91) {
  transition-delay: 0.24s;
}
body .transition div:nth-child(92) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(93) {
  transition-delay: 0.33s;
}
body .transition div:nth-child(94) {
  transition-delay: 0.4s;
}
body .transition div:nth-child(95) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(96) {
  transition-delay: 0.17s;
}
body .transition div:nth-child(97) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(98) {
  transition-delay: 0.38s;
}
body .transition div:nth-child(99) {
  transition-delay: 0.32s;
}
body .transition div:nth-child(100) {
  transition-delay: 0.04s;
}
body .transition div:nth-child(101) {
  transition-delay: 0.08s;
}
body .transition div:nth-child(102) {
  transition-delay: 0.11s;
}
body .transition div:nth-child(103) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(104) {
  transition-delay: 0.38s;
}
body .transition div:nth-child(105) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(106) {
  transition-delay: 0.17s;
}
body .transition div:nth-child(107) {
  transition-delay: 0.14s;
}
body .transition div:nth-child(108) {
  transition-delay: 0.11s;
}
body .transition div:nth-child(109) {
  transition-delay: 0.2s;
}
body .transition div:nth-child(110) {
  transition-delay: 0.3s;
}
body .transition div:nth-child(111) {
  transition-delay: 0.01s;
}
body .transition div:nth-child(112) {
  transition-delay: 0.28s;
}
body .transition div:nth-child(113) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(114) {
  transition-delay: 0.06s;
}
body .transition div:nth-child(115) {
  transition-delay: 0.01s;
}
body .transition div:nth-child(116) {
  transition-delay: 0.23s;
}
body .transition div:nth-child(117) {
  transition-delay: 0.28s;
}
body .transition div:nth-child(118) {
  transition-delay: 0.05s;
}
body .transition div:nth-child(119) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(120) {
  transition-delay: 0.13s;
}
body .transition div:nth-child(121) {
  transition-delay: 0.08s;
}
body .transition div:nth-child(122) {
  transition-delay: 0.34s;
}
body .transition div:nth-child(123) {
  transition-delay: 0.13s;
}
body .transition div:nth-child(124) {
  transition-delay: 0.07s;
}
body .transition div:nth-child(125) {
  transition-delay: 0.39s;
}
body .transition div:nth-child(126) {
  transition-delay: 0.15s;
}
body .transition div:nth-child(127) {
  transition-delay: 0.1s;
}
body .transition div:nth-child(128) {
  transition-delay: 0.04s;
}
body .transition div:nth-child(129) {
  transition-delay: 0.16s;
}
body .transition div:nth-child(130) {
  transition-delay: 0.34s;
}
body .transition div:nth-child(131) {
  transition-delay: 0.23s;
}
body .transition div:nth-child(132) {
  transition-delay: 0.29s;
}
body .transition div:nth-child(133) {
  transition-delay: 0.19s;
}
body .transition div:nth-child(134) {
  transition-delay: 0.36s;
}
body .transition div:nth-child(135) {
  transition-delay: 0.04s;
}
body .transition div:nth-child(136) {
  transition-delay: 0.09s;
}
body .transition div:nth-child(137) {
  transition-delay: 0.03s;
}
body .transition div:nth-child(138) {
  transition-delay: 0.3s;
}
body .transition div:nth-child(139) {
  transition-delay: 0.35s;
}
body .transition div:nth-child(140) {
  transition-delay: 0.18s;
}
body .page0 {
  display: flex;
  height: 100vh;
  width: 100vw;
}
body .page0 .mesimages {
  background-image: url(/assets/FOOTBALL.JPG);
  width: 35%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body .page0 .titre_infos_pourcentages {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 64%;
  padding: 40px;
}
body .page0 .titre_infos_pourcentages .titre_infos {
  display: flex;
  flex-direction: column;
}
body .page0 .titre_infos_pourcentages .titre_infos h1 {
  color: rgb(0, 255, 51);
  font-size: 2vw;
  text-align: center;
  margin: auto;
}
body .page0 .titre_infos_pourcentages .titre_infos ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  color: #fff;
  list-style-type: "👍";
  font-size: 1.2em;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .text {
  display: flex;
  width: auto;
  padding: 20px;
  font-size: 1vw;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages {
  width: 100%;
  display: flex;
  margin: auto;
  justify-content: space-between;
  color: rgb(0, 255, 51);
  margin: auto;
  font-family: "Asap Condensed", sans-serif;
  text-align: center;
  margin: 1vw;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages p {
  font-size: 1vw;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages .pourcentage_1 {
  box-shadow: 5px 8px 2px rgba(0, 45, 0, 0.491);
  padding: 2px;
  width: 17vw;
  min-height: 150px;
  border-radius: 20px;
  text-align: center;
  background-color: rgba(128, 128, 128, 0.087);
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages .pourcentage_1 span {
  font-weight: 900;
  font-size: 3vw;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages .pourcentage_2 {
  box-shadow: 5px 8px 2px rgba(0, 45, 0, 0.491);
  background-color: rgba(128, 128, 128, 0.087);
  width: 17vw;
  min-height: 150px;
  padding: 20px;
  padding: 2px;
  border-radius: 20px;
  text-align: center;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .chiffre_pourcentages span {
  font-weight: 900;
  font-size: 3vw;
}
body .page0 .titre_infos_pourcentages .text-pourcentages .pourcentage_3 {
  background-color: rgba(128, 128, 128, 0.087);
  box-shadow: 5px 8px 2px rgba(0, 45, 0, 0.491);
  padding: 2px;
  width: 17vw;
  min-height: 150px;
  border-radius: 20px;
  text-align: center;
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}
body .page0 .titre_infos_pourcentages .text-pourcentages .pourcentage_3 span {
  font-weight: 900;
  font-size: 3vw;
}
body .page0 p {
  color: #fff;
}
body .page1 {
  display: flex;
  height: 100vh;
  width: 100vw;
  flex-direction: column;
  margin: auto;
  position: relative;
  overflow: hidden;
}
body .page1 #myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 60%;
}
body .page1 .video_overlay {
  position: absolute;
  right: -10%;
  bottom: -80%;
  z-index: 1;
  width: 80%;
  height: 200%;
  display: grid;
  place-items: center;
  transform: rotate(25deg);
  background-color: #000;
  color: #fff;
  font-weight: 900;
  font-size: 700px;
  font-family: sans-serif;
  mix-blend-mode: multiply;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Press Start 2P";
}
body .page1 .background {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: flex;
  flex-direction: column;
}
body .page1 .background h2 {
  margin-top: 20px;
  color: rgb(51, 255, 0);
  justify-content: center;
  display: flex;
  font-size: 3vw;
  z-index: 2;
}
body .page1 .background h2 img {
  height: 12vh;
  top: 0%;
}
body .page1 .background h3 {
  color: rgb(243, 243, 255);
  font-size: 2vw;
  z-index: 2;
}
body .page1 .background .paragraphe-transparent {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  width: 30%;
  z-index: 2;
  height: 40vh;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(7px);
  box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.073);
  padding: 10px;
  display: flex;
  margin-left: 20px;
  background: linear-gradient(rgba(12, 1, 51, 0.461), rgba(105, 105, 105, 0.447));
  margin-top: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body .page1 .background .paragraphe-transparent p {
  display: flex;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 500;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
body .page2 {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
}
body .page2 p {
  font-size: 1vw;
  padding: 20px;
}
body .page2 .paragraphe2-transparent {
  font-family: "Chakra Petch", sans-serif;
  width: 70%;
  height: 400px;
  color: #fff;
  justify-content: center;
  display: flex;
  text-align: start;
  margin: auto;
  flex-shrink: 1;
  flex-grow: 1;
  font-size: 2vw;
}
body .page2 h2 {
  margin-top: 2vw;
  color: rgb(51, 255, 0);
  font-size: 3vw;
  z-index: 1;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}
body .page2 h2 img {
  height: 15vh;
  position: relative;
  top: -22%;
}
body .page2 h3 {
  display: flex;
  color: rgb(243, 243, 255);
  font-size: 2vw;
  text-align: center;
  margin-bottom: 50px;
}
body .page2 .images {
  display: flex;
  width: 40vw;
  max-height: 30%;
  justify-content: space-around;
  margin: auto;
}
body .page3 {
  height: 100vh;
  width: 100vw;
  display: flex;
}
body .page3 #myVideo {
  position: relative;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
body .page3 h2 {
  color: rgb(51, 255, 0);
  font-size: 2.5em;
  justify-content: center;
  display: flex;
}
body .page3 h2 {
  color: rgb(51, 255, 0);
  font-size: 3vw;
  z-index: 1;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 8vh;
  display: flex;
}
body .page3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100vh;
  font-family: "Press Start 2P";
  overflow: hidden;
  background: #6a88fe;
}
body .page3 .fireworks {
  position: absolute;
  height: 16px;
  width: 16px;
  transform: scale(2);
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/NES%20-%20Super%20Mario%20Bros%20-%20Items%20Objects%20and%20NPCs.png");
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  background-size: 16px 49px;
  z-index: 9;
  background-position: 50% 0px;
  opacity: 0;
}
@-webkit-keyframes fade {
  to {
    opacity: 0;
  }
}
@keyframes fade {
  to {
    opacity: 0;
  }
}
@-webkit-keyframes boom {
  from {
    background-position: 50% 0px;
    opacity: 1;
  }
  to {
    background-position: 50% -32px;
    opacity: 1;
  }
}
@keyframes boom {
  from {
    background-position: 50% 0px;
    opacity: 1;
  }
  to {
    background-position: 50% -32px;
    opacity: 1;
  }
}
body .page3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  box-shadow: inset 0 5px 0 0 #222;
  top: calc(50% + 25px);
  background-color: #222;
  background-image: linear-gradient(335deg, #e54f08 23px, transparent 23px), linear-gradient(155deg, #e54f08 23px, transparent 23px), linear-gradient(335deg, #e54f08 23px, transparent 23px), linear-gradient(155deg, #e54f08 23px, transparent 23px);
  background-size: 58px 58px;
  background-position: 0px 2px, 4px 35px, 29px 31px, 34px 6px;
}
body .page3 #wrap {
  width: 600px;
  height: 60px;
  position: relative;
}
body .page3 #wrap .submit {
  cursor: pointer;
}
body .page3 #wrap .submit:hover ~ .pipe:after {
  letter-spacing: 2px;
}
body .page3 #wrap .email:focus ~ .field:after {
  transform: translate(0, -50%) scale(1);
  transition-delay: 0s;
}
body .page3 #wrap.run ~ .fireworks {
  -webkit-animation: boom 0.5s steps(2, end) 1 forwards, fade 0s ease-in-out 1 forwards;
          animation: boom 0.5s steps(2, end) 1 forwards, fade 0s ease-in-out 1 forwards;
  top: 15%;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(1) {
  -webkit-animation-delay: 2.6s, 3.35s;
          animation-delay: 2.6s, 3.35s;
  left: calc(75% - 50px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(1):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 2.85s, 3.6s;
          animation-delay: 2.85s, 3.6s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(2) {
  -webkit-animation-delay: 2.7s, 3.45s;
          animation-delay: 2.7s, 3.45s;
  left: calc(75% - 100px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(2):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 2.95s, 3.7s;
          animation-delay: 2.95s, 3.7s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3) {
  -webkit-animation-delay: 2.8s, 3.55s;
          animation-delay: 2.8s, 3.55s;
  left: calc(75% - 150px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.05s, 3.8s;
          animation-delay: 3.05s, 3.8s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4) {
  -webkit-animation-delay: 2.9s, 3.65s;
          animation-delay: 2.9s, 3.65s;
  left: calc(75% - 200px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.15s, 3.9s;
          animation-delay: 3.15s, 3.9s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(5) {
  -webkit-animation-delay: 3s, 3.75s;
          animation-delay: 3s, 3.75s;
  left: calc(75% - 250px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(5):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.25s, 4s;
          animation-delay: 3.25s, 4s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(6) {
  -webkit-animation-delay: 3.1s, 3.85s;
          animation-delay: 3.1s, 3.85s;
  left: calc(75% - 300px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(6):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.35s, 4.1s;
          animation-delay: 3.35s, 4.1s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(7) {
  -webkit-animation-delay: 3.2s, 3.95s;
          animation-delay: 3.2s, 3.95s;
  left: calc(75% - 350px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(7):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.45s, 4.2s;
          animation-delay: 3.45s, 4.2s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(8) {
  -webkit-animation-delay: 3.3s, 4.05s;
          animation-delay: 3.3s, 4.05s;
  left: calc(75% - 400px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(8):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.55s, 4.3s;
          animation-delay: 3.55s, 4.3s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(9) {
  -webkit-animation-delay: 3.4s, 4.15s;
          animation-delay: 3.4s, 4.15s;
  left: calc(75% - 450px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(9):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.65s, 4.4s;
          animation-delay: 3.65s, 4.4s;
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(3n) {
  transform: scale(3);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(4n) {
  transform: scale(1);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(10) {
  -webkit-animation-delay: 3.5s, 4.25s;
          animation-delay: 3.5s, 4.25s;
  left: calc(75% - 500px);
}
body .page3 #wrap.run ~ .fireworks:nth-of-type(10):nth-of-type(even) {
  top: 25%;
  -webkit-animation-delay: 3.75s, 4.5s;
          animation-delay: 3.75s, 4.5s;
}
body .page3 #wrap.run .field {
  overflow: hidden;
}
body .page3 #wrap.run .field:before {
  transition-delay: 4s;
  transform: translateX(600px);
}
body .page3 #wrap.run .pipe {
  width: 100vw;
  transition: 1.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 0.3s;
}
body .page3 #wrap.run .pipe:after {
  transition-delay: 0s, 0s;
  transform: scaleY(0);
}
body .page3 #wrap.run .pipe:before {
  top: -12.5%;
  height: 125%;
}
body .page3 #wrap.run div p .word span {
  -webkit-animation: grow2 0.5s ease-in-out 1 forwards, run2 1.5s ease-in 1 forwards;
          animation: grow2 0.5s ease-in-out 1 forwards, run2 1.5s ease-in 1 forwards;
}
@-webkit-keyframes grow2 {
  to {
    transform: translateX(0px) translateY(-4px);
  }
}
@keyframes grow2 {
  to {
    transform: translateX(0px) translateY(-4px);
  }
}
@-webkit-keyframes run2 {
  from {
    transform: translateX(0px) translateY(-4px);
  }
  to {
    transform: translateX(500px) translateY(-4px);
  }
}
@keyframes run2 {
  from {
    transform: translateX(0px) translateY(-4px);
  }
  to {
    transform: translateX(500px) translateY(-4px);
  }
}
body .page3 #wrap.run div p .word span:before {
  -webkit-animation: grow 0.5s ease-in-out 1 forwards, run 0.35s steps(3, start) infinite;
          animation: grow 0.5s ease-in-out 1 forwards, run 0.35s steps(3, start) infinite;
  -webkit-animation-delay: 0s, 0.5s;
          animation-delay: 0s, 0.5s;
}
body .page3 #wrap.run div p .word span:nth-of-type(39) {
  -webkit-animation-delay: 0.0333333333s, 0.5333333333s;
          animation-delay: 0.0333333333s, 0.5333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(39):before {
  -webkit-animation-delay: 0.0333333333s, 0.5333333333s;
          animation-delay: 0.0333333333s, 0.5333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(38) {
  -webkit-animation-delay: 0.0666666667s, 0.5666666667s;
          animation-delay: 0.0666666667s, 0.5666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(38):before {
  -webkit-animation-delay: 0.0666666667s, 0.5666666667s;
          animation-delay: 0.0666666667s, 0.5666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(37) {
  -webkit-animation-delay: 0.1s, 0.6s;
          animation-delay: 0.1s, 0.6s;
}
body .page3 #wrap.run div p .word span:nth-of-type(37):before {
  -webkit-animation-delay: 0.1s, 0.6s;
          animation-delay: 0.1s, 0.6s;
}
body .page3 #wrap.run div p .word span:nth-of-type(36) {
  -webkit-animation-delay: 0.1333333333s, 0.6333333333s;
          animation-delay: 0.1333333333s, 0.6333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(36):before {
  -webkit-animation-delay: 0.1333333333s, 0.6333333333s;
          animation-delay: 0.1333333333s, 0.6333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(35) {
  -webkit-animation-delay: 0.1666666667s, 0.6666666667s;
          animation-delay: 0.1666666667s, 0.6666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(35):before {
  -webkit-animation-delay: 0.1666666667s, 0.6666666667s;
          animation-delay: 0.1666666667s, 0.6666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(34) {
  -webkit-animation-delay: 0.2s, 0.7s;
          animation-delay: 0.2s, 0.7s;
}
body .page3 #wrap.run div p .word span:nth-of-type(34):before {
  -webkit-animation-delay: 0.2s, 0.7s;
          animation-delay: 0.2s, 0.7s;
}
body .page3 #wrap.run div p .word span:nth-of-type(33) {
  -webkit-animation-delay: 0.2333333333s, 0.7333333333s;
          animation-delay: 0.2333333333s, 0.7333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(33):before {
  -webkit-animation-delay: 0.2333333333s, 0.7333333333s;
          animation-delay: 0.2333333333s, 0.7333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(32) {
  -webkit-animation-delay: 0.2666666667s, 0.7666666667s;
          animation-delay: 0.2666666667s, 0.7666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(32):before {
  -webkit-animation-delay: 0.2666666667s, 0.7666666667s;
          animation-delay: 0.2666666667s, 0.7666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(31) {
  -webkit-animation-delay: 0.3s, 0.8s;
          animation-delay: 0.3s, 0.8s;
}
body .page3 #wrap.run div p .word span:nth-of-type(31):before {
  -webkit-animation-delay: 0.3s, 0.8s;
          animation-delay: 0.3s, 0.8s;
}
body .page3 #wrap.run div p .word span:nth-of-type(30) {
  -webkit-animation-delay: 0.3333333333s, 0.8333333333s;
          animation-delay: 0.3333333333s, 0.8333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(30):before {
  -webkit-animation-delay: 0.3333333333s, 0.8333333333s;
          animation-delay: 0.3333333333s, 0.8333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(29) {
  -webkit-animation-delay: 0.3666666667s, 0.8666666667s;
          animation-delay: 0.3666666667s, 0.8666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(29):before {
  -webkit-animation-delay: 0.3666666667s, 0.8666666667s;
          animation-delay: 0.3666666667s, 0.8666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(28) {
  -webkit-animation-delay: 0.4s, 0.9s;
          animation-delay: 0.4s, 0.9s;
}
body .page3 #wrap.run div p .word span:nth-of-type(28):before {
  -webkit-animation-delay: 0.4s, 0.9s;
          animation-delay: 0.4s, 0.9s;
}
body .page3 #wrap.run div p .word span:nth-of-type(27) {
  -webkit-animation-delay: 0.4333333333s, 0.9333333333s;
          animation-delay: 0.4333333333s, 0.9333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(27):before {
  -webkit-animation-delay: 0.4333333333s, 0.9333333333s;
          animation-delay: 0.4333333333s, 0.9333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(26) {
  -webkit-animation-delay: 0.4666666667s, 0.9666666667s;
          animation-delay: 0.4666666667s, 0.9666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(26):before {
  -webkit-animation-delay: 0.4666666667s, 0.9666666667s;
          animation-delay: 0.4666666667s, 0.9666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(25) {
  -webkit-animation-delay: 0.5s, 1s;
          animation-delay: 0.5s, 1s;
}
body .page3 #wrap.run div p .word span:nth-of-type(25):before {
  -webkit-animation-delay: 0.5s, 1s;
          animation-delay: 0.5s, 1s;
}
body .page3 #wrap.run div p .word span:nth-of-type(24) {
  -webkit-animation-delay: 0.5333333333s, 1.0333333333s;
          animation-delay: 0.5333333333s, 1.0333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(24):before {
  -webkit-animation-delay: 0.5333333333s, 1.0333333333s;
          animation-delay: 0.5333333333s, 1.0333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(23) {
  -webkit-animation-delay: 0.5666666667s, 1.0666666667s;
          animation-delay: 0.5666666667s, 1.0666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(23):before {
  -webkit-animation-delay: 0.5666666667s, 1.0666666667s;
          animation-delay: 0.5666666667s, 1.0666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(22) {
  -webkit-animation-delay: 0.6s, 1.1s;
          animation-delay: 0.6s, 1.1s;
}
body .page3 #wrap.run div p .word span:nth-of-type(22):before {
  -webkit-animation-delay: 0.6s, 1.1s;
          animation-delay: 0.6s, 1.1s;
}
body .page3 #wrap.run div p .word span:nth-of-type(21) {
  -webkit-animation-delay: 0.6333333333s, 1.1333333333s;
          animation-delay: 0.6333333333s, 1.1333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(21):before {
  -webkit-animation-delay: 0.6333333333s, 1.1333333333s;
          animation-delay: 0.6333333333s, 1.1333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(20) {
  -webkit-animation-delay: 0.6666666667s, 1.1666666667s;
          animation-delay: 0.6666666667s, 1.1666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(20):before {
  -webkit-animation-delay: 0.6666666667s, 1.1666666667s;
          animation-delay: 0.6666666667s, 1.1666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(19) {
  -webkit-animation-delay: 0.7s, 1.2s;
          animation-delay: 0.7s, 1.2s;
}
body .page3 #wrap.run div p .word span:nth-of-type(19):before {
  -webkit-animation-delay: 0.7s, 1.2s;
          animation-delay: 0.7s, 1.2s;
}
body .page3 #wrap.run div p .word span:nth-of-type(18) {
  -webkit-animation-delay: 0.7333333333s, 1.2333333333s;
          animation-delay: 0.7333333333s, 1.2333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(18):before {
  -webkit-animation-delay: 0.7333333333s, 1.2333333333s;
          animation-delay: 0.7333333333s, 1.2333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(17) {
  -webkit-animation-delay: 0.7666666667s, 1.2666666667s;
          animation-delay: 0.7666666667s, 1.2666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(17):before {
  -webkit-animation-delay: 0.7666666667s, 1.2666666667s;
          animation-delay: 0.7666666667s, 1.2666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(16) {
  -webkit-animation-delay: 0.8s, 1.3s;
          animation-delay: 0.8s, 1.3s;
}
body .page3 #wrap.run div p .word span:nth-of-type(16):before {
  -webkit-animation-delay: 0.8s, 1.3s;
          animation-delay: 0.8s, 1.3s;
}
body .page3 #wrap.run div p .word span:nth-of-type(15) {
  -webkit-animation-delay: 0.8333333333s, 1.3333333333s;
          animation-delay: 0.8333333333s, 1.3333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(15):before {
  -webkit-animation-delay: 0.8333333333s, 1.3333333333s;
          animation-delay: 0.8333333333s, 1.3333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(14) {
  -webkit-animation-delay: 0.8666666667s, 1.3666666667s;
          animation-delay: 0.8666666667s, 1.3666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(14):before {
  -webkit-animation-delay: 0.8666666667s, 1.3666666667s;
          animation-delay: 0.8666666667s, 1.3666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(13) {
  -webkit-animation-delay: 0.9s, 1.4s;
          animation-delay: 0.9s, 1.4s;
}
body .page3 #wrap.run div p .word span:nth-of-type(13):before {
  -webkit-animation-delay: 0.9s, 1.4s;
          animation-delay: 0.9s, 1.4s;
}
body .page3 #wrap.run div p .word span:nth-of-type(12) {
  -webkit-animation-delay: 0.9333333333s, 1.4333333333s;
          animation-delay: 0.9333333333s, 1.4333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(12):before {
  -webkit-animation-delay: 0.9333333333s, 1.4333333333s;
          animation-delay: 0.9333333333s, 1.4333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(11) {
  -webkit-animation-delay: 0.9666666667s, 1.4666666667s;
          animation-delay: 0.9666666667s, 1.4666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(11):before {
  -webkit-animation-delay: 0.9666666667s, 1.4666666667s;
          animation-delay: 0.9666666667s, 1.4666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(10) {
  -webkit-animation-delay: 1s, 1.5s;
          animation-delay: 1s, 1.5s;
}
body .page3 #wrap.run div p .word span:nth-of-type(10):before {
  -webkit-animation-delay: 1s, 1.5s;
          animation-delay: 1s, 1.5s;
}
body .page3 #wrap.run div p .word span:nth-of-type(9) {
  -webkit-animation-delay: 1.0333333333s, 1.5333333333s;
          animation-delay: 1.0333333333s, 1.5333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(9):before {
  -webkit-animation-delay: 1.0333333333s, 1.5333333333s;
          animation-delay: 1.0333333333s, 1.5333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(8) {
  -webkit-animation-delay: 1.0666666667s, 1.5666666667s;
          animation-delay: 1.0666666667s, 1.5666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(8):before {
  -webkit-animation-delay: 1.0666666667s, 1.5666666667s;
          animation-delay: 1.0666666667s, 1.5666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(7) {
  -webkit-animation-delay: 1.1s, 1.6s;
          animation-delay: 1.1s, 1.6s;
}
body .page3 #wrap.run div p .word span:nth-of-type(7):before {
  -webkit-animation-delay: 1.1s, 1.6s;
          animation-delay: 1.1s, 1.6s;
}
body .page3 #wrap.run div p .word span:nth-of-type(6) {
  -webkit-animation-delay: 1.1333333333s, 1.6333333333s;
          animation-delay: 1.1333333333s, 1.6333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(6):before {
  -webkit-animation-delay: 1.1333333333s, 1.6333333333s;
          animation-delay: 1.1333333333s, 1.6333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(5) {
  -webkit-animation-delay: 1.1666666667s, 1.6666666667s;
          animation-delay: 1.1666666667s, 1.6666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(5):before {
  -webkit-animation-delay: 1.1666666667s, 1.6666666667s;
          animation-delay: 1.1666666667s, 1.6666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(4) {
  -webkit-animation-delay: 1.2s, 1.7s;
          animation-delay: 1.2s, 1.7s;
}
body .page3 #wrap.run div p .word span:nth-of-type(4):before {
  -webkit-animation-delay: 1.2s, 1.7s;
          animation-delay: 1.2s, 1.7s;
}
body .page3 #wrap.run div p .word span:nth-of-type(3) {
  -webkit-animation-delay: 1.2333333333s, 1.7333333333s;
          animation-delay: 1.2333333333s, 1.7333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(3):before {
  -webkit-animation-delay: 1.2333333333s, 1.7333333333s;
          animation-delay: 1.2333333333s, 1.7333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(2) {
  -webkit-animation-delay: 1.2666666667s, 1.7666666667s;
          animation-delay: 1.2666666667s, 1.7666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(2):before {
  -webkit-animation-delay: 1.2666666667s, 1.7666666667s;
          animation-delay: 1.2666666667s, 1.7666666667s;
}
body .page3 #wrap.run div p .word span:nth-of-type(1) {
  -webkit-animation-delay: 1.3s, 1.8s;
          animation-delay: 1.3s, 1.8s;
}
body .page3 #wrap.run div p .word span:nth-of-type(1):before {
  -webkit-animation-delay: 1.3s, 1.8s;
          animation-delay: 1.3s, 1.8s;
}
body .page3 #wrap.run div p .word span:nth-of-type(0) {
  -webkit-animation-delay: 1.3333333333s, 1.8333333333s;
          animation-delay: 1.3333333333s, 1.8333333333s;
}
body .page3 #wrap.run div p .word span:nth-of-type(0):before {
  -webkit-animation-delay: 1.3333333333s, 1.8333333333s;
          animation-delay: 1.3333333333s, 1.8333333333s;
}
body .page3 #wrap input {
  opacity: 0;
  z-index: 9;
}
body .page3 #wrap input, body .page3 #wrap div {
  position: absolute;
  height: 100%;
  box-sizing: border-box;
  width: 25%;
  left: 75%;
  top: 0;
}
body .page3 #wrap input.pipe, body .page3 #wrap div.pipe {
  background: linear-gradient(to bottom, #01a500 75%, #73ff72 75%, #73ff72 85%, #01a500 85%);
  box-shadow: inset 0 0 0 5px #222;
  transition: 0.75s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body .page3 #wrap input.pipe:after, body .page3 #wrap div.pipe:after {
  content: "ENVOYER";
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: transform 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275), letter-spacing 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-delay: 1s, 0s;
}
body .page3 #wrap input.pipe:before, body .page3 #wrap div.pipe:before {
  content: "";
  position: absolute;
  width: 25px;
  top: 50%;
  background: inherit;
  box-shadow: inherit;
  left: -20px;
  height: 0px;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
body .page3 #wrap input.field, body .page3 #wrap div.field {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: 0.75s ease-in-out;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
body .page3 #wrap input.field p, body .page3 #wrap div.field p {
  background: #fff;
  box-shadow: inset 0 5px 0 0 #222, inset 0 -5px 0 0 #222, inset 5px 0 0 0 #222;
  position: relative;
  z-index: 10;
}
body .page3 #wrap input.field:after, body .page3 #wrap div.field:after {
  content: "";
  height: 30px;
  width: 4px;
  background: #222;
  margin-left: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) scale(0);
  z-index: 9;
  -webkit-animation: flash 0.5s linear infinite alternate;
          animation: flash 0.5s linear infinite alternate;
  transition: 0s ease-in-out;
  transition-delay: 3s;
}
@-webkit-keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.01% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  50.01% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
body .page3 #wrap input.field:before, body .page3 #wrap div.field:before {
  content: "";
  transition: 0.75s ease-in-out;
  position: absolute;
  width: calc(100% + 5px);
  height: 100%;
  box-shadow: inset 0 0 0 5px #222;
  left: 0;
  top: 0;
  background: #fff;
}
body .page3 #wrap input.field p, body .page3 #wrap input.field .word, body .page3 #wrap div.field p, body .page3 #wrap div.field .word {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}
body .page3 #wrap input.field .word, body .page3 #wrap div.field .word {
  padding-left: 15px;
}
body .page3 #wrap input.field span.char, body .page3 #wrap div.field span.char {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #222;
  transform: translateX(0px) translateY(5px);
}
body .page3 #wrap input.field span.char:before, body .page3 #wrap div.field span.char:before {
  content: "";
  position: absolute;
  left: calc(50% - 1.25px);
  top: calc(50% + 25px);
  width: 48px;
  height: 60px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/383755/mariohead.png");
  -ms-interpolation-mode: nearest-neighbor;
      image-rendering: -moz-crisp-edges;
      image-rendering: pixelated;
  background-size: 192px 96px;
  background-position: -48px 100%;
  transform: translate(-50%, -50%) scale(0.85);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
@-webkit-keyframes run {
  from {
    background-position: -96px 100%;
  }
  to {
    background-position: 48px 100%;
  }
}
@keyframes run {
  from {
    background-position: -96px 100%;
  }
  to {
    background-position: 48px 100%;
  }
}
@-webkit-keyframes grow {
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes grow {
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
body .page3 #wrap input.email, body .page3 #wrap input.field, body .page3 #wrap div.email, body .page3 #wrap div.field {
  width: 75%;
  left: 0;
}
body .page3 .contact {
  z-index: 4;
  display: flex;
  justify-content: space-evenly;
  width: 50%;
}
body .page3 .contact a {
  display: flex;
  color: white;
  text-decoration: none;
}
body .page3 .contact a:before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  margin: -5px 15px 0 0;
  background-size: 810px;
  background-image: url(/assets/characters.png);
  background-position: 375px 562px;
}
body .page3 .contact a:hover:before {
  -webkit-animation-name: mariol;
          animation-name: mariol;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: steps(4);
          animation-timing-function: steps(4);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes mariol {
  from {
    background-position: 375px 562px;
  }
  to {
    background-position: 280px 562px;
  }
}
@keyframes mariol {
  from {
    background-position: 375px 562px;
  }
  to {
    background-position: 280px 562px;
  }
}

@media screen and (max-width: 830px) and (min-width: 350px) {
  body {
    margin: 0%;
    width: auto;
  }
  body .page0 {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body .page0 .mesimages {
    background-image: url(/assets/TENNIS1.JPG);
    width: 100vw;
    height: 10vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  body .page0 p {
    padding-top: 1rem;
  }
  body .page0 .text-pourcentages .chiffre_pourcentages {
    display: flex;
    align-items: center;
  }
  body .page0 .titre_infos_pourcentages {
    display: flex;
    width: 100%;
  }
  body .page0 .titre_infos_pourcentages .titre_infos {
    width: 100%;
  }
  body .page0 .titre_infos_pourcentages .titre_infos h1 {
    font-size: 1.2em;
    padding: 1rem;
  }
  body .page0 .titre_infos_pourcentages .titre_infos ul li {
    font-size: 0.8em;
    text-align: center;
    margin: auto;
  }
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #111;
    height: auto;
    width: 100vw;
    padding-top: 40px;
    color: #fff;
  }
  footer div.social {
    display: flex;
    justify-content: space-around;
    font-size: 2.4em;
    flex-direction: row;
    margin-top: 0.5em;
  }
  footer .social i {
    color: #bac6d9;
  }
}
@media screen and (min-width: 350px) and (max-width: 950px) {
  body .page1 #myVideo {
    position: absolute;
    right: 0;
    top: 0;
  }
  body .page1 .background {
    display: flex;
    align-items: center;
    font-size: 3vw;
  }
  body .page1 .background .paragraphe-transparent {
    font-size: 1vw;
    height: 30vh;
    width: 80%;
  }
}
@media screen and (max-width: 840px) {
  body .page2 {
    display: flex;
    align-items: center;
  }
  body .page2 .images {
    display: flex;
  }
  body .page2 .images img {
    width: 30VW;
  }
}
@media screen and (max-width: 540px) {
  body .page2 {
    display: flex;
  }
  body .page2 h2 {
    font-size: 3vw;
    justify-content: center;
  }
  body .page2 h3 {
    font-size: 2vw;
    margin: auto;
  }
}/*# sourceMappingURL=Onepage-style.css.map */