Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

Test

$tax_query = array(
	'relation' => 'AND',
	array(
		'taxonomy'         => 'branche',
		'terms'            => 'termName',
		'field'            => 'slug',
	),
	array(
		'taxonomy'         => 'service',
		'terms'            => 'serviceName',
		'field'            => 'slug',
	),
);