

img.jl-inline,img.jl-display {
    margin-bottom:0;
}

.box {
    padding: .25rem 0.5rem;
    margin-top: 0.5rem;
}
.box p {
    margin-bottom: 0;
}

.box.manip {
    background-color:#CCCCFF
}
.box.manip::before {
    content: "MANIP";
    font-weight: bold;
    font-style: italic;
}

.box.python {
    background-color:#F9F871
}
.box.python::before {
    content: "Python";
    font-weight: bold;
    font-style: italic;
}
.box.pydo {
    background-color:#F9F871
}
.box.pydo::before {
    content: "TODO (Python)";
    font-weight: bold;
    font-style: italic;
}


.box.todo{
    background-color:#FFC4AE
}
.box.todo::before {
    content: "TODO";
    font-weight: bold;
    font-style: italic;
}

.box.note{
    background-color:#AAAABB
}
.box.note::before {
    content: "NOTE";
    font-weight: bold;
    font-style: italic;
}

.box.draft{
    background-color:#AAAABB
}
.box.draft::before {
    content: "À RÉDIGER";
    font-weight: bold;
    font-style: italic;
}

.box.media::before {
    content: "MÉDIA";
    font-weight: bold;
    font-style: italic;
}
.box.media {
    background-color:#CCCCFF
}

#refs {
    margin-bottom: 2rem;
    font-size: 0.875rem;
}
#refs::before {
    content: "Références bibliographiques importantes :";
    font-weight: bold;
    font-style: italic;
}
#refs .csl-entry .csl-left-margin {
    display: inline;
    padding-right: .25em;
}
#refs .csl-entry .csl-right-inline {
    display: inline;
}
