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

/* ----------------------------------------------
Auteur/author : nicodeux
Dernière mise à jour/last update : 13/06/2024
Licence : GNU General Public License v3.0
---------------------------------------------- */

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

#document {
    position: relative;
    padding: 0 6em 2em 6em;
}

#document h1, #document h2, #document h3 {
    text-align: left;
    margin: 0 0 1.2em 0;
    font-weight: bolder;
}

#document h1 {
    text-align: left;
    margin: 0.4em 0 0 0;
    font-style: var(--lourde);
}

#document p, #document ul {
    line-height: 1.4em;
    margin-bottom: 1em;
    text-align: justify;
}

#document p {
    text-indent: 1.4em;
}

#document p:last-of-type {
    margin-bottom: 0;
}

p .side-image {
    display: block;
    margin: 0 1.5em;
    max-width: 45%;
    min-width: 30%;
    text-align: center;
    font-size: 0.7em;
    color: var(--bleu-azur);
}

p .side-image img {
    display: block;
    width: 100%;
}

p .image-centree {
    text-align: center;
    margin: 0 auto;
    max-width: 90%;
    min-width: 60%;
}

.banniere {
    display: block;
    width: 100%;
    max-width: 100% !important;
    text-align: center;
}

.banniere img {
    width: 60% !important;
    margin: 0 auto;
}

#navigation {
    margin: 0.2em 0 2.8em 0;
    font-size: 0.8em;
}

#navigation a {
    font-size: 1em;
}

.pres_colonne {
    display: flex;
    flex-direction: row;
    margin-bottom: 2em;
}

.colonne_image {
    flex: 0 0 130px;
    max-width: 130px;
    text-align: center;
}

.colonne_image img {
    margin: 0;
    max-width: 100%;
}

.colonne_texte {
    padding-left: 1em;
    text-align: left;
}

.colonne_texte p {
    text-indent: 0 !important;
}
