
<?php \Laravel\Section::start('content'); ?>

<div id="slideInterne" class="fadeTopJs">
	<h1><span style="background-color:#ffff66;">Mobile (EN)</span></h1>
	<h2><span style="background-color:#ffff66;">Site vitrine, e-commerce, catalogue, blog... (EN)</span></h2>
	</div>
<div class="wrapperPadding ">
	<div class="wrapper web">
		<div class="intro">
			<h2><span style="background-color:#ffff66;">Nous créons votre application mobile.</span></h2>
			<p>
				<span style="background-color:#ffff66;">Les applications mobiles sont aujourd'hui incontournables, et deviennent un atout majeur pour votre activité.<br>
				Notre équipe réalise en interne votre application iPhone, iPad et/ou iPod, depuis l'analyse du projet jusqu'à la mise en ligne et la validation Apple Store.<br>
				De plus en plus de professionnels franchissent le pas et mettent en ligne leur application iPhone, alors ne manquez pas cette source supplémentaire d'audience.</span>
			</p>
		</div>
		<div class="illustration"><img src="<?php echo  URL::to_asset('image/img-mobile@2x.jpg'); ; ?>" alt="" title=""/></div>
		<div class="clear"></div>
	</div>
</div>
<div class="wrapperPadding gris web">
	<div class="wrapper">
		<div class="cadres">
			<img src="<?php echo  URL::to_asset('image/icon-admin@2x.png'); ; ?>" alt="" title=""/>
			<h3><span style="background-color:#ffff66;">Un espace<br/>d'administration dédié.</span></h3>
			<p>To create your mobile application, we evaluate your image as well as your competitors’ image. We can then identify the challenge and marketing we have to set up for it. </p>
		</div>
		<div class="cadres">
			<img src="<?php echo  URL::to_asset('image/icon-chartegraphique@2x.png'); ; ?>" alt="" title=""/>
			<h3><span style="background-color:#ffff66;">Une interface<br/>graphique personnalisée.</span></h3>
			<p>The mobile applications we design are unique and personalised.  They are easy to use with intuitive browsing. </p>
		</div>
		<div class="cadres last">
			<img src="<?php echo  URL::to_asset('image/icon-apple@2x.png'); ; ?>" alt="" title=""/>
			<h3><span style="background-color:#ffff66;">Validation Apple,<br/>un gage de qualité.</span></h3>
			<p>When this step is done, Apple with make sure the application runs perfectly before validation. Your mobile application will then be ready to be downloaded by thousands of users.</p>
		</div>
		<div class="clear"></div>
		<div class="clear"></div>
	</div>
</div>
<div class="wrapperPadding exemples">
	<?php echo view('services.exemples_mobile')->with(get_defined_vars())->render(); ?>
</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(); ?>