.elementor-kit-61{--e-global-color-primary:#4B0082;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFD700;--e-global-color-e0ce6c5:#1E90FF;--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;}.elementor-kit-61 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Variables globales /
:root {
    --primary-color: 
#5D5CDE;
    --primary-dark: 
#4A49B8;
    --accent-color: 
#FFBD3E;
    --accent-dark: 
#E9A325;
    --text-light: 
#333333;
    --text-dark: 
#F5F5F5;
    --bg-light: 
#FFFFFF;
    --bg-dark: 
#181818;
    --gold: 
#D4AF37;
}
/ Mode sombre /
body.dark {
    background: var(--bg-dark);
    color: var(--text-dark);
}
/ Smooth scroll /
html {
    scroll-behavior: smooth;
}
/ Animations globales /
.animate-fadeInUp {
    animation: fadeInUp 0.5s ease-out forwards;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/ WhatsApp flottant /
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 64px;
    height: 64px;
    background: 
#25D366;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 99;
    transition: all 0.3s;
}
.whatsapp-float:hover {
    background: 
#1EBE56;
    transform: scale(1.1);
}
/ Responsive général */
@media (max-width: 767px) {
    .elementor-section {
        padding: 40px 15px !important;
    }

    .elementor-heading-title {
        font-size: calc(1em * 0.75) !important;
    }
}/* End custom CSS */