first commit
44
.gitea/workflows/publish.yaml
Normal file
@@ -0,0 +1,44 @@
|
||||
name: Publish To Prod
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
deploy_and_publish:
|
||||
runs-on: ubuntu-latest
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: true # Fetch Hugo themes (true OR recursive)
|
||||
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
|
||||
- run: npm install
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: "latest"
|
||||
extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
||||
- uses: jakejarvis/s3-sync-action@master
|
||||
with:
|
||||
args: --acl public-read --follow-symlinks --delete
|
||||
env:
|
||||
AWS_S3_ENDPOINT: https://s3.fr-par.scw.cloud
|
||||
AWS_S3_BUCKET: mms43-www
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.SCW_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.SCW_SECRET_ACCESS_KEY }}
|
||||
AWS_REGION: "fr-par"
|
||||
SOURCE_DIR: "public"
|
||||
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Generated files by hugo
|
||||
/public/
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Executable may be added to repository
|
||||
hugo.exe
|
||||
hugo.darwin
|
||||
hugo.linux
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
5
archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
8
content/pages/contact/index.md
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Contact"
|
||||
headline: "La Maison de la Mobilité Solidaire Haute-Loire est à votre écoute"
|
||||
---
|
||||
|
||||
Vous avez une question ? Vous souhaitez plus d'informations sur nos solutions de mobilité ?
|
||||
|
||||
{{< contact-form >}}
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Indemnisation"
|
||||
icon: "images/picto/Picto - Conducteur solidaire - Indemnisation.svg"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
En plus de partager de bons moments, la Maison de la Mobilité Solidaire Haute- Loire vous indemnise pour chaque trajet de transport solidaire (0.30 €/km ou déduction fiscale).
|
||||
15
content/pages/devenez-conducteur-solidaire/index.md
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
title: "Devenez conducteur solidaire"
|
||||
layout: "devenez-conducteur-solidaire"
|
||||
menu:
|
||||
main:
|
||||
weight: 2
|
||||
etapesTitle: "Une démarche simple et pratique"
|
||||
---
|
||||
|
||||
Aidez une personne de votre territoire sans solution de transport pour un trajet ponctuel.
|
||||
|
||||
Vous êtes libre :
|
||||
- d'accepter ou refuser une demande,
|
||||
- d'arrêter ou suspendre votre participation à tout moment,
|
||||
- de partager vos anecdotes, votre playlist et de chanter à tue-tête !
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Mise en relation"
|
||||
icon: "images/picto/Picto - Conducteur solidaire - Mise en relation.svg"
|
||||
weight: 2
|
||||
---
|
||||
|
||||
Notre référent recherche le conducteur disponible selon les besoins du passager et organise la mise en relation.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Vous souhaitez rejoindre la communauté des conducteurs solidaires ?"
|
||||
type: "page-footer"
|
||||
---
|
||||
|
||||
**Remplissez le formulaire ci-dessous !**
|
||||
|
||||
{{< contact-form buttonText="Envoyer" fields=`[{"name":"date_naissance","label":"Date de naissance (JJ/MM/AAAA)","type":"text"},{"name":"telephone","label":"Numéro de téléphone","type":"text"},{"name":"email","label":"Adresse email","type":"email","required":true},{"name":"souhait","label":"Que souhaitez-vous ?","type":"multicheckboxes","options":[{"label":"M'engager pour du transport et/ou du covoiturage solidaire"},{"label":"Obtenir plus d'informations"}]}]` >}}
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Prise de contact"
|
||||
icon: "images/picto/Picto - Conducteur solidaire - Prise de contact .svg"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Notre référent, véritable guide des routes partagées, vous accompagne lors de votre inscription.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Avantage environnemental"
|
||||
type: "avantage"
|
||||
icon: "images/picto/Entreprise - Avantage environnemental.svg"
|
||||
weight: 2
|
||||
---
|
||||
|
||||
Les trajets représentent 30% des émissions de gaz à effet de serre, leur baisse est un enjeu clé de la lutte contre le dérèglement climatique.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Avantage financier"
|
||||
type: "avantage"
|
||||
icon: "images/picto/Entreprise - Avantage financier.svg"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Pour vos salariés : réduction de leur budget domicile-travail. Pour l'entreprise : des recrutements facilités, le forfait de mobilité durable est exonéré de charges sociales, une action valorisable dans votre RSE.
|
||||
@@ -0,0 +1,8 @@
|
||||
---
|
||||
title: "Avantage social et humain"
|
||||
type: "avantage"
|
||||
icon: "images/picto/Entreprise - Avantage humain.svg"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
Moins de stress, de fatigue et d'isolement. Plus de solidarité !
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Déployer du covoiturage entreprise"
|
||||
type: "engagement"
|
||||
icon: "images/picto/Entreprise - Covoit.svg"
|
||||
weight: 4
|
||||
---
|
||||
|
||||
- Créer une communauté de covoitureurs dans votre entreprise.
|
||||
- Animer et pérenniser le service.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Lever les freins à la mobilité des candidats et de vos salariés"
|
||||
type: "engagement"
|
||||
icon: "images/picto/Entreprise - Lever les freins.svg"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
- Recevoir chaque personne pour identifier les besoins et les problématiques de déplacement.
|
||||
- Trouver des solutions à court puis à long terme.
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Mutualiser les solutions inter-entreprises pour une mobilité plus efficace"
|
||||
type: "engagement"
|
||||
icon: "images/picto/Entreprise - Mutualiser solutions.svg"
|
||||
weight: 5
|
||||
---
|
||||
|
||||
- Repérer les partenaires locaux pour des solutions partagées (covoiturage, navettes, etc.).
|
||||
- Faciliter les accords et les projets communs (horaires, flotte de véhicules partagés, etc.).
|
||||
- Animer le réseau inter-entreprises autour des enjeux de mobilité.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Optimiser la mobilité de vos salariés avec des solutions adaptées"
|
||||
type: "engagement"
|
||||
icon: "images/picto/Entreprise - Optimiser mobilite.svg"
|
||||
weight: 2
|
||||
---
|
||||
|
||||
- Identifier les besoins de vos salariés, notamment les plus vulnérables et les informer sur les aides et solutions adaptées.
|
||||
- Concevoir et mettre en œuvre un plan de mobilité et le valoriser dans votre politique RSE.
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Sensibiliser vos salariés aux alternatives à la voiture individuelle"
|
||||
type: "engagement"
|
||||
icon: "images/picto/Entreprise - Sensibiliser.svg"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
- Faciliter la connaissance des solutions de mobilité de votre territoire.
|
||||
- Organiser des ateliers d'information sur les alternatives et des sessions test : vélo mécanique et électrique, auto-partage, covoiturage, etc.
|
||||
7
content/pages/engagez-votre-entreprise/index.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Engagez votre entreprise"
|
||||
layout: "engagez-votre-entreprise"
|
||||
menu:
|
||||
main:
|
||||
weight: 3
|
||||
---
|
||||
42
content/pages/mentions-legales/index.md
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
title: "Mentions légales et politique de confidentialité"
|
||||
---
|
||||
|
||||
Conformément aux dispositions de la loi n° 2004-575 du 21 juin 2004 pour la confiance en l’économie numérique, il est précisé aux utilisateurs du site l’identité des différents intervenants dans le cadre de sa réalisation et de son suivi.
|
||||
|
||||
#### Édition du site
|
||||
|
||||
Le site est édité par l’association FIT, dont le siège social est situé au 64 rue Lamartine, 63000 Clermont-Ferrand
|
||||
|
||||
Responsable de publication
|
||||
Renaud Morand
|
||||
|
||||
#### Hébergeur
|
||||
|
||||
Scaleway
|
||||
|
||||
#### Réalisation
|
||||
|
||||
Développement web
Mobicoop
|
||||
|
||||
Maquettes et navigation
Hélène Vatthana
|
||||
|
||||
#### Cookies
|
||||
|
||||
Ce site internet utilise des cookies nécessaires à son fonctionnement. Ils ne nécessitent pas de consentement de l’internaute et aucune donnée personnelle n’est stockée.
|
||||
|
||||
#### Crédits photographiques
|
||||
|
||||
Page d’accueil : © DR
|
||||
|
||||
Photo de l’équipe : © DR
|
||||
|
||||
Page “Nos solutions de mobilité” : © Eric Soudan-Agence Photo Andia
|
||||
|
||||
Page “Devenez conducteur solidaire” : © DR
|
||||
|
||||
Page “Engagez votre entreprise” : © istock
|
||||
|
||||
#### Nous contacter
|
||||
|
||||
Par email : contact@mms43.org
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Accompagnement à ma mobilité"
|
||||
image: "images/visuels/Accompagnement-mobilite.png"
|
||||
weight: 1
|
||||
---
|
||||
|
||||
Nos conseillères vous accueillent pour faire le point sur vos besoins, et élaborent votre projet personnalisé de mobilité.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Auto-école solidaire"
|
||||
image: "images/visuels/Auto-ecole-Eric-Soudan.png"
|
||||
weight: 4
|
||||
---
|
||||
|
||||
Des cours de code et de conduite avec une pédagogie adaptée aux besoins de chacun.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Garage solidaire"
|
||||
image: "images/visuels/Garage-solidaire-Eric-Soudan.png"
|
||||
weight: 6
|
||||
---
|
||||
|
||||
Solidarauto43 est un garage réservé aux quotients familiaux inférieur à 750 €. Locations, vente et réparations de véhicules, conseils pour l'achat en direct à un particulier. En savoir plus sur Solidarauto43
|
||||
9
content/pages/nos-solutions-de-mobilite/index.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Nos solutions de mobilité"
|
||||
layout: "nos-solutions-de-mobilite"
|
||||
headline: "La Maison de la Mobilité Solidaire Haute-Loire vous propose un bouquet de solutions pour vos déplacements"
|
||||
menu:
|
||||
main:
|
||||
weight: 1
|
||||
headless: false
|
||||
---
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Location de véhicules"
|
||||
image: "images/visuels/Location-vehicule.png"
|
||||
weight: 5
|
||||
---
|
||||
|
||||
La MMS43 met à disposition des vélos, scooters, voiturettes et voitures électriques, de la demi-journée à la semaine.
|
||||
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Transport solidaire et covoiturage"
|
||||
image: "images/visuels/covoit.png"
|
||||
weight: 3
|
||||
---
|
||||
|
||||
Notre communauté de conducteurs solidaires vous aide dans vos déplacements ponctuels.
|
||||
7
content/pages/nos-solutions-de-mobilite/velo-ecole.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Vélo-école"
|
||||
image: "images/visuels/Velo-Ecole-Eric-Soudan.png"
|
||||
weight: 2
|
||||
---
|
||||
|
||||
Notre formatrice vous accompagne dans un parcours d'apprentissage au vélo (musculaire ou électrique) ou de remise en selle. La MMS est adhérente à la Fédération française des Usagers de la Bicyclette.
|
||||
24
content/pages/qui-sommes-nous/index.md
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
title: "Qui sommes-nous ?"
|
||||
layout: "qui-sommes-nous"
|
||||
menu:
|
||||
main:
|
||||
weight: 4
|
||||
savoirPlusLinks:
|
||||
- text: "Découvrez l'article consacré à la Maison de la Mobilité Solidaire de Haute-Loire dans le journal Le Bimsa"
|
||||
url: "https://lebimsa.fr/l-actu-des-territoires/mobilite-en-haute-loire-la-solution-du-covoiturage/"
|
||||
- text: "Découvrez l'interview de Willy Guieau, Directeur opérationnel de la Maison de la Mobilité Solidaire de Haute-Loire"
|
||||
url: "https://www.linkedin.com/pulse/maison-de-la-mobilit%C3%A9-solidaire-haute-loire-humains-%C3%A0-coeur-bw18e/"
|
||||
---
|
||||
|
||||
La Maison de la Mobilité Solidaire Haute-Loire est un projet porté par les associations FIT, Solidarauto43 et FACE43, avec pour missions :
|
||||
|
||||
- l'information, l'orientation et l'accompagnement vers des solutions de mobilité durable, solidaire et alternative à l'usage individuel de la voiture ;
|
||||
- le déploiement de nouvelles solutions de mobilité partagées, actives et accessibles à tous, en particulier aux personnes en difficulté de mobilité ;
|
||||
- le développement d'un programme de sensibilisation et d'accompagnement des acteurs territoriaux.
|
||||
|
||||
Le projet « Maison de la Mobilité Solidaire Haute-Loire » est lauréat du programme TIMS, qui vise à développer la mobilité durable et solidaire dans les territoires et à professionnaliser ce secteur. L'enjeu est de permettre à tous de se déplacer en réduisant l'impact écologique des transports.
|
||||
|
||||
Le programme TIMS est piloté par le réseau CLER, Mob'in, Auvergne-Rhône-Alpes Energie Environnement et le réseau des Agences Régionales de l'Energie et de l'Environnement.
|
||||
|
||||
La MMS bénéficie également du soutien financier de l'Etat via le PACTE des solidarités et de l'Agence Nationale de la Cohésion Territoriale, ainsi que de la MSA.
|
||||
50
hugo.toml
Normal file
@@ -0,0 +1,50 @@
|
||||
baseURL = 'https://www.mms43.fr/'
|
||||
languageCode = 'fr-fr'
|
||||
title = 'MMS43'
|
||||
theme = 'mms43'
|
||||
|
||||
[params]
|
||||
description = "Site vitrine MMS43"
|
||||
phone = "06 56 78 29 75"
|
||||
phoneHours = "(du lundi au vendredi, 9h - 17h)"
|
||||
email = "contact@mms43.org"
|
||||
|
||||
# Réseaux sociaux
|
||||
linkedinUrl = ""
|
||||
facebookUrl = ""
|
||||
|
||||
# Hero
|
||||
[params.hero]
|
||||
line1before = "VOTRE"
|
||||
line1highlight = "SOLUTION"
|
||||
line1after = "DE"
|
||||
line2highlight = "MOBILITÉ"
|
||||
line2after = "EN HAUTE-LOIRE"
|
||||
|
||||
# Bloc recherche
|
||||
[params.search]
|
||||
title = "Rechercher un trajet"
|
||||
labelDepart = "Départ"
|
||||
labelDestination = "Destination"
|
||||
labelDate = "Date"
|
||||
labelHeure = "Heure"
|
||||
buttonText = "Rechercher"
|
||||
|
||||
# Bloc vidéo
|
||||
[params.video]
|
||||
title = "Découvrez la Maison de la Mobilité Solidaire !"
|
||||
|
||||
# Bloc contact
|
||||
[params.contact]
|
||||
title = "La Maison de la Mobilité Solidaire vous accompagne pour tous vos trajets !"
|
||||
phrases = [
|
||||
"Vous recherchez des solutions pour vous déplacer ?",
|
||||
"Vous souhaitez faire évoluer vos pratiques de déplacements ?",
|
||||
"Après analyse de votre besoin, nous vous proposerons une solution adaptée."
|
||||
]
|
||||
buttonText = "Contactez nous !"
|
||||
|
||||
# Footer
|
||||
[params.footer]
|
||||
ctaTitle = "Organisez vos trajets en Haute-Loire !"
|
||||
copyright = "MMS43"
|
||||
5
themes/mms43/archetypes/default.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
date = '{{ .Date }}'
|
||||
draft = true
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
+++
|
||||
2086
themes/mms43/assets/css/main.css
Normal file
BIN
themes/mms43/assets/images/logos/Logo Facebook.png
Normal file
|
After Width: | Height: | Size: 999 B |
BIN
themes/mms43/assets/images/logos/Logo Linkedin.png
Normal file
|
After Width: | Height: | Size: 600 B |
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Calque_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 2433 358.5">
|
||||
<!-- Generator: Adobe Illustrator 29.8.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 160) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: #fff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="st0" d="M611.8,183.8c-8.8-8.6-9.5-21-17.9-28.5-4.1,1.3-4.4,4.6-5.3,7.4-8.2,28.8-16.2,57.5-24.4,86.3-3.8,13.2-7.7,26.3-11.6,39.5-.9,3-1.7,6-2.1,9-.6,4.8-2.8,8.7-6.2,12.2-5.5,5.8-11.3,7.4-18.8,4.6-8-3-14.1-8.4-19-15.3-8.6-12.3-14.3-26-19.4-40-7.9-21.5-12.5-43.8-17.3-66.1-2.7-12.8-7-25.2-9.5-38-3.3-17.4-5.4-35-8.2-52.4-1.7-10.3-3.7-20.5-5.7-30.7-.5-2.5-1.6-4.8-2.5-7.3-4.4.6-5,3.7-5.9,6.3-5.1,13.7-9.8,27.5-15.2,41.2-4.4,11.3-9.7,22.3-14.2,33.5-2.4,6.1-3.8,12.7-5.9,19-1.1,3.3-2.7,6.5-4.1,9.7-1,2.2-2.1,4.4-3,6.7-10.3,27.4-20.6,54.8-30.9,82.1-1.9,5-4,9.9-6.2,14.7-1.3,2.8-2.8,5.6-4.6,8.1-5.5,7.3-13.2,9-21.4,4.6-7.8-4.2-13.3-10.7-16.4-18.7-3.2-8.4-6.1-17.1-8.1-25.9-3.7-15.7-6.7-31.6-9.9-47.4-.8-3.9-1.3-7.9-2-11.8-.4-2.6-1-4.7-3.3-6.7-1.8-1.6-1.5-5.4-2.3-9.1-.6-.6-2.2-2-3.5-3.5-3.4-3.7-4.4-3.4-8.8-.6-3.6,2.3-4.4,5-5.3,8.9-1.9,8.1-5.1,16-7.9,23.9-.6,1.7-1.8,3.2-2,4.8-2.7,16.5-9.5,31.8-14.8,47.5-4.1,11.9-8.5,23.8-13,35.6-4.6,12.1-15,17.8-26.4,21.7-7.1,2.4-13.9,0-19.4-4.8-3.1-2.7-5.5-6.3-8.3-9.5-1.9-2.3-1.7-6.4-6.2-6.6-.7,0-1.5-2.6-1.9-4-3.5-12.1-7.3-24.2-10.1-36.4-3.3-14.4-5.8-29-8.5-43.5-1.1-6.2-3.2-12.8-2.4-18.8,1.2-8.5-2.3-16-3-24.1-.7-7.9-1.9-15.8-3.5-23.6-3.2-15.6-6.9-31.1-10.2-46.6-1.9-8.9-3.5-17.8-5.3-26.7-.3-1.5-.8-2.9-1.6-5.3-2,2.6-3.5,4.4-5,6.3-19.1,25-33.3,52.4-43,82.2-14.9,45.7-29.7,91.4-44.5,137.1-1.3,4.1-2.9,8.2-4.5,12.5-3.2-1.5-2.6-3.8-2.5-5.5,1-12.6,1.9-25.1,3.5-37.6,1.9-14.3,5.7-28.1,10.3-41.8,5.2-15.2,8.7-30.9,12.9-46.5.2-.8.7-2,.3-2.6-2.7-4.1-.2-7.6,1-11.3,3.9-12.9,8.7-25.4,15-37.4.5-1,1.1-2,1.2-3.1.9-12.3,5.2-23.7,10.2-34.8,1-2.2,3.4-3.9,4.8-5.9,1.1-1.5,2.5-3.3,2.5-5.1.3-6.1,2.1-11.6,5.6-16.6,5.5-8.1,10.5-16.5,16.5-24.2,4.7-6.1,11.3-10,19.2-11.2,4.6-.7,8.7.2,13.3,3.1-1.9,1-3.2,1.7-4.6,2.4.4.4.7,1.1,1.2,1.4,8.4,3.6,13.6,10.2,16.3,18.5,4.3,13.7,8.3,27.6,11.9,41.5,1.2,4.6.5,9.7,1.4,14.4.9,4.9,2.3,9.8,3.9,14.6,1.6,4.9,2.6,10,1.3,14.9-1.3,5.1.3,9.3,3.1,13,3.8,5,5.5,10.5,6.7,16.4,1.2,5.8,2.6,11.7,4.2,17.4,1.9,7,4,13.9,2.4,21.4-1,4.8,0,9.3,4.7,12.9,4.1,3.1,4.5,8.5,4.9,13.4.4,5.5.6,11,.9,17.3,3.1-1.3,5.7-1.6,7.2,1.4,4.4-3.9,5-9.8,9.4-13.1.9-.7.8-2.4,1.4-3.6,3.7-8,7.5-16,11.3-24,1.3-2.8,3-5.5,4.3-8.2,4.5-9.1,9-18.2,13.5-27.4.3-.6.4-1.5.9-1.7,6.5-3.6,10.8-10.1,17.8-13.3,2.7-1.2,7-1.8,7.5-6.3,0-.7,2.1-1.4,3.4-1.7,5.5-1,10.9-.5,15.1,3.6,3.8,3.7,7.3,7.8,10.8,11.8.7.8,1.1,2,1.9,2.7,6.6,6.3,8.6,13.8,8,22.8-.4,6.2,1.6,12.5,2.4,18.8.2,1.5.5,3.1.4,4.6-1,15,2.9,29.4,5.2,44.1,4.5,6.5,4,14.2,5.3,21.5,1,5.6,3.3,11,7.5,15.3,3.8,3.9,7.4,4.3,11.8.9,4.1-3.1,6.6-7.3,8-12,4.3-14.2,8.6-28.4,12.5-42.7,5.7-20.9,10.9-42,16.4-62.9.8-3.2,2.5-6.1,3.6-9.3.9-2.7,1.5-5.5,2.3-8.3,1-3.6,2-7.2,3.1-10.8.7-2.3,1.4-4.6,2.2-6.9,1.5-4.4,3.1-8.7,4.7-13.1,1.3-3.5,2.7-7,3.9-10.6,2.9-9.3,5.7-18.6,8.5-27.9,1.4-4.7,2.4-9.5,4.3-14,4.8-11.4,9.5-23,20.9-29.9,1.1-.7,2.3-1.3,3.6-1.9.8-.3,1.7-.4,2.4-.5,9.9,10.6,17.6,22.5,24.2,35.1,5.7,10.8,10.6,21.9,12.3,34.2.4,3.1,1.9,5.6,4.3,8.3,3.2,3.5,6.3,8.4,5.4,14.2-.2,1,.4,2.1.8,3.1,2.5,6.4,4.8,12.9,7.5,19.2,3,6.9,6.9,13.4,9.3,20.4,3.2,9.3,8.6,17.4,13.1,26,5.1,9.8,8.9,20.3,13,30.6.7,1.7-.2,4,.2,5.9.3,1.5,1.2,3.7,2.3,4.1,1.2.4,3.6-.6,4.5-1.7,1.7-2.2,3.1-4.9,4-7.6,2.1-5.8,3.6-11.8,5.7-17.7.9-2.6,2.6-5,3.8-7.6.6-1.4,1.2-2.8,1.5-4.2,3.3-16.2,9.4-31.4,17.6-45.7,1.8-3.2,4.3-6.3,7.1-8.8,6.4-5.6,13.5-4.9,18.6,2,2.5,3.3,4.6,7.2,5.7,11.1,2.3,8.3,3.9,16.8,5.7,25.2.2.9-.2,2-.4,4.2Z"/>
|
||||
<path class="st0" d="M679.2,52.6c-4.4.8-6.5,4.4-9.1,7.4-2,2.3-3.6,5.1-5.7,7.4-4.1,4.4-6.1,9.5-7.2,15.4-1,5.4-2.1,10.7-.9,16.2.2.8,0,1.9-.4,2.6-2.1,2.9-.6,5.5.7,8.1,2.2,4.3,4.8,8.4,6.8,12.7,2.8,5.9,7.3,10,13,13,8.4,4.3,17.3,5.7,26.7,5.4,20.7-.6,38.8,6.2,53.6,20.7,13.4,13.1,20.5,29.3,23.1,47.6,3,21.1-2.4,40.5-13.1,58.5-9.3,15.5-24.2,24.8-40.8,31-14.6,5.4-29.7,6.4-45,3-6.2-1.4-11.9-4.1-16.7-8.2-17.6-15.3-31.8-33-38.9-55.4-1.2-3.8-1.8-7.7-2.4-11.7-.2-1.4.5-2.9,1.1-5.4,1.5,1.8,2.7,2.8,3.3,4,2,4.2,3.7,8.6,5.5,12.8,6.6,15.1,15.7,28.2,29,38.5,10.1,7.8,21.1,10.2,33.5,6.6,11.1-3.2,20.7-8.7,27.6-17.9,13.7-18.4,21.2-38.9,19-62.1-.9-9.4-3.7-18.2-9.4-25.9-6.7-9-15.6-14.5-26.7-16.4-4.9-.8-9.8-1.3-14.6-2.5-13.6-3.3-25-10.3-32.5-22-12.9-20-15.4-40.9-4.1-62.7,3.6-7,7.9-13.4,13.9-18.4,2.8-2.3,6.4-3.7,9.6-5.5,1,.6,2,1.3,3,1.9-.6.5-1.3,1-1.9,1.6Z"/>
|
||||
<path class="st0" d="M679.2,52.6c.6-.5,1.3-1,1.9-1.5,1.2-.4,2.5-.9,3.7-1.3h19.5c0,.5,0,1,0,1.5-1.7,0-3.4,0-5.1,0-6-.1-12-.2-17.6,2.7-1.4.7-2.6.7-2.4-1.4Z"/>
|
||||
<path class="st0" d="M684.9,49.7c-1.2.4-2.5.9-3.7,1.3-1-.6-2-1.3-3-1.9,1.4-.9,2.6-2.1,4.1-2.5,2.8-.8,3.3.8,2.7,3.1Z"/>
|
||||
<path class="st0" d="M732.5,68.6c4.2.1,7.5,2.1,10.3,4.7,3.4,3.3,3,9-.7,12.8-2.7,2.7-5,3.2-8.7,1.8-2.6-.9-4.9-2.1-6.8-4-4.3-4.3-3.5-11,1.6-14.2,1.2-.7,2.9-.7,4.3-1.1Z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M897.5,151.4V56.1h12.1l46.4,72h-6.5l45.8-72h12.1v95.2c.1,0-14,0-14,0v-74.7c-.1,0,3.2,0,3.2,0l-40.7,63.1h-6.8l-41-63.1h3.7v74.7h-14.2Z"/>
|
||||
<path class="st0" d="M1056.8,152.2c-5.8,0-10.9-.9-15.3-2.7-4.4-1.8-7.8-4.3-10.1-7.6-2.4-3.2-3.5-6.9-3.5-11s1-7.4,3-10.6c2-3.2,5.3-5.7,9.9-7.6,4.6-1.9,10.8-2.9,18.5-2.9h24.8v9.4h-24.2c-7.1,0-11.9,1.1-14.3,3.3-2.5,2.2-3.7,4.8-3.7,7.9s1.5,6.4,4.6,8.5c3,2.1,7.3,3.2,12.7,3.2s10-1.1,14-3.3c4-2.2,6.9-5.4,8.6-9.5l2.8,9c-1.9,4.3-5.2,7.6-9.9,10.1-4.7,2.5-10.7,3.7-17.9,3.7ZM1082.5,151.4v-15.2l-.7-2.9v-26c0-5.5-1.7-9.8-5.2-12.9-3.5-3-8.7-4.6-15.7-4.6s-9.2.7-13.6,2.1c-4.4,1.4-8.2,3.3-11.2,5.6l-5.9-9.8c4-3,8.9-5.3,14.5-6.9,5.7-1.6,11.6-2.4,17.8-2.4,10.7,0,19,2.4,24.8,7.2,5.8,4.8,8.7,12.2,8.7,22v43.5h-13.4Z"/>
|
||||
<path class="st0" d="M1126.8,65.4c-2.8,0-5-.8-6.9-2.4-1.8-1.6-2.7-3.6-2.7-6s.9-4.5,2.7-6.1c1.8-1.6,4.1-2.4,6.9-2.4s5,.8,6.9,2.4c1.8,1.6,2.7,3.6,2.7,5.9s-.9,4.5-2.7,6.2c-1.8,1.7-4.1,2.5-6.9,2.5ZM1119.7,151.4v-72.1h14.2v72.1h-14.2Z"/>
|
||||
<path class="st0" d="M1180.8,152.2c-6.5,0-12.7-.8-18.5-2.4-5.9-1.6-10.5-3.6-13.8-6l5.9-10.3c3.3,2.1,7.5,3.9,12.4,5.3,4.9,1.5,9.9,2.2,15.1,2.2s11.3-.9,14.2-2.6c2.9-1.7,4.4-4.1,4.4-7.2s-.9-4-2.7-5.3c-1.8-1.3-4.1-2.2-7-2.9-2.9-.6-6.1-1.2-9.7-1.7-3.5-.5-7.1-1.1-10.6-1.9-3.5-.8-6.8-1.9-9.7-3.3-3-1.4-5.3-3.4-7.1-5.9-1.8-2.5-2.7-5.8-2.7-10s1.3-8.2,4-11.4c2.7-3.3,6.4-5.8,11.3-7.5,4.9-1.8,10.7-2.7,17.3-2.7s10.3.6,15.6,1.7c5.3,1.1,9.6,2.7,12.9,4.8l-6.1,10.3c-3.5-2.2-7.2-3.7-11.1-4.5s-7.7-1.2-11.5-1.2c-6.2,0-10.8.9-13.9,2.8-3.1,1.9-4.6,4.2-4.6,7.1s.9,4.3,2.7,5.6c1.8,1.3,4.2,2.3,7.1,3.1,2.9.7,6.1,1.3,9.7,1.8,3.5.5,7.1,1.1,10.6,1.9,3.5.8,6.8,1.8,9.7,3.2,2.9,1.4,5.3,3.3,7.1,5.7,1.8,2.4,2.7,5.7,2.7,9.8s-1.4,8.1-4.1,11.3c-2.8,3.2-6.6,5.6-11.7,7.4-5,1.8-11,2.7-18,2.7Z"/>
|
||||
<path class="st0" d="M1263.3,152.2c-7.8,0-14.7-1.6-20.9-4.8-6.2-3.2-11-7.6-14.5-13.1-3.5-5.6-5.3-11.9-5.3-19s1.8-13.5,5.3-19c3.5-5.5,8.4-9.8,14.5-13,6.1-3.2,13.1-4.8,21-4.8s14.7,1.6,20.9,4.7c6.1,3.1,11,7.5,14.5,13,3.5,5.5,5.2,11.9,5.2,19s-1.7,13.5-5.2,19c-3.5,5.5-8.3,9.9-14.5,13.1-6.2,3.2-13.1,4.8-20.9,4.8ZM1263.3,140.8c5,0,9.5-1,13.5-3.1s7.1-5.1,9.4-8.9c2.3-3.9,3.4-8.3,3.4-13.4s-1.1-9.6-3.4-13.4c-2.3-3.8-5.4-6.7-9.4-8.8-4-2.1-8.5-3.1-13.5-3.1s-9.5,1-13.4,3.1c-3.9,2.1-7.1,5-9.4,8.8-2.4,3.8-3.5,8.2-3.5,13.4s1.2,9.5,3.5,13.4c2.4,3.9,5.5,6.8,9.4,8.9,3.9,2.1,8.4,3.1,13.4,3.1Z"/>
|
||||
<path class="st0" d="M1362.8,78.6c6.4,0,12,1.1,16.9,3.4,4.9,2.3,8.7,5.7,11.4,10.3,2.8,4.6,4.1,10.5,4.1,17.6v41.5h-14.2v-40c0-7-1.8-12.2-5.5-15.8-3.7-3.5-8.9-5.3-15.6-5.3s-9.4.9-13.1,2.7c-3.7,1.8-6.6,4.5-8.6,8-2,3.5-3,7.9-3,13.2v37.1h-14.2v-72.1h13.6v19.5l-2.2-5.2c2.6-4.7,6.5-8.4,11.8-11,5.3-2.6,11.5-3.9,18.6-3.9Z"/>
|
||||
<path class="st0" d="M1486.4,151.9c-7.2,0-13.7-1.5-19.4-4.6-5.8-3-10.3-7.3-13.7-12.7-3.3-5.4-5-11.7-5-18.8s1.7-13.4,5-18.8c3.3-5.4,7.9-9.6,13.7-12.7,5.8-3,12.2-4.6,19.4-4.6s12.9,1.5,18.4,4.4c5.5,2.9,9.8,7,13,12.4,3.2,5.4,4.8,11.8,4.8,19.3s-1.6,13.7-4.7,19.2c-3.2,5.4-7.5,9.6-12.9,12.5-5.5,2.9-11.6,4.4-18.5,4.4ZM1486.8,145.8c5.9,0,11.2-1.2,15.9-3.7,4.7-2.5,8.4-6,11.1-10.5,2.7-4.5,4.1-9.7,4.1-15.6s-1.4-11.2-4.1-15.7c-2.7-4.5-6.4-8-11.1-10.5-4.7-2.5-10-3.7-15.9-3.7s-11.2,1.2-15.9,3.7c-4.7,2.5-8.4,6-11.1,10.5-2.7,4.5-4.1,9.7-4.1,15.7s1.4,11.1,4.1,15.6c2.7,4.5,6.4,8,11.1,10.5,4.7,2.5,10,3.7,15.9,3.7ZM1518,151.4v-23.3l1.3-12.4-1.5-12.4v-52.9h7.4v100.9h-7.2Z"/>
|
||||
<path class="st0" d="M1585.1,151.9c-7.8,0-14.6-1.5-20.6-4.6-6-3.1-10.6-7.3-14-12.8-3.4-5.4-5.1-11.7-5.1-18.6s1.6-13.3,4.8-18.7c3.2-5.4,7.6-9.6,13.2-12.7,5.6-3.1,11.9-4.6,18.9-4.6s13.3,1.5,18.8,4.5c5.6,3,9.9,7.2,13.1,12.6,3.2,5.4,4.8,11.6,4.8,18.7s0,.6,0,.9c0,.3,0,.7,0,1h-68.1v-5.3h64.1l-3,2.6c0-5.5-1.2-10.5-3.8-14.9-2.6-4.4-6.1-7.8-10.6-10.3-4.4-2.5-9.5-3.7-15.4-3.7s-10.8,1.2-15.3,3.7c-4.5,2.5-8,5.9-10.6,10.3-2.6,4.4-3.8,9.4-3.8,15v1.2c0,5.8,1.4,11,4.2,15.4,2.8,4.5,6.7,8,11.6,10.5,4.9,2.5,10.5,3.7,16.8,3.7s9.5-.8,13.8-2.4c4.3-1.6,7.9-4.1,10.9-7.5l4.3,4.5c-3.3,3.8-7.6,6.7-12.6,8.6-5.1,2-10.6,2.9-16.5,2.9Z"/>
|
||||
<path class="st0" d="M1674.9,151.4V50.4h7.4v100.9h-7.4Z"/>
|
||||
<path class="st0" d="M1731.7,151.9c-5.7,0-10.7-.8-14.8-2.5-4.2-1.7-7.4-4.1-9.6-7.1-2.2-3.1-3.3-6.6-3.3-10.6s.9-6.9,2.7-9.9,4.8-5.4,9.1-7.2c4.2-1.9,9.9-2.8,17-2.8h28.3v5.3h-28.2c-8,0-13.6,1.4-16.8,4.1-3.2,2.7-4.8,6.1-4.8,10.2s1.9,8.2,5.6,10.9c3.7,2.7,9,4.1,15.8,4.1s12-1.4,16.5-4.1c4.5-2.7,7.8-6.7,10-11.8l2.1,4.6c-2.1,5.2-5.6,9.3-10.6,12.3-5,3-11.3,4.6-19,4.6ZM1759.5,151.4v-16.2l-.3-2.4v-26.7c0-6.6-1.9-11.7-5.8-15.1-3.9-3.4-9.6-5.2-17.1-5.2s-10.3.8-14.8,2.5-8.5,3.8-11.7,6.5l-3.7-4.9c3.8-3.2,8.5-5.6,13.9-7.4s11.1-2.7,17-2.7c9.5,0,16.9,2.2,22,6.7,5.1,4.4,7.7,11.1,7.7,19.9v45h-7.1Z"/>
|
||||
<path class="st0" d="M1829.7,151.4V56.1h12.1l46.4,72h-6.5l45.8-72h12.1v95.2c.1,0-14,0-14,0v-74.7c-.1,0,3.2,0,3.2,0l-40.7,63.1h-6.8l-41-63.1h3.7v74.7h-14.2Z"/>
|
||||
<path class="st0" d="M1999.7,152.2c-7.8,0-14.7-1.6-20.9-4.8-6.2-3.2-11-7.6-14.5-13.1-3.5-5.6-5.3-11.9-5.3-19s1.8-13.5,5.3-19,8.4-9.8,14.5-13c6.1-3.2,13.1-4.8,21-4.8s14.7,1.6,20.9,4.7c6.1,3.1,11,7.5,14.5,13s5.2,11.9,5.2,19-1.7,13.5-5.2,19-8.3,9.9-14.5,13.1c-6.2,3.2-13.1,4.8-20.9,4.8ZM1999.7,140.8c5,0,9.5-1,13.5-3.1,4-2.1,7.1-5.1,9.4-8.9,2.3-3.9,3.4-8.3,3.4-13.4s-1.1-9.6-3.4-13.4c-2.3-3.8-5.4-6.7-9.4-8.8-4-2.1-8.5-3.1-13.5-3.1s-9.5,1-13.4,3.1c-3.9,2.1-7.1,5-9.4,8.8-2.4,3.8-3.5,8.2-3.5,13.4s1.2,9.5,3.5,13.4c2.4,3.9,5.5,6.8,9.4,8.9,3.9,2.1,8.4,3.1,13.4,3.1Z"/>
|
||||
<path class="st0" d="M2057.4,151.4V50.4h14.2v48l-1.5,16.7.9,16.7v19.5h-13.6ZM2098.9,152.2c-6.7,0-12.7-1.4-18.1-4.1-5.4-2.8-9.6-6.9-12.7-12.3-3.1-5.4-4.6-12.2-4.6-20.4s1.6-15,4.8-20.4c3.2-5.4,7.5-9.5,12.8-12.2,5.4-2.7,11.3-4.1,17.8-4.1s14.5,1.5,20.4,4.6c5.9,3.1,10.6,7.4,14,12.9,3.4,5.5,5.2,11.9,5.2,19.3s-1.7,13.8-5.2,19.3c-3.4,5.5-8.1,9.8-14,12.9-5.9,3.1-12.7,4.6-20.4,4.6ZM2097.7,140.8c5,0,9.5-1,13.5-3.1,4-2.1,7.1-5.1,9.4-8.9,2.3-3.9,3.5-8.3,3.5-13.4s-1.2-9.6-3.5-13.4c-2.3-3.8-5.5-6.7-9.4-8.8-4-2.1-8.5-3.1-13.5-3.1s-9.4,1-13.4,3.1c-4,2.1-7.1,5-9.4,8.8-2.3,3.8-3.5,8.2-3.5,13.4s1.2,9.5,3.5,13.4c2.3,3.9,5.5,6.8,9.4,8.9,4,2.1,8.4,3.1,13.4,3.1Z"/>
|
||||
<path class="st0" d="M2162.6,65.4c-2.8,0-5-.8-6.9-2.4-1.8-1.6-2.7-3.6-2.7-6s.9-4.5,2.7-6.1c1.8-1.6,4.1-2.4,6.9-2.4s5,.8,6.9,2.4c1.8,1.6,2.7,3.6,2.7,5.9s-.9,4.5-2.7,6.2c-1.8,1.7-4.1,2.5-6.9,2.5ZM2155.6,151.4v-72.1h14.2v72.1h-14.2Z"/>
|
||||
<path class="st0" d="M2194.2,151.4V50.4h14.2v100.9h-14.2Z"/>
|
||||
<path class="st0" d="M2240,65.4c-2.8,0-5-.8-6.9-2.4-1.8-1.6-2.7-3.6-2.7-6s.9-4.5,2.7-6.1c1.8-1.6,4.1-2.4,6.9-2.4s5,.8,6.9,2.4c1.8,1.6,2.7,3.6,2.7,5.9s-.9,4.5-2.7,6.2c-1.8,1.7-4.1,2.5-6.9,2.5ZM2232.9,151.4v-72.1h14.2v72.1h-14.2Z"/>
|
||||
<path class="st0" d="M2260.4,90v-10.7h49.9v10.7h-49.9ZM2298.5,152.2c-7.9,0-14-1.9-18.3-5.9-4.3-3.9-6.5-9.5-6.5-16.7V63.5h14.2v65.6c0,3.9,1.1,6.9,3.2,9,2.1,2.1,5.1,3.1,9.1,3.1s8.1-1.1,11.1-3.4l4.4,9.4c-2.2,1.7-4.7,3-7.8,3.8-3,.8-6.1,1.2-9.4,1.2Z"/>
|
||||
<path class="st0" d="M2365,152.2c-8.4,0-15.7-1.6-22.1-4.8-6.3-3.2-11.3-7.5-14.8-13.1-3.5-5.5-5.2-11.9-5.2-19s1.7-13.5,5.1-19c3.4-5.5,8.1-9.9,14-13,6-3.1,12.7-4.7,20.2-4.7s14.3,1.5,20.1,4.6c5.8,3.1,10.4,7.4,13.7,13,3.3,5.6,4.9,12.1,4.9,19.5s0,1.2,0,1.9c0,.7-.1,1.4-.2,2h-66.6v-9.4h59.2l-5.8,3.3c0-4.6-.9-8.8-3.1-12.4-2.2-3.6-5.1-6.5-8.9-8.5-3.8-2-8.2-3.1-13.2-3.1s-9.3,1-13.1,3.1c-3.8,2-6.8,4.9-9,8.6-2.2,3.7-3.2,7.9-3.2,12.6v2.2c0,4.8,1.2,9.1,3.6,12.9,2.4,3.8,5.8,6.7,10.1,8.8,4.3,2.1,9.3,3.1,14.9,3.1s8.8-.7,12.6-2.2c3.8-1.4,7.1-3.6,10-6.5l7.8,8.4c-3.5,3.8-7.9,6.7-13.2,8.7-5.3,2-11.1,3-17.6,3ZM2351,68.8l20.1-17.7h18l-24.8,17.7h-13.3Z"/>
|
||||
</g>
|
||||
<path class="st0" d="M937.7,303.3c-7.9,0-15.4-1.1-22.6-3.3-7.2-2.2-12.8-5.1-17-8.6l5.5-10.6c3.9,3.2,9,5.8,15.1,7.9,6.1,2.1,12.4,3.1,19,3.1s10.9-.6,14.6-1.9c3.7-1.3,6.5-3,8.3-5.2,1.8-2.2,2.7-4.7,2.7-7.5s-1.2-5.9-3.5-7.9c-2.3-2-5.3-3.6-9-4.8-3.7-1.2-7.8-2.3-12.2-3.2-4.4-.9-8.9-2-13.4-3.2-4.5-1.2-8.6-2.8-12.3-4.7-3.7-1.9-6.7-4.5-8.9-7.7-2.3-3.2-3.4-7.4-3.4-12.4s1.4-9.4,4.2-13.5c2.8-4.1,7.1-7.4,13-9.9,5.9-2.5,13.3-3.7,22.4-3.7s12,.7,17.9,2.2c5.9,1.5,11,3.5,15.4,6.3l-4.9,10.9c-4.4-2.7-9.1-4.7-14-5.9-4.9-1.2-9.7-1.8-14.3-1.8s-10.6.7-14.3,2c-3.7,1.4-6.5,3.2-8.2,5.4-1.7,2.3-2.6,4.8-2.6,7.6s1.2,6,3.5,8c2.3,2,5.3,3.6,9,4.8,3.7,1.2,7.8,2.2,12.2,3.2s8.9,2,13.4,3.2c4.5,1.2,8.6,2.7,12.3,4.6,3.7,1.9,6.7,4.4,8.9,7.6,2.3,3.2,3.4,7.3,3.4,12.2s-1.4,9.3-4.3,13.4c-2.9,4.1-7.3,7.4-13.2,9.9-6,2.5-13.5,3.7-22.5,3.7Z"/>
|
||||
<path class="st0" d="M1028.2,303c-7.8,0-14.7-1.6-20.9-4.8-6.2-3.2-11-7.6-14.5-13.1-3.5-5.6-5.3-11.9-5.3-19s1.8-13.5,5.3-19c3.5-5.5,8.4-9.8,14.5-13,6.1-3.2,13.1-4.8,21-4.8s14.7,1.6,20.9,4.7c6.1,3.1,11,7.5,14.5,13,3.5,5.5,5.2,11.9,5.2,19s-1.7,13.5-5.2,19c-3.5,5.5-8.3,9.9-14.5,13.1-6.2,3.2-13.1,4.8-20.9,4.8ZM1028.2,291.6c5,0,9.5-1,13.5-3.1s7.1-5.1,9.4-8.9c2.3-3.9,3.4-8.3,3.4-13.4s-1.1-9.6-3.4-13.4c-2.3-3.8-5.4-6.7-9.4-8.8-4-2.1-8.5-3.1-13.5-3.1s-9.5,1-13.4,3.1c-3.9,2.1-7.1,5-9.4,8.8-2.4,3.8-3.5,8.2-3.5,13.4s1.2,9.5,3.5,13.4c2.4,3.9,5.5,6.8,9.4,8.9,3.9,2.1,8.4,3.1,13.4,3.1Z"/>
|
||||
<path class="st0" d="M1085.9,302.2v-100.9h14.2v100.9h-14.2Z"/>
|
||||
<path class="st0" d="M1131.7,216.2c-2.8,0-5-.8-6.9-2.4-1.8-1.6-2.7-3.6-2.7-6s.9-4.5,2.7-6.1c1.8-1.6,4.1-2.4,6.9-2.4s5,.8,6.9,2.4c1.8,1.6,2.7,3.6,2.7,5.9s-.9,4.5-2.7,6.2c-1.8,1.7-4.1,2.5-6.9,2.5ZM1124.6,302.2v-72.1h14.2v72.1h-14.2Z"/>
|
||||
<path class="st0" d="M1195.6,303c-7.6,0-14.3-1.5-20.3-4.6-6-3.1-10.7-7.4-14.1-12.9-3.4-5.5-5.2-12-5.2-19.3s1.7-13.8,5.2-19.3c3.4-5.5,8.1-9.8,14.1-12.9,6-3.1,12.7-4.6,20.3-4.6s12.5,1.4,17.9,4.1c5.3,2.7,9.6,6.8,12.8,12.2,3.2,5.4,4.8,12.2,4.8,20.4s-1.6,15-4.7,20.4c-3.1,5.4-7.3,9.5-12.6,12.3-5.3,2.8-11.4,4.1-18.2,4.1ZM1196.8,291.6c4.9,0,9.4-1,13.4-3.1,4-2.1,7.1-5.1,9.4-8.9,2.3-3.9,3.5-8.3,3.5-13.4s-1.2-9.6-3.5-13.4c-2.3-3.8-5.5-6.7-9.4-8.8-4-2.1-8.4-3.1-13.4-3.1s-9.5,1-13.4,3.1c-3.9,2.1-7.1,5-9.4,8.8-2.4,3.8-3.5,8.2-3.5,13.4s1.2,9.5,3.5,13.4c2.4,3.9,5.5,6.8,9.4,8.9,3.9,2.1,8.4,3.1,13.4,3.1ZM1223.5,302.2v-19.5l.9-16.7-1.5-16.7v-48h14.2v100.9h-13.6Z"/>
|
||||
<path class="st0" d="M1284.4,303c-5.8,0-10.9-.9-15.3-2.7-4.4-1.8-7.8-4.3-10.1-7.6-2.4-3.2-3.5-6.9-3.5-11s1-7.4,3-10.6c2-3.2,5.3-5.7,9.9-7.6,4.6-1.9,10.8-2.9,18.5-2.9h24.8v9.4h-24.2c-7.1,0-11.9,1.1-14.3,3.3-2.5,2.2-3.7,4.8-3.7,7.9s1.5,6.4,4.6,8.5c3,2.1,7.3,3.2,12.7,3.2s10-1.1,14-3.3c4-2.2,6.9-5.4,8.6-9.5l2.8,9c-1.9,4.3-5.2,7.6-9.9,10.1-4.7,2.5-10.7,3.7-17.9,3.7ZM1310,302.2v-15.2l-.7-2.9v-26c0-5.5-1.7-9.8-5.2-12.9-3.5-3-8.7-4.6-15.7-4.6s-9.2.7-13.6,2.1c-4.4,1.4-8.2,3.3-11.2,5.6l-5.9-9.8c4-3,8.9-5.3,14.5-6.9,5.7-1.6,11.6-2.4,17.8-2.4,10.7,0,19,2.4,24.8,7.2,5.8,4.8,8.7,12.2,8.7,22v43.5h-13.4Z"/>
|
||||
<path class="st0" d="M1354.3,216.2c-2.8,0-5-.8-6.9-2.4-1.8-1.6-2.7-3.6-2.7-6s.9-4.5,2.7-6.1c1.8-1.6,4.1-2.4,6.9-2.4s5,.8,6.9,2.4c1.8,1.6,2.7,3.6,2.7,5.9s-.9,4.5-2.7,6.2c-1.8,1.7-4.1,2.5-6.9,2.5ZM1347.2,302.2v-72.1h14.2v72.1h-14.2Z"/>
|
||||
<path class="st0" d="M1385.9,302.2v-72.1h13.6v19.6l-1.3-4.9c2.2-5,5.8-8.8,10.9-11.4,5.1-2.6,11.4-3.9,18.9-3.9v12.7c-.6,0-1.2-.1-1.7-.1h-1.5c-7.6,0-13.6,2.1-18,6.3-4.4,4.2-6.6,10.2-6.6,18.1v35.9h-14.2Z"/>
|
||||
<path class="st0" d="M1478.8,303c-8.4,0-15.7-1.6-22.1-4.8-6.3-3.2-11.3-7.5-14.8-13.1-3.5-5.5-5.2-11.9-5.2-19s1.7-13.5,5.1-19c3.4-5.5,8.1-9.9,14-13,6-3.1,12.7-4.7,20.2-4.7s14.3,1.5,20.1,4.6c5.8,3.1,10.4,7.4,13.7,13,3.3,5.6,4.9,12.1,4.9,19.5s0,1.2,0,1.9c0,.7-.1,1.4-.2,2h-66.6v-9.4h59.2l-5.8,3.3c0-4.6-.9-8.8-3.1-12.4-2.2-3.6-5.1-6.5-8.9-8.5-3.8-2-8.2-3.1-13.2-3.1s-9.3,1-13.1,3.1c-3.8,2-6.8,4.9-9,8.6-2.2,3.7-3.2,7.9-3.2,12.6v2.2c0,4.8,1.2,9.1,3.6,12.9,2.4,3.8,5.8,6.7,10.1,8.8,4.3,2.1,9.3,3.1,14.9,3.1s8.8-.7,12.6-2.2c3.8-1.4,7.1-3.6,10-6.5l7.8,8.4c-3.5,3.8-7.9,6.7-13.2,8.7-5.3,2-11.1,3-17.6,3Z"/>
|
||||
<path class="st0" d="M1582,302.2h-7.5v-95.2h7.5v95.2ZM1652,256.9h-70.9v-6.1h70.9v6.1ZM1651.1,207h7.5v95.2h-7.5v-95.2Z"/>
|
||||
<path class="st0" d="M1710.6,302.7c-5.7,0-10.7-.8-14.8-2.5-4.2-1.7-7.4-4.1-9.6-7.1-2.2-3.1-3.3-6.6-3.3-10.6s.9-6.9,2.7-9.9,4.8-5.4,9.1-7.2c4.2-1.9,9.9-2.8,17-2.8h28.3v5.3h-28.2c-8,0-13.6,1.4-16.8,4.1-3.2,2.7-4.8,6.1-4.8,10.2s1.9,8.2,5.6,10.9c3.7,2.7,9,4.1,15.8,4.1s12-1.4,16.5-4.1c4.5-2.7,7.8-6.7,10-11.8l2.1,4.6c-2.1,5.2-5.6,9.3-10.6,12.3-5,3-11.3,4.6-19,4.6ZM1738.4,302.2v-16.2l-.3-2.4v-26.7c0-6.6-1.9-11.7-5.8-15.1-3.9-3.4-9.6-5.2-17.1-5.2s-10.3.8-14.8,2.5-8.5,3.8-11.7,6.5l-3.7-4.9c3.8-3.2,8.5-5.6,13.9-7.4s11.1-2.7,17-2.7c9.5,0,16.9,2.2,22,6.7,5.1,4.4,7.7,11.1,7.7,19.9v45h-7.1Z"/>
|
||||
<path class="st0" d="M1804.6,302.7c-6.6,0-12.3-1.1-17.1-3.3-4.8-2.2-8.5-5.6-11.1-10.1-2.6-4.5-3.9-10-3.9-16.7v-41.5h7.4v40.9c0,8,2.2,14.1,6.6,18.2,4.4,4.2,10.7,6.3,18.7,6.3s10.8-1.1,15.1-3.4c4.2-2.3,7.5-5.5,9.7-9.6,2.3-4.1,3.4-9,3.4-14.6v-37.8h7.4v71h-7.1v-19.7l1,2.3c-2.3,5.5-6,9.9-11.3,13.1-5.3,3.2-11.5,4.8-18.8,4.8Z"/>
|
||||
<path class="st0" d="M1856.9,237v-5.8h46.1v5.8h-46.1ZM1892,302.7c-6.8,0-12-1.7-15.6-5.2-3.6-3.4-5.4-8.2-5.4-14.1v-67.7h7.4v67.1c0,4.5,1.2,8,3.7,10.5,2.5,2.4,6,3.7,10.6,3.7s8.8-1.3,12-3.9l3.1,4.8c-2,1.7-4.4,3-7.2,3.8-2.8.8-5.7,1.2-8.6,1.2Z"/>
|
||||
<path class="st0" d="M1957.1,302.7c-7.8,0-14.6-1.5-20.6-4.6-6-3.1-10.6-7.3-14-12.8-3.4-5.4-5.1-11.7-5.1-18.6s1.6-13.3,4.8-18.7c3.2-5.4,7.6-9.6,13.2-12.7,5.6-3.1,11.9-4.6,18.9-4.6s13.3,1.5,18.8,4.5c5.6,3,9.9,7.2,13.1,12.6,3.2,5.4,4.8,11.6,4.8,18.7s0,.6,0,.9c0,.3,0,.7,0,1h-68.1v-5.3h64.1l-3,2.6c0-5.5-1.2-10.5-3.8-14.9-2.6-4.4-6.1-7.8-10.6-10.3-4.4-2.5-9.5-3.7-15.4-3.7s-10.8,1.2-15.3,3.7c-4.5,2.5-8,5.9-10.6,10.3-2.6,4.4-3.8,9.4-3.8,15v1.2c0,5.8,1.4,11,4.2,15.4,2.8,4.5,6.7,8,11.6,10.5,4.9,2.5,10.5,3.7,16.8,3.7s9.5-.8,13.8-2.4c4.3-1.6,7.9-4.1,10.8-7.5l4.3,4.5c-3.3,3.8-7.6,6.7-12.6,8.6-5.1,2-10.6,2.9-16.5,2.9Z"/>
|
||||
<path class="st0" d="M2010.9,268.7v-6.1h37.9v6.1h-37.9Z"/>
|
||||
<path class="st0" d="M2073.5,302.2v-95.2h7.5v89h59.5v6.3h-67Z"/>
|
||||
<path class="st0" d="M2185.1,302.7c-7.4,0-14-1.5-19.7-4.6-5.8-3.1-10.3-7.3-13.7-12.8-3.4-5.4-5.1-11.7-5.1-18.6s1.7-13.3,5.1-18.7c3.4-5.4,8-9.6,13.7-12.7,5.8-3.1,12.3-4.6,19.7-4.6s14,1.5,19.8,4.6c5.8,3.1,10.4,7.3,13.7,12.7,3.3,5.4,5,11.6,5,18.7s-1.7,13.2-5,18.6c-3.3,5.4-7.9,9.7-13.7,12.8-5.8,3.1-12.4,4.6-19.8,4.6ZM2185.1,296.6c5.9,0,11.2-1.2,15.9-3.7,4.7-2.5,8.4-6,11.1-10.5,2.7-4.5,4-9.7,4-15.6s-1.3-11.2-4-15.7c-2.7-4.5-6.3-8-11.1-10.5-4.7-2.5-10-3.7-15.9-3.7s-11.2,1.2-15.9,3.7c-4.7,2.5-8.4,6-11.1,10.5-2.7,4.5-4.1,9.7-4.1,15.7s1.4,11.1,4.1,15.6c2.7,4.5,6.4,8,11.1,10.5,4.7,2.5,10,3.7,15.9,3.7Z"/>
|
||||
<path class="st0" d="M2247.7,213.9c-1.7,0-3.1-.5-4.3-1.6-1.2-1.1-1.8-2.4-1.8-3.8s.6-2.9,1.8-3.9c1.2-1.1,2.6-1.6,4.3-1.6s3.2.5,4.4,1.6c1.1,1,1.7,2.3,1.7,3.9s-.6,2.9-1.7,3.9c-1.1,1.1-2.6,1.6-4.4,1.6ZM2244,302.2v-71h7.4v71h-7.4Z"/>
|
||||
<path class="st0" d="M2280,302.2v-71h7.1v19.5l-.7-2.2c2.2-5.7,5.8-10.1,10.9-13.2,5.1-3.1,11.5-4.6,19.2-4.6v6.7c-.3,0-.6,0-.9,0-.3,0-.6,0-.9,0-8.6,0-15.3,2.5-20.1,7.4-4.8,4.9-7.2,11.8-7.2,20.6v37h-7.4Z"/>
|
||||
<path class="st0" d="M2367,302.7c-7.8,0-14.6-1.5-20.6-4.6-6-3.1-10.6-7.3-14-12.8-3.4-5.4-5.1-11.7-5.1-18.6s1.6-13.3,4.8-18.7c3.2-5.4,7.6-9.6,13.2-12.7,5.6-3.1,11.9-4.6,18.9-4.6s13.3,1.5,18.8,4.5c5.6,3,9.9,7.2,13.1,12.6,3.2,5.4,4.8,11.6,4.8,18.7s0,.6,0,.9c0,.3,0,.7,0,1h-68.1v-5.3h64.1l-3,2.6c0-5.5-1.2-10.5-3.8-14.9-2.6-4.4-6.1-7.8-10.6-10.3-4.4-2.5-9.5-3.7-15.4-3.7s-10.8,1.2-15.3,3.7c-4.5,2.5-8,5.9-10.6,10.3s-3.8,9.4-3.8,15v1.2c0,5.8,1.4,11,4.2,15.4,2.8,4.5,6.7,8,11.6,10.5,4.9,2.5,10.5,3.7,16.8,3.7s9.5-.8,13.8-2.4c4.3-1.6,7.9-4.1,10.8-7.5l4.3,4.5c-3.3,3.8-7.6,6.7-12.6,8.6-5.1,2-10.6,2.9-16.5,2.9Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 20 KiB |
@@ -0,0 +1,58 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Calque_1" xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 800 508.6">
|
||||
<!-- Generator: Adobe Illustrator 29.8.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 160) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: #fff;
|
||||
}
|
||||
</style>
|
||||
</defs>
|
||||
<path class="st0" d="M611.8,183.8c-8.8-8.6-9.5-21-17.9-28.5-4.1,1.3-4.4,4.6-5.3,7.4-8.2,28.8-16.2,57.5-24.4,86.3-3.8,13.2-7.7,26.3-11.6,39.5-.9,3-1.7,6-2.1,9-.6,4.8-2.8,8.7-6.2,12.2-5.5,5.8-11.3,7.4-18.8,4.6-8-3-14.1-8.4-19-15.3-8.6-12.3-14.3-26-19.4-40-7.9-21.5-12.5-43.8-17.3-66.1-2.7-12.8-7-25.2-9.5-38-3.3-17.4-5.4-35-8.2-52.4-1.7-10.3-3.7-20.5-5.7-30.7-.5-2.5-1.6-4.8-2.5-7.3-4.4.6-5,3.7-5.9,6.3-5.1,13.7-9.8,27.5-15.2,41.2-4.4,11.3-9.7,22.3-14.2,33.5-2.4,6.1-3.8,12.7-5.9,19-1.1,3.3-2.7,6.5-4.1,9.7-1,2.2-2.1,4.4-3,6.7-10.3,27.4-20.6,54.8-30.9,82.1-1.9,5-4,9.9-6.2,14.7-1.3,2.8-2.8,5.6-4.6,8.1-5.5,7.3-13.2,9-21.4,4.6-7.8-4.2-13.3-10.7-16.4-18.7-3.2-8.4-6.1-17.1-8.1-25.9-3.7-15.7-6.7-31.6-9.9-47.4-.8-3.9-1.3-7.9-2-11.8-.4-2.6-1-4.7-3.3-6.7-1.8-1.6-1.5-5.4-2.3-9.1-.6-.6-2.2-2-3.5-3.5-3.4-3.7-4.4-3.4-8.8-.6-3.6,2.3-4.4,5-5.3,8.9-1.9,8.1-5.1,16-7.9,23.9-.6,1.7-1.8,3.2-2,4.8-2.7,16.5-9.5,31.8-14.8,47.5-4.1,11.9-8.5,23.8-13,35.6-4.6,12.1-15,17.8-26.4,21.7-7.1,2.4-13.9,0-19.4-4.8-3.1-2.7-5.5-6.3-8.3-9.5-1.9-2.3-1.7-6.4-6.2-6.6-.7,0-1.5-2.6-1.9-4-3.5-12.1-7.3-24.2-10.1-36.4-3.3-14.4-5.8-29-8.5-43.5-1.1-6.2-3.2-12.8-2.4-18.8,1.2-8.5-2.3-16-3-24.1-.7-7.9-1.9-15.8-3.5-23.6-3.2-15.6-6.9-31.1-10.2-46.6-1.9-8.9-3.5-17.8-5.3-26.7-.3-1.5-.8-2.9-1.6-5.3-2,2.6-3.5,4.4-5,6.3-19.1,25-33.3,52.4-43,82.2-14.9,45.7-29.7,91.4-44.5,137.1-1.3,4.1-2.9,8.2-4.5,12.5-3.2-1.5-2.6-3.8-2.5-5.5,1-12.6,1.9-25.1,3.5-37.6,1.9-14.3,5.7-28.1,10.3-41.8,5.2-15.2,8.7-30.9,12.9-46.5.2-.8.7-2,.3-2.6-2.7-4.1-.2-7.6,1-11.3,3.9-12.9,8.7-25.4,15-37.4.5-1,1.1-2,1.2-3.1.9-12.3,5.2-23.7,10.2-34.8,1-2.2,3.4-3.9,4.8-5.9,1.1-1.5,2.5-3.3,2.5-5.1.3-6.1,2.1-11.6,5.6-16.6,5.5-8.1,10.5-16.5,16.5-24.2,4.7-6.1,11.3-10,19.2-11.2,4.6-.7,8.7.2,13.3,3.1-1.9,1-3.2,1.7-4.6,2.4.4.4.7,1.1,1.2,1.4,8.4,3.6,13.6,10.2,16.3,18.5,4.3,13.7,8.3,27.6,11.9,41.5,1.2,4.6.5,9.7,1.4,14.4.9,4.9,2.3,9.8,3.9,14.6,1.6,4.9,2.6,10,1.3,14.9-1.3,5.1.3,9.3,3.1,13,3.8,5,5.5,10.5,6.7,16.4,1.2,5.8,2.6,11.7,4.2,17.4,1.9,7,4,13.9,2.4,21.4-1,4.8,0,9.3,4.7,12.9,4.1,3.1,4.5,8.5,4.9,13.4.4,5.5.6,11,.9,17.3,3.1-1.3,5.7-1.6,7.2,1.4,4.4-3.9,5-9.8,9.4-13.1.9-.7.8-2.4,1.4-3.6,3.7-8,7.5-16,11.3-24,1.3-2.8,3-5.5,4.3-8.2,4.5-9.1,9-18.2,13.5-27.4.3-.6.4-1.5.9-1.7,6.5-3.6,10.8-10.1,17.8-13.3,2.7-1.2,7-1.8,7.5-6.3,0-.7,2.1-1.4,3.4-1.7,5.5-1,10.9-.5,15.1,3.6,3.8,3.7,7.3,7.8,10.8,11.8.7.8,1.1,2,1.9,2.7,6.6,6.3,8.6,13.8,8,22.8-.4,6.2,1.6,12.5,2.4,18.8.2,1.5.5,3.1.4,4.6-1,15,2.9,29.4,5.2,44.1,4.5,6.5,4,14.2,5.3,21.5,1,5.6,3.3,11,7.5,15.3,3.8,3.9,7.4,4.3,11.8.9,4.1-3.1,6.6-7.3,8-12,4.3-14.2,8.6-28.4,12.5-42.7,5.7-20.9,10.9-42,16.4-62.9.8-3.2,2.5-6.1,3.6-9.3.9-2.7,1.5-5.5,2.3-8.3,1-3.6,2-7.2,3.1-10.8.7-2.3,1.4-4.6,2.2-6.9,1.5-4.4,3.1-8.7,4.7-13.1,1.3-3.5,2.7-7,3.9-10.6,2.9-9.3,5.7-18.6,8.5-27.9,1.4-4.7,2.4-9.5,4.3-14,4.8-11.4,9.5-23,20.9-29.9,1.1-.7,2.3-1.3,3.6-1.9.8-.3,1.7-.4,2.4-.5,9.9,10.6,17.6,22.5,24.2,35.1,5.7,10.8,10.6,21.9,12.3,34.2.4,3.1,1.9,5.6,4.3,8.3,3.2,3.5,6.3,8.4,5.4,14.2-.2,1,.4,2.1.8,3.1,2.5,6.4,4.8,12.9,7.5,19.2,3,6.9,6.9,13.4,9.3,20.4,3.2,9.3,8.6,17.4,13.1,26,5.1,9.8,8.9,20.3,13,30.6.7,1.7-.2,4,.2,5.9.3,1.5,1.2,3.7,2.3,4.1,1.2.4,3.6-.6,4.5-1.7,1.7-2.2,3.1-4.9,4-7.6,2.1-5.8,3.6-11.8,5.7-17.7.9-2.6,2.6-5,3.8-7.6.6-1.4,1.2-2.8,1.5-4.2,3.3-16.2,9.4-31.4,17.6-45.7,1.8-3.2,4.3-6.3,7.1-8.8,6.4-5.6,13.5-4.9,18.6,2,2.5,3.3,4.6,7.2,5.7,11.1,2.3,8.3,3.9,16.8,5.7,25.2.2.9-.2,2-.4,4.2Z"/>
|
||||
<path class="st0" d="M679.2,52.6c-4.4.8-6.5,4.4-9.1,7.4-2,2.3-3.6,5.1-5.7,7.4-4.1,4.4-6.1,9.5-7.2,15.4-1,5.4-2.1,10.7-.9,16.2.2.8,0,1.9-.4,2.6-2.1,2.9-.6,5.5.7,8.1,2.2,4.3,4.8,8.4,6.8,12.7,2.8,5.9,7.3,10,13,13,8.4,4.3,17.3,5.7,26.7,5.4,20.7-.6,38.8,6.2,53.6,20.7,13.4,13.1,20.5,29.3,23.1,47.6,3,21.1-2.4,40.5-13.1,58.5-9.3,15.5-24.2,24.8-40.8,31-14.6,5.4-29.7,6.4-45,3-6.2-1.4-11.9-4.1-16.7-8.2-17.6-15.3-31.8-33-38.9-55.4-1.2-3.8-1.8-7.7-2.4-11.7-.2-1.4.5-2.9,1.1-5.4,1.5,1.8,2.7,2.8,3.3,4,2,4.2,3.7,8.6,5.5,12.8,6.6,15.1,15.7,28.2,29,38.5,10.1,7.8,21.1,10.2,33.5,6.6,11.1-3.2,20.7-8.7,27.6-17.9,13.7-18.4,21.2-38.9,19-62.1-.9-9.4-3.7-18.2-9.4-25.9-6.7-9-15.6-14.5-26.7-16.4-4.9-.8-9.8-1.3-14.6-2.5-13.6-3.3-25-10.3-32.5-22-12.9-20-15.4-40.9-4.1-62.7,3.6-7,7.9-13.4,13.9-18.4,2.8-2.3,6.4-3.7,9.6-5.5,1,.6,2,1.3,3,1.9-.6.5-1.3,1-1.9,1.6Z"/>
|
||||
<path class="st0" d="M679.2,52.6c.6-.5,1.3-1,1.9-1.5,1.2-.4,2.5-.9,3.7-1.3h19.5c0,.5,0,1,0,1.5-1.7,0-3.4,0-5.1,0-6-.1-12-.2-17.6,2.7-1.4.7-2.6.7-2.4-1.4Z"/>
|
||||
<path class="st0" d="M684.9,49.7c-1.2.4-2.5.9-3.7,1.3-1-.6-2-1.3-3-1.9,1.4-.9,2.6-2.1,4.1-2.5,2.8-.8,3.3.8,2.7,3.1Z"/>
|
||||
<path class="st0" d="M732.5,68.6c4.2.1,7.5,2.1,10.3,4.7,3.4,3.3,3,9-.7,12.8-2.7,2.7-5,3.2-8.7,1.8-2.6-.9-4.9-2.1-6.8-4-4.3-4.3-3.5-11,1.6-14.2,1.2-.7,2.9-.7,4.3-1.1Z"/>
|
||||
<g>
|
||||
<g>
|
||||
<path class="st0" d="M24.8,413v-48.2h6.1l23.5,36.4h-3.3l23.2-36.4h6.1v48.2c0,0-7.1,0-7.1,0v-37.8c0,0,1.6,0,1.6,0l-20.6,32h-3.4l-20.8-32h1.9v37.8h-7.2Z"/>
|
||||
<path class="st0" d="M105.4,413.4c-2.9,0-5.5-.5-7.7-1.4-2.2-.9-3.9-2.2-5.1-3.8-1.2-1.6-1.8-3.5-1.8-5.5s.5-3.8,1.5-5.4c1-1.6,2.7-2.9,5-3.9,2.3-1,5.4-1.4,9.4-1.4h12.6v4.8h-12.3c-3.6,0-6,.6-7.2,1.7-1.2,1.1-1.9,2.4-1.9,4s.8,3.2,2.3,4.3c1.5,1.1,3.7,1.6,6.4,1.6s5-.6,7.1-1.7c2-1.1,3.5-2.7,4.4-4.8l1.4,4.5c-.9,2.2-2.6,3.9-5,5.1s-5.4,1.9-9,1.9ZM118.4,413v-7.7l-.4-1.4v-13.2c0-2.8-.9-5-2.7-6.5-1.8-1.5-4.4-2.3-8-2.3s-4.6.4-6.9,1.1-4.1,1.7-5.7,2.9l-3-5c2-1.5,4.5-2.7,7.4-3.5,2.9-.8,5.9-1.2,9-1.2,5.4,0,9.6,1.2,12.6,3.7,2.9,2.4,4.4,6.2,4.4,11.2v22h-6.8Z"/>
|
||||
<path class="st0" d="M140.8,369.5c-1.4,0-2.6-.4-3.5-1.2-.9-.8-1.4-1.8-1.4-3s.5-2.3,1.4-3.1c.9-.8,2.1-1.2,3.5-1.2s2.6.4,3.5,1.2c.9.8,1.4,1.8,1.4,3s-.4,2.3-1.3,3.1-2.1,1.3-3.5,1.3ZM137.3,413v-36.5h7.2v36.5h-7.2Z"/>
|
||||
<path class="st0" d="M168.2,413.4c-3.3,0-6.4-.4-9.4-1.2-3-.8-5.3-1.8-7-3l3-5.2c1.7,1.1,3.8,2,6.3,2.7,2.5.7,5,1.1,7.6,1.1s5.7-.4,7.2-1.3c1.5-.9,2.2-2.1,2.2-3.7s-.4-2-1.3-2.7c-.9-.6-2.1-1.1-3.6-1.4-1.5-.3-3.1-.6-4.9-.9-1.8-.3-3.6-.6-5.4-1-1.8-.4-3.4-.9-4.9-1.7-1.5-.7-2.7-1.7-3.6-3-.9-1.3-1.3-3-1.3-5.1s.7-4.1,2-5.8c1.3-1.7,3.3-2.9,5.7-3.8,2.5-.9,5.4-1.3,8.8-1.3s5.2.3,7.9.9c2.7.6,4.8,1.4,6.5,2.4l-3.1,5.2c-1.8-1.1-3.7-1.9-5.6-2.3s-3.9-.6-5.8-.6c-3.1,0-5.5.5-7,1.4-1.5.9-2.3,2.1-2.3,3.6s.5,2.2,1.4,2.9c.9.7,2.1,1.2,3.6,1.5,1.5.4,3.1.7,4.9.9,1.8.3,3.6.6,5.4,1,1.8.4,3.4.9,4.9,1.6,1.5.7,2.7,1.7,3.6,2.9.9,1.2,1.4,2.9,1.4,5s-.7,4.1-2.1,5.7c-1.4,1.6-3.4,2.9-5.9,3.8-2.5.9-5.6,1.3-9.1,1.3Z"/>
|
||||
<path class="st0" d="M210,413.4c-3.9,0-7.5-.8-10.6-2.4-3.1-1.6-5.6-3.8-7.4-6.6-1.8-2.8-2.7-6-2.7-9.6s.9-6.8,2.7-9.6c1.8-2.8,4.2-5,7.3-6.6,3.1-1.6,6.6-2.4,10.6-2.4s7.5.8,10.6,2.4c3.1,1.6,5.6,3.8,7.3,6.6,1.8,2.8,2.7,6,2.7,9.6s-.9,6.8-2.7,9.6c-1.8,2.8-4.2,5-7.3,6.6-3.1,1.6-6.6,2.4-10.6,2.4ZM210,407.6c2.5,0,4.8-.5,6.8-1.6s3.6-2.6,4.7-4.5c1.1-2,1.7-4.2,1.7-6.8s-.6-4.9-1.7-6.8c-1.1-1.9-2.7-3.4-4.7-4.4-2-1.1-4.3-1.6-6.8-1.6s-4.8.5-6.8,1.6c-2,1.1-3.6,2.5-4.8,4.4-1.2,1.9-1.8,4.2-1.8,6.8s.6,4.8,1.8,6.8c1.2,2,2.8,3.5,4.8,4.5,2,1.1,4.3,1.6,6.8,1.6Z"/>
|
||||
<path class="st0" d="M260.4,376.2c3.2,0,6.1.6,8.6,1.7,2.5,1.1,4.4,2.9,5.8,5.2,1.4,2.3,2.1,5.3,2.1,8.9v21h-7.2v-20.2c0-3.5-.9-6.2-2.8-8s-4.5-2.7-7.9-2.7-4.8.5-6.7,1.4c-1.9.9-3.4,2.3-4.4,4.1-1,1.8-1.5,4-1.5,6.7v18.8h-7.2v-36.5h6.9v9.8l-1.1-2.6c1.3-2.4,3.3-4.2,6-5.6,2.7-1.3,5.8-2,9.4-2Z"/>
|
||||
<path class="st0" d="M322.9,413.3c-3.6,0-6.9-.8-9.8-2.3-2.9-1.5-5.2-3.7-6.9-6.4-1.7-2.8-2.5-5.9-2.5-9.5s.8-6.8,2.5-9.5c1.7-2.7,4-4.9,6.9-6.4,2.9-1.5,6.2-2.3,9.8-2.3s6.5.7,9.3,2.2c2.8,1.5,5,3.6,6.6,6.3,1.6,2.7,2.4,6,2.4,9.8s-.8,7-2.4,9.7c-1.6,2.8-3.8,4.9-6.5,6.3-2.8,1.5-5.9,2.2-9.4,2.2ZM323.1,410.2c3,0,5.7-.6,8-1.9,2.4-1.3,4.2-3,5.6-5.3,1.4-2.3,2.1-4.9,2.1-7.9s-.7-5.7-2.1-8c-1.4-2.3-3.2-4-5.6-5.3-2.4-1.3-5-1.9-8-1.9s-5.7.6-8,1.9c-2.4,1.3-4.2,3-5.6,5.3-1.4,2.3-2.1,4.9-2.1,8s.7,5.6,2.1,7.9c1.4,2.3,3.2,4.1,5.6,5.3,2.4,1.3,5,1.9,8,1.9ZM338.9,413v-11.8l.7-6.3-.7-6.3v-26.8h3.7v51.1h-3.7Z"/>
|
||||
<path class="st0" d="M372.9,413.3c-3.9,0-7.4-.8-10.4-2.3-3-1.6-5.4-3.7-7.1-6.5-1.7-2.8-2.6-5.9-2.6-9.4s.8-6.7,2.4-9.5c1.6-2.7,3.8-4.9,6.7-6.4,2.8-1.6,6-2.3,9.6-2.3s6.7.8,9.5,2.3c2.8,1.5,5,3.6,6.7,6.4,1.6,2.7,2.4,5.9,2.4,9.5s0,.3,0,.4c0,.2,0,.3,0,.5h-34.5v-2.7h32.4l-1.5,1.3c0-2.8-.6-5.3-1.9-7.5-1.3-2.2-3.1-4-5.3-5.2-2.2-1.3-4.8-1.9-7.8-1.9s-5.5.6-7.7,1.9c-2.3,1.3-4,3-5.3,5.2-1.3,2.2-1.9,4.8-1.9,7.6v.6c0,2.9.7,5.5,2.1,7.8,1.4,2.3,3.4,4,5.9,5.3,2.5,1.3,5.3,1.9,8.5,1.9s4.8-.4,7-1.2c2.2-.8,4-2.1,5.5-3.8l2.2,2.3c-1.7,1.9-3.8,3.4-6.4,4.4-2.6,1-5.3,1.5-8.3,1.5Z"/>
|
||||
<path class="st0" d="M418.3,413v-51.1h3.7v51.1h-3.7Z"/>
|
||||
<path class="st0" d="M447.1,413.3c-2.9,0-5.4-.4-7.5-1.3-2.1-.8-3.7-2.1-4.9-3.6-1.1-1.6-1.7-3.4-1.7-5.4s.5-3.5,1.4-5,2.5-2.7,4.6-3.7c2.1-.9,5-1.4,8.6-1.4h14.4v2.7h-14.3c-4,0-6.9.7-8.5,2.1-1.6,1.4-2.4,3.1-2.4,5.2s.9,4.1,2.8,5.5c1.9,1.4,4.6,2.1,8,2.1s6.1-.7,8.3-2.1c2.3-1.4,3.9-3.4,5-6l1,2.3c-1,2.6-2.8,4.7-5.3,6.2-2.5,1.5-5.7,2.3-9.6,2.3ZM461.2,413v-9.4c-.1,0-.1-13.5-.1-13.5,0-3.4-1-5.9-3-7.6-2-1.7-4.8-2.6-8.6-2.6s-5.2.4-7.5,1.3-4.3,1.9-5.9,3.3l-1.9-2.5c1.9-1.6,4.3-2.9,7-3.8s5.6-1.3,8.6-1.3c4.8,0,8.5,1.1,11.1,3.4,2.6,2.3,3.9,5.6,3.9,10.1v22.8h-3.6Z"/>
|
||||
<path class="st0" d="M496.8,413v-48.2h6.1l23.5,36.4h-3.3l23.2-36.4h6.1v48.2c0,0-7.1,0-7.1,0v-37.8c0,0,1.6,0,1.6,0l-20.6,32h-3.4l-20.8-32h1.9v37.8h-7.2Z"/>
|
||||
<path class="st0" d="M582.8,413.4c-3.9,0-7.5-.8-10.6-2.4s-5.6-3.8-7.4-6.6c-1.8-2.8-2.7-6-2.7-9.6s.9-6.8,2.7-9.6,4.2-5,7.3-6.6c3.1-1.6,6.6-2.4,10.6-2.4s7.5.8,10.6,2.4c3.1,1.6,5.6,3.8,7.3,6.6s2.7,6,2.7,9.6-.9,6.8-2.7,9.6-4.2,5-7.3,6.6c-3.1,1.6-6.6,2.4-10.6,2.4ZM582.8,407.6c2.5,0,4.8-.5,6.8-1.6,2-1.1,3.6-2.6,4.7-4.5,1.1-2,1.7-4.2,1.7-6.8s-.6-4.9-1.7-6.8c-1.1-1.9-2.7-3.4-4.7-4.4-2-1.1-4.3-1.6-6.8-1.6s-4.8.5-6.8,1.6c-2,1.1-3.6,2.5-4.8,4.4-1.2,1.9-1.8,4.2-1.8,6.8s.6,4.8,1.8,6.8c1.2,2,2.8,3.5,4.8,4.5s4.3,1.6,6.8,1.6Z"/>
|
||||
<path class="st0" d="M612,413v-51.1h7.2v24.3l-.7,8.5.4,8.5v9.8h-6.9ZM633,413.4c-3.4,0-6.4-.7-9.2-2.1-2.7-1.4-4.9-3.5-6.4-6.2-1.6-2.8-2.4-6.2-2.4-10.3s.8-7.6,2.4-10.3c1.6-2.8,3.8-4.8,6.5-6.2,2.7-1.4,5.7-2.1,9-2.1s7.3.8,10.3,2.3c3,1.6,5.4,3.7,7.1,6.5,1.7,2.8,2.6,6,2.6,9.7s-.9,7-2.6,9.8c-1.7,2.8-4.1,5-7.1,6.5-3,1.6-6.4,2.3-10.3,2.3ZM632.4,407.6c2.5,0,4.8-.5,6.8-1.6,2-1.1,3.6-2.6,4.8-4.5,1.2-2,1.8-4.2,1.8-6.8s-.6-4.9-1.8-6.8c-1.2-1.9-2.8-3.4-4.8-4.4-2-1.1-4.3-1.6-6.8-1.6s-4.7.5-6.8,1.6c-2,1.1-3.6,2.5-4.8,4.4-1.2,1.9-1.8,4.2-1.8,6.8s.6,4.8,1.8,6.8c1.2,2,2.8,3.5,4.8,4.5,2,1.1,4.3,1.6,6.8,1.6Z"/>
|
||||
<path class="st0" d="M665.3,369.5c-1.4,0-2.6-.4-3.5-1.2-.9-.8-1.4-1.8-1.4-3s.5-2.3,1.4-3.1c.9-.8,2.1-1.2,3.5-1.2s2.6.4,3.5,1.2c.9.8,1.4,1.8,1.4,3s-.4,2.3-1.3,3.1c-.9.8-2.1,1.3-3.5,1.3ZM661.7,413v-36.5h7.2v36.5h-7.2Z"/>
|
||||
<path class="st0" d="M681.3,413v-51.1h7.2v51.1h-7.2Z"/>
|
||||
<path class="st0" d="M704.5,369.5c-1.4,0-2.6-.4-3.5-1.2-.9-.8-1.4-1.8-1.4-3s.5-2.3,1.4-3.1c.9-.8,2.1-1.2,3.5-1.2s2.6.4,3.5,1.2c.9.8,1.4,1.8,1.4,3s-.4,2.3-1.3,3.1c-.9.8-2.1,1.3-3.5,1.3ZM700.9,413v-36.5h7.2v36.5h-7.2Z"/>
|
||||
<path class="st0" d="M714.8,381.9v-5.4h25.3v5.4h-25.3ZM734.1,413.4c-4,0-7.1-1-9.3-3-2.2-2-3.3-4.8-3.3-8.5v-33.5h7.2v33.2c0,2,.5,3.5,1.6,4.5,1.1,1.1,2.6,1.6,4.6,1.6s4.1-.6,5.6-1.7l2.2,4.8c-1.1.9-2.4,1.5-3.9,1.9-1.5.4-3.1.6-4.7.6Z"/>
|
||||
<path class="st0" d="M767.8,413.4c-4.2,0-8-.8-11.2-2.4s-5.7-3.8-7.5-6.6-2.7-6-2.7-9.6.9-6.8,2.6-9.6,4.1-5,7.1-6.6c3-1.6,6.4-2.4,10.2-2.4s7.2.8,10.2,2.3c2.9,1.6,5.2,3.8,6.9,6.6,1.7,2.8,2.5,6.1,2.5,9.9s0,.6,0,1c0,.4,0,.7-.1,1h-33.7v-4.8h30l-2.9,1.7c0-2.3-.5-4.4-1.6-6.3-1.1-1.8-2.6-3.3-4.5-4.3-1.9-1-4.1-1.5-6.7-1.5s-4.7.5-6.7,1.5c-1.9,1-3.5,2.5-4.6,4.3-1.1,1.9-1.6,4-1.6,6.4v1.1c0,2.4.6,4.6,1.8,6.5,1.2,1.9,2.9,3.4,5.1,4.4,2.2,1.1,4.7,1.6,7.5,1.6s4.5-.4,6.4-1.1c1.9-.7,3.6-1.8,5-3.3l4,4.3c-1.8,1.9-4,3.4-6.7,4.4-2.7,1-5.6,1.5-8.9,1.5ZM760.7,371.2l10.2-9h9.1l-12.6,9h-6.7Z"/>
|
||||
</g>
|
||||
<path class="st0" d="M45.1,489.9c-4,0-7.8-.6-11.4-1.7-3.6-1.1-6.5-2.6-8.6-4.4l2.8-5.4c2,1.6,4.5,2.9,7.6,4,3.1,1.1,6.3,1.6,9.6,1.6s5.5-.3,7.4-1c1.9-.6,3.3-1.5,4.2-2.7.9-1.1,1.3-2.4,1.3-3.8s-.6-3-1.8-4c-1.2-1-2.7-1.8-4.6-2.4-1.9-.6-3.9-1.2-6.2-1.6-2.2-.5-4.5-1-6.8-1.6-2.3-.6-4.3-1.4-6.2-2.4-1.9-1-3.4-2.3-4.5-3.9-1.1-1.6-1.7-3.7-1.7-6.3s.7-4.8,2.1-6.9c1.4-2.1,3.6-3.8,6.6-5,3-1.3,6.7-1.9,11.3-1.9s6.1.4,9,1.1c3,.7,5.6,1.8,7.8,3.2l-2.5,5.5c-2.2-1.4-4.6-2.4-7.1-3-2.5-.6-4.9-.9-7.2-.9s-5.4.3-7.2,1c-1.9.7-3.3,1.6-4.1,2.8-.9,1.1-1.3,2.4-1.3,3.9s.6,3.1,1.8,4.1c1.2,1,2.7,1.8,4.6,2.4,1.9.6,3.9,1.1,6.2,1.6s4.5,1,6.8,1.6c2.3.6,4.3,1.4,6.2,2.3,1.9,1,3.4,2.2,4.5,3.9,1.1,1.6,1.7,3.7,1.7,6.2s-.7,4.7-2.2,6.8c-1.4,2.1-3.7,3.8-6.7,5-3,1.3-6.8,1.9-11.4,1.9Z"/>
|
||||
<path class="st0" d="M90.9,489.8c-3.9,0-7.5-.8-10.6-2.4-3.1-1.6-5.6-3.8-7.4-6.6-1.8-2.8-2.7-6-2.7-9.6s.9-6.8,2.7-9.6c1.8-2.8,4.2-5,7.3-6.6,3.1-1.6,6.6-2.4,10.6-2.4s7.5.8,10.6,2.4c3.1,1.6,5.6,3.8,7.3,6.6,1.8,2.8,2.7,6,2.7,9.6s-.9,6.8-2.7,9.6c-1.8,2.8-4.2,5-7.3,6.6-3.1,1.6-6.6,2.4-10.6,2.4ZM90.9,484c2.5,0,4.8-.5,6.8-1.6s3.6-2.6,4.7-4.5c1.1-2,1.7-4.2,1.7-6.8s-.6-4.9-1.7-6.8c-1.1-1.9-2.7-3.4-4.7-4.4-2-1.1-4.3-1.6-6.8-1.6s-4.8.5-6.8,1.6c-2,1.1-3.6,2.5-4.8,4.4-1.2,1.9-1.8,4.2-1.8,6.8s.6,4.8,1.8,6.8c1.2,2,2.8,3.5,4.8,4.5,2,1.1,4.3,1.6,6.8,1.6Z"/>
|
||||
<path class="st0" d="M120.2,489.4v-51.1h7.2v51.1h-7.2Z"/>
|
||||
<path class="st0" d="M143.3,445.8c-1.4,0-2.6-.4-3.5-1.2-.9-.8-1.4-1.8-1.4-3s.5-2.3,1.4-3.1c.9-.8,2.1-1.2,3.5-1.2s2.6.4,3.5,1.2c.9.8,1.4,1.8,1.4,3s-.4,2.3-1.3,3.1-2.1,1.3-3.5,1.3ZM139.8,489.4v-36.5h7.2v36.5h-7.2Z"/>
|
||||
<path class="st0" d="M175.7,489.8c-3.8,0-7.3-.8-10.3-2.3-3-1.6-5.4-3.7-7.1-6.5-1.7-2.8-2.6-6.1-2.6-9.8s.9-7,2.6-9.7c1.7-2.8,4.1-4.9,7.1-6.5,3-1.6,6.4-2.3,10.3-2.3s6.4.7,9,2.1c2.7,1.4,4.8,3.4,6.5,6.2,1.6,2.8,2.4,6.2,2.4,10.3s-.8,7.6-2.4,10.3c-1.6,2.8-3.7,4.8-6.4,6.2-2.7,1.4-5.8,2.1-9.2,2.1ZM176.3,484c2.5,0,4.7-.5,6.8-1.6s3.6-2.6,4.8-4.5c1.2-2,1.8-4.2,1.8-6.8s-.6-4.9-1.8-6.8c-1.2-1.9-2.8-3.4-4.8-4.4-2-1.1-4.3-1.6-6.8-1.6s-4.8.5-6.8,1.6c-2,1.1-3.6,2.5-4.8,4.4-1.2,1.9-1.8,4.2-1.8,6.8s.6,4.8,1.8,6.8c1.2,2,2.8,3.5,4.8,4.5,2,1.1,4.3,1.6,6.8,1.6ZM189.8,489.4v-9.8l.4-8.5-.7-8.5v-24.3h7.2v51.1h-6.9Z"/>
|
||||
<path class="st0" d="M220.6,489.8c-2.9,0-5.5-.5-7.7-1.4-2.2-.9-3.9-2.2-5.1-3.8-1.2-1.6-1.8-3.5-1.8-5.5s.5-3.8,1.5-5.4c1-1.6,2.7-2.9,5-3.9,2.3-1,5.4-1.4,9.4-1.4h12.6v4.8h-12.3c-3.6,0-6,.6-7.2,1.7-1.2,1.1-1.9,2.4-1.9,4s.8,3.2,2.3,4.3c1.5,1.1,3.7,1.6,6.4,1.6s5-.6,7.1-1.7c2-1.1,3.5-2.7,4.4-4.8l1.4,4.5c-.9,2.2-2.6,3.9-5,5.1s-5.4,1.9-9,1.9ZM233.6,489.4v-7.7l-.4-1.4v-13.2c0-2.8-.9-5-2.7-6.5-1.8-1.5-4.4-2.3-8-2.3s-4.6.4-6.9,1.1-4.1,1.7-5.7,2.9l-3-5c2-1.5,4.5-2.7,7.4-3.5,2.9-.8,5.9-1.2,9-1.2,5.4,0,9.6,1.2,12.6,3.7,2.9,2.4,4.4,6.2,4.4,11.2v22h-6.8Z"/>
|
||||
<path class="st0" d="M256,445.8c-1.4,0-2.6-.4-3.5-1.2-.9-.8-1.4-1.8-1.4-3s.5-2.3,1.4-3.1c.9-.8,2.1-1.2,3.5-1.2s2.6.4,3.5,1.2c.9.8,1.4,1.8,1.4,3s-.4,2.3-1.3,3.1-2.1,1.3-3.5,1.3ZM252.5,489.4v-36.5h7.2v36.5h-7.2Z"/>
|
||||
<path class="st0" d="M272,489.4v-36.5h6.9v9.9l-.7-2.5c1.1-2.5,2.9-4.5,5.5-5.8,2.6-1.3,5.8-2,9.6-2v6.4c-.3,0-.6,0-.9,0h-.8c-3.8,0-6.9,1.1-9.1,3.2-2.2,2.1-3.4,5.2-3.4,9.2v18.2h-7.2Z"/>
|
||||
<path class="st0" d="M319.1,489.8c-4.2,0-8-.8-11.2-2.4s-5.7-3.8-7.5-6.6c-1.8-2.8-2.7-6-2.7-9.6s.9-6.8,2.6-9.6c1.7-2.8,4.1-5,7.1-6.6,3-1.6,6.4-2.4,10.2-2.4s7.2.8,10.2,2.3c2.9,1.6,5.2,3.8,6.9,6.6,1.7,2.8,2.5,6.1,2.5,9.9s0,.6,0,1c0,.4,0,.7-.1,1h-33.7v-4.8h30l-2.9,1.7c0-2.3-.5-4.4-1.6-6.3-1.1-1.8-2.6-3.3-4.5-4.3-1.9-1-4.1-1.5-6.7-1.5s-4.7.5-6.7,1.5c-1.9,1-3.5,2.5-4.6,4.3-1.1,1.9-1.6,4-1.6,6.4v1.1c0,2.4.6,4.6,1.8,6.5,1.2,1.9,2.9,3.4,5.1,4.4,2.2,1.1,4.7,1.6,7.5,1.6s4.5-.4,6.4-1.1c1.9-.7,3.6-1.8,5-3.3l4,4.3c-1.8,1.9-4,3.4-6.7,4.4-2.7,1-5.6,1.5-8.9,1.5Z"/>
|
||||
<path class="st0" d="M371.3,489.4h-3.8v-48.2h3.8v48.2ZM406.8,466.4h-35.9v-3.1h35.9v3.1ZM406.3,441.2h3.8v48.2h-3.8v-48.2Z"/>
|
||||
<path class="st0" d="M436.4,489.7c-2.9,0-5.4-.4-7.5-1.3-2.1-.8-3.7-2.1-4.9-3.6-1.1-1.6-1.7-3.4-1.7-5.4s.5-3.5,1.4-5,2.5-2.7,4.6-3.7c2.1-.9,5-1.4,8.6-1.4h14.4v2.7h-14.3c-4,0-6.9.7-8.5,2.1-1.6,1.4-2.4,3.1-2.4,5.2s.9,4.1,2.8,5.5c1.9,1.4,4.6,2.1,8,2.1s6.1-.7,8.3-2.1c2.3-1.4,3.9-3.4,5-6l1,2.3c-1,2.6-2.8,4.7-5.3,6.2-2.5,1.5-5.7,2.3-9.6,2.3ZM450.5,489.4v-9.4c-.1,0-.1-13.5-.1-13.5,0-3.4-1-5.9-3-7.6-2-1.7-4.8-2.6-8.6-2.6s-5.2.4-7.5,1.3-4.3,1.9-5.9,3.3l-1.9-2.5c1.9-1.6,4.3-2.9,7-3.8s5.6-1.3,8.6-1.3c4.8,0,8.5,1.1,11.1,3.4,2.6,2.3,3.9,5.6,3.9,10.1v22.8h-3.6Z"/>
|
||||
<path class="st0" d="M484,489.7c-3.3,0-6.2-.6-8.7-1.7-2.4-1.1-4.3-2.8-5.6-5.1-1.3-2.3-2-5.1-2-8.4v-21h3.7v20.7c0,4,1.1,7.1,3.4,9.2,2.2,2.1,5.4,3.2,9.5,3.2s5.5-.6,7.6-1.7c2.1-1.1,3.8-2.8,4.9-4.9,1.1-2.1,1.7-4.6,1.7-7.4v-19.1h3.7v36h-3.6v-10l.5,1.2c-1.1,2.8-3.1,5-5.7,6.6-2.7,1.6-5.8,2.4-9.5,2.4Z"/>
|
||||
<path class="st0" d="M510.5,456.4v-3h23.3v3h-23.3ZM528.3,489.7c-3.4,0-6.1-.9-7.9-2.6-1.8-1.7-2.7-4.1-2.7-7.2v-34.3h3.7v34c0,2.3.6,4.1,1.9,5.3,1.2,1.2,3,1.9,5.4,1.9s4.5-.7,6.1-2l1.6,2.4c-1,.9-2.2,1.5-3.6,1.9-1.4.4-2.9.6-4.4.6Z"/>
|
||||
<path class="st0" d="M561.2,489.7c-3.9,0-7.4-.8-10.4-2.3-3-1.6-5.4-3.7-7.1-6.5-1.7-2.8-2.6-5.9-2.6-9.4s.8-6.7,2.4-9.5c1.6-2.7,3.8-4.9,6.7-6.4,2.8-1.6,6-2.3,9.6-2.3s6.7.8,9.5,2.3c2.8,1.5,5,3.6,6.7,6.4,1.6,2.7,2.4,5.9,2.4,9.5s0,.3,0,.4c0,.2,0,.3,0,.5h-34.5v-2.7h32.4l-1.5,1.3c0-2.8-.6-5.3-1.9-7.5-1.3-2.2-3.1-4-5.3-5.2-2.2-1.3-4.8-1.9-7.8-1.9s-5.5.6-7.7,1.9c-2.3,1.3-4,3-5.3,5.2s-1.9,4.8-1.9,7.6v.6c0,2.9.7,5.5,2.1,7.8,1.4,2.3,3.4,4,5.9,5.3,2.5,1.3,5.3,1.9,8.5,1.9s4.8-.4,7-1.2c2.2-.8,4-2.1,5.5-3.8l2.2,2.3c-1.7,1.9-3.8,3.4-6.4,4.4-2.6,1-5.3,1.5-8.3,1.5Z"/>
|
||||
<path class="st0" d="M588.5,472.4v-3.1h19.2v3.1h-19.2Z"/>
|
||||
<path class="st0" d="M620.1,489.4v-48.2h3.8v45h30.1v3.2h-33.9Z"/>
|
||||
<path class="st0" d="M676.7,489.7c-3.7,0-7.1-.8-10-2.3-2.9-1.6-5.2-3.7-7-6.5-1.7-2.8-2.6-5.9-2.6-9.4s.9-6.7,2.6-9.5c1.7-2.7,4-4.9,7-6.4,2.9-1.6,6.2-2.3,10-2.3s7.1.8,10,2.3c2.9,1.6,5.3,3.7,7,6.4,1.7,2.7,2.5,5.9,2.5,9.5s-.8,6.7-2.5,9.4c-1.7,2.8-4,4.9-7,6.5-2.9,1.6-6.3,2.3-10,2.3ZM676.7,486.6c3,0,5.7-.6,8.1-1.9,2.4-1.3,4.3-3,5.6-5.3,1.3-2.3,2-4.9,2-7.9s-.7-5.7-2-8c-1.3-2.3-3.2-4-5.6-5.3-2.4-1.3-5.1-1.9-8.1-1.9s-5.7.6-8,1.9c-2.4,1.3-4.2,3-5.6,5.3-1.4,2.3-2.1,4.9-2.1,8s.7,5.6,2.1,7.9c1.4,2.3,3.2,4.1,5.6,5.3,2.4,1.3,5,1.9,8,1.9Z"/>
|
||||
<path class="st0" d="M708.3,444.7c-.8,0-1.6-.3-2.2-.8-.6-.6-.9-1.2-.9-1.9s.3-1.4.9-2c.6-.6,1.3-.8,2.2-.8s1.6.3,2.2.8c.6.5.9,1.2.9,2s-.3,1.4-.9,2c-.6.6-1.3.8-2.2.8ZM706.5,489.4v-36h3.7v36h-3.7Z"/>
|
||||
<path class="st0" d="M724.7,489.4v-36h3.6v9.8l-.4-1.1c1.1-2.9,2.9-5.1,5.5-6.7,2.6-1.6,5.8-2.3,9.7-2.3v3.4c-.1,0-.3,0-.4,0-.1,0-.3,0-.4,0-4.3,0-7.7,1.3-10.2,3.8-2.4,2.5-3.7,6-3.7,10.4v18.7h-3.7Z"/>
|
||||
<path class="st0" d="M768.7,489.7c-3.9,0-7.4-.8-10.4-2.3-3-1.6-5.4-3.7-7.1-6.5-1.7-2.8-2.6-5.9-2.6-9.4s.8-6.7,2.4-9.5c1.6-2.7,3.8-4.9,6.7-6.4,2.8-1.6,6-2.3,9.6-2.3s6.7.8,9.5,2.3c2.8,1.5,5,3.6,6.7,6.4,1.6,2.7,2.4,5.9,2.4,9.5s0,.3,0,.4c0,.2,0,.3,0,.5h-34.5v-2.7h32.4l-1.5,1.3c0-2.8-.6-5.3-1.9-7.5-1.3-2.2-3.1-4-5.3-5.2-2.2-1.3-4.8-1.9-7.8-1.9s-5.5.6-7.7,1.9c-2.3,1.3-4,3-5.3,5.2s-1.9,4.8-1.9,7.6v.6c0,2.9.7,5.5,2.1,7.8,1.4,2.3,3.4,4,5.9,5.3,2.5,1.3,5.3,1.9,8.5,1.9s4.8-.4,7-1.2c2.2-.8,4-2.1,5.5-3.8l2.2,2.3c-1.7,1.9-3.8,3.4-6.4,4.4-2.6,1-5.3,1.5-8.3,1.5Z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
BIN
themes/mms43/assets/images/picto/.DS_Store
vendored
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="57" height="54" viewBox="0 0 57 54" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2016_1055)">
|
||||
<path d="M19.9003 0C17.5627 0 15.6611 1.8767 15.6611 4.18373V8.88146C15.6611 10.2262 16.3091 11.4216 17.3083 12.1866C16.3091 12.9576 15.6611 14.153 15.6611 15.4977V15.8145C15.6611 16.2986 16.0608 16.6871 16.5453 16.6871C16.7814 16.6871 17.0116 16.5975 17.1751 16.4301C17.3447 16.2687 17.4355 16.0416 17.4355 15.8085V15.4918C17.4355 14.1291 18.5195 13.0592 19.8943 13.0592H52.7426C54.1233 13.0592 55.2074 14.1291 55.2074 15.4918V20.1895C55.2074 21.5522 54.1233 22.6161 52.7426 22.6161H34.1019C34.0171 22.6161 33.9323 22.628 33.8536 22.6519C33.8354 22.6579 33.8173 22.6639 33.7991 22.6758C33.7325 22.6997 33.6719 22.7296 33.6113 22.7714C33.5992 22.7774 33.5811 22.7894 33.569 22.7954C33.5023 22.8432 33.4418 22.9029 33.3933 22.9687C33.3812 22.9866 33.3691 22.9986 33.363 23.0225C33.3267 23.0763 33.2964 23.136 33.2722 23.1958C33.2661 23.2197 33.254 23.2376 33.248 23.2615C33.2238 23.3392 33.2116 23.4229 33.2116 23.5066C33.2116 23.5903 33.2298 23.6739 33.254 23.7516C33.254 23.7755 33.2661 23.7935 33.2722 23.8114C33.2964 23.8712 33.3267 23.9309 33.363 23.9847C33.3752 24.0027 33.3873 24.0206 33.3933 24.0385C33.4478 24.1043 33.5023 24.164 33.575 24.2118C33.5871 24.2178 33.5932 24.2238 33.6053 24.2358C33.6598 24.2716 33.7264 24.3075 33.793 24.3314C33.8173 24.3433 33.8354 24.3493 33.8596 24.3553C33.9384 24.3792 34.0232 24.3911 34.1079 24.3911H52.7426C54.1233 24.3911 55.2074 25.461 55.2074 26.8237V31.5154C55.2074 32.8781 54.1233 33.948 52.7426 33.948H39.3646C39.298 33.948 39.2314 33.9599 39.1648 33.9719C39.0982 33.9898 39.0376 34.0078 38.977 34.0376C38.6742 34.1871 38.4744 34.4919 38.4744 34.8266C38.4744 35.0597 38.5652 35.2808 38.7348 35.4481C38.8983 35.6155 39.1285 35.7051 39.3646 35.7051H52.7426C54.1233 35.7051 55.2074 36.769 55.2074 38.1317V42.8294C55.2074 44.1921 54.1233 45.256 52.7426 45.256H35.9793C35.7431 45.256 35.513 45.3516 35.3494 45.513C35.1799 45.6804 35.089 45.9015 35.089 46.1346C35.089 46.6187 35.4887 47.0132 35.9853 47.0072H52.7486C55.0863 47.0072 56.9939 45.1305 56.9939 42.8235V38.1257C56.9939 36.781 56.3459 35.5856 55.3406 34.8206C56.3459 34.0496 56.9939 32.8542 56.9939 31.5095V26.8177C56.9939 25.4729 56.3459 24.2776 55.3406 23.5066C56.3459 22.7416 56.9939 21.5402 56.9939 20.1955V15.4977C56.9939 14.153 56.3459 12.9576 55.3406 12.1866C56.3459 11.4216 56.9939 10.2203 56.9939 8.88146V4.18373C57 1.88268 55.0863 0 52.7547 0H19.9003ZM19.9003 1.75717H52.7486C54.1294 1.75717 55.2134 2.82103 55.2134 4.18373V8.88146C55.2134 10.2442 54.1294 11.308 52.7486 11.308H19.9003C18.5195 11.308 17.4416 10.2442 17.4416 8.88146V4.18373C17.4416 2.82103 18.5256 1.75717 19.9003 1.75717ZM18.3681 17.745C8.23024 17.745 0 25.8734 0 35.8725C0 45.8716 8.23629 54 18.3681 54C28.5 54 36.7363 45.8776 36.7363 35.8725C36.7363 25.8674 28.5 17.739 18.3681 17.739V17.745ZM18.3681 19.5022C27.5431 19.5022 34.9558 26.8237 34.9558 35.8785C34.9558 44.9333 27.5371 52.2488 18.3681 52.2488C9.19921 52.2488 1.78049 44.9273 1.78049 35.8725C1.78049 26.8177 9.19921 19.4962 18.3681 19.4962V19.5022ZM19.7671 26.2918C17.6111 26.2918 15.6853 27.4453 14.3469 29.1965C13.5535 30.2364 12.9479 31.4915 12.5906 32.8781H10.4044C10.1682 32.8781 9.93806 32.9678 9.77454 33.1351C9.60497 33.2965 9.51413 33.5236 9.51413 33.7567C9.51413 33.9898 9.60497 34.2169 9.77454 34.3843C9.94411 34.5516 10.1742 34.6413 10.4104 34.6413H12.2878C12.2454 35.0477 12.2273 35.4601 12.2273 35.8785C12.2273 36.2968 12.2515 36.7092 12.2878 37.1157H10.4104C10.1742 37.1157 9.94411 37.2053 9.77454 37.3727C9.60497 37.54 9.51413 37.7612 9.51413 38.0002C9.51413 38.2393 9.61103 38.4545 9.77454 38.6218C9.94411 38.7892 10.1682 38.8788 10.4044 38.8788H12.5906C12.9479 40.2654 13.5535 41.5265 14.3469 42.5665C15.6853 44.3117 17.6051 45.4652 19.7671 45.4652C21.3599 45.4652 22.8981 44.8197 24.1517 43.6841C24.5151 43.3554 24.5393 42.8055 24.2123 42.4469C24.0488 42.2736 23.8307 42.172 23.5946 42.16C23.3584 42.1481 23.1282 42.2318 22.9526 42.3931C21.9836 43.2717 20.8814 43.708 19.7732 43.708C18.2531 43.708 16.8481 42.9131 15.7761 41.5086C15.2129 40.7734 14.7587 39.8829 14.4499 38.8788H20.4212C20.9057 38.8788 21.3054 38.4843 21.3054 38.0062C21.3054 37.7731 21.2145 37.546 21.0449 37.3846C20.8814 37.2173 20.6574 37.1276 20.4151 37.1276H14.0804C14.032 36.7272 14.0078 36.3148 14.0078 35.8904C14.0078 35.4661 14.032 35.0597 14.0804 34.6532H20.4151C20.6513 34.6532 20.8754 34.5576 21.0449 34.3962C21.2145 34.2289 21.3054 34.0077 21.3054 33.7747C21.3054 33.2905 20.9057 32.9021 20.4212 32.8961H14.4559C14.7648 31.892 15.219 31.0014 15.7822 30.2723C16.8541 28.8677 18.2591 28.0728 19.7792 28.0728C20.8935 28.0728 21.9897 28.5091 22.9587 29.3937C23.1343 29.5551 23.3644 29.6387 23.6006 29.6268C23.8368 29.6148 24.0609 29.5132 24.2183 29.3399C24.5514 28.9813 24.5272 28.4255 24.1638 28.1027C22.9102 26.9671 21.3659 26.3216 19.7732 26.3216L19.7671 26.2918Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2016_1055">
|
||||
<rect width="57" height="54" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.0 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="75" height="74" viewBox="0 0 75 74" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2016_1059)">
|
||||
<path d="M42.0301 74C41.7201 74 41.4201 73.88 41.2001 73.66C40.9801 73.44 40.8601 73.14 40.8601 72.83C40.8601 72.63 40.9001 52.35 40.9101 50.05C40.9601 43.59 46.2001 38.39 46.9301 37.69C48.2901 36.24 52.0401 33.15 55.3601 30.42L55.4001 30.39C56.6201 29.38 57.7801 28.43 58.6201 27.71C59.2001 27.22 59.8501 26.86 60.5101 26.64L60.5901 26.37C61.7901 22.34 63.2901 17.32 64.6901 13.93C65.3501 12.33 66.2701 11.14 67.4201 10.41C68.4401 9.74999 69.6001 9.49999 70.7001 9.67999C73.2801 10.12 75.0401 12.71 74.9901 15.98C74.8801 22.44 74.2901 27.9 73.1701 32.66C72.1901 36.83 70.8301 40.37 69.0101 43.5C66.3001 48.15 62.9501 51.11 60.0001 53.72C59.0101 54.69 58.3601 56.46 58.3601 58.23C58.3601 62.21 58.3401 72.73 58.3401 72.84C58.3401 73.48 57.8101 74.01 57.1701 74.01H42.0201L42.0301 74ZM62.0601 28.73C61.4201 28.73 60.7301 29 60.1301 29.5C59.2701 30.22 58.1101 31.18 56.8801 32.2L56.8401 32.23C53.7201 34.8 49.8401 37.99 48.6101 39.32C48.5901 39.34 48.5701 39.36 48.5601 39.37C48.3101 39.6 46.9901 40.89 45.7101 42.84C44.0901 45.32 43.2601 47.75 43.2401 50.07C43.2201 52.04 43.2001 67.28 43.1901 71.66H55.9901C55.9901 68.79 55.9901 61.41 56.0101 58.22C56.0101 56.33 56.6401 53.7 58.3901 52.01C58.4101 51.99 58.4101 51.99 58.4301 51.97C61.3901 49.35 64.4501 46.65 66.9801 42.31C70.6001 36.11 72.4501 27.48 72.6401 15.93C72.6801 13.84 71.7101 12.22 70.3001 11.98C69.2801 11.8 67.8301 12.46 66.8501 14.82C65.5501 17.94 64.1501 22.6 62.9901 26.48C63.3801 26.56 63.7501 26.69 64.1001 26.87C64.3001 26.97 66.0701 27.97 65.8101 30.5C65.6601 31.98 65.2501 33.33 64.5601 34.64C63.1101 37.37 60.7301 39.31 58.4301 41.19C57.2001 42.2 55.9301 43.23 54.9401 44.31C54.5101 44.79 53.7601 44.82 53.2801 44.39C52.8001 43.96 52.7701 43.21 53.2001 42.73C54.3001 41.52 55.6401 40.43 56.9301 39.37C59.0601 37.64 61.2601 35.85 62.4801 33.53C63.0301 32.49 63.3601 31.42 63.4801 30.25C63.5701 29.32 63.1101 29 63.0101 28.93C62.7101 28.77 62.3901 28.7 62.0501 28.7L62.0601 28.73Z" fill="#F08F29"/>
|
||||
<path d="M32.9701 74H17.8301C17.1901 74 16.6601 73.48 16.6601 72.83C16.6601 72.72 16.6601 62.2 16.6401 58.23C16.6401 56.46 15.9901 54.69 15.0001 53.72C12.0501 51.11 8.70006 48.15 5.99006 43.5C4.17006 40.38 2.81006 36.84 1.83006 32.66C0.700062 27.89 0.110062 22.43 6.19726e-05 15.97C-0.049938 12.7 1.71006 10.11 4.29006 9.67002C5.39006 9.48002 6.56006 9.74002 7.57006 10.4C8.71006 11.14 9.63006 12.32 10.3001 13.92C11.7101 17.31 13.2101 22.33 14.4101 26.36L14.4901 26.63C15.1601 26.85 15.8001 27.21 16.3801 27.7C17.2201 28.41 18.3801 29.36 19.6001 30.37L19.6401 30.41C22.9601 33.14 26.7101 36.23 28.0701 37.68C28.8101 38.38 34.0401 43.57 34.0901 50.04C34.1101 52.34 34.1401 72.62 34.1401 72.82C34.1401 73.13 34.0201 73.43 33.8001 73.65C33.5801 73.88 33.2801 74 32.9601 74H32.9701ZM19.0001 71.65H31.8001C31.8001 67.27 31.7601 52.03 31.7501 50.06C31.7301 47.74 30.9001 45.3 29.2801 42.83C28.0101 40.88 26.6901 39.6 26.4301 39.36L26.3801 39.31C25.1501 37.99 21.2701 34.79 18.1501 32.22L18.1101 32.18C16.8801 31.17 15.7201 30.21 14.8701 29.49C13.9601 28.72 12.8301 28.51 11.9801 28.95C11.8801 29.01 11.4101 29.34 11.5101 30.27C11.6301 31.44 11.9601 32.51 12.5101 33.55C13.7401 35.86 15.9301 37.65 18.0601 39.39C19.3601 40.45 20.7001 41.54 21.8001 42.75C22.2301 43.23 22.2001 43.97 21.7201 44.41C21.2401 44.84 20.5001 44.81 20.0601 44.33C19.0801 43.25 17.8001 42.22 16.5701 41.21C14.2601 39.33 11.8801 37.38 10.4301 34.65C9.73006 33.34 9.33006 31.99 9.18006 30.51C8.92006 27.99 10.6901 26.99 10.8901 26.88C11.2401 26.69 11.6201 26.56 12.0001 26.49C10.8401 22.61 9.44006 17.95 8.14006 14.83C7.16006 12.47 5.71006 11.82 4.69006 11.99C3.28006 12.23 2.31006 13.86 2.35006 15.94C2.54006 27.49 4.40006 36.12 8.01006 42.32C10.5401 46.66 13.6001 49.36 16.5601 51.97C16.5601 51.97 16.5801 52 16.6001 52.01C18.3401 53.69 18.9701 56.32 18.9801 58.22C18.9801 61.41 19.0001 68.79 19.0001 71.66V71.65Z" fill="#F08F29"/>
|
||||
<path d="M37.53 36.38C37.22 36.38 36.92 36.26 36.7 36.04L23.28 22.62C23.28 22.62 23.21 22.55 23.17 22.51C18.52 18.53 16.15 14.82 15.92 11.17C15.75 8.42001 16.81 5.76001 19.08 3.26001C19.1 3.24001 19.1 3.23001 19.12 3.22001C21.15 1.18001 23.86 0.0600089 26.74 0.0600089C29.62 0.0600089 32.32 1.18001 34.36 3.21001L37.49 6.33001C41.16 2.30001 44.61 0.230009 48 0.0200089C50.74 -0.149991 53.41 0.910009 55.91 3.18001C55.93 3.20001 55.94 3.20001 55.95 3.22001C57.99 5.26001 59.1 7.96001 59.1 10.84C59.1 13.72 57.98 16.42 55.95 18.46L38.37 36.05C38.14 36.27 37.85 36.39 37.53 36.39V36.38ZM24.79 20.81C24.99 21.01 34.61 30.63 37.53 33.55L54.29 16.79C55.88 15.2 56.75 13.08 56.75 10.83C56.75 8.58001 55.88 6.48001 54.3 4.89001C52.27 3.05001 50.25 2.22001 48.14 2.35001C45.15 2.54001 41.97 4.65001 38.41 8.81001C38.2 9.06001 37.89 9.20001 37.57 9.22001C37.25 9.24001 36.93 9.11001 36.69 8.88001L32.68 4.87001C31.09 3.28001 28.97 2.40001 26.72 2.40001C24.47 2.40001 22.37 3.27001 20.78 4.85001C18.94 6.88001 18.11 8.90001 18.24 11.01C18.43 14 20.54 17.18 24.7 20.74C24.72 20.76 24.74 20.78 24.76 20.8L24.79 20.81Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2016_1059">
|
||||
<rect width="75" height="74" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.1 KiB |
13
themes/mms43/assets/images/picto/Entreprise - Covoit.svg
Normal file
@@ -0,0 +1,13 @@
|
||||
<svg width="81" height="64" viewBox="0 0 81 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2862)">
|
||||
<path d="M76.6626 16.9068H72.3339C69.9474 16.9068 67.9965 18.8603 67.9965 21.2692V23.0037H65.3487L60.8371 3.82824C60.8197 3.77568 60.811 3.73188 60.7936 3.67932C60.001 1.48058 57.9368 0.00891113 55.6723 0.00891113H25.5803C23.3158 0.00891113 21.2603 1.48058 20.459 3.67932C20.4416 3.72312 20.4242 3.77568 20.4155 3.82824L15.8952 23.0037H13.0035V21.2692C13.0035 18.8603 11.0613 16.9068 8.66613 16.9068H4.33742C1.94226 16.9068 0 18.8603 0 21.2692C0 23.6782 1.94226 25.6317 4.33742 25.6317H11.0526C7.88226 28.0319 5.87032 31.825 5.87032 36.0648V58.7968C5.87032 61.67 8.19581 64.0089 11.0613 64.0089H19.8581C22.7235 64.0089 25.049 61.67 25.049 58.7968V55.6695H55.9423V58.7968C55.9423 61.67 58.2677 64.0089 61.1332 64.0089H69.93C72.7955 64.0089 75.121 61.67 75.121 58.7968V36.0648C75.121 31.86 73.109 28.0407 69.93 25.6317H76.6539C79.0403 25.6317 80.9913 23.6782 80.9913 21.2692C80.9913 18.8603 79.049 16.9068 76.6539 16.9068H76.6626ZM22.9326 4.51151C23.3681 3.38148 24.4219 2.63689 25.5803 2.63689H55.681C56.8306 2.63689 57.8845 3.39024 58.3287 4.51151L62.6835 22.995H62.4745C62.4745 22.995 62.3961 22.995 62.3613 23.0037C62.2829 23.0037 62.2219 22.995 62.1435 22.995H18.8739C18.8303 22.995 18.7781 23.0037 18.7258 23.0037C18.6997 23.0037 18.6823 23.0037 18.6474 23.0037H18.5777L22.9326 4.52027V4.51151ZM2.6129 21.2605C2.6129 20.3057 3.38806 19.526 4.33742 19.526H8.66613C9.61548 19.526 10.3906 20.3057 10.3906 21.2605V22.995H4.33742C3.38806 22.995 2.6129 22.2153 2.6129 21.2605ZM22.4448 58.788C22.4448 60.2071 21.2865 61.3722 19.8668 61.3722H11.07C9.65032 61.3722 8.49194 60.2159 8.49194 58.788V55.6607H22.4448V58.788ZM72.5168 58.788C72.5168 60.2071 71.3584 61.3722 69.9387 61.3722H61.1419C59.7223 61.3722 58.5639 60.2159 58.5639 58.788V55.6607H72.5168V58.788ZM72.5168 36.0648V53.0415H8.49194V36.056C8.49194 30.9577 12.1152 26.6303 17.1058 25.7806C17.7242 25.6755 18.299 25.6317 18.8739 25.6317H62.1348C62.8403 25.6317 63.4935 25.693 64.1381 25.8244C68.9894 26.7792 72.5168 31.0804 72.5168 36.056V36.0648ZM76.6626 23.0037H70.6094V21.2692C70.6094 20.3144 71.3845 19.5348 72.3339 19.5348H76.6626C77.6119 19.5348 78.3871 20.3144 78.3871 21.2692C78.3871 22.2241 77.6119 23.0037 76.6626 23.0037Z" fill="#F08F29"/>
|
||||
<path d="M16.6264 31.746C13.517 31.746 10.9912 34.2863 10.9912 37.4136C10.9912 40.5409 13.517 43.0813 16.6264 43.0813C19.7357 43.0813 22.2615 40.5409 22.2615 37.4136C22.2615 34.2863 19.7357 31.746 16.6264 31.746ZM16.6264 40.4533C14.9628 40.4533 13.6041 39.0955 13.6041 37.4136C13.6041 35.7317 14.9541 34.3739 16.6264 34.3739C18.2986 34.3739 19.6486 35.7317 19.6486 37.4136C19.6486 39.0955 18.2986 40.4533 16.6264 40.4533Z" fill="#F08F29"/>
|
||||
<path d="M64.6342 31.746C61.5248 31.746 58.999 34.2863 58.999 37.4136C58.999 40.5409 61.5248 43.0813 64.6342 43.0813C67.7435 43.0813 70.2693 40.5409 70.2693 37.4136C70.2693 34.2863 67.7435 31.746 64.6342 31.746ZM64.6342 40.4533C62.9706 40.4533 61.6119 39.0955 61.6119 37.4136C61.6119 35.7317 62.9619 34.3739 64.6342 34.3739C66.3064 34.3739 67.6564 35.7317 67.6564 37.4136C67.6564 39.0955 66.3064 40.4533 64.6342 40.4533Z" fill="#F08F29"/>
|
||||
<path d="M53.477 38.7539H27.5135C26.7906 38.7539 26.207 39.3408 26.207 40.0679V44.4216C26.207 47.5489 28.7328 50.0892 31.8422 50.0892H49.1483C52.2577 50.0892 54.7835 47.5489 54.7835 44.4216V40.0679C54.7835 39.3408 54.1999 38.7539 53.477 38.7539ZM52.1706 44.4216C52.1706 46.0947 50.8206 47.4613 49.1483 47.4613H31.8422C30.1786 47.4613 28.8199 46.1035 28.8199 44.4216V41.3819H52.1706V44.4216Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2862">
|
||||
<rect width="81" height="64" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.7 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg width="70" height="77" viewBox="0 0 70 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2851)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.199 44.6441C12.0135 44.6441 11.8279 44.5826 11.712 44.521C11.3409 44.3363 11.1631 43.9131 11.1631 43.4822L12.2686 34.2025C11.9593 34.141 11.596 34.0794 11.2868 34.0179C0.185736 31.7095 -0.370862 25.3614 0.116161 15.1661C0.487227 6.31725 1.46901 3.32404 11.2172 1.19264C18.6385 -0.400149 29.8555 -0.400149 37.2768 1.19264C47.0869 3.33174 48.0068 6.31725 48.4397 15.1661C48.8649 25.2999 48.3779 31.6479 37.215 34.0256C33.5353 34.8181 29.8555 34.7565 26.2995 34.7565H24.6451L12.8715 44.4594C12.686 44.5826 12.4464 44.6441 12.199 44.6441ZM24.2741 2.04674C19.7363 2.04674 15.1984 2.41608 11.7042 3.20862C2.93781 5.09381 2.5049 7.23291 2.14156 15.2892C1.71638 25.1152 1.95603 29.9397 11.7661 32.0096C12.3768 32.1327 12.9952 32.2558 13.6678 32.3789C14.2167 32.502 14.5877 32.9868 14.5259 33.5408L13.6059 41.2354L23.6634 32.9329C23.8489 32.8098 24.0886 32.6867 24.3359 32.6867H26.3613C29.9792 32.6867 33.4116 32.7482 36.8439 32.0173C46.654 29.9397 46.8395 25.1229 46.4143 15.2969C46.0433 7.2406 45.6181 5.1015 36.8439 3.20862C33.3497 2.41608 28.8119 2.04674 24.2741 2.04674Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.642 21.9451C9.25327 21.9451 7.35156 19.9906 7.35156 17.6746C7.35156 15.3585 9.31512 13.4041 11.642 13.4041C13.9689 13.4041 15.9325 15.3585 15.9325 17.6746C15.9325 19.9906 14.0307 21.9451 11.642 21.9451ZM11.642 15.4123C10.4129 15.4123 9.37696 16.3896 9.37696 17.6669C9.37696 18.9442 10.3587 19.9214 11.642 19.9214C12.9253 19.9214 13.9071 18.9442 13.9071 17.6669C13.9071 16.3896 12.9253 15.4123 11.642 15.4123Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.2201 21.9451C21.8314 21.9451 19.9297 19.9906 19.9297 17.6746C19.9297 15.3585 21.8932 13.4041 24.2201 13.4041C26.547 13.4041 28.5106 15.3585 28.5106 17.6746C28.5106 19.9906 26.6089 21.9451 24.2201 21.9451ZM24.2201 15.4123C22.991 15.4123 21.9551 16.3896 21.9551 17.6669C21.9551 18.9442 22.9369 19.9214 24.2201 19.9214C25.5034 19.9214 26.4852 18.9442 26.4852 17.6669C26.4852 16.3896 25.5034 15.4123 24.2201 15.4123Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.7895 21.9451C34.4007 21.9451 32.499 19.9906 32.499 17.6746C32.499 15.3585 34.4626 13.4041 36.7895 13.4041C39.1164 13.4041 41.0799 15.3585 41.0799 17.6746C41.0799 19.9906 39.1782 21.9451 36.7895 21.9451ZM36.7895 15.4123C35.5603 15.4123 34.5244 16.3896 34.5244 17.6669C34.5244 18.9442 35.5062 19.9214 36.7895 19.9214C38.0727 19.9214 39.0545 18.9442 39.0545 17.6669C39.0545 16.3896 38.0727 15.4123 36.7895 15.4123Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1692 46.4217H43.1598C42.611 46.4217 42.1162 45.9369 42.1162 45.3829C42.1162 44.8289 42.6032 44.3441 43.1598 44.3441H62.1692C62.7181 44.3441 63.2128 44.8289 63.2128 45.3829C63.2128 45.9369 62.7258 46.4217 62.1692 46.4217Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.3207 46.4217H32.863C32.3141 46.4217 31.8193 45.9369 31.8193 45.3829C31.8193 44.8289 32.3064 44.3441 32.863 44.3441H38.3207C38.8696 44.3441 39.3643 44.8289 39.3643 45.3829C39.3643 45.9369 38.8773 46.4217 38.3207 46.4217Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1694 53.0697H32.863C32.3141 53.0697 31.8193 52.585 31.8193 52.031C31.8193 51.477 32.3064 50.9922 32.863 50.9922H62.1694C62.7183 50.9922 63.213 51.477 63.213 52.031C63.213 52.585 62.726 53.0697 62.1694 53.0697Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1693 59.7179H53.8899C53.3411 59.7179 52.8463 59.2332 52.8463 58.6792C52.8463 58.1251 53.3333 57.6404 53.8899 57.6404H62.1693C62.7182 57.6404 63.213 58.1251 63.213 58.6792C63.213 59.2332 62.7259 59.7179 62.1693 59.7179ZM49.3521 59.7179H32.8551C32.3063 59.7179 31.8115 59.2332 31.8115 58.6792C31.8115 58.1251 32.2985 57.6404 32.8551 57.6404H49.3521C49.901 57.6404 50.3957 58.1251 50.3957 58.6792C50.3957 59.2332 49.9706 59.7179 49.3521 59.7179Z" fill="#F08F29"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.6206 76.9923C58.3733 76.9923 58.1336 76.9308 57.9481 76.7461L47.0944 67.7742H45.3164C42.1314 67.7742 38.815 67.8357 35.5063 67.1047C25.1397 64.9041 24.6527 59.0485 25.0856 49.6457C25.4566 41.4047 26.3147 38.6039 35.4522 36.6418C42.3169 35.1798 52.6836 35.1798 59.5483 36.6418C68.6239 38.5962 69.5439 41.4047 69.9149 49.6457C70.3401 59.0408 69.8531 64.9041 59.4942 67.1047C59.185 67.1663 58.9453 67.2279 58.6361 67.2894L59.6797 75.7766C59.7416 76.1998 59.4942 76.5691 59.1308 76.8154C58.9453 77 58.7598 77 58.6361 77L58.6206 76.9923ZM47.1485 65.7659C47.5196 65.7659 47.8829 65.7659 48.1303 66.0121L57.2678 73.5836L56.4715 66.6892C56.4097 66.1429 56.7808 65.6505 57.3296 65.5274C57.8785 65.4042 58.4969 65.3427 59.0458 65.2196C67.9978 63.3267 68.2451 58.8715 67.8122 49.838C67.503 42.4512 67.0778 40.4968 59.1077 38.727C52.6063 37.3266 42.3633 37.3266 35.8697 38.727C27.8995 40.4352 27.4666 42.4512 27.1651 49.838C26.7399 58.8715 26.9177 63.3267 35.9315 65.2196C38.9928 65.889 42.0618 65.8274 45.3164 65.8274C45.9271 65.7659 46.5455 65.7659 47.1562 65.7659H47.1485Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2851">
|
||||
<rect width="70" height="77" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1,14 @@
|
||||
<svg width="88" height="88" viewBox="0 0 88 88" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2867)">
|
||||
<path d="M34.8397 41.3142C33.3268 39.1365 30.6946 37.4151 27.3786 36.4818C28.7672 35.0507 29.6377 33.1219 29.6377 30.9649C29.6377 26.6095 26.0936 23.063 21.762 23.063C17.4304 23.063 13.8864 26.6095 13.8864 30.9649C13.8864 33.1219 14.7568 35.0715 16.1454 36.4818C10.9019 37.9336 7.31641 41.3972 7.31641 45.5245V51.4976C7.31641 52.3479 8.02107 53.0531 8.87081 53.0531H26.6532C26.0936 54.2353 25.7827 55.5212 25.7827 56.8485V64.5638C25.7827 65.4142 26.4874 66.1193 27.3371 66.1193H60.6014C61.4511 66.1193 62.1558 65.4142 62.1558 64.5638V56.8485C62.1558 55.5212 61.8449 54.256 61.2853 53.0531H79.0677C79.9175 53.0531 80.6221 52.3479 80.6221 51.4976V45.5245C80.6221 41.3972 77.0159 37.9336 71.7931 36.4818C73.1817 35.0507 74.0522 33.1219 74.0522 30.9649C74.0522 26.6095 70.5081 23.063 66.1558 23.063C61.8035 23.063 58.2801 26.6095 58.2801 30.9649C58.2801 33.1219 59.1506 35.0715 60.5392 36.4818C57.2231 37.3944 54.591 39.1365 53.0781 41.3142C53.4511 40.298 53.6791 39.1987 53.6791 38.058C53.6791 32.6864 49.3268 28.331 43.9589 28.331C38.591 28.331 34.2387 32.6864 34.2387 38.058C34.2387 39.1987 34.4667 40.2772 34.8397 41.2935V41.3142ZM57.2231 52.5968C58.3838 53.862 59.047 55.3138 59.047 56.8485V63.0083H28.8915V56.8485C28.8915 51.9331 35.7931 47.7851 43.9796 47.7851C49.6169 47.7851 54.6532 49.7554 57.2231 52.5968ZM16.9952 30.9857C16.9952 28.3517 19.1299 26.1947 21.762 26.1947C24.3941 26.1947 26.5288 28.331 26.5288 30.9857C26.5288 33.6404 24.3941 35.7559 21.762 35.7559C19.1299 35.7559 16.9952 33.6197 16.9952 30.9857ZM21.7827 38.8669C27.9382 38.8669 33.1195 41.9157 33.1195 45.5452V47.0592C31.4822 47.8681 30.0522 48.8429 28.9123 49.9628H10.4252V45.5452C10.4252 41.9364 15.6273 38.8669 21.762 38.8669H21.7827ZM61.389 30.9857C61.389 28.3517 63.5237 26.1947 66.1558 26.1947C68.7879 26.1947 70.9434 28.331 70.9434 30.9857C70.9434 33.6404 68.8086 35.7559 66.1558 35.7559C63.5029 35.7559 61.389 33.6197 61.389 30.9857ZM66.1558 38.8669C72.3112 38.8669 77.4926 41.9157 77.4926 45.5452V49.9628H59.0263C57.8864 48.8429 56.4563 47.8681 54.819 47.0592V45.5452C54.819 41.9157 60.0003 38.8669 66.1558 38.8669ZM52.0003 43.5334C51.8138 44.1763 51.7102 44.84 51.7102 45.5452V45.8356C51.2335 45.6904 50.7568 45.5659 50.2594 45.4415C50.9226 44.8815 51.5237 44.2593 52.0003 43.5541V43.5334ZM43.9589 31.4627C47.6066 31.4627 50.5703 34.4285 50.5703 38.0788C50.5703 41.729 47.6066 44.6949 43.9589 44.6949C40.3112 44.6949 37.3475 41.729 37.3475 38.0788C37.3475 34.4285 40.3112 31.4627 43.9589 31.4627ZM37.6791 45.4208C37.1817 45.5452 36.705 45.6696 36.2283 45.8148V45.5245C36.2283 44.84 36.1247 44.1763 35.9382 43.5334C36.4149 44.2386 37.0159 44.8608 37.6791 45.4208Z" fill="#F08F29"/>
|
||||
<path d="M1.16065 34.2418C1.28501 34.2833 1.43008 34.2833 1.55444 34.2833C2.23837 34.2833 2.88086 33.827 3.06739 33.1219C6.94304 18.4587 18.4456 6.94793 33.1192 3.0488C33.9482 2.82066 34.4456 1.97032 34.2177 1.14072C33.9897 0.311117 33.1607 -0.186644 32.3109 0.0414962C16.5803 4.21024 4.22801 16.5921 0.062209 32.3337C-0.16577 33.1633 0.331639 34.0137 1.16065 34.2418Z" fill="#F08F29"/>
|
||||
<path d="M33.1194 84.9305C18.4666 81.0521 6.94326 69.5413 3.04688 54.8574C2.8189 54.0278 1.96916 53.53 1.14015 53.7582C0.311131 53.9656 -0.186278 54.8367 0.0417012 55.6663C4.2075 71.4079 16.5806 83.7898 32.3111 87.9378C32.4355 87.9792 32.5806 87.9792 32.7049 87.9792C33.3889 87.9792 34.0313 87.523 34.2179 86.8178C34.4458 85.9882 33.9484 85.1378 33.1194 84.9097V84.9305Z" fill="#F08F29"/>
|
||||
<path d="M86.8189 53.5508C85.9898 53.3226 85.1401 53.8411 84.9328 54.6707C81.0986 69.4377 69.5753 81.0521 54.8189 84.9512C53.9898 85.1586 53.4924 86.0297 53.7204 86.8593C53.9069 87.5645 54.5287 88.0207 55.2334 88.0207C55.3577 88.0207 55.5028 88.0207 55.6271 87.9585C71.4613 83.769 83.8344 71.3043 87.9588 55.4589C88.166 54.6293 87.6686 53.7789 86.8396 53.5715L86.8189 53.5508Z" fill="#F08F29"/>
|
||||
<path d="M54.8189 3.0488C69.4717 6.92719 80.995 18.4587 84.8707 33.1219C85.0572 33.827 85.679 34.2833 86.3629 34.2833C86.4873 34.2833 86.6323 34.2833 86.7567 34.2418C87.5857 34.0137 88.0831 33.1633 87.8551 32.3337C83.7101 16.5921 71.3577 4.21024 55.6271 0.0414962C54.7981 -0.186644 53.9484 0.311117 53.7204 1.14072C53.4924 1.97032 53.9898 2.82066 54.8189 3.0488Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2867">
|
||||
<rect width="88" height="88" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
@@ -0,0 +1,20 @@
|
||||
<svg width="83" height="84" viewBox="0 0 83 84" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2912)">
|
||||
<path d="M66.7319 37.6552L57.6528 46.8373C57.08 47.4166 57.08 48.3145 57.6528 48.8938C58.2256 49.4731 59.1135 49.4731 59.6863 48.8938L61.6052 46.9531L65.2998 50.6897L46.2539 69.9517C45.6811 70.531 45.6811 71.429 46.2539 72.0083C46.5404 72.2979 46.9127 72.4428 47.2564 72.4428C47.6 72.4428 48.001 72.2979 48.2588 72.0083L67.3047 52.7462L70.9993 56.4828L48.2874 79.4524C47.1418 74.76 43.5045 71.0524 38.8647 69.9228L51.5811 57.0621C52.1539 56.4828 52.1539 55.5848 51.5811 55.0055C51.0083 54.4262 50.1204 54.4262 49.5476 55.0055L34.7978 69.9228C34.54 70.1835 34.3682 70.56 34.3682 70.9366V82.5228C34.3682 82.7255 34.3968 82.8993 34.4827 83.0731C34.6259 83.4207 34.9123 83.7104 35.256 83.8552C35.4279 83.9421 35.6283 83.971 35.8002 83.971H47.2564C47.6287 83.971 48.001 83.8262 48.2588 83.5366L80.1929 51.24C81.9972 49.4152 82.9996 46.9821 82.9996 44.4041C82.9996 41.8262 81.9972 39.4221 80.1929 37.6262C78.3885 35.8014 75.9827 34.7876 73.4624 34.7876C70.942 34.7876 68.5076 35.8304 66.7319 37.6262V37.6552ZM45.6811 81.1035H39.2657L39.6953 80.669C40.2681 80.0897 40.2681 79.1917 39.6953 78.6124C39.1225 78.0331 38.2346 78.0331 37.6618 78.6124L37.2322 79.0469V72.5586C41.6142 73.1959 45.051 76.6717 45.6811 81.1035ZM80.1356 44.4331C80.1356 46.229 79.4482 47.9379 78.1594 49.2414L73.0041 54.4552L63.5814 44.9255L68.7367 39.7117C71.2571 37.1917 75.6677 37.1628 78.1594 39.7117C79.4196 40.9862 80.1069 42.6662 80.1069 44.4621L80.1356 44.4331Z" fill="#F08F29"/>
|
||||
<path d="M8.5918 21.7241C8.5918 29.7476 13.0597 37.1628 20.048 40.9283V49.2414H18.616C17.814 49.2414 17.1839 49.8786 17.1839 50.6897C17.1839 51.5007 17.814 52.1379 18.616 52.1379H20.048V56.4828C20.048 57.2938 20.6781 57.931 21.48 57.931H23.0552C23.714 61.2331 26.6066 63.7241 30.0721 63.7241C33.5376 63.7241 36.4303 61.2331 37.089 57.931H38.6643C39.4662 57.931 40.0963 57.2938 40.0963 56.4828V52.1379H41.5283C42.3302 52.1379 42.9603 51.5007 42.9603 50.6897C42.9603 49.8786 42.3302 49.2414 41.5283 49.2414H40.0963V40.9283C47.0846 37.1917 51.5525 29.7476 51.5525 21.7241C51.5525 9.73241 41.9293 0 30.0721 0C18.215 0 8.5918 9.73241 8.5918 21.7241ZM30.0721 60.8276C28.2105 60.8276 26.6066 59.611 26.0338 57.931H34.1391C33.5376 59.611 31.9624 60.8276 30.1008 60.8276H30.0721ZM37.2322 55.0345H22.912V52.1379H37.2322V55.0345ZM22.912 49.2414V46.3448H37.2322V49.2414H22.912ZM30.0721 2.89655C40.3254 2.89655 48.6884 11.3545 48.6884 21.7241C48.6884 28.9366 44.5069 35.5986 38.0628 38.7269C37.5759 38.9586 37.2322 39.48 37.2322 40.0303V43.4483H22.912V40.0303C22.912 39.48 22.597 38.9586 22.0814 38.7269C15.6087 35.6276 11.4558 28.9366 11.4558 21.7241C11.4558 11.3545 19.8189 2.89655 30.0721 2.89655Z" fill="#F08F29"/>
|
||||
<path d="M10.0246 84H30.0729C30.8748 84 31.5049 83.3628 31.5049 82.5518C31.5049 81.7407 30.8748 81.1035 30.0729 81.1035H10.0246C9.22265 81.1035 8.59256 80.4662 8.59256 79.6552C8.59256 78.8442 9.22265 78.2069 10.0246 78.2069H27.2088C29.586 78.2069 31.5049 76.2662 31.5049 73.8621V68.069C31.5049 67.258 30.8748 66.6207 30.0729 66.6207C29.271 66.6207 28.6409 67.258 28.6409 68.069V73.8621C28.6409 74.6731 28.0108 75.3104 27.2088 75.3104H10.0246C7.64743 75.3104 5.72852 77.2511 5.72852 79.6552C5.72852 82.0593 7.64743 84 10.0246 84Z" fill="#F08F29"/>
|
||||
<path d="M1.43202 23.1724H4.29607C5.098 23.1724 5.72809 22.5352 5.72809 21.7242C5.72809 20.9131 5.098 20.2759 4.29607 20.2759H1.43202C0.63009 20.2759 0 20.9131 0 21.7242C0 22.5352 0.63009 23.1724 1.43202 23.1724Z" fill="#F08F29"/>
|
||||
<path d="M60.1451 21.7242C60.1451 20.9131 59.515 20.2759 58.7131 20.2759H55.849C55.0471 20.2759 54.417 20.9131 54.417 21.7242C54.417 22.5352 55.0471 23.1724 55.849 23.1724H58.7131C59.515 23.1724 60.1451 22.5352 60.1451 21.7242Z" fill="#F08F29"/>
|
||||
<path d="M55.5907 34.9614L53.099 33.5131C52.4116 33.1076 51.5524 33.3393 51.1514 34.0345C50.7504 34.7297 50.9796 35.5987 51.6669 36.0042L54.1586 37.4525C54.3878 37.5973 54.6455 37.6552 54.8747 37.6552C55.3615 37.6552 55.8484 37.3945 56.1062 36.9311C56.5072 36.2359 56.278 35.3669 55.5907 34.9614Z" fill="#F08F29"/>
|
||||
<path d="M4.55365 8.48684L7.04537 9.93512C7.27449 10.0799 7.50361 10.1379 7.76138 10.1379C8.24827 10.1379 8.73515 9.87718 8.99292 9.41374C9.39388 8.71856 9.16476 7.8496 8.47739 7.44408L5.98567 5.9958C5.2983 5.59029 4.41045 5.82201 4.03812 6.51718C3.63715 7.21236 3.86628 8.08132 4.55365 8.48684Z" fill="#F08F29"/>
|
||||
<path d="M7.04537 33.5131L4.55365 34.9614C3.86628 35.3669 3.63715 36.2359 4.03812 36.9311C4.29589 37.3945 4.78277 37.6552 5.26966 37.6552C5.49878 37.6552 5.75655 37.5973 5.98567 37.4525L8.47739 36.0042C9.16476 35.5987 9.39388 34.7297 8.99292 34.0345C8.59195 33.3393 7.7041 33.1076 7.04537 33.5131Z" fill="#F08F29"/>
|
||||
<path d="M55.5907 8.48684C56.278 8.08132 56.5072 7.21236 56.1062 6.51718C55.7052 5.82201 54.846 5.59029 54.1586 5.9958L51.6669 7.44408C50.9796 7.8496 50.7504 8.71856 51.1514 9.41374C51.4092 9.87718 51.8961 10.1379 52.3829 10.1379C52.6121 10.1379 52.8698 10.0799 53.099 9.93512L55.5907 8.48684Z" fill="#F08F29"/>
|
||||
<path d="M18.6166 23.1724H24.3447C24.717 23.1724 25.0893 23.0276 25.3471 22.7379L28.6407 19.4069V27.4883C28.6407 28.0676 28.9844 28.589 29.5286 28.8207C29.7004 28.9076 29.9009 28.9366 30.0728 28.9366C30.4451 28.9366 30.8174 28.7917 31.0752 28.5021L36.3737 23.1435H41.5003C42.3022 23.1435 42.9323 22.5062 42.9323 21.6952C42.9323 20.8841 42.3022 20.2469 41.5003 20.2469H35.7722C35.3999 20.2469 35.0276 20.3917 34.7698 20.6814L31.4762 24.0124V15.931C31.4762 15.3517 31.1325 14.8304 30.5883 14.5986C30.0441 14.3669 29.4427 14.5117 29.0417 14.9172L23.7432 20.2759H18.6166C17.8147 20.2759 17.1846 20.9131 17.1846 21.7241C17.1846 22.5352 17.8147 23.1724 18.6166 23.1724Z" fill="#F08F29"/>
|
||||
<path d="M54.6176 53.3835C55.4085 53.3835 56.0496 52.7351 56.0496 51.9352C56.0496 51.1354 55.4085 50.4869 54.6176 50.4869C53.8267 50.4869 53.1855 51.1354 53.1855 51.9352C53.1855 52.7351 53.8267 53.3835 54.6176 53.3835Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2912">
|
||||
<rect width="83" height="84" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.0 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="122" height="126" viewBox="0 0 122 126" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2696)">
|
||||
<path d="M75.4937 106.7C75.6309 106.441 75.7732 105.983 75.8225 105.687C75.9499 104.77 75.7406 103.453 75.2148 101.999C74.7923 100.811 74.3322 99.8849 73.0222 97.6077C71.7306 95.3445 71.7766 95.4371 70.8483 93.1147C69.3296 89.2896 68.6278 87.9347 67.5555 86.7059C67.1335 86.2283 66.358 85.5856 65.933 85.3809C65.3301 85.0855 64.7983 85.0032 64.0949 85.11C63.5372 85.1964 63.2223 85.3066 62.7473 85.6292C62.46 85.8181 62.4391 85.8458 62.077 86.3259C61.7149 86.806 61.694 86.8338 61.5914 87.1619C61.1716 88.4676 61.5911 89.8704 62.6345 90.6573C62.8653 90.8314 62.8861 90.8615 63.1715 91.3665C63.8599 92.5665 64.1749 93.282 65.2203 95.91C66.0911 98.1166 66.2499 98.4247 67.2744 100.197C67.4794 100.54 67.6359 100.832 67.6289 100.841C67.6011 100.878 65.3292 100.222 64.2568 99.8766C58.9439 98.1439 54.1624 95.7257 50.2105 92.7453C46.2586 89.7649 43.5514 86.6514 41.7961 83.0824C39.4611 78.323 39.1949 73.1828 41.0156 67.7914C41.5612 66.146 42.4588 64.3605 43.6827 62.4879C43.8384 62.2432 43.9846 62.0492 43.9915 62.04C44.0008 62.047 44.2156 62.1655 44.4441 62.3234C48.4893 65.0265 53.5424 66.201 59.2104 65.7535C60.0433 65.6863 61.8411 65.4344 62.6604 65.27C69.0361 63.9801 74.9656 60.8618 78.8114 56.7803C79.2359 56.3327 80.5102 54.643 80.7681 54.1857C81.2376 53.352 81.5423 52.6982 81.8127 51.9171C82.9107 48.6749 82.1813 45.532 79.7589 43.1547C78.6585 42.0786 77.0999 41.0914 75.3462 40.3628C71.6287 38.8194 67.357 38.6831 62.7484 39.9731C60.3319 40.642 57.5068 41.872 55.0651 43.3042C51.2334 45.5422 47.286 48.7213 44.0502 52.1475C43.8114 52.3874 43.6165 52.5881 43.6073 52.5812C43.5242 52.5185 42.921 51.4552 42.6012 50.823C40.105 45.7971 40.0964 40.3153 42.5744 34.7823C43.0654 33.6896 43.6488 32.6086 44.3667 31.4263C44.8104 30.7035 46.3378 28.6398 46.9898 27.8713C50.8995 23.2441 56.1255 19.4069 61.6596 17.1202C63.8061 16.2331 66.0421 15.6307 68.2772 15.3174C68.9344 15.2336 69.0153 15.2222 69.5309 15.3069C70.2985 15.4223 70.6547 15.4301 71.0596 15.3734C71.7376 15.2619 72.3304 15.0136 72.8867 14.5641C73.2506 14.2736 73.6615 13.7288 73.8338 13.3083C74.53 11.5593 73.6099 9.64859 71.8257 9.11418C71.412 8.99049 70.9957 8.96625 70.4913 9.02042C70.1674 9.06582 69.8945 9.06278 69.617 9.02735C68.9765 8.93544 68.6643 8.94618 67.8452 9.05271C64.4231 9.49927 61.0736 10.4641 57.894 11.9337C49.7353 15.703 42.4738 22.1624 38.3468 29.3633C34.2151 36.5897 33.3764 44.0977 35.9484 51.0782C36.697 53.1202 37.9168 55.4018 39.1289 57.0981L39.4976 57.6079L39.3699 57.8158C39.2955 57.9335 39.1516 58.1436 39.0471 58.2821C38.8104 58.5961 38.1043 59.6859 37.7024 60.3533C36.6639 62.076 35.8407 63.7438 35.3072 65.1811C34.6338 67.0343 34.0868 69.2001 33.8018 71.1145C33.2623 74.807 33.5279 78.4691 34.5711 81.9067C35.3277 84.4183 36.5585 86.9543 38.1437 89.2507C39.8648 91.751 41.9036 93.9838 44.5483 96.239C45.2983 96.8771 47.3943 98.4578 48.2694 99.0453C53.0072 102.213 58.4383 104.73 64.1447 106.383C64.5145 106.488 64.8173 106.586 64.8195 106.602C64.8309 106.683 58.3037 110.133 52.7705 112.956C51.8232 113.444 51.5869 113.584 51.3017 113.847C50.5249 114.551 50.1378 115.736 50.3549 116.754C50.693 118.342 52.1219 119.405 53.7183 119.248C53.9057 119.23 54.1949 119.173 54.3454 119.127C54.8987 118.95 62.6649 114.914 66.7671 112.663C71.5226 110.064 73.5568 108.788 74.7023 107.711C74.9643 107.459 75.3217 107.005 75.4705 106.711L75.4937 106.7ZM74.0226 52.7777C72.5986 54.2241 70.7655 55.5215 68.5791 56.6537C67.0388 57.4476 65.2953 58.1461 63.6356 58.6181C62.3417 58.9894 61.5965 59.1516 60.1873 59.3491C55.6243 60.0216 51.5161 59.2844 48.2279 57.2102C48.0016 57.0685 47.9831 57.0546 48.0249 56.9992C48.0458 56.9715 48.3543 56.6392 48.7161 56.2747C53.3734 51.4437 58.9368 47.7161 63.8608 46.1425C65.5044 45.6148 67.3602 45.3052 68.8313 45.3137C70.8389 45.3214 72.5632 45.7816 74.2329 46.7367C74.8703 47.1016 75.5143 47.6306 75.7608 47.9759C76.33 48.7962 76.2352 49.6518 75.4011 51.0651C75.1873 51.4254 74.4006 52.4109 74.0318 52.7847L74.0226 52.7777Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2696">
|
||||
<rect width="99.8861" height="76.5481" fill="white" transform="matrix(-0.602125 0.798402 0.798402 0.602125 60.1439 0)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,10 @@
|
||||
<svg width="122" height="126" viewBox="0 0 122 126" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2693)">
|
||||
<path d="M45.7664 106.7C45.6292 106.441 45.4869 105.983 45.4376 105.687C45.3102 104.77 45.5195 103.453 46.0453 101.999C46.4677 100.811 46.9279 99.8849 48.2379 97.6077C49.5295 95.3445 49.4835 95.4371 50.4117 93.1147C51.9305 89.2896 52.6323 87.9347 53.7046 86.7059C54.1266 86.2283 54.9021 85.5856 55.3271 85.3809C55.93 85.0855 56.4618 85.0032 57.1652 85.11C57.7229 85.1964 58.0377 85.3066 58.5127 85.6292C58.8001 85.8181 58.821 85.8458 59.1831 86.3259C59.5452 86.806 59.5661 86.8338 59.6687 87.1619C60.0885 88.4676 59.669 89.8704 58.6256 90.6573C58.3947 90.8314 58.374 90.8615 58.0885 91.3665C57.4001 92.5665 57.0852 93.282 56.0397 95.91C55.169 98.1166 55.0102 98.4247 53.9856 100.197C53.7807 100.54 53.6242 100.832 53.6311 100.841C53.659 100.878 55.9309 100.222 57.0032 99.8766C62.3162 98.1439 67.0976 95.7257 71.0496 92.7453C75.0015 89.7649 77.7087 86.6514 79.464 83.0824C81.799 78.323 82.0652 73.1828 80.2444 67.7914C79.6988 66.146 78.8013 64.3605 77.5773 62.4879C77.4217 62.2432 77.2755 62.0492 77.2685 62.04C77.2593 62.047 77.0445 62.1655 76.8159 62.3234C72.7708 65.0265 67.7177 66.201 62.0497 65.7535C61.2168 65.6863 59.419 65.4344 58.5997 65.27C52.224 63.9801 46.2945 60.8618 42.4487 56.7803C42.0242 56.3327 40.7499 54.643 40.4919 54.1857C40.0225 53.352 39.7178 52.6982 39.4474 51.9171C38.3493 48.6749 39.0788 45.532 41.5011 43.1547C42.6016 42.0786 44.1602 41.0914 45.9138 40.3628C49.6313 38.8194 53.9031 38.6831 58.5117 39.9731C60.9282 40.642 63.7533 41.872 66.195 43.3042C70.0266 45.5422 73.9741 48.7213 77.2098 52.1475C77.4487 52.3874 77.6435 52.5881 77.6528 52.5812C77.7359 52.5185 78.3391 51.4552 78.6589 50.823C81.1551 45.7971 81.1637 40.3153 78.6856 34.7823C78.1947 33.6896 77.6113 32.6086 76.8934 31.4263C76.4497 30.7035 74.9223 28.6398 74.2703 27.8713C70.3606 23.2441 65.1346 19.4069 59.6005 17.1202C57.454 16.2331 55.218 15.6307 52.9828 15.3174C52.3257 15.2336 52.2447 15.2222 51.7292 15.3069C50.9616 15.4223 50.6054 15.4301 50.2005 15.3734C49.5225 15.2619 48.9297 15.0136 48.3734 14.5641C48.0095 14.2736 47.5986 13.7288 47.4263 13.3083C46.7301 11.5593 47.6502 9.64859 49.4344 9.11418C49.8481 8.99049 50.2644 8.96625 50.7688 9.02042C51.0927 9.06582 51.3656 9.06278 51.6431 9.02735C52.2835 8.93544 52.5958 8.94618 53.4149 9.05271C56.837 9.49927 60.1865 10.4641 63.3661 11.9337C71.5248 15.703 78.7862 22.1624 82.9133 29.3633C87.045 36.5897 87.8837 44.0977 85.3117 51.0782C84.5631 53.1202 83.3433 55.4018 82.1312 57.0981L81.7624 57.6079L81.8902 57.8158C81.9645 57.9335 82.1085 58.1436 82.213 58.2821C82.4497 58.5961 83.1558 59.6859 83.5577 60.3533C84.5962 62.076 85.4194 63.7438 85.9529 65.1811C86.6263 67.0343 87.1733 69.2001 87.4582 71.1145C87.9977 74.807 87.7322 78.4691 86.6889 81.9067C85.9323 84.4183 84.7016 86.9543 83.1164 89.2507C81.3952 91.751 79.3565 93.9838 76.7118 96.239C75.9618 96.8771 73.8658 98.4578 72.9907 99.0453C68.2529 102.213 62.8217 104.73 57.1154 106.383C56.7456 106.488 56.4428 106.586 56.4406 106.602C56.4292 106.683 62.9564 110.133 68.4896 112.956C69.4369 113.444 69.6732 113.584 69.9584 113.847C70.7351 114.551 71.1222 115.736 70.9052 116.754C70.5671 118.342 69.1382 119.405 67.5418 119.248C67.3544 119.23 67.0651 119.173 66.9147 119.127C66.3614 118.95 58.5952 114.914 54.4929 112.663C49.7375 110.064 47.7033 108.788 46.5578 107.711C46.2958 107.459 45.9383 107.005 45.7895 106.711L45.7664 106.7ZM47.2375 52.7777C48.6615 54.2241 50.4945 55.5215 52.681 56.6537C54.2213 57.4476 55.9648 58.1461 57.6245 58.6181C58.9184 58.9894 59.6636 59.1516 61.0728 59.3491C65.6358 60.0216 69.744 59.2844 73.0322 57.2102C73.2585 57.0685 73.2769 57.0546 73.2352 56.9992C73.2143 56.9715 72.9058 56.6392 72.544 56.2747C67.8866 51.4437 62.3232 47.7161 57.3993 46.1425C55.7557 45.6148 53.8999 45.3052 52.4288 45.3137C50.4212 45.3214 48.6969 45.7816 47.0271 46.7367C46.3897 47.1016 45.7458 47.6306 45.4992 47.9759C44.9301 48.7962 45.0249 49.6518 45.859 51.0651C46.0728 51.4254 46.8595 52.4109 47.2283 52.7847L47.2375 52.7777Z" fill="#00A396"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2693">
|
||||
<rect width="99.8861" height="76.5481" fill="white" transform="translate(61.1162) rotate(52.9778)"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.2 KiB |
@@ -0,0 +1,11 @@
|
||||
<svg width="74" height="74" viewBox="0 0 74 74" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2685)">
|
||||
<path d="M37 0C16.5929 0 0 16.6051 0 37C0 57.3949 16.6051 74 37 74C57.3949 74 74 57.3949 74 37C74 16.6051 57.4071 0 37 0ZM37 69.4084C19.1316 69.4084 4.5916 54.8684 4.5916 37C4.5916 19.1316 19.1316 4.5916 37 4.5916C54.8684 4.5916 69.4084 19.1316 69.4084 37C69.4084 54.8684 54.8684 69.4084 37 69.4084Z" fill="#F08F29"/>
|
||||
<path d="M28.0593 35.1172H46.7051C47.9805 35.1172 49.0009 34.0847 49.0009 32.8214C49.0009 31.5581 47.9684 30.5256 46.7051 30.5256H29.1768C31.8006 23.7232 38.3843 18.8765 46.0977 18.8765C47.3731 18.8765 48.3935 17.844 48.3935 16.5807C48.3935 15.3174 47.361 14.2849 46.0977 14.2849C35.8091 14.2849 27.1118 21.148 24.3058 30.5377H19.119C17.8436 30.5377 16.8232 31.5702 16.8232 32.8335C16.8232 34.0968 17.8557 35.1293 19.119 35.1293H23.4434C23.3948 35.7488 23.3584 36.3804 23.3584 37.0121C23.3584 37.6437 23.3948 38.2754 23.4434 38.8949H19.119C17.8436 38.8949 16.8232 39.9274 16.8232 41.1907C16.8232 42.454 17.8557 43.4865 19.119 43.4865H24.318C27.1118 52.8762 35.8213 59.7393 46.1098 59.7393C47.3853 59.7393 48.4056 58.7068 48.4056 57.4435C48.4056 56.1802 47.3731 55.1477 46.1098 55.1477C38.3965 55.1477 31.8127 50.301 29.189 43.4986H46.7172C47.9926 43.4986 49.013 42.4661 49.013 41.2028C49.013 39.9395 47.9805 38.907 46.7172 38.907H28.0593C27.9986 38.2875 27.9621 37.6559 27.9621 37.0242C27.9621 36.3926 27.9986 35.7367 28.0593 35.1172Z" fill="#F08F29"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2685">
|
||||
<rect width="74" height="74" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,16 @@
|
||||
<svg width="83" height="90" viewBox="0 0 83 90" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2675)">
|
||||
<path d="M49.63 18.7699C53.68 19.7899 57.48 21.4899 60.86 23.7599C64.29 26.0599 67.29 28.9499 69.76 32.2599L70.61 33.4199L69.33 34.0399C68.56 34.4099 67.91 34.9999 67.43 35.6799C66.95 36.3599 66.67 37.1499 66.58 38.0299L66.24 41.4299L64.37 38.5399C62.64 35.8499 60.46 33.4699 57.94 31.5099C55.45 29.5799 52.61 28.0499 49.55 27.0599L48.7 26.7799V21.8999H48.73L48.7 21.8399V21.8099V21.7499V21.7199M59.53 25.7399C56.95 24.0099 54.12 22.6199 51.08 21.6599V21.6899L51.11 21.7699H51.08V21.8299L51.11 21.8599V25.0899C54.12 26.1699 56.92 27.6999 59.39 29.6199C61.49 31.2399 63.36 33.1299 64.95 35.1999C65.12 34.8899 65.29 34.5999 65.49 34.3199C65.92 33.6999 66.45 33.1299 67.08 32.6499C64.93 29.9899 62.4 27.6299 59.54 25.7399H59.53ZM48.7 21.7399V21.6299V21.5999L48.67 21.5399V21.5099V21.4799V21.4199L48.64 21.3899V21.3299V21.2999V21.2699L48.61 21.2399V21.1799L48.58 21.1199V21.0599L48.55 21.0299V20.9699L48.52 20.9399V20.9099V20.8799L48.49 20.8499V20.8199L48.46 20.7899V20.7599L48.43 20.7299H48.46L48.43 20.6999V20.6699L48.4 20.6399V20.6099H48.37V20.5499L48.34 20.5199L46.64 17.9399L49.62 18.7099M75.71 62.3099C73.75 70.1899 69.16 77.0499 62.95 81.8999C56.85 86.6599 49.17 89.4999 40.87 89.4999C32.57 89.4999 25.36 86.8299 19.36 82.3599C13.24 77.7399 8.61996 71.2199 6.40996 63.6499L5.95996 62.1499H14.29L14.57 62.9399C16.53 68.4099 20.13 73.1199 24.8 76.3999C29.34 79.5999 34.89 81.4999 40.87 81.4999C46.85 81.4999 52.83 79.4599 57.48 75.9999C62.24 72.4899 65.81 67.4699 67.57 61.6799L67.82 60.8299H76.07L75.7 62.2999L75.71 62.3099ZM61.48 80.0199C66.89 75.7999 70.98 69.9599 72.99 63.2099H69.59C67.61 69.1399 63.84 74.2699 58.9 77.9199C53.85 81.6599 47.62 83.8699 40.87 83.8699C34.12 83.8699 28.37 81.8299 23.44 78.3399C18.59 74.9099 14.79 70.1199 12.61 64.5099H9.17996C11.39 70.9199 15.47 76.4399 20.8 80.4099C26.38 84.5999 33.33 87.0999 40.87 87.0999C48.64 87.0999 55.78 84.4599 61.48 80.0099V80.0199ZM11.17 33.4199C13.64 29.7899 16.75 26.6699 20.33 24.1499C23.85 21.6799 27.84 19.8399 32.12 18.7599L34.61 18.1399L33.45 20.4599L33.42 20.5199V20.5499L33.39 20.5799M21.68 26.1099C18.7 28.1799 16.1 30.7599 13.91 33.6799C14.53 34.0799 15.07 34.5599 15.53 35.1299C15.78 35.4099 15.98 35.7299 16.18 36.0699C17.82 33.7499 19.81 31.6799 22.02 29.9199C24.57 27.8499 27.49 26.2099 30.64 25.0999V21.9299L30.67 21.8699H30.64L30.67 21.8399V21.7799V21.6699C27.41 22.6899 24.4 24.2199 21.68 26.1199V26.1099ZM33.39 20.5799L33.36 20.6099V20.6699H33.33V20.6999V20.7299L33.3 20.7599V20.7899L33.27 20.8199V20.8499L33.24 20.8799V20.9399H33.21V20.9999L33.18 21.0299V21.0599V21.0899H33.15V21.1199V21.1799V21.2099L33.12 21.2399V21.2699V21.2999L33.09 21.3299V21.3599V21.4199V21.4499L33.06 21.4799V21.5899L33.03 21.6499V21.6799V21.7899V21.8999V21.9599V26.8399L32.21 27.1199C29.01 28.1399 26.06 29.7599 23.48 31.8199C20.87 33.8899 18.66 36.4099 16.93 39.2699L15.34 41.9099L14.75 38.8999C14.58 38.0799 14.21 37.3099 13.67 36.6899C13.16 36.0399 12.48 35.5299 11.69 35.2199L10.33 34.6799L11.15 33.4599" fill="#00A396"/>
|
||||
<path d="M5.3 49.0699H15.14C16.61 49.0699 17.95 49.6899 18.91 50.6299V50.6599C19.85 51.5999 20.47 52.9299 20.47 54.3999V64.5199H0V54.3999C0 52.9299 0.6 51.5899 1.56 50.6299C2.52 49.6999 3.86 49.0699 5.3 49.0699ZM15.14 51.4799H5.3C4.51 51.4799 3.77 51.7899 3.26 52.3299C2.72 52.8699 2.38 53.5799 2.38 54.3999V62.1399H18.06V54.3999C18.06 53.5799 17.75 52.8699 17.21 52.3299C16.67 51.7899 15.96 51.4799 15.14 51.4799Z" fill="#00A396"/>
|
||||
<path d="M9.83016 32.4301C11.8702 32.4301 13.7102 33.2501 15.0702 34.6101C16.4002 35.9401 17.2202 37.7801 17.2202 39.8501C17.2202 41.9201 16.4002 43.7301 15.0702 45.0901V45.0601C13.7102 46.4201 11.8702 47.2401 9.83016 47.2401C7.79016 47.2401 5.92016 46.4201 4.59016 45.0901C3.23016 43.7301 2.41016 41.8901 2.41016 39.8501C2.41016 37.8101 3.23016 35.9401 4.59016 34.6101C5.92016 33.2501 7.79016 32.4301 9.83016 32.4301ZM13.3802 36.2801C12.4702 35.3701 11.2302 34.8101 9.84016 34.8101C8.45016 34.8101 7.18016 35.3801 6.27016 36.2801C5.36016 37.1901 4.80016 38.4601 4.80016 39.8501C4.80016 41.2401 5.37016 42.4901 6.27016 43.3901C7.18016 44.3001 8.45016 44.8601 9.84016 44.8601C11.2302 44.8601 12.4802 44.2901 13.3802 43.3901C14.2902 42.4801 14.8502 41.2401 14.8502 39.8501C14.8502 38.4601 14.2802 37.1901 13.3802 36.2801Z" fill="#00A396"/>
|
||||
<path d="M67.0695 47.76H76.9095C78.3595 47.76 79.6895 48.38 80.6495 49.32C81.6095 50.28 82.2095 51.62 82.2095 53.09V63.21H61.7695V53.09C61.7695 51.62 62.3695 50.28 63.2995 49.32C64.2595 48.38 65.5995 47.76 67.0695 47.76ZM76.8995 50.17H67.0595C66.2395 50.17 65.5295 50.48 64.9895 51.02C64.4495 51.56 64.1395 52.27 64.1395 53.09V60.83H79.8195V53.09C79.8195 52.27 79.4795 51.56 78.9395 51.02C78.4295 50.48 77.6895 50.17 76.8995 50.17Z" fill="#00A396"/>
|
||||
<path d="M71.5704 31.12C73.6104 31.12 75.4804 31.94 76.8104 33.3C78.1404 34.63 78.9904 36.5 78.9904 38.54C78.9904 40.58 78.1404 42.42 76.8104 43.76V43.79C75.4804 45.12 73.6104 45.94 71.5704 45.94C69.5304 45.94 67.6904 45.12 66.3304 43.76V43.79C65.0004 42.43 64.1504 40.59 64.1504 38.55C64.1504 36.51 65.0004 34.64 66.3304 33.31C67.6904 31.95 69.5304 31.13 71.5704 31.13V31.12ZM75.1204 34.98C74.2104 34.07 72.9704 33.51 71.5804 33.51C70.1904 33.51 68.9404 34.08 68.0404 34.98C67.1304 35.89 66.5704 37.16 66.5704 38.55C66.5704 39.94 67.1404 41.19 68.0404 42.09C68.9504 43 70.1904 43.56 71.5804 43.56C72.9704 43.56 74.2204 42.99 75.1204 42.09C76.0304 41.18 76.5904 39.94 76.5904 38.55C76.5904 37.16 76.0204 35.88 75.1504 34.98H75.1204Z" fill="#00A396"/>
|
||||
<path d="M35.9399 16.67H45.7999C47.2499 16.67 48.5799 17.26 49.5399 18.23C50.4999 19.19 51.0999 20.53 51.0999 21.97V32.09H30.6299V21.97C30.6299 20.5 31.2299 19.19 32.1899 18.23C33.1499 17.27 34.4899 16.67 35.9299 16.67H35.9399ZM45.8099 19.05H35.9499C35.1599 19.05 34.4199 19.39 33.9099 19.9C33.3699 20.44 33.0599 21.17 33.0599 21.97V29.71H48.7099V21.97C48.7099 21.18 48.3999 20.44 47.8599 19.9C47.3499 19.39 46.6099 19.05 45.8199 19.05H45.8099Z" fill="#00A396"/>
|
||||
<path d="M40.4796 0C42.5196 0 44.3896 0.85 45.7196 2.18C47.0496 3.51 47.8696 5.38 47.8696 7.42C47.8696 9.46 47.0496 11.3 45.7196 12.66C44.3896 13.99 42.5196 14.84 40.4796 14.84C38.4396 14.84 36.5696 13.99 35.2396 12.66C33.9096 11.33 33.0596 9.46 33.0596 7.42C33.0596 5.38 33.9096 3.51 35.2396 2.18C36.5696 0.85 38.4396 0 40.4796 0ZM44.0196 3.88C43.1096 2.97 41.8696 2.41 40.4796 2.41C39.0896 2.41 37.8096 2.98 36.9396 3.86V3.89C36.0296 4.8 35.4696 6.04 35.4696 7.43C35.4696 8.82 36.0396 10.07 36.9396 10.97C37.8196 11.88 39.0896 12.44 40.4796 12.44C41.8696 12.44 43.1196 11.87 44.0196 10.97C44.9296 10.06 45.4896 8.82 45.4896 7.43C45.4896 6.04 44.9196 4.79 44.0196 3.89V3.88Z" fill="#00A396"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2675">
|
||||
<rect width="82.2" height="89.49" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.7 KiB |
@@ -0,0 +1,18 @@
|
||||
<svg width="70" height="77" viewBox="0 0 70 77" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g clip-path="url(#clip0_2033_2663)">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M12.199 44.6441C12.0135 44.6441 11.8279 44.5826 11.712 44.521C11.3409 44.3363 11.1631 43.9131 11.1631 43.4822L12.2686 34.2025C11.9593 34.141 11.596 34.0794 11.2868 34.0179C0.185736 31.7095 -0.370862 25.3614 0.116161 15.1661C0.487227 6.31725 1.46901 3.32404 11.2172 1.19264C18.6385 -0.400149 29.8555 -0.400149 37.2768 1.19264C47.0869 3.33174 48.0068 6.31725 48.4397 15.1661C48.8649 25.2999 48.3779 31.6479 37.215 34.0256C33.5353 34.8181 29.8555 34.7565 26.2995 34.7565H24.6451L12.8715 44.4594C12.686 44.5826 12.4464 44.6441 12.199 44.6441ZM24.2741 2.04674C19.7363 2.04674 15.1984 2.41608 11.7042 3.20862C2.93781 5.09381 2.5049 7.23291 2.14156 15.2892C1.71638 25.1152 1.95603 29.9397 11.7661 32.0096C12.3768 32.1327 12.9952 32.2558 13.6678 32.3789C14.2167 32.502 14.5877 32.9868 14.5259 33.5408L13.6059 41.2354L23.6634 32.9329C23.8489 32.8098 24.0886 32.6867 24.3359 32.6867H26.3613C29.9792 32.6867 33.4116 32.7482 36.8439 32.0173C46.654 29.9397 46.8395 25.1229 46.4143 15.2969C46.0433 7.2406 45.6181 5.1015 36.8439 3.20862C33.3497 2.41608 28.8119 2.04674 24.2741 2.04674Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.642 21.9451C9.25327 21.9451 7.35156 19.9906 7.35156 17.6746C7.35156 15.3585 9.31512 13.4041 11.642 13.4041C13.9689 13.4041 15.9325 15.3585 15.9325 17.6746C15.9325 19.9906 14.0307 21.9451 11.642 21.9451ZM11.642 15.4123C10.4129 15.4123 9.37696 16.3896 9.37696 17.6669C9.37696 18.9442 10.3587 19.9214 11.642 19.9214C12.9253 19.9214 13.9071 18.9442 13.9071 17.6669C13.9071 16.3896 12.9253 15.4123 11.642 15.4123Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M24.2201 21.9451C21.8314 21.9451 19.9297 19.9906 19.9297 17.6746C19.9297 15.3585 21.8932 13.4041 24.2201 13.4041C26.547 13.4041 28.5106 15.3585 28.5106 17.6746C28.5106 19.9906 26.6089 21.9451 24.2201 21.9451ZM24.2201 15.4123C22.991 15.4123 21.9551 16.3896 21.9551 17.6669C21.9551 18.9442 22.9369 19.9214 24.2201 19.9214C25.5034 19.9214 26.4852 18.9442 26.4852 17.6669C26.4852 16.3896 25.5034 15.4123 24.2201 15.4123Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M36.7895 21.9451C34.4007 21.9451 32.499 19.9906 32.499 17.6746C32.499 15.3585 34.4626 13.4041 36.7895 13.4041C39.1164 13.4041 41.0799 15.3585 41.0799 17.6746C41.0799 19.9906 39.1782 21.9451 36.7895 21.9451ZM36.7895 15.4123C35.5603 15.4123 34.5244 16.3896 34.5244 17.6669C34.5244 18.9442 35.5062 19.9214 36.7895 19.9214C38.0727 19.9214 39.0545 18.9442 39.0545 17.6669C39.0545 16.3896 38.0727 15.4123 36.7895 15.4123Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1692 46.4217H43.1598C42.611 46.4217 42.1162 45.9369 42.1162 45.3829C42.1162 44.8289 42.6032 44.3441 43.1598 44.3441H62.1692C62.7181 44.3441 63.2128 44.8289 63.2128 45.3829C63.2128 45.9369 62.7258 46.4217 62.1692 46.4217Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.3207 46.4217H32.863C32.3141 46.4217 31.8193 45.9369 31.8193 45.3829C31.8193 44.8289 32.3064 44.3441 32.863 44.3441H38.3207C38.8696 44.3441 39.3643 44.8289 39.3643 45.3829C39.3643 45.9369 38.8773 46.4217 38.3207 46.4217Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1694 53.0697H32.863C32.3141 53.0697 31.8193 52.585 31.8193 52.031C31.8193 51.477 32.3064 50.9922 32.863 50.9922H62.1694C62.7183 50.9922 63.213 51.477 63.213 52.031C63.213 52.585 62.726 53.0697 62.1694 53.0697Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M62.1693 59.7179H53.8899C53.3411 59.7179 52.8463 59.2332 52.8463 58.6792C52.8463 58.1251 53.3333 57.6404 53.8899 57.6404H62.1693C62.7182 57.6404 63.213 58.1251 63.213 58.6792C63.213 59.2332 62.7259 59.7179 62.1693 59.7179ZM49.3521 59.7179H32.8551C32.3063 59.7179 31.8115 59.2332 31.8115 58.6792C31.8115 58.1251 32.2985 57.6404 32.8551 57.6404H49.3521C49.901 57.6404 50.3957 58.1251 50.3957 58.6792C50.3957 59.2332 49.9706 59.7179 49.3521 59.7179Z" fill="#D94C4C"/>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M58.6206 76.9923C58.3733 76.9923 58.1336 76.9308 57.9481 76.7461L47.0944 67.7742H45.3164C42.1314 67.7742 38.815 67.8357 35.5063 67.1047C25.1397 64.9041 24.6527 59.0485 25.0856 49.6457C25.4566 41.4047 26.3147 38.6039 35.4522 36.6418C42.3169 35.1798 52.6836 35.1798 59.5483 36.6418C68.6239 38.5962 69.5439 41.4047 69.9149 49.6457C70.3401 59.0408 69.8531 64.9041 59.4942 67.1047C59.185 67.1663 58.9453 67.2279 58.6361 67.2894L59.6797 75.7766C59.7416 76.1998 59.4942 76.5691 59.1308 76.8154C58.9453 77 58.7598 77 58.6361 77L58.6206 76.9923ZM47.1485 65.7659C47.5196 65.7659 47.8829 65.7659 48.1303 66.0121L57.2678 73.5836L56.4715 66.6892C56.4097 66.1429 56.7808 65.6505 57.3296 65.5274C57.8785 65.4042 58.4969 65.3427 59.0458 65.2196C67.9978 63.3267 68.2451 58.8715 67.8122 49.838C67.503 42.4512 67.0778 40.4968 59.1077 38.727C52.6063 37.3266 42.3633 37.3266 35.8697 38.727C27.8995 40.4352 27.4666 42.4512 27.1651 49.838C26.7399 58.8715 26.9177 63.3267 35.9315 65.2196C38.9928 65.889 42.0618 65.8274 45.3164 65.8274C45.9271 65.7659 46.5455 65.7659 47.1562 65.7659H47.1485Z" fill="#D94C4C"/>
|
||||
</g>
|
||||
<defs>
|
||||
<clipPath id="clip0_2033_2663">
|
||||
<rect width="70" height="77" fill="white"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.2 KiB |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="m313-440 224 224-57 56-320-320 320-320 57 56-224 224h487v80H313Z"/></svg>
|
||||
|
After Width: | Height: | Size: 189 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="m560-240-56-58 142-142H160v-80h486L504-662l56-58 240 240-240 240Z"/></svg>
|
||||
|
After Width: | Height: | Size: 190 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Z"/></svg>
|
||||
|
After Width: | Height: | Size: 325 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M798-120q-125 0-247-54.5T329-329Q229-429 174.5-551T120-798q0-18 12-30t30-12h162q14 0 25 9.5t13 22.5l26 140q2 16-1 27t-11 19l-97 98q20 37 47.5 71.5T387-386q31 31 65 57.5t72 48.5l94-94q9-9 23.5-13.5T670-390l138 28q14 4 23 14.5t9 23.5v162q0 18-12 30t-30 12Z"/></svg>
|
||||
|
After Width: | Height: | Size: 379 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="m424-312 282-282-56-56-226 226-114-114-56 56 170 170ZM200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Zm0-560v560-560Z"/></svg>
|
||||
|
After Width: | Height: | Size: 335 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h560q33 0 56.5 23.5T840-760v560q0 33-23.5 56.5T760-120H200Zm0-80h560v-560H200v560Z"/></svg>
|
||||
|
After Width: | Height: | Size: 267 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z"/></svg>
|
||||
|
After Width: | Height: | Size: 178 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="40px" viewBox="0 -960 960 960" width="40px" fill="#1f1f1f"><path d="m251.33-204.67-46.66-46.66L433.33-480 204.67-708.67l46.66-46.66L480-526.67l228.67-228.66 46.66 46.66L526.67-480l228.66 228.67-46.66 46.66L480-433.33 251.33-204.67Z"/></svg>
|
||||
|
After Width: | Height: | Size: 288 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M240-120q-17 0-28.5-11.5T200-160v-82q-18-20-29-44.5T160-340v-380q0-83 77-121.5T480-880q172 0 246 37t74 123v380q0 29-11 53.5T760-242v82q0 17-11.5 28.5T720-120h-40q-17 0-28.5-11.5T640-160v-40H320v40q0 17-11.5 28.5T280-120h-40Zm0-440h480v-120H240v120Zm100 240q25 0 42.5-17.5T400-380q0-25-17.5-42.5T340-440q-25 0-42.5 17.5T280-380q0 25 17.5 42.5T340-320Zm280 0q25 0 42.5-17.5T680-380q0-25-17.5-42.5T620-440q-25 0-42.5 17.5T560-380q0 25 17.5 42.5T620-320Z"/></svg>
|
||||
|
After Width: | Height: | Size: 575 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="m280-40 112-564-72 28v136h-80v-188l202-86q14-6 29.5-7t29.5 4q14 5 26.5 14t20.5 23l40 64q26 42 70.5 69T760-520v80q-70 0-125-29t-94-74l-25 123 84 80v300h-80v-260l-84-64-72 324h-84Zm260-700q-33 0-56.5-23.5T460-820q0-33 23.5-56.5T540-900q33 0 56.5 23.5T620-820q0 33-23.5 56.5T540-740Z"/></svg>
|
||||
|
After Width: | Height: | Size: 405 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M480-320 280-520l56-58 104 104v-326h80v326l104-104 56 58-200 200ZM240-160q-33 0-56.5-23.5T160-240v-120h80v120h480v-120h80v120q0 33-23.5 56.5T720-160H240Z"/></svg>
|
||||
|
After Width: | Height: | Size: 278 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M480-528 296-344l-56-56 240-240 240 240-56 56-184-184Z"/></svg>
|
||||
|
After Width: | Height: | Size: 179 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M480-480q33 0 56.5-23.5T560-560q0-33-23.5-56.5T480-640q-33 0-56.5 23.5T400-560q0 33 23.5 56.5T480-480Zm0 294q122-112 181-203.5T720-552q0-109-69.5-178.5T480-800q-101 0-170.5 69.5T240-552q0 71 59 162.5T480-186Zm0 106Q319-217 239.5-334.5T160-552q0-150 96.5-239T480-880q127 0 223.5 89T800-552q0 100-79.5 217.5T480-80Zm0-480Z"/></svg>
|
||||
|
After Width: | Height: | Size: 445 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M120-240v-80h720v80H120Zm0-200v-80h720v80H120Zm0-200v-80h720v80H120Z"/></svg>
|
||||
|
After Width: | Height: | Size: 193 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="m612-292 56-56-148-148v-184h-80v216l172 172ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-400Zm0 320q133 0 226.5-93.5T800-480q0-133-93.5-226.5T480-800q-133 0-226.5 93.5T160-480q0 133 93.5 226.5T480-160Z"/></svg>
|
||||
|
After Width: | Height: | Size: 473 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M784-120 532-372q-30 24-69 38t-83 14q-109 0-184.5-75.5T120-580q0-109 75.5-184.5T380-840q109 0 184.5 75.5T640-580q0 44-14 83t-38 69l252 252-56 56ZM380-400q75 0 127.5-52.5T560-580q0-75-52.5-127.5T380-760q-75 0-127.5 52.5T200-580q0 75 52.5 127.5T380-400Z"/></svg>
|
||||
|
After Width: | Height: | Size: 376 B |
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 -960 960 960" width="24px" fill="#1f1f1f"><path d="M280-120 80-320l200-200 57 56-104 104h607v80H233l104 104-57 56Zm400-320-57-56 104-104H120v-80h607L623-784l57-56 200 200-200 200Z"/></svg>
|
||||
|
After Width: | Height: | Size: 253 B |
BIN
themes/mms43/assets/images/visuels/.DS_Store
vendored
Normal file
BIN
themes/mms43/assets/images/visuels/Accompagnement-mobilite.png
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
themes/mms43/assets/images/visuels/Auto-ecole-Eric-Soudan.png
Normal file
|
After Width: | Height: | Size: 187 KiB |
BIN
themes/mms43/assets/images/visuels/Conducteur-solidaire.png
Normal file
|
After Width: | Height: | Size: 4.2 MiB |
BIN
themes/mms43/assets/images/visuels/Desktop - Bandeau logos.png
Normal file
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 216 KiB |
BIN
themes/mms43/assets/images/visuels/Location-vehicule.png
Normal file
|
After Width: | Height: | Size: 124 KiB |
BIN
themes/mms43/assets/images/visuels/Mobile - Bandeau logos.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
themes/mms43/assets/images/visuels/Photo equipe.jpg
Normal file
|
After Width: | Height: | Size: 3.2 MiB |
BIN
themes/mms43/assets/images/visuels/Velo-Ecole-Eric-Soudan.png
Normal file
|
After Width: | Height: | Size: 194 KiB |
BIN
themes/mms43/assets/images/visuels/covoit.png
Normal file
|
After Width: | Height: | Size: 135 KiB |
276
themes/mms43/assets/images/visuels/covoiturage.svg
Normal file
@@ -0,0 +1,276 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 595.3 313.4">
|
||||
<!-- Generator: Adobe Illustrator 29.8.0, SVG Export Plug-In . SVG Version: 2.1.1 Build 160) -->
|
||||
<defs>
|
||||
<style>
|
||||
.st0 {
|
||||
fill: none;
|
||||
}
|
||||
|
||||
.st1 {
|
||||
fill: #d94c4c;
|
||||
}
|
||||
|
||||
.st2 {
|
||||
fill: #f08f29;
|
||||
}
|
||||
|
||||
.st3 {
|
||||
clip-path: url(#clippath-17);
|
||||
}
|
||||
|
||||
.st4 {
|
||||
clip-path: url(#clippath-19);
|
||||
}
|
||||
|
||||
.st5 {
|
||||
clip-path: url(#clippath-11);
|
||||
}
|
||||
|
||||
.st6 {
|
||||
clip-path: url(#clippath-16);
|
||||
}
|
||||
|
||||
.st7 {
|
||||
clip-path: url(#clippath-18);
|
||||
}
|
||||
|
||||
.st8 {
|
||||
clip-path: url(#clippath-10);
|
||||
}
|
||||
|
||||
.st9 {
|
||||
clip-path: url(#clippath-15);
|
||||
}
|
||||
|
||||
.st10 {
|
||||
clip-path: url(#clippath-13);
|
||||
}
|
||||
|
||||
.st11 {
|
||||
clip-path: url(#clippath-14);
|
||||
}
|
||||
|
||||
.st12 {
|
||||
clip-path: url(#clippath-12);
|
||||
}
|
||||
|
||||
.st13 {
|
||||
clip-path: url(#clippath-20);
|
||||
}
|
||||
|
||||
.st14 {
|
||||
clip-path: url(#clippath-21);
|
||||
}
|
||||
|
||||
.st15 {
|
||||
clip-path: url(#clippath-22);
|
||||
}
|
||||
|
||||
.st16 {
|
||||
clip-path: url(#clippath-23);
|
||||
}
|
||||
|
||||
.st17 {
|
||||
clip-path: url(#clippath-24);
|
||||
}
|
||||
|
||||
.st18 {
|
||||
clip-path: url(#clippath-1);
|
||||
}
|
||||
|
||||
.st19 {
|
||||
clip-path: url(#clippath-3);
|
||||
}
|
||||
|
||||
.st20 {
|
||||
clip-path: url(#clippath-4);
|
||||
}
|
||||
|
||||
.st21 {
|
||||
clip-path: url(#clippath-2);
|
||||
}
|
||||
|
||||
.st22 {
|
||||
clip-path: url(#clippath-7);
|
||||
}
|
||||
|
||||
.st23 {
|
||||
clip-path: url(#clippath-6);
|
||||
}
|
||||
|
||||
.st24 {
|
||||
clip-path: url(#clippath-9);
|
||||
}
|
||||
|
||||
.st25 {
|
||||
clip-path: url(#clippath-8);
|
||||
}
|
||||
|
||||
.st26 {
|
||||
clip-path: url(#clippath-5);
|
||||
}
|
||||
|
||||
.st27 {
|
||||
fill: #00a396;
|
||||
}
|
||||
|
||||
.st28 {
|
||||
fill: #f2e5dd;
|
||||
}
|
||||
|
||||
.st29 {
|
||||
clip-path: url(#clippath);
|
||||
}
|
||||
</style>
|
||||
<clipPath id="clippath">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-1">
|
||||
<rect class="st0" x="89.5" y="78.9" width="110.9" height="53.6"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-2">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-3">
|
||||
<rect class="st0" x="234.6" y="81.3" width="110.9" height="54.4"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-4">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-5">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-6">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-7">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-8">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-9">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-10">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-11">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-12">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-13">
|
||||
<rect class="st0" x="66.3" y="192.4" width="58.4" height="55.8"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-14">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-15">
|
||||
<rect class="st0" x="421.1" y="223.2" width="58.4" height="55.8"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-16">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-17">
|
||||
<rect class="st0" x="123.5" y="47.7" width="59.7" height="70.2"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-18">
|
||||
<rect class="st0" x="123.6" y="47.6" width="59.7" height="70.2"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-19">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-20">
|
||||
<rect class="st0" x="98.4" y="41.3" width="33.9" height="89.6"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-21">
|
||||
<rect class="st0" x="98.4" y="41.3" width="33.9" height="89.6"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-22">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-23">
|
||||
<rect class="st0" x="-1124.3" y="-695.5" width="1936.4" height="1221.9"/>
|
||||
</clipPath>
|
||||
<clipPath id="clippath-24">
|
||||
<rect class="st0" x="239.3" y="63.1" width="78.2" height="123.9"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g class="st29">
|
||||
<g class="st18">
|
||||
<path class="st28" d="M90,117.5c2.6-3.1,5.6-5.8,8.6-8.6,5.7-5.2,11.5-10.4,17.2-15.6,4-3.6,8-7.3,12.8-9.8,7-3.7,15.2-4.7,23.2-4.6s15.9,1.2,23.8,1.4c3.6,0,7.1,0,10.6.6,3.5.6,7,2,9.4,4.6,3.4,3.7,4.1,9.1,4.4,14.1.5,7.1.5,14.3.2,21.4-.1,2.2-.3,4.4-1.3,6.3-2.4,4.3-8.3,5.1-13.2,5-23.4-.3-46.4-8.2-69.8-7-7.5.4-15.2,1.6-22.2-1.2-1.3-.5-2.6-1.3-3.4-2.4s-1-2.8-.1-4"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st21">
|
||||
<g class="st19">
|
||||
<path class="st28" d="M234.6,122.1c0-9.2.3-18.3,1.1-27.5.3-3.8.9-8,3.7-10.6,2.8-2.5,6.9-2.8,10.7-2.7,6.2,0,12.4.4,18.6,1,4.5.5,9,1.1,13.5,1.7l18.8,2.5c3.7.5,7.4,1,10.9,2.5,3.8,1.6,7,4.4,10.1,7.2,5.3,4.9,10.3,10,15.1,15.5,3,3.5,5.9,7.1,7.6,11.4.6,1.6,1.1,3.4.8,5.1-.5,2.7-2.7,4.8-5.2,5.9-2.5,1.1-5.3,1.3-8,1.4-25.8,1.2-51.7-2.1-77.5-1.2-4.5.1-9.1.4-13.3-1.2s-6.8-6.1-6.8-10.9"/>
|
||||
</g>
|
||||
</g>
|
||||
<g>
|
||||
<g class="st20">
|
||||
<path class="st27" d="M406.2,264.7c-69.8-5-139.4-12.5-209-20.2-19.1-2.1-38.2-4.3-57.4-6.5-6.7-.8-6.6,9.7,0,10.5,68.9,8,137.8,15.6,206.8,21.9,19.8,1.8,39.6,3.4,59.5,4.8,6.7.5,6.7-10,0-10.5"/>
|
||||
</g>
|
||||
<g class="st26">
|
||||
<path class="st27" d="M49.7,226.9c-4.3-.8-9.1-1.6-12.9-4-5.1-3.1-4.4-10.7-4.2-15.9.5-14.3,1.7-28.7,2.8-43,1-12.2,2.3-25,10.2-34.8,7.9-9.9,19.5-16.9,29.6-24.4,11.5-8.5,22.9-17.1,34.4-25.6,10.5-7.7,21.2-14.6,34.5-15.5,13.9-1,28.2.4,42.1,1,14.4.6,28.7,1.2,43.1,1.9s28.7,1.4,43.1,2.2c13.9.7,28,1,41.8,2.5,12.6,1.3,21.9,6.5,29.9,16.3,7.2,8.9,13,18.6,20.5,27.2,15.2,17.4,34.4,31.5,55.6,40.8,24,10.5,50.2,13.3,74.6,22.6,11.6,4.4,22.9,10.8,31.5,19.8,9.4,9.9,13.8,22.7,15.6,36,.9,6.9,1.3,14,1.6,21,.2,5.8.5,11.9-6.3,13.5-6.6,1.6-14.1.7-20.8.7-7.9,0-15.8,0-23.7-.3-6.7-.1-6.7,10.3,0,10.5,7.6.2,15.2.3,22.9.3,6.8,0,13.8.4,20.6-.5,5.8-.7,11.6-2.9,14.8-8,3.2-5,3.2-11.2,2.9-17-.6-13.3-1.4-26.9-5.7-39.6-4.1-12-11.4-22.3-21.3-30.3-21.4-17.2-48.5-22-74.4-28.8-25.6-6.7-49.2-18.2-68.8-36.2-9.2-8.5-17-18.1-24.2-28.3-6.8-9.8-14.2-20-25.2-25.2-12.9-6.1-28.1-5.6-42-6.4-15.5-.9-31-1.7-46.5-2.5-31.1-1.6-62.3-3.7-93.5-4-14.7-.1-27.6,3.4-40,11.6-12.4,8.2-24.1,17.7-36.1,26.6-11.4,8.5-24,16.5-34.1,26.5-9.6,9.5-14.1,21.3-15.9,34.6-2,14.8-2.6,29.8-3.5,44.7-.7,12-3.1,28.4,9.3,35.3,4.6,2.5,9.8,3.8,14.9,4.7,6.6,1.2,9.4-8.9,2.8-10.1"/>
|
||||
</g>
|
||||
<g class="st23">
|
||||
<path class="st27" d="M60.6,179.8c-7.9,6.3-13.8,13.8-16.6,23.7-3.2,11.6-2.1,24,2,35.3,3.8,10.3,9.9,19.9,19,26.4,9,6.4,20.6,9,31.5,8.2,20.9-1.6,40.3-14.9,48.4-34.4,4.6-11.1,4.7-23.2,1.6-34.7-3-10.9-8.1-21.5-17.6-28.1-21-14.4-50.7-10.2-70,4.9-5.3,4.2,2.2,11.5,7.4,7.4,13.9-10.9,34-13.8,50.4-7,17.6,7.2,25.1,31.3,20.3,48.8-4.5,16.2-19,28.4-35.2,31.9-8.5,1.8-17.9,1.2-25.8-2.6-8.2-3.9-13.9-10.9-17.9-18.9-4.8-9.9-7-21.6-4.5-32.5,2.1-9.1,7.2-15.1,14.3-20.9,5.3-4.2-2.2-11.6-7.4-7.4"/>
|
||||
</g>
|
||||
<g class="st22">
|
||||
<path class="st27" d="M429.3,203.2c-9.4,4.6-18.2,10.8-24,19.8-6.3,9.8-7.4,21.6-5.7,32.9,3.2,21.2,17.4,40.6,38.8,46.1,21.9,5.7,45.4-4.1,56.4-24,10.6-19.1,8.6-43.7-5.2-60.7-14.4-17.8-39.7-23.7-60.4-14.1-6.1,2.8-.8,11.9,5.3,9,14.3-6.7,32-3,43.4,7.7,12.7,12,16.5,31.5,10.2,47.7-6.6,16.9-24,27.6-42.1,25.2-17.7-2.3-30.4-16-34.9-32.8-2.6-9.6-3-20.6,1.8-29.6,4.7-8.6,13-14.1,21.6-18.3,6-3,.7-12-5.3-9"/>
|
||||
</g>
|
||||
<g class="st25">
|
||||
<path class="st27" d="M261.1,163.5l20,1.7c2.7.2,5.4-2.6,5.2-5.2-.1-3-2.3-5-5.2-5.2l-20-1.7c-2.7-.2-5.4,2.6-5.2,5.2.1,3,2.3,5,5.2,5.2"/>
|
||||
</g>
|
||||
<g class="st24">
|
||||
<path class="st27" d="M144.2,150.6c7,1.4,14.1,2.4,21.2,3.3,1.2.1,2.9-.7,3.7-1.5.9-.9,1.6-2.4,1.5-3.7,0-1.4-.5-2.8-1.5-3.7-1.1-1-2.2-1.4-3.7-1.5-.8,0-1.7-.2-2.5-.3-.4,0-.9-.1-1.3-.2-1.1-.1,1.1.1-.1,0-1.6-.2-3.2-.5-4.8-.7-3.2-.5-6.5-1.1-9.7-1.7-2.7-.5-5.8.8-6.4,3.7-.6,2.6.8,5.9,3.7,6.4"/>
|
||||
</g>
|
||||
<g class="st8">
|
||||
<path class="st27" d="M44.5,133c.2,0,1.4.6.5.2.5.2,1,.5,1.5.7.9.4,1.7.9,2.6,1.4.5.3.9.6,1.4.9-.7-.5.2.2.4.4.3.3.7.7,1,1,.7.7-.2-.6.3.4,0,.2.7,1.3.3.5.2.5.3,1.1.5,1.6.4,1.5,0-.7.1.8,0,.6,0,1.1,0,1.7,0,.6,0,1.1,0,1.7,0,.7,0,.7,0,.3,0,.2,0,.4-.1.5-.2.5-.3,1.1-.5,1.6.4-.9-.4.5-.5.7-.2.3-.2.3.1,0-.2.2-.3.4-.5.5-.3.4-.7.7-1,1-.3.2-.2.2.1,0-.2.1-.4.3-.6.4-.5.3-1,.6-1.5.9-.4.2-.9.5-1.3.7-1,.5.5-.1-.6.3-1,.3-2,.7-3,1-4.8,1.4-9.7,2.3-14.1,4.8-2.4,1.3-3.4,4.8-1.9,7.2,1.6,2.4,4.6,3.3,7.2,1.9,4-2.2,9.7-2.9,14.6-4.7,5.7-2.2,10.7-5.6,13-11.4,2.1-5.3,1.5-12.9-1.8-17.6-3.3-4.7-8.4-7-13.5-9.2-2.5-1-5.9,1.1-6.4,3.7-.7,3,.9,5.3,3.7,6.4"/>
|
||||
</g>
|
||||
<g class="st5">
|
||||
<path class="st27" d="M515.5,181.3c-5.2,2-10,6.4-12.5,11.5-3.2,6.4-1.2,13.8,2.4,19.6,3.7,6.1,8.8,10.4,15.5,13,6.3,2.4,13.2,3.2,19.7,4.5,2.8.5,5.6-.8,6.4-3.7.7-2.6-.9-5.9-3.7-6.4-5.6-1.1-11.3-1.9-16.8-3.5-4.4-1.3-8.1-3.3-10.8-7-1.5-2.1-2.8-4.3-3.6-6.8-.4-1.2-.4-2-.5-3.2,0-.2,0-.4,0-.7-.1.8-.1.9,0,.2,0-.2.5-1.4,0-.4.4-.9.9-1.7,1.5-2.5.6-.9-.2.1.5-.6.4-.4.7-.8,1.1-1.2.4-.4.8-.7,1.1-1.1.1-.1,1.2-1,.5-.5.4-.3.9-.6,1.4-.9.3-.2,1.7-.8.4-.3,2.6-1,4.5-3.5,3.7-6.4-.7-2.5-3.8-4.7-6.4-3.7"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st12">
|
||||
<g class="st10">
|
||||
<path class="st2" d="M70.6,205c3-6,9.5-9.3,15.9-11.3,2.3-.7,4.6-1.3,7-1.3,3.3,0,6.5.9,9.6,2,2.6.9,5.3,1.9,7.5,3.4,2.5,1.8,4.5,4.2,6.5,6.6,2.5,3,5,6.1,6.4,9.8,1.8,4.7,1.5,10.1-.2,14.8-1.7,4.8-4.6,9-8.1,12.6-1.3,1.3-2.6,2.6-4.1,3.6-5.1,3.3-11.7,3.2-17.8,2.7-2.1-.2-4.2-.4-6.1-1-1.7-.5-3.3-1.4-4.8-2.3-5-2.7-10.2-5.7-13-10.6-1.5-2.7-2.2-5.8-2.6-8.8-1-7.6-.1-16,5-21.6"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st11">
|
||||
<g class="st9">
|
||||
<path class="st2" d="M475.1,266.4c-3,6-9.5,9.3-15.9,11.3-2.3.7-4.6,1.3-7,1.3-3.3,0-6.5-.9-9.6-2-2.6-.9-5.3-1.9-7.5-3.4-2.5-1.8-4.5-4.2-6.5-6.6-2.5-3-5-6.1-6.4-9.8-1.8-4.7-1.5-10.1.2-14.8,1.7-4.8,4.6-9,8.1-12.6,1.3-1.3,2.6-2.6,4.1-3.6,5.1-3.3,11.7-3.2,17.8-2.7,2.1.2,4.2.4,6.1,1,1.7.5,3.3,1.4,4.8,2.3,5,2.7,10.2,5.7,13,10.6,1.5,2.7,2.2,5.8,2.6,8.8,1,7.6.1,16-5,21.6"/>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st6">
|
||||
<g>
|
||||
<g class="st3">
|
||||
<path class="st1" d="M174,70.9c5.2-4,3.5-19.1-4.5-18-12.1,1.7-54.7,13.3-36,43.4,4,6.5,17.4,20.6,31,15,13.7-5.6,17.3-25.9,9.5-40.4"/>
|
||||
</g>
|
||||
<g class="st7">
|
||||
<path class="st1" d="M170.2,58.1c-10.9,1.6-30,8-35,18.6-2.3,4.9-1.4,10.4,2.6,16.9,3.6,5.7,14.7,17,24.6,12.9,5.1-2.1,7.6-6.6,8.8-10,2.6-7.2,1.8-16-1.9-23-1.2-2.3-.6-5.1,1.4-6.6.4-.3,1.1-2.2.9-4.8-.2-2.4-1.1-3.7-1.4-3.9M158.1,117.8c-12.5,0-24-10.5-29-18.7-6-9.6-7.1-18.7-3.2-26.9,9.1-19.4,41.6-24.3,43-24.5,5.1-.8,9.7,2.1,11.9,7.5,2,4.9,2.1,11.6-.6,16.4,3.8,8.9,4.2,19.5,1.1,28.3-2.7,7.7-7.9,13.4-14.7,16.2-2.8,1.2-5.7,1.7-8.4,1.7"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st4">
|
||||
<g>
|
||||
<g class="st13">
|
||||
<path class="st1" d="M128,119.6c-4.1-5.4-8-11.1-10.8-17.4-3.1-6.8-4.1-13.9-4.5-21.2-.5-9.7-.9-20.1,1-29.6,1.3-6.6-8.8-9.4-10.1-2.8-2.2,10.9-2,22.7-1.3,33.8.5,7.9,1.8,15.5,4.9,22.8,3,7.1,7.2,13.5,11.8,19.7,1.7,2.3,4.5,3.4,7.2,1.9,2.2-1.3,3.6-4.9,1.9-7.2"/>
|
||||
</g>
|
||||
<g class="st14">
|
||||
<path class="st1" d="M108.1,48.3c-.8,0-.9.6-1,1-2.2,10.9-1.9,22.7-1.3,32.9.5,8.5,2,15.4,4.6,21.7,2.5,6,6.2,12,11.4,18.9.5.6,1.5,1.6,2.7,1,.3-.2.7-.7.8-1.4,0-.4,0-.6,0-.7h0c-5.2-6.9-8.6-12.4-11.2-18-2.9-6.3-4.4-13.2-4.8-22.5-.5-10.5-.9-20.7,1.1-30.5.4-1.9-1.7-2.3-1.8-2.3-.2,0-.3,0-.5,0M123.6,130.9c-2.7,0-5.4-1.4-7.4-4-5.6-7.4-9.5-13.9-12.3-20.4-3-7-4.6-14.6-5.1-24-.6-10.6-.9-23,1.4-34.7.9-4.6,5-7.3,9.7-6.4,4.4.9,8.3,5.1,7.2,10.5-1.8,9-1.5,18.7-1,28.8.4,8.3,1.7,14.5,4.2,19.9,2.3,5.1,5.5,10.3,10.4,16.7,1.3,1.7,1.8,4,1.3,6.3-.5,2.5-2.1,4.8-4.2,6-1.4.8-2.8,1.2-4.3,1.2"/>
|
||||
</g>
|
||||
</g>
|
||||
</g>
|
||||
<g class="st15">
|
||||
<path class="st1" d="M117.3,51.6c.9-5.6,2.4-8.8,5.6-10.4,3.3-1.6,5.6-2.9,6-5.2.6-3-3.7,0-5,.4-1.3.4-5-.4-1.9-4,3.1-3.6,2.9-3.5,5-5.9,2.2-2.6,1.1-6.7-4.6,0-2.8,3.3-6,5-5.3,1.7.3-1.4,1-3.3,1.5-5,.3-.9.6-2.2.7-2.8,1.1-3.6-2-3.3-3.1-.5-.4,1-.7,1.9-1.2,3.3-.6,1.7-.9,2.8-1.3,3.8-.7,1.6-2.4,2.8-2.6-.3-.2-3-.2-3.6-.2-5.4,0-2.9-3.1-3.4-3.1-.4,0,2.7,0,5.3,0,6.9,0,1.5-1.8,3-2.4.5-.6-2.5-.5-1.9-.9-3.8-.8-3.7-3.1-2.8-2.5,1.2.4,2.9.5,3,.5,5.1s-.7,4-1.1,7c-.4,3.3-.1,5.9-.8,8.4-.8,3.1,16.6,5.2,16.6,5.2"/>
|
||||
</g>
|
||||
<g class="st16">
|
||||
<g class="st17">
|
||||
<path class="st1" d="M317.2,131.1c-1.1-4.9-2.8-9.9-5.3-15-1.9-3.9-4-7.3-6.4-10.3,4.9-9.5,3.8-21.9-3.8-31.4-3.9-4.9-9-8.2-14.4-10-2.2-.9-5.1-1.5-8.8-1.4-.1,0-.2,0-.3,0-1.3,0-2.5.1-3.8.3-23.6,3.1-29.5,28.1-31.4,35.7-1.7,6.9,4.9,6.8,14.8,6.6.4.6.9,1.2,1.3,1.8-19.4,18.4-22,47-18.9,62.6,0,.9,0,1.9.2,3,.3,2.4.5,4.7.8,5.5.5,1.6.6,2.3,1.3,3.6,1.4,2.8,3.4,3.1,2.4.3-.4-1-.6-1.3-.7-1.9-.3-2,.9-.3,1.6.6.7,1.1,1.6,2.7,2.9,4.5,1.2,1.7,3.7,1.3,2.5-.6-.8-1.3-1.4-2.1-1.7-2.9-.8-2.2.5-1.3,1.3-.3,1,1.2.4.4,1.2,1.6.6.9,1.3,1.9,1.8,2.3,1.6,1.7,4.7,1.4,3-.9-.3-.4-1.1-1.2-1.6-1.8-.8-.9-.8-1-1.4-1.8-1.2-1.9-.3-1.8,2.9.6,4.6,3.5,5.9.9,3.9-.7-2-1.6-1.6-1.2-4-4s.3-3.4,1.3-3c1,.3,4.3,2.7,3.9.3-.3-1.8-2.1-2.7-4.7-4-1.5-.8-2.5-2-3.2-3.8-2.3-12.5,0-36.2,16.1-50.3,8.3,4.1,18,4.2,25.9-.4.2.3.4.6.6.8,1.2,1.8,2.3,3.8,3.3,6,.2.5.4.9.8,1.7l.2.4c.4,1.1.8,2.1,1.2,3.2.7,2.2,1.3,4.3,1.8,6.4.4,1.7,1.6,3.3,3.3,4.3,1.1.6,2.3,1,3.5,1s1.3,0,1.9-.3c3.7-1.2,5.7-4.7,4.8-8.5"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 14 KiB |
BIN
themes/mms43/assets/images/visuels/engagez.jpg
Normal file
|
After Width: | Height: | Size: 246 KiB |
|
After Width: | Height: | Size: 293 KiB |
|
After Width: | Height: | Size: 361 KiB |
1173
themes/mms43/assets/images/visuels/visuel-mms43.svg
Normal file
|
After Width: | Height: | Size: 138 KiB |
15
themes/mms43/assets/js/main.js
Normal file
@@ -0,0 +1,15 @@
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
// Solution cards - open with toggle button
|
||||
document.querySelectorAll('.solution-toggle').forEach(function(btn) {
|
||||
btn.addEventListener('click', function() {
|
||||
this.closest('.solution-card').classList.add('open');
|
||||
});
|
||||
});
|
||||
|
||||
// Solution cards - close with X button
|
||||
document.querySelectorAll('.solution-close').forEach(function(btn) {
|
||||
btn.addEventListener('click', function() {
|
||||
this.closest('.solution-card').classList.remove('open');
|
||||
});
|
||||
});
|
||||
});
|
||||
BIN
themes/mms43/assets/videos/capsule_covoiturage.mp4
Normal file
BIN
themes/mms43/assets/videos/video_presentation_mms43.mp4
Normal file
4
themes/mms43/hugo.toml
Normal file
@@ -0,0 +1,4 @@
|
||||
[module]
|
||||
[module.hugoVersion]
|
||||
extended = false
|
||||
min = '0.146.0'
|
||||
9
themes/mms43/layouts/_default/single.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<section class="page-default">
|
||||
<h1 class="page-title">{{ .Title }}</h1>
|
||||
|
||||
<div class="page-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
66
themes/mms43/layouts/_partials/footer.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<div class="footer-contact-block">
|
||||
<h2 class="footer-contact-title">{{ site.Params.contact.title }}</h2>
|
||||
<div class="footer-contact-phrases">
|
||||
{{ range site.Params.contact.phrases }}
|
||||
<p>{{ . }}</p>
|
||||
{{ end }}
|
||||
</div>
|
||||
<a href="{{ "/pages/contact/" | relURL }}" class="contact-btn">{{ site.Params.contact.buttonText }}</a>
|
||||
</div>
|
||||
|
||||
<div class="footer-partners-block">
|
||||
{{ $bandeauDesktop := resources.Get "images/visuels/Desktop - Bandeau logos.png" }}
|
||||
{{ $bandeauMobile := resources.Get "images/visuels/Mobile - Bandeau logos.png" }}
|
||||
{{ if $bandeauDesktop }}
|
||||
<img src="{{ $bandeauDesktop.RelPermalink }}" alt="Nos partenaires" class="partners-desktop" />
|
||||
{{ end }}
|
||||
{{ if $bandeauMobile }}
|
||||
<img src="{{ $bandeauMobile.RelPermalink }}" alt="Nos partenaires" class="partners-mobile" />
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="footer-container">
|
||||
<div class="footer-left">
|
||||
{{ $logoVertical := resources.Get "images/logos/Logo_MMS43_Vertical_Defonce.svg" }}
|
||||
{{ $logoHorizontal := resources.Get "images/logos/Logo_MMS43-Defonce_Horizontal.svg" }}
|
||||
<a href="{{ "/" | relURL }}" class="footer-logo">
|
||||
{{ if $logoVertical }}
|
||||
<img src="{{ $logoVertical.RelPermalink }}" alt="{{ site.Title }}" class="footer-logo-vertical" />
|
||||
{{ end }}
|
||||
{{ if $logoHorizontal }}
|
||||
<img src="{{ $logoHorizontal.RelPermalink }}" alt="{{ site.Title }}" class="footer-logo-horizontal" />
|
||||
{{ end }}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="footer-center">
|
||||
<nav class="footer-nav">
|
||||
<a href="https://partenaire.mms43.fr" target="_blank" rel="noopener">Espace partenaire</a>
|
||||
<a href="{{ "/pages/contact/" | relURL }}">Contact</a>
|
||||
<a href="{{ "/pages/mentions-legales/" | relURL }}">Mentions légales et politique de confidentialité</a>
|
||||
</nav>
|
||||
<div class="footer-social">
|
||||
{{ $linkedin := resources.Get "images/logos/Logo Linkedin.png" }}
|
||||
{{ $facebook := resources.Get "images/logos/Logo Facebook.png" }}
|
||||
{{ if $linkedin }}
|
||||
<a href="{{ site.Params.linkedinUrl | default "#" }}" target="_blank" rel="noopener" class="social-link">
|
||||
<img src="{{ $linkedin.RelPermalink }}" alt="LinkedIn" />
|
||||
</a>
|
||||
{{ end }}
|
||||
{{ if $facebook }}
|
||||
<a href="{{ site.Params.facebookUrl | default "#" }}" target="_blank" rel="noopener" class="social-link">
|
||||
<img src="{{ $facebook.RelPermalink }}" alt="Facebook" />
|
||||
</a>
|
||||
{{ end }}
|
||||
</div>
|
||||
<p class="footer-copyright footer-copyright-mobile">{{ site.Params.footer.copyright }} ©{{ now.Year }} - Tous droits réservés</p>
|
||||
</div>
|
||||
|
||||
<div class="footer-right">
|
||||
<div class="footer-cta">
|
||||
<p class="footer-cta-title">{{ site.Params.footer.ctaTitle }}</p>
|
||||
<p class="footer-cta-contact">{{ site.Params.phone }} / {{ site.Params.email }}</p>
|
||||
</div>
|
||||
<p class="footer-copyright">{{ site.Params.footer.copyright }} ©{{ now.Year }} - Tous droits réservés</p>
|
||||
</div>
|
||||
</div>
|
||||
5
themes/mms43/layouts/_partials/head.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title>
|
||||
{{ partialCached "head/css.html" . }}
|
||||
{{ partialCached "head/js.html" . }}
|
||||
9
themes/mms43/layouts/_partials/head/css.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{- with resources.Get "css/main.css" }}
|
||||
{{- if hugo.IsDevelopment }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}">
|
||||
{{- else }}
|
||||
{{- with . | minify | fingerprint }}
|
||||
<link rel="stylesheet" href="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
16
themes/mms43/layouts/_partials/head/js.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{{- with resources.Get "js/main.js" }}
|
||||
{{- $opts := dict
|
||||
"minify" (not hugo.IsDevelopment)
|
||||
"sourceMap" (cond hugo.IsDevelopment "external" "")
|
||||
"targetPath" "js/main.js"
|
||||
}}
|
||||
{{- with . | js.Build $opts }}
|
||||
{{- if hugo.IsDevelopment }}
|
||||
<script src="{{ .RelPermalink }}"></script>
|
||||
{{- else }}
|
||||
{{- with . | fingerprint }}
|
||||
<script src="{{ .RelPermalink }}" integrity="{{ .Data.Integrity }}" crossorigin="anonymous"></script>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
107
themes/mms43/layouts/_partials/header.html
Normal file
@@ -0,0 +1,107 @@
|
||||
<div class="header-container">
|
||||
<a href="{{ "/" | relURL }}" class="header-logo">
|
||||
{{ $logo := resources.Get "images/logos/Logo_MMS43_Vertical_Defonce.svg" }}
|
||||
{{ if $logo }}
|
||||
<img src="{{ $logo.RelPermalink }}" alt="{{ site.Title }}" />
|
||||
{{ end }}
|
||||
</a>
|
||||
|
||||
<nav class="header-nav">
|
||||
{{ range site.Menus.main }}
|
||||
<a href="{{ .URL }}" class="nav-link{{ if $.IsMenuCurrent "main" . }} active{{ end }}">
|
||||
{{ .Name }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
|
||||
<div class="header-phone">
|
||||
{{ $phoneIcon := resources.Get "images/picto/call_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ if $phoneIcon }}
|
||||
<div class="phone-icon">
|
||||
<img src="{{ $phoneIcon.RelPermalink }}" alt="Téléphone" />
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="phone-info">
|
||||
<span class="phone-number">{{ site.Params.phone | default "04 XX XX XX XX" }}</span>
|
||||
<span class="phone-hours">{{ site.Params.phoneHours | default "(du lundi au vendredi, 9h - 17h)" }}</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Mobile phone button -->
|
||||
<a href="tel:{{ site.Params.phone | default "0400000000" }}" class="header-phone-mobile">
|
||||
{{ $phoneIcon := resources.Get "images/picto/call_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ if $phoneIcon }}
|
||||
<div class="phone-icon">
|
||||
<img src="{{ $phoneIcon.RelPermalink }}" alt="Téléphone" />
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="phone-info">
|
||||
<span class="phone-number">{{ site.Params.phone | default "04 XX XX XX XX" }}</span>
|
||||
<span class="phone-hours">{{ site.Params.phoneHours | default "(du lundi au vendredi, 9h - 17h)" }}</span>
|
||||
</div>
|
||||
</a>
|
||||
|
||||
<!-- Burger button -->
|
||||
<button class="header-burger" aria-label="Menu" aria-expanded="false">
|
||||
<span class="burger-line"></span>
|
||||
<span class="burger-line"></span>
|
||||
<span class="burger-line"></span>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- Mobile menu overlay -->
|
||||
<div class="mobile-menu">
|
||||
<button class="mobile-menu-close" aria-label="Fermer le menu">
|
||||
{{ $closeIcon := resources.Get "images/picto/close_24dp_FFFFFF_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ if $closeIcon }}
|
||||
<img src="{{ $closeIcon.RelPermalink }}" alt="Fermer" />
|
||||
{{ else }}
|
||||
<span>×</span>
|
||||
{{ end }}
|
||||
</button>
|
||||
|
||||
<nav class="mobile-menu-nav">
|
||||
{{ $arrowIcon := resources.Get "images/picto/chevron_forward_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ range site.Menus.main }}
|
||||
<a href="{{ .URL }}" class="mobile-menu-link">
|
||||
<span>{{ .Name }}</span>
|
||||
{{ if $arrowIcon }}
|
||||
<img src="{{ $arrowIcon.RelPermalink }}" alt="" class="mobile-menu-arrow" />
|
||||
{{ end }}
|
||||
</a>
|
||||
{{ end }}
|
||||
</nav>
|
||||
|
||||
<div class="mobile-menu-contact">
|
||||
<p class="mobile-menu-contact-title">{{ site.Params.footer.ctaTitle | default "Organisez vos déplacements en Haute-Loire" }}</p>
|
||||
<p class="mobile-menu-contact-info">{{ site.Params.phone }} / {{ site.Params.email }}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
const burger = document.querySelector('.header-burger');
|
||||
const closeBtn = document.querySelector('.mobile-menu-close');
|
||||
const mobileMenu = document.querySelector('.mobile-menu');
|
||||
|
||||
function openMenu() {
|
||||
mobileMenu.classList.add('is-open');
|
||||
burger.setAttribute('aria-expanded', 'true');
|
||||
document.body.style.overflow = 'hidden';
|
||||
}
|
||||
|
||||
function closeMenu() {
|
||||
mobileMenu.classList.remove('is-open');
|
||||
burger.setAttribute('aria-expanded', 'false');
|
||||
document.body.style.overflow = '';
|
||||
}
|
||||
|
||||
burger.addEventListener('click', openMenu);
|
||||
closeBtn.addEventListener('click', closeMenu);
|
||||
|
||||
// Fermer le menu au clic sur un lien
|
||||
mobileMenu.querySelectorAll('.mobile-menu-link').forEach(link => {
|
||||
link.addEventListener('click', closeMenu);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
51
themes/mms43/layouts/_partials/menu.html
Normal file
@@ -0,0 +1,51 @@
|
||||
{{- /*
|
||||
Renders a menu for the given menu ID.
|
||||
|
||||
@context {page} page The current page.
|
||||
@context {string} menuID The menu ID.
|
||||
|
||||
@example: {{ partial "menu.html" (dict "menuID" "main" "page" .) }}
|
||||
*/}}
|
||||
|
||||
{{- $page := .page }}
|
||||
{{- $menuID := .menuID }}
|
||||
|
||||
{{- with index site.Menus $menuID }}
|
||||
<nav>
|
||||
<ul>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
</ul>
|
||||
</nav>
|
||||
{{- end }}
|
||||
|
||||
{{- define "_partials/inline/menu/walk.html" }}
|
||||
{{- $page := .page }}
|
||||
{{- range .menuEntries }}
|
||||
{{- $attrs := dict "href" .URL }}
|
||||
{{- if $page.IsMenuCurrent .Menu . }}
|
||||
{{- $attrs = merge $attrs (dict "class" "active" "aria-current" "page") }}
|
||||
{{- else if $page.HasMenuCurrent .Menu .}}
|
||||
{{- $attrs = merge $attrs (dict "class" "ancestor" "aria-current" "true") }}
|
||||
{{- end }}
|
||||
{{- $name := .Name }}
|
||||
{{- with .Identifier }}
|
||||
{{- with T . }}
|
||||
{{- $name = . }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
<li>
|
||||
<a
|
||||
{{- range $k, $v := $attrs }}
|
||||
{{- with $v }}
|
||||
{{- printf " %s=%q" $k $v | safeHTMLAttr }}
|
||||
{{- end }}
|
||||
{{- end -}}
|
||||
>{{ $name }}</a>
|
||||
{{- with .Children }}
|
||||
<ul>
|
||||
{{- partial "inline/menu/walk.html" (dict "page" $page "menuEntries" .) }}
|
||||
</ul>
|
||||
{{- end }}
|
||||
</li>
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
23
themes/mms43/layouts/_partials/terms.html
Normal file
@@ -0,0 +1,23 @@
|
||||
{{- /*
|
||||
For a given taxonomy, renders a list of terms assigned to the page.
|
||||
|
||||
@context {page} page The current page.
|
||||
@context {string} taxonomy The taxonomy.
|
||||
|
||||
@example: {{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
*/}}
|
||||
|
||||
{{- $page := .page }}
|
||||
{{- $taxonomy := .taxonomy }}
|
||||
|
||||
{{- with $page.GetTerms $taxonomy }}
|
||||
{{- $label := (index . 0).Parent.LinkTitle }}
|
||||
<div>
|
||||
<div>{{ $label }}:</div>
|
||||
<ul>
|
||||
{{- range . }}
|
||||
<li><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></li>
|
||||
{{- end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{- end }}
|
||||
17
themes/mms43/layouts/baseof.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="{{ site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}">
|
||||
<head>
|
||||
{{ partial "head.html" . }}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
{{ partial "header.html" . }}
|
||||
</header>
|
||||
<main>
|
||||
{{ block "main" . }}{{ end }}
|
||||
</main>
|
||||
<footer>
|
||||
{{ partial "footer.html" . }}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
81
themes/mms43/layouts/home.html
Normal file
@@ -0,0 +1,81 @@
|
||||
{{ define "main" }}
|
||||
{{ $heroBg := resources.Get "images/visuels/incontournable-haut-pays-velay.jpg" }}
|
||||
<section class="hero" {{ if $heroBg }}style="background-image: url('{{ $heroBg.RelPermalink }}')"{{ end }}>
|
||||
<h1 class="hero-headline">
|
||||
<span class="text-primary">{{ site.Params.hero.line1before }}</span> <span class="text-highlight">{{ site.Params.hero.line1highlight }}</span> <span class="text-primary">{{ site.Params.hero.line1after }}</span><br>
|
||||
<span class="text-highlight">{{ site.Params.hero.line2highlight }}</span> <span class="text-primary">{{ site.Params.hero.line2after }}</span>
|
||||
</h1>
|
||||
</section>
|
||||
|
||||
<section class="search-block">
|
||||
<h2 class="search-title">{{ site.Params.search.title }}</h2>
|
||||
<form class="search-form">
|
||||
{{ $iconLocation := resources.Get "images/picto/location_on_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ $iconCalendar := resources.Get "images/picto/calendar_today_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ $iconSchedule := resources.Get "images/picto/schedule_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ $iconSearch := resources.Get "images/picto/search_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
|
||||
{{ $iconSwap := resources.Get "images/picto/sync_alt_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
|
||||
<div class="form-group-locations">
|
||||
<div class="form-group">
|
||||
<label for="depart">
|
||||
{{ if $iconLocation }}<img src="{{ $iconLocation.RelPermalink }}" alt="" class="label-icon" />{{ end }}
|
||||
{{ site.Params.search.labelDepart }}
|
||||
</label>
|
||||
<input type="text" id="depart" name="depart" placeholder="" />
|
||||
</div>
|
||||
|
||||
<button type="button" class="swap-btn" onclick="swapLocations()" aria-label="Inverser départ et destination">
|
||||
{{ if $iconSwap }}<img src="{{ $iconSwap.RelPermalink }}" alt="" />{{ end }}
|
||||
</button>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="destination">
|
||||
{{ if $iconLocation }}<img src="{{ $iconLocation.RelPermalink }}" alt="" class="label-icon" />{{ end }}
|
||||
{{ site.Params.search.labelDestination }}
|
||||
</label>
|
||||
<input type="text" id="destination" name="destination" placeholder="" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group-row">
|
||||
<div class="form-group">
|
||||
<label for="date">
|
||||
{{ if $iconCalendar }}<img src="{{ $iconCalendar.RelPermalink }}" alt="" class="label-icon" />{{ end }}
|
||||
{{ site.Params.search.labelDate }}
|
||||
</label>
|
||||
<input type="date" id="date" name="date" />
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="heure">
|
||||
{{ if $iconSchedule }}<img src="{{ $iconSchedule.RelPermalink }}" alt="" class="label-icon" />{{ end }}
|
||||
{{ site.Params.search.labelHeure }}
|
||||
</label>
|
||||
<input type="time" id="heure" name="heure" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button type="submit" class="search-btn">
|
||||
{{ if $iconSearch }}<img src="{{ $iconSearch.RelPermalink }}" alt="" class="btn-icon" />{{ end }}
|
||||
{{ site.Params.search.buttonText }}
|
||||
</button>
|
||||
</form>
|
||||
</section>
|
||||
|
||||
<section class="video-block">
|
||||
<h2 class="video-title">{{ site.Params.video.title }}</h2>
|
||||
{{ $video := resources.Get "videos/video_presentation_mms43.mp4" }}
|
||||
{{ if $video }}
|
||||
<div class="video-container">
|
||||
<video controls>
|
||||
<source src="{{ $video.RelPermalink }}" type="video/mp4" />
|
||||
Votre navigateur ne supporte pas la lecture de vidéos.
|
||||
</video>
|
||||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
|
||||
{{ .Content }}
|
||||
{{ end }}
|
||||
9
themes/mms43/layouts/page.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{{ define "main" }}
|
||||
<section class="page-default">
|
||||
<h1 class="page-title">{{ .Params.headline | default .Title }}</h1>
|
||||
|
||||
<div class="page-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
101
themes/mms43/layouts/pages/devenez-conducteur-solidaire.html
Normal file
@@ -0,0 +1,101 @@
|
||||
{{ define "main" }}
|
||||
{{ $heroImage := .Params.heroImage | default "images/visuels/Conducteur-solidaire.png" }}
|
||||
{{ $heroBg := resources.Get $heroImage }}
|
||||
<section class="conducteur-hero" {{ if $heroBg }}style="background-image: url('{{ $heroBg.RelPermalink }}')"{{ end }}>
|
||||
</section>
|
||||
|
||||
<section class="page-conducteur">
|
||||
<h1 class="page-title">{{ .Params.headline | default "Rejoignez la communauté des conducteurs solidaires !" }}</h1>
|
||||
|
||||
<div class="conducteur-content">
|
||||
{{ $carImagePath := .Params.contentImage | default "images/visuels/covoiturage.svg" }}
|
||||
{{ $carImage := resources.Get $carImagePath }}
|
||||
{{ if $carImage }}
|
||||
<div class="conducteur-image">
|
||||
<img src="{{ $carImage.RelPermalink }}" alt="Covoiturage" />
|
||||
</div>
|
||||
{{ end }}
|
||||
<div class="conducteur-text">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="conducteur-etapes-section">
|
||||
{{ $allResources := .Resources.Match "*.md" }}
|
||||
{{ $etapes := where $allResources "Params.type" "!=" "page-footer" }}
|
||||
{{ $arrowGreen := resources.Get "images/picto/Picto - Conducteur solidaire - Fleche verte.svg" }}
|
||||
{{ $arrowOrange := resources.Get "images/picto/Picto - Conducteur solidaire - Fleche orange.svg" }}
|
||||
{{ if $etapes }}
|
||||
<div class="conducteur-etapes">
|
||||
<h2 class="etapes-title">{{ .Params.etapesTitle | default "Une démarche simple et pratique" }}</h2>
|
||||
<div class="etapes-list">
|
||||
{{ $sortedEtapes := sort $etapes "Params.weight" }}
|
||||
{{ $total := len $sortedEtapes }}
|
||||
{{ range $index, $etape := $sortedEtapes }}
|
||||
<div class="etape-block">
|
||||
{{ if $etape.Params.icon }}
|
||||
{{ $icon := resources.Get $etape.Params.icon }}
|
||||
{{ if $icon }}
|
||||
<div class="etape-icon">
|
||||
<img src="{{ $icon.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<div class="etape-content">
|
||||
<h3 class="etape-title">{{ $etape.Title }}</h3>
|
||||
<div class="etape-text">{{ $etape.Content }}</div>
|
||||
</div>
|
||||
{{ if lt (add $index 1) $total }}
|
||||
{{ if eq (mod $index 2) 0 }}
|
||||
<div class="etape-arrow etape-arrow-right">
|
||||
<img src="{{ $arrowGreen.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ else }}
|
||||
<div class="etape-arrow etape-arrow-left">
|
||||
<img src="{{ $arrowOrange.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="plus-infos">
|
||||
{{ $downloadIcon := resources.Get "images/picto/Telechargez.svg" }}
|
||||
<h3 class="plus-infos-title">{{ .Params.plusInfosTitle | default "Plus d'infos ?" }}</h3>
|
||||
<p class="plus-infos-text">{{ .Params.plusInfosText | default "Vous avez des questions ? Vous souhaitez recevoir de la documentation imprimée ?" }}</p>
|
||||
<a href="{{ .Params.plusInfosContactLink | default "/pages/contact/" }}" class="plus-infos-button">Contactez-nous</a>
|
||||
<a href="{{ $downloadIcon := resources.Get "images/picto/download_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}" class="plus-infos-download">
|
||||
{{ if $downloadIcon }}
|
||||
<img src="{{ $downloadIcon.RelPermalink }}" alt="" />
|
||||
{{ end }}
|
||||
<span>Ou téléchargez le dépliant d'information</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="conducteur-video">
|
||||
<div class="conducteur-video-container">
|
||||
{{ $videoPath := .Params.video | default "videos/capsule_covoiturage.mp4" }}
|
||||
{{ $video := resources.Get $videoPath }}
|
||||
{{ if $video }}
|
||||
<video controls>
|
||||
<source src="{{ $video.RelPermalink }}" type="video/mp4">
|
||||
</video>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ $pageFooter := where $allResources "Params.type" "page-footer" }}
|
||||
{{ range $pageFooter }}
|
||||
<div class="page-footer-section">
|
||||
<h2 class="page-footer-title">{{ .Title }}</h2>
|
||||
<div class="page-footer-content">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</section>
|
||||
{{ end }}
|
||||
103
themes/mms43/layouts/pages/engagez-votre-entreprise.html
Normal file
@@ -0,0 +1,103 @@
|
||||
{{ define "main" }}
|
||||
{{ $heroImage := .Params.heroImage | default "images/visuels/engagez.jpg" }}
|
||||
{{ $heroBg := resources.Get $heroImage }}
|
||||
<section class="entreprise-hero" {{ if $heroBg }}style="background-image: url('{{ $heroBg.RelPermalink }}')"{{ end }}>
|
||||
</section>
|
||||
|
||||
<section class="page-entreprise">
|
||||
<h1 class="page-title">{{ .Params.headline | default "La mobilité, un enjeu RSE pour votre entreprise" }}</h1>
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
{{ $allResources := .Resources.Match "*.md" }}
|
||||
{{ $avantages := where $allResources "Params.type" "avantage" }}
|
||||
{{ if $avantages }}
|
||||
<div class="entreprise-avantages">
|
||||
{{ range sort $avantages "Params.weight" }}
|
||||
<div class="avantage-block">
|
||||
{{ if .Params.icon }}
|
||||
{{ $icon := resources.Get .Params.icon }}
|
||||
{{ if $icon }}
|
||||
<div class="avantage-icon">
|
||||
<img src="{{ $icon.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<h3 class="avantage-title">{{ .Title }}</h3>
|
||||
<div class="avantage-text">{{ .Content }}</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<h2 class="entreprise-subtitle">{{ .Params.engagementTitle | default "De plus en plus d'entreprises s'engagent, pourquoi pas vous ?" }}</h2>
|
||||
|
||||
{{ $engagements := where $allResources "Params.type" "engagement" }}
|
||||
{{ if $engagements }}
|
||||
{{ $sortedEngagements := sort $engagements "Params.weight" }}
|
||||
<div class="entreprise-engagements">
|
||||
<div class="engagements-column">
|
||||
{{ range first 3 $sortedEngagements }}
|
||||
<div class="engagement-block">
|
||||
{{ if .Params.icon }}
|
||||
{{ $icon := resources.Get .Params.icon }}
|
||||
{{ if $icon }}
|
||||
<div class="engagement-icon">
|
||||
<img src="{{ $icon.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<div class="engagement-content">
|
||||
<h3 class="engagement-title">{{ .Title }}</h3>
|
||||
<div class="engagement-text">{{ .Content }}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="engagements-column">
|
||||
{{ range after 3 $sortedEngagements }}
|
||||
<div class="engagement-block">
|
||||
{{ if .Params.icon }}
|
||||
{{ $icon := resources.Get .Params.icon }}
|
||||
{{ if $icon }}
|
||||
<div class="engagement-icon">
|
||||
<img src="{{ $icon.RelPermalink }}" alt="" />
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<div class="engagement-content">
|
||||
<h3 class="engagement-title">{{ .Title }}</h3>
|
||||
<div class="engagement-text">{{ .Content }}</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="plus-infos">
|
||||
{{ $downloadIcon := resources.Get "images/picto/download_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
<h3 class="plus-infos-title">{{ .Params.plusInfosTitle | default "Plus d'infos ?" }}</h3>
|
||||
<p class="plus-infos-text">{{ .Params.plusInfosText | default "Vous avez des questions ? Vous souhaitez recevoir de la documentation imprimée à mettre à disposition de vos publics ?" }}</p>
|
||||
<a href="{{ .Params.plusInfosContactLink | default "/pages/contact/" }}" class="plus-infos-button">Contactez-nous</a>
|
||||
<a href="{{ .Params.plusInfosDocLink | default "#" }}" class="plus-infos-download">
|
||||
{{ if $downloadIcon }}
|
||||
<img src="{{ $downloadIcon.RelPermalink }}" alt="" />
|
||||
{{ end }}
|
||||
<span>{{ .Params.plusInfosDownloadText | default "Ou téléchargez le dépliant d'informations Mobi'Conseil" }}</span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
|
||||
<div class="entreprise-video">
|
||||
<div class="entreprise-video-container">
|
||||
{{ $videoPath := .Params.video | default "videos/entreprise.mp4" }}
|
||||
{{ $video := resources.Get $videoPath }}
|
||||
{{ if $video }}
|
||||
<video controls>
|
||||
<source src="{{ $video.RelPermalink }}" type="video/mp4">
|
||||
</video>
|
||||
{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
47
themes/mms43/layouts/pages/nos-solutions-de-mobilite.html
Normal file
@@ -0,0 +1,47 @@
|
||||
{{ define "main" }}
|
||||
<section class="page-solutions">
|
||||
<h1 class="page-title">{{ .Params.headline }}</h1>
|
||||
|
||||
{{ $iconChevron := resources.Get "images/picto/chevron_forward_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
{{ $iconClose := resources.Get "images/picto/close_34dp_1F1F1F_FILL0_wght400_GRAD0_opsz40.svg" }}
|
||||
|
||||
<div class="solutions-grid">
|
||||
{{ range sort (.Resources.Match "*.md") "Params.weight" }}
|
||||
<div class="solution-card">
|
||||
<div class="solution-front">
|
||||
<div class="solution-header">
|
||||
<h3 class="solution-title">{{ .Title }}</h3>
|
||||
</div>
|
||||
<div class="solution-image-container">
|
||||
{{ if .Params.image }}
|
||||
{{ $img := resources.Get .Params.image }}
|
||||
{{ if $img }}
|
||||
<img src="{{ $img.RelPermalink }}" alt="{{ .Title }}" class="solution-image" />
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<div class="solution-toggle" aria-label="Voir le détail">
|
||||
{{ if $iconChevron }}<img src="{{ $iconChevron.RelPermalink }}" alt="" />{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="solution-back">
|
||||
<div class="solution-close" aria-label="Fermer">
|
||||
{{ if $iconClose }}<img src="{{ $iconClose.RelPermalink }}" alt="" />{{ end }}
|
||||
</div>
|
||||
<div class="solution-content">
|
||||
<p class="solution-text">{{ .Content | plainify }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
<div class="solutions-cta">
|
||||
{{ $iconSearch := resources.Get "images/picto/search_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24.svg" }}
|
||||
<a href="/" class="solutions-btn">
|
||||
{{ if $iconSearch }}<img src="{{ $iconSearch.RelPermalink }}" alt="" class="btn-icon" />{{ end }}
|
||||
Rechercher un trajet
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
{{ end }}
|
||||
40
themes/mms43/layouts/pages/qui-sommes-nous.html
Normal file
@@ -0,0 +1,40 @@
|
||||
{{ define "main" }}
|
||||
{{ $heroImage := .Params.heroImage | default "images/visuels/Photo equipe.jpg" }}
|
||||
{{ $heroBg := resources.Get $heroImage }}
|
||||
<section class="quisommesnous-hero" {{ if $heroBg }}style="background-image: url('{{ $heroBg.RelPermalink }}')"{{ end }}>
|
||||
</section>
|
||||
|
||||
<section class="page-quisommesnous">
|
||||
<h1 class="page-title">{{ .Params.headline | default "Qu'est-ce que la Maison de la Mobilité Solidaire ?" }}</h1>
|
||||
|
||||
<div class="quisommesnous-content">
|
||||
<div class="quisommesnous-text">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
{{ $visuel := resources.Get "images/visuels/visuel-mms43.svg" }}
|
||||
{{ if $visuel }}
|
||||
<div class="quisommesnous-image">
|
||||
<img src="{{ $visuel.RelPermalink }}" alt="Maison de la Mobilité Solidaire" />
|
||||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
{{ if .Params.savoirPlusLinks }}
|
||||
<div class="quisommesnous-savoirplus">
|
||||
<h2 class="savoirplus-title">{{ .Params.savoirPlusTitle | default "Pour en savoir plus" }}</h2>
|
||||
{{ $arrowIcon := resources.Get "images/picto/arrow_right_alt_24dp_1F1F1F_FILL1_wght400_GRAD0_opsz24.svg" }}
|
||||
<ul class="savoirplus-links">
|
||||
{{ range .Params.savoirPlusLinks }}
|
||||
<li class="savoirplus-item">
|
||||
{{ if $arrowIcon }}
|
||||
<img src="{{ $arrowIcon.RelPermalink }}" alt="" class="savoirplus-arrow" />
|
||||
{{ end }}
|
||||
<a href="{{ .url }}" target="_blank" class="savoirplus-link">{{ .text }}</a>
|
||||
</li>
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||