/* Charte graphique AEA — à compléter */
:root {
  --aea-bleu:    #1a3a5c;
  --aea-bleu-cl: #2e6da4;
  --aea-or:      #c9a84c;
}
.bg-aea    { background-color: var(--aea-bleu)    !important; }
.text-aea  { color:            var(--aea-bleu)    !important; }
.btn-aea   { background: var(--aea-bleu-cl); color: #fff; }
.btn-aea:hover { background: var(--aea-bleu); color: #fff; }
