/** This CSS is a complement to bootstrap 5.3.1 */
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.btn-circle {
    background-color: #fff;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:active,
a:hover {
    color: #007bff;
    text-decoration: underline;
}

table {
    border-spacing: 0;
}
/** surcharge pour éviter de rajouter la class table à toutes les tables de la feuille de confirmation **/
.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
