/* Typographie & Liens */
body {
  font-family: Arial, sans-serif;
  line-height: 1.4;
  background: #f5f5f5;
  color: #333;
}
a {
  text-decoration: none;
  color: inherit;
}

/* Lien “Call To Action” : plus visible */
.link-cta {
  color: #0056b3;              /* nuance de bleu un peu plus sombre */
  font-weight: 600;
  text-decoration: underline;
}
.link-cta:hover {
  color: #003f7f;
  text-decoration: none;
}
