<!DOCTYPE html>
<html lang="{{ app.request.locale|split('_')[0] }}">
<head>
<!-- <dispatcher-ignore> -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
{# The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags #}
<title>{% block title %}CNGE Formation{% endblock title %}</title>
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<!-- BOOTSTRAP -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<!-- FONT AWESOME -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css"
integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
<link href="{{ asset('/build/app.css') }}" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}"/>
</head>
<body class=" {% block class_body %} {% endblock class_body %}">
<!--div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div-->
<!--WRAPPER START-->
<div class="wrapper kode-home-page">
<!--HEADER START-->
<header>
<!-- Search BOX START -->
<div id="kode_search_box" class="kode_search_box">
<form class="kode_search_box-form" action="{{ path('search_homepage') }}">
<input name="s" class="kode_search_box-input" type="search"
placeholder="{% trans %}Search{% endtrans %}..."/>
<button class="kode_search_box-submit" type="submit">{% trans %}Search{% endtrans %}</button>
</form>
<span class="kode_search_box-close"></span>
</div>
<!-- Search BOX END -->
<div class="overlay"></div>
<div class="logo-container">
<div class="container menu-primary">
<!--LOGO START-->
<div class="logo">
<a href="{{ path('common_core_homepage') }}"><img src="{{ asset('images/logo-formation.png') }}"
alt="CNGE Formation"></a>
</div>
<!--LOGO END-->
<div class="kode-navigation">
<div class="burger-navigation"></div>
<ul>
<li><a href="#" class="to_open">Qui sommes-nous</a>
<ul>
<li><a href="{{ path('front_cms_homepage', {'slug':'le_bureau_de_cnge_formation'}) }}">Le bureau de CNGE Formation</a></li>
<li><a href="{{ path('front_cms_homepage', {'slug':'cnge_formation_association'}) }}">CNGE Formation association</a></li>
<li><a href="{{ path('front_cms_homepage', {'slug':'cnge_formation_les_statuts'}) }}">CNGE Formation: les statuts</a></li>
<li><a href="{{ path('front_cms_homepage', {'slug':'les_permanents_de_cnge_formation'}) }}">Les permanents de CNGE Formation</a></li>
</ul>
</li>
<li>
<a href="{{ path('list_formation_front') }}" class="">Calendrier des formations</a>
</li>
<li><a href="#" class="to_open">Devenir maître de stage</a>
<ul>
<li><a href="{{ path('front_cms_homepage', {'slug':'la_charte_ethique_cnge_formation'}) }}">La charte éthique CNGE Formation</a></li>
</ul>
</li>
<li><a href="#" class="to_open">Thème à determiner</a>
<ul>
<li><a href="{{ path('front_cms_homepage', {'slug':'referents_formation'}) }}">Référents formations</a></li>
<li><a href="{{ path('front_cms_homepage', {'slug':'le_parcours_pedagogique_des_msu'}) }}">Le parcours pédagogique des MSU</a></li>
</ul>
</li>
<li><a href="#" class="to_open">Boîte à outils</a>
<ul>
<li><a href="{{ path('front_cms_homepage', {'slug':'documents_utiles_pour_lorganisateur'}) }}">Documents utiles pour l'organisateur</a></li>
<li><a href="#">Aide</a></li>
</ul>
</li>
{% if is_granted('IS_AUTHENTICATED_FULLY') %}
{{ include('@ApplicationSonataUser/partials/userpanel.html.twig') }}
{% else %}
{{ include('@ApplicationSonataUser/partials/login.html.twig') }}
{% endif %}
<li>
<span id="search-box" class="sim_a">
<i class="fa fa-search"></i>
<span class="menuCache">Recherche</span>
</span>
</li>
</ul>
</div>
</div>
</div>
</header>
{% block topcontent %}
<!--BANNER START-->
<div class="kode-inner-banner">
<div class="kode-page-heading">
{% block page_title %}
{% endblock %}
</div>
</div>
<!--BANNER END-->
{% endblock topcontent %}
{% for label, messages in app.flashes %}
<section class="no-padding">
<div class="container">
<div class="row">
<div class="col-sm-12">
{% for message in messages %}
<div class="alert alert-{{ label }}">
{{ message|trans|raw }}
</div>
{% endfor %}
</div>
</div>
</div>
</section>
{% endfor %}
{% block content %}
{% endblock content %}
<!--CONTENT END-->
{{ render(controller(
'CommonCoreBundle:Default:newsletter',
{ 'group': 'newsletter', 'position' : 'home_bottom' }
)) }}
<div class="map">
{{ block_helper.getContent('FOOTER_MAP')|html }}
</div>
<footer>
<div class="container">
<div class="row">
<!--TEXT WIDGET START-->
<div class="col-md-4">
<div class="widget widget-text">
<h2>LIENS CNGE</h2>
</div>
</div>
<!--TEXT WIDGET END-->
<!--CATEGORY WIDGET START-->
<div class="col-md-4">
<div class="widget widget-categories">
<h2>Information</h2>
<ul>
<li><a href="{{ path('front_cms_homepage', {'slug':'presentation-revue'}) }}">Mentions légales</a></li>
</ul>
</div>
</div>
<!--CATEGORY WIDGET END-->
<!--NEWSLETTER START-->
{{ render(controller(
'CommonCoreBundle:Default:newsletter',
{ 'group': 'newsletter', 'position' : 'home_footer' }
)) }}
</div>
</div>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="{{ asset('/build/modernizr.custom.js') }}"></script>
<script src="{{ asset('bundles/fosjsrouting/js/router.js') }}"></script>
<script src="{{ path('fos_js_routing_js', { callback: 'fos.Router.setData' }) }}"></script>
<script src="{{ asset('bundles/tetranzselect2entity/js/select2entity.js') }}"></script>
<script src="{{ asset('bundles/bazingajstranslation/js/translator.min.js') }}"></script>
<script type="text/javascript" src="{{ asset('/build/app.js') }}"></script>
{% block javascript %}
{% endblock javascript %}
</body>
</html>