.elementor-kit-5{--e-global-color-primary:#1D4ED8;--e-global-color-secondary:#1E3A8A;--e-global-color-text:#1E293B;--e-global-color-accent:#F97316;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:18px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;background-color:#FAFAFA;color:#1E293B;font-family:"Inter", Sans-serif;font-size:18px;font-weight:400;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{background-color:#F97316;font-family:"Inter", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:#474A52;}.elementor-kit-5 h1{color:#1D4ED8;font-family:"Inter", Sans-serif;font-size:40px;font-weight:700;}.elementor-kit-5 h2{font-family:"Inter", Sans-serif;font-size:30px;font-weight:700;}.elementor-kit-5 h3{font-family:"Inter", Sans-serif;font-size:23px;font-weight:600;}.elementor-kit-5 h4{font-family:"Inter", Sans-serif;font-size:20px;font-weight:600;}.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 *//* ===== FOOTER WATTANCE ===== */
.site-footer-wattance {
    background: #1e3a8a;
    color: #cbd5e1;
    padding: 60px 0 0;
    font-size: 15px;
    line-height: 1.8;
}

/* Titres de colonnes */
.site-footer-wattance .footer-col-title {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Liens */
.site-footer-wattance a {
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-block;
    padding: 3px 0;
}
.site-footer-wattance a:hover {
    color: #f97316;
}

/* Phrase de marque */
.site-footer-wattance .footer-tagline {
    color: #94a3b8;
    font-size: 14px;
    max-width: 280px;
}

/* Barre du bas */
.footer-bottom-bar {
    border-top: 1px solid rgba(255,255,255,0.12);
    margin-top: 40px;
    padding: 20px 0;
    font-size: 13px;
    color: #94a3b8;
    text-align: center;
}
.footer-bottom-bar strong {
    color: #cbd5e1;
}

/* Mobile : colonnes empilées, centrées */
@media (max-width: 767px) {
    .site-footer-wattance {
        text-align: center;
        padding-top: 40px;
    }
    .site-footer-wattance .footer-tagline {
        max-width: 100%;
    }
}/* End custom CSS */