templates/front/product-option/new_index2.html.twig line 1

Open in your IDE?
  1. {% extends 'front/layout.html.twig' %}
  2. {% if product.metaTitle %}
  3.     {% block title %}
  4.         {{ product.metaTitle | trans({}, "pageCmsTranslate") }}
  5.     {% endblock %}
  6. {% endif %}
  7. {% if product.metaDescription %}
  8.     {% block metaDescription %}
  9.         <meta name="description" content="{{ product.metaDescription | trans({}, "pageCmsTranslate") }}">
  10.     {% endblock %}
  11. {% endif %}
  12. {% block googleTagManagerDataLayer %}
  13.     {% include 'google_tag.html.twig' with {'titlePage':'product option','categoryPage':'product-details','navigation_category1':'','navigation_category2':'','navigation_category3':'' }   %}
  14. {% endblock %}
  15. {% block stylesheets %}
  16.     <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simple-line-icons/2.5.5/css/simple-line-icons.min.css">
  17.     {{ encore_entry_link_tags('color_lab_product') }}
  18.     {{ parent() }}
  19. {% endblock %}
  20. {% macro value(cart,object,name) %}
  21.     {% if object %}
  22.         {% if cart|access(object) %}
  23.             {% set obj = cart|access(object) %}
  24.             value="{% if obj|access(name) %}{{ obj|access(name) }}{% endif %}"
  25.         {% else %}
  26.             value=""
  27.         {% endif %}
  28.     {% else %}
  29.         value="{% if cart|access(name) %}{{ cart|access(name) }}{% endif %}"
  30.     {% endif %}
  31. {% endmacro %}
  32. {% block body %}
  33.     {% include 'front/header.html.twig' %}
  34.     {% set currentPath = app.request.requesturi %}
  35.     <script>
  36.         var isMobile = "{{ app.request.get('isMobile') }}";
  37.         var str1 = '?';
  38.         var str2 = '{{ currentPath }}';
  39.         str2 = str2.replace(/&amp;/g, '&');
  40.         if(str2.indexOf('isMobile') != -1){
  41.             var str2 = str2.substring(0 ,str2.indexOf('isMobile') - 1);
  42.         }
  43.         var str3 = '?';
  44.         if(str2.indexOf(str1) != -1){
  45.             str3 = '&';
  46.         }
  47.         if($( window ).width() > 768 ) {
  48.             if(isMobile == '1'){
  49.                 window.location.replace(str2+str3+"isMobile=0");
  50.             }
  51.         }else {
  52.             if(isMobile != '1') {
  53.                 window.location.replace(str2+str3+"isMobile=1");
  54.             }
  55.         }
  56.     </script>
  57.     <input type="hidden" id="newPage" value="1">
  58.     <input type="hidden" id="designId" value="{% if cartDetail  %}{{ cartDetail.templateIdCrello }}{% endif %}">
  59.     <input type="hidden" name="tokenDetail" id="tokenDetail" value="{% if cartDetail  %}{{ cartDetail.token }}{% endif %}">
  60.     {% set productObject = null %}
  61.     {% if cartDetail and cartDetail.product %}
  62.         {% set productObject = cartDetail.product %}
  63.     {% elseif  app.request.get('product') %}
  64.          {% set productObject =  getProductById(app.request.get('product')) %}
  65.     {% endif %}
  66.     {% set isMobileInterface = false %}
  67.     {% if app.request.get('isMobile') == '1' %}
  68.         {#mobile#}
  69.         {% set isMobileInterface = true %}
  70.         <input type="hidden" value="1" id="isMobileInterface">
  71.         <div class="productIndexOptionNewMobile">
  72.             {% if cartDetail %}
  73.                 {% set idProduct = cartDetail.product.id %}
  74.             {% else %}
  75.                 {% if app.request.get('product') %}
  76.                     {% set idProduct = app.request.get('product') %}
  77.                 {% endif %}
  78.             {% endif %}
  79.             <input value="{{ idProduct }}" checked="checked" data-new-page="1" style="display: none" data-url="{{ path('product_option') }}?product={{ idProduct }}" type="radio" name="productOption" >
  80.             <div class="col-12 pl-0 pr-0 linkTitreFirstProduct" >
  81.                 <a href="{{ path('besoin_produits') }}" class="paddingMobileOptionProduct">
  82.                     <svg xmlns="http://www.w3.org/2000/svg" width="11" height="18" viewBox="0 0 11 18" fill="none">
  83.                         <path d="M9 2L2 9L9 16" stroke="#211E1D" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/>
  84.                     </svg>
  85.                     <span class="">{{ product.getTypeProductName() }}</span>
  86.                 </a>
  87.             </div>
  88.             {% set dataLivraisonArray2 = getDataLivraisonWithOrNotImprimeur() %}
  89.             <div class="blocLivraisonBesoinProduct">
  90.                 <div class="bloc1LivraisonBesoinProduct">
  91.                     <p style="display: flex;margin-bottom:0px">
  92.                     <span>
  93.                         đźš€
  94.                     </span>
  95.                         <span class="bloc1LivraisonBesoinProductText">
  96.                         {{ 'Commandez avant 17h, livrĂ© aujourd’hui chez vous !' | trans({}, "productTranslate") }}
  97.                     </span>
  98.                     </p>
  99.                 </div>
  100.                 {% if dataLivraisonArray2.addresse.addresseAdresse %}
  101.                     <div class="bloc2LivraisonBesoinProduct">
  102.                         <p style="">
  103.                         <span>
  104.                             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  105.                               <g clip-path="url(#clip0_39_1752)">
  106.                                 <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"/>
  107.                               </g>
  108.                               <defs>
  109.                                 <clipPath id="clip0_39_1752">
  110.                                   <rect width="24" height="24" fill="white"/>
  111.                                 </clipPath>
  112.                               </defs>
  113.                             </svg>
  114.                         </span>
  115.                             <span class="bloc1LivraisonBesoinProductText">
  116.                             {{ dataLivraisonArray2.addresse.addresseAdresse }}
  117.                         </span>
  118.                         </p>
  119.                         {% if dataLivraisonArray2.time %}
  120.                             <p style="border-top: 0.5px solid #DDD;">
  121.                                 <span>
  122.                                     <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  123.                                       <g clip-path="url(#clip0_39_1755)">
  124.                                         <path d="M7 2V13H10V22L17 10H13L17 2H7Z" fill="#323232"/>
  125.                                       </g>
  126.                                       <defs>
  127.                                         <clipPath id="clip0_39_1755">
  128.                                           <rect width="24" height="24" fill="white"/>
  129.                                         </clipPath>
  130.                                       </defs>
  131.                                     </svg>
  132.                                 </span>
  133.                                 <span class="bloc1LivraisonBesoinProductText">
  134.                                     Livraison {{ dataLivraisonArray2.time.day|lower  }} dĂ©s {{  dataLivraisonArray2.time.time|split(' ')[0] }}
  135.                                 </span>
  136.                             </p>
  137.                         {% endif %}
  138.                     </div>
  139.                 {% endif %}
  140.                 <div class="bloc3LivraisonBesoinProduct">
  141.                     <div class="bloc3LivraisonBesoinProductStr">
  142.                         <h4 class="mt-0">{{ 'Voici les options disponibles Ă  cette adresse' | trans({}, "productTranslate") }} :</h4>
  143.                         <div class="bloc3LivraisonBesoinProductStrDispo">
  144.                             {% if dataLivraisonArray2.dataLivraison is defined and dataLivraisonArray2.dataLivraison.imprimeurZoneChalandise %}
  145.                                 <p style="">
  146.                                 <span class="livStatusNew2Green">
  147.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  148.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  149.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  150.                                     </svg>
  151.                                 </span>
  152.                                     <span>Livraison 30 min</span>
  153.                                 </p>
  154.                             {% endif %}
  155.                             {% if dataLivraisonArray2.dataLivraison is defined and dataLivraisonArray2.dataLivraison.imprimeurPointRetrait %}
  156.                                 <p style="">
  157.                                 <span class="livStatusNew2Green">
  158.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  159.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  160.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  161.                                     </svg>
  162.                                 </span>
  163.                                     <span>Point retrait 1h</span>
  164.                                 </p>
  165.                             {% endif %}
  166.                             {% if dataLivraisonArray2.dataLivraison is defined and (dataLivraisonArray2.dataLivraison.imprimeurLivraisonNationalJ5 or dataLivraisonArray2.dataLivraison.imprimeurLivraisonNational) %}
  167.                                 <p style="">
  168.                                 <span class="livStatusNew2Green">
  169.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  170.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  171.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  172.                                     </svg>
  173.                                 </span>
  174.                                     <span>Livraison 48h/J+5</span>
  175.                                 </p>
  176.                             {% endif %}
  177.                         </div>
  178.                     </div>
  179.                 </div>
  180.                 <div class="bloc4LivraisonBesoinProduct">
  181.                     <a class="ratingListeBtnAccueil" style="">
  182.                         {% set ratingCopeesTab = getRatingCopeesTab() %}
  183.                         <span>4.6</span>
  184.                         {#<span>{% if ratingCopeesTab.rating is defined %}{{ getRatingCopees() }}{% endif %}</span>#}
  185.                         <span class="etoileGoogle">
  186.                             <svg xmlns="http://www.w3.org/2000/svg" width="80" height="20" viewBox="0 0 100 20" fill="none">
  187.                                 <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"/>
  188.                                 <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"/>
  189.                                 <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"/>
  190.                                 <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"/>
  191.                                 <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"/>
  192.                                 <mask id="mask0_3_61" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="80" y="0" width="10" height="20">
  193.                                 <rect x="80" width="10" height="20" fill="#D9D9D9"/>
  194.                                 </mask>
  195.                                 <g mask="url(#mask0_3_61)">
  196.                                 <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"/>
  197.                                 </g>
  198.                             </svg>
  199.                         </span>
  200.                         sur
  201.                         <span style="vertical-align: middle;">
  202.                         <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  203.                             <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>
  204.                             <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>
  205.                             <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>
  206.                             <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>
  207.                         </svg>
  208.                     </span>
  209.                     </a>
  210.                 </div>
  211.             </div>
  212.             <div class="col-12 paddingMobileOptionProduct" >
  213.                 <h3 class="productTitreMobile">{{ product.productTitreMobile|trans({}, "productTranslate") }}</h3>
  214.             </div>
  215.             <div class="col-12">
  216.                 <div class="imageOptionProductMobile">
  217.                     <div id="custCarousel" class="carousel slide" data-ride="carousel" align="center">
  218.                         <div class="carousel-inner">
  219.                             {% for item in product.productImageMobile %}
  220.                                 <div class="carousel-item {% if loop.first %}active{% endif %}">
  221.                                     <img src="{{ asset('imageSite/'~item.image) }}" alt="Hills">
  222.                                 </div>
  223.                             {% endfor %}
  224.                         </div>
  225.                         <ol class="carousel-indicators list-inline">
  226.                             {% for item in product.productImageMobile %}
  227.                                 <li class="list-inline-item {% if loop.first %}active{% endif %}">
  228.                                     <a id="carousel-selector-0"{% if loop.first %}class="selected" {% endif %}  data-slide-to="{{ loop.index0 }}" data-target="#custCarousel">
  229.                                         <img src="{{ asset('imageSite/'~item.image) }}" class="img-fluid">
  230.                                     </a>
  231.                                 </li>
  232.                             {% endfor %}
  233.                         </ol>
  234.                     </div>
  235.                 </div>
  236.             </div>
  237.             <div id="optionsBlocMobile" class="paddingMobileOptionProduct">
  238.             </div>
  239.             <div id="quantityBlocNew" class="paddingMobileOptionProduct">
  240.             </div>
  241.             <div id="optionsBlocDescriptionMobile" class="paddingMobileOptionProduct">
  242.                 <div id="nosLovesPrinter">
  243.                 </div>
  244.             </div>
  245.             <div class="paddingMobileOptionProduct row_select_ca1 oghtml5">
  246.                 <div class="Comm_adress">
  247.                     <h3>{{ 'Votre adresse' | trans({}, "productTranslate") }}</h3>
  248.                     <div role="group" class="form-group">
  249.                         <input id="addresseLiv" name="addresseLiv" type="text" class="form-control adresee-google-map" placeholder=" "
  250.                                 {% if app.session.get('addresseAdresse') %} value="{{ app.session.get('addresseAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','adresse') }} {% endif %} >
  251.                         <label for="addresseLiv" class="d-block form-control-placeholder"> {{ 'Commencez Ă  saisir la première ligne de votre adresse' | trans({}, "productTranslate") }}</label>
  252.                         <input type="hidden" id="longLiv"  {% if app.session.get('longiAdresse') %} value="{{ app.session.get('longiAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','longi') }}{% endif %} name="longLiv">
  253.                         <input type="hidden" id="latLiv" {% if app.session.get('latAdresse') %} value="{{ app.session.get('latAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','lat') }}{% endif %} name="latLiv">
  254.                         <input type="hidden" id="codePostalLiv" {% if app.session.get('postalcodeAdresse') %} value="{{ app.session.get('postalcodeAdresse') }}" {% else %} {{ _self.value(cart,'adresseLivraison','codePostal') }}{% endif %} name="codePostalLiv">
  255.                         <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">
  256.                         <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">
  257.                         <input type="hidden" id="cityLiv" {% if app.session.get('cityAdresse') %} value="{{ app.session.get('cityAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','city') }}{% endif %} name="cityLiv">
  258.                     </div>
  259.                 </div>
  260.                 <div id="modeLivraison">
  261.                 </div>
  262.                 {% if cartDetail.id is not defined  %}
  263.                     <div id="crelloButtons" class="crelloButtonsBlock crelloButtonsNew">
  264.                     </div>
  265.                 {% endif %}
  266.                 {% if cartDetail  %}
  267.                     {% include 'front/product-option/productPreviewModal.html.twig'  with {'isMobileInterface':isMobileInterface } %}
  268.                     {% if cartDetail.product.typeProduct  in [ constant('App\\Entity\\Product::PHOTOS')]%}
  269.                         <div class="txt_selectca mb-2" style=""> <a href="#" style="" class="crelloBtnImportPhotos crelloBtnImportNow" >{{ 'Vous pouvez changer votre crea' | trans({}, "productTranslate") }}</a></div>
  270.                     {% else %}
  271.                         {% if cartDetail.templateIdCrello  %}
  272.                             <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>
  273.                             <input type="hidden" id="designUrl" value="">
  274.                             <input type="hidden" id="designType" value="{{ cartDetail.productAttribute.format.designTypeCrello }}">
  275.                             <input type="hidden" id="customDesignType" value="{{ cartDetail.productAttribute.format.designTypeCustomCrello }}">
  276.                             <input type="hidden" id="sideBarDesignType" value="{{ cartDetail.productAttribute.format.designTypeSideBarCrello }}">
  277.                         {% elseif cartDetail.colorLabTokenProduct and cartDetail.colorLabIdProduct %}
  278.                             <div class="txt_selectca" style="min-height: 43px;">
  279.                                 <a href="#" style="color: #fff;" class="crelloBtn btnMobileImport" >
  280.                                     {{ 'Vous pouvez Ă©diter votre crĂ©ation sur' | trans({}, "productTranslate") }}
  281.                                     <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>
  282.                                 </a>
  283.                             </div>
  284.                             <input type="hidden" id="designUrl" value="">
  285.                             <input type="hidden" id="designColorLabTokenProduct" value="{{ cartDetail.colorLabTokenProduct }}">
  286.                             <input type="hidden" id="designColorLabIdProduct" value="{{ cartDetail.colorLabIdProduct }}">
  287.                         {% else %}
  288.                             <div class="txt_selectca" style=""> <a href="#" style="" class="crelloBtnImport crelloBtnImportNow btnMobileImport" >{{ 'Vous pouvez changer votre crea' | trans({}, "productTranslate") }}</a></div>
  289.                             <input type="checkbox" name="isFontBlanc" class="hide" checked="checked" value="{{ cartDetail.mauvaisFormat }}" id="isFontBlanc">
  290.                             <input type="file" multiple id="fileDesign" name="fileDesign[]" style="display: none;"  accept="image/png, image/jpeg, image/jpg, application/pdf" >
  291.                             <input type="hidden" id="fileDesignUrl" value="{{ cartDetail.filePapier }}">
  292.                             <input type="hidden" id="fileDesignFirstImage" value="{{ cartDetail.filePapierFirstImage }}">
  293.                         {% endif %}
  294.                     {% endif %}
  295.                 {% endif %}
  296.             </div>
  297.             <div class="mt-3 text-center" {% if cartDetail.id is defined %}id="addToCartCrelloCartDetailMobile"{% endif %}>
  298.                 <a href="#" class="btnNoir pl-5 pr-5" id="addToCartCrello" style="{% if cartDetail.id is not defined %}display:none;{% endif %}">{{ 'Continuer' | trans({}, "productTranslate") }}</a>
  299.             </div>
  300.             <div id="blockMarginBottom"></div>
  301.             <div id="blockDetailMobile">
  302.             </div>
  303.         </div>
  304.         <div class="modal mdl1 verificationModalMobile"  id="verificationModal" tabindex="-1" role="dialog">
  305.             <div class="modal-dialog" style="margin-top: 6vw;" role="document">
  306.                 <div class="modal-content">
  307.                     <div class="modal-body">
  308.                         <div class="row">
  309.                             <div class="col-md-8 pb-3">
  310.                                 <img src="{{ asset('/images/carte_fond_perdu.png') }}">
  311.                             </div>
  312.                             <div class="col-md-4">
  313.                                 <h4 style="font-weight: 700;">{{ 'Fond perdu' | trans({}, "productTranslate") }}</h4>
  314.                                 <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>
  315.                                 <h4 style="font-weight: 700;">{{ 'RĂ©gler le fond perdu' | trans({}, "productTranslate") }}</h4>
  316.                                 <ol style="text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;">
  317.                                     <li style="line-height: 20px;font-size: 14px;">{{ 'Etendez votre arrière-plan au-delĂ  des lignes du fond perdu.' | trans({}, "productTranslate") }}</li>
  318.                                     <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>
  319.                                     <li style="line-height: 20px;font-size: 14px;">{{ 'VĂ©rifiez chaque page que vous imprimez.' | trans({}, "productTranslate") }}</li>
  320.                                 </ol>
  321.                             </div>
  322.                         </div>
  323.                     </div>
  324.                     <div class="modal-footer" style="display: block">
  325.                         <div class="btnVerificationModalMobile" style="">
  326.                             <a class="btnVerificationModalMobile2" data-dismiss="modal" aria-label="Close" href="#" style="">{{ "J\'ai compris" | trans({}, "productTranslate") }}</a>
  327.                             <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>
  328.                         </div>
  329.                     </div>
  330.                 </div>
  331.             </div>
  332.         </div>
  333.     {% else %}
  334.         <style>
  335.             header,.darkHeader {
  336.                 background-color: #fff!important;
  337.                 border-bottom: 1px solid #D9D9D9;
  338.                 position: relative;
  339.             }
  340.             input#searchProductMenu {
  341.                 width: 600px !important;
  342.                 max-width: 600px;
  343.                 border: 1px solid #D9D9D9;
  344.                 border-radius: 10px;
  345.             }
  346.         </style>
  347.         {#desctop#}
  348.         <div class="productIndexOptionNewDescktop" >
  349.             <div class="row" id="productIndexOptionNew">
  350.                 <div class="col-12" >
  351.                     <p class="pLink">
  352.                         <span><a class="spanLink" href="{{ path('accueil') }}">Copees</a></span>
  353.                         <span>
  354.                     <svg xmlns="http://www.w3.org/2000/svg" width="6" height="8" viewBox="0 0 6 8" fill="none">
  355.                         <path d="M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z" fill="#323232"/>
  356.                     </svg>
  357.                 </span>
  358.                         <span ><a class="spanLink" href="{{ path('besoin_produits') }}">Communiquer</a></span>
  359.                         <span>
  360.                     <svg xmlns="http://www.w3.org/2000/svg" width="6" height="8" viewBox="0 0 6 8" fill="none">
  361.                         <path d="M0.726562 7.06L3.7799 4L0.726562 0.94L1.66656 0L5.66656 4L1.66656 8L0.726562 7.06Z" fill="#323232"/>
  362.                     </svg>
  363.                 </span>
  364.                         <span class="spanLink2">{{ product.getTypeProductName() }}</span>
  365.                     </p>
  366.                 </div>
  367.                 <div class="leftBlock" >
  368.                     <div class="bx_select row_select_ca">
  369.                         <div class="d-flex selectProductNew">
  370.                             <div class="f_family">
  371.                                 <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">
  372.                            <span style="padding:0px;display: inline;font-size: 18px;font-weight:400;" id="titreProductSpan1">
  373.                                {% if cartDetail  %}
  374.                                    {% if cartDetail.product.isColorLab %}
  375.                                    {% else %}{{ 'Impression' | trans({}, "productTranslate") }}
  376.                                    {% endif %}
  377.                                {% else %}
  378.                                    {% if app.request.get('product') %}
  379.                                        {% set productById = getProductById(app.request.get('product')) %}
  380.                                        {% if productById  and productById.isColorLab %}
  381.                                        {% else %}{{ 'Impression' | trans({}, "productTranslate") }}
  382.                                        {% endif%}
  383.                                    {% endif %}
  384.                                {% endif %}
  385.                            </span>
  386.                                     <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>
  387.                                 </a>
  388.                                 <div class="collapse" id="select_row_ca_add" style="">
  389.                                     <div class="row_select_ca02 row">
  390.                                         <div class="col-12 pl-0 pr-0">
  391.                                             <h3>{{ "CrĂ©er & communiquer" | trans({}, "productTranslate") |raw }}</h3>
  392.                                             <div class=" bx_global_radio taille_full" style="max-width: 100%;">
  393.                                                 {% for item in getProductsWithoutPapier() %}
  394.                                                     <div class="taille tailleSelect">
  395.                                                         <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 %}">
  396.                                                         <label for="cad{{ item.id }}" class="block taille ">{{ item.titre | trans({}, "productTranslate") }}</label>
  397.                                                     </div>
  398.                                                 {% endfor %}
  399.                                             </div>
  400.                                         </div>
  401.                                     </div>
  402.                                 </div>
  403.                             </div>
  404.                         </div>
  405.                     </div>
  406.                     <div class="col-12 p-0">
  407.                         <p class="lienSavoirPlusP mb-2"><a href="{{ product.lienSavoirPlus }}"  {% if product.lienSavoirPlusIsExtern %} target="_blank"{% endif %}>En savoir plus</a> </p>
  408.                     </div>
  409.                     <div class="row">
  410.                         <div class="col-md-12 imageProduitNewOption"  style="margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew1 }});">
  411.                             <p style="font-family: {{ product.titreBlocOptionProductPoliceNew1 }};font-size: {{ product.titreBlocOptionProductTailleNew1 }};color: {{ product.titreBlocOptionProductCouleurNew1 }};">{{ product.titreBlocOptionProductNew1 }}</p>
  412.                             <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>
  413.                         </div>
  414.                         <div class="col-md-12 imageProduitNewOption"  style="margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew2 }});">
  415.                             <p style="font-family: {{ product.titreBlocOptionProductPoliceNew2 }};font-size: {{ product.titreBlocOptionProductTailleNew2 }};color: {{ product.titreBlocOptionProductCouleurNew2 }};">{{ product.titreBlocOptionProductNew2 }}</p>
  416.                             <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>
  417.                         </div>
  418.                         <div class="col-md-6 imageProduitNewOption"  style="margin-right:12px;margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew3 }});">
  419.                             <p style="font-family: {{ product.titreBlocOptionProductPoliceNew3 }};font-size: {{ product.titreBlocOptionProductTailleNew3 }};color: {{ product.titreBlocOptionProductCouleurNew3 }};">{{ product.titreBlocOptionProductNew3 }}</p>
  420.                             <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>
  421.                         </div>
  422.                         <div class="col-md-5 imageProduitNewOption"  style="margin-bottom:12px;background-image: url(/imageSite/{{ product.imageBlocOptionProductNew4 }});">
  423.                             <p style="font-family: {{ product.titreBlocOptionProductPoliceNew4 }};font-size: {{ product.titreBlocOptionProductTailleNew4 }};color: {{ product.titreBlocOptionProductCouleurNew4 }};">{{ product.titreBlocOptionProductNew4 }}</p>
  424.                             <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>
  425.                         </div>
  426.                     </div>
  427.                     <div id="optionsBloc1">
  428.                     </div>
  429.                     <div class="row">
  430.                         <div class="col-md-12 besoinProduitNewOption"  style="">
  431.                             <p>Vous ne trouvez pas votre besoin ?</p>
  432.                             <a href="{{ product.lienCDemandeDevis }}" {% if product.lienCDemandeDevisIsExtern %} target="_blank"{% endif %}>Demande de devis</a>
  433.                         </div>
  434.                     </div>
  435.                 </div>
  436.                 <div class=" centerBlock">
  437.                     <div id="optionsBloc2">
  438.                     </div>
  439.                     <div id="quantityBlocNew" class="oghtml6">
  440.                     </div>
  441.                     <div class="row_select_ca1 oghtml5">
  442.                         <div class="Comm_adress">
  443.                             <h3>{{ 'Votre adresse' | trans({}, "productTranslate") }}</h3>
  444.                             <div role="group" class="form-group">
  445.                                 <input id="addresseLiv" name="addresseLiv" type="text" class="form-control adresee-google-map" placeholder=" "
  446.                                         {% if app.session.get('addresseAdresse') %} value="{{ app.session.get('addresseAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','adresse') }} {% endif %} >
  447.                                 <label for="addresseLiv" class="d-block form-control-placeholder"> {{ 'Commencez Ă  saisir la première ligne de votre adresse' | trans({}, "productTranslate") }}</label>
  448.                                 <input type="hidden" id="longLiv"  {% if app.session.get('longiAdresse') %} value="{{ app.session.get('longiAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','longi') }}{% endif %} name="longLiv">
  449.                                 <input type="hidden" id="latLiv" {% if app.session.get('latAdresse') %} value="{{ app.session.get('latAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','lat') }}{% endif %} name="latLiv">
  450.                                 <input type="hidden" id="codePostalLiv" {% if app.session.get('postalcodeAdresse') %} value="{{ app.session.get('postalcodeAdresse') }}" {% else %} {{ _self.value(cart,'adresseLivraison','codePostal') }}{% endif %} name="codePostalLiv">
  451.                                 <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">
  452.                                 <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">
  453.                                 <input type="hidden" id="cityLiv" {% if app.session.get('cityAdresse') %} value="{{ app.session.get('cityAdresse') }}" {% else %}{{ _self.value(cart,'adresseLivraison','city') }}{% endif %} name="cityLiv">
  454.                             </div>
  455.                         </div>
  456.                         <div id="modeLivraison">
  457.                         </div>
  458.                         {% if cartDetail.id is not defined  %}
  459.                             <div id="crelloButtons" class="crelloButtonsBlock crelloButtonsNew">
  460.                             </div>
  461.                         {% endif %}
  462.                         {% if cartDetail  %}
  463.                             {% include 'front/product-option/productPreviewModal.html.twig'  with {'isMobileInterface':isMobileInterface } %}
  464.                             {% if cartDetail.product.typeProduct  in [ constant('App\\Entity\\Product::PHOTOS')]%}
  465.                                 <div class="txt_selectca mb-2" style=""> <a href="#" style="" class="crelloBtnImportPhotos crelloBtnImportNow" >{{ 'Vous pouvez changer votre crea' | trans({}, "productTranslate") }}</a></div>
  466.                             {% else %}
  467.                                 {% if cartDetail.templateIdCrello  %}
  468.                                     <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>
  469.                                     <input type="hidden" id="designUrl" value="">
  470.                                     <input type="hidden" id="designType" value="{{ cartDetail.productAttribute.format.designTypeCrello }}">
  471.                                     <input type="hidden" id="customDesignType" value="{{ cartDetail.productAttribute.format.designTypeCustomCrello }}">
  472.                                     <input type="hidden" id="sideBarDesignType" value="{{ cartDetail.productAttribute.format.designTypeSideBarCrello }}">
  473.                                 {% elseif cartDetail.colorLabTokenProduct and cartDetail.colorLabIdProduct %}
  474.                                     <div class="txt_selectca" style="min-height: 43px;">
  475.                                         <a href="#" style="color: #fff;" class="crelloBtn" >
  476.                                             {{ 'Vous pouvez Ă©diter votre crĂ©ation sur' | trans({}, "productTranslate") }}
  477.                                             <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>
  478.                                         </a>
  479.                                     </div>
  480.                                     <input type="hidden" id="designUrl" value="">
  481.                                     <input type="hidden" id="designColorLabTokenProduct" value="{{ cartDetail.colorLabTokenProduct }}">
  482.                                     <input type="hidden" id="designColorLabIdProduct" value="{{ cartDetail.colorLabIdProduct }}">
  483.                                 {% else %}
  484.                                     <div class="txt_selectca" style=""> <a href="#" style="" class="crelloBtnImport crelloBtnImportNow" >{{ 'Vous pouvez changer votre crea' | trans({}, "productTranslate") }}</a></div>
  485.                                     <input type="checkbox" name="isFontBlanc" class="hide" checked="checked" value="{{ cartDetail.mauvaisFormat }}" id="isFontBlanc">
  486.                                     <input type="file" multiple id="fileDesign" name="fileDesign[]" style="display: none;"  accept="image/png, image/jpeg, image/jpg, application/pdf" >
  487.                                     <input type="hidden" id="fileDesignUrl" value="{{ cartDetail.filePapier }}">
  488.                                     <input type="hidden" id="fileDesignFirstImage" value="{{ cartDetail.filePapierFirstImage }}">
  489.                                 {% endif %}
  490.                             {% endif %}
  491.                         {% endif %}
  492.                     </div>
  493.                 </div>
  494.                 <div class=" rightBlock">
  495.                     <div id="blockPanierNew">
  496.                     </div>
  497.                     <div class="nousContacter" style="margin-bottom: 34px;">
  498.                         <div id="nosLovesPrinter">
  499.                         </div>
  500.                         <h3>Nous contacter</h3>
  501.                         <div class="nousContacterContent">
  502.                             <a href="#"  data-toggle="modal" data-target="#contactModal" >
  503.                         <span>
  504.                             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  505.                                 <g clip-path="url(#clip0_64_809)">
  506.                                 <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"/>
  507.                                 </g>
  508.                                 <defs>
  509.                                 <clipPath id="clip0_64_809">
  510.                                 <rect width="24" height="24" fill="white"/>
  511.                                 </clipPath>
  512.                                 </defs>
  513.                             </svg>
  514.                         </span>
  515.                                 <span>Par tĂ©lĂ©phone</span>
  516.                             </a>
  517.                             <a href="#" id="contactChat">
  518.                         <span>
  519.                             <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  520.                                <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"/>
  521.                             </svg>
  522.                         </span>
  523.                                 <span>Via notre chat</span>
  524.                             </a>
  525.                             <a href="{{ product.lienCalandlyOptionProduct }}"  {% if product.lienCalandlyOptionProductIsExtern %} target="_blank"{% endif %} >
  526.                                 <span>
  527.                                     <svg xmlns="http://www.w3.org/2000/svg" width="25" height="24" viewBox="0 0 25 24" fill="none">
  528.                                         <g clip-path="url(#clip0_64_815)">
  529.                                         <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"/>
  530.                                         <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"/>
  531.                                         <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"/>
  532.                                         <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"/>
  533.                                         </g>
  534.                                         <defs>
  535.                                         <clipPath id="clip0_64_815">
  536.                                         <rect width="24" height="24" fill="white" transform="translate(0.5)"/>
  537.                                         </clipPath>
  538.                                         </defs>
  539.                                     </svg>
  540.                                 </span>
  541.                                 <span>Prendre RDV avec un conseiller</span>
  542.                             </a>
  543.                         </div>
  544.                     </div>
  545.                     {#<div class="nosTips">#}
  546.                         {#<h3>Nos tips</h3>#}
  547.                         {#<div class="nosTipsContent">#}
  548.                             {#{% if product.tipsProduct|length > 0 %}#}
  549.                                 {#{% for item in product.tipsProduct %}#}
  550.                                     {#<div class="nosTipsItem">#}
  551.                                         {#<h4 class="nosTipsItemTitre">#}
  552.                                             {#{{ item.titre }}#}
  553.                                             {#<a href="#" class="nosTipsItemA">#}
  554.                                                 {#<svg class="vectorPlus activeVector" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none">#}
  555.                                                     {#<path d="M11.25 6.75H6.75V11.25H5.25V6.75H0.75V5.25H5.25V0.75H6.75V5.25H11.25V6.75Z" fill="#323232"/>#}
  556.                                                 {#</svg>#}
  557.                                                 {#<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">#}
  558.                                                     {#<path d="M11.25 1.75H6.75H5.25H0.75V0.25H5.25H6.75H11.25V1.75Z" fill="#323232"/>#}
  559.                                                 {#</svg>#}
  560.                                             {#</a>#}
  561.                                         {#</h4>#}
  562.                                         {#<div  class="nosTipsItemDescription" style="display: none;">#}
  563.                                             {#{{ item.description|raw }}#}
  564.                                         {#</div>#}
  565.                                     {#</div>#}
  566.                                 {#{% endfor %}#}
  567.                             {#{% endif %}#}
  568.                         {#</div>#}
  569.                     {#</div>#}
  570.                 </div>
  571.             </div>
  572.             <div  id="section2OptionNew">
  573.                 <div class="row">
  574.                     <div class="col-md-12">
  575.                         <h2 class="h2productIndexOptionNew">Besoin d'un autre produit ?</h2>
  576.                     </div>
  577.                 </div>
  578.                 <div class="row" style="display: flex;justify-content: center;padding-bottom: 60px;">
  579.                     {% if product.recommendationProduct|length > 0 %}
  580.                         {% for item in  product.recommendationProduct %}
  581.                             <div class="col-6 col-md-3 col-lg-2 col-xl-2">
  582.                                 <div class="divProductImageCommande">
  583.                                     {% if item.titre %} <span>{{ item.titre }}</span>{% endif %}
  584.                                     <a style="position: relative;" class="new_option_product_a_img" href="{{ item.link }}">
  585.                                         <img class="" src="{{ asset('imageSite/'~item.image) }}">
  586.                                     </a>
  587.                                 </div>
  588.                             </div>
  589.                         {% endfor %}
  590.                     {% endif %}
  591.                 </div>
  592.             </div>
  593.             <div  id="section3OptionNew" style="background-image: url(/imageSite/{{ product.imageBloc1OptionProduct }});">
  594.                 <div class="section3OptionNewDiv">
  595.                     <h2 class="h2productIndexOptionNew h2productIndexOptionNewSection3">{{ product.titreBloc1OptionProduct }}</h2>
  596.                     <p>{{ product.descriptionBloc1OptionProduct|raw }}</p>
  597.                     {% if product.titreBtnBloc1OptionProduct %}<a href="{{ product.linkBtnBloc1OptionProduct }}" class="btnOptionNewBloc">{{ product.titreBtnBloc1OptionProduct }}</a>{% endif %}
  598.                 </div>
  599.             </div>
  600.             <div  id="section4OptionNew">
  601.                 <div class="section4OptionNewDiv">
  602.                     <h2 class="h2productIndexOptionNew h2productIndexOptionNewSection4">{{ product.titreBloc2OptionProduct }}</h2>
  603.                     <p>{{ product.descriptionBloc2OptionProduct|raw }}</p>
  604.                     <div class="" style="text-align: center ;text-align: center;margin-top: 45px;">
  605.                         {% if product.titreBtnBloc2OptionProduct %}<a href="{{ product.linkBtnBloc2OptionProduct }}" class="btnOptionNewBloc">{{ product.titreBtnBloc2OptionProduct }}</a>{% endif %}
  606.                     </div>
  607.                 </div>
  608.             </div>
  609.             <div  id="section3OptionNew" style="background-image: url(/imageSite/{{ product.imageBloc3OptionProduct }});">
  610.                 <div class="section3OptionNewDiv">
  611.                     <h2 class="h2productIndexOptionNew h2productIndexOptionNewSection3">{{ product.titreBloc3OptionProduct }}</h2>
  612.                     <p>{{ product.descriptionBloc3OptionProduct|raw }}</p>
  613.                     {% if product.titreBtnBloc3OptionProduct %}<a href="{{ product.linkBtnBloc3OptionProduct }}" class="btnOptionNewBloc">{{ product.titreBtnBloc3OptionProduct }}</a>{% endif %}
  614.                 </div>
  615.             </div>
  616.         </div>
  617.         <div class="modal mdl1"  id="verificationModal" tabindex="-1" role="dialog">
  618.             <div class="modal-dialog" style="margin-top: 6vw;" role="document">
  619.                 <div class="modal-content">
  620.                     <div class="modal-body">
  621.                         <div class="row">
  622.                             <div class="col-md-4">
  623.                                 <h4 style="font-weight: 700;">{{ 'Fond perdu' | trans({}, "productTranslate") }}</h4>
  624.                                 <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>
  625.                                 <h4 style="font-weight: 700;">{{ 'RĂ©gler le fond perdu' | trans({}, "productTranslate") }}</h4>
  626.                                 <ol style="text-align: left;font-size: 14px;color: #6a6666;padding-left: 10px;">
  627.                                     <li style="line-height: 20px;font-size: 14px;">{{ 'Etendez votre arrière-plan au-delĂ  des lignes du fond perdu.' | trans({}, "productTranslate") }}</li>
  628.                                     <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>
  629.                                     <li style="line-height: 20px;font-size: 14px;">{{ 'VĂ©rifiez chaque page que vous imprimez.' | trans({}, "productTranslate") }}</li>
  630.                                 </ol>
  631.                             </div>
  632.                             <div class="col-md-8">
  633.                                 <img src="{{ asset('/images/carte_fond_perdu.png') }}">
  634.                             </div>
  635.                         </div>
  636.                     </div>
  637.                     <div class="modal-footer" style="display: block">
  638.                         <div class="mt-4" style="display: flex;justify-content: space-evenly">
  639.                             <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>
  640.                             <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>
  641.                         </div>
  642.                     </div>
  643.                 </div>
  644.             </div>
  645.         </div>
  646.         {% include 'front/footer.html.twig' %}
  647.     {% endif %}
  648.     <div class="modal fade" id="exampleModal01" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
  649.          style="display: none;" aria-hidden="true">
  650.         <div class="modal-dialog" role="document" style="margin-top: 4vw;">
  651.             <div class="modal-content nb_des nb_des_extra" style="border-radius: 0;">
  652.                 <div class="modal-header">
  653.                     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  654.                         <span aria-hidden="true">Ă—</span>
  655.                     </button>
  656.                 </div>
  657.                 <div class="modal-body" id="contentModalAddToCartCrello">
  658.                 </div>
  659.             </div>
  660.         </div>
  661.     </div>
  662.     <div class="modal mdlContact"  id="contactModal" tabindex="-1" role="dialog">
  663.         <div class="modal-dialog" style="margin-top: 6vw;" role="document">
  664.             <div class="modal-content">
  665.                 <div class="modal-header">
  666.                     <button type="button" class="close" data-dismiss="modal" aria-label="Close">
  667.                         <svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none">
  668.                             <rect width="30" height="30" rx="10" fill="black"/>
  669.                             <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"/>
  670.                         </svg>
  671.                     </button>
  672.                 </div>
  673.                 <div class="contactModalImage"  style="background-image: url(/imageSite/{{ product.imageBlocTelOptionProduct }} );"></div>
  674.                 <div class="modal-body">
  675.                     <div class="contactModalDescription">
  676.                       {{ product.descriptionBlocTelOptionProduct|raw }}
  677.                     </div>
  678.                 </div>
  679.             </div>
  680.         </div>
  681.     </div>
  682.     <div class="modal mdl1"  id="outOfStockModal" tabindex="-1" role="dialog">
  683.         <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  684.             <div class="modal-content modalProduct modalProductAtributeStock">
  685.             </div>
  686.         </div>
  687.     </div>
  688.     <div class="elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f" data-elfsight-app-lazy></div>
  689.     <style>
  690.         .elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
  691.             display: none;
  692.         }
  693.     </style>
  694.     <script src="https://static.elfsight.com/platform/platform.js" async></script>
  695.     <style>
  696.         footer {
  697.             padding-top: 0px;
  698.             margin-top: 0px;
  699.         }
  700.         .taille label {
  701.             padding: 0 12px;
  702.         }
  703.         .bloc_btn_crello {
  704.             margin-top: 40px;
  705.             background-color: #FDF18D;
  706.             color: #000;
  707.             min-height: 50px;
  708.             padding: 15px;
  709.             border-radius: 4px !important;
  710.             font-size: 14px;
  711.         }
  712.         .btnNoir{
  713.             color: #fff;
  714.             background-color: #000;
  715.             display: inline-block;
  716.             font-size: 12px;
  717.             padding: 15px 12px;
  718.             text-align: center;
  719.         }
  720.         .btnBlue{
  721.             color: #fff;
  722.             background-color: #5BAFF5;
  723.             display: inline-block;
  724.             font-size: 12px;
  725.             padding: 15px 12px;
  726.             text-align: center;
  727.         }
  728.         .mdl1 li::marker {
  729.             color: #6a6666;
  730.         }
  731.         .carousel-indicators li {
  732.             display: inline-block;
  733.             width: 10px;
  734.             height: 10px;
  735.             margin: 1px;
  736.             text-indent: -999px;
  737.             cursor: pointer;
  738.             background-color: #fff\9;
  739.             background-color: #fff;
  740.             border: 1px solid #000;
  741.             border-radius: 10px;
  742.         }
  743.         .carousel-indicators .active {
  744.             width: 12px;
  745.             height: 12px;
  746.             margin: 0;
  747.             background-color: #000;
  748.         }
  749.         .menu_left {
  750.             flex: 0 0 34%;
  751.             max-width: 34%;
  752.             position: initial;
  753.             padding-left: 0;
  754.             text-align: left;
  755.         }
  756.         .menu_right {
  757.             flex: 0 0 66%;
  758.             max-width: 66%;
  759.             padding-right: 40px !important;
  760.         }
  761.         .tooltip-inner h2 {
  762.             font-family: AktivGrotesk-Medium;
  763.             font-size: 16px;
  764.             font-weight: 400;
  765.             line-height: 18.91px;
  766.             text-align: center;
  767.             margin-top: 8px;
  768.             border-bottom: 1px solid #fff;
  769.             margin-bottom: 14px;
  770.         }
  771.         .tooltip-inner{
  772.             background-color: #5268ff!important;
  773.             color: #fff!important;
  774.             box-shadow: 4px 4px 10px 0px #00000040!important;
  775.             border-radius: 10px!important;
  776.             max-width:400px!important
  777.         }
  778.         .tooltip-inner. p{
  779.             font-family: AktivGrotesk-Light !important;
  780.             font-size: 9px !important;
  781.             font-weight: 400 !important;
  782.             line-height: 10.3px !important;
  783.             text-align: left !important;
  784.             background-repeat: no-repeat;
  785.             background-image: url(/images/Vector_icone_new_acceuil.png);
  786.             padding-left: 40px;
  787.             background-position: 10px top;
  788.             padding-right: 10px;
  789.         }
  790.     </style>
  791. {% endblock %}
  792. {% block javascripts %}
  793.     {{ parent() }}
  794.     <script src="{{ app.request.scheme ~'://' ~ app.request.httpHost}}/assets/pdf.js"></script>
  795.     <script>
  796.         // Loaded via <script> tag, create shortcut to access PDF.js exports.
  797.         var pdfjsLib = window['pdfjs-dist/build/pdf'];
  798.         // The workerSrc property shall be specified.
  799.         pdfjsLib.GlobalWorkerOptions.workerSrc = "{{ app.request.scheme ~'://' ~ app.request.httpHost}}/assets/pdf.worker.js";
  800.     </script>
  801.     <script src="https://maps.googleapis.com/maps/api/js?key={{ key_google_map }}&libraries=places"></script>
  802.     <script src="https://create.vista.com/js/frame_v2.min.js"></script>
  803.     <script src="https://designer.printlane.com/js/include.js"></script>
  804.     <script>
  805.         var productRequest = '{% if app.request.get('product') %}{{ app.request.get('product') }}{% else %}0{% endif %}';
  806.         var formatRequest = '{% if app.request.get('format') %}{{ app.request.get('format') }}{% else %}0{% endif %}';
  807.     </script>
  808.     {{ encore_entry_script_tags('page_product_option') }}
  809.     {{ encore_entry_script_tags('product_option_viewer') }}
  810.     {{ encore_entry_script_tags('color_lab_product') }}
  811.     <script src="https://code.jquery.com/jquery-3.4.1.js"  integrity="sha256-WpOohJOqMqqyKL9FccASB9O0KwACQJpFTUBLTYOVvVU="  crossorigin="anonymous"></script>
  812. {% endblock %}