<?php
use Twig\Environment;
use Twig\Error\LoaderError;
use Twig\Error\RuntimeError;
use Twig\Extension\SandboxExtension;
use Twig\Markup;
use Twig\Sandbox\SecurityError;
use Twig\Sandbox\SecurityNotAllowedTagError;
use Twig\Sandbox\SecurityNotAllowedFilterError;
use Twig\Sandbox\SecurityNotAllowedFunctionError;
use Twig\Source;
use Twig\Template;
/* front/accueil/index.html.twig */
class __TwigTemplate_a22526180c00b0230675d582c52aa260ca5bd06cccbc78b6c09e1a8985f0750e extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'googleTagManagerDataLayer' => [$this, 'block_googleTagManagerDataLayer'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
}
protected function doGetParent(array $context)
{
// line 1
return "front/layout.html.twig";
}
protected function doDisplay(array $context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/accueil/index.html.twig"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template", "front/accueil/index.html.twig"));
$this->parent = $this->loadTemplate("front/layout.html.twig", "front/accueil/index.html.twig", 1);
$this->parent->display($context, array_merge($this->blocks, $blocks));
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
}
// line 2
public function block_googleTagManagerDataLayer($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "googleTagManagerDataLayer"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "googleTagManagerDataLayer"));
// line 3
echo " ";
$this->loadTemplate("google_tag.html.twig", "front/accueil/index.html.twig", 3)->display(twig_array_merge($context, ["titlePage" => "Accueil", "categoryPage" => "homepage", "navigation_category1" => "", "navigation_category2" => "", "navigation_category3" => ""]));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 5
public function block_body($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "body"));
// line 6
echo " <script>
</script>
";
// line 9
if (($this->extensions['SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isMobileView() || $this->extensions['SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension']->isTabletView())) {
// line 10
echo " ";
$this->loadTemplate("front/header.html.twig", "front/accueil/index.html.twig", 10)->display(twig_array_merge($context, ["headerMobile" => "1"]));
// line 11
echo " <div class=\"part_slide_txt desctop_accueil_header\">
<div class=\"\" >
<div class=\"barProducts\">
<div class=\"homej1\">
<h2 id=\"HBesoinProductHome\" style=\"min-height: 70px;position:relative;\">
<span style=\"";
// line 17
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Besoin"), "html", null, true);
echo " </span>
<span class=\"spanAnime\" style=\"";
// line 18
echo "\">
<span id=\"mainLoop\">
<span class=\"tripLoop\" style=\"display: inline \">";
// line 20
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("D'IMPRESSIONS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\"> ";
// line 21
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE COPIES ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 22
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE BROCHURES ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 23
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE FLYERS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 24
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE POSTERS & AFFICHES ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 25
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE DEPLIANTS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 26
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE CARTES DE VISITE ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 27
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("D'INVITATIONS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 28
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE LIVRETS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 29
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE STICKERS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 30
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE CARTES POSTALES ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 31
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE ROLL UP ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 32
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE PHOTOS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 33
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE T-SHIRTS ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 34
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE SWEAT ?"), "html", null, true);
echo "</span>
<span class=\"tripLoop\">";
// line 35
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("DE TOTE BAGS ?"), "html", null, true);
echo "</span>
</span>
</span>
</h2>
";
// line 41
echo " <h3 style=\" text-align: center\">";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Souriez, vous êtes déjà livré(e)s !");
echo "</h3>
<div>
<div>";
// line 43
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Tous vos documents imprimés & reliés, et produits d’impressions personnalisés,"), "html", null, true);
echo "</div>
<div style=\" padding-left: 31px;\"> ";
// line 44
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("livrés chez vous"), "html", null, true);
echo " <div class=\"pbgt1\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("LE JOUR MÊME"), "html", null, true);
echo " </div><div class=\"pbgt2\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sur créneaux de"), "html", null, true);
echo " <strong>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("30 mn"), "html", null, true);
echo "</strong></div></div>
</div>
</div>
</div>
</div>
<div class=\"\" id=\"input_home_top_mobile\">
<div class=\"close_btn_home_top_mobile\">
<div class=\"text-right\" id=\"close_btn_home_top_mobile\"><img src=\"";
// line 52
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/btn_closex.png"), "html", null, true);
echo "\"></div>
<h4> ";
// line 53
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("On vous livre où ?"), "html", null, true);
echo "</h4>
</div>
<div class=\"input_top_local input_top_local_home\">
<div class=\"input_top_local_home11\">
<input type=\"text\" id=\"addressLiv\" placeholder=\"";
// line 57
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Saisissez l’adresse de livraison"), "html", null, true);
echo "\">
<button id=\"spanSearchBtn\" class=\"btnRechercheLivraison\" type=\"submit\">";
// line 58
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Voir nos produits & services"), "html", null, true);
echo "</button>
<input type=\"hidden\" id=\"latLiv\" name=\"latLiv\" value=\"\">
<input type=\"hidden\" id=\"longLiv\" name=\"longLiv\" value=\"\">
<input type=\"hidden\" id=\"codePostalLiv\" name=\"codePostalLiv\" value=\"\">
</div>
</div>
</div>
<div class=\"img_input_home_top\">
";
// line 66
if ((twig_get_attribute($this->env, $this->source, (isset($context["countrySelect"]) || array_key_exists("countrySelect", $context) ? $context["countrySelect"] : (function () { throw new RuntimeError('Variable "countrySelect" does not exist.', 66, $this->source); })()), "languageCode", [], "any", false, false, false, 66) == "Es")) {
// line 67
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/b0t4_es.jpeg"), "html", null, true);
echo "\" style=\"max-width: 330px;\">
";
} else {
// line 69
echo " <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/b0t4.png"), "html", null, true);
echo "\">
";
}
// line 71
echo "
</div>
</div>
<div class=\"part_slide_txt mobile_accueil_header\" style=\"background-image: none!important;background-color: #fff;border: 1px solid #000;border-radius: 20px;margin-left: 20px;margin-right: 20px;margin-top: 35px;\" >
<h2 class=\"titre_accueil_header1\" style=\"font-family: Portrait Text Web;font-size: 26px !important;line-height: 32px;font-weight: bold !important;text-align: left;\">";
// line 75
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vos documents imprimés & reliés, et + de 300 produits d’impressions (flyers, cartes de visites, tee-shirt, photos,ect...) livrés aujourd’hui"), "html", null, true);
echo ".</h2>
<h3 class=\"titre_accueil_header2\" style=\"font-family: Portrait Text Web; margin-top: 25px;font-size: 20px !important;line-height: 24px;text-align: left;\">";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Recevez les chez vous aujourd'hui sur créneaux de 30 mn, ou en point retrait chez nos 50 imprimeurs partenaires sous 2H !"), "html", null, true);
echo "</h3>
<div class=\"bloc_livraison_mobile\">
";
// line 79
echo " <input type=\"text\" id=\"addressLivMobile\" placeholder=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Saisissez votre adresse de livraison"), "html", null, true);
echo "\">
<button id=\"submitAdresseLivraison\" type=\"submit\">";
// line 80
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Je me fais livrer"), "html", null, true);
echo "</button>
";
// line 81
if (twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 81, $this->source); })()), "user", [], "any", false, false, false, 81)) {
// line 82
echo "
";
} else {
// line 84
echo " <h3><strong><a href=\"#\" class=\"connect_header_bar_adresse\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Connectez-vous"), "html", null, true);
echo "</a> </strong> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pour vos adresses enregistrées"), "html", null, true);
echo "</h3>
";
}
// line 86
echo " </div>
";
// line 88
echo " ";
// line 89
echo " ";
// line 90
echo " </div>
<div class=\"part_box10service\" style=\"display: none\">
<div class=\"row\">
<div class=\"col-lg col-md-4 col1\">
<a href=\"#\" class=\"linkPapierProductAcueil\"><img src=\"";
// line 94
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser1.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierProductAcueil\">Imprimer & relier A5/A4/A3</a></h4>
</div>
<div class=\"col-lg col-md-4 col2\">
<a href=\"#\" class=\"linkPapierAfficheEditAcueil\"><img src=\"";
// line 98
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser2.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierAfficheEditAcueil\">Posters & affiches (de A0 à A4)</a></h4>
</div>
<div class=\"col-lg col-md-4 col3\">
<a href=\"#\" class=\"linkPapierFlyerAcueil\"><img src=\"";
// line 102
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser3.png"), "html", null, true);
echo "\"></a>
<h4> <a href=\"#\" class=\"linkPapierFlyerAcueil\">Flyers A3/A4/A5</a></h4>
</div>
<div class=\"col-lg col-md-4 col4\">
<a href=\"#\" class=\"linkPapierFairePartAcueil\"> <img src=\"";
// line 106
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser4.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierFairePartAcueil\">Faire part</a></h4>
</div>
<div class=\"col-lg col-md-4 col5\">
<a href=\"#\" class=\"linkPapierCarteAcueil\"><img src=\"";
// line 110
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser5.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierCarteAcueil\">Cartes de visite</a></h4>
</div>
<div class=\"col-lg col-md-4 col6\">
<a href=\"#\" class=\"linkPapierMenuAcueil\"><img src=\"";
// line 114
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser6.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierMenuAcueil\">Menus</a></h4>
</div>
<div class=\"col-lg col-md-4 col7\">
<a href=\"";
// line 118
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index_top_100");
echo "\"> <img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser7.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"";
// line 119
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("index_top_100");
echo "\">TOP 100 essentiel</a></h4>
</div>
<div class=\"col-lg col-md-4 col8\">
<a href=\"#\" class=\"linkPapierProductEditAcueil\"><img src=\"";
// line 122
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser8.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"#\" class=\"linkPapierProductEditAcueil\">Modification de PDF</a></h4>
</div>
<div class=\"col-lg col-md-4 col9\">
<a href=\"";
// line 126
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("distribue");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser9.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"";
// line 127
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("distribution_calcule");
echo "\">Distribution de flyers</a></h4>
</div>
<div class=\"col-lg col-md-4 col10\">
<a href=\"";
// line 130
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("poste_page");
echo "\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/ser10.png"), "html", null, true);
echo "\"></a>
<h4><a href=\"";
// line 131
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("poste_page");
echo "\">Envoi de courrier simple ou recommandé</a></h4>
</div>
</div>
</div>
";
// line 135
$context["showWidthoutPapier"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 135, $this->source); })()), "request", [], "any", false, false, false, 135), "get", [0 => "showcarteFlyer"], "method", false, false, false, 135);
// line 136
echo " ";
echo $this->env->getRuntime('Symfony\Bridge\Twig\Extension\HttpKernelRuntime')->renderFragment(Symfony\Bridge\Twig\Extension\HttpKernelExtension::controller("App\\Controller\\Front\\ProductController::productBlock", ["showWidthoutPapier" => (isset($context["showWidthoutPapier"]) || array_key_exists("showWidthoutPapier", $context) ? $context["showWidthoutPapier"] : (function () { throw new RuntimeError('Variable "showWidthoutPapier" does not exist.', 136, $this->source); })())]));
echo "
";
// line 138
$this->loadTemplate("front/accueil/index-content.html.twig", "front/accueil/index.html.twig", 138)->display($context);
// line 139
echo " <!-- left modal concours-->
<div class=\"modal modal_outer left_modal fade\" id=\"modalConcours\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel2\" >
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content \">
<div class=\"modal-header pb-0\" style=\"display: flex;justify-content: center;\">
<img src=\"";
// line 144
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/logo_cop.png"), "html", null, true);
echo "\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body text-center\">
<h3 style=\"font-size: 20px;font-weight: bold;\">";
// line 150
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Montrez au monde votre créativité <br>et gagnez 300€");
echo "</h3>
<img src=\"";
// line 151
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/img_concours_modal.png"), "html", null, true);
echo "\">
<p class=\"pt-3\" style=\"font-size: 12px;font-weight: bold;color: #000;\">
";
// line 153
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Les deux secrets d'un succès : La Qualité et la Créativité. Postez vos plus belles réalisations et chaque mois, celui qui récoltera le plus de like, gagnera un chèque d'une valeur de 300 euros !");
echo "
</p>
";
// line 156
echo " <div class=\"d-flex mt-3 \" style=\"align-content: center;flex-direction: column;flex-wrap: wrap;\">
<a href=\"";
// line 157
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("concours_copees");
echo "\" style=\"color: #fff;background: #000;border-radius: 3px;padding: 10px 50px;margin-bottom: 10px;font-size: 15px;\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Je participe"), "html", null, true);
echo "</a>
<a href=\"";
// line 158
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("concours_copees");
echo "\" style=\"color: #fff;background: #000;border-radius: 3px;padding: 10px 50px;font-size: 15px;\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Je vote"), "html", null, true);
echo "</a>
</div>
</div>
</div>
</div>
</div>
";
// line 164
$this->loadTemplate("front/footer.html.twig", "front/accueil/index.html.twig", 164)->display($context);
// line 165
echo " ";
} else {
// line 166
echo " ";
$this->loadTemplate("front/accueil/index2.html.twig", "front/accueil/index.html.twig", 166)->display($context);
// line 167
echo " ";
}
// line 168
echo " <div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
position: fixed;
bottom: 10px;
left: 10px;
}
body{
background-color: #FAFAFA;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 180
public function block_javascripts($context, array $blocks = [])
{
$macros = $this->macros;
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "javascripts"));
// line 181
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
var displayProduct = \"";
// line 183
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 183, $this->source); })()), "request", [], "any", false, false, false, 183), "get", [0 => "displayProduct"], "method", false, false, false, 183), "html", null, true);
echo "\";
var displayProductImprimer = \"";
// line 184
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 184, $this->source); })()), "request", [], "any", false, false, false, 184), "get", [0 => "imprimerRelier"], "method", false, false, false, 184), "html", null, true);
echo "\";
var displayProductImprimerEdit = \"";
// line 185
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 185, $this->source); })()), "request", [], "any", false, false, false, 185), "get", [0 => "imprimerRelierEdit"], "method", false, false, false, 185), "html", null, true);
echo "\";
var displayProductFlyer = \"";
// line 186
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 186, $this->source); })()), "request", [], "any", false, false, false, 186), "get", [0 => "flyer"], "method", false, false, false, 186), "html", null, true);
echo "\";
var displayProductCarteVisite = \"";
// line 187
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 187, $this->source); })()), "request", [], "any", false, false, false, 187), "get", [0 => "carteVisite"], "method", false, false, false, 187), "html", null, true);
echo "\";
var displayProductAffiche = \"";
// line 188
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 188, $this->source); })()), "request", [], "any", false, false, false, 188), "get", [0 => "affiche"], "method", false, false, false, 188), "html", null, true);
echo "\";
var displayProductMenu = \"";
// line 189
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 189, $this->source); })()), "request", [], "any", false, false, false, 189), "get", [0 => "menu"], "method", false, false, false, 189), "html", null, true);
echo "\";
var displayProductFaireMariage = \"";
// line 190
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 190, $this->source); })()), "request", [], "any", false, false, false, 190), "get", [0 => "faire_mariage"], "method", false, false, false, 190), "html", null, true);
echo "\";
var displayProductFaireNaissance = \"";
// line 191
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 191, $this->source); })()), "request", [], "any", false, false, false, 191), "get", [0 => "faire_naissance"], "method", false, false, false, 191), "html", null, true);
echo "\";
var souhaite_str = \"";
// line 192
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 192, $this->source); })()), "request", [], "any", false, false, false, 192), "get", [0 => "souhaite_str"], "method", false, false, false, 192), "html", null, true);
echo "\";
</script>
";
// line 194
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("block_product");
echo "
";
// line 195
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("uploadfileCustom");
echo "
";
// line 197
echo " ";
// line 198
echo "
";
// line 199
if ((twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["app"]) || array_key_exists("app", $context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.', 199, $this->source); })()), "request", [], "any", false, false, false, 199), "get", [0 => "isMobile"], "method", false, false, false, 199) == "1")) {
// line 200
echo " <meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum26158\" data-jsurl=\"//cl.avis-verifies.com/fr/cache/d/2/4/d249c70c-6256-6b84-3147-584386d3fa2a/widget4/widget23-26158_script.js\"/>
<script src=\"//cl.avis-verifies.com/fr/widget4/widget23_FB3.min.js\"></script>
";
} else {
// line 204
echo " ";
}
// line 205
echo "
<script defer charset=\"utf-8\" src=\"https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js\"></script>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>
";
// line 209
echo " ";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
public function getTemplateName()
{
return "front/accueil/index.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 568 => 209, 563 => 205, 560 => 204, 554 => 200, 552 => 199, 549 => 198, 547 => 197, 543 => 195, 539 => 194, 534 => 192, 530 => 191, 526 => 190, 522 => 189, 518 => 188, 514 => 187, 510 => 186, 506 => 185, 502 => 184, 498 => 183, 492 => 181, 482 => 180, 461 => 168, 458 => 167, 455 => 166, 452 => 165, 450 => 164, 439 => 158, 433 => 157, 430 => 156, 425 => 153, 420 => 151, 416 => 150, 407 => 144, 400 => 139, 398 => 138, 392 => 136, 390 => 135, 383 => 131, 377 => 130, 371 => 127, 365 => 126, 358 => 122, 352 => 119, 346 => 118, 339 => 114, 332 => 110, 325 => 106, 318 => 102, 311 => 98, 304 => 94, 298 => 90, 296 => 89, 294 => 88, 291 => 86, 283 => 84, 279 => 82, 277 => 81, 273 => 80, 268 => 79, 263 => 76, 259 => 75, 253 => 71, 247 => 69, 241 => 67, 239 => 66, 228 => 58, 224 => 57, 217 => 53, 213 => 52, 196 => 44, 192 => 43, 186 => 41, 178 => 35, 174 => 34, 170 => 33, 166 => 32, 162 => 31, 158 => 30, 154 => 29, 150 => 28, 146 => 27, 142 => 26, 138 => 25, 134 => 24, 130 => 23, 126 => 22, 122 => 21, 118 => 20, 114 => 18, 109 => 17, 101 => 11, 98 => 10, 96 => 9, 91 => 6, 81 => 5, 70 => 3, 60 => 2, 37 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/layout.html.twig' %}
{% block googleTagManagerDataLayer %}
{% include 'google_tag.html.twig' with {'titlePage':'Accueil','categoryPage':'homepage','navigation_category1':'','navigation_category2':'','navigation_category3':'' } %}
{% endblock %}
{% block body %}
<script>
</script>
{% if is_mobile_view() or is_tablet_view() %}
{% include 'front/header.html.twig' with {'headerMobile': '1'} %}
<div class=\"part_slide_txt desctop_accueil_header\">
<div class=\"\" >
<div class=\"barProducts\">
<div class=\"homej1\">
<h2 id=\"HBesoinProductHome\" style=\"min-height: 70px;position:relative;\">
<span style=\"{#position: absolute#}\">{{ 'Besoin'|trans }} </span>
<span class=\"spanAnime\" style=\"{#margin-left: 165px;#}\">
<span id=\"mainLoop\">
<span class=\"tripLoop\" style=\"display: inline \">{{ \"D\\'IMPRESSIONS ?\"|trans }}</span>
<span class=\"tripLoop\"> {{ 'DE COPIES ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE BROCHURES ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE FLYERS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE POSTERS & AFFICHES ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE DEPLIANTS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE CARTES DE VISITE ?'|trans }}</span>
<span class=\"tripLoop\">{{ \"D\\'INVITATIONS ?\"|trans }}</span>
<span class=\"tripLoop\">{{ 'DE LIVRETS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE STICKERS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE CARTES POSTALES ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE ROLL UP ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE PHOTOS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE T-SHIRTS ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE SWEAT ?'|trans }}</span>
<span class=\"tripLoop\">{{ 'DE TOTE BAGS ?'|trans }}</span>
</span>
</span>
</h2>
{# <h2>Besoin de cartes de visite ?</h2>#}
<h3 style=\" text-align: center\">{{ \"Souriez, vous êtes déjà livré(e)s !\"|trans|raw}}</h3>
<div>
<div>{{ \"Tous vos documents imprimés & reliés, et produits d’impressions personnalisés,\"|trans}}</div>
<div style=\" padding-left: 31px;\"> {{ 'livrés chez vous'|trans }} <div class=\"pbgt1\"> {{ 'LE JOUR MÊME'|trans }} </div><div class=\"pbgt2\"> {{ 'sur créneaux de'|trans }} <strong>{{ '30 mn'|trans }}</strong></div></div>
</div>
</div>
</div>
</div>
<div class=\"\" id=\"input_home_top_mobile\">
<div class=\"close_btn_home_top_mobile\">
<div class=\"text-right\" id=\"close_btn_home_top_mobile\"><img src=\"{{ asset('images/btn_closex.png') }}\"></div>
<h4> {{ 'On vous livre où ?'|trans }}</h4>
</div>
<div class=\"input_top_local input_top_local_home\">
<div class=\"input_top_local_home11\">
<input type=\"text\" id=\"addressLiv\" placeholder=\"{{ 'Saisissez l’adresse de livraison'|trans }}\">
<button id=\"spanSearchBtn\" class=\"btnRechercheLivraison\" type=\"submit\">{{ 'Voir nos produits & services'|trans }}</button>
<input type=\"hidden\" id=\"latLiv\" name=\"latLiv\" value=\"\">
<input type=\"hidden\" id=\"longLiv\" name=\"longLiv\" value=\"\">
<input type=\"hidden\" id=\"codePostalLiv\" name=\"codePostalLiv\" value=\"\">
</div>
</div>
</div>
<div class=\"img_input_home_top\">
{% if countrySelect.languageCode == 'Es' %}
<img src=\"{{ asset('images/b0t4_es.jpeg') }}\" style=\"max-width: 330px;\">
{% else %}
<img src=\"{{ asset('images/b0t4.png') }}\">
{% endif %}
</div>
</div>
<div class=\"part_slide_txt mobile_accueil_header\" style=\"background-image: none!important;background-color: #fff;border: 1px solid #000;border-radius: 20px;margin-left: 20px;margin-right: 20px;margin-top: 35px;\" >
<h2 class=\"titre_accueil_header1\" style=\"font-family: Portrait Text Web;font-size: 26px !important;line-height: 32px;font-weight: bold !important;text-align: left;\">{{ 'Vos documents imprimés & reliés, et + de 300 produits d’impressions (flyers, cartes de visites, tee-shirt, photos,ect...) livrés aujourd’hui'|trans }}.</h2>
<h3 class=\"titre_accueil_header2\" style=\"font-family: Portrait Text Web; margin-top: 25px;font-size: 20px !important;line-height: 24px;text-align: left;\">{{ 'Recevez les chez vous aujourd\\'hui sur créneaux de 30 mn, ou en point retrait chez nos 50 imprimeurs partenaires sous 2H !'|trans }}</h3>
<div class=\"bloc_livraison_mobile\">
{#<h2>{{ 'Tous vos produits d’impression livrés chez vous le jour même'|trans }}</h2>#}
<input type=\"text\" id=\"addressLivMobile\" placeholder=\"{{ 'Saisissez votre adresse de livraison'|trans }}\">
<button id=\"submitAdresseLivraison\" type=\"submit\">{{ 'Je me fais livrer'|trans }}</button>
{% if app.user %}
{% else %}
<h3><strong><a href=\"#\" class=\"connect_header_bar_adresse\">{{ 'Connectez-vous'|trans }}</a> </strong> {{ 'pour vos adresses enregistrées'|trans }}</h3>
{% endif %}
</div>
{#<div class=\"img_input_home_top\">#}
{#<img src=\"{{ asset('images/bg_mobile_accueil.png') }}\">#}
{#</div>#}
</div>
<div class=\"part_box10service\" style=\"display: none\">
<div class=\"row\">
<div class=\"col-lg col-md-4 col1\">
<a href=\"#\" class=\"linkPapierProductAcueil\"><img src=\"{{ asset('images/ser1.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierProductAcueil\">Imprimer & relier A5/A4/A3</a></h4>
</div>
<div class=\"col-lg col-md-4 col2\">
<a href=\"#\" class=\"linkPapierAfficheEditAcueil\"><img src=\"{{ asset('images/ser2.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierAfficheEditAcueil\">Posters & affiches (de A0 à A4)</a></h4>
</div>
<div class=\"col-lg col-md-4 col3\">
<a href=\"#\" class=\"linkPapierFlyerAcueil\"><img src=\"{{ asset('images/ser3.png') }}\"></a>
<h4> <a href=\"#\" class=\"linkPapierFlyerAcueil\">Flyers A3/A4/A5</a></h4>
</div>
<div class=\"col-lg col-md-4 col4\">
<a href=\"#\" class=\"linkPapierFairePartAcueil\"> <img src=\"{{ asset('images/ser4.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierFairePartAcueil\">Faire part</a></h4>
</div>
<div class=\"col-lg col-md-4 col5\">
<a href=\"#\" class=\"linkPapierCarteAcueil\"><img src=\"{{ asset('images/ser5.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierCarteAcueil\">Cartes de visite</a></h4>
</div>
<div class=\"col-lg col-md-4 col6\">
<a href=\"#\" class=\"linkPapierMenuAcueil\"><img src=\"{{ asset('images/ser6.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierMenuAcueil\">Menus</a></h4>
</div>
<div class=\"col-lg col-md-4 col7\">
<a href=\"{{ path('index_top_100') }}\"> <img src=\"{{ asset('images/ser7.png') }}\"></a>
<h4><a href=\"{{ path('index_top_100') }}\">TOP 100 essentiel</a></h4>
</div>
<div class=\"col-lg col-md-4 col8\">
<a href=\"#\" class=\"linkPapierProductEditAcueil\"><img src=\"{{ asset('images/ser8.png') }}\"></a>
<h4><a href=\"#\" class=\"linkPapierProductEditAcueil\">Modification de PDF</a></h4>
</div>
<div class=\"col-lg col-md-4 col9\">
<a href=\"{{ path('distribue') }}\"><img src=\"{{ asset('images/ser9.png') }}\"></a>
<h4><a href=\"{{ path('distribution_calcule') }}\">Distribution de flyers</a></h4>
</div>
<div class=\"col-lg col-md-4 col10\">
<a href=\"{{ path('poste_page') }}\"><img src=\"{{ asset('images/ser10.png') }}\"></a>
<h4><a href=\"{{ path('poste_page') }}\">Envoi de courrier simple ou recommandé</a></h4>
</div>
</div>
</div>
{% set showWidthoutPapier = app.request.get('showcarteFlyer') %}
{{ render(controller('App\\\\Controller\\\\Front\\\\ProductController::productBlock',{ 'showWidthoutPapier': showWidthoutPapier })) }}
{% include 'front/accueil/index-content.html.twig' %}
<!-- left modal concours-->
<div class=\"modal modal_outer left_modal fade\" id=\"modalConcours\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"myModalLabel2\" >
<div class=\"modal-dialog\" role=\"document\">
<div class=\"modal-content \">
<div class=\"modal-header pb-0\" style=\"display: flex;justify-content: center;\">
<img src=\"{{ asset('images/logo_cop.png') }}\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body text-center\">
<h3 style=\"font-size: 20px;font-weight: bold;\">{{ \"Montrez au monde votre créativité <br>et gagnez 300€\"|trans|raw }}</h3>
<img src=\"{{ asset('images/img_concours_modal.png') }}\">
<p class=\"pt-3\" style=\"font-size: 12px;font-weight: bold;color: #000;\">
{{ \"Les deux secrets d\\'un succès : La Qualité et la Créativité. Postez vos plus belles réalisations et chaque mois, celui qui récoltera le plus de like, gagnera un chèque d\\'une valeur de 300 euros !\"|trans|raw }}
</p>
{# <a href=\"#\"><small style=\"color: #000;text-decoration: underline;font-size: 11px;\">Réglement</small></a>#}
<div class=\"d-flex mt-3 \" style=\"align-content: center;flex-direction: column;flex-wrap: wrap;\">
<a href=\"{{ path('concours_copees') }}\" style=\"color: #fff;background: #000;border-radius: 3px;padding: 10px 50px;margin-bottom: 10px;font-size: 15px;\"> {{ 'Je participe'|trans }}</a>
<a href=\"{{ path('concours_copees') }}\" style=\"color: #fff;background: #000;border-radius: 3px;padding: 10px 50px;font-size: 15px;\"> {{ 'Je vote'|trans }}</a>
</div>
</div>
</div>
</div>
</div>
{% include 'front/footer.html.twig' %}
{% else %}
{% include 'front/accueil/index2.html.twig' %}
{% endif %}
<div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
position: fixed;
bottom: 10px;
left: 10px;
}
body{
background-color: #FAFAFA;
}
</style>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script>
var displayProduct = \"{{ app.request.get('displayProduct') }}\";
var displayProductImprimer = \"{{ app.request.get('imprimerRelier') }}\";
var displayProductImprimerEdit = \"{{ app.request.get('imprimerRelierEdit') }}\";
var displayProductFlyer = \"{{ app.request.get('flyer') }}\";
var displayProductCarteVisite = \"{{ app.request.get('carteVisite') }}\";
var displayProductAffiche = \"{{ app.request.get('affiche') }}\";
var displayProductMenu = \"{{ app.request.get('menu') }}\";
var displayProductFaireMariage = \"{{ app.request.get('faire_mariage') }}\";
var displayProductFaireNaissance = \"{{ app.request.get('faire_naissance') }}\";
var souhaite_str = \"{{ app.request.get('souhaite_str') }}\";
</script>
{{ encore_entry_script_tags('block_product') }}
{{ encore_entry_script_tags('uploadfileCustom') }}
{#<meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum21925\" data-jsurl=\"//cl.avis-verifies.com/fr/cache/d/2/4/d249c70c-6256-6b84-3147-584386d3fa2a/widget4/widget02-21925_script.js\"/>#}
{#<script src=\"//cl.avis-verifies.com/fr/widget4/widget02_FB3.min.js\"></script>#}
{% if app.request.get('isMobile') == '1' %}
<meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum26158\" data-jsurl=\"//cl.avis-verifies.com/fr/cache/d/2/4/d249c70c-6256-6b84-3147-584386d3fa2a/widget4/widget23-26158_script.js\"/>
<script src=\"//cl.avis-verifies.com/fr/widget4/widget23_FB3.min.js\"></script>
{% else %}
{% endif %}
<script defer charset=\"utf-8\" src=\"https://widgets.rr.skeepers.io/generated/d249c70c-6256-6b84-3147-584386d3fa2a/4aed8b1d-2146-4753-ab20-bd281355edd6.js\"></script>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>
{#<meta class=\"netreviewsWidget\" id=\"netreviewsWidgetNum14129\" data-jsurl=\"//cl.avis-verifies.com/fr/cache/d/2/4/d249c70c-6256-6b84-3147-584386d3fa2a/widget4/widget16-14129_script.js\"/>#}
{#<script src=\"//cl.avis-verifies.com/fr/widget4/widget16.min.js\"></script>#}
{% endblock %}
", "front/accueil/index.html.twig", "/home/preprodcopees/www/copees-sf/templates/front/accueil/index.html.twig");
}
}