/*
Theme Name: monolit Child
Theme URI: https://groupedm.com
Description: This is a child theme of monolit
Author: Wissam AZZABI
Author URI: https://groupedm.com
Template: monolit
Version: 1.0.0
*/

@font-face { font-family: cancun; src: url("fonts/cancun.ttf"); }
@font-face { font-family: buffalo; src: url("fonts/BuffaloScript-Regular.otf"); }
@font-face { font-family: Grand-Hotel; src: url("fonts/GrandHotel-Regular.otf"); }
@font-face { font-family: puzzled; src: url("fonts/Puzzled-Regular.otf"); }
@font-face { font-family: Sacramento; src: url("fonts/Sacramento-Regular.ttf"); }
@font-face { font-family: TheWoodlands; src: url("fonts/TheWoodlands-Regular.otf"); }

/* ==========================================================
   DREAM NEON - MICRO LIGHTBOX SANS CADRE
   Halo diffus + typo neon fine
   ========================================================== */

html body .monolit-header {
    z-index: 99999 !important;
}

html body .monolit-header .header-inner {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 50px !important;
    padding: 6px 12px 6px 92px !important;
    background: rgba(2,3,7,.88) !important;
    border: 0 !important;
    -webkit-backdrop-filter: blur(10px) !important;
    backdrop-filter: blur(10px) !important;
}

html body .monolit-header .logo-holder {
    position: absolute !important;
    left: 12px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 5 !important;
}

html body .monolit-header .nav-button-holder,
html body .monolit-header .dn-mobile-toggle,
html body .monolit-header .dn-menu-toggle {
    display: none !important;
}

html body .monolit-header .nav-holder,
html body .monolit-header .nav-holder nav {
    position: static !important;
    float: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    transform: none !important;
    pointer-events: auto !important;
}

html body .monolit-header #menu-menu-principal {
    display: grid !important;
    grid-template-columns: repeat(5, max-content) !important;
    grid-auto-rows: 24px !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 4px 8px !important;
    width: 100% !important;
    max-width: 1350px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    list-style: none !important;
    overflow: visible !important;
}

html body .monolit-header #menu-menu-principal > li.dn-menu-card {
    --dn-neon: #26edff;
    position: relative !important;
    float: none !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    overflow: visible !important;
}

html body .monolit-header #menu-item-1264 { --dn-neon: #ff35ba !important; }
html body .monolit-header #menu-item-1387 { --dn-neon: #c05cff !important; }
html body .monolit-header #menu-item-707  { --dn-neon: #25ecff !important; }
html body .monolit-header #menu-item-1495 { --dn-neon: #ff435e !important; }
html body .monolit-header #menu-item-1087 { --dn-neon: #4b82ff !important; }
html body .monolit-header #menu-item-754  { --dn-neon: #d7ff4e !important; }
html body .monolit-header #menu-item-999  { --dn-neon: #42ff9c !important; }
html body .monolit-header #menu-item-755  { --dn-neon: #ffe85b !important; }
html body .monolit-header #menu-item-1309 { --dn-neon: #ffa03f !important; }
html body .monolit-header #menu-item-1501 { --dn-neon: #4ff4df !important; }

html body .monolit-header #menu-menu-principal > li.dn-menu-card::before {
    display: none !important;
    content: none !important;
}

/* Pas de cadre visible : seulement une petite nappe lumineuse derrière le mot. */
html body .monolit-header #menu-menu-principal > li.dn-menu-card > a {
    position: relative !important;
    isolation: isolate !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    min-width: 76px !important;
    height: 24px !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 8px !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 4px !important;
    background: color-mix(in srgb, var(--dn-neon) 5%, rgba(6,8,14,.78)) !important;
    color: var(--dn-neon) !important;
    font-family: ABeeZee, Arial, sans-serif !important;
    font-size: 8px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    text-shadow:
        0 0 2px #fff,
        0 0 4px var(--dn-neon),
        0 0 8px var(--dn-neon),
        0 0 13px color-mix(in srgb, var(--dn-neon) 70%, transparent) !important;
    box-shadow:
        inset 0 0 10px color-mix(in srgb, var(--dn-neon) 7%, transparent),
        0 0 8px color-mix(in srgb, var(--dn-neon) 20%, transparent) !important;
    transition: transform .15s ease, filter .15s ease, text-shadow .15s ease, box-shadow .15s ease, background .15s ease !important;
}

/* Halo diffus derrière la lightbox, sans contour. */
html body .monolit-header #menu-menu-principal > li.dn-menu-card > a::before {
    content: "" !important;
    position: absolute !important;
    z-index: -1 !important;
    left: 8% !important;
    right: 8% !important;
    top: 30% !important;
    bottom: 18% !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: var(--dn-neon) !important;
    opacity: .10 !important;
    filter: blur(7px) !important;
    pointer-events: none !important;
}

html body .monolit-header #menu-menu-principal > li.dn-menu-card > a::after {
    display: none !important;
    content: none !important;
}

html body .monolit-header #menu-menu-principal > li.dn-menu-card > a:hover,
html body .monolit-header #menu-menu-principal > li.dn-menu-card > a:focus-visible {
    transform: translateY(-1px) !important;
    filter: brightness(1.2) saturate(1.12) !important;
    background: color-mix(in srgb, var(--dn-neon) 8%, rgba(6,8,14,.82)) !important;
    text-shadow:
        0 0 2px #fff,
        0 0 5px var(--dn-neon),
        0 0 10px var(--dn-neon),
        0 0 16px var(--dn-neon) !important;
    box-shadow:
        inset 0 0 12px color-mix(in srgb, var(--dn-neon) 10%, transparent),
        0 0 11px color-mix(in srgb, var(--dn-neon) 28%, transparent) !important;
    outline: none !important;
}

html body .monolit-header #menu-menu-principal > li.dn-menu-card-primary > a {
    font-weight: 800 !important;
    background: color-mix(in srgb, var(--dn-neon) 7%, rgba(6,8,14,.82)) !important;
    text-shadow:
        0 0 2px #fff,
        0 0 5px var(--dn-neon),
        0 0 10px var(--dn-neon),
        0 0 15px color-mix(in srgb, var(--dn-neon) 80%, transparent) !important;
}

@media (max-width: 1100px) {
    html body .monolit-header .header-inner {
        padding-left: 88px !important;
        padding-right: 8px !important;
    }

    html body .monolit-header #menu-menu-principal {
        gap: 4px 6px !important;
    }

    html body .monolit-header #menu-menu-principal > li.dn-menu-card > a {
        min-width: 68px !important;
        height: 22px !important;
        min-height: 22px !important;
        padding: 0 6px !important;
        font-size: 7.5px !important;
        letter-spacing: .06em !important;
    }
}

@media (max-width: 767px) {
    html body .monolit-header .header-inner {
        display: flex !important;
        align-items: center !important;
        min-height: 52px !important;
        padding: 4px 5px 4px 88px !important;
        background: rgba(1,2,5,.95) !important;
    }

    html body .monolit-header .logo-holder {
        top: 50% !important;
        left: 8px !important;
        transform: translateY(-50%) !important;
    }

    html body .monolit-header #menu-menu-principal {
        display: grid !important;
        grid-template-columns: repeat(5, minmax(0,1fr)) !important;
        grid-template-rows: repeat(2, 20px) !important;
        gap: 2px 3px !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
    }

    html body .monolit-header #menu-menu-principal > li.dn-menu-card {
        width: 100% !important;
        min-width: 0 !important;
    }

    html body .monolit-header #menu-menu-principal > li.dn-menu-card > a {
        width: 100% !important;
        min-width: 0 !important;
        height: 20px !important;
        min-height: 20px !important;
        padding: 0 1px !important;
        font-size: 6px !important;
        letter-spacing: 0 !important;
        background: color-mix(in srgb, var(--dn-neon) 6%, rgba(6,8,14,.80)) !important;
        box-shadow:
            inset 0 0 6px color-mix(in srgb, var(--dn-neon) 7%, transparent),
            0 0 5px color-mix(in srgb, var(--dn-neon) 18%, transparent) !important;
    }
}

/* DN HOME AIR PREVIEW 2026-09-08 — removable rollback block */
html body.page-id-448 .hero-wrap.hero-wrap-home-image {
    height: calc(100dvh - 46px) !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image > .hero-wrap-item.center-item .dnv4-shell {
    height: 100% !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: clamp(20px, 3vh, 36px) !important;
    padding: clamp(18px, 3vh, 34px) 3vw 10px !important;
    text-align: center !important;
    overflow: hidden !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-logo {
    width: min(500px, 42vw, 46dvh) !important;
    max-width: 500px !important;
    margin: 0 !important;
    transform: none !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-title {
    width: min(980px, 94vw) !important;
    margin: 0 !important;
    font-size: clamp(26px, 2.5vw, 40px) !important;
    line-height: 1 !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-actions {
    width: min(1050px, 90vw) !important;
    gap: clamp(14px, 1.6vw, 22px) !important;
    margin: 0 !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-actions a {
    height: 60px !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-contact {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: min(980px, 94vw) !important;
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-top: clamp(16px, 2.4vh, 28px) !important;
    transform: none !important;
}

html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-arrow {
    position: relative !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    margin: 2px 0 0 !important;
}

@media (max-width: 700px) {
    html body.page-id-448 .hero-wrap.hero-wrap-home-image {
        height: calc(100dvh - 42px) !important;
        min-height: 0 !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image > .hero-wrap-item.center-item .dnv4-shell {
        justify-content: flex-start !important;
        gap: clamp(12px, 2vh, 18px) !important;
        padding: 10px 3vw 5px !important;
        overflow: hidden !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-logo {
        width: min(45vw, 195px, 23dvh) !important;
        max-width: 195px !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-title {
        width: 96vw !important;
        font-size: clamp(13px, 3.7vw, 17px) !important;
        line-height: 1 !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-actions {
        width: 90vw !important;
        max-width: 520px !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-actions a {
        height: 48px !important;
        font-size: 10.5px !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-contact {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: 94vw !important;
        margin-top: auto !important;
        padding-top: 8px !important;
        gap: 3px !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-contact .line {
        font-size: 9.5px !important;
        line-height: 1.2 !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-contact .contactline {
        font-size: 10.8px !important;
        line-height: 1.2 !important;
        margin-top: 2px !important;
    }

    html body.page-id-448 .hero-wrap.hero-wrap-home-image .dnv4-arrow {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        transform: none !important;
        margin: 1px 0 0 !important;
        font-size: 24px !important;
    }
}
