/************************************************
 *
 *  File     :  fr_FR.css
 *  Version  :  1.0
 *  Website  :  Michelin Connected
 *  Author   :  Blast Radius
 *  Desc.    :  Overrides / adds to the Javascript for fr_FR
 *
 ************************************************/


$(window).ready(function() {
	$(".hiver").mousedown(function() {
		clearInterval(window.campaignHome.handlerCarouselNoActivity);
	});
	
	$(".hiver").click(function() {
		xt_click(this,'C','21','Winter Offer Video Play','A');
	});
});


