/* Styles par défaut pour les fonctions dans jmdt.css */

/*"Back to Top" */
#btn-back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 1000;

    width: 42px;
    height: 42px;

    display: none;

    border-radius: 50%;
    opacity: .8;

    transition: opacity .2s;

    cursor: pointer;
}

#btn-back-to-top:hover {
    opacity: 1;
}