<!DOCTYPE html>
<html lang="{{ app.request.locale|slice(0, 2) }}">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MMQ4VXFV');</script>
<!-- End Google Tag Manager -->
<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 %}
<title>{% block title %}{{ sylius.channel.name }}{% endblock %}</title>
{% endif %}
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
{{ app_get_google_tag_manager_datalayer() }}
{% block metatags %}
{% set metaDescription = sylius_template_event('dedi_sylius_seo_plugin.metatags', { resource: product ?? sylius.channel }) %}
{{ sylius_template_event('dedi_sylius_seo_plugin.rich_snippets') }}
{% if metaDescription is empty %}
<meta name="description" content="{{ sylius.channel.description}}">
{% else %}
{{ metaDescription|raw }}
{% endif %}
{% endblock %}
{% set canonicalList = app_get_canonical_link(app.request) %}
{% if canonicalList is not null %}
<link rel="canonical" href="{{ canonicalList[sylius.localeCode] }}" />
{% endif %}
{% for key,value in canonicalList %}
<link rel="alternate" href="{{ value }}" hreflang="{{ key }}" />
{% endfor %}
<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') }}
</head>
<body class="body-{{app.request.attributes.get('_route')}}">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-MMQ4VXFV"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
{{ sylius_template_event('sylius.shop.layout.before_body') }}
{% include '@SyliusShop/Product/_popupAddToCart.html.twig' %}
<section class="big-wrapper">
{% block top %}
{% endblock %}
{% block header %}
<div class="menu-mob-overlay"></div>
<header class="header-body">
{{ sylius_template_event('sylius.shop.layout.header') }}
</header>
{% endblock %}
<section class="main-content page-content">
<div class="container p-lg-0 my-0">{% include '@SyliusShop/_flashes.html.twig' %}</div>
<div class="fixed-devis">
<a href="{{ path('app_shop_project_simulation') }}" class="transition-bgcolor" title="{{'app.project_simulation.simulate_my_project'|trans}}">
{# <strong class="icon-devis"><img src="{{asset('images/ico_calculate.svg')}}" alt=""/></strong>#}
<span class="has-bg-devis d-block font-seize">{{'app.project_simulation.simulate_my_project'|trans}}</span>
<em>{{'app.common.in_time_minutes'|trans}}</em>
<i class="icon-right-open-big color-orange"></i>
</a>
</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>
</section>
{#<div class="menu-overlay"></div>#}
<div class="goToTop bg-gradient-orange bg-gradient-hover 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>