/*  
Theme Name: Villa Henriette
Theme URI: https://villa-henriette.fr/
Description: Thème Wordpress pour la Villa Henriette
Author: Initial
Author URI: https://initialcaen.fr/
*/

@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #000000;
  --col-vert-clair: #F2F7F4;
  --col-vert-moyen:#C2D8C9;
  --col-vert-normal:#39624B;
  --col-vert-fonce:#263F32;
  --col-vert-sombre:#20342A;
  --col-beige-normal:#ECD5B6;
  --col-beige-clair:#F7EDDD;
  --col-gris: #1E1E1E;
  --col-blanc: #FFFFFF;
  --rgb-noir: 0, 0, 0;
  --rgb-vert-clair: 242, 247, 244;
  --rgb-vert-moyen:194, 216, 201;
  --rgb-vert-normal: 57, 98, 75;
  --rgb-vert-fonce: 38, 63, 50;
  --rgb-vert-sombre: 32, 52, 42;
  --rgb-beige-normal: 236, 213, 182;
  --rgb-beige-clair: 247, 237, 221;
  --rgb-gris: 30, 30, 30;
  --rgb-blanc: 255, 255, 255;

  --size-h1: 48px;
  --size-h1-line1: 48px;
  --size-h1-line2: 80px;
  --size-h1-line3: 40px;
  --size-h2: 48px;
  --size-h3: 40px;
  --size-h4: 30px;
  --size-surtitre:  12px;
  --size-titre-intro:  36px;
  --size-big-txt:  22px;
  --size-txt:  18px;

  --navbar-height: 140px;
  --sticky-height: 140px;

  --width-header-logo: 200px;
  --width-footer-logo:  200px;

  --slider-home-height:  100svh;
  --slider-page-height:  500px;
  --slider-photo-height: 500px;

  --width-container: 1440px;
  --marge-left:  calc( (100vw - var(--width-container)) / 2);
  --marge-right:  calc( (100vw - var(--width-container)) / 2);

  --cadre-photo-height-min: 280px;
  --cadre-photo-height-med: 480px;
  --cadre-photo-height-max: 560px;
  --banniere-photo-height:  740px;
  --button-cross-height:24px;

  --radius-min: 20px;
  --radius-med: 40px;
  --radius-max: 100px;

  --main-padding:  120px;
  --main-padding-min: 40px;
  --main-padding-left:  100px;
  --main-padding-right: 100px;

  --transition-duration : 0.45s;

  --arrow-right: polygon(0 40%,91% 40%,80% 0%, 88% 0%,100% 50%,88% 100%,80% 100%,91% 60%,0 60%);
}

/*** Animations ***/
@-webkit-keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    filter: blur(0); 
  }
}
@keyframes loading {
  0%, 30%
  {
    opacity: 0;
    filter: blur(0); 
  }
  30%, 50%
  {
    opacity: 1;
    filter: blur(0); 
  }
  95%
  {
    filter: blur(1.1em);
  }
  100%
  {
    filter: blur(0); 
  }
}
@-webkit-keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@keyframes fondu {
  0%, 80%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBigUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 150px, 0);
    transform: translate3d(0, 150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInBigDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBigDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -150px, 0);
    transform: translate3d(0, -150px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes photoIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes photoIn {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  5% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes enterHome {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}
@keyframes enterHome {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
/*    filter: blur(1.1rem);*/
/*    transform: scale(1.02,1.02);*/
  }
  100% {
    opacity: 1;
/*    filter: blur(0);*/
/*    transform: scale(1,1);*/
  }
}

@-webkit-keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@keyframes circleHome {
  0% {clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  70% { clip-path: circle(0% at 50% 50vh); -webkit-clip-path: circle(0% at 50% 50vh);}
  100% { clip-path: circle(125% at 50% 50vh); -webkit-clip-path: circle(125% at 50% 50vh);}
}
@-webkit-keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@-webkit-keyframes buttonFromLeft {
   0% { width:0%; opacity:0; height:100%; margin-top:0; margin-left:0; left:0;}
   25% { opacity:1;}
   50% { height:100%; width:100%; margin-top:0em; margin-left:0; left:0px;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left: 0; left:0;}
}
@keyframes buttonFromLeft {
   0% { width:0%; opacity:0; height:100%; margin-top:0; margin-left:0; left:0;}
   25% { opacity:1;}
   50% { height:100%; width:100%; margin-top:0em; margin-left:0; left:0px;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left: 0; left:0;}
}
@keyframes blurOut {
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes blurOut {
     100%     { filter:blur(0px); -webkit-filter:blur(0px);}
}
@-webkit-keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@keyframes hoverBulle {
  0% {transform: scale(1.0); -webkit-transform: scale(1.0);}
  25% {transform: scale(1.025); -webkit-transform: scale(1.025);}
  50% {transform: scale(0.975); -webkit-transform: scale(0.975);}
  100% {transform: scale(1.0); -webkit-transform: scale(1.0);}
}
@-webkit-keyframes hoverArrow {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(3px, 0px);
    -ms-transform: translate(3px, 0px);
    transform: translate(3px, 0px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
@-webkit-keyframes hoverArrowLeft {
  0% {
    -webkit-transform: rotate(-180deg) translate(0px, 0px);
    -ms-transform: rotate(-180deg) translate(0px, 0px);
    transform: rotate(-180deg) translate(0px, 0px);
  }
  5% {
    -webkit-transform: rotate(-180deg) translate(3px, 0px);
    -ms-transform: rotate(-180deg) translate(3px, 0px);
    transform: rotate(-180deg) translate(3px, 0px);
  }
  30%,
  100% {
    -webkit-transform: rotate(-180deg) translate(0px,0px);
    -ms-transform: rotate(-180deg) translate(0px,0px);
    transform: rotate(-180deg) translate(0px,0px);
  }
}
@-webkit-keyframes hoverArrowDown {
  0% {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  5% {
    -webkit-transform: translate(0px, 3px);
    -ms-transform: translate(0px, 3px);
    transform: translate(0px, 3px);
  }
  30%,
  100% {
    -webkit-transform: translate(0px,0px);
    -ms-transform: translate(0px,0px);
    transform: translate(0px,0px);
  }
}
@keyframes effectGoRight {
  0% {
    left: -400px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity:0;
  }
}
@-webkit-keyframes effectGoRight {
  0% {
    left: -400px;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity:0;
  }
}
@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes leftToRight {
  0% {width: 0%}
  100% {width: 100%}
}
@keyframes leftToRight {
  0% {width: 0%}
  100% {width: 100%}
}
@-webkit-keyframes topToBottom {
  0% {height: 0%}
  100% {height: 100%}
}
@keyframes topToBottom {
  0% {height: 0%}
  100% {height: 100%}
}
@-webkit-keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@keyframes slideFade {
 0% {
  opacity:0
 }
 30% {
  opacity:0
 }
 100% {
  opacity:1
 }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes defilement-rtl {
  from { transform: translateX(100dvw); }
  to { transform: translateX(-100%); }  
}
@keyframes defilement-ltr {
  from { transform: translateX(-100%); }
  to { transform: translateX(100dvw); }  
}
@keyframes minBounceUp {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  60% {
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes minBounceDown {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  60% {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
}
@keyframes entree-titre-anime-ligne1 {
  0% { transform: translateX(100dvw); }
/*  75% { transform: translateX(25%); }*/
  100% { transform: translateX(0px); }  
}
@keyframes entree-titre-anime-ligne2 {
  0% { transform: translateX(-100%); }
/*  75% { transform: translateX(25%); }*/
  100% { transform: translateX(5%); }  
}
@keyframes sortie-titre-anime-ligne1 {
  0% { transform: translateX(0px); }
  75% { transform: translateX(-95%); }
  100% { transform: translateX(-100%); }  
}
@keyframes defilement-ltr {
  from { transform: translateX(-100%); }
  to { transform: translateX(100dvw); }  
}
@keyframes anim-annee-histoire {
  from { transform: translateX(200%); }
  to { transform: translateX(15px); }  
}
@-webkit-keyframes revealText {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes revealText {
  0% {
    opacity: 1;
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes smallToBig {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes smallToBig {
  0% {
    -webkit-transform: scale(.8);
    transform: scale(.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*
@keyframes bannerEnter {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
*/
@keyframes bannerEnter {
  0% {
    transform: scale(1.05) rotate(-3deg);
  }
  50% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1.05) rotate(-3deg);
  }
}
@keyframes showTitleH1 {
  0% {
    opacity: 0;
    transform: scale(0.96);
    filter:blur(2px)
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter:blur(0px)
  }
}
@keyframes hoverIllustration {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/*** Règles ***/
html {
  background-color: var(--col-blanc);
  color: var(--col-vert-sombre);
}
/*** On cache les anims ***/
.wow {
  visibility: hidden;
}
/*** Loader ***/
html.loader body .wrapper {
  position:relative;
  animation-name: enterHome;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2s;
  animation-fill-mode:both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  -webkit-animation-name: enterHome;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}
html.loader-home body .wrapper {
  animation-duration: 2.5s;
  -webkit-animation-duration: 2.5s;
}
.loader-anim {
  display: none;
  opacity: 0;
}
html.loader .loader-anim {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background-color: var(--col-vert-sombre);
  opacity: 1;
}
html.loader .loader-anim img,
html.loader .loader-anim svg {
  display: none;
}
html.loader-home .loader-anim img,
html.loader-home .loader-anim svg {
  position: fixed;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  max-width: 25%;
  animation-name: loading;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 1.8s;
  -webkit-animation-name: loading;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1.8s;
  opacity: 1;
  display:block;
}
div.loader {
  position: fixed;
  inset: 0;
  background: #263f32;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.loader-inner img,
.loader-inner svg {
  width: 120px;
  height: auto;
}
.page {
  opacity: 0;
  will-change: opacity;
}
body {
  font-size: var(--size-txt);
  font-family: "exposure-trial", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1.5em;
  color: var(--col-noir);
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body .wrapper {
  background-color: var(--col-blanc);
  min-height: 100vh;
/*  overflow-x: hidden;*/
}
::-moz-selection {
  background: var(--col-vert-sombre);
  color: var(--col-blanc);
  text-shadow: none;
}

::selection {
  background: var(--col-vert-sombre);
  color: var(--col-blanc);
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--col-blanc);
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0 !important;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  -webkit-tap-highlight-color: transparent;
/*
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container,
  .wp-block-embed {
    max-width:var(--width-container);
  }
  .wp-block-embed {
    margin-left:auto;
    margin-right: auto;
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  position:relative;
  color:var(--col-vert-clair);
}
a:visited,
a:focus,
a:link {
  color:var(--col-vert-clair);
}
a:hover {
  color:var(--col-vert-clair);
}
header a,
.logo-footer a {
  border: none!important;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}

img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.vertical-align-center {
  height: auto;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;  
  align-items: flex-start;
}
.vertical-align-top {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: start;  
}
.vertical-align-bottom {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;  
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
}


/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
/*** Téléphone ***/
.fixed-telephone {
  position: fixed;
  top: 25%;
  right: 0;
  z-index: 3;
  overflow: hidden;
  padding:5px 0px 5px 5px;
}
.fixed-phone {
  display: flex;
  align-items: center;
  height: 40px;
  background: var(--col-vert-moyen);
  text-decoration: none;
  white-space: nowrap;
  color:var(--col-vert-sombre)!important;
  text-decoration: none!important;
  font-weight:700;  
  box-shadow: 1px 1px 5px 1px rgba(var(--rgb-noir),.25);
  transform: translateX(calc(100% - 40px));
  transition: all 0.35s ease;
}
.fixed-phone:hover {
  transform: translateX(0);
/*
  background: var(--col-vert-fonce);
  color:var(--col-blanc);
*/
}
.phone-svg {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phone-svg svg {
  width: 22px;
  height: 22px;
}
.phone-svg svg path {
  stroke:var(--col-vert-sombre);
  transition: all 0.35s ease;
}
.fixed-phone {
  padding-right: 16px;
  gap: 10px;
}
/*
.fiexed-phone:hover .phone-svg svg path {
  stroke:var(--col-blanc);
}
*/
.phone-svg {
  animation: phoneFlash 2s ease-in-out infinite;
}
@keyframes phoneFlash {
  0%, 100% {
    opacity: 1;
    filter: brightness(1);
  }

  20% {
    opacity: 0.45;
    filter: brightness(1.8);
  }

  40% {
    opacity: 1;
    filter: brightness(1);
  }

  65% {
    opacity: 0.55;
    filter: brightness(1.6);
  }

  85% {
    opacity: 1;
    filter: brightness(1);
  }
}/*** BACK TO TOP ***/
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 15px;
  color: var(--col-blanc);
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: all 0.2s ease-in; 
  -webkit-animation: animtop 2s infinite 2s;
  animation: animtop 2s infinite 2s;
}
.back-to-top .arrow-svg {
  will-change: transform;
  transform-origin: center;
  transition:transform var(--transition-duration) ease;
}
.back-to-top svg {
  transform:rotate(180deg);
}
.back-to-top svg rect {
  stroke:var(--col-vert-fonce)!important;
  fill:var(--col-vert-fonce)!important;
}
@keyframes animtop {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.back-to-top:hover {
  transform:translateY(-3px);
}
.back-to-top:hover .arrow-svg {
  transform:scale(1.15);
}
.back-to-top.visible {
  opacity:0.9;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block; 
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top.visible:hover {
  opacity:1;
}
.back-to-top a:hover .arrow-svg svg rect {
  stroke:var(--col-vert-fonce)!important;
  fill:var(--col-vert-fonce)!important;
}
.back-to-top a:hover .arrow-svg svg path {
  fill:var(--col-blanc)!important;
}
@media (min-width:992px) {
  .back-to-top {
    width:60px;
    height:60px;
  }
  .back-to-top a {
    height: 60px;
    width: 60px;
  }
  .back-to-top a::before {
    width:20px;
    height: 20px;
    left:20px;
    top:20px;
  }
}
/*** ReCaptcha Badge ***/
.grecaptcha-badge { 
  visibility: hidden;
}
/*** cookies : tarteaucitron ***/
body #tarteaucitronRoot * {
  font-family:'exposure-trial', sans-serif !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif !important;
  border:none!important;
  background:rgba(var(--rgb-vert-sombre), 0.9)!important;
  transition:background-color 0.5s ease;
  box-shadow: 0px -1px 4px 1px rgba(0,0,0,.10);
}
body #tarteaucitronRoot #tarteaucitronAlertBig:hover {
  background:rgba(var(--rgb-vert-sombre), 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif!important;
  color: var(--col-blanc) !important;
  font-weight: 300!important;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize, 
body #tarteaucitronAlertBig #tarteaucitronPersonalize2, 
body .tarteaucitronCTAButton, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronRoot .tarteaucitronDeny, 
body #tarteaucitronRoot .tarteaucitronAllow {
  background-color: var(--col-beige-normal)!important;
  color:var(--col-vert-fonce);
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif!important;
}
body #tarteaucitronRoot .tarteaucitronDeny {
  background-color: var(--col-gris)!important; 
  color: var(--col-blanc)!important;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert, 
body #tarteaucitron #tarteaucitronPrivacyUrl, 
body #tarteaucitron #tarteaucitronPrivacyUrlDialog {
  background-color: #ffffff!important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron .tarteaucitronBorder {
  background-color: #efefef !important;
  border: 1px solid #dfdfdf !important;
}
body #tarteaucitronRoot .tarteaucitronH1,
body #tarteaucitronRoot .tarteaucitronH2 {
  text-transform: uppercase;
  color: var(--col-noir)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-noir)!important;
  border: none!important;
}
body #tarteaucitronAlertSmall,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  opacity: .75;
  right: auto;
  left: 70px;
}
body #tarteaucitronAlertSmall:hover,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer:hover {
  opacity: 1;
}
/*** Header ***/
.navbar {
  border-radius: 0px;
  border:0px;
  margin:0px 0 0;
  position: fixed;
  top:0px;
  z-index: 1010;
  width: 100%;
  height: var(--navbar-height);
  padding: 20px 0px 20px;
  background-color: transparent;
  transition: all .350s ease-in;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
}
.navbar .container {
  padding: 0;
/*  position: relative;*/
}
html.without-background .navbar,
.navbar.sticky {
  background-color: rgba(var(--rgb-vert-fonce),1);
}
.navbar.sticky {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  height: var(--sticky-height);
}
.navbar.sticky .wow {
  visibility: visible!important;
}
.navbar.sticky.navbar-hidden {
  transform: translate3d(0,calc(-100% - 40px),0);
}
.logo-menu-container {
  width:100%;
  padding:0 15px;
  height: 70px;
  display: flex;
}
.logo-menu-container .sitename {
  display:none;
}
.navbar .brand-container {
  margin:0px;
}
.navbar h1,
.navbar .h1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.navbar-brand {
  position: relative;
  vertical-align:top;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin-right:0;
  height: 100%;
  width: var(--width-header-logo);
}
.navbar .logo {
  max-height:100px;
  text-align: center;
  width: auto;
  margin: 0 auto;  
}
.menu-container .menu-left,
.menu-container .menu-right {
  width:calc(50% - 100px);
}
.menu-container .menu-left .menu-container {
  justify-content: flex-start;
  height:100%;
}
.menu-container .menu-right .menu-container {
  justify-content: flex-end;
  height:100%;
}
.menu-container .menu-left ul,
.menu-container .menu-right ul {
  padding:0;
}
.menu-languages {
  width:auto;
  height: 100%;
  padding-left: 20px;
  text-align: right;
  position: relative;
  display: flex;
  cursor: pointer;
}
.menu-languages .languages {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.menu-languages ul.languages li {
  text-align: center;
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px!important;
  transition: all 0.35s ease-in-out;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}  
.menu-languages ul.languages li a {
  text-decoration: none;
  border-bottom:0;
  opacity:.32;
}
.menu-languages .languages li.current-lang a,
.menu-languages ul.languages li a:hover {
  opacity:1;
}
.menu-responsive {
  display:none;
  opacity:0;
}
.menu-burger {
  height:40px;
  width: auto;
  position: absolute;
  right: 15px;
  top: 10px;
  padding-right: 0px;
/*  transform: translateY(-50%);*/
  text-align: left;
  display: flex;
}
.menu-burger button {
  position: relative;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  background-color:transparent;
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  width:100%;
  text-align:left;
  top: 0px;
  padding: 0 25px;
  width: 60px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:2px;
  width:30px;
  left: 15px;
  background-color:var(--col-blanc);
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(2) {
  position:absolute;
  height:2px;
  width:30px;
  left: 15px;
  background-color:var(--col-blanc);
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-burger .icon-bar:nth-child(1) {
  top:14px;
}
.menu-burger .icon-bar:nth-child(2) {
  top:20px;
}
.menu-burger .icon-bar:nth-child(3) {
  top:26px;
}
.menu-burger:not(.menu-close) button:hover .icon-bar {
  background-color: var(--col-blanc);
}
/*
.menu-burger:not(.menu-close) button:hover .icon-bar:nth-child(1) {
  animation: minBounceUp 1s;
  animation-delay: 0s;
}
.menu-burger:not(.menu-close) button:hover .icon-bar:nth-child(3) {
  animation: minBounceDown 1s;
  animation-delay: 0s;
}
*/
.header-contacts {
  position: absolute;
  right: calc( ((100% - var(--width-container)) / 2) + 15px);
  top: 0px;
  background-color: var(--col-vert-clair);
  color: var(--col-blanc);
  border-bottom-left-radius: var(--radius-min);
  border-bottom-right-radius: var(--radius-min);
  padding: 12px 20px 12px;
  display: none;
}
.menu-responsive .header-contacts {
  display: flex;
  bottom: 0;
  top: auto;
  border-top-left-radius: var(--radius-min);
  border-top-right-radius: var(--radius-min);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;  
}
.header-contacts a {
  color: var(--col-blanc);
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
}
.header-contacts a:hover {
  text-decoration: none;
  color: var(--col-noir);
}
.header-contacts .icone {
  margin-right: 6px;
}
.header-contacts .phone-container .icone svg path {
  fill: var(--col-blanc);
}
.header-contacts .mail-container .icone svg path {
  stroke: var(--col-blanc);
}
.header-contacts .mail-container {
  margin-left: 25px;
}
@media (min-width:1200px) {
  .menu-responsive {
    display: none;
  }
  .menu-burger {
    display:none;
  }
  nav .header-contacts {
    display: flex;
  }
  .menu-container {
    width:100%;
    display:flex;
    justify-content: space-between;
    padding-left:0px;
  }
  .menu-container .menu-header-principal {
    display: flex;
    flex-direction: column;
    justify-content: center; 
    height:100%;
  }
/*
  .sticky .menu-container .menu-header-principal {
    justify-content: start;
  }
*/
  .menu-container .menu-header-principal ul.menu {
    display:flex;
    justify-content: center;
    padding:0px;
    margin:0;
    list-style:none;
  }
  .menu-container .menu-header-principal ul.menu li {
    float:left;
    position:static;
    font-size: 14px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    font-family: 'Syne';
    line-height: 45px;
    color: var(--col-blanc);
    padding: 0 15px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    position:relative;
    text-align: center;
    color: var(--col-blanc);
    opacity: 1;
    text-decoration: none;
    padding-bottom:4px;
  }
  .menu-container .menu-header-principal ul.menu li a::after {
    content:"";
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    border-bottom:solid 1px var(--col-blanc);
    transition: all .35s ease-in-out;
  }
  .menu-container .menu-header-principal ul.menu li a:hover {
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu li a:hover::after {
    width:0;
  }
  .menu-container .menu-header-principal ul.menu li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header-principal ul.menu li:last-child {
    padding-right: 0;
  }
  .menu-container ul.menu li.bt-standard a {
    display: block;
    background-color: transparent;
    border: solid 1px var(--col-blanc)!important;
    color: var(--col-blanc);
    text-align:center;
    cursor:pointer;
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-standard a:hover {
    background-color: var(--col-blanc);
    border: solid 1px var(--col-blanc)!important;
    color: var(--col-noir);
  }
  .menu-container ul.menu li.bt-important a {
    position: relative;
    display: block;
    background-color: transparent;
    border: solid 1px var(--col-vert-clair)!important;
    border-radius: var(--radius-max);
    color: var(--col-vert-clair);
    text-align:center;
    cursor:pointer;
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
    width:auto;
    text-decoration: none;
  }
  .menu-container ul.menu li.bt-important a:hover {
    background-color: var(--col-vert-clair);
    border: solid 1px var(--col-vert-clair)!important;
    color: var(--col-blanc);
  }
  .menu-container .menu-header-principal ul.menu > li:not(.bt-important) a:hover,
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2) {
/*    transform:scaleX(1);*/
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2),
  .menu-container .menu-header-principal ul.menu > li li.menu-item-level2.current-menu-item a.submenu-item-level2,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2),
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2) {
    color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2)::after,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2)::after,
  .menu-container .menu-header-principal ul.menu > li li.menu-item-level2.current-menu-item a.submenu-item-level2::after,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-menu-item:not(.bt-important) a:not(.submenu-item-level2)::after,
  nav.sticky .menu-container .menu-header-principal ul.menu > li.current-page-ancestor:not(.bt-important) a:not(.submenu-item-level2)::after {
    border-color: var(--col-vert-moyen);
  }
  .menu-container .menu-header-principal ul.menu > li.current-menu-item.bt-standard a,
  .menu-container .menu-header-principal ul.menu > li.current-page-ancestor.bt-standard a {
    background-color: var(--col-blanc);
  }
  /* Sous-menu*/
}
@media (min-width: 1200px) {
  .menu-container .menu-header-principal ul.menu {
    padding: 0px;
  }
  .menu-container .menu-header-principal ul.menu li {
    font-size: 14px;
    padding: 0 15px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 45px;
  }
  .menu-container .menu-header-principal ul.menu li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header-principal ul.menu li:last-child {
    padding-right: 0;
  }
}
@media (min-width:1500px) {
  .menu-container .menu-header-principal ul.menu li {
    font-size: 14px;
    padding: 0 20px;
  }
  .menu-container .menu-header-principal ul.menu li a {
    height: 45px;
  }
  .menu-container ul.menu li.bt-standard a {
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
  }
  .menu-container ul.menu li.bt-important a {
    padding: 0px 25px 0px 25px;
    line-height: 45px;
    height: 45px;
  }
  .menu-container ul.menu li.bt-important a::after {
    right: 30px;
  }
}

.menu-richmenu {
  visibility: hidden;
  position: absolute;
  top: var(--navbar-height);
  left: 0;
  right: 0;
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition: transform 300ms cubic-bezier(0.165, 0.840, 0.440, 1.000),
  opacity 150ms ease-out,
  visibility 400ms;
}
.menu-item.richmenu-active .menu-richmenu {
  visibility: visible;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.navbar.sticky .menu-richmenu {
  top: calc(var(--sticky-height) + 30px);
}
.richmenu-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background-color: var(--col-blanc);
  visibility: hidden;
  opacity: 0;
  transition: opacity 250ms ease-out,
  visibility 250ms;
}
.state-richmenu .richmenu-layer {
  visibility: visible;
  opacity: .75;
}
.richmenu-wrapper {
  position: relative;
  width: var(--width-container);
  margin-left: auto;
  margin-right: calc(var(--marge-right) + 6px);
  background-color: var(--col-blanc);
  border-radius: 30px;
  box-shadow: 0 0 30px 0 rgba(var(--rgb-noir),.25);
  padding: 30px;
  min-height: 300px;
  display: flex;
  overflow: hidden;
}
.richmenu-wrapper .richmenu-col:first-child {
  width: 30%;
}
.richmenu-wrapper .richmenu-col:nth-child(2) {
  width: 35%;
}
.richmenu-wrapper .richmenu-col:nth-child(3) {
  width: 35%;
}
.richmenu-wrapper .richmenu-photo .cadre-photo {
  height: 300px;
}
.richmenu-wrapper .richmenu-content {
  text-align: left;
  padding-left: 30px;
}
.richmenu-wrapper .richmenu-content .h3 {
  color: var(--col-vert-clair);
  font-weight: 800;
  line-height: 1.1em;
}
.richmenu-wrapper .richmenu-content .texte {
  font-weight: 700;
  font-size: var(--size-txt);
  line-height: 1.2em;
  text-transform: none;
}
.richmenu-wrapper .richmenu-content a.button-1 {
  color: var(--col-vert-clair)!important;
}
.richmenu-wrapper .richmenu-content a.button-1:hover {
  color: var(--col-blanc)!important;
}
.richmenu-wrapper .richmenu-submenu {
  padding-left: 30px;
}
.richmenu-wrapper .richmenu-submenu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.richmenu-wrapper .richmenu-submenu ul li {
  padding-left: 0!important;
  padding-right: 0!important;
  text-transform: none!important;
  font-weight: 600!important;
  height: 45px;
  border-bottom: solid 1px var(--col-gris-clair);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
.richmenu-wrapper .richmenu-submenu ul li:last-child {
  border-bottom: none;
}
.richmenu-wrapper .richmenu-submenu ul li a {
  width: 100%;
  display: block;
  text-align: left !important; 
  height: auto!important;
  line-height: 1.1em; 
}
.richmenu-wrapper .richmenu-submenu ul li a::before {
  display: none!important;
}
.richmenu-wrapper .richmenu-submenu ul li a::after {
  content: "";
  position: absolute;
  z-index: 0;
  clip-path: polygon(0 40%,68% 40%,40% 10%, 56% 0%,100% 50%,56% 100%,40% 90%,68% 60%,0 60%);
  background-color: var(--col-vert-clair);
  width: 11px;
  height: 12px;
  right: 0px;
  top: calc(50% - 6px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
.richmenu-wrapper .richmenu-submenu ul li a:hover::after {
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.richmenu-wrapper .close-menu .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 0;
  opacity: 1;
}
.richmenu-wrapper .close-menu .close:hover {
  opacity: 1;
}
.richmenu-wrapper .close-menu .close::before,
.richmenu-wrapper .close-menu .close::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--col-vert-clair);
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}
.richmenu-wrapper .close-menu .close::after {
  transform: rotate(-45deg);
}
.richmenu-wrapper .close-menu .close:hover::before,
.richmenu-wrapper .close-menu .close:hover::after {
  background-color: var(--col-noir);
}
.menu-responsive {
  position:fixed;
  width:100%;
  height:100dvh;
  z-index:10000;
  right:-100vw;
  opacity:1;
  top:0px;
  background:var(--col-vert-fonce);
  display: block;
  font-family: 'Syne', sans-serif;
  transition: all 0.75s cubic-bezier(.4,0,0,1);
} 
.menu-responsive .bg-marine {
  height: 100dvh;
}
.menu-responsive.menu-responsive-active {
  right: 0;
  opacity: 1;
}
.menu-responsive .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.menu-responsive .logo-menu-container {
  position: relative;
  width:100%;
  height:100px;
  padding:10px 15px;
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  height:120px;
  padding-top:20px;
}
.menu-responsive .navbar-brand img,
.menu-responsive .navbar-brand svg {
  max-height:100px;
  max-width: var(--width-header-logo);
}
.menu-responsive .menu-burger {
  top: 45px;
}
.menu-responsive .menu-burger button {
  height:40px;
  top:0px;
  background-color:transparent;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  text-align:left;
  padding: 0 25px;
  width: 60px;
  transition: all .35s ease-in-out, transform .6s cubic-bezier(.34,5.56,.64,1);
}
.menu-responsive .menu-burger .icon-bar:nth-child(2) {
  display:none;
}
.menu-responsive .menu-burger .icon-bar:nth-child(1) {
  transform:rotate(-45deg);
  top:20px;
  left: 20px;
  width: 20px;
  background-color:var(--col-blanc);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top:20px;
  left: 20px;
  width: 20px;
  background-color:var(--col-blanc);
}
.menu-responsive .menu-burger button:hover {
  background-color:var(--col-vert-sombre);  
}
.menu-responsive .menu-burger button:hover .icon-bar {
  background-color:var(--col-blanc);  
}
.menu-responsive .menu-responsive-container {
  margin-top:80px;
  padding: 0 15px 0 15px;
}
.menu-responsive .menu-responsive-secondaire {
  margin-top: 20px;
  margin-left: -18px;
}
.menu-responsive .reseaux-sociaux-container {
  margin-top: 20px;
  padding: 0 15px 0 15px;
}
.menu-responsive-container ul {
  list-style:none;
  margin:0px auto 0px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-responsive-container .menu-header-principal:first-child ul {
  margin-top:20px;
}
.menu-responsive-container ul.sub-menu {
  display:none;
  opacity:0;
}
.menu-responsive-container ul.sub-menu.sub-menu-active {
  display: block;
  opacity: 1;
  animation-name: slideFade;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  animation-delay: .10s;
  animation-duration: .10s;
  transition: all .35s ease-in-out;
}
.menu-responsive-container li {
  position:relative;
  padding:0px 0px!important;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  height:56px;
  display:flex;
  align-items: center;
  text-align: left;
}
.menu-responsive-container li:first-child {
  padding-top:0px;
}
.menu-responsive-container li:last-child {
  padding-bottom:0px;
}
.menu-responsive-container li a {
  position:relative;
  color:var(--col-blanc);
  text-decoration: none;
  padding-bottom:4px;
}
.menu-responsive-container li a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  border-bottom:solid 1px var(--col-blanc);
  transition: all .35s ease-in-out;
}

/*
.menu-responsive-container .menu-responsive-principal ul.menu li:not(.bt-important) a::before {
  content: "+";
  display: inline-block;
  margin-right: 6px;
  color: var(--col-vert-clair);
  font-weight: 300;
}  
.menu-responsive-container .menu-responsive-principal ul.menu li:not(.bt-important) ul li a::before {
  display: none;
}
*/
.menu-responsive-container li a:hover,
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  color: var(--col-vert-clair);
}
.menu-responsive-container li.current-menu-item a,
.menu-responsive-container li.current-page-ancestor a {
  font-weight: 700;
}
.menu-responsive-container ul li.bt-standard a {
  display: inline-block;
  background-color: transparent;
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 30px 0px 30px;
  line-height: 56px;
  height: 56px;
  width:auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-standard a:hover {
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-vert-clair);
}
.menu-responsive-container ul li.bt-important a {
  display: inline-block;
  background-color: var(--col-vert-clair);
  border: solid 1px var(--col-vert-clair)!important;
  border-radius: var(--radius-min);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 25px 0px 25px;
  line-height: 45px;
  height: 45px;
  width:auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-decoration: none;
}
.menu-responsive-container ul li.bt-important a:hover {
  background-color: var(--col-blanc);
  border: solid 1px var(--col-blanc)!important;
  color: var(--col-vert-clair);
}
.menu-responsive-container ul li.bt-important a:hover::after {
  border-color: var(--col-vert-clair);
  z-index: 1;
  animation: 2s infinite hoverArrow;
}
.menu-responsive-container li.important a {
  background-color: var(--col-vert-clair);
  color: var(--col-blanc);
  text-align:center;
  cursor:pointer;
  padding: 0px 24px 0px 24px;
  border-radius: 45px;
  line-height: 40px;
  height: 45px;
  width:auto;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
}
.menu-responsive-container li.important a:hover {
  background-color: var(--col-gris);
  color: var(--col-blanc);
}
.menu-responsive-container li.menu-item-has-children button {
  position:absolute;
  cursor:pointer;
  right: 17px;
  top: 16px;
  z-index:10;
  border:solid 2px var(--col-vert-clair);
  border-radius:var(--radius-min);
  background-color:transparent;
  width: 26px;
  height: 26px;
  padding:0;
}
.menu-responsive-container li.menu-item-has-children button::before {
  content: "";
  position: absolute;
  z-index: -1;
  clip-path: polygon(0 40%,68% 40%,40% 10%, 56% 0%,100% 50%,56% 100%,40% 90%,68% 60%,0 60%);
  background-color: var(--col-vert-clair);
  width: 10px;
  height: 12px;
  left: 6px;
  top: calc(50% - 6px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
  transform: rotate(90deg);
/*  transition:all .2s ease-in;*/
}
.menu-responsive-container li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(270deg);
}
.menu-responsive-container li .sub-menu {
  background-color: rgba(var(--rgb-blanc),.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: var(--radius-min);
  padding: 10px 20px;
  margin-top: 0;
  width: calc(100% - 15px);
  margin-left: 0;
}
.menu-responsive-container li .sub-menu li a {
  color:var(--col-blanc);
  height:auto;
  text-transform: none;
  letter-spacing: normal;
  padding:10px 0;
  min-height:40px;
  font-size: 14px;
  border-bottom: solid 1px rgba(var(--rgb-blanc),.5)!important;
}
.menu-responsive-container li .sub-menu li:last-child a {
  border-bottom: none!important;
}
.menu-responsive-container li .sub-menu li a:hover {
  color:var(--col-vert-clair);
}
.menu-responsive-container li .sub-menu li::after {
  display:none;
}
.menu-responsive-container li .sub-menu .sub-menu {
  display: none;
}
.menu-contact-container {
  margin-top: 60px;
  text-align: left;
  padding: 0 15px;
  font-size: 20px;
  font-weight: 700;
}
.menu-contact-container .data {
  margin-bottom:20px;
}
.menu-responsive .menu-languages {
  padding-left: 15px;
  margin-top: 60px;
  font-size: 18px;
}
.menu-responsive-footer {
  display: flex;
  bottom: 0;
  position: absolute;
  width: 100%;
  height: 100px;
  color: var(--col-noir);
  padding: 0 15px;
}
.menu-responsive-footer .social a {
  border: 2px solid var(--col-noir)!important;
}
.menu-responsive-footer .social a:hover {
  background-color:var(--col-noir)!important;
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .social a:hover::before {
  color: var(--col-blanc)!important;
}
.menu-responsive-footer .button-3 {
  margin-left: 40px;
}
/*** Classes pour animations ***/
.fadeInBigUp {
  -webkit-animation-name: fadeInBigUp;
  animation-name: fadeInBigUp;
}
.fadeInBigDown {
  -webkit-animation-name: fadeInBigDown;
  animation-name: fadeInBigDown;
}
.slideFadeIn {
  animation: 1s ease-in-out 0.2s slideFade both;
  -webkit-animation:1s ease-in-out 0.2s slideFade both;;
}
.slideButtonFromCenter::before {
  animation: 1s ease-in-out 2s buttonFromCenter both;
  -webkit-animation: 1s ease-in-out 2s buttonFromCenter both;
}
.animated.buttonFromCenter::before,
.animated.buttonFromCenter::after {
  animation-name: buttonFromCenter;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromCenter;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.slideButtonFromLeft::before {
  animation: 1s ease-in-out 2s buttonFromLeft both;
  -webkit-animation: 1s ease-in-out 2s buttonFromLeft both;
}
.animated.buttonFromLeft::before,
.animated.buttonFromLeft::after {
  animation-name: buttonFromLeft;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromLeft;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
/*
.call-to-action a.button span.fadeIn {
  animation: 0.2s ease-in-out 0.2s fadeIn both!important;
  -webkit-animation:0.2s ease-in-out 0.2s fadeIn both!important;
}
.slideButtonFromCenter::before {
  animation: 0.2s ease-in-out 0.2s fadeIn both;
  -webkit-animation: 0.2s ease-in-out 0.2s fadeIn both;
}
.animated.buttonFromCenter::before {
  animation-name: fadeIn;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
*/
.blurOut {
  animation-name: blurOut;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: blurOut;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.leftToRight {
  animation-name: leftToRight;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: leftToRight;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
.topToBottom {
  animation-name: topToBottom;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1);
  -webkit-animation-name: topToBottom;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1);
}
.animated.revealText {
  animation-name: revealText;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-duration: 2s;
  -webkit-animation-name: revealText;
  -webkit-animation-timing-function: ease-in-out;
}
.smallToBig {
  -webkit-animation-name: smallToBig;
  animation-name: smallToBig;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
.showTitleH1 {
  -webkit-animation-name: showTitleH1;
  animation-name: showTitleH1;
  animation-timing-function: cubic-bezier(.4,.4,.4,1);
  -webkit-animation-timing-function:cubic-bezier(.4,.4,.4,1);
}
.hoverIllustration {
  -webkit-animation-name: hoverIllustration;
  animation-name: hoverIllustration;
  animation-iteration-count: infinite;
}
.blur {
  filter: blur(2px) ;
}
.anim-split-text {
  will-change: transform;
}
.split-line {
  will-change: transform, opacity;
}
.anim-split-text p {
  margin-bottom: 0;
}
.anim-with-parallax img {
  transform: scale(1.15); 
  will-change: transform;
}

/*** Général ***/
a.button,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit  {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 16px;
  font-family: 'Syne';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0em;
  height: 56px;
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: solid 1px var(--col-blanc);
  border-radius: 0;
  background-color: transparent;
/*  animation: 1s ease-in-out 3.5s fade-in both;*/
  overflow: hidden;
}
a.button::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before,
.formulaire .submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0px;
  left: 0;
  transition: all var(--transition-duration) ease-in-out;
}
a.button-1,
.multi-select-button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit {
  color: var(--col-blanc);
}
a.button-1::before,
.multi-select-button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before {
  border-radius: var(--radius-min);
  background-color: transparent;
}
a.button::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 60px;
  left: 0;
  border-radius: 25% 25% 0% 0%;
  transition: var(--transition-duration) cubic-bezier(0.4, 0.4, 0.4, 1);
}
a.button-1::after,
.multi-select-button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  background: var(--col-blanc);
/*
  border-radius: 15px;
  border: solid 1px var(--col-vert-clair);
*/
}
a.button-1:hover {
  color: var(--col-vert-fonce);
}
a.button-1:hover::after {
  top: 0;
  border-radius: 0;
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
a.button-1-b {
  color: var(--col-vert-fonce);
  border: solid 1px var(--col-vert-fonce);
  background-color: transparent;
  padding:10px 16px;
  height:auto;
}
a.button-1-b::after{
  background: var(--col-vert-fonce);
}
a.button-1-b:hover {
  color: var(--col-blanc);
}
a.button-2 {
  padding:6px 0;
  color: var(--col-blanc);
  border:none;
  border-bottom:solid 1px var(--col-blanc);
  height:auto;
}
a.button-2-b {
  color: var(--col-blanc);
  border:solid 1px var(--col-vert-clair);
}
a.button-2::before {
  border-radius: var(--radius-min);
  background-color: transparent;
}
a.button-2::after {
  border-radius: 0;
  background-color: var(--col-blanc);
}
a.button-2-b::after {
  background-color: var(--col-vert-clair);
}
a.button-2:hover::after {
  top:60px;
  border-radius: 50% 50% 0% 0%;
}
a.button-2:hover {
  color: var(--col-blanc);
}
a.button-2.without-arrow:hover::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-2-b:hover {
  color: var(--col-vert-clair);
}
a.button-3 {
  color: var(--col-vert-clair);
}
a.button-3::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-3::after {
/*  background-color: var(--col-noir);*/
}
a.button-3:hover {
  color: var(--col-blanc);
}
a.button-3:hover::before {
  background-color: var(--col-vert-clair);
}
a.button-4 {
  color: var(--col-marine);
}
a.button-4::before {
  background-color: transparent;
  border-radius: 100px;
}
a.button-4::after {
  border: solid 1px var(--col-marine);
  border-radius: 100px;
  opacity: 1;
}
a.button-4:hover::before {
  background-color: var(--col-blanc);
  border-radius: 100px;
}
a.button-4:hover::after {
  border: solid 1px var(--col-blanc);
}
a.button-4:hover {
  color: var(--col-vert-clair);
}
a.button .with-arrow {
  padding-right: 15px;
}
a.button .with-arrow::before {
  content:"";
  position: absolute;
  z-index: -1;
  clip-path: var(--arrow-right);
  background-color: var(--col-vert-clair);
  width: 34px;
  height: 8px;
  right: 10px;
  top: calc(50% - 3px);
  transition: all var(--transition-duration) cubic-bezier(.4,.4,.4,1);
}
a.button-1-b .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button:hover .with-arrow::before {
  background-color: var(--col-blanc);
  z-index: 1;
  animation:2s infinite hoverArrow
}
a.button-1-b:hover .with-arrow::before {
  background-color: var(--col-vert-clair);
}


a.button-2 .with-arrow::before {
  background-color: var(--col-vert-clair);
  z-index:0;
}
a.button-2-b .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button-2:hover .with-arrow::before {
  background-color: var(--col-blanc);
}
a.button-2-b:hover .with-arrow::before {
  background-color: var(--col-vert-clair);
}
a.anim-button {
  position: relative;
  z-index:1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border:0;
}
a.anim-button .border-line {
  position: absolute;
  z-index: 0;
  background: var(--col-blanc);
  display: block;
  pointer-events: none;
}
a.anim-button.button-1-b .border-line {
  background: var(--col-vert-fonce);
  border:0!important;
}
a.anim-button .border-top,
a.anim-button .border-bottom {
  height: 1px;
  width: 100%;
  transform: scaleX(0);
}
a.anim-button .border-left,
a.anim-button .border-right {
  width: 1px;
  height: 100%;
  transform: scaleY(0);
}
a.anim-button .border-top {
  top: 0;
  left: 0;
  transform-origin: left;
}
a.anim-button .border-right {
  top: 0;
  right: 0;
  transform-origin: top;
}
a.anim-button .border-bottom {
  bottom: 0;
  right: 0;
  transform-origin: right;
}
a.anim-button .border-left {
  bottom: 0;
  left: 0;
  transform-origin: bottom;
}
.call-to-action {
  margin-top: 40px;
}
ul {
  padding: 0 0 0 20px;
}
body ul li:not(.col-12) {
  position: relative;
  padding-left: 10px;
}
ul.slick-slider,
ul.slick-dots,
.banner ul.slider-home {
  padding: 0;
  list-style: none;
}
body ul.pagination li,
body ul.slick-slider li,
body ul.slick-dots li,
body ul.slider-home li,
body footer ul li {
  padding-left: 0!important;
}
body ul.slick-slider {
  position: relative;
}
body h1,
body .h1 {
  font-family:'Syne', sans-serif;
  font-weight: 400;
  font-size: var(--size-h1);
  line-height: 1.2em;
  margin-bottom: 30px;
  color: var(--col-vert-sombre);
}
body h2,
body .h2 {
  position: relative;
  font-family:'Syne', sans-serif;
  font-weight: 400;
  font-size: var(--size-h2);
  line-height: 1em;
  margin-bottom: 40px;
  color: var(--col-vert-sombre);
  text-align: left;
}
body h2 strong,
body h2 b,
body .h2 strong,
body .h2 b {
  font-weight: 600;
}
body h1 p,
body .h1 p,
body h2 p,
body .h2 p {
  margin-bottom: 0;
}
body h3,
body .h3 {
  font-weight: 400;
  font-size: var(--size-h3);
  line-height: 1.25em;
  letter-spacing: normal;  
  margin-bottom: 20px;
}
body h4,
body .h4 {
  font-weight: 400;
  font-size: var(--size-h4);
  line-height: var(--size-h4);
  letter-spacing: normal;  
  margin-bottom: 20px;
}
.page {
  font-weight: 400;
  font-size: var(--size-txt);
  line-height: 150%;
  padding-top: 0;
  position: relative;
  z-index: 0;
}
.page-content {
  position: relative;
  z-index: 0;
}
.page-content:not(.page-with-banner) {
  padding-top: var(--navbar-height);
}
.page .texte {
  text-align: left;
  font-weight: 300;
  line-height: 140%;
}
.page .texte.texte-grand {
  font-size: var(--size-txt-big);
}
.page .texte p {
  margin: 0 0 1.2em;
}
.page .texte p:last-child {
  margin-bottom: 0;
}
.page .anim-split-text-by-lines p {
  margin-bottom: 1.2em;
}
.page .texte mark {
  position: relative;  
  font-weight: 600;
  background: linear-gradient(to top, transparent 10%, rgba(var(--rgb-corail),1) 10.01%, rgba(var(--rgb-corail),1) 50%, transparent 50.01%) no-repeat;
  padding: 0 5px 5px;
  color: var(--col-noir);
}
.page .texte strong,
.page .texte b {
  font-weight: 600!important;
}
.page .texte a {
  text-decoration: underline;
}
.page .texte dfn {
  font-weight: 900;
  color: var(--col-vert-clair);
  font-style: normal;
}
.page-content .texte ul {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 20px auto;
}
.page-content .texte li {
  padding-left: 20px;
  margin-bottom: 5px;
}
.page-content .texte li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: var(--col-vert-sombre);
  width: 12px;
  height: 12px;
}
.page-standard .texte h2 {
  font-weight: 400;
  color: var(--col-vert-sombre);
  margin-top: 60px;
}
.page-standard .texte h3 {
  font-weight: 400;
  color: var(--col-vert-sombre);
  margin-top: 40px;
}
.page-standard .texte {
  font-family: 'exposure-trial',sans-serif;
  color: var(--col-vert-sombre);
}
.section-interne {
  position: relative;
  padding: var(--main-padding) 0;
}
.section-container {
  display: flex;
}
.container-padding-left {
  padding-left: var(--main-padding-left);
}
.container-padding-right {
  padding-right:var(--main-padding-right);
}
.container-big-padding-left {
  padding-left: calc(var(--main-padding-left)*2);
}
.container-big-padding-right {
  padding-right: calc(var(--main-padding-right)*2);
}
.container-padding-left-right {
  padding: 0 calc(var(--main-padding-left) + 15px);
}
.cadre-photo {
  overflow: hidden;
  background: rgba(255,255,255, 0.05);
  width: 100%;
  height: var(--cadre-photo-height-min);
  position: relative;
  z-index: 1;
/*  animation: fadeInDownRight var(--transition-duration) linear;*/
}
.header-banner .cadre-photo {
  background: rgba(var(--rgb-noir), 1);
}
.cadre-photo figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.cadre-photo.with-parallax img {
  height: calc(100% + 700px);
  margin-top: -300px;
}
.cadre-photo.border-radius,
.slider-interne.border-radius {
  border-radius: var(--radius-min);
}
.header-banner .cadre-photo img {
  animation: bannerEnter 5s ease-out;
}
.header-banner img {
/*  animation: bannerEnter 5s ease-out;*/
  animation: bannerEnter 12s linear;
  animation-iteration-count: infinite;
}
.cadre-photo.border-radius img {
  border-radius: var(--radius-min);
}
.cadre-photo.border-radius.hover-photo figure,
.cadre-photo.border-radius.with-parallax figure {
  border-radius: var(--radius-min);
  overflow: hidden;
}
.cadre-photo.border-radius.with-legende.hover-photo figure,
.cadre-photo.border-radius.with-legende.with-parallax figure {
  overflow: visible;
}
.cadre-photo.border-radius.hover-photo figure div,
.cadre-photo.border-radius.with-parallax figure div {
  border-radius: var(--radius-min);
  overflow: hidden;
  height: 100%;
}
.hover-photo img {
  transition: transform var(--transition-duration) ease;
}
.hover-photo:hover img {
  transform: scale(1.1);
}
.cadre-photo.with-legende {
  padding-bottom: 30px;
}
.bg-gris {
  background-color: var(--col-gris);
  color: var(--col-noir);
}
.bg-gris-clair {
  background-color: var(--col-gris-clair);
  color: var(--col-noir);
}
.bg-blanc {
  background-color: var(--col-blanc);
  color: var(--col-noir);
}
.bg-beige {
  background-color: var(--col-beige);
}
.bg-vert-clair {
  background-color: var(--col-vert-clair);
  color: var(--col-blanc);
}
.bg-vert-fonce {
  background-color: var(--col-vert-fonce);
  color: var(--col-blanc);
}
.bg-noir {
  background-color: var(--col-noir);
  color: var(--col-blanc);
}
.bg-gris-clair h2,
.bg-gris-clair .sur-titre {
  color: var(--col-vert-clair);
}
.bg-gris-clair .sur-titre::after {
  background-color: var(--col-noir);
}
.bg-gris.border-radius,
.bg-gris-clair.border-radius,
.bg-blanc.border-radius,
.bg-noir.border-radius {
  border-radius: var(--radius-med);
}
.container-sticky {
  position: sticky;
  top: var(--main-padding);
}
.with-revealText {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.with-revealText div {
  overflow:hidden;
  display:inline-block;
  vertical-align:top;
  position:relative;
  padding-right:20px;
  padding-bottom:10px
}
.with-revealText div span {
  visibility:hidden;
  display:inline-block;
  vertical-align:top
}
.with-revealText div span {
  padding-top:0
}
.with-revealText .line-break {
  flex-basis: 100%;
  height: 0;
  padding: 0;
}
.main-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
.slider-interne {
  padding: 0;
  margin: 0;
  list-style: none;
}
.slider-interne {
  overflow: hidden;
  margin: 0;
}
.slider-interne li ,
.slider-interne li figure {
  height: var(--slider-photo-height);
}
.slider-interne li figure {
  position: relative;
  margin: 0px;
}
.slider-interne li img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
/*** Fil ariane ***/
.header-banner .section-breadcrumb {
  position: absolute;
  top: calc(var(--navbar-height));
  width: 100%;
  z-index: 1;
}
.fil-ariane {
  text-align: left;
  font-size: 14px;
  font-family: Arpona;
  color: var(--col-noir);
  padding:var(--main-padding-min) 0;
}
.fil-ariane a {
  font-weight: 500;
  text-decoration: none!important;
  color: var(--col-noir);
}
.fil-ariane a:hover {
  color: var(--col-vert-clair);
}
.fil-ariane .breadcrumb_last {
  font-weight: 700;
  color: var(--col-vert-fonce);
}
/*** Banner ***/
.banner {
  position: relative;
  z-index: 0;
  display: flex;
  background-color: rgba(var(--rgb-vert-sombre), 1);
  color: var(--col-blanc);
  height:var(--slider-page-height)!important;
  position: relative;
  text-align: center;
}
.homepage .banner {
  height:var(--slider-home-height)!important;
}
.banner .container {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-blend-mode: multiply;
  background: rgba(var(--rgb-noir), 0.2);
  background: linear-gradient(180deg, rgba(var(--rgb-noir), 0.2) 69.53%, rgba(var(--rgb-noir), 0.2) 100%);
}
.slider-home-image {
  color:var(--col-blanc);
  height:var(--slider-page-height);
  max-height: var(--slider-page-height);
  width:100%;
  overflow:hidden;
  position: relative;
  margin-bottom: 0;
}
.slider-home-image li {
  height:var(--slider-page-height)!important;
  max-height: var(--slider-page-height);
  width:100vw;
  text-align: center;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center
}
.homepage .slider-home-container,
.homepage .slider-home-image,
.homepage .slider-home-image li {
  height:var(--slider-home-height)!important;
  max-height: var(--slider-home-height);
}
.slider-home-image.slick-vertical .slick-slide,
.slider-content-banner.slick-vertical .slick-slide {
  border: none;
}
.slider-home-image li img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position: center center;
  max-width:none
}
.slider-home-image a {
  color:#fff
}
.slider-home-image li img {
  height:100%;
  width:100%;
  object-fit:cover;
  object-position: center center;
  max-width:none
}
.slider-home-image .slick-dots,
.slider-home-link .slick-dots {
  display:none !important
}
#slider-home-content {
  animation:1.5s ease-out 0s 1 slideFade;
  -webkit-animation:1.5s ease-out 0s 1 slideFade;
  position:absolute;
  width:100%;
  height: calc(var(--slider-home-height) / 2);
  overflow:hidden;
/*  top:calc( var(--width-container) / 15);*/
  top: auto;
  bottom: calc(var(--slider-home-height) / 4);
  left:50%;
  transform: translateX(-50%);
  z-index:5;
  display: flex;
}
#slider-home-content .navigation-previous-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
  font-size: 0;
  border: none;
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
/*  margin: calc(100vh - var(--navbar-height) - 100px) 0 0 auto;*/
  margin: 0 0 0 auto;
  opacity: 0.75;
  transition: all .35s ease-in-out;
  position: absolute;
  top: calc(50% - 25px);
  left: 15px; 
  z-index: 2; 
}
#slider-home-content .navigation-previous-next.next-slide {
  left: auto;
  right: 15px;
}
#slider-home-content .navigation-previous-next.previous-slide::before {
  content: "";
  border-top: solid 2px var(--col-blanc);
  border-left: solid 2px var(--col-blanc);
  transform: rotate(-45deg);
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
#slider-home-content .navigation-previous-next.next-slide::before {
  content: "";
  border-top: solid 2px var(--col-blanc);
  border-right: solid 2px var(--col-blanc);
  transform: rotate(45deg);
  width: 30px;
  height: 30px;
}
#slider-home-content .navigation-previous-next span {
  display: none;
}
#slider-home-content .navigation-previous-next svg {
  margin: auto;
}
#slider-home-content .navigation-previous-next:hover {
  opacity: 1;
}
#slider-home-content .slider-home-content {
/*
  padding-top: 15%;
  padding-bottom: 10%;
*/
  width: 100%;

}
#slider-home-content .slider-home-content li {
  padding:0px 0px 100px;
/*  padding:300px 0px 0px;*/
  margin: 0px!important;
  height: calc( (var(--slider-home-height)/2) - 90px);
  /*height: 100%;*/
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.banner-content {
  position: absolute;
  top: 0px;
  text-align: center;
  width: var(--width-container);
  margin-left: var(--marge-left);
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;  
}
.page-home .banner-content {
  bottom: 350px;
}
@media only screen and (max-height: 1300px) {
  .page-home .banner-content {
    bottom: 320px;
  }
}
@media only screen and (max-height: 1250px) {
  .page-home .banner-content {
    bottom: 300px;
  }
}
@media only screen and (max-height: 1200px) {
  .page-home .banner-content {
    bottom: 260px;
  }
}
@media only screen and (max-height: 1100px) {
  .page-home .banner-content {
    bottom: 240px;
  }
}
@media only screen and (max-height: 1000px) {
  .page-home .banner-content {
    bottom: 200px;
  }
}
@media only screen and (max-height: 900px) {
  .page-home .banner-content {
    bottom: 160px;
  }
}
.banner-content h1 {
  text-align: center; 
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:0;
}
.page-home .banner-content h1 {
  margin-bottom:20px;
}
.page .banner h1 .ligne1 {
  display:block;
  font-family: 'exposure-trial', sans-serif;
  font-size:var(--size-h1-line1);
  font-weight:400;
  font-style: italic;
  color:var(--col-blanc);
}
.page .banner h1 .ligne2 {
  display:block;
  font-family: 'Syne', sans-serif;
  font-size:var(--size-h1-line2);
  font-weight:400;
  color:var(--col-blanc);
}
.page .banner h1 .ligne3 {
  display:block;
  font-family: "Montagu Slab", serif;
  font-size:var(--size-h1-line3);
  font-weight:400;
  text-transform: uppercase;
  color:var(--col-blanc);
}
.banner-content .soustitre {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-style: Regular;
  font-size: var(--size-surtitre);
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
  background-color: var(--col-vert-fonce);
  border-radius: 100px;
  display: inline-block;
  margin-bottom:40px;
}
.banner-content .soustitre::before {
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  background-color:var(--col-blanc);
  transform: rotate(-45deg);
  margin-right:10px;
}
.banner-content .soustitre::after {
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  background-color:var(--col-blanc);
  transform: rotate(-45deg);
  margin-left:10px;
}
.background-video {
  width: 100dvw;
  height: 100svh;
}
.background-video img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
#main_video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
}
#main_video .background,
#main_video iframe {
  width: 100%;
  height: 100%;
}
#main_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner .scroll-to-section {
  position:absolute;
  z-index:10;
  bottom:40px;
  left:calc(50% - 50px);
  font-size:0px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--col-blanc);
  text-align:center;
  width:100px;
  height:80px;
  opacity:1;
  transform:scale(1);
  display:none;
}
.page-home .banner .scroll-to-section {
  display:block;
}
.banner .scroll-to-section {
  transition: transform var(--transition-duration) ease;
  will-change: transform;
  transform-origin: center;
}
.banner .scroll-to-section:hover {
  transform: scale(1.15);
}

.banner .scroll-to-section:active {
  transform: scale(0.97);
}
.banner .scroll-to-section .arrow-svg {
  -webkit-animation:2s 2s infinite minBounceDown;
  animation:2s 2s infinite minBounceDown;
  -webkit-transition:.2s ease-in;
  transition:all .2s ease-in;
}
.arrow-svg svg rect {
  fill: rgba(0, 0, 0, 0);!important;
}
a .arrow-svg svg rect,
a .arrow-svg svg path,
a:hover .arrow-svg svg rect,
a:hover .arrow-svg svg path {
  transition: fill var(--transition-duration) ease-in-out;
}
a:hover .arrow-svg svg rect {
  fill:var(--col-blanc)!important;
}
a:hover .arrow-svg svg path {
  fill:var(--col-vert-fonce);
}
.header-without-banner {
  background-color:var(--col-vert-moyen);
  padding:calc(var(--main-padding) / 2);
  transform-origin: top;
}
.header-without-banner h1 {
  margin-bottom:0;
}
.header-without-banner .sous-titre {
  font-family:'exposure-trial',sans-serif;
  font-size:20px;
  font-weight:400;
  color:var(--col-vert-sombre);
}
/*** Homepage ***/
.section-intro {
  background-color:var(--col-vert-clair);
}
.section-intro h2, .section-intro .texte {
  width:100%;
  text-align:center;
  font-family: 'exposure-trial', sans-serif;
  font-style: italic;
  text-align: center;
  color:var(--col-vert-sombre);
}
.section-chambres {
  overflow:hidden;
}
.section-chambres .texte,
.section-galerie .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
}
.liste-chambres-container {
  padding-left:calc(var(--marge-left) + 15px);
}
.liste-scroll {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-left: 0;
  padding-right: clamp(1.5rem, 4vw, 5rem);
  padding-bottom: 30px;
  scroll-snap-type: x proximity;
  scroll-padding-left: clamp(1.5rem, 4vw, 5rem);
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;                  /* Firefox */
  scrollbar-color: var(--rgb-vert-fonce) rgba(var(--rgb-vert-fonce),.08);
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;  
}
.liste-scroll::-webkit-scrollbar {
  height: 6px;
}
.liste-scroll::-webkit-scrollbar-track {
  background: rgba(var(--rgb-vert-fonce), 0.08);
  border-radius:0;
}
.liste-scroll::-webkit-scrollbar-thumb {
  background: rgba(var(--rgb-vert-fonce), 0.85);
  border: 2px solid transparent;
  border-radius:0;
  background-clip: padding-box;
}
.liste-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(var(--rgb-vert-fonce), 1);
  background-clip: padding-box;
}
.liste-scroll.is-dragging {
  cursor: grabbing;
}
.liste-scroll .bloc-scroll,
.liste-scroll img,
.liste-scroll a {
  user-select: none;
  -webkit-user-drag: none;
}
.liste-scroll img {
  pointer-events: none;
}
.bloc-chambre {
  flex: 0 0 clamp(260px, 28vw, 420px);
  background: var(--col-beige-normal);
  scroll-snap-align: start;
  overflow: hidden;
  will-change: transform, opacity;
  transform: translateZ(0);
}
.bloc-chambre-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}
.bloc-chambre-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: scale(1.02);
}
.bloc-chambre-content {
  padding:30px;
  text-align:left;
}
.bloc-chambre-content .h3 {
  display:inline-block;
  text-align: left;
  color:var(--col-vert-fonce);
  font-family: 'exposure-trial';
  font-style:italic;
  font-size:30px;
}
.bloc-chambre-content .texte {
  font-family: 'exposure-trial';
  color:var(--col-vert-fonce);
  text-align:left;
}
.section-banniere {
  position: relative;
  overflow:hidden;
}
.section-banniere .cadre-photo {
  height:var(--banniere-photo-height);
}
.section-banniere .section-content-container {
  position: absolute;
  width:calc(100% - var(--marge-left));
  left: var(--marge-left);
  bottom: 0;
  z-index:2;
  padding:30px 15px 60px;
}
.section-banniere .section-content-container .background {
  position:absolute;
  z-index:0;
  bottom:0;
  left:0;
  height:100%;
  width:100%;
  background-color: var(--col-vert-fonce);
  transform-origin: bottom;
}
.section-banniere .section-content-container .container {
  margin-left:0;
}
.section-banniere .section-content-container h2 {
  color:var(--col-blanc);
  text-align: center;
}
.section-banniere .section-content-container .texte {
  color:var(--col-blanc);
  text-align: center;
  font-family: 'exposure-trial', sans-serif;
  font-size:20px;
  font-style: italic;
  line-height: 1.4em;
}
.section-petit-dejeuner .cadre-photo {
  height:var(--cadre-photo-height-max);
}
.section-petit-dejeuner .text-content {
  padding-left:var(--main-padding-left);
  padding-right:var(--marge-right);
  height:100%;
}
.section-petit-dejeuner .text-content .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-fonce);
}
.section-experiences .background {
  content:"";
  background-color: var(--col-vert-fonce);
  position: absolute;
  z-index:1;
  right:0;
  top:0;
  height:100%;
  width:calc(50% + var(--main-padding-left));
  transform-origin: right;
}
.section-experiences h2 {
  color:var(--col-blanc);
  position: relative;
  z-index:2;
}
.section-experiences .experiences-slider-container {
  position: relative;
  z-index:2;
  display: flex;
  padding: 40px;
  background-color:var(--col-beige-normal);
}
.experiences-slider-container .slider-experiences-photos-container {
  width:60%;
}
.experiences-slider-container .slider-experiences-textes-container {
  width:40%;
  padding-left:40px;
  position: relative;
}
.experiences-slider-container .slider-interne li,
.experiences-slider-container .slider-interne li figure {
  padding:0!important;
}
.experiences-slider-container .slider-experiences-photos-container li,
.experiences-slider-container .slider-experiences-photos-container li figure {
  max-height:var(--cadre-photo-height-med);
}
.experiences-slider-container .slider-experiences-textes-container .slider-interne li {
  height:calc(var(--cadre-photo-height-med) / 1.5);
  margin-top:60px;
}
.experiences-slider-container .container-slider-experiences-dots {
  position: absolute;
  right: -2px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  height:calc(100% - 80px);
}
.experiences-slider-container .slider-interne-dots .slider-dots,
.experiences-slider-container .slider-interne-dots ul.slick-dots {
  height:100%;
}
.experiences-slider-container .slider-interne-dots ul.slick-dots li {
  height: calc(100%/3 - 20px);
  margin:10px 0;
} 
.experiences-slider-container .slider-interne-dots ul.slick-dots li button {
  display:inline-block;
  width: 2px;
  height: 100%;
  background:rgba(var(--rgb-vert-sombre),0.25);
  cursor: pointer;
  border: 0;
  font-size: 0;
  padding:0;
  transition: all var(--transition-duration) ease-in-out;
}
.experiences-slider-container .slider-interne-dots ul.slick-dots li button:hover,
.experiences-slider-container .slider-interne-dots ul.slick-dots li.slick-active button {
  background:rgba(var(--rgb-vert-sombre),1);
}
.experiences-slider-container .slider-experiences-textes-container .slider-interne-textes {
  padding-right:30px;
}
.slider-experiences-textes-container .descriptif {
  padding-top:0px;
}
.slider-experiences-textes-container .h3 {
  font-family: 'exposure-trial',sans-serif;
  font-weight:600;
  font-size:var(--size-h3);
  font-style: italic;
  text-align:left;
  margin-bottom:20px;
  display: block;
  letter-spacing: -2%;
  color: var(--col-vert-sombre);  
}
.slider-experiences-textes-container .texte {
  font-family: 'exposure-trial',sans-serif;
  font-weight:400;
  color: var(--col-vert-sombre);  
}
.slider-interne-arrows {
  display:flex;
}
.slider-interne-arrows .prev {
  margin-right:30px;
}
.slider-interne-arrows .next {
  margin-left:30px;
}
.slider-interne-arrows .prev .arrow-svg {
  margin-right:30px;
  transform:rotate(90deg);
}
.slider-interne-arrows .next .arrow-svg {
  margin-left:30px;
  transform:rotate(-90deg);
}
.slider-interne-arrows a {
  transition: transform var(--transition-duration) ease;
  will-change: transform;
  transform-origin: center;
}
.slider-interne-arrows a:hover {
  transform: scale(1.15);
}
.slider-interne-arrows a:active {
  transform: scale(0.97);
}
.slider-content-arrows svg rect {
  stroke: var(--col-vert-fonce);
}
.slider-content-arrows svg path {
  fill: var(--col-vert-fonce);
}
.slider-content-arrows a:hover .arrow-svg svg rect {
  fill: var(--col-vert-fonce)!important;
}
.slider-content-arrows a:hover .arrow-svg svg path {
  fill: var(--col-blanc)!important;
}
.section-galerie {
  overflow:hidden;
}
.galerie-slider-container {
  transform-origin: right;
}
.slider-galerie .slick-track {
  display: flex;
  align-items: center;
}
.slider-galerie .slick-slide {
  width: auto !important;
  float: none;
  margin-right: 20px;
}
.slider-galerie li img {
  display: block;
  height: var(--slider-photo-height);
  width: auto;
  max-width: none;
}
.container-slider-galerie-navigation {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.container-slider-galerie-navigation .slider-interne-arrows {
  justify-content: space-between;
}
.container-slider-galerie-navigation .slider-interne-arrows .prev {
  margin:0 0 0 30px;
}
.container-slider-galerie-navigation .slider-interne-arrows .next {
  margin:0 30px 0 0px;
}
.container-slider-galerie-dots {
  width: var(--width-container);
  margin: 20px auto 0;
}
.slider-galerie-dots ul.slick-dots {
  display:flex;
  justify-content: center;
}
.slider-galerie-dots ul.slick-dots li {
  display:inline-block;
  width: calc( (100% / (var(--number-slides) + 1)) - 10px );
  margin-right:10px;
  transition: all var(--transition-duration) ease-in-out;
}
.slider-galerie-dots ul.slick-dots li button {
  display:inline-block;
  width: 100%;
  height: 2px;
  background:var(--col-vert-fonce);
  opacity:0.24;
  cursor: pointer;
  border: 0;
  font-size: 0;
  transition: all var(--transition-duration) ease-in-out;
}
.slider-galerie-dots ul.slick-dots li button:hover,
.slider-galerie-dots ul.slick-dots li.slick-active button {
  background: var(--col-vert-fonce);
  opacity:1;
}
.slider-galerie-dots ul.slick-dots li.slick-active {
  width: calc( ((100% / (var(--number-slides) + 1)) - 10px ) * 2);
}
.slider-galerie-dots ul.slick-dots li:last-child {
  margin-right:0
}
.section-formulaire,
.section-formulaire .background,
.section-actualites,
.section-actualites .background {
  overflow: hidden;
}
.section-formulaire .background .canvas,
.section-actualites .background .canvas {
  background-color: var(--col-beige-normal);
  background-image:url('../img/homepage/bg-tapisserie-ville-henriette-cabourg.webp');
  position: absolute;
  z-index:1;
  right:0;
  top:0;
  height:100%;
  width:100%;
  transform-origin: bottom;
  inset: 0;
  opacity: 1;
  will-change: transform, opacity;
}
.section-formulaire .container,
.section-actualites .container {
  position: relative;
  z-index:2;
  padding:40px;
  background-color:var(--col-blanc);
}
.section-formulaire .container {
  padding:60px var(--main-padding-left);
}
.section-formulaire h2 {
  text-align:center;
}
.formulaire-container form {
  display:flex;
  flex-wrap:wrap;
  text-align:left;
  margin-top:40px
}
.wpcf7-form .w-50:nth-child(2n+2) {
  padding:0 15px 0 0
}
.wpcf7-form .w-50:nth-child(odd) {
  padding:0 0 0 15px
}
.wpcf7-form .w-100 label,
.wpcf7-form .wpcf7-form-control-wrap {
  width:100%
}
.wpcf7-form input,
.wpcf7-form textarea {
  border:none;
  border-bottom:1px solid var(--col-vert-fonce);
  background-color:transparent;
  font-family: 'exposure-trial',sans-serif;
  color:var(--col-vert-sombre);
  padding:0 0 10px;
  margin-bottom:4px;
  width:100%;
  font-weight:400;
  font-size:16px;
  outline:0;
  transition:all .2s ease-in
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  opacity:1;
  color:var(--col-vert-sombre);
}
.custom-file {
  position:relative;
  display:inline-block;
  margin:0 auto;
  cursor:pointer;
  height:70px;
  border-bottom:1px solid rgba(var(--rgb-gris),1)
}
.custom-file input {
  min-width:14rem;
  margin:0;
  opacity:0;
  position:absolute;
  z-index:10;
  left:0;
  top:0;
  width:100%;
  height:100%
}
.custom-file .file-custom {
  position:absolute;
  left:0;
  bottom:6px;
  color:var(--col-gris)
}
.custom-file::before {
  position:absolute;
  bottom:10px;
  right:0;
  z-index:6;
  display:block;
  content:"Choisir un fichier";
  line-height:15px;
  text-align:center;
  cursor:pointer!important;
  font-weight:500;
  font-size:15px;
  text-transform:uppercase;
  letter-spacing:.1em;
  color:rgba(var(--rgb-vert-sombre),1);
  border:solid 2px var(--col-vert-fonce);
  border-radius:100px;
  padding:8px 10px 0;
  height:34px;
  width:206px;
  transition:ease-out .1s all
}
.custom-file:hover::before {
  background-color:var(--col-vert-fonce);
  color:var(--col-blanc)
}
.wpcf7-form label {
  margin-bottom:60px;
  text-align:left;
  width:100%;
}
.ui-dialog .wpcf7-form label {
  margin-bottom:40px
}
.wpcf7-form label.no-margin-bottom {
  margin-bottom:20px
}
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-bottom:1px solid var(--col-vert-sombre)
}
.wpcf7-form textarea {
  height:100px;
  margin-bottom:20px
}
.wpcf7-form label span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip):not(.file-custom) {
  color:var(--col-vert-sombre);
  font-weight:400;
  font-size:16px;
  margin-bottom:20px;
  display:inline-block
}
.ui-dialog .wpcf7-form label span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip):not(.file-custom) {
  margin-bottom:10px
}
.wpcf7-form label.on-data span:not(.wpcf7-form-control-wrap):not(.wpcf7-not-valid-tip) {
  color:var(--col-vert-normal)
}
.wpcf7-form label span.wpcf7-not-valid-tip {
  color:#ff3434;
  font-style:italic
}
.wpcf7-list-item {
  margin:0!important
}
.wpcf7-form input[type=checkbox] {
  height:20px;
  width:20px;
  position:absolute;
  left:0;
  opacity:0;
  cursor:pointer
}
.wpcf7-form input[type=checkbox]+span::before {
  content:"";
  display:inline-block;
  vertical-align:top;
  width:20px;
  height:20px;
  box-sizing:border-box;
  border-radius:5px;
  background-color:rgba(var(--rgb-vert-fonce),.25);
  margin-top:3px;
  margin-right:6px;
  cursor:pointer
}
.wpcf7-form input[type=checkbox]:checked+span::before {
  font-family:FontAwesome;
  content:"\f00c";
  line-height:18px;
  font-size:10px;
  text-align:center;
  color:#fff;
  background-color:var(--col-vert-sombre)
}
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom:0!important
}
.wpcf7-form .wpcf7-acceptance label span {
  text-transform:none!important;
  letter-spacing:normal!important;
  font-weight:400!important
}
.wpcf7-form .infos {
  font-size:12px;
  line-height:1.2em;
  margin-bottom:20px;
  display:block
}
.wpcf7-form .button-submit {
  position:relative;
  margin:20px auto;
  width:100%;
  text-align:center
}
.wpcf7-form .button-submit input[type=submit] {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  padding: 16px;
  font-family: 'Syne';
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0em;
  height: 56px;
  width: auto;
  cursor: pointer;
  text-decoration: none;
  border: solid 1px var(--col-vert-fonce);
  border-radius: 0;
  background-color: transparent;
  animation: 1s ease-in-out 3.5s fade-in both;
  overflow: hidden;
  transition:all .35s ease-in;
  opacity:1
}
.wpcf7-form .button-submit input[type=submit]:hover {
  background-color:var(--col-vert-fonce);
  color:var(--col-blanc)
}
.wpcf7-form .button-submit input[type=submit]:disabled {
  opacity:.5;
  cursor:not-allowed
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border:none!important
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7-not-valid-tip {
  color:#ff1a1a!important
}
.wpcf7 form.sent .wpcf7-response-output {
  border:none!important;
  color:rgba(var(--rgb-vert-sombre),1)
}
.wpcf7 .wpcf7-response-output {
  margin:0!important
}
.wpcf7 i.recaptcha {
  width:56px;
  height:56px;
  background-image:var(--wpr-bg-ad8d6824-bfa2-4bfd-89fa-99d91c6bf9b1);
  background-repeat:no-repeat;
  display:inline-block;
  vertical-align:top
}

.section-actualites .texte-content .texte {
  color:var(--col-vert-fonce);
  font-family: 'exposure-trial', sans-serif;
}
.section-actualites .liste-actualites {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
  overflow:hidden;
}
.vignette {
  transition: box-shadow 0.3s ease;
  will-change: transform, opacity;
}
.bloc-actualite .cadre-photo {
  height:var(--cadre-photo-height-min);
}
.bloc-actualite .description {
  background-color:var(--col-vert-fonce);
  padding:30px;
}
.bloc-actualite .description .h3 {
  display:inline-block;
  font-family: 'Syne', sans-serif;
  font-size:24px;
  text-align: left;
}
.bloc-actualite .description .texte {
  font-family: 'exposure-trial', sans-serif;
  text-align: left;
}
.bloc-actualite .description .h3 a,
.bloc-actualite .description .texte a {
  text-decoration: none;
}
.section-contact {
  padding-bottom:0;
  overflow:hidden;
}
.section-contact h2, .section-contact .texte {
  width:100%;
  text-align:center;
  color:var(--col-vert-sombre);
}
.section-contact .texte {
  font-family: 'exposure-trial', sans-serif;
}
.section-contact a.button-1-b {
  height:56px;
  padding:16px;
}
.section-contact .map-standard {
  height:var(--cadre-photo-height-max);
  z-index:0;
  margin-top:calc(var(--main-padding) / 2);
}
.map-info .titre {
  font-family: 'Syne', sans-serif;
  font-size:24px;
  font-weight:400;
  color:var(--col-vert-sombre);
}
.map-info .texte {
  text-align: left;
  color:var(--col-vert-sombre);
}
.map-info .texte p {
  margin:0;
}
.map-info .texte a {
  font-weight:600;
  color:var(--col-vert-sombre);
  text-decoration: none;
}
/** Page contact ***/
.section-introduction .texte {
  font-family: 'exposure-trial', sans-serif;
  font-style:italic;
  color:var(--col-vert-sombre);
  font-size:20px;
  width:82%;
  text-align:center;
  margin:0 auto;
}
.section-contactez-nous .cadre-photo {
  height:var(--cadre-photo-height-max);
}
.section-contactez-nous .text-content {
  padding-left:var(--main-padding-left);
  padding-right:var(--marge-right);
  height:100%;
}
.section-contactez-nous .text-content .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-fonce);
}
.liste-contacts-container {
  font-family: 'Syne', sans-serif;
  font-size: 18px;
  font-weight:700;
  margin-top:40px;
}
.liste-contacts-container .data {
  text-align: left;
  margin-bottom:20px;
}
.liste-contacts-container a {
  padding-bottom:4px;
  color:var(--col-vert-sombre);
  text-decoration: none;
  position: relative;
}
.liste-contacts-container a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  border-bottom:solid 1px var(--col-vert-sombre);
  transition: all .35s ease-in-out;
}
.liste-contacts-container a:hover {
  color: var(--col-vert-normal)!important;
}
.liste-contacts-container a:hover::after {
  width:0;
}
.w-40 {
  width:40%;
}
.w-60 {
  width:60%;
}
.section-rejoindre .liste-container {
  background-color:var(--col-beige-normal);
  padding:40px;
  transform-origin: right;
}
.liste-container .titre {
  font-family: 'exposure-trial', sans-serif;
  font-style:italic;
  font-size:var(--size-h3);
  color:var(--col-vert-sombre);
  text-align:left;
}
.liste-container .texte {
  color:var(--col-vert-sombre);
  font-family: 'exposure-trial', sans-serif;
  text-align:left;
  padding-bottom:20px;
}
.liste-container a.titre-link {
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding: 20px 0px;
  border-top:solid 1px var(--col-vert-sombre);
}
.liste-container .locomotion-container:first-child a.titre-link {
  border-top:none;
}
.liste-container a.titre-link .bouton {
  display: block;
  position: relative;
  width: var(--button-cross-height);
  height: var(--button-cross-height);
  line-height: var(--button-cross-height);
  background-color: transparent;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 450ms ease;  
}
.liste-container a.titre-link .bouton::before {
  content: "";
  position:absolute;
  top:0;
  left:50%;
  background-color: var(--col-vert-sombre);
  width: 1px;
  height: 24px;
  transition: all .45s ease-in-out;
}
.liste-container a.titre-link .bouton::after {
  content: "";
  position:absolute;
  left:0;
  top:50%;
  background-color: var(--col-vert-sombre);
  width: 24px;
  height: 1px;
  transition: all .45s ease-in-out;
}
.liste-container a.titre-link.active .bouton::before,
.liste-container a.titre-link.active .bouton::after {
  transform: rotate(45deg);
}
.liste-container a.titre-link .bouton:hover {
  transform: scale(1.05);
}
.liste-container .titre {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: calc(100% - 100px);
  text-align: left;
}
.liste-container .reponse-content {
  height:0;
  overflow: hidden;
}
/*** Nos chambres ***/
.section-nos-chambres .ligne {
  margin:0;
}
.section-nos-chambres .ligne-2 .container-photo, 
.section-nos-chambres .ligne-4 .container-photo, 
.section-nos-chambres .ligne-6 .container-photo, 
.section-nos-chambres .ligne-8 .container-photo, 
.section-nos-chambres .ligne-10 .container-photo {
  order:2;
}
.section-nos-chambres .cadre-photo {
  height:var(--banniere-photo-height);
}
.section-nos-chambres .text-content {
  padding-left:var(--main-padding-left);
  padding-right:var(--marge-right);
  height:100%;
}
.section-nos-chambres h2 {
  font-family: 'Syne', sans-serif;
  color:var(--col-vert-sombre);
  text-align:center;
  margin-bottom:var(--main-padding);
}
.section-nos-chambres h3 {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
  font-size:calc(var(--size-h3) - (var(--size-h3)*0.1));
  font-weight:700;
  font-style:italic;
  text-align:left;
  display:block;
  margin-bottom:20px;
}
.section-nos-chambres .text-content .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
}
.section-nos-chambres .ligne-1 .container-text {
  background-color:var(--col-vert-clair);
}
.section-nos-chambres .ligne-2 .container-text {
  background-color:var(--col-vert-moyen);
}
.section-nos-chambres .ligne-3 .container-text {
  background-color:var(--col-vert-sombre);
}
.section-nos-chambres .ligne-3 .container-text h3,
.section-nos-chambres .ligne-3 .container-text .texte {
  color:var(--col-blanc);
}
.section-nos-chambres .ligne-4 .container-text {
  background-color:var(--col-beige-normal);
}
.section-nos-chambres .ligne-5 .container-text {
  background-color:var(--col-beige-clair);
}
.section-nos-chambres .surface {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
  background-color: var(--col-vert-fonce);
  color:var(--col-blanc);
  border-radius: 100px;
  display: inline-block;
  margin-bottom:40px;
}
.section-nos-chambres .surface::before {
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  background-color:var(--col-blanc);
  transform: rotate(-45deg);
  margin-right:10px;
}
.section-nos-chambres .surface::after {
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  background-color:var(--col-blanc);
  transform: rotate(-45deg);
  margin-left:10px;
}
.section-nos-chambres .nombre {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px;
  background-color: transparent;
  color:var(--col-vert-fonce);
  border-radius: 100px;
  border:solid 1px rgba(var(--rgb-vert-fonce),0.4);
  display: inline-block;
  margin-bottom:40px;
}
.section-nos-chambres .ligne-3 .container-text .nombre {
  color:var(--col-blanc);
  border:solid 1px rgba(var(--rgb-blanc),0.4);
}
.section-nos-chambres .ligne-3 .container-text a.button-1-b::after {
  background: var(--col-blanc);
}
.section-nos-chambres .ligne-3 .container-text a.anim-button.button-1-b .border-line {
  background-color:var(--col-blanc);
}
.section-nos-chambres .ligne-3 .container-text a.button-1-b {
  color: var(--col-blanc);
}
.section-nos-chambres .ligne-3 .container-text a.button-1-b:hover {
  color: var(--col-vert-fonce);
}
/*** Nos restaurants ***/
.section-nos-restaurants .ligne {
  margin-bottom:var(--main-padding);
}
.section-nos-restaurants .ligne:last-child {
  margin-bottom:0;
}
.section-nos-restaurants .ligne-2 .container-photo, 
.section-nos-restaurants .ligne-4 .container-photo, 
.section-nos-restaurants .ligne-6 .container-photo, 
.section-nos-restaurants .ligne-8 .container-photo, 
.section-nos-restaurants .ligne-10 .container-photo {
  order:2;
}
.section-nos-restaurants .cadre-photo {
  height:var(--banniere-photo-height);
}
.section-nos-restaurants .text-content {
  padding-left:var(--main-padding-left);
  padding-right:var(--marge-right);
  height:100%;
}
.section-nos-restaurants h2 {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
  font-style:italic;
  margin-bottom:20px;
}
.section-nos-restaurants .h3 {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
  font-size:20px;
  font-weight:700;
  text-align:left;
  display:block;
  margin-bottom:20px;
}
.section-nos-restaurants .text-content .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
}
/*** Page Restaurant ***/
.page-restaurant .section-presentation .cadre-photo,
.page-restaurant .section-lieu .cadre-photo {
  min-height: var(--cadre-photo-height-max);
  height: max(100%, var(--cadre-photo-height-max));  
}
.page-restaurant .section-presentation .w-50,
.page-restaurant .section-lieu .w-50 {
  position: relative;
}
.page-restaurant .section-presentation .background,
.page-restaurant .section-lieu .background {
  content:"";
  background-color: var(--col-vert-clair);
  position: absolute;
  z-index:1;
  left:0;
  top:0;
  height:100%;
  width:100%;
  transform-origin: left;
}
.page-restaurant .section-menu,
.page-restaurant .section-lieu {
  padding-top:0;
}
.page-restaurant .section-menu .background {
  position: absolute;
  z-index:1;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:var(--col-beige-normal);
}
.page-restaurant .section-menu .container-flex {
  position: relative;
  z-index:2;
  padding:60px 45px;
}
.page-restaurant .section-menu .container .menu-slider-container {
  background-color:rgba(var(--rgb-blanc),0.16);
  position: relative;
}
.page-restaurant .section-menu .menu-slider-container .slider-menu-photos-container {
  width:85%;
}
.page-restaurant .section-menu .menu-slider-container .slider-interne li ,
.page-restaurant .section-menu .menu-slider-container .slider-interne li figure {
  height: var(--cadre-photo-height-med);
}
.page-restaurant .section-menu .menu-slider-container .petite-photo {
  position:absolute;
  bottom:0;
  right:0;
  height: calc(var(--cadre-photo-height-med)/2);
  width: 50%;
  transform-origin: right;
}
.page-restaurant .section-menu .container-slider-menu-navigation {
  padding:calc(var(--main-padding)/2.5) 0;
}
.page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows {
  padding:0 30px;
}
.page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows .prev {
  margin-right:15px;
}
.page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows .next {
  margin-left:15px;
}
.page-restaurant .section-lieu .background {
  background-color: var(--col-vert-moyen);
  transform-origin: right;
  right:0;
  left:auto;
}
.page-restaurant .section-menu .text-content {
  padding-left:30px;
}
.page-restaurant .section-presentation .text-content,
.page-restaurant .section-lieu .text-content {
  position: relative;
  z-index:2;
  height:100%;
  padding:60px;
}
.page-restaurant .section-presentation  h2,
.page-restaurant .section-menu  h2,
.page-restaurant .section-lieu  h2 {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
  font-style:italic;
  font-size:36px;
  margin-bottom:40px;
}
.page-restaurant .section-presentation  .text-content .texte,
.page-restaurant .section-menu  .text-content .texte,
.page-restaurant .section-lieu  .text-content .texte,
.page-restaurant .section-service  .text-content .texte {
  font-family: 'exposure-trial', sans-serif;
  color:var(--col-vert-sombre);
}
.page-restaurant .section-service .cadre-photo {
  height:var(--cadre-photo-height-max);
}
.page-restaurant .section-banniere .section-content-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding:0;
}
.page-restaurant .section-service .section-content-container .container {
  background-color:var(--col-blanc);
  padding:60px;
}
.page-restaurant .section-service  h2 {
  font-family: 'Syne', sans-serif;
  color:var(--col-vert-sombre);
  font-size:36px;
  margin-bottom:20px;
}
/*** Popup ***/
.ui-widget-overlay {
  background: rgba(var(--rgb-vert-fonce),.35);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:2000;  
}
.ui-dialog {
  position: absolute;
  top: 0!important;
  left: 0!important;
  padding: 5% 20%;
  outline: 0;
  z-index:3000;
  width:100%!important;
  height:auto!important;
}
.ui-dialog .ui-dialog-titlebar {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 60%;
  z-index: 2;
}
.ui-dialog .ui-dialog-titlebar button {
  position: absolute;
  top:calc(var(--cadre-photo-height-min));
  -webkit-appearance: none !important;
  border: none;
  background: #DEE2E54D;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  margin-top: 20px;
  margin-right: 20px;
  font-size: 0;
  cursor: pointer;
  transition: all .45s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar button::before,
.ui-dialog .ui-dialog-titlebar button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 25%;
  width: 20px;
  height: 2px;
  background-color: var(--col-vert-fonce);
  transform-origin: center;
  transform: rotate(45deg);
  transition: all 0.35s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar button::after {
  transform: rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar button:hover {
  background: var(--col-vert-fonce);
}
.ui-dialog .ui-dialog-titlebar button:hover::before,
.ui-dialog .ui-dialog-titlebar button:hover::after {
  background-color: var(--col-blanc);
}
#homepage-popup {
  background-color: var(--col-blanc);
  box-shadow: 0px 4px 40px 0px #00000040;
  padding: 0px;
}
#homepage-popup .content-container {
  width:100%;
}
#homepage-popup .description {
  background-color:var(--col-beige-normal);
  color:var(--col-vert-fonce);
  padding:50px 20px 30px;
  text-align:center;
  font-size:16px;
}
#homepage-popup .description .first {
  font-size:20px;
}
#homepage-popup .description .last {
  font-size:20px;
  font-weight: 700;
}
/*** Footer ***/
footer {
  margin-top: 0px;
  padding: 50px 0 0px;
  background-color: var(--col-vert-fonce);
  color: var(--col-blanc);
  position: relative;
  overflow:hidden;
}
footer .section-footer {
  transform-origin: top;
}
footer a {
  color: rgba(var(--rgb-blanc),1)!important;
  text-decoration: none!important;
}
footer a:hover {
  color: rgba(var(--rgb-corail),1)!important;
}
footer .sitename {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
}
footer .logo-footer {
  text-align: center;
  max-width: var(--width-footer-logo);
}
footer .footer-contact-container {
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight:700;
}
footer .footer-contact-container .data {
  text-align: left;
  margin-bottom:20px;
}
footer .footer-contact-container a {
  padding-bottom:4px;
  position: relative;
}
footer .footer-contact-container a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  border-bottom:solid 1px var(--col-blanc);
  transition: all .35s ease-in-out;
}
footer .footer-contact-container a:hover {
  color: var(--col-vert-clair)!important;
}
footer .footer-contact-container a:hover::after {
  width:0;
}
footer .reseaux-sociaux {
  font-size:0;
  line-height:0;
  display:flex;
  flex-direction: column;
  margin-left:0px;
  justify-content: center;
}
footer .reseaux-sociaux a {
  position: relative;
  margin: 20px 0px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .reseaux-sociaux a:first-child {
  margin-top:0;
}
footer .reseaux-sociaux a:last-child {
  margin-bottom:0;
}
footer .reseaux-sociaux a:before {
  content:"";
  position: absolute;
  z-index:0;
  border: solid 1px var(--col-blanc);
  background-color:transparent;
  width:100%;
  height:100%;
  transform:rotate(-45deg);
  transition: all .35s ease-in-out;
}
footer .reseaux-sociaux a svg {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
}
footer .reseaux-sociaux a svg path {
  fill:var(--col-blanc)!important;
  transition: all .35s ease-in-out;
}
footer .reseaux-sociaux a:hover::before {
  background-color:var(--col-vert-clair);
  border-color: var(--col-vert-clair);
}
footer .reseaux-sociaux a:hover svg path {
  fill:var(--col-vert-sombre)!important;
}
footer .col-lg-3 {
  text-align: left;
}
footer .menu-footer-principal ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  align-items: flex-start;
}
footer .menu-footer-principal ul {
  height: 100%;
}
footer .menu-footer-principal ul li {
  font-size: 14px;
  font-weight: 700;
  font-family: 'Syne',sans-serif;
  font-stretch: normal;
  font-style: normal;
  color: var(--col-blanc);
  margin-bottom:20px;
}
footer .menu-footer-principal ul li a {
  color: var(--col-blanc)!important;
  padding-bottom:4px;
}
footer .menu-footer-principal ul li a::after {
  content:"";
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  border-bottom:solid 1px var(--col-blanc);
  transition: all .35s ease-in-out;
}
footer .menu-footer-principal ul li a:hover {
  color: var(--col-vert-clair)!important;
}
footer .menu-footer-principal ul li a:hover::after {
  width:0;
}
footer .menu-footer-principal li.bt-important a {
  position: relative;
  display: block;
  margin-top:10px;
  background-color: transparent;
  border: solid 1px var(--col-vert-clair);
  border-radius: var(--radius-max);
  color: var(--col-vert-clair)!important;
  text-align: center;
  cursor: pointer;
  padding: 0px 25px 0px 25px;
  line-height: 45px;
  height: 45px;
  width: auto;
  text-decoration: none;
}
footer .menu-footer-principal li.bt-important a:hover {
  background-color: var(--col-vert-clair);
  color: var(--col-blanc)!important;
}
footer .col-submenu {
  margin-top: 20px;
  padding-left: 14px;
}
footer .col-submenu ul {
  flex-direction: column;
}
footer .menu-footer-principal li .col-submenu li {
  font-weight: 400;
  color: var(--col-blanc);
  text-transform: none;
  line-height: 1.5em;
}
footer .menu-footer-principal li .col-submenu li a {
  color: var(--col-blanc)!important;
}
footer .menu-footer-principal li .col-submenu li a:hover {
  color: var(--col-vert-clair)!important;
}
footer .menu-footer-principal li .col-submenu li a::before {
  display: none;
}
footer .copyrights-container {
  margin-top: 80px;
  font-family: 'Syne', sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(var(--rgb-blanc),1);
  position: relative;
  background-color:var(--col-vert-sombre);
  padding:calc(var(--main-padding)/2) 0;
}
footer .copyrights-container a {
  color:var(--col-blanc)!important;
}
footer .copyrights-container a:hover {
  color:var(--col-vert-normal)!important;
}
footer .copyrights-wrapper {
  display: flex;
  justify-content: space-between;
}
footer .copyrights-container .copyrights {
  display: inline-block;
  text-align:left;
}
footer .menu-copyright-container {
  display: flex;  
}
footer .menu-copyright-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
footer .menu-copyright-container ul li {
  padding:0 30px!important;
}
footer .credits {
  text-align: right;
  display: inline-block;
}
footer .credits img {
  max-width: 50px;
  margin-left: 10px;
}
footer .copyrights-container p {
  margin: 0;
}
/*** Responsive à l'envers **/
@media only screen and (min-device-aspect-ratio: 16/9) {
}
@media only screen and (max-height: 999px) {
  .homepage .header-banner h1 {
    font-size: calc(var(--size-h1) - 10px);
  }
  .homepage .header-content .sur-titre {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .homepage .banner-content {
    bottom: 40px;
  }
}
@media only screen and (max-height: 899px) {
  .homepage .header-banner h1 {
    font-size: calc(var(--size-h1) - 16px);
  }
  .homepage .header-content .sur-titre {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .homepage .banner-content .call-to-action {
    margin-top: 20px;
  }
  .header-content .texte {
    width: 60%;
  }
}
@media only screen and (max-height: 849px) {
  .header-content .texte {
    width: 70%;
  }
}
@media only screen and (max-height: 799px) {
  .header-content .texte {
    width: 80%;
  }
}
@media only screen and (max-width:1500px) {
  /*** Vars ***/
  :root {
    --size-h1: 48px;
    --size-h1-line1: 48px;
    --size-h1-line2: 80px;
    --size-h1-line3: 40px;
    --size-h2: 48px;
    --size-h3: 40px;
    --size-h4: 30px;
    --size-surtitre:  12px;
    --size-titre-intro:  36px;
    --size-big-txt:  22px;
    --size-txt:  18px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

    --slider-home-height:  100svh;
    --slider-page-height:  500px;
    --slider-photo-height: 500px;

    --width-container: 1140px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 420px;
    --cadre-photo-height-max: 520px;
    --banniere-photo-height:  720px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  120px;
    --main-padding-min: 40px;
    --main-padding-left:  100px;
    --main-padding-right: 100px;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 32vw, 420px);
  }
}

@media only screen and (max-width:1200px) {
  /*** Vars ***/
  :root {
    --size-h1: 44px;
    --size-h1-line1: 44px;
    --size-h1-line2: 70px;
    --size-h1-line3: 36px;
    --size-h2: 44px;
    --size-h3: 36px;
    --size-h4: 26px;
    --size-surtitre:  12px;
    --size-titre-intro:  32px;
    --size-big-txt:  22px;
    --size-txt:  18px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

    --slider-home-height:  100svh;
    --slider-page-height:  440px;
    --slider-photo-height: 440px;

    --width-container: 960px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --banniere-photo-height:  660px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  100px;
    --main-padding-min: 40px;
    --main-padding-left:  80px;
    --main-padding-right: 80px;
  }
  .navbar .container {
    position: relative;
  }
  .wpcf7-form .container-submit {
    flex-wrap: wrap;
  }
  .wpcf7-form .container-submit .novalidate {
    width: 100%;
    margin-bottom: 10px;
  } 
  .banner-content h1 {
    max-width:80%;
  } 
  .liste-chambres-container {
    padding-top:40px;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 36vw, 420px);
  } 
  .section-experiences .experiences-slider-container {
    padding:20px;
  } 
}
@media only screen and (max-width: 992px) {
  /*** Vars ***/
  :root {
    --size-h1: 42px;
    --size-h1-line1: 42px;
    --size-h1-line2: 60px;
    --size-h1-line3: 34px;
    --size-h2: 42px;
    --size-h3: 34px;
    --size-h4: 24px;
    --size-surtitre:  12px;
    --size-titre-intro:  30px;
    --size-big-txt:  22px;
    --size-txt:  18px;

    --navbar-height: 140px;
    --sticky-height: 140px;

    --width-header-logo: 200px;
    --width-footer-logo:  200px;

    --slider-home-height:  100svh;
    --slider-page-height:  400px;
    --slider-photo-height: 400px;

    --width-container: 720px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 400px;
    --cadre-photo-height-max: 500px;
    --banniere-photo-height:  660px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  100px;
    --main-padding-min: 40px;
    --main-padding-left:  80px;
    --main-padding-right: 80px;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 35%;
  }
  .vertical-align-center {
    height: auto;
  }
  .col-12 .container-padding-right {
    padding-right: 0;
  }
  .col-12 .container-padding-left {
    padding-left: 0;
  }
  .navbar .container {
    position: relative;
  }
  .banner-content .header-content {
    width: 100%;
  }
  .banner-content h1 {
    max-width: 95%;
  }  
  .banner .scroll-to-section {
    bottom:80px;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 42vw, 420px);
  }  
  .section-petit-dejeuner .container-flex .w-50,
  .section-nos-chambres .container-flex .w-50,
  .section-nos-restaurants .container-flex .w-50,
  .page-restaurant .section-presentation .w-50, 
  .page-restaurant .section-lieu .w-50,
  .page-contact .section-contactez-nous .w-50 {
    width:100%!important;
  }
  .section-petit-dejeuner .text-content {
    padding-top:40px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: 100%;
  }  
  .section-experiences .background {
    width:100%;
  }
  .section-experiences .experiences-slider-container {
    flex-direction: column;
  }
  .experiences-slider-container .slider-experiences-photos-container,
  .experiences-slider-container .slider-experiences-textes-container {
    width:100%;
  }
  .experiences-slider-container .slider-experiences-textes-container {
    padding-left:0;
    padding-top:40px;
  }
  .experiences-slider-container .slider-experiences-textes-container .slider-interne li {
    height:calc(var(--cadre-photo-height-med) / 2);
    margin-top:0;
  }
  .experiences-slider-container .slider-experiences-textes-container .slider-interne-textes {
    padding-right: 0px;
  }
  .experiences-slider-container .container-slider-experiences-dots {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    height: 2px;
    width: 100%;
  }
  .experiences-slider-container .slider-interne-dots ul.slick-dots {
    display: flex;
  }
  .experiences-slider-container .slider-interne-dots ul.slick-dots li {
    height: auto;
    width: calc(100%/3 - 20px);
    margin:0 10px;
  }
  .experiences-slider-container .slider-interne-dots ul.slick-dots li button {
    width:100%;
    height:2px;
  }
  .container-slider-experiences-navigation {
    margin-bottom:40px;
  }
  .section-experiences .experiences-slider-container {
    padding: 20px 20px 40px 20px;
  }
  .section-galerie .texte-content {
    padding-bottom: 40px;
  }
  .section-nos-chambres .text-content,
  .section-nos-restaurants .text-content {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    width: 100%;
    padding-top: 40px;
  }
  .section-nos-chambres .text-content {
    padding-bottom:40px;
  }
  .section-nos-chambres .ligne-2 .container-photo, 
  .section-nos-chambres .ligne-4 .container-photo, 
  .section-nos-chambres .ligne-6 .container-photo, 
  .section-nos-chambres .ligne-8 .container-photo, 
  .section-nos-chambres .ligne-10 .container-photo,
  .section-nos-restaurants .ligne-2 .container-photo, 
  .section-nos-restaurants .ligne-4 .container-photo, 
  .section-nos-restaurants .ligne-6 .container-photo, 
  .section-nos-restaurants .ligne-8 .container-photo, 
  .section-nos-restaurants .ligne-10 .container-photo {
    order: 0;
  }   
  .section-nos-chambres .cadre-photo,
  .section-nos-restaurants .cadre-photo {
    height: var(--cadre-photo-height-max);
  } 
  .page-restaurant .section-presentation .text-content, 
  .page-restaurant .section-lieu .text-content {
    padding-left: 30px;
    padding-right: 30px;
    height: auto;,

    width: 100%;
    padding-top: 40px;
  }
  .page-restaurant .section-menu .container-flex {
    padding:40px 15px;
  }
  .page-restaurant .section-menu .w-60, 
  .page-restaurant .section-menu .w-40 {
    width:100%!important;
  }
  .page-restaurant .section-menu .text-content {
    padding:40px 0 0;
  }
  .page-restaurant .section-presentation .cadre-photo, 
  .page-restaurant .section-lieu .cadre-photo {
    height:var(--cadre-photo-height-med);
  }
  .section-contactez-nous {
    padding-top:0;
  }
  .section-contactez-nous .text-content {
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    width: 100%;
    padding-top: 40px;
  }
  .wpcf7-form .container-submit {
    flex-wrap: wrap;
    justify-content: end;
  }
  .wpcf7-form .container-submit .novalidate {
    width: 100%;
  }
  .wpcf7 i.recaptcha {
    margin-right: 15px;
  }
  footer .footer-contact-container {
    margin-top:40px;
  }
  footer .reseaux-sociaux {
    margin-top:40px;
    flex-direction: row;
    justify-content: start;
  }
  footer .reseaux-sociaux a {
    margin:0 20px;
  }
  footer .reseaux-sociaux a:first-child {
    margin-left: 0;
  }
  footer .copyrights-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  /*** Vars ***/
  :root {
    --size-h1: 38px;
    --size-h1-line1: 38px;
    --size-h1-line2: 50px;
    --size-h1-line3: 30px;
    --size-h2: 38px;
    --size-h3: 30px;
    --size-h4: 24px;
    --size-surtitre:  12px;
    --size-titre-intro:  30px;
    --size-big-txt:  22px;
    --size-txt:  18px;

    --navbar-height: 120px;
    --sticky-height: 120px;

    --width-header-logo: 180px;
    --width-footer-logo:  180px;

    --slider-home-height:  100svh;
    --slider-page-height:  400px;
    --slider-photo-height: 400px;

    --width-container: 540px;
    --marge-left:  calc( (100vw - var(--width-container)) / 2);
    --marge-right:  calc( (100vw - var(--width-container)) / 2);

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 360px;
    --cadre-photo-height-max: 460px;
    --banniere-photo-height:  600px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  80px;
    --main-padding-min: 40px;
    --main-padding-left:  60px;
    --main-padding-right: 60px;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 45%;
  }
  .menu-burger .menu-languages {
    padding-left:15px;
  }
  .banner-content h1 {
    max-width:90%;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 56vw, 420px);
  }
  .bloc-chambre-content {
    padding:30px 15px;
  }
  .bloc-chambre-content .h3 {
    font-size:24px;
  }
  .bloc-chambre-content .texte {
    font-size:16px;
  }
  .wpcf7-form .w-50:nth-child(2), 
  .wpcf7-form .w-50:nth-child(5),
  .wpcf7-form .w-50:nth-child(3), 
  .wpcf7-form .w-50:nth-child(2n+1),
  .wpcf7-form .w-50:nth-child(2n+2),
  .wpcf7-form .w-50:nth-child(6),
  .page-content .section-formulaire .wpcf7-form .w-50:nth-child(2n+1),
  .page-content .section-formulaire .wpcf7-form .w-50:nth-child(2n+2),
  .page-contact .wpcf7-form .w-50:nth-child(3) {
    padding: 0;
  }
  .w-50 {
    width: 100% !important;
  }
  .wpcf7-spinner {
    display:block!important;
    margin:0 auto!important;
  }
  .button-submit p,
  .button-submit + p {
    margin-bottom:0;
  } 
  .page-restaurant .section-menu .menu-slider-container .slider-menu-photos-container {
    width: 90%;
  }
  .page-restaurant .section-menu .menu-slider-container .petite-photo {
    width:45%;
  }
  .page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows {
    padding: 0 15px;
  }
  .page-restaurant .section-presentation h2, 
  .page-restaurant .section-menu h2, 
  .page-restaurant .section-lieu h2 {
    font-size:32px;
  }
  .page-restaurant .section-service .cadre-photo {
    height:var(--banniere-photo-height);
  }
  .menu-footer-principal {
    margin-top:40px;
  }
  footer .copyrights-wrapper,
  .menu-copyright .menu {
    flex-direction: column;
  }
  footer .menu-copyright-container ul li {
    padding:0!important;
  }
  footer .credits {
    text-align:left;
  }
}
@media only screen and (max-width: 575px) {
  /*** Vars ***/
  :root {
    --size-h1: 36px;
    --size-h1-line1: 36px;
    --size-h1-line2: 44px;
    --size-h1-line3: 28px;
    --size-h2: 36px;
    --size-h3: 28px;
    --size-h4: 22px;
    --size-surtitre:  12px;
    --size-titre-intro:  30px;
    --size-big-txt:  22px;
    --size-txt:  16px;

    --navbar-height: 120px;
    --sticky-height: 120px;

    --width-header-logo: 180px;
    --width-footer-logo:  180px;

    --slider-home-height:  100svh;
    --slider-page-height:  400px;
    --slider-photo-height: 400px;

    --width-container: 100%;
    --marge-left:  15px;
    --marge-right:  15px;

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 360px;
    --cadre-photo-height-max: 460px;
    --banniere-photo-height:  600px;
    --button-cross-height:24px;

    --radius-min: 20px;
    --radius-med: 40px;
    --radius-max: 100px;

    --main-padding:  80px;
    --main-padding-min: 40px;
    --main-padding-left:  40px;
    --main-padding-right: 40px;
  }
  .loader-anim img, .loader-anim svg {
    max-width: 60%;
  }
/*  
  .page-home .banner .scroll-to-section {
    display:none;
  }
*/  
  .menu-burger {
    right:15px;
  }
  .menu-burger .menu-languages {
    padding-left:0px;
  }
/******************
  .menu-burger .menu-languages {
    position: relative;
    display: inline-block;
    z-index: 100;
  }

  .menu-burger .menu-languages .languages {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-burger .menu-languages .languages a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px 10px 6px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--col-blanc);
    background: rgba(var(--rgb-blanc),0.0);
    min-width: 50px;
  }
  .menu-burger .menu-languages .languages li {
    display: none;
  }
  .menu-burger .menu-languages .languages .current-lang {
    display: block;
  }
  .menu-burger .menu-languages.is-open .languages {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
  }
  .menu-burger .menu-languages.is-open .languages li {
    display: block;
  }
  .menu-burger .menu-languages::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 6px;
    height: 6px;
    border-right: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: translateY(-70%) rotate(45deg);
    pointer-events: none;
    transition: transform 0.25s ease;
    color: #fff;
  }
  .menu-burger .menu-languages.is-open::after {
    transform: translateY(-30%) rotate(225deg);
  }
**/

  .col-12.container-padding-left {
    padding-left: 15px;
  }
  .col-12.container-padding-right {
    padding-right: 15px;
  }
  .container.container-padding-left {
    padding-left: 15px;
  }
  .container.container-padding-right {
    padding-right: 15px;
  }
  .banner-content {
    margin-left:0;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 60vw, 420px);
  }
  .page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows .prev {
    margin-right:0;
  }
  .page-restaurant .section-menu .container-slider-menu-navigation .slider-interne-arrows .next {
    margin-left:0;
  }
  .section-banniere .section-content-container {
    left:0;
  }
  .section-banniere.section-hotel-services .section-content-container {
    left:15px;
  }
  .ui-dialog .ui-dialog-titlebar button {
    margin-top:10px;
    margin-right:10px;
  }
  #homepage-popup .description {
    padding:60px 20px 20px;
  }
}
@media only screen and (max-width: 499px) {
  :root {
    --size-h1: 34px;
    --size-h1-line1: 34px;
    --size-h1-line2: 40px;
    --size-h1-line3: 26px;
    --size-h2: 34px;
    --size-h3: 26px;
    --size-h4: 22px;
    --size-surtitre:  12px;
    --size-titre-intro:  30px;
    --size-big-txt:  22px;
    --size-txt:  16px;

    --cadre-photo-height-min: 240px;
    --cadre-photo-height-med: 340px;
    --cadre-photo-height-max: 400px;
    --banniere-photo-height:  600px;
    --button-cross-height:24px;

    --main-padding:  60px;
    --main-padding-min: 30px;
    --main-padding-left:  30px;
    --main-padding-right: 30px;
  }
  .banner-content .soustitre {
    position:relative;
    max-width:70%;
    padding-left:50px;
    padding-right:50px;
  }
  .banner-content .soustitre::before {
    position:absolute;
    left:15px;
    top:50%;
    transform:rotate(-45deg) translateY(-50%);
  }
  .banner-content .soustitre::after {
    position:absolute;
    right:15px;
    top:50%;
    transform:rotate(-45deg) translateY(-50%);
  }
  .liste-chambres-container {
    padding-left: 15px;
  }
  .liste-scroll {
    gap:15px;
  }
  .page-restaurant .section-service .cadre-photo {
    height: 700px;
  }
  .slider-interne-arrows .prev .arrow-svg {
    margin-right:20px;
  }
  .slider-interne-arrows .next .arrow-svg {
    margin-left:20px;
  }
  .bloc-checkbox input[type="checkbox"], 
  .bloc-checkbox input[type="checkbox"] + label::before {
    height: 20px;
    width: 20px;
    left: 20px;
    top: calc(50% - 10px);
  }  
  .bloc-checkbox input[type="checkbox"]:checked + label::before {
    line-height: 20px;
  }
  .wpcf7-form .container-submit {
    flex-wrap: wrap;
  }
  .wpcf7-form .container-submit .novalidate {
    width: 100%;
  }
}
@media only screen and (max-width: 449px) {
  :root {
  }
  .banner-content .soustitre {
    max-width:80%;
  }
  .bloc-chambre {
    flex: 0 0 clamp(260px, 75vw, 420px);
  }
  .page-restaurant .section-menu .container-flex {
    padding: 30px 0px;
  }
  .page-restaurant .section-menu .menu-slider-container .slider-menu-photos-container {
    width: 92%;
  }
  .page-restaurant .section-menu .menu-slider-container .petite-photo {
    height:calc(var(--cadre-photo-height-min)/1.75);
  }
  .page-restaurant .section-menu .container-slider-menu-navigation {
    padding: 15px 0;
  }
  .page-restaurant .section-service .section-content-container .container {
    padding:40px;
  }
  .section-contactez-nous .text-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ui-dialog {
    padding:5% 10%;
  }
  .ui-dialog .ui-dialog-titlebar {
    width:80%;
  }
  #homepage-popup .description {
    font-size:14px;
  }
  #homepage-popup .description .first,
  #homepage-popup .description .last {
    font-size: 18px;
  }
}
@media only screen and (max-width: 399px) {
  :root {
    --size-h1: 32px;
    --size-h1-line1: 32px;
    --size-h1-line2: 36px;
    --size-h1-line3: 24px;
    --size-h2: 32px;
    --size-h3: 24px;
    --size-h4: 20px;
    --size-surtitre:  12px;
    --size-titre-intro:  30px;
    --size-big-txt:  22px;
    --size-txt:  16px;

    --cadre-photo-height-min: 220px;
    --cadre-photo-height-med: 300px;
    --cadre-photo-height-max: 360px;
    --banniere-photo-height:  600px;
    --button-cross-height:24px;
  }
  .banner-content h1 {
    max-width: 100%;
    padding: 0 15px;
  }
  .banner-content .soustitre {
    max-width: 85%;
  }  
  .slider-interne-arrows .prev .arrow-svg {
    margin-right: 10px;
  }
  .slider-interne-arrows .next .arrow-svg {
    margin-left: 10px;
  }
  .page-restaurant .section-service .section-content-container .container {
    padding: 40px 15px;
  }
  .liste-contacts-container {
    font-size:16px;
  }
  .ui-dialog {
    padding:5% 5%;
  }  
  .ui-dialog .ui-dialog-titlebar {
    width:90%;
  }
}
@media only screen and (max-width: 359px) {
  :root {
  }
  a.button {
    padding: 0 20px;
  }
  a.button-1 .with-arrow::before {
    right: 20px;
  }
  .call-to-action {
    margin-top: 30px;
  }
  .bloc-checkbox input[type="checkbox"], .bloc-checkbox input[type="checkbox"] + label::before {
    height: 18px;
    width: 18px;
    left: 14px;
    top: calc(50% - 8px);
  }  
  .bloc-checkbox input[type="checkbox"]:checked + label::before {
    line-height: 18px;
  }
}
@media only screen and (max-height: 850px) {
}
@media only screen and (max-height: 740px) {
  .menu-responsive .menu-responsive-container {
    margin-top: 40px;
  }
  .menu-responsive-container li a {
    height: 50px;
  }
  .menu-responsive-container li.menu-item-has-children button {  
    top: 13px;
  }
}
@media only screen and (max-height: 640px) {
  .menu-responsive .menu-responsive-container {
    margin-top: 40px;
  }
  .menu-responsive-container li {
    font-size: 14px;
    line-height: 14px;
  }
  .menu-responsive-container li a {
    height: 40px;
  }
  .menu-responsive-container li.menu-item-has-children button {  
    top: 8px;
    width: 24px;
    height: 24px;
  }
  .menu-responsive-container li.menu-item-has-children button::before {
    width: 8px;
    height: 10px;
    left: 6px;
    top: calc(50% - 4px);
  }
  .menu-responsive-container ul li.bt-standard a {
    padding: 0px 20px 0px 20px;
    line-height: 46px;
    height: 46px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .menu-responsive-container ul li.bt-important a {
    padding: 0px 34px 0px 20px;
    line-height: 46px;
    height: 46px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .menu-responsive-container ul li.bt-important a::after {
    right: 20px;
  }
}
@media only screen and (max-height: 600px) {
}
@media only screen and (max-width: 500px) and (max-height: 999px) {
}
@media only screen and (max-width: 500px) and (max-height: 899px) {
  :root {
    --navbar-height: 130px;
  }
  .homepage .header-banner h1 {
    font-size: calc(var(--size-h1) - 6px);
  }
  .homepage .header-content .sur-titre {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .homepage .banner-content {
    bottom: 70px!important;
  }
}
@media only screen and (max-width: 500px) and (max-height: 799px) {
  .header-content .texte {
    font-size: 14px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 749px) {
  .homepage .header-content .sur-titre {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .homepage .header-banner .call-to-action {
    margin-top: 20px!important;
  }
}
@media only screen and (max-width: 500px) and (max-height: 699px) {
  .header-content .texte {
    font-size: 13px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 659px) {
  .homepage .banner-content {
    bottom: 40px !important;
  }  
  .header-formulaire-contact .formulaire-container {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 500px) and (max-height: 629px) {
  .header-content .texte {
    font-size: 12px;
  }
}
