/* FONTS  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap');

.font-poppins {
    font-family: "Poppins", sans-serif;
}

.font-inter {
    font-family: "Inter", sans-serif;
}

.font-syne {
    font-family: "Syne", sans-serif;
}

.font-work-sans {
    font-family: "Work Sans", sans-serif;
}

.font-source-serif {
    font-family: "Source Serif 4", serif;
}
/* html & body ----------------------------------------------------------------- */ 
html, body {
    height: 100%;
}
html:has(> body.modal-open) {
    overflow: hidden !important;
}
/* FONT STYLE ------------------------------------------------------------------ */
body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* PAGE WRAPPER ---------------------------------------------------------------- */
.page-wrapper {
    min-height: 100%;
    padding-top: 80px;
    display: flex;
    position: relative;
}
/* PAGE CONTENT ---------------------------------------------------------------- */
.page-content {
    min-height: 100%;
    width: 100%;
    position: relative;
    left: 0;
    margin-left: 120px;
}
.main-content {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
    min-height: 100%;
}
/* NAVBAR ---------------------------------------------------------------------- */
nav {
    height: 80px;
    -moz-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
nav .container-fluid {
    padding-left: 0px;
    padding-right: 35px;
}
.navbar-brand {
    margin-right: 25px;
}
.navbar .collapse h3 {
    /*color: #003653;*/
}
#navbar-title {
    color: #40277b;
}
#navbar-title .main-title {
    color: #40277b;
}
#navbar-title .active-title {
    font-size: 0.6em;
}
.navbar-item {
    min-width: 120px;
    text-align: right;
    float: right;
}
.navbar-item .nav-link {
    text-align: center;
    color: #003653;
}
.navbar-item:hover {
    cursor: pointer;
    background-color: #eaeaea99;
    border-radius: 5px;
}
.navbar-item:hover .nav-link {
    
}
.navbar-item .nav-link i {
    text-align: center;
    color: #003653;
    font-size: 20px;
}
.navbar-item-name {
    display: block;
    width: 100%;
    font-size: 0.8em;
}
.navbar-logo {
    width: 120px;
    height: 80px;
    padding: 10px;
    text-align: center;
}
.navbar-logo img {
    width: auto;
    height: 40px;
    margin-bottom: 2px;
}
.navbar-logo .societe-name {
    color: #eee;
    font-size: 0.55em;
    font-weight: 600;
}
/* SIDEBAR --------------------------------------------------------------------- */
.sidebar {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0;
    width: 120px;
    height: 100%;
    color: #797979;
}
.sidebar-item {
    text-align: center;
    height: 75px;
    border-bottom: 1px solid #170e2d;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}
.sidebar-item:hover {
    cursor: pointer;
    background-color: #0009;
}
.sidebar-item:hover .nav-link {
    color: white;
}
.sidebar-item .nav-link {
    padding: 0px;
    color: #aaa;
}
.sidebar-item.active {
    background-color: #0009;
    border-left: 3px solid #009ccc;
}
.sidebar-item.active .nav-link {
    color: #e8e8e8;
}
.sidebar-item .nav-link i {
    font-size: 26px;
}
.sidebar-item-name {
    display: block;
    width: 100%;
    font-size: 0.7em;
    line-height: 1.1em;
}
/* WIDGET ---------------------------------------------------------------------- */
.widget {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
.widget-bordered {
    border: 2px solid #003653;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.widget-header {
    font-weight: 300;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 4px;
    margin-bottom: 20px;
    color: #323232;
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-size: 1.4em;
}
.widget-chiffre-cle {
    padding: 0px;
    height: 140px;
}
.widget-chiffre-cle .w-75 {
    height: 100%;
    float: left;
    padding: 15px;
}
.widget-chiffre-cle .w-25 {
    height: 100%;
    float: left;
    padding: 10px;
    text-align: center;
}
.widget-chiffre-cle .w-25 i {
    font-size: 55px;
    color: white;
    line-height: 2em;
}
.widget-chart {
    min-height: 350px;
}
.chiffre-cle-value {
    display: block;
    width: 100%;
    font-size: 1.8em;
    color: #444;
}
.chiffre-cle-description {
    display: block;
    width: 100%;
    font-size: 0.9em;
    color: #555555d6;
}
/* TABLEAU --------------------------------------------------------------------- */
.admin-table {
    width: 100%;
    color: #555;
    background-color: white;
}
.admin-table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.admin-table thead {
    
}
.admin-table thead th {
    
    font-weight: 600;
    font-size: 0.9em;
    /*background-color: #5B3AA4;*/
    /*border-bottom: 1px solid #ddd;*/
    /*color: #fff;*/
    padding: 10px;
    position: relative;
    background-color: #0667FF36;
    border-bottom: 2px solid #5B3AA4 !important;
    color: #000;
}
.admin-table thead tr {
    
}
.admin-table th {
  
}
.admin-table td {
    padding: 5px;
}
.admin-table tbody tr:hover {
    /*background-color: #ffff994d !important;*/
    background-color: #00000012 !important;
}
.admin-table tbody tr.active .form-control{
    color: #40277b !important;
    font-weight: 600;
}
/* ADMIN DATATABLES ------------------------------------------------------------ */
.dataTables_length {
    float: right;
}
.dataTables_filter {
    float: left;
}
.filter-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.filter-container label, .dataTables_info {
    font-weight: 600 !important;
    font-size: 0.9em;
}
.filter-container .form-control {
    font-size: 1em;
    border-radius: 0px !important;
    border: 1px solid #ced4da;
    height: 34px !important;
    background-color: #fff;
    cursor: pointer;
}
/* WIDGET ACTION (FIXED) ------------------------------------------------------- */
/*.widget-fixed {
    position: fixed;
}*/
.widget-fixed {
    position: fixed;
    right: 0;
    padding-left: 30px;
}
/* BADGE ----------------------------------------------------------------------- */
.badge {
    font-size: 0.8em;
    font-weight: 400;
    min-width: 50px;
    height: 25px;
    padding: 6px;
    display: inline-block;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
/* FORM ------------------------------------------------------------------------ */
.admin-form {
    
}
.admin-form .form-group {
    margin-bottom: 8px;
}
.admin-form label {
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 8px;
    display: block;
}
.admin-form .inline-label {
    font-weight: 600;
    font-size: 0.9em;
    margin-bottom: 4px;
    display: block;
    line-height: 2em;
}
.admin-form .form-control, .admin-table .form-control, .opt-supp-tarif-input {
    border-radius: 0px;
    font-size: 0.8em;
    border: 1px solid #ced4da;
    /*height: 34px !important;*/
    height: 34px;
    background-color: #fff;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545 !important;
}
textarea {
    min-height: 80px !important;
    resize: vertical;
}
.admin-form .form-control:disabled, .admin-table .form-control:disabled {
    background-color: #f2f2f2;
    cursor: not-allowed;
    color: #acacac;
    font-size: 0.8em;
}
.admin-form .form-check {
    margin-top: 8px;
}
.form-check-input, .form-check-label {
    cursor: pointer;
}
.form-select {
    font-size: 0.8em;
    border-radius: 0px !important;
    border: 1px solid #ced4da;
    height: 34px !important;
    background-color: #fff;
    cursor: pointer;
}
/* VEHICULES ------------------------------------------------------------------- */
.vehicule-option-img {
    width: 15px;
    margin-top: -3px;
}
/* MODAL CONFIRM BEFORE DELETE ------------------------------------------------- */
#confirm-before-delete-modal .modal-dialog {
    margin-top: 15% !important;
    max-width: 350px;
}
#confirm-before-delete-modal .modal-content {
    padding: 15px;
    /*border-radius: 0px !important;*/
}
#confirm-before-delete-modal .modal-body {
    padding: 0px !important;
    font-size: 0.90em;
}
#confirm-before-delete-modal .modal-body .item-to-delete-intitule {
    font-size: 1.2em;
}
.modal-content {
    border-radius: 4px !important;
}
.modal-header {
    padding: 12px;
}
.modal-header h5 {
    font-size: 18px;
    font-weight: 500;
}
/* ALERT ----------------------------------------------------------------------- */
.alert {
    font-size: 0.8em;
    padding: 12px;
    border-radius: 0px;
}
.alert-admin-info {
    /*background-color: #f6f7f7;*/
    /*background-color: #0082fb17;*/
    border: 1px solid #83add773;
    border-left: 4px solid #72aee6;
    color: #2c3338;
    /*background: linear-gradient(135deg, rgba(172, 204, 234, 0.51) 0%,rgba(116, 171, 221, 0.52) 50%,rgba(76, 146, 210, 0.54) 100%);*/
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.alert-admin-warning {
    /*background-color: #fffaed;*/
    background-color: #fff6da;
    border: 0px;
    border-left: 4px solid #f09d44;
    color: #684e00;
}
.alert-admin-success {
    background-color: #7fd96c1c;
    border: 0px;
    border-left: 4px solid #7fd96c;
    color: #093909;
    
}
/* ALERT STYLE TOAST ----------------------------------------------------------- */
#alert-toast-container {
    position: fixed;
    z-index: 1040;
    top: 20px;
    right: 35px;
    height: 0;
}
.alert-toast {
    position: relative;
    font-size: 0.85em;
    width: 350px;
    min-height: 65px;
    padding: 10px;
    padding-left: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16);
    cursor: pointer;
    opacity: 1;
    display: none;
}
.alert-toast:hover {
    opacity: 1;
}
.alert-toast-success {
    background-color: #157347;
    color: #ececec;    
}
.alert-toast-warning {
    background-color: #ffca2c;
    color: #353535;    
}
.alert-toast-warning i {
    color: #644100;    
}
.alert-toast-danger {
    background-color: #bb2d3b;
    color: #ececec;    
}
.alert-toast-info {
    background-color: #31d2f2;
    color: #353535;    
}
.alert-toast-info i{
    color: #006175;    
}
.toast-message {
/*    font-size: 0.95em;*/
}
.toast-message-container .icon-2x {
    font-size: 30px;
}
/* BUTTON ---------------------------------------------------------------------- */
button.btn, a.btn {
    border-radius: 4px;
    font-size: 0.8em;
}
.btn-light-blue {
    background-color: #fff;
    border-color: #ddd;
    color: #005b8c;
}
.btn-light-blue:hover {
    color: #003653;
    border-color: #00365391;
}
.btn-purple {
    color: #fff;
    background-color: #5B3AA4;
    border-color: #5B3AA4;
}
.btn-purple:hover {
    color: #fff;
    background-color: #2e1f51;
}
.btn-primary {
    color: #fff;
    background-color: #5468f6;
    border-color: #4157f4;
}
.btn-rose {
    color: #fff;
    background-color: #DC338A;
    border-color: #DC338A;
}
.btn-rose:hover {
    color: #e8e8e8;
    background-color: #BD2C77;
    border-color: #BD2C77;
}
/* LOADER ---------------------------------------------------------------------- */
.loader-circle-95 {
    position: relative;
    width: 64px;
    height: 30px;
    animation: 2s spin-loader-circle-95 infinite cubic-bezier(0.86, 0, 0.07, 1);
    margin: 0 auto;
}
.loader-circle-95:before,
.loader-circle-95:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 5px solid #2196f3;
    border-radius: 50% 50% 0 50%;
    transform: rotate(-45deg);
}
.loader-circle-95:before {
    animation: left 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1), morph-loader-circle-95 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
.loader-circle-95:after {
    left: auto;
    right: 0;
    border-radius: 50% 50% 50% 0;
    transform: rotate(45deg);
    animation: right 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1), morph-loader-circle-95 1s infinite alternate cubic-bezier(0.86, 0, 0.07, 1);
}
@keyframes morph-loader-circle-95 {
    from {
        border-radius: 50%;
    }
}
@keyframes left-loader-circle-95 {
    from {
        left: 18px;
    }
}
@keyframes right-loader-circle-95 {
    from {
        right: 18px;
    }
}
@keyframes spin-loader-circle-95 {
    from {
        transform: rotate(540deg);
    }
}
/* LOADER PLEINE PAGE (FRONT STYLE) -------------------------------------------- */
/*#modal-loader-societe-container, #modal-loader-paiement {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
    text-align: center;
}
#modal-loader-societe-container .loader-img-container, #modal-loader-paiement .loader-img-container{
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#modal-loader-societe .modal-dialog, #modal-loader-paiement .modal-dialog {
    margin-top: 14% !important;
    width: 350px;
    background-color: #fff0;
}
#modal-loader-societe .modal-content, #modal-loader-paiement .modal-content {
    background-color: #fff0;
    border: 0px !important;
}
#modal-loader-societe-container .loader-element, #modal-loader-paiement .lodaer-element, .loader-element img {
    width: 280px;
    height: 280px;
    margin: auto;
    display: block;
}
#logo-text-container-loader {
    width: 320px;
    background-color: #DC4E28;
    color: white;
    font-size: 2.4em;
    position: absolute;
    border-radius: 4px;
    top: 110px;
    height: 60px;
    left: 15px;
    padding: 2px;
}
#loader-text-1 {
    color: #eee;
    font-size: 1.5em;
}
#modal-loader-paiement #loader-text-1 {
    line-height: 1em;
}
#loader-text-2 {
    color: #eee;
    font-size: 1.2em;
}*/
#loader-logo-plain-page-modal {
    z-index: 1059;
}

/* AUTRES ---------------------------------------------------------------------- */
.help-icon {
    cursor: help;
}
/* COULEURS -------------------------------------------------------------------- */
.admin-main-color {
    color: #003653;
}
.bg-dark {
    background-color: #2e1f51 !important;
}
.bg-black-dark {
    background-color: #313030 !important;
}