.table-striped > tbody > tr > td {
     vertical-align: middle;
}
.table > tbody > tr > td {
     vertical-align: middle;
}

.table-bordered > tbody > tr > th {
     vertical-align: middle;
}
.table > tbody > tr > th {
    background-color: #ccc;
    border-top:0px solid #ccc;
} 

.white-space-pre {
	white-space: pre-line;
}

.font-bold {
font-weight: bold;}

.red{
    color: red;
}



a.decoration-none {text-decoration: none !important; color:inherit !important; }


.label-large {
            font-size: 18px; /* Taille légèrement plus grande (par défaut Bootstrap ~14px) */
        }

.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}