/* Version: 31-05-2026-16-39 */
section article p {
    margin-bottom: 20px;
}

section article ul li {
    margin-bottom: 10px;
    padding-left: 15px;
}

section article ul li:before {
    content: "-";
    margin-right: 5px;
}

/* Plan du site — arborescence par rubrique */
.sitemap-tree > li {
    list-style: none;
    padding-left: 0;
}
.sitemap-tree > li:before {
    content: "";
    margin-right: 0;
}
.sitemap-tree .sitemap-tree-branch {
    margin-bottom: 1.25em;
}
.sitemap-tree .sitemap-tree-section-title {
    font-weight: 600;
    display: block;
    margin-bottom: 0.35em;
}
.sitemap-tree .sitemap-tree-nested {
    margin-top: 0.35em;
    margin-bottom: 0;
    padding-left: 1.25em;
}
.sitemap-tree .sitemap-tree-nested li:before {
    content: "";
    margin-right: 0;
}
.sitemap-tree .sitemap-tree-nested li {
    padding-left: 0;
    list-style: disc;
    margin-left: 1em;
}