@import "./custom.css";


.table.table-striped.shadow-sm{
    margin-bottom: auto;
}

div.collapse.navbar-collapse ul li a{
    color: #F2CC8F !important;
}

.btn.btn-info.btn-sm{
    background-color: rgb(55, 57, 140) !important;
    color: white;
}

/* Personnalisation des entêtes de tableaux "dark" */
.table-dark thead tr {
    background-color: rgb(55, 57, 140) !important;
}

.table-dark th {
    background-color: rgb(55, 57, 140) !important;
    color: #fff !important;
}

a.nav-link{
    color: black;
}

.btn.btn-primary, a.btn.btn-primary.mb-3{
    background-color: rgb(55, 57, 140) !important;
}

div.card-header.bg-primary.text-white{
    background-color: rgb(55, 57, 140) !important;
}

.d-flex.justify-content-between.align-items-center{
    margin-bottom: 10px;
}

iframe{
    height: 600px;
}

button.btn.btn-secondary, .btn.btn-outline-primary.w-100{
    background-color:rgb(55, 57, 140) !important;
    color: white;
}

.btn.btn-light, .btn.btn-outline-secondary.w-100{
    background-color: #6c757d;
    color: white;
    
}

span.badge.bg-info{
    background-color: rgb(55, 57, 140) !important;
}