/*
Theme Name: Quai Steffen
Author: Midori
Text Domain: quaisteffen
*/


/* IMPORT FONTS */
@font-face {
	font-family: "Montserrat-Medium";
	src: url("assets/fonts/Montserrat-Medium.ttf");
}
@font-face {
	font-family: "Montserrat-Regular";
	src: url("assets/fonts/Montserrat-Regular.ttf");
}
@font-face {
	font-family: "Montserrat-Bold";
	src: url("assets/fonts/Montserrat-Bold.ttf");
}
@font-face {
	font-family: "Montserrat-Light";
	src: url("assets/fonts/Montserrat-Light.ttf");
}
@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("assets/fonts/Montserrat-SemiBold.ttf");
}
@font-face {
	font-family: "Montserrat-ExtraBold";
	src: url("assets/fonts/Montserrat-ExtraBold.ttf");
}




* {
	box-sizing: border-box;
}
body {
  font-family: 'Montserrat-Light';
  font-size: 18px;
  color: #2e1c13;
  line-height: 36px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
a, a::before, a::after {
  transition: 0.2s ease-in-out ;
  -webkit-transition: 0.2s ease-in-out ;
  -moz-transition: 0.2s ease-in-out ;
  -ms-transition: 0.2s ease-in-out ;
  -o-transition: 0.2s ease-in-out ;
}
a, a:hover {
  color: inherit;
  position: relative;
  text-decoration: none;
}
/* custom buttons */
a.underline {
  text-decoration: none;
}
a.underline::after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #2e1c13;
  width: 100%;
}
a.underline:hover::after {
  height: 3px;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: underline;
}
a.btnRegular,
input[type=submit].btnRegular,
button.btnRegular {
  border: 1px solid #ffffff;
  line-height: 41px;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff;
  margin-right: 15px;
  min-width: 215px;
  text-align: center;
  text-transform: uppercase;
  background: transparent;
}
a.btnRegular:hover,
input[type=submit].btnRegular:hover {
  color: #7d7f67;
  background: #ffffff;
}
input[type=submit].btnGreen,
a.btnGreen {
  border-color: #7d7f67;
  color: #7d7f67;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
input[type=submit].btnGreen:hover,
a.btnGreen:hover {
  background: #7d7f67;
  color: #ffffff;
}

*:not(input){
	border: 0px;
	margin: 0px;
	padding: 0;
}
h1, h2, h3, span.h1 {
  font-family: "Montserrat-Bold";
  text-transform: uppercase;
}
p {
  margin-bottom: 50px;
}

h2 {
  font-family: "Montserrat-Light";
  font-size: 60px;
  line-height: 72px;
  text-align: center;
  color: #7d7f67;
}

ul {
  list-style-type: none;
}

/* GLOBAL SETTINGS */
.container {
  /* max-width: 1275px; */
  max-width: 1364px;
}
.mb-10 {
  margin-bottom: 20px;
}
.has-border {
  border-right: 15px solid #ffffff;
  border-left: 15px solid #ffffff;
}
body {
  border-top: 15px solid #ffffff;
  border-bottom: 15px solid #ffffff;
}


/* HEADER: LOGO + MENU */
body.admin-bar .navigation-container {
  top: 32px !important;
  top: 97px !important;
  top: 82px !important;
  /* top: 15px !important; */
}
@media only screen and (max-width: 782px) {
  body.admin-bar .navigation-container {
    top: 46px !important;
    top: 111px !important;
    top: 96px !important;
    /* top: 15px !important; */
  }
}

.navigation-container {
  position: fixed;
  /* margin-top: 50px;
  margin-top: 65px; */
  top: 65px !important;
  top: 80px !important;
  top: 50px !important;
  width: 100%;
  top: 0px;
  z-index: 100;
  background: transparent;
  /* background: rgba(0, 0, 0, 0.089); */
  min-height: 60px;
}
body:not(.logged-in) .navigation-container {
  top: 30px !important;
}
.navigation-container:not(.smaller) {
  min-height: 90px;
  min-height: 106px;
  min-height: 115px;
}
.navigation-wrapper {
  position: relative;
}
.header-nav {
  display: flex;
  display: -ms-flexbox ;
  justify-content: space-between;
  -ms-flex-pack: justify;
  position: relative;
}
.midnightInner {
  padding: 0 15px;
}
@media (max-width: 1394px) {
  .midnightInner {
    padding: 0 30px;
  }
}
.logo img {
  max-height: 90px;
  max-height: 106px;
  width: auto;
  transition: 0.07s ease-in-out;
  -webkit-transition: 0.07s ease-in-out;
  -moz-transition: 0.07s ease-in-out;
  -ms-transition: 0.07s ease-in-out;
  -o-transition: 0.07s ease-in-out;
}
.logo.smaller img {
  /* max-height: 43px; */
  /* max-height: 60px; */
  width: auto;
}

.logo.smaller .main-logo {
  display: none;
}
.logo.smaller .secondary-logo {
  display: block !important;
}


.logo {
  /* position: absolute; */
  left: 0px;
  top: 0px;
}
.navigation-links {
  /* position: absolute; */
  right: 0px;
  top: 0px;
  display: flex;
}
/* .navigation-links a {
  border: 1px solid #ffffff;
  line-height: 41px;
  padding: 0 20px;
  display: inline-block;
  color: #ffffff;
  margin-right: 15px;
  min-width: 215px;
  text-align: center;
  text-transform: uppercase;
} */
/* .navigation-links a:hover, */
.toggle-menu:hover {
  border: 1px solid #ffffff;
  color: #7d7f67;
  background: #ffffff;
}

/* Toggle Menu button */
.toggle-menu {
  display: inline-block;
  border: 1px solid #ffffff;
  height: 43px;
  width: 43px;
  position: relative;
  cursor: pointer;
  margin-left: 30px;
}
.toggle-menu span {
  position: absolute;
  height: 1px;
  right: 7px;
  left: 7px;
  background: #ffffff;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
.toggle-menu:hover span {
  background: #7d7f67;
}
.toggle-menu span:nth-child(1) {
  top: 12px;
}
.toggle-menu span:nth-child(2) {
  top: 21px;
}
.toggle-menu span:nth-child(3) {
  top: 29px;
}
.toggle-menu.open span:nth-child(1) {
  top: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.toggle-menu.open span:nth-child(2) {
  opacity: 0;
}
.toggle-menu.open span:nth-child(3) {
  top: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

/* Menu slide */
body.menu-open {
  overflow: hidden;
}
.slide-menu {
  position: fixed;
  transform: translateX(-100%);
  transition: all 0.5s ease;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  background: #7d7f67;
  z-index: 5;
  padding: 240px 50px 180px 50px;
  display: flex;
  border: 15px solid #ffffff;
  
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.slide-menu.reveal {
  transform: translateX(0);
}

.slide-menu .menu-links {
  display: flex;
  
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
.slide-menu .main_menu li {
  text-transform: uppercase;
}
.slide-menu .main_menu li:not(:last-of-type) {
  margin-bottom: 20px;
}
.slide-menu a, .slide-menu .social-link {
  font-size: 30px;
  color: #fff;
}
.slide-menu .social-link a {
  font-size: 24px;
  margin-left: 5px;
}
.slide-menu .social-link:not(:last-of-type) {
  margin-right: 45px;
}
.slide-menu .main_menu li a,
.slide-menu a span {
  position: relative;
  margin-left: 10px;
}
.slide-menu .main_menu li a::after,
.slide-menu a span::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #ffffff;
  height: 1px;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.slide-menu .main_menu li a::after,
.slide-menu .social-link a span::after {
  bottom: -3px;
}
.slide-menu .main_menu li a:hover::after,
.slide-menu a:hover span::after {
  width: 100%;
}
.menu-wrapper {
  margin-right: 150px;
}

/* HIDE/SHOW LOGO IF HOMEPAGE HAS VIDEO */
.logo,
.contact-links {
  opacity: 1;
    transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -ms-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
body.video-header .logo,
body.video-header .contact-links {
  opacity: 0;
  display: none;
}

/* PAGE HEDAER */
.page-header .slide {
  width: 100%;
  /* height: 100vh;
  height: calc(100vh - 15px);
  min-height: 900px; */
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.slide .slide-description {
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  max-width: 820px;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 210px;
}
.slide .slide-description p:last-of-type {
  margin: 0;
}
.slide.light .slide-description {
  color: #ffffff;
}
.notice-holder {
  position: relative;
}
.notice-holder .actu-notice {
  background: #ffffff;
  text-align: center;
  color: #7d7f67;
  height: 70px;
  text-align: center;
  margin: 0 15px;
  
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.actualityItem a::after,
.actu-notice a::after {
  background: #7d7f67;
}
.actu-notice a:hover::after {
  height: 3px;
}
.header-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}



/* PAGE CONTENU */
/* CALL TO ACTION */
.call-action {
  position: relative;
}
.call-action .description p:last-of-type {
  margin: 0;
}
/* .call-to-action .call-action .call-action-button */
.call-action .call-action-button {
  margin-top: 45px;
}
.call-action.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;

    height: 100vh;
    min-height: 900px;
}
.tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.call-action .img-half {
    position: absolute;
    background-size: cover;
    background-position: center;
    top: 5px;
    bottom: 5px;
    left: 0;
    width: 100%;

    top: 0px;
    bottom: 0px;
}
.call-action.left .img-half .content-container {
    left: 50%;
}
.call-action .img-half .content-container {
    overflow: hidden;
    font-size: 115px;
    font-size: 140px;
    min-height: 1em;
    margin-top: -100px;
    margin-top: -150px;
    top: 50%;
    top: 35%;
    width: 50%;
    position: relative;
}
.call-action.left .img-half span {
    right: auto;
    /* left: -555px;
    left: -550px;
    left: -545px; */
    left: -657px;
}
.call-action .img-half .content-container span {
    display: inline-block;
    top: 0;
    line-height: 1em;
    margin: 0;
    font-size: 115px;
    font-size: 140px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: -535px;
    transition: all 1.8s ease;
    opacity: 0;
    white-space: nowrap;
    transform: translate3d(-115px, 0, 0);
    -webkit-transform: translate3d(-115px, 0, 0);
    -moz-transform: translate3d(-115px, 0, 0);
    -ms-transform: translate3d(-115px, 0, 0);
    -o-transform: translate3d(-115px, 0, 0);
}
.call-action.left .img-half span {
  transform: translate3d(-262px, 0, 0);
  -webkit-transform: translate3d(-262px, 0, 0);
  -moz-transform: translate3d(-262px, 0, 0);
  -ms-transform: translate3d(-262px, 0, 0);
  -o-transform: translate3d(-262px, 0, 0);
}
.call-action.left .content-half, .call-action.left .text-overlay-half {
    left: 0;
}
.call-action .content-half, .call-action .text-overlay-half, .call-action .content-center {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: visible;
    z-index: 1;
}
.call-action .text-overlay-half {
    background: #fff;
    mix-blend-mode: lighten;
    overflow: hidden;
    position: relative;
}
.call-action .text-overlay-half.no-mode {
    mix-blend-mode: inherit !important;
}
.call-action.left .content-half .content-container, .call-action.left .text-overlay-half .content-container {
    padding-right: 40px;
    padding-right: 100px;
    padding-left: 0;
    margin-left: auto;
}
/* text right */
.call-action .content-half .content-container, .call-action .text-overlay-half .content-container, .call-action .content-center .content-container {
    overflow: visible;
    position: relative;
    min-height: 100px;
    max-width: 500px;
    max-width: 555px;
    max-width: 667px;
    width: 100%;
    margin-top: 50px;
    padding-left: 40px;
    padding-left: 100px;
    padding-right: 0px;
    top: 50%;
    top: 35%;
}
.call-action .text-overlay-half .content-container {
    margin-top: -100px;
    margin-top: -150px;
}
.call-action.active .img-half h1, .call-action.active .img-half span, .call-action.active .text-overlay-half h1, .call-action.active .text-overlay-half span {
    opacity: 1;
    transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
}
.call-action.active.right .img-half h1, .call-action.active.right .img-half span, .call-action.active.right .text-overlay-half h1, .call-action.active.right .text-overlay-half span {
  transform: translate3d(-62px, 0, 0);
  -webkit-transform: translate3d(-62px, 0, 0);
  -moz-transform: translate3d(-62px, 0, 0);
  -ms-transform: translate3d(-62px, 0, 0);
  -o-transform: translate3d(-62px, 0, 0);
}
.call-action.left .content-half h1, .call-action.left .text-overlay-half h1 {
    right: auto;
    left: -50px;
    left: -130px;
}
.call-action .text-overlay-half h1 {
    top: 0;
    line-height: 1em;
    margin: 0;
    font-size: 115px;
    font-size: 140px;
    color: #000;
    /*background-color: #fff;
    */font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: -30px;
    transition: all 2s ease;
    opacity: 0;
    white-space: nowrap;
    transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    -o-transform: translate3d(-60px, 0, 0);
}
.call-action.right .text-overlay-half h1 {
  transform: translate3d(-262px, 0, 0);
  -webkit-transform: translate3d(-262px, 0, 0);
  -moz-transform: translate3d(-262px, 0, 0);
  -ms-transform: translate3d(-262px, 0, 0);
  -o-transform: translate3d(-262px, 0, 0);
}

.call-action.active .img-half span {
  transform: translate3d(-140px, 0, 0);
  -webkit-transform: translate3d(-140px, 0, 0);
  -moz-transform: translate3d(-140px, 0, 0);
  -ms-transform: translate3d(-140px, 0, 0);
  -o-transform: translate3d(-140px, 0, 0);
}
.call-action.active.right .img-half span {
  transform: translate3d(100px, 0, 0);
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -o-transform: translate3d(100px, 0, 0);
}
.call-action .content-half .content-container.no-margin {
  margin-top: 0;
}

/* listing blocks image + text */
/* .block-listing {
  padding: 100px 0;
} */
h3 {
  font-family: "Montserrat-Light";
  font-size: 23px;
  line-height: 36px;
  text-transform: uppercase;
}
.block-listing .description a {
  color: #7d7f67;
}


/* Instagram Section */
.instagram-feed {
  padding: 50px 0;
  padding-bottom:0px;
  padding-top:0px;
}
.instagram-post {
  display: block;
  position: relative;
  height: 100%;
}
.instagram-post .hover-overlay {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.instagram-post:hover .hover-overlay {
  background: #7D7F67;
  opacity: .35;
}
.instagram-post.empty .bg-green {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  background: #7D7F67;
  color: #ffffff;
  text-align: center;
}
.instagram-post span {
  display: block;
}
.instagram-post .instagram-username {
  font-size: 34px;
  line-height: 30px;
  margin-bottom: 20px;
}
.instagram-post .follow-text {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.instagram-post i {
  font-size: 35px;
}

/* MAP section */
section.map {
  padding: 100px 0 30px;
}
.map .title-container {
  max-width: 700px;
  margin: 0 auto;
  padding-bottom: 50px;
}
#map {
  display: block;
	height: 750px;
	background: gray;
}
/* infowindow */
.infowindow-map {
  font-family: 'Montserrat-Light';
}
.infowindow-map a {
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
}
.infowindow-map .title,
.infowindow-map .addresse {
  padding-bottom: 5px;
}
.infowindow-map .link {
  text-align: center;
  margin-top: 10px;
}
.infowindow-map a {
  display: inline-block;
  border: 1px solid #7d7f67;
  color: #7d7f67;
  padding: 5px 20px;
  text-decoration: none;
}
.infowindow-map a:hover {
  background: #7d7f67;
  color: #ffffff;
}


/* Block Image + Text */
.text-image {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.text-image.right {
  flex-direction: row-reverse;
}
.full-height {
  height: 100vh;
  min-height: 900px;
}
.half-width {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
}
.half-width.image-half {
  background-position: center;
  background-size: cover;
}
.left .text-half {
  justify-content: flex-end;
}
.left .text-half .description {
  padding-right: 100px;
}
.right .text-half .description {
  padding-left: 100px;
}
.text-image .description {
  max-width: 555px;
  max-width: 667px;
}


/* PAGE CARTES + ACTUALITES */
.filter-list a {
  display: inline-block;
  text-transform: uppercase;
  color: #7D7F67;
}
.filter-list a.current,
.filter-list a:hover {
  color: #2E1C13;
  background: #ffffff;
}
/* .menu-page .menuContainer a {
  padding-right: 20px !important;
  padding-left: 20px !important;
} */
@media only screen and  (min-width: 850px) {
  .menuTopPageInner {
    display: block !important;
  }
}
@media only screen and  (max-width: 849px) {
  /* .menuTopPageInner {
    display: none;
  } */
  .menuContainer a {
    padding-right: 20px;
    padding-left: 20px;
    padding: 10px 20px !important;
  }
}


/* GALLERY */
/* .galleryCarousel .owl-item {
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
} */
.galleryCarousel .owl-item * {
  transition: inherit !important;
  -webkit-transition: inherit !important;
  -moz-transition: inherit !important;
  -ms-transition: inherit !important;
  -o-transition: inherit !important;
}
/* PAGE CARTES */
.prix-menu-semaine {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #7D7F67;
}
.price-semaine {
  font-family: "Montserrat-SemiBold";
}
.price-semaine .price-label {
  color: #7D7F67;
  text-transform: uppercase;
}
.plat-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ECE7E0;
}
.plats-list .plat-item:last-of-type {
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-color: #7D7F67;
}
.plats-list:last-of-type .plat-item:last-of-type  {
  padding-bottom: 70px;
  margin-bottom: 0;
  border: 0 !important;
}
.plat-item h4 {
  font-family: "Montserrat-Medium";
  text-transform: uppercase;
  font-size: 18px;
  color: #2E1C13;
  line-height: 36px;
}
.plat-item .allergenes {
  font-size: 16px;
  color: #7D7F67;
}
.plat-item .label-icon {
  height: 25px;
  cursor: pointer;
}
.plat-item .label-icon:not(:last-of-type) {
  margin-right: 15px;
}
.plat-item .price-holder {
  text-align: right;
}
.plats-list:first-of-type .plat-item:first-of-type .price::before {
  position: absolute;
  display: inline-block;
  top: -45px;
  right: 0;
}
.hide-price-label .price::before {
  content: none !important;
}
.menu-filter {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
  top: 215px;
  margin-bottom: 70px;
}
.menu-filter ul {
  padding-left: 30px;
  border-left: 1px solid #ECE7E0;
}
.menu-filter ul li span {
  color: #7D7F67;
  line-height: 22px;
  cursor: pointer;
}
.menu-filter ul li span:hover {
  color: #2E1C13;
}
.menu-filter ul li.current span {
  color: #2E1C13;
}
.price {
  font-family: "Montserrat-Medium";
  line-height: 22px;
}
.menu-sub-category {
  margin-bottom: 30px;
  width: 100%;
}
.menu-sub-category h3 {
  font-family: "Montserrat-SemiBold";
  color: #7D7F67;
  line-height: 26px;
  font-size: 24px;
}
.menu-sub-category .sub-description {
  font-size: 17px;
  opacity: 0.8;
}
.menu-padding {
  padding: 0 55px 0 100px;
}
.price-holder .price {
  position: relative;
}

.labels-wrapper {
  border-top: 1px solid #7D7F67;
  padding-top: 70px;
  width: 100%;
}
.labels-list {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}
.labels-list .label {
  text-align: center;
}
.labels-list img {
  max-height: 41px;
  margin-bottom: 3px;
}
.labels-list span {
  display: block;
  font-size: 12px;
  line-height: 21px;
  text-align: center;
  color: #7d7f67;
}

/* PAGE 404 */
.error-404 {
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
  text-transform: uppercase;
}
.text404 {
  font-family: "Montserrat-ExtraBold";
  font-size: 200px;
  font-size: 10rem;
  line-height: 1.1;
  color: #7D7F67;
  display: block;
}
.text404.smallerer {
  font-size: 4rem;
}
.btn404 i {
  margin-right: 15px;
}


/* PAGE NEWSLETTER */
/* .newsletter-container {
  max-width: 600px;
  margin: 0 auto;
} */
div:not(.newsletter-content) .newsletter-page {
  /* height: 100vh; */
  padding-top: 300px;
  padding-bottom: 100px;
}
.newsletter-content h2,
.newsletter-content p {
  max-width: 760px;
  margin: 0 auto;
}
.newsletter-content h2 {
  font-family: "Montserrat-Medium";
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 45px;
}
.newsletter-content .mc4wp-form {
  margin: 0 auto;
  max-width: 1100px;
}
.newsletter-content .mc4wp-form {
  padding: 50px 0;
}
.mc4wp-form .form-group label {
  padding-bottom: 10px;
}
.mc4wp-form .form-group label,
.mc4wp-form .form-group input {
  width: 100%;
}
.newsletter-required {
  font-size: 12px;
}
.mc4wp-form .gdpr-consent {
  text-align: center;
  max-width: 800px;
  max-width: 900px;
  margin: 0 auto;
}
.mc4wp-form .gdpr-consent input {
  width: auto;
}
.mc4wp-form .gdpr-consent {
  font-size: 13px;
  line-height: 15px;
}
.mc4wp-form .gdpr-consent a {
  text-decoration: underline;
}
.newsletter-page .mc4wp-form input[type="text"],
.newsletter-page .mc4wp-form input[type="email"] {
  border: 1px solid #ECE7E0;
  background: #ffffff !important;
  height: 60px;
  padding: 0 10px;
}
.mc4wp-form input:focus {
  outline: none;
}
.mc4wp-form .submit-input {
  text-align: center;
}
span.wpcf7-not-valid-tip {
  color: #db0000;
  font-size: 0.8em;
  line-height: 1.4em;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing,
.wpcf7-form input.wpcf7-not-valid {
  border-color: #db0000;
}
.newsletter-page .mc4wp-form input[type="submit"],
.newsletter-page button.btnRegular {
  border-color: #7d7f67;
  color: #7d7f67;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.newsletter-page .mc4wp-form input[type=submit].btnRegular:hover,
.newsletter-page .btnRegular:hover {
  background: #7d7f67 !important;
  color: #fff !important;
}

/* FOOTER */
/* newsletter */
footer #text-2,
footer .newsletter-container {
  max-width: 540px;
  margin: 0 auto;
}
.footer-newsletter-form {
  margin-bottom: 35px
}
footer .newsletter-container input {
  background: transparent !important;
  border: 0;
  box-shadow: inherit !important;
  color: #ffffff;
  width: 100%;
  text-align: center;
}
footer .newsletter-container input:focus {
  outline: 0 !important;
}
footer .newsletter-container input::placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1; /* Firefox */
}
footer .newsletter-container input[type=email] {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 30px;
}
footer .newsletter-container input[type=email]:-internal-autofill-selected {
  background-color:  transparent !important;
}
footer .newsletter-container input[type=submit] {
  width: auto;
  margin-top: 30px;

  background: #ffffff !important;
  color: #7d7f67 !important;
}
footer {
  background: #7d7f67;
  padding: 100px 0 50px;
  text-align: center;
  color: #ffffff;
  line-height: 24px;
}
footer a::after {
  content: none;
}
footer a:not(.parent-group):hover {
  text-decoration: underline;
}

footer .social {
  /* padding: 65px 0; */
  padding-bottom: 65px;
  font-size: 31px;
}
footer .social a {
  margin: 0 15px;
}

footer a.parent-group {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 32px;
}
footer a.parent-group::after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #fff;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
}
footer a.parent-group:hover::after {
  width: 100%;
}
footer .copyright {
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 24px;
  padding: 0 45px;
}
footer .site-info {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
/* newsletter footer */
footer .newsletter-page-only {
  display: none !important;
}
footer .gdpr-consent {
  font-size: 14px;
  line-height: 18px;
}
footer .gdpr-consent a {
  text-decoration: underline;
}

/* Newsletter */
input[type="checkbox"] {
  width: auto;
}
.mc4wp-response {
  margin-top: 20px;
}

/* page confidentialité */
.page-title h1 {
  color: #7D7F67;
  margin-bottom: 35px;
}
.simple-page-content {
  padding-top: 300px;
  padding-bottom: 100px;
}


body.menu-open .logo.dark {
  display: none !important;
}


.header__logo {
  width: 100%;
}
.dark a.btnRegular,
body:not(.menu-open) .dark .toggle-menu {
  /* color: #7D7F67 !important;
  border-color: #7D7F67 !important; */
  color: #7D7F67;
  border-color: #7D7F67;
}
.dark a.btnRegular:hover,
body:not(.menu-open) .dark .toggle-menu:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #7D7F67;
  border: 1px solid #7D7F67;
}
body:not(.menu-open) .dark a.btnRegular:hover {
  /* color: #ffffff !important; */
  color: #ffffff;
  border-color: #7D7F67;
  background-color: #7D7F67;
  border: 1px solid #7D7F67;
}

body:not(.menu-open) .dark .toggle-menu span {
  position: absolute;
  height: 1px;
  right: 7px;
  left: 7px;
  background: #7D7F67;
  opacity: 1;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}
body:not(.menu-open) .dark .toggle-menu:hover span {
  background: #ffffff;
}




/* RESPONSIVE */
@media only screen and  (max-width: 1600px) {
  .call-action .img-half .content-container span,
  .call-action .text-overlay-half h1 {
    font-size: 110px;
  }
  .call-action.left .content-half h1, .call-action.left .text-overlay-half h1 {
    left: -10px;
  }
  .call-action.active .img-half span {
    transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
  }
}
@media only screen and (max-width: 1400px) {
  .call-action .content-half .content-container, .call-action .text-overlay-half .content-container, .call-action .content-center .content-container,
  .call-action .img-half .content-container {
    top: 30%;
    top: 35%;
  }

  .call-action.left.active .content-half h1, .call-action.left.active .text-overlay-half h1,
  .call-action.active.right .img-half span {
    right: 0;
    left: auto;
    transform: translate3d(50%, 0, 0);
    -webkit-transform: translate3d(50%, 0, 0);
    -moz-transform: translate3d(50%, 0, 0);
    -ms-transform: translate3d(50%, 0, 0);
    -o-transform: translate3d(50%, 0, 0);
  }
  .call-action.right .content-half h1, .call-action.right .text-overlay-half h1 {
    right: 0;
    left: auto;
  }

  .call-action.active.right .text-overlay-half h1,
  .call-action.active .img-half span {
    right: auto;
    left: 0;
    transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
  }

  .call-action.left .content-half .content-container, .call-action.left .text-overlay-half .content-container,
  .left .text-half .description {
    padding-right: 40px;
  }

  .call-action .content-half .content-container, .call-action .text-overlay-half .content-container, .call-action .content-center .content-container,
  .right .text-half .description {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .call-action.fp-table,
  .full-height {
    height: 75vh;
  }
  .bg-fix {
    width: 100% !important;
  }
  .call-action .content-half, .call-action .text-overlay-half, .call-action .content-center {
    width: 100%;
    left: 0;
  }
  .img-half .content-container {
    display: none;
  }
  .call-action .text-overlay-half .content-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    max-width: 100%;
    text-align: center;
    min-height: 1px;
  }

  .call-action .text-overlay-half .content-container h1 {
    font-size: 90px;
    left: 0 !important;
    right: 0 !important;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
  }
  .call-action .content-half .content-container {
    margin: 50px auto 0;
    padding: 0 !important;
    max-width: 90%;
    max-width: 100%;
  }

  h2 {
    font-size: 42px;
    line-height: 50px;
  }
  #map {
    height: 500px;
  }
  
  .call-action.no-title {
    height: 50vh;
  }
  .call-action .text-overlay-half .content-container h1 {
    font-size: 70px;
  }
  .text-image {
    flex-direction: column-reverse !important;
    height: auto;
  }
  .text-image .half-width {
    width: 100%;
  } 
  .text-image .image-half {
    padding-bottom: 56%;
    margin-bottom: 30px;
  }
  .text-image .description {
    max-width: 90%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 !important;
  }

  .block-listing article.has-title {
    height: 60vh;
  }
  .block-listing article.has-title.call-action .text-overlay-half .content-container,
  .block-listing article.has-title.call-action .content-half .content-container {
    top: 40%;
  }
  .block-listing article.no-title {
    height: auto;
  }
  .block-listing article.no-title:not(:last-of-type) {
    margin-bottom: 80px;
  }
  .block-listing article.no-title .img-half {
    display: none;
  }
  .block-listing article.no-title .content-half {
    position: relative;
    height: auto;
  }

  .sectionPadding {
    margin-top: 80px;
    padding-top: 20px;
  }

  .call-to-action .call-action {
    padding-top: 65px;
  }
  body:not(.home) .call-to-action:first-of-type .call-action {
    padding-top: 125px;
    padding-top: 135px;
  }
  .call-action {
    margin-bottom: 80px;
  }
  .call-action:last-of-type {
    margin-bottom: 0px;
  }
  .call-action,
  .call-action .tableCell {
    height: auto !important;
    position: relative !important;
  }

  .call-action .text-overlay-half {
    height: auto !important;
    position: relative !important;
  }
  .call-action .text-overlay-half .content-container {
    margin-top: auto;
  }
  .call-action .text-overlay-half .content-container h1 {
    position: relative;
  }

  .call-action .content-half {
    height: auto;
    position: relative;
    /* background: #ece7e0; */
    background: #ffffff;
  }
  .call-action .content-half .content-container {
    padding-top: 50px !important;
    margin-top: auto;
  }

  .call-action-button {
    text-align: center;
  }
  .call-action.fp-table,
  .full-height {
    height: auto;
    min-height: inherit;
  }

  .navigation-container {
    position: absolute !important;
    top: 50px !important;
    top: 25px !important;
    top: 15px !important;
  }
  .fixNavBar {
    display: block !important;
  }
  div:not(.newsletter-content) .newsletter-page,
  .simple-page-content {
    padding-top: 200px;
    padding-bottom: 50px;
  }

  .language-switch a.mobile-only {
    display: block !important;
  }
  .language-switch a {
    display: none;
  }
  .language-switch a.underline::after {
    bottom: 0;
  }
  .dark-mobile .language-switch.light,
  .dark-mobile .logo .light {
    display: none;
  }
  .dark-mobile .language-switch.dark {
    display: flex !important;
  }
  .dark-mobile .language-switch.light.hide-mobile,
  .dark-mobile .language-switch.dark.hide-mobile {
    display: none !important;
  }
  .dark-mobile .logo .dark {
    display: block !important;
  }
  .menu-open .dark-mobile .logo .light {
    display: block;
  }
  .menu-open .dark-mobile .logo .dark {
    display: none !important;
  }
  body:not(.menu-open) .dark-mobile a.btnRegular {
    color: #7D7F67;
    border-color: #7D7F67;
  }
  .dark-mobile a.btnRegular:hover,
  body:not(.menu-open) .dark-mobile .toggle-menu:hover {
    color: #ffffff;
    border-color: #ffffff;
    background-color: #7D7F67;
  }
  body:not(.menu-open) .dark-mobile a.btnRegular:hover {
    color: #ffffff !important;
    border-color: #7D7F67;
    background-color: #7D7F67;
  }
  body:not(.menu-open) .dark-mobile .toggle-menu {
    /* color: #7D7F67 !important;
    border-color: #7D7F67 !important; */
    color: #7D7F67;
    border-color: #7D7F67;
  }
  
  body:not(.menu-open) .dark-mobile .toggle-menu:hover span {
    background-color: #ffffff;
  }
  
  body:not(.menu-open) .dark-mobile .toggle-menu span {
    background-color: #7D7F67;
  }
  .contact-links a {
    float: left;
    padding: 0;
    width: 43px;
  }
  .toggle-menu {
    margin: 0;
  }
  .midnightHeader {
    display: none !important;
  }
}
@media only screen and (max-width:992px){
  .logo img {
    max-height: 43px;
    max-height: 60px;
  }
  .text404 {
    font-size: 7rem;
  }
  
}
@media only screen and  (max-width: 768px) {
  .slide-menu {
    padding: 240px 0 180px;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
  }
  .slide-menu .menu-links {
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-align: start;
  }
  .slide-menu .social-links, .slide-menu .main_menu li a, .slide-menu a span {
    margin-left: 15px;
  }
  .slide-menu .main_menu li:not(:last-of-type) {
    margin-bottom: 7px;
  }
  h2 {
    text-align: left;
    font-size: 35px;
    line-height: 45px;
  }
  .slide .slide-description {
    font-size: 20px !important;
    line-height: 27px;
    padding-bottom: 150px;
  }
  .block-listing article.has-title.call-action .content-half .content-container {
    top: 30%;
  }
  .call-action.no-title {
    height: 75vh;
  }

  .menu-padding {
    padding: 0 25px 0 0;
  }
  .plat-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .plats-list .plat-item:last-of-type {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }



  .containerTrip,
  section.map,
  .innerGallery {
    padding: 40px 0;
  }
  .call-to-action .call-action {
    padding-top: 20px;
  }
  .map .title-container,
  .pb-70,
  .pb-140,
  .actualityItem {
    padding-bottom: 40px;
  }

  .instagram-feed {
    padding-top: 20px;
  }

  .midnight-h100 {
    height: 40px !important;
  }

  .sectionPadding {
    margin-top: 20px;
    padding-bottom: 40px;
  }
  .mb-90 {
    margin-bottom: 40px;
  }
  .pt-130,
  .pt-140,
  .actualityItem:not(:first-child) {
    padding-top: 40px;
  }

  .description p:last-of-type,
  .block_text_central p:last-of-type {
    margin-bottom: 10px;
  }


  .certificationBlock {
    margin-top: 20px;
  }
  .certificateCard:not(:last-child) {
    margin-bottom: 0;
  }
  .certificateCard:last-child p:last-of-type {
    margin-bottom: 0;
  }

  .postPagination {
    margin: 0;
  }

  .contactCard {
    min-height: auto;
  }

  footer {
    padding-top: 50px;
  }
}

@media only screen and  (max-width: 600px) {
  .call-action .text-overlay-half .content-container h1 {
    font-size: 50px;
  }
  .plat-item .offset-1 {
    margin-left: 4%;
  }
  .instagram-post .instagram-username {
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .instagram-post .follow-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 30px;
  }
  .text404 {
    font-size: 5rem;
  }
}

@media only screen and  (max-width: 500px) {
  h2 {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }
  .plat-item .offset-1 {
    margin-left: 2%;
  }
  .instagram-post .instagram-username {
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .instagram-post .follow-text {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .instagram-post i {
    font-size: 28px;
  }
}
@media only screen and  (max-width: 400px) {
  .call-action .text-overlay-half .content-container {
    text-align: left;
  }
  .call-action .text-overlay-half .content-container h1 {
    font-size: 40px;
  }
  a.btnRegular {
    margin-right: 0px !important;
  }
  .text404 {
    font-size: 3.5rem;
  }
}
@media only screen and  (max-width: 330px) {
  h2 {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
  }
}


@media only screen and  (max-height: 600px) {
  .page-header .slide,
  .slideHeaderCarouselItem {
    min-height: 600px;
    min-height: 800px;
  }
  .slide .slide-description {
    font-size: 22px;
    line-height: 28px;
    padding-bottom: 140px;
  }
  .call-action,
  .block-listing article.no-title:not(:last-of-type) {
    /* height: auto !important; */
    position: relative !important;
    /* margin-bottom: 30px; */
  }
  .call-action:last-of-type,
  .block-listing article.last-of-type {
    margin-bottom: 0px;
  }
}

.moove-gdpr-button-holder .mgbutton{
	border-radius: 0px !important;
}	

#moove_gdpr_cookie_info_bar{
	background-color:#7D7F67 !important;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme{
	background-color:#7D7F67 !important;	
}
#moove_gdpr_cookie_info_bar p{
	color:#fff !important;
}
#moove_gdpr_cookie_info_bar .mgbutton{
	color:#7D7F67 !important;
}




/* LANGUAGE SWITCH */
@media (min-width: 1024px) {
  .language-switch {
    padding-right: 89px;
  }
}
.language-switch {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.language-switch a {
  margin-left: 20px;
}
.language-switch.light a {
  color: #ffffff;
}
.language-switch.light a.underline::after {
  background: #ffffff;
}
.language-switch.light a:hover {
  color: #ffffff;
}
.language-switch.dark a {
  color: #7D7F67;
}
.language-switch.dark a.underline::after {
  background: #7D7F67;
}
.language-switch.dark a:hover {
  color: #7D7F67;
}
.language-switch div:not(.current) a.underline::after {
  /* content: none; */
  background: transparent;
}
.language-switch.light div:not(.current) a.underline:hover::after {
  background: #ffffff;
}
.language-switch.dark div:not(.current) a.underline:hover::after {
  background: #7D7F67;
}

@media (max-width: 1024px) {
  .language-switch a.mobile-only {
    display: block !important;
  }
  .language-switch a {
    display: none;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
}

.menu-open .language-switch a {
  color: #ffffff;
}
.menu-open .language-switch a.underline::after {
  background: #ffffff;
}


/* @media screen and (max-width: 782px) {
  html,
  html.js.no-svg {
    margin-top: 0 !important;
  }
} */


.contactCardinner>img {
  max-height: 50px;
}
.socialContactIconsContainer img {
  max-height: 25px;
}



/* force hover color */
.navigation-container.add-hover a.btnRegular {
  color: #7d7f67;
  background: #fff;
  border: 1px solid #ffffff;
}
.navigation-container.add-hover a.btnRegular:hover {
  color: #ffffff;
  background: #7D7F67;
  border-color: #7D7F67;
}
.navigation-container.add-hover .toggle-menu {
  border: 1px solid #fff;
  color: #7d7f67;
  background: #fff;
}
.navigation-container.add-hover .toggle-menu span {
  background: #7D7F67;
}
.navigation-container.add-hover .dark a.btnRegular {
  color: #fff;
  border-color: #7D7F67;
  background-color: #7D7F67;
  border: 1px solid #7D7F67;
}

.navigation-container.add-hover .dark .toggle-menu {
  color: #fff;
  border-color: #fff;
  background-color: #7D7F67;
  border: 1px solid #7D7F67;
}
.navigation-container.add-hover .dark .toggle-menu span {
  background: #ffffff;
}