<!DOCTYPE html><html> {% include ('includes/head.html.twig') %} <link href="https://cdn.rawgit.com/harvesthq/chosen/gh-pages/chosen.min.css" rel="stylesheet"/> <body> <!-- Page Loader ========================================================= --> <div class="loader-container" id="page-loader"> <div class="loading-wrapper loading-wrapper-hide"> <div class="loader-animation" id="loader-animation"> <svg class="svg-loader" width="100" height="100"> <circle cx="50" cy="50" r="25"/> </svg> </div> <!-- Edit With Your Name --> <div class="loader-name" id="loader-name"> <img src="/img/loader-logo.png" alt=""> </div> <!-- /Edit With Your Name --> <!-- Edit With Your Job --> <p class="loader-job" id="loader-job">June 4-8 2016 @ New York City</p> <!-- /Edit With Your Job --> </div> </div> <!-- /End of Page loader ========================================================= --> <!-- Header ================================================== --> <style> #header { background-color: #3e4651 !important; } .inscription, .connexion { display: none } .prix { display: none } .prix .row .col-lg-3:hover { background: #2d8ea4; color: white; border: 0 !important; cursor: pointer } .prix .row .col-lg-3:hover h4 { color: white } .prix .row .col-lg-3:hover h1 { color: white } </style> {% include ('includes/header.html.twig') %} <!-- /Header ================================================== --> <style> type="text/css" .main-intro:before { content: ''; display: block; width: 100%; height: 100%; background: none; position: absolute; top: 0; left: 0; opacity: 1; } </style> <div class="page-wrapper" > <div id="body-content" style="background:white;background: url(../img/section-bg-right-bottom.png) no-repeat bottom right #fafafa;"> <div class="owl-carousel main-carousel" id="main-carousel" > <!-- slide --> <br><br></div> <div id="body-content"> <div class="" id="section-register" style="margin-top:7%;min-height:800px;background:white"> <div class="row"> <div class="col-lg-4"> </div> <div class="col-lg-7"> {{ form_start(form, { 'attr': { 'novalidate': 'novalidate', 'class': 'col-lg-5' } }) }} {% if erreur|length > 0 %} <div class="alert alert-danger" role="alert"> {{ erreur|raw }}</div>{% endif %} <legend>Connexion</legend> {{ form_row(form.email, { 'attr' : { 'class': 'form-control' } }) }} {{ form_row(form.password, { 'attr' : { 'class': 'form-control' } }) }} <br> <p>Si vous n'avez pas de compte, <a href="/inscription" class="text-primary fw-bold">Inscription</a>.</p> <button type="submit" class="btn btn-primary">Connexion</button> {{ form_end(form) }} </div> </div> </div>{% include ('includes/footer.html.twig') %} </body></html>