montlouis-sur-loire: adapt to latest mockup (#31719)

This commit is contained in:
Michael Bideau 2019-04-09 14:16:52 +00:00 committed by Frédéric Péters
parent c36f9b8328
commit 176a8a80b7
6 changed files with 846 additions and 32 deletions

View File

@ -1,41 +1,605 @@
div#header {
padding-top: 20px;
height: 116px;
div#header-wrapper {
background-color: $primary-color;
div#header {
padding-top: 20px;
height: 48px;
padding: 0;
div#toplinks {
border-radius: 0;
padding: 0.2em 1.4em 0.2em 2em;
box-shadow: none;
border: none;
& a:hover {
color: #231f20;
}
}
div#toplinks:before {
content: '';
display: block;
position: absolute;
height: 0;
border-top: 15px solid transparent;
border-right: 15px solid black;
top: 0;
left: 0;
z-index: 1;
}
div#toplinks:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 15px;
height: 15px;
background-color: $primary-color;
z-index: 0;
}
}
div#header-post {
background: white;
div.content{
max-width: $width;
margin: 0 auto;
h1#logo {
float: right;
margin: 10px 1em 0 0;
a {
background: url(img/logo-montlouis-sur-loire.png) no-repeat;
background-size: contain;
display: inline-block;
font-size: 0;
padding: 30px 65px;
position: relative;
}
}
}
}
}
div.polygone-wrapper {
background-color: $primary-color;
max-width: $width;
margin: 0 auto;
padding: 0;
div.polygone {
height: 45px;
background: url('img/polygone-blanc.svg') no-repeat center top transparent;
width: 100%;
}
}
h1#logo a {
background: url(img/logo-montlouis-sur-loire.png) no-repeat left bottom;
display: inline-block;
height: 130px;
width: 491px;
max-width: 100%;
color: transparent;
div#nav-wrapper {
background: transparent;
div#nav {
margin-top: -55px;
max-width: calc(#{$width} - 160px);
padding-right: 165px;
padding-left: 10px;
> ul {
margin: 0;
overflow: visible;
> li {
padding: 0 20px;
transition: .5s;
& a {
font-family: Khand, sans-serif;
padding: 0;
line-height: 1.6em;
}
> a {
font-size: 1.5em;
font-weight: 600;
> span::before {
content: '';
display: block;
position: relative;
height: 7px;
background: #231f20;
top: 45px;
margin: 0 auto;
transition: all 0.35s;
width: 0;
}
}
> ul {
background: #231f20;
padding: 20px;
> li {
border-bottom: 1px solid #646464;
a {
padding: 5px 20px;
font-size: 1.2em;
font-weight: 500;
transition: .25s;
}
}
> li:first-child {
border-top: 1px solid #646464;
}
> li:hover a {
color: white;
background: #ef412a;
padding-left: 30px;
}
}
}
> li.selected > a > span::before, > li:hover > a > span::before {
width: 100%;
}
> li:first-child {
padding-left: 0;
}
> li:last-child {
padding-right: 0;
}
}
}
div#nav-post {
margin: 30px 0 20px;
height: 12px;
background: url(img/HachureRepeat.gif) repeat transparent;
}
}
div#nav {
margin-top: 25px;
font-size: 120%;
div#page {
div#main-content-wrapper {
-ms-flex: unset;
-webkit-flex: unset;
flex: unset;
max-width: unset;
div#main-content {
div#content {
max-width: $width;
margin: 10px auto 50px;
width: 100%;
div#sidebar {
border-right: 2px solid #d6d6d6;
margin-right: 30px;
}
.cell.wcsformsofcategorycell {
margin-bottom: 30px;
}
.cell.wcsformsofcategorycell > div {
border: 2px solid $primary-color;
}
.cell.wcsformsofcategorycell > div > h2 {
font-size: 1.3em;
font-weight: 600;
background: $primary-color;
color: white;
padding: 8px 20px 8px 40px;
}
.cell.wcsformsofcategorycell > div > h2:before {
content: '';
display: block;
position: absolute;
height: 0;
border-top: 24px solid white;
border-right: 24px solid black;
top: -1px;
left: -1px;
z-index: 1;
}
.cell.wcsformsofcategorycell > div > h2:after {
content: '';
display: block;
position: absolute;
left: -1px;
top: -1px;
width: 24px;
height: 24px;
background-color: $primary-color;
z-index: 0;
}
.cell.wcsformsofcategorycell > div > div > ul {
padding: 10px 10px 10px 20px;
list-style-type: disc;
list-style-position: inside;
list-style-image: url('img/list-disc-orange.png');
> li {
padding: 7px 0;
> a {
display: inline;
border-bottom: none;
color: #231f20;
padding: 0;
}
}
> li:hover a {
color: $primary-color;
background: transparent;
}
}
}
div#content-post {
background: url(img/HachureRepeat.gif) repeat white;
}
.a-votre-service {
background: url(img/HachureRepeat.gif) repeat white;
max-width: $width;
margin: auto;
width: 100%;
> div {
> h2 {
margin: 0;
padding: 0 10px 0 0;
text-transform: uppercase;
font-family: "Montserrat",sans-serif;
font-size: 28px;
font-weight: 600;
border: 0;
color: #08b89d;
height: 70px;
line-height: 70px;
text-align: right;
}
> div > ul {
list-style: none;
> li {
display: block;
float: left;
width: 245px;
height: 131px;
margin-right: 30px;
margin-bottom: 30px;
background: #fff;
position: relative;
transition: all 0.45s;
> a {
display: block;
position: relative;
width: 100%;
height: 100%;
text-decoration: none;
text-align: center;
margin: 0;
padding: 0;
font-size: 1.2em;
font-weight: 500;
> svg {
width: 47px;
height: 59px;
top: 14px;
position: relative;
.ast0, .ast1 {
transition: all 0.45s;
}
.ast1 {
fill: $primary-color;
}
.ast0 {
fill: #646464;
}
}
span {
display: block;
position: absolute;
width: 100%;
text-align: center;
bottom: 19px;
font-family: "Khand",sans-serif;
font-size: 18px;
color: #231f20;
transition: all 0.45s;
}
}
}
> li:after {
content: '';
display: block;
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
background: url('img/HachureRepeat.gif') -5px repeat;
z-index: 0;
}
> li:before {
content: '';
display: block;
position: absolute;
height: 0;
border-top: 30px solid transparent;
border-right: 30px solid #08b89d;
top: 0;
left: 0;
transition: all 0.35s ease;
z-index: 1;
}
> li:hover {
background: #231f20;
> a {
> svg {
.ast1 {
fill: white;
}
.ast0 {
fill: #08b89d;
}
}
> span {
color: #fff;
}
}
}
}
}
}
}
.clear {
display: block;
height: 0;
}
}
}
div#nav > ul > li a {
font-family: Khand, sans-serif;
padding-bottom: 3px;
footer {
background: url(img/HachureRepeat.gif) repeat white;
padding-top: 12px;
div#footer-top {
background: white;
div.polygone-wrapper {
background: url(img/HachureRepeat.gif) repeat;
}
}
div#footer-wrapper {
background: white;
div#footer {
> div.logo {
background: url(img/logo.svg) no-repeat;
background-size: contain;
display: inline-block;
font-size: 0;
width: 270px;
height: 121px;
position: relative;
float: left;
margin-right: 90px;
margin-left: 10px;
}
> div.content {
float: left;
margin-left: 10px;
.contact-footer {
display: block;
width: 300px;
height: 230px;
float: left;
margin-right: 50px;
position: relative;
p.titre-footer {
display: block;
font-family: "Khand",sans-serif;
font-size: 24px;
color: #09b89d;
font-weight: 500;
line-height: 26px;
margin: 30px 0 27px;
}
p.texte-footer {
display: block;
line-height: 20px;
}
a.btn-contact {
display: block;
position: relative;
bottom: -11px;
height: 30px;
line-height: 30px;
text-decoration: none;
font-size: 14px;
text-transform: uppercase;
padding-left: 20px;
transition: all 0.35s;
color: #09b89d;
span.picto-link {
position: absolute;
left: 0;
width: 30px;
height: 30px;
background: #09b89d;
border-radius: 50px;
z-index: 0;
transition: all 0.35s;
svg {
width: 15px;
height: 10px;
fill: #fff;
position: relative;
left: 7px;
top: 0px;
}
}
span.txt-label {
position: relative;
margin-left: 17px;
transition: all 0.35s;
}
}
a.btn-contact:hover {
color: #fff;
span.picto-link {
width: 145px;
}
span.txt-label {
margin-left: 7px;
}
}
}
.horaires-footer {
display: block;
width: 370px;
height: 230px;
float: left;
position: relative;
p.titre-footer {
display: block;
font-family: "Khand",sans-serif;
font-size: 24px;
color: #09b89d;
font-weight: 500;
line-height: 26px;
margin: 30px 0 27px;
}
}
}
}
}
}
#toplinks {
box-shadow: none;
border: none;
/* customization mobiles/petits écrans */
@media screen and (max-width: $mobile-limit) {
div#header-wrapper div#header div#toplinks {
right: 20px;
}
div#nav-wrapper {
margin-top: -50px;
div#nav {
margin-top: 0;
padding-right: 20px;
button#nav-button {
background-color: $primary-color;
}
> ul {
margin-left: 10px;
overflow: hidden;
border: none;
> li, li.selected {
background-color: $primary-color;
color: white;
padding: 0;
margin: 0;
a {
color: white;
> span::before {
display: none;
}
}
> a {
padding: 5px 10px;
}
> ul {
background: none;
> li {
border-bottom: 1px solid #ccc;
}
> li:first-child {
border-top: 1px solid #ccc;
}
> li:hover {
> a {
background-color: #66e6d2;
}
}
}
}
> li.selected {
> a {
background-color: #099e86;
}
}
> li:hover {
> a {
background-color: #66e6d2;
}
}
}
}
div#nav.toggled {
> ul {
}
}
}
div#page div#main-content-wrapper div#main-content {
div#content-post > div.cell.textcell > div > h2 {
margin-right: 10px;
}
div#content div#sidebar {
margin-bottom: 20px;
border: none;
}
}
footer div#footer-wrapper div#footer {
> div.logo {
margin-right: 30px;
}
> div.content {
.contact-footer {
margin-right: 30px;
}
}
}
}
#sidebar {
border-right: 2px solid #d6d6d6;
margin-right: 10px;
}
#footer-wrapper {
background: url(img/HachureRepeat.gif) repeat;
}
div#gauche + div#rub_service {
border-left: 2px solid #d6d6d6;

View File

@ -7,12 +7,12 @@ $link-color: $primary-color;
$nav-full-width-background: true;
$nav-background: white;
$nav-color: #231f20;
$nav-active-color: #555;
$nav-item-selected-color: white;
$nav-item-hover-color: $primary-color;
$nav-item-hover-background: #eee;
$nav-active-color: white;
$nav-item-selected-color: #e44b14;
$nav-item-hover-color: #e44b14;
$nav-item-hover-background: white;
$nav-button-background: white;
$nav-menu-color: #676767;
$nav-menu-color: #fff;
$border-radius: 0;
$button-border: 2px solid $primary-color;
$button-background: white;

Binary file not shown.

After

Width:  |  Height:  |  Size: 278 B

View File

@ -0,0 +1,203 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="395px" height="177.6px" viewBox="0 0 395 177.6" style="enable-background:new 0 0 395 177.6;" xml:space="preserve">
<style type="text/css">
.vst0{fill:#C1D837;}
.vst1{fill:url(#bleu_2_);}
.st2{fill:url(#bleu_3_);}
</style>
<defs>
</defs>
<g id="LOGO">
<path id="vert" class="vst0" d="M43.72,39.88h2.45l-1.51-0.2C44.37,39.72,44.06,39.78,43.72,39.88z M64.57,53.07l0.01,0.12
c0.03,0.41,0.07,0.83,0.11,1.25c0.07,0.66,0.18,1.32,0.26,1.98c1.17,10,5.63,20.37,6.6,29.58c0.1,0.91,0.18,1.81,0.24,2.69
c1.99-3.94,3.84-7.92,5.59-11.92c0.91-2.07,1.78-4.16,2.63-6.25c0.46-1.13,0.9-2.25,1.35-3.38c3.39-8.62,6.4-17.35,9.2-26.14
c0.06-0.2,0.12-0.39,0.18-0.59c0.06-0.19,0.12-0.39,0.19-0.58c0.03-0.09,0.05-0.17,0.07-0.26c0.07-0.2,0.13-0.41,0.19-0.61
c0-0.01,0.01-0.02,0.01-0.03c-2.15-2.94,0.39,0.53-0.64-0.88h-0.39l-2.47,0.05l-4.93,0.08c-0.81,0.37,0.59,0.79-1.1,0.88
c0.56-0.23-0.06-0.65-0.66-0.66c0.65,0.06-0.01,0.18-0.09,0.31l0.47,0.07c0.34,0.93-2.26,1.05-3.38,1.51
c-0.51-0.31,0.6,0.01,0.69-0.3c-0.02-0.42-0.52-0.91-2.06-1.07c-3.04,0.52-7.45-0.42-10.81-0.23c0.08,0.17-0.12,0.22-0.41,0.23
h-0.71c0,0.14-0.01,0.28-0.01,0.42c0,0.42,0,0.84-0.01,1.26c-0.01,0.51,0-0.11-0.02,0.4c-0.02,0.51-0.04,1.01-0.06,1.52
c-0.03,0.6-0.05,1.2-0.08,1.79c-0.04,0.86-0.07,1.71-0.1,2.55c-0.01,0.29-0.01,0.58-0.02,0.87c-0.02,0.66-0.03,1.31-0.02,1.96
c0,1.15,0.03,2.29,0.14,3.36L64.57,53.07z M48.7,39.59l1.49-0.21c-1.81-0.16-3.79-0.26-6.14-0.25c0.72,0.29-2.85,0.23-1.05,0.52
l1.07-0.06l0.59,0.08C46.46,39.4,47.56,39.96,48.7,39.59z M14.22,137.87c0.38-0.31,0.79-0.61,1.16-0.93
c21.68-18.29,31.18-43.5,36.35-71.22c0.21-1.14,0.43-2.27,0.63-3.42c0.27-1.56,0.51-3.14,0.76-4.72c0.08-0.48,0.16-0.97,0.23-1.46
c0.2-1.35,0.39-2.7,0.58-4.06c0.51-3.65,0.98-8.48,1.4-12.19h-9.16l0.41,0.06c-2.14,0.23-7.14-0.11-8.56,0.47
c-2.5-0.17-3.23-0.63-4.67-0.97c-3.92-0.05-8.57-0.5-11.77-0.04c-3.92,0.11-4.65-0.4-5.73-0.8c-5.6,5.67-1.67,6.07-2.57,7.64
c-0.34,3.22-1.02,4.31-1.54,5.76c-0.29,2.5,0.06,2.49,0.35,4.27c-0.11,4.99-1.15-1.04-1.14,4.67c-0.03,0.47-0.02,0.98,0.01,1.48
c-0.06-0.09-0.12-0.21-0.16-0.4v1.43c0.12,0.75,0.27,1.31,0.41,1.21c0.13,0.73,0.3,1.25,0.44,1.24c-0.35,2.51,0.06,5.71-0.34,7.5
c1.09,3.89-0.45,8.93,0.52,13.53c-0.09,5.12,0.48,9.1,0.83,13.93c0.69,0.77,1.38,1.28,1.58,0.61v9.29c-0.06-1.77-1.53-2.7-1.93,1.4
c0.05-0.16,0.09-0.39,0.15-0.78c0.31,0.17,0.45,0.64,0.64,2.14c-0.11,1.33,0.04,4.41-0.29,3.9l-0.01-0.34
c-0.24,0.08-0.7,1.69-0.62,3.39c0.2,0.37,0.55-1.04,0.87,0.6c0.1,2.04-0.02,4.51-0.3,6.15l0.55,1.56
c-0.08,2.02-0.35,2.54-0.52,3.98l-0.23-1.05c-0.2,0.75-0.65,0.11-0.65,2.71c0.13,0.87,0.2,1.39,0.26,1.98l0.04,0.46l0,0.06v0.01
l0,0v0.01C12.98,137.3,13.63,137.6,14.22,137.87z M108.74,155.58c-0.11-0.22-0.22-0.42-0.33-0.63c-0.04-0.09-0.09-0.18-0.13-0.26
c-0.06-0.12-0.12-0.21-0.18-0.33c-1.17-2.44-2.26-5.03-3.18-7.93c-1.45-4.34-2.64-8.88-3.71-13.49
c-1.65-7.14-2.94-14.52-3.84-21.97c-3.1-26.12-2.25-52.45-0.9-69.95c0.05-0.65,0.1-1.32,0.15-1.95c-0.44,0.6-0.82,1.29-1.23,1.95
C84.31,58.76,82.84,93.99,66.55,115.5c-0.72,0.94-1.41,1.9-2.19,2.79l-1.92,2.2l0.34-1.91l0.15-0.82c0.17-0.96,0.3-1.94,0.42-2.93
c0.56-4.63,0.62-9.6,0.38-14.75c-0.2-4.6-0.62-9.33-1.1-14.1c-0.32-3.24-0.68-6.49-1.01-9.72c-0.71-7.1-1.29-14.11-1.19-20.64
c-5.38,13.32-9.95,35.31-18.87,53.93c-5.81,11.11-13.97,26.84-26.18,35.04c-0.96,0.64-1.96,1.23-2.97,1.77
c0.02,0.82,0.55,1,0.14,2.36c0.37,3.11,0.79-2.25,0.88,4.19c-0.12-1.06-0.28-1-0.42-0.39c-0.07,0.31-0.13,0.76-0.17,1.26l-0.03,0.4
l-0.01,0.1l0,0.05v0.04c2.17,2.17,2.52,2.51,2.57,2.56c-0.01-0.02,0.02-0.06,0.42-0.12c-0.25-0.13-0.73-0.59-1.62-1.62
c3.01,2.47,9.26,0.4,13.75,1.02c1.96,0.3-2.29-0.01-2.62,0.29c0.09,0.42,1.99,0.92,7.89,1.07c11.64-0.52,19.81,0.42,32.71,0.23
c-0.58-0.35,3.04-0.2,5.12-0.24c-2.63,0.3,2.52,0.65,5.02,0.71c3.05-0.2,3.5-0.86,8.3-0.8l-3.22-0.64
c-1.81-0.07-8.32,0.2-11.57,0.34c-2.04-0.73-16.16,0.33-14.67-0.67l2.03,0.14c7.43,0.35,11.21-0.63,18.2-0.98
c5.64,0.28,7.53,0.77,11.29,1.17c4.52,0.19,5.76-0.08,8.1-0.25c3.94-0.16,5.91,0.16,8.14,0.34c1.38-0.03-0.63-0.16,0.75-0.2
l2.76,0.13l1.3,0.04l0.43,0l0.17,0.01h0.03c0.87-1.39,0.45-0.78,0.73-1.17C108.8,155.69,108.77,155.64,108.74,155.58z"></path>
<path id="noir" d="M218.4,139.15v-3.86c6.55-5.51,12.04-10.42,14.79-13.13C229.17,128.3,224.32,133.78,218.4,139.15z
M185.34,159.91c-7.56,4.37-15.71,8-23.8,9.49c-12.96,2.4-18.18,1.35-26.73-0.74c-7.91-2.58-11.84-6.13-16.12-13.55
c-4.07-7.05-6.92-15.64-9.16-23.18c-2.89-9.38-4.84-19.24-6.08-29.25c-2.56-21.06-2.11-42.51-0.55-61.68
c1.27-15.69,3.28-29.85,4.99-41c0,0-1.24,1.84-4.25,3.51c-1.91,1.05-3.14,0.48-3.14,0.48C99.4,8,98.95,12.45,98.04,15.86
c-2.25,7.71-4.54,15.4-6.95,23.06c0,0.01-0.01,0.02-0.01,0.03c-0.06,0.2-0.13,0.4-0.19,0.61c-0.02,0.09-0.05,0.17-0.08,0.26
c-0.06,0.19-0.12,0.39-0.18,0.58c-0.06,0.2-0.12,0.4-0.18,0.59c-2.8,8.79-5.81,17.52-9.2,26.14c-0.44,1.12-0.89,2.25-1.35,3.38
c-0.85,2.09-1.73,4.17-2.63,6.24c-1.75,4.01-3.61,7.99-5.6,11.92c-0.06-0.88-0.14-1.78-0.24-2.69c-0.97-9.21-4.22-25.25-5.25-35.26
c-1.7-16.52-2-19.72-2-19.72c-0.1-1.07-0.3-3-0.65-7.08c0,0-1.46,2.25-4.02,3.43c-1.64,0.76-2.91,0.31-2.91,0.31
C56.15,32.13,55.7,36.59,55.2,41c-0.42,3.71-0.89,7.39-1.4,11.05c-0.19,1.36-0.38,2.7-0.58,4.05c-0.07,0.49-0.15,0.98-0.23,1.46
c-0.25,1.58-0.49,3.16-0.76,4.72c-0.2,1.15-0.42,2.28-0.63,3.42c-5.17,27.72-14.67,52.93-36.35,71.22
c-0.38,0.31-0.78,0.62-1.16,0.93c-0.96,0.79-1.92,1.59-2.94,2.35c-5.81,3.36-9.18,4.17-11.15,4.09l3.1,5.31
c0.82-0.13,1.76-0.36,2.89-0.68c2.21-0.62,4.3-1.51,6.29-2.59c1.01-0.55,2-1.13,2.97-1.77c12.21-8.2,20.37-23.93,26.18-35.04
c8.92-18.62,13.49-40.6,18.87-53.93c-0.1,6.52,0.48,13.54,1.19,20.64c0.32,3.23,0.69,6.48,1.01,9.72c0.48,4.77,0.9,9.51,1.1,14.1
c0.23,5.15,0.18,10.12-0.38,14.74c-0.12,0.99-0.24,1.97-0.42,2.93l-0.15,0.82l-0.34,1.91l1.92-2.2c0.78-0.89,1.47-1.85,2.19-2.79
C82.71,93.97,84.18,58.74,95.26,41c0.41-0.65,0.79-1.34,1.23-1.95c-0.05,0.63-0.1,1.29-0.15,1.95c-1.35,17.5-2.2,43.83,0.9,69.95
c0.9,7.45,2.19,14.83,3.84,21.97c1.07,4.62,2.26,9.16,3.71,13.49c0.92,2.89,2.01,5.49,3.18,7.93c0.05,0.12,0.12,0.21,0.18,0.33
c0.04,0.09,0.09,0.17,0.13,0.26c0.11,0.21,0.23,0.41,0.33,0.63c0.03,0.06,0.06,0.11,0.09,0.16c10.64,20.71,29.71,24.58,48.49,20.32
c0.07-0.01,0.13-0.02,0.2-0.04c11.94-2.71,23.47-9.55,33.21-16.05c0.16-0.11,0.31-0.21,0.47-0.32h-5.29
C185.64,159.73,185.49,159.83,185.34,159.91z M145.6,52.12l-0.26,0.28L145.6,52.12c-2.02-1.75-4.28-3.03-6.78-3.83
c-2.48-0.8-4.99-1.2-7.52-1.2c-2.48,0-4.98,0.4-7.48,1.2c-2.52,0.8-4.79,2.08-6.82,3.83c-2.03,1.76-3.67,4.05-4.9,6.85
c-1.25,2.83-1.86,6.24-1.86,10.23c0,3.99,0.61,7.4,1.86,10.23c1.23,2.8,2.87,5.09,4.9,6.85c2.03,1.75,4.31,2.99,6.83,3.7
c2.5,0.71,4.99,1.06,7.47,1.06c2.53,0,5.03-0.36,7.51-1.06c2.5-0.71,4.76-1.95,6.78-3.7c2.03-1.76,3.67-4.05,4.9-6.85
c1.25-2.82,1.86-6.23,1.86-10.23c0-3.99-0.61-7.4-1.86-10.23C149.26,56.17,147.63,53.89,145.6,52.12z M143.47,76.21
c-0.42,2.24-1.13,4.22-2.12,5.96c-1,1.72-2.31,3.09-3.96,4.1c-1.63,1-3.65,1.51-6.09,1.51c-2.45,0-4.46-0.51-6.09-1.51
c-1.65-1.01-2.96-2.38-3.96-4.1c-1-1.74-1.71-3.73-2.12-5.96c-0.42-2.24-0.63-4.58-0.63-7c0-2.43,0.21-4.76,0.63-7.01
c0.42-2.24,1.13-4.22,2.13-5.96c0.99-1.72,2.3-3.09,3.95-4.11c1.63-0.99,3.65-1.51,6.09-1.51c2.44,0,4.46,0.52,6.09,1.51
c1.65,1.02,2.96,2.38,3.96,4.11c0.99,1.74,1.7,3.72,2.12,5.96c0.42,2.25,0.63,4.58,0.63,7.01C144.1,71.62,143.9,73.96,143.47,76.21
z M236.2,42.67c0.03-2.33,0.07-4.63,0.13-6.89c0.06-2.27,0.13-4.43,0.21-6.5c0.09-2.06,0.18-3.82,0.3-5.27l0.04-0.48l-0.49,0.1
c-1.58,0.28-2.83,0.43-3.76,0.43c-0.92,0-2.18-0.14-3.75-0.43l-0.5-0.1l0.04,0.48c0.11,1.44,0.2,3.2,0.29,5.27
c0.09,2.07,0.16,4.23,0.21,6.5c0.05,2.27,0.09,4.57,0.12,6.89c0.03,2.33,0.05,4.49,0.05,6.45v15.8c0,1.98-0.02,4.13-0.05,6.46
c-0.03,2.33-0.07,4.63-0.12,6.89c-0.06,2.27-0.13,4.42-0.21,6.45c-0.09,2.04-0.19,3.72-0.29,5.05l-0.04,0.44l0.46-0.04
c1.29-0.12,2.56-0.17,3.79-0.17c1.23,0,2.5,0.06,3.8,0.17l0.45,0.04l-0.04-0.44c-0.12-1.33-0.21-3.01-0.3-5.05
c-0.08-2.03-0.15-4.18-0.21-6.45c-0.06-2.27-0.1-4.57-0.13-6.89c-0.02-2.33-0.05-4.48-0.04-6.46v-15.8
C236.15,47.15,236.18,44.99,236.2,42.67z M194.39,70.4c0.11-2.65,0.17-5.23,0.17-7.74c0-3.06-0.41-5.59-1.26-7.6
c-0.84-1.99-1.94-3.59-3.3-4.76c-1.34-1.17-2.87-2-4.54-2.48c-1.66-0.48-3.3-0.71-4.94-0.71c-3.13,0-5.86,0.7-8.14,2.11
c-2.03,1.25-3.79,2.95-5.29,5.11c0.02-1.99,0.1-3.97,0.25-5.96l0.03-0.46l-0.48,0.08c-0.74,0.12-1.37,0.22-1.92,0.3
c-0.52,0.09-0.99,0.13-1.42,0.13c-0.93,0-2.19-0.14-3.76-0.43l-0.51-0.09l0.06,0.49c0.28,2.49,0.46,5.17,0.55,8.05
c0.09,2.87,0.13,5.61,0.12,8.23v9.09c0,2.61-0.04,5.36-0.12,8.24c-0.09,2.87-0.27,5.47-0.55,7.78l-0.05,0.45l0.47-0.04
c1.29-0.12,2.55-0.17,3.79-0.17c1.23,0,2.5,0.06,3.79,0.17l0.47,0.04l-0.06-0.45c-0.29-2.32-0.47-4.91-0.55-7.78
c-0.09-2.88-0.13-5.63-0.13-8.24v-7.42c0-4.5,0.91-7.94,2.7-10.36c1.77-2.39,4.51-3.59,8.41-3.6c2.79,0.01,4.9,1.05,6.49,3.2
c1.58,2.15,2.4,5.37,2.4,9.7v5.32c0,3.37-0.07,6.65-0.22,9.85c-0.14,3.21-0.27,6.32-0.38,9.35l-0.02,0.42l0.45-0.05
c1.13-0.12,2.3-0.17,3.49-0.17c1.25,0,2.44,0.06,3.58,0.17l0.45,0.05l-0.03-0.44c-0.06-0.81-0.1-1.65-0.13-2.56
c-0.03-0.9-0.03-1.81-0.03-2.74v-5.67C194.22,75.84,194.27,73.04,194.39,70.4z M220.44,87.61c-0.76,0.11-1.35,0.17-1.77,0.17
c-1.65,0-2.85-0.37-3.66-1.04c-0.85-0.71-1.5-1.66-1.93-2.86c-0.45-1.21-0.71-2.59-0.79-4.13c-0.08-1.57-0.12-3.16-0.12-4.79
c0-1.92,0.02-4.1,0.04-6.55c0.03-2.44,0.08-4.78,0.13-7.02c0.05-2.24,0.12-4.17,0.21-5.79c0.06-1.2,0.12-2.04,0.16-2.45h3.84
c0.9,0,1.74,0.01,2.54,0.04c0.78,0.04,1.54,0.07,2.28,0.13l0.57,0.05l-0.17-0.52c-0.04-0.1-0.07-0.37-0.07-0.76v-1.84
c0-0.45,0.03-0.76,0.07-0.85l0.16-0.51l-0.55,0.03c-1.98,0.12-3.82,0.19-5.51,0.22c-1.38,0.02-2.41,0.04-3.08,0.04
c0.11-2.02,0.2-4.04,0.28-6.03c0.08-2.12,0.21-4.28,0.38-6.49l0.03-0.39h-0.92l-7.37,3.19l0.02,0.26c0.11,1.86,0.18,3.66,0.21,5.39
c0.01,1.56,0.05,2.89,0.1,3.99c-1.18-0.02-2.9-0.1-5.18-0.26l-0.49-0.03l0.09,0.46c0.05,0.28,0.09,0.56,0.12,0.84
c0.02,0.28,0.04,0.56,0.04,0.84c0,0.34-0.02,0.66-0.04,0.97c-0.03,0.31-0.07,0.64-0.13,0.98l-0.07,0.47l0.49-0.05
c0.57-0.06,1.1-0.1,1.6-0.13c0.5-0.03,0.98-0.04,1.42-0.04h2.34c0,3.11-0.03,5.94-0.09,8.49c-0.06,2.65-0.13,5.05-0.21,7.24
c-0.09,2.18-0.16,4.19-0.21,6.02c-0.06,1.84-0.1,3.55-0.1,5.12c0,3.54,0.87,6.29,2.65,8.19c1.79,1.9,4.56,2.83,8.21,2.82
c1.1,0,2.25-0.13,3.44-0.4c1.16-0.25,2.21-0.48,3.18-0.65l0.31-0.06v-2.9l-0.5,0.15C221.84,87.36,221.19,87.5,220.44,87.61z
M327.43,48.28c-0.54,0.09-1.12,0.13-1.73,0.13c-0.61,0-1.18-0.04-1.72-0.13c-0.56-0.08-1.15-0.19-1.77-0.3l-0.48-0.09l0.02,0.47
c0.05,1.04,0.1,2.15,0.13,3.31c0.02,1.16,0.04,2.38,0.04,3.66v7.33c0,3.43-0.02,6.14-0.04,8.11c-0.03,1.97-0.12,3.54-0.26,4.68
c-0.13,1.15-0.32,2.05-0.53,2.73c-0.22,0.68-0.54,1.52-0.93,2.5c-0.71,1.49-1.82,2.76-3.35,3.8c-1.51,1.03-3.41,1.55-5.74,1.55
c-1.6,0-2.96-0.3-4.11-0.88c-1.18-0.6-2.14-1.33-2.91-2.22c-0.69-0.76-1.3-1.92-1.8-3.49c-0.49-1.54-0.75-3.83-0.75-6.84
c0-4.36,0.07-8.62,0.21-12.78c0.14-4.15,0.35-7.97,0.63-11.46l0.04-0.49l-0.5,0.1c-1.4,0.29-2.55,0.43-3.41,0.43
c-0.93,0-2.1-0.14-3.5-0.43l-0.47-0.1l0.01,0.46c0.06,2.44,0.1,4.86,0.13,7.25c0.03,2.38,0.04,4.59,0.04,6.63
c0,2.15-0.04,4.31-0.13,6.49c-0.09,2.19-0.13,4.83-0.13,7.91c0,4.6,1.29,8.19,3.9,10.7c2.6,2.49,6.19,3.72,10.68,3.72h0.02
c2.79,0.01,5.38-0.67,7.77-2.01c2.11-1.19,3.87-2.97,5.29-5.31v2.6c0,0.63-0.02,1.24-0.04,1.81c-0.03,0.57-0.07,1.12-0.13,1.64
l-0.05,0.45l0.47-0.05c1.12-0.12,2.22-0.17,3.28-0.17c1.06,0,2.15,0.06,3.27,0.17l0.45,0.05l-0.03-0.43
c-0.11-2.33-0.2-4.74-0.25-7.24c-0.05-2.5-0.08-5.06-0.08-7.67c0-4.72,0.03-9.18,0.08-13.4c0.06-4.21,0.22-8.59,0.52-13.13
l0.03-0.47l-0.49,0.1C328.55,48.1,327.98,48.2,327.43,48.28z M280.7,52.12c-2.03-1.75-4.28-3.03-6.77-3.83
c-2.47-0.8-4.98-1.2-7.52-1.2c-2.48,0-4.97,0.4-7.48,1.2c-2.52,0.8-4.79,2.08-6.81,3.83c-2.04,1.76-3.67,4.05-4.9,6.85
c-1.25,2.83-1.86,6.24-1.86,10.23c0,3.99,0.61,7.4,1.86,10.23c1.23,2.8,2.86,5.09,4.9,6.85c2.02,1.75,4.3,2.99,6.82,3.7
c2.5,0.71,4.98,1.06,7.46,1.06c2.53,0,5.04-0.36,7.51-1.06c2.49-0.71,4.76-1.95,6.79-3.7c2.04-1.76,3.67-4.05,4.9-6.85
c1.25-2.82,1.86-6.23,1.86-10.23c0-3.99-0.62-7.4-1.86-10.23C284.37,56.17,282.73,53.89,280.7,52.12z M278.58,76.21
c-0.42,2.24-1.13,4.22-2.13,5.96c-1,1.72-2.31,3.09-3.95,4.1c-1.63,1-3.65,1.51-6.09,1.51s-4.46-0.51-6.09-1.51
c-1.64-1.01-2.96-2.38-3.96-4.1c-0.99-1.74-1.7-3.73-2.13-5.96c-0.42-2.24-0.63-4.58-0.63-7c0-2.43,0.21-4.76,0.63-7.01
c0.43-2.24,1.13-4.22,2.13-5.96c1-1.72,2.32-3.09,3.96-4.11c1.63-0.99,3.65-1.51,6.09-1.51s4.46,0.52,6.09,1.51
c1.65,1.02,2.96,2.38,3.95,4.11c1,1.74,1.71,3.72,2.13,5.96c0.42,2.25,0.63,4.58,0.63,7.01C279.2,71.62,278.99,73.96,278.58,76.21z
M345.78,28.33c-1.29-0.01-2.44,0.48-3.35,1.42c-0.91,0.93-1.39,2.09-1.38,3.39c-0.01,1.3,0.47,2.45,1.38,3.39
c0.91,0.94,2.05,1.44,3.35,1.43h0.02c1.28,0,2.42-0.5,3.32-1.43c0.92-0.93,1.39-2.08,1.39-3.39c0-1.31-0.47-2.46-1.39-3.39
C348.21,28.81,347.07,28.32,345.78,28.33z M392.93,63.67c-1.36-1.96-3.06-3.57-5.1-4.82c-2-1.24-4.17-2.28-6.48-3.13
c-2.28-0.84-4.41-1.8-6.38-2.86c-1.95-1.06-3.57-2.35-4.87-3.88c-1.26-1.49-1.92-3.55-1.92-6.23c0-1.53,0.26-2.94,0.78-4.24
c0.52-1.29,1.26-2.4,2.21-3.32c0.96-0.92,2.08-1.64,3.37-2.15c1.28-0.5,2.69-0.75,4.23-0.75c1.54,0,2.84,0.27,3.91,0.79
c1.1,0.54,2.04,1.19,2.83,1.98c0.8,0.79,1.42,1.64,1.88,2.57c0.48,0.95,0.86,1.82,1.13,2.62l0.08,0.25h1.62l0.06-0.3
c0.34-1.68,0.68-3.07,1.01-4.16c0.33-1.08,0.75-2.11,1.25-3.08l0.13-0.26l-0.22-0.19c-1.73-1.42-3.62-2.48-5.64-3.17
c-2.05-0.68-4.44-1.02-7.2-1.02c-2.87,0-5.47,0.41-7.79,1.24c-2.31,0.83-4.3,1.99-5.95,3.49c-1.66,1.49-2.93,3.26-3.79,5.32
c-0.87,2.05-1.3,4.33-1.3,6.81c0,3.48,0.67,6.28,2.06,8.4c1.36,2.08,3.06,3.79,5.08,5.13c2.01,1.32,4.18,2.43,6.49,3.31
c2.29,0.87,4.41,1.82,6.38,2.86c1.95,1.03,3.57,2.31,4.87,3.84c1.27,1.5,1.92,3.53,1.92,6.15c0,1.71-0.28,3.31-0.83,4.81
c-0.55,1.5-1.34,2.8-2.35,3.89c-1.02,1.1-2.25,1.97-3.7,2.62c-1.45,0.65-3.08,0.98-4.9,0.98c-1.78,0-3.38-0.28-4.79-0.81
c-1.44-0.54-2.69-1.23-3.77-2.08c-1.08-0.84-1.99-1.79-2.74-2.85c-0.76-1.05-1.35-2.1-1.79-3.12l-0.1-0.22H361l-0.03,0.33
c-0.17,1.69-0.35,3.06-0.55,4.12c-0.2,1.05-0.54,2.24-1.05,3.56l-0.08,0.24l0.2,0.17c1.51,1.25,3.37,2.36,5.58,3.32
c2.25,0.99,5.16,1.48,8.71,1.48c3.34,0,6.31-0.48,8.94-1.47c2.63-0.97,4.87-2.37,6.69-4.19c1.83-1.81,3.22-3.94,4.17-6.37
c0.95-2.42,1.43-5,1.43-7.72C395,68.31,394.32,65.68,392.93,63.67z M349.44,56.43c0.08-2.88,0.27-5.56,0.55-8.05l0.05-0.49
l-0.51,0.09c-1.57,0.29-2.83,0.43-3.75,0.43c-0.92,0-2.18-0.14-3.76-0.43l-0.51-0.09l0.06,0.49c0.28,2.49,0.47,5.17,0.55,8.05
c0.09,2.87,0.13,5.61,0.13,8.23v9.09c0,2.61-0.04,5.36-0.13,8.24c-0.08,2.87-0.26,5.47-0.55,7.78l-0.06,0.45l0.48-0.04
c1.29-0.12,2.55-0.17,3.79-0.17c1.23,0,2.5,0.06,3.8,0.17l0.47,0.04l-0.06-0.45c-0.28-2.32-0.47-4.91-0.55-7.78
c-0.09-2.88-0.13-5.63-0.13-8.24v-9.09C349.31,62.04,349.35,59.3,349.44,56.43z"></path>
<linearGradient gradientUnits="userSpaceOnUse" x1="128.3335" y1="127.7553" x2="394.043" y2="127.7553" id="gradblue">
<stop offset="0" style="stop-color:#00B3DC"></stop>
<stop offset="0.7212" style="stop-color:#007DB4"></stop>
</linearGradient>
<path id="ble" class="vst1" d="M148.78,132.54c-1.43-0.8-2.99-1.42-4.7-1.85c-1.7-0.45-3.27-0.96-4.7-1.55
c-1.43-0.59-2.63-1.4-3.59-2.44c-0.96-1.03-1.44-2.48-1.44-4.37c0-1.29,0.22-2.42,0.66-3.36c0.44-0.94,0.98-1.7,1.65-2.3
c0.66-0.58,1.39-1.03,2.23-1.32c0.82-0.3,1.64-0.44,2.47-0.44c1.87,0,3.43,0.56,4.7,1.68c1.26,1.12,2.11,2.38,2.55,3.8h0.98
c0.12-0.71,0.36-1.71,0.75-3.01c0.39-1.29,0.8-2.38,1.23-3.27c-1.27-0.48-2.6-1-4-1.59c-1.4-0.59-3.11-0.88-5.15-0.88
c-2.2,0-4.15,0.34-5.85,1.01c-1.71,0.69-3.13,1.61-4.29,2.79c-1.15,1.18-2.03,2.58-2.64,4.2c-0.6,1.62-0.91,3.41-0.91,5.35
c0,2.48,0.48,4.42,1.44,5.83c0.96,1.41,2.16,2.56,3.59,3.4c1.43,0.86,2.99,1.52,4.69,1.99c1.7,0.47,3.27,1.01,4.7,1.63
c1.43,0.62,2.62,1.41,3.58,2.39c0.97,0.97,1.45,2.37,1.45,4.2c0,1.31-0.22,2.46-0.66,3.45c-0.44,1-1.03,1.83-1.77,2.47
c-0.74,0.66-1.6,1.15-2.56,1.51c-0.97,0.35-1.97,0.53-3.01,0.53c-1.16,0-2.24-0.21-3.25-0.62c-1.02-0.42-1.93-0.93-2.72-1.55
c-0.8-0.62-1.48-1.29-2.06-1.99c-0.58-0.71-1-1.35-1.28-1.94h-0.98c0,0.89-0.18,1.99-0.54,3.32c-0.36,1.33-0.7,2.37-1.03,3.14
c1.16,0.7,2.59,1.32,4.28,1.85c1.71,0.53,3.82,0.79,6.35,0.79c2.3,0,4.37-0.37,6.18-1.11c1.82-0.73,3.37-1.76,4.67-3.09
c1.29-1.33,2.28-2.82,2.97-4.47c0.69-1.64,1.02-3.32,1.02-5.04c0-2.47-0.47-4.41-1.44-5.83
C151.4,134.44,150.2,133.33,148.78,132.54z M190.81,116.8c-0.49,0.12-0.98,0.21-1.46,0.29c-0.5,0.07-1.01,0.11-1.54,0.11
c-0.54,0-1.06-0.04-1.55-0.11c-0.49-0.08-1-0.17-1.54-0.29c0.05,0.95,0.09,1.94,0.11,2.99c0.03,1.06,0.04,2.16,0.04,3.31v6.61
c0,3.09-0.02,5.53-0.04,7.31c-0.03,1.79-0.1,3.21-0.22,4.26c-0.12,1.05-0.28,1.88-0.47,2.51c-0.21,0.64-0.46,1.39-0.82,2.29
c-0.63,1.41-1.63,2.61-3.01,3.58c-1.37,0.98-3.08,1.46-5.14,1.46c-1.41,0-2.65-0.26-3.7-0.83c-1.05-0.54-1.93-1.24-2.61-2.08
c-0.64-0.74-1.18-1.82-1.61-3.27c-0.44-1.45-0.66-3.53-0.66-6.25c0-3.94,0.06-7.77,0.18-11.53c0.12-3.75,0.31-7.21,0.55-10.35
c-1.23,0.26-2.23,0.4-3.01,0.4c-0.83,0-1.86-0.14-3.08-0.4c0.04,2.21,0.08,4.38,0.11,6.54c0.02,2.15,0.03,4.14,0.03,5.98
c0,1.95-0.03,3.9-0.1,5.86c-0.08,1.97-0.11,4.35-0.11,7.13c0,4.1,1.09,7.23,3.27,9.41c2.17,2.18,5.17,3.26,8.97,3.26
c2.35,0,4.53-0.59,6.53-1.77c2.01-1.18,3.65-3.03,4.92-5.55h0.14v3.39c0,0.57-0.01,1.13-0.04,1.66c-0.03,0.53-0.07,1.02-0.11,1.49
c0.97-0.11,1.93-0.15,2.85-0.15c0.94,0,1.89,0.04,2.87,0.15c-0.09-2.09-0.17-4.28-0.22-6.54c-0.05-2.25-0.07-4.56-0.07-6.93
c0-4.24,0.02-8.27,0.07-12.08C190.42,124.84,190.57,120.9,190.81,116.8z M215.75,116.03c-3.57,0-6.8,2.82-9.68,8.49l-0.15-0.08
c0-1,0.01-2.04,0.04-3.14c0.03-1.12,0.13-2.6,0.33-4.5c-0.54,0.12-1.05,0.21-1.54,0.29c-0.49,0.07-0.95,0.11-1.39,0.11
c-0.55,0-1.05-0.04-1.54-0.11c-0.49-0.08-1.01-0.17-1.55-0.29c0.15,3.46,0.23,6.54,0.26,9.21c0.03,2.68,0.04,5.04,0.04,7.08v2.52
c0,4.46-0.01,8.23-0.04,11.29c-0.02,3.08-0.11,5.5-0.26,7.29c0.98-0.11,2.01-0.15,3.09-0.15c0.98,0,1.95,0.04,2.93,0.15
c-0.15-1.15-0.24-2.66-0.26-4.53c-0.02-1.86-0.04-4.55-0.04-8.06v-8.65c0-1.52,0.17-2.96,0.51-4.29c0.34-1.34,0.84-2.5,1.47-3.47
c0.63-0.97,1.42-1.74,2.34-2.32c0.93-0.58,1.98-0.86,3.15-0.86c0.73,0,1.46,0.13,2.16,0.4c0.71,0.26,1.19,0.55,1.43,0.86l0.51-0.39
c0-1.04,0.03-2.21,0.08-3.5c0.04-1.28,0.19-2.23,0.44-2.87c-0.49-0.21-0.89-0.34-1.21-0.39
C216.57,116.05,216.2,116.03,215.75,116.03z M262.93,150.61c-3.18,0.06-6.5,0.11-9.98,0.11c-0.05-3.82-0.09-8.18-0.15-13.02
c-0.04-4.86-0.07-10.58-0.07-17.2c0-3.46,0.06-6.85,0.18-10.19c0.13-3.33,0.26-6.72,0.41-10.18c-0.64,0.11-1.25,0.2-1.84,0.28
c-0.59,0.07-1.18,0.12-1.76,0.12c-0.59,0-1.18-0.05-1.76-0.12c-0.58-0.08-1.2-0.17-1.83-0.28c0.14,3.46,0.29,6.86,0.4,10.18
c0.12,3.33,0.19,6.73,0.19,10.19v13.54c0,3.46-0.07,6.87-0.19,10.23c-0.12,3.35-0.26,6.66-0.4,9.92c2.35-0.11,4.61-0.15,6.78-0.15
h13.54c2.26,0,4.51,0.04,6.75,0.15c-0.24-0.84-0.36-1.56-0.36-2.14c0-0.63,0.12-1.41,0.36-2.36
C269.54,150.22,266.11,150.52,262.93,150.61z M308.71,120.47c-1.71-1.55-3.62-2.68-5.72-3.38c-2.1-0.71-4.24-1.06-6.38-1.06
c-2.1,0-4.22,0.34-6.36,1.06c-2.12,0.7-4.04,1.83-5.76,3.38c-1.7,1.54-3.09,3.57-4.14,6.06c-1.05,2.49-1.58,5.53-1.58,9.09
c0,3.57,0.53,6.6,1.58,9.09c1.05,2.49,2.44,4.51,4.14,6.06c1.71,1.55,3.63,2.64,5.76,3.28c2.14,0.62,4.25,0.93,6.36,0.93
c2.14,0,4.28-0.31,6.38-0.93c2.1-0.63,4.01-1.73,5.72-3.28c1.71-1.54,3.1-3.57,4.15-6.06c1.05-2.49,1.58-5.52,1.58-9.09
c0-3.56-0.53-6.59-1.58-9.09C311.8,124.04,310.42,122.01,308.71,120.47z M307.42,141.98c-0.35,2.06-0.98,3.88-1.86,5.49
c-0.88,1.59-2.06,2.86-3.53,3.81c-1.46,0.94-3.28,1.42-5.42,1.42c-2.15,0-3.97-0.48-5.44-1.42c-1.46-0.95-2.63-2.22-3.52-3.81
c-0.88-1.61-1.5-3.43-1.87-5.49c-0.37-2.03-0.55-4.16-0.55-6.36c0-2.21,0.18-4.33,0.55-6.38c0.36-2.04,0.99-3.87,1.87-5.47
c0.89-1.6,2.06-2.87,3.52-3.82c1.47-0.94,3.29-1.41,5.44-1.41c2.14,0,3.96,0.47,5.42,1.41c1.47,0.95,2.65,2.22,3.53,3.82
c0.88,1.6,1.51,3.43,1.86,5.47c0.38,2.05,0.56,4.17,0.56,6.38C307.98,137.82,307.79,139.94,307.42,141.98z M330.02,124.08
c0.08-2.6,0.23-5.02,0.48-7.28c-1.36,0.26-2.46,0.4-3.29,0.4c-0.84,0-1.94-0.14-3.31-0.4c0.24,2.26,0.41,4.68,0.48,7.28
c0.07,2.59,0.11,5.08,0.11,7.44v8.17c0,2.36-0.04,4.84-0.11,7.44c-0.08,2.6-0.24,4.95-0.48,7.05c1.13-0.11,2.23-0.15,3.31-0.15
c1.07,0,2.17,0.04,3.29,0.15c-0.24-2.09-0.39-4.45-0.48-7.05c-0.07-2.6-0.11-5.08-0.11-7.44v-8.17
C329.92,129.16,329.96,126.68,330.02,124.08z M327.2,100.7c-1.03,0-1.92,0.4-2.64,1.18c-0.74,0.78-1.1,1.73-1.1,2.85
c0,1.09,0.36,2.04,1.1,2.83c0.72,0.78,1.61,1.17,2.64,1.17c1.02,0,1.91-0.39,2.64-1.17c0.73-0.79,1.09-1.74,1.09-2.83
c0-1.12-0.36-2.06-1.09-2.85C329.11,101.1,328.23,100.7,327.2,100.7z M357.28,116.03c-3.57,0-6.79,2.82-9.68,8.49l-0.15-0.08
c0-1,0.01-2.04,0.03-3.14c0.03-1.12,0.14-2.6,0.34-4.5c-0.54,0.12-1.06,0.21-1.55,0.29c-0.48,0.07-0.95,0.11-1.38,0.11
c-0.55,0-1.06-0.04-1.55-0.11c-0.49-0.08-1-0.17-1.54-0.29c0.15,3.46,0.23,6.54,0.26,9.21c0.02,2.68,0.04,5.04,0.04,7.08v2.52
c0,4.46-0.01,8.23-0.04,11.29c-0.03,3.08-0.12,5.5-0.26,7.29c0.97-0.11,2-0.15,3.09-0.15c0.98,0,1.95,0.04,2.93,0.15
c-0.15-1.15-0.23-2.66-0.26-4.53c-0.02-1.86-0.03-4.55-0.03-8.06v-8.65c0-1.52,0.17-2.96,0.51-4.29c0.34-1.34,0.84-2.5,1.47-3.47
c0.63-0.97,1.41-1.74,2.35-2.32c0.92-0.58,1.97-0.86,3.15-0.86c0.73,0,1.45,0.13,2.16,0.4c0.71,0.26,1.18,0.55,1.43,0.86l0.51-0.39
c0-1.04,0.03-2.21,0.07-3.5c0.05-1.28,0.2-2.23,0.44-2.87c-0.49-0.21-0.89-0.34-1.21-0.39
C358.09,116.05,357.72,116.03,357.28,116.03z M393.12,125.86c-0.61-1.95-1.56-3.64-2.83-5.08c-1.27-1.44-2.86-2.6-4.73-3.46
c-1.88-0.87-4.12-1.28-6.72-1.28c-5.47,0-9.64,1.82-12.5,5.48c-2.87,3.69-4.29,8.75-4.29,15.21c0,2.61,0.42,5.06,1.28,7.31
c0.85,2.25,2.08,4.21,3.67,5.86c1.59,1.66,3.47,2.92,5.64,3.79c2.18,0.85,4.59,1.29,7.23,1.29c2.34,0,4.61-0.45,6.79-1.33
c2.17-0.9,4-1.97,5.46-3.23l0.45-3.85l-0.37-0.23c-0.64,0.78-1.38,1.53-2.24,2.19c-0.86,0.68-1.77,1.28-2.75,1.77
c-0.99,0.5-1.99,0.9-3.01,1.18c-1.03,0.29-2.03,0.44-3.01,0.44c-2.05,0-3.87-0.37-5.43-1.14c-1.57-0.76-2.88-1.79-3.96-3.06
c-1.07-1.29-1.89-2.81-2.46-4.61c-0.56-1.78-0.84-3.7-0.84-5.73v-1.03c0-0.53,0.02-0.93,0.07-1.18c1.62-0.05,3.22-0.11,4.81-0.17
c1.59-0.04,3.19-0.08,4.8-0.08c2.65,0,5.26,0.03,7.85,0.08c2.6,0.05,5.22,0.12,7.85,0.17c0.05-0.53,0.09-1.04,0.12-1.54
c0.02-0.5,0.04-1.02,0.04-1.53C394.04,129.87,393.73,127.79,393.12,125.86z M383.18,132.31c-1.66,0.05-3.3,0.08-4.91,0.08
c-1.58,0-3.17-0.03-4.82-0.08c-1.64-0.05-3.21-0.11-4.72-0.16c0.09-1.43,0.35-2.93,0.76-4.53c0.42-1.6,1.03-3.06,1.83-4.41
c0.81-1.34,1.84-2.45,3.08-3.34c1.25-0.89,2.78-1.34,4.59-1.34c1.91,0,3.44,0.44,4.62,1.34c1.17,0.89,2.09,2.01,2.75,3.38
c0.66,1.37,1.1,2.83,1.33,4.41c0.21,1.58,0.32,3.06,0.32,4.49C386.46,132.2,384.85,132.26,383.18,132.31z" style="fill:url(#gradblue);"></path>
</g>
</svg>

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -0,0 +1,3 @@
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="45" width="1140">
<polygon points="0,0 500,0 680,45 1140,0 1140,0 1140,45 0,45" style="fill:white" />
</svg>

After

Width:  |  Height:  |  Size: 216 B

View File

@ -0,0 +1,44 @@
{% extends "combo/page_template.html" %}
{% load static i18n combo gadjo %}
{% block header-title %}
{% endblock %}
{% block header-post %}
<div id="header-post">
<div class="polygone-wrapper">
<div class="polygone"></div>
</div>
<div class="content">
<h1 id="logo"><a accesskey="1" href="{% firstof logo_link_url portal_url '/' %}">{% firstof global_title site_title "Compte Citoyen" %}</a></h1>
</div>
<div>
{% endblock %}
{% block nav-post %}
<div id="nav-post"></div>
{% endblock %}
{% block footer-top %}
<div id="footer-top">
<div class="polygone-wrapper">
<div class="polygone"></div>
</div>
</div>
{% endblock %}
{% block content-post %}
<div id="content-post">
{% trans "Services" as name %}
{% placeholder "services" acquired=True name=name %}
</div>
{% endblock %}
{% block footer %}
<div class="logo"></div>
<div class="content">
{% trans "Footer" as name %}
{% placeholder "footer" acquired=True name=name %}
</div>
{% endblock %}