/*.auth-fluid { background: url(../../../images/login/Dijon_-_Chaufferie_des_Pejoces_02.jpg) center; }*/

:root {

    /* Bootstrap Theme Primary Colors  */
    --text-primary: #1D3F56 !important;
    --text-primary-rgb: 29, 63, 86 !important;
    --bs-primary-rgb: 29, 63, 86 !important;

    --text-success: #2be0d7 !important;
    --text-success-rgb: 43, 224, 215 !important;

    --text-info: #2be0d7 !important;
    --text-info-rgb: 43, 224, 215 !important;

    --text-danger: #e02b34 !important;
    --text-danger-rgb: 224, 43, 52 !important;

    --text-warning: #e07b2b !important;
    --text-warning-rgb: 224, 123, 43 !important;

    --bs-topbar-bg: #2b8fe0 !important;

    /* Bootstrap Theme Links  */
    --bs-link-color: #1D3F56;
    --bs-link-color-rgb: 29, 63, 86 !important;
    --bs-link-hover-color: #EA6827;
    --bs-link-hover-color-rgb: 234, 104, 39 !important;
    --bs-link-opacity: 1;


    --bs-menu-item-color: #1D3F56; /* rgba(255, 255, 255, 0.55) !important; */
    --bs-menu-item-active: #EA6827 !important;
    --bs-menu-item-hover: #EA6827 !important;
    /*--bs-menu-bg: #2d353e !important;*/
    /*--bs-menu-bg: #040d12 !important;*/
    /*--bs-menu-item-active: #A5678E !important;*/
    /*--bs-menu-bg: #2d353e !important;*/
    /*--bs-menu-item-active: #AA2256 !important; Rose Adenia */
    /*--bs-link-color-rgb: 34, 154, 170;              !* idem couleur  bs-menu-item-active mais rgb *!*/
    /*--bs-menu-item-active: #229aaa !important;*/
    /*--bs-menu-item-active: rgba(170, 34, 86, 0.6) !important;*/
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link,
.nav-pills {
    --bs-nav-pills-link-active-bg: #1D3F56 !important;
}

.logo .logo-lg-text-light {
    text-transform: none;
}

.table-darkness {
    --bs-table-color: #ecf0f2!important;
    --bs-table-bg: #1D3F56!important;
    --bs-table-bg-hover: #1D3F56!important;
    /*--bs-table-hover-color:#2b8fe0!important;*/
    /*--bs-table-bg-state: #2b8fe0!important;*/
}

table.table-hover thead tr:hover > *, table.table thead tr.selected > * {
    --bs-table-bg-state:  #1D3F56!important;
}

.nav-bordered a.active {
    border-bottom: 2px solid #1D3F56 !important;
}