.sub-head {
    display: flex;
}
#csv-input-file {
    display: inline-flex;
}
.head-btn {
    display: inline-flex;
    margin-left: auto;
    margin-right: 0;
}
.head-btn button {
    margin-left: 10px;
}
table.table {
    margin: 5px 0;
}
.col {
    width: 9.5%;
}
.col-num {
    width: 5%;
}
#spinner-progress {
    margin-left: calc((100% - 50px) / 2);
    margin-top: 100px;
    display: none; 
}

.totaux {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    display: none;
}

.total {
    font-size: 1rem;
}
.total-value {
    font-weight: bold;
}

.alert-success {
    /*display: none;*/
}