/* === SECTION INFOS REVUE === */
.infos-revue {
    max-width: 1140px;
    margin: 50px auto;
    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);
}

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

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

.info-box {
    flex: 1;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 1.6;
}