/* 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;
}
html,
body {
  scroll-behavior: smooth;
  height: auto;
  background-color: #fff;
  border: 0 solid transparent;
  font-size: 15px;
  margin: 0;
  min-height: 100%;
  padding: 0;
  width: 100%;
  display: block;
  font-family: 'Verdana', Geneva, sans-serif;
}
body {
  background-image: url(../img/fond.jpg);
  background-attachment: fixed;
}
img,
object,
embed,
canvas,
video,
audio,
picture {
  max-width: 100%;
  height: auto;
}
img {
  display: block;
}
/*----- VARIABLE --------*/
/*----- FIN VARIABLE --------*/
/**** Recurrent****/
@font-face {
  font-family: 'Italianno', cursive;
  font-family: 'Titillium Web', sans-serif;
}
a {
  text-decoration: none;
  color: #000;
  list-style-type: none;
  font-weight: 700;
}
.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;
  background-color: #fff;
}
.gotop {
  position: fixed;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #e97338;
  bottom: 60px;
  right: 40px;
  text-decoration: none;
  text-align: center;
  line-height: 40px;
  color: #ffe827;
  font-size: 22px;
  border-radius: 50%;
}
.gotop:hover {
  background-color: #e03026;
}
h2 {
  font-family: 'Italianno';
  font-size: 90px;
  color: #e97338;
  display: block;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
}
/**** Fin Recurrent ****/
/*-------------------------------------------------- NAV --------*/
div.top-container div.menu {
  display: none;
}
div.top-container nav.menu {
  background-color: #e97338;
  position: fixed;
  z-index: 999;
  width: 100%;
}
div.top-container nav.menu ul {
  font-size: 0;
  display: flex;
  justify-content: center;
}
div.top-container nav.menu ul li {
  font-family: 'Lato';
  list-style-type: none;
  display: inline-flex;
}
div.top-container nav.menu ul li a {
  width: 240px;
  text-align: center;
  font-family: 'Titillium Web';
  font-weight: normal;
  font-size: 22px;
  display: block;
  color: #fff;
  line-height: 60px;
  transition: all 0.5s;
  border-bottom: 5px solid transparent;
}
div.top-container nav.menu ul li a:hover {
  border-bottom: 5px solid #e97338;
}
div.top-container nav.menu ul li a img {
  margin: 0 auto;
}
div.top-container nav.menu ul li:nth-child(1) a {
  background-color: #ffe827;
}
div.top-container nav.menu ul li:nth-child(2) a {
  background-color: #96be27;
}
div.top-container nav.menu ul li:nth-child(3) a {
  background-color: #a86123;
}
div.top-container nav.menu ul li:nth-child(4) a {
  background-color: #e03026;
}
/*-------------------------------------------------- HEADER --------*/
header {
  padding: 90px 0 0 0;
  background-image: url(../img/fondhead.jpg);
  background-size: cover;
  height: 773px;
  display: flex;
  justify-content: center;
  align-content: center;
}
header h1 {
  display: none;
}
header section.head {
  margin: 0 auto;
}
header section.head img {
  margin: 0 auto;
  padding: 10px;
  background-color: rgba(250, 250, 250, 0.7);
}
/*-------------------------------------------------- NOTRE HISTOIRE --------*/
section.garcon {
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
section.garcon div.text {
  width: 50%;
}
section.garcon div.text p {
  text-align: justify;
  color: #2e2f33;
}
section.garcon div.text p span.orange {
  color: #e97338;
  font-weight: bold;
}
section.garcon div.photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*-------------------------------------------------- NOS PRESTATIONS --------*/
section.prestations {
  background-image: url(../img/foncpresta.jpg);
  background-size: cover;
  padding: 110px 20px 20px 20px;
}
section.prestations article.gau {
  width: 45%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
section.prestations article.gau h3 {
  font-family: 'Titillium Web';
  font-size: 22px;
  color: #2e2f33;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
  margin-bottom: 20px;
}
section.prestations article.gau p.presta {
  text-align: right;
  color: #2e2f33;
  margin-bottom: 30px;
}
section.prestations article.gau a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  padding: 10px 20px;
  border: 1px solid #e97338;
  background-color: rgba(233, 115, 56, 0.9);
  font-family: 'Titillium Web';
  text-align: center;
  transition: all 0.5s;
}
section.prestations article.gau a:hover {
  border: 1px solid #e97338;
  color: #2e2f33;
  cursor: pointer;
}
/*-------------------------------------------------- NOS REA --------*/
section.rea {
  padding: 50px 10px 0 10px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-content: space-around;
}
section.rea div.can {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.rea div.can img.can {
  margin-left: 35%;
}
section.rea div.ima article.photo {
  margin: 80px auto 30px auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}
section.rea div.ima article.photo a div {
  height: 30px;
  width: 290px;
  position: absolute;
  top: 195px;
  border-top: 1px solid #fff;
}
section.rea div.ima article.photo a div p {
  font-family: 'Titillium Web';
  font-size: 21px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}
section.rea div.ima article.photo .fait {
  margin: 0 auto 15px auto;
  position: relative;
  height: 225px;
  width: 290px;
}
section.rea div.ima article.photo .a {
  background-image: url(../img/viande.jpg);
  background-size: cover;
}
section.rea div.ima article.photo .a div {
  background-color: #e97338;
}
section.rea div.ima article.photo .b {
  background-image: url(../img/gateaurea.jpg);
  background-size: cover;
}
section.rea div.ima article.photo .b div {
  background-color: #ffe827;
}
section.rea div.ima article.photo .b div p {
  color: #a86123;
}
section.rea div.ima article.photo .c {
  background-image: url(../img/gateaumari.jpg);
  background-size: cover;
}
section.rea div.ima article.photo .c div {
  background-color: #96be27;
}
section.rea p.services {
  margin: 0 auto;
  font-size: 16px;
  color: #a86123;
  text-align: center;
  line-height: 20px;
  font-family: 'Titillium Web';
}
section.rea p.soley {
  font-family: 'Italianno';
  font-size: 70px;
  text-align: center;
  padding-top: 4%;
}
/*-------------------------------------------------- CONTACT --------*/
section.con {
  position: relative;
}
section.con p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-family: 'Titillium Web';
}
section.con .or {
  color: #e97338;
}
section.con img.mara {
  position: absolute;
  top: -10px;
  width: 50%;
}
section.con img.noix {
  position: relative;
}
section.con div.noir {
  width: 100%;
  padding: 0 20px 0 20px;
  position: absolute;
  bottom: 30px;
  right: 0;
}
section.con div.noir article.noir {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.85);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}
section.con div.noir article.noir h3 {
  color: #e97338;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 38px;
  text-align: center;
  text-decoration: underline;
  line-height: 35px;
  font-family: 'Titillium Web';
  font-weight: normal;
}
section.con div.noir article.noir i {
  color: #e97338;
  margin-right: 7px;
}
section.con div.noir article.noir .ad,
section.con div.noir article.noir .so {
  margin: auto 0;
}
/*-------------------------------------------------- FOOTER --------*/
footer {
  padding: 0 50px;
}
footer p {
  text-align: center;
  font-size: 12px;
  line-height: 25px;
}
footer p a {
  display: inline-block;
}
/*------------------------------------------ RESPONSIVE -------*/
/*-------------------------------- MEDIA QUERY 960px --------------------*/
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
}
/*-------------------------------- MEDIA QUERY 768px --------------------*/
@media screen and (max-width: 768px) {
  nav.menu {
    display: none;
  }
  div.top-container nav.deux {
    background-color: #96be27;
    width: 100%;
    height: 65px;
    padding-left: 65px;
    position: fixed;
    z-index: 1000;
  }
  div.top-container nav.deux p {
    line-height: 66px;
    text-align: center;
    font-size: 17.5px;
    color: #393939;
  }
  div.top-container nav.deux div.burger {
    width: 65px;
    height: 65px;
    background-color: #e97338;
    cursor: pointer;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    border-right: 1px solid #a86123;
    transition: all 0.3s ease-in-out;
  }
  div.top-container nav.deux div.burger span {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffe827;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
  }
  div.top-container nav.deux div.burger span:before,
  div.top-container nav.deux div.burger span:after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffe827;
    transition: all 0.3s ease-in-out;
  }
  div.top-container nav.deux div.burger span:before {
    top: -10px;
  }
  div.top-container nav.deux div.burger span:after {
    top: 10px;
  }
  div.top-container nav.deux div.burger.burger-open span {
    background-color: rgba(0, 0, 0, 0);
  }
  div.top-container nav.deux div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
    background-color: #ffe827;
  }
  div.top-container nav.deux div.burger.burger-open span:after {
    transform: rotate(135deg);
    top: 0;
    background-color: #ffe827;
  }
  div.top-container div.menu {
    display: block;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 2;
    top: 0;
    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: 50px;
    transform: translateY(50%);
    width: 100%;
    padding: 0 10%;
  }
  div.top-container div.menu ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
  }
  div.top-container div.menu ul li a {
    font-family: 'Lato';
    text-decoration: none;
    display: block;
    text-align: center;
    color: #393939;
    font-size: 23px;
    line-height: 60px;
    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: 2px;
    width: 100%;
    background-color: #fff;
    left: 0;
  }
  div.top-container div.menu ul li:nth-child(1) {
    background-color: #e97338;
  }
  div.top-container div.menu ul li:nth-child(2) {
    background-color: #ffe827;
  }
  div.top-container div.menu ul li:nth-child(3) {
    background-color: #96be27;
  }
  header {
    padding: 110px 15px 0 15px;
  }
  header section.head img {
    width: 90%;
  }
  section.garcon div.text {
    width: 100%;
    margin-bottom: 25px;
  }
  section.prestations {
    padding: 20px;
  }
  section.prestations article.gau {
    padding: 20px;
    background-color: rgba(250, 250, 250, 0.8);
    margin: 0 auto;
    float: none;
    width: 90%;
  }
  section.prestations article.gau p.presta {
    text-align: justify;
  }
  section.rea div.can img.can {
    margin-left: 0;
  }
  section.con div.noir article.noir h3 {
    writing-mode: inherit;
    transform: rotate(0deg);
    font-size: 65px;
    padding: 10px;
  }
  section.con div.noir article.noir .ad,
  section.con div.noir article.noir .so {
    padding: 10px;
  }
}
/*-------------------------------- MEDIA QUERY 600px --------------------*/
@media screen and (max-width: 600px) {
  div.top-container nav.deux p {
    font-size: 16.8px;
  }
  section.con {
    height: 450px;
  }
  section.con img.noix {
    position: absolute;
    bottom: 0;
  }
  section.con div.noir article.noir h3 {
    writing-mode: inherit;
    transform: rotate(0deg);
    font-size: 50px;
    line-height: 60px;
    padding: 10px;
  }
  footer {
    padding: 5px 20px 0 20px;
  }
  footer p {
    line-height: 16px;
  }
}
/*-------------------------------- MEDIA QUERY 475px --------------------*/
@media screen and (max-width: 475px) {
  header.center {
    height: 500px;
    background-image: url(../img/fondpm.jpg);
    background-position: right center;
  }
  header.center section.head img {
    width: 60%;
  }
}
/*-------------------------------- MEDIA QUERY 425px --------------------*/
@media screen and (max-width: 425px) {
  h2 {
    font-size: 65px;
  }
  div.top-container nav.deux p {
    font-size: 16px;
    padding: 15px;
    line-height: 18px;
  }
  section.prestations article.gau a {
    font-size: 18px;
  }
  section.rea p.soley {
    font-size: 50px;
  }
  section.con p {
    font-size: 16px;
  }
}
