<!DOCTYPE html>
<html>
{% include ('includes/head.html.twig') %}
<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
================================================== -->
{% 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;
}
.main-intro:before{
background: rgba(31, 81, 139, 0.2) !important;
}
</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 -->
<div class="main-intro" style="background-image: url('/astp-image/contact.png');" >
<div class="container" style="height:500px">
<div class="intro-content-wrapper viewport">
<!-- INTRO CONTENT -->
<!-- Adjust the margin-top in style atribute according to content to keep always centered vertically-->
<div class="intro-content intro-content-slide1">
<!-- row -->
<div class="row">
<!-- col -->
<div class="col-md-10 col-md-offset-1">
<!--<img src="img/globe.png" alt="">-->
<h2 class="intro-title1">Contact</h2>
<!-- Buttons -->
<div class="ic-buttons">
</div>
<!-- /Buttons -->
</div>
<!-- /col -->
</div>
<!-- /row -->
</div>
<!-- /INTRO CONTENT -->
</div>
</div>
</div>
</div>
<!-- SECTION: Intro
================================================== -->
<!-- /SECTION: Intro
================================================== -->
<!-- SECTION: Event Infos
================================================== -->
<!-- SECTION: /Event Infos
================================================== -->
<!-- SECTION: Event Description
================================================== -->
<!-- /SECTION: Event Description
================================================== -->
<!-- SECTION: Event Schedule
================================================== -->
<div class="col-lg-12" style="height:70px;">
</div>
<div class="container">
<legend>Contact</legend>
<div class="row">
<div class="col-lg-6">
<label>Nom</label>
<input type="text" class="form-control" placeholder="Nom">
</div>
<div class="col-lg-6">
<label>Prenom</label>
<input type="text" class="form-control" placeholder="Prenom">
</div>
<div class="col-lg-6">
<label>E-mail</label>
<input type="text" class="form-control" placeholder="E-mail">
</div>
<div class="col-lg-6">
<label>Téléphone</label>
<input type="text" class="form-control" placeholder="Téléphone">
</div>
<div class="col-lg-12">
<label>Sujet</label>
<input type="text" class="form-control" placeholder="Sujet">
</div>
<div class="col-lg-12">
<label>Message</label>
<textarea class="form-control" placeholder="Message" style="height:250px"></textarea>
<br>
<button class='btn btn-success'>Envoyer</button>
</div>
</div>
</div>
<div class="container-fluid" style="margin-top:3%">
<div class="row">
<div class="map" id="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d819.7115960284929!2d10.7053973!3d34.7342663!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x13002b5720a1aec1%3A0xdeff6a18bfdfacd9!2z2KfZhNmF2K_Ysdiz2Kkg2KfZhNi52YTZitinINmE2LnZhNmI2YUg2YjYqtmC2YbZitin2Kog2KfZhNi12K3YqSDYqNi12YHYp9mC2LM!5e0!3m2!1sar!2stn!4v1658327762199!5m2!1sar!2stn" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</div>
</div>
<!---- test 1---->
<!-- SECTION: Register
================================================== -->
<!-- /SECTION: Register
================================================== -->
<!-- SECTION: Location
================================================== -->
<!-- /SECTION: Location
================================================== -->
</div>
</div>
<!-- Contact Form - Ajax Messages
========================================================= -->
<!-- Footer
================================================== -->
{% include ('includes/footer.html.twig') %}
</body>
</html>