templates/layout-inscription.html.twig line 1

Open in your IDE?
  1. <!doctype html>
  2. <html class="no-js" lang="fr">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
  6.         <title>{% block title %}{% endblock %} | MMPP{% if center.slug == 'antilles' %} Antilles{% endif %}</title>
  7.         {% if block('meta_description')%}
  8.             <meta name="description" content="{% block meta_description %} {% endblock %}">
  9.         {% endif %}
  10.         <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
  11.         <meta name="google-site-verification" content="TN8d_A3LvNj_rwJbNWI5AFwM4TeXAi4jaViZWDmH2FA">
  12.         <!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
  13. {#        <link rel="stylesheet" href="{{ asset('inscription/css/pro.css') }}" media="all">#}
  14.         <link rel="stylesheet" href="{{ asset('inscription/css/style.css') }}" media="all">
  15.         {% if center.slug == 'antilles' %}
  16.             <link rel="stylesheet" href="{{ asset('inscription/css/v2-antilles.css') }}" media="all">
  17.         {% else %}
  18.             <link rel="stylesheet" href="{{ asset('inscription/css/v2.css') }}" media="all">
  19.         {% endif %}
  20.         <link rel="stylesheet" href="{{ asset('inscription/css/jquery-ui.min.css') }}" media="all">
  21.         <link rel="stylesheet" href="{{ asset('inscription/css/jquery-ui.structure.min.css') }}" media="all">
  22.         <link rel="canonical" href="{{ app.request.uri }}">
  23.         {% if center.slug == 'antilles' %}
  24.         <link rel="stylesheet" href="{{ asset('inscription/css/antilles.css') }}" media="all">
  25.         {% endif %}
  26.         <link rel="stylesheet" href="{{ asset('inscription/owlcarousel/assets/owl.carousel.min.css') }}">
  27.         <link rel="stylesheet" href="{{ asset('inscription/owlcarousel/assets/owl.theme.default.min.css') }}">
  28.         <link rel="stylesheet" href="{{ asset('inscription/css/footer.css') }}">
  29.         <script src="{{ asset('inscription/js/jquery-1.11.2.min.js') }}"></script>
  30.         <script src="{{ asset('inscription/js/jquery-ui.min.js') }}"></script>
  31.         <script src="{{ asset('inscription/js/ui.datepicker-fr.js') }}"></script>
  32.         <script src="{{ asset('inscription/owlcarousel/owl.carousel.min.js') }}"></script>
  33.         <script src="{{ asset('inscription/js/js.cookie.js') }}"></script>
  34.         <script src="{{ asset('inscription/js/sidebar.js') }}"></script>
  35.         <script src="{{ asset('inscription/js/global.js') }}"></script>
  36.         <link rel="stylesheet" href="{{ asset('inscription/css/jquery-ui-smoothness.css') }}">
  37.         <script>
  38.             (function (i, s, o, g, r, a, m) {
  39.                 i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  40.                     (i[r].q = i[r].q || []).push(arguments)
  41.                 }, i[r].l = 1 * new Date(); a = s.createElement(o),
  42.                     m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  43.             })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  44.             ga('create', 'UA-33422729-1', 'auto');
  45.             ga('send', 'pageview');
  46.         </script>
  47.         <script src="https://www.google.com/recaptcha/api.js?render=6LeE5aQUAAAAAFwWEvIDm1Q8vx1b12Kecb8Dg8vH"></script>
  48.         <script>
  49.             grecaptcha.ready(function () {
  50.                 grecaptcha.execute('6LeE5aQUAAAAAFwWEvIDm1Q8vx1b12Kecb8Dg8vH', { action: 'contact' }).then(function (token) {
  51.                     var recaptchaResponse = document.getElementById('recaptchaResponse');
  52.                     recaptchaResponse.value = token;
  53.                 });
  54.             });
  55.         </script>
  56.         <!-- Facebook Pixel Code -->
  57.         <script>
  58.             !function (f, b, e, v, n, t, s) {
  59.                 if (f.fbq) return; n = f.fbq = function () {
  60.                     n.callMethod ?
  61.                         n.callMethod.apply(n, arguments) : n.queue.push(arguments)
  62.                 };
  63.                 if (!f._fbq) f._fbq = n; n.push = n; n.loaded = !0; n.version = '2.0';
  64.                 n.queue = []; t = b.createElement(e); t.async = !0;
  65.                 t.src = v; s = b.getElementsByTagName(e)[0];
  66.                 s.parentNode.insertBefore(t, s)
  67.             }(window, document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
  68.             fbq('init', '341728272919483');
  69.             fbq('track', 'PageView');
  70.             fbq('track', 'ViewContent');
  71.             //            fbq('track', 'Search');
  72.             fbq('track', 'Lead');
  73.             fbq('track', 'CompleteRegistration');
  74.         </script>
  75.         <noscript>
  76.             <img height="1" width="1" src="https://www.facebook.com/tr?id=341728272919483&ev=PageView&noscript=1" />
  77.         </noscript>
  78.         <!-- End Facebook Pixel Code -->
  79.         <!-- Global site tag (gtag.js) - Google Ads: 995514908 -->
  80.         <script async src="https://www.googletagmanager.com/gtag/js?id=AW-995514908"></script>
  81.         <script>
  82.             window.dataLayer = window.dataLayer || [];
  83.             function gtag() { dataLayer.push(arguments); }
  84.             gtag('js', new Date());
  85.             gtag('config', 'AW-995514908');
  86.         </script>
  87.         {% if block('conversion_tracking_script') %}{% block conversion_tracking_script %}{% endblock %}{% endif %}
  88.     </head>
  89.     <body {% if app.request.getRequestUri() == '/' %}class="home"{% endif %}>
  90.         <div id="wrapper">
  91.             <!--[if lte IE 9]><p class="browserupgrade">Vous utilisez un navigateur <strong>obsolète</strong>. Veuillez <a href="http://browsehappy.com/">mettre à jour votre navigateur</a> pour améliorer votre expérience.</p><![endif]-->
  92.             <noscript><div class="states warning">Pour une meilleure utilisation de ce site, veuillez activer JavaScript dans votre navigateur.</div></noscript>
  93.             <header role="banner">
  94.                 <div class="headerContent">
  95.                     <div class="container">
  96.                         <div class="col-12">
  97.                             <a href="{{ path('mmpp_front_preinscriptions', {"center":center.slug}) }}">
  98.                                 {% if center.slug == 'antilles' %}
  99.                                     <img class="header-bgImg" src="{{ asset('inscription/img/header-v2-antilles.png') }}" alt="">
  100.                                 {% else %}
  101.                                     <img class="header-bgImg" src="{{ asset('inscription/img/header-v2-bordeaux.png') }}" alt="">
  102.                                 {% endif %}
  103.                             </a>
  104.                             <svg version="1.1" id="dizajn" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 1507.1 511.7" style="enable-background:new 0 0 1507.1 511.7;" xml:space="preserve">
  105.                     <style type="text/css">
  106.                         .st0{fill:url(#SVGID_1_);}
  107.                     </style>
  108.                                 {% if center.slug == 'antilles' %}
  109.                                     <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="532.6766" y1="476.7518" x2="1598.3657" y2="-588.9373">
  110.                                         <stop offset="0" style="stop-color:#2E7343"></stop>
  111.                                         <stop offset="0.6331" style="stop-color:#4EAA55"></stop>
  112.                                     </linearGradient>
  113.                                     <path class="st0" d="M924.9,136.2c101.3,106.5,49.9,248.4,186,296.2c142.9,50.2,277.6-96.3,362.3,31.2c11.9,17.9,23,33.9,33.9,48.1H0V0h799.4C809,72.9,867.3,75.6,924.9,136.2z"></path>
  114.                                 {% else %}
  115.                                     <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="532.6766" y1="476.7518" x2="1598.3657" y2="-588.9373">
  116.                                         <stop offset="0" style="stop-color:#285EA9"></stop>
  117.                                         <stop offset="0.6331" style="stop-color:#5CAFE5"></stop>
  118.                                     </linearGradient>
  119.                                     <path class="st0" d="M924.9,136.2c101.3,106.5,49.9,248.4,186,296.2c142.9,50.2,277.6-96.3,362.3,31.2c11.9,17.9,23,33.9,33.9,48.1H0V0h799.4C809,72.9,867.3,75.6,924.9,136.2z"></path>
  120.                                 {% endif %}
  121.                 </svg>
  122.                             <div class="logo">
  123.                                 <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 166.6 72.2" style="enable-background:new 0 0 166.6 72.2;" xml:space="preserve"> <style type="text/css"> .white{fill:#FFFFFF;} </style> <path class="white" d="M7,62.8c-0.3-0.3-0.7-0.6-1.2-0.7c-0.5-0.2-1-0.3-1.6-0.3H0v10.2h2.2V69h1.7c0.6,0,1.1-0.1,1.6-0.2
  124.                         c0.5-0.2,0.9-0.4,1.3-0.7c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.4,0.3-1,0.3-1.6v0c0-0.5-0.1-1-0.3-1.4C7.6,63.5,7.4,63.2,7,62.8zM5.8,65.5c0,0.4-0.2,0.8-0.5,1.1C5,66.9,4.6,67,4,67H2.2v-3.1H4c0.6,0,1,0.1,1.3,0.4C5.6,64.6,5.8,64.9,5.8,65.5L5.8,65.5zM23.5,67.3c0.4-0.5,0.6-1.2,0.6-2v0c0-1-0.3-1.7-0.9-2.3c-0.7-0.7-1.7-1-3-1h-4.7v10.2h2.2v-3.3h1.8l2.2,3.3h2.6l-2.5-3.6C22.6,68.2,23.1,67.8,23.5,67.3zM21.8,65.4c0,0.4-0.1,0.8-0.4,1c-0.3,0.3-0.7,0.4-1.3,0.4h-2.3v-2.9h2.2c0.6,0,1,0.1,1.3,0.4C21.7,64.5,21.8,64.9,21.8,65.4L21.8,65.4zM36.7,58.8l-1.8,2.3h1.7l2-1.5L36.7,58.8zM34.2,67.9H39v-2h-4.8v-2.1h5.5v-2H32v10.2h7.7v-2h-5.5V67.9z M54.6,62.8c-0.3-0.3-0.7-0.6-1.2-0.7c-0.5-0.2-1-0.3-1.6-0.3h-4.2v10.2h2.2V69h1.7c0.6,0,1.1-0.1,1.6-0.2c0.5-0.2,0.9-0.4,1.3-0.7c0.4-0.3,0.7-0.7,0.9-1.1c0.2-0.4,0.3-1,0.3-1.6v0c0-0.5-0.1-1-0.3-1.4C55.2,63.5,54.9,63.2,54.6,62.8zM53.4,65.5c0,0.4-0.2,0.8-0.5,1.1c-0.3,0.3-0.7,0.4-1.3,0.4h-1.8v-3.1h1.7c0.6,0,1,0.1,1.3,0.4C53.2,64.6,53.4,64.9,53.4,65.5L53.4,65.5zM66.6,61.8l-4.4,10.3h2.3l0.9-2.3h4.3l0.9,2.3h2.3l-4.4-10.3H66.6zM66.3,67.8l1.4-3.3l1.4,3.3H66.3z M97.2,67c-0.3-0.2-0.6-0.4-1-0.6s-0.9-0.3-1.4-0.5c-0.4-0.1-0.8-0.2-1.1-0.3c-0.3-0.1-0.5-0.2-0.7-0.3c-0.2-0.1-0.3-0.2-0.3-0.3c-0.1-0.1-0.1-0.3-0.1-0.4v0c0-0.3,0.1-0.5,0.3-0.6c0.2-0.2,0.5-0.3,1-0.3s0.9,0.1,1.3,0.3c0.4,0.2,0.9,0.4,1.3,0.7l1.2-1.7c-0.5-0.4-1.1-0.7-1.7-1c-0.6-0.2-1.3-0.3-2.1-0.3c-0.5,0-1,0.1-1.4,0.2c-0.4,0.1-0.8,0.4-1.1,0.6c-0.3,0.3-0.6,0.6-0.7,1c-0.2,0.4-0.3,0.8-0.3,1.3v0c0,0.5,0.1,0.9,0.2,1.3c0.2,0.3,0.4,0.6,0.7,0.9c0.3,0.2,0.6,0.4,1.1,0.6c0.4,0.2,0.9,0.3,1.4,0.4c0.4,0.1,0.8,0.2,1,0.3c0.3,0.1,0.5,0.2,0.6,0.3c0.2,0.1,0.3,0.2,0.3,0.3c0.1,0.1,0.1,0.2,0.1,0.4v0c0,0.3-0.1,0.5-0.4,0.7c-0.3,0.2-0.6,0.3-1.1,0.3c-0.6,0-1.1-0.1-1.6-0.3c-0.5-0.2-1-0.5-1.4-0.9L90,70.6c0.6,0.6,1.3,1,2,1.2c0.7,0.3,1.5,0.4,2.3,0.4c0.6,0,1.1-0.1,1.5-0.2c0.5-0.1,0.8-0.3,1.2-0.6c0.3-0.3,0.6-0.6,0.8-1c0.2-0.4,0.3-0.8,0.3-1.3v0c0-0.4-0.1-0.8-0.2-1.2C97.7,67.5,97.5,67.3,97.2,67zM109.4,61.8L105,72.1h2.3l0.9-2.3h4.3l0.9,2.3h2.3l-4.4-10.3H109.4zM109,67.8l1.4-3.3l1.4,3.3H109zM130.1,68.1l-4.8-6.3h-2.1v10.2h2.2v-6.5l4.9,6.5h1.9V61.9h-2.2V68.1zM139.9,63.9h3.1v8.1h2.2v-8.1h3.1v-2.1h-8.4V63.9zM158.9,61.1h1.7l2-1.5l-1.9-0.8L158.9,61.1zM158.1,67.9h4.8v-2h-4.8v-2.1h5.5v-2h-7.7v10.2h7.7v-2h-5.5V67.9z M161.6,31.4c4.3-4.9,5.9-10.6,4.5-17c-1.4-6.1-4.9-10.8-11-13c-2.8-1-5.8-1.3-8.7-1.3c-5.4,0-25.7,0-32.3,0c-4.2,0-8.4,0-12.6,0c-0.3,0-0.6,0-0.9,0v31.8h0v21.7h11.6V37.2c0.5,0,0.8,0,1.2,0c3-0.1,6.1-0.1,9.1-0.4c2.1-0.2,4.2-0.7,6.1-1.6V49h11.7V37.4c3.5-0.2,6.9-0.2,10.2-0.6C154.7,36.4,158.6,34.8,161.6,31.4zM121,25.3c-0.9,0-1.8,0.1-2.7,0.2c-2,0-4.1,0-6.1,0V11.8c2.5,0,5,0,7.5,0.1c4.8,0.1,7,2.1,7.2,6.4C127,21.3,125.2,25.1,121,25.3z M154.8,19.2c-0.2,3.2-2.5,5.7-5.7,6c-1,0.1-2,0.2-3,0.2c-2.9,0-5.9,0-8.8,0c1.6-4.2,1.8-8.9,0.3-13.1c-0.1-0.2-0.2-0.4-0.2-0.6c3.7,0,6.9,0,8.5,0c1.4,0,2.8,0.1,4.1,0.4c2.9,0.5,4.4,2.1,4.8,4.9C154.8,17.8,154.8,18.6,154.8,19.2z M94.1,53.6V0c-2.6,0-5.2,0-7.7,0c-0.8,0-1.3,0.2-1.8,0.9C79.4,8.4,74.1,16,68.9,23.5c-0.2,0.2-0.4,0.5-0.6,0.8c-0.2-0.3-0.4-0.5-0.6-0.8C62.5,15.9,57.3,8.3,52.1,0.7c-0.2-0.3-0.4-0.5-0.6-0.6V0h-0.3c-0.1,0-0.3,0-0.5,0c-2.4,0-4.7,0-7.1,0c-0.3,0-0.6,0-1,0.1v0.1c-0.2,0.1-0.5,0.5-0.6,0.7c-5.2,7.5-10.4,15.1-15.7,22.6c-0.2,0.2-0.3,0.5-0.6,0.8c-0.2-0.3-0.4-0.5-0.6-0.8C20,16,14.7,8.4,9.4,0.9C9,0.2,8.6,0,7.8,0C5.2,0.1,2.7,0,0,0v48.9h11.6V24.9l0.2-0.1c4.6,6.6,9.2,13.3,13.9,20c0.2-0.3,0.4-0.5,0.6-0.8c5.4-7.9,10.9-15.7,16.3-23.6v33.2h10.9V23.4C58.3,30.3,63,37.1,67.8,44c0.2,0.2,0.4,0.5,0.6,0.8c4.7-6.7,9.3-13.4,13.9-20c0.1,0,0.2,0.1,0.2,0.1v28.7H94.1z"></path></svg>
  125.                             </div>
  126.                             {% if path is defined and path is not null %}
  127.                                 <h1>Formulaire {{ path }}</h1>
  128.                             {% elseif customPath is defined and customPath is not null %}
  129.                                 <h1>{{ customPath }}</h1>
  130.                             {% else %}
  131.                                 <h1>Formulaire de pré-inscription</h1>
  132.                             {% endif  %}
  133.                         </div>
  134.                     </div>
  135.                 </div>
  136.             </header>
  137.             {% block content %}{% endblock %}
  138.             <footer>
  139.                 <div class="left">
  140.                     <svg
  141.                             version="1.1"
  142.                             id="footerSVG"
  143.                             xmlns="http://www.w3.org/2000/svg"
  144.                             xmlns:xlink="http://www.w3.org/1999/xlink"
  145.                             x="0px" y="0px"
  146.                             viewBox="0 0 468 202.8"
  147.                             style="enable-background:new 0 0 468 202.8;"
  148.                             xml:space="preserve">
  149.           <style type="text/css">
  150.               .st0b{fill:url(#SVGID_1_b);}
  151.               .st1{fill:url(#SVGID_00000060005216530500928000000014062133595622809755_);}
  152.               .st2{fill:#00B2EF;}
  153.               .st3{fill:url(#SVGID_00000063610286678559403560000015249036790209169579_);}
  154.               .st4{fill:url(#SVGID_00000036956584355036586520000013294224366754646669_);}
  155.               .st5{fill:url(#SVGID_00000142167254867849636130000018324790104015767181_);}
  156.               .st6{fill:url(#SVGID_00000026121877488142953680000017665024688095932585_);}
  157.               .st7{fill:url(#SVGID_00000127025982030521476900000007491326632922503840_);}
  158.               .st8{fill:url(#SVGID_00000147180643333830406380000016053121593576783755_);}
  159.               .st9{fill:#838383;}
  160.               .st10{fill:url(#SVGID_00000021085851432117532350000009918385422287950233_);}
  161.               .st11{fill:url(#SVGID_00000114044953981053663560000001938288599806157488_);}
  162.               .st12{fill:url(#SVGID_00000182529606146859897770000003646849667647702712_);}
  163.               .st13{fill:url(#SVGID_00000105391325101597164510000015863344223011854737_);}
  164.               .st14{fill:#FFFFFF;}
  165.               .st15{fill:url(#SVGID_00000147214580617632933350000015328134715061727107_);}
  166.               .st16{fill:url(#SVGID_00000016791003125463874600000005537838788357306543_);}
  167.               .st17{fill:#00CA00;}
  168.               .st18{fill:url(#SVGID_00000101784733700125995390000014323437503921017255_);}
  169.               .st19{fill:url(#SVGID_00000136388218839391720820000012123430287175482254_);}
  170.           </style>
  171.                         <g>
  172.                             <g>
  173.                                 <g>
  174.                                     <path d="M0,173.8h11.7c1.7,0,3.3,0.2,4.6,0.7c1.3,0.5,2.5,1.2,3.4,2c0.9,0.9,1.7,1.9,2.2,3.1c0.5,1.2,0.8,2.6,0.8,4v0.1c0,1.7-0.3,3.1-0.9,4.4c-0.6,1.3-1.4,2.3-2.5,3.1c-1.1,0.8-2.3,1.5-3.7,1.9c-1.4,0.4-2.9,0.6-4.5,0.6H6.3v8.6H0V173.8zM11.3,188.2c1.6,0,2.8-0.4,3.7-1.2c0.9-0.8,1.3-1.9,1.3-3.1v-0.1c0-1.4-0.5-2.5-1.4-3.2c-0.9-0.7-2.2-1.1-3.7-1.1H6.3v8.7H11.3z
  175.                               "/>
  176.                                     <path d="M43.8,173.8h13.1c3.6,0,6.4,1,8.3,2.9c1.6,1.6,2.5,3.8,2.5,6.5v0.1c0,2.3-0.6,4.2-1.7,5.7c-1.1,1.5-2.6,2.5-4.4,3.2l7,10.2h-7.4l-6.1-9.2h-4.9v9.2h-6.3V173.8zM56.5,187.7c1.6,0,2.7-0.4,3.6-1.1c0.8-0.7,1.2-1.7,1.2-2.9v-0.1c0-1.4-0.4-2.4-1.3-3.1c-0.9-0.7-2.1-1-3.6-1h-6.3v8.2H56.5z"/>
  177.                                     <path d="M89.8,173.8h21.6v5.6H96v5.8h13.5v5.6H96v6h15.5v5.6H89.8V173.8z M103.1,165.1l5.4,2.3l-5.6,4.1h-4.7L103.1,165.1z"/>
  178.                                     <path d="M133.6,173.8h11.7c1.7,0,3.3,0.2,4.6,0.7c1.3,0.5,2.5,1.2,3.4,2s1.7,1.9,2.2,3.1c0.5,1.2,0.8,2.6,0.8,4v0.1c0,1.7-0.3,3.1-0.9,4.4c-0.6,1.3-1.4,2.3-2.5,3.1c-1.1,0.8-2.3,1.5-3.7,1.9c-1.4,0.4-2.9,0.6-4.5,0.6h-4.8v8.6h-6.3V173.8zM144.9,188.2c1.6,0,2.8-0.4,3.7-1.2c0.9-0.8,1.3-1.9,1.3-3.1v-0.1c0-1.4-0.5-2.5-1.4-3.2c-0.9-0.7-2.2-1.1-3.7-1.1h-4.9v8.7
  179.                               H144.9z"/>
  180.                                     <path d="M187.2,173.6h5.8l12.3,28.8h-6.6l-2.6-6.4H184l-2.6,6.4H175L187.2,173.6z M193.9,190.4l-3.8-9.3l-3.8,9.3H193.9z"/>
  181.                                     <path d="M265.1,202.8c-2.2,0-4.3-0.4-6.4-1.1c-2.1-0.7-4-1.9-5.7-3.5l3.7-4.5c1.3,1.1,2.7,1.9,4,2.5c1.4,0.6,2.9,0.9,4.5,0.9c1.3,0,2.3-0.2,3-0.7c0.7-0.5,1.1-1.1,1.1-2v-0.1c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.4-0.6-0.9-0.9c-0.4-0.3-1-0.5-1.8-0.8c-0.7-0.3-1.7-0.6-2.9-0.9c-1.4-0.4-2.8-0.8-3.9-1.2c-1.2-0.4-2.2-1-3-1.6c-0.8-0.6-1.5-1.4-1.9-2.4c-0.5-1-0.7-2.1-0.7-3.6V182c0-1.3,0.2-2.5,0.7-3.5c0.5-1,1.2-2,2.1-2.7c0.9-0.8,1.9-1.3,3.2-1.8c1.2-0.4,2.6-0.6,4-0.6c2.1,0,4,0.3,5.8,0.9c1.8,0.6,3.4,1.5,4.8,2.7l-3.3,4.7c-1.3-0.9-2.5-1.6-3.8-2.1c-1.2-0.5-2.5-0.8-3.7-0.8c-1.2,0-2.1,0.2-2.8,0.7c-0.6,0.5-0.9,1.1-0.9,1.8v0.1c0,0.5,0.1,0.9,0.3,1.2c0.2,0.3,0.5,0.6,1,0.9c0.5,0.3,1.1,0.5,1.9,0.8c0.8,0.2,1.8,0.5,3,0.9c1.4,0.4,2.7,0.8,3.9,1.3c1.1,0.5,2.1,1.1,2.9,1.7c0.8,0.7,1.4,1.5,1.8,2.4c0.4,0.9,0.6,2,0.6,3.2v0.1c0,1.4-0.3,2.7-0.8,3.8c-0.5,1.1-1.2,2-2.2,2.8c-0.9,0.8-2,1.3-3.3,1.7C268,202.6,266.6,202.8,265.1,202.8z"/>
  182.                                     <path d="M307.3,173.6h5.8l12.3,28.8h-6.6l-2.6-6.4h-12.1l-2.6,6.4h-6.4L307.3,173.6z M314,190.4l-3.8-9.3l-3.8,9.3H314z"/>
  183.                                     <path d="M346.3,173.8h5.8l13.4,17.6v-17.6h6.2v28.6h-5.4l-13.9-18.2v18.2h-6.2V173.8z"/>
  184.                                     <path d="M401.7,179.6H393v-5.8h23.7v5.8H408v22.8h-6.3V179.6z"/>
  185.                                     <path d="M438,173.8h21.6v5.6h-15.3v5.8h13.5v5.6h-13.5v6h15.5v5.6H438V173.8z M451.3,165.1l5.4,2.3l-5.6,4.1h-4.7L451.3,165.1z"
  186.                                     />
  187.                                 </g>
  188.                             </g>
  189.                             <linearGradient id="SVGID_1_b" gradientUnits="userSpaceOnUse" x1="-85.6959" y1="68.7964" x2="153.5569" y2="68.7964">
  190.                                 <stop  offset="1.064686e-02" style="stop-color:#00C1ED"/>
  191.                                 <stop  offset="1" style="stop-color:#0049FF"/>
  192.                             </linearGradient>
  193.                             <path class="st0b" d="M144.6,0.1c-8.3,0-16.2-0.1-24.2,0.1c-0.8,0-1.8,1.3-2.4,2.2C103.3,23.6,88.7,44.8,74,66c-0.5,0.7-0.9,1.3-1.6,2.2c-0.6-0.8-1.1-1.4-1.6-2.1C56,44.8,41.2,23.6,26.5,2.4C25.3,0.7,24,0,22,0.1c-7.3,0.1-14.5,0-22,0c0,50.2,0,87.2,0,137.4c10.8,0,21.5,0,32.6,0c0-26.9,0-40.8,0-67.7c0.2-0.1,0.5-0.2,0.7-0.3c13,18.7,25.9,37.3,39.1,56.2c0.6-0.8,1.2-1.4,1.7-2.1c23.1-33.4,46.2-66.9,69.2-100.4c0.8-1.2,1.3-2.9,1.4-4.4C144.7,12.8,144.6,6.7,144.6,0.1z"/>
  194.                             <linearGradient id="SVGID_00000030475640573964919950000001132420246969741204_" gradientUnits="userSpaceOnUse" x1="510.3152" y1="68.8803" x2="355.7802" y2="68.8803">
  195.                                 <stop  offset="1.064686e-02" style="stop-color:#00C1ED"/>
  196.                                 <stop  offset="1" style="stop-color:#0049FF"/>
  197.                             </linearGradient>
  198.                             <path style="fill:url(#SVGID_00000030475640573964919950000001132420246969741204_);" d="M360.9,137.5c0-26.3,0-39.4,0-65.9c1.1,0,2.1,0,3,0c15.5,0,31,0,46.5,0c2.8,0,5.7-0.2,8.5-0.5c8.9-1,15.4-7.9,15.9-17c0.1-1.9,0.1-3.9-0.2-5.8c-1.2-8-5.5-12.5-13.5-13.9c-3.8-0.7-7.7-1.1-11.6-1.1c-15.1-0.1-75.5-0.1-90.7-0.1c-1,0-2.1,0-3.3,0c0-11.1,0-21.8,0-32.8c0.9,0,1.7-0.1,2.5-0.1c15.9,0,77,0,92.8,0c8.4,0,16.6,0.9,24.5,3.8c17.3,6.3,27.1,19.3,31,36.6c4.1,17.8-0.5,33.9-12.5,47.6c-8.3,9.5-19.3,13.9-31.6,15.1c-9.4,0.9-18.9,1.1-28.7,1.6c0,15,0,17.1,0,32.6C382.6,137.5,371.9,137.5,360.9,137.5z"/>
  199.                             <path class="st2" d="M242.7,0c-2.3,0-3.6,0.6-5,2.5c-14.7,21.2-29.4,42.3-44.2,63.4c-0.5,0.7-1,1.3-1.6,2.1c-0.6-0.9-1.1-1.5-1.6-2.2c-14.7-21.3-29.4-42.5-44.1-63.8c-1-1.5-2-2.1-3.9-2.1c-6.6,0.1-13.3,0-19.9,0.1c-0.8,0-1.7,0.1-2.7,0.2c0,5.8-0.1,11.4,0,16.9h-0.1v133.5h30.7V65.7c13.3,19.3,26.6,38.6,39.9,57.8c0.5,0.7,1,1.3,1.7,2.1c13.1-18.9,26.1-37.6,39.1-56.2c0.2,0.1,0.5,0.2,0.7,0.3v80.7h32.6V0.1C257,0.1,249.8,0.1,242.7,0z"/>
  200.                             <linearGradient id="SVGID_00000137117569884809026500000007162275999389770906_" gradientUnits="userSpaceOnUse" x1="282.3851" y1="75.4066" x2="389.3922" y2="75.4066">
  201.                                 <stop  offset="1.064686e-02" style="stop-color:#00C1ED"/>
  202.                                 <stop  offset="1" style="stop-color:#00A9F1"/>
  203.                             </linearGradient>
  204.                             <path style="fill:url(#SVGID_00000137117569884809026500000007162275999389770906_);" d="M386.4,34.8C381,20.4,371.9,9.3,357,4c-7.9-2.8-16.2-3.7-24.5-3.8c-15.9-0.1-31.7,0-47.6,0c-0.8,0-1.6,0.1-2.5,0.1v89.4h0v60.9h32.7v-46.1c1.4,0,2.3,0,3.3,0c8.5-0.3,17-0.4,25.4-1.1c9.8-0.9,19-4.1,26.8-10.5C387,79.4,393.8,54.7,386.4,34.8z M339.9,71.1c-2.6,0.1-5.1,0.4-7.7,0.4c-5.7,0-11.4,0-17.1,0V33.1c7,0,14,0.1,21,0.2c13.5,0.3,19.6,5.9,20.3,18C356.8,59.7,351.6,70.6,339.9,71.1z"/>
  205.                         </g>
  206.       </svg>
  207.                 </div>
  208.                 <div class="right">
  209.                     <p><strong>29 rue de l'école Normale<br>
  210.                             33200 Bordeaux<br><br>
  211.                             T. 05.56.08.70.70<br>
  212.                             <a href="https://www.mmpp.fr/admin#:~:text=Nous%20contacter%20par%20email">
  213.                                 Nous contacter par email
  214.                             </a>
  215.                         </strong>
  216.                     </p>
  217.                 </div>
  218.             </footer>
  219.         </div>
  220.     </body>
  221. </html>