<!DOCTYPE html>
<html lang="fr">
<head><base href="">
<meta charset="utf-8" />
<title>{% block title %} COSS {% endblock %}</title>
{% block meta %}
<meta charset="UTF-8" />
<meta name="description" content="{% block meta_description %}{% endblock %}">
<meta name="keywords" content="{% block meta_keywords %}{% endblock %}">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes" />
{% endblock %}
{# Version number for assets #}
{% set version = "1.1.0" %}
{% block stylesheets %}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" />
{{ encore_entry_link_tags('coss/theme/plugins/custom/fullcalendar/fullcalendar.bundle_css') }}
{{ encore_entry_link_tags('coss/theme/plugins/global/plugins.bundle_css') }}
{{ encore_entry_link_tags('coss/theme/plugins/custom/prismjs/prismjs.bundle_css') }}
{{ encore_entry_link_tags('coss/theme/css/style.bundle') }}
{{ encore_entry_link_tags('coss/css/custom') }}
{% endblock %}
<link rel="apple-touch-icon" href="{{ asset('build/coss/img/apple-touch-icon.png') }}">
<link rel="icon" type="image/x-icon" href="{{ asset('build/coss/img/icon.png') }}" />
</head>
<body id="kt_body" class="{% block theme %}{% endblock %} header-fixed header-mobile-fixed subheader-enabled page-loading">
{% block body %}
{% block layout %}{% endblock %}
{% endblock %}
{% block javascripts %}
{# <script>var HOST_URL = "https://preview.keenthemes.com/metronic/theme/html/tools/preview";</script> #}
<script>var KTAppSettings = { "breakpoints": { "sm": 576, "md": 768, "lg": 992, "xl": 1200, "xxl": 1200 }, "colors": { "theme": { "base": { "white": "#ffffff", "primary": "#0BB783", "secondary": "#E5EAEE", "success": "#1BC5BD", "info": "#8950FC", "warning": "#FFA800", "danger": "#F64E60", "light": "#F3F6F9", "dark": "#212121" }, "light": { "white": "#ffffff", "primary": "#D7F9EF", "secondary": "#ECF0F3", "success": "#C9F7F5", "info": "#EEE5FF", "warning": "#FFF4DE", "danger": "#FFE2E5", "light": "#F3F6F9", "dark": "#D6D6E0" }, "inverse": { "white": "#ffffff", "primary": "#ffffff", "secondary": "#212121", "success": "#ffffff", "info": "#ffffff", "warning": "#ffffff", "danger": "#ffffff", "light": "#464E5F", "dark": "#ffffff" } }, "gray": { "gray-100": "#F3F6F9", "gray-200": "#ECF0F3", "gray-300": "#E5EAEE", "gray-400": "#D6D6E0", "gray-500": "#B5B5C3", "gray-600": "#80808F", "gray-700": "#464E5F", "gray-800": "#1B283F", "gray-900": "#212121" } }, "font-family": "Poppins" };</script>
{{ encore_entry_script_tags('app') }}
{{ encore_entry_script_tags('coss/theme/plugins/global/plugins.bundle_js') }}
{{ encore_entry_script_tags('coss/theme/plugins/custom/prismjs/prismjs.bundle_js') }}
{{ encore_entry_script_tags('coss/theme/js/scripts.bundle') }}
{{ encore_entry_script_tags('coss/theme/plugins/custom/fullcalendar/fullcalendar.bundle_js') }}
{{ encore_entry_script_tags('coss/theme/js/pages/widgets') }}
{{ encore_entry_script_tags('coss/js/custom') }}
{% endblock %}
</body>
</html>