/**
* Theme Name: Saasplate Child
* Description: This is a child theme of Saasplate, generated by Auto Installer.
* Author: <a href="https://teconce.com/about">Teconce</a>
* Template: saasplate
* Version: 1.2.8
*/
/* ── Mega menu fix ─────────────────────────────────── */

/* Dropdown pleine largeur, ancré au viewport */
li.mega-item {
    position: static !important;
}

li.mega-item > .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: none !important;
    transform: none !important;
}

/* Le nav parent doit être position:relative pour servir d'ancre */
#saasplatemenu {
    position: relative;
}

/* Forcer le row à fonctionner horizontalement */
li.mega-item .dropdown-menu .row {
    display: flex !important;
    flex-wrap: nowrap !important;
}

li.mega-item .dropdown-menu .col-lg-3 {
    flex: 0 0 25% !important;
    max-width: 25% !important;
    width: 25% !important;
    display: block !important;
}

/* Items visibles et propres */
li.mega-item .dropdown-menu .col-lg-3 > div.menu-item {
    display: block !important;
    width: 100% !important;
}

li.mega-item .dropdown-menu a.dropdown-item {
    display: block !important;
    white-space: normal !important;
    padding: 5px 0 !important;
    font-size: 14px !important;
    color: #2b2f3e !important;
    background: transparent !important;
}

li.mega-item .dropdown-menu a.dropdown-item:hover {
    color: #FF9515 !important;
}

/* Titres colonnes */
h5.saasplate-mg-col-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .06em !important;
    color: #999 !important;
    margin-bottom: 10px !important;
    padding-bottom: 8px !important;
    border-bottom: 1px solid #eee !important;
}

/* Padding dropdown */
li.mega-item .dropdown-menu .submenu-box {
    padding: 20px 0 !important;
}