@20minutes/hela 0.1.28 → 0.1.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,22 @@
1
1
  export declare const tokenVariables: {
2
+ breakpoint: {
3
+ xs: {
4
+ value: string;
5
+ description: string;
6
+ };
7
+ sm: {
8
+ value: string;
9
+ description: string;
10
+ };
11
+ md: {
12
+ value: string;
13
+ description: string;
14
+ };
15
+ lg: {
16
+ value: string;
17
+ description: string;
18
+ };
19
+ };
2
20
  color: {
3
21
  generic: {
4
22
  ultramarine: {
package/dist/index.es.js CHANGED
@@ -1034,11 +1034,11 @@ const ub = ({
1034
1034
  ),
1035
1035
  required: r,
1036
1036
  ...B
1037
- })), _ && /* @__PURE__ */ d.createElement("label", {
1038
- htmlFor: e,
1037
+ })), _ && /* @__PURE__ */ d.createElement("div", {
1039
1038
  className: Ie("c-input__alert", `c-input__alert--${O}`),
1039
+ dangerouslySetInnerHTML: { __html: _ },
1040
1040
  role: "alert"
1041
- }, _)), ms = ({
1041
+ })), ms = ({
1042
1042
  children: e,
1043
1043
  variant: t = "subtle",
1044
1044
  colorScheme: r = "primary",
@@ -1502,14 +1502,15 @@ const Nv = ({
1502
1502
  }, l), n.map((y) => /* @__PURE__ */ d.createElement("option", {
1503
1503
  key: y.value,
1504
1504
  value: y.value
1505
- }, y.title))))), jp = ({ variant: e = "button", className: t }) => /* @__PURE__ */ d.createElement($n, {
1505
+ }, y.title))))), jp = ({ variant: e = "button", className: t, ...r }) => /* @__PURE__ */ d.createElement($n, {
1506
1506
  className: Ie(
1507
1507
  "c-skeleton",
1508
1508
  { "c-skeleton--button": e === "button" },
1509
1509
  { "c-skeleton--icon": e === "icon" },
1510
1510
  { "c-skeleton--connexion": e === "connexion" },
1511
1511
  t
1512
- )
1512
+ ),
1513
+ ...r
1513
1514
  }), Kf = d.forwardRef(
1514
1515
  ({ id: e, className: t, label: r, isChecked: a = !1 }, n) => /* @__PURE__ */ d.createElement("div", {
1515
1516
  className: "switch"
package/dist/index.umd.js CHANGED
@@ -2,7 +2,7 @@
2
2
  Copyright (c) 2018 Jed Watson.
3
3
  Licensed under the MIT License (MIT), see
4
4
  http://jedwatson.github.io/classnames
5
- */(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var a=[],n=0;n<arguments.length;n++){var l=arguments[n];if(!!l){var p=typeof l;if(p==="string"||p==="number")a.push(l);else if(Array.isArray(l)){if(l.length){var y=r.apply(null,l);y&&a.push(y)}}else if(p==="object"){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){a.push(l.toString());continue}for(var m in l)t.call(l,m)&&l[m]&&a.push(m)}}}return a.join(" ")}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Cd);const Ne=Cd.exports,xd=({adUnitCompletePath:e,classes:t,variant:r,adMention:a,lazyload:n={delayed:!1,distanceVisible:0}})=>{const l=e.split("/").pop(),p=e.substring(0,e.lastIndexOf("/"));return d.createElement("div",{id:`dfp_${l}`,"data-dfp-name":l,"data-dfp-path":p,className:Ne("c-ad-placeholder ",{"c-ad-placeholder--ban c-ad-placeholder--ban--atf":r==="ATF"},{"c-ad-placeholder--ban c-ad-placeholder--with-mention":r==="BAN"},{"c-ad-placeholder--pave c-ad-placeholder--with-mention":r==="PAVE"},{"c-ad-placeholder--header-ad":r==="HEADER"},{"c-ad-placeholder--article c-ad-placeholder--with-mention":r==="ARTICLE"},{"c-ad-placeholder--with-mention":a===!0},t),"data-delayed":n.delayed,"data-distance-visible":n.distanceVisible})},Fv=({variant:e="success",title:t,description:r,fill:a,className:n,icon:l,iconSize:p=18,iconClassNames:y})=>d.createElement("div",{className:Ne("c-alert",`c-alert--${e}`,{[`c-alert--${e}--fill`]:a},n)},l&&d.createElement(ut,{size:p,name:l,className:y}),d.createElement("div",{className:"c-alert__text"},d.createElement(La,{as:"strong"},t),d.createElement(La,{className:"c-alert__paragraph"},r))),kd=({img:e,alt:t=""})=>d.createElement("img",{className:"c-avatar",src:e||"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3C/svg%3E",alt:t}),Vn=d.forwardRef(({className:e,variant:t="primary",children:r,icon:a,iconClassNames:n,iconSize:l=18,...p},y)=>d.createElement("button",{type:"button",className:Ne("c-btn",{"c-btn--secondary":t==="secondary"},{"c-btn--simple":t==="simple"},{"c-btn--navigation":t==="navigation"},{"c-btn--social":t==="social"},e),ref:y,...p},a&&d.createElement(ut,{size:l,name:a,className:n}),r));Vn.displayName="Button";const Bv=({id:e,className:t,required:r,label:a,...n})=>d.createElement("div",{className:"c-checkbox"},d.createElement("input",{id:e,type:"checkbox",className:Ne("c-checkbox__input",t),required:r,...n}),a&&d.createElement("label",{htmlFor:e,className:"c-checkbox__label"},a,r&&d.createElement("abbr",{className:"c-checkbox__label__abbr",title:"(ce champ est obligatoire)"},"*"))),oo=({textProps:e={text:""},className:t,...r})=>d.createElement("div",{className:"c-divider"},d.createElement("hr",{className:Ne("c-divider__line",t),...r}),e.text&&d.createElement("span",{className:Ne("c-divider__word",e.className)},e.text.toUpperCase())),Mv=e=>{switch(e){case"entertainment":case"sport":case"planet":return`diode-${e}`;default:return"diode-leaning"}},_i=({hasIcon:e=!0,colorScheme:t="primary",iconSize:r="default",hasShiftedIcon:a=!1,hasMaxWidth:n=!1,className:l})=>d.createElement("div",{className:Ne("c-divider-section",l)},d.createElement("hr",{className:Ne("c-divider-section__line",`u-bg-${t}`)}),e&&d.createElement("div",{className:Ne("c-divider-section__icon-container",{["c-divider-section__icon-container--has-max-width"]:n})},d.createElement(ut,{size:r==="big"?[47,53]:[33,37],name:Mv(t),className:Ne("c-divider-section__icon",{[`c-divider-section__icon--${r}-size`]:r!=="default",["c-divider-section__icon--has-shift"]:a})}))),ut=({className:e="",name:t,size:r=28,withBorder:a=!1,isRounded:n=!1,...l})=>{const p=Array.isArray(r)?r==null?void 0:r[0]:r,y=Array.isArray(r)?r==null?void 0:r[1]:r;return d.createElement("span",{className:Ne("c-icon",a&&"c-icon--withBorder",n&&"c-icon--isRounded",e)},d.createElement("svg",{width:p,height:y,...l},d.createElement("use",{xlinkHref:`#${t}`})))},Ov=e=>d.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...e},d.createElement("symbol",{viewBox:"0 0 60 90",id:"20mn-pub",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"aacls-1",d:"M23.19 0H5.38l-.07.1-2 2.16-.1.13.13.13 4.43 4.85.06.07h13l.06-.07 4.42-4.84.12-.13-.12-.13-2-2.16-.06-.11zm3.07 3.54-4.39 4.84-.06.07v12l.06.07 4.42 4.78.13.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.09-2.22-.12-.13zM22 22.76H6.6l-.06.06-3.25 3.47-.13.14.13.13L6.54 30l.06.06H22l.07-.06 3.19-3.47.12-.13-.12-.13-3.16-3.48-.07-.06zM2.06 27.6l-2 2.16-.06.07V47l.06.07 2 2.22.12.13.12-.13 4.49-4.84.06-.07v-11.9l-.09-.06L2.3 27.6l-.12-.13zm18.7 17.85H7.8v.06l-4.51 4.85-.13.13.13.13 2.05 2.16.06.07h17.85l.06-.07 2-2.16.12-.13-.12-.13-4.42-4.85-.06-.06zM36.31 0l-.09.07-2.06 2.16-.16.13.12.13 4.49 4.85.06.06h13l.06-.06 4.43-4.85.12-.13-.12-.13-2-2.16V0zM57.2 3.54l-4.43 4.84-.06.07v12l.06.07 4.43 4.78.12.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.06-2.22-.12-.13zm-24.2 0-2 2.22-.06.07V23l.06.07 2 2.16.13.13.12-.13 4.48-4.78.07-.07V8.45l-.07-.07-4.52-4.84-.12-.13zM57.2 27.6l-4.46 4.82-.06.06v11.96l.06.06 4.43 4.85.12.13.12-.13 2.06-2.23.06-.07V29.83l-.06-.07-2.03-2.16-.12-.13zm-24.2.04-2 2.16-.06.06V47l.06.07 2 2.22.13.13.12-.13 4.48-4.84.07-.07v-11.9l-.07-.06-4.48-4.78-.12-.13-.13.13zm18.67 17.81h-13l-.06.06-4.49 4.85-.12.13.12.13 2.06 2.16.06.07h17.89l.06-.07 2-2.16.12-.13-.12-.13-4.4-4.85-.06-.06zM9.11 64.8v-3.49c0-.75-.36-1.11-1.15-1.11a1.35 1.35 0 0 0-1.46 1.5v3.11h-2v-3.5c0-.71-.34-1.11-1.16-1.11a1.35 1.35 0 0 0-1.49 1.5v3.11H0v-6.24h2c0 .4 0 .72-.06 1.11H2a2.24 2.24 0 0 1 2.24-1.24c1.19 0 1.92.45 2.1 1.3h.09a2.27 2.27 0 0 1 2.37-1.3 2 2 0 0 1 2.22 2.15v4.25h-2zm4.07 0V58.58h2.1v6.23zm9.42 0v-3.09c0-1.24-.4-1.54-1.49-1.54a1.64 1.64 0 0 0-1.85 1.76v2.87h-2.1v-6.2h2.16v1.28h.06c.42-1 1.33-1.41 2.7-1.41 1.7 0 2.7.79 2.7 2.74v3.63H22.6zm11.78-6.26v6.19h-2.15v-1.27h-.03c-.43 1-1.31 1.4-2.68 1.4a2.37 2.37 0 0 1-2.7-2.67v-3.7H29v3.2c0 1.11.39 1.5 1.48 1.5a1.65 1.65 0 0 0 1.86-1.8v-2.9h2.15zm1.62 1.7v-1.67h.79v-1.3h2v1.3H42a17.22 17.22 0 0 0 0 1.77c-.7 0-2 0-3.16-.07v1.83c0 .65.24.94 1.18.94a5.56 5.56 0 0 0 1.88-.29c.1.62.19 1.3.31 1.86a11 11 0 0 1-2.43.26c-2.37 0-2.95-1.08-2.95-2.38v-2.25zm9.46.94h3.52V61c0-.75-.46-1.08-1.61-1.08s-1.79.26-1.91 1.3m5.4 1.6c.06 1.47-.64 2.25-3.46 2.25-2.49 0-3.89-1-3.89-3.36s1.49-3.33 3.89-3.33 3.46 1 3.46 2.67v1.18h-5.41c.13 1 .7 1.28 1.95 1.28s1.6-.3 1.6-.79a9.24 9.24 0 0 0 1 0 3.22 3.22 0 0 0 .91 0m3.34.03c0 .46.36.65 1.85.65 1.28 0 1.58-.13 1.58-.45s-.21-.53-2-.59c-2.5-.1-3.19-.85-3.19-2s.88-2 3.46-2c2.31 0 3.49.49 3.49 2v.26a8 8 0 0 0-.91 0 7 7 0 0 0-.88 0v-.1c0-.42-.36-.62-1.7-.62s-1.55.17-1.55.46.18.49 2.13.59c2.49.13 3.06.75 3.06 2s-.85 2-3.49 2-3.58-.75-3.58-2v-.27a5.8 5.8 0 0 0 .91 0 6.27 6.27 0 0 0 .91 0v.07zm-38.91-6.29a1.1 1.1 0 1 1-1.1-1.18 1.15 1.15 0 0 1 1.1 1.18"}),d.createElement("path",{d:"M12.1 79.4c0 .9-.3 1.7-1 2.2-.6.5-1.6.8-2.8.8H7.2v3.7H6.1v-9.3h2.4c2.4-.1 3.6.8 3.6 2.6zm-4.8 2h1c1 0 1.6-.2 2.1-.5s.6-.8.6-1.5c0-.6-.2-1.1-.6-1.4s-1-.5-1.9-.5H7.3v3.9zm7.6-2.4v4.5c0 .6.1 1 .4 1.3s.7.4 1.2.4c.7 0 1.3-.2 1.6-.6.3-.4.5-1 .5-1.9V79h1.1v7h-.9l-.2-.9h-.1c-.2.3-.5.6-.9.8-.4.2-.8.3-1.3.3-.8 0-1.5-.2-1.9-.6-.4-.4-.6-1-.6-1.9V79h1.1zm10.2-.1c.9 0 1.6.3 2.1.9.5.6.8 1.5.8 2.7s-.3 2-.8 2.7c-.5.6-1.2.9-2.1.9-.5 0-.9-.1-1.2-.3-.4-.2-.7-.4-.9-.8h-.1l-.2.9h-.8V76H23v2.4c0 .5 0 1-.1 1.4h.1c.4-.5 1.1-.9 2.1-.9zm-.2.9c-.7 0-1.2.2-1.6.6-.3.4-.5 1.1-.5 2.1s.2 1.7.5 2.1.8.6 1.6.6c.6 0 1.1-.2 1.4-.7s.5-1.2.5-2c0-.9-.2-1.6-.5-2s-.7-.7-1.4-.7zm6 6.2h-1.1v-9.9h1.1V86zm2.1-8.8c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.1-.1-.2-.3-.2-.5zm1.1 8.8H33v-7h1.1v7zm5.1.1c-1 0-1.8-.3-2.3-.9-.6-.6-.8-1.5-.8-2.6 0-1.2.3-2.1.8-2.7s1.4-1 2.4-1c.3 0 .7 0 1 .1.3.1.6.2.8.3l-.3.9c-.2-.1-.5-.2-.8-.2-.3-.1-.5-.1-.7-.1-1.4 0-2.1.9-2.1 2.7 0 .9.2 1.5.5 2s.9.7 1.5.7 1.2-.1 1.8-.4v.9c-.5.2-1.1.3-1.8.3zm3.3-8.9c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.2-.1-.2-.3-.2-.5zm1.1 8.8h-1.1v-7h1.1v7zm4.5-.7h.5c.2 0 .3-.1.4-.1v.8c-.1.1-.3.1-.5.1s-.4.1-.6.1c-1.3 0-2-.7-2-2.1V80h-1v-.5l1-.4.4-1.5h.6v1.6h2v.8h-2v4.1c0 .4.1.7.3 1 .3 0 .6.2.9.2zm5.3.8c-1 0-1.8-.3-2.4-.9s-.9-1.5-.9-2.6.3-2 .8-2.7c.6-.7 1.3-1 2.2-1 .9 0 1.6.3 2.1.9s.8 1.3.8 2.3v.7h-4.8c0 .8.2 1.4.6 1.9.4.4.9.6 1.7.6.7 0 1.5-.2 2.2-.5v.9c-.4.2-.7.3-1.1.3-.3.1-.7.1-1.2.1zm-.3-6.3c-.6 0-1 .2-1.3.5-.3.4-.5.9-.6 1.5h3.6c0-.7-.1-1.2-.4-1.5-.3-.3-.7-.5-1.3-.5zm-.8-1.8c.2-.3.4-.6.7-1 .2-.4.4-.7.6-1h1.3v.1c-.2.3-.5.6-.8 1s-.7.7-1 .9h-.7z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"apple",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.526 0c-1.378.067-3.084.938-4.068 2.143-.853 1.005-1.64 2.746-1.443 4.353 1.509.067 3.084-.804 4.068-2.009.984-1.206 1.64-2.813 1.443-4.487zm-.328 27.993c1.837 0 3.018-1.674 4.199-3.416 1.312-1.942 1.837-3.884 1.837-4.018 0-.067-3.609-1.473-3.674-5.692-.066-3.549 2.821-5.291 2.953-5.358-1.64-2.411-4.134-2.679-5.052-2.746-1.316-.122-2.583.374-3.626.782-.673.263-1.251.49-1.689.49-1.05 0-2.756-1.205-4.527-1.205-2.362.068-4.528 1.407-5.709 3.55-2.427 4.286-.59 10.649 1.772 14.131 1.181 1.674 2.559 3.616 4.462 3.482 1.772-.067 2.428-1.139 4.527-1.139 1.065 0 1.741.31 2.389.607.63.289 1.232.565 2.138.532z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 17 28",id:"arrow",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m4.6.9 11.5 11.2c1.1 1.1 1.1 2.6 0 3.7L4.6 27.3c-1.9 1.5-4.5.4-4.5-1.8v-23C.1.2 2.7-.9 4.6.9z"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"bookmark",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M22.554 0H5.492C4.014 0 2.856 1.187 2.856 2.701v23.422c0 .787.508 1.511 1.235 1.764.703.242 1.411.084 1.886-.412l7.665-5.363.194-.173a.244.244 0 0 1 .186-.085c.034-.002.083.016.125.062l7.904 5.581c.358.324.8.503 1.247.503.393 0 .741-.168.763-.184.638-.263 1.083-.959 1.083-1.691V2.701c0-1.489-1.162-2.701-2.59-2.701zm.292 25.25-7.049-4.931a2.456 2.456 0 0 0-1.727-.763h-.025a2.53 2.53 0 0 0-1.815.743L5.154 25.25V2.701c0-.234.142-.403.339-.403h17.061c.161 0 .293.181.293.403V25.25z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"chevron",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M8.043 28c-.397 0-.993-.199-1.39-.596-.794-.794-.794-1.986 0-2.78l10.525-11.121L6.652 3.376c-.794-.794-.794-1.986 0-2.78s1.986-.794 2.78 0l11.915 11.518c.397.199.596.794.596 1.39 0 .397-.199.993-.596 1.39L9.433 27.404c-.398.397-.795.596-1.39.596z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"close",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.94 14 27.825 3.115 25.06.35 14.175 11.235 2.94 0 .175 2.765 11.41 14 .175 25.235 2.94 28l11.235-11.235L25.06 27.65l2.765-2.765z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 22 28",id:"clover",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M18.9 11.1c1.5-.5 3.1-1.5 3.1-3.8 0-1.9-1.4-3.6-3.3-4-.3-1.9-2-3.3-3.9-3.3-2.3 0-3.3 1.5-3.8 3.1C10.5 1.6 9.5 0 7.2 0c-2 0-3.6 1.4-3.9 3.3-1.9.4-3.3 2-3.3 4 0 2.3 1.5 3.3 3.1 3.8-2 .7-3 2-3 3.8 0 1.9 1.4 3.6 3.3 4 .3 1.9 2 3.3 3.9 3.3.7 0 1.4-.2 2-.6.3 3.1.5 3.3 2.3 5 .3.3.6.6 1 .9l.2.2c.2.2.4.2.6.2.2 0 .4-.1.6-.2l1.5-1.5c.3-.3.3-.8 0-1.1l-.2-.3c-.7-.7-1.1-1-1.4-1.2-.5-.4-.5-.4-.6-1.7v-.1c.5.3 1.1.4 1.7.4h.1c1.9 0 3.6-1.4 3.9-3.3 1.9-.3 3.3-2 3.3-4-.3-2.3-1.9-3.3-3.4-3.8zm-8.2 8.8c.1-.6.2-.9.3-1 .1.3.2.7.3.9 0 .1.1.2.1.2v.6c-.1.9 0 1.8.2 2.7v.1c.6.9 1.3 1.7 2.1 2.4l-.4.4c-.9-.8-1.6-1.7-2.3-2.7-.3-1.2-.4-2.4-.3-3.6zm1.3-3.7c-.1-.4-.1-.8-.2-1.2-.1-.4-.4-.6-.8-.6s-.7.3-.8.7l-.1.5c-.4 2.8-.9 5-2.9 5-1.3 0-2.4-1.1-2.4-2.4 0-.4-.4-.8-.8-.8-1.3 0-2.4-1.1-2.4-2.4 0-2 2.1-2.5 4.8-2.9l.7-.1h.1c.4-.1.6-.4.6-.8s-.2-.7-.6-.8L6 10.1c-2.7-.5-4.4-.9-4.4-2.9 0-1.3 1.1-2.4 2.4-2.4.2 0 .4-.1.6-.2.1-.2.2-.4.2-.6 0-.6.3-1.3.7-1.7.5-.5 1.1-.7 1.7-.7 2 0 2.4 1.8 2.8 4.4.1.6.2 1.1.2 1.1.1.4.4.6.7.6.4 0 .7-.2.8-.6l.3-1.5c.5-2.8.9-4.1 2.7-4.1 1.3 0 2.4 1.1 2.4 2.4 0 .4.3.8.8.8 1.3 0 2.4 1.1 2.4 2.4 0 1.9-1.6 2.3-4.2 2.8-.5.1-1 .2-1.4.3-.4.1-.6.4-.6.8s.3.7.7.8l.7.1c2.8.4 4.8.9 4.8 2.9 0 .6-.3 1.3-.7 1.7-.4.4-1.1.7-1.7.7-.4 0-.8.4-.8.8 0 1.3-1.1 2.4-2.4 2.4-1.8.1-2.3-1.6-2.7-4.2z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"comment",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M.003 14c0-7.7 6.3-14 14-14 7.84 0 14 6.3 14 14s-6.3 14-14 14h-12.6c-.56 0-1.12-.28-1.26-.84-.28-.56-.14-1.12.28-1.54l2.8-2.8C1.123 20.3.003 17.22.003 14zm4.76 11.2h9.24c2.94 0 5.88-1.12 7.84-3.22 4.34-4.34 4.34-11.48 0-15.82s-11.48-4.34-15.82 0-4.34 11.48 0 15.82c.56.56.56 1.4 0 1.96l-1.26 1.26z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connect",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.789 16.495c-.295.296-.295.776 0 1.072s.773.296 1.068 0l2.918-2.926a.77.77 0 0 0 .321-.624c0-.005.003-.01.003-.016V14a.774.774 0 0 0-.342-.656l-2.9-2.911c-.295-.296-.773-.296-1.068 0s-.295.776 0 1.072l1.729 1.736H.65c-.359 0-.65.34-.65.759 0 .418.291.758.65.758h5.872l-1.733 1.737z"}),d.createElement("path",{d:"M21.644 2.887C15.531-.698 7.679 1.371 4.108 7.509a.879.879 0 0 0 .746 1.338.875.875 0 0 0 .763-.453c3.086-5.304 9.862-7.089 15.146-3.992a11.128 11.128 0 0 1 2.105 17.593c-.872-3.412-4.032-5.866-7.663-5.866-3.645-.105-6.813 2.447-7.672 5.898a11.076 11.076 0 0 1-1.968-2.522.874.874 0 0 0-1.518-.009.879.879 0 0 0-.001.88 12.753 12.753 0 0 0 4.668 4.735c6.113 3.585 13.965 1.516 17.536-4.622l-.002-.002c3.572-6.133 1.508-14.015-4.604-17.6zm-4.595 22.069a11.034 11.034 0 0 1-8.114-1.782c.367-3.152 3.043-5.46 6.269-5.46 3.215 0 5.885 2.291 6.266 5.427a11.012 11.012 0 0 1-4.421 1.815z"}),d.createElement("path",{d:"M19.211 11.623c0-2.194-1.821-4.022-4.007-4.022-2.185 0-4.007 1.828-4.007 4.022s1.821 4.022 4.007 4.022 4.007-1.828 4.007-4.022zm-5.774 1.867a2.53 2.53 0 0 1-.545-2.747 2.51 2.51 0 0 1 2.32-1.556v-.002a2.504 2.504 0 0 1 1.777.738 2.528 2.528 0 0 1-.815 4.113 2.506 2.506 0 0 1-2.737-.546z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connected",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"ajst0",d:"M14 6.749a4.303 4.303 0 1 0 0 8.606 4.303 4.303 0 0 0 0-8.606z"}),d.createElement("path",{className:"ajst0",d:"M14 0C6.278 0 0 6.278 0 14s6.278 14 14 14 14-6.278 14-14S21.722 0 14 0zm7.878 22.8c-1.401-3.643-4.391-6.072-7.878-6.072S7.523 19.157 6.122 22.8a11.862 11.862 0 0 1-4.017-8.905C2.105 7.325 7.43 2 14 2c6.57 0 11.895 5.325 11.895 11.895 0 3.549-1.557 6.725-4.017 8.905z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"dailymotion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.389 27.782V0l-6.196 1.201v8.624c-1.606-1.528-3.787-2.402-6.368-2.402-5.278 0-10.212 4.585-10.212 10.316C2.611 23.47 7.201 28 12.824 28c2.524 0 4.762-.819 6.368-2.347v2.129h6.197zm-5.967-10.098c0 2.729-2.352 4.967-5.221 4.967-2.869-.055-5.221-2.238-5.221-4.967s2.352-4.967 5.221-4.967c2.868 0 5.221 2.238 5.221 4.967z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"darkmode",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.092 17.766c.262.264.409.622.406.994.026.202.007.407-.056.602a14.002 14.002 0 0 1-6.751 7.197 14.02 14.02 0 0 1-17.844-4.787A13.99 13.99 0 0 1 5.27 3.468 14.016 14.016 0 0 1 14.511 0h.869c.101.036.199.078.294.126.098.056.196.126.252.182.056.056.168.126.168.126.069.085.126.179.168.28l.112.182v.196a.98.98 0 0 1 0 .35c.008.07.008.14 0 .21a.777.777 0 0 1-.084.294 1.13 1.13 0 0 1-.182.266c-.037.059-.08.116-.126.168a9.085 9.085 0 0 0 6.207 15.751 8.912 8.912 0 0 0 3.39-.658 1.39 1.39 0 0 1 .532-.112c.183.002.364.04.532.112.168.067.32.167.449.293zM7.043 22.278a11.212 11.212 0 0 0 7.426 2.852 11.216 11.216 0 0 0 8.77-4.2 9.01 9.01 0 0 1-1.065 0 11.93 11.93 0 0 1-8.417-3.49 11.914 11.914 0 0 1-3.492-8.411c0-2.108.566-4.177 1.639-5.992A11.211 11.211 0 0 0 5.33 7.513a11.191 11.191 0 0 0 1.713 14.765z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 8",id:"diode",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m28 4-4.2-4H4.3L0 4l4.3 4h19.5L28 4z"})),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-entertainment",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#B97BAD",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 25 28",id:"diode-leaning",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M20.8 0h-6.4L0 13.8V20h6.4L20.8 6.2V0z",style:{fill:"#d4ecfb"}}),d.createElement("path",{d:"M25 8h-6.3L4.2 21.8V28h6.4L25 14.2V8z",style:{fill:"#f0e40b"}})),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-planet",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#AFD36E",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-sport",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#5FD6DD",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"facebook",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M7.241 14.912h3.133v12.636c0 .253.203.452.461.452h5.308a.452.452 0 0 0 .461-.452V14.975h3.603c.23 0 .433-.172.461-.397l.544-4.652c.017-.126-.029-.252-.112-.352s-.212-.154-.341-.154h-4.147V6.503c0-.876.479-1.328 1.438-1.328h2.709a.452.452 0 0 0 .461-.452V.452A.452.452 0 0 0 20.759 0h-3.907c-.645 0-2.903.126-4.681 1.734-1.981 1.77-1.705 3.902-1.64 4.272V9.42h-3.29a.452.452 0 0 0-.461.452v4.588c0 .254.203.452.461.452z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"flipboard",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.511 0H.479a.494.494 0 0 0-.492.492v27.017c0 .27.222.492.492.492h7.715c.27 0 .492-.222.492-.492V17.272h8.101c.27 0 .492-.222.492-.492V8.684h10.242c.27 0 .492-.222.492-.492V.482A.508.508 0 0 0 27.511 0z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 393.468 370.279",id:"ghost",xmlns:"http://www.w3.org/2000/svg"},d.createElement("defs",null,d.createElement("path",{id:"ata",d:"M0 0h393.468v370.279H0z"}),d.createElement("mask",{id:"atb",maskContentUnits:"userSpaceOnUse",maskUnits:"userSpaceOnUse"},d.createElement("path",{d:"M0 0h393.468v370.279H0z"}),d.createElement("use",{fill:"#fff",xlinkHref:"#ata"}))),d.createElement("use",{fill:"none",xlinkHref:"#ata"}),d.createElement("g",{mask:"url(#atb)",fillRule:"evenodd"},d.createElement("path",{fill:"#D4ECFB",d:"M359.699 197.366c-53.924-20.748-100.705-24.174-176.215-156.95C127.399-58.2 15.246 34.492 85.346 201.34c70.1 166.847 236.5 181.672 248.117 162.4 11.617-19.271-33.596-45.956-5.453-57.816 28.143-11.86 73.822-.232 64.132-24.577-9.69-24.345-51.214-37.292-19.377-47.868 31.835-10.573 4.889-29.207-13.066-36.115v.002z"}),d.createElement("path",{fill:"#2B2B28",d:"M95.636 52.542c-.814 4.743-3.37 8.516-5.71 8.425-2.34-.09-3.574-4.007-2.76-8.75.813-4.742 3.369-8.515 5.709-8.425 2.34.09 3.574 4.008 2.76 8.75zm26.4-1.194c.812 4.805-.338 9.162-2.565 9.73-2.229.57-4.692-2.865-5.504-7.67-.811-4.806.338-9.16 2.565-9.73 2.23-.569 4.693 2.864 5.504 7.67zm2.344 39.394c3.767 12.692-.39 25.436-9.284 28.463-8.894 3.027-19.156-4.807-22.922-17.5-3.767-12.691.39-25.435 9.284-28.462 8.894-3.028 19.156 4.807 22.923 17.5z"}),d.createElement("path",{fill:"#D4ECFB",d:"M205.998 90.682v-.003l-.001.002.001.001zm0 0c.339.138 45.779 18.581 77.697 8.961 32.038-9.656 25.982 44.987-29.112 45.677-54.858.689-48.639-54.168-48.585-54.638zm-134.444 70.83c-11.666-37.073-28.55-53.225-59.964-64.75-31.411-11.522 6.246-51.572 50.712-19.034 44.466 32.538 15.58 103.885 9.252 83.784z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"googleplay",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.647 1.89v24.22c0 .84.48 1.54 1.167 1.89l13.725-14L2.814 0a2.11 2.11 0 0 0-1.167 1.89zm19.216 7.7L5.902.7l11.804 12.11 3.157-3.22zm5.49 4.41c0-.7-.343-1.33-.824-1.68l-3.157-1.89-3.5 3.57 3.5 3.57 3.157-1.89c.481-.42.824-.98.824-1.68zm-5.49 4.41L5.902 27.3l11.804-12.04 3.157 3.15z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"health",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.404 8.599H19.4V3.596A3.6 3.6 0 0 0 15.804 0h-3.609a3.6 3.6 0 0 0-3.596 3.596v5.003H3.596A3.6 3.6 0 0 0 0 12.195v3.61A3.6 3.6 0 0 0 3.596 19.4h5.003v5.003a3.6 3.6 0 0 0 3.596 3.596h3.609a3.6 3.6 0 0 0 3.596-3.596V19.4h5.002a3.6 3.6 0 0 0 3.596-3.596v-3.609a3.597 3.597 0 0 0-3.594-3.596zm1.426 7.205c0 .786-.64 1.426-1.426 1.426H17.23v7.174c0 .786-.64 1.425-1.425 1.425h-3.609a1.427 1.427 0 0 1-1.426-1.425V17.23H3.596c-.786 0-1.426-.64-1.426-1.426v-3.609c0-.786.64-1.426 1.426-1.426h7.174V3.595c0-.786.64-1.426 1.426-1.426h3.609c.786 0 1.426.64 1.426 1.426v7.173h7.173c.786 0 1.426.64 1.426 1.426v3.61z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"heart",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.826 3.473c-1.403-1.51-3.292-2.342-5.318-2.342s-3.915.832-5.318 2.342l-1.191 1.268-1.191-1.28C11.404 1.95 9.519 1.118 7.499 1.118h-.002c-2.028 0-3.919.832-5.324 2.343C.771 4.971 0 6.96 0 9.063c0 2.102.772 4.091 2.173 5.603l10.976 11.848a1.153 1.153 0 0 0 1.69 0l5.493-5.918c1.831-1.972 3.662-3.946 5.494-5.917C27.227 13.168 28 11.178 28 9.075s-.773-4.092-2.174-5.602zm-1.691 9.645-5.086 5.477L14 24.032 3.863 13.107c-2.069-2.232-2.075-5.854-.012-8.075 1-1.077 2.295-1.67 3.644-1.67h.001c1.342 0 2.633.593 3.634 1.67l2.03 2.19a1.153 1.153 0 0 0 1.691 0l2.018-2.179c.996-1.073 2.287-1.663 3.634-1.663s2.637.591 3.633 1.663c2.068 2.227 2.068 5.849-.001 8.075z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"home",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.538 11.877 15.041 2.104c-.481-.32-.961-.32-1.442 0L.462 11.877c-.481.32-.641 1.121-.16 1.602.16.32.641.481.961.481.16 0 .481 0 .641-.16l.801-.603v11.658c0 .801.481 1.282 1.121 1.282h20.347c.641 0 1.121-.481 1.282-1.121V13.418l.481.382c.641.481 1.282.32 1.762-.16.481-.641.32-1.282-.16-1.763zm-4.646 0v11.855H5.108V11.877c0-.159-.031-.301-.076-.433l9.208-6.936 8.729 6.935c-.049.14-.077.287-.077.434z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"horoscope",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m9.295 25.265.536.195c6.152 2.239 12.996-1.054 15.337-7.387a12.535 12.535 0 0 0 .148-8.162 19.775 19.775 0 0 0 2.186-4.141c.687-1.887.703-3.502-.208-4.534-1.782-1.975-5.537-.394-8.555 1.418l-.536-.195C12.063.187 5.207 3.513 2.867 9.846c-.971 2.668-1.023 5.56-.16 8.195-1.973 2.966-3.761 6.7-1.967 8.643s4.851.807 8.555-1.419zM5.398 10.841C7.186 5.928 12.48 3.36 17.244 5.094a8.984 8.984 0 0 1 5.004 4.511c-1.815 2.434-3.827 4.723-6.044 6.79a50.795 50.795 0 0 1-6.975 5.714c-3.742-2.283-5.35-6.995-3.831-11.268zM4.094 20.903c-1.456 2.528-1.456 3.707-1.346 3.895.331.268 1.716-.002 3.877-1.131a11.34 11.34 0 0 1-2.531-2.764zm18.531-3.792c-1.575 4.327-5.942 6.901-10.347 6.145a59.516 59.516 0 0 0 5.772-4.863 63.633 63.633 0 0 0 5.137-5.573 9.267 9.267 0 0 1-.562 4.291zm1.304-10.063c1.239-2.128 1.567-3.519 1.346-3.895-.134-.122-1.282-.209-3.877 1.131.973.76 1.845 1.704 2.531 2.764z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-balance",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.5 23h-25c-.8 0-1.5.6-1.5 1.4 0 .8.7 1.5 1.5 1.5h25.1c.8 0 1.5-.7 1.5-1.5-.1-.8-.8-1.4-1.6-1.4zm-25-2.2h6c.6 0 1.1-.4 1.4-.9.2-.5.1-1.2-.3-1.6-1.5-1.5-2.3-3.4-2.3-5.5s.8-4 2.3-5.5C10 5.9 11.9 5.1 14 5.1s4 .8 5.5 2.3c1.5 1.5 2.3 3.4 2.3 5.5s-.8 4-2.3 5.5c-.4.4-.5 1.1-.3 1.6.2.6.8.9 1.4.9h6c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.1c1.8-3.3 1.7-7.3-.2-10.5s-5.4-5.2-9.2-5.2c-3.8 0-7.2 2-9.2 5.2-1.9 3.2-2 7.2-.2 10.5H1.5c-.8 0-1.5.7-1.5 1.5 0 .7.7 1.4 1.5 1.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-belier",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.4 11.1c.4 0 .8-.2 1.1-.4.3-.3.4-.7.4-1.1.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0s2.3 2.1 2.5 3.7v15c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-15c.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0 1.5.7 2.4 2.1 2.6 3.7 0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-2.2-1-4.2-2.6-5.7S21.6 1.7 19.5 2c-2.2.2-4.2 1.3-5.5 3-1.3-1.8-3.3-2.9-5.5-3.1-2.2-.2-4.4.5-6 2C.9 5.3 0 7.4 0 9.6c0 .8.6 1.5 1.4 1.5z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-buffle",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.649 4.765c-.932.466-1.669.835-3.316.835-1.439 0-4.545-2.8-9.333-2.8-4.778 0-7.896 2.8-9.333 2.8-1.647 0-2.383-.368-3.316-.835A.934.934 0 0 0 0 5.6c0 3.245 2.02 6.091 5.623 5.509.14 3.41.954 4.757 1.681 5.952.458.753.858 1.419 1.048 2.653a3.249 3.249 0 0 0-.885 2.22 3.271 3.271 0 0 0 3.267 3.267h6.533a3.271 3.271 0 0 0 3.267-3.267c0-.859-.34-1.636-.885-2.22.19-1.233.589-1.899 1.048-2.653.727-1.195 1.54-2.542 1.681-5.952C25.983 11.691 28 8.818 28 5.6a.934.934 0 0 0-1.351-.835zm-9.382 18.568h-6.533c-.772 0-1.4-.628-1.4-1.4 0-.772.628-1.4 1.4-1.4h6.533c.772 0 1.4.628 1.4 1.4 0 .772-.628 1.4-1.4 1.4zm1.835-7.243c-.44.722-.889 1.468-1.165 2.646a3.28 3.28 0 0 0-.669-.07h-6.533c-.23 0-.453.025-.669.07-.276-1.178-.726-1.924-1.165-2.646-.663-1.089-1.346-2.214-1.424-5.42 2.064-.592 4.235-1.337 6.523-1.337 2.28 0 4.454.743 6.526 1.337-.078 3.206-.762 4.331-1.424 5.42zm4.232-6.757c-1.837 0-5.502-1.867-9.333-1.867-3.801 0-7.507 1.867-9.333 1.867-1.49 0-2.242-1.106-2.575-2.222.667.21 1.477.355 2.574.355 2.236 0 4.85-2.8 9.333-2.8 4.379 0 7.159 2.8 9.333 2.8 1.097 0 1.907-.145 2.575-.356-.332 1.118-1.084 2.223-2.574 2.223z"}),d.createElement("path",{d:"M11.2 13.067a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm-6.533 8.866a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm5.6 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cancer",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M6.3 14.9zm0 0c1.7 0 3.2-.7 4.3-2 1.1-1.3 1.5-2.9 1.3-4.6-.3-1.6-1.3-3.1-2.7-3.9 2.6-1.1 5.4-1.5 8.2-1 2.8.5 5.3 1.9 7.3 3.8.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-3.2-3.2-7.5-5-12-5-4.7.1-9 1.8-12.2 5-1.2 1-2 2.4-2.1 4-.1 1.6.4 3.1 1.5 4.3 1 1.1 2.5 1.7 4.1 1.7zM4.6 7.6c.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.3 1.2-.8 1.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7.1-.6.4-1.2.8-1.7zm21.1 7.1c-1.1-1.1-2.7-1.7-4.3-1.6-1.6.1-3.1.9-4.1 2.2-1 1.3-1.4 2.9-1.1 4.5.3 1.6 1.3 3 2.6 3.8-2.6 1.1-5.4 1.5-8.2 1-2.8-.5-5.3-1.8-7.3-3.8-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 3.2 3.2 7.6 5 12.1 5s8.8-1.7 12-4.9c1.3-1 2-2.5 2.1-4.1.3-1.7-.3-3.2-1.5-4.4zm-2.3 5.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7 0-.6.3-1.2.7-1.7.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.2 1.2-.7 1.7z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-capricorne",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M23.4 17.1c-1.2-.4-2.5-.3-3.7.1V5.6c0-1.5-.6-2.9-1.6-4C17 .6 15.6 0 14.2 0c-1.5 0-2.9.5-4 1.6C9.1.5 7.7 0 6.2 0S3.3.6 2.3 1.7.7 4.2.7 5.7c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7 0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v10.9c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7v-11c0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v13.9l-6 4.5c-.8.6-1 1.6-.4 2.4.6.8 1.6 1 2.4.4l4.2-3.1c.5 1.9 1.9 3.5 3.8 4 1.9.6 4 .1 5.4-1.3 1.4-1.4 2.1-3.4 1.6-5.3-.3-1.8-1.8-3.4-3.7-4zm.3 5.9c-.2.6-.7 1.1-1.3 1.3-.6.2-1.3.1-1.8-.2-.5-.3-.9-.9-1-1.5v-.4c0-.6.3-1.2.8-1.5.5-.4 1.1-.5 1.7-.4.6.1 1.1.5 1.4 1.1.4.4.4 1.1.2 1.6z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cheval",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M7.094 10.344a.997.997 0 0 1 1.328-.484l1 .466a.999.999 0 1 1-.844 1.813l-1-.466a1 1 0 0 1-.484-1.329zm11 1.311a1 1 0 0 1 .484-1.329l1-.466a1 1 0 0 1 .844 1.813l-1 .466a1 1 0 0 1-1.328-.484z"}),d.createElement("path",{d:"M4.101 8.593c-.112 1.251-.099 2.502-.101 3.636 0 3.456 3.313 6.878 3.502 9.819C7.5 22.097 7 23.464 7 24c0 2.654 2.355 4 7 4s7-1.346 7-4c0-.554-.499-1.89-.502-1.937.19-2.986 3.502-6.371 3.502-9.834-.002-1.164.011-2.384-.101-3.636C25.551 7.396 27 5.55 27 1a1 1 0 0 0-1-1h-.004c-1.761.007-4.899.595-6.453 2.611a15.078 15.078 0 0 0-1.314-.244C17.283.892 15.606 0 14 0c-1.572 0-3.21.674-4.166 2.358-.418.058-.896.139-1.378.252C6.902.595 3.765.007 2.004 0H2a1 1 0 0 0-1 1c0 4.55 1.449 6.397 3.101 7.593zm20.868-6.526c-.14 2.271-.741 3.461-1.485 4.244-.354-1.178-.954-2.23-1.956-2.927.831-.712 2.147-1.157 3.441-1.317zM14 2c1.258 0 3 1.042 3 3 0 1.33-.397 1.542-1.356 2.056-.788.422-1.771.949-2.575 2.188-.151-1.288.106-2.667.772-3.703A1 1 0 0 0 13 4h-.012a6.057 6.057 0 0 0-1.799.304C11.695 2.339 13.095 2 14 2zM7.597 5.031c.21-.155.739-.351 1.515-.518-.072.456-.111.95-.111 1.487a1 1 0 0 0 1.569.823 4.87 4.87 0 0 1 .729-.417c-.571 2.068-.281 4.415.868 6.148a1 1 0 0 0 1.803-.31c.584-2.333 1.572-2.863 2.619-3.424 1.589-.852 2.612-1.857 2.386-4.287.732.163 1.229.351 1.429.499 1.75 1.301 1.6 4.864 1.597 7.197 0 2.777-3.275 6.211-3.498 9.708-.048.757.498 1.764.498 2.063 0 1.327-1.683 2-5 2s-5-.673-5-2c0-.285.546-1.302.498-2.063-.219-3.43-3.498-6.973-3.498-9.708-.003-2.312-.146-5.901 1.596-7.198zM6.473 3.384c-1.003.698-1.602 1.752-1.956 2.927-.745-.783-1.345-1.973-1.485-4.244 1.294.16 2.61.605 3.441 1.317z"}),d.createElement("path",{d:"M13 24a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-chevre",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.599.169c-2.407-.548-5.616.185-7.301 2.994-.992-.177-2.091-.27-3.298-.27s-2.306.093-3.298.27C9.018.353 5.808-.377 3.401.169 1.6.579.481 1.623.481 2.893c0 .485.339.923.972.966.273.003 3.025.054 3.794 2.435a5.192 5.192 0 0 0-.273.468c-1.263.024-3.154.185-4.21 1.242a.964.964 0 0 0-.181 1.115c.953 1.907 2.716 3.51 4.579 4.216.848 1.921 2.078 3.376 2.078 5.009 0 1.967 1.298 3.243 2.898 3.987-.019 2.468.344 4.148 1.145 5.266a.97.97 0 0 0 .739.403c.289.001.58-.108.774-.33.392-.45.8-.877 1.217-1.274.419.39.81.808 1.169 1.249a.964.964 0 0 0 1.621-.195c.628-1.32 1.095-3.612 1.059-5.119 1.6-.744 2.897-2.019 2.897-3.986 0-1.632 1.213-3.048 2.079-5.009 1.863-.706 3.626-2.309 4.579-4.216a.966.966 0 0 0-.181-1.115c-1.057-1.057-2.947-1.217-4.211-1.242a4.849 4.849 0 0 0-.272-.469c.767-2.382 3.51-2.434 3.794-2.435.658-.071.972-.483.972-.966 0-1.271-1.12-2.315-2.92-2.724zM2.755 9.011c.482-.171 1.096-.251 1.65-.289a7.43 7.43 0 0 0 .015 2.018 7.377 7.377 0 0 1-1.665-1.729zm20.84-.289c.554.038 1.168.117 1.65.289a7.357 7.357 0 0 1-1.665 1.729 7.43 7.43 0 0 0 .015-2.018zM3.346 2.192c1.699-.615 4.038-.186 5.367 1.499-.776.283-1.454.638-2.029 1.067-.741-1.337-1.991-2.174-3.338-2.566zm12.204 23a14.624 14.624 0 0 0-.94-.837.967.967 0 0 0-1.242.018 19.78 19.78 0 0 0-1.015.944c-.165-.626-.255-1.418-.278-2.357a9.531 9.531 0 0 0 1.925.212c.584 0 1.246-.07 1.92-.211-.045.686-.18 1.494-.37 2.231zm3.278-6.849c0 1.776-2.226 2.586-3.863 2.821V18.94l1.398-.699a.967.967 0 0 0-.864-1.728L14 17.264l-1.499-.75a.965.965 0 1 0-.864 1.728l1.397.699v2.224c-1.636-.234-3.863-1.044-3.863-2.82 0-3.22-2.897-5.157-2.897-8.691 0-3.204 2.599-4.828 7.725-4.828 5.127 0 7.725 1.624 7.725 4.828.001 3.542-2.896 5.452-2.896 8.689zm2.487-13.585a7.926 7.926 0 0 0-2.029-1.067c1.305-1.655 3.633-2.127 5.367-1.499-1.347.393-2.597 1.229-3.338 2.566z"}),d.createElement("path",{d:"M10.138 10.618a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.656 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-chien",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.935 12.865c1.46.36 2.397-.262 2.818-1.523.754-2.257-.287-7.205-2.221-8.658-1.605-1.206-4.563-1.597-6.761-1.712-.782-.043-1.576.406-1.735 1.244-.93-.157-1.938-.246-3.036-.246s-2.106.089-3.037.246C10.805 1.379 10.006.93 9.229.972c-2.198.115-5.156.506-6.761 1.712C.534 4.137-.507 9.085.247 11.342c.419 1.255 1.346 1.887 2.818 1.523.539 3.639 4.593 6.614 3.607 9.331-.735 2.022-.084 3.451 1.171 4.226 1.479.915 3.705.791 6.157-.328 1.906.869 4.384 1.425 6.157.328 1.247-.77 1.919-2.168 1.171-4.226-.991-2.732 3.059-5.632 3.607-9.331zm-.604-8.581c1.324.995 2.128 5.759 1.419 6.692-1.639 0-4.183-3.168-6.437-7.964 2.332.18 4.182.644 5.018 1.272zm-22.04 6.71c-.742-.61-.054-5.632 1.379-6.71.835-.628 2.685-1.092 5.018-1.272-1.064 2.264-4.148 7.958-6.397 7.982zm17.156 11.885c.208.574.474 1.337-.342 1.841-.735.453-2.343.527-4.657-.631a1 1 0 0 0-.895 0c-2.313 1.156-3.923 1.083-4.657.631-.84-.519-.528-1.329-.342-1.841 1.542-4.249-3.558-7.305-3.558-11.012 2.116-1.65 3.971-4.839 5.237-7.448 1.072-.292 2.329-.449 3.767-.449s2.696.156 3.768.449c1.266 2.609 3.12 5.797 5.237 7.448 0 3.694-5.095 6.778-3.558 11.012z"}),d.createElement("path",{d:"M14 15.979c-.794 0-2.709.132-3.328 1.353-.225.443-.343 1.213.368 2.371.562.917 1.815 2.28 2.96 2.28s2.398-1.364 2.96-2.28c.711-1.158.592-1.929.368-2.371-.619-1.221-2.534-1.353-3.328-1.353zm0 3.981c-.469-.219-1.318-1.229-1.476-1.738.595-.326 2.465-.322 2.959-.027-.133.499-1.006 1.541-1.483 1.765zm-4.003-8.984a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0zm10.007 0a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cochon",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M13.999 14.5c-2.88 0-4.747 1.575-5.534 3.048-.634 1.187-.675 2.452-.107 3.301.996 1.489 4.277 1.65 5.642 1.65s4.646-.161 5.642-1.65c.568-.849.527-2.113-.107-3.301-.788-1.473-2.656-3.048-5.536-3.048zm3.982 5.234c-.206.266-1.586.765-3.982.765-2.393 0-3.772-.497-3.982-.764-.104-.16-.107-.649.211-1.245.514-.963 1.775-1.991 3.771-1.991s3.257 1.029 3.771 1.991c.319.599.315 1.089.211 1.244z"}),d.createElement("path",{d:"M26.998.501c-4.071 0-6.811.924-8.357 2.802-1.321-.523-2.868-.802-4.641-.802s-3.32.279-4.642.802C7.811 1.425 5.072.501 1.001.501A1 1 0 0 0 .159 2.04c.445.695 1.626 2.541 1.415 3.066-1.163 2.884-.563 5.306 2.473 6.181-.03.393-.046.796-.046 1.213 0 1.641-1 1.87-1 4.999 0 6.074 4.318 9.999 10.999 9.999s10.999-3.925 10.999-9.999c0-3.093-1-3.389-1-4.999 0-.417-.016-.821-.046-1.213 3.036-.875 3.636-3.298 2.473-6.181-.211-.524.97-2.371 1.415-3.066a1 1 0 0 0-.843-1.539zM3.428 5.854c.388-.961.039-2.064-.617-3.28 2.207.189 3.765.759 4.734 1.71C5.944 5.43 4.86 7.113 4.348 9.298c-1.625-.576-1.57-1.835-.92-3.444zm10.571 19.645C8.449 25.499 5 22.434 5 17.5c0-2.689 1-2.79 1-4.999 0-5.308 2.691-7.999 7.999-7.999s7.999 2.691 7.999 7.999c0 2.239 1 2.26 1 4.999 0 4.934-3.448 7.999-8.999 7.999zM24.571 5.854c.649 1.608.705 2.868-.92 3.445-.512-2.186-1.596-3.869-3.197-5.015.969-.951 2.527-1.52 4.734-1.71-.656 1.216-1.005 2.319-.617 3.28z"}),d.createElement("path",{d:"M10 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.499 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.5-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-coq",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M5.332 26.801a.964.964 0 0 0 1.37 1.069l3.432-1.689 3.434 1.717a.966.966 0 0 0 .864 0l3.44-1.72 3.436 1.643a.965.965 0 0 0 1.363-1.063c-.919-4.515.985-7.783.985-12.275 0-4.338-2.063-7.159-5.88-8.216.795-1.107 1.454-2.616 1.513-3.734.065-1.244-.563-1.797-.943-2.016-.464-.268-1-.318-1.549-.147-.537.168-1.06.554-1.516 1.028C14.756.532 13.952 0 13.035 0c-1.14 0-2.068.733-2.546 2.01-.453 1.213-.455 2.882.068 4.169-4.03.982-6.212 3.842-6.212 8.304 0 4.507 1.977 7.73.987 12.318zm6.966-24.115c.128-.345.361-.755.736-.755.345 0 .873.644.948 1.694.03.438.353.8.785.881a.97.97 0 0 0 1.052-.537c.419-.886 1.188-1.649 1.534-1.755.022.143.017.475-.166 1.032-.415 1.259-1.303 2.443-1.64 2.624a15.6 15.6 0 0 0-2.986-.011c-.466-.622-.676-2.067-.263-3.173zM14 7.724c5.126 0 7.724 2.274 7.724 6.759 0 3.751-1.493 6.727-1.199 10.824l-2.247-1.075a.97.97 0 0 0-.849.007L14 25.955l-3.43-1.715a.963.963 0 0 0-.858-.002l-2.216 1.09c.322-4.108-1.22-7.21-1.22-10.846 0-4.485 2.598-6.759 7.724-6.758z"}),d.createElement("path",{d:"M13.181 20.787a.964.964 0 0 0 1.638 0l2.414-3.862a.966.966 0 0 0-.215-1.266c-1.974-1.579-4.06-1.579-6.035 0a.966.966 0 0 0-.215 1.266l2.413 3.862zm1.916-4.088L14 18.454l-1.098-1.755c.743-.377 1.453-.377 2.195 0zm-4.959-3.182a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-dragon",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M15.931 21.241c-.516 0-.86.17-1.151.57a.967.967 0 0 1-1.56 0c-.291-.4-.636-.57-1.151-.57-1.278 0-1.277-1.931 0-1.931.742 0 1.388.195 1.931.58.543-.385 1.188-.58 1.931-.58 1.278 0 1.276 1.931 0 1.931z"}),d.createElement("path",{d:"M26.774 3.888a.965.965 0 0 0-1.086.508c-.708 1.416-1.699 2.313-3.244 2.927a9.272 9.272 0 0 0-.879-.797c2.089-1.473 3.342-3.778 3.943-5.179a.966.966 0 0 0-1.775-.761 13.67 13.67 0 0 1-.93 1.784l-1.429-1.182a.967.967 0 0 0-1.232 1.488l1.501 1.243A6.806 6.806 0 0 1 19.7 5.401c-1.89-.803-3.909-.724-5.7.237-1.791-.962-3.81-1.04-5.7-.237a6.813 6.813 0 0 1-1.944-1.483l1.501-1.243a.966.966 0 0 0-1.232-1.488L5.197 2.37a13.61 13.61 0 0 1-.93-1.784.966.966 0 0 0-1.775.761c.601 1.401 1.854 3.707 3.943 5.179a9.151 9.151 0 0 0-.879.797C4.011 6.708 3.02 5.812 2.312 4.395a.965.965 0 0 0-1.829.433c0 2.985.31 6.113 2.393 7.331a12.34 12.34 0 0 0-.462 3.289.966.966 0 0 0 1.271.916l.567-.189c-.461 1.1-.872 2.523-.872 4.101a.966.966 0 0 0 1.501.803l1.542-1.028c.118 1.096.292 2.281.548 3.393-1.673 1.198-2.212 2.625-3.591 2.625-.763 0-.958-1.006-.977-1.114a.966.966 0 0 0-1.908.298C.642 26.202 1.436 28 3.38 28c2.08 0 3.017-1.502 4.187-2.563C8.148 26.934 8.971 28 10.138 28c2.081 0 2.361-.966 3.862-.966 1.538 0 1.735.966 3.862.966 1.167 0 1.99-1.066 2.571-2.563C21.641 26.533 22.534 28 24.62 28c1.943 0 2.737-1.797 2.885-2.748a.962.962 0 0 0-.799-1.097.97.97 0 0 0-1.108.792c-.02.115-.216 1.122-.978 1.122-1.391 0-1.894-1.409-3.591-2.625.255-1.112.429-2.297.548-3.393l1.542 1.028a.966.966 0 0 0 1.501-.803c0-1.577-.412-3.001-.872-4.1l.567.189a.967.967 0 0 0 1.271-.916c0-1.128-.17-2.234-.462-3.29 2.083-1.218 2.393-4.345 2.393-7.33a.968.968 0 0 0-.743-.941zM3.575 10.281c-.483-.447-.806-1.236-.985-2.451a8.069 8.069 0 0 0 1.747 1.067c-.283.438-.536.9-.762 1.384zm18.454 3.286a.961.961 0 0 0-1.087.351.968.968 0 0 0 .009 1.144c.013.017.997 1.356 1.479 3.237l-1.136-.757a.964.964 0 0 0-1.498.736 33.029 33.029 0 0 1-.583 4.269 7.64 7.64 0 0 0-2.315-.34.966.966 0 0 0 0 1.932c.744 0 1.336.109 1.844.28-.292.933-.601 1.551-.878 1.651-1.538 0-1.735-.966-3.862-.966-2.09 0-2.35.963-3.843.968-.284-.1-.598-.721-.892-1.655.506-.17 1.097-.278 1.839-.278a.966.966 0 0 0 0-1.932c-.906 0-1.658.135-2.313.339a32.84 32.84 0 0 1-.586-4.269.965.965 0 0 0-1.498-.736l-1.139.758c.482-1.881 1.465-3.219 1.477-3.235a.965.965 0 0 0-1.076-1.497l-1.536.512c.221-1.689.853-3.259 1.766-4.52 1.997.514 4.018.679 5.024 2.495a.965.965 0 1 0 1.688-.936C11.69 8.911 9.538 8.352 7.745 7.943c1.925-1.466 3.998-1.502 5.727-.375a.97.97 0 0 0 1.055 0c1.728-1.127 3.802-1.092 5.727.375-1.792.409-3.945.968-5.168 3.176a.964.964 0 1 0 1.688.936c1.006-1.816 3.025-1.981 5.024-2.495.912 1.26 1.544 2.831 1.766 4.52l-1.535-.513zm2.396-3.286a11.55 11.55 0 0 0-.762-1.384A8.03 8.03 0 0 0 25.41 7.83c-.179 1.215-.502 2.004-.985 2.451z"}),d.createElement("path",{d:"M12.31 17.379c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.966.966 0 0 1-.966-.966zm0-2.896c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.967.967 0 0 1-.966-.966zm-2.172-1.931a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-gemeaux",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.8 25.2c-.6.6-.6 1.7 0 2.3.6.6 1.7.6 2.3 0 1.8-1.8 4.3-2.9 6.9-2.9 2.6 0 5.1 1 6.9 2.9.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-1-1-2.3-1.9-3.6-2.5V5.3c1.3-.6 2.5-1.5 3.6-2.5.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-1.8 1.8-4.3 2.9-6.9 2.9-2.6 0-5.1-1-6.9-2.9-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 1 1 2.3 1.9 3.6 2.5v17.3c-1.4.7-2.6 1.6-3.6 2.6zm6.8-18.8c1.6.3 3.2.3 4.7 0v15.2c-1.6-.3-3.2-.3-4.7 0V6.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-lapin",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M20.187 2.714c-2.308.747-4.752 2.438-5.179 5.016a10.41 10.41 0 0 0-2.013-.003c-.428-2.577-2.872-4.267-5.179-5.014C3.793 1.412 1.194 1.56.298 3.142-.975 5.388 2.058 7.568 4.986 8.32c1.612.414 2.782 1.055 3.26 1.761-1.006 1.164-1.652 2.598-2.257 3.953-1.553 3.479-2.502 4.192-2.202 6.069.579 3.626 6.056 6.062 10.214 6.062 4.189 0 9.638-2.461 10.214-6.062.299-1.87-.648-2.59-2.2-6.064-.606-1.355-1.253-2.79-2.261-3.954.476-.707 1.648-1.349 3.263-1.764 2.877-.739 5.961-2.929 4.688-5.178-.896-1.582-3.494-1.73-7.518-.429zM5.5 6.705c-1.533-.394-4.11-1.786-3.536-2.801.299-.529 2.06-.633 5.219.391.636.206 3.671 1.32 3.985 3.814-.595.2-1.124.458-1.587.772C8.534 7.664 6.679 7.008 5.5 6.705zm14.781 7.96c1.505 3.367 2.289 3.921 2.085 5.199-.425 2.655-5.075 4.621-8.365 4.621s-7.94-1.973-8.365-4.621c-.202-1.261.56-1.783 2.086-5.204 1.322-2.961 2.366-5.299 6.264-5.299h.013c3.913.005 4.958 2.343 6.282 5.304zm2.222-7.96c-1.181.303-3.039.96-4.084 2.18a6.515 6.515 0 0 0-1.584-.771c.31-2.497 3.349-3.614 3.985-3.82 3.158-1.023 4.919-.92 5.219-.391.576 1.021-1.907 2.383-3.536 2.802z"}),d.createElement("path",{d:"M11.199 15.246c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.515.001.934.376.934.84zm7.473 0c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.516.001.934.376.934.84zm-1.876 6.829c-.068.45-.525.781-1.051.72a4.39 4.39 0 0 1-1.744-.588 4.353 4.353 0 0 1-1.744.588c-.508.058-.982-.26-1.051-.72-.069-.46.29-.882.801-.945a2.353 2.353 0 0 0 1.059-.389v-1.296h-.934c-.516 0-.934-.376-.934-.84 0-.464.418-.84.934-.84h1.852c.006 0 .01-.003.016-.003s.011.003.016.003h1.853c.516 0 .934.376.934.84 0 .464-.418.84-.934.84h-.934v1.296c.313.212.662.341 1.059.389.512.063.871.486.802.945z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-lion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M5.3 22.1c1.4 0 2.8-.6 3.8-1.6s1.5-2.4 1.5-3.8V8c0-.8.3-1.6.8-2.2.6-.6 1.3-.9 2.1-.9s1.6.3 2.1.9c.6.6.9 1.4.8 2.2v12c0 1.6.5 3.1 1.6 4.2s2.6 1.8 4.1 1.8c1.6 0 3-.6 4.1-1.8C27.5 23 28 21.5 28 20c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4-.3 1.6-.8 2.2c-.6.6-1.3.9-2.1.9s-1.6-.3-2.1-.9c-.6-.6-.9-1.4-.8-2.2V8c0-1.6-.5-3.1-1.6-4.2S15.2 2 13.7 2c-1.6 0-3 .6-4.1 1.8C8.3 5 7.7 6.5 7.8 8v3.9c-.8-.4-1.6-.6-2.5-.6-1.9.1-3.6 1.1-4.6 2.8-.9 1.7-.9 3.7 0 5.3s2.7 2.7 4.6 2.7zm0-8.1c.7 0 1.4.2 2 .7.5.5.9 1.2.9 1.9S8 18 7.5 18.5s-1.2.8-1.9.8-1.4-.3-1.9-.8-.8-1.2-.8-1.9.2-1.3.7-1.8c.3-.5 1-.8 1.7-.8z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-poissons",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.6 15.6h4.6C5.9 18.9 4.4 22 2 24.4c-.3.3-.5.7-.5 1.2 0 .4.2.9.5 1.2.3.3.7.5 1.2.5.4 0 .9-.2 1.2-.5 3-3 4.8-6.9 5.2-11h9c.4 4.2 2.2 8.1 5.2 11 .6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-2.4-2.4-3.8-5.4-4.2-8.8h4.6c.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6h-4.6c.4-3.3 1.8-6.4 4.2-8.8.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-3 3-4.8 6.9-5.2 11H9.5c-.4-4.2-2.2-8.1-5.2-11C3.7.7 2.7.7 2 1.3c-.6.6-.6 1.7 0 2.3C4.4 6 5.9 9.1 6.2 12.4H1.6c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-rat",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 19.492c-1.682 0-3 1.098-3 2.5s1.318 2.5 3 2.5 3-1.098 3-2.5-1.318-2.5-3-2.5zm0 3c-.62 0-1-.324-1-.5s.38-.5 1-.5 1 .324 1 .5-.38.5-1 .5z"}),d.createElement("path",{d:"M22 1.492c-2.669 0-4.987 1.801-5.733 4.27a9.667 9.667 0 0 0-4.535 0c-.745-2.47-3.063-4.27-5.732-4.27-3.309 0-6 2.691-6 6 0 2.996 2.209 5.478 5.082 5.922-.14 1.191-.116 2.549.243 4.273-1.218.159-2.571.429-3.694.876a1 1 0 0 0 .739 1.859c1.051-.418 2.36-.653 3.486-.784.144.412.306.811.48 1.201-1.311.3-2.851.86-4.009 1.915a1 1 0 0 0 1.348 1.478c.965-.88 2.439-1.336 3.632-1.557 1.809 2.909 4.395 4.817 6.694 4.817s4.885-1.908 6.694-4.818c1.193.22 2.667.676 3.632 1.557a1 1 0 0 0 1.348-1.478c-1.158-1.056-2.698-1.615-4.009-1.915.174-.39.336-.789.48-1.201 1.126.131 2.435.366 3.486.784a1 1 0 0 0 .739-1.859c-1.123-.447-2.476-.717-3.694-.876.359-1.724.383-3.082.243-4.273C25.791 12.97 28 10.487 28 7.492a6.005 6.005 0 0 0-6-6zM5.521 11.444C3.543 11.204 2 9.533 2 7.492c0-2.206 1.794-4 4-4a4.013 4.013 0 0 1 3.848 2.943c-2.045 1.007-3.576 2.769-4.327 5.009zm15.151 6.066a18.15 18.15 0 0 0-.672-.018 1 1 0 0 0 0 2l.062.001c-.14.354-.291.699-.455 1.03a10.163 10.163 0 0 0-.607-.031 1 1 0 0 0-1 1c0 .373.213.685.516.857-1.401 1.941-3.14 3.143-4.516 3.143s-3.115-1.201-4.516-3.143a.985.985 0 0 0 .516-.857 1 1 0 0 0-1-1c-.01 0-.24.003-.607.031a13.358 13.358 0 0 1-.455-1.03L8 19.492a1 1 0 0 0 0-2c-.187 0-.42.007-.672.018C5.926 11.292 9.322 7.492 14 7.492c4.654 0 8.08 3.77 6.672 10.018zm1.807-6.066c-.751-2.239-2.282-4.002-4.326-5.009A4.011 4.011 0 0 1 22 3.492c2.206 0 4 1.794 4 4 0 2.041-1.543 3.712-3.521 3.952z"}),d.createElement("path",{d:"M11 14.492a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-sagittaire",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.9 1.3v-.1c0-.1-.1-.2-.1-.3V.8c-.1-.2-.3-.4-.6-.6h-.1c-.1 0-.2-.1-.3-.1h-.9L11.7 3c-.5.1-.9.3-1.2.7-.3.4-.4.9-.3 1.4.1.5.4.9.8 1.2.4.3.9.3 1.4.2l8.3-1.8L7.1 18.3l-4-4c-.7-.7-1.9-.7-2.6 0-.7.7-.7 1.9 0 2.6l4 4L1 24.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0l3.6-3.6 4 4c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5l-4-4L23.2 7.3l-1.7 8.2c-.1.5-.1 1 .2 1.4.3.4.7.7 1.2.8.5.1 1 0 1.4-.3.4-.3.7-.7.7-1.2l3-14.1v-.5c0-.1 0-.2-.1-.3z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-scorpion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.3 9c.4 0 .7-.1.9-.4s.4-.6.4-.9c0-.4.1-.9.4-1.2.3-.3.8-.5 1.2-.5s.9.2 1.2.5c.3.3.5.7.4 1.2v8c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3v-8c0-.5.3-1 .8-1.3.5-.3 1.1-.3 1.5 0 .5.3.8.8.8 1.3v8c0 .7.6 1.3 1.3 1.3.7 0 1.3-.6 1.3-1.3v-8c0-.4.1-.9.4-1.2.4-.3.8-.5 1.2-.5.4 0 .9.2 1.2.5.3.3.5.7.4 1.2v12.4c0 1.5.7 2.8 1.9 3.6 1.2.8 2.7 1 4.1.5 1.4-.5 2.4-1.7 2.7-3.1.6.4 1.3.2 1.7-.3.4-.5.3-1.3-.2-1.7l-1.8-1.8c-.2-.2-.6-.4-.9-.4-.3 0-.7.1-.9.4L22.1 19c-.4.4-.5 1-.3 1.5s.8.8 1.3.7c-.3.4-.8.7-1.3.7s-1-.1-1.4-.5c-.4-.3-.6-.8-.6-1.4V7.7c0-1.1-.4-2.2-1.2-3-.8-.8-1.8-1.2-2.9-1.2-1.1 0-2.2.4-3 1.2-.6-.8-1.7-1.2-2.8-1.2s-2.1.4-2.8 1.2c-.8-.8-1.9-1.2-3-1.2S2 4 1.2 4.8C.4 5.5 0 6.6 0 7.7c0 .3.1.7.4.9.2.3.6.4.9.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-serpent",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M9.905 8.649a1.002 1.002 0 0 1-1.33.483l-1-.467a1.002 1.002 0 0 1 .846-1.814l1 .467c.501.235.717.829.484 1.331zm8.19 0a1 1 0 0 1 .484-1.33l1-.467a1 1 0 1 1 .846 1.814l-1 .467a1.002 1.002 0 0 1-1.33-.484zM13 16.995a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4.001 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"}),d.createElement("path",{d:"M17.361 21.998c2.922 0 7.644-9.244 7.644-13.734 0-7.009-5.463-10.169-11.004-7.078-5.555-3.097-11.005.083-11.005 7.078 0 4.49 4.722 13.734 7.644 13.734 1.115 0 1.729-.485 2.361-.78L13 23.98c-.074.547-1.463 1.937-2.014 2.02a1 1 0 0 0 .012 2c.927 0 2.152-.849 3.001-1.866C14.85 27.151 16.074 28 17.001 28c.553 0 1.009-.448 1.009-1s-.438-1-.991-1c-.549-.074-1.946-1.472-2.019-2.002v-2.78c.63.295 1.245.78 2.361.78zM10.675 20c-1.358-.305-5.679-7.501-5.679-11.736 0-5.472 3.872-7.797 8.243-5.209a1.493 1.493 0 0 0 1.522 0h.001c4.363-2.585 8.241-.265 8.241 5.209 0 4.235-4.321 11.431-5.643 11.733-.865 0-1.527-1-3.361-1-1.831-.001-2.479.996-3.324 1.003z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-singe",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M17.2 21.587a.934.934 0 0 1-.52 1.213 7.188 7.188 0 0 1-2.68.533 7.188 7.188 0 0 1-2.68-.533.932.932 0 1 1 .693-1.733c.354.141.704.24 1.054.307V19.71l-1.351-.675a.934.934 0 0 1 .834-1.67l1.45.725 1.449-.725a.933.933 0 1 1 .834 1.67l-1.35.675v1.663a5.7 5.7 0 0 0 1.054-.307.936.936 0 0 1 1.213.521zm-6-9.921a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"}),d.createElement("path",{d:"M28 5.6c0-3.829-4.758-5.686-7.341-2.774C18.85 1.903 16.607 1.4 14 1.4s-4.85.503-6.659 1.426C4.759-.085 0 1.77 0 5.6c0 1.673 1.012 3.161 2.493 3.826-.683 4.115.862 9.144 4.293 12.331C7.688 24.785 10.943 26.6 14 26.6c3.184 0 6.586-1.967 7.317-5.224 2.971-3.002 4.908-7.624 4.19-11.949C26.988 8.761 28 7.273 28 5.6zm-26.133 0c0-1.974 2.319-3.089 3.862-1.743A8.546 8.546 0 0 0 2.985 7.59 2.343 2.343 0 0 1 1.867 5.6zM14 24.733c-2.704 0-5.6-1.875-5.6-4.667 0-.695.549-1.768 1.505-2.941.661-.81.388-2.057-.592-2.47a3.022 3.022 0 0 1-1.808-3.254c.388-2.537 3.62-3.441 5.28-1.452.598.72 1.835.719 2.431.001 1.665-1.993 4.895-1.071 5.281 1.452a3.024 3.024 0 0 1-1.808 3.254c-.974.41-1.258 1.654-.593 2.469.957 1.173 1.505 2.246 1.505 2.941-.001 2.791-2.897 4.667-5.601 4.667zm7.182-6.078c-.327-.885-.887-1.746-1.426-2.44a4.888 4.888 0 0 0 2.585-5.096C21.744 7.223 16.825 5.547 14 8.51c-2.832-2.97-7.746-1.271-8.341 2.609a4.887 4.887 0 0 0 2.585 5.096c-.59.758-1.203 1.715-1.51 2.687C5.132 16.774 4.2 14.053 4.2 11.278c0-7.231 6.853-8.011 9.8-8.011 6.228 0 9.8 2.92 9.8 8.011 0 2.458-1 5.182-2.618 7.377zm3.833-11.064a8.568 8.568 0 0 0-2.743-3.734c1.542-1.345 3.861-.229 3.861 1.743 0 .827-.442 1.575-1.118 1.991z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-taureau",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.1 18.2c0 3.5 1.8 6.7 4.8 8.5 3 1.8 6.7 1.8 9.7.2 3-1.7 5-4.8 5.1-8.3.1-3.5-1.6-6.8-4.5-8.6 2.8-1.8 4.5-4.9 4.5-8.3 0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6 0 2.4-1.3 4.6-3.3 5.8-2.1 1.2-4.6 1.2-6.7 0C8.6 6.2 7.3 4 7.3 1.6 7.3.7 6.6 0 5.7 0c-.8 0-1.6.7-1.6 1.6 0 3.3 1.7 6.5 4.5 8.3-2.8 1.8-4.5 4.9-4.5 8.3zm9.9-6.7c1.8 0 3.5.7 4.7 2 1.2 1.2 2 2.9 2 4.7 0 1.8-.7 3.5-1.9 4.7-1.2 1.2-2.9 2-4.7 2-1.8 0-3.5-.7-4.7-1.9-1.3-1.2-2-2.9-2-4.7 0-1.8.7-3.5 2-4.7 1.1-1.4 2.8-2.1 4.6-2.1z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-tigre",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 15.997c-1.116 0-3.091.167-3.77 1.283-.239.392-.409 1.063.134 2.03.628 1.119 2.316 2.679 3.636 2.679s3.008-1.561 3.636-2.68c.543-.968.372-1.639.134-2.03-.679-1.115-2.654-1.282-3.77-1.282zm.016 3.996c-.494-.06-1.67-1.13-1.954-1.724.794-.373 3.189-.369 3.888-.022-.265.588-1.462 1.686-1.934 1.746z"}),d.createElement("path",{d:"M27.983 2.015a.999.999 0 0 0-.999-.999c-2.832 0-5.649.87-7.543 2.3-3.6-1.727-7.282-1.727-10.883 0-1.894-1.43-4.711-2.3-7.543-2.3a.999.999 0 0 0-.999.999c0 3.202.788 5.62 2.403 7.364a13.039 13.039 0 0 0 1.617 13.957c.557.682 1.663.357 1.765-.517a4.92 4.92 0 0 1 .328-1.319c.577 1.447 1.426 3.331 2.18 4.079 1.457 1.447 3.639 1.408 5.69 1.404 2.058-.004 4.221.056 5.69-1.403.755-.749 1.603-2.634 2.181-4.08.162.387.271.826.328 1.319.101.873 1.208 1.2 1.765.517a13.037 13.037 0 0 0 1.616-13.958c1.616-1.743 2.404-4.161 2.404-7.363zm-4.429 18.367a5.256 5.256 0 0 0-1.339-1.701.999.999 0 0 0-1.584.436c-.601 1.724-1.728 4.429-2.348 5.044-.925.918-2.895.826-4.283.824-1.382.003-3.362.09-4.284-.824-.62-.616-1.747-3.32-2.348-5.044a.998.998 0 0 0-1.584-.436 5.256 5.256 0 0 0-1.339 1.701 11.046 11.046 0 0 1-1.029-2.688c.401-.722 1.15-1.407 1.999-1.782a1 1 0 0 0-.809-1.827 6.619 6.619 0 0 0-1.505.931 11.05 11.05 0 0 1 1.418-5.341.997.997 0 0 0-.208-1.237C2.933 7.217 2.203 5.491 2.046 3.059c2.249.194 4.413 1.009 5.711 2.183a.998.998 0 0 0 1.141.141c1.368-.732 2.735-1.154 4.102-1.297l.001 1.924h-.999a.999.999 0 1 0 0 1.998h.999v.999h-.999a.999.999 0 1 0 0 1.998h.999v.999a.999.999 0 1 0 1.998 0v-.999h.999a.999.999 0 1 0 0-1.998h-.999v-.999h.999a.999.999 0 1 0 0-1.998h-.999V4.085c1.367.143 2.734.566 4.102 1.297a.997.997 0 0 0 1.141-.141c1.298-1.174 3.462-1.989 5.711-2.183-.157 2.433-.887 4.158-2.265 5.379a.998.998 0 0 0-.208 1.238 11.037 11.037 0 0 1 1.418 5.341 6.605 6.605 0 0 0-1.505-.931 1 1 0 0 0-.809 1.827c.849.376 1.598 1.061 1.999 1.782a11.03 11.03 0 0 1-1.029 2.688z"}),d.createElement("path",{d:"M9.006 12.002a.999.999 0 1 1-1.997 0 .999.999 0 0 1 1.997 0zm10.987-.999a.999.999 0 1 1 0 1.997.999.999 0 0 1 0-1.997z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-verseau",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M23.4 16.2c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5s-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5L.7 20.3c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.1.3.5.4.9.4s.8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.6.6 1.6.5 2.2-.1.6-.6.6-1.6 0-2.2l-4-4zm-.1-10.8c-.3-.3-.7-.4-1.2-.4-.4 0-.8.2-1.1.5l-3 3-3-3c-.2-.4-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.4-.7-.5-1.1-.5-.4 0-.8.1-1.1.4L.5 9.5c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.4.7.6 1.2.6s.9-.1 1.2-.5c.3-.3.5-.8.5-1.2 0-.5-.3-.9-.6-1.2l-4.2-4.1z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-vierge",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.5 15.5c1.1-1.1 1.6-2.6 1.5-4.1s-1-2.9-2.2-3.8c-1.3-.9-2.9-1.1-4.3-.7-.1-1.1-.6-2.2-1.5-2.9-.8-.7-1.9-1.1-3.1-1.1-1.1 0-2.2.5-3 1.3-.8-.8-2-1.3-3.1-1.3-1.2 0-2.3.5-3.1 1.3-.8-.8-2-1.3-3.2-1.3s-2.3.5-3.1 1.3C.5 5 0 6.2 0 7.3c0 .7.6 1.3 1.3 1.3S2.6 8 2.6 7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3S15 16.7 15 16V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0 .6.3.9.9.9 1.6v12.2l-3.4 3.4c-.5.5-.5 1.4 0 1.9s1.4.5 1.9 0l2-2c.6 1.2 1.7 2 3 2.3s2.6 0 3.7-.9c1-.8 1.6-2.1 1.6-3.4 0-.7-.6-1.3-1.3-1.3-.7 0-1.3.6-1.3 1.3 0 .6-.3 1.2-.9 1.5-.5.3-1.2.3-1.7 0s-.9-.9-.9-1.5v-.2l5.2-5.1zm-5.1-5.8c.7-.5 1.6-.6 2.4-.3s1.4 1 1.5 1.9c.2.8-.1 1.7-.7 2.3l-3.2 3.2V9.7z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"instagram",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.941 8.247c0-1.115-.235-2.289-.646-3.405A7.09 7.09 0 0 0 23.186.733C22.071.322 20.955.087 19.781.087 18.314.028 17.844.028 14.028.028l-.059.059c-3.816 0-4.285 0-5.753.059-1.174 0-2.289.235-3.405.646A7.099 7.099 0 0 0 .704 4.901C.294 6.017.059 7.132.059 8.306 0 9.832 0 10.302 0 14.059c0 3.816 0 4.285.059 5.753a10.67 10.67 0 0 0 .704 3.346 7.09 7.09 0 0 0 4.109 4.109c1.115.411 2.231.646 3.405.646 1.467.059 1.996.059 5.753.059 3.816 0 4.285 0 5.753-.059 1.174 0 2.289-.235 3.405-.646a7.09 7.09 0 0 0 4.109-4.109c.411-1.115.646-2.231.646-3.405C28 18.285 28 17.757 28 14c0-3.816 0-4.285-.059-5.753zm-2.583 11.447c0 .88-.176 1.761-.47 2.583a4.51 4.51 0 0 1-2.642 2.641 7.72 7.72 0 0 1-2.583.47c-1.467.059-1.937.059-5.635.059s-4.168 0-5.635-.059a7.72 7.72 0 0 1-2.583-.47c-1.233-.47-2.172-1.467-2.642-2.641a7.72 7.72 0 0 1-.47-2.583c-.059-1.467-.059-1.937-.059-5.635 0-3.757 0-4.168.059-5.635 0-.88.176-1.761.47-2.583.47-1.174 1.409-2.172 2.642-2.642a7.72 7.72 0 0 1 2.583-.47c1.467-.059 1.937-.059 5.635-.059s4.168 0 5.635.059a7.72 7.72 0 0 1 2.583.47 4.515 4.515 0 0 1 2.642 2.642c.293.822.47 1.702.47 2.583.059 1.468.059 1.937.059 5.635.059 3.698.059 4.167-.059 5.635z"}),d.createElement("path",{d:"M13.912 6.662c-3.933 0-7.161 3.229-7.161 7.161s3.228 7.161 7.161 7.161 7.22-3.228 7.22-7.161-3.228-7.161-7.22-7.161zm0 11.799c-2.583 0-4.637-2.113-4.637-4.637s2.113-4.637 4.637-4.637 4.637 2.113 4.637 4.637-2.054 4.637-4.637 4.637zm7.514-13.618a1.702 1.702 0 1 0 0 3.404 1.702 1.702 0 0 0 0-3.404z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"jeux",xmlns:"http://www.w3.org/2000/svg"},d.createElement("defs",null,d.createElement("filter",{id:"bya",filterUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871},d.createElement("feColorMatrix",{values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"}))),d.createElement("mask",{maskUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871,id:"byb"},d.createElement("path",{style:{filter:"url(#bya)"},d:"M.004.064H28V27.92H.004z"}),d.createElement("path",{style:{fill:"#fff"},d:"M.004.064H28V27.92H.004z"})),d.createElement("g",{style:{mask:"url(#byb)"}},d.createElement("path",{className:"byst3",d:"M12.462 15.602h-1.26v-1.12c0-.7-.56-1.26-1.26-1.26s-1.26.56-1.26 1.26v1.12h-1.12c-.7 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h1.26v1.26c0 .7.56 1.26 1.26 1.26s1.26-.56 1.26-1.26v-1.26h1.26c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26zm5.879-2.239c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26-.28-.701-.7-1.26-1.4-1.26zm2.24 4.619c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26z"}),d.createElement("path",{className:"byst3",d:"M19.601 5.664c2.1-.14 4.199.7 5.739 2.1 1.54 1.54 2.52 3.5 2.66 5.599v6.299c0 2.24-.7 4.2-2.24 5.739-1.54 1.54-3.5 2.52-5.599 2.52H8.403c-2.24.14-4.199-.7-5.739-2.1-1.68-1.54-2.52-3.5-2.66-5.599v-6.439c-.14-4.339 3.5-7.979 7.839-8.119h5.879c0-.7-.7-1.4-1.54-1.4h-1.4c-1.54 0-2.94-1.4-2.94-2.939 0-.7.42-1.26 1.12-1.26.7 0 1.26.56 1.12 1.26 0 .28.28.56.56.56h1.4c2.1 0 3.919 1.68 3.919 3.779h3.64zm6.019 14.138v-6.439c-.14-3.08-2.8-5.459-5.879-5.319h-.14a149.32 149.32 0 0 0-11.198 0h-.56c-3.08.14-5.599 2.66-5.459 5.739v6.299c.14 1.54.7 2.94 1.82 3.919 1.12 1.12 2.52 1.54 4.059 1.54 3.779.14 7.559.14 11.338 0h.56c1.54 0 2.94-.56 3.919-1.68s1.54-2.52 1.54-4.059z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"journal",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 12.6h-3.85c-.35 0-.7-.35-.7-.525V8.4c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.5c0 .35-.35.7-.7.7zm-.7-3.5h-2.45v2.1h2.45V9.1z"}),d.createElement("path",{d:"M14 8.05h10.151v1.4H14zm0 2.625h10.151v1.4H14z"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 19.95h-3.85c-.35 0-.7-.35-.7-.7v-3.675c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.675c0 .35-.35.7-.7.7zm-.7-3.675h-2.45v2.1h2.45v-2.1z"}),d.createElement("path",{d:"M14 15.399h10.151v1.4H14zm0 2.626h10.151v1.4H14z"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 3.85v6.3H0v10.675c0 1.925 1.575 3.325 3.325 3.325H24.85c1.75 0 3.15-1.4 3.15-3.15V3.85H3.5zM24.85 22.4c.7 0 1.4-.525 1.4-1.4V5.6h-21v16.8h19.6zm-21.35 0c-1.05 0-1.75-.7-1.75-1.575V11.9H3.5v10.5z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"local",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M12.1 26.8c1.2 1.1 1.4 1.2 1.9 1.2s.7-.1 1.9-1.2c.5-.5 1.4-1.3 2.5-2.5 1.8-1.9 4.2-5 5.8-8.5.6-1.4.9-3.1.9-4.5C25.1 5 20.1 0 14 0S2.9 5 2.9 11.2c0 1.4.4 3.1.9 4.5 1.6 3.5 4.1 6.6 5.8 8.5 1.1 1.2 2 2.1 2.5 2.6zm1.9-1.4c-1.6-1.4-5.7-5.5-8-10.6-.4-.9-.7-2.3-.7-3.6 0-4.9 3.9-8.9 8.8-8.9s8.8 4 8.8 8.9c0 1.3-.4 2.7-.7 3.6-2.5 5.1-6.6 9.2-8.2 10.6zm0-9.5c-2.6 0-4.7-2.1-4.7-4.8s2.1-4.8 4.7-4.8 4.7 2.1 4.7 4.8-2.1 4.8-4.7 4.8zm-2.4-4.8c0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4-1.1 2.4-2.4 2.4-2.4-1-2.4-2.4z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 200 200",id:"logo",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2z"}),d.createElement("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2zM121.5.2l-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2z"}),d.createElement("path",{d:"m121.5.2-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2zM32 198.9c.1-2.7.1-6.4.1-10.7 0-2.3-1.2-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.7 0 7.3.1 9.5H17c.1-2.7.1-5.8.1-10.7 0-2.2-1.1-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.6 0 7.7.1 9.5H2c.1-2.7.1-5.4.1-9.4 0-4.2 0-6.9-.1-9.7h6.7c0 1.2-.1 2.2-.2 3.4l.2.1c1.4-2.6 3.8-3.8 7.4-3.8 3.9 0 6.3 1.4 6.9 4h.3c1.4-3 4.2-4 7.8-4 4.9 0 7.3 2.4 7.3 6.6 0 2.8-.1 4.6-.1 6.9 0 2.1 0 4.2.1 6H32zm13.4 0c.1-3.1.1-6.1.1-9.9 0-3.6 0-6.2-.1-9.2h6.9c-.1 3.1-.1 5.6-.1 9.4 0 4.2 0 6.6.1 9.7h-6.9zm31 0c.1-2.3.1-5.7.1-9.5 0-3.4-1.3-4.7-4.9-4.7-3.4 0-6.1 1.5-6.1 5.4 0 5.1 0 7.1.1 8.8h-7.1c.1-2.7.1-4.9.1-9.3 0-4.2 0-7.1-.1-9.8h7.1c0 1.5-.1 2.5-.1 3.9h.2c1.4-3.1 4.4-4.3 8.9-4.3 5.6 0 8.9 2.4 8.9 8.4 0 2.2-.1 3.5-.1 5 0 2.2 0 4.2.1 6.2h-7.1zm38.8-19.2c-.1 2.7-.1 4.8-.1 9.3 0 4.2 0 7.1.1 9.8h-7.1c0-1.5.1-2.5.1-3.9h-.2c-1.4 3.1-4.3 4.3-8.8 4.3-5.6 0-8.9-2.4-8.9-8.2v-5.2c0-2.2 0-4.2-.1-6.2h7.1c-.1 2.3-.1 5.9-.1 9.8 0 3.4 1.3 4.6 4.9 4.6 3.4 0 6.1-1.5 6.1-5.5 0-5.2 0-7.2-.1-8.9h7.1zm5.4 5.2v-5.1h2.6v-4c1.1 0 2.3.1 3.4.1s2.2 0 3.3-.1c0 1.3-.1 2.6-.1 4h10.4c-.1 1.5-.2 3.8-.1 5.4-2.3-.1-6.4-.1-10.4-.2v5.6c0 2 .8 2.9 3.9 2.9 2.7 0 4.7-.4 6.2-.9.3 1.9.6 4 1 5.7-2.5.5-4.8.8-8 .8-7.8 0-9.7-3.3-9.7-7.3v-6.9h-2.5zm30.7 2.8c3.9.1 8.2.1 11.6 0v-.7c0-2.3-1.5-3.3-5.3-3.3-4.2 0-5.9.8-6.3 4m17.8 4.9c.2 4.5-2.1 6.9-11.4 6.9-8.2 0-12.8-3.2-12.8-10.3 0-7 4.8-10.1 12.8-10.1 8.4 0 11.4 3 11.4 8.2 0 1.6-.1 2.6-.1 3.6-2.2-.1-6.2-.1-9.9-.1h-7.8c.4 3 2.3 3.9 6.4 3.9 3.8 0 5.1-.8 5.2-2.3.9.1 1.9.1 3.2.1 1.3.2 2.2.2 3 .1m11.5 0c0 1.4 1.2 2 6.1 2 4.2 0 5.2-.4 5.2-1.4 0-.9-.7-1.6-6.7-1.8-8.2-.3-10.5-2.6-10.5-6.2 0-4 2.9-6.1 11.4-6.1 7.6 0 11.5 1.5 11.5 6.2v.8c-.7-.1-1.9-.1-3-.1-1.2 0-2.3 0-2.9.1v-.3c0-1.3-1.2-1.9-5.6-1.9-4.3 0-5.1.5-5.1 1.4 0 .8.6 1.5 7 1.8 8.2.4 10.1 2.3 10.1 6.1 0 4-2.8 6.3-11.5 6.3-9.2 0-11.8-2.3-11.8-6.3v-.8c.7.1 1.8.1 3 .1 1.1 0 2.2 0 3-.1v.2zM52.5 173.3c0 2-1.6 3.6-3.6 3.6s-3.6-1.6-3.6-3.6 1.6-3.6 3.6-3.6c1.9 0 3.6 1.6 3.6 3.6"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"menu",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M0 3.111h28v3.111H0zm0 9.333h28v3.111H0zm0 9.334h28v3.111H0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"mood",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.364 5.83A14.912 14.912 0 0 0 23.9 4.099l-.021-.019C21.826 2.047 19.181.675 16.43.219c-1.454-.242-2.802-.277-4.118-.108-.867.113-1.573.254-2.222.444-.663.193-1.344.453-2.084.794-2.589 1.2-4.798 3.26-6.219 5.801C.404 9.626-.209 12.501.063 15.246c.148 1.5.488 2.867 1.041 4.18.57 1.35 1.35 2.609 2.319 3.739a13.878 13.878 0 0 0 7.208 4.424 14.39 14.39 0 0 0 3.393.406c1.666 0 3.314-.29 4.832-.866a14.566 14.566 0 0 0 2.035-.94 14.732 14.732 0 0 0 1.896-1.3c1.1-.87 2.085-1.952 2.926-3.218 1.538-2.316 2.349-5.143 2.285-7.962-.068-2.862-1.002-5.66-2.634-7.879zm-.165 9.666c-.144.974-.402 1.93-.765 2.841a12.637 12.637 0 0 1-1.495 2.567 12.885 12.885 0 0 1-2.014 2.016 12.902 12.902 0 0 1-2.58 1.506c-.912.364-1.869.622-2.841.766-.995.115-2.006.115-2.999 0a12.678 12.678 0 0 1-2.841-.765c-.921-.4-1.785-.905-2.568-1.495a13.016 13.016 0 0 1-2.016-2.014 12.882 12.882 0 0 1-1.506-2.58 12.65 12.65 0 0 1-.765-2.84 12.91 12.91 0 0 1-.001-2.999c.144-.973.402-1.929.766-2.841.399-.917.903-1.782 1.495-2.568a13.016 13.016 0 0 1 2.014-2.016 12.835 12.835 0 0 1 2.58-1.506 12.635 12.635 0 0 1 2.84-.765 12.986 12.986 0 0 1 2.999 0c.972.144 1.928.402 2.841.766.918.398 1.778.9 2.558 1.488a12.73 12.73 0 0 1 2.033 2.031 12.833 12.833 0 0 1 1.498 2.57c.367.918.623 1.873.766 2.84.117.994.117 2.004.001 2.998z"}),d.createElement("path",{d:"M9.556 12.602c.17 0 .343-.017.516-.052.912-.182 1.646-1.003 1.784-1.992a1.23 1.23 0 0 0 .027-.29c-.023-1.028-.649-1.882-1.634-2.228-.835-.295-1.862-.017-2.44.658-.677.79-.796 1.898-.294 2.757.426.727 1.194 1.147 2.041 1.147zm8.918.061c.17 0 .342-.016.516-.051.912-.182 1.646-1.004 1.784-1.992.019-.097.029-.194.026-.29-.022-1.028-.648-1.882-1.633-2.229-.835-.294-1.862-.017-2.44.658-.676.79-.794 1.898-.294 2.757.425.727 1.193 1.147 2.041 1.147zm2.43 3.415a1.493 1.493 0 0 0-1.117-.102 1.22 1.22 0 0 0-.732.596 6.904 6.904 0 0 1-.583.934 7.283 7.283 0 0 1-.995.999c-.411.302-.853.56-1.309.765a6.958 6.958 0 0 1-1.418.38c-.5.051-1.002.052-1.497 0a7.078 7.078 0 0 1-1.432-.385 6.942 6.942 0 0 1-1.288-.752 7.163 7.163 0 0 1-1.005-1.003 7.41 7.41 0 0 1-.584-.938c-.157-.299-.457-.527-.825-.625a1.287 1.287 0 0 0-1.033.136c-.638.412-.838 1.173-.487 1.851 1.114 2.137 3.171 3.724 5.502 4.247.628.141 1.264.21 1.896.21 1.599 0 3.166-.443 4.483-1.293 1.254-.81 2.264-1.905 2.92-3.167.179-.349.225-.709.132-1.042-.096-.338-.347-.663-.628-.811z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"newsletters",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fill:"none",d:"M14 16.306c-.244 0-.481-.066-.688-.191L2.676 9.729V21.78c0 .16.065.32.18.434a.62.62 0 0 0 .433.179h21.42c.16 0 .32-.066.435-.18a.625.625 0 0 0 .177-.432V9.731l-10.636 6.386a1.32 1.32 0 0 1-.685.189z"}),d.createElement("path",{fill:"none",d:"M24.71 5.607H3.29a.616.616 0 0 0-.614.612v.402L14 13.417l11.323-6.794v-.404a.62.62 0 0 0-.179-.434.62.62 0 0 0-.434-.178z"}),d.createElement("path",{d:"M27.03 3.901a3.308 3.308 0 0 0-2.32-.96H3.29c-.864 0-1.709.35-2.32.96a3.255 3.255 0 0 0-.961 2.318v.91c-.017.098-.005.194 0 .294v14.359c0 .876.341 1.699.961 2.319a3.26 3.26 0 0 0 2.32.96h21.42a3.26 3.26 0 0 0 2.32-.96c.619-.619.96-1.443.96-2.319V7.44c.006-.106.019-.209 0-.313v-.908c0-.876-.341-1.699-.96-2.318zm-1.708 17.88c0 .16-.066.32-.177.432a.626.626 0 0 1-.435.18H3.29a.616.616 0 0 1-.613-.613V9.729l10.635 6.385a1.33 1.33 0 0 0 1.375.002L25.323 9.73v12.051zm0-15.158L14 13.417 2.676 6.621v-.402a.614.614 0 0 1 .614-.612h21.42a.62.62 0 0 1 .434.178.619.619 0 0 1 .179.434v.404z"})),d.createElement("symbol",{viewBox:"0 0 130.551 70",id:"not-found",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",d:"M.043 29.354V6.67H0v-.087l.086-.087L2.88 3.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 29.44l-.086-.086zM4.6 33.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),d.createElement("path",{fillRule:"evenodd",d:"m4.428 33.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173z"}),d.createElement("path",{fill:"none",d:"M29.85 39.597V62.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),d.createElement("path",{fillRule:"evenodd",d:"m37.259 66.012-6.419-6.277-.087-.043V41.463l.087-.086 6.419-6.19.173-.172.174.172 2.862 2.794.087.086v24.978l-.087.086-2.862 2.88-.174.172-.173-.171zm-6.39-39.895v-15.83l.085-.087 6.148-6.42.172-.173.172.174 2.923 2.949.086.087v22.77l-.086.086-2.88 2.862-.172.174-.172-.174-6.19-6.332-.087-.086zM49.77 2.95 52.65.086 52.78 0h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V11.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V11.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V43.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V62.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM90.038 29.36V6.676h-.043V6.59l.086-.087 2.795-2.862.172-.174.172.174 6.277 6.375.128.087V25.89l-.086.087-6.276 6.418-.172.174-.172-.174-2.795-2.949-.086-.087zm4.557 4.423 6.277-6.419.043-.086h18.229l.086.086 6.19 6.42.172.173-.172.173-2.794 2.863-.086.086H97.562l-.086-.086-2.88-2.863-.172-.173.171-.174zm32.659 32.228-6.418-6.276-.087-.043V41.463l.087-.086 6.418-6.19.174-.173.173.172 2.863 2.795.087.086v24.978l-.087.086-2.863 2.88-.173.172-.174-.172zm-6.39-39.895v-15.83l.086-.087 6.147-6.419.172-.173.172.173 2.924 2.95.086.086v22.77l-.086.087-2.88 2.862-.173.174-.172-.174-6.19-6.332-.086-.087z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"notification",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.222 19.75v.5c0 1.25-.998 2.25-2.245 2.25H3.023c-1.247 0-2.245-1-2.245-2.25v-.5c0-1.8 1.297-3.3 2.994-3.65v-5.85C3.771 4.6 8.362 0 14 0s10.229 4.6 10.229 10.25v5.85c1.696.3 2.993 1.85 2.993 3.65zM23.48 18.5c.699 0 1.247.55 1.247 1.25V20H3.272v-.25c0-.7.549-1.25 1.247-1.25.948 0 1.746-.8 1.746-1.75v-6.5c0-4.3 3.443-7.75 7.734-7.75s7.734 3.45 7.734 7.75v6.5c.001.95.799 1.75 1.747 1.75zM9.26 23.25h2.495c0 1.25.998 2.25 2.245 2.25s2.245-1 2.245-2.25h2.495c0 2.6-2.145 4.75-4.74 4.75s-4.74-2.15-4.74-4.75z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"podcast",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 0a14 14 0 1 0 14 14c0-7.732-6.268-14-14-14zm-3.318 10.024a3.22 3.22 0 0 1 3.234-3.234h.182a3.22 3.22 0 0 1 3.234 3.234v3.262a3.22 3.22 0 0 1-3.234 3.234h-.182a3.22 3.22 0 0 1-3.234-3.234v-3.262zm3.934 10.514v-1.4a5.867 5.867 0 0 0 5.292-5.852.616.616 0 0 0-1.232 0 4.69 4.69 0 0 1-9.366 0 .616.616 0 0 0-1.232 0 5.923 5.923 0 0 0 5.292 5.852v1.4a.619.619 0 0 0 .63.616.603.603 0 0 0 .616-.616z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"report",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"cist0",d:"M13.976 14.353c-.675 0-1.238.56-1.238 1.232s.563 1.232 1.238 1.232 1.238-.56 1.238-1.232-.563-1.232-1.238-1.232z"}),d.createElement("path",{className:"cist0",d:"M5.167 22.092H2.919A2.918 2.918 0 0 1 0 19.18V2.912A2.918 2.918 0 0 1 2.918 0h22.163A2.918 2.918 0 0 1 28 2.912V19.18a2.918 2.918 0 0 1-2.918 2.912H12.745L7.157 27.66a1.168 1.168 0 0 1-1.99-.827v-4.741zM2.919 2.333a.582.582 0 0 0-.585.579V19.18c0 .319.262.579.585.579h3.415c.644 0 1.167.522 1.167 1.167v3.099L11.44 20.1c.219-.218.515-.34.823-.34h12.819a.582.582 0 0 0 .585-.578V2.912a.583.583 0 0 0-.585-.579H2.919z"}),d.createElement("path",{className:"cist0",d:"M14.024 5.452c-.675 0-1.238.56-1.238 1.232v.112l.506 5.769c.056.392.338.672.731.672s.675-.28.731-.672l.506-5.881v-.112c.001-.616-.561-1.12-1.236-1.12z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"search",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m22.157 20.644 4.746 4.746c.712.712.712 1.661 0 2.136-.238.237-.712.474-.95.474s-.712-.237-.949-.475l-4.746-4.746c-1.898 1.424-4.508 2.373-7.119 2.373-6.881 0-12.576-5.695-12.576-12.576S6.258 0 13.14 0s12.339 5.695 12.339 12.339c0 3.085-1.424 6.169-3.322 8.305zM13.14 2.847c-5.458 0-9.729 4.271-9.729 9.729 0 5.22 4.271 9.492 9.729 9.729 5.458 0 9.729-4.508 9.729-9.729 0-5.457-4.509-9.729-9.729-9.729z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 130.386 71.802",id:"server-error",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",d:"M.043 30.354V7.67H0v-.087l.086-.087L2.88 4.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 30.44l-.086-.086zM4.6 34.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),d.createElement("path",{fillRule:"evenodd",d:"m4.428 34.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173zM35.444 3.123l-.172.173-6.277 6.419-.043.087H10.724l-.086-.087-6.19-6.419-.173-.173.172-.174L7.242.087 7.328 0h24.978l.086.087 2.88 2.862.172.174zM4.275 68.679l.172-.173 6.277-6.42.043-.086h18.228l.086.087 6.191 6.419.172.173-.172.174-2.794 2.862-.086.087H7.414l-.086-.087-2.88-2.862-.173-.174zm32.679-1.51-.173-.172-6.419-6.277-.087-.043V42.449l.087-.086 6.419-6.191.173-.172.174.172 2.862 2.794.087.086V64.03l-.087.086-2.862 2.88-.174.173z"}),d.createElement("path",{fill:"none",d:"M29.85 40.597V63.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),d.createElement("path",{fillRule:"evenodd",d:"m49.77 3.95 2.88-2.863.13-.087h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V12.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V63.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM94.832 3.95l2.88-2.863.13-.087h24.978l.086.087 2.794 2.862.172.174-.172.173-6.19 6.419-.086.087h-18.229l-.086-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.795 2.863.172.173.172-.173 6.276-6.332.086-.087V12.19l-.086-.087L93.5 5.684l-.172-.173-.172.173-2.795 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.191-6.419.172-.173.172.173 2.88 2.95.086.086v22.77l-.086.086-2.88 2.863-.172.173-.172-.173-6.19-6.332-.087-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.234-6.376.172-.173.172.173 2.88 2.863.086.087v22.812l-.086.087-2.88 2.95-.172.173-.172-.174-6.19-6.418-.087-.087zm-30.524-19.3V63.28l.086.087 2.795 2.949.172.173.172-.173 6.276-6.419.086-.087V44.024l-.086-.087-6.276-6.332-.172-.174-.172.174-2.795 2.862-.086.087zm4.557 27.15 6.277-6.419.086-.087h18.229l.086.087 6.147 6.419.172.173-.172.174-2.794 2.862-.086.087H97.799l-.086-.087-2.88-2.862-.173-.174.172-.173z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"share",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M16.376 19.345c1.018-1.697 2.885-2.885 4.921-2.885 3.055 0 5.6 2.545 5.6 5.77S24.352 28 21.127 28s-5.77-2.545-5.77-5.77c0-.339.17-.509.17-.848l-5.261-2.715c-1.018.679-2.206 1.188-3.564 1.188a5.722 5.722 0 0 1-5.77-5.77c0-3.224 2.545-5.939 5.77-5.939 1.867 0 3.394.848 4.412 2.206l4.582-2.546c-.17-.679-.339-1.358-.339-2.036 0-3.224 2.885-5.77 5.939-5.77 3.055 0 5.77 2.545 5.77 5.77s-2.545 5.77-5.77 5.77c-1.697 0-3.224-.679-4.242-2.036l-4.752 2.545c.17.679.339 1.188.339 1.867 0 1.018-.339 2.036-.848 2.885l4.583 2.544zM24.861 5.77c0-2.036-1.527-3.564-3.564-3.564-2.036 0-3.733 1.527-3.733 3.564 0 2.036 1.867 3.564 3.733 3.564 1.867-.001 3.564-1.528 3.564-3.564zM6.703 17.648c-2.036 0-3.564-1.527-3.564-3.564s1.527-3.564 3.564-3.564 3.564 1.527 3.564 3.564-1.528 3.564-3.564 3.564zm11.03 4.582c0 2.036 1.527 3.564 3.564 3.564 1.867 0 3.564-1.527 3.564-3.564s-1.527-3.564-3.564-3.564-3.564 1.528-3.564 3.564z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"signin-facebook",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M28 24.111A3.889 3.889 0 0 1 24.111 28H3.889A3.889 3.889 0 0 1 0 24.111V3.889A3.889 3.889 0 0 1 3.889 0h20.222A3.889 3.889 0 0 1 28 3.889v20.222z",style:{fill:"#3f51b5"}}),d.createElement("path",{d:"M22.064 14.778h-2.62v10.111h-3.889V14.778h-2.333v-3.111h2.333V9.792c.002-2.728 1.135-4.348 4.349-4.348h2.651v3.111h-1.779c-1.251 0-1.332.467-1.332 1.34v1.771h3.111l-.491 3.112z",style:{fill:"#fff"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"signin-google",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.728 11.258H26.6V11.2H14v5.6h7.912c-1.154 3.26-4.256 5.6-7.912 5.6a8.4 8.4 0 0 1 0-16.8 8.36 8.36 0 0 1 5.573 2.127l3.96-3.96C21.032 1.437 17.688 0 14 0 6.268 0 0 6.268 0 14s6.268 14 14 14 14-6.269 14-14c0-.939-.097-1.855-.272-2.742z",style:{fill:"#ffc107"}}),d.createElement("path",{d:"m1.614 7.484 4.6 3.373A8.396 8.396 0 0 1 14 5.6a8.36 8.36 0 0 1 5.573 2.127l3.96-3.96C21.032 1.437 17.688 0 14 0 8.623 0 3.959 3.036 1.614 7.484z",style:{fill:"#ff3d00"}}),d.createElement("path",{d:"M14 28c3.616 0 6.902-1.384 9.386-3.634l-4.333-3.667A8.332 8.332 0 0 1 14 22.4c-3.641 0-6.733-2.322-7.898-5.562l-4.565 3.517C3.854 24.889 8.559 28 14 28z",style:{fill:"#4caf50"}}),d.createElement("path",{d:"M27.728 11.258H26.6V11.2H14v5.6h7.912a8.43 8.43 0 0 1-2.861 3.9l.002-.001 4.333 3.667C23.08 24.644 28 21 28 14c0-.939-.097-1.855-.272-2.742z",style:{fill:"#1976d2"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"snapchat",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14.211 27.188h-.361c-1.686 0-2.71-.783-3.733-1.505a5.264 5.264 0 0 0-2.168-1.084 7.402 7.402 0 0 0-1.144-.12c-.542 0-1.084.06-1.566.181-.181.06-.422.06-.602.06s-.361-.12-.422-.301c-.06-.241-.12-.422-.181-.662-.12-.542-.181-.903-.422-.903C.963 22.432.24 21.891.059 21.529 0 21.528 0 21.467 0 21.407c0-.181.12-.301.241-.301 4.034-.662 5.901-4.817 5.961-4.998.241-.361.301-.843.12-1.325-.301-.662-1.204-.963-1.806-1.144l-.361-.12c-1.204-.482-1.325-.963-1.265-1.204a1.19 1.19 0 0 1 1.084-.723c.12 0 .241 0 .361.06.422.241.963.361 1.445.361.301 0 .602-.06.843-.301 0-.241-.06-.542-.06-.843-.12-1.927-.241-4.275.361-5.66C8.128 2.499 10.778.753 13.728.813h.602c2.951-.06 5.66 1.686 6.804 4.396.602 1.385.482 3.733.361 5.66v.06c0 .241-.06.542-.06.783.241.181.482.301.783.301.482-.06.963-.181 1.385-.361.12-.06.301-.06.422-.06.181 0 .361.06.482.12.361.06.602.361.662.723 0 .301-.181.723-1.265 1.144l-.422.12c-.602.181-1.505.482-1.806 1.144-.181.422-.12.903.12 1.325.06.181 1.867 4.335 5.961 4.998.12 0 .241.181.241.301 0 .06 0 .12-.06.181-.181.361-.903.963-3.553 1.325-.241 0-.301.301-.422.903-.06.181-.12.422-.181.662-.06.181-.181.301-.361.301-.181 0-.422-.06-.602-.06a6.971 6.971 0 0 0-1.566-.181c-.361 0-.783.06-1.144.12-.783.181-1.566.602-2.168 1.084-.96.663-2.044 1.386-3.73 1.386z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 11 10",id:"star",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m5.5.2 1.7 3.2 3.8.5-2.8 2.4.7 3.5-3.4-1.6-3.4 1.6.7-3.5L0 3.9l3.8-.5L5.5.2z",style:{fillRule:"evenodd",clipRule:"evenodd",fill:"#fff"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"tiktok",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.094 0h-4.011l-.042 19.548c0 2.398-2.119 4.287-4.517 4.287a4.341 4.341 0 1 1 0-8.682c.179 0 .352.032.526.054v-4.193c-.174-.012-.349-.027-.526-.027A8.508 8.508 0 0 0 10.526 28a8.507 8.507 0 0 0 8.508-8.508V7.983a7.475 7.475 0 0 0 6.255 3.381c.23-.002.459-.013.689-.035h.003v-4.66A7.47 7.47 0 0 1 19.094 0z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"twitter",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M28 5.321a10.483 10.483 0 0 1-3.294.882c1.176-.706 2.118-1.824 2.529-3.176a13.054 13.054 0 0 1-3.647 1.412c-2.176-2.353-5.824-2.412-8.118-.235-1.176 1.059-1.824 2.588-1.824 4.176 0 .471.059.882.118 1.294-4.588-.235-8.882-2.412-11.824-6-1.529 2.588-.765 5.941 1.765 7.647-.941 0-1.824-.294-2.588-.706v.059c0 2.706 1.941 5.118 4.588 5.647-.823.235-1.705.235-2.587.117.765 2.353 2.882 3.941 5.353 4-2 1.588-4.529 2.412-7.118 2.412-.471 0-.941 0-1.353-.059a16.26 16.26 0 0 0 8.824 2.588c10.588 0 16.353-8.765 16.353-16.353v-.764A12.211 12.211 0 0 0 28 5.321z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"valide",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M0 14C0 6.278 6.278 0 14 0s14 6.278 14 14-6.278 14-14 14S0 21.722 0 14zm2.535 0c0 6.307 5.128 11.465 11.465 11.465S25.465 20.337 25.465 14 20.337 2.535 14 2.535 2.535 7.693 2.535 14z"}),d.createElement("path",{d:"m18.568 9.284-5.954 6.749-3.242-3.242a1.263 1.263 0 0 0-1.798 0c-.501.501-.501 1.297 0 1.769l4.185 4.185c.236.236.56.383.884.383h.029c.354 0 .678-.177.914-.413l6.808-7.752a1.23 1.23 0 0 0-.118-1.769c-.47-.47-1.265-.411-1.708.09z"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"view",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 5.859c7.368 0 13.135 7.056 13.359 7.343L28 14l-.641.798c-.224.287-5.991 7.343-13.359 7.343S.865 15.085.641 14.798L0 14l.641-.798C.865 12.914 6.632 5.859 14 5.859zM9.355 14c0 2.65 2.082 4.789 4.645 4.789S18.645 16.65 18.645 14 16.563 9.211 14 9.211 9.355 11.35 9.355 14z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"work",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.674 5.033h4.139A4.185 4.185 0 0 1 28 9.219v13.583a4.186 4.186 0 0 1-4.186 4.186H4.186A4.186 4.186 0 0 1 0 22.803V9.219a4.186 4.186 0 0 1 4.186-4.186h4.139a1.335 1.335 0 0 0 1.333-1.202 3.13 3.13 0 0 1 3.124-2.819h2.438a3.133 3.133 0 0 1 3.124 2.819 1.335 1.335 0 0 0 1.33 1.202zm-7.595-1.66a1.047 1.047 0 0 0-.339.671 3.43 3.43 0 0 1-.268.989h5.055a3.43 3.43 0 0 1-.268-.989 1.047 1.047 0 0 0-1.04-.942h-2.438c-.26 0-.51.097-.702.271zM4.186 7.126h19.628a2.096 2.096 0 0 1 2.093 2.093v5.176A25.208 25.208 0 0 1 14 17.21c-4.14.055-8.23-.912-11.907-2.815V9.219a2.094 2.094 0 0 1 2.093-2.093zm-1.48 17.157c.393.392.925.613 1.48.613h19.628a2.096 2.096 0 0 0 2.093-2.093v-6.051a27.615 27.615 0 0 1-10.86 2.527v.59a1.046 1.046 0 1 1-2.093 0v-.59a27.611 27.611 0 0 1-10.86-2.527v6.051a2.087 2.087 0 0 0 .612 1.48z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"youtube",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m6 1 2 6v4h1.333V7l2-6H10L8.667 5 7.333 1H6zm7.333 2.667c-.733 0-1.067.133-1.467.467-.467.333-.533.6-.533 1.533V9c0 .667.133 1.133.533 1.467.4.4.8.533 1.467.533.733 0 1.067-.133 1.467-.533.467-.333.533-.8.533-1.467V5.667c0-.6-.133-1.133-.533-1.533-.4-.401-.8-.467-1.467-.467zm3.334 6v-6H18V9c0 .667.533.667.667.667.133 0 .667-.2.667-.667V3.667h1.333V11h-1.333v-.667c-.267.334-.667.667-1.334.667s-1.333-.667-1.333-1.333zM13.333 5c.2 0 .667 0 .667.667V9c0 .667-.467.667-.667.667s-.667 0-.667-.667V5.667c.001-.534.267-.667.667-.667zM0 16.333c0-2.4 1.6-4 4-4h20c2.4 0 4 1.6 4 4V23c0 2.4-1.6 4-4 4H4c-2.4 0-4-1.933-4-4.333v-6.334zM9.333 15v1.333H8v8H6.667v-8H5.333V15h4zm7.267 2.133c-.2.133-.467.267-.6.533V15h-1.333v9.333H16v-.667c.267.267.6.667 1.333.667.4 0 .733-.333.933-.6.267-.267.4-.6.4-1.067v-4c0-.6-.2-1-.4-1.267-.2-.333-.6-.467-1-.467a1.136 1.136 0 0 0-.666.201zM10.667 17v5.333c0 .133.2.667.667.667.533 0 .533-.533.667-.667V17h1.333v7.333H12v-.667c-.267.267-.4.4-.667.533s-.533.133-.8.133c-.333 0-.667-.267-.867-.533-.133-.2-.333-.4-.333-.8v-6h1.334zm12.2.467c-.333-.333-.8-.467-1.4-.467-.667 0-1.2.133-1.533.467-.4.4-.6.867-.6 1.467v3.133c0 .667.267 1.133.6 1.533.333.4.867.6 1.467.6.667 0 1.2-.133 1.533-.533.333-.333.4-.867.4-1.6v-.4H22v.267c0 .4-.067.667-.133.8-.067.133-.267.2-.533.2-.267 0-.467-.067-.533-.2s-.134-.334-.134-.734v-1h2.667v-2.067c-.001-.666-.134-1.133-.467-1.466zm-6.2.533c-.4 0-.667.333-.667.667v4c0 .2.267.333.667.333s.667-.267.667-.667V19c-.001-.667-.267-1-.667-1zm4 1c0-.333.267-.667.667-.667S22 18.6 22 19v.667h-1.333V19z",fillRule:"evenodd",clipRule:"evenodd"}))),Na=({src:e="",defaultFormat:t,formats:r,alt:a="",sizes:n,className:l,...p})=>{const y=t==null?void 0:t.split("x"),m=y[0],_=y[1];let O,B=`data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${m}'%20height='${_}'%3E%3C/svg%3E`;return e&&(B=e.replace(/%format/,t),r!==void 0&&r.length>0&&(O=r.map(F=>`${e.replace(/%format/,F)} ${F.split("x")[0]}w`))),d.createElement(En,{as:"img",width:m,height:_,src:B,srcSet:O&&O.join(", "),sizes:n||void 0,alt:a,className:Ne("c-img",l),...p})},_s=({id:e,className:t,required:r,label:a,icon:n,positionIcon:l="left",isIconButton:p=!1,iconButtonProps:y,variant:m,msg:_,variantMsg:O="default",...B})=>d.createElement("div",{className:"c-input"},a&&d.createElement("label",{htmlFor:e,className:"c-input__label"},a,r&&d.createElement("abbr",{className:"c-input__label__abbr",title:"(ce champ est obligatoire)"},"*")),d.createElement("div",{className:"c-input-container"},n&&(p?d.createElement(Vn,{className:Ne("c-input-container__icon",`c-input-container__icon--${l}`),icon:n,iconSize:18,variant:"simple",...y}):d.createElement(ut,{className:Ne("c-input-container__icon",`c-input-container__icon--${l}`),name:n,size:18})),d.createElement("input",{id:e,className:Ne("c-input-container__input",{[`c-input-container__input--has-icon--${l}`]:n,[`c-input-container__input--${m}`]:m},t),required:r,...B})),_&&d.createElement("label",{htmlFor:e,className:Ne("c-input__alert",`c-input__alert--${O}`),role:"alert"},_)),Io=({children:e,variant:t="subtle",colorScheme:r="primary",withLeftDivider:a=!1,withRightDivider:n=!1,isUppercase:l=!0})=>d.createElement("div",{className:Ne("c-label",{"c-label--uppercase":l},{"c-label--withDivider--left":a,"c-label--withDivider--right":n},t==="solid"?[`c-label--${t}`,`u-bg-${r}`,{"c-label--withDivider--white":n||a}]:`u-color-${r}`)},e),Td=({children:e})=>d.createElement("div",{className:"c-label-section"},e),tn=e=>{if(e.propValue&&["string","number"].includes(typeof e.propValue)||!e.propValue){const t=Dd({className:e.className,defaultModifier:e.defaultModifier||"xs",propValue:e.propValue});return t?[t]:[]}return Object.entries(e.propValue).reduce((t,[r,a])=>{const n=Dd({className:e.className,defaultModifier:r,propValue:a});return n&&t.push(n),t},[])},Iv=e=>Ne(...tn({className:"bg",defaultModifier:"light",propValue:e.bg}),...tn({className:"color",defaultModifier:"light",propValue:e.color})),Nv=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),Dd=e=>{if(e.propValue!==void 0){if(typeof e.propValue!="boolean"){const t=Nv(typeof e.propValue=="number"?e.propValue.toString():e.propValue);return`${e.className}-${t}@${e.defaultModifier}`}return`${e.className}@${e.defaultModifier}`}},Ad={...{m:["margin"],mt:["margin-top"],mr:["margin-right"],ml:["margin-left"],mb:["margin-bottom"],mx:["margin-left","margin-right"],my:["margin-top","margin-bottom"]},...{p:["padding"],pt:["padding-top"],pr:["padding-right"],pl:["padding-left"],pb:["padding-bottom"],px:["padding-left","padding-right"],py:["padding-top","padding-bottom"]}},Lv={...Ad,...{bg:["background-color"],color:["color"]}},Pv={align:["align-self"]},zv={alignItems:["align-items"],alignContent:["align-content"],justifyContent:["justify-content"],gap:["gap"],gapX:["row-gap"],gapY:["col-gap"]},$v=e=>Ne(Object.entries(e).filter(([t])=>Object.keys(Ad).includes(t)).reduce((t,[r,a])=>(t.push(...tn({className:r,propValue:a})),t),[])),fc=e=>typeof e.props=="object"?Object.keys(e.props).reduce((t,r)=>(e.systemPropNames.includes(r)||(t[r]=e.props[r]),t),{}):{},Kv=e=>Ne($v(e),Iv(e)),Hv=e=>Ne(...tn({propValue:e.align,className:"self"})),Uv=e=>Ne(...tn({propValue:e.alignItems,className:"items"}),...tn({propValue:e.alignContent,className:"content"}),...tn({propValue:e.justifyContent,className:"justify"}),...tn({propValue:e.gap,className:"gap"}),...tn({propValue:e.gapX,className:"gap-x"}),...tn({propValue:e.gapY,className:"gap-y"})),En=d.forwardRef(({as:e,children:t,...r},a)=>d.createElement(e||"div",{...fc({props:r,systemPropNames:Object.keys(Lv)}),className:Ne(Kv(r),r==null?void 0:r.className),ref:a},t));En.displayName="Box";const Rd=({colsNumber:e,gap:t,gapX:r,gapY:a,children:n,...l})=>d.createElement(En,{...l,className:Ne("grid",{[`grid-cols-number-${e}`]:typeof e=="number",["grid-2-of-3"]:typeof e=="string"&&e==="2/3",[`grid-gap-${t}`]:t,[`grid-gap-row-${r}`]:r,[`grid-gap-col-${a}`]:a},l==null?void 0:l.className),children:n}),bs=({inline:e=!1,direction:t,wrap:r,as:a,children:n,...l})=>d.createElement(En,{as:a||"div",...fc({props:l,systemPropNames:Object.keys(zv)}),className:Ne(...tn({propValue:e,className:e?"inline-flex":"flex"}),...tn({propValue:t,className:"flex"}),...tn({propValue:r,className:"flex"}),Uv(l),l==null?void 0:l.className)},n),Vv=({basis:e,children:t,as:r,...a})=>d.createElement(En,{as:r||"div",...fc({props:a,systemPropNames:Object.keys(Pv)}),className:Ne(...tn({propValue:e,className:"basis"}),Hv(a),a==null?void 0:a.className),children:t}),rr=({className:e,children:t,href:r,variant:a="default",isTargetBlank:n=!1,isNofollow:l=!1,isSponsored:p=!1})=>{let y="";return(l||p)&&(y=l?"isNofollow":"isSponsored"),d.createElement("a",{className:Ne("c-link",{"c-link--button":a==="primary-button"||a==="secondary-button"},{[`c-link--${a}`]:!0},e),href:r,target:n?"_blank":"_self",rel:y},t)},jv=({metas:e=[],canonical:t,title:r,robots:a})=>{var l,p;const n=`${(l=a==null?void 0:a.index)!=null?l:"index"},${(p=a==null?void 0:a.follow)!=null?p:"follow"},max-snippet:-1,max-image-preview:large,max-video-preview:-1`;return d.createElement(d.Fragment,null,d.createElement("title",null,r),t&&d.createElement("link",{rel:"canonical",href:t}),e.map(y=>d.createElement("meta",{key:y.name||y.property,name:y.name,property:y.property,content:y.content})),d.createElement("meta",{name:"robots",content:n}))};var Wv=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],Gv="Tab",Yv="Escape";function jn(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}jn.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Cs('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Cs("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Cs('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},jn.prototype.show=function(e){return this.shown?this:(this._previouslyFocused=document.activeElement,this.$el.removeAttribute("aria-hidden"),this.shown=!0,Fd(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this)},jn.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},jn.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},jn.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},jn.prototype.off=function(e,t){var r=(this._listeners[e]||[]).indexOf(t);return r>-1&&this._listeners[e].splice(r,1),this},jn.prototype._fire=function(e,t){var r=this._listeners[e]||[],a=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(a),r.forEach(function(n){n(this.$el,t)}.bind(this))},jn.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===Yv&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===Gv&&Jv(this.$el,e))},jn.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Fd(this.$el)};function qv(e){return Array.prototype.slice.call(e)}function Cs(e,t){return qv((t||document).querySelectorAll(e))}function Fd(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Xv(e){return Cs(Wv.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Jv(e,t){var r=Xv(e),a=r.indexOf(document.activeElement);t.shiftKey&&a===0?(r[r.length-1].focus(),t.preventDefault()):!t.shiftKey&&a===r.length-1&&(r[0].focus(),t.preventDefault())}function dc(){Cs("[data-a11y-dialog]").forEach(function(e){new jn(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",dc):window.requestAnimationFrame?window.requestAnimationFrame(dc):window.setTimeout(dc,16));const Zv=(e=document.querySelector(".js-modal"))=>{e&&new jn(e)},Bd=({dialogId:e,children:t,variant:r="center",contentClassName:a,onClickOverlay:n,...l})=>{const p=d.useRef(null);return Ia(()=>{p.current&&Zv(p.current)},[]),d.createElement("div",{...l,className:"c-modal js-modal","aria-hidden":"true",ref:p,"data-a11y-dialog":e},d.createElement("div",{className:"c-modal__overlay",onClick:n,"aria-hidden":"true","data-a11y-dialog-hide":e}),d.createElement("div",{className:Ne("c-modal__content",`c-modal__content--${r}`,a)},t))};function Pl(){return d.createElement("div",{className:"c-pipe"})}const Md=({title:e="Lire aussi",link:t="http://www.20minutes.fr",label:r="Les talibans annoncent avoir pris le contr\xF4le complet de la vall\xE9e du Panchir",isTargetBlank:a,isNofollow:n,isSponsored:l})=>d.createElement("div",{className:"c-read-also"},d.createElement("span",{className:"c-read-also__label"},r)," ",d.createElement(Pl,null)," ",d.createElement(rr,{href:t,className:"c-read-also__link",variant:"default",isTargetBlank:a,isNofollow:n,isSponsored:l},e)),Qv=e=>{const t=document.documentElement.scrollTop;let r=document.documentElement.scrollHeight-document.documentElement.clientHeight;const a=e&&document.querySelector(".js-limit-scroll-progress-bar");a&&(r=a.scrollHeight-document.documentElement.clientHeight+(window.pageYOffset+a.getBoundingClientRect().top));const n=Math.round(t/r*100),l=document.querySelector(".c-progress__bar");l&&(l.style.width=`${n}%`,n>=100&&(l.style.width="100%"))},em=(e=document.querySelector(".c-progress"),t=!1)=>{e&&window.addEventListener("scroll",Qv.bind(!1,t))},tm=({variant:e,hasLimit:t=!1,colorScheme:r="primary",...a})=>{const n=d.useRef(null);return Ia(()=>{n.current&&em(n.current,t)},[]),d.createElement("div",{className:Ne("c-progress",{[`c-progress--${e}`]:e}),ref:n,...a},d.createElement("div",{className:`c-progress__bar u-bg-${r}`,style:{width:"0%"}}))},rm=({inner:e,children:t})=>d.createElement("div",{className:Ne("c-section",{"c-section--inner":e})},t),nm=({id:e,className:t,required:r,label:a,options:n,placeholder:l,...p})=>d.createElement("div",{className:"c-select"},a&&d.createElement("label",{htmlFor:e,className:"c-select__label"},a,r&&d.createElement("abbr",{className:"c-select__abbr",title:"(ce champ est obligatoire)"},"*")),d.createElement("div",{className:"c-select__container"},d.createElement(ut,{className:"c-select__icon",name:"arrow",size:12}),d.createElement("select",{id:e,className:Ne("c-select__select",t),required:r,...p},l&&d.createElement("option",{hidden:!0},l),n.map(y=>d.createElement("option",{key:y.value,value:y.value},y.title))))),pc=({variant:e="button",className:t})=>d.createElement(En,{className:Ne("c-skeleton",{"c-skeleton--button":e==="button"},{"c-skeleton--icon":e==="icon"},{"c-skeleton--connexion":e==="connexion"},t)}),zl=d.forwardRef(({id:e,className:t,label:r,isChecked:a=!1},n)=>d.createElement("div",{className:"switch"},d.createElement("label",{htmlFor:e,className:"switch-label"},r),d.createElement("button",{type:"button",ref:n,id:e,className:Ne("switch-button",t),role:"switch","aria-checked":a},d.createElement("span",{"aria-hidden":a},a?"on":"off"))));zl.displayName="Switch";const Od=(e,t)=>{const r=e==="dark";t.setAttribute("aria-checked",String(r));const a=t.querySelector("span[aria-hidden]");a&&(a.setAttribute("aria-hidden",String(r)),a.innerHTML=r?"on":"off")},am=(e=document.querySelector(".js-switch-dark-mode"))=>{const t=localStorage.getItem("theme")||"light";t&&e&&(document.documentElement.dataset.theme=t,Od(t,e))},om=(e=document.querySelector(".js-switch-dark-mode"))=>{e&&e.addEventListener("click",()=>{const t=document.documentElement.dataset.theme,r=!t||t==="light"?"dark":"light";document.documentElement.dataset.theme=r,localStorage.setItem("theme",r),Od(r,e)})},Id=({id:e,label:t,isChecked:r=!1})=>{const a=d.useRef(null);return Ia(()=>{a.current&&(am(a.current),om(a.current))},[]),d.createElement(zl,{id:e,ref:a,className:"js-switch-dark-mode",isChecked:r,label:t})},Nd=({variant:e="default",name:t,children:r,colorScheme:a,isSelected:n=!1,index:l=-1,...p})=>d.createElement("button",{type:"button",role:"tab",className:Ne("c-tab",{[`c-tab--${e}`]:e,[`c-tab--${a}`]:a}),"aria-controls":`tabpanel-${t}`,"aria-selected":n,tabIndex:l,...p},r),Ld=({name:e,children:t,isHidden:r=!0})=>d.createElement("div",{id:`tabpanel-${e}`,className:"c-tabpanel",role:"tabpanel","aria-hidden":r,"aria-labelledby":`tab-${e}`},t),No=({id:e,children:t,link:r,variant:a="primary",colorScheme:n,className:l})=>d.createElement("a",{href:r,className:Ne("c-tags",`c-tags--${a}`,{[`u-color-${n}`]:Boolean(n)},l),"data-id":e},t),Pd=({as:e="p",color:t,children:r,...a})=>d.createElement(e,{...a,className:Ne({[`u-color-${t}`]:t},a==null?void 0:a.className)},r),bi=({as:e="h1",variant:t="default",className:r,...a})=>d.createElement(Pd,{as:e,className:Ne(t==="secondary"&&"c-heading-secondary",r),...a}),La=({as:e="p",variant:t="default",className:r,...a})=>d.createElement(Pd,{as:e,className:Ne(t==="secondary"&&"c-text-secondary",r),...a});var im=function(e,t,r,a,n,l,p,y){if(process.env.NODE_ENV!=="production"&&t===void 0)throw new Error("invariant requires an error message argument");if(!e){var m;if(t===void 0)m=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var _=[r,a,n,l,p,y],O=0;m=new Error(t.replace(/%s/g,function(){return _[O++]})),m.name="Invariant Violation"}throw m.framesToPop=1,m}},Wn=im,Ar={},Lo={};/**
5
+ */(function(e){(function(){var t={}.hasOwnProperty;function r(){for(var a=[],n=0;n<arguments.length;n++){var l=arguments[n];if(!!l){var p=typeof l;if(p==="string"||p==="number")a.push(l);else if(Array.isArray(l)){if(l.length){var y=r.apply(null,l);y&&a.push(y)}}else if(p==="object"){if(l.toString!==Object.prototype.toString&&!l.toString.toString().includes("[native code]")){a.push(l.toString());continue}for(var m in l)t.call(l,m)&&l[m]&&a.push(m)}}}return a.join(" ")}e.exports?(r.default=r,e.exports=r):window.classNames=r})()})(Cd);const Ne=Cd.exports,xd=({adUnitCompletePath:e,classes:t,variant:r,adMention:a,lazyload:n={delayed:!1,distanceVisible:0}})=>{const l=e.split("/").pop(),p=e.substring(0,e.lastIndexOf("/"));return d.createElement("div",{id:`dfp_${l}`,"data-dfp-name":l,"data-dfp-path":p,className:Ne("c-ad-placeholder ",{"c-ad-placeholder--ban c-ad-placeholder--ban--atf":r==="ATF"},{"c-ad-placeholder--ban c-ad-placeholder--with-mention":r==="BAN"},{"c-ad-placeholder--pave c-ad-placeholder--with-mention":r==="PAVE"},{"c-ad-placeholder--header-ad":r==="HEADER"},{"c-ad-placeholder--article c-ad-placeholder--with-mention":r==="ARTICLE"},{"c-ad-placeholder--with-mention":a===!0},t),"data-delayed":n.delayed,"data-distance-visible":n.distanceVisible})},Fv=({variant:e="success",title:t,description:r,fill:a,className:n,icon:l,iconSize:p=18,iconClassNames:y})=>d.createElement("div",{className:Ne("c-alert",`c-alert--${e}`,{[`c-alert--${e}--fill`]:a},n)},l&&d.createElement(ut,{size:p,name:l,className:y}),d.createElement("div",{className:"c-alert__text"},d.createElement(La,{as:"strong"},t),d.createElement(La,{className:"c-alert__paragraph"},r))),kd=({img:e,alt:t=""})=>d.createElement("img",{className:"c-avatar",src:e||"data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='40'%20height='40'%3E%3C/svg%3E",alt:t}),Vn=d.forwardRef(({className:e,variant:t="primary",children:r,icon:a,iconClassNames:n,iconSize:l=18,...p},y)=>d.createElement("button",{type:"button",className:Ne("c-btn",{"c-btn--secondary":t==="secondary"},{"c-btn--simple":t==="simple"},{"c-btn--navigation":t==="navigation"},{"c-btn--social":t==="social"},e),ref:y,...p},a&&d.createElement(ut,{size:l,name:a,className:n}),r));Vn.displayName="Button";const Bv=({id:e,className:t,required:r,label:a,...n})=>d.createElement("div",{className:"c-checkbox"},d.createElement("input",{id:e,type:"checkbox",className:Ne("c-checkbox__input",t),required:r,...n}),a&&d.createElement("label",{htmlFor:e,className:"c-checkbox__label"},a,r&&d.createElement("abbr",{className:"c-checkbox__label__abbr",title:"(ce champ est obligatoire)"},"*"))),oo=({textProps:e={text:""},className:t,...r})=>d.createElement("div",{className:"c-divider"},d.createElement("hr",{className:Ne("c-divider__line",t),...r}),e.text&&d.createElement("span",{className:Ne("c-divider__word",e.className)},e.text.toUpperCase())),Mv=e=>{switch(e){case"entertainment":case"sport":case"planet":return`diode-${e}`;default:return"diode-leaning"}},_i=({hasIcon:e=!0,colorScheme:t="primary",iconSize:r="default",hasShiftedIcon:a=!1,hasMaxWidth:n=!1,className:l})=>d.createElement("div",{className:Ne("c-divider-section",l)},d.createElement("hr",{className:Ne("c-divider-section__line",`u-bg-${t}`)}),e&&d.createElement("div",{className:Ne("c-divider-section__icon-container",{["c-divider-section__icon-container--has-max-width"]:n})},d.createElement(ut,{size:r==="big"?[47,53]:[33,37],name:Mv(t),className:Ne("c-divider-section__icon",{[`c-divider-section__icon--${r}-size`]:r!=="default",["c-divider-section__icon--has-shift"]:a})}))),ut=({className:e="",name:t,size:r=28,withBorder:a=!1,isRounded:n=!1,...l})=>{const p=Array.isArray(r)?r==null?void 0:r[0]:r,y=Array.isArray(r)?r==null?void 0:r[1]:r;return d.createElement("span",{className:Ne("c-icon",a&&"c-icon--withBorder",n&&"c-icon--isRounded",e)},d.createElement("svg",{width:p,height:y,...l},d.createElement("use",{xlinkHref:`#${t}`})))},Ov=e=>d.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",xmlnsXlink:"http://www.w3.org/1999/xlink",...e},d.createElement("symbol",{viewBox:"0 0 60 90",id:"20mn-pub",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"aacls-1",d:"M23.19 0H5.38l-.07.1-2 2.16-.1.13.13.13 4.43 4.85.06.07h13l.06-.07 4.42-4.84.12-.13-.12-.13-2-2.16-.06-.11zm3.07 3.54-4.39 4.84-.06.07v12l.06.07 4.42 4.78.13.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.09-2.22-.12-.13zM22 22.76H6.6l-.06.06-3.25 3.47-.13.14.13.13L6.54 30l.06.06H22l.07-.06 3.19-3.47.12-.13-.12-.13-3.16-3.48-.07-.06zM2.06 27.6l-2 2.16-.06.07V47l.06.07 2 2.22.12.13.12-.13 4.49-4.84.06-.07v-11.9l-.09-.06L2.3 27.6l-.12-.13zm18.7 17.85H7.8v.06l-4.51 4.85-.13.13.13.13 2.05 2.16.06.07h17.85l.06-.07 2-2.16.12-.13-.12-.13-4.42-4.85-.06-.06zM36.31 0l-.09.07-2.06 2.16-.16.13.12.13 4.49 4.85.06.06h13l.06-.06 4.43-4.85.12-.13-.12-.13-2-2.16V0zM57.2 3.54l-4.43 4.84-.06.07v12l.06.07 4.43 4.78.12.13.12-.13 2.06-2.16.06-.07V5.83l-.06-.07-2.06-2.22-.12-.13zm-24.2 0-2 2.22-.06.07V23l.06.07 2 2.16.13.13.12-.13 4.48-4.78.07-.07V8.45l-.07-.07-4.52-4.84-.12-.13zM57.2 27.6l-4.46 4.82-.06.06v11.96l.06.06 4.43 4.85.12.13.12-.13 2.06-2.23.06-.07V29.83l-.06-.07-2.03-2.16-.12-.13zm-24.2.04-2 2.16-.06.06V47l.06.07 2 2.22.13.13.12-.13 4.48-4.84.07-.07v-11.9l-.07-.06-4.48-4.78-.12-.13-.13.13zm18.67 17.81h-13l-.06.06-4.49 4.85-.12.13.12.13 2.06 2.16.06.07h17.89l.06-.07 2-2.16.12-.13-.12-.13-4.4-4.85-.06-.06zM9.11 64.8v-3.49c0-.75-.36-1.11-1.15-1.11a1.35 1.35 0 0 0-1.46 1.5v3.11h-2v-3.5c0-.71-.34-1.11-1.16-1.11a1.35 1.35 0 0 0-1.49 1.5v3.11H0v-6.24h2c0 .4 0 .72-.06 1.11H2a2.24 2.24 0 0 1 2.24-1.24c1.19 0 1.92.45 2.1 1.3h.09a2.27 2.27 0 0 1 2.37-1.3 2 2 0 0 1 2.22 2.15v4.25h-2zm4.07 0V58.58h2.1v6.23zm9.42 0v-3.09c0-1.24-.4-1.54-1.49-1.54a1.64 1.64 0 0 0-1.85 1.76v2.87h-2.1v-6.2h2.16v1.28h.06c.42-1 1.33-1.41 2.7-1.41 1.7 0 2.7.79 2.7 2.74v3.63H22.6zm11.78-6.26v6.19h-2.15v-1.27h-.03c-.43 1-1.31 1.4-2.68 1.4a2.37 2.37 0 0 1-2.7-2.67v-3.7H29v3.2c0 1.11.39 1.5 1.48 1.5a1.65 1.65 0 0 0 1.86-1.8v-2.9h2.15zm1.62 1.7v-1.67h.79v-1.3h2v1.3H42a17.22 17.22 0 0 0 0 1.77c-.7 0-2 0-3.16-.07v1.83c0 .65.24.94 1.18.94a5.56 5.56 0 0 0 1.88-.29c.1.62.19 1.3.31 1.86a11 11 0 0 1-2.43.26c-2.37 0-2.95-1.08-2.95-2.38v-2.25zm9.46.94h3.52V61c0-.75-.46-1.08-1.61-1.08s-1.79.26-1.91 1.3m5.4 1.6c.06 1.47-.64 2.25-3.46 2.25-2.49 0-3.89-1-3.89-3.36s1.49-3.33 3.89-3.33 3.46 1 3.46 2.67v1.18h-5.41c.13 1 .7 1.28 1.95 1.28s1.6-.3 1.6-.79a9.24 9.24 0 0 0 1 0 3.22 3.22 0 0 0 .91 0m3.34.03c0 .46.36.65 1.85.65 1.28 0 1.58-.13 1.58-.45s-.21-.53-2-.59c-2.5-.1-3.19-.85-3.19-2s.88-2 3.46-2c2.31 0 3.49.49 3.49 2v.26a8 8 0 0 0-.91 0 7 7 0 0 0-.88 0v-.1c0-.42-.36-.62-1.7-.62s-1.55.17-1.55.46.18.49 2.13.59c2.49.13 3.06.75 3.06 2s-.85 2-3.49 2-3.58-.75-3.58-2v-.27a5.8 5.8 0 0 0 .91 0 6.27 6.27 0 0 0 .91 0v.07zm-38.91-6.29a1.1 1.1 0 1 1-1.1-1.18 1.15 1.15 0 0 1 1.1 1.18"}),d.createElement("path",{d:"M12.1 79.4c0 .9-.3 1.7-1 2.2-.6.5-1.6.8-2.8.8H7.2v3.7H6.1v-9.3h2.4c2.4-.1 3.6.8 3.6 2.6zm-4.8 2h1c1 0 1.6-.2 2.1-.5s.6-.8.6-1.5c0-.6-.2-1.1-.6-1.4s-1-.5-1.9-.5H7.3v3.9zm7.6-2.4v4.5c0 .6.1 1 .4 1.3s.7.4 1.2.4c.7 0 1.3-.2 1.6-.6.3-.4.5-1 .5-1.9V79h1.1v7h-.9l-.2-.9h-.1c-.2.3-.5.6-.9.8-.4.2-.8.3-1.3.3-.8 0-1.5-.2-1.9-.6-.4-.4-.6-1-.6-1.9V79h1.1zm10.2-.1c.9 0 1.6.3 2.1.9.5.6.8 1.5.8 2.7s-.3 2-.8 2.7c-.5.6-1.2.9-2.1.9-.5 0-.9-.1-1.2-.3-.4-.2-.7-.4-.9-.8h-.1l-.2.9h-.8V76H23v2.4c0 .5 0 1-.1 1.4h.1c.4-.5 1.1-.9 2.1-.9zm-.2.9c-.7 0-1.2.2-1.6.6-.3.4-.5 1.1-.5 2.1s.2 1.7.5 2.1.8.6 1.6.6c.6 0 1.1-.2 1.4-.7s.5-1.2.5-2c0-.9-.2-1.6-.5-2s-.7-.7-1.4-.7zm6 6.2h-1.1v-9.9h1.1V86zm2.1-8.8c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.1-.1-.2-.3-.2-.5zm1.1 8.8H33v-7h1.1v7zm5.1.1c-1 0-1.8-.3-2.3-.9-.6-.6-.8-1.5-.8-2.6 0-1.2.3-2.1.8-2.7s1.4-1 2.4-1c.3 0 .7 0 1 .1.3.1.6.2.8.3l-.3.9c-.2-.1-.5-.2-.8-.2-.3-.1-.5-.1-.7-.1-1.4 0-2.1.9-2.1 2.7 0 .9.2 1.5.5 2s.9.7 1.5.7 1.2-.1 1.8-.4v.9c-.5.2-1.1.3-1.8.3zm3.3-8.9c0-.2.1-.4.2-.5.1-.1.3-.2.4-.2.2 0 .3.1.4.2.1.1.2.3.2.5s-.1.4-.2.5c-.1.1-.3.2-.4.2-.2 0-.3-.1-.4-.2-.2-.1-.2-.3-.2-.5zm1.1 8.8h-1.1v-7h1.1v7zm4.5-.7h.5c.2 0 .3-.1.4-.1v.8c-.1.1-.3.1-.5.1s-.4.1-.6.1c-1.3 0-2-.7-2-2.1V80h-1v-.5l1-.4.4-1.5h.6v1.6h2v.8h-2v4.1c0 .4.1.7.3 1 .3 0 .6.2.9.2zm5.3.8c-1 0-1.8-.3-2.4-.9s-.9-1.5-.9-2.6.3-2 .8-2.7c.6-.7 1.3-1 2.2-1 .9 0 1.6.3 2.1.9s.8 1.3.8 2.3v.7h-4.8c0 .8.2 1.4.6 1.9.4.4.9.6 1.7.6.7 0 1.5-.2 2.2-.5v.9c-.4.2-.7.3-1.1.3-.3.1-.7.1-1.2.1zm-.3-6.3c-.6 0-1 .2-1.3.5-.3.4-.5.9-.6 1.5h3.6c0-.7-.1-1.2-.4-1.5-.3-.3-.7-.5-1.3-.5zm-.8-1.8c.2-.3.4-.6.7-1 .2-.4.4-.7.6-1h1.3v.1c-.2.3-.5.6-.8 1s-.7.7-1 .9h-.7z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"apple",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.526 0c-1.378.067-3.084.938-4.068 2.143-.853 1.005-1.64 2.746-1.443 4.353 1.509.067 3.084-.804 4.068-2.009.984-1.206 1.64-2.813 1.443-4.487zm-.328 27.993c1.837 0 3.018-1.674 4.199-3.416 1.312-1.942 1.837-3.884 1.837-4.018 0-.067-3.609-1.473-3.674-5.692-.066-3.549 2.821-5.291 2.953-5.358-1.64-2.411-4.134-2.679-5.052-2.746-1.316-.122-2.583.374-3.626.782-.673.263-1.251.49-1.689.49-1.05 0-2.756-1.205-4.527-1.205-2.362.068-4.528 1.407-5.709 3.55-2.427 4.286-.59 10.649 1.772 14.131 1.181 1.674 2.559 3.616 4.462 3.482 1.772-.067 2.428-1.139 4.527-1.139 1.065 0 1.741.31 2.389.607.63.289 1.232.565 2.138.532z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 17 28",id:"arrow",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m4.6.9 11.5 11.2c1.1 1.1 1.1 2.6 0 3.7L4.6 27.3c-1.9 1.5-4.5.4-4.5-1.8v-23C.1.2 2.7-.9 4.6.9z"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"bookmark",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M22.554 0H5.492C4.014 0 2.856 1.187 2.856 2.701v23.422c0 .787.508 1.511 1.235 1.764.703.242 1.411.084 1.886-.412l7.665-5.363.194-.173a.244.244 0 0 1 .186-.085c.034-.002.083.016.125.062l7.904 5.581c.358.324.8.503 1.247.503.393 0 .741-.168.763-.184.638-.263 1.083-.959 1.083-1.691V2.701c0-1.489-1.162-2.701-2.59-2.701zm.292 25.25-7.049-4.931a2.456 2.456 0 0 0-1.727-.763h-.025a2.53 2.53 0 0 0-1.815.743L5.154 25.25V2.701c0-.234.142-.403.339-.403h17.061c.161 0 .293.181.293.403V25.25z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"chevron",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M8.043 28c-.397 0-.993-.199-1.39-.596-.794-.794-.794-1.986 0-2.78l10.525-11.121L6.652 3.376c-.794-.794-.794-1.986 0-2.78s1.986-.794 2.78 0l11.915 11.518c.397.199.596.794.596 1.39 0 .397-.199.993-.596 1.39L9.433 27.404c-.398.397-.795.596-1.39.596z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"close",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.94 14 27.825 3.115 25.06.35 14.175 11.235 2.94 0 .175 2.765 11.41 14 .175 25.235 2.94 28l11.235-11.235L25.06 27.65l2.765-2.765z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 22 28",id:"clover",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M18.9 11.1c1.5-.5 3.1-1.5 3.1-3.8 0-1.9-1.4-3.6-3.3-4-.3-1.9-2-3.3-3.9-3.3-2.3 0-3.3 1.5-3.8 3.1C10.5 1.6 9.5 0 7.2 0c-2 0-3.6 1.4-3.9 3.3-1.9.4-3.3 2-3.3 4 0 2.3 1.5 3.3 3.1 3.8-2 .7-3 2-3 3.8 0 1.9 1.4 3.6 3.3 4 .3 1.9 2 3.3 3.9 3.3.7 0 1.4-.2 2-.6.3 3.1.5 3.3 2.3 5 .3.3.6.6 1 .9l.2.2c.2.2.4.2.6.2.2 0 .4-.1.6-.2l1.5-1.5c.3-.3.3-.8 0-1.1l-.2-.3c-.7-.7-1.1-1-1.4-1.2-.5-.4-.5-.4-.6-1.7v-.1c.5.3 1.1.4 1.7.4h.1c1.9 0 3.6-1.4 3.9-3.3 1.9-.3 3.3-2 3.3-4-.3-2.3-1.9-3.3-3.4-3.8zm-8.2 8.8c.1-.6.2-.9.3-1 .1.3.2.7.3.9 0 .1.1.2.1.2v.6c-.1.9 0 1.8.2 2.7v.1c.6.9 1.3 1.7 2.1 2.4l-.4.4c-.9-.8-1.6-1.7-2.3-2.7-.3-1.2-.4-2.4-.3-3.6zm1.3-3.7c-.1-.4-.1-.8-.2-1.2-.1-.4-.4-.6-.8-.6s-.7.3-.8.7l-.1.5c-.4 2.8-.9 5-2.9 5-1.3 0-2.4-1.1-2.4-2.4 0-.4-.4-.8-.8-.8-1.3 0-2.4-1.1-2.4-2.4 0-2 2.1-2.5 4.8-2.9l.7-.1h.1c.4-.1.6-.4.6-.8s-.2-.7-.6-.8L6 10.1c-2.7-.5-4.4-.9-4.4-2.9 0-1.3 1.1-2.4 2.4-2.4.2 0 .4-.1.6-.2.1-.2.2-.4.2-.6 0-.6.3-1.3.7-1.7.5-.5 1.1-.7 1.7-.7 2 0 2.4 1.8 2.8 4.4.1.6.2 1.1.2 1.1.1.4.4.6.7.6.4 0 .7-.2.8-.6l.3-1.5c.5-2.8.9-4.1 2.7-4.1 1.3 0 2.4 1.1 2.4 2.4 0 .4.3.8.8.8 1.3 0 2.4 1.1 2.4 2.4 0 1.9-1.6 2.3-4.2 2.8-.5.1-1 .2-1.4.3-.4.1-.6.4-.6.8s.3.7.7.8l.7.1c2.8.4 4.8.9 4.8 2.9 0 .6-.3 1.3-.7 1.7-.4.4-1.1.7-1.7.7-.4 0-.8.4-.8.8 0 1.3-1.1 2.4-2.4 2.4-1.8.1-2.3-1.6-2.7-4.2z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"comment",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M.003 14c0-7.7 6.3-14 14-14 7.84 0 14 6.3 14 14s-6.3 14-14 14h-12.6c-.56 0-1.12-.28-1.26-.84-.28-.56-.14-1.12.28-1.54l2.8-2.8C1.123 20.3.003 17.22.003 14zm4.76 11.2h9.24c2.94 0 5.88-1.12 7.84-3.22 4.34-4.34 4.34-11.48 0-15.82s-11.48-4.34-15.82 0-4.34 11.48 0 15.82c.56.56.56 1.4 0 1.96l-1.26 1.26z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connect",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.789 16.495c-.295.296-.295.776 0 1.072s.773.296 1.068 0l2.918-2.926a.77.77 0 0 0 .321-.624c0-.005.003-.01.003-.016V14a.774.774 0 0 0-.342-.656l-2.9-2.911c-.295-.296-.773-.296-1.068 0s-.295.776 0 1.072l1.729 1.736H.65c-.359 0-.65.34-.65.759 0 .418.291.758.65.758h5.872l-1.733 1.737z"}),d.createElement("path",{d:"M21.644 2.887C15.531-.698 7.679 1.371 4.108 7.509a.879.879 0 0 0 .746 1.338.875.875 0 0 0 .763-.453c3.086-5.304 9.862-7.089 15.146-3.992a11.128 11.128 0 0 1 2.105 17.593c-.872-3.412-4.032-5.866-7.663-5.866-3.645-.105-6.813 2.447-7.672 5.898a11.076 11.076 0 0 1-1.968-2.522.874.874 0 0 0-1.518-.009.879.879 0 0 0-.001.88 12.753 12.753 0 0 0 4.668 4.735c6.113 3.585 13.965 1.516 17.536-4.622l-.002-.002c3.572-6.133 1.508-14.015-4.604-17.6zm-4.595 22.069a11.034 11.034 0 0 1-8.114-1.782c.367-3.152 3.043-5.46 6.269-5.46 3.215 0 5.885 2.291 6.266 5.427a11.012 11.012 0 0 1-4.421 1.815z"}),d.createElement("path",{d:"M19.211 11.623c0-2.194-1.821-4.022-4.007-4.022-2.185 0-4.007 1.828-4.007 4.022s1.821 4.022 4.007 4.022 4.007-1.828 4.007-4.022zm-5.774 1.867a2.53 2.53 0 0 1-.545-2.747 2.51 2.51 0 0 1 2.32-1.556v-.002a2.504 2.504 0 0 1 1.777.738 2.528 2.528 0 0 1-.815 4.113 2.506 2.506 0 0 1-2.737-.546z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"connected",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"ajst0",d:"M14 6.749a4.303 4.303 0 1 0 0 8.606 4.303 4.303 0 0 0 0-8.606z"}),d.createElement("path",{className:"ajst0",d:"M14 0C6.278 0 0 6.278 0 14s6.278 14 14 14 14-6.278 14-14S21.722 0 14 0zm7.878 22.8c-1.401-3.643-4.391-6.072-7.878-6.072S7.523 19.157 6.122 22.8a11.862 11.862 0 0 1-4.017-8.905C2.105 7.325 7.43 2 14 2c6.57 0 11.895 5.325 11.895 11.895 0 3.549-1.557 6.725-4.017 8.905z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"dailymotion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.389 27.782V0l-6.196 1.201v8.624c-1.606-1.528-3.787-2.402-6.368-2.402-5.278 0-10.212 4.585-10.212 10.316C2.611 23.47 7.201 28 12.824 28c2.524 0 4.762-.819 6.368-2.347v2.129h6.197zm-5.967-10.098c0 2.729-2.352 4.967-5.221 4.967-2.869-.055-5.221-2.238-5.221-4.967s2.352-4.967 5.221-4.967c2.868 0 5.221 2.238 5.221 4.967z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"darkmode",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.092 17.766c.262.264.409.622.406.994.026.202.007.407-.056.602a14.002 14.002 0 0 1-6.751 7.197 14.02 14.02 0 0 1-17.844-4.787A13.99 13.99 0 0 1 5.27 3.468 14.016 14.016 0 0 1 14.511 0h.869c.101.036.199.078.294.126.098.056.196.126.252.182.056.056.168.126.168.126.069.085.126.179.168.28l.112.182v.196a.98.98 0 0 1 0 .35c.008.07.008.14 0 .21a.777.777 0 0 1-.084.294 1.13 1.13 0 0 1-.182.266c-.037.059-.08.116-.126.168a9.085 9.085 0 0 0 6.207 15.751 8.912 8.912 0 0 0 3.39-.658 1.39 1.39 0 0 1 .532-.112c.183.002.364.04.532.112.168.067.32.167.449.293zM7.043 22.278a11.212 11.212 0 0 0 7.426 2.852 11.216 11.216 0 0 0 8.77-4.2 9.01 9.01 0 0 1-1.065 0 11.93 11.93 0 0 1-8.417-3.49 11.914 11.914 0 0 1-3.492-8.411c0-2.108.566-4.177 1.639-5.992A11.211 11.211 0 0 0 5.33 7.513a11.191 11.191 0 0 0 1.713 14.765z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 8",id:"diode",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m28 4-4.2-4H4.3L0 4l4.3 4h19.5L28 4z"})),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-entertainment",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#B97BAD",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 25 28",id:"diode-leaning",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M20.8 0h-6.4L0 13.8V20h6.4L20.8 6.2V0z",style:{fill:"#d4ecfb"}}),d.createElement("path",{d:"M25 8h-6.3L4.2 21.8V28h6.4L25 14.2V8z",style:{fill:"#f0e40b"}})),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-planet",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#AFD36E",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{viewBox:"0 0 33 37",id:"diode-sport",xmlns:"http://www.w3.org/2000/svg"},d.createElement("g",{fillRule:"evenodd"},d.createElement("path",{fill:"#5FD6DD",d:"M27.404 0h-8.492L0 18.221v8.181h8.491L27.404 8.181V0z"}),d.createElement("path",{fill:"#F0E40B",d:"M33 10.598h-8.298L5.596 28.819V37h8.492L33 18.779v-8.181z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"facebook",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M7.241 14.912h3.133v12.636c0 .253.203.452.461.452h5.308a.452.452 0 0 0 .461-.452V14.975h3.603c.23 0 .433-.172.461-.397l.544-4.652c.017-.126-.029-.252-.112-.352s-.212-.154-.341-.154h-4.147V6.503c0-.876.479-1.328 1.438-1.328h2.709a.452.452 0 0 0 .461-.452V.452A.452.452 0 0 0 20.759 0h-3.907c-.645 0-2.903.126-4.681 1.734-1.981 1.77-1.705 3.902-1.64 4.272V9.42h-3.29a.452.452 0 0 0-.461.452v4.588c0 .254.203.452.461.452z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"flipboard",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.511 0H.479a.494.494 0 0 0-.492.492v27.017c0 .27.222.492.492.492h7.715c.27 0 .492-.222.492-.492V17.272h8.101c.27 0 .492-.222.492-.492V8.684h10.242c.27 0 .492-.222.492-.492V.482A.508.508 0 0 0 27.511 0z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 393.468 370.279",id:"ghost",xmlns:"http://www.w3.org/2000/svg"},d.createElement("defs",null,d.createElement("path",{id:"ata",d:"M0 0h393.468v370.279H0z"}),d.createElement("mask",{id:"atb",maskContentUnits:"userSpaceOnUse",maskUnits:"userSpaceOnUse"},d.createElement("path",{d:"M0 0h393.468v370.279H0z"}),d.createElement("use",{fill:"#fff",xlinkHref:"#ata"}))),d.createElement("use",{fill:"none",xlinkHref:"#ata"}),d.createElement("g",{mask:"url(#atb)",fillRule:"evenodd"},d.createElement("path",{fill:"#D4ECFB",d:"M359.699 197.366c-53.924-20.748-100.705-24.174-176.215-156.95C127.399-58.2 15.246 34.492 85.346 201.34c70.1 166.847 236.5 181.672 248.117 162.4 11.617-19.271-33.596-45.956-5.453-57.816 28.143-11.86 73.822-.232 64.132-24.577-9.69-24.345-51.214-37.292-19.377-47.868 31.835-10.573 4.889-29.207-13.066-36.115v.002z"}),d.createElement("path",{fill:"#2B2B28",d:"M95.636 52.542c-.814 4.743-3.37 8.516-5.71 8.425-2.34-.09-3.574-4.007-2.76-8.75.813-4.742 3.369-8.515 5.709-8.425 2.34.09 3.574 4.008 2.76 8.75zm26.4-1.194c.812 4.805-.338 9.162-2.565 9.73-2.229.57-4.692-2.865-5.504-7.67-.811-4.806.338-9.16 2.565-9.73 2.23-.569 4.693 2.864 5.504 7.67zm2.344 39.394c3.767 12.692-.39 25.436-9.284 28.463-8.894 3.027-19.156-4.807-22.922-17.5-3.767-12.691.39-25.435 9.284-28.462 8.894-3.028 19.156 4.807 22.923 17.5z"}),d.createElement("path",{fill:"#D4ECFB",d:"M205.998 90.682v-.003l-.001.002.001.001zm0 0c.339.138 45.779 18.581 77.697 8.961 32.038-9.656 25.982 44.987-29.112 45.677-54.858.689-48.639-54.168-48.585-54.638zm-134.444 70.83c-11.666-37.073-28.55-53.225-59.964-64.75-31.411-11.522 6.246-51.572 50.712-19.034 44.466 32.538 15.58 103.885 9.252 83.784z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"googleplay",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.647 1.89v24.22c0 .84.48 1.54 1.167 1.89l13.725-14L2.814 0a2.11 2.11 0 0 0-1.167 1.89zm19.216 7.7L5.902.7l11.804 12.11 3.157-3.22zm5.49 4.41c0-.7-.343-1.33-.824-1.68l-3.157-1.89-3.5 3.57 3.5 3.57 3.157-1.89c.481-.42.824-.98.824-1.68zm-5.49 4.41L5.902 27.3l11.804-12.04 3.157 3.15z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"health",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.404 8.599H19.4V3.596A3.6 3.6 0 0 0 15.804 0h-3.609a3.6 3.6 0 0 0-3.596 3.596v5.003H3.596A3.6 3.6 0 0 0 0 12.195v3.61A3.6 3.6 0 0 0 3.596 19.4h5.003v5.003a3.6 3.6 0 0 0 3.596 3.596h3.609a3.6 3.6 0 0 0 3.596-3.596V19.4h5.002a3.6 3.6 0 0 0 3.596-3.596v-3.609a3.597 3.597 0 0 0-3.594-3.596zm1.426 7.205c0 .786-.64 1.426-1.426 1.426H17.23v7.174c0 .786-.64 1.425-1.425 1.425h-3.609a1.427 1.427 0 0 1-1.426-1.425V17.23H3.596c-.786 0-1.426-.64-1.426-1.426v-3.609c0-.786.64-1.426 1.426-1.426h7.174V3.595c0-.786.64-1.426 1.426-1.426h3.609c.786 0 1.426.64 1.426 1.426v7.173h7.173c.786 0 1.426.64 1.426 1.426v3.61z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"heart",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.826 3.473c-1.403-1.51-3.292-2.342-5.318-2.342s-3.915.832-5.318 2.342l-1.191 1.268-1.191-1.28C11.404 1.95 9.519 1.118 7.499 1.118h-.002c-2.028 0-3.919.832-5.324 2.343C.771 4.971 0 6.96 0 9.063c0 2.102.772 4.091 2.173 5.603l10.976 11.848a1.153 1.153 0 0 0 1.69 0l5.493-5.918c1.831-1.972 3.662-3.946 5.494-5.917C27.227 13.168 28 11.178 28 9.075s-.773-4.092-2.174-5.602zm-1.691 9.645-5.086 5.477L14 24.032 3.863 13.107c-2.069-2.232-2.075-5.854-.012-8.075 1-1.077 2.295-1.67 3.644-1.67h.001c1.342 0 2.633.593 3.634 1.67l2.03 2.19a1.153 1.153 0 0 0 1.691 0l2.018-2.179c.996-1.073 2.287-1.663 3.634-1.663s2.637.591 3.633 1.663c2.068 2.227 2.068 5.849-.001 8.075z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"home",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.538 11.877 15.041 2.104c-.481-.32-.961-.32-1.442 0L.462 11.877c-.481.32-.641 1.121-.16 1.602.16.32.641.481.961.481.16 0 .481 0 .641-.16l.801-.603v11.658c0 .801.481 1.282 1.121 1.282h20.347c.641 0 1.121-.481 1.282-1.121V13.418l.481.382c.641.481 1.282.32 1.762-.16.481-.641.32-1.282-.16-1.763zm-4.646 0v11.855H5.108V11.877c0-.159-.031-.301-.076-.433l9.208-6.936 8.729 6.935c-.049.14-.077.287-.077.434z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"horoscope",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m9.295 25.265.536.195c6.152 2.239 12.996-1.054 15.337-7.387a12.535 12.535 0 0 0 .148-8.162 19.775 19.775 0 0 0 2.186-4.141c.687-1.887.703-3.502-.208-4.534-1.782-1.975-5.537-.394-8.555 1.418l-.536-.195C12.063.187 5.207 3.513 2.867 9.846c-.971 2.668-1.023 5.56-.16 8.195-1.973 2.966-3.761 6.7-1.967 8.643s4.851.807 8.555-1.419zM5.398 10.841C7.186 5.928 12.48 3.36 17.244 5.094a8.984 8.984 0 0 1 5.004 4.511c-1.815 2.434-3.827 4.723-6.044 6.79a50.795 50.795 0 0 1-6.975 5.714c-3.742-2.283-5.35-6.995-3.831-11.268zM4.094 20.903c-1.456 2.528-1.456 3.707-1.346 3.895.331.268 1.716-.002 3.877-1.131a11.34 11.34 0 0 1-2.531-2.764zm18.531-3.792c-1.575 4.327-5.942 6.901-10.347 6.145a59.516 59.516 0 0 0 5.772-4.863 63.633 63.633 0 0 0 5.137-5.573 9.267 9.267 0 0 1-.562 4.291zm1.304-10.063c1.239-2.128 1.567-3.519 1.346-3.895-.134-.122-1.282-.209-3.877 1.131.973.76 1.845 1.704 2.531 2.764z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-balance",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.5 23h-25c-.8 0-1.5.6-1.5 1.4 0 .8.7 1.5 1.5 1.5h25.1c.8 0 1.5-.7 1.5-1.5-.1-.8-.8-1.4-1.6-1.4zm-25-2.2h6c.6 0 1.1-.4 1.4-.9.2-.5.1-1.2-.3-1.6-1.5-1.5-2.3-3.4-2.3-5.5s.8-4 2.3-5.5C10 5.9 11.9 5.1 14 5.1s4 .8 5.5 2.3c1.5 1.5 2.3 3.4 2.3 5.5s-.8 4-2.3 5.5c-.4.4-.5 1.1-.3 1.6.2.6.8.9 1.4.9h6c.8 0 1.5-.7 1.5-1.5s-.7-1.5-1.5-1.5h-3.1c1.8-3.3 1.7-7.3-.2-10.5s-5.4-5.2-9.2-5.2c-3.8 0-7.2 2-9.2 5.2-1.9 3.2-2 7.2-.2 10.5H1.5c-.8 0-1.5.7-1.5 1.5 0 .7.7 1.4 1.5 1.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-belier",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.4 11.1c.4 0 .8-.2 1.1-.4.3-.3.4-.7.4-1.1.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0s2.3 2.1 2.5 3.7v15c0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5v-15c.2-1.6 1.1-3 2.5-3.7 1.4-.7 3.1-.7 4.5 0 1.5.7 2.4 2.1 2.6 3.7 0 .8.7 1.5 1.5 1.5s1.5-.7 1.5-1.5c0-2.2-1-4.2-2.6-5.7S21.6 1.7 19.5 2c-2.2.2-4.2 1.3-5.5 3-1.3-1.8-3.3-2.9-5.5-3.1-2.2-.2-4.4.5-6 2C.9 5.3 0 7.4 0 9.6c0 .8.6 1.5 1.4 1.5z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-buffle",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.649 4.765c-.932.466-1.669.835-3.316.835-1.439 0-4.545-2.8-9.333-2.8-4.778 0-7.896 2.8-9.333 2.8-1.647 0-2.383-.368-3.316-.835A.934.934 0 0 0 0 5.6c0 3.245 2.02 6.091 5.623 5.509.14 3.41.954 4.757 1.681 5.952.458.753.858 1.419 1.048 2.653a3.249 3.249 0 0 0-.885 2.22 3.271 3.271 0 0 0 3.267 3.267h6.533a3.271 3.271 0 0 0 3.267-3.267c0-.859-.34-1.636-.885-2.22.19-1.233.589-1.899 1.048-2.653.727-1.195 1.54-2.542 1.681-5.952C25.983 11.691 28 8.818 28 5.6a.934.934 0 0 0-1.351-.835zm-9.382 18.568h-6.533c-.772 0-1.4-.628-1.4-1.4 0-.772.628-1.4 1.4-1.4h6.533c.772 0 1.4.628 1.4 1.4 0 .772-.628 1.4-1.4 1.4zm1.835-7.243c-.44.722-.889 1.468-1.165 2.646a3.28 3.28 0 0 0-.669-.07h-6.533c-.23 0-.453.025-.669.07-.276-1.178-.726-1.924-1.165-2.646-.663-1.089-1.346-2.214-1.424-5.42 2.064-.592 4.235-1.337 6.523-1.337 2.28 0 4.454.743 6.526 1.337-.078 3.206-.762 4.331-1.424 5.42zm4.232-6.757c-1.837 0-5.502-1.867-9.333-1.867-3.801 0-7.507 1.867-9.333 1.867-1.49 0-2.242-1.106-2.575-2.222.667.21 1.477.355 2.574.355 2.236 0 4.85-2.8 9.333-2.8 4.379 0 7.159 2.8 9.333 2.8 1.097 0 1.907-.145 2.575-.356-.332 1.118-1.084 2.223-2.574 2.223z"}),d.createElement("path",{d:"M11.2 13.067a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm-6.533 8.866a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm5.6 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cancer",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M6.3 14.9zm0 0c1.7 0 3.2-.7 4.3-2 1.1-1.3 1.5-2.9 1.3-4.6-.3-1.6-1.3-3.1-2.7-3.9 2.6-1.1 5.4-1.5 8.2-1 2.8.5 5.3 1.9 7.3 3.8.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-3.2-3.2-7.5-5-12-5-4.7.1-9 1.8-12.2 5-1.2 1-2 2.4-2.1 4-.1 1.6.4 3.1 1.5 4.3 1 1.1 2.5 1.7 4.1 1.7zM4.6 7.6c.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.3 1.2-.8 1.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7.1-.6.4-1.2.8-1.7zm21.1 7.1c-1.1-1.1-2.7-1.7-4.3-1.6-1.6.1-3.1.9-4.1 2.2-1 1.3-1.4 2.9-1.1 4.5.3 1.6 1.3 3 2.6 3.8-2.6 1.1-5.4 1.5-8.2 1-2.8-.5-5.3-1.8-7.3-3.8-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 3.2 3.2 7.6 5 12.1 5s8.8-1.7 12-4.9c1.3-1 2-2.5 2.1-4.1.3-1.7-.3-3.2-1.5-4.4zm-2.3 5.7c-.4.4-1 .7-1.7.7-.6 0-1.2-.2-1.7-.7-.4-.4-.7-1-.7-1.7 0-.6.3-1.2.7-1.7.4-.4 1-.7 1.7-.7.6 0 1.2.2 1.7.7.4.4.7 1 .7 1.7s-.2 1.2-.7 1.7z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-capricorne",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M23.4 17.1c-1.2-.4-2.5-.3-3.7.1V5.6c0-1.5-.6-2.9-1.6-4C17 .6 15.6 0 14.2 0c-1.5 0-2.9.5-4 1.6C9.1.5 7.7 0 6.2 0S3.3.6 2.3 1.7.7 4.2.7 5.7c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7 0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v10.9c0 1 .8 1.7 1.7 1.7 1 0 1.7-.8 1.7-1.7v-11c0-.7.5-1.4 1.1-1.8.7-.4 1.4-.4 2.1 0 .7.4 1.1 1 1.1 1.8v13.9l-6 4.5c-.8.6-1 1.6-.4 2.4.6.8 1.6 1 2.4.4l4.2-3.1c.5 1.9 1.9 3.5 3.8 4 1.9.6 4 .1 5.4-1.3 1.4-1.4 2.1-3.4 1.6-5.3-.3-1.8-1.8-3.4-3.7-4zm.3 5.9c-.2.6-.7 1.1-1.3 1.3-.6.2-1.3.1-1.8-.2-.5-.3-.9-.9-1-1.5v-.4c0-.6.3-1.2.8-1.5.5-.4 1.1-.5 1.7-.4.6.1 1.1.5 1.4 1.1.4.4.4 1.1.2 1.6z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cheval",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M7.094 10.344a.997.997 0 0 1 1.328-.484l1 .466a.999.999 0 1 1-.844 1.813l-1-.466a1 1 0 0 1-.484-1.329zm11 1.311a1 1 0 0 1 .484-1.329l1-.466a1 1 0 0 1 .844 1.813l-1 .466a1 1 0 0 1-1.328-.484z"}),d.createElement("path",{d:"M4.101 8.593c-.112 1.251-.099 2.502-.101 3.636 0 3.456 3.313 6.878 3.502 9.819C7.5 22.097 7 23.464 7 24c0 2.654 2.355 4 7 4s7-1.346 7-4c0-.554-.499-1.89-.502-1.937.19-2.986 3.502-6.371 3.502-9.834-.002-1.164.011-2.384-.101-3.636C25.551 7.396 27 5.55 27 1a1 1 0 0 0-1-1h-.004c-1.761.007-4.899.595-6.453 2.611a15.078 15.078 0 0 0-1.314-.244C17.283.892 15.606 0 14 0c-1.572 0-3.21.674-4.166 2.358-.418.058-.896.139-1.378.252C6.902.595 3.765.007 2.004 0H2a1 1 0 0 0-1 1c0 4.55 1.449 6.397 3.101 7.593zm20.868-6.526c-.14 2.271-.741 3.461-1.485 4.244-.354-1.178-.954-2.23-1.956-2.927.831-.712 2.147-1.157 3.441-1.317zM14 2c1.258 0 3 1.042 3 3 0 1.33-.397 1.542-1.356 2.056-.788.422-1.771.949-2.575 2.188-.151-1.288.106-2.667.772-3.703A1 1 0 0 0 13 4h-.012a6.057 6.057 0 0 0-1.799.304C11.695 2.339 13.095 2 14 2zM7.597 5.031c.21-.155.739-.351 1.515-.518-.072.456-.111.95-.111 1.487a1 1 0 0 0 1.569.823 4.87 4.87 0 0 1 .729-.417c-.571 2.068-.281 4.415.868 6.148a1 1 0 0 0 1.803-.31c.584-2.333 1.572-2.863 2.619-3.424 1.589-.852 2.612-1.857 2.386-4.287.732.163 1.229.351 1.429.499 1.75 1.301 1.6 4.864 1.597 7.197 0 2.777-3.275 6.211-3.498 9.708-.048.757.498 1.764.498 2.063 0 1.327-1.683 2-5 2s-5-.673-5-2c0-.285.546-1.302.498-2.063-.219-3.43-3.498-6.973-3.498-9.708-.003-2.312-.146-5.901 1.596-7.198zM6.473 3.384c-1.003.698-1.602 1.752-1.956 2.927-.745-.783-1.345-1.973-1.485-4.244 1.294.16 2.61.605 3.441 1.317z"}),d.createElement("path",{d:"M13 24a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-chevre",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.599.169c-2.407-.548-5.616.185-7.301 2.994-.992-.177-2.091-.27-3.298-.27s-2.306.093-3.298.27C9.018.353 5.808-.377 3.401.169 1.6.579.481 1.623.481 2.893c0 .485.339.923.972.966.273.003 3.025.054 3.794 2.435a5.192 5.192 0 0 0-.273.468c-1.263.024-3.154.185-4.21 1.242a.964.964 0 0 0-.181 1.115c.953 1.907 2.716 3.51 4.579 4.216.848 1.921 2.078 3.376 2.078 5.009 0 1.967 1.298 3.243 2.898 3.987-.019 2.468.344 4.148 1.145 5.266a.97.97 0 0 0 .739.403c.289.001.58-.108.774-.33.392-.45.8-.877 1.217-1.274.419.39.81.808 1.169 1.249a.964.964 0 0 0 1.621-.195c.628-1.32 1.095-3.612 1.059-5.119 1.6-.744 2.897-2.019 2.897-3.986 0-1.632 1.213-3.048 2.079-5.009 1.863-.706 3.626-2.309 4.579-4.216a.966.966 0 0 0-.181-1.115c-1.057-1.057-2.947-1.217-4.211-1.242a4.849 4.849 0 0 0-.272-.469c.767-2.382 3.51-2.434 3.794-2.435.658-.071.972-.483.972-.966 0-1.271-1.12-2.315-2.92-2.724zM2.755 9.011c.482-.171 1.096-.251 1.65-.289a7.43 7.43 0 0 0 .015 2.018 7.377 7.377 0 0 1-1.665-1.729zm20.84-.289c.554.038 1.168.117 1.65.289a7.357 7.357 0 0 1-1.665 1.729 7.43 7.43 0 0 0 .015-2.018zM3.346 2.192c1.699-.615 4.038-.186 5.367 1.499-.776.283-1.454.638-2.029 1.067-.741-1.337-1.991-2.174-3.338-2.566zm12.204 23a14.624 14.624 0 0 0-.94-.837.967.967 0 0 0-1.242.018 19.78 19.78 0 0 0-1.015.944c-.165-.626-.255-1.418-.278-2.357a9.531 9.531 0 0 0 1.925.212c.584 0 1.246-.07 1.92-.211-.045.686-.18 1.494-.37 2.231zm3.278-6.849c0 1.776-2.226 2.586-3.863 2.821V18.94l1.398-.699a.967.967 0 0 0-.864-1.728L14 17.264l-1.499-.75a.965.965 0 1 0-.864 1.728l1.397.699v2.224c-1.636-.234-3.863-1.044-3.863-2.82 0-3.22-2.897-5.157-2.897-8.691 0-3.204 2.599-4.828 7.725-4.828 5.127 0 7.725 1.624 7.725 4.828.001 3.542-2.896 5.452-2.896 8.689zm2.487-13.585a7.926 7.926 0 0 0-2.029-1.067c1.305-1.655 3.633-2.127 5.367-1.499-1.347.393-2.597 1.229-3.338 2.566z"}),d.createElement("path",{d:"M10.138 10.618a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.656 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-chien",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M24.935 12.865c1.46.36 2.397-.262 2.818-1.523.754-2.257-.287-7.205-2.221-8.658-1.605-1.206-4.563-1.597-6.761-1.712-.782-.043-1.576.406-1.735 1.244-.93-.157-1.938-.246-3.036-.246s-2.106.089-3.037.246C10.805 1.379 10.006.93 9.229.972c-2.198.115-5.156.506-6.761 1.712C.534 4.137-.507 9.085.247 11.342c.419 1.255 1.346 1.887 2.818 1.523.539 3.639 4.593 6.614 3.607 9.331-.735 2.022-.084 3.451 1.171 4.226 1.479.915 3.705.791 6.157-.328 1.906.869 4.384 1.425 6.157.328 1.247-.77 1.919-2.168 1.171-4.226-.991-2.732 3.059-5.632 3.607-9.331zm-.604-8.581c1.324.995 2.128 5.759 1.419 6.692-1.639 0-4.183-3.168-6.437-7.964 2.332.18 4.182.644 5.018 1.272zm-22.04 6.71c-.742-.61-.054-5.632 1.379-6.71.835-.628 2.685-1.092 5.018-1.272-1.064 2.264-4.148 7.958-6.397 7.982zm17.156 11.885c.208.574.474 1.337-.342 1.841-.735.453-2.343.527-4.657-.631a1 1 0 0 0-.895 0c-2.313 1.156-3.923 1.083-4.657.631-.84-.519-.528-1.329-.342-1.841 1.542-4.249-3.558-7.305-3.558-11.012 2.116-1.65 3.971-4.839 5.237-7.448 1.072-.292 2.329-.449 3.767-.449s2.696.156 3.768.449c1.266 2.609 3.12 5.797 5.237 7.448 0 3.694-5.095 6.778-3.558 11.012z"}),d.createElement("path",{d:"M14 15.979c-.794 0-2.709.132-3.328 1.353-.225.443-.343 1.213.368 2.371.562.917 1.815 2.28 2.96 2.28s2.398-1.364 2.96-2.28c.711-1.158.592-1.929.368-2.371-.619-1.221-2.534-1.353-3.328-1.353zm0 3.981c-.469-.219-1.318-1.229-1.476-1.738.595-.326 2.465-.322 2.959-.027-.133.499-1.006 1.541-1.483 1.765zm-4.003-8.984a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0zm10.007 0a1 1 0 1 1-2.002 0 1 1 0 0 1 2.002 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-cochon",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M13.999 14.5c-2.88 0-4.747 1.575-5.534 3.048-.634 1.187-.675 2.452-.107 3.301.996 1.489 4.277 1.65 5.642 1.65s4.646-.161 5.642-1.65c.568-.849.527-2.113-.107-3.301-.788-1.473-2.656-3.048-5.536-3.048zm3.982 5.234c-.206.266-1.586.765-3.982.765-2.393 0-3.772-.497-3.982-.764-.104-.16-.107-.649.211-1.245.514-.963 1.775-1.991 3.771-1.991s3.257 1.029 3.771 1.991c.319.599.315 1.089.211 1.244z"}),d.createElement("path",{d:"M26.998.501c-4.071 0-6.811.924-8.357 2.802-1.321-.523-2.868-.802-4.641-.802s-3.32.279-4.642.802C7.811 1.425 5.072.501 1.001.501A1 1 0 0 0 .159 2.04c.445.695 1.626 2.541 1.415 3.066-1.163 2.884-.563 5.306 2.473 6.181-.03.393-.046.796-.046 1.213 0 1.641-1 1.87-1 4.999 0 6.074 4.318 9.999 10.999 9.999s10.999-3.925 10.999-9.999c0-3.093-1-3.389-1-4.999 0-.417-.016-.821-.046-1.213 3.036-.875 3.636-3.298 2.473-6.181-.211-.524.97-2.371 1.415-3.066a1 1 0 0 0-.843-1.539zM3.428 5.854c.388-.961.039-2.064-.617-3.28 2.207.189 3.765.759 4.734 1.71C5.944 5.43 4.86 7.113 4.348 9.298c-1.625-.576-1.57-1.835-.92-3.444zm10.571 19.645C8.449 25.499 5 22.434 5 17.5c0-2.689 1-2.79 1-4.999 0-5.308 2.691-7.999 7.999-7.999s7.999 2.691 7.999 7.999c0 2.239 1 2.26 1 4.999 0 4.934-3.448 7.999-8.999 7.999zM24.571 5.854c.649 1.608.705 2.868-.92 3.445-.512-2.186-1.596-3.869-3.197-5.015.969-.951 2.527-1.52 4.734-1.71-.656 1.216-1.005 2.319-.617 3.28z"}),d.createElement("path",{d:"M10 11.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.499 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3.5-7a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-coq",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M5.332 26.801a.964.964 0 0 0 1.37 1.069l3.432-1.689 3.434 1.717a.966.966 0 0 0 .864 0l3.44-1.72 3.436 1.643a.965.965 0 0 0 1.363-1.063c-.919-4.515.985-7.783.985-12.275 0-4.338-2.063-7.159-5.88-8.216.795-1.107 1.454-2.616 1.513-3.734.065-1.244-.563-1.797-.943-2.016-.464-.268-1-.318-1.549-.147-.537.168-1.06.554-1.516 1.028C14.756.532 13.952 0 13.035 0c-1.14 0-2.068.733-2.546 2.01-.453 1.213-.455 2.882.068 4.169-4.03.982-6.212 3.842-6.212 8.304 0 4.507 1.977 7.73.987 12.318zm6.966-24.115c.128-.345.361-.755.736-.755.345 0 .873.644.948 1.694.03.438.353.8.785.881a.97.97 0 0 0 1.052-.537c.419-.886 1.188-1.649 1.534-1.755.022.143.017.475-.166 1.032-.415 1.259-1.303 2.443-1.64 2.624a15.6 15.6 0 0 0-2.986-.011c-.466-.622-.676-2.067-.263-3.173zM14 7.724c5.126 0 7.724 2.274 7.724 6.759 0 3.751-1.493 6.727-1.199 10.824l-2.247-1.075a.97.97 0 0 0-.849.007L14 25.955l-3.43-1.715a.963.963 0 0 0-.858-.002l-2.216 1.09c.322-4.108-1.22-7.21-1.22-10.846 0-4.485 2.598-6.759 7.724-6.758z"}),d.createElement("path",{d:"M13.181 20.787a.964.964 0 0 0 1.638 0l2.414-3.862a.966.966 0 0 0-.215-1.266c-1.974-1.579-4.06-1.579-6.035 0a.966.966 0 0 0-.215 1.266l2.413 3.862zm1.916-4.088L14 18.454l-1.098-1.755c.743-.377 1.453-.377 2.195 0zm-4.959-3.182a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-dragon",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M15.931 21.241c-.516 0-.86.17-1.151.57a.967.967 0 0 1-1.56 0c-.291-.4-.636-.57-1.151-.57-1.278 0-1.277-1.931 0-1.931.742 0 1.388.195 1.931.58.543-.385 1.188-.58 1.931-.58 1.278 0 1.276 1.931 0 1.931z"}),d.createElement("path",{d:"M26.774 3.888a.965.965 0 0 0-1.086.508c-.708 1.416-1.699 2.313-3.244 2.927a9.272 9.272 0 0 0-.879-.797c2.089-1.473 3.342-3.778 3.943-5.179a.966.966 0 0 0-1.775-.761 13.67 13.67 0 0 1-.93 1.784l-1.429-1.182a.967.967 0 0 0-1.232 1.488l1.501 1.243A6.806 6.806 0 0 1 19.7 5.401c-1.89-.803-3.909-.724-5.7.237-1.791-.962-3.81-1.04-5.7-.237a6.813 6.813 0 0 1-1.944-1.483l1.501-1.243a.966.966 0 0 0-1.232-1.488L5.197 2.37a13.61 13.61 0 0 1-.93-1.784.966.966 0 0 0-1.775.761c.601 1.401 1.854 3.707 3.943 5.179a9.151 9.151 0 0 0-.879.797C4.011 6.708 3.02 5.812 2.312 4.395a.965.965 0 0 0-1.829.433c0 2.985.31 6.113 2.393 7.331a12.34 12.34 0 0 0-.462 3.289.966.966 0 0 0 1.271.916l.567-.189c-.461 1.1-.872 2.523-.872 4.101a.966.966 0 0 0 1.501.803l1.542-1.028c.118 1.096.292 2.281.548 3.393-1.673 1.198-2.212 2.625-3.591 2.625-.763 0-.958-1.006-.977-1.114a.966.966 0 0 0-1.908.298C.642 26.202 1.436 28 3.38 28c2.08 0 3.017-1.502 4.187-2.563C8.148 26.934 8.971 28 10.138 28c2.081 0 2.361-.966 3.862-.966 1.538 0 1.735.966 3.862.966 1.167 0 1.99-1.066 2.571-2.563C21.641 26.533 22.534 28 24.62 28c1.943 0 2.737-1.797 2.885-2.748a.962.962 0 0 0-.799-1.097.97.97 0 0 0-1.108.792c-.02.115-.216 1.122-.978 1.122-1.391 0-1.894-1.409-3.591-2.625.255-1.112.429-2.297.548-3.393l1.542 1.028a.966.966 0 0 0 1.501-.803c0-1.577-.412-3.001-.872-4.1l.567.189a.967.967 0 0 0 1.271-.916c0-1.128-.17-2.234-.462-3.29 2.083-1.218 2.393-4.345 2.393-7.33a.968.968 0 0 0-.743-.941zM3.575 10.281c-.483-.447-.806-1.236-.985-2.451a8.069 8.069 0 0 0 1.747 1.067c-.283.438-.536.9-.762 1.384zm18.454 3.286a.961.961 0 0 0-1.087.351.968.968 0 0 0 .009 1.144c.013.017.997 1.356 1.479 3.237l-1.136-.757a.964.964 0 0 0-1.498.736 33.029 33.029 0 0 1-.583 4.269 7.64 7.64 0 0 0-2.315-.34.966.966 0 0 0 0 1.932c.744 0 1.336.109 1.844.28-.292.933-.601 1.551-.878 1.651-1.538 0-1.735-.966-3.862-.966-2.09 0-2.35.963-3.843.968-.284-.1-.598-.721-.892-1.655.506-.17 1.097-.278 1.839-.278a.966.966 0 0 0 0-1.932c-.906 0-1.658.135-2.313.339a32.84 32.84 0 0 1-.586-4.269.965.965 0 0 0-1.498-.736l-1.139.758c.482-1.881 1.465-3.219 1.477-3.235a.965.965 0 0 0-1.076-1.497l-1.536.512c.221-1.689.853-3.259 1.766-4.52 1.997.514 4.018.679 5.024 2.495a.965.965 0 1 0 1.688-.936C11.69 8.911 9.538 8.352 7.745 7.943c1.925-1.466 3.998-1.502 5.727-.375a.97.97 0 0 0 1.055 0c1.728-1.127 3.802-1.092 5.727.375-1.792.409-3.945.968-5.168 3.176a.964.964 0 1 0 1.688.936c1.006-1.816 3.025-1.981 5.024-2.495.912 1.26 1.544 2.831 1.766 4.52l-1.535-.513zm2.396-3.286a11.55 11.55 0 0 0-.762-1.384A8.03 8.03 0 0 0 25.41 7.83c-.179 1.215-.502 2.004-.985 2.451z"}),d.createElement("path",{d:"M12.31 17.379c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.966.966 0 0 1-.966-.966zm0-2.896c0-.533.432-.966.966-.966h1.448a.966.966 0 0 1 0 1.932h-1.448a.967.967 0 0 1-.966-.966zm-2.172-1.931a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0zm9.655 0a.966.966 0 1 1-1.932 0 .966.966 0 0 1 1.932 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-gemeaux",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.8 25.2c-.6.6-.6 1.7 0 2.3.6.6 1.7.6 2.3 0 1.8-1.8 4.3-2.9 6.9-2.9 2.6 0 5.1 1 6.9 2.9.6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-1-1-2.3-1.9-3.6-2.5V5.3c1.3-.6 2.5-1.5 3.6-2.5.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-1.8 1.8-4.3 2.9-6.9 2.9-2.6 0-5.1-1-6.9-2.9-.6-.6-1.7-.6-2.3 0-.6.6-.6 1.7 0 2.3 1 1 2.3 1.9 3.6 2.5v17.3c-1.4.7-2.6 1.6-3.6 2.6zm6.8-18.8c1.6.3 3.2.3 4.7 0v15.2c-1.6-.3-3.2-.3-4.7 0V6.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-lapin",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M20.187 2.714c-2.308.747-4.752 2.438-5.179 5.016a10.41 10.41 0 0 0-2.013-.003c-.428-2.577-2.872-4.267-5.179-5.014C3.793 1.412 1.194 1.56.298 3.142-.975 5.388 2.058 7.568 4.986 8.32c1.612.414 2.782 1.055 3.26 1.761-1.006 1.164-1.652 2.598-2.257 3.953-1.553 3.479-2.502 4.192-2.202 6.069.579 3.626 6.056 6.062 10.214 6.062 4.189 0 9.638-2.461 10.214-6.062.299-1.87-.648-2.59-2.2-6.064-.606-1.355-1.253-2.79-2.261-3.954.476-.707 1.648-1.349 3.263-1.764 2.877-.739 5.961-2.929 4.688-5.178-.896-1.582-3.494-1.73-7.518-.429zM5.5 6.705c-1.533-.394-4.11-1.786-3.536-2.801.299-.529 2.06-.633 5.219.391.636.206 3.671 1.32 3.985 3.814-.595.2-1.124.458-1.587.772C8.534 7.664 6.679 7.008 5.5 6.705zm14.781 7.96c1.505 3.367 2.289 3.921 2.085 5.199-.425 2.655-5.075 4.621-8.365 4.621s-7.94-1.973-8.365-4.621c-.202-1.261.56-1.783 2.086-5.204 1.322-2.961 2.366-5.299 6.264-5.299h.013c3.913.005 4.958 2.343 6.282 5.304zm2.222-7.96c-1.181.303-3.039.96-4.084 2.18a6.515 6.515 0 0 0-1.584-.771c.31-2.497 3.349-3.614 3.985-3.82 3.158-1.023 4.919-.92 5.219-.391.576 1.021-1.907 2.383-3.536 2.802z"}),d.createElement("path",{d:"M11.199 15.246c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.515.001.934.376.934.84zm7.473 0c0 .464-.418.84-.934.84s-.934-.376-.934-.84c0-.464.418-.84.934-.84.516.001.934.376.934.84zm-1.876 6.829c-.068.45-.525.781-1.051.72a4.39 4.39 0 0 1-1.744-.588 4.353 4.353 0 0 1-1.744.588c-.508.058-.982-.26-1.051-.72-.069-.46.29-.882.801-.945a2.353 2.353 0 0 0 1.059-.389v-1.296h-.934c-.516 0-.934-.376-.934-.84 0-.464.418-.84.934-.84h1.852c.006 0 .01-.003.016-.003s.011.003.016.003h1.853c.516 0 .934.376.934.84 0 .464-.418.84-.934.84h-.934v1.296c.313.212.662.341 1.059.389.512.063.871.486.802.945z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-lion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M5.3 22.1c1.4 0 2.8-.6 3.8-1.6s1.5-2.4 1.5-3.8V8c0-.8.3-1.6.8-2.2.6-.6 1.3-.9 2.1-.9s1.6.3 2.1.9c.6.6.9 1.4.8 2.2v12c0 1.6.5 3.1 1.6 4.2s2.6 1.8 4.1 1.8c1.6 0 3-.6 4.1-1.8C27.5 23 28 21.5 28 20c0-.8-.6-1.4-1.4-1.4s-1.4.6-1.4 1.4-.3 1.6-.8 2.2c-.6.6-1.3.9-2.1.9s-1.6-.3-2.1-.9c-.6-.6-.9-1.4-.8-2.2V8c0-1.6-.5-3.1-1.6-4.2S15.2 2 13.7 2c-1.6 0-3 .6-4.1 1.8C8.3 5 7.7 6.5 7.8 8v3.9c-.8-.4-1.6-.6-2.5-.6-1.9.1-3.6 1.1-4.6 2.8-.9 1.7-.9 3.7 0 5.3s2.7 2.7 4.6 2.7zm0-8.1c.7 0 1.4.2 2 .7.5.5.9 1.2.9 1.9S8 18 7.5 18.5s-1.2.8-1.9.8-1.4-.3-1.9-.8-.8-1.2-.8-1.9.2-1.3.7-1.8c.3-.5 1-.8 1.7-.8z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-poissons",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.6 15.6h4.6C5.9 18.9 4.4 22 2 24.4c-.3.3-.5.7-.5 1.2 0 .4.2.9.5 1.2.3.3.7.5 1.2.5.4 0 .9-.2 1.2-.5 3-3 4.8-6.9 5.2-11h9c.4 4.2 2.2 8.1 5.2 11 .6.6 1.7.6 2.3 0 .6-.6.6-1.7 0-2.3-2.4-2.4-3.8-5.4-4.2-8.8h4.6c.9 0 1.6-.7 1.6-1.6 0-.9-.7-1.6-1.6-1.6h-4.6c.4-3.3 1.8-6.4 4.2-8.8.6-.6.6-1.7 0-2.3-.6-.6-1.7-.6-2.3 0-3 3-4.8 6.9-5.2 11H9.5c-.4-4.2-2.2-8.1-5.2-11C3.7.7 2.7.7 2 1.3c-.6.6-.6 1.7 0 2.3C4.4 6 5.9 9.1 6.2 12.4H1.6c-.9 0-1.6.7-1.6 1.6 0 .9.7 1.6 1.6 1.6z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-rat",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 19.492c-1.682 0-3 1.098-3 2.5s1.318 2.5 3 2.5 3-1.098 3-2.5-1.318-2.5-3-2.5zm0 3c-.62 0-1-.324-1-.5s.38-.5 1-.5 1 .324 1 .5-.38.5-1 .5z"}),d.createElement("path",{d:"M22 1.492c-2.669 0-4.987 1.801-5.733 4.27a9.667 9.667 0 0 0-4.535 0c-.745-2.47-3.063-4.27-5.732-4.27-3.309 0-6 2.691-6 6 0 2.996 2.209 5.478 5.082 5.922-.14 1.191-.116 2.549.243 4.273-1.218.159-2.571.429-3.694.876a1 1 0 0 0 .739 1.859c1.051-.418 2.36-.653 3.486-.784.144.412.306.811.48 1.201-1.311.3-2.851.86-4.009 1.915a1 1 0 0 0 1.348 1.478c.965-.88 2.439-1.336 3.632-1.557 1.809 2.909 4.395 4.817 6.694 4.817s4.885-1.908 6.694-4.818c1.193.22 2.667.676 3.632 1.557a1 1 0 0 0 1.348-1.478c-1.158-1.056-2.698-1.615-4.009-1.915.174-.39.336-.789.48-1.201 1.126.131 2.435.366 3.486.784a1 1 0 0 0 .739-1.859c-1.123-.447-2.476-.717-3.694-.876.359-1.724.383-3.082.243-4.273C25.791 12.97 28 10.487 28 7.492a6.005 6.005 0 0 0-6-6zM5.521 11.444C3.543 11.204 2 9.533 2 7.492c0-2.206 1.794-4 4-4a4.013 4.013 0 0 1 3.848 2.943c-2.045 1.007-3.576 2.769-4.327 5.009zm15.151 6.066a18.15 18.15 0 0 0-.672-.018 1 1 0 0 0 0 2l.062.001c-.14.354-.291.699-.455 1.03a10.163 10.163 0 0 0-.607-.031 1 1 0 0 0-1 1c0 .373.213.685.516.857-1.401 1.941-3.14 3.143-4.516 3.143s-3.115-1.201-4.516-3.143a.985.985 0 0 0 .516-.857 1 1 0 0 0-1-1c-.01 0-.24.003-.607.031a13.358 13.358 0 0 1-.455-1.03L8 19.492a1 1 0 0 0 0-2c-.187 0-.42.007-.672.018C5.926 11.292 9.322 7.492 14 7.492c4.654 0 8.08 3.77 6.672 10.018zm1.807-6.066c-.751-2.239-2.282-4.002-4.326-5.009A4.011 4.011 0 0 1 22 3.492c2.206 0 4 1.794 4 4 0 2.041-1.543 3.712-3.521 3.952z"}),d.createElement("path",{d:"M11 14.492a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm8 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-sagittaire",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.9 1.3v-.1c0-.1-.1-.2-.1-.3V.8c-.1-.2-.3-.4-.6-.6h-.1c-.1 0-.2-.1-.3-.1h-.9L11.7 3c-.5.1-.9.3-1.2.7-.3.4-.4.9-.3 1.4.1.5.4.9.8 1.2.4.3.9.3 1.4.2l8.3-1.8L7.1 18.3l-4-4c-.7-.7-1.9-.7-2.6 0-.7.7-.7 1.9 0 2.6l4 4L1 24.5c-.7.7-.7 1.8 0 2.5s1.8.7 2.5 0l3.6-3.6 4 4c.7.7 1.8.7 2.5 0s.7-1.8 0-2.5l-4-4L23.2 7.3l-1.7 8.2c-.1.5-.1 1 .2 1.4.3.4.7.7 1.2.8.5.1 1 0 1.4-.3.4-.3.7-.7.7-1.2l3-14.1v-.5c0-.1 0-.2-.1-.3z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-scorpion",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M1.3 9c.4 0 .7-.1.9-.4s.4-.6.4-.9c0-.4.1-.9.4-1.2.3-.3.8-.5 1.2-.5s.9.2 1.2.5c.3.3.5.7.4 1.2v8c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3v-8c0-.5.3-1 .8-1.3.5-.3 1.1-.3 1.5 0 .5.3.8.8.8 1.3v8c0 .7.6 1.3 1.3 1.3.7 0 1.3-.6 1.3-1.3v-8c0-.4.1-.9.4-1.2.4-.3.8-.5 1.2-.5.4 0 .9.2 1.2.5.3.3.5.7.4 1.2v12.4c0 1.5.7 2.8 1.9 3.6 1.2.8 2.7 1 4.1.5 1.4-.5 2.4-1.7 2.7-3.1.6.4 1.3.2 1.7-.3.4-.5.3-1.3-.2-1.7l-1.8-1.8c-.2-.2-.6-.4-.9-.4-.3 0-.7.1-.9.4L22.1 19c-.4.4-.5 1-.3 1.5s.8.8 1.3.7c-.3.4-.8.7-1.3.7s-1-.1-1.4-.5c-.4-.3-.6-.8-.6-1.4V7.7c0-1.1-.4-2.2-1.2-3-.8-.8-1.8-1.2-2.9-1.2-1.1 0-2.2.4-3 1.2-.6-.8-1.7-1.2-2.8-1.2s-2.1.4-2.8 1.2c-.8-.8-1.9-1.2-3-1.2S2 4 1.2 4.8C.4 5.5 0 6.6 0 7.7c0 .3.1.7.4.9.2.3.6.4.9.4z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-serpent",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M9.905 8.649a1.002 1.002 0 0 1-1.33.483l-1-.467a1.002 1.002 0 0 1 .846-1.814l1 .467c.501.235.717.829.484 1.331zm8.19 0a1 1 0 0 1 .484-1.33l1-.467a1 1 0 1 1 .846 1.814l-1 .467a1.002 1.002 0 0 1-1.33-.484zM13 16.995a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4.001 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0z"}),d.createElement("path",{d:"M17.361 21.998c2.922 0 7.644-9.244 7.644-13.734 0-7.009-5.463-10.169-11.004-7.078-5.555-3.097-11.005.083-11.005 7.078 0 4.49 4.722 13.734 7.644 13.734 1.115 0 1.729-.485 2.361-.78L13 23.98c-.074.547-1.463 1.937-2.014 2.02a1 1 0 0 0 .012 2c.927 0 2.152-.849 3.001-1.866C14.85 27.151 16.074 28 17.001 28c.553 0 1.009-.448 1.009-1s-.438-1-.991-1c-.549-.074-1.946-1.472-2.019-2.002v-2.78c.63.295 1.245.78 2.361.78zM10.675 20c-1.358-.305-5.679-7.501-5.679-11.736 0-5.472 3.872-7.797 8.243-5.209a1.493 1.493 0 0 0 1.522 0h.001c4.363-2.585 8.241-.265 8.241 5.209 0 4.235-4.321 11.431-5.643 11.733-.865 0-1.527-1-3.361-1-1.831-.001-2.479.996-3.324 1.003z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-singe",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M17.2 21.587a.934.934 0 0 1-.52 1.213 7.188 7.188 0 0 1-2.68.533 7.188 7.188 0 0 1-2.68-.533.932.932 0 1 1 .693-1.733c.354.141.704.24 1.054.307V19.71l-1.351-.675a.934.934 0 0 1 .834-1.67l1.45.725 1.449-.725a.933.933 0 1 1 .834 1.67l-1.35.675v1.663a5.7 5.7 0 0 0 1.054-.307.936.936 0 0 1 1.213.521zm-6-9.921a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0zm7.467 0a.933.933 0 1 1-1.867 0 .933.933 0 0 1 1.867 0z"}),d.createElement("path",{d:"M28 5.6c0-3.829-4.758-5.686-7.341-2.774C18.85 1.903 16.607 1.4 14 1.4s-4.85.503-6.659 1.426C4.759-.085 0 1.77 0 5.6c0 1.673 1.012 3.161 2.493 3.826-.683 4.115.862 9.144 4.293 12.331C7.688 24.785 10.943 26.6 14 26.6c3.184 0 6.586-1.967 7.317-5.224 2.971-3.002 4.908-7.624 4.19-11.949C26.988 8.761 28 7.273 28 5.6zm-26.133 0c0-1.974 2.319-3.089 3.862-1.743A8.546 8.546 0 0 0 2.985 7.59 2.343 2.343 0 0 1 1.867 5.6zM14 24.733c-2.704 0-5.6-1.875-5.6-4.667 0-.695.549-1.768 1.505-2.941.661-.81.388-2.057-.592-2.47a3.022 3.022 0 0 1-1.808-3.254c.388-2.537 3.62-3.441 5.28-1.452.598.72 1.835.719 2.431.001 1.665-1.993 4.895-1.071 5.281 1.452a3.024 3.024 0 0 1-1.808 3.254c-.974.41-1.258 1.654-.593 2.469.957 1.173 1.505 2.246 1.505 2.941-.001 2.791-2.897 4.667-5.601 4.667zm7.182-6.078c-.327-.885-.887-1.746-1.426-2.44a4.888 4.888 0 0 0 2.585-5.096C21.744 7.223 16.825 5.547 14 8.51c-2.832-2.97-7.746-1.271-8.341 2.609a4.887 4.887 0 0 0 2.585 5.096c-.59.758-1.203 1.715-1.51 2.687C5.132 16.774 4.2 14.053 4.2 11.278c0-7.231 6.853-8.011 9.8-8.011 6.228 0 9.8 2.92 9.8 8.011 0 2.458-1 5.182-2.618 7.377zm3.833-11.064a8.568 8.568 0 0 0-2.743-3.734c1.542-1.345 3.861-.229 3.861 1.743 0 .827-.442 1.575-1.118 1.991z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-taureau",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M4.1 18.2c0 3.5 1.8 6.7 4.8 8.5 3 1.8 6.7 1.8 9.7.2 3-1.7 5-4.8 5.1-8.3.1-3.5-1.6-6.8-4.5-8.6 2.8-1.8 4.5-4.9 4.5-8.3 0-.9-.7-1.6-1.6-1.6-.9 0-1.6.7-1.6 1.6 0 2.4-1.3 4.6-3.3 5.8-2.1 1.2-4.6 1.2-6.7 0C8.6 6.2 7.3 4 7.3 1.6 7.3.7 6.6 0 5.7 0c-.8 0-1.6.7-1.6 1.6 0 3.3 1.7 6.5 4.5 8.3-2.8 1.8-4.5 4.9-4.5 8.3zm9.9-6.7c1.8 0 3.5.7 4.7 2 1.2 1.2 2 2.9 2 4.7 0 1.8-.7 3.5-1.9 4.7-1.2 1.2-2.9 2-4.7 2-1.8 0-3.5-.7-4.7-1.9-1.3-1.2-2-2.9-2-4.7 0-1.8.7-3.5 2-4.7 1.1-1.4 2.8-2.1 4.6-2.1z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-tigre",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 15.997c-1.116 0-3.091.167-3.77 1.283-.239.392-.409 1.063.134 2.03.628 1.119 2.316 2.679 3.636 2.679s3.008-1.561 3.636-2.68c.543-.968.372-1.639.134-2.03-.679-1.115-2.654-1.282-3.77-1.282zm.016 3.996c-.494-.06-1.67-1.13-1.954-1.724.794-.373 3.189-.369 3.888-.022-.265.588-1.462 1.686-1.934 1.746z"}),d.createElement("path",{d:"M27.983 2.015a.999.999 0 0 0-.999-.999c-2.832 0-5.649.87-7.543 2.3-3.6-1.727-7.282-1.727-10.883 0-1.894-1.43-4.711-2.3-7.543-2.3a.999.999 0 0 0-.999.999c0 3.202.788 5.62 2.403 7.364a13.039 13.039 0 0 0 1.617 13.957c.557.682 1.663.357 1.765-.517a4.92 4.92 0 0 1 .328-1.319c.577 1.447 1.426 3.331 2.18 4.079 1.457 1.447 3.639 1.408 5.69 1.404 2.058-.004 4.221.056 5.69-1.403.755-.749 1.603-2.634 2.181-4.08.162.387.271.826.328 1.319.101.873 1.208 1.2 1.765.517a13.037 13.037 0 0 0 1.616-13.958c1.616-1.743 2.404-4.161 2.404-7.363zm-4.429 18.367a5.256 5.256 0 0 0-1.339-1.701.999.999 0 0 0-1.584.436c-.601 1.724-1.728 4.429-2.348 5.044-.925.918-2.895.826-4.283.824-1.382.003-3.362.09-4.284-.824-.62-.616-1.747-3.32-2.348-5.044a.998.998 0 0 0-1.584-.436 5.256 5.256 0 0 0-1.339 1.701 11.046 11.046 0 0 1-1.029-2.688c.401-.722 1.15-1.407 1.999-1.782a1 1 0 0 0-.809-1.827 6.619 6.619 0 0 0-1.505.931 11.05 11.05 0 0 1 1.418-5.341.997.997 0 0 0-.208-1.237C2.933 7.217 2.203 5.491 2.046 3.059c2.249.194 4.413 1.009 5.711 2.183a.998.998 0 0 0 1.141.141c1.368-.732 2.735-1.154 4.102-1.297l.001 1.924h-.999a.999.999 0 1 0 0 1.998h.999v.999h-.999a.999.999 0 1 0 0 1.998h.999v.999a.999.999 0 1 0 1.998 0v-.999h.999a.999.999 0 1 0 0-1.998h-.999v-.999h.999a.999.999 0 1 0 0-1.998h-.999V4.085c1.367.143 2.734.566 4.102 1.297a.997.997 0 0 0 1.141-.141c1.298-1.174 3.462-1.989 5.711-2.183-.157 2.433-.887 4.158-2.265 5.379a.998.998 0 0 0-.208 1.238 11.037 11.037 0 0 1 1.418 5.341 6.605 6.605 0 0 0-1.505-.931 1 1 0 0 0-.809 1.827c.849.376 1.598 1.061 1.999 1.782a11.03 11.03 0 0 1-1.029 2.688z"}),d.createElement("path",{d:"M9.006 12.002a.999.999 0 1 1-1.997 0 .999.999 0 0 1 1.997 0zm10.987-.999a.999.999 0 1 1 0 1.997.999.999 0 0 1 0-1.997z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-verseau",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M23.4 16.2c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5s-.8.2-1.1.5l-3 3-3-3c-.3-.3-.7-.5-1.1-.5-.4 0-.8.2-1.1.5L.7 20.3c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.1.3.5.4.9.4s.8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.6.6 1.6.5 2.2-.1.6-.6.6-1.6 0-2.2l-4-4zm-.1-10.8c-.3-.3-.7-.4-1.2-.4-.4 0-.8.2-1.1.5l-3 3-3-3c-.2-.4-.7-.5-1.1-.5-.4 0-.8.2-1.1.5l-3 3-3-3c-.3-.4-.7-.5-1.1-.5-.4 0-.8.1-1.1.4L.5 9.5c-.6.6-.6 1.6 0 2.3.6.6 1.6.6 2.3 0l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.3.7.5 1.1.5.4 0 .8-.2 1.1-.5l3-3 3 3c.3.4.7.6 1.2.6s.9-.1 1.2-.5c.3-.3.5-.8.5-1.2 0-.5-.3-.9-.6-1.2l-4.2-4.1z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"horoscope-vierge",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M26.5 15.5c1.1-1.1 1.6-2.6 1.5-4.1s-1-2.9-2.2-3.8c-1.3-.9-2.9-1.1-4.3-.7-.1-1.1-.6-2.2-1.5-2.9-.8-.7-1.9-1.1-3.1-1.1-1.1 0-2.2.5-3 1.3-.8-.8-2-1.3-3.1-1.3-1.2 0-2.3.5-3.1 1.3-.8-.8-2-1.3-3.2-1.3s-2.3.5-3.1 1.3C.5 5 0 6.2 0 7.3c0 .7.6 1.3 1.3 1.3S2.6 8 2.6 7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3s1.3-.6 1.3-1.3V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0s.9.9.9 1.6V16c0 .7.6 1.3 1.3 1.3S15 16.7 15 16V7.3c0-.6.3-1.2.9-1.6.6-.3 1.2-.3 1.8 0 .6.3.9.9.9 1.6v12.2l-3.4 3.4c-.5.5-.5 1.4 0 1.9s1.4.5 1.9 0l2-2c.6 1.2 1.7 2 3 2.3s2.6 0 3.7-.9c1-.8 1.6-2.1 1.6-3.4 0-.7-.6-1.3-1.3-1.3-.7 0-1.3.6-1.3 1.3 0 .6-.3 1.2-.9 1.5-.5.3-1.2.3-1.7 0s-.9-.9-.9-1.5v-.2l5.2-5.1zm-5.1-5.8c.7-.5 1.6-.6 2.4-.3s1.4 1 1.5 1.9c.2.8-.1 1.7-.7 2.3l-3.2 3.2V9.7z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"instagram",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.941 8.247c0-1.115-.235-2.289-.646-3.405A7.09 7.09 0 0 0 23.186.733C22.071.322 20.955.087 19.781.087 18.314.028 17.844.028 14.028.028l-.059.059c-3.816 0-4.285 0-5.753.059-1.174 0-2.289.235-3.405.646A7.099 7.099 0 0 0 .704 4.901C.294 6.017.059 7.132.059 8.306 0 9.832 0 10.302 0 14.059c0 3.816 0 4.285.059 5.753a10.67 10.67 0 0 0 .704 3.346 7.09 7.09 0 0 0 4.109 4.109c1.115.411 2.231.646 3.405.646 1.467.059 1.996.059 5.753.059 3.816 0 4.285 0 5.753-.059 1.174 0 2.289-.235 3.405-.646a7.09 7.09 0 0 0 4.109-4.109c.411-1.115.646-2.231.646-3.405C28 18.285 28 17.757 28 14c0-3.816 0-4.285-.059-5.753zm-2.583 11.447c0 .88-.176 1.761-.47 2.583a4.51 4.51 0 0 1-2.642 2.641 7.72 7.72 0 0 1-2.583.47c-1.467.059-1.937.059-5.635.059s-4.168 0-5.635-.059a7.72 7.72 0 0 1-2.583-.47c-1.233-.47-2.172-1.467-2.642-2.641a7.72 7.72 0 0 1-.47-2.583c-.059-1.467-.059-1.937-.059-5.635 0-3.757 0-4.168.059-5.635 0-.88.176-1.761.47-2.583.47-1.174 1.409-2.172 2.642-2.642a7.72 7.72 0 0 1 2.583-.47c1.467-.059 1.937-.059 5.635-.059s4.168 0 5.635.059a7.72 7.72 0 0 1 2.583.47 4.515 4.515 0 0 1 2.642 2.642c.293.822.47 1.702.47 2.583.059 1.468.059 1.937.059 5.635.059 3.698.059 4.167-.059 5.635z"}),d.createElement("path",{d:"M13.912 6.662c-3.933 0-7.161 3.229-7.161 7.161s3.228 7.161 7.161 7.161 7.22-3.228 7.22-7.161-3.228-7.161-7.22-7.161zm0 11.799c-2.583 0-4.637-2.113-4.637-4.637s2.113-4.637 4.637-4.637 4.637 2.113 4.637 4.637-2.054 4.637-4.637 4.637zm7.514-13.618a1.702 1.702 0 1 0 0 3.404 1.702 1.702 0 0 0 0-3.404z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"jeux",xmlns:"http://www.w3.org/2000/svg"},d.createElement("defs",null,d.createElement("filter",{id:"bya",filterUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871},d.createElement("feColorMatrix",{values:"1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0"}))),d.createElement("mask",{maskUnits:"userSpaceOnUse",x:0,y:.064,width:28,height:27.871,id:"byb"},d.createElement("path",{style:{filter:"url(#bya)"},d:"M.004.064H28V27.92H.004z"}),d.createElement("path",{style:{fill:"#fff"},d:"M.004.064H28V27.92H.004z"})),d.createElement("g",{style:{mask:"url(#byb)"}},d.createElement("path",{className:"byst3",d:"M12.462 15.602h-1.26v-1.12c0-.7-.56-1.26-1.26-1.26s-1.26.56-1.26 1.26v1.12h-1.12c-.7 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h1.26v1.26c0 .7.56 1.26 1.26 1.26s1.26-.56 1.26-1.26v-1.26h1.26c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26zm5.879-2.239c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26-.28-.701-.7-1.26-1.4-1.26zm2.24 4.619c-.84 0-1.26.56-1.26 1.26s.56 1.26 1.26 1.26h.14c.7 0 1.26-.56 1.26-1.26s-.7-1.26-1.4-1.26z"}),d.createElement("path",{className:"byst3",d:"M19.601 5.664c2.1-.14 4.199.7 5.739 2.1 1.54 1.54 2.52 3.5 2.66 5.599v6.299c0 2.24-.7 4.2-2.24 5.739-1.54 1.54-3.5 2.52-5.599 2.52H8.403c-2.24.14-4.199-.7-5.739-2.1-1.68-1.54-2.52-3.5-2.66-5.599v-6.439c-.14-4.339 3.5-7.979 7.839-8.119h5.879c0-.7-.7-1.4-1.54-1.4h-1.4c-1.54 0-2.94-1.4-2.94-2.939 0-.7.42-1.26 1.12-1.26.7 0 1.26.56 1.12 1.26 0 .28.28.56.56.56h1.4c2.1 0 3.919 1.68 3.919 3.779h3.64zm6.019 14.138v-6.439c-.14-3.08-2.8-5.459-5.879-5.319h-.14a149.32 149.32 0 0 0-11.198 0h-.56c-3.08.14-5.599 2.66-5.459 5.739v6.299c.14 1.54.7 2.94 1.82 3.919 1.12 1.12 2.52 1.54 4.059 1.54 3.779.14 7.559.14 11.338 0h.56c1.54 0 2.94-.56 3.919-1.68s1.54-2.52 1.54-4.059z"}))),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"journal",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 12.6h-3.85c-.35 0-.7-.35-.7-.525V8.4c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.5c0 .35-.35.7-.7.7zm-.7-3.5h-2.45v2.1h2.45V9.1z"}),d.createElement("path",{d:"M14 8.05h10.151v1.4H14zm0 2.625h10.151v1.4H14z"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12.075 19.95h-3.85c-.35 0-.7-.35-.7-.7v-3.675c0-.35.35-.7.7-.7h3.85c.35 0 .7.35.7.7v3.675c0 .35-.35.7-.7.7zm-.7-3.675h-2.45v2.1h2.45v-2.1z"}),d.createElement("path",{d:"M14 15.399h10.151v1.4H14zm0 2.626h10.151v1.4H14z"}),d.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M3.5 3.85v6.3H0v10.675c0 1.925 1.575 3.325 3.325 3.325H24.85c1.75 0 3.15-1.4 3.15-3.15V3.85H3.5zM24.85 22.4c.7 0 1.4-.525 1.4-1.4V5.6h-21v16.8h19.6zm-21.35 0c-1.05 0-1.75-.7-1.75-1.575V11.9H3.5v10.5z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"local",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M12.1 26.8c1.2 1.1 1.4 1.2 1.9 1.2s.7-.1 1.9-1.2c.5-.5 1.4-1.3 2.5-2.5 1.8-1.9 4.2-5 5.8-8.5.6-1.4.9-3.1.9-4.5C25.1 5 20.1 0 14 0S2.9 5 2.9 11.2c0 1.4.4 3.1.9 4.5 1.6 3.5 4.1 6.6 5.8 8.5 1.1 1.2 2 2.1 2.5 2.6zm1.9-1.4c-1.6-1.4-5.7-5.5-8-10.6-.4-.9-.7-2.3-.7-3.6 0-4.9 3.9-8.9 8.8-8.9s8.8 4 8.8 8.9c0 1.3-.4 2.7-.7 3.6-2.5 5.1-6.6 9.2-8.2 10.6zm0-9.5c-2.6 0-4.7-2.1-4.7-4.8s2.1-4.8 4.7-4.8 4.7 2.1 4.7 4.8-2.1 4.8-4.7 4.8zm-2.4-4.8c0-1.3 1.1-2.4 2.4-2.4s2.4 1.1 2.4 2.4-1.1 2.4-2.4 2.4-2.4-1-2.4-2.4z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 200 200",id:"logo",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2z"}),d.createElement("path",{d:"M77.2 0 19.4.1h-.2l-.2.2-6.7 6.6-.3.4.4.4L27 22.5l.2.2h.2l41.9-.1h.2l.2-.2L84.1 7.6l.4-.4-.4-.4L77.6.2l-.2-.2h-.2zm-4.5 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.8-6.8-.4-.4-.4.4-14.3 14.8-.2.2v.2zM23 69.7 12.4 80.3l-.4.4.4.4L23 91.7l.2.2h50.2l.2-.2L84 81.1l.4-.4-.4-.4-10.3-10.6-.2-.2H23.2l-.2.2zM1.8 91.3v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.3-.2L9.2 84.3l-.4-.4-.4.4-6.5 6.6-.2.2v.2zM27 139l-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4L69.7 139l-.2-.2H27.1l-.1.2zM121.5.2l-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2z"}),d.createElement("path",{d:"m121.5.2-6.7 6.6-.4.4.4.4 14.6 14.8.2.2H172l.2-.2 14.4-14.8.4-.4-.4-.4-6.5-6.6-.2-.2h-58.1l-.3.2zM175.2 26v36.3l.2.2 14.4 14.6.4.4.4-.4 6.7-6.6.2-.2V17.8l-.2-.2-6.7-6.8-.4-.4-.4.4-14.4 14.8-.2.2v.2zm-71-8v52.3l.2.2 6.5 6.6.4.4.4-.4 14.6-14.6.2-.2V25.8l-.2-.2-14.6-14.8-.4-.4-.4.4-6.5 6.8-.2.2v.2zm71 81.4v36.3l.2.2 14.4 14.8.4.4.4-.4 6.7-6.8.2-.2V91.1l-.2-.2-6.7-6.6-.4-.4-.4.4L175.3 99l-.2.2v.2zm-71-8.1v52.3l.2.2 6.5 6.8.4.4.4-.4 14.6-14.8.2-.2V99.2l-.2-.2-14.6-14.6-.4-.4-.4.4-6.5 6.6-.2.2v.1zm25.2 47.7-14.6 14.8-.4.4.4.4 6.7 6.6.2.2h58.1l.2-.2 6.5-6.6.4-.4-.4-.4-14.3-14.8-.2-.2h-42.4l-.2.2zM32 198.9c.1-2.7.1-6.4.1-10.7 0-2.3-1.2-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.7 0 7.3.1 9.5H17c.1-2.7.1-5.8.1-10.7 0-2.2-1.1-3.4-3.8-3.4-2.7 0-4.9 1.2-4.9 4.6 0 4.6 0 7.7.1 9.5H2c.1-2.7.1-5.4.1-9.4 0-4.2 0-6.9-.1-9.7h6.7c0 1.2-.1 2.2-.2 3.4l.2.1c1.4-2.6 3.8-3.8 7.4-3.8 3.9 0 6.3 1.4 6.9 4h.3c1.4-3 4.2-4 7.8-4 4.9 0 7.3 2.4 7.3 6.6 0 2.8-.1 4.6-.1 6.9 0 2.1 0 4.2.1 6H32zm13.4 0c.1-3.1.1-6.1.1-9.9 0-3.6 0-6.2-.1-9.2h6.9c-.1 3.1-.1 5.6-.1 9.4 0 4.2 0 6.6.1 9.7h-6.9zm31 0c.1-2.3.1-5.7.1-9.5 0-3.4-1.3-4.7-4.9-4.7-3.4 0-6.1 1.5-6.1 5.4 0 5.1 0 7.1.1 8.8h-7.1c.1-2.7.1-4.9.1-9.3 0-4.2 0-7.1-.1-9.8h7.1c0 1.5-.1 2.5-.1 3.9h.2c1.4-3.1 4.4-4.3 8.9-4.3 5.6 0 8.9 2.4 8.9 8.4 0 2.2-.1 3.5-.1 5 0 2.2 0 4.2.1 6.2h-7.1zm38.8-19.2c-.1 2.7-.1 4.8-.1 9.3 0 4.2 0 7.1.1 9.8h-7.1c0-1.5.1-2.5.1-3.9h-.2c-1.4 3.1-4.3 4.3-8.8 4.3-5.6 0-8.9-2.4-8.9-8.2v-5.2c0-2.2 0-4.2-.1-6.2h7.1c-.1 2.3-.1 5.9-.1 9.8 0 3.4 1.3 4.6 4.9 4.6 3.4 0 6.1-1.5 6.1-5.5 0-5.2 0-7.2-.1-8.9h7.1zm5.4 5.2v-5.1h2.6v-4c1.1 0 2.3.1 3.4.1s2.2 0 3.3-.1c0 1.3-.1 2.6-.1 4h10.4c-.1 1.5-.2 3.8-.1 5.4-2.3-.1-6.4-.1-10.4-.2v5.6c0 2 .8 2.9 3.9 2.9 2.7 0 4.7-.4 6.2-.9.3 1.9.6 4 1 5.7-2.5.5-4.8.8-8 .8-7.8 0-9.7-3.3-9.7-7.3v-6.9h-2.5zm30.7 2.8c3.9.1 8.2.1 11.6 0v-.7c0-2.3-1.5-3.3-5.3-3.3-4.2 0-5.9.8-6.3 4m17.8 4.9c.2 4.5-2.1 6.9-11.4 6.9-8.2 0-12.8-3.2-12.8-10.3 0-7 4.8-10.1 12.8-10.1 8.4 0 11.4 3 11.4 8.2 0 1.6-.1 2.6-.1 3.6-2.2-.1-6.2-.1-9.9-.1h-7.8c.4 3 2.3 3.9 6.4 3.9 3.8 0 5.1-.8 5.2-2.3.9.1 1.9.1 3.2.1 1.3.2 2.2.2 3 .1m11.5 0c0 1.4 1.2 2 6.1 2 4.2 0 5.2-.4 5.2-1.4 0-.9-.7-1.6-6.7-1.8-8.2-.3-10.5-2.6-10.5-6.2 0-4 2.9-6.1 11.4-6.1 7.6 0 11.5 1.5 11.5 6.2v.8c-.7-.1-1.9-.1-3-.1-1.2 0-2.3 0-2.9.1v-.3c0-1.3-1.2-1.9-5.6-1.9-4.3 0-5.1.5-5.1 1.4 0 .8.6 1.5 7 1.8 8.2.4 10.1 2.3 10.1 6.1 0 4-2.8 6.3-11.5 6.3-9.2 0-11.8-2.3-11.8-6.3v-.8c.7.1 1.8.1 3 .1 1.1 0 2.2 0 3-.1v.2zM52.5 173.3c0 2-1.6 3.6-3.6 3.6s-3.6-1.6-3.6-3.6 1.6-3.6 3.6-3.6c1.9 0 3.6 1.6 3.6 3.6"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"menu",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M0 3.111h28v3.111H0zm0 9.333h28v3.111H0zm0 9.334h28v3.111H0z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"mood",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M25.364 5.83A14.912 14.912 0 0 0 23.9 4.099l-.021-.019C21.826 2.047 19.181.675 16.43.219c-1.454-.242-2.802-.277-4.118-.108-.867.113-1.573.254-2.222.444-.663.193-1.344.453-2.084.794-2.589 1.2-4.798 3.26-6.219 5.801C.404 9.626-.209 12.501.063 15.246c.148 1.5.488 2.867 1.041 4.18.57 1.35 1.35 2.609 2.319 3.739a13.878 13.878 0 0 0 7.208 4.424 14.39 14.39 0 0 0 3.393.406c1.666 0 3.314-.29 4.832-.866a14.566 14.566 0 0 0 2.035-.94 14.732 14.732 0 0 0 1.896-1.3c1.1-.87 2.085-1.952 2.926-3.218 1.538-2.316 2.349-5.143 2.285-7.962-.068-2.862-1.002-5.66-2.634-7.879zm-.165 9.666c-.144.974-.402 1.93-.765 2.841a12.637 12.637 0 0 1-1.495 2.567 12.885 12.885 0 0 1-2.014 2.016 12.902 12.902 0 0 1-2.58 1.506c-.912.364-1.869.622-2.841.766-.995.115-2.006.115-2.999 0a12.678 12.678 0 0 1-2.841-.765c-.921-.4-1.785-.905-2.568-1.495a13.016 13.016 0 0 1-2.016-2.014 12.882 12.882 0 0 1-1.506-2.58 12.65 12.65 0 0 1-.765-2.84 12.91 12.91 0 0 1-.001-2.999c.144-.973.402-1.929.766-2.841.399-.917.903-1.782 1.495-2.568a13.016 13.016 0 0 1 2.014-2.016 12.835 12.835 0 0 1 2.58-1.506 12.635 12.635 0 0 1 2.84-.765 12.986 12.986 0 0 1 2.999 0c.972.144 1.928.402 2.841.766.918.398 1.778.9 2.558 1.488a12.73 12.73 0 0 1 2.033 2.031 12.833 12.833 0 0 1 1.498 2.57c.367.918.623 1.873.766 2.84.117.994.117 2.004.001 2.998z"}),d.createElement("path",{d:"M9.556 12.602c.17 0 .343-.017.516-.052.912-.182 1.646-1.003 1.784-1.992a1.23 1.23 0 0 0 .027-.29c-.023-1.028-.649-1.882-1.634-2.228-.835-.295-1.862-.017-2.44.658-.677.79-.796 1.898-.294 2.757.426.727 1.194 1.147 2.041 1.147zm8.918.061c.17 0 .342-.016.516-.051.912-.182 1.646-1.004 1.784-1.992.019-.097.029-.194.026-.29-.022-1.028-.648-1.882-1.633-2.229-.835-.294-1.862-.017-2.44.658-.676.79-.794 1.898-.294 2.757.425.727 1.193 1.147 2.041 1.147zm2.43 3.415a1.493 1.493 0 0 0-1.117-.102 1.22 1.22 0 0 0-.732.596 6.904 6.904 0 0 1-.583.934 7.283 7.283 0 0 1-.995.999c-.411.302-.853.56-1.309.765a6.958 6.958 0 0 1-1.418.38c-.5.051-1.002.052-1.497 0a7.078 7.078 0 0 1-1.432-.385 6.942 6.942 0 0 1-1.288-.752 7.163 7.163 0 0 1-1.005-1.003 7.41 7.41 0 0 1-.584-.938c-.157-.299-.457-.527-.825-.625a1.287 1.287 0 0 0-1.033.136c-.638.412-.838 1.173-.487 1.851 1.114 2.137 3.171 3.724 5.502 4.247.628.141 1.264.21 1.896.21 1.599 0 3.166-.443 4.483-1.293 1.254-.81 2.264-1.905 2.92-3.167.179-.349.225-.709.132-1.042-.096-.338-.347-.663-.628-.811z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"newsletters",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fill:"none",d:"M14 16.306c-.244 0-.481-.066-.688-.191L2.676 9.729V21.78c0 .16.065.32.18.434a.62.62 0 0 0 .433.179h21.42c.16 0 .32-.066.435-.18a.625.625 0 0 0 .177-.432V9.731l-10.636 6.386a1.32 1.32 0 0 1-.685.189z"}),d.createElement("path",{fill:"none",d:"M24.71 5.607H3.29a.616.616 0 0 0-.614.612v.402L14 13.417l11.323-6.794v-.404a.62.62 0 0 0-.179-.434.62.62 0 0 0-.434-.178z"}),d.createElement("path",{d:"M27.03 3.901a3.308 3.308 0 0 0-2.32-.96H3.29c-.864 0-1.709.35-2.32.96a3.255 3.255 0 0 0-.961 2.318v.91c-.017.098-.005.194 0 .294v14.359c0 .876.341 1.699.961 2.319a3.26 3.26 0 0 0 2.32.96h21.42a3.26 3.26 0 0 0 2.32-.96c.619-.619.96-1.443.96-2.319V7.44c.006-.106.019-.209 0-.313v-.908c0-.876-.341-1.699-.96-2.318zm-1.708 17.88c0 .16-.066.32-.177.432a.626.626 0 0 1-.435.18H3.29a.616.616 0 0 1-.613-.613V9.729l10.635 6.385a1.33 1.33 0 0 0 1.375.002L25.323 9.73v12.051zm0-15.158L14 13.417 2.676 6.621v-.402a.614.614 0 0 1 .614-.612h21.42a.62.62 0 0 1 .434.178.619.619 0 0 1 .179.434v.404z"})),d.createElement("symbol",{viewBox:"0 0 130.551 70",id:"not-found",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",d:"M.043 29.354V6.67H0v-.087l.086-.087L2.88 3.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 29.44l-.086-.086zM4.6 33.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),d.createElement("path",{fillRule:"evenodd",d:"m4.428 33.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173z"}),d.createElement("path",{fill:"none",d:"M29.85 39.597V62.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),d.createElement("path",{fillRule:"evenodd",d:"m37.259 66.012-6.419-6.277-.087-.043V41.463l.087-.086 6.419-6.19.173-.172.174.172 2.862 2.794.087.086v24.978l-.087.086-2.862 2.88-.174.172-.173-.171zm-6.39-39.895v-15.83l.085-.087 6.148-6.42.172-.173.172.174 2.923 2.949.086.087v22.77l-.086.086-2.88 2.862-.172.174-.172-.174-6.19-6.332-.087-.086zM49.77 2.95 52.65.086 52.78 0h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V11.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V11.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V43.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V62.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V43.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM90.038 29.36V6.676h-.043V6.59l.086-.087 2.795-2.862.172-.174.172.174 6.277 6.375.128.087V25.89l-.086.087-6.276 6.418-.172.174-.172-.174-2.795-2.949-.086-.087zm4.557 4.423 6.277-6.419.043-.086h18.229l.086.086 6.19 6.42.172.173-.172.173-2.794 2.863-.086.086H97.562l-.086-.086-2.88-2.863-.172-.173.171-.174zm32.659 32.228-6.418-6.276-.087-.043V41.463l.087-.086 6.418-6.19.174-.173.173.172 2.863 2.795.087.086v24.978l-.087.086-2.863 2.88-.173.172-.174-.172zm-6.39-39.895v-15.83l.086-.087 6.147-6.419.172-.173.172.173 2.924 2.95.086.086v22.77l-.086.087-2.88 2.862-.173.174-.172-.174-6.19-6.332-.086-.087z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"notification",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.222 19.75v.5c0 1.25-.998 2.25-2.245 2.25H3.023c-1.247 0-2.245-1-2.245-2.25v-.5c0-1.8 1.297-3.3 2.994-3.65v-5.85C3.771 4.6 8.362 0 14 0s10.229 4.6 10.229 10.25v5.85c1.696.3 2.993 1.85 2.993 3.65zM23.48 18.5c.699 0 1.247.55 1.247 1.25V20H3.272v-.25c0-.7.549-1.25 1.247-1.25.948 0 1.746-.8 1.746-1.75v-6.5c0-4.3 3.443-7.75 7.734-7.75s7.734 3.45 7.734 7.75v6.5c.001.95.799 1.75 1.747 1.75zM9.26 23.25h2.495c0 1.25.998 2.25 2.245 2.25s2.245-1 2.245-2.25h2.495c0 2.6-2.145 4.75-4.74 4.75s-4.74-2.15-4.74-4.75z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"podcast",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 0a14 14 0 1 0 14 14c0-7.732-6.268-14-14-14zm-3.318 10.024a3.22 3.22 0 0 1 3.234-3.234h.182a3.22 3.22 0 0 1 3.234 3.234v3.262a3.22 3.22 0 0 1-3.234 3.234h-.182a3.22 3.22 0 0 1-3.234-3.234v-3.262zm3.934 10.514v-1.4a5.867 5.867 0 0 0 5.292-5.852.616.616 0 0 0-1.232 0 4.69 4.69 0 0 1-9.366 0 .616.616 0 0 0-1.232 0 5.923 5.923 0 0 0 5.292 5.852v1.4a.619.619 0 0 0 .63.616.603.603 0 0 0 .616-.616z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"report",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{className:"cist0",d:"M13.976 14.353c-.675 0-1.238.56-1.238 1.232s.563 1.232 1.238 1.232 1.238-.56 1.238-1.232-.563-1.232-1.238-1.232z"}),d.createElement("path",{className:"cist0",d:"M5.167 22.092H2.919A2.918 2.918 0 0 1 0 19.18V2.912A2.918 2.918 0 0 1 2.918 0h22.163A2.918 2.918 0 0 1 28 2.912V19.18a2.918 2.918 0 0 1-2.918 2.912H12.745L7.157 27.66a1.168 1.168 0 0 1-1.99-.827v-4.741zM2.919 2.333a.582.582 0 0 0-.585.579V19.18c0 .319.262.579.585.579h3.415c.644 0 1.167.522 1.167 1.167v3.099L11.44 20.1c.219-.218.515-.34.823-.34h12.819a.582.582 0 0 0 .585-.578V2.912a.583.583 0 0 0-.585-.579H2.919z"}),d.createElement("path",{className:"cist0",d:"M14.024 5.452c-.675 0-1.238.56-1.238 1.232v.112l.506 5.769c.056.392.338.672.731.672s.675-.28.731-.672l.506-5.881v-.112c.001-.616-.561-1.12-1.236-1.12z"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"search",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m22.157 20.644 4.746 4.746c.712.712.712 1.661 0 2.136-.238.237-.712.474-.95.474s-.712-.237-.949-.475l-4.746-4.746c-1.898 1.424-4.508 2.373-7.119 2.373-6.881 0-12.576-5.695-12.576-12.576S6.258 0 13.14 0s12.339 5.695 12.339 12.339c0 3.085-1.424 6.169-3.322 8.305zM13.14 2.847c-5.458 0-9.729 4.271-9.729 9.729 0 5.22 4.271 9.492 9.729 9.729 5.458 0 9.729-4.508 9.729-9.729 0-5.457-4.509-9.729-9.729-9.729z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{viewBox:"0 0 130.386 71.802",id:"server-error",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{fillRule:"evenodd",d:"M.043 30.354V7.67H0v-.087l.086-.087L2.88 4.635l.172-.174.172.174 6.277 6.375.13.087v15.787l-.087.087-6.277 6.419-.172.173-.172-.173L.13 30.44l-.086-.086zM4.6 34.777l6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173.172-.174z"}),d.createElement("path",{fillRule:"evenodd",d:"m4.428 34.95.172-.173 6.277-6.418.043-.087h18.228l.086.087 6.191 6.418.172.174-.172.173-2.794 2.863-.086.087H7.567l-.086-.087-2.88-2.863-.173-.173zM35.444 3.123l-.172.173-6.277 6.419-.043.087H10.724l-.086-.087-6.19-6.419-.173-.173.172-.174L7.242.087 7.328 0h24.978l.086.087 2.88 2.862.172.174zM4.275 68.679l.172-.173 6.277-6.42.043-.086h18.228l.086.087 6.191 6.419.172.173-.172.174-2.794 2.862-.086.087H7.414l-.086-.087-2.88-2.862-.173-.174zm32.679-1.51-.173-.172-6.419-6.277-.087-.043V42.449l.087-.086 6.419-6.191.173-.172.174.172 2.862 2.794.087.086V64.03l-.087.086-2.862 2.88-.174.173z"}),d.createElement("path",{fill:"none",d:"M29.85 40.597V63.28l.086.087 2.795 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.13-.087-6.276-6.376-.172-.173-.172.173-2.795 2.863-.086.087v.086h.043z"}),d.createElement("path",{fillRule:"evenodd",d:"m49.77 3.95 2.88-2.863.13-.087h24.977l.086.087 2.795 2.862.172.174-.172.173-6.191 6.419-.086.087H56.132l-.085-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.794 2.863.172.173.172-.173 6.277-6.332.086-.087V12.19l-.086-.087-6.277-6.419-.172-.173-.172.173-2.794 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.19-6.419.172-.173.172.173 2.88 2.95.087.086v22.77l-.086.086-2.88 2.863-.173.173-.172-.173-6.19-6.332-.086-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.233-6.376.172-.173.172.173 2.88 2.863.087.087v22.812l-.086.087-2.88 2.95-.173.173-.172-.174-6.19-6.418-.086-.087zm-30.524-19.3V63.28l.086.087 2.794 2.949.172.173.172-.173 6.277-6.419.086-.087V44.024l-.086-.087-6.277-6.332-.172-.174-.172.174-2.794 2.862-.086.087zm4.557 27.15 6.277-6.419.085-.087h18.229l.086.087 6.148 6.419.172.173-.172.174-2.795 2.862-.086.087H52.736l-.086-.087-2.88-2.862-.172-.174.172-.173zM94.832 3.95l2.88-2.863.13-.087h24.978l.086.087 2.794 2.862.172.174-.172.173-6.19 6.419-.086.087h-18.229l-.086-.087-6.277-6.419-.172-.173.172-.174zm-4.557 4.77v22.77l.086.086 2.795 2.863.172.173.172-.173 6.276-6.332.086-.087V12.19l-.086-.087L93.5 5.684l-.172-.173-.172.173-2.795 2.95-.086.086zm30.524 19.3V12.19l.086-.087 6.191-6.419.172-.173.172.173 2.88 2.95.086.086v22.77l-.086.086-2.88 2.863-.172.173-.172-.173-6.19-6.332-.087-.087zm0 31.834V44.11h-.043v-.086l.086-.087 6.234-6.376.172-.173.172.173 2.88 2.863.086.087v22.812l-.086.087-2.88 2.95-.172.173-.172-.174-6.19-6.418-.087-.087zm-30.524-19.3V63.28l.086.087 2.795 2.949.172.173.172-.173 6.276-6.419.086-.087V44.024l-.086-.087-6.276-6.332-.172-.174-.172.174-2.795 2.862-.086.087zm4.557 27.15 6.277-6.419.086-.087h18.229l.086.087 6.147 6.419.172.173-.172.174-2.794 2.862-.086.087H97.799l-.086-.087-2.88-2.862-.173-.174.172-.173z"})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"share",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M16.376 19.345c1.018-1.697 2.885-2.885 4.921-2.885 3.055 0 5.6 2.545 5.6 5.77S24.352 28 21.127 28s-5.77-2.545-5.77-5.77c0-.339.17-.509.17-.848l-5.261-2.715c-1.018.679-2.206 1.188-3.564 1.188a5.722 5.722 0 0 1-5.77-5.77c0-3.224 2.545-5.939 5.77-5.939 1.867 0 3.394.848 4.412 2.206l4.582-2.546c-.17-.679-.339-1.358-.339-2.036 0-3.224 2.885-5.77 5.939-5.77 3.055 0 5.77 2.545 5.77 5.77s-2.545 5.77-5.77 5.77c-1.697 0-3.224-.679-4.242-2.036l-4.752 2.545c.17.679.339 1.188.339 1.867 0 1.018-.339 2.036-.848 2.885l4.583 2.544zM24.861 5.77c0-2.036-1.527-3.564-3.564-3.564-2.036 0-3.733 1.527-3.733 3.564 0 2.036 1.867 3.564 3.733 3.564 1.867-.001 3.564-1.528 3.564-3.564zM6.703 17.648c-2.036 0-3.564-1.527-3.564-3.564s1.527-3.564 3.564-3.564 3.564 1.527 3.564 3.564-1.528 3.564-3.564 3.564zm11.03 4.582c0 2.036 1.527 3.564 3.564 3.564 1.867 0 3.564-1.527 3.564-3.564s-1.527-3.564-3.564-3.564-3.564 1.528-3.564 3.564z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"signin-facebook",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M28 24.111A3.889 3.889 0 0 1 24.111 28H3.889A3.889 3.889 0 0 1 0 24.111V3.889A3.889 3.889 0 0 1 3.889 0h20.222A3.889 3.889 0 0 1 28 3.889v20.222z",style:{fill:"#3f51b5"}}),d.createElement("path",{d:"M22.064 14.778h-2.62v10.111h-3.889V14.778h-2.333v-3.111h2.333V9.792c.002-2.728 1.135-4.348 4.349-4.348h2.651v3.111h-1.779c-1.251 0-1.332.467-1.332 1.34v1.771h3.111l-.491 3.112z",style:{fill:"#fff"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"signin-google",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M27.728 11.258H26.6V11.2H14v5.6h7.912c-1.154 3.26-4.256 5.6-7.912 5.6a8.4 8.4 0 0 1 0-16.8 8.36 8.36 0 0 1 5.573 2.127l3.96-3.96C21.032 1.437 17.688 0 14 0 6.268 0 0 6.268 0 14s6.268 14 14 14 14-6.269 14-14c0-.939-.097-1.855-.272-2.742z",style:{fill:"#ffc107"}}),d.createElement("path",{d:"m1.614 7.484 4.6 3.373A8.396 8.396 0 0 1 14 5.6a8.36 8.36 0 0 1 5.573 2.127l3.96-3.96C21.032 1.437 17.688 0 14 0 8.623 0 3.959 3.036 1.614 7.484z",style:{fill:"#ff3d00"}}),d.createElement("path",{d:"M14 28c3.616 0 6.902-1.384 9.386-3.634l-4.333-3.667A8.332 8.332 0 0 1 14 22.4c-3.641 0-6.733-2.322-7.898-5.562l-4.565 3.517C3.854 24.889 8.559 28 14 28z",style:{fill:"#4caf50"}}),d.createElement("path",{d:"M27.728 11.258H26.6V11.2H14v5.6h7.912a8.43 8.43 0 0 1-2.861 3.9l.002-.001 4.333 3.667C23.08 24.644 28 21 28 14c0-.939-.097-1.855-.272-2.742z",style:{fill:"#1976d2"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"snapchat",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14.211 27.188h-.361c-1.686 0-2.71-.783-3.733-1.505a5.264 5.264 0 0 0-2.168-1.084 7.402 7.402 0 0 0-1.144-.12c-.542 0-1.084.06-1.566.181-.181.06-.422.06-.602.06s-.361-.12-.422-.301c-.06-.241-.12-.422-.181-.662-.12-.542-.181-.903-.422-.903C.963 22.432.24 21.891.059 21.529 0 21.528 0 21.467 0 21.407c0-.181.12-.301.241-.301 4.034-.662 5.901-4.817 5.961-4.998.241-.361.301-.843.12-1.325-.301-.662-1.204-.963-1.806-1.144l-.361-.12c-1.204-.482-1.325-.963-1.265-1.204a1.19 1.19 0 0 1 1.084-.723c.12 0 .241 0 .361.06.422.241.963.361 1.445.361.301 0 .602-.06.843-.301 0-.241-.06-.542-.06-.843-.12-1.927-.241-4.275.361-5.66C8.128 2.499 10.778.753 13.728.813h.602c2.951-.06 5.66 1.686 6.804 4.396.602 1.385.482 3.733.361 5.66v.06c0 .241-.06.542-.06.783.241.181.482.301.783.301.482-.06.963-.181 1.385-.361.12-.06.301-.06.422-.06.181 0 .361.06.482.12.361.06.602.361.662.723 0 .301-.181.723-1.265 1.144l-.422.12c-.602.181-1.505.482-1.806 1.144-.181.422-.12.903.12 1.325.06.181 1.867 4.335 5.961 4.998.12 0 .241.181.241.301 0 .06 0 .12-.06.181-.181.361-.903.963-3.553 1.325-.241 0-.301.301-.422.903-.06.181-.12.422-.181.662-.06.181-.181.301-.361.301-.181 0-.422-.06-.602-.06a6.971 6.971 0 0 0-1.566-.181c-.361 0-.783.06-1.144.12-.783.181-1.566.602-2.168 1.084-.96.663-2.044 1.386-3.73 1.386z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 11 10",id:"star",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m5.5.2 1.7 3.2 3.8.5-2.8 2.4.7 3.5-3.4-1.6-3.4 1.6.7-3.5L0 3.9l3.8-.5L5.5.2z",style:{fillRule:"evenodd",clipRule:"evenodd",fill:"#fff"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"tiktok",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.094 0h-4.011l-.042 19.548c0 2.398-2.119 4.287-4.517 4.287a4.341 4.341 0 1 1 0-8.682c.179 0 .352.032.526.054v-4.193c-.174-.012-.349-.027-.526-.027A8.508 8.508 0 0 0 10.526 28a8.507 8.507 0 0 0 8.508-8.508V7.983a7.475 7.475 0 0 0 6.255 3.381c.23-.002.459-.013.689-.035h.003v-4.66A7.47 7.47 0 0 1 19.094 0z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"twitter",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M28 5.321a10.483 10.483 0 0 1-3.294.882c1.176-.706 2.118-1.824 2.529-3.176a13.054 13.054 0 0 1-3.647 1.412c-2.176-2.353-5.824-2.412-8.118-.235-1.176 1.059-1.824 2.588-1.824 4.176 0 .471.059.882.118 1.294-4.588-.235-8.882-2.412-11.824-6-1.529 2.588-.765 5.941 1.765 7.647-.941 0-1.824-.294-2.588-.706v.059c0 2.706 1.941 5.118 4.588 5.647-.823.235-1.705.235-2.587.117.765 2.353 2.882 3.941 5.353 4-2 1.588-4.529 2.412-7.118 2.412-.471 0-.941 0-1.353-.059a16.26 16.26 0 0 0 8.824 2.588c10.588 0 16.353-8.765 16.353-16.353v-.764A12.211 12.211 0 0 0 28 5.321z",fillRule:"evenodd",clipRule:"evenodd"})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"valide",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M0 14C0 6.278 6.278 0 14 0s14 6.278 14 14-6.278 14-14 14S0 21.722 0 14zm2.535 0c0 6.307 5.128 11.465 11.465 11.465S25.465 20.337 25.465 14 20.337 2.535 14 2.535 2.535 7.693 2.535 14z"}),d.createElement("path",{d:"m18.568 9.284-5.954 6.749-3.242-3.242a1.263 1.263 0 0 0-1.798 0c-.501.501-.501 1.297 0 1.769l4.185 4.185c.236.236.56.383.884.383h.029c.354 0 .678-.177.914-.413l6.808-7.752a1.23 1.23 0 0 0-.118-1.769c-.47-.47-1.265-.411-1.708.09z"})),d.createElement("symbol",{viewBox:"0 0 28 28",xmlSpace:"preserve",id:"view",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M14 5.859c7.368 0 13.135 7.056 13.359 7.343L28 14l-.641.798c-.224.287-5.991 7.343-13.359 7.343S.865 15.085.641 14.798L0 14l.641-.798C.865 12.914 6.632 5.859 14 5.859zM9.355 14c0 2.65 2.082 4.789 4.645 4.789S18.645 16.65 18.645 14 16.563 9.211 14 9.211 9.355 11.35 9.355 14z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{viewBox:"0 0 28 28",id:"work",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"M19.674 5.033h4.139A4.185 4.185 0 0 1 28 9.219v13.583a4.186 4.186 0 0 1-4.186 4.186H4.186A4.186 4.186 0 0 1 0 22.803V9.219a4.186 4.186 0 0 1 4.186-4.186h4.139a1.335 1.335 0 0 0 1.333-1.202 3.13 3.13 0 0 1 3.124-2.819h2.438a3.133 3.133 0 0 1 3.124 2.819 1.335 1.335 0 0 0 1.33 1.202zm-7.595-1.66a1.047 1.047 0 0 0-.339.671 3.43 3.43 0 0 1-.268.989h5.055a3.43 3.43 0 0 1-.268-.989 1.047 1.047 0 0 0-1.04-.942h-2.438c-.26 0-.51.097-.702.271zM4.186 7.126h19.628a2.096 2.096 0 0 1 2.093 2.093v5.176A25.208 25.208 0 0 1 14 17.21c-4.14.055-8.23-.912-11.907-2.815V9.219a2.094 2.094 0 0 1 2.093-2.093zm-1.48 17.157c.393.392.925.613 1.48.613h19.628a2.096 2.096 0 0 0 2.093-2.093v-6.051a27.615 27.615 0 0 1-10.86 2.527v.59a1.046 1.046 0 1 1-2.093 0v-.59a27.611 27.611 0 0 1-10.86-2.527v6.051a2.087 2.087 0 0 0 .612 1.48z",style:{fillRule:"evenodd",clipRule:"evenodd"}})),d.createElement("symbol",{xmlSpace:"preserve",viewBox:"0 0 28 28",id:"youtube",xmlns:"http://www.w3.org/2000/svg"},d.createElement("path",{d:"m6 1 2 6v4h1.333V7l2-6H10L8.667 5 7.333 1H6zm7.333 2.667c-.733 0-1.067.133-1.467.467-.467.333-.533.6-.533 1.533V9c0 .667.133 1.133.533 1.467.4.4.8.533 1.467.533.733 0 1.067-.133 1.467-.533.467-.333.533-.8.533-1.467V5.667c0-.6-.133-1.133-.533-1.533-.4-.401-.8-.467-1.467-.467zm3.334 6v-6H18V9c0 .667.533.667.667.667.133 0 .667-.2.667-.667V3.667h1.333V11h-1.333v-.667c-.267.334-.667.667-1.334.667s-1.333-.667-1.333-1.333zM13.333 5c.2 0 .667 0 .667.667V9c0 .667-.467.667-.667.667s-.667 0-.667-.667V5.667c.001-.534.267-.667.667-.667zM0 16.333c0-2.4 1.6-4 4-4h20c2.4 0 4 1.6 4 4V23c0 2.4-1.6 4-4 4H4c-2.4 0-4-1.933-4-4.333v-6.334zM9.333 15v1.333H8v8H6.667v-8H5.333V15h4zm7.267 2.133c-.2.133-.467.267-.6.533V15h-1.333v9.333H16v-.667c.267.267.6.667 1.333.667.4 0 .733-.333.933-.6.267-.267.4-.6.4-1.067v-4c0-.6-.2-1-.4-1.267-.2-.333-.6-.467-1-.467a1.136 1.136 0 0 0-.666.201zM10.667 17v5.333c0 .133.2.667.667.667.533 0 .533-.533.667-.667V17h1.333v7.333H12v-.667c-.267.267-.4.4-.667.533s-.533.133-.8.133c-.333 0-.667-.267-.867-.533-.133-.2-.333-.4-.333-.8v-6h1.334zm12.2.467c-.333-.333-.8-.467-1.4-.467-.667 0-1.2.133-1.533.467-.4.4-.6.867-.6 1.467v3.133c0 .667.267 1.133.6 1.533.333.4.867.6 1.467.6.667 0 1.2-.133 1.533-.533.333-.333.4-.867.4-1.6v-.4H22v.267c0 .4-.067.667-.133.8-.067.133-.267.2-.533.2-.267 0-.467-.067-.533-.2s-.134-.334-.134-.734v-1h2.667v-2.067c-.001-.666-.134-1.133-.467-1.466zm-6.2.533c-.4 0-.667.333-.667.667v4c0 .2.267.333.667.333s.667-.267.667-.667V19c-.001-.667-.267-1-.667-1zm4 1c0-.333.267-.667.667-.667S22 18.6 22 19v.667h-1.333V19z",fillRule:"evenodd",clipRule:"evenodd"}))),Na=({src:e="",defaultFormat:t,formats:r,alt:a="",sizes:n,className:l,...p})=>{const y=t==null?void 0:t.split("x"),m=y[0],_=y[1];let O,B=`data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='${m}'%20height='${_}'%3E%3C/svg%3E`;return e&&(B=e.replace(/%format/,t),r!==void 0&&r.length>0&&(O=r.map(F=>`${e.replace(/%format/,F)} ${F.split("x")[0]}w`))),d.createElement(En,{as:"img",width:m,height:_,src:B,srcSet:O&&O.join(", "),sizes:n||void 0,alt:a,className:Ne("c-img",l),...p})},_s=({id:e,className:t,required:r,label:a,icon:n,positionIcon:l="left",isIconButton:p=!1,iconButtonProps:y,variant:m,msg:_,variantMsg:O="default",...B})=>d.createElement("div",{className:"c-input"},a&&d.createElement("label",{htmlFor:e,className:"c-input__label"},a,r&&d.createElement("abbr",{className:"c-input__label__abbr",title:"(ce champ est obligatoire)"},"*")),d.createElement("div",{className:"c-input-container"},n&&(p?d.createElement(Vn,{className:Ne("c-input-container__icon",`c-input-container__icon--${l}`),icon:n,iconSize:18,variant:"simple",...y}):d.createElement(ut,{className:Ne("c-input-container__icon",`c-input-container__icon--${l}`),name:n,size:18})),d.createElement("input",{id:e,className:Ne("c-input-container__input",{[`c-input-container__input--has-icon--${l}`]:n,[`c-input-container__input--${m}`]:m},t),required:r,...B})),_&&d.createElement("div",{className:Ne("c-input__alert",`c-input__alert--${O}`),dangerouslySetInnerHTML:{__html:_},role:"alert"})),Io=({children:e,variant:t="subtle",colorScheme:r="primary",withLeftDivider:a=!1,withRightDivider:n=!1,isUppercase:l=!0})=>d.createElement("div",{className:Ne("c-label",{"c-label--uppercase":l},{"c-label--withDivider--left":a,"c-label--withDivider--right":n},t==="solid"?[`c-label--${t}`,`u-bg-${r}`,{"c-label--withDivider--white":n||a}]:`u-color-${r}`)},e),Td=({children:e})=>d.createElement("div",{className:"c-label-section"},e),tn=e=>{if(e.propValue&&["string","number"].includes(typeof e.propValue)||!e.propValue){const t=Dd({className:e.className,defaultModifier:e.defaultModifier||"xs",propValue:e.propValue});return t?[t]:[]}return Object.entries(e.propValue).reduce((t,[r,a])=>{const n=Dd({className:e.className,defaultModifier:r,propValue:a});return n&&t.push(n),t},[])},Iv=e=>Ne(...tn({className:"bg",defaultModifier:"light",propValue:e.bg}),...tn({className:"color",defaultModifier:"light",propValue:e.color})),Nv=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").replace(/[\s_]+/g,"-").toLowerCase(),Dd=e=>{if(e.propValue!==void 0){if(typeof e.propValue!="boolean"){const t=Nv(typeof e.propValue=="number"?e.propValue.toString():e.propValue);return`${e.className}-${t}@${e.defaultModifier}`}return`${e.className}@${e.defaultModifier}`}},Ad={...{m:["margin"],mt:["margin-top"],mr:["margin-right"],ml:["margin-left"],mb:["margin-bottom"],mx:["margin-left","margin-right"],my:["margin-top","margin-bottom"]},...{p:["padding"],pt:["padding-top"],pr:["padding-right"],pl:["padding-left"],pb:["padding-bottom"],px:["padding-left","padding-right"],py:["padding-top","padding-bottom"]}},Lv={...Ad,...{bg:["background-color"],color:["color"]}},Pv={align:["align-self"]},zv={alignItems:["align-items"],alignContent:["align-content"],justifyContent:["justify-content"],gap:["gap"],gapX:["row-gap"],gapY:["col-gap"]},$v=e=>Ne(Object.entries(e).filter(([t])=>Object.keys(Ad).includes(t)).reduce((t,[r,a])=>(t.push(...tn({className:r,propValue:a})),t),[])),fc=e=>typeof e.props=="object"?Object.keys(e.props).reduce((t,r)=>(e.systemPropNames.includes(r)||(t[r]=e.props[r]),t),{}):{},Kv=e=>Ne($v(e),Iv(e)),Hv=e=>Ne(...tn({propValue:e.align,className:"self"})),Uv=e=>Ne(...tn({propValue:e.alignItems,className:"items"}),...tn({propValue:e.alignContent,className:"content"}),...tn({propValue:e.justifyContent,className:"justify"}),...tn({propValue:e.gap,className:"gap"}),...tn({propValue:e.gapX,className:"gap-x"}),...tn({propValue:e.gapY,className:"gap-y"})),En=d.forwardRef(({as:e,children:t,...r},a)=>d.createElement(e||"div",{...fc({props:r,systemPropNames:Object.keys(Lv)}),className:Ne(Kv(r),r==null?void 0:r.className),ref:a},t));En.displayName="Box";const Rd=({colsNumber:e,gap:t,gapX:r,gapY:a,children:n,...l})=>d.createElement(En,{...l,className:Ne("grid",{[`grid-cols-number-${e}`]:typeof e=="number",["grid-2-of-3"]:typeof e=="string"&&e==="2/3",[`grid-gap-${t}`]:t,[`grid-gap-row-${r}`]:r,[`grid-gap-col-${a}`]:a},l==null?void 0:l.className),children:n}),bs=({inline:e=!1,direction:t,wrap:r,as:a,children:n,...l})=>d.createElement(En,{as:a||"div",...fc({props:l,systemPropNames:Object.keys(zv)}),className:Ne(...tn({propValue:e,className:e?"inline-flex":"flex"}),...tn({propValue:t,className:"flex"}),...tn({propValue:r,className:"flex"}),Uv(l),l==null?void 0:l.className)},n),Vv=({basis:e,children:t,as:r,...a})=>d.createElement(En,{as:r||"div",...fc({props:a,systemPropNames:Object.keys(Pv)}),className:Ne(...tn({propValue:e,className:"basis"}),Hv(a),a==null?void 0:a.className),children:t}),rr=({className:e,children:t,href:r,variant:a="default",isTargetBlank:n=!1,isNofollow:l=!1,isSponsored:p=!1})=>{let y="";return(l||p)&&(y=l?"isNofollow":"isSponsored"),d.createElement("a",{className:Ne("c-link",{"c-link--button":a==="primary-button"||a==="secondary-button"},{[`c-link--${a}`]:!0},e),href:r,target:n?"_blank":"_self",rel:y},t)},jv=({metas:e=[],canonical:t,title:r,robots:a})=>{var l,p;const n=`${(l=a==null?void 0:a.index)!=null?l:"index"},${(p=a==null?void 0:a.follow)!=null?p:"follow"},max-snippet:-1,max-image-preview:large,max-video-preview:-1`;return d.createElement(d.Fragment,null,d.createElement("title",null,r),t&&d.createElement("link",{rel:"canonical",href:t}),e.map(y=>d.createElement("meta",{key:y.name||y.property,name:y.name,property:y.property,content:y.content})),d.createElement("meta",{name:"robots",content:n}))};var Wv=['a[href]:not([tabindex^="-"])','area[href]:not([tabindex^="-"])','input:not([type="hidden"]):not([type="radio"]):not([disabled]):not([tabindex^="-"])','input[type="radio"]:not([disabled]):not([tabindex^="-"])','select:not([disabled]):not([tabindex^="-"])','textarea:not([disabled]):not([tabindex^="-"])','button:not([disabled]):not([tabindex^="-"])','iframe:not([tabindex^="-"])','audio[controls]:not([tabindex^="-"])','video[controls]:not([tabindex^="-"])','[contenteditable]:not([tabindex^="-"])','[tabindex]:not([tabindex^="-"])'],Gv="Tab",Yv="Escape";function jn(e){this._show=this.show.bind(this),this._hide=this.hide.bind(this),this._maintainFocus=this._maintainFocus.bind(this),this._bindKeypress=this._bindKeypress.bind(this),this.$el=e,this.shown=!1,this._id=this.$el.getAttribute("data-a11y-dialog")||this.$el.id,this._previouslyFocused=null,this._listeners={},this.create()}jn.prototype.create=function(){this.$el.setAttribute("aria-hidden",!0),this.$el.setAttribute("aria-modal",!0),this.$el.setAttribute("tabindex",-1),this.$el.hasAttribute("role")||this.$el.setAttribute("role","dialog"),this._openers=Cs('[data-a11y-dialog-show="'+this._id+'"]'),this._openers.forEach(function(t){t.addEventListener("click",this._show)}.bind(this));const e=this.$el;return this._closers=Cs("[data-a11y-dialog-hide]",this.$el).filter(function(t){return t.closest('[aria-modal="true"], [data-a11y-dialog]')===e}).concat(Cs('[data-a11y-dialog-hide="'+this._id+'"]')),this._closers.forEach(function(t){t.addEventListener("click",this._hide)}.bind(this)),this._fire("create"),this},jn.prototype.show=function(e){return this.shown?this:(this._previouslyFocused=document.activeElement,this.$el.removeAttribute("aria-hidden"),this.shown=!0,Fd(this.$el),document.body.addEventListener("focus",this._maintainFocus,!0),document.addEventListener("keydown",this._bindKeypress),this._fire("show",e),this)},jn.prototype.hide=function(e){return this.shown?(this.shown=!1,this.$el.setAttribute("aria-hidden","true"),this._previouslyFocused&&this._previouslyFocused.focus&&this._previouslyFocused.focus(),document.body.removeEventListener("focus",this._maintainFocus,!0),document.removeEventListener("keydown",this._bindKeypress),this._fire("hide",e),this):this},jn.prototype.destroy=function(){return this.hide(),this._openers.forEach(function(e){e.removeEventListener("click",this._show)}.bind(this)),this._closers.forEach(function(e){e.removeEventListener("click",this._hide)}.bind(this)),this._fire("destroy"),this._listeners={},this},jn.prototype.on=function(e,t){return typeof this._listeners[e]>"u"&&(this._listeners[e]=[]),this._listeners[e].push(t),this},jn.prototype.off=function(e,t){var r=(this._listeners[e]||[]).indexOf(t);return r>-1&&this._listeners[e].splice(r,1),this},jn.prototype._fire=function(e,t){var r=this._listeners[e]||[],a=new CustomEvent(e,{detail:t});this.$el.dispatchEvent(a),r.forEach(function(n){n(this.$el,t)}.bind(this))},jn.prototype._bindKeypress=function(e){const t=document.activeElement;t&&t.closest('[aria-modal="true"]')!==this.$el||(this.shown&&e.key===Yv&&this.$el.getAttribute("role")!=="alertdialog"&&(e.preventDefault(),this.hide(e)),this.shown&&e.key===Gv&&Jv(this.$el,e))},jn.prototype._maintainFocus=function(e){this.shown&&!e.target.closest('[aria-modal="true"]')&&!e.target.closest("[data-a11y-dialog-ignore-focus-trap]")&&Fd(this.$el)};function qv(e){return Array.prototype.slice.call(e)}function Cs(e,t){return qv((t||document).querySelectorAll(e))}function Fd(e){var t=e.querySelector("[autofocus]")||e;t.focus()}function Xv(e){return Cs(Wv.join(","),e).filter(function(t){return!!(t.offsetWidth||t.offsetHeight||t.getClientRects().length)})}function Jv(e,t){var r=Xv(e),a=r.indexOf(document.activeElement);t.shiftKey&&a===0?(r[r.length-1].focus(),t.preventDefault()):!t.shiftKey&&a===r.length-1&&(r[0].focus(),t.preventDefault())}function dc(){Cs("[data-a11y-dialog]").forEach(function(e){new jn(e)})}typeof document<"u"&&(document.readyState==="loading"?document.addEventListener("DOMContentLoaded",dc):window.requestAnimationFrame?window.requestAnimationFrame(dc):window.setTimeout(dc,16));const Zv=(e=document.querySelector(".js-modal"))=>{e&&new jn(e)},Bd=({dialogId:e,children:t,variant:r="center",contentClassName:a,onClickOverlay:n,...l})=>{const p=d.useRef(null);return Ia(()=>{p.current&&Zv(p.current)},[]),d.createElement("div",{...l,className:"c-modal js-modal","aria-hidden":"true",ref:p,"data-a11y-dialog":e},d.createElement("div",{className:"c-modal__overlay",onClick:n,"aria-hidden":"true","data-a11y-dialog-hide":e}),d.createElement("div",{className:Ne("c-modal__content",`c-modal__content--${r}`,a)},t))};function Pl(){return d.createElement("div",{className:"c-pipe"})}const Md=({title:e="Lire aussi",link:t="http://www.20minutes.fr",label:r="Les talibans annoncent avoir pris le contr\xF4le complet de la vall\xE9e du Panchir",isTargetBlank:a,isNofollow:n,isSponsored:l})=>d.createElement("div",{className:"c-read-also"},d.createElement("span",{className:"c-read-also__label"},r)," ",d.createElement(Pl,null)," ",d.createElement(rr,{href:t,className:"c-read-also__link",variant:"default",isTargetBlank:a,isNofollow:n,isSponsored:l},e)),Qv=e=>{const t=document.documentElement.scrollTop;let r=document.documentElement.scrollHeight-document.documentElement.clientHeight;const a=e&&document.querySelector(".js-limit-scroll-progress-bar");a&&(r=a.scrollHeight-document.documentElement.clientHeight+(window.pageYOffset+a.getBoundingClientRect().top));const n=Math.round(t/r*100),l=document.querySelector(".c-progress__bar");l&&(l.style.width=`${n}%`,n>=100&&(l.style.width="100%"))},em=(e=document.querySelector(".c-progress"),t=!1)=>{e&&window.addEventListener("scroll",Qv.bind(!1,t))},tm=({variant:e,hasLimit:t=!1,colorScheme:r="primary",...a})=>{const n=d.useRef(null);return Ia(()=>{n.current&&em(n.current,t)},[]),d.createElement("div",{className:Ne("c-progress",{[`c-progress--${e}`]:e}),ref:n,...a},d.createElement("div",{className:`c-progress__bar u-bg-${r}`,style:{width:"0%"}}))},rm=({inner:e,children:t})=>d.createElement("div",{className:Ne("c-section",{"c-section--inner":e})},t),nm=({id:e,className:t,required:r,label:a,options:n,placeholder:l,...p})=>d.createElement("div",{className:"c-select"},a&&d.createElement("label",{htmlFor:e,className:"c-select__label"},a,r&&d.createElement("abbr",{className:"c-select__abbr",title:"(ce champ est obligatoire)"},"*")),d.createElement("div",{className:"c-select__container"},d.createElement(ut,{className:"c-select__icon",name:"arrow",size:12}),d.createElement("select",{id:e,className:Ne("c-select__select",t),required:r,...p},l&&d.createElement("option",{hidden:!0},l),n.map(y=>d.createElement("option",{key:y.value,value:y.value},y.title))))),pc=({variant:e="button",className:t,...r})=>d.createElement(En,{className:Ne("c-skeleton",{"c-skeleton--button":e==="button"},{"c-skeleton--icon":e==="icon"},{"c-skeleton--connexion":e==="connexion"},t),...r}),zl=d.forwardRef(({id:e,className:t,label:r,isChecked:a=!1},n)=>d.createElement("div",{className:"switch"},d.createElement("label",{htmlFor:e,className:"switch-label"},r),d.createElement("button",{type:"button",ref:n,id:e,className:Ne("switch-button",t),role:"switch","aria-checked":a},d.createElement("span",{"aria-hidden":a},a?"on":"off"))));zl.displayName="Switch";const Od=(e,t)=>{const r=e==="dark";t.setAttribute("aria-checked",String(r));const a=t.querySelector("span[aria-hidden]");a&&(a.setAttribute("aria-hidden",String(r)),a.innerHTML=r?"on":"off")},am=(e=document.querySelector(".js-switch-dark-mode"))=>{const t=localStorage.getItem("theme")||"light";t&&e&&(document.documentElement.dataset.theme=t,Od(t,e))},om=(e=document.querySelector(".js-switch-dark-mode"))=>{e&&e.addEventListener("click",()=>{const t=document.documentElement.dataset.theme,r=!t||t==="light"?"dark":"light";document.documentElement.dataset.theme=r,localStorage.setItem("theme",r),Od(r,e)})},Id=({id:e,label:t,isChecked:r=!1})=>{const a=d.useRef(null);return Ia(()=>{a.current&&(am(a.current),om(a.current))},[]),d.createElement(zl,{id:e,ref:a,className:"js-switch-dark-mode",isChecked:r,label:t})},Nd=({variant:e="default",name:t,children:r,colorScheme:a,isSelected:n=!1,index:l=-1,...p})=>d.createElement("button",{type:"button",role:"tab",className:Ne("c-tab",{[`c-tab--${e}`]:e,[`c-tab--${a}`]:a}),"aria-controls":`tabpanel-${t}`,"aria-selected":n,tabIndex:l,...p},r),Ld=({name:e,children:t,isHidden:r=!0})=>d.createElement("div",{id:`tabpanel-${e}`,className:"c-tabpanel",role:"tabpanel","aria-hidden":r,"aria-labelledby":`tab-${e}`},t),No=({id:e,children:t,link:r,variant:a="primary",colorScheme:n,className:l})=>d.createElement("a",{href:r,className:Ne("c-tags",`c-tags--${a}`,{[`u-color-${n}`]:Boolean(n)},l),"data-id":e},t),Pd=({as:e="p",color:t,children:r,...a})=>d.createElement(e,{...a,className:Ne({[`u-color-${t}`]:t},a==null?void 0:a.className)},r),bi=({as:e="h1",variant:t="default",className:r,...a})=>d.createElement(Pd,{as:e,className:Ne(t==="secondary"&&"c-heading-secondary",r),...a}),La=({as:e="p",variant:t="default",className:r,...a})=>d.createElement(Pd,{as:e,className:Ne(t==="secondary"&&"c-text-secondary",r),...a});var im=function(e,t,r,a,n,l,p,y){if(process.env.NODE_ENV!=="production"&&t===void 0)throw new Error("invariant requires an error message argument");if(!e){var m;if(t===void 0)m=new Error("Minified exception occurred; use the non-minified dev environment for the full error message and additional helpful warnings.");else{var _=[r,a,n,l,p,y],O=0;m=new Error(t.replace(/%s/g,function(){return _[O++]})),m.name="Invariant Violation"}throw m.framesToPop=1,m}},Wn=im,Ar={},Lo={};/**
6
6
  * @license React
7
7
  * react-dom-server-legacy.browser.production.min.js
8
8
  *
@@ -0,0 +1,3 @@
1
+ @forward 'functions';
2
+ @forward 'mixins';
3
+ @forward 'variables';