/* Bouton */

/* Bouton Gris */
.jl-btn-gris-fonce {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff;
    background-color: #595959;
    cursor: pointer;
}

.jl-btn-gris-fonce:hover {
    background-color: #808080;

}