.elementor-6224 .elementor-element.elementor-element-e79e17f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-6224 .elementor-element.elementor-element-e79e17f:not(.elementor-motion-effects-element-type-background), .elementor-6224 .elementor-element.elementor-element-e79e17f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F3000000;}.elementor-6224 .elementor-element.elementor-element-860021c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-6224:not(.elementor-motion-effects-element-type-background), .elementor-6224 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00000000;}.elementor-6224{margin:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-860021c */:root {
    --miko-yellow: rgb(220,195,15);
}

/* RESET */
html, body {
    margin: 0 !important;
    padding: 0 !important;
}

/* WRAP */
.miko-header-wrap {
    position: relative;
    z-index: 99999;
}

/* LOGO */
.miko-logo {
    text-decoration: none;
    color: #fff;
    display: inline-flex;
    flex-direction: column;
    line-height: 1;
}

.miko-logo-top {
    font-size: 10px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.58);
    margin-bottom: 6px;
}

.miko-logo-bottom {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

/* DESKTOP HEADER */
.miko-header-desktop {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding: 22px 40px;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.miko-header-desktop.scrolled {
    background: #000 !important;
    backdrop-filter: none !important;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.miko-header-inner {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.miko-header-brand {
    flex: 0 0 auto;
}

.miko-nav {
    display: flex;
    gap: 34px;
    flex: 1;
    justify-content: center;
    min-width: 0;
}

.miko-nav a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.8px;
    position: relative;
    transition: color 0.25s ease;
}

.miko-nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 1px;
    background: var(--miko-yellow);
    transition: width 0.25s ease;
}

.miko-nav a:hover,
.miko-nav a.active {
    color: var(--miko-yellow);
}

.miko-nav a:hover::after,
.miko-nav a.active::after {
    width: 100%;
}

.miko-header-cta {
    flex: 0 0 auto;
}

.miko-header-btn {
    display: inline-block;
    padding: 12px 20px;
    border: 1px solid var(--miko-yellow);
    background: var(--miko-yellow);
    color: #000 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 700;
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.miko-header-btn:hover {
    background: transparent;
    color: var(--miko-yellow) !important;
}

/* MOBILE HEADER CACHÉ PAR DÉFAUT */
.miko-mobile-header {
    display: none;
}

/* TABLETTE */
@media (min-width: 768px) and (max-width: 1024px) {
    .miko-header-desktop {
        padding: 18px 24px;
    }

    .miko-nav {
        gap: 18px;
    }

    .miko-nav a {
        font-size: 11px;
        letter-spacing: 1.3px;
    }

    .miko-logo-bottom {
        font-size: 18px;
    }
}

/* MOBILE */
@media (max-width: 767px) {
    .miko-header-desktop {
        display: none !important;
    }

    .miko-mobile-header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100000;
    }

    .miko-mobile-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        background: rgba(0,0,0,0.92);
        backdrop-filter: blur(10px);
        border-bottom: 1px solid rgba(255,255,255,0.08);
        box-sizing: border-box;
    }

    .miko-mobile-bar .miko-logo-top {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .miko-mobile-bar .miko-logo-bottom {
        font-size: 18px;
    }

    .miko-burger {
        width: 46px;
        height: 46px;
        padding: 0;
        background: transparent;
        border: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 6px;
        cursor: pointer;
    }

    .miko-burger span {
        display: block;
        width: 26px;
        height: 2px;
        background: #fff;
        margin-left: auto;
        transition: all 0.25s ease;
    }

    .miko-mobile-menu {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.98);
        transform: translateX(100%);
        transition: transform 0.35s ease;
        z-index: 100001;
    }

    .miko-mobile-menu.is-open {
        transform: translateX(0);
    }

    .miko-mobile-menu-inner {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        padding: 24px 24px 40px;
        box-sizing: border-box;
    }

    .miko-close {
        align-self: flex-end;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 42px;
        line-height: 1;
        cursor: pointer;
        margin-bottom: 30px;
    }

    .miko-mobile-nav {
        display: flex;
        flex-direction: column;
        gap: 22px;
        margin-top: 20px;
    }

    .miko-mobile-nav a {
        color: #fff;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 24px;
        letter-spacing: 1.8px;
        line-height: 1.2;
        transition: color 0.25s ease;
    }

    .miko-mobile-nav a:hover,
    .miko-mobile-nav a.active {
        color: var(--miko-yellow);
    }

    .miko-mobile-cta {
        margin-top: 36px;
    }

    .miko-mobile-cta .miko-header-btn {
        width: 100%;
        text-align: center;
        padding: 16px 22px;
        font-size: 12px;
    }

    body.miko-menu-open {
        overflow: hidden;
    }
}

/* SÉCURITÉ */
.miko-header-wrap,
.miko-header-wrap * {
    word-break: normal !important;
    overflow-wrap: normal !important;
}/* End custom CSS */