/*
 * Styles de l’ECLAthèque
 */

body::after {
    content: "ECLAthèque CSS chargé";
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 9999;
    padding: 4px 8px;
    border: 1px solid currentColor;
    border-radius: 4px;
    background: inherit;
    font-size: 11px;
}