<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
    <head>

        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
        <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0"> 

        <title><?php echo $__env->yieldContent('title'); ?></title>
        <meta name="description" content="<?php echo $__env->yieldContent('description'); ?>">
        <meta name="keywords" content="<?php echo $__env->yieldContent('keywords'); ?>">
        
        <?php echo HTML::style('assets/styles/vendor/normalize.min.css'); ?>
        <?php echo HTML::style('assets/styles/vendor/foundation.min.css'); ?>
        <?php echo HTML::style('assets/fonts/fonts.css'); ?>
        <?php echo HTML::style('assets/styles/app.css'); ?>

        <?php echo HTML::script('assets/scripts/vendor/modernizr-2.6.2-respond-1.1.0.min.js'); ?>

    </head>
    <body>

        <?php if (App::environment() == 'local'): ?>
        <div style="position:fixed;z-index:9999;top:0;left:0;font-weight:bold;background-color:red;color:#fff;padding:2px 6px;">LOCAL</div>
        <?php endif; ?>

        <div id="loader">
            <script>
            document.getElementById('loader').style.display = 'block';
            </script>
        </div>

        <div id="header">
            <div id="header-inner">
                <canvas id="header-canvas"></canvas>
                <div id="header-background"></div>
                <div id="header-content">
                    <a href="<?php echo URL::route('FRAccueil'); ?>" id="logo-dipan"><img src="<?php echo URL::asset('images/logo_dipan.png'); ?>" alt="Dipan, Water Technology" /></a>
                    <a href="#" id="nav-mobile-btn"></a>
                    <div id="header-nav">
                        <div class="wrap">