/* Rend la couleur du texte réactive au fond sous-jacent */
.bf-lbl, 
.bf-sub-titl, 
.bf-hlp-txt {
  color: #ffffff !important; /* Base blanche nécessaire pour la différence */
  mix-blend-mode: difference;
  isolation: isolate;
}