Difference between revisions of "Team:Pasteur Paris"

 
(23 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Pasteur_Paris/Fonts}}
+
{{Pasteur_Paris/MenuBlock}}
{{Pasteur_Paris/Menu}}
+
{{Pasteur_Paris/MediaMenu}}
+
 
<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">
.judges-will-not-evaluate { border: 4px solid #e4dede; padding: 2% !important; width: 92%!important;}
+
                <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;}
margin: 0;
+
                        .st1{fill:none;stroke:#000000;stroke-linecap:round;stroke-linejoin:round;}
padding: 0;
+
                        .st2{fill:none;stroke:#000000;stroke-miterlimit:10;}
}
+
                        .st3{fill:#FFFFFF;}
 
+
                        .st4{fill:none;stroke:#FFFFFF;stroke-linecap:round;stroke-linejoin:round;}
body {
+
                    </style>
padding-top: 30px;
+
                    <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
font-family: 'Raleway', Arial Black, sans-serif;
+
                        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
#banner {
+
                        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
width: 100%;
+
                        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
height: 350px;
+
                        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
background-image: url("https://static.igem.org/mediawiki/2018/5/53/T--Pasteur_Paris--BannerHome1.png");
+
                        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
background-repeat: no-repeat;
+
                        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
background-attachment: fixed;
+
                        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
background-size: 100%;
+
                        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
#banner h1 {
+
                        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
text-align: center;
+
                        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
color: white;
+
                        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
padding-top: 250px;
+
                        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
#GeneralContent {
+
                        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
position:relative;
+
                        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
width: 100%;
+
                        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
#GeneralContent h1, h2, h3, h4, h5 {
+
                        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
font-family: 'Raleway', Arial Black, sans-serif;
+
                        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
#MainContent {
+
                        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
max-width: 1100px;
+
                        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
margin: auto;
+
                        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
padding-top: 5%;
+
                        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
padding-bottom: 5%;
+
                        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
text-align: center;
+
                        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
#MainContent p {
+
                        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
font-family: 'Raleway', Arial Black, sans-serif;
+
                        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
footer {
+
                        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
  position:absolute;
+
                        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
  width: 100%;
+
                        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
  height:170px;
+
                        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
  margin:0 auto;
+
                        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
  margin-top:25px;
+
                        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
  bottom:-25px;
+
                        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
  color:white;
+
                        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
  background:#000000;
+
                        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
  font-family: 'Raleway', sans-serif;
+
                        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
  z-index:10;
+
                        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
  display:inline-block;
+
                        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
.Pasteur_footercadre {
+
                        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
  margin:10px 15px;
+
                        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
  float:left;
+
                        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
.Pasteur_footercadre a {
+
                        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
  color:white;
+
                        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
.block {
+
                        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
display: inline-block;
+
                        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
vertical-align: middle;
+
                        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
margin: auto;
+
                        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
margin-top: 2%;
+
                        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
margin-bottom: 2%;
+
                        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
.block.title {
+
                        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
width: 94%;
+
                        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
margin-bottom: 10%;
+
                        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
.block.two-third {
+
                        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
width: 60%;
+
                        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
.block.two-third.center {
+
                        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
width: 60%;
+
                        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
.block.one-third {
+
                        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
width: 30%;
+
                        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
.block.full {
+
                        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
width: 90%;
+
                        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
.block.separator {
+
                        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
height: 1px;
+
                        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"/>
margin-top: 10%;
+
                    <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
margin-bottom: 10%;
+
                        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
.block.separator-mark {
+
                        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
height: 2px;
+
                        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
width: 70%;
+
                        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
margin-top: 15%;
+
                        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
margin-bottom: 20%;
+
                        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
background-color: black;
+
                        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
opacity: 0.3;
+
                        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
.left {
+
                        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
text-align: left;
+
                        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
.legend p {
+
                        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
text-indent: 0px;
+
                        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
font-size: 0.8em;
+
                        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
font-family: 'Raleway', Arial, sans-serif;
+
                        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"/>
text-align: center;
+
                    <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
p {
+
                        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
text-align: justify;
+
                        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
text-indent: 30px;
+
                        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
font-family: 'Raleway', Arial, sans-serif;
+
                        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
a img:hover {
+
                        c2.3-2.1,0-5.9-2.9-4.8C890.3,571.5,876.8,568.6,864.9,573.2z"/>
opacity: 0.4;
+
                    <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"/>
@media only screen and (max-width: 1000px) {
+
                    <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
.block.two-third, .block.one-third {width: 44%; margin-left: 2%; margin-right: 2%;}
+
                        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
.block.two-third.center, .block.full, .block.separator, .block.title {width: 92%; margin-left: 4%; margin-right: 4%;}
+
                        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
#banner h1 {padding-top: 175px;}
+
                        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
@media only screen and (max-width: 500px) {
+
                        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
.block.two-third, .block.one-third, .block.two-third.center, .block.full, .block.separator, .block.title {width: 96%; margin-left: 2%; margin-right: 2%;}
+
                        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
#Menu {display:none;}
+
                        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
#Menu-mobile-bar{display: block;}
+
                        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
#banner h1 {padding-top: 100px;}
+
                        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
</style>
+
                        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
            <div id="banner">
+
                        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>
 +
            <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"/>
  
            <div id="GeneralContent">
+
                    <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
                <div id="MainContent">
+
                        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
                    <div class="block full">
+
                        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
                         <h4 style="text-align:center;"><h3 style="text-align:center;">Collaboration</h3> Contact us here: igem.pasteur@gmail.com</h4>
+
                        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
                    </div>
+
                         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
                    <div class="block two-third">
+
                        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
                         <h1>Context: Why prosthetics and biocompatibility?</h1>
+
                        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
                         <p> In the future, a due consideration will be given to people with disabilities and access to healthcare. Amputees or people with an implant will have better access to high-performance bionic prostheses that will be connected to the amputated limb by neural pathways. Presently, some prostheses already allow amputees to recover partial autonomy and perform simple actions. However, these technologies do not allow a direct connection between the nerve and the prosthesis. Making nerves contact the implants is known to be a major challenge. In addition, a major health risk linked to prosthesis and implants is the development of infections, due to colonization by communities of microorganisms, called biofilms, which can sometimes become pathogenic. In order to overcome this, strong treatments with antibiotics, or even a surgical reintervention is required to remove the prosthesis. These represent a heavy burden for both the patient and trigger significant costs for our health care system.</p>
+
                        c0.4-6.4,0.5-9.5-0.2-11.6C565.3,361.4,563.8,360.3,560.8,372.1z"/>
                     </div>
+
                     <circle class="CirclePicto" class="st5" cx="569.3" cy="337.4" r="37.7"/>
 
+
                     <g class="ShortText">
                     <div class="block one-third">
+
                         <rect x="459.9" y="72.6" class="st6" width="166.9" height="79.8"/>
                         <img style="width:65%"; src="https://static.igem.org/mediawiki/2018/3/3f/T--Pasteur_Paris--Logo_pictogram01.png">
+
                        <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>
                        <!--<div class="legend">
+
                         <rect x="683.1" y="125.2" class="st6" width="166.9" height="87.1"/>
                            <p><b>Figure 1 : </b></p>
+
                        <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>
                         </div>-->
+
                     </g>
                    </div>
+
 
+
                    <div class="block separator">
+
                    </div>
+
 
+
 
+
 
+
                    <div class="block two-third center">
+
                    <h1>Our project NeuronArch</h1>
+
                        <p>To tackle these issues, we imagined NeuronArch, a project that aims at improving the connection between the control mechanism of the prosthesis and the nerves, using an engineered biofilm that can act as an interface which can also combat other pathogenic biofilm infections.</p>
+
                        <p>To do so, our interface produces substances called neurotrophins, allowing a directed and controlled growth of nerves. Moreover, it allows to pass the information towards the prosthesis thanks to enhanced conductive properties. Finally, in order to prevent the formation of pathogenic biofilms and increase the robustness of the system, our interface is able to fight against infections. </p>
+
                     </div>
+
 
                      
 
                      
                     <div class="block full">
+
                     <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
                         <img src="https://static.igem.org/mediawiki/2018/3/32/T--Pasteur_Paris--Team_GroupPhoto.jpg" width="100%"> <!-- PHOTO EQUIPE -->
+
                        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
                         <div class="legend">
+
                        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
                            <p><b>Figure 3 : </b>This is us</p>
+
                        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
                        </div>
+
                        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
                     </div>
+
                        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/Technicals" style="text-decoration: none;">NEURONARCH SYSTEM</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>
  
                     <div class="block full">
+
                     <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
                     <div class="left">
+
                        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
                        <h3>References</h3>
+
                        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
                         <p>1: Treatment of Infections Associated with Surgical Implants, Darouiche R. New England Journal of Medicine (2004)</p>
+
                        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
                     </div>
+
                        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
                    </div>
+
                        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>
  
 +
            <div class="legendContainer" id="Hidden1">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/1/1f/T--Pasteur_Paris--Banner_GrowingBackNerves.jpg); background-size: 300%;">
 +
                </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 class="legendContainer" id="Hidden2">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/5/5b/T--Pasteur_Paris--Banner_FightInfections.jpg);">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">Besides transmitting a neuronal signal, we also want our interface to be safe and avoid potential infections.</p>
 
                 </div>
 
                 </div>
 
               
 
 
             </div>
 
             </div>
 +
            <div class="legendContainer" id="Hidden3">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/a/a4/T--Pasteur_Paris--Banner_Device.jpg); background-position-x: 100%;">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">Discover our fully-detailed plans for our interface between the body and the prosthesis!</p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="Hidden4">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/8/8c/T--Pasteur_Paris--Banner_Scenario.jpg); background-position-x: 62%;">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">Developing an innovation is good, but thinking of all the aspects of the user's life with our product is better.</p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="Hidden5">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/7/76/T--Pasteur_Paris--Banner_IHP.jpg); background-size: 276%; background-position-x: 34%;">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">To fully understand all the complex issues raised by our solution, we had to prospect and integrate human practices to our project.</p>
 +
                </div>
 +
            </div>
 +
            <div class="legendContainer" id="Hidden6">
 +
                <div class="circleIMG" style="background-image: url(https://static.igem.org/mediawiki/2018/6/65/T--Pasteur_Paris--Banner_Education.jpg); background-position-x: 84%">
 +
                </div>
 +
                <div class="legendTEXT">
 +
                    <p style="font-size: 100%; padding: 4px">We committed ourselves to educate and inform the general public about our project and biology in general.</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 demands; 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">All the awards we are competing for.</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>
 +
    </body>
  
<div style="clear: both;"></div>
+
    <style type="text/css">
 +
        .legendContainer{
 +
            position: absolute;
 +
            width: 250px;
 +
            right: 15%;
 +
            top: 15vh;
 +
            display: none;
 +
        }
 +
        .circleIMG{
 +
            background-color: black;
 +
            width: 230px;
 +
            height: 230px;
 +
            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{
  
<div style="height:200px">
+
                }
 
+
            });
</div>
+
            $('#TEXT1').mouseout(function() {
 +
                $('#Hidden1').fadeOut(500);
 +
            });
 +
            $('#TEXT2').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden2').fadeIn(500);
 +
                }
 +
                else{
  
<footer>
+
                }
  <div class="Pasteur_footercadre">
+
            });
  <a href="https://2018.igem.org/Team:Pasteur_Paris">
+
            $('#TEXT2').mouseout(function() {
    <img src="https://static.igem.org/mediawiki/2018/f/fc/T--Pasteur_Paris--teamlogoigemwhite.png" height="70px"/>
+
                $('#Hidden2').fadeOut(500);
  </a>
+
            });
  </div>
+
            $('#TEXT3').mouseover(function() {
  <div class="Pasteur_footercadre">
+
                var larg = (document.body.clientWidth);
    <b>Institut Pasteur</b></br>
+
                if (larg>960){
    Design de la Biologie</br>
+
                    $('#Hidden3').fadeIn(500);
    25-28 Rue du Dr Roux</br>
+
                }
    75015 Paris, France</br>
+
                else{
    <i class="fa fa-phone fa-lg"></i> +33 x xx xx xx xx </br>
+
    <i class="fa fa-envelope fa-lg"></i> igem.pasteur@gmail.com </br>
+
  </div>
+
  <div class="Pasteur_footercadre" style="align-items: center;float:center;margin-top:30px;">
+
  <a href="https://www.pasteur.fr/fr">
+
    <img src="https://static.igem.org/mediawiki/2018/e/ea/T--Pasteur_Paris--Logo-InstitutPasteur-blanc.png" height="75px"/>
+
  </a>
+
  </div>
+
 
+
  <div class="Pasteur_footercadre" style="float:right;margin-top:40px;margin-right:20px">
+
  <a href="https://2018.igem.org/Main_Page">
+
    <img src="https://static.igem.org/mediawiki/2013/b/bc/PB_footeriGEMofficial.png" height="50px"/>
+
  </a>
+
  </div>
+
  <div style="clear: both;"></div> 
+
  <center>
+
</br>
+
    Contact us for more information.
+
  </center>
+
</div>
+
  
 +
                }
 +
            });
 +
            $('#TEXT3').mouseout(function() {
 +
                $('#Hidden3').fadeOut(500);
 +
            });
 +
            $('#TEXT4').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden4').fadeIn(500);
 +
                }
 +
                else{
  
<!-- footer inspired from Paris Bettencourt 2013 - https://2013.igem.org/Team:Paris_Bettencourt -->
+
                }
 +
            });
 +
            $('#TEXT4').mouseout(function() {
 +
                $('#Hidden4').fadeOut(500);
 +
            });
 +
            $('#TEXT5').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden5').fadeIn(500);
 +
                }
 +
                else{
  
 +
                }
 +
            });
 +
            $('#TEXT5').mouseout(function() {
 +
                $('#Hidden5').fadeOut(500);
 +
            });
 +
            $('#TEXT6').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden6').fadeIn(500);
 +
                }
 +
                else{
  
 +
                }
 +
            });
 +
            $('#TEXT6').mouseout(function() {
 +
                $('#Hidden6').fadeOut(500);
 +
            });
 +
            $('#TEXT7').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#Hidden7').fadeIn(500);
 +
                }
 +
                else{
  
</footer>
+
                }
    </body>
+
            });
 +
            $('#TEXT7').mouseout(function() {
 +
                $('#Hidden7').fadeOut(300);
 +
            });
 +
            $('#Awards').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#HiddenAwards').fadeIn(300);
 +
                }
 +
                else{
  
 +
                }
 +
            });
 +
            $('#Awards').mouseout(function() {
 +
                $('#HiddenAwards').fadeOut(300);
 +
            });
 +
            $('#US').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#HiddenUS').fadeIn(300);
 +
                }
 +
                else{
  
 +
                }
 +
            });
 +
            $('#US').mouseout(function() {
 +
                $('#HiddenUS').fadeOut(300);
 +
            });
 +
            $('#Sponsors').mouseover(function() {
 +
                var larg = (document.body.clientWidth);
 +
                if (larg>960){
 +
                    $('#HiddenSponsors').fadeIn(300);
 +
                }
 +
                else{
 +
                    return false;
 +
                }
 +
            });
 +
            $('#Sponsors').mouseout(function() {
 +
                $('#HiddenSponsors').fadeOut(300);
 +
            });
 +
        });
 +
    </script>
  
 +
   
 
</html>
 
</html>

Latest revision as of 13:14, 17 October 2018

""

GROWING BACK NERVES FIGHTING INFECTIONS NEURONARCH SYSTEM 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 transmitting a neuronal signal, we also want our interface to be safe and avoid potential infections.

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

Developing 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 complex issues raised by our solution, we had to prospect and integrate human practices to our project.

We committed ourselves to educate and inform the general public about our project and biology in general.

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

All the awards we are competing for.

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