/* === SECTION PRÉSENTATION & DERNIER NUMÉRO === */
.presentation-section {
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 50px auto;
    gap: 20px;
}

.presentation-text {
    width: 60%;
    background: white;
    padding: 25px;
    border-radius: 6px;
    text-align: justify;
    border: 1px solid #ddd;
    line-height: 1.4;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dernier-numero {
    width: 40%;
    background: white;
    padding: 25px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dernier-numero img {
    width: 100%;
    max-width: 400px;
    margin-top: 10px;
}
