/* ====== TEXTE DORÉ ====== */
.gold{
  background:var(--grad-or);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}
.silver{
  background:var(--grad-argent);
  -webkit-background-clip:text;
  background-clip:text;
  -webkit-text-fill-color:transparent;
  color:transparent;
}
