sez-reg
$tax_query = array( 'relation' => 'AND', array( 'taxonomy' => 'regions', 'terms' => array( '12', ' 13' ), 'field' => 'term_id', 'operator' => 'EXISTS', ), array( 'taxonomy' => 'saison', 'terms' => '11', 'field' => 'term_id', 'operator' => 'AND', ), );