
.title-gradient-anime h2{
  background: linear-gradient(90deg,#ff4d4f,#ffcd3c,#22d3ee,#a78bfa,#ff4d4f);
  background-size: 300% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  animation: gradient-move 10s linear infinite;
}


.wf-hero{ text-align:center; margin-bottom:1.25rem; }
.wf-hero .personnage-illu{ width:160px; height:160px; border-radius:50%; object-fit:cover; }
