').attr('src',bgImage).load(function(){$(this).remove();myTime=setInterval('aquarelle();',150);$('#global').css('overflow','hidden');$(".project .photo").each(function(index){index++;var right=$(this).css('right');var top=$(this).css('top');$(this).hide();$(this).css({'right':'-3000px'});$(this).delay((12*200)+(index*200)).show().animate({'right':right,},500,"linear");});});}} function rotatePresse(){$('.presse').each(function(i){$(this).rotate(Math.floor((Math.random()*10)+1)-5);});} function scrollInfo(){if(($(window).height()-$('#global').height())<0){if($('#scroll-info').css('display')=='none'){$('#scroll-info').fadeIn(500);}}else{if($('#scroll-info').css('display')!='none'){$('#scroll-info').fadeOut(500);}}} function randomXToY(minVal,maxVal,floatVal){var randVal=minVal+(Math.random()*(maxVal-minVal));return typeof floatVal=='undefined'?Math.round(randVal):randVal.toFixed(floatVal);} function polaroid(){var number_polaroid=$(".polaroid").length;$(".polaroid").each(function(i){$(this).hide();var tempVal=Math.round(Math.random());if(tempVal==1){var rotDegrees=randomXToY(340,360);}else{var rotDegrees=randomXToY(0,20);} var cssObj={'-webkit-transform':'rotate('+rotDegrees+'deg)','-ms-transform':'rotate('+rotDegrees+'deg)','transform':'rotate('+rotDegrees+'deg)'};$(this).css(cssObj);if((number_polaroid-i)>4){$(this).delay(i*1500).fadeIn(500);$(this).delay(3*1500).fadeOut(500);}else{$(this).delay(i*1500).fadeIn(500);}});} function verticalAlign(){var footerHeight=document.getElementById("footer").offsetHeight;var headerHeight=document.getElementById("header").offsetHeight;var contentHeight=document.getElementById("content").offsetHeight-120;var contentHeightMax=window.innerHeight-(footerHeight+headerHeight);var contentMarginTop=(contentHeightMax-contentHeight-40)/2;if(contentMarginTop>1) document.getElementById("content").style.marginTop=contentMarginTop.toString()+"px";else document.getElementById("content").style.marginTop="0px";} verticalAlign();document.getElementsByTagName("h1")[0].style.display="none";(function(){function getScript(url,success){var script=document.createElement('script');script.src=url;script.nonce=window.NONCE;var head=document.getElementsByTagName('head')[0],done=false;script.onload=script.onreadystatechange=function(){if(!done&&(!this.readyState||this.readyState=='loaded'||this.readyState=='complete')){done=true;success();script.onload=script.onreadystatechange=null;head.removeChild(script);}};head.appendChild(script);} getScript('https://www.architecte-branchu.fr/js/jquery-1.10.0.min.js',function(){$.fn.typewriter=function(){this.each(function(){var $ele=$(this),str=$ele.html(),progress=0;$ele.html('');var timer=setInterval(function(){$ele.html(str.substring(0,progress++)+(progress&1?'':''));if(progress>=str.length)clearInterval(timer);},1);});return this;};$("#article .text, .project .description").typewriter();getScript('https://www.architecte-branchu.fr/js/jquery-ui.custom.min.js',function(){polaroid();});getScript('https://www.architecte-branchu.fr/fancybox/jquery.fancybox.pack.js',function(){if($('.photost').length>=1){$('.photost').fancybox({openEffect:'none',closeEffect:'none',prevEffect:'none',nextEffect:'none'});} if($('.photo-zoom').length>=1){$('.photo-zoom').fancybox({openEffect:'none',closeEffect:'none',prevEffect:'none',nextEffect:'none'});}});getScript('https://www.architecte-branchu.fr/js/jquery.rotate.min.js',function(){showAquarelle();scrollInfo();rotatePresse();$(window).resize(function(){verticalAlign();scrollInfo();});$('.toggle').append('');$('.toggle').on('click',function(){$(this).find('.arrow').toggleClass('bottom');$('.toggle + .container').slideToggle(function(){scrollInfo();});});$('#scroll-info').on('click',function(){$("html, body").animate({scrollTop:$(document).height()},"slow");});$('.tag').on('click',function(){$('.projet').removeClass('show');$('.projet').addClass('hide');if($(this).hasClass('active')){$('.projet').removeClass('hide');$('.projet').addClass('show');$('.tag.active').removeClass('active');}else{$('.projet.'+$(this).data('tag')).removeClass('hide');$('.projet.'+$(this).data('tag')).addClass('show');$('.tag.active').removeClass('active');$(this).addClass('active');}});});getScript('https://www.architecte-branchu.fr/js/jquery.history.js',function(){var titles=new Array();titles["index"]="Architecte Yonne, Branchu, architecture, construction, urbanisme, Auxerre, Sens";titles["nos-realisations"]="Architecte Paris, Branchu, projet architectural, conception bâtiment, Melun, Sens";titles["les-partenaires"]="Architecte Sens, Branchu, design maison, conception habitation, Auxerre, Joigny";titles["le-pele-mele"]="Architecte Auxerre, Branchu, architecture, conception habitation, Sens";titles["la-presse"]="Architecte Joigny, Branchu, rénovation monument, création espace, Sens, Yonne";titles["contact"]="Architecte Melun, Branchu, loft, maison, appartement, Paris, 77, 75";titles["mentions"]="Mentions Légales - Patrick Branchu & Associés Architectes";$('#menu a.active').on('click',function(){return false;});$('#menu a').on('click',function(e){var id=$(this).attr('id');if(id!='nos-realisations'){if(!$(this).hasClass('active')&&!$('#menu').hasClass('active')){var href=$(this).attr('href');var id=$(this).attr('id');var scrollTop=$(window).scrollTop();var scrollInfo=$('#scroll-info');var content=$('#content');var wrapper=$('#content .large-wrapper');var movingElements=$('body');var menu=$('#menu');var linkActive=menu.find('a.active');var spanActive=menu.find('span.active');var linkActiveId=linkActive.data('id');var linkId=$(this).data('id');$('#global').css('overflow','hidden');$('#global').css('min-height',$(window).height()+'px');menu.addClass('active');linkActive.removeClass('active');spanActive.removeClass('active');if(linkId==10|linkId==11) $('span#span-index').addClass('active');else if(linkId==20||linkId==21) $('span#developpement-durable').addClass('active');$(this).addClass('active');History.Adapter.bind(window,'statechange',function(){var State=History.getState();});if(linkId==2) History.pushState({href:href},titles['nos-realisations'],href);else History.pushState({href:href},titles[id],href);if(linkId>linkActiveId){var movingTop="-100%";var movingReverseTop="+100%";}else{var movingTop="+100%";var movingReverseTop="-100%";} if(linkId%2){var movingBackground="-100%";var movingLeft="-100%";var movingReverseBackground="+100%";var movingReverseLeft="-100%";}else{var movingBackground="+100%";var movingLeft="+100%";var movingReverseBackground="-100%";var movingReverseLeft="+100%";} movingElements.animate({backgroundPosition:movingBackground},500);wrapper.animate({left:movingLeft,top:movingTop},500,function(){movingElements.css('background-position','0%');$.ajax({url:href+'?min=1',dataType:'html',success:function(data){if(id!=null) $('body').attr('class',id);else $('body').attr('class','nos-realisations');content.hide();wrapper.css('left','0');content.html(data);$("#article .text, .project .description").typewriter();Cufon.replace('.cufon');showAquarelle();rotatePresse();content.show();content.css('position','relative');content.css('left',movingReverseLeft);content.css('top',movingReverseTop);movingElements.animate({backgroundPosition:movingReverseBackground},500);content.animate({left:0,top:0},500,function(){menu.removeClass('active');movingElements.css('background-position','0%');});$(window).scrollTop(scrollTop);verticalAlign();polaroid();$('.toggle + .container').hide();$('.toggle').append('');$('.toggle').on('click',function(){$(this).find('.arrow').toggleClass('bottom');$('.toggle + .container').slideToggle(function(){if(($(window).height()-$('#global').height())<0){if(scrollInfo.css('display')=='none'){scrollInfo.fadeIn(500);}}else{if($('#scroll-info').css('display')!='none'){scrollInfo.fadeOut(500);}}});});$('.tag').on('click',function(){$('.projet').removeClass('show');$('.projet').addClass('hide');if($(this).hasClass('active')){$('.projet').removeClass('hide');$('.projet').addClass('show');$('.tag.active').removeClass('active');}else{$('.projet.'+$(this).data('tag')).removeClass('hide');$('.projet.'+$(this).data('tag')).addClass('show');$('.tag.active').removeClass('active');$(this).addClass('active');}});if(($(window).height()-$('#global').height())<0){if(scrollInfo.css('display')=='none'){scrollInfo.fadeIn(500);}}else{if($('#scroll-info').css('display')!='none'){scrollInfo.fadeOut(500);}} $('#animation').slidesjs({width:254,height:215,navigation:false,pagination:false,play:{active:false,auto:true,interval:3000,swap:false,effect:"fade"},effect:{slide:{speed:250},fade:{speed:750,crossfade:true}}});if($('.photost').length>=1){$('.photost').fancybox({openEffect:'none',closeEffect:'none',prevEffect:'none',nextEffect:'none'});} if($('.photo-zoom').length>=1){$('.photo-zoom').fancybox({openEffect:'none',closeEffect:'none',prevEffect:'none',nextEffect:'none'});}}});});}} return false;});});getScript('https://www.architecte-branchu.fr/js/slides.min.jquery.js',function(){$('#animation').slidesjs({width:254,height:215,navigation:false,pagination:false,play:{active:false,auto:true,interval:3000,swap:false,effect:"fade"},effect:{slide:{speed:250},fade:{speed:750,crossfade:true}}});});});})();