.elementor-kit-6{--e-global-color-primary:#0B1F3A;--e-global-color-secondary:#2563EB;--e-global-color-text:#0F172A;--e-global-color-accent:#3B82F6;--e-global-color-5e656c1:#E5E7EB;--e-global-color-ca6b2f2:#BFA55A;--e-global-typography-primary-font-family:"Raleway";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.1em;--e-global-typography-primary-letter-spacing:0.35em;--e-global-typography-secondary-font-family:"Raleway";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:1.2em;--e-global-typography-secondary-letter-spacing:0.25em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Raleway";--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-letter-spacing:0.05em;}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:46px;--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-size:17px;}.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-primary-font-size:28px;--e-global-typography-secondary-font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== HEADER PREMIUM CITADELLE CONSEILS ===== */
#topbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* Alignement logo & titre */
#topbar .topbar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
    gap: 60px;
    position: relative;
}

/* Logo à gauche */
.brand {
    position: absolute;
    left: 40px;
}

.brand-logo {
    height: 115px;
    width: auto;
}

/* Titre centré */
.brand-title {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    letter-spacing: 0.45em;
    text-transform: uppercase;
    color: #0B1F3A;
    white-space: nowrap;
}

/* Bandeau localisation */
.local-strip-header, .local-strip {
    background: #2563EB;
    width: 100vw;
    margin-left: calc(50% - 50vw); /* bord à bord */
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 10px 0;
    font-size: 17px;
    letter-spacing: .04em;
    border-bottom: 1px solid rgba(255,255,255,.12);
}

/* Pointer CURSOR */
.local-strip-header:hover {
    cursor: pointer;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 768px) {
    #topbar .topbar-inner {
        gap: 14px;
        padding: 20px 0;
        flex-direction: column;
    }
    .brand {
        position: relative;
        left: 0;
    }
    .brand-logo {
        height: 85px;
    }
    .brand-title {
        font-size: 1.1rem;
        letter-spacing: 0.32em;
    }
    .local-strip-header {
        font-size: 15px;
        padding: 8px 0;
    }
}/* End custom CSS */