/* reset.css — Meyer Reset v2.0 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: sans-serif;

}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}

#results-header{
font-size: 2em;
border-bottom: 2px solid black;
}
#results-commune-name{
font-size: 2em;
}
#results-population{
font-size: 2em;
}
#results-meta{
font-size: 2em;
}
#results-maire-2026{
font-size: 2em;
}
#results-maire-central-2026{
font-size: 2em;
}
#results-maire-2020{
font-size: 2em;
}
#results-maire-central-2020{
font-size: 2em;
}


table tr td{padding-right: 5px;}

/* ── Nuances politiques ── */
body.nuance-lexg { background-color: #8B0000; } /* Extrême gauche — rouge sombre */
body.nuance-lcom { background-color: #CC0000; } /* PCF — rouge vif */
body.nuance-lfi  { background-color: #CC0033; } /* La France insoumise — rouge/bordeaux */
body.nuance-lsoc { background-color: #FF69B4; } /* PS — rose */
body.nuance-lrdg { background-color: #FF8C69; } /* PRG — saumon/rose radical */
body.nuance-ldvg { background-color: #FF6B6B; } /* Divers gauche — rouge clair */
body.nuance-lug  { background-color: #E75480; } /* Union gauche — rose foncé */
body.nuance-lvec { background-color: #2E8B2E; } /* EELV — vert */
body.nuance-leco { background-color: #5AAF5A; } /* Divers écologistes — vert clair */
body.nuance-ldiv { background-color: #999999; } /* Divers — gris */
body.nuance-lreg { background-color: #A0522D; } /* Régionaliste — brun terreux */
body.nuance-lgj  { background-color: #FFD700; } /* Gilets jaunes — jaune */
body.nuance-lrem { background-color: #FF8C00; } /* LREM — orange */
body.nuance-lmdm { background-color: #FFB347; } /* MoDem — orange clair */
body.nuance-ludi { background-color: #87CEEB; } /* UDI — bleu ciel */
body.nuance-luc  { background-color: #6495ED; } /* Union centre — bleu cornflower */
body.nuance-ldvc { background-color: #4682B4; } /* Divers centre — bleu acier */
body.nuance-llr  { background-color: #003189; } /* LR — bleu foncé */
body.nuance-lud  { background-color: #0033CC; } /* Union droite — bleu */
body.nuance-ldvd { background-color: #4169E1; } /* Divers droite — bleu royal */
body.nuance-ldlf { background-color: #00008B; } /* Debout la France — bleu marine */
body.nuance-lrn  { background-color: #1C3F6E; } /* RN — bleu marine foncé */
body.nuance-lexd { background-color: #0D0D3D; } /* Extrême droite — bleu/noir */
body.nuance-nc   { background-color: #CCCCCC; } /* Sans nuance — gris clair */

