/* SPIE Corporate Colors + neutral grey background */
body {
    background-color: #ffffff; /* blanc */
    color: #0F1E5A;           /* texte bleu SPIE */
}

.md-header, .md-footer {
    background-color: #0F1E5A; /* bleu SPIE */
    color: white;
}

.md-button, .md-icon {
    color: #cc0000; /* rouge SPIE pour accents */
}

.md-nav__link--active {
    color: #cc0000; /* rouge SPIE pour lien actif */
}

/* Titres gris foncé neutre */
.md-content h1, h2, h3, h4, h5, h6 {
    color: #73777d;
}
