#trp-floater-ls{
  max-width: 30px;
  min-width: 20px;
}
.test{
  position:relative
}

.wc-block-components-express-payment,
.wc-block-components-express-payment-continue-rule{
  display: none!important;
}

/* ======================================== */
/* ====== BASE ============================ */
/* ======================================== */
/* Optimisations de performance pour Locomotive Scroll */
[data-scroll-container] {
    /* will-change: transform; */
    /* transform: translate3d(0, 0, 0);  */
}

/* Optimiser les éléments animés */
[data-scroll] {
    will-change: transform;
}
.pin-section {
    will-change: transform;
}

.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: "Poppins", sans-serif;
  font-weight: 400;
  color: #222;
  background: #fff;
  font-size: 16px;
  margin: 0!important;
}
p{
    font-family: "Poppins", sans-serif;

}






.section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #333;
}

.pin-section {
    background: #222;
}

 
.flex-nowrap .kt-inside-inner-col{
  flex-wrap: nowrap!important;
}
#primary {
  min-height: 800px;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent !important;
}
p{
  font-size: 16px;
  min-height: 10px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 5px;
  position: relative;
}
p.wp-block-kadence-advancedheading{
  margin-bottom: 15px;
}
img{
  width: 100%;
}
.h100, .h100 .kt-inside-inner-col{
  height: 100%!important;
}
/* ..anim:first-child{
  opacity: 0;
  transform: translateY(50px);
} */
 .z-10{
  position: relative;
  z-index: 10;
 }
 .h-100, .h-100 > .kt-inside-inner-col{
  height: 100%;
 }
.remove-scrolling {
  height: 100vh;
  overflow: hidden;
}
.alignwide,
.woocommerce-order {
  max-width: 100%;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
.alignfull,
#page .tutor-container {
  width: 100%;
  max-width: 1580px;
  padding-left: 70px;
  padding-right: 70px;
  margin: 0 auto;
}
#page .formations-tutors .tutor-container{
  padding-left: 10px;
  padding-right: 10px;
}
.max-content{
  width: max-content;
}
.container, .wp-block-group {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 25px;
}
.hidden{
  display: none;
}
.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
}
.o-hidden{
  overflow: hidden;
}
.gradient{ 
    background: #E9B273;
    background: linear-gradient(90deg, rgba(233, 178, 115, 1) 0%, rgba(239, 162, 208, 1) 50%, rgba(148, 128, 232, 1) 100%);
}
.grid{
  display: grid;
}
.grid.col-2{
  grid-template-columns: repeat(2, 1fr);
}
.flex > .kt-inside-inner-col{
  display: flex;
  flex-direction: row!important;
}
figure{
  margin: 0;
}
img{  
  display: block;
}
@media screen and (max-width: 1024px) {
  .alignfull, #page .tutor-container, .woocommerce-order {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 580px) {
  .alignfull, #page .tutor-container, .alignwide, .woocommerce-order {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1320px) {
}


 
  
   
h1, h2, h3, h4, h5, h6{
    position: relative;
    font-family: "Poppins", sans-serif !important;
} 
h1{
} 
 

:root {
  --global-kb-font-size-md: 18px!important; /* nouvelle valeur */
}
















/* ======================================== */
/* ====== TRANSITION PAGE =============== */
/* ======================================== */

#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-color: #260b28; */
   background-image: linear-gradient(45deg,rgb(27, 8, 29) 0%,rgb(46, 16, 49) 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;
 }

.logo-overlay { 
  width: 200px;
  opacity: 0;
  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) */
.logo-overlay.enter {
  opacity: 1;
  transform: translateY(0);
}

/* Quand le logo sort (du centre vers le haut) */
.logo-overlay.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);
 }

 










/* ======================================== */
/* ====== BUTTONS =============== */
/* ======================================== */
.wp-block-buttons{
  gap: 40px;
  position:relative;
  z-index: 3;
}
.wp-block-button div,
#page .tutor-btn,
.woocommerce-button,
#page .btn-event,
.wc-block-components-button,
#page .frm_button_submit,
.wp-block-button a,
.tribe-common-c-btn,
#page .wc-bookings-booking-form-button{
  padding: 25px 77px 25px 55px!important;
  text-transform: uppercase!important;
  border-radius: 50px!important;
  font-size: 16px!important;
  letter-spacing: 2px!important;
  font-weight: 500!important;
  font-family: "Poppins", sans-serif!important;
  min-width: 285px;
  position: relative;
} 
#page .frm_button_submit,
.wp-block-button.is-style-gradient a,
.tribe-common-c-btn,
.wp-block-button.is-style-gradient div,
.wc-block-components-button,
.woocommerce-button,
#tribe-tickets__tickets-submit {
  color: #fff!important;
  border: 2px solid #57225c!important;
  background: linear-gradient(90deg, #894189 0%, #56215b 100%)!important;
}
.wp-block-button.is-style-btn-prune a,
.wp-block-button.is-style-btn-prune div{
  border: 1px solid #383248;
  color: #fff;
  background: #431a47;    
}
.wp-block-button.is-style-btn-dark a,
.btn-event,
.wp-block-button.is-style-btn-dark div{
  border: 2px solid #000;
  color: #fff;
  background: #151515;    
}
 
.wp-block-button.is-style-btn-light a,
.wp-block-button.is-style-btn-light div{
  border: 2px solid #fff;
  color: #222;
  background: #ffffff88;    
}
 

#page .frm_button_submit::after,
#page .tutor-btn::after,
.btn-event::after,
.wc-block-components-button::after,
.woocommerce-button::after,
.tribe-common-c-btn::after,
.wp-block-button.is-style-gradient a::after,
.wp-block-button.is-style-gradient div::after,
.wp-block-button.is-style-btn-prune a::after,
.wp-block-button.is-style-btn-prune div::after,
.wp-block-button.is-style-btn-dark a::after,
.wp-block-button.is-style-btn-dark div::after,
.wp-block-button.is-style-btn-light a::after,
.wp-block-button.is-style-btn-light div::after, 
#page .wc-bookings-booking-form-button::after{
  content: '';
  background-image: url(../img/icon-arrow-right-white.png);
  background-repeat: no-repeat; 
  background-size: 20px;
  background-position: center;
  /* background-color: rgba(255, 255, 255, 0.075); */
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 70px; 
  position: absolute;
  right: 22px; 
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-button.is-style-gradient a::after,
.wp-block-button.is-style-gradient div::after{
  content: '';
  background-image: url(../img/icon-ticket.png);
  background-size: 30px;
  filter: invert(1);
}

.tribe-common a.tribe-common-c-btn-link, .tribe-common button.tribe-common-c-btn-link, .tribe-common input[type="button"].tribe-common-c-btn-link, .tribe-common input[type="submit"].tribe-common-c-btn-link {
  background-color: initial;
  color: #58225d!important;
}

@media screen and (max-width: 1024px) {
  .wp-block-buttons {
    gap: 25px;
  }
}
@media screen and (max-width: 580px) {
  .wp-block-button div,
  #page .tutor-btn,
  .woocommerce-button,
  #page .btn-event,
  .wc-block-components-button,
  #page .frm_button_submit,
  .wp-block-button a,
  .tribe-common-c-btn,
  #page .wc-bookings-booking-form-button{ 
    padding: 22px 77px 22px 45px !important;
    font-size: 16px!important;
    min-width: 230px;
  } 
  .wp-block-buttons {
    gap: 20px;
  }
}
 

/* ======================================== */
/* ====== HEADER ========================== */
/* ======================================== */
.bandeau{
  background-color: #fff;
  text-align: center;
  color: #222;
  padding: 6px 10px 6px 10px
}
.bandeau p{
  font-size: 14px;
  margin-bottom: 0;
}
.bandeau .btn-ticket{
background-image: url(../img/icon-ticket.png);
  background-repeat: no-repeat;
  background-position: 78% center;
  background-size: 25px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  background-color: #f6f3f0;
  border-left: 1px solid #33333326;
  padding: 6px 60px 6px 20px;
  font-weight: 500;
  cursor: pointer;
}
.site-header {
  position: fixed;
  top: 0;
  z-index: 1100;
  top: 0;
  left: 0;
  transform: translateY(-135%);
  transition: all 0.3s ease-in-out;
  width: 100vw;
  background: #000000d1; 
  backdrop-filter: blur(7px);
  border-bottom: 1px solid #6868681a;
}
.site-header.transparency{
  background: #00000085;
}
.site-header.dark {
  background: #050505c4;
}
.woocommerce-checkout .site-header{
   background: #050505f2 !important;
   transform: translateY(0)!important;
   position: relative !important;
}
.site-header.show {
  transform: translateY(0)
}

.site-header .container,
.site-header .site-branding,
.site-header .custom-logo-link {
  height: 100%;
  position: relative;
  margin: 0 auto;

}
.site-header .custom-logo-link {
  display: block;
}
.site-header .custom-logo-link img {
  transition-duration: 0.3s;
  display: block;
  width: 156px;
}
#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 .bottom {
  width: 100%;
}
.site-header .menu-toggle {
  display: none;
}

.site-header .main-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}



/* dashboard button */
.user-nav{
  display: flex;
  align-items: center;
  gap:15px;
  margin-left: 20px;
}
.site-header .nav-dashboard a {
  background-image: url(../img/icon-dashboard.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  filter: invert(1);
  font-size: 0;
  display: block;
  height: 32px;
  width: 28px;
}
.site-header .nav-cart a {
  background-image: url(../img/icon-bag.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 27px;
  filter: invert(1);
  font-size: 0;
  display: block;
  height: 32px;
  width: 28px;
  position:relative
}
.site-header .nav-cart{
  position: relative;
}
.site-header .nav-cart .count{
 position: absolute;
  top: 20px;
  right: -7px;
  border-radius: 50px;
  background-color: white;
  color: #8a26b2;
  height: 15px;
  width: 15px;
  z-index: 2;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.site-header .user-nav .nav-tickets{
  display: none;
}
.site-header .user-nav .nav-tickets a{
background-image: url(../img/icon-ticket-mobile.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px;
  filter: invert(1);
  font-size: 0;
  display: block;
  height: 32px;
  width: 28px;
  font-size: 0;
  transform: rotate(-21deg);
}

/* language switcher */
.trp-language-switcher{
    height: auto;
    width: auto;
    font-weight: 500;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
    border: 1px solid #ffffff59;
    border-radius: 60px;
    background-color: transparent;
    padding: 0;
    background: unset;
    width: 90px !important;
    visibility: visible !important;
    background: #00000021;
}
.trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language{
    padding: 15px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
}
.trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language::before{
    content: '';
    background-image: url(../img/icon-globe.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position: center;
    display: inline-block;
    width: 21px;
    height: 21px;
}
.trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language .trp-flag-image{
    display: none;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
    display: none;
}
.trp-language-switcher .trp-ls-shortcode-language{
border: 1px solid #ffffff59;
  border-radius: 30px;
  background: #ffffff0a;
  backdrop-filter: blur(12px);
  position: absolute;
  top: 60px !important;
  left: 0 !important;
  width: 90px !important;
  padding: 13px 0;
}
.trp-language-switcher > div > a{
    padding: 8px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    justify-content: center;
    position: relative;
    background: transparent!important;
    
}
.trp-language-switcher > div > a::after{
    content:'';
    height: 1px;
    width: 25px;
    background-color: #ffffff1e;
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.trp-language-switcher > div > a:last-child:after{
    display: none;
}





/* Burger */
.site-header .wp-block-social-links {
  display: none;
}
.site-header .burger-wrap {
  display: none;
  min-width: 24px;
  width: 30px;
  margin-left: 20px;
  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: #fff;
  transition: inherit;
}
.hamburger-line:nth-child(1) {
  top: 0.125em;
}
.menu-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;
}
.menu-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;
}
.menu-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: 1024px) {
  .site-header .bandeau{
    display: none;
  }
  .site-header .user-nav .nav-tickets{
    display: block;
  }
  .site-header .custom-logo-link img {
   width: 145px;
    padding: 13px 0
  }
  .site-header .burger-wrap {
    display: block;
  }
  .user-nav {
  margin-left: auto;
}
.site-header .container, .site-header .site-branding, .site-header .custom-logo-link {
  height: 100%;
  position: relative;
  margin: 0 auto 0 0;
}
  
}
@media screen and (max-width: 767px) {
 .site-header .custom-logo-link img { 
    width: 130px;
  }
}

@media screen and (max-width: 580px) {
.site-header {
}
}
/* ======================================== */
/* ====== HOME ========================== */
/* ======================================== */
.top-home{
  overflow: hidden;
}
.video-fullscreen{
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.video-fullscreen video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1;
  /* transform: scale(1.3); */
  filter: brightness(.35);
}
.video-fullscreen video::-webkit-media-controls,
.video-fullscreen video::-webkit-media-controls-enclosure {
    display: none !important;
}

.video-fullscreen video {
    pointer-events: none; /* optionnel si tu veux empêcher tout clic */
}
.h1-home{
  transform:translateY(10%)
}
.rotating-wrapper {
  display: inline-block;           /* wrapper s’adapte automatiquement au texte actif */
  overflow: hidden;                /* cache le texte sortant */
  vertical-align: bottom; 
  background: linear-gradient(90deg, #9f5796 0%, #4a1a51 100%);
  padding: 0 30px 0 10px;
  transition: width 0.5s ease;    /* largeur fluide */
  position: relative;
  line-height: 1.3;
  transform:translateY(-50px) translateX(50px) rotate(-2.5deg);
}
.h1-home .first{
    font-size: 110px;
    font-weight: 700;
    display: block;
    position: relative;
  z-index: 2;
  }
  .h1-home .last{
    font-size: 40px;
    font-weight: 400;
    display: block;
    transform:translateY(-40px) translateX(40%);
}
.rotating-text {
  display: block;
  white-space: nowrap;
  color: white;
  font-weight: 700;
  position: absolute;              /* pour superposer tous les textes */
  left: 20px;
  top: 0;
  transform: translateY(100%);    /* texte entrant par le bas */
  transition: transform 0.5s ease, opacity 0.3s ease;
  opacity: 0;
  font-size: 110px;
}

.rotating-text.active {
  transform: translateY(0);       /* texte actif au centre */
  opacity: 1;
  position: relative; 
  left: 10px;             /* pour que le wrapper calcule la largeur automatiquement */
}
 

@media screen and (max-width: 1280px) {
  .h1-home .first{
    font-size: 90px;
  }
  .h1-home .rotating-wrapper{
    transform: translateY(-40px) translateX(50px) rotate(-2.5deg);
  }
  .h1-home .last{
    font-size: 32px;
    transform:translateY(-37px) translateX(40%);
  }
  .rotating-text {
    font-size: 90px;
  }
}
@media screen and (max-width: 1080px) {
   .h1-home .first{
    font-size: 70px;
  }
  .h1-home .rotating-wrapper{
    transform: translateY(-30px) translateX(50px) rotate(-2.5deg);
  }
  .h1-home .last{
    font-size: 25px;
    transform:translateY(-27px) translateX(40%);
  }
  .rotating-text {
    font-size: 70px;
  }
}
@media screen and (max-width: 850px) {
   .h1-home .first{
    font-size: 50px;
  }
  .h1-home .rotating-wrapper{
    transform: translateY(-25px) translateX(50px) rotate(-2.5deg);
  }
  .h1-home .last{
    font-size: 23px;
    transform:translateY(-22px) translateX(40%);
  }
  .rotating-text {
    font-size: 50px;
  }
}

@media screen and (max-width: 650px) {
  .h1-home .first{
    font-size: 50px;
  }
  .h1-home .rotating-wrapper{
    padding: 0 20px 0 0px;
    transform: translateY(-9px) translateX(20px) rotate(-2.5deg);
  }
  .h1-home .last{
    font-size: 24px;
    transform:translateY(-4px) translateX(20%);
  }
  .rotating-text {
    font-size: 39px;
    left: 10px;
  }
}
@media screen and (max-width: 430px) {
  .h1-home .first{
    font-size: 45px;
  }
  .h1-home .rotating-wrapper{
    transform: translateY(-9px) translateX(15px) rotate(-2.5deg);
  }
  .h1-home .last{
 font-size: 19px;
    transform: translateY(-4px) translateX(25%);
  }
  .rotating-text {
    font-size: 32px;
    left: 10px;
  }
  .h1-home{
  transform:translateY(10%) translateX(-5px)
}
}

/* SCROLL DOWN */
.scrolldown div {
  display: inline-block;
  position: absolute;
  left: 0;
  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;
  }
}



/* PROGRAMME */

#gallery {
    margin-top: -120px
}
#gallery .box-image-fixed {
    position: relative;
    height: 100vh;
    width: 100vw;
    will-change: transform;
}
#gallery .box-image-fixed .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#gallery.dark-bg .box-image-fixed .bg {
    filter: brightness(89%);
}
#gallery.light-bg .box-image-fixed .bg {
    filter: brightness(93%);
}
#gallery .box-image-fixed .box-image {
    clip-path: inset(15% 38% 13%);
    will-change: clip-path;
    inset: 0px !important;
    width: 100% !important;
    height: 100vh !important;
    position: relative;
}
#gallery .box-image-fixed .box-image.bigger,
#gallery .box-image-fixed .box-image.bigger .df-sticky-card:last-child .image {
    height: calc(100vh + 400px) !important;
    margin-top: -1px;
}
#gallery .box-image-fixed .box-image .df-sticky-card:first-child .image {
    transform: translateY(-50%) translateX(-50%) scale(0.8);
    /* transform-origin: center top; */
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
}
#gallery .box-image-fixed .text-first .inner-line {
    filter: blur(5px);
}
#gallery .box-image-fixed .text-first,
#gallery .box-image-fixed .text-second {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
 font-weight: 500;
}
#gallery .box-image-fixed .text-first {
   opacity: 0.04;
  color: #fff;
}
#gallery.light-bg .box-image-fixed .text-first .inner-line {
    filter: blur(0)
}
#gallery.light-bg .box-image-fixed .text-first {
    opacity: 0.05;
}
#gallery .box-image-fixed .text-second {
    color: #fff;
    z-index: 10;
}

#gallery .wrap-galerie-presentation {
    height: 100vh;
}
#gallery .wrap-galerie-presentation .df-sticky-container {}

#gallery .wrap-galerie-presentation-presentation {
    width: 100%;
    height: 100%;
    position: relative
}
#gallery .wrap-galerie-presentation .df-sticky-card {
    width: 100%;
    height: 100%;
    will-change: clip-path;
}
#gallery .wrap-galerie-presentation .df-sticky-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    filter: brightness(60%);
}
#gallery .wrapp-appear-img {
    height: 80vh;
    margin-top: 10vh;

}
#gallery .wrapp-appear-img img {
    object-fit: cover;
    width: 100%;
    object-position: top center;
}
#gallery .wrapp-appear-img .wrap-galerie-presentation {
    height: 100%;
}
#gallery .wrap-galerie-presentation .df-sticky-card {
    position: absolute
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(1) {
    z-index: 10;
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(2) {
    z-index: 9;
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(3) {
    z-index: 8;
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(4) {
    z-index: 7;
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(5) {
    z-index: 6;
}
#gallery .wrap-galerie-presentation .df-sticky-card:nth-child(6) {
    z-index: 5;
}

.wrap-word-anim .word {
    color: #4c4f4630;
}
.wrap-word-anim .word.active {
    color: #111;
}
.testo {
    height: 100vh;
    width: 100%;
}
#gallery .box-image-fixed .text-first,
    #gallery .box-image-fixed .text-second {
        font-size: 8vw;
        width: 100%;
        text-align: center;
        text-shadow: 1px 1px 22px #00000069
    }
@media screen and (min-width: 1280px) {
    #gallery .box-image-fixed .text-first,
    #gallery .box-image-fixed .text-second {
        font-size: 8vw;
        width: 100%;
        text-align: center;
        text-shadow: 1px 1px 22px #00000069
    }
}
@media screen and (min-width: 1440px) {
    #gallery .box-image-fixed .text-first,
    #gallery .box-image-fixed .text-second {
        font-size: 8vw;
        width: 100%;
        text-align: center;
        text-shadow: 1px 1px 22px #00000069
    }
}

/* ======================================== */
/* ====== PAGE ========================== */
/* ======================================== */

.hero-section{

}



#primary .text-bg{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0.4;
}

#primary .text-bg.paris{
  font-size: 300px;
  transform: translateX(-20%) rotate(-3deg);
}



/* hightlight */
.wp-block-kadence-advancedheading:not(.no-style)  .wrap-kt-highlight,
.hero-section .kt-highlight{
  position:relative; 
  transform: rotate(-3deg) translateX(16%) translateY(3px); 
  display: table; 
  width: max-content;
  padding:1px 10px 4px 10px;
}
.kt-highlight {
  position: relative;
  z-index: 1; 
}

.align-center.wp-block-kadence-advancedheading  .kt-highlight{
  margin-left: auto;
  margin-right: auto;
}

.wp-block-kadence-advancedheading:not(.no-style)  .wrap-kt-highlight::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 100%;
  background: linear-gradient(90deg, #f4ece7cf 0%, #f4ece614 100%);
  z-index: -1;
}
.kt-highlight::after{
content: '.';
  color: #d2b2a3 !important;
  -webkit-text-fill-color: initial;
}
.light.wp-block-kadence-advancedheading  .kt-highlight::after{
  color: #bb8f21  !important;
}

@media (max-width: 1280px) {
 .kt-highlight { 
    transform: rotate(-3deg) translateX(8%) translateY(3px); 
  }
}
@media (max-width: 1024px) {
  #primary .text-bg.paris{
    font-size: 200px;
    transform: translateX(-0%) rotate(-3deg);
  }
}
@media (max-width: 580px) {
  #primary .text-bg.paris{
    font-size: 140px;
    transform: translateX(-0%) rotate(-3deg);
  }
}

/* Marquee */
.marquee {
  width: 100%;
  overflow: hidden;  
}
.marquee-content {
  display: flex;
  align-items: center;
  gap: 50px;
  mix-blend-mode:lighten;
  white-space: nowrap;
}
.marquee-content img {
  height: 100px;
  width: auto;
  filter: grayscale(100%) invert(100%);
}

.follow-arrow{
  position: absolute;
  right: 0px;
}

@media screen and (max-width: 768px) {
  .marquee-content {
  gap: 40px;
  }
  .marquee-content img {
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .marquee-content {
  gap: 20px;
  }
.marquee-content img {
  height: 40px;
}
}
/* ======================================== */
/* ====== EVENT ======================= */
/* ======================================== */

.ueb-upcoming-events{
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.ueb-upcoming-events .ueb-event {
  background: #f5f5f5;
  padding: 20px;
}
.ueb-upcoming-events .wp-post-image{
  max-height: auto;
  object-fit: cover;
}
.ueb-upcoming-events .btn-event{
  display: inline-block;
}
.ueb-upcoming-events .title{  
  font-weight: 600;
  font-size: 19px;
  margin: 16px 0 3px 0;
  display: block;
}
.ueb-upcoming-events .date{
  color: #666;
}

  
#tribe-events-pg-template{
  max-width: 100%;
  padding: 0!important;
}
#tribe-tickets__tickets-form{
  width: 100%;
  max-width: 100%;
}
#tribe-events-pg-template div,
#tribe-events-pg-template p, 
.tribe-events-single-event-title, #tribe-tickets__tickets-submit{
    font-family: "Poppins", sans-serif!important;
}
.tribe_events{
  padding-top: 50px;
}
.tribe-events-c-subscribe-dropdown{
  margin-top: 0!important;
}
.single.single-product, 
.single-tribe_events {
  background: #fff;
}
#tribe-events-footer{
  border-top: 0!important;
}
.tribe-events-event-meta::before, .tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets){
  border: 0!important;
} 
.tribe-events-event-meta .tribe-events-meta-label {
  font-weight: 600!important;
}
.tribe-common .tribe-common-c-btn-border,.tribe-common a.tribe-common-c-btn-border {
  border: 2px solid #000;
  color: #333;
}
.single-tribe_events .tutor-wrap {}
#tribe-events-content .tribe-events-single-section-title{
  max-width: max-content;
  color: #fff;
  background: linear-gradient(90deg, #9f5796 0%, #4a1a51 100%);
  padding: 0 30px 0 10px; 
  line-height: 1.3;
  transform: rotate(-2.5deg);
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}
#tribe-events-content #tribe-tickets__tickets-submit {
  position: relative;
  padding: 20px 55px 20px 55px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}
.tribe-events-single-event-description {
  border-top: 1px solid #ddd !important;
  padding-top: 26px;
}
.tribe-tickets__tickets-item-content-title {
  font-weight: 600!important;
}

.tribe-events-single-event-description p{
  font-size: 16px!important;
}

.tribe-events-pg-template .banner,
.single.single-product .banner,
.single-tribe_events .banner {
position: relative;
  display: flex;
  align-items: center;
  padding: 115px 50px 0px 50px;
  overflow: hidden;
  min-height: 380px;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #000 0%, #2e2033 100%)
}

.tribe-events-pg-template .banner .entry-title,
.single.single-product .banner .entry-title,
.single-tribe_events .banner .entry-title {
  font-size: var(--global-kb-font-size-xxxl, 5rem);
  line-height: 1.1;
  max-width: max-content;
  color: #fff;
  background: linear-gradient(90deg, #9f5796 0%, #4a1a51 100%);
  padding: 0 30px 0 10px;
  line-height: 1.3;
  transform: rotate(-2.5deg);
}
.single.single-product .banner .wrap,
.tribe-events-pg-template .banner .wrap,
.single-tribe_events .banner .wrap {
  max-width: 870px;
  position: relative;
}
.single.single-product .banner .bg-img,
.tribe-events-pg-template .banner .bg-img,
.single-tribe_events .banner .bg-img {
  filter: blur(50px);
}

.single.single-product .tutor-course-details-page,
.tribe-events-pg-template .tutor-course-details-page,
.single-tribe_events .tutor-course-details-page {
  padding-top: 50px;
  padding-bottom: 120px; 
}
.tribe_events .col-2 .left{
  padding-right: 100px;
}

@media screen and (max-width: 1280px) {
  .tribe_events .col-2 .left{
  padding-right: 50px;
}
}
@media screen and (max-width: 767px) {
  .tribe_events .grid.col-2{
    display: block;
  }
  .tribe_events .grid.col-2 .col-right{
    margin-top: 30px;
  }
  .ueb-upcoming-events{
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 680px) {
  .ueb-upcoming-events{
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 580px) {
  .tribe-events-pg-template .banner .entry-title, .single.single-product .banner .entry-title, .single-tribe_events .banner .entry-title{
    font-size: var(--global-kb-font-size-xxl, 4rem);
  }
  .tribe-events-pg-template .banner, .single.single-product .banner, .single-tribe_events .banner {
    padding: 55px 20px 0px 10px;
    min-height: 240px;
  }
    .tribe_events {
    padding-top: 30px;
  }
  .ueb-upcoming-events .title {
  font-size: 17px;
  }
  .ueb-upcoming-events .date {
  font-size: 15px;
}
 .event-tickets .tribe-tickets__tickets-footer{
   display: block!important;
  }
  .event-tickets .tribe-tickets__attendee-tickets-footer{
    display: block!important;
    text-align: center;
  }
  .tribe-tickets__attendee-tickets-footer-divider{
    margin-bottom: 14px !important;
    display: block;
  }
  .event-tickets .tribe-tickets__tickets-footer #tribe-tickets__tickets-submit{
    margin-top: 15px;
    width: 100%;
  }
}



/* ======================================== */
/* ====== BILLETERIE ======================= */
/* ======================================== */
.event-tickets .tribe-dialog__wrapper.tribe-modal__wrapper--ar{
  margin-top: 120px!important;
  height: auto!important;
  max-width: 860px !important;
}




/* ======================================== */
/* ====== CART ======================= */
/* ======================================== */
.page-id-750 .wc-block-components-sidebar-layout, .woocommerce-order{
  margin-top: 20px;
}


/* ======================================== */
/* ====== DASHBOARD ======================= */
/* ======================================== */

body:not(.logged-in) .account-container{
    padding-top: 80px;
}
.logged-in .account-container{
  position:relative;
  background: linear-gradient(360deg,rgb(147, 78, 138) 0%,rgb(74,26,81) 100%);
}

.logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation,
.logged-in .account-container .woocommerce .woocommerce-MyAccount-content{
  padding-top: 80px;
}
.logged-in .account-container .woocommerce .woocommerce-MyAccount-content{
  position:relative;
  padding-left: 40px;
  background-color: #fff;
  width: 75%;
  min-height: 600px;
  padding-bottom: 80px;
}
.logged-in .account-container .woocommerce-MyAccount-content::before{
  content:'';
  height: 100%;
  width: 30vw;
  background: #fff;
  position:absolute;
  right: 0; 
  top: 0;
  z-index: -1;
  transform: translateX(98%);
}
.logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation{
  width: 20% !important;
}
.logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation a{
  padding: 6px 0;
  display: block;
  color: #fff;
  opacity: 0.8;
}
.logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation .is-active a{
opacity: 1;
  font-weight: 600;
  background: #ffffff0f;
  padding-left: 15px;
}
.woocommerce-account:not(.logged-in) #post-751 .woocommerce{
  max-width: 500px;
  margin: 0 auto;
}
.woocommerce-account:not(.logged-in) #post-751 .woocommerce h2{
  margin: 0 auto;
  text-align: center;
}
.woocommerce-account:not(.logged-in) #post-751 .woocommerce .woocommerce-button{
  width: 100%;
  display: block;
  margin: 20px 0 10px;
}
.woocommerce-account:not(.logged-in) #post-751 .woocommerce .woocommerce-LostPassword{
  text-align: center;
  font-size: 13px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads,
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address{
  display: none;
}
@media (max-width: 768px) {
.logged-in .account-container .woocommerce-MyAccount-content::after {
  content: '';
  height: 100%;
  width: 30vw;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transform: translateX(-98%);
}
.logged-in .account-container .woocommerce .woocommerce-MyAccount-content {
  position: relative;
  padding-left: 0;
  background-color: #fff;
  width: 100%;
  min-height: 600px;
  padding-bottom: 60px;
}
  .logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation{
    padding-top: 30px;
  }
  .logged-in .account-container .woocommerce .woocommerce-MyAccount-content {
    
    padding-top: 40px;
  }
  .logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation {
    width: 100% !important;
  }
  .logged-in .account-container .woocommerce .woocommerce-MyAccount-navigation ul{
    padding-left: 0;
  padding-bottom: 30px;
  }
}



/* ======================================== */
/* ====== MODAL CONTACT =================== */
/* ======================================== */

/* MENU PAGE */
.modal-chef,
.modal-booking {
	position: relative;
	z-index: 99999;
	overflow: hidden;
}
.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;
}
.modal-chef-is-open .modal-chef .chef-inner,
.modal-booking-is-open .modal-booking .booking-inner{
	height: 100vh;
	transition-delay: 0s;
}


.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;
}
.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 .close-modal{
width: 49px;
  opacity: 0.8;
  padding: 15px !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 99;
  background: #fff3;
  margin-left: -15px !important;
  border-radius: 50%;
}
.modal-chef .close-modal .hamburger-line{
  background-color: #fff;
}

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 .close-modal{
	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: 40px;
  
}
.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 .close-modal{
	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 .close-modal{
	transition: all 0.71s ease 0.8s;
}

.socialmedia {
	display: flex;
	align-items: center;
	gap: 10px;
}
.socialmedia img{
	width: 20px;
	filter: invert(1);
	height: 20px;
	object-fit: contain;	
} 

#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: #fff;
}
.modal-chef .frm_forms{
    margin-top: 40px;
}
#frm_field_21_container{
  display: none
}
.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%;
}

.modal-chef .kt-adv-heading {
   font-size: 42px; 
  font-weight: 400;
  margin-bottom: 15px;
  background-image: linear-gradient(95deg,rgb(233,178,115) 0%,rgb(239,162,208) 49%,rgb(148,128,232) 100%);
  background-clip: text;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: max-content;
 }
.modal-chef p{
  color: #333;
  font-weight: 500;
}

@media (max-width: 1280px) {
	.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) {
	.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;
	}
	.modal-chef-is-open .modal-chef .chef-inner,
	.modal-booking-is-open .modal-booking .booking-inner {
		padding: 30px 20px 40px 20px;
	}
 
	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;
	}
	
	.modal-chef .chef-inner .chef-content {
		margin-top: 40px;
	}
	
  .modal-chef .kt-adv-heading {
  font-size: var(--global-kb-font-size-xl, 3rem);
}
}
@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 .close-modal {
    background: #00000057;
    margin-left: 0px !important;
  }
  .modal-chef .close-modal img{
    filter:invert(1);
  }
  
	.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;
	}
  .modal-chef .kt-adv-heading {
  font-size: 32px
 }
}









/* ======================================== */
/* ====== FORM ========================== */
/* ======================================== */
form input, form textarea{
  padding: 15px !important;
  border: 0 !important;
  background: #eee !important;
}
form label{
font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 13px !important;
}




/* ======================================== */
/* ====== FOOTER ========================== */
/* ======================================== */
.sb_instagram_header,
#sb_instagram #sbi_load  {
  display: none;
}
#sb_instagram{
  padding-bottom: 0!important;
  transform: translateY(-50px);
}
#sb_instagram #sbi_images{
  gap: 0!important;
  padding: 0!important
}
.sb_instagram_header .sbi_feedtheme_header_text h3,
.sb_instagram_header .sbi_feedtheme_header_text a {
  color: #fff;
} 
.sb_instagram_header .sbi_feedtheme_header_text p{
  color: #ffffffa3;
}

.wp-block-button__link.whatsapp-btn{
background-color: #25d366;
  background-image: url(../img/svg/icon-whatsapp.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  width: max-content;
  padding: 25px 45px 25px 70px !important;
  background-position: 17px center;
  height: auto !important;
}
.whatsapp{ 
  background:url(../img/svg/icon-whatsapp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px;
  width: 50px;
  position:fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; 
  cursor: pointer;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease
}
.whatsapp.appear{
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #sb_instagram{
    transform: translateY(0px);
  }
}
@media screen and (max-width: 480px) {
  .whatsapp{ 
    height: 44px;
    width: 44px;
    bottom: 15px;
    right: 15px;
  }
}
footer.site-footer{
  background:linear-gradient(90deg, #000 0%, #251a29 100%);
  position: relative;
}
footer.site-footer::after{
  content: '';
  background-image: url('../img/abstract-1.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 230px;
  width: 230px;
  position: absolute;
  right: 0;
  top: 0;
  height: 174px;
}
footer.site-footer .footer-top {
  padding: 100px 0;  
  position: relative;
  overflow: hidden;
}
/* footer.site-footer .footer-top::after {
content: '';
  position: absolute;
  top: 0;
  left: 0%;
  background-image: url(../img/clack.png);
  background-position: right center;
  background-size: 470px;
  display: block;
  height: 440px;
  width: 540px;
  background-repeat: no-repeat;
  opacity: 0.1;
} */

footer.site-footer .grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  position: relative;
  z-index: 1;
}
footer.site-footer .footer-column-1 {
  grid-column: span 3 / span 3;
}
footer.site-footer .footer-column-2 {
  grid-column: span 3 / span 3;
  display: flex;
  gap: 40px;
}
footer.site-footer .footer-column-3 {
  grid-column: span 3 / span 3;
}
footer.site-footer .footer-1{}
footer.site-footer .footer-title{
  text-transform: uppercase;
  color: #fff;
  font-size: 25px;
  margin-bottom: 19px;
  display: block;
  font-weight: 500;
  position: relative;
}
footer.site-footer .footer-title::after {
  content: '';
  height: 2px;
  width: 60px;
  background-color: #313131;
  position: absolute;
  bottom: -7px;
  left: 0;
}
 
footer.site-footer p,
footer.site-footer a { 
  margin-bottom: 0;
  transition-duration: 0.3s;
}
footer.site-footer a:hover {
  color: #ffffff7f;
}
footer.site-footer #menu-footer {
  column-count: 2;
  gap: 20px;
}
footer.site-footer .socials .social {
  height: 50px;
  width: 50px;
  min-width: 50px;
  transition-duration: 0.3s;
}
footer.site-footer .socials .social:hover {
background: #ffffff5c;
}
footer.site-footer .footer-bottom {
  padding: 20px 0;
  font-size: 16px;
  color: #eee; 
  background: #ffffff14;
  border-top: 1px solid #ffffff29;
}
footer.site-footer p.copyright {
  color: #fff9;
  font-weight: 400;
  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-left: 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;
  padding-left: 0;
  margin-left: 0;
}
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 ul.menu li a {
  margin-bottom: 10px;
  line-height: 1.3;
  color: #fff;
  display: block;
  transition-duration: color .3s ease-out;
  font-weight: 300;
}
footer.site-footer ul.menu li a:hover {
  color: #ffffff9a;
}

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: 210px;
}
footer #form_newsletter .frm_fields_container .frm_primary_label{
    display: none;
}
 
footer #form_newsletter .frm_fields_container { 
  display: flex;
  margin-top: 15px;
}
footer .by{
  margin-top: 7px;
}
footer .by a{
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}
@media screen and (max-width: 780px) {
  footer.site-footer .footer-top {
    padding: 50px 0 40px;
  }
  footer.site-footer .footer-column-1 .wp-block-kadence-image{
    margin: 0 auto;
  }
  footer.site-footer .footer-column-1 .socials {
    justify-content: center;
  }
  footer.site-footer .footer-column-1 {grid-column: span 9 / span 9;}
  footer.site-footer .footer-column-2 {grid-column: span 5 / span 5;}
  footer.site-footer .footer-column-3 {grid-column: span 4 / span 4;}
}

@media screen and (max-width: 680px) {
  footer.site-footer .footer-bottom .flex .right {
    justify-content: center;
  }
  footer.site-footer .footer-bottom .flex {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .footer-widget-area.footer-column-1 img{
    margin: 0 auto;
    display: block;
    width: 170px;
  }
  footer.site-footer .grid {
    display: grid;
    gap: 30px;
  }
  footer.site-footer .footer-title {
    font-size: 16px;
  }
  footer.site-footer ul.menu li a {
    font-size: 13px;
  }
  footer.site-footer .footer-bottom button, footer.site-footer .footer-bottom p, footer.site-footer .footer-bottom li {
    font-size: 13px;
  }
  footer .socials {
    justify-content: center;
  }
  footer #form_newsletter .frm_fields_container {
    justify-content: center;
  }
  footer.site-footer .footer-bottom {
    text-align: center;
  }
 
  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 .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


 