@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);
}

@font-face {
  font-family: "aldo";
  src: url("fonts/aldo.woff") format("woff"), url("fonts/aldo.ttf") format("truetype");
}
[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%;
}

::-moz-selection {
  background: #86BC25;
  color: #fff;
}

::selection {
  background: #86BC25;
  color: #fff;
}

::-moz-selection {
  background: #86BC25;
  color: #fff;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

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

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

:-ms-input-placeholder {
  color: #aaa;
  font-size: 16px;
}

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

html {
  height: 100%;
}

body {
  background: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Prompt", sans-serif;
  height: 100%;
  font-weight: 300;
  color: #454545;
  /*-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;*/
}

h1 {
  font-size: 56px;
  font-weight: 400;
  color: #454545;
  line-height: 1;
  clear: both;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
}
h1 strong {
  color: #86BC25;
  font-weight: 700;
  font-size: 60px;
}

h2 {
  font-size: 32px;
  font-weight: 400;
  color: #454545;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 20px 0;
  clear: both;
}
h2 strong {
  color: #86BC25;
  font-weight: 600;
  font-size: 34px;
}

h3 {
  font-size: 28px;
  line-height: normal;
  font-weight: 400;
  color: #454545;
  text-transform: uppercase;
  clear: both;
  margin: 30px 0 15px 0;
}
h3 strong {
  color: #86BC25;
  font-weight: 600;
}

h4 {
  color: #86BC25;
  font-size: 28px;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: uppercase;
}

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

a {
  color: #86BC25;
  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: 500;
}

.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 {
  display: inline-block;
  width: 270px;
  font-size: 28px;
  color: #86BC25;
  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 #8C8C8C;
}
.logo .subtitle:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 70px;
  border-top: 1px solid #8C8C8C;
}

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

#header {
  position: fixed;
  top: 30px;
  z-index: 9999;
  margin: 0 30px;
  width: calc(100% - 60px);
  transition: all 0.2s ease-in;
}
#header #topbar {
  display: inline-block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  background: #8C8C8C;
  padding: 0 30px;
}
#header #topbar ul {
  margin: 10px 0;
  padding: 0;
}
#header #topbar ul li {
  display: inline;
}
#header #topbar ul li a {
  color: #fff;
  margin: 0 10px;
}
#header .header_line {
  float: left;
  width: 100%;
  text-align: center;
}
#header .header_line .logo {
  width: 135px;
  padding: 5px 0;
  margin-right: 40px;
}
#header .header_line .logo img {
  display: block;
  width: 100%;
}
#header .header_line .shifter-handle {
  display: none;
}

.admin-bar.page-template-page-mentions-legales #header,
.admin-bar.page-template-page-simple #header,
.admin-bar.page-template-page-galerie #header,
.admin-bar.page-template-page-acces #header,
.admin-bar.blog #header,
.admin-bar.single-offre-emploi #header {
  top: inherit;
}

.page-template-page-mentions-legales #header .header_line .right_content,
.page-template-page-acces #header .header_line .right_content,
.page-template-page-simple #header .header_line .right_content,
.page-template-page-galerie #header .header_line .right_content,
.single-offre-emploi #header .header_line .right_content,
.blog #header .header_line .right_content {
  background: #eee;
}
.page-template-page-mentions-legales #header.f-nav .header_line .right_content,
.page-template-page-acces #header.f-nav .header_line .right_content,
.page-template-page-simple #header.f-nav .header_line .right_content,
.page-template-page-galerie #header.f-nav .header_line .right_content,
.single-offre-emploi #header.f-nav .header_line .right_content,
.blog #header.f-nav .header_line .right_content {
  background: #fff;
}
.page-template-page-mentions-legales #main,
.page-template-page-acces #main,
.page-template-page-simple #main,
.page-template-page-galerie #main,
.single-offre-emploi #main,
.blog #main {
  margin-top: 100px;
}

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

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

#header.f-nav {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  padding-bottom: inherit;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px, rgba(0, 0, 0, 0.1) 0px 5px 32px;
}
#header.f-nav .header_line {
  background: none;
  padding: 0;
}
#header.f-nav .header_line .right_content .logo {
  max-width: 120px;
}
#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: #86BC25;
}
#header.f-nav #nav ul li a:hover, #header.f-nav #nav ul li a:focus {
  color: #454545 !important;
  border-color: #86BC25 !important;
}
#header.f-nav #nav ul li a:hover:before, #header.f-nav #nav ul li a:focus:before {
  border-color: #86BC25 !important;
}
#header.f-nav #nav ul li a:hover .small:after, #header.f-nav #nav ul li a:focus .small:after {
  border-color: #86BC25;
}
#header.f-nav #nav ul li a .small:after {
  transition: all 0.2s ease-in;
  border-color: #454545;
}
#header.f-nav #nav .sub-menu li a {
  line-height: normal;
}
#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: #454545 !important;
}
#header.f-nav #lang {
  top: 40px;
}

.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 {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 80px 0 0;
  background: #fff;
}
#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: #454545;
}
#content .entry-content {
  position: relative;
  display: inline-block;
  width: 100%;
}
#content .color {
  display: inline-block;
  background: #646363;
  color: #fff;
  width: 100%;
}
#content .color .marger {
  margin: 0 30px;
}
#content .color h1 {
  background: none;
  padding: 0;
}
#content .color h2,
#content .color h3 {
  color: #fff;
}
#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 .color.alter {
  background: #f2f2f2;
  color: #454545;
}
#content .color.alter:after {
  display: none;
}
#content .color.alter h2,
#content .color.alter h3 {
  color: #454545;
}
#content .color.alter .title_actu {
  margin-bottom: 30px;
}
#content .sup {
  background: #86BC25;
  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: #575656;
}
#content .separ ul {
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  list-style-position: inside;
  padding: 0;
}
#content .list {
  background: #575656;
  padding: 10px 20px;
  font-size: 13px;
}
#content .list ul {
  -moz-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -moz-column-gap: 15px;
  -o-column-gap: 15px;
  column-gap: 15px;
  list-style-position: inside;
}

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

.gift {
  position: relative;
  height: 550px;
}
.gift .layer {
  background: rgba(0, 0, 0, 0.6);
}

.giftbox {
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 100%;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
}
.giftbox h2 {
  color: #fff;
}

#footer {
  clear: both;
  display: inline-block;
  font-size: 14px;
  width: 100%;
  background: linear-gradient(45deg, #86BC25 60%, #d8ff00 100%);
  color: #454545;
  font-weight: 400;
}
#footer .footer_content {
  display: grid;
  grid-template-columns: 50% 25% 25%;
  align-items: top;
  justify-content: center;
  max-width: 1200px;
}
#footer .footer_content .footer_item {
  padding: 50px 30px;
}
#footer .footer_content .footer_item .logo {
  width: 150px;
  text-align: center;
}
#footer .footer_content .footer_item .logo img {
  display: block;
}
#footer .footer_content .footer_item a {
  color: #454545;
}
#footer .footer_content .footer_item .partner img {
  width: 100%;
  max-width: 250px;
}
#footer .footer_content .footer_item .title_footer {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: 600;
}
#footer .footer_content .footer_item ul {
  padding: 0;
  margin: 0;
}
#footer .footer_content .footer_item ul li {
  list-style-type: none;
  border-top: 1px solid #95d129;
  padding: 5px 0;
}
#footer .footer_content .footer_item ul li:first-child {
  border: none;
}
#footer .footer_content .footer_item.img {
  padding: 0;
}
#footer .footer_content .footer_item.img a {
  position: relative;
  display: block;
  background-color: #86BC25;
  max-width: 300px;
  margin: 0 auto;
}
#footer .footer_content .footer_item.img a:hover p, #footer .footer_content .footer_item.img a:focus p {
  padding-bottom: 40px;
}
#footer .footer_content .footer_item.img a:hover #custombg, #footer .footer_content .footer_item.img a:focus #custombg {
  opacity: 0.4;
}
#footer .footer_content .footer_item.img p {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99;
  font-size: 20px;
  padding: 100px 30px 30px 30px;
  margin: 0;
  text-align: center;
  transition: all 0.2s ease-in;
  /* 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+ */
}
#footer .footer_content .footer_item.img p .fas {
  font-size: 12px;
  margin: 0 0 0 10px;
}
#footer .footer_content .footer_item.img #custombg {
  width: 100%;
  max-width: 300px;
  height: 250px;
  margin: 0 auto;
  background-size: cover;
  transition: all 0.2s ease-in;
}
#footer .footer_content .footer_item.spe {
  border-right: 1px solid #95d129;
  text-align: center;
  padding: 50px 0;
  font-size: 16px;
}
#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: #5f5f5f;
}
#footer .footer_content .left {
  text-align: right;
}
#footer .footer_content .right {
  text-align: left;
  border-left: 1px solid #a6a6a6;
}
#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;
  background: #80b323;
  padding: 10px 30px;
  width: 100%;
  font-size: 12px;
  text-align: center;
}
#footer .grid-foo a {
  color: #454545;
}
#footer .right {
  text-align: right;
}

#main {
  clear: both;
}

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

.home #content {
  padding: 0;
}
.home .color.alter {
  display: inline-block;
}
.home .photobig .slidetext {
  display: flex;
  align-items: flex-end;
  z-index: 99;
  width: 100%;
  /* 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+ */
  padding-bottom: 120px;
  padding-top: 120px;
}
.home .photobig .slidetext h1 {
  font-weight: 700;
}
.home .cpt_content {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 50px;
  padding: 0 30px;
}
.home .cpt_content .cpt_select h2,
.home .cpt_content .cpt_select h3 {
  font-family: "Prompt", sans-serif;
  text-transform: initial;
}
.home .cpt_content .cpt_select:hover .cpt_select_content h3, .home .cpt_content .cpt_select:focus .cpt_select_content h3 {
  color: #454545 !important;
}
.home .cpt_content .cpt_select figure {
  border-radius: 0;
}
.home .cpt_content.simple {
  display: block;
}
.home .cpt_content.simple .cpt_select_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 30px;
}
.home .cpt_content.simple .cpt_select_content h3 {
  margin: 0;
  text-transform: initial;
}
.home .cpt_content.simple .cpt_select_content .button {
  position: relative;
  bottom: auto;
}
.home .color .center-button {
  margin-bottom: 50px;
}
.home .title_actu {
  margin: 80px auto 0;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home .title_actu h2 {
  margin: 0;
  font-weight: 700;
}
.home .title_actu a {
  font-size: 14px;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in;
}
.home .title_actu a:hover, .home .title_actu a:focus {
  border-color: #86BC25;
  text-decoration: none;
}
.home .title_actu a .fas {
  font-size: 10px;
  margin: 0 0 0 5px;
}

.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%);
}

.photobig {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 750px;
  /* 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: flex-end;
}
.photobig .hometitle {
  font-size: 80px;
  line-height: normal;
}
.photobig .layer {
  background: rgba(0, 0, 0, 0.4);
}
.photobig .slidetext {
  width: 100%;
  padding: 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: 1280px;
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.photobig .slidetext .contentintro .breadcrumb {
  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: #86BC25;
}
.photobig .slidetext .contentintro a.special .fas {
  top: 17px;
  font-size: 12px;
}
.photobig .slidetext .contentintro .surtitre {
  display: block;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 15px;
}
.photobig .slidetext .contentintro .surtitre:after {
  content: "";
  display: block;
  border-bottom: 5px solid #fff;
  width: 50px;
  margin: 10px 0;
}
.photobig .slidetext .contentintro .logo {
  width: 40px;
  margin: 0;
}
.photobig .slidetext .contentintro .titre, .photobig .slidetext .contentintro h1 {
  text-align: left;
  color: #fff;
  border: none;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 76px;
  line-height: 1;
}
.photobig .slidetext .contentintro .titre strong, .photobig .slidetext .contentintro h1 strong {
  background: #86BC25;
  padding: 4px 15px;
  line-height: 1.2;
  font-size: 90px;
}
.photobig .slidetext .contentintro .button {
  width: auto;
  font-weight: 400;
  font-size: 22px;
  background: #86BC25;
  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: #95d129;
}
.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;
}
.photobig.aligner .slidetext {
  max-width: none;
  padding: 150px 50px 120px 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: 1024px;
  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;
  line-height: normal;
}
.photobig.aligner .logo {
  vertical-align: middle;
  width: 40px;
  margin: 0 0 30px 0;
}
.photobig.aligner .stars {
  margin: 10px 0;
}
.photobig.aligner .stars .fas {
  color: #86BC25;
  font-size: 18px;
}
.photobig.aligner .location {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 2px;
}

.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 .color {
  padding: 80px 0 0;
  margin-top: 50px;
}
.single .color h2 {
  color: #fff;
}
.single .photobig.aligner .slidetext {
  background: none;
  padding: 150px 50px 50px 50px;
}
.single .photobig.aligner .slidetext .marger {
  margin: 30px auto 0;
}
.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 #7e7c7c;
  border-right: 1px solid #7e7c7c;
}
.single .specs .label {
  color: #646363;
}
.single .thais {
  padding: 0 30px;
  margin: 80px 0 50px;
}
.single .thais_calendar_widget {
  margin: 50px auto 0;
  max-width: 800px;
}
.single .thais_calendar_widget .t__widget {
  margin: 0 auto;
  width: 100% !important;
}
.single .thais_calendar_widget .month-container {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.single .thais_calendar_widget .language-listing, .single .thais_calendar_widget .modal-wrapper.response-modal, .single .thais_calendar_widget .bg_color1, .single .thais_calendar_widget .owl-dots .owl-dot, .single .thais_calendar_widget .steps .step.active a::after, .single .thais_calendar_widget .ui-datepicker .ui-datepicker-calendar tr td.ui-datepicker-current-day a, .single .thais_calendar_widget .basket .tag, .single .thais_calendar_widget .room .room-desc .entry-title .label {
  background: #86BC25 !important;
  color: #fff !important;
}
.single .descendre {
  position: relative;
}

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

.photomiddle {
  height: auto;
  position: relative;
  z-index: 1;
  background-position: 50% 50% !important;
  width: 100%;
  height: 650px;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
}
.photomiddle .breadcrumb {
  margin-bottom: 30px;
}
.photomiddle .slidetext {
  width: 100%;
  z-index: 999;
  color: #fff;
  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: 120px 30px 80px 30px;
  max-width: 1024px;
  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: 42px;
  line-height: 1;
}
.photomiddle .slidetext .contentintro .surtitre {
  position: relative;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.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 #86BC25;
}
.photomiddle .slidetext .contentintro .sitetitle {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  font-size: 18px;
}
.photomiddle .slidetext .contentintro .breadcrumb {
  color: #fff;
}
.photomiddle .slidetext .contentintro .breadcrumb a {
  color: #fff;
}
.photomiddle .logo {
  width: 100%;
  max-width: 40px;
}
.photomiddle .descendre {
  bottom: 0;
}

#map {
  display: block;
  font-family: "Prompt", sans-serif;
  font-size: 16px;
  margin: 50px 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: #86BC25;
  margin: 0;
  color: #454545;
  text-decoration: none;
}
#map .button:hover, #map .button:focus {
  background: #a0d93b;
}
#map .leaflet-popup {
  font-size: 16px;
}
#map .leaflet-popup strong {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: normal;
  color: #86BC25;
  margin-bottom: 10px;
  line-height: 1;
}

.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: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button, #submit, .wpcf7-submit {
  font-weight: 400;
  padding: 12px 30px 10px 30px;
  width: 100%;
  float: left;
  margin: 20px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #454545 !important;
  background: #86BC25;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.2s ease-in;
}
.button:hover, .button:focus, #submit:hover, #submit:focus, .wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #a0d93b;
  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;
  padding: 12px 30px;
  border: none;
  text-align: center;
  color: #fff;
  background: #86BC25;
  text-decoration: none;
}
.center-button a:hover,
.center-button .wpcf7-submit:hover {
  background: #95d129;
  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: #b0b0b0;
  color: #454545;
  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: #86BC25;
  transition: all 0.2s ease-in;
}
.center-button.colored a:hover {
  background: #68911d;
}

.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: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 30px;
  background: #fff;
  border-radius: 50px;
}
.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: #86BC25;
  text-decoration: none;
}
.right_content .item a.mail {
  margin-right: 20px;
  padding: 14px;
}
.right_content .item a.mail:hover {
  background: #86BC25;
  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;
  margin-left: 15px;
  font-weight: 700;
}
.right_content #lang a {
  color: #454545;
}

.buttonmenutop,
.buttonresa {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 100%;
  color: #454545;
  margin-left: 30px;
  padding: 0 30px 0 80px;
  transition: all 0.2s ease-in;
}
.buttonmenutop .small,
.buttonresa .small {
  float: left;
  width: 100%;
  font-weight: 700;
  margin-top: 5px;
  font-size: 10px;
  text-transform: uppercase;
}
.buttonmenutop .button.opened,
.buttonresa .button.opened {
  margin: 0;
  padding: 6px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: #86BC25;
  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: #95d129;
  border-color: #86BC25;
  color: #fff;
}
.buttonmenutop .button.opened .fas,
.buttonresa .button.opened .fas {
  font-size: 16px;
}
.buttonmenutop .button.down,
.buttonresa .button.down {
  background: #86BC25;
  border-color: #86BC25;
  color: #fff;
}
.buttonmenutop .button.down .fas,
.buttonresa .button.down .fas {
  transform: rotate(180deg);
}

#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: #86BC25;
  color: #86BC25;
}
#nav ul li a {
  color: #646363;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  padding: 18px 0;
  margin: 0 15px;
  border-bottom: 5px solid transparent;
  transition: all 0.2s ease-in;
}
#nav ul li a:hover, #nav ul li a:focus {
  border-color: #86BC25;
}
#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: #86BC25;
}
#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: 230px;
  text-align: left;
}
#nav .sub-menu:before {
  content: "";
  display: block;
  position: relative;
  left: 40px;
  height: 0;
  width: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #86BC25;
  border-left: 10px solid transparent;
}

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

#nav ul li ul.sub-menu li {
  display: block;
  width: 230px;
}
#nav ul li ul.sub-menu li:first-child a {
  border-radius: 10px 10px 0 0;
}
#nav ul li ul.sub-menu li:last-child a {
  border-radius: 0 0 10px 10px;
  border: none;
}
#nav ul li ul.sub-menu li a {
  background: #86BC25;
  color: #454545;
  margin: 0;
  border-bottom: 1px solid #95d129;
  padding: 10px 15px;
  text-transform: inherit;
  font-weight: 500;
}
#nav ul li ul.sub-menu li a:hover, #nav ul li ul.sub-menu li a:focus {
  background: #95d129;
  color: #454545;
  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;
}
#nav ul li ul.sub-menu li.current_page_item a:hover, #nav ul li ul.sub-menu li.current_page_item a:focus {
  background: #77a721 !important;
  color: #454545 !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: #86BC25;
}

.grid-4 {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  margin: 0 auto;
  padding: 80px 0;
  max-width: 1920px;
}
.grid-4 .grid_item .item_img {
  transition: all 0.2s ease-in;
}
.grid-4 .grid_item .item_img img {
  display: block;
  width: 100%;
  border-radius: 8px;
}
.grid-4 .grid_item .item_img figure {
  border-radius: 8px;
}
.grid-4 .grid_item .item_img figcaption {
  z-index: 99;
  padding: 80px 15px 50px 15px;
  top: inherit;
  bottom: 0;
  height: auto;
  color: #fff;
  border-radius: 8px;
  /* 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+ */
  transition: all 0.2s ease-in;
}
.grid-4 .grid_item .item_img figcaption h2,
.grid-4 .grid_item .item_img figcaption h3 {
  color: #fff;
  font-size: 28px;
  margin: 0 0 10px 0;
}
.grid-4 .grid_item .item_img figcaption .center-button {
  margin: 0;
}
.grid-4 .grid_item .item_img figcaption .button {
  margin: 10px 0 0;
  font-weight: 700;
}
.grid-4 .grid_item .item_text {
  padding: 30px;
}
.grid-4 .grid_item a {
  position: relative;
  z-index: 999;
  display: block;
  text-decoration: none;
  background: rgba(46, 127, 171, 0.7);
  border-radius: 8px;
  transition: all 0.2s ease-in;
}
.grid-4 .grid_item a:hover figure.item_img img, .grid-4 .grid_item a:focus figure.item_img img {
  opacity: 0.4;
}
.grid-4 .grid_item a:hover figure.item_img figcaption, .grid-4 .grid_item a:focus figure.item_img figcaption {
  padding-bottom: 60px;
}

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

.descendre {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 640px);
  z-index: 99;
  max-width: 1280px;
  width: 100%;
  text-transform: uppercase;
}
.descendre a {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 100%;
  transition: all 0.2s ease-in;
}
.descendre a:hover i.fas, .descendre a:focus i.fas {
  background: #86BC25;
  border-color: #86BC25;
  color: #fff;
}
.descendre i.fas {
  width: 50px;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  font-size: 26px;
  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: #86BC25;
}
.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;
  width: 100%;
  text-align: center;
}
.partners > div {
  margin: 0 15px;
}
.partners > div img {
  filter: grayscale(1);
  height: 40px;
}

.partners.slick-slider {
  background: none;
  padding: 80px 0;
}
.partners.slick-slider .slick-list {
  padding: 0 !important;
  margin: 0 70px;
}
.partners.slick-slider .slick-track {
  display: flex;
  align-items: center;
}
.partners.slick-slider h2 {
  margin-top: 80px;
}
.partners.slick-slider .brand {
  display: inline-block;
  margin: 0 30px;
  text-align: center;
}
.partners.slick-slider .brand img {
  transition: all 0.2s ease-in;
}
.partners.slick-slider .brand img:hover, .partners.slick-slider .brand img:focus {
  opacity: 0.7;
}
.partners.slick-slider .brand h3 {
  max-width: inherit;
  display: block;
  font-weight: 700;
  font-size: 16px;
  margin: 15px auto 0;
}
.partners.slick-slider .slick-prev {
  left: 0;
  right: inherit;
  top: 50%;
}
.partners.slick-slider .slick-next {
  right: 0;
  top: 50%;
}

.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 h1 {
  font-size: 40px;
}
.legal h1 strong {
  font-size: 40px;
}
.legal h2 {
  margin: 30px 0 10px 0 !important;
  font-weight: 700;
  text-transform: initial;
}
.legal h3 {
  margin: 30px 0 10px 0 !important;
  font-weight: 700;
  text-transform: initial;
  color: #454545;
}
.legal .col-2 {
  padding-right: 50px;
}

#sidebar {
  color: #fff;
  text-align: center;
}
#sidebar #spec {
  padding: 30px 0 20px 0;
  background: #86BC25;
}
#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 #68911d;
}
#sidebar .social h2 {
  margin-bottom: 0;
}
#sidebar a.button {
  background: #68911d;
}
#sidebar a.button:hover {
  background: #587c18;
}

.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 {
  width: 100%;
  margin: 0 0 80px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.cpt_content a {
  background: #86BC25;
  text-decoration: none;
  border-radius: 30px;
}
.cpt_content a:hover .cpt_select, .cpt_content a:focus .cpt_select {
  opacity: 0.6;
}
.cpt_content .cpt_select {
  position: relative;
  overflow: hidden;
  margin: 0;
  background: #fff;
  border-radius: 8px;
  height: 100%;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select:hover figcaption, .cpt_content .cpt_select:focus figcaption {
  padding-bottom: 60px;
}
.cpt_content .cpt_select:hover .cpt_select_content h2,
.cpt_content .cpt_select:hover .cpt_select_content h3, .cpt_content .cpt_select:focus .cpt_select_content h2,
.cpt_content .cpt_select:focus .cpt_select_content h3 {
  color: #454545 !important;
  font-size: 20px;
}
.cpt_content .cpt_select:hover .cpt_select_content .button, .cpt_content .cpt_select:focus .cpt_select_content .button {
  background: #95d129;
  color: #fff;
}
.cpt_content .cpt_select .date {
  display: block;
}
.cpt_content .cpt_select .separator {
  margin: 10px 0;
  width: 10%;
  border: 2px solid #86BC25;
}
.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: 30px;
}
.cpt_content .cpt_select figure figcaption {
  z-index: 9999;
  bottom: 0;
  top: inherit;
  height: auto;
  padding: 100px 15px 50px 15px;
  /* 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+ */
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select figure figcaption h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
.cpt_content .cpt_select figure figcaption .button {
  position: relative;
  font-weight: 500;
  margin: 0;
  padding: 12px 50px 10px 30px;
}
.cpt_content .cpt_select figure figcaption .button .fas {
  position: absolute;
  top: 22px;
  font-size: 10px;
  margin-left: 10px;
}
.cpt_content .cpt_select .cpt_select_content {
  padding: 50px;
  color: #454545;
}
.cpt_content .cpt_select .cpt_select_content h2,
.cpt_content .cpt_select .cpt_select_content h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
  color: #454545;
}
.cpt_content .cpt_select .cpt_select_content .specs {
  color: #454545;
  padding-bottom: 15px;
  font-size: 16px;
}
.cpt_content .cpt_select .cpt_select_content .specs .label {
  font-weight: 500;
}
.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: #646363;
  font-size: 18px;
}
.cpt_content .cpt_select .cpt_select_content .button {
  position: absolute;
  bottom: 50px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 12px 50px 10px 30px;
  margin: 0;
}
.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(3, 1fr);
  grid-template-rows: 1;
  grid-gap: 50px;
  align-items: top;
  margin: 30px 0;
}
.cpt_content .cpt_select_vertical figure {
  border-radius: 8px;
  background: #86BC25;
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select_vertical figure img {
  width: 100%;
}
.cpt_content .cpt_select_vertical figure:hover img, .cpt_content .cpt_select_vertical figure:focus img {
  opacity: 0.4;
}
.cpt_content .cpt_select_vertical figure:hover figcaption, .cpt_content .cpt_select_vertical figure:focus figcaption {
  padding-bottom: 60px;
}
.cpt_content .cpt_select_vertical figure figcaption {
  top: inherit;
  bottom: 0;
  height: auto;
  padding: 100px 15px 50px 15px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 2%, rgba(0, 0, 0, 0.75) 100%);
  transition: all 0.2s ease-in;
}
.cpt_content .cpt_select_vertical figure figcaption h2 {
  color: #fff;
  font-size: 28px;
  margin: 0;
}
.cpt_content .cpt_select_vertical figure figcaption .button {
  position: relative;
  margin: 0;
  font-weight: 700;
  padding: 12px 50px 10px 30px;
}
.cpt_content .cpt_select_vertical figure figcaption .button .fas {
  position: absolute;
  top: 18px;
  font-size: 10px;
  margin-left: 10px;
}

.page-template-page-galerie .cpt_content {
  display: block;
}
.page-template-page-galerie .wp-block-columns .wp-block-image:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border-radius: 4px;
}
.page-template-page-galerie .wp-block-columns .wp-block-image img {
  border-radius: 8px;
  margin-bottom: 30px;
}

.single-galerie #content.galerie {
  max-width: inherit !important;
  padding: 0;
  margin: 0;
  background: #8C8C8C;
}
.single-galerie #content {
  position: relative !important;
  height: auto !important;
  padding: 80px 0 0;
}
.single-galerie #content .entry-content h2 {
  margin-top: 50px;
}
.single-galerie #content .wp-block-image {
  border-radius: 10px;
}
.single-galerie #content .wp-block-image img {
  border-radius: 10px;
}
.single-galerie #content .wp-block-image figcaption {
  display: block;
  position: inherit;
  height: auto;
  color: #86BC25;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  width: 100%;
}
.single-galerie #content .wp-block-image figure {
  margin: 50px 0 !important;
}
.single-galerie #content .wp-block-image figure.aligncenter {
  display: block;
  margin: 0 auto;
}
.single-galerie #content .wp-block-image img {
  margin: 0 auto;
}
.single-galerie #content figure.wp-block-image {
  margin: 50px 0 !important;
}

.page-template-page-offre-emploi .cpt_content,
.single-offre-emploi .cpt_content {
  display: block;
  position: relative;
  z-index: 9;
}
.page-template-page-offre-emploi .cpt_content .cpt_select,
.single-offre-emploi .cpt_content .cpt_select {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 3px, rgba(0, 0, 0, 0.06) 0px 5px 32px;
}
.page-template-page-offre-emploi .cpt_content .cpt_select .cpt_select_content,
.single-offre-emploi .cpt_content .cpt_select .cpt_select_content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}
.page-template-page-offre-emploi .cpt_content .cpt_select .cpt_select_content h3,
.single-offre-emploi .cpt_content .cpt_select .cpt_select_content h3 {
  font-family: "Prompt", sans-serif;
  text-transform: initial;
  margin: 0;
}
.page-template-page-offre-emploi .cpt_content .cpt_select .cpt_select_content .button,
.single-offre-emploi .cpt_content .cpt_select .cpt_select_content .button {
  position: relative;
  bottom: auto;
}
.page-template-page-offre-emploi .color h2,
.single-offre-emploi .color h2 {
  color: #fff;
}

.single-offre-emploi .cpt_content {
  margin: 0;
}
.single-offre-emploi h1 {
  font-size: 45px;
  font-weight: 700;
  padding: 30px;
  border-radius: 8px;
  background: linear-gradient(45deg, #86BC25 60%, #d8ff00 100%);
}
.single-offre-emploi .entry-content h2,
.single-offre-emploi h2.wp-block-heading {
  font-weight: 700;
  margin-top: 50px;
}
.single-offre-emploi .color {
  float: left;
}
.single-offre-emploi .color h2 {
  margin-top: 0;
}

.cpt_content.nomargin {
  margin: 0;
}

.reservation_engine {
  margin: 50px 0;
}

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

.parallax-page {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 1;
  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: 400;
}
.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 #86BC25;
}
.parallax-page .centering .button:hover {
  border-color: #68911d;
}
.parallax-page .centering .button.marger {
  background: none;
  border-color: #86BC25;
  color: #86BC25;
}
.parallax-page .centering .button.marger:hover {
  background: #68911d;
  color: #fff;
  border-color: #68911d;
}
.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: #86BC25;
  color: #fff;
  padding: 12px 30px;
}
.center_table .button_caption:hover, .center_table .button_caption:focus {
  background: #95d129;
  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;
}

#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 #646363;
  color: #86BC25;
  padding: 10px 40px 10px 15px;
  margin: 0 0 20px 0;
  clear: both;
  text-align: center;
  border-radius: 10px;
}
#firstpane .menu_head:hover, #firstpane .menu_head:focus {
  border-color: #86BC25;
  color: #86BC25 !important;
}
#firstpane .menu_head .fas {
  position: absolute;
  right: 15px;
  top: 18px;
}
#firstpane .menu_head.down {
  border-color: #86BC25;
  background: #86BC25;
  color: #fff !important;
}
#firstpane .menu_head.down .fas {
  transform: rotate(180deg);
  color: #fff !important;
}
#firstpane .menu_head.highlight {
  border-color: #86BC25;
  color: #86BC25 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center !important;
}
#firstpane .menu_head.highlight:hover, #firstpane .menu_head.highlight:focus {
  background: #86BC25;
  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: #454545;
}
#firstpane .menu_head.highlight.down {
  background: #86BC25;
  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: #454545;
}
#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: #454545;
}
#firstpane.faq .menu_head.down,
#firstpane.infosup .menu_head.down {
  border-color: #86BC25;
  color: #86BC25;
}

.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 {
  max-width: 1600px;
}

.straight.wider {
  max-width: 1920px;
}

.straight.mobile {
  padding: 0 30px;
}
.straight.mobile h1 {
  font-size: 20px;
}
.straight.mobile h1 strong {
  font-size: 28px;
}
.straight.mobile h1 p {
  padding: 0;
}

ul.tabs {
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  background: #8C8C8C;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  font-weight: 900;
  transition: all 0.2s ease-in;
}
ul.tabs li:hover {
  background: #e5e5e5;
}
ul.tabs li:before {
  display: none;
}
ul.tabs li.current {
  background: #86BC25;
  color: #fff;
}

.tab-content {
  display: none;
}

.tab-content.current {
  display: inherit;
}

.roman.first {
  margin: 0;
}
.roman.first img.fully {
  padding-top: 0;
}

.roman {
  clear: both;
  margin: 40px 0;
}
.roman img.fully {
  padding: 50px 0;
  width: 100%;
}

.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: "Prompt", sans-serif;
  font-size: 24px;
}
.photos_gallery .itemy img {
  width: 100%;
}

.home .rapide {
  background: #8a8989;
}
.home .rapide .straight.mid h2 {
  color: #86BC25;
}
.home .rapide .straight.mid .slides_tourism figcaption {
  background: #8a8989;
  max-width: 85%;
}
.home .rapide .straight.mid .slides_tourism figcaption h3 {
  color: #86BC25;
  font-size: 20px;
  text-align: center;
}

.rapide {
  width: 100%;
  margin: 0 auto;
  padding: 80px 30px;
  background: #646363;
}
.rapide .straight.mid {
  max-width: 1560px;
}
.rapide .straight.mid h2 {
  color: #454545;
  font-size: 32px;
  text-transform: uppercase;
}
.rapide .straight.mid h2:after {
  content: "";
  display: block;
  border-bottom: 5px solid #8C8C8C;
  width: 100px;
  margin: 15px auto 0;
  border-radius: 10px;
}
.rapide .suptitle {
  text-align: center;
  margin-bottom: 5px;
}
.rapide .slides_rapide,
.rapide .slides_tourism {
  background: none;
}
.rapide .slides_rapide .slick-slide,
.rapide .slides_tourism .slick-slide {
  padding: 0 15px;
}
.rapide .slides_rapide .slick-slide a,
.rapide .slides_tourism .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,
.rapide .slides_tourism .slick-slide a:hover figure,
.rapide .slides_tourism .slick-slide a:focus figure {
  opacity: 0.7;
}
.rapide .slides_rapide .slick-prev,
.rapide .slides_rapide .slick-next,
.rapide .slides_tourism .slick-prev,
.rapide .slides_tourism .slick-next {
  bottom: 56%;
}
.rapide .slides_rapide .slick-prev,
.rapide .slides_tourism .slick-prev {
  right: inherit;
  left: -18px;
}
.rapide .slides_rapide .slick-prev:before,
.rapide .slides_tourism .slick-prev:before {
  width: 60px;
  border-radius: 100%;
}
.rapide .slides_rapide .slick-next,
.rapide .slides_tourism .slick-next {
  right: -18px;
}
.rapide .slides_rapide .slick-next:before,
.rapide .slides_tourism .slick-next:before {
  width: 60px;
  border-radius: 100%;
}
.rapide figure {
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.rapide figcaption {
  pointer-events: none;
  margin: 0 auto;
  border-radius: 10px;
}
.rapide figcaption .figcontent {
  display: inline-block;
  color: #454545;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: left;
}
.rapide figcaption h3 {
  text-transform: uppercase;
  margin-top: 0;
  color: #454545;
  font-weight: 700;
  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.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;
}

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

.articles.blog .breadcrumb {
  margin: 30px 15px 15px 15px;
}
.articles.blog .cat_desc {
  margin: 30px 0 0;
}
.articles.blog .cat_desc h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.55;
}
.articles.blog .cat_desc .title_cat {
  display: block;
  font-size: 24px;
  margin: 30px 0;
  font-weight: 700;
}
.articles.blog .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.articles.blog .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles.blog .footer {
  display: table;
  width: 100%;
}
.articles.blog .footer .partage {
  display: inline-block;
  width: 100%;
}
.articles.blog .footer .partage span {
  display: inline-block;
}
.articles.blog .footer .partage a {
  display: inline-block;
  margin: 0 10px;
  color: #646363;
  text-align: center;
  font-size: 24px;
}
.articles.blog .footer .partage a:hover {
  color: #4a4a4a;
  transition: all 0.2s ease-in;
}
.articles.blog .footer a.button {
  padding: 0;
}
.articles.blog .footer a.button,
.articles.blog .footer .commentaires {
  display: table-cell;
  vertical-align: middle;
}
.articles.blog .footer .commentaires {
  text-align: right;
}
.articles.blog .footer .commentaires a {
  font-weight: 500;
  display: inline-block;
  color: #86BC25;
  padding: 5px 20px;
  border-radius: 50px;
}
.articles.blog .footer .commentaires a:hover {
  text-decoration: none;
  background: #86BC25;
  color: #fff;
  border-color: transparent;
  transition: all 0.2s ease-in;
}
.articles.blog .footer .commentaires a .far {
  margin-right: 5px;
}
.articles.blog .col-3 {
  width: 49%;
}
.articles.blog .posts {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 50px;
  margin-bottom: 50px;
}
.articles.blog .posts .item {
  margin: 30px 0;
  background: #f1f1f1;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
.articles.blog .posts .item:hover, .articles.blog .posts .item:focus {
  background: #646363;
}
.articles.blog .posts .item:hover .text h2,
.articles.blog .posts .item:hover .text h3, .articles.blog .posts .item:focus .text h2,
.articles.blog .posts .item:focus .text h3 {
  color: #454545;
}
.articles.blog .posts .item:hover .text .button, .articles.blog .posts .item:focus .text .button {
  background: #454545;
  color: #fff;
}
.articles.blog .posts .item .ref_content {
  width: 100%;
  box-sizing: border-box;
}
.articles.blog .posts .item .ref_content img {
  display: block;
  width: 100%;
}
.articles.blog .posts .item .ref_content .article_img figure {
  border-radius: 10px 10px 0 0;
}
.articles.blog .posts .item .ref_content .article_text {
  padding: 30px;
}
.articles.blog .posts .item .ref_content .text {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.articles.blog .posts .item .ref_content .text header {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
}
.articles.blog .posts .item .ref_content .text header a {
  font-weight: 400;
}
.articles.blog .posts .item .ref_content .text h2, .articles.blog .posts .item .ref_content .text h3 {
  font-family: "Prompt", sans-serif;
  margin: 0 0 10px 0;
  line-height: normal;
  text-transform: initial;
  font-weight: 500;
  font-size: 24px;
  color: #8C8C8C;
}
.articles.blog .posts .item .ref_content .text h2 a, .articles.blog .posts .item .ref_content .text h3 a {
  color: #8C8C8C;
}
.articles.blog .posts .item .ref_content .text h2 a:hover, .articles.blog .posts .item .ref_content .text h3 a:hover {
  color: #86BC25;
  text-decoration: none;
}
.articles.blog .posts .item .ref_content .text .content_article h2 {
  color: #8C8C8C;
  margin: 30px 0;
}
.articles.blog .posts .item .ref_content .text .content_article h3 {
  color: #8C8C8C;
}
.articles.blog .posts .item .ref_content .text .content_article img {
  margin: 30px 0;
}
.articles.blog .posts .item .ref_content .text .button {
  width: auto;
  font-weight: 700;
  padding: 8px 30px;
}

.blog_single {
  display: inline-block;
  width: 100%;
}
.blog_single .content_single .heading {
  text-align: left;
  margin-bottom: 30px;
}
.blog_single .content_single .heading .category {
  text-transform: uppercase;
}
.blog_single .content_single .heading .category a {
  font-weight: 500;
}
.blog_single .content_single .heading h1 {
  line-height: normal;
  margin: 0;
  text-align: left;
}
.blog_single .content_single .heading .date {
  font-size: 14px;
  margin: 15px 0;
}
.blog_single .content_single img, .blog_single .content_single .wrapper {
  margin: 30px 0;
}
.blog_single .content_single h2 {
  margin: 30px auto;
  max-width: 800px;
}
.blog_single .content_single h3 {
  color: #646363;
  font-size: 22px;
}
.blog_single .content_single h3:after {
  display: none;
}
.blog_single .content_single .wp-block-image {
  cursor: auto;
  margin: 0 !important;
}
.blog_single .content_single .wp-block-image figure.alignleft,
.blog_single .content_single .wp-block-image figure.alignright {
  cursor: auto;
}
.blog_single .content_single .wp-block-image figure.alignleft img,
.blog_single .content_single .wp-block-image figure.alignright img {
  margin: 0 !important;
}
.blog_single .content_single .wp-block-image img {
  margin: 10px 0 !important;
}
.blog_single .content_single .wp-block-image figcaption {
  position: relative !important;
  padding: 0;
  color: inherit;
  font-size: 14px;
}
.blog_single img {
  min-width: 150px;
  margin-right: 30px;
}
.blog_single .wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.blog_single .wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_single .rapide {
  border: none;
  padding: 0;
  margin: 30px 0;
  background: none;
}
.blog_single .rapide h2 {
  margin: 0;
}
.blog_single .rapide .col-2, .blog_single .rapide .col-3 {
  padding: 15px;
}
.blog_single .rapide .col-2 img, .blog_single .rapide .col-3 img {
  width: 100%;
  height: auto;
  display: block;
}
.blog_single .rapide .col-2 .pad, .blog_single .rapide .col-3 .pad {
  padding: 30px 0;
  box-sizing: border-box;
}
.blog_single .rapide .col-2 .pad header, .blog_single .rapide .col-3 .pad header {
  display: block;
  margin: 15px 0;
  font-size: 14px;
}
.blog_single .rapide .col-2 .pad .button, .blog_single .rapide .col-3 .pad .button {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.blog_single .rapide .col-2 .pad .button .fa, .blog_single .rapide .col-3 .pad .button .fa {
  margin-left: 10px;
}
.blog_single .rapide .col-2 .pad .button:before, .blog_single .rapide .col-2 .pad .button:after, .blog_single .rapide .col-3 .pad .button:before, .blog_single .rapide .col-3 .pad .button:after {
  display: none;
}
.blog_single .rapide .col-2 h3, .blog_single .rapide .col-3 h3 {
  font-family: "Prompt", sans-serif;
  font-style: normal;
  color: #292b2c;
  line-height: normal;
  margin: 0;
  font-size: 22px;
}
.blog_single .rapide .col-2 img, .blog_single .rapide .col-3 img {
  transition: all 0.2s ease-in;
}
.blog_single .rapide .col-2 img:hover, .blog_single .rapide .col-3 img:hover {
  opacity: inherit;
}
.blog_single .side {
  margin-top: 0 !important;
}

.pagination {
  display: inline-block;
  margin: 25px auto 0 -25px;
  width: 100%;
  text-align: center;
}
.pagination li {
  margin: 0 1px;
  display: inline-block;
}
.pagination li .current {
  display: inline-block;
  background: #86BC25;
  color: #fff;
  width: 30px;
  text-align: center;
}
.pagination li:before {
  content: none !important;
}
.pagination li a {
  display: inline-block;
  color: #86BC25;
  width: 30px;
  text-align: center;
}
.pagination li a:hover {
  background: #86BC25;
  color: #fff;
  text-decoration: none;
}
.pagination li a.next:hover,
.pagination li a.prev:hover {
  background: none;
  color: #86BC25;
  text-decoration: underline;
}

#respond {
  clear: both;
}

#commentform h2 {
  text-align: center;
}
#commentform h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #95d129;
  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: 1px solid transparent;
  background: #8a8989;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  transition: all 0.2s ease-in;
}
#commentform input:hover, #commentform input:focus, #commentform textarea:hover, #commentform textarea:focus {
  border-color: #86BC25;
  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: #86BC25;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease-in;
}
#commentform input#submit:hover, #commentform input#submit:focus {
  background: #a0d93b;
}
#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: #86BC25;
}
.commentlist li {
  padding: 30px;
  position: relative;
  margin-bottom: 30px !important;
  border: 1px solid #cccccc;
  transition: all 0.2s ease-in;
}
.commentlist li:hover, .commentlist li:focus {
  border-color: #86BC25;
}
.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: #86BC25;
  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 #86BC25;
  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 #bdbcbc;
}
.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: 400;
  font-size: 22px;
  text-transform: uppercase;
}
.page-template-page-acces .color {
  float: left;
  padding: 50px 0;
}

.wpcf7 {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
}
.wpcf7 h3 {
  display: inline-block;
  width: 100%;
  margin: 50px 0 30px 0 !important;
  padding-top: 15px;
  border-top: 5px solid #fff;
}
.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 p,
.wpcf7 .col-6 p {
  margin: 0;
  max-width: inherit;
}
.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,
.wpcf7 .wpcf7-number,
.wpcf7 .wpcf7-date,
.wpcf7 .wpcf7-file,
.wpcf7 .wpcf7-radio {
  position: relative;
  z-index: 9;
  background: none;
  border-bottom: 2px solid #8C8C8C;
  border-left: none;
  border-right: none;
  border-top: none;
  padding: 15px 0;
  margin-top: 8px;
  width: 100%;
  font-size: 16px;
  -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,
.wpcf7 .wpcf7-number:active,
.wpcf7 .wpcf7-number:focus,
.wpcf7 .wpcf7-date:active,
.wpcf7 .wpcf7-date:focus,
.wpcf7 .wpcf7-file:active,
.wpcf7 .wpcf7-file:focus,
.wpcf7 .wpcf7-radio:active,
.wpcf7 .wpcf7-radio:focus {
  border-color: #86BC25;
  transition: all 0.2s ease-in;
}
.wpcf7 .wpcf7-file {
  color: #454545;
}
.wpcf7 .wpcf7-radio {
  display: inline-block;
  color: #454545;
  padding: 12px 15px;
}
.wpcf7 .wpcf7-radio .first {
  margin: 0;
}
.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: #86BC25;
}
.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: #86BC25;
  padding: 10px;
  font-size: 14px;
  text-align: center;
}

.coord {
  display: inline-block;
  width: 100%;
  margin: 50px 0;
}
.coord .coord_content {
  display: flex;
  align-items: center;
  background: #8C8C8C;
}
.coord .coord_content img {
  display: block;
}
.coord .coord_content .coord_text {
  padding-left: 50px;
}
.coord .coord_content .coord_text a {
  display: inline-block;
  background: #222;
  color: #fff;
  padding: 5px 20px;
  margin: 5px 0;
  transition: all 0.2s ease-in;
}
.coord .coord_content .coord_text a:hover, .coord .coord_content .coord_text a:focus {
  text-decoration: none;
  background: #333;
}

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: #86BC25;
}
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: #8C8C8C;
  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%;
  text-align: center;
}
.error404 #content .text_404 {
  padding: 200px 80px;
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.error404 #content .text_404 h1 {
  text-align: center;
  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: #454545;
  background: #fff;
  text-align: center;
  border: 1px solid #454545;
  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: #454545;
}

.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 h2,
.entry-content h3,
.entry-content h4,
.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: linear-gradient(45deg, #86BC25 60%, #d8ff00 100%);
  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: #8C8C8C;
  display: flex;
  align-items: center;
}
#navi .logo_navi #logomob {
  max-width: 80px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}

#navi .logoblack {
  width: 100%;
}

#navi .logomenu {
  text-align: center;
}
#navi .logomenu .logo a {
  color: #454545;
}
#navi .logomenu .logo .subtitle:before, #navi .logomenu .logo .subtitle:after {
  border-color: #454545;
}
#navi .logomenu img {
  width: 100%;
  max-width: 200px;
  margin-bottom: 30px;
}

#navi .menu li a {
  color: #454545;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 10px 0;
}
#navi .menu li a:hover, #navi .menu li a:focus {
  text-decoration: none;
  border-color: #454545;
}

#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: #fff;
}
#navi .socialmobile a:hover, #navi .socialmobile a:focus {
  color: #454545;
}

.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: 16px;
  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: 8px;
  left: 30px;
  width: 100px;
  height: 50px;
  overflow: hidden;
  color: #454545;
  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: 14px;
  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: #454545;
  box-shadow: 0 9px 0 #454545, 0 -9px 0 #454545;
}

.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: #86BC25;
}

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: "←";
}

#totop {
  display: inline-block;
  background-color: #86BC25;
  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: #a0d93b;
  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 {
    top: 0;
    color: #454545;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover {
    background: none;
    color: #86BC25;
  }
  .shifter-enabled #header.f-nav .shifter-handle:hover:after {
    background: #86BC25;
    box-shadow: 0 9px 0 #86BC25, 0 -9px 0 #86BC25;
  }
  .shifter-enabled #header.f-nav .shifter-handle:after {
    background: #454545;
    box-shadow: 0 9px 0 #454545, 0 -9px 0 #454545;
  }

  .center {
    padding: 0 30px;
  }

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

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

  .photomiddle .slidetext .contentintro h1 {
    font-size: 32px;
  }
  .photomiddle .slidetext .contentintro h1 strong {
    font-size: 42px;
  }
}
@media (max-width: 1200px) {
  #header .header_line .shifter-handle {
    display: inline-grid;
  }
  #header .header_line .logo {
    margin: 0 auto;
    width: 130px;
  }

  #access {
    display: none;
  }

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

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

  #footer .footer_content {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .home #content {
    padding: 0;
  }

  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .single .photobig {
    height: 80vh;
  }

  .descendre {
    display: none;
  }

  .page-template-page-hebergements .cpt_content {
    grid-gap: 15px;
  }

  #footer .footer_content .footer_item.spe {
    display: block;
    padding-bottom: 0;
  }
}
@media (max-width: 960px) {
  #header {
    top: inherit;
    padding: 0;
  }
  #header .header_line {
    padding: 0;
  }
  #header .header_line .right_content .logo {
    padding: 5px 0;
  }
  #header .header_line .right_content #logo_normal {
    display: none;
  }
  #header .header_line .right_content #logo_down {
    display: block;
  }

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

  .admin-bar #main {
    margin-top: 0;
  }
  .admin-bar #main .photobig {
    height: 65vh;
  }

  #main {
    margin-top: 60px;
  }

  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px !important;
  }

  .col-1 {
    width: 20%;
  }

  .straight {
    padding: 0 30px;
  }

  .straight.nopad {
    padding: 0;
  }

  .straight.pad {
    padding: 30px;
  }

  .straight.wider {
    padding: 0;
  }

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

  .photobig.aligner {
    height: 65vh;
  }

  .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;
  }

  .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;
  }

  .entry-content .blog_single p,
.entry-content .blog_single h1,
.entry-content .blog_single h2,
.entry-content .blog_single h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .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,
.single-offre-emploi #header .header_line .shifter-handle {
    color: #454545;
    top: 60px;
  }
  .page-template-page-mentions-legales .straight.legal,
.page-template-page-booking .straight.legal,
.page-template-page-simple .straight.legal,
.single-offre-emploi .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,
.single-offre-emploi .straight.legal .col-2 {
    padding: 0;
  }

  .lg-has-iframe {
    height: 100%;
  }
  .lg-has-iframe .lg-video {
    height: 100% !important;
  }

  .single-offre-emploi h1 {
    font-size: 32px;
  }

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

  .entry-content.blog p,
.entry-content.blog blockquote,
.entry-content.blog h1,
.entry-content.blog h2,
.entry-content.blog h3,
.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,
.cpt_content .cpt_select .cpt_select_content h2,
.cpt_content .cpt_select .cpt_select_content h3,
.title_actu h2 {
    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;
  }

  h2 {
    font-size: 28px;
  }

  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,
.photobig.aligner {
    height: 60vh;
  }
  .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: 50px;
  }
  .photobig.aligner .slidetext .contentintro {
    padding-bottom: 0;
  }
  .photobig.aligner .slidetext .contentintro h1 {
    font-size: 34px;
  }

  .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;
  }

  .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: 781px) {
  .home .wp-block-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home .wp-block-cover .wp-block-columns {
    display: block;
  }
}
@media (max-width: 768px) {
  #header .header_line .buttonresa .button {
    font-size: 12px;
  }

  .contentvid {
    width: 340px;
  }
}
@media (max-width: 650px) {
  body {
    border: none;
    font-size: 16px;
  }

  body.menu_opened {
    overflow: hidden;
  }

  /*input {
    display: none;
  }*/
  .open {
    background-color: #454545;
    width: 24px;
    height: 2px;
    display: block;
    cursor: pointer;
    position: relative;
    top: 8px;
    margin: 0 auto;
  }
  .open:before {
    content: "";
    background-color: #454545;
    width: 24px;
    height: 2px;
    display: block;
    position: relative;
    top: -8px;
    transform: rotate(0deg);
    transition: all 0.3s ease;
  }
  .open:after {
    content: "";
    background-color: #454545;
    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: #fff;
    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: 33.33%;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    border-right: 1px solid #f2f2f2;
    padding: 10px;
  }
  .content_menu label:hover {
    background: #f2f2f2;
  }
  .content_menu label a {
    color: #454545;
    font-weight: 400;
    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: #454545;
  }
  .content_menu label.last {
    border: none;
  }

  .menuOpen {
    display: block;
    cursor: pointer;
    float: left;
    width: 100% !important;
  }
  .menuOpen .name {
    display: block;
    margin-top: 23px;
    line-height: normal;
    color: #454545;
    font-weight: 400;
  }

  .menu_display {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #86BC25 60%, #d8ff00 100%);
  }
  .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: #fff;
    margin: 0 10px;
    font-size: 18px;
  }
  .menu_display .menuContent .logomenu .logo {
    margin-bottom: 30px;
  }
  .menu_display .menuContent .logomenu .logo img {
    max-width: 120px;
  }
  .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-size: 18px;
    font-weight: 500;
    display: block;
    color: #454545;
    text-decoration: none;
    transition: color 0.2s;
    padding: 6px 10px;
  }

  .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: #454545;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }

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

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

  h2,
h2.wp-block-heading,
h2 strong {
    line-height: 1.2;
    font-size: 28px;
  }

  .straight ul {
    padding: 0;
  }

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

  #header {
    position: absolute;
    background: #fff;
    margin: 0;
    width: 100%;
  }
  #header .header_line {
    padding: 5px;
    background: none;
  }
  #header .header_line:after {
    display: none;
  }
  #header .header_line .right_content .logo {
    width: 100px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    padding: 5px 5px 0 5px;
  }
  #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;
  }

  #footer .footer_content {
    display: block;
  }
  #footer .footer_content .footer_item.img a,
#footer .footer_content .footer_item.img #custombg {
    max-width: inherit;
  }

  #main {
    margin-top: 0;
  }

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

  #content {
    z-index: 999;
    padding: 50px 0 0;
  }

  .button {
    font-size: 12px;
  }

  .photobig,
.photobig.aligner {
    height: 500px;
    min-height: inherit;
    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,
.photobig.aligner .slidetext .contentintro,
.photomiddle .slidetext .contentintro {
    margin: 0;
  }
  .photobig .slidetext .contentintro h1,
.photobig.aligner .slidetext .contentintro h1,
.photomiddle .slidetext .contentintro h1 {
    font-size: 32px;
  }
  .photobig .slidetext .contentintro h1 strong,
.photobig.aligner .slidetext .contentintro h1 strong,
.photomiddle .slidetext .contentintro h1 strong {
    font-size: 40px;
  }
  .photobig .slidetext .contentintro .subtitle,
.photobig.aligner .slidetext .contentintro .subtitle,
.photomiddle .slidetext .contentintro .subtitle {
    font-size: 22px;
  }

  .photomiddle {
    min-height: inherit;
    height: 300px;
  }
  .photomiddle .slidetext .contentintro {
    max-width: inherit;
    padding: 0 30px 30px 30px;
  }
  .photomiddle .slidetext .contentintro .breadcrumb {
    margin-bottom: 10px;
    font-size: 10px;
    line-height: normal;
  }
  .photomiddle .slidetext .contentintro h1 {
    font-size: 20px;
  }
  .photomiddle .slidetext .contentintro h1 strong {
    font-size: 28px;
  }

  .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;
  }

  .home .photobig .slidetext {
    padding: 30px;
  }
  .home .wp-block-group {
    padding: 1px 0;
  }
  .home .cpt_content {
    padding: 0;
  }
  .home .cpt_content .cpt_select .cpt_select_content {
    padding: 30px;
  }
  .home .cpt_content .cpt_select .cpt_select_content h3 {
    font-size: 20px !important;
  }
  .home .cpt_content.simple .cpt_select_content {
    display: block;
    text-align: center;
  }
  .home .cpt_content.simple .cpt_select_content h3 {
    margin-bottom: 15px;
  }
  .home .title_actu {
    display: block;
    text-align: center;
    margin: 50px auto 0;
  }

  .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);
  }

  .cpt_content {
    grid-template-columns: repeat(1, 1fr);
  }

  .single-post #main,
.category #main,
.error404 #main {
    margin-top: 0;
  }

  .page-template-page-offre-emploi .cpt_content .cpt_select .cpt_select_content,
.single-offre-emploi .cpt_content .cpt_select .cpt_select_content {
    display: block;
    text-align: center;
  }
  .page-template-page-offre-emploi .cpt_content .cpt_select .cpt_select_content h3,
.single-offre-emploi .cpt_content .cpt_select .cpt_select_content h3 {
    margin-bottom: 15px;
  }

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

  .content_menu {
    width: 100%;
  }

  #totop {
    bottom: 80px;
  }

  .single .photobig {
    height: 500px;
  }
  .single .photobig.aligner .slidetext {
    padding: 0 30px 30px 30px;
  }
  .single .specs {
    padding: 0 30px 30px 30px;
  }

  .grid-4 {
    grid-template-columns: repeat(1, 1fr);
  }

  #map {
    height: 300px !important;
  }
  #map .leaflet-popup {
    font-size: 14px;
  }
  #map .leaflet-popup strong {
    font-size: 18px;
  }

  .wpcf7 input {
    border-radius: none;
  }

  .single-offre-emploi h1 {
    font-size: 24px;
  }
  .single-offre-emploi h2,
.single-offre-emploi h2.wp-block-heading {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 24px;
  }

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

  .admin-bar.home #main .photobig.aligner {
    height: 350px;
  }
  .admin-bar.home #main .photobig.aligner .fullscreen-bg__video {
    height: 100%;
  }

  .home .photobig.aligner {
    height: 350px;
  }
  .home .photobig.aligner .fullscreen-bg__video {
    height: 100%;
  }

  .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;
  }

  .straight.relative {
    position: relative;
  }

  .partners {
    display: inline-block;
    white-space: nowrap;
    overflow-x: auto;
    padding: 30px 30px 30px 0;
  }
  .partners:after {
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    pointer-events: none;
  }
  .partners .brand {
    display: inline-block;
  }
  .partners .brand img {
    height: 30px;
  }
}