var/cache/dev/twig/ce/cec4b4fb72a62f42dc6d61d706ea65841f681ff729f50b3b0f6d4494c9ab50a6.php line 85

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. /* front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig */
  14. class __TwigTemplate_d6e2d543e6cbefd39b86824d9dddd66f15c1a25f4a9c61198105e7137e25d757 extends \Twig\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.         // line 465
  23.         $_trait_0 $this->loadTemplate("front_v4/mca/landing_page/form/_contact_form.html.twig""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"465);
  24.         if (!$_trait_0->isTraitable()) {
  25.             throw new RuntimeError('Template "'."front_v4/mca/landing_page/form/_contact_form.html.twig".'" cannot be used as a trait.'465$this->source);
  26.         }
  27.         $_trait_0_blocks $_trait_0->getBlocks();
  28.         if (!isset($_trait_0_blocks["inc_content"])) {
  29.             throw new RuntimeError('Block "inc_content" is not defined in trait "front_v4/mca/landing_page/form/_contact_form.html.twig".'465$this->source);
  30.         }
  31.         $_trait_0_blocks["form_contact_content"] = $_trait_0_blocks["inc_content"]; unset($_trait_0_blocks["inc_content"]);
  32.         // line 484
  33.         $_trait_1 $this->loadTemplate("front_v4/mca/landing_page/form/_contact_form.html.twig""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"484);
  34.         if (!$_trait_1->isTraitable()) {
  35.             throw new RuntimeError('Template "'."front_v4/mca/landing_page/form/_contact_form.html.twig".'" cannot be used as a trait.'484$this->source);
  36.         }
  37.         $_trait_1_blocks $_trait_1->getBlocks();
  38.         if (!isset($_trait_1_blocks["inc_javascript"])) {
  39.             throw new RuntimeError('Block "inc_javascript" is not defined in trait "front_v4/mca/landing_page/form/_contact_form.html.twig".'484$this->source);
  40.         }
  41.         $_trait_1_blocks["form_contact_javascript"] = $_trait_1_blocks["inc_javascript"]; unset($_trait_1_blocks["inc_javascript"]);
  42.         $this->traits array_merge(
  43.             $_trait_0_blocks,
  44.             $_trait_1_blocks
  45.         );
  46.         $this->blocks array_merge(
  47.             $this->traits,
  48.             [
  49.                 'meta_title' => [$this'block_meta_title'],
  50.                 'meta_description' => [$this'block_meta_description'],
  51.                 'content' => [$this'block_content'],
  52.                 'javascripts' => [$this'block_javascripts'],
  53.             ]
  54.         );
  55.     }
  56.     protected function doGetParent(array $context)
  57.     {
  58.         // line 1
  59.         return "front_v4/base.html.twig";
  60.     }
  61.     protected function doDisplay(array $context, array $blocks = [])
  62.     {
  63.         $macros $this->macros;
  64.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  65.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"));
  66.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  67.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "template""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"));
  68.         $this->parent $this->loadTemplate("front_v4/base.html.twig""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"1);
  69.         $this->parent->display($contextarray_merge($this->blocks$blocks));
  70.         
  71.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  72.         
  73.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  74.     }
  75.     // line 3
  76.     public function block_meta_title($context, array $blocks = [])
  77.     {
  78.         $macros $this->macros;
  79.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  80.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  81.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  82.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_title"));
  83.         echo "Audioprothésiste : Devenez partenaire de Mon Centre Auditif";
  84.         
  85.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  86.         
  87.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  88.     }
  89.     // line 4
  90.     public function block_meta_description($context, array $blocks = [])
  91.     {
  92.         $macros $this->macros;
  93.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  94.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  95.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  96.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""meta_description"));
  97.         echo "Audioprothésiste, vous pouvez indexer votre centre. Grâce à notre interface Mon Centre Auditif, recevez en temps réel les demandes de bilan auditif.";
  98.         
  99.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  100.         
  101.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  102.     }
  103.     // line 6
  104.     public function block_content($context, array $blocks = [])
  105.     {
  106.         $macros $this->macros;
  107.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  108.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  109.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  110.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""content"));
  111.         // line 7
  112.         echo "    <div id=\"register-container\">
  113.         <div class=\"bg-light\">
  114.             <!-- Hero -->
  115.             <div class=\"container-fluid position-relative content-space-3\">
  116.                 <div class=\"row justify-content-center justify-content-lg-around align-items-lg-top\">
  117.                     <div class=\"col-md-10 col-lg-6\">
  118.                         <!-- Heading -->
  119.                         <div class=\"mb-7\">
  120.                             <div class=\"mb-5\">
  121.                                   <span class=\"h1 text-primary text-highlight-warning\">
  122.                                     <span>Audioprothésiste</span>
  123.                                   </span>
  124.                                 <h1 class=\"h2 mb-3\">
  125.                                     Obtenez facilement des RDV dédiés pour vos centres auditifs.
  126.                                 </h1>
  127.                                 <p>Mon Centre Auditif vous met en relation directe et exclusive avec des particuliers en recherche d’un centre auditif proche de leur domicile.</p>
  128.                             </div>
  129.                             <p class=\"mb-1\">Les services disponibles sur Mon Centre Auditif :</p>
  130.                             <ul class=\"list-checked list-checked-primary mb-5\">
  131.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">1.</span> Indexez vos centres</li>
  132.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">2.</span> Achat de mises en relations</li>
  133.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">3.</span> Campagne SMS</li>
  134.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">4.</span> Référencement premium de vos pages</li>
  135.                             </ul>
  136.                         </div>
  137.                         <!-- End Title & Description -->
  138.                         <div class=\"position-relative\">
  139.                             <!-- Video Section -->
  140.                             <div id=\"youTubeVideoPlayer\" class=\"text-center\">
  141.                                 <!-- Cover Image -->
  142.                                 ";
  143.         // line 39
  144.         echo "                                <img class=\"img-fluid u-video-player__preview rounded-2\"
  145.                                      src=\"";
  146.         // line 40
  147.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/landing-page/lp-freelancer/miniature_video_mca.png"), "html"nulltrue);
  148.         echo "\"
  149.                                      alt=\"Indexer sur Mon Centre Auditif\">
  150.                                 <!-- End Cover Image -->
  151.                                 <!-- Play Button -->
  152.                                 <a class=\"video-player video-player-btn\"
  153.                                    href=\"https://www.youtube.com/watch?v=g4FhgCs_x5k\" role=\"button\"
  154.                                    data-fslightbox=\"youtube-video\"
  155.                                    style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\">
  156.                                       <span class=\"d-flex justify-content-center align-items-center\">
  157.                                         <span class=\"video-player-icon shadow-sm\">
  158.                                           <i class=\"bi-play-fill\"></i>
  159.                                         </span>
  160.                                       </span>
  161.                                 </a>
  162.                                 <!-- End Play Button -->
  163.                             </div>
  164.                             <!-- End Video Section -->
  165.                         </div>
  166.                         <div class=\"row justify-content-lg-center space-1\">
  167.                             <div class=\"col-12\">
  168.                                 ";
  169.         // line 61
  170.         echo "                                ";
  171.         // line 62
  172.         echo "                                ";
  173.         // line 63
  174.         echo "                                ";
  175.         // line 64
  176.         echo "                                ";
  177.         // line 65
  178.         echo "                                ";
  179.         // line 66
  180.         echo "                                ";
  181.         // line 67
  182.         echo "                                ";
  183.         // line 68
  184.         echo "                                ";
  185.         // line 69
  186.         echo "                                ";
  187.         // line 70
  188.         echo "
  189.                                 ";
  190.         // line 72
  191.         echo "                                ";
  192.         // line 73
  193.         echo "                                ";
  194.         // line 74
  195.         echo "                                ";
  196.         // line 75
  197.         echo "                                ";
  198.         // line 76
  199.         echo "
  200.                                 ";
  201.         // line 78
  202.         echo "                                ";
  203.         // line 79
  204.         echo "                                ";
  205.         // line 80
  206.         echo "                                ";
  207.         // line 81
  208.         echo "                                ";
  209.         // line 82
  210.         echo "                                ";
  211.         // line 83
  212.         echo "                                ";
  213.         // line 84
  214.         echo "                                ";
  215.         // line 85
  216.         echo "                                ";
  217.         // line 86
  218.         echo "                                ";
  219.         // line 87
  220.         echo "
  221.                                 ";
  222.         // line 89
  223.         echo "                                ";
  224.         // line 90
  225.         echo "                                ";
  226.         // line 91
  227.         echo "                                ";
  228.         // line 92
  229.         echo "                                ";
  230.         // line 93
  231.         echo "
  232.                                 ";
  233.         // line 95
  234.         echo "                                ";
  235.         // line 96
  236.         echo "                                ";
  237.         // line 97
  238.         echo "                                ";
  239.         // line 98
  240.         echo "                                ";
  241.         // line 99
  242.         echo "                                ";
  243.         // line 100
  244.         echo "                                ";
  245.         // line 101
  246.         echo "                                ";
  247.         // line 102
  248.         echo "                                ";
  249.         // line 103
  250.         echo "                                ";
  251.         // line 104
  252.         echo "
  253.                                 ";
  254.         // line 106
  255.         echo "                                ";
  256.         // line 107
  257.         echo "                                ";
  258.         // line 108
  259.         echo "                                ";
  260.         // line 109
  261.         echo "                                ";
  262.         // line 110
  263.         echo "
  264.                                 ";
  265.         // line 112
  266.         echo "                                ";
  267.         // line 113
  268.         echo "                                ";
  269.         // line 114
  270.         echo "                                ";
  271.         // line 115
  272.         echo "                                ";
  273.         // line 116
  274.         echo "                                ";
  275.         // line 117
  276.         echo "                                ";
  277.         // line 118
  278.         echo "                                ";
  279.         // line 119
  280.         echo "                                ";
  281.         // line 120
  282.         echo "                                ";
  283.         // line 121
  284.         echo "
  285.                                 ";
  286.         // line 123
  287.         echo "                                ";
  288.         // line 124
  289.         echo "                                ";
  290.         // line 125
  291.         echo "                                ";
  292.         // line 126
  293.         echo "                                ";
  294.         // line 127
  295.         echo "                            </div>
  296.                         </div>
  297.                     </div>
  298.                     <!-- End Col -->
  299.                     <div class=\"col-lg-6 col-xl-5 mt-8 mt-lg-0\">
  300.                         <!-- Card -->
  301.                         <div class=\"card mx-0 mx-sm-10 mx-lg-0\">
  302.                             <div class=\"card-header border-bottom text-center p-2 p-sm-4\">
  303.                                 <h4 class=\"card-header-title\">Créer un compte professionnel<span
  304.                                             class=\"badge bg-warning text-dark rounded-pill ms-2 text-uppercase\">sans engagement</span>
  305.                                 </h4>
  306.                             </div>
  307.                             <div class=\"card-body\">
  308.                                 <!-- Form -->
  309.                                 ";
  310.         // line 141
  311.         $this->loadTemplate("@FOSUser/Registration/register_content.html.twig""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"141)->display($context);
  312.         // line 142
  313.         echo "                                <!-- End Form -->
  314.                             </div>
  315.                         </div>
  316.                         <!-- End Card -->
  317.                     </div>
  318.                     <!-- End Col -->
  319.                 </div>
  320.                 <!-- End Row -->
  321.             </div>
  322.             <!-- End Hero -->
  323.         </div>
  324.         <!-- Clients Section -->
  325.         <div class=\"container content-space-1\">
  326.             <div class=\"row align-items-lg-center\">
  327.                 <div class=\"col-md-7 col-lg-8 mb-5 mb-md-0\">
  328.                     <div class=\"row\">
  329.                         ";
  330.         // line 159
  331.         $context['_parent'] = $context;
  332.         $context['_seq'] = twig_ensure_traversable(twig_slice($this->envtwig_array_filter($this->env, (isset($context["hearingBrands"]) || array_key_exists("hearingBrands"$context) ? $context["hearingBrands"] : (function () { throw new RuntimeError('Variable "hearingBrands" does not exist.'159$this->source); })()), function ($__hearingBrand__) use ($context$macros) { $context["hearingBrand"] = $__hearingBrand__; return twig_get_attribute($this->env$this->source$context["hearingBrand"], "presentable", [], "any"falsefalsefalse159); }), 06));
  333.         foreach ($context['_seq'] as $context["_key"] => $context["hearingBrand"]) {
  334.             // line 160
  335.             echo "                            <div class=\"col text-center py-3\">
  336.                                 <img class=\"avatar avatar-lg avatar-4x3\"
  337.                                      src=\"";
  338.             // line 162
  339.             echo twig_escape_filter($this->env$this->extensions['Liip\ImagineBundle\Templating\FilterExtension']->filter($this->env->getRuntime('Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime')->asset($context["hearingBrand"], "logoFile"), "brand_logo_small"), "html"nulltrue);
  340.             echo "\"
  341.                                      alt=\"Bilan Auditif ";
  342.             // line 163
  343.             echo twig_escape_filter($this->envtwig_get_attribute($this->env$this->source$context["hearingBrand"], "name", [], "any"falsefalsefalse163), "html"nulltrue);
  344.             echo "\" width=\"200px\">
  345.                             </div>
  346.                             <!-- End Col -->
  347.                         ";
  348.         }
  349.         $_parent $context['_parent'];
  350.         unset($context['_seq'], $context['_iterated'], $context['_key'], $context['hearingBrand'], $context['_parent'], $context['loop']);
  351.         $context array_intersect_key($context$_parent) + $_parent;
  352.         // line 167
  353.         echo "                    </div>
  354.                     <!-- End Row -->
  355.                 </div>
  356.                 <div class=\"col-md-5 col-lg-4\">
  357.                     <div class=\"ps-md-4\">
  358.                         <span class=\"d-inline display-3 text-primary  text-lh-sm\">8000</span><span
  359.                                 class=\"badge bg-warning rounded-pill align-top ml-1 fw-semibold\">centres intégrés</span>
  360.                         <p>et plus de 4 900 centres sont déjà partenaires. N'attendez plus, rejoignez nous et développez
  361.                             vos RDV en centre.</p>
  362.                     </div>
  363.                 </div>
  364.             </div>
  365.         </div>
  366.         <!-- End Clients Section -->
  367.         <div class=\"container space-2\">
  368.             <!-- Title -->
  369.             <div class=\"w-lg-80 text-center mx-lg-auto mb-9\">
  370.                 <h3 class=\"h2 fw-semibold mb-4\">Une visibilité sur un support Premium</h3>
  371.                 <p>Le référencement de vos centres vous permet d’apparaître
  372.                     sur 100% des recherches effectuées proches de votre centre.
  373.                     Affichez les informations relatives à vos points de ventes et <b>maîtrisez</b> votre communication
  374.                     digitale avec nos outils.</p>
  375.             </div>
  376.             <!-- End Title -->
  377.         </div>
  378.         ";
  379.         // line 194
  380.         $this->loadTemplate("front_v4/mca/components/_cta_full_size_simple.html.twig""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig"194)->display(twig_array_merge($context, ["title" => "<span class=\"fw-semibold\">Mon Centre Auditif</span> – la solution la plus simple pour collecter des RDV en centre.""link" => "#contact-form-mca""link_text" => "Comment ça marche ?"]));
  381.         // line 199
  382.         echo "
  383.         <!-- Description Content -->
  384.         <!-- Features Section -->
  385.         <div class=\"container content-space-1 content-space-b-lg-3\">
  386.             <!-- Title -->
  387.             <div class=\"w-lg-85 text-center mx-lg-auto mb-5\">
  388.                 <h2 class=\"fw-medium mb-4\">Découvrez comment notre service va vous aider à booster
  389.                     votre activité.</h2>
  390.                 <p>Depuis votre interface audioprothésiste Mon Centre Auditif, il est possible de recevoir en temps réel
  391.                     les
  392.                     demandes de bilan auditif d’internautes pour les traiter rapidement et convenir avec eux d’un RDV en
  393.                     centre. </p>
  394.             </div>
  395.             <!-- End Title -->
  396.             <!-- Fancybox -->
  397.             <div class=\"text-center mx-auto mb-11\">
  398.                 <a class=\"video-player btn btn-outline-primary\" href=\"https://www.youtube.com/watch?v=g4FhgCs_x5k\"
  399.                    role=\"button\" data-fslightbox=\"youtube-video\">
  400.                     <i class=\"bi-play-circle-fill me-1\"></i> Découvrez notre vidéo de présentation
  401.                 </a>
  402.             </div>
  403.             <!-- End Fancybox -->
  404.             <!-- Nav -->
  405.             <ul class=\"nav nav-segment nav-sm nav-pills nav-fill mx-auto justify-content-center my-7 w-lg-65\"
  406.                 role=\"tablist\">
  407.                 <li class=\"nav-item\">
  408.                     <a class=\"nav-link active\" id=\"nav-one-eg2-tab\" href=\"#nav-one-eg2\" data-bs-toggle=\"pill\"
  409.                        data-bs-target=\"#nav-one-eg2\" role=\"tab\" aria-controls=\"nav-one-eg2\" aria-selected=\"true\">
  410.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  411.                             <i class=\"bi bi-briefcase-fill me-1\"></i> Indépendants
  412.                         </div>
  413.                     </a>
  414.                 </li>
  415.                 <li class=\"nav-item\">
  416.                     <a class=\"nav-link\" id=\"nav-two-eg2-tab\" href=\"#nav-two-eg2\" data-bs-toggle=\"pill\"
  417.                        data-bs-target=\"#nav-two-eg2\" role=\"tab\" aria-controls=\"nav-two-eg2\" aria-selected=\"false\">
  418.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  419.                             <i class=\"bi bi-people-fill me-1\"></i> Franchises et groupements
  420.                         </div>
  421.                     </a>
  422.                 </li>
  423.                 <li class=\"nav-item\">
  424.                     <a class=\"nav-link\" id=\"nav-three-eg2-tab\" href=\"#nav-three-eg2\" data-bs-toggle=\"pill\"
  425.                        data-bs-target=\"#nav-three-eg2\" role=\"tab\" aria-controls=\"nav-three-eg2\" aria-selected=\"false\">
  426.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  427.                             <i class=\"bi bi-buildings-fill me-1\"></i> Enseignes réseau
  428.                         </div>
  429.                     </a>
  430.                 </li>
  431.             </ul>
  432.             <!-- End Nav -->
  433.             <!-- Tab Content -->
  434.             <div class=\"tab-content\">
  435.                 <div class=\"tab-pane fade show active\" id=\"nav-one-eg2\" role=\"tabpanel\"
  436.                      aria-labelledby=\"nav-one-eg2-tab\">
  437.                     <!-- Mockup Block -->
  438.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  439.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  440.                             <!-- Info -->
  441.                             <div class=\"mb-5\">
  442.                                 <h3 class=\"h3 fw-semibold\">Vous êtes un indépendant ?</h3>
  443.                                 <p>Que vous possédiez un ou plusieurs centres auditifs, indexez votre
  444.                                     centre auditif et collectez des leads au plan national.</p>
  445.                             </div>
  446.                             <!-- End Info -->
  447.                             <!-- List Checked -->
  448.                             <ul class=\"list-checked list-checked-primary\">
  449.                                 <li class=\"list-checked-item\">Création de compte gratuite</li>
  450.                                 <li class=\"list-checked-item\">Gestion des prospects et clients via l’interface</li>
  451.                                 <li class=\"list-checked-item\">Centrale de prise de RDV à disposition</li>
  452.                                 <li class=\"list-checked-item\">Gestion visibilité par centre (indexation,
  453.                                     zone de chalandise, …)
  454.                                 </li>
  455.                                 <li class=\"list-checked-item\">Paiement sécurisé</li>
  456.                             </ul>
  457.                             <!-- End List Checked -->
  458.                         </div>
  459.                         <div class=\"col-lg-7 position-relative\">
  460.                             <!-- Devices -->
  461.                             <div class=\"devices\">
  462.                                 <!-- Mobile Device -->
  463.                                 <figure class=\"device-mobile rotated-3d-right\">
  464.                                     <div class=\"device-mobile-frame\">
  465.                                         <img class=\"device-mobile-img\"
  466.                                              src=\"";
  467.         // line 286
  468.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/landing-page/lp-freelancer/finder-mobile.png"), "html"nulltrue);
  469.         echo "\"
  470.                                              alt=\"Mon Centre Auditif\">
  471.                                     </div>
  472.                                 </figure>
  473.                                 <!-- End Mobile Device -->
  474.                                 <!-- Browser Device -->
  475.                                 <figure class=\"device-browser\">
  476.                                     <div class=\"device-browser-header\">
  477.                                         <div class=\"device-browser-header-btn-list\">
  478.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  479.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  480.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  481.                                         </div>
  482.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  483.                                     </div>
  484.                                     <div class=\"device-browser-frame\">
  485.                                         <img class=\"device-browser-img\"
  486.                                              src=\"";
  487.         // line 305
  488.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/landing-page/lp-freelancer/finder.png"), "html"nulltrue);
  489.         echo "\"
  490.                                              alt=\"Mon Centre auditif\">
  491.                                     </div>
  492.                                 </figure>
  493.                                 <!-- End Browser Device -->
  494.                             </div>
  495.                             <!-- End Devices -->
  496.                             <!-- SVG Component -->
  497.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  498.                                 <figure class=\"ie-abstract-shapes-2\">
  499.                                     <img class=\"js-svg-injector\"
  500.                                          src=\"";
  501.         // line 316
  502.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front_v4/svg/custom/components/bg-elements-2.svg"), "html"nulltrue);
  503.         echo "\"
  504.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  505.                                          data-parent=\"#SVGmockupBg\">
  506.                                 </figure>
  507.                             </div>
  508.                             <!-- End SVG Component -->
  509.                         </div>
  510.                     </div>
  511.                     <!-- End Mockup Block -->
  512.                 </div>
  513.                 <div class=\"tab-pane fade\" id=\"nav-two-eg2\" role=\"tabpanel\" aria-labelledby=\"nav-two-eg2-tab\">
  514.                     <!-- Mockup Block -->
  515.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  516.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  517.                             <!-- Info -->
  518.                             <div class=\"mb-5\">
  519.                                 <h3 class=\"h3 fw-semibold\">Vous êtes franchisé ?</h3>
  520.                                 <p>Depuis votre interface audioprothésiste Mon Centre Auditif, il est possible de
  521.                                     recevoir en temps réel les
  522.                                     demandes de bilan auditif d’internautes pour les traiter rapidement et convenir
  523.                                     avec eux d’un RDV en centre.</p>
  524.                             </div>
  525.                             <ul class=\"list-checked list-checked-primary\">
  526.                                 <li class=\"list-checked-item\">Intégrer et gérer facilement un pool de centres
  527.                                     franchisés
  528.                                 </li>
  529.                                 <li class=\"list-checked-item\">Création de compte gratuite pour chaque franchisé</li>
  530.                                 <li class=\"list-checked-item\">Facturation à la franchise ou par franchisé</li>
  531.                                 <li class=\"list-checked-item\">Gestion des prospects et clients via l’interface</li>
  532.                                 <li class=\"list-checked-item\">Page marque personnalisée avec produits, offres et
  533.                                     opérations en cours
  534.                                 </li>
  535.                                 <li class=\"list-checked-item\">Centrale de prise de RDV à disposition</li>
  536.                                 <li class=\"list-checked-item\">Paiement sécurisé</li>
  537.                             </ul>
  538.                             <!-- End Info -->
  539.                         </div>
  540.                         <div class=\"col-lg-7 position-relative\">
  541.                             <div class=\"pl-md-9\">
  542.                                 ";
  543.         // line 357
  544.         echo "                                <!-- Browser Device -->
  545.                                 <figure class=\"device-browser\">
  546.                                     <div class=\"device-browser-header\">
  547.                                         <div class=\"device-browser-header-btn-list\">
  548.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  549.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  550.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  551.                                         </div>
  552.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  553.                                     </div>
  554.                                     <div class=\"device-browser-frame\">
  555.                                         <img class=\"device-browser-img\"
  556.                                              src=\"";
  557.         // line 370
  558.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/landing-page/lp-freelancer/franchise.png"), "html"nulltrue);
  559.         echo "\"
  560.                                              alt=\"Mon Centre Auditif\">
  561.                                     </div>
  562.                                 </figure>
  563.                                 <!-- End Browser Device -->
  564.                             </div>
  565.                             <!-- SVG Component -->
  566.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  567.                                 <figure class=\"ie-abstract-shapes-4\">
  568.                                     <img class=\"js-svg-injector\"
  569.                                          src=\"";
  570.         // line 380
  571.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front_v4/svg/components/bg-elements-2.svg"), "html"nulltrue);
  572.         echo "\"
  573.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  574.                                          data-parent=\"#SVGmockupBg\">
  575.                                 </figure>
  576.                             </div>
  577.                             <!-- End SVG Component -->
  578.                         </div>
  579.                     </div>
  580.                     <!-- End Mockup Block -->
  581.                 </div>
  582.                 <div class=\"tab-pane fade\" id=\"nav-three-eg2\" role=\"tabpanel\" aria-labelledby=\"nav-three-eg2-tab\">
  583.                     <!-- Mockup Block -->
  584.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  585.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  586.                             <!-- Info -->
  587.                             <div class=\"mb-5\">
  588.                                 <h3 class=\"h3 fw-semibold\">Vous êtes une enseigne ?</h3>
  589.                             </div>
  590.                             <ul class=\"list-checked list-checked-primary\">
  591.                                 <li class=\"list-checked-item\">Création d’un compte annonceur gratuite</li>
  592.                                 <li class=\"list-checked-item\">Possibilité d’acquérir les demandes de RDV et de bilan
  593.                                     géolocalisées pour vos centres
  594.                                 </li>
  595.                                 <li class=\"list-checked-item\">Gestion visibilité par centre (indexation, zone de
  596.                                     chalandise, …)
  597.                                 </li>
  598.                                 <li class=\"list-checked-item\">Livraison des prospects par API sécurisée directement dans
  599.                                     votre CRM
  600.                                 </li>
  601.                                 <li class=\"list-checked-item\">Page Enseigne personnalisée avec produits, offres et
  602.                                     opérations en cours
  603.                                 </li>
  604.                             </ul>
  605.                             <!-- End Info -->
  606.                         </div>
  607.                         <div class=\"col-lg-7 position-relative\">
  608.                             <div class=\"pl-md-9\">
  609.                                 ";
  610.         // line 420
  611.         echo "                                <!-- Browser Device -->
  612.                                 <figure class=\"device-browser\">
  613.                                     <div class=\"device-browser-header\">
  614.                                         <div class=\"device-browser-header-btn-list\">
  615.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  616.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  617.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  618.                                         </div>
  619.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  620.                                     </div>
  621.                                     <div class=\"device-browser-frame\">
  622.                                         <img class=\"device-browser-img\"
  623.                                              src=\"";
  624.         // line 433
  625.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/landing-page/lp-freelancer/enseigne.png"), "html"nulltrue);
  626.         echo "\"
  627.                                              alt=\"Mon Centre Auditif\">
  628.                                     </div>
  629.                                 </figure>
  630.                                 <!-- End Browser Device -->
  631.                             </div>
  632.                             <!-- SVG Component -->
  633.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  634.                                 <figure class=\"ie-abstract-shapes-3\">
  635.                                     <img class=\"js-svg-injector\"
  636.                                          src=\"";
  637.         // line 443
  638.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front_v4/svg/components/bg-elements-2.svg"), "html"nulltrue);
  639.         echo "\"
  640.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  641.                                          data-parent=\"#SVGmockupBg\">
  642.                                 </figure>
  643.                             </div>
  644.                             <!-- End SVG Component -->
  645.                         </div>
  646.                     </div>
  647.                     <!-- End Mockup Block -->
  648.                 </div>
  649.             </div>
  650.             <!-- End Tab Content -->
  651.             <!--End Feature Description -->
  652.         </div>
  653.         <!-- End Features Section -->
  654.         <!-- Contacts -->
  655.         <div class=\"\">
  656.             <div class=\"bg-primary bg-img-start\"
  657.                  style=\"background-image: url(";
  658.         // line 462
  659.         echo twig_escape_filter($this->env$this->extensions['Symfony\Bridge\Twig\Extension\AssetExtension']->getAssetUrl("build/front_v4/svg/components/shape-7.svg"), "html"nulltrue);
  660.         echo ");\">
  661.                 <div class=\"container content-space-t-2 content-space-t-lg-3 content-space-b-1\">
  662.                     <!-- Contacts Section -->
  663.                     ";
  664.         // line 466
  665.         echo "                    ";
  666.         $this->displayBlock("form_contact_content"$context$blocks);
  667.         echo "
  668.                     <!-- End Contacts Section -->
  669.                 </div>
  670.             </div>
  671.         </div>
  672.         <!-- End Contacts -->
  673.     </div>
  674. ";
  675.         
  676.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  677.         
  678.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  679.     }
  680.     // line 476
  681.     public function block_javascripts($context, array $blocks = [])
  682.     {
  683.         $macros $this->macros;
  684.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e $this->extensions["Symfony\\Bundle\\WebProfilerBundle\\Twig\\WebProfilerExtension"];
  685.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->enter($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  686.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02 $this->extensions["Symfony\\Bridge\\Twig\\Extension\\ProfilerExtension"];
  687.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->enter($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof = new \Twig\Profiler\Profile($this->getTemplateName(), "block""javascripts"));
  688.         // line 477
  689.         echo "    <script
  690.             src=\"https://code.jquery.com/jquery-3.7.1.js\"
  691.             integrity=\"sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=\"
  692.             crossorigin=\"anonymous\"></script>
  693.     ";
  694.         // line 482
  695.         echo $this->extensions['Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension']->renderWebpackScriptTags("lp_freelancer");
  696.         echo "
  697.     ";
  698.         // line 485
  699.         echo "    ";
  700.         $this->displayBlock("form_contact_javascript"$context$blocks);
  701.         echo "
  702. ";
  703.         
  704.         $__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02->leave($__internal_319393461309892924ff6e74d6d6e64287df64b63545b994e100d4ab223aed02_prof);
  705.         
  706.         $__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e->leave($__internal_085b0142806202599c7fe3b329164a92397d8978207a37e79d70b8c52599e33e_prof);
  707.     }
  708.     public function getTemplateName()
  709.     {
  710.         return "front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig";
  711.     }
  712.     public function isTraitable()
  713.     {
  714.         return false;
  715.     }
  716.     public function getDebugInfo()
  717.     {
  718.         return array (  753 => 485,  748 => 482,  741 => 477,  731 => 476,  711 => 466,  705 => 462,  683 => 443,  670 => 433,  655 => 420,  613 => 380,  600 => 370,  585 => 357,  542 => 316,  528 => 305,  506 => 286,  417 => 199,  415 => 194,  386 => 167,  376 => 163,  372 => 162,  368 => 160,  364 => 159,  345 => 142,  343 => 141,  327 => 127,  325 => 126,  323 => 125,  321 => 124,  319 => 123,  316 => 121,  314 => 120,  312 => 119,  310 => 118,  308 => 117,  306 => 116,  304 => 115,  302 => 114,  300 => 113,  298 => 112,  295 => 110,  293 => 109,  291 => 108,  289 => 107,  287 => 106,  284 => 104,  282 => 103,  280 => 102,  278 => 101,  276 => 100,  274 => 99,  272 => 98,  270 => 97,  268 => 96,  266 => 95,  263 => 93,  261 => 92,  259 => 91,  257 => 90,  255 => 89,  252 => 87,  250 => 86,  248 => 85,  246 => 84,  244 => 83,  242 => 82,  240 => 81,  238 => 80,  236 => 79,  234 => 78,  231 => 76,  229 => 75,  227 => 74,  225 => 73,  223 => 72,  220 => 70,  218 => 69,  216 => 68,  214 => 67,  212 => 66,  210 => 65,  208 => 64,  206 => 63,  204 => 62,  202 => 61,  179 => 40,  176 => 39,  143 => 7,  133 => 6,  114 => 4,  95 => 3,  72 => 1,  41 => 484,  28 => 465,);
  719.     }
  720.     public function getSourceContext()
  721.     {
  722.         return new Source("{% extends 'front_v4/base.html.twig' %}
  723. {% block meta_title %}Audioprothésiste : Devenez partenaire de Mon Centre Auditif{% endblock meta_title %}
  724. {% block meta_description %}Audioprothésiste, vous pouvez indexer votre centre. Grâce à notre interface Mon Centre Auditif, recevez en temps réel les demandes de bilan auditif.{% endblock meta_description %}
  725. {% block content %}
  726.     <div id=\"register-container\">
  727.         <div class=\"bg-light\">
  728.             <!-- Hero -->
  729.             <div class=\"container-fluid position-relative content-space-3\">
  730.                 <div class=\"row justify-content-center justify-content-lg-around align-items-lg-top\">
  731.                     <div class=\"col-md-10 col-lg-6\">
  732.                         <!-- Heading -->
  733.                         <div class=\"mb-7\">
  734.                             <div class=\"mb-5\">
  735.                                   <span class=\"h1 text-primary text-highlight-warning\">
  736.                                     <span>Audioprothésiste</span>
  737.                                   </span>
  738.                                 <h1 class=\"h2 mb-3\">
  739.                                     Obtenez facilement des RDV dédiés pour vos centres auditifs.
  740.                                 </h1>
  741.                                 <p>Mon Centre Auditif vous met en relation directe et exclusive avec des particuliers en recherche d’un centre auditif proche de leur domicile.</p>
  742.                             </div>
  743.                             <p class=\"mb-1\">Les services disponibles sur Mon Centre Auditif :</p>
  744.                             <ul class=\"list-checked list-checked-primary mb-5\">
  745.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">1.</span> Indexez vos centres</li>
  746.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">2.</span> Achat de mises en relations</li>
  747.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">3.</span> Campagne SMS</li>
  748.                                 <li><span class=\"badge bg-soft-warning text-warning rounded-pill me-2 my-1\" style=\"min-width: 1.6rem;\">4.</span> Référencement premium de vos pages</li>
  749.                             </ul>
  750.                         </div>
  751.                         <!-- End Title & Description -->
  752.                         <div class=\"position-relative\">
  753.                             <!-- Video Section -->
  754.                             <div id=\"youTubeVideoPlayer\" class=\"text-center\">
  755.                                 <!-- Cover Image -->
  756.                                 {# Dimensions image : 1000px x 563px #}
  757.                                 <img class=\"img-fluid u-video-player__preview rounded-2\"
  758.                                      src=\"{{ asset('build/landing-page/lp-freelancer/miniature_video_mca.png') }}\"
  759.                                      alt=\"Indexer sur Mon Centre Auditif\">
  760.                                 <!-- End Cover Image -->
  761.                                 <!-- Play Button -->
  762.                                 <a class=\"video-player video-player-btn\"
  763.                                    href=\"https://www.youtube.com/watch?v=g4FhgCs_x5k\" role=\"button\"
  764.                                    data-fslightbox=\"youtube-video\"
  765.                                    style=\"position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);\">
  766.                                       <span class=\"d-flex justify-content-center align-items-center\">
  767.                                         <span class=\"video-player-icon shadow-sm\">
  768.                                           <i class=\"bi-play-fill\"></i>
  769.                                         </span>
  770.                                       </span>
  771.                                 </a>
  772.                                 <!-- End Play Button -->
  773.                             </div>
  774.                             <!-- End Video Section -->
  775.                         </div>
  776.                         <div class=\"row justify-content-lg-center space-1\">
  777.                             <div class=\"col-12\">
  778.                                 {#                                <!-- Icon Blocks --> #}
  779.                                 {#                                <div class=\"d-flex pe-md-5\"> #}
  780.                                 {#                                    <div class=\"flex-shrink-0\"> #}
  781.                                 {#                                        <div class=\"svg-icon text-primary\"> #}
  782.                                 {#                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> #}
  783.                                 {#                                                <path opacity=\"0.3\" d=\"M18.0624 15.3453L13.1624 20.7453C12.5624 21.4453 11.5624 21.4453 10.9624 20.7453L6.06242 15.3453C4.56242 13.6453 3.76242 11.4453 4.06242 8.94534C4.56242 5.34534 7.46242 2.44534 11.0624 2.04534C15.8624 1.54534 19.9624 5.24534 19.9624 9.94534C20.0624 12.0453 19.2624 13.9453 18.0624 15.3453Z\" fill=\"#035A4B\"/> #}
  784.                                 {#                                                <path d=\"M12.0624 13.0453C13.7193 13.0453 15.0624 11.7022 15.0624 10.0453C15.0624 8.38849 13.7193 7.04535 12.0624 7.04535C10.4056 7.04535 9.06241 8.38849 9.06241 10.0453C9.06241 11.7022 10.4056 13.0453 12.0624 13.0453Z\" fill=\"#035A4B\"/> #}
  785.                                 {#                                            </svg> #}
  786.                                 {#                                        </div> #}
  787.                                 {#                                    </div> #}
  788.                                 {#                                    <div class=\"flex-grow-1 ms-3\"> #}
  789.                                 {#                                        <h4>Indexer vos centres</h4> #}
  790.                                 {#                                    </div> #}
  791.                                 {#                                </div> #}
  792.                                 {#                                <!-- End Icon Blocks --> #}
  793.                                 {#                                <!-- Icon Blocks --> #}
  794.                                 {#                                <div class=\"d-flex pe-md-5\"> #}
  795.                                 {#                                    <div class=\"flex-shrink-0\"> #}
  796.                                 {#                                        <div class=\"svg-icon text-primary\"> #}
  797.                                 {#                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> #}
  798.                                 {#                                                <path opacity=\"0.3\" fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 20.0217L8.47345 21.7285L6.86905 18.1542L3.07048 17.1949L4.13894 13.4256L1.84573 10.249L5.0871 8.04825L5.37225 4.14081L9.2699 4.5385L12 1.72852L14.7301 4.5385L18.6277 4.14081L18.9129 8.04825L22.1542 10.249L19.861 13.4256L20.9295 17.1949L17.1309 18.1542L15.5265 21.7285L12 20.0217Z\" fill=\"#008060\"/> #}
  799.                                 {#                                                <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.0001 15.006L10.0463 16.0332C9.81245 16.1561 9.5232 16.0662 9.40025 15.8324C9.3513 15.7393 9.33445 15.6326 9.3522 15.5289L9.72535 13.3533L8.1447 11.8126C7.9555 11.6282 7.95165 11.3253 8.13605 11.1361C8.2095 11.0608 8.3057 11.0118 8.4098 10.9967L10.5942 10.6792L11.5711 8.69985C11.6881 8.46295 11.9749 8.3657 12.2118 8.4826C12.3061 8.52915 12.3825 8.60555 12.4291 8.69985L13.4059 10.6792L15.5903 10.9967C15.8518 11.0346 16.0329 11.2774 15.9949 11.5388C15.9798 11.6429 15.9308 11.7392 15.8555 11.8126L14.2748 13.3533L14.6479 15.5289C14.6926 15.7893 14.5177 16.0366 14.2573 16.0812C14.1537 16.099 14.047 16.0821 13.9539 16.0332L12.0001 15.006Z\" fill=\"#008060\"/> #}
  800.                                 {#                                            </svg> #}
  801.                                 {#                                        </div> #}
  802.                                 {#                                    </div> #}
  803.                                 {#                                    <div class=\"flex-grow-1 ms-3\"> #}
  804.                                 {#                                        <h4>Achat de mises-en-relations</h4> #}
  805.                                 {#                                    </div> #}
  806.                                 {#                                </div> #}
  807.                                 {#                                <!-- End Icon Blocks --> #}
  808.                                 {#                                <!-- Icon Blocks --> #}
  809.                                 {#                                <div class=\"d-flex pe-md-5\"> #}
  810.                                 {#                                    <div class=\"flex-shrink-0\"> #}
  811.                                 {#                                        <div class=\"svg-icon text-primary\"> #}
  812.                                 {#                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> #}
  813.                                 {#                                                <path opacity=\"0.3\" d=\"M2 4V16C2 16.6 2.4 17 3 17H13L16.6 20.6C17.1 21.1 18 20.8 18 20V17H21C21.6 17 22 16.6 22 16V4C22 3.4 21.6 3 21 3H3C2.4 3 2 3.4 2 4Z\" fill=\"#035A4B\"/> #}
  814.                                 {#                                                <path d=\"M18 9H6C5.4 9 5 8.6 5 8C5 7.4 5.4 7 6 7H18C18.6 7 19 7.4 19 8C19 8.6 18.6 9 18 9ZM16 12C16 11.4 15.6 11 15 11H6C5.4 11 5 11.4 5 12C5 12.6 5.4 13 6 13H15C15.6 13 16 12.6 16 12Z\" fill=\"#035A4B\"/> #}
  815.                                 {#                                            </svg> #}
  816.                                 {#                                        </div> #}
  817.                                 {#                                    </div> #}
  818.                                 {#                                    <div class=\"flex-grow-1 ms-3\"> #}
  819.                                 {#                                        <h4>Campagne SMS</h4> #}
  820.                                 {#                                    </div> #}
  821.                                 {#                                </div> #}
  822.                                 {#                                <!-- End Icon Blocks --> #}
  823.                                 {#                                <!-- Icon Blocks --> #}
  824.                                 {#                                <div class=\"d-flex pe-md-5\"> #}
  825.                                 {#                                    <div class=\"flex-shrink-0\"> #}
  826.                                 {#                                        <div class=\"svg-icon text-primary\"> #}
  827.                                 {#                                            <svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"> #}
  828.                                 {#                                                <path d=\"M19.4 13.9411L10.7 5.24112C10.4 4.94112 10 4.84104 9.60001 5.04104C9.20001 5.24104 9 5.54107 9 5.94107V18.2411C9 18.6411 9.20001 18.941 9.60001 19.141C9.70001 19.241 9.9 19.2411 10 19.2411C10.2 19.2411 10.4 19.141 10.6 19.041C11.4 18.441 12.1 17.941 12.9 17.541L14.4 21.041C14.6 21.641 15.2 21.9411 15.8 21.9411C16 21.9411 16.2 21.9411 16.4 21.8411C17.2 21.5411 17.5 20.6411 17.2 19.8411L15.7 16.2411C16.7 15.9411 17.7 15.741 18.8 15.541C19.2 15.541 19.5 15.2411 19.6 14.8411C19.8 14.6411 19.7 14.2411 19.4 13.9411Z\" fill=\"#035A4B\"/> #}
  829.                                 {#                                                <path opacity=\"0.3\" d=\"M15 6.941C14.8 6.941 14.7 6.94102 14.6 6.84102C14.1 6.64102 13.9 6.04097 14.2 5.54097L15.2 3.54097C15.4 3.04097 16 2.84095 16.5 3.14095C17 3.34095 17.2 3.941 16.9 4.441L15.9 6.441C15.7 6.741 15.4 6.941 15 6.941ZM18.4 9.84102L20.4 8.84102C20.9 8.64102 21.1 8.04097 20.8 7.54097C20.6 7.04097 20 6.84095 19.5 7.14095L17.5 8.14095C17 8.34095 16.8 8.941 17.1 9.441C17.3 9.841 17.6 10.041 18 10.041C18.2 9.94097 18.3 9.94102 18.4 9.84102ZM7.10001 10.941C7.10001 10.341 6.70001 9.941 6.10001 9.941H4C3.4 9.941 3 10.341 3 10.941C3 11.541 3.4 11.941 4 11.941H6.10001C6.70001 11.941 7.10001 11.541 7.10001 10.941ZM4.89999 17.1409L6.89999 16.1409C7.39999 15.9409 7.59999 15.341 7.29999 14.841C7.09999 14.341 6.5 14.141 6 14.441L4 15.441C3.5 15.641 3.30001 16.241 3.60001 16.741C3.80001 17.141 4.1 17.341 4.5 17.341C4.6 17.241 4.79999 17.2409 4.89999 17.1409Z\" fill=\"#035A4B\"/> #}
  830.                                 {#                                            </svg> #}
  831.                                 {#                                        </div> #}
  832.                                 {#                                    </div> #}
  833.                                 {#                                    <div class=\"flex-grow-1 ms-3\"> #}
  834.                                 {#                                        <h4>Référencement premium de vos pages</h4> #}
  835.                                 {#                                    </div> #}
  836.                                 {#                                </div> #}
  837.                                 {#                                <!-- End Icon Blocks --> #}
  838.                             </div>
  839.                         </div>
  840.                     </div>
  841.                     <!-- End Col -->
  842.                     <div class=\"col-lg-6 col-xl-5 mt-8 mt-lg-0\">
  843.                         <!-- Card -->
  844.                         <div class=\"card mx-0 mx-sm-10 mx-lg-0\">
  845.                             <div class=\"card-header border-bottom text-center p-2 p-sm-4\">
  846.                                 <h4 class=\"card-header-title\">Créer un compte professionnel<span
  847.                                             class=\"badge bg-warning text-dark rounded-pill ms-2 text-uppercase\">sans engagement</span>
  848.                                 </h4>
  849.                             </div>
  850.                             <div class=\"card-body\">
  851.                                 <!-- Form -->
  852.                                 {% include('@FOSUser/Registration/register_content.html.twig') %}
  853.                                 <!-- End Form -->
  854.                             </div>
  855.                         </div>
  856.                         <!-- End Card -->
  857.                     </div>
  858.                     <!-- End Col -->
  859.                 </div>
  860.                 <!-- End Row -->
  861.             </div>
  862.             <!-- End Hero -->
  863.         </div>
  864.         <!-- Clients Section -->
  865.         <div class=\"container content-space-1\">
  866.             <div class=\"row align-items-lg-center\">
  867.                 <div class=\"col-md-7 col-lg-8 mb-5 mb-md-0\">
  868.                     <div class=\"row\">
  869.                         {% for hearingBrand in hearingBrands|filter(hearingBrand => hearingBrand.presentable)|slice(0, 6) %}
  870.                             <div class=\"col text-center py-3\">
  871.                                 <img class=\"avatar avatar-lg avatar-4x3\"
  872.                                      src=\"{{ vich_uploader_asset(hearingBrand, 'logoFile') | imagine_filter('brand_logo_small') }}\"
  873.                                      alt=\"Bilan Auditif {{ hearingBrand.name }}\" width=\"200px\">
  874.                             </div>
  875.                             <!-- End Col -->
  876.                         {% endfor %}
  877.                     </div>
  878.                     <!-- End Row -->
  879.                 </div>
  880.                 <div class=\"col-md-5 col-lg-4\">
  881.                     <div class=\"ps-md-4\">
  882.                         <span class=\"d-inline display-3 text-primary  text-lh-sm\">8000</span><span
  883.                                 class=\"badge bg-warning rounded-pill align-top ml-1 fw-semibold\">centres intégrés</span>
  884.                         <p>et plus de 4 900 centres sont déjà partenaires. N'attendez plus, rejoignez nous et développez
  885.                             vos RDV en centre.</p>
  886.                     </div>
  887.                 </div>
  888.             </div>
  889.         </div>
  890.         <!-- End Clients Section -->
  891.         <div class=\"container space-2\">
  892.             <!-- Title -->
  893.             <div class=\"w-lg-80 text-center mx-lg-auto mb-9\">
  894.                 <h3 class=\"h2 fw-semibold mb-4\">Une visibilité sur un support Premium</h3>
  895.                 <p>Le référencement de vos centres vous permet d’apparaître
  896.                     sur 100% des recherches effectuées proches de votre centre.
  897.                     Affichez les informations relatives à vos points de ventes et <b>maîtrisez</b> votre communication
  898.                     digitale avec nos outils.</p>
  899.             </div>
  900.             <!-- End Title -->
  901.         </div>
  902.         {% include 'front_v4/mca/components/_cta_full_size_simple.html.twig' with {
  903.             title: '<span class=\"fw-semibold\">Mon Centre Auditif</span> – la solution la plus simple pour collecter des RDV en centre.',
  904.             link: '#contact-form-mca',
  905.             link_text: 'Comment ça marche ?',
  906.         } %}
  907.         <!-- Description Content -->
  908.         <!-- Features Section -->
  909.         <div class=\"container content-space-1 content-space-b-lg-3\">
  910.             <!-- Title -->
  911.             <div class=\"w-lg-85 text-center mx-lg-auto mb-5\">
  912.                 <h2 class=\"fw-medium mb-4\">Découvrez comment notre service va vous aider à booster
  913.                     votre activité.</h2>
  914.                 <p>Depuis votre interface audioprothésiste Mon Centre Auditif, il est possible de recevoir en temps réel
  915.                     les
  916.                     demandes de bilan auditif d’internautes pour les traiter rapidement et convenir avec eux d’un RDV en
  917.                     centre. </p>
  918.             </div>
  919.             <!-- End Title -->
  920.             <!-- Fancybox -->
  921.             <div class=\"text-center mx-auto mb-11\">
  922.                 <a class=\"video-player btn btn-outline-primary\" href=\"https://www.youtube.com/watch?v=g4FhgCs_x5k\"
  923.                    role=\"button\" data-fslightbox=\"youtube-video\">
  924.                     <i class=\"bi-play-circle-fill me-1\"></i> Découvrez notre vidéo de présentation
  925.                 </a>
  926.             </div>
  927.             <!-- End Fancybox -->
  928.             <!-- Nav -->
  929.             <ul class=\"nav nav-segment nav-sm nav-pills nav-fill mx-auto justify-content-center my-7 w-lg-65\"
  930.                 role=\"tablist\">
  931.                 <li class=\"nav-item\">
  932.                     <a class=\"nav-link active\" id=\"nav-one-eg2-tab\" href=\"#nav-one-eg2\" data-bs-toggle=\"pill\"
  933.                        data-bs-target=\"#nav-one-eg2\" role=\"tab\" aria-controls=\"nav-one-eg2\" aria-selected=\"true\">
  934.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  935.                             <i class=\"bi bi-briefcase-fill me-1\"></i> Indépendants
  936.                         </div>
  937.                     </a>
  938.                 </li>
  939.                 <li class=\"nav-item\">
  940.                     <a class=\"nav-link\" id=\"nav-two-eg2-tab\" href=\"#nav-two-eg2\" data-bs-toggle=\"pill\"
  941.                        data-bs-target=\"#nav-two-eg2\" role=\"tab\" aria-controls=\"nav-two-eg2\" aria-selected=\"false\">
  942.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  943.                             <i class=\"bi bi-people-fill me-1\"></i> Franchises et groupements
  944.                         </div>
  945.                     </a>
  946.                 </li>
  947.                 <li class=\"nav-item\">
  948.                     <a class=\"nav-link\" id=\"nav-three-eg2-tab\" href=\"#nav-three-eg2\" data-bs-toggle=\"pill\"
  949.                        data-bs-target=\"#nav-three-eg2\" role=\"tab\" aria-controls=\"nav-three-eg2\" aria-selected=\"false\">
  950.                         <div class=\"d-flex align-items-center justify-content-center text-primary fw-semibold\">
  951.                             <i class=\"bi bi-buildings-fill me-1\"></i> Enseignes réseau
  952.                         </div>
  953.                     </a>
  954.                 </li>
  955.             </ul>
  956.             <!-- End Nav -->
  957.             <!-- Tab Content -->
  958.             <div class=\"tab-content\">
  959.                 <div class=\"tab-pane fade show active\" id=\"nav-one-eg2\" role=\"tabpanel\"
  960.                      aria-labelledby=\"nav-one-eg2-tab\">
  961.                     <!-- Mockup Block -->
  962.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  963.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  964.                             <!-- Info -->
  965.                             <div class=\"mb-5\">
  966.                                 <h3 class=\"h3 fw-semibold\">Vous êtes un indépendant ?</h3>
  967.                                 <p>Que vous possédiez un ou plusieurs centres auditifs, indexez votre
  968.                                     centre auditif et collectez des leads au plan national.</p>
  969.                             </div>
  970.                             <!-- End Info -->
  971.                             <!-- List Checked -->
  972.                             <ul class=\"list-checked list-checked-primary\">
  973.                                 <li class=\"list-checked-item\">Création de compte gratuite</li>
  974.                                 <li class=\"list-checked-item\">Gestion des prospects et clients via l’interface</li>
  975.                                 <li class=\"list-checked-item\">Centrale de prise de RDV à disposition</li>
  976.                                 <li class=\"list-checked-item\">Gestion visibilité par centre (indexation,
  977.                                     zone de chalandise, …)
  978.                                 </li>
  979.                                 <li class=\"list-checked-item\">Paiement sécurisé</li>
  980.                             </ul>
  981.                             <!-- End List Checked -->
  982.                         </div>
  983.                         <div class=\"col-lg-7 position-relative\">
  984.                             <!-- Devices -->
  985.                             <div class=\"devices\">
  986.                                 <!-- Mobile Device -->
  987.                                 <figure class=\"device-mobile rotated-3d-right\">
  988.                                     <div class=\"device-mobile-frame\">
  989.                                         <img class=\"device-mobile-img\"
  990.                                              src=\"{{ asset('build/landing-page/lp-freelancer/finder-mobile.png') }}\"
  991.                                              alt=\"Mon Centre Auditif\">
  992.                                     </div>
  993.                                 </figure>
  994.                                 <!-- End Mobile Device -->
  995.                                 <!-- Browser Device -->
  996.                                 <figure class=\"device-browser\">
  997.                                     <div class=\"device-browser-header\">
  998.                                         <div class=\"device-browser-header-btn-list\">
  999.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1000.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1001.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1002.                                         </div>
  1003.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  1004.                                     </div>
  1005.                                     <div class=\"device-browser-frame\">
  1006.                                         <img class=\"device-browser-img\"
  1007.                                              src=\"{{ asset('build/landing-page/lp-freelancer/finder.png') }}\"
  1008.                                              alt=\"Mon Centre auditif\">
  1009.                                     </div>
  1010.                                 </figure>
  1011.                                 <!-- End Browser Device -->
  1012.                             </div>
  1013.                             <!-- End Devices -->
  1014.                             <!-- SVG Component -->
  1015.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  1016.                                 <figure class=\"ie-abstract-shapes-2\">
  1017.                                     <img class=\"js-svg-injector\"
  1018.                                          src=\"{{ asset('build/front_v4/svg/custom/components/bg-elements-2.svg') }}\"
  1019.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  1020.                                          data-parent=\"#SVGmockupBg\">
  1021.                                 </figure>
  1022.                             </div>
  1023.                             <!-- End SVG Component -->
  1024.                         </div>
  1025.                     </div>
  1026.                     <!-- End Mockup Block -->
  1027.                 </div>
  1028.                 <div class=\"tab-pane fade\" id=\"nav-two-eg2\" role=\"tabpanel\" aria-labelledby=\"nav-two-eg2-tab\">
  1029.                     <!-- Mockup Block -->
  1030.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  1031.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  1032.                             <!-- Info -->
  1033.                             <div class=\"mb-5\">
  1034.                                 <h3 class=\"h3 fw-semibold\">Vous êtes franchisé ?</h3>
  1035.                                 <p>Depuis votre interface audioprothésiste Mon Centre Auditif, il est possible de
  1036.                                     recevoir en temps réel les
  1037.                                     demandes de bilan auditif d’internautes pour les traiter rapidement et convenir
  1038.                                     avec eux d’un RDV en centre.</p>
  1039.                             </div>
  1040.                             <ul class=\"list-checked list-checked-primary\">
  1041.                                 <li class=\"list-checked-item\">Intégrer et gérer facilement un pool de centres
  1042.                                     franchisés
  1043.                                 </li>
  1044.                                 <li class=\"list-checked-item\">Création de compte gratuite pour chaque franchisé</li>
  1045.                                 <li class=\"list-checked-item\">Facturation à la franchise ou par franchisé</li>
  1046.                                 <li class=\"list-checked-item\">Gestion des prospects et clients via l’interface</li>
  1047.                                 <li class=\"list-checked-item\">Page marque personnalisée avec produits, offres et
  1048.                                     opérations en cours
  1049.                                 </li>
  1050.                                 <li class=\"list-checked-item\">Centrale de prise de RDV à disposition</li>
  1051.                                 <li class=\"list-checked-item\">Paiement sécurisé</li>
  1052.                             </ul>
  1053.                             <!-- End Info -->
  1054.                         </div>
  1055.                         <div class=\"col-lg-7 position-relative\">
  1056.                             <div class=\"pl-md-9\">
  1057.                                 {#                                Dimensions image : 1000px x 663px #}
  1058.                                 <!-- Browser Device -->
  1059.                                 <figure class=\"device-browser\">
  1060.                                     <div class=\"device-browser-header\">
  1061.                                         <div class=\"device-browser-header-btn-list\">
  1062.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1063.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1064.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1065.                                         </div>
  1066.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  1067.                                     </div>
  1068.                                     <div class=\"device-browser-frame\">
  1069.                                         <img class=\"device-browser-img\"
  1070.                                              src=\"{{ asset('build/landing-page/lp-freelancer/franchise.png') }}\"
  1071.                                              alt=\"Mon Centre Auditif\">
  1072.                                     </div>
  1073.                                 </figure>
  1074.                                 <!-- End Browser Device -->
  1075.                             </div>
  1076.                             <!-- SVG Component -->
  1077.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  1078.                                 <figure class=\"ie-abstract-shapes-4\">
  1079.                                     <img class=\"js-svg-injector\"
  1080.                                          src=\"{{ asset('build/front_v4/svg/components/bg-elements-2.svg') }}\"
  1081.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  1082.                                          data-parent=\"#SVGmockupBg\">
  1083.                                 </figure>
  1084.                             </div>
  1085.                             <!-- End SVG Component -->
  1086.                         </div>
  1087.                     </div>
  1088.                     <!-- End Mockup Block -->
  1089.                 </div>
  1090.                 <div class=\"tab-pane fade\" id=\"nav-three-eg2\" role=\"tabpanel\" aria-labelledby=\"nav-three-eg2-tab\">
  1091.                     <!-- Mockup Block -->
  1092.                     <div class=\"row justify-content-lg-between align-items-lg-center\">
  1093.                         <div class=\"col-lg-4 mb-9 mb-lg-0\">
  1094.                             <!-- Info -->
  1095.                             <div class=\"mb-5\">
  1096.                                 <h3 class=\"h3 fw-semibold\">Vous êtes une enseigne ?</h3>
  1097.                             </div>
  1098.                             <ul class=\"list-checked list-checked-primary\">
  1099.                                 <li class=\"list-checked-item\">Création d’un compte annonceur gratuite</li>
  1100.                                 <li class=\"list-checked-item\">Possibilité d’acquérir les demandes de RDV et de bilan
  1101.                                     géolocalisées pour vos centres
  1102.                                 </li>
  1103.                                 <li class=\"list-checked-item\">Gestion visibilité par centre (indexation, zone de
  1104.                                     chalandise, …)
  1105.                                 </li>
  1106.                                 <li class=\"list-checked-item\">Livraison des prospects par API sécurisée directement dans
  1107.                                     votre CRM
  1108.                                 </li>
  1109.                                 <li class=\"list-checked-item\">Page Enseigne personnalisée avec produits, offres et
  1110.                                     opérations en cours
  1111.                                 </li>
  1112.                             </ul>
  1113.                             <!-- End Info -->
  1114.                         </div>
  1115.                         <div class=\"col-lg-7 position-relative\">
  1116.                             <div class=\"pl-md-9\">
  1117.                                 {#                                Dimensions image : 1000px x 896px #}
  1118.                                 <!-- Browser Device -->
  1119.                                 <figure class=\"device-browser\">
  1120.                                     <div class=\"device-browser-header\">
  1121.                                         <div class=\"device-browser-header-btn-list\">
  1122.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1123.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1124.                                             <span class=\"device-browser-header-btn-list-btn\"></span>
  1125.                                         </div>
  1126.                                         <div class=\"device-browser-header-browser-bar\">www.mon-centre-auditif.com</div>
  1127.                                     </div>
  1128.                                     <div class=\"device-browser-frame\">
  1129.                                         <img class=\"device-browser-img\"
  1130.                                              src=\"{{ asset('build/landing-page/lp-freelancer/enseigne.png') }}\"
  1131.                                              alt=\"Mon Centre Auditif\">
  1132.                                     </div>
  1133.                                 </figure>
  1134.                                 <!-- End Browser Device -->
  1135.                             </div>
  1136.                             <!-- SVG Component -->
  1137.                             <div class=\"position-absolute bottom-0 left-0 w-75 z-index-n1\">
  1138.                                 <figure class=\"ie-abstract-shapes-3\">
  1139.                                     <img class=\"js-svg-injector\"
  1140.                                          src=\"{{ asset('build/front_v4/svg/components/bg-elements-2.svg') }}\"
  1141.                                          alt=\"Espace professionnels Mon Centre Auditif\"
  1142.                                          data-parent=\"#SVGmockupBg\">
  1143.                                 </figure>
  1144.                             </div>
  1145.                             <!-- End SVG Component -->
  1146.                         </div>
  1147.                     </div>
  1148.                     <!-- End Mockup Block -->
  1149.                 </div>
  1150.             </div>
  1151.             <!-- End Tab Content -->
  1152.             <!--End Feature Description -->
  1153.         </div>
  1154.         <!-- End Features Section -->
  1155.         <!-- Contacts -->
  1156.         <div class=\"\">
  1157.             <div class=\"bg-primary bg-img-start\"
  1158.                  style=\"background-image: url({{ asset('build/front_v4/svg/components/shape-7.svg') }});\">
  1159.                 <div class=\"container content-space-t-2 content-space-t-lg-3 content-space-b-1\">
  1160.                     <!-- Contacts Section -->
  1161.                     {% use 'front_v4/mca/landing_page/form/_contact_form.html.twig' with inc_content as form_contact_content %}
  1162.                     {{ block('form_contact_content') }}
  1163.                     <!-- End Contacts Section -->
  1164.                 </div>
  1165.             </div>
  1166.         </div>
  1167.         <!-- End Contacts -->
  1168.     </div>
  1169. {% endblock content %}
  1170. {% block javascripts %}
  1171.     <script
  1172.             src=\"https://code.jquery.com/jquery-3.7.1.js\"
  1173.             integrity=\"sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=\"
  1174.             crossorigin=\"anonymous\"></script>
  1175.     {{ encore_entry_script_tags('lp_freelancer') }}
  1176.     {% use 'front_v4/mca/landing_page/form/_contact_form.html.twig' with inc_javascript as form_contact_javascript %}
  1177.     {{ block('form_contact_javascript') }}
  1178. {% endblock javascripts %}
  1179. ""front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig""/var/www/hearing_store_locator/templates/front_v4/mca/landing_page/freelancer/lp_freelancer.html.twig");
  1180.     }
  1181. }