a.btn-ajax-waiting {
    opacity: 0.8;
    cursor: default;
    transition: none !important;
}

button {
    cursor : pointer;
}

button[data-ajax-param-val="on"] {
    background-color: cornflowerblue !important;
}

button.btn-bookmark[data-ajax-param-val="on"] {
    background-color: orange !important;
    color: white !important;
}

button.btn-follow[data-ajax-param-val="on"] {
    background-color : grey !important;
    color: white !important;
}

button.btn-follow-notif[data-ajax-param-with-notification="on"] {
    background-color: darkseagreen !important;
    color: white !important;
}

button.btn-follow-notif[data-ajax-param-with-notification="off"] {
    background-color: lightgray !important;
    color: black !important;
}

button[data-ajax-param-val="off"] {
    background-color : black;
    color: white;
}

.flou {
    color: transparent !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5) !important;
}