/* Generated by less 3.11.1 */
/*VARIABLES*/
* {
  margin: 0;
  padding: 0;
  box-sizing: content-box;
}
img {
  display: block;
}
a {
  text-decoration: none;
}
/*FONT FAMILY*/
@font-face {
  font-family: 'gadugi';
  src: url(../fonts/gadugi.ttf);
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url(../fonts/OpenSans-Regular.ttf);
}
/*RECURRENT*/
body {
  background-color: #d3bdb2;
  color: #5e595b;
  font-family: 'gadugi', 'OpenSans-Regular', 'OpenSans-Bold', sans-serif;
}
.center {
  width: 1400px;
  margin: 0 auto;
}
h1 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
h2 {
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
h3 {
  font-size: 30px;
}
/*----- MENU BURGER -----*/
div.burger {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: #8f8181;
  cursor: pointer;
  z-index: 9999;
}
div.burger span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 50%;
  background-color: #d6cdc4;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
div.burger span:before,
div.burger span:after {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #d6cdc4;
  transition: all 0.3s ease-in-out;
}
div.burger span:before {
  top: -10px;
}
div.burger span:after {
  top: 10px;
}
/*-----------------NAVBAR------------------------*/
nav.menu {
  position: fixed;
  width: 100%;
  height: 80px;
  top: 0;
  background-color: #8f8181;
  z-index: 999;
}
nav.menu ul {
  font-size: 0;
}
nav.menu ul li {
  display: inline-block;
  width: 20%;
  line-height: 80px;
  font-size: 16px;
}
nav.menu ul li a {
  display: block;
  font-size: 20px;
  text-align: center;
  color: #d6cdc4;
  transition: all 0.9s;
}
nav.menu ul li a:hover {
  transform: translateY(3px);
  font-weight: bold;
}
/*-----------------HEADER------------------------*/
header {
  background-image: url(../img/headerbackground.png);
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header img {
  padding: 50px;
  overflow: hidden;
  width: 40%;
}
/*-----------------HOME------------------------*/
section.home {
  background-color: #d3bdb2;
  padding-top: 80px;
}
section.home .texte {
  padding: 80px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
section.home .texte .para {
  width: 60%;
}
section.home .texte .para p {
  padding: 10px 0;
}
section.home .texte img {
  width: 40%;
}
/*-----------------COUCHAGE------------------------*/
section.couchage {
  background-color: #8f8181;
  padding-bottom: 50px;
}
section.couchage .circle {
  width: 700px;
  height: 700px;
  position: relative;
  top: 110px;
  padding: 85px 0;
}
section.couchage .circle .milieu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}
section.couchage .circle .milieu img.chat {
  margin: 0 auto;
  overflow: hidden;
  max-width: 110px;
}
section.couchage .circle .milieu h2 {
  text-align: center;
  color: #d3bdb2;
  padding-right: 10px;
}
section.couchage .circle .milieu p {
  text-align: center;
  color: #d3bdb2;
  padding: 10px 160px;
}
section.couchage .circle a {
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  transition: all 0.5s;
}
section.couchage .circle a:hover {
  transform: scale(1.1);
}
section.couchage .circle a:nth-of-type(1) {
  left: 274px;
  top: -64px;
}
section.couchage .circle a:nth-of-type(2) {
  left: 513px;
  top: 34px;
}
section.couchage .circle a:nth-of-type(3) {
  left: 612px;
  top: 274px;
}
section.couchage .circle a:nth-of-type(4) {
  left: 513px;
  top: 513px;
}
section.couchage .circle a:nth-of-type(5) {
  left: 274px;
  top: 612px;
}
section.couchage .circle a:nth-of-type(6) {
  left: 34px;
  top: 513px;
}
section.couchage .circle a:nth-of-type(7) {
  left: -64px;
  top: 274px;
}
section.couchage .circle a:nth-of-type(8) {
  left: 34px;
  top: 34px;
}
section.couchage .circle a img {
  width: 150px;
  height: 150px;
  position: relative;
  transition: all 0.5s;
}
section.couchage .circle a img:hover {
  transform: scale(1.5);
}
section.couchage .circle a span {
  position: absolute;
  top: 100px;
  left: 50px;
  color: #d6cdc4;
  background-color: rgba(94, 89, 91, 0.5);
  border-radius: 15px;
  padding: 2px 5px;
  transition: all 0.5s;
}
section.couchage .circle a span:hover {
  transform: scale(1.1);
}
/*-----------------ARBRE------------------------*/
section.arbre {
  padding: 80px 0;
}
section.arbre h2 {
  padding-bottom: 60px;
}
section.arbre .container {
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}
section.arbre .container .produits {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40%;
}
section.arbre .container .produits img {
  overflow: hidden;
  max-width: 100%;
}
section.arbre .container .produits:nth-of-type(1) {
  padding-right: 20px;
  padding-bottom: 130px;
}
section.arbre .container .produits:nth-of-type(2) {
  padding-left: 20px;
  padding-bottom: 130px;
}
section.arbre .container .produits:nth-of-type(3) {
  padding-right: 20px;
}
section.arbre .container .produits:nth-of-type(4) {
  padding-left: 20px;
}
section.arbre .container .produits .texte {
  margin-left: 20px;
}
/*-----------------PERSO------------------------*/
section.perso {
  padding: 80px 0;
  background-color: #8f8181;
  color: #d3bdb2;
}
section.perso .texte h2 {
  text-align: center;
  padding-bottom: 50px;
}
section.perso .texte p {
  padding: 10px 10px;
  text-align: center;
}
section.perso .texte .gallerie {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
section.perso .texte .gallerie img {
  margin: 0 30px;
  padding-top: 60px;
  overflow: hidden;
  max-width: 100%;
}
section.perso .texte .gallerie .petit {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
section.perso .texte .gallerie .petit .contain {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
section.perso .texte .gallerie .petit p {
  padding: 20px 50px;
  text-align: left;
}
/*-----------------CONTACT------------------------*/
section.contact h2 {
  padding-top: 80px;
  text-align: center;
}
section.contact div.formulaire {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.contact div.formulaire div.form {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 40px;
  border-radius: 15px;
  width: 100%;
}
section.contact div.formulaire div.form form input,
section.contact div.formulaire div.form form textarea {
  margin: 20px 0;
  width: 95%;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #d6cdc4;
  font-family: 'gadugi', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
section.contact div.formulaire div.form form input::placeholder,
section.contact div.formulaire div.form form textarea::placeholder {
  font-family: 'gadugi', sans-serif;
  color: #5e595b;
}
section.contact div.formulaire div.form form input[type="submit"],
section.contact div.formulaire div.form form textarea[type="submit"] {
  background-color: #5e595b;
  font-weight: 600;
  color: #d3bdb2;
  cursor: pointer;
  transition: transform 0.3s;
}
section.contact div.formulaire div.form form input[type="submit"]:hover,
section.contact div.formulaire div.form form textarea[type="submit"]:hover {
  transform: translateY(5px);
  background-color: #8f8181;
}
section.contact div.formulaire div.form form p {
  display: flex;
  justify-content: space-between;
}
section.contact div.formulaire div.form form p input {
  width: calc(50% - 10px);
}
section.contact div.formulaire div.form form p input:nth-of-type(1) {
  margin-right: 5px;
}
section.contact div.formulaire div.form form p input:nth-of-type(2) {
  margin-left: 5px;
}
/*-----------------FOOTER------------------------*/
footer {
  padding-top: 80px;
  background-color: #8f8181;
  color: #d3bdb2;
  text-align: center;
  position: relative;
}
footer:before {
  content: url(../img/chat-etire.svg);
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 300px;
}
footer:after {
  content: url(../img/chat-couche.svg);
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 300px;
}
footer ul {
  list-style-type: none;
  font-size: 0px;
}
footer ul li {
  font-size: 16px;
  display: inline-block;
  margin: 10px;
}
footer ul li a {
  color: #d3bdb2;
}
footer .texte {
  padding: 20px 10px;
}
footer .texte .coordonne {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
footer .texte .coordonne i {
  margin-right: 10px;
}
footer .texte .coordonne a {
  color: #d3bdb2;
  transition: all 0.5s;
}
footer .texte .coordonne a:hover {
  transform: translateX(5px);
}
footer .texte .mentions {
  padding-bottom: 50px;
}
footer .texte .mentions p a {
  color: #d3bdb2;
  transition: all 0.5s;
}
footer .texte .mentions p a:hover {
  color: #5e595b;
}
/*--------------- MENTIONS LEGALES------------*/
.mentions section h3 {
  padding: 20px 20px;
}
.mentions section p {
  padding: 0 20px 20px;
}
/* SCROLLTOP*/
a#scrolltop {
  font-size: 40px;
  position: fixed;
  bottom: 100px;
  right: 40px;
  color: #5e595b;
  transition: all 0.4s;
}
a#scrolltop:hover {
  transform: scale(0.9);
}
/*------------------------------- MEDIA QUERY 1440px -----------------------------*/
@media screen and (max-width: 1440px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 1024px;
    padding: 0 10px;
  }
  /*-----------SECTION PERSO-----------*/
  section.perso p {
    padding: 10px 60px;
  }
}
/*------------------------------- MEDIA QUERY 1024px -----------------------------*/
@media screen and (max-width: 1024px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 960px;
    padding: 0 10px;
  }
  /*-----------SECTION COUCHAGE-----------*/
  section.couchage .circle {
    width: 600px;
    height: 600px;
    padding-bottom: 125px;
  }
  section.couchage .circle .milieu p {
    padding: 10px 85px;
  }
  section.couchage .circle .milieu p:nth-of-type(2) {
    padding: 10px 190px;
  }
  section.couchage .circle a {
    width: 10px;
    position: absolute;
  }
  section.couchage .circle a:nth-of-type(1) {
    left: 250px;
    top: -75px;
  }
  section.couchage .circle a:nth-of-type(2) {
    left: 464px;
    top: 37px;
  }
  section.couchage .circle a:nth-of-type(3) {
    left: 560px;
    top: 251px;
  }
  section.couchage .circle a:nth-of-type(4) {
    left: 485px;
    top: 458px;
  }
  section.couchage .circle a:nth-of-type(5) {
    left: 251px;
    top: 553px;
  }
  section.couchage .circle a:nth-of-type(6) {
    left: 20px;
    top: 464px;
  }
  section.couchage .circle a:nth-of-type(7) {
    left: -90px;
    top: 251px;
  }
  section.couchage .circle a:nth-of-type(8) {
    left: 37px;
    top: 37px;
  }
  section.couchage .circle a img {
    width: 150px;
    height: 150px;
    transition: all 0.5s;
  }
  section.couchage .circle a img:hover {
    transform: scale(1.3);
  }
}
/*------------------------------- MEDIA QUERY 960px -----------------------------*/
@media screen and (max-width: 960px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 768px;
    padding: inherit;
  }
  section.couchage {
    padding-bottom: 30px;
  }
  section.couchage .circle {
    width: inherit;
    height: inherit;
    position: inherit;
    top: inherit;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
  }
  section.couchage .circle .milieu {
    padding-top: 20px;
    flex-direction: inherit;
  }
  section.couchage .circle .milieu p {
    padding: 10px 10px;
  }
  section.couchage .circle .milieu p:nth-of-type(2) {
    padding: 10px 10px;
  }
  section.couchage .circle a {
    display: inline-block;
    width: inherit;
    height: inherit;
    position: inherit;
    padding: 20px;
  }
  section.couchage .circle a img {
    display: block;
    width: 150px;
    height: 150px;
    position: relative;
    transition: all 0.5s;
  }
  section.couchage .circle a img:hover {
    transform: scale(1.3);
  }
  footer:before {
    content: url(../img/chat-etire.svg);
    position: absolute;
    left: 20px;
    bottom: 20px;
    width: 200px;
  }
  footer:after {
    content: url(../img/chat-couche.svg);
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 200px;
  }
}
/*------------------------------- MEDIA QUERY 768px -----------------------------*/
@media screen and (max-width: 768px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 600px;
  }
  /*------------BURGER------------*/
  div.burger {
    display: block;
  }
  div.burger.burger-open span {
    background-color: transparent;
  }
  div.burger.burger-open span:before {
    transform: rotate(45deg);
    top: 0;
  }
  div.burger.burger-open span:after {
    transform: rotate(-45deg);
    top: 0;
  }
  /*------------NAVBAR------------*/
  nav.menu {
    height: 100vh;
    background-color: rgba(214, 205, 196, 0.8);
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  nav.menu.is-open {
    transform: translateY(0);
  }
  nav.menu .logo {
    display: block;
  }
  nav.menu ul li {
    display: block;
    width: 100%;
  }
  nav.menu ul li a {
    margin: 5px 0;
    font-size: 24px;
    color: #8f8181;
    font-weight: bold;
  }
  /*------------HEADER------------*/
  header {
    margin-top: inherit;
  }
  /*------------HOME---------------------*/
  section.home {
    padding: inherit;
  }
  section.home h1 {
    padding-top: 10px;
  }
  section.home .texte {
    padding: 20px 10px;
    justify-content: space-around;
  }
  section.home .texte .para {
    width: 100%;
    padding: 10px 0;
  }
  /*------------COUCHAGE---------------------*/
  section.couchage .circle a {
    text-align: center;
  }
  section.couchage .circle a span {
    position: inherit;
  }
  /*-----------------ARBRE------------------------*/
  section.arbre {
    padding: 30px 0;
  }
  /*-----------------PERSO------------------------*/
  section.perso {
    padding: 30px 0;
  }
  /*-----------------CONTACT------------------------*/
  section.contact {
    padding: 30px 0;
  }
  section.contact h2 {
    padding: inherit;
  }
  section.contact div.formulaire div.form {
    padding: 0 40px;
  }
  section.contact div.formulaire div.form form input,
  section.contact div.formulaire div.form form textarea {
    width: 92%;
  }
  /*-----------------FOOTER------------------------*/
  footer {
    padding: 30px 0;
  }
  footer:before {
    width: 150px;
  }
  footer:after {
    width: 150px;
  }
  footer .texte {
    padding: 0 10px;
  }
  footer .texte .mentions {
    padding-bottom: inherit;
  }
}
/*------------------------------- MEDIA QUERY 600px -----------------------------*/
@media screen and (max-width: 600px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 100%;
  }
  /*------------SECTION CONTACT---------------------*/
  section.contact h2 {
    padding-top: 80px;
    text-align: center;
  }
  section.contact div.formulaire div.form form p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.contact div.formulaire div.form form p input {
    width: 100%;
  }
  /*------------FOOTER---------------------*/
  footer:before {
    bottom: 65px;
    width: 100px;
  }
  footer:after {
    display: none;
  }
}
/*------------------------------- MEDIA QUERY 425px -----------------------------*/
@media screen and (max-width: 425px) {
  /*------------RECURRENT---------------------*/
  .center {
    width: 100%;
  }
  /*-----------------ARBRE------------------------*/
  section.arbre {
    padding: 30px 0;
  }
  section.arbre h2 {
    padding-bottom: 30px;
  }
  section.arbre .container .produits {
    width: 100%;
  }
  section.arbre .container .produits:nth-of-type(1) {
    padding-right: 10px;
    padding-bottom: 10px;
  }
  section.arbre .container .produits:nth-of-type(2) {
    padding-left: 10px;
    padding-bottom: 10px;
  }
  section.arbre .container .produits:nth-of-type(3) {
    padding-right: 10px;
  }
  section.arbre .container .produits:nth-of-type(4) {
    padding-left: 10px;
  }
  section.arbre .container .produits .texte {
    margin-left: 20px;
  }
  /*---------------PERSO---------------------------*/
  section.perso .texte {
    padding: inherit;
  }
  section.perso .texte .gallerie {
    margin: inherit;
  }
  section.perso .texte .gallerie img {
    margin: inherit;
    padding: 10px;
  }
  /*-----------------CONTACT------------------------*/
  section.contact h2 {
    padding-top: 80px;
    text-align: center;
  }
  section.contact div.formulaire div.form form p {
    display: flex;
    justify-content: center;
  }
  section.contact div.formulaire div.form form p input {
    width: 100%;
  }
  section.contact div.formulaire div.form form p input:nth-of-type(1) {
    margin-right: -10px;
  }
  section.contact div.formulaire div.form form p input:nth-of-type(2) {
    margin-left: inherit;
    margin-right: -10px;
  }
  /*------------FOOTER---------------------*/
  footer:before {
    bottom: 220px;
    left: 50px;
    width: 80px;
  }
  /* SCROLLTOP*/
  a#scrolltop {
    font-size: 40px;
    position: fixed;
    bottom: 30px;
    right: 40px;
    color: #5e595b;
    transition: all 0.4s;
  }
  a#scrolltop:hover {
    transform: scale(0.9);
  }
}
