@import url("https://fonts.googleapis.com/css?family=Catamaran:100,300,400,600,700");
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html {
  font-size: 1em;
  line-height: 1.4;
  color: #142837;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

.browserupgrade {
  margin: .2em 0;
  padding: .2em 0;
  color: #000000;
  background: #cccccc;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*=========== classes raccourci ===========*/
.maj {
  text-transform: uppercase;
}

.thin {
  font-weight: 300 !important;
}

.normal {
  font-weight: 400 !important;
}

.gras {
  font-weight: 700 !important;
}

.ultragras {
  font-weight: 800 !important;
}

.gradient {
  background: rgba(20, 40, 55, 0);
  background: -moz-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 48%, #142837 82%, #142837 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 40, 55, 0)), color-stop(48%, rgba(20, 40, 55, 0)), color-stop(82%, #142837), color-stop(100%, #142837));
  background: -webkit-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 48%, #142837 82%, #142837 100%);
  background: -o-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 48%, #142837 82%, #142837 100%);
  background: -ms-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 48%, #142837 82%, #142837 100%);
  background: linear-gradient(to bottom, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 48%, #142837 82%, #142837 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142837', endColorstr='#142837', GradientType=0 );
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  display: block;
}

.fixed {
  position: fixed !important;
  top: 0 !important;
  background: white !important;
}

.margin-top {
  margin-top: 180px;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1000px !important;
  height: 100% !important;
}

/*=========== GLOBAL ===========*/
html {
  width: 100%;
  height: 100%;
  background-color: #fff;
}

body {
  font-family: 'Catamaran',Helvetica,Arial,sans-serif;
  font-weight: 400;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #142837;
}

section {
  background: #ffffff;
}

a:link {
  text-decoration: none !important;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 25px;
  margin: 0 0 10px;
}
p strong {
  font-weight: 600;
}

a, p, span, i, button {
  -webkit-transition: all .3s ease-in-out 0s;
  transition: all .3s ease-in-out 0s;
}

table {
  width: 100%;
  margin: 10px 0;
}
table th, table td {
  border: 1px solid #142837;
  padding: 10px 15px;
  text-align: center;
}

.all {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

/*=========== BTN & SEPARATOR ===========*/
hr.separator {
  background: #bb9f70;
  display: block;
  height: 1px;
  margin: 1em auto 1em;
  padding: 0;
  position: relative;
  clear: both;
}
hr.separator::before {
  bottom: -11px;
  content: url("../img/icon/separator.svg");
  left: calc(50% - 46.5px);
  position: absolute;
  width: 100px;
  padding: 0 10px;
  background: #fff;
}

.btn-default {
  display: inline-block;
  font-size: 16px;
  border-radius: 0;
  color: #fff;
  box-shadow: inset 0 -5px 0 #957847;
  border: none;
  background: #bb9f70;
  padding: 7.5px 25px;
  font-weight: 100;
  letter-spacing: 1px;
}
.btn-default:hover, .btn-default:focus {
  box-shadow: inset 0 -100px 0 #957847;
  color: #fff;
}

.btn-default.xl {
  font-size: 22px;
  box-shadow: inset 0 -10px 0 #957847;
  font-weight: 400;
  padding: 15px 25px;
}
.btn-default.xl:hover, .btn-default.xl:focus {
  box-shadow: inset 0 -100px 0 #957847;
  color: #fff;
}

.btn-primary {
  display: inline-block;
  background: #142837;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 -5px 0 #28465d inset;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 7.5px 25px;
}
.btn-primary:hover, .btn-primary:focus {
  box-shadow: inset 0 -100px 0 #28465d;
  color: #fff;
}

.btn-primary.xl {
  box-shadow: 0 -10px 0 #28465d inset;
  font-size: 22px;
  font-weight: 400;
  padding: 15px 25px;
}
.btn-primary.xl:hover, .btn-primary.xl:focus {
  box-shadow: inset 0 -100px 0 #28465d;
  color: #fff;
}

/* ==========================================================================
   CONTENT ELEMENTS
   ========================================================================== */
header {
  padding: 20px 0 30px;
  text-align: center;
}
header p:first-child {
  color: #bb9f70;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}
header p:last-child {
  color: #142837;
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 0.5px;
}
header h1, header h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 300;
}

.content-box {
  padding: 40px 0 0;
}
.content-box::after, .content-box::before {
  clear: both;
  content: "";
  display: table;
}
.content-box a {
  display: inline-block;
}
.content-box .container {
  text-align: center;
}
.content-box main {
  height: 600px;
}
.content-box main::after, .content-box main::before {
  clear: both;
  content: "";
  display: table;
}
.content-box main:nth-child(2n) > div:last-child {
  text-align: left;
  padding-right: 5%;
}
.content-box main:nth-child(3n) > div:last-child {
  text-align: right;
  text-align: left;
  padding-left: 5%;
}
.content-box main > div {
  padding: 0;
}
.content-box main > div a {
  display: inline-block;
  margin: 5px 0;
}
.content-box main > div:nth-child(2n) {
  padding: 50px 40px 40px;
}
.content-box main h2 {
  font-weight: 100;
  font-size: 30px;
  color: #bb9f70;
  line-height: 35px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
.content-box main p {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: 400;
}
.content-box main li {
  font-size: 16px;
}
.content-box img {
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}
.content-box .content-img {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
}
.content-box .content-img.index-img1 {
  background-image: url(../img/content/index-1.jpg);
}
.content-box .content-img.index-img2 {
  background-image: url(../img/content/index-2.jpg);
}
.content-box .content-img.apropos-img1 {
  background-image: url(../img/content/apropos-2.jpg);
}
.content-box .content-img.chambre-img1 {
  background-image: url(../img/content/chambre-1.jpg);
}
.content-box .content-img.chambre-img2 {
  background-image: url(../img/content/chambre-2.jpg);
}
.content-box .content-img.spa-img1 {
  background-image: url(../img/content/spa-1.jpg);
}
.content-box .content-img.spa-img2 {
  background-image: url(../img/content/spa-2.jpg);
}
.content-box .content-img.spa-img3 {
  background-image: url(../img/content/spa-3.jpg);
}
.content-box .content-img.mariage-img1 {
  background-image: url(../img/content/mariage-1.jpg);
}
.content-box .content-img.mariage-img2 {
  background-image: url(../img/content/mariage-2.jpg);
}
.content-box .content-img.mariage-img3 {
  background-image: url(../img/content/mariage-3.jpg);
}

.media-box {
  text-align: center;
  padding: 40px 0;
}
.media-box iframe {
  height: 500px;
  width: 80%;
  margin: 0 auto 40px;
  display: block;
  border: 5px solid #bb9f70;
}

.detail-box {
  display: block;
  padding: 40px 0;
}
.detail-box main {
  width: 66.6667%;
  float: left;
  padding-right: 25px;
  position: relative;
}
.detail-box main::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #bb9f70;
}
.detail-box main h2 {
  text-transform: uppercase;
  font-size: 30px;
}
.detail-box main h3 {
  text-transform: uppercase;
  font-size: 24px;
}
.detail-box main h4 {
  font-size: 18px;
}
.detail-box main p, .detail-box main span {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 20px;
}
.detail-box main ul, .detail-box main ol {
  padding-left: 30px;
}
.detail-box main li {
  font-size: 16px;
}
.detail-box main img {
  display: block;
  height: auto;
  max-width: 100%;
}
.detail-box aside {
  width: 33.3333%;
  float: left;
  padding-left: 25px;
  position: relative;
}
.detail-box aside > div {
  margin-bottom: 30px;
}
.detail-box aside > div.infos p {
  margin-bottom: 15px;
}
.detail-box aside > div.link a {
  color: #fff;
}
.detail-box aside > div p, .detail-box aside > div a {
  color: #142837;
  line-height: 20px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.detail-box aside > div a {
  color: #bb9f70;
}
.detail-box aside > div a.btn {
  color: #fff;
}
.detail-box aside > div p:first-child {
  font-size: 26px;
  text-transform: uppercase;
  color: #bb9f70;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 30px;
}
.detail-box aside > div ul {
  padding-left: 50px;
}
.detail-box aside > div ul li {
  font-size: 15px;
  list-style: none;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 25px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.detail-box aside > div ul li::before {
  content: url("../img/icon/puces.svg");
  position: absolute;
  top: 0;
  left: -50px;
  width: 25px;
}
.detail-box aside > div a[class*="btn-"] {
  width: 100%;
  margin-bottom: 10px;
}
.detail-box aside::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #bb9f70;
}

/* ==========================================================================
    CALL TO ACTION
   ========================================================================== */
.cta-news,
.cta-book {
  border-bottom: 7.5px solid #957847;
  background: #bb9f70;
  padding: 12.5px 0;
  text-align: center;
}
.cta-news .container > div,
.cta-book .container > div {
  display: inline-block;
  width: auto;
}
.cta-news p,
.cta-book p {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 100;
  line-height: 20px;
  margin-right: 40px;
  margin-bottom: 0;
  padding: 10px 0 0;
  float: left;
  color: #fff;
}
.cta-news form,
.cta-book form {
  display: inline-block;
}
.cta-news form input,
.cta-book form input {
  float: left;
  width: 275px;
  line-height: 28px;
  border: none;
  padding-left: 10px;
  border-radius: 0;
}
.cta-news form button,
.cta-book form button {
  height: 30px;
  width: 30px;
  line-height: 30px;
  padding: 0;
  background: #142837;
  border: none;
  vertical-align: middle;
}
.cta-news form button i,
.cta-book form button i {
  color: #fff;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}

.cta-book {
  padding: 10px 0;
}
.cta-book p {
  line-height: 28px;
  padding: 7px 0 0;
}

.cta-3items {
  padding: 40px 0;
}
.cta-3items .element-item img,
.cta-3items .item img {
  border: 5px solid #bb9f70;
  display: block;
  width: 100%;
}
.cta-3items .element-item > p,
.cta-3items .item > p {
  text-align: center;
  margin: 20px 0 0;
  font-size: 26px;
  font-weight: 300;
  display: inline-block;
}
.cta-3items .grid-hover {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  /* Common style */
}
.cta-3items .grid-hover figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  width: 48%;
  background: #3085a3;
  text-align: center;
  cursor: auto;
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
}
.cta-3items .grid-hover figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 1;
}
.cta-3items .grid-hover figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cta-3items .grid-hover figure figcaption::before,
.cta-3items .grid-hover figure figcaption::after {
  pointer-events: none;
}
.cta-3items .grid-hover figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cta-3items .grid-hover figure figcaption > a {
  display: inline-block;
  width: auto;
  height: auto;
  color: #fff;
  -webkit-transition: all .3s ease-in-out 0s, opacity 0.35s, -webkit-transform 0.35s;
  transition: all .3s ease-in-out 0s, opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  z-index: 1000;
  white-space: nowrap;
  font-size: 14px;
  opacity: 0;
}
.cta-3items .grid-hover figure:hover figcaption > a {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}
.cta-3items .grid-hover figure p {
  letter-spacing: 1px;
  font-size: 14px;
}
.cta-3items figure.effect-bubba {
  background: #bb9f70;
}
.cta-3items figure.effect-bubba img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.cta-3items figure.effect-bubba:hover img {
  opacity: 0.2;
}
.cta-3items figure.effect-bubba figcaption::before,
.cta-3items figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.cta-3items figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cta-3items figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}
.cta-3items figure.effect-bubba h3 {
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}
.cta-3items figure.effect-bubba p {
  padding: 4em 2.5em 1em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.cta-3items figure.effect-bubba:hover figcaption::before,
.cta-3items figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cta-3items figure.effect-bubba:hover h3,
.cta-3items figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cta-push-product {
  border-top: 5px solid #bb9f70;
  border-bottom: 5px solid #bb9f70;
  position: relative;
  overflow: hidden;
  margin: 5px 0;
}
.cta-push-product:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.cta-push-product img {
  display: block;
  width: 100%;
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.cta-push-product .container {
  position: relative;
}
.cta-push-product .content {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
}
.cta-push-product .content h2, .cta-push-product .content p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 10%;
  font-weight: 100;
}
.cta-push-product .content h2 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 40px;
  margin-top: 10px;
}
.cta-push-product .content p {
  letter-spacing: 1px;
  font-size: 16px;
  margin-bottom: 30px;
}
.cta-push-product .content a {
  font-size: 20px;
}

.cta-offre {
  padding: 40px 0;
}
.cta-offre .items {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cta-offre .items .item,
.cta-offre .items .element-item {
  width: 30%;
  margin: 15px 0;
  background: #f5f1ea;
  padding: 20px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.cta-offre .items .item:hover div:first-child img,
.cta-offre .items .element-item:hover div:first-child img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.cta-offre .items .item > p,
.cta-offre .items .element-item > p {
  flex-grow: 2;
}
.cta-offre .items .element-item {
  margin: 15px;
}
.cta-offre .items img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.cta-offre .items figure {
  position: relative;
  flex-grow: 0;
  flex-shrink: 2;
}
.cta-offre .items figure > div:first-child {
  border: 5px solid #bb9f70;
  overflow: hidden;
}
.cta-offre .items figure, .cta-offre .items p {
  padding: 0 20px;
}
.cta-offre .items figcaption {
  text-transform: uppercase;
  margin: 20px 0 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  max-height: 50px;
}
.cta-offre .items .price {
  background: #bb9f70;
  font-size: 22px;
  color: #fff;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 15px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 30px;
}
.cta-offre .items .item-btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
  flex-grow: 0;
}
.cta-offre .items > p > a[class*="btn-"] {
  margin-top: 20px;
}

.button-group {
  text-align: center;
  margin-bottom: 40px;
}
.button-group button {
  margin-bottom: 10px;
}
.button-group button.is-checked {
  box-shadow: 0 -100px 0 #957847 inset;
}

.grid {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.grid .element-item {
  margin: 0;
  position: relative;
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.photoswipe-wrapper.grid {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
}

.photoswipe-item.element-item {
  float: left;
  width: 25%;
  padding: 10px;
}

/* ==========================================================================
   SECTION LANG
   ========================================================================== */
.lang {
  background: #fff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.lang a {
  color: #142837;
  font-weight: 300;
}
.lang a span {
  -webkit-transition: none;
  transition: none;
}
.lang a:hover span {
  border-bottom: 1px solid #142837;
}
.lang svg {
  margin-right: 5px;
  margin-left: 20px;
  width: 20px;
  height: 20px;
}

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 3;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 50px;
  width: 50px;
  height: 50px;
  background: #eae8e6;
}
.owl-nav .owl-next {
  position: absolute;
  right: 50px;
  width: 50px;
  height: 50px;
  background: #eae8e6;
}
.owl-nav i {
  color: #142837;
  font-size: 30px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#header-slider {
  position: relative;
  height: calc(100vh - 102px);
  margin-top: 40px;
}
#header-slider .owl-carousel .owl-stage-outer {
  width: 100%;
}
#header-slider .owl-carousel {
  height: calc(100vh - 102px);
}
#header-slider .owl-carousel .item {
  height: calc(100vh - 102px);
  display: block;
}
#header-slider .img {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
}
#header-slider .img.index-slider1 {
  background-image: url(../img/slider/index-slider1.jpg);
}
#header-slider .img.chambre-slider1 {
  background-image: url(../img/slider/chambre.jpg);
}
#header-slider .img.restaurant-slider1 {
  background-image: url(../img/slider/restaurant.jpg);
}
#header-slider .content {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  width: 55%;
  left: 20%;
}
#header-slider .content h2, #header-slider .content p {
  color: #fff;
  margin-bottom: 20px;
}
#header-slider .content h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 40px;
}
#header-slider .content p {
  font-size: 18px;
  letter-spacing: 1px;
}
#header-slider .content .btn-default {
  font-size: 24px;
}

#header-slider2 {
  position: relative;
  height: 700px;
  margin-top: 40px;
}
#header-slider2 .owl-carousel .owl-stage-outer {
  width: 100%;
  height: 100%;
}
#header-slider2 .owl-carousel {
  height: 700px;
}
#header-slider2 .owl-carousel .item {
  height: 700px;
}
#header-slider2 img {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: auto;
}
#header-slider2 img.detail-slider1 {
  background-image: url(../img/slider/detail-slider1.jpg);
}
#header-slider2 img.detail-slider2 {
  background-image: url(../img/slider/detail-slider2.jpg);
}
#header-slider2 .content {
  position: absolute;
  bottom: 50px;
  z-index: 2;
  width: 55%;
  left: 20%;
}
#header-slider2 .content h2, #header-slider2 .content p {
  color: #fff;
  margin-bottom: 20px;
}
#header-slider2 .content h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 40px;
}
#header-slider2 .content p {
  font-size: 18px;
  letter-spacing: 1px;
}
#header-slider2 .content .btn-default {
  font-size: 24px;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.galerie {
  padding: 40px 0 0;
  position: relative;
}
.galerie .owl-stage {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-box !important;
  display: box !important;
}
.galerie .owl-carousel .element-item,
.galerie .owl-carousel .photoswipe-item {
  height: 25rem;
  overflow: hidden;
}
.galerie .owl-carousel .element-item:hover img,
.galerie .owl-carousel .photoswipe-item:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.galerie .owl-carousel .element-item img,
.galerie .owl-carousel .photoswipe-item img {
  height: 25rem;
  width: 100%;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease-in-out 0s;
  transition: all 1s ease-in-out 0s;
}
.galerie .owl-carousel .owl-stage-outer {
  height: 25rem;
}
.galerie .owl-carousel .owl-stage-outer img {
  height: 25rem;
}

.my-gallery {
  width: 100%;
  float: left;
}

.my-gallery img {
  width: 100%;
  height: auto;
}

/* ==========================================================================
   SECTION CARTE GMAPS
   ========================================================================== */
.carte {
  border-top: 10px solid #bb9f70;
}
.carte iframe {
  height: 500px;
  width: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  pointer-events: none;
  position: relative;
  /* IE needs a position other than static */
  z-index: 1;
}
.carte iframe.clicked {
  pointer-events: auto;
}

/* ==========================================================================
   SECTION ACTUALITES
   ========================================================================== */
.actualites {
  padding: 40px 0;
}
.actualites .actu-item {
  padding: 30px 0;
  border-bottom: 1px solid #bb9f70;
  position: relative;
  display: block;
}
.actualites .actu-item::after, .actualites .actu-item::before {
  display: table;
  clear: both;
  content: "";
}
.actualites h3 {
  color: #bb9f70;
  font-size: 30px;
  font-weight: 100;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.actualites p {
  text-align: justify;
  font-size: 16px;
}

#actualites .owl-carousel {
  width: 32%;
  padding: 25px;
  background: #f5f1ea;
  margin-right: 25px;
  float: left;
}
#actualites .owl-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: calc(100% - 50px);
  display: inline-block;
}
#actualites .owl-dot {
  width: auto;
  display: inline;
}
#actualites .owl-dot span {
  background: transparent;
  border: 1px solid #bb9f70;
  height: 10px;
  width: 10px;
  margin: 0 5px;
  display: inline-block;
  margin: 2px;
}
#actualites .owl-dot.active span {
  background: #bb9f70;
}

/* ==========================================================================
   SECTION GALERIE-IMAGE
   ========================================================================== */
.galerie-image {
  padding: 40px 0;
}
.galerie-image .photoswipe-item img {
  border: 1px solid #bb9f70;
}
.galerie-image .photoswipe-item > a[data-type="video"]::after {
  content: url("../img/icon/play.png");
  position: absolute;
  top: calc(50% - 46px);
  left: calc(50% - 46px);
}

/* ==========================================================================
   SECTION FORMULAIRE
   ========================================================================== */
.formulaire {
  padding: 40px 0;
}
.formulaire img {
  margin-bottom: 30px;
}
.formulaire address p:first-child {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
.formulaire address p, .formulaire address a {
  font-size: 16px;
  text-align: center;
  color: #142837;
}
.formulaire input, .formulaire select, .formulaire textarea {
  border-radius: 0;
  border: 1px solid #929191;
}
.formulaire input, .formulaire select {
  line-height: 40px;
  height: 45px;
}
.formulaire label {
  line-height: 40px;
  font-weight: 300;
  padding-right: 15px;
}
.formulaire label:first-child {
  padding-right: 30px;
}
.formulaire input[type="radio"] {
  height: 30px;
}
.formulaire select {
  color: #929191;
}
.formulaire .form-control:focus {
  border-color: #bb9f70;
  box-shadow: none;
}

/* ==========================================================================
   LIGHTBOX POUR CAROUSEL (http://photoswipe.com/)
   ========================================================================== */
.pswp {
  z-index: 15000 !important;
}

.pswp__zoom-wrap {
  text-align: center;
}
.pswp__zoom-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.wrapper {
  line-height: 0;
  width: 100%;
  max-width: 900px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width: 100% !important;
  height: auto !important;
}

/* ==========================================================================
   SECTION FOOTER
   ========================================================================== */
.footer-link {
  background: #bb9f70;
  padding: 2px 0 0;
}
.footer-link ul {
  padding: 0;
  margin: 0;
  text-align: center;
}
.footer-link ul li {
  display: inline-block;
  text-align: center;
  margin: 5px 0;
  line-height: 15px;
  border-right: 1px solid #fff;
}
.footer-link ul li:last-child {
  border-right: none;
}
.footer-link ul li a {
  color: #fff;
  padding: 0 15px;
  letter-spacing: 1px;
  font-size: 15px;
}
.footer-link ul li a:hover {
  color: #957847;
}

.footer-contact {
  background: #142837;
  padding: 40px 0;
  text-align: center;
  border-bottom: 7.5px solid #957847;
}
.footer-contact img {
  margin-bottom: 30px;
  width: 350px;
}
.footer-contact address span, .footer-contact address p, .footer-contact address a {
  letter-spacing: 1px;
  font-size: 20px;
  color: #fff;
}
.footer-contact address span, .footer-contact address a {
  display: inline;
}
.footer-contact address p {
  display: inline;
}
.footer-contact address span {
  display: block;
}
.footer-contact .social span.fa-stack {
  font-size: 24px;
}
.footer-contact .social i.fa-circle {
  color: #fff;
}
.footer-contact .social i.fa-inverse {
  color: #142837;
}
.footer-contact .social a:hover i.fa-circle,
.footer-contact .social a:focus i.fa-circle {
  color: #bb9f70;
}

.footer-partner {
  padding: 40px 0;
  text-align: center;
}
.footer-partner div.center {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto;
  justify-content: center;
}
.footer-partner a:hover svg path, .footer-partner a:hover svg polygon, .footer-partner a:hover svg rect {
  fill: #142837;
}
.footer-partner svg {
  display: inline-block;
  float: left;
  margin: 0 15px;
  width: 200px;
  height: 100px;
}
.footer-partner svg path, .footer-partner svg polygon, .footer-partner svg rect {
  -webkit-transition: all 0.35s ease-in-out 0s;
  transition: all 0.35s ease-in-out 0s;
}

/* ========================================================================== */
/* ========================================================================== 

   ----------------------------- MEDIA QUERIES ------------------------------

   ========================================================================== */
/* ========================================================================== */
/* =============================== TAILLE LG ================================ */
/* =============================== TAILLE LG ================================ */
@media only screen and (min-width: 1200px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  /*menu jasny*/
  .navmenu {
    width: 100%;
    border-top: 1px solid #bb9f70;
    border-bottom: 1px solid #bb9f70;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100px;
    position: absolute;
    width: 100%;
    top: 70px;
    bottom: auto;
    z-index: 2;
  }
  .navmenu > .navmenu-nav {
    width: 100%;
    line-height: 100px;
    text-align: center;
    margin-bottom: 0;
  }
  .navmenu > .navmenu-nav > li {
    display: inline-block;
    line-height: 100px;
    position: relative;
    vertical-align: top;
  }
  .navmenu > .navmenu-nav > li .navmenu-nav {
    padding: 0;
  }
  .navmenu > .navmenu-nav > li:first-child a {
    display: inline-block;
    height: 100px;
    margin-right: 15px;
    padding: 0;
    width: 100%;
  }
  .navmenu > .navmenu-nav > li:first-child a:hover {
    background: transparent;
    box-shadow: none;
  }
  .navmenu > .navmenu-nav > li > a {
    color: #142837;
    font-size: 15px;
    line-height: 100px;
    padding: 0 12px;
    text-transform: uppercase;
  }
  .navmenu > .navmenu-nav > li > a:hover, .navmenu > .navmenu-nav > li > a:focus {
    background: #142837;
    color: #fff;
    box-shadow: 0 -10px 0 #28465d inset;
  }
  .navmenu > .navmenu-nav > li > a:hover .caret, .navmenu > .navmenu-nav > li > a:focus .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.book > a {
    background: #bb9f70;
    box-shadow: 0 -10px 0 #957847 inset;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
  }
  .navmenu > .navmenu-nav > li.book > a:hover, .navmenu > .navmenu-nav > li.book > a:focus {
    box-shadow: 0 -100px 0 #957847 inset;
  }
  .navmenu > .navmenu-nav > li.book > a:hover .caret, .navmenu > .navmenu-nav > li.book > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navmenu > .navmenu-nav > li.book > a .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.book .dropdown-menu {
    margin-left: -43px;
  }
  .navmenu > .navmenu-nav > li.book .dropdown-menu a {
    background: #bb9f70;
  }
  .navmenu > .navmenu-nav > li.book .dropdown-menu a:hover {
    box-shadow: inset 0 -3px 0 #957847;
  }
  .navmenu > .navmenu-nav > li.active > a {
    background: #142837;
    box-shadow: inset 0 -10px 0 #28465d;
    color: #fff;
  }
  .navmenu > .navmenu-nav > li.active > a .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.active > a:hover, .navmenu > .navmenu-nav > li.active > a:focus {
    background: #142837;
    box-shadow: inset 0 -100px 0 #28465d;
    color: #fff;
  }
  .navmenu > .navmenu-nav > li.open > a {
    box-shadow: 0 -100px 0 #28465d inset;
    color: #fff !important;
  }
  .navmenu .navbar-brand:focus {
    background: transparent !important;
    box-shadow: none !important;
  }
  .navmenu .navbar-brand > img {
    display: inline-block;
    height: 100%;
    width: 200px;
  }
  .navmenu .navmenu-nav.dropdown-menu {
    position: absolute;
    background: #142837;
  }
  .navmenu .navmenu-nav.dropdown-menu a {
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
  }
  .navmenu .navmenu-nav.dropdown-menu a:hover {
    box-shadow: 0 -3px 0 #28465d inset;
    color: #fff;
  }

  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
    overflow-y: initial;
  }

  .navmenu-default .navmenu-nav > .open > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
  .navmenu-default .navmenu-nav > .open > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
  .navmenu-default .navmenu-nav > .open > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
    background-color: #142837;
    color: #bb9f70;
  }
}
/* =============================== TAILLE MD ================================ */
/* =============================== TAILLE MD ================================ */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  .lang {
    background: #eae8e6;
    height: 30px;
    line-height: 30px;
  }

  /*menu jasny*/
  .navmenu {
    width: 100%;
    border-top: 1px solid #bb9f70;
    border-bottom: 1px solid #bb9f70;
    background: rgba(255, 255, 255, 0.9);
    min-height: 100px;
    position: absolute;
    width: 100%;
    top: 50px;
    bottom: auto;
    z-index: 2;
  }
  .navmenu > .navmenu-nav {
    width: 100%;
    line-height: 100px;
    text-align: center;
    margin-bottom: 0;
  }
  .navmenu > .navmenu-nav > li {
    display: inline-block;
    line-height: 100px;
    position: relative;
    vertical-align: top;
  }
  .navmenu > .navmenu-nav > li:first-child a {
    display: inline-block;
    height: 100px;
    margin-right: 15px;
    padding: 0;
    width: 100%;
  }
  .navmenu > .navmenu-nav > li:first-child a:hover {
    background: transparent;
    box-shadow: none;
  }
  .navmenu > .navmenu-nav > li > a {
    color: #142837;
    font-size: 13px;
    line-height: 100px;
    padding: 0 9px;
    text-transform: uppercase;
  }
  .navmenu > .navmenu-nav > li > a:hover, .navmenu > .navmenu-nav > li > a:focus {
    background: #142837;
    color: #fff;
    box-shadow: 0 -10px 0 #28465d inset;
  }
  .navmenu > .navmenu-nav > li > a:hover .caret, .navmenu > .navmenu-nav > li > a:focus .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.book > a {
    background: #bb9f70;
    box-shadow: 0 -10px 0 #957847 inset;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
  }
  .navmenu > .navmenu-nav > li.book > a:hover, .navmenu > .navmenu-nav > li.book > a:focus {
    box-shadow: inset 0 -100px 0 #957847;
  }
  .navmenu > .navmenu-nav > li.book > a:hover .caret, .navmenu > .navmenu-nav > li.book > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navmenu > .navmenu-nav > li.book > a .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.book .dropdown-menu {
    margin-left: -47px;
  }
  .navmenu > .navmenu-nav > li.book .dropdown-menu a:hover {
    box-shadow: inset 0 -3px 0 #957847;
  }
  .navmenu > .navmenu-nav > li.active a {
    background: #142837;
    box-shadow: none;
    color: #fff;
  }
  .navmenu > .navmenu-nav > li.active a .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navmenu > .navmenu-nav > li.active a:hover, .navmenu > .navmenu-nav > li.active a:focus {
    background: #142837;
    box-shadow: inset 0 -10px 0 #28465d;
    color: #fff;
  }
  .navmenu > .navmenu-nav > li.open > a {
    box-shadow: 0 -100px 0 #28465d inset;
    color: #fff !important;
  }
  .navmenu .navbar-brand > img {
    display: inline-block;
    height: 100%;
    width: 130px;
  }
  .navmenu .navmenu-nav.dropdown-menu {
    position: absolute;
    background: #142837;
    padding-bottom: 0;
  }
  .navmenu .navmenu-nav.dropdown-menu a {
    color: #fff;
    padding: 10px 25px;
    font-size: 15px;
  }
  .navmenu .navmenu-nav.dropdown-menu a:hover {
    box-shadow: 0 -3px 0 #28465d inset;
    color: #fff;
  }

  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
    overflow-y: initial;
  }

  .navmenu-default .navmenu-nav > .open > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
  .navmenu-default .navmenu-nav > .open > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
  .navmenu-default .navmenu-nav > .open > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
    background-color: #142837;
    color: #bb9f70;
  }

  #header-slider {
    height: calc(100vh - 92px);
    margin-top: 30px;
  }

  #header-slider .owl-carousel {
    height: calc(100vh - 92px);
  }

  #header-slider .owl-carousel .item {
    height: calc(100vh - 92px);
  }

  #header-slider .content {
    left: 13%;
    width: 74%;
  }

  #header-slider .content h2 {
    font-size: 30px;
    line-height: 35px;
  }

  #header-slider2 {
    margin-top: 30px;
  }

  .cta-3items .grid-hover figure p {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
  }

  .cta-3items figure.effect-bubba p {
    padding: 2em 2.5em 1em;
  }

  .cta-3items .element-item > p, .cta-3items .item > p {
    font-size: 22px;
    margin: 10px 0 0;
  }

  .media-box iframe {
    height: 400px;
    margin: 0 auto 30px;
  }

  .content-box main:nth-child(2n) > div:last-child {
    padding: 40px 30px 30px;
  }
  .content-box main:nth-child(3n) > div:last-child {
    padding: 40px 30px 30px;
  }

  .content-box main h2 {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .content-box main p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 23px;
  }

  .footer-link ul li a {
    font-size: 13px;
    padding: 0 10px;
  }

  .footer-contact img {
    margin-bottom: 30px;
    width: 30%;
  }

  .footer-contact address span,
  .footer-contact address p,
  .footer-contact address a {
    font-size: 18px;
  }

  .carte iframe {
    height: 340px;
  }
}
/* =============================== TAILLE SM ================================ */
/* =============================== TAILLE SM ================================ */
@media only screen and (max-width: 991px) {
  body {
    margin-top: 153px;
  }

  .dropdown-backdrop {
    position: relative;
    z-index: 990;
  }

  .gradient {
    background: rgba(20, 40, 55, 0);
    background: -moz-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 82%, #142837 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 40, 55, 0)), color-stop(0%, rgba(20, 40, 55, 0)), color-stop(82%, #142837), color-stop(100%, #142837));
    background: -webkit-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 82%, #142837 100%);
    background: -o-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 82%, #142837 100%);
    background: -ms-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 82%, #142837 100%);
    background: linear-gradient(to bottom, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 82%, #142837 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142837', endColorstr='#142837', GradientType=0 );
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }

  .navbar {
    top: 0;
    height: 100px;
    position: absolute;
    min-height: none;
    background: #fff;
    margin: 0;
    z-index: 1031;
    text-align: center;
  }
  .navbar .navbar-brand {
    height: 100%;
    padding: 0;
    display: inline-block;
    float: none;
  }
  .navbar .navbar-brand > img {
    width: 195px;
    margin: 13px auto;
    display: inline-block;
  }
  .navbar .book {
    display: inline-block;
    width: 100%;
  }
  .navbar .book > a {
    background: #bb9f70;
    box-shadow: 0 -10px 0 #957847 inset;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    transition: all 0.2s ease-in-out 0s;
    display: block;
    padding: 20px;
    text-align: center;
  }
  .navbar .book > a:hover, .navbar .book > a:focus {
    box-shadow: inset 0 -100px 0 #957847;
  }
  .navbar .book > a:hover .caret, .navbar .book > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }
  .navbar .book > a .caret {
    border-bottom-color: #fff !important;
    border-top-color: #fff !important;
  }
  .navbar .book .dropdown-menu {
    margin-left: -47px;
  }
  .navbar .book .dropdown-menu a:hover {
    box-shadow: inset 0 -3px 0 #957847;
  }
  .navbar .hamburger {
    padding: 0 15px;
    line-height: 88px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
  }
  .navbar .hamburger:hover {
    opacity: 0.7;
  }
  .navbar .hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  .navbar .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
  }
  .navbar .hamburger-inner, .navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
    width: 37px;
    height: 1px;
    background-color: #142837;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  .navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
    content: "";
    display: block;
  }
  .navbar .hamburger-inner::before {
    top: -10px;
  }
  .navbar .hamburger-inner::after {
    bottom: -10px;
  }
  .navbar .hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navbar .hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .navbar .hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  .navbar .hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  }
  .navbar .hamburger-label {
    color: #142837;
    line-height: 100px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    margin-right: 5px;
  }

  .navmenu {
    background: #fff;
    border-radius: 0;
    width: 260px;
    border-right: 10px solid #957847;
  }
  .navmenu .navmenu-nav.dropdown-menu {
    position: relative;
  }
  .navmenu > .navmenu-nav {
    height: auto;
    margin: 0;
    position: relative;
    top: 100px;
    margin-top: 65px;
  }
  .navmenu > .navmenu-nav > li a {
    padding: 15px;
    box-shadow: 0 -1px 0 #957847 inset;
    font-weight: 100;
  }
  .navmenu > .navmenu-nav > li:last-child {
    text-align: center;
  }
  .navmenu > .navmenu-nav > li:last-child a {
    display: inline-block;
  }
  .navmenu > .navmenu-nav ul {
    padding: 0;
  }
  .navmenu > .navmenu-nav .dropdown-menu {
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    -moz-transition: all 1000ms ease;
    -webkit-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    transition: all 1000ms ease;
  }
  .navmenu > .navmenu-nav .dropdown-menu li a {
    color: #142837;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    box-shadow: none;
    border-bottom: 1px solid #142837;
    padding: 7px;
  }
  .navmenu > .navmenu-nav .dropdown-menu li:last-child a {
    border-bottom: none;
  }

  .navmenu-default .navmenu-nav > .dropdown > a:hover .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:hover .caret,
  .navmenu-default .navmenu-nav > .dropdown > a:focus .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a:focus .caret {
    border-bottom-color: #bb9f70;
    border-top-color: #bb9f70;
  }

  .navmenu-default .navmenu-nav > .open > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a,
  .navmenu-default .navmenu-nav > .open > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover,
  .navmenu-default .navmenu-nav > .open > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus {
    background-color: #bb9f70;
    color: #fff;
  }
  .navmenu-default .navmenu-nav > .open > a .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a .caret,
  .navmenu-default .navmenu-nav > .open > a:hover .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:hover .caret,
  .navmenu-default .navmenu-nav > .open > a:focus .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .open > a:focus .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
  }

  .navmenu-default .navmenu-nav > li > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    color: #bb9f70;
    font-size: 18px;
    text-transform: uppercase;
  }

  .navmenu-default .navmenu-nav > .dropdown > a .caret,
  .navbar-default .navbar-offcanvas .navmenu-nav > .dropdown > a .caret {
    border-bottom-color: #bb9f70;
    border-top-color: #bb9f70;
  }

  .navmenu-default .navmenu-nav > li > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
  .navmenu-default .navmenu-nav > li > a:focus, .navbar-default
  .navbar-offcanvas .navmenu-nav > li > a:focus {
    background-color: #fff;
    color: #bb9f70;
  }

  .navmenu-default .navmenu-nav > .active > a,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a,
  .navmenu-default .navmenu-nav > .active > a:hover,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover,
  .navmenu-default .navmenu-nav > .active > a:focus,
  .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
    background-color: #fff;
    color: #bb9f70;
  }

  .navbar-toggle {
    display: block;
  }

  #header-slider {
    margin-top: 153px;
    height: calc(100vh - 215px);
    position: relative;
  }

  #header-slider .content {
    bottom: 40px;
    left: 6%;
    width: 72%;
  }
  #header-slider .content h2 {
    font-size: 32px;
    line-height: 33px;
    margin: 0 0 15px;
  }
  #header-slider .content p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  #header-slider .content .btn-default,
  #header-slider .content .btn-primary {
    font-size: 20px;
  }

  #header-slider .owl-carousel {
    height: calc(100vh - 215px);
  }

  #header-slider .owl-carousel .item {
    height: calc(100vh - 215px);
  }

  #header-slider2 {
    height: 500px;
    margin-top: 0;
  }

  #header-slider2 .owl-carousel .item {
    height: 500px;
  }

  #header-slider2 .owl-carousel {
    height: 500px;
  }

  #header-slider2 .owl-carousel .owl-stage-outer {
    height: 500px;
  }

  header h1, header h2 {
    font-size: 30px;
  }

  header p:last-child {
    font-size: 16px;
  }

  .detail-box main {
    padding-right: 15px;
  }
  .detail-box main img {
    height: auto;
    max-width: 100%;
  }
  .detail-box aside {
    padding-left: 15px;
  }
  .detail-box aside > div ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .content-box main:nth-child(3n) > div:last-child {
    padding: 30px;
  }
  .content-box main:nth-child(2n) > div:last-child {
    padding: 30px;
  }
  .content-box .content-img {
    height: 350px;
  }
  .content-box main {
    height: auto;
    display: block;
  }

  .media-box iframe {
    display: block;
    height: 350px;
    margin: 0 auto 40px;
    width: 80%;
  }

  .cta-offre .btn-default {
    margin: 5px 20px;
    display: block;
  }
  .cta-offre .items .price {
    font-size: 18px;
    line-height: 22px;
    padding: 0 7px;
    top: 5px;
  }
  .cta-offre .items figcaption {
    margin: 15px 0 15px;
  }
  .cta-offre .items .item-btn {
    margin-top: 15px;
  }

  .cta-3items .grid-hover figure figcaption {
    position: relative;
  }
  .cta-3items figure.effect-bubba p {
    padding: 0.5em;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    opacity: 1;
  }
  .cta-3items figure.effect-bubba figcaption::before,
  .cta-3items figure.effect-bubba figcaption::after {
    content: none;
  }
  .cta-3items .grid-hover figure figcaption {
    padding: 15px;
  }
  .cta-3items figure.effect-bubba:hover h3,
  .cta-3items figure.effect-bubba:hover p {
    transform: none;
  }
  .cta-3items figure.effect-bubba p {
    transform: translate3d(0px, 0px, 0px);
    font-size: 12px;
    padding: 0;
  }
  .cta-3items figure.effect-bubba a {
    transform: translate3d(0px, 0px, 0px);
  }
  .cta-3items .grid-hover figure figcaption > a {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
  .cta-3items .grid-hover figure:hover figcaption > a {
    transform: none;
  }
  .cta-3items .element-item > p, .cta-3items .item > p {
    font-size: 18px;
    margin: 5px 0 0;
  }
  .cta-3items figure.effect-bubba:hover img {
    opacity: 1;
  }
  .cta-3items .grid-hover figure figcaption {
    height: auto;
  }
  .cta-3items .grid-hover figure img {
    min-height: initial;
  }

  .cta-push-product .content {
    margin-bottom: 30px;
  }
  .cta-push-product .content h2 {
    font-size: 32px;
  }
  .cta-push-product .content a {
    font-size: 20px;
  }
  .cta-push-product .content p {
    margin-bottom: 15px;
  }

  .galerie {
    height: 100%;
  }
  .galerie .owl-carousel .element-item img {
    height: 18rem;
  }
  .galerie .owl-carousel .owl-stage-outer {
    height: 18rem;
  }
  .galerie .owl-carousel .owl-stage-outer img {
    height: 18rem;
  }

  .owl-nav {
    top: auto;
    bottom: 90px;
    position: relative;
    left: 0;
  }
  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    height: 40px;
    width: 40px;
  }
  .owl-nav i {
    font-size: 24px;
    width: auto;
  }
  .owl-nav .owl-prev {
    right: 95px;
    left: auto;
  }

  .actualites .item-img {
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 15px;
    width: 30%;
  }

  .actualites h3 {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .formulaire img {
    width: 50%;
    margin: 0 auto 30px;
    display: block;
  }

  .photoswipe-item.hotel.element-item {
    width: 33.33333%;
  }

  .galerie-image .photoswipe-item > a[data-type="video"]::after {
    content: url("../img/icon/play.png");
    display: inline-flex;
    height: 70px;
    left: calc(50% - 35px);
    position: absolute;
    top: calc(50% - 35px);
    width: 70px;
  }

  .footer-link ul li:nth-child(5) {
    border-right: none;
  }

  .footer-link ul li a {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 0 15px;
  }

  .footer-contact img {
    margin-bottom: 20px;
    width: 40%;
  }

  .footer-contact address span,
  .footer-contact address p,
  .footer-contact address a {
    font-size: 16px;
  }

  .carte iframe {
    height: 300px;
  }
}
/* =============================== TAILLE XS ================================ */
/* =============================== TAILLE XS ================================ */
@media only screen and (max-width: 767px) {
  body {
    margin-top: 147px;
  }

  .gradient {
    background: rgba(20, 40, 55, 0);
    background: -moz-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 70%, #142837 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(20, 40, 55, 0)), color-stop(0%, rgba(20, 40, 55, 0)), color-stop(70%, #142837), color-stop(100%, #142837));
    background: -webkit-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 70%, #142837 100%);
    background: -o-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 70%, #142837 100%);
    background: -ms-linear-gradient(top, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 70%, #142837 100%);
    background: linear-gradient(to bottom, rgba(20, 40, 55, 0) 0%, rgba(20, 40, 55, 0) 0%, #142837 70%, #142837 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142837', endColorstr='#142837', GradientType=0 );
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
  }

  header {
    padding: 20px 0;
    text-align: center;
  }

  header h1, header h2 {
    font-size: 28px;
  }

  header p:first-child {
    font-size: 12px;
  }

  .content-box {
    padding: 40px 0 0;
  }

  .navbar .navbar-brand {
    float: left;
    margin: 0 10px;
  }

  .navmenu {
    border-radius: 0;
    width: 100%;
    border-right: none;
  }

  /*slider header*/
  #header-slider {
    height: calc(100vh - 234px);
    position: relative;
    margin-top: 147px;
  }
  #header-slider .owl-carousel {
    height: calc(100vh - 234px);
  }
  #header-slider .owl-carousel .item {
    height: calc(100vh - 234px);
  }
  #header-slider .content {
    width: auto;
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
  #header-slider .content h2 {
    font-size: 26px;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  #header-slider .content p {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }
  #header-slider .content .btn-default {
    font-size: 14px;
  }

  #header-slider2 {
    height: 250px;
    margin-top: 0;
  }
  #header-slider2 .owl-carousel .owl-item img {
    width: auto;
  }
  #header-slider2 .owl-carousel .item {
    height: 250px;
  }
  #header-slider2 .owl-carousel {
    height: 250px;
  }
  #header-slider2 .owl-carousel .owl-stage {
    height: 250px;
  }
  #header-slider2 .owl-carousel .owl-stage-outer {
    height: 250px;
  }

  .owl-nav {
    top: auto;
    bottom: 55px;
    position: relative;
    left: auto;
    right: 15px;
  }
  .owl-nav .owl-prev {
    height: 35px;
    right: 40px;
    width: 35px;
    left: auto;
  }
  .owl-nav .owl-next {
    height: 35px;
    right: 0;
    width: 35px;
    left: auto;
  }
  .owl-nav i {
    font-size: 18px;
    height: 18px;
    left: 50%;
    width: 12px;
  }

  /*cta*/
  .cta-book p {
    font-size: 18px;
    line-height: 20px;
    padding: 7px 0 0;
    margin: 0 0 10px 0;
  }

  .cta-news {
    padding: 0 0 10px;
  }
  .cta-news p {
    font-size: 16px;
    padding: 10px 0;
    margin-right: 0;
    float: none;
  }
  .cta-news form input {
    padding-left: 10px;
    width: calc(100% - 30px);
  }

  .cta-news form input,
  .cta-book form input {
    height: 30px;
  }

  .cta-3items {
    padding: 40px 0;
  }
  .cta-3items .element-item,
  .cta-3items .item {
    padding: 0;
    margin: 10px 0;
  }
  .cta-3items figure {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    align-items: center;
    margin: 0;
    flex-direction: column;
  }
  .cta-3items .grid-hover figure {
    margin: 10px 0;
  }
  .cta-3items .element-item img,
  .cta-3items .item img {
    width: 100%;
    height: auto;
  }
  .cta-3items .element-item figcaption,
  .cta-3items .item figcaption {
    margin: 0;
    padding-left: 15px;
    text-align: center;
    overflow: hidden;
    line-height: 24px;
    font-size: 20px;
    background: #fff;
  }
  .cta-3items .element-item > p,
  .cta-3items .item > p {
    color: #fff;
    font-size: 24px;
    left: 0;
    margin-top: 0;
    padding: 5px 0;
    position: absolute;
    top: 15px;
    width: 100%;
    background: #bb9f70;
  }
  .cta-3items figure.effect-bubba p {
    padding: 0 0 0.5em;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #bb9f70;
    text-transform: none;
  }

  .cta-push-product img {
    display: block;
    width: auto;
    height: 200px;
  }
  .cta-push-product .content h2,
  .cta-push-product .content p {
    padding: 0 15px;
  }

  .cta-offre {
    padding: 40px 0;
  }

  .cta-offre .items {
    display: flex;
    flex-wrap: wrap;
  }

  .cta-offre .items .element-item,
  .cta-offre .items .item {
    background: #f5f1ea;
    padding: 20px 0;
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .cta-offre .items .element-item:last-child,
  .cta-offre .items .item:last-child {
    margin-bottom: 0;
  }

  .cta-offre .items .element-item {
    margin-left: 0;
    margin-right: 0;
  }

  .cta-offre .button-group .btn-default {
    display: block;
    margin: 5px 0;
    width: 100%;
  }

  .cta-push-product .content p {
    display: none;
  }
  .cta-push-product .content p:last-child {
    display: block;
  }

  .cta-push-product .content {
    width: 100%;
    left: 0;
  }

  .detail-box main {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .detail-box main::after {
    content: none;
  }

  .detail-box aside {
    float: none;
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
    padding-top: 20px;
  }
  .detail-box aside::before {
    content: "";
    height: 1px;
    left: 0;
    top: 0;
    width: 100%;
  }

  .detail-box aside > div:last-child {
    margin-bottom: 0;
  }

  .media-box iframe {
    display: block;
    height: 230px;
    margin: 0 auto 40px;
    width: 100%;
  }

  .content-box main > div:nth-child(2n) {
    padding: 40px 15px 40px;
  }
  .content-box main:nth-child(3n) > div:last-child {
    padding: 30px 15px;
  }
  .content-box main:nth-child(2n) > div:last-child {
    padding: 30px 15px;
  }

  .galerie .owl-carousel .element-item {
    height: 13rem;
  }
  .galerie .owl-carousel .owl-stage-outer {
    height: 13rem;
  }
  .galerie .owl-carousel .owl-stage-outer img {
    height: 13rem;
  }
  .galerie .owl-carousel .element-item img,
  .galerie .owl-carousel .photoswipe-item img {
    width: auto;
  }

  .carte iframe {
    height: 250px;
  }

  .actualites .item-img {
    margin-bottom: 20px;
    margin-right: 0;
    padding: 15px;
    width: 100%;
    float: none;
  }

  #actualites .owl-carousel {
    width: 100%;
    padding: 20px 20px 25px;
    margin-right: 15px;
    margin-bottom: 20px;
    float: none;
  }

  .formulaire img {
    width: 100%;
    margin: 0 auto 20px;
    display: block;
  }

  .photoswipe-item.element-item {
    width: 50%;
  }

  .footer-link {
    padding: 0;
  }
  .footer-link ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
  }
  .footer-link ul li {
    border-right: medium none navy;
    line-height: 15px;
    margin: 5px 0;
    text-align: center;
    width: auto;
  }
  .footer-link ul li {
    border-right: medium none navy;
    line-height: 15px;
    margin: 5px 0;
    text-align: center;
    width: auto;
  }
  .footer-link ul li:last-child {
    width: 100%;
  }

  .footer-contact img {
    width: 80%;
  }
  .footer-contact address span,
  .footer-contact address p,
  .footer-contact address a {
    font-size: 14px;
  }

  .footer-partner div.center {
    justify-content: space-between;
    margin: 0 10px;
  }
  .footer-partner svg {
    display: block;
    float: none;
    height: 40px;
    width: 100%;
    margin: 10px 5px;
  }
}

/*# sourceMappingURL=main.css.map */