/* set the main background for the light theme to pink */
:root {
}

/* make the border for images transparent with a 30px radius */
.article__img {
    border-radius: 15px !important;
    border: none;
}
.article__figure {
    max-width: 706px;
}

.sub-title__edit-info > span{
    display: none;
    color: rebeccapurple;
}

.footer__powered {
}

.toc__virtual-toc-header>div {
    font-size: 0;
}
.toc__virtual-toc-header>div::after {
    content: "Sur cette page :";
    font-size: .9rem;    /* remet la taille de police normale */
    color: inherit;
}