Difference between revisions of "Team:Pasteur Paris/TrainingThomas"

 
(286 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
{{Pasteur_Paris/MenuBlock}}
 
+
 
+
 
<html>
 
<html>
 +
    <style type="text/css">
 +
        footer {
 +
            position:absolute;
 +
            width: 100%;
 +
            height: auto;
 +
            margin:0 auto;
 +
            margin-top:25px;
 +
            bottom:-25px;
 +
            color:white;
 +
            background:#000000;
 +
            font-family: 'Raleway', sans-serif;
 +
            z-index:10;
 +
            display:inline-block;
 +
        }
  
<style type="text/css">  
+
        .Pasteur_footercadre {
 +
          margin:10px 15px;
 +
          float:left;
 +
        }
 +
        .Pasteur_footercadre a {
 +
          color:white;
 +
        }
 +
        #runningchip {
 +
            left: 5px;
 +
        }
 +
        #home_small {
 +
            background-color: #292929;
 +
        }
 +
        #banner {
 +
            background-image: ;
 +
        }
 +
        @media screen and (max-width: 760px) {
 +
            #banner {
 +
                background-image: ;
 +
        }
 +
    </style>
  
 +
    <style type="text/css">
 +
        #SVGcontainer1{
 +
            position: absolute;
 +
            height: 70vh;
 +
            right: 0%;
 +
            transition: right 3s;
 +
            transition-delay: 2s;
 +
            transition-timing-function: cubic-bezier(.74,0,.34,1);
 +
            display: block;
 +
        }
 +
        #Calque_1{
 +
            height: 100%;
 +
        }
 +
        #SVGcontainer2{
 +
            position: absolute;
 +
            height: 70vh;
 +
            left: 100%;
 +
            transition: left 3s;
 +
            transition-delay: 2s;
 +
            transition-timing-function: cubic-bezier(.74,0,.34,1);
 +
            display: block;
 +
        }
 +
        #Calque_2{
 +
            height: 100%;
 +
        }
 +
        #MenuSimulator{
 +
            width: 100%;
 +
            height: 80px;
 +
            position: relative;
 +
            display: block;
 +
        }
 +
        #Path1{
 +
            display: none;
 +
            fill: black;
 +
        }
 +
        #Path2{
 +
            display: none;
 +
            fill: black;
 +
        }
 +
        #Path3{
 +
            display: none;
 +
            fill: black;
 +
        }
 +
        #Path4{
 +
            display: none;
 +
            fill: black;
 +
        }
 +
        .CirclePicto {
 +
            transition: opacity 1s;
 +
        }
 +
        .CirclePicto:hover {
 +
            fill: #000063;
 +
            cursor: pointer;
 +
        }
 +
        .ShortText {
 +
        }
 +
        /* Begin Petits Textes*/
 +
            #TEXT1{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT1:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT2{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT2:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT3{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT3:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT4{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT4:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT5{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT5:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT6{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT6:hover{
 +
                opacity: 1;
 +
            }
 +
            #TEXT7{
 +
                fill: black;
 +
                opacity: .6;
 +
                display: none;
 +
            }
 +
            #TEXT7:hover{
 +
                opacity: 1;
 +
            }
 +
        /* End Petits Textes*/
 +
        @media screen and (max-width: 960px) {
 +
            #MenuSimulator{
 +
                height: 40px;
 +
            }
 +
        }
 +
        body {
 +
            margin: 0px;
 +
            padding: 0px;
 +
        }
 +
    </style>
 +
    <script type="text/javascript">
 +
        $(document).ready(function() {
 +
            $('.CirclePicto').on("click", function() {
 +
                if ($(this).prev().css("display") == "none") {
 +
                    $(this).prev().fadeIn(500);
 +
                    $(this).next().fadeIn(500);
 +
                }
 +
                else {
 +
                    $(this).prev().fadeOut(500);
 +
                    $(this).next().fadeOut(500);
 +
                }
 +
            });
 +
        });
 +
    </script>
 +
    <script type="text/javascript">
 +
        $(document).ready(function() {
 +
            $('#SVGcontainer1').css("right", "100%");
 +
            $('#SVGcontainer2').css("left", "0%");
 +
            $('#Path1').delay(4500).fadeIn(500);
 +
            $('#Path2').delay(5000).fadeIn(500);
 +
            $('#Path3').delay(5500).fadeIn(500);
 +
            $('#Path4').delay(6000).fadeIn(500);
 +
            $('#TEXT1').delay(6500).fadeIn(500);
 +
            $('#TEXT2').delay(6600).fadeIn(500);
 +
            $('#TEXT3').delay(6700).fadeIn(500);
 +
            $('#TEXT4').delay(6800).fadeIn(500);
 +
            $('#TEXT5').delay(6900).fadeIn(500);
 +
            $('#TEXT6').delay(7000).fadeIn(500);
 +
            $('#TEXT7').delay(7100).fadeIn(500);
 +
            $('#Awards').delay(7500).fadeIn(1000);
 +
            $('#US').delay(7500).fadeIn(1000);
 +
            $('#Sponsors').delay(7500).fadeIn(1000);
  
#home_logo, #sideMenu { display:none; }
+
        });
#sideMenu, #top_title, .patrollink  {display:none;}
+
    </script>
#content { margin-left:0px; margin-top:-7px; padding:0px; width:100%;}
+
    <body>
body {background-color:white; }
+
        <div id="GeneralContent">
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; }
+
            <div id="MenuSimulator" ></div>
 +
            <div id="SVGcontainer1">
 +
                <svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 +
                    height="100%" viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
 +
                    <style type="text/css">
 +
                        .st0{fill:black; font-size: 40px;}
 +
                        .st1{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}
 +
                        .st2{fill:none;stroke:#000000;stroke-miterlimit:10;}
 +
                        .st3{fill:#FFFFFF;}
 +
                        .st4{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;}
 +
                    </style>
 +
                    <path d="M1900,598.5c0,4.8,0,9.5,0,14.3c-53.7-1.6-107.4-3.2-161.1-4.8c-3.4-0.1-6.7-0.2-10.1-0.3c-3.4-0.1-6.7-0.1-10.1-0.1
 +
                        c-6.7,0-13.4,0-20.1,0c-13.4,0-26.9,0-40.3,0c-26.9,0-53.7,0-80.6,0c-107.5,0-214.9,0-322.4,0c-107.5,0-214.9,0-322.4,0
 +
                        c-8.6,0-17.1,0-25.7,0c-1.5,0-3,0-4.5,0c-0.7,0-1.5,0-2.2,0c-0.2,0-0.4,0-0.6,0c-0.2,0-0.2,0.4-0.2,0.5c-0.1,0.4-0.2,0.8-0.3,1.2
 +
                        c-1,3.6-2.6,6.6-5,9.4c-4.9,5.6-12,8.7-19.5,8.3c-15.3-0.8-25.9-15.6-21.8-30.3c4.1-15,21.1-22.2,34.7-14.6c3.4,1.9,6,4.3,8.2,7.5
 +
                        c1,1.5,1.8,3.1,2.5,4.7c0.3,0.8,0.6,1.6,0.8,2.4c0.1,0.4,0.2,0.8,0.3,1.2c0,0.1,0,0.5,0.2,0.5c0.2,0,0.4,0,0.5,0c2.8,0,5.6,0,8.4,0
 +
                        c1.4,0,2.8,0,4.2,0c0.4,0,0.7,0,1.1,0c0.2,0,0.4,0,0.5,0c0.2,0,0.4,0.1,0.4-0.2c-0.1-0.8-0.2-1.7-0.4-2.5
 +
                        c-2.8-14.7-13.6-26.5-28-30.4c-14.3-3.9-29.6,0.6-39.4,11.6c-9.8,11-12.6,26.5-7.2,40.3c4.9,12.5,15.9,21.6,29.1,24.1
 +
                        c6.7,1.3,13.6,0.7,20.1-1.5c1.5-0.5,3-1.2,4.5-1.9c0.7-0.4,1.4-0.7,2.1-1.1c0.3-0.2,0.7-0.4,1-0.6c0.2-0.1,0.3-0.2,0.5-0.3
 +
                        c0.3-0.2,0.1-0.5,0.1-0.7c0.1-2.7,3-4.4,5.4-3.1c2.3,1.3,2.6,4.5,0.5,6.1c-1,0.8-2.4,1-3.5,0.5c-0.1,0-0.1-0.1-0.2-0.1
 +
                        c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0.1-0.2,0.1-0.2,0.2c-0.2,0.1-0.3,0.2-0.5,0.3c-0.3,0.2-0.7,0.4-1,0.6c-1.4,0.8-2.8,1.5-4.3,2.2
 +
                        c-3.1,1.3-6.2,2.3-9.5,2.9c-7.1,1.3-13.5,0.9-20.3-1.3c-12.7-4-22.8-13.8-27.2-26.4c-9.6-27.3,10.3-55.9,39.2-56.5
 +
                        c13.5-0.3,26.2,5.9,34.4,16.5c4.2,5.5,6.8,11.2,8.1,18c0.1,0.8,0.3,1.5,0.4,2.3c0,0.2,0,0.4,0.1,0.6c0,0.2,0,0.4,0.2,0.4
 +
                        c0.3,0,0.6,0,1,0c1.3,0,2.6,0,3.9,0c3.1,0,6.2,0,9.3,0c107.5,0,214.9,0,322.4,0C1470.2,598.5,1685.1,598.5,1900,598.5z"/>
 +
                    <path d="M1900,612.8c0-3.6,0-10.7,0-14.3c7.4,0,34.8,2.3,42.1,2.1c3,0,6.1-0.1,9.1-0.2c6.1-0.1,12.1-0.2,18.2-0.3
 +
                        c6.1-0.1,12.1-0.2,18.2-0.3c3-0.1,6.1-0.1,9.1-0.2c2.6,0,5.1,0.1,7.6,0.2c16.3,0.8,32.5,2.1,48.7,4c13,1.5,26,3.6,39,5.5
 +
                        c23.7,3.6,44.1,6.4,68.3,6c10.7-0.2,21.3-0.9,31.8-2.1c8.8-1,17.6-2.4,26.4-3.6c7.6-1,15.2-1.8,22.9-1.5c8.7,0.4,15.4,2.4,23.5,5.5
 +
                        c8.2,3.2,16.2,7,24.7,9.5c9.4,2.7,19,4.2,28.6-0.4c8.7-4.2,15.1-12.1,19.9-19.9c1.2-2,2.4-4,3.5-6.1c0.5-1,1.1-2,1.6-3
 +
                        c0.3-0.5,0.5-1,0.7-1.5c0.1-0.2,0.2-0.5,0.4-0.7c0.2-0.3,0.2-0.6,0.3-1c1.4-4.8,2.8-9.5,4.1-14.3c2.3-8.6,3.7-17,0.8-26
 +
                        c-1.6-5.2-4.4-9.5-7.5-13.8c-3.8-5.1-7.8-10-12-14.7c-7.9-8.9-16.5-17.2-24.8-25.8c-4-4.2-8-8.4-11.7-12.8c-3.1-3.6-6.1-7.3-9.2-11
 +
                        c-6.1-7.3-12.1-14.4-19.4-20.6c-10.9-9.3-22.3-13.6-36.2-15.5c-16.7-2.4-36-0.9-52.7-0.3c-15.6,0.6-31,0.7-46.6-1.8
 +
                        c-13.7-2.2-26.3-5.9-38.6-12.7c-11.6-6.5-19.2-14-28.6-23c-8-7.8-16.8-16.2-27.3-21.2c-3.7-1.7-7.4-3.1-11.4-3.8
 +
                        c-4.4-0.8-8-0.1-12,2c-3.3,1.8-6.2,4.1-9.1,6.4c-4,3.2-8.1,6.2-12.3,9.1c-5.3,3.7-10.8,7.2-16.2,10.9c-5.8,3.9-11.3,7.8-18.5,9.4
 +
                        c-5.7,1.3-10.7,0.8-16.2-0.9c-1.2-0.4-2.4-0.8-3.6-1.3c-0.8-0.4-1.6-0.7-2.3-1.3c-0.9-0.8-0.4-1.3,0.6-1.6c1.8-0.7,4.3-1,6.1-1.2
 +
                        c5.5-0.8,10.9-1.2,16.2-3.3c3.6-1.4,6.7-3.5,9.6-5.9c1.8-1.5,3.5-2.9,5.3-4.4c2.9-2.3,5.8-4.4,8.8-6.5c6.6-4.6,13.3-8.8,20-13.2
 +
                        c3.5-2.3,8-5.2,10.9-8.4c3.8-4.1,4-7.4,1-12.1c-3.5-5.5-11.2-11.7-15.7-16c-4.8-4.7-7.5-8.5-10.3-14.5c-1.4-3-2.6-6-3.9-9
 +
                        c-1.5-3.4-3.1-6.8-4.7-10.1c-1.5-3-3-6-4.3-9.1c-0.5-1.2-1.1-2.4-1.5-3.7c-0.3-0.8-0.6-1.7-0.7-2.6c-0.1-1.2,0.4-1.4,1.4-0.8
 +
                        c0.8,0.4,1.4,0.9,2,1.5c1.8,1.5,3.4,3.2,4.7,5.2c1.7,2.5,2.7,5.1,3.4,8c0.4,1.3,0.7,2.7,1.1,4c0.6,2.1,1.3,4.2,2.2,6.2
 +
                        c1.9,4.4,4.2,8.3,7.1,12.1c6,7.6,14.5,12.6,19.5,21.4c3.2,5.7,5.2,11.9,9.6,17c3.9,4.5,8.7,7.3,13.9,10c8.4,4.5,13.6,7.7,20.9,14
 +
                        c9.4,8.1,17.2,17.8,26.7,25.7c4.4,3.7,9,7,14.1,9.7c6.6,3.6,13.4,6,20.7,7.6c14.4,3.2,31.8,3.3,46.3,2c8.4-0.7,16.7-2,25-3.5
 +
                        c10.4-1.9,20.6-3.9,31.4-3.5c5.3,0.2,10.3,1,15.3,2.7c2.1,0.7,4.2,1.6,6.3,2.6c3.2,1.5,6.4,3,10,3.6c9.4,1.7,17.9-6.3,22.2-13.2
 +
                        c8.4-13.3,4-27.2-2.6-39.2c-4.1-7.5-9.1-14.4-14.1-21.2c-5-6.7-10.1-13.4-14.9-20.2c-8.1-11.6-15.5-23.6-22.9-35.7
 +
                        c-3.3-5.4-6.6-10.7-10-16c-3.4-5.3-7-10.5-10.4-15.7c-8.3-12.7-13.9-24-18.1-38.7c-4.4-15.3-6.4-31.8-7.5-47.6
 +
                        c-0.4-5.7-0.8-11.4-0.7-17.1c0-1.6,0-3.2,0.3-4.7c0.1-0.4,0.2-1.6,0.7-1.1c0.5,0.6,1,2.8,1.2,3.5c0.4,1.7,0.8,3.5,1.1,5.3
 +
                        c1.3,6.6,2.4,13.3,3.4,19.9c1.5,9.8,2.7,19.5,4.8,29.2c4.4,20.3,13.5,40.2,24.9,57.4c6,9,12.6,17.5,18.9,26.2
 +
                        c3.3,4.6,6.5,9.2,9.5,13.9c3.4,5.3,6.6,10.8,9.8,16.3c6.2,10.6,12.4,21.2,19.8,31c5.4,7.2,11.3,13.9,15.8,21.8
 +
                        c3.5,6.1,6.2,12.6,6.9,19.7c0.6,5.2-0.1,10.5-3,15.1c-3.2,4.9-7.9,7.9-11.9,11.9c-4.3,4.2-5.8,7.8-2.8,13.5
 +
                        c3.2,6.1,10.6,12.6,15.4,17c13.1,12.2,25.2,25.2,36.7,38.8c8.6,10.2,17,20.6,25.6,30.9c6.4,7.6,12.7,15.2,18.9,23
 +
                        c2.2,2.8,4.5,5.6,7.1,8.1c2.3,2.2,4.8,4,7.5,5.7c3.9,2.4,8.9,4.8,13.7,5.1c1.6,0.1,4.1,0,5.7,0c1.9,0,3.7,0,5.6,0
 +
                        c3.4-0.1,6.7-0.3,10-1.1c3.7-0.8,7.1-2.2,10.4-4c2.1-1.1,4.1-2.4,6.1-3.7c1.2-0.8,2.3-1.6,3.4-2.4c1-0.7,2-1.4,2.9-2.1
 +
                        c6.9-5,10.3-13.1,12.7-20.6c1.6-5.1,2.9-10.2,4.2-15.4c0.7-2.9,1.4-5.9,2.1-8.8c0.4-1.5,0.7-3.1,1-4.7c0.2-1.6,0.5-3.1,0.7-4.7
 +
                        c3.2-22.6,3.5-45.3,6.2-67.9c1-8.2,2.2-16.3,3.6-24.4c1.5-8.4,3.4-16.7,5.2-25.1c0.9-4.2,1.8-8.5,2.6-12.8c0.2-1.1,0.3-2.1,0.5-3.2
 +
                        c0.1-0.6,0.1-1.2,0.2-1.8c0-0.1,0.1-0.2,0.1-0.4c0.1-0.5,0.2-0.9,0.4-1.4c0.4-1.5,0.8-2.9,1.3-4.3c0.6-1.6,2-5.4,3.2-2.9
 +
                        c0.8,1.8,0.8,4,0.7,5.8c0,1.7-0.1,3.5-0.2,5.2c0,0.3,0,0.5-0.1,0.8c-0.1,0.8-0.3,1.6-0.4,2.4c-0.3,2.3-0.5,4.6-0.7,6.9
 +
                        c-0.2,2.8-0.3,5.5-0.6,8.3c-0.3,4-0.8,8-1.4,12c-1.1,7.7-2.5,15.3-4.1,22.9c-3.9,19.6-8.4,38.7-7.6,59.1c0.3,8,1.7,15.8,2.7,23.7
 +
                        c0.9,7,1.6,13.8,0.2,21c-1,5.6-3.3,10.5-6,15.4c-2.8,5.2-5.8,10.3-8.3,15.6c-4,8.7-6.8,19.2-6.2,28.9c0.1,2,0.3,4,0.8,5.9
 +
                        c1.8,7.1,6.4,11.1,13.5,12.5c4.2,0.8,8.2,0.6,12.4-0.1c5.1-0.8,10-2.2,14.8-3.9c11.5-4.1,23.1-10.2,33.4-16.6
 +
                        c11.5-7.2,22.2-15.2,32.3-24.2c7.2-6.5,13.9-13.4,20-21c6.9-8.9,12.6-18.3,17.4-28.4c4.1-8.6,7.5-17.6,11.2-26.4
 +
                        c4.5-10.8,9.4-21.3,14.7-31.7c6.7-13.1,13.8-25.9,20.9-38.8c5.5-10.1,11.1-20.2,16.7-30.2c2-3.5,4-7,6-10.4c1.3-2.2,2.7-4.5,4.2-6.5
 +
                        c0.4-0.6,1.5-1.9,1.5-0.7c-0.1,1.2-0.5,2.2-0.8,3.3c-1.4,4.4-3.1,8.6-4.8,12.9c-2.6,6.4-5.4,12.7-8.5,18.9
 +
                        c-3.2,6.4-6.7,12.7-10.3,18.9c-3.2,5.5-6.4,11-9.4,16.6c-6.1,11.6-10.7,23.6-15.4,35.7c-4.4,11.4-8.7,22.9-14,34
 +
                        c-5.2,11-10.7,20-18.3,29.4c-7.7,9.5-16.3,18-25.1,26.3c-7.7,7.4-14,13.1-22.8,19.2c-4.7,3.2-9.6,6.2-14.5,9
 +
                        c-4.2,2.4-8.5,4.7-12.6,7.3c-1.6,1-3.1,2-4.6,3.2c-0.8,0.7-1.9,1.6-2.3,2.7c-0.9,2.1,2.4,2.9,3.9,3.2c3.7,0.8,8.1,0.8,11.9,0.8
 +
                        c6.2-0.1,12.4-0.6,18.5-1.6c11.2-1.7,21.7-5,32.1-9.4c8.7-3.7,17-8.1,25.7-11.7c9.3-3.9,16.5-5.7,26.4-7.3
 +
                        c9.5-1.5,19.1-2.5,28.6-3.9c9.6-1.4,19-3.3,28.1-6.9c1.5-0.6,3-1.2,4.4-1.9c0.3-0.1,0.5-0.3,0.9-0.4c0.1,0,0.2,0,0.3,0
 +
                        c1.3-0.1,2.6-0.1,3.9,0.1c0.9,0.1,2.7,0.5,2.3,1.8c-0.4,1.3-2.1,2.5-3,3.1c-2.3,1.1-4.6,2.3-6.9,3.3c-7.8,3.3-15.9,3.6-24,4.5
 +
                        c-8.5,1-16.9,2.6-25.4,4.1c-8.5,1.5-17.1,3-25.1,5.8c-10.1,3.6-19.2,9.4-29,14.3c-13,6.6-27,11.5-41.3,12.5
 +
                        c-10.4,0.7-21-0.8-31.3,0.2c-6.4,0.6-12.7,2.2-19,4.5c-8.6,3.2-17,7.8-22.7,14.2c-14.8,16.6-15.2,38.7,0.5,52.9
 +
                        c7.5,9.4,38.7,30.1,72.1,39.1c23.7,6.4,50.6,5.2,70.6,13.9c8.4,6.6,6.3,7.6,1.7,6.9c-4.5-0.7-11.5-3.1-21.1-5.6
 +
                        c-10.9-2.4-20-4.2-29.8-5.2c-10-1.1-20.7-1.4-30.8-4.1c-10.6-2.9-20.4-8.4-29.2-12.6c-12.9-5.5-23.3-21.7-44.9-18.4
 +
                        c-14.8-1.3-22.4,8.1-29.6,25c-2.1,3.3-6.6,18.2-10,31.7c-8.2,32.5-9.7,57.3,5.6,87.4c6.1,8.4,20.5,17.4,35.3,24.2
 +
                        c7.8,5.4,7.1,6.4,5.5,6.3c-1.4-0.1-3.4-1.1-8.7-3c-1.5-0.6-3-1.1-4.6-1.6c-3.3-1-6.5-2.3-9.6-3.8c-3.7-1.8-7.2-4-10.6-6.2
 +
                        c-1.7-1.1-3.4-2.3-5-3.4c-0.8-0.6-1.7-1.1-2.5-1.7c-0.9-0.6-1.8-1.1-2.6-1.8c-9-7.9-13.9-18.3-16-29.7c-0.6-3.1-0.9-6.2-1.1-9.4
 +
                        c-0.1-1.5-0.1-3-0.3-4.4c-0.1-1.3-0.2-2.5-0.3-3.8c-0.4-5-0.6-10-0.6-15c0-4.9,0.4-9.8,1.2-14.7c0.7-4.3,1.9-8.4,3.2-12.6
 +
                        c1.2-3.8,2.5-7.5,3.4-11.3c0.7-3,1.4-7.7,0.8-10.8c-1.4-7.1-4.8-12.3-9.4-17.6c-1.7-1.9-3.5-3.8-5.3-5.6c-2-2-3-3-5.7-4.2
 +
                        c-5.3-2.5-11.9-3.4-17.7-3.1c-9.5,0.5-18.4,4-24.9,11.2c-2.7,2.9-4.5,6.1-5.8,9.7c-1.2,3.3-2,6.8-2.8,10.2
 +
                        c-2.2,9.9-4.7,19.7-7.4,29.5c-2.9,10.7-6,21.3-8.9,32c-2.4,8.8-4.5,17.6-6.1,26.6c-1.8,9.9-2.8,19.9-3.7,29.9
 +
                        c-1.1,13.1-1.9,26.2-2.8,39.3c-0.5,6.9-0.9,13.7-1.6,20.6c-0.2,2.4-0.5,4.9-0.8,7.3c-0.2,1.4-0.3,2.7-0.8,4.1c0,0.1-0.2,0.5-0.4,0.5
 +
                        c-0.2,0-0.4-0.5-0.4-0.6c-0.2-0.6-0.3-1.3-0.4-2c-0.1-0.8-0.2-1.7-0.3-2.5c-0.9-8.2-0.7-16.2,0.1-24.4c0.6-5.9,1.5-11.8,2.2-17.7
 +
                        c0.6-4.7,1-9.5,1.3-14.3c0.4-5.4,0.5-10.9,0.6-16.3c0.1-6.7,0-13.4,0.2-20.2c0.3-9.6,1.4-18,4.4-27.2c1.8-5.5,4.3-10.8,5.7-16.5
 +
                        c1.7-6.9,1.5-13.2-2.8-19.3c-0.6-0.9-1.2-1.8-2.2-2.4c-0.4-0.3-0.9-0.5-1.4-0.5c-1.2-0.1-2.4,0.6-3.2,1.3c-1.5,1.2-2.7,2.6-4,3.9
 +
                        c-2.3,2.5-4.6,5-7.1,7.3c-3.4,3.2-7.2,5.8-11.1,8.3c-5.4,3.4-11.2,6-16.6,9.4c-4.5,2.8-9.3,6.6-11.7,11.7c-1.9,4.1-2,8.4-2.7,12.7
 +
                        c-0.3,1.8-0.7,3.6-1.4,5.4c-0.5,1.2-1.1,2.3-1.7,3.5c-1.6,3.3-2.1,5.2-2.8,8.8c-0.4,2.1-0.9,6.6-4.1,6.1c-0.6-0.1-1.2-0.3-1.7-0.7
 +
                        c-0.4-0.3,0.1-0.6,0.4-0.7c0.9-0.3,1.8-0.5,2.5-1.3c0.9-1.1,0.9-2.8,1.1-4c0.2-1.8,0.9-3.4,1.6-5.1c1.1-2.8,1.8-5.7,2.8-8.5
 +
                        c0.4-1.1,0.8-2.2,1.1-3.3c0.4-1.7,0.7-3.3,0.8-5c0.2-2.8,0.1-5.5,1.4-8.2c0.7-1.5,1.6-2.7,2.7-3.8c0.7-0.8,1.5-1.6,2.1-2.5
 +
                        c1.4-2.2-1.9-2.6-3.6-2.9c-4-0.6-8.1-0.4-12.1-1.8c-1.8-0.6-3.5-1.5-5.2-2.3c-2.3-1.1-4.5-2.1-6.9-2.9c-2.3-0.8-4.5-1.4-6.8-2.2
 +
                        c-0.9-0.3-1.8-0.7-2.7-1.2c-0.6-0.3-1.1-0.5-1.4-1.2c-0.2-0.5,0.2-0.9,0.6-1.2c0.1-0.1,0.3-0.2,0.4-0.3c0.1-0.1,0.2-0.1,0.4-0.2
 +
                        c0.3-0.1,0.6-0.1,0.8,0.2c0.3,0.5,0.3,1.1,0.6,1.6c0.5,1.1,1.4,1.4,2.4,1.7c1.5,0.4,3,0.6,4.5,1c1.8,0.4,3.5,1,5.1,1.8
 +
                        c1.5,0.8,3,1.6,4.6,2.2c1.3,0.5,2.7,0.8,4,1c1.3,0.3,2.6,0.5,3.8,1c1.2,0.4,2.3,0.8,3.6,1.1c1.1,0.2,2.2,0.2,3.3,0.1
 +
                        c1,0,1.9,0,2.9,0.3c1.1,0.4,2.1,1.1,3.5,0.8c1.1-0.3,1.9-0.9,2.8-1.5c1.3-0.9,2.6-1.9,3.9-2.9c2.4-1.8,4.9-3.5,7.5-5
 +
                        c2.8-1.7,5.6-3.3,8.4-5.1c7-4.5,13.4-9.5,19.4-15.2c10.3-9.9,20.5-23.6,20.5-39.4c0-13.4-7-26.3-15.1-36.1
 +
                        c-10.2-12.3-23-21.2-38-26.5c-16.3-5.8-34-6.8-51-5.1c-3.4,0.3-6.9,0.8-10.3,1.3c-3.2,0.5-6.4,1-9.6,1.5c-5.9,1-11.8,2.1-17.6,3.2
 +
                        c-9,1.8-17.9,3.8-26.9,5.5c-2.6,0.5-5.3,1-8,1.2c-0.8,0.1-1.5,0.1-2.3,0c-0.4-0.1-0.8,0-1.1-0.5c-0.5-0.8,1.3-2.3,1.8-2.7
 +
                        c0.3-0.3,0.6-0.5,0.9-0.6c1.2-0.6,2.4-1.1,3.6-1.6c3-1.2,6-2.4,9.1-3.5c4.3-1.6,8.5-3.1,12.9-4.3c8.5-2.2,17.1-3.5,25.8-4.3
 +
                        c7.9-0.8,15.8-1.1,23.7-2.3c6.7-1,13.2-2.6,19.6-5c6.7-2.5,14.3-6.1,20.3-10c2.7-1.7,5.2-3.5,7.4-5.9c1.3-1.4,2.9-3.4,3-5.6
 +
                        c0.2-4.3-6.1-6.8-8.9-7.8c-5.9-2.2-13.3-3.5-19.5-4.3c-13.2-1.6-26.1-1.2-39.2,0.8c-11.8,1.8-23.3,4.9-35.1,6.7
 +
                        c-14.8,2.3-29.2,1.7-43.9,0.1c-15-1.6-29.8-4.3-44.6-6.7c-8.6-1.4-17.1-2.7-25.7-3.8c-10.9-1.4-21.8-2.5-32.7-3.3
 +
                        c-14-1.1-28-1.8-42-2.3c-0.7,0-1.4,0-2.1-0.1c-1.4,0-2.8-0.1-4.2-0.1c-2.8-0.1-5.5-0.2-8.3-0.2c-5.5-0.2-11.1-0.3-16.6-0.5
 +
                        C1942.1,612.1,1911.1,613.2,1900,612.8z"/>
 +
                    <path class="st0" d="M2455,875.1c6.8,2.4,9.1,3.6,10.7,3.7s2.3-0.9-5.5-6.3c5.6,2.6,11.2,4.8,16.4,6.6c16.6,5.6,29.5,6.7,60.9,8.8
 +
                        c24.3,1.7,59.7,3.9,47.2,5.4c-1.4,0.2-3.4,0.3-5.4,0.4c-5.8,0.4-10.8,0.5-16.1-0.9c-4.3-1.1-8.7-3.1-13-1.2c-1.6,0.7-3.1,2-3.6,3.2
 +
                        c-1.4,3.3,5.3,5.9,10.5,8.1c10.9,4.7,15.3,7.9,20.9,18.4c0.7,1.3,1.4,2.8,1.4,3.3c-0.1,0.9-3.4-2-5.4-4.4c-2.5-3-3.1-5.3-4.7-7.2
 +
                        c-2.3-2.8-6.8-4.7-10.8-6.5c-4.4-2-8.5-4-12.1-6.7c-1.8-1.4-3.6-2.9-5.5-4.1c-5.1-3.2-11.6-3.7-17.8-4c-11-0.4-21.5,0.2-31.9-3.5
 +
                        c-5.3-1.9-10.6-4.9-15.9-3.8c-2.6,0.5-5.2,2-6.9,4c-5.8,6.5-2.6,18.2,2.8,26.3c7.2,10.8,18.3,15.3,25.1,24.8
 +
                        c4.5,6.4,7.1,15,10.6,20.9c3.9,6.8,8.8,10.1,17.4,20.5c2.9,3.5,6.1,7.8,4.9,7.5c-0.6-0.1-2.2-1.2-3.6-2.4c-5-4-7.2-7.7-10.3-11.3
 +
                        c-4.1-5-9.8-9.9-13.1-16c-1.9-3.4-3-7-4.7-10.5c-2.3-4.9-5.7-9.5-9.7-13.1c-3.7-3.4-8-6-12.4-9c-5-3.4-10.2-7.3-12.1-12.5
 +
                        c-1.6-4.3-0.9-9.4-1.2-14.3c-0.2-3.6-1-7-0.3-10.4c0.4-1.9,1.2-3.8,1.1-5.7c0-1.3-0.5-2.7-1.2-3.8c-1.1-1.7-2.8-2.8-4.7-3.6"/>
 +
                    <path class="st0" d="M2480.8,372.1c0.9-6.9,1.1-13.7-0.1-20.3c-2.7-15.3-12.7-29.2-21.1-43.3c-12.1-20.3-20.7-40.8-38.7-57.7
 +
                        c-10.4-9.7-23.9-18.2-35.4-18.9c-9.9-0.6-18.4,4.7-34.1,5.9c-10.5,0.8-24.2-0.2-22.9-2.2c0.9-1.4,8.9-3.3,15.2-4.3
 +
                        c7.6-1.3,12.7-1.4,18.9-1.5c9.4-0.2,21.3-0.5,27.7-7.9c1.9-2.2,3.4-5.1,3.6-7.8c0.5-6.3-5.3-11.9-8-18c-3.7-8.3-1.6-17.4-1.8-26.6
 +
                        c-0.2-8.6-2.4-17.2-7.8-23.9c-1.2-1.5-2.6-3-4-4.1c-4.1-3.5-8.1-4.9-16-6.3c-8.3-1.4-20.9-2.7-17.6-4.6c0.8-0.4,2.6-0.9,4.2-1.2
 +
                        c6.7-1.1,12,0.7,17.4,2.5c3.8,1.3,7.6,2.6,11.9,3.7c3.1,0.8,6.4,1.6,9,0.8c3.3-1,5.2-4.7,5.9-10c0.9-7-0.3-17,1.9-15.1
 +
                        c0.8,0.6,2,2.7,2.6,4.7c1.2,3.8,0.3,7.1-0.8,10.2c-1.4,4-3.2,7.9-6.3,11.4c-1.7,1.9-3.8,3.8-4.2,5.8c-0.5,2.6,2.1,5.5,4.1,8.4
 +
                        c3.5,5.1,5.1,10.4,4.9,15.7c-0.2,4.6-1.9,9.3-2.3,14c-0.5,5.6,0.9,11.3,3.8,16.4c3.1,5.3,8,9.9,7.8,15.7c-0.1,3.3-1.8,7.1-1.3,10
 +
                        c0.8,4.5,7.3,6.8,12.4,9.8c8.2,4.8,13.1,11.1,18,17.8c12.6,17,25.5,35.6,36.6,53.7c5.2,8.5,9.9,16.8,14.3,26.7
 +
                        c2.4,5.5,4.7,11.4,7.6,14.9c15.8,19.3,47.9-38.7,56.1-74.2c4.9-21.4,1.1-34.6,12.4-54.8c13.6-24.4,49.1-58.9,45.8-49.8
 +
                        c-1.3,3.5-8.4,13.6-15.2,21.4c-7.9,9-15.4,14.8-20.1,22.9c-6.1,10.4-7.7,24.6-10.2,37.8c-2.7,14.2-6.4,27.3-10.7,40.5
 +
                        c-3,9.3-6.4,18.6-10.5,27.8c-6.2,13.8-14.3,27.2-27.3,35.7c-5.8,3.8-12.6,6.7-16.4,11.7c-2.1,2.8-3.3,6.2-4,9.9
 +
                        c0.4-6.4,0.5-9.5-0.2-11.6C2485.3,361.4,2483.8,360.3,2480.8,372.1z"/>
 +
                    <path class="st0" d="M2694.3,574.1c4.2-3.4,4.4-5.5-3.6-5.1c12.4-5.8,23.6-14.2,36-19.8c12.6-5.6,26.5-8.4,40.3-10.2
 +
                        c5-1.5,9.8-2.2,14.3-6.5c5.1-5,9.6-14.8,13.7-11.8c1.1,0.8,2.2,2.6,2.5,4.3c0.3,1.9-0.4,3.8-1.4,5.4c-2.8,4.6-8.1,7.1-13.3,8.8
 +
                        c-6.5,2.1-12.8,3.1-19.3,4.3c-6.5,1.2-13.1,2.7-19.1,4.4c-7.8,2.2-14.6,4.8-23.6,8.7c-4.7,2.1-9.9,4.5-11.1,6.9
 +
                        c-2.4,4.8,10.9,9.7,22.2,13.1c30.5,9,46.5,6.3,68.5,12.9c15.5,4.7,34,13.9,47.9,11c8.6-1.8,15.3-8.3,21-21.9
 +
                        c1.9-4.7,3.8-10.2,4.6-9.3c0.6,0.6,0.7,4.4,0.2,7.3c-0.7,4.1-2.6,6.4-4.5,9.2c-1.9,2.9-3.8,6.3-6.3,8.6c-3,2.9-6.7,4.2-10.8,7.2
 +
                        c-1.9,1.4-3.8,3.1-3.9,4.4c-0.3,2.6,6,3.8,10.5,4.4c5.9,0.7,8.8,0.3,14.8,2.1c6.3,1.8,16,6.1,14,6.9c-1,0.4-4.8,0.1-7.6-0.8
 +
                        c-3.1-1-5.1-2.6-7.6-3.6c-3.2-1.3-7.2-1.5-10.9-1.8c-4.2-0.3-8.2-0.6-12.3-2c-1.8-0.6-3.6-1.3-4.6-2.8c-0.7-1-1.1-2.4-1.8-3.3
 +
                        c-2-2.8-6.7-2-10.7-2.1c-5-0.1-9-1.5-13.2-3.1c-5.2-2-10.6-4.1-16.1-5.8c-16.4-4.9-33.6-5-50.5-7.7c-7.3-1.2-14.5-2.9-21.5-5.1
 +
                        c-6-2-11.8-4.4-17.8-7c-3-1.3-6.1-2.7-9.1-2.8C2700.8,571.3,2697.5,572.6,2694.3,574.1z"/>
 +
                    <path class="st0" d="M2604.7,747.9c4.1,1.2,7.4,2.1,9.9,2.5c4.5,0.7,6.7-0.3-1.7-6.9c1.2,0.5,2.4,1.1,3.5,1.7
 +
                        c22.3,11.6,34.4,38,68.6,47.2c42.2,11.3,87.5,5.2,88.5,7.6s-3.9,4.2-15.6,6.1c-14.4,2.4-26.5,2.8-39,0.8
 +
                        c-11.9-1.9-24.4-2.9-36.5-6.7c-11.6-3.6-22.9-9.8-31.2-17.3c-7.1-6.4-12-13.8-22.6-20.6c-3.6-2.3-7.8-4.6-9.7-3.5
 +
                        c-2.2,1.3-1.5,6.9-0.4,11.8c4,17,13.1,24.8,23.4,33.7c10,8.7,21,18.6,29.1,27.5c7.9,8.8,12.9,16.6,25.6,29.8
 +
                        c6.2,6.5,14.3,14.3,7.6,17.8c-0.8,0.4-1.8,0.8-2.2,0.6c-0.7-0.3,0.5-2.3,0.8-4c0.8-3.4-2.1-5.2-4.5-7.1c-4.7-3.8-7.6-8.2-10.9-12.6
 +
                        c-4.5-6.1-9.7-12.1-15.2-17.6c-3.2-3.2-6.5-6.2-9.6-9.4c-4.1-4.2-7.8-8.8-11.9-13c-3.5-3.6-7.3-6.9-10.9-10.4
 +
                        c-3.6-3.5-7.1-7.3-10.6-10.9c-3.2-3.3-6.6-6.6-9-10.5c-2.7-4.5-4-9.9-5-15.2c-0.6-3.2-1.1-6.3-1.6-9.5c-0.3-1.8-0.6-3.6-1.3-5.2
 +
                        C2611.1,751.4,2608.2,749.3,2604.7,747.9z"/>
 +
                    <path class="st1" d="M1991.8,613.4c-3.7-0.1-7.3-0.2-11-0.3"/>
 +
                    <path class="st2" d="M864.9,573.2c-2.2-2.3-5.9,0.2-4.6,3.1s5.6,1.9,5.5-1.3c11.1-4.2,23.6-1.5,32,6.9c-1.4,2.8,2.1,5.5,4.4,3.4
 +
                        c2.3-2.1,0-5.9-2.9-4.8C890.3,571.5,876.8,568.6,864.9,573.2z"/>
 +
                    <path class="st2" d="M873.4,636.3c0.7,2.4,4.2,2,4.4-0.4s-3.1-3.4-4.2-1.3c-15-1.4-26.9-13.1-28.6-28c2.2-1.1,1.2-4.5-1.3-4.2
 +
                        c-2.5,0.2-2.8,3.7-0.4,4.4C845,622.5,857.6,634.9,873.4,636.3z"/>
 +
                    <line class="st1" x1="2381" y1="653.5" x2="2381" y2="653.5"/>
 +
                    <path class="st3" d="M2346.3,655.2c0.3,0.1,0.3,0.4,0.3,0.8c0,1.5-0.5,1.2-1.7,1.3c-0.6,0-0.8,0.3-0.8,0.8c0,0.2,0,0.4,0,0.7
 +
                        c0,0.1,0,0.3,0.2,0.3c0.2,0,0.1-0.1,0.1-0.2c-0.3-1.3,0.1-1.2,1.2-1.2c1,0,1.2-0.8,1.3-1.6c0-0.4,0.1-0.6,0.5-0.6
 +
                        c2.2,0.3,4,0.6,5.4,1.3c1.2,0.6,2.1,1.5,2.6,2.4c0.3,0.4,0.4,0.9,0.7,1.3c0.2,0.5,0.5,1.1,0.9,1.6c0.4,0.5,0.9,1.1,1.5,1.5
 +
                        c0.5,0.5,1.1,0.9,1.7,1.2c0.6,0.4,1.3,0.7,1.8,1.1c0.5,0.3,0.8,0.6,1,1c0.2,0.4,0.3,0.8,0.4,1.3c0.1,0.5,0.1,1.1,0.1,1.6
 +
                        s0,0.9,0,1.4c0,0.2,0,0.4,0,0.6c0,0.4-0.1,0.8-0.4,1.1c-0.2,0.4-0.7,0.9-1.5,1.6c-0.1,0.1-0.1,0.1-0.2,0.2c-0.9,0.7-2.1,0.9-3,1.3
 +
                        c-0.9,0.4-1.6,1-1.9,3c-0.1,0.7,0.7,0.8,0.8,0.1c0.3-1.8,0.6-2.2,2.4-2.7c0.8-0.3,1.5,0.1,0.9,0.8c-0.4,0.5-1,0.8-1.5,1.1
 +
                        c-0.1,0.1-0.2,0.1-0.1,0.3c0.1,0.2,0.2,0.1,0.4,0c0.2-0.1,0.4-0.3,0.7-0.4c0.4-0.3,0.9-0.5,1.1-1c0.5-0.9,0.9-1.8,1.6-2.6
 +
                        c0.2-0.3,0.4-0.7,0.6-1c0.2,2.6-0.3,4.9-1.1,7.3c-0.1,0.3-0.2,0.4-0.5,0.4c-0.7,0-1.4-0.1-2,0.5c-0.8,0.7-0.8,0.7-1.8,0.3
 +
                        c-0.3-0.1-0.5,0.1-0.3,0.3c0.2,0.2,0.4,0.2,0.6,0.3c0.5,0.2,0.9,0.2,1.3-0.1c0.4-0.3,0.6-0.7,1.1-0.8c0.2-0.1,0.4-0.1,0.7-0.1
 +
                        c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0.1,0.2,0.3c-0.1,0.3-0.2,0.6-0.3,0.9c-0.1,0.4,0,0.7,0.4,0.6c0.4-0.1,0.4-0.5,0.5-0.8
 +
                        c0.2-0.6,0.4-1.2,0.6-1.8c0-0.1,0.1-0.1,0.1,0c0.6,0.7,0.7,1.8,0.5,2.7c-0.2,1-0.8,1.8-1.2,2.6c-0.1,0.2-0.2,0.4,0.1,0.5
 +
                        c0.2,0.1,0.3,0,0.4-0.2c0.2-0.3,0.3-0.6,0.5-1c0.3-0.6,0.7-1.3,0.8-2c0.1-0.8,0.1-1.4-0.2-2.1c-0.4-0.8-0.9-0.9-0.6-2
 +
                        c0.1-0.3,0.2-0.7,0.5-0.9c0.4-0.4,0.5,0.2,0.6,0.6c0.2,1.5,1.3,3.2,3.1,3.1c0.9-0.1,1.5-0.4,2-1.2c0.2-0.4,0.3-0.7,0.4-1.1
 +
                        c0-0.2,0.1-0.5-0.2-0.5c-0.3-0.1-0.4,0.1-0.4,0.3c0,1.2-1.1,2.2-2.4,1.9c-1.1-0.2-1.9-1.6-2-2.6c-0.2-1-0.2-2-0.1-3
 +
                        c0-0.3,0.1-0.4,0.4-0.4c0.2,0,0.4,0.1,0.6,0.1c0.4,0.1,0.8,0.2,1.2,0.3c1,0.4,1.2,1.1,1.4,2c0.1,0.3,0.5,0.3,0.4-0.1
 +
                        c-0.3-1-0.7-1.7-1.3-2.1s-1.4-0.5-2.4-0.7c-1.2-0.2-0.7-1.6-0.8-3.2c0-0.2,0-0.4,0-0.6c0-0.4,0-0.9,0-1.4c0-0.5,0-1.1,0.1-1.6
 +
                        c0.1-0.5,0.2-1,0.4-1.3c0.2-0.4,0.5-0.7,1-1s1.2-0.7,1.8-1.1c0.1-0.1,0.3-0.2,0.4-0.3c1.4-1,2.7,0,3.7,0.9c1.1,1,1.9,2,2.4,3.4
 +
                        c0.5,1.3,0.4,2.8,1,4.1c0.1,0.2,0.2,0.4,0.3,0.5c0.1,0.2,0.3,0.4,0.5,0.2c0.4-0.3-0.1-0.8-0.2-1c-0.3-0.6-0.4-1.2-0.5-1.8
 +
                        c-0.1-0.4-0.3-1.3-0.1-1.8c0.4-1,1.3-0.7,2.1-0.7c0.6,0,1.1,0.1,1.7,0.1c0.2,0,0.4,0,0.7,0.1c0.2,0.1,0.3,0.3,0.4,0.5
 +
                        c0.2,0.3,0.4,0.7,0.6,1c0.5,0.6,1,1,1.6,1.3c0.2,0.1,1,0.6,1.3,0.6c0.3,0,0.4-0.1,0.3-0.4c-0.1-0.2-0.8-0.5-1-0.6
 +
                        c-0.3-0.2-0.6-0.3-0.9-0.5c-0.9-0.6-0.7-0.7-1.3-1.5c-0.1-0.2,0-0.3,0.2-0.3c0.4,0,0.7,0.1,1.1,0.1c0.4,0,0.5-0.5,0.1-0.6
 +
                        c-0.4-0.2-1.7-0.2-2.1-0.2c-1.8-0.1-2.4,0.1-4.2-0.6c-1.4-0.5-2.4-1.4-3.4-2.5c-1-1.1-1.9-2.2-1-3.8c0.1-0.2,0.2-0.4,0.3-0.5
 +
                        c0.2-0.5,0.4-0.9,0.6-1.4c0.3-0.9,0.5-2.1,1.3-3.1c0.9-1.2,2.6-2,4.2-1.3c0.5,0.2,0.9,0.4,1.5,0.8c0.4,0.3,1.8,1.6,3,3.5
 +
                        c0.2,0.4,0.7,0.1,0.4-0.2c-0.3-0.3-0.5-0.7-0.8-1.1c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1-0.2-0.1-0.6,0.1-0.4c0.8,0.4,1.9,0.3,1.1,1.5
 +
                        c-0.1,0.1-0.1,0.3,0.1,0.3c0.2,0,0.2-0.1,0.2-0.2c0.1-0.2,0.2-0.4,0.2-0.6c0-0.5-0.4-0.8-0.8-0.9c-0.6-0.2-1.1-0.4-1.5-0.8
 +
                        c-0.4-0.5-0.8-0.9-0.9-1.5c-0.2-1,0.9-2.5,1.4-3.2c0.7-1,1.2-2,1.6-3.2c0.1-0.2,0.1-0.4,0.2-0.5c0.1-0.4,0.3-0.7,0-1.2
 +
                        c-0.4-0.6-1.1-0.1-1.3,0.5c-0.3,1-0.7,1.9-1.1,2.6c-0.1,0.2-0.2,0.2-0.3,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.2-0.2-0.3
 +
                        c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.2-0.2-0.4-0.2-0.7c0-0.2,0-0.5,0-0.7
 +
                        c0-0.2,0.1-0.3,0.2-0.5c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.2-0.3,0.3-0.4c0.2-0.2,0.3-0.4,0.5-0.5c0.2-0.2,0.5-0.4,0.8-0.6
 +
                        c0.4-0.3,0.1-0.8-0.3-0.5c-0.8,0.6-1.3,1.1-1.6,1.6c-0.3,0.5-0.6,1-0.5,1.9c0.2,1,0.7,1.4,1,1.6c0.3,0.2,0.5,0.3,0.6,0.5
 +
                        s0.2,0.5-0.1,0.9c-0.4,0.6-0.9,1.1-1.4,1.6c-1.4,1.2-3.1,1.9-5.6,0.8c-2.5-1.8-3.8-3.2-4.9-4.4c-1-1.1-1.8-2.1-2.4-3.8
 +
                        s-0.9-4.2-0.9-9.7c0-0.8,0-1.6,0-2.3c1.3-0.7,1-2.5,1-3.6c0-1.1,0.3-2.8-1-3.6c0-1.5,0-3,0-4.5c1.3-0.7,1-2.3,1-3.3
 +
                        c0-0.6,0-1.2,0-1.8c0-0.7-0.1-1.2-0.6-1.7c0.3-1.4,0.6-2.8,1.2-4.1c1.4-0.1,1.8-1.7,2.3-2.6c0.5-0.9,1.7-2,1.2-3.3
 +
                        c0.9-1.1,1.9-2,3-2.9c1.3,0.6,2.4-0.6,3.3-1.1c0.9-0.5,2.5-0.9,2.6-2.3c1.4-0.5,2.8-0.9,4.3-1.1c0.3,0.5,0.9,0.8,1.6,0.8
 +
                        c1.3-0.1,2.5-0.1,3.8,0c0.7,0.1,1.2-0.3,1.6-0.8c1.5,0.2,2.9,0.6,4.3,1.1c0.2,1.4,1.8,1.8,2.6,2.3c0.9,0.5,2,1.7,3.3,1.1
 +
                        c1.1,0.9,2.1,1.9,3,2.9c-0.5,1.3,0.7,2.4,1.2,3.3c0.5,0.9,0.9,2.5,2.3,2.6c0.5,1.3,0.9,2.7,1.2,4.1c-0.5,0.5-0.6,1-0.6,1.7
 +
                        c0,0.6,0,1.2,0,1.8c0,1.1-0.3,2.6,1,3.3c0,1.5,0,3,0,4.5c-1.3,0.7-1,2.5-1,3.6s-0.3,2.8,1,3.6c0,11.6,0,23.3,0,34.9
 +
                        c-3.6,0-7.2,0-10.9,0c-1.8,0-3.2,1.4-3.2,3.2c0,8.6,0,17.1,0,25.7c-2.1,0.5-3.5,2.4-3.2,4.6c0.2,2.1,2,3.7,4.2,3.7s3.9-1.6,4.2-3.7
 +
                        c0.2-2.1-1.1-4.1-3.2-4.6c0-8.5,0-16.9,0-25.4c0-0.9,0.7-1.7,1.7-1.7c3.5,0,7,0,10.5,0c0,1.8,0,3.6,0,5.3c0,0.5,0,1,0,1.6
 +
                        c-3.9,0.4-7.1,3.4-7.8,7.3c-0.7,3.9,1.3,7.8,4.9,9.5c3.6,1.7,7.8,0.8,10.5-2.2c2.6-3,2.9-7.3,0.8-10.7c0.4-0.7-0.5-1.4-1.1-1
 +
                        s-0.3,1.5,0.5,1.4c2,3.1,1.7,7-0.7,9.8c-2.4,2.7-6.3,3.5-9.6,2c-3.3-1.6-5.1-5.1-4.6-8.7c0.6-3.6,3.5-6.4,7.1-6.8c0,1.1,0,2.1,0,3.2
 +
                        c-2.5,0.5-4.3,2.8-4,5.4c0.2,2.6,2.4,4.5,5,4.5c2.6,0,4.7-2,5-4.5c0.2-2.6-1.5-4.9-4-5.4c0-1.8,0-3.6,0-5.5c0-1.7,0-3.4,0-5.1
 +
                        c0-5,0-9.9,0-14.9c2,0,4.1,0,6.1,0c0.9,0,1.7,0.7,1.7,1.7c0,2.7,0,5.3,0,8c-2.1,0.5-3.5,2.4-3.2,4.6c0.2,2.1,2,3.7,4.2,3.7
 +
                        c2.1,0,3.9-1.6,4.2-3.7s-1.1-4.1-3.2-4.6c0-2.8,0-5.5,0-8.3c0-1.8-1.4-3.2-3.2-3.2c-2.2,0-4.3,0-6.4,0c0-6.8,0-13.5,0-20.3
 +
                        c1.3-0.7,1-2.5,1-3.6s0.3-2.8-1-3.6c0-1.5,0-3,0-4.5c1.3-0.7,1-2.7,1-3.8c0-1.3,0.4-3-1.4-3.5c-0.3-1.5-0.7-3-1.3-4.5
 +
                        c0.9-1.3-0.2-2.8-0.8-3.8c-0.6-1-1.4-2.7-2.9-2.5c-1-1.2-2.1-2.3-3.3-3.3c0.2-1.6-1.6-2.3-2.6-2.9c-1-0.6-2.5-1.7-3.8-0.8
 +
                        c-1.6-0.6-3.1-1-4.8-1.3c-0.2-0.6-0.8-1.1-1.8-1.2c-1.3-0.1-2.5-0.1-3.8,0c-1,0.1-1.5,0.6-1.8,1.2c-1.7,0.3-3.2,0.7-4.8,1.3
 +
                        c-1.3-1-2.8,0.2-3.8,0.8c-1,0.6-2.7,1.3-2.6,2.9c-1.2,1-2.3,2.1-3.3,3.3c-1.6-0.2-2.4,1.5-2.9,2.5c-0.6,1-1.8,2.5-0.8,3.8
 +
                        c-0.6,1.4-1,2.9-1.3,4.5c-1.7,0.5-1.4,2.3-1.4,3.5c0,1-0.3,3,1,3.8c0,1.5,0,3,0,4.5c-1.3,0.7-1,2.5-1,3.6s-0.3,2.8,1,3.6
 +
                        c0,0.8,0,1.6,0,2.3c0,5.5-0.5,7.9-1.4,9.9c-0.4,0.8-0.8,1.5-1.3,2.3c-0.5,0.6-0.9,1.3-1.5,1.7c-0.3,0.3-0.6,0.3-1,0.1
 +
                        c-0.9-0.5-1.8-1.7-2.3-2.5c-1.2-2.1-1.4-4.3-1.6-6.5c-0.1-0.7-0.1-1.3-0.5-1.9c-0.2-0.4-0.5-0.8-0.8-1.1c-0.2-0.2-0.5-0.3-0.6,0
 +
                        c-0.2,0.3,0.1,0.4,0.3,0.6c0.2,0.3,0.4,0.5,0.6,0.8c0.1,0.3,0.1,0.6,0.2,0.9c0.1,0.7,0.1,1.5,0.1,2.2c0,0.1,0,0.2,0,0.3
 +
                        c0,0.2,0.1,0.3-0.1,0.4c-0.3,0.2-0.4-0.2-0.5-0.3c-0.1-0.2-0.3-0.4-0.5-0.5c-0.7-0.6-0.8-1.4-0.9-2.2c0-0.3-0.1-0.6-0.1-0.9
 +
                        c0-0.3,0.1-0.9-0.4-0.9c-0.4,0-0.3,0.5-0.3,0.8c0,0.3,0,0.5,0,0.8c0,0.5,0.1,1,0.3,1.5c0.1,0.2-0.2-0.1-0.3-0.1
 +
                        c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2-0.1-0.5-0.2-0.7-0.3c-0.3-0.1-0.6-0.2-1-0.3c-0.3-0.1-0.5-0.2-0.8-0.1c-0.3,0.1-0.3,0.4-0.1,0.7
 +
                        c0.2,0.2,0.9,0.4,1.2,0.5c0.4,0.1,0.7,0.2,1.1,0.4c0.5,0.2,1,0.5,1.5,0.9c1.8,1.5,1.8,4.5,2.5,6.2c0.5,1.2,1.6,1.7,2.4,2.5
 +
                        c1.2,1.3,0,1.8-0.3,2.9c-0.1,0.5-0.7,0.5-1.4,0.7c-5,1.1-10.2-1-15.3-4.1c-0.4-0.2-0.7-0.1-0.6,0.3c0.1,0.4,0.4,0.5,0.7,0.6
 +
                        c0.6,0.3,1.1,0.6,1.6,0.9c0.1,0,0.1,0.1,0,0.1c-0.8,0.5-1.9,0.4-2.8,0c-0.9-0.4-1.6-1.1-2.3-1.7c-0.2-0.1-0.3-0.2-0.5,0
 +
                        c-0.2,0.2,0,0.3,0.1,0.5c0.3,0.2,0.6,0.5,0.9,0.7c0.6,0.4,1.1,0.9,1.8,1.2c0.7,0.3,1.4,0.4,2.1,0.2c0.4-0.1,0.7-0.3,1-0.4
 +
                        c0.4-0.1,0.7,0,1,0.2c0.2,0.1,0.9,0.6,0.7,0.9c-0.2,0.3-0.9,0.3-1.2,0.3c-0.8,0.1-1.7,0.1-2.5,0.1c-0.8,0-1.6,0-2.5,0.4
 +
                        c-0.4,0.2-0.7,0.4-1,0.8c-0.1,0.2-0.3,0.4-0.1,0.6c0.2,0.2,0.3,0,0.5-0.2c0.1-0.2,0.2-0.3,0.4-0.4c0.4-0.2,0.6,0,0.5,0.4
 +
                        c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.2,0.5,0.1,0.5c0.3,0,0.3-0.2,0.5-0.4c0.2-0.3,0.4-0.6,0.4-1.1c0-0.5,0.2-0.7,0.7-0.8
 +
                        c1.3-0.2,2.7-0.2,4-0.2C2343.8,654.5,2345,654.8,2346.3,655.2z"/>
 +
                    <circle class="st4" cx="2420.6" cy="666.6" r="2.9"/>
 +
                    <path class="st4" d="M2416.4,685.4c0.5-0.1,0.4-0.9-0.1-0.9c-0.5,0-0.7,0.6-0.3,0.9c-0.3,3.1-2.7,5.6-5.8,6
 +
                        c-0.2-0.5-0.9-0.3-0.9,0.3c0,0.5,0.8,0.6,0.9,0.1C2413.5,691.3,2416.1,688.7,2416.4,685.4z"/>
 +
                    <path class="st4" d="M2403.2,687.2c-0.5,0.5,0,1.2,0.7,1c0.6-0.3,0.4-1.2-0.3-1.1c-0.9-2.3-0.3-4.9,1.4-6.7c0.6,0.3,1.2-0.4,0.7-0.9
 +
                        c-0.4-0.5-1.2,0-1,0.6C2402.9,681.9,2402.3,684.7,2403.2,687.2z"/>
 +
                    <polyline class="st1" points="2385.7,667.9 2385.7,667.9 2385.7,668 "/>
 +
                    <circle cx="2365.6" cy="654.7" r="5"/>
 +
                    <line class="st2" x1="1920" y1="599.6" x2="1920" y2="599.6"/>
 +
                    <line class="st2" x1="1920" y1="612.7" x2="1920" y2="612.7"/>
 +
                </svg>
 +
            </div>
 +
            <div id="SVGcontainer2">
 +
                <svg version="1.1" id="Calque_2" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
 +
                    viewBox="0 0 1920 1080" style="enable-background:new 0 0 1920 1080;" xml:space="preserve">
 +
                    <style type="text/css">
 +
                        .st0{fill:#4F4A4A;}
 +
                        .st1{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}
 +
                        .st2{fill:none;stroke:#000000;stroke-miterlimit:10;}
 +
                        .st3{fill:#FFFFFF;}
 +
                        .st4{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;}
 +
                        .st5{stroke:#FFFFFF;stroke-width:6;stroke-miterlimit:10;}
 +
                        .st6{fill:none;}
 +
                        .st7{font-family:'MyriadPro-Regular';}
 +
                        .st8{font-size:12px;}
 +
                    </style>
 +
                    <path d="M-20,598.5c0,4.8,0,9.5,0,14.3c-53.7-1.6-107.4-3.2-161.1-4.8c-3.4-0.1-6.7-0.2-10.1-0.3c-3.4-0.1-6.7-0.1-10.1-0.1
 +
                        c-6.7,0-13.4,0-20.1,0c-13.4,0-26.9,0-40.3,0c-26.9,0-53.7,0-80.6,0c-107.5,0-214.9,0-322.4,0s-214.9,0-322.4,0
 +
                        c-8.6,0-17.1,0-25.7,0c-1.5,0-3,0-4.5,0c-0.7,0-1.5,0-2.2,0c-0.2,0-0.4,0-0.6,0c-0.2,0-0.2,0.4-0.2,0.5c-0.1,0.4-0.2,0.8-0.3,1.2
 +
                        c-1,3.6-2.6,6.6-5,9.4c-4.9,5.6-12,8.7-19.5,8.3c-15.3-0.8-25.9-15.6-21.8-30.3c4.1-15,21.1-22.2,34.7-14.6c3.4,1.9,6,4.3,8.2,7.5
 +
                        c1,1.5,1.8,3.1,2.5,4.7c0.3,0.8,0.6,1.6,0.8,2.4c0.1,0.4,0.2,0.8,0.3,1.2c0,0.1,0,0.5,0.2,0.5c0.2,0,0.4,0,0.5,0c2.8,0,5.6,0,8.4,0
 +
                        c1.4,0,2.8,0,4.2,0c0.4,0,0.7,0,1.1,0c0.2,0,0.4,0,0.5,0c0.2,0,0.4,0.1,0.4-0.2c-0.1-0.8-0.2-1.7-0.4-2.5
 +
                        c-2.8-14.7-13.6-26.5-28-30.4c-14.3-3.9-29.6,0.6-39.4,11.6c-9.8,11-12.6,26.5-7.2,40.3c4.9,12.5,15.9,21.6,29.1,24.1
 +
                        c6.7,1.3,13.6,0.7,20.1-1.5c1.5-0.5,3-1.2,4.5-1.9c0.7-0.4,1.4-0.7,2.1-1.1c0.3-0.2,0.7-0.4,1-0.6c0.2-0.1,0.3-0.2,0.5-0.3
 +
                        c0.3-0.2,0.1-0.5,0.1-0.7c0.1-2.7,3-4.4,5.4-3.1c2.3,1.3,2.6,4.5,0.5,6.1c-1,0.8-2.4,1-3.5,0.5c-0.1,0-0.1-0.1-0.2-0.1
 +
                        c-0.1,0-0.1-0.1-0.2-0.1c-0.1,0.1-0.2,0.1-0.2,0.2c-0.2,0.1-0.3,0.2-0.5,0.3c-0.3,0.2-0.7,0.4-1,0.6c-1.4,0.8-2.8,1.5-4.3,2.2
 +
                        c-3.1,1.3-6.2,2.3-9.5,2.9c-7.1,1.3-13.5,0.9-20.3-1.3c-12.7-4-22.8-13.8-27.2-26.4c-9.6-27.3,10.3-55.9,39.2-56.5
 +
                        c13.5-0.3,26.2,5.9,34.4,16.5c4.2,5.5,6.8,11.2,8.1,18c0.1,0.8,0.3,1.5,0.4,2.3c0,0.2,0,0.4,0.1,0.6c0,0.2,0,0.4,0.2,0.4
 +
                        c0.3,0,0.6,0,1,0c1.3,0,2.6,0,3.9,0c3.1,0,6.2,0,9.3,0c107.5,0,214.9,0,322.4,0C-449.8,598.5-234.9,598.5-20,598.5z"/>
 +
                    <path d="M-20,612.8c0-3.6,0-10.7,0-14.3c7.4,0,34.8,2.3,42.1,2.1c3,0,6.1-0.1,9.1-0.2c6.1-0.1,12.1-0.2,18.2-0.3s12.1-0.2,18.2-0.3
 +
                        c3-0.1,6.1-0.1,9.1-0.2c2.6,0,5.1,0.1,7.6,0.2c16.3,0.8,32.5,2.1,48.7,4c13,1.5,26,3.6,39,5.5c23.7,3.6,44.1,6.4,68.3,6
 +
                        c10.7-0.2,21.3-0.9,31.8-2.1c8.8-1,17.6-2.4,26.4-3.6c7.6-1,15.2-1.8,22.9-1.5c8.7,0.4,15.4,2.4,23.5,5.5c8.2,3.2,16.2,7,24.7,9.5
 +
                        c9.4,2.7,19,4.2,28.6-0.4c8.7-4.2,15.1-12.1,19.9-19.9c1.2-2,2.4-4,3.5-6.1c0.5-1,1.1-2,1.6-3c0.3-0.5,0.5-1,0.7-1.5
 +
                        c0.1-0.2,0.2-0.5,0.4-0.7c0.2-0.3,0.2-0.6,0.3-1c1.4-4.8,2.8-9.5,4.1-14.3c2.3-8.6,3.7-17,0.8-26c-1.6-5.2-4.4-9.5-7.5-13.8
 +
                        c-3.8-5.1-7.8-10-12-14.7c-7.9-8.9-16.5-17.2-24.8-25.8c-4-4.2-8-8.4-11.7-12.8c-3.1-3.6-6.1-7.3-9.2-11
 +
                        c-6.1-7.3-12.1-14.4-19.4-20.6c-10.9-9.3-22.3-13.6-36.2-15.5c-16.7-2.4-36-0.9-52.7-0.3c-15.6,0.6-31,0.7-46.6-1.8
 +
                        c-13.7-2.2-26.3-5.9-38.6-12.7c-11.6-6.5-19.2-14-28.6-23c-8-7.8-16.8-16.2-27.3-21.2c-3.7-1.7-7.4-3.1-11.4-3.8
 +
                        c-4.4-0.8-8-0.1-12,2c-3.3,1.8-6.2,4.1-9.1,6.4c-4,3.2-8.1,6.2-12.3,9.1c-5.3,3.7-10.8,7.2-16.2,10.9c-5.8,3.9-11.3,7.8-18.5,9.4
 +
                        c-5.7,1.3-10.7,0.8-16.2-0.9c-1.2-0.4-2.4-0.8-3.6-1.3c-0.8-0.4-1.6-0.7-2.3-1.3c-0.9-0.8-0.4-1.3,0.6-1.6c1.8-0.7,4.3-1,6.1-1.2
 +
                        c5.5-0.8,10.9-1.2,16.2-3.3c3.6-1.4,6.7-3.5,9.6-5.9c1.8-1.5,3.5-2.9,5.3-4.4c2.9-2.3,5.8-4.4,8.8-6.5c6.6-4.6,13.3-8.8,20-13.2
 +
                        c3.5-2.3,8-5.2,10.9-8.4c3.8-4.1,4-7.4,1-12.1c-3.5-5.5-11.2-11.7-15.7-16c-4.8-4.7-7.5-8.5-10.3-14.5c-1.4-3-2.6-6-3.9-9
 +
                        c-1.5-3.4-3.1-6.8-4.7-10.1c-1.5-3-3-6-4.3-9.1c-0.5-1.2-1.1-2.4-1.5-3.7c-0.3-0.8-0.6-1.7-0.7-2.6c-0.1-1.2,0.4-1.4,1.4-0.8
 +
                        c0.8,0.4,1.4,0.9,2,1.5c1.8,1.5,3.4,3.2,4.7,5.2c1.7,2.5,2.7,5.1,3.4,8c0.4,1.3,0.7,2.7,1.1,4c0.6,2.1,1.3,4.2,2.2,6.2
 +
                        c1.9,4.4,4.2,8.3,7.1,12.1c6,7.6,14.5,12.6,19.5,21.4c3.2,5.7,5.2,11.9,9.6,17c3.9,4.5,8.7,7.3,13.9,10c8.4,4.5,13.6,7.7,20.9,14
 +
                        c9.4,8.1,17.2,17.8,26.7,25.7c4.4,3.7,9,7,14.1,9.7c6.6,3.6,13.4,6,20.7,7.6c14.4,3.2,31.8,3.3,46.3,2c8.4-0.7,16.7-2,25-3.5
 +
                        c10.4-1.9,20.6-3.9,31.4-3.5c5.3,0.2,10.3,1,15.3,2.7c2.1,0.7,4.2,1.6,6.3,2.6c3.2,1.5,6.4,3,10,3.6c9.4,1.7,17.9-6.3,22.2-13.2
 +
                        c8.4-13.3,4-27.2-2.6-39.2c-4.1-7.5-9.1-14.4-14.1-21.2c-5-6.7-10.1-13.4-14.9-20.2c-8.1-11.6-15.5-23.6-22.9-35.7
 +
                        c-3.3-5.4-6.6-10.7-10-16c-3.4-5.3-7-10.5-10.4-15.7c-8.3-12.7-13.9-24-18.1-38.7c-4.4-15.3-6.4-31.8-7.5-47.6
 +
                        c-0.4-5.7-0.8-11.4-0.7-17.1c0-1.6,0-3.2,0.3-4.7c0.1-0.4,0.2-1.6,0.7-1.1c0.5,0.6,1,2.8,1.2,3.5c0.4,1.7,0.8,3.5,1.1,5.3
 +
                        c1.3,6.6,2.4,13.3,3.4,19.9c1.5,9.8,2.7,19.5,4.8,29.2c4.4,20.3,13.5,40.2,24.9,57.4c6,9,12.6,17.5,18.9,26.2
 +
                        c3.3,4.6,6.5,9.2,9.5,13.9c3.4,5.3,6.6,10.8,9.8,16.3c6.2,10.6,12.4,21.2,19.8,31c5.4,7.2,11.3,13.9,15.8,21.8
 +
                        c3.5,6.1,6.2,12.6,6.9,19.7c0.6,5.2-0.1,10.5-3,15.1c-3.2,4.9-7.9,7.9-11.9,11.9c-4.3,4.2-5.8,7.8-2.8,13.5
 +
                        c3.2,6.1,10.6,12.6,15.4,17c13.1,12.2,25.2,25.2,36.7,38.8c8.6,10.2,17,20.6,25.6,30.9c6.4,7.6,12.7,15.2,18.9,23
 +
                        c2.2,2.8,4.5,5.6,7.1,8.1c2.3,2.2,4.8,4,7.5,5.7c3.9,2.4,8.9,4.8,13.7,5.1c1.6,0.1,4.1,0,5.7,0c1.9,0,3.7,0,5.6,0
 +
                        c3.4-0.1,6.7-0.3,10-1.1c3.7-0.8,7.1-2.2,10.4-4c2.1-1.1,4.1-2.4,6.1-3.7c1.2-0.8,2.3-1.6,3.4-2.4c1-0.7,2-1.4,2.9-2.1
 +
                        c6.9-5,10.3-13.1,12.7-20.6c1.6-5.1,2.9-10.2,4.2-15.4c0.7-2.9,1.4-5.9,2.1-8.8c0.4-1.5,0.7-3.1,1-4.7c0.2-1.6,0.5-3.1,0.7-4.7
 +
                        c3.2-22.6,3.5-45.3,6.2-67.9c1-8.2,2.2-16.3,3.6-24.4c1.5-8.4,3.4-16.7,5.2-25.1c0.9-4.2,1.8-8.5,2.6-12.8c0.2-1.1,0.3-2.1,0.5-3.2
 +
                        c0.1-0.6,0.1-1.2,0.2-1.8c0-0.1,0.1-0.2,0.1-0.4c0.1-0.5,0.2-0.9,0.4-1.4c0.4-1.5,0.8-2.9,1.3-4.3c0.6-1.6,2-5.4,3.2-2.9
 +
                        c0.8,1.8,0.8,4,0.7,5.8c0,1.7-0.1,3.5-0.2,5.2c0,0.3,0,0.5-0.1,0.8c-0.1,0.8-0.3,1.6-0.4,2.4c-0.3,2.3-0.5,4.6-0.7,6.9
 +
                        c-0.2,2.8-0.3,5.5-0.6,8.3c-0.3,4-0.8,8-1.4,12c-1.1,7.7-2.5,15.3-4.1,22.9c-3.9,19.6-8.4,38.7-7.6,59.1c0.3,8,1.7,15.8,2.7,23.7
 +
                        c0.9,7,1.6,13.8,0.2,21c-1,5.6-3.3,10.5-6,15.4c-2.8,5.2-5.8,10.3-8.3,15.6c-4,8.7-6.8,19.2-6.2,28.9c0.1,2,0.3,4,0.8,5.9
 +
                        c1.8,7.1,6.4,11.1,13.5,12.5c4.2,0.8,8.2,0.6,12.4-0.1c5.1-0.8,10-2.2,14.8-3.9c11.5-4.1,23.1-10.2,33.4-16.6
 +
                        c11.5-7.2,22.2-15.2,32.3-24.2c7.2-6.5,13.9-13.4,20-21c6.9-8.9,12.6-18.3,17.4-28.4c4.1-8.6,7.5-17.6,11.2-26.4
 +
                        c4.5-10.8,9.4-21.3,14.7-31.7c6.7-13.1,13.8-25.9,20.9-38.8c5.5-10.1,11.1-20.2,16.7-30.2c2-3.5,4-7,6-10.4c1.3-2.2,2.7-4.5,4.2-6.5
 +
                        c0.4-0.6,1.5-1.9,1.5-0.7c-0.1,1.2-0.5,2.2-0.8,3.3c-1.4,4.4-3.1,8.6-4.8,12.9c-2.6,6.4-5.4,12.7-8.5,18.9
 +
                        c-3.2,6.4-6.7,12.7-10.3,18.9c-3.2,5.5-6.4,11-9.4,16.6c-6.1,11.6-10.7,23.6-15.4,35.7c-4.4,11.4-8.7,22.9-14,34
 +
                        c-5.2,11-10.7,20-18.3,29.4c-7.7,9.5-16.3,18-25.1,26.3c-7.7,7.4-14,13.1-22.8,19.2c-4.7,3.2-9.6,6.2-14.5,9
 +
                        c-4.2,2.4-8.5,4.7-12.6,7.3c-1.6,1-3.1,2-4.6,3.2c-0.8,0.7-1.9,1.6-2.3,2.7c-0.9,2.1,2.4,2.9,3.9,3.2c3.7,0.8,8.1,0.8,11.9,0.8
 +
                        c6.2-0.1,12.4-0.6,18.5-1.6c11.2-1.7,21.7-5,32.1-9.4c8.7-3.7,17-8.1,25.7-11.7c9.3-3.9,16.5-5.7,26.4-7.3
 +
                        c9.5-1.5,19.1-2.5,28.6-3.9c9.6-1.4,19-3.3,28.1-6.9c1.5-0.6,3-1.2,4.4-1.9c0.3-0.1,0.5-0.3,0.9-0.4c0.1,0,0.2,0,0.3,0
 +
                        c1.3-0.1,2.6-0.1,3.9,0.1c0.9,0.1,2.7,0.5,2.3,1.8c-0.4,1.3-2.1,2.5-3,3.1c-2.3,1.1-4.6,2.3-6.9,3.3c-7.8,3.3-15.9,3.6-24,4.5
 +
                        c-8.5,1-16.9,2.6-25.4,4.1c-8.5,1.5-17.1,3-25.1,5.8c-10.1,3.6-19.2,9.4-29,14.3c-13,6.6-27,11.5-41.3,12.5
 +
                        c-10.4,0.7-21-0.8-31.3,0.2c-6.4,0.6-12.7,2.2-19,4.5c-8.6,3.2-17,7.8-22.7,14.2c-14.8,16.6-15.2,38.7,0.5,52.9
 +
                        c7.5,9.4,38.7,30.1,72.1,39.1c23.7,6.4,50.6,5.2,70.6,13.9c8.4,6.6,6.3,7.6,1.7,6.9c-4.5-0.7-11.5-3.1-21.1-5.6
 +
                        c-10.9-2.4-20-4.2-29.8-5.2c-10-1.1-20.7-1.4-30.8-4.1c-10.6-2.9-20.4-8.4-29.2-12.6c-12.9-5.5-23.3-21.7-44.9-18.4
 +
                        c-14.8-1.3-22.4,8.1-29.6,25c-2.1,3.3-6.6,18.2-10,31.7c-8.2,32.5-9.7,57.3,5.6,87.4c6.1,8.4,20.5,17.4,35.3,24.2
 +
                        c7.8,5.4,7.1,6.4,5.5,6.3c-1.4-0.1-3.4-1.1-8.7-3c-1.5-0.6-3-1.1-4.6-1.6c-3.3-1-6.5-2.3-9.6-3.8c-3.7-1.8-7.2-4-10.6-6.2
 +
                        c-1.7-1.1-3.4-2.3-5-3.4c-0.8-0.6-1.7-1.1-2.5-1.7c-0.9-0.6-1.8-1.1-2.6-1.8c-9-7.9-13.9-18.3-16-29.7c-0.6-3.1-0.9-6.2-1.1-9.4
 +
                        c-0.1-1.5-0.1-3-0.3-4.4c-0.1-1.3-0.2-2.5-0.3-3.8c-0.4-5-0.6-10-0.6-15c0-4.9,0.4-9.8,1.2-14.7c0.7-4.3,1.9-8.4,3.2-12.6
 +
                        c1.2-3.8,2.5-7.5,3.4-11.3c0.7-3,1.4-7.7,0.8-10.8c-1.4-7.1-4.8-12.3-9.4-17.6c-1.7-1.9-3.5-3.8-5.3-5.6c-2-2-3-3-5.7-4.2
 +
                        c-5.3-2.5-11.9-3.4-17.7-3.1c-9.5,0.5-18.4,4-24.9,11.2c-2.7,2.9-4.5,6.1-5.8,9.7c-1.2,3.3-2,6.8-2.8,10.2
 +
                        c-2.2,9.9-4.7,19.7-7.4,29.5c-2.9,10.7-6,21.3-8.9,32c-2.4,8.8-4.5,17.6-6.1,26.6c-1.8,9.9-2.8,19.9-3.7,29.9
 +
                        c-1.1,13.1-1.9,26.2-2.8,39.3c-0.5,6.9-0.9,13.7-1.6,20.6c-0.2,2.4-0.5,4.9-0.8,7.3c-0.2,1.4-0.3,2.7-0.8,4.1c0,0.1-0.2,0.5-0.4,0.5
 +
                        c-0.2,0-0.4-0.5-0.4-0.6c-0.2-0.6-0.3-1.3-0.4-2c-0.1-0.8-0.2-1.7-0.3-2.5c-0.9-8.2-0.7-16.2,0.1-24.4c0.6-5.9,1.5-11.8,2.2-17.7
 +
                        c0.6-4.7,1-9.5,1.3-14.3c0.4-5.4,0.5-10.9,0.6-16.3c0.1-6.7,0-13.4,0.2-20.2c0.3-9.6,1.4-18,4.4-27.2c1.8-5.5,4.3-10.8,5.7-16.5
 +
                        c1.7-6.9,1.5-13.2-2.8-19.3c-0.6-0.9-1.2-1.8-2.2-2.4c-0.4-0.3-0.9-0.5-1.4-0.5c-1.2-0.1-2.4,0.6-3.2,1.3c-1.5,1.2-2.7,2.6-4,3.9
 +
                        c-2.3,2.5-4.6,5-7.1,7.3c-3.4,3.2-7.2,5.8-11.1,8.3c-5.4,3.4-11.2,6-16.6,9.4c-4.5,2.8-9.3,6.6-11.7,11.7c-1.9,4.1-2,8.4-2.7,12.7
 +
                        c-0.3,1.8-0.7,3.6-1.4,5.4c-0.5,1.2-1.1,2.3-1.7,3.5c-1.6,3.3-2.1,5.2-2.8,8.8c-0.4,2.1-0.9,6.6-4.1,6.1c-0.6-0.1-1.2-0.3-1.7-0.7
 +
                        c-0.4-0.3,0.1-0.6,0.4-0.7c0.9-0.3,1.8-0.5,2.5-1.3c0.9-1.1,0.9-2.8,1.1-4c0.2-1.8,0.9-3.4,1.6-5.1c1.1-2.8,1.8-5.7,2.8-8.5
 +
                        c0.4-1.1,0.8-2.2,1.1-3.3c0.4-1.7,0.7-3.3,0.8-5c0.2-2.8,0.1-5.5,1.4-8.2c0.7-1.5,1.6-2.7,2.7-3.8c0.7-0.8,1.5-1.6,2.1-2.5
 +
                        c1.4-2.2-1.9-2.6-3.6-2.9c-4-0.6-8.1-0.4-12.1-1.8c-1.8-0.6-3.5-1.5-5.2-2.3c-2.3-1.1-4.5-2.1-6.9-2.9c-2.3-0.8-4.5-1.4-6.8-2.2
 +
                        c-0.9-0.3-1.8-0.7-2.7-1.2c-0.6-0.3-1.1-0.5-1.4-1.2c-0.2-0.5,0.2-0.9,0.6-1.2c0.1-0.1,0.3-0.2,0.4-0.3c0.1-0.1,0.2-0.1,0.4-0.2
 +
                        c0.3-0.1,0.6-0.1,0.8,0.2c0.3,0.5,0.3,1.1,0.6,1.6c0.5,1.1,1.4,1.4,2.4,1.7c1.5,0.4,3,0.6,4.5,1c1.8,0.4,3.5,1,5.1,1.8
 +
                        c1.5,0.8,3,1.6,4.6,2.2c1.3,0.5,2.7,0.8,4,1c1.3,0.3,2.6,0.5,3.8,1c1.2,0.4,2.3,0.8,3.6,1.1c1.1,0.2,2.2,0.2,3.3,0.1
 +
                        c1,0,1.9,0,2.9,0.3c1.1,0.4,2.1,1.1,3.5,0.8c1.1-0.3,1.9-0.9,2.8-1.5c1.3-0.9,2.6-1.9,3.9-2.9c2.4-1.8,4.9-3.5,7.5-5
 +
                        c2.8-1.7,5.6-3.3,8.4-5.1c7-4.5,13.4-9.5,19.4-15.2c10.3-9.9,20.5-23.6,20.5-39.4c0-13.4-7-26.3-15.1-36.1
 +
                        c-10.2-12.3-23-21.2-38-26.5c-16.3-5.8-34-6.8-51-5.1c-3.4,0.3-6.9,0.8-10.3,1.3c-3.2,0.5-6.4,1-9.6,1.5c-5.9,1-11.8,2.1-17.6,3.2
 +
                        c-9,1.8-17.9,3.8-26.9,5.5c-2.6,0.5-5.3,1-8,1.2c-0.8,0.1-1.5,0.1-2.3,0c-0.4-0.1-0.8,0-1.1-0.5c-0.5-0.8,1.3-2.3,1.8-2.7
 +
                        c0.3-0.3,0.6-0.5,0.9-0.6c1.2-0.6,2.4-1.1,3.6-1.6c3-1.2,6-2.4,9.1-3.5c4.3-1.6,8.5-3.1,12.9-4.3c8.5-2.2,17.1-3.5,25.8-4.3
 +
                        c7.9-0.8,15.8-1.1,23.7-2.3c6.7-1,13.2-2.6,19.6-5c6.7-2.5,14.3-6.1,20.3-10c2.7-1.7,5.2-3.5,7.4-5.9c1.3-1.4,2.9-3.4,3-5.6
 +
                        c0.2-4.3-6.1-6.8-8.9-7.8c-5.9-2.2-13.3-3.5-19.5-4.3c-13.2-1.6-26.1-1.2-39.2,0.8c-11.8,1.8-23.3,4.9-35.1,6.7
 +
                        c-14.8,2.3-29.2,1.7-43.9,0.1c-15-1.6-29.8-4.3-44.6-6.7c-8.6-1.4-17.1-2.7-25.7-3.8c-10.9-1.4-21.8-2.5-32.7-3.3
 +
                        c-14-1.1-28-1.8-42-2.3c-0.7,0-1.4,0-2.1-0.1c-1.4,0-2.8-0.1-4.2-0.1c-2.8-0.1-5.5-0.2-8.3-0.2c-5.5-0.2-11.1-0.3-16.6-0.5
 +
                        C22.1,612.1-8.9,613.2-20,612.8z"/>
 +
                    <path class="st1" d="M71.8,613.4c-3.7-0.1-7.3-0.2-11-0.3"/>
 +
                    <path class="st2" d="M-1055.1,573.2c-2.2-2.3-5.9,0.2-4.6,3.1s5.6,1.9,5.5-1.3c11.1-4.2,23.6-1.5,32,6.9c-1.4,2.8,2.1,5.5,4.4,3.4
 +
                        c2.3-2.1,0-5.9-2.9-4.8C-1029.7,571.5-1043.2,568.6-1055.1,573.2z"/>
 +
                    <path class="st2" d="M-1046.6,636.3c0.7,2.4,4.2,2,4.4-0.4s-3.1-3.4-4.2-1.3c-15-1.4-26.9-13.1-28.6-28c2.2-1.1,1.2-4.5-1.3-4.2
 +
                        c-2.5,0.2-2.8,3.7-0.4,4.4C-1075,622.5-1062.4,634.9-1046.6,636.3z"/>
 +
                    <line class="st1" x1="461" y1="653.5" x2="461" y2="653.5"/>
 +
                    <path class="st3" d="M426.3,655.2c0.3,0.1,0.3,0.4,0.3,0.8c0,1.5-0.5,1.2-1.7,1.3c-0.6,0-0.8,0.3-0.8,0.8c0,0.2,0,0.4,0,0.7
 +
                        c0,0.1,0,0.3,0.2,0.3c0.2,0,0.1-0.1,0.1-0.2c-0.3-1.3,0.1-1.2,1.2-1.2c1,0,1.2-0.8,1.3-1.6c0-0.4,0.1-0.6,0.5-0.6
 +
                        c2.2,0.3,4,0.6,5.4,1.3c1.2,0.6,2.1,1.5,2.6,2.4c0.3,0.4,0.4,0.9,0.7,1.3c0.2,0.5,0.5,1.1,0.9,1.6c0.4,0.5,0.9,1.1,1.5,1.5
 +
                        c0.5,0.5,1.1,0.9,1.7,1.2s1.3,0.7,1.8,1.1s0.8,0.6,1,1s0.3,0.8,0.4,1.3c0.1,0.5,0.1,1.1,0.1,1.6c0,0.5,0,0.9,0,1.4
 +
                        c0,0.2,0,0.4,0,0.6c0,0.4-0.1,0.8-0.4,1.1c-0.2,0.4-0.7,0.9-1.5,1.6c-0.1,0.1-0.1,0.1-0.2,0.2c-0.9,0.7-2.1,0.9-3,1.3
 +
                        c-0.9,0.4-1.6,1-1.9,3c-0.1,0.7,0.7,0.8,0.8,0.1c0.3-1.8,0.6-2.2,2.4-2.7c0.8-0.3,1.5,0.1,0.9,0.8c-0.4,0.5-1,0.8-1.5,1.1
 +
                        c-0.1,0.1-0.2,0.1-0.1,0.3c0.1,0.2,0.2,0.1,0.4,0c0.2-0.1,0.4-0.3,0.7-0.4c0.4-0.3,0.9-0.5,1.1-1c0.5-0.9,0.9-1.8,1.6-2.6
 +
                        c0.2-0.3,0.4-0.7,0.6-1c0.2,2.6-0.3,4.9-1.1,7.3c-0.1,0.3-0.2,0.4-0.5,0.4c-0.7,0-1.4-0.1-2,0.5c-0.8,0.7-0.8,0.7-1.8,0.3
 +
                        c-0.3-0.1-0.5,0.1-0.3,0.3c0.2,0.2,0.4,0.2,0.6,0.3c0.5,0.2,0.9,0.2,1.3-0.1c0.4-0.3,0.6-0.7,1.1-0.8c0.2-0.1,0.4-0.1,0.7-0.1
 +
                        c0.1,0,0.2,0,0.3,0c0.1,0,0.2,0.1,0.2,0.3c-0.1,0.3-0.2,0.6-0.3,0.9c-0.1,0.4,0,0.7,0.4,0.6c0.4-0.1,0.4-0.5,0.5-0.8
 +
                        c0.2-0.6,0.4-1.2,0.6-1.8c0-0.1,0.1-0.1,0.1,0c0.6,0.7,0.7,1.8,0.5,2.7c-0.2,1-0.8,1.8-1.2,2.6c-0.1,0.2-0.2,0.4,0.1,0.5
 +
                        c0.2,0.1,0.3,0,0.4-0.2c0.2-0.3,0.3-0.6,0.5-1c0.3-0.6,0.7-1.3,0.8-2c0.1-0.8,0.1-1.4-0.2-2.1c-0.4-0.8-0.9-0.9-0.6-2
 +
                        c0.1-0.3,0.2-0.7,0.5-0.9c0.4-0.4,0.5,0.2,0.6,0.6c0.2,1.5,1.3,3.2,3.1,3.1c0.9-0.1,1.5-0.4,2-1.2c0.2-0.4,0.3-0.7,0.4-1.1
 +
                        c0-0.2,0.1-0.5-0.2-0.5c-0.3-0.1-0.4,0.1-0.4,0.3c0,1.2-1.1,2.2-2.4,1.9c-1.1-0.2-1.9-1.6-2-2.6c-0.2-1-0.2-2-0.1-3
 +
                        c0-0.3,0.1-0.4,0.4-0.4c0.2,0,0.4,0.1,0.6,0.1c0.4,0.1,0.8,0.2,1.2,0.3c1,0.4,1.2,1.1,1.4,2c0.1,0.3,0.5,0.3,0.4-0.1
 +
                        c-0.3-1-0.7-1.7-1.3-2.1s-1.4-0.5-2.4-0.7c-1.2-0.2-0.7-1.6-0.8-3.2c0-0.2,0-0.4,0-0.6c0-0.4,0-0.9,0-1.4c0-0.5,0-1.1,0.1-1.6
 +
                        c0.1-0.5,0.2-1,0.4-1.3c0.2-0.4,0.5-0.7,1-1s1.2-0.7,1.8-1.1c0.1-0.1,0.3-0.2,0.4-0.3c1.4-1,2.7,0,3.7,0.9c1.1,1,1.9,2,2.4,3.4
 +
                        c0.5,1.3,0.4,2.8,1,4.1c0.1,0.2,0.2,0.4,0.3,0.5c0.1,0.2,0.3,0.4,0.5,0.2c0.4-0.3-0.1-0.8-0.2-1c-0.3-0.6-0.4-1.2-0.5-1.8
 +
                        c-0.1-0.4-0.3-1.3-0.1-1.8c0.4-1,1.3-0.7,2.1-0.7c0.6,0,1.1,0.1,1.7,0.1c0.2,0,0.4,0,0.7,0.1c0.2,0.1,0.3,0.3,0.4,0.5
 +
                        c0.2,0.3,0.4,0.7,0.6,1c0.5,0.6,1,1,1.6,1.3c0.2,0.1,1,0.6,1.3,0.6c0.3,0,0.4-0.1,0.3-0.4c-0.1-0.2-0.8-0.5-1-0.6
 +
                        c-0.3-0.2-0.6-0.3-0.9-0.5c-0.9-0.6-0.7-0.7-1.3-1.5c-0.1-0.2,0-0.3,0.2-0.3c0.4,0,0.7,0.1,1.1,0.1c0.4,0,0.5-0.5,0.1-0.6
 +
                        c-0.4-0.2-1.7-0.2-2.1-0.2c-1.8-0.1-2.4,0.1-4.2-0.6c-1.4-0.5-2.4-1.4-3.4-2.5c-1-1.1-1.9-2.2-1-3.8c0.1-0.2,0.2-0.4,0.3-0.5
 +
                        c0.2-0.5,0.4-0.9,0.6-1.4c0.3-0.9,0.5-2.1,1.3-3.1c0.9-1.2,2.6-2,4.2-1.3c0.5,0.2,0.9,0.4,1.5,0.8c0.4,0.3,1.8,1.6,3,3.5
 +
                        c0.2,0.4,0.7,0.1,0.4-0.2c-0.3-0.3-0.5-0.7-0.8-1.1c-0.1-0.2-0.2-0.4-0.3-0.6c-0.1-0.2-0.1-0.6,0.1-0.4c0.8,0.4,1.9,0.3,1.1,1.5
 +
                        c-0.1,0.1-0.1,0.3,0.1,0.3c0.2,0,0.2-0.1,0.2-0.2c0.1-0.2,0.2-0.4,0.2-0.6c0-0.5-0.4-0.8-0.8-0.9c-0.6-0.2-1.1-0.4-1.5-0.8
 +
                        c-0.4-0.5-0.8-0.9-0.9-1.5c-0.2-1,0.9-2.5,1.4-3.2c0.7-1,1.2-2,1.6-3.2c0.1-0.2,0.1-0.4,0.2-0.5c0.1-0.4,0.3-0.7,0-1.2
 +
                        c-0.4-0.6-1.1-0.1-1.3,0.5c-0.3,1-0.7,1.9-1.1,2.6c-0.1,0.2-0.2,0.2-0.3,0c0,0,0,0,0,0c-0.1-0.1-0.2-0.2-0.2-0.3
 +
                        c-0.1-0.1-0.2-0.2-0.3-0.2c-0.1-0.1-0.3-0.2-0.4-0.3c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.2-0.2-0.4-0.2-0.7c0-0.2,0-0.5,0-0.7
 +
                        c0-0.2,0.1-0.3,0.2-0.5c0-0.1,0.1-0.2,0.1-0.2c0.1-0.1,0.2-0.3,0.3-0.4c0.2-0.2,0.3-0.4,0.5-0.5c0.2-0.2,0.5-0.4,0.8-0.6
 +
                        c0.4-0.3,0.1-0.8-0.3-0.5c-0.8,0.6-1.3,1.1-1.6,1.6s-0.6,1-0.5,1.9c0.2,1,0.7,1.4,1,1.6c0.3,0.2,0.5,0.3,0.6,0.5s0.2,0.5-0.1,0.9
 +
                        c-0.4,0.6-0.9,1.1-1.4,1.6c-1.4,1.2-3.1,1.9-5.6,0.8c-2.5-1.8-3.8-3.2-4.9-4.4c-1-1.1-1.8-2.1-2.4-3.8s-1-4.2-0.9-9.7
 +
                        c0-0.8,0-1.6,0-2.3c1.3-0.7,1-2.5,1-3.6c0-1.1,0.3-2.8-1-3.6c0-1.5,0-3,0-4.5c1.3-0.7,1-2.3,1-3.3c0-0.6,0-1.2,0-1.8
 +
                        c0-0.7-0.1-1.2-0.6-1.7c0.3-1.4,0.6-2.8,1.2-4.1c1.4-0.1,1.8-1.7,2.3-2.6c0.5-0.9,1.7-2,1.2-3.3c0.9-1.1,1.9-2,3-2.9
 +
                        c1.3,0.6,2.4-0.6,3.3-1.1c0.9-0.5,2.5-0.9,2.6-2.3c1.4-0.5,2.8-0.9,4.3-1.1c0.3,0.5,0.9,0.8,1.6,0.8c1.3-0.1,2.5-0.1,3.8,0
 +
                        c0.7,0.1,1.2-0.3,1.6-0.8c1.5,0.2,2.9,0.6,4.3,1.1c0.2,1.4,1.8,1.8,2.6,2.3c0.9,0.5,2,1.7,3.3,1.1c1.1,0.9,2.1,1.9,3,2.9
 +
                        c-0.5,1.3,0.7,2.4,1.2,3.3c0.5,0.9,0.9,2.5,2.3,2.6c0.5,1.3,0.9,2.7,1.2,4.1c-0.5,0.5-0.6,1-0.6,1.7c0,0.6,0,1.2,0,1.8
 +
                        c0,1.1-0.3,2.6,1,3.3c0,1.5,0,3,0,4.5c-1.3,0.7-1,2.5-1,3.6s-0.3,2.8,1,3.6c0,11.6,0,23.3,0,34.9c-3.6,0-7.2,0-10.9,0
 +
                        c-1.8,0-3.2,1.4-3.2,3.2c0,8.6,0,17.1,0,25.7c-2.1,0.5-3.5,2.4-3.2,4.6s2,3.7,4.2,3.7s3.9-1.6,4.2-3.7s-1.1-4.1-3.2-4.6
 +
                        c0-8.5,0-16.9,0-25.4c0-0.9,0.7-1.7,1.7-1.7c3.5,0,7,0,10.5,0c0,1.8,0,3.6,0,5.3c0,0.5,0,1,0,1.6c-3.9,0.4-7.1,3.4-7.8,7.3
 +
                        s1.3,7.8,4.9,9.5c3.6,1.7,7.8,0.8,10.5-2.2c2.6-3,2.9-7.3,0.8-10.7c0.4-0.7-0.5-1.4-1.1-1s-0.3,1.5,0.5,1.4c2,3.1,1.7,7-0.7,9.8
 +
                        c-2.4,2.7-6.3,3.5-9.6,2c-3.3-1.6-5.1-5.1-4.6-8.7s3.5-6.4,7.1-6.8c0,1.1,0,2.1,0,3.2c-2.5,0.5-4.3,2.8-4,5.4c0.2,2.6,2.4,4.5,5,4.5
 +
                        s4.7-2,5-4.5c0.2-2.6-1.5-4.9-4-5.4c0-1.8,0-3.6,0-5.5c0-1.7,0-3.4,0-5.1c0-5,0-9.9,0-14.9c2,0,4.1,0,6.1,0c0.9,0,1.7,0.7,1.7,1.7
 +
                        c0,2.7,0,5.3,0,8c-2.1,0.5-3.5,2.4-3.2,4.6c0.2,2.1,2,3.7,4.2,3.7s3.9-1.6,4.2-3.7s-1.1-4.1-3.2-4.6c0-2.8,0-5.5,0-8.3
 +
                        c0-1.8-1.4-3.2-3.2-3.2c-2.1,0-4.3,0-6.4,0c0-6.8,0-13.5,0-20.3c1.3-0.7,1-2.5,1-3.6s0.3-2.8-1-3.6c0-1.5,0-3,0-4.5
 +
                        c1.3-0.7,1-2.7,1-3.8c0-1.3,0.4-3-1.4-3.5c-0.3-1.5-0.7-3-1.3-4.5c0.9-1.3-0.2-2.8-0.8-3.8c-0.6-1-1.4-2.7-2.9-2.5
 +
                        c-1-1.2-2.1-2.3-3.3-3.3c0.2-1.6-1.6-2.3-2.6-2.9c-1-0.6-2.5-1.7-3.8-0.8c-1.6-0.6-3.1-1-4.8-1.3c-0.2-0.6-0.8-1.1-1.8-1.2
 +
                        c-1.3-0.1-2.5-0.1-3.8,0c-1,0.1-1.5,0.6-1.8,1.2c-1.7,0.3-3.2,0.7-4.8,1.3c-1.3-1-2.8,0.2-3.8,0.8c-1,0.6-2.7,1.3-2.6,2.9
 +
                        c-1.2,1-2.3,2.1-3.3,3.3c-1.6-0.2-2.4,1.5-2.9,2.5c-0.6,1-1.8,2.5-0.8,3.8c-0.6,1.4-1,2.9-1.3,4.5c-1.7,0.5-1.4,2.3-1.4,3.5
 +
                        c0,1-0.3,3,1,3.8c0,1.5,0,3,0,4.5c-1.3,0.7-1,2.5-1,3.6s-0.3,2.8,1,3.6c0,0.8,0,1.6,0,2.3c0,5.5-0.5,7.9-1.4,9.9
 +
                        c-0.4,0.8-0.8,1.5-1.3,2.3c-0.5,0.6-0.9,1.3-1.5,1.7c-0.3,0.3-0.6,0.3-1,0.1c-0.9-0.5-1.8-1.7-2.3-2.5c-1.2-2.1-1.4-4.3-1.6-6.5
 +
                        c-0.1-0.7-0.1-1.3-0.5-1.9c-0.2-0.4-0.5-0.8-0.9-1.1c-0.2-0.2-0.5-0.3-0.6,0c-0.2,0.3,0.1,0.4,0.3,0.6c0.2,0.3,0.4,0.5,0.5,0.8
 +
                        c0.1,0.3,0.1,0.6,0.2,0.9c0.1,0.7,0.1,1.5,0.1,2.2c0,0.1,0,0.2,0,0.3c0,0.2,0.1,0.3-0.1,0.4c-0.3,0.2-0.4-0.2-0.5-0.3
 +
                        c-0.1-0.2-0.3-0.4-0.5-0.5c-0.7-0.6-0.8-1.4-0.9-2.2c0-0.3-0.1-0.6-0.1-0.9c0-0.3,0.1-0.9-0.4-0.9c-0.4,0-0.3,0.5-0.3,0.8
 +
                        c0,0.3,0,0.5,0,0.8c0,0.5,0.1,1,0.3,1.5c0.1,0.2-0.2-0.1-0.3-0.1c-0.1-0.1-0.2-0.1-0.4-0.2c-0.2-0.1-0.5-0.2-0.7-0.3
 +
                        c-0.3-0.1-0.6-0.2-1-0.3c-0.3-0.1-0.5-0.2-0.8-0.1c-0.3,0.1-0.3,0.4-0.1,0.7c0.2,0.2,0.9,0.4,1.2,0.5c0.4,0.1,0.7,0.2,1.1,0.4
 +
                        c0.5,0.2,1,0.5,1.5,0.9c1.8,1.5,1.8,4.5,2.5,6.2c0.5,1.2,1.6,1.7,2.4,2.5c1.2,1.3,0,1.8-0.3,2.9c-0.1,0.5-0.7,0.5-1.4,0.7
 +
                        c-5,1.1-10.2-1-15.3-4.1c-0.4-0.2-0.7-0.1-0.6,0.3c0.1,0.4,0.4,0.5,0.7,0.6c0.5,0.3,1.1,0.6,1.6,0.9c0.1,0,0.1,0.1,0,0.1
 +
                        c-0.9,0.5-1.9,0.4-2.8,0c-0.9-0.4-1.6-1.1-2.3-1.7c-0.2-0.1-0.3-0.2-0.5,0c-0.2,0.2,0,0.3,0.1,0.5c0.3,0.2,0.6,0.5,0.9,0.7
 +
                        c0.6,0.4,1.1,0.9,1.8,1.2c0.7,0.3,1.4,0.4,2.1,0.2c0.4-0.1,0.7-0.3,1-0.4c0.4-0.1,0.7,0,1,0.2c0.2,0.1,0.9,0.6,0.7,0.9
 +
                        c-0.2,0.3-0.9,0.3-1.2,0.3c-0.8,0.1-1.7,0.1-2.5,0.1c-0.8,0-1.6,0-2.5,0.4c-0.4,0.2-0.7,0.4-1,0.8c-0.1,0.2-0.3,0.4-0.1,0.6
 +
                        c0.2,0.2,0.3,0,0.5-0.2c0.1-0.2,0.2-0.3,0.4-0.4c0.4-0.2,0.6,0,0.5,0.4c-0.1,0.3-0.3,0.5-0.5,0.7c-0.2,0.2-0.2,0.5,0.1,0.5
 +
                        c0.3,0,0.3-0.2,0.5-0.4c0.2-0.3,0.4-0.6,0.4-1.1c0-0.5,0.2-0.7,0.7-0.8c1.3-0.2,2.7-0.2,4-0.2C423.8,654.5,425,654.8,426.3,655.2z"
 +
                        />
 +
                    <circle class="st4" cx="500.6" cy="666.6" r="2.9"/>
 +
                    <path class="st4" d="M496.4,685.4c0.5-0.1,0.4-0.9-0.1-0.9c-0.5,0-0.7,0.6-0.3,0.9c-0.3,3.1-2.7,5.6-5.8,6c-0.2-0.5-0.9-0.3-0.9,0.3
 +
                        s0.8,0.6,0.9,0.1C493.5,691.3,496.1,688.7,496.4,685.4z"/>
 +
                    <path class="st4" d="M483.2,687.2c-0.5,0.5,0,1.2,0.7,1c0.6-0.3,0.4-1.2-0.3-1.1c-0.9-2.3-0.3-4.9,1.4-6.7c0.6,0.3,1.2-0.4,0.7-0.9
 +
                        c-0.4-0.5-1.2,0-1,0.6C482.9,681.9,482.3,684.7,483.2,687.2z"/>
 +
                    <polyline class="st1" points="465.7,667.9 465.7,667.9 465.7,668 "/>
 +
                    <circle cx="445.6" cy="654.7" r="5"/>
  
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
                    <path id="Path1" class="st0" d="M560.8,372.1c0.9-6.9,1-13.7-0.1-20.3c-2.7-15.3-12.7-29.2-21.1-43.3c-12.1-20.3-20.7-40.8-38.7-57.7
 +
                        c-10.4-9.7-23.9-18.2-35.4-18.9c-9.9-0.6-18.4,4.7-34.1,5.9c-10.5,0.8-24.2-0.2-22.9-2.2c0.9-1.4,8.9-3.3,15.2-4.3
 +
                        c7.6-1.3,12.7-1.4,18.9-1.5c9.4-0.2,21.3-0.5,27.7-7.9c1.9-2.2,3.4-5.1,3.6-7.8c0.5-6.3-5.3-11.9-8-18c-3.7-8.3-1.6-17.4-1.8-26.6
 +
                        c-0.2-8.6-2.4-17.2-7.8-23.9c-1.2-1.5-2.6-3-4-4.1c-4.1-3.5-8.1-4.9-16-6.3c-8.3-1.4-20.9-2.7-17.6-4.6c0.8-0.4,2.6-0.9,4.2-1.2
 +
                        c6.7-1.1,12,0.7,17.4,2.5c3.8,1.3,7.6,2.6,11.9,3.7c3.1,0.8,6.4,1.6,9,0.8c3.3-1,5.2-4.7,5.9-10c0.9-7-0.3-17,1.9-15.1
 +
                        c0.8,0.6,2,2.7,2.6,4.7c1.2,3.8,0.3,7.1-0.8,10.2c-1.4,4-3.2,7.9-6.3,11.4c-1.7,1.9-3.8,3.8-4.2,5.8c-0.5,2.6,2.1,5.5,4.1,8.4
 +
                        c3.5,5.1,5.1,10.4,4.9,15.7c-0.2,4.6-1.9,9.3-2.3,14c-0.5,5.6,0.9,11.3,3.8,16.4c3.1,5.3,8,9.9,7.8,15.7c-0.1,3.3-1.8,7.1-1.3,10
 +
                        c0.8,4.5,7.3,6.8,12.4,9.8c8.2,4.8,13.1,11.1,18,17.8c12.6,17,25.5,35.6,36.6,53.7c5.2,8.5,9.9,16.8,14.3,26.7
 +
                        c2.4,5.5,4.7,11.4,7.6,14.9c15.8,19.3,47.9-38.7,56.1-74.2c4.9-21.4,1.1-34.6,12.4-54.8c13.6-24.4,49.1-58.9,45.8-49.8
 +
                        c-1.3,3.5-8.4,13.6-15.2,21.4c-7.9,9-15.4,14.8-20.1,22.9c-6.1,10.4-7.7,24.6-10.2,37.8c-2.7,14.2-6.4,27.3-10.7,40.5
 +
                        c-3,9.3-6.4,18.6-10.5,27.8c-6.2,13.8-14.3,27.2-27.3,35.7c-5.8,3.8-12.6,6.7-16.4,11.7c-2.1,2.8-3.3,6.2-4,9.9
 +
                        c0.4-6.4,0.5-9.5-0.2-11.6C565.3,361.4,563.8,360.3,560.8,372.1z"/>
 +
                    <circle class="CirclePicto" class="st5" cx="569.3" cy="337.4" r="37.7"/>
 +
                    <g class="ShortText">
 +
                        <rect x="459.9" y="72.6" class="st6" width="166.9" height="79.8"/>
 +
                        <text id="TEXT1" transform="matrix(1 0 0 1 350 90)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Growing_Back_Nerves" style="text-decoration: none;">GROWING BACK NERVES</a></tspan></text>
 +
                        <rect x="683.1" y="125.2" class="st6" width="166.9" height="87.1"/>
 +
                        <text id="TEXT2" transform="matrix(1 0 0 1 683 180)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Fighting" style="text-decoration: none;">FIGHTING INFECTIONS</a></tspan></text>
 +
                    </g>
 +
                   
 +
                    <path id="Path2" class="st0" d="M774.3,574.1c4.2-3.4,4.4-5.5-3.6-5.1c12.4-5.8,23.6-14.2,36-19.8c12.6-5.6,26.5-8.4,40.3-10.2
 +
                        c5-1.5,9.8-2.2,14.3-6.5c5.1-5,9.6-14.8,13.7-11.8c1.1,0.8,2.2,2.6,2.5,4.3c0.3,1.9-0.4,3.8-1.4,5.4c-2.8,4.6-8.1,7.1-13.3,8.8
 +
                        c-6.5,2.1-12.8,3.1-19.3,4.3c-6.5,1.2-13.1,2.7-19.1,4.4c-7.8,2.2-14.7,4.8-23.6,8.7c-4.7,2.1-9.9,4.5-11.1,6.9
 +
                        c-2.4,4.8,10.9,9.7,22.2,13.1c30.5,9,46.5,6.3,68.5,12.9c15.5,4.7,34,13.9,47.9,11c8.6-1.8,15.3-8.3,21-21.9
 +
                        c1.9-4.7,3.8-10.2,4.6-9.3c0.6,0.6,0.7,4.4,0.2,7.3c-0.7,4.1-2.6,6.4-4.5,9.2c-1.9,2.9-3.8,6.3-6.3,8.6c-3,2.9-6.7,4.2-10.8,7.2
 +
                        c-1.9,1.4-3.8,3.1-3.9,4.4c-0.3,2.6,6,3.8,10.5,4.4c5.9,0.7,8.8,0.3,14.8,2.1c6.3,1.8,16,6.1,14,6.9c-1,0.4-4.8,0.1-7.6-0.8
 +
                        c-3.1-1-5.1-2.6-7.6-3.6c-3.2-1.3-7.2-1.5-10.9-1.8c-4.2-0.3-8.2-0.6-12.3-2c-1.8-0.6-3.6-1.3-4.6-2.8c-0.7-1-1.1-2.4-1.8-3.3
 +
                        c-2-2.8-6.7-2-10.7-2.1c-5-0.1-9-1.5-13.2-3.1c-5.2-2-10.6-4.1-16.1-5.8c-16.4-4.9-33.6-5-50.5-7.7c-7.3-1.2-14.5-2.9-21.5-5.1
 +
                        c-6-2-11.8-4.4-17.8-7c-3-1.3-6.1-2.7-9.1-2.8C780.8,571.3,777.5,572.6,774.3,574.1z"/>
 +
                    <circle class="CirclePicto"class="st5" cx="806.9" cy="564.7" r="37.7"/>
 +
                    <g class="ShortText">
 +
                        <rect x="877.2" y="455.4" class="st6" width="154.2" height="76.2"/>
 +
                        <text id="TEXT3" transform="matrix(1 0 0 1 890 520)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Device" style="text-decoration: none;">OUR PROSTHESIS</a></tspan></text>
 +
                        <rect x="961.8" y="550" class="st6" width="143.3" height="74.4"/>
 +
                        <text id="TEXT4" transform="matrix(1 0 0 1 968 610)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Scenario" style="text-decoration: none;">USER SCENARIO</a></tspan></text>
 +
                    </g>
  
 +
                    <path id="Path3" class="st0" d="M684.7,747.9c4.1,1.2,7.4,2.1,9.9,2.5c4.5,0.7,6.7-0.3-1.7-6.9c1.2,0.5,2.4,1.1,3.5,1.7
 +
                        c22.3,11.6,34.4,38,68.6,47.2c42.2,11.3,87.5,5.2,88.5,7.6s-3.9,4.2-15.6,6.1c-14.4,2.4-26.5,2.8-39,0.8
 +
                        c-11.9-1.9-24.4-2.9-36.5-6.7c-11.6-3.6-22.9-9.8-31.2-17.3c-7.1-6.4-12-13.8-22.6-20.6c-3.6-2.3-7.8-4.6-9.7-3.5
 +
                        c-2.2,1.3-1.5,6.9-0.4,11.8c4,17,13.1,24.8,23.4,33.7c10,8.7,21,18.6,29.1,27.5c7.9,8.8,12.9,16.6,25.6,29.8
 +
                        c6.2,6.5,14.3,14.3,7.6,17.8c-0.8,0.4-1.8,0.8-2.2,0.6c-0.7-0.3,0.5-2.3,0.8-4c0.8-3.4-2.1-5.2-4.5-7.1c-4.7-3.8-7.6-8.2-10.9-12.6
 +
                        c-4.5-6.1-9.7-12.1-15.2-17.6c-3.2-3.2-6.5-6.2-9.6-9.4c-4.1-4.2-7.8-8.8-11.9-13c-3.5-3.6-7.3-6.9-10.9-10.4
 +
                        c-3.6-3.5-7.1-7.3-10.6-10.9c-3.2-3.3-6.6-6.6-9-10.5c-2.7-4.5-4-9.9-5-15.2c-0.6-3.2-1.1-6.3-1.6-9.5c-0.3-1.8-0.6-3.6-1.3-5.2
 +
                        C691.1,751.4,688.2,749.3,684.7,747.9z"/>
 +
                    <circle class="CirclePicto" class="st5" cx="709.4" cy="765.4" r="37.7"/>
 +
                    <g class="ShortText">
 +
                        <rect x="856.3" y="777.4" class="st6" width="159.7" height="76.2"/>
 +
                        <text id="TEXT5" transform="matrix(1 0 0 1 856 810)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Human_Practices" style="text-decoration: none;">HUMAN PRACTICES</a></tspan></text>
 +
                        <rect x="793" y="868.1" class="st6" width="190.5" height="69"/>
 +
                        <text id="TEXT6" transform="matrix(1 0 0 1 790 900)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Public_Engagement" style="text-decoration: none;">EDUCATION & ENGAGEMENT</a></tspan></text>
 +
                    </g>
  
*{
+
                    <path id="Path4" class="st0" d="M535,875.1c6.8,2.4,9.1,3.6,10.7,3.7s2.3-0.9-5.5-6.3c5.6,2.6,11.2,4.8,16.4,6.6c16.6,5.6,29.5,6.7,60.9,8.8
margin: 0;
+
                        c24.3,1.7,59.7,3.9,47.2,5.4c-1.4,0.2-3.4,0.3-5.4,0.4c-5.8,0.4-10.8,0.5-16.1-0.9c-4.3-1.1-8.7-3.1-13-1.2c-1.6,0.7-3.1,2-3.6,3.2
padding: 0;
+
                        c-1.3,3.3,5.3,5.9,10.5,8.1c10.9,4.7,15.3,7.9,20.9,18.4c0.7,1.3,1.4,2.8,1.4,3.3c-0.1,0.9-3.4-2-5.4-4.4c-2.5-3-3.1-5.3-4.7-7.2
}
+
                        c-2.3-2.8-6.8-4.7-10.8-6.5c-4.5-2-8.5-4-12.1-6.7c-1.8-1.4-3.6-2.9-5.5-4.1c-5.1-3.2-11.6-3.7-17.8-4c-11-0.4-21.5,0.2-31.9-3.5
 +
                        c-5.3-1.9-10.6-4.9-15.9-3.8c-2.6,0.5-5.2,2-6.9,4c-5.8,6.5-2.6,18.2,2.8,26.3c7.2,10.8,18.3,15.3,25.1,24.8
 +
                        c4.5,6.4,7.1,15,10.6,20.9c3.9,6.8,8.8,10.1,17.4,20.5c2.9,3.5,6.1,7.8,4.9,7.5c-0.6-0.1-2.2-1.2-3.6-2.4c-5-4-7.2-7.7-10.3-11.3
 +
                        c-4.1-5-9.8-9.9-13.1-16c-1.9-3.4-3-7-4.7-10.5c-2.3-4.9-5.7-9.5-9.7-13.1c-3.7-3.4-8-6-12.4-9c-5-3.4-10.2-7.3-12.1-12.5
 +
                        c-1.6-4.3-0.9-9.4-1.2-14.3c-0.2-3.6-1-7-0.3-10.4c0.4-1.9,1.2-3.8,1.1-5.7c0-1.3-0.5-2.7-1.2-3.8c-1.1-1.7-2.8-2.8-4.7-3.6"/>
 +
                    <circle class="CirclePicto" class="st5" cx="563.4" cy="892.8" r="37.7"/>
 +
                    <g class="ShortText">
 +
                        <rect x="616.7" y="926.5" class="st6" width="147" height="72.6"/>
 +
                        <text id="TEXT7" transform="matrix(1 0 0 1 445 1030)"><tspan x="0" y="0" class="st0"><a href="https://2018.igem.org/Team:Pasteur_Paris/Entrepreneurship" style="text-decoration: none;">BUSINESS PLAN</a></tspan></text>
 +
                    </g>
 +
                </svg>
 +
            </div>
  
body {
+
            <div class="legendContainer" id="Hidden1">
 
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/b/be/T--Pasteur_Paris--Banner_Overview.jpg);">
margin-top: 50px;
+
}
+
 
+
#MenuIgem {
+
height: 18px;
+
background-color: black;
+
position: fixed;
+
top: 0%;
+
left: 0%;
+
width: 100%;
+
z-index: 2;
+
}
+
 
+
#Menu {
+
height: 100px;
+
 
+
position: fixed;
+
top: 18px;
+
left: 0%;
+
width: 100%;
+
z-index: 2;
+
border-bottom-left-radius: 15px;
+
border-bottom-right-radius: 15px;
+
}
+
 
+
#Menu img {
+
float: left;
+
height: 100%;
+
width: auto;
+
}
+
 
+
#Menu-mobile-bar {
+
display: none;
+
height: 50px;
+
background-color: pink;
+
position: fixed;
+
top: 18px;
+
left: 0%;
+
width: 100%;
+
z-index: 2;
+
border-bottom-left-radius: 5px;
+
border-bottom-right-radius: 5px;
+
}
+
 
+
#Menu-mobile-bar img {
+
float: left;
+
height: 100%;
+
width: auto;
+
}
+
 
+
#GeneralContent {
+
position:relative;
+
width: 100%;
+
 
+
}
+
 
+
#MainContent {
+
max-width: 1100px;
+
margin: auto;
+
padding-top: 10%;
+
padding-bottom: 10%;
+
text-align: center;
+
}
+
 
+
#banner {
+
width: 100%;
+
height: 350px;
+
background-image: url("https://medicor.nu/wp-content/uploads/2015/11/igem3.jpg");
+
background-repeat: no-repeat;
+
background-attachment: fixed;
+
background-size: 100%;
+
}
+
 
+
#banner h1 {
+
text-align: center;
+
color: white;
+
padding-top: 250px;
+
}
+
 
+
footer {
+
background-color: #303E91;
+
height: 70px;
+
width: 100%;
+
bottom: 0%;
+
left: 0%;
+
}
+
 
+
.block {
+
display: inline-block;
+
vertical-align: middle;
+
margin: auto;
+
margin-top: 2%;
+
margin-bottom: 2%;
+
}
+
 
+
.block.two-third {
+
width: 60%;
+
}
+
 
+
.block.two-third.center {
+
width: 60%;
+
}
+
 
+
.block.one-third {
+
width: 30%;
+
}
+
 
+
.block.full {
+
width: 90%;
+
}
+
 
+
.block.separator {
+
height: 1px;
+
margin-top: 10%;
+
margin-bottom: 10%;
+
}
+
 
+
.block.separator-mark {
+
height: 2px;
+
width: 70%;
+
margin-top: 15%;
+
margin-bottom: 20%;
+
background-color: black;
+
opacity: 0.3;
+
}
+
 
+
.block.title {
+
width: 94%;
+
margin-left: 3%;
+
margin-bottom: 10%;
+
}
+
 
+
.legend p {
+
text-indent: 0px;
+
font-size: 0.8em;
+
}
+
 
+
p {
+
text-align: justify;
+
text-indent: 30px;
+
}
+
 
+
img {
+
width: 100%;
+
}
+
 
+
a img:hover {
+
opacity: 0.4;
+
}
+
 
+
@media only screen and (max-width: 1000px) {
+
.block.two-third, .block.one-third {width: 44%; margin-left: 2%; margin-right: 2%;}
+
.block.two-third.center, .block.full, .block.separator, .block.title {width: 92%; margin-left: 4%; margin-right: 4%;}
+
#banner h1 {padding-top: 175px;}
+
}
+
 
+
@media only screen and (max-width: 500px) {
+
.block.two-third, .block.one-third, .block.two-third.center, .block.full, .block.separator, .block.title {width: 96%; margin-left: 2%; margin-right: 2%;}
+
#Menu {display:none;}
+
#Menu-mobile-bar{display: block;}
+
#banner h1 {padding-top: 100px;}
+
}
+
 
+
</style>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<style>
+
 
+
 
+
 
+
 
+
@media screen and (min-width: 911px){
+
 
+
#naviconwrapper {
+
    margin: 0px ;    /*auto centers wrapper*/
+
    height: 100%;
+
    min-width: 900px;
+
    z-index: -100;
+
}
+
 
+
#naviconbar {
+
    height: 100%;
+
    min-width: 900px;
+
    background-image:  linear-gradient(to right, rgb(168, 48, 91), rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126),rgb(52, 82, 146));
+
    z-index: -60;
+
    text-align: center;
+
}
+
   
+
 
+
/* ==== BEGIN: Settings Main Menu Icons ==== */
+
#navicons {
+
    width: 720px;
+
    height: 100%;
+
    background-color:  linear-gradient(to right, rgb(161, 47, 92), rgb(128, 52, 110),rgb(84, 59, 126));
+
    z-index: -20;    /*defines color behind icons */
+
    display: inline-block;
+
vertical-align: middle;
+
 
+
}
+
 
+
#navicons ul {
+
    width: 720px;
+
    position: relative;  /*makes chip go directly behind home from left corner*/
+
 
+
}
+
 
+
#navicons ul li {
+
    list-style: none;
+
    /*display: block;*/
+
    float: left;
+
    position: relative;
+
    line-height: 106px;
+
    font-family: sans-serif;
+
    font-size: 12px;
+
    background-color: rgba(161, 47, 92, 0.0);
+
    /*border: 1px solid #5781BD;*/
+
    z-index: 100;
+
    height: 100%;
+
}
+
 
+
#navicons ul li a {
+
    height: 100%;
+
    width: 120px;
+
    display: block;
+
    text-decoration: none;
+
    /*color: #FFF;*/
+
    text-align: center;
+
    text-transform: uppercase;
+
    z-index: 50;
+
 
+
}
+
 
+
#navicons ul a:hover {
+
}     
+
/* ==== END: Settings Main Menu Icons ==== */
+
 
+
 
+
/* ==== classes for icons ==== */
+
#home {
+
    background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
 
+
    background-position: center;
+
}
+
 
+
#home a {
+
    color: #ffffff;
+
}
+
 
+
#project {
+
    background: url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
 
+
#project a {
+
    color: #ffffff;
+
}
+
 
+
#team {
+
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
 
+
#team a {
+
    color: #ffffff;
+
}
+
 
+
#results {
+
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
 
+
#results a {
+
    color: #ffffff;
+
}
+
 
+
#policy {
+
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png)no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
 
+
#policy a {
+
    color: #ffffff;
+
}
+
 
+
#notebook {
+
    background:url(https://static.igem.org/mediawiki/2018/2/26/T--Pasteur_Paris--icon-neuroneblanc.png) no-repeat;
+
    height: 60px;
+
    background-position: center;
+
}
+
 
+
#notebook a {
+
    color: #ffffff;
+
}
+
/* ==== End classes for icons ==== */
+
 
+
/* ==== Begin running chip ==== */
+
/* == Begin Chip Design == */
+
#runningchip {
+
    position: absolute;
+
    width: 90px;
+
    height: 100px;
+
    left: 2.1%;
+
    -webkit-transition: all 300ms ease-out;
+
    -moz-transition: all 300ms ease-out;
+
    transition: all 300ms ease-out;
+
    z-index: 0;
+
}
+
 
+
#runningchip-back{ 
+
  width:100%;
+
  height: 110px;
+
  position: absolute;
+
  background:#000000;
+
  border-radius: 5px;
+
}   
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
/* == End Chip Design == */
+
 
+
 
+
/* == Begin Chip Movement == */
+
#home:hover ~ #runningchip {
+
    left: 2.1%;
+
}
+
 
+
#project:hover ~ #runningchip {
+
    left: 18.6%;
+
}
+
 
+
#team:hover ~ #runningchip {
+
    left: 35.5%;
+
}
+
 
+
#results:hover ~ #runningchip {
+
    left: 52%;
+
}
+
 
+
#policy:hover ~ #runningchip {
+
    left: 68.9%;
+
}
+
 
+
#notebook:hover ~ #runningchip {
+
    left: 85.5%;
+
}
+
/* == End Chip Movment == */
+
/* ==== End running chip ==== */
+
 
+
 
+
/* ==== Begin Settings Submenu Level 1 ==== */
+
#navtextwrapper {                /*define background box*/
+
    margin: 0 auto;
+
    padding: 0px;
+
    top: -2px;
+
    height: 24px;
+
    width: 920px;
+
    position: relative;
+
    /*border: 2px solid #000;*/
+
}
+
 
+
#navtext {
+
    text-align: center;
+
    font-family: Roboto,sans-serif;
+
    font-size: 16px;
+
    z-index: 600;
+
}
+
 
+
#navtext ul {
+
    margin: 0px auto;
+
    top: -8px;
+
    padding: 0px;
+
    position: absolute;
+
    z-index: 600;
+
}
+
 
+
#navtext li {
+
    margin: 0px auto;        /*centers text*/
+
    list-style: none;
+
    display: block;        /*makes items go horizontal and centers them*/
+
    /*float: left;*/                /*makes items go horizontal*/
+
    position: relative;
+
    z-index: 600;
+
}   
+
 
+
#navtext ul li a {
+
    margin-top: 2px;
+
    height: 24px;
+
    padding-left: 10px;
+
    padding-right: 10px;
+
    text-decoration: none;
+
    color: #FFF;
+
    display: block;
+
    text-align: center;
+
    border-radius: 8px;
+
    z-index: 600;
+
}
+
 
+
#navtext ul li:hover > a {
+
  /* background-color: #6696c7;  /*makes a link stay in a certain color when hovering over it and then looking throught its subitems */
+
    color: #ecdc18;
+
}
+
 
+
#project-sub {
+
    display: none;
+
    left: 22.1%;
+
}
+
 
+
#team-sub {
+
    /*background-color: #ac34fe;*/
+
    display: none;
+
    left: 35.2%;
+
}
+
 
+
#results-sub{
+
    display: none;
+
    left: 49.4%;
+
}
+
 
+
#policy-sub{
+
    display: none;
+
    left: 62.8%;
+
}
+
 
+
#notebook-sub{
+
    display: none;
+
    left: 76%;
+
    width: 120px;
+
}
+
 
+
.chip_gap {
+
    content: none;
+
}
+
 
+
.navsub1 {
+
    background-color: #000000;
+
opacity: 1;
+
+
/* ==== End Settings Submenu Level 1 ==== */
+
 
+
 
+
/* ==== Begin Settings Submenu Level 2 ==== */
+
#navtext ul ul {
+
    position: absolute;
+
    width: 130%;
+
    display: none;
+
    left: 100%;              /* subsubmenu always touches its parent element jb */
+
    top: -2px;
+
}
+
 
+
#navtext ul  ul li {
+
    margin: 0px auto;        /*centers text*/
+
    list-style: none;
+
    /*display: block; */      /*makes items go horizontal and centers them*/
+
    /*float: left;*/              /*makes items go horizontal*/
+
    position: relative;
+
}   
+
 
+
#navtext ul  ul li a {
+
    height: 24px;
+
    padding-left: 10px;
+
    padding-right: 10px;
+
    text-decoration: none;
+
    color: #FFF;
+
    /*display: block;*/
+
    text-align: center;
+
}
+
 
+
#navtext ul li:hover ul {
+
    display: block;
+
}
+
 
+
.navsub2 {
+
    background-color: #1962AB;
+
    opacity: 1;
+
}
+
 
+
.navsub2before {
+
    background-color: #1962AB;
+
    border-top-right-radius: 8px;
+
    opacity: 0.6;
+
}
+
 
+
.navsub2after {
+
    background-color: #0051A2;
+
    border-bottom-right-radius: 8px;
+
    border-bottom-left-radius: 8px;
+
    opacity: 0.6;
+
}
+
 
+
.subsubmenu{
+
background-image: url("https://static.igem.org/mediawiki/2015/f/ff/Freiburg_submenu_arrow.png");
+
background-repeat: no-repeat;
+
background-position: 95% 50%;
+
background-size: 10px 13px;
+
}
+
 
+
/* ==== End Settings Submenu Level 2 ==== */
+
 
+
#smallnav{
+
    display: none;
+
}
+
 
+
} /* end media query*/
+
 
+
@media screen and (max-width: 910px){
+
    #header{
+
        top: -9000px;
+
        opacity: 0;
+
    }
+
 
+
/* avoid space to content box */
+
    .content_background_wrapper{
+
        padding-top: 20px;
+
    }
+
 
+
}
+
 
+
/* Styles for smallnav */
+
 
+
/* Clearfix */
+
.clearfix:before,
+
.clearfix:after {
+
    content: " ";
+
    display: table;
+
}
+
.clearfix:after {
+
    clear: both;
+
}
+
.clearfix {
+
    *zoom: 1;
+
}
+
 
+
 
+
/* Basic Styles */
+
 
+
#smallnav {
+
    height: 40px;
+
    width: 100%;
+
    background: #0051A2;
+
    font-size: 11pt;
+
    font-family: 'PT Sans', Arial, sans-serif;
+
    font-weight: bold;
+
    position: fixed;
+
    border-bottom: 2px solid #CFCFCF;
+
    z-index: 3000;
+
    opacity: 0.9;
+
}
+
#smallnav ul {
+
    padding: 0;
+
    margin: 0 auto;
+
    width: 720px;
+
    height: 40px;
+
}
+
#smallnav li {
+
    display: inline;
+
    float: left;
+
}
+
#smallnav a {
+
    color: #fff;
+
    display: inline-block;
+
    width: 120px;
+
    text-align: center;
+
    text-decoration: none;
+
    line-height: 40px;
+
}
+
#smallnav li a {
+
    box-sizing:border-box;
+
    -moz-box-sizing:border-box;
+
    -webkit-box-sizing:border-box;
+
}
+
#smallnav li:last-child a {
+
    border-right: 0;
+
}
+
#smallnav a:hover, #smallnav a:active {
+
    background-color: #1D629F;
+
}
+
#smallnav a#pull {
+
    display: none;
+
}
+
 
+
/*Styles for screen 600px and lower*/
+
@media screen and (max-width: 720px) {
+
    #smallnav {
+
        height: auto;
+
        background: #3B7EBF;
+
    }
+
    #smallnav ul {
+
        width: 100%;
+
        display: block;
+
        height: auto;
+
    }
+
    #smallnav li {
+
        width: 50%;
+
        float: left;
+
        position: relative;
+
        margin-bottom: 0;
+
    }
+
 
+
    #smallnav a {
+
        text-align: left;
+
        width: 100%;
+
        text-indent: 25px;
+
    }
+
 
+
    #smallnav {
+
        border-bottom: 0;
+
    }
+
    #smallnav ul {
+
        display: none;
+
        height: auto;
+
    }
+
    #smallnav a#pull {
+
        display: block;
+
        background-color: #0051A2;
+
        width: 100%;
+
        position: relative;
+
    }
+
    #smallnav a#pull:after {
+
        content:"";
+
        background: url('https://static.igem.org/mediawiki/2015/e/e0/Freiburg_menu_button_white.png') no-repeat;
+
        background-size: auto 90%;
+
        width: 30px;
+
        height: 30px;
+
        display: inline-block;
+
        position: absolute;
+
        right: 15px;
+
        top: 5px;
+
    }
+
 
+
 
+
/* ==== classes for icons ==== */
+
#home_small {
+
    background-color: #3673AF;
+
 
+
}
+
 
+
#home_small a {
+
    background: url(https://static.igem.org/mediawiki/2015/1/15/Freiburg_icon_home_white_03.png) no-repeat;
+
    background-position: left;
+
    background-size: auto 100%;
+
    background-repeat: no-repeat;
+
    padding-left: 40px;
+
    color: #FFF;
+
}
+
 
+
#project_small {
+
    background-color: #3673AF;
+
 
+
}
+
 
+
#project_small a {
+
    background: url(https://static.igem.org/mediawiki/2015/7/76/Freiburg_icon_project_white_03.png) no-repeat;
+
    background-position: left;
+
    background-size: auto 90%;
+
    background-repeat: no-repeat;
+
    padding-left: 40px;
+
    color: #FFF;
+
}
+
 
+
#team_small {
+
    background-color: #3673AF;
+
 
+
}
+
 
+
#team_small a {
+
    background: url(https://static.igem.org/mediawiki/2015/4/42/Freiburg_icon_team_white_03.png) no-repeat;
+
    background-position: left;
+
    background-size: auto 90%;
+
    background-repeat: no-repeat;
+
    padding-left: 40px;
+
    color: #FFF;
+
}
+
 
+
#results_small {
+
    background-color: #3673AF;
+
 
+
}
+
 
+
#results_small a {
+
    background: url(https://static.igem.org/mediawiki/2015/1/1e/Freiburg_icon_results_white_03.png) no-repeat;
+
    background-position: left;
+
    background-size: auto 90%;
+
    background-repeat: no-repeat;
+
    padding-left: 40px;
+
    color: #FFF;
+
}
+
 
+
#policy_small {
+
    background-color: #3673AF;
+
}
+
 
+
#policy_small a {
+
    color: #FFF;
+
    padding-left: 40px;
+
    background-image: url(https://static.igem.org/mediawiki/2015/f/f9/Freiburg_icon_policy_white_03.png);
+
    background-position: left;
+
    background-size: auto 90%;
+
    background-repeat: no-repeat;
+
}
+
 
+
#notebook_small {
+
    background-color: #3673AF;
+
}
+
 
+
#notebook_small a {
+
    background: url(https://static.igem.org/mediawiki/2015/9/99/Freibur_icon_notebook_white_03.png) no-repeat;  
+
    background-position: left;
+
    background-size: auto 90%;
+
    background-repeat: no-repeat;
+
    padding-left: 40px;
+
    color: #FFF;
+
}
+
/* ==== End classes for icons ==== */
+
 
+
 
+
}/* end media query
+
 
+
/*Smartphone*/
+
@media only screen and (max-width : 320px) {
+
    #smallnav li {
+
        display: block;
+
        float: none;
+
        width: 100%;
+
    }
+
}
+
 
+
</style>
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
 
+
<body>
+
 
+
<head>
+
<meta charset="UTF-8" name="Training" content="width=device-width">
+
<title>Training</title>
+
</head>
+
 
+
<header id="MenuIgem">
+
 
+
</header>
+
 
+
<header id="Menu">
+
<a href="https://2018.igem.org/Team:Pasteur_Paris"><img src="http://a398.idata.over-blog.com/3/29/19/90/rose-bleue.gif"></a>
+
          <div id="naviconwrapper">  <!-- hier könnte man noch ein Logo in einer Seitenecke platzieren -->
+
                <div id="naviconbar">
+
                <div id="navicons"> <!-- only icons -->
+
                    <ul>
+
                        <li id="home" ><a href="https://2015.igem.org/Team:Freiburg/Home">Home</a>
+
                        </li>
+
                        <li id="project"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview">Project</a>
+
                        </li>
+
                        <li id="team"><a href="https://2015.igem.org/Team:Freiburg/Team">Team</a>
+
                        </li>
+
                        <li id="results"><a href="https://2015.igem.org/Team:Freiburg/Results">Results</a>
+
                        </li>
+
                        <li id="policy" style="font-size:11px"><a href="https://2015.igem.org/Team:Freiburg/Practices">Human Practice</a>
+
                        </li>
+
                        <li id="notebook"><a href="https://2015.igem.org/Team:Freiburg/Notebook">Notebook</a>
+
                        </li>
+
                    <div id="runningchip">
+
                                <div id="runningchip-back"></div>
+
                    </div>
+
                    </ul>
+
 
                 </div>
 
                 </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">Our technology aims at promoting nerves growth towards an interface between the body and a prosthesis, in order to transmit neuronal signals.</p>
 
                 </div>
 
                 </div>
             </div>  
+
             </div>
<!-- End navigation menu icons -->
+
            <div class="legendContainer" id="Hidden2">
 
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/b/be/T--Pasteur_Paris--Banner_Overview.jpg);">
           
+
                </div>
<!-- Begin navigation submenu -->
+
                <div class="legendTEXT">
            <div id="navtextwrapper"> <!-- only names of elements -->
+
                    <p style="font-size: 100%; padding: 4px">Besides transimitting a neuronal signal, we also want to ensure our interface to be sure and avoid potential infections.</p>
                <div id="navtext">
+
                </div>
                    <ul id="project-sub">
+
            </div>
                        <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview"></a></li>
+
            <div class="legendContainer" id="Hidden3">
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Overview">Introduction</a></li>
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/a/a4/T--Pasteur_Paris--Banner_Device.jpg);">
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/System">Overview</a></li>
+
                </div>
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Design">Diagnostics today</a></li>
+
                <div class="legendTEXT">
                        <li><a class="navsub1 subsubmenu" href="#">The DiaCHIP</a>
+
                     <p style="font-size: 100%; padding: 4px">Discover our fully-detailed plans for our interface between the body and the prosthesis !</p>
                            <ul>
+
                </div>
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/DNA_Engineering">DNA Engineering</a></li>
+
            </div>
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Cellfree_Expression">Cell-Free Expression</a></li>
+
            <div class="legendContainer" id="Hidden4">
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Protein_Purification">Protein Purification</a></li>
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/b/be/T--Pasteur_Paris--Banner_Overview.jpg);">
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Surface_Chemistry">Surface Chemistry</a></li>
+
                </div>
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/iRIf">Optical Detection</a></li>
+
                <div class="legendTEXT">
                            </ul>
+
                    <p style="font-size: 100%; padding: 4px">Developping an innovation is good, but thinking of all the aspects of the user's life with our product is better.</p>
                        </li>
+
                </div>
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Project/Future_Directions">Outlook</a></li>
+
            </div>
                    </ul>
+
            <div class="legendContainer" id="Hidden5">
                    <ul id="team-sub">
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/b/be/T--Pasteur_Paris--Banner_Overview.jpg);">
                        <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Team"></a></li>
+
                </div>
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Team">Members</a></li>
+
                <div class="legendTEXT">
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Attributions">Acknowledgements</a></li>
+
                     <p style="font-size: 100%; padding: 4px">To fully understand all the issues raised by our solution, we had to prospect and integrate human practices to our project.</p>
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Partners">Partners</a></li>
+
                </div>
                     </ul>
+
            </div>
                    <ul id="results-sub">
+
            <div class="legendContainer" id="Hidden6">
                        <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Results"></a></li>
+
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/b/be/T--Pasteur_Paris--Banner_Overview.jpg);">
                        <li><a class="navsub1 subsubmenu" href="#">The DiaCHIP</a>
+
                            <ul>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results">Main Results</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Diagnostics">Diagnostics</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Own_Device">Our Device</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Immobilization">DNA Array</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Cellfree">Cell-Free Expression</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Surface">Binding on Surface</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Results/Modeling">Modeling</a></li>
+
                            </ul>
+
                        </li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Parts">BioBricks</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Collaborations">Collaborations</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/InterLab_Study">Interlab Study</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Achievements">Achievements</a></li>
+
                    </ul>  
+
                    <ul id="policy-sub">
+
                        <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Human_Practice"></a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Human_Practice/Science_Fair">Science Fair</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Human_Practice/Theater_Project">Theater Project</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Human_Practice/Public_Opinion">Public Opinion</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Human_Practice/College">College Talk</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Human_Practice/Ethics">Ethics</a></li>
+
                     </ul>
+
                    <ul id="notebook-sub">
+
                        <li class="chip_gap"><a href="https://2015.igem.org/Team:Freiburg/Notebook"></a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Labjournals">Labjournals</a>
+
                        </li>
+
                        <li><a class="navsub1 subsubmenu" href="#">Techniques</a>
+
                            <ul>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Classic_vs_Gibson">Gibson</a></li>
+
                                <li><a class="navsub2" href="https://2015.igem.org/Team:Freiburg/Project/Coli_Strains">E.coli Strains</a></li>
+
                            </ul>
+
                        </li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Protocols">Protocols</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Materials">Materials</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Safety">Safety</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Wikimigration">Wiki-Tricks</a></li>
+
                        <li><a class="navsub1" href="https://2015.igem.org/Team:Freiburg/Glossary">Glossary</a></li>
+
                            </ul>
+
                        </li>
+
                    </ul>
+
 
                 </div>
 
                 </div>
             </div>  
+
                <div class="legendTEXT">
<!-- End of navigation submenu -->
+
                    <p style="font-size: 100%; padding: 4px"></p>
 +
                </div>
 +
             </div>
 +
            <div class="legendContainer" id="Hidden7">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/4/48/T--Pasteur_Paris--Banner_Entrepreneurship.jpg); background-position-x: 68%;">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">We explored the prosthesis market to be sure our innovation meets the demand ; you can see here our full business plan.</p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="HiddenAwards">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/a/a9/T--Pasteur_Paris--Banner_Awards.jpg); background-position-x: 46; ">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px"></p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="HiddenUS">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/1/19/T--Pasteur_Paris--Banner_Team.jpg); background-position-x: 50%;">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">Meet all our team members !</p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="HiddenSponsors">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/d/d7/T--Pasteur_Paris--Banner_Sponsors.jpg);">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">We want to thank all our sponsors who supported us during our adventure. Discover all of them here !</p>
 +
                </div>
 +
            </div>
 +
            <div style="bottom: 0px; left: 2%; position: fixed;">
 +
                <h3><a id="Awards" href="https://2018.igem.org/Team:Pasteur_Paris/Awards" style="text-decoration: none; color: black; display: none;">Awards</a></h3>
 +
            </div>
 +
            <div style="bottom: 0px; transform: translate(-50%); left: 50%; position: fixed;">
 +
                <h3><a id="US" href="https://2018.igem.org/Team:Pasteur_Paris/Team" style="text-decoration: none; color: black; display: none;">Who are we ?</a></h3>
 +
            </div>
 +
            <div style="bottom: 0px; right: 2%; position: fixed;">
 +
                <h3><a id="Sponsors" href="https://2018.igem.org/Team:Pasteur_Paris/Sponsors" style="text-decoration: none; color: black; display: none;">Sponsors</a></h3>
 +
            </div>
 +
            <div style="right: 0%; top: 50vh; position: absolute; color: transparent;"><p>did not go to Boston :'( but I coded this page :D</p></div>
 
         </div>
 
         </div>
 +
    </body>
  
<!-- End of header -->   
+
    <style type="text/css">
<!-- END: normal Menubar -->
+
        .legendContainer{
 +
            position: absolute;
 +
            width: 200px;
 +
            right: 15%;
 +
            top: 15vh;
 +
            display: none;
 +
        }
 +
        .circleIMG{
 +
            background-color: black;
 +
            width: 130px;
 +
            height: 130px;
 +
            border-radius: 50%;
 +
            background-size: cover;
 +
            left: 50%;
 +
            position: relative;
 +
            transform: translate(-50%);
 +
            box-shadow: 0px 0px 6px 0px black;
 +
        }
 +
        .legendTEXT{
 +
            border-radius: 5px;
 +
            box-shadow: 0px 0px 10px -4px black;
 +
            text-justify: none;
 +
        }
 +
    </style>
 +
    <script type="text/javascript">
 +
        $(document).ready(function() {
 +
            $('#TEXT1').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                $('#Hidden1').fadeIn(500);
 +
                }
 +
                else{
  
 +
                }
 +
            });
 +
            $('#TEXT1').mouseout(function() {
 +
                $('#Hidden1').fadeOut(500);
 +
            });
 +
            $('#TEXT2').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden2').fadeIn(500);
 +
                }
 +
                else{
  
<!-- BEGIN: Mobile Navigation -->
+
                }
 +
            });
 +
            $('#TEXT2').mouseout(function() {
 +
                $('#Hidden2').fadeOut(500);
 +
            });
 +
            $('#TEXT3').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden3').fadeIn(500);
 +
                }
 +
                else{
  
        <div class="clearfix" id="smallnav">
+
                }
             <ul class="clearfix">
+
             });
                <li id="home_small"><a href="https://2015.igem.org/Team:Freiburg/Home">Home</a></li>
+
            $('#TEXT3').mouseout(function() {
                 <li id="project_small"><a href="https://2015.igem.org/Team:Freiburg/Project/Overview">Project</a></li>
+
                 $('#Hidden3').fadeOut(500);
                 <li id="results_small"><a href="https://2015.igem.org/Team:Freiburg/Results">Results</a></li>
+
            });
                 <li id="team_small"><a href="https://2015.igem.org/Team:Freiburg/Team">Team</a></li>
+
            $('#TEXT4').mouseover(function() {
                 <li id="policy_small"><a href="https://2015.igem.org/Team:Freiburg/Practices">Practice</a></li>
+
                 var larg = (document.body.clientWidth);
                 <li id="notebook_small"><a href="https://2015.igem.org/Team:Freiburg/Notebook">Notebook</a></li> 
+
                 if (larg>960){
            </ul>
+
                    $('#Hidden4').fadeIn(500);
            <a href="#" id="pull">Menu</a>
+
                 }
        </div>
+
                 else{
  
<!-- END: Mobile Navigation -->
+
                }
</header>
+
            });
 +
            $('#TEXT4').mouseout(function() {
 +
                $('#Hidden4').fadeOut(500);
 +
            });
 +
            $('#TEXT5').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden5').fadeIn(500);
 +
                }
 +
                else{
  
<header id="Menu-mobile-bar">
 
<a href="https://2018.igem.org/Team:Pasteur_Paris"><img src="http://a398.idata.over-blog.com/3/29/19/90/rose-bleue.gif"></a>
 
</header>
 
 
<div id="banner">
 
<h1>ALL ABOUT FLOWERS</h1>
 
</div>
 
 
<div id="GeneralContent">
 
 
<div id="MainContent">
 
 
<div class="block title"><h1>FLOWERS, MY LIFE</h1>
 
</div>
 
 
<div class="block two-third">
 
<h3>I love flowers</h3>
 
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo. Morbi in erat sed nisi mattis molestie vitae vel leo. Mauris pellentesque aliquam nunc vitae finibus.</p>
 
</div>
 
 
<div class="block one-third">
 
<img src="https://media.centrakor.com/catalog/product/cache/image/800x800/0ee134d6d987b4a4dd752d2524c88dff/b/o/bouquet-deco-fleurs-rose-pale-h-35cm-294540_294540_DEB_WEB.jpg">
 
<div class="legend">
 
<p><b>Figure 1 : </b>Beautiful roses</p>
 
</div>
 
</div>
 
 
<div class="block separator">
 
</div>
 
 
 
 
<div class="block one-third">
 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo. Morbi in erat sed nisi mattis molestie vitae vel leo. Mauris pellentesque aliquam nunc vitae finibus. </p>
 
</div>
 
 
<div class="block two-third">
 
<a href=""><img src="http://www.chaussurezoo.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/h/m/hmax313-1.jpg"></a>
 
<div class="legend">
 
<p><b>Figure 2 : </b>Flowers and shoes</p>
 
</div>
 
</div>
 
 
<div class=" block separator-mark">
 
</div>
 
 
 
 
 
 
 
 
<div class="block title"><h1>THERE ARE NOT ONLY FLOWERS IN LIFE </h1></div>
 
 
<div class="block two-third center">
 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo. Morbi in erat sed nisi mattis molestie vitae vel leo. Mauris pellentesque aliquam nunc vitae finibus.</p>
 
<p>Nulla ornare purus ac pharetra semper. Maecenas lacinia urna ac libero scelerisque pellentesque non non ipsum. Curabitur rhoncus quis nibh vestibulum gravida. Nulla consequat viverra tempus. Mauris faucibus, urna nec scelerisque malesuada, mi arcu mollis ipsum, quis euismod felis mauris et ligula. Suspendisse egestas aliquam arcu porta aliquet. Proin leo ligula, ultrices ac lacus ac, finibus lacinia turpis. Nunc at tortor sit amet risus molestie placerat. In accumsan vitae massa a molestie. Vestibulum fermentum hendrerit nulla, et maximus eros condimentum eget. Fusce volutpat lacinia velit, quis laoreet diam facilisis ut. Proin magna est, ornare in tincidunt in, feugiat et dolor. Vestibulum finibus sodales odio, nec posuere massa iaculis sit amet. Fusce non tempor diam. </p>
 
</div>
 
 
<div class="block full">
 
<img src="https://s1.qwant.com/thumbr/0x0/a/9/917c4d526cd2190f3b7282a82fbab21f4cc5dd9b862f810a29e3fb990e8478/Back-From-The-Edge-Best-Of-2016.jpg?u=http%3A%2F%2Fwww.naturephotographie.com%2Fwp-content%2Fuploads%2F2016%2F12%2FBack-From-The-Edge-Best-Of-2016.jpg&q=0&b=1&p=0&a=1">
 
<div class="legend">
 
<p><b>Figure 3 : </b>This is not a flower</p>
 
</div>
 
</div>
 
 
<div class="block separator"></div>
 
 
 
 
<div class="block two-third">
 
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo. Morbi in erat sed nisi mattis molestie vitae vel leo. Mauris pellentesque aliquam nunc vitae finibus.</p>
 
</div>
 
 
<div class="block one-third">
 
<img src="https://media.centrakor.com/catalog/product/cache/image/800x800/0ee134d6d987b4a4dd752d2524c88dff/b/o/bouquet-deco-fleurs-rose-pale-h-35cm-294540_294540_DEB_WEB.jpg">
 
<div class="legend">
 
<p><b>Figure 4 : </b>Okay, this is a flower</p>
 
</div>
 
</div>
 
 
<div class="block separator-mark"></div>
 
 
 
 
 
 
 
 
 
<div class="block title"><h1>REASONABLE ARGUMENTS FOR LOVING FLOWERS</h1></div>
 
 
 
<div class="block one-third">
 
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo. Morbi in erat sed nisi mattis molestie vitae vel leo. Mauris pellentesque aliquam nunc vitae finibus. </p>
 
</div>
 
 
<div class="block two-third">
 
<img src="http://www.chaussurezoo.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/h/m/hmax313-1.jpg">
 
<div class="legend">
 
<p><b>Figure 5 : </b>I already showed these, but I really like these shoes</p>
 
</div>
 
</div>
 
 
<div class="block separator"></div>
 
 
 
 
<div class="block one-third">
 
<img src="https://www150.statcan.gc.ca/n1/daily-quotidien/140221/cg140221a005-fra.gif">
 
<div class="legend">
 
<p><b>Figure 6 : </b>Flowers sells and benefits, period 2000-2018</p>
 
</div>
 
</div>
 
 
<div class="block one-third">
 
<img src="https://www150.statcan.gc.ca/n1/daily-quotidien/140221/cg140221a005-fra.gif">
 
<div class="legend">
 
<p><b>Figure 7 : </b>Shoes sells and benefits, period 2000-2018</p>
 
</div>
 
</div>
 
 
<div class="block one-third">
 
<img src="https://www150.statcan.gc.ca/n1/daily-quotidien/140221/cg140221a005-fra.gif">
 
<div class="legend">
 
<p><b>Figure 8 : </b>This one is just a random chart</p>
 
</div>
 
</div>
 
 
<div class="block separator"></div>
 
 
 
 
<div class="block one-third">
 
<h4>I</h4>
 
<p>
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo.
 
</p>
 
</div>
 
 
<div class="block one-third">
 
<h4>Love</h4>
 
<p>
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo.
 
</p>
 
</div>
 
 
<div class="block one-third">
 
<h4>Flowers</h4>
 
<p>
 
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta. Sed eleifend lacinia bibendum. Vestibulum tempor quam eget facilisis vehicula. Quisque in dolor justo.
 
</p>
 
</div>
 
 
<div class="block separator-mark"></div>
 
 
 
 
<div class="block two-third">
 
<img src="http://www.chaussurezoo.com/media/catalog/product/cache/1/image/9df78eab33525d08d6e5fb8d27136e95/h/m/hmax313-1.jpg">
 
<div class="legend">
 
<p><b>Figure 9 : </b>I'm lovin' it</p>
 
</div>
 
</div>
 
 
<div class="block separator-mark"></div>
 
 
 
 
 
 
 
 
 
 
<div class="block title"><h1>Références</h1></div>
 
 
<div class="block full">
 
<p>1. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta.</p>
 
<p>2. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta.</p>
 
<p>3. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta.</p>
 
<p>4. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta.</p>
 
<p>5. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mollis sollicitudin semper. Sed tempor vel leo at porta.</p>
 
</div>
 
 
 
</div>
 
 
 
</div>
 
 
<footer>
 
</footer>
 
 
</body>
 
 
 
 
 
<script>
 
// FOR SMALLNAV
 
    $(function() {
 
        var pull        = $('#pull');
 
            menu        = $('#smallnav ul');
 
            menuHeight  = menu.height();
 
 
        $(pull).on('click', function(e) {
 
            e.preventDefault();
 
            menu.slideToggle();
 
        });
 
 
        $(window).resize(function(){
 
            var w = $(window).width();
 
            if(w > 320) {
 
                if (menu.is(':hidden')) {
 
                menu.removeAttr('style');
 
 
                 }
 
                 }
            }
 
        });
 
    });
 
</script>
 
 
<script type="text/javascript">
 
        $(document).ready(function(){
 
// make submenus appear //
 
            $("#home").hover(function(){
 
                $("#team-sub") .hide();
 
                $("#project-sub") .hide();
 
                $("#results-sub") .hide();
 
                $("#policy-sub") .hide();
 
                $("#notebook-sub") .hide();
 
 
             });
 
             });
             $("#project").hover(function(){  
+
             $('#TEXT5').mouseout(function() {  
                 $("#project-sub") .show();
+
                 $('#Hidden5').fadeOut(500);
                $("#team-sub") .hide();
+
                $("#results-sub") .hide();
+
                $("#policy-sub") .hide();
+
                $("#notebook-sub") .hide();
+
            },
+
                                    function(){
+
                $("#project-sub") .hide();
+
 
             });
 
             });
           
+
             $('#TEXT6').mouseover(function() {  
             $("#team").hover(function(){
+
                 var larg = (document.body.clientWidth);
                 $("#team-sub") .show();
+
                 if (larg>960){
                $("#project-sub") .hide();
+
                    $('#Hidden6').fadeIn(500);
                 $("#results-sub") .hide();
+
                 }
                $("#policy-sub") .hide();
+
                else{
                 $("#notebook-sub") .hide();
+
 
            },
+
                 }
                                    function(){
+
                 $("#team-sub") .hide();
+
 
             });
 
             });
           
+
             $('#TEXT6').mouseout(function() {  
             $("#results").hover(function(){
+
                 $('#Hidden6').fadeOut(500);
                 $("#results-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#team-sub") .hide();
+
                $("#policy-sub") .hide();
+
                $("#notebook-sub") .hide();
+
 
             });
 
             });
           
+
             $('#TEXT7').mouseover(function() {  
             $("#policy").hover(function(){
+
                 var larg = (document.body.clientWidth);
                 $("#policy-sub") .show();
+
                 if (larg>960){
                $("#project-sub") .hide();
+
                    $('#Hidden7').fadeIn(500);
                 $("#team-sub") .hide();
+
                 }
                $("#results-sub") .hide();
+
                else{
                 $("#notebook-sub") .hide();
+
 
            },
+
                 }
                                    function(){
+
                 $("#policy-sub") .hide();
+
 
             });
 
             });
           
+
             $('#TEXT7').mouseout(function() {  
             $("#notebook").hover(function(){
+
                 $('#Hidden7').fadeOut(300);
                 $("#notebook-sub") .show();
+
                $("#project-sub") .hide();
+
                $("#team-sub") .hide();
+
                $("#results-sub") .hide();
+
                $("#policy-sub") .hide();
+
            },
+
                                    function(){
+
                $("#notebook-sub") .hide();
+
 
             });
 
             });
// make chip stay over main menu point when its submenu appears and makes the submenu stay visible//
+
             $('#Awards').mouseover(function() {  
             $("#project-sub") .hover(function(){
+
                 var larg = (document.body.clientWidth);
                 $("#runningchip") .css('left','18.6%');
+
                 if (larg>960){
                 $("#project-sub") .show();
+
                    $('#HiddenAwards').fadeIn(300);
            },
+
                }
                                    function(){
+
                else{
                $("#runningchip") .css('left','');
+
 
                 $("#project-sub") .hide();
+
                 }
 
             });
 
             });
             $("#team-sub") .hover(function(){
+
             $('#Awards').mouseout(function() {  
                 $("#runningchip") .css('left','35.5%');
+
                 $('#HiddenAwards').fadeOut(300);
                $("#team-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#team-sub") .hide();
+
 
             });
 
             });
             $("#results-sub") .hover(function(){
+
             $('#US').mouseover(function() {  
                 $("#runningchip") .css('left','52%');
+
                 var larg = (document.body.clientWidth);
                 $("#results-sub") .show();
+
                 if (larg>960){
            },
+
                    $('#HiddenUS').fadeIn(300);
                                    function(){
+
                }
                $("#runningchip") .css('left','');
+
                else{
                 $("#results-sub") .hide();
+
 
 +
                 }
 
             });
 
             });
             $("#policy-sub") .hover(function(){
+
             $('#US').mouseout(function() {  
                 $("#runningchip") .css('left','68.9%');
+
                 $('#HiddenUS').fadeOut(300);
                $("#policy-sub") .show();
+
            },
+
                                    function(){
+
                $("#runningchip") .css('left','');
+
                $("#policy-sub") .hide();
+
 
             });
 
             });
             $("#notebook-sub") .hover(function(){
+
             $('#Sponsors').mouseover(function() {  
                 $("#runningchip") .css('left','85.5%');
+
                 var larg = (document.body.clientWidth);
                 $("#notebook-sub") .show();
+
                 if (larg>960){
            },
+
                    $('#HiddenSponsors').fadeIn(300);
                                    function(){
+
                }
                $("#runningchip") .css('left','');
+
                else{
                 $("#notebook-sub") .hide();
+
                    return false;
 +
                 }
 
             });
 
             });
        });
+
             $('#Sponsors').mouseout(function() {  
</script>
+
                $('#HiddenSponsors').fadeOut(300);
 
+
 
+
<script>
+
        /*Attachable menu code*/
+
        $( document ).ready(function() {
+
       
+
             $(window).scroll(function (event) {
+
                var y = $(this).scrollTop();
+
                if(y>60){
+
 
+
                    $("#header").css('position','fixed');
+
                    $("#header").css('width','100%');
+
                    $("#header").css('margin-top','-61px');
+
                    $("#bottom-arrow").css('display','none');
+
                    $("#runningchip-back").css('display','none');
+
                    $("#navtext").css('margin-top','-20px');
+
                    $(".chip_gap").css('height','30px');
+
 
+
                }else{
+
                    var offsetTop = -y;
+
                    $("#header").css('margin-top',offsetTop+'px');
+
                    $("#bottom-arrow").removeAttr('style');
+
                    $("#runningchip-back").removeAttr('style');
+
                    $("#navtext").removeAttr('style');
+
                    $(".chip_gap").css('height','23px');
+
                }
+
 
+
 
             });
 
             });
/*Fix for when a link targets an id -> check the position on pageload*/
 
$(window).scroll();
 
 
 
         });
 
         });
 +
    </script>
  
</script>
+
   
 
+
<!-- END: jQuery -->
+
 
+
 
+
 
+
 
+
 
</html>
 
</html>

Latest revision as of 15:37, 11 October 2018

""

GROWING BACK NERVES FIGHTING INFECTIONS OUR PROSTHESIS USER SCENARIO HUMAN PRACTICES EDUCATION & ENGAGEMENT BUSINESS PLAN

Our technology aims at promoting nerves growth towards an interface between the body and a prosthesis, in order to transmit neuronal signals.

Besides transimitting a neuronal signal, we also want to ensure our interface to be sure and avoid potential infections.

Discover our fully-detailed plans for our interface between the body and the prosthesis !

Developping an innovation is good, but thinking of all the aspects of the user's life with our product is better.

To fully understand all the issues raised by our solution, we had to prospect and integrate human practices to our project.

We explored the prosthesis market to be sure our innovation meets the demand ; you can see here our full business plan.

Meet all our team members !

We want to thank all our sponsors who supported us during our adventure. Discover all of them here !

did not go to Boston :'( but I coded this page :D