/* 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: #1f1f1f;
  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: white;
}
h1 {
  padding: 10px 0;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  color: white;
  font-size: 48px;
}
/* ------------------------------- RECURENTES -- */
.clear {
  display: block;
  zoom: 1;
}
.clear:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.carousel-indicators {
  bottom: -40px;
}
/* ------------------------------- END RECURENTES -- */
div.top div.burger {
  width: 80px;
  height: 80px;
  background-color: #333333;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  transition: all 0.3s ease-in-out;
}
div.top div.burger span {
  display: block;
  width: 50px;
  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: 50px;
  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(0, 0, 0, 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 .menu {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  right: 0;
  width: 50%;
  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: 50%;
  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: white;
  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: white;
  width: 80%;
  left: 0;
}
/* --------------------------------------- header  --*/
header {
  height: auto;
  background-image: url(../imgs/header.jpg);
  background-size: cover;
  background-position: center;
}
header a.logo {
  text-indent: 999%;
  display: block;
  background-image: url(../imgs/logoheader.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  width: 100%;
  height: 400px;
}
header p {
  font-family: 'Dancing Script', cursive;
  font-size: 26px;
  text-align: center;
  padding: 30px 100px;
}
/* ------------------------------------------------------------------ Intro -- */
section.intro {
  margin-top: 100px;
  margin-bottom: 100px;
}
section.intro h1 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
section.intro article {
  float: left;
  width: calc(33.333% - 20px);
  margin: 100px 10px;
}
section.intro article div.visuel {
  height: 367px;
  width: 350px;
  margin: 0 auto;
  border: solid 2px white;
}
section.intro article p {
  font-size: 18px;
  margin-top: 10px;
  text-align: justify;
  margin: 10px 15px;
}
section.intro article:nth-of-type(1) div.visuel {
  background-image: url(../imgs/noiretblanc1.jpg);
  background-size: cover;
  background-position: top;
}
section.intro article:nth-of-type(1) div.visuel:hover {
  background-image: url(../imgs/couleur1.jpg);
  background-size: cover;
  background-position: top;
}
section.intro article:nth-of-type(2) div.visuel {
  background-image: url(../imgs/noiretblanc2.jpg);
  background-size: cover;
  background-position: top;
}
section.intro article:nth-of-type(2) div.visuel:hover {
  background-image: url(../imgs/couleur2.jpg);
  background-size: cover;
  background-position: top;
}
section.intro article:nth-of-type(3) div.visuel {
  background-image: url(../imgs/noiretblanc3.jpg);
  background-size: cover;
  background-position: top;
}
section.intro article:nth-of-type(3) div.visuel:hover {
  background-image: url(../imgs/couleur3.jpg);
  background-size: cover;
  background-position: top;
}
/* --------------------------------------------------------------- Recommandation -- */
div.slider div.carousel-inner div.item img {
  width: 100%;
}
div.slider div.carousel-inner div.item div.carousel-caption {
  padding: 0;
  height: 500px;
}
div.slider div.carousel-inner div.item div.carousel-caption h2 {
  font-size: 48px;
  line-height: 500px;
}
div.slider div.carousel-inner div.item div.carousel-caption p {
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
  padding-top: 130px;
}
/* ------------------------------------------------------------------ Events -- */
section.events {
  margin-top: 100px;
}
section.events h1 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
section.events p {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin-top: 50px;
}
section.events article {
  float: left;
  width: calc(33.333% - 20px);
  margin: 100px 10px;
  background-color: black;
}
section.events article h3 {
  color: white;
  text-align: center;
  text-transform: uppercase;
  padding-top: 80px;
  font-size: 32px;
}
section.events article h4 {
  color: white;
  text-align: center;
  font-size: 22px;
  padding-top: 100px;
}
section.events article p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  padding-bottom: 60px;
}
/* ------------------------------------------------------------------ Galerie -- */
section.contain-galerie {
  margin-top: 100px;
}
section.contain-galerie h1 {
  width: 300px;
  margin: 0 auto;
  text-align: center;
}
section.contain-galerie p {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 24px;
  margin-top: 50px;
}
section.contain-galerie div.galerie {
  height: 900px;
  margin: 100px auto;
}
section.contain-galerie div.galerie a {
  float: left;
  width: calc(33.333% - 20px);
  margin: 10px 10px;
}
section.contain-galerie div.galerie a: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;
}
/* ------------------------------------------------------------------ Tarifs -- */
section.container-tarif {
  margin-top: 60px;
  background-image: url(../imgs/photo10.jpg);
  background-size: cover;
}
section.container-tarif div.tarif {
  padding: 100px 50px;
  text-align: center;
}
section.container-tarif div.tarif h1 {
  width: 300px;
  margin: 0px auto;
  text-align: center;
}
section.container-tarif div.tarif p {
  text-align: center;
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
}
section.container-tarif div.tarif a {
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
}
section.container-tarif div.tarif a:hover {
  color: black;
}
/* --------------------------------------------------------------- Reservation -- */
section.rdv {
  margin-top: 150px;
  background-color: black;
  text-align: center;
  color: white;
}
section.rdv i {
  font-size: 100px;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  line-height: 150px;
  margin-top: -75px;
  background-color: black;
}
section.rdv h1 {
  width: 400px;
  margin: 60px auto;
  font-size: 60px;
}
section.rdv p {
  font-size: 30px;
  font-family: 'Dancing Script', cursive;
}
section.rdv h2 {
  font-size: 48px;
  margin-top: 30px;
}
section.rdv div.picto i {
  font-size: 30px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-top: 50px;
}
section.rdv h3 {
  font-size: 20px;
  padding-bottom: 50px;
}
/* ------------------------------------------------------- Réseaux Sociaux -- */
div.contain-sociaux {
  margin-top: 100px;
  text-align: center;
}
div.contain-sociaux p {
  font-size: 30px;
  font-family: 'Dancing Script', cursive;
}
div.contain-sociaux div.sociaux a {
  color: #595959;
}
div.contain-sociaux div.sociaux a i {
  font-size: 50px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  margin-top: 50px;
  border-radius: 50%;
  color: #595959;
  border: solid 1px black;
}
div.contain-sociaux div.sociaux a i:hover {
  content: '';
  color: white;
  background-color: black;
}
/* --------------------------------------------------------------- footer -- */
footer {
  background-color: #595959;
  margin-top: 60px;
  padding: 30px;
}
footer a.logo {
  text-indent: 999%;
  display: block;
  background-image: url(../imgs/logoheader.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  width: 70%;
  height: 300px;
}
footer p {
  font-size: 20px;
  font-family: 'Dancing Script', cursive;
  text-align: center;
  color: black;
  margin-top: 20px;
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1200px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 300px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 40px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.intro article div.visuel {
    width: auto;
    margin: 0 auto;
  }
  section.intro article p {
    text-align: left;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 250px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 36px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    height: auto;
  }
  header a.logo {
    height: 300px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 250px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 30px;
  }
  section.events article h3 {
    font-size: 30px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  section.intro article {
    float: none;
    width: calc(100% - 20px);
    margin: 50px 10px;
  }
  section.intro article div.visuel {
    height: 367px;
    width: 350px;
    margin: 0 auto;
    border: solid 2px white;
  }
  section.intro article p {
    font-size: 22px;
    margin-top: 10px;
    text-align: center;
    margin: 10px 20px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 180px;
    font-size: 30px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 24px;
  }
  section.events p {
    font-size: 20px;
    margin: 50px 75px;
  }
  section.events article {
    float: none;
    width: auto;
    margin: 50px 15px;
  }
  section.contain-galerie div.galerie {
    height: 1300px;
    margin: 100px auto;
  }
  section.contain-galerie div.galerie a {
    float: left;
    width: calc(50% - 20px);
  }
  section.container-tarif {
    margin-top: 60px;
    background-image: url(../imgs/photo10.jpg);
    background-size: cover;
    background-position: center;
    height: auto;
  }
  section.container-tarif div.tarif {
    padding: 50px 50px;
    text-align: center;
  }
  section.container-tarif div.tarif p {
    font-size: 24px;
  }
  section.rdv i {
    font-size: 70px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-top: -60px;
  }
  section.rdv h1 {
    width: 300px;
    margin: 60px auto;
    font-size: 48px;
  }
  section.rdv p {
    font-size: 24px;
  }
  section.rdv h2 {
    font-size: 36px;
    margin-top: 30px;
  }
  section.rdv div.picto i {
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 50px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 650px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 650px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    font-size: 24px;
  }
  header a.logo {
    height: 200px;
  }
  header p {
    font-size: 18px;
    padding: 30px 50px;
  }
  section.intro article p {
    font-size: 16px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 150px;
    font-size: 30px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 20px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 550px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 550px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  h1 {
    font-size: 24px;
  }
  header a.logo {
    height: 150px;
  }
  header p {
    font-size: 18px;
    padding: 30px 50px;
  }
  section.intro article p {
    font-size: 14px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 100px;
    font-size: 30px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 16px;
  }
  section.contain-galerie div.galerie {
    height: 950px;
    margin: 80px auto;
  }
  section.contain-galerie div.galerie a {
    float: left;
    width: calc(50% - 20px);
  }
  section.container-tarif {
    margin-top: 60px;
    background-image: url(../imgs/photo10.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
  }
  section.container-tarif div.tarif {
    padding: 50px 50px;
    text-align: center;
  }
  section.container-tarif div.tarif p {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 500px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  img {
    width: 100%;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 100px;
    font-size: 20px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 16px;
  }
  section.contain-galerie div.galerie {
    height: 3000px;
    margin: 80px auto;
  }
  section.contain-galerie div.galerie a {
    width: calc(100% - 20px);
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 414px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 414px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
    bottom: 10px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 14px;
  }
  section.contain-galerie div.galerie {
    height: 2600px;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 375px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 375px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header {
    background-position: left;
  }
  section.intro article div.visuel {
    width: 300px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    bottom: 5px;
  }
  section.contain-galerie div.galerie {
    height: 2350px;
  }
  section.container-tarif div.tarif a {
    font-size: 20px;
  }
  /* --------------------------------------------------------------- Reservation -- */
  section.rdv i {
    font-size: 50px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    margin-top: -50px;
  }
  section.rdv h1 {
    width: 200px;
    margin: 30px auto;
    font-size: 30px;
  }
  section.rdv p {
    font-size: 20px;
  }
  section.rdv h2 {
    font-size: 24px;
  }
  section.rdv div.picto i {
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-top: 30px;
  }
  section.rdv h3 {
    font-size: 16px;
  }
  /* ------------------------------------------------------- Réseaux Sociaux -- */
  div.contain-sociaux p {
    font-size: 24px;
    padding: 10px;
  }
  div.contain-sociaux div.sociaux a i {
    font-size: 30px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    margin-top: 30px;
  }
  /* --------------------------------------------------------------- footer -- */
  footer {
    margin-top: 30px;
  }
  footer a.logo {
    height: 200px;
  }
  footer p {
    font-size: 14px;
    margin-top: 0;
  }
}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 320px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 320px) {
  .center {
    width: 100%;
    margin: 0 auto;
  }
  header a.logo {
    height: 150px;
  }
  section.intro {
    margin-top: 50px;
  }
  section.intro h1 {
    width: 280px;
  }
  section.intro article div.visuel {
    width: 280px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption {
    height: auto;
  }
  div.slider div.carousel-inner div.item div.carousel-caption h2 {
    line-height: 80px;
    font-size: 16px;
  }
  div.slider div.carousel-inner div.item div.carousel-caption p {
    font-size: 12px;
  }
  section.events h1 {
    width: 250px;
  }
  section.events p {
    margin: 50px 30px;
  }
  section.contain-galerie h1 {
    width: 250px;
  }
  section.contain-galerie div.galerie {
    height: 2000px;
  }
  section.container-tarif div.tarif h1 {
    width: 200px;
  }
  section.container-tarif div.tarif a {
    padding: 10px 0;
  }
  section.contain-sociaux {
    margin-top: 50px;
  }
  section.contain-sociaux p {
    padding: 0 30px;
  }
}
