FR / EN
Racecourse of Le Lion d'Angers

Consumer Area

Read more
Espace Grand Public

Professionnals Area

Read more
Espace Professionnels

Business Area

Read more
Espace Entreprises
}); $(window).resize(function(){ }); // Gestion du parallax - désactivé sur les devices Apple if(!navigator.userAgent.match(/iPhone/i)&&!navigator.userAgent.match(/iPod/i)&&!navigator.userAgent.match(/iPad/i)){var cercle_grand=$(".cercle_grand").position();var cercle_d=$(".cercle_d").position();var cercle_gg=$(".cercle_gg").position();var cercle_g=$(".cercle_g").position();var cheval_d=$(".cheval_d").position();var cheval_dd=$(".cheval_dd").position();var cheval_g=$(".cheval_g").position();var cheval_gg=$(".cheval_gg").position();$("body").mousemove(function(e){var t=$(this).offset();var n=e.pageX-t.left;var r=e.pageY-t.top;var i=Math.round(n/$(this).width()*100);var s=Math.round(r/$(this).height()*100);var o=6;var u=10;var a=10;var f=25;var l=25;var c=50;var h=50;var p=cercle_grand.left+Math.round(o*(i/100));$(".cercle_grand").css("left",p+"px");var d=$(".animation").width()-$(".cercle_d").width()-cercle_d.left-Math.round(o*(i/100));$(".cercle_d").css("right",d+"px");var v=cercle_gg.left+Math.round(o*(i/100));$(".cercle_gg").css("left",v+"px");var m=cercle_g.left+Math.round(u*(i/100));var g=cercle_g.top+Math.round(a*(s/100));$(".cercle_g").css("top",g+"px").css("left",m+"px");var y=$(".animation").width()-$(".cheval_d").width()-cheval_d.left-Math.round(f*(i/100));var b=cheval_d.top+Math.round(l*(s/100));$(".cheval_d").css("top",b+"px").css("right",y+"px");var w=$(".animation").width()-$(".cheval_dd").width()-cheval_dd.left-Math.round(c*(i/100));var E=cheval_dd.top+Math.round(h*(s/100));$(".cheval_dd").css("top",E+"px").css("right",w+"px");var S=cheval_g.left+Math.round(c*(i/100));var x=cheval_g.top+Math.round(h*(s/100));$(".cheval_g").css("top",x+"px").css("left",S+"px");var T=cheval_gg.left+Math.round(f*(i/100));var N=cheval_gg.top+Math.round(l*(s/100));$(".cheval_gg").css("top",N+"px").css("left",T+"px")})} // Gestion du Menu en responsive $("#contain").on("click",".btn_menu",function(e){e.preventDefault();if(!$(".option_header").hasClass("actif")){$(".option_header").addClass("actif")}else{$(".option_header").removeClass("actif")}})