#bt_load_more {
    padding: 10px 5px 10px 5px;
    background-color: black;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
.bt_filters {
    /*
    text-decoration: underline;
    cursor: pointer;
    background-color: transparent;
    color: #2e6e9e;
    width: 150px;
    cursor: pointer;
    transition: all 0.5s;
    border: ;
*/

    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
    color: #FFF;
    background-color: #015168;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #015168;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.bt_filters:hover {
    cursor:pointer;
    color: #015168;
    background-color: #FFF;
}
.filers {
    margin: 10px 0px 0px 0px;
}


.moteur input{
    text-align: center !important;
    padding: 0.5rem 0.5rem !important;
}
.bt_signalement {
    text-decoration: underline;
    color: #6c757d;
    transition:all 0.3s;
}
.bt_signalement:hover {
    text-decoration: none;
    cursor: pointer;
}

.greyPic{
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    filter: gray;
}
.notifImgSuspended {
    width: 90%;
    margin-top: 20%;
    position: absolute;
    left: 17px;
    color: black;
    font-size: 12px;
    background-color: #e5ffe5;
    border: solid 1px #007200;
    border-radius: 15px;
    padding: 10px;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
    filter: none;
}
button {
    border:none !important;
}

.imgSelected-left {
    border: solid cornflowerblue 2px;
}
.imgSelected-right {
    border: solid indianred 2px;
}
.ui-datepicker-month {
    display:inline;
    font-size: 14px !important;
}
.ui-datepicker-year {
    display:inline;
    font-size: 14px !important;
}
#dateDebut, #dateFin {
    padding-left: 5px;
    padding-right: 5px;
}