		<div id="footer">
			<div class="wrapper">
				<div class="footerDiv">
					<p class="footerTitle"><?php echo  __('site.footer_services') ; ?></p>
					<p class="firstList">
						<a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#creation-site-web" title="<?php echo  __('site.index_1') ; ?>"><?php echo  __('site.index_1') ; ?></a><br />
						<a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#webmarketing" title="<?php echo  __('site.index_2') ; ?>"><?php echo  __('site.index_2') ; ?></a><br />
						<a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#application-mobile" title="<?php echo  __('site.index_3') ; ?>"><?php echo  __('site.index_3') ; ?></a><br />
						<a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#print" title="<?php echo  __('site.index_4') ; ?>"><?php echo  __('site.index_4') ; ?></a><br />
						<a href="<?php echo  str_replace('fr/','',URL::to_route('maintenance_'.$lang)); ; ?>" title="<?php echo  __('site.maintenance') ; ?>"><?php echo  __('site.maintenance') ; ?></a><br />
						<?php if($customer_id>=1): ?>
							<a href="<?php echo URL::to_action('customerarea@index');; ?>" title="<?php echo  __('site.moncompte') ; ?>"><?php echo  __('site.moncompte') ; ?></a>
						<?php else: ?>
							<a href="#customerLogin" title="<?php echo  __('site.customerarea') ; ?>" data-toggle="modal"><?php echo  __('site.customerarea') ; ?></a>
						<?php endif; ?>
					</p>
				</div>
				<div class="footerDiv">
					<p class="footerTitle"><?php echo  __('site.footer_suivre') ; ?></p>
					<p class="footerIcon"><a href="https://www.facebook.com/ckcnet" target="_blank"><i class="icon-facebook-sign"></i></a></p>
					<p class="footerTxt"><a href="https://www.facebook.com/ckcnet" target="_blank" title="Facebook">Facebook</a></p>
					<div class="clear"></div>
					<p class="footerIcon"><a href="http://twitter.com/agenceCKCnet" target="_blank"><i class="icon-twitter-sign"></i></a></p>
					<p class="footerTxt"><a href="http://twitter.com/agenceCKCnet" target="_blank" title="Twitter">Twitter</a></p>
					<div class="clear"></div>
					<p class="footerIcon"><a href="http://instagram.com/ckcnet" target="_blank"><i class="icon-instagram"></i></a></p>
					<p class="footerTxt"><a href="http://instagram.com/ckcnet" target="_blank" title="Instagram">Instagram</a></p>
					<div class="clear"></div>
					<p class="footerIcon"><a href="http://www.linkedin.com/company/ckc-net" target="_blank"><i class="icon-linkedin-sign"></i></a></p>
					<p class="footerTxt"><a href="http://www.linkedin.com/company/ckc-net" target="_blank" title="Linkedin">Linkedin</a></p>
					<div class="clear"></div>
					<p class="footerIcon"><a href="<?php echo  str_replace('fr/','',URL::to('blog')); ; ?>"><i class="icon-list-alt"></i></a></p>
					<p class="footerTxt"><a href="<?php echo  str_replace('fr/','',URL::to('blog')); ; ?>" title="<?php echo  __('site.blog') ; ?>"><?php echo  __('site.blog') ; ?></a></p>
					<div class="clear"></div>
				</div>
				<div class="footerDiv">
					<p class="footerTitle"><?php echo  __('site.footer_discuter') ; ?></p>
					<p class="footerIcon"><a href=""><i class="icon-envelope"></i></a></p>
					<p class="footerTxt"><a href="mailto:info@ckc-net.com" title="<?php echo  __('site.footer_sendemail') ; ?>"><?php echo  __('site.footer_sendemail') ; ?></a></p>
					<div class="clear"></div>
					<p class="footerIcon"><a href=""><i class="icon-phone-sign"></i></a></p>
					<p class="footerTxt">09 72 37 42 92</p>
					<div class="clear"></div>
					<p class="footerIcon"><a href=""><i class="icon-map-marker"></i></a></p>
					<p class="footerTxt">Fondation Sophia Antipolis<br/>Place Sophie Laffitte<br/>06560 Sophia Antipolis</p>
					<div class="clear"></div>
				</div>
				<div class="footerDiv">
					<p class="footerTitle"><?php echo  __('site.footer_actu') ; ?></p>
					<p><a href="<?php echo  URL::to_action('blog@article', array(Session::get('article')->id,Session::get('article')->url)) ; ?>" title="<?php echo  Session::get('article')->contentLocale()->title ; ?>"><strong><?php echo  Session::get('article')->contentLocale()->title ; ?></strong></a></p>
					<p><?php echo  GeneralFunctions::cleanCut(strip_tags(Session::get('article')->contentLocale()->html, '<p><a>'), 115) ; ?></p>
					<p><a href="<?php echo  str_replace('fr/','',URL::to('blog')); ; ?>" title="<?php echo  __('site.footer_toutlire') ; ?>"><?php echo  __('site.footer_toutlire') ; ?></a></p>
				</div>
				<div class="clear"></div>
			</div>
		</div>
		<div class="copyright">
			<div class="wrapper">
				<div class="copyrightLeft">2004 - <?=date('Y')?> &copy; ckc-net - <?php echo  __('site.footer_copyright') ; ?></div>
				<div class="copyrightRight">
					<a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>" title="<?php echo  __('site.services') ; ?>"><?php echo  __('site.services') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('references_'.$lang)); ; ?>" title="<?php echo  __('site.references') ; ?>"><?php echo  __('site.references') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('agence_'.$lang)); ; ?>" title="<?php echo  __('site.lagence') ; ?>"><?php echo  __('site.lagence') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('jobs_'.$lang)); ; ?>" title="<?php echo  __('site.jobs') ; ?>"><?php echo  __('site.jobs') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('contact_'.$lang)); ; ?>" title="<?php echo  __('site.contact') ; ?>"><?php echo  __('site.contact') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('plansite_'.$lang)); ; ?>" title="<?php echo  __('site.footer_sitemap') ; ?>"><?php echo  __('site.footer_sitemap') ; ?></a>
					<a href="<?php echo  str_replace('fr/','',URL::to_route('mentions_'.$lang)); ; ?>" title="<?php echo  __('site.footer_mentions') ; ?>"><?php echo  __('site.footer_mentions') ; ?></a>
				</div>
				<div class="clear"></div>
			</div>
		</div>
		<script type="text/javascript" src="<?php echo  URL::to_asset('scripts/retina.js'); ; ?>"></script>
		
		<script type="text/javascript">
		// Fade l'image-Top lors du Scroll + Effet de parallax
		var target = $('.fadeTopJs');
		var targetHeight = target.outerHeight();
		
		if($('.fadeTopJs h1').length > 0)
		{
			var targetParallax = $('.fadeTopJs h1').css('padding-top');
			var targetParallax = targetParallax.substring(0, targetParallax.length-2);
		}
			
		$(document).scroll(function(e){
		    var scrollPercent = (targetHeight - window.scrollY) / targetHeight;
		    if($('.fadeTopJs h1').length > 0)
		    {
		    	var scrollParallax = parseInt(targetParallax - window.scrollY);
		    }
		    if(scrollPercent >= 0){
		        target.css('opacity', scrollPercent);
		        if($('.fadeTopJs h1').length > 0)
		        {
		        	$('.fadeTopJs h1').css('paddingTop',scrollParallax+'px');
		        }
		    }
		});
		
		// Réduit le menu lors du Scroll
		$(window).load(function(){
			var change_position = 211;
			$(window).scroll(function(){
				var new_position = window.scrollY;
				if(window.scrollY >= change_position){
					$('#headerContact').stop().animate({ 'marginTop': '-26px' }, 300, 'easeOutExpo' );
					$('#logo').stop().animate({ 'marginTop': '-4px' }, 300, 'easeOutExpo' );
					$('#header').stop().animate({ 'height': '62px' }, 300, 'easeOutExpo' );
				} else {
					$('#headerContact').stop().animate({ 'marginTop': '0px' }, 300, 'easeOutExpo' );
					$('#logo').stop().animate({ 'marginTop': '10px' }, 300, 'easeOutExpo' );
					$('#header').stop().animate({ 'height': '90px' }, 300, 'easeOutExpo' );
				}
			});
		});
		</script>
		
		<?php echo view('includes.modals')->with(get_defined_vars())->render(); ?>
		
		<script src="<?php echo  URL::to_asset('bootstrap/js/bootstrap.min.js'); ; ?>"></script>
		
		<?php if($customer_id>=1): ?>
		<script src="<?php echo  URL::to_asset('codrops/js/polyfills.js'); ; ?>"></script>
		<script src="<?php echo  URL::to_asset('codrops/js/demo2.js'); ; ?>"></script>
		<?php endif; ?>
		
	</body>
</html>








