Meta query
$meta_query = array( 'relation' => 'OR', array( 'key' => 'projet_type', 'value' => 'cession', ), array( 'key' => 'projet_type', 'value' => 'participation', ), );
$meta_query = array( 'relation' => 'OR', array( 'key' => 'projet_type', 'value' => 'cession', ), array( 'key' => 'projet_type', 'value' => 'participation', ), );