begin print

This commit is contained in:
2025-12-11 16:01:30 +01:00
parent 0d66318257
commit d3ec580884
33 changed files with 1506 additions and 1792 deletions
+12 -36
View File
@@ -29,6 +29,16 @@ eval("{jQuery(function ($) {\n console.log('salut');\n\n // MENU BURGER\n con
/***/ }),
/***/ "./scripts/print.js":
/*!**************************!*\
!*** ./scripts/print.js ***!
\**************************/
/***/ (function() {
eval("{jQuery(function ($) {\n console.log('salut print');\n});\n\n//# sourceURL=webpack://dev.eql.fr/./scripts/print.js?\n}");
/***/ }),
/***/ "./scss/styles.scss":
/*!**************************!*\
!*** ./scss/styles.scss ***!
@@ -36,7 +46,7 @@ eval("{jQuery(function ($) {\n console.log('salut');\n\n // MENU BURGER\n con
/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
"use strict";
eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony default export */ __webpack_exports__[\"default\"] = (__webpack_require__.p + \"./css/bundle.css\");\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?\n}");
eval("{__webpack_require__.r(__webpack_exports__);\n// extracted by mini-css-extract-plugin\n\n\n//# sourceURL=webpack://dev.eql.fr/./scss/styles.scss?\n}");
/***/ })
@@ -46,18 +56,6 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
/******/ var __webpack_require__ = {};
/******/
/************************************************************************/
/******/ /* webpack/runtime/global */
/******/ !function() {
/******/ __webpack_require__.g = (function() {
/******/ if (typeof globalThis === 'object') return globalThis;
/******/ try {
/******/ return this || new Function('return this')();
/******/ } catch (e) {
/******/ if (typeof window === 'object') return window;
/******/ }
/******/ })();
/******/ }();
/******/
/******/ /* webpack/runtime/make namespace object */
/******/ !function() {
/******/ // define __esModule on exports
@@ -69,29 +67,6 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
/******/ };
/******/ }();
/******/
/******/ /* webpack/runtime/publicPath */
/******/ !function() {
/******/ var scriptUrl;
/******/ if (__webpack_require__.g.importScripts) scriptUrl = __webpack_require__.g.location + "";
/******/ var document = __webpack_require__.g.document;
/******/ if (!scriptUrl && document) {
/******/ if (document.currentScript && document.currentScript.tagName.toUpperCase() === 'SCRIPT')
/******/ scriptUrl = document.currentScript.src;
/******/ if (!scriptUrl) {
/******/ var scripts = document.getElementsByTagName("script");
/******/ if(scripts.length) {
/******/ var i = scripts.length - 1;
/******/ while (i > -1 && (!scriptUrl || !/^http(s?):/.test(scriptUrl))) scriptUrl = scripts[i--].src;
/******/ }
/******/ }
/******/ }
/******/ // When supporting browsers where an automatic publicPath is not supported you must specify an output.publicPath manually via configuration
/******/ // or pass an empty string ("") and set the __webpack_public_path__ variable from your code to use your own logic.
/******/ if (!scriptUrl) throw new Error("Automatic publicPath is not supported in this browser");
/******/ scriptUrl = scriptUrl.replace(/^blob:/, "").replace(/#.*$/, "").replace(/\?.*$/, "").replace(/\/[^\/]+$/, "/");
/******/ __webpack_require__.p = scriptUrl;
/******/ }();
/******/
/************************************************************************/
/******/
/******/ // startup
@@ -99,6 +74,7 @@ eval("{__webpack_require__.r(__webpack_exports__);\n/* harmony default export */
/******/ // This entry module can't be inlined because the eval devtool is used.
/******/ __webpack_modules__["./scripts/main.js"](0, {}, __webpack_require__);
/******/ __webpack_modules__["./scripts/extlink.js"](0, {}, __webpack_require__);
/******/ __webpack_modules__["./scripts/print.js"](0, {}, __webpack_require__);
/******/ var __webpack_exports__ = {};
/******/ __webpack_modules__["./scss/styles.scss"](0, __webpack_exports__, __webpack_require__);
/******/
+447 -22
View File
@@ -1,3 +1,6 @@
/*!*******************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./scss/styles.scss ***!
\*******************************************************************************************************************************************************************/
@charset "UTF-8";
/*eql*/
/*setup*/
@@ -261,6 +264,422 @@ svg.ext {
margin: auto;
}
}
/* -----------------------/*
* Feuille de style Print "Bretzel" adaptée
* Made par Alsacréations + tweaks EQL
/* ---------------------- */
/*
* Ressources et documentations :
* 1- https://www.docuseal.co/blog/css-print-page-style
* 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html
*/
/* Colors used for EQL */
/* 1) VRAIE feuille d'impression */
@media print {
/* Dimension et marges de page */
@page {
size: A4 portrait;
margin: 1.5cm 1.5cm;
@bottom-center {
content: "Page " counter(page) " / " counter(pages);
}
}
/* Reset général */
* {
all: unset;
display: revert;
box-sizing: border-box;
}
img {
max-width: 100%;
}
input,
textarea,
select {
all: revert;
}
/* Styles globaux (12pt = 16px) */
body,
p,
span {
width: auto;
margin: 0;
font-family: "Marianne", serif !important;
font-size: 12pt;
line-height: 1.5;
color: #000000 !important;
background-color: #ffffff !important;
}
.back-cover {
break-before: page;
display: flex;
flex-direction: column;
justify-content: center;
}
.back-cover .region h2 {
margin-top: 0;
color: rgb(9, 57, 139);
font-size: 1.2rem;
}
.back-cover .view-id-partenaires .view-content img {
width: 5rem;
height: auto;
}
.back-cover .view-id-partenaires .view-content a[href^=http]:after {
display: none;
}
.back-cover .view-id-partenaires .views-row-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
/* Espacements typographiques (15pt = 20px) */
p,
blockquote,
label,
ul,
ol {
margin-block: 0 15pt;
}
p:last-child {
margin-bottom: 0;
}
/* Titrages */
h1 {
margin-block: 0 24pt;
font-weight: 700;
font-size: 18pt;
line-height: 1.1;
}
h2 {
margin-block: 0 18pt;
font-weight: 700;
font-size: 16pt;
line-height: 1.1;
}
h3 {
margin-block: 0 15pt;
font-weight: 700;
font-size: 14pt;
}
h4 {
margin-block: 0 12pt;
font-weight: 700;
font-size: 12pt;
}
/* Classes dédiées print / no-print */
.print {
display: revert;
}
.no-print {
display: none;
}
/* Veuves / orphelines */
p,
blockquote {
orphans: 3;
widows: 3;
}
/* Pas de saut de page au sein de ces éléments */
blockquote,
ul,
ol,
figure,
table,
.paragraph,
footer,
.top_top,
.top_bottom {
page-break-inside: avoid;
}
/* Pas de saut de page après ces éléments */
h1,
h2,
h3,
h4,
caption,
.field--name-field-titre {
page-break-after: avoid;
}
/* Styles des liens */
a,
a:link,
a:visited {
background: transparent !important;
color: unset;
font-weight: 700;
text-decoration: underline !important;
}
/* Afficher l'URL des liens externes */
a[href^=http]:after,
a[href^=https]:after {
content: " (" attr(href) ")";
}
/* Masquer vidéos, header, nav… */
video,
object,
iframe,
nav {
display: none !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
}
/* Style page projet */
.page-node-type-projet .layout__region--top {
width: 100% !important;
padding-top: 0rem !important;
}
.page-node-type-projet .layout__region--top .top_top {
flex-direction: column !important;
}
.page-node-type-projet .layout__region--top .top_top .block-entity-fieldnodefield-photo {
width: 100% !important;
}
.page-node-type-projet .layout__region--top .top_top .slick-dots,
.page-node-type-projet .layout__region--top .top_top .slick-arrow {
display: none;
}
.page-node-type-projet .layout__region--top .top_top .top_right {
width: 100% !important;
}
.page-node-type-projet .layout__region--top .top_bottom {
width: 100% !important;
}
.page-node-type-projet .layout__region--first {
display: none;
}
.page-node-type-projet .layout__region--second {
flex: 0 1 100% !important;
}
/* --- Couverture : header-top en page 1 --- */
.layout-container header {
position: static !important;
width: 100% !important;
box-shadow: none !important;
}
#header-top {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh;
padding: 2cm 1.5cm;
text-align: center;
page-break-after: always;
background: #ffffff !important;
color: #000000 !important;
}
/* On cache le menu du bas du header (la barre de navigation horizontale) */
.region-header-bottom {
display: none !important;
}
/* Si tu as un logo + titre dans #header-top, tu peux les grossir un peu : */
#header-top .region-header-top-left img {
max-height: 3cm;
height: auto;
width: auto;
}
#header-top .region-header-top-rigth #block-eql-identitedusite {
font-size: 1.4rem;
text-transform: uppercase;
}
}
/* 2) MODE DEBUG : voir la version print en écran via body.debug-print */
@media screen {
body.debug-print {
/* Reset général */
}
body.debug-print * {
all: unset;
display: revert;
box-sizing: border-box;
}
body.debug-print img {
max-width: 100%;
}
body.debug-print input,
body.debug-print textarea,
body.debug-print select {
all: revert;
}
body.debug-print {
/* Styles globaux (12pt = 16px) */
}
body.debug-print body,
body.debug-print p,
body.debug-print span {
width: auto;
margin: 0;
font-family: "Marianne", serif !important;
font-size: 12pt;
line-height: 1.5;
color: #000000 !important;
background-color: #ffffff !important;
}
body.debug-print .back-cover {
break-before: page;
display: flex;
flex-direction: column;
justify-content: center;
}
body.debug-print .back-cover .region h2 {
margin-top: 0;
color: rgb(9, 57, 139);
font-size: 1.2rem;
}
body.debug-print .back-cover .view-id-partenaires .view-content img {
width: 5rem;
height: auto;
}
body.debug-print .back-cover .view-id-partenaires .view-content a[href^=http]:after {
display: none;
}
body.debug-print .back-cover .view-id-partenaires .views-row-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
body.debug-print {
/* Espacements typographiques (15pt = 20px) */
}
body.debug-print p,
body.debug-print blockquote,
body.debug-print label,
body.debug-print ul,
body.debug-print ol {
margin-block: 0 15pt;
}
body.debug-print p:last-child {
margin-bottom: 0;
}
body.debug-print {
/* Titrages */
}
body.debug-print h1 {
margin-block: 0 24pt;
font-weight: 700;
font-size: 18pt;
line-height: 1.1;
}
body.debug-print h2 {
margin-block: 0 18pt;
font-weight: 700;
font-size: 16pt;
line-height: 1.1;
}
body.debug-print h3 {
margin-block: 0 15pt;
font-weight: 700;
font-size: 14pt;
}
body.debug-print h4 {
margin-block: 0 12pt;
font-weight: 700;
font-size: 12pt;
}
body.debug-print {
/* Classes dédiées print / no-print */
}
body.debug-print .print {
display: revert;
}
body.debug-print .no-print {
display: none;
}
body.debug-print {
/* Veuves / orphelines */
}
body.debug-print p,
body.debug-print blockquote {
orphans: 3;
widows: 3;
}
body.debug-print {
/* Pas de saut de page au sein de ces éléments */
}
body.debug-print blockquote,
body.debug-print ul,
body.debug-print ol,
body.debug-print figure,
body.debug-print table,
body.debug-print .paragraph,
body.debug-print footer,
body.debug-print .top_top,
body.debug-print .top_bottom {
page-break-inside: avoid;
}
body.debug-print {
/* Pas de saut de page après ces éléments */
}
body.debug-print h1,
body.debug-print h2,
body.debug-print h3,
body.debug-print h4,
body.debug-print caption,
body.debug-print .field--name-field-titre {
page-break-after: avoid;
}
body.debug-print {
/* Styles des liens */
}
body.debug-print a,
body.debug-print a:link,
body.debug-print a:visited {
background: transparent !important;
color: unset;
font-weight: 700;
text-decoration: underline !important;
}
body.debug-print {
/* Afficher l'URL des liens externes */
}
body.debug-print a[href^=http]:after,
body.debug-print a[href^=https]:after {
content: " (" attr(href) ")";
}
body.debug-print {
/* Masquer vidéos, header, nav… */
}
body.debug-print video,
body.debug-print object,
body.debug-print iframe,
body.debug-print nav {
display: none !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
}
body.debug-print {
/* Style page projet */
}
body.debug-print .page-node-type-projet .layout__region--top {
width: 100% !important;
padding-top: 0rem !important;
}
body.debug-print .page-node-type-projet .layout__region--top .top_top {
flex-direction: column !important;
}
body.debug-print .page-node-type-projet .layout__region--top .top_top .block-entity-fieldnodefield-photo {
width: 100% !important;
}
body.debug-print .page-node-type-projet .layout__region--top .top_top .slick-dots,
body.debug-print .page-node-type-projet .layout__region--top .top_top .slick-arrow {
display: none;
}
body.debug-print .page-node-type-projet .layout__region--top .top_top .top_right {
width: 100% !important;
}
body.debug-print .page-node-type-projet .layout__region--top .top_bottom {
width: 100% !important;
}
body.debug-print .page-node-type-projet .layout__region--first {
display: none;
}
body.debug-print .page-node-type-projet .layout__region--second {
flex: 0 1 100% !important;
}
}
/*pages*/
/*
@import "pages/partials/header_footer";
@@ -2055,14 +2474,14 @@ svg.ext {
padding: 1rem;
background-color: rgb(0, 158, 227);
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
text-align: center;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien:before {
margin-top: 1rem;
display: block;
content: url("../images/pictos/picto_faq.svg");
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
text-align: center;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien a {
font-size: 0.8rem;
font-weight: 1000;
@@ -2093,14 +2512,14 @@ svg.ext {
margin: auto;
padding: 0rem;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
text-align: center;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien:before {
margin-top: 1rem;
display: block;
content: url("../images/pictos/picto_faq_2.svg");
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien {
text-align: center;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-block-content.block-block-content10aba627-5586-4529-b44e-c0b4551a4398 .field--name-field-lien a {
font-size: 0.8rem;
font-weight: 1000;
@@ -2183,6 +2602,13 @@ svg.ext {
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens {
display: none;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a:before {
display: inline-block;
content: url("../images/pictos/external_link.png");
width: 30px;
height: 30px;
padding-right: 0.8rem;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a {
display: flex;
flex-direction: row;
@@ -2191,13 +2617,6 @@ svg.ext {
color: rgb(0, 0, 0);
font-weight: 800;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens a:before {
display: inline-block;
content: url("../images/pictos/external_link.png");
width: 30px;
height: 30px;
padding-right: 0.8rem;
}
.path-faq #block-contenudelapageprincipale .block-region-content .block-views-blockfaq-block-1 div:first-child .node-type-question_reponse .field--name-field-liens svg {
display: none;
}
@@ -2280,7 +2699,6 @@ svg.ext {
}
.page-node-type-ressource .layout__region--top {
padding-top: 4rem;
/* Hide empty blocks */
}
@media (max-width: 550px) {
.page-node-type-ressource .layout__region--top {
@@ -2499,6 +2917,9 @@ svg.ext {
margin-bottom: 0.5rem;
}
}
.page-node-type-ressource .layout__region--top {
/* Hide empty blocks */
}
.page-node-type-ressource .layout__region--top .block-block-content4e5df355-e76c-4e44-bec0-e211d94f2640:empty,
.page-node-type-ressource .layout__region--top .block-entity-fieldnodefield-type-de-ressource:empty,
.page-node-type-ressource .layout__region--top .block-entity-fieldnodetitle:empty,
@@ -4169,12 +4590,12 @@ svg.ext {
padding: 1rem;
}
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets {
margin: auto;
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets .buttons-filtres-ressources {
display: none;
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets {
margin: auto;
}
.path-projets .region-content #block-contenudelapageprincipale .layout--onecol .block-region-content .block-views-blockprojets-block-1 .view-projets #filtres {
scroll-margin-top: 10rem;
}
@@ -6610,14 +7031,16 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
width: fit-content;
justify-content: space-between;
padding-inline-start: 0px;
}
.region-header-bottom ul ul .is-active {
color: rgb(0, 158, 227);
}
.region-header-bottom ul ul {
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: opacity 0.3s ease, transform 0.3s ease;
}
.region-header-bottom ul ul .is-active {
color: rgb(0, 158, 227);
}
.region-header-bottom ul li {
position: relative;
display: flex;
@@ -6858,7 +7281,6 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
float: left;
height: 100%;
min-height: 1px;
display: none;
}
[dir=rtl] .slick-slide {
float: right;
@@ -6869,6 +7291,9 @@ body.type-media-reportage-photos .block-region-third .block-entity-fieldnodefiel
.slick-slide.slick-loading img {
display: none;
}
.slick-slide {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
@@ -7486,4 +7911,4 @@ article.node-type-ressource.type-presse .field--name-field-images {
.type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource h2, .type-les-projets-en-images.views-row article.node-type-ressource.type-les-projets-en-images .wrapper-ressource p {
margin: 0;
padding: 0;
}
}
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 809 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 859 B

After

Width:  |  Height:  |  Size: 1007 B

@@ -1,189 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="24.361284"
height="24.678932"
viewBox="0 0 24.361284 24.678932"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5842">
<path
d="M 0,-17.2991 H 1260 V 17.2991 H 0 Z"
transform="translate(7.4498971e-8,-17.299103)"
id="path5842" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5843">
<path
d="M 0,-17.2991 H 1260 V 17.2991 H 0 Z"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,564.52819)"
id="path5843" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5844">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,5.3220997)"
clip-rule="evenodd"
id="path5844" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5845">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,7.1922964)"
clip-rule="evenodd"
id="path5845" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5846">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,9.0625059)"
clip-rule="evenodd"
id="path5846" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5847">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
clip-rule="evenodd"
id="path5847" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5848">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,5.3220997)"
clip-rule="evenodd"
id="path5848" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5849">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,7.1922964)"
clip-rule="evenodd"
id="path5849" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5850">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,9.0625059)"
clip-rule="evenodd"
id="path5850" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5851">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-rule="evenodd"
id="path5851" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5852">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.3720052e-7,-18.509197)"
id="path5852" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5862">
<path
d="M 0,0 H 18.2711 V -18.5092 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,20.101627,544.98144)"
clip-rule="evenodd"
id="path5862" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-20.101627,-544.98144)">
<g
id="g5861"
clip-path="url(#clipPath5862)">
<g
clip-path="url(#clipPath5851)"
id="g5860">
<g
clip-path="url(#clipPath5843)"
id="g5853">
<path
d="M 0.35979,-17.2984 H 11.5089 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 1.8702 h 1.8701 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 11.1852 0 c 0,0.036 0,0.072 -0.036,0.1078 v 0.036 c 0,0.036 -0.036,0.036 -0.036,0.072 0,0 0,0.036 -0.036,0.036 v 0 l -3.6684,3.165 c -0.036,0.036 -0.0719,0.036 -0.0719,0.072 h -0.036 c -0.036,0 -0.0719,0 -0.1079,0.035 0,0 0,0 -0.036,0 L 2.58948,0 C 2.37369,0 2.22983,-0.1438 2.22983,-0.3596 V -2.2298 H 0.35965 C 0.14386,-2.2298 0,-2.3736 0,-2.5894 v -14.3501 c 0,-0.2157 0.17982,-0.3596 0.35965,-0.3596 z M 10.43,-1.186 12.7317,-3.1641 H 10.43 Z m -7.48074,0.4315 h 6.76141 v -2.7334 c 0,-0.2157 0.14386,-0.3596 0.35963,-0.3596 h 3.3088 v -10.5017 c -3.74036,0 -6.65352,0 -10.42984,0 z M 0.71943,-2.9844 H 2.22996 V -14.709 c 0,-0.2157 0.14386,-0.3596 0.35965,-0.3596 h 8.55969 v -1.5105 H 0.71943 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-path="url(#clipPath5842)"
id="path5853" />
</g>
<path
d="m 0.35965,-0.7193 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3597 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5394 0.14386,-0.7193 0.35965,-0.7193 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,555.27747)"
clip-path="url(#clipPath5844)"
id="path5854" />
<path
d="m 0.35965,-0.7192 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3596 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,556.72196)"
clip-path="url(#clipPath5845)"
id="path5855" />
<path
d="M 7.193,-0.3596 C 7.193,-0.1437 7.04914,0 6.83334,0 H 0.35965 C 0.14386,0 0,-0.1437 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 h 6.50966 c 0.17983,0 0.32369,0.1439 0.32369,0.3596 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,558.16646)"
clip-path="url(#clipPath5846)"
id="path5856" />
<path
d="M 0.35979,-17.2984 H 11.5089 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 1.8702 h 1.8701 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 11.1852 0 c 0,0.036 0,0.072 -0.036,0.1078 v 0.036 c 0,0.036 -0.036,0.036 -0.036,0.072 0,0 0,0.036 -0.036,0.036 v 0 l -3.6684,3.165 c -0.036,0.036 -0.0719,0.036 -0.0719,0.072 h -0.036 c -0.036,0 -0.0719,0 -0.1079,0.035 0,0 0,0 -0.036,0 L 2.58948,0 C 2.37369,0 2.22983,-0.1438 2.22983,-0.3596 V -2.2298 H 0.35965 C 0.14386,-2.2298 0,-2.3736 0,-2.5894 v -14.3501 c 0,-0.2157 0.17982,-0.3596 0.35965,-0.3596 z M 10.43,-1.186 12.7317,-3.1641 H 10.43 Z m -7.48074,0.4315 h 6.76141 v -2.7334 c 0,-0.2157 0.14386,-0.3596 0.35963,-0.3596 h 3.3088 v -10.5017 c -3.74036,0 -6.65352,0 -10.42984,0 z M 0.71943,-2.9844 H 2.22996 V -14.709 c 0,-0.2157 0.14386,-0.3596 0.35965,-0.3596 h 8.55969 v -1.5105 H 0.71943 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-path="url(#clipPath5847)"
id="path5857" />
<path
d="m 0.35965,-0.7193 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3597 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5394 0.14386,-0.7193 0.35965,-0.7193 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,555.27747)"
clip-path="url(#clipPath5848)"
id="path5858" />
<path
d="m 0.35965,-0.7192 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3596 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,556.72196)"
clip-path="url(#clipPath5849)"
id="path5859" />
<path
d="M 7.193,-0.3596 C 7.193,-0.1437 7.04914,0 6.83334,0 H 0.35965 C 0.14386,0 0,-0.1437 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 h 6.50966 c 0.17983,0 0.32369,0.1439 0.32369,0.3596 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,558.16646)"
clip-path="url(#clipPath5850)"
id="path5860" />
</g>
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,20.101627,544.98135)"
clip-path="url(#clipPath5852)"
id="path5861" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

@@ -1,214 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="24.361286"
height="24.678955"
viewBox="0 0 24.361286 24.678955"
sodipodi:docname="ecrits.svg"
inkscape:export-filename="ecrits.svg"
inkscape:export-xdpi="78.809998"
inkscape:export-ydpi="78.809998"
inkscape:version="1.4.2 (ebf0e940d0, 2025-05-08)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="32.699926"
inkscape:cx="12.171281"
inkscape:cy="12.339478"
inkscape:window-width="1920"
inkscape:window-height="1016"
inkscape:window-x="0"
inkscape:window-y="96"
inkscape:window-maximized="1"
inkscape:current-layer="svg1" />
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5842">
<path
d="M 0,-17.2991 H 1260 V 17.2991 H 0 Z"
transform="translate(7.4498971e-8,-17.299103)"
id="path5842" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5843">
<path
d="M 0,-17.2991 H 1260 V 17.2991 H 0 Z"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,564.52819)"
id="path5843" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5844">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,5.3220997)"
clip-rule="evenodd"
id="path5844" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5845">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,7.1922964)"
clip-rule="evenodd"
id="path5845" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5846">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,9.0625059)"
clip-rule="evenodd"
id="path5846" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5847">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
clip-rule="evenodd"
id="path5847" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5848">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,5.3220997)"
clip-rule="evenodd"
id="path5848" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5849">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,7.1922964)"
clip-rule="evenodd"
id="path5849" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5850">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="translate(-4.5676799,9.0625059)"
clip-rule="evenodd"
id="path5850" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5851">
<path
d="M 0,0 H 14.0984 V -17.2991 H 0 Z"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-rule="evenodd"
id="path5851" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5852">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.3720052e-7,-18.509197)"
id="path5852" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5862">
<path
d="M 0,0 H 18.2711 V -18.5092 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,20.101627,544.98144)"
clip-rule="evenodd"
id="path5862" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-20.101494,-544.98144)">
<g
id="g5861"
clip-path="url(#clipPath5862)">
<g
clip-path="url(#clipPath5851)"
id="g5860">
<g
clip-path="url(#clipPath5843)"
id="g5853">
<path
d="M 0.35979,-17.2984 H 11.5089 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 1.8702 h 1.8701 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 11.1852 0 c 0,0.036 0,0.072 -0.036,0.1078 v 0.036 c 0,0.036 -0.036,0.036 -0.036,0.072 0,0 0,0.036 -0.036,0.036 v 0 l -3.6684,3.165 c -0.036,0.036 -0.0719,0.036 -0.0719,0.072 h -0.036 c -0.036,0 -0.0719,0 -0.1079,0.035 0,0 0,0 -0.036,0 L 2.58948,0 C 2.37369,0 2.22983,-0.1438 2.22983,-0.3596 V -2.2298 H 0.35965 C 0.14386,-2.2298 0,-2.3736 0,-2.5894 v -14.3501 c 0,-0.2157 0.17982,-0.3596 0.35965,-0.3596 z M 10.43,-1.186 12.7317,-3.1641 H 10.43 Z m -7.48074,0.4315 h 6.76141 v -2.7334 c 0,-0.2157 0.14386,-0.3596 0.35963,-0.3596 h 3.3088 v -10.5017 c -3.74036,0 -6.65352,0 -10.42984,0 z M 0.71943,-2.9844 H 2.22996 V -14.709 c 0,-0.2157 0.14386,-0.3596 0.35965,-0.3596 h 8.55969 v -1.5105 H 0.71943 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-path="url(#clipPath5842)"
id="path5853" />
</g>
<path
d="m 0.35965,-0.7193 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3597 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5394 0.14386,-0.7193 0.35965,-0.7193 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,555.27747)"
clip-path="url(#clipPath5844)"
id="path5854" />
<path
d="m 0.35965,-0.7192 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3596 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,556.72196)"
clip-path="url(#clipPath5845)"
id="path5855" />
<path
d="M 7.193,-0.3596 C 7.193,-0.1437 7.04914,0 6.83334,0 H 0.35965 C 0.14386,0 0,-0.1437 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 h 6.50966 c 0.17983,0 0.32369,0.1439 0.32369,0.3596 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,558.16646)"
clip-path="url(#clipPath5846)"
id="path5856" />
<path
d="M 0.35979,-17.2984 H 11.5089 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 1.8702 h 1.8701 c 0.2158,0 0.3597,0.1439 0.3597,0.3596 v 11.1852 0 c 0,0.036 0,0.072 -0.036,0.1078 v 0.036 c 0,0.036 -0.036,0.036 -0.036,0.072 0,0 0,0.036 -0.036,0.036 v 0 l -3.6684,3.165 c -0.036,0.036 -0.0719,0.036 -0.0719,0.072 h -0.036 c -0.036,0 -0.0719,0 -0.1079,0.035 0,0 0,0 -0.036,0 L 2.58948,0 C 2.37369,0 2.22983,-0.1438 2.22983,-0.3596 V -2.2298 H 0.35965 C 0.14386,-2.2298 0,-2.3736 0,-2.5894 v -14.3501 c 0,-0.2157 0.17982,-0.3596 0.35965,-0.3596 z M 10.43,-1.186 12.7317,-3.1641 H 10.43 Z m -7.48074,0.4315 h 6.76141 v -2.7334 c 0,-0.2157 0.14386,-0.3596 0.35963,-0.3596 h 3.3088 v -10.5017 c -3.74036,0 -6.65352,0 -10.42984,0 z M 0.71943,-2.9844 H 2.22996 V -14.709 c 0,-0.2157 0.14386,-0.3596 0.35965,-0.3596 h 8.55969 v -1.5105 H 0.71943 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,27.37398,551.16682)"
clip-path="url(#clipPath5847)"
id="path5857" />
<path
d="m 0.35965,-0.7193 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3597 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5394 0.14386,-0.7193 0.35965,-0.7193 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,555.27747)"
clip-path="url(#clipPath5848)"
id="path5858" />
<path
d="m 0.35965,-0.7192 h 6.50966 c 0.21579,0 0.35965,0.1439 0.35965,0.3596 C 7.22896,-0.1438 7.0851,0 6.86931,0 H 0.35965 C 0.14386,0 0,-0.1438 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,556.72196)"
clip-path="url(#clipPath5849)"
id="path5859" />
<path
d="M 7.193,-0.3596 C 7.193,-0.1437 7.04914,0 6.83334,0 H 0.35965 C 0.14386,0 0,-0.1437 0,-0.3596 0,-0.5753 0.14386,-0.7192 0.35965,-0.7192 h 6.50966 c 0.17983,0 0.32369,0.1439 0.32369,0.3596 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,30.856501,558.16646)"
clip-path="url(#clipPath5850)"
id="path5860" />
</g>
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.76242667,0,0,-0.77237333,20.101627,544.98135)"
clip-path="url(#clipPath5852)"
id="path5861" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 9.9 KiB

@@ -1,285 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="22.666536"
height="22.5424"
viewBox="0 0 22.666536 22.5424"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5929">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.6988948e-7,-16.906833)"
id="path5929" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5930">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="translate(-0.1891999,-12.210006)"
id="path5930" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5931">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5931" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5932">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5932" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5933">
<path
d="M 0,0 H 15.0566 V -12.3984 H 0 Z"
clip-rule="evenodd"
id="path5933" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5934">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5934" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5935">
<path
d="M 0,-6.166 H 1260 V 6.166 H 0 Z"
transform="translate(-0.18968051,-5.9770012)"
id="path5935" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5936">
<path
d="M 0,-6.166 H 1260 V 6.166 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,514.85385)"
id="path5936" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5937">
<path
d="M 0,0 H 6.16015 V -6.166 H 0 Z"
clip-rule="evenodd"
id="path5937" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5938">
<path
d="M 0,0 H 6.16015 V -6.166 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-rule="evenodd"
id="path5938" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5939">
<path
d="M 0,0 H 15.0566 V -12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-rule="evenodd"
id="path5939" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5940">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.6988948e-7,-31.952283)"
id="path5940" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5941">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,523.26976)"
id="path5941" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5942">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-8.6970599,9.9500944)"
clip-rule="evenodd"
id="path5942" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5943">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-8.5078598,9.7617049)"
clip-rule="evenodd"
id="path5943" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5944">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-13.25614,14.046399)"
clip-rule="evenodd"
id="path5944" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5945">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-13.06646,13.8574)"
clip-rule="evenodd"
id="path5945" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5946">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-rule="evenodd"
id="path5946" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5958">
<path
d="M 0,0 H 17 V -16.9068 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,18.666667,500.72727)"
clip-rule="evenodd"
id="path5958" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-18.666667,-500.72727)"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
id="g5958"
clip-path="url(#clipPath5958)"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-path="url(#clipPath5929)"
id="path5947" />
<g
clip-path="url(#clipPath5939)"
id="g5953"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
clip-path="url(#clipPath5934)"
id="g5950"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
clip-path="url(#clipPath5932)"
id="g5949"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
clip-path="url(#clipPath5931)"
id="g5948"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<path
d="M 14.678,-3.1167 H 11.0752 L 9.22936,0 H 5.53762 L 3.69174,-3.1167 H 0 v -8.905 h 14.678 z m -0.4448,-8.4597 H 0.44479 v 8.0144 h 3.51382 l 1.84588,3.1167 H 9.00696 L 10.8528,-3.562 h 3.3804 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.836245,507.74707)"
clip-path="url(#clipPath5930)"
id="path5948" />
</g>
</g>
<path
d="M 5.61914,0 3.77344,-3.1152 H 0 v -9.2832 h 15.0566 v 9.2832 H 11.3731 L 9.52539,0 Z m 0.21485,-0.3769 h 3.47656 l 1.84575,-3.1172 h 3.5214 v -8.5273 H 0.37891 v 8.5273 h 3.60937 z m 0.0527,-0.068 -1.8457,-3.1152 h -3.5957 v -8.3926 H 14.6113 v 8.3926 H 11.1504 L 9.30466,-0.4449 Z M 6.10154,-0.8218 H 9.08786 L 10.9336,-3.939 h 3.3008 v -7.6367 H 0.82224 v 7.6367 h 3.43359 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-path="url(#clipPath5933)"
id="path5949" />
</g>
<g
clip-path="url(#clipPath5938)"
id="g5952"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
clip-path="url(#clipPath5936)"
id="g5951"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<path
d="M 2.89112,0 C 1.28989,0 0,-1.2911 0,-2.894 c 0,-1.6029 1.28989,-2.8942 2.89112,-2.8942 1.60124,0 2.89113,1.2913 2.89113,2.8942 C 5.78225,-1.2911 4.49236,0 2.89112,0 Z m 0,-5.3429 c -1.35661,0 -2.44633,1.0909 -2.44633,2.4489 0,1.358 1.08972,2.4488 2.44633,2.4488 1.3566,0 2.44634,-1.0908 2.44634,-2.4488 0,-1.358 -1.08974,-2.4489 -2.44634,-2.4489 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,28.070396,510.63704)"
clip-path="url(#clipPath5935)"
id="path5950" />
</g>
<path
d="M 3.08007,0 C 1.37726,0 0,-1.3797 0,-3.0839 0,-4.7882 1.37725,-6.166 3.08007,-6.166 c 1.70284,0 3.08008,1.3778 3.08008,3.0821 C 6.16015,-1.3797 4.7829,0 3.08007,0 Z m 0,-0.3789 c 1.49966,0 2.70313,-1.2035 2.70313,-2.705 0,-1.5016 -1.20348,-2.7051 -2.70313,-2.7051 -1.49963,0 -2.70117,1.2035 -2.70117,2.7051 0,1.5015 1.20153,2.705 2.70117,2.705 z m 0,-0.066 c -1.4579,0 -2.63476,-1.1795 -2.63476,-2.6386 0,-1.4591 1.17685,-2.6368 2.63476,-2.6368 1.45791,0 2.63672,1.1777 2.63672,2.6368 0,1.4591 -1.17882,2.6386 -2.63672,2.6386 z m 0,-0.3769 c 1.2553,0 2.25782,-1.0048 2.25782,-2.2617 0,-1.2569 -1.00252,-2.2598 -2.25782,-2.2598 -1.2553,0 -2.25585,1.0029 -2.25585,2.2598 0,1.2569 1.00054,2.2617 2.25585,2.2617 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-path="url(#clipPath5937)"
id="path5951" />
</g>
</g>
<g
clip-path="url(#clipPath5946)"
id="g5957"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<g
clip-path="url(#clipPath5941)"
id="g5954"
style="fill:#ffffff;fill-opacity:1;stroke:none">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-path="url(#clipPath5940)"
id="path5953" />
</g>
<path
d="M 14.678,-3.1167 H 11.0752 L 9.22936,0 H 5.53762 L 3.69174,-3.1167 H 0 v -8.905 h 14.678 z m -0.4448,-8.4597 H 0.44479 v 8.0144 h 3.51382 l 1.84588,3.1167 H 9.00696 L 10.8528,-3.562 h 3.3804 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.836245,507.74707)"
clip-path="url(#clipPath5942)"
id="path5954" />
<path
d="M 5.61914,0 3.77344,-3.1152 H 0 v -9.2832 h 15.0566 v 9.2832 H 11.3731 L 9.52539,0 Z m 0.21485,-0.3769 h 3.47656 l 1.84575,-3.1172 h 3.5214 v -8.5273 H 0.37891 v 8.5273 h 3.60937 z m 0.0527,-0.068 -1.8457,-3.1152 h -3.5957 v -8.3926 H 14.6113 v 8.3926 H 11.1504 L 9.30466,-0.4449 Z M 6.10154,-0.8218 H 9.08786 L 10.9336,-3.939 h 3.3008 v -7.6367 H 0.82224 v 7.6367 h 3.43359 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-path="url(#clipPath5943)"
id="path5955" />
<path
d="M 2.89112,0 C 1.28989,0 0,-1.2911 0,-2.894 c 0,-1.6029 1.28989,-2.8942 2.89112,-2.8942 1.60124,0 2.89113,1.2913 2.89113,2.8942 C 5.78225,-1.2911 4.49236,0 2.89112,0 Z m 0,-5.3429 c -1.35661,0 -2.44633,1.0909 -2.44633,2.4489 0,1.358 1.08972,2.4488 2.44633,2.4488 1.3566,0 2.44634,-1.0908 2.44634,-2.4488 0,-1.358 -1.08974,-2.4489 -2.44634,-2.4489 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,28.070396,510.63704)"
clip-path="url(#clipPath5944)"
id="path5956" />
<path
d="M 3.08007,0 C 1.37726,0 0,-1.3797 0,-3.0839 0,-4.7882 1.37725,-6.166 3.08007,-6.166 c 1.70284,0 3.08008,1.3778 3.08008,3.0821 C 6.16015,-1.3797 4.7829,0 3.08007,0 Z m 0,-0.3789 c 1.49966,0 2.70313,-1.2035 2.70313,-2.705 0,-1.5016 -1.20348,-2.7051 -2.70313,-2.7051 -1.49963,0 -2.70117,1.2035 -2.70117,2.7051 0,1.5015 1.20153,2.705 2.70117,2.705 z m 0,-0.066 c -1.4579,0 -2.63476,-1.1795 -2.63476,-2.6386 0,-1.4591 1.17685,-2.6368 2.63476,-2.6368 1.45791,0 2.63672,1.1777 2.63672,2.6368 0,1.4591 -1.17882,2.6386 -2.63672,2.6386 z m 0,-0.3769 c 1.2553,0 2.25782,-1.0048 2.25782,-2.2617 0,-1.2569 -1.00252,-2.2598 -2.25782,-2.2598 -1.2553,0 -2.25585,1.0029 -2.25585,2.2598 0,1.2569 1.00054,2.2617 2.25585,2.2617 z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-path="url(#clipPath5945)"
id="path5957" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 2.9 KiB

@@ -1,275 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="22.666536"
height="22.5424"
viewBox="0 0 22.666536 22.5424"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5929">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.6988948e-7,-16.906833)"
id="path5929" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5930">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="translate(-0.1891999,-12.210006)"
id="path5930" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5931">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5931" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5932">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5932" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5933">
<path
d="M 0,0 H 15.0566 V -12.3984 H 0 Z"
clip-rule="evenodd"
id="path5933" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5934">
<path
d="M 0,-12.3984 H 1260 V 12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,516.36131)"
id="path5934" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5935">
<path
d="M 0,-6.166 H 1260 V 6.166 H 0 Z"
transform="translate(-0.18968051,-5.9770012)"
id="path5935" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5936">
<path
d="M 0,-6.166 H 1260 V 6.166 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,514.85385)"
id="path5936" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5937">
<path
d="M 0,0 H 6.16015 V -6.166 H 0 Z"
clip-rule="evenodd"
id="path5937" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5938">
<path
d="M 0,0 H 6.16015 V -6.166 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-rule="evenodd"
id="path5938" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5939">
<path
d="M 0,0 H 15.0566 V -12.3984 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-rule="evenodd"
id="path5939" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5940">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-4.6988948e-7,-31.952283)"
id="path5940" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5941">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,523.26976)"
id="path5941" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5942">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-8.6970599,9.9500944)"
clip-rule="evenodd"
id="path5942" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5943">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-8.5078598,9.7617049)"
clip-rule="evenodd"
id="path5943" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5944">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-13.25614,14.046399)"
clip-rule="evenodd"
id="path5944" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5945">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="translate(-13.06646,13.8574)"
clip-rule="evenodd"
id="path5945" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5946">
<path
d="M 0,0 H 31.9523 V -31.9523 H 0 Z"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-rule="evenodd"
id="path5946" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5958">
<path
d="M 0,0 H 17 V -16.9068 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,18.666667,500.72727)"
clip-rule="evenodd"
id="path5958" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-18.666667,-500.72727)">
<g
id="g5958"
clip-path="url(#clipPath5958)">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-path="url(#clipPath5929)"
id="path5947" />
<g
clip-path="url(#clipPath5939)"
id="g5953">
<g
clip-path="url(#clipPath5934)"
id="g5950">
<g
clip-path="url(#clipPath5932)"
id="g5949">
<g
clip-path="url(#clipPath5931)"
id="g5948">
<path
d="M 14.678,-3.1167 H 11.0752 L 9.22936,0 H 5.53762 L 3.69174,-3.1167 H 0 v -8.905 h 14.678 z m -0.4448,-8.4597 H 0.44479 v 8.0144 h 3.51382 l 1.84588,3.1167 H 9.00696 L 10.8528,-3.562 h 3.3804 z"
style="fill:#009ee3;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.836245,507.74707)"
clip-path="url(#clipPath5930)"
id="path5948" />
</g>
</g>
<path
d="M 5.61914,0 3.77344,-3.1152 H 0 v -9.2832 h 15.0566 v 9.2832 H 11.3731 L 9.52539,0 Z m 0.21485,-0.3769 h 3.47656 l 1.84575,-3.1172 h 3.5214 v -8.5273 H 0.37891 v 8.5273 h 3.60937 z m 0.0527,-0.068 -1.8457,-3.1152 h -3.5957 v -8.3926 H 14.6113 v 8.3926 H 11.1504 L 9.30466,-0.4449 Z M 6.10154,-0.8218 H 9.08786 L 10.9336,-3.939 h 3.3008 v -7.6367 H 0.82224 v 7.6367 h 3.43359 z"
style="fill:#009ee3;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-path="url(#clipPath5933)"
id="path5949" />
</g>
<g
clip-path="url(#clipPath5938)"
id="g5952">
<g
clip-path="url(#clipPath5936)"
id="g5951">
<path
d="M 2.89112,0 C 1.28989,0 0,-1.2911 0,-2.894 c 0,-1.6029 1.28989,-2.8942 2.89112,-2.8942 1.60124,0 2.89113,1.2913 2.89113,2.8942 C 5.78225,-1.2911 4.49236,0 2.89112,0 Z m 0,-5.3429 c -1.35661,0 -2.44633,1.0909 -2.44633,2.4489 0,1.358 1.08972,2.4488 2.44633,2.4488 1.3566,0 2.44634,-1.0908 2.44634,-2.4488 0,-1.358 -1.08974,-2.4489 -2.44634,-2.4489 z"
style="fill:#009ee3;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,28.070396,510.63704)"
clip-path="url(#clipPath5935)"
id="path5950" />
</g>
<path
d="M 3.08007,0 C 1.37726,0 0,-1.3797 0,-3.0839 0,-4.7882 1.37725,-6.166 3.08007,-6.166 c 1.70284,0 3.08008,1.3778 3.08008,3.0821 C 6.16015,-1.3797 4.7829,0 3.08007,0 Z m 0,-0.3789 c 1.49966,0 2.70313,-1.2035 2.70313,-2.705 0,-1.5016 -1.20348,-2.7051 -2.70313,-2.7051 -1.49963,0 -2.70117,1.2035 -2.70117,2.7051 0,1.5015 1.20153,2.705 2.70117,2.705 z m 0,-0.066 c -1.4579,0 -2.63476,-1.1795 -2.63476,-2.6386 0,-1.4591 1.17685,-2.6368 2.63476,-2.6368 1.45791,0 2.63672,1.1777 2.63672,2.6368 0,1.4591 -1.17882,2.6386 -2.63672,2.6386 z m 0,-0.3769 c 1.2553,0 2.25782,-1.0048 2.25782,-2.2617 0,-1.2569 -1.00252,-2.2598 -2.25782,-2.2598 -1.2553,0 -2.25585,1.0029 -2.25585,2.2598 0,1.2569 1.00054,2.2617 2.25585,2.2617 z"
style="fill:#009ee3;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-path="url(#clipPath5937)"
id="path5951" />
</g>
</g>
<g
clip-path="url(#clipPath5946)"
id="g5957">
<g
clip-path="url(#clipPath5941)"
id="g5954">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,18.666667,500.72721)"
clip-path="url(#clipPath5940)"
id="path5953" />
</g>
<path
d="M 14.678,-3.1167 H 11.0752 L 9.22936,0 H 5.53762 L 3.69174,-3.1167 H 0 v -8.905 h 14.678 z m -0.4448,-8.4597 H 0.44479 v 8.0144 h 3.51382 l 1.84588,3.1167 H 9.00696 L 10.8528,-3.562 h 3.3804 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.836245,507.74707)"
clip-path="url(#clipPath5942)"
id="path5954" />
<path
d="M 5.61914,0 3.77344,-3.1152 H 0 v -9.2832 h 15.0566 v 9.2832 H 11.3731 L 9.52539,0 Z m 0.21485,-0.3769 h 3.47656 l 1.84575,-3.1172 h 3.5214 v -8.5273 H 0.37891 v 8.5273 h 3.60937 z m 0.0527,-0.068 -1.8457,-3.1152 h -3.5957 v -8.3926 H 14.6113 v 8.3926 H 11.1504 L 9.30466,-0.4449 Z M 6.10154,-0.8218 H 9.08786 L 10.9336,-3.939 h 3.3008 v -7.6367 H 0.82224 v 7.6367 h 3.43359 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,24.702029,507.61416)"
clip-path="url(#clipPath5943)"
id="path5955" />
<path
d="M 2.89112,0 C 1.28989,0 0,-1.2911 0,-2.894 c 0,-1.6029 1.28989,-2.8942 2.89112,-2.8942 1.60124,0 2.89113,1.2913 2.89113,2.8942 C 5.78225,-1.2911 4.49236,0 2.89112,0 Z m 0,-5.3429 c -1.35661,0 -2.44633,1.0909 -2.44633,2.4489 0,1.358 1.08972,2.4488 2.44633,2.4488 1.3566,0 2.44634,-1.0908 2.44634,-2.4488 0,-1.358 -1.08974,-2.4489 -2.44634,-2.4489 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,28.070396,510.63704)"
clip-path="url(#clipPath5944)"
id="path5956" />
<path
d="M 3.08007,0 C 1.37726,0 0,-1.3797 0,-3.0839 0,-4.7882 1.37725,-6.166 3.08007,-6.166 c 1.70284,0 3.08008,1.3778 3.08008,3.0821 C 6.16015,-1.3797 4.7829,0 3.08007,0 Z m 0,-0.3789 c 1.49966,0 2.70313,-1.2035 2.70313,-2.705 0,-1.5016 -1.20348,-2.7051 -2.70313,-2.7051 -1.49963,0 -2.70117,1.2035 -2.70117,2.7051 0,1.5015 1.20153,2.705 2.70117,2.705 z m 0,-0.066 c -1.4579,0 -2.63476,-1.1795 -2.63476,-2.6386 0,-1.4591 1.17685,-2.6368 2.63476,-2.6368 1.45791,0 2.63672,1.1777 2.63672,2.6368 0,1.4591 -1.17882,2.6386 -2.63672,2.6386 z m 0,-0.3769 c 1.2553,0 2.25782,-1.0048 2.25782,-2.2617 0,-1.2569 -1.00252,-2.2598 -2.25782,-2.2598 -1.2553,0 -2.25585,1.0029 -2.25585,2.2598 0,1.2569 1.00054,2.2617 2.25585,2.2617 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.70938667,0,0,-0.70550667,27.935839,510.5037)"
clip-path="url(#clipPath5945)"
id="path5957" />
</g>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 12 KiB

@@ -1,22 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="268.03613"
height="269.48193"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<ellipse
style="fill:#333333;fill-rule:evenodd;stroke:none;stroke-width:4.69421;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke fill markers"
id="path2"
cx="134.01807"
cy="134.74095"
rx="134.01807"
ry="134.74095" />
<path
d="m 182.04042,59.990498 h 25.37653 l -55.71807,63.441352 65.09636,86.05957 H 165.71116 L 125.7155,157.19367 79.927403,209.49142 H 54.550874 L 113.57892,141.63674 51.240878,59.990498 h 52.352912 l 36.13399,47.774082 z m -8.88177,134.605972 h 14.06741 L 96.201523,74.33374 h -15.11563 z"
id="path1"
style="fill:#ffffff;stroke-width:0.551663" />
</svg>

Before

Width:  |  Height:  |  Size: 877 B

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="27.481415"
height="24.816605"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<path
d="m 21.712244,-2.5976562e-6 h 4.21241 L 16.675664,10.531027 l 10.80575,14.28558 h -8.47978 l -6.63912,-8.68123 -7.6006601,8.68123 H 0.54944587 L 10.347884,13.552977 -1.1328125e-6,-2.5976562e-6 H 8.6903939 L 14.688494,7.9303174 Z M 20.237904,22.344097 h 2.33514 L 7.4633039,2.3809174 h -2.50914 z"
id="path1"
style="fill:#ffffff;stroke-width:0.091574" />
</svg>

Before

Width:  |  Height:  |  Size: 626 B

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="42.415771"
height="38.302795"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1" />
<path
d="m 33.511424,-2.5976562e-6 h 6.50158 L 25.737794,16.253947 l 16.67797,22.04885 h -13.08799 l -10.24704,-13.3989 -11.7311301,13.3989 H 0.84803387 L 15.971284,20.918127 -1.1328125e-6,-2.5976562e-6 H 13.413054 L 22.670724,12.239927 Z M 31.235874,34.486647 h 3.60414 L 11.519124,3.6747974 H 7.6464339 Z"
id="path1"
style="fill:#000000;stroke-width:0.141338" />
</svg>

Before

Width:  |  Height:  |  Size: 630 B

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
width="50 "
height="50"
width="268.03613"
height="269.4819"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"

Before

Width:  |  Height:  |  Size: 865 B

After

Width:  |  Height:  |  Size: 876 B

@@ -1,61 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="7.250946mm"
height="6.7037978mm"
viewBox="0 0 7.250946 6.7037978"
version="1.1"
id="svg1"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2444">
<path
d="M 0,0 H 22.0445 V -17 H 0 Z"
transform="matrix(1.3191067,0.19425333,0.19425333,-1.3191067,225.01215,461.47051)"
clip-rule="evenodd"
id="path2444" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2440">
<path
d="M 0,-18 H 1260 V 18 H 0 Z"
transform="translate(-0.24999723,-16.750003)"
id="path2440" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath2441">
<path
d="M 0,-18 H 1260 V 18 H 0 Z"
transform="translate(-14.679745,-4.6071402)"
id="path2441" />
</clipPath>
</defs>
<g
id="layer1"
transform="translate(-120.12082,-122.50209)">
<g
id="g2443"
clip-path="url(#clipPath2444)"
transform="matrix(0.26458333,0,0,0.26458333,61.004151,0.05323333)">
<path
d="m 15.5,-7.75 c 0,-4.2804 -3.4696,-7.75 -7.75,-7.75 C 3.46979,-15.5 0,-12.0304 0,-7.75 0,-3.46979 3.46979,0 7.75,0 12.0304,0 15.5,-3.46979 15.5,-7.75 Z"
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,225.27006,461.8268)"
clip-path="url(#clipPath2440)"
id="path2442" />
<path
d="M 0,0 9,-5.35714"
style="fill:none;stroke:#181715;stroke-width:0.5;stroke-linecap:round;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.2151874,0.17895006,0.18346062,-1.2458171,240.57717,479.53679)"
clip-path="url(#clipPath2441)"
id="path2443" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
version="1.1"
x="0px"
y="0px"
viewBox="0 0 7500 9375"
xml:space="preserve"
id="svg20"
width="7500"
height="9375"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"><metadata
id="metadata26"><rdf:RDF><cc:Work
rdf:about=""><dc:format>image/svg+xml</dc:format><dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" /><dc:title /></cc:Work></rdf:RDF></metadata><defs
id="defs24" /><g
id="g14"
transform="translate(-1260,-1575)"><g
id="g4"><rect
x="31.4"
y="35.099998"
transform="matrix(0.7071,-0.7071,0.7071,0.7071,-7.65,55.5169)"
width="63.599998"
height="3.7"
id="rect2" /></g><g
id="g8"><polygon
points="59.4,12.6 87.6,12.6 87.6,40.7 83.8,40.7 83.8,16.4 59.4,16.4 "
id="polygon6" /></g><g
id="g12"><polygon
points="46.3,23.9 16.3,23.9 16.3,83.9 76.3,83.9 76.3,53.9 80.1,53.9 80.1,87.6 12.6,87.6 12.6,20.1 46.3,20.1 "
id="polygon10" /></g></g></svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

@@ -1,116 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="23.622131"
height="22.833435"
viewBox="0 0 23.622131 22.833435"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5812">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(2.9760132e-6,-17.125139)"
id="path5812" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5813">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-8.2698706,-13.400028)"
id="path5813" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5814">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-8.1453155,-13.520195)"
id="path5814" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5815">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-6.473058,-7.8639002)"
id="path5815" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5816">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-6.3482529,-7.9846198)"
id="path5816" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5817">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(2.9760132e-6,-17.125139)"
id="path5817" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5824">
<path
d="M 0,0 H 17.7166 V -17.1251 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,159.63957,544.78239)"
clip-rule="evenodd"
id="path5824" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-159.6395,-544.78241)">
<g
id="g5823"
clip-path="url(#clipPath5824)">
<path
d="m 10.545,-0.63609 c 5.4599,0 9.8859,-4.27181 9.8859,-9.54131 0,-5.2696 -4.426,-9.5413 -9.8859,-9.5414 -5.45983,0 -9.88591,4.2718 -9.88593,9.5414 0.00723,5.26658 4.42906,9.53431 9.88593,9.54131 z M 10.545,0 C 4.72116,0 1e-5,-4.55658 0,-10.1774 c -1e-5,-5.6209 4.72113,-10.1775 10.545,-10.1775 5.8238,0 10.545,4.5566 10.545,10.1775 C 21.09,-4.55662 16.3689,0 10.545,0 Z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,159.63957,544.78233)"
clip-path="url(#clipPath5812)"
id="path5818" />
<path
d="m 5.03108,-7.0556 v 4.62454 c 0.00119,0.86815 -0.47802,1.67085 -1.25681,2.10525 -0.7788,0.43441 -1.73866,0.43441 -2.51746,0 C 0.47802,-0.76021 -0.00118,-1.56291 0,-2.43106 V -7.0556 c -0.00118,-0.86817 0.47802,-1.67084 1.25681,-2.10523 0.7788,-0.43441 1.73866,-0.43441 2.51746,0 0.77879,0.43439 1.258,1.23706 1.25681,2.10523 z m -4.68883,0 v 4.62454 c 0,1.15844 0.97302,2.09754 2.17329,2.09754 1.20028,0 2.17329,-0.9391 2.17329,-2.09754 V -7.0556 c 0,-1.15847 -0.97301,-2.09753 -2.17329,-2.09753 -1.20027,0 -2.17329,0.93906 -2.17329,2.09753 z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,168.90238,548.96106)"
clip-path="url(#clipPath5813)"
id="path5819" />
<path
d="M 2.64018,0 C 1.98302,0 1.32388,-0.21105 0.82635,-0.63832 0.32881,-1.06558 -0.00114,-1.71147 0,-2.55192 v -4.62352 c -0.00132,-0.84044 0.32881,-1.48634 0.82635,-1.9136 0.49753,-0.42731 1.15667,-0.63831 1.81383,-0.63831 0.65718,0 1.31631,0.211 1.81384,0.63831 0.49754,0.42726 0.82749,1.07316 0.82635,1.9136 v 4.62352 0 c 6.6e-4,0.83981 -0.32908,1.48532 -0.82635,1.91239 -0.49753,0.42727 -1.15666,0.63832 -1.81384,0.63832 z m 0,-0.24016 c 0.60171,0 1.20147,-0.19424 1.64754,-0.57735 0.44607,-0.38306 0.74362,-0.95295 0.74255,-1.7332 V -7.17544 C 5.03159,-7.95568 4.73379,-8.52558 4.28772,-8.90863 3.84165,-9.29175 3.24189,-9.48599 2.64018,-9.48599 c -0.6017,0 -1.20146,0.19424 -1.64753,0.57736 -0.44607,0.38305 -0.7449,0.95295 -0.74384,1.73319 v 4.62473 c -0.00132,0.78025 0.29777,1.35014 0.74384,1.7332 0.44607,0.38311 1.04583,0.57735 1.64753,0.57735 z m 0,-0.09333 c -0.57103,0 -1.14342,-0.18328 -1.57662,-0.55493 C 0.63034,-1.26006 0.34163,-1.82143 0.34163,-2.55071 v -4.62473 c 0,-0.72928 0.28871,-1.29185 0.72193,-1.6635 0.4332,-0.37171 1.00559,-0.55495 1.57662,-0.55495 0.57104,0 1.14344,0.18324 1.57664,0.55495 0.43321,0.37165 0.72192,0.93422 0.72192,1.6635 v 4.62473 c 0,0.72928 -0.28871,1.29065 -0.72192,1.66229 -0.4332,0.37165 -1.0056,0.55493 -1.57664,0.55493 z m 0,-0.2401 c 0.51561,0 1.02985,-0.16646 1.41162,-0.49396 0.38179,-0.32757 0.63684,-0.81408 0.63684,-1.48316 v -4.62473 c 0,-0.66908 -0.25505,-1.15558 -0.63684,-1.48309 -0.38177,-0.32756 -0.89601,-0.49396 -1.41162,-0.49396 -0.5156,0 -1.02984,0.1664 -1.41161,0.49396 -0.38178,0.32751 -0.63685,0.81401 -0.63685,1.48309 v 4.62473 c 0,0.66908 0.25507,1.15559 0.63685,1.48316 0.38177,0.3275 0.89601,0.49396 1.41161,0.49396 z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,168.76287,548.82626)"
clip-path="url(#clipPath5814)"
id="path5820" />
<path
d="m 8.62468,-1.53597 v 1.37079 C 8.62475,-0.07396 8.54811,0 8.45359,0 8.36258,-0.00768 8.29043,-0.07734 8.28245,-0.16518 v -1.37079 c 0,-2.11621 -1.77746,-3.83174 -3.9701,-3.83174 -2.19263,0 -3.9701,1.71553 -3.9701,3.83174 v 1.37079 C 0.3343,-0.07734 0.26214,-0.00768 0.17112,0 0.07661,0 -1e-5,-0.07396 0,-0.16518 v -1.37079 c -0.00185,-2.23567 1.82665,-4.07339 4.14123,-4.1621 V -7.16798 H 2.27596 C 2.22908,-7.16263 2.18225,-7.17824 2.14886,-7.21047 2.11548,-7.24271 2.09926,-7.28793 2.10484,-7.33316 c 2e-5,-0.09123 0.07663,-0.16513 0.17112,-0.16513 h 4.07279 c 0.09449,0 0.1711,0.0739 0.17111,0.16513 0.00559,0.04523 -0.01063,0.09045 -0.04401,0.12269 -0.03338,0.03223 -0.08022,0.04784 -0.1271,0.04249 H 4.48348 v 1.46991 c 2.31459,0.08871 4.14305,1.92643 4.1412,4.1621 z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,166.88983,555.17134)"
clip-path="url(#clipPath5815)"
id="path5821" />
<path
d="M 0.29651,0 C 0.13457,0 -2e-5,-0.12989 0,-0.28616 V -1.65732 C -0.00132,-3.91455 1.82165,-5.75865 4.14075,-5.91129 V -7.16798 H 2.4004 2.41585 C 2.24364,-7.14823 2.10015,-7.2952 2.11289,-7.46038 2.11969,-7.6111 2.24273,-7.73781 2.40037,-7.73781 H 6.4741 c 0.15764,0 0.28067,0.12671 0.28747,0.27743 0.01346,0.16562 -0.13036,0.31221 -0.30294,0.2924 H 6.47407 4.73242 v 1.25669 c 2.32017,0.152 4.14394,1.99699 4.14202,4.25524 v 1.36989 C 8.87451,-0.12989 8.73993,0 8.57795,0 H 8.57267 8.56739 C 8.4169,-0.01274 8.29565,-0.12843 8.28252,-0.27367 v -0.00637 -1.37614 c 0,-2.05114 -1.72034,-3.71025 -3.84556,-3.71025 -2.12521,0 -3.84553,1.65911 -3.84553,3.71025 v 1.37614 0.00637 C 0.57829,-0.12843 0.45703,-0.01268 0.30653,0 H 0.30124 Z M 0.29123,-0.24634 c 0.02627,-0.00637 0.0491,-0.02294 0.05155,-0.04969 v -1.36123 c 0,-2.18123 1.8343,-3.95162 4.09435,-3.95162 2.26002,0 4.09435,1.77039 4.09435,3.95162 v 1.36123 c 0.00264,0.02675 0.02528,0.04332 0.05155,0.04969 0.02244,-0.00637 0.04126,-0.01657 0.04126,-0.0395 V -1.65701 C 8.62626,-3.82925 6.85233,-5.61201 4.6034,-5.6982 L 4.48351,-5.70457 v -1.70587 h 1.9969 0.00771 c 0.02173,0 0.03479,-0.01019 0.03221,-0.03121 v -0.00764 -0.00765 c 0,-0.02612 -0.01933,-0.0446 -0.04639,-0.0446 H 2.40022 c -0.02713,0 -0.04641,0.01848 -0.04641,0.0446 v 0.00765 0.00764 c -0.00263,0.02102 0.0105,0.03376 0.03221,0.03121 h 0.00773 1.9969 v 1.70587 l -0.1199,0.00637 c -2.24894,0.08619 -4.02266,1.86895 -4.02086,4.04119 v 1.37117 c 0,0.02293 0.01881,0.03631 0.04126,0.0395 z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,166.75004,555.03592)"
clip-path="url(#clipPath5816)"
id="path5822" />
<path
d="m 10.545,-0.63609 c 5.4599,0 9.8859,-4.27181 9.8859,-9.54131 0,-5.2696 -4.426,-9.5413 -9.8859,-9.5414 -5.45983,0 -9.88591,4.2718 -9.88593,9.5414 0.00723,5.26658 4.42906,9.53431 9.88593,9.54131 z M 10.545,0 C 4.72116,0 1e-5,-4.55658 0,-10.1774 c -1e-5,-5.6209 4.72113,-10.1775 10.545,-10.1775 5.8238,0 10.545,4.5566 10.545,10.1775 C 21.09,-4.55662 16.3689,0 10.545,0 Z"
style="fill:#fff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,159.63957,544.78233)"
clip-path="url(#clipPath5817)"
id="path5823" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

@@ -1,116 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="23.622131"
height="22.833435"
viewBox="0 0 23.622131 22.833435"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5812">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(2.9760132e-6,-17.125139)"
id="path5812" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5813">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-8.2698706,-13.400028)"
id="path5813" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5814">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-8.1453155,-13.520195)"
id="path5814" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5815">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-6.473058,-7.8639002)"
id="path5815" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5816">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(-6.3482529,-7.9846198)"
id="path5816" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5817">
<path
d="M 0,-20.3549 H 1260 V 20.3549 H 0 Z"
transform="translate(2.9760132e-6,-17.125139)"
id="path5817" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5824">
<path
d="M 0,0 H 17.7166 V -17.1251 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,159.63957,544.78239)"
clip-rule="evenodd"
id="path5824" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-159.6395,-544.78241)">
<g
id="g5823"
clip-path="url(#clipPath5824)">
<path
d="m 10.545,-0.63609 c 5.4599,0 9.8859,-4.27181 9.8859,-9.54131 0,-5.2696 -4.426,-9.5413 -9.8859,-9.5414 -5.45983,0 -9.88591,4.2718 -9.88593,9.5414 0.00723,5.26658 4.42906,9.53431 9.88593,9.54131 z M 10.545,0 C 4.72116,0 1e-5,-4.55658 0,-10.1774 c -1e-5,-5.6209 4.72113,-10.1775 10.545,-10.1775 5.8238,0 10.545,4.5566 10.545,10.1775 C 21.09,-4.55662 16.3689,0 10.545,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,159.63957,544.78233)"
clip-path="url(#clipPath5812)"
id="path5818" />
<path
d="m 5.03108,-7.0556 v 4.62454 c 0.00119,0.86815 -0.47802,1.67085 -1.25681,2.10525 -0.7788,0.43441 -1.73866,0.43441 -2.51746,0 C 0.47802,-0.76021 -0.00118,-1.56291 0,-2.43106 V -7.0556 c -0.00118,-0.86817 0.47802,-1.67084 1.25681,-2.10523 0.7788,-0.43441 1.73866,-0.43441 2.51746,0 0.77879,0.43439 1.258,1.23706 1.25681,2.10523 z m -4.68883,0 v 4.62454 c 0,1.15844 0.97302,2.09754 2.17329,2.09754 1.20028,0 2.17329,-0.9391 2.17329,-2.09754 V -7.0556 c 0,-1.15847 -0.97301,-2.09753 -2.17329,-2.09753 -1.20027,0 -2.17329,0.93906 -2.17329,2.09753 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,168.90238,548.96106)"
clip-path="url(#clipPath5813)"
id="path5819" />
<path
d="M 2.64018,0 C 1.98302,0 1.32388,-0.21105 0.82635,-0.63832 0.32881,-1.06558 -0.00114,-1.71147 0,-2.55192 v -4.62352 c -0.00132,-0.84044 0.32881,-1.48634 0.82635,-1.9136 0.49753,-0.42731 1.15667,-0.63831 1.81383,-0.63831 0.65718,0 1.31631,0.211 1.81384,0.63831 0.49754,0.42726 0.82749,1.07316 0.82635,1.9136 v 4.62352 0 c 6.6e-4,0.83981 -0.32908,1.48532 -0.82635,1.91239 -0.49753,0.42727 -1.15666,0.63832 -1.81384,0.63832 z m 0,-0.24016 c 0.60171,0 1.20147,-0.19424 1.64754,-0.57735 0.44607,-0.38306 0.74362,-0.95295 0.74255,-1.7332 V -7.17544 C 5.03159,-7.95568 4.73379,-8.52558 4.28772,-8.90863 3.84165,-9.29175 3.24189,-9.48599 2.64018,-9.48599 c -0.6017,0 -1.20146,0.19424 -1.64753,0.57736 -0.44607,0.38305 -0.7449,0.95295 -0.74384,1.73319 v 4.62473 c -0.00132,0.78025 0.29777,1.35014 0.74384,1.7332 0.44607,0.38311 1.04583,0.57735 1.64753,0.57735 z m 0,-0.09333 c -0.57103,0 -1.14342,-0.18328 -1.57662,-0.55493 C 0.63034,-1.26006 0.34163,-1.82143 0.34163,-2.55071 v -4.62473 c 0,-0.72928 0.28871,-1.29185 0.72193,-1.6635 0.4332,-0.37171 1.00559,-0.55495 1.57662,-0.55495 0.57104,0 1.14344,0.18324 1.57664,0.55495 0.43321,0.37165 0.72192,0.93422 0.72192,1.6635 v 4.62473 c 0,0.72928 -0.28871,1.29065 -0.72192,1.66229 -0.4332,0.37165 -1.0056,0.55493 -1.57664,0.55493 z m 0,-0.2401 c 0.51561,0 1.02985,-0.16646 1.41162,-0.49396 0.38179,-0.32757 0.63684,-0.81408 0.63684,-1.48316 v -4.62473 c 0,-0.66908 -0.25505,-1.15558 -0.63684,-1.48309 -0.38177,-0.32756 -0.89601,-0.49396 -1.41162,-0.49396 -0.5156,0 -1.02984,0.1664 -1.41161,0.49396 -0.38178,0.32751 -0.63685,0.81401 -0.63685,1.48309 v 4.62473 c 0,0.66908 0.25507,1.15559 0.63685,1.48316 0.38177,0.3275 0.89601,0.49396 1.41161,0.49396 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,168.76287,548.82626)"
clip-path="url(#clipPath5814)"
id="path5820" />
<path
d="m 8.62468,-1.53597 v 1.37079 C 8.62475,-0.07396 8.54811,0 8.45359,0 8.36258,-0.00768 8.29043,-0.07734 8.28245,-0.16518 v -1.37079 c 0,-2.11621 -1.77746,-3.83174 -3.9701,-3.83174 -2.19263,0 -3.9701,1.71553 -3.9701,3.83174 v 1.37079 C 0.3343,-0.07734 0.26214,-0.00768 0.17112,0 0.07661,0 -1e-5,-0.07396 0,-0.16518 v -1.37079 c -0.00185,-2.23567 1.82665,-4.07339 4.14123,-4.1621 V -7.16798 H 2.27596 C 2.22908,-7.16263 2.18225,-7.17824 2.14886,-7.21047 2.11548,-7.24271 2.09926,-7.28793 2.10484,-7.33316 c 2e-5,-0.09123 0.07663,-0.16513 0.17112,-0.16513 h 4.07279 c 0.09449,0 0.1711,0.0739 0.17111,0.16513 0.00559,0.04523 -0.01063,0.09045 -0.04401,0.12269 -0.03338,0.03223 -0.08022,0.04784 -0.1271,0.04249 H 4.48348 v 1.46991 c 2.31459,0.08871 4.14305,1.92643 4.1412,4.1621 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,166.88983,555.17134)"
clip-path="url(#clipPath5815)"
id="path5821" />
<path
d="M 0.29651,0 C 0.13457,0 -2e-5,-0.12989 0,-0.28616 V -1.65732 C -0.00132,-3.91455 1.82165,-5.75865 4.14075,-5.91129 V -7.16798 H 2.4004 2.41585 C 2.24364,-7.14823 2.10015,-7.2952 2.11289,-7.46038 2.11969,-7.6111 2.24273,-7.73781 2.40037,-7.73781 H 6.4741 c 0.15764,0 0.28067,0.12671 0.28747,0.27743 0.01346,0.16562 -0.13036,0.31221 -0.30294,0.2924 H 6.47407 4.73242 v 1.25669 c 2.32017,0.152 4.14394,1.99699 4.14202,4.25524 v 1.36989 C 8.87451,-0.12989 8.73993,0 8.57795,0 H 8.57267 8.56739 C 8.4169,-0.01274 8.29565,-0.12843 8.28252,-0.27367 v -0.00637 -1.37614 c 0,-2.05114 -1.72034,-3.71025 -3.84556,-3.71025 -2.12521,0 -3.84553,1.65911 -3.84553,3.71025 v 1.37614 0.00637 C 0.57829,-0.12843 0.45703,-0.01268 0.30653,0 H 0.30124 Z M 0.29123,-0.24634 c 0.02627,-0.00637 0.0491,-0.02294 0.05155,-0.04969 v -1.36123 c 0,-2.18123 1.8343,-3.95162 4.09435,-3.95162 2.26002,0 4.09435,1.77039 4.09435,3.95162 v 1.36123 c 0.00264,0.02675 0.02528,0.04332 0.05155,0.04969 0.02244,-0.00637 0.04126,-0.01657 0.04126,-0.0395 V -1.65701 C 8.62626,-3.82925 6.85233,-5.61201 4.6034,-5.6982 L 4.48351,-5.70457 v -1.70587 h 1.9969 0.00771 c 0.02173,0 0.03479,-0.01019 0.03221,-0.03121 v -0.00764 -0.00765 c 0,-0.02612 -0.01933,-0.0446 -0.04639,-0.0446 H 2.40022 c -0.02713,0 -0.04641,0.01848 -0.04641,0.0446 v 0.00765 0.00764 c -0.00263,0.02102 0.0105,0.03376 0.03221,0.03121 h 0.00773 1.9969 v 1.70587 l -0.1199,0.00637 c -2.24894,0.08619 -4.02266,1.86895 -4.02086,4.04119 v 1.37117 c 0,0.02293 0.01881,0.03631 0.04126,0.0395 z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,166.75004,555.03592)"
clip-path="url(#clipPath5816)"
id="path5822" />
<path
d="m 10.545,-0.63609 c 5.4599,0 9.8859,-4.27181 9.8859,-9.54131 0,-5.2696 -4.426,-9.5413 -9.8859,-9.5414 -5.45983,0 -9.88591,4.2718 -9.88593,9.5414 0.00723,5.26658 4.42906,9.53431 9.88593,9.54131 z M 10.545,0 C 4.72116,0 1e-5,-4.55658 0,-10.1774 c -1e-5,-5.6209 4.72113,-10.1775 10.545,-10.1775 5.8238,0 10.545,4.5566 10.545,10.1775 C 21.09,-4.55662 16.3689,0 10.545,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(1.1200667,0,0,-1.1217733,159.63957,544.78233)"
clip-path="url(#clipPath5817)"
id="path5823" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 8.7 KiB

@@ -1,74 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="20.350401"
height="20.393066"
viewBox="0 0 20.350401 20.393066"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5830">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(0,-15.294795)"
id="path5830" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5831">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-11.442769,-6.1136876)"
id="path5831" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5832">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(0,-15.294795)"
id="path5832" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5836">
<path
d="M 0,0 H 15.2628 V -15.2948 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,24.14796,455.92257)"
clip-rule="evenodd"
id="path5836" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-24.14796,-455.92257)">
<g
id="g5835"
clip-path="url(#clipPath5836)">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,24.14796,455.92249)"
clip-path="url(#clipPath5830)"
id="path5833" />
<path
d="M 1.05698,-1.8233 10.0942,-7.1082 1.05698,-12.3931 Z M 0,0 V -14.1108 L 12.2346,-7.1082 0,-0.0528 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,31.435936,461.78224)"
clip-path="url(#clipPath5831)"
id="path5834" />
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#ffffff;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,24.14796,455.92249)"
clip-path="url(#clipPath5832)"
id="path5835" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

@@ -1,74 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="20.350399"
height="20.393066"
viewBox="0 0 20.350399 20.393066"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5830">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(0,-15.294795)"
id="path5830" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5831">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(-11.442769,-6.1136876)"
id="path5831" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5832">
<path
d="M 0,-31.9523 H 1260 V 31.9523 H 0 Z"
transform="translate(0,-15.294795)"
id="path5832" />
</clipPath>
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath5836">
<path
d="M 0,0 H 15.2628 V -15.2948 H 0 Z"
transform="matrix(1.3333333,0,0,-1.3333333,24.14796,455.92257)"
clip-rule="evenodd"
id="path5836" />
</clipPath>
</defs>
<g
id="layer-oc0"
transform="translate(-24.148428,-455.92258)">
<g
id="g5835"
clip-path="url(#clipPath5836)">
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,24.14796,455.92249)"
clip-path="url(#clipPath5830)"
id="path5833" />
<path
d="M 1.05698,-1.8233 10.0942,-7.1082 1.05698,-12.3931 Z M 0,0 V -14.1108 L 12.2346,-7.1082 0,-0.0528 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,31.435936,461.78224)"
clip-path="url(#clipPath5831)"
id="path5834" />
<path
d="m 15.9762,-0.9985 c 8.2719,0 14.9776,-6.70571 14.9776,-14.9776 0,-8.2719 -6.7057,-14.9776 -14.9776,-14.9777 -8.27192,0 -14.97765,6.7057 -14.97769,14.9776 0.01097,8.26739 6.71026,14.9667 14.97769,14.9777 z m 0,0.9985 C 7.15278,1e-5 2e-5,-7.15274 0,-15.9761 c -2e-5,-8.8234 7.15273,-15.9762 15.9761,-15.9762 8.8234,0 15.9762,7.1527 15.9762,15.9761 C 31.9523,-7.1528 24.7996,-1e-5 15.9762,0 Z"
style="fill:#09398b;fill-opacity:1;fill-rule:nonzero;stroke:none"
transform="matrix(0.63690667,0,0,-0.63824,24.14796,455.92249)"
clip-path="url(#clipPath5832)"
id="path5835" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 3.0 KiB

+168 -17
View File
@@ -13,13 +13,14 @@
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"extract-loader": "^4.0.3",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.2",
"mini-css-extract-plugin": "^2.9.4",
"node-sass": "*",
"sass": "^1.89.2",
"sass-loader": "^14.2.1",
"sass": "^1.96.0",
"sass-loader": "^16.0.6",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
}
@@ -1277,9 +1278,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001727",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001727.tgz",
"integrity": "sha512-pB68nIHmbN6L/4C6MH1DokyR3bYqFwjaSs/sWDHGj4CTcFtQUQMuJftVwWkXq7mNWOybD3KhUv3oWHoGxgP14Q==",
"version": "1.0.30001760",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001760.tgz",
"integrity": "sha512-7AAMPcueWELt1p3mi13HR/LHH0TJLT11cnwDJEs3xA4+CK/PLKeO9Kl1oru24htkyUKtkGCvAx4ohB0Ttry8Dw==",
"dev": true,
"funding": [
{
@@ -1439,6 +1440,87 @@
"integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==",
"dev": true
},
"node_modules/copy-webpack-plugin": {
"version": "13.0.1",
"resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-13.0.1.tgz",
"integrity": "sha512-J+YV3WfhY6W/Xf9h+J1znYuqTye2xkBUIGyTPWuBAT27qajBa5mR4f8WBmfDY3YjRftT2kqZZiLi1qf0H+UOFw==",
"dev": true,
"license": "MIT",
"dependencies": {
"glob-parent": "^6.0.1",
"normalize-path": "^3.0.0",
"schema-utils": "^4.2.0",
"serialize-javascript": "^6.0.2",
"tinyglobby": "^0.2.12"
},
"engines": {
"node": ">= 18.12.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
},
"peerDependencies": {
"webpack": "^5.1.0"
}
},
"node_modules/copy-webpack-plugin/node_modules/ajv": {
"version": "8.17.1",
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz",
"integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3",
"fast-uri": "^3.0.1",
"json-schema-traverse": "^1.0.0",
"require-from-string": "^2.0.2"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/epoberezkin"
}
},
"node_modules/copy-webpack-plugin/node_modules/ajv-keywords": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
"integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
"dev": true,
"license": "MIT",
"dependencies": {
"fast-deep-equal": "^3.1.3"
},
"peerDependencies": {
"ajv": "^8.8.2"
}
},
"node_modules/copy-webpack-plugin/node_modules/json-schema-traverse": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
"dev": true,
"license": "MIT"
},
"node_modules/copy-webpack-plugin/node_modules/schema-utils": {
"version": "4.3.3",
"resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.3.3.tgz",
"integrity": "sha512-eflK8wEtyOE6+hsaRVPxvUKYCpRgzLqDTb8krvAsRIwOGlHoSgYLgBXoubGgLd2fT41/OUYdb48v4k4WWHQurA==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/json-schema": "^7.0.9",
"ajv": "^8.9.0",
"ajv-formats": "^2.1.1",
"ajv-keywords": "^5.1.0"
},
"engines": {
"node": ">= 10.13.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/webpack"
}
},
"node_modules/core-js": {
"version": "2.6.12",
"resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz",
@@ -1992,6 +2074,19 @@
"url": "https://github.com/sponsors/isaacs"
}
},
"node_modules/glob-parent": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
"integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
"dev": true,
"license": "ISC",
"dependencies": {
"is-glob": "^4.0.3"
},
"engines": {
"node": ">=10.13.0"
}
},
"node_modules/glob-to-regexp": {
"version": "0.4.1",
"resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz",
@@ -2294,7 +2389,6 @@
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
"dev": true,
"license": "MIT",
"optional": true,
"engines": {
"node": ">=0.10.0"
}
@@ -2314,7 +2408,6 @@
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
"dev": true,
"license": "MIT",
"optional": true,
"dependencies": {
"is-extglob": "^2.1.1"
},
@@ -2652,9 +2745,9 @@
}
},
"node_modules/mini-css-extract-plugin": {
"version": "2.9.2",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz",
"integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==",
"version": "2.9.4",
"resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.4.tgz",
"integrity": "sha512-ZWYT7ln73Hptxqxk2DxPU9MmapXRhxkJD6tkSR04dnQxm8BGu2hzgKLugK5yySD97u/8yy7Ma7E76k9ZdvtjkQ==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3193,6 +3286,16 @@
"node": ">=10"
}
},
"node_modules/normalize-path": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/npmlog": {
"version": "6.0.2",
"resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz",
@@ -3769,9 +3872,9 @@
"optional": true
},
"node_modules/sass": {
"version": "1.89.2",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.89.2.tgz",
"integrity": "sha512-xCmtksBKd/jdJ9Bt9p7nPKiuqrlBMBuuGkQlkhZjjQk3Ty48lv93k5Dq6OPkKt4XwxDJ7tvlfrTa1MPA9bf+QA==",
"version": "1.96.0",
"resolved": "https://registry.npmjs.org/sass/-/sass-1.96.0.tgz",
"integrity": "sha512-8u4xqqUeugGNCYwr9ARNtQKTOj4KmYiJAVKXf2CTIivTCR51j96htbMKWDru8H5SaQWpyVgTfOF8Ylyf5pun1Q==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -3808,9 +3911,9 @@
}
},
"node_modules/sass-loader": {
"version": "14.2.1",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-14.2.1.tgz",
"integrity": "sha512-G0VcnMYU18a4N7VoNDegg2OuMjYtxnqzQWARVWCIVSZwJeiL9kg8QMsuIZOplsJgTzZLF6jGxI3AClj8I9nRdQ==",
"version": "16.0.6",
"resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.6.tgz",
"integrity": "sha512-sglGzId5gmlfxNs4gK2U3h7HlVRfx278YK6Ono5lwzuvi1jxig80YiuHkaDBVsYIKFhx8wN7XSCI0M2IDS/3qA==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -4356,6 +4459,54 @@
"url": "https://opencollective.com/webpack"
}
},
"node_modules/tinyglobby": {
"version": "0.2.15",
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.15.tgz",
"integrity": "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"fdir": "^6.5.0",
"picomatch": "^4.0.3"
},
"engines": {
"node": ">=12.0.0"
},
"funding": {
"url": "https://github.com/sponsors/SuperchupuDev"
}
},
"node_modules/tinyglobby/node_modules/fdir": {
"version": "6.5.0",
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12.0.0"
},
"peerDependencies": {
"picomatch": "^3 || ^4"
},
"peerDependenciesMeta": {
"picomatch": {
"optional": true
}
}
},
"node_modules/tinyglobby/node_modules/picomatch": {
"version": "4.0.3",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=12"
},
"funding": {
"url": "https://github.com/sponsors/jonschlinkert"
}
},
"node_modules/to-regex-range": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+4 -3
View File
@@ -14,13 +14,14 @@
"author": "",
"license": "ISC",
"devDependencies": {
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"extract-loader": "^4.0.3",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.9.2",
"mini-css-extract-plugin": "^2.9.4",
"node-sass": "*",
"sass": "^1.89.2",
"sass-loader": "^14.2.1",
"sass": "^1.96.0",
"sass-loader": "^16.0.6",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4"
},
+3
View File
@@ -0,0 +1,3 @@
jQuery(function ($) {
console.log('salut print');
});
@@ -0,0 +1,290 @@
/* -----------------------/*
* Feuille de style Print "Bretzel" adaptée
* Made par Alsacréations + tweaks EQL
/* ---------------------- */
/*
* Ressources et documentations :
* 1- https://www.docuseal.co/blog/css-print-page-style
* 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html
*/
@import "variables/_colors";
@import "variables/_typography";
// Mixin commun pour les styles d'impression
@mixin print-base() {
/* Reset général */
* {
all: unset;
display: revert;
box-sizing: border-box;
}
img {
max-width: 100%;
}
input,
textarea,
select {
all: revert;
}
/* Styles globaux (12pt = 16px) */
body,
p,
span {
width: auto;
margin: 0;
font-family: "Marianne", serif !important;
font-size: 12pt;
line-height: 1.5;
color: #000000 !important;
background-color: #ffffff !important;
}
.back-cover {
break-before: page;
display: flex;
flex-direction: column;
justify-content: center;
.region {
h2 {
margin-top: 0;
color: $blue-dark;
font-size: 1.2rem;
}
}
.view-id-partenaires {
.view-content {
img {
width: 5rem;
height: auto;
}
a[href^="http"]:after {
display: none;
}
}
.views-row-wrapper {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
}
/* Espacements typographiques (15pt = 20px) */
p,
blockquote,
label,
ul,
ol {
margin-block: 0 15pt;
}
p:last-child {
margin-bottom: 0;
}
/* Titrages */
h1 {
margin-block: 0 24pt;
font-weight: 700;
font-size: 18pt;
line-height: 1.1;
}
h2 {
margin-block: 0 18pt;
font-weight: 700;
font-size: 16pt;
line-height: 1.1;
}
h3 {
margin-block: 0 15pt;
font-weight: 700;
font-size: 14pt;
}
h4 {
margin-block: 0 12pt;
font-weight: 700;
font-size: 12pt;
}
/* Classes dédiées print / no-print */
.print {
display: revert;
}
.no-print {
display: none;
}
/* Veuves / orphelines */
p,
blockquote {
orphans: 3;
widows: 3;
}
/* Pas de saut de page au sein de ces éléments */
blockquote,
ul,
ol,
figure,
table,
.paragraph,
footer,
.top_top,
.top_bottom {
page-break-inside: avoid;
}
/* Pas de saut de page après ces éléments */
h1,
h2,
h3,
h4,
caption,
.field--name-field-titre {
page-break-after: avoid;
}
/* Styles des liens */
a,
a:link,
a:visited {
background: transparent !important;
color: unset;
font-weight: 700;
text-decoration: underline !important;
}
/* Afficher l'URL des liens externes */
a[href^="http"]:after,
a[href^="https"]:after {
content: " (" attr(href) ")";
}
/* Masquer vidéos, header, nav… */
video,
object,
iframe,
nav {
display: none !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
}
/* Style page projet */
.page-node-type-projet {
.layout__region--top {
width: 100% !important;
padding-top: 0rem !important;
.top_top {
flex-direction: column !important;
.block-entity-fieldnodefield-photo {
width: 100% !important;
}
.slick-dots,
.slick-arrow {
display: none;
}
.top_right {
width: 100% !important;
}
}
.top_bottom {
width: 100% !important;
}
}
.layout__region--first {
display: none;
}
.layout__region--second {
flex: 0 1 100% !important;
}
}
}
/* 1) VRAIE feuille d'impression */
@media print {
/* Dimension et marges de page */
@page {
size: A4 portrait;
margin: 1.5cm 1.5cm;
@bottom-center {
content: "Page " counter(page) " / " counter(pages);
}
}
@include print-base();
/* --- Couverture : header-top en page 1 --- */
.layout-container header {
position: static !important; // ne plus être fixed en print
width: 100% !important;
box-shadow: none !important;
}
#header-top {
display: flex !important;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100vh; // occupe la hauteur de la "page"
padding: 2cm 1.5cm; // marges internes
text-align: center;
page-break-after: always; // 👉 le contenu commence sur la page suivante
background: #ffffff !important;
color: #000000 !important;
}
/* On cache le menu du bas du header (la barre de navigation horizontale) */
.region-header-bottom {
display: none !important;
}
/* Si tu as un logo + titre dans #header-top, tu peux les grossir un peu : */
#header-top .region-header-top-left img {
max-height: 3cm;
height: auto;
width: auto;
}
#header-top .region-header-top-rigth #block-eql-identitedusite {
font-size: 1.4rem;
text-transform: uppercase;
}
}
/* 2) MODE DEBUG : voir la version print en écran via body.debug-print */
@media screen {
body.debug-print {
@include print-base();
}
}
-242
View File
@@ -1,242 +0,0 @@
/* -----------------------/*
* Reset CSS Print "Bretzel"
* Made par Alsacréations
/* ---------------------- */
/*
* Ressources et documentations :
* 1- https://www.docuseal.co/blog/css-print-page-style
* 2- https://www.alsacreations.com/astuce/lire/1160-Une-feuille-de-styles-de-base-pour-le-media-print.html
*/
// @media screen{
@media print {
/* Dimension et marges de page */
@page {
size: A4 portrait;
margin: 1.5cm 1.5cm;
// @bottom-center {
// content: "Page " counter(page) " / " counter(pages);
// }
}
// @page:first {
// @top-center {
// content: "Titre du document";
// font-size: 14pt;
// font-weight: bold;
// }
// }
/* Reset général */
* {
all: unset;
display: revert;
box-sizing: border-box;
}
img {
max-width: 100%;
}
input,
textarea,
select {
all: revert;
}
/* On redéfinit les styles globaux (12pt = 16px) */
body {
width: auto;
margin: 0;
font-family: serif;
font-size: 12pt;
font-family: Georgia, serif;
line-height: 1.5;
color: #000000 !important;
background-color: #ffffff !important;
}
// #fotter-bottom{
// box-shadow: none !important;
// border-top: rgba($color: #000000, $alpha: 0.5);
// a[href^="http"]:after,
// a[href^="https"]:after {
// content: "";
// }
// }
.back-cover{
break-before: page;
// margin-top: 55rem;
display: flex;
flex-direction: column ;
justify-content: center;
.region{
h2{
margin-top: 0;
color: $blue-dark;
font-size: 1.2rem;
}
}
.view-id-partenaires{
.view-content {
img{
width: 5rem;
height: auto;
}
a[href^="http"]:after{display: none;}
}
.views-row-wrapper{
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
}
}
/* Espacements typographiques (15pt = 20px) */
p,
blockquote,
label,
ul,
ol {
margin-block: 0 15pt;
}
p:last-child {
margin-bottom: 0;
}
/* Titrages (24pt = 32px) */
h1 {
margin-block: 0 24pt;
font-weight: 700;
font-size: 18pt;
line-height: 1.1;
}
h2 {
margin-block: 0 18pt;
font-weight: 700;
font-size: 16pt;
line-height: 1.1;
}
h3 {
margin-block: 0 15pt;
font-weight: 700;
font-size: 14pt;
}
h4 {
margin-block: 0 12pt;
font-weight: 700;
font-size: 12pt;
}
/* Classes dédiées print / no-print */
.print {
display: revert;
}
.no-print {
display: none;
}
/* Pas de veuves ou orphelines (3 lignes minimum) */
p,
blockquote {
orphans: 3;
widows: 3;
}
/* Pas de saut de page au sein de ces éléments */
blockquote,
ul,
ol,
figure,
table,
.paragraph,
footer,
.top_top,
.top_bottom {
page-break-inside: avoid;
}
/* Pas de saut de page après ces éléments */
h1,
h2,
h3,
h4,
caption,
.field--name-field-titre {
page-break-after: avoid;
}
/* Styles des liens */
a,
a:link,
a:visited {
background: transparent !important;
color: unset;
font-weight: 700;
text-decoration: underline !important;
}
/* On affiche l'URL des liens externes */
a[href^="http"]:after,
a[href^="https"]:after {
content: " (" attr(href) ")";
}
/* On masque les vidéos, header et menu de navigation */
video,
object,
iframe,
header,
nav {
display: none !important;
width: 0 !important;
height: 0 !important;
overflow: hidden !important;
}
/* Style page projet */
.page-node-type-projet{
.layout__region--top{
width: 100% !important;
padding-top: 0rem !important;
.top_top{
flex-direction: column !important;
.block-entity-fieldnodefield-photo{
width: 100% !important;
}
.slick-dots, .slick-arrow{
display: none;
}
// .slick-list{
// overflow: visible;
// .slick-track{
// display: flex;
// flex-direction: row;
// flex-wrap: wrap;
// width: 100%;
// }
// }
.top_right{
width: 100% !important;
}
}
.top_bottom{
width: 100% !important;
}
}
.layout__region--first{
display: none;
}
.layout__region--second{
flex: 0 1 100% !important;
}
}
}
+2
View File
@@ -19,6 +19,8 @@
@import "global/_print";
/*pages*/
/*
@import "pages/partials/header_footer";
+162 -14
View File
@@ -1,41 +1,189 @@
// const webpack = require("webpack");
// const path = require("path");
// let config = {
// mode: 'development',
// entry: [
// "./scripts/main.js",
// "./scripts/extlink.js",
// "./scss/styles.scss",
// ],
// output: {
// path: path.resolve(__dirname, "./dist/assets"),
// filename: "./bundle.js"
// },
// module: {
// rules: [
// {
// test: /\.scss$/i,
// use: [
// {
// loader: 'file-loader',
// options: {
// name: './css/bundle.css',
// }
// },
// // Compile le Sass en CSS
// "sass-loader"
// ],
// },
// ],
// }
// }
// module.exports = config;
// const webpack = require("webpack");
// const path = require("path");
// const MiniCssExtractPlugin = require("mini-css-extract-plugin");
// let config = {
// mode: 'development',
// entry: [
// "./scripts/main.js",
// "./scripts/extlink.js",
// "./scss/styles.scss",
// ],
// output: {
// path: path.resolve(__dirname, "./dist/assets"),
// filename: "./bundle.js",
// },
// module: {
// rules: [
// {
// test: /\.scss$/i,
// use: [
// // Extract CSS to a separate file (instead of injecting with <style>)
// MiniCssExtractPlugin.loader,
// {
// loader: "css-loader",
// options: {
// // Optional: if you don't want url() handling
// // url: false,
// },
// },
// {
// loader: "sass-loader",
// options: {
// // Use Dart Sass and its modern JS API
// implementation: require("sass"),
// },
// },
// ],
// },
// ],
// },
// plugins: [
// new MiniCssExtractPlugin({
// filename: "./css/bundle.css", // same output path/name you had
// }),
// ],
// };
// module.exports = config;
const webpack = require("webpack");
const path = require("path");
const MiniCssExtractPlugin = require("mini-css-extract-plugin");
const CopyWebpackPlugin = require("copy-webpack-plugin");
let config = {
mode: 'development',
mode: "development",
entry: [
"./scripts/main.js",
"./scripts/extlink.js",
"./scripts/print.js",
"./scss/styles.scss",
],
output: {
path: path.resolve(__dirname, "./dist/assets"),
filename: "./bundle.js"
filename: "./bundle.js",
clean: true, // optional: clean dist between builds
},
module: {
rules: [
// SCSS → CSS
{
test: /\.scss$/i,
use: [
MiniCssExtractPlugin.loader,
{
loader: 'file-loader',
loader: "css-loader",
options: {
name: './css/bundle.css',
}
url: false, // 👈 keep url(...) unchanged
importLoaders: 1,
// url: true by default, so url(...) will be processed
},
},
{
loader: "sass-loader",
options: {
implementation: require("sass"), // Dart Sass, modern API
},
},
// Compile le Sass en CSS
"sass-loader"
],
},
// Images in CSS (and JS)
{
test: /\.(png|jpe?g|gif|svg|webp)$/i,
type: "asset/resource",
generator: {
filename: "./images/[name][hash][ext][query]",
},
},
// Fonts (if you use any)
{
test: /\.(woff2?|eot|ttf|otf)$/i,
type: "asset/resource",
generator: {
filename: "./fonts/[name][hash][ext][query]",
},
},
],
}
}
},
plugins: [
new MiniCssExtractPlugin({
filename: "./css/bundle.css", // same as before
}),
new CopyWebpackPlugin({
patterns: [
{
from: path.resolve(__dirname, "./fonts"),
to: "./fonts",
},
{
from: path.resolve(__dirname, "./images"),
to: "./images",
},
],
}),
],
// So you actually see what the 11 errors are if something else happens
stats: {
errorDetails: true,
},
};
module.exports = config;
module.exports = config;