@charset "utf-8";
@import "article.css";

/* ----------------------------------------------
Auteur/author : nicodeux
Dernière mise à jour/last update : 01/05/2025
Licence : GNU General Public License v3.0
---------------------------------------------- */

/**************************/
/* Article page CSS */
/**************************/

body {
    background-image: url(../images/common/fonds/wazxxigg3.svg);
    background-repeat: repeat;
    background-size: 4%;
    background-attachment: fixed;
}

#document a:hover, * a strong:hover {
    color: var(--bleu-azur);
}

#footer * {
    color: var(--bleu-marin);
}

/* ###############################
    Contenu
############################### */

#defilement {
    box-shadow: 0 0 0.8em black;
}

#revision {
    float: right;
    font-size: 0.7em;
    color: var(--bleu-azur);
}

#document h1 {
    display: block;
    width: 45%;
}

#document h1 img {
    width: 100%;
}

#document h2 {
    text-transform: uppercase;
    color: var(--bleu-marin);
    text-shadow: 0 0 1px var(--bleu-azur);
    background: none;
    margin-top: 1em;
}

#document h3 {
    font-size: 1.3em;
    color: var(--bleu-ciel);
    text-shadow: 0 0 1px var(--bleu-azur);
}

#document ul {
    list-style: none;
}

#document ul li {
    margin: 0.4em 2em 0 2em;
}

#document ul li:before {
    content: "💮 \202F\202F";
}

.colonne_texte p {
    text-indent: 1.4em;
}

.badge {
    color: white;
    background-color: var(--bleu-ciel);
    border-radius: 1em;
    font-size: 0.9em;
    padding: 0.15em 0.5em;
}
