I found the solution on the support :
$queried_object = get_queried_object();
$taxonomy = $queried_object->taxonomy;
$term_id = $queried_object->term_id;
$couleur = get_field(‘yourcustomfield’, $taxonomy . ‘_’ . $term_id);?>
I have the same problem, thanks in advance too for your reply !