.elementor-9 .elementor-element.elementor-element-44cd41e5{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:1%;--padding-bottom:1%;--padding-left:2%;--padding-right:2%;}.elementor-9 .elementor-element.elementor-element-44cd41e5.e-con{--align-self:center;}.elementor-9 .elementor-element.elementor-element-f976cf4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--align-items:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9 .elementor-element.elementor-element-f976cf4.e-con{--align-self:center;}.elementor-9 .elementor-element.elementor-element-a613b8a.elementor-element{--align-self:center;}.elementor-9 .elementor-element.elementor-element-0f7f2bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-200px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-f976cf4{--justify-content:flex-start;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-9 .elementor-element.elementor-element-78f0b324{padding:3% 0% 0% 0%;}}@media(min-width:768px){.elementor-9 .elementor-element.elementor-element-f976cf4{--width:53%;}}/* Start custom CSS for html, class: .elementor-element-a613b8a */.burger {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  z-index: 1002;
  position: relative;
}

.burger .bar {
  position: relative;
  width: 60px;
  height: 15px;
}

.burger .bar span {
  position: absolute;
  right: 0;
  height: 4px;
  width: 60px;
  background: var(--e-global-color-primary);
  display: block;
  transition: transform 0.3s cubic-bezier(.68, -0.55, .27, 1.55), width 0.3s cubic-bezier(.68, -0.55, .27, 1.55);
}

.burger .bar span:first-child {
  top: 0;
  transform: translateY(0);
}

.burger .bar span:last-child {
  bottom: 0;
  width: 60px;
  transform: translateY(0);
}

.burger:not(.active) .bar span {
  width: 60px;
}

.burger:not(.active) .bar span:last-child {
  width: 50px;
}

.burger.active .bar span:first-child {
  top: 50%;
  width: 60px;
  transform: translateY(-50%) rotate(45deg);
}

.burger.active .bar span:last-child {
  top: 50%;
  width: 60px;
  transform: translateY(-50%) rotate(-45deg);
}

.burger.active:hover .bar span:first-child,
.burger.active:hover .bar span:last-child {
  transform: translateY(-50%) rotate(45deg);
}

.burger.active:hover .bar span:last-child {
  transform: translateY(-50%) rotate(-45deg);
  width: 60px;
}

.burger:hover .bar span:first-child {
  transform: translateY(11px);
}

.burger:hover .bar span:last-child {
  transform: translateY(-11px);
}

.burger p {
  color: var(--e-global-color-primary);
  margin: 0;
  text-transform: uppercase;
  font-family: 'Onest', Sans-Serif;
  font-weight: 400;
  transition: color 1.2s ease;
}

.overlay {
  position: fixed;
  inset: 0;
  transform: translateX(-100%);
  visibility: hidden;
  transition: all 1.2s ease;
  z-index: 1000;
  background: var(--e-global-color-secondary);
}

.overlay.active {
  transform: translateX(0);
  visibility: visible;
}

.overlay-left {
  position: relative;
  width: 70%;
  height: 100vh;
  background: var(--e-global-color-secondary);
  float: left;
}

.overlay-right {
  width: 30%;
  height: 100vh;
  float: left;
  position: relative;
  background: linear-gradient(85deg, var(--e-global-color-text) 0%, var(--e-global-color-accent) 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 16% 100%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.text-bottom-right {
  position: absolute;
  left: 50%;
  bottom: 20%;
  transform: translateX(-50%);
  text-align: center;
  width: 90%;
  color: var(--e-global-color-primary);
  font-size: 1.1em;
  font-family: 'Onest', Sans-Serif;
}

.text-bottom-right p {
  font-size: 1.2em;
  font-family: 'Onest', Sans-Serif;
  color: var(--e-global-color-primary) !important;
  margin: 0;
  padding: 0
}

.text-bottom-right p:nth-of-type(1) {
  font-weight: 600 !important;
  margin-bottom: 10px;
}

.text-bottom-right p:nth-of-type(2) {
  font-weight: 300 !important;
}

.text-bottom-right a {
    color: var(--e-global-color-primary) !important;
}

.text-bottom-right .sep {
  width: 0;
  height: 4px;
  margin: 0 auto 11% auto;
  background: var(--e-global-color-primary);
  opacity: 0.5;
  transition: width 0.7s cubic-bezier(.68, -0.55, .27, 1.55), background 0.7s;
}

.text-bottom-right .sep.animate-sep {
  width: 50px;
  opacity: 1;
}

.nav-bottom {
  position: absolute;
  left: 16%;
  bottom: 16%;
  text-align: left;
}

.nav-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-bottom li {
  margin: 10px 0;
}

.nav-bottom a {
  color: var(--e-global-color-primary);
  text-decoration: none;
  font-size: clamp(1.2em, 6vw, 2.8em);
  font-family: "the-seasons",sans-serif;
  font-weight: 600;
  transition: color .5s ease;
}

.nav-bottom a:hover, .nav-bottom a.active {
    color: var(--e-global-color-accent) !important;
}

.text-bottom-right .res {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 11%;
}

.text-bottom-right .res .picto {
  display: block;
  height: 50px;
  width: auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
  transition: transform .3s ease;
}

.text-bottom-right .res .picto:hover {
  transform: scale(1.2)
}

.content {
  transition: transform 0.6s cubic-bezier(.68, -0.55, .27, 1.55);
}

.logo-films {
  width: 150px;
  z-index: 1002;
  position: relative;
  transition: opacity 0.4s;
}

@media screen and (max-width: 1024px) {
  .overlay {
    display: flex;
    flex-direction: column;
    width: 95vw;
    z-index: 2000 !important;
  }

  .burger .bar span {
    height: 3px;
    width: 40px;
  }

  .burger:not(.active) .bar span {
    width: 40px;
  }

  .burger:not(.active) .bar span:last-child {
    width: 30px;
  }

  .overlay-left {
    width: 100%;
    height: 60vh;
    float: none;
    border-radius: 0;
  }

  .overlay-right {
    width: 100%;
    height: 42vh;
    float: none;
    clip-path: polygon(0 19%, 100% 0%, 100% 100%, 0% 100%);
  }

  .nav-bottom {
    left: 8%;
    bottom: 8%;
    font-size: 1.2em;
  }

  .text-bottom-right {
    bottom: 13%;
    font-size: 1em;
  }

  .text-bottom-right .sep.animate-sep {
    width: 25px;
  }

  .text-bottom-right p:nth-of-type(1) {
    font-weight: 600 !important;
    color: var(--e-global-color-primary) !important;
  }

  .text-bottom-right .res {
    gap: 12px;
    margin-top: 6%;
  }

  .text-bottom-right .sep {
    width: 0;
    height: 4px;
    margin: 1% auto 9% auto;
  }

  .burger {
    z-index: 2001 !important;
  }

  .burger p {
    font-size: 15px
  }

  .burger.active .bar span:first-child {
    top: 50%;
    width: 40px;
    height: 3px;
    transform: translateY(-50%) rotate(45deg);
  }

  .burger.active .bar span:last-child {
    top: 50%;
    width: 40px;
    height: 3px;
    transform: translateY(-50%) rotate(-45deg);
  }

  .burger.active:hover .bar span:last-child {
    width: 40px;
  }

  .logo-films-hide {
    z-index: -1 !important;
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
    transition: opacity 0.4s;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-78f0b324 */.logo-films {
    width: 120px;
    z-index: 1002;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .logo-films {
    width: 70px;
    margin-left: 40px;
}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-4ee9aa0 */.slider_vertical {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

/* Wrapper plein écran sans scrollbar - slides superposées */
.slider-vertical-wrapper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

/* Slides superposées et effet fondu */
.slide-vertical-item {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    transition: opacity 360ms ease;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
    background: #000;
}

.slide-vertical-item.active {
    opacity: 1;
    pointer-events: auto;
    z-index: 5;
}

.slide-vertical-video {
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.slide-vertical-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
    background: #000;
}

.cta-vertical-button {
    color: #fff;
    text-decoration: none;
    padding-left: 70px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.cta-vertical-button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scaleX(1);
    transform-origin: right;
    height: 3px;
    width: 50px;
    background: #fff;
    transition: transform 0.3s ease, top 0.2s ease;
}

.cta-vertical-button:hover {
    transform: translateX(5px);
}

.cta-vertical-button:hover:before {
    transform: translateY(-60%) scaleX(2);
}

/* Navigation desktop */
.desktop-navigation {
    display: block;
}

.slider-vertical-navigation {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 100px;
    overflow: visible;
}

.slider-vertical-prev,
.slider-vertical-next {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-vertical-prev::before,
.slider-vertical-next::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    width: 0;
    height: 0;
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: all 0.3s ease;
    pointer-events: none;
    transform-origin: center;
}

.slider-vertical-prev img {
    transform: rotate(180deg) !important;
}

/* Navigation mobile - cachée par défaut */
.mobile-navigation {
    display: none;
}

/* Overlay fixe */
.fixed-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 30;
    pointer-events: none;
    text-align: center;
    color: #fff;
}

.fixed-overlay .overlay-inner {
    pointer-events: auto;
}

h2.overlay-title {
    letter-spacing: 5px;
    font-size: clamp(32px, 5vw, 94px);
}

/* Per-slide CTA positioning and visibility */
.slide-vertical-cta-overlay {
    position: absolute;
    left: 50%;
    bottom: 11%;
    z-index: 40;
    pointer-events: auto;
    opacity: 0;
    transition: opacity 320ms ease, transform 320ms ease;
    transform: translateX(-50%);
}

.slide-vertical-item.active .slide-vertical-cta-overlay {
    opacity: 1;
}

.slide-vertical-cta-overlay .cta-vertical-button {
    color: var(--e-global-color-primary);
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Onest', sans-serif;
    letter-spacing: 2px;
}

/* Animation d'apparition pour le titre fixe */
.overlay-title {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.overlay-title .letter {
    display: inline-block;
    opacity: 0;
    transform: translateX(-8px);
}

.overlay-title .letter.space {
    width: 0.5ch;
    display: inline-block;
}

@keyframes letterIn {
    0% {
        opacity: 0;
        transform: translateX(-8px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.overlay-title .letter {
    animation-name: letterIn;
    animation-duration: 700ms;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.2, 0.8, 0.2, 1);
   font-family: "the-seasons",sans-serif
}

/* Styles pour les dots (définis ici pour éviter la duplication) */
.slider-vertical-dots {
    position: absolute;
    bottom: 14%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
    gap: 30px;
    z-index: 10;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    position: relative;
}

.slider-dot.active {
    background-color: #ffffff;
    transform: scale(1.2);
}

.slider-dot.active::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;  /* Plus grand */
    height: 25px; /* Plus grand */
    background: transparent;
    border: 1px solid var(--e-global-color-primary); /* Bordure plus épaisse */
    border-radius: 50%;
    z-index: 1;   /* Devant le dot */
}
.slider-dot:hover {
    background-color: rgba(255, 255, 255, 1);
}

/* Media queries pour mobile uniquement (smartphones) */
@media screen and (max-width: 768px) {
    
    .slider_vertical {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        transform: none !important; /* empêche le slider de suivre le transform du parent */
    }
    
    .desktop-navigation {
        display: none;
    }
    
    .mobile-navigation {
        display: block;
    }
    
    .slide-vertical-cta-overlay {
        display: none;
    }
    
    h2.overlay-title {
        letter-spacing: 5px;
        font-size: 40px;
    }

}/* End custom CSS */
/* Start custom CSS */.page-id-9 #site-footer {
   display: none;
}/* End custom CSS */