<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<title>
{% block title %}Datamana
{% endblock %}
</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.2/font/bootstrap-icons.css" />
<link rel="shortcut icon" href="{{ asset('assets/minilogo-datamana-transparent.png') }}" />
{% block stylesheets %}
<link rel="stylesheet" href="{{ asset('assets/plugins/bootstrap/css/bootstrap.min.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/slick/slick.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/slick/slick-theme.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/bootstrap/css/bootstrap-select.min.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/elagent-icon/style.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/font-awesome/css/all.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/fontawesome/css/all.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/niceselectpicker/nice-select.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/font-size/css/rvfs.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/animation/animate.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/video/video-js.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/tooltipster/css/tooltipster.bundle.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/prism/prism.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/prism/prism-coy.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/magnify-pop/magnific-popup.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/plugins/mcustomscrollbar/jquery.mCustomScrollbar.min.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/style.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/responsive.css') }}" />
<link rel="stylesheet" href="{{ asset('assets/css/main.css') }}" />
{{ encore_entry_link_tags("notyf") }}
{{ encore_entry_link_tags("tomSelect") }}
{% endblock %}
</head>
<body data-spy="scroll" data-target="#navbar-example3" data-offset="86" data-scroll-animation="true" class="doc">
{% include "components/_preloader.html.twig" %}
{% include 'components/_notyf.html.twig' %}
<div class="click_capture"></div>
<div class="body_wrapper">
{% block body %}{% endblock %}
{% include "components/_footer.html.twig" %}
</div>
{% block javascripts %}
<script src="{{ asset('assets/js/jquery-3.2.1.min.js') }}"></script>
<script src="{{ asset('assets/js/pre-loader.js') }}"></script>
<script src="{{ asset('assets/plugins/bootstrap/js/popper.min.js') }}"></script>
<script src="{{ asset('assets/plugins/bootstrap/js/bootstrap.min.js') }}"></script>
<script src="{{ asset('assets/plugins/bootstrap/js/bootstrap-select.min.js') }}"></script>
<script src="{{ asset('assets/plugins/slick/slick.min.js') }}"></script>
<script src="{{ asset('assets/js/parallaxie.js') }}"></script>
<script src="{{ asset('assets/js/TweenMax.min.js') }}"></script>
<script src="{{ asset('assets/js/anchor.js') }}"></script>
<script src="{{ asset('assets/js/jquery.wavify.js') }}"></script>
<script src="{{ asset('assets/plugins/wow/wow.min.js') }}"></script>
<script src="{{ asset('assets/plugins/prism/prism.js') }}"></script>
<script src="{{ asset('assets/plugins/niceselectpicker/jquery.nice-select.min.js') }}"></script>
<script src="{{ asset('assets/plugins/mcustomscrollbar/jquery.mCustomScrollbar.concat.min.js' ) }}"></script>
<script src="{{ asset('assets/plugins/counterup/jquery.counterup.min.js') }}"></script>
<script src="{{ asset('assets/plugins/counterup/jquery.waypoints.min.js') }}"></script>
<script src="{{ asset('assets/plugins/magnify-pop/jquery.magnific-popup.min.js') }}"></script>
<script src="{{ asset('assets/plugins/tooltipster/js/tooltipster.bundle.min.js') }}"></script>
<script src="{{ asset('assets/plugins/font-size/js/rv-jquery-fontsize-2.0.3.js') }}"></script>
<script src="{{ asset('assets/plugins/video/video.min.js') }}"></script>
<script src="{{ asset('assets/plugins/video/wistia.js') }}"></script>
<script src="{{ asset('assets/js/onpage-menu.js') }}"></script>
<script src="{{ asset('assets/js/main.js') }}"></script>
<script src="{{ asset('assets/js/picture.js') }}"></script>
{{ encore_entry_script_tags("notyf") }}
{{ encore_entry_script_tags("tomSelect") }}
{{ encore_entry_script_tags("dropZone") }}
{{ encore_entry_script_tags("fileInput2") }}
{{ encore_entry_script_tags("ajax") }}
{% endblock %}
</body>
</html>