Hi, thank you for your anwser, and have good luck you too !
We find out a solution, here is a part, if that can help peoples…
if(is_category('expositions')){
$args = array(
'post_type'=>array('tribe_events','post'),
'tax_query' => array(
'relation' => 'OR',
array(
'taxonomy' => 'category',
'field' => 'slug',
'terms' => 'expositions'
),
array(
'taxonomy' => 'tribe_events_cat',
'field' => 'slug',
'terms' => 'expositions'
)
));
This extract what wanted.