
a.rechercher span {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url("../images/icones/recherche_32.png");
    margin: 5px;
}

/*--------------------------
    BTN PRINT AND EXPORT CSV
 --------------------------*/

a.imprimer, a.format_csv {
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 4px;
    text-decoration: none !important;
    padding: 0.5rem 1rem;
    transition: background-color 0.3s ease;
}

a.imprimer:hover, a.format_csv:hover {
    background-color: #0c4de1;
}

a.imprimer i, a.format_csv i {
    font-style: normal !important;
}

a.imprimer i::before, a.format_csv i::before {
    margin-right: 0.5rem;
}

.bouton_tableau {
    margin-bottom: 1rem;
    text-align: right;
}

a.imprimer span, a.format_csv span {
    background-image: none !important;
}

@media (max-width: 768px) {
    a.imprimer i span, a.format_csv i span {
        display: none;
    }

    a.imprimer i::before, a.format_csv i::before {
        margin-right: 0;
    }

    a.imprimer i, a.format_csv i {
        font-style: normal !important;
        font-size: 1.2rem !important;
    }

    a.imprimer, a.format_csv {
        padding: 0.5rem 1rem;
    }
}

/****/

a.trier span {
    display: inline-block;
    width: 8px;
    height: 16px;
    background-image: url("../images/icones/double_fleches_v_8.png");
    margin: 0 0 0 5px;
}

.ligne_recherche .tableau_champ_recherche {
    width: 95%;
    display: table-cell;
}

.num_page_tableau {
    display: inline-block;
    padding: 2px 5px;
    border: 1px #121212 solid;
    margin: 5px 5px 0;
}

.barre_pages_tableau {
    margin: 5px auto auto;
    width: 80%;
    text-align: center;
}

.border-left {
    border-left: 1px solid #ddd;
}

.border-right {
    border-right: 1px solid #ddd;
}

.ligne_titre_intermediaire {
    font-size: 0.8em;
}

thead .ligne_titre_intermediaire td, thead .ligne_titre_intermediaire th {
    vertical-align: middle;
}

.mfMiniTable {
    margin: 40px 0;
    padding: 0 5px 5px 5px;
    border: 1px solid;
    background-color: white;
}

.mfMiniTable .label {
    font-size: 0.75em;
    margin-left: 10px;
    font-style: italic;
    color: grey;
    float: left;
}

.mfMiniTable .value {
    text-align: right;
}

.mfMiniTable .link {
    text-align: center;
    margin-top: 5px;
}

.mf_edit_table {
    border: #aaaaaaaa solid 1px;
    padding: 2px 4px;
    margin: 0;
}

/*--------------------------
        BTN DELETE
 --------------------------*/

table tbody button.btn.btn-danger i.bi.bi-trash {
    color: white !important;
}

table tbody i.bi.bi-trash {
    color: red !important;
}

table tbody i.bi.bi-trash:hover {
    color: #c80808 !important;
}

table tbody button.btn:hover i.bi.bi-trash {
    color: white !important;
}
