/* Generated by less 3.11.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;
}
*:before,
:after {
  content: '';
}
html,
body {
  height: 100%;
  background-color: #fff;
  border: 0 solid transparent;
  font-size: 14px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Verdana', Geneva, sans-serif;
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-family: 'Audiowide', cursive;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
/*--------------------------------------RECURRENT--*/
.center {
  width: 960px;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.gotop {
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #ffb900;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: #4d560a;
  font-size: 22px;
  border-radius: 50%;
}
.gotop:hover {
  background-color: #ffb900;
}
a {
  text-decoration: none;
  list-style-type: none;
}
h2 {
  color: #ffb900;
  font-size: 80px;
  font-family: 'audiowide';
  text-align: center;
  padding-bottom: 60px;
  margin: 0 auto;
}
/*-----------------------------------FIN RECURRENT--*/
/*-----------------------------------NAV--*/
div.top-container {
  height: 70px;
  width: 100%;
  background-color: #4d560a;
  position: fixed;
  z-index: 999;
  box-shadow: 1px 2px 6px #000;
}
div.top-container div.menu {
  display: none;
}
div.top-container nav.menu ul {
  display: flex;
  justify-content: space-around;
  font-size: 0;
}
div.top-container nav.menu ul li {
  list-style-type: none;
  width: 25%;
  transition: all 0.2s;
  text-align: center;
  display: flex;
  justify-content: center;
}
div.top-container nav.menu ul li:hover {
  background-color: #3d4405;
}
div.top-container nav.menu ul li a {
  font-size: 16px;
  font-family: 'audiowide';
  color: #ffb900;
  transition: all 0.2s;
  line-height: 70px;
}
div.top-container nav.menu ul li a:hover {
  color: #fff;
}
div.top-container nav.menu ul li img {
  margin: 13px auto;
}
section.image {
  height: 575px;
  width: 100%;
  background-image: url(../img/quadheader.jpg);
  background-position: top center;
  display: flex;
  justify-content: center;
}
section.image div.logo {
  margin: auto 0;
  height: 315px;
  width: 515px;
}
section.image div.logo img {
  width: 95%;
  margin: 0 auto;
}
section.image div.logo h1 {
  margin-top: 30px;
  text-align: center;
  font-family: 'audiowide';
  font-size: 22.6px;
  color: #ff0000;
}
/*******************************************************NOUS****/
section.nous {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: auto;
  width: 100%;
  background-color: #4d560a;
}
section.nous article.center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-around;
  padding: 45px 30px;
}
section.nous article.center p.text {
  width: 450px;
  text-align: justify;
  color: #fff;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 300;
  margin: 0 20px 15px 20px;
  letter-spacing: -0.4px;
}
section.nous article.center p.text span.jaune {
  color: #ffb900;
  font-weight: normal;
}
/*******************************************************Nos offres****/
section.corps {
  width: 100%;
  background-image: url(../img/background.jpg);
  background-size: cover;
  background-position: center center;
}
section.corps div.noir {
  padding: 0 30px;
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  /*************************************petit quad blanc**/
  /*************************************Nos machines**/
  /*************************************CONTACT**/
}
section.corps div.noir section.offres {
  padding-top: 45px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.corps div.noir section.offres article.stage {
  height: auto;
  width: 280px;
  background-color: #fff;
  margin: 20px 10px;
  border-bottom: 10px solid #544747;
  position: relative;
}
section.corps div.noir section.offres article.stage h3 {
  font-family: 'audiowide';
  color: #ffb900;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  width: 280px;
  background-color: #544747;
}
section.corps div.noir section.offres article.stage p {
  text-align: justify;
  font-family: 'Roboto';
  padding: 10px 10px 15px 10px;
  font-size: 14px;
}
section.corps div.noir section.offres article.stage p span.ti {
  font-family: 'audiowide';
  color: #544747;
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
section.corps div.noir section.offres article.stage div.taupe {
  background-image: url(../img/quad2.jpg);
  height: 160px;
  width: 270px;
  margin: 10px auto;
  background-size: cover;
}
section.corps div.noir section.offres article.stage div.taupe1 {
  background-image: url(../img/quada.jpg);
  height: 160px;
  width: 270px;
  margin: 10px auto;
  background-size: cover;
  background-position: top top;
}
section.corps div.noir section.con {
  padding: 10px;
  border: 2px solid #ffb900;
  margin: 40px auto 0 auto;
}
section.corps div.noir section.con p {
  font-family: 'audiowide';
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  line-height: 26px;
  width: 580px;
}
section.corps div.noir section.con a {
  text-decoration: none;
  color: #ffb900;
  font-family: 'audiowide';
  font-size: 16px;
  display: block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  background-color: #4d560a;
  margin: 25px auto 0 auto;
  text-align: center;
  transition: all 0.5s;
}
section.corps div.noir section.con a:hover {
  background-color: #ffb900;
  color: #4d560a;
}
section.corps div.noir div.centre img {
  display: block;
  margin: 45px auto;
}
section.corps div.noir article.haut {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.corps div.noir article.haut div {
  margin: auto;
  margin-bottom: 50px;
  position: relative;
}
section.corps div.noir article.haut div article {
  height: 214px;
  width: 260px;
  position: absolute;
  background-size: cover;
  transition: all 0.9s;
}
section.corps div.noir article.haut div article p.ma {
  font-family: 'Roboto';
  color: #ffb900;
  font-size: 20px;
  text-align: center;
  position: absolute;
  line-height: 30px;
  width: 260px;
  top: 184px;
}
section.corps div.noir article.haut div article:hover {
  opacity: 0;
  cursor: pointer;
}
section.corps div.noir article.haut div article.un {
  background-image: url(../img/buggy525.jpg);
}
section.corps div.noir article.haut div article.deux {
  background-image: url(../img/buggy.jpg);
}
section.corps div.noir article.haut div article.trois {
  background-image: url(../img/yam700.jpg);
}
section.corps div.noir article.haut div article.quatre {
  background-image: url(../img/yfzr.jpg);
}
section.corps div.noir article.haut div article.cinq {
  background-image: url(../img/125orion.jpg);
}
section.corps div.noir article.haut div article.six {
  background-image: url(../img/yam250.jpg);
}
section.corps div.noir section.contact {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
}
section.corps div.noir section.contact h4 {
  font-family: 'audiowide';
  color: #ffb900;
  font-size: 40px;
  text-align: center;
  margin: 0 auto;
  display: block;
  margin-bottom: 90px;
}
section.corps div.noir section.contact article.der {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
section.corps div.noir section.contact article.der div.rdv {
  width: 300px;
  text-align: center;
  margin-bottom: 25px;
}
section.corps div.noir section.contact article.der div.rdv p.jaune {
  font-family: 'Roboto';
  text-align: center;
  font-size: 20px;
  color: #ffb900;
  text-decoration: underline;
  margin-bottom: 20px;
}
section.corps div.noir section.contact article.der div.rdv p {
  font-family: 'Roboto';
  margin-bottom: 20px;
  color: #fff;
}
section.corps div.noir section.contact article.der div.rdv p span.ja {
  color: #ffb900;
}
section.corps div.noir section.contact article.der div.num {
  width: 300px;
  text-align: center;
  margin-bottom: 25px;
}
section.corps div.noir section.contact article.der div.num i {
  color: #ffb900;
  margin-bottom: 10px;
  font-size: 21px;
}
section.corps div.noir section.contact article.der div.num p {
  font-family: 'Roboto';
  margin-bottom: 20px;
  color: #fff;
}
section.corps div.noir section.contact article.der div.num p span.as {
  display: block;
  text-decoration: underline;
  color: #ffb900;
  text-align: center;
}
section.corps div.noir section.contact p.bien {
  color: #ffb900;
  font-size: 25px;
  font-family: 'audiowide';
  text-align: center;
  margin: 0 auto 45px auto;
}
/*************************************FOOTER**/
footer {
  height: 30px;
  width: 100%;
  background-color: #4d560a;
  text-align: center;
}
footer p {
  line-height: 30px;
  color: #ffb900;
  font-size: 9px;
}
footer p a {
  display: inline-block;
}
/*-------------------------------- MEDIA QUERY 960px --------------------*/
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
  }
  /*******************************************************NOUS****/
  section.nous article.center p.text {
    width: 100%;
    margin: 0 20px 40px 20px;
    letter-spacing: 0px;
  }
  /*******************************************************NOS OFFRES****/
  section.corps div.noir section.offres article.stage {
    width: 100%;
  }
  section.corps div.noir section.offres article.stage h3 {
    width: 100%;
    font-size: 20px;
    line-height: 50px;
  }
  section.corps div.noir section.offres article.stage p {
    text-align: center;
  }
  section.corps div.noir section.offres article.stage div.taupe {
    height: 400px;
    width: 98%;
    background-position: center center;
  }
  section.corps div.noir section.offres article.stage div.taupe1 {
    height: 400px;
    width: 98%;
    background-position: center top;
  }
  section.corps div.noir section.con {
    padding: 10px;
    border: 2px solid #ffb900;
    margin: 40px auto 0 auto;
  }
  section.corps div.noir section.con p {
    width: 100%;
  }
  section.contact article.der {
    justify-content: center;
  }
  section.contact article.der div.rdv {
    margin: auto;
  }
  section.contact article.der div.num {
    margin: auto;
    width: 350px;
  }
}
/*-------------------------------- MEDIA QUERY 768px --------------------*/
@media screen and (max-width: 768px) {
  div.top-container nav.menu {
    display: none;
  }
  div.top-container div.burger {
    width: 100%;
    height: 50px;
    background-color: #4d560a;
    cursor: pointer;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
  }
  div.top-container div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffb900;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top-container div.burger span:before,
  div.top-container div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffb900;
    transition: all 0.3s ease-in-out;
  }
  div.top-container div.burger span:before {
    top: -10px;
  }
  div.top-container div.burger span:after {
    top: 10px;
  }
  div.top-container div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  div.top-container div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top-container div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top-container div.menu {
    display: block;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    position: fixed;
    z-index: 2;
    left: -100%;
    transform: translateX(0);
    overflow-y: hidden;
    transition: all 0.3s ease-in-out;
  }
  div.top-container div.menu.is-open {
    transform: translateX(100%);
  }
  div.top-container div.menu ul {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    width: 100%;
    padding-left: 60px;
  }
  div.top-container div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 20px;
  }
  div.top-container div.menu ul li a {
    text-decoration: none;
    display: block;
    color: #ffb900;
    font-size: 18px;
    line-height: 48px;
    padding-left: 20px;
    position: relative;
    letter-spacing: 1px;
  }
  div.top-container div.menu ul li a:before,
  div.top-container div.menu ul li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 1.5px;
    width: 90%;
    background-color: #fff;
    left: 0;
  }
  div.top-container div.menu ul li a:hover {
    color: #4d560a;
    letter-spacing: 2px;
  }
  h2 {
    font-size: 45px;
  }
  /*******************************************************NOUS****/
  section.nous article.center p.text {
    width: 100%;
    margin: 0 20px 40px 20px;
    letter-spacing: 0px;
  }
}
/*-------------------------------- MEDIA QUERY 600px --------------------*/
@media screen and (max-width: 600px) {
  h2.un {
    display: none;
  }
  header {
    padding-top: 70px;
  }
  header section.image {
    padding: 50px 10px;
    height: 275px;
    width: 100%;
    background-image: url(../img/jump.jpg);
    background-position: center top;
    background-size: cover;
    display: flex;
    justify-content: center;
  }
  header section.image div.logo {
    display: none;
  }
  section.nous article.center {
    padding: 45px 20px;
  }
  section.nous article.center div.h {
    height: 140px;
    width: 280px;
    background-image: url(../img/logoonlyblanc.png);
    background-size: cover;
    margin-bottom: 45px;
  }
  section.nous article.center p.text {
    width: 100%;
    margin: 0 0 40px 0;
  }
  section.corps div.noir {
    padding: 0 10px;
  }
}
