{% set connectUser = false %}{% set connectUser2 = false %}{% if app.user is not null %}{% set connectUser = true %}{% set connectUser2 = false %}{% endif %}{% set pathAbsolute = app.request.schemeAndHttpHost ~ app.request.requestUri %}{% set paramTool = getCoreToolsList("blog") %}{% set logo = paramTool['logo'] %}{% set logo_width = paramTool['logo_width'] %}{% set logo_height = paramTool['logo_height'] %}{% set logomobile = paramTool['logomobile'] %}{% set logomobile_width = paramTool['logomobile_width'] %}{% set logomobile_height = paramTool['logomobile_height'] %}{% set twitter = paramTool['twitter'] %}{% set facebook = paramTool['facebook'] %}{% set instagram = paramTool['instagram'] %}{% set youtube = paramTool['youtube'] %}{% set linkedin = paramTool['linkedin'] %}{% set favicon = paramTool['favicon'] %}{% set websitename = paramTool['websitename'] %}{% set htmlTrack = paramTool['htmltrack'] %}{% set htmlTrack2 = paramTool['htmltrack2'] %}{% set domain = paramTool['absolute_domain'] %}{% set menuHeader = getMenuWebsiteArray(app.request.locale,"header",connectUser) %}{% set menuHeaderRight = getMenuWebsiteArray(app.request.locale,"header-right",connectUser) %}{% set vlang = app.request.locale %}{% if app.user is not null %}{% set vlang = app.user.language %}{% else %}{% set vlang = app.session.get('lang') %}{% if vlang is empty %}{% set vlang = app.request.locale %}{% endif %}{% endif %}{% set arrayTranslate = getArrayTranslateLocale(vlang) %}{% set pathHomepage = path('homepage') %}{% if app.request.locale != "en" %}{% set pathHomepage = path('locale_homepage',{'_locale':app.request.locale}) %}{% endif %}<!DOCTYPE html><html lang="{{ app.request.locale }}"><head><meta charset="utf-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge" /><![endif]--><title>{% block title %}{% endblock title %}</title><meta http-equiv="Content-Language" content="{{ app.request.locale }}" /><meta name="language" content="{{ app.request.locale }}" /><meta name="copyright" content="{{ websitename }}" /><meta name="robots" content="{% block robots %}index,follow{% endblock robots %}" /><meta name="description" content="{% block description %}{% endblock description %}" /><meta name="viewport" content="initial-scale=1.0" /><meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=6, minimum-scale=1, minimal-ui" /><link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.1/dist/cookieconsent.css">{% block meta_social %}{% endblock meta_social %}{% block meta %}{% endblock meta %}{% block canonical %}{% endblock canonical %}{% include "components/dns-prefetch.html.twig" %}{% include "components/favicon.html.twig" with {'favicon':favicon} %}{% include "/vitrine/components/stylesheets.html.twig" %}{% block css %}{% endblock css %}{% include "/vitrine/components/scripts_header.html.twig" %}{% block js %}{% endblock js %}{{ htmlTrack|raw }}</head><body class="dark-scheme section-dark"><div id="wrapper"><div class="float-text show-on-scroll"><span><a href="#">Scroll to top</a></span></div><div class="scrollbar-v show-on-scroll"></div><div id="de-loader"></div>{% include "vitrine/en/components/header.html.twig" %}{% block body %}{% endblock body %}</div>{% include "vitrine/en/components/footer.html.twig" %}{% block footerbody %}{% endblock footerbody %}{% block footer_body %}{% endblock footer_body %}{% include "/vitrine/components/scripts_footer.html.twig" %}{% include "components/flashmessage.html.twig" %}{% block footer_js %}{% endblock footer_js %}{% block footerjs %}{% endblock footerjs %}{{ htmlTrack2|raw }}<script defer src="https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@v3.0.1/dist/cookieconsent.umd.js"></script><script>window.addEventListener('load', function(){CookieConsent.run({guiOptions: {consentModal: {layout: "box",position: "bottom right"}},categories: {necessary: {enabled: true,readOnly: true},analytics: {}},language: {default: 'en',translations: {en: {consentModal: {title: '🍪 We use cookies',description: 'This website uses cookies to enhance your experience. You can choose which cookies to accept.',acceptAllBtn: 'Accept all',acceptNecessaryBtn: 'Reject all',showPreferencesBtn: 'Manage preferences'},preferencesModal: {title: 'Cookie Preferences',acceptAllBtn: 'Accept all',acceptNecessaryBtn: 'Reject all',savePreferencesBtn: 'Save preferences',sections: [{title: 'Necessary cookies',description: 'These cookies are essential for the website to function properly.',linkedCategory: 'necessary'},{title: 'Analytics cookies',description: 'These cookies help us understand how you use our website.',linkedCategory: 'analytics'}]}}}}});});</script><script>window.addEventListener('load', function(){CookieConsent.run({guiOptions: {consentModal: {layout: "box",position: "bottom right"}},categories: {necessary: {enabled: true,readOnly: true},analytics: {}},language: {default: 'en',autoDetect: 'browser',translations: {en: {consentModal: {title: '🍪 We use cookies',description: 'This website uses cookies to enhance your experience. You can choose which cookies to accept.',acceptAllBtn: 'Accept all',acceptNecessaryBtn: 'Reject all',showPreferencesBtn: 'Manage preferences'},preferencesModal: {title: 'Cookie Preferences',acceptAllBtn: 'Accept all',acceptNecessaryBtn: 'Reject all',savePreferencesBtn: 'Save preferences',sections: [{title: 'Necessary cookies',description: 'These cookies are essential for the website to function properly.',linkedCategory: 'necessary'},{title: 'Analytics cookies',description: 'These cookies help us understand how you use our website.',linkedCategory: 'analytics'}]}},fr: {consentModal: {title: '🍪 Nous utilisons des cookies',description: 'Ce site utilise des cookies pour améliorer votre expérience. Vous pouvez choisir quels cookies accepter.',acceptAllBtn: 'Tout accepter',acceptNecessaryBtn: 'Refuser tout',showPreferencesBtn: 'Gérer les préférences'},preferencesModal: {title: 'Préférences de cookies',acceptAllBtn: 'Tout accepter',acceptNecessaryBtn: 'Refuser tout',savePreferencesBtn: 'Enregistrer',sections: [{title: 'Cookies nécessaires',description: 'Ces cookies sont essentiels au fonctionnement du site.',linkedCategory: 'necessary'},{title: 'Cookies analytiques',description: 'Ces cookies nous aident à comprendre comment vous utilisez notre site.',linkedCategory: 'analytics'}]}}}}});});</script></body></html>