/* Style minimaliste et responsive */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f4f4f4;
}

header {
    background: #35424a;
    color: white;
    padding: 1rem 0;
    text-align: center;
}

nav {
    display: flex;
    justify-content: center;
    background: #e8491d;
    padding: 0.5rem;
}

nav a {
    color: white;
    text-decoration: none;
    padding: 0 1rem;
}

.container {
    width: 80%;
    margin: auto;
    padding: 2rem 0;
}

footer {
    text-align: center;
    padding: 1rem;
    background: #35424a;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}
