/*!
 * Copyright (c) 2015 Sie Web Création, http://www.site-web-creation.net
 */
body {
  height: 100%;
  background-color: #E5E3E3;
  background-image: url(../img/fond-nav.png);
}
a {
  color: black;
}
.top-link {
  bottom: 60px;
  position: fixed;
  padding: 20px;
  right: 0;
  background-color: #FFA500;
  z-index: 999999;
  cursor: pointer;
}
.no-padding {
  padding: 0;
}
.btn-primary {
  background-color: #333;
  border: none;
}
.btn-primary:hover {
  background-color: black;
}
.sep-30 {
  height: 30px;
  clear: both;
}
.sep-15 {
  height: 15px;
  clear: both;
}
.sep-10 {
  height: 10px;
  clear: both;
}
.sep-5 {
  height: 5px;
  clear: both;
}
.shadow {
  box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
  -moz-box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
  -webkit-box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
}
.shadow-2 {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.75);
}
#back-haut {
  background-image: url(../img/fond-nav.png);
  position: relative;
  z-index: 99;
  min-height: 88px;
  font-family: 'Playball', cursive;
}
#logo {
  position: absolute;
  z-index: 99;
}
#navbar-black.nav-fixed {
  position: fixed;
  top: 0px;
  z-index: 10;
  width: 100%;
}
#navbar-black-static {
  display: none;
}
#navbar-black-static.nav-fixed {
  display: block;
}
#navbar-container {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px none;
  min-height: 48px;
  line-height: 20px;
  margin: 0;
  padding: 34px 0;
}
#navbar-container.nav-fixed {
  position: fixed;
  top: 29px;
  z-index: 10;
  width: 100%;
}
@media (min-width: 768px) {
  #navbar-container .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
#navbar-container .navbar-toggle {
  border-color: #fff;
  color: #fff;
}
#navbar-container .navbar-toggle .icon-bar {
  background-color: #fff;
}
#navbar-container .navbar-brand {
  font-family: 'Playball', cursive;
  color: #fff;
  font-size: 2em;
  padding: 0 15px;
}
#navbar-container-static {
  display: none;
}
#navbar-container-static.nav-fixed {
  display: block;
}
#navbar {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 767px) {
  #navbar {
    -webkit-overflow-scrolling: touch;
    max-height: 350px;
    overflow: auto;
  }
}
#navbar > ul > li {
  position: static;
}
#navbar > ul > li:first-child > a {
  border-left: 0px none;
}
#navbar > ul > li > a {
  font-family: 'Playball', cursive;
  color: #fff;
  font-size: 1.45em;
  white-space: nowrap;
  padding: 0;
}
@media (min-width: 768px) {
  #navbar > ul > li > a {
    border-left: 1px solid #8E8E8B;
  }
}
#navbar > ul > li > a:active,
#navbar > ul > li > a:focus,
#navbar > ul > li > a:hover {
  background-color: transparent;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
#navbar li.current-menu-parent,
#navbar li.current-menu-ancestor,
#navbar li.active {
  background-color: transparent;
  -webkit-transition: 500ms linear 0s;
  -moz-transition: 500ms linear 0s;
  -o-transition: 500ms linear 0s;
  transition: 500ms linear 0s;
  outline: 0 none;
  text-shadow: -1px 1px 8px #ffc, 1px -1px 8px #fff;
}
#navbar .open > a {
  background-color: #126fce;
}
.owl-theme .owl-controls {
  text-align: center;
}
.txt-slide {
  position: absolute;
  padding: 5px 5px 35px 5px;
  bottom: 0;
  text-align: center;
  color: white;
  width: 100%;
  background-image: url(../img/fond-txt-slide.png);
}
.txt-slide h2 {
  text-shadow: 1px 1px 6px #000;
  font-weight: bold;
  font-size: 3.7em;
  margin: 0;
}
#contenu {
  padding: 30px;
  background-color: #C8C4B8;
}
#contenu h1 {
  border-bottom: 1px solid;
  font-size: 2.4em;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: left;
}
#contenu h2 {
  font-size: 1.7em;
}
#contenu .lire-suite {
  border: 1px solid #4A4A47;
}
#contenu .lire-suite:hover {
  background-color: #FFA500;
}
#contenu .txt-accueil {
  font-size: 16px;
  font-style: italic;
}
#contenu ul {
  padding: 0;
  margin: 0;
}
#contenu ul li {
  margin-bottom: 4px;
  list-style: none;
}
#contenu ul li:before {
  content: "\f0da";
  padding-right: 10px;
  font-family: FontAwesome;
}
#actus-index {
  background-color: #EFEDED;
  padding: 20px;
  text-align: center;
  border-top: 1px solid #A5A29B;
  border-bottom: 1px solid #A5A29B;
}
#actus-index .resum {
  font-style: italic;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
#actus-index .btn {
  border: 1px solid;
}
#actus-index .btn:hover {
  background-color: orange;
}
#actus-index h4 {
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 1.1em;
}
#actus-index .actu-index {
  padding: 20px 40px;
}
#actus-index .actu-index:hover {
  background-color: orange;
}
#actus a {
  color: white;
}
#actus a:hover {
  color: white;
}
#actus .media {
  padding: 5px;
  background-color: #333333;
  color: white;
  position: relative;
  margin-bottom: 20px;
}
#actus .media .plus {
  background-color: orange;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 6px;
  color: #333333;
  font-size: 1em;
}
#actus .media:hover {
  background-color: black;
}
#actus .media .media-body {
  font-size: 12px;
}
#actus .media .media-body h4 {
  font-size: 16px;
}
#actus .voir-tous {
  background-color: #333333;
  float: right;
}
#actus .voir-tous:hover {
  background-color: black;
}
#actus .sep-actus {
  padding: 5px 0 0 0;
  margin: 5px 0 0 0;
  border-top: 1px solid black;
}
#footer-1 {
  text-align: center;
  background-color: black;
  position: relative;
  min-height: 376px;
  text-shadow: 1px 1px 6px #000;
}
#footer-1:before {
  background-image: url("../img/fond-service.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
#footer-1 h1 {
  color: white;
  padding-top: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Archivo Black', sans-serif;
  padding: 0 10px 30px 0;
  background-image: url("../img/fond-h1-service.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#footer-1 .footer-1-txt {
  padding: 20px;
  position: relative;
  z-index: 99;
}
#footer-1 ul {
  padding-top: 70px;
}
#footer-1 ul li {
  list-style: none;
  display: inline;
  color: white;
  font-family: 'Playball', cursive;
  font-size: 2.5em;
  padding: 0 30px;
}
#footer-2 {
  background-color: #4A4A47;
  color: white;
}
#footer-2 .footer-2-txt {
  padding: 20px;
}
#footer-2 .adresse {
  padding-left: 40px;
}
#footer-2 h2 {
  padding: 0 10px 20px 0;
  background-image: url("../img/fond-h1-plan.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#footer-3 {
  background-color: #383836;
}
#footer-3 ul {
  margin: 0px;
  padding: 10px 0;
  float: right;
}
#footer-3 ul li {
  list-style: none;
  display: inline;
  text-align: right;
  padding-right: 10px;
  border-right: 1px solid #ccc;
  margin-right: 10px;
}
#footer-3 ul li a {
  color: white;
}
#footer-3 ul li:last-child {
  border-right: none;
}
ul#reseaux {
  float: left;
  padding: 0;
}
ul#reseaux li {
  list-style: none;
  display: inline-block;
  background-image: url("../img/reseaux.png");
  width: 42px;
  height: 42px;
}
ul#reseaux li#ic-google {
  background-position: 126px 0px;
}
ul#reseaux li#ic-google:hover {
  background-position: 126px 42px;
}
ul#reseaux li#ic-email {
  background-position: 84px 0px;
}
ul#reseaux li#ic-email:hover {
  background-position: 84px 42px;
}
ul#reseaux li#ic-insta {
  background-position: 42px 0px;
}
ul#reseaux li#ic-insta:hover {
  background-position: 42px 42px;
}
ul#reseaux li:hover {
  background-position: 0 42px;
}
#plan {
  text-align: center;
  font-family: 'Archivo Black', sans-serif;
}
@media (max-width: 767px) {
  #mobile-detect {
    display: none;
  }
  #navbar-container {
    padding: 0 0;
    min-height: inherit;
  }
  #back-haut {
    min-height: inherit;
  }
  #footer-1 h1 {
    background: none;
  }
  #footer-1 ul {
    padding-top: 0;
  }
  #footer-1 ul li {
    font-size: 2em;
    display: inline-block;
  }
  #contenu {
    padding: 20px 5px;
  }
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
.owl-pagination {
  bottom: 0px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #4b493c;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../img/AjaxLoader.gif) no-repeat center center;
}
.owl-item img {
  width: 100%;
}
.camera_overlayer {
  background: rgba(0, 0, 0, 0) url("../img/overlay1.png") repeat scroll 0 0;
}
.camera_overlayer {
  opacity: 0.4;
}
.camera_overlayer {
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
#slide {
  position: relative;
  box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
  -moz-box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
  -webkit-box-shadow: 0px 3px 3px 1px rgba(42, 39, 39, 0.75);
}
.owl-carousel {
  max-height: 554px;
  overflow: hidden;
}
#contenu .galerie ul li {
  list-style: none;
  float: left;
}
#contenu .galerie ul li:before {
  content: "";
}
#contenu .galerie ul li img {
  border: 4px solid #FFA500;
  border-radius: 5px;
}
/* ------------------------------------------------------------ *\
	Galerie
\* ------------------------------------------------------------ */
.margin-thumb {
  background: #eee none repeat scroll 0 0;
  border: 1px solid #dfdfdf;
  margin: 5px;
  overflow: hidden;
  position: relative;
}
.margin-thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.thumbnail-gal {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(50%, 50%);
  width: 100%;
}
.thumbnail-gal img {
  display: block;
  height: auto;
  max-height: 100%;
  transform: translate(-50%, -50%);
  width: auto;
}
#contenu ul.list-tarifs li {
  border: 1px solid #4A4A47;
  background-color: #EFEFEF;
  width: 109px;
  margin: 0 2px 2px 0;
  padding: 1px;
  text-align: center;
  list-style: none;
  float: left;
  border-radius: 5px;
}
#contenu ul.list-tarifs li:before {
  content: "";
}
#contenu ul.list-tarifs li:hover {
  background-color: #4A4A47;
  color: white;
}
#contenu ul.list-tarifs li.reserve {
  opacity: 0.7;
  background-color: #FCCCCE;
}
#contenu ul.list-tarifs .btn {
  padding: 6px 0;
}
#contenu ul.list-tarifs .prix {
  font-weight: bold;
}
#contenu ul.list-tarifs .ancien-prix {
  text-decoration: line-through;
}
#contenu ul.list-tarifs .promo {
  color: red;
  font-weight: bold;
}
.titre-tarifs {
  color: white;
  text-align: center;
  padding: 5px;
  background-color: #4A4A47;
}
.btn-reservez {
  font-size: 20px;
}
.btn-reservez span {
  text-transform: uppercase;
  font-weight: bold;
}
.panel-default .panel-heading {
  background-color: #FFA500;
  font-size: 18px;
}
.panel-default .panel-heading .panel-title {
  font-size: 20px;
}
.panel-default .panel-heading .panel-title:before {
  content: "\f0da";
  padding-right: 10px;
  font-family: FontAwesome;
}
#contenu .panel-body h2 {
  background-color: transparent;
  font-size: 1.3em;
  color: inherit;
  text-align: left;
}
.dropdown-menu {
  border: 0px none;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
.dropdown-menu li.active a,
.dropdown-menu li.active:hover {
  color: white;
  background-color: #4A4A47;
}
.dropdown-menu a {
  color: white;
}
@media (max-width: 767px) {
  .open .dropdown-menu {
    position: relative;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: white;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
/*# sourceMappingURL=style.css.map */