var/cache/dev/twig/3d/3dd62001cb42e29045c0eed7f8e62f1be2529d94fb78dee45d562560f975f53a.php line 142

Open in your IDE?
  1. <?php
  2. use Twig\Environment;
  3. use Twig\Error\LoaderError;
  4. use Twig\Error\RuntimeError;
  5. use Twig\Extension\SandboxExtension;
  6. use Twig\Markup;
  7. use Twig\Sandbox\SecurityError;
  8. use Twig\Sandbox\SecurityNotAllowedTagError;
  9. use Twig\Sandbox\SecurityNotAllowedFilterError;
  10. use Twig\Sandbox\SecurityNotAllowedFunctionError;
  11. use Twig\Source;
  12. use Twig\Template;
  13. /* base_front.html.twig */
  14. class __TwigTemplate_58d99e716631a307684a59ac85b6569a7c0e3fc182344c5165f2718ccfe79ab0 extends Template
  15. {
  16.     private $source;
  17.     private $macros = [];
  18.     public function __construct(Environment $env)
  19.     {
  20.         parent::__construct($env);
  21.         $this->source $this->getSourceContext();
  22.         $this->parent false;
  23.         $this->blocks = [
  24.             'meta' => [$this'block_meta'],
  25.             'style' => [$this'block_style'],
  26.             'body' => [$this'block_body'],
  27.             'javascript' => [$this'block_javascript'],
  28.         ];
  29.     }
  30.     protected function doDisplay(array $context, array $blocks = [])
  31.     {
  32.         $macros $this->macros;
  33.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  34.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_front.html.twig"));
  35.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  36.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""base_front.html.twig"));
  37.         // line 1
  38.         echo "<!DOCTYPE html>
  39. <html lang=\"fr\">
  40. <head>
  41.     <meta charset=\"utf-8\">
  42.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  43.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  44.     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  45.     ";
  46.         // line 9
  47.         $this->displayBlock('meta'$context$blocks);
  48.         // line 10
  49.         echo "    <!-- Bootstrap -->
  50.     <link href=\"";
  51.         // line 11
  52.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/bootstrap.min.css"), "html"nulltrue);
  53.         echo "\" rel=\"stylesheet\">
  54.     <!-- Google Fonts -->
  55.     <link href=\"https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i\" rel=\"stylesheet\">
  56.     <!-- FontAwesome icon -->
  57.     <link href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\" rel=\"stylesheet\">
  58.     <!-- Fontello icon -->
  59.     <link href=\"";
  60.         // line 17
  61.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("fontello/css/fontello.css"), "html"nulltrue);
  62.         echo "\" rel=\"stylesheet\">
  63.     <!-- OwlCarosuel CSS -->
  64.     <link href=\"";
  65.         // line 19
  66.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/owl.carousel.css"), "html"nulltrue);
  67.         echo "\" type=\"text/css\" rel=\"stylesheet\">
  68.     <link href=\"";
  69.         // line 20
  70.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/owl.theme.default.css"), "html"nulltrue);
  71.         echo "\" type=\"text/css\" rel=\"stylesheet\">
  72.     <!-- Favicon icon -->
  73.     <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"";
  74.         // line 22
  75.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("images/favicon.ico"), "html"nulltrue);
  76.         echo "\">
  77.     <!-- Style CSS -->
  78.     <link href=\"";
  79.         // line 24
  80.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/style.css"), "html"nulltrue);
  81.         echo "\" rel=\"stylesheet\">
  82.     <link href=\"";
  83.         // line 25
  84.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/jquery-ui.css"), "html"nulltrue);
  85.         echo "\" rel=\"stylesheet\">
  86.     <link rel=\"stylesheet\" href=\"";
  87.         // line 26
  88.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("back/plugins/select2/css/select2.min.css"), "html"nulltrue);
  89.         echo "\">
  90.     <link rel=\"stylesheet\" href=\"";
  91.         // line 27
  92.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("back/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css"), "html"nulltrue);
  93.         echo "\">
  94.     <link rel=\"stylesheet\" type=\"text/css\" href=\"";
  95.         // line 28
  96.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/magnific-popup.css"), "html"nulltrue);
  97.         echo "\">
  98.     <link href=\"";
  99.         // line 29
  100.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/headerV2.css"), "html"nulltrue);
  101.         echo "\" rel=\"stylesheet\">
  102.     <link href=\"";
  103.         // line 30
  104.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("css/slick.css"), "html"nulltrue);
  105.         echo "\" type=\"text/css\" rel=\"stylesheet\">
  106.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  107.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  108.     <!--[if lt IE 9]>
  109.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js\"></script>
  110.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  111.     <![endif]-->
  112.     ";
  113.         // line 37
  114.         $this->displayBlock('style'$context$blocks);
  115.         // line 38
  116.         echo "</head>
  117. <body>
  118. ";
  119.         // line 41
  120.         if (((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "request", [], "any"falsefalsefalse41), "attributes", [], "any"falsefalsefalse41), "get", [=> "_route"], "method"falsefalsefalse41) != "front_subscription_company_step2") && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'41$this->source); })()), "request", [], "any"falsefalsefalse41), "attributes", [], "any"falsefalsefalse41), "get", [=> "_route"], "method"falsefalsefalse41) != "front_subscription_company_step1"))) {
  121.             // line 42
  122.             echo "    ";
  123.             echo twig_include($this->env$context"front/inc/header.html.twig");
  124.             echo "
  125. ";
  126.         }
  127.         // line 44
  128.         echo "
  129. ";
  130.         // line 45
  131.         $this->displayBlock('body'$context$blocks);
  132.         // line 46
  133.         echo "
  134. <script type=\"text/javascript\" src=\"//www.cookieconsent.com/releases/3.1.0/cookie-consent.js\"></script>
  135. <script type=\"text/javascript\">
  136.     document.addEventListener('DOMContentLoaded', function () {
  137.         cookieconsent.run({\"notice_banner_type\":\"simple\",\"consent_type\":\"express\",\"palette\":\"dark\",\"language\":\"fr\",\"website_name\":\"http://www.providders.com/\"});
  138.     });
  139. </script>
  140. <noscript>ePrivacy and GPDR Cookie Consent by <a href=\"https://www.CookieConsent.com/\" rel=\"nofollow noopener\">Cookie Consent</a></noscript>
  141. ";
  142.         // line 56
  143.         if (((((twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "attributes", [], "any"falsefalsefalse56), "get", [=> "_route"], "method"falsefalsefalse56) != "app_login") && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "attributes", [], "any"falsefalsefalse56), "get", [=> "_route"], "method"falsefalsefalse56) != "app_login_enterprise")) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "attributes", [], "any"falsefalsefalse56), "get", [=> "_route"], "method"falsefalsefalse56) != "front_subscription_company_step2")) && (twig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->sourcetwig_get_attribute($this->env$this->source, (isset($context["app"]) || array_key_exists("app"$context) ? $context["app"] : (function () { throw new RuntimeError('Variable "app" does not exist.'56$this->source); })()), "request", [], "any"falsefalsefalse56), "attributes", [], "any"falsefalsefalse56), "get", [=> "_route"], "method"falsefalsefalse56) != "front_subscription_company_step1"))) {
  144.             // line 57
  145.             echo "    ";
  146.             echo twig_include($this->env$context"front/inc/footer.html.twig");
  147.             echo "
  148.     <!-- tiny-footer-section -->
  149.     <div class=\"tiny-footer\">
  150.         <div class=\"container\">
  151.             <div class=\"row\">
  152.                 <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-right\">
  153.                     <p>© ";
  154.             // line 63
  155.             echo twig_escape_filter($this->envtwig_date_format_filter($this->env"now""Y"), "html"nulltrue);
  156.             echo " Providders. Tous Droits Réservés.</p>
  157.                 </div>
  158.             </div>
  159.         </div>
  160.     </div>
  161. ";
  162.         }
  163.         // line 69
  164.         echo "<!-- /.tiny-footer-section -->
  165. <a href=\"javascript:\" id=\"return-to-top\"><i class=\"fa fa-angle-up\"></i></a>
  166. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  167. <script src=\"";
  168.         // line 72
  169.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.min.js"), "html"nulltrue);
  170.         echo "\"></script>
  171. <!-- Include all compiled plugins (below), or include individual files as needed -->
  172. <script src=\"";
  173.         // line 74
  174.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/bootstrap.bundle.min.js"), "html"nulltrue);
  175.         echo "\"></script>
  176. <script src=\"";
  177.         // line 75
  178.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/menumaker.min.js"), "html"nulltrue);
  179.         echo "\"></script>
  180. <!-- owl-carousel js -->
  181. <script src=\"";
  182.         // line 77
  183.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/owl.carousel.min.js"), "html"nulltrue);
  184.         echo "\"></script>
  185. <!-- nice-select js -->
  186. <script src=\"";
  187.         // line 79
  188.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.nice-select.min.js"), "html"nulltrue);
  189.         echo "\"></script>
  190. <script src=\"";
  191.         // line 80
  192.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/fastclick.js"), "html"nulltrue);
  193.         echo "\"></script>
  194. <script src=\"";
  195.         // line 81
  196.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/custom-script.js"), "html"nulltrue);
  197.         echo "\"></script>
  198. <script src=\"";
  199.         // line 82
  200.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/return-to-top.js"), "html"nulltrue);
  201.         echo "\"></script>
  202. <script src=\"";
  203.         // line 83
  204.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("back/plugins/select2/js/select2.full.min.js"), "html"nulltrue);
  205.         echo "\"></script>
  206. <script src=\"";
  207.         // line 84
  208.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery.magnific-popup.min.js"), "html"nulltrue);
  209.         echo "\"></script>
  210. <script src=\"";
  211.         // line 85
  212.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/jquery-ui.js"), "html"nulltrue);
  213.         echo "\"></script>
  214. <script src=\"";
  215.         // line 86
  216.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("js/slick.min.js"), "html"nulltrue);
  217.         echo "\"></script>
  218. <script>
  219.     \$(function () {
  220.         \$('.select2').select2({
  221.             containerCss: {
  222.                 'height': '50px',
  223.                 'line-height': '40px',
  224.                 'padding': '10px 14px',
  225.                 'text-align': 'left!important',
  226.                 'position': 'relative',
  227.                 'font-weight': 'normal',
  228.                 //'border': '1px solid #cfced0',
  229.                 'border-radius': '2px',
  230.                 'box-sizing': 'border-box',
  231.                 'cursor': 'pointer',
  232.                 'display': 'block',
  233.                 'font-size': '14px',
  234.                 'outline': 'none',
  235.                 'color': '#343031',
  236.                 'white-space': 'nowrap'
  237.             }
  238.         })
  239.         if (\$(\"#user_weddingDatebar, #taskdate\").length) {
  240.             \$(\"#user_weddingDatebar, #taskdate\").datepicker({
  241.                 minDate: \"+1\",
  242.                 maxDate: \"+1Y +3M\",
  243.                 clearText: 'Effacer', clearStatus: '',
  244.                 closeText: 'Fermer', closeStatus: 'Fermer sans modifier',
  245.                 prevText: '<Préc', prevStatus: 'Voir le mois précédent',
  246.                 nextText: 'Suiv>', nextStatus: 'Voir le mois suivant',
  247.                 currentText: 'Courant', currentStatus: 'Voir le mois courant',
  248.                 monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
  249.                     'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
  250.                 monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
  251.                     'Jul','Aoû','Sep','Oct','Nov','Déc'],
  252.                 monthStatus: 'Voir un autre mois', yearStatus: 'Voir un autre année',
  253.                 weekHeader: 'Sm', weekStatus: '',
  254.                 dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
  255.                 dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
  256.                 dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
  257.                 dayStatus: 'Utiliser DD comme premier jour de la semaine', dateStatus: 'Choisir le DD, MM d',
  258.                 dateFormat: 'dd/mm/yy', firstDay: 0,
  259.                 initStatus: 'Choisir la date', isRTL: false
  260.             });
  261.         }
  262.     })
  263. </script>
  264. <script>
  265.     \$('#link_search').click(function () {
  266.         if(\$('#form_header').css('display') == 'none') {
  267.             \$('#form_header').css('display', 'flex');
  268.         } else {
  269.             \$('#form_header').css('display', 'none');
  270.         }
  271.     })
  272. </script>
  273. <script>
  274.     ";
  275.         // line 147
  276.         echo "    \$('#idPrestataires').hover(function () {
  277.         \$('#dropDownPrestataires').addClass('Myshow');
  278.     }, function () {
  279.         \$('#dropDownPrestataires').removeClass('Myshow');
  280.     })
  281.     \$('#idServices').hover(function () {
  282.         \$('#dropDownServices').addClass('Myshow');
  283.     }, function () {
  284.         \$('#dropDownServices').removeClass('Myshow');
  285.     })
  286.     ";
  287.         // line 159
  288.         echo "    \$('#voirPlus').click(function () {
  289.         if(\$('#rowPrestataire').css('height') == '100%') {
  290.             \$('#rowPrestataire').css('height', '140rem');
  291.             console.log(\"tafiditra\")
  292.         } else {
  293.             \$('#rowPrestataire').css('height', '100%');
  294.             \$('.flou').css('display', 'none');
  295.         }
  296.     })
  297.    ";
  298.         // line 170
  299.         echo "    \$('.autoplay').slick({
  300.         slidesToShow: 4,
  301.         slidesToScroll: 2,
  302.         autoplay: false,
  303.         autoplaySpeed: 2000,
  304.             prevArrow: '<i class=\"fas fa-angle-left leftF\"></i>',
  305.             nextArrow: '<i class=\"fas fa-angle-right rightF\"></i>',
  306.         responsive: [{
  307.             breakpoint: 1024,
  308.                 settings: {
  309.                     slidesToShow: 3,
  310.                     slidesToScroll: 1,
  311.                     // centerMode: true,
  312.                 }
  313.             }, {
  314.             breakpoint: 800,
  315.                 settings: {
  316.                     slidesToShow: 2,
  317.                     slidesToScroll: 1,
  318.                 }
  319.             },  {
  320.             breakpoint: 480,
  321.                 settings: {
  322.                     slidesToShow: 1,
  323.                     slidesToScroll: 1,
  324.                 }
  325.         }]
  326.     });
  327.     ";
  328.         // line 201
  329.         echo "    \$('.container-slide-image').slick({
  330.         slidesToShow: 1,
  331.         slidesToScroll: 1,
  332.         prevArrow: '<i class=\"fas fa-angle-left PleftF\"></i>',
  333.         nextArrow: '<i class=\"fas fa-angle-right PrightF\"></i>',
  334.         dots:true,
  335.     })
  336.     var flechL = document.querySelectorAll('.PleftF,.PrightF');
  337.     var oneBlock = document.querySelectorAll('.container-block-companies');
  338.     oneBlock.forEach(function(el){
  339.         var leftFlech = el.firstChild.nextElementSibling.querySelector('.PleftF');
  340.         var rightFlech = el.firstChild.nextElementSibling.querySelector('.PrightF');
  341.         if(leftFlech){
  342.             el.addEventListener('mouseover', function(){
  343.                 leftFlech.style.display = \"block\";
  344.                 rightFlech.style.display = \"block\";
  345.             })
  346.             el.addEventListener('mouseout', function(){
  347.                 leftFlech.style.display = \"none\";
  348.                 rightFlech.style.display = \"none\";
  349.             })
  350.         }
  351.     })
  352.     flechL.forEach(function(el){
  353.         el.style.display = \"none\";
  354.     })
  355.     ";
  356.         // line 231
  357.         echo "    
  358. </script>
  359. ";
  360.         // line 233
  361.         $this->displayBlock('javascript'$context$blocks);
  362.         // line 234
  363.         echo "</body>
  364. </html>
  365. ";
  366.         
  367.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  368.         
  369.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  370.     }
  371.     // line 9
  372.     public function block_meta($context, array $blocks = [])
  373.     {
  374.         $macros $this->macros;
  375.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  376.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  377.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  378.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta"));
  379.         
  380.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  381.         
  382.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  383.     }
  384.     // line 37
  385.     public function block_style($context, array $blocks = [])
  386.     {
  387.         $macros $this->macros;
  388.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  389.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  390.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  391.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""style"));
  392.         
  393.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  394.         
  395.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  396.     }
  397.     // line 45
  398.     public function block_body($context, array $blocks = [])
  399.     {
  400.         $macros $this->macros;
  401.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  402.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  403.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  404.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""body"));
  405.         
  406.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  407.         
  408.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  409.     }
  410.     // line 233
  411.     public function block_javascript($context, array $blocks = [])
  412.     {
  413.         $macros $this->macros;
  414.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  415.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  416.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  417.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascript"));
  418.         
  419.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  420.         
  421.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  422.     }
  423.     public function getTemplateName()
  424.     {
  425.         return "base_front.html.twig";
  426.     }
  427.     public function isTraitable()
  428.     {
  429.         return false;
  430.     }
  431.     public function getDebugInfo()
  432.     {
  433.         return array (  453 => 233,  435 => 45,  417 => 37,  399 => 9,  386 => 234,  384 => 233,  380 => 231,  349 => 201,  317 => 170,  305 => 159,  292 => 147,  229 => 86,  225 => 85,  221 => 84,  217 => 83,  213 => 82,  209 => 81,  205 => 80,  201 => 79,  196 => 77,  191 => 75,  187 => 74,  182 => 72,  177 => 69,  168 => 63,  158 => 57,  156 => 56,  144 => 46,  142 => 45,  139 => 44,  133 => 42,  131 => 41,  126 => 38,  124 => 37,  114 => 30,  110 => 29,  106 => 28,  102 => 27,  98 => 26,  94 => 25,  90 => 24,  85 => 22,  80 => 20,  76 => 19,  71 => 17,  62 => 11,  59 => 10,  57 => 9,  47 => 1,);
  434.     }
  435.     public function getSourceContext()
  436.     {
  437.         return new Source("<!DOCTYPE html>
  438. <html lang=\"fr\">
  439. <head>
  440.     <meta charset=\"utf-8\">
  441.     <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\">
  442.     <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">
  443.     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  444.     {% block meta %}{% endblock %}
  445.     <!-- Bootstrap -->
  446.     <link href=\"{{ asset('css/bootstrap.min.css') }}\" rel=\"stylesheet\">
  447.     <!-- Google Fonts -->
  448.     <link href=\"https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i\" rel=\"stylesheet\">
  449.     <!-- FontAwesome icon -->
  450.     <link href=\"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/css/all.min.css\" rel=\"stylesheet\">
  451.     <!-- Fontello icon -->
  452.     <link href=\"{{ asset('fontello/css/fontello.css') }}\" rel=\"stylesheet\">
  453.     <!-- OwlCarosuel CSS -->
  454.     <link href=\"{{ asset('css/owl.carousel.css') }}\" type=\"text/css\" rel=\"stylesheet\">
  455.     <link href=\"{{ asset('css/owl.theme.default.css') }}\" type=\"text/css\" rel=\"stylesheet\">
  456.     <!-- Favicon icon -->
  457.     <link rel=\"shortcut icon\" type=\"image/x-icon\" href=\"{{ asset('images/favicon.ico') }}\">
  458.     <!-- Style CSS -->
  459.     <link href=\"{{ asset('css/style.css') }}\" rel=\"stylesheet\">
  460.     <link href=\"{{ asset('css/jquery-ui.css') }}\" rel=\"stylesheet\">
  461.     <link rel=\"stylesheet\" href=\"{{ asset('back/plugins/select2/css/select2.min.css') }}\">
  462.     <link rel=\"stylesheet\" href=\"{{ asset('back/plugins/select2-bootstrap4-theme/select2-bootstrap4.min.css') }}\">
  463.     <link rel=\"stylesheet\" type=\"text/css\" href=\"{{ asset('css/magnific-popup.css') }}\">
  464.     <link href=\"{{ asset('css/headerV2.css') }}\" rel=\"stylesheet\">
  465.     <link href=\"{{ asset('css/slick.css') }}\" type=\"text/css\" rel=\"stylesheet\">
  466.     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  467.     <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  468.     <!--[if lt IE 9]>
  469.     <script src=\"https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js\"></script>
  470.     <script src=\"https://oss.maxcdn.com/respond/1.4.2/respond.min.js\"></script>
  471.     <![endif]-->
  472.     {% block style %}{% endblock %}
  473. </head>
  474. <body>
  475. {% if app.request.attributes.get('_route') != 'front_subscription_company_step2' and app.request.attributes.get('_route') != 'front_subscription_company_step1' %}
  476.     {{ include('front/inc/header.html.twig') }}
  477. {% endif %}
  478. {% block body %}{% endblock %}
  479. <script type=\"text/javascript\" src=\"//www.cookieconsent.com/releases/3.1.0/cookie-consent.js\"></script>
  480. <script type=\"text/javascript\">
  481.     document.addEventListener('DOMContentLoaded', function () {
  482.         cookieconsent.run({\"notice_banner_type\":\"simple\",\"consent_type\":\"express\",\"palette\":\"dark\",\"language\":\"fr\",\"website_name\":\"http://www.providders.com/\"});
  483.     });
  484. </script>
  485. <noscript>ePrivacy and GPDR Cookie Consent by <a href=\"https://www.CookieConsent.com/\" rel=\"nofollow noopener\">Cookie Consent</a></noscript>
  486. {% if app.request.attributes.get('_route') != 'app_login' and app.request.attributes.get('_route') != 'app_login_enterprise' and app.request.attributes.get('_route') != 'front_subscription_company_step2' and app.request.attributes.get('_route') != 'front_subscription_company_step1' %}
  487.     {{ include('front/inc/footer.html.twig') }}
  488.     <!-- tiny-footer-section -->
  489.     <div class=\"tiny-footer\">
  490.         <div class=\"container\">
  491.             <div class=\"row\">
  492.                 <div class=\"col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12 text-right\">
  493.                     <p>© {{ 'now'|date('Y') }} Providders. Tous Droits Réservés.</p>
  494.                 </div>
  495.             </div>
  496.         </div>
  497.     </div>
  498. {% endif %}
  499. <!-- /.tiny-footer-section -->
  500. <a href=\"javascript:\" id=\"return-to-top\"><i class=\"fa fa-angle-up\"></i></a>
  501. <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
  502. <script src=\"{{ asset('js/jquery.min.js') }}\"></script>
  503. <!-- Include all compiled plugins (below), or include individual files as needed -->
  504. <script src=\"{{ asset('js/bootstrap.bundle.min.js') }}\"></script>
  505. <script src=\"{{ asset('js/menumaker.min.js') }}\"></script>
  506. <!-- owl-carousel js -->
  507. <script src=\"{{ asset('js/owl.carousel.min.js') }}\"></script>
  508. <!-- nice-select js -->
  509. <script src=\"{{ asset('js/jquery.nice-select.min.js') }}\"></script>
  510. <script src=\"{{ asset('js/fastclick.js') }}\"></script>
  511. <script src=\"{{ asset('js/custom-script.js') }}\"></script>
  512. <script src=\"{{ asset('js/return-to-top.js') }}\"></script>
  513. <script src=\"{{ asset('back/plugins/select2/js/select2.full.min.js') }}\"></script>
  514. <script src=\"{{ asset('js/jquery.magnific-popup.min.js') }}\"></script>
  515. <script src=\"{{ asset('js/jquery-ui.js') }}\"></script>
  516. <script src=\"{{ asset('js/slick.min.js') }}\"></script>
  517. <script>
  518.     \$(function () {
  519.         \$('.select2').select2({
  520.             containerCss: {
  521.                 'height': '50px',
  522.                 'line-height': '40px',
  523.                 'padding': '10px 14px',
  524.                 'text-align': 'left!important',
  525.                 'position': 'relative',
  526.                 'font-weight': 'normal',
  527.                 //'border': '1px solid #cfced0',
  528.                 'border-radius': '2px',
  529.                 'box-sizing': 'border-box',
  530.                 'cursor': 'pointer',
  531.                 'display': 'block',
  532.                 'font-size': '14px',
  533.                 'outline': 'none',
  534.                 'color': '#343031',
  535.                 'white-space': 'nowrap'
  536.             }
  537.         })
  538.         if (\$(\"#user_weddingDatebar, #taskdate\").length) {
  539.             \$(\"#user_weddingDatebar, #taskdate\").datepicker({
  540.                 minDate: \"+1\",
  541.                 maxDate: \"+1Y +3M\",
  542.                 clearText: 'Effacer', clearStatus: '',
  543.                 closeText: 'Fermer', closeStatus: 'Fermer sans modifier',
  544.                 prevText: '<Préc', prevStatus: 'Voir le mois précédent',
  545.                 nextText: 'Suiv>', nextStatus: 'Voir le mois suivant',
  546.                 currentText: 'Courant', currentStatus: 'Voir le mois courant',
  547.                 monthNames: ['Janvier','Février','Mars','Avril','Mai','Juin',
  548.                     'Juillet','Août','Septembre','Octobre','Novembre','Décembre'],
  549.                 monthNamesShort: ['Jan','Fév','Mar','Avr','Mai','Jun',
  550.                     'Jul','Aoû','Sep','Oct','Nov','Déc'],
  551.                 monthStatus: 'Voir un autre mois', yearStatus: 'Voir un autre année',
  552.                 weekHeader: 'Sm', weekStatus: '',
  553.                 dayNames: ['Dimanche','Lundi','Mardi','Mercredi','Jeudi','Vendredi','Samedi'],
  554.                 dayNamesShort: ['Dim','Lun','Mar','Mer','Jeu','Ven','Sam'],
  555.                 dayNamesMin: ['Di','Lu','Ma','Me','Je','Ve','Sa'],
  556.                 dayStatus: 'Utiliser DD comme premier jour de la semaine', dateStatus: 'Choisir le DD, MM d',
  557.                 dateFormat: 'dd/mm/yy', firstDay: 0,
  558.                 initStatus: 'Choisir la date', isRTL: false
  559.             });
  560.         }
  561.     })
  562. </script>
  563. <script>
  564.     \$('#link_search').click(function () {
  565.         if(\$('#form_header').css('display') == 'none') {
  566.             \$('#form_header').css('display', 'flex');
  567.         } else {
  568.             \$('#form_header').css('display', 'none');
  569.         }
  570.     })
  571. </script>
  572. <script>
  573.     {# console.log(\"navigateur: \", navigator.userAgent.toLowerCase()); #}
  574.     \$('#idPrestataires').hover(function () {
  575.         \$('#dropDownPrestataires').addClass('Myshow');
  576.     }, function () {
  577.         \$('#dropDownPrestataires').removeClass('Myshow');
  578.     })
  579.     \$('#idServices').hover(function () {
  580.         \$('#dropDownServices').addClass('Myshow');
  581.     }, function () {
  582.         \$('#dropDownServices').removeClass('Myshow');
  583.     })
  584.     {# Voir plus #}
  585.     \$('#voirPlus').click(function () {
  586.         if(\$('#rowPrestataire').css('height') == '100%') {
  587.             \$('#rowPrestataire').css('height', '140rem');
  588.             console.log(\"tafiditra\")
  589.         } else {
  590.             \$('#rowPrestataire').css('height', '100%');
  591.             \$('.flou').css('display', 'none');
  592.         }
  593.     })
  594.    {# slide image  #}
  595.     \$('.autoplay').slick({
  596.         slidesToShow: 4,
  597.         slidesToScroll: 2,
  598.         autoplay: false,
  599.         autoplaySpeed: 2000,
  600.             prevArrow: '<i class=\"fas fa-angle-left leftF\"></i>',
  601.             nextArrow: '<i class=\"fas fa-angle-right rightF\"></i>',
  602.         responsive: [{
  603.             breakpoint: 1024,
  604.                 settings: {
  605.                     slidesToShow: 3,
  606.                     slidesToScroll: 1,
  607.                     // centerMode: true,
  608.                 }
  609.             }, {
  610.             breakpoint: 800,
  611.                 settings: {
  612.                     slidesToShow: 2,
  613.                     slidesToScroll: 1,
  614.                 }
  615.             },  {
  616.             breakpoint: 480,
  617.                 settings: {
  618.                     slidesToShow: 1,
  619.                     slidesToScroll: 1,
  620.                 }
  621.         }]
  622.     });
  623.     {# Slide img block prestataire #}
  624.     \$('.container-slide-image').slick({
  625.         slidesToShow: 1,
  626.         slidesToScroll: 1,
  627.         prevArrow: '<i class=\"fas fa-angle-left PleftF\"></i>',
  628.         nextArrow: '<i class=\"fas fa-angle-right PrightF\"></i>',
  629.         dots:true,
  630.     })
  631.     var flechL = document.querySelectorAll('.PleftF,.PrightF');
  632.     var oneBlock = document.querySelectorAll('.container-block-companies');
  633.     oneBlock.forEach(function(el){
  634.         var leftFlech = el.firstChild.nextElementSibling.querySelector('.PleftF');
  635.         var rightFlech = el.firstChild.nextElementSibling.querySelector('.PrightF');
  636.         if(leftFlech){
  637.             el.addEventListener('mouseover', function(){
  638.                 leftFlech.style.display = \"block\";
  639.                 rightFlech.style.display = \"block\";
  640.             })
  641.             el.addEventListener('mouseout', function(){
  642.                 leftFlech.style.display = \"none\";
  643.                 rightFlech.style.display = \"none\";
  644.             })
  645.         }
  646.     })
  647.     flechL.forEach(function(el){
  648.         el.style.display = \"none\";
  649.     })
  650.     {# var isAndroid = /android/i.test(navigator.userAgent.toLowerCase()); #}
  651.     
  652. </script>
  653. {% block javascript %}{% endblock %}
  654. </body>
  655. </html>
  656. ""base_front.html.twig""/var/www/vhosts/providders.com/httpdocs/providders.com/templates/base_front.html.twig");
  657.     }
  658. }