body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; }
h1 { border-bottom: 2px solid #eee; padding-bottom: 10px; }
h2 { margin-top: 40px; border-bottom: 1px solid #eee; padding-bottom: 5px; }
h3 { margin-top: 25px; color: #444; font-size: 1.1em; }
h4 { margin-top: 15px; font-size: 1em; color: #555; }
ul { margin-bottom: 15px; padding-left: 20px; }
li { margin-bottom: 5px; }
p { margin-bottom: 15px; }
.footer { margin-top: 50px; font-size: 0.8em; color: #777; border-top: 1px solid #eee; padding-top: 20px; }
a { color: #007AFF; text-decoration: none; }
a:hover { text-decoration: underline; }
.alert { background-color: #fff3cd; border: 1px solid #ffeeba; color: #856404; padding: 10px; border-radius: 4px; margin: 15px 0; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 0.9em; }
th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
th { background-color: #f9f9f9; }

/* Styles pour le sélecteur de langue */
.lang-switch { text-align: right; margin-bottom: 20px; }
.lang-btn {
    display: inline-block; /* Important pour que le padding fonctionne bien sur les liens */
    background: none; border: 1px solid #ddd; padding: 5px 10px; cursor: pointer;
    font-size: 0.9em; border-radius: 4px; color: #555;
}
.lang-btn.active { background-color: #007AFF; color: white; border-color: #007AFF; cursor: default; }
.lang-btn:hover:not(.active) { background-color: #f0f0f0; }
