/* ============================================================
   Revue de presse – page individuelle
   interchanvre.org/revue-de-presse?id=X
   ============================================================ */

/* Hero */
.rdp_hero {
    background: rgb(19,55,51);
    padding: 9vw 8vw 4vw;
    position: relative;
}
.rdp_hero_back {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    display: inline-block;
    margin-bottom: 1.5vw;
    transition: color 0.2s;
}
.rdp_hero_back:hover { color: rgb(146,221,58); text-decoration: none; }
.rdp_hero_period {
    font-family: 'Branding', Georgia, serif;
    font-weight: 900;
    font-style: italic;
    font-size: 1.8vw;
    color: rgb(146,221,58);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.8vw;
}
.rdp_hero_title {
    font-family: 'FinalSix', Georgia, serif;
    font-size: 3.5vw;
    color: #fff;
    margin: 0 0 1.5vw;
    line-height: 1.1;
}
.rdp_hero_meta {
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    color: rgba(255,255,255,0.6);
}

/* Contenu principal */
.rdp_content {
    padding: 4vw 8vw;
    background: #fff;
}

/* Bloc section (Presse nationale / Presse départementale) */
.rdp_section {
    margin-bottom: 4vw;
}
.rdp_section_title {
    font-family: 'Branding', Georgia, serif;
    font-weight: 900;
    font-style: italic;
    font-size: 2.2vw;
    color: #3f3c35;
    border-left: 0.4vw solid rgb(146,221,58);
    padding-left: 1.2vw;
    margin: 0 0 2vw;
    line-height: 1.2;
}

/* Grille d'entrées */
.rdp_entries_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}
.rdp_entry_card {
    flex: 1 1 22vw;
    max-width: 30vw;
    background: #faf8f2;
    border-radius: 0.8vw;
    overflow: hidden;
    border: 1px solid #e8e4d8;
    display: flex;
    flex-direction: column;
}
.rdp_entry_photo {
    width: 100%;
    height: auto;
    display: block;
}
.rdp_entry_body {
    padding: 1.2vw 1.5vw 1.5vw;
    display: flex;
    flex-direction: column;
    gap: 0.5vw;
    flex: 1;
}
.rdp_entry_badge {
    display: inline-block;
    padding: 0.2vw 0.8vw;
    border-radius: 2vw;
    font-family: 'Poppins', sans-serif;
    font-size: 0.75vw;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    align-self: flex-start;
}
.rdp_entry_media {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05vw;
    font-weight: 700;
    color: #3f3c35;
    line-height: 1.3;
}
.rdp_entry_date {
    font-family: 'Poppins', sans-serif;
    font-size: 0.85vw;
    color: #888;
}
.rdp_entry_mention {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9vw;
    color: #555;
    line-height: 1.5;
    margin-top: 0.3vw;
}

/* Lien article */
.rdp_photo_link {
    display: block;
    cursor: pointer;
}
.rdp_photo_no_link {
    cursor: default;
}

/* Pas de résultats */
.rdp_not_found {
    text-align: center;
    padding: 8vw 8vw;
    font-family: 'Poppins', sans-serif;
    color: #888;
}
.rdp_not_found a {
    color: rgb(146,221,58);
    text-decoration: underline;
}
