presentation-section,
.service-section,
.achat-vente-section,
.second-branch {
    max-width: 900px;
    margin: auto;
    text-align: center;
}

.vehicles-section,
.partners-section {
    background: var(--light-gray);
}

.placeholder {
    padding: 100px;
    background: white;
    text-align: center;
    border: 1px solid #eee;
}

/* =========================
   IMAGE LOCAUX
========================= */

.services-image {
    margin-top: 80px;
    border-radius: 8px;
    overflow: hidden;
}

.services-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: 0.4s ease;
}

.services-image img:hover {
    transform: scale(1.02);
}
