/* Section "Intéressé par notre Local" */
.interested-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    color: #2c3e50;
    padding: 40px 0;
    text-align: center;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.05);
}

.interested-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.interested-section p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #34495e;
}


