
<?php \Laravel\Section::start('content'); ?>

<div id="slideInterne" class="fadeTopJs"><h1>Young, dynamic and creative</h1><h2>Our team will bring your ideas to life</h2></div>
<div class="wrapperPadding">
	<div class="wrapper">
		<div class="serviceLeft">
			<h2>Born from the collaboration of two web passionate friends 9 years ago, the agency is located in the heart of Sophia-Antipolis technopole </h2>
			<p>Our team got bigger, our services diversified, we worked for larger, international brands, and we recently added an office in Lyon – However, we did not change the dynamism and core traits that got us contracts with prestigious companies.</p> 
			<p>We focus on improving Internet standards and this use to assure the success of your project.</p>
			
		</div>
		<div class="serviceRight"><img src="<?php echo  URL::to_asset('image/visuel-web@2x.png'); ; ?>" alt="" title=""/></div>
		<div class="clear"></div>
	</div>
</div>
<div class="wrapperPadding gris">
	<div class="wrapper">
		<h3><span style="background-color:#ffff66;">Pourquoi nous choisir ?</span></h3>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-chartegraphique@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Une charte graphique<br/><strong>sur mesure & unique</strong></span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-intuitif@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Un projet internet<br/><strong>intuitif</strong> et <strong>personnalisé</strong></span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-clients@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;"><strong>9 ans d'expérience</strong><br/>et des clients de renommée</span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-interne@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;"><strong>Aucune sous-traitance</strong>,<br/>tout est fait en interne</span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-user@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Une gamme complète de<br/>service, <strong>un seul prestataire</strong></span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-time@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Nous accompagnons<br/>nos clients <strong>sur le long terme</strong></span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-budget@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Des solutions sur mesure<br/>pour maîtriser notre budget</span></div>
		<div class="atouts"><img src="<?php echo  URL::to_asset('image/icon-satisfaction@2x.png'); ; ?>" alt="" title="" /><br/><span style="background-color:#ffff66;">Nous garantissons l'<strong>entière<br/>satisfaction de nos clients</strong></span></div>
		<div class="clear"></div>
	</div>
</div>
<div class="wrapperPadding equipe">
	<div class="wrapper">
		<h3>The team</h3>
		<?php echo view('agence.equipe')->with(get_defined_vars())->render(); ?>
		<p><span style="background-color:#ffff66;">Envie de <a href="<?php echo  str_replace('fr/','',URL::to_route('jobs_'.$lang)); ; ?>">faire partie de l'aventure</a> ?</span></p>
	</div>
</div>
<div class="methode">
	<div class="wrapper">
		<h3><span style="background-color:#ffff66;">Comment fonctionnons-nous ?</span></h3>
		<div class="etapes">
			<div class="cadre">1. <span>Analysis</span><br/>Our collaboration starts with the analysis of your company as well as your main competitors. Then, together, we define your goals.</div>
			<div class="icon"><img src="<?php echo  URL::to_asset('image/icon-methode-1.png'); ; ?>" alt="" title="" /></div>
			<div class="cadre">&nbsp;</div>
			<div class="clear"></div>
			<div class="cadre">&nbsp;</div>
			<div class="icon"><img src="<?php echo  URL::to_asset('image/icon-methode-2.png'); ; ?>" alt="" title="" /></div>
			<div class="cadre">2. <span>Definition</span><br/>We calculate the best strategy to adopt in order to define the line of work that will boost your project.</div>
			<div class="clear"></div>
			<div class="cadre">3. <span>Production</span><br/>Following the specifications, our team will set up all the different solutions. We meticulously work on each detail that will ensure your project is unique and accessible. </div>
			<div class="icon"><img src="<?php echo  URL::to_asset('image/icon-methode-3.png'); ; ?>" alt="" title="" /></div>
			<div class="cadre">&nbsp;</div>
			<div class="clear"></div>
			<div class="cadre last">&nbsp;</div>
			<div class="icon last"><img src="<?php echo  URL::to_asset('image/icon-methode-4.png'); ; ?>" alt="" title="" /></div>
			<div class="cadre last">4. <span>Follow-up</span><br/>We won’t leave you on your own. We will keep in touch to develop your project thanks to our web marketing solutions. We’ll make sure your project a long-term commercial advantage.</div>
			<div class="clear"></div>
		</div>
	</div>
</div>

<?php echo view('includes.pre_footer')->with(get_defined_vars())->render(); ?>

<?php \Laravel\Section::stop(); ?>
<?php echo view('template')->with(get_defined_vars())->render(); ?>