templates/front/accueil/besoin-products-new.html.twig line 1

Open in your IDE?
  1. {% extends 'front/layout.html.twig' %}
  2. {% block googleTagManagerDataLayer %}
  3.     {% include 'google_tag.html.twig' with {'titlePage':'Nos produits d’impression','categoryPage':'product-list','navigation_category1':'','navigation_category2':'','navigation_category3':'' }   %}
  4. {% endblock %}
  5.     {% block stylesheets %}
  6.         {{ parent() }}
  7.         {{ encore_entry_link_tags('besoin_product_page') }}
  8.     {% endblock %}
  9.  {% set productPapier = getProductByType(constant('App\\Entity\\Product::PAPIER'))  %}
  10.  {% set productCarte = getProductByType(constant('App\\Entity\\Product::CARTE'))  %}
  11.  {% set productFlyer = getProductByType(constant('App\\Entity\\Product::FLYERS'))  %}
  12.  {% set productAffiche = getProductByType(constant('App\\Entity\\Product::AFFICHE'))  %}
  13.  {% set productMenu = getProductByType(constant('App\\Entity\\Product::MENU'))  %}
  14.  {% set productCV = getProductByType(constant('App\\Entity\\Product::CV'))  %}
  15.  {% set productFACTURES = getProductByType(constant('App\\Entity\\Product::FACTURES'))  %}
  16.  {% set productCALENDRIER = getProductByType(constant('App\\Entity\\Product::CALENDRIER'))  %}
  17.  {% set productTETE_LETTRE = getProductByType(constant('App\\Entity\\Product::TETE_LETTRE'))  %}
  18.  {% set productDEPLIANT = getProductByType(constant('App\\Entity\\Product::DEPLIANT'))  %}
  19.  {% set productDEPLIANT2 = getProductByType(constant('App\\Entity\\Product::DEPLIANT2'))  %}
  20.  {% set productSTICKERS_AUTOCOLLANT = getProductByType(constant('App\\Entity\\Product::STICKERS_AUTOCOLLANT'))  %}
  21.  {% set productBROCHURES = getProductByType(constant('App\\Entity\\Product::BROCHURES'))  %}
  22.  {% set productPROPOSITION_COMMERCIALE = getProductByType(constant('App\\Entity\\Product::PROPOSITION_COMMERCIALE'))  %}
  23.  {% set productCERTIFICAT = getProductByType(constant('App\\Entity\\Product::CERTIFICAT'))  %}
  24.  {% set productINVITATION = getProductByType(constant('App\\Entity\\Product::INVITATION'))  %}
  25.  {% set productCARTES_POSTALE = getProductByType(constant('App\\Entity\\Product::CARTES_POSTALE'))  %}
  26.  {% set productPRESENTATION = getProductByType(constant('App\\Entity\\Product::PRESENTATION'))  %}
  27.  {% set productCARTESDEVOEUX = getProductByType(constant('App\\Entity\\Product::CARTESDEVOEUX'))  %}
  28.  {% set productTICKET = getProductByType(constant('App\\Entity\\Product::TICKET'))  %}
  29.  {% set productETIQUETTE = getProductByType(constant('App\\Entity\\Product::ETIQUETTE'))  %}
  30.  {% set productTOTEBAG = getProductByType(constant('App\\Entity\\Product::TOTEBAG'))  %}
  31.  {% set productMUG = getProductByType(constant('App\\Entity\\Product::MUG'))  %}
  32.  {% set productKAKEMONO = getProductByType(constant('App\\Entity\\Product::KAKEMONO'))  %}
  33.  {% set productTSHIRT = getProductByType(constant('App\\Entity\\Product::TSHIRT'))  %}
  34.  {% set productHODDIES = getProductByType(constant('App\\Entity\\Product::HODDIES'))  %}
  35.  {% set productPULL = getProductByType(constant('App\\Entity\\Product::PULL'))  %}
  36.  {% set productPHOTOS = getProductByType(constant('App\\Entity\\Product::PHOTOS'))  %}
  37.  {% set productSTANDS = getProductByType(constant('App\\Entity\\Product::STANDS'))  %}
  38.  {% set productPHOTOS_POLAROID = getProductByType(constant('App\\Entity\\Product::PHOTOS_POLAROID'))  %}
  39.  {% set productPHOTOS_ENCADRE = getProductByType(constant('App\\Entity\\Product::PHOTOS_ENCADRE'))  %}
  40.  {% set productVITROPHANIE = getProductByType(constant('App\\Entity\\Product::VITROPHANIE'))  %}
  41. {% block body %}
  42.     {% include 'front/header.html.twig' %}
  43. <section class="content_home_hd besoin_produit_page">
  44.     {% set banniere = getImagesBanniere() %}
  45.     <style>
  46.         .btnBannierBesoinProduct a.btnBloc1OptionProduct{color: {{ banniere.colourBtnBloc1OptionProduct }};background: {{ banniere.backgroundBtnBloc1OptionProduct }};}
  47.         .btnBannierBesoinProduct a.btnBloc1OptionProduct:hover{color: {{ banniere.colourHoverBtnBloc1OptionProduct }};background: {{ banniere.backgroundHoverBtnBloc1OptionProduct }};}
  48.         .btnBannierBesoinProduct a.btnBloc2OptionProduct{color: {{ banniere.colourBtnBloc2OptionProduct }};background: {{ banniere.backgroundBtnBloc2OptionProduct }};}
  49.         .btnBannierBesoinProduct a.btnBloc2OptionProduct:hover{color: {{ banniere.colourHoverBtnBloc2OptionProduct }};background: {{ banniere.backgroundHoverBtnBloc2OptionProduct }};}
  50.         .btnBannierBesoinProduct a.btnBloc3OptionProduct{color: {{ banniere.colourBtnBloc3OptionProduct }};background: {{ banniere.backgroundBtnBloc3OptionProduct }};}
  51.         .btnBannierBesoinProduct a.btnBloc3OptionProduct:hover{color: {{ banniere.colourHoverBtnBloc3OptionProduct }};background: {{ banniere.backgroundHoverBtnBloc3OptionProduct }};}
  52.     </style>
  53.     <div class="part_hd1_slide besoin_product_bannier_desktop">
  54.         <div class="row">
  55.             <div class="col-md-12 col-lg-12 col-xl-5 pr-2">
  56.                 <div  class="row divBesoinProductBannier1 divBesoinProductBannier1Background">
  57.                     <div class="col-6">
  58.                         {% if banniere.descriptionBloc1OptionProduct %}<div class="descriptionBannierBesoinProduct">{{ banniere.descriptionBloc1OptionProduct|raw }}</div>{% endif %}
  59.                         <p class="btnBannierBesoinProduct">
  60.                             <a href="{{ banniere.linkBtnBloc1OptionProduct }}" class="btnBloc1OptionProduct">
  61.                                 {{ banniere.titreBtnBloc1OptionProduct }}
  62.                                 <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none">
  63.                                     <path d="M3.96 0.333336V1.66667H8.35333L0.626663 9.39334L1.56666 10.3333L9.29333 2.60667V7H10.6267V0.333336H3.96Z" fill="white"/>
  64.                                 </svg>
  65.                             </a>
  66.                         </p>
  67.                     </div>
  68.                     <div class="col-6 divBesoinProductBannier1Image">
  69.                         <img src="{{ asset('imageSite/'~banniere.imageBloc1OptionProduct) }}">
  70.                     </div>
  71.                 </div>
  72.             </div>
  73.             <div class="col-xl-7 col-md-12 col-lg-12 pl-2 row">
  74.                 <div class="col-xl-5 col-md-12 col-lg-5 p-0">
  75.                     <div  class="divBesoinProductBannier1 divBesoinProductBannier1Background2 p-3" style="background-image: url(/imageSite/{{ banniere.imageBloc2OptionProduct }});">
  76.                         {% if banniere.descriptionBloc2OptionProduct %}<div class="descriptionBannierBesoinProduct">{{ banniere.descriptionBloc2OptionProduct|raw }}</div>{% endif %}
  77.                         <p class="btnBannierBesoinProduct">
  78.                             <a href="{{ banniere.linkBtnBloc2OptionProduct }}" class="btnBloc2OptionProduct">
  79.                                 {{ banniere.titreBtnBloc2OptionProduct }}
  80.                                 <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none">
  81.                                     <path d="M3.96 0.333336V1.66667H8.35333L0.626663 9.39334L1.56666 10.3333L9.29333 2.60667V7H10.6267V0.333336H3.96Z" fill="white"/>
  82.                                 </svg>
  83.                             </a>
  84.                         </p>
  85.                     </div>
  86.                 </div>
  87.                 <div class="col-xl-7 col-md-12 col-lg-7 pr-0 row">
  88.                     <div class="col-md-12 p-0">
  89.                         <div  class="divBesoinProductBannier2" style="background-image: url(/imageSite/{{ banniere.imageBloc3OptionProduct }});">
  90.                             <p class="btnBannierBesoinProduct">
  91.                                 <a href="{{ banniere.linkBtnBloc3OptionProduct }}" class="btnBloc3OptionProduct">
  92.                                     {{ banniere.titreBtnBloc3OptionProduct }}
  93.                                     <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none">
  94.                                         <path d="M3.96 0.333336V1.66667H8.35333L0.626663 9.39334L1.56666 10.3333L9.29333 2.60667V7H10.6267V0.333336H3.96Z" fill="white"/>
  95.                                     </svg>
  96.                                 </a>
  97.                             </p>
  98.                             {% if banniere.descriptionBloc3OptionProduct %}<div class="descriptionBannierBesoinProduct">{{ banniere.descriptionBloc3OptionProduct|raw }}</div>{% endif %}
  99.                         </div>
  100.                     </div>
  101.                     <div class="col-md-12 row p-0">
  102.                         <div  class="divBesoinProductBannier3" style="">
  103.                             <div id="carouselExampleControls" class="carousel slide" data-ride="carousel">
  104.                                 <div class="carousel-inner">
  105.                                     {% for item in banniere.besoinProductPageBannierItemBloc4 %}
  106.                                         <style>
  107.                                             .btnBannierBesoinProduct a.btnBloc4OptionProduct{{ item.id }}{color: {{ item.colourBtnBloc4OptionProduct }};background: {{ item.backgroundBtnBloc4OptionProduct }};}
  108.                                             .btnBannierBesoinProduct a.btnBloc4OptionProduct{{ item.id }}:hover{color: {{ item.colourHoverBtnBloc4OptionProduct }};background: {{ item.backgroundHoverBtnBloc4OptionProduct }};}
  109.                                         </style>
  110.                                         <div class="carousel-item {% if loop.index0 == 0 %}active{% endif %}" style="background-image: url(/imageSite/{{ item.fileImage }});">
  111.                                             {% if item.descriptionBloc4OptionProduct %}<div class="descriptionBannierBesoinProduct">{{ item.descriptionBloc4OptionProduct|raw }}</div>{% endif %}
  112.                                             <p class="btnBannierBesoinProduct">
  113.                                                 <a href="{{ item.linkBtnBloc4OptionProduct }}" class="btnBloc4OptionProduct{{ item.id }}">
  114.                                                     {{ item.titreBtnBloc4OptionProduct }}
  115.                                                     <svg xmlns="http://www.w3.org/2000/svg" width="11" height="11" viewBox="0 0 11 11" fill="none">
  116.                                                         <path d="M3.96 0.333336V1.66667H8.35333L0.626663 9.39334L1.56666 10.3333L9.29333 2.60667V7H10.6267V0.333336H3.96Z" fill="white"/>
  117.                                                     </svg>
  118.                                                 </a>
  119.                                             </p>
  120.                                         </div>
  121.                                     {% endfor %}
  122.                                 </div>
  123.                                 <a class="carousel-control-next divBesoinProductBannier3nextBtn introApp" href="#carouselExampleControls" role="button" data-slide="next">
  124.                                     <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none">
  125.                                         <g filter="url(#filter0_d_47_94)">
  126.                                             <rect x="4" width="24" height="24" rx="12" fill="white" shape-rendering="crispEdges"/>
  127.                                             <path d="M13.9333 15.0667L10.8667 12L13.9333 8.93333L13 8L9 12L13 16L13.9333 15.0667ZM17.4 15.0667L20.4667 12L17.4 8.93333L18.3333 8L22.3333 12L18.3333 16L17.4 15.0667Z" fill="#323232"/>
  128.                                         </g>
  129.                                         <defs>
  130.                                             <filter id="filter0_d_47_94" x="0" y="0" width="32" height="32" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
  131.                                                 <feFlood flood-opacity="0" result="BackgroundImageFix"/>
  132.                                                 <feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
  133.                                                 <feOffset dy="4"/>
  134.                                                 <feGaussianBlur stdDeviation="2"/>
  135.                                                 <feComposite in2="hardAlpha" operator="out"/>
  136.                                                 <feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
  137.                                                 <feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_47_94"/>
  138.                                                 <feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_47_94" result="shape"/>
  139.                                             </filter>
  140.                                         </defs>
  141.                                     </svg>
  142.                                 </a>
  143.                             </div>
  144.                         </div>
  145.                     </div>
  146.                 </div>
  147.             </div>
  148.         </div>
  149.     </div>
  150.     <div class=" besoin_product_bannier_mobile">
  151.         <div class="blocLivraisonBesoinProduct">
  152.             <div class="bloc1LivraisonBesoinProduct">
  153.                 <p style="display: flex;margin-bottom:0px">
  154.                     <span>
  155.                         đźš€
  156.                     </span>
  157.                     <span class="bloc1LivraisonBesoinProductText">
  158.                         {{ 'Commandez avant 17h, livrĂ© aujourd’hui chez vous !' | trans({}, "productTranslate") }}
  159.                     </span>
  160.                 </p>
  161.             </div>
  162.             {% if addresse.addresseAdresse %}
  163.                 <div class="bloc2LivraisonBesoinProduct">
  164.                     <p style="">
  165.                         <span>
  166.                             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  167.                               <g clip-path="url(#clip0_39_1752)">
  168.                                 <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"/>
  169.                               </g>
  170.                               <defs>
  171.                                 <clipPath id="clip0_39_1752">
  172.                                   <rect width="24" height="24" fill="white"/>
  173.                                 </clipPath>
  174.                               </defs>
  175.                             </svg>
  176.                         </span>
  177.                         <span class="bloc1LivraisonBesoinProductText">
  178.                             {{ addresse.addresseAdresse }}
  179.                         </span>
  180.                     </p>
  181.                     {% if time %}
  182.                     <p style="border-top: 0.5px solid #DDD;">
  183.                         <span>
  184.                             <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  185.                               <g clip-path="url(#clip0_39_1755)">
  186.                                 <path d="M7 2V13H10V22L17 10H13L17 2H7Z" fill="#323232"/>
  187.                               </g>
  188.                               <defs>
  189.                                 <clipPath id="clip0_39_1755">
  190.                                   <rect width="24" height="24" fill="white"/>
  191.                                 </clipPath>
  192.                               </defs>
  193.                             </svg>
  194.                         </span>
  195.                         <span class="bloc1LivraisonBesoinProductText">
  196.                             Livraison {{ time.day|lower  }} dĂ©s {{  time.time|split(' ')[0] }}
  197.                         </span>
  198.                     </p>
  199.                     {% endif %}
  200.                 </div>
  201.             {% endif %}
  202.             <div class="bloc3LivraisonBesoinProduct">
  203.                 <div>
  204.                     <div id="blocMobileSearchProduct">
  205.                         <input type="text" id="searchBesoinProductMobile" placeholder="{{ 'Rechercher un produit' | trans({}, "productTranslate") }}">
  206.                         <span class="close_result_head" id="close_result_besoin_product_mobile" style="cursor: pointer;position: absolute;right: 36px;top: -6px;display: none;">
  207.                                 <img src="{{ asset('images/bg_closeh.png') }}">
  208.                             </span>
  209.                     </div>
  210.                     <div class="collapse ipstresl " id="collapseProductBesoinProductMobile">
  211.                         <div class="divSearchProductBesoinProduct">
  212.                             <div id="divSearchProductBesoinProductMobile" style="min-height: 300px; display: none;max-height: 461px;overflow: auto;text-shadow: none;color: #000;">
  213.                             </div>
  214.                         </div>
  215.                     </div>
  216.                 </div>
  217.                 <div class="bloc3LivraisonBesoinProductStr">
  218.                     <h4>{{ 'Voici les options disponibles Ă  cette adresse' | trans({}, "productTranslate") }} :</h4>
  219.                     <div class="bloc3LivraisonBesoinProductStrDispo">
  220.                         {% if dataLivraison is defined and dataLivraison.imprimeurZoneChalandise %}
  221.                             <p style="">
  222.                                 <span class="livStatusNew2Green">
  223.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  224.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  225.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  226.                                     </svg>
  227.                                 </span>
  228.                                 <span>Livraison 30 min</span>
  229.                             </p>
  230.                         {% endif %}
  231.                         {% if dataLivraison is defined and dataLivraison.imprimeurPointRetrait %}
  232.                             <p style="">
  233.                                 <span class="livStatusNew2Green">
  234.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  235.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  236.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  237.                                     </svg>
  238.                                 </span>
  239.                                 <span>Point retrait 1h</span>
  240.                             </p>
  241.                         {% endif %}
  242.                         {% if dataLivraison is defined and (dataLivraison.imprimeurLivraisonNationalJ5 or dataLivraison.imprimeurLivraisonNational) %}
  243.                             <p style="">
  244.                                 <span class="livStatusNew2Green">
  245.                                    <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
  246.                                         <rect width="20" height="20" rx="10" fill="#8CC378"/>
  247.                                         <path d="M6 10.2L8.86364 13L15 7" stroke="white" stroke-width="2.5" stroke-linecap="round"/>
  248.                                     </svg>
  249.                                 </span>
  250.                                 <span>Livraison 48h/J+5</span>
  251.                             </p>
  252.                         {% endif %}
  253.                     </div>
  254.                 </div>
  255.             </div>
  256.             <div class="bloc4LivraisonBesoinProduct">
  257.                 <p>
  258.                     <a class="ratingListeBtnAccueil" style="">
  259.                         {% set ratingCopeesTab = getRatingCopeesTab() %}
  260.                         <span>4.6</span>
  261.                         {#<span>{% if ratingCopeesTab.rating is defined %}{{ getRatingCopees() }}{% endif %}</span>#}
  262.                         <span class="etoileGoogle">
  263.                             <svg xmlns="http://www.w3.org/2000/svg" width="80" height="20" viewBox="0 0 100 20" fill="none">
  264.                                 <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"/>
  265.                                 <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"/>
  266.                                 <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"/>
  267.                                 <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"/>
  268.                                 <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"/>
  269.                                 <mask id="mask0_3_61" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="80" y="0" width="10" height="20">
  270.                                 <rect x="80" width="10" height="20" fill="#D9D9D9"/>
  271.                                 </mask>
  272.                                 <g mask="url(#mask0_3_61)">
  273.                                 <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"/>
  274.                                 </g>
  275.                             </svg>
  276.                         </span>
  277.                         sur
  278.                         <span style="vertical-align: middle;">
  279.                         <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none">
  280.                             <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>
  281.                             <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>
  282.                             <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>
  283.                             <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>
  284.                         </svg>
  285.                     </span>
  286.                     </a>
  287.                 </p>
  288.             </div>
  289.         </div>
  290.         <div class="picto_besoin_product bloc_besoin_product_sous_content  mt-3">
  291.             <div class="container">
  292.             </div>
  293.             <div class=" mobileProductBesoinProductPage">
  294.                     <div class="bloc_besoin_product_global_content product_slide">
  295.                         <div class="position-relative CreezCommuniquezBesoinProduct" style="    margin-right: 12px;">
  296.                             <div class="slick_bouton">
  297.                             </div>
  298.                             <div class="mobileProductBesoinProductPageSlide3 mobileProductBesoinProductPageSlideGlobal responsive slider" style=" margin:0px auto;">
  299.                                 {% set besoinProductHeaderMobile = besoinProductHeaderMobile() %}
  300.                                 {% if besoinProductHeaderMobile|length >  0 %}
  301.                                     {% for item in besoinProductHeaderMobile %}
  302.                                         <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  303.                                             <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  304.                                                 <a href="{{ item.url }}"><p><img style="    width: 50px; height: 50px;" src="{{ asset('imageSite/'~item.fileBesoinImage) }}"></p><span>{{ item.titre | trans({}, "productTranslate") }}</span></a>
  305.                                             </div>
  306.                                         </div>
  307.                                     {% endfor %}
  308.                                 {% endif %}
  309.                             </div>
  310.                         </div>
  311.                     </div>
  312.                 </div>
  313.         </div>
  314.     </div>
  315.     <div class="bloc_besoin_product_global product_slide" id="product_slide_besoin_product" style="border-bottom: 1px solid #D7D4D4;margin-bottom: 40px;">
  316.         <div class="position-relative CreezCommuniquezBesoinProduct" style="    margin-right: 12px;">
  317.             <div class="slick_bouton">
  318.                 <div class="slickNext2model1 slickNext3"><img src="{{ asset('images/rightfls.png')}}"></div>
  319.                 <div class="slickNext2model1 slickPrev3"><img src="{{ asset('images/leftfls.png')}}"></div>
  320.             </div>
  321.             <div class="product_slick_blocBesoinProduct responsive slider row">
  322.                 {% set besoinProductHeader = besoinProductHeader() %}
  323.                 {% if besoinProductHeader|length >  0 %}
  324.                     {% for item in besoinProductHeader %}
  325.                         <div class="text-center divSlick" style="min-height: 145px !important;{% if item.backgroundColor %}background: {{ item.backgroundColor }};{% endif %};border-radius: 7px;">
  326.                             <div class="linkBesoinProductGlobal" style="min-height: 161px;min-height: 161px;{% if item.backgroundColor %}background: {{ item.backgroundColor }};{% endif %}border-radius: 7px;">
  327.                                 {#<a class="linkBesoinProduct"  href="{{ item.url }}"  style="position: relative;">#}
  328.                                 <a class=""  href="{{ item.url }}"  style="position: relative;">
  329.                                     {% set imageBesoinProductHeaderLang = getImageBesoinProductHeaderLang(item) %}
  330.                                     {% if imageBesoinProductHeaderLang.fileBesoinInfoBule %}
  331.                                         <span style="position: absolute;right: -15px;top: -50px;"><img src="{{ asset('imageSite/'~imageBesoinProductHeaderLang.fileBesoinInfoBule) }}"> </span>
  332.                                     {% endif%}
  333.                                     {% if item.titre %}
  334.                                         <span class="besoin_product_titre_bloc_slick">{{ item.titre | trans({}, "productTranslate") }}</span>
  335.                                     {% endif%}
  336.                                     <img src="{{ asset('imageSite/'~imageBesoinProductHeaderLang.fileBesoinImage) }}">
  337.                                 </a>
  338.                             </div>
  339.                         </div>
  340.                     {% endfor %}
  341.                 {% endif %}
  342.             </div>
  343.         </div>
  344.     </div>
  345.     {#{% include 'front/accueil/besoin-product-bloc/preference.html.twig' %}#}
  346.     {% set categorys = getAllCategoryActiveBesoinProduct() %}
  347.     <div class="bloc_besoin_product_global d-flex" >
  348.         <div class="menu_bloc_besoin_product">
  349.             <div class="menu_besoin_product">
  350.                 {#<a href="#" id="preferenceBesoinProduct" data-toggle="modal" data-target="#preferenceBesoinProductModal"> {{ 'Mes prĂ©fĂ©rences' | trans({}, "productTranslate") }} <span class="countFilter" style="display: none"></span></a>#}
  351.                 <ul>
  352.                     {% for category in categorys %}
  353.                         <li>
  354.                             <a class="linkBesoinProduct selectListTagGoogle" data-category="{{ category.id }}" href="#besoin_product_category{{ category.id }}">{{category.name | trans({}, "productTranslate")}}</a>
  355.                             {% for file in category.iconesCategoryMenu %}
  356.                                 <img src="{{ asset('imageSite/'~file.file) }}" style="margin-left: 5px;margin-top: -3px;width: 25px;">
  357.                             {% endfor %}
  358.                             {% if category.isSoon %}
  359.                                 <span class="infoBulleSoon" style="position: relative;right: 0;top: -1px;margin-left: 7px;">{{ 'Soon' | trans({}, "productTranslate") }}</span>
  360.                             {% endif %}
  361.                         </li>
  362.                     {% endfor %}
  363.                     <li><a class="selectList2TagGoogle" href="{{ path('merch_pack_index') }}">{{ 'Merch pack' | trans({}, "productTranslate") }} <span style="cursor: pointer;vertical-align: middle; margin-left: 5px;" data-toggle="tooltip"  data-title="Tout votre merchandising gĂ©nĂ©rĂ© en 2 clics et livrĂ© le jour mĂŞme ou en J+1" class="icons"><img src="{{ asset('images/hd33.png') }}" style="width: 30px;vertical-align: baseline;"></span></a></li>
  364.                     <li><a class="linkBesoinProduct selectList2TagGoogle" href="#besoin_product_moment" data-num="1">{{ 'Nos crĂ©as du moment' | trans({}, "productTranslate") }}</a> <span class="infoBulleNew" style="position: relative;right: 0;top: -1px;margin-left: 7px;">{{ 'New' | trans({}, "productTranslate") }}</span></li>
  365.                     <li><a class="linkBesoinProduct selectList2TagGoogle" href="#besoin_product_new" data-num="2">{{ 'Nos nouveautĂ©s' | trans({}, "productTranslate") }}</a></li>
  366.                     {#<li><a class="linkBesoinProduct selectList2TagGoogle" href="#besoin_product_promo" data-num="3">{{ 'Nos promos' | trans({}, "productTranslate") }}</a><span class="infoBullePromo" style="position: relative;right: 0;top: 0px;margin-left: 7px;">{{ 'Promo' | trans({}, "productTranslate") }}</span></li>#}
  367.                     <li><a class="linkBesoinProduct selectList2TagGoogle" href="#besoin_product_luxe" data-num="4">{{ 'Nos produits Luxe' | trans({}, "productTranslate") }}</a></li>
  368.                     <li><a class="linkBesoinProduct" href="#besoin_product_distribuez_envoyez">{{ 'Distribuer & envoyer' | trans({}, "productTranslate") }}</a></li>
  369.                     <li><a class="linkBesoinProduct" href="#besoin_product_editer_Modifier">{{ 'Editer & Modifier' | trans({}, "productTranslate") }}</a></li>
  370.                 </ul>
  371.             </div>
  372.         </div>
  373.         <div class="bloc_besoin_product_content">
  374.             {% include 'front/accueil/besoin-product-bloc/banniere_promo.html.twig' %}
  375.             <div style="text-align: center; display: none;">
  376.                 <a href="#" id="preferenceBesoinProductMobile" data-toggle="modal" data-target="#preferenceBesoinProductModal"> {{ 'Mes prĂ©fĂ©rences' | trans({}, "productTranslate") }} <span class="countFilter" style="display: none"></span></a>
  377.             </div>
  378.             <div id="filtrePreferences">
  379.                 <div class="container">
  380.                     <div class="col-lg-12 pl-0">
  381.                         {% set categorysPreferences = getAllActiveByPreferenceCategoryBesoinProduct() %}
  382.                         {% for category in categorysPreferences %}
  383.                             <div class="btn-group  mr-1">
  384.                                 <a href="#" class="filtrePreferencesLi" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
  385.                                     {{category.name | trans({}, "productTranslate")}}
  386.                                     <svg xmlns="http://www.w3.org/2000/svg" width="11" height="8" viewBox="0 0 11 8" fill="none">
  387.                                         <path d="M0.99997 1.33307L5.52567 6.66694L10.239 1.33307" stroke="#8B3DFF" stroke-width="1.5" stroke-linecap="round"/>
  388.                                     </svg>
  389.                                 </a>
  390.                                 <div class="dropdown-menu" x-placement="bottom-start" style="padding:14px 16px 0px 16px;margin-top: 8px;position: absolute; transform: translate3d(0px, 38px, 0px); top: 0px; left: 0px; will-change: transform;">
  391.                                     {% set criteres = getAllActiveByPreferenceCategorySousBesoinProduct(category.id) %}
  392.                                     {% for critere in criteres %}
  393.                                         <div class="form-group">
  394.                                             <input type="checkbox" id="critrie{{ critere.id }}" class="critere"  data-value-critere="{{ critere.id }}" data-value-cat="{{ category.id }}" value="{{ critere.id }}" >
  395.                                             <label for="critrie{{ critere.id }}" class="critrieLabel">{{ critere.name | trans({}, "productTranslate") }}</label>
  396.                                         </div>
  397.                                     {% endfor %}
  398.                                 </div>
  399.                             </div>
  400.                         {% endfor %}
  401.                     </div>
  402.                 </div>
  403.                 <a href="#" id="submitFilter" style="display:none;">{{ 'Appliquer' | trans({}, "productTranslate") }}</a>
  404.             </div>
  405.             <div class="bloc_besoin_product_content_content" id="bloc_besoin_product_content_content" style="margin-top: 47px;">
  406.                 {% include 'front/accueil/besoin-product-bloc/content-new.html.twig' with {'categorys': categorys} %}
  407.             </div>
  408.             <div class="bloc_besoin_product_sous_content" id="besoin_product_distribuez_envoyez">
  409.                 <div class="col-lg-12 text-center">
  410.                     <h2>{{ 'Distribuer & envoyer' | trans({}, "productTranslate") }}
  411.                         <img src="{{ asset('images/📜.png') }}" style="margin-left: 10px;margin-top: -3px;width: 25px;">
  412.                         <img src="{{ asset('images/📨.png') }}" style="margin-left: 10px;margin-top: -3px;width: 25px;">
  413.                     </h2>
  414.                 </div>
  415.                 <div class="position-relative desctopProductBesoinProductPage">
  416.                     <div class="product_slick_bloc01 row">
  417.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  418.                             <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('distribution_calcule') }}"><img style=""  src="{{ asset('images/hd14distribution.png')}}"></a>
  419.                             <h3><a href="{{ path('distribution_calcule') }}">{{ 'Distribution main a main' | trans({}, "productTranslate") }}</a></h3>
  420.                         </div>
  421.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  422.                             <a style="display: block;"  class="link_invisi_besoin_product" href="{{ path('distribution_calcule') }}"><img style=""  src="{{ asset('images/hd14distribution_pare_brise.png')}}"></a>
  423.                             <h3><a href="{{ path('distribution_calcule') }}">{{ 'Distribution sur pare-brise' | trans({}, "productTranslate") }}</a></h3>
  424.                         </div>
  425.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  426.                             <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style="" src="{{ asset('images/hdlettrej1.png')}}"></a>
  427.                             <h3><a href="{{ path('poste_page') }}">{{ 'Lettre normal J+2' | trans({}, "productTranslate") }}</a></h3>
  428.                         </div>
  429.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  430.                             <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style=""  src="{{ asset('images/hd15.png')}}"></a>
  431.                             <h3><a href="{{ path('poste_page') }}">{{ 'Lettre suivie J+2' | trans({}, "productTranslate") }}</a></h3>
  432.                         </div>
  433.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  434.                             <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style=""  src="{{ asset('images/hd15letter.png')}}"></a>
  435.                             <h3><a href="{{ path('poste_page') }}">{{ 'Lettre recommandĂ©e AR J+1' | trans({}, "productTranslate") }}</a></h3>
  436.                         </div>
  437.                     </div>
  438.                 </div>
  439.                 <div class=" mobileProductBesoinProductPage">
  440.                     <div class="bloc_besoin_product_global_content product_slide">
  441.                         <div class="position-relative CreezCommuniquezBesoinProduct" style="    margin-right: 12px;">
  442.                             <div class="slick_bouton">
  443.                                 <div class="slickNext2model1 slickNextBesoinProductBloc2"><img src="{{ asset('images/rightfls.png')}}"></div>
  444.                                 <div class="slickNext2model1 slickPrevBesoinProductBloc2"><img src="{{ asset('images/leftfls.png')}}"></div>
  445.                             </div>
  446.                             <div class="mobileProductBesoinProductPageSlide2 mobileProductBesoinProductPageSlideGlobal responsive slider">
  447.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  448.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  449.                                         <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('distribution_calcule') }}"><img style=""  src="{{ asset('images/hd14distribution.png')}}"></a>
  450.                                         <h3><a href="{{ path('distribution_calcule') }}">{{ 'Distribution main a main' | trans({}, "productTranslate") }}</a></h3>
  451.                                     </div>
  452.                                 </div>
  453.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  454.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  455.                                         <a style="display: block;"  class="link_invisi_besoin_product" href="{{ path('distribution_calcule') }}"><img style=""  src="{{ asset('images/hd14distribution_pare_brise.png')}}"></a>
  456.                                         <h3><a href="{{ path('distribution_calcule') }}">{{ 'Distribution sur pare-brise' | trans({}, "productTranslate") }}</a></h3>
  457.                                     </div>
  458.                                 </div>
  459.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  460.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  461.                                         <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style="" src="{{ asset('images/hdlettrej1.png')}}"></a>
  462.                                         <h3><a href="{{ path('poste_page') }}">{{ 'Lettre normal J+2' | trans({}, "productTranslate") }}</a></h3>
  463.                                     </div>
  464.                                 </div>
  465.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  466.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  467.                                         <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style=""  src="{{ asset('images/hd15.png')}}"></a>
  468.                                         <h3><a href="{{ path('poste_page') }}">{{ 'Lettre suivie J+2' | trans({}, "productTranslate") }}</a></h3>
  469.                                     </div>
  470.                                 </div>
  471.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  472.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  473.                                         <a style="display: block;" class="link_invisi_besoin_product" href="{{ path('poste_page') }}"><img style=""  src="{{ asset('images/hd15letter.png')}}"></a>
  474.                                         <h3><a href="{{ path('poste_page') }}">{{ 'Lettre recommandĂ©e AR J+1' | trans({}, "productTranslate") }}</a></h3>
  475.                                     </div>
  476.                                 </div>
  477.                             </div>
  478.                         </div>
  479.                     </div>
  480.                 </div>
  481.             </div>
  482.             <div class="bloc_besoin_product_sous_content" id="besoin_product_editer_Modifier">
  483.                 <div class="col-lg-12  text-center">
  484.                     <h2>{{ 'Éditer & modifier' | trans({}, "productTranslate") }}
  485.                         <img src="{{ asset('images/✂️.png') }}" style="margin-left: 10px;margin-top: -3px;width: 25px;">
  486.                         <img src="{{ asset('images/đź–‹.png') }}" style="margin-left: 10px;margin-top: -3px;width: 25px;">
  487.                     </h2>
  488.                 </div>
  489.                 <div class="position-relative desctopProductBesoinProductPage">
  490.                     <div class="product_slick_bloc02 row">
  491.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  492.                             <div class="glb_epd position-relative">
  493.                                 <div class="titre_edp tedp1">
  494.                                     <h3>{{ 'Diviser les PDF' | trans({}, "productTranslate") }}</h3>
  495.                                 </div>
  496.                                 <p>{{ 'Extrayez des pages de vote PDF ou enregistrez chaque page en tant que PDF sĂ©parĂ©' | trans({}, "productTranslate") }}</p>
  497.                                 <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_diviser') }}"></a>
  498.                             </div>
  499.                         </div>
  500.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  501.                             <div class="glb_epd position-relative">
  502.                                 <div class="titre_edp tedp2">
  503.                                     <h3>{{ 'Rotation PDF' | trans({}, "productTranslate") }}</h3>
  504.                                 </div>
  505.                                 <p>{{ 'Pivotez une ou toutes les pages de votre PDF' | trans({}, "productTranslate") }}</p>
  506.                                 <a class="link_invisi link_invisi_besoin_product"  href="{{ path('imprimerie_rotation') }}"></a>
  507.                             </div>
  508.                         </div>
  509.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  510.                             <div class="glb_epd position-relative">
  511.                                 <div class="titre_edp tedp3">
  512.                                     <h3>{{ 'Fusionner PDF' | trans({}, "productTranslate") }}</h3>
  513.                                 </div>
  514.                                 <p>{{ 'Fusionnez facilement plusieurs de vos documents.' | trans({}, "productTranslate") }}</p>
  515.                                 <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_fusion') }}"></a>
  516.                             </div>
  517.                         </div>
  518.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  519.                             <div class="glb_epd position-relative">
  520.                                 <div class="titre_edp tedp4">
  521.                                     <h3>{{ 'Lecteur PDF' | trans({}, "productTranslate") }}</h3>
  522.                                 </div>
  523.                                 <p>{{ 'Affichez, imprimez et partagez des PDF en ligne' | trans({}, "productTranslate") }}</p>
  524.                                 <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_lecteur') }}"></a>
  525.                             </div>
  526.                         </div>
  527.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  528.                             <div class="glb_epd position-relative">
  529.                                 <div class="titre_edp tedp5">
  530.                                     <h3>{{ 'Numeroter des pages' | trans({}, "productTranslate") }}</h3>
  531.                                 </div>
  532.                                 <p>{{ 'InsĂ©rez facilement les numĂ©ros de pages dans un PDF' | trans({}, "productTranslate") }}</p>
  533.                                 <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_numeroter') }}"></a>
  534.                             </div>
  535.                         </div>
  536.                         <div class="text-center col-xl-2 col-lg-3 col-md-4 col-sm-4 col-6">
  537.                             <div class="glb_epd position-relative">
  538.                                 <div class="titre_edp tedp6">
  539.                                     <h3>{{ 'Supprimer des pages' | trans({}, "productTranslate") }}</h3>
  540.                                 </div>
  541.                                 <p>{{ 'Supprimez une ou plusieurs pages de votre PDF' | trans({}, "productTranslate") }}</p>
  542.                                 <a class="link_invisi link_invisi_besoin_product " href="{{ path('imprimerie_supprimer') }}"></a>
  543.                             </div>
  544.                         </div>
  545.                     </div>
  546.                 </div>
  547.                 <div class=" mobileProductBesoinProductPage">
  548.                     <div class="bloc_besoin_product_global_content product_slide">
  549.                         <div class="position-relative CreezCommuniquezBesoinProduct" style="    margin-right: 12px;">
  550.                             <div class="slick_bouton">
  551.                                 <div class="slickNext2model1 slickNextBesoinProductBloc2"><img src="{{ asset('images/rightfls.png')}}"></div>
  552.                                 <div class="slickNext2model1 slickPrevBesoinProductBloc2"><img src="{{ asset('images/leftfls.png')}}"></div>
  553.                             </div>
  554.                             <div class="mobileProductBesoinProductPageSlide2 mobileProductBesoinProductPageSlideGlobal responsive slider">
  555.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  556.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  557.                                         <div class="glb_epd position-relative">
  558.                                             <div class="titre_edp tedp1">
  559.                                                 <h3>{{ 'Diviser les PDF' | trans({}, "productTranslate") }}</h3>
  560.                                             </div>
  561.                                             <p>{{ 'Extrayez des pages de vote PDF ou enregistrez chaque page en tant que PDF sĂ©parĂ©' | trans({}, "productTranslate") }}</p>
  562.                                             <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_diviser') }}"></a>
  563.                                         </div>
  564.                                     </div>
  565.                                 </div>
  566.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  567.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  568.                                         <div class="glb_epd position-relative">
  569.                                             <div class="titre_edp tedp2">
  570.                                                 <h3>{{ 'Rotation PDF' | trans({}, "productTranslate") }}</h3>
  571.                                             </div>
  572.                                             <p>{{ 'Pivotez une ou toutes les pages de votre PDF' | trans({}, "productTranslate") }}</p>
  573.                                             <a class="link_invisi link_invisi_besoin_product"  href="{{ path('imprimerie_rotation') }}"></a>
  574.                                         </div>
  575.                                     </div>
  576.                                 </div>
  577.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  578.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  579.                                         <div class="glb_epd position-relative">
  580.                                             <div class="titre_edp tedp3">
  581.                                                 <h3>{{ 'Fusionner PDF' | trans({}, "productTranslate") }}</h3>
  582.                                             </div>
  583.                                             <p>{{ 'Fusionnez facilement plusieurs de vos documents.' | trans({}, "productTranslate") }}</p>
  584.                                             <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_fusion') }}"></a>
  585.                                         </div>
  586.                                     </div>
  587.                                 </div>
  588.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  589.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  590.                                         <div class="glb_epd position-relative">
  591.                                             <div class="titre_edp tedp4">
  592.                                                 <h3>{{ 'Lecteur PDF' | trans({}, "productTranslate") }}</h3>
  593.                                             </div>
  594.                                             <p>{{ 'Affichez, imprimez et partagez des PDF en ligne' | trans({}, "productTranslate") }}</p>
  595.                                             <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_lecteur') }}"></a>
  596.                                         </div>
  597.                                     </div>
  598.                                 </div>
  599.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  600.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  601.                                         <div class="glb_epd position-relative">
  602.                                             <div class="titre_edp tedp5">
  603.                                                 <h3>{{ 'Numeroter des pages' | trans({}, "productTranslate") }}</h3>
  604.                                             </div>
  605.                                             <p>{{ 'InsĂ©rez facilement les numĂ©ros de pages dans un PDF' | trans({}, "productTranslate") }}</p>
  606.                                             <a class="link_invisi link_invisi_besoin_product" href="{{ path('imprimerie_numeroter') }}"></a>
  607.                                         </div>
  608.                                     </div>
  609.                                 </div>
  610.                                 <div class="text-center divSlick blockBesoinProductParrent" style="width: 100%;display: inline-block;">
  611.                                     <div class="text-center  blockBesoinProduct  marginBottomBlocBesoin50">
  612.                                         <div class="glb_epd position-relative">
  613.                                             <div class="titre_edp tedp6">
  614.                                                 <h3>{{ 'Supprimer des pages' | trans({}, "productTranslate") }}</h3>
  615.                                             </div>
  616.                                             <p>{{ 'Supprimez une ou plusieurs pages de votre PDF' | trans({}, "productTranslate") }}</p>
  617.                                             <a class="link_invisi link_invisi_besoin_product " href="{{ path('imprimerie_supprimer') }}"></a>
  618.                                         </div>
  619.                                     </div>
  620.                                 </div>
  621.                             </div>
  622.                         </div>
  623.                     </div>
  624.                 </div>
  625.             </div>
  626.             {{ getProductsMoment()|raw }}
  627.             {{ getProductsNew()|raw }}
  628.             {#{{ getProductsPromo()|raw }}#}
  629.             {{ getProductsLuxe()|raw }}
  630.             <div class="bloc_besoin_product_sous_content">
  631.                 <div class="mt-5">
  632.                     <div class="container">
  633.                         <div class="row">
  634.                             <div class="col-lg-12 text-center">
  635.                                 <h2>{{ 'Nos clients en parlent mieux que nous' | trans({}, "productTranslate") }}</h2>
  636.                             </div>
  637.                             <div class="clear"></div>
  638.                             <script src="https://static.elfsight.com/platform/platform.js" async></script> <div class="elfsight-app-2eb16dd1-c686-4d7e-9abf-d006da716293" data-elfsight-app-lazy></div>
  639.                         </div>
  640.                     </div>
  641.                 </div>
  642.             </div>
  643.         </div>
  644.     </div>
  645.     <div class="modal mdl1"  id="addToCartLoading" tabindex="-1" role="dialog">
  646.         <div class="modal-dialog modal-lg" style="margin-top: 3vw;">
  647.             <div class="modal-content modalProduct" id="addToCartLoadingContent">
  648.             </div>
  649.         </div>
  650.     </div>
  651. </section>
  652.     <style>
  653.         /*header, .darkHeader {*/
  654.             /*background-color: #fff !important;*/
  655.             /*border-bottom: 1px solid #D9D9D9;*/
  656.         /*}*/
  657.         /*input#searchProductMenu , input#addressLivHeader{*/
  658.             /*border: 1px solid #D9D9D9;*/
  659.             /*border-radius: 10px;*/
  660.             /*min-height: 44px;*/
  661.             /*padding-top: 11px;*/
  662.             /*padding-bottom: 11px;*/
  663.             /*padding-left: 40px;*/
  664.         /*}*/
  665.         /*input#addressLivHeader::placeholder{*/
  666.             /*color: #727272;*/
  667.             /*font-size:16px;*/
  668.             /*font-weight:500;*/
  669.         /*}*/
  670.         /*input.for_velo {*/
  671.             /*background-position: 7px;*/
  672.             /*width: 100%;*/
  673.         /*}*/
  674.         /*.form_center_velo_heure{*/
  675.             /*padding-top: 0px;*/
  676.         /*}*/
  677.     </style>
  678.     {% set showWidthoutPapier = app.request.get('showcarteFlyer') %}
  679.     {{ render(controller('App\\Controller\\Front\\ProductController::productBlock',{ 'showWidthoutPapier': showWidthoutPapier })) }}
  680.     {% include 'front/footer.html.twig' %}
  681.     <div class="elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f" data-elfsight-app-lazy></div>
  682.     <style>
  683.         .elfsight-app-eaf5d12e-308e-4116-bee5-690b97eaae1f {
  684.             display: none;
  685.         }
  686.     </style>
  687.     <script src="https://static.elfsight.com/platform/platform.js" async></script>
  688. {% endblock %}
  689. {% block javascripts %}
  690.     {{ parent() }}
  691.     <script>
  692.        var displayProduct = "{{  app.request.get('displayProduct')  }}";
  693.        var displayProductImprimer = "{{  app.request.get('imprimerRelier')  }}";
  694.        var displayProductImprimerEdit = "{{  app.request.get('imprimerRelierEdit')  }}";
  695.        var displayProductFlyer = "{{  app.request.get('flyer')  }}";
  696.        var displayProductCarteVisite = "{{  app.request.get('carteVisite')  }}";
  697.        var displayProductAffiche = "{{  app.request.get('affiche')  }}";
  698.        var displayProductMenu = "{{  app.request.get('menu')  }}";
  699.        var displayProductFaireMariage = "{{  app.request.get('faire_mariage')  }}";
  700.        var displayProductFaireNaissance = "{{  app.request.get('faire_naissance')  }}";
  701.     </script>
  702.     <script src="https://create.vista.com/js/frame_v2.min.js"></script>
  703.     {{ encore_entry_script_tags('block_product') }}
  704.     {{ encore_entry_script_tags('besoin_product_page') }}
  705.     {{ encore_entry_script_tags('uploadfileCustom') }}
  706.     {{ encore_entry_script_tags('vignette_front') }}
  707. {% endblock %}