templates/front_v4/mca/homepage/homepage.html.twig line 127

Open in your IDE?
  1. {% extends 'front_v4/base.html.twig' %}
  2. {% block meta_title %}Trouvez les centres auditifs à proximité de chez vous{% endblock meta_title %}
  3. {% block meta_description %}Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.{% endblock meta_description %}
  4. {% block meta_custom %}
  5.     <meta name="author" content="Mon centre auditif">
  6.     <meta property="og:type" content="business.business">
  7.     <meta property="og:title" content="Mon centre Auditif">
  8.     <meta property="og:description"
  9.           content="Prenez rendez-vous avec les centres auditifs proches de chez vous afin de réaliser un bilan auditif gratuit.">
  10.     <meta property="og:image" content="https://mon-centre-auditif.com/build/mon_centre_auditif_facebook_og.png">
  11.     <script type="application/ld+json">
  12.         {
  13.             "@context": "https://schema.org",
  14.             "@type": "Corporation",
  15.             "name": "Mon-centre-auditif",
  16.             "alternateName": "MCA",
  17.             "url": "https://www.mon-centre-auditif.com",
  18.             "logo": "https://mon-centre-auditif.com/build/mca_logo_horizontal.png",
  19.             "contactPoint": {
  20.                 "@type": "ContactPoint",
  21.                 "telephone": "0484268197",
  22.                 "contactType": "customer service",
  23.                 "areaServed": "FR",
  24.                 "availableLanguage": "fr"
  25.             },
  26.             "sameAs": [
  27.                 "https://www.facebook.com/MonCentreAuditif/",
  28.                 "https://fr.linkedin.com/company/auditif"
  29.             ]
  30.         }
  31.     </script>
  32. {% endblock meta_custom %}
  33. {% block stylesheets %}
  34.     {{ encore_entry_link_tags('homepage') }}
  35. {% endblock stylesheets %}
  36. {% set hideNavbar = true %}
  37. {% block content %}
  38.     {% include 'front_v4/mca/partials/_navbar_sticky_toggle.html.twig' %}
  39.     <!-- Hero -->
  40.     <div class="bg-img-hero">
  41.         <div class="gradient-overlay-half-dark-v2">
  42.             <div class="container px-5 px-md-1">
  43.                 <div class="row justify-content-lg-between">
  44.                     <div class="col-12 col-lg-8 mb-5 mb-md-0 content-space-t-2 content-space-md-3 content-space-xl-4">
  45.                         <div class="mb-3">
  46.                             <h1 id="main-title-home" class="text-white">Trouvez un <span
  47.                                         class="fw-semibold text-warning">centre auditif</span> proche de chez
  48.                                 vous</h1>
  49.                         </div>
  50.                         <form id="finder-form" data-url="{{ path('find_nearest_store') }}">
  51.                             <!-- Input Card -->
  52.                             <div class="d-block input-card input-card-pill input-card-sm border p-1 mb-3">
  53.                                 <div class="row align-items-center justify-content-between">
  54.                                     <div class="col-10 col-md-7">
  55.                                         <div class="border-0 d-flex align-content-center">
  56.                                             <label for="searchAnswersForm" class="form-label visually-hidden">Search for
  57.                                                 answers</label>
  58.                                             <input id="search-term"
  59.                                                    class="form-control rounded shadow-none rounded-5" name="finder"
  60.                                                    ref="autocomplete" v-model="form.address" type="text"
  61.                                                    data-postal-code="null"
  62.                                                    data-redirect-path="{{ path('find_nearest_store') }}"
  63.                                                    placeholder="Entrez votre adresse postale" aria-label="Code postal">
  64.                                         </div>
  65.                                     </div>
  66.                                     <div class="col-2 col-md-1 d-flex justify-content-md-end">
  67.                                         <button type="submit" class="btn btn-white btn-rounded border-0 p-0 text-primary"
  68.                                                 id="geolocation-btn" aria-label="Localisation">
  69.                                             <span class="bi bi-crosshair"></span>
  70.                                         </button>
  71.                                     </div>
  72.                                     <div class="col-12 col-md-4">
  73.                                         <button id="search-btn" type="submit"
  74.                                                 class="btn btn-lg btn-block btn-primary w-100 btn-home-rd fw-semibold rounded-pill px-5">
  75.                                             Rechercher
  76.                                         </button>
  77.                                     </div>
  78.                                 </div>
  79.                             </div>
  80.                             <!-- End Input Card -->
  81.                             {#                            <!-- Links --> #}
  82.                             {#                            <div class="d-flex form-text small"> #}
  83.                             {#                                <p class="text-nowrap">Rercherchez parmis plus de 5400 centres auditifs</p> #}
  84.                             {#                            </div> #}
  85.                             {#                            <!-- End Links --> #}
  86.                         </form>
  87.                     </div>
  88.                     <!-- End Col -->
  89.                     <div class="col-12 col-lg-4 align-self-end justify-content-end float-end">
  90.                         <div class="float-end my-5">
  91.                             <a class="text-white fw-semibold" href="{{ path('lp_freelancer') }}"><i
  92.                                         class="bi bi-arrow-right"></i>
  93.                                 Indexer un nouveau centre auditif</a>
  94.                         </div>
  95.                     </div>
  96.                     <!-- End Col -->
  97.                 </div>
  98.                 <!-- End Row -->
  99.             </div>
  100.         </div>
  101.     </div>
  102.     <!-- End Hero -->
  103.     <!-- Clients Section -->
  104.     <div class="container content-space-t-1">
  105.         <h2 class="text-center text-secondary mb-3 font-size-md-down-3">Mon Centre Auditif référence les plus
  106.             grandes enseignes</h2>
  107.     </div>
  108.     <div class="content-space-b-1">
  109.         <!-- Swiper -->
  110.         <div class="hearing-brand-swiper swiper">
  111.             <div class="swiper-wrapper align-items-center">
  112.                 {% for hearingBrand in hearingBrands %}
  113.                     {% if hearingBrand.presentable and hearingBrand.logoPath != "" %}
  114.                         <div class="swiper-slide">
  115.                             {# Dimension image : 200px x (valeur de la hauteur dépend du logo)px #}
  116.                             <picture class="avatar avatar-xl avatar-4x3 avatar-centered">
  117.                                 <source srcset="{{ vich_uploader_asset(hearingBrand, 'logoFile') | imagine_filter('brand_logo_carrousel_webp') }}"
  118.                                         type="image/webp">
  119.                                 <source srcset="{{ vich_uploader_asset(hearingBrand, 'logoFile') | imagine_filter('brand_logo_carrousel_png') }}"
  120.                                         type="image/png">
  121.                                 <img src="{{ vich_uploader_asset(hearingBrand, 'logoFile') | imagine_filter('brand_logo_carrousel') }}"
  122.                                      class="avatar avatar-xl avatar-4x3 avatar-centered" width="200" height="80"
  123.                                      alt="Bilan Auditif {{ hearingBrand.name }}">
  124.                             </picture>
  125.                         </div>
  126.                     {% endif %}
  127.                 {% endfor %}
  128.             </div>
  129.         </div>
  130.         <!-- End Swiper -->
  131.     </div>
  132.     <!-- End Clients Section -->
  133.     <div class="container content-space-1">
  134.         <div class="mb-5">
  135.             <h2 class="text-center">Comment être dépisté rapidement ?</h2>
  136.             <p class="h4 text-center">3 solutions simples à votre disposition :</p>
  137.         </div>
  138.         <div class="row justify-content-lg-center">
  139.             <div class="col-md-4 mb-7 mb-lg-0">
  140.                 <!-- Content Spar -->
  141.                 <div class="text-center px-md-3 px-lg-4 h-100">
  142.                     <div class="d-flex justify-content-center u-indicator-steps__inner mr-3 btn btn-icon btn-soft-primary rounded-circle mb-3 mx-auto">
  143.                         <span class="display-4 text-primary ">1.</span>
  144.                     </div>
  145.                     <h3 class="h5 mb-7">Appelez-nous directement !</h3>
  146.                     <hr>
  147.                     <a id="hp-phone-number-call-mca" href="tel:{{ phoneNumberCallMca }}">
  148.                         <p class="mb-0"><span
  149.                                     class="h4 text-primary fw-semibold"><i class="bi bi-telephone-fill"></i>
  150.                                     {{ phoneNumberCallMca|format_french_phone_number }}</span>
  151.                         </p>
  152.                     </a>
  153.                 </div>
  154.                 <!-- End Content Spar -->
  155.             </div>
  156.             <div class="col-md-4 mb-7 mb-lg-0">
  157.                 <!-- Content Spar -->
  158.                 <div class="text-center px-md-3 px-lg-4 h-100">
  159.                     <div class="d-flex mr-3 justify-content-center u-indicator-steps__inner btn btn-icon btn-soft-primary rounded-circle mb-3 mx-auto">
  160.                         <span class="display-4 text-primary ">2.</span>
  161.                     </div>
  162.                     <h3 class="h5 mb-7">Demandez un rappel gratuit</h3>
  163.                     <hr>
  164.                     <form class="homepageForm" id="form-custom-witsmedia" method="post">
  165.                         <div class="form-group mb-3">
  166.                             <label for="lastname" class="d-none">Nom :</label>
  167.                             <input type="text" id="lastname" name="lastname" class="form-control" placeholder="Nom"
  168.                                    required>
  169.                         </div>
  170.                         <div class="form-group mb-3">
  171.                             <label for="firstname" class="d-none">Prénom :</label>
  172.                             <input type="text" id="firstname" name="firstname" class="form-control"
  173.                                    placeholder="Prénom" required>
  174.                         </div>
  175.                         <div class="form-group mb-3">
  176.                             <label for="phoneNumber" class="d-none">Téléphone :</label>
  177.                             <input type="tel" id="phoneNumber" name="phoneNumber"
  178.                                    class="form-control cleave-phone-number" placeholder="Téléphone" required>
  179.                         </div>
  180.                         <button id="hp-submit-form-custom-witsmedia" type="submit" class="btn btn-warning w-100"><i
  181.                                     class="bi bi-headset"></i> Rappelez-moi
  182.                         </button>
  183.                     </form>
  184.                     <p id="success-callback-request" class="d-none text-success">Vous allez être recontacté par
  185.                         notre équipe !
  186.                     </p>
  187.                 </div>
  188.                 <!-- End Content Spar -->
  189.             </div>
  190.             <div class="col-md-4">
  191.                 <!-- Stats -->
  192.                 <div class="text-center px-md-3 px-lg-7">
  193.                     <div class="-flex u-indicator-steps__inner mr-3 justify-content-center btn btn-icon btn-soft-primary rounded-circle mb-3 mx-auto">
  194.                         <span class="display-4 text-primary ">3.</span>
  195.                     </div>
  196.                     <h3 class="h5">Prenez RDV dans un centre partenaire</h3>
  197.                     <hr>
  198.                     <a id="hp-link-to-lp" class="btn btn-warning transition-3d-hover w-100"
  199.                        href="{{ url('index_acquisition_seo') }}">
  200.                         <i class="bi bi-shop-window"></i> Je prends RDV
  201.                         <span class="fas fa-angle-right ml-2"></span>
  202.                     </a>
  203.                 </div>
  204.                 <!-- End Stats -->
  205.             </div>
  206.         </div>
  207.     </div>
  208.     {% if freelancers is defined and freelancers is not empty %}
  209.         <hr>
  210.         <!-- Freelancer logo Section -->
  211.         <div class="container content-space-t-1">
  212.             <!-- Heading -->
  213.             <div class="w-md-85 w-lg-75 text-center mx-md-auto mb-6">
  214.                 <h2 class="font-size-md-down-1">Nous travaillons aussi avec plus de 200 audioprothésistes
  215.                     indépendants.</h2>
  216.                 <a href="{{ path('lp_freelancer') }}">Rejoignez la communauté</a>
  217.             </div>
  218.         </div>
  219.         <div class="content-space-b-2">
  220.             <!-- Freelancer Logo Swiper  -->
  221.             <div class="freelancer-swiper swiper">
  222.                 <div class="swiper-wrapper align-items-center">
  223.                     {% for freelancer in freelancers %}
  224.                         {% if freelancer.logoPath is defined and freelancer.logoPath is not null %}
  225.                             <div class="swiper-slide">
  226.                                 <picture class="avatar avatar-xl avatar-4x3 avatar-centered">
  227.                                     <source srcset="{{ vich_uploader_asset(freelancer, 'logoFile') | imagine_filter('brand_logo_carrousel_webp') }}"
  228.                                             type="image/webp">
  229.                                     <source srcset="{{ vich_uploader_asset(freelancer, 'logoFile') | imagine_filter('brand_logo_carrousel_png') }}"
  230.                                             type="image/png">
  231.                                     <img src="{{ vich_uploader_asset(freelancer, 'logoFile') | imagine_filter('brand_logo_carrousel') }}"
  232.                                          class="avatar avatar-xl avatar-4x3 avatar-centered" width="200" height="80"
  233.                                          alt="Bilan Auditif {{ freelancer.name }}">
  234.                                 </picture>
  235.                             </div>
  236.                         {% endif %}
  237.                     {% endfor %}
  238.                 </div>
  239.             </div>
  240.             <!-- End Freelancer Logo Swiper  -->
  241.         </div>
  242.         <!-- End Freelancer Logo Section -->
  243.     {% endif %}
  244.     <hr class="my-0">
  245.     <!-- Mockup Block Section -->
  246.     <div class="container content-space-1">
  247.         <!-- Title -->
  248.         <div class="w-md-85 w-lg-65 text-center mx-md-auto mb-5">
  249.             <h2 class="text-primary">Réalisez un <span
  250.                         class="fw-bold">bilan auditif<sup>(1)</sup></span> gratuit</h2>
  251.             <p>Mon centre auditif facilite vos démarches et vous met en relation avec les centres auditifs proches
  252.                 de chez vous.</p>
  253.         </div>
  254.         <!-- End Title -->
  255.         <div class="row justify-content-lg-between align-items-center">
  256.             <div class="col-md-6 mb-7 mb-md-0">
  257.                 <div class="pr-md-4">
  258.                     <!-- Step -->
  259.                     <ul class="step">
  260.                         <li class="step-item">
  261.                             <div class="step-content-wrapper">
  262.                                 <span class="step-icon step-icon-soft-primary">1</span>
  263.                                 <div class="step-content">
  264.                                     <h4>Recherchez un centre</h4>
  265.                                     <p class="step-text">Localisez les centres auditifs proches de chez vous.</p>
  266.                                 </div>
  267.                             </div>
  268.                         </li>
  269.                         <li class="step-item">
  270.                             <div class="step-content-wrapper">
  271.                                 <span class="step-icon step-icon-soft-primary">2</span>
  272.                                 <div class="step-content">
  273.                                     <h4>Bilan Auditif</h4>
  274.                                     <p class="step-text"> Obtenez un bilan auditif<sup>(1)</sup> gratuit rapidement dans
  275.                                         un centre près de
  276.                                         chez vous (dispositif non médical).</p>
  277.                                 </div>
  278.                             </div>
  279.                         </li>
  280.                         <li class="step-item">
  281.                             <div class="step-content-wrapper">
  282.                                 <span class="step-icon step-icon-soft-primary">3</span>
  283.                                 <div class="step-content">
  284.                                     <h4>Accompagnement</h4>
  285.                                     <p class="step-text">Les centres partenaires vous accompagnent jusqu’à l’équipement
  286.                                         de l’appareil le
  287.                                         plus adapté à vos besoins.</p>
  288.                                 </div>
  289.                             </div>
  290.                         </li>
  291.                     </ul>
  292.                     <!-- End Step -->
  293.                     <a class="btn btn-primary btn-wide btn-pill transition-3d-hover"
  294.                        href="{{ url('index_acquisition_seo') }}">Commencez ici <span
  295.                                 class="bi bi-arrow-right-short ml-2"></span></a>
  296.                 </div>
  297.             </div>
  298.             <div class="col-md-6">
  299.                 <div class="d-flex justify-content-center">
  300.                     <div class="position-relative w-md-65">
  301.                         <img class="img-fluid rounded-2"
  302.                              src="{{ asset('build/landing-page/homepage/mon_centre_auditif_depistage_auditif_gratuit_650x750.webp') }}"
  303.                              alt="Image Description">
  304.                         <!-- SVG Shape -->
  305.                         <div class="position-absolute top-0 start-0 mt-n6 ms-n7 d-none d-lg-block" style="width: 10rem;">
  306.                             <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 335.2 335.2"
  307.                                  width="100" height="100">
  308.                                 <circle fill="#FFC107" opacity=".7" cx="167.6" cy="167.6" r="130.1"></circle>
  309.                             </svg>
  310.                         </div>
  311.                         <!-- End SVG Shape -->
  312.                         <!-- SVG Shape -->
  313.                         <div class="position-absolute bottom-0 end-0 zi-n1 mb-n6 me-n10 d-none d-lg-block" style="width: 10rem;">
  314.                             <svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 335.2 335.2"
  315.                                  width="120" height="120">
  316.                                 <circle fill="none" stroke="#377dff" stroke-width="75" cx="167.6" cy="167.6"
  317.                                         r="130.1"></circle>
  318.                             </svg>
  319.                         </div>
  320.                         <!-- End SVG Shape -->
  321.                     </div>
  322.                 </div>
  323.             </div>
  324.         </div>
  325.     </div>
  326.     <!-- End Mockup Block Section -->
  327.     <hr class="my-0">
  328.     <!-- What We Do Section -->
  329.     <div class="container content-space-1">
  330.         <div class="row justify-content-lg-between">
  331.             <div class="col-lg-4 mb-7 mb-lg-0">
  332.                 <!-- Title -->
  333.                 <small class="text-secondary text-uppercase fw-semibold mb-5">
  334.                     Vous ressentez des problèmes d'audition ?
  335.                 </small>
  336.                 <h3 class="fw-semibold">Les appareils du marché s’adaptent à votre quotidien</h3>
  337.                 <p>Il existe plusieurs gammes d'appareils qui s'adaptent parfaitement à vos problèmes d'audition
  338.                     et à votre budget.
  339.                 </p>
  340.                 <!-- End Title -->
  341.             </div>
  342.             <div class="col-lg-7">
  343.                 <div class="row">
  344.                     <div class="col-sm-6 mb-3">
  345.                         <!-- Icon Blocks -->
  346.                         <figure class="w-100 max-width-8 mb-3">
  347.                             <img
  348.                                     src="{{ asset('build/front_v4/svg/custom_icons/011-antenna.svg') }}"
  349.                                     alt="Mon Centre Auditif - Bilan auditif gratuit"
  350.                                     width="50" height="50">
  351.                         </figure>
  352.                         <h4 class="h5">Connectivité avancée</h4>
  353.                         <span class="badge bg-success rounded-pill fw-small ml-1 my-1">Top tendance</span>
  354.                         <p class="font-size-1">Connectez vos aides
  355.                             auditives à votre smartphone
  356.                             pour passer vos appels ou à
  357.                             votre télé pour entendre le
  358.                             son directement dans vos
  359.                             appareils. Surveillez leur
  360.                             fonctionnement depuis des
  361.                             applications mobiles dédiées.</p>
  362.                         <!-- End Icon Blocks -->
  363.                     </div>
  364.                     <div class="col-sm-6 mb-3">
  365.                         <!-- Icon Blocks -->
  366.                         <figure class="w-100 max-width-8 mb-3">
  367.                             <img
  368.                                     src="{{ asset('build/front_v4/svg/custom_icons/012-transmitter-1.svg') }}"
  369.                                     alt="Mon Centre Auditif - Bilan auditif gratuit"
  370.                                     width="50" height="50">
  371.                         </figure>
  372.                         <h4 class="h5">Qualité sonore exceptionnelle</h4>
  373.                         <p class="font-size-1">Avec les gammes d’appareils ultra-modernes, retrouvez le confort
  374.                             d’entendre et de vous reconnecter à votre environnement et à vos
  375.                             proches. </p>
  376.                         <!-- End Icon Blocks -->
  377.                     </div>
  378.                     <div class="w-100"></div>
  379.                     <div class="col-sm-6 mb-3 mb-sm-0">
  380.                         <!-- Icon Blocks -->
  381.                         <figure class="w-100 max-width-8 mb-3">
  382.                             <img
  383.                                     src="{{ asset('build/front_v4/svg/custom_icons/017-loading.svg') }}"
  384.                                     alt="Mon Centre Auditif - Bilan auditif gratuit"
  385.                                     width="50" height="50">
  386.                         </figure>
  387.                         <h4 class="h5">Batteries rechargeables</h4>
  388.                         <p class="font-size-1">Avec les gammes d’appareils
  389.                             rechargeables, fini les piles à
  390.                             remplacer et à emporter dans
  391.                             tous vos déplacements. Un
  392.                             gain de simplicité et un geste
  393.                             pour la planète. </p>
  394.                         <!-- End Icon Blocks -->
  395.                     </div>
  396.                     <div class="col-sm-6">
  397.                         <!-- Icon Blocks -->
  398.                         <figure class="w-100 max-width-8 mb-3">
  399.                             <img
  400.                                     src="{{ asset('build/front_v4/svg/custom_icons/002-ear.svg') }}"
  401.                                     alt="Mon Centre Auditif - Bilan auditif gratuit"
  402.                                     width="50" height="50">
  403.                         </figure>
  404.                         <h4 class="h5">Discrétion</h4>
  405.                         <p class="font-size-1">Les appareils auditifs se font de plus en plus discrets. Il sont
  406.                             confortables et s'adaptent parfaitement à votre oreille afin de vous fournir tout le
  407.                             confort d'une bonne audition.</p>
  408.                         <!-- End Icon Blocks -->
  409.                     </div>
  410.                 </div>
  411.             </div>
  412.         </div>
  413.     </div>
  414.     {% include 'front_v4/mca/components/_cta_full_size_wave.html.twig' %}
  415.     <!-- 100% Santé Section -->
  416.     <div class="container content-space-1">
  417.         <div class="row">
  418.             <div class="col-md-8">
  419.                 <h2 class="h3 text-success fw-bold mb-5">100% santé Audition<br>
  420.                     Des soins pour tous, pris en charge à 100%</h2>
  421.                 <p>Il existe depuis le 1er janvier 2021 <a class="text-primary fw-bold"
  422.                                                            href="{{ path('blog_post_show', {'slug': '100-sante-audiologie'}) }}">des
  423.                         audioprothèses 100 % remboursées</a>. Cette réforme concerne toute personne bénéficiant d’un
  424.                     contrat responsable par sa mutuelle ou son assurance santé.<br><br>
  425.                     Le contrat responsable prévoit des encadrements dans la prise en charge et incite les patients à
  426.                     respecter les parcours de soins.
  427.                 </p>
  428.             </div>
  429.             <!-- Title -->
  430.             <div class="col-md-4 mb-7">
  431.                 <picture class="img-fluid float-end">
  432.                     <source srcset="{{ asset('build/100%_sante_mon_centre_auditif.jpg') | imagine_filter('default_webp') }}"
  433.                             type="image/webp">
  434.                     <source srcset="{{ asset('build/100%_sante_mon_centre_auditif.jpg') }}" type="image/png">
  435.                     <img src="{{ asset('build/100%_sante_mon_centre_auditif.jpg') }}"
  436.                          alt="Découvrez 100% Santé Audition" width="300" height="204">
  437.                 </picture>
  438.             </div>
  439.             <!-- End Title -->
  440.         </div>
  441.         <div class="row justify-content-lg-between align-items-center">
  442.             <div class="col-md-6 col-lg-5">
  443.                 <div class="pr-md-4 my-5">
  444.                     <!-- Step -->
  445.                     <ul class="step step-dashed">
  446.                         <li class="step-item">
  447.                             <div class="step-content-wrapper">
  448.                                 <span class="step-icon step-icon-xs step-icon-soft-success"><i class="bi bi-check"></i></span>
  449.                                 <div class="step-content">
  450.                                     <p class="step-text">
  451.                                         Pour chaque <a class="text-primary fw-bold"
  452.                                                        href="{{ path('blog_post_show', {'slug': 'devis-normalise-audioprothesiste'}) }}">devis
  453.                                             réalisé</a>
  454.                                         par un audioprothésiste, au moins un des équipements
  455.                                         proposés doit faire partie du 100% santé.
  456.                                     </p>
  457.                                 </div>
  458.                             </div>
  459.                         </li>
  460.                         <li class="step-item">
  461.                             <div class="step-content-wrapper">
  462.                                 <span class="step-icon step-icon-xs step-icon-soft-success"><i class="bi bi-check"></i></span>
  463.                                 <div class="step-content">
  464.                                     <p class="step-text">
  465.                                         Vous restez cependant libre de choisir un appareil ou un soin non inclus dans le
  466.                                         100% santé.
  467.                                     </p>
  468.                                 </div>
  469.                             </div>
  470.                         </li>
  471.                         <li class="step-item">
  472.                             <div class="step-content-wrapper">
  473.                                 <span class="step-icon step-icon-xs step-icon-soft-success"><i class="bi bi-check"></i></span>
  474.                                 <div class="step-content">
  475.                                     <p class="step-text">
  476.                                         Le financement des appareils issus du 100 % santé sont pris en charge par
  477.                                         l’assurance maladie et les complémentaires santé. </p>
  478.                                 </div>
  479.                             </div>
  480.                         </li>
  481.                     </ul>
  482.                     <!-- End Step -->
  483.                 </div>
  484.             </div>
  485.             <div class="col-md-6 col-lg-5">
  486.                 <div class="pr-md-4 my-5">
  487.                     <!-- Step -->
  488.                     <ul class="step step-dashed">
  489.                         <li class="step-item">
  490.                             <div class="step-content-wrapper">
  491.                                 <span class="step-icon step-icon-xs step-icon-soft-success"><i class="bi bi-check"></i></span>
  492.                                 <div class="step-content">
  493.                                     <p class="step-text">
  494.                                         Un large choix d’aides auditives est prévu par ce dispositif gouvernemental
  495.                                         alors n’hésitez pas à demander les gammes concernées à votre audioprothésiste
  496.                                     </p>
  497.                                 </div>
  498.                             </div>
  499.                         </li>
  500.                         <li class="step-item">
  501.                             <div class="step-content-wrapper">
  502.                                 <span class="step-icon step-icon-xs step-icon-soft-success"><i class="bi bi-check"></i></span>
  503.                                 <div class="step-content">
  504.                                     <p class="step-text">
  505.                                         Il ne s’agit pas d’appareils bas de gammes ou peu efficaces, ils possèdent de
  506.                                         nombreuses options et fonctionnalités (anti-acouphène, réducteur de bruit du
  507.                                         vent, anti-Larsen, Bluetooth…).
  508.                                     </p>
  509.                                 </div>
  510.                             </div>
  511.                         </li>
  512.                     </ul>
  513.                     <!-- End Step -->
  514.                 </div>
  515.             </div>
  516.         </div>
  517.         <h3 class="h5 text-black-50 text-center mt-3">
  518.             Alors n’attendez plus pour réaliser un <a class="text-primary fw-bold"
  519.                                                       href="{{ url('index_acquisition_seo') }}">bilan
  520.                 auditif</a> et découvrir le confort d’une audition retrouvée.
  521.         </h3>
  522.     </div>
  523.     <!-- End 100% Santé Section -->
  524.     <!-- Audioprothésistes indépendants et sous enseignes Section -->
  525.     <div class="position-relative gradient-overlay-half-primary-v1"
  526.          style="background-image: url('{{ asset('build/landing-page/homepage/audioprothesistes_independants.jpg') }}');
  527.                  background-size: cover; background-position: center;">
  528.         <div class="container content-space-1 w-lg-65">
  529.             <!-- Title -->
  530.             <div class="col-12 my-2 my-lg-5 text-left">
  531.                 <h2 class="text-warning">Les audioprothésistes <span
  532.                             class="fw-semibold">indépendants</span> et <span
  533.                             class="fw-semibold">sous enseignes</span>
  534.                 </h2>
  535.             </div>
  536.             <!-- End Title -->
  537.             <!-- Content -->
  538.             <div class="d-flex justify-content-lg-center align-items-center">
  539.                 <div class="pr-md-4">
  540.                     <p class="text-light">Plusieurs typologies d’audioprothésistes sont à votre service pour vous
  541.                         proposer des soins adaptés à vos problèmes auditifs. Mon centre auditif en répertorie déjà
  542.                         plus de<span class="text-warning fw-bold"> 5400 </span> partout en France.<br><br>
  543.                         Nous indexons des <span
  544.                                 class="text-warning fw-bold">audioprothésistes sous enseignes</span>
  545.                         (Audika, Amplifon, Afflelou Acousticien ou encore Optical center), mais également des
  546.                         <span class="text-warning fw-bold"> audioprothésistes indépendants</span>
  547.                         qui ont leur propre enseigne. Ces derniers peuvent vous proposer les même marques et modèles
  548.                         d’appareils, parfois des différents mais ils ont en général tous la possibilité de vous
  549.                         proposer un modèle adapté à vos besoins.<br><br>
  550.                         Si une enseigne peut faire la différence sur le service et la qualité du suivi normalisé
  551.                         par un groupe les indépendants peuvent aussi faire partie de groupement
  552.                         (CDA, Maître audio, …) et appliquer des chartes de qualité toutes aussi sérieuses.<br><br>
  553.                         Notre conseil pour vous aider à bien choisir votre professionnel et de comparer au moins
  554.                         deux audioprothésistes avant de faire votre choix.
  555.                     </p>
  556.                 </div>
  557.             </div>
  558.             <!-- End Content -->
  559.         </div>
  560.     </div>
  561.     <!-- End audioprothésistes indépendants et sous enseignes Section -->
  562.     <!-- Blog Lasted Post -->
  563.     <div class="container content-space-2">
  564.         <!-- Heading -->
  565.         <div class="w-md-75 w-lg-50 text-center mx-md-auto mb-5">
  566.             <h2>Découvrez nos derniers articles</h2>
  567.         </div>
  568.         <!-- End Heading -->
  569.         <div class="overflow-hidden d-flex justify-content-center">
  570.             <div class="row gx-lg-7 w-lg-85 justify-content-around">
  571.                 {% for post in blogPosts %}
  572.                   {% include 'front_v4/mca/blog/_blog_card.html.twig' with {'post': post} %}
  573.                 {% endfor %}
  574.             </div>
  575.             <!-- End Row -->
  576.         </div>
  577.         <!-- Card Info -->
  578.         <div class="text-center">
  579.             <div class="card card-info-link card-sm">
  580.                 <div class="card-body">
  581.                     Vous souhaitez découvrir tous nos articles ? <a class="card-link ms-2"
  582.                                                                     href="{{ path('blog_post_all') }}">Visitez
  583.                         le blog<span class="bi-chevron-right small ms-1"></span></a>
  584.                 </div>
  585.             </div>
  586.         </div>
  587.         <!-- End Card Info -->
  588.     </div>
  589.     <!-- End Card Grid -->
  590.     {% include 'front_v4/mca/components/_cta_full_size_circle.html.twig' %}
  591.     <!-- Clients -->
  592.     <div class="container content-space-2">
  593.         <div class="row">
  594.             <div class="col-12 col-md-4 pt-7 pt-md-0">
  595.                 <!-- Card -->
  596.                 <div class="card bg-primary shadow-lg mt-md-n1" data-aos="fade-up">
  597.                     <div class="card-body">
  598.                         <div class="mb-7">
  599.                             <span class="card-subtitle text-warning">Les fabricants d'audioprothèses</span>
  600.                             <h2 class="h3 card-title text-white">Découvrez comment bien choisir votre appareil
  601.                                 auditif.</h2>
  602.                         </div>
  603.                         <div class="d-grid">
  604.                             <a class="btn btn-soft-light btn-transition"
  605.                                href="{{ path('blog_post_show', {'slug': 'les-differences-entre-les-protheses-auditives'}) }}">En
  606.                                 savoir plus</a>
  607.                         </div>
  608.                     </div>
  609.                 </div>
  610.                 <!-- End Card -->
  611.             </div>
  612.             <!-- End Col -->
  613.             <div class="d-none d-md-block col-md-8 pt-2">
  614.                 <div class="row">
  615.                     <div class="col-4 py-3 align-self-center">
  616.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  617.                              src="{{ asset('build/logo_constructeur/bernafon.png') | imagine_filter('brand_logo_medium') }}"
  618.                              alt="Mon Centre Auditif - Prothèse auditive Bernafon" width="200" height="72*">
  619.                     </div>
  620.                     <!-- End Col -->
  621.                     <div class="col-4 py-3 align-self-center">
  622.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  623.                              src="{{ asset('build/logo_constructeur/signia-siemens.png') | imagine_filter('brand_logo_medium') }}"
  624.                              alt="Mon Centre Auditif - Prothèse auditive Siemens" width="200" height="70">
  625.                     </div>
  626.                     <!-- End Col -->
  627.                     <div class="col-4 py-3 align-self-center">
  628.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  629.                              src="{{ asset('build/logo_constructeur/oido.png') | imagine_filter('brand_logo_medium') }}"
  630.                              alt="Mon Centre Auditif - Prothèse Oido" width="200" height="121">
  631.                     </div>
  632.                     <!-- End Col -->
  633.                     <div class="col-4 py-3 align-self-center">
  634.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  635.                              src="{{ asset('build/logo_constructeur/oticon.png') | imagine_filter('brand_logo_medium') }}"
  636.                              alt="Mon Centre Auditif - Prothèse Oticon" width="200" height="74">
  637.                     </div>
  638.                     <!-- End Col -->
  639.                     <div class="col-4 py-3 align-self-center">
  640.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  641.                              src="{{ asset('build/logo_constructeur/phonak.png') | imagine_filter('brand_logo_medium') }}"
  642.                              alt="Mon Centre Auditif - Prothèse auditive Phonak" width="200" height="40">
  643.                     </div>
  644.                     <!-- End Col -->
  645.                     <div class="col-4 py-3 align-self-center">
  646.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  647.                              src="{{ asset('build/logo_constructeur/resound.png') | imagine_filter('brand_logo_medium') }}"
  648.                              alt="Mon Centre Auditif - Prothèse auditive Resound" width="200" height="65">
  649.                     </div>
  650.                     <!-- End Col -->
  651.                     <div class="col-4 py-3 align-self-center">
  652.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  653.                              src="{{ asset('build/logo_constructeur/starkey.png') | imagine_filter('brand_logo_medium') }}"
  654.                              alt="Mon Centre Auditif - Prothèse auditive Starkey" width="200" height="97">
  655.                     </div>
  656.                     <!-- End Col -->
  657.                     <div class="col-4 py-3 align-self-center">
  658.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  659.                              src="{{ asset('build/logo_constructeur/unitron.png') | imagine_filter('brand_logo_medium') }}"
  660.                              alt="Mon Centre Auditif - Prothèse auditive Unitron" width="200" height="47">
  661.                     </div>
  662.                     <!-- End Col -->
  663.                     <div class="col-4 py-3 align-self-center">
  664.                         <img class="avatar avatar-xl avatar-4x3 avatar-centered"
  665.                              src="{{ asset('build/logo_constructeur/widex.png') | imagine_filter('brand_logo_medium') }}"
  666.                              alt="Mon Centre Auditif - Prothèse auditive Widex" width="200" height="100">
  667.                     </div>
  668.                     <!-- End Col -->
  669.                 </div>
  670.                 <!-- End Row -->
  671.             </div>
  672.             <!-- End Col -->
  673.         </div>
  674.         <!-- End Row -->
  675.     </div>
  676.     <!-- End Clients -->
  677.     <!-- Subscribe -->
  678.     <div class="bg-light">
  679.         <div class="container py-3">
  680.             <div class="w-md-75 w-lg-50 text-center mx-md-auto">
  681.                 <div class="row justify-content-lg-between">
  682.                     <!-- Heading -->
  683.                     <div class="mb-2">
  684.                         <span class="text-cap">Newsletter</span>
  685.                         <h2 class="text-primary">Restez <span class="fw-bold">informés</span></h2>
  686.                     </div>
  687.                     <!-- End Heading -->
  688.                     {{ form_start(newsLetterForm) }}
  689.                     <!-- Input Card -->
  690.                     <div class="input-card input-card-pill input-card-sm border p-1 mb-3">
  691.                         <div class="input-card-form d-flex align-content-center rounded-5">
  692.                             <label for="subscribeFormEg2" class="form-label visually-hidden">Entrez votre email</label>
  693.                             {{ form_widget(newsLetterForm.email, {'attr': {'id': 'subscribeSrEmail', 'class': 'rounded-5'}}) }}
  694.                         </div>
  695.                         <button id="subscribeButton" type="submit" class="btn btn-primary btn-lg rounded-pill">
  696.                             S'inscrire
  697.                         </button>
  698.                     </div>
  699.                     <!-- End Input Card -->
  700.                     <!-- Wrong email format div -->
  701.                     <div id="invalidEmailField" class="d-none alert alert-soft-danger mt-3" role="alert">
  702.                         <span>L'adresse email saisie est invalide.</span>
  703.                     </div>
  704.                     <!-- Success Div -->
  705.                     <div id="subscriptionSuccess"
  706.                          class="d-none alert alert-dismissible fade show alert-soft-success mt-3" role="alert">
  707.                         Merci pour votre inscription à notre newsletter.
  708.                         <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
  709.                     </div>
  710.                     <!-- Already subscribed div -->
  711.                     <div id="alreadySubscribed" class="d-none alert alert-soft-warning mt-3" role="alert">
  712.                         <span>Il semblerait que cette adresse email soit déjà utilisée.</span>
  713.                     </div>
  714.                     {{ form_end(newsLetterForm) }}
  715.                     <p class="small">Vous pouvez vous désinscrire à tout moment. <br> Lire notre <a
  716.                                 href="{{ path('privacy') }}">politique de confidentialité</a></p>
  717.                 </div>
  718.             </div>
  719.         </div>
  720.     </div>
  721.     <!-- End Subscribe -->
  722. {% endblock content %}
  723. {% block javascripts %}
  724.     {{ encore_entry_script_tags('homepage') }}
  725.     <script src="https://cdn.jsdelivr.net/npm/sweetalert2@8"></script>
  726.     <!-- Google place API -->
  727.     <script type="text/javascript"
  728.             src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAJFMY4h2rwiDVFydKeK6l1eLgMpH5iV-0&libraries=places"></script>
  729.     <script
  730.             src="https://code.jquery.com/jquery-3.7.1.min.js"
  731.             integrity="sha256-/JqT3SQfawRcv/BIHPThkBvs0OEvtFFmqPF/lYI/Cxo="
  732.             crossorigin="anonymous"></script>
  733.     {{ encore_entry_script_tags('google_places_api') }}
  734.     {{ encore_entry_script_tags('send_callback_request') }}
  735.     {{ encore_entry_script_tags('newsletter_subscribe') }}
  736.     {{ encore_entry_script_tags('home_front_v3') }}
  737. {% endblock javascripts %}