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