$(document).ready(function(){function n(){function n(n){var t=$("#searchBox").val();t&&(location.href="/recherche?indexCatalogue=standard-search&searchQuery="+encodeURIComponent(t)),n.preventDefault()}$(document).on("click","#searchBoxLabel",n);$("#searchBox").bind("keypress",function(t){t.which==13&&(n(t),t.preventDefault())})}n(),onResize=function(){var n=$("footer#legal"),t=$(window),i=$("body"),r=n.hasClass("fixed")?t.height()-n.height():t.height()+5;r>i.height()?n.addClass("fixed"):n.removeClass("fixed")};$(document).on("click","nav.main label",function(){window.setTimeout(onResize,50)});$(window).resize(onResize),onResize();$(document).on("mouseover","#partners a",function(){$(this).children("img.colored").css({display:"block",opacity:0}).clearQueue().animate({opacity:1})});$(document).on("mouseout","#partners a",function(){$(this).children("img.colored").animate({opacity:0})});$(document).on("click",".people-list .people-name",function(){$(this).next(".meta").fadeToggle()});$(document).on("click",".people-list li, .axe_menu",function(){var n=$("a",this).attr("href");location.assign(n)});$(".project-details .metas .axis").length>0?$(".project-details .metas dt.domains").css("height","65px"):$(".project-details .metas dd.domains").css("top",0)})