'#FAA400' ,
'bleu' => '#21D5F5' ,
'rose' => '#FA62B3',
'violet' => '#C14FE3',
'vert' => '#1CC7C7'
);
// check if the repeater field has rows of data
if( have_rows('notre_equipe') ):
// loop through the rows of data
while ( have_rows('notre_equipe') ) : the_row();
// display a sub field value
$decalage = get_sub_field('decalage_du_cercle');
$couleurAcf = get_sub_field('couleur');
$couleurIndex = $couleurAcf[0];
$nbrcol = 12 - $decalage;
$image = get_sub_field('photo_de_la_personne');
//print_r($image);
?>