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

/*** Vars ***/
:root {
  --col-rose: #ECD5B6;
  --col-vert-fonce:#212E0A;
  --col-vert-clair:#ACBB88;

  --main-padding-left:60px;
  --main-padding-right:60px;
}

@-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 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(.5);
    transform: scale(.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes smallToBig {
  0% {
    -webkit-transform: scale(.5);
    transform: scale(.5);
  }
  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);
  }
}


html {
    color: var(--col-vert-fonce);
    font-size: 16px;
    line-height: 1.2;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #846F53;
    text-shadow: none;
}

::selection {
    background: #846F53;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
body {
  font-family: 'exposure-trial', sans-serif;
  background-color:#ECD5B6;
  color:var(--col-vert-fonce);
}

* {
  -webkit-tap-highlight-color: transparent;
  white-space: normal;
  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;
}
textarea {
  white-space: pre-wrap;
}

@media (min-width:1500px) {
  .container {
    max-width:1420px;
  }
}
section {
  display:block;
}
a {
  transition:color 0.2s linear, background 0.2s linear;
  color:#c88947;
}
a:visited,
a:focus,
a:link {
  text-decoration: none;
  color:#c88947;
}
a:hover {
  text-decoration: none;
  color:#fa9a36;
}

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

img {
  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%);
}
/*** medias ***/
.video-responsive {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}

/*** COOKIEBANNER **/
/*** 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(172, 187, 136, 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(172, 187, 136, 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-vert-fonce)!important;
  font-size:14px!important;
  font-family:'exposure-trial', sans-serif!important;
}
body #tarteaucitronRoot .tarteaucitronDeny {
  background-color: var(--col-gris-clair)!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-vert-fonce)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-vert-fonce)!important;
  border: none!important;
}
body #tarteaucitronAlertSmall,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer {
  opacity: .75;
  right: auto;
  left: 70px;
}
body #tarteaucitronAlertSmall:hover,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer:hover {
  opacity: 1;
}
.back-to-top {
  position: fixed;
  z-index: 100;
  right: 15px;
  bottom: 0px;
  color: #fff;
  width: 40px;
  height: 80px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s;  
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 80px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-animation: bounceUp 2s infinite 2s;
  animation: bounceUp 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a span {
  position: absolute;
  transform-origin: 0 0;
  transform: rotate(-90deg);
  right: -12px;
  font-family: 'Syne', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  bottom: 0;
}
.back-to-top a::before {
  position:absolute;
  content:"";
  text-align:center;
  position:absolute;
  clip-path: polygon(0 42%,90% 42%,77% 5%,82% 0%,100% 50%,82% 100%,77% 95%,90% 58%,0 58%);
  width:54px;
  height:16px;
  transform:rotate(-90deg);
  background-color: #fff;
  left:calc(50% - 22px);
  top:calc(50% - 18px);
}
.back-to-top a:hover::before {
  color:#fff;
}
@media (min-width:992px) {
  .back-to-top {
    width:40px;
    height:80px;
  }
  .back-to-top a {
    height: 80px;
    width: 40px;
  }
  .back-to-top a::before {
    left:calc(50% - 22px);
    top:calc(50% - 18px);
  }
}
a.button {
  position:relative;
  z-index:1;
  display:inline-block;
  background: transparent 0% 0% no-repeat padding-box;
  border:solid 1px #fff;
  text-align:center;
  cursor:pointer;
  font: 400 18px Syne;
  letter-spacing: 0;
  color:#FFFFFF;
  min-width:200px;
  padding:20px;
  line-height:20px;
  transition: ease-in 0.35s all;
}
a.button:hover {
  background-color:#fff;
  color:var(--col-vert-fonce);
}
a.button.invert-button {
  background-color: #69212B;
  color: #E7BC8D!important;
}
@media (min-width:992px) {
  a.button {
    font-size:16px;
  }
}
a.button img {
  max-height:50px;
  width:auto;
}
.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}
.margin-top {
  margin-top: 40px;
}
.no-underline {
  text-decoration: none!important;
}

.page .banner {
  position:relative;
  padding-top:0px;
  background-color:#73522f;
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:center;
}
.page .banner .banner-content {
  position:absolute;
  z-index:1;
  text-align:center;
  color:#fff;
  font:700 36px 'exposure-trial';
/*  font-style: italic; */
  top:calc(0px + 50%);
  left:0;
  width:100%;
  transform: translateY(-50%)
}
.page .banner h1 .ligne1 {
  display:block;
  font-family: 'exposure-trial', sans-serif;
  font-size:48px;
  font-weight:400;
  font-style: italic;
}
.page .banner h1 .ligne2 {
  display:block;
  font-family: 'Syne', sans-serif;
  font-size:80px;
  font-weight:400;
}
.page .banner h1 .ligne3 {
  display:block;
  font-family: "Montagu Slab", serif;
  font-size:40px;
  font-weight:400;
  text-transform: uppercase;
}
.page .banner .call-to-action {
  margin-top:40px;
}
.page .banner img {
  width: 100%;
}
.page .banner figure {
  width: 100dvw;
  height: 100svh;
}
.page .banner figure img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.page .banner figure::before {
  content:"";
  position:absolute;
  z-index:0;
  width:100%;
  height:100%;
  background-color: #00000080;
}
@media (min-width:768px) {
  .page .banner {
    min-height:220px;
  }
}
@media (min-width:992px) {
  .page .banner {
    min-height:280px;
  }
}

section .scroll-to-section {
  position: absolute;
  z-index:10;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  font-size: 0px;
  text-align: center;
  width: 40px;
  height: 40px; 
  opacity:0.80;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
@keyframes bounce {
  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);
  }
}

section .scroll-to-section::before {
  position:absolute;
  font-family:"FontAwesome";
  content:"\f04b";
  font-weight:400;
  color:#fff;
  font-size:30px;
  line-height:40px;
  width:40px;
  transform:rotate(90deg);
}
section .scroll-to-section:hover {
  opacity:1;
}
.container-padding-left {
  padding-left:var(--main-padding-left);
}
.container-padding-right {
  padding-right:var(--main-padding-right);
}

.section-bienvenue {
  background-color:#ACBB88;
  color:#fff;
  padding:80px 0;
}
.section-bienvenue h2 {
  color:#fff;
  width:70%;
  margin: 0px auto 40px;
}
.section-bienvenue .texte {
  position: relative;
  font-family: 'exposure-trial', sans-serif;
  font-size:20px;
  color:#fff;
  width:70%;
  margin: auto;
  padding:40px 0;
}
.section-bienvenue .texte::before {
  content:"";
  width:80px;
  height:4px;
  background-color:#212E0A3D;
  margin:0 auto;
  position: absolute;
  top:-2px;
  left:calc(50% - 40px);
}
.section-bienvenue .texte::after {
  content:"";
  width:80px;
  height:4px;
  background-color:#212E0A3D;
  margin:0 auto;
  position: absolute;
  bottom:-2px;
  left:calc(50% - 40px);
}
.section-presentation {
  background-color:var(--col-rose);
  color:var(--col-vert-fonce);
  padding:80px 0;
}
.section-presentation .slider-galerie-container {
  margin-top:-120px;
  position: relative;
}
.slider-interne {
  padding:0;
  margin:0;
}
.slider-interne li figure {
  margin-bottom:0;
}
.slider-galerie-container .container-slider-photos-navigation {
  position: absolute;
  bottom:0;
  left:0;
}
.slider-galerie-container .slider-content-galerie-arrows {
  display:flex;
}
.slider-galerie-container .container-slider-photos-navigation .slick-arrow {
  width:80px;
  height:80px;
  background-color:var(--col-vert-clair);
  font-size:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider-galerie-container .container-slider-photos-navigation .slick-arrow.prev {
  transform:rotate(-180deg);
}
.slider-galerie-container .container-slider-photos-navigation .slick-arrow svg {
  opacity:0.24;
  transition: all .35s ease-in-out;
}
.slider-galerie-container .container-slider-photos-navigation .slick-arrow:hover svg {
  opacity:1;
}
.section-presentation .container-content {
  text-align:left;
}
.section-presentation .call-to-action {
  margin-top:40px;
}
.section-presentation a.button,
.section-carte a.button,
.galerie-photos a.button {
  border-color:var(--col-vert-fonce);
  color:var(--col-vert-fonce);
}
.section-presentation a.button:hover,
.section-carte a.button:hover,
.galerie-photos a.button:hover {
  background-color:#212E0A;
  color:#fff;
}
.section-carte {
  position:relative;
}
.section-carte .background {
  position: absolute;
  z-index: 0;
  height: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  background-repeat: repeat;
  background-position: top left;
  background-size: 100%!important;  
}
.section-carte .background figure {
  display:none;
}
.section-carte .container-liste-sections {
  margin-top:80px;
  margin-bottom:-60px;
  background-color:#fff;
  padding:40px var(--main-padding-left);
  position: relative;
  z-index:2;
}
.container-section {
  padding-top:20px;
}
.container-section .icone svg {
  width:60px;
  height:60px;
}
.container-section .titre {
  font-family: 'Syne', sans-serif;
  font-size:48px;
  font-weight:400;
  margin-bottom:40px;
}
.container-section .ligne {
  font-family: 'Syne', sans-serif;
  font-size:18px;
  font-weight:400;
  position: relative;
  max-width: 70%;
  margin: 20px auto 0;
  line-height: 1.2em;
  padding-bottom: 20px;  
}
.container-section .ligne::after {
  content:"";
  width:80px;
  height:4px;
  background-color:#212E0A3D;
  margin:0 auto;
  position: absolute;
  bottom:-2px;
  left:calc(50% - 40px);
}
.container-section .ligne:last-child::after {
  display:none;
}
.section-ceci-pas-secret {
  position: relative;
  background-color:var(--col-vert-fonce);
  padding:240px 0 160px;
}
.section-ceci-pas-secret .cadre-photo {
  height:700px;
  position:relative;
  z-index:2;
}
.section-ceci-pas-secret .cadre-photo figure {
  height:100%;
  position: relative;
}
.section-ceci-pas-secret .cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
.section-ceci-pas-secret .photo-1 {
  margin-top:-40px;
}
.section-ceci-pas-secret .photo-2 {
  margin-top:40px;
}
.section-ceci-pas-secret .container-rectangle {
  position: absolute;
  width: 500px;
  height: 200px;
  border: solid 1px rgba(255,255,255,.12);
  right: 25%;
  top: 10%;
  z-index: 1;
}
.section-ceci-pas-secret .rectangle-2 {
  right:auto;
  top:auto;
  left: 25%;
  bottom: 5%;
}
.section-ceci-pas-secret .container-content {
  position: absolute;
  z-index:3;
  top:50%;
  left:calc(50% - 220px);
  width:440px;
  transform: translateY(-50%);
  background-color:#fff;
  text-align:center;
  padding:40px;
}
.section-ceci-pas-secret .container-content h2 {
  font-family: 'exposure-trial', sans-serif;
  font-size:24px;
  font-style: italic;
}
.section-horaires-acces {
  padding:80px 0;
}
.section-horaires-acces h2 {
  margin-bottom:40px;
  font-family: 'Syne', sans-serif;
  font-weight:400;
  font-size:48px;
}
.section-horaires-acces .container-liste-horaires {
  background-color: rgba(0,0,0,0.04);
  padding:40px 80px;
  text-align:left;
  font-family: 'Syne', sans-serif;
  font-weight:400;
  font-size:18px;
}
.container-liste-horaires .container-horaire {
  display:flex;
  justify-content: space-between;
  margin-bottom: 6px;
  position: relative;
}
.container-liste-horaires .container-horaire::after {
  content:"";
  position: absolute;
  z-index:0;
  bottom:7px;
  border-bottom:dotted 3px var(--col-vert-fonce);
  width:100%;
}
.container-liste-horaires .container-horaire .jour {
  background-color:#e2ccae;
  z-index: 2;
  padding: 0 3px 0 0;
}
.container-liste-horaires .container-horaire .horaire {
  background-color:#e2ccae;
  z-index: 2;
  padding: 0 0px 0 3px;
}
.container-liste-horaires .ligne {
  font-family: 'exposure-trial', sans-serif;
  font-style: italic;
  margin-top:10px;
}
.section-horaires-acces .col-lg-6:first-child {
  padding-right:0;
}
.section-horaires-acces .col-lg-6:last-child {
  padding-left:0;
}
.section-horaires-acces .map-standard {
  height:100%;
  z-index:0;
}
.homepage .galerie-photos {
  padding:80px 0;
  background-color:var(--col-rose);
}
.galerie-photos.row {
  margin:0;
}
.galerie-photos .liste-photos {
  padding:0;
  margin:0;
  list-style:none;
  justify-content:center;
}
.galerie-photos .liste-photos li {
  min-height:360px;
  margin-bottom:40px;
}
.galerie-photos .liste-photos li a {
  float:left;
  height:100%;
  width:100%;
  background-position: center;
  background-size:cover;
  box-shadow:1px 1px 4px rgba(0,0,0,0.45);
  -webkit-transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); 
}
.galerie-photos .liste-photos li a:hover {
  transform:scale(1.02,1.02);  
}
.galerie-photos .liste-photos li a img {
  display: none;
}
.section-recommandations {
  padding:40px 0 80px;
}
.section-recommandations h2 {
  font-family: 'Syne', sans-serif;
  font-weight:400;
  font-size:48px;
  margin-bottom:40px;
}
.section-recommandations .container-recommandation {
  position: relative;
}
.section-recommandations .cadre-photo {
  height:460px;
  position: relative;
}
.section-recommandations .cadre-photo figure {
  height:100%;
  position: relative;
}
.section-recommandations .cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;  
}
.section-recommandations .description {
  position: absolute;
  z-index:1;
  background-color:rgba(0,0,0,.5);
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  padding:40px;
}
.page-standard {
  padding:200px 0 80px;
  text-align:left;
}
.page-standard h1 {
  font-size: 40px;
  font-weight: 700;
/*  font-style: italic; */
  color: #69212B;
  margin-bottom: 20px;  
  text-transform:uppercase;
}
.page-standard h2 {
  font-size: 36px;
  font-weight: 700;
/*  font-style: italic; */
  color: #69212B;
  margin-top:20px;
  margin-bottom: 20px;  
}
.page-standard .text {
  font:500 16px 'exposure-trial';
/*  font-style:italic; */
}
.page-standard .text strong {
  font:700 16px 'exposure-trial';
/*  font-style:italic; */
}

.reseaux-sociaux {
  font-size:0;
  display:flex;
  margin-left:40px;
}
.reseaux-sociaux a {
  padding:0 10px;
}
.reseaux-sociaux a svg {
  height:20px;
}
.reseaux-sociaux a svg path {
  fill:#fff;
}
.reseaux-sociaux a:hover svg path {
  fill:var(--col-rose);
}
footer .reseaux-sociaux {
  margin-left:0;
  position: absolute;
}
footer {
  text-align:left;
  background: #846F53 0% 0% repeat-x padding-box;
  padding:80px 0 0px;
  font: 400 24px 'Syne';
/*  font-style:italic; */
  color:#fff;
}
footer a {
  color: #fff!important;
/*  text-decoration:underline!important; */
}
footer a:hover {
  color:#263F32!important;
}
footer .logo-footer {
  text-align: center;
  font-size: 0;
  margin-bottom:40px;
  display:inline-block;
  width:100%;
}
footer .col-contacts {
  display:flex;
  justify-content: center;
}
footer .col-telephone {
  paddin-right: 30px;
}
footer .col-adresse {
  padding:0 30px;
}
footer .col-email {
  padding-left: 30px;
}
footer .mentions {
  margin-top:20px;
  font-size:14pt;
}
footer .liens {
  padding-bottom:40px;
}
footer .credits .col-12 a {
  width:auto;
}
footer .container-credits {
  padding:0px 0 40px;
  background-color:#726047;
  position: relative;
}
footer .footer-bottom {
  display: flex;
  font-size:14px;
  color:#fff;
  text-align:center;
  width: 100%;
  justify-content: center;
  padding-top:40px;
  border-top:solid 1px #fff;
}
footer .menu-copyright ul {
  list-style:none;
  padding:0;
  margin:0;
  display: flex;
}
footer .menu-copyright ul li {
  padding:0 30px;
}
footer .footer-bottom .copyrights {
  padding:0 30px;
}
footer .footer-bottom .credits {
  padding:0 30px;
}
@media (max-width:1499px) {

}

@media (max-width:1199px) {
  .page .banner h1 .ligne1 {
    font-size:42px;
  }
  .page .banner h1 .ligne2 {
    font-size:70px;
  }
  .page .banner h1 .ligne3 {
    font-size:36px;
  } 
  .galerie-photos .liste-photos li {
    min-height:300px;
  }
  .section-ceci-pas-secret .cadre-photo {
    height:600px;
  }
  .section-recommandations .cadre-photo {
    height:400px;
  }
  footer .liens {
    font-size:22px;
  }
}

@media (max-width:991px) {
  .page .banner h1 .ligne1 {
    font-size:36px;
  }
  .page .banner h1 .ligne2 {
    font-size:60px;
  }
  .page .banner h1 .ligne3 {
    font-size:28px;
  } 
  .container-section .titre {
    font-size: 40px;
    line-height:1.1em;
  }
  .section-ceci-pas-secret .container-padding-right {
    padding-right:15px;
  }
  .section-ceci-pas-secret .container-padding-left {
    padding-left:15px;
  }
  .section-horaires-acces .map-standard {
    height: 500px;
    z-index: 0;
    margin-left: 15px;
  }  
  .section-recommandations .cadre-photo {
    height: 360px;
  }  
  footer .liens {
    font-size: 16px;
  }
  footer .footer-bottom {
    font-size:12px;
  }
  footer .menu-copyright ul li,
  footer .footer-bottom .copyrights,
  footer .footer-bottom .credits {
    padding: 0 10px;
  }  
}

@media (max-width:767px) {
  .navbar .telephone {
    font-size:15px;
  }
  .reseaux-sociaux a {
    padding:0 5px;
  }
  .page .banner h1 .ligne1 {
    font-size:30px;
  }
  .page .banner h1 .ligne2 {
    font-size: 50px;
    line-height: 1.1em;
    padding: 0 120px;
  }
  .page .banner h1 .ligne3 {
    font-size:24px;
  }
  .section-presentation .slider-galerie-container {
    padding-right:0;
    margin-bottom:40px;
  }
  .section-presentation .container-content {
    padding-left:0;
  }
  .section-ceci-pas-secret .container-rectangle {
    width:300px;
  } 
  .galerie-photos .liste-photos li {
    min-height: 240px;
  }
  .section-recommandations .container-recommandation {
    position: relative;
    margin-bottom: 40px;
  }
  .section-presentation .call-to-action {
    text-align:center;
  }  
  footer .col-contacts {
    flex-direction:column;
  }
  footer .col-telephone,
  footer .col-adresse,
  footer .col-email {
    text-align:center;
    padding:0;
  }
  footer .col-telephone a {
    margin-bottom:5px;
  }
  footer address {
    margin-bottom:5px;
  }
  footer address p {
    margin-bottom:0;
  }
  footer .liens {
    padding-bottom:20px;
  }
  footer .footer-bottom {
    flex-wrap: wrap;
  }
  footer .menu-copyright-container {
    width:100%;
  }
  footer .menu-copyright ul {
    justify-content: space-around;
    margin-bottom: 10px;
    padding: 0 22px;    
  }
  .footer-bottom .copyrights, footer .footer-bottom .credits {
    width:50%;
  }
}
@media (max-width:575px) {
  .page .banner h1 .ligne2 {
    max-width:350px;
    margin:0 auto;
    padding:0;
  }
  .container-section .ligne {
    max-width:100%;
  }
  .section-horaires-acces .container-liste-horaires {
    padding:40px 60px;
  }
  .section-ceci-pas-secret .cadre-photo {
    height: 500px;
  }  
/**********
  .galerie-photos .liste-photos li {
    min-height:auto;
    height: 0;
    margin-bottom: 40px;
    width: 100%;
    position: relative;
    padding-bottom: 62.5%;
  }
  .galerie-photos .liste-photos li a {
    position: absolute;
    left: 0;
    top: 0;
  }  
**********/  
}
@media (max-width:499px) {
 .navbar .logo, .navbar.sticky .logo {
    max-height: 48px;
  }
  .menu-container {
    width: 67%;
  }
  .navbar .telephone {
    font-size:15px;
  }
  .reseaux-sociaux {
    margin-left:20px;
  }
  .reseaux-sociaux a {
    padding: 0 3px;
  }    
  .section-ceci-pas-secret .cadre-photo {
    height: 400px;
  }  
  .section-ceci-pas-secret .container-content {
    left: 30px;
    width: calc(100% - 60px);
  }
  .section-ceci-pas-secret .container-rectangle {
    width: 70%;
    left: 15%;
  }
  .section-horaires-acces .container-liste-horaires {
    padding: 40px 40px;
  }  
  .galerie-photos .liste-photos li {
    min-height: 200px;
  }
  footer .logo-footer {
    margin-bottom:60px;
  }
  footer .reseaux-sociaux {
    width: calc(100% - 30px);
    display: flex;
    justify-content: center;
    bottom: 10px;
  }
  footer .menu-copyright ul {
    flex-direction:column;
    margin-bottom:0;
  }  
  footer .menu-copyright ul li {
    margin-bottom:5px;
  }
  .footer-bottom .copyrights, 
  footer .footer-bottom .credits {
    width: 100%;
  }
  .footer-bottom .copyrights p, 
  footer .footer-bottom .credits p {
    margin-bottom: 5px;
  }
}
@media (max-width:450px) {
  .container-section .titre {
    font-size:32px;
  }
  .section-ceci-pas-secret {
    padding:160px 0 80px;
  }
  .section-ceci-pas-secret .container-rectangle {
    top:8%;
  }
  .section-ceci-pas-secret .rectangle-2 {
    bottom:4%;
  }
  .section-horaires-acces .container-liste-horaires {
    padding:40px 20px;
  }
  .container-liste-horaires .ligne {
    font-size:16px;
  }
  .galerie-photos .liste-photos li {
    min-height: 180px;
  }
}
@media (max-width:400px) {
  .galerie-photos .liste-photos li {
    min-height: 160px;
  }
}
