/* fiche.css */

.fiche-raccourcis a{color:#33CCFF;margin-bottom:5px;}  
.fiche-raccourcis a{cursor:pointer}

.fiche-raccourcis a.active{color:white;background-color:darkblue;padding-left:10px;}
.fiche-raccourcis a:not(.active):hover{color:darkblue;padding-left:5px;}


@media (max-width: 1024px) {
    .fiche-raccourcis {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #table-files .hide-when-small{display:none}
}
/*
    320px — 480px: Mobile devices
    481px — 768px: iPads, Tablets
    769px — 1024px: Small screens, laptops
    1025px — 1200px: Desktops, large screens
    1201px and more —  Extra large screens, TV
*/
