/* Compiled Less CSS File */
/* Generated from "style.css" */

* {
  margin: 0;
  padding: 0;
}
html,
body {
  height: 100%;
}
body {
  height: 100%;
  font-family: "avantgarde-bookregular", sans-serif;
  background: url(../img/fond.jpg) repeat;
  background-size: cover;
}
body .wrapper {
  position: relative;
  min-height: 100%;
  margin: 0 auto 0;
  /* the bottom margin is the negative value of the footer's height */

}
body .wrapper #fontaine {
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: -1;
}
body footer,
body .push {
  height: 80px;
  /* '.push' must be the same height as 'footer' */

}
body footer {
  position: relative;
  z-index: 999999999999;
	float: left;
    width: 100%;
}
body header {
  background-color: #fff;
  clear: both;
}
body header #logo img {
  height: 120px;
  margin: 20px;
}
body nav #bouton-mobile {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  margin-bottom: 10px;
}
body nav #bouton-mobile button {
  height: 30px;
  line-height: 20px;
  float: right;
  border: 1px solid #666;
  width: 30px;
  background: none;
  border-radius: 5px;
}
body nav ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0 0;
  clear: both;
  /*li+li:before{
				content:"-";
				color:@gris_intermediaire;
				font-size:18px;
			}*/

}
@media screen and (max-width: 768px) {
  body nav ul {
    display: none;
  }
}
body nav ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  body nav ul li {
    float: left;
    text-align: left;
  }
}
body nav ul li a {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-size: 16px;
  color: #978c80;
  font-weight: 100;
}
@media screen and (min-width: 768px) {
  body nav ul li a {
    line-height: 80px;
    padding: 30px 20px;
  }
}
body nav ul li a:hover {
  color: #575656;
  text-decoration: none;
}
body nav ul li a:after {
  content: "";
  display: block;
  background-color: #978c80;
  height: 2px;
  width: 1%;
  opacity: 0;
  position: absolute;
  margin: 0 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body nav ul li a:hover:after {
  width: 50%;
  opacity: 1;
  background-color: #575656;
  margin: 0 25%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
body #informations {
  text-align: center;
  padding: 5px 15px 5px 0;
}
@media screen and (min-width: 768px) {
  body #informations {
    text-align: right;
  }
}
body #informations p {
  font-size: 14px;
  color: #a48a77;
}
body #informations p strong {
  text-transform: uppercase;
  color: #575656;
}
body #informations p strong a {
  color: #575656;
}
body #informations #coordonnees {
  padding: 0;
}
body #informations #coordonnees + p {
  font-size: 16px;
}
body #informations #coordonnees a {
  display: inline;
}
body #informations #coordonnees a.icone span {
  position: relative;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  background-color: #575656;
  color: #ffffff;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  margin: 10px 0 10px 10px;
}
body #informations #coordonnees a.icone span i {
  line-height: 32px;
}
body #informations #coordonnees a.icone span:hover {
  background-color: #a48a77;
}
body #informations #coordonnees a.icone_img span {
  position: relative;
  vertical-align: bottom;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  margin: 10px 0 10px 10px;
  line-height: 30px;
}
body #informations #coordonnees a.icone_img span img {
  line-height: 30px;
  display: inline-block;
  width: 45px;
  height: 50px;
  margin: -10px 0 0 -7px;
  opacity: 0.8;
}
body #informations #coordonnees a.icone_img span:hover {
  background-color: #a48a77;
}
body main {
  min-height: 200px;
  text-align: center;
  font-size: 16px;
float: left;
width: 100%;
}
@media screen and (min-width: 768px) {
  body main {
    margin-top: 20px;
  }
}
body main p,
body main ul {
  margin: 15px 0;
  font-size: 14px;
}
body main h1 {
  font-size: 22px;
  text-transform: uppercase	;
  font-weight: 500;
}
body main strong {
  font-weight: 700;
}
body main h2 {
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}
body main #photos_produits {
  padding-top: 43px;
}
body main #photo0,
body main #photo1,
body main #photo2,
body main #photo3 {
  border: 10px solid transparent;
}
body main #galerie #filtres button {
  background: none;
  padding: 15px;
  border: none;
}
body main #galerie #filtres button:hover,
body main #galerie #filtres button.active {
  border: 1px solid #c89a68;
  color: #c89a68;
}
body main #accordeon {
  text-align: left;
  color: #575656;
}
body main #accordeon .bloc {
  margin-bottom: 10px;
  border: 1px solid #575656;
  padding: 20px;
  background-color: #ffffff;
}
body main #accordeon .bloc h3 {
  cursor: pointer;
  text-transform: uppercase;
  margin: 0;
  font-size: 19px;
}
body main #accordeon .bloc h3 button {
  transition: all 0.8s ease-in-out;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  color: #978c80;
  float: right;
  background: none;
  border: none;
}
body main #accordeon .bloc .texte {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
body main #accordeon .bloc .texte ul {
  list-style-type: circle;
  padding-left: 15px;
}
body main #accordeon .bloc.active h3 button {
  transform: rotate(45deg);
}
body main #accordeon .bloc.active .texte {
  max-height: 450px;
  padding-top: 20px;
}
body main #estimation {
  position: relative;
  z-index: 9999999999;
  width: 350px;
  background-color: #978c80;
  color: #ffffff;
  padding: 2px  15px;
  margin: -80px auto 0 auto;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  cursor: pointer;
}
body main #estimation a {
  color: #ffffff;
}
body main #estimation h3 {
  text-transform: uppercase;
  font-size: 20px;
}
body main #estimation h4 {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  color: #ffffff;
}
body main #contact input,
body main #contact textarea {
  margin-bottom: 20px;
  padding: 0 20px !important;
  resize: none;
  width: 100%;
}
body main #contact textarea {
  padding: 20px !important;
  height: 250px;
}
body main #contact .btn-fichier {
  border: 1px solid #ccc;
  cursor: pointer;
  color: #a48a77;
  font-size: 16px;
  padding: 10px;
  height: 40px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}
body main #contact .btn-fichier .fa-camera {
  display: none;
}
body main #contact .btn-fichier input {
  opacity: 0;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
body main #contact .btn-fichier:hover {
  color: #575656;
  border-color: #575656;
}
body main #contact .btn-fichier:hover .fa-camera {
  display: inline;
}
body main #contact .btn-fichier .fa-check {
  color: #00C300;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  width: 0;
}
body main #contact .btn-fichier.active .fa-camera {
  display: none;
}
body main #contact .btn-fichier.active .fa-check {
  opacity: 1;
  width: 15px;
}
body main #contact .btn-fichier.active:hover .btn-cancel {
  top: 0;
}
body main #contact .btn-fichier .btn-cancel {
  opacity: 1;
  background-color: #575656;
  color: #fff;
  position: absolute;
  font-size: 16px;
  width: 100%;
  left: 0;
  top: -50px;
  padding: 10px;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
body main #contact .btn-fichier .btn-cancel i {
  position: relative;
  color: #fff;
}
body main #contact #coordonnees_contact {
  color: #fff;
  text-align: left;
}
body main #contact #coordonnees_contact h2 {
  font-size: 18px;
  margin: 15px 0;
}
body main #contact #coordonnees_contact h3 {
  margin: 20px 0;
  font-size: 20px;
  font-weight: 700;
}
body main #contact #coordonnees_contact h3 address span {
  text-transform: uppercase;
}
body main #contact #coordonnees_contact a {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
}
body .souligne {
  text-decoration: underline;
}
body footer {
  color: #575656;
  background-color: #ffffff;
}
body footer p {
  padding-top: 30px;
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  body footer p {
    margin: 0;
    padding: 0 40px;
    line-height: 80px;
    text-align: left;
  }
}
body footer p a {
  color: #575656;
}
.swiper-container {
  width: 100%;
  height: 400px;
  margin: 20px auto;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff;*/

  /* Center slide text vertically */

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
html body .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 150ms linear 0ms;
  -khtml-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
  /* BACKGROUND GRADIENT */

  /* TRIPLE BORDERS */
}
html body .overlay .overlay-content {
  width: 100%;
  padding: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /* BACKGROUND GRADIENT */
}
html body .overlay .overlay-content a {
  color: #fff;
}
html body .overlay .overlay-content a.icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
  background-color: #b46d70;
  color: #fff;
}
html body .overlay .overlay-content a.icon:hover {
  background-color: #888;
}
html body .overlay .overlay-content a.icon.circle,
html body .overlay .overlay-content a.icon.icon-circle {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  /* BACKGROUND GRADIENT */
}
html body .overlay .overlay-content a.icon:last-child {
  margin-right: 0;
}
html body .overlay-wrap {
  overflow: hidden;
  position: relative;
}
html body .overlay-wrap .overlay {
  visibility: hidden;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  /* BACKGROUND GRADIENT */

  /* OUTLINE RADIUS */

  -webkit-transform: scale(1.5);
  -khtml-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
  /* BACKGROUND GRADIENT */

  -webkit-transition: all 150ms linear 0ms;
  -khtml-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
  /* BACKGROUND GRADIENT */

  /* TRIPLE BORDERS */
}
html body .overlay-wrap:hover .overlay {
  visibility: visible;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  /* BACKGROUND GRADIENT */

  /* OUTLINE RADIUS */

  -webkit-transform: scale(1);
  -khtml-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  /* BACKGROUND GRADIENT */

  -webkit-transition: all 150ms linear 0ms;
  -khtml-transition: all 150ms linear 0ms;
  -moz-transition: all 150ms linear 0ms;
  -ms-transition: all 150ms linear 0ms;
  -o-transition: all 150ms linear 0ms;
  transition: all 150ms linear 0ms;
  /* BACKGROUND GRADIENT */

  /* TRIPLE BORDERS */
}
.cms-carousel-title h4 {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.cms-carousel-categories {
  font-family: 'Great Vibes', cursive;
  font-size: 30px;
  color: #ffffff;
}
.swiper-button-prev-custom,
.swiper-button-next-custom {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 4em;
}
.swiper-button-prev-custom:hover,
.swiper-button-next-custom:hover {
  color: #575656;
}
.swiper-button-prev-custom,
.swiper-container-rtl .swiper-button-next-custom {
  left: 10px;
  right: auto;
}
.swiper-button-next-custom,
.swiper-container-rtl .swiper-button-prev-custom {
  right: 10px;
  left: auto;
}
.grid {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.grid li {
  margin: 0;
  padding: 0;
  height: auto;
  background: #eee;
  position: relative;
  list-style-type: none;
  cursor: pointer;
}
.grid li img {
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
.grid li:after {
  content: "";
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 4em;
  font-size: 2em;
  left: 0;
  bottom: -100%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  box-sizing: border-box;
  border: 10px solid #fff;
  opacity: 0;
  cursor: pointer;
  background: url(img/loupe.png) no-repeat center center rgba(0, 0, 0, 0.5);
}
.grid li:hover:after {
  bottom: 0;
  opacity: 1;
}
/**** Transitions ****/
.masonry,
.masonry li {
  /* apply before masonry add class */

  margin: 0;
  padding: 0;
  -webkit-transition-duration: .7s;
  transition-duration: .7s;
  -webkit-transition-property: all;
  transition-property: all;
}
.masonry .masonry-enter {
  /* limit animated properties for entering elements */

  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.masonry-enter,
.masonry-leave.masonry-leave-active {
  opacity: 0;
  width: 0;
  max-height: 0;
  overflow: hidden;
}
.masonry-leave,
.masonry-enter.masonry-enter-active {
  opacity: 1;
  width: 200px;
  max-height: 500px;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 850px;
    padding-top: 30px;
    padding-bottom: 30px;
    background: none;
    text-align: center;
  }
}
.modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  border: none;
}
.modal-content button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1.8em;
  float: right;
  margin-right: -20px;
}
@media screen and (min-width: 768px) {
  .control button {
    margin: 0;
    padding: 0;
    font-size: 2.2em;
  }
  .btn-type-galerie {
    font-size: 1.2em;
  }
}
.control {
  height: 50px;
  line-height: 50px;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 40%;
  z-index: 1000000;
}
.control + img {
  /*margin-top:-150px;*/

  position: relative;
}
.control button {
  margin: 0;
  padding: 0;
  font-size: 1em;
}
.control #prev {
  text-align: left;
}
.control #next {
  text-align: right;
}
.control button:hover {
  color: #62164E;
  text-shadow: 0 0 10px #fff;
}
input[placeholder] {
  text-overflow: ellipsis;
}
::-moz-placeholder {
  text-overflow: ellipsis;
}
/* firefox 19+ */
input:-moz-placeholder {
  text-overflow: ellipsis;
}
#mentions-legales * {
  text-align: left !important;
}
@keyframes blink0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink0 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#noel {
  margin-top: -100px;
  position: absolute;
  width: 100%;
  text-align: center;
}
#noel a {
  background: #8C0002;
  color: #fff;
  padding: 10px;
  display: inline-block;
  border: 10px solid #fff;
  font-size: 18px;
  animation: 1s blink0 infinite;
  animation-direction: alternate;
}
.contenu_page {
  text-align: left;
  padding-right: 40px;
}
.contenu_page h1 {
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.contenu_page h1 span {
  position: absolute;
  font-size: 90px;
  width: 100%;
  text-align: center;
  top: -35px;
}
.contenu_page .accordeon {
  background: #ffffff;
  margin-top: 10px;
  padding: 15px;
}
.contenu_page .accordeon h2 {
  margin: 0;
  position: relative;
  cursor: pointer;
}
.contenu_page .accordeon h2:before {
  content: "+";
  font-size: 26px;
  position: absolute;
  right: 0;
}
.contenu_page .accordeon ul {
  padding-left: 15px;
  list-style-type: square !important;
}
.contenu_page .accordeon .accordeon_contenu {
  overflow: hidden;
  max-height: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.contenu_page .accordeon.active .accordeon_contenu {
  max-height: 300px;
}
.contenu_page_image {
  overflow: hidden;
  position: relative;
}
.contenu_page_image img {
  position: absolute;
  height: 100%;
  width: auto !important;
  top: 0;
  left: 0;
}
.contenu_page_full {
  height: 100%;
  background-color: #ffffff;
  text-align: left;
  padding: 15px;
}
.contenu_page_full p {
  text-align: justify;
  padding-bottom: 15px;
}
.contenu_page_full h1 {
  text-align: center;
}
.contenu_page_full .menu {
  padding-bottom: 40px;
}
.contenu_page_full .menu img {
  margin-top: 21px;
}
.contenu_page_full .menu h3 {
  font-size: 18px;
}
.contenu_page_full .menu li {
  font-size: 12px;
}
.contenu_page_full .menu .contenu_menu {
  height: auto;
}
.home {
  text-shadow: 0 0 10px #000;
}
.mariage-reception .menu{
	padding-bottom:0;
}
.mariage-reception .menu .contenu_menu{
	height:auto;
}
.mariage-reception .menu h3{
	margin-bottom:0;	
	margin-top: 0px;
}
body nav ul li a{
	font-size:15px;
	padding:30px 15px;
}