html, body {
    background-color: #f3f3f3 !important;
}
/* HEADER ---------------------------------------------------------------------- */
header {
    background-color: var(--light-grey);
    height: 180px;
    padding: 30px;
}
header .navbar-brand img {
    height: 120px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#header-default {
    background-color: #f3f3f3;
}

/* PAGE SIGNUP ----------------------------------------------------------------- */
.signup-cgv-consent-text {
    font-size: 14px;
}
#signup-main-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#signup-text-container h2 {
    font-size: 24px;
}
#signup-text-container p {
    font-size: 13px;
    text-align: center;
    font-weight: var(--font-thin);
}
#signup-text-container p b {
    font-weight: var(--font-extrabold);
    color: var(--main-color);
}
#btn-signup-form-submit {
    /*border: 1px solid var(--main-color);*/
}
.widget-account .btn-check:checked + label {
    min-height: 34px;
    border-radius: 30px;
    font-size: 14px !important;
    height: 34px;
    line-height: 1.5em;
}
.widget-account .btn-check + label {
    min-height: 34px;
    border-radius: 30px;
    font-size: 14px !important;
    height: 34px;
    line-height: 1.5em;
}
#users_signup_par_date_naissance {
    text-align: center;
}
#users_signup_par_cp, #users_signup_pro_cp {
    text-align: center;
}

/* PAGE SET PWD ---------------------------------------------------------------- */
.widget-main-icon {
    font-size: 70px;
}
#btn-save-pwd {
    border-radius: 10px !important;
}
.widget-header-icon-container i {
    font-size: 40px;
}
.btn-link {
    color: var(--font-color);
    text-decoration: none !important;
    transition: all 0.2s ease-in;
}
.btn-link:hover {
    font-weight: var(--font-bold);
    color: var(--main-color);
}
#login-btn {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: fit-content;
}


/* ESPACE CLIENT --------------------------------------------------------------- */
/* SIDEBAR ESPACE CLIENT ------------------------------------------------------- */
.users-sidebar {
    position: relative;
    min-width: 200px;
    width: 200px;
    height: 100%;
    color: #797979 !important;
    /*background: linear-gradient(135deg, #dc4e28 0%,#db380f 50%,#d31f00 100%);*/
    background: #fff;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 1px solid #cccccc3b;
}
.users-main-icon-container {
    text-align: center;
    color: #fff !important;
    padding: 10px;
    padding-top: 30px;
}
.users-main-icon-container i {
    font-size: 100px;
    line-height: 1em;
    margin-bottom: 15px;
    /*color: #ccc;*/
    color: #fff;
}
#users-name {
    /*color: #ccc;*/
    font-size: 12px;
    /*margin-bottom: 20px;*/
    text-align: center;
    padding: 5px;
}
#users-name h5 {
    font-size: 14px;
}
.sidebar-num-client {
    background-color: #00000070;
    padding: 6px;
    width: 100px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    border-radius: 2px;
}
.sidebar-item {
    text-align: center;
    height: 70px;
    border-bottom: 1px solid #3c00003d;
    padding: 4px;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.sidebar-item-notification-icon {
    position: absolute;
    right: 80px;
    top: 20px;
    font-size: 14px;
}
.sidebar-item .nav-link i {
    font-size: 26px;
}
.sidebar-item-name {
    display: block;
    width: 100%;
    font-size: 0.7em;
}
.sidebar-item.active {
    background-color: #0009;
    border-left: 3px solid #009ccc;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
}
.sidebar-item .nav-link {
    padding: 0px;
    /*color: #fff;*/
    color: #828282;
}
.sidebar-item.active .nav-link {
    /*color: #DC4E28;*/
    /*color: #DC4E28;*/
    color: #006280;
}
.sidebar-item:hover {
    cursor: pointer;
    /*background-color: #0009;*/
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
}
#users-sidebar-header-container {
    /*background-color: #fff;*/
    /*padding-bottom: 20px;*/
    border-top-left-radius: 15px;
    border-bottom: 1px solid #3c00003d;
    /*border-right: 1px solid #cccccc3b;*/
    background: linear-gradient(135deg, #dc4e28 0%,#db380f 50%,#d31f00 100%);
    color: #fff;
}
#users-sidebar .nav-link:hover {
    /*color: #DC4E28 !important;*/
    color: #000 !important;
    font-weight: 500 !important;
}
/* ZONE USERS CONTENT ---------------------------------------------------------- */

#users-content-container {
    max-width: 100% !important;
}
#users-content-container h1 {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
#users-content-header {
    height: 80px;
    -moz-box-shadow: 0px 2px 1px 0 rgba(0,0,0,.07);
    box-shadow: 0px 2px 1px 0 rgba(0, 0, 0, 0.07);
    padding: 25px;
    position: relative;
}
#users-inner-content {
    padding: 30px;
    max-width: 100% !important;
}
.users-item-card {
    position: relative;
    width: 200px;
    min-width: 180px;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px;
    border: 1px solid #0000003b;
    padding: 15px;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
    
}
.users-item-card:hover {
    cursor: pointer;
}
.users-item-card-icon {
    position: relative;
    width: 100%;
    height: 70px;
    text-align: center;
    margin-bottom: 10px;
}
.users-item-card-icon i {
    font-size: 55px;
}
.users-item-card-title {
    height: 20px;
    margin-bottom: 10px;
}
.users-item-card-title h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}
.users-item-card-description {
    height: 40px;
    margin-bottom: 10px;
}
.users-item-card-description p {
    font-size: 11px;
    color: #828282;
    text-align: center;
}
.btn-users-item-card {
    height: 36px;
    min-width: 120px;
    max-width: 150px;
    width: 100%;
    font-size: 14px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.9em;
}
.notif-indicator {
    position: absolute;
    font-weight: 400;
    line-height: 1em;
}
.notif-indicator i {
    font-size: 14px;
}
/* SIDEBAR FLOTTANT MOBILE ----------------------------------------------------- */
#sidebar-user-mobile-container {
    position: fixed;
    margin-top: 80px;
    left: 0px;
    padding: 6px;
    width: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 0px 1px 3px 0 rgba(0, 0, 0, 0.73);
    display: none;
    z-index: 1000;
}
#sidebar-user-mobile-container .sidebar-mobile-item {
    color: #7b7b7b;
    width: 28px;
    height: 28px;
    text-align: center;
    border-bottom: 1px solid #7b7b7b3d;
    margin-top: 2px;
    margin-bottom: 6px;
    cursor: pointer;
    
}
#sidebar-user-mobile-container .sidebar-mobile-item a {
    color: #7b7b7b;
}
#sidebar-user-mobile-container .sidebar-mobile-item.active a {
    color: #009ccc !important;
}
#sidebar-user-mobile-container .last-item {
    border: 0px;
    margin-bottom: 0px;
}

/* PAGE ACCOUNT ---------------------------------------------------------------- */
#pwd-form h5 {
    font-size: 20px;
}
#num-client {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

/* LOGOUT ---------------------------------------------------------------------- */
#btn-logout-submit {
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.logout-title {
    font-size: 20px;
}
#logout-img {
    width: 150px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* TABLEAUX -------------------------------------------------------------------- */
.users-table {
    width: 100%;
    color: #555;
    background-color: white;
    font-size: 12px;
}
.users-table tbody tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.users-table thead {
    
}
.users-table thead th {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    font-size: 0.9em;
    color: #444;
    padding: 10px;
    position: relative;
}
.users-table thead tr {
    
}
.users-table th {
  
}
.users-table td {
    padding: 8px;
}
.users-table tbody tr:hover {
    /*background-color: #ffff994d !important;*/
    background-color: #00000012 !important;
}
.users-table tbody tr.active {
    /*background-color: #ffd8044f !important;*/
    background: linear-gradient(to bottom, rgba(229,168,0,0.5) 0%,rgba(255,216,4,0.3) 50%,rgba(229,168,0,0.5) 100%);
}
.users-table tbody tr.active .reference-text, .users-table tbody tr.active .montant-text, .users-table tbody tr.active .date-text  {
    font-weight: 600;
}
.veh-table-img {
    width: 68px;
    margin-right: 10px;
    float: left;
}
.type-text {
    font-size: 10px;
}
.label-statut.statut-dark {
    padding: 4px;
    background-color: #2125294f;
    border-radius: 4px;
    min-width: 100px;
    color: #212529;
    font-weight: 400;
    font-size: 0.75em !important;
}
.statut-success {
    color: #198754;
}
.statut-danger {
    color: #dc3545;
}
.statut-warning {
    color: orange;
}
.label-statut {
    font-size: 0.85em;
    font-weight: 700;
}
.reference-text {
    font-weight: 500;
}
.mt-total-col {
    width: 120px !important;
}
.action-col {
/*    min-width: 100px;
    max-width: 100px;*/
}
.new-ribbon {
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #0d6efd;
    color: #fff;
    z-index: 10;
    font-size: 10px;
    width: 55px;
    padding: 2px;
    text-align: center;
    line-height: 1.3em;
}
.veh-col {
    position: relative;
    min-width: 180px;
}
.btn-table {
    /*display: none;*/
    border-radius: 4px;
    font-size: 0.8em;
    height: 35px;
    width: 35px;
    color: white;
    font-size: 18px;
    padding: 4px 8px;
    box-shadow: 0px 1px 2px 0px #2d2d2d3b;
}
.btn-table:hover {
    color: #000;
    background-color: #ddddddf5;
    background: linear-gradient(135deg, rgb(232, 232, 232) 0%,rgb(217, 216, 216) 50%,rgb(181, 180, 180) 100%);
    box-shadow: 0px 0px 0px 0px #2d2d2d3b;
}
.btn-voir-reservation, .btn-download-bc, .btn-pay-tab {
    border: 1px solid #6f6f6f5e;
    background-color: #fff;
    color: #003653;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
}
tr.active .btn-voir-reservation, tr.active .btn-download-bc, tr.active .btn-pay-tab {
    display: inline-block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: left;
}
tr.active .btn-pay-tab {
    float: none !important;
    display: bloack;
    margin-right: auto;
    margin-left: auto;
}
/* TABLEAU DES PAIEMENTS ------------------------------------------------------- */
.ref-cmd-link {
    color: inherit;
}
.ref-cmd-link:hover {
    color: inherit;
}
.paiements-subtitle {
    font-size: 18px;
    border-bottom: 1px solid #0000001c;
    line-height: 1.8em;
}
/* 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;
}
.page-item.active .page-link {
    background: linear-gradient(135deg, #dc4e28 0%,#db380f 50%,#d31f00 100%);
    border: 0px;
}
.page-link {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}
.page-link:hover {
    color: #DC4E28;
}
.pagination {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.btn-table {
    border-radius: 4px !important;
    font-size: 0.8em !important;
    height: 35px !important;
    width: 35px !important;
    /*color: white !important;*/
    font-size: 18px !important;
    padding: 4px 8px !important;
    box-shadow: 0px 1px 2px 0px #2d2d2d3b !important;
}
.btn-voir-reservation, .btn-download-bc, .btn-pay-tab {
    border: 1px solid #6f6f6f5e;
    background-color: #fff;
    color: #003653;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
}
tr.active .btn-voir-reservation, tr.active .btn-download-bc, tr.active .btn-pay-tab {
    display: inline-block;
    position: relative;
    margin-left: auto !important;
    margin-right: 5px !important;
    float: left;
}
.voir-reservation {
    font-size: 0.8em !important;
    font-size: 18px !important;
}
.btn-voir-reservation {
    line-height: 2em !important;
}
.btn-voir-reservation i {
    font-size: 18px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 1.6em !important;
}


/* PAGE DETAILS RESERVATION ---------------------------------------------------- */
.infos-client-line {
    font-size: 12px;
    color: #212529;
}
.nom-prenom, .adresse {
    display: block;
    line-height: 1.2em;
}
.nom-prenom {
    font-size: 14px;
}
#reservation-details-header {
    background-image: url(../../../img/background/texture-1.gif);
    border-bottom: 1px solid #f4f4f4;
}
.veh-img {
    width: 100%;
    max-width: 210px;
    height: auto;
}
.veh-line-mod-cat {
    font-size: 12px;
}
.vehicule-option-img {
    width: 16px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 5px;
    vertical-align: middle;
    line-height: 30px;
    display: inline;
}
.options-container {
    font-size: 11px;
    width: 100%;
    color: #6a6a6a;
    position: relative;
}
.km-text {
    font-size: 12px;
    margin-top: 5px;
}
.details-reservation-label {
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 14px;
}
.recap-reservation-text, .adresse-agc {
    display: block;
    font-size: 12px;
    color: #797979;
}
#navette-container p {
    font-size: 11px;;
}
.tarification-header {
    padding: 5px 10px;
    border-bottom: 1px solid #ff5122;
    background-color: #f7f7f7;
}
.nom-offre {
    font-size: 18px;
    margin-top: 5px !important;
    font-weight: 600;
}
.prestation-offre-list, .prestation-supp-list {
    list-style: none;
    padding-left: 5px;
    margin: 0px;
    line-height: 1.2em;
}
.prestation-offre-list li::before {
    content: '✓';
    position: absolute;
    color: green;
    font-size: 1.2em;
}
.prestation-supp-list li::before {
    content: '+';
    position: absolute;
    color: orangered;
    font-size: 1.2em;
}
.supp-agence-line {
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.recap-presta-libelle {
    padding-left: 18px;
    font-size: 0.7em;
}
.recap-presta-libelle .libelle-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 250px;
    white-space: nowrap;
}
.prestation-tarif {
    width: 65px;
    float: right;
    text-align: right;
}
.total-line {
    text-align: right;
    border-top: 1px solid #f2f2f2;
    padding-top: 10px;
}
.total-ht-text {
    color: #6a6a6aa8 !important;
    font-size: 14px !important;
}
.remise-label {
    font-size: 0.75em;
    color: #000;
    font-weight: 200 !important;
}
.remise-valeur-text {
    font-size: 0.75em;
}
#mt-remise {
    font-weight: 500;
}
.mt-total-text, .acompte-mt {
    width: 130px;
    display: inline-block;
}
.acompte-libelle {
    text-align: right;
    font-size: 0.8em;
}
#caution-container {
    border: 1px solid #f2f2f2;
    padding: 8px;
    background-color: #f7f7f7;
    font-size: 16px;;
}
.default-detail-resa-line {
    color: #6a6a6a;
    line-height: 1em;
    font-size: 0.9em;
}
.default-libelle {
    color: #6a6a6a;
    font-size: 0.8em;
    text-align: left;
}
#factures-tab tr {
    height: 50px !important;
}
.alert-info-container {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
/* NAVIGATION & STATUT ATTENTE ELEMENTS */
.btn-users-nav {
/*    background-color: #000;
    border-radius: 8px !important;*/
    font-size: 12px;
    padding: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px;
    min-width: 140px;
    min-height: 30px;
    font-weight: 400;
    border-radius: 20px !important;
    text-decoration: none !important;
    
}
.btn-users-nav i {
    font-size: 20px;
}
.btn-users-nav span {
    vertical-align: text-bottom;
}

.btn-pay-tab {
    line-height: 1.8em !important;
}
.btn-pay-tab i {
    font-size: 20px;
}
a:has(button) {
    text-decoration: none;
}
.recap-presta-libelle {
    padding-left: 18px;
    font-size: 0.7em;
    line-height: 1.4em;
}
#details-reservation-container .recap-presta-libelle .libelle-text {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px !important;
    width: 220px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: -moz-middle-with-baseline;
}
#details-reservation-container .prestation-tarif {
    width: 80px !important;
    float: right;
}
#details-reservation-container h5.mt-total-text {
    width: 100% !important;
}


/*.btn-users-nav {
    font-size: 12px !important;
    padding: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 40px !important;
    min-width: 150px !important;
    min-height: 30px;
    font-weight: 400;
    border-radius: 20px !important;
    text-decoration: none !important;
}*/
.btn-users-nav span {
    font-size: 12px !important;
}
.btn-light-blue {
    background-color: #fff;
    border-color: #ddd;
    color: #005b8c;
}
a.btn-table {
  line-height: 2em;
}
a.btn-table i {
  font-size: 20px !important;
}

/* PAGE PROCESS ACCOUNT -------------------------------------------------------- */
.forgotten-pwd-text {
    font-size: 14px;
    color: var(--font-color);
}

#forgrotten-pwd-form #num-client {
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

/* AUTRES ---------------------------------------------------------------------- */
.alert-info-container {
    border: 0px;
    border-left-width: 0px;
    border-left-style: none;
    border-left-color: currentcolor;
    border-left: 4px solid #72aee6;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    color: #2c3338;
    background: linear-gradient(135deg, rgb(255, 255, 255) 0%,rgb(242, 242, 242) 50%,rgb(234, 234, 234) 100%);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
    border-radius: 5px;
}
.alert-info-container {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
}
.float-right {
    float: right;
}


/* RESPONSIVE ------------------------------------------------------------------ */
@media screen and (max-width: 7680px) { 
    
}
@media screen and (max-width: 1680px) { 
   
}
@media screen and (max-width: 1440px) {
    
}
@media screen and (max-width: 1399px) {  /* 1400px */
    #users-inner-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .users-item-card {
        width: 190px;
    }
}

@media screen and (max-width: 1366px) { 
    

}

@media screen and (max-width: 1199px) { /* 1200px*/
    /* MAIN-CONTAINER ---------------------------------------------------------- */
    .container.main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* DASHBOARD --------------------------------------------------------------- */
    #sidebar-user-mobile-container {
        display: none;
    }
    .users-item-card {
        margin-bottom: 20px;
    }
    /* TITLE ------------------------------------------------------------------- */
    #users-content-header {
        padding: 20px;
        height: auto !important;
    }
    #users-content-header h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    .users-item-card {
        width: 200px;
    }
}

@media screen and (max-width: 1024px) { 
    
}

@media screen and (max-width: 991px) { 
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar-nav-right-container {
        float: none !important;
        min-width: 220px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        text-align: center;
    }
    /* MAIN-CONTAINER ---------------------------------------------------------- */
    .container.main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    /* DASHBOARD --------------------------------------------------------------- */
    #sidebar-user-mobile-container {
        display: none;
    }
    .users-item-card {
        margin-bottom: 20px;
    }
    /* TITLE ------------------------------------------------------------------- */
    #users-content-header {
        padding: 20px;
        height: auto !important;
    }
    #users-content-header h1 {
        font-size: 20px;
        margin-bottom: 0px;
    }
    
    .col-md-12.pe-0 {
        padding-left: inherit;
    }
    .col-md-12.ps-0 {
        padding-right: 0px;
    }
    
    /* DATATABLES -------------------------------------------------------------- */
    #reservations-tab_wrapper, #reservations-attentes-tab_wrapper, #paiements-tab_wrapper, #devis-tab_wrapper {
        overflow: hidden !important;
        overflow-x: scroll !important;
        max-width: 480px;
    }
}

@media screen and (max-width: 900px) {
    
}

@media screen and (max-width: 768px) {
    
}
@media screen and (max-width: 767px) {
    /* MAIN-CONTAINER ---------------------------------------------------------- */
    .container.main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* DASHBOARD --------------------------------------------------------------- */
    #users-sidebar {
        display: none;
    }
    
    .users-item-card {
        margin-bottom: 20px;
    }
    
    
    /* TITLE ------------------------------------------------------------------- */
    #users-content-header {
        padding: 20px;
        height: auto !important;
    }
    #users-content-header h1 {
        font-size: 18px;
        margin-bottom: 0px;
    }
    
    /* MOBILE SIDEBARE --------------------------------------------------------- */
    #sidebar-user-mobile-container {
        display: block;
    }
}
@media screen and (max-width: 576px) {
    
}
@media screen and (max-width: 575px) {
    /* PAGE LOGIN -------------------------------------------------------------- */
    #login-form {
        padding: 0px;
    }
    #signup-main-img {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    
}
@media screen and (max-width: 480px) {
    
}

@media screen and (max-width: 411px) {
    
}

@media screen and (max-width: 375px) {
    
}

@media screen and (max-width: 360px) {
    
}