@charset "UTF-8";

/* Page détail actualité */

.article {
    max-width: 820px;
}

.article h1 {
    font-size: clamp(1.7rem, 5vw, 2.4rem);
    margin: 6px 0 22px;
}

.article-image {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    border-radius: 14px;
    box-shadow: var(--ombre);
    margin-bottom: 28px;
}

.article-contenu {
    font-size: 1.05rem;
    line-height: 1.75;
    color: var(--anthracite);
}

.article-retour {
    margin-top: 34px;
}
