add theme for haute-garonne (cd31) (#32283)

This commit is contained in:
Frédéric Péters 2019-04-15 18:01:50 +02:00
parent d625c6e444
commit efe8e7230b
17 changed files with 1087 additions and 0 deletions

View File

@ -0,0 +1,542 @@
%button {
@extend %button;
box-shadow: none;
border: 0px solid $button-background;
border-right-color: transparent;
border-width: 0px 20px;
padding-left: 10px;
padding-right: 10px;
text-transform: uppercase;
&:hover {
border-left-color: $button-background;
box-shadow: none;
}
&:active {
border-left-color: transparent;
}
}
a:hover {
color: $primary-color;
}
footer a:hover {
color: white;
text-decoration: underline;
}
div#header-wrapper {
position: relative;
z-index: 105;
}
@media screen and (max-width: $mobile-limit) {
div#header {
background: $primary-color;
}
}
div#header h1 {
position: absolute;
@media screen and (max-width: $mobile-limit) {
position: static;
}
a {
text-indent: -10000px;
display: block;
height: 150px;
width: 100px;
background: url(img/CD31-logo-rvb.svg) top left no-repeat;
background-size: cover;
}
}
nav {
background: $primary-color;
#nav > ul {
margin-left: 180px;
padding-top: 30px;
padding-bottom: 25px;
@media screen and (max-width: $mobile-limit) {
padding: 0;
margin-left: 0;
}
a {
text-transform: uppercase;
font-size: 16px;
font-weight: 600;
}
}
@media screen and (max-width: $mobile-limit) {
background: transparent;
}
}
#toplinks {
top: 40px;
background: $jaune;
box-shadow: none;
border: none;
border-radius: 0;
padding: 0;
a {
background: transparent url(img/picto-cadenas.svg) 5px 50% no-repeat;
background-size: 35px 35px;
font-weight: 600;
color: black;
padding: 20px 10px 14px 50px;
display: inline-block;
&.registration {
padding-left: 10px;
background: transparent;
@media screen and (max-width: $mobile-limit) {
display: none;
}
}
}
@media screen and (max-width: $mobile-limit) {
min-width: 130px;
right: 10px;
}
}
body.has-picture nav::after {
top: 0;
}
div#main-content-wrapper {
margin-top: 2rem;
@media screen and (max-width: $mobile-limit) {
margin-top: 0;
}
}
div#welcome {
display: flex;
@media screen and (max-width: $mobile-limit) {
flex-direction: column;
}
div#carrousel {
width: 700px;
flex: 1;
@media screen and (max-width: $mobile-limit) {
width: auto;
}
}
div.textcell {
box-sizing: border-box;
margin-left: 20px;
padding: 20px;
width: 350px;
box-shadow: 0 5px 5px 5px #eee;
border-bottom: 5px solid $primary-color;
@media screen and (max-width: $mobile-limit) {
width: auto;
margin-left: 0;
}
h2:first-child {
margin-top: 0;
}
}
margin-bottom: 1rem;
}
div.carrousel-content input + div div.carrousel-item div.carrousel-item-content {
left: 0;
bottom: 3rem;
width: 100%;
height: 7rem;
background: rgba(0, 0, 0, 0.5);
padding: 1rem;
box-sizing: border-box;
strong {
font-size: $title-font-size;
font-weight: 600;
line-height: 120%;
}
}
div#vos-demarches {
border-bottom: 2px solid $primary-color;
margin-bottom: 3rem;
h1 {
background: white;
padding-top: 0;
margin-top: 0;
display: inline-block;
position: relative;
top: 25px;
@extend %title;
border-bottom: 0;
}
}
div.gru-content div.cell {
margin-bottom: 2rem;
}
.gru-content .cell.wcsformsofcategorycell {
h2:first-child {
font-weight: normal;
border-bottom: 0;
}
&.foldable {
box-shadow: 0 0 5px 5px #eee;
}
&.foldable.folded {
box-shadow: none;
h2 {
background: $primary-color;
color: white;
}
}
a {
&:hover {
color: $primary-color;
}
}
div.description {
display: none;
}
}
div#rub_service div.category ul,
div#services > ul > li > ul,
div#account-management ul,
div.links-list ul,
div.menucell ul,
div.wcsformcell,
div.notificationscell ul,
div.categoriescell ul,
div.wcsformsofcategorycell ul,
div.wcscurrentdraftscell ul,
div.wcscurrentformscell ul {
& > li > a {
padding: 0.5rem 1rem 0.5rem 2rem;
&::before {
content: "> ";
position: absolute;
left: 1rem;
}
&:hover {
color: $primary-color;
}
}
}
$cell_colors: ( ("bleu", $bleu),
("violet", $violet),
("bleufonce", $bleufonce),
("bleuclair", $bleuclair),
("jaune", $jaune),
("orange", $orange) );
@each $color_class, $color in $cell_colors {
#content div.cell.#{$color_class} {
h2 {
color: $color;
border-color: $color;
}
button {
background: $color;
border-left-color: $color;
&:hover {
border-left-color: $color;
}
}
input {
border-color: $color;
}
&.inverse {
background: $color;
color: white;
h2 {
color: white;
}
button {
border: 1px solid white;
}
a {
&:hover {
color: white;
text-decoration: underline;
}
}
}
&.ombre {
box-shadow: 0 5px 5px 5px #eee;
}
}
}
#content div.feedcell {
h2 {
background: url(img/picto-rss.svg) left center no-repeat;
background-size: 30px 30px;
padding-left: 40px;
}
div {
padding-left: 0;
padding-right: 0;
}
}
#content div.searchcell {
h2 {
background: url(img/picto-loupe.svg) left center no-repeat;
background-size: 30px 30px;
padding-left: 40px;
}
button {
width: 100%;
}
}
#content div.mon-compte {
h2 {
background: url(img/picto-mon-compte.svg) left center no-repeat;
background-size: 30px 30px;
padding-left: 40px;
}
}
#content div.trackingcodeinputcell {
h2 {
background: url(img/picto-code-suivi.svg) left top no-repeat;
background-size: 120px 80px;
padding-left: 120px;
font-size: 22px;
}
form {
display: flex;
input {
margin-right: 1rem;
}
}
padding-bottom: 0.5rem;
}
body.has-picture {
div#rub_service {
& > h2 {
color: white;
border: 0;
text-align: left;
position: absolute;
top: -200px;
font-size: 37px;
text-transform: uppercase;
@media screen and (max-width: $mobile-limit) {
top: 200px;
padding-left: 0.5rem;
}
}
}
}
div#rub_service {
font-size: 16px;
form {
h3 {
@extend %title;
padding-left: 0;
}
}
div.widget div.title label {
color: $primary-color;
font-weight: 600;
}
}
form.quixote div.buttons {
border-top: 1px solid $primary-color;
padding-top: 2rem;
button {
text-transform: uppercase;
font-weight: 600;
}
.submit-button {
button::after {
content: " >";
}
}
.cancel-button {
float: right;
button {
margin-right: 0;
padding-right: 0;
color: black;
background: transparent;
border: 0;
&:hover {
}
}
}
.previous-button {
float: left;
button::before {
content: "< ";
}
}
}
div#tracking-code {
h3 {
background: url(img/picto-code-suivi-violet.svg) left top no-repeat;
background-size: 120px 80px;
color: $violet;
border-bottom: 0;
padding-left: 110px;
font-size: 22px;
}
a {
margin-top: 1rem;
display: block;
text-align: center;
background: $violet;
color: white;
padding-bottom: 4px;
font-size: 27px;
text-decoration: underline;
}
@media screen and (max-width: $mobile-limit) {
div.tracking-code-part {
display: flex;
h3, a {
display: inline-block;
font-size: 18px;
}
a {
padding: 2px;
margin: 1rem;
}
}
}
}
div#gauche {
width: 23%;
@media screen and (max-width: $mobile-limit) {
width: auto;
}
& + div#rub_service {
width: 75%;
@media screen and (max-width: $mobile-limit) {
width: auto;
}
}
}
div#steps {
ol {
li {
position: relative;
overflow: visible;
border: none;
span.marker {
display: inline-block;
position: absolute;
left: 0;
border-radius: 100%;
background: #b6b6b6;
box-shadow: 0 0 0 4px white;
text-align: center;
width: 60px;
height: 60px;
line-height: 60px;
color: white;
&::after {
content: "";
height: 36px;
width: 1px;
position: absolute;
left: 30px;
bottom: -40px;
background: #b6b6b6;
}
}
span.label {
display: inline-block;
margin-left: 70px;
margin-top: 20px;
font-weight: 600;
color: black;
}
padding-bottom: 2rem;
&.step-before, &.current {
span.marker {
background: $primary-color;
}
span.label {
font-weight: 600;
}
}
&.step-before {
span.marker {
&::after {
background: $primary-color;
}
}
}
&.last {
span.marker {
&::after {
content: none;
}
}
}
@media screen and (max-width: $mobile-limit) {
&.step-before, &.step-after {
display: none;
}
&.current {
span.marker {
border-radius: 100%;
padding: 0;
border: 0;
color: white;
}
}
}
}
}
}
@media screen and (max-width: $mobile-limit) {
body.has-picture nav::after {
height: 200px;
margin-top: -6px;
}
}
div.textcell {
h1 {
font-size: 37px;
font-weight: 600;
text-transform: uppercase;
}
h2 {
font-size: 27px;
font-weight: 600;
}
}
.gru-content div.wcsformcell {
padding: 0.5rem 1rem 0.1rem 1rem;
a {
font-weight: 600;
}
}
#pwa-navigation {
text-transform: uppercase;
a {
background-position: 50% 10px;
padding-top: 38px;
span {
font-size: 11px;
}
}
}

View File

@ -0,0 +1,53 @@
@import '../includes/font-poppins';
$bleu: #00789b;
$violet: #732378;
$bleufonce: #323282;
$bleuclair: #00A0E1;
$jaune: #FFD700;
$orange: #E67300;
$font-color: black;
$font-family: Poppins, sans-seri;
$font-size: 14px;
$link-color: inherit;
$primary-color: $bleu;
$border-radius: 0px;
$width: 1135px;
$sidebar-position: right;
$nav-background: $primary-color;
$nav-color: white;
$nav-active-color: $primary-color;
$nav-after-image-height: 280px;
$nav-mobile-bottom-bar-background: $primary-color;
$nav-mobile-bottom-bar-item-hover-background: $bleufonce;
$title-background: transparent;
$title-color: $primary-color;
$title-font-size: 27px;
$title-weight: 600;
$title-border-bottom: 2px solid $primary-color;
$widget-focus-background: white;
$button-background: $primary-color;
$button-color: white;
$button-hover-background: black;
$cell-border: none;
$footer-background: $primary-color;
$footer-color: white;
$carrousel-height: 400px;
$carrousel-text-position: bottom-left;
$carrousel-navigation: none;
$cell-entry-hover-background: white;
$cell-entry-border-color: transparent;
$cell-image-position: top;
$cell-image-padding: 0;
$form-sidebar-position: right;

View File

@ -0,0 +1,7 @@
{
"label": "Haute-Garonne (CD31)",
"variables": {
"pwa_display": "standalone",
"theme_color": "#00789b"
}
}

View File

@ -0,0 +1,176 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 283.5 382.7" style="enable-background:new 0 0 283.5 382.7;" xml:space="preserve">
<style type="text/css">
.st0{fill:#00789B;}
.st1{fill:#FFFFFF;}
.st2{fill:#722278;}
.st3{fill:#313483;}
.st4{fill:#00A2E2;}
.st5{fill:#A5BF00;}
.st6{fill:#FFD600;}
.st7{fill:#E77400;}
.st8{fill:#DB3943;}
.st9{fill:#B2D8E2;}
.st10{clip-path:url(#SVGID_2_);fill:#FFFFFF;}
</style>
<g>
<g>
<g>
<path class="st0" d="M281.6,317c0,9.2-7.5,16.7-16.7,16.7H18.8c-9.2,0-16.7-7.5-16.7-16.7V22.5c0-11.2,9-19,20-17.5l242.8,35
c9.2,0,16.7,7.5,16.7,16.7V317z"/>
<polygon class="st0" points="48.1,327.8 49.3,379.7 117.7,329 "/>
</g>
</g>
<g>
<path class="st1" d="M204.6,138.1c4.9-8.8,7.7-22.6,6.7-36.2c-1-13.6-6.9-18.9-12.7-19.9c-5.7-1-26.8-2.6-54.1,63
c-27.4,65.6-13.7,88.4,6.5,89.9c5.8,0.1,15.1-1.2,21.7-10.5c-3.8,10.6-4.9,19.5-0.8,26.5c4.9-5.1,8.1-4.9,9.7-8.4
c1.7-3.5,20.6-74.9,20.6-74.9c2-0.2,3.8-2.5,5-4.8c1.2-2.3,6-9.9,6-9.9c-17.6,2.7-43.1,9.6-44.3,11.1c-1.2,1.5-3.8,7.5-3.5,10.9
c0.3,3.5,7.6,2.8,11.8,2c4.1-0.8,12.4-5.3,12.4-5.3c-6.5,18.1-17.9,55.7-37.5,54.2c-19.6-1.5-5-45.6,6.3-72.8
c11.3-27.2,28.9-55.8,35.1-54.5C204.1,100.6,193.6,134.1,204.6,138.1z"/>
</g>
<g>
<path class="st1" d="M32.4,291c-0.3,0.1-1.6,0.3-3.1,0.3c-2.4,0-5.6-1.2-5.6-6v-2.9c0-4.9,3.2-6,5.6-6c1.5,0,2.8,0.2,3.1,0.3
c0.3,0.1,0.4,0.2,0.4,0.5v1.3c0,0.2-0.1,0.4-0.4,0.4c0,0,0,0,0,0c-0.7-0.1-2-0.2-3.1-0.2c-1.7,0-2.9,0.9-2.9,3.7v2.9
c0,2.7,1.2,3.7,2.9,3.7c1,0,2.4-0.1,3.1-0.2c0,0,0,0,0,0c0.3,0,0.4,0.2,0.4,0.4v1.3C32.9,290.9,32.7,291,32.4,291z"/>
<path class="st1" d="M40,291.3c-3.2,0-5.6-1.8-5.6-6.1v-2.7c0-4.3,2.4-6.1,5.6-6.1c3.3,0,5.6,1.8,5.6,6.1v2.7
C45.6,289.5,43.2,291.3,40,291.3z M42.8,282.5c0-2.6-0.9-3.8-2.9-3.8c-1.9,0-2.9,1.2-2.9,3.8v2.7c0,2.6,0.9,3.8,2.9,3.8
c1.9,0,2.9-1.2,2.9-3.8V282.5z"/>
<path class="st1" d="M58.4,291.2h-2c-0.5,0-0.9,0-1.2-0.7l-4.4-9.6c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.1,0-0.1,0.2v9.9
c0,0.2-0.2,0.4-0.4,0.4h-1.7c-0.2,0-0.4-0.2-0.4-0.4v-13.5c0-0.4,0.4-0.8,0.8-0.8h2.1c0.4,0,0.6,0.1,0.9,0.6l4.6,10.1
c0,0.1,0.1,0.2,0.2,0.2c0,0,0.1-0.1,0.1-0.2v-10.4c0-0.2,0.2-0.4,0.4-0.4h1.7c0.2,0,0.4,0.2,0.4,0.4v13.5
C59.2,290.8,58.9,291.2,58.4,291.2z"/>
<path class="st1" d="M65.9,291.3c-1.5,0-2.5-0.1-3.5-0.4c-0.2,0-0.4-0.2-0.4-0.4v-1.4c0-0.2,0.2-0.4,0.4-0.4c0,0,0,0,0,0
c0.8,0.1,2.8,0.2,3.5,0.2c1.8,0,2.3-0.6,2.3-1.8c0-0.8-0.4-1.2-1.7-1.9l-2.6-1.6c-1.8-1.1-2.3-2.2-2.3-3.6c0-2.2,1.3-3.7,4.9-3.7
c1.3,0,3.1,0.2,3.8,0.4c0.2,0,0.4,0.2,0.4,0.4v1.5c0,0.2-0.1,0.4-0.3,0.4c0,0,0,0,0,0c-1.3-0.1-2.6-0.2-3.9-0.2
c-1.5,0-2.1,0.5-2.1,1.4c0,0.7,0.3,1,1.6,1.8l2.4,1.3c2.2,1.2,2.7,2.5,2.7,4C71,289.2,69.8,291.3,65.9,291.3z"/>
<path class="st1" d="M81.7,291.1c-0.6,0.1-1.4,0.3-3.7,0.3c-2.6,0-4.6-0.7-4.6-4v-6.9c0-3.3,2-4,4.6-4c2.3,0,3.1,0.2,3.7,0.3
c0.3,0,0.4,0.1,0.4,0.4v1.3c0,0.2-0.2,0.4-0.4,0.4h-4c-1.1,0-1.6,0.4-1.6,1.7v2.1h5.3c0.2,0,0.4,0.2,0.4,0.4v1.4
c0,0.2-0.2,0.4-0.4,0.4h-5.3v2.5c0,1.3,0.4,1.7,1.6,1.7h4c0.2,0,0.4,0.2,0.4,0.4v1.3C82.1,290.9,82,291,81.7,291.1z"/>
<path class="st1" d="M87.1,291.2h-2c-0.2,0-0.4-0.2-0.4-0.4v-13.9c0-0.2,0.2-0.4,0.4-0.4h2c0.2,0,0.4,0.2,0.4,0.4v13.9
C87.5,291,87.3,291.2,87.1,291.2z"/>
<path class="st1" d="M98.3,291.1c-0.6,0.1-2.3,0.3-3.3,0.3c-2.6,0-4.6-0.7-4.6-4v-10.4c0-0.2,0.2-0.4,0.4-0.4h2
c0.2,0,0.4,0.2,0.4,0.4v10.4c0,1.3,0.4,1.7,1.5,1.7h3.6c0.2,0,0.4,0.2,0.4,0.4v1.3C98.7,290.9,98.6,291,98.3,291.1z"/>
<path class="st1" d="M109.9,291.3c-1.4,0-3.3-0.1-3.9-0.2c-0.3-0.1-0.5-0.2-0.5-0.6v-13.3c0-0.4,0.2-0.6,0.5-0.6
c0.6-0.1,2.5-0.2,3.9-0.2c3.9,0,6.2,2.1,6.2,6v2.9C116.1,289.2,113.9,291.3,109.9,291.3z M113.4,282.4c0-3-1.5-3.7-3.5-3.7
c-0.7,0-1.2,0-1.7,0.1V289c0.4,0,0.9,0.1,1.7,0.1c2,0,3.5-0.8,3.5-3.7V282.4z"/>
<path class="st1" d="M127,291.1c-0.6,0.1-1.4,0.3-3.7,0.3c-2.6,0-4.6-0.7-4.6-4v-6.9c0-3.3,2-4,4.6-4c2.3,0,3.1,0.2,3.7,0.3
c0.3,0,0.4,0.1,0.4,0.4v1.3c0,0.2-0.2,0.4-0.4,0.4h-4c-1.1,0-1.6,0.4-1.6,1.7v2.1h5.3c0.2,0,0.4,0.2,0.4,0.4v1.4
c0,0.2-0.2,0.4-0.4,0.4h-5.3v2.5c0,1.3,0.4,1.7,1.6,1.7h4c0.2,0,0.4,0.2,0.4,0.4v1.3C127.4,290.9,127.3,291,127,291.1z
M126.1,272.9l-2.3,2.4c-0.2,0.2-0.2,0.3-0.5,0.3h-1.7c-0.1,0-0.2-0.1-0.2-0.1c0-0.1,0-0.1,0.1-0.2l1.9-2.4
c0.2-0.2,0.3-0.3,0.5-0.3h2.1c0.1,0,0.2,0.1,0.2,0.1C126.1,272.7,126.1,272.8,126.1,272.9z"/>
<path class="st1" d="M134.5,285.7c-0.5,0-1.3-0.1-1.8-0.1v5.1c0,0.2-0.2,0.4-0.4,0.4h-2c-0.2,0-0.4-0.2-0.4-0.4v-13.6
c0-0.4,0.2-0.5,0.6-0.6c1-0.2,2.4-0.3,3.9-0.3c3,0,5.7,1.1,5.7,4.6v0.2C140.2,284.6,137.6,285.7,134.5,285.7z M137.5,280.9
c0-1.7-1-2.3-3-2.3c-0.4,0-1.4,0-1.8,0.1v4.7c0.3,0,1.4,0.1,1.8,0.1c2.1,0,3-0.8,3-2.4V280.9z"/>
<path class="st1" d="M151.8,291.2h-2.1c-0.2,0-0.3-0.2-0.4-0.3l-0.9-3.7h-4.5l-0.9,3.7c0,0.2-0.2,0.3-0.4,0.3h-2.1
c-0.2,0-0.4-0.1-0.4-0.3c0,0,0-0.1,0-0.1l3.2-12.4c0.5-1.8,1.9-2,2.7-2c0.8,0,2.3,0.2,2.7,2l3.2,12.4c0,0,0,0.1,0,0.1
C152.2,291.1,152,291.2,151.8,291.2z M146.5,279c-0.1-0.2-0.1-0.3-0.3-0.3c-0.2,0-0.3,0.1-0.3,0.3l-1.4,5.9h3.5L146.5,279z"/>
<path class="st1" d="M164.4,291.2H162c-0.2,0-0.3-0.2-0.4-0.4l-2.8-5.3h-0.3c-0.5,0-1.3-0.1-1.8-0.1v5.3c0,0.2-0.2,0.4-0.4,0.4h-2
c-0.2,0-0.4-0.2-0.4-0.4v-13.6c0-0.4,0.2-0.5,0.6-0.6c1-0.2,2.4-0.3,3.9-0.3c3,0,5.7,1.1,5.7,4.5v0.2c0,2.1-1,3.4-2.7,4l3.1,5.8
c0,0.1,0,0.1,0,0.2C164.6,291.1,164.6,291.2,164.4,291.2z M161.5,280.9c0-1.5-1-2.1-3-2.1c-0.4,0-1.4,0-1.8,0.1v4.4
c0.3,0,1.4,0.1,1.8,0.1c2,0,3-0.6,3-2.3V280.9z"/>
<path class="st1" d="M175.2,278.8h-3.4v12c0,0.2-0.2,0.4-0.4,0.4h-2c-0.2,0-0.4-0.2-0.4-0.4v-12h-3.4c-0.2,0-0.4-0.1-0.4-0.4v-1.6
c0-0.2,0.2-0.4,0.4-0.4h9.6c0.2,0,0.4,0.2,0.4,0.4v1.6C175.6,278.7,175.4,278.8,175.2,278.8z"/>
<path class="st1" d="M185.4,291.1c-0.6,0.1-1.4,0.3-3.7,0.3c-2.6,0-4.6-0.7-4.6-4v-6.9c0-3.3,2-4,4.6-4c2.3,0,3.1,0.2,3.7,0.3
c0.3,0,0.4,0.1,0.4,0.4v1.3c0,0.2-0.2,0.4-0.4,0.4h-4c-1.1,0-1.6,0.4-1.6,1.7v2.1h5.3c0.2,0,0.4,0.2,0.4,0.4v1.4
c0,0.2-0.2,0.4-0.4,0.4h-5.3v2.5c0,1.3,0.4,1.7,1.6,1.7h4c0.2,0,0.4,0.2,0.4,0.4v1.3C185.8,290.9,185.7,291,185.4,291.1z"/>
<path class="st1" d="M200.7,291.2h-2c-0.2,0-0.3-0.2-0.3-0.4v-9.2c0-0.1,0-0.2-0.1-0.2c0,0-0.1,0.1-0.1,0.1l-1.9,3.8
c-0.1,0.2-0.4,0.3-0.6,0.3h-2c-0.3,0-0.5-0.1-0.6-0.3l-1.9-3.8c0-0.1-0.1-0.1-0.1-0.1c0,0-0.1,0.1-0.1,0.2v9.2
c0,0.2-0.1,0.4-0.3,0.4h-2c-0.2,0-0.3-0.1-0.3-0.3v-13.6c0-0.4,0.4-0.8,0.8-0.8h1.6c0.3,0,0.6,0.2,0.7,0.5l3,6
c0.1,0.2,0.1,0.3,0.2,0.3s0.1-0.1,0.2-0.3l3-6c0.1-0.3,0.4-0.5,0.7-0.5h1.6c0.4,0,0.8,0.4,0.8,0.8v13.6
C201.1,291.1,200.9,291.2,200.7,291.2z"/>
<path class="st1" d="M212.3,291.1c-0.6,0.1-1.4,0.3-3.7,0.3c-2.6,0-4.6-0.7-4.6-4v-6.9c0-3.3,2-4,4.6-4c2.3,0,3.1,0.2,3.7,0.3
c0.3,0,0.4,0.1,0.4,0.4v1.3c0,0.2-0.2,0.4-0.4,0.4h-4c-1.1,0-1.6,0.4-1.6,1.7v2.1h5.3c0.2,0,0.4,0.2,0.4,0.4v1.4
c0,0.2-0.2,0.4-0.4,0.4h-5.3v2.5c0,1.3,0.4,1.7,1.6,1.7h4c0.2,0,0.4,0.2,0.4,0.4v1.3C212.7,290.9,212.6,291,212.3,291.1z"/>
<path class="st1" d="M225.7,291.2h-2c-0.5,0-0.9,0-1.2-0.7l-4.4-9.6c-0.1-0.1-0.1-0.2-0.2-0.2c-0.1,0-0.1,0-0.1,0.2v9.9
c0,0.2-0.2,0.4-0.4,0.4h-1.7c-0.2,0-0.4-0.2-0.4-0.4v-13.5c0-0.4,0.4-0.8,0.8-0.8h2.1c0.4,0,0.6,0.1,0.9,0.6l4.6,10.1
c0,0.1,0.1,0.2,0.2,0.2c0,0,0.1-0.1,0.1-0.2v-10.4c0-0.2,0.2-0.4,0.4-0.4h1.7c0.2,0,0.4,0.2,0.4,0.4v13.5
C226.4,290.8,226.1,291.2,225.7,291.2z"/>
<path class="st1" d="M237.9,278.8h-3.4v12c0,0.2-0.2,0.4-0.4,0.4h-2c-0.2,0-0.4-0.2-0.4-0.4v-12h-3.4c-0.2,0-0.4-0.1-0.4-0.4v-1.6
c0-0.2,0.2-0.4,0.4-0.4h9.6c0.2,0,0.4,0.2,0.4,0.4v1.6C238.3,278.7,238.1,278.8,237.9,278.8z"/>
<path class="st1" d="M249.3,291.2h-2.1c-0.2,0-0.3-0.2-0.4-0.3l-0.9-3.7h-4.5l-0.9,3.7c0,0.2-0.2,0.3-0.4,0.3H238
c-0.2,0-0.4-0.1-0.4-0.3c0,0,0-0.1,0-0.1l3.2-12.4c0.5-1.8,1.9-2,2.7-2c0.8,0,2.3,0.2,2.7,2l3.2,12.4c0,0,0,0.1,0,0.1
C249.6,291.1,249.5,291.2,249.3,291.2z M244,279c-0.1-0.2-0.1-0.3-0.3-0.3c-0.2,0-0.3,0.1-0.3,0.3l-1.4,5.9h3.5L244,279z"/>
<path class="st1" d="M259,291.1c-0.6,0.1-2.3,0.3-3.3,0.3c-2.6,0-4.6-0.7-4.6-4v-10.4c0-0.2,0.2-0.4,0.4-0.4h2
c0.2,0,0.4,0.2,0.4,0.4v10.4c0,1.3,0.4,1.7,1.5,1.7h3.6c0.2,0,0.4,0.2,0.4,0.4v1.3C259.4,290.9,259.3,291,259,291.1z"/>
</g>
<g>
<path class="st1" d="M39.5,315.9h-2.7c-0.3,0-0.5-0.2-0.5-0.5V307h-7.7v8.3c0,0.3-0.2,0.5-0.5,0.5h-2.7c-0.3,0-0.5-0.2-0.5-0.5
v-19.2c0-0.3,0.2-0.5,0.5-0.5H28c0.3,0,0.5,0.2,0.5,0.5v7.5h7.7v-7.5c0-0.3,0.2-0.5,0.5-0.5h2.7c0.3,0,0.5,0.2,0.5,0.5v19.2
C40,315.7,39.8,315.9,39.5,315.9z"/>
<path class="st1" d="M57.3,315.9h-2.9c-0.2,0-0.5-0.2-0.5-0.5l-1.3-5.2h-6.3l-1.3,5.2c-0.1,0.2-0.3,0.5-0.5,0.5h-2.9
c-0.3,0-0.5-0.2-0.5-0.5c0,0,0-0.1,0-0.1l4.5-17.1c0.7-2.5,2.6-2.8,3.8-2.8c1.2,0,3.1,0.2,3.8,2.8l4.5,17.1c0,0.1,0,0.1,0,0.1
C57.8,315.7,57.6,315.9,57.3,315.9z M50,299.1c-0.1-0.3-0.2-0.4-0.4-0.4c-0.3,0-0.4,0.1-0.4,0.4l-2,8.1h4.8L50,299.1z"/>
<path class="st1" d="M65.8,316.1c-4.4,0-7.5-1.9-7.5-7.7v-12.2c0-0.3,0.2-0.5,0.5-0.5h2.7c0.3,0,0.5,0.2,0.5,0.5v12.2
c0,3.1,0.8,4.6,3.7,4.6c2.9,0,3.7-1.5,3.7-4.6v-12.2c0-0.3,0.2-0.5,0.5-0.5h2.7c0.3,0,0.5,0.2,0.5,0.5v12.2
C73.3,314.2,70.2,316.1,65.8,316.1z"/>
<path class="st1" d="M88.4,298.8h-4.8v16.5c0,0.3-0.2,0.5-0.5,0.5h-2.7c-0.3,0-0.5-0.2-0.5-0.5v-16.5h-4.8c-0.3,0-0.5-0.2-0.5-0.5
v-2.2c0-0.3,0.2-0.5,0.5-0.5h13.3c0.3,0,0.5,0.2,0.5,0.5v2.2C88.9,298.6,88.7,298.8,88.4,298.8z"/>
<path class="st1" d="M101.1,315.7c-0.9,0.1-1.9,0.4-5.2,0.4c-3.5,0-6.3-1-6.3-5.6V301c0-4.6,2.8-5.6,6.3-5.6
c3.2,0,4.3,0.2,5.2,0.4c0.4,0.1,0.5,0.2,0.5,0.6v1.7c0,0.3-0.2,0.5-0.5,0.5h-5.6c-1.6,0-2.2,0.5-2.2,2.3v2.9h7.4
c0.3,0,0.5,0.2,0.5,0.5v2c0,0.3-0.2,0.5-0.5,0.5h-7.4v3.5c0,1.8,0.6,2.3,2.2,2.3h5.6c0.3,0,0.5,0.2,0.5,0.5v1.7
C101.6,315.5,101.5,315.7,101.1,315.7z"/>
<path class="st1" d="M109,308.9h-5.3c-0.3,0-0.5-0.2-0.5-0.5v-1.7c0-0.3,0.2-0.5,0.5-0.5h5.3c0.3,0,0.5,0.2,0.5,0.5v1.7
C109.5,308.7,109.3,308.9,109,308.9z"/>
<path class="st1" d="M124,315.7c-1.4,0.3-3.1,0.5-5.9,0.5c-2.9,0-7.3-1.9-7.3-8.4v-3.9c0-6.5,4.1-8.4,7.4-8.4c2.6,0,5,0.3,5.9,0.5
c0.4,0.1,0.5,0.2,0.5,0.6v1.8c0,0.4-0.1,0.6-0.5,0.6c0,0-0.1,0-0.1,0c-1.3-0.1-3.1-0.2-5.8-0.2c-1.8,0-3.6,1.3-3.6,5.2v3.9
c0,3.9,1.9,5.1,3.5,5.1c1,0,1.9,0,2.7-0.1v-6.9c0-0.3,0.2-0.5,0.5-0.5h2.7c0.3,0,0.5,0.2,0.5,0.5v9.2
C124.6,315.4,124.4,315.6,124,315.7z"/>
<path class="st1" d="M141.8,315.9h-2.9c-0.2,0-0.5-0.2-0.5-0.5l-1.3-5.2h-6.3l-1.3,5.2c-0.1,0.2-0.3,0.5-0.5,0.5h-2.9
c-0.3,0-0.5-0.2-0.5-0.5c0,0,0-0.1,0-0.1l4.5-17.1c0.7-2.5,2.6-2.8,3.8-2.8c1.2,0,3.1,0.2,3.8,2.8l4.5,17.1c0,0.1,0,0.1,0,0.1
C142.3,315.7,142.1,315.9,141.8,315.9z M134.5,299.1c-0.1-0.3-0.2-0.4-0.4-0.4c-0.3,0-0.4,0.1-0.4,0.4l-2,8.1h4.8L134.5,299.1z"/>
<path class="st1" d="M157.9,315.9h-3.3c-0.3,0-0.4-0.3-0.5-0.5l-3.9-7.3h-0.4c-0.7,0-1.8-0.1-2.4-0.1v7.4c0,0.3-0.2,0.5-0.5,0.5
h-2.7c-0.3,0-0.5-0.2-0.5-0.5v-18.8c0-0.5,0.3-0.7,0.9-0.8c1.4-0.2,3.4-0.4,5.3-0.4c4.2,0,7.8,1.5,7.8,6.2v0.2
c0,2.9-1.4,4.7-3.7,5.6l4.3,8c0.1,0.1,0.1,0.2,0.1,0.2C158.2,315.8,158.1,315.9,157.9,315.9z M153.8,301.6c0-2-1.4-2.9-4.1-2.9
c-0.6,0-1.9,0.1-2.4,0.1v6.1c0.4,0,2,0.1,2.4,0.1c2.8,0,4.1-0.8,4.1-3.2V301.6z"/>
<path class="st1" d="M166.6,316.1c-4.5,0-7.8-2.5-7.8-8.5v-3.7c0-6,3.3-8.5,7.8-8.5c4.5,0,7.8,2.5,7.8,8.5v3.7
C174.4,313.6,171.1,316.1,166.6,316.1z M170.6,303.9c0-3.6-1.3-5.2-4-5.2s-4,1.6-4,5.2v3.7c0,3.6,1.3,5.2,4,5.2s4-1.6,4-5.2V303.9
z"/>
<path class="st1" d="M190.8,315.9H188c-0.7,0-1.2,0-1.7-1l-6-13.3c-0.1-0.2-0.2-0.2-0.2-0.2c-0.1,0-0.1,0.1-0.1,0.2v13.7
c0,0.3-0.2,0.5-0.5,0.5h-2.3c-0.3,0-0.5-0.2-0.5-0.5v-18.6c0-0.6,0.5-1.1,1.1-1.1h2.9c0.6,0,0.9,0.2,1.2,0.9l6.3,14
c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0,0.1-0.1,0.1-0.2v-14.3c0-0.3,0.2-0.5,0.5-0.5h2.3c0.3,0,0.5,0.2,0.5,0.5v18.6
C191.9,315.4,191.4,315.9,190.8,315.9z"/>
<path class="st1" d="M208.8,315.9h-2.8c-0.7,0-1.2,0-1.7-1l-6-13.3c-0.1-0.2-0.2-0.2-0.2-0.2c-0.1,0-0.1,0.1-0.1,0.2v13.7
c0,0.3-0.2,0.5-0.5,0.5h-2.3c-0.3,0-0.5-0.2-0.5-0.5v-18.6c0-0.6,0.5-1.1,1.1-1.1h2.9c0.6,0,0.9,0.2,1.2,0.9l6.3,14
c0.1,0.1,0.1,0.2,0.2,0.2c0.1,0,0.1-0.1,0.1-0.2v-14.3c0-0.3,0.2-0.5,0.5-0.5h2.3c0.3,0,0.5,0.2,0.5,0.5v18.6
C209.9,315.4,209.4,315.9,208.8,315.9z"/>
<path class="st1" d="M224.1,315.7c-0.9,0.1-1.9,0.4-5.2,0.4c-3.5,0-6.3-1-6.3-5.6V301c0-4.6,2.8-5.6,6.3-5.6
c3.2,0,4.3,0.2,5.2,0.4c0.4,0.1,0.5,0.2,0.5,0.6v1.7c0,0.3-0.2,0.5-0.5,0.5h-5.6c-1.6,0-2.2,0.5-2.2,2.3v2.9h7.4
c0.3,0,0.5,0.2,0.5,0.5v2c0,0.3-0.2,0.5-0.5,0.5h-7.4v3.5c0,1.8,0.6,2.3,2.2,2.3h5.6c0.3,0,0.5,0.2,0.5,0.5v1.7
C224.7,315.5,224.5,315.7,224.1,315.7z"/>
</g>
<rect x="24.8" y="256.4" class="st2" width="30" height="10.4"/>
<rect x="59.1" y="256.4" class="st3" width="30" height="10.4"/>
<rect x="93.4" y="256.4" class="st4" width="29.9" height="10.4"/>
<rect x="127.7" y="256.4" class="st5" width="30" height="10.4"/>
<rect x="162" y="256.4" class="st6" width="29.9" height="10.4"/>
<rect x="196.3" y="256.4" class="st7" width="29.9" height="10.4"/>
<rect x="230.6" y="256.4" class="st8" width="29.9" height="10.4"/>
</g>
<path class="st9" d="M229.7,315.9h-2.4c-0.3,0-0.5-0.2-0.5-0.5v-3.1c0-0.3,0.2-0.5,0.5-0.5h2.4c0.3,0,0.5,0.2,0.5,0.5v3.1
C230.2,315.7,230,315.9,229.7,315.9z"/>
<path class="st9" d="M244.2,298.7h-5.6c-1.6,0-2.2,0.5-2.2,2.3v2.9h7.4c0.3,0,0.5,0.2,0.5,0.5v2c0,0.3-0.2,0.5-0.5,0.5h-7.4v8.3
c0,0.3-0.2,0.5-0.5,0.5h-2.7c-0.3,0-0.5-0.2-0.5-0.5V301c0-4.6,2.8-5.6,6.3-5.6c3.2,0,4.3,0.2,5.2,0.4c0.4,0.1,0.5,0.2,0.5,0.6v1.7
C244.7,298.4,244.5,298.7,244.2,298.7z"/>
<path class="st9" d="M261.4,315.9h-3.3c-0.3,0-0.4-0.3-0.5-0.5l-3.9-7.3h-0.4c-0.7,0-1.8-0.1-2.4-0.1v7.4c0,0.3-0.2,0.5-0.5,0.5
h-2.7c-0.3,0-0.5-0.2-0.5-0.5v-18.8c0-0.5,0.3-0.7,0.9-0.8c1.4-0.2,3.4-0.4,5.3-0.4c4.2,0,7.8,1.5,7.8,6.2v0.2
c0,2.9-1.4,4.7-3.7,5.6l4.3,8c0.1,0.1,0.1,0.2,0.1,0.2C261.7,315.8,261.6,315.9,261.4,315.9z M257.3,301.6c0-2-1.4-2.9-4.1-2.9
c-0.6,0-1.9,0.1-2.4,0.1v6.1c0.4,0,2,0.1,2.4,0.1c2.8,0,4.1-0.8,4.1-3.2V301.6z"/>
<g>
<defs>
<path id="SVGID_1_" d="M281.6,317c0,9.2-7.5,16.7-16.7,16.7H18.8c-9.2,0-16.7-7.5-16.7-16.7V22.5c0-11.2,9-19,20-17.5l242.8,35
c9.2,0,16.7,7.5,16.7,16.7V317z"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<path class="st10" d="M208,63.5c-10.8,1.3-25.4,4.2-40.9,7.7c8.3-22.8,18.8-51.3,20.1-54.1c1.6-3.6,2-7.3,1.3-9.1
c-12.7,14.2-25.9,39.6-38.2,67.2c-8.6,2.1-17.2,4.2-25.3,6.3c5.9-17.6,10.5-33.3,13.2-43.5c0,0-3.1-2.9-4.6-4.4
c-1.5-1.4-3.5-1.5-4.6-1.2c-1.2,0.3-2.7,0.5-6,2.7c-0.5,0.7-1.5,2.8-2.5,6.6c-3.9,16.4-7.8,30.9-11.8,44c-18.9,5-32.4,8.8-32.4,8.8
c-3.6-4.6-18.7-9.9-18-3.3c0.7,6.6,0.7,7.5,0.9,10.4c0.2,3.3,6.4,8.5,22.5,6.2c3.9-0.6,11.6-2.3,21.5-4.7
c-11.2,33.5-22.9,58.5-35.1,87.4c18.9-13.7,37.2-54.2,50.7-91.5c7.5-2,15.7-4.3,24-6.8c-7.3,17.3-14.1,34.7-20,50.2
c-3.5,8-3.6,13.9-2.5,17.2c1,2.9,2.2,6.1,9,9.6c1.8-10.1,23.7-58.6,31.5-80.5c0.3-0.8,0.6-1.6,0.9-2.4c14.9-4.8,29.3-9.9,40.9-14.9
L208,63.5z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 30 32.3" style="enable-background:new 0 0 30 32.3;" xml:space="preserve">
<style type="text/css">
.st0{fill:#020203;}
</style>
<path class="st0" d="M25.2,28.2c0,1.1-0.9,1.9-1.9,1.9H7.8c-1.1,0-1.9-0.9-1.9-1.9V16.6c0-1.1,0.9-1.9,1.9-1.9h15.4
c1.1,0,1.9,0.9,1.9,1.9V28.2z M20,8.9v4.5h-9V8.9c0-2.5,2-4.5,4.5-4.5S20,6.4,20,8.9z M8.4,8.9c0-3.9,3.2-7.1,7.1-7.1
s7.1,3.2,7.1,7.1v4.5h-1.3V8.9c0-3.2-2.6-5.8-5.8-5.8S9.7,5.7,9.7,8.9v4.5H8.4V8.9z M23.9,13.5V8.9c0-4.6-3.8-8.4-8.4-8.4
c-4.6,0-8.4,3.8-8.4,8.4v4.6c-1.5,0.3-2.6,1.6-2.6,3.2v11.6c0,1.8,1.4,3.2,3.2,3.2h15.4c1.8,0,3.2-1.4,3.2-3.2V16.6
C26.5,15.1,25.4,13.8,23.9,13.5z"/>
<path class="st0" d="M16.1,22.3c-0.3,0.1-0.5,0.4-0.5,0.7l0.5,3.2H15l0.5-3.2c0-0.3-0.1-0.6-0.5-0.7c-0.8-0.2-1.4-1-1.4-1.8
c0-1.1,0.9-1.9,1.9-1.9s1.9,0.9,1.9,1.9C17.5,21.3,16.9,22.1,16.1,22.3z M15.5,17.3c-1.8,0-3.2,1.4-3.2,3.2c0,1.2,0.7,2.3,1.8,2.9
l-0.5,3.5c0,0.2,0,0.4,0.2,0.5c0.1,0.1,0.3,0.2,0.5,0.2h2.6c0.2,0,0.4-0.1,0.5-0.2c0.1-0.1,0.2-0.3,0.2-0.5l-0.5-3.5
c1.1-0.5,1.8-1.6,1.8-2.9C18.7,18.7,17.3,17.3,15.5,17.3z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,72 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 117.2 78.1" style="enable-background:new 0 0 117.2 78.1;" xml:space="preserve">
<style type="text/css">
.st0{fill:#722278;}
</style>
<g>
<path class="st0" d="M90.2,41.7c-0.4,0-0.8-0.3-0.8-0.8V25.2c0-1.5-1.3-2.8-2.8-2.8H29c-1.5,0-2.8,1.3-2.8,2.8V41
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8V25.2c0-2.4,1.9-4.3,4.3-4.3h57.7c2.4,0,4.3,1.9,4.3,4.3V41
C90.9,41.4,90.6,41.7,90.2,41.7z"/>
<path class="st0" d="M70.8,52.6H44.7c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h26.1c0.4,0,0.8,0.3,0.8,0.8
C71.5,52.2,71.2,52.6,70.8,52.6z"/>
<path class="st0" d="M78.6,51.4c-0.4,0-0.8-0.3-0.8-0.8V39.5c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3v8.6c0,0.4-0.3,0.8-0.8,0.8
S81,48.5,81,48.1v-8.6c0-0.5-0.4-0.8-0.8-0.8c-0.5,0-0.8,0.4-0.8,0.8v11.2C79.4,51.1,79,51.4,78.6,51.4z"/>
<path class="st0" d="M84.9,48.9c-0.4,0-0.8-0.3-0.8-0.8v-2.4c0-0.5-0.4-0.8-0.8-0.8s-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8
c1.3,0,2.3,1,2.3,2.3V48C85.7,48.5,85.3,48.9,84.9,48.9z"/>
<path class="st0" d="M88.1,48.9c-0.4,0-0.8-0.3-0.8-0.8v-1.4c0-0.5-0.4-0.8-0.8-0.8s-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8
c1.3,0,2.3,1,2.3,2.3V48C88.8,48.5,88.5,48.9,88.1,48.9z"/>
<path class="st0" d="M88.7,64.4c-0.4,0-0.7-0.3-0.8-0.7c-0.1-2.4,0.1-3.3,0.2-3.7c0-0.2,0.2-0.9,0.5-1.7c0.9-2.8,1.4-5.6,1.5-8.6
v-1.3c0-0.4-0.4-0.8-0.8-0.8s-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8c1.3,0,2.3,1,2.3,2.3v1.3c-0.1,3.1-0.6,6.1-1.5,9
c-0.3,0.9-0.4,1.6-0.4,1.6v0.1c0,0.1-0.2,0.7-0.1,3.2C89.4,64,89.1,64.4,88.7,64.4L88.7,64.4z"/>
<path class="st0" d="M79.2,64.4c-0.4,0-0.8-0.3-0.8-0.8c0-1.5-1.3-2.9-1.3-2.9s0,0-0.1-0.1c-0.6-0.7-1.2-1.5-1.8-2.4
c-0.9-1.3-1.3-2.9-1.1-4.5c0.3-2.1-0.2-3.7-0.6-4.7c-0.3-0.7-0.3-1.4-0.2-2c0-0.1,0-0.1,0.1-0.2c0.2-0.8,1-1.6,2.3-1.6
c0.4,0,0.8,0.3,0.8,0.8s-0.3,0.8-0.8,0.8c-0.6,0-0.8,0.3-0.9,0.5v0.1c-0.1,0.4,0,0.7,0.1,1.1c0.5,1.2,1,3.1,0.7,5.5
c-0.2,1.2,0.1,2.4,0.8,3.4c0.6,0.9,1.2,1.6,1.7,2.3c0.2,0.3,1.8,1.9,1.8,3.9C80,64.1,79.6,64.4,79.2,64.4z"/>
<path class="st0" d="M89.2,47.6h-1.1c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.1c0.4,0,0.8,0.3,0.8,0.8S89.6,47.6,89.2,47.6
z"/>
<path class="st0" d="M86.5,45.9h-1.7c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.7c0.4,0,0.8,0.3,0.8,0.8
C87.3,45.5,86.9,45.9,86.5,45.9z"/>
<path class="st0" d="M83.4,44.8h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.6c0.4,0,0.8,0.3,0.8,0.8
C84.1,44.5,83.8,44.8,83.4,44.8z"/>
<path class="st0" d="M90.5,72.1c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.1-0.1-0.1-0.1-0.1H78.3c-0.1,0-0.1,0.1-0.1,0.1v6.9
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.9,0.7-1.6,1.6-1.6h11.2c0.9,0,1.6,0.7,1.6,1.6v6.9
C91.2,71.8,90.9,72.1,90.5,72.1z"/>
<path class="st0" d="M36.9,51.4c-0.4,0-0.8-0.3-0.8-0.8V39.5c0-0.5-0.4-0.8-0.8-0.8s-0.8,0.4-0.8,0.8v8.6c0,0.4-0.3,0.8-0.8,0.8
S33,48.5,33,48.1v-8.6c0-1.3,1-2.3,2.3-2.3s2.3,1,2.3,2.3v11.2C37.7,51.1,37.4,51.4,36.9,51.4z"/>
<path class="st0" d="M30.6,48.9c-0.4,0-0.8-0.3-0.8-0.8v-2.4c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8
s-0.8,0.4-0.8,0.8v2.4C31.4,48.5,31.1,48.9,30.6,48.9z"/>
<path class="st0" d="M27.5,48.9c-0.4,0-0.8-0.3-0.8-0.8v-1.4c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8
s-0.8,0.4-0.8,0.8v1.4C28.2,48.5,27.9,48.9,27.5,48.9z"/>
<path class="st0" d="M26.9,64.4L26.9,64.4c-0.4,0-0.8-0.4-0.8-0.8c0.1-2.4-0.1-3.1-0.1-3.2v-0.1c0,0-0.1-0.7-0.4-1.6
c-0.9-2.9-1.4-5.9-1.5-9v-1.3c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8s-0.8,0.4-0.8,0.8v1.3
c0.1,2.9,0.6,5.8,1.5,8.6c0.3,0.8,0.4,1.5,0.5,1.7c0.1,0.3,0.2,1.2,0.2,3.7C27.6,64.1,27.3,64.4,26.9,64.4z"/>
<path class="st0" d="M37.9,60.2L37.9,60.2L37.9,60.2z M36.4,64.4c-0.4,0-0.8-0.3-0.8-0.8c0-2,1.5-3.7,1.8-3.9
c0.5-0.6,1.1-1.4,1.7-2.3c0.7-1,1-2.2,0.8-3.4c-0.3-2.4,0.2-4.3,0.7-5.5c0.2-0.4,0.2-0.8,0.1-1.1v-0.1c-0.1-0.2-0.2-0.5-0.9-0.5
c-0.4,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8c1.3,0,2.1,0.8,2.3,1.6c0,0.1,0,0.1,0,0.2c0.2,0.7,0.1,1.4-0.2,2c-0.4,1-0.9,2.6-0.6,4.7
c0.2,1.6-0.2,3.2-1.1,4.5c-0.6,0.9-1.2,1.7-1.8,2.4c0,0,0,0-0.1,0.1c0,0-1.3,1.4-1.3,2.9C37.1,64.1,36.8,64.4,36.4,64.4z"/>
<path class="st0" d="M27.5,47.6h-1.1c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.1c0.4,0,0.8,0.3,0.8,0.8
C28.2,47.3,27.9,47.6,27.5,47.6z"/>
<path class="st0" d="M30.7,45.9H29c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.7c0.4,0,0.8,0.3,0.8,0.8
C31.5,45.5,31.2,45.9,30.7,45.9z"/>
<path class="st0" d="M33.8,44.8h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.6c0.4,0,0.8,0.3,0.8,0.8S34.2,44.8,33.8,44.8
z"/>
<path class="st0" d="M38.1,72.1c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.1-0.1-0.1-0.1-0.1H26c-0.1,0-0.1,0.1-0.1,0.1v6.9
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.9,0.7-1.6,1.6-1.6h11.2c0.9,0,1.6,0.7,1.6,1.6v6.9
C38.9,71.8,38.6,72.1,38.1,72.1z"/>
<path class="st0" d="M57.7,22.5c-0.4,0-0.8-0.3-0.8-0.8c0-2.7,2.2-5,5-5H70c1.5,0,2.6-1.2,2.6-2.6c0-1.5-1.2-2.6-2.6-2.6H44.8
c-3.1,0-5.5-2.5-5.5-5.5c0-0.4,0.3-0.8,0.8-0.8s0.8,0.3,0.8,0.8c0,2.2,1.8,4,4,4h25.3c2.3,0,4.2,1.9,4.2,4.2s-1.9,4.2-4.2,4.2h-8.1
c-1.9,0-3.5,1.6-3.5,3.5C58.5,22.1,58.1,22.5,57.7,22.5z"/>
<rect x="30.7" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="39.1" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="47.5" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="55.9" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="64.3" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="72.7" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="81.1" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="47.5" y="34.9" class="st0" width="3.7" height="3.7"/>
<rect x="55.9" y="34.9" class="st0" width="3.7" height="3.7"/>
<rect x="64.3" y="34.9" class="st0" width="3.7" height="3.7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@ -0,0 +1,73 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 117.2 78.1" style="enable-background:new 0 0 117.2 78.1;" xml:space="preserve">
<style type="text/css">
.st0{fill:#FFFFFF;}
</style>
<g>
<path class="st0" d="M90.2,41.7c-0.4,0-0.8-0.3-0.8-0.8V25.2c0-1.5-1.3-2.8-2.8-2.8H29c-1.5,0-2.8,1.3-2.8,2.8V41
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8V25.2c0-2.4,1.9-4.3,4.3-4.3h57.7c2.4,0,4.3,1.9,4.3,4.3V41
C90.9,41.4,90.6,41.7,90.2,41.7z"/>
<path class="st0" d="M70.8,52.6H44.7c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h26.1c0.4,0,0.8,0.3,0.8,0.8
C71.5,52.2,71.2,52.6,70.8,52.6z"/>
<path class="st0" d="M78.6,51.4c-0.4,0-0.8-0.3-0.8-0.8V39.5c0-1.3,1-2.3,2.3-2.3c1.3,0,2.3,1,2.3,2.3v8.6c0,0.4-0.3,0.8-0.8,0.8
S81,48.5,81,48.1v-8.6c0-0.5-0.4-0.8-0.8-0.8c-0.5,0-0.8,0.4-0.8,0.8v11.2C79.4,51.1,79,51.4,78.6,51.4z"/>
<path class="st0" d="M84.9,48.9c-0.4,0-0.8-0.3-0.8-0.8v-2.4c0-0.5-0.4-0.8-0.8-0.8c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8
c1.3,0,2.3,1,2.3,2.3v2.4C85.7,48.5,85.3,48.9,84.9,48.9z"/>
<path class="st0" d="M88.1,48.9c-0.4,0-0.8-0.3-0.8-0.8v-1.4c0-0.5-0.4-0.8-0.8-0.8c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8
c1.3,0,2.3,1,2.3,2.3v1.4C88.8,48.5,88.5,48.9,88.1,48.9z"/>
<path class="st0" d="M88.7,64.4c-0.4,0-0.7-0.3-0.8-0.7c-0.1-2.4,0.1-3.3,0.2-3.7c0-0.2,0.2-0.9,0.5-1.7c0.9-2.8,1.4-5.6,1.5-8.6
l0-1.3c0-0.4-0.4-0.8-0.8-0.8c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8c1.3,0,2.3,1,2.3,2.3l0,1.3c-0.1,3.1-0.6,6.1-1.5,9
c-0.3,0.9-0.4,1.6-0.4,1.6c0,0,0,0.1,0,0.1c0,0.1-0.2,0.7-0.1,3.2C89.4,64,89.1,64.4,88.7,64.4L88.7,64.4z"/>
<path class="st0" d="M79.2,64.4c-0.4,0-0.8-0.3-0.8-0.8c0-1.5-1.3-2.9-1.3-2.9c0,0,0,0-0.1-0.1c-0.6-0.7-1.2-1.5-1.8-2.4
c-0.9-1.3-1.3-2.9-1.1-4.5c0.3-2.1-0.2-3.7-0.6-4.7c-0.3-0.7-0.3-1.4-0.2-2c0-0.1,0-0.1,0.1-0.2c0.2-0.8,1-1.6,2.3-1.6
c0.4,0,0.8,0.3,0.8,0.8s-0.3,0.8-0.8,0.8c-0.6,0-0.8,0.3-0.9,0.5c0,0,0,0.1,0,0.1c-0.1,0.4,0,0.7,0.1,1.1c0.5,1.2,1,3.1,0.7,5.5
c-0.2,1.2,0.1,2.4,0.8,3.4c0.6,0.9,1.2,1.6,1.7,2.3c0.2,0.3,1.8,1.9,1.8,3.9C80,64.1,79.6,64.4,79.2,64.4z"/>
<path class="st0" d="M89.2,47.6h-1.1c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.1c0.4,0,0.8,0.3,0.8,0.8
C90,47.3,89.6,47.6,89.2,47.6z"/>
<path class="st0" d="M86.5,45.9h-1.7c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.7c0.4,0,0.8,0.3,0.8,0.8
C87.3,45.5,86.9,45.9,86.5,45.9z"/>
<path class="st0" d="M83.4,44.8h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.6c0.4,0,0.8,0.3,0.8,0.8
C84.1,44.5,83.8,44.8,83.4,44.8z"/>
<path class="st0" d="M90.5,72.1c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.1-0.1-0.1-0.1-0.1H78.3c-0.1,0-0.1,0.1-0.1,0.1v6.9
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.9,0.7-1.6,1.6-1.6h11.2c0.9,0,1.6,0.7,1.6,1.6v6.9
C91.2,71.8,90.9,72.1,90.5,72.1z"/>
<path class="st0" d="M36.9,51.4c-0.4,0-0.8-0.3-0.8-0.8V39.5c0-0.5-0.4-0.8-0.8-0.8s-0.8,0.4-0.8,0.8v8.6c0,0.4-0.3,0.8-0.8,0.8
S33,48.5,33,48.1v-8.6c0-1.3,1-2.3,2.3-2.3c1.3,0,2.3,1,2.3,2.3v11.2C37.7,51.1,37.4,51.4,36.9,51.4z"/>
<path class="st0" d="M30.6,48.9c-0.4,0-0.8-0.3-0.8-0.8v-2.4c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8
c-0.5,0-0.8,0.4-0.8,0.8v2.4C31.4,48.5,31.1,48.9,30.6,48.9z"/>
<path class="st0" d="M27.5,48.9c-0.4,0-0.8-0.3-0.8-0.8v-1.4c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8
c-0.5,0-0.8,0.4-0.8,0.8v1.4C28.2,48.5,27.9,48.9,27.5,48.9z"/>
<path class="st0" d="M26.9,64.4L26.9,64.4c-0.4,0-0.8-0.4-0.8-0.8c0.1-2.4-0.1-3.1-0.1-3.2c0,0,0-0.1,0-0.1c0,0-0.1-0.7-0.4-1.6
c-0.9-2.9-1.4-5.9-1.5-9l0-1.3c0-1.3,1-2.3,2.3-2.3c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.5,0-0.8,0.4-0.8,0.8l0,1.3
c0.1,2.9,0.6,5.8,1.5,8.6c0.3,0.8,0.4,1.5,0.5,1.7c0.1,0.3,0.2,1.2,0.2,3.7C27.6,64.1,27.3,64.4,26.9,64.4z"/>
<path class="st0" d="M37.9,60.2L37.9,60.2L37.9,60.2z M36.4,64.4c-0.4,0-0.8-0.3-0.8-0.8c0-2,1.5-3.7,1.8-3.9
c0.5-0.6,1.1-1.4,1.7-2.3c0.7-1,1-2.2,0.8-3.4c-0.3-2.4,0.2-4.3,0.7-5.5c0.2-0.4,0.2-0.8,0.1-1.1c0,0,0-0.1,0-0.1
c-0.1-0.2-0.2-0.5-0.9-0.5c-0.4,0-0.8-0.3-0.8-0.8s0.3-0.8,0.8-0.8c1.3,0,2.1,0.8,2.3,1.6c0,0.1,0,0.1,0,0.2c0.2,0.7,0.1,1.4-0.2,2
c-0.4,1-0.9,2.6-0.6,4.7c0.2,1.6-0.2,3.2-1.1,4.5c-0.6,0.9-1.2,1.7-1.8,2.4c0,0,0,0-0.1,0.1c0,0-1.3,1.4-1.3,2.9
C37.1,64.1,36.8,64.4,36.4,64.4z"/>
<path class="st0" d="M27.5,47.6h-1.1c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.1c0.4,0,0.8,0.3,0.8,0.8
C28.2,47.3,27.9,47.6,27.5,47.6z"/>
<path class="st0" d="M30.7,45.9h-1.7c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.7c0.4,0,0.8,0.3,0.8,0.8
C31.5,45.5,31.2,45.9,30.7,45.9z"/>
<path class="st0" d="M33.8,44.8h-1.6c-0.4,0-0.8-0.3-0.8-0.8c0-0.4,0.3-0.8,0.8-0.8h1.6c0.4,0,0.8,0.3,0.8,0.8
C34.6,44.5,34.2,44.8,33.8,44.8z"/>
<path class="st0" d="M38.1,72.1c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.1-0.1-0.1-0.1-0.1H26c-0.1,0-0.1,0.1-0.1,0.1v6.9
c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8v-6.9c0-0.9,0.7-1.6,1.6-1.6h11.2c0.9,0,1.6,0.7,1.6,1.6v6.9
C38.9,71.8,38.6,72.1,38.1,72.1z"/>
<path class="st0" d="M57.7,22.5c-0.4,0-0.8-0.3-0.8-0.8c0-2.7,2.2-5,5-5h8.1c1.5,0,2.6-1.2,2.6-2.6c0-1.5-1.2-2.6-2.6-2.6H44.8
c-3.1,0-5.5-2.5-5.5-5.5c0-0.4,0.3-0.8,0.8-0.8s0.8,0.3,0.8,0.8c0,2.2,1.8,4,4,4h25.3c2.3,0,4.2,1.9,4.2,4.2c0,2.3-1.9,4.2-4.2,4.2
h-8.1c-1.9,0-3.5,1.6-3.5,3.5C58.5,22.1,58.1,22.5,57.7,22.5z"/>
<rect x="30.7" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="39.1" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="47.5" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="55.9" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="64.3" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="72.7" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="81.1" y="26.4" class="st0" width="3.7" height="3.7"/>
<rect x="47.5" y="34.9" class="st0" width="3.7" height="3.7"/>
<rect x="55.9" y="34.9" class="st0" width="3.7" height="3.7"/>
<rect x="64.3" y="34.9" class="st0" width="3.7" height="3.7"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
<style type="text/css">
.st0{fill:#323582;}
</style>
<g>
<circle class="st0" cx="18.3" cy="11.5" r="0.5"/>
<path class="st0" d="M27.6,26.6c-0.2,0.2-0.5,0.3-0.7,0.3c-0.3,0-0.5-0.1-0.7-0.3L21.5,22c0.5-0.5,1-1,1.5-1.5l4.7,4.7
c0.2,0.2,0.3,0.5,0.3,0.7S27.8,26.4,27.6,26.6z M19.2,19.7c0.5-0.4,1-0.9,1.5-1.5l1.5,1.5c-0.5,0.5-1,1-1.5,1.5L19.2,19.7z
M18.1,19.2c-1.6,1.2-3.6,1.8-5.6,1.8c-5.2,0-9.5-4.3-9.5-9.5c0-5.2,4.3-9.5,9.5-9.5c5.2,0,9.5,4.3,9.5,9.5c0,2-0.6,3.9-1.8,5.6
C19.6,17.9,18.9,18.6,18.1,19.2z M28.4,24.4l-7-7c1.1-1.7,1.8-3.7,1.8-5.8C23.1,5.7,18.4,1,12.5,1C6.7,1,2,5.7,2,11.5
c0,5.8,4.7,10.5,10.5,10.5c2.1,0,4.1-0.6,5.8-1.8l1.9,1.9l0,0l5.1,5.1c0.4,0.4,0.9,0.6,1.5,0.6c0.6,0,1.1-0.2,1.5-0.6
c0.4-0.4,0.6-0.9,0.6-1.5C29,25.3,28.8,24.8,28.4,24.4z"/>
<path class="st0" d="M12.5,18.9c-4.1,0-7.4-3.3-7.4-7.4c0-4.1,3.3-7.4,7.4-7.4c4.1,0,7.4,3.3,7.4,7.4
C19.9,15.6,16.6,18.9,12.5,18.9z M12.5,3.1c-4.7,0-8.4,3.8-8.4,8.4c0,4.7,3.8,8.4,8.4,8.4c4.7,0,8.4-3.8,8.4-8.4
C21,6.9,17.2,3.1,12.5,3.1z"/>
<path class="st0" d="M18.5,9.3c-0.5-1.2-1.2-2.2-2.3-2.9c-1.1-0.7-2.3-1.1-3.6-1.1c-0.3,0-0.5,0.2-0.5,0.5s0.2,0.5,0.5,0.5
c2.2,0,4.1,1.4,4.9,3.4C17.6,9.9,17.8,10,18,10c0.1,0,0.1,0,0.2,0C18.4,9.9,18.6,9.6,18.5,9.3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
<style type="text/css">
.st0{fill:#1AA2DC;}
</style>
<path class="st0" d="M15,2.9C8.2,2.9,2.6,8.4,2.6,15.3S8.2,27.6,15,27.6s12.4-5.5,12.4-12.4S21.8,2.9,15,2.9z M15,28.8
c-7.5,0-13.6-6.1-13.6-13.6C1.4,7.8,7.5,1.7,15,1.7s13.6,6.1,13.6,13.6C28.5,22.7,22.5,28.8,15,28.8z"/>
<path class="st0" d="M18.4,24.8c-0.3,0-0.6-0.3-0.6-0.6v-5.7c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v5.7
C19,24.6,18.7,24.8,18.4,24.8z"/>
<path class="st0" d="M11.5,24.8c-0.3,0-0.6-0.3-0.6-0.6v-5.7c0-0.3,0.3-0.6,0.6-0.6c0.3,0,0.6,0.3,0.6,0.6v5.7
C12.1,24.6,11.8,24.8,11.5,24.8z"/>
<path class="st0" d="M15,6.2c-1.4,0-2.6,1.2-2.6,2.6c0,1.4,1.2,2.6,2.6,2.6c1.4,0,2.6-1.2,2.6-2.6C17.6,7.4,16.4,6.2,15,6.2z
M15,12.6c-2.1,0-3.8-1.7-3.8-3.8C11.2,6.7,12.9,5,15,5s3.8,1.7,3.8,3.8C18.8,10.9,17.1,12.6,15,12.6z"/>
<path class="st0" d="M8.9,24.8c-0.3,0-0.6-0.3-0.6-0.6v-8.1c0-1.5,1.2-2.7,2.7-2.7H19c1.5,0,2.7,1.2,2.7,2.7v7.3
c0,0.3-0.3,0.6-0.6,0.6c-0.3,0-0.6-0.3-0.6-0.6v-7.3c0-0.8-0.7-1.5-1.5-1.5h-8.1c-0.8,0-1.5,0.7-1.5,1.5v8.1
C9.4,24.6,9.2,24.8,8.9,24.8z"/>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 23.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;}
.st1{fill:#E77507;}
</style>
<g>
<path class="st0" d="M7.1,22.4c-0.9,0-1.6,0.7-1.6,1.6c0,0.9,0.7,1.6,1.6,1.6s1.6-0.7,1.6-1.6C8.6,23.1,7.9,22.4,7.1,22.4z"/>
<path class="st1" d="M22.5,11.1C18.6,6.5,13.1,3.9,7,3.9H6.5v1.8H7c5.4,0,10.6,2.4,14.1,6.6c2.8,3.3,4.3,7.5,4.3,11.8v0.5h1.8V24
C27.2,19.3,25.5,14.7,22.5,11.1z"/>
<path class="st1" d="M7,7.8H6.5v1.8H7c8.1,0,14.4,6.3,14.4,14.4v0.5h1.8V24C23.2,15.1,16,7.8,7,7.8z"/>
<path class="st1" d="M7,11.8H6.5v1.8H7c5.7,0,10.5,4.8,10.5,10.4v0.5h1.8V24C19.3,17.4,13.7,11.8,7,11.8z"/>
<path class="st1" d="M7,15.7H6.5v1.8H7c3.6,0,6.5,2.9,6.5,6.5v0.5h1.8V24C15.3,19.5,11.5,15.7,7,15.7z"/>
<path class="st1" d="M7.1,20.6c-1.8,0-3.3,1.5-3.3,3.3c0,1.8,1.5,3.3,3.3,3.3s3.3-1.5,3.3-3.3C10.4,22.1,8.9,20.6,7.1,20.6z
M7.1,25.6c-0.9,0-1.6-0.7-1.6-1.6c0-0.9,0.7-1.6,1.6-1.6s1.6,0.7,1.6,1.6C8.6,24.9,7.9,25.6,7.1,25.6z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -0,0 +1,5 @@
@charset "UTF-8";
@import 'vars';
@import '../includes/publik';
@import 'custom';

View File

@ -0,0 +1,5 @@
{% extends "../../authentic2/accounts.html" %}
{% block account-management-bottom-actions %}
<li><a href="{% url 'auth_logout' %}">Déconnecter</a></li>
{% endblock %}

View File

@ -0,0 +1,13 @@
{% load i18n %}
{% block cell-content %}
{% if cell.title %}
<h2>{{ cell.title }}</h2>
{% endif %}
<div class="feed-content links-list">
<ul>
{% for entry in feed.entries %}
<li><a href="{% firstof entry.link "#" %}">{{entry.title}}</a></li>
{% endfor %}
</ul>
</div>
{% endblock %}

View File

@ -0,0 +1,22 @@
{% extends "../../combo/page_template.html" %}
{% load combo %}
{% block user-info %}
{% skeleton_extra_placeholder user-info %}
{% if user.is_authenticated %}
<span class="logged-in">
{% if idp_account_url %}<a href="{{idp_account_url}}">{% endif %}
<span class="connected-user">Mon compte</span>{% if idp_account_url %}</a>{% endif %}
</span>
{% else %}
{% if idp_registration_url %}
<span class="login"><a accesskey="2" href="{% url 'auth_login' %}">Connexion</a> <span class="sep">/</span>
<a class="registration" href="{{idp_registration_url}}">Inscription</a></span>
{% else %}
<span class="login"><a accesskey="2" href="{% url 'auth_login' %}">Connexion <span class="sep">/</span> Inscription</a></span>
{% endif %}
{% endif %}
{% end_skeleton_extra_placeholder %}
{% endblock %}

View File

@ -0,0 +1,13 @@
{% extends "combo/page_template_2cols_sidebar.html" %}
{% load combo %}
{% block bodyclasses %}{{ block.super }} page-homepage{% endblock %}
{% block content-pre %}
<div id="welcome">
{% placeholder "welcome" name="Bienvenue" %}
</div>
<div id="vos-demarches">
<h1>Vos démarches</h1>
</div>
{% endblock %}

View File

@ -0,0 +1,6 @@
{% extends "combo/search-cell.html" %}
{% block cell-content %}
<h2>Rechercher</h2>
{{ block.super }}
{% endblock %}

View File

@ -0,0 +1,23 @@
{% load i18n %}
{% block cell-content %}
<div class="wcs-tracking-code-input">
<h2>Votre code de suivi</h2>
<form data-wcs-url="{{ url }}" method="post" action="{{ site_base }}{% url 'wcs-tracking-code' %}">
<input id="_cell_url_{{ cell.id }}" name="url" value="" type="hidden"/>
<input name="cell" value="{{ cell.id }}" type="hidden"/>
<div id="_cell_error_{{ cell.id }}" class="errornotice" style="display: none">
{% trans "The tracking code could not been found." %}
</div>
<input required id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
<button>{% trans 'Submit' %}</button>
<script>
$(function() {
$('#_cell_url_{{ cell.id }}').val(window.location);
if (window.location.search.indexOf('unknown-tracking-code') != -1) {
$('#_cell_error_{{ cell.id }}').show();
}
});
</script>
</form>
</div>
{% endblock %}