Browse Source

detail home

Kevin 5 years ago
parent
commit
85cc9c3868

File diff suppressed because it is too large
+ 65 - 19
web/themes/custom/popsu_colloque/css-compiled/index.css


File diff suppressed because it is too large
+ 0 - 0
web/themes/custom/popsu_colloque/css-compiled/index.min.css


+ 29 - 7
web/themes/custom/popsu_colloque/css/components/header/header.scss

@@ -1,30 +1,28 @@
 header{
-  padding: 0 1rem;
+  padding: 0 3rem;
   height: 130px;
   div {
     height: inherit;
   }
 }
+
 #block-popsu-colloque-branding{
   width: 100%;
   position: relative;
   z-index: 999;
-  padding: 1rem 0 0 0;
+  padding:0;
   & > div {
     & > a{
       display: inline-block;
-      height: 8rem;
-      max-height: 150px;
       position: relative;
       img{
-        width: auto;
+        width: 100%;
         height: 100%;
         object-fit: contain;
       }
     }
   }
 }
-
 #block-mainnavigation{
   width: auto;
   border-left: 1px solid $color1;
@@ -35,7 +33,9 @@ header{
     flex-wrap: nowrap;
     li{
       padding: 0 1rem;
-      border-right: 1px solid $col_black;
+      &:not(:last-child){
+        border-right: 1px solid $col_black;
+      }
       a{
         white-space: nowrap;
       }
@@ -50,3 +50,25 @@ header{
     height: auto;
   }
 }
+
+header.front{
+  #block-popsu-colloque-branding{
+    width: 100%;
+    position: relative;
+    z-index: 999;
+    padding: 1rem 0 0 0;
+    & > div {
+      & > a{
+        display: inline-block;
+        height: 8rem;
+        max-height: 150px;
+        position: relative;
+        img{
+          width: auto;
+          height: 100%;
+          object-fit: contain;
+        }
+      }
+    }
+  }
+}

+ 14 - 7
web/themes/custom/popsu_colloque/css/components/hero.scss

@@ -1,11 +1,18 @@
+body{
+  overflow-x: hidden;
+}
+.home{
+  .__img-hero{
+    width: 100vw;
+    position: relative;
+    left: 50%;
+    right: 50%;
+    margin-left: -50vw;
+    margin-right: -50vw;
+  }
+}
 .__img-hero{
-  height: 400px;
-  // width: 100vw;
-  // position: relative;
-  // left: 50%;
-  // right: 50%;
-  // margin-left: -50vw;
-  // margin-right: -50vw;
+  height: 500px;
     img{
       width:100%;
       height: 100%;

+ 18 - 0
web/themes/custom/popsu_colloque/css/components/layout.scss

@@ -13,13 +13,31 @@ img{
 }
 
  #txt_present{
+   margin: 5rem 0;
+   & * {
+     color: $color2;
+   }
    & > div{
      margin: 2rem auto;
    }
+   .more_link{
+     padding: 0rem 1rem 0.2rem 1rem;
+     background: white;
+   }
+ }
+
+ .more_link{
+   padding: 0rem 1rem 0.2rem 1rem;
+   background: white;
+   border-radius: 0;
+   a{
+     color: $color2;
+   }
  }
 
 #block-views-block-slide-programme-block-1,
 #block-views-block-dernieres-publications-block-1{
+  margin: 5rem 0;
   .views{
     section.wrap_head{
       @include croix_or;

+ 18 - 11
web/themes/custom/popsu_colloque/css/components/slides/slides.scss

@@ -1,22 +1,30 @@
+#block-views-block-slide-programme-block-1{
+  .__slide{
+    article{
+      min-height: calc(100% - 30px );
+    }
+  }
+}
+
+#block-views-block-dernieres-publications-block-1{
+  .__media{
+    padding: 1rem 0;
+  }
+}
 #block-views-block-slide-programme-block-1,
 #block-views-block-dernieres-publications-block-1{
+  section:not(.wrap_head){
+    margin: 1rem 0;
+  }
   .views{
     section{
       .head{
         display: flex;
         width: 100%;
         justify-content: space-between;
-        align-items: baseline;
+        align-items: center;
       }
-      // .__day{
-      //   border-right: 1px solid $color1;
-      //   margin-right: 1rem;
-      //   padding-right: 1rem;
-      // }
       .thumbnails{
-        &:first-child{
-          // margin-left: 2rem;
-        }
         margin: 1rem;
       }
       .flickity-slider{
@@ -33,11 +41,10 @@
   }
 }
 
-/* icon color */
 .flickity-button-icon {
   fill: $col_black;
 }
-/* hide disabled button */
+
 .flickity-button:disabled {
   display: none;
 }

+ 8 - 4
web/themes/custom/popsu_colloque/css/components/thumbnails/thumbnails.scss

@@ -10,9 +10,9 @@
    a{
      display: block;
      height: 100%;
-   }
-    & > .__wrap{
+     & > .__wrap{
        padding: 1rem;
+     }
    }
    .__media{
      margin-right: 1rem;
@@ -25,14 +25,18 @@
        }
      }
    }
+   .__content{
+     margin-top: 1rem;
+   }
   .d-flex{
-     padding: 1rem;
+     // padding: 1rem;
    }
  }
 
  .thumbnails{
    figure{
-     height: 100px;
+     height: 120px;
+     margin: 0;
      img{
        width: 100%;
        height: 100%;

+ 2 - 2
web/themes/custom/popsu_colloque/css/mixins/mixin.scss

@@ -1,6 +1,6 @@
 @mixin croix_or {
   &:after{
-    height: 2rem;
+    height: 10px;
     margin-top: 0.5rem;
     content: " ";
     display: block;
@@ -13,7 +13,7 @@
 @mixin croix_or_B {
   &:before{
     width: 100px;
-    height: 1rem;
+    height: 10px;
     margin-top: 0.5rem;
     content: " ";
     display: block;

+ 73 - 14
web/themes/custom/popsu_colloque/css/typography.scss

@@ -31,7 +31,29 @@
 
 }
 
+#block-mainnavigation{
+  ul{
+    li{
+      font-size: 0.9rem;
+      a{
+        color: black;
+        font-family: 'truenoregular';
+        &:hover{
+          color: black;
+          text-decoration: none;
+          font-weight: bold;
+        }
+      }
+    }
+  }
+}
+a{
+  &:hover{
+    text-decoration: none;
+  }
+}
 main{
+
   h2{
     font-family: 'dukefill';
     font-size: 3.5rem;
@@ -44,9 +66,42 @@ main{
   &.home{
     h2{
       font-size: 2rem;
+      font-family: 'truenoregular';
+      line-height: normal;
     }
   }
 
+ #txt_present{
+   .__sub-title-present{
+     p{
+       font-family: 'truenoregular';
+       font-style: italic;
+       font-size: 0.9rem;
+       line-height: 1.2rem;
+     }
+   }
+   .__body-present{
+     p{
+       font-family: 'truenoregular';
+       font-weight: lighter;
+       font-size: 1.2rem;
+       line-height: 1.8rem;
+     }
+   }
+   .more_link{
+     a{
+       font-size: 0.7rem
+     }
+   }
+ }
+
+.more_link{
+  a{
+    font-family: 'truenoregular';
+    font-size: 0.6rem;
+  }
+}
+
   h3{
     text-transform: uppercase;
     margin: 2rem 0;
@@ -148,24 +203,28 @@ a{
   }
 }
 
-article{
-  .__head{
-   div{
-     font-family: 'truenoregular';
-     font-size: 1rem;
-     text-transform: uppercase;
-   }
-  }
-}
-  .blue, #txt_present{
-    // color: $color2;
+  article{
+    .__head{
+     div{
+       font-family: 'truenoregular';
+       font-size: 1rem;
+       text-transform: uppercase;
+     }
+    }
   }
 
-  #block-views-block-slide-programme-block-1{
-    .thumbnails a{
-      // color: $col_black;
+  #block-views-block-slide-programme-block-1,
+  #block-views-block-dernieres-publications-block-1{
+    h3{
+      text-transform: uppercase;
+      margin: 0;
+      font-family: 'dukefill';
+      font-size: 2rem;
+      letter-spacing: $letter_spacingH;
+      color: $color2
     }
   }
+
 }
 
 #block-popsu-colloque-submenu{

+ 1 - 1
web/themes/custom/popsu_colloque/css/variables/var.scss

@@ -1,4 +1,4 @@
-$color1: red;
+$color1: #b9a47eff;
 $color2: #1d378eff;
 $col_black: black;
 $lightgrey: #6f6d7dff;

+ 311 - 406
web/themes/custom/popsu_colloque/logo.svg

@@ -9,76 +9,42 @@
    xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
    sodipodi:docname="logo.svg"
    inkscape:version="1.0 (4035a4fb49, 2020-05-01)"
-   id="svg1376"
+   id="svg10334"
    version="1.1"
-   viewBox="0 0 52.916666 18.43008"
-   height="69.656998"
-   width="200">
+   viewBox="0 0 79.374999 27.805593"
+   height="105.092"
+   width="300">
   <defs
-     id="defs1370">
+     id="defs10328">
     <clipPath
        clipPathUnits="userSpaceOnUse"
-       id="clipPath246">
+       id="clipPath1768">
       <path
-         d="M 0,595.28 H 841.89 V 0 H 0 Z"
-         id="path244" />
+         d="M 0,0 H 491 V -172 H 0 Z"
+         clip-rule="evenodd"
+         id="path1766" />
     </clipPath>
     <clipPath
        clipPathUnits="userSpaceOnUse"
-       id="clipPath254">
+       id="clipPath1778">
       <path
-         d="m 346.556,116.783 h 56.921 V 80.2988 h -56.921 z"
-         id="path252" />
-    </clipPath>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath270">
-      <path
-         d="m 353.965,135.3 h 38.891 v -34.089 h -38.891 z"
-         id="path268" />
-    </clipPath>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath286">
-      <path
-         d="m 343.086,124.203 h 32.096 V 87.0273 h -32.096 z"
-         id="path284" />
-    </clipPath>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath306">
-      <path
-         d="m 405.047,114.036 h 9.76 v -11.521 h -9.76 z"
-         id="path304" />
-    </clipPath>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath322">
-      <path
-         d="m 384.127,114.144 h 9.151 v -11.49 h -9.151 z"
-         id="path320" />
-    </clipPath>
-    <clipPath
-       clipPathUnits="userSpaceOnUse"
-       id="clipPath338">
-      <path
-         d="m 394.164,114.286 h 8.946 v -11.771 h -8.946 z"
-         id="path336" />
+         d="M 0,-172 H 1920 V 172 H 0 Z"
+         id="path1776" />
     </clipPath>
   </defs>
   <sodipodi:namedview
-     units="px"
      inkscape:window-maximized="0"
-     inkscape:window-y="104"
-     inkscape:window-x="104"
-     inkscape:window-height="924"
-     inkscape:window-width="1816"
+     inkscape:window-y="22"
+     inkscape:window-x="359"
+     inkscape:window-height="676"
+     inkscape:window-width="1561"
+     units="px"
      showgrid="false"
      inkscape:document-rotation="0"
-     inkscape:current-layer="text354"
+     inkscape:current-layer="g2302"
      inkscape:document-units="mm"
-     inkscape:cy="175.75044"
-     inkscape:cx="85.138242"
+     inkscape:cy="90.636849"
+     inkscape:cx="161.43939"
      inkscape:zoom="1.4"
      inkscape:pageshadow="2"
      inkscape:pageopacity="0.0"
@@ -87,7 +53,7 @@
      pagecolor="#ffffff"
      id="base" />
   <metadata
-     id="metadata1373">
+     id="metadata10331">
     <rdf:RDF>
       <cc:Work
          rdf:about="">
@@ -103,370 +69,309 @@
      inkscape:groupmode="layer"
      inkscape:label="Calque 1">
     <g
-       transform="matrix(0.59294734,0,0,-0.59294734,-202.24036,87.207539)"
-       id="g1301">
+       id="g1758"
+       transform="matrix(0.16166054,0,0,-0.16166054,-10.507773,636.94253)">
       <g
-         transform="matrix(0.54445181,0,0,0.54445181,154.28224,73.410401)"
-         id="g240">
+         id="g1760"
+         transform="translate(64.999,3940)">
         <g
-           clip-path="url(#clipPath246)"
-           id="g242">
+           id="g1762">
           <g
-             id="g248">
-            <g
-               id="g250" />
+             id="g1764"
+             clip-path="url(#clipPath1768)">
             <g
-               id="g262">
+               id="g1770"
+               transform="matrix(1.08977,0,0,1.0924,0,-187.89219)">
               <g
-                 id="g260"
-                 clip-path="url(#clipPath254)">
+                 id="g1772">
                 <g
-                   id="g258"
-                   transform="translate(363.8438,93.7969)">
-                  <path
-                     id="path256"
-                     style="fill:#e01a35;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="m 0,0 -5.013,5.218 -3.246,-0.767 -6.944,4.937 -0.078,7.232 -2.007,5.677 12.46,-0.924 1.955,1.613 7.1,-3.223 4.857,1.741 9.252,-3.816 2.932,2.365 6.545,-0.344 5.167,-1.379 -0.861,-12.573 7.514,-2.21 -1.924,-6.89 -4.902,0.931 -4.563,-5.258 -4.297,6.946 -7.06,-4.86 -3.672,-3.622 -1.654,0.493 -5.213,-4.487 -6.502,-0.298 -5.223,1.758 2.735,6.377 z" />
-                </g>
-              </g>
-            </g>
-          </g>
-          <g
-             id="g264">
-            <g
-               id="g266" />
-            <g
-               id="g278">
-              <g
-                 id="g276"
-                 clip-path="url(#clipPath270)">
+                   id="g1774" />
                 <g
-                   id="g274"
-                   transform="translate(392.8564,116.3379)">
-                  <path
-                     id="path272"
-                     style="fill:#ac966a;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="m 0,0 -7.367,-7.494 1.303,-5.238 -8.896,-2.395 -5.744,5.412 -5.374,-2.754 -5.088,5.488 3.688,5.191 -7.117,2.952 -4.297,1.487 5.454,10.05 7.292,6.263 3.528,-4.978 12.717,-1.115 2.831,1.738 4.797,-4.705 -2.62,-4.159 z" />
+                   id="g2302">
+                  <g
+                     id="g12692">
+                    <path
+                       id="path1796"
+                       style="fill:#a01a27;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                       d="m 95.6828,78.29957 -15.78907,14.876 -3.05826,-1.5672 -5.68187,19.5199 1.73133,2.62333 9.14057,3.27707 25.4308,-10.4875 8.0577,6.49857 13.8505,-0.72774 -12.8109,-13.03223 3.5808,-14.3984 z" />
+                    <path
+                       id="path1812"
+                       style="fill:#353546;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                       d="m 57.86671,39.31303 -8.214,3.5334 0.1421,0.3318 7.2615,14.7427 -13.7792,14.3411 -8.9235,-2.1062 -19.08535,13.5687 -0.21613,19.8797 -2.71932,7.69163 13.6068,-3.42853 0.2255,10.10773 17.6193,-1.30626 4.4729,3.69013 13.0182,-5.4 -10.138,-14.2692 13.9849,-15.0833 11.7131,6.002 4.1156,-14.1411 7.2697,-5.5136 -7.2697,-16.962 -13.2522,2.5661 z" />
+                    <path
+                       id="path1820"
+                       style="fill:#243459;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                       d="m 68.674,112.24227 -19.5152,8.8604 -0.9015,-0.7437 -6.5453,2.7145 -11.8104,4.0881 7.02293,12.9427 20.16917,-2.55987 23.286,-12.43653 -7.4948,-11.3563 z" />
+                    <path
+                       id="path1828"
+                       style="fill:#2b2b33;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                       d="m 65.12243,85.60637 -13.98497,15.0834 10.13797,14.26917 -13.0181,5.4 0.90147,0.74373 19.51523,-8.8604 4.2109,1.50933 -1.7313,-2.62333 5.6818,-19.5199 z" />
+                    <g
+                       id="g12620">
+                      <g
+                         id="g12603">
+                        <path
+                           id="path1780"
+                           style="fill:#e01a35;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 56.63223,20.8188 -14.3562,4.8308 7.3766,17.1968 8.214,-3.5333 9.8323,18.2448 13.2521,-2.5662 7.2698,16.962 -7.2698,5.5136 -4.1156,14.1411 3.0583,1.5672 15.7891,-14.876 24.4511,6.5817 -3.58,14.3984 12.811,13.0323 4.142,-0.2176 14.202,-3.7896 -2.366,-34.5604 20.653,-6.0745 -5.289,-18.938 -13.475,2.5582 -12.541,-14.4525 -11.811,19.0932 -19.407,-13.3593 -10.0932,-9.9568 -4.5469,1.3573 -14.3292,-12.3344 z m -30.6926,87.0485 -13.60682,3.42857 -2.79688,7.91253 16.6291,-1.23333 z" />
+                        <path
+                           id="path1788"
+                           style="fill:#ac966a;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 107.45623,106.5412 -25.4308,10.4875 -9.1405,-3.2771 7.4948,11.3563 -23.286,12.4365 -20.1692,2.5599 7.96613,14.6824 20.04627,17.2133 9.6959,-13.6813 34.9541,-3.0654 7.7824,4.7774 13.1853,-12.9327 -7.1989,-11.4328 13.4483,-15.7865 -7.4395,-7.5667 -13.8505,0.7277 z" />
+                        <path
+                           id="path1804"
+                           style="fill:#28429f;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="M 19.2421,42.16363 4.25729,62.55373 12.4016,82.64013 0,93.65643 l 8.98073,18.4842 3.35207,-0.8448 2.7193,-7.6916 0.2162,-19.8797 19.0853,-13.5687 8.9235,2.1062 13.7792,-14.3411 -7.2615,-14.7427 -0.1421,-0.3318 -18.2959,7.8693 z m 24.5423,74.5052 -17.6193,1.3062 0.2469,11.047 -0.4724,12.4765 10.9849,-1.39427 -7.0229,-12.94263 11.8104,-4.0882 6.5453,-2.7145 z" />
+                      </g>
+                      <g
+                         id="g12609">
+                        <path
+                           id="path1836"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 91.388,81.88293 c -9.164,0 -16.1296,5.688 -16.1296,16.1276 0,9.8 7.0187,16.2823 16.226,16.2823 9.2016,0 16.1755,-5.6448 16.1755,-16.0839 0,-9.7921 -7.075,-16.326 -16.2719,-16.326 z m -33.3443,9.7468 -3.0224,-0.0511 v -8.9552 h -7.8598 v 30.9287 h 11.427 c 8.6568,0 13.2042,-4.3563 13.2042,-10.7396 0,-7.2291 -4.8911,-11.1828 -13.749,-11.1828 z m -26.9473,33.5188 v -54.3921 h 184.038 v 54.3921 z" />
+                        <path
+                           id="path1844"
+                           style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 189.3213,113.55213 v -18.2609 c 0,-4.7995 -1.9293,-6.7834 -5.636,-6.7834 -4.10797,0 -5.9893,2.4323 -5.9893,7.0756 v 17.9687 h -7.384 v -22.8219 c 1.43333,-6.0421 6.40933,-8.8473 13.1747,-8.8473 8.3133,0 13.652,4.4047 13.652,13.3599 0,0.1505 0,18.3093 0,18.3093 z" />
+                        <path
+                           id="path1852"
+                           style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 123.8703,97.67717 -3.2343,-0.051 v 9.85157 c 0,0 2.4833,0 3.2343,0 4.051,0 6.1177,-1.61574 6.1177,-4.79947 0,-3.1781 -1.9755,-4.9521 -6.1177,-5.0011 z m 0.6094,16.1703 h -11.6713 v -31.5807 h 8.03373 v 9.1479 l 3.07977,0.0459 c 9.0406,0 14.0408,4.0374 14.0408,11.4192 0,6.51983 -4.6403,10.9677 -13.483,10.9677 z" />
+                        <path
+                           id="path1860"
+                           style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 155.29063,101.27973 c -3.7093,1.0385 -6.52797,1.8276 -6.52797,3.8604 0,1.68293 1.33334,2.61987 4.05467,2.61987 3.064,0 6.9293,-1.08747 10,-2.71987 l 1.5293,6.48293 c -2.9653,1.62907 -6.732,2.71667 -11.58,2.71667 -7.6653,0 -11.8693,-3.80947 -11.8693,-9.54853 0,-6.18117 5.43733,-8.25937 9.9427,-9.49627 4.1066,-1.1391 6.3346,-1.8281 6.3346,-3.9057 0,-1.8824 -1.9293,-2.9235 -4.708,-2.9235 -3.80663,0 -7.51863,1.2396 -10.58397,2.8719 l -1.48533,-6.536 c 2.87333,-1.6323 7.32533,-2.8187 11.924,-2.8187 8.112,0 12.6667,4.1583 12.6667,10.0421 0,5.8896 -4.9467,8.0694 -9.6974,9.3547 z" />
+                      </g>
+                    </g>
+                    <g
+                       id="g12598">
+                      <path
+                         d="m 450.55193,14.548 h -362.667 v 56 h 362.667 z"
+                         style="fill:#000000;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                         id="path1868" />
+                      <g
+                         id="g12541">
+                        <path
+                           id="path1876"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 100.92133,58.19013 c -0.15626,0 -1.776,0 -1.776,0 v -5.59946 l 1.73694,0.03906 c 2.30213,0.03907 3.55053,0.95627 3.55053,2.84894 0,1.736 -1.2292,2.71146 -3.51147,2.71146 z m -0.1172,-6.7312 -1.6588,-0.0192 V 47.1469 H 97.8964 v 12.1943 c 0,0 2.90773,0 3.064,0 3.2188,0 4.7604,-1.56093 4.7604,-3.80413 0,-2.67347 -1.89267,-4.03907 -4.91667,-4.07814 z" />
+                        <path
+                           id="path1884"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 108.99786,47.1469 v 12.1943 h 1.24907 V 48.3177 h 6.02906 v -1.1708 z" />
+                        <path
+                           id="path1892"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 123.6484,58.112 -2.34107,-6.34053 h 4.6624 z m 5.3068,-10.9651 h -1.26773 l -1.288,3.4923 h -5.52187 l -1.28693,-3.4923 h -1.26827 l 4.62347,12.1943 h 1.46346 z" />
+                        <path
+                           id="path1900"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="M 135.236,58.1704 V 47.1469 h -1.248 v 11.0235 h -4.29267 v 1.1708 h 9.834 v -1.1708 z" />
+                        <path
+                           id="path1908"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 142.51333,47.1469 v 12.1943 h 7.376 v -1.15107 h -6.12667 v -4.3708 h 5.112 v -1.1312 h -5.112 V 48.298 h 6.12667 v -1.1511 z" />
+                        <path
+                           id="path1916"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 154.0633,59.3412 h 7.18 v -1.1708 h -5.93067 v -4.54533 h 4.91734 v -1.1516 h -4.91734 V 47.1469 h -1.24933 z" />
+                        <path
+                           id="path1924"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 169.6113,58.48294 c -2.732,0 -4.70133,-2.10733 -4.70133,-5.19013 0,-3.1412 2.00933,-5.28697 4.78,-5.28697 2.712,0 4.6827,2.12657 4.6827,5.20883 0,3.14174 -1.9907,5.26827 -4.76137,5.26827 z m 0.02,-11.5896 c -3.396,0 -5.98933,2.5557 -5.98933,6.32133 0,3.72654 2.516,6.38027 6.008,6.38027 3.39467,0 5.9907,-2.53653 5.9907,-6.30213 0,-3.72657 -2.51737,-6.39947 -6.00937,-6.39947 z" />
+                        <path
+                           id="path1932"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 182.5273,53.21467 c 1.61867,0.0588 3.024,0.9568 3.024,2.55626 0,1.6 -1.19066,2.43854 -3.31733,2.43854 h -1.892 v -5.07294 z m -2.18533,-6.06777 h -1.248 v 12.1943 h 3.27733 c 3.004,0 4.428,-1.3848 4.428,-3.512 0,-1.83387 -1.248,-2.94573 -2.828,-3.43333 l 3.37467,-5.24897 h -1.444 l -3.12133,5.0339 -2.43867,-0.15627 z" />
+                        <path
+                           id="path1940"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="M 200.94594,57.80013 196.94597,47.2251 h -1.36666 l -4.03867,10.59423 -0.21467,-10.67243 h -1.22933 l 0.41067,12.1943 h 1.67733 l 4.11733,-10.7697 4.05867,10.7697 h 1.6573 l 0.3907,-12.1943 h -1.268 z" />
+                        <path
+                           id="path1948"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 206.2113,47.1469 v 12.1943 h 7.376 v -1.15107 h -6.12667 v -4.3708 h 5.112 v -1.1312 h -5.112 V 48.298 h 6.12667 v -1.1511 z" />
+                        <path
+                           id="path1956"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="M 224.00597,58.19013 H 222.0153 V 48.298 h 2.02934 c 3.12133,0 5.248,1.60053 5.248,4.9364 0,3.10213 -1.95067,4.95573 -5.28667,4.95573 z m -0.02,-11.04323 c -0.488,0 -3.22,0 -3.22,0 v 12.1943 c 0,0 2.82933,0 3.31867,0 3.99866,0 6.456,-2.4192 6.456,-6.00933 0,-3.84374 -2.39867,-6.18497 -6.55467,-6.18497 z" />
+                        <path
+                           id="path1964"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 234.20997,59.98494 c 0.70267,0 1.38533,-0.6244 1.38533,-1.54107 0,-1.30733 -1.09333,-2.49746 -2.42,-3.35573 l -0.52533,0.48747 c 1.228,0.89786 1.716,1.63906 1.716,2.34173 0,0.48747 -0.35067,0.76093 -1.21067,1.09267 0.04,0.5068 0.41067,0.97493 1.05467,0.97493 z" />
+                        <path
+                           id="path1972"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 243.94463,58.48294 c -2.73066,0 -4.70133,-2.10733 -4.70133,-5.19013 0,-3.1412 2.01067,-5.28697 4.78,-5.28697 2.712,0 4.6827,2.12657 4.6827,5.20883 0,3.14174 -1.9907,5.26827 -4.76137,5.26827 z m 0.02,-11.5896 c -3.39466,0 -5.98933,2.5557 -5.98933,6.32133 0,3.72654 2.516,6.38027 6.008,6.38027 3.396,0 5.992,-2.53653 5.992,-6.30213 0,-3.72657 -2.51733,-6.39947 -6.01067,-6.39947 z" />
+                        <path
+                           id="path1980"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 257.17396,52.68813 h -2.49733 V 48.2787 h 2.80933 c 2.14667,0 3.044,0.8781 3.044,2.26357 0,1.424 -1.19066,2.14586 -3.356,2.14586 z m 0.11734,5.52134 h -2.61467 v -4.39014 h 2.41867 c 1.83333,0 3.044,0.80054 3.044,2.24427 0,1.30733 -0.91734,2.14587 -2.848,2.14587 z m 4.48666,-7.6672 c 0,-1.99017 -1.30666,-3.39537 -4.38933,-3.39537 h -3.96 v 12.1943 h 3.804 c 2.92533,0 4.15467,-1.326 4.15467,-3.1796 0,-1.19067 -0.72134,-2.36147 -2.34134,-2.77093 1.796,-0.35094 2.732,-1.4244 2.732,-2.8484 z" />
+                        <path
+                           id="path1988"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 271.1233,50.30787 c 0,1.42454 -1.17066,1.99014 -3.084,2.55574 -1.716,0.50733 -3.55066,1.24893 -3.55066,3.41466 0,1.9312 1.64,3.31667 3.90266,3.31667 1.40534,0 2.63467,-0.3896 3.668,-1.0532 l -0.448,-1.09267 c -0.91733,0.624 -2.108,1.01454 -3.2,1.01454 -1.83333,0 -2.712,-0.976 -2.712,-2.088 0,-1.3464 1.20934,-1.8536 3.08267,-2.43854 1.756,-0.52706 3.532,-1.32706 3.532,-3.5312 0,-2.01003 -1.67867,-3.51253 -4.11733,-3.51253 -1.464,0 -2.80934,0.4297 -3.92267,1.1317 l 0.44933,1.1126 c 0.976,-0.6636 2.12667,-1.1318 3.512,-1.1318 1.69734,0 2.888,1.0146 2.888,2.30203 z" />
+                        <path
+                           id="path1996"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 275.66863,47.1469 v 12.1943 h 7.37467 v -1.15107 h -6.12534 v -4.3708 h 5.112 v -1.1312 h -5.112 V 48.298 h 6.12534 v -1.1511 z" />
+                        <path
+                           id="path2004"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 289.96996,53.21467 c 1.62,0.0588 3.024,0.9568 3.024,2.55626 0,1.6 -1.18933,2.43854 -3.31733,2.43854 h -1.892 v -5.07294 z m -2.18533,-6.06777 h -1.248 v 12.1943 h 3.27733 c 3.004,0 4.42934,-1.3848 4.42934,-3.512 0,-1.83387 -1.24934,-2.94573 -2.82934,-3.43333 l 3.37467,-5.24897 h -1.444 l -3.12133,5.0339 -2.43867,-0.15627 z" />
+                        <path
+                           id="path2012"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 302.49264,47.1469 h -1.46267 l -4.468,12.1943 h 1.268 l 3.96133,-10.9063 3.94,10.9063 h 1.26797 z" />
+                        <path
+                           id="path2020"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 313.2033,58.112 -2.34134,-6.34053 h 4.664 z m 5.30663,-10.9651 h -1.26797 l -1.288,3.4923 h -5.52133 l -1.28667,-3.4923 h -1.26933 l 4.624,12.1943 h 1.464 z" />
+                        <path
+                           id="path2028"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="M 324.7913,58.1704 V 47.1469 h -1.24933 v 11.0235 h -4.29067 v 1.1708 h 9.83333 v -1.1708 z" />
+                        <path
+                           id="path2036"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 332.1073,47.1469 v 12.1943 h 1.22933 V 47.1469 Z" />
+                        <path
+                           id="path2044"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 342.81796,58.48294 c -2.72933,0 -4.70133,-2.10733 -4.70133,-5.19013 0,-3.1412 2.01067,-5.28697 4.78,-5.28697 2.712,0 4.684,2.12657 4.684,5.20883 0,3.14174 -1.99067,5.26827 -4.76267,5.26827 z m 0.02,-11.5896 c -3.39466,0 -5.98933,2.5557 -5.98933,6.32133 0,3.72654 2.51733,6.38027 6.00933,6.38027 3.396,0 5.99067,-2.53653 5.99067,-6.30213 0,-3.72657 -2.51733,-6.39947 -6.01067,-6.39947 z" />
+                        <path
+                           id="path2052"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 360.63263,59.3412 h 1.20933 V 47.0297 h -1.34667 l -6.984,10.55577 V 47.1469 h -1.20933 v 12.1943 h 1.404 l 6.92667,-10.4577 z" />
+                        <path
+                           id="path2060"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 101.13547,37.31881 h -1.99014 v -9.89217 h 2.0292 c 3.12187,0 5.24894,1.60163 5.24894,4.9359 0,3.10267 -1.9516,4.95627 -5.288,4.95627 z m -0.0199,-11.04267 c -0.48747,0 -3.2192,0 -3.2192,0 v 12.1948 c 0,0 2.8296,0 3.3172,0 4,0 6.45827,-2.42027 6.45827,-6.00933 0,-3.84427 -2.39947,-6.18547 -6.55627,-6.18547 z" />
+                        <path
+                           id="path2068"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 111.12453,26.27614 v 12.1948 H 118.5 v -1.15213 h -6.12707 v -4.3708 h 5.112 v -1.13067 h -5.112 v -4.3907 H 118.5 v -1.1505 z" />
+                        <path
+                           id="path2076"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 127.98173,29.4376 c 0,1.424 -1.17027,1.98907 -3.0828,2.55573 -1.71667,0.5068 -3.55053,1.24787 -3.55053,3.41347 0,1.93187 1.63853,3.3172 3.9016,3.3172 1.40466,0 2.6344,-0.39053 3.66826,-1.05307 l -0.44893,-1.09226 c -0.91667,0.6224 -2.1068,1.01306 -3.2,1.01306 -1.83387,0 -2.71147,-0.97546 -2.71147,-2.08746 0,-1.34534 1.20987,-1.8536 3.0828,-2.43907 1.75574,-0.52653 3.5312,-1.32653 3.5312,-3.5308 0,-2.0093 -1.6776,-3.5119 -4.11666,-3.5119 -1.46347,0 -2.80987,0.4297 -3.92187,1.1323 l 0.4484,1.112 c 0.97613,-0.6641 2.12707,-1.1323 3.51253,-1.1323 1.69747,0 2.88747,1.0151 2.88747,2.3031 z" />
+                        <path
+                           id="path2084"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 139.23866,37.31881 c -0.156,0 -1.776,0 -1.776,0 v -5.59894 l 1.73733,0.03854 c 2.30134,0.03906 3.55067,0.95626 3.55067,2.84946 0,1.736 -1.22933,2.71094 -3.512,2.71094 z m -0.11733,-6.73067 -1.65867,-0.0204 v -4.2916 h -1.248 v 12.1948 c 0,0 2.90667,0 3.06267,0 3.22,0 4.76133,-1.56147 4.76133,-3.80413 0,-2.67347 -1.89333,-4.04014 -4.91733,-4.07867 z" />
+                        <path
+                           id="path2092"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 150.75067,32.34387 c 1.61866,0.0588 3.024,0.95627 3.024,2.55627 0,1.6 -1.19067,2.43853 -3.31734,2.43853 H 148.564 V 32.26521 Z M 148.564,26.27614 h -1.248 v 12.1948 h 3.27733 c 3.00534,0 4.42934,-1.38547 4.42934,-3.512 0,-1.83493 -1.248,-2.94693 -2.828,-3.43387 l 3.37466,-5.24893 h -1.444 l -3.12133,5.03333 -2.44,-0.15626 z" />
+                        <path
+                           id="path2100"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 163.83866,37.612 c -2.73066,0 -4.70133,-2.10773 -4.70133,-5.19053 0,-3.14174 2.00933,-5.28697 4.78,-5.28697 2.712,0 4.6827,2.1271 4.6827,5.20937 0,3.1416 -1.98937,5.26813 -4.76137,5.26813 z m 0.02,-11.5895 c -3.39466,0 -5.98933,2.5562 -5.98933,6.32137 0,3.72706 2.51733,6.38013 6.00933,6.38013 3.39467,0 5.98937,-2.53587 5.98937,-6.30253 0,-3.72657 -2.51737,-6.39897 -6.00937,-6.39897 z" />
+                        <path
+                           id="path2108"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 174.15866,26.02244 c -1.07333,0 -2.08667,0.3709 -2.712,0.7605 l 0.21467,1.2104 c 0.78133,-0.488 1.6,-0.8386 2.51733,-0.8386 1.6,0 2.41867,0.9949 2.41867,2.90687 v 8.40933 h 1.22933 v -8.4484 c 0,-2.4198 -1.132,-4.0001 -3.668,-4.0001 z" />
+                        <path
+                           id="path2116"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 181.78666,26.27614 v 12.1948 h 7.376 v -1.15213 h -6.12667 v -4.3708 h 5.112 v -1.13067 h -5.112 v -4.3907 h 6.12667 v -1.1505 z" />
+                        <path
+                           id="path2124"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 197.08399,37.30014 v -11.024 h -1.24933 v 11.024 h -4.292 v 1.1708 h 9.83333 v -1.1708 z" />
+                        <path
+                           id="path2132"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 210.35066,29.4376 c 0,1.424 -1.17067,1.98907 -3.08267,2.55573 -1.716,0.5068 -3.55066,1.24787 -3.55066,3.41347 0,1.93187 1.63866,3.3172 3.90133,3.3172 1.40533,0 2.63467,-0.39053 3.668,-1.05307 l -0.448,-1.09226 c -0.91733,0.6224 -2.108,1.01306 -3.2,1.01306 -1.83333,0 -2.712,-0.97546 -2.712,-2.08746 0,-1.34534 1.21067,-1.8536 3.08267,-2.43907 1.756,-0.52653 3.532,-1.32653 3.532,-3.5308 0,-2.0093 -1.67867,-3.5119 -4.11734,-3.5119 -1.46266,0 -2.80933,0.4297 -3.92133,1.1323 l 0.448,1.112 c 0.976,-0.6641 2.128,-1.1323 3.51333,-1.1323 1.69734,0 2.88667,1.0151 2.88667,2.3031 z" />
+                        <path
+                           id="path2140"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 218.58399,26.27614 v 12.1948 h 7.37467 v -1.15213 h -6.12534 v -4.3708 h 5.11067 v -1.13067 h -5.11067 v -4.3907 h 6.12534 v -1.1505 z" />
+                        <path
+                           id="path2148"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 233.87999,37.30014 v -11.024 h -1.24933 v 11.024 h -4.292 v 1.1708 h 9.83333 v -1.1708 z" />
+                        <path
+                           id="path2156"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 250.83333,29.4376 c 0,1.424 -1.16933,1.98907 -3.08267,2.55573 -1.716,0.5068 -3.55066,1.24787 -3.55066,3.41347 0,1.93187 1.63866,3.3172 3.90266,3.3172 1.404,0 2.63334,-0.39053 3.668,-1.05307 l -0.448,-1.09226 c -0.91866,0.6224 -2.108,1.01306 -3.20133,1.01306 -1.83333,0 -2.712,-0.97546 -2.712,-2.08746 0,-1.34534 1.20933,-1.8536 3.084,-2.43907 1.75467,-0.52653 3.53067,-1.32653 3.53067,-3.5308 0,-2.0093 -1.67867,-3.5119 -4.11734,-3.5119 -1.46266,0 -2.808,0.4297 -3.92133,1.1323 l 0.44933,1.112 c 0.97467,-0.6641 2.12534,-1.1323 3.51067,-1.1323 1.69867,0 2.888,1.0151 2.888,2.3031 z" />
+                        <path
+                           id="path2164"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 259.61199,37.30014 v -11.024 h -1.248 v 11.024 h -4.292 v 1.1708 h 9.83333 v -1.1708 z" />
+                        <path
+                           id="path2172"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 270.324,32.34387 c 1.62,0.0588 3.024,0.95627 3.024,2.55627 0,1.6 -1.18934,2.43853 -3.31734,2.43853 h -1.892 v -5.07346 z m -2.18534,-6.06773 h -1.24933 v 12.1948 h 3.27733 c 3.00534,0 4.43067,-1.38547 4.43067,-3.512 0,-1.83493 -1.24933,-2.94693 -2.82933,-3.43387 l 3.37466,-5.24893 h -1.444 l -3.12133,5.03333 -2.43867,-0.15626 z" />
+                        <path
+                           id="path2180"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 282.24399,37.24121 -2.34133,-6.34107 h 4.664 z m 5.30797,-10.96507 h -1.2693 l -1.28667,3.4916 h -5.52133 l -1.288,-3.4916 h -1.268 l 4.624,12.1948 h 1.46267 z" />
+                        <path
+                           id="path2188"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 293.83332,37.30014 v -11.024 h -1.24933 v 11.024 h -4.292 v 1.1708 h 9.83333 v -1.1708 z" />
+                        <path
+                           id="path2196"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 304.71999,39.6412 h -0.89733 l 2.30133,3.49227 h 1.56 z m -3.60933,-13.36503 v 12.19477 h 7.37467 V 37.3188 h -6.12667 v -4.37083 h 5.112 v -1.1306 h -5.112 v -4.3907 h 6.12667 v -1.1505 z" />
+                        <path
+                           id="path2204"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 317.22533,26.0225 c -3.532,0 -5.892,2.4572 -5.892,6.32137 0,3.8828 2.47733,6.38013 5.892,6.38013 1.50133,0 2.96533,-0.46813 3.86267,-1.01453 l -0.40934,-1.1308 c -0.916,0.58546 -2.204,1.01306 -3.472,1.01306 -2.65333,0 -4.60533,-1.8916 -4.60533,-5.2088 0,-3.2188 1.85333,-5.22813 4.644,-5.22813 1.15067,0 2.14533,0.3119 2.92533,0.7401 V 31.212 H 316.64 v 1.13187 h 4.74133 V 27.2319 c -1.19067,-0.8 -2.77067,-1.2094 -4.156,-1.2094 z" />
+                        <path
+                           id="path2212"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 325.18533,26.27614 v 12.1948 h 1.22933 v -12.1948 z" />
+                        <path
+                           id="path2220"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 330.57066,26.27614 v 12.1948 h 7.37467 v -1.15213 h -6.12534 v -4.3708 h 5.112 v -1.13067 h -5.112 v -4.3907 h 6.12534 v -1.1505 z" />
+                        <path
+                           id="path2228"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 347.42799,29.4376 c 0,1.424 -1.17066,1.98907 -3.084,2.55573 -1.716,0.5068 -3.55066,1.24787 -3.55066,3.41347 0,1.93187 1.64,3.3172 3.90266,3.3172 1.40534,0 2.63467,-0.39053 3.668,-1.05307 l -0.448,-1.09226 c -0.91733,0.6224 -2.108,1.01306 -3.2,1.01306 -1.83333,0 -2.71333,-0.97546 -2.71333,-2.08746 0,-1.34534 1.21067,-1.8536 3.084,-2.43907 1.75467,-0.52653 3.53067,-1.32653 3.53067,-3.5308 0,-2.0093 -1.67734,-3.5119 -4.11734,-3.5119 -1.46266,0 -2.808,0.4297 -3.92133,1.1323 l 0.44933,1.112 c 0.97467,-0.6641 2.12667,-1.1323 3.512,-1.1323 1.69734,0 2.888,1.0151 2.888,2.3031 z" />
+                        <path
+                           id="path2236"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 360.08932,26.02244 c -2.92533,0 -4.56533,1.8334 -4.56533,4.72143 v 7.72707 h 1.20933 v -7.5708 c 0,-2.32147 1.152,-3.7266 3.41467,-3.7266 2.16533,0 3.336,1.3062 3.336,3.74633 v 7.55107 h 1.22933 v -7.5308 c 0,-3.0255 -1.58,-4.9177 -4.624,-4.9177 z" />
+                        <path
+                           id="path2244"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 372.08799,32.34387 c 1.62,0.0588 3.024,0.95627 3.024,2.55627 0,1.6 -1.18933,2.43853 -3.31733,2.43853 h -1.892 v -5.07346 z m -2.18533,-6.06773 h -1.248 v 12.1948 h 3.27733 c 3.00534,0 4.42934,-1.38547 4.42934,-3.512 0,-1.83493 -1.24934,-2.94693 -2.82934,-3.43387 l 3.37467,-5.24893 h -1.444 l -3.12133,5.03333 -2.43867,-0.15626 z" />
+                        <path
+                           id="path2252"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 383.69733,31.81734 h -2.49734 v -4.4094 h 2.80934 c 2.14666,0 3.044,0.8775 3.044,2.263 0,1.424 -1.19067,2.1464 -3.356,2.1464 z m 0.11733,5.52133 h -2.61467 v -4.39066 h 2.41867 c 1.83333,0 3.044,0.8016 3.044,2.24533 0,1.3068 -0.91733,2.14533 -2.848,2.14533 z m 4.48667,-7.66773 c 0,-1.9896 -1.30667,-3.3948 -4.38934,-3.3948 h -3.96133 v 12.1948 h 3.80533 c 2.92534,0 4.15467,-1.32707 4.15467,-3.18027 0,-1.19053 -0.72133,-2.36146 -2.34133,-2.7708 1.796,-0.35213 2.732,-1.42493 2.732,-2.84893 z" />
+                        <path
+                           id="path2260"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 395.71599,37.24121 -2.34267,-6.34107 h 4.664 z m 5.30533,-10.96507 h -1.268 l -1.288,3.4916 h -5.52133 l -1.28667,-3.4916 h -1.268 l 4.62267,12.1948 h 1.464 z" />
+                        <path
+                           id="path2268"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 403.88932,26.27614 v 12.1948 h 1.22933 v -12.1948 z" />
+                        <path
+                           id="path2276"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 417.60666,38.47094 h 1.20933 v -12.312 h -1.34667 l -6.984,10.55573 V 26.27614 h -1.20933 v 12.1948 h 1.404 l 6.92667,-10.4589 z" />
+                        <path
+                           id="path2284"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 422.93332,26.27614 v 12.1948 h 7.37467 v -1.15213 h -6.12667 v -4.3708 h 5.112 v -1.13067 h -5.112 v -4.3907 h 6.12667 v -1.1505 z" />
+                        <path
+                           id="path2292"
+                           style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
+                           d="m 439.78799,29.4376 c 0,1.424 -1.17067,1.98907 -3.08267,2.55573 -1.716,0.5068 -3.55066,1.24787 -3.55066,3.41347 0,1.93187 1.63866,3.3172 3.90133,3.3172 1.40533,0 2.63467,-0.39053 3.668,-1.05307 l -0.44667,-1.09226 c -0.91866,0.6224 -2.10933,1.01306 -3.20133,1.01306 -1.83333,0 -2.712,-0.97546 -2.712,-2.08746 0,-1.34534 1.20933,-1.8536 3.08267,-2.43907 1.756,-0.52653 3.532,-1.32653 3.532,-3.5308 0,-2.0093 -1.67867,-3.5119 -4.11734,-3.5119 -1.464,0 -2.808,0.4297 -3.92133,1.1323 l 0.44933,1.112 c 0.97467,-0.6641 2.12534,-1.1323 3.51067,-1.1323 1.69867,0 2.888,1.0151 2.888,2.3031 z" />
+                      </g>
+                    </g>
+                  </g>
                 </g>
               </g>
             </g>
           </g>
-          <g
-             id="g280">
-            <g
-               id="g282" />
-            <g
-               id="g294">
-              <g
-                 id="g292"
-                 clip-path="url(#clipPath286)">
-                <g
-                   id="g290"
-                   transform="translate(364.1387,87.0273)">
-                  <path
-                     id="path288"
-                     style="fill:#28429f;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="m 0,0 -9.645,4.148 -4.407,-3.111 -5.451,7.418 2.962,7.308 -4.511,4.008 3.267,6.724 6.17,-1.555 0.172,7.697 -0.172,4.539 L -0.281,35.737 8.19,31.213 4.834,26.127 8.398,13.881 11.043,11.875 8.398,5.704 3.577,6.638 Z" />
-                </g>
-              </g>
-            </g>
-          </g>
-          <g
-             transform="translate(376.334,102.5146)"
-             id="g296">
-            <path
-               id="path298"
-               style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
-               d="m 0,0 c -3.334,0 -5.868,2.069 -5.868,5.867 0,3.566 2.554,5.924 5.903,5.924 3.348,0 5.885,-2.054 5.885,-5.852 C 5.92,2.377 3.346,0 0,0 M -12.131,3.546 -13.23,3.527 V 0.27 h -2.86 v 11.251 h 4.157 c 3.15,0 4.804,-1.584 4.804,-3.907 0,-2.63 -1.779,-4.068 -5.002,-4.068 m -9.804,-7.594 H 45.019 V 15.74 h -66.954 z" />
-          </g>
-          <g
-             id="g300">
-            <g
-               id="g302" />
-            <g
-               id="g314">
-              <g
-                 id="g312"
-                 clip-path="url(#clipPath306)">
-                <g
-                   id="g310"
-                   transform="translate(411.9629,114.0361)">
-                  <path
-                     id="path308"
-                     style="fill:#312921;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="m 0,0 v -6.644 c 0,-1.746 -0.702,-2.467 -2.051,-2.467 -1.494,0 -2.178,0.884 -2.178,2.574 V 0 h -2.687 v -8.303 c 0.521,-2.198 2.332,-3.218 4.793,-3.218 3.024,0 4.967,1.602 4.967,4.86 V 0 Z" />
-                </g>
-              </g>
-            </g>
-          </g>
-          <g
-             id="g316">
-            <g
-               id="g318" />
-            <g
-               id="g330">
-              <g
-                 id="g328"
-                 clip-path="url(#clipPath322)">
-                <g
-                   id="g326"
-                   transform="translate(388.1514,108.2607)">
-                  <path
-                     id="path324"
-                     style="fill:#312921;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="M 0,0 -1.177,-0.019 V 3.565 H 0 C 1.474,3.565 2.226,2.978 2.226,1.819 2.226,0.663 1.507,0.018 0,0 M 0.222,5.883 H -4.024 V -5.606 h 2.922 v 3.328 l 1.121,0.016 c 3.289,0 5.108,1.469 5.108,4.155 0,2.372 -1.689,3.99 -4.905,3.99" />
-                </g>
-              </g>
-            </g>
-          </g>
-          <g
-             id="g332">
-            <g
-               id="g334" />
-            <g
-               id="g346">
-              <g
-                 id="g344"
-                 clip-path="url(#clipPath338)">
-                <g
-                   id="g342"
-                   transform="translate(399.582,109.5713)">
-                  <path
-                     id="path340"
-                     style="fill:#312921;fill-opacity:1;fill-rule:nonzero;stroke:none"
-                     d="m 0,0 c -1.35,0.378 -2.375,0.665 -2.375,1.404 0,0.613 0.485,0.953 1.476,0.953 1.114,0 2.52,-0.395 3.637,-0.989 l 0.557,2.359 c -1.079,0.592 -2.449,0.988 -4.213,0.988 -2.789,0 -4.318,-1.386 -4.318,-3.474 0,-2.249 1.978,-3.005 3.617,-3.455 1.494,-0.414 2.305,-0.665 2.305,-1.421 0,-0.684 -0.703,-1.063 -1.713,-1.063 -1.385,0 -2.736,0.451 -3.851,1.045 l -0.54,-2.378 c 1.045,-0.594 2.665,-1.026 4.338,-1.026 2.951,0 4.608,1.513 4.608,3.654 C 3.528,-1.261 1.729,-0.468 0,0" />
-                </g>
-              </g>
-            </g>
-          </g>
-          <path
-             id="path348"
-             style="fill:#231f20;fill-opacity:1;fill-rule:nonzero;stroke:none"
-             d="M 507,78.211 H 375 v 20 h 132 z" />
         </g>
       </g>
-      <g
-         aria-label="PLATE-FORME D’OBSERVATION DES PROJETS ET STRATÉGIES URBAINES"
-         transform="matrix(1,0,0,-1,378.1338,89.8779)"
-         id="text354"
-         style="font-variant:normal;font-weight:normal;font-stretch:normal;font-size:7.0981px;font-family:'Freight Sans';-inkscape-font-specification:FreightSans-Book;writing-mode:lr-tb;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none">
-        <path
-           style="stroke-width:0.544451"
-           d="m -17.215456,-34.970735 v 1.058607 h 0.479298 q 0.266067,0 0.411366,-0.137751 0.145299,-0.137751 0.145299,-0.392496 0,-0.252857 -0.145299,-0.390608 -0.145299,-0.137752 -0.411366,-0.137752 z m -0.381173,-0.313242 h 0.860471 q 0.473636,0 0.715173,0.215118 0.243422,0.213231 0.243422,0.626484 0,0.417026 -0.243422,0.630257 -0.241537,0.213232 -0.715173,0.213232 h -0.479298 v 1.132198 h -0.381173 z"
-           id="path889" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -15.397687,-35.283977 h 0.381174 v 2.4965 h 1.371848 v 0.320789 h -1.753022 z"
-           id="path891" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -12.357611,-34.908464 -0.517038,1.40204 h 1.035962 z m -0.215118,-0.375513 h 0.432123 l 1.073701,2.817289 h -0.396269 l -0.256631,-0.722721 h -1.269951 l -0.256631,0.722721 h -0.401932 z"
-           id="path893" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -11.467703,-35.283977 h 2.38328 v 0.320789 h -1.000109 v 2.4965 h -0.383062 v -2.4965 h -1.000109 z"
-           id="path895" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -8.7583505,-35.283977 h 1.7813275 v 0.320789 h -1.4001532 v 0.834054 h 1.3416563 v 0.32079 h -1.3416563 v 1.020867 h 1.4341186 v 0.320789 h -1.8152929 z"
-           id="path897" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -6.8350162,-33.680028 h 1.0170933 v 0.309468 h -1.0170933 z"
-           id="path899" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -5.3227445,-35.283977 h 1.6190452 v 0.320789 h -1.2378714 v 0.83028 h 1.1171037 v 0.32079 h -1.1171037 v 1.34543 h -0.3811738 z"
-           id="path901" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -2.1541867,-35.025458 q -0.4151397,0 -0.6604492,0.309468 -0.2434226,0.309468 -0.2434226,0.843489 0,0.532133 0.2434226,0.841601 0.2453095,0.309467 0.6604492,0.309467 0.4151398,0 0.6566759,-0.309467 0.2434226,-0.309468 0.2434226,-0.841601 0,-0.534021 -0.2434226,-0.843489 -0.2415361,-0.309468 -0.6566759,-0.309468 z m 0,-0.309467 q 0.5925175,0 0.9472739,0.398156 0.35475545,0.39627 0.35475545,1.064268 0,0.666109 -0.35475545,1.064267 -0.3547564,0.396269 -0.9472739,0.396269 -0.5944044,0 -0.9510473,-0.396269 -0.3547553,-0.396271 -0.3547553,-1.064267 0,-0.667998 0.3547553,-1.064268 0.3566429,-0.398156 0.9510473,-0.398156 z"
-           id="path903" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 0.97149896,-33.787587 q 0.12265484,0.04151 0.23776164,0.177378 0.1169942,0.135864 0.233988,0.373627 l 0.3868349,0.769894 H 1.4206052 l -0.3604174,-0.722721 q -0.13963776,-0.283049 -0.27172751,-0.375512 -0.13020277,-0.09246 -0.3566429,-0.09246 H 0.0166776 v 1.190696 h -0.38117385 v -2.817289 H 0.4959758 q 0.48307115,0 0.7208332,0.201909 0.2377616,0.201909 0.2377616,0.609501 0,0.266067 -0.1245418,0.441558 -0.1226547,0.17549 -0.35852984,0.243422 z M 0.0166776,-34.970735 v 1.000109 h 0.4792982 q 0.27550151,0 0.41513979,-0.126428 0.14152421,-0.128316 0.14152421,-0.375513 0,-0.247197 -0.14152421,-0.371739 -0.13963828,-0.126429 -0.41513979,-0.126429 z"
-           id="path905" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 1.8730912,-35.283977 h 0.5679871 l 0.7189462,1.917191 0.7227208,-1.917191 h 0.5679859 v 2.817289 H 4.078993 v -2.473855 l -0.7264948,1.932287 H 2.9694374 l -0.7264948,-1.932287 v 2.473855 H 1.8730912 Z"
-           id="path907" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 5.0072615,-35.283977 h 1.7813274 v 0.320789 H 5.3884353 v 0.834054 h 1.3416561 v 0.32079 H 5.3884353 v 1.020867 h 1.4341191 v 0.320789 H 5.0072615 Z"
-           id="path909" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 8.2714063,-34.970735 v 2.190806 h 0.4604278 q 0.5830824,0 0.8529234,-0.264181 0.2717275,-0.26418 0.2717275,-0.834052 0,-0.566101 -0.2717275,-0.828393 -0.269841,-0.26418 -0.8529234,-0.26418 z m -0.3811744,-0.313242 h 0.7831052 q 0.8189571,0 1.2020185,0.341547 0.3830604,0.33966 0.3830604,1.064268 0,0.728381 -0.384948,1.069928 -0.3849473,0.341546 -1.2001309,0.341546 H 7.8902319 Z"
-           id="path911" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 10.621747,-35.283977 h 0.398156 v 0.286825 l -0.309468,0.601952 h -0.243422 l 0.154734,-0.601952 z"
-           id="path913" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 12.56984,-35.025458 q -0.415141,0 -0.66045,0.309468 -0.243424,0.309468 -0.243424,0.843489 0,0.532133 0.243424,0.841601 0.245309,0.309467 0.66045,0.309467 0.415139,0 0.656674,-0.309467 0.243423,-0.309468 0.243423,-0.841601 0,-0.534021 -0.243423,-0.843489 -0.241535,-0.309468 -0.656674,-0.309468 z m 0,-0.309467 q 0.592517,0 0.947273,0.398156 0.354754,0.39627 0.354754,1.064268 0,0.666109 -0.354754,1.064267 -0.354756,0.396269 -0.947273,0.396269 -0.594406,0 -0.951049,-0.396269 -0.354755,-0.396271 -0.354755,-1.064267 0,-0.667998 0.354755,-1.064268 0.356643,-0.398156 0.951049,-0.398156 z"
-           id="path915" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 14.740701,-33.812118 v 1.032189 h 0.611388 q 0.30758,0 0.454766,-0.126429 0.149073,-0.128316 0.149073,-0.390609 0,-0.264179 -0.149073,-0.388722 -0.147186,-0.126429 -0.454766,-0.126429 z m 0,-1.158617 v 0.849149 h 0.564212 q 0.279277,0 0.415141,-0.103784 0.13775,-0.105673 0.13775,-0.32079 0,-0.213231 -0.13775,-0.318903 -0.135864,-0.105672 -0.415141,-0.105672 z m -0.381174,-0.313242 h 0.973691 q 0.435898,0 0.671772,0.181152 0.235876,0.181152 0.235876,0.515151 0,0.258518 -0.120769,0.411366 -0.120768,0.152846 -0.354755,0.190586 0.281163,0.06038 0.435896,0.252858 0.156621,0.190587 0.156621,0.477412 0,0.377398 -0.256633,0.583081 -0.256631,0.205683 -0.730267,0.205683 h -1.011432 z"
-           id="path917" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 18.367136,-35.191514 v 0.371738 q -0.217005,-0.103784 -0.409478,-0.154734 -0.192474,-0.05095 -0.37174,-0.05095 -0.311355,0 -0.481184,0.120768 -0.167943,0.120768 -0.167943,0.343434 0,0.186813 0.111333,0.283049 0.11322,0.09435 0.426462,0.152847 l 0.230213,0.04717 q 0.426463,0.08114 0.628372,0.286824 0.203795,0.203796 0.203795,0.54723 0,0.409478 -0.275502,0.620822 -0.273614,0.211343 -0.803862,0.211343 -0.200021,0 -0.426461,-0.04529 -0.224553,-0.04529 -0.466089,-0.133976 v -0.392497 q 0.232101,0.130203 0.454767,0.196248 0.222665,0.06605 0.437783,0.06605 0.326452,0 0.50383,-0.128316 0.177377,-0.128315 0.177377,-0.366078 0,-0.20757 -0.128315,-0.324564 -0.12643,-0.116994 -0.417027,-0.17549 l -0.232101,-0.04529 q -0.426462,-0.08492 -0.617049,-0.266066 -0.190586,-0.181153 -0.190586,-0.503829 0,-0.373626 0.262292,-0.588744 0.26418,-0.215117 0.726496,-0.215117 0.198134,0 0.403817,0.03585 0.205683,0.03585 0.4208,0.10756 z"
-           id="path919" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 18.765144,-35.283977 h 1.781326 v 0.320789 h -1.400152 v 0.834054 h 1.341655 v 0.32079 h -1.341655 v 1.020867 h 1.434119 v 0.320789 h -1.815293 z"
-           id="path921" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 22.253703,-33.787587 q 0.122655,0.04151 0.237763,0.177378 0.116994,0.135864 0.233987,0.373627 l 0.386835,0.769894 h -0.409479 l -0.360417,-0.722721 q -0.139638,-0.283049 -0.271728,-0.375512 -0.130202,-0.09246 -0.356643,-0.09246 h -0.41514 v 1.190696 h -0.381173 v -2.817289 h 0.860471 q 0.483072,0 0.720835,0.201909 0.237761,0.201909 0.237761,0.609501 0,0.266067 -0.124542,0.441558 -0.122654,0.17549 -0.35853,0.243422 z m -0.954822,-1.183148 v 1.000109 h 0.479298 q 0.275502,0 0.415141,-0.126428 0.141525,-0.128316 0.141525,-0.375513 0,-0.247197 -0.141525,-0.371739 -0.139639,-0.126429 -0.415141,-0.126429 z"
-           id="path923" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 23.901116,-32.466688 -1.075589,-2.817289 h 0.398156 l 0.892551,2.371958 0.894437,-2.371958 h 0.396269 l -1.073702,2.817289 z"
-           id="path925" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 26.338363,-34.908464 -0.517038,1.40204 h 1.035962 z m -0.215119,-0.375513 h 0.432122 l 1.073704,2.817289 h -0.396271 l -0.256631,-0.722721 h -1.26995 l -0.256633,0.722721 h -0.401929 z"
-           id="path927" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 27.22827,-35.283977 h 2.383279 v 0.320789 H 28.61144 v 2.4965 h -0.38306 v -2.4965 h -1.00011 z"
-           id="path929" />
-        <path
-           style="stroke-width:0.544451"
-           d="M 29.937626,-35.283977 H 30.3188 v 2.817289 h -0.381174 z"
-           id="path931" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 32.155495,-35.025458 q -0.415139,0 -0.66045,0.309468 -0.243422,0.309468 -0.243422,0.843489 0,0.532133 0.243422,0.841601 0.245311,0.309467 0.66045,0.309467 0.41514,0 0.656676,-0.309467 0.243423,-0.309468 0.243423,-0.841601 0,-0.534021 -0.243423,-0.843489 -0.241536,-0.309468 -0.656676,-0.309468 z m 0,-0.309467 q 0.592519,0 0.947273,0.398156 0.354756,0.39627 0.354756,1.064268 0,0.666109 -0.354756,1.064267 -0.354754,0.396269 -0.947273,0.396269 -0.594404,0 -0.951047,-0.396269 -0.354755,-0.396271 -0.354755,-1.064267 0,-0.667998 0.354755,-1.064268 0.356643,-0.398156 0.951047,-0.398156 z"
-           id="path933" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 33.945185,-35.283977 h 0.513265 l 1.249197,2.356862 v -2.356862 h 0.369849 v 2.817289 h -0.513263 l -1.249196,-2.356861 v 2.356861 h -0.369852 z"
-           id="path935" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -17.215456,-30.835641 v 2.190805 h 0.460428 q 0.583083,0 0.852923,-0.264179 0.271728,-0.264181 0.271728,-0.834054 0,-0.5661 -0.271728,-0.828393 -0.26984,-0.264179 -0.852923,-0.264179 z m -0.381173,-0.313242 h 0.783104 q 0.818958,0 1.202018,0.341546 0.383061,0.33966 0.383061,1.064268 0,0.728381 -0.384948,1.069928 -0.384947,0.341547 -1.200131,0.341547 h -0.783104 z"
-           id="path937" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -14.976449,-31.148883 h 1.781327 v 0.32079 h -1.400153 v 0.834053 h 1.341657 v 0.32079 h -1.341657 v 1.020866 h 1.434119 v 0.32079 h -1.815293 z"
-           id="path939" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -11.135018,-31.05642 v 0.371739 q -0.217004,-0.103786 -0.409478,-0.154734 -0.192474,-0.05095 -0.371739,-0.05095 -0.311355,0 -0.481185,0.120768 -0.167943,0.120768 -0.167943,0.343434 0,0.186813 0.111334,0.283049 0.11322,0.09435 0.426461,0.152847 l 0.230214,0.04717 q 0.426462,0.08114 0.628371,0.286824 0.203795,0.203796 0.203795,0.54723 0,0.409478 -0.275502,0.620823 -0.273614,0.211344 -0.803861,0.211344 -0.200022,0 -0.426461,-0.04529 -0.224554,-0.04529 -0.466089,-0.133977 v -0.392496 q 0.2321,0.130203 0.454766,0.196248 0.222666,0.06604 0.437784,0.06604 0.326451,0 0.503829,-0.128316 0.177378,-0.128316 0.177378,-0.366077 0,-0.207571 -0.128315,-0.324564 -0.12643,-0.116995 -0.417028,-0.175491 l -0.2321,-0.04529 q -0.426463,-0.08492 -0.61705,-0.266067 -0.190586,-0.181152 -0.190586,-0.503829 0,-0.373626 0.262292,-0.588743 0.26418,-0.215118 0.726494,-0.215118 0.198135,0 0.403819,0.03585 0.205683,0.03585 0.4208,0.107559 z"
-           id="path941" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -9.6254334,-30.835641 v 1.058606 h 0.4792977 q 0.2660671,0 0.4113658,-0.137751 0.1452988,-0.137751 0.1452988,-0.392496 0,-0.252857 -0.1452988,-0.390608 -0.1452987,-0.137751 -0.4113658,-0.137751 z m -0.3811746,-0.313242 h 0.8604723 q 0.4736367,0 0.7151728,0.215117 0.2434226,0.213232 0.2434226,0.626484 0,0.417027 -0.2434226,0.630257 -0.2415361,0.213232 -0.7151728,0.213232 h -0.4792977 v 1.132199 h -0.3811746 z"
-           id="path943" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -6.4716698,-29.652493 q 0.1226547,0.04151 0.2377615,0.177378 0.1169938,0.135863 0.2339876,0.373626 l 0.3868348,0.769895 h -0.4094793 l -0.3604164,-0.722721 q -0.1396377,-0.28305 -0.2717275,-0.375512 -0.1302033,-0.09246 -0.3566429,-0.09246 h -0.4151392 v 1.190697 h -0.3811744 v -2.817289 h 0.860472 q 0.4830712,0 0.7208333,0.201908 0.2377615,0.201909 0.2377615,0.609502 0,0.266066 -0.1245412,0.441557 -0.1226558,0.175491 -0.3585298,0.243423 z m -0.9548214,-1.183148 v 1.000109 h 0.4792976 q 0.2755016,0 0.4151393,-0.126429 0.1415253,-0.128316 0.1415253,-0.375512 0,-0.247198 -0.1415253,-0.371739 -0.1396377,-0.126429 -0.4151393,-0.126429 z"
-           id="path945" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -4.4458785,-30.890364 q -0.4151397,0 -0.6604493,0.309467 -0.243423,0.309468 -0.243423,0.843489 0,0.532133 0.243423,0.841602 0.2453096,0.309468 0.6604493,0.309468 0.4151393,0 0.6566759,-0.309468 0.2434226,-0.309469 0.2434226,-0.841602 0,-0.534021 -0.2434226,-0.843489 -0.2415366,-0.309467 -0.6566759,-0.309467 z m 0,-0.309468 q 0.5925175,0 0.947274,0.398156 0.3547553,0.39627 0.3547553,1.064268 0,0.666111 -0.3547553,1.064267 -0.3547565,0.39627 -0.947274,0.39627 -0.594405,0 -0.9510473,-0.39627 -0.3547553,-0.396269 -0.3547553,-1.064267 0,-0.667998 0.3547553,-1.064268 0.3566423,-0.398156 0.9510473,-0.398156 z"
-           id="path947" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -2.7721256,-31.148883 h 0.3811738 v 2.621041 q 0,0.50949 -0.1943612,0.739704 -0.1924731,0.230213 -0.6208229,0.230213 h -0.1452988 v -0.320789 h 0.1188814 q 0.252858,0 0.3566428,-0.141525 0.1037849,-0.141525 0.1037849,-0.507603 z"
-           id="path949" />
-        <path
-           style="stroke-width:0.544451"
-           d="m -0.97896395,-31.148883 h 1.78132747 v 0.32079 H -0.5977901 v 0.834053 h 1.34165619 v 0.32079 H -0.5977901 v 1.020866 h 1.43411956 v 0.32079 h -1.81529341 z"
-           id="path951" />
-        <path
-           style="stroke-width:0.544451"
-           d="M 0.78299455,-31.148883 H 3.166274 v 0.32079 H 2.1661647 v 2.496499 H 1.7831044 v -2.496499 H 0.78299455 Z"
-           id="path953" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 5.1812123,-31.05642 v 0.371739 q -0.2170047,-0.103786 -0.4094789,-0.154734 -0.1924737,-0.05095 -0.3717383,-0.05095 -0.311355,0 -0.4811846,0.120768 -0.1679433,0.120768 -0.1679433,0.343434 0,0.186813 0.1113333,0.283049 0.1132193,0.09435 0.4264619,0.152847 l 0.230214,0.04717 q 0.4264613,0.08114 0.6283704,0.286824 0.2037956,0.203796 0.2037956,0.54723 0,0.409478 -0.2755019,0.620823 -0.2736145,0.211344 -0.8038611,0.211344 -0.2000217,0 -0.4264619,-0.04529 -0.2245531,-0.04529 -0.4660887,-0.133977 v -0.392496 q 0.2321007,0.130203 0.4547668,0.196248 0.2226656,0.06604 0.4377838,0.06604 0.3264503,0 0.5038285,-0.128316 0.1773783,-0.128316 0.1773783,-0.366077 0,-0.207571 -0.1283163,-0.324564 -0.1264288,-0.116995 -0.4170273,-0.175491 l -0.2321006,-0.04529 q -0.4264618,-0.08492 -0.6170485,-0.266067 -0.1905871,-0.181152 -0.1905871,-0.503829 0,-0.373626 0.2622931,-0.588743 0.26418,-0.215118 0.7264941,-0.215118 0.1981352,0 0.4038179,0.03585 0.2056831,0.03585 0.4208008,0.107559 z"
-           id="path955" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 6.3096225,-31.148883 h 1.7813269 v 0.32079 h -1.400153 v 0.834053 h 1.3416561 v 0.32079 H 6.6907964 v 1.020866 h 1.4341189 v 0.32079 H 6.3096225 Z"
-           id="path957" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 8.071581,-31.148883 h 2.383279 v 0.32079 H 9.4547505 v 2.496499 H 9.0716897 v -2.496499 H 8.071581 Z"
-           id="path959" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 13.200202,-31.05642 v 0.371739 q -0.217004,-0.103786 -0.409479,-0.154734 -0.192473,-0.05095 -0.371739,-0.05095 -0.311354,0 -0.481184,0.120768 -0.167943,0.120768 -0.167943,0.343434 0,0.186813 0.111334,0.283049 0.113219,0.09435 0.426461,0.152847 l 0.230214,0.04717 q 0.426462,0.08114 0.628371,0.286824 0.203796,0.203796 0.203796,0.54723 0,0.409478 -0.275503,0.620823 -0.273614,0.211344 -0.803861,0.211344 -0.200021,0 -0.426461,-0.04529 -0.224554,-0.04529 -0.466089,-0.133977 v -0.392496 q 0.2321,0.130203 0.454767,0.196248 0.222665,0.06604 0.437783,0.06604 0.326451,0 0.503828,-0.128316 0.177379,-0.128316 0.177379,-0.366077 0,-0.207571 -0.128316,-0.324564 -0.126428,-0.116995 -0.417028,-0.175491 l -0.2321,-0.04529 q -0.426461,-0.08492 -0.617048,-0.266067 -0.190587,-0.181152 -0.190587,-0.503829 0,-0.373626 0.262292,-0.588743 0.26418,-0.215118 0.726495,-0.215118 0.198134,0 0.403817,0.03585 0.205683,0.03585 0.420801,0.107559 z"
-           id="path961" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 13.168954,-31.148883 h 2.38328 v 0.32079 h -1.00011 v 2.496499 h -0.38306 v -2.496499 h -1.00011 z"
-           id="path963" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 17.214301,-29.652493 q 0.122654,0.04151 0.237761,0.177378 0.116994,0.135863 0.233989,0.373626 l 0.386834,0.769895 h -0.409478 l -0.360417,-0.722721 q -0.139638,-0.28305 -0.271727,-0.375512 -0.130203,-0.09246 -0.356644,-0.09246 H 16.25948 v 1.190697 h -0.381175 v -2.817289 h 0.860472 q 0.483072,0 0.720833,0.201908 0.237763,0.201909 0.237763,0.609502 0,0.266066 -0.124543,0.441557 -0.122654,0.175491 -0.358529,0.243423 z m -0.954821,-1.183148 v 1.000109 h 0.479297 q 0.275502,0 0.41514,-0.126429 0.141525,-0.128316 0.141525,-0.375512 0,-0.247198 -0.141525,-0.371739 -0.139638,-0.126429 -0.41514,-0.126429 z"
-           id="path965" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 19.057507,-30.773371 -0.517038,1.40204 h 1.035963 z m -0.215118,-0.375512 h 0.432123 l 1.073702,2.817289 h -0.39627 l -0.256632,-0.722721 h -1.269949 l -0.256632,0.722721 H 17.7668 Z"
-           id="path967" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 19.947415,-31.148883 h 2.38328 v 0.32079 h -1.000109 v 2.496499 h -0.383062 v -2.496499 h -1.000109 z"
-           id="path969" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 22.656767,-31.148883 h 1.781327 v 0.32079 H 23.03794 v 0.834053 h 1.341657 v 0.32079 H 23.03794 v 1.020866 h 1.434119 v 0.32079 h -1.815292 z m 0.988787,-0.766122 h 0.349094 l -0.430235,0.498168 h -0.288711 z"
-           id="path971" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 26.730299,-28.733525 v -0.756686 H 26.10759 v -0.313242 h 1.00011 v 1.209567 q -0.220779,0.15662 -0.486847,0.237761 -0.266066,0.07925 -0.567986,0.07925 -0.660449,0 -1.034075,-0.384948 -0.371739,-0.386835 -0.371739,-1.075589 0,-0.690642 0.371739,-1.07559 0.373626,-0.386834 1.034075,-0.386834 0.275503,0 0.522699,0.06793 0.249084,0.06793 0.45854,0.200022 v 0.405706 q -0.211343,-0.179265 -0.449105,-0.269842 -0.237762,-0.09058 -0.500055,-0.09058 -0.517038,0 -0.777444,0.28871 -0.258518,0.288711 -0.258518,0.860472 0,0.569873 0.258518,0.858584 0.260406,0.288712 0.777444,0.288712 0.201909,0 0.360417,-0.03397 0.158508,-0.03585 0.284936,-0.109446 z"
-           id="path973" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 27.41792,-31.148883 h 0.381174 v 2.817289 H 27.41792 Z"
-           id="path975" />
-        <path
-           style="stroke-width:0.544451"
-           d="M 28.492273,-31.148883 H 30.2736 v 0.32079 h -1.400153 v 0.834053 h 1.341655 v 0.32079 h -1.341655 v 1.020866 h 1.434119 v 0.32079 h -1.815293 z"
-           id="path977" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 32.333705,-31.05642 v 0.371739 q -0.217004,-0.103786 -0.409478,-0.154734 -0.192474,-0.05095 -0.371739,-0.05095 -0.311355,0 -0.481185,0.120768 -0.167943,0.120768 -0.167943,0.343434 0,0.186813 0.111333,0.283049 0.11322,0.09435 0.426462,0.152847 l 0.230214,0.04717 q 0.426462,0.08114 0.62837,0.286824 0.203796,0.203796 0.203796,0.54723 0,0.409478 -0.275502,0.620823 -0.273614,0.211344 -0.803861,0.211344 -0.200022,0 -0.426462,-0.04529 -0.224553,-0.04529 -0.466088,-0.133977 v -0.392496 q 0.232101,0.130203 0.454767,0.196248 0.222665,0.06604 0.437783,0.06604 0.326451,0 0.503829,-0.128316 0.177378,-0.128316 0.177378,-0.366077 0,-0.207571 -0.128316,-0.324564 -0.12643,-0.116995 -0.417027,-0.175491 l -0.2321,-0.04529 q -0.426463,-0.08492 -0.61705,-0.266067 -0.190586,-0.181152 -0.190586,-0.503829 0,-0.373626 0.262292,-0.588743 0.26418,-0.215118 0.726494,-0.215118 0.198135,0 0.403819,0.03585 0.205683,0.03585 0.4208,0.107559 z"
-           id="path979" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 33.418714,-31.148883 h 0.383061 v 1.711508 q 0,0.452879 0.164169,0.652901 0.164168,0.198136 0.532134,0.198136 0.366077,0 0.530246,-0.198136 0.164169,-0.200022 0.164169,-0.652901 v -1.711508 h 0.383059 v 1.758683 q 0,0.551003 -0.273612,0.832166 -0.27173,0.281163 -0.803862,0.281163 -0.534021,0 -0.807636,-0.281163 -0.271728,-0.281163 -0.271728,-0.832166 z"
-           id="path981" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 37.371919,-29.652493 q 0.12265,0.04151 0.237764,0.177378 0.116993,0.135863 0.23398,0.373626 l 0.386839,0.769895 H 37.82102 l -0.360419,-0.722721 q -0.139635,-0.28305 -0.271719,-0.375512 -0.130211,-0.09246 -0.356646,-0.09246 h -0.415144 v 1.190697 h -0.381173 v -2.817289 h 0.860473 q 0.483073,0 0.720836,0.201908 0.237759,0.201909 0.237759,0.609502 0,0.266066 -0.124543,0.441557 -0.122656,0.175491 -0.358525,0.243423 z m -0.954827,-1.183148 v 1.000109 h 0.4793 q 0.275498,0 0.415139,-0.126429 0.141524,-0.128316 0.141524,-0.375512 0,-0.247198 -0.141524,-0.371739 -0.139641,-0.126429 -0.415139,-0.126429 z"
-           id="path983" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 38.654685,-29.677025 v 1.032189 h 0.61139 q 0.307582,0 0.454763,-0.126428 0.149076,-0.128316 0.149076,-0.39061 0,-0.264179 -0.149076,-0.388721 -0.147181,-0.12643 -0.454763,-0.12643 z m 0,-1.158616 v 0.849149 h 0.56421 q 0.279277,0 0.41514,-0.103785 0.137751,-0.105671 0.137751,-0.32079 0,-0.213231 -0.137751,-0.318902 -0.135863,-0.105672 -0.41514,-0.105672 z m -0.381177,-0.313242 H 39.2472 q 0.435903,0 0.671773,0.181151 0.235874,0.181152 0.235874,0.515151 0,0.25852 -0.120765,0.411366 -0.120771,0.152847 -0.354757,0.190587 0.281161,0.06038 0.435894,0.252858 0.156627,0.190587 0.156627,0.477411 0,0.3774 -0.25664,0.583082 -0.256628,0.205683 -0.730261,0.205683 h -1.011437 z"
-           id="path985" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 41.533863,-30.773371 -0.517035,1.40204 h 1.03596 z m -0.215115,-0.375512 h 0.432126 l 1.073698,2.817289 h -0.396269 l -0.256634,-0.722721 H 40.90172 l -0.256629,0.722721 h -0.401936 z"
-           id="path987" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 43.007615,-31.148883 h 0.381172 v 2.817289 h -0.381172 z"
-           id="path989" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 44.081965,-31.148883 h 0.513267 l 1.249191,2.356861 v -2.356861 h 0.369848 v 2.817289 h -0.513256 l -1.249196,-2.356861 v 2.356861 h -0.369854 z"
-           id="path991" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 46.787164,-31.148883 h 1.781329 v 0.32079 h -1.400156 v 0.834053 h 1.341662 v 0.32079 h -1.341662 v 1.020866 h 1.434118 v 0.32079 h -1.815291 z"
-           id="path993" />
-        <path
-           style="stroke-width:0.544451"
-           d="m 50.628589,-31.05642 v 0.371739 q -0.216999,-0.103786 -0.409477,-0.154734 -0.192473,-0.05095 -0.371737,-0.05095 -0.311355,0 -0.48119,0.120768 -0.16794,0.120768 -0.16794,0.343434 0,0.186813 0.111335,0.283049 0.113221,0.09435 0.426459,0.152847 l 0.230217,0.04717 q 0.426464,0.08114 0.628366,0.286824 0.203802,0.203796 0.203802,0.54723 0,0.409478 -0.275503,0.620823 -0.273615,0.211344 -0.803863,0.211344 -0.200024,0 -0.426468,-0.04529 -0.224546,-0.04529 -0.466088,-0.133977 v -0.392496 q 0.232112,0.130203 0.454774,0.196248 0.222661,0.06604 0.437782,0.06604 0.326452,0 0.503832,-0.128316 0.177376,-0.128316 0.177376,-0.366077 0,-0.207571 -0.128317,-0.324564 -0.126428,-0.116995 -0.417028,-0.175491 l -0.232097,-0.04529 q -0.426463,-0.08492 -0.617052,-0.266067 -0.190589,-0.181152 -0.190589,-0.503829 0,-0.373626 0.262296,-0.588743 0.264179,-0.215118 0.726499,-0.215118 0.198129,0 0.403815,0.03585 0.205681,0.03585 0.420796,0.107559 z"
-           id="path995" />
-      </g>
     </g>
   </g>
 </svg>

+ 3 - 0
web/themes/custom/popsu_colloque/template/block/block--mainpagecontent.html.twig

@@ -29,11 +29,14 @@
 #}
 
 {% set id = [elements][0].content['#view_id'] %}
+
 <div class="container {{id}}">
+{% if id == 'programme' %}
   {{ title_prefix }}
   {% if label %}
     <h2{{ title_attributes }}>{{ label }}</h2>
   {% endif %}
+{% endif %}
   {{ title_suffix }}
   {% block content %}
     {{ content }}

+ 1 - 1
web/themes/custom/popsu_colloque/template/components/header_slide.html.twig

@@ -1,5 +1,5 @@
 <div class="head">
-  <h2>{{ header }}</h2>
+  <h3>{{ header }}</h3>
   <div class="more_link">
     <a class="blue" href="{{more['#url']}}">{{ more['#title'] }}<span>+</span></a>
   </div>

+ 1 - 1
web/themes/custom/popsu_colloque/template/node/node--page-d-accueil.html.twig

@@ -79,7 +79,7 @@
 
 
 <article{{ attributes }} id="txt_present">
-  <div class="col-12 px-0 col-sm-10 col-md-8">
+  <div class="col-12 px-0 col-md-12 col-lg-8">
 
     <div class="__title-present">
       {{ content.field_titre_txt_present }}

+ 1 - 1
web/themes/custom/popsu_colloque/template/page--front.html.twig

@@ -46,7 +46,7 @@
  */
 #}
 <div class="layout-container">
-  <header role="banner">
+  <header role="banner" class="front">
     {{ page.header }}
   </header>
 

+ 3 - 2
web/themes/custom/popsu_colloque/template/views/fields/views-view-fields--slide_programme.html.twig

@@ -31,5 +31,6 @@
  * @ingroup themeable
  */
 #}
-
-{% include 'themes/custom/popsu_colloque/template/components/thumbnails.html.twig' %}
+<a href="{{fields.view_node.content}}">
+  {% include 'themes/custom/popsu_colloque/template/components/thumbnails.html.twig' %}
+</a>

+ 1 - 1
web/themes/custom/popsu_colloque/template/views/lists/views-view-unformatted--dernieres_publications.html.twig

@@ -27,7 +27,7 @@
         default_row_class ? 'views-row',
       ]
     %}
-    <article class="thumbnails col-lg-3 col-sm-6 col-12 m-2">
+    <article class="thumbnails col-lg-3 col-sm-6 col-12">
       {{- row.content -}}
     </article>
   {% endfor %}

+ 10 - 17
web/themes/custom/popsu_colloque/template/views/lists/views-view-unformatted--slide_programme.html.twig

@@ -17,21 +17,14 @@
  * @ingroup themeable
  */
 #}
-{# <div class="__day"> #}
-{% if title %}
-  {# <h3>{{ title }}</h3> #}
-{% endif %}
-{# <div class="d-flex"> #}
 
-  {% for row in rows %}
-    {%
-      set row_classes = [
-        default_row_class ? 'views-row',
-      ]
-    %}
-    <article class="thumbnails">
-      {{- row.content -}}
-    </article>
-  {% endfor %}
-{# </div> #}
-{# </div> #}
+{% for row in rows %}
+  {%
+    set row_classes = [
+      default_row_class ? 'views-row',
+    ]
+  %}
+  <article class="thumbnails">
+    {{- row.content -}}
+  </article>
+{% endfor %}

Some files were not shown because too many files changed in this diff