/*!
Theme Name: Commune de TEST
Theme URI: https://votre-commune.fr
Description: Thème WordPress professionnel pour communes de moins de 1000 habitants
Version: 1.0.0
Author: Marie Cloux
Author URI: mailto:marie.cloux1145@gmail.com
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: commune-theme
Domain Path: /languages
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bleu-fonce: #0a2540;
    --bleu-principal: #1e4d8b;
    --bleu-clair: #4a7ab8;
    --bleu-tres-clair: #e8f0fa;
    --blanc: #ffffff;
    --gris-clair: #f5f7fa;
    --gris-moyen: #cbd5e0;
    --gris-fonce: #4a5568;
    --texte: #1a202c;
    --rouge-alerte: #c53030;
    --jaune-alerte: #d69e2e;
    --ombre: 0 2px 8px rgba(10, 37, 64, 0.08);
    --ombre-hover: 0 6px 20px rgba(10, 37, 64, 0.15);
    --transition: all 0.3s ease;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    color: var(--texte);
    background-color: var(--blanc);
    line-height: 1.6;
    font-size: 16px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

a {
    color: var(--bleu-principal);
    text-decoration: none;
    transition: var(--transition);
}

a:hover { color: var(--bleu-fonce); }

/* IMPORTER LE CSS PRINCIPAL */
