.elementor-1439 .elementor-element.elementor-element-1553f059{--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:flex-start;--align-items:center;--padding-top:1%;--padding-bottom:1%;--padding-left:2%;--padding-right:2%;}.elementor-1439 .elementor-element.elementor-element-1553f059.e-con{--align-self:center;}.elementor-1439 .elementor-element.elementor-element-158b919a{--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-1439 .elementor-element.elementor-element-158b919a.e-con{--align-self:center;}.elementor-1439 .elementor-element.elementor-element-26137fce.elementor-element{--align-self:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-1439 .elementor-element.elementor-element-158b919a{--justify-content:flex-start;}.elementor-1439 .elementor-element.elementor-element-29f37c6c{padding:3% 0% 0% 0%;}}@media(min-width:768px){.elementor-1439 .elementor-element.elementor-element-158b919a{--width:53%;}}/* Start custom CSS for html, class: .elementor-element-26137fce */.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-secondary);
    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.active .bar span {
  background: var(--e-global-color-primary);
}

.burger p {
    color: var(--e-global-color-secondary);
    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%);
}

.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;
    color: var(--e-global-color-primary) !important;
}

.text-bottom-right a {
    color: var(--e-global-color-primary) !important;
}

.text-bottom-right p:nth-of-type(2) {
    font-weight: 300 !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);
}

.overlay.active~.content {
    transform: translateX(70vw);
}

.elementor {
    transition: transform 0.6s cubic-bezier(.68, -0.55, .27, 1.55);
}

.overlay.active~.elementor {
    transform: translateX(70vw);
}

.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;
    }

    .logo-films-hide {
        z-index: -1 !important;
        opacity: 0 !important;
        pointer-events: none !important;
        visibility: hidden !important;
    }

    .burger {
        z-index: 2001 !important;
    }

    .burger p {
        font-size: 16px
    }

    .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;
    }
    
    .overlay.active .logo-films {
        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-29f37c6c */.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 */