@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
@import url(https://fonts.googleapis.com/css?family=Lato);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);
body {
  margin: 0px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
}
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #6f6f6f;
}
nav h1 {
  color: #717171;
  font-family: "Playfair Display", sans-serif;
  font-size: 0px;
}
nav .onglets {
  margin-top: 0px;
  margin-left: 500px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/banner/js-banner.jpg");
  background-size: cover;
  padding: 20%;
  margin-bottom: -20px;
  max-width: 1152px;
  max-height: 537px;
}
header h4 {
  margin-top: -10px;
  font-size: 0px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.paypal {
  width: 200px;
  height: 100px;
  border: none;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
}
.kickstarter {
  width: 210px;
  height: 100px;
  border: none;
  margin-bottom: 10px;
  outline: none;
  cursor: pointer;
}
.main {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .content .card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 40px;
}
.main .content .card .left {
  flex: 0 0 30%;
  padding: 20px;
  background-color: black;
  color: #fff;
}
.main .content .card .right img {
  height: 300px;
  width: 400px;
  margin-top: 5px;
}

.main .content .card .presskit {
  text-align: center;
  flex: 0 0 30%;
  background-color: black;
  color: #fff;
}

footer {
  margin-top: 40px;
  border-top: 5px solid #6f6f6f;
  background-color: rgb(0, 0, 0);
  color: #fff;
  padding: 30px 100px;
}

/* ---------------------------------------------------------------------- */
a {
  text-decoration: none;
  color: #fff;
}
p > a:hover {
  color: #d9d9d9;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1% 0 1% 0;
}
._12 {
  font-size: 1.2em;
}
._14 {
  font-size: 1.4em;
}
ul {
  padding: 0;
  list-style: none;
}
.footer-social-icons {
  width: 350px;
  display: block;
  margin: 0 auto;
}
.social-icon {
  color: #fff;
}
ul.social-icons {
  margin-top: 10px;
}
.social-icons li {
  vertical-align: top;
  display: inline;
  height: 100px;
}
.social-icons a {
  color: #fff;
  text-decoration: none;
}
.fa-facebook {
  padding: 40px 44px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #322f30;
}
.fa-facebook:hover {
  background-color: #3d5b99;
}
.fa-twitter {
  padding: 40px 42px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #322f30;
}
.fa-twitter:hover {
  background-color: #00aced;
}

.fa-youtube {
  padding: 40px 44px;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #322f30;
}
.fa-youtube:hover {
  background-color: #e64a41;
}

#preorder {
  font-size: 120%;
  padding: 1rem;
  border-radius: 3px;
  background-color: #05ce78;
}
#preorder:hover {
  background-color: #015738;
}

#preorder-section {
  margin-top: 40px;
}
