/* Generated by less 3.11.1 */
@charset "utf-8";
/*width: calc(25% - 20px);*/
* {
  box-sizing: border-box;
}
figure img {
  width: 100%;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
  display: block;
}
div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
  margin: 0;
  padding: 0;
}
img,
object,
embed,
canvas,
video,
audio,
picture,
svg {
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
figure img,
picture img {
  width: 100%;
}
body {
  margin: 0;
  background-color: black;
}
/*------------------------------------------------------Reset*/
.flex {
  display: flex;
  flex-wrap: wrap;
}
.center {
  width: 90%;
  margin: 0 auto;
}
p {
  line-height: 30px;
}
/*---------------------------------------------Conteneur Design*/
.top {
  background-image: url(images/header.jpg);
  background-size: cover;
  min-height: 100vh;
  position: relative;
}
.top a.logo {
  text-indent: -9999px;
  margin: 0 auto;
  padding-top: 40px;
  background-image: url(images/Logo.png);
  width: 300px;
  height: 200px;
  animation: myAnimALogo 2s ease 0s 1 normal forwards;
}
.top a.logo:hover {
  background-image: url(images/LogoHover.png);
}
.top nav ul li a {
  text-indent: -9999px;
  width: 300px;
  height: 400px;
  position: absolute;
  animation: myAnimA 2s ease 0s 1 normal forwards;
  transition: 0.25s;
}
.top nav ul li:nth-of-type(1) a {
  height: 500px;
  left: 20px;
  bottom: 200px;
  background-image: url(images/Menu/zombie.png);
}
.top nav ul li:nth-of-type(1) a:hover {
  background-image: url(images/Menu/zombieHover.png);
}
.top nav ul li:nth-of-type(2) a {
  right: 240px;
  bottom: 350px;
  background-image: url(images/Menu/arbre.png);
}
.top nav ul li:nth-of-type(2) a:hover {
  background-image: url(images/Menu/arbreHover.png);
}
.top nav ul li:nth-of-type(3) a {
  left: 220px;
  bottom: 0;
  background-image: url(images/Menu/poupee.png);
}
.top nav ul li:nth-of-type(3) a:hover {
  background-image: url(images/Menu/poupeeHover.png);
}
.top nav ul li:nth-of-type(4) a {
  right: 25px;
  bottom: 0;
  background-image: url(images/Menu/Panneau.png);
}
.top nav ul li:nth-of-type(4) a:hover {
  background-image: url(images/Menu/PanneauHover.png);
}
.top header {
  position: absolute;
  background-image: url(images/SurpriseHeader.png);
  width: 700px;
  height: 605px;
  bottom: 0;
  left: 500px;
  animation: myAnim 1s ease 0s 1 normal forwards;
}
@keyframes myAnim {
  0% {
    opacity: 0;
    transform: translateY(250px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes myAnimA {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-2px, -2px);
  }
  20% {
    transform: translate(2px, -2px);
  }
  30% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, -2px);
  }
  70% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  90% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes myAnimALogo {
  0% {
    transform: translate(0);
  }
  10% {
    transform: translate(-2px, -2px);
  }
  20% {
    transform: translate(2px, -2px);
  }
  30% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(2px, 2px);
  }
  50% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, -2px);
  }
  70% {
    transform: translate(-2px, 2px);
  }
  80% {
    transform: translate(-2px, -2px);
  }
  90% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
.decouvrir {
  padding: 40px 0;
}
.decouvrir video {
  width: 50%;
}
.decouvrir article {
  width: 50%;
  flex: 1;
  padding: 0 20px;
  background-color: rgba(255, 255, 255, 0.73);
}
.decouvrir article h2 {
  text-align: center;
  margin: 20px 0;
  color: red;
}
.decouvrir article h1 {
  font-size: 16px;
  line-height: 30px;
}
.coupure {
  background-image: url(images/coupure.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}
.coupure figure {
  width: 300px;
  height: 200px;
  background-image: url(images/pictos/interdit.png);
  margin: 0 auto;
  padding-top: 50px;
}
.coupure h2 {
  color: white;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 40px;
}
.tarifs {
  padding: 40px 0;
}
.tarifs .flex {
  align-items: center;
}
.tarifs article {
  width: 50%;
  flex: 1;
  text-align: center;
  padding: 0 20px;
  color: white;
  position: relative;
}
.tarifs article:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(images/pictos/before.png);
  position: absolute;
  top: 0;
  left: 0;
}
.tarifs article ul li {
  margin-bottom: 20px;
  padding: 20px 0;
  border: solid 1px white;
}
.tarifs article ul li a {
  margin-left: 20px;
  text-transform: uppercase;
  color: red;
}
.tarifs video {
  width: 50%;
}
.photos {
  padding: 40px 0;
  position: relative;
}
.photos h2 {
  text-align: center;
  margin: 20px 0;
  color: red;
}
.photos a {
  margin: 0 auto;
  margin-left: 10px;
}
.photos:after {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(images/pictos/after.png);
  position: absolute;
  bottom: 0;
  right: 0;
}
.coupure2 {
  background-image: url(images/coupure2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}
.coupure2 figure {
  width: 300px;
  height: 200px;
  background-image: url(images/pictos/interdit.png);
  margin: 0 auto;
  padding-top: 50px;
}
.coupure2 h2 {
  color: red;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 40px;
}
.contact {
  background-image: url(images/coupure2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.contact .container {
  padding: 105px 380px;
}
.contact .container img {
  display: block;
  margin: 0 auto;
}
.contact .container h2 {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.contact .container form {
  width: 100%;
  margin-bottom: 40px;
  display: inline-block;
}
.contact .container form input {
  font-size: 18px;
  font-weight: 600;
  display: block;
  width: 110%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 0;
  border-bottom: solid 2px red;
  color: red;
  background-color: transparent;
  text-decoration: none;
  line-height: 30px;
}
.contact .container form textarea {
  display: block;
  margin: 0 auto;
  border: 0;
  background-color: transparent;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  width: 110%;
  min-height: 100px;
  resize: none;
  border-bottom: solid 2px red;
  color: red;
}
.contact .container form .btn4 {
  display: block;
  border: none;
  text-transform: uppercase;
  color: red;
  background-color: rgba(255, 255, 255, 0.65);
  border: solid 1px red;
  line-height: 50px;
  margin-top: 20px;
  margin-bottom: 40px;
  transition: 0.25s;
}
.contact .container form .btn4:hover {
  background-color: red;
  color: rgba(255, 255, 255, 0.65);
}
.contact:before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(images/pictos/before2.png);
  position: absolute;
  bottom: 0;
  left: 200px;
}
@media screen and (max-width: 1440px) {
  .center {
    width: 100%;
  }
  .top nav ul li:nth-of-type(1) a {
    bottom: 35px;
  }
  .top nav ul li:nth-of-type(2) a {
    bottom: 70px;
  }
  .top nav ul li:nth-of-type(3) a {
    bottom: -55px;
  }
  .top header {
    width: 395px;
    height: 515px;
    background-image: url(images/1440px/SurpriseHeader.png);
    bottom: -148px;
  }
}
/*---------------------------------------------Point Break*/
