ajout sections "contact" et footer

This commit is contained in:
Pierre 2020-01-22 03:48:57 +01:00
parent 828e5cc204
commit 786cc89ab6
9 changed files with 321 additions and 31 deletions

View file

@ -27,7 +27,7 @@
<INCLURE{fond=inclure/diaporama_accueil}/> <INCLURE{fond=inclure/diaporama_accueil}/>
</div> </div>
<div class="col-lg-3"> <div class="col-lg-3">
<div id="agenda"> <div id="agenda" class="mt-4 mt-lg-0">
<h3>Agenda</h3> <h3>Agenda</h3>
<BOUCLE_agenda(ARTICLES){titre_mot=agenda}> <BOUCLE_agenda(ARTICLES){titre_mot=agenda}>
<div class="agenda-evenement"> <div class="agenda-evenement">
@ -52,7 +52,7 @@
<h3>À la une</h3> <h3>À la une</h3>
<div class="row liste-articles"> <div class="row liste-articles">
<BOUCLE_a_la_une(ARTICLES){titre_mot=a_la_une}> <BOUCLE_a_la_une(ARTICLES){titre_mot=a_la_une}>
<div class="col-md-4"> <div class="col-lg-4 mt-4 mt-lg-0">
<INCLURE{fond=inclure/bloc_article, env, id_article}/> <INCLURE{fond=inclure/bloc_article, env, id_article}/>
</div> </div>
</BOUCLE_a_la_une> </BOUCLE_a_la_une>
@ -64,11 +64,17 @@
<div class="container"> <div class="container">
<h3>Nous contacter</h3> <h3>Nous contacter</h3>
<div class="row"> <div class="row">
<div class="col-md-6"> <div class="col-lg-6">
<INCLURE{fond=inclure/bloc_article, env, id_article}/> <BOUCLE_webmaster(AUTEURS){id_auteur=1}>
<div class="ajax">
#FORMULAIRE_NOUS_CONTACTER{#ID_AUTEUR}
</div> </div>
<div class="col-md-6"> </BOUCLE_webmaster>
<INCLURE{fond=inclure/bloc_article, env, id_article}/> </div>
<div class="col-lg-6 text-center">
<BOUCLE_image_rousseau(DOCUMENTS){credits=rousseau}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}>
[(#FICHIER|image_recadre{510:420,-,focus}|image_reduire{510,420})]
</BOUCLE_image_rousseau>
</div> </div>
</div> </div>
</div> </div>

View file

@ -58,6 +58,7 @@ a, a:hover {
/**************************** PAGE ACCUEIL ****************************/ /**************************** PAGE ACCUEIL ****************************/
/**********************************************************************/ /**********************************************************************/
// 1. SECTION PRESENTATION
#presentation-accueil{ #presentation-accueil{
padding: 10rem 0 2rem 0; padding: 10rem 0 2rem 0;
@ -94,6 +95,8 @@ a, a:hover {
} }
} }
// 2. SECTION MIS EN AVANT
#mis-en-avant{ #mis-en-avant{
background: $bg-mis-en-avant; background: $bg-mis-en-avant;
background-size: cover; background-size: cover;
@ -114,7 +117,6 @@ a, a:hover {
text-align: center; text-align: center;
h3{ h3{
font-weight: 700; font-weight: 700;
text-transform: uppercase;
margin: 1.5rem; margin: 1.5rem;
color: $bg-diapo-texte; color: $bg-diapo-texte;
} }
@ -127,6 +129,8 @@ a, a:hover {
margin: 0 1.5rem 1.5rem 1.5rem; margin: 0 1.5rem 1.5rem 1.5rem;
} }
// 3. SECTION A LA UNE
#a-la-une{ #a-la-une{
background: $bg-a-la-une; background: $bg-a-la-une;
.container{ .container{
@ -134,7 +138,6 @@ a, a:hover {
} }
h3{ h3{
font-weight: 700; font-weight: 700;
text-transform: uppercase;
padding: 1rem; padding: 1rem;
} }
} }
@ -161,9 +164,11 @@ a, a:hover {
} }
.photo_article{ .photo_article{
max-width: 100%; img{
width: 100%;
height: auto; height: auto;
} }
}
.bloc-textes{ .bloc-textes{
padding: 1.5rem; padding: 1.5rem;
@ -175,6 +180,40 @@ a, a:hover {
} }
} }
// 4. SECTION NOUS CONTACTER
#nous-contacter{
background: $bg-nous-contacter;
.container{
padding: 4rem 0;
}
h3{
color: $light;
font-weight: 700;
padding: 1rem;
}
img{
max-width: 100%;
}
.formulaire_nous_contacter{
input, textarea{
background-color: $light;
padding: 0.5rem;
border: none;
border-radius: 0.2rem;
}
input.submit{
border: solid 2px $light;
font-size: 1.5rem;
background: none;
color: $light;
cursor: pointer;
&:hover{
background: rgba(255,255,255,0.25);
border-color: transparent;
}
}
}
}
/**********************************************************************/ /**********************************************************************/
/**************************** CAROUSEL ********************************/ /**************************** CAROUSEL ********************************/
/**********************************************************************/ /**********************************************************************/
@ -244,18 +283,35 @@ a, a:hover {
/***************************** FOOTER *********************************/ /***************************** FOOTER *********************************/
/**********************************************************************/ /**********************************************************************/
.footer { #footer-infos{
margin-top:4rem; padding: 2rem 0;
padding-top: 1rem; }
border-top:3px solid;
padding-bottom: 2rem; .footer{
background: $fond-footer;
color: $light;
padding-bottom: 1rem;
margin-bottom:0; margin-bottom:0;
text-align: left; text-align: left;
position:relative; position:relative;
/*.colophon { padding-right: 100px; }*/
h4{
color: $titres-footer;
font-weight: 600;
}
.nav li a, .colophon a { .nav li a, .colophon a {
color: $light;
padding: 10px 15px; padding: 10px 15px;
} }
.colophon{
padding-top: 1rem;
border-top: solid $titres-footer 1px;
ul{
justify-content: space-between;
}
}
.colophon .generator { .colophon .generator {
max-width: 300px; max-width: 300px;
} }
@ -279,7 +335,6 @@ a, a:hover {
} }
/**********************************************************************/ /**********************************************************************/
/**************** TOUS LES FORMULAIRES DE CONNEXION *******************/ /**************** TOUS LES FORMULAIRES DE CONNEXION *******************/
/**********************************************************************/ /**********************************************************************/

View file

@ -2,10 +2,15 @@ $couleur-texte : black;
$dark: #595959; $dark: #595959;
$fond-menu: #3b3f8a; $fond-menu: #3b3f8a;
$page-active: #ffe9aa; $page-active: #ffe9aa;
$fond-footer: #464ba3;
$titres-footer: #64d4af;
$bg-presentation: url('../images/bg-rouge-fonce-3.jpg'); $bg-presentation: url('../images/bg-rouge-fonce-3.jpg');
$bg-texte-presentation: url('../images/bg-encadre-blanc3.jpg'); $bg-texte-presentation: url('../images/bg-encadre-blanc3.jpg');
$bg-mis-en-avant: url('../images/delaunay_brut.jpg'); $bg-mis-en-avant: url('../images/delaunay_brut.jpg');
$bg-a-la-une: url('../images/fond-une-jaune.jpg'); $bg-a-la-une: url('../images/fond-une-jaune.jpg');
$bg-nous-contacter: url('../images/Fond-contact-bleuvert.jpg');
$bg-diapo: rgba(255,243,219,0.75); $bg-diapo: rgba(255,243,219,0.75);
$bg-diapo-texte: rgba(0,13,158,0.65); $bg-diapo-texte: rgba(0,13,158,0.65);

View file

@ -11954,7 +11954,6 @@ a, a:hover {
#agenda h3 { #agenda h3 {
font-weight: 700; font-weight: 700;
text-transform: uppercase;
margin: 1.5rem; margin: 1.5rem;
color: rgba(0, 13, 158, 0.65); color: rgba(0, 13, 158, 0.65);
} }
@ -11977,7 +11976,6 @@ a, a:hover {
#a-la-une h3 { #a-la-une h3 {
font-weight: 700; font-weight: 700;
text-transform: uppercase;
padding: 1rem; padding: 1rem;
} }
@ -12008,8 +12006,8 @@ a, a:hover {
position: relative; position: relative;
} }
.liste-articles .photo_article { .liste-articles .photo_article img {
max-width: 100%; width: 100%;
height: auto; height: auto;
} }
@ -12024,6 +12022,44 @@ a, a:hover {
flex-grow: 1; flex-grow: 1;
} }
#nous-contacter {
background: url("../images/Fond-contact-bleuvert.jpg");
}
#nous-contacter .container {
padding: 4rem 0;
}
#nous-contacter h3 {
color: #f8f9fa;
font-weight: 700;
padding: 1rem;
}
#nous-contacter img {
max-width: 100%;
}
#nous-contacter .formulaire_nous_contacter input, #nous-contacter .formulaire_nous_contacter textarea {
background-color: #f8f9fa;
padding: 0.5rem;
border: none;
border-radius: 0.2rem;
}
#nous-contacter .formulaire_nous_contacter input.submit {
border: solid 2px #f8f9fa;
font-size: 1.5rem;
background: none;
color: #f8f9fa;
cursor: pointer;
}
#nous-contacter .formulaire_nous_contacter input.submit:hover {
background: rgba(255, 255, 255, 0.25);
border-color: transparent;
}
/**********************************************************************/ /**********************************************************************/
/**************************** CAROUSEL ********************************/ /**************************** CAROUSEL ********************************/
/**********************************************************************/ /**********************************************************************/
@ -12101,21 +12137,39 @@ a, a:hover {
/**********************************************************************/ /**********************************************************************/
/***************************** FOOTER *********************************/ /***************************** FOOTER *********************************/
/**********************************************************************/ /**********************************************************************/
#footer-infos {
padding: 2rem 0;
}
.footer { .footer {
margin-top: 4rem; background: #464ba3;
padding-top: 1rem; color: #f8f9fa;
border-top: 3px solid; padding-bottom: 1rem;
padding-bottom: 2rem;
margin-bottom: 0; margin-bottom: 0;
text-align: left; text-align: left;
position: relative; position: relative;
/*.colophon { padding-right: 100px; }*/ }
.footer h4 {
color: #64d4af;
font-weight: 600;
} }
.footer .nav li a, .footer .colophon a { .footer .nav li a, .footer .colophon a {
color: #f8f9fa;
padding: 10px 15px; padding: 10px 15px;
} }
.footer .colophon {
padding-top: 1rem;
border-top: solid #64d4af 1px;
}
.footer .colophon ul {
-webkit-box-pack: justify;
justify-content: space-between;
}
.footer .colophon .generator { .footer .colophon .generator {
max-width: 300px; max-width: 300px;
} }

View file

@ -1,5 +1,19 @@
[<link rel="stylesheet" href="(#CSS{css/gamu_footer.css})" type="text/css" />] [<link rel="stylesheet" href="(#CSS{css/gamu_footer.css})" type="text/css" />]
<div class="colophon">
<section id="footer-infos">
<div class="container">
<div class="row">
<BOUCLE_col_footer(ARTICLES){grigri=footer}{tout}>
<div class="col-lg-4">
<h4 class="#EDIT{titre}">#TITRE</h4>
<span class="#EDIT{texte}">#TEXTE</span>
</div>
</BOUCLE_col_footer>
</div>
</div>
</section>
<div class="colophon container">
<ul class="nav"> <ul class="nav">
<li class="separ"> <li class="separ">
<a rel="contents" href="#URL_PAGE{plan}"> <a rel="contents" href="#URL_PAGE{plan}">
@ -46,8 +60,8 @@ else {
?> ?>
<li class="generator"> <li class="generator">
<!--small></small--> <!--small></small-->
<a href="http://gamuza.fr" rel="generator" title="Site réalisé par Gamuza" class="spip_out">[(#CHEMIN{images/gamuza_noir.png}|balise_img{GAMUZA}|image_reduire{70,70})]</a> <a href="http://gamuza.fr" rel="generator" title="Site réalisé par Gamuza" class="spip_out">[(#CHEMIN{images/gamuza_blanc.svg}|balise_img{GAMUZA}|image_reduire{70,70})]</a>
<a href="http://www.spip.net/" rel="generator" title="motorisé par SPIP" class="spip_out">[(#CHEMIN{images/logo_spip_noir.png}|balise_img{SPIP}|image_reduire{45,45})]</a> <a href="http://www.spip.net/" rel="generator" title="motorisé par SPIP" class="spip_out">[(#CHEMIN{images/logo_spip_blanc.png}|balise_img{SPIP}|image_reduire{45,45})]</a>
</li> </li>
</ul> </ul>
</div> </div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

156
images/gamuza_blanc.svg Normal file
View file

@ -0,0 +1,156 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 15.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="Calque_1"
x="0px"
y="0px"
width="275.04556mm"
height="161.82684mm"
viewBox="0 0 974.57089 573.40223"
enable-background="new 0 0 5669.289 1417.32"
xml:space="preserve"
inkscape:version="0.92.2 (5c3e80d, 2017-08-06)"
sodipodi:docname="logo_paysage_blanc.svg"
inkscape:export-filename="G:\_ST_GAMUZA\logos\melanie_v2\logo_Gamuza_A4_paysage.png"
inkscape:export-xdpi="318"
inkscape:export-ydpi="318"><metadata
id="metadata57"><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></dc:title></cc:Work></rdf:RDF></metadata><defs
id="defs55" /><sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1737"
inkscape:window-height="1019"
id="namedview53"
showgrid="false"
units="mm"
inkscape:zoom="0.74879162"
inkscape:cx="292.38259"
inkscape:cy="281.01137"
inkscape:window-x="79"
inkscape:window-y="10"
inkscape:window-maximized="0"
inkscape:current-layer="g4185"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:showpageshadow="true"
borderlayer="false" /><g
id="g4185"
transform="matrix(0.66705653,0,0,0.66705653,6.1236709,43.160646)"><g
transform="translate(-2178.1781,-328.84949)"
id="g3"
style="fill:#ffffff"><path
inkscape:connector-curvature="0"
id="path5"
d="m 2736.3,920.301 c -1.2,0 -3.104,0 -5.7,0 -2.398,0 -4.303,0 -5.699,0 -2.804,-3.618 -5.602,-9.348 -8.399,-17.188 -2.203,-6.028 -4.304,-12.164 -6.3,-18.397 -5.805,-14.672 -14.805,-22.014 -27,-22.014 -0.403,0 -1.2,0 -2.4,0 -1.003,0.201 -1.8,0.301 -2.398,0.301 -3.403,0 -8.603,-0.248 -15.602,-0.75 -7.003,-0.497 -12.3,-0.75 -15.898,-0.75 -2.002,0 -4.95,0.3 -8.852,0.899 -3.898,0.601 -6.65,0.899 -8.25,0.899 -1.4,0 -3.104,-0.301 -5.1,-0.899 -2.603,-0.601 -4.305,-0.899 -5.102,-0.899 -3.201,4.8 -8.699,14.602 -16.5,29.399 -6.6,12.402 -12.6,21.899 -18,28.5 -3.801,0.601 -7.604,0.899 -11.398,0.899 -4.402,0 -8.002,-0.899 -10.801,-2.7 12.398,-24.998 31.899,-62.198 58.5,-111.601 1.598,-2.597 3.899,-6.496 6.899,-11.699 1.2,-2.798 3.099,-6.899 5.7,-12.301 2.597,-5.399 5.197,-10.696 7.8,-15.899 3.196,-6.398 5.399,-12 6.601,-16.8 1.598,-2.198 3.998,-3.301 7.199,-3.301 1.6,0 3.85,0.301 6.75,0.9 2.896,0.6 5.049,0.899 6.45,0.899 h 0.899 c 2.598,4.604 6.301,11.503 11.101,20.7 l 6,15 c 6.797,17.002 16.8,39.6 30,67.8 15.397,32.602 25.696,55.003 30.899,67.2 -3.201,1.201 -7.002,1.802 -11.399,1.802 z m -60,-102.601 c -0.802,-2.399 -2.101,-6.099 -3.899,-11.101 -2.804,-5.198 -6.802,-12.998 -12,-23.399 -0.402,-0.196 -1.004,-0.3 -1.801,-0.3 -1.003,0 -1.701,0.104 -2.1,0.3 -1.401,3.201 -6.403,12.3 -15,27.3 -6.403,11.203 -10.2,20.804 -11.4,28.801 6,-0.196 14.102,-0.1 24.301,0.3 11.799,0.601 19.898,0.899 24.301,0.899 3,0 5.297,-0.099 6.898,-0.3 -0.801,-2.197 -3.901,-9.697 -9.3,-22.5 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path7"
d="m 2966.998,894.801 c 0,3 0.1,7.5 0.302,13.5 0,6 0,10.5 0,13.5 -2.002,1.003 -4.5,1.5 -7.5,1.5 -3.602,0 -8.102,-0.899 -13.5,-2.7 l -0.9,-3 c -0.403,-0.797 -0.702,-1.599 -0.899,-2.399 0,-1.997 0,-4.997 0,-9 0,-3.999 0,-6.999 0,-9 0,-7.199 -0.149,-17.947 -0.449,-32.25 -0.301,-14.297 -0.45,-24.946 -0.45,-31.949 0,-9.601 0.3,-18.998 0.899,-28.2 -0.402,-1.6 -1.303,-2.399 -2.699,-2.399 h -1.2 c -5.002,9.402 -13.2,23.1 -24.601,41.1 -1.003,1.2 -2.399,3.104 -4.199,5.7 -0.602,1.401 -1.5,3.501 -2.7,6.3 -2.399,5.203 -7.4,13.903 -15,26.101 -6.802,10.801 -11.602,19.604 -14.399,26.399 -3.201,-3.797 -6.301,-9 -9.301,-15.6 -2.399,-5.598 -4.8,-11.199 -7.199,-16.801 -12,-24 -24.403,-44.896 -37.2,-62.699 -2.803,-0.797 -5.399,-2.598 -7.8,-5.4 -0.403,2.003 -0.601,3.503 -0.601,4.5 0,1.801 0.3,4.453 0.899,7.95 0.601,3.501 0.899,6.149 0.899,7.95 0,-0.197 -0.899,30.3 -2.7,91.5 -3,1.604 -6.402,2.399 -10.199,2.399 -2.803,0 -7.003,-0.398 -12.601,-1.2 -1.8,-14.597 -2.7,-31.696 -2.7,-51.3 0,-9.797 0.301,-24.646 0.9,-44.55 0.6,-19.898 0.898,-34.848 0.898,-44.851 0,-14.399 -0.3,-25.299 -0.898,-32.7 2.398,0 5.896,-0.099 10.5,-0.3 4.6,0 7.997,0 10.2,0 2.597,0 4.598,1.251 6,3.75 1.396,2.503 2.55,4.8 3.448,6.899 0.9,2.101 2.748,5.452 5.552,10.05 5.198,8.602 13.396,23.7 24.6,45.301 10.396,19.401 18.9,34.303 25.5,44.699 3.601,-0.998 7.8,-5.798 12.601,-14.399 2.399,-4.396 11.699,-19.8 27.899,-46.199 11.597,-18.798 20.101,-34.801 25.5,-48 1.997,-2.198 4.697,-3.301 8.101,-3.301 1.396,0 3.449,0.253 6.149,0.75 2.7,0.501 4.748,0.75 6.15,0.75 h 2.398 c 1.2,8.203 1.8,18.501 1.8,30.899 0,13.004 -0.252,32.452 -0.75,58.351 -0.5,25.902 -0.75,45.35 -0.75,58.349 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path9"
d="m 3185.397,852.5 c 0,10.401 -0.104,16.401 -0.3,18 -0.202,1.604 -1.003,5.003 -2.4,10.2 -4.603,17.001 -12.3,28.401 -23.1,34.2 -14.002,7.401 -33.104,11.1 -57.3,11.1 -15.202,0 -24.555,-0.397 -28.052,-1.204 -3.501,-0.802 -8.25,-2.757 -14.25,-5.868 -6,-3.112 -10.102,-5.869 -12.3,-8.278 -1.4,-1.2 -3.501,-4.214 -6.3,-9.033 -10.003,-17.254 -15,-41.234 -15,-71.942 0,-5.419 0.149,-13.542 0.45,-24.381 0.3,-10.837 0.449,-19.063 0.449,-24.685 0,-11.034 -0.502,-20.47 -1.5,-28.298 2.399,-2.007 5.699,-3.01 9.899,-3.01 2.399,0 6.196,0.402 11.399,1.205 1.396,11.445 2.399,30.819 3,58.119 0,6.428 0.301,15.967 0.899,28.612 0.397,2.409 0.899,6.023 1.5,10.843 0.196,6.226 0.397,12.445 0.601,18.67 0.797,7.229 2.799,12.951 6,17.166 5.399,7.031 13.5,12.554 24.301,16.565 9.397,3.614 19.097,5.419 29.1,5.419 14.598,0 25.299,-1.897 32.102,-5.7 2.798,-1.599 5.597,-3.999 8.398,-7.2 6.398,-7.199 10.396,-17.597 12,-31.199 0.602,-11.198 1.2,-22.5 1.801,-33.899 0.398,-6.999 0.601,-12 0.601,-15 0,-5.399 -1.304,-25.801 -3.9,-61.2 6,-1.599 10.6,-2.399 13.802,-2.399 1.8,0 3.6,0.3 5.398,0.899 2.198,15.601 3.3,35.001 3.3,58.2 0,4.8 -0.103,12.104 -0.3,21.899 -0.199,9.801 -0.298,17.203 -0.298,22.199 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path11"
d="m 3292.494,894.2 c -0.402,2.203 0.1,3.803 1.5,4.8 33.798,-0.397 66.1,0.301 96.9,2.101 v 17.1 l -147,1.8 c 0,-3.397 1.898,-7.396 5.7,-12 2.398,-2.399 5.198,-6.099 8.398,-11.1 10.8,-11.4 22.697,-25.897 35.7,-43.5 10.997,-15 21.998,-30.099 33,-45.301 4.2,-5.798 10.6,-14.198 19.2,-25.199 2.198,-2.4 5.198,-6.099 9,-11.101 0.196,-0.196 0.3,-0.698 0.3,-1.5 0,-2.798 -1.4,-4.2 -4.2,-4.2 l -105.6,-0.899 c -0.403,-1.599 -0.602,-3.999 -0.602,-7.2 0,-5.197 0.999,-10.097 3,-14.699 l 150.302,0.899 v 4.8 c -23.599,32.002 -58.797,80.399 -105.598,145.199 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path13"
d="m 3614.99,920.301 c -1.199,0 -3.103,0 -5.699,0 -2.399,0 -4.304,0 -5.699,0 -2.805,-3.618 -5.603,-9.348 -8.4,-17.188 -2.203,-6.028 -4.303,-12.164 -6.3,-18.397 -5.804,-14.672 -14.804,-22.014 -27,-22.014 -0.403,0 -1.2,0 -2.399,0 -1.004,0.201 -1.801,0.301 -2.399,0.301 -3.403,0 -8.603,-0.248 -15.601,-0.75 -7.004,-0.497 -12.301,-0.75 -15.899,-0.75 -2.002,0 -4.95,0.3 -8.851,0.899 -3.899,0.601 -6.651,0.899 -8.25,0.899 -1.401,0 -3.104,-0.301 -5.101,-0.899 -2.603,-0.601 -4.304,-0.899 -5.101,-0.899 -3.201,4.8 -8.699,14.602 -16.5,29.399 -6.601,12.402 -12.601,21.899 -18,28.5 -3.802,0.601 -7.604,0.899 -11.399,0.899 -4.401,0 -8.002,-0.899 -10.8,-2.7 12.397,-24.998 31.897,-62.198 58.5,-111.601 1.598,-2.597 3.898,-6.496 6.898,-11.699 1.2,-2.798 3.1,-6.899 5.7,-12.301 2.597,-5.399 5.198,-10.696 7.8,-15.899 3.197,-6.398 5.4,-12 6.602,-16.8 1.598,-2.198 3.998,-3.301 7.199,-3.301 1.599,0 3.849,0.301 6.75,0.9 2.896,0.6 5.049,0.899 6.449,0.899 h 0.9 c 2.597,4.604 6.3,11.503 11.1,20.7 l 6,15 c 6.797,17.002 16.801,39.6 30,67.8 15.398,32.602 25.697,55.003 30.9,67.2 -3.201,1.201 -7.001,1.802 -11.4,1.802 z m -60,-102.601 c -0.802,-2.399 -2.1,-6.099 -3.898,-11.101 -2.805,-5.198 -6.803,-12.998 -12,-23.399 -0.403,-0.196 -1.004,-0.3 -1.801,-0.3 -1.004,0 -1.701,0.104 -2.101,0.3 -1.401,3.201 -6.403,12.3 -15,27.3 -6.403,11.203 -10.2,20.804 -11.399,28.801 6,-0.196 14.101,-0.1 24.301,0.3 11.798,0.601 19.897,0.899 24.3,0.899 3,0 5.297,-0.099 6.899,-0.3 -0.801,-2.197 -3.899,-9.697 -9.301,-22.5 z"
style="fill:#ffffff" /></g><polygon
transform="translate(-2178.1781,-328.84949)"
style="fill:none"
id="polygon15"
points="2398.799,494.079 2414.859,707.488 2425.961,707.488 " /><path
style="fill:none"
inkscape:connector-curvature="0"
id="path17"
d="m 265.26886,371.77751 c 1.938,-3.397 7.364,-3.309 11.438,-4.572 -13.938,-64.775 3.722,-138.316 -2.287,-210.415 -10.714,1.424 -22.476,-0.266 -34.308,4.574 -0.412,55.561 12.27,117.852 13.723,169.247 0.424,15.002 -7.419,34.769 11.434,41.166 z" /><path
style="fill:none"
inkscape:connector-curvature="0"
id="path19"
d="m 304.14886,378.63851 c 10.595,-18.686 -2.52,-38.718 -4.573,-61.753 -4.502,-50.48 7.472,-109.923 0,-160.097 -0.131,-1.396 -0.343,-2.708 -2.289,-2.287 -26.086,49.667 2.484,143.879 -13.722,205.84 7.416,5.544 7.882,18.04 20.584,18.297 z" /><path
inkscape:connector-curvature="0"
id="path21"
d="m 343.03086,408.37051 c -6.984,-6.684 -20.95,-11.646 -25.158,-20.584 -6.753,-14.341 -8.937,-49.643 -9.147,-70.9 -0.526,-52.813 2.763,-84.893 6.862,-132.65 0.861,-10.073 -2.21,-20.122 0,-27.445 5.115,-16.976 26.841,-26.21 36.594,-36.594 28.56,-30.413 49.817,-66.856 52.602,-121.2190003 18.843,-10.5479997 52.541,-17.0219997 43.456,-48.0279997 -16.402,-2.68 -20.966,6.479 -34.308,6.861 -54.86,-50.835 -151.01,-9.271 -153.236,61.752 11.37,-6.604 8.334,-21.5070003 13.725,-32.019 13.799,-26.917 47.646,-50.698 89.197,-34.308 -44.78,10.381 -102.232,59.274 -66.328,107.493 -12.712,-55.5350003 41.218,-109.6 91.485,-73.187 -4.502,46.075 -28.14,85.845 -68.613,93.771 -35.854,7.021 -75.158,-15.617 -116.642,-4.574 -11.207,-6.327 -20.007,-15.063 -27.446,-25.158 1.106,6.548 -4.285,23.504 -2.288,29.732 45.808,76.242 47.772,183.521 54.892,299.611 -25.896,6.123 -36.219,27.82 -66.325,29.732 -54.586,59.01 -112.663998,114.522 -150.948998,189.83 -12.05499989,3.954 -12.9259999,19.094 -20.5839999,27.444 163.1459979,-1.522 332.3929979,3.05 491.7289979,-2.287 -45.041,-61.937 -80.789,-161.08 -139.518,-217.273 z m -45.743,-253.868 c 1.946,-0.421 2.157,0.893 2.288,2.287 7.472,50.174 -4.502,109.615 0,160.097 2.055,23.035 15.169,43.067 4.574,61.753 -12.703,-0.257 -13.168,-12.753 -20.584,-18.297 16.205,-61.962 -12.365,-156.173 13.722,-205.84 z m -57.177,6.862 c 11.832,-4.839 23.594,-3.15 34.308,-4.574 6.009,72.099 -11.651,145.64 2.287,210.415 -4.072,1.265 -9.498,1.175 -11.438,4.572 -18.854,-6.396 -11.011,-26.164 -11.436,-41.166 -1.451,-51.397 -14.133,-113.688 -13.721,-169.247 z m -19.49,3.865 27.162,213.409 h -11.103 z m 107.001,419.363 c -15.201,9.375 -33.9,14.058 -56.101,14.058 -15.802,0 -30.802,-2.497 -45,-7.5 -17.203,-5.799 -29.302,-14.297 -36.3,-25.5 -0.202,-0.397 -2.001,-4.5 -5.399,-12.3 -1.401,-2.597 -3.202,-6.601 -5.4,-12 -4.003,-11.597 -6,-24.397 -6,-38.399 0,-7.801 0.3,-13.396 0.9,-16.801 0.6,-1.8 1.5,-4.599 2.699,-8.399 4.997,-15.398 11.598,-26.297 19.801,-32.699 26.597,-20.799 51.3,-31.2 74.1,-31.2 6.197,0 14.1,1.304 23.7,3.899 9,2.399 18.797,7.702 29.399,15.899 1.997,1.604 5.101,3.9 9.301,6.9 1.8,1.003 3.646,2.1 5.55,3.3 1.897,1.2 3.347,2.804 4.35,4.8 -2.803,5.804 -4.2,8.804 -4.2,9 -1.8,3 -3.899,5.4 -6.3,7.2 -7.8,-5.597 -15.702,-11.197 -23.7,-16.8 -10.199,-6.197 -19.102,-9.301 -26.699,-9.301 l -3.301,0.301 c -31.604,0 -55.902,9.402 -72.899,28.199 -7.401,8.203 -11.101,19.2 -11.101,33 0,17.602 3.698,32.203 11.101,43.801 4.397,7.003 10.397,13.303 18,18.899 7.599,5.602 15.3,9.3 23.101,11.101 1.8,0.402 2.896,0.6 3.3,0.6 30.6,0 51.397,-2.896 62.399,-8.699 6.398,-3.398 10.598,-10.396 12.601,-21 0.6,-3.398 1.2,-11.896 1.8,-25.5 -8.602,-1.6 -18.3,-2.399 -29.1,-2.399 -0.202,0 -10.2,0.3 -30,0.899 -2.002,-1.6 -3,-3.899 -3,-6.899 v -9.601 l 3,-1.5 c 2.198,-0.398 5.498,-0.601 9.899,-0.601 4.2,0 10.649,0.403 19.351,1.2 8.699,0.801 15.248,1.199 19.649,1.199 6.797,0 13.299,-0.797 19.5,-2.399 0.797,0.601 2.101,0.896 3.899,0.896 6.197,0 9.798,0.801 10.801,2.395 -0.803,14.953 -1.604,29.911 -2.4,44.864 -2.002,17.148 -9.105,29.512 -21.301,37.087 z"
style="fill:#ffffff" /><g
transform="translate(-2178.1781,-328.84949)"
id="g23"
style="fill:#ffffff"><path
inkscape:connector-curvature="0"
id="path25"
d="m 2824.76,1104.332 h -27.354 V 972.88 h 27.354 v 7.002 h -16.525 v 117.448 h 16.525 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path27"
d="m 2846.42,983.336 8.59,8.495 -8.59,8.496 -8.496,-8.496 z m -6.162,96.629 v -63.859 h 12.604 v 63.859 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path29"
d="m 2919.429,1079.965 v -44.439 c 0,-1.494 -0.126,-2.972 -0.374,-4.436 -0.249,-1.461 -0.764,-2.77 -1.54,-3.922 -0.779,-1.149 -1.884,-2.101 -3.314,-2.848 -1.433,-0.747 -3.36,-1.12 -5.788,-1.12 -1.557,0 -3.222,0.188 -4.995,0.562 -1.772,0.373 -3.563,0.84 -5.368,1.399 -1.806,0.561 -3.548,1.214 -5.229,1.96 -1.681,0.747 -3.206,1.494 -4.574,2.241 v 50.603 h -12.604 v -63.859 h 10.55 l 1.774,7.469 h 0.187 c 1.431,-0.808 3.096,-1.727 4.995,-2.754 1.896,-1.026 3.936,-1.991 6.115,-2.894 2.178,-0.902 4.449,-1.665 6.814,-2.288 2.364,-0.621 4.762,-0.935 7.188,-0.935 2.737,0 5.259,0.391 7.563,1.167 2.302,0.779 4.278,1.961 5.929,3.548 1.647,1.587 2.94,3.548 3.875,5.882 0.934,2.334 1.399,5.089 1.399,8.264 v 46.399 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path31"
d="m 2988.328,983.336 c -1.493,-0.312 -3.065,-0.515 -4.715,-0.606 -1.649,-0.094 -3.189,-0.141 -4.621,-0.141 -1.37,0 -2.833,0.094 -4.389,0.279 -1.557,0.188 -2.77,0.718 -3.641,1.587 -0.5,0.499 -0.92,1.354 -1.262,2.567 -0.343,1.214 -0.605,2.724 -0.793,4.528 -0.188,1.806 -0.326,3.875 -0.421,6.209 -0.093,2.334 -0.14,4.84 -0.14,7.516 v 10.829 h 15.965 l -0.934,5.976 c -1.807,0.125 -3.58,0.249 -5.322,0.373 -1.493,0.126 -3.112,0.233 -4.854,0.327 -1.743,0.093 -3.36,0.172 -4.854,0.233 v 56.95 h -12.604 v -56.95 h -6.256 c -1.369,0 -2.833,-0.03 -4.388,-0.094 l 0.935,-4.201 c 1.307,-0.312 2.582,-0.591 3.827,-0.84 1.059,-0.248 2.132,-0.468 3.222,-0.653 1.088,-0.188 1.976,-0.342 2.66,-0.467 v -11.577 c 0,-3.982 0.777,-7.889 2.334,-11.717 1.555,-3.828 3.594,-7.235 6.115,-10.225 2.521,-2.986 5.383,-5.397 8.589,-7.234 3.205,-1.835 6.427,-2.754 9.663,-2.754 1.307,0 2.738,0.031 4.294,0.094 1.556,0.063 2.896,0.156 4.015,0.278 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path33"
d="m 3024.553,1081.178 c -10.021,0 -17.691,-2.815 -23.014,-8.449 -5.321,-5.633 -7.981,-13.864 -7.981,-24.694 0,-5.103 0.653,-9.724 1.96,-13.863 1.309,-4.14 3.268,-7.641 5.882,-10.503 2.614,-2.862 5.851,-5.072 9.71,-6.63 3.858,-1.555 8.34,-2.334 13.443,-2.334 5.042,0 9.491,0.732 13.352,2.194 3.857,1.463 7.096,3.61 9.709,6.441 2.614,2.833 4.575,6.303 5.883,10.409 1.307,4.108 1.961,8.81 1.961,14.099 0,5.167 -0.654,9.803 -1.961,13.911 -1.307,4.106 -3.269,7.607 -5.883,10.503 -2.613,2.895 -5.852,5.104 -9.709,6.629 -3.862,1.525 -8.31,2.287 -13.352,2.287 z m -17.646,-33.237 c 0,4.668 0.326,8.651 0.979,11.95 0.654,3.3 1.681,6.007 3.081,8.122 1.399,2.115 3.205,3.673 5.415,4.668 2.209,0.996 4.869,1.494 7.981,1.494 2.552,0 4.763,-0.248 6.629,-0.747 1.867,-0.498 3.734,-1.433 5.603,-2.802 2.178,-1.617 3.641,-4.435 4.388,-8.448 0.747,-4.015 1.121,-8.729 1.121,-14.146 0,-9.087 -1.387,-15.73 -4.155,-19.933 -2.77,-4.201 -7.174,-6.302 -13.21,-6.302 -2.489,0 -4.715,0.249 -6.676,0.747 -1.961,0.499 -3.813,1.369 -5.555,2.613 -1.061,0.747 -1.931,1.884 -2.614,3.407 -0.686,1.526 -1.261,3.3 -1.729,5.321 -0.467,2.022 -0.793,4.248 -0.979,6.676 -0.186,2.432 -0.279,4.891 -0.279,7.38 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path35"
d="m 3107.178,1026.188 c -1.434,-0.124 -3.051,-0.264 -4.854,-0.42 -1.807,-0.154 -3.518,-0.233 -5.136,-0.233 -1.184,0 -2.193,0.126 -3.034,0.374 -0.84,0.249 -1.648,0.64 -2.427,1.167 -0.779,0.529 -1.541,1.152 -2.287,1.867 -0.747,0.716 -1.62,1.54 -2.614,2.474 v 48.548 h -12.604 v -63.858 h 10.55 l 1.773,9.99 h 0.094 c 0.685,-0.81 1.399,-1.695 2.146,-2.661 0.747,-0.964 1.51,-1.882 2.288,-2.754 0.777,-0.871 1.603,-1.682 2.475,-2.429 0.871,-0.747 1.805,-1.338 2.801,-1.772 1.681,-0.747 3.578,-1.229 5.695,-1.447 2.114,-0.218 4.448,-0.327 7.002,-0.327 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path37"
d="m 3163.475,1079.965 v -44.439 c 0,-1.494 -0.109,-2.972 -0.327,-4.436 -0.219,-1.461 -0.686,-2.77 -1.399,-3.922 -0.717,-1.149 -1.729,-2.101 -3.034,-2.848 -1.305,-0.747 -3.051,-1.12 -5.229,-1.12 -1.433,0 -2.957,0.188 -4.573,0.562 -1.619,0.373 -3.237,0.84 -4.855,1.399 -1.618,0.561 -3.206,1.214 -4.761,1.96 -1.557,0.747 -2.957,1.494 -4.201,2.241 v 50.603 h -12.604 v -63.859 h 10.55 l 1.867,7.469 c 1.308,-0.808 2.848,-1.727 4.622,-2.754 1.772,-1.026 3.688,-1.991 5.74,-2.894 2.056,-0.902 4.217,-1.665 6.489,-2.288 2.271,-0.621 4.527,-0.935 6.77,-0.935 3.672,0 6.893,0.811 9.663,2.428 2.769,1.619 4.838,4.077 6.208,7.376 l 1.493,-0.935 c 1.308,-0.808 2.849,-1.727 4.621,-2.754 1.773,-1.026 3.688,-1.991 5.741,-2.894 2.056,-0.902 4.218,-1.665 6.489,-2.288 2.271,-0.621 4.528,-0.935 6.77,-0.935 2.552,0 4.9,0.391 7.049,1.167 2.146,0.779 3.998,1.961 5.555,3.548 1.556,1.587 2.77,3.548 3.643,5.882 0.869,2.334 1.307,5.089 1.307,8.264 v 46.399 h -12.604 v -44.438 c 0,-1.494 -0.108,-2.973 -0.327,-4.437 -0.219,-1.461 -0.686,-2.769 -1.399,-3.921 -0.716,-1.149 -1.728,-2.101 -3.034,-2.848 -1.306,-0.747 -3.05,-1.12 -5.229,-1.12 -1.432,0 -2.973,0.203 -4.621,0.605 -1.649,0.406 -3.301,0.903 -4.948,1.494 -1.649,0.594 -3.269,1.262 -4.854,2.008 -1.585,0.746 -3.004,1.493 -4.248,2.24 0.188,1.308 0.28,2.646 0.28,4.016 v 46.399 h -12.606 v 0 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path39"
d="m 3288.766,1073.336 c 1.681,0 3.889,-0.373 6.629,-1.12 v 4.015 c -1.993,1.059 -4.171,2.086 -6.535,3.081 -2.365,0.995 -4.854,1.493 -7.47,1.493 -1.493,0 -2.771,-0.233 -3.827,-0.7 -1.06,-0.467 -1.93,-1.088 -2.613,-1.867 -0.687,-0.776 -1.246,-1.634 -1.682,-2.566 -0.437,-0.935 -0.81,-1.867 -1.12,-2.802 -1.618,1.061 -3.175,2.087 -4.668,3.082 -1.493,0.995 -3.065,1.884 -4.715,2.66 -1.649,0.778 -3.408,1.4 -5.274,1.867 -1.867,0.467 -3.953,0.7 -6.256,0.7 -5.229,0 -9.353,-1.447 -12.369,-4.342 -3.021,-2.895 -4.528,-7.267 -4.528,-13.117 0,-3.111 0.45,-5.835 1.354,-8.169 0.904,-2.334 2.35,-4.295 4.343,-5.882 1.99,-1.587 4.573,-2.784 7.748,-3.595 3.175,-0.809 7.063,-1.274 11.67,-1.399 l 11.483,-0.374 v -11.297 c 0,-3.548 -0.716,-6.146 -2.147,-7.795 -1.433,-1.648 -3.826,-2.476 -7.188,-2.476 -2.428,0 -5.385,0.452 -8.869,1.354 -3.486,0.902 -6.908,2.069 -10.271,3.501 l -2.24,-5.976 c 1.991,-0.809 4.092,-1.634 6.302,-2.475 2.209,-0.84 4.467,-1.587 6.77,-2.24 2.302,-0.652 4.637,-1.182 7.002,-1.587 2.365,-0.403 4.699,-0.606 7.003,-0.606 2.551,0 4.838,0.279 6.86,0.841 2.022,0.56 3.734,1.51 5.136,2.848 1.399,1.339 2.458,3.112 3.175,5.321 0.715,2.21 1.073,4.934 1.073,8.169 v 30.529 c -0.01,7.282 1.737,10.924 5.224,10.924 z m -17.459,-4.762 c 0,-0.312 -0.063,-2.101 -0.188,-5.369 -0.125,-3.268 -0.187,-7.889 -0.187,-13.862 -6.785,0 -11.92,0.436 -15.404,1.307 -3.486,0.872 -5.634,1.743 -6.442,2.614 -0.746,0.81 -1.291,1.961 -1.634,3.454 -0.343,1.493 -0.514,3.236 -0.514,5.229 0,3.548 0.606,6.271 1.821,8.169 1.213,1.899 3.251,2.848 6.115,2.848 3.049,0 5.85,-0.342 8.401,-1.026 2.551,-0.684 5.231,-1.807 8.032,-3.364 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path41"
d="m 3307.718,1023.014 -7.188,-0.653 v -3.642 l 16.898,-13.817 h 2.521 l 0.28,11.203 h 17.459 l -0.841,5.695 c -1.558,0.187 -3.283,0.358 -5.183,0.514 -1.898,0.156 -3.688,0.296 -5.367,0.42 -1.992,0.188 -3.983,0.313 -5.976,0.373 v 41.546 c 0,2.304 0.42,4.218 1.261,5.742 0.841,1.524 2.66,2.287 5.461,2.287 1.494,0 3.299,-0.03 5.416,-0.095 2.114,-0.061 4.045,-0.153 5.787,-0.278 v 4.388 c -0.934,0.437 -2.133,0.902 -3.594,1.4 -1.464,0.498 -3.065,0.979 -4.809,1.446 -1.743,0.468 -3.486,0.854 -5.229,1.167 -1.743,0.312 -3.36,0.467 -4.854,0.467 -1.37,0 -2.771,-0.172 -4.201,-0.514 -1.433,-0.343 -2.724,-0.979 -3.874,-1.914 -1.153,-0.934 -2.102,-2.255 -2.848,-3.968 -0.747,-1.711 -1.121,-3.937 -1.121,-6.675 v -45.092 0 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path43"
d="m 3357.198,983.336 8.591,8.495 -8.591,8.496 -8.496,-8.496 z m -6.161,96.629 v -63.859 h 12.604 v 63.859 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path45"
d="m 3427.78,1074.362 c -1.307,0.935 -2.646,1.807 -4.015,2.614 -1.369,0.811 -2.801,1.525 -4.295,2.146 -1.493,0.622 -3.08,1.12 -4.761,1.493 -1.682,0.374 -3.486,0.562 -5.415,0.562 -3.486,0 -6.849,-0.562 -10.083,-1.682 -3.237,-1.119 -6.102,-2.925 -8.59,-5.414 -2.489,-2.488 -4.48,-5.741 -5.976,-9.757 -1.495,-4.015 -2.24,-8.884 -2.24,-14.61 0,-5.478 0.73,-10.395 2.193,-14.751 1.462,-4.356 3.578,-8.029 6.349,-11.018 2.77,-2.986 6.131,-5.274 10.084,-6.861 3.951,-1.587 8.416,-2.382 13.396,-2.382 3.921,0 8.09,0.203 12.511,0.607 4.418,0.405 8.869,0.919 13.352,1.54 v 103.911 l -12.604,2.987 v -39.865 c 0,-1.681 0.031,-3.454 0.094,-5.321 0.063,-1.867 0.154,-3.268 0.28,-4.201 h -0.28 v 0 z m -32.022,-25.393 c 0,4.232 0.42,7.843 1.26,10.83 0.841,2.986 2.038,5.446 3.595,7.376 1.556,1.93 3.423,3.329 5.603,4.2 2.178,0.872 4.574,1.308 7.188,1.308 2.614,0 5.119,-0.248 7.517,-0.747 2.396,-0.497 4.651,-1.182 6.769,-2.054 v -47.241 c -1.992,-0.311 -3.906,-0.544 -5.74,-0.7 -1.838,-0.154 -3.813,-0.232 -5.93,-0.232 -2.986,0 -5.74,0.25 -8.263,0.747 -2.521,0.498 -4.467,1.308 -5.835,2.428 -0.686,0.623 -1.386,1.587 -2.102,2.895 -0.716,1.308 -1.386,2.974 -2.007,4.994 -0.623,2.023 -1.12,4.389 -1.493,7.096 -0.376,2.703 -0.562,5.738 -0.562,9.1 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path47"
d="m 3475.021,1016.104 v 44.44 c 0,1.492 0.124,2.973 0.374,4.435 0.248,1.463 0.762,2.771 1.54,3.921 0.777,1.152 1.882,2.102 3.313,2.848 1.433,0.747 3.361,1.12 5.789,1.12 1.556,0 3.222,-0.187 4.994,-0.56 1.774,-0.374 3.563,-0.841 5.368,-1.4 1.806,-0.561 3.548,-1.214 5.229,-1.961 1.681,-0.747 3.205,-1.494 4.574,-2.24 v -50.603 h 12.604 v 63.858 h -10.55 l -1.867,-7.469 c -1.433,0.811 -3.098,1.728 -4.995,2.754 -1.898,1.027 -3.953,1.993 -6.162,2.896 -2.21,0.901 -4.497,1.666 -6.861,2.287 -2.365,0.621 -4.762,0.934 -7.188,0.934 -2.739,0 -5.261,-0.39 -7.563,-1.167 -2.302,-0.777 -4.279,-1.961 -5.928,-3.548 -1.65,-1.587 -2.941,-3.548 -3.875,-5.882 -0.934,-2.334 -1.4,-5.088 -1.4,-8.263 v -46.4 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path49"
d="m 3566.7,1014.704 c 2.802,0 5.539,0.406 8.216,1.214 2.677,0.811 5.119,2.163 7.33,4.063 2.209,1.899 4.139,4.42 5.787,7.563 1.648,3.145 2.879,7.05 3.688,11.718 v 0.746 c -0.562,0.686 -1.323,1.308 -2.288,1.866 -0.966,0.562 -2.227,1.061 -3.781,1.494 -1.556,0.438 -3.47,0.826 -5.74,1.167 -2.272,0.343 -4.996,0.607 -8.17,0.794 l -20.727,1.4 v 4.015 c 0,7.531 1.338,13.009 4.015,16.433 2.677,3.423 6.722,5.135 12.138,5.135 2.24,0 4.559,-0.218 6.955,-0.654 2.396,-0.435 4.684,-0.964 6.861,-1.587 2.18,-0.621 4.155,-1.26 5.93,-1.914 1.773,-0.653 3.157,-1.228 4.153,-1.727 l 1.588,3.641 c -1.807,1.184 -3.827,2.428 -6.067,3.734 -2.241,1.308 -4.654,2.507 -7.236,3.595 -2.583,1.09 -5.291,1.992 -8.122,2.707 -2.833,0.715 -5.742,1.074 -8.729,1.074 -3.548,0 -6.831,-0.562 -9.85,-1.682 -3.021,-1.12 -5.648,-2.925 -7.889,-5.415 -2.241,-2.487 -4,-5.741 -5.275,-9.756 -1.275,-4.015 -1.913,-8.884 -1.913,-14.61 0,-6.41 0.746,-11.856 2.24,-16.339 1.493,-4.481 3.548,-8.091 6.162,-10.83 2.614,-2.737 5.694,-4.729 9.241,-5.976 3.549,-1.246 7.377,-1.869 11.483,-1.869 z m -10.549,9.243 c -0.686,0.499 -1.323,1.292 -1.914,2.381 -0.592,1.09 -1.105,2.396 -1.54,3.922 -0.437,1.525 -0.794,3.189 -1.073,4.994 -0.279,1.807 -0.421,3.642 -0.421,5.509 l 26.702,-1.12 c -0.313,-2.115 -0.764,-4.248 -1.354,-6.396 -0.593,-2.146 -1.4,-4.061 -2.428,-5.74 -1.027,-1.682 -2.318,-3.05 -3.875,-4.108 -1.557,-1.058 -3.454,-1.587 -5.695,-1.587 -1.492,0 -2.973,0.156 -4.435,0.467 -1.462,0.31 -2.786,0.87 -3.967,1.678 z"
style="fill:#ffffff" /><path
inkscape:connector-curvature="0"
id="path51"
d="m 3630,1104.332 h -27.447 v -7.002 h 16.523 V 979.882 h -16.523 V 972.88 H 3630 Z"
style="fill:#ffffff" /></g></g></svg>

After

Width:  |  Height:  |  Size: 25 KiB

BIN
images/logo_spip_blanc.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

View file

@ -2,11 +2,11 @@
[(#ENV{id_article}|=={0}|oui) [(#SESSION{id_auteur}|mult{-1}|setenv{id_article})] ] [(#ENV{id_article}|=={0}|oui) [(#SESSION{id_auteur}|mult{-1}|setenv{id_article})] ]
<div class="photo_article"> <div class="photo_article">
<BOUCLE_doc(DOCUMENTS){id_article?}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}{!par credits}{par id_document}> <BOUCLE_doc(DOCUMENTS){id_article?}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}{!par credits}{par id_document}>
[(#FICHIER|image_recadre{360:180,-,focus}|image_reduire{360,180})] [(#FICHIER|image_recadre{720:360,-,focus}|image_reduire{720,360})]
</BOUCLE_doc> </BOUCLE_doc>
<div class="txtcenter placeholder"> <div class="txtcenter placeholder">
<BOUCLE_doc2(DOCUMENTS){credits=logo_noir}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}{!par credits}{par id_document}> <BOUCLE_doc2(DOCUMENTS){credits=logo_noir}{extension==jpg|png|gif}{statut in prop,prepa,publie}{0,1}{!par credits}{par id_document}>
[(#FICHIER|image_recadre{360:180,+,center}|image_reduire{360,180})] [(#FICHIER|image_recadre{720:360,+,center}|image_reduire{720,360})]
</BOUCLE_doc2> </BOUCLE_doc2>
</div> </div>
<//B_doc> <//B_doc>