@media (min-width: 1200px) {
    body[data-layout="horizontal"] .container-fluid,
    body[data-layout="horizontal"] .navbar-header {
        max-width: 95%;
    }
}

body {
    color: #000 !important;
    background-color: #f5f7fb !important;
}

#page-topbar {
    background-color: #23292f !important;
}
.navbar-header {
    height: 50px !important;
    padding: 0 calc(24px * 0.5) 0 0 !important;
}

.topnav .navbar-nav .nav-link {
    color: #000 !important;
}

.topnav {
    margin-top: 50px !important;
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item:hover {
    color: #000 !important;
}

.header-profile-user {
    height: 25px !important;
    width: 25px !important;
}

.form-control::placeholder {
    color: #393e44 !important;
}

.form-control {
    border: 1px solid #23292f !important;
    border-radius: 5px !important;
    padding: 8px 10px !important;
    font-size: 14px !important;
    color: #000 !important;
    background-color: #fff !important;
    border-color: #393e44 !important;
    box-shadow: none !important;
    height: 45px !important;
    /* height: 40px!important;
    width: 100%!important;
    margin-bottom: 10px!important; */
    margin-bottom: 10px !important;
}

.form-label {
    margin-bottom: 0.1rem !important;
}

.footer > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
    color: #000;
}

.footer {
    padding: 10px calc(24px * 0.75) !important;
    height: 25px !important;
    background-color: #fff !important;
}
.table {
    color: #000 !important;
}
a.logo:nth-child(2) {
    color: #fff !important;
    font-size: 20px !important;
}

.active > .page-link,
.page-link.active {
    background-color: #000 !important;
    border-color: #000 !important;
}

.form-check-input:checked {
    background-color: #23292f !important;
    border-color: #23292f !important;
}

.card-header {
    background-color: #23292f !important;
    border-color: #23292f !important;
    color: #ffffff !important;
}
.card-header-ajuste {
    padding: 16px !important;
}

.topnav .navbar-nav .dropdown-item.active,
.topnav .navbar-nav .dropdown-item {
    color: #23292f !important;
}

.input-error {
    color: red;
}

.form-check-input {
    border-color: #23292f !important;
}

.card-body {
    border: 1px solid #000000 !important;
}
.page-content {
    margin-top: 50px !important;
}

.btn-ajout-list {
    background-color: #505050 !important;
    padding: 5px 10px !important;
}

.badge {
    font-size: 13px !important;
}

.table > tbody > tr > td {
    font-size: 14px !important;
}

.label-permission {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
}

.t-style {
    padding-left: 2.5px !important;
    padding-right: 2.5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn-recherche {
    background-color: #000 !important;
    border-color: #000 !important;
    width: 100% !important;
    height: 40px !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.label-permission {
    font-size: 14px;
    margin-left: 10px;
    margin-top: 4px;
    color: #000 !important;
}

.form-check-input:checked {
    background-color: #23292f !important;
    border-color: #23292f !important;
}

.text-muted {
    color: #000 !important;
}

.topnav {
    border-bottom: 1px solid #000 !important;
}

/* home */

.btn-action-home {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #393e44;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px 20px;
    width: 120px;
    transition: all 0.2s ease;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
    text-align: center;
}

.btn-action-home i {
    font-size: 24px;
    margin-bottom: 8px;
    color: #393e44; /* accent bleu */
}

.btn-action-home:hover {
    background: #393e44;
    color: #fff;
    border-color: #393e44;
}

.btn-action-home:hover i {
    color: #fff;
}

