templates/FrontBundle/Partial/footer.html.twig line 1

Open in your IDE?
  1. <footer>
  2.     <style>
  3.         li {
  4.             position: relative;
  5.         }
  6.         .li.no-mobile{
  7.             display: block;
  8.         }
  9.         .popover {
  10.             display: none;
  11.             width: 273px;
  12.             height: 30px;
  13.             position: absolute;
  14.             background-color: #323232;
  15.             box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  16.             border-radius: 10px;
  17.             padding: 5px;
  18.             bottom: 25px;
  19.             left: 50%;
  20.             transform: translateX(-50%);
  21.         }
  22.         .content-payment{
  23.             display: grid;
  24.             grid-auto-flow: column;
  25.             gap: 0.5rem;
  26.             justify-content: center;
  27.             align-items: center;
  28.         }
  29.         li a:hover div.popover {
  30.             display: block;
  31.         }
  32.         @media screen and (max-width: 768px)
  33.         {
  34.             li.no-mobile{
  35.                 display: none;
  36.             }
  37.         }
  38.     </style>
  39.     <div class="container">
  40.     <div class="row">
  41.       <div class="col-md-4 pad">
  42.         <a href="#" class="item has-submenu no-link">{{ 'menu_rp'|tr(tr)|raw }}</a>
  43.         <div class="submenu">
  44.           <a href="/{{app.request.locale }}/{{ 'notre-histoire'|getUrl(app.request.locale) }}">{{ 'menu_histoire'|tr(tr)|raw }}</a>
  45.           <a href="/{{app.request.locale }}/{{ 'nos-espaces'|getUrl(app.request.locale) }}">{{ 'menu_espaces'|tr(tr)|raw }}</a>
  46.           <a href="/{{app.request.locale }}/{{ 'informations-pratiques'|getUrl(app.request.locale) }}">{{ 'menu_infos'|tr(tr)|raw }}</a>
  47.           <a href="/{{app.request.locale }}/{{ 'menus-tarifs'|getUrl(app.request.locale) }}">{{ 'menus_tarifs_btn'|tr(tr)|raw }}</a>
  48.           <a href="/front/deroulement-spectacle.pdf" target="_blank">{{ 'btn_deroulement'|tr(tr)|raw }}</a>
  49.         </div>
  50.         <a href="#" class="item has-submenu no-link">{{ 'menu_spectacles'|tr(tr)|raw }}</a>
  51.         <div class="submenu">
  52.           {# <a href="/{{app.request.locale }}/spectacle/frenesie">Frénésie 2022 / 2023</a> #}
  53.           <a href="/{{app.request.locale }}/spectacle/le-parfum-des-etoiles">Parfum d'étoiles 2025 / 2026</a>
  54.             <a href="/{{ app.request.locale }}/spectacle/deesses">Déesses 2024 / 2025</a>
  55.           <a href="/{{app.request.locale }}/{{ 'spectacles-precedents'|getUrl(app.request.locale) }}">{{ 'menu_passes'|tr(tr)|raw }}</a>
  56.         </div>
  57.       </div>
  58.       <div class="col-md-4 pad second">
  59.         <a href="/{{app.request.locale }}/{{ 'reservation'|getUrl(app.request.locale) }}" class="item">{{ 'menu_reserver'|tr(tr)|raw }}</a>
  60.         <a href="/{{app.request.locale }}/{{ 'actualites'|getUrl(app.request.locale) }}" class="item">{{ 'menu_actu'|tr(tr)|raw }}</a>
  61.         <a href="/{{app.request.locale }}/{{ 'espace-entreprises'|getUrl(app.request.locale) }}" class="item">{{ 'menu_entreprises'|tr(tr)|raw }}</a>
  62.         <a href="/{{app.request.locale }}/{{ 'boutique'|getUrl(app.request.locale) }}" class="item">{{ 'menu_bons'|tr(tr)|raw }}</a>
  63.       </div>
  64.       <div class="col-md-4 pad third">
  65.           <a href="#" class="totop"><img src="/front/img/totop.svg" alt="totop" /></a>
  66.         <h5>ROYAL PALACE</h5>
  67.         <p class="address">20 Rue de Hochfelden, <br> 67330 KIRRWILLER - FRANCE</p>
  68.         <a href="tel:+33 (0)3 88 70 71 81" class="phone">+33 (0)3 88 70 71 81</a>
  69.         <ul class="d-flex justify-content-center flex-column">
  70.             <li><a href="/{{app.request.locale }}/cgu">{{ 'menu_cgu'|tr(tr)|raw }}</a></li>
  71.             <li><a href="/{{app.request.locale }}/{{ 'faq'|getUrl(app.request.locale) }}">{{ 'menu_faq'|tr(tr)|raw }}</a></li>
  72.             <li><a href="https://press.royal-palace.fr" target="_blank" rel="nofollow">{{ 'press'|tr(tr)|raw }}</a></li>
  73.             <li><a href="/{{app.request.locale }}/{{ 'politique-de-confidentialite'|getUrl(app.request.locale) }}">{{ 'menu_rgpd'|tr(tr)|raw }}</a></li>
  74.             <li><a href="#" id="menu_cookie">{{ 'menu_cookie'|tr(tr)|raw }}</a></li>
  75.             {#             <li><a href="">Presse</a></li> #}
  76.         </ul>
  77.         <p class="copyright">{{ 'now'|date('Y') }} - © Royal Palace / {{ 'menu_copyright'|tr(tr)|raw }}.</p>
  78.       </div>
  79.     </div>
  80.   </div>
  81.     <div class="bottom">
  82.         <div class="container">
  83.             <div class="row">
  84.           <div class="col-md-8">
  85.                     <ul>
  86.                   <li><a href="https://www.facebook.com/Royal.Palace.Music.Hall.Kirrwiller/" target="_blank">facebook</a></li>
  87.                   <li><a href="https://www.instagram.com/royalpalacekirrwiller/" target="_blank">instagram</a></li>
  88.                   <li><a href="https://www.linkedin.com/company/le-royal-palace-kirrwiller/about/" target="_blank">linkedin</a></li>
  89.                   <li><a href="/{{app.request.locale }}/{{ 'actualites'|getUrl(app.request.locale) }}">{{ 'menu_actu'|tr(tr)|raw }}</a></li>
  90.                     <li class="no-mobile">
  91.                                 <a href="#" class="payment">
  92.                                     Moyens de paiements
  93.                                     <div class="popover">
  94.                                         <div class="content-payment">
  95.                                             <svg width="40" height="16" viewBox="0 0 40 16" fill="none" xmlns="http://www.w3.org/2000/svg">
  96.                                                 <g clip-path="url(#clip0_1_31)">
  97.                                                     <path fill-rule="evenodd" clip-rule="evenodd" d="M40 8.26702C40 5.53271 38.6222 3.37517 35.9889 3.37517C33.3556 3.37517 31.7444 5.53271 31.7444 8.24566C31.7444 11.4606 33.6333 13.0841 36.3444 13.0841C37.6667 13.0841 38.6667 12.7957 39.4222 12.3899V10.2537C38.6667 10.6168 37.8 10.8411 36.7 10.8411C35.6 10.8411 34.6667 10.478 34.5444 9.21762H39.9778C39.9778 9.07877 40 8.52337 40 8.26702ZM34.5111 7.25234C34.5111 6.04539 35.2778 5.54339 35.9778 5.54339C36.6778 5.54339 37.3778 6.04539 37.3778 7.25234H34.5111ZM27.4556 3.37517C26.3667 3.37517 25.6667 3.86649 25.2778 4.20828L25.1333 3.54606H22.6889V16L25.4667 15.4339L25.4778 12.4112C25.8778 12.6889 26.4667 13.0841 27.4444 13.0841C29.4333 13.0841 31.2444 11.5461 31.2444 8.16021C31.2333 5.06275 29.4 3.37517 27.4556 3.37517ZM26.7889 10.7343C26.1333 10.7343 25.7444 10.51 25.4778 10.2323L25.4667 6.26969C25.7556 5.95995 26.1556 5.74633 26.7889 5.74633C27.8 5.74633 28.5 6.83578 28.5 8.23498C28.5 9.63418 27.8111 10.7343 26.7889 10.7343ZM18.8667 2.74499L21.6556 2.16822V0L18.8667 0.566088V2.74499ZM18.8667 3.55674H21.6556V12.9025H18.8667V3.55674ZM15.8778 4.34713L15.7 3.55674H13.3V12.9025H16.0778V6.56876C16.7333 5.74633 17.8444 5.89586 18.1889 6.01335V3.55674C17.8333 3.42857 16.5333 3.19359 15.8778 4.34713ZM10.3222 1.23899L7.61111 1.79439L7.6 10.3498C7.6 11.9306 8.83333 13.0948 10.4778 13.0948C11.3889 13.0948 12.0556 12.9346 12.4222 12.7423V10.5741C12.0667 10.713 10.3111 11.2043 10.3111 9.6235V5.83178H12.4222V3.55674H10.3111L10.3222 1.23899ZM2.81111 6.26969C2.81111 5.85314 3.16667 5.69292 3.75556 5.69292C4.6 5.69292 5.66667 5.93858 6.51111 6.3765V3.86649C5.58889 3.51402 4.67778 3.37517 3.75556 3.37517C1.5 3.37517 0 4.50734 0 6.39786C0 9.34579 4.22222 8.87583 4.22222 10.1469C4.22222 10.6382 3.77778 10.7984 3.15556 10.7984C2.23333 10.7984 1.05556 10.4352 0.122222 9.94392V12.486C1.15556 12.9132 2.2 13.0948 3.15556 13.0948C5.46667 13.0948 7.05556 11.9947 7.05556 10.0828C7.04444 6.89987 2.81111 7.46595 2.81111 6.26969Z" fill="white"/>
  98.                                                 </g>
  99.                                                 <defs>
  100.                                                     <clipPath id="clip0_1_31">
  101.                                                         <rect width="40" height="16" fill="white"/>
  102.                                                     </clipPath>
  103.                                                 </defs>
  104.                                             </svg>
  105.                                             <svg width="1" height="9" viewBox="0 0 1 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  106.                                                 <line x1="0.25" y1="1.09278e-08" x2="0.25" y2="9" stroke="white" stroke-width="0.5"/>
  107.                                             </svg>
  108.                                             <svg width="52" height="13" viewBox="0 0 52 13" fill="none" xmlns="http://www.w3.org/2000/svg">
  109.                                                 <path d="M9.15221 0.669556H6.59176C6.60048 2.7506 5.6177 4.7118 3.94633 5.94953L2.93304 6.70786L6.85543 12.0619H10.087L6.47409 7.13496C8.19776 5.42654 9.16093 3.09708 9.15221 0.669556Z" fill="white"/>
  110.                                                 <path d="M0 12.0619H2.62146V0.669556H0V12.0619Z" fill="white"/>
  111.                                                 <path d="M10.8498 12.0576H13.3187V0.669556H10.8498V12.0576Z" fill="white"/>
  112.                                                 <path d="M34.9725 3.97085C34.0311 3.97085 33.1398 4.26285 32.5449 5.0604V4.18222H30.1959V12.0575H32.5733V7.91721C32.5733 6.7187 33.3752 6.13252 34.3427 6.13252C35.38 6.13252 35.9748 6.75139 35.9748 7.89978V12.0575H38.3305V7.04557C38.3305 5.21294 36.8726 3.96649 34.9725 3.96649V3.97085Z" fill="white"/>
  113.                                                 <path d="M18.6335 10.1465C17.4851 10.1748 16.5285 9.2683 16.498 8.11991C16.5633 6.93884 17.5723 6.03669 18.7533 6.10206C19.8429 6.16307 20.7123 7.03254 20.7712 8.11991C20.7407 9.27048 19.784 10.177 18.6335 10.1465ZM20.7777 4.18227V4.68564C18.8819 3.39343 16.2953 3.88373 15.0031 5.77955C13.7109 7.67537 14.2012 10.262 16.097 11.5542C16.7878 12.0249 17.6049 12.2755 18.4395 12.2755C19.272 12.2798 20.0869 12.0336 20.7755 11.5651V12.0685H23.1355V4.18227H20.7755H20.7777Z" fill="white"/>
  114.                                                 <path d="M26.7856 5.20855V4.18219H24.3712V12.0575H26.79V8.38133C26.79 7.13924 28.1345 6.47243 29.0693 6.47243H29.0955V4.18219C28.1388 4.18219 27.2585 4.59186 26.7856 5.20855Z" fill="white"/>
  115.                                                 <path d="M43.5123 10.1465C42.3639 10.1748 41.4073 9.2683 41.3768 8.11991C41.4422 6.93884 42.4511 6.03669 43.6322 6.10206C44.7217 6.16307 45.5912 7.03254 45.65 8.11991C45.6195 9.27048 44.6629 10.177 43.5123 10.1465ZM45.6588 4.18227V4.68564C43.7629 3.39343 41.1763 3.88373 39.8841 5.77955C38.5919 7.67537 39.0822 10.262 40.978 11.5542C42.3901 12.5152 44.2467 12.5152 45.6566 11.5542V12.0576H48.0144V4.18227H45.6566H45.6588Z" fill="white"/>
  116.                                                 <path d="M50.5204 9.26398C49.701 9.26398 49.0386 9.92425 49.0364 10.7436C49.0342 11.5629 49.6967 12.2254 50.516 12.2276C51.3353 12.2276 51.9978 11.5673 52 10.7479C52 9.9286 51.3397 9.26616 50.5225 9.26398H50.5204Z" fill="white"/>
  117.                                             </svg>
  118.                                             <svg width="1" height="9" viewBox="0 0 1 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  119.                                                 <line x1="0.25" y1="1.09278e-08" x2="0.25" y2="9" stroke="white" stroke-width="0.5"/>
  120.                                             </svg>
  121.                                             <svg width="30" height="11" viewBox="0 0 30 11" fill="none" xmlns="http://www.w3.org/2000/svg">
  122.                                                 <path d="M11.3903 0.194427L7.46266 10.8336H4.90016L2.96734 2.34305C2.85 1.82009 2.74797 1.6285 2.39109 1.40817C1.80875 1.0493 0.846563 0.712779 0 0.503806L0.0575 0.194427H4.18234C4.70813 0.194427 5.18078 0.591795 5.30016 1.27921L6.32094 7.43557L8.84375 0.194427H11.3903ZM21.4308 7.36C21.4411 4.55199 18.0108 4.3973 18.0344 3.14293C18.0417 2.76118 18.3619 2.35529 19.0627 2.25169C19.41 2.20007 20.367 2.16069 21.4525 2.72783L21.8783 0.471697C21.295 0.231325 20.5445 0 19.6108 0C17.2147 0 15.5284 1.44614 15.5142 3.51688C15.4987 5.04853 16.7178 5.90322 17.6362 6.41217C18.5811 6.93336 18.8981 7.26829 18.8945 7.73449C18.8878 8.44815 18.1409 8.76321 17.443 8.77563C16.2245 8.79691 15.5175 8.40132 14.9539 8.10383L14.5145 10.4346C15.0809 10.7296 16.1264 10.9871 17.2103 11C19.757 11 21.423 9.57178 21.4308 7.36ZM27.758 10.8338H30L28.043 0.194427H25.9736C25.5083 0.194427 25.1158 0.502032 24.942 0.974971L21.3044 10.8336H23.8498L24.3553 9.24431H27.4655L27.7581 10.8336L27.758 10.8338ZM25.0531 7.06393L26.3291 3.06931L27.0634 7.06393H25.0533H25.0531ZM14.8541 0.194427L12.8495 10.8336H10.4255L12.4308 0.194427H14.8541Z" fill="white"/>
  123.                                             </svg>
  124.                                             <svg width="1" height="9" viewBox="0 0 1 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  125.                                                 <line x1="0.25" y1="1.09278e-08" x2="0.25" y2="9" stroke="white" stroke-width="0.5"/>
  126.                                             </svg>
  127.                                             <svg width="28" height="20" viewBox="0 0 28 20" fill="none" xmlns="http://www.w3.org/2000/svg">
  128.                                                 <g clip-path="url(#clip0_2_34)">
  129.                                                     <path d="M16.8845 4.75928H11.0971V15.2408H16.8845V4.75928Z" fill="#FF5F00"/>
  130.                                                     <path d="M11.4646 9.99999C11.4646 7.96296 12.4016 6.01851 13.9816 4.75925C11.1155 2.48148 6.94489 2.98148 4.68505 5.88888C2.44358 8.77777 2.93964 12.963 5.82415 15.2407C8.23098 17.1481 11.5932 17.1481 14 15.2407C12.4016 13.9815 11.4646 12.037 11.4646 9.99999Z" fill="#EB001B"/>
  131.                                                     <path d="M24.6929 10C24.6929 13.6852 21.7349 16.6667 18.0787 16.6667C16.5906 16.6667 15.1575 16.1667 14 15.2407C16.8661 12.963 17.3622 8.77777 15.1024 5.87037C14.7717 5.46296 14.4042 5.07407 14 4.75925C16.8661 2.48148 21.0367 2.98148 23.2782 5.88888C24.1969 7.05555 24.6929 8.5 24.6929 10Z" fill="#F79E1B"/>
  132.                                                 </g>
  133.                                                 <defs>
  134.                                                     <clipPath id="clip0_2_34">
  135.                                                         <rect width="28" height="20" fill="white"/>
  136.                                                     </clipPath>
  137.                                                 </defs>
  138.                                             </svg>
  139.                                             <svg width="1" height="9" viewBox="0 0 1 9" fill="none" xmlns="http://www.w3.org/2000/svg">
  140.                                                 <line x1="0.25" y1="1.09278e-08" x2="0.25" y2="9" stroke="white" stroke-width="0.5"/>
  141.                                             </svg>
  142.                                             <svg xmlns="http://www.w3.org/2000/svg" width="25" height="16" viewBox="0 0 25 16" fill="none">
  143.                                                 <path d="M23.2076 0H1.76057C0.789794 0 0 0.772201 0 1.72136V13.9586C0 14.9078 0.789794 15.68 1.76057 15.68H23.2076C24.1783 15.68 24.9682 14.9078 24.9682 13.9586V1.72136C24.9682 0.772201 24.1783 0 23.2076 0Z" fill="white"/>
  144.                                                 <path d="M5.43547 5.27519C5.16835 5.09155 4.81977 4.99951 4.38974 4.99951H2.72489C2.59306 4.99951 2.52023 5.06544 2.50639 5.19715L1.83006 9.44256C1.82304 9.48426 1.83347 9.52239 1.86127 9.55706C1.8889 9.59179 1.92367 9.60906 1.9653 9.60906H2.75609C2.89479 9.60906 2.97103 9.54329 2.98502 9.41139L3.17229 8.26687C3.17912 8.2114 3.20352 8.1663 3.24515 8.13157C3.28675 8.0969 3.33878 8.07423 3.40122 8.06383C3.46365 8.05352 3.52252 8.04834 3.57811 8.04834C3.63355 8.04834 3.69942 8.05184 3.77584 8.05874C3.85208 8.06567 3.90068 8.06904 3.92151 8.06904C4.51804 8.06904 4.98626 7.90096 5.32622 7.56443C5.66603 7.22803 5.83612 6.76155 5.83612 6.1649C5.83612 5.75567 5.70247 5.45912 5.43547 5.27519ZM4.57707 6.54993C4.54227 6.79275 4.4522 6.95222 4.30654 7.02855C4.16084 7.10498 3.95274 7.14296 3.68224 7.14296L3.33885 7.15339L3.51578 6.04C3.52958 5.96377 3.57465 5.9256 3.65101 5.9256H3.84877C4.12611 5.9256 4.3274 5.96558 4.45226 6.04522C4.57707 6.12505 4.6187 6.29336 4.57707 6.54993Z" fill="#003087"/>
  145.                                                 <path d="M23.0049 4.99951H22.2349C22.1584 4.99951 22.1134 5.03768 22.0997 5.11398L21.4233 9.44256L21.4128 9.46336C21.4128 9.49822 21.4267 9.53101 21.4545 9.56224C21.4821 9.59341 21.517 9.60903 21.5585 9.60903H22.2454C22.377 9.60903 22.4498 9.54325 22.4639 9.41136L23.1402 5.15551V5.14518C23.1402 5.04808 23.095 4.99951 23.0049 4.99951Z" fill="#009CDE"/>
  146.                                                 <path d="M13.7025 6.67478C13.7025 6.64018 13.6885 6.60716 13.661 6.57599C13.6331 6.54479 13.6019 6.52911 13.5673 6.52911H12.7661C12.6896 6.52911 12.6272 6.56397 12.5788 6.63315L11.4758 8.25646L11.018 6.69564C10.9832 6.58471 10.9069 6.52911 10.7891 6.52911H10.0086C9.97385 6.52911 9.94262 6.54476 9.91505 6.57599C9.88722 6.60716 9.87341 6.64021 9.87341 6.67478C9.87341 6.68877 9.94106 6.89331 10.0763 7.2887C10.2115 7.68416 10.3572 8.11079 10.5133 8.56868C10.6694 9.02645 10.7508 9.26937 10.7578 9.29695C10.189 10.0739 9.90461 10.4902 9.90461 10.5456C9.90461 10.6358 9.94968 10.6809 10.0399 10.6809H10.8411C10.9174 10.6809 10.9798 10.6463 11.0284 10.5769L13.6818 6.74761C13.6956 6.73381 13.7025 6.70964 13.7025 6.67478Z" fill="#003087"/>
  147.                                                 <path d="M21.1632 6.52904H20.3723C20.2751 6.52904 20.2163 6.64351 20.1955 6.87244C20.015 6.5951 19.6857 6.45618 19.2069 6.45618C18.7075 6.45618 18.2825 6.64351 17.9323 7.0181C17.5819 7.39273 17.4069 7.83329 17.4069 8.33962C17.4069 8.74898 17.5265 9.07497 17.7658 9.31768C18.0051 9.56063 18.3259 9.68187 18.7284 9.68187C18.9295 9.68187 19.1341 9.64017 19.3422 9.557C19.5503 9.47377 19.7132 9.36284 19.8313 9.22404C19.8313 9.23101 19.8243 9.26218 19.8105 9.31764C19.7965 9.37324 19.7897 9.41493 19.7897 9.44251C19.7897 9.55363 19.8346 9.60897 19.925 9.60897H20.643C20.7746 9.60897 20.851 9.5432 20.8718 9.41131L21.2984 6.69554C21.3053 6.65391 21.2949 6.6158 21.2672 6.58107C21.2394 6.54644 21.2048 6.52904 21.1632 6.52904ZM19.8053 8.57892C19.6284 8.75235 19.4151 8.83901 19.1654 8.83901C18.9641 8.83901 18.8012 8.78361 18.6763 8.67255C18.5514 8.56174 18.489 8.40911 18.489 8.21472C18.489 7.95822 18.5757 7.74131 18.7491 7.56441C18.9224 7.38751 19.1376 7.29906 19.3943 7.29906C19.5883 7.29906 19.7497 7.35631 19.8781 7.47075C20.0064 7.58521 20.0707 7.74309 20.0707 7.94425C20.0706 8.19395 19.9821 8.40558 19.8053 8.57892Z" fill="#009CDE"/>
  148.                                                 <path d="M9.34272 6.52904H8.55193C8.45467 6.52904 8.39583 6.64351 8.375 6.87244C8.1877 6.5951 7.85817 6.45618 7.38648 6.45618C6.88702 6.45618 6.46207 6.64351 6.11181 7.0181C5.76145 7.39273 5.58636 7.83329 5.58636 8.33962C5.58636 8.74898 5.70605 9.07497 5.94538 9.31768C6.18471 9.56063 6.50546 9.68187 6.90785 9.68187C7.10198 9.68187 7.30328 9.64017 7.51134 9.557C7.71944 9.47377 7.88594 9.36284 8.0108 9.22404C7.98297 9.30727 7.96917 9.38014 7.96917 9.44251C7.96917 9.55363 8.01424 9.60897 8.10444 9.60897H8.8224C8.9541 9.60897 9.03049 9.5432 9.05133 9.41131L9.47792 6.69554C9.48476 6.65391 9.47436 6.6158 9.44672 6.58107C9.41896 6.54644 9.38432 6.52904 9.34272 6.52904ZM7.98482 8.58407C7.80789 8.75422 7.59101 8.83901 7.33451 8.83901C7.13322 8.83901 6.97194 8.78361 6.85063 8.67255C6.72917 8.56174 6.66852 8.40911 6.66852 8.21472C6.66852 7.95822 6.75519 7.74131 6.92868 7.56441C7.10198 7.38751 7.31705 7.29906 7.57381 7.29906C7.76794 7.29906 7.92922 7.35631 8.05768 7.47075C8.18592 7.58521 8.25017 7.74309 8.25017 7.94425C8.25017 8.20092 8.16172 8.4143 7.98482 8.58407Z" fill="#003087"/>
  149.                                                 <path d="M17.2559 5.27519C16.9888 5.09155 16.6403 4.99951 16.2102 4.99951H14.5558C14.4169 4.99951 14.3406 5.06544 14.3268 5.19715L13.6505 9.44253C13.6435 9.48422 13.6539 9.52236 13.6817 9.55702C13.7092 9.59176 13.7441 9.60903 13.7857 9.60903H14.6389C14.7222 9.60903 14.7776 9.56399 14.8054 9.47379L14.9928 8.26684C14.9996 8.21137 15.0239 8.16627 15.0656 8.13154C15.1072 8.09687 15.1592 8.0742 15.2217 8.0638C15.2841 8.05349 15.343 8.04831 15.3986 8.04831C15.454 8.04831 15.5199 8.05181 15.5962 8.05871C15.6725 8.06564 15.7212 8.06901 15.7419 8.06901C16.3385 8.06901 16.8067 7.90092 17.1466 7.5644C17.4865 7.228 17.6565 6.76152 17.6565 6.16487C17.6565 5.75567 17.5229 5.45912 17.2559 5.27519ZM16.1894 6.98692C16.0367 7.09095 15.8078 7.14296 15.5026 7.14296L15.1697 7.15339L15.3466 6.04C15.3603 5.96377 15.4054 5.9256 15.4818 5.9256H15.669C15.8216 5.9256 15.943 5.93253 16.0333 5.94637C16.1234 5.96036 16.2102 6.00359 16.2934 6.07642C16.3767 6.14928 16.4183 6.2551 16.4183 6.39383C16.4183 6.68516 16.3419 6.88283 16.1894 6.98692Z" fill="#009CDE"/>
  150.                                             </svg>
  151.                                         </div>
  152.                                     </div>
  153.                                 </a>
  154.                         </li>
  155.                     </ul>
  156.                 </div>
  157.                 <div class="col-md-4 text-center">
  158.                     <span><a href="https://www.agence-dix.fr/" target="_blank" class="dix"><img src="/front/img/dix.svg" alt="Agence DIX" class="dix-logo" /></a></span>
  159.                 </div>
  160.             </div>
  161.         </div>
  162.     </div>
  163. </footer>