/* ========================================
   VARIABLES & FONDATIONS
======================================== */

:root {
    /* Palette de couleurs */
    --color-primary: #E82951;
    --color-secondary: #62B7B9;
    --color-success: #97C20C;
    --color-warning: #FCC41C;
    --color-info: #EF6B1E;
    
    /* Couleurs neutres */
    --color-dark: #23432e;
    --color-text: #333333;
    --color-text-light: #538d67;
	--color-text-dark:#1b3223;
    --color-border: #e0e0e0;
    --color-bg-light: #f8f9fa;
    --color-white: #ffffff;
    
    /* Espacements */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    
    /* Typographie */
    --font-main: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    --font-heading: "Helvetica Neue", Helvetica, Arial, sans-serif;
    
    /* Ombres */
    --shadow-sm: ;
    --shadow-md: ;
    --shadow-lg: ;
    
    /* Transitions */
    --transition-fast: 0.2s ease;
    --transition-normal: 0.3s ease;
    --ease: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--blue: #007bff;--wp--preset--color--indigo: #6610f2;--wp--preset--color--purple: #5533ff;--wp--preset--color--pink: #e83e8c;--wp--preset--color--red: #dc3545;--wp--preset--color--orange: #fd7e14;--wp--preset--color--yellow: #ffc107;--wp--preset--color--green: #28a745;--wp--preset--color--teal: #20c997;--wp--preset--color--cyan: #17a2b8;--wp--preset--color--gray: #6c757d;--wp--preset--color--gray-dark: #343a40;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
/* ========================================
   STYLES GÉNÉRAUX
======================================== */
html {
    overflow-x: hidden;
}
body {
    font-family: var(--font-main);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-text);
    background-color: var(--color-white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding:0;
	margin:0;
}

img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
#end-header {
    height: 0;
    visibility: hidden;
}

/* ========================================
   WRAPPER & CONTENT
======================================== */

#full-width-page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    min-height: calc(100vh - 200px);
}

#full-width-page-wrapper #content {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.content-area#primary {
    padding: 0;
}

.site-main#main {
    background-color: var(--color-white);
}
#page-wrapper,
#single-wrapper,
.wrapper {
    position: relative;
    background-color: var(--color-white); /* ou simplement #ffffff */
    z-index: 2;
    min-height: 60vh;
}
/* ========================================
   ARTICLE & ENTRY
======================================== */

article.page,
article.post {
    background-color: var(--color-white);
    padding: 2rem;
    border-radius: 0.5rem;
}

/* Entry header */
article .entry-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 3px solid var(--color-bg-light);
}

article .entry-header .entry-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: 0;
    border-left: 5px solid var(--color-secondary);
    padding-left: 1.5rem;
}

/* Entry content */
article .entry-content {
    line-height: 1.8;
    color: var(--color-text);
    margin-bottom: 2rem;
}

article .entry-content > * {
    margin-bottom: var(--spacing-md);
}

article .entry-content > *:last-child {
    margin-bottom: 0;
}

/* Titres dans entry-content */
article .entry-content h2.wp-block-heading,
article .entry-content h2 {
    font-size: 2rem;
    color: var(--color-info);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

article .entry-content h3.wp-block-heading,
article .entry-content h3 {
    font-size: 1.75rem;
    color: var(--color-success);
    margin-top: 2rem;
    margin-bottom: 1.25rem;
}

/* Paragraphes */
article .entry-content p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

/* Liens dans le contenu */
article .entry-content a {
    color: var(--color-secondary);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all var(--transition-fast);
}

article .entry-content a:hover {
    color: var(--color-info);
    border-bottom-color: var(--color-info);
}

article .entry-content strong {
    font-weight: 700;
    color: var(--color-dark);
}

article .entry-content em {
    font-style: italic;
    color: var(--color-text-light);
}

/* Listes */
article .entry-content ul,
article .entry-content ol {
    margin-bottom: var(--spacing-md);
    padding-left: var(--spacing-lg);
}

article .entry-content ul li,
article .entry-content ol li {
    margin-bottom: var(--spacing-sm);
    line-height: 1.7;
}

article .entry-content ul li::marker {
    color: var(--color-secondary);
}

article .entry-content ol li::marker {
    color: var(--color-primary);
    font-weight: 600;
}

/* Images */
article .entry-content img {
    border-radius: 0.5rem;
    box-shadow: var(--shadow-sm);
    margin: var(--spacing-lg) 0;
}

/* Blockquotes */
article .entry-content blockquote {
    border-left: 4px solid var(--color-secondary);
    padding: var(--spacing-md) var(--spacing-lg);
    margin: var(--spacing-lg) 0;
    background-color: var(--color-bg-light);
    border-radius: 0 0.5rem 0.5rem 0;
    font-style: italic;
    color: var(--color-text-light);
}

/* Tables */
article .entry-content table {
    width: 100%;
    margin: var(--spacing-lg) 0;
    border-collapse: collapse;
    box-shadow: var(--shadow-sm);
    border-radius: 0.5rem;
    overflow: hidden;
}

article .entry-content table thead {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

article .entry-content table th {
    padding: var(--spacing-md);
    text-align: left;
    font-weight: 600;
}

article .entry-content table td {
    padding: var(--spacing-md);
    border-bottom: 1px solid var(--color-border);
	}
/* ============================================================
   NAVBAR — navbar.css
   ============================================================ */

/* ════════════════════════════════════════════
   1. WRAPPER & NAV
════════════════════════════════════════════ */
#wrapper-navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: transform 0.35s ease;
}

#main-nav {
    background: #1e2b3a !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    padding: 0;
}

/* ════════════════════════════════════════════
   2. CONTAINER
════════════════════════════════════════════ */
#main-nav .container,
#main-nav .container-fluid {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    height: 72px;
    padding: 0 2rem !important;
    max-width: 1140px;
    margin: 0 auto;
    width: 100%;
}

/* ════════════════════════════════════════════
   3. LOGO — toujours à gauche
════════════════════════════════════════════ */
#main-nav .navbar-brand,
#main-nav .navbar-brand.custom-logo-link {
    display: flex !important;
    align-items: center;
    order: 0;
    flex-shrink: 0;
    padding: 0;
    margin: 0 !important;
    position: static !important;
    left: auto !important;
    transform: none !important;
}

#main-nav .navbar-brand img {
    height: 44px;
    max-height: 44px;
    width: auto;
    display: block;
}

/* ════════════════════════════════════════════
   4. COLLAPSE — desktop : affiché à droite
════════════════════════════════════════════ */
#main-nav .navbar-collapse,
#navbarNavDropdown {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 1 1 auto !important;
    order: 1;
    gap: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}

/* ════════════════════════════════════════════
   5. MENU LIENS — desktop
════════════════════════════════════════════ */
#main-nav .navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0;
    flex-wrap: nowrap;
}

#main-nav .navbar-nav li { list-style: none !important; }
#main-nav .navbar-nav li::before,
#main-nav .navbar-nav li::marker { display: none !important; content: none !important; }

#main-nav .navbar-nav .nav-link,
#main-nav .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55) !important;
    text-decoration: none !important;
    padding: 0 1rem;
    height: 72px;
    display: flex;
    align-items: center;
    position: relative;
    transition: color 0.2s ease;
    white-space: nowrap;
    background: none;
    border: none;
}

#main-nav .navbar-nav .nav-link::after,
#main-nav .navbar-nav > li > a::after {
    content: '';
    position: absolute;
    bottom: 0; left: 1rem; right: 1rem;
    height: 2px;
    background: var(--color-primary);
    transform: scaleX(0);
    transition: transform 0.25s ease;
    transform-origin: left;
}

#main-nav .navbar-nav .nav-link:hover,
#main-nav .navbar-nav > li > a:hover,
#main-nav .navbar-nav .current-menu-item > a,
#main-nav .navbar-nav .current_page_item > a {
    color: #fff !important;
}
#main-nav .navbar-nav .nav-link:hover::after,
#main-nav .navbar-nav > li > a:hover::after,
#main-nav .navbar-nav .current-menu-item > a::after,
#main-nav .navbar-nav .current_page_item > a::after {
    transform: scaleX(1);
}

/* ════════════════════════════════════════════
   6. DROPDOWN desktop
════════════════════════════════════════════ */
#main-nav .dropdown-menu {
    background: #1e2b3a;
    border: none;
    border-top: 2px solid var(--color-primary);
    border-radius: 0;
    box-shadow: 0 12px 32px rgba(0,0,0,0.3);
    padding: 0.5rem 0;
    min-width: 200px;
}
#main-nav .dropdown-item {
    font-family: 'Raleway', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    padding: 0.75rem 1.5rem;
    transition: all 0.2s ease;
    background: transparent;
}
#main-nav .dropdown-item:hover {
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding-left: 2rem;
}

/* ════════════════════════════════════════════
   7. BOUTONS CTA
════════════════════════════════════════════ */
.nav-cta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1.5rem;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(255,255,255,0.1);
    flex-shrink: 0;
}

.nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.5rem 1rem;
    font-family: 'Raleway', sans-serif;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 2px solid;
    transition: all 0.25s ease;
    white-space: nowrap;
    line-height: 1;
}
.nav-btn--green {
    color: var(--color-success) !important;
    border-color: var(--color-success);
    background: transparent;
}
.nav-btn--green:hover { background: var(--color-success); color: #fff !important; }
.nav-btn--red {
    background: var(--color-primary);
    color: #fff !important;
    border-color: var(--color-primary);
}
.nav-btn--red:hover { background: transparent; color: var(--color-primary) !important; }

/* ════════════════════════════════════════════
   8. TOGGLER — caché sur desktop
════════════════════════════════════════════ */
#main-nav .navbar-toggler,#main-nav-label {
    display: none;
}

/* ════════════════════════════════════════════
   9. RESPONSIVE — mobile (≤ 991px)
════════════════════════════════════════════ */
@media (max-width: 991px) {

    /* Container : wrap pour que le collapse passe à la ligne */
    #main-nav .container,
    #main-nav .container-fluid {
        height: auto !important;
        min-height: 64px;
        padding: 0 1.25rem !important;
        flex-wrap: wrap !important;
    }

    /* Logo à gauche */
    #main-nav .navbar-brand,
    #main-nav .navbar-brand.custom-logo-link {
        order: 0;
        flex: 0 0 auto;
        height: 64px;
    }
    #main-nav .navbar-brand img {
        height: 38px;
        max-height: 38px;
    }

    /* Toggler visible à droite */
    #main-nav .navbar-toggler {
        display: flex !important;
        order: 1;
        margin-left: auto;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 42px;
        height: 42px;
        padding: 0;
        background: transparent !important;
        border: 1.5px solid rgba(255,255,255,0.3) !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        transition: border-color 0.2s ease;
    }
    #main-nav .navbar-toggler:hover { border-color: rgba(255,255,255,0.6) !important; }
    #main-nav .navbar-toggler:focus { box-shadow: none !important; }
    #main-nav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255,255,255,0.9)' stroke-linecap='round' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 20px;
        height: 20px;
    }

    /* Collapse : géré par le JS (inline style) */
    #main-nav .navbar-collapse,
    #navbarNavDropdown {
        order: 2;
        flex: 0 0 100% !important;
        width: 100% !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        background: #1e2b3a !important;
        border-top: 1px solid rgba(255,255,255,0.08) !important;
        padding: 0.5rem 0 1rem !important;
        position: static !important;
        transform: none !important;
        max-height: none !important;
        /* Pas de display ici — le JS gère via style.display */
    }

    /* Menu vertical */
    #main-nav .navbar-nav {
        flex-direction: column !important;
        justify-content: flex-start !important;
        width: 100% !important;
        gap: 0 !important;
        margin: 0 !important;
    }

    #main-nav .navbar-nav > li {
        width: 100%;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    #main-nav .navbar-nav .nav-link,
    #main-nav .navbar-nav > li > a {
        height: auto !important;
        padding: 0.9rem 1.5rem !important;
        font-size: 0.72rem;
        color: rgba(255,255,255,0.7) !important;
        width: 100%;
    }
    #main-nav .navbar-nav .nav-link::after,
    #main-nav .navbar-nav > li > a::after { display: none !important; }
    #main-nav .navbar-nav .nav-link:hover,
    #main-nav .navbar-nav > li > a:hover { color: #fff !important; }
    #main-nav .navbar-nav .current-menu-item > a {
        color: #fff !important;
        border-left: 2px solid var(--color-primary);
        padding-left: calc(1.5rem - 2px) !important;
    }

    /* Dropdown mobile */
    #main-nav .dropdown-menu {
        position: static !important;
        transform: none !important;
        border: none !important;
        box-shadow: none !important;
        background: rgba(255,255,255,0.04) !important;
        border-left: 2px solid rgba(255,255,255,0.15) !important;
        margin: 0 1.5rem 0.5rem !important;
        padding: 0.25rem 0 !important;
        min-width: 0;
        width: calc(100% - 3rem);
    }
    #main-nav .dropdown-item { padding: 0.65rem 1rem; font-size: 0.7rem; }
    #main-nav .dropdown-item:hover { padding-left: 1.5rem; }

    /* CTA en colonne */
    .nav-cta {
        flex-direction: column;
        width: calc(100% - 3rem);
        margin: 1rem 1.5rem 0 !important;
        padding: 1rem 0 0 !important;
        border-left: none !important;
        border-top: 1px solid rgba(255,255,255,0.08);
        gap: 0.6rem;
    }
    .nav-btn {
        width: 100%;
        justify-content: center;
        padding: 0.8rem 1rem;
        font-size: 0.7rem;
    }
}

@media (max-width: 480px) {
    #main-nav .navbar-brand img { height: 32px; max-height: 32px; }
}
/* ========================================
   BOUTONS CTA - Design moderne et élégant
======================================== */

.btn,
.btn-action,
a.btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 0;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    text-decoration: none;
    box-shadow: none;
}

/* Bouton Principal (Rouge) */
.btn-primary {
    background-color: var(--color-primary);
    color: var(--color-white);
}

.btn-primary:hover {
    background-color: #d11e42;
    color: var(--color-white);
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c01838;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-primary:hover::before {
    width: 100%;
}

/* Bouton Secondaire (Turquoise) */
.btn-secondary {
    background-color: var(--color-secondary);
    color: var(--color-white);
}

.btn-secondary:hover {
    background-color: #4fa0a2;
    color: var(--color-white);
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #3e8889;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-secondary:hover::before {
    width: 100%;
}

/* Bouton Success (Vert) */
.btn-success {
    background-color: var(--color-success);
    color: var(--color-white);
}

.btn-success:hover {
    background-color: #7fa50a;
    color: var(--color-white);
}

.btn-success::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #6a8a08;
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-success:hover::before {
    width: 100%;
}

/* Bouton Outline Primary (Rouge) */
.btn-outline-primary {
    background-color: transparent;
    border: 2px solid var(--color-primary);
    color: var(--color-primary);
}

.btn-outline-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-primary);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-outline-primary:hover {
    color: var(--color-white);
}

.btn-outline-primary:hover::before {
    width: 100%;
}

/* Bouton Outline Secondary (Turquoise) */
.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid var(--color-secondary);
    color: var(--color-secondary);
}

.btn-outline-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-secondary);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-outline-secondary:hover {
    color: var(--color-white);
}

.btn-outline-secondary:hover::before {
    width: 100%;
}

/* Bouton Outline Dark (Gris/Noir) */
.btn-outline-dark,
.btn-outline {
    background-color: transparent;
    border: 2px solid var(--color-dark);
    color: var(--color-dark);
}

.btn-outline-dark::before,
.btn-outline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-dark);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-outline-dark:hover,
.btn-outline:hover {
    color: var(--color-white);
}

.btn-outline-dark:hover::before,
.btn-outline:hover::before {
    width: 100%;
}

/* Bouton Outline Light (Blanc) */
.btn-outline-light {
    background-color: transparent;
    border: 2px solid var(--color-white);
    color: var(--color-white);
}

.btn-outline-light::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: var(--color-white);
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 0;
}

.btn-outline-light:hover {
    color: var(--color-dark);
}

.btn-outline-light:hover::before {
    width: 100%;
}

/* Texte du bouton */
.btn-text {
    position: relative;
    z-index: 1;
    display: block;
}

/* Flèche horizontale */
.btn-arrow-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    overflow: hidden;
    z-index: 1;
}

.btn-arrows {
    display: flex;
    flex-direction: row;
    position: absolute;
    left: -24px;
    transition: left 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn:hover .btn-arrows {
    left: 0;
}

.btn-arrow {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.btn-arrow svg {
    width: 100%;
    height: 100%;
}

.btn-arrow:first-child {
    opacity: 0;
}

.btn:hover .btn-arrow:last-child {
    opacity: 1;
}

/* Tailles */
.btn-lg {
    padding: 1.25rem 2.5rem;
    font-size: 1.1rem;
}

.btn-sm {
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
}

/* ========================================
   BOUTONS SUBMIT GÉNÉRAUX
======================================== */
input[type="submit"],
button[type="submit"],
.submit-button {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background-color: var(--color-primary);
    color: var(--color-white);
    border: none;
    border-radius: 0;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow: hidden;
    box-shadow: none;
    isolation: isolate; /* ← CLEF : Crée un nouveau contexte d'empilement */
}

input[type="submit"]::before,
button[type="submit"]::before,
.submit-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #c01838; /* Rouge foncé */
    transition: width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1; /* En arrière-plan MAIS dans le contexte isolé */
}

input[type="submit"]:hover::before,
button[type="submit"]:hover::before,
.submit-button:hover::before {
    width: 100%;
}

input[type="submit"]:hover,
button[type="submit"]:hover,
.submit-button:hover {
    color: var(--color-white); /* Le texte reste blanc */
}

/* Forcer le texte au-dessus */
input[type="submit"],
button[type="submit"],
.submit-button {
    position: relative;
}

input[type="submit"] *,
button[type="submit"] *,
.submit-button * {
    position: relative;
    z-index: 1;
}
/* ========================================
   LIENS AVEC FLÈCHE
======================================== */

a.link-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-secondary);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

a.link-arrow::after {
    content: '→';
    display: inline-block;
    font-size: 1.2em;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a.link-arrow:hover {
    color: var(--color-info);
    gap: 1rem;
}

a.link-arrow:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* Liens dans le contenu */
article .entry-content a.with-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--color-secondary);
    font-weight: 500;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

article .entry-content a.with-arrow::after {
    content: '→';
    display: inline-block;
    font-size: 1em;
    opacity: 0;
    transform: translateX(-5px);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

article .entry-content a.with-arrow:hover {
    color: var(--color-info);
    border-bottom-color: var(--color-info);
}

article .entry-content a.with-arrow:hover::after {
    opacity: 1;
    transform: translateX(0);
}

/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 767px) {
    /* Boutons généraux */
    .btn {
        padding: 0.875rem 1.75rem;
        font-size: 0.95rem;
    }
    
    .btn-lg {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    /* Submit généraux */
    input[type="submit"],
    button[type="submit"] {
        width: 100%;
        padding: 1rem 2rem;
        font-size: 1rem;
    }
    
    /* Formulaire footer */
    .footer-form .cf-ol,
    .footer-form ol {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    
    .footer-form .cf-ol > li:nth-child(1),
    .footer-form .cf-ol > li:nth-child(2),
    .footer-form .cf-ol > li:nth-child(3),
    .footer-form .cf-ol > li:nth-child(4) {
        grid-column: span 1;
    }
    
    .footer-form form,
    .footer-form .cform {
        padding: 1.5rem;
    }
    
    .footer-form .sendbutton,
    .footer-form input[type="submit"],
    .footer-form button[type="submit"] {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }
    
    .footer-form form,
    .footer-form .cform {
        padding: 1.25rem;
    }
    
    .footer-form input[type="text"],
    .footer-form input[type="email"],
    .footer-form input[type="tel"] {
        padding: 0.65rem 0.85rem;
        font-size: 0.95rem;
    }
}
/* ========================================
   SIDEBAR
======================================== */

.sidebar {
    background-color: var(--color-bg-light);
    padding: var(--spacing-lg);
    border-radius: 0.5rem;
    box-shadow: var(--shadow-sm);
}

.sidebar .widget {
    margin-bottom: var(--spacing-lg);
    padding-bottom: var(--spacing-lg);
    border-bottom: 1px solid var(--color-border);
}

.sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-dark);
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-sm);
    border-bottom: 3px solid var(--color-secondary);
    display: inline-block;
}

.sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--color-border);
}

.sidebar ul li:last-child {
    border-bottom: none;
}

.sidebar ul li a {
    color: var(--color-text);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: all var(--transition-fast);
}

.sidebar ul li a:hover {
    color: var(--color-secondary);
    padding-left: 0.5rem;
}

/* ========================================
   FOOTER
======================================== */

#wrapper-footer {
    background-color: var(--color-dark);
    color: var(--color-white);
    padding: 2rem 0 1.5rem;
    margin-top: 3rem;
}

#wrapper-footer .site-footer {
    text-align: center;
}

#wrapper-footer .site-info {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    font-weight: 500;
}

#wrapper-footer .site-info a {
    color: var(--color-secondary);
    text-decoration: none;
}

#wrapper-footer .site-info a:hover {
    color: var(--color-info);
}

/* ========================================
   CARDS
======================================== */

.card {
    border: 1px solid var(--color-border);
    border-radius: 0.75rem;
    box-shadow: var(--shadow-sm);
    transition: all var(--transition-normal);
    overflow: hidden;
}

.card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.card-header {
    background-color: var(--color-bg-light);
    border-bottom: 2px solid var(--color-secondary);
    font-weight: 600;
    color: var(--color-dark);
}

.card-body {
    padding: var(--spacing-lg);
}

/* ========================================
   PAGINATION
======================================== */

.pagination {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: var(--spacing-xl);
}

.page-link {
    color: var(--color-secondary);
    border: 2px solid var(--color-border);
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-weight: 600;
    transition: all var(--transition-fast);
    text-decoration: none;
}

.page-link:hover {
    background-color: var(--color-secondary);
    color: var(--color-white);
    border-color: var(--color-secondary);
    transform: translateY(-2px);
}

.page-item.active .page-link {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-white);
}

/* ========================================
   ALERTS
======================================== */

.alert {
    border-radius: 0.5rem;
    border-left: 4px solid;
    padding: var(--spacing-md);
    margin-bottom: var(--spacing-md);
}

.alert-success {
    background-color: rgba(151, 194, 12, 0.1);
    border-left-color: var(--color-success);
    color: #5a7a08;
}

.alert-info {
    background-color: rgba(239, 107, 30, 0.1);
    border-left-color: var(--color-info);
    color: #a84915;
}

.alert-warning {
    background-color: rgba(252, 196, 28, 0.1);
    border-left-color: var(--color-warning);
    color: #8f6f10;
}

.alert-danger {
    background-color: rgba(232, 41, 81, 0.1);
    border-left-color: var(--color-primary);
    color: #a01136;
}

/* ========================================
   RESPONSIVE
======================================== */

/* Mobile : logo à gauche, burger à droite */
@media (max-width: 991px) {

    article.page,
    article.post {
        padding: 1.5rem;
    }
    
    article .entry-header .entry-title {
        font-size: 2rem;
    }
    
    form.cform.inscription {
        padding: 1.5rem;
    }
    
    form.cform .cf-box-group {
        flex-direction: column;
        gap: 1rem;
    }
}

@media (max-width: 767px) {
    #full-width-page-wrapper {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }
    
    article.page,
    article.post {
        padding: 1rem;
    }
    
    article .entry-header .entry-title {
        font-size: 1.75rem;
        padding-left: 1rem;
    }
    
    article .entry-content h2.wp-block-heading,
    article .entry-content h2 {
        font-size: 1.5rem;
    }
    
    article .entry-content h3.wp-block-heading,
    article .entry-content h3 {
        font-size: 1.25rem;
    }
    
    form.cform.inscription {
        padding: 1rem;
    }
    
    form.cform input.sendbutton {
        width: 100%;
        padding: 0.875rem 2rem;
        font-size: 1rem;
    }
    
    .btn {
        padding: 0.75rem 1.5rem;
        font-size: 0.875rem;
    }
}
fieldset{
    border: none;
}
/* ========================================
   ACCESSIBILITÉ
======================================== */

.skip-link.sr-only-focusable:focus {
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 100000;
    background-color: var(--color-primary);
    color: var(--color-white);
    padding: 1rem 2rem;
    text-decoration: none;
    font-weight: 600;
    box-shadow: var(--shadow-lg);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
    outline: 3px solid var(--color-secondary);
    outline-offset: 2px;
}

/* ========================================
   UTILITAIRES
======================================== */

.mt-custom { margin-top: 2rem !important; }
.mb-custom { margin-bottom: 2rem !important; }
.py-custom { padding-top: 2rem !important; padding-bottom: 2rem !important; }

.text-accent {
    position: relative;
    display: inline-block;
}

.text-accent::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, var(--color-secondary), var(--color-info));
}

.section-bg {
    background-color: var(--color-bg-light);
    padding: var(--spacing-xl) 0;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* ========================================
   FOOTER PARALLAX — Style cohérent avec le site
======================================== */

/* ── Wrapper fixe en arrière-plan ── */
#wrap-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    background-color: var(--color-dark);
}

.footer-parallax-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* ── Image de fond ── */
.footer-background {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 120%;
    z-index: 1;
}

.footer-background-inner {
    width: 100%;
    height: 100%;
    background-image: url('../img/footer-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.06;
}

/* ── Overlay sombre ── */
.footer-overlay {
    background: linear-gradient(
        145deg,
        rgba(44, 62, 80, 0.97) 0%,
        rgba(30, 42, 56, 0.97) 55%,
        rgba(80, 105, 20, 0.88) 100%
    );
}

/* ── Contenu principal ── */
.footer-content {
    position: relative;
    z-index: 3;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 4rem 0 2rem;
}

/* ── Ligne décorative en haut ── */
.footer-content::before {
    background: linear-gradient(
        90deg,
        transparent 0%,
        var(--color-primary) 25%,
        var(--color-secondary) 60%,
        var(--color-success) 100%
    );
    opacity: 0.5;
}
/* ══ SVG lignes fluides en fond ══ */
.footer-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}
.footer-lines svg {
    position: absolute;
    width: 100%; height: 100%;
    overflow: visible;
}
/* ════════════════════════════════
   SECTION 1 — LOGO
════════════════════════════════ */
.footer-logo-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    padding: 0 2rem;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.footer-logo img {
    max-width: 180px;
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.footer-logo img:hover {
    opacity: 1;
}

.footer-tagline {
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.82rem;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 0.04em;
    line-height: 1.6;
    max-width: 260px;
    margin-bottom: 0;
}

/* Logos partis */
.footer-logo-section .footer-parties {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    width: 100%;
}

.footer-logo-section .footer-parties-logos {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    flex-wrap: nowrap;
}

.footer-logo-section .footer-party-logo {
    display: inline-block;
    transition: opacity 0.2s ease;
    opacity: 0.5;
    flex-shrink: 0;
}

.footer-logo-section .footer-party-logo:hover img {
    filter: brightness(0) invert(1) drop-shadow(0 2px 8px rgba(151, 194, 12, 0.5));
}

.footer-logo-section .footer-party-logo img {
    height: 28px;
    width: auto;
    max-width: 75px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

/* ════════════════════════════════
   SECTION 2 — FORMULAIRE
════════════════════════════════ */
.footer-form-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 2rem;
    position: relative;
}

.footer-form-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    padding-bottom: 1rem;
}

.footer-form-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
    background: var(--color-primary);
}

/* Formulaire */
.footer-form {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.5rem;
}

.footer-form form,
.footer-form .cform {
    padding: 0;
}

.footer-form .cf-ol,
.footer-form ol {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.footer-form .cf-ol > li,
.footer-form ol > li {
    margin-bottom: 0.75rem;
    list-style: none !important;
}

/* Labels */
.footer-form label,
.footer-form .cf-ol label {
    display: block;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0.4rem;
}

/* Champs */
.footer-form input[type="text"],
.footer-form input[type="email"],
.footer-form input[type="tel"],
.footer-form .cf-ol input[type="text"],
.footer-form .cf-ol input[type="email"],
.footer-form .cf-ol input[type="tel"] {
    width: 100%;
    padding: 0.65rem 0.9rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    color: #fff;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.footer-form input[type="text"]::placeholder,
.footer-form input[type="email"]::placeholder,
.footer-form input[type="tel"]::placeholder {
    color: rgba(255,255,255,0.25);
}

.footer-form input:focus,
.footer-form .cf-ol input:focus {
    border-color: var(--color-primary);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    box-shadow: none;
}

/* Bouton submit */
.footer-form .cf-sb,
.footer-form p.cf-sb {
    margin-top: 1rem;
    margin-bottom: 0;
}

.footer-form .sendbutton,
.footer-form input[type="submit"],
.footer-form button[type="submit"] {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0.9rem 2rem;
    background: var(--color-text-dark);
    border: 2px solid var(--color-text-dark);
    color: var(--color-text-light) !important;
    border-radius: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    overflow: hidden;
    transition: color 0.35s ease;
    z-index: 1;
}

/* Fond qui monte de bas en haut au hover */
.footer-form .sendbutton::before,
.footer-form input[type="submit"]::before,
.footer-form button[type="submit"]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #97C20C;
    transform: translateY(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.footer-form .sendbutton:hover,
.footer-form input[type="submit"]:hover,
.footer-form button[type="submit"]:hover {
    color: var(--color-text-dark); !important;
}

.footer-form .sendbutton:hover::before,
.footer-form input[type="submit"]:hover::before,
.footer-form button[type="submit"]:hover::before {
    transform: translateY(0);
}
/* Textes d'aide */
.footer-form .reqtxt,
.footer-form .emailreqtxt {
    display: none; /* masqués pour alléger visuellement */
}

/* Messages */
.footer-form-section .cf-success,
.footer-form-section .success,
.footer-form-section .cf_info,
.footer-form-section #usermessage2a {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 90%; max-width: 380px;
    background: var(--color-dark);
    border: 2px solid var(--color-primary);
    color: #fff;
    padding: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    z-index: 100;
    display: none;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.footer-form-section .cf-success:not(:empty),
.footer-form-section .success:not(:empty),
.footer-form-section .cf_info:not(:empty),
.footer-form-section #usermessage2a:not(:empty) {
    display: block;
}

/* ════════════════════════════════
   SECTION 3 — NAVIGATION
════════════════════════════════ */
.footer-links-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 2rem;
}

.footer-links-title {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 1.5rem;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    padding-bottom: 1rem;
}

.footer-links-title::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 40px; height: 2px;
background: var(--color-success);
}

.footer-nav-menu {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.footer-nav-menu li {
    list-style: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-nav-menu li:last-child {
    border-bottom: none;
}

.footer-nav-menu a {
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0;
    padding: 0.6rem 0;
    transition: color 0.2s ease, padding-left 0.2s ease;
    position: relative;
    letter-spacing: 0.02em;
}

.footer-nav-menu a::before {
    content: '—';
    color: var(--color-primary);
    font-size: 0.7rem;
    opacity: 0;
    margin-right: 0;
    transition: opacity 0.2s ease, margin-right 0.2s ease;
}

.footer-nav-menu a:hover {
    color: #fff;
    padding-left: 0;
}

.footer-nav-menu a:hover::before {
    opacity: 1;
    margin-right: 0.6rem;
}

/* ════════════════════════════════
   COPYRIGHT
════════════════════════════════ */
.footer-copyright {
    position: relative;
    z-index: 4;
    text-align: center;
    padding: 1.25rem 2rem;
    background: transparent;
    border-top: 1px solid rgba(151, 194, 12, 0.15);
}
}

.footer-copyright p {
    font-family: 'Raleway', sans-serif;
    color: rgba(255, 255, 255, 0.3);
    font-size: 0.75rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    margin: 0;
}

.footer-copyright a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    border-bottom: none;
    transition: color 0.2s ease;
}

.footer-copyright a:hover {
    color: #fff;
}

/* ── Copyright + liens légaux ── */
.footer-copyright {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 1.25rem 2rem;
}
.footer-copyright-inner {
    max-width: 1140px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 0.75rem;
}
.footer-legal-nav {
    display: flex; align-items: center; gap: 0.6rem; flex-wrap: wrap;
}
.footer-legal-nav a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.7rem; font-weight: 500;
    color: rgba(255,255,255,0.55) !important;
    text-decoration: none !important;
    transition: color 0.2s ease;
}
.footer-legal-nav a:hover { color: #fff !important; }
.footer-legal-sep { color: rgba(255,255,255,0.2); font-size: 0.75rem; }
.footer-legal-copy {
    font-family: 'Raleway', sans-serif;
    font-size: 0.68rem; font-weight: 300;
    color: rgba(255,255,255,0.35); margin: 0;
}
.footer-legal-copy a {
    color: rgba(255,255,255,0.4) !important;
    text-decoration: none !important;
}
.footer-legal-copy a:hover { color: rgba(255,255,255,0.7) !important; }
@media (max-width: 767px) {
    .footer-copyright-inner { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
}
/* ════════════════════════════════
   RESPONSIVE
════════════════════════════════ */
@media (min-width: 992px) {
    .footer-content {
        align-items: center;
    }
}

@media (max-width: 991px) {
    #wrap-footer {
        position: relative;
        height: auto;
        min-height: auto;
    }

    .footer-content {
        padding: 4rem 0 2rem;
        align-items: flex-start;
    }

    .footer-logo-section,
    .footer-form-section,
    .footer-links-section {
        padding: 2rem 1.5rem;
    }

    .footer-copyright {
        position: relative;
        bottom: auto;
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .footer-logo img { max-width: 160px; }

    .footer-logo-section .footer-parties-logos { gap: 1rem; }
    .footer-logo-section .footer-party-logo img { height: 24px; }

    .footer-form-title,
    .footer-links-title { font-size: 1.4rem; }
}
/* ════════════════════════════════════════════
   FOOTER SIMPLE
════════════════════════════════════════════ */
#footer-simple {
    background: var(--color-dark, #1a2535);
    border-top: 4px solid var(--color-primary, #E82951);
    padding: 3rem 2rem;
}
.footer-simple-inner {
    max-width: 1140px; margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2rem;
}

/* Logo + tagline */
.footer-simple-brand { display: flex; align-items: center; gap: 1.25rem; }
.footer-simple-logo { max-height: 48px; width: auto; filter: brightness(0) invert(1); opacity: 0.85; }
.footer-simple-tagline {
    font-family: 'Raleway', sans-serif;
    font-size: 0.75rem; font-weight: 300;
    color: rgba(255,255,255,0.45);
    margin: 0; line-height: 1.4;
}

/* Nav légale */
.footer-simple-nav {
    display: flex; align-items: center; gap: 0.75rem; flex-wrap: wrap;
}
.footer-simple-nav a {
    font-family: 'Raleway', sans-serif;
    font-size: 0.72rem; font-weight: 500;
    color: rgba(255,255,255,0.5) !important;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
}
.footer-simple-nav a:hover { color: #fff !important; }
.footer-simple-sep { color: rgba(255,255,255,0.2); font-size: 0.8rem; }

/* Copyright */
.footer-simple-copy {
    font-family: 'Raleway', sans-serif;
    font-size: 0.68rem; font-weight: 300;
    color: rgba(255,255,255,0.3);
}
.footer-simple-copy a {
    color: rgba(255,255,255,0.4) !important;
    text-decoration: none !important;
}
.footer-simple-copy a:hover { color: rgba(255,255,255,0.7) !important; }

@media (max-width: 991px) {
    .pre-footer-section,
    .footer-reveal-spacer {
        display: none !important;
    }

    #wrap-footer {
        position: relative !important;
        bottom: auto !important;
        height: auto !important;
        overflow: visible !important;
    }

    .footer-parallax-wrapper {
        position: relative !important;
        height: auto !important;
        overflow: visible !important;
        transform: none !important;
    }

    .footer-background,
    .footer-overlay {
        display: none !important;
    }

    .footer-lines {
        position: absolute !important;
        height: 100% !important;
    }

    .footer-lines svg {
        height: 100% !important;
    }
}
/* ========================================
   VARIABLES CSS
======================================== */

:root {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

/* ========================================
   BOX SIZING
======================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* ========================================
   CONTAINER
======================================== */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}

/* ========================================
   ROW
======================================== */

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

/* ========================================
   COLONNES
======================================== */

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

/* ========================================
   OFFSET
======================================== */

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

/* ========================================
   GUTTER
======================================== */

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

/* ========================================
   RESPONSIVE SM (>= 576px)
======================================== */

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

/* ========================================
   RESPONSIVE MD (>= 768px)
======================================== */

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

/* ========================================
   RESPONSIVE LG (>= 992px)
======================================== */

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

/* ========================================
   RESPONSIVE XL (>= 1200px)
======================================== */

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

/* ========================================
   RESPONSIVE XXL (>= 1400px)
======================================== */

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}