/* Generated by less 2.5.1 */
@charset "utf-8";
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;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  background-color: white;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: white;
}
p {
  color: black;
}
h2 {
  font-size: 30px;
  font-weight: 700;
  border-bottom: solid 2px black;
  text-transform: uppercase;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 960px;
  margin: 0 auto;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------- Nav -- */
div.top .burger {
  width: 50px;
  height: 50px;
  background-color: royalblue;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
div.top .burger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
div.top .burger span:before,
div.top .burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
  transition: all 0.3s ease-in-out;
}
div.top .burger span:before {
  top: -10px;
}
div.top .burger span:after {
  top: 10px;
}
div.top .burger.burger-open span {
  background-color: rgba(0, 0, 0, 0);
}
div.top .burger.burger-open span:before {
  transform: rotate(45deg);
  top: 0;
}
div.top .burger.burger-open span:after {
  transform: rotate(135deg);
  top: 0;
}
div.top .menu {
  height: 45vh;
  background-color: rgba(255, 255, 255, 0.97);
  position: fixed;
  right: 0;
  width: 20%;
  z-index: 2;
  transform: translateX(100%);
  overflow-x: hidden;
  transition: transform 0.3s ease-in-out;
}
div.top .menu.is-open {
  transform: translateX(0);
}
div.top .menu ul {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  padding-left: 50px;
}
div.top .menu ul li {
  list-style-type: none;
  display: block;
  margin-bottom: 20px;
}
div.top .menu ul li a {
  display: block;
  color: royalblue;
  line-height: 3rem;
  font-size: 0.9rem;
  padding-left: 20px;
  position: relative;
}
div.top .menu ul li a:before,
div.top .menu ul li a:after {
  content: '';
  position: absolute;
  display: block;
  height: 1px;
  background-color: royalblue;
  width: 80%;
  left: 0;
}
/* ------------------------------- Header -- */
header {
  margin-top: 50px;
}
header h1 {
  font-size: 150px;
  margin-top: 50px;
}
header p {
  font-size: 50px;
}
header div.image {
  display: block;
  float: right;
  margin-right: -200px;
  margin-top: -80px;
}
/* ---------------------------------- A propos-- */
div.contain-a-propos {
  position: relative;
}
div.contain-a-propos article.a-propos {
  width: 70%;
  margin-top: -300px;
  position: absolute;
}
div.contain-a-propos article.a-propos h2 {
  width: 280px;
}
div.contain-a-propos article.a-propos p {
  color: #534741;
  font-size: 20px;
  padding-top: 20px;
  text-align: justify;
}
/* ---------------------------------- intro-- */
div.contain-intro {
  height: 1000px;
  background-image: url(../imgs/intro.jpg);
  background-size: cover;
  background-position: top;
  margin: 100px 0;
}
div.contain-intro article.intro {
  width: 40%;
  padding-top: 200px;
  padding-right: 300px;
  float: right;
  margin: 0 auto;
  text-align: right;
}
div.contain-intro article.intro h2 {
  color: white;
  border-bottom: solid 2px white;
}
div.contain-intro article.intro p {
  color: white;
  font-size: 20px;
  padding-top: 20px;
}
/* ---------------------------------- Racer-- */
div.contain-racer {
  margin-top: 200px;
  margin-bottom: 150px;
}
div.contain-racer div.moto {
  position: relative;
  float: right;
  top: -300px;
  right: -200px;
}
div.contain-racer article.racer {
  width: 40%;
}
div.contain-racer article.racer h2 {
  padding-top: 200px;
}
div.contain-racer article.racer p {
  margin-top: 20px;
  font-size: 20px;
  text-align: justify;
}
/* ---------------------------------- vintage-- */
div.contain-vintage {
  background-image: url(../imgs/vintage.jpg);
  background-size: cover;
  background-position: bottom;
  height: 900px;
}
div.contain-vintage article.vintage p {
  font-size: 50px;
  color: white;
  text-align: center;
  padding-top: 350px;
}
/* ---------------------------------- Détails-- */
div.details {
  margin-top: 200px;
  margin-bottom: 200px;
}
div.details h2 {
  width: 200px;
  text-align: center;
  margin: 0 auto;
}
div.details div.visuel {
  width: calc(33.333% - 20px);
  margin: 100px 10px;
  height: 200px;
  float: left;
  background-color: #534741;
}
div.details div.visuel:nth-of-type(1) {
  background-image: url(../imgs/photo1.jpg);
  background-size: cover;
}
div.details div.visuel:nth-of-type(1):hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: all 0.5s;
}
div.details div.visuel:nth-of-type(2) {
  background-image: url(../imgs/photo2.jpg);
  background-size: cover;
}
div.details div.visuel:nth-of-type(2):hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: all 0.5s;
}
div.details div.visuel:nth-of-type(3) {
  background-image: url(../imgs/photo3.jpg);
  background-size: cover;
}
div.details div.visuel:nth-of-type(3):hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
  transition: all 0.5s;
}
/* ---------------------------------- Vidéo-- */
div.video {
  padding: 0 10px;
  margin-bottom: 200px;
}
div.video iframe {
  width: 940px;
  height: 515px;
}
/* ---------------------------------- Footer- */
footer {
  background-color: black;
  height: 160px;
  position: relative;
}
footer img {
  position: absolute;
  margin: 0 auto;
  top: -100px;
  left: 760px;
}
footer p {
  color: white;
  text-align: center;
  line-height: 160px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 1024px;
    margin: 0 auto;
  }
  /* --------------------------------------------------------------- HEADER -- */
  header {
    padding: 10px;
  }
  header div.image {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: -80px;
  }
  /* ---------------------------------------------------------------A PROPOS -- */
  div.contain-a-propos {
    position: relative;
  }
  div.contain-a-propos article.a-propos {
    width: 70%;
    margin-top: -300px;
    position: absolute;
    padding-left: 10px;
  }
  div.contain-a-propos article.a-propos h2 {
    width: 280px;
  }
  div.contain-a-propos article.a-propos p {
    color: #534741;
    font-size: 20px;
    padding-top: 20px;
    text-align: justify;
  }
  /* --------------------------------------------------------------- INTRO -- */
  div.contain-intro {
    height: 600px;
    background-image: url(../imgs/intro.jpg);
    background-size: cover;
    background-position: center;
    margin: 100px 0;
  }
  div.contain-intro article.intro {
    width: 60%;
    padding-top: 50px;
    padding-right: 10px;
    float: right;
    margin: 0 auto;
    text-align: right;
  }
  /* --------------------------------------------------------------- RACER -- */
  div.contain-racer div.moto {
    top: -250px;
    right: 0px;
  }
  div.contain-racer div.moto img {
    width: 100%;
  }
  div.contain-racer article.racer {
    width: 40%;
    padding: 10px;
  }
  div.contain-racer article.racer h2 {
    padding-top: 200px;
  }
  div.contain-racer article.racer p {
    margin-top: 20px;
    font-size: 20px;
    text-align: justify;
  }
  /* --------------------------------------------------------------- DETAILS -- */
  div.details {
    margin-top: 100px;
    margin-bottom: 200px;
  }
  /* --------------------------------------------------------------- VIDEO -- */
  div.video {
    padding: 0 10px;
    margin-bottom: 100px;
  }
  div.video iframe {
    width: 1004px;
    height: 515px;
  }
  /* --------------------------------------------------------------- FOOTER -- */
  footer img {
    top: -50px;
    left: 460px;
  }
  footer p {
    color: white;
    text-align: center;
    line-height: 0;
    padding-top: 120px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.video {
    padding: 0 10px;
    margin-bottom: 100px;
  }
  div.video iframe {
    width: 940px;
    height: 515px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  h2 {
    font-size: 26px;
  }
  div.top .menu {
    width: 40%;
  }
  div.top ul {
    top: 60%;
  }
  header {
    padding: 20px;
  }
  header h1 {
    font-size: 100px;
  }
  div.contain-a-propos article.a-propos {
    width: 100%;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }
  div.contain-a-propos article.a-propos h2 {
    width: 250px;
  }
  div.contain-a-propos article.a-propos p {
    font-size: 16px;
  }
  div.contain-intro {
    height: 400px;
    margin: 50px 0;
  }
  div.contain-intro article.intro {
    width: 70%;
    padding-top: 20px;
    padding-right: 30px;
  }
  div.contain-intro article.intro p {
    font-size: 16px;
  }
  div.contain-racer {
    margin-top: 100px;
    margin-bottom: 50px;
  }
  div.contain-racer div.moto {
    float: none;
    top: -180px;
    right: 0px;
    padding: 60px;
  }
  div.contain-racer div.moto img {
    width: 50%;
  }
  div.contain-racer article.racer {
    width: 100%;
    margin-top: -320px;
    padding: 30px;
  }
  div.contain-racer article.racer h2 {
    width: 270px;
  }
  div.contain-racer article.racer p {
    font-size: 20px;
  }
  div.contain-vintage {
    height: auto;
  }
  div.contain-vintage article.vintage p {
    font-size: 36px;
    padding: 200px;
  }
  div.video iframe {
    width: 748px;
    height: 515px;
  }
  footer img {
    top: -70px;
    left: 320px;
  }
  footer p {
    color: white;
    text-align: center;
    line-height: 0;
    padding-top: 130px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 414px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  h2 {
    font-size: 20px;
  }
  div.top .menu {
    height: 70vh;
    width: 60%;
  }
  div.top ul {
    top: 60%;
  }
  header h1 {
    font-size: 50px;
    margin-top: 50px;
  }
  header p {
    font-size: 25px;
  }
  header div.image {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: -40px;
  }
  div.contain-a-propos article.a-propos {
    margin-top: -150px;
  }
  div.contain-a-propos article.a-propos p {
    font-size: 14px;
  }
  div.contain-intro {
    height: 300px;
    background-position: left;
    margin: 150px 0;
  }
  div.contain-intro article.intro {
    width: 80%;
    padding-top: 30px;
  }
  div.contain-intro article.intro h2 {
    font-size: 16px;
  }
  div.contain-intro article.intro p {
    font-size: 10px;
  }
  div.contain-racer {
    margin-bottom: 0px;
  }
  div.contain-racer div.moto {
    top: -220px;
    right: 0px;
    padding: 60px;
  }
  div.contain-racer div.moto img {
    width: 50%;
  }
  div.contain-racer article.racer {
    width: 100%;
    margin-top: -450px;
    padding: 30px;
  }
  div.contain-racer article.racer h2 {
    width: 210px;
  }
  div.contain-racer article.racer p {
    font-size: 14px;
  }
  div.contain-vintage {
    height: auto;
  }
  div.contain-vintage article.vintage p {
    font-size: 20px;
    padding: 50px;
  }
  div.details {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  div.details h2 {
    width: 140px;
  }
  div.details div.visuel {
    width: calc(100% - 20px);
    margin: 20px 10px;
    float: none;
  }
  div.details div.visuel:nth-of-type(1) {
    background-image: url(../imgs/photo1.jpg);
    background-size: cover;
  }
  div.details div.visuel:nth-of-type(2) {
    background-image: url(../imgs/photo2.jpg);
    background-size: cover;
  }
  div.details div.visuel:nth-of-type(3) {
    background-image: url(../imgs/photo3.jpg);
    background-size: cover;
  }
  /* ---------------------------------- Vidéo-- */
  div.video iframe {
    width: 394px;
    height: 400px;
  }
  /* ---------------------------------- Footer- */
  footer img {
    top: -70px;
    left: 120px;
  }
  footer p {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.contain-intro {
    margin: 200px 0;
  }
  div.contain-intro article.intro {
    padding-top: 20px;
  }
  div.contain-racer div.moto {
    top: -280px;
  }
  div.contain-racer article.racer {
    margin-top: -500px;
  }
  div.video iframe {
    width: 355px;
    height: 350px;
  }
  footer img {
    top: -70px;
    left: 140px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 360px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 360px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.contain-racer div.moto {
    top: -270px;
  }
  div.video iframe {
    width: 340px;
    height: 350px;
  }
  footer img {
    top: -70px;
    left: 100px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.contain-a-propos article.a-propos {
    margin-top: -130px;
  }
  div.contain-a-propos article.a-propos h2 {
    width: 180px;
  }
  div.contain-intro {
    margin: 250px 0;
  }
  div.contain-intro article.intro {
    width: 100%;
    padding: 15px 10px;
  }
  div.contain-racer {
    margin-bottom: 30px;
  }
  div.contain-racer div.moto {
    top: -330px;
    right: 0px;
  }
  div.contain-racer article.racer {
    margin-top: -580px;
  }
  div.details div.visuel {
    width: calc(100% - 10px);
    margin: 100px 5px;
    float: none;
  }
  div.video iframe {
    width: 300px;
    height: 350px;
  }
  footer img {
    top: -50px;
    left: 90px;
  }
}
