<?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/product-option/new_index2.html.twig */
class __TwigTemplate_05dabcdaf03d2c51fc37c6eac91804c1f719b886c7e085d0ca8520c6dacffa96 extends \Twig\Template
{
private $source;
private $macros = [];
public function __construct(Environment $env)
{
parent::__construct($env);
$this->source = $this->getSourceContext();
$this->blocks = [
'title' => [$this, 'block_title'],
'metaDescription' => [$this, 'block_metaDescription'],
'googleTagManagerDataLayer' => [$this, 'block_googleTagManagerDataLayer'],
'stylesheets' => [$this, 'block_stylesheets'],
'body' => [$this, 'block_body'],
'javascripts' => [$this, 'block_javascripts'],
];
$macros["_self"] = $this->macros["_self"] = $this;
}
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/product-option/new_index2.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/product-option/new_index2.html.twig"));
// line 3
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 3, $this->source); })()), "metaTitle", [], "any", false, false, false, 3)) {
}
// line 8
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 8, $this->source); })()), "metaDescription", [], "any", false, false, false, 8)) {
}
// line 1
$this->parent = $this->loadTemplate("front/layout.html.twig", "front/product-option/new_index2.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 4
public function block_title($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", "title"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "title"));
// line 5
echo " ";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 5, $this->source); })()), "metaTitle", [], "any", false, false, false, 5), [], "pageCmsTranslate"), "html", null, true);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 9
public function block_metaDescription($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", "metaDescription"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "metaDescription"));
// line 10
echo " <meta name=\"description\" content=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 10, $this->source); })()), "metaDescription", [], "any", false, false, false, 10), [], "pageCmsTranslate"), "html", null, true);
echo "\">
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 14
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 15
echo " ";
$this->loadTemplate("google_tag.html.twig", "front/product-option/new_index2.html.twig", 15)->display(twig_array_merge($context, ["titlePage" => "product option", "categoryPage" => "product-details", "navigation_category1" => "", "navigation_category2" => "", "navigation_category3" => ""]));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 17
public function block_stylesheets($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", "stylesheets"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block", "stylesheets"));
// line 18
echo " <link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css\">
";
// line 19
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackLinkTags("color_lab_product");
echo "
";
// line 20
$this->displayParentBlock("stylesheets", $context, $blocks);
echo "
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 34
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 35
echo " ";
$this->loadTemplate("front/header.html.twig", "front/product-option/new_index2.html.twig", 35)->display($context);
// line 36
echo " ";
$context["currentPath"] = 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.', 36, $this->source); })()), "request", [], "any", false, false, false, 36), "requesturi", [], "any", false, false, false, 36);
// line 37
echo " <script>
var isMobile = \"";
// line 38
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.', 38, $this->source); })()), "request", [], "any", false, false, false, 38), "get", [0 => "isMobile"], "method", false, false, false, 38), "html", null, true);
echo "\";
var str1 = '?';
var str2 = '";
// line 40
echo twig_escape_filter($this->env, (isset($context["currentPath"]) || array_key_exists("currentPath", $context) ? $context["currentPath"] : (function () { throw new RuntimeError('Variable "currentPath" does not exist.', 40, $this->source); })()), "html", null, true);
echo "';
str2 = str2.replace(/&/g, '&');
if(str2.indexOf('isMobile') != -1){
var str2 = str2.substring(0 ,str2.indexOf('isMobile') - 1);
}
var str3 = '?';
if(str2.indexOf(str1) != -1){
str3 = '&';
}
if(\$( window ).width() > 768 ) {
if(isMobile == '1'){
window.location.replace(str2+str3+\"isMobile=0\");
}
}else {
if(isMobile != '1') {
window.location.replace(str2+str3+\"isMobile=1\");
}
}
</script>
<input type=\"hidden\" id=\"newPage\" value=\"1\">
<input type=\"hidden\" id=\"designId\" value=\"";
// line 60
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 60, $this->source); })())) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 60, $this->source); })()), "templateIdCrello", [], "any", false, false, false, 60), "html", null, true);
}
echo "\">
<input type=\"hidden\" name=\"tokenDetail\" id=\"tokenDetail\" value=\"";
// line 61
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 61, $this->source); })())) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 61, $this->source); })()), "token", [], "any", false, false, false, 61), "html", null, true);
}
echo "\">
";
// line 62
$context["productObject"] = null;
// line 63
echo " ";
if (((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 63, $this->source); })()) && twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 63, $this->source); })()), "product", [], "any", false, false, false, 63))) {
// line 64
echo " ";
$context["productObject"] = twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 64, $this->source); })()), "product", [], "any", false, false, false, 64);
// line 65
echo " ";
} elseif (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.', 65, $this->source); })()), "request", [], "any", false, false, false, 65), "get", [0 => "product"], "method", false, false, false, 65)) {
// line 66
echo " ";
$context["productObject"] = $this->extensions['App\Twig\AppExtension']->getProductById(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.', 66, $this->source); })()), "request", [], "any", false, false, false, 66), "get", [0 => "product"], "method", false, false, false, 66));
// line 67
echo " ";
}
// line 68
echo " ";
$context["isMobileInterface"] = false;
// line 69
echo " ";
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.', 69, $this->source); })()), "request", [], "any", false, false, false, 69), "get", [0 => "isMobile"], "method", false, false, false, 69) == "1")) {
// line 70
echo " ";
// line 71
echo " ";
$context["isMobileInterface"] = true;
// line 72
echo " <input type=\"hidden\" value=\"1\" id=\"isMobileInterface\">
<div class=\"productIndexOptionNewMobile\">
";
// line 74
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 74, $this->source); })())) {
// line 75
echo " ";
$context["idProduct"] = twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 75, $this->source); })()), "product", [], "any", false, false, false, 75), "id", [], "any", false, false, false, 75);
// line 76
echo " ";
} else {
// line 77
echo " ";
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.', 77, $this->source); })()), "request", [], "any", false, false, false, 77), "get", [0 => "product"], "method", false, false, false, 77)) {
// line 78
echo " ";
$context["idProduct"] = 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.', 78, $this->source); })()), "request", [], "any", false, false, false, 78), "get", [0 => "product"], "method", false, false, false, 78);
// line 79
echo " ";
}
// line 80
echo " ";
}
// line 81
echo " <input value=\"";
echo twig_escape_filter($this->env, (isset($context["idProduct"]) || array_key_exists("idProduct", $context) ? $context["idProduct"] : (function () { throw new RuntimeError('Variable "idProduct" does not exist.', 81, $this->source); })()), "html", null, true);
echo "\" checked=\"checked\" data-new-page=\"1\" style=\"display: none\" data-url=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product_option");
echo "?product=";
echo twig_escape_filter($this->env, (isset($context["idProduct"]) || array_key_exists("idProduct", $context) ? $context["idProduct"] : (function () { throw new RuntimeError('Variable "idProduct" does not exist.', 81, $this->source); })()), "html", null, true);
echo "\" type=\"radio\" name=\"productOption\" >
<div class=\"col-12 pl-0 pr-0 linkTitreFirstProduct\" >
<a href=\"";
// line 84
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("besoin_produits");
echo "\" class=\"paddingMobileOptionProduct\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"18\" viewBox=\"0 0 11 18\" fill=\"none\">
<path d=\"M9 2L2 9L9 16\" stroke=\"#211E1D\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
</svg>
<span class=\"\">";
// line 88
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 88, $this->source); })()), "getTypeProductName", [], "method", false, false, false, 88), "html", null, true);
echo "</span>
</a>
</div>
";
// line 91
$context["dataLivraisonArray2"] = $this->extensions['App\Twig\LivraisonExtension']->getDataLivraisonWithOrNotImprimeur();
// line 92
echo " <div class=\"blocLivraisonBesoinProduct\">
<div class=\"bloc1LivraisonBesoinProduct\">
<p style=\"display: flex;margin-bottom:0px\">
<span>
🚀
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
";
// line 99
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Commandez avant 17h, livré aujourd’hui chez vous !", [], "productTranslate"), "html", null, true);
echo "
</span>
</p>
</div>
";
// line 103
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 103, $this->source); })()), "addresse", [], "any", false, false, false, 103), "addresseAdresse", [], "any", false, false, false, 103)) {
// line 104
echo " <div class=\"bloc2LivraisonBesoinProduct\">
<p style=\"\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_39_1752)\">
<path d=\"M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z\" fill=\"#323232\"/>
</g>
<defs>
<clipPath id=\"clip0_39_1752\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
";
// line 119
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 119, $this->source); })()), "addresse", [], "any", false, false, false, 119), "addresseAdresse", [], "any", false, false, false, 119), "html", null, true);
echo "
</span>
</p>
";
// line 122
if (twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 122, $this->source); })()), "time", [], "any", false, false, false, 122)) {
// line 123
echo " <p style=\"border-top: 0.5px solid #DDD;\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_39_1755)\">
<path d=\"M7 2V13H10V22L17 10H13L17 2H7Z\" fill=\"#323232\"/>
</g>
<defs>
<clipPath id=\"clip0_39_1755\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
Livraison ";
// line 137
echo twig_escape_filter($this->env, twig_lower_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 137, $this->source); })()), "time", [], "any", false, false, false, 137), "day", [], "any", false, false, false, 137)), "html", null, true);
echo " dés ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_split_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 137, $this->source); })()), "time", [], "any", false, false, false, 137), "time", [], "any", false, false, false, 137), " "), 0, [], "array", false, false, false, 137), "html", null, true);
echo "
</span>
</p>
";
}
// line 141
echo " </div>
";
}
// line 143
echo " <div class=\"bloc3LivraisonBesoinProduct\">
<div class=\"bloc3LivraisonBesoinProductStr\">
<h4 class=\"mt-0\">";
// line 145
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Voici les options disponibles à cette adresse", [], "productTranslate"), "html", null, true);
echo " :</h4>
<div class=\"bloc3LivraisonBesoinProductStrDispo\">
";
// line 147
if ((twig_get_attribute($this->env, $this->source, ($context["dataLivraisonArray2"] ?? null), "dataLivraison", [], "any", true, true, false, 147) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 147, $this->source); })()), "dataLivraison", [], "any", false, false, false, 147), "imprimeurZoneChalandise", [], "any", false, false, false, 147))) {
// line 148
echo " <p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Livraison 30 min</span>
</p>
";
}
// line 158
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["dataLivraisonArray2"] ?? null), "dataLivraison", [], "any", true, true, false, 158) && twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 158, $this->source); })()), "dataLivraison", [], "any", false, false, false, 158), "imprimeurPointRetrait", [], "any", false, false, false, 158))) {
// line 159
echo " <p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Point retrait 1h</span>
</p>
";
}
// line 169
echo " ";
if ((twig_get_attribute($this->env, $this->source, ($context["dataLivraisonArray2"] ?? null), "dataLivraison", [], "any", true, true, false, 169) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 169, $this->source); })()), "dataLivraison", [], "any", false, false, false, 169), "imprimeurLivraisonNationalJ5", [], "any", false, false, false, 169) || twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["dataLivraisonArray2"]) || array_key_exists("dataLivraisonArray2", $context) ? $context["dataLivraisonArray2"] : (function () { throw new RuntimeError('Variable "dataLivraisonArray2" does not exist.', 169, $this->source); })()), "dataLivraison", [], "any", false, false, false, 169), "imprimeurLivraisonNational", [], "any", false, false, false, 169)))) {
// line 170
echo " <p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Livraison 48h/J+5</span>
</p>
";
}
// line 180
echo "
</div>
</div>
</div>
<div class=\"bloc4LivraisonBesoinProduct\">
<a class=\"ratingListeBtnAccueil\" style=\"\">
";
// line 186
$context["ratingCopeesTab"] = $this->extensions['App\Twig\LivraisonExtension']->getRatingCopeesTab();
// line 187
echo " <span>4.6</span>
";
// line 189
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>
sur
<span style=\"vertical-align: middle;\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" 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>
</a>
</div>
</div>
<div class=\"col-12 paddingMobileOptionProduct\" >
<h3 class=\"productTitreMobile\">";
// line 218
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 218, $this->source); })()), "productTitreMobile", [], "any", false, false, false, 218), [], "productTranslate"), "html", null, true);
echo "</h3>
</div>
<div class=\"col-12\">
<div class=\"imageOptionProductMobile\">
<div id=\"custCarousel\" class=\"carousel slide\" data-ride=\"carousel\" align=\"center\">
<div class=\"carousel-inner\">
";
// line 224
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 224, $this->source); })()), "productImageMobile", [], "any", false, false, false, 224));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 225
echo " <div class=\"carousel-item ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 225)) {
echo "active";
}
echo "\">
<img src=\"";
// line 226
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 226))), "html", null, true);
echo "\" alt=\"Hills\">
</div>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 229
echo " </div>
<ol class=\"carousel-indicators list-inline\">
";
// line 232
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 232, $this->source); })()), "productImageMobile", [], "any", false, false, false, 232));
$context['loop'] = [
'parent' => $context['_parent'],
'index0' => 0,
'index' => 1,
'first' => true,
];
if (is_array($context['_seq']) || (is_object($context['_seq']) && $context['_seq'] instanceof \Countable)) {
$length = count($context['_seq']);
$context['loop']['revindex0'] = $length - 1;
$context['loop']['revindex'] = $length;
$context['loop']['length'] = $length;
$context['loop']['last'] = 1 === $length;
}
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 233
echo " <li class=\"list-inline-item ";
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 233)) {
echo "active";
}
echo "\">
<a id=\"carousel-selector-0\"";
// line 234
if (twig_get_attribute($this->env, $this->source, $context["loop"], "first", [], "any", false, false, false, 234)) {
echo "class=\"selected\" ";
}
echo " data-slide-to=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["loop"], "index0", [], "any", false, false, false, 234), "html", null, true);
echo "\" data-target=\"#custCarousel\">
<img src=\"";
// line 235
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 235))), "html", null, true);
echo "\" class=\"img-fluid\">
</a>
</li>
";
++$context['loop']['index0'];
++$context['loop']['index'];
$context['loop']['first'] = false;
if (isset($context['loop']['length'])) {
--$context['loop']['revindex0'];
--$context['loop']['revindex'];
$context['loop']['last'] = 0 === $context['loop']['revindex0'];
}
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 239
echo " </ol>
</div>
</div>
</div>
<div id=\"optionsBlocMobile\" class=\"paddingMobileOptionProduct\">
</div>
<div id=\"quantityBlocNew\" class=\"paddingMobileOptionProduct\">
</div>
<div id=\"optionsBlocDescriptionMobile\" class=\"paddingMobileOptionProduct\">
<div id=\"nosLovesPrinter\">
</div>
</div>
<div class=\"paddingMobileOptionProduct row_select_ca1 oghtml5\">
<div class=\"Comm_adress\">
<h3>";
// line 258
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Votre adresse", [], "productTranslate"), "html", null, true);
echo "</h3>
<div role=\"group\" class=\"form-group\">
<input id=\"addresseLiv\" name=\"addresseLiv\" type=\"text\" class=\"form-control adresee-google-map\" placeholder=\" \"
";
// line 261
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.', 261, $this->source); })()), "session", [], "any", false, false, false, 261), "get", [0 => "addresseAdresse"], "method", false, false, false, 261)) {
echo " value=\"";
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.', 261, $this->source); })()), "session", [], "any", false, false, false, 261), "get", [0 => "addresseAdresse"], "method", false, false, false, 261), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 261, $this->source); })()), "adresseLivraison", "adresse"], 261, $context, $this->getSourceContext());
echo " ";
}
echo " >
<label for=\"addresseLiv\" class=\"d-block form-control-placeholder\"> ";
// line 262
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Commencez à saisir la première ligne de votre adresse", [], "productTranslate"), "html", null, true);
echo "</label>
<input type=\"hidden\" id=\"longLiv\" ";
// line 263
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.', 263, $this->source); })()), "session", [], "any", false, false, false, 263), "get", [0 => "longiAdresse"], "method", false, false, false, 263)) {
echo " value=\"";
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.', 263, $this->source); })()), "session", [], "any", false, false, false, 263), "get", [0 => "longiAdresse"], "method", false, false, false, 263), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 263, $this->source); })()), "adresseLivraison", "longi"], 263, $context, $this->getSourceContext());
}
echo " name=\"longLiv\">
<input type=\"hidden\" id=\"latLiv\" ";
// line 264
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.', 264, $this->source); })()), "session", [], "any", false, false, false, 264), "get", [0 => "latAdresse"], "method", false, false, false, 264)) {
echo " value=\"";
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.', 264, $this->source); })()), "session", [], "any", false, false, false, 264), "get", [0 => "latAdresse"], "method", false, false, false, 264), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 264, $this->source); })()), "adresseLivraison", "lat"], 264, $context, $this->getSourceContext());
}
echo " name=\"latLiv\">
<input type=\"hidden\" id=\"codePostalLiv\" ";
// line 265
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.', 265, $this->source); })()), "session", [], "any", false, false, false, 265), "get", [0 => "postalcodeAdresse"], "method", false, false, false, 265)) {
echo " value=\"";
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.', 265, $this->source); })()), "session", [], "any", false, false, false, 265), "get", [0 => "postalcodeAdresse"], "method", false, false, false, 265), "html", null, true);
echo "\" ";
} else {
echo " ";
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 265, $this->source); })()), "adresseLivraison", "codePostal"], 265, $context, $this->getSourceContext());
}
echo " name=\"codePostalLiv\">
<input type=\"hidden\" id=\"CountryLiv\" value=\"";
// line 266
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.', 266, $this->source); })()), "session", [], "any", false, false, false, 266), "get", [0 => "CountryLiv"], "method", false, false, false, 266)) {
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.', 266, $this->source); })()), "session", [], "any", false, false, false, 266), "get", [0 => "CountryLiv"], "method", false, false, false, 266), "html", null, true);
} else {
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["cart"] ?? null), "adresseLivraison", [], "any", false, true, false, 266), "country", [], "any", true, true, false, 266)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 266, $this->source); })()), "adresseLivraison", [], "any", false, false, false, 266), "country", [], "any", false, false, false, 266), "html", null, true);
}
}
echo "\" name=\"CountryLiv\">
<input type=\"hidden\" value=\"";
// line 267
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.', 267, $this->source); })()), "session", [], "any", false, false, false, 267), "get", [0 => "CountryCodeLiv"], "method", false, false, false, 267)) {
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.', 267, $this->source); })()), "session", [], "any", false, false, false, 267), "get", [0 => "CountryCodeLiv"], "method", false, false, false, 267), "html", null, true);
} else {
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["cart"] ?? null), "adresseLivraison", [], "any", false, true, false, 267), "countryCode", [], "any", true, true, false, 267)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 267, $this->source); })()), "adresseLivraison", [], "any", false, false, false, 267), "countryCode", [], "any", false, false, false, 267), "html", null, true);
}
}
echo "\" name=\"CountryCodeLiv\" id=\"CountryCodeLiv\">
<input type=\"hidden\" id=\"cityLiv\" ";
// line 268
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.', 268, $this->source); })()), "session", [], "any", false, false, false, 268), "get", [0 => "cityAdresse"], "method", false, false, false, 268)) {
echo " value=\"";
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.', 268, $this->source); })()), "session", [], "any", false, false, false, 268), "get", [0 => "cityAdresse"], "method", false, false, false, 268), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 268, $this->source); })()), "adresseLivraison", "city"], 268, $context, $this->getSourceContext());
}
echo " name=\"cityLiv\">
</div>
</div>
<div id=\"modeLivraison\">
</div>
";
// line 274
if ( !twig_get_attribute($this->env, $this->source, ($context["cartDetail"] ?? null), "id", [], "any", true, true, false, 274)) {
// line 275
echo " <div id=\"crelloButtons\" class=\"crelloButtonsBlock crelloButtonsNew\">
</div>
";
}
// line 279
echo "
";
// line 280
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 280, $this->source); })())) {
// line 281
echo " ";
$this->loadTemplate("front/product-option/productPreviewModal.html.twig", "front/product-option/new_index2.html.twig", 281)->display(twig_array_merge($context, ["isMobileInterface" => (isset($context["isMobileInterface"]) || array_key_exists("isMobileInterface", $context) ? $context["isMobileInterface"] : (function () { throw new RuntimeError('Variable "isMobileInterface" does not exist.', 281, $this->source); })())]));
// line 282
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 282, $this->source); })()), "product", [], "any", false, false, false, 282), "typeProduct", [], "any", false, false, false, 282), [0 => twig_constant("App\\Entity\\Product::PHOTOS")])) {
// line 283
echo " <div class=\"txt_selectca mb-2\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImportPhotos crelloBtnImportNow\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez changer votre crea", [], "productTranslate"), "html", null, true);
echo "</a></div>
";
} else {
// line 285
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 285, $this->source); })()), "templateIdCrello", [], "any", false, false, false, 285)) {
// line 286
echo " <div class=\"txt_selectca mb-2\" style=\"min-height: 43px;\"> <a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn btnMobileImport\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez éditer votre création sur", [], "productTranslate"), "html", null, true);
echo " <img width=\"130px\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/ininfoselectF.svg"), "html", null, true);
echo "\" ></a></div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designType\" value=\"";
// line 288
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 288, $this->source); })()), "productAttribute", [], "any", false, false, false, 288), "format", [], "any", false, false, false, 288), "designTypeCrello", [], "any", false, false, false, 288), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"customDesignType\" value=\"";
// line 289
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 289, $this->source); })()), "productAttribute", [], "any", false, false, false, 289), "format", [], "any", false, false, false, 289), "designTypeCustomCrello", [], "any", false, false, false, 289), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"sideBarDesignType\" value=\"";
// line 290
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 290, $this->source); })()), "productAttribute", [], "any", false, false, false, 290), "format", [], "any", false, false, false, 290), "designTypeSideBarCrello", [], "any", false, false, false, 290), "html", null, true);
echo "\">
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 291
(isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 291, $this->source); })()), "colorLabTokenProduct", [], "any", false, false, false, 291) && twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 291, $this->source); })()), "colorLabIdProduct", [], "any", false, false, false, 291))) {
// line 292
echo " <div class=\"txt_selectca\" style=\"min-height: 43px;\">
<a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn btnMobileImport\" >
";
// line 294
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez éditer votre création sur", [], "productTranslate"), "html", null, true);
echo "
<svg viewBox=\"0 0 201 60\" xmlns=\"http://www.w3.org/2000/svg\" class=\"c-navbar__logo\" style=\" width: 95px;margin-left: 10px;\"><g fill-rule=\"nonzero\" fill=\"none\"><g id=\"shape\" fill-rule=\"nonzero\" fill=\"none\"><path id=\"shape-1\" d=\"M7.33 24.8A22.05 22.05 0 0 1 28.67 7.9c3.28 0 6.39.75 9.18 2.06a21.35 21.35 0 0 1 7.5 5.71c.69.79.56 2.02-.21 2.68-.78.65-1.97.57-2.67-.2a17.92 17.92 0 0 0-13.8-6.41c-8.86 0-16.43 6.4-17.9 15.13-.08.97-.9 1.75-1.88 1.75l-6.96-.04h-.21a1.92 1.92 0 0 1-1.68-2.1 29.2 29.2 0 0 1 9.59-18.2 28.7 28.7 0 0 1 40.87 2.67c.7.78.62 1.97-.16 2.67-.82.7-2 .62-2.7-.17a25.24 25.24 0 0 0-8.52-6.4 24.94 24.94 0 0 0-10.37-2.23A25.04 25.04 0 0 0 4.18 24.8h3.15Z\" fill=\"#E65545\" class=\"shape\"></path><path id=\"shape-2\" d=\"M40.02 20.07c.7.78.61 1.98-.17 2.67-.78.7-1.96.62-2.66-.16a11.4 11.4 0 0 0-3.8-2.88 11.3 11.3 0 0 0-15.53 7.48c-.3 1-1.32 1.6-2.34 1.36a1.95 1.95 0 0 1-1.35-2.3 14.94 14.94 0 0 1 14.58-11.3 15 15 0 0 1 6.19 1.31 15.2 15.2 0 0 1 5.08 3.82Z\" fill=\"#363D40\" class=\"shape\"></path><path id=\"shape-3\" d=\"M42.4 41.78a1.9 1.9 0 1 1 2.86 2.5 21.62 21.62 0 0 1-7.5 5.64 21.84 21.84 0 0 1-23.26-3.17A22.1 22.1 0 0 1 6.96 33.2c0-1.03.86-1.9 1.93-1.9h6.96c.33 0 .66.09.9.25.53.2.94.66 1.1 1.28a11.3 11.3 0 0 0 3.98 6.12 11.26 11.26 0 0 0 6.92 2.34c1.64 0 3.2-.37 4.63-.98a11.3 11.3 0 0 0 3.81-2.84 1.89 1.89 0 0 1 2.83 2.5 14.97 14.97 0 0 1-20.48 1.98 15.27 15.27 0 0 1-4.96-6.82l-3.32-.04c1.01 3.4 3 6.45 5.7 8.75A18.1 18.1 0 0 0 36.2 46.5c2.38-1.1 4.5-2.71 6.18-4.72h.02Z\" fill=\"#2A4B8C\" class=\"shape\"></path><path id=\"shape-4\" d=\"M47.63 46.59c.7-.78 1.89-.87 2.7-.2.79.69.87 1.88.17 2.66a28.8 28.8 0 0 1-40.92 2.67 29.05 29.05 0 0 1-9.54-18.2 1.9 1.9 0 1 1 3.77-.46 25.25 25.25 0 0 0 8.27 15.83 25.18 25.18 0 0 0 16.67 6.33c7.25 0 14.14-3.15 18.88-8.63Z\" fill=\"#1196D9\" class=\"shape\"></path></g><path id=\"text\" d=\"M144.54 30.97c.58-2.55 3.07-3.58 5.5-3.62 2.16-.08 2.49-2.47 1.01-3.2-.7-.34-1.96-.21-2.62-.09-1.43.2-2.74.74-3.85 1.69l-.12.08c-.02-.5-.22-1-.57-1.36-.66-.66-1.64-.57-2.3-.04-.45.37-.65.9-.65 1.48v15c0 .5.12 1.03.45 1.4.7.74 2.21.7 2.78-.12a2 2 0 0 0 .37-1.28v-9.94Zm-29.08 9.98V18.4c0-.2-.04-.41-.08-.58a1.75 1.75 0 0 0-2.87-.9 1.9 1.9 0 0 0-.57.9c-.04.17-.04.37-.04.58v22.56c-.06.58.17 1.15.61 1.52a1.8 1.8 0 0 0 2.34 0c.28-.24.45-.57.53-.94.04-.16.08-.37.08-.58v-.01ZM80.07 16.7c-1.97-.5-4-.62-6.02-.37-5.36.8-9.7 4.76-10.97 10.03-1.52 6.33 1.39 12.74 7.29 15.46a15.07 15.07 0 0 0 9.87.74 13.8 13.8 0 0 0 5.6-3.04c.17-.17.3-.3.38-.42.49-.7.45-1.52-.13-2.1a1.76 1.76 0 0 0-1.72-.53c-.4.09-.73.3-1.02.54a9.7 9.7 0 0 1-3.64 2.18c-2.46.78-5.41.7-7.79-.41-4.67-2.18-6.67-7.65-5.03-12.62a9.62 9.62 0 0 1 7.2-6.42c2.01-.37 4.3-.16 6.19.66.99.45 1.9 1.08 2.66 1.85l.45.33c.2.12.37.16.53.2.62.17 1.27 0 1.68-.4.45-.42.62-1.03.45-1.6 0-.17-.08-.3-.16-.46-.25-.37-.61-.7-.9-.99a12.99 12.99 0 0 0-4.92-2.63Zm22.94 11.84c1.8 1.64 2.34 3.54 2.09 5.92a6.25 6.25 0 0 1-1.43 3.33 6.04 6.04 0 0 1-8.6.45c-1.48-1.44-1.97-3.08-1.93-5.1a6 6 0 0 1 9.87-4.6Zm-12.2 9.9a9.95 9.95 0 0 0 4.13 3.79 10.56 10.56 0 0 0 8.85-.2 9.75 9.75 0 0 0 3.23-2.84 9.38 9.38 0 0 0 1.77-4.73 9.4 9.4 0 0 0-1.8-6.74c-3.65-4.6-10-5.35-14.38-1.44a9.5 9.5 0 0 0-3.07 6.2 9.76 9.76 0 0 0 1.26 5.97l.01-.01Zm94.4-12.49v-7.6c0-.58-.16-1.07-.57-1.44a1.85 1.85 0 0 0-2.37 0c-.41.37-.62.86-.62 1.44V40.9c0 .2.04.41.08.58.2.86.86 1.23 1.68 1.31.82-.08 1.44-.45 1.68-1.31.04-.25.08-.45.08-.7a8.59 8.59 0 0 0 3.98 2.06c2.41.4 4.5.12 6.63-1.16a9.94 9.94 0 0 0 2.79-2.91c1.82-3.2 1.9-7.09.24-10.36-1.3-2.22-2.95-3.7-5.49-4.4a9.07 9.07 0 0 0-6.22.62c-.74.4-1.23.78-1.89 1.31v.01Zm8.32 1.81c2.05 1.27 2.82 3.33 2.82 5.63-.04 1.81-.36 3.17-1.51 4.56-1 1.2-2.5 1.85-4.06 1.77a5.27 5.27 0 0 1-5.16-3.5 8.65 8.65 0 0 1-.16-5.09 5.8 5.8 0 0 1 2.05-3.08 5.78 5.78 0 0 1 6.02-.29ZM174 28.91a2 2 0 0 0-.38-.53c-1.76-1.77-5.49-1.4-7.25.04-.73.7-1.64.94-2.45.24-.45-.4-.66-.9-.54-1.52.2-1.19 1.8-2.1 2.83-2.55 3.15-1.35 7.45-1.06 9.83 1.11a7.36 7.36 0 0 1 2.05 4.32c.08.53.12 1.15.12 1.73v9.12c0 .2-.04.41-.08.58-.33 1.35-1.93 1.85-2.91.86-.2-.16-.33-.41-.45-.66a2.07 2.07 0 0 1-.08-.49 8.76 8.76 0 0 1-6.76 1.8 6.4 6.4 0 0 1-1.27-.32 5.09 5.09 0 0 1-2.05-1.2 5.74 5.74 0 0 1-1.64-6.08c1.15-3.37 4.3-4.4 7.5-4.23 1.51.04 2.99.33 4.1.5 0-.91-.09-1.9-.58-2.72h.01Zm.56 8.22v-2.3c-.86-.2-2-.37-3.19-.45-1.76-.08-4.59.04-5.04 2.14a2.65 2.65 0 0 0 1.85 3.04c2.13.7 5.12-.58 6.38-2.43Zm-42.51-8.59c1.76 1.64 2.3 3.54 2.05 5.96a6.13 6.13 0 0 1-1.44 3.29 6.04 6.04 0 0 1-8.6.45 6.52 6.52 0 0 1-1.88-5.1 6.3 6.3 0 0 1 2.09-4.6 6.05 6.05 0 0 1 7.78 0Zm-12.25 9.9a9.44 9.44 0 0 0 4.14 3.79c2.9 1.23 6.02 1.2 8.85-.2a9.58 9.58 0 0 0 5.04-7.56 9.58 9.58 0 0 0-1.85-6.71c-3.6-4.6-9.95-5.34-14.37-1.44a9.41 9.41 0 0 0-3.08 6.17c-.16 2.18.2 4.07 1.27 5.96v-.01Zm39.36 2.47V18.35c0-.25-.04-.41-.08-.62a1.48 1.48 0 0 0-.53-.86c-.66-.6-1.67-.6-2.33 0-.3.24-.5.53-.58.9-.04.17-.08.37-.08.58V40.9c0 .2.04.41.08.58.08.37.25.7.53.94.66.58 1.72.58 2.38 0 .25-.24.45-.57.53-.94.04-.17.08-.37.08-.58v.01Z\" fill=\"#363D40\"></path></g></svg>
</a>
</div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designColorLabTokenProduct\" value=\"";
// line 299
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 299, $this->source); })()), "colorLabTokenProduct", [], "any", false, false, false, 299), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"designColorLabIdProduct\" value=\"";
// line 300
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 300, $this->source); })()), "colorLabIdProduct", [], "any", false, false, false, 300), "html", null, true);
echo "\">
";
} else {
// line 302
echo " <div class=\"txt_selectca\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImport crelloBtnImportNow btnMobileImport\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez changer votre crea", [], "productTranslate"), "html", null, true);
echo "</a></div>
<input type=\"checkbox\" name=\"isFontBlanc\" class=\"hide\" checked=\"checked\" value=\"";
// line 303
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 303, $this->source); })()), "mauvaisFormat", [], "any", false, false, false, 303), "html", null, true);
echo "\" id=\"isFontBlanc\">
<input type=\"file\" multiple id=\"fileDesign\" name=\"fileDesign[]\" style=\"display: none;\" accept=\"image/png, image/jpeg, image/jpg, application/pdf\" >
<input type=\"hidden\" id=\"fileDesignUrl\" value=\"";
// line 305
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 305, $this->source); })()), "filePapier", [], "any", false, false, false, 305), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"fileDesignFirstImage\" value=\"";
// line 306
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 306, $this->source); })()), "filePapierFirstImage", [], "any", false, false, false, 306), "html", null, true);
echo "\">
";
}
// line 308
echo " ";
}
// line 309
echo " ";
}
// line 310
echo " </div>
<div class=\"mt-3 text-center\" ";
// line 312
if (twig_get_attribute($this->env, $this->source, ($context["cartDetail"] ?? null), "id", [], "any", true, true, false, 312)) {
echo "id=\"addToCartCrelloCartDetailMobile\"";
}
echo ">
<a href=\"#\" class=\"btnNoir pl-5 pr-5\" id=\"addToCartCrello\" style=\"";
// line 313
if ( !twig_get_attribute($this->env, $this->source, ($context["cartDetail"] ?? null), "id", [], "any", true, true, false, 313)) {
echo "display:none;";
}
echo "\">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Continuer", [], "productTranslate"), "html", null, true);
echo "</a>
</div>
<div id=\"blockMarginBottom\"></div>
<div id=\"blockDetailMobile\">
</div>
</div>
<div class=\"modal mdl1 verificationModalMobile\" id=\"verificationModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-md-8 pb-3\">
<img src=\"";
// line 326
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/carte_fond_perdu.png"), "html", null, true);
echo "\">
</div>
<div class=\"col-md-4\">
<h4 style=\"font-weight: 700;\">";
// line 329
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Fond perdu", [], "productTranslate"), "html", null, true);
echo "</h4>
<p style=\"text-align: left;font-size: 14px;color: #6a6666; line-height: 20px;\">";
// line 330
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Avec le fond perdu, vous êtes certain de ne pas retrouver de blancs sur votre design imprimé. Nous imprimons alors jusqu'au bord du papier ou de la carte.", [], "productTranslate"), "html", null, true);
echo "</p>
<h4 style=\"font-weight: 700;\">";
// line 331
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Régler le fond perdu", [], "productTranslate"), "html", null, true);
echo "</h4>
<ol style=\"text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;\">
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 333
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Etendez votre arrière-plan au-delà des lignes du fond perdu.", [], "productTranslate"), "html", null, true);
echo "</li>
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 334
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ne mettez aucun texte ou graphique important en dehors des lignes du fond perdu.", [], "productTranslate"), "html", null, true);
echo "</li>
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 335
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vérifiez chaque page que vous imprimez.", [], "productTranslate"), "html", null, true);
echo "</li>
</ol>
</div>
</div>
</div>
<div class=\"modal-footer\" style=\"display: block\">
<div class=\"btnVerificationModalMobile\" style=\"\">
<a class=\"btnVerificationModalMobile2\" data-dismiss=\"modal\" aria-label=\"Close\" href=\"#\" style=\"\">";
// line 343
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("J'ai compris", [], "productTranslate"), "html", null, true);
echo "</a>
<a class=\"btnVerificationModalMobile1\" style=\"\" href=\"https://blog.copees.com/2021/09/28/les-traits-de-coupe-avec-fonds-perdus-quest-ce-que-cest/\" target=\"_blank\">";
// line 344
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nos conseils pour les fonds perdus", [], "productTranslate"), "html", null, true);
echo "</a>
</div>
</div>
</div>
</div>
</div>
";
} else {
// line 351
echo " <style>
header,.darkHeader {
background-color: #fff!important;
border-bottom: 1px solid #D9D9D9;
position: relative;
}
input#searchProductMenu {
width: 600px !important;
max-width: 600px;
border: 1px solid #D9D9D9;
border-radius: 10px;
}
</style>
";
// line 365
echo " <div class=\"productIndexOptionNewDescktop\" >
<div class=\"row\" id=\"productIndexOptionNew\">
<div class=\"col-12\" >
<p class=\"pLink\">
<span><a class=\"spanLink\" href=\"";
// line 369
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("accueil");
echo "\">Copees</a></span>
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\">
<path d=\"M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z\" fill=\"#323232\"/>
</svg>
</span>
<span ><a class=\"spanLink\" href=\"";
// line 375
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("besoin_produits");
echo "\">Communiquer</a></span>
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\">
<path d=\"M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z\" fill=\"#323232\"/>
</svg>
</span>
<span class=\"spanLink2\">";
// line 381
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 381, $this->source); })()), "getTypeProductName", [], "method", false, false, false, 381), "html", null, true);
echo "</span>
</p>
</div>
<div class=\"leftBlock\" >
<div class=\"bx_select row_select_ca\">
<div class=\"d-flex selectProductNew\">
<div class=\"f_family\">
<a aria-controls=\"select_row_ca_add\" aria-expanded=\"false\" role=\"button\" href=\"#select_row_ca_add\" data-toggle=\"collapse\" class=\"btn btn-primary inputSelectProduct collapsed\">
<span style=\"padding:0px;display: inline;font-size: 18px;font-weight:400;\" id=\"titreProductSpan1\">
";
// line 390
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 390, $this->source); })())) {
// line 391
echo " ";
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 391, $this->source); })()), "product", [], "any", false, false, false, 391), "isColorLab", [], "any", false, false, false, 391)) {
// line 392
echo " ";
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Impression", [], "productTranslate"), "html", null, true);
echo "
";
}
// line 394
echo " ";
} else {
// line 395
echo " ";
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.', 395, $this->source); })()), "request", [], "any", false, false, false, 395), "get", [0 => "product"], "method", false, false, false, 395)) {
// line 396
echo " ";
$context["productById"] = $this->extensions['App\Twig\AppExtension']->getProductById(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.', 396, $this->source); })()), "request", [], "any", false, false, false, 396), "get", [0 => "product"], "method", false, false, false, 396));
// line 397
echo " ";
if (((isset($context["productById"]) || array_key_exists("productById", $context) ? $context["productById"] : (function () { throw new RuntimeError('Variable "productById" does not exist.', 397, $this->source); })()) && twig_get_attribute($this->env, $this->source, (isset($context["productById"]) || array_key_exists("productById", $context) ? $context["productById"] : (function () { throw new RuntimeError('Variable "productById" does not exist.', 397, $this->source); })()), "isColorLab", [], "any", false, false, false, 397))) {
// line 398
echo " ";
} else {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Impression", [], "productTranslate"), "html", null, true);
echo "
";
}
// line 400
echo " ";
}
// line 401
echo " ";
}
// line 402
echo " </span>
<span style=\"padding:0px;display: inline;font-size: 18px;font-weight:400;\" id=\"titreProduct\">";
// line 403
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 403, $this->source); })())) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 403, $this->source); })()), "product", [], "any", false, false, false, 403), "getTypeProductName", [], "method", false, false, false, 403), [], "productTranslate"), "html", null, true);
echo " ";
} else {
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.', 403, $this->source); })()), "request", [], "any", false, false, false, 403), "get", [0 => "product"], "method", false, false, false, 403)) {
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans($this->extensions['App\Twig\AppExtension']->getNameProduct(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.', 403, $this->source); })()), "request", [], "any", false, false, false, 403), "get", [0 => "product"], "method", false, false, false, 403)), [], "productTranslate"), "html", null, true);
}
}
echo "</span>
</a>
<div class=\"collapse\" id=\"select_row_ca_add\" style=\"\">
<div class=\"row_select_ca02 row\">
<div class=\"col-12 pl-0 pr-0\">
<h3>";
// line 408
echo $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Créer & communiquer", [], "productTranslate");
echo "</h3>
<div class=\" bx_global_radio taille_full\" style=\"max-width: 100%;\">
";
// line 410
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable($this->extensions['App\Twig\AppExtension']->getProductsWithoutPapier());
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 411
echo " <div class=\"taille tailleSelect\">
<input value=\"";
// line 412
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 412), "html", null, true);
echo "\" data-new-page=\"1\" data-url=\"";
echo $this->extensions['Symfony\Bridge\Twig\Extension\RoutingExtension']->getPath("product_option");
echo "?product=";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 412), "html", null, true);
echo "\" type=\"radio\" name=\"productOption\" class=\"select_ca_btn01\" id=\"cad";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 412), "html", null, true);
echo "\"";
if (((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 412, $this->source); })()) && (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 412, $this->source); })()), "product", [], "any", false, false, false, 412), "id", [], "any", false, false, false, 412) == twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 412)))) {
echo " checked=\"checked";
} else {
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.', 412, $this->source); })()), "request", [], "any", false, false, false, 412), "get", [0 => "product"], "method", false, false, false, 412) && (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.', 412, $this->source); })()), "request", [], "any", false, false, false, 412), "get", [0 => "product"], "method", false, false, false, 412) == twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 412)))) {
echo " checked=\"checked";
}
}
echo "\">
<label for=\"cad";
// line 413
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "id", [], "any", false, false, false, 413), "html", null, true);
echo "\" class=\"block taille \">";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans(twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 413), [], "productTranslate"), "html", null, true);
echo "</label>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 416
echo " </div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-12 p-0\">
<p class=\"lienSavoirPlusP mb-2\"><a href=\"";
// line 424
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 424, $this->source); })()), "lienSavoirPlus", [], "any", false, false, false, 424), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 424, $this->source); })()), "lienSavoirPlusIsExtern", [], "any", false, false, false, 424)) {
echo " target=\"_blank\"";
}
echo ">En savoir plus</a> </p>
</div>
<div class=\"row\">
<div class=\"col-md-12 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/";
// line 427
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 427, $this->source); })()), "imageBlocOptionProductNew1", [], "any", false, false, false, 427), "html", null, true);
echo ");\">
<p style=\"font-family: ";
// line 428
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 428, $this->source); })()), "titreBlocOptionProductPoliceNew1", [], "any", false, false, false, 428), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 428, $this->source); })()), "titreBlocOptionProductTailleNew1", [], "any", false, false, false, 428), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 428, $this->source); })()), "titreBlocOptionProductCouleurNew1", [], "any", false, false, false, 428), "html", null, true);
echo ";\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 428, $this->source); })()), "titreBlocOptionProductNew1", [], "any", false, false, false, 428), "html", null, true);
echo "</p>
<a style=\"font-family: ";
// line 429
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "titreBtnBlocOptionProductPoliceNew1", [], "any", false, false, false, 429), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "titreBtnBlocOptionProductTailleNew1", [], "any", false, false, false, 429), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "titreBtnBlocOptionProductCouleurNew1", [], "any", false, false, false, 429), "html", null, true);
echo "; background:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "titreBtnBlocOptionProductCouleurBackgroundNew1", [], "any", false, false, false, 429), "html", null, true);
echo ";\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "linkBtnBlocOptionProductNew1", [], "any", false, false, false, 429), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "linkBtnBlocOptionProductNew1IsExtern", [], "any", false, false, false, 429)) {
echo " target=\"_blank\"";
}
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 429, $this->source); })()), "titreBtnBlocOptionProductNew1", [], "any", false, false, false, 429), "html", null, true);
echo "</a>
</div>
<div class=\"col-md-12 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/";
// line 431
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 431, $this->source); })()), "imageBlocOptionProductNew2", [], "any", false, false, false, 431), "html", null, true);
echo ");\">
<p style=\"font-family: ";
// line 432
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 432, $this->source); })()), "titreBlocOptionProductPoliceNew2", [], "any", false, false, false, 432), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 432, $this->source); })()), "titreBlocOptionProductTailleNew2", [], "any", false, false, false, 432), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 432, $this->source); })()), "titreBlocOptionProductCouleurNew2", [], "any", false, false, false, 432), "html", null, true);
echo ";\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 432, $this->source); })()), "titreBlocOptionProductNew2", [], "any", false, false, false, 432), "html", null, true);
echo "</p>
<a style=\"font-family: ";
// line 433
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "titreBtnBlocOptionProductPoliceNew2", [], "any", false, false, false, 433), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "titreBtnBlocOptionProductTailleNew2", [], "any", false, false, false, 433), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "titreBtnBlocOptionProductCouleurNew2", [], "any", false, false, false, 433), "html", null, true);
echo "; background:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "titreBtnBlocOptionProductCouleurBackgroundNew2", [], "any", false, false, false, 433), "html", null, true);
echo ";\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "linkBtnBlocOptionProductNew2", [], "any", false, false, false, 433), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "linkBtnBlocOptionProductNew2IsExtern", [], "any", false, false, false, 433)) {
echo " target=\"_blank\"";
}
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 433, $this->source); })()), "titreBtnBlocOptionProductNew2", [], "any", false, false, false, 433), "html", null, true);
echo "</a>
</div>
<div class=\"col-md-6 imageProduitNewOption\" style=\"margin-right:12px;margin-bottom:12px;background-image: url(/imageSite/";
// line 435
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 435, $this->source); })()), "imageBlocOptionProductNew3", [], "any", false, false, false, 435), "html", null, true);
echo ");\">
<p style=\"font-family: ";
// line 436
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 436, $this->source); })()), "titreBlocOptionProductPoliceNew3", [], "any", false, false, false, 436), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 436, $this->source); })()), "titreBlocOptionProductTailleNew3", [], "any", false, false, false, 436), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 436, $this->source); })()), "titreBlocOptionProductCouleurNew3", [], "any", false, false, false, 436), "html", null, true);
echo ";\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 436, $this->source); })()), "titreBlocOptionProductNew3", [], "any", false, false, false, 436), "html", null, true);
echo "</p>
<a style=\"font-family: ";
// line 437
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "titreBtnBlocOptionProductPoliceNew3", [], "any", false, false, false, 437), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "titreBtnBlocOptionProductTailleNew3", [], "any", false, false, false, 437), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "titreBtnBlocOptionProductCouleurNew3", [], "any", false, false, false, 437), "html", null, true);
echo "; background:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "titreBtnBlocOptionProductCouleurBackgroundNew3", [], "any", false, false, false, 437), "html", null, true);
echo ";\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "linkBtnBlocOptionProductNew3", [], "any", false, false, false, 437), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "linkBtnBlocOptionProductNew3IsExtern", [], "any", false, false, false, 437)) {
echo " target=\"_blank\"";
}
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 437, $this->source); })()), "titreBtnBlocOptionProductNew3", [], "any", false, false, false, 437), "html", null, true);
echo "</a>
</div>
<div class=\"col-md-5 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/";
// line 439
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 439, $this->source); })()), "imageBlocOptionProductNew4", [], "any", false, false, false, 439), "html", null, true);
echo ");\">
<p style=\"font-family: ";
// line 440
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 440, $this->source); })()), "titreBlocOptionProductPoliceNew4", [], "any", false, false, false, 440), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 440, $this->source); })()), "titreBlocOptionProductTailleNew4", [], "any", false, false, false, 440), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 440, $this->source); })()), "titreBlocOptionProductCouleurNew4", [], "any", false, false, false, 440), "html", null, true);
echo ";\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 440, $this->source); })()), "titreBlocOptionProductNew4", [], "any", false, false, false, 440), "html", null, true);
echo "</p>
<a style=\"font-family: ";
// line 441
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "titreBtnBlocOptionProductPoliceNew4", [], "any", false, false, false, 441), "html", null, true);
echo ";font-size: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "titreBtnBlocOptionProductTailleNew4", [], "any", false, false, false, 441), "html", null, true);
echo ";color: ";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "titreBtnBlocOptionProductCouleurNew4", [], "any", false, false, false, 441), "html", null, true);
echo "; background:";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "titreBtnBlocOptionProductCouleurBackgroundNew4", [], "any", false, false, false, 441), "html", null, true);
echo ";\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "linkBtnBlocOptionProductNew4", [], "any", false, false, false, 441), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "linkBtnBlocOptionProductNew4IsExtern", [], "any", false, false, false, 441)) {
echo " target=\"_blank\"";
}
echo ">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 441, $this->source); })()), "titreBtnBlocOptionProductNew4", [], "any", false, false, false, 441), "html", null, true);
echo "</a>
</div>
</div>
<div id=\"optionsBloc1\">
</div>
<div class=\"row\">
<div class=\"col-md-12 besoinProduitNewOption\" style=\"\">
<p>Vous ne trouvez pas votre besoin ?</p>
<a href=\"";
// line 450
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 450, $this->source); })()), "lienCDemandeDevis", [], "any", false, false, false, 450), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 450, $this->source); })()), "lienCDemandeDevisIsExtern", [], "any", false, false, false, 450)) {
echo " target=\"_blank\"";
}
echo ">Demande de devis</a>
</div>
</div>
</div>
<div class=\" centerBlock\">
<div id=\"optionsBloc2\">
</div>
<div id=\"quantityBlocNew\" class=\"oghtml6\">
</div>
<div class=\"row_select_ca1 oghtml5\">
<div class=\"Comm_adress\">
<h3>";
// line 467
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Votre adresse", [], "productTranslate"), "html", null, true);
echo "</h3>
<div role=\"group\" class=\"form-group\">
<input id=\"addresseLiv\" name=\"addresseLiv\" type=\"text\" class=\"form-control adresee-google-map\" placeholder=\" \"
";
// line 470
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.', 470, $this->source); })()), "session", [], "any", false, false, false, 470), "get", [0 => "addresseAdresse"], "method", false, false, false, 470)) {
echo " value=\"";
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.', 470, $this->source); })()), "session", [], "any", false, false, false, 470), "get", [0 => "addresseAdresse"], "method", false, false, false, 470), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 470, $this->source); })()), "adresseLivraison", "adresse"], 470, $context, $this->getSourceContext());
echo " ";
}
echo " >
<label for=\"addresseLiv\" class=\"d-block form-control-placeholder\"> ";
// line 471
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Commencez à saisir la première ligne de votre adresse", [], "productTranslate"), "html", null, true);
echo "</label>
<input type=\"hidden\" id=\"longLiv\" ";
// line 472
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.', 472, $this->source); })()), "session", [], "any", false, false, false, 472), "get", [0 => "longiAdresse"], "method", false, false, false, 472)) {
echo " value=\"";
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.', 472, $this->source); })()), "session", [], "any", false, false, false, 472), "get", [0 => "longiAdresse"], "method", false, false, false, 472), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 472, $this->source); })()), "adresseLivraison", "longi"], 472, $context, $this->getSourceContext());
}
echo " name=\"longLiv\">
<input type=\"hidden\" id=\"latLiv\" ";
// line 473
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.', 473, $this->source); })()), "session", [], "any", false, false, false, 473), "get", [0 => "latAdresse"], "method", false, false, false, 473)) {
echo " value=\"";
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.', 473, $this->source); })()), "session", [], "any", false, false, false, 473), "get", [0 => "latAdresse"], "method", false, false, false, 473), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 473, $this->source); })()), "adresseLivraison", "lat"], 473, $context, $this->getSourceContext());
}
echo " name=\"latLiv\">
<input type=\"hidden\" id=\"codePostalLiv\" ";
// line 474
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.', 474, $this->source); })()), "session", [], "any", false, false, false, 474), "get", [0 => "postalcodeAdresse"], "method", false, false, false, 474)) {
echo " value=\"";
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.', 474, $this->source); })()), "session", [], "any", false, false, false, 474), "get", [0 => "postalcodeAdresse"], "method", false, false, false, 474), "html", null, true);
echo "\" ";
} else {
echo " ";
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 474, $this->source); })()), "adresseLivraison", "codePostal"], 474, $context, $this->getSourceContext());
}
echo " name=\"codePostalLiv\">
<input type=\"hidden\" id=\"CountryLiv\" value=\"";
// line 475
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.', 475, $this->source); })()), "session", [], "any", false, false, false, 475), "get", [0 => "CountryLiv"], "method", false, false, false, 475)) {
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.', 475, $this->source); })()), "session", [], "any", false, false, false, 475), "get", [0 => "CountryLiv"], "method", false, false, false, 475), "html", null, true);
} else {
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["cart"] ?? null), "adresseLivraison", [], "any", false, true, false, 475), "country", [], "any", true, true, false, 475)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 475, $this->source); })()), "adresseLivraison", [], "any", false, false, false, 475), "country", [], "any", false, false, false, 475), "html", null, true);
}
}
echo "\" name=\"CountryLiv\">
<input type=\"hidden\" value=\"";
// line 476
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.', 476, $this->source); })()), "session", [], "any", false, false, false, 476), "get", [0 => "CountryCodeLiv"], "method", false, false, false, 476)) {
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.', 476, $this->source); })()), "session", [], "any", false, false, false, 476), "get", [0 => "CountryCodeLiv"], "method", false, false, false, 476), "html", null, true);
} else {
if (twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, ($context["cart"] ?? null), "adresseLivraison", [], "any", false, true, false, 476), "countryCode", [], "any", true, true, false, 476)) {
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 476, $this->source); })()), "adresseLivraison", [], "any", false, false, false, 476), "countryCode", [], "any", false, false, false, 476), "html", null, true);
}
}
echo "\" name=\"CountryCodeLiv\" id=\"CountryCodeLiv\">
<input type=\"hidden\" id=\"cityLiv\" ";
// line 477
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.', 477, $this->source); })()), "session", [], "any", false, false, false, 477), "get", [0 => "cityAdresse"], "method", false, false, false, 477)) {
echo " value=\"";
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.', 477, $this->source); })()), "session", [], "any", false, false, false, 477), "get", [0 => "cityAdresse"], "method", false, false, false, 477), "html", null, true);
echo "\" ";
} else {
echo twig_call_macro($macros["_self"], "macro_value", [(isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 477, $this->source); })()), "adresseLivraison", "city"], 477, $context, $this->getSourceContext());
}
echo " name=\"cityLiv\">
</div>
</div>
<div id=\"modeLivraison\">
</div>
";
// line 483
if ( !twig_get_attribute($this->env, $this->source, ($context["cartDetail"] ?? null), "id", [], "any", true, true, false, 483)) {
// line 484
echo " <div id=\"crelloButtons\" class=\"crelloButtonsBlock crelloButtonsNew\">
</div>
";
}
// line 488
echo "
";
// line 489
if ((isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 489, $this->source); })())) {
// line 490
echo " ";
$this->loadTemplate("front/product-option/productPreviewModal.html.twig", "front/product-option/new_index2.html.twig", 490)->display(twig_array_merge($context, ["isMobileInterface" => (isset($context["isMobileInterface"]) || array_key_exists("isMobileInterface", $context) ? $context["isMobileInterface"] : (function () { throw new RuntimeError('Variable "isMobileInterface" does not exist.', 490, $this->source); })())]));
// line 491
echo " ";
if (twig_in_filter(twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 491, $this->source); })()), "product", [], "any", false, false, false, 491), "typeProduct", [], "any", false, false, false, 491), [0 => twig_constant("App\\Entity\\Product::PHOTOS")])) {
// line 492
echo " <div class=\"txt_selectca mb-2\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImportPhotos crelloBtnImportNow\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez changer votre crea", [], "productTranslate"), "html", null, true);
echo "</a></div>
";
} else {
// line 494
echo " ";
if (twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 494, $this->source); })()), "templateIdCrello", [], "any", false, false, false, 494)) {
// line 495
echo " <div class=\"txt_selectca mb-2\" style=\"min-height: 43px;\"> <a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez éditer votre création sur", [], "productTranslate"), "html", null, true);
echo " <img width=\"130px\" src=\"";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/ininfoselectF.svg"), "html", null, true);
echo "\" ></a></div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designType\" value=\"";
// line 497
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 497, $this->source); })()), "productAttribute", [], "any", false, false, false, 497), "format", [], "any", false, false, false, 497), "designTypeCrello", [], "any", false, false, false, 497), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"customDesignType\" value=\"";
// line 498
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 498, $this->source); })()), "productAttribute", [], "any", false, false, false, 498), "format", [], "any", false, false, false, 498), "designTypeCustomCrello", [], "any", false, false, false, 498), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"sideBarDesignType\" value=\"";
// line 499
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 499, $this->source); })()), "productAttribute", [], "any", false, false, false, 499), "format", [], "any", false, false, false, 499), "designTypeSideBarCrello", [], "any", false, false, false, 499), "html", null, true);
echo "\">
";
} elseif ((twig_get_attribute($this->env, $this->source, // line 500
(isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 500, $this->source); })()), "colorLabTokenProduct", [], "any", false, false, false, 500) && twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 500, $this->source); })()), "colorLabIdProduct", [], "any", false, false, false, 500))) {
// line 501
echo " <div class=\"txt_selectca\" style=\"min-height: 43px;\">
<a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn\" >
";
// line 503
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez éditer votre création sur", [], "productTranslate"), "html", null, true);
echo "
<svg viewBox=\"0 0 201 60\" xmlns=\"http://www.w3.org/2000/svg\" class=\"c-navbar__logo\" style=\" width: 95px;margin-left: 10px;\"><g fill-rule=\"nonzero\" fill=\"none\"><g id=\"shape\" fill-rule=\"nonzero\" fill=\"none\"><path id=\"shape-1\" d=\"M7.33 24.8A22.05 22.05 0 0 1 28.67 7.9c3.28 0 6.39.75 9.18 2.06a21.35 21.35 0 0 1 7.5 5.71c.69.79.56 2.02-.21 2.68-.78.65-1.97.57-2.67-.2a17.92 17.92 0 0 0-13.8-6.41c-8.86 0-16.43 6.4-17.9 15.13-.08.97-.9 1.75-1.88 1.75l-6.96-.04h-.21a1.92 1.92 0 0 1-1.68-2.1 29.2 29.2 0 0 1 9.59-18.2 28.7 28.7 0 0 1 40.87 2.67c.7.78.62 1.97-.16 2.67-.82.7-2 .62-2.7-.17a25.24 25.24 0 0 0-8.52-6.4 24.94 24.94 0 0 0-10.37-2.23A25.04 25.04 0 0 0 4.18 24.8h3.15Z\" fill=\"#E65545\" class=\"shape\"></path><path id=\"shape-2\" d=\"M40.02 20.07c.7.78.61 1.98-.17 2.67-.78.7-1.96.62-2.66-.16a11.4 11.4 0 0 0-3.8-2.88 11.3 11.3 0 0 0-15.53 7.48c-.3 1-1.32 1.6-2.34 1.36a1.95 1.95 0 0 1-1.35-2.3 14.94 14.94 0 0 1 14.58-11.3 15 15 0 0 1 6.19 1.31 15.2 15.2 0 0 1 5.08 3.82Z\" fill=\"#363D40\" class=\"shape\"></path><path id=\"shape-3\" d=\"M42.4 41.78a1.9 1.9 0 1 1 2.86 2.5 21.62 21.62 0 0 1-7.5 5.64 21.84 21.84 0 0 1-23.26-3.17A22.1 22.1 0 0 1 6.96 33.2c0-1.03.86-1.9 1.93-1.9h6.96c.33 0 .66.09.9.25.53.2.94.66 1.1 1.28a11.3 11.3 0 0 0 3.98 6.12 11.26 11.26 0 0 0 6.92 2.34c1.64 0 3.2-.37 4.63-.98a11.3 11.3 0 0 0 3.81-2.84 1.89 1.89 0 0 1 2.83 2.5 14.97 14.97 0 0 1-20.48 1.98 15.27 15.27 0 0 1-4.96-6.82l-3.32-.04c1.01 3.4 3 6.45 5.7 8.75A18.1 18.1 0 0 0 36.2 46.5c2.38-1.1 4.5-2.71 6.18-4.72h.02Z\" fill=\"#2A4B8C\" class=\"shape\"></path><path id=\"shape-4\" d=\"M47.63 46.59c.7-.78 1.89-.87 2.7-.2.79.69.87 1.88.17 2.66a28.8 28.8 0 0 1-40.92 2.67 29.05 29.05 0 0 1-9.54-18.2 1.9 1.9 0 1 1 3.77-.46 25.25 25.25 0 0 0 8.27 15.83 25.18 25.18 0 0 0 16.67 6.33c7.25 0 14.14-3.15 18.88-8.63Z\" fill=\"#1196D9\" class=\"shape\"></path></g><path id=\"text\" d=\"M144.54 30.97c.58-2.55 3.07-3.58 5.5-3.62 2.16-.08 2.49-2.47 1.01-3.2-.7-.34-1.96-.21-2.62-.09-1.43.2-2.74.74-3.85 1.69l-.12.08c-.02-.5-.22-1-.57-1.36-.66-.66-1.64-.57-2.3-.04-.45.37-.65.9-.65 1.48v15c0 .5.12 1.03.45 1.4.7.74 2.21.7 2.78-.12a2 2 0 0 0 .37-1.28v-9.94Zm-29.08 9.98V18.4c0-.2-.04-.41-.08-.58a1.75 1.75 0 0 0-2.87-.9 1.9 1.9 0 0 0-.57.9c-.04.17-.04.37-.04.58v22.56c-.06.58.17 1.15.61 1.52a1.8 1.8 0 0 0 2.34 0c.28-.24.45-.57.53-.94.04-.16.08-.37.08-.58v-.01ZM80.07 16.7c-1.97-.5-4-.62-6.02-.37-5.36.8-9.7 4.76-10.97 10.03-1.52 6.33 1.39 12.74 7.29 15.46a15.07 15.07 0 0 0 9.87.74 13.8 13.8 0 0 0 5.6-3.04c.17-.17.3-.3.38-.42.49-.7.45-1.52-.13-2.1a1.76 1.76 0 0 0-1.72-.53c-.4.09-.73.3-1.02.54a9.7 9.7 0 0 1-3.64 2.18c-2.46.78-5.41.7-7.79-.41-4.67-2.18-6.67-7.65-5.03-12.62a9.62 9.62 0 0 1 7.2-6.42c2.01-.37 4.3-.16 6.19.66.99.45 1.9 1.08 2.66 1.85l.45.33c.2.12.37.16.53.2.62.17 1.27 0 1.68-.4.45-.42.62-1.03.45-1.6 0-.17-.08-.3-.16-.46-.25-.37-.61-.7-.9-.99a12.99 12.99 0 0 0-4.92-2.63Zm22.94 11.84c1.8 1.64 2.34 3.54 2.09 5.92a6.25 6.25 0 0 1-1.43 3.33 6.04 6.04 0 0 1-8.6.45c-1.48-1.44-1.97-3.08-1.93-5.1a6 6 0 0 1 9.87-4.6Zm-12.2 9.9a9.95 9.95 0 0 0 4.13 3.79 10.56 10.56 0 0 0 8.85-.2 9.75 9.75 0 0 0 3.23-2.84 9.38 9.38 0 0 0 1.77-4.73 9.4 9.4 0 0 0-1.8-6.74c-3.65-4.6-10-5.35-14.38-1.44a9.5 9.5 0 0 0-3.07 6.2 9.76 9.76 0 0 0 1.26 5.97l.01-.01Zm94.4-12.49v-7.6c0-.58-.16-1.07-.57-1.44a1.85 1.85 0 0 0-2.37 0c-.41.37-.62.86-.62 1.44V40.9c0 .2.04.41.08.58.2.86.86 1.23 1.68 1.31.82-.08 1.44-.45 1.68-1.31.04-.25.08-.45.08-.7a8.59 8.59 0 0 0 3.98 2.06c2.41.4 4.5.12 6.63-1.16a9.94 9.94 0 0 0 2.79-2.91c1.82-3.2 1.9-7.09.24-10.36-1.3-2.22-2.95-3.7-5.49-4.4a9.07 9.07 0 0 0-6.22.62c-.74.4-1.23.78-1.89 1.31v.01Zm8.32 1.81c2.05 1.27 2.82 3.33 2.82 5.63-.04 1.81-.36 3.17-1.51 4.56-1 1.2-2.5 1.85-4.06 1.77a5.27 5.27 0 0 1-5.16-3.5 8.65 8.65 0 0 1-.16-5.09 5.8 5.8 0 0 1 2.05-3.08 5.78 5.78 0 0 1 6.02-.29ZM174 28.91a2 2 0 0 0-.38-.53c-1.76-1.77-5.49-1.4-7.25.04-.73.7-1.64.94-2.45.24-.45-.4-.66-.9-.54-1.52.2-1.19 1.8-2.1 2.83-2.55 3.15-1.35 7.45-1.06 9.83 1.11a7.36 7.36 0 0 1 2.05 4.32c.08.53.12 1.15.12 1.73v9.12c0 .2-.04.41-.08.58-.33 1.35-1.93 1.85-2.91.86-.2-.16-.33-.41-.45-.66a2.07 2.07 0 0 1-.08-.49 8.76 8.76 0 0 1-6.76 1.8 6.4 6.4 0 0 1-1.27-.32 5.09 5.09 0 0 1-2.05-1.2 5.74 5.74 0 0 1-1.64-6.08c1.15-3.37 4.3-4.4 7.5-4.23 1.51.04 2.99.33 4.1.5 0-.91-.09-1.9-.58-2.72h.01Zm.56 8.22v-2.3c-.86-.2-2-.37-3.19-.45-1.76-.08-4.59.04-5.04 2.14a2.65 2.65 0 0 0 1.85 3.04c2.13.7 5.12-.58 6.38-2.43Zm-42.51-8.59c1.76 1.64 2.3 3.54 2.05 5.96a6.13 6.13 0 0 1-1.44 3.29 6.04 6.04 0 0 1-8.6.45 6.52 6.52 0 0 1-1.88-5.1 6.3 6.3 0 0 1 2.09-4.6 6.05 6.05 0 0 1 7.78 0Zm-12.25 9.9a9.44 9.44 0 0 0 4.14 3.79c2.9 1.23 6.02 1.2 8.85-.2a9.58 9.58 0 0 0 5.04-7.56 9.58 9.58 0 0 0-1.85-6.71c-3.6-4.6-9.95-5.34-14.37-1.44a9.41 9.41 0 0 0-3.08 6.17c-.16 2.18.2 4.07 1.27 5.96v-.01Zm39.36 2.47V18.35c0-.25-.04-.41-.08-.62a1.48 1.48 0 0 0-.53-.86c-.66-.6-1.67-.6-2.33 0-.3.24-.5.53-.58.9-.04.17-.08.37-.08.58V40.9c0 .2.04.41.08.58.08.37.25.7.53.94.66.58 1.72.58 2.38 0 .25-.24.45-.57.53-.94.04-.17.08-.37.08-.58v.01Z\" fill=\"#363D40\"></path></g></svg>
</a>
</div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designColorLabTokenProduct\" value=\"";
// line 508
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 508, $this->source); })()), "colorLabTokenProduct", [], "any", false, false, false, 508), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"designColorLabIdProduct\" value=\"";
// line 509
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 509, $this->source); })()), "colorLabIdProduct", [], "any", false, false, false, 509), "html", null, true);
echo "\">
";
} else {
// line 511
echo " <div class=\"txt_selectca\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImport crelloBtnImportNow\" >";
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vous pouvez changer votre crea", [], "productTranslate"), "html", null, true);
echo "</a></div>
<input type=\"checkbox\" name=\"isFontBlanc\" class=\"hide\" checked=\"checked\" value=\"";
// line 512
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 512, $this->source); })()), "mauvaisFormat", [], "any", false, false, false, 512), "html", null, true);
echo "\" id=\"isFontBlanc\">
<input type=\"file\" multiple id=\"fileDesign\" name=\"fileDesign[]\" style=\"display: none;\" accept=\"image/png, image/jpeg, image/jpg, application/pdf\" >
<input type=\"hidden\" id=\"fileDesignUrl\" value=\"";
// line 514
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 514, $this->source); })()), "filePapier", [], "any", false, false, false, 514), "html", null, true);
echo "\">
<input type=\"hidden\" id=\"fileDesignFirstImage\" value=\"";
// line 515
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["cartDetail"]) || array_key_exists("cartDetail", $context) ? $context["cartDetail"] : (function () { throw new RuntimeError('Variable "cartDetail" does not exist.', 515, $this->source); })()), "filePapierFirstImage", [], "any", false, false, false, 515), "html", null, true);
echo "\">
";
}
// line 517
echo " ";
}
// line 518
echo " ";
}
// line 519
echo " </div>
</div>
<div class=\" rightBlock\">
<div id=\"blockPanierNew\">
</div>
<div class=\"nousContacter\" style=\"margin-bottom: 34px;\">
<div id=\"nosLovesPrinter\">
</div>
<h3>Nous contacter</h3>
<div class=\"nousContacterContent\">
<a href=\"#\" data-toggle=\"modal\" data-target=\"#contactModal\" >
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_64_809)\">
<path d=\"M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.33 14.9 16.22 14.89 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3Z\" fill=\"#303030\"/>
</g>
<defs>
<clipPath id=\"clip0_64_809\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span>Par téléphone</span>
</a>
<a href=\"#\" id=\"contactChat\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<path d=\"M13 2V9H3.17L2 10.17V2H13ZM14 0H1C0.45 0 0 0.45 0 1V15L4 11H14C14.55 11 15 10.55 15 10V1C15 0.45 14.55 0 14 0ZM19 4H17V13H4V15C4 15.55 4.45 16 5 16H16L20 20V5C20 4.45 19.55 4 19 4Z\" fill=\"#303030\"/>
</svg>
</span>
<span>Via notre chat</span>
</a>
<a href=\"";
// line 554
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 554, $this->source); })()), "lienCalandlyOptionProduct", [], "any", false, false, false, 554), "html", null, true);
echo "\" ";
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 554, $this->source); })()), "lienCalandlyOptionProductIsExtern", [], "any", false, false, false, 554)) {
echo " target=\"_blank\"";
}
echo " >
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\">
<g clip-path=\"url(#clip0_64_815)\">
<path d=\"M21.5 12.22C21.5 6.73 17.24 3 12.5 3C7.81 3 3.5 6.65 3.5 12.28C2.9 12.62 2.5 13.26 2.5 14V16C2.5 17.1 3.4 18 4.5 18H5.5V11.9C5.5 8.03 8.63 4.9 12.5 4.9C16.37 4.9 19.5 8.03 19.5 11.9V19H11.5V21H19.5C20.6 21 21.5 20.1 21.5 19V17.78C22.09 17.47 22.5 16.86 22.5 16.14V13.84C22.5 13.14 22.09 12.53 21.5 12.22Z\" fill=\"#303030\"/>
<path d=\"M9.5 14C10.0523 14 10.5 13.5523 10.5 13C10.5 12.4477 10.0523 12 9.5 12C8.94772 12 8.5 12.4477 8.5 13C8.5 13.5523 8.94772 14 9.5 14Z\" fill=\"#303030\"/>
<path d=\"M15.5 14C16.0523 14 16.5 13.5523 16.5 13C16.5 12.4477 16.0523 12 15.5 12C14.9477 12 14.5 12.4477 14.5 13C14.5 13.5523 14.9477 14 15.5 14Z\" fill=\"#303030\"/>
<path d=\"M18.5 11.03C18.02 8.18 15.54 6 12.55 6C9.51997 6 6.25997 8.51 6.51997 12.45C8.98997 11.44 10.85 9.24 11.38 6.56C12.69 9.19 15.38 11 18.5 11.03Z\" fill=\"#303030\"/>
</g>
<defs>
<clipPath id=\"clip0_64_815\">
<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.5)\"/>
</clipPath>
</defs>
</svg>
</span>
<span>Prendre RDV avec un conseiller</span>
</a>
</div>
</div>
";
// line 575
echo " ";
// line 576
echo " ";
// line 577
echo " ";
// line 578
echo " ";
// line 579
echo " ";
// line 580
echo " ";
// line 581
echo " ";
// line 582
echo " ";
// line 583
echo " ";
// line 584
echo " ";
// line 585
echo " ";
// line 586
echo " ";
// line 587
echo " ";
// line 588
echo " ";
// line 589
echo " ";
// line 590
echo " ";
// line 591
echo " ";
// line 592
echo " ";
// line 593
echo " ";
// line 594
echo " ";
// line 595
echo " ";
// line 596
echo " ";
// line 597
echo "
";
// line 599
echo " ";
// line 600
echo " </div>
</div>
<div id=\"section2OptionNew\">
<div class=\"row\">
<div class=\"col-md-12\">
<h2 class=\"h2productIndexOptionNew\">Besoin d'un autre produit ?</h2>
</div>
</div>
<div class=\"row\" style=\"display: flex;justify-content: center;padding-bottom: 60px;\">
";
// line 609
if ((twig_length_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 609, $this->source); })()), "recommendationProduct", [], "any", false, false, false, 609)) > 0)) {
// line 610
echo " ";
$context['_parent'] = $context;
$context['_seq'] = twig_ensure_traversable(twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 610, $this->source); })()), "recommendationProduct", [], "any", false, false, false, 610));
foreach ($context['_seq'] as $context["_key"] => $context["item"]) {
// line 611
echo " <div class=\"col-6 col-md-3 col-lg-2 col-xl-2\">
<div class=\"divProductImageCommande\">
";
// line 613
if (twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 613)) {
echo " <span>";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "titre", [], "any", false, false, false, 613), "html", null, true);
echo "</span>";
}
// line 614
echo " <a style=\"position: relative;\" class=\"new_option_product_a_img\" href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, $context["item"], "link", [], "any", false, false, false, 614), "html", null, true);
echo "\">
<img class=\"\" src=\"";
// line 615
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl(("imageSite/" . twig_get_attribute($this->env, $this->source, $context["item"], "image", [], "any", false, false, false, 615))), "html", null, true);
echo "\">
</a>
</div>
</div>
";
}
$_parent = $context['_parent'];
unset($context['_seq'], $context['_iterated'], $context['_key'], $context['item'], $context['_parent'], $context['loop']);
$context = array_intersect_key($context, $_parent) + $_parent;
// line 620
echo " ";
}
// line 621
echo " </div>
</div>
<div id=\"section3OptionNew\" style=\"background-image: url(/imageSite/";
// line 623
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 623, $this->source); })()), "imageBloc1OptionProduct", [], "any", false, false, false, 623), "html", null, true);
echo ");\">
<div class=\"section3OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection3\">";
// line 625
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 625, $this->source); })()), "titreBloc1OptionProduct", [], "any", false, false, false, 625), "html", null, true);
echo "</h2>
<p>";
// line 626
echo twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 626, $this->source); })()), "descriptionBloc1OptionProduct", [], "any", false, false, false, 626);
echo "</p>
";
// line 627
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 627, $this->source); })()), "titreBtnBloc1OptionProduct", [], "any", false, false, false, 627)) {
echo "<a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 627, $this->source); })()), "linkBtnBloc1OptionProduct", [], "any", false, false, false, 627), "html", null, true);
echo "\" class=\"btnOptionNewBloc\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 627, $this->source); })()), "titreBtnBloc1OptionProduct", [], "any", false, false, false, 627), "html", null, true);
echo "</a>";
}
// line 628
echo " </div>
</div>
<div id=\"section4OptionNew\">
<div class=\"section4OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection4\">";
// line 632
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 632, $this->source); })()), "titreBloc2OptionProduct", [], "any", false, false, false, 632), "html", null, true);
echo "</h2>
<p>";
// line 633
echo twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 633, $this->source); })()), "descriptionBloc2OptionProduct", [], "any", false, false, false, 633);
echo "</p>
<div class=\"\" style=\"text-align: center ;text-align: center;margin-top: 45px;\">
";
// line 635
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 635, $this->source); })()), "titreBtnBloc2OptionProduct", [], "any", false, false, false, 635)) {
echo "<a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 635, $this->source); })()), "linkBtnBloc2OptionProduct", [], "any", false, false, false, 635), "html", null, true);
echo "\" class=\"btnOptionNewBloc\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 635, $this->source); })()), "titreBtnBloc2OptionProduct", [], "any", false, false, false, 635), "html", null, true);
echo "</a>";
}
// line 636
echo " </div>
</div>
</div>
<div id=\"section3OptionNew\" style=\"background-image: url(/imageSite/";
// line 639
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 639, $this->source); })()), "imageBloc3OptionProduct", [], "any", false, false, false, 639), "html", null, true);
echo ");\">
<div class=\"section3OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection3\">";
// line 641
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 641, $this->source); })()), "titreBloc3OptionProduct", [], "any", false, false, false, 641), "html", null, true);
echo "</h2>
<p>";
// line 642
echo twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 642, $this->source); })()), "descriptionBloc3OptionProduct", [], "any", false, false, false, 642);
echo "</p>
";
// line 643
if (twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 643, $this->source); })()), "titreBtnBloc3OptionProduct", [], "any", false, false, false, 643)) {
echo "<a href=\"";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 643, $this->source); })()), "linkBtnBloc3OptionProduct", [], "any", false, false, false, 643), "html", null, true);
echo "\" class=\"btnOptionNewBloc\">";
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 643, $this->source); })()), "titreBtnBloc3OptionProduct", [], "any", false, false, false, 643), "html", null, true);
echo "</a>";
}
// line 644
echo " </div>
</div>
</div>
<div class=\"modal mdl1\" id=\"verificationModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-md-4\">
<h4 style=\"font-weight: 700;\">";
// line 653
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Fond perdu", [], "productTranslate"), "html", null, true);
echo "</h4>
<p style=\"text-align: left;font-size: 14px;color: #6a6666; line-height: 20px;\">";
// line 654
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Avec le fond perdu, vous êtes certain de ne pas retrouver de blancs sur votre design imprimé. Nous imprimons alors jusqu'au bord du papier ou de la carte.", [], "productTranslate"), "html", null, true);
echo "</p>
<h4 style=\"font-weight: 700;\">";
// line 655
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Régler le fond perdu", [], "productTranslate"), "html", null, true);
echo "</h4>
<ol style=\"text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;\">
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 657
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Etendez votre arrière-plan au-delà des lignes du fond perdu.", [], "productTranslate"), "html", null, true);
echo "</li>
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 658
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Ne mettez aucun texte ou graphique important en dehors des lignes du fond perdu.", [], "productTranslate"), "html", null, true);
echo "</li>
<li style=\"line-height: 20px;font-size: 14px;\">";
// line 659
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Vérifiez chaque page que vous imprimez.", [], "productTranslate"), "html", null, true);
echo "</li>
</ol>
</div>
<div class=\"col-md-8\">
<img src=\"";
// line 663
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("/images/carte_fond_perdu.png"), "html", null, true);
echo "\">
</div>
</div>
</div>
<div class=\"modal-footer\" style=\"display: block\">
<div class=\"mt-4\" style=\"display: flex;justify-content: space-evenly\">
<a class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" href=\"#\" style=\"padding: 10px 60px;color: #000;font-size: 16px;background: #F2F3F5;border-radius: 7px;\">";
// line 669
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("J'ai compris", [], "productTranslate"), "html", null, true);
echo "</a>
<a style=\"padding: 10px 60px;color: #000;font-size: 16px;background: #c7d0d8;border-radius: 7px;\" href=\"https://blog.copees.com/2021/09/28/les-traits-de-coupe-avec-fonds-perdus-quest-ce-que-cest/\" target=\"_blank\">";
// line 670
echo twig_escape_filter($this->env, $this->extensions['Symfony\Bridge\Twig\Extension\TranslationExtension']->trans("Nos conseils pour les fonds perdus", [], "productTranslate"), "html", null, true);
echo "</a>
</div>
</div>
</div>
</div>
</div>
";
// line 676
$this->loadTemplate("front/footer.html.twig", "front/product-option/new_index2.html.twig", 676)->display($context);
// line 677
echo "
";
}
// line 679
echo "
<div class=\"modal fade\" id=\"exampleModal01\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
style=\"display: none;\" aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\" style=\"margin-top: 4vw;\">
<div class=\"modal-content nb_des nb_des_extra\" style=\"border-radius: 0;\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\" id=\"contentModalAddToCartCrello\">
</div>
</div>
</div>
</div>
<div class=\"modal mdlContact\" id=\"contactModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\">
<rect width=\"30\" height=\"30\" rx=\"10\" fill=\"black\"/>
<path d=\"M22 9.41L20.59 8L15 13.59L9.41 8L8 9.41L13.59 15L8 20.59L9.41 22L15 16.41L20.59 22L22 20.59L16.41 15L22 9.41Z\" fill=\"white\"/>
</svg>
</button>
</div>
<div class=\"contactModalImage\" style=\"background-image: url(/imageSite/";
// line 712
echo twig_escape_filter($this->env, twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 712, $this->source); })()), "imageBlocTelOptionProduct", [], "any", false, false, false, 712), "html", null, true);
echo " );\"></div>
<div class=\"modal-body\">
<div class=\"contactModalDescription\">
";
// line 715
echo twig_get_attribute($this->env, $this->source, (isset($context["product"]) || array_key_exists("product", $context) ? $context["product"] : (function () { throw new RuntimeError('Variable "product" does not exist.', 715, $this->source); })()), "descriptionBlocTelOptionProduct", [], "any", false, false, false, 715);
echo "
</div>
</div>
</div>
</div>
</div>
<div class=\"modal mdl1\" id=\"outOfStockModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-lg\" style=\"margin-top: 3vw;\">
<div class=\"modal-content modalProduct modalProductAtributeStock\">
</div>
</div>
</div>
<div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
display: none;
}
</style>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>
<style>
footer {
padding-top: 0px;
margin-top: 0px;
}
.taille label {
padding: 0 12px;
}
.bloc_btn_crello {
margin-top: 40px;
background-color: #FDF18D;
color: #000;
min-height: 50px;
padding: 15px;
border-radius: 4px !important;
font-size: 14px;
}
.btnNoir{
color: #fff;
background-color: #000;
display: inline-block;
font-size: 12px;
padding: 15px 12px;
text-align: center;
}
.btnBlue{
color: #fff;
background-color: #5BAFF5;
display: inline-block;
font-size: 12px;
padding: 15px 12px;
text-align: center;
}
.mdl1 li::marker {
color: #6a6666;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff\\9;
background-color: #fff;
border: 1px solid #000;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #000;
}
.menu_left {
flex: 0 0 34%;
max-width: 34%;
position: initial;
padding-left: 0;
text-align: left;
}
.menu_right {
flex: 0 0 66%;
max-width: 66%;
padding-right: 40px !important;
}
.tooltip-inner h2 {
font-family: AktivGrotesk-Medium;
font-size: 16px;
font-weight: 400;
line-height: 18.91px;
text-align: center;
margin-top: 8px;
border-bottom: 1px solid #fff;
margin-bottom: 14px;
}
.tooltip-inner{
background-color: #5268ff!important;
color: #fff!important;
box-shadow: 4px 4px 10px 0px #00000040!important;
border-radius: 10px!important;
max-width:400px!important
}
.tooltip-inner. p{
font-family: AktivGrotesk-Light !important;
font-size: 9px !important;
font-weight: 400 !important;
line-height: 10.3px !important;
text-align: left !important;
background-repeat: no-repeat;
background-image: url(/images/Vector_icone_new_acceuil.png);
padding-left: 40px;
background-position: 10px top;
padding-right: 10px;
}
</style>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 833
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 834
echo " ";
$this->displayParentBlock("javascripts", $context, $blocks);
echo "
<script src=\"";
// line 835
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.', 835, $this->source); })()), "request", [], "any", false, false, false, 835), "scheme", [], "any", false, false, false, 835) . "://") . 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.', 835, $this->source); })()), "request", [], "any", false, false, false, 835), "httpHost", [], "any", false, false, false, 835)), "html", null, true);
echo "/assets/pdf.js\"></script>
<script>
// Loaded via <script> tag, create shortcut to access PDF.js exports.
var pdfjsLib = window['pdfjs-dist/build/pdf'];
// The workerSrc property shall be specified.
pdfjsLib.GlobalWorkerOptions.workerSrc = \"";
// line 841
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.', 841, $this->source); })()), "request", [], "any", false, false, false, 841), "scheme", [], "any", false, false, false, 841) . "://") . 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.', 841, $this->source); })()), "request", [], "any", false, false, false, 841), "httpHost", [], "any", false, false, false, 841)), "html", null, true);
echo "/assets/pdf.worker.js\";
</script>
<script src=\"https://maps.googleapis.com/maps/api/js?key=";
// line 843
echo twig_escape_filter($this->env, (isset($context["key_google_map"]) || array_key_exists("key_google_map", $context) ? $context["key_google_map"] : (function () { throw new RuntimeError('Variable "key_google_map" does not exist.', 843, $this->source); })()), "html", null, true);
echo "&libraries=places\"></script>
<script src=\"https://create.vista.com/js/frame_v2.min.js\"></script>
<script src=\"https://designer.printlane.com/js/include.js\"></script>
<script>
var productRequest = '";
// line 847
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.', 847, $this->source); })()), "request", [], "any", false, false, false, 847), "get", [0 => "product"], "method", false, false, false, 847)) {
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.', 847, $this->source); })()), "request", [], "any", false, false, false, 847), "get", [0 => "product"], "method", false, false, false, 847), "html", null, true);
} else {
echo "0";
}
echo "';
var formatRequest = '";
// line 848
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.', 848, $this->source); })()), "request", [], "any", false, false, false, 848), "get", [0 => "format"], "method", false, false, false, 848)) {
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.', 848, $this->source); })()), "request", [], "any", false, false, false, 848), "get", [0 => "format"], "method", false, false, false, 848), "html", null, true);
} else {
echo "0";
}
echo "';
</script>
";
// line 850
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("page_product_option");
echo "
";
// line 851
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("product_option_viewer");
echo "
";
// line 852
echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("color_lab_product");
echo "
<script src=\"https://code.jquery.com/jquery-3.4.1.js\" integrity=\"sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=\" crossorigin=\"anonymous\"></script>
";
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
}
// line 22
public function macro_value($__cart__ = null, $__object__ = null, $__name__ = null, ...$__varargs__)
{
$macros = $this->macros;
$context = $this->env->mergeGlobals([
"cart" => $__cart__,
"object" => $__object__,
"name" => $__name__,
"varargs" => $__varargs__,
]);
$blocks = [];
ob_start();
try {
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e = $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "value"));
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 = $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "macro", "value"));
// line 23
echo " ";
if ((isset($context["object"]) || array_key_exists("object", $context) ? $context["object"] : (function () { throw new RuntimeError('Variable "object" does not exist.', 23, $this->source); })())) {
// line 24
echo " ";
if ($this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 24, $this->source); })()), (isset($context["object"]) || array_key_exists("object", $context) ? $context["object"] : (function () { throw new RuntimeError('Variable "object" does not exist.', 24, $this->source); })()))) {
// line 25
echo " ";
$context["obj"] = $this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 25, $this->source); })()), (isset($context["object"]) || array_key_exists("object", $context) ? $context["object"] : (function () { throw new RuntimeError('Variable "object" does not exist.', 25, $this->source); })()));
// line 26
echo " value=\"";
if ($this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["obj"]) || array_key_exists("obj", $context) ? $context["obj"] : (function () { throw new RuntimeError('Variable "obj" does not exist.', 26, $this->source); })()), (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 26, $this->source); })()))) {
echo twig_escape_filter($this->env, $this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["obj"]) || array_key_exists("obj", $context) ? $context["obj"] : (function () { throw new RuntimeError('Variable "obj" does not exist.', 26, $this->source); })()), (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 26, $this->source); })())), "html", null, true);
}
echo "\"
";
} else {
// line 28
echo " value=\"\"
";
}
// line 30
echo " ";
} else {
// line 31
echo " value=\"";
if ($this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 31, $this->source); })()), (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 31, $this->source); })()))) {
echo twig_escape_filter($this->env, $this->extensions['App\Twig\AccessAttrExtension']->accessFilter((isset($context["cart"]) || array_key_exists("cart", $context) ? $context["cart"] : (function () { throw new RuntimeError('Variable "cart" does not exist.', 31, $this->source); })()), (isset($context["name"]) || array_key_exists("name", $context) ? $context["name"] : (function () { throw new RuntimeError('Variable "name" does not exist.', 31, $this->source); })())), "html", null, true);
}
echo "\"
";
}
$__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
$__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
return ('' === $tmp = ob_get_contents()) ? '' : new Markup($tmp, $this->env->getCharset());
} finally {
ob_end_clean();
}
}
public function getTemplateName()
{
return "front/product-option/new_index2.html.twig";
}
public function isTraitable()
{
return false;
}
public function getDebugInfo()
{
return array ( 1966 => 31, 1963 => 30, 1959 => 28, 1951 => 26, 1948 => 25, 1945 => 24, 1942 => 23, 1921 => 22, 1908 => 852, 1904 => 851, 1900 => 850, 1891 => 848, 1883 => 847, 1876 => 843, 1871 => 841, 1862 => 835, 1857 => 834, 1847 => 833, 1719 => 715, 1713 => 712, 1678 => 679, 1674 => 677, 1672 => 676, 1663 => 670, 1659 => 669, 1650 => 663, 1643 => 659, 1639 => 658, 1635 => 657, 1630 => 655, 1626 => 654, 1622 => 653, 1611 => 644, 1603 => 643, 1599 => 642, 1595 => 641, 1590 => 639, 1585 => 636, 1577 => 635, 1572 => 633, 1568 => 632, 1562 => 628, 1554 => 627, 1550 => 626, 1546 => 625, 1541 => 623, 1537 => 621, 1534 => 620, 1523 => 615, 1518 => 614, 1512 => 613, 1508 => 611, 1503 => 610, 1501 => 609, 1490 => 600, 1488 => 599, 1485 => 597, 1483 => 596, 1481 => 595, 1479 => 594, 1477 => 593, 1475 => 592, 1473 => 591, 1471 => 590, 1469 => 589, 1467 => 588, 1465 => 587, 1463 => 586, 1461 => 585, 1459 => 584, 1457 => 583, 1455 => 582, 1453 => 581, 1451 => 580, 1449 => 579, 1447 => 578, 1445 => 577, 1443 => 576, 1441 => 575, 1414 => 554, 1377 => 519, 1374 => 518, 1371 => 517, 1366 => 515, 1362 => 514, 1357 => 512, 1352 => 511, 1347 => 509, 1343 => 508, 1335 => 503, 1331 => 501, 1329 => 500, 1325 => 499, 1321 => 498, 1317 => 497, 1309 => 495, 1306 => 494, 1300 => 492, 1297 => 491, 1294 => 490, 1292 => 489, 1289 => 488, 1283 => 484, 1281 => 483, 1266 => 477, 1256 => 476, 1246 => 475, 1235 => 474, 1225 => 473, 1215 => 472, 1211 => 471, 1200 => 470, 1194 => 467, 1170 => 450, 1144 => 441, 1134 => 440, 1130 => 439, 1111 => 437, 1101 => 436, 1097 => 435, 1078 => 433, 1068 => 432, 1064 => 431, 1045 => 429, 1035 => 428, 1031 => 427, 1021 => 424, 1011 => 416, 1000 => 413, 982 => 412, 979 => 411, 975 => 410, 970 => 408, 955 => 403, 952 => 402, 949 => 401, 946 => 400, 939 => 398, 936 => 397, 933 => 396, 930 => 395, 927 => 394, 920 => 392, 917 => 391, 915 => 390, 903 => 381, 894 => 375, 885 => 369, 879 => 365, 864 => 351, 854 => 344, 850 => 343, 839 => 335, 835 => 334, 831 => 333, 826 => 331, 822 => 330, 818 => 329, 812 => 326, 792 => 313, 786 => 312, 782 => 310, 779 => 309, 776 => 308, 771 => 306, 767 => 305, 762 => 303, 757 => 302, 752 => 300, 748 => 299, 740 => 294, 736 => 292, 734 => 291, 730 => 290, 726 => 289, 722 => 288, 714 => 286, 711 => 285, 705 => 283, 702 => 282, 699 => 281, 697 => 280, 694 => 279, 688 => 275, 686 => 274, 671 => 268, 661 => 267, 651 => 266, 640 => 265, 630 => 264, 620 => 263, 616 => 262, 605 => 261, 599 => 258, 578 => 239, 560 => 235, 552 => 234, 545 => 233, 528 => 232, 523 => 229, 506 => 226, 499 => 225, 482 => 224, 473 => 218, 442 => 189, 439 => 187, 437 => 186, 429 => 180, 417 => 170, 414 => 169, 402 => 159, 399 => 158, 387 => 148, 385 => 147, 380 => 145, 376 => 143, 372 => 141, 363 => 137, 347 => 123, 345 => 122, 339 => 119, 322 => 104, 320 => 103, 313 => 99, 304 => 92, 302 => 91, 296 => 88, 289 => 84, 278 => 81, 275 => 80, 272 => 79, 269 => 78, 266 => 77, 263 => 76, 260 => 75, 258 => 74, 254 => 72, 251 => 71, 249 => 70, 246 => 69, 243 => 68, 240 => 67, 237 => 66, 234 => 65, 231 => 64, 228 => 63, 226 => 62, 220 => 61, 214 => 60, 191 => 40, 186 => 38, 183 => 37, 180 => 36, 177 => 35, 167 => 34, 155 => 20, 151 => 19, 148 => 18, 138 => 17, 127 => 15, 117 => 14, 104 => 10, 94 => 9, 81 => 5, 71 => 4, 60 => 1, 57 => 8, 54 => 3, 41 => 1,);
}
public function getSourceContext()
{
return new Source("{% extends 'front/layout.html.twig' %}
{% if product.metaTitle %}
{% block title %}
{{ product.metaTitle | trans({}, \"pageCmsTranslate\") }}
{% endblock %}
{% endif %}
{% if product.metaDescription %}
{% block metaDescription %}
<meta name=\"description\" content=\"{{ product.metaDescription | trans({}, \"pageCmsTranslate\") }}\">
{% endblock %}
{% endif %}
{% block googleTagManagerDataLayer %}
{% include 'google_tag.html.twig' with {'titlePage':'product option','categoryPage':'product-details','navigation_category1':'','navigation_category2':'','navigation_category3':'' } %}
{% endblock %}
{% block stylesheets %}
<link rel=\"stylesheet\" href=\"https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css\">
{{ encore_entry_link_tags('color_lab_product') }}
{{ parent() }}
{% endblock %}
{% macro value(cart,object,name) %}
{% if object %}
{% if cart|access(object) %}
{% set obj = cart|access(object) %}
value=\"{% if obj|access(name) %}{{ obj|access(name) }}{% endif %}\"
{% else %}
value=\"\"
{% endif %}
{% else %}
value=\"{% if cart|access(name) %}{{ cart|access(name) }}{% endif %}\"
{% endif %}
{% endmacro %}
{% block body %}
{% include 'front/header.html.twig' %}
{% set currentPath = app.request.requesturi %}
<script>
var isMobile = \"{{ app.request.get('isMobile') }}\";
var str1 = '?';
var str2 = '{{ currentPath }}';
str2 = str2.replace(/&/g, '&');
if(str2.indexOf('isMobile') != -1){
var str2 = str2.substring(0 ,str2.indexOf('isMobile') - 1);
}
var str3 = '?';
if(str2.indexOf(str1) != -1){
str3 = '&';
}
if(\$( window ).width() > 768 ) {
if(isMobile == '1'){
window.location.replace(str2+str3+\"isMobile=0\");
}
}else {
if(isMobile != '1') {
window.location.replace(str2+str3+\"isMobile=1\");
}
}
</script>
<input type=\"hidden\" id=\"newPage\" value=\"1\">
<input type=\"hidden\" id=\"designId\" value=\"{% if cartDetail %}{{ cartDetail.templateIdCrello }}{% endif %}\">
<input type=\"hidden\" name=\"tokenDetail\" id=\"tokenDetail\" value=\"{% if cartDetail %}{{ cartDetail.token }}{% endif %}\">
{% set productObject = null %}
{% if cartDetail and cartDetail.product %}
{% set productObject = cartDetail.product %}
{% elseif app.request.get('product') %}
{% set productObject = getProductById(app.request.get('product')) %}
{% endif %}
{% set isMobileInterface = false %}
{% if app.request.get('isMobile') == '1' %}
{#mobile#}
{% set isMobileInterface = true %}
<input type=\"hidden\" value=\"1\" id=\"isMobileInterface\">
<div class=\"productIndexOptionNewMobile\">
{% if cartDetail %}
{% set idProduct = cartDetail.product.id %}
{% else %}
{% if app.request.get('product') %}
{% set idProduct = app.request.get('product') %}
{% endif %}
{% endif %}
<input value=\"{{ idProduct }}\" checked=\"checked\" data-new-page=\"1\" style=\"display: none\" data-url=\"{{ path('product_option') }}?product={{ idProduct }}\" type=\"radio\" name=\"productOption\" >
<div class=\"col-12 pl-0 pr-0 linkTitreFirstProduct\" >
<a href=\"{{ path('besoin_produits') }}\" class=\"paddingMobileOptionProduct\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"11\" height=\"18\" viewBox=\"0 0 11 18\" fill=\"none\">
<path d=\"M9 2L2 9L9 16\" stroke=\"#211E1D\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>
</svg>
<span class=\"\">{{ product.getTypeProductName() }}</span>
</a>
</div>
{% set dataLivraisonArray2 = getDataLivraisonWithOrNotImprimeur() %}
<div class=\"blocLivraisonBesoinProduct\">
<div class=\"bloc1LivraisonBesoinProduct\">
<p style=\"display: flex;margin-bottom:0px\">
<span>
🚀
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
{{ 'Commandez avant 17h, livré aujourd’hui chez vous !' | trans({}, \"productTranslate\") }}
</span>
</p>
</div>
{% if dataLivraisonArray2.addresse.addresseAdresse %}
<div class=\"bloc2LivraisonBesoinProduct\">
<p style=\"\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_39_1752)\">
<path d=\"M12 2C8.13 2 5 5.13 5 9C5 14.25 12 22 12 22C12 22 19 14.25 19 9C19 5.13 15.87 2 12 2ZM12 11.5C10.62 11.5 9.5 10.38 9.5 9C9.5 7.62 10.62 6.5 12 6.5C13.38 6.5 14.5 7.62 14.5 9C14.5 10.38 13.38 11.5 12 11.5Z\" fill=\"#323232\"/>
</g>
<defs>
<clipPath id=\"clip0_39_1752\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
{{ dataLivraisonArray2.addresse.addresseAdresse }}
</span>
</p>
{% if dataLivraisonArray2.time %}
<p style=\"border-top: 0.5px solid #DDD;\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_39_1755)\">
<path d=\"M7 2V13H10V22L17 10H13L17 2H7Z\" fill=\"#323232\"/>
</g>
<defs>
<clipPath id=\"clip0_39_1755\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span class=\"bloc1LivraisonBesoinProductText\">
Livraison {{ dataLivraisonArray2.time.day|lower }} dés {{ dataLivraisonArray2.time.time|split(' ')[0] }}
</span>
</p>
{% endif %}
</div>
{% endif %}
<div class=\"bloc3LivraisonBesoinProduct\">
<div class=\"bloc3LivraisonBesoinProductStr\">
<h4 class=\"mt-0\">{{ 'Voici les options disponibles à cette adresse' | trans({}, \"productTranslate\") }} :</h4>
<div class=\"bloc3LivraisonBesoinProductStrDispo\">
{% if dataLivraisonArray2.dataLivraison is defined and dataLivraisonArray2.dataLivraison.imprimeurZoneChalandise %}
<p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Livraison 30 min</span>
</p>
{% endif %}
{% if dataLivraisonArray2.dataLivraison is defined and dataLivraisonArray2.dataLivraison.imprimeurPointRetrait %}
<p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Point retrait 1h</span>
</p>
{% endif %}
{% if dataLivraisonArray2.dataLivraison is defined and (dataLivraisonArray2.dataLivraison.imprimeurLivraisonNationalJ5 or dataLivraisonArray2.dataLivraison.imprimeurLivraisonNational) %}
<p style=\"\">
<span class=\"livStatusNew2Green\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<rect width=\"20\" height=\"20\" rx=\"10\" fill=\"#8CC378\"/>
<path d=\"M6 10.2L8.86364 13L15 7\" stroke=\"white\" stroke-width=\"2.5\" stroke-linecap=\"round\"/>
</svg>
</span>
<span>Livraison 48h/J+5</span>
</p>
{% endif %}
</div>
</div>
</div>
<div class=\"bloc4LivraisonBesoinProduct\">
<a class=\"ratingListeBtnAccueil\" style=\"\">
{% set ratingCopeesTab = getRatingCopeesTab() %}
<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>
sur
<span style=\"vertical-align: middle;\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" 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>
</a>
</div>
</div>
<div class=\"col-12 paddingMobileOptionProduct\" >
<h3 class=\"productTitreMobile\">{{ product.productTitreMobile|trans({}, \"productTranslate\") }}</h3>
</div>
<div class=\"col-12\">
<div class=\"imageOptionProductMobile\">
<div id=\"custCarousel\" class=\"carousel slide\" data-ride=\"carousel\" align=\"center\">
<div class=\"carousel-inner\">
{% for item in product.productImageMobile %}
<div class=\"carousel-item {% if loop.first %}active{% endif %}\">
<img src=\"{{ asset('imageSite/'~item.image) }}\" alt=\"Hills\">
</div>
{% endfor %}
</div>
<ol class=\"carousel-indicators list-inline\">
{% for item in product.productImageMobile %}
<li class=\"list-inline-item {% if loop.first %}active{% endif %}\">
<a id=\"carousel-selector-0\"{% if loop.first %}class=\"selected\" {% endif %} data-slide-to=\"{{ loop.index0 }}\" data-target=\"#custCarousel\">
<img src=\"{{ asset('imageSite/'~item.image) }}\" class=\"img-fluid\">
</a>
</li>
{% endfor %}
</ol>
</div>
</div>
</div>
<div id=\"optionsBlocMobile\" class=\"paddingMobileOptionProduct\">
</div>
<div id=\"quantityBlocNew\" class=\"paddingMobileOptionProduct\">
</div>
<div id=\"optionsBlocDescriptionMobile\" class=\"paddingMobileOptionProduct\">
<div id=\"nosLovesPrinter\">
</div>
</div>
<div class=\"paddingMobileOptionProduct row_select_ca1 oghtml5\">
<div class=\"Comm_adress\">
<h3>{{ 'Votre adresse' | trans({}, \"productTranslate\") }}</h3>
<div role=\"group\" class=\"form-group\">
<input id=\"addresseLiv\" name=\"addresseLiv\" type=\"text\" class=\"form-control adresee-google-map\" placeholder=\" \"
{% if app.session.get('addresseAdresse') %} value=\"{{ app.session.get('addresseAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','adresse') }} {% endif %} >
<label for=\"addresseLiv\" class=\"d-block form-control-placeholder\"> {{ 'Commencez à saisir la première ligne de votre adresse' | trans({}, \"productTranslate\") }}</label>
<input type=\"hidden\" id=\"longLiv\" {% if app.session.get('longiAdresse') %} value=\"{{ app.session.get('longiAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','longi') }}{% endif %} name=\"longLiv\">
<input type=\"hidden\" id=\"latLiv\" {% if app.session.get('latAdresse') %} value=\"{{ app.session.get('latAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','lat') }}{% endif %} name=\"latLiv\">
<input type=\"hidden\" id=\"codePostalLiv\" {% if app.session.get('postalcodeAdresse') %} value=\"{{ app.session.get('postalcodeAdresse') }}\" {% else %} {{ _self.value(cart,'adresseLivraison','codePostal') }}{% endif %} name=\"codePostalLiv\">
<input type=\"hidden\" id=\"CountryLiv\" value=\"{% if app.session.get('CountryLiv') %}{{ app.session.get('CountryLiv') }}{% else %}{% if cart.adresseLivraison.country is defined %}{{ cart.adresseLivraison.country }}{% endif %}{% endif %}\" name=\"CountryLiv\">
<input type=\"hidden\" value=\"{% if app.session.get('CountryCodeLiv') %}{{ app.session.get('CountryCodeLiv') }}{% else %}{% if cart.adresseLivraison.countryCode is defined %}{{ cart.adresseLivraison.countryCode }}{% endif %}{% endif%}\" name=\"CountryCodeLiv\" id=\"CountryCodeLiv\">
<input type=\"hidden\" id=\"cityLiv\" {% if app.session.get('cityAdresse') %} value=\"{{ app.session.get('cityAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','city') }}{% endif %} name=\"cityLiv\">
</div>
</div>
<div id=\"modeLivraison\">
</div>
{% if cartDetail.id is not defined %}
<div id=\"crelloButtons\" class=\"crelloButtonsBlock crelloButtonsNew\">
</div>
{% endif %}
{% if cartDetail %}
{% include 'front/product-option/productPreviewModal.html.twig' with {'isMobileInterface':isMobileInterface } %}
{% if cartDetail.product.typeProduct in [ constant('App\\\\Entity\\\\Product::PHOTOS')]%}
<div class=\"txt_selectca mb-2\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImportPhotos crelloBtnImportNow\" >{{ 'Vous pouvez changer votre crea' | trans({}, \"productTranslate\") }}</a></div>
{% else %}
{% if cartDetail.templateIdCrello %}
<div class=\"txt_selectca mb-2\" style=\"min-height: 43px;\"> <a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn btnMobileImport\" >{{ 'Vous pouvez éditer votre création sur' | trans({}, \"productTranslate\") }} <img width=\"130px\" src=\"{{ asset('/images/ininfoselectF.svg') }}\" ></a></div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designType\" value=\"{{ cartDetail.productAttribute.format.designTypeCrello }}\">
<input type=\"hidden\" id=\"customDesignType\" value=\"{{ cartDetail.productAttribute.format.designTypeCustomCrello }}\">
<input type=\"hidden\" id=\"sideBarDesignType\" value=\"{{ cartDetail.productAttribute.format.designTypeSideBarCrello }}\">
{% elseif cartDetail.colorLabTokenProduct and cartDetail.colorLabIdProduct %}
<div class=\"txt_selectca\" style=\"min-height: 43px;\">
<a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn btnMobileImport\" >
{{ 'Vous pouvez éditer votre création sur' | trans({}, \"productTranslate\") }}
<svg viewBox=\"0 0 201 60\" xmlns=\"http://www.w3.org/2000/svg\" class=\"c-navbar__logo\" style=\" width: 95px;margin-left: 10px;\"><g fill-rule=\"nonzero\" fill=\"none\"><g id=\"shape\" fill-rule=\"nonzero\" fill=\"none\"><path id=\"shape-1\" d=\"M7.33 24.8A22.05 22.05 0 0 1 28.67 7.9c3.28 0 6.39.75 9.18 2.06a21.35 21.35 0 0 1 7.5 5.71c.69.79.56 2.02-.21 2.68-.78.65-1.97.57-2.67-.2a17.92 17.92 0 0 0-13.8-6.41c-8.86 0-16.43 6.4-17.9 15.13-.08.97-.9 1.75-1.88 1.75l-6.96-.04h-.21a1.92 1.92 0 0 1-1.68-2.1 29.2 29.2 0 0 1 9.59-18.2 28.7 28.7 0 0 1 40.87 2.67c.7.78.62 1.97-.16 2.67-.82.7-2 .62-2.7-.17a25.24 25.24 0 0 0-8.52-6.4 24.94 24.94 0 0 0-10.37-2.23A25.04 25.04 0 0 0 4.18 24.8h3.15Z\" fill=\"#E65545\" class=\"shape\"></path><path id=\"shape-2\" d=\"M40.02 20.07c.7.78.61 1.98-.17 2.67-.78.7-1.96.62-2.66-.16a11.4 11.4 0 0 0-3.8-2.88 11.3 11.3 0 0 0-15.53 7.48c-.3 1-1.32 1.6-2.34 1.36a1.95 1.95 0 0 1-1.35-2.3 14.94 14.94 0 0 1 14.58-11.3 15 15 0 0 1 6.19 1.31 15.2 15.2 0 0 1 5.08 3.82Z\" fill=\"#363D40\" class=\"shape\"></path><path id=\"shape-3\" d=\"M42.4 41.78a1.9 1.9 0 1 1 2.86 2.5 21.62 21.62 0 0 1-7.5 5.64 21.84 21.84 0 0 1-23.26-3.17A22.1 22.1 0 0 1 6.96 33.2c0-1.03.86-1.9 1.93-1.9h6.96c.33 0 .66.09.9.25.53.2.94.66 1.1 1.28a11.3 11.3 0 0 0 3.98 6.12 11.26 11.26 0 0 0 6.92 2.34c1.64 0 3.2-.37 4.63-.98a11.3 11.3 0 0 0 3.81-2.84 1.89 1.89 0 0 1 2.83 2.5 14.97 14.97 0 0 1-20.48 1.98 15.27 15.27 0 0 1-4.96-6.82l-3.32-.04c1.01 3.4 3 6.45 5.7 8.75A18.1 18.1 0 0 0 36.2 46.5c2.38-1.1 4.5-2.71 6.18-4.72h.02Z\" fill=\"#2A4B8C\" class=\"shape\"></path><path id=\"shape-4\" d=\"M47.63 46.59c.7-.78 1.89-.87 2.7-.2.79.69.87 1.88.17 2.66a28.8 28.8 0 0 1-40.92 2.67 29.05 29.05 0 0 1-9.54-18.2 1.9 1.9 0 1 1 3.77-.46 25.25 25.25 0 0 0 8.27 15.83 25.18 25.18 0 0 0 16.67 6.33c7.25 0 14.14-3.15 18.88-8.63Z\" fill=\"#1196D9\" class=\"shape\"></path></g><path id=\"text\" d=\"M144.54 30.97c.58-2.55 3.07-3.58 5.5-3.62 2.16-.08 2.49-2.47 1.01-3.2-.7-.34-1.96-.21-2.62-.09-1.43.2-2.74.74-3.85 1.69l-.12.08c-.02-.5-.22-1-.57-1.36-.66-.66-1.64-.57-2.3-.04-.45.37-.65.9-.65 1.48v15c0 .5.12 1.03.45 1.4.7.74 2.21.7 2.78-.12a2 2 0 0 0 .37-1.28v-9.94Zm-29.08 9.98V18.4c0-.2-.04-.41-.08-.58a1.75 1.75 0 0 0-2.87-.9 1.9 1.9 0 0 0-.57.9c-.04.17-.04.37-.04.58v22.56c-.06.58.17 1.15.61 1.52a1.8 1.8 0 0 0 2.34 0c.28-.24.45-.57.53-.94.04-.16.08-.37.08-.58v-.01ZM80.07 16.7c-1.97-.5-4-.62-6.02-.37-5.36.8-9.7 4.76-10.97 10.03-1.52 6.33 1.39 12.74 7.29 15.46a15.07 15.07 0 0 0 9.87.74 13.8 13.8 0 0 0 5.6-3.04c.17-.17.3-.3.38-.42.49-.7.45-1.52-.13-2.1a1.76 1.76 0 0 0-1.72-.53c-.4.09-.73.3-1.02.54a9.7 9.7 0 0 1-3.64 2.18c-2.46.78-5.41.7-7.79-.41-4.67-2.18-6.67-7.65-5.03-12.62a9.62 9.62 0 0 1 7.2-6.42c2.01-.37 4.3-.16 6.19.66.99.45 1.9 1.08 2.66 1.85l.45.33c.2.12.37.16.53.2.62.17 1.27 0 1.68-.4.45-.42.62-1.03.45-1.6 0-.17-.08-.3-.16-.46-.25-.37-.61-.7-.9-.99a12.99 12.99 0 0 0-4.92-2.63Zm22.94 11.84c1.8 1.64 2.34 3.54 2.09 5.92a6.25 6.25 0 0 1-1.43 3.33 6.04 6.04 0 0 1-8.6.45c-1.48-1.44-1.97-3.08-1.93-5.1a6 6 0 0 1 9.87-4.6Zm-12.2 9.9a9.95 9.95 0 0 0 4.13 3.79 10.56 10.56 0 0 0 8.85-.2 9.75 9.75 0 0 0 3.23-2.84 9.38 9.38 0 0 0 1.77-4.73 9.4 9.4 0 0 0-1.8-6.74c-3.65-4.6-10-5.35-14.38-1.44a9.5 9.5 0 0 0-3.07 6.2 9.76 9.76 0 0 0 1.26 5.97l.01-.01Zm94.4-12.49v-7.6c0-.58-.16-1.07-.57-1.44a1.85 1.85 0 0 0-2.37 0c-.41.37-.62.86-.62 1.44V40.9c0 .2.04.41.08.58.2.86.86 1.23 1.68 1.31.82-.08 1.44-.45 1.68-1.31.04-.25.08-.45.08-.7a8.59 8.59 0 0 0 3.98 2.06c2.41.4 4.5.12 6.63-1.16a9.94 9.94 0 0 0 2.79-2.91c1.82-3.2 1.9-7.09.24-10.36-1.3-2.22-2.95-3.7-5.49-4.4a9.07 9.07 0 0 0-6.22.62c-.74.4-1.23.78-1.89 1.31v.01Zm8.32 1.81c2.05 1.27 2.82 3.33 2.82 5.63-.04 1.81-.36 3.17-1.51 4.56-1 1.2-2.5 1.85-4.06 1.77a5.27 5.27 0 0 1-5.16-3.5 8.65 8.65 0 0 1-.16-5.09 5.8 5.8 0 0 1 2.05-3.08 5.78 5.78 0 0 1 6.02-.29ZM174 28.91a2 2 0 0 0-.38-.53c-1.76-1.77-5.49-1.4-7.25.04-.73.7-1.64.94-2.45.24-.45-.4-.66-.9-.54-1.52.2-1.19 1.8-2.1 2.83-2.55 3.15-1.35 7.45-1.06 9.83 1.11a7.36 7.36 0 0 1 2.05 4.32c.08.53.12 1.15.12 1.73v9.12c0 .2-.04.41-.08.58-.33 1.35-1.93 1.85-2.91.86-.2-.16-.33-.41-.45-.66a2.07 2.07 0 0 1-.08-.49 8.76 8.76 0 0 1-6.76 1.8 6.4 6.4 0 0 1-1.27-.32 5.09 5.09 0 0 1-2.05-1.2 5.74 5.74 0 0 1-1.64-6.08c1.15-3.37 4.3-4.4 7.5-4.23 1.51.04 2.99.33 4.1.5 0-.91-.09-1.9-.58-2.72h.01Zm.56 8.22v-2.3c-.86-.2-2-.37-3.19-.45-1.76-.08-4.59.04-5.04 2.14a2.65 2.65 0 0 0 1.85 3.04c2.13.7 5.12-.58 6.38-2.43Zm-42.51-8.59c1.76 1.64 2.3 3.54 2.05 5.96a6.13 6.13 0 0 1-1.44 3.29 6.04 6.04 0 0 1-8.6.45 6.52 6.52 0 0 1-1.88-5.1 6.3 6.3 0 0 1 2.09-4.6 6.05 6.05 0 0 1 7.78 0Zm-12.25 9.9a9.44 9.44 0 0 0 4.14 3.79c2.9 1.23 6.02 1.2 8.85-.2a9.58 9.58 0 0 0 5.04-7.56 9.58 9.58 0 0 0-1.85-6.71c-3.6-4.6-9.95-5.34-14.37-1.44a9.41 9.41 0 0 0-3.08 6.17c-.16 2.18.2 4.07 1.27 5.96v-.01Zm39.36 2.47V18.35c0-.25-.04-.41-.08-.62a1.48 1.48 0 0 0-.53-.86c-.66-.6-1.67-.6-2.33 0-.3.24-.5.53-.58.9-.04.17-.08.37-.08.58V40.9c0 .2.04.41.08.58.08.37.25.7.53.94.66.58 1.72.58 2.38 0 .25-.24.45-.57.53-.94.04-.17.08-.37.08-.58v.01Z\" fill=\"#363D40\"></path></g></svg>
</a>
</div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designColorLabTokenProduct\" value=\"{{ cartDetail.colorLabTokenProduct }}\">
<input type=\"hidden\" id=\"designColorLabIdProduct\" value=\"{{ cartDetail.colorLabIdProduct }}\">
{% else %}
<div class=\"txt_selectca\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImport crelloBtnImportNow btnMobileImport\" >{{ 'Vous pouvez changer votre crea' | trans({}, \"productTranslate\") }}</a></div>
<input type=\"checkbox\" name=\"isFontBlanc\" class=\"hide\" checked=\"checked\" value=\"{{ cartDetail.mauvaisFormat }}\" id=\"isFontBlanc\">
<input type=\"file\" multiple id=\"fileDesign\" name=\"fileDesign[]\" style=\"display: none;\" accept=\"image/png, image/jpeg, image/jpg, application/pdf\" >
<input type=\"hidden\" id=\"fileDesignUrl\" value=\"{{ cartDetail.filePapier }}\">
<input type=\"hidden\" id=\"fileDesignFirstImage\" value=\"{{ cartDetail.filePapierFirstImage }}\">
{% endif %}
{% endif %}
{% endif %}
</div>
<div class=\"mt-3 text-center\" {% if cartDetail.id is defined %}id=\"addToCartCrelloCartDetailMobile\"{% endif %}>
<a href=\"#\" class=\"btnNoir pl-5 pr-5\" id=\"addToCartCrello\" style=\"{% if cartDetail.id is not defined %}display:none;{% endif %}\">{{ 'Continuer' | trans({}, \"productTranslate\") }}</a>
</div>
<div id=\"blockMarginBottom\"></div>
<div id=\"blockDetailMobile\">
</div>
</div>
<div class=\"modal mdl1 verificationModalMobile\" id=\"verificationModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-md-8 pb-3\">
<img src=\"{{ asset('/images/carte_fond_perdu.png') }}\">
</div>
<div class=\"col-md-4\">
<h4 style=\"font-weight: 700;\">{{ 'Fond perdu' | trans({}, \"productTranslate\") }}</h4>
<p style=\"text-align: left;font-size: 14px;color: #6a6666; line-height: 20px;\">{{ \"Avec le fond perdu, vous êtes certain de ne pas retrouver de blancs sur votre design imprimé. Nous imprimons alors jusqu\\'au bord du papier ou de la carte.\" | trans({}, \"productTranslate\") }}</p>
<h4 style=\"font-weight: 700;\">{{ 'Régler le fond perdu' | trans({}, \"productTranslate\") }}</h4>
<ol style=\"text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;\">
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Etendez votre arrière-plan au-delà des lignes du fond perdu.' | trans({}, \"productTranslate\") }}</li>
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Ne mettez aucun texte ou graphique important en dehors des lignes du fond perdu.' | trans({}, \"productTranslate\") }}</li>
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Vérifiez chaque page que vous imprimez.' | trans({}, \"productTranslate\") }}</li>
</ol>
</div>
</div>
</div>
<div class=\"modal-footer\" style=\"display: block\">
<div class=\"btnVerificationModalMobile\" style=\"\">
<a class=\"btnVerificationModalMobile2\" data-dismiss=\"modal\" aria-label=\"Close\" href=\"#\" style=\"\">{{ \"J\\'ai compris\" | trans({}, \"productTranslate\") }}</a>
<a class=\"btnVerificationModalMobile1\" style=\"\" href=\"https://blog.copees.com/2021/09/28/les-traits-de-coupe-avec-fonds-perdus-quest-ce-que-cest/\" target=\"_blank\">{{ 'Nos conseils pour les fonds perdus' | trans({}, \"productTranslate\") }}</a>
</div>
</div>
</div>
</div>
</div>
{% else %}
<style>
header,.darkHeader {
background-color: #fff!important;
border-bottom: 1px solid #D9D9D9;
position: relative;
}
input#searchProductMenu {
width: 600px !important;
max-width: 600px;
border: 1px solid #D9D9D9;
border-radius: 10px;
}
</style>
{#desctop#}
<div class=\"productIndexOptionNewDescktop\" >
<div class=\"row\" id=\"productIndexOptionNew\">
<div class=\"col-12\" >
<p class=\"pLink\">
<span><a class=\"spanLink\" href=\"{{ path('accueil') }}\">Copees</a></span>
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\">
<path d=\"M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z\" fill=\"#323232\"/>
</svg>
</span>
<span ><a class=\"spanLink\" href=\"{{ path('besoin_produits') }}\">Communiquer</a></span>
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"6\" height=\"8\" viewBox=\"0 0 6 8\" fill=\"none\">
<path d=\"M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z\" fill=\"#323232\"/>
</svg>
</span>
<span class=\"spanLink2\">{{ product.getTypeProductName() }}</span>
</p>
</div>
<div class=\"leftBlock\" >
<div class=\"bx_select row_select_ca\">
<div class=\"d-flex selectProductNew\">
<div class=\"f_family\">
<a aria-controls=\"select_row_ca_add\" aria-expanded=\"false\" role=\"button\" href=\"#select_row_ca_add\" data-toggle=\"collapse\" class=\"btn btn-primary inputSelectProduct collapsed\">
<span style=\"padding:0px;display: inline;font-size: 18px;font-weight:400;\" id=\"titreProductSpan1\">
{% if cartDetail %}
{% if cartDetail.product.isColorLab %}
{% else %}{{ 'Impression' | trans({}, \"productTranslate\") }}
{% endif %}
{% else %}
{% if app.request.get('product') %}
{% set productById = getProductById(app.request.get('product')) %}
{% if productById and productById.isColorLab %}
{% else %}{{ 'Impression' | trans({}, \"productTranslate\") }}
{% endif%}
{% endif %}
{% endif %}
</span>
<span style=\"padding:0px;display: inline;font-size: 18px;font-weight:400;\" id=\"titreProduct\">{% if cartDetail %}{{ cartDetail.product.getTypeProductName() | trans({}, \"productTranslate\") }} {% else %}{% if app.request.get('product') %}{{ getNameProduct(app.request.get('product')) | trans({}, \"productTranslate\") }}{% endif %}{% endif %}</span>
</a>
<div class=\"collapse\" id=\"select_row_ca_add\" style=\"\">
<div class=\"row_select_ca02 row\">
<div class=\"col-12 pl-0 pr-0\">
<h3>{{ \"Créer & communiquer\" | trans({}, \"productTranslate\") |raw }}</h3>
<div class=\" bx_global_radio taille_full\" style=\"max-width: 100%;\">
{% for item in getProductsWithoutPapier() %}
<div class=\"taille tailleSelect\">
<input value=\"{{ item.id }}\" data-new-page=\"1\" data-url=\"{{ path('product_option') }}?product={{ item.id }}\" type=\"radio\" name=\"productOption\" class=\"select_ca_btn01\" id=\"cad{{ item.id }}\"{% if cartDetail and cartDetail.product.id == item.id %} checked=\"checked{% else %}{% if app.request.get('product') and app.request.get('product') == item.id %} checked=\"checked{% endif %}{% endif %}\">
<label for=\"cad{{ item.id }}\" class=\"block taille \">{{ item.titre | trans({}, \"productTranslate\") }}</label>
</div>
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class=\"col-12 p-0\">
<p class=\"lienSavoirPlusP mb-2\"><a href=\"{{ product.lienSavoirPlus }}\" {% if product.lienSavoirPlusIsExtern %} target=\"_blank\"{% endif %}>En savoir plus</a> </p>
</div>
<div class=\"row\">
<div class=\"col-md-12 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew1 }});\">
<p style=\"font-family: {{ product.titreBlocOptionProductPoliceNew1 }};font-size: {{ product.titreBlocOptionProductTailleNew1 }};color: {{ product.titreBlocOptionProductCouleurNew1 }};\">{{ product.titreBlocOptionProductNew1 }}</p>
<a style=\"font-family: {{ product.titreBtnBlocOptionProductPoliceNew1 }};font-size: {{ product.titreBtnBlocOptionProductTailleNew1 }};color: {{ product.titreBtnBlocOptionProductCouleurNew1 }}; background:{{ product.titreBtnBlocOptionProductCouleurBackgroundNew1 }};\" href=\"{{ product.linkBtnBlocOptionProductNew1 }}\" {% if product.linkBtnBlocOptionProductNew1IsExtern %} target=\"_blank\"{% endif %}>{{ product.titreBtnBlocOptionProductNew1 }}</a>
</div>
<div class=\"col-md-12 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew2 }});\">
<p style=\"font-family: {{ product.titreBlocOptionProductPoliceNew2 }};font-size: {{ product.titreBlocOptionProductTailleNew2 }};color: {{ product.titreBlocOptionProductCouleurNew2 }};\">{{ product.titreBlocOptionProductNew2 }}</p>
<a style=\"font-family: {{ product.titreBtnBlocOptionProductPoliceNew2 }};font-size: {{ product.titreBtnBlocOptionProductTailleNew2 }};color: {{ product.titreBtnBlocOptionProductCouleurNew2 }}; background:{{ product.titreBtnBlocOptionProductCouleurBackgroundNew2 }};\" href=\"{{ product.linkBtnBlocOptionProductNew2 }}\" {% if product.linkBtnBlocOptionProductNew2IsExtern %} target=\"_blank\"{% endif %}>{{ product.titreBtnBlocOptionProductNew2 }}</a>
</div>
<div class=\"col-md-6 imageProduitNewOption\" style=\"margin-right:12px;margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew3 }});\">
<p style=\"font-family: {{ product.titreBlocOptionProductPoliceNew3 }};font-size: {{ product.titreBlocOptionProductTailleNew3 }};color: {{ product.titreBlocOptionProductCouleurNew3 }};\">{{ product.titreBlocOptionProductNew3 }}</p>
<a style=\"font-family: {{ product.titreBtnBlocOptionProductPoliceNew3 }};font-size: {{ product.titreBtnBlocOptionProductTailleNew3 }};color: {{ product.titreBtnBlocOptionProductCouleurNew3 }}; background:{{ product.titreBtnBlocOptionProductCouleurBackgroundNew3 }};\" href=\"{{ product.linkBtnBlocOptionProductNew3 }}\" {% if product.linkBtnBlocOptionProductNew3IsExtern %} target=\"_blank\"{% endif %}>{{ product.titreBtnBlocOptionProductNew3 }}</a>
</div>
<div class=\"col-md-5 imageProduitNewOption\" style=\"margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew4 }});\">
<p style=\"font-family: {{ product.titreBlocOptionProductPoliceNew4 }};font-size: {{ product.titreBlocOptionProductTailleNew4 }};color: {{ product.titreBlocOptionProductCouleurNew4 }};\">{{ product.titreBlocOptionProductNew4 }}</p>
<a style=\"font-family: {{ product.titreBtnBlocOptionProductPoliceNew4 }};font-size: {{ product.titreBtnBlocOptionProductTailleNew4 }};color: {{ product.titreBtnBlocOptionProductCouleurNew4 }}; background:{{ product.titreBtnBlocOptionProductCouleurBackgroundNew4 }};\" href=\"{{ product.linkBtnBlocOptionProductNew4 }}\" {% if product.linkBtnBlocOptionProductNew4IsExtern %} target=\"_blank\"{% endif %}>{{ product.titreBtnBlocOptionProductNew4 }}</a>
</div>
</div>
<div id=\"optionsBloc1\">
</div>
<div class=\"row\">
<div class=\"col-md-12 besoinProduitNewOption\" style=\"\">
<p>Vous ne trouvez pas votre besoin ?</p>
<a href=\"{{ product.lienCDemandeDevis }}\" {% if product.lienCDemandeDevisIsExtern %} target=\"_blank\"{% endif %}>Demande de devis</a>
</div>
</div>
</div>
<div class=\" centerBlock\">
<div id=\"optionsBloc2\">
</div>
<div id=\"quantityBlocNew\" class=\"oghtml6\">
</div>
<div class=\"row_select_ca1 oghtml5\">
<div class=\"Comm_adress\">
<h3>{{ 'Votre adresse' | trans({}, \"productTranslate\") }}</h3>
<div role=\"group\" class=\"form-group\">
<input id=\"addresseLiv\" name=\"addresseLiv\" type=\"text\" class=\"form-control adresee-google-map\" placeholder=\" \"
{% if app.session.get('addresseAdresse') %} value=\"{{ app.session.get('addresseAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','adresse') }} {% endif %} >
<label for=\"addresseLiv\" class=\"d-block form-control-placeholder\"> {{ 'Commencez à saisir la première ligne de votre adresse' | trans({}, \"productTranslate\") }}</label>
<input type=\"hidden\" id=\"longLiv\" {% if app.session.get('longiAdresse') %} value=\"{{ app.session.get('longiAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','longi') }}{% endif %} name=\"longLiv\">
<input type=\"hidden\" id=\"latLiv\" {% if app.session.get('latAdresse') %} value=\"{{ app.session.get('latAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','lat') }}{% endif %} name=\"latLiv\">
<input type=\"hidden\" id=\"codePostalLiv\" {% if app.session.get('postalcodeAdresse') %} value=\"{{ app.session.get('postalcodeAdresse') }}\" {% else %} {{ _self.value(cart,'adresseLivraison','codePostal') }}{% endif %} name=\"codePostalLiv\">
<input type=\"hidden\" id=\"CountryLiv\" value=\"{% if app.session.get('CountryLiv') %}{{ app.session.get('CountryLiv') }}{% else %}{% if cart.adresseLivraison.country is defined %}{{ cart.adresseLivraison.country }}{% endif %}{% endif %}\" name=\"CountryLiv\">
<input type=\"hidden\" value=\"{% if app.session.get('CountryCodeLiv') %}{{ app.session.get('CountryCodeLiv') }}{% else %}{% if cart.adresseLivraison.countryCode is defined %}{{ cart.adresseLivraison.countryCode }}{% endif %}{% endif%}\" name=\"CountryCodeLiv\" id=\"CountryCodeLiv\">
<input type=\"hidden\" id=\"cityLiv\" {% if app.session.get('cityAdresse') %} value=\"{{ app.session.get('cityAdresse') }}\" {% else %}{{ _self.value(cart,'adresseLivraison','city') }}{% endif %} name=\"cityLiv\">
</div>
</div>
<div id=\"modeLivraison\">
</div>
{% if cartDetail.id is not defined %}
<div id=\"crelloButtons\" class=\"crelloButtonsBlock crelloButtonsNew\">
</div>
{% endif %}
{% if cartDetail %}
{% include 'front/product-option/productPreviewModal.html.twig' with {'isMobileInterface':isMobileInterface } %}
{% if cartDetail.product.typeProduct in [ constant('App\\\\Entity\\\\Product::PHOTOS')]%}
<div class=\"txt_selectca mb-2\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImportPhotos crelloBtnImportNow\" >{{ 'Vous pouvez changer votre crea' | trans({}, \"productTranslate\") }}</a></div>
{% else %}
{% if cartDetail.templateIdCrello %}
<div class=\"txt_selectca mb-2\" style=\"min-height: 43px;\"> <a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn\" >{{ 'Vous pouvez éditer votre création sur' | trans({}, \"productTranslate\") }} <img width=\"130px\" src=\"{{ asset('/images/ininfoselectF.svg') }}\" ></a></div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designType\" value=\"{{ cartDetail.productAttribute.format.designTypeCrello }}\">
<input type=\"hidden\" id=\"customDesignType\" value=\"{{ cartDetail.productAttribute.format.designTypeCustomCrello }}\">
<input type=\"hidden\" id=\"sideBarDesignType\" value=\"{{ cartDetail.productAttribute.format.designTypeSideBarCrello }}\">
{% elseif cartDetail.colorLabTokenProduct and cartDetail.colorLabIdProduct %}
<div class=\"txt_selectca\" style=\"min-height: 43px;\">
<a href=\"#\" style=\"color: #fff;\" class=\"crelloBtn\" >
{{ 'Vous pouvez éditer votre création sur' | trans({}, \"productTranslate\") }}
<svg viewBox=\"0 0 201 60\" xmlns=\"http://www.w3.org/2000/svg\" class=\"c-navbar__logo\" style=\" width: 95px;margin-left: 10px;\"><g fill-rule=\"nonzero\" fill=\"none\"><g id=\"shape\" fill-rule=\"nonzero\" fill=\"none\"><path id=\"shape-1\" d=\"M7.33 24.8A22.05 22.05 0 0 1 28.67 7.9c3.28 0 6.39.75 9.18 2.06a21.35 21.35 0 0 1 7.5 5.71c.69.79.56 2.02-.21 2.68-.78.65-1.97.57-2.67-.2a17.92 17.92 0 0 0-13.8-6.41c-8.86 0-16.43 6.4-17.9 15.13-.08.97-.9 1.75-1.88 1.75l-6.96-.04h-.21a1.92 1.92 0 0 1-1.68-2.1 29.2 29.2 0 0 1 9.59-18.2 28.7 28.7 0 0 1 40.87 2.67c.7.78.62 1.97-.16 2.67-.82.7-2 .62-2.7-.17a25.24 25.24 0 0 0-8.52-6.4 24.94 24.94 0 0 0-10.37-2.23A25.04 25.04 0 0 0 4.18 24.8h3.15Z\" fill=\"#E65545\" class=\"shape\"></path><path id=\"shape-2\" d=\"M40.02 20.07c.7.78.61 1.98-.17 2.67-.78.7-1.96.62-2.66-.16a11.4 11.4 0 0 0-3.8-2.88 11.3 11.3 0 0 0-15.53 7.48c-.3 1-1.32 1.6-2.34 1.36a1.95 1.95 0 0 1-1.35-2.3 14.94 14.94 0 0 1 14.58-11.3 15 15 0 0 1 6.19 1.31 15.2 15.2 0 0 1 5.08 3.82Z\" fill=\"#363D40\" class=\"shape\"></path><path id=\"shape-3\" d=\"M42.4 41.78a1.9 1.9 0 1 1 2.86 2.5 21.62 21.62 0 0 1-7.5 5.64 21.84 21.84 0 0 1-23.26-3.17A22.1 22.1 0 0 1 6.96 33.2c0-1.03.86-1.9 1.93-1.9h6.96c.33 0 .66.09.9.25.53.2.94.66 1.1 1.28a11.3 11.3 0 0 0 3.98 6.12 11.26 11.26 0 0 0 6.92 2.34c1.64 0 3.2-.37 4.63-.98a11.3 11.3 0 0 0 3.81-2.84 1.89 1.89 0 0 1 2.83 2.5 14.97 14.97 0 0 1-20.48 1.98 15.27 15.27 0 0 1-4.96-6.82l-3.32-.04c1.01 3.4 3 6.45 5.7 8.75A18.1 18.1 0 0 0 36.2 46.5c2.38-1.1 4.5-2.71 6.18-4.72h.02Z\" fill=\"#2A4B8C\" class=\"shape\"></path><path id=\"shape-4\" d=\"M47.63 46.59c.7-.78 1.89-.87 2.7-.2.79.69.87 1.88.17 2.66a28.8 28.8 0 0 1-40.92 2.67 29.05 29.05 0 0 1-9.54-18.2 1.9 1.9 0 1 1 3.77-.46 25.25 25.25 0 0 0 8.27 15.83 25.18 25.18 0 0 0 16.67 6.33c7.25 0 14.14-3.15 18.88-8.63Z\" fill=\"#1196D9\" class=\"shape\"></path></g><path id=\"text\" d=\"M144.54 30.97c.58-2.55 3.07-3.58 5.5-3.62 2.16-.08 2.49-2.47 1.01-3.2-.7-.34-1.96-.21-2.62-.09-1.43.2-2.74.74-3.85 1.69l-.12.08c-.02-.5-.22-1-.57-1.36-.66-.66-1.64-.57-2.3-.04-.45.37-.65.9-.65 1.48v15c0 .5.12 1.03.45 1.4.7.74 2.21.7 2.78-.12a2 2 0 0 0 .37-1.28v-9.94Zm-29.08 9.98V18.4c0-.2-.04-.41-.08-.58a1.75 1.75 0 0 0-2.87-.9 1.9 1.9 0 0 0-.57.9c-.04.17-.04.37-.04.58v22.56c-.06.58.17 1.15.61 1.52a1.8 1.8 0 0 0 2.34 0c.28-.24.45-.57.53-.94.04-.16.08-.37.08-.58v-.01ZM80.07 16.7c-1.97-.5-4-.62-6.02-.37-5.36.8-9.7 4.76-10.97 10.03-1.52 6.33 1.39 12.74 7.29 15.46a15.07 15.07 0 0 0 9.87.74 13.8 13.8 0 0 0 5.6-3.04c.17-.17.3-.3.38-.42.49-.7.45-1.52-.13-2.1a1.76 1.76 0 0 0-1.72-.53c-.4.09-.73.3-1.02.54a9.7 9.7 0 0 1-3.64 2.18c-2.46.78-5.41.7-7.79-.41-4.67-2.18-6.67-7.65-5.03-12.62a9.62 9.62 0 0 1 7.2-6.42c2.01-.37 4.3-.16 6.19.66.99.45 1.9 1.08 2.66 1.85l.45.33c.2.12.37.16.53.2.62.17 1.27 0 1.68-.4.45-.42.62-1.03.45-1.6 0-.17-.08-.3-.16-.46-.25-.37-.61-.7-.9-.99a12.99 12.99 0 0 0-4.92-2.63Zm22.94 11.84c1.8 1.64 2.34 3.54 2.09 5.92a6.25 6.25 0 0 1-1.43 3.33 6.04 6.04 0 0 1-8.6.45c-1.48-1.44-1.97-3.08-1.93-5.1a6 6 0 0 1 9.87-4.6Zm-12.2 9.9a9.95 9.95 0 0 0 4.13 3.79 10.56 10.56 0 0 0 8.85-.2 9.75 9.75 0 0 0 3.23-2.84 9.38 9.38 0 0 0 1.77-4.73 9.4 9.4 0 0 0-1.8-6.74c-3.65-4.6-10-5.35-14.38-1.44a9.5 9.5 0 0 0-3.07 6.2 9.76 9.76 0 0 0 1.26 5.97l.01-.01Zm94.4-12.49v-7.6c0-.58-.16-1.07-.57-1.44a1.85 1.85 0 0 0-2.37 0c-.41.37-.62.86-.62 1.44V40.9c0 .2.04.41.08.58.2.86.86 1.23 1.68 1.31.82-.08 1.44-.45 1.68-1.31.04-.25.08-.45.08-.7a8.59 8.59 0 0 0 3.98 2.06c2.41.4 4.5.12 6.63-1.16a9.94 9.94 0 0 0 2.79-2.91c1.82-3.2 1.9-7.09.24-10.36-1.3-2.22-2.95-3.7-5.49-4.4a9.07 9.07 0 0 0-6.22.62c-.74.4-1.23.78-1.89 1.31v.01Zm8.32 1.81c2.05 1.27 2.82 3.33 2.82 5.63-.04 1.81-.36 3.17-1.51 4.56-1 1.2-2.5 1.85-4.06 1.77a5.27 5.27 0 0 1-5.16-3.5 8.65 8.65 0 0 1-.16-5.09 5.8 5.8 0 0 1 2.05-3.08 5.78 5.78 0 0 1 6.02-.29ZM174 28.91a2 2 0 0 0-.38-.53c-1.76-1.77-5.49-1.4-7.25.04-.73.7-1.64.94-2.45.24-.45-.4-.66-.9-.54-1.52.2-1.19 1.8-2.1 2.83-2.55 3.15-1.35 7.45-1.06 9.83 1.11a7.36 7.36 0 0 1 2.05 4.32c.08.53.12 1.15.12 1.73v9.12c0 .2-.04.41-.08.58-.33 1.35-1.93 1.85-2.91.86-.2-.16-.33-.41-.45-.66a2.07 2.07 0 0 1-.08-.49 8.76 8.76 0 0 1-6.76 1.8 6.4 6.4 0 0 1-1.27-.32 5.09 5.09 0 0 1-2.05-1.2 5.74 5.74 0 0 1-1.64-6.08c1.15-3.37 4.3-4.4 7.5-4.23 1.51.04 2.99.33 4.1.5 0-.91-.09-1.9-.58-2.72h.01Zm.56 8.22v-2.3c-.86-.2-2-.37-3.19-.45-1.76-.08-4.59.04-5.04 2.14a2.65 2.65 0 0 0 1.85 3.04c2.13.7 5.12-.58 6.38-2.43Zm-42.51-8.59c1.76 1.64 2.3 3.54 2.05 5.96a6.13 6.13 0 0 1-1.44 3.29 6.04 6.04 0 0 1-8.6.45 6.52 6.52 0 0 1-1.88-5.1 6.3 6.3 0 0 1 2.09-4.6 6.05 6.05 0 0 1 7.78 0Zm-12.25 9.9a9.44 9.44 0 0 0 4.14 3.79c2.9 1.23 6.02 1.2 8.85-.2a9.58 9.58 0 0 0 5.04-7.56 9.58 9.58 0 0 0-1.85-6.71c-3.6-4.6-9.95-5.34-14.37-1.44a9.41 9.41 0 0 0-3.08 6.17c-.16 2.18.2 4.07 1.27 5.96v-.01Zm39.36 2.47V18.35c0-.25-.04-.41-.08-.62a1.48 1.48 0 0 0-.53-.86c-.66-.6-1.67-.6-2.33 0-.3.24-.5.53-.58.9-.04.17-.08.37-.08.58V40.9c0 .2.04.41.08.58.08.37.25.7.53.94.66.58 1.72.58 2.38 0 .25-.24.45-.57.53-.94.04-.17.08-.37.08-.58v.01Z\" fill=\"#363D40\"></path></g></svg>
</a>
</div>
<input type=\"hidden\" id=\"designUrl\" value=\"\">
<input type=\"hidden\" id=\"designColorLabTokenProduct\" value=\"{{ cartDetail.colorLabTokenProduct }}\">
<input type=\"hidden\" id=\"designColorLabIdProduct\" value=\"{{ cartDetail.colorLabIdProduct }}\">
{% else %}
<div class=\"txt_selectca\" style=\"\"> <a href=\"#\" style=\"\" class=\"crelloBtnImport crelloBtnImportNow\" >{{ 'Vous pouvez changer votre crea' | trans({}, \"productTranslate\") }}</a></div>
<input type=\"checkbox\" name=\"isFontBlanc\" class=\"hide\" checked=\"checked\" value=\"{{ cartDetail.mauvaisFormat }}\" id=\"isFontBlanc\">
<input type=\"file\" multiple id=\"fileDesign\" name=\"fileDesign[]\" style=\"display: none;\" accept=\"image/png, image/jpeg, image/jpg, application/pdf\" >
<input type=\"hidden\" id=\"fileDesignUrl\" value=\"{{ cartDetail.filePapier }}\">
<input type=\"hidden\" id=\"fileDesignFirstImage\" value=\"{{ cartDetail.filePapierFirstImage }}\">
{% endif %}
{% endif %}
{% endif %}
</div>
</div>
<div class=\" rightBlock\">
<div id=\"blockPanierNew\">
</div>
<div class=\"nousContacter\" style=\"margin-bottom: 34px;\">
<div id=\"nosLovesPrinter\">
</div>
<h3>Nous contacter</h3>
<div class=\"nousContacterContent\">
<a href=\"#\" data-toggle=\"modal\" data-target=\"#contactModal\" >
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\">
<g clip-path=\"url(#clip0_64_809)\">
<path d=\"M6.54 5C6.6 5.89 6.75 6.76 6.99 7.59L5.79 8.79C5.38 7.59 5.12 6.32 5.03 5H6.54ZM16.4 17.02C17.25 17.26 18.12 17.41 19 17.47V18.96C17.68 18.87 16.41 18.61 15.2 18.21L16.4 17.02ZM7.5 3H4C3.45 3 3 3.45 3 4C3 13.39 10.61 21 20 21C20.55 21 21 20.55 21 20V16.51C21 15.96 20.55 15.51 20 15.51C18.76 15.51 17.55 15.31 16.43 14.94C16.33 14.9 16.22 14.89 16.12 14.89C15.86 14.89 15.61 14.99 15.41 15.18L13.21 17.38C10.38 15.93 8.06 13.62 6.62 10.79L8.82 8.59C9.1 8.31 9.18 7.92 9.07 7.57C8.7 6.45 8.5 5.25 8.5 4C8.5 3.45 8.05 3 7.5 3Z\" fill=\"#303030\"/>
</g>
<defs>
<clipPath id=\"clip0_64_809\">
<rect width=\"24\" height=\"24\" fill=\"white\"/>
</clipPath>
</defs>
</svg>
</span>
<span>Par téléphone</span>
</a>
<a href=\"#\" id=\"contactChat\">
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\">
<path d=\"M13 2V9H3.17L2 10.17V2H13ZM14 0H1C0.45 0 0 0.45 0 1V15L4 11H14C14.55 11 15 10.55 15 10V1C15 0.45 14.55 0 14 0ZM19 4H17V13H4V15C4 15.55 4.45 16 5 16H16L20 20V5C20 4.45 19.55 4 19 4Z\" fill=\"#303030\"/>
</svg>
</span>
<span>Via notre chat</span>
</a>
<a href=\"{{ product.lienCalandlyOptionProduct }}\" {% if product.lienCalandlyOptionProductIsExtern %} target=\"_blank\"{% endif %} >
<span>
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"25\" height=\"24\" viewBox=\"0 0 25 24\" fill=\"none\">
<g clip-path=\"url(#clip0_64_815)\">
<path d=\"M21.5 12.22C21.5 6.73 17.24 3 12.5 3C7.81 3 3.5 6.65 3.5 12.28C2.9 12.62 2.5 13.26 2.5 14V16C2.5 17.1 3.4 18 4.5 18H5.5V11.9C5.5 8.03 8.63 4.9 12.5 4.9C16.37 4.9 19.5 8.03 19.5 11.9V19H11.5V21H19.5C20.6 21 21.5 20.1 21.5 19V17.78C22.09 17.47 22.5 16.86 22.5 16.14V13.84C22.5 13.14 22.09 12.53 21.5 12.22Z\" fill=\"#303030\"/>
<path d=\"M9.5 14C10.0523 14 10.5 13.5523 10.5 13C10.5 12.4477 10.0523 12 9.5 12C8.94772 12 8.5 12.4477 8.5 13C8.5 13.5523 8.94772 14 9.5 14Z\" fill=\"#303030\"/>
<path d=\"M15.5 14C16.0523 14 16.5 13.5523 16.5 13C16.5 12.4477 16.0523 12 15.5 12C14.9477 12 14.5 12.4477 14.5 13C14.5 13.5523 14.9477 14 15.5 14Z\" fill=\"#303030\"/>
<path d=\"M18.5 11.03C18.02 8.18 15.54 6 12.55 6C9.51997 6 6.25997 8.51 6.51997 12.45C8.98997 11.44 10.85 9.24 11.38 6.56C12.69 9.19 15.38 11 18.5 11.03Z\" fill=\"#303030\"/>
</g>
<defs>
<clipPath id=\"clip0_64_815\">
<rect width=\"24\" height=\"24\" fill=\"white\" transform=\"translate(0.5)\"/>
</clipPath>
</defs>
</svg>
</span>
<span>Prendre RDV avec un conseiller</span>
</a>
</div>
</div>
{#<div class=\"nosTips\">#}
{#<h3>Nos tips</h3>#}
{#<div class=\"nosTipsContent\">#}
{#{% if product.tipsProduct|length > 0 %}#}
{#{% for item in product.tipsProduct %}#}
{#<div class=\"nosTipsItem\">#}
{#<h4 class=\"nosTipsItemTitre\">#}
{#{{ item.titre }}#}
{#<a href=\"#\" class=\"nosTipsItemA\">#}
{#<svg class=\"vectorPlus activeVector\" xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\">#}
{#<path d=\"M11.25 6.75H6.75V11.25H5.25V6.75H0.75V5.25H5.25V0.75H6.75V5.25H11.25V6.75Z\" fill=\"#323232\"/>#}
{#</svg>#}
{#<svg class=\"vectorMoins\" style=\"margin-top: 5px;\" xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"2\" viewBox=\"0 0 12 2\" fill=\"none\">#}
{#<path d=\"M11.25 1.75H6.75H5.25H0.75V0.25H5.25H6.75H11.25V1.75Z\" fill=\"#323232\"/>#}
{#</svg>#}
{#</a>#}
{#</h4>#}
{#<div class=\"nosTipsItemDescription\" style=\"display: none;\">#}
{#{{ item.description|raw }}#}
{#</div>#}
{#</div>#}
{#{% endfor %}#}
{#{% endif %}#}
{#</div>#}
{#</div>#}
</div>
</div>
<div id=\"section2OptionNew\">
<div class=\"row\">
<div class=\"col-md-12\">
<h2 class=\"h2productIndexOptionNew\">Besoin d'un autre produit ?</h2>
</div>
</div>
<div class=\"row\" style=\"display: flex;justify-content: center;padding-bottom: 60px;\">
{% if product.recommendationProduct|length > 0 %}
{% for item in product.recommendationProduct %}
<div class=\"col-6 col-md-3 col-lg-2 col-xl-2\">
<div class=\"divProductImageCommande\">
{% if item.titre %} <span>{{ item.titre }}</span>{% endif %}
<a style=\"position: relative;\" class=\"new_option_product_a_img\" href=\"{{ item.link }}\">
<img class=\"\" src=\"{{ asset('imageSite/'~item.image) }}\">
</a>
</div>
</div>
{% endfor %}
{% endif %}
</div>
</div>
<div id=\"section3OptionNew\" style=\"background-image: url(/imageSite/{{ product.imageBloc1OptionProduct }});\">
<div class=\"section3OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection3\">{{ product.titreBloc1OptionProduct }}</h2>
<p>{{ product.descriptionBloc1OptionProduct|raw }}</p>
{% if product.titreBtnBloc1OptionProduct %}<a href=\"{{ product.linkBtnBloc1OptionProduct }}\" class=\"btnOptionNewBloc\">{{ product.titreBtnBloc1OptionProduct }}</a>{% endif %}
</div>
</div>
<div id=\"section4OptionNew\">
<div class=\"section4OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection4\">{{ product.titreBloc2OptionProduct }}</h2>
<p>{{ product.descriptionBloc2OptionProduct|raw }}</p>
<div class=\"\" style=\"text-align: center ;text-align: center;margin-top: 45px;\">
{% if product.titreBtnBloc2OptionProduct %}<a href=\"{{ product.linkBtnBloc2OptionProduct }}\" class=\"btnOptionNewBloc\">{{ product.titreBtnBloc2OptionProduct }}</a>{% endif %}
</div>
</div>
</div>
<div id=\"section3OptionNew\" style=\"background-image: url(/imageSite/{{ product.imageBloc3OptionProduct }});\">
<div class=\"section3OptionNewDiv\">
<h2 class=\"h2productIndexOptionNew h2productIndexOptionNewSection3\">{{ product.titreBloc3OptionProduct }}</h2>
<p>{{ product.descriptionBloc3OptionProduct|raw }}</p>
{% if product.titreBtnBloc3OptionProduct %}<a href=\"{{ product.linkBtnBloc3OptionProduct }}\" class=\"btnOptionNewBloc\">{{ product.titreBtnBloc3OptionProduct }}</a>{% endif %}
</div>
</div>
</div>
<div class=\"modal mdl1\" id=\"verificationModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-body\">
<div class=\"row\">
<div class=\"col-md-4\">
<h4 style=\"font-weight: 700;\">{{ 'Fond perdu' | trans({}, \"productTranslate\") }}</h4>
<p style=\"text-align: left;font-size: 14px;color: #6a6666; line-height: 20px;\">{{ \"Avec le fond perdu, vous êtes certain de ne pas retrouver de blancs sur votre design imprimé. Nous imprimons alors jusqu\\'au bord du papier ou de la carte.\" | trans({}, \"productTranslate\") }}</p>
<h4 style=\"font-weight: 700;\">{{ 'Régler le fond perdu' | trans({}, \"productTranslate\") }}</h4>
<ol style=\"text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;\">
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Etendez votre arrière-plan au-delà des lignes du fond perdu.' | trans({}, \"productTranslate\") }}</li>
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Ne mettez aucun texte ou graphique important en dehors des lignes du fond perdu.' | trans({}, \"productTranslate\") }}</li>
<li style=\"line-height: 20px;font-size: 14px;\">{{ 'Vérifiez chaque page que vous imprimez.' | trans({}, \"productTranslate\") }}</li>
</ol>
</div>
<div class=\"col-md-8\">
<img src=\"{{ asset('/images/carte_fond_perdu.png') }}\">
</div>
</div>
</div>
<div class=\"modal-footer\" style=\"display: block\">
<div class=\"mt-4\" style=\"display: flex;justify-content: space-evenly\">
<a class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\" href=\"#\" style=\"padding: 10px 60px;color: #000;font-size: 16px;background: #F2F3F5;border-radius: 7px;\">{{ \"J\\'ai compris\" | trans({}, \"productTranslate\") }}</a>
<a style=\"padding: 10px 60px;color: #000;font-size: 16px;background: #c7d0d8;border-radius: 7px;\" href=\"https://blog.copees.com/2021/09/28/les-traits-de-coupe-avec-fonds-perdus-quest-ce-que-cest/\" target=\"_blank\">{{ 'Nos conseils pour les fonds perdus' | trans({}, \"productTranslate\") }}</a>
</div>
</div>
</div>
</div>
</div>
{% include 'front/footer.html.twig' %}
{% endif %}
<div class=\"modal fade\" id=\"exampleModal01\" tabindex=\"-1\" role=\"dialog\" aria-labelledby=\"exampleModalLabel\"
style=\"display: none;\" aria-hidden=\"true\">
<div class=\"modal-dialog\" role=\"document\" style=\"margin-top: 4vw;\">
<div class=\"modal-content nb_des nb_des_extra\" style=\"border-radius: 0;\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<span aria-hidden=\"true\">×</span>
</button>
</div>
<div class=\"modal-body\" id=\"contentModalAddToCartCrello\">
</div>
</div>
</div>
</div>
<div class=\"modal mdlContact\" id=\"contactModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog\" style=\"margin-top: 6vw;\" role=\"document\">
<div class=\"modal-content\">
<div class=\"modal-header\">
<button type=\"button\" class=\"close\" data-dismiss=\"modal\" aria-label=\"Close\">
<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"30\" height=\"30\" viewBox=\"0 0 30 30\" fill=\"none\">
<rect width=\"30\" height=\"30\" rx=\"10\" fill=\"black\"/>
<path d=\"M22 9.41L20.59 8L15 13.59L9.41 8L8 9.41L13.59 15L8 20.59L9.41 22L15 16.41L20.59 22L22 20.59L16.41 15L22 9.41Z\" fill=\"white\"/>
</svg>
</button>
</div>
<div class=\"contactModalImage\" style=\"background-image: url(/imageSite/{{ product.imageBlocTelOptionProduct }} );\"></div>
<div class=\"modal-body\">
<div class=\"contactModalDescription\">
{{ product.descriptionBlocTelOptionProduct|raw }}
</div>
</div>
</div>
</div>
</div>
<div class=\"modal mdl1\" id=\"outOfStockModal\" tabindex=\"-1\" role=\"dialog\">
<div class=\"modal-dialog modal-lg\" style=\"margin-top: 3vw;\">
<div class=\"modal-content modalProduct modalProductAtributeStock\">
</div>
</div>
</div>
<div class=\"elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f\" data-elfsight-app-lazy></div>
<style>
.elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
display: none;
}
</style>
<script src=\"https://static.elfsight.com/platform/platform.js\" async></script>
<style>
footer {
padding-top: 0px;
margin-top: 0px;
}
.taille label {
padding: 0 12px;
}
.bloc_btn_crello {
margin-top: 40px;
background-color: #FDF18D;
color: #000;
min-height: 50px;
padding: 15px;
border-radius: 4px !important;
font-size: 14px;
}
.btnNoir{
color: #fff;
background-color: #000;
display: inline-block;
font-size: 12px;
padding: 15px 12px;
text-align: center;
}
.btnBlue{
color: #fff;
background-color: #5BAFF5;
display: inline-block;
font-size: 12px;
padding: 15px 12px;
text-align: center;
}
.mdl1 li::marker {
color: #6a6666;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
cursor: pointer;
background-color: #fff\\9;
background-color: #fff;
border: 1px solid #000;
border-radius: 10px;
}
.carousel-indicators .active {
width: 12px;
height: 12px;
margin: 0;
background-color: #000;
}
.menu_left {
flex: 0 0 34%;
max-width: 34%;
position: initial;
padding-left: 0;
text-align: left;
}
.menu_right {
flex: 0 0 66%;
max-width: 66%;
padding-right: 40px !important;
}
.tooltip-inner h2 {
font-family: AktivGrotesk-Medium;
font-size: 16px;
font-weight: 400;
line-height: 18.91px;
text-align: center;
margin-top: 8px;
border-bottom: 1px solid #fff;
margin-bottom: 14px;
}
.tooltip-inner{
background-color: #5268ff!important;
color: #fff!important;
box-shadow: 4px 4px 10px 0px #00000040!important;
border-radius: 10px!important;
max-width:400px!important
}
.tooltip-inner. p{
font-family: AktivGrotesk-Light !important;
font-size: 9px !important;
font-weight: 400 !important;
line-height: 10.3px !important;
text-align: left !important;
background-repeat: no-repeat;
background-image: url(/images/Vector_icone_new_acceuil.png);
padding-left: 40px;
background-position: 10px top;
padding-right: 10px;
}
</style>
{% endblock %}
{% block javascripts %}
{{ parent() }}
<script src=\"{{ app.request.scheme ~'://' ~ app.request.httpHost}}/assets/pdf.js\"></script>
<script>
// Loaded via <script> tag, create shortcut to access PDF.js exports.
var pdfjsLib = window['pdfjs-dist/build/pdf'];
// The workerSrc property shall be specified.
pdfjsLib.GlobalWorkerOptions.workerSrc = \"{{ app.request.scheme ~'://' ~ app.request.httpHost}}/assets/pdf.worker.js\";
</script>
<script src=\"https://maps.googleapis.com/maps/api/js?key={{ key_google_map }}&libraries=places\"></script>
<script src=\"https://create.vista.com/js/frame_v2.min.js\"></script>
<script src=\"https://designer.printlane.com/js/include.js\"></script>
<script>
var productRequest = '{% if app.request.get('product') %}{{ app.request.get('product') }}{% else %}0{% endif %}';
var formatRequest = '{% if app.request.get('format') %}{{ app.request.get('format') }}{% else %}0{% endif %}';
</script>
{{ encore_entry_script_tags('page_product_option') }}
{{ encore_entry_script_tags('product_option_viewer') }}
{{ encore_entry_script_tags('color_lab_product') }}
<script src=\"https://code.jquery.com/jquery-3.4.1.js\" integrity=\"sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU=\" crossorigin=\"anonymous\"></script>
{% endblock %}
", "front/product-option/new_index2.html.twig", "/home/preprodcopees/www/copees-sf/templates/front/product-option/new_index2.html.twig");
}
}