.page_content {
    max-width: 75em;
    margin: auto;
    padding-top: 0;
    max-width: 75em;
}

.en-tete {
    padding: 3em 13.75em;
}

.post-categories {
    padding: 0;
}

.post-categories li {
    list-style: none;
}

.article-title {
    font-size: 48px;
    text-transform: uppercase;
}

.en-tete time {
    font-size: 12px;
}

.gutenberg-content {
    max-width: 47.5em;
    margin: auto;
}

.secteur-article {
    border-radius: 20px;
    text-align: center;
    min-width: 4em;
    max-width: fit-content;
    padding: 0 0.5em;
}

/* Formation des aidants */
.en-tete {
    background-color: var(--color--bg-secteur);
}

.article-title,
.en-tete a,
.date-rs time {
    color: var(--color--font-secteur);
}

.is-style-article li::before {
    content: "";
    width: 1.5em;
    height: 0.75em;
    display: block;
    border-bottom: solid 2px var(--color--bg-secteur);
}

.gutenberg-content blockquote {
    border-color: var(--color--bg-secteur);
}

.secteur-article {
    border: 1px solid #000;
    color: #000;
}

/* Custom list style */
.is-style-article {
    list-style-type: none;
}

.is-style-article li {
    display: flex;
    gap: 0.75em;
}

/* Breadcrumb */
.yoast-breadcrumbs {
    font-size: 0.75em;
    max-width: var(--wp--style--global--wide-size);
    margin: auto;
}

.img-en-tete img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    max-height: 80vh;
}

@media screen and (max-width: 700px) {
    .en-tete {
        padding: 2em;
    }

    .img-en-tete img {
        max-height: 20vh;
    }

    .gutenberg-content {
        padding: 0 2em;
    }
}