/* =========================
   BASE
========================= */

.center-section {
    padding: 80px 0;
}

.center-container {
    max-width: 900px;
    margin: auto;
}

/* =========================
   INTRO TEXTE
========================= */

.center-intro {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #333;
}

.center-intro p {
    margin-bottom: 1.4rem;
}

.center-intro ul {
    margin-top: 1.2rem;
    padding-left: 1.2rem;
}

.center-intro li {
    margin-bottom: 0.6rem;
}

/* =========================
   IMAGE PLEINE LARGEUR
========================= */

.center-image img {
    max-width: 100%;
    height: auto;
}

/* =========================
   SECTION ÉDITORIALE
========================= */

.center-section h2 {
    font-weight: 700;
    margin-bottom: 30px;
}

/* =========================
   GALERIE
========================= */

.center-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
}

.center-gallery img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}
