html, body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: auto !important;
}

.content-wrapper {
    min-height: 100vh !important;
    height: auto !important;
    overflow: visible !important;
}

#Header .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

#Header .nav-item.dropdown .dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
}

#Header .nav-item.dropdown .dropdown-menu a:hover {
    background-color: #f0f0f0;
    color: #0056b3;
    text-decoration: none;
}

#Header .nav-item.dropdown {
    display: inline-block;
    border-radius: 6px;
    background-color: #f4f6f9;
    transition: all 0.2s ease;
}

.link {
    color: #4CAF50 !important;
}

.texte {
    color: #5f6368 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px !important;
}

th,td{
    color: #5f6368 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    font-weight: 400 !important;
    letter-spacing: 0.2px !important;
}

html.no-scroll, html.no-scroll body {
    height: auto !important;
    min-height: 100% !important;
    overflow-y: hidden !important;
}