<?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 titre_accueil_header1New\" style=\"\">";
// line 75
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("📦 Imprimez & recevez dans la journée"), "html", null, true);
echo ".</h2>
<h3 class=\"titre_accueil_header2 titre_accueil_header2New\" style=\"\">";
// line 76
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Flyers, docs, t-shirts, affiches… livrés dans la journée. Plus de 300 produits personnalisés disponibles grâce à notre réseau de 50 imprimeurs partenaires. Livraison sur créneau de 30 min ou retrait en 2H."), "html", null, true);
echo "</h3>
<div class=\"bloc_livraison_mobile\">
<input type=\"text\" id=\"addressLivMobile\" placeholder=\"";
// line 78
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Entrer votre adresse de livraison"), "html", null, true);
echo "\">
<button id=\"submitAdresseLivraison\" type=\"submit\">";
// line 79
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Voir les disponibilités près de moi"), "html", null, true);
echo "</button>
";
// line 80
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.', 80, $this->source); })()), "user", [], "any", false, false, false, 80)) {
// line 81
echo "
";
} else {
// line 83
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 85
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;\" >
<p class=\"mobile_accueil_headerP1\">Copees AI Studio <span>New</span></p>
<p class=\"mobile_accueil_headerP2\">Générez en 30 secondes votre design unique et faites le produire & livrer dans la journée avec Copees.</p>
<p class=\"mobile_accueil_headerP3\">
<a href=\"https://copees.ai/\" target=\"_blank\" class=\"\">Je crée mon design gratuit</a>
</p>
</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 97
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 101
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 105
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 109
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 113
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 117
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 121
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 122
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 125
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 129
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 130
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 133
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 134
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("poste_page");
echo "\">Envoi de courrier simple ou recommandé</a></h4>
</div>
</div>
</div>
";
// line 138
$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.', 138, $this->source); })()), "request", [], "any", false, false, false, 138), "get", [0 => "showcarteFlyer"], "method", false, false, false, 138);
// line 139
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.', 139, $this->source); })())]));
echo "
";
// line 141
$this->loadTemplate("front/accueil/index-content.html.twig", "front/accueil/index.html.twig", 141)->display($context);
// line 142
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 147
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 153
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Montrez au monde votre créativité <br>et gagnez 300€");
echo "</h3>
<img src=\"";
// line 154
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 156
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 159
echo " <div class=\"d-flex mt-3 \" style=\"align-content: center;flex-direction: column;flex-wrap: wrap;\">
<a href=\"";
// line 160
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 161
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 167
$this->loadTemplate("front/footer.html.twig", "front/accueil/index.html.twig", 167)->display($context);
// line 168
echo " <style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
display: none;
}
</style>
";
} else {
// line 174
echo " ";
$this->loadTemplate("front/accueil/index2.html.twig", "front/accueil/index.html.twig", 174)->display($context);
// line 175
echo " <style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
position: fixed;
bottom: 10px;
left: 10px;
}
</style>
";
}
// line 183
echo " <div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
body{
background-color: #FAFAFA;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 190
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 191
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
var displayProduct = \"";
// line 193
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.', 193, $this->source); })()), "request", [], "any", false, false, false, 193), "get", [0 => "displayProduct"], "method", false, false, false, 193), "html", null, true);
echo "\";
var displayProductImprimer = \"";
// line 194
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.', 194, $this->source); })()), "request", [], "any", false, false, false, 194), "get", [0 => "imprimerRelier"], "method", false, false, false, 194), "html", null, true);
echo "\";
var displayProductImprimerEdit = \"";
// line 195
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.', 195, $this->source); })()), "request", [], "any", false, false, false, 195), "get", [0 => "imprimerRelierEdit"], "method", false, false, false, 195), "html", null, true);
echo "\";
var displayProductFlyer = \"";
// line 196
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.', 196, $this->source); })()), "request", [], "any", false, false, false, 196), "get", [0 => "flyer"], "method", false, false, false, 196), "html", null, true);
echo "\";
var displayProductCarteVisite = \"";
// line 197
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.', 197, $this->source); })()), "request", [], "any", false, false, false, 197), "get", [0 => "carteVisite"], "method", false, false, false, 197), "html", null, true);
echo "\";
var displayProductAffiche = \"";
// line 198
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.', 198, $this->source); })()), "request", [], "any", false, false, false, 198), "get", [0 => "affiche"], "method", false, false, false, 198), "html", null, true);
echo "\";
var displayProductMenu = \"";
// line 199
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.', 199, $this->source); })()), "request", [], "any", false, false, false, 199), "get", [0 => "menu"], "method", false, false, false, 199), "html", null, true);
echo "\";
var displayProductFaireMariage = \"";
// line 200
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.', 200, $this->source); })()), "request", [], "any", false, false, false, 200), "get", [0 => "faire_mariage"], "method", false, false, false, 200), "html", null, true);
echo "\";
var displayProductFaireNaissance = \"";
// line 201
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.', 201, $this->source); })()), "request", [], "any", false, false, false, 201), "get", [0 => "faire_naissance"], "method", false, false, false, 201), "html", null, true);
echo "\";
var souhaite_str = \"";
// line 202
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.', 202, $this->source); })()), "request", [], "any", false, false, false, 202), "get", [0 => "souhaite_str"], "method", false, false, false, 202), "html", null, true);
echo "\";
</script>
";
// line 204
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("block_product");
echo "
";
// line 205
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("uploadfileCustom");
echo "
";
// line 207
echo " ";
// line 208
echo "
";
// line 209
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.', 209, $this->source); })()), "request", [], "any", false, false, false, 209), "get", [0 => "isMobile"], "method", false, false, false, 209) == "1")) {
// line 210
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 214
echo " ";
}
// line 215
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 219
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 ( 575 => 219, 570 => 215, 567 => 214, 561 => 210, 559 => 209, 556 => 208, 554 => 207, 550 => 205, 546 => 204, 541 => 202, 537 => 201, 533 => 200, 529 => 199, 525 => 198, 521 => 197, 517 => 196, 513 => 195, 509 => 194, 505 => 193, 499 => 191, 489 => 190, 473 => 183, 463 => 175, 460 => 174, 452 => 168, 450 => 167, 439 => 161, 433 => 160, 430 => 159, 425 => 156, 420 => 154, 416 => 153, 407 => 147, 400 => 142, 398 => 141, 392 => 139, 390 => 138, 383 => 134, 377 => 133, 371 => 130, 365 => 129, 358 => 125, 352 => 122, 346 => 121, 339 => 117, 332 => 113, 325 => 109, 318 => 105, 311 => 101, 304 => 97, 290 => 85, 282 => 83, 278 => 81, 276 => 80, 272 => 79, 268 => 78, 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 titre_accueil_header1New\" style=\"\">{{ '📦 Imprimez & recevez dans la journée'|trans }}.</h2>
<h3 class=\"titre_accueil_header2 titre_accueil_header2New\" style=\"\">{{ 'Flyers, docs, t-shirts, affiches… livrés dans la journée. Plus de 300 produits personnalisés disponibles grâce à notre réseau de 50 imprimeurs partenaires. Livraison sur créneau de 30 min ou retrait en 2H.'|trans }}</h3>
<div class=\"bloc_livraison_mobile\">
<input type=\"text\" id=\"addressLivMobile\" placeholder=\"{{ 'Entrer votre adresse de livraison'|trans }}\">
<button id=\"submitAdresseLivraison\" type=\"submit\">{{ 'Voir les disponibilités près de moi'|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>
<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;\" >
<p class=\"mobile_accueil_headerP1\">Copees AI Studio <span>New</span></p>
<p class=\"mobile_accueil_headerP2\">Générez en 30 secondes votre design unique et faites le produire & livrer dans la journée avec Copees.</p>
<p class=\"mobile_accueil_headerP3\">
<a href=\"https://copees.ai/\" target=\"_blank\" class=\"\">Je crée mon design gratuit</a>
</p>
</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' %}
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
display: none;
}
</style>
{% else %}
{% include 'front/accueil/index2.html.twig' %}
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
position: fixed;
bottom: 10px;
left: 10px;
}
</style>
{% endif %}
<div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
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");
}
}