/* ===== WRAPPER GLOBAL ===== */
.combat-wrapper {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 20px;
}

/* ===== INTRODUCTION ===== */
.combat-intro {
    text-align: center;
    margin-bottom: 40px;
}

.combat-title {
    font-size: 50px;
    font-weight: bold;
    color: #1a3a78;
    margin-bottom: 20px;
}

.combat-text {
    font-size: 42px;
    color: #1a3a78;
    line-height: 1.6;
    font-weight: bold;
}

/* ===== BLOCS JOURNAUX ===== */
.journal-block {
    margin: 40px auto;
    text-align: center;
}

.journal-img {
    width: 100%;
    max-width: 900px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* ===== PHOTOS CÔTE À CÔTÉ ===== */
.combat-photos {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 40px;
}

.combat-photo {
    width: 48%;
    border-radius: 10px;
    object-fit: cover;
}
