/* ====================================
   SECTION À PROPOS
   ==================================== */

.about {
    background: #f9f9f9;
}

.about-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
}

.about-content p {
    margin-bottom: 20px;
}

.about-content strong {
    color: #1a1a1a;
    font-weight: 600;
}
