#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;
}
.site-main{
  background-color: #fff;
}
p{
    font-family: "Poppins", sans-serif;

}
.opacity-4{
  opacity: 0.5
}
.opacity-7{
  opacity: 0.7 
}
.text-center{
  text-align: center;
}

main{
  overflow-x: hidden;
}


.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: 12px;
  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;
}
.filter-i{
  filter: invert(1);
}
.border-r{
  border-radius: 30px;
}
.alignwide,
.woocommerce-order {
  max-width: 100%;
  width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
}
.alignfull,
.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;
}
.opacity-img img{
  opacity: .5;
}
.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,.menu-is-open, .swup-animating body{
  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;
}
.image-frame{ 
  position: relative;
}
.image-frame::before {
content: "";
  position: absolute;
  inset: 0%;
  border: 7px solid rgb(118, 51, 124);
  pointer-events: none;
  transform: rotate(-3deg);
}
.pt-base{
  padding-top: var(--global-kb-spacing-xxl, 5rem); 
}
.pb-base{
  padding-bottom: var(--global-kb-spacing-xxl, 5rem); 
}
.pb-base-s{
  padding-bottom: var(--global-kb-spacing-xl, 2rem); 
}


@media screen and (max-width: 1024px) {
  .alignfull, #page .tutor-container, .woocommerce-order {
    padding-left: 40px;
    padding-right: 40px;
  }
  .pt-base{
    padding-top: var(--global-kb-spacing-xl, 4rem); 
  }
  .pb-base{
    padding-bottom: var(--global-kb-spacing-xl, 4rem); 
  }
}
@media (max-width: 767px) {
  .pt-base{
    padding-top: var(--global-kb-spacing-lg, 3rem); 
  }
  .pb-base{
    padding-bottom: var(--global-kb-spacing-lg, 3rem); 
  }
}
@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: 100vw;
   height: 100vh;
   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;
  height: 90px;
  display: block;
}

.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,
.wp-block-button button,
#page .tutor-btn:not(.tutor-btn-ghost),
.woocommerce-button,
#page .btn-event,
.wc-block-components-button,
#page .frm_button_submit,
.wp-block-button a,
.tribe-common-c-btn,
.tutor-btn-primary,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button,
#page .wc-bookings-booking-form-button{
  padding: 22px 25px 22px 25px !important;
  text-transform: uppercase!important;
  border-radius: 15px!important;
  font-size: 16px!important;
  letter-spacing: 2px!important;
  font-weight: 500!important;
  font-family: "Poppins", sans-serif!important;
  min-width: 285px;
  max-width: 420px;
  position: relative;
  height: auto;
  width: max-content;
  position: relative;
  box-shadow: unset;
  transition: transform 0.6s cubic-bezier(.19,1,.22,1);
} 
 

#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,
.wp-block-button button,
.woocommerce-button,
.tutor-btn-primary,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button,
#tribe-tickets__tickets-submit,
.tutor-widget-course-filter .tutor-btn-outline-primary {
  color: #fff!important;
  border: 2px solid #7b9a3d !important;
  background: linear-gradient(90deg, #a4c85d 0%, #81a33e 50%, #81a33e 100%) !important;
  background-size: 200% 200%!important;
   transition: background-position 0.6s ease, transform 0.3s ease;
} 
.wp-block-button.is-style-btn-prune a,
.wp-block-button.is-style-btn-prune button,
.wp-block-button.is-style-btn-prune div,
.tutor-btn.prune-color,
#tutor-login-form .tutor-color-secondary .tutor-btn-link{
  border: 1px solid #2d1130;
  color: #fff;
  background: #431a47;    
  background: linear-gradient(70deg, #431a47 0%, #66286e 50%, #873b91 100%);
  background-size: 200% 200%!important;
  transition: background-position 0.6s ease, transform 0.3s ease;
}
.wp-block-button.is-style-btn-prune a:hover,
.wp-block-button.is-style-btn-prune button:hover,
.wp-block-button.is-style-btn-prune div:hover,
#page .frm_button_submit:hover,
.wp-block-button.is-style-gradient a:hover,
.tribe-common-c-btn:hover,
.wp-block-button.is-style-gradient div:hover,
.wc-block-components-button:hover,
.wp-block-button button:hover,
.woocommerce-button:hover,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button:hover,
#tribe-tickets__tickets-submit:hover{
 background-position: 100% 50%!important;
}
.wp-block-button.is-style-btn-dark a,
.btn-event,
.wp-block-button.is-style-btn-dark div,
.wp-block-button.is-style-btn-dark button{
  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;    
}
.wp-block-button.is-style-btn-white a,
.wp-block-button.is-style-btn-white div{
  border: 2px solid #fff;
  color: #222;
  background: #fff;    
}
 
/* 
#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-btn-white a::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;
  width: 52px;
  height: 52px;
  display: block;
  border-radius: 70px; 
  position: absolute;
  right: 22px; 
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}
#page .frm_button_submit:hover::after,
#page .tutor-btn:hover::after,
.btn-event:hover::after,
.wc-block-components-button:hover::after,
.woocommerce-button:hover::after,
.tribe-common-c-btn:hover::after,
.wp-block-button.is-style-btn-white a:hover::after,
.wp-block-button.is-style-gradient a:hover::after,
.wp-block-button.is-style-gradient div:hover::after,
.wp-block-button.is-style-btn-prune a:hover::after,
.wp-block-button.is-style-btn-prune div:hover::after,
.wp-block-button.is-style-btn-dark a:hover::after,
.wp-block-button.is-style-btn-dark div:hover::after,
.wp-block-button.is-style-btn-light a:hover::after,
.wp-block-button.is-style-btn-light div:hover::after, 
#page .wc-bookings-booking-form-button:hover::after,
.wp-block-button.is-style-btn-white a:hover::after{
  right: 28px; 
}
.wp-block-button.is-style-btn-white a::after{
  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,
.wp-block-button button,
#page .tutor-btn,
.woocommerce-button,
#page .btn-event,
.wc-block-components-button,
#page .frm_button_submit,
.wp-block-button a,
.tribe-common-c-btn,
.woocommerce-EditAccountForm.edit-account .woocommerce-Button,
#page .wc-bookings-booking-form-button{ 
    padding:22px 67px 22px 35px !important;
    font-size: 16px!important;
    min-width: 230px;
    letter-spacing: 1px !important;
  } 
  .wp-block-buttons {
    gap: 20px;
  }
}
 

/* ======================================== */
/* ====== HERO PARALLAX ========================== */
/* ======================================== */
body:not(.home) .hero-section > .kt-inside-inner-col {
  position: relative;
  overflow: hidden;
}

/* couche parallax injectée */
body:not(.home) .hero-parallax-bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  will-change: transform;
  z-index: 0;
  position:absolute!important;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -2 !important;
}

/* contenu au-dessus */
body:not(.home) .hero-section .kt-inside-inner-col > * {
  position: relative;
  z-index: 1;
}
/* ======================================== */
/* ====== IMG APPEAR ========================== */
/* ======================================== */
.wp-block-kadence-image.animation-appear,
.wp-block-kadence-column.animation-appear {
  position: relative;
  z-index: 0;
  overflow: hidden;
  clip-path: inset(0px 100% 0px 0px);
  -webkit-clip-path: inset(0px 100% 0px 0px);
  --overlay-opacity: 1;
}

.wp-block-kadence-image.animation-appear::after,
.wp-block-kadence-column.animation-appear::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg,rgb(45,14,48) 0%,rgb(84,33,90) 100%);
  opacity: var(--overlay-opacity);
  pointer-events: none;
  z-index: 12;
}

.wp-block-kadence-image.animation-appear img{
  width: 100%;
  max-height: 720px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.wp-block-kadence-column.animation-appear img {
  
}


/* ======================================== */
/* ====== HEADER ========================== */
/* ======================================== */
.bandeau{
  background-color: #fff;
  text-align: center;
  color: #222; 
   background: linear-gradient(190deg, #5c2c54 0%, #1e0721 100%);
  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: #ffffff; 
  backdrop-filter: blur(7px);
  border-bottom: 1px solid #6868681a;
  box-shadow: 0 10px 25px 0 rgba(34,34,34,.1);
}
.home  .site-header.transparency{
  background: #ffffffb8;
}
.site-header.dark {
  background: #ffffff;
}
.woocommerce-checkout form select,
.woocommerce-checkout form input{
border-color: #ccc!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;
height: max-content;
}
.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: space-between;
}
.site-header .main-navigation .container-right-menu{
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .site-header .main-navigation .site-branding{
    margin: 0;
    font-size: 24px;
    font-weight: 600;
  }
}


/* 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;
  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;
  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: linear-gradient(90deg, #a4c85d 0%, #81a33e 50%, #81a33e 100%) !important;
  color: #fff;
  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;
  display: flex;
  align-items: center;
  font-weight: 500;
transform: translateY(0px); 
  margin-left: -7px;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
background-color: transparent;
  padding: 0;
  background: unset;
  width: auto !important;
  visibility: visible !important;
  border: 0 !important;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.trp-language-switcher .trp-ls-shortcode-language{
  height: 0;
}
.trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language{
  padding:16px 6px 10px 6px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  font-size: 0;
}
.trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language img{
  margin-left: 5px;
}
.trp-language-switcher > div > a > img {
  display: block;
  margin: 0;
  width: 28px;
  height: 18px;
  border-radius: 0;
} 
.trp-language-switcher:hover  .trp-ls-shortcode-current-language > a{
  background-color: #ffffff45 !important;
  backdrop-filter: blur(12px);
  border-radius: 0;
}
.trp-language-switcher .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
    display: none;
}
.trp-language-switcher .trp-ls-shortcode-language{
  padding: 0;
  background: unset;
    background-color: unset;
  background-color: unset;
  width: 40px !important;
  visibility: visible !important;
  border: 0 !important;
    background-color: #ffffff45 !important;
  backdrop-filter: blur(12px);
  position: absolute;
  top: 44px !important;
  left: 0px !important;
  width: 51px !important;
  font-size: 0;
  padding: 0 !important;
  box-shadow: unset !important;
  border-radius: 0;
}
.trp-language-switcher > div > a{
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: 400;
    justify-content: center;
    position: relative;
    background: transparent!important;
    font-size: 0!important;
    padding: 5px 12px 14px 12px;
}
.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;
}
.language-switcher-mobile{
  display: none;
}

@media screen and (max-width: 1024px) {
  .language-switcher-mobile{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0;
    background: #ffffff03;
    border-bottom: 1px solid #ffffff0d;
  }

   .trp_language_switcher_shortcode{
    width: 100%;
  }
  .trp-language-switcher .trp-ls-shortcode-language {
    visibility: visible;
    max-height: 250px;
    padding: 4px 13px;
    height: auto;
    overflow-y: auto;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block !important;
    min-height: auto;
  }
  .trp-language-switcher .trp-ls-shortcode-current-language{
    display: none;
  }
  .trp-language-switcher .trp-ls-shortcode-language {
    width: 40px !important;
    visibility: visible !important;
    border: 0 !important;
    background-color: transparent !important;
    backdrop-filter: blur(12px);
    position: static!important;
    top: 0px !important;
    left: 0px !important;
    width: 100%!important;
    display: flex !important;
    justify-content: center;
  }
  .trp-language-switcher .trp-ls-shortcode-language .trp-ls-shortcode-disabled-language {
  display: block!important;
}
  .language-switcher-desktop{
    display: none;
  }
  .trp-language-switcher .trp-ls-shortcode-disabled-language.trp-ls-disabled-language,
  .trp-language-switcher > div > a {
    padding: 18px 10px;
  }
  .trp-language-switcher:hover .trp-ls-shortcode-language{
    display: flex!important;
  }
  .trp-language-switcher > div > a::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;
}
/* .top-home::before {
  content: '';
  height: 700px;
  width: 700px;
  background: #d1f369;
  position: absolute;
  left: -440px;
  bottom: -260px;
  display: block;
  z-index: 1;
  transform: rotate(45deg);
  opacity: 0.3;
} */
.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;
  }
}





/* Search formation */
.course-search-wrapper{
  position:relative;
  width: 100%;
}
.course-search-wrapper .wrap-input{
  position: relative;
}
.course-search-wrapper .wrap-input .loupe{
  position: absolute;
  top: 14px;
  height: 33px;
  right: 17px;
  width: 33px;
}
.course-search-wrapper .wrap-input .loader{
  position: absolute;
  top: 14px;
  height: 29px;
  right: 23px;
  width: 26px;
  display: none;
}
.course-search-wrapper input{
 font-size: 18px;
  width: 100%;
  display: block;
  max-width: 100%;
  border-radius: 20px;
  height: 60px;
  background-color: #ffffffbd;
  padding: 10px 60px 10px 20px;
  border: 2px solid #aaaaaaeb;
}
.course-search-wrapper .dropdown-list{
display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #ffffffd4;
  border: 1px solid #ddd;
  max-height: 250px;
  overflow-y: auto;
  z-index: 9999;
  padding: 0;
  margin: 0;
    margin-top: 0px;
  list-style: none;
  border-radius: 20px;
  padding: 5px;
  border: 2px solid #aaaaaaeb;
  margin-top: 5px;
}
.course-search-wrapper .dropdown-list li{
  padding: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px
}
.course-search-wrapper .dropdown-list li img{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
  
.arrow-news{
position: absolute;
  top: auto;
  left: 70%;
  bottom: 20px;
}


/* HOW TO  */
.how-to .number{
  position: absolute;
  top: -60px;
  right: 30px;
}
.how-to .icone {
position: absolute;
  width: 18%;
  top: 52%;
  height: 50%;
  display: block;
  left: 45px;
  filter: invert(1);
  transform: translateY(-50%);
}
.how-to .icone img {
  max-height: 100%;
  object-fit: contain;
}
/* Formation à la une */
.slider-hightlight .splide__track{ 
  border: 1px solid #ddd;
  border-radius: 20px;
}
.slider-hightlight .formation-link{
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: #fff;
}
.slider-hightlight .formation-link .formation-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: var(--global-kb-spacing-xl, 2rem);  
  padding-bottom: 120px;  
  padding-right: 60px;
}
.slider-hightlight .formation-link img{
  border-radius: 20px 0 0 20px;
  filter: brightness(0.9);
  height: 100%;
  object-fit: cover;
}
.slider-hightlight .formation-link .formation-image {
  position: relative;
}
.slider-hightlight .formation-link .formation-image .tutor-course-bookmark{
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 9;
}
.slider-hightlight .formation-link .formation-image .tutor-course-bookmark .tutor-iconic-btn{
  width: 42px;
  height: 42px;
}
.slider-hightlight .formation-link .formation-title{
  font-size: 38px;
  font-weight: 600;
  font-family: Poppins;
  margin-bottom: 0;
}
.slider-hightlight .formation-categories{
  margin-bottom: 5px;
}
.slider-hightlight .formation-price .list-item-price{
  font-weight: 600;
  font-size: 22px; 
  display: flex;
  justify-content: end;
}
.slider-hightlight .formation-categories .formation-category{
 padding: 2px 7px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 1px;
  margin-bottom: 5px;
  display: inline-block;
}
.slider-hightlight .formation-link .wp-block-buttons{
  margin-top: 10px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}
.slider-hightlight .splide__pagination {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 240px;
  height: 50px;
  left: auto;
}
.slider-hightlight .splide__arrows {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 240px;
  height: 50px;
}
.splide__arrow {
  box-shadow: 0 2px 4px color-mix(in oklch,oklch(27.54% .1638 265.98deg) 8%,transparent),0 4px 12px color-mix(in oklch,oklch(27.54% .1638 265.98deg) 8%,transparent);
  background: #fff !important;
  height: 50px !important;
  width: 50px !important;
  opacity: 1 !important;
}
.splide__arrow svg {
  width: 15px!important;
}
.splide__arrow:disabled svg {
  fill: #bbb;
}
#swup .splide__pagination__page{
  width: 9px;
  height: 9px;
  transition: all 0.3s;
}
#swup .splide__pagination__page.is-active{
 background: #78377a;
  transform: scale(1);
  z-index: 1;
  width: 20px;
  border-radius: 50px;
  opacity: 1;
}


/* List formation */
.tutor-course-list{
  width: 100%;
}
.formation-list{ 
  padding-left: 0;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.formation-list .formation-link,
.tutor-course-list .tutor-card{
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  height: 100%;
}
.formation-list .formation-item{
  height: 100%;
}
.formation-list .formation-link .formation-content{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  height: calc(100% - 200px);
}
.formation-list .formation-link img,
.tutor-card-image-top{
  border-radius: 20px 20px 0 0;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.9);
}
.formation-list .formation-link .formation-image {
  position: relative;
  height: 200px;
}
.formation-list .formation-link .formation-image .tutor-course-bookmark{
position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9;
}
.formation-list .formation-link .formation-image .tutor-course-bookmark .tutor-iconic-btn{
  width: 42px;
  height: 42px;
}
.formation-list .formation-link .formation-title,
.tutor-course-card .tutor-course-name{
  font-size: 18px;
  font-weight: 600;
  font-family: Poppins;
  margin-bottom: 5px;
  margin-top: 0;
}
.tutor-card-body .tutor-ratings-average,
.formation-item .tutor-ratings-average{
  display: none;
}
.tutor-card-body .tutor-ratings-count,
.formation-item .tutor-ratings-count{
  font-size: 12px;
}
.formation-list .formation-link .formation-categories{
  margin-bottom: 5px;
}
.formation-list .formation-link .formation-categories .formation-category,
.tutor-card-body .tutor-meta:last-child > div:last-child a{
 padding: 2px 7px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 12px;
  margin-right: 1px;
  margin-bottom: 5px;
  display: inline-block;
}
.formation-list .formation-link .formation-price{
  margin-top: auto;
}
.formation-list .formation-link .formation-price .tutor-item-price,
.tutor-item-price{
  display: flex;
  justify-content: end;
  font-size: 18px;
  font-weight: 600;
}

.formation-list .formation-link .formation-description{
font-size: 14px;
}
.formation-list .formation-link .wp-block-buttons{
  margin-top: auto;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.save-bookmark-btn {
  background: #ffffffdb;
  color: #853e86;
}
.save-bookmark-btn:hover{
  background: #fff;
  color: #853e86;
}

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

.hero-section{

}



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

#primary .text-bg.formateur{
  font-size: 180px;
  opacity: 0.35;
  top:14% ;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-3deg)
}
#primary .text-bg.categorie{
  font-size: 15vw;
  white-space: nowrap;
  transform: translateX(-50%) rotate(-3deg);
}
@media screen and (max-width: 580px) {
  #primary .text-bg.categorie {
    font-size: 26vw;
    top: 10%;
  }
}


/* hightlight */
.kt-highlight { 
  position:relative; 
  transform: rotate(-3deg) translateX(1%) translateY(0px); 
  display: table; 
  width: max-content;
  padding:1px 10px 4px 10px;
}
.align-center.wp-block-kadence-advancedheading  .kt-highlight{
  margin-left: auto;
  margin-right: auto;
}

/* .wp-block-kadence-advancedheading:not(.no-style) .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) {
 
}
@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);
  }
  .long.wp-block-kadence-advancedheading .wrap-kt-highlight{
    transform: rotate(-3deg) translateX(0%) translateY(3px);
  }
}
  

/* Modal */
.modal-addcart,
.modal-login {
  height: 100vh;
  width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.600, 0.000, 0.100, 1.000)
}
.modal-addcart.is-open,
.modal-login.is-open{
opacity: 1;
visibility: visible;
}
.modal-addcart.is-open .wrap,
.modal-login.is-open .wrap{
  transform: translateX(0%);
}
.modal-addcart::before,
.modal-login::before{
content: '';
  height: 100vh;
  width: 100vw;
  background: #00000096;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -5;
}
.modal-addcart .wrap,
.modal-login  .wrap{
  position: relative;
  z-index: 43;
  height: 100%;
  width: 435px;
  background: #fff;
  padding: 80px 50px 50px 50px;
  margin-left: auto;
  box-shadow: 10px 60px 30px #00000087;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.600, 0.000, 0.100, 1.000) 0.1s
}
.modal-addcart .wrap .title,
.modal-login  .wrap .title{
font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 13px;
} 

.modal-addcart .wp-block-button,
.modal-login  .wp-block-button{
  width: 100%;
}
.modal-addcart .wp-block-buttons,
.modal-login  .wp-block-buttons{
  margin-top: 30px;
  gap: 20px !important;
}
.modal-addcart .wp-block-button a::after,
.modal-login  .wp-block-button a::after{
  display: none!important;
}
.modal-addcart .wp-block-button a,
.modal-login  .wp-block-button a{
  padding: 25px 35px 25px 35px !important;
  max-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* TAbs */
.wp-block-kadence-tabs .kt-tabs-title-list li{
}
 
 
.modal-login .wrap {
  overflow: scroll;
  padding: 50px 50px 50px 50px;
}
.modal-login .wrap h2{
  margin-bottom: 10px;
}
.modal-login .wrap form{
  border: 0;
  padding: 0;
}

.modal-login .wrap .u-column1.col-1{
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.modal-login .wrap form .woocommerce-LostPassword {
  font-size: 13px;
  text-align: center;
}
.modal-login .closer{
  width: 30px;
  height: 30px;
  background-image: url('../img/icon-close.png'); 
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
 

 
/* ======================================== */
/* ====== FORMATIONS =================== */
/* ======================================== */
.course-archive-page{
  background-color: #f5f5f5;
}
.tutor-lms .banner,
.single-tribe_events .banner {
  position: relative;
  display: flex;
  align-items: center;
  padding:105px 50px 0px 50px;
  overflow: hidden;
  min-height: 380px;
  margin-bottom: 0;
  background: linear-gradient(90deg, #160f189c 0%, #2e2033 100%)
}
.tutor-lms .wrap-banner{
  position: relative;
}
.tutor-lms .wrap-banner::before{
  content:'';
  background-image:url(https://formabelle.fr/content/uploads/2024/11/ACCUEIL-SLIDER.jpg);
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.tutor-lms .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);
}
.tutor-lms .banner .wrap,
.single-tribe_events .banner .wrap {
  max-width: 870px;
  position: relative;
}
.tutor-lms .banner .bg-img,
.single-tribe_events .banner .bg-img {
  filter: blur(50px);
}

.tutor-lms .tutor-course-details-page,
.single-tribe_events .tutor-course-details-page {
  padding-top: 50px;
  padding-bottom: 120px; 
}


 
@media screen and (max-width: 580px) {
  .tutor-lms .banner .entry-title, .single-tribe_events .banner .entry-title{
    font-size: var(--global-kb-font-size-xxl, 4rem);
  }
   .tutor-lms .banner, .single-tribe_events .banner {
    padding: 55px 20px 0px 10px;
    min-height: 240px;
  }
}
.tutor-courses-wrap .tutor-col-3.tutor-course-filter-container{
  position:relative;
  background-color: #fff;
  padding-top: var(--global-kb-spacing-xxl, 3rem); 
  padding-bottom: var(--global-kb-spacing-xxl, 4rem);
  border-right: 1px solid #e5e5e5;
}
.tutor-col-3.tutor-course-filter-container::after{
  content:'';
  background-color: #fff;
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  z-index: 0;
  transform: translateX(-100%);
}
.tutor-course-filter-container .tutor-widget-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
} 
#page .tutor-widget-course-filter .tutor-btn-outline-primary{
  font-size: 13px!important;
}
body:not(.home) .tutor-courses-wrap{
  /* padding-top: var(--global-kb-spacing-xxl, 3rem); 
  padding-bottom: var(--global-kb-spacing-xxl, 4rem);  */
}
.tutor-course-filter .tutor-form-control.tutor-form-select {
  font-size: 13px!important;
}

.tutor-courses-wrap .tutor-col-xl-9 {
  padding-top: var(--global-kb-spacing-xxl, 3rem); 
  padding-bottom: var(--global-kb-spacing-xxl, 4rem);
}
.tutor-widget-search .tutor-form-wrap .tutor-form-control{
  font-size: 18px;
  width: 100%;
  display: block; 
  max-width: 100%;
  border-radius: 20px;
  height: 60px;
  background-color: #ffffffbd!important;
  border: 2px solid #aaaaaaeb!important;
}

.tutor-course-list .tutor-card {}
.tutor-course-list .tutor-card {}
.tutor-course-list .tutor-card .tutor-card-footer .list-item-button{
  display: none;
}

.tutor-card-body .tutor-meta:nth-last-child(2){
  display: none;
}
.tutor-card-body .tutor-meta:last-child  {
  align-items: start;
  gap:4px;
  margin-top: 0;
}
.tutor-card-body .tutor-meta:last-child > div:last-child a {
  margin-right: 6px;
}
.tutor-card-body .tutor-meta:last-child div:first-child{
display: none;
}
.tutor-card-body .tutor-meta:last-child > div:last-child{
  font-size: 0;
}
.tutor-card-footer:not(.tutor-no-border){
  border-top: 1px solid #cdcfd554
}
.tutor-card-body .tutor-meta:last-child > div:last-child a:first-child{
 font-size: 16px;
  display: block;
  margin-bottom: 10px;
  border: 0;
  display: none;
}
.tutor-card-body .tutor-avatar {
  width: 30px;
  height: 30px;
  box-shadow: unset
}
.tutor-card-footer .list-item-price{
  margin-left: auto;
}
 
/* ======================================== */
/* ====== LOGIN PAGE =================== */
/* ======================================== */
.tutor-login-wrap, #tutor-registration-wrap {
  margin-top: 50px;
  border-radius: 20px;
}


#page .tutor-login-form-wrapper .tutor-fs-5,
#page .tutor-login-modal .tutor-fs-4{
  font-size: 25px!important;
  text-transform: uppercase!important;
  font-weight: 600;
  text-align: center;
}
#tutor-login-form > .tutor-d-flex{
  display: block!important;
  text-align: center; 
}
#tutor-login-form .tutor-btn.tutor-btn-primary.tutor-btn-block{
  margin-left: auto;
  margin-right: auto;
}
#tutor-login-form .tutor-color-secondary {
  margin-top: 35px;
}
#tutor-login-form .tutor-color-secondary .tutor-btn-link{
justify-content: center;
margin-top: 15px;
}
#tutor-login-form > .tutor-d-flex .tutor-btn-ghost{
display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  text-decoration: underline;
}





/* ======================================== */
/* ====== INSCRIPTION ===================== */
/* ======================================== */
#tutor-registration-wrap{
  width: 100%;
  background: #fff;
  padding: 20px 0 32px;
  border-radius: 20px;
  margin-top: var(--global-kb-spacing-xl, 4rem); 
  margin-bottom: var(--global-kb-spacing-xl, 4rem); 
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.tutor-instructor-application-process{
  padding: 150px 0!important
}


/* ======================================== */
/* ====== DASHBOARD ======================= */
/* ======================================== */
.tutor-screen-frontend-dashboard #page .tutor-container{
  width: 100%;
  max-width: 100%;
}
.tutor-screen-frontend-dashboard .site-header{
  display: none;
}
.tutor-screen-frontend-dashboard .tutor-frontend-dashboard-maincontent {
  background-color: #fff;
}
.tutor-screen-frontend-dashboard #page .tutor-container{
  padding-left: 0;
  padding-right: 0;
}
.tutor-screen-frontend-dashboard .tutor-frontend-dashboard-maincontent{
  min-height: calc(100vh - 100px);
}
.tutor-screen-frontend-dashboard .tutor-frontend-dashboard-maincontent .tutor-col-md-8{
  padding-right: 50px;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard{
  padding-bottom: 0;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard-left-menu .tutor-dashboard-permalinks{
  background: #f5f5f5;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard-left-menu .tutor-dashboard-permalinks .tutor-dashboard-menu-divider{
  display: none;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard-left-menu .tutor-dashboard-menu-item{
  padding: 0 9px;
}
.tutor-dashboard-menu-divider-header{
  background: #2b2b2b;
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.tutor-dashboard-menu-item.tutor-dashboard-menu-announcements{
  display: none;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard-left-menu .tutor-dashboard-menu-item a{
  border-radius: 20px;
}
.tutor-screen-frontend-dashboard #page .tutor-dashboard-left-menu .tutor-dashboard-menu-item.active a{
  background: linear-gradient(90deg, #a4c85d 0%, #81a33e 50%, #81a33e 100%) !important
}
.page-id-66 {
  background: #121212;
}
.page-id-66 .tutor-login-wrap{
  margin-top: 200px ;
  margin-bottom: 200px ;
  border-radius: 30px;
  background: #fff;
}
.page-id-66 .tutor-login-wrap .tutor-color-black{
  color: #222 !important;
  font-weight: 500;
}
.tutor-frontend-dashboard-header{
  background: #f7f7f7;
  padding-top: 10px;
  padding-bottom: 10px !important;
  padding-left: 10px;
}
.tutor-frontend-dashboard-header .tutor-create-new-course, .btn-return-home{
  margin-right: 30px;
}
.tutor-lms .tutor-btn{
  min-width: 0!important;
}
.tutor-frontend-dashboard-header .tutor-header-right-side{
}
.tutor-frontend-dashboard-header .tutor-avatar{
  box-shadow: 0px 0px 0px 1px #ffffffc7;
}
.tutor-frontend-dashboard-header .tutor-avatar .tutor-avatar-text{
  background: linear-gradient(158deg,rgb(75,27,82) 0%,rgb(147,78,138) 99%)
}
.tutor-screen-frontend-dashboard .tutor-course-name a{
  color:#fff!important;
}
.tutor-screen-frontend-dashboard .tutor-dashboard-setting-profile #tutor_profile_cover_photo_editor {
  display: none;
}
.tutor-screen-frontend-dashboard form input{
}
.tutor-screen-frontend-dashboard .tutor-dashboard{
} 
.tutor-screen-frontend-dashboard .site-footer, 
.single-lesson.tutor-frontend  .site-footer, 
.single-lesson.tutor-frontend  .site-header, 
.tutor-screen-frontend-dashboard .site-header, .tutor-dashboard-menu-wishlist, .tutor-dashboard-menu-my-quiz-attempts, 
 #tutor-dashboard-footer-mobile .tutor-col-4:nth-child(2){
  display: none;
}
 #tutor-dashboard-footer-mobile .tutor-col-4{
  width: 50%!important;
}
.lesson-template-default #tutor-page-wrap{
  overflow-y: hidden;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
  background: #0d0d0d;
}
.tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-footer {
  background-color: #eff1f66b;
}
.tutor-course-spotlight-wrapper .tutor-nav-item:nth-child(2),
#tutor-course-spotlight-notes,
.tutor-course-spotlight-nav,
.tutor-course-spotlight-wrapper #tutor-lesson-nav-take-note-btn{
  display: none;
}
.tutor-wrap.tutor-full-width-student-profile.tutor-instructor > .tutor-container{
  max-width: 100%;
}
.tutor-wrap.tutor-full-width-student-profile.tutor-instructor > .tutor-container.photo-area{
  padding-left: 0;
  padding-right: 0;
}
.tutor-user-public-profile .photo-area .pp-area {
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 70px;
}
#page .tutor-dashboard-content .tutor-wp-dashboard-filter,
#page .tutor-purchase-history > .tutor-fs-5 
{
  display: none!important;
}
.tutor-frontend-dashboard-maincontent .tutor-dashboard-content-inner .tutor-nav .tutor-nav-item:nth-child(3){
  visibility: hidden;
  width: 0 !important;
}


#page .tutor-dashboard .tutor-header-right-side .tutor-create-new-course {
    font-size: 0 !important; /* On cache le texte d'origine */
}
#page .tutor-dashboard .tutor-header-right-side  .tutor-create-new-course i {
    font-size: 16px !important;
    margin-right: -10px;
}
#page .tutor-dashboard .tutor-header-right-side .tutor-create-new-course:after {
    content: "Nouveau cours"; /* Ton texte ici */
    font-size: 16px !important; /* On remet une taille de lecture normale */
    visibility: visible;
    display: inline-block;
}

/* ======================================== */
/* ====== FORMATION ======================= */
/* ======================================== */
.single-courses {
  background-color: #fff;
}
.single-courses .tutor-page-wrap{
  background-color: #f5f5f5;
}
.single-courses .tutor-course-details-header {
  padding-top: 70px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 30px;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.single-courses .tutor-course-details-header::before{
  content:'';
  background: #fff;
  border-bottom: 1px solid #ddd;
  position:absolute;
  top: 1px;
  left: 0;
  transform: translateX(-100%);
  height: 100%;
  width: 400px;
}
.single-courses .tutor-course-details-header::after{
  content:'';
  background: #fff;
  border-bottom: 1px solid #ddd;
  position:absolute;
  top: 1px;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 400px;
}
.single-courses .tutor-course-details-header .tutor-course-details-ratings{
  position: absolute;
  right: 0;
  top: 130px;
}
.admin-bar .tutor-course-details-tab .tutor-is-sticky{
  top: auto!important;
}
.single-courses .tutor-course-details-header .tutor-course-details-title{
  font-size: 50px;
}
.single-courses .tutor-course-details-header .tutor-course-details-top{
  margin-top: 0!important;
}
.single-courses .tutor-course-details-header .tutor-meta.tutor-course-details-info > div{
  font-size: 0;
}
.single-courses .tutor-course-details-header .tutor-meta.tutor-course-details-info a{
  font-size: 14px;
  padding: 4px 8px;
  border: 1px solid #ddd;
  border-radius: 50px;
  margin-right: 8px;
  margin-bottom: 5px;
  display: inline-block;
}


.single-courses #page .tutor-course-details-header .tutor-course-wishlist-btn i{
  padding: 0 !important;
  font-size: 0 !important;
  min-width: 0 !important;
  background: #fff;
  width: 40px !important;
  height: 40px !important;
  border-radius: 90px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin-right: 0 !important;
  position: relative; 
  border: 1px solid #ccc;
  color: var(--tutor-color-primary)!important;
  margin-right: 10px !important;
}
.single-courses #page .tutor-course-details-header .tutor-course-wishlist-btn i::before{
  font-size: 20px!important;
}
.single-courses #page .tutor-course-details-header .tutor-course-wishlist-btn{
  font-size: 14px !important;
  letter-spacing: 0 !important;
  text-transform: unset !important;
  padding: 0px !important;
  min-width: 0 !important;
}
.single-courses .tutor-course-details-header .tutor-course-wishlist-btn i{
  margin-right: 0!important;
  position: absolute;
  margin-left: 2px;
}
.single-courses .tutor-course-details-header .tutor-course-wishlist-btn::before{
  position: absolute;
  margin-left: 6px;
}
.tutor-course-details-page .tutor-course-thumbnail img{
max-height: 480px;
    object-fit: cover;
    border-radius: 20px;
}
.single-courses .tutor-icon-bullet-point {
  color: #682d6b;
  font-size: 17px;
}
.single-courses .tutor-course-details-page .tutor-single-course-sidebar .tutor-single-course-sidebar-more .tutor-course-details-widget:last-child{
  border-top: 1px solid var(--tutor-border-color);
}
.single-courses .tutor-course-details-page h2,
.single-courses .tutor-course-details-page h3{
  font-size: 19px;
  font-weight: 600;
}
.single-courses .tutor-course-details-page .tutor-course-details-instructors h3{
font-size: 15px;
  font-weight: 500;
}
.single-courses .tutor-course-details-page .tutor-card{
  border-radius: 20px;
}
.single-courses .tutor-single-course-sidebar .tutor-sidebar-card .tutor-card-body,
.single-courses .tutor-single-course-sidebar-more > div:first-child{
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: #fff;
}
.single-courses .tutor-single-course-sidebar-more > div:last-child{
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.single-courses .tutor-course-details-tab{
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--tutor-border-color);
}
.single-courses .tutor-course-details-tab .tutor-tab{
  padding-top: 0;
}
.single-courses .tutor-course-details-tab .tutor-tab .tutor-tab-item{
  padding: 20px;
}
.single-courses .tutor-course-details-tab .tutor-accordion-item-header{
  font-size: 17px!important; 
}


/* ======================================== */
/* ====== FORM ========================== */
/* ======================================== */

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;
} 
.text-instagram mark{
background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5) !important;
    background-clip: border-box;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}

.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%, #1c1c1c 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));
  }
}


 