body {
    background-color: white;
}

h1 > span {
    color: var(--bs-primary);
}

.btn-delete {
    float: right;
    background-color: var(--bs-danger) !important;
    color: white !important;
}

.btn-edit {
}

.btn-add {

}

.btn-back {

}

.btn-show {

}

img.svg_thumb {
    height: 80px;
}

.table-fiche th {
    width: 20%;
}

td.preview svg { height: 250px; width: auto; border:1px solid #999}
td.preview2 svg { height: 250px; width: auto;}


.select-multiple-2cols, .select-multiple-3cols {
    border: 1px solid #DDD;
    border-radius: 5px;
    padding: 8px;
    max-height: 20em;
    overflow-y: scroll;
    /* max-width: 60em; */
}

.select-multiple-2cols div.form-check {
    display: inline-block;
    width: 48%;
}

.select-multiple-3cols div.form-check {
    display: inline-block;
    width: 31%;
}

.template-svg-preview * {
    max-width: 900px;
    max-height: 900px;
}

/* Astérisque rouge pour les champs obligatoires */
label.required::after {
    content: " *";
    color: #dc3545;
}
