<?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 style=\" margin-top: 20px; margin-left: 20px;\">
";
// line 75
$context["ratingCopeesTab"] = $this->extensions['App\Twig\LivraisonExtension']->getRatingCopeesTab();
// line 76
echo " <a class=\"etoileGoogleglobale ratingListeBtnAccueil\" style=\"\">
<span style=\"vertical-align: middle;\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\">
<path d=\"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.26H17.92C17.66 15.63 16.88 16.79 15.71 17.57V20.34H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z\" fill=\"#4285F4\"></path>
<path d=\"M12 23C14.97 23 17.46 22.02 19.28 20.34L15.71 17.57C14.73 18.23 13.48 18.63 12 18.63C9.13999 18.63 6.70999 16.7 5.83999 14.1H2.17999V16.94C3.98999 20.53 7.69999 23 12 23Z\" fill=\"#34A853\"></path>
<path d=\"M5.84 14.09C5.62 13.43 5.49 12.73 5.49 12C5.49 11.27 5.62 10.57 5.84 9.91001V7.07001H2.18C1.43 8.55001 1 10.22 1 12C1 13.78 1.43 15.45 2.18 16.93L5.03 14.71L5.84 14.09Z\" fill=\"#FBBC05\"></path>
<path d=\"M12 5.38C13.62 5.38 15.06 5.94 16.21 7.02L19.36 3.87C17.45 2.09 14.97 1 12 1C7.69999 1 3.98999 3.47 2.17999 7.07L5.83999 9.91C6.70999 7.31 9.13999 5.38 12 5.38Z\" fill=\"#EA4335\"></path>
</svg>
</span>
<span>4.6</span>
";
// line 87
echo " <span class=\"etoileGoogle\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"20\" viewBox=\"0 0 100 20\" fill=\"none\">
<path d=\"M9.36032 1.28746C9.62296 0.758848 10.377 0.75885 10.6397 1.28746L12.7847 5.60461C12.8887 5.81394 13.0885 5.95914 13.3198 5.99337L18.0884 6.69931C18.6723 6.78574 18.9054 7.50291 18.4838 7.91605L15.0408 11.2901C14.8738 11.4537 14.7975 11.6887 14.8364 11.9192L15.6386 16.6726C15.7368 17.2546 15.1268 17.6979 14.6036 17.4246L10.3307 15.1927C10.1235 15.0845 9.87649 15.0845 9.6693 15.1927L5.39641 17.4246C4.87322 17.6979 4.26316 17.2546 4.36139 16.6726L5.16361 11.9192C5.20251 11.6887 5.12617 11.4537 4.95923 11.2901L1.51621 7.91605C1.09463 7.50291 1.32765 6.78574 1.91156 6.69931L6.68025 5.99337C6.91147 5.95914 7.11132 5.81394 7.21533 5.60461L9.36032 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M29.3603 1.28746C29.623 0.758848 30.377 0.75885 30.6397 1.28746L32.7847 5.60461C32.8887 5.81394 33.0885 5.95914 33.3198 5.99337L38.0884 6.69931C38.6723 6.78574 38.9054 7.50291 38.4838 7.91605L35.0408 11.2901C34.8738 11.4537 34.7975 11.6887 34.8364 11.9192L35.6386 16.6726C35.7368 17.2546 35.1268 17.6979 34.6036 17.4246L30.3307 15.1927C30.1235 15.0845 29.8765 15.0845 29.6693 15.1927L25.3964 17.4246C24.8732 17.6979 24.2632 17.2546 24.3614 16.6726L25.1636 11.9192C25.2025 11.6887 25.1262 11.4537 24.9592 11.2901L21.5162 7.91605C21.0946 7.50291 21.3277 6.78574 21.9116 6.69931L26.6802 5.99337C26.9115 5.95914 27.1113 5.81394 27.2153 5.60461L29.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M49.3603 1.28746C49.623 0.758848 50.377 0.75885 50.6397 1.28746L52.7847 5.60461C52.8887 5.81394 53.0885 5.95914 53.3198 5.99337L58.0884 6.69931C58.6723 6.78574 58.9054 7.50291 58.4838 7.91605L55.0408 11.2901C54.8738 11.4537 54.7975 11.6887 54.8364 11.9192L55.6386 16.6726C55.7368 17.2546 55.1268 17.6979 54.6036 17.4246L50.3307 15.1927C50.1235 15.0845 49.8765 15.0845 49.6693 15.1927L45.3964 17.4246C44.8732 17.6979 44.2632 17.2546 44.3614 16.6726L45.1636 11.9192C45.2025 11.6887 45.1262 11.4537 44.9592 11.2901L41.5162 7.91605C41.0946 7.50291 41.3277 6.78574 41.9116 6.69931L46.6802 5.99337C46.9115 5.95914 47.1113 5.81394 47.2153 5.60461L49.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M69.3603 1.28746C69.623 0.758848 70.377 0.75885 70.6397 1.28746L72.7847 5.60461C72.8887 5.81394 73.0885 5.95914 73.3198 5.99337L78.0884 6.69931C78.6723 6.78574 78.9054 7.50291 78.4838 7.91605L75.0408 11.2901C74.8738 11.4537 74.7975 11.6887 74.8364 11.9192L75.6386 16.6726C75.7368 17.2546 75.1268 17.6979 74.6036 17.4246L70.3307 15.1927C70.1235 15.0845 69.8765 15.0845 69.6693 15.1927L65.3964 17.4246C64.8732 17.6979 64.2632 17.2546 64.3614 16.6726L65.1636 11.9192C65.2025 11.6887 65.1262 11.4537 64.9592 11.2901L61.5162 7.91605C61.0946 7.50291 61.3277 6.78574 61.9116 6.69931L66.6802 5.99337C66.9115 5.95914 67.1113 5.81394 67.2153 5.60461L69.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M89.3692 1.18774C89.6377 0.682086 90.3623 0.682087 90.6308 1.18774L92.9046 5.4689C93.0079 5.66328 93.195 5.79922 93.4118 5.83734L98.186 6.67691C98.7499 6.77607 98.9738 7.46515 98.5759 7.87682L95.2069 11.3623C95.0539 11.5205 94.9825 11.7405 95.0132 11.9584L95.6901 16.7585C95.77 17.3254 95.1838 17.7513 94.6694 17.5001L90.3134 15.373C90.1156 15.2765 89.8844 15.2765 89.6866 15.373L85.3306 17.5001C84.8161 17.7513 84.23 17.3254 84.3099 16.7585L84.9868 11.9584C85.0175 11.7405 84.9461 11.5205 84.7931 11.3623L81.4241 7.87682C81.0262 7.46514 81.2501 6.77607 81.814 6.67691L86.5882 5.83734C86.805 5.79922 86.9921 5.66328 87.0954 5.46889L89.3692 1.18774Z\" fill=\"#6A6A6A\"/>
<mask id=\"mask0_3_61\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"80\" y=\"0\" width=\"10\" height=\"20\">
<rect x=\"80\" width=\"10\" height=\"20\" fill=\"#D9D9D9\"/>
</mask>
<g mask=\"url(#mask0_3_61)\">
<path d=\"M89.3692 1.18774C89.6377 0.682086 90.3623 0.682087 90.6308 1.18774L92.9046 5.4689C93.0079 5.66328 93.195 5.79922 93.4118 5.83734L98.186 6.67691C98.7499 6.77607 98.9738 7.46515 98.5759 7.87682L95.2069 11.3623C95.0539 11.5205 94.9825 11.7405 95.0132 11.9584L95.6901 16.7585C95.77 17.3254 95.1838 17.7513 94.6694 17.5001L90.3134 15.373C90.1156 15.2765 89.8844 15.2765 89.6866 15.373L85.3306 17.5001C84.8161 17.7513 84.23 17.3254 84.3099 16.7585L84.9868 11.9584C85.0175 11.7405 84.9461 11.5205 84.7931 11.3623L81.4241 7.87682C81.0262 7.46514 81.2501 6.77607 81.814 6.67691L86.5882 5.83734C86.805 5.79922 86.9921 5.66328 87.0954 5.46889L89.3692 1.18774Z\" fill=\"#FEA500\"/>
</g>
</svg>
</span>
</a>
<style>
.ratingListeBtnAccueil span:first-child {
margin-top: 5px;
font-size: 12px;
margin-right: 2px;
}
</style>
</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: 12px;\" >
<h2 class=\"titre_accueil_header1 titre_accueil_header1New\" style=\"\">";
// line 112
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 113
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 115
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 116
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 117
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.', 117, $this->source); })()), "user", [], "any", false, false, false, 117)) {
// line 118
echo "
";
} else {
// line 120
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 122
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 134
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 138
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 142
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 146
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 150
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 154
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 158
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 159
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 162
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 166
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 167
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 170
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 171
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("poste_page");
echo "\">Envoi de courrier simple ou recommandé</a></h4>
</div>
</div>
</div>
";
// line 175
$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.', 175, $this->source); })()), "request", [], "any", false, false, false, 175), "get", [0 => "showcarteFlyer"], "method", false, false, false, 175);
// line 176
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.', 176, $this->source); })())]));
echo "
";
// line 178
$this->loadTemplate("front/accueil/index-content.html.twig", "front/accueil/index.html.twig", 178)->display($context);
// line 179
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 184
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 190
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Montrez au monde votre créativité <br>et gagnez 300€");
echo "</h3>
<img src=\"";
// line 191
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 193
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 196
echo " <div class=\"d-flex mt-3 \" style=\"align-content: center;flex-direction: column;flex-wrap: wrap;\">
<a href=\"";
// line 197
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 198
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 204
$this->loadTemplate("front/footer.html.twig", "front/accueil/index.html.twig", 204)->display($context);
// line 205
echo " <style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
display: none;
}
</style>
";
} else {
// line 211
echo " ";
$this->loadTemplate("front/accueil/index2.html.twig", "front/accueil/index.html.twig", 211)->display($context);
// line 212
echo " <style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
position: fixed;
bottom: 10px;
left: 10px;
}
</style>
";
}
// line 220
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 227
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 228
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script>
var displayProduct = \"";
// line 230
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.', 230, $this->source); })()), "request", [], "any", false, false, false, 230), "get", [0 => "displayProduct"], "method", false, false, false, 230), "html", null, true);
echo "\";
var displayProductImprimer = \"";
// line 231
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.', 231, $this->source); })()), "request", [], "any", false, false, false, 231), "get", [0 => "imprimerRelier"], "method", false, false, false, 231), "html", null, true);
echo "\";
var displayProductImprimerEdit = \"";
// line 232
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.', 232, $this->source); })()), "request", [], "any", false, false, false, 232), "get", [0 => "imprimerRelierEdit"], "method", false, false, false, 232), "html", null, true);
echo "\";
var displayProductFlyer = \"";
// line 233
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.', 233, $this->source); })()), "request", [], "any", false, false, false, 233), "get", [0 => "flyer"], "method", false, false, false, 233), "html", null, true);
echo "\";
var displayProductCarteVisite = \"";
// line 234
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.', 234, $this->source); })()), "request", [], "any", false, false, false, 234), "get", [0 => "carteVisite"], "method", false, false, false, 234), "html", null, true);
echo "\";
var displayProductAffiche = \"";
// line 235
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.', 235, $this->source); })()), "request", [], "any", false, false, false, 235), "get", [0 => "affiche"], "method", false, false, false, 235), "html", null, true);
echo "\";
var displayProductMenu = \"";
// line 236
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.', 236, $this->source); })()), "request", [], "any", false, false, false, 236), "get", [0 => "menu"], "method", false, false, false, 236), "html", null, true);
echo "\";
var displayProductFaireMariage = \"";
// line 237
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.', 237, $this->source); })()), "request", [], "any", false, false, false, 237), "get", [0 => "faire_mariage"], "method", false, false, false, 237), "html", null, true);
echo "\";
var displayProductFaireNaissance = \"";
// line 238
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.', 238, $this->source); })()), "request", [], "any", false, false, false, 238), "get", [0 => "faire_naissance"], "method", false, false, false, 238), "html", null, true);
echo "\";
var souhaite_str = \"";
// line 239
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.', 239, $this->source); })()), "request", [], "any", false, false, false, 239), "get", [0 => "souhaite_str"], "method", false, false, false, 239), "html", null, true);
echo "\";
</script>
";
// line 241
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("block_product");
echo "
";
// line 242
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("uploadfileCustom");
echo "
";
// line 244
echo " ";
// line 245
echo "
";
// line 246
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.', 246, $this->source); })()), "request", [], "any", false, false, false, 246), "get", [0 => "isMobile"], "method", false, false, false, 246) == "1")) {
// line 247
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 251
echo " ";
}
// line 252
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 256
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 ( 616 => 256, 611 => 252, 608 => 251, 602 => 247, 600 => 246, 597 => 245, 595 => 244, 591 => 242, 587 => 241, 582 => 239, 578 => 238, 574 => 237, 570 => 236, 566 => 235, 562 => 234, 558 => 233, 554 => 232, 550 => 231, 546 => 230, 540 => 228, 530 => 227, 514 => 220, 504 => 212, 501 => 211, 493 => 205, 491 => 204, 480 => 198, 474 => 197, 471 => 196, 466 => 193, 461 => 191, 457 => 190, 448 => 184, 441 => 179, 439 => 178, 433 => 176, 431 => 175, 424 => 171, 418 => 170, 412 => 167, 406 => 166, 399 => 162, 393 => 159, 387 => 158, 380 => 154, 373 => 150, 366 => 146, 359 => 142, 352 => 138, 345 => 134, 331 => 122, 323 => 120, 319 => 118, 317 => 117, 313 => 116, 309 => 115, 304 => 113, 300 => 112, 273 => 87, 261 => 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 style=\" margin-top: 20px; margin-left: 20px;\">
{% set ratingCopeesTab = getRatingCopeesTab() %}
<a class=\"etoileGoogleglobale ratingListeBtnAccueil\" style=\"\">
<span style=\"vertical-align: middle;\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 24 24\" fill=\"none\">
<path d=\"M22.56 12.25C22.56 11.47 22.49 10.72 22.36 10H12V14.26H17.92C17.66 15.63 16.88 16.79 15.71 17.57V20.34H19.28C21.36 18.42 22.56 15.6 22.56 12.25Z\" fill=\"#4285F4\"></path>
<path d=\"M12 23C14.97 23 17.46 22.02 19.28 20.34L15.71 17.57C14.73 18.23 13.48 18.63 12 18.63C9.13999 18.63 6.70999 16.7 5.83999 14.1H2.17999V16.94C3.98999 20.53 7.69999 23 12 23Z\" fill=\"#34A853\"></path>
<path d=\"M5.84 14.09C5.62 13.43 5.49 12.73 5.49 12C5.49 11.27 5.62 10.57 5.84 9.91001V7.07001H2.18C1.43 8.55001 1 10.22 1 12C1 13.78 1.43 15.45 2.18 16.93L5.03 14.71L5.84 14.09Z\" fill=\"#FBBC05\"></path>
<path d=\"M12 5.38C13.62 5.38 15.06 5.94 16.21 7.02L19.36 3.87C17.45 2.09 14.97 1 12 1C7.69999 1 3.98999 3.47 2.17999 7.07L5.83999 9.91C6.70999 7.31 9.13999 5.38 12 5.38Z\" fill=\"#EA4335\"></path>
</svg>
</span>
<span>4.6</span>
{#<span>{% if ratingCopeesTab.rating is defined %}{{ getRatingCopees() }}{% endif %}</span>#}
<span class=\"etoileGoogle\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"80\" height=\"20\" viewBox=\"0 0 100 20\" fill=\"none\">
<path d=\"M9.36032 1.28746C9.62296 0.758848 10.377 0.75885 10.6397 1.28746L12.7847 5.60461C12.8887 5.81394 13.0885 5.95914 13.3198 5.99337L18.0884 6.69931C18.6723 6.78574 18.9054 7.50291 18.4838 7.91605L15.0408 11.2901C14.8738 11.4537 14.7975 11.6887 14.8364 11.9192L15.6386 16.6726C15.7368 17.2546 15.1268 17.6979 14.6036 17.4246L10.3307 15.1927C10.1235 15.0845 9.87649 15.0845 9.6693 15.1927L5.39641 17.4246C4.87322 17.6979 4.26316 17.2546 4.36139 16.6726L5.16361 11.9192C5.20251 11.6887 5.12617 11.4537 4.95923 11.2901L1.51621 7.91605C1.09463 7.50291 1.32765 6.78574 1.91156 6.69931L6.68025 5.99337C6.91147 5.95914 7.11132 5.81394 7.21533 5.60461L9.36032 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M29.3603 1.28746C29.623 0.758848 30.377 0.75885 30.6397 1.28746L32.7847 5.60461C32.8887 5.81394 33.0885 5.95914 33.3198 5.99337L38.0884 6.69931C38.6723 6.78574 38.9054 7.50291 38.4838 7.91605L35.0408 11.2901C34.8738 11.4537 34.7975 11.6887 34.8364 11.9192L35.6386 16.6726C35.7368 17.2546 35.1268 17.6979 34.6036 17.4246L30.3307 15.1927C30.1235 15.0845 29.8765 15.0845 29.6693 15.1927L25.3964 17.4246C24.8732 17.6979 24.2632 17.2546 24.3614 16.6726L25.1636 11.9192C25.2025 11.6887 25.1262 11.4537 24.9592 11.2901L21.5162 7.91605C21.0946 7.50291 21.3277 6.78574 21.9116 6.69931L26.6802 5.99337C26.9115 5.95914 27.1113 5.81394 27.2153 5.60461L29.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M49.3603 1.28746C49.623 0.758848 50.377 0.75885 50.6397 1.28746L52.7847 5.60461C52.8887 5.81394 53.0885 5.95914 53.3198 5.99337L58.0884 6.69931C58.6723 6.78574 58.9054 7.50291 58.4838 7.91605L55.0408 11.2901C54.8738 11.4537 54.7975 11.6887 54.8364 11.9192L55.6386 16.6726C55.7368 17.2546 55.1268 17.6979 54.6036 17.4246L50.3307 15.1927C50.1235 15.0845 49.8765 15.0845 49.6693 15.1927L45.3964 17.4246C44.8732 17.6979 44.2632 17.2546 44.3614 16.6726L45.1636 11.9192C45.2025 11.6887 45.1262 11.4537 44.9592 11.2901L41.5162 7.91605C41.0946 7.50291 41.3277 6.78574 41.9116 6.69931L46.6802 5.99337C46.9115 5.95914 47.1113 5.81394 47.2153 5.60461L49.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M69.3603 1.28746C69.623 0.758848 70.377 0.75885 70.6397 1.28746L72.7847 5.60461C72.8887 5.81394 73.0885 5.95914 73.3198 5.99337L78.0884 6.69931C78.6723 6.78574 78.9054 7.50291 78.4838 7.91605L75.0408 11.2901C74.8738 11.4537 74.7975 11.6887 74.8364 11.9192L75.6386 16.6726C75.7368 17.2546 75.1268 17.6979 74.6036 17.4246L70.3307 15.1927C70.1235 15.0845 69.8765 15.0845 69.6693 15.1927L65.3964 17.4246C64.8732 17.6979 64.2632 17.2546 64.3614 16.6726L65.1636 11.9192C65.2025 11.6887 65.1262 11.4537 64.9592 11.2901L61.5162 7.91605C61.0946 7.50291 61.3277 6.78574 61.9116 6.69931L66.6802 5.99337C66.9115 5.95914 67.1113 5.81394 67.2153 5.60461L69.3603 1.28746Z\" fill=\"#FEA500\"/>
<path d=\"M89.3692 1.18774C89.6377 0.682086 90.3623 0.682087 90.6308 1.18774L92.9046 5.4689C93.0079 5.66328 93.195 5.79922 93.4118 5.83734L98.186 6.67691C98.7499 6.77607 98.9738 7.46515 98.5759 7.87682L95.2069 11.3623C95.0539 11.5205 94.9825 11.7405 95.0132 11.9584L95.6901 16.7585C95.77 17.3254 95.1838 17.7513 94.6694 17.5001L90.3134 15.373C90.1156 15.2765 89.8844 15.2765 89.6866 15.373L85.3306 17.5001C84.8161 17.7513 84.23 17.3254 84.3099 16.7585L84.9868 11.9584C85.0175 11.7405 84.9461 11.5205 84.7931 11.3623L81.4241 7.87682C81.0262 7.46514 81.2501 6.77607 81.814 6.67691L86.5882 5.83734C86.805 5.79922 86.9921 5.66328 87.0954 5.46889L89.3692 1.18774Z\" fill=\"#6A6A6A\"/>
<mask id=\"mask0_3_61\" style=\"mask-type:alpha\" maskUnits=\"userSpaceOnUse\" x=\"80\" y=\"0\" width=\"10\" height=\"20\">
<rect x=\"80\" width=\"10\" height=\"20\" fill=\"#D9D9D9\"/>
</mask>
<g mask=\"url(#mask0_3_61)\">
<path d=\"M89.3692 1.18774C89.6377 0.682086 90.3623 0.682087 90.6308 1.18774L92.9046 5.4689C93.0079 5.66328 93.195 5.79922 93.4118 5.83734L98.186 6.67691C98.7499 6.77607 98.9738 7.46515 98.5759 7.87682L95.2069 11.3623C95.0539 11.5205 94.9825 11.7405 95.0132 11.9584L95.6901 16.7585C95.77 17.3254 95.1838 17.7513 94.6694 17.5001L90.3134 15.373C90.1156 15.2765 89.8844 15.2765 89.6866 15.373L85.3306 17.5001C84.8161 17.7513 84.23 17.3254 84.3099 16.7585L84.9868 11.9584C85.0175 11.7405 84.9461 11.5205 84.7931 11.3623L81.4241 7.87682C81.0262 7.46514 81.2501 6.77607 81.814 6.67691L86.5882 5.83734C86.805 5.79922 86.9921 5.66328 87.0954 5.46889L89.3692 1.18774Z\" fill=\"#FEA500\"/>
</g>
</svg>
</span>
</a>
<style>
.ratingListeBtnAccueil span:first-child {
margin-top: 5px;
font-size: 12px;
margin-right: 2px;
}
</style>
</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: 12px;\" >
<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");
}
}