/*  
Theme Name: L'Atelier
Theme URI: https://latelier-cabourg.fr/
Description: Thème Wordpress pour L'Atelier
Author: Initial
Author URI: https://initialcaen.fr/
*/

/*** Vars ***/
:root {
  --col-rose: #f8f2e7;
  --col-bleu-fonce:#1C2157;
  --col-bleu-clair:#B0B2C7;

  --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-bleu-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: #1C2157;
    text-shadow: none;
}

::selection {
    background: #1C2157;
    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: "Roboto", sans-serif;
  font-variation-settings: "wdth" 100;
  font-optical-sizing: auto;
  font-style: normal;
  background-color:#f8f2e7;
  color:var(--col-bleu-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:#1C2157;
}
a:visited,
a:focus,
a:link {
  text-decoration: none;
  color:#1C2157;
}
a:hover {
  text-decoration: none;
  color:#B0B2C7;
}

.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 **/
body #tarteaucitronRoot * {
  font-family:'Roboto', sans-serif!important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig {
  font-size:14px!important;
  font-family:'Roboto', sans-serif!important;
  border:none!important;
  background:rgba(176, 178, 199, 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(176, 178, 199, 1)!important;
}
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl, 
body #tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, 
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font-size:14px!important;
  font-family:'Roboto', 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-bleu-fonce)!important;
  font-size:14px!important;
  font-family:'Roboto', 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-bleu-fonce)!important;
}
body #tarteaucitron #tarteaucitronInfo {
  background-color: #efefef!important;
  color: var(--col-bleu-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: var(--col-bleu-fonce);
  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: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--col-bleu-fonce);
  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: var(--col-bleu-fonce);
  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 2px #B0B2C7;
  border-radius:100px;
  text-align:center;
  cursor:pointer;
  font: 400 18px 'american-typewriter';
  letter-spacing: 0;
  color:#FFFFFF;
  min-width:200px;
  padding:20px;
  line-height:20px;
  transition: ease-in 0.35s all;
}
a.button:hover {
  background-color:#B0B2C7;
  color:var(--col-bleu-fonce);
}
a.button.invert-button {
  background-color: var(--col-bleu-fonce);
  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 {
  padding-top:120px;
}
.page .banner {
  position:relative;
  padding-top:40px;
  background-color:transparent;
  position:relative;
  width:100%;
  overflow:hidden;
  text-align:center;
}
.page .banner figure.photo {
  background-color:var(--col-bleu-clair);
}
.page .banner .banner-content {
  text-align:center;
  color:var(--col-bleu-fonce);
  font:700 36px 'american-typewriter';
  width:100%;
}
.page .banner h1 .ligne1 {
  display:block;
  font-family: 'american-typewriter', sans-serif;
  font-size:80px;
  font-weight:400;
}
.page .banner h1 .ligne2 {
  display:block;
  font-family: 'american-typewriter', sans-serif;
  font-size:24px;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing: 10%;
  margin-top:20px;
}
.page .banner .call-to-action {
  margin-top:40px;
}
.page .banner img {
  width: 100%;
}
.page .banner figure {
  width: 100%;
  height: auto;
  margin-bottom:0;
}
.page .banner figure img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.page .banner figure.photo::before {
  content:"";
  position:absolute;
  z-index:0;
  width:100%;
  height:100%;
  background-color: #00000000;
}
.page .banner h1 figure {
  width: 150px;
  margin: 0 auto;
}
@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);
}
.container-flex {
  display:flex;
}
.banner figure.photo {
  margin-top:40px;
}
.section-bienvenue {
  background-color:var(--col-bleu-fonce);
  color:#fff;
  padding:200px 0 80px;
  margin-top:-120px;
}
.section-bienvenue h2 {
  color:#fff;
  width:70%;
  margin: 0px auto 40px;
}
.section-bienvenue .texte {
  position: relative;
  font-family: 'Roboto', sans-serif;
  font-size:18px;
  font-weight:400;
  color:#fff;
  width:70%;
  margin: auto;
  text-align:left;
}
.section-bienvenue .texte1 {
  font-weight:700;
  width:45%;
/*
  background-image:url(../img/backgrounds/entoure.svg);
  background-size: 100% 100%;
*/  
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;  
}
.section-bienvenue .texte1 .entoure {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  transform: scaleX(1.5) scaleY(1.25);
}
/*
.section-bienvenue .texte1::before {
  content:"";
  position: absolute;
  z-index:0;
  width:100%;
  height:100%;
  -webkit-mask: url(../img/backgrounds/entoure.svg) no-repeat 0 0/100% 100%;
  mask: url(../img/backgrounds/entoure.svg) no-repeat 0 0/100% 100%;
  background-color: #fff;
  left: 0;
  top: 0;
}
*/
.section-bienvenue .texte2 {
  width:55%;
}
.section-bienvenue .call-to-action {
  margin-top:40px;
}
.section-presentation {
  background-color:var(--col-rose);
  color:var(--col-bleu-fonce);
  padding:80px 0;
}
.section-presentation .liste-paragraphes .col-12 {
  margin-bottom:30px;
}
.section-presentation .container-photo figure {
  margin-bottom:0;
}
.section-presentation h2,
.section-notre-cuisine h2 {
  font-size:48px;
  font-family: 'american-typewriter';
  color:var(--col-bleu-fonce);
  margin-bottom:40px;
}
.section-presentation .ligne-1 .container-photo,
.section-presentation .ligne-3 .container-photo,
.section-presentation .ligne-5 .container-photo,
.section-presentation .ligne-7 .container-photo, 
.section-presentation .ligne-9 .container-photo {
  order:2;
}
.section-presentation .container-texte {
  background-color:rgba(0,0,0,0.02);
  display:flex;
  justify-content: center;
  align-items: center;
  height:100%;
}
.section-presentation .container-texte .texte {
  font-family: 'Roboto';
  font-size:24px;
  max-width:50%;
  text-align:left;
}
.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-notre-cuisine {
  padding-bottom:80px;
}
.section-notre-cuisine .liste-blocs {
  display:flex;
}
.section-notre-cuisine .bloc-notre-cuisine {
  position:relative;
  text-align:center;
  font-family: 'Roboto', sans-serif;
  font-size:16px;
  color:var(--col-bleu-fonce);
  margin:0 15px;
  width:calc( (100%/4) - (90px / 4));
}
.bloc-notre-cuisine {
  padding-top: 60px;
  padding-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;  
}
.bloc-notre-cuisine .entoure2 {
  position: absolute;
  top:30px;
  left:0;
}
.section-carte {
  position:relative;
}
.section-carte .container-liste-sections {
  margin-top:80px;
  margin-bottom:-60px;
  background-color:var(--col-bleu-fonce);
  padding:40px var(--main-padding-left) 80px;
  position: relative;
  z-index:2;
  color:#fff;
}
.section-carte .container-liste-sections h2 {
  font-family: 'american-typewriter', sans-serif;
  font-size:48px;
  font-weight:400;
  margin-bottom:40px;
}
.container-section {
  padding-top:40px;
}
.container-section .icone svg {
  width:60px;
  height:60px;
}
.container-section .titre {
  font-family: 'american-typewriter', sans-serif;
  font-size:24px;
  font-weight:400;
  margin-bottom:20px;
}
.container-section .ligne {
  font-family: 'american-typewriter', sans-serif;
  font-size:16px;
  font-weight:400;
  position: relative;
  max-width: 70%;
  margin: 5px auto 0;
  line-height: 1.2em;
  padding-bottom: 10px;  
}
.section-carte .container-liste-sections .call-to-action {
  margin-top:40px;
}
.section-avis-clients {
  padding-top:200px;
  background-color: var(--col-bleu-clair);
  color:var(--col-bleu-fonce);
  margin-top:-40px;
  padding-bottom:80px;
}
.section-avis-clients h2 {
  font-family: 'american-typewriter', sans-serif;
  font-size:48px;
  font-weight:400;
}
.section-avis-clients .container-avis {
  margin-top:80px;
  position: relative;
  z-index:2;
}
.section-avis-clients .container-avis::before {
  content:"”";
  font-size:200px;
  color:var(--col-bleu-fonce);
  opacity:8%;
  top:0;
  left:50%;
  transform: translateX(-50%);
  line-height: 0.5em;
  position: absolute;
  font-family: 'american-typewriter';
}
.section-avis-clients .container-avis .texte {
  font-family: Roboto Condensed;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  max-width: 50%;
  margin:0 auto;
}
.section-avis-clients .call-to-action {
  margin-top:40px;
  position: relative;
  z-index: 2;
}
.section-avis-clients a.button {
  border:solid 2px rgba(28, 33, 87, 0.24);
  color:var(--col-bleu-fonce);
}
.section-avis-clients a.button:hover {
  background-color:rgba(28, 33, 87, 0.24);
  color:#fff;
}
.section-en-pratique {
  padding:80px 00px;
  text-align:center;
}
.section-en-pratique .container-content {
  background-color:rgba(0,0,0,.02);
  padding:40px;
  max-width:75%;
  margin:0 auto;
}
.section-en-pratique h2 {
  font-family: 'american-typewriter', sans-serif;
  font-size:48px;
  font-weight:400;
  margin-bottom:40px;
}
.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;
}
.galerie-photos a.button {
  color:var(--col-bleu-fonce);
}
.galerie-photos a.button:hover {
  color:#fff;
}
.section-recommandations {
  padding:40px 0 80px;
}
.section-recommandations h2 {
  font-family: 'american-typewriter', sans-serif;
  font-weight:400;
  font-size:48px;
  color:var(--col-bleu-fonce);
  margin-bottom:40px;
}
.section-recommandations .container-recommandation {
  position: relative;
}
.container-recommandation .icone figure img{
  min-height:200px;
  min-width:200px;
}
.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: 48px;
  font-weight: 400;
/*  font-style: italic; */
  color: var(--col-bleu-fonce);
  margin-bottom: 20px;  
  text-transform:uppercase;
  font-family: 'american-typewriter';
}
.page-standard h2 {
  font-size: 36px;
  font-weight: 700;
/*  font-style: italic; */
  color: var(--col-bleu-fonce);
  margin-top:20px;
  margin-bottom: 20px;  
  font-family: 'american-typewriter';
}
.page-standard .text p {
  font:400 16px 'Roboto';
/*  font-style:italic; */
}
.page-standard .text p strong {
  font:700 16px 'Roboto';
/*  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:var(--col-bleu-fonce);
}
.reseaux-sociaux a:hover svg path {
  fill:#fff;
}
footer .reseaux-sociaux {
  margin-left:0;
  position: absolute;
}
footer {
  text-align:left;
  background: #D6CEB9 0% 0% repeat-x padding-box;
  padding:80px 0 0px;
  font: 400 24px 'american-typewriter';
/*  font-style:italic; */
  color:var(--col-bleu-fonce);
}
footer a {
  color: var(--col-bleu-fonce)!important;
/*  text-decoration:underline!important; */
}
footer a:hover {
  color:#B0B2C7!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:#C8C1AC;
  position: relative;
}
footer .footer-bottom {
  display: flex;
  font-size:16px;
  color:var(--col-bleu-fonce);
  font-family: "Roboto", sans-serif;
  text-align:center;
  width: 100%;
  justify-content: center;
  padding-top:40px;
  border-top:solid 1px var(--col-bleu-fonce);
}
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) {
  :root {
    --main-padding-left:60px;
    --main-padding-right:60px;
  }
  .page .banner h1 .ligne1 {
    font-size:70px;
  }
  .section-bienvenue .texte1 {
    padding-right:40px;
    padding-left:40px;
    font-weight: 600;
    font-size: 17px;
  }
  .section-bienvenue .texte1 .entoure {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    transform: scaleX(1.2) scaleY(1.25);
  }
  .bloc-notre-cuisine .entoure2 {
    width:100%;
    top: 60px;
    transform: scaleY(1.5);    
  }
}

@media (max-width:1199px) {
  .page .banner h1 .ligne1 {
    font-size:60px;
  }
  .page .banner h1 .ligne2 {
    font-size:22px;
  }
  .page .banner figure.photo {
    height:500px;
  }
  .section-bienvenue .texte1 .entoure {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    transform: scaleX(1.0) scaleY(1.4);
  }  
  .section-presentation h2, 
  .section-notre-cuisine h2,
  .section-carte .container-liste-sections h2,
  .section-avis-clients h2,
  .section-en-pratique h2,
  .section-recommandations h2 {
    font-size:44px;
  }
  .section-presentation .container-texte .texte {
    font-size:22px;
    max-width:60%;
  }
  .section-notre-cuisine .liste-blocs {
    flex-wrap:wrap;
  }
  .section-notre-cuisine .bloc-notre-cuisine {
    width:calc( (100%/2) - (60px / 2));
  }
  .bloc-notre-cuisine .entoure2 {
    width: 100%;
    top: 10px;
    transform: scaleX(1.35) scaleY(0.8);
  }
  .section-avis-clients .container-avis .texte {
    font-size:26px;
  }
  .galerie-photos .liste-photos li {
    min-height:300px;
  }
  .section-recommandations .cadre-photo {
    height:400px;
  }
  footer .liens {
    font-size:22px;
  }
  ffoter .col-contacts {
    font-size:20px;
  }
  footer .footer-bottom {
    font-size:14px;
  }
}

@media (max-width:991px) {
  a.button {
    font-size:16px;
  }
  .page .banner h1 .ligne1 {
    font-size:50px;
  }
  .page .banner h1 .ligne2 {
    font-size:20px;
  }
  .page .banner figure.photo {
    height:460px;
  }
  .container-flex {
    flex-wrap:wrap;
  }
  .section-bienvenue .texte1 {
    width:100%;
    overflow:hidden;
  }
  .section-bienvenue .texte1 .entoure {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    transform: scaleX(1.65) scaleY(1.0);
  }
  .section-bienvenue .texte2 {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .section-presentation h2, 
  .section-notre-cuisine h2,
  .section-carte .container-liste-sections h2,
  .section-avis-clients h2,
  .section-en-pratique h2,
  .section-recommandations h2 {
    font-size:40px;
  }
  .section-presentation .container-texte .texte {
    font-size: 20px;
    max-width: 80%;
    line-height: 1.2em;
  }
  .bloc-notre-cuisine .entoure2 {
    width: 100%;
    top: 25px;
    transform: scaleX(1.0) scaleY(1.0);
  }
  .section-avis-clients .container-avis .texte {
    max-width:75%;
  }  
  .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) {
  .page .banner h1 .ligne1 {
    font-size:40px;
  }
  .page .banner h1 .ligne2 {
    font-size:20px;
  }
  .navbar .telephone {
    font-size:15px;
  }
  .reseaux-sociaux a {
    padding:0 5px;
  }
  .section-bienvenue .texte1 .entoure {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    transform: scaleX(1.2) scaleY(1.1);
  } 
  .section-presentation h2, 
  .section-notre-cuisine h2, 
  .section-carte .container-liste-sections h2, 
  .section-avis-clients h2, 
  .section-en-pratique h2, 
  .section-recommandations h2 {
    font-size: 36px;
  }   
  .section-presentation .ligne-1 .container-photo, 
  .section-presentation .ligne-3 .container-photo, 
  .section-presentation .ligne-5 .container-photo, 
  .section-presentation .ligne-7 .container-photo, 
  .section-presentation .ligne-9 .container-photo {
    order:initial;
  }
  .section-presentation .container-photo .cadre-photo,
  .section-presentation .container-texte {
    height:400px;
  }
  .section-presentation .container-photo figure {
    height:100%;
  }
  .section-presentation .container-photo figure img {
    mix-blend-mode: normal;
    object-fit: cover;
    object-position: center center;
    height: 100%;
    width: 100%;
  }
  .section-presentation .container-texte .texte {
    font-size: 24px;
    max-width: 60%;
    line-height: 1.2em;
    text-align:center;
  }
  .section-notre-cuisine .bloc-notre-cuisine {
    width: 100%;
    margin-bottom:40px;
    overflow:hidden;
  }
  .bloc-notre-cuisine .entoure2 {
    transform:scaleX(1.5) scaleY(1.0);
  }
  .section-notre-cuisine .bloc-notre-cuisine .illustration {
    height:70px;
  }
  .section-avis-clients .container-avis .texte {
    font-size: 24px;
  }
  .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-bienvenue .texte1 .entoure {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    transform: scaleX(110%) scaleY(120%);
  }
  .section-presentation .container-photo .cadre-photo,
  .section-presentation .container-texte {
    height:360px;
  }
  .bloc-notre-cuisine .entoure2 {
    transform: scaleX(140%) scaleY(80%);
    top: 15px;
  }
  .section-carte .container-liste-sections {
    margin-top:0;
  }
  /**********
  .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) {
  :root {
    --main-padding-left:40px;
    --main-padding-right:40px;
  }
 .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 6px;
  }    
  .section-bienvenue .texte1 .entoure {
    top:40px;
    transform:scaleX(100%) scaleY(140%);
  }
  .section-presentation .container-photo .cadre-photo, .section-presentation .container-texte {
    height: 320px;
  }
  .section-notre-cuisine .bloc-notre-cuisine {
    margin-bottom:0;
  }
  .bloc-notre-cuisine .entoure2 {
    transform: scaleX(120%) scaleY(80%);
  }
  .container-section .titre {
    font-size:22px;
  }
  .section-en-pratique .container-content {
    max-width:90%;
  }
  .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) {
  .page .banner h1 .ligne1 {
    font-size: 44px;
  }
  .section-bienvenue .texte1 .entoure {
    top: 50px;
    transform: scaleX(100%) scaleY(180%);
  }
  .section-presentation .container-photo .cadre-photo, .section-presentation .container-texte {
    height: 280px;
  }
  .section-notre-cuisine .bloc-notre-cuisine {
    padding:40px 20px;
  }
  .bloc-notre-cuisine .entoure2 {
    transform: scaleX(100%) scaleY(90%);
    top: 0;
  }  
  .galerie-photos .liste-photos li {
    min-height: 180px;
  }
}
@media (max-width:400px) {
  :root {
    --main-padding-left:20px;
    --main-padding-right:20px;
  }
  .page .banner h1 .ligne1 {
    font-size: 42px;
  }
  .page .banner figure.photo {
    height: 400px;
  }  
  .section-bienvenue .texte1 .entoure {
    top: 70px;
    transform: scaleX(100%) scaleY(220%);
  }
  .section-presentation .container-photo .cadre-photo, .section-presentation .container-texte {
    height: 240px;
  }
  .section-presentation .container-texte .texte {
    font-size: 22px;
    max-width: 80%;
  }  
  .section-notre-cuisine .bloc-notre-cuisine {
    height:300px;
  }
  .bloc-notre-cuisine .entoure2 {
    transform: scaleX(100%) scaleY(110%);
    top: 10px;
  }
  .galerie-photos .liste-photos li {
    min-height: 160px;
  }
}
@media (max-width:360px) {
 .section-bienvenue .texte1 .entoure {
    top: 80px;
    transform: scaleX(100%) scaleY(240%);
  }
  .bloc-notre-cuisine .entoure2 {
.bloc-notre-cuisine .entoure2 {
    transform: scaleX(100%) scaleY(120%);
    top: 30px;
  }  
}
@media (max-width:340px) {
  .page .banner figure.photo {
    height: 360px;
  }  
 .section-bienvenue .texte1 .entoure {
    top: 110px;
    transform: scaleX(100%) scaleY(320%);
  }
  .section-notre-cuisine .bloc-notre-cuisine {
    height: 340px;
  }
  .bloc-notre-cuisine .entoure2 {
    transform: scaleX(100%) scaleY(150%);
    top: 30px;
  }  
  .section-recommandations .description {
    padding:40px 20px;
  }
}