Hello Again ,
Now it’s working , i had to change the code to be like that
//funding_deadline_datetime is an ACF
$args['post_primary_order'] = "customfp ASC";
$args['post_primary_order_metatype'] = 'string';
$args['_post_primary_order_metakey'] = 'funding_deadline_datetime';
Thank you .