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;
}
.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;
}
.semblable, .meme-auteur, .meme-notice, .notice-lie, .meme-projet{
    cursor: pointer;
}
.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{
    font-size: 15px;
    padding: 10px 12px;
    margin: 0 0 10px 0;
    border: 1px solid #dc3545;
    border-radius: 4px;
}

.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;
}
/*
::selection {
  background: #ed635e;
}
::-moz-selection {
  background: #ed635e;
}
*/
