/* ======================================== */
/* ====== BASE ============================ */
/* ======================================== */
.viewport {
  transition: transform 0.80s cubic-bezier(0.600, 0.000, 0.100, 1.000);
}
.scroll-container {
  position: relative;
  overflow: hidden;
}
html {
  scroll-behavior: smooth;
}
*:focus {
  outline: none !important;
}
body{ 
  font-family: "Inter", sans-serif;
  
  font-weight: 400;
  color: #333;
  font-size: 16px;
  margin: 0!important;
} 
body.o-hidden{
  overflow: hidden;
}
#primary {
  overflow-x: hidden; 
  min-height: 800px;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent !important;
}
p{
  font-size: 18px; 
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 15px;
}
img{
  width: 100%;
}
.h100, .h100 .kt-inside-inner-col{
  height: 100%!important;
}
.invert{
  filter:invert(1)
}
/* ..anim:first-child{
  opacity: 0;
  transform: translateY(50px);
} */
.remove-scrolling {
  height: 100vh;
  overflow: hidden;
}
.alignwide {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.alignfull {
  width: 100%;
  max-width: 1470px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}

.container, .wp-block-group {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.w-full{
  width: 100%;
}
.relative {
  position: relative;
}
.block {
  display: block;
}
.h-full {     
  height: 100%;
}
.w-100 { 
  width: 100%;
}
.d-none {
  display: none;
}
.pointer {
  cursor: pointer;
}
 .float-right {
  float: right;
}
.entry-content{
  margin-top:0
}
.btn:hover {

}
.grey-background{
  background-color:#f5f5f5;
  padding: 30px
}
.wp-block-heading{
  margin-top:0
}
.btn.grey, .btn.grey::before, #page .tribe-events-widget-events-list__view-more-link::before, #page .tribe-events-widget-events-list__view-more-link{
  background-color: #444;
  color: #fff;
}
 
 
.btn, #page .frm_button_submit  {
  /* background-color: #fff; */
  padding: 12px 30px;
  display: inline-block;
  color: #333;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  border: 0;
  box-shadow: unset;
  padding: 20px 15px !important;
  line-height: 1.2;
  margin: 0;
  font-family: 'Roboto', sans-serif;
} 
#primary .btn-arrow {
  cursor: pointer;
  color: #fff;
  width: max-content;
  padding: 25px 40px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 17px;
  display: block;
  text-decoration: unset;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.display-mobile{
  display: none;
}
@media screen and (max-width: 980px) {
  .display-desktop{
    display: none;
  }
  .display-mobile{
    display: block;
  }
}
/* ======================================== */
/* ====== COLOR =========================== */
/* ======================================== */
.grey{
  color: #424242;
}
 
/* ======================================== */
/* ====== TEXTE ========================== */
/* ======================================== */


.cinzel {
    font-family: "cinzel", serif;
    font-optical-sizing: auto; 
    font-style: normal;
}
.montserrat  {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
strong{
  font-weight: 400;
} 
h1{
  font-weight: 500!important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hero p {
  font-family: "Lexend", sans-serif;
  margin-top: 0; 
  margin-bottom: 0;
  color: #424242; 
  line-height: 1.2;
}
h2{
  font-size: 42px;
}
.justify {
  text-align: justify;
}
 
ul li,
a,
ol li {
  line-height: 1.5;
}
.white, .has-who-blanc-color {
  color: #fff !important;
}
.orange {
  color: #02adc6;
}
.white-link a{
  color: #fff;
}
.has-color-orange-color {
  color: #02adc6;
}
.has-color-bleu-color {
  color: #045b79;
}
.has-color-vert-color {
  color: #77c84a;
}
.has-who-jaune-color {
  color: #faaf47;
}
.line-height-3 {
  line-height: 1.3;
} 
.text-center {
  text-align: center;
}
.medium-title, .col-1 .tribe-events-widget-events-list__header-title{
  position: relative;
  font-weight: 700;
  margin-bottom: 20px;
  color: #424242;
  font-size: 30px!important;
  margin-bottom: 10px!important;
}
.big-title, #primary .tribe-events-widget-events-list__header-title {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #424242;
}
.col-1 .tribe-events-widget .tribe-events-widget-events-list__header{
  margin-bottom: 10px;
}

.uppercase {
  text-transform: uppercase;
}
.font-light {
  font-weight: 400;
  color: #444;
  line-height: 1.3;
}
.font-medium {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.entry-content .col-2 a {
  color: #02adc6;
  transition-duration: 0.3s;
}
.entry-content .col-2 a p {
  color: #222;
}
.entry-content .col-2 a:hover {
  text-decoration: underline;
}
.posts .post .entry-title {
  font-size: 24px !important;
}


/* 🖥️ Grand écran (≤1480px) */
@media (max-width: 1480px) {
  body .has-sm-font-size {
    font-size: 14px !important;
  }

  body .has-base-font-size {
    font-size: 18px !important;
  }

  body .has-lg-font-size {
    font-size: 20px !important;
  }

  body .has-xl-font-size {
    font-size: 22px !important;
  }

  body .has-2-xl-font-size, .posts .post .entry-title {
    font-size: 24px !important;
  }

  body .has-3-xl-font-size {
    font-size: 28px !important;
  }

  body .has-4-xl-font-size {
    font-size: 34px !important;
  }

  body .has-5-xl-font-size {
    font-size: 40px !important;
  }

  body .has-6-xl-font-size,
  .single.single-product .banner .entry-title,
  .single-courses .banner .entry-title {
    font-size: 56px !important;
  }

  body .has-7-xl-font-size {
    font-size: 74px !important;
  }

  body .has-8-xl-font-size {
    font-size: 82px !important;
  }
}

/* 💻 Petit Desktop (≤1280px) */
@media (max-width: 1280px) {
  body .has-sm-font-size {
    font-size: 12px !important;
  }

  body .has-base-font-size {
    font-size: 16px !important;
  }

  body .has-lg-font-size {
    font-size: 18px !important;
  }

  body .has-xl-font-size {
    font-size: 20px !important;
  }

  body .has-2-xl-font-size,
  .posts .post .entry-title {
    font-size: 22px !important;
  }

  body .has-3-xl-font-size {
    font-size: 26px !important;
  }

  body .has-4-xl-font-size {
    font-size: 30px !important;
  }

  body .has-5-xl-font-size {
    font-size: 36px !important;
  }

  body .has-6-xl-font-size,
  .single.single-product .banner .entry-title,
  .single-courses .banner .entry-title {
    font-size: 48px !important;
  }

  body .has-7-xl-font-size {
    font-size: 64px !important;
  }

  body .has-8-xl-font-size {
    font-size: 72px !important;
  }
}


/* 📱 Tablette (≤1024px) */
@media (max-width: 1024px) {
  body .has-sm-font-size {
    font-size: 10px !important;
  }

  body .has-base-font-size {
    font-size: 14px !important;
  }

  body .has-lg-font-size {
    font-size: 16px !important;
  }

  body .has-xl-font-size {
    font-size: 18px !important;
  }

  body .has-2-xl-font-size,
  .posts .post .entry-title {
    font-size: 20px !important;
  }

  body .has-3-xl-font-size {
    font-size: 24px !important;
  }

  body .has-4-xl-font-size {
    font-size: 28px !important;
  }

  body .has-5-xl-font-size {
    font-size: 32px !important;
  }

  body .has-6-xl-font-size,
  .single.single-product .banner .entry-title,
  .single-courses .banner .entry-title {
    font-size: 40px !important;
  }

  body .has-7-xl-font-size {
    font-size: 39px !important;
  }

  body .has-8-xl-font-size {
    font-size: 62px !important;
  }
  p {
    font-size: 17px;
  }
}


/* 🌍 Mobile (≤640px) */
/* @media (max-width: 640px) {
  body .has-sm-font-size {
    font-size: 8px !important;
  }
 
  body .has-base-font-size {
    font-size: 12px !important;
  }

  body .has-lg-font-size {
    font-size: 14px !important;
  }

  body .has-xl-font-size {
    font-size: 16px !important;
  }

  body .has-2-xl-font-size,
  .posts .post .entry-title {
    font-size: 18px !important;
  }

  body .has-3-xl-font-size {
    font-size: 22px !important;
  }

  body .has-4-xl-font-size {
    font-size: 26px !important;
  }

  body .has-5-xl-font-size {
    font-size: 30px !important;
  }

  body .has-6-xl-font-size 
  {
    font-size: 36px !important;
  }
     .single.single-product .banner .entry-title,
     .single-courses .banner .entry-title {
    font-size: 30px !important;
  }

  body .has-7-xl-font-size {
    font-size: 42px !important;
  }

  body .has-8-xl-font-size {
    font-size: 48px !important;
  }

  p {
    margin-bottom: 10px;
    font-size: 16px;
  }
} */

/* ======================================== */
/* ====== BUTTONS ========================= */
/* ======================================== */
#page .wp-block-button .wp-element-button{
  padding: 25px 50px;
  margin: 10px 0;
  border-radius: 78px !important;
  transition-duration: 0.3s;
  text-decoration: unset !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  border: 0;
  text-transform: uppercase;
  background:linear-gradient(90deg, #677645 0%, #666b52 100%);
} 
#page .wp-block-button .wp-element-button:hover{
  transform: scale(1.03);
}

 
.has-small-font-size.wp-block-button .wp-element-button {
  padding: 10px 20px;
}

.entry-content .is-style-button-border .wp-element-button {
  border: 1px solid #ccc;
  color: #222;
}
.entry-content .is-style-button-border .wp-element-button:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}
.entry-content .is-style-button-black .wp-element-button {
  background: #222;
  color: #fff;
}
.entry-content .is-style-button-black .wp-element-button:hover {
  background: #02adc6;
}
.entry-content .is-style-button-orange .wp-element-button {
  background: #02adc6;
  color: #fff;
}
.entry-content .is-style-button-orange .wp-element-button:hover {
  background-color: #222;
}
.wp-block-buttons.is-content-justification-center{
  gap: 30px;
}
@media (max-width: 640px) {
  #page .wp-block-button .wp-element-button,
    #page .single_add_to_cart_button.button,
    #page .tutor-btn.tutor-add-to-cart-button,
    .tutor-btn.tutor-btn-primary,
    #primary .wc-block-components-button.wc-block-components-checkout-place-order-button {
      padding: 23px 40px;
      font-size: 15px;
      font-weight: 400;
      border: 0;
      text-transform: uppercase;
    }
    .wp-block-buttons.is-content-justification-center {
      gap: 10px;
    }
    
}

/* ======================================== */
/* ====== LIST ============================ */
/* ======================================== */
.entry-content .col-2 ul {
  margin-top: 15px;
}
.entry-content .col-2 ul li {
  font-size: 18px;
  margin-bottom: 10px;
}
.entry-content .col-2 ul li p,
.entry-content .col-2 ul li a {
  font-size: 19px;
}
.entry-content .col-2 ul li::before {
  content: "";
  height: 2px;
  width: 10px;
  background-color: #02adc6;
  display: inline-block;
  margin-right: 10px;
  transform: translateY(-5px);
}

/* ======================================== */
/* ====== BLOCK GUTENBERG ================= */
/* ======================================== */
.wp-block-media-text {
}
.wp-block-media-text .wp-block-media-text__content {
  /* padding-right: 0; */
}

/* ======================================== */
/* ====== GRID =========================== */
/* ======================================== */
 

/* ======================================== */
/* ====== SPACING ========================= */
/* ======================================== */
.bg-block {
  padding: 25px;
  border-radius: 8px;
  text-align: left;
}
.block {
  display: block;
}
.block-bg {
  padding: 25px;
  border-radius: 8px;
}
 
/* ======================================== */
/* ====== FORM ============================ */
/* ======================================== */
 
 
/* ======================================== */
/* ====== HEADER ========================== */
/* ======================================== */
.site-header { 
  position: fixed;
  top: 0;
  z-index: 1100;
  top: 0;
  left: 50%;
  right: 0;
  transform: translateY(-135%) translateX(-50%);
  transition: transform 0.3s ease-in-out;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 1040px;
  margin-top: 20px;
}

.site-header .bg {
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
    box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.08);
    /* background: #ffffffda; */
    background: #fff;
      /* backdrop-filter: blur(12px); */
}
.site-header.show {
  transform: translateY(0) translateX(-50%)
}

.site-header .container,
.site-header .site-branding,
.site-header .custom-logo-link {
  height: 100%;
  margin-right: auto;
  position: relative;
}
.site-header .custom-logo-link {
  display: block;
}
.site-header .custom-logo-link img {
  transition-duration: 0.3s;
  display: block;
  width: 280px;
  transform: translateY(-4px);
    padding: 2px 0;
    opacity: 0.7;
}
#page.fixed-nav .custom-logo-link img {
  max-width: 190px  ;
}
#page.fixed-nav .site-header {
  padding: 15px 0;
}
.site-header .flex {
  display: flex;
  align-items: center;
  justify-content: end;
}
.site-header .menu-toggle {
  display: none;
}
  .site-header .main-navigation #menu-menu-bouton a{
  height: 30px; 
  }
 .site-header .main-navigation .menu li.menu-item-phone a {
   background-image: url('../img/icon-phone.svg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: 25px;
   font-size: 0;
   display: block; 
   width: 25px;
   height: 100%;
   margin: 0 10px;
  }
  .site-header .main-navigation .menu li.menu-item-mail a {
    background-image: url('../img/icon-mail.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    font-size: 0;
    display: block;
    width: 25px;
    height: 100%;
    margin: 0 10px;
 }

 .site-header .main-navigation .menu li.menu-item-1143 a {
   background-image: url('../img/icon-user3.svg');
   background-repeat: no-repeat;
   background-position: center;
   background-size: 27px;
   font-size: 0;
   display: block;
   width: 27px;
   height: 100%;
 }
@media screen and (min-width: 990px) {
  .site-header .site-branding {
    width: 40%;
    min-width: 160px;
  }
  .bottom .main-navigation{
    display: flex;
    width: 100%;
    align-items: center;
  }
  .site-header .menu {
    margin-left: auto; 
    margin-left: 5px;
    position:relative
  }
  .site-header .menu .bottom {
    display: flex;
    align-items: center;
  }
  .site-header .main-navigation .menu li.menu-item-has-children > a{
    display: flex;
    align-items: center;
    gap: 5px;
  } 
  .site-header .main-navigation .menu li.menu-item-has-children > a::after{
    content: '';
    background-image: url(../img/svg/icon-chevron-bottom-2.svg);
    background-size: 13px;
    height: 9px;
    width: 15px;
    display: inline-block;
    background-position: center -3px;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .site-header .main-navigation .menu a {
   margin: 0 15px;
    padding: 30px 0 30px 0;
    transition-duration: 0.3s;
    white-space: pre;
    font-size: 18px;
    font-weight: 400;
    color: #444;
    font-family: "Lexend", sans-serif;
  }
  .site-header .main-navigation .current-menu-item a {
    /* color: #676b52!important */
  }
  
 
  .site-header .main-navigation .menu .sub-menu a {
    white-space: unset;
  }

  .current-menu-parent > a,
  .current-menu-item a,
  .site-header .main-navigation .menu li:hover > a {
    /* opacity: 0.6; */
  }
  .site-header .main-navigation ul .sub-menu {
    display: block;
    box-shadow: 0 0px 21px rgba(0, 0, 0, 0.2);
    padding: 13px 20px 13px 30px;
    transform: translateX(-50%) translateY(5px);
    left: 50%;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    border-radius: 30px; 
  box-shadow: 0 10px 40px 10px rgba(0, 0, 0, 0.05);
  background: #ffffffda;
  backdrop-filter: blur(12px);
  min-width: 350px;
  }
  
  .site-header .main-navigation li > .sub-menu li .sub-menu {
    transform: translateX(-95%) translateY(-12px)!important;
    left:-20px!important
  }
  /* .site-header .main-navigation ul .sub-menu::after {
    content: "";
    position: absolute;
    top: -20px;
    height: 20px;
    width: 100%;
    left: 0;
  } */
  .site-header .main-navigation li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0px);
  }
  .site-header .main-navigation li > .sub-menu li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-100%) translateY(-12px)!important;
  }
  /* .site-header .main-navigation ul .sub-menu::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
  } */
  .site-header .main-navigation ul .sub-menu a {
    margin-left: 0;
    padding: 14px 0;
  }
}
.site-header .wp-block-social-links {
  display: none;
}
.site-header .burger-wrap {
  display: none;
  min-width: 24px;
  width: 30px;
  cursor: pointer;
}
.hamburger {
  position: relative;
  width: 1em;
  height: 1em;
  font-size: inherit;
  transition: all 0.3s ease;
  cursor: pointer;
}


.hamburger.is-md {
  font-size: 1.5rem;
}
.hamburger-line {
  position: absolute;
  right: 0;
  width: 100%;
  height: 0.095em;  
  background: #333;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.is-open .hamburger .hamburger-line:nth-child(1),
.w-nav-button.w--open .hamburger-line:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotateZ(-135deg);
}
.hamburger-line:nth-child(2) {
  top: 0.438em;
}
.is-open .hamburger .hamburger-line:nth-child(2),
.w-nav-button.w--open .hamburger-line:nth-child(2) {
  right: 50%;
  width: 0;
}
.hamburger-line:nth-child(3) {
  top: 0.75em;
  width: 0.625em;
}
.is-open .hamburger .hamburger-line:nth-child(3),
.w-nav-button.w--open .hamburger-line:nth-child(3) {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotateZ(135deg);
}
 
@media screen and (max-width: 1090px) {  
  .site-header { 
    width: 920px;
  } 
  .site-header .custom-logo-link img {
    width: 260px;
  }
}
@media screen and (max-width: 990px) {
  .site-header .burger-wrap{
    display: block;
    margin-left: 5px;
  } 
  .site-header .main-navigation #primary-menu{
    display: none; 
  }
  .site-header .main-navigation #menu-menu-bouton{
    margin-right: 8px;
    display: flex!important
  }  
  .site-header .main-navigation #menu-menu-bouton a{  
    padding: 0 15px;
  }
  .site-header .custom-logo-link img { 
    width: 250px;
  }
  .site-header {
    width: 85%;  
  }
  .site-header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .site-header .bg{
    border-radius: 25px;
    transition-duration: 0.3s;
  }
  .site-header .flex{  
  } 
.site-header .main-navigation .menu li.menu-item-has-children > a{
  transition: 0.3s ease;
  position: relative
}
.site-header .main-navigation .menu li.menu-item-has-children > a::after{
    content: '';
    background-image: url(../img/svg/icon-chevron-bottom-2.svg);
    background-size: 16px;
    height: 15px;
    width: 26px;
    display: inline-block;
    background-position: center -1px;
    background-repeat: no-repeat;
    opacity: 0.8;
    margin-left: 9px;  
    transition: 0.3s ease; 
    position: absolute;
    bottom: 20px;
  }
  .site-header .main-navigation .menu li.menu-item-has-children.open > a{
  }
  .site-header .main-navigation .menu li.menu-item-has-children.open > a::after{
    transform: rotate(180deg);
  }
  .site-header.is-open .bg {
    height: 100vh;
    left: -20vw;
    top: -20px;
    width: calc(120vw);
    border-radius: 0;
  }
  .site-header #primary-menu{
    transition-duration: 0.1s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
    display: block !important;
    position: absolute;
    top: 48vh;
    left: 0; 
    width: 100%;
    text-align: center;
    transform: translateY(-60%);
  }
  .site-header #primary-menu a{
  font-size: 22px;
    padding: 10px 0;

    font-weight: 400;
    color: #444;
    font-family: "Lexend", sans-serif;
  }
  .site-header.is-open #primary-menu{
    visibility: visible;
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.3s;
    transform: translateY(-50%);
  }
  
  .site-header .wp-block-social-links{
    margin-bottom: 0;
    justify-content: center;
    position: absolute;
    top: 100vh;
    transform: translateY(-120px);
    width: 100%;
    display: flex;
    transition-duration: 0.1s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }
  .site-header.is-open .wp-block-social-links{
    visibility: visible;
    transform: translateY(-100px);
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0.43s;
  }
  .site-header .main-navigation ul.sub-menu {
    display: none;
  } 
  .site-header .main-navigation ul.sub-menu a{
    font-size: 20px!important;
  }
  .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor  {
      color: #fff;
      fill: #fff;
    }
  .wp-block-social-links .wp-block-social-link.wp-social-link  {
      background-color: #222!important;
    }
}
 
@media screen and (max-width: 650px) {
  .site-header {
    padding-top: 25px;
    padding-bottom: 25px;
    width: calc(100% - 50px);
  }
  .site-header .flex{ 
    padding-left: 18px;
    padding-right: 18px;
  } 
  .site-header.is-open .bg {
    left: -25px;
    top: -20px;
    width: calc(100% + 50px);
    
  }
  .site-header #primary-menu {
    left: 20px;
    width: calc(100vw - 87px);
  }
  .site-header .custom-logo-link img {
    width: 230px;
  }
}
@media screen and (max-width: 650px) {
  .site-header {
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 50px);
  }
  .site-header .custom-logo-link img {
    width: 230px;
    transform: translateY(-2px);
    padding-right: 26px;
  }
  .site-header #menu-item-mail{
    display: none;
  }
  .site-header .burger-wrap {
    margin-left: 2px;
  }
  .site-header .main-navigation .menu li.menu-item-mail a,
  .site-header .main-navigation .menu li.menu-item-phone a {
  background-size: 22px;
  }
  .site-header .main-navigation #menu-menu-bouton a {
    padding: 0;
    margin: 0 4px;
  }
}
 
/* ======================================== */
/* ====== HOME =========================== */
/* ======================================== */
/* .parallax-top-img::before{
  content:'';
  height: 100vh;
  width: 2px;
  background: #ffffff3d;
  position:absolute;
  top: 0;
  left: 15px;
}
.parallax-top-img::after{
  content:'';
  height: 2px;
  width: 100vw;
  background: #ffffff3d;
  position:absolute;
  bottom: 15px;
  left: 0;
} */

/* Actualites */
.scroll-images{
  position: relative;
}
.scroll-images .wp-block-image{
  position: absolute;
}
.scroll-images .wp-block-image img{
  max-width: 30vw;
  min-height: 500px;
  object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
}
.scroll-images .wp-block-image:nth-child(1),
.scroll-images .wp-block-image:nth-child(3){
  left : 3%
}
.scroll-images .wp-block-image:nth-child(2){
  right : 3%
}
.scroll-images .wp-block-image:nth-child(1){
  top: 25vh;
}
.scroll-images .wp-block-image:nth-child(2){
  top: 125vh
}
.scroll-images .wp-block-image:nth-child(3){
  top: 225vh
}
@media (max-width: 940px) {
  .scroll-images .wp-block-image:nth-child(1),
  .scroll-images .wp-block-image:nth-child(3) {
    left: -8%
  }

  .scroll-images .wp-block-image:nth-child(2) {
    right: -8%
  }
  .scroll-images .wp-block-image img {
    max-width: 40vw;
  }
}
@media (max-width: 640px) {
  .scroll-images .wp-block-image:nth-child(1),
  .scroll-images .wp-block-image:nth-child(3) {
    left: -13%
  }

  .scroll-images .wp-block-image:nth-child(2) {
    right: -13%
  }
  .scroll-images .wp-block-image img {
    max-width: 52vw;
    min-height: 410px;
  }
}
 

/* ======================================== */
/* ====== PAGE ============================ */
/* ======================================== */
.wrap-banner{
  overflow: hidden;
  position: relative;
}

.banner {
position: relative;
  display: flex;
  align-items: center;
  padding: 130px 50px 0px 50px;
  overflow: hidden;
  min-height: 500px;
}
.banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.5)
}
.banner .bg-img {
  background: #222;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
  background-size: cover;
}
.banner .wrap {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
.banner .wrap .entry-title {
  margin-bottom: 0;
  font-weight: 400;
}
.banner .attachment-banniere {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1280px) {
  .banner, .single.single-product .banner,
    .single-courses .banner, .woocommerce-cart .banner,
      .woocommerce-checkout .banner{
    min-height: 420px;
  }
}
@media screen and (max-width: 980px) {
  .banner, .single.single-product .banner,
    .single-courses .banner, .woocommerce-cart .banner,
      .woocommerce-checkout .banner {
    min-height: 400px;
    padding: 130px 25px 0px 25px;
  }
}
@media screen and (max-width: 680px) {
    .banner, .single.single-product .banner,
      .single-courses .banner, .woocommerce-cart .banner,
        .woocommerce-checkout .banner {
      min-height: 350px;
      padding: 110px 25px 0px 25px;
    }
 
  .banner .wrap {
    max-width: 100%;
  }
  .banner .container {
    padding:0!important
  }
}
@media screen and (max-width: 600px) {
  .banner, .single.single-product .banner,
    .single-courses .banner,
    .woocommerce-cart .banner,
      .woocommerce-checkout .banner {
      padding: 100px 25px 0px 25px;
    }
}
@media screen and (max-width: 520px) {
  .banner, .single.single-product .banner,
    .single-courses .banner,
    .woocommerce-cart .banner,
      .woocommerce-checkout .banner {
    min-height: 310px;
  }
}

 
.breadcrumb{
  padding: 20px 0 18px 0;
  position: relative;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.32);
}
.breadcrumb #breadcrumbs{
  margin-bottom: 0;
  font-size: 14px; 
  font-weight: 400;
}
.uagb-tabs__panel .uagb-tab { 
  border-width: 0!important;
}
.uagb-tabs__panel .uagb-tab a{
}

.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a{
  border-bottom: solid 5px #f5f5f5;
  cursor:pointer; 
}
.uagb-tabs__panel .uagb-tab.uagb-tabs__active a{
  border-bottom: solid 5px #02adc6!important;
  color: #02adc6!important;
}
.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab .uagb-tabs-list{
  display: none!important;
}
#page .uagb-tabs__body-wrap .wp-block-media-text{
  margin-top:0
}
#page .uagb-block-69d6a663.uagb-tabs__hstyle1-desktop > .uagb-tabs__body-wrap{
  border:0;
  padding: 0;
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-top: 16px;
}
#page .uagb-tabs__wrap .uagb-tabs__body-container{
  padding:0
}

/* .block quote */
.wp-block-quote{
  position:relative;
  width: 100%;
  text-align: center;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-quote .wp-block-image img{
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  margin-top: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.wp-block-quote p {
  font-size: 48px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 1.2;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  font-family: "Lexend", sans-serif;
  font-style: italic;
  position: relative; 
}
.wp-block-quote p::before{
content: '';
  background-image: url('../img/svg/icon-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 80px;
  width: 80px;
  display: block;
  position: absolute;
  top: -30px;
  left: -10px;
  opacity: 0.3;
}
.wp-block-quote cite {
  color: #fff;
  font-size: 18px;
  font-style: italic;
  margin: 13px 0 0 0;
  display: inline-block;
}
  

@media screen and (max-width: 650px) {
  .wp-block-quote p::before {
    height: 60px;
    width: 60px;
  }
}
/* SCROLL DOWN */

.scrolldown div {
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 80px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
}
.scrolldown div::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 70px;
  background: #fff;
}
 
#scrolldown01 div::after {
  animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@media screen and (max-width: 650px) {
  .scrolldown div {
    left: -10px;
  }
  .scrolldown div::after {
    height: 50px;
  }
  .scrolldown div {
    font-size: 12px;
    padding: 10px 10px 60px;
  }
}

/* TESTAMONIAL */
#page .kt-testimonial-content{
  text-align: left;
  line-height: 1.1;
  position: relative; 
  font-weight: 300;
}
#page .kt-testimonial-content::before{
content: '';
  background-image: url('../img/svg/icon-quote.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 70px;
  width: 70px; 
  display: block;
  position: absolute;
  top: -40px;
  left: -40px;
  opacity: 0.2;
}
#page .kt-testimonial-meta-wrap {
  justify-content: start;
}

#page .kt-testimonial-meta-name-wrap{
  display: flex;
  align-items: center;
  gap: 20px; 
}
#page .kb-gallery-carousel .splide__arrows  {
 position: absolute;
  bottom: 0px; 
  right: 30px;
  display: flex;
  gap: 20px;
}
#page .kb-gallery-carousel .splide__arrow{
  position: relative;
  height: 60px;
  width: 60px;
  display: block;
  border-radius: 50%;
  opacity: 1;
  background: #ffffff42;
}
#page .kb-gallery-carousel .splide__arrows.slick-prev{
} 
#page .kb-gallery-carousel .splide__arrows.slick-next{
}
@media screen and (max-width: 1020px) {
  #page .kt-testimonial-content::before {
    left: 0px;
  }
}
@media screen and (max-width: 580px) {
.wp-block-kadence-testimonials .kt-blocks-carousel .kt-blocks-carousel-init:not(.kt-carousel-arrowstyle-none):not(.tns-slider) {
  padding-left: 25px!important;
  padding-right: 25px!important;
}
#page .kt-testimonial-content::before {
  height: 50px;
  width: 50px;
  top: -30px;
  left: 0px;
  opacity: 0.2;
}
#page .kb-gallery-carousel .splide__arrows {
  gap: 10px; 
}
#page .kb-gallery-carousel .splide__arrow {
  height: 50px;
  width: 50px;
}
#page .kb-gallery-carousel .splide__arrows {
  position: absolute;
  bottom: -10px;
  right: 20px;
}
}
 
/* ======================================== */
/* ====== INPUT =========================== */
/* ======================================== */
#page .with_frm_style input{
  border-radius: 6px!important;
  background: rgba(0, 0, 0, 0.1)!important;
  box-shadow: unset!important;
  font-size: 16px!important;
  color: #fff;
}
#page .with_frm_style input::placeholder{
  color: #fff;
  font-size: 16px!important;
  opacity: 0.5;;
}
#form_contact-form .with_frm_style textarea {
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  box-shadow: unset;
  font-size: 18px;
}
#form_contact-form .frm_primary_label {
  display: none !important;
}
#form_contact-form
  .frm_style_formidable-style.with_frm_style
  .frm_submit
  button {
  margin: 0;
  margin-top: 0px;
  width: 100%;
  height: 50px;
  color: #fff;
  background: #08080826;
  border: 0;
  border-radius: 0;
  box-shadow: unset !important;
  margin-top: 3px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}


















 
/* MENU PAGE */
.modal-chef,
.modal-booking {
	position: relative;
	z-index: 99999;
	overflow: hidden;
}
.menu-inner,
.modal-chef .chef-inner,
.modal-booking .booking-inner{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 0;
	z-index: 200;
	transition: height 0.001s linear 1s;
}
.menu-is-open .menu-inner
.modal-chef-is-open .modal-chef .chef-inner,
.modal-booking-is-open .modal-booking .booking-inner{
	height: 100vh;
	transition-delay: 0s;
}

.menu-inner .menu-content{
	display: flex;
	align-items: flex-end;
}
.menu-inner .menu-content,
.modal-chef .chef-inner,
.modal-booking .booking-inner{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1;
	width: 0;
	height: 100vh;
	transition: all 0.81s cubic-bezier(0.600, 0.000, 0.100, 1.000), height 0.001s linear 1s, padding 0.001s linear 1s;
}
.modal-chef.o-auto .chef-inner,
.modal-booking.o-auto .booking-inner{
	overflow: auto;
}
.menu-is-open .menu-inner .menu-content,
.modal-chef-is-open .modal-chef .chef-inner,
.modal-booking-is-open .modal-booking .booking-inner{
	width: 60vw;
	right: 40vw;
	padding: 30px 60px 40px 60px;
	transition-delay: 0s; 
	z-index: 999;
}
.modal-chef .wrap-burger{
  background: linear-gradient(90deg, #677645 0%, #666b52 100%);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: flex!important;
  align-items: center;
  justify-content: center;
  cursor:pointer;
  z-index: 99;
}
.modal-chef .wrap-burger .hamburger-line{
  background-color: #fff;
}

.menu-inner .menu-content>* {
	width: 50%;
	/*min-width: 300px;*/
}

.menu-inner .menu-content>nav#main-nav {
	text-align: right;
}

nav#main-nav>ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.modal-chef #links{
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0; 
} 
.modal-chef #links li a{   
  display: flex;
  align-items: center;  
  justify-content: center;
  width: max-content;
  margin-bottom: 15px;
}
.modal-chef #links li.menu-item-phone a::before {
  content:'';
  background-image: url('../img/icon-phone.svg'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  font-size: 0;
  display: block; 
  width: 25px;
  height: 25px;
  margin: 0 10px 0 0;
} 
.modal-chef #links li.menu-item-mail a::before {
   content:'';
    background-image: url('../img/icon-mail.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 25px;
    font-size: 0;
    display: block;
    width: 25px;
    height: 25px; 
    margin: 0 10px 0 0;
 }

nav#main-nav>ul>li,
.modal-chef .chef-inner .chef-content,
.modal-booking .booking-inner .booking-content,
.modal-chef .wrap-burger{
	margin: 0;
	display: block;
	padding: 0;
	position: relative;
	opacity: 0;
	transform: translateX(-20px);
	transition: all 0.4s ease 0s;
}
.modal-chef .chef-inner .chef-content,
.modal-booking .booking-inner .booking-content{
	margin-top: 140px;
  
}
.modal-chef .chef-inner .chef-content,
.modal-booking .booking-inner .booking-content{
	transition: all 0.2s ease 0s;
	max-width: 680px;
}
.menu-is-open nav#main-nav>ul>li,
.modal-chef-is-open .chef-inner .chef-content,
.modal-booking-is-open .booking-inner .booking-content,
.modal-chef-is-open .modal-chef .wrap-burger{
	opacity: 1;
	transform: translateX(0);
	transition: all 0.71s ease 0.6s;
}
.modal-chef-is-open .chef-inner .chef-content,
.modal-booking-is-open .booking-inner .booking-content,
.modal-chef-is-open .modal-chef .wrap-burger{
	transition: all 0.71s ease 0.8s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(2n) {
	transition-delay: 0.64s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(3n) {
	transition-delay: 0.68s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(4n) {
	transition-delay: 0.72s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(5n) {
	transition-delay: 0.76s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(6n) {
	transition-delay: 0.80s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(7n) {
	transition-delay: 0.84s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(8n) {
	transition-delay: 0.88s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(9n) {
	transition-delay: 0.92s;
}

.menu-is-open nav#main-nav>ul>li:nth-child(10n) {
	transition-delay: 0.96s;
}

nav#main-nav ul>li span {
	font-weight: 400;
	font-size: 42px;
	display: inline-block;
	color: #fff;
	line-height: 48px;
	padding: 6px 0;
	position: relative;
	z-index: 2;
	transition: all 0.3s ease;
	white-space: pre;
	cursor:pointer;
	display: block;
}

nav#main-nav ul>li.hide a {
	opacity: 0.54;
}

#menu nav#main-nav>ul>li:first-child a {
	padding-top: 0 !important;
}

#menu nav#main-nav>ul>li:last-child a {
	padding-bottom: 0 !important;
}

nav#main-nav>ul>li.small {
	margin-top: 35px;
}

nav#main-nav>ul>li.small+li.small {
	margin-top: 0;
}

nav#main-nav ul>li.small a {
	font-family: 'Work sans';
	font-weight: 400;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.54);
	height: 24px;
	line-height: 24px;
}
.socialmedia {
	display: flex;
	align-items: center;
	gap: 10px;
}
.socialmedia img{
	width: 20px;
	filter: invert(1);
	height: 20px;
	object-fit: contain;	
}
nav#main-nav ul>li.small a:hover {
	color: #fff;
}
.menu-left p{
	opacity: 0.5;
}
.menu-inner .menu-content .menu-left>* {
	opacity: 0;
	transform: translateX(20px);
	transition: all 0.4s ease 0s;
}
.menu-is-open .menu-inner .menu-content .menu-left>* {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.71s ease 0.7s;
	font-style: normal;
}
.menu-is-open .menu-inner .menu-content .menu-left>*:nth-child(2n) {
	transition-delay: 0.74s;
}

.menu-is-open .menu-inner .menu-content .menu-left>*:nth-child(3n) {
	transition-delay: 0.78s;
}

.menu-is-open .menu-inner .menu-content .menu-left>*:nth-child(4n) {
	transition-delay: 0.82s;
}

.menu-is-open .menu-inner .menu-content .menu-left>*:nth-child(5n) {
	transition-delay: 0.76s;
}













 


/* .viewport{
	transition: transform 0.80s cubic-bezier(0.600, 0.000, 0.100, 1.000);
}
.menu-is-open .viewport,
.modal-chef-is-open .viewport,
.modal-booking-is-open .viewport{
	transition: transform 0.96s cubic-bezier(0.600, 0.000, 0.100, 1.000);
	transform: translateX(-150px);
} */
/* .menu-is-open .menu-inner .menu-content,
.modal-chef-is-open .modal-chef .chef-inner,
.modal-booking-is-open .modal-booking .booking-inner { */
#menu-background,
#chef-background,
#booking-background{
	position: fixed;			 
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	z-index: 150;
	transition: width 0.76s cubic-bezier(0.600, 0.000, 0.100, 1.000);
}
.menu-is-open #menu-background ,
.modal-chef-is-open #chef-background ,
.modal-booking-is-open #booking-background {
	width: 40vw;
	transition-delay: 0.2s;
}
#menu-background::before,
#chef-background::before,
#booking-background::before {			 
	content: "";
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	width: 100%;
	height:100vh;
	transform: translateX(calc(100% + 0vh)) ;
	transition: transform 0.81s cubic-bezier(0.600, 0.000, 0.100, 1.000);
}
#chef-background::before{
	background: #eee;
}
#booking-background::before{
	background: #eee;
}
.menu-is-open #menu-background::before,
.modal-chef-is-open #chef-background::before,
.modal-booking-is-open #booking-background::before{
	transform: translateX(0) ;
}

#menu-background .bg-inner,
#chef-background .bg-inner,
#booking-background .bg-inner{
	overflow: hidden;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform:scale(1.1);
	transform-origin: left;
	background-position: center;
	background-size: cover;
}
#menu-background .bg-inner .section-scrollTo,
#chef-background .bg-inner .section-scrollTo,
#booking-background .bg-inner .section-scrollTo{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 40%;
	width: 100%;
	height: 100%;
	transform: translateX(-50%);
	transition: left 0.76s cubic-bezier(0.600, 0.000, 0.100, 1.000), opacity 1.21s ease 1.21s;
}
.menu-is-open #menu-background .bg-inner .section-scrollTo,
.modal-chef-is-open #chef-background .bg-inner .section-scrollTo,
.modal-booking-is-open #booking-background .bg-inner .section-scrollTo{
	left: 50%;
	transition-delay: 0.2s;
}
#menu-background:hover .bg-inner .section-scrollTo {
	left: 50%;
	transition-delay: 0s;
}
.modal-chef .photo-mobile {
	display: none;
}
#menu-background .section-scrollTo .img-bg,
#chef-background .section-scrollTo .img-bg,
#booking-background .section-scrollTo .img-bg{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: opacity 0.6s ease, visibility 0.6s ease, transform 0.6s ease;
}

#menu-background .section-scrollTo.active .img-bg,
#chef-background .section-scrollTo.active .img-bg,
#booking-background .section-scrollTo.active .img-bg{
	opacity: 1;
	visibility: visible;
	transform: scale(1.07)!important;
}

#menu-background .bg-inner .section-scrollTo .img-bg,
#menu-background .bg-inner .section-scrollTo .img-bg .img-bg-el,
#menu-background .bg-inner .section-scrollTo .img-bg .img-bg-overlay,
#chef-background .bg-inner .section-scrollTo .img-bg,
#chef-background .bg-inner .section-scrollTo .img-bg .img-bg-el,
#chef-background .bg-inner .section-scrollTo .img-bg .img-bg-overlay,
#booking-background .bg-inner .section-scrollTo .img-bg,
#booking-background .bg-inner .section-scrollTo .img-bg .img-bg-el,
#booking-background .bg-inner .section-scrollTo .img-bg .img-bg-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(0%) scale(1);
	z-index: 1;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	transform-origin: center;
	left: 0;
}
#menu-background .bg-inner::after,
#booking-background .bg-inner::after{
	content: '';
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.35;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#menu-background .menu-logo,
#booking-background .menu-logo{
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
    width: 70%;
    max-width: 300px;
	text-align: center;
   	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) translateY(-50%);
	transition: all 0.4s ease 0s;
}
.menu-is-open #menu-background .menu-logo,
.modal-booking-is-open #booking-background .menu-logo {
   	opacity: 1;
	visibility: visible;
	transition-delay: 0.8s;
}
#menu-background .menu-logo img,
#booking-background .menu-logo img{ 
	height: auto;
	width: 350px;
	max-width: 100%;
}



@media (max-width: 1280px) {
	.menu-is-open .menu-inner .menu-content,
	.modal-chef-is-open .modal-chef .chef-inner,
	.modal-booking-is-open .modal-booking .booking-inner {
		padding: 30px 40px 40px 40px;
	}
	.menu-is-open .btn-reservation {
		right: calc(40% + 32px);
	}
}
@media (max-width: 992px) {
	.menu-is-open .menu-inner .menu-content, 
	.modal-booking-is-open .modal-booking .booking-inner {
		width: 100vw;
		right: 0;
	}
	.menu-is-open #menu-background .menu-logo,
	.modal-booking-is-open #booking-background .menu-logo{
		display: none;
	}
	.menu-is-open #menu-background,
	.modal-booking-is-open #booking-background{
		width: 0;
	}
	.menu-is-open .btn-reservation {
		right: 0;
	}
	.menu-is-open .menu-inner .menu-content,
	.modal-chef-is-open .modal-chef .chef-inner,
	.modal-booking-is-open .modal-booking .booking-inner {
		padding: 30px 20px 40px 20px;
	}
	
	.menu-inner .menu-content {
		flex-direction: column;
		justify-content: end;
		align-items: start;
	}
	.menu-inner .menu-content .menu-left{
		position:relative;
		order: 2;
		padding-top: 40px;
	}
	.menu-inner .menu-content .menu-left .bg{
		position:absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
	}
	.menu-inner .menu-content .menu-left .bg::before{
		content:'';
		top: 0;
		left: 0;
		background-color: #00000013;
		height: calc(100% + 200px);
		width: calc(100% + 40px);
		transform: translateX(-20px);
		display: block;
	}
	.menu-inner .menu-content>nav#main-nav {
		text-align: left;
		padding-bottom: 40px;
		padding-top: 140px;
	}
	.menu-is-open .menu-inner .menu-content{
		/* overflow: hidden; */
	}
	.menu-inner .menu-content>* {
		width: 100%;
	}
	nav#main-nav>ul>li,
	.modal-booking .booking-inner .booking-content {
		transform: translateX(30px);
	}
	nav#main-nav ul>li span {
		font-size: 50px;
    	padding: 12px 0;
	}
	.modal-chef-is-open .modal-chef .chef-inner{
		padding: 30px 30px 40px 30px;
	}
	.menu-inner .menu-content::after {
		content: "";
		background-repeat: no-repeat;
		background-size: 320px;
		background-position: center;
		position: absolute;
		bottom: 20px;
		opacity: 0;
		display: block;
		height: 200px;
		width: 100%;
		left: 0;
		transition: opacity 0.15s ease 0s;
	}
	.menu-is-open .menu-inner .menu-content::after {
		transition: opacity 0.5s ease 0.8s;
		opacity: 0.032;
	}
	.modal-chef .chef-inner .chef-content {
		margin-top: 40px;
	}
	.menu-inner .menu-content{
		height: auto!important;
		overflow: auto;
	}
}
@media (max-width: 820px) {
	.modal-chef .chef-inner .chef-content  {
		transform: translateX(20px);
		transition: all 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
	}
	.modal-chef-is-open .chef-inner .chef-content {
		transform: translateX(0);
		transition: all 0.6s cubic-bezier(.645, .045, .355, 1) 0.5s;
	}
	.modal-chef .photo-mobile{
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		max-height: 500px;
		height: 30vh;
		object-fit: cover;
		min-width: 100vw;
		opacity: 0;
		transform: translateX(-20px);
		transition: all 0.3s cubic-bezier(.645, .045, .355, 1) 0s;
	}
	.modal-chef-is-open .modal-chef .photo-mobile{
		opacity: 1;
		transform: translateX(0px);
		transition: all 0.6s cubic-bezier(.645, .045, .355, 1) 0.5s;
	}
	#chef-background .bg-inner{
		display: none;
	}
	.modal-chef-is-open .modal-chef .chef-inner{
		width: 100vw;
		right: 0;
	}
	.modal-chef .chef-inner .chef-content {
		margin-top: 25vh;
    overflow: scroll;
    padding-bottom: 50px;
	}
}
@media (max-width: 720px) {
	nav#main-nav ul>li span {
		font-size: 35px;
		padding: 2px 0;
	}
}
@media (max-width: 480px) {
	.menu-inner .menu-content>nav#main-nav {
		padding-top: 100px;
	}
}
@media (orientation: landscape) and (max-width: 1080px) {
	.is-mobile .menu-inner .menu-content {
		justify-content: start;
		overflow: auto!important;
	}
	.is-mobile .menu-inner .menu-content::after {
		display: none
	}
}










/* ======================================== */
/* ====== SOCIALS ========================= */
/* ======================================== */
.socials {
  display: flex;
  gap: 15px;
}
.socials .social {
  height: 60px;
  width: 60px;
  padding: 15px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.socials.small {
  gap: 10px;
}
.socials.small .social{
  background:transparent;
  height: 20px;
  width: 20px;
  padding: 3px;
}
.socials .social img {
  border-radius: 0 !important;
}

/* ======================================== */
/* ====== FOOTER ========================== */
/* ======================================== */
footer.site-footer{
  background:linear-gradient(90deg, #677745 0%, #666b52 100%);
}
footer.site-footer .footer-top {
  padding: 70px 0;  
  background-image: url('../img/branche-white.png');
  background-repeat: no-repeat;
  background-position: left -80%;
  background-size: 550px;
}
footer.site-footer .footer-top  .wp-block-kadence-advancedheading{
color: #fff;
font-weight: 500;
margin-bottom: 20px;
}

footer.site-footer .wp-block-social-links {
  margin-bottom: 0!important;
}
footer.site-footer .grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
footer.site-footer .footer-column-1 {
  grid-column: span 3 / span 3;
}
footer.site-footer .wrap-col-right{
  background-color: #2222221c; 
  border: 1px solid #2222221f;
    border-radius: 30px;
    padding: 40px;
  grid-column: span 7 / span 7;
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
/* footer.site-footer .footer-column-2 {
  grid-column: span 5 / span 5;
  gap: 40px;
}
footer.site-footer .footer-column-3 {
  grid-column: span 3 / span 3;
} */
footer.site-footer .kt-svg-icon-list{
  margin-bottom: 0!important;
}
footer.site-footer .wp-block-heading{
  font-weight: 400;
  margin-bottom: 18px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position:relative
}
footer.site-footer .wp-block-heading::after{
content: '';
  height: 1px;
  width: 60px;
  background-color: #313131;
  position: absolute;
  bottom: 0px;
  left: 0;
}
footer.site-footer .wp-block-kadence-listitem{
  margin-bottom: 4px;
}
footer.site-footer .wp-block-kadence-listitem .kt-svg-icon-list-text,
footer.site-footer .wp-block-kadence-listitem .kt-svg-icon-list-text a{
  color: #aaa;
  font-size: 16px;
}

footer.site-footer .footer-bottom p,
footer.site-footer .footer-bottom a{ 
    color: #777!important;
}
footer .footer-bottom p,
footer .footer-bottom a { 
margin-bottom: 0;
}
footer.site-footer a:hover {
  color: #ffffff7f;
}
footer.site-footer #menu-footer {
  margin: 0;
  padding: 0;
}
footer.site-footer .socials .social {
  height: 50px;
  width: 50px;
  min-width: 50px;
  transition-duration: 0.3s;
}
footer.site-footer .socials .social:hover {
  opacity: 0.6;
}
footer.site-footer .footer-bottom {
  padding: 20px 0; 
  background: #fff;
  font-size: 16px;
  color: #939da1;
}
footer.site-footer p.copyright {
  line-height: 1.3;
}
footer.site-footer .footer-bottom .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer.site-footer .footer-bottom .flex .right{
  display: flex;
  align-items: center;
  gap: 20px;
}
footer.site-footer .footer-bottom ul {
  margin: 0!important;
  padding: 0!important; 
}
footer.site-footer .footer-bottom ul li {
  display: inline-block;
margin-right: 10px;
  color: #fff;
  line-height: 1.3;
}
footer.site-footer .footer-bottom  button,
footer.site-footer .footer-bottom  p,
footer.site-footer .footer-bottom  li {
  font-size: 14px;
  background: transparent;
  border: 0; 
}
footer.site-footer .footer-bottom ul li a {
  line-height: 1.3;
  font-size: 14px;
}
footer.site-footer .footer-bottom ul li a:hover {
}
footer.site-footer ul{
  list-style: none;
}
footer.site-footer ul.menu li .sub-menu{
  display: none;
}
footer.site-footer ul.menu li {
  margin-bottom: 2px;
  line-height: 1.3;
}
footer.site-footer .footer-top p,
footer.site-footer .footer-top a,
footer.site-footer .footer-top ul.menu li p,
footer.site-footer .footer-top ul.menu li a {
margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  color: #ffffffb7;
  display: block;
}
footer ul.sub-menu {
  margin-top: 6px;
  margin-left: 5px;
  margin-bottom: 10px;
}

footer ul.sub-menu li::before {
  content: "";
  height: 1px;
  width: 4px;
  background-color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  transform: translateY(-5px);
}
.footer-widget-area.footer-column-1 img {
  width: 340px;
}
footer #form_newsletter .frm_fields_container .frm_primary_label{
    display: none;
}
 
footer #form_newsletter .frm_fields_container {
  display: flex;
  margin-top: 15px;
}
footer :where(.wp-block-social-links:not(.is-style-logos-only)) li {
background-color: #1a1a1a !important;
  color: #fff;
  border: 1px solid #282828;
}
footer  .wp-block-social-links .wp-social-link a {
  padding: 10px!important;
}
footer .wp-block-social-links .wp-social-link svg {
  height: 35px;
  width: 35px;
}

@media screen and (max-width: 1020px) {
  footer.site-footer .grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
    footer.site-footer .footer-column-1 {
      grid-column: span 7;
    }
    footer.site-footer .footer-column-1 .wp-block-kadence-image{
      margin: 0 auto;
    }
    footer.site-footer .footer-bottom .flex .right {
      justify-content: space-between;
    }
}

@media screen and (max-width: 990px) {
  footer.site-footer .footer-bottom .flex {
      display: block;
  }
}
@media screen and (max-width: 760px) {
  footer.site-footer .footer-column-2,
  footer.site-footer .footer-column-3 {
    grid-column: span 7;
  }
}
@media screen and (max-width: 580px) {
  footer.site-footer .footer-top {
      padding-top: var(--global-kb-spacing-xl, 4rem);
      padding-bottom: 30px;
  }
  footer.site-footer .wrap-col-right {
      padding: 40px 30px 30px 30px;
  }
  footer #form_newsletter .frm_fields_container {
    justify-content: center;
  }
  footer.site-footer .footer-bottom {
    text-align: center;
  }
  footer.site-footer .footer-bottom .flex {
    display: block;
  }
  footer.site-footer .footer-bottom ul {
    margin-top: 10px;
  }
  footer.site-footer .footer-bottom ul li {
    display: block;
    margin-left: 0;
    margin-top: 9px;
  }
  footer.site-footer .footer-top {
  background-position: left 20%;
}
  footer.site-footer .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  footer.site-footer .footer-bottom .flex .right {
    display: block;
  }
  footer.site-footer .footer-bottom .footer-widget-area  {
    margin: 10px 0;
  }
    footer.site-footer .wrap-col-right {
    }
}









#moove_gdpr_cookie_info_bar * {
}
.moove-gdpr-cookie-notice h2{
  font-weight: 600;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-infobar-close-btn {
  top: -1px!important;
  right: -1px!important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
  padding: 20px 25px!important;
}
.moove-gdpr-cookie-notice p{
  color: #666!important;
}
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme,
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-dark-scheme,
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar).moove-gdpr-light-scheme {
      border: 1px solid #dddddd00 !important;
    }
  
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar),
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right:not(.gdpr-full-screen-infobar) {
      width: 480px !important;
      max-width: calc(100% - 30px)!important;
      bottom: 15px!important;
      border-radius: 20px!important;
    }
  #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  color: #333!important; 
  background-color: #fff!important;
}
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
      background:#0404048a   !important;
        backdrop-filter: blur(12px);
      border-top: 1px solid #202020!important;
    }
    #moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2{
      color: #fff!important;
    }
  
    #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  color: #ffffffb2 !important;
}
    #moove_gdpr_cookie_info_bar.moove-gdpr-align-center,
    #moove_gdpr_cookie_info_bar.moove-gdpr-align-right {
      text-align: center!important;
    }
  
    #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_right {
      right: 15px!important;
      left: auto!important;
    }
  
    #moove_gdpr_cookie_modal,
    #moove_gdpr_cookie_info_bar,
    .gdpr_cookie_settings_shortcode_content {
      font-family: inherit!important;
    }
  
    #moove_gdpr_cookie_info_bar {
      position: fixed!important;
      bottom: 0!important;
      left: 0!important;
      width: 100%!important;
      min-height: 60px!important;
      max-height: 400px!important;
      color: #fff!important;
      z-index: 9900!important;
      background-color: #202020!important;
      border-top: 1px solid #fff!important;
      font-family: Nunito, sans-serif!important;
      transition: bottom .3s cubic-bezier(.17, .04, .03, .94)!important;
    }
  
    #moove_gdpr_cookie_info_bar {
      content-visibility: auto;
    }
    .moove-gdpr-infobar-close-btn{
      display: none!important;
    }


#sb_instagram .sb_instagram_header {
  display: none!important;
}

/* html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
} */


#loader {
  visibility: hidden;
  /* Cache le loader par défaut */
  opacity: 0;
  position:fixed;
  height: 100vh;
  width: 100vw;;
  z-index: 99999999;
  background: #222;
  transition: opacity 0.5s ease;
  /* Animation de fondu */
}

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

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }





    /* Slightly move main content */
  
    /* html.is-changing .transition-main {
      transition: transform 400ms ease-in-out;
    }
  
    html.is-animating.is-leaving .transition-main {
      transform: translateY(calc(1 * 5vh * var(--overlay-direction, 1)));
    }
  
    html.is-animating.is-rendering .transition-main {
      transform: translateY(calc(-1 * 5vh * var(--overlay-direction, 1)));
    }
   */
  
 .transition-overlay {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 999999999;
     background:linear-gradient(90deg, #677745 0%, #666b52 100%);

   opacity: 0;
   transform: translate3d(0, calc(-1 * 100% * -1), 0);
   pointer-events: none;  
   transition: transform 300ms ease-in-out;
   display: flex;
   align-items: center;
   justify-content: center;
 }

.transition-overlay img {
  width: 340px;
  opacity: 0;
  filter: invert(1);
  transform: translateY(20px);
  transition: opacity 300ms ease-in-out, transform 300ms ease-in-out;
}

.transition-main{
  transition: transform 300ms ease-in-out;
}
 html.swup-before .transition-main{
  transform: translateY(-40px);
}
 html.swup-after .transition-main{
  transform: translateY(40px);
}
 html.swup-finish .transition-main{
  transform: translateY(0px);
}

/* Quand le logo entre (du bas vers le centre) */
.transition-overlay img.enter {
  opacity: 1;
  transform: translateY(0);
}

/* Quand le logo sort (du centre vers le haut) */
.transition-overlay img.exit {
  opacity: 0;
  transform: translateY(-40px);
}

 /* Entrée de l'overlay */
 html.swup-animating .transition-overlay {
   opacity: 1;
   transform: translate3d(0, 0, 0);
 }

 

 /* Sortie de l'overlay */
 html.swup-rendering .transition-overlay {
   transform: translate3d(0, calc(-1 * 100%), 0);
 }

@media screen and (max-width: 580px) {
 
.transition-overlay img {
  width: 290px;
}
}