.page-content-width {
    width: 1300px;
    margin: auto;
}

.article-content-width {
    width: 1100px;
    margin: auto;
}

.return-container {
    margin: 80px 0;
}

.return-button {
    padding-left: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #064872;
    position: relative;
}

.return-button::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    height: 20px;
    background: url('../media/imgs/fleche_bleu.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotateZ(90deg);
    filter: brightness(0.6);
}

.article-presentation {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin: 40px 0;
}

.article-subpresentation {
    text-align: center;
    font-size: 18px;
    margin: 40px 0;
    color: #616160;
}

.article-date {
    width: 600px;
    margin: auto;
    text-align: right;
    color: #616160;
    position: relative;
    text-transform: uppercase;
}

.article-date::before {
    content: '';
    position: absolute;
    top: -4px;
    right: 0;
    width: 200px;
    height: 1px;
    background: #064872;
}

.article-section-title {
    color: #064872;
    font-size: 26px;
    font-weight: 600;

}

.article-section-content {
    font-size: 18px;
    color: #616160;
}

.article-section-content em {
    color: #064872;
    font-weight: 600;
    font-style: normal;
}