* {
    box-sizing:border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    background: #F1F1EA;
}

main {
    margin: 2em 1em 1em 1em;
    text-align: left;
    font-size: 16px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 16px;
    text-transform: uppercase;
}

h1:after
{
    content: ' ';
    display: block;
    border: 1px solid #333333;
    margin: 5px 0 0 0;
}

h2 {
    font-size: 16px;
}

.page {
    text-align: center;
    position: relative;
}

.header {
    margin: 1em auto 0;
    display: inline-block;
}

.header,
.footer {
    font-size: 16px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
    font-weight: bold;
}

.header a:link {
    text-decoration: none;
    color: #333333;
}
.header a:visited {
    text-decoration: none;
    color: #333333;
}
.header a:hover {
    text-decoration: underline;
    color: #333333;
}
.header a:active {
    text-decoration: none;
    color: #333333;
}

.navbar a:link {
    text-decoration: none;
    color: #333333;
}
.navbar a:visited {
    text-decoration: none;
    color: #333333;
}
.navbar a:hover {
    text-decoration: underline;
    color: #333333;
}
.navbar a:active {
    text-decoration: none;
    color: #333333;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: left;
}

.navbar li {
    padding: 0 0 0 0;
    list-style-type: none;
    list-style-image: none;
    margin: 0 10px 0 10px;
}

.languageSelector {
    position: absolute;
    top: 18px;
    right: 0;
}
.language-selector {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
}

.content p {
    text-align: justify;
}

.hidden-rel {
    visibility: hidden;
}

pre {
    padding: 1rem;
    border: 1px solid Black;
}

code {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #333333;
}

a:active {
    color: #333333;
}

* {
    box-sizing:border-box;
}

body {
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    background: #F1F1EA;
}

main {
    margin: 2em 1em 1em 1em;
    text-align: left;
    font-size: 16px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
}

img {
    max-width: 100%;
}

h1 {
    font-size: 16px;
    text-transform: uppercase;
}

h1:after
{
    content: ' ';
    display: block;
    border: 1px solid #333333;
    margin: 5px 0 0 0;
}

h2 {
    font-size: 16px;
}

.page {
    text-align: center;
    position: relative;
}

.header {
    margin: 1em auto 0;
    display: inline-block;
}

.header,
.footer {
    font-size: 16px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
    font-weight: bold;
}

.header a:link {
    text-decoration: none;
    color: #333333;
}
.header a:visited {
    text-decoration: none;
    color: #333333;
}
.header a:hover {
    text-decoration: underline;
    color: #333333;
}
.header a:active {
    text-decoration: none;
    color: #333333;
}

.navbar a:link {
    text-decoration: none;
    color: #333333;
}
.navbar a:visited {
    text-decoration: none;
    color: #333333;
}
.navbar a:hover {
    text-decoration: underline;
    color: #333333;
}
.navbar a:active {
    text-decoration: none;
    color: #333333;
}

.navbar {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 2px 0 0 0;
    text-align: left;
}

.navbar li {
    padding: 0 0 0 0;
    list-style-type: none;
    list-style-image: none;
    margin: 0 10px 0 10px;
}

.languageSelector {
    position: absolute;
    top: 18px;
    right: 0;
}
.language-selector {
    display: flex;
    font-weight: normal;
    font-size: 14px;
    font-family: Consolas, monospace, Courier;
    color: #333333;
}

.content p {
    text-align: justify;
}

.hidden-rel {
    visibility: hidden;
}

pre {
    padding: 1rem;
    border: 1px solid Black;
}

code {
    white-space: pre-wrap;
    overflow-wrap: break-word;
    word-break: break-all;
}

a:link {
    color: #333333;
}

a:visited {
    color: #333333;
}

a:hover {
    color: #333333;
}

a:active {
    color: #333333;
}

main section li {
    display: flex;
    list-style-position: inside;
    margin-bottom: 0.25em;
}

main section li span.date::before {
    content: '•'; /* Utilise un caractère pour la puce */
    position: relative;
    left: -1em; /* Ajuste la position de la puce */
    color: #333333;
}

main section li span.date {
    flex: 0 0 auto; /* Fixe la largeur de la date */
    margin-right: 0.5em; /* Espace entre la date et le titre */
}

main section li span.title {
    flex: 1 1 auto; /* Permet au titre de prendre le reste de l'espace */
}