@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* Removed b & i tags. Removed list styling from this default, add a nolist class. Apply this to ul/ol if this styling is required. */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, dl, dt, dd, .nolist, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol, ul, li {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: "“" "”" "‘" "’";
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

mark {
  background: #ff0;
  color: #000;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

input, select, button {
  vertical-align: middle;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

strong {
  font-weight: bold;
}

em, dfn {
  font-style: italic;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Personal accessibility class. Use this to hide elements you don't want sighted users to see, but should be kept for screen readers */
.inv {
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  margin: -1px;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
}

[class*=col-] {
  float: left;
  min-height: 1px;
}

.col-1 {
  width: 16.66%;
}

.col-15 {
  width: 25%;
}

.col-2 {
  width: 33.3%;
}

.col-3 {
  width: 50%;
}

.col-4 {
  width: 66.66%;
}

.col-5 {
  width: 83.33%;
}

.col-6 {
  width: 100%;
}

@font-face {
  font-family: "GlacialIndifference-Regular";
  src: url("fonts/GlacialIndifference-Regular.woff") format("woff"), url("fonts/GlacialIndifference-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "GlacialIndifference-Bold";
  src: url("fonts/GlacialIndifference-Bold.woff") format("woff"), url("fonts/GlacialIndifference-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Catchy-Mager";
  src: url("fonts/Catchy-Mager.woff") format("woff"), url("fonts/Catchy-Mager.ttf") format("truetype");
}
::-moz-selection {
  background: #b6b18d;
  color: #fff;
}
::selection {
  background: #b6b18d;
  color: #fff;
}

::-moz-selection {
  background: #b6b18d;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #a7be8f;
  font-size: 14px;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #a7be8f;
  font-size: 14px;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a7be8f;
  font-size: 14px;
}

:-ms-input-placeholder {
  color: #a7be8f;
  font-size: 14px;
}

html.sr .load-hidden {
  visibility: hidden;
}

html {
  height: 100%;
}

body {
  background: #fdf7f0;
  font-size: 20px;
  line-height: 1.5;
  font-family: "GlacialIndifference-Regular", serif;
  height: 100%;
  color: #5a7242;
  opacity: 1;
  transition: 1s opacity;
}

body.fade-out {
  opacity: 0;
  transition: none;
}

h1 {
  font-family: "Catchy-Mager", sans-serif;
  font-size: 60px;
  color: #b6b18d;
  line-height: normal;
  clear: both;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  font-family: "Catchy-Mager", sans-serif;
  font-weight: 800;
  font-size: 38px;
  margin: 0 0 30px 0;
  line-height: normal;
}

h3 {
  font-family: "Catchy-Mager", sans-serif;
  font-weight: 800;
  font-size: 45px;
  margin: 0 0 30px 0;
  line-height: normal;
  line-height: 1.2;
}

h4 {
  font-size: 24px;
  margin-bottom: 0;
  text-transform: uppercase;
}

p {
  margin: 0px 0px 15px;
}

a {
  color: #b6b18d;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

a, a:active, a:focus {
  outline: none;
}

a img {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

strong {
  font-weight: 700;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

blockquote {
  width: auto;
  padding: 10px 30px;
  margin: 20px 70px;
}
blockquote p {
  margin: 0;
}

i.fas,
i.far {
  margin-right: 10px;
}

*:focus {
  outline: none;
}

figure.gallery-item {
  /*reset default figure margin for WP gallery*/
  margin-top: 0;
}

.gallery {
  margin-bottom: 1.25em;
  text-align: center;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
}
.gallery .gallery-item img {
  display: block;
  padding-right: 5%;
  padding-bottom: 5%;
}

.gallery-columns-1 .gallery-item img {
  padding-right: 0;
  padding-bottom: 15px;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.entry-content img,
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-],
img.size-full,
img.size-large,
.wp-post-image,
figure,
.wp-caption {
  height: auto;
  max-width: 100%;
}

.wp-caption-text {
  padding: 0.25em 0;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 1.4rem;
  font-style: italic;
  background: #e5e5e5;
}

.center, .footer_content, #container .flexslider, #container {
  max-width: 90%;
  margin: 0 auto;
}

.center {
  clear: both;
}

.shifter-open #header {
  top: 0;
}

.logo {
  font-family: "Catchy-Mager", sans-serif;
  display: inline-block;
  width: 270px;
  font-size: 28px;
  color: #b6b18d;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.3;
  transition: all 0.2s ease-in;
}
.logo a {
  text-decoration: none;
}
.logo .subtitle {
  font-style: italic;
  text-transform: initial;
  letter-spacing: 0;
  display: block;
  position: relative;
  font-size: 16px;
  text-align: center;
}
.logo .subtitle:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 70px;
  border-top: 1px solid #f9f8f5;
}
.logo .subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  border-top: 1px solid #f9f8f5;
}

#footer .logo .subtitle:before, #footer .logo .subtitle:after {
  border-color: #5a7242;
}

.home #header {
  position: absolute;
}
.home #header.f-nav {
  position: absolute;
  background: none;
  box-shadow: none;
}

#header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 0 30px;
  text-align: center;
}
#header .logobig {
  position: relative;
  z-index: 9;
  max-width: 250px;
  margin: 60px auto 0;
  fill: #fff;
}
#header #topbar {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  background: #b6b18d;
  padding: 0 30px;
  text-align: center;
}
#header #topbar .item {
  display: inline-block;
  padding: 8px 15px;
}
#header #topbar .item a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
#header #topbar .item a:hover, #header #topbar .item a:focus {
  color: #fff;
}
#header #topbar .item a.social {
  margin: 0 10px;
}
#header #lang {
  position: absolute;
  top: 0;
  right: 30px;
  background: #5a7242;
  color: #fff;
  border-radius: 0 0 8px 8px;
}
#header #lang a {
  display: inline-block;
  line-height: normal;
  padding: 10px;
  font-size: 16px;
  text-decoration: none;
}
#header .lang_selector {
  font-size: 14px;
}
#header .lang_selector a {
  padding: 0 5px;
  color: rgba(255, 255, 255, 0.3) !important;
}
#header .lang_selector a:hover, #header .lang_selector a:focus {
  color: #fff !important;
}
#header .lang_selector a.active {
  color: #fff !important;
}
#header .header_line {
  float: left;
  width: 100%;
  text-align: center;
  padding: 30px 30px 80px 30px;
}
#header .header_line .logo {
  width: 200px;
  margin-right: 40px;
}
#header .header_line .logo img {
  width: 100%;
}
#header .header_line .shifter-handle {
  display: none;
}

.admin-bar.page-template-page-mentions-legales #header,
.admin-bar.page-template-page-booking #header,
.admin-bar .page-template-page-simple #header {
  top: inherit;
}

.page-template-page-mentions-legales #header,
.page-template-page-booking #header,
.page-template-page-simple #header {
  position: relative;
  width: 100%;
  top: 0;
  background: #fff;
  padding-bottom: 80px;
}
.page-template-page-mentions-legales #header .header_line,
.page-template-page-booking #header .header_line,
.page-template-page-simple #header .header_line {
  padding: 10px 30px;
}
.page-template-page-mentions-legales #header .header_line .shifter-handle,
.page-template-page-booking #header .header_line .shifter-handle,
.page-template-page-simple #header .header_line .shifter-handle {
  color: #5a7242;
  top: 58px;
}
.page-template-page-mentions-legales #header .header_line .shifter-handle:after,
.page-template-page-booking #header .header_line .shifter-handle:after,
.page-template-page-simple #header .header_line .shifter-handle:after {
  background: #5a7242;
  box-shadow: 0 9px 0 #5a7242, 0 -9px 0 #5a7242;
}
.page-template-page-mentions-legales #header .header_line .logo,
.page-template-page-booking #header .header_line .logo,
.page-template-page-simple #header .header_line .logo {
  width: 70px;
}
.page-template-page-mentions-legales #header .header_line .logo #logo_normal,
.page-template-page-booking #header .header_line .logo #logo_normal,
.page-template-page-simple #header .header_line .logo #logo_normal {
  display: none;
}
.page-template-page-mentions-legales #header .header_line .logo #logo_down,
.page-template-page-booking #header .header_line .logo #logo_down,
.page-template-page-simple #header .header_line .logo #logo_down {
  display: block;
}
.page-template-page-mentions-legales #header .header_line .buttonmenutop .button.opened,
.page-template-page-mentions-legales #header .header_line .buttonresa .button.opened,
.page-template-page-booking #header .header_line .buttonmenutop .button.opened,
.page-template-page-booking #header .header_line .buttonresa .button.opened,
.page-template-page-simple #header .header_line .buttonmenutop .button.opened,
.page-template-page-simple #header .header_line .buttonresa .button.opened {
  color: #5a7242;
  border-color: #5a7242;
}
.page-template-page-mentions-legales #header .header_line .buttonmenutop .button.opened:hover, .page-template-page-mentions-legales #header .header_line .buttonmenutop .button.opened:focus,
.page-template-page-mentions-legales #header .header_line .buttonresa .button.opened:hover,
.page-template-page-mentions-legales #header .header_line .buttonresa .button.opened:focus,
.page-template-page-booking #header .header_line .buttonmenutop .button.opened:hover,
.page-template-page-booking #header .header_line .buttonmenutop .button.opened:focus,
.page-template-page-booking #header .header_line .buttonresa .button.opened:hover,
.page-template-page-booking #header .header_line .buttonresa .button.opened:focus,
.page-template-page-simple #header .header_line .buttonmenutop .button.opened:hover,
.page-template-page-simple #header .header_line .buttonmenutop .button.opened:focus,
.page-template-page-simple #header .header_line .buttonresa .button.opened:hover,
.page-template-page-simple #header .header_line .buttonresa .button.opened:focus {
  border-color: #b6b18d;
  color: #fff;
}
.page-template-page-mentions-legales #header .header_line #access,
.page-template-page-booking #header .header_line #access,
.page-template-page-simple #header .header_line #access {
  top: inherit;
}
.page-template-page-mentions-legales #header .header_line #access #nav ul li a,
.page-template-page-booking #header .header_line #access #nav ul li a,
.page-template-page-simple #header .header_line #access #nav ul li a {
  color: #5a7242;
}
.page-template-page-mentions-legales #header .header_line #access #nav ul li a:hover, .page-template-page-mentions-legales #header .header_line #access #nav ul li a:focus,
.page-template-page-booking #header .header_line #access #nav ul li a:hover,
.page-template-page-booking #header .header_line #access #nav ul li a:focus,
.page-template-page-simple #header .header_line #access #nav ul li a:hover,
.page-template-page-simple #header .header_line #access #nav ul li a:focus {
  color: #b6b18d;
}
.page-template-page-mentions-legales h1,
.page-template-page-booking h1,
.page-template-page-simple h1 {
  margin-bottom: 0;
}

.admin-bar #header {
  top: 32px;
}
.admin-bar #header.f-nav {
  top: 32px;
}

.admin-bar.shifter-open #header {
  top: 0;
}

#header.f-nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  padding-bottom: inherit;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px, rgba(0, 0, 0, 0.1) 0px 5px 32px;
}
#header.f-nav #topbar {
  border-color: #f3f6f0;
}
#header.f-nav #topbar .item {
  color: #fff;
  border-color: #fff;
}
#header.f-nav .header_line {
  background: none;
  padding: 0;
}
#header.f-nav .header_line .buttonmenutop .button.opened,
#header.f-nav .header_line .buttonresa .button.opened {
  color: #b6b18d;
  border-color: #b6b18d;
}
#header.f-nav .header_line .buttonmenutop .button.opened:hover, #header.f-nav .header_line .buttonmenutop .button.opened:focus,
#header.f-nav .header_line .buttonresa .button.opened:hover,
#header.f-nav .header_line .buttonresa .button.opened:focus {
  border-color: #b6b18d;
  color: #fff;
}
#header.f-nav .header_line .buttonmenutop .button.down,
#header.f-nav .header_line .buttonresa .button.down {
  border-color: #b6b18d;
}
#header.f-nav .header_line .right_content {
  margin: 10px auto;
}
#header.f-nav .header_line .right_content .logo {
  max-width: 220px;
}
#header.f-nav .header_line .right_content #logo_normal {
  display: none;
}
#header.f-nav .header_line .right_content #logo_down {
  display: block;
  width: 70px;
  padding: 5px 0;
  float: right;
}
#header.f-nav .header_line .right_content #access {
  top: 0;
}
#header.f-nav #nav ul li.current-menu-item a,
#header.f-nav #nav ul li.current_page_ancestor > a {
  border-color: #b6b18d;
}
#header.f-nav #nav ul li a {
  color: #5a7242;
}
#header.f-nav #nav ul li a:hover, #header.f-nav #nav ul li a:focus {
  color: #b6b18d !important;
  border-color: #b6b18d !important;
}
#header.f-nav #nav ul li a:hover:before, #header.f-nav #nav ul li a:focus:before {
  border-color: #b6b18d !important;
}
#header.f-nav #nav ul li a:hover .small:after, #header.f-nav #nav ul li a:focus .small:after {
  border-color: #b6b18d;
}
#header.f-nav #nav ul li a .small:after {
  transition: all 0.2s ease-in;
  border-color: #5a7242;
}
#header.f-nav #nav .sub-menu li a {
  color: #fff;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a {
  border: none !important;
}
#header.f-nav #nav ul li ul.sub-menu li.current_page_item a:hover, #header.f-nav #nav ul li ul.sub-menu li.current_page_item a:focus {
  color: #5a7242 !important;
}
#header.f-nav #lang {
  top: 40px;
}

.topbar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  background: #faedd1;
  text-align: center;
}
.topbar .item {
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  color: #444;
  transition: all 0.2s ease-in;
}
.topbar .item:hover, .topbar .item:focus {
  background: #f8e4ba;
}
.topbar .item .fas {
  font-size: 14px;
}
.topbar .item .mob {
  display: none;
}

.entry-content ul li {
  list-style-type: none;
  margin: 8px 0;
}
.entry-content ul li:before {
  content: "—";
  font-weight: 700;
  margin-right: 10px;
  font-size: 12px;
}

.margindiv {
  margin: 30px 0;
  background: #f5f5f5;
}

.margindiv.noborder {
  margin: 0 0 30px 0;
  float: left;
  border: none;
}

.noborder {
  margin: 30px 0;
  float: left;
}

#content {
  display: inline-block;
  width: 100%;
  padding: 80px 0 0;
}
#content .coord_top {
  display: inline-block;
  width: 100%;
  padding: 12px 10px;
  font-size: 14px;
  background: #fff;
}
#content .coord_top .phone {
  margin-right: 15px;
}
#content .coord_top a {
  color: #5a7242;
}
#content .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
#content .color {
  display: inline-block;
  background: #faedd1;
  width: 100%;
}
#content .color h1 {
  background: none;
  padding: 0;
}
#content .color img {
  display: block;
}
#content .color.margin {
  margin-bottom: 50px;
}
#content .color.paragraph.nopad {
  padding: 0 0 50px 0;
  margin: 0;
}
#content .color h1 {
  margin: 0;
  padding: 50px 0 30px 0;
}
#content h1.pad {
  padding: 50px 0 30px 0;
}
#content .color.avis {
  padding: 50px 0;
}
#content .sup {
  background: #b6b18d;
  color: #fff;
  padding: 20px 30px;
}
#content .sup h2, #content .sup h3 {
  color: #fff;
}
#content .sup ul {
  padding: 0;
}
#content .sup ul li {
  margin: 5px 0;
}
#content .separ {
  font-size: 13px;
  padding: 10px 30px 10px 30px;
  margin: 30px 0;
  background: #f8e4ba;
}
#content .separ ul {
  list-style-position: inside;
  padding: 0;
}
#content .list {
  background: #f8e4ba;
  padding: 10px 20px;
  font-size: 13px;
}
#content .list ul {
  list-style-position: inside;
}

.single #content.galeriecontent {
  margin: 5px 0 50px 0;
}

#footer {
  clear: both;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  padding: 50px 0 10px;
  margin-bottom: 60px;
}
#footer .footer_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  align-items: center;
  max-width: 960px;
  margin-bottom: 30px;
}
#footer .footer_content .footer_item .logo {
  width: 100%;
  text-align: center;
}
#footer .footer_content .footer_item .logo img {
  max-width: 220px;
}
#footer .footer_content .footer_item a {
  color: #444;
}
#footer .footer_content .footer_item .partner img {
  width: 100%;
  max-width: 250px;
}
#footer .footer_content .social_container {
  margin: 15px 0 0;
  text-align: center;
}
#footer .footer_content .social_container a.social .fab {
  font-size: 20px;
  margin: 0 15px;
  transition: all 0.2s ease-in;
}
#footer .footer_content .social_container a.social .fab:hover, #footer .footer_content .social_container a.social .fab:focus {
  color: #749255;
}
#footer .footer_content .left {
  text-align: right;
}
#footer .footer_content .right {
  text-align: left;
  border-left: 1px solid white;
}
#footer .menu-footer-container #menu-footer {
  padding: 0;
  margin: 0;
}
#footer .menu-footer-container #menu-footer li {
  list-style-type: none;
}
#footer .grid-foo {
  display: inline-block;
  padding: 10px 30px;
  width: 100%;
  font-size: 14px;
  text-align: center;
}
#footer .grid-foo a {
  color: #5a7242;
}
#footer .right {
  text-align: right;
}

#main {
  clear: both;
}

.admin-bar .photobig {
  height: calc(100vh - 82px);
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  margin-top: 50px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
  height: 100%;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.home p.big {
  font-family: "Catchy-Mager", sans-serif;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 8px;
  line-height: 1.2;
  margin: 100px auto 120px;
  padding-left: 30px;
  padding-right: 30px;
  max-width: inherit;
}
.home .photomiddle {
  height: 60vh;
  align-items: center;
}
.home .photobig {
  min-height: 900px;
}
.home .photobig .slidetext {
  text-align: center;
  background: none;
}
.home .photobig .slidetext .logobig {
  position: relative;
  z-index: 9;
  max-width: 250px;
  margin: 0 auto 15px;
}
.home .photobig .slidetext .contentintro {
  max-width: inherit;
  color: #faedd1;
}
.home .photobig .slidetext .contentintro h1 {
  color: #faedd1;
  margin: 30px 0;
}
.home .photobig #lodgify-search-bar {
  margin-top: 50px;
}
.home .photobig .css-1oofru1 {
  background: none !important;
  font-size: 18px !important;
}
.home .photobig .css-lrh4p3 button,
.home .photobig .css-mu0s7e {
  font-family: "apotek", sans-serif;
}
.home .photobig .css-lrh4p3 .primary {
  font-family: "apotek", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 4px;
  transition: all 0.2s ease-in;
}
.home .photobig .css-lrh4p3 .primary:hover,
.home .photobig .css-lrh4p3 .primary:focus {
  background: #f85739 !important;
}
.home .photobig .css-lrh4p3 .primary svg {
  display: none;
  margin-right: 15px;
}
.home .photobig .css-1vubbaf,
.home .photobig .css-1v1ng4s {
  font-size: 18px;
}

#hippo-main-search-container {
  position: relative !important;
  z-index: 9 !important;
  margin-top: -149px !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

#hippo-main-search-container,
#hippo-main-search-container button .hippo-product .badge {
  font-size: 18px !important;
}

#hippo-main-search-container button#hc-widget-search-btn {
  text-transform: uppercase !important;
  font-family: "GlacialIndifference-Bold", serif;
}

body .bootstrap-iso {
  font-family: "GlacialIndifference-Regular", serif;
}
body .bootstrap-iso .pt-3 {
  margin-top: 50px !important;
}
body .bootstrap-iso .row {
  justify-content: center !important;
}
body .bootstrap-iso .text-white {
  color: #444 !important;
}
body .bootstrap-iso .input-group {
  border: 1px solid #5a7242;
  border-radius: 5px;
}
body .bootstrap-iso .input-group-text {
  background: #dedccb;
}
body .bootstrap-iso .input-group-text .fa {
  color: #5a7242;
}
body .bootstrap-iso a {
  color: #5a7242 !important;
}
body .bootstrap-iso a#hpc-selected_flexibility_button {
  color: #444 !important;
  font-size: 16px;
}
body .bootstrap-iso .bg-dark,
body .bootstrap-iso .bg-light {
  background: #b6b18d !important;
}
body .bootstrap-iso .bg-dark .btn-customized,
body .bootstrap-iso .bg-dark .btn-success,
body .bootstrap-iso .bg-light .btn-customized,
body .bootstrap-iso .bg-light .btn-success {
  background: #5a7242 !important;
  border-color: #5a7242 !important;
  color: #fff;
  transition: all 0.2s ease-in;
}
body .bootstrap-iso .bg-dark .btn-customized:hover, body .bootstrap-iso .bg-dark .btn-customized:focus,
body .bootstrap-iso .bg-dark .btn-success:hover,
body .bootstrap-iso .bg-dark .btn-success:focus,
body .bootstrap-iso .bg-light .btn-customized:hover,
body .bootstrap-iso .bg-light .btn-customized:focus,
body .bootstrap-iso .bg-light .btn-success:hover,
body .bootstrap-iso .bg-light .btn-success:focus {
  background: #749255 !important;
  border-color: #749255 !important;
}

.css-1v1ng4s > div {
  font-size: 16px !important;
}

.photobig {
  position: relative;
  z-index: 1;
  height: calc(100vh - 40px);
  /* pour anciens Chrome et Safari */
  background-size: cover !important;
  /* version standardisee */
  background-attachment: fixed !important;
  transition: width 0.4s ease-in-out, left 0.4s ease-in-out;
  display: flex;
  align-items: center;
}
.photobig .content_noflex {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.photobig .content_noflex .slidetext .contentintro {
  text-align: center;
}
.photobig .content_noflex .slidetext .contentintro .logo {
  width: 40px;
  margin: 0 0 15px 0;
}
.photobig .content_noflex .slidetext .contentintro h1 {
  text-align: center;
}
.photobig .hometitle {
  font-size: 80px;
  line-height: normal;
}
.photobig .layer {
  /*background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 2%, rgba(0,0,0,0.50) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.50) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 2%,rgba(0,0,0,0.50) 100%);*/
  background: rgba(0, 0, 0, 0.4);
}
.photobig .slidetext {
  width: 100%;
  padding: 50px 50px 150px 50px;
  position: relative;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.photobig .slidetext .contentintro {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.photobig .slidetext .contentintro a.special {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 50px 10px 30px;
  font-size: 14px;
  background: none;
  border: 1px solid #fff;
}
.photobig .slidetext .contentintro a.special:focus, .photobig .slidetext .contentintro a.special:hover {
  border-color: #b6b18d;
}
.photobig .slidetext .contentintro a.special .fas {
  top: 17px;
  font-size: 12px;
}
.photobig .slidetext .contentintro .surtitre {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.photobig .slidetext .contentintro .surtitre span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
.photobig .slidetext .contentintro .surtitre span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  border-top: 1px solid #f9f8f5;
}
.photobig .slidetext .contentintro .surtitre span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  border-top: 1px solid #f9f8f5;
}
.photobig .slidetext .contentintro .logo {
  width: 40px;
  margin: 0;
}
.photobig .slidetext .contentintro .titre, .photobig .slidetext .contentintro h1 {
  text-align: center;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  line-height: 1;
}
.photobig .slidetext .contentintro .button {
  width: auto;
  font-weight: 400;
  font-size: 22px;
  background: #b6b18d;
  padding: 12px 60px 12px 30px;
}
.photobig .slidetext .contentintro .button .fas {
  position: absolute;
  right: 25px;
  top: 20px;
  margin: 0;
  transition: all 0.2s ease-in;
}
.photobig .slidetext .contentintro .button:hover {
  background: #c0bc9d;
}
.photobig .slidetext .contentintro .button:hover > .fas {
  right: 15px;
}
.photobig .slidetext .contentintro .sitetitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 18px;
}
.photobig .logo {
  width: 100%;
  max-width: 420px;
  margin-bottom: 50px;
}
.photobig .slick-prev, .photobig .slick-next {
  top: 50%;
  opacity: 0.6;
  transition: all 0.2s ease-in;
}
.photobig .slick-prev:hover, .photobig .slick-prev:focus, .photobig .slick-next:hover, .photobig .slick-next:focus {
  opacity: 1;
}
.photobig .slick-prev:before, .photobig .slick-next:before {
  width: 45px;
  height: 45px;
  background-size: 25px;
}
.photobig .slick-prev {
  left: -10px;
}
.photobig .slick-prev:hover, .photobig .slick-prev:focus {
  left: -5px;
}
.photobig .slick-prev:before {
  border-radius: 0 100% 100% 0;
}
.photobig .slick-next {
  right: -10px;
}
.photobig .slick-next:hover, .photobig .slick-next:focus {
  right: -5px;
}
.photobig .slick-next:before {
  border-radius: 100% 0 0 100%;
}

.photobig.aligner {
  display: flex;
  align-items: flex-end;
}
.photobig.aligner .slidetext {
  max-width: none;
  padding: 50px 50px 150px 50px;
  margin: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.photobig.aligner .slidetext .contentintro {
  width: 100%;
  max-width: inherit;
  margin: 0 auto;
  text-align: center;
}
.photobig.aligner .slidetext .contentintro .logo {
  margin-bottom: 15px;
}
.photobig.aligner .slidetext .contentintro .hometitle {
  margin-bottom: 30px;
}
.photobig.aligner .slidetext .contentintro h1 {
  margin-bottom: 0;
  font-size: 50px;
  text-align: center;
}
.photobig.aligner .logo {
  vertical-align: middle;
  width: 40px;
  margin: 0 0 30px 0;
}

.single .photobig {
  height: 100vh;
}
.single .photobig .content_noflex {
  width: 100%;
  padding-top: 100px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.single .photobig.aligner .slidetext {
  background: none;
  padding: 50px;
}
.single .specs {
  display: table;
  width: 100%;
  max-width: 1280px;
  padding: 30px 30px 100px 30px;
  margin: 0 auto;
  background: none;
  text-align: center;
  color: #fff;
}
.single .specs .center {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.single .specs .label {
  color: #faedd1;
}
.single .descendre {
  position: relative;
}

#top {
  position: absolute;
  top: -100px;
}

.photomiddle {
  height: auto;
  position: relative;
  z-index: 1;
  background-position: 50% 50% !important;
  width: 100%;
  height: 500px;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
}
.photomiddle .slidetext {
  width: 100%;
  z-index: 999;
  color: #fff;
  text-align: center;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.9) 100%);
}
.photomiddle .slidetext .contentintro {
  padding: 0 50px 50px 50px;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: normal;
}
.photomiddle .slidetext .contentintro .titre,
.photomiddle .slidetext .contentintro h1 {
  color: #fff;
  margin: 0 0 30px 0;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 44px;
  line-height: 1;
}
.photomiddle .slidetext .contentintro .surtitre {
  display: block;
  font-size: 40px;
  margin-bottom: 5px;
}
.photomiddle .slidetext .contentintro .surtitre span {
  display: inline-block;
  position: relative;
  padding: 0 50px;
}
.photomiddle .slidetext .contentintro .surtitre span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 40px;
  border-top: 1px solid #f9f8f5;
}
.photomiddle .slidetext .contentintro .surtitre span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  border-top: 1px solid #f9f8f5;
}
.photomiddle .slidetext .contentintro .logo {
  width: 40px;
  margin: 0 0 15px 0;
}
.photomiddle .slidetext .contentintro .subtitle {
  text-transform: initial;
  font-style: italic;
  text-align: center;
  font-size: 50px;
  margin: 0;
}
.photomiddle .slidetext .contentintro .separator {
  margin: 10px auto 15px;
  width: 100px;
  border: 1px solid #b6b18d;
}
.photomiddle .slidetext .contentintro .sitetitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 18px;
}
.photomiddle .logo {
  width: 100%;
  max-width: 40px;
}
.photomiddle .descendre {
  bottom: 0;
}
.photomiddle .straight.wide {
  margin: 80px auto;
}
.photomiddle .coord {
  float: right;
  margin-right: 50px;
  background: #223464;
  color: #fff;
  padding: 50px;
  text-align: center;
  width: 33.33%;
  max-width: 600px;
}
.photomiddle .coord h2 {
  font-size: 30px;
}
.photomiddle .coord p {
  margin-bottom: 50px;
  font-style: italic;
}
.photomiddle .coord a {
  color: #fff;
  font-style: italic;
  border-bottom: 1px solid transparent;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.photomiddle .coord a:hover, .photomiddle .coord a:focus {
  border-color: #fff;
}

#map {
  display: block;
  font-family: "GlacialIndifference-Regular", serif;
  font-size: 18px;
  margin: 0;
  padding: 15px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
#map .button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  width: auto;
  background: #5a7242;
  margin: 0;
  color: #fff;
  text-decoration: none;
}
#map .button:hover, #map .button:focus {
  background: #749255;
}
#map .leaflet-popup-content-wrapper {
  color: #5a7242;
}
#map .leaflet-popup {
  font-size: 18px;
}
#map .leaflet-popup strong {
  font-family: "GlacialIndifference-Bold", serif;
  display: block;
  color: #5a7242;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.photomiddle.pad {
  margin-bottom: 80px;
}

.layer {
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button, #submit, .wpcf7-submit {
  font-family: "GlacialIndifference-Bold", serif;
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-radius: 50px;
  color: #444;
  background: #b6b18d;
  color: #444;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.button:hover, .button:focus, #submit:hover, #submit:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #cac6ac;
  text-decoration: none;
}

.button.nomargin {
  margin: 0;
}

.button.left {
  width: auto;
  float: none;
  display: inline-block;
}

.center-button a,
.center-button .wpcf7-submit {
  margin: 0 auto 30px;
  display: inline-block;
  position: relative;
  z-index: 0;
  min-width: 47px;
  border: none;
  text-align: center;
  color: #fff;
  background: #b6b18d;
  text-decoration: none;
}
.center-button a:hover,
.center-button .wpcf7-submit:hover {
  background: #c0bc9d;
  transition: all 0.2s ease-in;
}
.center-button a:hover > .next_arrow,
.center-button .wpcf7-submit:hover > .next_arrow {
  margin-left: 25px;
  transition: all 0.2s ease-in;
}
.center-button a .next_arrow,
.center-button .wpcf7-submit .next_arrow {
  fill: #fff;
  transition: all 0.2s ease-in;
  margin-left: 15px;
}
.center-button .wpcf7-submit {
  width: auto;
  float: none;
}

.center-button.colored {
  display: block;
  width: 100%;
  background: white;
  color: #5a7242;
  padding: 50px 0;
}
.center-button.colored h3 {
  margin: 0 auto;
  text-transform: uppercase;
}
.center-button.colored .left,
.center-button.colored .right {
  display: inline-block;
}
.center-button.colored .right {
  font-size: 14px;
  font-weight: 500;
}
.center-button.colored .small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-transform: initial;
}
.center-button.colored a {
  margin: 15px 15px 0 15px;
  color: #fff;
  background: #b6b18d;
  transition: all 0.2s ease-in;
}
.center-button.colored a:hover {
  background: #a29c6e;
}

.center-button.nomargin.colored {
  margin: 0;
}

input#submit,
button#submit {
  width: auto;
  padding: 6px 25px;
  float: none;
}

nav {
  display: none;
}

.shifter-handle,
.shifter-enabled .shifter-handle {
  display: block;
  z-index: 10000;
  font-weight: 500;
}

.right_content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.right_content #logo_down {
  display: none;
}
.right_content .item {
  display: inline-block;
  position: absolute;
  top: 65px;
  right: 210px;
  color: #fff;
  transition: all 0.2s ease-in;
}
.right_content .item a {
  color: #fff;
  padding: 14px 10px;
  transition: all 0.2s ease-in;
}
.right_content .item a:hover, .right_content .item a:focus {
  color: #b6b18d;
  text-decoration: none;
}
.right_content .item a.mail {
  margin-right: 20px;
  padding: 14px;
}
.right_content .item a.mail:hover {
  background: #b6b18d;
  color: #fff;
}
.right_content .item a.mail i.far {
  margin-right: 0;
}
.right_content .item.social {
  margin: 0 20px;
}
.right_content #lang {
  display: inline-block;
}
.right_content #lang a {
  color: #5a7242;
}

.buttonmenutop,
.buttonresa {
  position: relative;
  margin-left: 30px;
  transition: all 0.2s ease-in;
}
.buttonmenutop .button.opened,
.buttonresa .button.opened {
  margin: 0;
  padding: 6px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #fff;
  background: none;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
}
.buttonmenutop .button.opened:hover, .buttonmenutop .button.opened:focus,
.buttonresa .button.opened:hover,
.buttonresa .button.opened:focus {
  background: #b6b18d;
  border-color: #b6b18d;
  color: #fff;
}
.buttonmenutop .button.opened .fas,
.buttonresa .button.opened .fas {
  font-size: 16px;
}
.buttonmenutop .button.down,
.buttonresa .button.down {
  background: #b6b18d;
  border-color: #b6b18d;
  color: #fff;
}
.buttonmenutop .button.down .fas,
.buttonresa .button.down .fas {
  transform: rotate(180deg);
}
.buttonmenutop .resa_bloc,
.buttonresa .resa_bloc {
  display: none;
  position: absolute;
  top: 36px;
  right: 0;
  background: #fff;
  color: #5a7242;
  width: 320px;
  border-radius: 8px 0 8px 8px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
.buttonmenutop .resa_bloc .booking p.title_booking,
.buttonresa .resa_bloc .booking p.title_booking {
  font-family: "Catchy-Mager", sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px 0;
  background: white;
  padding: 30px 30px 15px 30px;
}
.buttonmenutop .resa_bloc .booking .button,
.buttonresa .resa_bloc .booking .button {
  background: #b6b18d;
  border: none;
  color: #5a7242;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin: 15px 0 0;
}
.buttonmenutop .resa_bloc .booking .button:hover, .buttonmenutop .resa_bloc .booking .button:focus,
.buttonresa .resa_bloc .booking .button:hover,
.buttonresa .resa_bloc .booking .button:focus {
  background: #cac6ac;
}
.buttonmenutop .resa_bloc .booking .button i,
.buttonresa .resa_bloc .booking .button i {
  margin-left: 10px;
  margin-right: 0;
}
.buttonmenutop .resa_bloc .booking .conteneur,
.buttonresa .resa_bloc .booking .conteneur {
  float: left;
  width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 50px;
}
.buttonmenutop .resa_bloc .booking .conteneur strong,
.buttonresa .resa_bloc .booking .conteneur strong {
  font-family: "Catchy-Mager", sans-serif;
  font-size: 24px;
  line-height: normal;
}
.buttonmenutop .resa_bloc .booking .conteneur ul,
.buttonresa .resa_bloc .booking .conteneur ul {
  padding-left: 0;
}
.buttonmenutop .resa_bloc .booking .conteneur ul li,
.buttonresa .resa_bloc .booking .conteneur ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.buttonmenutop .resa_bloc .booking .conteneur ul li span,
.buttonresa .resa_bloc .booking .conteneur ul li span {
  display: inline-block;
  margin-right: 15px;
  background: #b6b18d;
  color: #fff;
  line-height: 1;
  width: 35px;
  height: 35px;
  padding: 10px 0;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 500;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform,
.buttonresa .resa_bloc .booking .conteneur #myform {
  padding: 30px;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform input,
.buttonresa .resa_bloc .booking .conteneur #myform input {
  width: 50%;
  text-align: center;
  border: none;
  padding: 0 5px 5px 5px;
  cursor: pointer;
  background: none;
  font-size: 20px;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform input:hover,
.buttonresa .resa_bloc .booking .conteneur #myform input:hover {
  color: #b6b18d;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .border,
.buttonresa .resa_bloc .booking .conteneur #myform .border {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  transition: all 0.2s ease-in;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .border .label,
.buttonresa .resa_bloc .booking .conteneur #myform .border .label {
  position: relative;
  z-index: 9;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .border.mid,
.buttonresa .resa_bloc .booking .conteneur #myform .border.mid {
  width: 50%;
  float: left;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .numbers input,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers input {
  margin: 0;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .nbPersons,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .nbPersons {
  margin-top: 10px;
  width: 60px;
  padding: 0;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .nbPersons:hover, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .nbPersons:active, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .nbPersons:focus,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .nbPersons:hover,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .nbPersons:active,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .nbPersons:focus {
  cursor: auto;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyplus, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyminus,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyplus,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyminus {
  margin-top: 10px;
  color: #5a7242;
  background: none;
  font-weight: 500;
  font-size: 26px;
  padding: 0;
  width: auto;
  border: none;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyplus:hover, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyplus:active, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyplus:focus, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyminus:hover, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyminus:active, .buttonmenutop .resa_bloc .booking .conteneur #myform .numbers .qtyminus:focus,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyplus:hover,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyplus:active,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyplus:focus,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyminus:hover,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyminus:active,
.buttonresa .resa_bloc .booking .conteneur #myform .numbers .qtyminus:focus {
  color: #b6b18d;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform .col-6,
.buttonresa .resa_bloc .booking .conteneur #myform .col-6 {
  padding: 0 30px 30px 30px;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform input.button,
.buttonresa .resa_bloc .booking .conteneur #myform input.button {
  margin: 15px 0 0;
  padding: 12px;
  background: #b6b18d;
  color: #fff;
  font-size: 14px;
  width: 100%;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform input.button:hover,
.buttonresa .resa_bloc .booking .conteneur #myform input.button:hover {
  background: #c0bc9d;
}
.buttonmenutop .resa_bloc .booking .conteneur #myform input.button .fa,
.buttonresa .resa_bloc .booking .conteneur #myform input.button .fa {
  font-weight: 500;
}

.page-template-page-booking {
  border: none;
}
.page-template-page-booking #header {
  display: none;
}
.page-template-page-booking .returnsite {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: #b6b18d;
  width: 100%;
  text-align: center;
}
.page-template-page-booking .returnsite #access {
  top: 0;
  float: none;
  margin: 0;
}
.page-template-page-booking .returnsite #access ul li a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-template-page-booking .returnsite #access ul li a:hover, .page-template-page-booking .returnsite #access ul li afocus {
  color: #fff;
}
.page-template-page-booking .returnsite .button {
  color: #fff;
  margin: 0 auto;
  display: inline-block;
  float: none;
  font-size: 16px;
  padding: 5px 10px;
}
.page-template-page-booking .loading {
  position: absolute;
  top: 35vh;
  left: 0;
  width: 100%;
  text-align: center;
}
.page-template-page-booking .loading p {
  text-align: center;
}
.page-template-page-booking .loading img {
  width: 100px;
  margin-top: 30px;
}
.page-template-page-booking .loading .logo {
  width: 280px;
  margin-bottom: 30px;
}
.page-template-page-booking #header {
  background: #b6b18d;
  z-index: 4;
}
.page-template-page-booking #header .header_line {
  background: none;
  padding: 0;
}
.page-template-page-booking #header .header_line .right_content {
  padding: 0;
}
.page-template-page-booking #header .header_line .right_content .logo {
  display: none;
}
.page-template-page-booking #header .header_line .right_content .item {
  right: 30px;
  top: 18px;
}
.page-template-page-booking #header .header_line #access {
  float: none;
  top: inherit;
  margin-left: 0;
}
.page-template-page-booking #header .header_line .buttonmenutop {
  display: none;
}
.page-template-page-booking #footer {
  display: none;
}
.page-template-page-booking #menuArea {
  position: fixed;
}

#resaengine {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
  border: none;
  width: 100%;
  height: calc(100vh - 100px) !important;
}

#menuArea {
  display: none;
}

#access {
  display: inline-block;
  transition: all 0.2s ease-in;
}
#access ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}
#access ul li.margerright {
  margin-right: 200px;
}
#access ul li {
  display: inline-block;
  width: auto;
}

#nav {
  position: relative;
  z-index: 9999;
}
#nav ul li.current-menu-item a,
#nav ul li.current_page_ancestor > a {
  border-color: #fff;
}
#nav ul li a {
  position: relative;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 0;
  margin: 0 10px;
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in;
}
#nav ul li a:hover, #nav ul li a:focus {
  border-color: #fff;
}
#nav ul li a:hover:before, #nav ul li a:hover:after, #nav ul li a:focus:before, #nav ul li a:focus:after {
  border-color: #fff;
}
#nav ul li a .small {
  display: block;
  position: absolute;
  left: 0;
  top: -10px;
  line-height: 1;
  font-size: 10px;
}
#nav ul li a .small:after {
  content: "";
  position: absolute;
  top: 50%;
  border-top: 1px solid #fff;
  width: calc(100% - 10px);
  margin-left: 10px;
}

#nav .sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 250px;
  text-align: left;
}

#access ul li:hover > ul.sub-menu {
  display: block;
}

#nav ul li ul.sub-menu li {
  display: block;
  width: 250px;
}
#nav ul li ul.sub-menu li a {
  background: #fff;
  color: #5a7242 !important;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  text-transform: inherit;
}
#nav ul li ul.sub-menu li a:hover {
  background: white;
  color: #b6b18d !important;
  border-color: transparent;
}
#nav ul li ul.sub-menu li a:before, #nav ul li ul.sub-menu li a:after {
  display: none;
}

#nav ul li ul.sub-menu li.current_page_item a {
  border-bottom: none;
  color: #b6b18d !important;
}
#nav ul li ul.sub-menu li.current_page_item a:hover, #nav ul li ul.sub-menu li.current_page_item a:focus {
  color: #5a7242 !important;
}

#nav ul li ul.sub-menu a:hover,
.current_page_item a:hover,
.current-menu-parent a,
.current_page_parent a:hover,
.current_page_ancestor a:hover,
#nav ul li a:hover {
  color: #fff;
}

#container {
  position: relative;
  margin: 80px 0;
}
#container .flexslider {
  clear: both;
}

.descendre {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 9;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.descendre a {
  position: relative;
  z-index: 1;
  color: #faedd1;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
.descendre a:hover, .descendre a:focus {
  color: #b6b18d;
}
.descendre a:hover i.fas, .descendre a:focus i.fas {
  background: #b6b18d;
  color: #444;
}
.descendre i.fas {
  width: 50px;
  padding: 13px 0;
  color: #b6b18d;
  border: 1px solid #b6b18d;
  border-radius: 100%;
  font-size: 20px;
  line-height: 1;
  margin: 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
  transition: all 0.2s ease-in;
}

.home #introhome {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  padding: 20px 0 30px 0;
}
.home #introhome .fas {
  font-size: 30px;
  margin-right: 20px;
  color: #b6b18d;
}
.home #introhome .fa-quote-right {
  margin: 0 0 0 20px;
}

/* Homepage */
.logohp {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.logohp img {
  max-width: 250px;
}

.slides_page.intro {
  width: 100%;
  height: 100%;
}
.slides_page.intro .slick-list {
  height: 100%;
}
.slides_page.intro .slick-list .slick-track {
  height: 100%;
}
.slides_page.intro .slick-list .slick-track .home_img {
  height: 100%;
}

.specialbg {
  overflow: hidden;
  position: relative;
  height: 500px;
  margin: 30px 0 0;
}
.specialbg .image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0px 0px;
  height: 100%;
  position: absolute;
  width: 100%;
  background-size: cover;
}

.partners {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  width: 100%;
  text-align: center;
}
.partners > div {
  display: inline-block;
  margin: 0 30px;
}
.partners > div img {
  filter: grayscale(1);
}

.contentvid {
  top: 55%;
  left: -50%;
  position: absolute;
  width: 50%;
  height: auto;
  padding: 30px;
  background: #f9f8f5;
  z-index: 3000;
}
.contentvid p {
  margin: 0 0 10px 0;
}
.contentvid strong {
  display: block;
  font-family: "Catchy-Mager", sans-serif;
  font-size: 22px;
  margin: 0 0 10px 0;
}

#monter {
  display: none;
}

a#monter,
a#descendre {
  width: 35px;
  height: 35px;
  float: right;
  padding: 5px 0;
  background: #b6b18d;
  position: absolute;
  top: 0;
  right: -35px;
  text-align: center;
}
a#monter .fas,
a#descendre .fas {
  color: #fff;
  margin: 0;
}

.reputation {
  display: grid;
  grid-template-columns: repeat(3, 3fr);
  grid-gap: 30px;
  margin: 50px 0 80px;
}
.reputation .channel {
  text-align: center;
}
.reputation .channel img {
  display: block;
  max-width: 70px;
  margin: 0 auto 15px;
}
.reputation .channel .note_channel {
  font-family: "Catchy-Mager", sans-serif;
  font-size: 36px;
  line-height: 1;
}

.avis_home.slick-slider {
  background: none;
  padding: 0 80px 50px 80px;
}
.avis_home.slick-slider .avis {
  display: inline-block;
  width: 100%;
  padding: 0 30px;
}
.avis_home.slick-slider .avis .name {
  max-width: inherit;
  display: block;
  font-weight: 700;
  font-size: 14px;
  margin: 15px auto 0;
}
.avis_home.slick-slider .slick-prev {
  left: 0;
  top: 30%;
}
.avis_home.slick-slider .slick-next {
  right: 0;
  top: 30%;
}

.accroche {
  display: flex;
  align-items: center;
  width: 100%;
  background: #b6b18d;
  color: #fff;
  padding: 20px;
  line-height: normal;
}
.accroche strong {
  margin: 0;
  font-weight: 900;
  color: #fff;
}
.accroche p {
  margin: 0;
}
.accroche .small {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  text-transform: initial;
}
.accroche a.button {
  background: #000;
  color: #b6b18d;
  font-weight: 500;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  float: right;
}
.accroche a.button:hover {
  background: #1a1a1a;
}

.tarifs {
  border-bottom: 1px solid #f9f8f5;
  margin-bottom: 80px;
}
.tarifs h2 {
  font-weight: 900;
}
.tarifs .title {
  padding: 10px 0;
  font-weight: 700;
}
.tarifs .borderbottom {
  border-bottom: 1px solid #f9f8f5;
}
.tarifs .table {
  display: table;
  float: none;
  border-top: 1px solid #f9f8f5;
  border-left: 1px solid #f9f8f5;
  border-right: 1px solid #f9f8f5;
}
.tarifs .table .col-2,
.tarifs .table .col-4 {
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.tarifs .table .second {
  border-left: 1px solid #f9f8f5;
  font-weight: 500;
  text-align: right;
}
.tarifs .table:nth-child(2n) {
  background: #f5f5f5;
}
.tarifs .margering {
  margin-top: 50px;
}

.avis {
  display: inline-block;
  margin: 15px 0 50px 0;
  width: 100%;
}
.avis h2 {
  margin: 0 0 50px 0;
  text-align: center;
}
.avis h3 {
  margin: 0 !important;
  font-size: 30px;
}
.avis .comments {
  padding: 0 50px;
  margin: 50px 0 0;
}
.avis .col-6 {
  margin-bottom: 50px;
}
.avis .photo {
  text-align: center;
}
.avis .photo img {
  max-width: 100px;
  border-radius: 50px;
}
.avis .header {
  display: table-cell;
  vertical-align: top;
  margin-bottom: 10px;
  padding-right: 30px;
  text-align: center;
}
.avis .header .righty {
  line-height: normal;
}
.avis .header .righty span {
  font-size: 14px;
}
.avis .stars {
  margin-bottom: 10px;
  color: #b6b18d;
  font-size: 14px;
}
.avis .text {
  display: table-cell;
  vertical-align: top;
}
.avis .text .photos_gallery {
  margin: 30px 0 0;
  background: none;
}
.avis .fas {
  margin: 0 2px;
  color: #b6b18d;
  font-size: 16px;
}

.galerie {
  max-width: 1600px;
  margin: 80px auto;
}
.galerie .item {
  display: inline-block;
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
}
.galerie .item .contenu {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.galerie .item .contenu .titre {
  font-size: 18px;
  font-weight: 200;
}
.galerie .item .partage {
  position: absolute;
  top: 20px;
}
.galerie .item .partage p {
  padding: 5px;
  margin-left: 10px;
}
.galerie .item .partage a.share {
  padding: 10px 12px;
}
.galerie .item .partage a.share i.fab {
  font-size: 26px;
  color: #fff;
  margin: 0;
}
.galerie .item .share {
  font-size: 16px;
}

.lg-sub-html h3 {
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 200;
  float: left;
  margin: 0;
}
.lg-sub-html .social {
  float: right;
  padding-bottom: 30px;
}
.lg-sub-html .social a {
  margin: 0 15px;
  color: #fff;
  font-size: 20px;
}

.lg-object.lg-image {
  padding: 46px 0 55px 0;
}

.legal h2 {
  margin: 30px 0 10px 0 !important;
}
.legal h3 {
  margin: 30px 0 10px 0 !important;
}
.legal .col-2 {
  padding-right: 50px;
}

#sidebar {
  color: #fff;
  text-align: center;
}
#sidebar #spec {
  padding: 30px 0 20px 0;
  background: #b6b18d;
}
#sidebar h2, #sidebar h3, #sidebar a {
  color: #fff;
}
#sidebar img.logo {
  width: 100%;
  max-width: 220px;
  margin-bottom: 10px;
}
#sidebar img.carte {
  width: 100%;
  max-width: 148px;
}
#sidebar #coord_contact {
  text-align: left;
  padding: 0 30px;
}
#sidebar #coord_contact .mail {
  font-size: 11px;
}
#sidebar .social {
  clear: both;
  text-align: center;
  font-size: 32px;
  border-top: 1px solid #a29c6e;
}
#sidebar .social h2 {
  margin-bottom: 0;
}
#sidebar a.button {
  background: #a29c6e;
}
#sidebar a.button:hover {
  background: #969060;
}

.gallery h2 {
  text-align: center;
}

.center-button {
  width: 100%;
  text-align: center;
  clear: both;
}
.center-button .button {
  width: auto;
  float: none;
  display: inline-block;
}

.cpt_content {
  display: inline-block;
  width: 100%;
  margin: 0 0 80px 0;
}
.cpt_content a {
  color: #b6b18d;
  text-decoration: none;
}
.cpt_content .cpt_select {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1;
  align-items: center;
  margin: 30px 0;
  background: #fefbf6;
  border-radius: 8px;
  border: 1px solid transparent;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select .separator {
  margin: 10px 0;
  width: 10%;
  border: 2px solid #b6b18d;
}
.cpt_content .cpt_select .text .price {
  font-size: 22px;
  font-weight: 700;
}
.cpt_content .cpt_select .button.marger {
  margin-right: 10px !important;
}
.cpt_content .cpt_select .layer {
  z-index: 0;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.cpt_content .cpt_select figure {
  margin: 0;
  border-radius: 8px 0 0 8px;
}
.cpt_content .cpt_select .cpt_select_content {
  padding: 50px;
}
.cpt_content .cpt_select .cpt_select_content h2 {
  margin: 0;
}
.cpt_content .cpt_select .cpt_select_content .specs {
  color: #5a7242;
}
.cpt_content .cpt_select .cpt_select_content .price {
  margin-top: 15px;
  font-weight: 700;
}
.cpt_content .cpt_select .cpt_select_content blockquote {
  margin: 0 0 15px 0;
  padding: 0;
  color: #faedd1;
  font-size: 18px;
}
.cpt_content .cpt_select .cpt_select_content .button {
  position: relative;
  text-decoration: none;
  padding: 12px 50px 10px 30px;
}
.cpt_content .cpt_select .cpt_select_content .button:hover .fas, .cpt_content .cpt_select .cpt_select_content .button:focus .fas {
  right: 10px;
}
.cpt_content .cpt_select .cpt_select_content .button .fas {
  font-size: 12px;
  position: absolute;
  right: 15px;
  top: 18px;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select.first {
  margin: 0;
}
.cpt_content .cpt_select.first .parallax-page {
  margin: 0;
}
.cpt_content .cpt_select .parallax-page {
  min-height: 550px;
}
.cpt_content .cpt_select_vertical {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1;
  grid-gap: 50px;
  align-items: top;
  margin: 30px 0;
}
.cpt_content .cpt_select_vertical .decal {
  position: relative;
  border-radius: 8px;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select_vertical .decal:hover, .cpt_content .cpt_select_vertical .decal:focus {
  background: #fff;
}
.cpt_content .cpt_select_vertical .decal:hover .img_simple img, .cpt_content .cpt_select_vertical .decal:focus .img_simple img {
  border-radius: 8px 8px 0 0;
}
.cpt_content .cpt_select_vertical .decal:before {
  content: "";
  position: absolute;
  left: -50px;
  top: -30px;
  background: url(images/deco.png) no-repeat;
  height: 105px;
  width: 70px;
  transform: scale(-1, 1);
}
.cpt_content .cpt_select_vertical .decal .img_simple img {
  transition: all 0.2s ease-in;
  border-radius: 8px;
  width: 100%;
}
.cpt_content .cpt_select_vertical .decal .centering.dest {
  color: #5a7242;
  padding: 30px 30px 90px 30px;
}
.cpt_content .cpt_select_vertical .decal .button {
  position: absolute;
  left: 30px;
  bottom: 30px;
  margin: 0;
}

.single-tourisme #content {
  padding: 80px 0 0;
}
.single-tourisme #content .entry-content {
  padding-bottom: 80px;
}
.single-tourisme #content .entry-content h2 {
  margin-top: 50px;
}
.single-tourisme #content .wp-block-image figcaption {
  display: block;
  position: inherit;
  height: auto;
  color: #5a7242;
  font-style: italic;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  width: 100%;
}
.single-tourisme #content .wp-block-image figure {
  margin: 50px 0 !important;
}
.single-tourisme #content .wp-block-image figure.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-tourisme #content .wp-block-image img {
  margin: 0 auto;
}
.single-tourisme #content figure.wp-block-image {
  margin: 50px 0 !important;
}

.cpt_content.nomargin {
  margin: 0;
}

.cha {
  margin: 30px 0;
  text-align: left;
}
.cha:nth-of-type(1) {
  padding: 0 5px 0 0;
}
.cha:nth-of-type(2) {
  padding: 0 2px;
}
.cha:nth-of-type(3) {
  padding: 0 0 0 5px;
}
.cha figure figcaption {
  display: table;
  height: auto;
  top: auto;
  bottom: 0;
  color: #fff;
  padding: 30px;
  text-align: left;
  line-height: normal;
  background: black;
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
}
.cha figure figcaption .infos {
  display: table-cell;
  vertical-align: middle;
  text-transform: uppercase;
}
.cha figure figcaption .infos h2 {
  font-size: 20px;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.cha figure figcaption .infos .small {
  font-size: 14px;
}
.cha figure figcaption .price {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  font-weight: 500;
  font-size: 22px;
}
.cha .textcontent {
  text-align: center;
}
.cha .textcontent .simple_button {
  font-family: "GlacialIndifference-Regular", serif;
  font-style: italic;
  display: inline-block;
  width: 100%;
  font-weight: 400;
  color: #b6b18d;
}
.cha .textcontent .simple_button .fas {
  margin-left: 8px;
  position: relative;
  top: 1px;
  font-weight: 700;
}
.cha .textcontent h2 {
  margin: 0;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cha .textcontent .feature {
  display: inline-block;
  width: 100%;
  margin: 30px 0 10px 0;
  text-align: left;
  color: #292b2c;
  text-align: center;
}
.cha .textcontent .feature .item {
  display: inline-block;
  margin-right: 50px;
}
.cha .textcontent .feature .icone {
  display: inline-block;
  width: 100%;
  width: 35px;
  height: 35px;
  margin-right: 10px;
}
.cha .textcontent .feature p {
  display: inline-block;
  line-height: normal;
  margin: 0;
  font-size: 16px;
}
.cha a:hover, .cha a:active, .cha a:focus {
  text-decoration: none;
}
.cha blockquote {
  margin: 20px 0 0;
}

.marger {
  margin: 80px 0 0;
}

.parallax-home {
  min-height: 800px;
  background: transparent;
}

.parallax-page {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}
.parallax-page .flexy {
  width: 100%;
  text-align: center;
  color: #fff;
}
.parallax-page .flexy h2, .parallax-page .flexy h3 {
  color: #fff;
  text-transform: uppercase;
}
.parallax-page .flexy h2:after, .parallax-page .flexy h3:after {
  display: none;
}
.parallax-page .flexy .layer {
  background: rgba(0, 0, 0, 0.5);
}
.parallax-page .centering {
  max-width: 50%;
  padding: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
}
.parallax-page .centering h2, .parallax-page .centering h3, .parallax-page .centering strong {
  margin: 0;
  line-height: normal;
  text-transform: uppercase;
}
.parallax-page .centering strong {
  font-weight: 300;
}
.parallax-page .centering .text {
  margin: 15px 0;
}
.parallax-page .centering .button {
  font-size: initial;
  width: auto;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  border: 1px solid #b6b18d;
}
.parallax-page .centering .button:hover {
  border-color: #a29c6e;
}
.parallax-page .centering .button.marger {
  background: none;
  border-color: #b6b18d;
  color: #b6b18d;
}
.parallax-page .centering .button.marger:hover {
  background: #a29c6e;
  color: #fff;
  border-color: #a29c6e;
}
.parallax-page .centering .button.margintop {
  margin-top: 15px;
}

.full {
  position: relative;
  margin: 10px 0;
}
.full .full_photo {
  width: 100%;
  height: 90vh;
}
.full .fixed_bg {
  height: 90vh;
}
.full .fixed_bg .fixed_photo {
  background-attachment: fixed;
  background-position: center center;
  height: 100%;
  background-repeat: none;
  background-size: cover;
}
.full .fixed_bg .scroll_photo {
  background-attachment: scroll;
  background-position: center center;
  height: 100%;
  background-repeat: none;
  background-size: cover;
}
.full .text_block {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: rgba(0, 0, 0, 0.6);
  width: 40%;
  color: #fff;
  padding: 30px;
  text-align: center;
}
.full .text_block h2 {
  margin: 0 0 30px 0;
}
.full .text_block .center-button {
  margin: 30px 0 0;
}
.full .text_block .center-button a {
  border: 1px solid transparent;
  margin: 0 10px;
}
.full .text_block .center-button .light {
  background: none;
  border-color: #fff;
}
.full .text_block .center-button .light:hover, .full .text_block .center-button .light:focus {
  background: #fff;
  color: #222;
}

.center_table {
  display: table-cell;
  vertical-align: middle;
}
.center_table h2 {
  font-size: 45px;
}
.center_table .button_caption {
  background: #b6b18d;
  color: #fff;
  padding: 12px 30px;
}
.center_table .button_caption:hover, .center_table .button_caption:focus {
  background: #c0bc9d;
  text-decoration: none;
}
.center_table .button_caption:hover > .next_arrow {
  margin-left: 25px;
  transition: all 0.2s ease-in;
}
.center_table .button_caption .next_arrow {
  fill: #fff;
  transition: all 0.2s ease-in;
  margin-left: 15px;
}
.center_table .button_caption .next_arrow .st0 {
  fill: #fff;
}

.ics-calendar {
  max-width: 800px;
  margin: 30px auto;
}

.has_events {
  background: var(--r34ics--color--whitesmoke);
}
.has_events ul.events:before {
  content: "Indisponible / Unavailable";
  display: block;
  line-height: 1.2;
  padding: 0 15px;
}
.has_events ul.events li {
  display: none;
}

#firstpane {
  display: inline-block;
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
#firstpane .menu_head {
  transition: all 0.2s ease-in;
  position: relative;
  cursor: pointer;
  border: 1px solid #5a7242;
  color: #fff;
  padding: 5px 10px;
  margin: 0 0 20px 0;
  clear: both;
  text-align: center;
  border-radius: 8px;
}
#firstpane .menu_head:hover, #firstpane .menu_head:focus {
  border-color: #5a7242;
  background: #5a7242;
  color: #fff !important;
}
#firstpane .menu_head:hover .fas, #firstpane .menu_head:focus .fas {
  color: #fff !important;
}
#firstpane .menu_head .fas {
  position: absolute;
  right: 0;
  top: 10px;
}
#firstpane .menu_head.down {
  border-color: #5a7242;
  background: #5a7242;
  color: #fff !important;
}
#firstpane .menu_head.down .fas {
  color: #fff !important;
  transform: rotate(180deg);
}
#firstpane .menu_head.highlight {
  border-color: #b6b18d;
  color: #b6b18d !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center !important;
}
#firstpane .menu_head.highlight:hover, #firstpane .menu_head.highlight:focus {
  background: #b6b18d;
  color: #fff !important;
}
#firstpane .menu_head.highlight:hover span .mention, #firstpane .menu_head.highlight:focus span .mention {
  color: #fff;
}
#firstpane .menu_head.highlight span {
  max-width: 100% !important;
}
#firstpane .menu_head.highlight span .mention {
  display: block;
  text-transform: initial;
  letter-spacing: initial;
  color: #5a7242;
}
#firstpane .menu_head.highlight.down {
  background: #b6b18d;
  color: #fff !important;
}
#firstpane .menu_head.highlight.down span,
#firstpane .menu_head.highlight.down span .mention  {
  color: #fff;
}

#firstpane.resa {
  margin-bottom: 30px;
}

.menu_body {
  display: none;
  float: left;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 50px;
}
.menu_body ul {
  padding-left: 10px;
}

.faq_title {
  text-align: center;
}

#firstpane.faq,
#firstpane.infosup {
  margin-top: 30px;
}
#firstpane.faq h2,
#firstpane.infosup h2 {
  text-align: center;
}
#firstpane.faq .menu_head,
#firstpane.infosup .menu_head {
  font-size: inherit;
  padding: 15px 30px;
  text-align: left;
  color: #5a7242;
  font-family: "GlacialIndifference-Bold", serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
}
#firstpane.faq .menu_head span,
#firstpane.infosup .menu_head span {
  display: block;
  max-width: 90%;
}
#firstpane.faq .menu_head .fas,
#firstpane.infosup .menu_head .fas {
  font-size: 16px;
  top: 35%;
  right: 30px;
  margin: 0;
  color: #5a7242;
}
#firstpane.faq .menu_head.down,
#firstpane.infosup .menu_head.down {
  border-color: #5a7242;
  color: #5a7242;
}
#firstpane.faq .menu_head.down .fas,
#firstpane.infosup .menu_head.down .fas {
  color: #5a7242;
}

.exp {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.exp img {
  display: block;
}
.exp .height {
  position: relative;
}
.exp .te {
  width: 50%;
}
.exp .te .col-3 {
  background: #fff;
  padding: 50px;
  width: 110%;
  position: relative;
  left: -10%;
}
.exp .te .col-3 span {
  display: inline-block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 30px;
}
.exp .te .col-3:after {
  content: "";
  display: block;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 40px;
  right: 40px;
  border: 2px solid #ccc;
}
.exp .te h2 {
  text-align: inherit;
  margin-top: 0;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.exp .respo {
  /* pour anciens Chrome et Safari */
  background-size: cover !important;
  /* version standardisee */
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50% 50% !important;
  min-height: 550px;
  width: 100%;
}

.exp.left .te .col-3 {
  left: inherit;
  z-index: 9;
}

.exp.right {
  text-align: right;
}
.exp.right .te .col-3 {
  padding: 30px;
  left: inherit;
  right: -10px;
  z-index: 99;
}

.straight {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}

.straight.mid {
  max-width: 1280px;
}

.straight.pad {
  padding: 50px 0;
}

.straight.gutter {
  padding: 0 30px;
}

.straight.fullmargin {
  margin: 0 80px;
  max-width: inherit;
}

.straight.full {
  max-width: 1200px;
}

.straight.wide {
  width: 100%;
  max-width: 1920px;
}

.breadcrumb {
  font-size: 12px;
  color: #aaa;
  margin: 0 0 50px 0;
  text-align: center;
}
.breadcrumb a {
  color: #aaa;
}

.photos_gallery {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
  padding: 5px;
}
.photos_gallery .itemy {
  float: left;
  width: 16.66%;
  padding: 5px;
  box-sizing: border-box;
}
.photos_gallery .itemy figcaption {
  display: flex;
  align-items: center;
}
.photos_gallery .itemy figcaption div {
  width: 100%;
}
.photos_gallery .itemy figcaption div p {
  font-family: "GlacialIndifference-Regular", serif;
  font-size: 24px;
}
.photos_gallery .itemy img {
  width: 100%;
}

.single-post #header,
.category #header {
  background: #fff;
  padding-bottom: 0;
}
.single-post #header .header_line,
.category #header .header_line {
  transition: all 0.2s ease-in;
  padding: 10px 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
.single-post #header .header_line .logo #logo_normal,
.category #header .header_line .logo #logo_normal {
  display: none;
}
.single-post #header .header_line .logo #logo_down,
.category #header .header_line .logo #logo_down {
  display: block;
}
.single-post #header .header_line #access,
.category #header .header_line #access {
  top: 0;
}
.single-post #header .header_line #access #nav ul li a,
.category #header .header_line #access #nav ul li a {
  color: #5a7242;
}
.single-post #header .header_line #access #nav ul li a:hover, .single-post #header .header_line #access #nav ul li a:focus,
.category #header .header_line #access #nav ul li a:hover,
.category #header .header_line #access #nav ul li a:focus {
  color: #b6b18d;
}
.single-post #header .header_line #access #nav .sub-menu,
.category #header .header_line #access #nav .sub-menu {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
  border-radius: 8px;
}
.single-post #header.f-nav .header_line,
.category #header.f-nav .header_line {
  padding: 0;
}
.single-post #main,
.category #main {
  margin-top: 170px;
}
.single-post #content,
.category #content {
  padding-bottom: 50px;
}

.category #content {
  padding-top: 0;
}
.category .header_page {
  max-width: 1200px;
  margin: 0 auto;
}
.category .header_page h1 {
  margin: 50px 0;
}

.rapide {
  width: 100%;
  margin: 0 auto;
  padding: 50px 30px;
  background: #fefbf6;
}
.rapide .straight.mid {
  max-width: 1560px;
}
.rapide .suptitle {
  text-align: center;
  margin-bottom: 5px;
}
.rapide .slides_rapide {
  background: none;
}
.rapide .slides_rapide .slick-slide {
  padding: 0 30px;
}
.rapide .slides_rapide .slick-slide a {
  display: block;
  transition: all 0.2s ease-in;
}
.rapide .slides_rapide .slick-slide a:hover figure, .rapide .slides_rapide .slick-slide a:focus figure {
  opacity: 0.7;
}
.rapide .slides_rapide .slick-prev,
.rapide .slides_rapide .slick-next {
  bottom: calc(50% - 60px);
}
.rapide .slides_rapide .slick-prev {
  right: inherit;
  left: -30px;
}
.rapide .slides_rapide .slick-prev:before {
  width: 60px;
  border-radius: 100%;
}
.rapide .slides_rapide .slick-next {
  right: -30px;
}
.rapide .slides_rapide .slick-next:before {
  width: 60px;
  border-radius: 100%;
}
.rapide figure {
  transition: all 0.2s ease-in;
}
.rapide figcaption {
  pointer-events: none;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  position: relative;
  top: -50px;
  background: #fefbf6;
}
.rapide figcaption .figcontent {
  display: inline-block;
  color: #5a7242;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 30px;
  text-align: left;
}
.rapide figcaption h3 {
  text-transform: uppercase;
  margin-top: 0;
  color: #b6b18d;
  font-size: 20px;
}
.rapide figcaption .layer {
  border-radius: 8px;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.rapide img {
  width: 100%;
  height: auto;
}
.rapide h2 {
  text-align: center !important;
  margin: 0 0 30px 0;
  width: 100%;
}
.rapide .col-15,
.rapide .col-2,
.rapide .col-3,
.rapide .col-6 {
  padding: 15px;
}
.rapide .col-15 figcaption,
.rapide .col-2 figcaption,
.rapide .col-3 figcaption,
.rapide .col-6 figcaption {
  display: flex;
  align-items: center;
  width: 100%;
}
.rapide .col-15 figcaption .fully,
.rapide .col-2 figcaption .fully,
.rapide .col-3 figcaption .fully,
.rapide .col-6 figcaption .fully {
  position: relative;
  z-index: 99;
  width: 100%;
}

.rapide.page {
  padding: 0;
  border: none;
}
.rapide.page .center {
  max-width: 800px;
  padding: 0;
}
.rapide.page .center ul li {
  width: 100%;
  margin-bottom: 50px;
  padding: 0;
}

#respond {
  clear: both;
}

#commentform h2 {
  text-align: center;
}
#commentform h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #c0bc9d;
  width: 50px;
  margin: 15px auto 0;
}
#commentform p {
  margin: 0;
  padding: 15px;
}
#commentform p .required {
  margin-left: 10px;
}
#commentform p.comment-notes {
  padding: 0;
  margin-bottom: 30px;
  text-align: left;
}
#commentform label {
  display: inline-block;
  font-weight: 700;
}
#commentform input, #commentform textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #5a7242;
  padding: 15px 0;
  width: 100%;
}
#commentform input:hover, #commentform input:focus, #commentform textarea:hover, #commentform textarea:focus {
  border-color: #b6b18d;
  outline: none;
}
#commentform textarea {
  margin-top: 10px;
  min-width: 100%;
  max-width: 100%;
  height: 150px;
}
#commentform .form-submit {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#commentform input#submit {
  padding: 12px 40px;
  border: none;
  width: auto;
  background: #b6b18d;
  color: #5a7242;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease-in;
}
#commentform input#submit:hover, #commentform input#submit:focus {
  background: #cac6ac;
}
#commentform .comment-form-author,
#commentform .comment-form-email {
  float: left;
  width: 50%;
  padding: 15px;
}
#commentform .formcenter {
  text-align: center;
  display: block;
}
#commentform .screenReader {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
#commentform .comment-form-cookies-consent {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}
#commentform .comment-form-cookies-consent input {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
#commentform .comment-form-cookies-consent label {
  display: initial;
  font-weight: 400;
}

.commentlist {
  padding: 0;
  list-style: none;
}
.commentlist .soustitre {
  display: block;
  font-size: 20px;
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 700;
}
.commentlist .soustitre .far {
  color: #b6b18d;
}
.commentlist li {
  padding: 30px;
  position: relative;
  margin-bottom: 30px !important;
  border: 1px solid white;
  transition: all 0.2s ease-in;
}
.commentlist li:hover, .commentlist li:focus {
  border-color: #b6b18d;
}
.commentlist li:before {
  display: none;
}
.commentlist .comment .fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .comment .fn:after {
  content: "-";
  margin: 0 5px 0 10px;
}
.commentlist .comment .says {
  display: none;
}
.commentlist .comment .comment-meta {
  margin-bottom: 15px;
  font-size: 14px;
}
.commentlist .comment .comment-meta .comment-metadata {
  display: inline-block;
}
.commentlist .comment .comment-meta .comment-metadata a {
  pointer-events: none;
  color: #999;
}
.commentlist .comment .comment-meta .comment-metadata .edit-link a {
  font-weight: 400;
  border: 1px solid #000;
  padding: 0 10px;
  margin-left: 10px;
  border-radius: 50px;
}
.commentlist .comment .comment-meta .comment-metadata .edit-link a:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
  transition: all 0.2s ease-in;
  text-decoration: none;
}
.commentlist .comment .comment-meta .comment-awaiting-moderation {
  display: block;
  color: #b6b18d;
  font-weight: 700;
}
.commentlist .comment-content {
  display: inline-block;
  width: 100%;
}
.commentlist .comment-content h3 {
  line-height: normal;
  margin-bottom: 15px;
}
.commentlist .comment-content h3:after {
  content: "";
  display: block;
  border-bottom: 1px solid #b6b18d;
  width: 50px;
  margin: 15px 0 0;
}
.commentlist .reply a {
  font-size: 12px;
}
.commentlist .comment .comment-author {
  display: inline-block;
}
.commentlist .navigation {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0;
}
.commentlist .navigation .alignleft, .commentlist .navigation .alignright {
  margin: 0;
}
.commentlist .navigation .paginate-com {
  text-align: center;
}
.commentlist .navigation .paginate-com .page-numbers {
  padding: 5px 8px;
  border: 1px solid white;
}
.commentlist .navigation .paginate-com .page-numbers:hover {
  border: 1px solid #000;
  transition: all 0.2s ease-in;
}
.commentlist .navigation .paginate-com .page-numbers:hover, .commentlist .navigation .paginate-com .page-numbers:focus, .commentlist .navigation .paginate-com .page-numbers:active {
  text-decoration: none;
}
.commentlist .navigation .paginate-com .current {
  border: 1px solid #000;
  font-weight: 400;
  color: #000;
}

.page-template-page-acces .iconed strong {
  font-weight: 300;
  font-size: 22px;
  text-transform: uppercase;
}

.wpcf7 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}
.wpcf7 .col-3,
.wpcf7 .col-6 {
  padding: 15px;
  box-sizing: border-box;
}
.wpcf7 .col-3 .cursor,
.wpcf7 .col-6 .cursor {
  display: block;
}
.wpcf7 .col-3 .cursor:hover, .wpcf7 .col-3 .cursor:focus,
.wpcf7 .col-6 .cursor:hover,
.wpcf7 .col-6 .cursor:focus {
  cursor: pointer;
}
.wpcf7 .col-3 #rgpd,
.wpcf7 .col-6 #rgpd {
  font-size: 14px;
}
.wpcf7 .col-3 #rgpd .wpcf7-list-item,
.wpcf7 .col-6 #rgpd .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .col-3 #rgpd input,
.wpcf7 .col-6 #rgpd input {
  margin-right: 8px;
}
.wpcf7 .wpcf7-text,
.wpcf7 .wpcf7-textarea,
.wpcf7 .wpcf7-select {
  background: none;
  border: 1px solid transparent;
  background: white;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  -webkit-appearance: none;
}
.wpcf7 .wpcf7-text:active, .wpcf7 .wpcf7-text:focus,
.wpcf7 .wpcf7-textarea:active,
.wpcf7 .wpcf7-textarea:focus,
.wpcf7 .wpcf7-select:active,
.wpcf7 .wpcf7-select:focus {
  border-color: #b6b18d;
  transition: all 0.2s ease-in;
}
.wpcf7 .wpcf7-textarea {
  min-width: 100%;
  max-width: 100%;
  resize: none;
}
.wpcf7 .wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../images/arrow.gif") 98% 50% no-repeat #f5f5f5;
}
.wpcf7 .wpcf7-select:hover, .wpcf7 .wpcf7-select:focus {
  cursor: pointer;
}
.wpcf7 .wpcf7-select option:first-child {
  color: #b6b18d;
}
.wpcf7 .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9;
  background: #ed4451;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 14px;
}
.wpcf7 .wpcf7-not-valid-tip:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: 6px solid #ed4451;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  top: -6px;
  left: 1rem;
}
.wpcf7 .wpcf7-validation-errors {
  border: none;
  color: #fff;
  background: #ed4451;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.wpcf7 .wpcf7-mail-sent-ok {
  border: none;
  color: #fff;
  background: #b6b18d;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

ol.forms {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ol.forms li {
  clear: both;
  margin: 0 0 5px 0;
  text-align: center;
}
ol.forms li.big .sbHolder {
  width: 67%;
}
ol.forms li.big .sbOptions {
  width: 100%;
}
ol.forms label {
  cursor: pointer;
  width: 15%;
  float: left;
  text-align: right;
}
ol.forms label .etoile {
  color: #f00;
}
ol.forms input, ol.forms textarea {
  padding: 10px;
  margin: 0 0 1% 1%;
  width: 84%;
  border: 1px solid #ddd;
  border-radius: 50px;
}
ol.forms input:active, ol.forms input:focus, ol.forms textarea:active, ol.forms textarea:focus {
  transition: all 0.2s ease-in;
  border-color: #b6b18d;
}
ol.forms textarea {
  width: auto;
  min-width: 84%;
  max-width: 84%;
  min-height: 150px;
}
ol.forms li.inline label {
  float: none;
  display: inline;
}
ol.forms li.inline.center {
  text-align: center;
}
ol.forms input#sendCopy {
  width: auto;
  padding: 0;
  margin: 0 10px 0 0;
}
ol.forms select {
  margin: 0 0 10px 10px;
}
ol.forms .formcenter {
  display: block;
  text-align: center;
}
ol.forms .screenReader {
  position: absolute;
  left: -9999px;
  top: -9999px;
}
ol.forms .error {
  background: #f9f8f5;
  display: block;
  padding: 5px 0;
}

.reservation .error {
  background: #fcc;
  padding: 5px;
  text-align: center;
}
.reservation .thanks {
  float: left;
  width: 100%;
}
.reservation .thanks p {
  background: #c9edc2;
  padding: 5px;
}

.error404 #main {
  margin-top: 170px;
}
.error404 #content {
  padding: 0;
  float: left;
}
.error404 #content .table_404 {
  display: table;
  width: 100%;
  /* pour anciens Chrome et Safari */
  background-size: cover !important;
  /* version standardisee */
}
.error404 #content .text_404 {
  padding: 200px 80px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.error404 #content .text_404 h1 {
  text-align: left;
  margin: 0 0 15px 0;
}
.error404 #content .img_404 {
  display: table-cell;
  vertical-align: middle;
}

/* Carousel */
.film_roll_wrapper {
  display: block;
  text-align: center;
  float: none;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: auto;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0 100px !important;
  overflow: hidden;
}

.film_roll_shuttle {
  text-align: left;
  float: none;
  position: relative;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  z-index: auto;
}

.film_roll_shuttle.vertical_center:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.film_roll_child {
  position: relative;
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  zoom: 1;
}

.film_roll_prev, .film_roll_next {
  position: absolute;
  top: 40%;
  left: 0;
  width: 35px;
  height: 35px;
  margin: -20px 0 0 0;
  line-height: 1 !important;
  padding: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  color: #5a7242;
  background: #fff;
  text-align: center;
  border: 1px solid #5a7242;
  border-radius: 23px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
  transition: all 0.2s ease-in;
}

.film_roll_prev:hover, .film_roll_next:hover {
  text-decoration: none;
  color: #fff;
  background: #5a7242;
}

.film_roll_prev:focus, .film_roll_next:focus {
  text-decoration: none;
}

.film_roll_next {
  left: auto;
  right: 0;
}

.film_roll_pager {
  text-align: center;
}

.film_roll_pager a {
  width: 5px;
  height: 5px;
  border: 2px solid #2C3E50;
  border-radius: 5px;
  display: inline-block;
  margin: 0 5px 0 0;
  transition: all 1s ease;
}

.film_roll_pager a:hover {
  background: #666;
}

.film_roll_pager a.active {
  background: #2C3E50;
}

.film_roll_pager span {
  display: none;
}

.film_roll_pager a, a.film_roll_prev, a.film_roll_next {
  box-sizing: content-box;
}

.entry-content p,
.entry-content ul {
  max-width: 800px;
  margin: 0 auto 15px;
}

.entry-content blockquote {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2,
.entry-content h3 {
  margin: 0 auto 15px;
}

.entry-content p.has-background {
  max-width: 1200px;
}

/* Shifter Responsive Menu
--------------------------------------------------*/
.shifter-open .shifter-handle {
  left: 30px !important;
  background-image: url("images/cross.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 20px !important;
  background-position: 0 50% !important;
  padding-left: 40px !important;
}
.shifter-open .shifter-handle:after {
  display: none !important;
}
.shifter-open .shifter-page:hover, .shifter-open .shifter-page:focus {
  cursor: pointer;
}

#navi {
  margin-left: -450px;
  padding: 50px 0;
  background: #faedd1;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
#navi .col-4 {
  padding: 50px 0;
}
#navi .logo_navi {
  height: 100%;
  background: #f9f8f5;
  display: flex;
  align-items: center;
}
#navi .logo_navi #logomob {
  max-width: 350px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

#navi .logoblack {
  width: 100%;
}

#navi #lang {
  font-family: "GlacialIndifference-Regular", serif;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#navi #lang .lang_selector {
  float: left;
  width: 100%;
  color: #fff;
}
#navi #lang .lang_selector a {
  display: inline;
  border: none;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
#navi #lang .lang_selector a:hover {
  color: #fff;
}

#navi .phonemobile {
  display: inline-block;
  width: 100%;
  margin: 15px 0;
}
#navi .phonemobile .phonemobile_content {
  display: inline-block;
  width: calc(100% - 60px);
  margin: 0 30px;
}
#navi .phonemobile a {
  float: left;
  width: 33.33%;
  padding: 12px 1em;
  line-height: 1.4;
  color: #fff;
  background: #b6b18d;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
#navi .phonemobile a:hover {
  background: #cac6ac;
}
#navi .phonemobile a:first-child {
  border-radius: 10px 0 0 10px;
}
#navi .phonemobile a:last-child {
  border-radius: 0 10px 10px 0;
}
#navi .phonemobile a .far,
#navi .phonemobile a .fas {
  margin: 0 0 10px 0;
  font-size: 16px;
}
#navi .phonemobile a.call {
  border-left: 1px solid #cac6ac;
  border-right: 1px solid #cac6ac;
}

#navi .logomenu {
  text-align: center;
}
#navi .logomenu .logo a {
  color: #5a7242;
}
#navi .logomenu .logo .subtitle:before, #navi .logomenu .logo .subtitle:after {
  border-color: #5a7242;
}
#navi .logomenu img {
  width: 100%;
  max-width: 250px;
}

#navi .menu li a {
  color: #5a7242;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
  padding: 0;
  text-transform: uppercase;
  margin: 10px 0;
}
#navi .menu li a:hover, #navi .menu li a:focus {
  text-decoration: none;
  border-color: #fff;
}

#navi .menu li:hover > a:before {
  opacity: 1;
  margin-left: -20px;
  transition: all 0.2s ease-in;
}

#navi #menu-mobile {
  margin-top: 0;
}

#navi .socialmobile {
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
#navi .socialmobile a {
  display: inline-block;
  margin: 0 10px;
  font-size: 12px;
  border: none;
  color: #5a7242;
}
#navi .socialmobile a:hover, #navi .socialmobile a:focus {
  color: #b6b18d;
}

.shifter .shifter-handle {
  z-index: 5000;
  position: absolute;
  top: 0;
  right: 50px;
}

.shifter .shifter-navigation {
  padding: 0;
}

.shifter .shifter-navigation ul {
  padding-left: 0;
  list-style: none;
}
.shifter .shifter-navigation ul li {
  text-align: center;
}

.shifter .shifter-navigation a {
  display: block;
  font-size: inherit;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  transition: all 0.3s ease-in;
}

.shifter-open {
  overflow: hidden;
}

.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}

.shifter-navigation {
  display: none;
  opacity: 0;
}

.shifter-handle {
  display: none;
}

.shifter-enabled .shifter-page {
  display: block;
  z-index: 1;
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.shifter-enabled.shifter-left .shifter-page {
  box-shadow: -2px 0 2px rgba(0, 0, 0, 0.15);
}

.shifter-enabled .shifter-navigation {
  display: block;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 450px;
  height: 100%;
  overflow: auto;
  background: #fff;
  transition: all 0.3s ease-in;
  pointer-events: none;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  transition: all 0.3s ease-in;
}

.shifter-enabled #header.f-nav .shifter-handle {
  top: 60px;
}

.shifter-enabled .shifter-handle {
  z-index: 1;
  position: absolute;
  top: 90px;
  left: 30px;
  width: 100px;
  height: 50px;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-user-select: none;
  text-transform: uppercase;
  font-size: 16px;
  padding-left: 50px;
  display: flex;
  align-items: center;
}

.shifter-enabled .shifter-handle:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 33px;
  height: 2px;
  margin: auto;
  background: #fff;
  box-shadow: 0 9px 0 #fff, 0 -9px 0 #fff;
}

.shifter-enabled .shifter-navigation {
  right: 0;
  transform: translate3D(0, 0, 0);
}

.shifter-open .shifter-page,
.shifter-open .shifter-header {
  transform: translate3D(450px, 0, 0);
}

.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  transform: translate3D(0, 0, 0);
}

.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  transform: translate3D(450px, 0, 0);
}

.shifter-open .shifter-navigation {
  opacity: 1;
  transition: all 0.3s ease-in;
  transform: translate3D(450px, 0, 0);
  pointer-events: all;
}

.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -450px;
}

.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  right: -450px;
  left: auto;
}

.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}

/* Image hover home */
figure {
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0 !important;
}
figure img {
  position: relative;
  display: block;
  max-width: 100%;
  transition: all 0.2s ease-in;
}
figure figcaption {
  padding: 2em;
  color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure figcaption,
figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------*/
/***** Milo *****/
/*---------------*/
figure.effect-milo {
  background: #b6b18d;
}

figure.effect-milo img {
  max-width: none;
  width: calc(100% + 60px);
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-30px, 0, 0) scale(1.12);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-milo:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}

figure.effect-milo h2,
figure.effect-milo span.title {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
  margin: 0;
  text-align: right;
}

figure.effect-milo p {
  padding: 0 0 0 30px;
  margin: 0;
  line-height: normal;
  width: 50%;
  text-align: left;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}

figure.effect-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  background: #000;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  transition: all 0.2s ease-in;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -31px;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.9;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  /*opacity: $slick-opacity-default;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.2s ease-in;
}

.slick-prev {
  right: 70px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
  display: block;
  background: url("images/left-arrow.svg") 50% no-repeat #fff;
  background-size: 40px;
  width: 70px;
  height: 60px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
  display: block;
  background: url("images/right-arrow.svg") 50% no-repeat #fff;
  background-size: 40px;
  width: 70px;
  height: 60px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Exit popup */
#bio_ep {
  width: 600px !important;
  height: 450px !important;
  text-align: center;
  color: #fff;
  background-position: 50% 50% !important;
  border-radius: 10px;
}
#bio_ep .w-preview-fields-content-cell-field-email {
  width: auto !important;
}

#bio_ep #bio_ep_close {
  background: none;
  padding: 0;
  margin: -8px 0 0 -15px;
}

#bio_ep #bio_ep_close:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-size: 16px;
  padding: 8px 10px;
  background: #b6b18d;
  color: #fff;
  border-radius: 50px;
}

#bio_ep #bio_ep_content {
  background: white;
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

#bio_ep #bio_ep_content .centering_text {
  width: 100%;
  text-align: center;
  color: #5a7242;
}
#bio_ep #bio_ep_content .centering_text .big {
  color: #b6b18d;
  display: block;
  line-height: normal;
  font-size: 26px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#bio_ep #bio_ep_content .centering_text h2,
#bio_ep #bio_ep_content .centering_text h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: normal;
}
#bio_ep #bio_ep_content .centering_text ul {
  padding: 0;
}
#bio_ep #bio_ep_content .centering_text ul li {
  list-style-type: none;
}
#bio_ep #bio_ep_content .centering_text .wrapper {
  height: 70px;
}
#bio_ep #bio_ep_content .centering_text .sib-form {
  margin-bottom: 0;
}
#bio_ep #bio_ep_content .centering_text .sib-text-form-block h3 {
  display: none;
}

#bio_ep #bio_ep_content blockquote {
  font-size: 24px;
}

#bio_ep #bio_ep_content:before {
  display: none;
}

#bio_ep #bio_ep_content img {
  max-width: 200px;
}

#bio_ep .button {
  float: none;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 30px;
}

#bio_ep .layer {
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
}

#totop {
  display: inline-block;
  background-color: #5a7242;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 50px;
  right: 50px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #fff;
  font-size: 20px;
  line-height: 0;
  padding: 23px 0;
  text-align: center;
}
#totop:hover, #totop:focus {
  background: #cac6ac;
  cursor: pointer;
}
#totop .fas {
  margin: 0;
  line-height: 0;
}

#totop.show {
  opacity: 1;
  visibility: visible;
}

@supports (-webkit-touch-callout: inherit) {
  .wp-block-cover.has-parallax,
.wp-block-cover-image.has-parallax,
.wp-block-cover__image-background.has-parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 1660px) {
  .wp-block-columns,
.photolien {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wp-block-columns .photolien {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1400px) {
  .col-15 {
    width: 50%;
  }

  .single-post #main,
.category #main,
.error404 #main {
    margin-top: 130px;
  }
}
@media (max-width: 1280px) {
  .shifter-enabled #header.f-nav .shifter-handle {
    color: #5a7242;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover {
    background: none;
    color: #b6b18d;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover:after {
    background: #b6b18d;
    box-shadow: 0 9px 0 #b6b18d, 0 -9px 0 #b6b18d;
  }
  .shifter-enabled #header.f-nav .shifter-handle:after {
    background: #5a7242;
    box-shadow: 0 9px 0 #5a7242, 0 -9px 0 #5a7242;
  }

  .right_content {
    padding-right: 0;
  }

  .center {
    padding: 0 30px;
  }

  .straight.full {
    padding: 0 30px;
  }

  .photobig .slidetext .contentintro .titre,
.photobig .slidetext .contentintro h1 {
    font-size: 50px;
  }

  .photomiddle .slidetext .contentintro {
    max-width: 70%;
  }

  .full .slides .slides_texts {
    width: 50%;
  }
  .full .text_block {
    width: 50%;
  }
}
@media (max-width: 1200px) {
  #header .header_line .shifter-handle {
    display: inline-grid;
  }
  #header .header_line .logo {
    margin: 0 auto;
    width: 180px;
  }
  #header .header_line .buttonmenutop,
#header .header_line .buttonresa {
    position: absolute;
    right: 30px;
    top: 30px;
  }

  #access {
    display: none;
  }

  .commentlist li {
    padding: 10px 0;
    background: none;
  }

  .exp .col-3.texty {
    width: 100%;
  }

  #footer .footer_content {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .home .photobig {
    min-height: 750px;
  }

  .photobig {
    background-attachment: scroll !important;
  }
  .photobig .slidetext {
    padding: 30px;
  }

  .descendre {
    display: none;
  }

  .booking .conteneur {
    display: inline-block;
    height: auto;
  }
  .booking .conteneur .col-1, .booking .conteneur .col-5 {
    width: 100%;
  }
  .booking .conteneur .title_booking {
    padding: 10px 30px;
  }
}
@media (max-width: 960px) {
  .home p.big {
    font-size: 40px;
  }

  .topbar .item span.desk {
    display: none;
  }

  .topbar {
    font-size: 16px;
  }

  .topbar .item {
    width: 33.33%;
    float: left;
  }

  .topbar .item .fas {
    margin: 0;
  }

  .topbar .item span.mob {
    display: block;
  }

  .shifter-enabled .shifter-handle {
    top: 60px;
    color: #5a7242;
  }
  .shifter-enabled .shifter-handle:after {
    background: #5a7242;
    box-shadow: 0 9px 0 #5a7242, 0 -9px 0 #5a7242;
  }

  .admin-bar #header {
    top: 0;
  }

  #header {
    width: 100%;
    top: inherit;
  }
  #header #topbar {
    background: #fff;
    border-color: #f3f6f0;
  }
  #header #topbar .item {
    color: #a7be8f;
    border-color: #f3f6f0;
    padding: 8px 5px;
    font-size: 14px;
  }
  #header #topbar .item a {
    color: #a7be8f;
  }
  #header #topbar .item a:hover, #header #topbar .item a:focus {
    color: #5a7242;
  }
  #header #topbar .lang_selector a {
    color: #f3f6f0 !important;
  }
  #header #topbar .lang_selector a:hover, #header #topbar .lang_selector a:focus {
    color: #5a7242 !important;
  }
  #header #topbar .lang_selector a.active {
    color: #a7be8f !important;
  }
  #header #topbar .straight {
    padding: 0;
  }
  #header .header_line {
    background: #fff;
    padding: 15px;
  }
  #header .header_line .buttonmenutop .button.opened,
#header .header_line .buttonresa .button.opened {
    color: #5a7242;
    border-color: #5a7242;
  }
  #header .header_line .buttonmenutop .button.opened:hover, #header .header_line .buttonmenutop .button.opened:focus,
#header .header_line .buttonresa .button.opened:hover,
#header .header_line .buttonresa .button.opened:focus {
    border-color: #b6b18d;
  }
  #header .header_line .buttonmenutop .button.down,
#header .header_line .buttonresa .button.down {
    border-color: #b6b18d;
  }
  #header .header_line .right_content .logo {
    font-size: 24px;
    padding: 0;
    width: 80px;
  }
  #header .header_line .right_content #logo_normal {
    display: none;
  }
  #header .header_line .right_content #logo_down {
    display: block;
  }
  #header .header_line .right_content #lang {
    top: 5px;
    right: 150px;
  }
  #header .header_line .right_content #lang a {
    font-size: 14px;
  }
  #header .header_line .right_content .buttonresa {
    top: 15px;
  }

  #header.f-nav {
    width: 100%;
  }
  #header.f-nav .header_line {
    background: #fff;
  }

  .admin-bar #main {
    margin-top: 0;
  }

  .col-1 {
    width: 20%;
  }

  .straight {
    padding: 0 30px;
  }

  .straight.nopad {
    padding: 0;
  }

  .straight.pad {
    padding: 30px;
  }

  .photobig .logo {
    top: 50px;
  }
  .photobig .logohp {
    display: none;
  }
  .photobig .hometitle {
    font-size: 45px;
  }
  .photobig .slidetext .contentintro {
    max-width: 100%;
  }

  .photobig.aligner {
    height: 65vh;
  }

  .home .photomiddle .coord {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .photomiddle {
    height: 250px;
  }
  .photomiddle .slidetext .contentintro {
    width: 100%;
  }
  .photomiddle .slidetext .contentintro .titre,
.photomiddle .slidetext .contentintro h1 {
    font-size: 45px;
  }
  .photomiddle .descendre i.fas {
    display: none;
  }

  .center-button.colored .left,
.center-button.colored .right {
    display: block;
  }
  .center-button.colored .left a,
.center-button.colored .right a {
    margin: 0;
  }
  .center-button.colored .right {
    margin-top: 10px;
  }
  .center-button.colored .small {
    display: none;
  }

  #sidebar img.logo {
    display: none;
  }
  #sidebar #coord_contact {
    text-align: center;
  }

  .rapide figcaption {
    text-align: center;
  }
  .rapide figcaption h3 {
    font-size: 18px !important;
    padding: 0;
  }
  .rapide figcaption .infos, .rapide figcaption .price {
    display: block;
    text-align: center;
  }
  .rapide figcaption .infos h2, .rapide figcaption .price h2 {
    text-align: center;
  }

  .page-template-page-mentions-legales #header .header_line .shifter-handle,
.page-template-page-booking #header .header_line .shifter-handle,
.page-template-page-simple #header .header_line .shifter-handle {
    color: #5a7242;
    top: 60px;
  }
  .page-template-page-mentions-legales .straight.legal,
.page-template-page-booking .straight.legal,
.page-template-page-simple .straight.legal {
    padding: 0;
  }
  .page-template-page-mentions-legales .straight.legal .col-2,
.page-template-page-booking .straight.legal .col-2,
.page-template-page-simple .straight.legal .col-2 {
    padding: 0;
  }

  .entry-content p,
.entry-content blockquote,
.entry-content ul,
.entry-content h2,
.entry-content h3 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .entry-content .avis_home .avis .name,
.entry-content .cpt_select_vertical p,
.entry-content .cpt_select_vertical h2,
.entry-content .cpt_select_vertical h3,
#booking p,
#booking h2,
#booking h3,
.menu_body p,
.legal p,
.legal ul {
    padding-left: 0;
    padding-right: 0;
  }

  .wp-block-quote {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wp-block-quote:before {
    left: 10px !important;
  }

  .entry-content .wp-block-columns h2,
.entry-content .wp-block-columns h3,
.entry-content .wp-block-columns ul,
.entry-content .wp-block-columns p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 960px) and (max-height: 640px) {
  .menuinContent {
    height: 100%;
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  /*.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
  background-attachment: scroll !important;
  }*/
  blockquote {
    margin: 20px 0;
  }

  h1 {
    background: none;
    padding: 0;
    font-size: 30px;
  }

  figure.effect-milo h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 26px;
  }

  .alignleft, .alignright {
    width: 100%;
    max-width: 300px;
    height: auto;
  }

  .col-4, .col-3, .col-2 {
    width: 100%;
  }

  #header #topbar .item {
    font-size: 14px;
  }
  #header .header_line .right_content #lang {
    right: 140px;
  }

  .photobig .logo,
.photobig.aligner .logo {
    max-width: 40px;
    margin: 0;
  }
  .photobig .slidetext,
.photobig.aligner .slidetext {
    max-width: inherit;
    padding-left: 40px;
    padding-right: 40px;
  }
  .photobig .slidetext .contentintro,
.photobig.aligner .slidetext .contentintro {
    width: 100%;
    padding: 0 0 30px 0;
  }

  .photobig.aligner .slidetext {
    padding-bottom: 30px;
  }
  .photobig.aligner .slidetext .contentintro {
    padding-bottom: 0;
  }
  .photobig.aligner .slidetext .contentintro h1 {
    font-size: 50px;
  }

  .single .specs .center {
    border: none;
  }

  #footer .footer_content {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  #footer .footer_content .left,
#footer .footer_content .right {
    text-align: center;
    padding: 0;
    border: none;
  }
  #footer .grid-foo {
    text-align: center;
  }
  #footer .grid-foo .right {
    text-align: center;
  }

  .reputation .channel .note_channel {
    font-size: 16px;
  }

  .video-container {
    margin: 0 30px;
  }

  #content .list ul, #content .separ ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }

  .specialbg {
    height: 200px;
  }
  .specialbg .image {
    background-attachment: scroll !important;
  }

  .tarifs .table .col-4 {
    width: 66.66%;
  }
}
@media (max-width: 768px) {
  .home p.big {
    font-size: 28px;
  }

  h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  body.single .OsProduit.api .OsProduitPlanning .OsPlanningDatePicker {
    background: none !important;
  }

  body.single .OsProduit.api .OsProduitPlanning .OsPlanningForm {
    padding: 0 !important;
  }
}
@media (max-width: 650px) {
  body {
    font-size: 20px;
  }

  body.menu_opened {
    overflow: hidden;
  }

  /*input {
    display: none;
  }*/
  .open {
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 8px;
    margin: 0 auto;
  }
  .open:before {
    content: "";
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  .open:after {
    content: "";
    background-color: #fff;
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    top: 6px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }

  #menuArea {
    display: inline-block;
    position: relative;
    z-index: 999;
    height: 60px;
    width: 100%;
  }
  #menuArea #menuToggle {
    display: none;
  }

  .content_menu {
    display: table;
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: calc(100% - 60px);
    background: #b6b18d;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 3px, rgba(0, 0, 0, 0.3) 0px 5px 32px;
  }
  .content_menu label {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    border-right: 1px solid #cac6ac;
    padding: 10px;
  }
  .content_menu label:hover {
    background: #cac6ac;
  }
  .content_menu label a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .content_menu label a:hover {
    text-decoration: none;
  }
  .content_menu label i.fas,
.content_menu label i.far {
    margin: 0 0 5px 0;
    font-size: 18px;
    color: #fff;
  }
  .content_menu label.last {
    border: none;
  }

  .menuOpen {
    display: block;
    cursor: pointer;
    float: left;
    width: 100% !important;
  }
  .menuOpen .name {
    display: block;
    margin-top: 25px;
    line-height: normal;
    color: #fff;
  }

  .menu_display {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: #faedd1;
  }
  .menu_display label {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
    background-size: 100%;
    cursor: pointer;
  }
  .menu_display .menuContent {
    display: flex;
    align-items: center;
    text-align: center;
    height: calc(100% - 67px);
    overflow: auto;
  }
  .menu_display .menuContent .socialmobile {
    margin: 20px 0;
  }
  .menu_display .menuContent .socialmobile a {
    color: #5a7242;
    margin: 0 10px;
    font-size: 18px;
  }
  .menu_display .menuContent #lang {
    color: #5a7242;
  }
  .menu_display .menuContent #lang a {
    color: #5a7242;
  }
  .menu_display .menuContent #lang a:hover, .menu_display .menuContent #lang a:focus {
    color: #5a7242;
  }
  .menu_display .menuContent .logomenu .logo {
    margin-bottom: 30px;
  }
  .menu_display .menuContent .logomenu .logo img {
    max-width: 200px;
  }
  .menu_display .menuContent .logomenu .logo a {
    color: #fff;
  }
  .menu_display .menuContent .logomenu .logo .subtitle:before, .menu_display .menuContent .logomenu .logo .subtitle:after {
    border-color: #fff;
  }
  .menu_display ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
  }
  .menu_display ul li a {
    font-weight: 300;
    display: block;
    text-transform: uppercase;
    color: #5a7242;
    text-decoration: none;
    transition: color 0.2s;
    padding: 6px 10px;
  }
  .menu_display ul li a:hover, .menu_display ul li a:focus {
    color: #b6b18d;
  }

  .menuEffects {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
  }
  .menuEffects ul {
    transform: translateY(0%);
    transition: all 0.5s;
  }

  #menuToggle:checked ~ .menuEffects {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s;
  }

  #menuToggle:checked ~ .content_menu .menuEffects ul {
    opacity: 1;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open {
    background-color: transparent;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open:before {
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:checked ~ .content_menu .menuOpen .open:after {
    content: "";
    background-color: #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
  }

  #menuToggle:not(:checked) ~ .content_menu .menuEffects ul {
    transform: translateY(-30%);
  }

  h2 {
    line-height: normal;
  }

  .straight ul {
    padding: 0;
  }

  #resa {
    position: relative;
    z-index: 999;
  }

  #header {
    position: relative;
  }
  #header #topbar {
    display: none;
  }
  #header .header_line .right_content .logo {
    width: 80px;
    padding: 0;
    margin: 0 auto;
  }
  #header .header_line .right_content #lang {
    display: none;
  }
  #header .header_line .shifter-handle,
#header .header_line .buttonmenutop,
#header .header_line .buttonresa {
    display: none;
  }

  #header.f-nav {
    position: relative;
  }

  #main {
    margin-top: 0;
  }

  #header,
#content,
.photobig,
.photomiddle,
#footer,
#navi,
.rapide {
    border: none;
  }

  #content {
    padding: 50px 0 0;
  }

  .photobig,
.photobig.aligner {
    z-index: 999;
  }
  .photobig .slidetext .contentintro .surtitre,
.photobig.aligner .slidetext .contentintro .surtitre {
    font-size: 20px;
    line-height: 1;
  }
  .photobig .descendre,
.photobig.aligner .descendre {
    display: none;
  }

  .photobig.aligner .slidetext .contentintro .hometitle {
    margin: 0;
  }

  .center {
    padding: 0 10px;
  }

  .photobig .slidetext .contentintro h1,
.photobig.aligner .slidetext .contentintro h1,
.photomiddle .slidetext .contentintro h1 {
    font-size: 30px;
  }
  .photobig .slidetext .contentintro .subtitle,
.photobig.aligner .slidetext .contentintro .subtitle,
.photomiddle .slidetext .contentintro .subtitle {
    font-size: 22px;
  }

  .photomiddle {
    min-height: inherit;
  }
  .photomiddle .slidetext .contentintro {
    max-width: inherit;
    padding: 0 0 30px 0;
  }

  .contentvid {
    position: fixed;
    bottom: 65px;
    left: -340px;
    background: #fff;
    font-size: 16px;
    width: 340px;
  }

  .avis_home.slick-slider {
    padding: 0 30px;
  }
  .avis_home.slick-slider .slick-prev:before,
.avis_home.slick-slider .slick-next:before {
    width: 40px;
    height: 40px;
  }

  .rapide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .rapide .straight {
    padding: 0;
  }
  .rapide figcaption {
    width: 100%;
  }
  .rapide .slides_rapide .slick-prev {
    left: -20px;
  }
  .rapide .slides_rapide .slick-prev:before {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }
  .rapide .slides_rapide .slick-next {
    right: -20px;
  }
  .rapide .slides_rapide .slick-next:before {
    background-size: 30px;
    width: 50px;
    height: 50px;
  }

  .photos_gallery {
    margin: 10px 0;
  }
  .photos_gallery .itemy {
    width: 33.33%;
  }

  #footer .infos {
    width: 100%;
    padding: 10px;
  }

  .cpt_content .cpt_select {
    grid-template-columns: repeat(1, 1fr);
  }
  .cpt_content .cpt_select figure {
    border-radius: 5px 5px 0 0;
  }
  .cpt_content .cpt_select figure img {
    width: 100%;
  }
  .cpt_content .cpt_select_vertical {
    grid-template-columns: repeat(1, 1fr);
  }

  .has-large-font-size {
    font-size: 24px !important;
  }

  .content_menu {
    width: 100%;
  }

  .single #booking {
    display: block;
    text-align: center;
  }
  .single #booking .engine {
    width: 100%;
  }

  .page-template-page-booking .returnsite {
    display: none;
  }
  .page-template-page-booking #resaengine {
    top: 0;
    height: 100vh;
  }

  #totop {
    bottom: 80px;
  }

  .single .photobig.aligner .slidetext {
    padding: 0 30px;
  }
  .single .specs {
    padding: 30px;
  }
}
@media (max-width: 450px) {
  .home .photobig {
    height: auto;
    min-height: 600px;
  }
  .home .photobig .slidetext .logobig {
    max-width: 120px;
    margin-bottom: 30px;
  }

  .straight.nopadmob {
    padding: 0 0 0 30px;
  }

  .photobig .slidetext,
.photobig.aligner .slidetext {
    max-width: inherit;
    margin: 0 auto;
    text-align: center;
  }
  .photobig .slidetext .contentintro,
.photobig.aligner .slidetext .contentintro {
    top: 150px;
  }
  .photobig .slidetext .contentintro .button,
.photobig.aligner .slidetext .contentintro .button {
    float: none;
    display: inline-block;
  }

  .reputation {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .reputation .channel {
    width: 85px;
    padding-bottom: 15px;
  }
}