.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-ad8f375:#0E003C;--e-global-color-32d4b7b:#E9F0FF;--e-global-color-01a1955:#FFD7B9;--e-global-color-18e57ac:#9FD9F1;--e-global-color-41c69df:#91B7FD;--e-global-color-1ad2bbc:#000040;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-879f4e9-font-family:"Quicksand";--e-global-typography-879f4e9-font-size:40px;--e-global-typography-879f4e9-font-weight:700;--e-global-typography-41550b4-font-family:"Quicksand";--e-global-typography-41550b4-font-size:80px;--e-global-typography-41550b4-font-weight:800;--e-global-typography-20574df-font-family:"Quicksand";--e-global-typography-20574df-font-size:40px;--e-global-typography-20574df-font-weight:900;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-41c69df ) 32%, #9FD0F5 61%);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-ad8f375 );}.elementor-kit-6 a:hover{color:#7EA7FF;}.elementor-kit-6 h1{color:#02010100;}.elementor-kit-6 h3{font-size:79px;line-height:100px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-41550b4-font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-879f4e9-font-size:40px;--e-global-typography-879f4e9-line-height:1em;--e-global-typography-41550b4-font-size:50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.draggable-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: grab;
    z-index: 10;
}

.content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    background: white; /* Ajuste selon ton design */
    transition: opacity 0.5s ease;
    opacity: 0;
}

.revealed {
    opacity: 1;
}/* End custom CSS */