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;
    text-align: right;
}

small p {
    margin-left: 2em;
}

label {
    margin: 5px 0;
}

.navbar.navbar-expand-lg.navbar-light {
    background-color: #ed635e;
}

.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;
}

.table tr:last-child td {
    border-bottom: none;
}

.infos-comp-edits li {
    margin-bottom: .5em;
}

.infos-comp-edits {
    width: 33%
}

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

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

#rechercheModal .modal-content .modal-header {
    background-color: #e3f2fd;
}

#rechercheModal input::placeholder {
    font-size: .8em;
    color: #777777;
}

.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: 940px;
}

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

#compteur {
    margin-top: 1.5rem;
}


#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;
}

#loader {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ed635e;
    z-index: 10;

    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #D3D3D3;

    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: skyblue;

    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);
        /* IE 9 */
        transform: rotate(0deg);
        /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);
        /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);
        /* IE 9 */
        transform: rotate(360deg);
        /* Firefox 16+, IE 10+, Opera */
    }
}

.loader-section {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 120%;
    height: 150%;
    background-color: black;
    z-index: 9;
    opacity: 0.6;
}