/*
Theme Name: Immobilier Lille
Theme URI: https://example.com
Author: Votre Nom
Description: Thème immobilier professionnel pour Lille
Version: 1.0
*/

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #333;
}

header {
    background: #0f172a;
    padding: 20px;
}

header a {
    color: white;
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
}

.hero {
    background: url('https://images.unsplash.com/photo-1560448204-e02f11c3d0e2') center/cover;
    color: white;
    padding: 120px 20px;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    margin-bottom: 20px;
}

.section {
    padding: 60px 20px;
    max-width: 1100px;
    margin: auto;
}

.button {
    background: #2563eb;
    color: white;
    padding: 12px 25px;
    border-radius: 6px;
    display: inline-block;
    text-decoration: none;
}

footer {
    background: #0f172a;
    color: white;
    text-align: center;
    padding: 30px;
    margin-top: 60px;
}