<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Cabinet-medical.eu, création de sites internet, CRM et ERP{% endblock %}</title>
<meta name="description" content="{% block description %}{% endblock %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
{% block metas %}{% endblock %}
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('images/favicon2/apple-touch-icon.png') }}">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('images/favicon2/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('images/favicon2/favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('images/favicon2/site.webmanifest') }}">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
<body>
{% include 'includes/header.html.twig' %}
{% block breadcrumbs %}{% endblock %}
{% block body %}{% endblock %}
{{ render(controller(
'App\\Controller\\FooterController::showAction'
)) }}
{% block javascripts %}
{{ encore_entry_script_tags('app') }}
{% endblock %}
<!-- Facebook Pixel Code -->
<script type="text/javascript" src="{{ asset('js/tarteaucitronjs/tarteaucitron.js') }}"></script>
<script src="{{ asset('js/tarteaucitronjs/lang/tarteaucitron.'~app.request.locale~'.js') }}"></script>
<script>
tarteaucitron.init({
"hashtag": "#tarteaucitron", /* Ouvrir le panneau contenant ce hashtag */
"cookieName": "tarteaucitron", /* Nom du Cookie */
"orientation": "bottom", /* Position de la bannière (top - bottom) */
"showAlertSmall": false, /* Voir la bannière réduite en bas à droite */
"cookieslist": true, /* Voir la liste des cookies */
"adblocker": false, /* Voir une alerte si un bloqueur de publicités est détecté */
"AcceptAllCta": true, /* Voir le bouton accepter tout (quand highPrivacy est à true) */
"highPrivacy": true, /* Désactiver le consentement automatique */
"handleBrowserDNTRequest": false, /* Si la protection du suivi du navigateur est activée, tout interdire */
"removeCredit": true, /* Retirer le lien vers tarteaucitron.js */
"moreInfoLink": false, /* Afficher le lien "voir plus d'infos" */
"useExternalCss": false, /* Si false, tarteaucitron.css sera chargé */
"showIcon" : false
});
tarteaucitron.user.gtagUa = 'G-JHGS3ETTQV';
// tarteaucitron.user.gtagCrossdomain = ['example.com', 'example2.com'];
tarteaucitron.user.gtagMore = function () { /* add here your optionnal gtag() */ };
(tarteaucitron.job = tarteaucitron.job || []).push('gtag');
</script>
</body>
</html>