.input-group {
    flex-wrap: nowrap;
}

.has-toggle-input label, .has-toggle-input.radio label {
    display: block;
    float: left;
    padding: 5px 10px;
    margin: auto auto auto -1px;
    background: #f4f4f4;
    color: #444;
    border: 1px #d0d0d0 solid;
    line-height: normal;
    overflow: hidden;
    cursor: pointer;
}

.has-toggle-input label.active {
    background: #4BB543;
    border-color: #4BB543;
    color: white;
    font-weight: bolder;
}


.has-toggle-input label.no-select.active {
    background: #cb0928;
    border-color: #cb0928;
    color: white;
    font-weight: bolder;
}

.has-toggle-input label:first-of-type { margin-left: auto; }

.has-toggle-input label:last-of-type { }

.espace-colonnes {
    margin-top: 10px;
}

.default_d_none {
    display: none;
}

.tooltipster-show:has(.default_tooltipster_d_none) {
    display: none;
}

.montants {
    padding-bottom: 5px;
}

.montants .radio input, .montants .radio label {
    display: inline;
}

.montants .radio {
    padding-top: 5px;
}

.montant_span {
    font-weight: bold;
}

.mat_span {
    font-style: italic;
    font-size: 13px;
    /* font-weight: bold; */
    /* color: #903131; */
    margin-left: 10px;
}

