/* === SECTION DERNIÈRES PARUTIONS === */
.dernieres-parutions {
    max-width: 1140px;
    margin: 50px auto;
    text-align: center;
}

.dernieres-parutions h2 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 2px solid #f39c12;
    display: inline-block;
    padding-bottom: 5px;
}

.parution-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.parution {
    flex: 1;
    background: white;
    padding: 20px;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}

.parution img {
    width: 100%;
    max-width: 340px;
    border-radius: 6px;
}

.parution p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 500;
}
