body {
    color: #212121;
}

.asteriskField {
    color: #dc3545 !important;
}

.display-5 {
    font-size: 20px !important;
}

th {
    text-align: center !important;
}

.td-center td {
    text-align: center;
}

.bg-green-light {
    background-color: #d9fcb4 !important;
}

.bg-orange-light {
    background-color: #ffdeb6 !important;
}

.bg-purple-light {
    background-color: #efc4ff !important;
}

.bg-red-light {
    background-color: #fdb1b1 !important;
}

.bg-blue-light {
    background-color: #bbe5ff !important;
}

@media screen {
    html {
        scroll-behavior: smooth;
    }
}

#toTopBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 100;
    background-color: hsla(5, 76%, 62%, .8)
}

.bg-emploi {
    background: #1b2e57 !important;
    border: none !important;
}

.list-unstyled > li {
    margin: 5px;
}

.card-with-overflow {
    overflow: visible !important;
}

.loading-div {
    position: fixed;
    z-index: 999;
    width: 400px;
    margin: auto;
    top: 300px;
    left: 0;
    right: 0;
    background: rgba(85, 84, 84, 0.87);
    padding: 50px;
}

.card {
    height: inherit !important;
}

.text-justify {
    text-align: justify;
}

main {
    background-color: #f8f9fc !important;
}

.dropdown-toggle::after {
    font-family: remixicon, serif !important;
    content: "\ea4e" !important;
    float: right;
}

.dropdown-toggle.collapsed::after {
    content: "\ea6e" !important;
}

.menu-collapse li {
    margin-left: 20px;
}

.sidebar {
    background-color: #2563eb !important;
    color: #fff !important;
    width: 240px; /* Ajuste selon ton design */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar-logo {
    background: #2563eb !important;
    padding: 24px 0;
    text-align: center;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

.sidebar-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 32px 16px;
}

.sidebar-nav a {
    color: #ddd !important;
    text-decoration: none;
    font-size: 1.05em;
    padding: 8px 0;
    transition: color 0.15s;
}

.sidebar-nav a.active,
.sidebar-nav a:hover {
    color: #fff !important;
    font-weight: 900;
}

.sidebar-bottom {
    background: #2563eb;
    text-align: center;
    padding: 18px 8px;
    font-size: 0.95em;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.13);
}

.sidebar-nav a.active,
.sidebar-nav a:hover,
.sidebar-nav a:focus {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}


.sidebar-nav .menu-link > i {
    color: inherit !important;
}

.sidebar-nav .menu-heading {
    color: #fff !important;
}

.accordion-custom-button .accordion-button.collapsed {
    background-color: #008cc3;
    color: #fff;
}

div.dt-paging ul.pagination {
    margin-top: 10px !important;
    justify-content: center !important;
}

.app-navbar {
    overflow-y: auto !important;
}