<!DOCTYPE html>
<html lang="{{ app.request.locale|slice(0, 2) }}">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
{% set _title_no_tag = block('title_no_tag') ?? '' %}
{% if _title_no_tag is not empty %}
{{ _title_no_tag|raw }}
{% else %}
{% set title = null %}
{% if app.request.attributes.get('_route') == "bitbag_sylius_cms_plugin_shop_frequently_asked_question_index" %}
{% set title = 'faq' %}
{% endif %}
<title> {% block title %}{% include '@DediSyliusSEOPlugin/Shop/Header/_title.html.twig' with { 'resource': product ?? sylius.channel, 'title': title } %}{% endblock %}</title>
{% endif %}
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
{% block metatags %}
{{ sylius_template_event('dedi_sylius_seo_plugin.metatags', { resource: product ?? sylius.channel }) }}
{{ sylius_template_event('dedi_sylius_seo_plugin.rich_snippets') }}
{% endblock %}
{% set canonicalList = app_get_canonical_link(app.request) %}
{% if canonicalList is not null %}
<link rel="canonical" href="https://{{ canonicalList[sylius.localeCode] }}" />
{% endif %}
{% for key,value in canonicalList %}
{% if canonicalList|length > 1 %}
<link rel="alternate" href="https://{{ value }}" hreflang="{{ key }}" />
{% else %}
<link rel="alternate" href="https://{{ value }}" hreflang=x-default />
{% endif %}
{% endfor %}
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link rel="stylesheet" href="https://use.typekit.net/icm3oad.css">
{% block stylesheets %}
{{ sylius_template_event('sylius.shop.layout.stylesheets') }}
{% endblock %}
{{ sylius_template_event('sylius.shop.layout.head') }}
<!-- Smartsupp Live Chat script -->
<script type="text/javascript" async>
var _smartsupp = _smartsupp || {};
_smartsupp.key = '2c8017a094c8272e5cafa90db2ff93c453d94864';
window.smartsupp||(function(d) {
var s,c,o=smartsupp=function(){ o._.push(arguments)};o._=[];
s=d.getElementsByTagName('script')[0];c=d.createElement('script');
c.type='text/javascript';c.charset='utf-8';c.async=true;
c.src='https://www.smartsuppchat.com/loader.js?';s.parentNode.insertBefore(c,s);
})(document);
</script>
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//mat.kikas.fr/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '2']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
{% if app.environment == "prod" %}
<!-- HOTJAR -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:5129410,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- END HOTJAR -->
{% endif %}
</head>
<body class="body-{{app.request.attributes.get('_route')}}">
{% set block_txt = app_get_blocks('texteperso_header', sylius.channel.code ) %}
{{ sylius_template_event('sylius.shop.layout.before_body') }}
<main class="big-wrapper">
<div class="menu-mob-overlay"></div>
{% block top %}
{% endblock %}
{% block header %}
<header class="header-body">
<div class="header-sticky px-0">
{{ sylius_template_event('sylius.shop.layout.header') }}
</div>
</header>
{# --- BEGIN POPUP ADMINISTRABLE --- #}
{% set popups = app_get_current_page_popup(app.request.get('_route'), app.request.attributes.get('_route_params')) %}
{% set existPopup = false %}
{% for popup in popups %}
{% set existPopup = true %}
{% include '@SyliusShop/_popup.html.twig' with { popup: popup } %}
{% endfor %}
{% if existPopup %}
{{ encore_entry_script_tags('popup', null, 'bootstrapTheme') }}
{% endif %}
{# --- END POPUP ADMINISTRABLE --- #}
{% include '@SyliusShop/Product/_popupAddToCart.html.twig' %}
{% endblock %}
<div class="phrase-admin text-center font-pro-bold">
{% if block_txt.content is defined and block_txt.enabled %}
{{ block_txt.content|raw }}
{% endif %}
</div>
<section class="main-content page-content">
{# <div class="fixed-devis">#}
{# <a href="{{ path('sylius_shop_contact_request') }}" class="transition-bgcolor" title="{{'app.common.a_question'|trans}}">#}
{# <strong class="bg-ico-fixed">{{'app.common.a_question'|trans}}</strong>#}
{# <span class="color-pink-s d-block">{{'app.common.we_are_online'|trans}}</span>#}
{# </a>#}
{# </div>#}
<div class="container p-lg-0 my-0">{% include '@SyliusShop/_flashes.html.twig' %}</div>
{{ sylius_template_event('sylius.shop.layout.before_content') }}
{% block content %}
{% endblock %}
{{ sylius_template_event('sylius.shop.layout.after_content') }}
</section>
{% block footer %}
{% include '@SyliusShop/_footer.html.twig' %}
{% endblock %}
{{ sylius_template_event('sylius.shop.layout.after_body') }}
<div class="loading-overlay" data-js-loading-overlay>
<div class="spinner-border" role="status">
<span class="sr-only">Loading...</span>
</div>
</div>
</main>
<div class="goToTop transition-bgcolor"><img src="{{ asset('images/top_go.png')}}" alt="" /></div>
{% include "@CHCookieConsent/cookie_consent_styling.html.twig" %}
{{ render_esi(path('ch_cookie_consent.show', { 'locale' : sylius.localeCode })) }}
{% block javascripts %}
{{ sylius_template_event('sylius.shop.layout.javascripts') }}
{% endblock %}
</body>
</html>