body {
    font-family: 'Noto Sans', sans-serif;
    background-color: #333;
    color: #eeeeee;
}

a {
    text-decoration: none;
    color: skyblue;
}

td {
    background-color: white;
    line-height: 1.25;
}

td a {
    color: #0d6efd;
    line-break: loose;
}

table {
    max-width: 100%;
    overflow: hidden !important;
}

footer {
    padding: 20px;
    background-color: #999;
    color: #222;
    font-size: .9em;
}

small p {
    margin-left: 2em;
}

table i {
    font-size: 1.8em;
}

label {
    margin: 5px 0;
}

.container {
    min-height: calc(100vh - 163px);
}

.form-row {
    padding-bottom: 5px;
    border-bottom: thin solid lightgray;
}

.retrait {
    padding-left: 2em;
}

.row {
    margin-bottom: 2em;
}

.card {
    margin-bottom: 2em;
}

.texte {
    color: #212529;
    font-size: 1em;
}

.card-header {
    color: #212529;
}

table {
    font-size: 1em;
}

th a {
    color: inherit;
    text-decoration: underline;
}

.modal-body, .modal-title {
    color: #333;
}

.close {
    border: none;
    background: none;
    color: #666;
}

.close:hover {
    color: #333333;
}

#vide {
    background-color: #eee;
    color: darkgray;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 12px;
}

.table-bordered th {
    min-width: 200px;
    background-color: #e9ecef;
    color: #495057 !important;
    border-color: #dee2e6;
}

.py-5 {
    color: lightgray;
}

.card-header, .card-footer {
    background-color: #e3f2fd
}

.form-group {
    margin: 10px 0;
}

.pull-right {
    float: right;
}

.logo {
    height: 75px;
    opacity: .55;
    transition: .15s ease-in-out
}

.logo:hover {
    opacity: .7;
}

.card-header {
    font-size: 14pt;
}

.erreur, .errorlist li {
    font-size: 15px;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.errorlist li {
    list-style: none;
    color: #dc3545;
    border: none;
    margin: 0;
    font-size: 14px;
}

.errorlist {
    margin: 0;
    padding: 0;
}

.error-msg {
    color: #dc3545;
}

.help-block {
    font-size: 14px;
    color: #737373;
    font-family: 'Oswald', sans-serif;
}

#affichage-tableau, #affichage-fiches {
    color: skyblue;
}

.affiche-toggle {
    color: #D3D3D3;
    text-align: center;
}

.paginate_by_btns {
    color: #D3D3D3;
}

.paginate_by_btns a {
    color: skyblue;
}

.non-dispo {
    color: #888;
    font-size: .9em;
    text-transform: uppercase;
    font-style: italic;
}

.presentation {
    margin: 0 auto;
    text-align: justify;
    max-width: 840px;
}

.titre-accueil {
    text-align: center;
}

.chercheur {
    text-align: center;
    transition: .3s ease;
}

.chercheur:hover {
    transform: scale(1.05);
}

.chercheur:active {
    transform: scale(1);
}

.chercheur a {
    color: #eee;
}

.chercheur img {
    width: 80%;
    border-radius: 50%;
    margin-bottom: 2em;
}

/*
::selection {
  background: #ed635e;
}
::-moz-selection {
  background: #ed635e;
}
*/
#udem_cookie_consent_toggle {
    color: #0b113a;
    text-align: right;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-results {
    color: #333;
}

.instructions {
    text-align: center;
    color: lightgreen;
}