body {
    min-width: 320px
}

#wrapper #content-wrapper {
    overflow:inherit !important;
    
}
/*.table-responsive {
    overflow:inherit !important;
}*/
.bg-login-image {
    border-right:1px solid #D4DDF7;
    text-align: center;
}
.bg-login-image img {
    max-width: 100%;
    height: auto;
}
#liste-clients .btn-client {
    display: block;
    margin-top: 1em;
    margin-right: 3px;
    float: left
}
.btn-client span:nth-child(1) {
    cursor: default
}
.bg-titre {
    background:#A4B7EF;
    color: #000;
}
.bg-total {
    background:#CFD9F6
}
tr.selected, th.selected, td.selected, tr.selected th, tr.selected td, tr:target, tr:target th, tr:target td {
    background:#F6CFCF
}
table.sticky {
    position: relative;
}
table.sticky thead  {
    position: sticky;
    top: 0;
}
table.sticky thead th {
    border: 1px solid #e3e6f0;
    background: #fff;
}

.btn-group-toggle label.btn.active {
    background-color: #007bff !important; /* Bleu plus visible */
    color: white !important;
    /*border-color: #0056b3 !important;
    box-shadow: 0px 0px 10px rgba(0, 123, 255, 0.5);*/
}

.btn-group-toggle input:disabled + label {
    opacity: 0.5;
}