<?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, 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 "
<section class=\"content_home_hd\">
<div class=\"part_hd8\" style=\"margin-top: 10px !important;\">
<div class=\"container\">
<h2>";
// line 140
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Pourquoi choisir Copees ?"), "html", null, true);
echo "</h2>
<p class=\"txtcp01\"><strong>";
// line 141
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Plus de 3000 entreprises"), "html", null, true);
echo "</strong> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("de toutes tailles, des start-ups aux grandes entreprises, et"), "html", null, true);
echo " <strong>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("des milliers d’indépendants"), "html", null, true);
echo " </strong>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("font confiance à Copees pour"), "html", null, true);
echo " <strong>";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("leurs produits d’impression"), "html", null, true);
echo "</strong></p>
<div class=\"row mob_txt_hom\">
<div class=\"col-md-4 col-12\">
<a href=\"";
// line 144
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copees30mn");
echo "\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"LIVRÉ EN 30 MINUTES\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd32.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"";
// line 145
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copees30mn");
echo "\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"LIVRÉ EN 30 MINUTES\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("LIVRÉ EN 30 MINUTES"), "html", null, true);
echo "</a></h3>
<p>";
// line 146
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("À partir de 29€ d'achat, la livraison le jour même sur créneaux de 30 mn dans plus de 10 villes éligibles, est offerte. Imprimer tous vos documents, flyers, cartes de visite, et tous vos supports de communication n'a jamais été aussi simple."), "html", null, true);
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"MAGIQUE !\"><img src=\"";
// line 149
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd33.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"MAGIQUE !\">";
// line 150
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("MAGIQUE !");
echo "</a></h3>
<p>";
// line 151
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Après avoir uploadé vos documents, vous pouvez modifier vos pdf gratuitement avec notre incroyable logiciel d’édition de PDF. Modifier, fusionner, supprimer des pages, ajouter du texte ou encore signer en ligne devient un jeu d’enfant !");
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"";
// line 154
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("simple_savjm");
echo "\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SATISFAIT OU RÉIMPRIMÉ\"><img src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd34.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"";
// line 155
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("simple_savjm");
echo "\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SATISFAIT OU RÉIMPRIMÉ\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("SATISFAIT OU RÉIMPRIMÉ"), "html", null, true);
echo "</a></h3>
<p>";
// line 156
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vos documents et vos créas sont l’aboutissement de votre travail. Si un défaut nous incombant est constaté, nous nous engageons à une réimpression et livraison gratuite."), "html", null, true);
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"POINT RELAIS EXPRESS 1H\"><img src=\"";
// line 159
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd35.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"POINT RELAIS EXPRESS 1H\">";
// line 160
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("POINT RELAIS EXPRESS 1H"), "html", null, true);
echo "</a></h3>
<p>";
// line 161
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Avec l’option Point Retrait express 1H, vous pouvez récupérer sans frais de livraison votre commande chez nos partenaires juste 1H après avoir passé votre commande. Vérifiez simplement dans la barre de recherche de l’accueil à quelle livraison vous êtes éligible en rentrant votre adresse !");
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"ÉCONOMIQUE\"><img src=\"";
// line 164
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd36.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"ÉCONOMIQUE\">";
// line 165
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ÉCONOMIQUE"), "html", null, true);
echo "</a></h3>
<p>";
// line 166
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Les prix les plus économiques du marché avec une production et une livraison le jour même. Livraison gratuite dès 29€ HT, ou en livraison gratuite illimitée avec Copees Plus. Jusqu'à 50% de réduction sur notre catalogue de 300 produits avec Copees premium sans engagement et résiliable à tous moments."), "html", null, true);
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SÉCURITÉ & CONFIDENTALITÉ\"><img src=\"";
// line 169
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd37.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SÉCURITÉ & CONFIDENTALITÉ\">";
// line 170
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("SÉCURITÉ & CONFIDENTALITÉ"), "html", null, true);
echo "</a></h3>
<p>";
// line 171
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nous ne conservons aucun fichier sur nos serveurs. Une fois que vous aurez reçu vos documents ou vos produits d'impression, ils seront immédiatement détruits."), "html", null, true);
echo "</p>
</div>
</div>
<div class=\"mob_txt_hom row justify-content-center\">
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"Votre créa comme un pro\"><img src=\"";
// line 176
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/imgb1_4.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"Votre créa comme un pro\">";
// line 177
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Votre créa comme un pro"), "html", null, true);
echo "</a></h3>
<p>";
// line 178
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Utilisez gratuitement les 20 000 templates de notre partenaire"), "html", null, true);
echo " <img class=\"m-0\" width=\"130px\" src=\"/images/ininfoselect.svg\"> ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pour mettre en formes vos flyers, cartes de visite, affiches, présentations, invitations et plein d’autres produits… Puis faites-vous livrer en 30mn le jour même !");
echo "</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"PRODUIT LOCALEMENT\"><img src=\"";
// line 181
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/imgb1_5.png"), "html", null, true);
echo "\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"PRODUIT LOCALEMENT\">";
// line 182
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("PRODUIT LOCALEMENT"), "html", null, true);
echo "</a></h3>
<p>";
// line 183
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nous assurons une production locale durable. Les distances d’expédition et les émissions de carbone sont réduites, puisque votre commande est directement produite par un imprimeur le plus près de chez vous."), "html", null, true);
echo "</p>
</div>
</div>
</div>
</div>
<div class=\"part_hd7\">
<div class=\"container\">
<h2>";
// line 190
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nous livrons bien plus que vos documents et vos produits d’impressions"), "html", null, true);
echo " </h2>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-start col-md-6 col-12 p-0\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef1\">";
// line 194
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ou voulez-vous être livré(e) ?"), "html", null, true);
echo "</h2>
<p>";
// line 195
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous avez juste à renseigner votre adresse de livraison, et nos algorithmes vous diront instantanément si vous êtes éligibles à la livraison"), "html", null, true);
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copees30mn");
echo "\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("30 mn"), "html", null, true);
echo "</a>, <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copeesj1");
echo "\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("48H"), "html", null, true);
echo "</a>, ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("ou"), "html", null, true);
echo " <a href=\"#\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("point retrait en 1H"), "html", null, true);
echo "</a>. </p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-right\">
<img src=\"";
// line 200
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd29.png"), "html", null, true);
echo "\">
</div>
</div>
</div>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-end col-md-6 col-12 p-0 order-md-2\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef2\">";
// line 207
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Uploadez vos documents et créas"), "html", null, true);
echo "</h2>
<p>";
// line 208
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Uploadez vos documents ou créas en 1 clic, afin de connaitre instantanément le prix, en fonction de vos options et des quantités détectées."), "html", null, true);
echo "
<br> <br> ";
// line 210
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Editez, modifiez vos documents comme bon vous semble…"), "html", null, true);
echo "
<br> <br> ";
// line 212
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Utilisez aussi nos 20 000 modèles by"), "html", null, true);
echo " <img class=\"m-0\" width=\"130px\" src=\"/images/ininfoselect.svg\"> ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("pour faire une incroyable créa comme un professionnel."), "html", null, true);
echo "</p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-left\">
<img src=\"";
// line 217
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd30.png"), "html", null, true);
echo "\">
</div>
</div>
</div>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-start col-md-6 col-12 p-0\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef3\">";
// line 224
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Réceptionnez le jour même !");
echo "</h2>
<p>
";
// line 226
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous programmez votre livraison ultra rapide à Paris & petite couronne, Toulouse, Montpellier, Rennes et plus de 10 autres villes éligibles, le jour même,"), "html", null, true);
echo "
<a href=\"";
// line 227
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copees30mn");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sur des créneaux de 30 mn"), "html", null, true);
echo "</a>
";
// line 228
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("(dimanche inclus) où vous voulez, à l’heure souhaitée. La livraison est gratuite des 29€ HT et en dessous facturée en fonction de la distance à partir de 1,99€. La livraison est gratuite de manière illimitée avec l’abonnement Copees Plus résiliable en 1 clic."), "html", null, true);
echo "
<br><br>";
// line 229
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Copees livre partout en France avec UPS,"), "html", null, true);
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("copeesj1");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("sous 48H"), "html", null, true);
echo "</a>
, ";
// line 230
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("jour ouvré, à partir de 7,50€ HT et gratuitement dès 29€ HT de commande. Des points retrait express gratuits en boutique (commande prête en 1H) sont aussi à votre disposition sur"), "html", null, true);
echo " <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("imprimerie_paris");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Paris"), "html", null, true);
echo "</a>, <a href=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("imprimerie_toulouse");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Toulouse"), "html", null, true);
echo "</a>,
<a href=\"";
// line 231
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("imprimerie_montpellier");
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Montpellier"), "html", null, true);
echo "</a>, ";
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nice et plus de 10 villes éligibles en France !");
echo "</p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-right\">
<img src=\"";
// line 236
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/hd31.png"), "html", null, true);
echo "\">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 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 248
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 254
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Montrez au monde votre créativité <br>et gagnez 300€");
echo "</h3>
<img src=\"";
// line 255
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 257
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 260
echo " <div class=\"d-flex mt-3 \" style=\"align-content: center;flex-direction: column;flex-wrap: wrap;\">
<a href=\"";
// line 261
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 262
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 268
$this->loadTemplate("front/footer.html.twig", "front/accueil/index.html.twig", 268)->display($context);
// line 269
echo " ";
} else {
// line 270
echo " ";
$this->loadTemplate("front/accueil/index2.html.twig", "front/accueil/index.html.twig", 270)->display($context);
// line 271
echo " ";
}
// line 272
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;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 281
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 282
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
var displayProduct = \"";
// line 284
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.', 284, $this->source); })()), "request", [], "any", false, false, false, 284), "get", [0 => "displayProduct"], "method", false, false, false, 284), "html", null, true);
echo "\";
var displayProductImprimer = \"";
// line 285
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.', 285, $this->source); })()), "request", [], "any", false, false, false, 285), "get", [0 => "imprimerRelier"], "method", false, false, false, 285), "html", null, true);
echo "\";
var displayProductImprimerEdit = \"";
// line 286
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.', 286, $this->source); })()), "request", [], "any", false, false, false, 286), "get", [0 => "imprimerRelierEdit"], "method", false, false, false, 286), "html", null, true);
echo "\";
var displayProductFlyer = \"";
// line 287
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.', 287, $this->source); })()), "request", [], "any", false, false, false, 287), "get", [0 => "flyer"], "method", false, false, false, 287), "html", null, true);
echo "\";
var displayProductCarteVisite = \"";
// line 288
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.', 288, $this->source); })()), "request", [], "any", false, false, false, 288), "get", [0 => "carteVisite"], "method", false, false, false, 288), "html", null, true);
echo "\";
var displayProductAffiche = \"";
// line 289
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.', 289, $this->source); })()), "request", [], "any", false, false, false, 289), "get", [0 => "affiche"], "method", false, false, false, 289), "html", null, true);
echo "\";
var displayProductMenu = \"";
// line 290
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.', 290, $this->source); })()), "request", [], "any", false, false, false, 290), "get", [0 => "menu"], "method", false, false, false, 290), "html", null, true);
echo "\";
var displayProductFaireMariage = \"";
// line 291
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.', 291, $this->source); })()), "request", [], "any", false, false, false, 291), "get", [0 => "faire_mariage"], "method", false, false, false, 291), "html", null, true);
echo "\";
var displayProductFaireNaissance = \"";
// line 292
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.', 292, $this->source); })()), "request", [], "any", false, false, false, 292), "get", [0 => "faire_naissance"], "method", false, false, false, 292), "html", null, true);
echo "\";
var souhaite_str = \"";
// line 293
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.', 293, $this->source); })()), "request", [], "any", false, false, false, 293), "get", [0 => "souhaite_str"], "method", false, false, false, 293), "html", null, true);
echo "\";
</script>
";
// line 295
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("block_product");
echo "
";
// line 296
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("uploadfileCustom");
echo "
";
// line 298
echo " ";
// line 299
echo "
";
// line 300
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.', 300, $this->source); })()), "request", [], "any", false, false, false, 300), "get", [0 => "isMobile"], "method", false, false, false, 300) == "1")) {
// line 301
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 305
echo " ";
}
// line 306
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 310
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 ( 845 => 310, 840 => 306, 837 => 305, 831 => 301, 829 => 300, 826 => 299, 824 => 298, 820 => 296, 816 => 295, 811 => 293, 807 => 292, 803 => 291, 799 => 290, 795 => 289, 791 => 288, 787 => 287, 783 => 286, 779 => 285, 775 => 284, 769 => 282, 759 => 281, 741 => 272, 738 => 271, 735 => 270, 732 => 269, 730 => 268, 719 => 262, 713 => 261, 710 => 260, 705 => 257, 700 => 255, 696 => 254, 687 => 248, 672 => 236, 660 => 231, 648 => 230, 640 => 229, 636 => 228, 630 => 227, 626 => 226, 621 => 224, 611 => 217, 601 => 212, 596 => 210, 591 => 208, 587 => 207, 577 => 200, 557 => 195, 553 => 194, 546 => 190, 536 => 183, 532 => 182, 528 => 181, 520 => 178, 516 => 177, 512 => 176, 504 => 171, 500 => 170, 496 => 169, 490 => 166, 486 => 165, 482 => 164, 476 => 161, 472 => 160, 468 => 159, 462 => 156, 456 => 155, 450 => 154, 444 => 151, 440 => 150, 436 => 149, 430 => 146, 424 => 145, 418 => 144, 404 => 141, 400 => 140, 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, 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 })) }}
<section class=\"content_home_hd\">
<div class=\"part_hd8\" style=\"margin-top: 10px !important;\">
<div class=\"container\">
<h2>{{ 'Pourquoi choisir Copees ?'|trans }}</h2>
<p class=\"txtcp01\"><strong>{{ 'Plus de 3000 entreprises'|trans }}</strong> {{ 'de toutes tailles, des start-ups aux grandes entreprises, et'|trans }} <strong>{{ 'des milliers d’indépendants'|trans }} </strong>{{ 'font confiance à Copees pour'|trans }} <strong>{{ 'leurs produits d’impression'|trans }}</strong></p>
<div class=\"row mob_txt_hom\">
<div class=\"col-md-4 col-12\">
<a href=\"{{ path('copees30mn') }}\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"LIVRÉ EN 30 MINUTES\"><img src=\"{{ asset('images/hd32.png')}}\"></a>
<h3><a href=\"{{ path('copees30mn') }}\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"LIVRÉ EN 30 MINUTES\">{{ 'LIVRÉ EN 30 MINUTES'|trans }}</a></h3>
<p>{{ \"À partir de 29€ d\\'achat, la livraison le jour même sur créneaux de 30 mn dans plus de 10 villes éligibles, est offerte. Imprimer tous vos documents, flyers, cartes de visite, et tous vos supports de communication n\\'a jamais été aussi simple.\"|trans }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"MAGIQUE !\"><img src=\"{{ asset('images/hd33.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"MAGIQUE !\">{{ \"MAGIQUE !\"|trans|raw }}</a></h3>
<p>{{ \"Après avoir uploadé vos documents, vous pouvez modifier vos pdf gratuitement avec notre incroyable logiciel d’édition de PDF. Modifier, fusionner, supprimer des pages, ajouter du texte ou encore signer en ligne devient un jeu d’enfant !\"|trans|raw }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"{{ path('simple_savjm') }}\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SATISFAIT OU RÉIMPRIMÉ\"><img src=\"{{ asset('images/hd34.png')}}\"></a>
<h3><a href=\"{{ path('simple_savjm') }}\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SATISFAIT OU RÉIMPRIMÉ\">{{ 'SATISFAIT OU RÉIMPRIMÉ'|trans }}</a></h3>
<p>{{ 'Vos documents et vos créas sont l’aboutissement de votre travail. Si un défaut nous incombant est constaté, nous nous engageons à une réimpression et livraison gratuite.'|trans }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"POINT RELAIS EXPRESS 1H\"><img src=\"{{ asset('images/hd35.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"POINT RELAIS EXPRESS 1H\">{{ 'POINT RELAIS EXPRESS 1H'|trans }}</a></h3>
<p>{{ \"Avec l’option Point Retrait express 1H, vous pouvez récupérer sans frais de livraison votre commande chez nos partenaires juste 1H après avoir passé votre commande. Vérifiez simplement dans la barre de recherche de l’accueil à quelle livraison vous êtes éligible en rentrant votre adresse !\"|trans|raw }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"ÉCONOMIQUE\"><img src=\"{{ asset('images/hd36.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"ÉCONOMIQUE\">{{ 'ÉCONOMIQUE'|trans }}</a></h3>
<p>{{ 'Les prix les plus économiques du marché avec une production et une livraison le jour même. Livraison gratuite dès 29€ HT, ou en livraison gratuite illimitée avec Copees Plus. Jusqu\\'à 50% de réduction sur notre catalogue de 300 produits avec Copees premium sans engagement et résiliable à tous moments.'|trans }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SÉCURITÉ & CONFIDENTALITÉ\"><img src=\"{{ asset('images/hd37.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"SÉCURITÉ & CONFIDENTALITÉ\">{{ 'SÉCURITÉ & CONFIDENTALITÉ'|trans }}</a></h3>
<p>{{ \"Nous ne conservons aucun fichier sur nos serveurs. Une fois que vous aurez reçu vos documents ou vos produits d\\'impression, ils seront immédiatement détruits.\"|trans }}</p>
</div>
</div>
<div class=\"mob_txt_hom row justify-content-center\">
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"Votre créa comme un pro\"><img src=\"{{ asset('images/imgb1_4.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"Votre créa comme un pro\">{{ 'Votre créa comme un pro'|trans }}</a></h3>
<p>{{ 'Utilisez gratuitement les 20 000 templates de notre partenaire'|trans }} <img class=\"m-0\" width=\"130px\" src=\"/images/ininfoselect.svg\"> {{ \"pour mettre en formes vos flyers, cartes de visite, affiches, présentations, invitations et plein d’autres produits… Puis faites-vous livrer en 30mn le jour même !\"|trans|raw }}</p>
</div>
<div class=\"col-md-4 col-12\">
<a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"PRODUIT LOCALEMENT\"><img src=\"{{ asset('images/imgb1_5.png')}}\"></a>
<h3><a href=\"#\" class=\"selectTagLinkPromotionMenuGoogle\" data-link-clicked=\"PRODUIT LOCALEMENT\">{{ 'PRODUIT LOCALEMENT'|trans }}</a></h3>
<p>{{ 'Nous assurons une production locale durable. Les distances d’expédition et les émissions de carbone sont réduites, puisque votre commande est directement produite par un imprimeur le plus près de chez vous.'|trans }}</p>
</div>
</div>
</div>
</div>
<div class=\"part_hd7\">
<div class=\"container\">
<h2>{{ 'Nous livrons bien plus que vos documents et vos produits d’impressions'|trans }} </h2>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-start col-md-6 col-12 p-0\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef1\">{{ 'Ou voulez-vous être livré(e) ?'|trans }}</h2>
<p>{{ 'Vous avez juste à renseigner votre adresse de livraison, et nos algorithmes vous diront instantanément si vous êtes éligibles à la livraison'|trans }} <a href=\"{{ path('copees30mn') }}\" >{{ '30 mn'|trans }}</a>, <a href=\"{{ path('copeesj1') }}\" >{{ '48H'|trans }}</a>, {{ 'ou'|trans }} <a href=\"#\" >{{ 'point retrait en 1H'|trans }}</a>. </p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-right\">
<img src=\"{{ asset('images/hd29.png')}}\">
</div>
</div>
</div>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-end col-md-6 col-12 p-0 order-md-2\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef2\">{{ 'Uploadez vos documents et créas'|trans }}</h2>
<p>{{ 'Uploadez vos documents ou créas en 1 clic, afin de connaitre instantanément le prix, en fonction de vos options et des quantités détectées.'|trans }}
<br> <br> {{ 'Editez, modifiez vos documents comme bon vous semble…'|trans }}
<br> <br> {{ 'Utilisez aussi nos 20 000 modèles by'|trans }} <img class=\"m-0\" width=\"130px\" src=\"/images/ininfoselect.svg\"> {{ 'pour faire une incroyable créa comme un professionnel.'|trans }}</p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-left\">
<img src=\"{{ asset('images/hd30.png')}}\">
</div>
</div>
</div>
<div class=\"box_hd7 row p-0\">
<div class=\"d-flex justify-content-center justify-content-md-start col-md-6 col-12 p-0\">
<div class=\"txt_home align-self-center\">
<h2 class=\"bef3\">{{ \"Réceptionnez le jour même !\"|trans|raw }}</h2>
<p>
{{ 'Vous programmez votre livraison ultra rapide à Paris & petite couronne, Toulouse, Montpellier, Rennes et plus de 10 autres villes éligibles, le jour même,'|trans }}
<a href=\"{{ path('copees30mn') }}\">{{ 'sur des créneaux de 30 mn'|trans }}</a>
{{ '(dimanche inclus) où vous voulez, à l’heure souhaitée. La livraison est gratuite des 29€ HT et en dessous facturée en fonction de la distance à partir de 1,99€. La livraison est gratuite de manière illimitée avec l’abonnement Copees Plus résiliable en 1 clic.'|trans }}
<br><br>{{ 'Copees livre partout en France avec UPS,'|trans }} <a href=\"{{ path('copeesj1') }}\">{{ 'sous 48H'|trans }}</a>
, {{ 'jour ouvré, à partir de 7,50€ HT et gratuitement dès 29€ HT de commande. Des points retrait express gratuits en boutique (commande prête en 1H) sont aussi à votre disposition sur'|trans }} <a href=\"{{ path('imprimerie_paris') }}\">{{ 'Paris'|trans }}</a>, <a href=\"{{ path('imprimerie_toulouse') }}\">{{ 'Toulouse'|trans }}</a>,
<a href=\"{{ path('imprimerie_montpellier') }}\">{{ 'Montpellier'|trans }}</a>, {{ \"Nice et plus de 10 villes éligibles en France !\"|trans|raw }}</p>
</div>
</div>
<div class=\"col-md-6 col-12 p-0\">
<div class=\"img_home text-center text-md-right\">
<img src=\"{{ asset('images/hd31.png')}}\">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- 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;
}
</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");
}
}