<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.row {
    margin-top: 0.9375rem;
}

.liste-items {
    margin-left: 0;
    list-style: none;
}

table .spip_logos {
    margin: 0;
}

.comment-meta {
    background: #F3F3F3;
}

.comment-meta p {
    margin-bottom: 0;
}

a .label {
    cursor: pointer;
}

#pass_securise {
    display: none !important;
}

/* Taille des icÃ´nes des reseaux socieux */
.sociaux .socicon {
    font-size: 2rem;
}

.show-is-sticky {
    display: none;
}

.sticky.is-stuck .show-is-sticky {
    display: block;
}

.spip_note_ref {
    vertical-align: super;
    font-size: 0.75rem;
}

.notes .spip_note_ref {
    vertical-align: initial;
    font-size: 1rem;
}

/* Appliquer une marge sur les ancres Cela Ã©vite des problÃ¨me de positionnement
 * avec l'option Sticky et c'est plus ergonomique.
 * Source : https://stackoverflow.com/questions/10732690/offsetting-an-html-anchor-to-adjust-for-fixed-header/21707103#21707103
 */
:target {
    border-top: 75px solid transparent;
    margin: -75px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    outline: none; /* Supprimer la outline disgracieuse de Chrome */
}
</pre></body></html>