<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content=="IE=edge"/>
<meta name="viewport" content="initial-scale=1.0, user-scalable=yes" />
<meta name="google" value="notranslate"/>
<link rel="stylesheet" href="css/bootstrap.4.3.1.min.css">
<title>Horloge SVG</title>
<style>
/*svg {
border: 1px solid #FF0000;
}*/
a {
color: #304741;
}
button {
background: #2E3735;
color:white;
width: 50px;
height: 24px;
padding-top:-2px;
}
button:hover{
/*background-image: url('img/play2.svg');
background-repeat: no-repeat;*/
/*background-color:#48A0F7;*/
}
</style>
</head>
<body style=" text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);"><!--background-color:#007BFF;-->
<br />
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<div align="center"> <svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="40%" height="40%" viewBox="0 0 700 700" id="svg2" version="1.1" inkscape:version="0.91 r13725" sodipodi:docname="CLOCK.svg" filter="drop-shadow(7px 7px 2px rgb(0 0 0 / 0.4)">
<desc>
Rework of https://openclipart.org/detail/233657/clock to keep time
updates every 10 seconds. Added stroke to clock hands so they can be seen when
over the numbers. Can easily be scaled and positioned where desired.
Jay Nick
STEAMcoded.org
Ajout d'une trotteuse et donc mise à jour toutes les minutes
Bernard DECHEN
</desc>
<script type="application/x-javascript"><![CDATA[
var Clock = new function()
{
window.addEventListener("load", function(e) {setClock(); }, false);
function setClock()
{
var sec;
var min;
var hr;
var deg;
var node;
var dt = new Date();
var deg=0;
min = dt.getMinutes();
sec = dt.getSeconds();
deg = (360/3600)*(60*min+sec);
node = document.getElementById("minutes");
node.setAttribute("transform","rotate("+deg+",367.3,487.5)");
hr = dt.getHours();
deg = 30*hr + 30/60*min;
var node = document.getElementById("hours");
deg-=150;
deg%=360;
node.setAttribute("transform","rotate("+deg+",367.3,487.5)");
sec = dt.getSeconds();
min = dt.getMinutes();
deg = (360/60)*(60*min+sec);
node = document.getElementById("seconds");
node.setAttribute("transform","rotate("+deg+",367.3,487.5)");
setTimeout(setClock,(1-dt.getSeconds()%10)*1000);
}
function stop()
{
document.getElementById("seconds").style.display="none";
}
}();
]]>
</script>
<defs id="defs4">
<inkscape:path-effect effect="powerstroke" id="path-effect4463" is_visible="true" offset_points="0.17982456,2.2841785" sort_points="true" interpolator_type="Linear" interpolator_beta="0.2" start_linecap_type="zerowidth" linejoin_type="round" miter_limit="4" end_linecap_type="zerowidth" cusp_linecap_type="round"/>
<inkscape:path-effect effect="powerstroke" id="path-effect4459" is_visible="true" offset_points="0,0.5" sort_points="true" interpolator_type="Linear" interpolator_beta="0.2" start_linecap_type="zerowidth" linejoin_type="round" miter_limit="4" end_linecap_type="zerowidth" cusp_linecap_type="round"/>
<inkscape:path-effect effect="powerstroke" id="path-effect4463-8" is_visible="true" offset_points="0.17982456,1.9548752" sort_points="true" interpolator_type="Linear" interpolator_beta="0.2" start_linecap_type="zerowidth" linejoin_type="round" miter_limit="4" end_linecap_type="zerowidth" cusp_linecap_type="round"/>
</defs>
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.39632064" inkscape:cx="778.26877" inkscape:cy="147.67304" inkscape:document-units="px" inkscape:current-layer="layer1" showgrid="false" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" inkscape:window-width="1366" inkscape:window-height="745" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1"/>
<metadata id="metadata7">
<rdf:RDF>
<cc:Work rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"/>
<dc:title/>
</cc:Work>
</rdf:RDF>
</metadata>
<g transform="translate(0,0) scale(1)">
<!--coul fond horloge--><g inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" transform="translate(5,5) translate(-32.298594,-152.49977)">
<circle r="321.58044" cy="486.95135" cx="366.75479" id="circle4485" style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.89533019;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1"/>
<path style="color:#000000;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:#000000;letter-spacing:normal;word-spacing:normal;text-transform:none;direction:ltr;block-progression:tb;writing-mode:lr-tb;baseline-shift:baseline;text-anchor:start;white-space:normal;clip-rule:nonzero;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:#000000;solid-opacity:1;fill:#e91111;fill-opacity:1;fill-rule:nonzero;stroke:#000000;stroke-width:2.89499998;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto;enable-background:accumulate" d="m 366.75948,153.94727 c -183.78008,0 -333.013386,149.21782 -333.013386,332.99794 0,183.78003 149.233306,333.0134 333.013386,333.0134 183.78006,0 332.99793,-149.23337 332.99793,-333.0134 0,-183.78012 -149.21787,-332.99794 -332.99793,-332.99794 z m 0,22.84947 c 171.42789,0 310.14846,138.72059 310.14846,310.14847 0,171.42787 -138.72057,310.16394 -310.14846,310.16394 -171.42789,0 -310.163912,-138.73607 -310.163912,-310.16394 0,-171.42788 138.736022,-310.14847 310.163912,-310.14847 z" id="path4147" inkscape:connector-curvature="0"/>
<path style="opacity:1;fill:#800000;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" d="m 367.26827,177.24385 -1.03301,0.0154 c -0.28458,-2.4e-4 -0.50871,0.23926 -0.50879,0.52424 l 0,14.01496 c 5e-5,0.28576 0.22334,0.52416 0.50879,0.52416 l 1.04843,0 c 0.2856,-8e-5 0.50934,-0.23919 0.50879,-0.52416 l -0.0154,-14.01496 c -5e-5,-0.28498 -0.22153,-0.54043 -0.50879,-0.53964 z m 26.51896,7.36978 a 1.8037951,1.8037951 0 0 0 -1.7114,1.51099 1.8037951,1.8037951 0 0 0 1.46471,2.08142 1.8037951,1.8037951 0 0 0 1.92725,-1.00215 1.8037951,1.8037951 0 0 0 0.15418,-0.46259 1.8037951,1.8037951 0 0 0 0.0154,-0.18503 1.8037951,1.8037951 0 0 0 0,-0.3546 1.8037951,1.8037951 0 0 0 -0.58588,-1.11006 1.8037951,1.8037951 0 0 0 -0.89425,-0.43172 1.8037951,1.8037951 0 0 0 -0.18502,-0.0309 1.8037951,1.8037951 0 0 0 -0.18501,-0.0154 z m -57.64791,0.66302 a 1.8037951,1.8037951 0 0 0 -1.75765,1.83472 1.8037951,1.8037951 0 0 0 1.83475,1.75761 1.8037951,1.8037951 0 0 0 1.7114,-1.34136 1.8037951,1.8037951 0 0 0 0.0462,-0.49337 1.8037951,1.8037951 0 0 0 -0.0154,-0.16956 1.8037951,1.8037951 0 0 0 -0.0308,-0.18504 l 0.0154,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.0771,-0.15417 1.8037951,1.8037951 0 0 0 -0.13876,-0.32382 l 0.0154,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.0771,-0.13878 l -0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.53963,-0.49337 1.8037951,1.8037951 0 0 0 -0.97134,-0.26208 z m 88.19096,3.68484 a 1.8037951,1.8037951 0 0 0 -1.51096,1.32596 1.8037951,1.8037951 0 0 0 1.26428,2.22019 1.8037951,1.8037951 0 0 0 2.01976,-0.80171 1.8037951,1.8037951 0 0 0 0.20043,-0.46251 1.8037951,1.8037951 0 0 0 0.0308,-0.16965 1.8037951,1.8037951 0 0 0 0.0462,-0.35459 1.8037951,1.8037951 0 0 0 -0.47796,-1.1564 1.8037951,1.8037951 0 0 0 -0.86341,-0.52416 1.8037951,1.8037951 0 0 0 -0.16959,-0.0463 1.8037951,1.8037951 0 0 0 -0.35462,-0.0309 1.8037951,1.8037951 0 0 0 -0.18502,0 z m -121.15464,1.52639 a 1.8037951,1.8037951 0 0 0 -0.13876,0.0154 1.8037951,1.8037951 0 0 0 -1.5418,2.03524 1.8037951,1.8037951 0 0 0 2.03518,1.54178 1.8037951,1.8037951 0 0 0 1.5418,-1.54178 1.8037951,1.8037951 0 0 0 0,-0.46259 1.8037951,1.8037951 0 0 0 -0.0308,-0.20043 1.8037951,1.8037951 0 0 0 -0.0617,-0.16956 1.8037951,1.8037951 0 0 0 -0.0617,-0.15417 l 0.0154,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.0771,-0.15418 1.8037951,1.8037951 0 0 0 -0.80174,-0.72459 1.8037951,1.8037951 0 0 0 -0.70922,-0.16964 1.8037951,1.8037951 0 0 0 -0.16961,0 z m 156.16892,7.40064 a 1.8037951,1.8037951 0 0 0 -1.64972,1.12553 1.8037951,1.8037951 0 0 0 0.97134,2.3435 1.8037951,1.8037951 0 0 0 2.11226,-0.53956 1.8037951,1.8037951 0 0 0 0.24669,-0.41633 1.8037951,1.8037951 0 0 0 0.0617,-0.18504 1.8037951,1.8037951 0 0 0 0.0771,-0.3546 1.8037951,1.8037951 0 0 0 -0.32378,-1.20257 1.8037951,1.8037951 0 0 0 -0.80173,-0.61676 1.8037951,1.8037951 0 0 0 -0.15418,-0.0616 1.8037951,1.8037951 0 0 0 -0.35462,-0.0771 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.18502,0 z m -190.62814,2.26645 a 1.8037951,1.8037951 0 0 0 -0.47796,0.0617 1.8037951,1.8037951 0 0 0 -1.31054,2.2048 1.8037951,1.8037951 0 0 0 2.20478,1.2797 1.8037951,1.8037951 0 0 0 1.35678,-1.69595 1.8037951,1.8037951 0 0 0 -0.0617,-0.50885 1.8037951,1.8037951 0 0 0 -0.0617,-0.15417 1.8037951,1.8037951 0 0 0 -0.0617,-0.15417 l 0,-0.0309 0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.0771,-0.15417 l -0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.98675,-0.75546 1.8037951,1.8037951 0 0 0 -0.52421,-0.0925 z m 221.57207,9.66709 a 1.8037951,1.8037951 0 0 0 -1.40303,0.9405 1.8037951,1.8037951 0 0 0 0.70923,2.43601 1.8037951,1.8037951 0 0 0 2.1431,-0.30834 1.8037951,1.8037951 0 0 0 0.29293,-0.40086 1.8037951,1.8037951 0 0 0 0.0771,-0.15417 1.8037951,1.8037951 0 0 0 0.10792,-0.3546 1.8037951,1.8037951 0 0 0 -0.18502,-1.21804 1.8037951,1.8037951 0 0 0 -0.70922,-0.7092 1.8037951,1.8037951 0 0 0 -0.15418,-0.0925 1.8037951,1.8037951 0 0 0 -0.70923,-0.13878 1.8037951,1.8037951 0 0 0 -0.1696,0 z m -250.5425,1.94264 a 1.8037951,1.8037951 0 0 0 -0.44712,0.10799 1.8037951,1.8037951 0 0 0 -1.06384,2.31263 1.8037951,1.8037951 0 0 0 2.29728,1.06388 1.8037951,1.8037951 0 0 0 1.17177,-1.83473 1.8037951,1.8037951 0 0 0 -0.0925,-0.47798 1.8037951,1.8037951 0 0 0 -0.0771,-0.16956 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -0.0925,-0.13878 1.8037951,1.8037951 0 0 0 -1.06384,-0.67841 1.8037951,1.8037951 0 0 0 -0.53963,-0.0309 z m -27.27444,6.70684 -0.89424,0.52424 c -0.24661,0.14209 -0.32759,0.46132 -0.18502,0.7092 l 6.99977,12.14944 c 0.14273,0.24708 0.47757,0.32784 0.72465,0.18496 l 0.89424,-0.50877 c 0.24732,-0.14288 0.3124,-0.46291 0.1696,-0.7092 l -6.99978,-12.14944 c -0.14271,-0.24709 -0.46087,-0.34489 -0.70922,-0.20043 z m 308.68378,0.0155 c -0.2463,-0.14288 -0.56666,-0.049 -0.70923,0.20043 l -6.99977,12.13397 c -0.1428,0.24787 -0.0624,0.58171 0.18501,0.72459 l 0.89425,0.50885 c 0.2474,0.14288 0.56721,0.049 0.70922,-0.20043 l 6.99978,-12.13397 c 0.14241,-0.24708 0.064,-0.58179 -0.18501,-0.72467 l -0.89425,-0.50877 z m 19.30334,19.93547 a 1.8037951,1.8037951 0 0 0 -1.35679,0.66294 1.8037951,1.8037951 0 0 0 0.21586,2.544 1.8037951,1.8037951 0 0 0 2.17393,0.0925 1.8037951,1.8037951 0 0 0 0.37003,-0.32381 1.8037951,1.8037951 0 0 0 0.10793,-0.15417 1.8037951,1.8037951 0 0 0 0.1696,-0.30834 1.8037951,1.8037951 0 0 0 0.0462,-1.24892 1.8037951,1.8037951 0 0 0 -0.55505,-0.81711 1.8037951,1.8037951 0 0 0 -0.13876,-0.12338 1.8037951,1.8037951 0 0 0 -0.15418,-0.10791 1.8037951,1.8037951 0 0 0 -0.87882,-0.21582 z m -350.34322,2.35897 a 1.8037951,1.8037951 0 0 0 -0.78632,0.24668 1.8037951,1.8037951 0 0 0 -0.6013,2.46688 1.8037951,1.8037951 0 0 0 2.46688,0.60129 1.8037951,1.8037951 0 0 0 0.80174,-2.00437 1.8037951,1.8037951 0 0 0 -0.20044,-0.44712 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -0.12334,-0.13877 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.13877,-0.0925 1.8037951,1.8037951 0 0 0 -0.27752,-0.2313 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.13876,-0.0771 1.8037951,1.8037951 0 0 0 -0.72465,-0.13869 1.8037951,1.8037951 0 0 0 -0.18501,0 z m 374.61118,16.75931 a 1.8037951,1.8037951 0 0 0 -1.09474,0.52424 1.8037951,1.8037951 0 0 0 -0.0154,2.5594 1.8037951,1.8037951 0 0 0 2.15854,0.30834 1.8037951,1.8037951 0 0 0 0.40085,-0.29295 1.8037951,1.8037951 0 0 0 0.10791,-0.13878 1.8037951,1.8037951 0 0 0 0.21591,-0.27747 1.8037951,1.8037951 0 0 0 0.16956,-1.24891 1.8037951,1.8037951 0 0 0 -0.47798,-0.87884 1.8037951,1.8037951 0 0 0 -0.12331,-0.12331 1.8037951,1.8037951 0 0 0 -0.29294,-0.20043 1.8037951,1.8037951 0 0 0 -0.16965,-0.0925 1.8037951,1.8037951 0 0 0 -0.87876,-0.13878 z m -400.498,4.19369 a 1.8037951,1.8037951 0 0 0 -0.95592,0.38547 1.8037951,1.8037951 0 0 0 -0.30836,2.51314 1.8037951,1.8037951 0 0 0 2.51314,0.32381 1.8037951,1.8037951 0 0 0 0.57046,-2.09689 1.8037951,1.8037951 0 0 0 -0.21585,-0.41625 1.8037951,1.8037951 0 0 0 -0.13876,-0.13878 1.8037951,1.8037951 0 0 0 -0.13877,-0.12338 1.8037951,1.8037951 0 0 0 -0.13876,-0.10791 l 0.0154,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.13876,-0.10791 l 0,0.0154 a 1.8037951,1.8037951 0 0 0 -1.06384,-0.2313 z m 426.19973,20.95309 a 1.8037951,1.8037951 0 0 0 -0.95588,0.36999 1.8037951,1.8037951 0 0 0 -0.32374,2.51314 1.8037951,1.8037951 0 0 0 2.09681,0.60137 1.8037951,1.8037951 0 0 0 0.41633,-0.24669 1.8037951,1.8037951 0 0 0 0.15417,-0.12338 1.8037951,1.8037951 0 0 0 0.24669,-0.27756 1.8037951,1.8037951 0 0 0 0.32373,-1.20257 1.8037951,1.8037951 0 0 0 -0.38546,-0.9251 1.8037951,1.8037951 0 0 0 -0.10791,-0.13878 1.8037951,1.8037951 0 0 0 -0.27748,-0.24661 l 0.0154,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.15417,-0.077 1.8037951,1.8037951 0 0 0 -1.04849,-0.2313 z m -451.17689,4.70247 a 1.8037951,1.8037951 0 0 0 -0.18502,0.0155 1.8037951,1.8037951 0 0 0 -0.18502,0.0463 1.8037951,1.8037951 0 0 0 -0.89424,0.4779 1.8037951,1.8037951 0 0 0 -0.0154,2.54401 1.8037951,1.8037951 0 0 0 2.54397,0.0154 1.8037951,1.8037951 0 0 0 0.32378,-2.14307 1.8037951,1.8037951 0 0 0 -0.30836,-0.40086 1.8037951,1.8037951 0 0 0 -0.12335,-0.12338 1.8037951,1.8037951 0 0 0 -0.13876,-0.0925 l -0.0154,-0.0309 0.0154,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.15418,-0.077 1.8037951,1.8037951 0 0 0 -0.8634,-0.2159 z m 472.17624,21.16891 a 1.8037951,1.8037951 0 0 0 -0.81711,0.27755 1.8037951,1.8037951 0 0 0 -0.60137,2.46688 1.8037951,1.8037951 0 0 0 2.01977,0.80172 1.8037951,1.8037951 0 0 0 0.44711,-0.20043 1.8037951,1.8037951 0 0 0 0.13878,-0.0925 1.8037951,1.8037951 0 0 0 0.27755,-0.26208 1.8037951,1.8037951 0 0 0 0.44712,-1.14093 1.8037951,1.8037951 0 0 0 -0.26208,-0.97135 1.8037951,1.8037951 0 0 0 -0.0771,-0.15417 1.8037951,1.8037951 0 0 0 -0.55502,-0.47799 1.8037951,1.8037951 0 0 0 -0.13878,-0.0925 1.8037951,1.8037951 0 0 0 -0.7092,-0.15417 1.8037951,1.8037951 0 0 0 -0.16964,0 z m -491.27915,3.26867 a 1.8037951,1.8037951 0 0 0 -0.20043,0.0154 1.8037951,1.8037951 0 0 0 -0.37003,0.0925 1.8037951,1.8037951 0 0 0 -0.81716,0.55503 1.8037951,1.8037951 0 0 0 0.23128,2.52853 1.8037951,1.8037951 0 0 0 2.52854,-0.23121 1.8037951,1.8037951 0 0 0 0.0925,-2.15854 1.8037951,1.8037951 0 0 0 -0.32377,-0.37007 1.8037951,1.8037951 0 0 0 -0.15419,-0.10792 1.8037951,1.8037951 0 0 0 -0.13876,-0.10791 1.8037951,1.8037951 0 0 0 -0.15417,-0.0616 1.8037951,1.8037951 0 0 0 -0.69382,-0.15417 z m -20.613863,19.61166 c -0.247319,-0.14288 -0.566506,-0.0628 -0.70923,0.18503 l -0.508793,0.89424 c -0.142566,0.24629 -0.06238,0.5671 0.18502,0.7092 l 12.133966,7.01525 c 0.24732,0.14288 0.582,0.0474 0.72464,-0.20051 l 0.5088,-0.89423 c 0.14296,-0.24709 0.0466,-0.55172 -0.20043,-0.69381 l -12.133973,-7.01517 z m 534.449533,0.0309 -12.13397,7.01518 c -0.24788,0.14288 -0.34331,0.46211 -0.20043,0.7092 l 0.52424,0.89423 c 0.14288,0.24708 0.46133,0.3295 0.7092,0.18504 l 12.13397,-7.01518 c 0.24708,-0.14288 0.3441,-0.46133 0.20043,-0.7092 l -0.52416,-0.89431 c -0.1421,-0.24708 -0.46141,-0.32942 -0.70928,-0.18496 z m 6.69144,26.889 a 1.8037951,1.8037951 0 0 0 -0.66294,0.1233 1.8037951,1.8037951 0 0 0 -1.06388,2.31271 1.8037951,1.8037951 0 0 0 1.83473,1.15639 1.8037951,1.8037951 0 0 0 0.47798,-0.0925 1.8037951,1.8037951 0 0 0 0.16957,-0.0771 1.8037951,1.8037951 0 0 0 0.30834,-0.18503 1.8037951,1.8037951 0 0 0 0.66302,-1.0638 1.8037951,1.8037951 0 0 0 -0.0771,-0.98675 1.8037951,1.8037951 0 0 0 -0.0617,-0.16965 1.8037951,1.8037951 0 0 0 -0.077,-0.16956 1.8037951,1.8037951 0 0 0 -1.51099,-0.84797 z m -549.127499,3.3919 a 1.8037951,1.8037951 0 0 0 -0.693805,0.23129 1.8037951,1.8037951 0 0 0 -0.70923,0.7092 1.8037951,1.8037951 0 0 0 0.70923,2.43609 1.8037951,1.8037951 0 0 0 2.436038,-0.7092 1.8037951,1.8037951 0 0 0 -0.308356,-2.14314 1.8037951,1.8037951 0 0 0 -0.400866,-0.29295 1.8037951,1.8037951 0 0 0 -0.154178,-0.077 1.8037951,1.8037951 0 0 0 -0.18502,-0.0617 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.169595,-0.0154 1.8037951,1.8037951 0 0 0 -0.354615,-0.0463 l 0,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.169603,0 z m 560.552189,25.37807 a 1.8037951,1.8037951 0 0 0 -0.30834,0.0617 1.8037951,1.8037951 0 0 0 -1.29509,2.20479 1.8037951,1.8037951 0 0 0 1.69595,1.34136 1.8037951,1.8037951 0 0 0 0.50885,-0.0463 1.8037951,1.8037951 0 0 0 0.15417,-0.0617 1.8037951,1.8037951 0 0 0 0.33921,-0.13877 1.8037951,1.8037951 0 0 0 0.75545,-0.98675 1.8037951,1.8037951 0 0 0 0.0309,-1.01762 1.8037951,1.8037951 0 0 0 -0.0463,-0.16957 1.8037951,1.8037951 0 0 0 -0.15417,-0.32381 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -1.58812,-0.7092 z m -572.31612,5.70461 a 1.8037951,1.8037951 0 0 0 -1.033003,0.33921 1.8037951,1.8037951 0 0 0 -0.632137,0.8018 1.8037951,1.8037951 0 0 0 0.986752,2.34349 1.8037951,1.8037951 0 0 0 2.343528,-0.98675 1.8037951,1.8037951 0 0 0 -0.555044,-2.09681 1.8037951,1.8037951 0 0 0 -0.400866,-0.24669 1.8037951,1.8037951 0 0 0 -0.18502,-0.0617 1.8037951,1.8037951 0 0 0 -0.185012,-0.0308 1.8037951,1.8037951 0 0 0 -0.169603,-0.0309 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.169595,-0.0155 z m 582.01408,28.90876 a 1.8037951,1.8037951 0 0 0 -0.13878,0.0155 1.8037951,1.8037951 0 0 0 -1.54178,2.00429 1.8037951,1.8037951 0 0 0 1.52639,1.55725 1.8037951,1.8037951 0 0 0 0.47798,0.0154 1.8037951,1.8037951 0 0 0 0.20043,-0.0463 1.8037951,1.8037951 0 0 0 0.33921,-0.10791 1.8037951,1.8037951 0 0 0 0.87876,-0.87884 1.8037951,1.8037951 0 0 0 0.13878,-1.00215 1.8037951,1.8037951 0 0 0 -0.0308,-0.16956 1.8037951,1.8037951 0 0 0 -0.10799,-0.33921 l 0.0155,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -1.66516,-0.87884 z m -590.987358,5.88972 a 1.8037951,1.8037951 0 0 0 -1.156347,0.47791 1.8037951,1.8037951 0 0 0 -0.52421,0.86345 1.8037951,1.8037951 0 0 0 1.248857,2.22019 1.8037951,1.8037951 0 0 0 2.220192,-1.26431 1.8037951,1.8037951 0 0 0 -0.80174,-2.01976 1.8037951,1.8037951 0 0 0 -0.462542,-0.20043 1.8037951,1.8037951 0 0 0 -0.169595,-0.0308 1.8037951,1.8037951 0 0 0 -0.169595,-0.0155 l -0.01542,-0.0154 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.169603,0 z m 596.090678,27.0123 a 1.8037951,1.8037951 0 0 0 -1.57256,1.81933 1.8037951,1.8037951 0 0 0 1.34135,1.71143 1.8037951,1.8037951 0 0 0 0.49337,0.0463 1.8037951,1.8037951 0 0 0 0.16957,0 1.8037951,1.8037951 0 0 0 0.37007,-0.0925 1.8037951,1.8037951 0 0 0 0.95589,-0.77093 1.8037951,1.8037951 0 0 0 0.26208,-0.95589 1.8037951,1.8037951 0 0 0 0,-0.18503 1.8037951,1.8037951 0 0 0 -0.23122,-0.67841 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -1.51099,-0.74007 1.8037951,1.8037951 0 0 0 -0.18504,0 z m -600.438552,3.71579 a 1.8037951,1.8037951 0 0 0 -0.169595,0.0154 1.8037951,1.8037951 0 0 0 -1.110096,0.58589 1.8037951,1.8037951 0 0 0 -0.431708,0.89423 1.8037951,1.8037951 0 0 0 1.464711,2.08142 1.8037951,1.8037951 0 0 0 2.081431,-1.46473 1.8037951,1.8037951 0 0 0 -1.002169,-1.92725 1.8037951,1.8037951 0 0 0 -0.462542,-0.15417 1.8037951,1.8037951 0 0 0 -0.18502,-0.0154 1.8037951,1.8037951 0 0 0 -0.185012,-0.0154 z M 57.58232,485.8814 c -0.285605,-8e-5 -0.525236,0.22229 -0.52421,0.50885 l 0,1.03301 c -1.34e-4,0.28497 0.238763,0.52416 0.52421,0.52416 l 14.014965,0 c 0.285606,8e-5 0.524052,-0.23919 0.52421,-0.52416 l 0,-1.03301 c 1.26e-4,-0.28577 -0.23892,-0.50885 -0.52421,-0.50885 l -14.014965,0 z m 604.32391,0 c -0.28576,-2.4e-4 -0.52495,0.22229 -0.52416,0.50885 l 0,1.03301 c -2.4e-4,0.28576 0.2384,0.52416 0.52416,0.52416 l 14.01496,0 c 0.28576,2.4e-4 0.52424,-0.2384 0.52424,-0.52416 l 0,-1.03301 c 1.6e-4,-0.28577 -0.23927,-0.50885 -0.52424,-0.50885 l -14.01496,0 z m 5.61217,26.04102 a 1.8037951,1.8037951 0 0 0 -0.16956,0.0155 1.8037951,1.8037951 0 0 0 -1.11014,0.58581 1.8037951,1.8037951 0 0 0 -0.43172,0.90971 1.8037951,1.8037951 0 0 0 1.46473,2.08142 1.8037951,1.8037951 0 0 0 2.08142,-1.46474 1.8037951,1.8037951 0 0 0 -1.00215,-1.94264 1.8037951,1.8037951 0 0 0 -0.46258,-0.13877 1.8037951,1.8037951 0 0 0 -0.18496,-0.0154 1.8037951,1.8037951 0 0 0 -0.18504,-0.0154 l 0,-0.0155 z M 66.802286,516.2395 a 1.8037951,1.8037951 0 0 0 -1.75765,1.83472 1.8037951,1.8037951 0 0 0 1.325942,1.69595 1.8037951,1.8037951 0 0 0 0.508793,0.0617 1.8037951,1.8037951 0 0 0 0.169603,-0.0155 1.8037951,1.8037951 0 0 0 0.354615,-0.077 1.8037951,1.8037951 0 0 0 0.95591,-0.77093 1.8037951,1.8037951 0 0 0 0.262105,-0.97136 1.8037951,1.8037951 0 0 0 0.01542,-0.16957 1.8037951,1.8037951 0 0 0 -0.246688,-0.70927 1.8037951,1.8037951 0 0 0 -0.09251,-0.1387 1.8037951,1.8037951 0 0 0 -1.495545,-0.74006 z m 596.383644,26.41101 a 1.8037951,1.8037951 0 0 0 -1.15632,0.47798 1.8037951,1.8037951 0 0 0 -0.52424,0.84797 1.8037951,1.8037951 0 0 0 1.26431,2.2202 1.8037951,1.8037951 0 0 0 2.20472,-1.24884 1.8037951,1.8037951 0 0 0 -0.80172,-2.01976 1.8037951,1.8037951 0 0 0 -0.44711,-0.20043 1.8037951,1.8037951 0 0 0 -0.18504,-0.0309 1.8037951,1.8037951 0 0 0 -0.18496,-0.0309 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.16964,0 z M 71.9519,549.12598 a 1.8037951,1.8037951 0 0 0 -0.123352,0.0155 1.8037951,1.8037951 0 0 0 -1.57263,2.01968 1.8037951,1.8037951 0 0 0 1.526379,1.54186 1.8037951,1.8037951 0 0 0 0.508793,0.0154 1.8037951,1.8037951 0 0 0 0.18502,-0.0462 1.8037951,1.8037951 0 0 0 0.323773,-0.0925 1.8037951,1.8037951 0 0 0 0.89425,-0.89424 1.8037951,1.8037951 0 0 0 0.138761,-1.00214 1.8037951,1.8037951 0 0 0 -0.01542,-0.18504 1.8037951,1.8037951 0 0 0 -0.200437,-0.49337 1.8037951,1.8037951 0 0 0 -0.09251,-0.15417 1.8037951,1.8037951 0 0 0 -1.57263,-0.72467 z m 582.35326,28.30746 a 1.8037951,1.8037951 0 0 0 -0.18503,0.0154 1.8037951,1.8037951 0 0 0 -0.86337,0.32381 1.8037951,1.8037951 0 0 0 -0.60129,0.80172 1.8037951,1.8037951 0 0 0 0.95589,2.34357 1.8037951,1.8037951 0 0 0 2.37436,-0.98675 1.8037951,1.8037951 0 0 0 -0.57042,-2.0815 1.8037951,1.8037951 0 0 0 -0.41633,-0.26208 1.8037951,1.8037951 0 0 0 -0.18496,-0.0463 1.8037951,1.8037951 0 0 0 -0.16964,-0.0462 1.8037951,1.8037951 0 0 0 -0.16957,-0.0308 l 0.0154,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.18504,-0.0154 z m -572.732428,6.29051 a 1.8037951,1.8037951 0 0 0 -0.308364,0.0617 1.8037951,1.8037951 0 0 0 -1.295116,2.18933 1.8037951,1.8037951 0 0 0 1.695982,1.35682 1.8037951,1.8037951 0 0 0 0.493376,-0.0617 1.8037951,1.8037951 0 0 0 0.169603,-0.0616 1.8037951,1.8037951 0 0 0 0.33919,-0.13878 1.8037951,1.8037951 0 0 0 0.770906,-0.98675 1.8037951,1.8037951 0 0 0 0.03083,-1.00215 1.8037951,1.8037951 0 0 0 -0.07709,-0.16956 1.8037951,1.8037951 0 0 0 -0.138761,-0.32381 l 0,-0.0154 A 1.8037951,1.8037951 0 0 0 81.572731,583.724 Z M 642.40249,608.547 a 1.8037951,1.8037951 0 0 0 -0.87885,0.23121 1.8037951,1.8037951 0 0 0 -0.70919,0.70928 1.8037951,1.8037951 0 0 0 0.70919,2.43601 1.8037951,1.8037951 0 0 0 2.4361,-0.70919 1.8037951,1.8037951 0 0 0 -0.30842,-2.14315 1.8037951,1.8037951 0 0 0 -0.40086,-0.29295 1.8037951,1.8037951 0 0 0 -0.16956,-0.0616 1.8037951,1.8037951 0 0 0 -0.16964,-0.077 l 0,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.16957,-0.0154 1.8037951,1.8037951 0 0 0 -0.16964,-0.0309 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.16956,-0.0154 z m -549.065827,3.94701 a 1.8037951,1.8037951 0 0 0 -0.632137,0.10791 1.8037951,1.8037951 0 0 0 -1.079262,2.31271 1.8037951,1.8037951 0 0 0 1.85016,1.18718 1.8037951,1.8037951 0 0 0 0.462542,-0.10791 1.8037951,1.8037951 0 0 0 0.169595,-0.0925 1.8037951,1.8037951 0 0 0 0.308364,-0.15417 1.8037951,1.8037951 0 0 0 0.678388,-1.06388 1.8037951,1.8037951 0 0 0 -0.09251,-1.00214 1.8037951,1.8037951 0 0 0 -0.06167,-0.18504 1.8037951,1.8037951 0 0 0 -0.09251,-0.15417 1.8037951,1.8037951 0 0 0 -1.510962,-0.84797 z m 529.562077,21.10717 c -0.24708,-0.14288 -0.5664,-0.0628 -0.70928,0.18504 l -0.50877,0.89423 c -0.14288,0.24709 -0.0628,0.5664 0.18504,0.70928 l 12.13397,7.01518 c 0.24708,0.14288 0.58171,0.0474 0.72459,-0.20043 l 0.50885,-0.89424 c 0.14288,-0.24708 0.0474,-0.55171 -0.20043,-0.6938 l -12.13397,-7.01526 z m -512.2785,0.0309 -12.133963,7.01517 c -0.247003,0.14289 -0.343239,0.4622 -0.200437,0.70928 l 0.52421,0.89424 c 0.142803,0.24708 0.461516,0.32941 0.70923,0.18495 l 12.13396,-7.01517 c 0.24701,-0.14288 0.34466,-0.46133 0.20044,-0.7092 l -0.52421,-0.89424 c -0.14217,-0.24708 -0.46057,-0.32949 -0.70923,-0.18503 z M 613.8792,658.748 a 1.8037951,1.8037951 0 0 0 -0.55503,0.0925 1.8037951,1.8037951 0 0 0 -0.81719,0.5705 1.8037951,1.8037951 0 0 0 0.21582,2.54393 1.8037951,1.8037951 0 0 0 2.54401,-0.23129 1.8037951,1.8037951 0 0 0 0.0925,-2.18933 1.8037951,1.8037951 0 0 0 -0.32381,-0.3546 1.8037951,1.8037951 0 0 0 -0.15417,-0.0925 1.8037951,1.8037951 0 0 0 -0.13878,-0.10791 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.15417,-0.0771 1.8037951,1.8037951 0 0 0 -0.70919,-0.13877 z m -491.54128,3.31485 a 1.8037951,1.8037951 0 0 0 -0.78631,0.26216 1.8037951,1.8037951 0 0 0 -0.60131,2.46688 1.8037951,1.8037951 0 0 0 2.00434,0.80172 1.8037951,1.8037951 0 0 0 0.46254,-0.20043 1.8037951,1.8037951 0 0 0 0.13876,-0.0925 1.8037951,1.8037951 0 0 0 0.27753,-0.24669 1.8037951,1.8037951 0 0 0 0.44712,-1.15631 1.8037951,1.8037951 0 0 0 -0.2621,-0.97136 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -0.55506,-0.47798 1.8037951,1.8037951 0 0 0 -0.15417,-0.0925 1.8037951,1.8037951 0 0 0 -0.87883,-0.13878 z m 472.42292,21.12265 a 1.8037951,1.8037951 0 0 0 -0.18496,0.0155 1.8037951,1.8037951 0 0 0 -0.20051,0.0463 1.8037951,1.8037951 0 0 0 -0.87876,0.46251 1.8037951,1.8037951 0 0 0 -0.0155,2.5594 1.8037951,1.8037951 0 0 0 2.544,0.0154 1.8037951,1.8037951 0 0 0 0.30834,-2.14306 1.8037951,1.8037951 0 0 0 -0.27747,-0.40086 1.8037951,1.8037951 0 0 0 -0.15425,-0.10791 1.8037951,1.8037951 0 0 0 -0.1387,-0.12339 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.13878,-0.0925 1.8037951,1.8037951 0 0 0 -0.86344,-0.2159 z M 143.476,687.9188 a 1.8037951,1.8037951 0 0 0 -1.1101,0.38547 1.8037951,1.8037951 0 0 0 -0.35461,2.52853 1.8037951,1.8037951 0 0 0 2.09684,0.5705 1.8037951,1.8037951 0 0 0 0.44713,-0.23129 1.8037951,1.8037951 0 0 0 0.13876,-0.12331 1.8037951,1.8037951 0 0 0 0.23127,-0.26216 1.8037951,1.8037951 0 0 0 0.32378,-1.20257 1.8037951,1.8037951 0 0 0 -0.38545,-0.9405 1.8037951,1.8037951 0 0 0 -0.10793,-0.15417 1.8037951,1.8037951 0 0 0 -0.41629,-0.32381 1.8037951,1.8037951 0 0 0 -0.15417,-0.0924 1.8037951,1.8037951 0 0 0 -0.70923,-0.15425 z m 425.98396,20.9377 a 1.8037951,1.8037951 0 0 0 -0.9251,0.40085 1.8037951,1.8037951 0 0 0 -0.3392,2.49775 1.8037951,1.8037951 0 0 0 2.54392,0.33913 1.8037951,1.8037951 0 0 0 0.55511,-2.09681 1.8037951,1.8037951 0 0 0 -0.2313,-0.43173 1.8037951,1.8037951 0 0 0 -0.13877,-0.1233 1.8037951,1.8037951 0 0 0 -0.12331,-0.13878 1.8037951,1.8037951 0 0 0 -0.13877,-0.10791 l 0.0308,0 a 1.8037951,1.8037951 0 0 0 -0.32373,-0.18503 1.8037951,1.8037951 0 0 0 -0.90963,-0.15417 z m -400.34383,4.19369 a 1.8037951,1.8037951 0 0 0 -0.18501,0.0154 1.8037951,1.8037951 0 0 0 -1.07926,0.52424 1.8037951,1.8037951 0 0 0 -0.0308,2.52853 1.8037951,1.8037951 0 0 0 2.1431,0.3392 1.8037951,1.8037951 0 0 0 0.41629,-0.30834 1.8037951,1.8037951 0 0 0 0.10792,-0.12338 1.8037951,1.8037951 0 0 0 0.23127,-0.30834 1.8037951,1.8037951 0 0 0 0.15419,-1.23344 1.8037951,1.8037951 0 0 0 -0.46254,-0.87884 1.8037951,1.8037951 0 0 0 -0.15419,-0.12338 1.8037951,1.8037951 0 0 0 -0.29294,-0.20043 l 0.0154,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.86341,-0.21582 z m 374.50323,16.79018 a 1.8037951,1.8037951 0 0 0 -0.78632,0.26208 1.8037951,1.8037951 0 0 0 -0.60131,2.46688 1.8037951,1.8037951 0 0 0 2.45147,0.60137 1.8037951,1.8037951 0 0 0 0.81715,-2.00437 1.8037951,1.8037951 0 0 0 -0.20043,-0.46251 1.8037951,1.8037951 0 0 0 -0.12335,-0.13878 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 l 0,-0.0155 a 1.8037951,1.8037951 0 0 0 -0.15418,-0.0925 1.8037951,1.8037951 0 0 0 -0.12334,-0.10791 l 0,-0.0154 a 1.8037951,1.8037951 0 0 0 -0.13876,-0.10792 l 0,0.0154 a 1.8037951,1.8037951 0 0 0 -0.86341,-0.24669 1.8037951,1.8037951 0 0 0 -0.18501,0 z m -350.08112,2.34357 a 1.8037951,1.8037951 0 0 0 -1.3722,0.64755 1.8037951,1.8037951 0 0 0 0.23127,2.52853 1.8037951,1.8037951 0 0 0 2.18936,0.10791 1.8037951,1.8037951 0 0 0 0.33919,-0.32373 1.8037951,1.8037951 0 0 0 0.10793,-0.15425 1.8037951,1.8037951 0 0 0 0.20043,-0.30834 1.8037951,1.8037951 0 0 0 0.0463,-1.24883 1.8037951,1.8037951 0 0 0 -0.57047,-0.83258 1.8037951,1.8037951 0 0 0 -0.15417,-0.12331 1.8037951,1.8037951 0 0 0 -0.15419,-0.0925 1.8037951,1.8037951 0 0 0 -0.86341,-0.20043 z m 321.09527,9.65162 -0.89424,0.52424 c -0.24724,0.1421 -0.3275,0.46212 -0.18501,0.7092 l 6.99976,12.13397 c 0.14258,0.24709 0.47733,0.34332 0.72465,0.20043 l 0.89425,-0.52416 c 0.24732,-0.14288 0.31255,-0.46377 0.16959,-0.70928 l -6.99977,-12.13397 c -0.14257,-0.24708 -0.4608,-0.34489 -0.70923,-0.20043 z m -295.65556,0.0155 c -0.24669,-0.14297 -0.55077,-0.049 -0.69381,0.20042 l -6.99978,12.13398 c -0.14256,0.247 -0.0778,0.56631 0.1696,0.70919 l 0.90966,0.52417 c 0.2474,0.14296 0.5673,0.049 0.70923,-0.20043 l 6.99977,-12.13397 c 0.14257,-0.24701 0.064,-0.58171 -0.18501,-0.7246 l -0.90966,-0.50876 z m 275.08795,17.2219 a 1.8037951,1.8037951 0 0 0 -0.64756,0.1233 1.8037951,1.8037951 0 0 0 -1.06383,2.31271 1.8037951,1.8037951 0 0 0 2.3127,1.06388 1.8037951,1.8037951 0 0 0 1.17176,-1.83481 1.8037951,1.8037951 0 0 0 -0.10793,-0.4779 1.8037951,1.8037951 0 0 0 -0.0771,-0.16964 1.8037951,1.8037951 0 0 0 -0.0771,-0.16957 l 0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.0925,-0.13877 1.8037951,1.8037951 0 0 0 -1.06383,-0.66294 1.8037951,1.8037951 0 0 0 -0.37004,-0.0463 z m -250.58875,1.41839 a 1.8037951,1.8037951 0 0 0 -1.38762,0.9405 1.8037951,1.8037951 0 0 0 0.70923,2.43609 1.8037951,1.8037951 0 0 0 2.1431,-0.30834 1.8037951,1.8037951 0 0 0 0.29294,-0.40094 1.8037951,1.8037951 0 0 0 0.0771,-0.15417 1.8037951,1.8037951 0 0 0 0.10793,-0.3546 1.8037951,1.8037951 0 0 0 -0.18502,-1.21804 1.8037951,1.8037951 0 0 0 -0.70923,-0.7092 1.8037951,1.8037951 0 0 0 -0.15418,-0.0925 1.8037951,1.8037951 0 0 0 -0.72464,-0.13878 1.8037951,1.8037951 0 0 0 -0.1696,0 z m 221.63375,10.19134 a 1.8037951,1.8037951 0 0 0 -0.29294,0.0463 1.8037951,1.8037951 0 0 0 -1.2797,2.20479 1.8037951,1.8037951 0 0 0 2.17394,1.2951 1.8037951,1.8037951 0 0 0 1.35678,-1.71143 1.8037951,1.8037951 0 0 0 -0.0617,-0.47798 1.8037951,1.8037951 0 0 0 -0.0617,-0.16956 1.8037951,1.8037951 0 0 0 -0.0463,-0.18504 1.8037951,1.8037951 0 0 0 -0.0925,-0.15417 1.8037951,1.8037951 0 0 0 -0.98675,-0.75546 1.8037951,1.8037951 0 0 0 -0.70923,-0.0925 z m -190.55107,1.72681 a 1.8037951,1.8037951 0 0 0 -1.46471,1.11006 1.8037951,1.8037951 0 0 0 0.97134,2.37444 1.8037951,1.8037951 0 0 0 2.09685,-0.55511 1.8037951,1.8037951 0 0 0 0.2621,-0.43164 1.8037951,1.8037951 0 0 0 0.0617,-0.16964 1.8037951,1.8037951 0 0 0 0.0771,-0.33921 1.8037951,1.8037951 0 0 0 -0.32377,-1.21805 1.8037951,1.8037951 0 0 0 -0.80174,-0.61668 1.8037951,1.8037951 0 0 0 -0.1696,-0.0771 1.8037951,1.8037951 0 0 0 -0.52421,-0.077 1.8037951,1.8037951 0 0 0 -0.18502,0 z m 156.16893,7.94028 a 1.8037951,1.8037951 0 0 0 -0.29294,0.0308 1.8037951,1.8037951 0 0 0 -1.55722,1.98898 1.8037951,1.8037951 0 0 0 2.05059,1.57265 1.8037951,1.8037951 0 0 0 1.51096,-1.54186 1.8037951,1.8037951 0 0 0 0.0154,-0.49338 1.8037951,1.8037951 0 0 0 -0.0463,-0.18496 1.8037951,1.8037951 0 0 0 -0.0462,-0.16964 1.8037951,1.8037951 0 0 0 -0.0617,-0.15417 l 0.0308,0 a 1.8037951,1.8037951 0 0 0 -0.18501,-0.32381 1.8037951,1.8037951 0 0 0 -0.70923,-0.58582 1.8037951,1.8037951 0 0 0 -0.70923,-0.13877 z m -121.23174,0.98675 a 1.8037951,1.8037951 0 0 0 -1.68056,1.34135 1.8037951,1.8037951 0 0 0 1.24886,2.2048 1.8037951,1.8037951 0 0 0 2.01976,-0.78632 1.8037951,1.8037951 0 0 0 0.20043,-0.46259 1.8037951,1.8037951 0 0 0 0.0308,-0.16957 1.8037951,1.8037951 0 0 0 0.0462,-0.37007 1.8037951,1.8037951 0 0 0 -0.47795,-1.15631 1.8037951,1.8037951 0 0 0 -0.84799,-0.52425 1.8037951,1.8037951 0 0 0 -0.18502,-0.0308 1.8037951,1.8037951 0 0 0 -0.35462,-0.0309 l 0,-0.0154 z m 56.73824,0.24669 c -0.28513,-5.6e-4 -0.52405,0.2384 -0.52421,0.52416 l 0.0154,14.01504 c -7e-5,0.28497 0.22319,0.52416 0.50879,0.52416 l 1.03301,0 c 0.28561,-8e-5 0.52484,-0.23919 0.52421,-0.52416 l -0.0154,-14.01504 c 8e-5,-0.28497 -0.22145,-0.52495 -0.50879,-0.52416 l -1.03301,0 z m 31.5144,3.99326 a 1.8037951,1.8037951 0 0 0 -1.75765,1.83473 1.8037951,1.8037951 0 0 0 1.83474,1.75768 1.8037951,1.8037951 0 0 0 1.69597,-1.34143 1.8037951,1.8037951 0 0 0 0.0617,-0.49337 1.8037951,1.8037951 0 0 0 -0.0463,-0.18496 1.8037951,1.8037951 0 0 0 -0.0154,-0.18504 l 0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.0617,-0.15417 1.8037951,1.8037951 0 0 0 -0.0617,-0.16964 l 0.0154,0 a 1.8037951,1.8037951 0 0 0 -0.0771,-0.15417 1.8037951,1.8037951 0 0 0 -0.63214,-0.64754 1.8037951,1.8037951 0 0 0 -0.97133,-0.26209 z m -57.53998,0.10792 a 1.8037951,1.8037951 0 0 0 -1.7114,1.49552 1.8037951,1.8037951 0 0 0 1.46471,2.08141 1.8037951,1.8037951 0 0 0 1.94267,-1.00214 1.8037951,1.8037951 0 0 0 0.13876,-0.46251 1.8037951,1.8037951 0 0 0 0.0154,-0.18504 1.8037951,1.8037951 0 0 0 0.0154,-0.3546 1.8037951,1.8037951 0 0 0 -0.58588,-1.11013 1.8037951,1.8037951 0 0 0 -0.90967,-0.43165 1.8037951,1.8037951 0 0 0 -0.18501,-0.0309 1.8037951,1.8037951 0 0 0 -0.18502,0 z" id="path4234" inkscape:connector-curvature="0"/>
<!-- chiffres-->
<path style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:medium;line-height:125%;font-family:'Blue Highway';-inkscape-font-specification:'Blue Highway, Normal';text-align:start;letter-spacing:0px;word-spacing:0px;writing-mode:lr-tb;text-anchor:start;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" filter="drop-shadow(5px 7px 3px rgb(0 0 0 / 0.4)" d="M 353.82031 42.503906 C 342.10638 42.503906 334.51997 46.763696 328.26367 55.416016 L 337.04883 67.794922 C 341.44155 59.808152 346.23272 57.810547 353.02148 57.810547 C 361.00825 57.810547 363.80469 62.337449 363.80469 70.324219 C 363.80469 76.580539 363.13839 79.508415 359.81055 82.703125 C 356.48273 85.897835 351.82497 87.362208 347.16602 90.423828 C 333.72162 98.943048 327.73047 110.25795 327.73047 131.82227 L 327.73047 139.41016 L 377.24805 139.41016 L 377.24805 125.29883 L 342.77344 125.29883 C 342.77344 115.04908 345.9674 107.59524 356.08398 101.73828 C 367.79791 94.949581 377.24805 87.495641 377.24805 69.525391 C 377.24805 52.353851 367.53093 42.503906 353.82031 42.503906 z M 302.04102 43.833984 C 301.10924 49.025324 296.98272 52.086968 291.6582 52.486328 L 291.6582 65.53125 L 298.8457 65.53125 L 298.8457 139.41016 L 312.02344 139.41016 L 312.02344 43.833984 L 302.04102 43.833984 z M 205.39062 77.537109 C 204.45883 82.728509 200.33232 85.790123 195.00781 86.189453 L 195.00781 99.234375 L 202.19531 99.234375 L 202.19531 173.11328 L 215.375 173.11328 L 215.375 77.537109 L 205.39062 77.537109 z M 238.66797 77.537109 C 237.73618 82.728509 233.60967 85.790123 228.28516 86.189453 L 228.28516 99.234375 L 235.47461 99.234375 L 235.47461 173.11328 L 248.65234 173.11328 L 248.65234 77.537109 L 238.66797 77.537109 z M 458.9082 82.818359 C 457.97641 88.009759 453.84991 91.071363 448.52539 91.470703 L 448.52539 104.51758 L 455.71484 104.51758 L 455.71484 178.39453 L 468.89258 178.39453 L 468.89258 82.818359 L 458.9082 82.818359 z M 547.83203 164.23438 C 536.1181 164.23438 528.53169 168.4922 522.27539 177.14453 L 531.06055 189.52539 C 535.45328 181.53862 540.2464 179.54102 547.03516 179.54102 C 555.02193 179.54102 557.81641 184.06792 557.81641 192.05469 C 557.81641 198.311 557.15009 201.23888 553.82227 204.43359 C 550.49445 207.62829 545.83668 209.09271 541.17773 212.1543 C 527.73333 220.67352 521.74219 231.98845 521.74219 253.55273 L 521.74219 261.14062 L 571.26172 261.14062 L 571.26172 247.0293 L 536.78516 247.0293 C 536.78516 236.77962 539.97912 229.32572 550.0957 223.46875 C 561.80963 216.68 571.26172 209.2261 571.26172 191.25586 C 571.26172 174.08431 561.54265 164.23437 547.83203 164.23438 z M 161.08008 176.55664 C 141.24627 176.55664 130.33203 193.86181 130.33203 225.67578 C 130.33203 257.62286 141.37907 274.79492 161.21289 274.79492 C 181.97849 274.79492 192.22852 257.62286 192.22852 225.67578 C 192.22852 193.7287 181.44635 176.55664 161.08008 176.55664 z M 105.03906 177.88867 C 104.10727 183.08007 99.98076 186.14169 94.65625 186.54102 L 94.65625 199.58594 L 101.8457 199.58594 L 101.8457 273.46289 L 115.02344 273.46289 L 115.02344 177.88867 L 105.03906 177.88867 z M 161.21289 190.40039 C 174.65728 190.40039 179.18359 202.38103 179.18359 225.67578 C 179.18359 249.63609 173.59238 260.41797 161.21289 260.41797 C 148.9665 260.41797 143.50977 249.63609 143.50977 225.67578 C 143.50977 202.38103 148.43405 190.40039 161.21289 190.40039 z M 596.64648 285.33203 C 585.73123 285.33203 578.14362 293.85217 576.8125 300.50781 L 587.5957 305.16602 C 589.7255 301.57197 591.18946 299.44336 596.38086 299.44336 C 602.63717 299.44336 605.0332 303.96905 605.0332 310.75781 C 605.0332 319.41014 602.37019 323.53711 595.84766 323.53711 L 590.92188 323.53711 L 590.92188 337.64648 L 595.84766 337.64648 C 603.83443 337.64648 608.49414 342.57123 608.49414 354.28516 C 608.49414 363.33684 604.1008 369.59375 596.64648 369.59375 C 590.39018 369.59375 586.53019 366.53125 584.40039 361.33984 L 573.35156 369.99219 C 577.74429 379.04386 585.465 383.57031 596.64648 383.57031 C 612.48691 383.57031 621.80469 371.3239 621.80469 354.15234 C 621.80469 341.37351 615.01667 332.32212 608.49414 329.79297 C 614.21799 326.06581 617.14648 319.94274 617.14648 309.82617 C 617.14648 293.85263 607.96107 285.33203 596.64648 285.33203 z M 80.082031 285.99805 C 63.442927 285.99805 53.591797 297.71216 53.591797 319.67578 C 53.591797 337.64601 62.776603 350.1582 76.087891 350.1582 C 81.944851 350.1582 88.468599 346.83127 91.130859 341.10742 C 88.601709 360.14255 78.217985 369.46048 67.302734 370.52539 L 68.900391 383.96875 C 89.399771 382.90385 104.30859 356.01619 104.30859 324.60156 C 104.30859 301.04058 95.256891 285.99805 80.082031 285.99805 z M 78.884766 300.375 C 86.871536 300.375 90.998047 307.56266 90.998047 318.74414 C 90.998047 329.92562 86.471453 336.58203 78.351562 336.58203 C 70.364792 336.58203 66.105469 329.65999 66.105469 318.47852 C 66.105469 307.69638 70.897996 300.375 78.884766 300.375 z M 118.68945 401.90625 C 106.44307 401.90625 98.722656 410.82499 98.722656 425.20117 C 98.722656 432.65549 100.71951 439.31175 106.44336 443.9707 C 98.855929 446.49985 93.132812 457.41453 93.132812 470.19336 C 93.132812 489.2285 103.38313 500.14453 118.82422 500.14453 C 134.93088 500.14453 145.04688 489.49472 145.04688 470.19336 C 145.04688 458.47943 139.98917 446.76652 130.9375 444.63672 C 137.72625 439.84465 139.72266 432.92141 139.72266 425.33398 C 139.72266 409.22732 131.60139 401.90625 118.68945 401.90625 z M 550.86523 408.51953 L 516.91992 467.35547 L 516.91992 479.33594 L 551.26367 479.33594 L 551.26367 504.09375 L 564.30859 504.09375 L 564.30859 479.33594 L 573.09375 479.33594 L 573.09375 465.35938 L 564.30859 465.35938 L 564.30859 408.51953 L 550.86523 408.51953 z M 119.22266 414.95117 C 125.74519 414.95117 128.00781 419.60984 128.00781 427.19727 C 128.00781 433.98603 124.94651 438.64648 119.22266 438.64648 C 112.83324 438.64648 109.63867 434.78471 109.63867 427.19727 C 109.63867 419.60984 112.30079 414.95117 119.22266 414.95117 z M 551.26367 430.75 L 551.26367 465.35938 L 532.0957 465.35938 L 551.26367 430.75 z M 119.22266 452.08984 C 128.80678 452.08984 132.80078 457.68134 132.80078 469.92773 C 132.80078 482.17411 127.74188 486.96484 119.22266 486.96484 C 110.70344 486.96484 105.37891 481.1092 105.37891 469.92773 C 105.37891 458.08068 110.03787 452.08984 119.22266 452.08984 z M 194.84375 485.98242 L 194.84375 500.22656 L 230.65234 500.22656 C 216.14304 517.66434 207.48963 549.21217 206.02539 581.55859 L 220.13672 581.55859 C 220.53606 549.47839 230.51909 517.66344 245.42773 502.35547 L 245.42773 485.98242 L 194.84375 485.98242 z M 432.96094 485.98242 L 429.63281 532.57227 L 441.87891 538.42969 C 445.73918 533.63763 450.13071 531.64063 454.52344 531.64062 C 461.97776 531.64062 467.83594 537.89784 467.83594 550.27734 C 467.83594 561.99127 461.44546 568.11328 451.86133 568.11328 C 446.53682 568.11328 441.34615 566.2494 435.08984 561.32422 L 428.43359 575.43555 C 433.7581 580.0945 439.88253 582.88867 452.12891 582.88867 C 468.6349 582.88867 480.61523 571.70821 480.61523 550.41016 C 480.61523 529.51144 471.56368 517.13086 455.45703 517.13086 C 451.0643 517.13086 446.67022 518.72822 443.07617 522.32227 L 444.93945 500.22656 L 475.55664 500.22656 L 475.55664 485.98242 L 432.96094 485.98242 z M 340.98633 524.0625 C 320.75318 525.79294 305.8457 551.8842 305.8457 583.29883 C 305.8457 606.72669 315.29644 621.36914 330.20508 621.36914 C 346.17862 621.36914 356.16211 610.18626 356.16211 588.22266 C 356.16211 570.11931 346.84328 557.74023 334.06445 557.74023 C 328.3406 557.74023 321.68494 562.26681 318.49023 566.92578 C 321.28561 547.35817 331.40326 540.17035 343.11719 537.375 L 340.98633 524.0625 z M 331.66797 571.18555 C 339.2554 571.18555 344.18164 578.10758 344.18164 589.28906 C 344.18164 600.47054 339.1238 607.39258 331.00391 607.39258 C 322.88403 607.39258 318.89063 600.33578 318.89062 589.1543 C 318.89062 577.97282 323.54808 571.18555 331.66797 571.18555 z " transform="translate(32.298594,152.49977)" id="path4502"/>
<!--aiguille min-->
<path id="minutes" style="fill:#000000;fill-rule:evenodd;stroke:#ccc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 365.93807,557.75098 c 6.01045,-20.12982 12.0209,-40.25972 18.03134,-60.38954 -6.01044,-91.81183 -12.02089,-183.62358 -18.03134,-275.4354 -6.01044,91.81182 -12.02089,183.62357 -18.03134,275.4354 6.01045,20.12982 12.0209,40.25972 18.03134,60.38954 z" inkscape:connector-curvature="0" transform="rotate(74,367.3,487.5)" filter="drop-shadow(5px 7px 3px rgb(0 0 0 / 0.4)"/>
<!--aiguille heure-->
<path id="hours" style="fill:#000000;fill-rule:evenodd;stroke:#ccc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" d="m 342.28038,450.74199 8.12427,44.93526 L 461.778,657.7178 377.13333,480.2454 342.28038,450.74199 Z" inkscape:connector-curvature="0" transform="rotate(-84,367.3,487.5)" filter="drop-shadow(5px 7px 3px rgb(0 0 0 / 0.4)"/>
<!--aiguille sec-->
<!--aiguille sec-->
<path
id="seconds"
style="fill:#ff0000;fill-rule:evenodd;stroke:#cccccc;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 365.93807,557.75098 c 6.01045,-20.12982 4.95826,-42.78379 10.9687,-62.91361 -8.16029,-90.09196 -8.398,-182.38942 -10.9687,-272.91133 -3.43063,91.38185 -2.56157,180.18382 -9.86193,273.71552 6.01045,20.12982 3.85149,41.9796 9.86193,62.10942 z"
inkscape:connector-curvature="0"
transform="rotate(90,367.3,487.5)"
filter="drop-shadow(5px 7px 3px rgb(0 0 0 / 0.4)"
sodipodi:nodetypes="ccccc" />
<circle style="opacity:1;fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:2.79999995;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1" id="path4465" cx="366.75479" cy="486.95135" r="7.0421667" />
</g>
</g>
<UMSDataElement xmlns="" id="UMSSendDataEventElement"/></svg>
</div>