/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


.table-success, .table-info, .table-warning, .table-danger {
    --bs-table-border-color: #ffffff;
}

.navbar {
    --bs-navbar-active-color: #dcc6a4;
    /*max-width: 1200px;*/
    /*margin: auto;*/
}

.nav-link {
    --bs-nav-link-font-weight: 600;
    --bs-nav-link-font-size: 14px;
}

.st-header-container a {
    color: black;
    text-decoration: none;
}

.encadre {
    border: solid 2px #1e1e1e;
    padding: 5px;
    width: fit-content;
    /* margin: 0 !important; */
}

.st-table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.st-row {
    display: table-row;
}

.st-cell {
    display: table-cell;
    padding: 8px;
    border: 1px solid #ddd;
    text-align: center;
    vertical-align: middle;
}

.st-row-header-cell, .st-column-header-cell, .st-column-footer-cell {
    background-color: #1e1e1e;
    color: white;
}

.status-item {
    flex: 1;
    padding: 5px;
    text-align: center;
    color: #1e1e1e;
    margin: 0 auto;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    min-width: 75px;
    max-width: 150px;
}
