/* Generated by less 2.5.1 */
@charset "utf-8";
/* ------------------------------ CSS -- */
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: #fffefb;
  border: 0 solid transparent;
  font-size: 16px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Roboto', sans-serif;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
a {
  text-decoration: none;
  color: black;
}
/* ------------------------------- 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;
}
.titre {
  font-family: 'Playball', cursive;
  font-size: 50px;
  font-weight: bold;
  color: #b15838;
}
input,
textarea {
  width: 100%;
  height: 30px;
  margin: 10px 0;
  border: 0;
  border-bottom: solid 3px rgba(150, 166, 61, 0.84);
  color: white;
  line-height: 40px;
  font-weight: bold;
}
/* ------------------------------- SLIDE AVIS -- */
.item-1,
.item-2,
.item-3 {
  position: absolute;
  display: block;
  width: 50%;
  animation-duration: 20s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.item-1 {
  animation-name: anim-1;
}
.item-2 {
  animation-name: anim-2;
}
.item-3 {
  animation-name: anim-3;
}
@keyframes anim-1 {
  0%,
  8.3% {
    left: 2%;
    opacity: 0;
  }
  8.3%,
  25% {
    left: 25%;
    opacity: 1;
  }
  33.33%,
  100% {
    left: 50%;
    opacity: 0;
  }
}
@keyframes anim-2 {
  0%,
  33.33% {
    left: 2%;
    opacity: 0;
  }
  41.63%,
  58.29% {
    left: 25%;
    opacity: 1;
  }
  66.66%,
  100% {
    left: 50%;
    opacity: 0;
  }
}
@keyframes anim-3 {
  0%,
  66.66% {
    left: 2%;
    opacity: 0;
  }
  74.96%,
  91.62% {
    left: 25%;
    opacity: 1;
  }
  100% {
    left: 50%;
    opacity: 0;
  }
}
/* ------------------------------- FORMULAIRE -- */
input,
textarea {
  width: 100%;
  height: 30px;
  border: 0;
  border-bottom: solid 2px #96a63d;
  background-color: #f8f8de;
  color: black;
  line-height: 40px;
  font-weight: bold;
  text-indent: 20px;
}
/* ------------------------------- JUMP ICON -- */
div.angrytext {
  -webkit-animation: jump 5s ease 0s normal ;
  animation: jump 3s ease 0s infinite normal ;
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-15px);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/* ------------------------------- SCROLL TOP ICON -- */
#scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
#scrolltop i {
  font-size: 50px;
  color: #b15838;
}
/* ------------------------------- END RECURENTES -- */
/* ------------------------------------------------------------ HEADER -- */
div.top {
  display: none;
}
header section.center div.container-top a.logo img {
  float: left;
  padding: 35px 0;
  position: relative;
}
header section.center div.container-top nav {
  float: right;
  height: 100px;
  position: relative;
}
header section.center div.container-top nav ul {
  font-size: 0;
}
header section.center div.container-top nav ul li {
  display: inline-block;
  width: 120px;
}
header section.center div.container-top nav ul li a {
  display: block;
  text-align: center;
  line-height: 170px;
  color: #b15838;
  height: 210px;
  font-size: 22px;
  font-weight: bold;
  transition: all .3s;
  font-family: 'Playball', cursive;
}
header section.center div.container-top nav ul li a:hover {
  background-color: #96a63d;
  color: white;
  font-weight: lighter;
}
header section.background {
  background-image: url(../img/img1.jpg);
  background-size: cover;
  width: auto;
  height: 600px;
}
header section.background article.welcome {
  padding: 200px 250px 0 250px;
}
header section.background article.welcome h2 {
  font-size: 100px;
  color: white;
}
header section.background article.welcome h1 {
  font-size: 18px;
  font-weight: lighter;
  color: white;
}
header section.background article.welcome i {
  font-size: 80px;
  color: rgba(150, 166, 61, 0.84);
  margin: 50px 0 0 190px;
}
/* ------------------------------------------------------------ SERVICES -- */
section.services {
  margin-top: 200px;
}
section.services article.tarifs {
  text-align: center;
}
section.services article.tarifs h2 {
  font-size: 50px;
  font-weight: bold;
  color: #b15838;
}
section.services article.tarifs h1 {
  font-size: 20px;
  font-weight: lighter;
  letter-spacing: 1px;
  margin: 20px 0;
}
section.services article.tarifs a.pdf {
  font-size: 20px;
  font-weight: bold;
  color: #b15838;
}
section.services article.tarifs a.pdf:hover {
  color: rgba(150, 166, 61, 0.84);
}
section.services article.gauche {
  float: left;
  width: 40%;
  margin-top: 50px;
}
section.services article.gauche h2 {
  border: solid 3px rgba(150, 166, 61, 0.84);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  margin-left: -65px;
  color: rgba(150, 166, 61, 0.84);
}
section.services article.gauche h1 {
  margin-top: -35px;
  color: rgba(150, 166, 61, 0.84);
}
section.services article.droite {
  float: right;
  width: 40%;
  margin-top: 50px;
}
section.services article.droite h2 {
  border: solid 3px rgba(150, 166, 61, 0.84);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  margin-left: -65px;
  color: rgba(150, 166, 61, 0.84);
}
section.services article.droite h1 {
  margin-top: -35px;
  color: rgba(150, 166, 61, 0.84);
}
/* ------------------------------------------------------------ HUILES -- */
section.nos {
  margin-top: 150px;
}
section.nos hr {
  border: solid 2px rgba(150, 166, 61, 0.84);
  width: 40%;
}
section.nos img {
  margin-top: 80px;
  float: right;
}
section.nos article.huiles {
  margin-top: 90px;
  float: left;
  width: 45%;
}
section.nos article.huiles h2 {
  text-align: center;
  margin-bottom: 20px;
}
section.nos article.huiles p {
  line-height: 25px;
}
/* ------------------------------------------------------------ VISION -- */
section.notre {
  margin-top: 150px;
}
section.notre hr {
  border: solid 2px rgba(150, 166, 61, 0.84);
  width: 40%;
}
section.notre img {
  margin-top: 70px;
  float: left;
}
section.notre article.vision {
  margin-top: 120px;
  float: right;
  width: 45%;
}
section.notre article.vision h2 {
  text-align: center;
  margin-bottom: 20px;
}
section.notre article.vision p {
  text-align: right;
  line-height: 25px;
}
/* ------------------------------------------------------------ GALERIE -- */
section.gallerie {
  margin-top: 150px;
}
section.gallerie hr {
  border: solid 2px rgba(150, 166, 61, 0.84);
  width: 20%;
}
section.gallerie h2 {
  text-align: center;
  margin-bottom: 100px;
  margin-top: 150px;
}
section.gallerie div.photos {
  display: flex;
  flex-wrap: wrap;
}
section.gallerie div.photos img {
  width: 20%;
  height: 20%;
}
/* ------------------------------------------------------------ CLIENTS -- */
section.avis {
  background-color: #e3e4c0;
  height: 500px;
}
section.avis article.client {
  padding-top: 90px;
  text-align: center;
}
section.avis i {
  font-size: 70px;
  color: #b15838;
  margin: 30px 0;
}
section.avis p {
  font-weight: lighter;
  font-size: 16px;
}
section.avis p span {
  font-weight: bold;
  font-size: 20px;
}
/* ------------------------------------------------------------ FORMULAIRE -- */
section.booking {
  background-color: #f8f8de;
  padding-top: 100px;
  text-align: center;
  height: 900px;
}
section.booking form {
  width: 500px;
  margin: 0 auto;
  padding: 15px;
  margin-top: 50px;
}
section.booking form textarea {
  height: 150px;
}
section.booking form input.go-form {
  color: white;
  cursor: pointer;
  background-color: rgba(150, 166, 61, 0.84);
  border: 0px;
  height: 50px;
  width: 150px;
  padding-left: 1px;
  text-indent: 0px;
}
section.booking form label {
  color: black;
}
section.booking form .mes {
  height: 150px;
}
section.footer {
  margin-top: 70px;
}
section.footer img {
  margin: 0 auto;
}
section.footer article.contact {
  text-align: center;
  margin: 50px 0 10px 0;
}
section.footer article.contact hr {
  border: solid 2px rgba(150, 166, 61, 0.84);
  width: 40%;
}
section.footer article.contact a {
  display: block;
  margin: 20px;
  font-size: 18px;
  font-weight: bold;
}
section.footer article.contact a i {
  font-size: 30px;
  color: #b15838;
  margin-right: 10px;
}
section.footer article.copyright {
  text-align: center;
  font-weight: lighter;
  font-size: 16px;
  margin-bottom: 20px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1366 ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1366px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  header section.background article.welcome {
    padding: 200px 250px 0 265px;
  }
  section.gallerie div.photos img {
    width: 50%;
    height: 50%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 960px;
    margin: 0 auto;
  }
  section.services article.gauche {
    float: left;
    width: 35%;
    margin-top: 50px;
    margin-left: 120px;
  }
  section.services article.droite {
    float: right;
    width: 35%;
    margin-top: 50px;
    margin-right: 50px;
  }
  header section.center div.container-top nav {
    margin-right: 30px;
  }
  section.nos article.huiles {
    width: 38%;
    margin-left: 72px;
  }
  section.notre article.vision {
    margin-right: 60px;
  }
  section.gallerie div.photos img {
    width: 50%;
    height: 50%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 812px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 812px) {
  .center {
    width: 812px;
    margin: 0 auto;
  }
  section.nos img {
    margin-top: 155px;
    width: 45%;
  }
  section.notre img {
    width: 45%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  /* ----- MENU BURGER ---- */
  div.top {
    display: block;
  }
  div.top div.burger {
    width: 60px;
    height: 60px;
    background-color: #b15838;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    top: 5%;
    right: 5%;
    z-index: 4;
    transition: all 0.3s ease-in-out;
  }
  div.top div.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 div.burger span:before,
  div.top div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease-in-out;
  }
  div.top div.burger span:before {
    top: -10px;
  }
  div.top div.burger span:after {
    top: 10px;
  }
  div.top div.burger.burger-open span {
    background-color: rgba(99, 112, 129, 0);
  }
  div.top div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.top div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
  }
  div.top div.menu {
    height: 177px;
    background-color: #96a63d;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
    transform: translateX(100%);
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
  }
  div.top div.menu.is-open {
    transform: translateX(0);
  }
  div.top div.menu ul {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    width: 100%;
    padding-left: 50px;
  }
  div.top div.menu ul li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 20px;
  }
  div.top div.menu ul li a {
    display: inline-block;
    font-family: 'Playball', cursive;
    color: white;
    font-size: 18px;
    font-weight: lighter;
    padding-left: 20px;
    position: relative;
  }
  div.top div.menu ul li a:hover {
    color: #637081;
  }
  div.top div.menu ul li a:before,
  div.top div.menu ul li a:after {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 80%;
    left: 0;
  }
  header section.center div.container-top a.logo img {
    margin-left: 30px;
  }
  header section.center div.container-top nav {
    display: none;
  }
  header section.background article.welcome {
    padding: 200px 250px 0 215px;
  }
  header section.background article.welcome i {
    margin: 50px 0 0 131px;
  }
  section.services article.tarifs h1 {
    font-size: 22px;
  }
  section.services article.gauche {
    float: left;
    width: 65%;
    margin-top: 50px;
    margin-left: 163px;
  }
  section.services article.droite {
    margin-right: 106px;
    width: 65%;
  }
  section.nos img {
    margin-top: 149px;
    float: right;
    width: 50%;
  }
  section.nos article.huiles {
    margin-left: 52px;
  }
  section.notre img {
    margin-top: 70px;
    float: left;
    width: 45%;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 414px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.burger {
    top: 7%;
  }
  div.top div.menu ul {
    padding-right: 90px;
  }
  header section.background article.welcome {
    padding: 200px 100px 0 63px;
  }
  header section.background article.welcome h2 {
    font-size: 80px;
  }
  header section.background article.welcome i {
    margin: 50px 0 0 113px;
  }
  section.services article.gauche {
    float: left;
    width: 65%;
    margin-top: 50px;
    margin-left: 100px;
  }
  section.services article.droite {
    margin-right: 45px;
    width: 65%;
  }
  section.nos img {
    width: 95%;
  }
  section.nos article.huiles {
    width: 75%;
  }
  section.notre img {
    width: 100%;
  }
  section.notre article.vision {
    width: 75%;
  }
  section.booking form {
    width: 300px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.burger {
    top: 7%;
  }
  div.top div.menu ul {
    padding-right: 50px;
  }
  header section.background article.welcome {
    padding: 200px 72px 0 86px;
  }
  header section.background article.welcome h2 {
    font-size: 60px;
  }
  header section.background article.welcome h1 {
    font-size: 16px;
  }
  header section.background article.welcome i {
    margin: 50px 0 0 65px;
  }
  section.notre article.vision h2 {
    font-size: 35px;
  }
  section.notre article.vision p {
    font-size: 14px;
  }
  section.gallerie h2 {
    font-size: 35px;
  }
  section.booking form {
    width: 300px;
  }
  section.services article.gauche {
    width: 68%;
    margin-left: 100px;
  }
  section.services article.droite {
    width: 65%;
    margin-right: 32px;
  }
  section.nos img {
    margin-top: 149px;
    float: none;
    width: 100%;
  }
  section.nos article.huiles {
    width: 80%;
    margin-left: 40px;
  }
  section.notre img {
    margin-top: 149px;
    float: none;
    width: 100%;
  }
  section.notre article.vision {
    margin-right: 25px;
    width: 88%;
  }
  section.footer img {
    width: 35%;
  }
  section.footer article.contact a {
    font-size: 14px;
  }
  section.footer article.copyright {
    font-size: 12px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.top div.menu ul {
    margin-left: -30px;
  }
  header section.background article.welcome {
    padding: 200px 72px 0 55px;
  }
  section.services article.gauche {
    margin-left: 85px;
  }
  section.services article.gauche p {
    font-size: 14px;
  }
  section.services article.droite {
    width: 63%;
  }
  section.services article.droite p {
    font-size: 14px;
  }
}
