
<?php \Laravel\Section::start('content'); ?>

<div id="slideInterne" class="fadeTopJs">
	<h1><span style="background-color:#ffff66;">Votre agence de <strong>création de site web (EN)</strong></strong></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>We analyse the brand and image of our customer</h2>
			<p>It allows us to create personalised designs that match the brand’s DNA (structure, colour, typography, etc.).</p>
			<p>We then work on developing HTML pages to guarantee universal compatibility and optimal browsing capability.</p>
			<p>Because we value your autonomy and website compatibility, all the websites we design have a full admin back office, and adapt to any screen resolution (responsive design).</p>
		</div>
		<div class="illustration"><img src="<?php echo  URL::to_asset('image/img-web@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-chartegraphique@2x.png'); ; ?>" alt="" title=""/>
			<h3><span style="background-color:#ffff66;">Une charte graphique personnalisée & unique.</span></h3>
			<p>Your company must have a graphic chart and visual identity that are coherent with your values and history, but above all, they must be relevant in order to make visitor experience as good as possible. </p>
		</div>
		<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 d'administration pour être autonome.</span></h3>
			<p>We use the latest technology inspired by current trends. <br> This way, your website caters to the changing of customers’ expectations. 
</p>
		</div>
		<div class="cadres last">
			<img src="<?php echo  URL::to_asset('image/icon-webmarketing@2x.png'); ; ?>" alt="" title=""/>
			<h3><span style="background-color:#ffff66;">Des solutions<br/>pour booster votre projet.</span></h3>
			<p>If this isn’t enough, we provide you with web marketing solutions to help your project to progress: referencing, e-mailing, adword campaigns… Everything you need to increase and to create customer loyalty.</p>
		</div>
		<div class="clear"></div>
	</div>
</div>

<div class="wrapperPadding exemples">
	<?php echo view('services.exemples_site')->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(); ?>