/* ----------- CONTENEUR GLOBAL ----------- */
.article-trophees-usmillas {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
    font-family: "Arial", sans-serif;
    line-height: 1.6;
    color: #f3eded;
}
.facebook-link {
    color: var(--rouge);
    font-weight: 700;
    text-decoration: none;
}

.facebook-link:hover {
    text-decoration: underline;
}

/* ----------- TITRES ----------- */
.article-trophees-usmillas h1 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 10px;
    color: #f30808;
}

.article-trophees-usmillas .article-chapo {
    text-align: center;
    font-size: 1.15rem;
    margin-bottom: 35px;
    color: #f7f4f4;
}

/* ----------- PARAGRAPHES ----------- */
.article-trophees-usmillas p {
    margin: 20px 0;
    font-size: 1.05rem;
}

/* ----------- IMAGES & FIGURES ----------- */
.article-trophees-usmillas .article-photo {
    margin: 35px 0;
    text-align: center;
}

.article-trophees-usmillas .article-photo img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
    box-shadow: 0px 6px 18px rgba(240, 237, 237, 0.986);
}

/* ----------- LÉGENDES ----------- */
.article-trophees-usmillas figure figcaption {
    margin-top: 10px;
    font-size: 0.95rem;
    color: #f7f2f2;
    font-style: italic;
}

/* ----------- RESPONSIVE ----------- */
@media (max-width: 600px) {
    .article-trophees-usmillas h1 {
        font-size: 1.7rem;
    }
    .article-trophees-usmillas .article-chapo {
        font-size: 1rem;
    }
    .article-trophees-usmillas p {
        font-size: 1rem;
    }
}
