Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Meta query

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