/*--- static/css/incons.css ---*/

/* Boutons download désactivés */
.btn-download.disabled,
.btn-download:disabled {
    opacity: 0.4 !important;          /* bien plus pâle */
    cursor: not-allowed !important;   /* curseur interdit */
    border-color: #aaa !important;    /* contour gris */
    background-color: #363636 !important; /* fond gris clair */
    color: #6c757d !important;        /* icône grise */
}

.btn-download.disabled i,
.btn-download:disabled i {
    color: #6c757d !important;        /* icône grise */
}
