@hube2 yes it’s exact, the date field exist but is empty on some posts.
I have updated to :
$query->set( 'meta_query', array(
'relation' => 'AND',
'date_clause' => array(
'key' => 'date_de_sortie',
'value' => '',
'compare' => '!=',
)
)
);
Now it displays only posts with date field not empty.
Posts whith empty date field are not displayed.