Hi Brian,
I actually find the solution.
I have to use template tags.
Here is the code I used if that can help anyone.
<?php if (has_tag( array( 'Monday' ) )) :?>
write condition here
<?php else: ?>
write condition here
<?php endif; ?>
Many thanks for your help!