/* Arte Mega Menu - Divi/WooCommerce */
html.arte-mega-open,
body.arte-mega-open {
    overflow: hidden !important;
    height: 100% !important;
}

#top-menu li.arte-mega-parent,
.et-menu li.arte-mega-parent {
    position: static !important;
}

#top-menu li.arte-mega-parent > ul.arte-mega-wrapper,
.et-menu li.arte-mega-parent > ul.arte-mega-wrapper {
    display: none;
    position: absolute !important;
    left: calc(50% + 200px) !important;
    transform: translateX(-50%);
    top: 100% !important;
    width: min(920px, 90vw) !important;
    max-width: min(920px, 90vw) !important;
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    z-index: 99999 !important;
}

#top-menu li.arte-mega-parent:hover > ul.arte-mega-wrapper,
.et-menu li.arte-mega-parent:hover > ul.arte-mega-wrapper {
    display: block !important;
}

#top-menu li.arte-mega-parent > ul.arte-mega-wrapper > li,
.et-menu li.arte-mega-parent > ul.arte-mega-wrapper > li {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.arte-mega {
    width: 100%;
    background: rgba(255,255,255,0.98);
    border-top: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 30px 70px rgba(0,0,0,0.12);
}

.arte-mega-inner {
    width: 100%;
    margin: 0 auto;
    padding: 34px 42px 38px;
    display: grid;
    grid-template-columns: 220px 230px 1fr;
    gap: 36px;
    box-sizing: border-box;
}

/* Colonne Matières retirée */
.arte-mega-col-filters {
    display: none !important;
}

.arte-mega-title,
.arte-mega-heading {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b7b7b;
    margin-bottom: 18px;
    font-weight: 600;
}

.arte-mega a {
    display: block;
    color: #162736 !important;
    text-decoration: none !important;
    padding: 7px 0 !important;
    line-height: 1.35;
    font-size: 15px;
    background: transparent !important;
}

.arte-mega a:hover,
.arte-mega .is-active {
    color: #b48a3c !important;
}

.arte-mega-main-item.is-active::after {
    content: "›";
    margin-left: 8px;
}

.arte-mega-sub-list {
    display: none;
}

.arte-mega-sub-list.is-active {
    display: block;
}

.arte-mega-muted {
    color: #999;
    font-size: 14px;
}

.arte-mega-feature-link {
    padding: 0 !important;
    text-align: center;
}

.arte-mega-feature-image {
    width: 100%;
    height: 230px;
    object-fit: contain;
    background: #fff;
    display: block;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

.arte-mega-feature-title {
    margin-top: 16px;
    font-size: 15px;
    color: #162736;
    font-weight: 500;
}

.arte-mega-feature-cta {
    display: inline-block;
    margin-top: 8px;
    font-size: 13px;
    color: #b48a3c;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.arte-mega-feature-image.is-changing {
    opacity: 0.35;
    transform: scale(0.985);
}

@media (max-width: 980px) {
    #top-menu li.arte-mega-parent > ul.arte-mega-wrapper,
    .et-menu li.arte-mega-parent > ul.arte-mega-wrapper {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
        transform: none;
    }

    .arte-mega-inner {
        width: 100%;
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .arte-mega-feature-image {
        height: 210px;
    }
}
