/* UI-01 — Titres capsules homepage */
.posts .entry-title {
    font-size: 1.5em;
    word-break: normal;
}

/* UI-04 — Extraits homepage */
.entry-content p {
    word-break: normal;
    overflow-wrap: break-word;
}

/* UI-05 — Flèches prev/next */
.post-navigation a:before {
    color: #000;
}

/* UI-06 — Images avec crop_focus contrôlable */
.entry-media .wp-post-image {
    width: 100%;
    height: 902px;
    object-fit: cover;
}

/* UI-07 — Mobile : header transparent */
@media (max-width: 768px) {
    .site-header {
        background-color: transparent !important;
    }
}

/* UI-09 — Mobile : titre de page réduit */
@media (max-width: 768px) {
    .is-singular .entry-title {
        font-size: 1.4em;
    }
}

/* UI-12 — Fond blanc pour dernier bloc impair */
.posts .hentry:last-child:nth-child(odd) {
    background-color: #fff;
}
