.article_a_la_une .article-item {
    margin-top: 20px;
    overflow: hidden;
    background-color: #F2E25B;
    color: #1a1a1a;
    padding: 15px;
}

/* Le lien cliquable (en-tête) */
.article_a_la_une .article-item a.bloc-article {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: inherit;
    margin-bottom: 10px;
}

.article_a_la_une .article-item img {
    margin-right: 15px;
    max-width: 150px;
    height: auto;
}

.article_a_la_une .article-item .contenu-article strong {
    font-size: 1.1rem;
    display: block;
}

.article_a_la_une .article-item .contenu-article .small {
    font-size: 0.85rem;
    font-style: italic;
}

.article_a_la_une .article-item .note {
    margin-top: 5px;
    font-weight: bold;
}

/* Le texte complet SPIP (dans le même fond jaune) */
.article_a_la_une .article-item .texte-complet {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 1rem;
    text-align: justify;
}

.article_a_la_une .article-item .texte-complet a {
    color: #b40000;
    font-weight: bold;
    text-decoration: underline;
}

.article_a_la_une .article-item .texte-complet a:hover {
    text-decoration: none;
}

.article_a_la_une .article-item .texte-complet img,
.article_a_la_une .article-item .texte-complet figure {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}

