Projet

Général

Profil

0001-new-theme-roannais-icitoyen-41156.patch

Thomas Jund, 30 mars 2020 15:15

Télécharger (175 ko)

Voir les différences:

Subject: [PATCH] new theme: roannais icitoyen (#41156)

 static/roannais-icitoyen/_custom.scss         | 955 ++++++++++++++++++
 static/roannais-icitoyen/_vars.scss           | 144 +++
 static/roannais-icitoyen/config.json          |  22 +
 static/roannais-icitoyen/icons/cadenas.svg    |   4 +
 static/roannais-icitoyen/icons/couple.svg     |   4 +
 .../icons/document-valide.svg                 |   4 +
 static/roannais-icitoyen/icons/document.svg   |   6 +
 static/roannais-icitoyen/icons/famille.svg    |   4 +
 .../roannais-icitoyen/icons/feu-tricolore.svg |   4 +
 static/roannais-icitoyen/icons/geometrie.svg  |   4 +
 static/roannais-icitoyen/icons/halte.svg      |   4 +
 static/roannais-icitoyen/icons/loupe.svg      |   4 +
 .../roannais-icitoyen/icons/mains-poignee.svg |   4 +
 static/roannais-icitoyen/icons/maison.svg     |   4 +
 static/roannais-icitoyen/icons/megaphone.svg  |   4 +
 static/roannais-icitoyen/icons/navigation.svg |   4 +
 static/roannais-icitoyen/icons/plot.svg       |   4 +
 static/roannais-icitoyen/icons/poubelle.svg   |   4 +
 static/roannais-icitoyen/icons/robinet.svg    |   4 +
 static/roannais-icitoyen/icons/social.svg     |   4 +
 static/roannais-icitoyen/icons/tasse.svg      |   4 +
 static/roannais-icitoyen/icons/usager.svg     |   4 +
 .../logos/commelle-vernais-gris.svg           |   1 +
 static/roannais-icitoyen/logos/mably-gris.svg |   1 +
 .../logos/office-tourisme-gris.svg            |   1 +
 .../roannais-icitoyen/logos/riorges-gris.svg  |   1 +
 .../logos/roannais-agglo-gris.svg             |   1 +
 .../logos/roannaise-de-l-eau-gris.svg         |   1 +
 .../logos/ville-roanne-gris.svg               |   1 +
 .../logos/villerest-gris.svg                  |  32 +
 static/roannais-icitoyen/style.scss           |   7 +
 .../authentic2/accounts.html                  |   6 +
 .../authentic2/base-page.html                 |  10 +
 .../roannais-icitoyen/authentic2/login.html   |   6 +
 .../cells/choix-commune/link-list-cell.html   |  32 +
 .../cells/retour-icitoyen/link-cell.html      |  17 +
 .../combo/page_template_homepage.html         |  27 +
 .../roannais-icitoyen/combo/search-cell.html  |   4 +
 .../combo/wcs/tracking_code_input.html        |  11 +
 .../variants/roannais-icitoyen/theme.html     |  11 +
 .../variants/roannais-icitoyen/wcs/base.html  |  15 +
 41 files changed, 1384 insertions(+)
 create mode 100644 static/roannais-icitoyen/_custom.scss
 create mode 100644 static/roannais-icitoyen/_vars.scss
 create mode 100644 static/roannais-icitoyen/config.json
 create mode 100644 static/roannais-icitoyen/icons/cadenas.svg
 create mode 100644 static/roannais-icitoyen/icons/couple.svg
 create mode 100644 static/roannais-icitoyen/icons/document-valide.svg
 create mode 100644 static/roannais-icitoyen/icons/document.svg
 create mode 100644 static/roannais-icitoyen/icons/famille.svg
 create mode 100644 static/roannais-icitoyen/icons/feu-tricolore.svg
 create mode 100644 static/roannais-icitoyen/icons/geometrie.svg
 create mode 100644 static/roannais-icitoyen/icons/halte.svg
 create mode 100644 static/roannais-icitoyen/icons/loupe.svg
 create mode 100644 static/roannais-icitoyen/icons/mains-poignee.svg
 create mode 100644 static/roannais-icitoyen/icons/maison.svg
 create mode 100644 static/roannais-icitoyen/icons/megaphone.svg
 create mode 100644 static/roannais-icitoyen/icons/navigation.svg
 create mode 100644 static/roannais-icitoyen/icons/plot.svg
 create mode 100644 static/roannais-icitoyen/icons/poubelle.svg
 create mode 100644 static/roannais-icitoyen/icons/robinet.svg
 create mode 100644 static/roannais-icitoyen/icons/social.svg
 create mode 100644 static/roannais-icitoyen/icons/tasse.svg
 create mode 100644 static/roannais-icitoyen/icons/usager.svg
 create mode 100644 static/roannais-icitoyen/logos/commelle-vernais-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/mably-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/office-tourisme-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/riorges-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/roannais-agglo-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/roannaise-de-l-eau-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/ville-roanne-gris.svg
 create mode 100644 static/roannais-icitoyen/logos/villerest-gris.svg
 create mode 100644 static/roannais-icitoyen/style.scss
 create mode 100644 templates/variants/roannais-icitoyen/authentic2/accounts.html
 create mode 100644 templates/variants/roannais-icitoyen/authentic2/base-page.html
 create mode 100644 templates/variants/roannais-icitoyen/authentic2/login.html
 create mode 100644 templates/variants/roannais-icitoyen/combo/cells/choix-commune/link-list-cell.html
 create mode 100644 templates/variants/roannais-icitoyen/combo/cells/retour-icitoyen/link-cell.html
 create mode 100644 templates/variants/roannais-icitoyen/combo/page_template_homepage.html
 create mode 100644 templates/variants/roannais-icitoyen/combo/search-cell.html
 create mode 100644 templates/variants/roannais-icitoyen/combo/wcs/tracking_code_input.html
 create mode 100644 templates/variants/roannais-icitoyen/theme.html
 create mode 100644 templates/variants/roannais-icitoyen/wcs/base.html
static/roannais-icitoyen/_custom.scss
1
@mixin roundedCell {
2
	border-radius: $custom-border-radius;
3
	box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.3);
4
	overflow: hidden;
5

  
6
	h2 {
7
		display: block !important;
8
		text-align: center;
9
		background: none;
10
		color: black;
11
		padding-top: 0.7em;
12
		padding-bottom: 0.7em;
13

  
14
		+ div {
15
			padding: 1rem;
16
			padding-top: 0;
17
		}
18
	}
19
}
20

  
21
// add black triangle on bottom of element
22
// $position: left | right;
23
@mixin triangle($position: right, $width: 1rem 0.7rem) {
24
	position: relative;
25
	&::after {
26
		content: "";
27
		width: 0;
28
		height: 0;
29
		border: solid transparent;
30
		border-width: $width;
31
		border-top-color: $font-color;
32
		position: absolute;
33
		top: 100%;
34
		z-index: 1;
35
		@if $position == right {
36
			right: 1rem;
37
		}
38
		@if $position == left {
39
			left: 0;
40
		}
41
	}
42
}
43

  
44
@mixin underlined-with-triangle {
45
	@include triangle(left, 0.8rem 0.6rem);
46
	&::before {
47
		content: "";
48
		display: block;
49
		position: absolute;
50
		top: 100%;
51
		left: 0;
52
		width: 100%;
53
		height: 2px;
54
		background-color: $font-color;
55
	}
56
}
57

  
58
@mixin image-to-white {
59
	filter: contrast(0%) brightness(200%) drop-shadow(0 0 3px #000);
60
}
61

  
62
@mixin white-button {
63
	color: $font-color;
64
	background-color: white;
65

  
66
	&:hover {
67
		color: $primary-color;
68
		border-color: currentColor;
69
		background-color: white;
70
	}
71
}
72

  
73
%button {
74
	display: inline-block;
75
	text-transform: uppercase;
76
	&:hover {
77
		text-decoration: none;
78
	}
79
}
80

  
81
%cancel-button {
82
	@extend %button;
83
	@include white-button;
84
}
85

  
86
.white-button {
87
	@extend %cancel-button;
88
}
89

  
90

  
91
* {
92
	box-sizing: border-box;
93
	&::before, &::after {
94
		box-sizing: inherit;
95
	}
96
}
97

  
98
// typo
99

  
100
html, body {
101
	@media ($min-desktop-viewport) {
102
		font-size: 110%;
103
	}
104
}
105
h1 {
106
	font-size: $fz-h1;
107
	font-family: $ff-title;
108
	text-transform: uppercase;
109
}
110
h2 {
111
	font-size: $fz-h2;
112
	font-family: $ff-title;
113
	text-transform: uppercase;
114
}
115
h3 {
116
	font-size: $fz-h3;
117
	font-family: $ff-text;
118
	text-transform: uppercase;
119
}
120
h4 {
121
	font-size: $fz-h4;
122
	font-family: $ff-text;
123
}
124
h5 {
125
	font-size: $fz-h5;
126
	font-family: $ff-title;
127
}
128
a:hover {
129
	text-decoration: underline;
130
}
131

  
132
// utils
133
.site-wrapper {
134
	width: $width;
135
	max-width: 100%;
136
	margin: 0 auto;
137
}
138

  
139
// header
140
#top {
141
	display: flex;
142
	align-items: flex-end;
143
}
144
#header h1#logo {
145
	flex-grow: 1;
146
	padding-left: 0;
147
	&.has-logo a {
148
		height: 4rem;
149
		width: 4rem;
150
		margin-right: .5rem;
151
		margin-left: .5rem;
152
		min-width: 0;
153
	}
154
}
155
// toplinks
156
#toplinks {
157
	// reset
158
	position: relative;
159
	border: none;
160
	box-shadow: none;
161
	padding: 0;
162
	border-radius: 0;
163

  
164
	text-transform: uppercase;
165
	font-size: $fz-small;
166
	margin-bottom: 1rem;
167
	margin-right: $nav-menu-side * 2;
168
	@media (max-width: $very-small-limit + 1) {
169
		margin-right: $nav-menu-side * 1.25;
170
	}
171
	a {
172
		color: $font-color;
173
		&:hover {
174
			text-decoration: underline;
175
		}
176
	}
177
	.sep, .registration {
178
		display: none;
179
	}
180
	// user icon
181
	padding-right: $fz-h3 + 0.5;
182
	padding-top: $fz-h3 - 1;
183
	background: url(icons/usager.svg) no-repeat right bottom;
184
	background-size:  $fz-h3;
185
}
186

  
187
// nav
188
div.gru-nav {
189
	$btn-bottom-space: .7rem;
190
	$nav-width: 25rem;
191

  
192
	position: relative;
193
	z-index: 101;
194

  
195
	@media (min-width: $very-small-limit + 1) {
196
		transform: translateX(-1rem);
197
	}
198

  
199
	&-wrapper {
200
		margin-top: 0;
201
	}
202
	.gru-nav-button {
203
		margin-left: 0;
204
		position: absolute;
205
		top: calc((#{$nav-menu-side} + #{$btn-bottom-space}) * -1) ;
206
		right: 0;
207
		.icon-bar {
208
			border-width: 2px;
209
		}
210

  
211
		+ ul {
212
			display: none;
213
			margin: 0;
214
			text-transform: uppercase;
215
			font-size: $fz-small;
216
			text-align: center;
217
			padding-bottom: 1px;
218

  
219
			position: absolute;
220
			top: 0;
221
			right: 0;
222
			width: $nav-width;
223
			max-width: 100%;
224

  
225
			a {
226
				font-weight: 400;
227
				position: relative;
228
				// separarator line
229
				&::after {
230
					content: "";
231
					width: calc(100% - 4em);
232
					height: 1px;
233
					background-color: $nav-active-color;
234
					position: absolute;
235
					top: 100%;
236
					left: 0;
237
					right: 0;
238
					margin-left: auto;
239
					margin-right: auto;
240
				}
241

  
242
			}
243
			a:hover, li.selected > a {
244
				&::after {
245
					width: 100% !important;
246
				}
247
			}
248
			// background shadow in first item
249
			> li:first-child a {
250
				background-image: $top-gradient;
251
			}
252

  
253
			ul {
254
				text-align: center;
255
				 li a  {
256
				 	padding-left: 0.75em;
257
				 }
258
			}
259
		}
260
	}
261
}
262

  
263
// PWA nav
264
.pwa-navigation {
265
	@media ($min-desktop-viewport) {
266
		display: none;
267
	}
268

  
269
	text-transform: uppercase;
270

  
271
	div > ul li {
272
		a {
273
			background-size: 25px auto;
274
			span {
275
				display: flex;
276
				align-items: center;
277
				justify-content: center;
278
			}
279
		}
280
	}
281
}
282

  
283
// bandeau
284
.top-bandeau:empty {
285
	display: none;
286
}
287

  
288
// Content layout
289
.gru-content {
290
	flex-wrap: wrap;
291

  
292
	#sidebar {
293
		margin: 0;
294
		padding-left: 1rem;
295
		padding-right: 1rem;
296
		@media ($max-mobile-viewport) {
297
			order: -1;
298
			background-color: $font-color;
299
			display: flex;
300
			flex-direction: column;
301
			align-items: center;
302
		}
303
		@media ($min-desktop-viewport) {
304
			padding-left: 1.5rem;
305
			padding-right: 1.5rem;
306
		}
307
	}
308
}
309

  
310
// Gutter columns
311
#columns {
312
	@media ($max-mobile-viewport) {
313
		padding: 0;
314
	}
315
	@media ($min-desktop-viewport) {
316
		#sidebar + & {
317
			flex-basis: 50%;
318
		}
319
	}
320
}
321
div#services > ul > li,
322
div#left div.a2-block, div#right div.a2-block,
323
.gru-content div.cell,
324
.block {
325
	margin: 0px 0.25em 0.5em 0.25em;
326

  
327
}
328
.top-column div.cell {
329
	margin-right: 0;
330
	margin-left: 0;
331
}
332

  
333

  
334

  
335

  
336
// Page header
337
.page-header {
338
	&:empty {
339
		display: none;
340
	}
341

  
342
	flex: 0 0 100%;
343
	background-color: $font-color;
344
	color: white;
345
	margin: 0;
346
	text-align: center;
347
	display: flex;
348

  
349
	@include triangle;
350

  
351
	& *:not(&--logo-wrapper):not(&--logo) {
352
		margin: 0 !important;
353
		padding: 0 !important;
354
		background-color: transparent !important;
355
		color: inherit !important;
356
		text-align: inherit !important;
357
		flex: 1 1 auto;
358
	}
359

  
360
	& > *:not(&--logo-wrapper):not(&--logo) {
361
		padding: 2rem !important;
362
	}
363

  
364

  
365
	body[class*="-sidebar"] &,
366
	body.page-template-homepage & {
367
		@media ($min-desktop-viewport) {
368
			padding-left: $sidebar-width;
369
		}
370
	}
371

  
372
	// WCS page: add logo
373
	@media ($max-mobile-viewport) {
374
		flex-direction: column;
375
	}
376

  
377
	&--logo-wrapper {
378
		background-color: $gray-light;
379
		background-image: $top-gradient;
380
		flex: 0 0 $sidebar-width;
381
		display: flex;
382
		@media ($max-mobile-viewport) {
383
			flex-basis: 6rem;
384
		}
385
	}
386
	&--logo {
387
		margin: auto;
388
		@media ($min-desktop-viewport) {
389
			height: 80%;
390
			width: 80%;
391
		}
392
	}
393
}
394

  
395
// Links-list
396
div#rub_service div.category ul,
397
div#services > ul > li > ul,
398
div#account-management ul,
399
.cell:not(.pk-button) div.links-list ul,
400
div.menucell ul,
401
div.wcsformcell,
402
div.notificationscell ul,
403
div.categoriescell ul,
404
div.link-list-cell ul,
405
div.wcsformsofcategorycell ul,
406
div.wcscurrentdraftscell ul,
407
div.wcscurrentformscell ul {
408
	& > li {
409
		font-weight: bold;
410
		color: $gray;
411

  
412
		&:hover {
413
			color: black;
414
		}
415

  
416
		&:not(.more-items) {
417
			position: relative;
418
			display: flex;
419
			align-items: center;
420
			padding-left: 3rem;
421
			font-size: $fz-small;
422
			text-transform: uppercase;
423
			background-color: $gray-light;
424
			overflow: hidden;
425
			&::before {
426
				content: ">";
427
				font-size: $fz-h3;
428
			}
429

  
430
			&:not(:last-child) {
431
				margin-bottom: 0.33em;
432
			}
433
		}
434

  
435
		> a {
436
			position: static;
437
			padding: .7rem;
438
			font-family: $ff-title;
439
			flex-grow: 1;
440
		}
441

  
442
		div.description {
443
			display: none;
444
		}
445

  
446
		&.required-authentication a::after {
447
			content: "";
448
			top: 0;
449
			bottom: 0;
450
			left: 1rem;
451
			right: auto;
452
			margin: auto;
453
			width: 1.5rem;
454
			height: 1.5rem;
455
			background: url(icons/cadenas.svg) center;
456
			background-size: 100% 100%;
457

  
458
		}
459

  
460
		// Gray logo keyword options
461
		@each $name, $file in $logos-gris {
462
			&[class*="keyword-"][class*="-#{$name}"]{
463
				&::after {
464
					content: "";
465
					background: url(logos/#{$file}) no-repeat right center;
466
					background-size: 100% 100%;
467
					height: 3rem;
468
					width: 10rem;
469
					margin-right: 10px;
470
				}
471
			}
472
		}
473
	}
474
}
475

  
476
// Cells
477
.gru-content div.cell {
478
	// Cells titles
479
	h2:first-child {
480
		background-color: $font-color;
481
		color: white;
482
		padding-bottom: 1.1em;
483
		padding-top: 1em;
484

  
485
		display: flex !important;
486
		flex-wrap: wrap;
487
		align-content: flex-end;
488
	}
489

  
490
	&.foldable > div > h2:first-child {
491
		&::after {
492
			position: absolute;
493
			bottom: 0.15em;
494
			right: auto;
495
			left: auto;
496
			flex: 0 0 100%;
497
			transform: scaleY(1.3);
498
		}
499
	}
500

  
501
	&.link-list-cell h2 + div {
502
		padding: 0;
503
	}
504
	// Cell title icon option
505
	&[class*=" icon-"] {
506
		$title-height: 6rem;
507
		$gradient-width: 2rem;
508

  
509
		h2:first-child {
510
			padding-left: $title-height + $gradient-width;
511
			min-height: $title-height;
512

  
513
			// Add icon
514
			&::before {
515
				content:"";
516
				display: block;
517
				box-sizing: content-box;
518
				// icon position
519
				background-size: auto 100%;
520
				background-position: left;
521
				background-repeat: no-repeat;
522
				width: $title-height;
523
				height: $title-height;
524
				// vertical center block
525
				position: absolute;
526
				left: 0;
527
				top: 0;
528
				bottom: 0;
529
				right: auto;
530
				margin: auto;
531
				// Add right gradient with border-image
532
				border-right: 2rem solid;
533
				border-image-source: linear-gradient(to right, hsla(0, 0%, 0%, 0.5) 0, transparent 100%);
534
				border-image-repeat: stretch;
535
				border-image-slice: 0 100% 0 0;
536
			}
537
		}
538
	}
539
	@each $name, $file in $icons {
540
		&.icon-#{$name} {
541
			h2:first-child {
542
				&::before {
543
					background-image: url(icons/#{$file});
544
				}
545
			}
546
		}
547
	}
548

  
549
	// cell color option
550
	@each $name, $hexa in $colors {
551
		&.color-#{$name} {
552
			h2:first-child {
553
				background-color: $hexa;
554
			}
555

  
556
			li:not(.more-items) {
557
				&::before {
558
					color: $hexa;
559
				}
560
			}
561
		}
562
	}
563

  
564
	// cell description / intro
565
	.description, .intro {
566
		font-size: $fz-small;
567
	}
568

  
569
	// WCS FORM CELL SIGNALISATION
570
	&.wcs-form-cell.signalement {
571
		a {
572
			@extend %title;
573
			padding-top: 0;
574
			padding-bottom: 0;
575
			background-color: $red;
576
			color: white;
577
			text-transform: uppercase;
578
			display: flex;
579
			align-items: center;
580
			justify-content: center;
581

  
582
			// add megaphone icon
583
			$title-height: 6rem;
584
			&:before {
585
				content: "";
586
				flex-shrink: 0;
587
				background-size: auto 100%;
588
				background-position: left;
589
				background-repeat: no-repeat;
590
				width: $title-height;
591
				height: $title-height;
592
				background-image: url(icons/megaphone.svg);
593
			}
594

  
595
			&:hover {
596
				background-color: darken($red, 10%);
597
			}
598

  
599
		}
600
		.description {
601
			display: none;
602
		}
603
	}
604
}
605

  
606

  
607

  
608
// Sidebar specifity
609
.page-header:not(:empty) + #sidebar {
610
	@media ($min-desktop-viewport) {
611
		transform: translateY(-4.5rem);
612
	}
613
}
614

  
615
.gru-content #sidebar {
616

  
617
	padding-top: 1.5rem;
618

  
619
	div.cell {
620
		@include roundedCell;
621
		margin-right: 0;
622
		margin-bottom: 1.5rem;
623
		width: 100%;
624
		max-width: 25rem;
625
		text-align: center;
626

  
627
		p {
628
			font-size: $fz-small;
629
			margin: 0.66em 0;
630
		}
631

  
632
		// inline form
633
		form {
634
			position: relative;
635
			display: flex;
636
			border: 1px solid;
637
			border-radius: $custom-border-radius;
638
			padding: 0;
639
			overflow: hidden;
640

  
641
			input, select {
642
				border-radius: $custom-border-radius;
643
				border: none;
644
				background-color: transparent;
645
				margin: 0;
646
				flex-grow: 1;
647
			}
648
			button {
649
				margin: 0;
650
				padding: .33em;
651
			}
652
			.errornotice {
653
				font-size: $fz-small;
654
				text-align: left;
655
				position: absolute;
656
				top: 100%;
657
				width: 100%;
658
			}
659
		}
660

  
661
	}
662
	// search cell
663
	.search-cell {
664
		button {
665
			order: -1;
666
			@include white-button;
667
			border-color: transparent;
668
			&::after {
669
				content: "\f002";
670
				font-family: FontAwesome, sans-serif;
671
			}
672
		}
673
	}
674
	.link-cell.pk-button {
675
		ul > li > a {
676
			display: block;
677
			@media ($max-mobile-viewport) {
678
				@include white-button;
679
			}
680
		}
681
	}
682
}
683

  
684
// carrousel
685
div.carrousel-content {
686
	input + div {
687
		div.carrousel-item {
688
			font-size: 1rem;
689
			padding: $carrousel-navigation-bullet-size + 20;
690
			div.carrousel-item-content {
691
				line-height: normal;
692
				a {
693
					padding: .33em;
694
					background-color: #222;
695
					display: block;
696
					border-radius: .5em;
697

  
698
					&:hover {
699
						background-color: black;
700
						text-decoration: none;
701
					}
702
				}
703
				strong {
704
					text-transform: uppercase;
705
					font-size: $fz-h2;
706
				}
707
			}
708
		}
709
	}
710

  
711
	div.carrousel-nav {
712
		text-align: left;
713
		label {
714
			box-shadow: 0 0 1px 1px white;
715
			background-color: hsla(0, 0%, 100%, 0.5)
716
		}
717
	}
718
}
719

  
720
// Retour Icitoyen
721
.retour-icitoyen {
722
	&--title {
723
		margin: 0;
724
	}
725
	&--text {
726
		padding: 1rem;
727
	}
728
	&--back-btn {
729
		font-size: $fz-small;
730
		margin-right: 0;
731
	}
732
	&--img {
733
		max-width: 100%;
734
		max-height: 100%;
735
	}
736
}
737
.top-bandeau .retour-icitoyen {
738
	text-align: center;
739

  
740
	height: 350px;
741
	background: var(--page-picture) no-repeat center;
742
	background-size: cover;
743
	> div {
744
		height: 100%;
745
		display: flex;
746
		flex-direction: column;
747
	}
748
	&--img-wrapper {
749
		flex-grow: 1;
750
		display: flex;
751
	}
752
	&--img {
753
		@include image-to-white;
754
		height: 180px;
755
		width: auto;
756
		margin: auto;
757
	}
758
	&--text {
759
		font-size: $fz-small;
760
		background-color: hsla(0, 0%, 0%, 0.3);
761
		color: white;
762
	}
763
	&--title {
764
		font-size: $fz-h6;
765
		text-transform: none;
766
	}
767
	&--description {
768
		margin: 0.33em 0;
769
		font-size: $fz-small;
770
	}
771
}
772
#sidebar .retour-icitoyen {
773
	&--img-wrapper {
774
		padding: 1rem;
775
		background-color: $gray-light;
776
	}
777
	&--img {
778
		height: 6rem;
779
	}
780
	&--title {
781
		padding: 0 !important;
782
	}
783
}
784

  
785
// WCS
786
div#gauche {
787
	@media ($max-mobile-viewport) {
788
		margin-top: 0;
789
	}
790
	@media ($min-desktop-viewport) {
791
		width: $sidebar-width;
792
		padding-left: 1rem;
793
		padding-right: 1rem;
794
	}
795
	#tracking-code {
796
		text-align: center;
797
		display: flex;
798
		justify-content: center;
799
		.tracking-code-part {
800
			border-bottom: 2px solid $font-color;
801
			h3 {
802
				padding-left: 0;
803
			}
804
			a:hover {
805
				color: $primary-color;
806
			}
807
			@media ($min-desktop-viewport) {
808
				padding-bottom: 0.5rem;
809
				h3, a {
810
					padding: 0;
811
				}
812
			}
813
		}
814
	}
815
}
816

  
817
div#gauche + div#rub_service {
818
	@media ($min-desktop-viewport) {
819
		padding-left: 2rem;
820
		padding-right: 2rem;
821
		width: calc(100% - #{$sidebar-width});
822
	}
823
}
824
div#rub_service {
825
	> h2:first-child {
826
		display: none;
827
	}
828
	.quixote {
829
		h3 {
830
			font-size: $fz-h4;
831
			@include underlined-with-triangle;
832
		}
833
		.submit-button button {
834
			&::after {
835
				content: "▶";
836
				vertical-align: .1em;
837
				padding-left: .66em;
838
			}
839
		}
840
		.previous-button button {
841
			&::before {
842
				content:"◀";
843
				vertical-align: .1em;
844
				padding-right: .66em;
845
			}
846
		}
847
	}
848
	.section.foldable {
849
		> h2 {
850
			font-size: $fz-h4;
851
			border-bottom: 2px solid $font-color;
852

  
853
			&:hover {
854
				&::after {
855
					color: $primary-color;
856
				}
857
			}
858
		}
859
		.dataview {
860
			h3 {
861
				font-size: $fz-h6;
862
			}
863
		}
864
	}
865
}
866

  
867
// steps
868
.wcs-step {
869
	padding: 0;
870
	&--marker {
871
		@include desktop-vertical-steps() {
872
			clip-path: polygon(0 0, 100% 50%, 0 100%);
873
			align-items: center;
874
			flex: 0 0 #{$wcs-step-marker-size - 0.5};
875
			&-nb {
876
				margin: .15em;
877
			}
878
		}
879
	}
880
	&--label {
881
		letter-spacing: 0;
882

  
883
		@include desktop-vertical-steps() {
884
			font-size: .6em;
885
		}
886
	}
887
}
888

  
889
// Footer
890
#footer {
891
	a {
892
		color: $red-light;
893
	}
894

  
895
	.menucell {
896
		clear: both;
897
		border-top: 1px solid $footer-color;
898
		padding-top: .7rem;
899

  
900
		li {
901
			background-color: transparent;
902
			padding: 0;
903
			margin-bottom: 0;
904
			color: $footer-color;
905
			&::before {
906
				content: none;
907
			}
908
			a {
909
				// background-color: transparent;
910
				padding-top: 0;
911
				padding-bottom: 0;
912
				color: white;
913
				&:hover {
914
					color: $red-light;
915
				}
916
			}
917
		}
918
	}
919

  
920
	// Text-cell liste of logos
921
	.text-cell.footer-logos {
922
		ul {
923
			list-style: none;
924
			margin: 0;
925
			padding: 0;
926

  
927
			display: flex;
928
			flex-wrap: wrap;
929
			justify-content: center;
930

  
931
		}
932

  
933
		li{
934
			padding-right: 0.5em;
935
			padding-left: 0.5em;
936
		}
937

  
938
		a {
939
			display: block;
940
			width: 100%;
941
			height: 100%;
942
		}
943

  
944
		img {
945
			@include image-to-white;
946
			width: 6.5rem !important;
947
			height: 5.5rem !important;
948
		}
949

  
950
		a:hover img {
951
			filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 3px #fff) drop-shadow(0 0 7px #fff) drop-shadow(0 0 .5rem #fff);
952
		}
953
	}
954

  
955
}
static/roannais-icitoyen/_vars.scss
1
// Colors
2
$gray-light: #ececec;
3
$gray: #6e6e6e;
4
$red: #cf141d;
5
$red-light: lighten($red, 20%);
6
$red-xlight: lighten($red, 50%);
7
$pink: #e72f75;
8

  
9
$colors: (
10
	"red": #cf141d,
11
	"red-soft": #eb585c,
12
	"red-vivid": #e51736,
13
	"blue-dark": #282f89,
14
	"blue-soft": #2f6cb5,
15
	"violet-dark": #6d3089,
16
	"pink-soft": #e95d7c,
17
	"pink": #e72f75,
18
	"purple": #aa318a,
19
	"purple-soft": #c7559b,
20
	"cyan-green": #009178,
21
	"cyan-soft": #2391a4,
22
	"cyan-dark": #007698,
23
	"green": #2ea834,
24
	"green-lime": #017e3d,
25
	"green-dark": #358c2a,
26
	"orange": #ec6703
27
);
28

  
29
// typo
30
$ff-title: Din, sans-serif;
31
$ff-text: Roboto, sans-serif;
32
// Fonts sizes - base 21px
33
$fz-h1: 2.3em;  // 48px
34
$fz-h2: 1.9em;  // 40px
35
$fz-h3: 1.7em;  // 36px
36
$fz-h4: 1.57em; // 33px
37
$fz-h5: 1.3em;  // 28px
38
$fz-h6: 1.15em;  // 28px
39
$fz-small: 0.85em;
40

  
41
// Icons
42
$icons: (
43
	"cadenas": "cadenas.svg",
44
	"couple": "couple.svg",
45
	"document-valide": "document-valide.svg",
46
	"feu-tricolore": "feu-tricolore.svg",
47
	"geometrie": "geometrie.svg",
48
	"loupe": "loupe.svg",
49
	"main-halte": "halte.svg",
50
	"mains-famille": "famille.svg",
51
	"mains-poignee": "mains-poignee.svg",
52
	"mains-social": "social.svg",
53
	"maison": "maison.svg",
54
	"megaphone": "megaphone.svg",
55
	"navigation": "navigation.svg",
56
	"plot": "plot.svg",
57
	"poubelle": "poubelle.svg",
58
	"robinet": "robinet.svg",
59
	"tasse": "tasse.svg"
60
);
61

  
62
$logos-gris: (
63
	"commelle-vernay": "commelle-vernay-gris.svg",
64
	"mably": "mably-gris.svg",
65
	"office-tourisme": "office-tourisme-gris.svg",
66
	"riorges": "riorges-gris.svg",
67
	"roannais-agglo": "roannais-agglo-gris.svg",
68
	"roannaise-de-l-eau": "roannaise-de-l-eau-gris.svg",
69
	"ville-roanne": "ville-roanne-gris.svg",
70
	"villerest": "villerest-gris.svg"
71
);
72

  
73
$custom-border-radius: 7px;
74
$top-gradient: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.2), transparent 35%);
75

  
76
// Core Vars
77
$width: 1280px;
78
$mobile_limit: 1024px;
79
$very-small-limit: 560px;
80
$sidebar-width: 17.5rem;
81
$primary-color: $red;
82

  
83
$font-size: 100%;
84
$font-family: $ff-text;
85
$font-color: #333;
86
$link-color: $primary-color;
87

  
88
$title-font-size: $fz-h5;
89
$title-font-family: $ff-title;
90
$title-transform: uppercase;
91
$title-weight: bold;
92

  
93
$nav-after-image: false;
94
$nav-mobile-limit: 20000px;
95
$nav-border-color: none;
96
$nav-button-background: white;
97
$nav-button-color: black;
98
$nav-menu-side: 40px;
99
$nav-mobile-menu-background: black;
100
$nav-mobile-menu-item-color: white;
101
$nav-active-color: white;
102
$nav-item-selected-color: $font-color;
103

  
104
$nav-mobile-bottom-bar-background: black;
105
$nav-mobile-bottom-bar-item-hover-background: $primary-color;
106
$nav-mobile-bottom-bar-color: white;
107
$nav-mobile-bottom-bar-item-hover-color: white;
108

  
109
$cell-border: none;
110
$cell-entry-color: $gray;
111
$cell-entry-border-color: transparent;
112

  
113
$carrousel-text-position: bottom left;
114
$carrousel-navigation-bullet-size: 15px;
115
$carrousel-arrows: none;
116
$carrousel-navigation-bullet-border: 2px solid black;
117

  
118
$button-background: $font-color;
119
$button-border-radius: $custom-border-radius;
120
$button-border: 1px solid $font-color;
121
$button-hover-background: $primary-color;
122

  
123
$buttons-order: previous, cancel, submit;
124
$buttons-alignment: space-between;
125

  
126
$widget-border: 1px solid $gray-light;
127
$widget-background: #f3f3f3;
128
$widget-border-radius: 0.33em;
129
$widget-focus-background: #fdf2e5;
130
$widget-focus-border: 1px solid $gray;
131

  
132
$wcs-steps-small-layout-limit: $mobile-limit;
133
$wcs-step-background: $gray-light;
134
$wcs-step-color: $font-color;
135
$wcs-step-current-color: black;
136
$wcs-step-border-bottom: none;
137
$wcs-step-marker-background: $font-color;
138
$wcs-step-marker-color: white;
139
$wcs-step-current-marker-color: white;
140
$wcs-step-current-marker-background: $primary-color;
141

  
142
$footer-background: $font-color;
143
$footer-color: white;
144
$footer-menucell-separator: 1px solid;
static/roannais-icitoyen/config.json
1
{
2
  "label": "Roannais Icitoyen",
3
  "variables": {
4
    "pwa_display": "standalone",
5
    "theme_color": "#ff3300"
6
  },
7
  "settings": {
8
    "combo": {
9
      "COMBO_ASSET_SLOTS.update": {
10
        "header:logo": { "label": "Têtière : logo" },
11
        "logo:commelle-vernay": { "label": "logo : Commelle Vernay" },
12
        "logo:mably": { "label": "logo : Mably" },
13
        "logo:loffice-de-tourisme": { "label": "logo : Office de tourisme" },
14
        "logo:roannais-agglomeration": { "label": "logo : Roannais agglomeration" },
15
        "logo:riorges": { "label": "logo : Riorges" },
16
        "logo:la-roannaise-de-leau": { "label": "logo : Roannaise de l'eau" },
17
        "logo:roanne": { "label": "logo : Roanne" },
18
        "logo:villerest": { "label": "logo : Villerest" }
19
      }
20
    }
21
  }
22
}
static/roannais-icitoyen/icons/cadenas.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path transform="scale(.26458)" d="m49.998 12.498c-11.311 0-20.516 9.2103-20.516 20.521v7.6406h-5.6758a1.8428 1.8428 0 0 0-1.8457 1.8379v19.385s-0.22777 6.3847 3.2402 12.793c3.3624 6.2131 10.582 12.316 23.896 12.689a1.8428 1.8428 0 0 0 0.66406 0.13281h0.47852a1.8428 1.8428 0 0 0 0.66602-0.13281c13.314-0.37315 20.532-6.4763 23.895-12.689 3.4681-6.4083 3.2324-12.793 3.2324-12.793l0.007813 0.058594v-19.443a1.8428 1.8428 0 0 0-1.8457-1.8379h-24.182-0.13281-3.7656-4.916v-7.8105c0-3.7763 3.0227-6.799 6.7988-6.7988 3.7764 0 6.7988 3.0225 6.7988 6.7988a1.8428 1.8428 0 1 0 3.6836 0c0-5.768-4.7145-10.482-10.482-10.482-5.7679-1.94e-4 -10.482 4.7144-10.482 10.482v7.8105h-6.3496v-7.6406c0-9.3195 7.5125-16.83 16.832-16.83s16.838 7.5106 16.838 16.83a1.8428 1.8428 0 1 0 3.6836 0c0-11.311-9.2103-20.521-20.521-20.521zm-24.354 31.846h22.346 3.8906 22.469v17.598a1.8428 1.8428 0 0 0 0.007813 0.058594s0.15242 5.476-2.7969 10.926c-2.9282 5.4107-8.6841 10.782-21.555 10.859-12.877-0.075023-18.634-5.4476-21.562-10.859-2.9492-5.4497-2.7988-10.926-2.7988-10.926a1.8428 1.8428 0 0 0 0-0.058594v-17.598zm24.354 5.8301c-4.8034 0-8.7324 3.931-8.7324 8.7344 0 4.1728 2.9668 7.6871 6.8945 8.5391v5.8027a1.8428 1.8428 0 1 0 3.6836 0v-5.8047c3.9252-0.85494 6.8945-4.367 6.8945-8.5371 0-4.8034-3.937-8.7344-8.7402-8.7344zm0 3.6836c2.8116 0 5.0566 2.239 5.0566 5.0508 0 2.7431-2.1386 4.9334-4.8535 5.0391a1.8428 1.8428 0 0 0-0.22656-0.013672 1.8428 1.8428 0 0 0-0.18164 0.013672h-0.001953c-2.7133-0.10727-4.8418-2.297-4.8418-5.0391 0-2.8118 2.237-5.0508 5.0488-5.0508z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#6f6f6e" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
4
</svg>
static/roannais-icitoyen/icons/couple.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m18.498 13.83c-0.26466-0.09908-0.43833-0.22065-0.47852-0.33644-0.01821-0.05257-0.02754-0.17086 0.09809-0.3908 0.02301-0.02147 0.04829-0.04547 0.07785-0.07456 0.86472-0.91098 1.6213-3.4872 0.89455-5.1795-0.32786-0.7631-1.0814-1.673-2.8088-1.673-1.7173 0-2.4602 0.9011-2.781 1.6571-0.71937 1.6956 0.07356 4.2824 0.96586 5.2058 0.02222 0.02198 0.04523 0.044 0.06849 0.06571 0.09729 0.16534 0.13598 0.30739 0.10618 0.39433-0.0392 0.11527-0.22526 0.24244-0.49872 0.34128-3.1634 0.65339-4.7614 2.7668-4.5006 5.9578 0.02226 0.27398 0.25152 0.48531 0.52653 0.48531h12.437c0.27807 0 0.50836-0.21561 0.52729-0.49293 0.21589-3.2104-1.4294-5.3256-4.6337-5.96m-7.8273 5.3962c-0.03539-2.3963 1.2231-3.8636 3.747-4.3644 0.05055-0.0099 0.09809-0.02678 0.14153-0.05003 0.57228-0.21891 0.93602-0.54574 1.0814-0.97189 0.09884-0.28969 0.13574-0.7606-0.2495-1.3594-0.02325-0.03611-0.05079-0.06924-0.08214-0.09856l-0.03361-0.03135c-0.02123-0.01996-0.04297-0.03968-0.05615-0.05309-0.58641-0.60688-1.305-2.7354-0.74639-4.0521 0.28942-0.68172 0.8809-1.0128 1.8083-1.0128 0.938 0 1.5391 0.33794 1.8382 1.0333 0.5649 1.3157-0.11908 3.4336-0.67315 4.018-0.03285 0.03162-0.06698 0.06321-0.10058 0.0938-0.03464 0.03182-0.06499 0.06849-0.09003 0.1084-0.37457 0.59784-0.33409 1.0664-0.23402 1.3546 0.15419 0.44333 0.54344 0.77905 1.1572 0.99768 0.025 0.0088 0.05079 0.01591 0.07706 0.02071 2.5479 0.49241 3.8373 1.9605 3.8386 4.3671zm-1.8209-0.51433h-4.4839c0.06571-2.1549 1.5684-2.9086 2.8682-3.1556 0.26668-0.05055 0.45174-0.29549 0.42746-0.56594-0.02401-0.27045-0.24926-0.47876-0.52098-0.48154-0.66779-0.0066-1.0914-0.16177-1.3568-0.33465 0.13979-0.07384 0.28283-0.17796 0.42008-0.32358 0.59958-0.63696 0.84377-1.8353 0.74723-3.6644-0.03238-0.60411 0.09983-1.0674 0.39254-1.3763 0.4469-0.47091 1.1635-0.4967 1.3291-0.4967h2e-3c0.01694 0.0013 0.05563 5.17e-4 0.07229 0 0.14006 0 0.86071 0.02377 1.3091 0.4967 0.29295 0.3089 0.42488 0.77222 0.39282 1.3766-0.09682 1.8288 0.1476 3.0272 0.74691 3.6641 0.08241 0.08745 0.16657 0.15574 0.25128 0.21561 0.41754-0.26513 0.88444-0.48733 1.3945-0.66831-0.06396-0.04297-0.1365-0.07281-0.21407-0.08491-0.04146-0.0061-0.10062-0.0096-0.17395-0.01012-0.15947-0.0013-0.32453-0.0025-0.48832-0.17669-0.21716-0.23053-0.5657-0.91174-0.4613-2.8836 0.04825-0.90543-0.18074-1.6319-0.68124-2.1597-0.72695-0.76691-1.7727-0.82654-2.0757-0.82654h-0.09428c-0.30306 0-1.3488 0.05964-2.0757 0.82654-0.50023 0.52753-0.72949 1.2542-0.6812 2.1594 0.10467 1.9721-0.24418 2.6533-0.4613 2.8839-0.16379 0.17415-0.32862 0.17542-0.48809 0.17669-0.07356 4.72e-4 -0.13272 4e-3 -0.17391 0.01012-0.14788 0.02297-0.27906 0.10717-0.36123 0.23204-0.08213 0.12487-0.10769 0.27878-0.06976 0.42361 0.01087 0.04198 0.19641 0.70953 0.99137 1.1681-1.0993 0.63295-2.1602 1.8402-2.0121 4.1376 0.01793 0.27807 0.24874 0.49444 0.52729 0.49444h5.0132c-0.02627-0.36425-0.02984-0.71664-0.01139-1.0568" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/document-valide.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m9.0728 15.874-2.267-2.267-1.5115 1.5113 3.7785 3.7785 6.8013-6.8013-1.5115-1.5112zm-0.7559-12.567c-1.0916 0-1.9868 0.89523-1.9868 1.9871v6.8011a0.47565 0.47565 0 1 0 0.95128 0v-6.8011c0-0.57771 0.45827-1.036 1.0355-1.036h8.4425c0.27462 0 0.53784 0.10913 0.73249 0.30353l2.8931 2.8931c0.19432 0.19462 0.30353 0.45796 0.30353 0.73249v12.977c0 0.57767-0.45829 1.0358-1.036 1.0358h-11.336c-0.57725 0-1.0355-0.45836-1.0355-1.036v-2.2666a0.47565 0.47565 0 1 0-0.95128 0v2.2666c0 1.0918 0.89523 1.9873 1.9868 1.9873h11.336c1.0918 0 1.9871-0.89527 1.9871-1.9871v-12.977c0-0.52688-0.20949-1.0326-0.58168-1.4051a0.47565 0.47565 0 0 0-2.45e-4 0l-2.8931-2.8931a0.47565 0.47565 0 0 0-2.45e-4 -2.451e-4c-0.37251-0.37217-0.87798-0.58168-1.4049-0.58168zm8.3058 1.5047a0.47565 0.47565 0 0 0-0.46846 0.48234v1.8891c0 0.88305 0.72598 1.6091 1.6091 1.6091h1.8891a0.47565 0.47565 0 1 0 0-0.95104h-1.8891c-0.36912 0-0.65804-0.28896-0.65804-0.65804v-1.8891a0.47565 0.47565 0 0 0-0.48258-0.48234z" fill="none" stroke="#fff" stroke-linejoin="round" stroke-width=".9512"/>
4
</svg>
static/roannais-icitoyen/icons/document.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <g transform="translate(0 -270.54)">
4
    <path d="m10.325 292.61a0.41986 0.41986 0 0 1-0.41345-0.56058l1.068-2.9907a0.41986 0.41986 0 0 1 0.09849-0.15561l0.29109-0.29109a0.41986 0.41986 0 0 1 0.09384-0.0939l7.6839-7.684a0.41986 0.41986 0 0 1 0.09584-0.0959l0.58154-0.58153a0.41986 0.41986 0 0 1 0.09366-0.0937l0.29182-0.29182a0.41986 0.41986 0 0 1 1.31e-4 -1.1e-4c0.71244-0.71197 1.8694-0.75358 2.5697-0.0533a0.41986 0.41986 0 0 1 1.05e-4 1e-4c0.69988 0.7003 0.65866 1.8572-0.05376 2.5697l-0.28981 0.28981a0.41986 0.41986 0 0 1-0.09594 0.096l-0.5809 0.5809a0.41986 0.41986 0 0 1-0.09539 0.0954l-7.6828 7.6828a0.41986 0.41986 0 0 1-0.09603 0.0961l-0.29091 0.29091a0.41986 0.41986 0 0 1-0.1557 0.0985l-2.9902 1.0679a0.41986 0.41986 0 0 1-0.12318 0.0241zm0.67538-1.1128 2.0297-0.72484-1.3049-1.305zm2.6354-1.3067 7.1849-7.1849-1.3287-1.329-7.1851 7.1851zm-7.5153-5.2546a0.41986 0.41986 0 1 1 0-0.83963h6.2797a0.41986 0.41986 0 1 1 0 0.83963zm15.294-2.524 0.08281-0.0827-1.3289-1.3288-0.08264 0.0827zm0.67647-0.67648 0.04128-0.0413c0.40839-0.40839 0.41491-1.0207 0.05366-1.3823-1.7e-5 -1e-5 -1.04e-4 2e-5 -1.04e-4 0-1.7e-5 -1e-5 1.8e-5 -1e-4 0-1e-4 -0.36155-0.36148-0.97383-0.35471-1.3823 0.0535l-1.04e-4 1e-4 -0.04128 0.0413zm-15.97-0.28807a0.41986 0.41986 0 1 1 0-0.83965h9.0704a0.41986 0.41986 0 1 1 0 0.83965zm-1.3953-3.8374a0.41986 0.41986 0 1 1 0-0.83964h1.6734v-1.6734a0.41986 0.41986 0 1 1 0.83965 0v2.0932a0.41986 0.41986 0 0 1-0.41982 0.41981zm-0.50391 16.745c-0.71616 0-1.3112-0.58366-1.3112-1.2994v-16.972c0-0.22911 0.092736-0.4493 0.25628-0.61005 1.73e-5 -2e-5 -1.63e-5 -1e-4 0-1e-4l1.9671-1.9416 3.706e-4 -3.9e-4c0.16277-0.15998 0.38205-0.24891 0.6096-0.24891h12.742c0.71616 1e-5 1.3112 0.5837 1.3112 1.2995v4.0741a0.41986 0.41986 0 1 1-0.83965 0v-4.0741c0-0.25587-0.2033-0.45982-0.47157-0.45982h-12.742c-0.00885 0-0.01617 3e-3 -0.02105 8e-3 -2.51e-5 2e-5 -4.63e-5 4e-5 -9.43e-5 8e-5l-1.9671 1.9416-3.705e-4 4e-4c-0.00404 4e-3 -0.0051 8e-3 -0.0051 0.0113v16.972c0 0.25584 0.2033 0.4598 0.47157 0.4598h14.264c0.26828 0 0.47157-0.20394 0.47157-0.4598v-4.6812a0.41986 0.41986 0 1 1 0.83966 0v4.6812c0 0.71576-0.59506 1.2994-1.3112 1.2994z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
5
  </g>
6
</svg>
static/roannais-icitoyen/icons/famille.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m10.155 3.7176c-0.48405 1.5e-4 -0.96777 0.17663-1.3198 0.52917-0.22678 0.22656-0.38666 0.50191-0.47284 0.80202l-0.085783-0.0858c-0.727-0.72699-1.912-0.72902-2.6407 0-0.59284 0.59309-0.70287 1.4883-0.33021 2.1937-0.33769 0.072-0.6563 0.23232-0.90796 0.48421-0.35286 0.35256-0.54725 0.82205-0.54725 1.3203 0 0.49898 0.19439 0.96811 0.54725 1.3203l0.25838 0.25839c-0.2943 0.0843-0.57209 0.24126-0.80357 0.47232-0.72803 0.72868-0.72769 1.9135 0 2.6412l2.7683 2.7678 0.0062 6e-3 4.4953 4.6545c0.0077 7e-3 0.0773 0.0659 0.08527 0.0729 0.0077 7e-3 0.08212 0.0624 0.09043 0.0687 1.2621 1.0195 2.7649 1.5172 4.2571 1.5172 1.9088 0 3.7996-0.81585 5.1428-2.3983 1.1177-1.3156 1.6843-2.9937 1.5937-4.7243-0.03848-0.74461 0.05008-1.5036 0.15296-2.2805l0.65991-5.0095c0.19354-0.82992-0.23946-1.6637-1.0299-1.9818-0.42458-0.1703-0.89106-0.16638-1.3136 0.0129-0.406 0.17261-0.72238 0.48867-0.89865 0.8909-1.0838 1.765-0.98086 3.0482-0.79892 4.1124 0.3453 1.9958-0.7726 6.5233-0.78393 6.5691-0.06405 0.25825 0.09362 0.52006 0.35192 0.58446 0.03952 0.01 0.07831 0.0145 0.11679 0.0145 0.21714 0 0.41425-0.14667 0.4687-0.36638 0.04813-0.1932 1.1773-4.7697 0.79892-6.965-0.16105-0.93647-0.24047-1.9752 0.68368-3.468 0.0069-0.0111 0.01115-0.0232 0.01705-0.0346 0.0069-0.0132 0.01494-0.0253 0.02067-0.0393 0.07469-0.18588 0.21819-0.33115 0.40204-0.4098 0.18395-0.079 0.3897-0.0808 0.57464-5e-3 0.33961 0.13677 0.53339 0.50937 0.4408 0.91209l-0.66869 5.0565c-0.10852 0.8236-0.20161 1.6315-0.15813 2.4577 0.07637 1.4836-0.40842 2.9213-1.3658 4.0483-2.0522 2.4171-5.5899 2.7476-8.1003 0.72658l-0.3359 0.34829 0.26148-0.40876-4.4716-4.6323c-0.00209-2e-3 -0.0046-4e-3 -0.00672-6e-3l5.292e-4 -5.3e-4 -2.774-2.7745c-0.35118-0.35118-0.35118-0.92298 0-1.2749 0.35192-0.35257 0.92414-0.35158 1.2754 0l2.5099 2.5104c0.093929 0.0943 0.21756 0.14108 0.34106 0.14108 0.12351 0 0.24765-0.0468 0.34158-0.14108 0.1889-0.18855 0.1889-0.49461 0-0.68316l-2.5099-2.5104c-6.084e-4 -6.1e-4 -0.00145-9.3e-4 -0.00206-2e-3l-1.4113-1.4118c-0.1703-0.1703-0.26407-0.39666-0.26407-0.63769 0-0.24034 0.093768-0.46687 0.26407-0.63717 0.34089-0.3406 0.93495-0.3406 1.2749 0 7.964e-4 7.9e-4 0.00177 1e-3 0.00259 2e-3l3.3393 3.3393c0.093929 0.0943 0.21756 0.14108 0.34106 0.14108 0.12351 0 0.24714-0.0468 0.34106-0.14108 0.1889-0.18855 0.1889-0.49461 0-0.68316l-3.3409-3.3414c-0.00164-2e-3 -0.00351-3e-3 -0.00517-5e-3l-0.71468-0.71468c-0.1703-0.1703-0.26407-0.39717-0.26407-0.6382 0-0.24064 0.093768-0.46739 0.26407-0.63769 0.35222-0.35188 0.92368-0.35089 1.2749 0l2.3869 2.3864 1.956 1.9565c0.09423 0.0943 0.21807 0.14107 0.34158 0.14107s0.24731-0.0468 0.34158-0.14107c0.18855-0.1889 0.18855-0.49462 0-0.68317l-1.9565-1.956-1.1452-1.1446c-0.16995-0.1703-0.26355-0.39735-0.26355-0.63769 0-0.24103 0.093597-0.46739 0.26355-0.63769 0.3406-0.34025 0.93443-0.34025 1.2754 0l3.6659 3.6659c0.76018 0.76019 0.93835 1.3373 0.79892 1.4857-1.4411 0.38442-3.0829 0.95096-4.332 2.8133-0.04847 0.072-0.07648 0.15532-0.08113 0.24133-0.02092 0.36484 0.18224 0.72533 0.54312 0.96532 0.44551 0.29712 1.0203 0.3362 1.4971 0.10283 0.29247-0.1424 0.56586-0.27168 0.80254-0.38189l-0.79582 3.8225c-0.05476 0.26126 0.11339 0.51657 0.37465 0.57103 0.03284 7e-3 0.06551 0.0103 0.0987 0.0103 0.22372 0 0.42432-0.1568 0.47181-0.38447l0.99012-4.7527c0.0365-0.17629-0.02753-0.35898-0.16795-0.47284-0.13973-0.11387-0.33213-0.13981-0.49609-0.0687 0 0-0.75658 0.32737-1.7017 0.7891-0.20448 0.0989-0.39337 0.0344-0.46509 2e-3 -0.06272-0.0285-0.10797-0.0633-0.13849-0.0915 1.0443-1.4367 2.3733-1.8915 3.6494-2.2324 0.40064-0.10689 0.67528-0.36324 0.77153-0.72244 0.23772-0.88468-0.71579-1.9581-1.1364-2.3787l-3.6659-3.6659c-0.35289-0.35304-0.83732-0.52929-1.3214-0.52917zm5.7707 10.121c-0.22293-3.9e-4 -0.4273 0.15656-0.47439 0.38602l-0.91209 4.4437c-0.05273 0.26131 0.1149 0.51669 0.3762 0.57051 0.03319 7e-3 0.065 0.01 0.09818 0.01 0.22441 0 0.42518-0.15766 0.47232-0.38602l0.91209-4.4437c0.05283-0.26126-0.11494-0.51618-0.3762-0.56999-0.0322-7e-3 -0.06427-0.0103-0.09612-0.0103zm1.7146 0.2806c-0.2227 3e-4 -0.4259 0.16241-0.46974 0.39275l-0.79582 4.1289c-0.04981 0.26161 0.12067 0.51494 0.38292 0.56534 0.03086 6e-3 0.06129 9e-3 0.0925 9e-3 0.22639 0 0.42924-0.16015 0.47336-0.39119l0.79582-4.129c0.04981-0.26161-0.12097-0.51494-0.38292-0.56534-0.0322-7e-3 -0.06431-0.0104-0.09612-0.0103z" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/feu-tricolore.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m13.229 14.826c-1.1988 0-2.174 0.97526-2.174 2.174 0 1.1988 0.97526 2.174 2.174 2.174 1.1987 0 2.174-0.97526 2.174-2.174 0-1.1988-0.97531-2.174-2.174-2.174zm2.4e-5 -4.8413c-1.1988 0-2.1741 0.97533-2.1741 2.1741s0.97533 2.1741 2.1741 2.1741c1.1987 0 2.1741-0.97533 2.1741-2.1741s-0.97537-2.1741-2.1741-2.1741m0 3.4382c-0.69711 0-1.2641-0.56699-1.2641-1.2641s0.56699-1.2641 1.2641-1.2641 1.2641 0.56699 1.2641 1.2641-0.56699 1.2641-1.2641 1.2641m0-8.2794c-1.1988 0-2.1741 0.97533-2.1741 2.1741 0 1.1988 0.97533 2.1738 2.1741 2.1738 1.1987 0 2.1741-0.975 2.1741-2.1738 0-1.1988-0.97537-2.1741-2.1741-2.1741m0 3.4382c-0.69711 0-1.2641-0.56699-1.2641-1.2641 0-0.69711 0.56699-1.2641 1.2641-1.2641s1.2641 0.56704 1.2641 1.2641c0 0.69711-0.56699 1.2641-1.2641 1.2641m1.5212-5.2748h-3.0422c-1.42 0-2.5755 1.1551-2.5755 2.5752v12.518c0 1.4201 1.1554 2.5755 2.5755 2.5755h1.066v2.1756h0.90999v-2.1756h1.0663c1.42 0 2.5752-1.1554 2.5752-2.5755v-12.518c0-1.4201-1.1551-2.5752-2.5752-2.5752m1.6655 15.093c0 0.91843-0.74707 1.6655-1.6655 1.6655h-3.0422c-0.91839 0-1.6655-0.74707-1.6655-1.6655v-12.518c0-0.91843 0.74707-1.6652 1.6655-1.6652h3.0422c0.91843 0 1.6655 0.74675 1.6655 1.6652z" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/geometrie.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m11.232 3.3068a0.36319 0.36319 0 0 0-0.37517 0.36329v18.869a0.36319 0.36319 0 0 0 0.36329 0.36328h11.188a0.36319 0.36319 0 0 0 0.31006-0.5488l-11.185-18.869a0.36319 0.36319 0 0 0-0.30076-0.17777zm-6.1619 0.17363c-0.80587 0-1.4707 0.65738-1.4707 1.4609v1.6273h5.4803v-1.6273c0-0.80365-0.66722-1.4605-1.4728-1.4609zm0 0.73846h2.5368c0.40764 2.137e-4 0.73432 0.32587 0.73432 0.72244v0.88883h-4.0054v-0.88883c0-0.3967 0.32636-0.72244 0.73432-0.72244zm6.5133 0.77721 10.186 17.18h-10.186v-1.4785h1.1446v-0.72657h-1.1446v-1.5978h1.1446v-0.72657h-1.1446v-1.5958h1.1446v-0.72657h-1.1446v-1.5973h1.1446v-0.72657h-1.1446v-1.5978h1.1446v-0.72657h-1.1446v-1.5958h1.1446v-0.72657h-1.1446zm-7.9726 2.5859v10.209a0.36891 0.36891 0 0 0 0.03514 0.15606l2.3477 4.9925a0.36891 0.36891 0 0 0 0.66818 0l2.3694-4.9945a0.36891 0.36891 0 0 0 0.03514-0.15813v-10.14h-0.73639v9.4806h-1.6211v-9.5452h-0.73846v9.5452h-1.6211v-9.5452zm10.715 7.0073a0.36319 0.36319 0 0 0-0.03669 5.29e-4 0.36319 0.36319 0 0 0-0.34003 0.36329v4.4922a0.36319 0.36319 0 0 0 0.36328 0.36328h2.6644a0.36319 0.36319 0 0 0 0.31213-0.54675l-2.6639-4.4943a0.36319 0.36319 0 0 0-0.29921-0.17828zm0.34985 1.6883 1.6624 2.8045h-1.6624zm-10.252 1.5875h3.8297l-0.88677 1.8681v-0.04754h-2.0867zm1.1979 2.5471h1.4227l-0.71469 1.5059z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
4
</svg>
static/roannais-icitoyen/icons/halte.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m20.696 12.434h-0.01964l0.02411-5.6218c0.0029-0.66242-0.4946-1.2018-1.1118-1.2056-0.61835-0.0037-1.1218 0.52942-1.1248 1.1918l-0.02369 5.6355h-0.7047l0.03151-6.9851c0.0026-0.66283-0.49644-1.2022-1.1129-1.2056-0.61651-0.0037-1.1211 0.53016-1.1237 1.1926l-0.03073 6.9981h-0.8325v-7.9288c0-0.66279-0.49979-1.1981-1.1181-1.1981-0.61724 0-1.1174 0.53536-1.1174 1.1981v7.9288h-0.74799l-0.03298-6.492c-0.0033-0.66279-0.5061-1.1959-1.1237-1.1926-0.61761 0.0041001-1.1145 0.54239-1.1115 1.2052l0.03073 6.0971h-0.0011l-0.02852 3.374-1.5419-3.1981c-0.26899-0.5935-0.93477-0.83282-1.4882-0.53499-0.55463 0.29862-0.78544 1.0207-0.51682 1.6154l2.7482 5.6999 0.79767 1.7717s0.79951 2.3714 5.1208 2.3714c2.0881 0 3.9216-0.73134 4.8986-1.8795 1.0444-1.2308 1.1563-2.9154 1.2026-3.9849 0.08778-2.0692 0.05852-4.8526 0.05852-4.8526" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/loupe.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m19.082 11.109c0-2.062-1.6773-3.7392-3.7392-3.7392-0.42932 0-0.77734 0.34798-0.77734 0.77721 0 0.42918 0.34802 0.77721 0.77734 0.77721 1.2046 0 2.1845 0.98008 2.1845 2.1848-4.5e-5 0.42918 0.34798 0.77721 0.77734 0.77721 0.42932 0 0.77734-0.34802 0.77734-0.77721m-3.8032-5.5075c3.0755 0 5.5777 2.5021 5.5777 5.5777 0 3.0763-2.5022 5.579-5.5777 5.579-3.0758 0-5.5783-2.5027-5.5783-5.579 0-3.0757 2.5025-5.5777 5.5784-5.5777m-8.6139 16.973 4.5637-4.5639c0.0176-0.0176 0.02937-0.03842 0.04617-0.05647 1.174 0.69654 2.5427 1.0981 4.0039 1.0981 4.3408 4.5e-5 7.8723-3.5321 7.8724-7.8735 0-4.3408-3.5316-7.8723-7.8723-7.8723-4.3411 0-7.8729 3.5315-7.8729 7.8723 0 1.4613 0.40151 2.8301 1.0981 4.0043-0.018183 0.01694-0.03913 0.02879-0.056779 0.04639l-4.5637 4.5639c-0.38399 0.38386-0.57608 0.88733-0.57608 1.3905 0 0.50325 0.19208 1.0068 0.57608 1.3909 0.76807 0.76794 2.0133 0.76794 2.7815-3.12e-4" fill="#181715"/>
4
</svg>
static/roannais-icitoyen/icons/mains-poignee.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m18.572 6.0254c-0.28738 1.3e-6 -0.57426 0.11102-0.78516 0.33398l-0.64062 0.67578c-2e-6 6.509e-4 -2e-6 0.0013 0 0.00195-0.13179 0.1393-0.14781 0.32397-0.19726 0.49805l-1.7402-0.51172c-0.91282-0.26872-1.8844-0.14123-2.709 0.35156-0.05041 0.030076-0.08026 0.082878-0.12891 0.11523-0.02014-0.00339-0.01832-0.039063-0.03906-0.039063h-2.7832c-0.03695 0-0.035402 0.059738-0.070312 0.070312-0.052564-0.14477-0.056211-0.30385-0.16797-0.42187l-0.64062-0.67773c-0.4218-0.44589-1.1485-0.44589-1.5703 0l-3.4766 3.6738c-0.42187 0.4459-0.42209 1.152 0 1.5977l0.64062 0.67578c0.30021 0.31731 0.72967 0.32768 1.1191 0.19336 0.051816 0.06775 0.05572 0.07697 0.15039 0.19727 0.20098 0.25538 0.49074 0.61372 0.84766 1.0332 0.25854 0.30385 0.69466 0.70602 1.0176 1.0586l-0.58984 0.62305c-0.49352 0.52154-0.49355 1.3496 0 1.8711 0.2316 0.24491 0.55494 0.37684 0.89062 0.38477 0.00331 0.3316 0.096671 0.65913 0.33984 0.91602 0.2383 0.25199 0.57179 0.39648 0.91797 0.39648 0.092364 0 0.15537-0.08552 0.24414-0.10547 0.029372 0.30843 0.15334 0.61306 0.38086 0.85352 0.23831 0.25194 0.56967 0.39648 0.91602 0.39648 0.29991 0 0.56669-0.15126 0.79297-0.34375 0.11621 0.134 0.21812 0.28822 0.36523 0.37109 0.23101 0.13014 0.47516 0.21875 0.74219 0.21875 0.39842 0 0.73186-0.18201 1.041-0.3418 0.2522-0.13035 0.39128-0.22215 0.47266-0.27344 0.02079-4.76e-4 0.04178-6.61e-4 0.06055-2e-3 0.0013 6e-6 0.0026 6e-6 0.0039 0 0.22568-0.01813 0.45359-0.12815 0.60352-0.30664 0.18355-0.19948 0.27472-0.4452 0.31641-0.69727 0.13756 0.05105 0.24542 0.17188 0.39453 0.17188 0.34621 0 0.67968-0.14618 0.91797-0.39844 0.22781-0.24058 0.3516-0.5429 0.38086-0.85156 0.37362 0.22326 0.91209-0.03859 1.1602-0.29297 0.24298-0.25689 0.33858-0.5826 0.3418-0.91406 0.33498-0.0084 0.65747-0.14224 0.88867-0.38672 0.31836-0.3364 0.35602-0.78012 0.26367-1.207 0.0074-0.0067 0.0185-0.0044 0.02539-0.01172 3e-6 -6.61e-4 3e-6 -0.0013 0-2e-3l2.1387-2.2793c8.74e-4 0 0.0011-2e-3 2e-3 -2e-3 0.2865-6.62e-4 0.57292-0.10977 0.7832-0.33203l0.64062-0.67578v-2e-3c0.42077-0.44579 0.42144-1.1503 0-1.5957l-3.4747-3.6736c-0.21091-0.22295-0.49973-0.33399-0.78711-0.33398zm-0.20703 0.88086c0.12676-0.13402 0.28921-0.13405 0.41602 0l3.4746 3.6738c0.12674 0.13396 0.12652 0.36836 0 0.50195l-0.64062 0.67774c-0.1268 0.13402-0.28736 0.13395-0.41406 0l-3.4766-3.6738c-0.12656-0.13366-0.12676-0.36798 0-0.50195zm-10.687 0.0625c0.12682-0.13406 0.28724-0.13406 0.41406 0l0.64063 0.67773c0.1265 0.1336 0.12676 0.36793 0 0.50195l-3.4219 3.6191c-0.00424 0.0029-0.00954-0.0051-0.013672-2e-3 -0.00522 4e-3 0.00303 0.01338-0.00195 0.01758l-0.037109 0.03906c-0.1263 0.13363-0.28937 0.13386-0.41602 0l-0.64062-0.67577c-0.12653-0.13361-0.12676-0.36993 0-0.50391zm7.2969 0.84961 1.8984 0.55859c2e-3 6.641e-4 0.0039 0.00132 0.0059 0.00195 0.05038 0.013922-0.0087-0.016129 0.04732-0.027409 0.05117 0.10967 0.13305 0.18921 0.22026 0.28131l3.457 3.6543-1.7422 1.8574-1.2344-1.3047c-1.0385-1.098-2.0564-1.7774-2.8223-2.1836-0.42236-0.21926-0.8757-0.39679-1.3164-0.5488-0.25174-0.01995-0.37273 0.04147-0.45508 0.18746-0.39176 0.641-0.80333 1.3015-1.2285 1.998-0.08649 0.14076-0.29442 0.32668-0.49609 0.44336-0.10084 0.05834-0.20001 0.10074-0.26953 0.12109-0.06726 0.01969-0.10043 0.0067-0.04883 0.02148-0.08422-0.02489-0.09129-0.04118-0.09961-0.05664-0.01321-0.0246-8.2e-4 -0.15891 0-0.16211l0.7441-2.8301c0.1971-0.74964 0.65548-1.3648 1.291-1.7441 0.63442-0.37915 1.3537-0.47191 2.0488-0.26758zm-5.4785 0.41016c0.026527 0.00606 0.025273 0.052734 0.052734 0.052734h1.9492c-0.30196 0.39249-0.53548 0.84174-0.66602 1.3379l-0.74023 2.8184c-0.01435 0.04671-0.1403 0.38801 0.06836 0.77734 0.12314 0.22978 0.35153 0.38933 0.5957 0.46094 0.03166 0.0093 0.05955 0.0073 0.08984 0.01172 2e-3 2.91e-4 0.0038 0.0017 0.0059 2e-3 0.35234-0.01047 0.63678-0.10563 0.94922-0.2793 0.27048-0.16901 0.53211-0.39276 0.71094-0.68359l1.0469-1.7012c0.14685 0.04438 0.32071 0.07735 0.84375 0.35352 0.63286 0.33398 1.6083 0.96073 2.6211 2.0312l1.3535 1.4297c0.18524 0.19585 0.18524 0.53462 0 0.73047-0.08913 0.09416-0.1925 0.13867-0.3125 0.13867-0.17507-0.01226-0.24578-0.09721-0.35743-0.17774l-2.0449-1.623c-6.61e-4 -2e-6 -0.0013-2e-6 -2e-3 0-0.17532-0.13741-0.43866-0.10749-0.57812 0.06445-0.0013 2e-3 -0.0026 0.0039-0.0039 0.0059-0.1333 0.17008-0.10781 0.44333 0.07031 0.58203l1.998 1.5859c0.18031 0.19602 0.18328 0.53082 0 0.72461-0.08887 0.09318-0.19282 0.13867-0.3125 0.13867-0.17857-0.01689-0.25318-0.09644-0.36719-0.18554l-1.7988-1.3418c-0.18969-0.15637-0.46036-0.10595-0.59375 0.07031-0.13602 0.17974-0.09465 0.44894 0.08203 0.58203l1.4863 1.1074c0.15133 0.16606 0.15476 0.5706-0.03711 0.77344-0.08901 0.09417-0.19423 0.13867-0.31445 0.13867-0.11993 0-0.22352-0.04459-0.31445-0.14062-0.0087-0.0089-0.01783-0.01736-0.02734-0.02539l-0.36132-0.31447c0.01367 0.01372 0.02586 0.02505-0.01367-0.01758-0.01046-0.01104-0.02154-0.02148-0.0332-0.03125l-0.63672-0.54492c-0.0019-2e-3 -0.0039-4e-3 -0.0059-0.0059-0.17063-0.13982-0.42632-0.11716-0.57031 0.03906-2e-3 0.0019-4e-3 0.0039-0.0059 0.0059-0.15476 0.17505-0.12962 0.4444 0.04492 0.5918l0.0098 0.0078 0.60156 0.52344c0.17202 0.19755 0.17174 0.52308-0.0098 0.71484-0.0075 0.0082-0.01468 0.01663-0.02148 0.02539-0.0028 0.0035 0.0074 0.0023-0.03516 0.0059-0.1403 0.01094-0.67586-0.16123-1.3945-0.64258-0.71867-0.48134-1.649-1.2338-2.7715-2.2461-1.0696-0.96488-2.0365-2.0238-2.7343-2.8439-0.57098-0.67103-0.80554-0.99165-0.92578-1.1504l3.2246-3.4102c0.12329-0.13035 0.13433-0.30511 0.18555-0.4668zm-1.5234 7.2227c0.25938 0.26911 0.46491 0.50612 0.74805 0.77734l-0.64062 0.50781c-0.014581 0.01203-0.028289 0.02508-0.041016 0.03906-0.089598 0.09447-0.19492 0.13867-0.31445 0.13867-0.11996 0-0.22327-0.04444-0.3125-0.13867-0.18524-0.19585-0.18524-0.53462 0-0.73047zm1.3418 1.3672c0.30444 0.27251 0.504 0.3978 0.78125 0.63281l-0.77539 0.57812c-0.018254 0.01412-0.035245 0.0298-0.050781 0.04687-0.089574 0.09446-0.19292 0.13867-0.3125 0.13867-0.12042 0-0.2253-0.04449-0.31445-0.13867-0.18317-0.19368-0.18021-0.52822 0-0.72461zm1.4453 1.1719c0.24561 0.19617 0.533 0.44994 0.75391 0.61133l-0.26758 0.23047c-0.01244 0.01098-0.02418 0.02272-0.03516 0.03516-0.01803 0.0199 2.29e-4 -1.36e-4 -0.0078 0.0098l-0.36328 0.3164c-0.0096 0.0087-0.01867 0.01779-0.02734 0.02734-0.08917 0.09419-0.1945 0.13867-0.31445 0.13867-0.11996 0-0.22528-0.04449-0.31445-0.13867-0.19144-0.20254-0.18721-0.60423-0.03711-0.77148zm1.4609 1.1035c0.27097 0.17527 0.47606 0.20135 0.70703 0.30859-0.22833 0.09891-0.49634 0.20117-0.5293 0.20117-0.05702 0-0.21559-0.04317-0.3418-0.11719-0.08685-0.05094-0.1126-0.08838-0.14648-0.125zm2.3477 0.38672-0.02148 0.02344c0.0041-0.0043 0.0018-0.01125 0.0059-0.01563 0.0039-0.0046 0.01183-0.0031 0.01563-0.0078z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
4
</svg>
static/roannais-icitoyen/icons/maison.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m13.234 3.3066a0.51618 0.51618 0 0 0-0.3418 0.125l-8.834 7.6074a0.51618 0.51618 0 0 0-0.17969 0.39063v11.205a0.51618 0.51618 0 0 0 0.51758 0.51562h6.543a0.51618 0.51618 0 0 0 0.51562-0.51562v-5.8496h3.5488v5.8496a0.51618 0.51618 0 0 0 0.51562 0.51562h6.543a0.51618 0.51618 0 0 0 0.51562-0.51562v-11.205a0.51618 0.51618 0 0 0-0.17969-0.39063l-1.2559-1.084v-5.7207a0.51618 0.51618 0 0 0-0.51562-0.51562h-2.9434a0.51618 0.51618 0 0 0-0.51758 0.51562v2.2988l-3.5996-3.1016a0.51618 0.51618 0 0 0-0.33203-0.125zm-0.0059 1.1973 4.1172 3.5449a0.51618 0.51618 0 0 0 0.85352-0.39062v-2.9062h1.9121v5.4414a0.51618 0.51618 0 0 0 0.17969 0.39258l1.2559 1.0801v10.453h-5.5117v-5.8516a0.51618 0.51618 0 0 0-0.51562-0.51562h-4.5801a0.51618 0.51618 0 0 0-0.51562 0.51562v5.8516h-5.5117v-10.453z" color="#000000" color-rendering="auto" dominant-baseline="auto" fill="#fff" image-rendering="auto" shape-rendering="auto" solid-color="#000000" style="font-feature-settings:normal;font-variant-alternates:normal;font-variant-caps:normal;font-variant-ligatures:normal;font-variant-numeric:normal;font-variant-position:normal;isolation:auto;mix-blend-mode:normal;shape-padding:0;text-decoration-color:#000000;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-orientation:mixed;text-transform:none;white-space:normal"/>
4
</svg>
static/roannais-icitoyen/icons/megaphone.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m13.303 4.9643c-0.19938 4.65e-4 -0.40059 0.063647-0.57076 0.20265l-0.03234 0.028566c-2.0788 1.7-4.4554 3.3329-7.0095 3.7501l-1.0898 0.17893c-1.1137 0.1819-1.8743 1.2415-1.6923 2.3552l0.5174 3.1756c0.18187 1.1133 1.2408 1.8748 2.3547 1.6929l-0.13043 0.0221 0.98951 2.9562c0.17563 0.98186 1.117 1.6499 2.1046 1.4886l0.028566-0.0038c0.99677-0.1628 1.6805-1.1116 1.5177-2.1084l-0.0065-0.03072-0.83699-2.5056c1.7748 0.17687 3.5779 0.69243 5.2634 1.3301l0.0388 0.01455c0.65777 0.24933 1.3703-0.33229 1.2568-1.0267l-0.61113-3.744c0.61066-0.34501 1.0315-0.97193 0.91244-1.7009-0.11907-0.72874-0.71881-1.1891-1.4072-1.322l-0.64999-3.9741c-0.056685-0.34714-0.29923-0.60214-0.59662-0.71464-0.11152-0.042192-0.23069-0.064414-0.35031-0.064135zm5.6433 0.40906c-0.17138-0.00504-0.34316 0.071332-0.44948 0.21935l-0.99169 1.3792c-0.16976 0.23593-0.11267 0.57269 0.12234 0.74323 0.11796 0.084133 0.26154 0.11554 0.39504 0.093777 0.13422-0.021955 0.26308-0.095639 0.34816-0.21396l0.99221-1.3792c0.17012-0.23654 0.11427-0.57311-0.12234-0.74323-0.088733-0.063889-0.19144-0.096142-0.29427-0.099169zm-5.6417 0.339c0.09167-0.018685 0.17712 0.039692 0.19564 0.15306l0.73567 4.5062 0.33577-0.0124c0.47818-0.01916 0.90443 0.31477 0.98413 0.8025 0.07966 0.48773-0.21693 0.94171-0.67639 1.0757l-0.3239 0.09324 0.05497 0.33254 0.6435 3.9435c0.02486 0.15218-0.09248 0.24791-0.23606 0.19348l-0.0388-0.01455c-1.8992-0.71861-3.981-1.373-6.0741-1.4767l-0.55835-0.02641 1.1895 3.5528c0.089795 0.58663-0.29893 1.1281-0.88603 1.224l-0.028566 0.0059h-0.00216c-0.59085 0.09652-1.1377-0.29722-1.2342-0.88818l-0.00431-0.03018-1.2159-3.632-0.50716 0.08354c-0.70777 0.11558-1.3655-0.35824-1.481-1.0655l-0.51902-3.1756c-0.11564-0.70785 0.35721-1.3676 1.065-1.4832l1.0919-0.17678c2.789-0.45553 5.2537-2.186 7.3658-3.9134l0.03234-0.026409c0.02965-0.024214 0.06107-0.039043 0.09162-0.045271zm9.7389 3.4261c-0.03675-0.00148-0.07449 3.267e-4 -0.1121 0.00647l-4.422 0.72112c-0.30094 0.049132-0.5073 0.33668-0.45812 0.63757 0.04913 0.30094 0.33665 0.50785 0.63757 0.45865l4.422-0.72328c0.30094-0.04913 0.5073-0.33665 0.45812-0.63757-0.04299-0.26332-0.26818-0.45263-0.52548-0.46295zm-4.1154 3.5765c-0.17139-0.0044-0.34316 0.07297-0.44948 0.22097-0.17021 0.23656-0.11426 0.57366 0.12234 0.74375l1.2304 0.88603c0.11839 0.08526 0.26313 0.11508 0.39722 0.09324 0.13443-0.0219 0.26312-0.09732 0.34816-0.21558 0.17021-0.23656 0.11479-0.57366-0.1218-0.74375l-1.2326-0.88603c-0.08872-0.06391-0.19144-0.09597-0.29427-0.09863z" fill="#fff" stroke-width=".27594"/>
4
</svg>
static/roannais-icitoyen/icons/navigation.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m22.559 18.361-1.7485-1.7488c0.37721-0.77616 0.57505-1.636 0.57484-2.5029 2.15e-4 -1.5294-0.5956-2.9678-1.6776-4.05-1.082-1.0817-2.5204-1.6776-4.05-1.6776-3.1583 0-5.7283 2.5693-5.7288 5.7276 0 3.158 2.5695 5.7275 5.7286 5.7275 0.86839 0 1.7287-0.1981 2.5032-0.57454l1.7485 1.7485c0.3534 0.35391 0.82434 0.54893 1.3257 0.54893 0.50058 0 0.97105-0.1948 1.3244-0.5482 0.35417-0.35361 0.54897-0.82408 0.54897-1.3249 0-0.5008-0.19506-0.97174-0.54923-1.3256m-0.46974 2.1807c-0.45597 0.4555-1.2543 0.45627-1.7102-7.67e-4l-1.92-1.92c-0.06387-0.06388-0.14899-0.09729-0.23487-0.09729-0.05422 0-0.10866 0.01317-0.1583 0.04028-0.73344 0.39797-1.5661 0.60826-2.4084 0.60826-2.7922 0-5.0638-2.2711-5.0638-5.0628 4.76e-4 -2.7917 2.2723-5.0628 5.064-5.0628 1.3523 0 2.6235 0.52666 3.5798 1.483 0.95659 0.95659 1.483 2.2278 1.483 3.5798 2.14e-4 0.8403-0.21029 1.6727-0.60852 2.4079-0.07018 0.12917-0.04715 0.28956 0.05697 0.39338l1.92 1.9203c0.22852 0.22852 0.35443 0.5325 0.35443 0.85574 0 0.32303-0.12565 0.62679-0.35417 0.85501m-6.4319-9.1306c-1.4878 0-2.6984 1.2104-2.6984 2.6982 0 0.13758 0.11145 0.24933 0.24928 0.24933 0.13753 0 0.24928-0.11175 0.24928-0.24933 0-1.2129 0.98696-2.1996 2.1999-2.1996 0.13758 0 0.24933-0.11171 0.24933-0.24928s-0.11175-0.24928-0.24933-0.24928m0-1.6226c-2.3823 0-4.3208 1.9385-4.3208 4.3208 0 2.3819 1.9385 4.3203 4.321 4.3208 2.3821 0 4.3203-1.9382 4.3203-4.3208 0-2.3823-1.9382-4.3208-4.3206-4.3208m2.57e-4 7.9769c-2.016-5.02e-4 -3.6563-1.6408-3.6563-3.6561 0-2.016 1.6401-3.656 3.6561-3.656 2.0158 0 3.6558 1.6401 3.6558 3.656 0 2.016-1.6398 3.6561-3.6556 3.6561m-6.981-2.8381-0.4778 0.11857v-8.4845l3.4762-0.86286v2.3828c0 0.18365 0.14869 0.33238 0.33234 0.33238 0.18369 0 0.33238-0.14873 0.33238-0.33238v-2.3828l3.4767 0.86286v0.515c0 0.18369 0.14873 0.33238 0.33238 0.33238 0.18365 0 0.33233-0.14869 0.33233-0.33238v-0.77518c0-0.15276-0.10433-0.286-0.25229-0.32251l-4.1412-1.0278c-0.0053-0.00124-0.01012 5.578e-4 -0.01519-4.717e-4 -0.01266-0.00279-0.02582-0.00279-0.03878-0.00408-0.0091-5.149e-4 -0.01694-0.00506-0.02634-0.00506s-0.0172 0.00455-0.02634 0.00506c-0.01317 0.00129-0.02608 0.00129-0.03925 0.00408-0.0048 0.00103-0.0097-7.724e-4 -0.01446 4.717e-4l-4.0608 1.008-4.0609-1.008c-0.099567-0.024066-0.20441-0.0017588-0.28497 0.06083-0.080563 0.062803-0.12745 0.15958-0.12745 0.26194v9.1698c0 0.15272 0.10411 0.28575 0.25207 0.32247l4.1409 1.0273c0.026339 0.0063 0.052422 0.0091 0.078247 0.0096 7.673e-4 0 0.00103 2.91e-4 0.00177 2.91e-4h5.485e-4c7.408e-4 0 9.79e-4 -2.91e-4 0.00177-2.91e-4 0.025826-5.02e-4 0.05195-0.0033 0.077775-0.0096l0.88993-0.22067c0.17833-0.044057 0.28703-0.2247 0.24293-0.40256-0.044571-0.17884-0.22698-0.28575-0.40252-0.24268m-1.1425 0.11857-3.4762-0.8626v-8.4848l3.4762 0.86286z" fill="#fff" stroke="#fff" stroke-miterlimit="10" stroke-width=".085797"/>
4
</svg>
static/roannais-icitoyen/icons/plot.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m21.923 21.374-0.20668-1.1668c-0.15599-0.88028-0.97842-1.5696-1.8722-1.5696h-0.1076l-3.8345-13.565c-0.27961-0.98952-1.3045-1.7652-2.3332-1.7652h-0.67886c-1.0285 0-2.0533 0.77568-2.3333 1.7652l-3.8349 13.565h-0.10727c-0.89406 0-1.7165 0.68935-1.8725 1.5696l-0.20635 1.1668c-0.08076 0.45649 0.03434 0.91139 0.31657 1.2479 0.28219 0.33648 0.70992 0.52938 1.1736 0.52938h14.407c0.4637 0 0.89111-0.1929 1.1733-0.52938 0.28223-0.33685 0.3977-0.79142 0.3169-1.2479m-11.654-10.907h5.9212l0.86103 3.0454h-7.6429zm1.4336-5.07c0.13538-0.47841 0.69029-0.89827 1.1877-0.89827h0.67886c0.49738 0 1.0527 0.41986 1.188 0.89827l1.0965 3.8797h-5.2479zm-2.6308 9.3061h8.316l1.1122 3.935h-10.541zm11.623 7.1544c-0.05724 0.06802-0.14751 0.10399-0.26129 0.10399h-14.407c-0.11411 0-0.20438-0.03598-0.26125-0.10399-0.05724-0.06802-0.07687-0.1632-0.05691-0.27535l0.20667-1.1668c0.05429-0.30739 0.38815-0.587 0.70012-0.587h13.23c0.31198 0 0.6455 0.27961 0.69984 0.587l0.20667 1.1668c0.01991 0.11214 2.66e-4 0.20733-0.05659 0.27535" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/poubelle.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m7.3301 8.0263c-0.38371 0-0.69586-0.31216-0.69586-0.69586 0-0.38384 0.31216-0.69613 0.69586-0.69613 0.38384 0 0.69613 0.31229 0.69613 0.69613 0 0.38371-0.31229 0.69586-0.69613 0.69586m12.191-3.1459h-1.0892v-1.0893c0-0.26677-0.21705-0.48383-0.48383-0.48383h-3.146c-0.26677 0-0.48383 0.21705-0.48383 0.48383v1.5728c0 0.26673 0.21705 0.48378 0.48383 0.48378h4.5e-5c0.12923 0 0.25068-0.050308 0.3419-0.14161 0.09131-0.091305 0.14157-0.21285 0.14157-0.34217v-1.0893h2.1789v1.0893c0 0.26677 0.21692 0.48383 0.48356 0.48383h1.5731c0.16697 0 0.30275 0.13578 0.30275 0.30271v1.0896h-10.833c-0.0074581-0.11721-0.029471-0.23699-0.06658-0.36246l2.0597-1.0299h2.2453c0.26664 0 0.48356-0.21705 0.48356-0.48378 0-0.26664-0.21692-0.48356-0.48356-0.48356h-2.3597c-0.07445 0-0.14921 0.017583-0.21628 0.050941l-2.258 1.129c-0.30208-0.25416-0.67787-0.39343-1.065-0.39343-0.91712 0-1.6632 0.74626-1.6632 1.6635 0 0.91712 0.74608 1.6632 1.6632 1.6632 0.56736 0 1.1011-0.30004 1.4053-0.78654h3.6167v2.6624c0 0.26677 0.21705 0.48383 0.48383 0.48383 0.26659 0 0.48351-0.21705 0.48351-0.48383v-2.6624h2.1789v2.6624c0 0.26677 0.21692 0.48383 0.48356 0.48383 0.26677 0 0.48383-0.21705 0.48383-0.48383v-2.6624h3.8421c0.26659 0 0.48351-0.21692 0.48351-0.48351v-1.5731c0-0.70034-0.56975-1.2701-1.2701-1.2701m-9.8314 17.303c-0.81754 0-1.4827-0.66513-1.4827-1.4827s0.66517-1.4827 1.4827-1.4827c0.81759 0 1.4827 0.66508 1.4827 1.4827s-0.66513 1.4827-1.4827 1.4827m0.85099-3.7776-0.7624-9.1494c-0.010848-0.13167-0.072276-0.25037-0.17294-0.3343-0.098447-0.081994-0.22279-0.1201-0.34927-0.10767-0.26569 0.022284-0.46376 0.25651-0.44152 0.52216l0.74332 8.9192c-1.287 0.06934-2.3182 1.1465-2.3182 2.4449 0 1.351 1.0991 2.4501 2.4501 2.4501 1.3508 0 2.4498-1.0991 2.4498-2.4501 0-1.0237-0.64004-1.9385-1.5988-2.2949m9.0126-9.5922-8.14e-4 -4.52e-5c-0.26564-0.015233-0.49666 0.18663-0.51398 0.45051l-0.78654 11.894c-0.03376 0.57495-0.51149 1.0253-1.0877 1.0253h-3.9352c-0.26677 0-0.48383 0.21705-0.48383 0.48383 0 0.26664 0.21705 0.48351 0.48383 0.48351h3.9352c1.0877 0 1.9896-0.84914 2.0531-1.9325l0.78626-11.89c0.0174-0.26596-0.18464-0.4968-0.45042-0.51461" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/robinet.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path transform="scale(.26458)" d="m70.188 66.604c-0.3185 0-0.62087 0.14013-0.82617 0.38281-0.72679 0.86159-7.1016 8.5217-7.1016 12.582 0 4.3731 3.5567 7.9293 7.9277 7.9316 2.118 0 4.1088-0.8244 5.6055-2.3223 1.4989-1.4977 2.3242-3.4905 2.3242-5.6074 0-4.0614-6.3748-11.722-7.1016-12.584-0.2053-0.24268-0.50946-0.38281-0.82812-0.38281zm-49.346-33.873-2e-3 15.275h32.121c3.3075 0.0023 7.8105 1.9334 7.8105 5.5117 0 3.8187 0.11692 5.4698 2.0273 6.4336 0.47402 0.23807 0.97404 0.35742 1.4785 0.35742h10.824c0.4648 0 0.90216-0.09971 1.3477-0.15625 3.4582-0.44798 2.623-6.584 2.623-6.584-1.2721-11.454-8.0425-20.834-22.945-20.834h-7.0293l-10.613-2e-3h-7.0957zm8.6387-20.23c-0.58827 0-1.1619 0.11504-1.6914 0.33398-0.5284 0.22-1.0155 0.54165-1.4316 0.95898-0.83449 0.83325-1.2949 1.9446-1.2949 3.125 0 1.1803 0.46044 2.2875 1.2949 3.123 0.83449 0.83342 1.9417 1.293 3.123 1.293 1.1804 0 2.2898-0.45848 3.123-1.293 0.45595-0.45471 0.79899-0.99181 1.0156-1.5781h5.0781v3.7285c-4.0343 0.02479-7.3086 3.315-7.3086 7.3535v0.0957h15.545l1.0801 2e-3h1.084v-0.07813c0-4.0444-3.2733-7.338-7.3086-7.373v-3.7266h5.0918c0.21664 0.58384 0.56092 1.1215 1.0156 1.5762 0.83555 0.83555 1.9428 1.2949 3.123 1.2949 1.1803 0 2.2873-0.45972 3.123-1.293 0.83449-0.83573 1.2949-1.9426 1.2949-3.123 0-2.4354-1.9825-4.418-4.418-4.418-0.59075 0-1.163 0.11327-1.6914 0.33203-0.5284 0.22-1.0155 0.54361-1.4316 0.96094-0.45533 0.45427-0.79895 0.99051-1.0156 1.5762h-13.264c-0.62688-1.6757-2.2454-2.8711-4.1367-2.8711z" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/social.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m22.054 6.2772c-1.2056-1.918-3.3436-3.1437-4.301-2.9499-0.61348-0.0049-1.3197 0.09981-1.7213 0.22977 0 0-1.8379 0.42265-3.4736 0.77393-1.6363 0.35167-3.3848 0.46799-3.3848 0.46799-0.57134 0.10438-1.1321 0.14583-1.0208 0.75742l0.02136 0.06253c0.3406 0.64009 1.5067 1.1269 2.0771 1.0238l2.0217-0.01651-0.0052 0.0026s0.36458-0.02753 0.50299 0.3523c0.11831 0.32541-0.43265 1.0377-0.87214 1.5359l-0.50231 0.53605-3.3e-4 3.31e-4 -2.4002 2.5619-0.39182 0.39998-0.02787 0.02752-0.08034 0.082-0.0062-0.1789-3.3e-4 -0.01102-9.77e-4 -0.01102c-0.01169-0.21652-0.15747-2.1293-1.6515-2.6345l-0.0133-0.0046-0.01296-0.0042-0.05122-0.01583-0.08719-0.02694-0.0901-0.01262c-0.08976-0.01233-0.17889-0.01879-0.26443-0.01879-0.43172 0-0.82514 0.16205-1.1077 0.45595-0.44891 0.4661-0.48323 1.1-0.4677 1.5417 0.0029 0.21487 0.03534 3.493-0.37463 5.3109l-0.0033 0.01486-0.0032 0.01495c-0.05903 0.29944-0.18506 0.57397-0.29623 0.81607-0.16758 0.36424-0.34065 0.74087-0.24176 1.203 0.16462 0.75543 1.378 2.9233 3.1116 3.9261 0.68543 0.39701 1.2766 0.6611 1.9345 0.6611 0.4777 0 0.87928-0.1387 1.2419-0.28909 1.6065-0.66465 4.4381-3.0727 4.8046-3.389l3.31e-4 2.75e-4 0.7146-0.60538 0.02495-0.02073 0.02335-0.02238 1.9886-1.8943c0.90098-0.81704 1.0679-1.5151 1.0031-2.0188l0.14811-0.19122 6.88e-4 6.75e-4s2.4511-2.8248 3.296-4.6747c0.73246-1.6029 0.75513-2.4718-0.06094-3.7692m-12.368 15.558c-0.31079 0.12899-0.55775 0.20477-0.81704 0.20477-0.36361 0-0.75223-0.14938-1.3777-0.51173-1.5232-0.88117-2.5308-2.876-2.5817-3.1965-0.04733-0.22069 0.38628-0.78038 0.54188-1.5722 0.45663-2.0249 0.40187-5.5828 0.40187-5.5828-0.01947-0.50391 0.06321-0.8585 0.4641-0.8585 0.03466 0 0.07229 0.0026 0.11209 0.0081l0.05126 0.01587c0.82379 0.27871 0.89801 1.6422 0.89801 1.6422l0.05675 1.6529c0.0035 0.06282 0.03466 0.29264 0.30298 0.37721 0.02141 0.0065 0.04413 0.0098 0.06811 0.0098 0.27837 0 0.76257-0.40871 1.1171-0.74868l0.43561-0.44401 0.0026-0.0026-6.33e-4 0.0013 3.6324-3.7076c0.14875-0.16982 0.35619-0.25667 0.56362-0.25667 0.16719 0 0.33444 0.05607 0.47182 0.16982 0.3073 0.25671 0.3575 0.71562 0.10277 1.0349l-3.5656 4.0097c0.01423 0.03301 0.03597 0.06122 0.06835 0.08326 0.06127 0.04151 0.15491 0.05704 0.26254 0.06583l4.4686-4.4274c0.18375-0.18181 0.4158-0.27414 0.63358-0.27414 0.17569 0 0.34191 0.05927 0.46707 0.1805 0.28099 0.27128 0.25953 0.76063-0.05675 1.1022l-4.3519 4.7081c0.0075 0.0185 0.01621 0.03466 0.02592 0.0483 0.04796 0.06384 0.09855 0.1118 0.15006 0.14977l4.0687-3.6645c0.127-0.0969 0.27642-0.14389 0.42352-0.14389 0.19802 0 0.3925 0.08491 0.526 0.24598 0.23142 0.28133 0.19773 0.70295-0.08423 0.94923l-3.9166 4.0045c0.01034 0.02821 0.02141 0.05539 0.03626 0.07845 0.02272 0.0366 0.05219 0.0703 0.08399 0.10433l2.7337-2.1523c0.32769-0.25147 0.6965-0.45789 0.9986-0.45789 0.14448 0 0.2738 0.04728 0.3756 0.16011 0.31269 0.3474-0.20132 0.94501-0.56814 1.2756l-1.9987 1.904-0.71431 0.60508c-0.02694 0.0249-3.0024 2.5852-4.512 3.2098" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/tasse.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="100" height="100" version="1.1" viewBox="0 0 26.458 26.458" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m9.1661 7.5396c0 1.0512 0.99463 1.561 1.0371 1.5825 0.05856 0.029085 0.12047 0.042827 0.1817 0.042827 0.14887 0 0.29241-0.081963 0.36364-0.22448 0.10037-0.20039 0.01908-0.44497-0.18136-0.54534-6e-3 -0.00272-0.58846-0.30945-0.58846-0.85547 0-0.31013 0.17665-0.66343 0.36335-1.0368 0.22113-0.44162 0.44929-0.89893 0.44929-1.4011 0-1.0519-0.99497-1.5617-1.0371-1.5828-0.19874-0.098716-0.44128-0.019083-0.54267 0.18029-0.10139 0.19874-0.021753 0.44332 0.17665 0.54568 0.00602 0.00301 0.5905 0.31149 0.5905 0.85683 0 0.31047-0.17665 0.66372-0.36335 1.0375-0.22079 0.44162-0.44929 0.89795-0.44929 1.4005m2.4379 0c0 1.0512 0.99497 1.561 1.0371 1.5825 0.05856 0.029085 0.12047 0.042827 0.1817 0.042827 0.14887 0 0.29241-0.081963 0.36364-0.22448 0.10076-0.20039 0.01942-0.44497-0.18131-0.54534-6e-3 -0.00272-0.58816-0.30945-0.58816-0.85547 0-0.31013 0.17631-0.66343 0.36301-1.0368 0.22113-0.44162 0.44963-0.89893 0.44963-1.4011 0-1.0519-0.99497-1.5617-1.0375-1.5828-0.19874-0.098715-0.44128-0.019083-0.54267 0.18029-0.10134 0.19874-0.02141 0.44332 0.17699 0.54568 0.0057 0.00301 0.5905 0.31149 0.5905 0.85683 0 0.31047-0.17665 0.66372-0.36369 1.0375-0.22079 0.44162-0.44929 0.89795-0.44929 1.4005m2.4383 0c0 1.0512 0.99468 1.561 1.0372 1.5825 0.05851 0.029085 0.12042 0.042827 0.18131 0.042827 0.14917 0 0.2927-0.081963 0.36364-0.22448 0.10076-0.20039 0.01942-0.44497-0.18131-0.54534-0.0057-0.00272-0.58816-0.30945-0.58816-0.85547 0-0.31013 0.17665-0.66343 0.36335-1.0368 0.22113-0.44162 0.44929-0.89893 0.44929-1.4011 0-1.0519-0.99497-1.5617-1.0371-1.5828-0.19874-0.098715-0.44128-0.019083-0.54267 0.18029-0.10139 0.19874-0.0217 0.44332 0.1767 0.54568 6e-3 0.00301 0.59045 0.31149 0.59045 0.85683 0 0.31047-0.17665 0.66372-0.36335 1.0375-0.22108 0.44162-0.44929 0.89795-0.44929 1.4005m4.374 10.501c0.15558 0.04118 0.31984 0.06361 0.49212 0.06361 0.84682 0 1.8645-0.48382 2.7277-1.3473 1.3476-1.3472 1.7461-3.0609 0.90733-3.9003-0.48877-0.48809-1.2937-0.56039-2.1662-0.23822 0.11173-0.77448 0.1666-1.5312 0.1666-2.2342 0-0.22448-0.18199-0.40613-0.40647-0.40613h-15.441c-0.22448 0-0.40647 0.18165-0.40647 0.40613 0 3.0549 0.97754 7.1064 3.6313 9.3459h-4.0375c-0.22448 0-0.40647 0.18199-0.40647 0.40647 0 1.5684 1.4583 2.8444 3.2509 2.8444h11.378c1.7922 0 3.2506-1.276 3.2506-2.8444 0-0.22448-0.18199-0.40647-0.40613-0.40647h-4.0374c0.57738-0.48746 1.0776-1.0585 1.5035-1.6895m1.7895-4.4517c0.73403-0.40477 1.445-0.47571 1.7628-0.1579 0.43589 0.43628 0.17058 1.6734-0.90703 2.7515-0.76481 0.76447-1.6042 1.112-2.182 1.1014 0.634-1.1469 1.0622-2.4259 1.3262-3.6949m0.28906 6.9535c-0.22681 0.92665-1.2118 1.6259-2.3891 1.6259h-11.378c-1.1776 0-2.1626-0.69926-2.3891-1.6259zm-4.9819-0.81235h-6.192c-2.9796-1.7367-4.1224-5.7945-4.2124-8.9397h14.617c-0.08997 3.1452-1.2328 7.203-4.2121 8.9397" fill="#fff"/>
4
</svg>
static/roannais-icitoyen/icons/usager.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<svg width="72" height="75" version="1.1" viewBox="0 0 19.05 19.844" xmlns="http://www.w3.org/2000/svg">
3
  <path d="m12.415 11.313c-1.8168-0.66435-1.0641-1.9382-0.77112-2.4182 0.05705-0.05242 0.11389-0.10359 0.16794-0.16161 1.681-1.7988 3.0838-8.7333-2.3021-8.7334-5.3871-4e-5 -3.983 6.9345-2.302 8.7333 0.05364 0.05806 0.11049 0.1092 0.16649 0.16165 0.29447 0.48003 1.053 1.7584-0.77802 2.4221l0.0084 0.0012c-2.6489 0.53473-6.6041 2.2214-6.6042 8.5252l19.05 1.1e-4c3e-5 -6.3288-3.9859-8.0033-6.635-8.5303" fill="#181715" stroke-width="1.0009"/>
4
</svg>
static/roannais-icitoyen/logos/commelle-vernais-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 499.81 139.67"><defs><style>.cls-1{fill:#6e6e6e;}</style></defs><title>logo CV GRIS</title><path class="cls-1" d="M452.17,230.43a1.09,1.09,0,0,1-1.63.6l-.56-.26a10.22,10.22,0,0,0-6.89-.46q-24.94,6.45-83.43,58.69a1.2,1.2,0,0,1-1.5.32,1.08,1.08,0,0,1-.6-1.63q.13-.29,19.66-20.71a441.4,441.4,0,0,1,47.69-42c5.65-4.44,11.46-5.31,17.41-2.56a29.31,29.31,0,0,1,9.52,6.49A1.22,1.22,0,0,1,452.17,230.43Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M348.68,303.39a10.42,10.42,0,0,1-3,7.72,9.73,9.73,0,0,1-7,3.15c-3.89,0-5.86-1.87-5.91-5.77q-.13-12.28,9.07-12.39a5.39,5.39,0,0,1,5,2.4A7.4,7.4,0,0,1,348.68,303.39ZM406,189.5a1.09,1.09,0,0,1-1.22,1.24h-.61a10.19,10.19,0,0,0-6.42,2.54Q378,209.8,347.51,282.05a1.22,1.22,0,0,1-1.22.94,1.09,1.09,0,0,1-1.24-1.22q0-.3,8.89-27.13A440.62,440.62,0,0,1,379,196.27q4.8-9.65,14.63-9.78a30,30,0,0,1,11.39,1.78A1.24,1.24,0,0,1,406,189.5Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M335.17,175.15a1.09,1.09,0,0,1-.33,1.71l-.5.35a10.15,10.15,0,0,0-3.94,5.67q-7.29,24.72,7.42,101.73a1.2,1.2,0,0,1-.51,1.46,1.08,1.08,0,0,1-1.7-.33q-.17-.24-7.65-27.51a442.24,442.24,0,0,1-11.46-62.49q-1.37-10.69,6.75-16.25a29.64,29.64,0,0,1,10.47-4.83A1.21,1.21,0,0,1,335.17,175.15Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M126.74,259.62l-.74-.75a2.07,2.07,0,0,0,.74-1.64c0-3.44-4.58-4.84-7.47-4.84-9.27,0-16.2,9.42-16.2,18.34,0,8.18,6.63,13.76,14.45,13.76,2.79,0,7.13-1.05,8.33-4h1l-1,4.93a23.23,23.23,0,0,1-9,1.59c-9.91,0-18.19-5.38-18.19-16.25,0-11.66,10.27-20.83,21.43-20.83,4.54,0,8.73,1.4,11.32,5.34Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M141.05,287c-6.68,0-10.62-4.83-10.62-11.26,0-7.92,6.28-14.65,14.06-14.65,6.28,0,10.66,4.88,10.66,11C155.15,280.1,149,287,141.05,287Zm.45-2.49c6.43,0,9.81-6.93,9.81-12.81,0-4.33-2.54-8.12-7.22-8.12-6.28,0-9.82,7.13-9.82,12.86C134.27,281,136.86,284.49,141.5,284.49Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M177.08,270.88a11.55,11.55,0,0,0,.4-2.69c0-2.69-1.54-4.33-4.19-4.33s-5.73,1.69-7.92,3.79l-3.89,18.59h-3.89l4.09-19.54a14.16,14.16,0,0,0,.45-2.55c0-.84-.1-1.64-1.1-1.64h-1l.2-.84,6.67-.6-.79,3.63.1.1a14.08,14.08,0,0,1,8.92-3.73c2.84,0,6,1.29,6.18,4.53a12.37,12.37,0,0,1,9.32-4.53c3.34,0,6.78,1.74,6.78,5.63a12,12,0,0,1-.35,2.69l-2.2,10.51a14.46,14.46,0,0,0-.35,2.45c0,1.09.55,2.14,1.75,2.14a5.52,5.52,0,0,0,2.94-1.49l.75.79a8.3,8.3,0,0,1-5.78,3.19c-2.35,0-3.64-1.74-3.64-4.08a15.55,15.55,0,0,1,.45-3l1.44-6.92a25.57,25.57,0,0,0,.7-4.59,4.47,4.47,0,0,0-4.83-4.83,12.3,12.3,0,0,0-6.63,4l-3.89,18.69h-3.89Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M221.94,270.88a11.55,11.55,0,0,0,.4-2.69c0-2.69-1.55-4.33-4.19-4.33-2.79,0-5.73,1.69-7.93,3.79l-3.88,18.59h-3.89l4.09-19.54a14.15,14.15,0,0,0,.44-2.55c0-.84-.09-1.64-1.09-1.64h-1l.2-.84,6.68-.6-.8,3.63.1.1a14.08,14.08,0,0,1,8.92-3.73c2.84,0,6,1.29,6.18,4.53a12.4,12.4,0,0,1,9.32-4.53c3.34,0,6.78,1.74,6.78,5.63a12,12,0,0,1-.35,2.69l-2.19,10.51a14.46,14.46,0,0,0-.35,2.45c0,1.09.55,2.14,1.75,2.14a5.56,5.56,0,0,0,2.94-1.49l.74.79A8.26,8.26,0,0,1,239,287c-2.34,0-3.64-1.74-3.64-4.08a15.55,15.55,0,0,1,.45-3l1.45-6.92a25.57,25.57,0,0,0,.7-4.59,4.48,4.48,0,0,0-4.84-4.83,12.37,12.37,0,0,0-6.63,4l-3.88,18.69h-3.89Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M267.79,285.24A28.45,28.45,0,0,1,259,287c-6.13,0-11.32-3.38-11.32-10.21,0-8.48,7.18-15.7,15.41-15.7,3.19,0,7.32,1.59,7.32,5.18,0,6.88-12.76,8.92-17.64,8.92h-.85c0,6.23,3.89,9.32,8.32,9.32,2.9,0,6.08-1.14,7.78-3.64h.7Zm-12.91-12.06c2.84,0,11.76-2.49,11.66-6.73,0-2.24-2.14-2.89-4-2.89-5,0-9.67,4.69-10.47,9.62Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M278.46,279.26a13.82,13.82,0,0,0-.45,2.89c0,1.05.4,2.34,1.64,2.34a5.08,5.08,0,0,0,3-1.59l.8.85a8.86,8.86,0,0,1-6.23,3.23c-2.19,0-3.34-1.74-3.34-3.73a15.26,15.26,0,0,1,.4-3.09l5-24.63a14.05,14.05,0,0,0,.45-2.54c0-.85-.1-1.64-1.09-1.64h-1l.2-.85,6.68-.6Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M292.41,279.26a13.82,13.82,0,0,0-.45,2.89c0,1.05.4,2.34,1.65,2.34a5.11,5.11,0,0,0,3-1.59l.8.85a8.86,8.86,0,0,1-6.24,3.23c-2.19,0-3.33-1.74-3.33-3.73a16,16,0,0,1,.39-3.09l5-24.63a14.05,14.05,0,0,0,.45-2.54c0-.85-.1-1.64-1.1-1.64h-1l.2-.85,6.68-.6Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M320.62,285.24A28.45,28.45,0,0,1,311.8,287c-6.13,0-11.31-3.38-11.31-10.21,0-8.48,7.17-15.7,15.39-15.7,3.2,0,7.33,1.59,7.33,5.18,0,6.88-12.76,8.92-17.64,8.92h-.85c-.05,6.23,3.89,9.32,8.33,9.32,2.89,0,6.08-1.14,7.77-3.64h.7Zm-12.91-12.06c2.84,0,11.76-2.49,11.67-6.73,0-2.24-2.15-2.89-4-2.89-5,0-9.67,4.69-10.47,9.62Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M400.21,280.1h.1l13.81-24.77c1.05-1.84,1.89-3.29-.4-3.63l.25-1h6.93l-.25,1c-1.54.1-2.29,1.69-2.94,2.89l-18,31.65h-2.4l-5.23-30.85c-.25-1.35-.2-3.44-1.79-3.69l.2-1h7.92l-.25,1c-2.69-.2-2,1.84-1.79,3.43Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M435.76,285.24a28.45,28.45,0,0,1-8.82,1.74c-6.13,0-11.31-3.38-11.31-10.21,0-8.48,7.17-15.7,15.39-15.7,3.2,0,7.33,1.59,7.33,5.18,0,6.88-12.76,8.92-17.64,8.92h-.85c-.05,6.23,3.89,9.32,8.33,9.32,2.89,0,6.08-1.14,7.77-3.64h.7Zm-12.91-12.06c2.84,0,11.76-2.49,11.67-6.73,0-2.24-2.15-2.89-4-2.89-5,0-9.67,4.69-10.47,9.62Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M448.72,266.2l.1.1a8.55,8.55,0,0,1,7.43-5.23,8.65,8.65,0,0,1,3.09.69L458,266.3h-.85A2.71,2.71,0,0,0,454.3,264c-4.58,0-6.18,4.68-6.93,8.27l-2.89,14H440.7l3.83-19.54a14.16,14.16,0,0,0,.45-2.55c0-.84-.1-1.64-1.09-1.64h-1l.2-.84,6.68-.6Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M465.16,266.7a14.15,14.15,0,0,0,.44-2.55c0-.84-.1-1.64-1.09-1.64h-1l.2-.84,6.68-.6-.65,3.88.1.1c2.2-2.74,5.83-4,9.32-4,3.34,0,6.78,1.74,6.78,5.63a12,12,0,0,1-.35,2.69L483.4,279.9a14.46,14.46,0,0,0-.35,2.45c0,1.09.55,2.14,1.74,2.14a5.55,5.55,0,0,0,2.95-1.49l.74.79A8.28,8.28,0,0,1,482.7,287c-2.34,0-3.64-1.74-3.64-4.08a15.55,15.55,0,0,1,.45-3L481,273a25.52,25.52,0,0,0,.69-4.59,4.47,4.47,0,0,0-4.83-4.83c-3,0-6,2.29-7.82,4.58l-3.84,18.1h-3.94Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M511.66,279.76a12.88,12.88,0,0,0-.4,2.69,1.69,1.69,0,0,0,1.64,1.89,5.23,5.23,0,0,0,2.8-1.29l.89.84c-1.5,1.5-3.29,3.09-5.43,3.09a3.77,3.77,0,0,1-4-4.18l-.1-.1a12.74,12.74,0,0,1-9.62,4.28c-3.49,0-6.82-2.34-6.82-6.13,0-4.78,4-7.87,7.92-9.42A37.8,37.8,0,0,1,510,269a10.1,10.1,0,0,0,.3-1.84c0-2.94-3.44-3.64-5.73-3.64a9.34,9.34,0,0,0-7.67,3.59h-1.1l.85-4.09a21.09,21.09,0,0,1,9.22-2c3.39,0,8.42.69,8.42,5.18a11.65,11.65,0,0,1-.35,2.69Zm-2.15-8.43c-4.88.4-15.05,2.35-15.05,8.83a4.6,4.6,0,0,0,4.59,4.33c3.09,0,6.78-2.44,8.77-5Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M525.76,276.72a16.34,16.34,0,0,0-.45,3.09,4.69,4.69,0,0,0,4.89,4.68c2.94,0,6.18-2.34,8.12-4.59l3.84-18.83H546L542.11,280a26.83,26.83,0,0,0-.65,4.73v.75c.1,3.44-.4,6.33-3,8.82a15.33,15.33,0,0,1-10.67,3.84,13.21,13.21,0,0,1-11-5.29l4.49-3.53.55.64a3.11,3.11,0,0,0-.8,1.8c0,2.79,5.18,3.88,7.07,3.88,5.54,0,9.22-2.93,9.57-8.61l.26-4a13.9,13.9,0,0,1-9.23,3.93c-3.54,0-7.42-2-7.42-6.08a24.23,24.23,0,0,1,.49-4.23l2-9.92a14.37,14.37,0,0,0,.45-2.54c0-.85-.1-1.7-1.1-1.7h-1l.2-.84,6.68-.6Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M51.81,303.3h.07c1.46-1.58,3.82-2.12,6.63-2.12,3.68,0,6.45.93,6.45,3.6,0,1.4-.48,4.59-.48,8H59.34a33.26,33.26,0,0,0,.8-6.62c0-1.65-1.15-2.45-3.68-2.45-2.74,0-4.23,1.33-4.72,3a31,31,0,0,0-.59,6.1h-5a95.87,95.87,0,0,0,.94-11.35H52Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M80.48,312.87a23.7,23.7,0,0,1-3.2.2c-5.58,0-6.17-2.19-6.17-3.22,0-4.61,12.21-3.13,12.21-5.59,0-1.1-1.87-1.26-3.16-1.26a27.44,27.44,0,0,0-6.76,1l.52-2.12a47.83,47.83,0,0,1,7.49-.66c3.06,0,6.74.47,6.74,3,0,1.63-.59,5.23-.59,8.66H82.73c.18-1,.28-2,.59-5.87-1.8,1.05-7.6.94-7.6,3,0,1.07,1.53,1.35,2.92,1.35a12,12,0,0,0,2.71-.34Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M101.51,303.69c-.07,1-.38,4.43-.38,5.23,0,1,.27,1.73,1.8,1.73a13.9,13.9,0,0,0,2.78-.27l-.63,2.35a21.78,21.78,0,0,1-3.88.34c-3.27,0-4.9-.7-4.9-2.94,0-1.17.49-5.94.56-6.44H94.43l.14-2.24h2.56l.18-2.08,4.48-.64-.14,2.72H106l-.13,2.24Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M124.34,311h-.07c-1.31,1.55-3.64,2.05-6.35,2.05-3.5,0-6.35-.93-6.35-3.49,0-1.9.52-4.2.56-8.13h4.93c-.14.93-.66,5.39-.66,6.67,0,1.55,1.14,2.39,3.54,2.39,2.56,0,4-1.09,4.44-2.66a39.62,39.62,0,0,0,.55-6.4h4.86c-.45,3.79-.8,7.56-.87,11.35h-4.58Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M142.08,303h.07a6,6,0,0,1,4.65-1.8,10.34,10.34,0,0,1,1.49.11l.14,2.67a9,9,0,0,0-1.88-.23c-2.49,0-3.92,1.08-4.4,2.68a21.58,21.58,0,0,0-.42,5v1.41h-4.82a101.93,101.93,0,0,0,.66-11.35h4.61Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M157.18,307.3v.36c0,2.12,2.19,3.31,5.31,3.31a28.11,28.11,0,0,0,5.76-.73l-.62,2.4a37.37,37.37,0,0,1-5.62.43c-8.92,0-9.65-4-9.65-5.55,0-2.08,1.21-6.34,9.37-6.34,4.68,0,8.08,1.55,8.08,4.79a5.24,5.24,0,0,1-.2,1.33Zm8-1.53c0-1.76-.94-2.7-3.58-2.7-2.43,0-4,1.21-4.3,2.7Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M175.78,312.8c.49-4.68.94-9.13,1.12-15.24h5c-.59,5.08-.9,10.17-1.14,15.24Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M188.69,312.8c.49-4.68.94-9.13,1.11-15.24h5c-.59,5.08-.9,10.17-1.14,15.24Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M205.94,307.3v.36c0,2.12,2.19,3.31,5.31,3.31a28.11,28.11,0,0,0,5.76-.73l-.62,2.4a37.37,37.37,0,0,1-5.62.43c-8.92,0-9.65-4-9.65-5.55,0-2.08,1.21-6.34,9.37-6.34,4.68,0,8.08,1.55,8.08,4.79a5.24,5.24,0,0,1-.2,1.33Zm8-1.53c0-1.76-.94-2.7-3.58-2.7-2.43,0-4,1.21-4.3,2.7Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M229.78,303.18l.07.05c1.15-1.37,3.23-2.05,5.63-2.05s4.37.56,5.17,2.07c1.28-1.48,3.36-2.07,5.86-2.07,3.06,0,5.56.91,5.56,3.08,0,.68-.56,4.54-.63,8.54h-4.82c.24-1.71.62-6.39.62-7.17,0-1.14-.66-1.9-2.57-1.9-2.25,0-3.36,1.15-3.71,2.45a44.65,44.65,0,0,0-.52,6.62h-4.86c.21-2.35.56-4.73.56-7.1,0-1.1-.59-2-2.5-2-2.33,0-3.37,1.24-3.72,2.58a38.23,38.23,0,0,0-.48,6.49h-4.9c.11-.94.7-6.85.77-11.35h4.61Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M263.45,307.3v.36c0,2.12,2.18,3.31,5.31,3.31a28.11,28.11,0,0,0,5.76-.73l-.63,2.4a37.17,37.17,0,0,1-5.62.43c-8.92,0-9.65-4-9.65-5.55,0-2.08,1.22-6.34,9.37-6.34,4.69,0,8.09,1.55,8.09,4.79a4.81,4.81,0,0,1-.21,1.33Zm8-1.53c0-1.76-.94-2.7-3.58-2.7-2.43,0-4,1.21-4.3,2.7Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M287.67,303.3h.07c1.46-1.58,3.82-2.12,6.63-2.12,3.68,0,6.46.93,6.46,3.6,0,1.4-.49,4.59-.49,8H295.2a33.26,33.26,0,0,0,.8-6.62c0-1.65-1.14-2.45-3.68-2.45-2.74,0-4.23,1.33-4.72,3a31,31,0,0,0-.59,6.1h-5a93.8,93.8,0,0,0,.94-11.35h4.86Z" transform="translate(-46.19 -174.59)"/><path class="cls-1" d="M314.19,303.69c-.07,1-.39,4.43-.39,5.23,0,1,.28,1.73,1.81,1.73a13.79,13.79,0,0,0,2.77-.27l-.62,2.35a21.86,21.86,0,0,1-3.88.34c-3.27,0-4.9-.7-4.9-2.94,0-1.17.49-5.94.56-6.44h-2.43l.14-2.24h2.56l.18-2.08,4.47-.64-.13,2.72h4.33l-.13,2.24Z" transform="translate(-46.19 -174.59)"/></svg>
static/roannais-icitoyen/logos/mably-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 748.46 842"><defs><style>.cls-1,.cls-2{fill:#6e6e6e;}.cls-2{stroke:#181716;}</style></defs><title>MABLY GRIS</title><path class="cls-1" d="M179.27,281.69s-13.45-15.18-11.05-35.06c2.09-17.34,18-38.9,31.69-55,49.45-58,149.71-140.18,183.66-111.34,37,31.4-49.78,151-68.93,185.48-7.52,13.55-29.67,44.54-28,45.17,3.6,1.34,7.52-3.93,25.07-27.09,12-15.88,56.19-83,90.93-120.09,2.4-2.55,8.06-5.06,11-7.51,11-9.17,21.52-16.52,26-13.14,8.2,6.16-20.88,48.92-40.2,97.06-26.54,66.13-19.23,81.2-13.38,82.51s33-22.41,51-71.15c12.12-32.76,15.48-28.78,19.22-30.58,5.43-2.62,24.65-17,24.23,3.5S478,330.61,524.79,381.29c0,0,2.92,1.74,1.67,3.93s-9.78.15-18.39-10.92c-16.29-21-33.42-3.5-47.21-48.05s-12.53-66.4-12.53-66.4-5.43.43-9.61,11.36S384.83,363.81,356,345.9s43.45-158.56,43.45-158.56,3.78-6.68,1.67-7.43c-3.09-1.1-10,8.3-23,28.83S258.7,388.21,239.43,372.55c-3.76-3.06,4.6-17.47,15.88-37.13S386.73,124.24,356.14,100c-15.46-12.23-67,24.4-96.65,51.05S180.52,221.41,179.27,281.69Z"/><path class="cls-2" d="M111.53,635.23c9.62-16.23,31.49-54.64,51.83-54.64,9.84,0,12.9,9.6,12.9,18.29a64.69,64.69,0,0,1-3.5,19.43L166,641.64c7.44-13.95,14.87-28.13,24.72-40.25,7-8.68,21-20.8,32.58-20.8,8.53,0,13.78,5,13.78,13.72,0,7.54-2.63,15.32-4.81,22.4l-16.4,47.11a20.1,20.1,0,0,0-1.75,8c0,2.29,1.09,4.34,3.49,4.34,7,0,19-17.83,22.53-23.55.44-.68,1.1-1.83,2-1.83a1.59,1.59,0,0,1,1.75,1.6c0,4.12-8.53,14.87-10.94,17.61-5.46,6.63-17.05,18.06-26.24,18.06-6.34,0-8.53-4.11-8.53-10.29,0-6.86,3.94-18.06,6.12-24.69l11.38-32.93c2-5.26,5.68-16.23,5.68-21.72s-2.4-7.54-7.21-7.54c-10.94,0-25.37,19.89-30.84,28.35-9.84,15.09-22.53,40.24-27.56,57.62-2,7.09-1.31,8.46-9,8.46-1.53,0-7.44.92-7.44-2.51,0-.92,1.53-5.72,1.75-6.64L159.2,614c1.32-4.34,3.07-10.06,3.07-14.63,0-4.35-1.75-8.24-6.35-8.24-8.74,0-22.3,17.61-26.68,23.56-11.59,16-25.59,42.53-31.05,61.73-2.63,8.69-1.53,8.92-9.19,8.92-2.19,0-7,.92-7-2.74,0-2.06.88-4.81,1.32-6.63l19.46-66.09c1.09-4.11,2.41-8.23,2.41-12.57,0-1.6-.66-4.12-2.63-4.12-5,0-16.18,13.49-18.81,17.61-.87,1.37-2.62,4.57-4.37,4.57-1.09,0-1.53-.91-1.53-1.83C77.85,611,87,599.79,88.78,598c5.91-6.17,17.28-17.37,26.25-17.37,5.46,0,5.9,6.4,5.9,10.74,0,6.18-1.53,12.58-3.28,18.52l-9,30.42Z"/><path class="cls-2" d="M357.56,596.82c0,10.52-17.93,36.59-24.05,44.59-7.66,10.06-27.12,34.53-40.46,34.53-7,0-10.06-7.55-10.06-14,0-14.41,11.59-37.5,19.9-48.48,9.18-12.57,24.71-28.58,40.68-28.58C351,584.93,357.56,588.36,357.56,596.82Zm3.28-8.23c-4.59-6.17-9.4-8-16.84-8-19.9,0-39.58,13-52.92,27.66-12.47,13.72-25.15,36.82-25.15,56.25,0,11.21,5,23.55,17.27,23.55,25.81,0,55.12-43.67,67.36-64.71l-13.34,45.28c-1.09,3.89-2.4,8.46-2.4,12.8,0,3.89,2,6.63,5.9,6.63,8.75,0,20.56-10.74,26-16.92,2.62-3,11.59-14.86,11.59-19a1.74,1.74,0,0,0-1.53-1.83c-1.53,0-3.06,3-3.72,4.11-2.62,4.35-12.9,18.75-18.37,18.75-1.75,0-2.19-1.6-2.19-3.43a29.27,29.27,0,0,1,1.75-7.54l22.53-77.29a27.55,27.55,0,0,0,1.09-4.57c0-3.2-6.12-2.06-7.43-2.06-7.22,0-7,1.14-9,8.23Z"/><path class="cls-2" d="M492.93,611.23c0,27.43-27.11,72.94-56,72.94-9,0-16.18-4.58-16.18-14.64,0-21.72,37.39-78.43,59.92-78.43C490.75,591.1,492.93,603,492.93,611.23ZM414.2,634.78c-2.62,8.46-5.68,17.6-5.68,26.75,0,18.06,12.46,26.52,28.87,26.52,37,0,71.95-38.41,71.95-76.82,0-14.41-6.35-30.64-22.31-30.64-21.21,0-47.68,34.07-57.3,52.13l30.18-104.5c0-1.6-.65-2.28-2-2.28a3.27,3.27,0,0,0-2.18.91c-7.66,5-13.78,5.72-22.53,5.72-2.19,0-6.78.46-6.78,3.66,0,2.74,6.34,2.28,7.66,2.28,3.5,0,5.9.92,5.9,5.26,0,2.75-1.75,8.69-2.62,11.44Z"/><path class="cls-2" d="M563.79,555.89c.66-2.06,2.19-7.32,2.19-9.37,0-5.26-4.81-5.72-8.53-5.72L554,541a2.4,2.4,0,0,1-2.62-2.52c0-3.2,4.37-3,6.56-3,8.74-.46,17.93-3,25.15-8.69a5.22,5.22,0,0,1,2-.91,1.83,1.83,0,0,1,1.75,2.06,39.6,39.6,0,0,1-1.31,5.48L548.05,661.07c-.88,2.75-2.19,5.95-2.19,9.15,0,1.83.87,3.89,3.06,3.89,5.25,0,16.4-16,19-20.81.65-1.14,1.53-3,3.28-3,.87,0,1.09.68,1.09,1.6,0,4.11-7,13.49-9.18,16.23-5,6.63-17.5,19.89-26.69,19.89-5.68,0-6.78-3.65-6.78-8.91,0-6.41,2.19-14.18,3.94-20.12Z"/><path class="cls-2" d="M667.67,649.87c7.44-11.21,16.4-24.92,16.4-39.1,0-9.15-5.46-13-5.46-19.67,0-5,2.84-10.51,8.09-10.51,7,0,9.4,9.6,9.4,15.32,0,27.89-33.46,69.51-50.52,90.54l-10.93,13.72c-11.59,14.41-30,37.5-49.43,37.5-6.56,0-16.4-4.57-16.4-12.57a7.49,7.49,0,0,1,7.44-7.55c9,0,9,12.35,18.37,12.35,10.93,0,22.52-14.86,27.11-23.78A58.23,58.23,0,0,0,628.09,686l1.53-29.73c0-8.46.22-64.94-10.5-64.94-6.12,0-13.78,13-16,17.84-.66,1.37-2.19,5.94-4.16,5.94-.87,0-1.09-1.14-1.09-1.83,0-4.34,6.12-14.17,8.31-17.14,4.59-6.41,11.81-15.55,20.12-15.55,10.28,0,13.56,17.37,14.87,25.38,2.41,13.26,3.06,31.78,3.06,45.27l-1.09,26.3-.22,4.57Z"/><path class="cls-1" d="M242.74,491.39,255.93,470h3.7l-17,27.3L225.6,470h3.7Z"/><path class="cls-1" d="M282.47,495.93h-3.62V470h3.62ZM284,461.39c0,1.29-1.45,2.3-3.3,2.3s-3.29-1-3.29-2.3,1.44-2.3,3.29-2.3S284,460.16,284,461.39Z"/><path class="cls-1" d="M311.19,495.93h-3.62V449.67h3.62Z"/><path class="cls-1" d="M338.46,495.93h-3.62V449.67h3.62Z"/><path class="cls-1" d="M362.11,480.85c.64-4.88,6.92-9,14.48-9s13.27,4.26,14.15,9Zm32.25,2.35c.08-7.46-6.59-13.74-17.85-13.74-10.86,0-18,6.23-18,13.46s7,13.57,18,13.57c7.32,0,13.27-2.52,16.65-7l-3.06-1.23c-2.65,3.47-7.32,5.88-13.11,5.88-8.61,0-15.12-4.37-14.88-10.93Z"/><path class="cls-1" d="M465.23,494.13c-9,0-14.64-5.38-14.64-11.32,0-5.61,5.87-11,14.4-11,9,0,14.88,4.71,14.88,10.71C479.87,488.75,474.72,494.13,465.23,494.13Zm14.4,1.8h3.62V449.67h-3.62v24.84h-.16c-3.14-3.25-8.61-5.05-14.32-5.05-11.18,0-18.18,5.78-18.18,13.35s7.08,13.68,18.34,13.68c5.47,0,11.42-1.91,14.16-5.21h.16Z"/><path class="cls-1" d="M506.9,480.85c.64-4.88,6.92-9,14.48-9s13.27,4.26,14.16,9Zm32.26,2.35c.07-7.46-6.6-13.74-17.86-13.74-10.86,0-18,6.23-18,13.46s7,13.57,18,13.57c7.32,0,13.27-2.52,16.65-7l-3.06-1.23c-2.65,3.47-7.32,5.88-13.11,5.88-8.61,0-15.12-4.37-14.88-10.93Z"/><path class="cls-1" d="M571.64,448.8a428.35,428.35,0,0,0-382.46,0l-.17.09a618.12,618.12,0,0,1,382.74,0Z"/></svg>
static/roannais-icitoyen/logos/office-tourisme-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 800"><defs><style>.cls-1{fill:#6e6e6e;}</style></defs><title>LOGO OT GRIS</title><path class="cls-1" d="M295.22,357.66A106.58,106.58,0,0,0,275,326.89a37.83,37.83,0,0,0-5.53-5.32c-1.15-1-2.32-2-3.51-2.93-.46-.37-.93-.69-1.4-1.05-.91-.69-1.82-1.38-2.75-2a101.31,101.31,0,0,0-16.38-9.76,108.28,108.28,0,0,0-13-5.11l-.33-.12c-1.08-.34-2.16-.64-3.23-.95a96.94,96.94,0,0,0-19-3.73c-2.89-.26-5.77-.38-8.64-.41h-1.52a113.48,113.48,0,0,0-20.15,1.76,111.13,111.13,0,0,0-17.76,5.39c-1.92.7-3.84,1.42-5.74,2.23A101.72,101.72,0,0,0,140,314l-.38-1.53a23.37,23.37,0,0,0-6-9.9,23.77,23.77,0,0,0-17.28-7.08h-24V461.66h24.56a24.65,24.65,0,0,0,24.56-24.56V403c0-5.25,2.81-14.74,2.81-14.74a64,64,0,0,1,5.11-13.5c.63-1.23,1.31-2.42,2-3.59a61.8,61.8,0,0,1,6.48-8.34,54.61,54.61,0,0,1,13.49-10.63,63.82,63.82,0,0,1,15.38-6.24,58.83,58.83,0,0,1,32.33,2.21,57.15,57.15,0,0,1,15.23,8l1.08.87c.5.4,1,.81,1.46,1.21s1.12.95,1.73,1.44c-4.86-4.8-8.48-11-8.48-18.43a24.77,24.77,0,0,1,24.77-24.78,23.34,23.34,0,0,1,14.64,5.16c.81.71,1.62,1.43,2.42,2.17l.13.12.06.07c.81.75,2.23,2.47,2.23,2.47a24.7,24.7,0,0,1-1,32.41,23,23,0,0,1-17,7.68A24.18,24.18,0,0,1,240,360.75l-1.42-1.12.75.72,5.82,6.95a54.64,54.64,0,0,1,9.63,31.79,57.72,57.72,0,0,1-4.34,22.15,51.9,51.9,0,0,1-20.7,24.56A54.84,54.84,0,0,1,215,453.26a53.59,53.59,0,0,1-17.09,2.65,55,55,0,0,1-22.16-4.81,55.59,55.59,0,0,1-15.05-9.45,44.11,44.11,0,0,1-31.3,37.54,89.29,89.29,0,0,0,9.27,7.07,104.31,104.31,0,0,0,59.24,18.29,109.39,109.39,0,0,0,41.41-8.18,110.58,110.58,0,0,0,16.58-9.12A24,24,0,0,0,262,497.33a23.61,23.61,0,0,0,17.34,7.22h24.08V399.09A109.54,109.54,0,0,0,295.22,357.66Z"/><polygon class="cls-1" points="238.55 359.62 238.56 359.62 238.56 359.63 238.56 359.62 238.55 359.62"/><path class="cls-1" d="M351.41,507.58l18-31.85h7.16l18.28,31.85h-8.34l-3.82-7H362.52l-3.7,7Zm14.26-12.71h13.95l-6.85-13Z"/><path class="cls-1" d="M451,481.41H427.89V501.6H451v-7.11h-12.1v-5.42h19.32v11q0,4.45-1.66,6t-6.24,1.54h-22q-4.58,0-6.24-1.54t-1.67-6V483.27q0-4.45,1.67-6c1.11-1,3.19-1.54,6.24-1.54h22c3,0,5,.51,6.17,1.51s1.73,2.92,1.73,5.72v.73L451,485Z"/><path class="cls-1" d="M519.87,481.41H496.72V501.6h23.15v-7.11h-12.1v-5.42h19.32v11q0,4.45-1.67,6t-6.23,1.54h-22q-4.56,0-6.23-1.54t-1.67-6V483.27q0-4.45,1.67-6c1.11-1,3.19-1.54,6.23-1.54h22c3,0,5,.51,6.17,1.51s1.73,2.92,1.73,5.72v.73l-7.22,1.3Z"/><path class="cls-1" d="M558.82,507.58V475.73h7.41V501.6h23.89v6Z"/><path class="cls-1" d="M616.35,483.27q0-4.45,1.67-6c1.11-1,3.19-1.54,6.23-1.54h23.46c3,0,5.12.52,6.23,1.54s1.67,3,1.67,6v16.78c0,3-.55,5-1.67,6s-3.18,1.54-6.23,1.54H624.25q-4.56,0-6.23-1.54t-1.67-6Zm7.41,18.33h24.45V481.41H623.76Z"/><path class="cls-1" d="M687.22,507.58V475.73h6l15,19.26,14.69-19.26h5.93v31.85H722V487.89q0-1.17.24-3.39a24.81,24.81,0,0,1-1.85,3.33l-12,15.92h-1.48l-12-16A14.27,14.27,0,0,1,693,484.5a33.71,33.71,0,0,1,.19,3.39v19.69Z"/><path class="cls-1" d="M760.49,507.58V475.73h32.6v5.43H767.9v7.11h14.69v5.43H767.9v7.9h25.5v6Z"/><path class="cls-1" d="M823.15,507.58V475.73h27.28q7.17,0,7.16,6.17v7.48q0,6.17-7.16,6.17h-4.19l14.69,12H850.31l-12.84-12h-7v12Zm24-26.42H830.43v8.95H847.1a5.45,5.45,0,0,0,2.41-.37,2.33,2.33,0,0,0,.92-2.18v-3.85a2.32,2.32,0,0,0-.92-2.17A5.42,5.42,0,0,0,847.1,481.16Z"/><path class="cls-1" d="M882.59,507.58l18-31.85h7.16l18.27,31.85h-8.33l-3.83-7H893.71l-3.71,7Zm14.26-12.71H910.8l-6.84-13Z"/><path class="cls-1" d="M967.16,481.41v26.17h-7.4V481.41H945.13v-5.68h36.72v5.68Z"/><path class="cls-1" d="M1007,507.58V475.73h7.41v31.85Z"/><path class="cls-1" d="M1046.06,483.27q0-4.45,1.66-6c1.11-1,3.19-1.54,6.23-1.54h23.46c3,0,5.13.52,6.23,1.54s1.67,3,1.67,6v16.78c0,3-.55,5-1.67,6s-3.18,1.54-6.23,1.54H1054q-4.56,0-6.23-1.54t-1.66-6Zm7.4,18.33h24.45V481.41h-24.45Z"/><path class="cls-1" d="M1116.92,507.58V475.73H1122l22.41,18.76A35.46,35.46,0,0,1,1148,498c-.21-3-.31-4.8-.31-5.5V475.73h6.67v31.85h-5.06l-23.4-19.69a22.45,22.45,0,0,1-2.65-2.59c.2,2.06.3,3.75.3,5.06v17.22Z"/><path class="cls-1" d="M1099.24,441.49c-22.86,0-42.12-3.85-58.62-20.1L1059.05,403c11.29,11.56,26.41,14.59,40.19,14.59,17,0,30.53-6.07,30.53-19.27,0-9.36-5.22-15.41-18.7-16.52l-22.3-1.92c-26.14-2.2-41.28-14-41.28-38.53,0-27.25,23.4-42.65,52.57-42.65,20.91,0,38.79,4.4,51.73,15.68l-17.61,17.89c-8.8-7.43-21.2-10.17-34.39-10.17-16.79,0-25.33,7.42-25.33,17.87,0,8.27,4.4,14.6,19.26,16l22,1.92c26.15,2.21,41.55,14.6,41.55,39.36C1157.29,426.34,1132.54,441.49,1099.24,441.49Z"/><path class="cls-1" d="M724.58,298.66c-14,0-27.52,5.23-37.16,15.68v-14H659.9V439.84H688v-85c0-21.47,13.21-31.1,28.9-31.1s28.07,9.35,28.07,31.1v85H773V350.66c0-15.68-3.3-28.88-14-39.35C750.72,303.33,738.88,298.66,724.58,298.66Z"/><path class="cls-1" d="M592.83,298.66a119.61,119.61,0,0,0-12.29.63v24.25a59.36,59.36,0,0,1,11.19-.94c21.73,0,30.54,8.53,30.54,26.14v9.91H585.4c-21.36,0-35.66,7.54-42.81,19.52.11-2.67.16-5.4.16-8.24,0-23.39-3.3-41-16.51-54.77-9.08-9.35-22.84-16.5-41.84-16.5s-32.47,7.15-41.56,16.5c-13.19,13.77-16.5,31.38-16.5,54.77,0,23.67,3.31,41.28,16.5,55.05,9.09,9.36,22.58,16.51,41.56,16.51s32.76-7.15,41.84-16.51a52.39,52.39,0,0,0,11.55-18.8c1.27,8.87,4.82,16.79,10.46,22.63,8.53,8.54,20.08,12.68,37.43,12.68s27-4.14,37.14-14.32v12.67h27.53v-93.3C650.35,314.89,631.08,298.66,592.83,298.66ZM505,408.18a28.58,28.58,0,0,1-20.64,8.27,27.93,27.93,0,0,1-20.35-8.27c-8.54-8.52-9.64-23.11-9.64-38.25s1.1-29.72,9.64-38.25c5.22-5.23,12.1-8,20.35-8s15.42,2.75,20.64,8c8.53,8.53,9.64,23.12,9.64,38.25S513.57,399.66,505,408.18Zm117.23-18.7c0,9.9-1.92,16.51-6,20.64-7.43,7.15-15.41,8-26.14,8-17.62,0-25.6-7.16-25.6-19.81s8.53-20.09,25-20.09h32.74Z"/><path class="cls-1" d="M945.47,298.66c-4.22,0-8,.22-11.7.57v24.18a60.87,60.87,0,0,1,10.62-.81c21.72,0,30.53,8.53,30.53,26.14v9.91H938.05c-20.95,0-35.09,7.26-42.38,18.84V350.66c0-15.68-3.3-28.88-14-39.35-8.24-8-20.07-12.65-34.39-12.65-14,0-27.51,5.23-37.15,15.68v-14H782.56V439.84h28.08v-85c0-21.47,13.2-31.1,28.9-31.1s28.06,9.35,28.06,31.1v85h28.07V421.76a35.87,35.87,0,0,0,5.24,7.05c8.53,8.54,20.08,12.68,37.42,12.68s27-4.14,37.14-14.32v12.67H1003v-93.3C1003,314.89,983.73,298.66,945.47,298.66Zm29.45,90.82c0,9.9-1.93,16.51-6,20.64-7.43,7.15-15.41,8-26.15,8-17.6,0-25.59-7.16-25.59-19.81s8.54-20.09,25-20.09h32.75Z"/><rect class="cls-1" x="1012.55" y="298.48" width="28.07" height="20.19"/><rect class="cls-1" x="1012.55" y="328.88" width="28.07" height="110.96"/><path class="cls-1" d="M443.34,300.7a67.41,67.41,0,0,0-17.3-2c-17.89,0-34.2,6.87-42.36,16.78V300.31H352.31V439.84h32V355.07c0-19.26,14.43-31.37,31.7-31.37a39.1,39.1,0,0,1,8.67.88,59.76,59.76,0,0,1,11.77-17.85A62.33,62.33,0,0,1,443.34,300.7Z"/><path class="cls-1" d="M148.18,223c-5.16,5.84-12,10.32-23.73,10.32s-18.58-4.48-23.74-10.32c-9.11-10.32-8.94-28.21-8.94-52.29s-.17-42,8.94-52.29c5.16-5.85,12-10.32,23.74-10.32s18.57,4.47,23.73,10.32c9.12,10.32,8.95,28.21,8.95,52.29S157.3,212.69,148.18,223Zm-14.44-92.88c-1.72-2.75-4.65-4.65-9.29-4.65s-7.4,1.9-9.12,4.65c-3.61,5.85-4.3,18.23-4.3,40.59s.69,34.74,4.3,40.59c1.72,2.75,4.47,4.64,9.12,4.64s7.57-1.89,9.29-4.64c3.61-5.85,4.12-18.23,4.12-40.59S137.35,136,133.74,130.13Z"/><path class="cls-1" d="M195,155.24V232H176.73V155.24h-9.28V141.31h9.28V136c0-10.67,3.44-17.38,9.12-21.85,6-4.64,13.24-5.67,21.67-5.67V124.8c-8.43,0-12.55,4-12.55,12.21v4.3h12.55v13.93Z"/><path class="cls-1" d="M241.58,155.24V232H223.35V155.24h-9.29V141.31h9.29V136c0-10.67,3.44-17.38,9.11-21.85,6-4.64,13.25-5.67,21.67-5.67V124.8c-8.42,0-12.55,4-12.55,12.21v4.3h12.55v13.93Z"/><path class="cls-1" d="M266.34,129.78V109.66h20.13v20.12Zm1,102.17V143.72h18.23V232Z"/><path class="cls-1" d="M347.87,226.62c-4.64,4.64-11.18,6.71-19.26,6.71-8.6,0-16.17-2.24-21.5-9.64-5.68-7.74-6.37-21.67-6.37-37.15,0-15.3.69-29.24,6.37-37.15,5.33-7.39,12.9-9.46,21.5-9.46,7.74,0,13.76,1.38,19.09,6.37,5.67,5.5,7.57,13.76,8.08,21.5H337.72c-.17-2.76-.51-6-2.41-8.43a7.55,7.55,0,0,0-6.7-3.27,8.46,8.46,0,0,0-7.06,3.78c-2.4,4.13-2.57,13.25-2.57,26.66s.17,22.53,2.57,26.83a8.29,8.29,0,0,0,7.06,3.62,7.87,7.87,0,0,0,6.7-3.1c1.9-2.41,2.24-5.5,2.41-8.6h18.06C355.27,213.89,352.86,221.63,347.87,226.62Z"/><path class="cls-1" d="M385,191.88c0,10.31.52,18.23,2.75,21.49a8.51,8.51,0,0,0,13.93,0c1.38-1.72,2.24-5.33,2.24-8.08H422c-.34,7.57-2.41,15.14-7.57,20.81-4.64,5.16-11.69,7.23-19.61,7.23-8.42,0-14.1-1.9-19.6-7.4-7.74-7.74-8.43-22.88-8.43-39.39s.69-31.64,8.43-39.38c5.5-5.51,12-7.23,19.43-7.23,7.57,0,14.11,1.55,19.44,7.23,8.77,9.28,8.08,27.69,8.25,44.72Zm16.51-32.17a8.36,8.36,0,0,0-13.76,0c-2.06,2.58-2.75,9.46-2.75,18.75h19.09C404.11,169.17,403.6,162.29,401.53,159.71Z"/><path class="cls-1" d="M502.84,232v-6.88a21.25,21.25,0,0,1-6,5.68,18.24,18.24,0,0,1-9.12,2.58c-6.71,0-11.87-1.9-16-7.06-6-7.39-6.37-20.12-6.37-39.73s.35-32.16,6.37-39.56c4.12-5,8.94-7,16-7a18,18,0,0,1,9.12,2.41,17.61,17.61,0,0,1,5.33,4.82V109.49h18.23V232Zm-.69-64.84c0-4-1-6.71-2.92-8.6a9,9,0,0,0-6.2-2.41,8.16,8.16,0,0,0-6.88,3.78c-2.4,4.13-2.58,13.25-2.58,26.66s.18,22.71,2.58,26.83A8,8,0,0,0,493,217a8.88,8.88,0,0,0,6.2-2.24c1.89-1.89,2.92-4.64,2.92-8.6Z"/><path class="cls-1" d="M553.75,191.88c0,10.31.51,18.23,2.75,21.49a8.51,8.51,0,0,0,13.93,0c1.38-1.72,2.24-5.33,2.24-8.08h18.06c-.35,7.57-2.41,15.14-7.57,20.81-4.64,5.16-11.7,7.23-19.61,7.23-8.43,0-14.1-1.9-19.61-7.4-7.74-7.74-8.42-22.88-8.42-39.39s.68-31.64,8.42-39.38c5.51-5.51,12-7.23,19.44-7.23,7.57,0,14.1,1.55,19.44,7.23,8.77,9.28,8.08,27.69,8.25,44.72Zm16.51-32.17a8.36,8.36,0,0,0-13.76,0c-2.06,2.58-2.75,9.46-2.75,18.75h19.09C572.84,169.17,572.32,162.29,570.26,159.71Z"/><path class="cls-1" d="M671.22,126.86V232H652V126.86H631.49V109.49h60.37v17.37Z"/><path class="cls-1" d="M740.54,223.69c-5.33,7.4-12.73,9.64-21.5,9.64s-16.17-2.24-21.5-9.64c-5.68-7.91-6.37-21.84-6.37-37.15s.69-29.24,6.37-37.15c5.33-7.39,12.73-9.46,21.5-9.46s16.17,2.07,21.5,9.46c5.67,7.91,6.36,21.85,6.36,37.15S746.21,215.78,740.54,223.69Zm-14.45-63.81a8.46,8.46,0,0,0-14.1,0c-2.41,4.13-2.58,13.25-2.58,26.66s.17,22.71,2.58,26.83a8.67,8.67,0,0,0,14.1,0c2.41-4.12,2.58-13.41,2.58-26.83S728.5,164,726.09,159.88Z"/><path class="cls-1" d="M798.5,232v-6.88a21.87,21.87,0,0,1-6.19,5.68,18.24,18.24,0,0,1-9.12,2.58c-7.39,0-12.38-2.24-16.51-7.06-3.61-4.12-5.16-9.11-5.16-19.6V141.31h18.23v65.18c0,7.06,4,10.5,9,10.5s8.94-3.44,8.94-10.5V141.31h18.23V232Z"/><path class="cls-1" d="M867.13,157.65c-8.6,0-15.14,5.85-15.14,15.65V232H833.76V141.31H851.3v9.63a26.79,26.79,0,0,1,22-11v17.72Z"/><path class="cls-1" d="M884.15,129.78V109.66h20.13v20.12Zm1,102.17V143.72h18.23V232Z"/><path class="cls-1" d="M964.82,225.93c-5.5,5.5-12,7.4-19.78,7.4s-15.31-2.58-19.95-7.4c-5.33-5.5-8.08-11.87-8.08-20.47h18c0,3.61,1,6.54,3.1,8.6a10.43,10.43,0,0,0,13.93.17c1.72-1.54,2.58-4.3,2.58-7.22a11.32,11.32,0,0,0-1.89-6.71c-1.38-2.06-3.78-3.78-7-5.16l-12-5.33c-6.19-2.75-10.66-6.36-13.24-10.49-2.07-3.27-2.93-7.4-2.93-12.38a26,26,0,0,1,7.91-19.44c5-5,12-7.57,19.61-7.57s14.45,2.41,19.09,6.88c4.82,4.65,7.74,11,7.74,20.13H954c0-4-.85-6.37-2.58-8.26a8.33,8.33,0,0,0-6.36-2.75,8.86,8.86,0,0,0-9.29,9.46,8.85,8.85,0,0,0,1.38,5.33,15.41,15.41,0,0,0,6.71,5.16l12,5.16c6.19,2.75,10.32,5.67,13.24,10,2.41,3.45,3.78,8.6,3.78,14.8A27.48,27.48,0,0,1,964.82,225.93Z"/><path class="cls-1" d="M1059.25,232V166.76c0-7-4.13-10.49-9.12-10.49s-8.94,3.44-8.94,10.49V232H1023V166.76c0-7-4-10.49-9-10.49s-8.94,3.44-8.94,10.49V232H986.84V141.31h17.54V148a20.85,20.85,0,0,1,6-5.68,18,18,0,0,1,9.12-2.41,21.58,21.58,0,0,1,17.71,9.29,34.32,34.32,0,0,1,8.09-6.88,22.11,22.11,0,0,1,9.63-2.41c8.43,0,13.07,2.24,17.2,7,3.61,4.13,5.33,9.12,5.33,19.61V232Z"/><path class="cls-1" d="M1110.33,191.88c0,10.31.52,18.23,2.75,21.49a8.51,8.51,0,0,0,13.93,0c1.38-1.72,2.24-5.33,2.24-8.08h18.06c-.35,7.57-2.41,15.14-7.57,20.81-4.64,5.16-11.69,7.23-19.61,7.23-8.42,0-14.1-1.9-19.6-7.4-7.74-7.74-8.43-22.88-8.43-39.39s.69-31.64,8.43-39.38c5.5-5.51,12-7.23,19.43-7.23,7.57,0,14.11,1.55,19.44,7.23,8.77,9.28,8.08,27.69,8.25,44.72Zm16.51-32.17a8.36,8.36,0,0,0-13.76,0c-2.06,2.58-2.75,9.46-2.75,18.75h19.09C1129.42,169.17,1128.91,162.29,1126.84,159.71Z"/></svg>
static/roannais-icitoyen/logos/riorges-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 146.28 76.68"><defs><style>.cls-1{fill:#6e6e6e;}</style></defs><title>RIORGES GRIS</title><path class="cls-1" d="M272.85,247.47a44.63,44.63,0,0,0,7.12,4.05,11.47,11.47,0,0,0,4.14.67,20.8,20.8,0,0,0,5.62-.81c.82-.2,6-2.3,6.07-2.32l6.75-2.82.65-.3a17.8,17.8,0,0,1,8.43-2,27,27,0,0,1,3.78.57A15,15,0,0,1,314,243.3a18.93,18.93,0,0,0-6-3.67,11.47,11.47,0,0,0-4.53-.88c-2.37,0-6.29.64-11.49,3.66l-.24.14a56,56,0,0,1-5.18,2.71,25.9,25.9,0,0,1-5.78,1.92A22.26,22.26,0,0,1,272.85,247.47Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M272.53,246.85a20.87,20.87,0,0,0,6.51,0c5.12-.63,10.09-3.48,13.06-5.18l.14-.08a33,33,0,0,1-6.22-.83,40.43,40.43,0,0,0-5.38-.82,20.16,20.16,0,0,0-8.81,1.8c-1,.43-5.56,2.81-7.76,4a25.82,25.82,0,0,1,2.77-.17,11.22,11.22,0,0,1,4.42.75Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M296,250.13a15.76,15.76,0,0,1,6.2,1,10.36,10.36,0,0,0,4.35.9,30.09,30.09,0,0,0,5.87-.82l.66-.13c3.43-.69,8.17-3.24,10.76-4.67h0a31.64,31.64,0,0,1-6.37-1,38.29,38.29,0,0,0-5.66-.93,17.41,17.41,0,0,0-8.27,1.94l-.72.33-8.21,3.41C295,250.14,295.49,250.13,296,250.13Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M249.87,314.52v.77h-4.56v-7h.82v6.23Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M256.62,313.46h-3.5l-.78,1.83h-.88l3-7h.75l3,7h-.88Zm-.31-.73-1.11-2.6c-.14-.36-.31-.85-.33-.85h0s-.17.49-.33.85l-1.1,2.6Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M270,308.29l-3,7h-.83l-3-7H264l2.11,5c.2.5.39,1.07.4,1.07h0l.4-1.07,2.11-5Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M271.92,315.29v-7h.82v7Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M280.16,314.52v.77H275.6v-7h.82v6.23Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M286.86,314.52v.77H282.3v-7h.82v6.23Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M293.72,314.52v.77H289v-7h4.66v.77h-3.84v2.16h3.08V312h-3.08v2.57Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M305.52,308.29v7h-.77l-3.11-4.19c-.59-.83-1-1.47-1-1.47h0s0,.87,0,2v3.67h-.82v-7h.77l3.1,4.18c.53.71,1,1.44,1,1.44h0s0-.94,0-1.94v-3.68Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M312.69,313.46h-3.5l-.78,1.83h-.88l3-7h.75l3,7h-.88Zm-.31-.73-1.11-2.6c-.14-.36-.31-.85-.33-.85h0s-.18.49-.34.85l-1.1,2.6Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M320.37,308.29v.77H318v6.23h-.8v-6.23h-2.34v-.77Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M328.08,308.29v4.1c0,2-1.05,3.05-2.87,3.05s-2.87-1.07-2.87-3.05v-4.1h.82v4.11c0,1.52.7,2.27,2,2.27s2.05-.75,2.05-2.27v-4.11Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M334.7,315.29l-1.58-2.62h-1.66v2.61h-.82v-7h2.13c1.63,0,2.61.86,2.61,2.21a2,2,0,0,1-1.46,2l1.7,2.78ZM332.85,312c1.11,0,1.69-.61,1.69-1.45s-.63-1.44-1.69-1.44h-1.39V312Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M342.73,314.52v.77H338v-7h4.66v.77h-3.84v2.16h3.08V312h-3.08v2.57Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M249.5,283.78l.7.74A6.82,6.82,0,0,1,245,287a4.84,4.84,0,0,1-3.47-1.11,6.66,6.66,0,0,1-1.57-3.8l-.78-5.54q-.87-6-6.61-6H229.3v14.54l3.8.62v.87H221v-.87l3.8-.62V255.07l-3.8-.58v-.91h11.57q6.73,0,9.75,2.11a7.28,7.28,0,0,1,3,6.4q0,7.11-8.59,8.22v.25q6.48.9,7.52,7.1l.54,3.56a13.75,13.75,0,0,0,.7,2.93,1.58,1.58,0,0,0,1.57,1A3.77,3.77,0,0,0,249.5,283.78Zm-17-29.17H229.3v15h4.62a6,6,0,0,0,4.69-1.84,7.81,7.81,0,0,0,1.67-5.43v-.87Q240.28,254.61,232.52,254.61Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M250.49,266.1v-.83h7v20.12l2.89.41v.83h-9.91v-.83l2.89-.41V266.51Zm1.57-8.43a2.62,2.62,0,0,1,.8-1.94,2.73,2.73,0,0,1,2-.79,2.67,2.67,0,0,1,1.95.79,2.64,2.64,0,0,1,.78,1.94,2.72,2.72,0,0,1-.78,2,2.59,2.59,0,0,1-1.92.81,2.72,2.72,0,0,1-2-.81A2.64,2.64,0,0,1,252.06,257.67Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M266,284a12.07,12.07,0,0,1,0-16.11,11,11,0,0,1,15.2.09,11.8,11.8,0,0,1,0,15.94,10,10,0,0,1-7.56,3.14A10.58,10.58,0,0,1,266,284Zm13.8-6v-4.13a10.12,10.12,0,0,0-1.53-5.9,6,6,0,0,0-9.26,0,10.12,10.12,0,0,0-1.52,5.9V278A10.18,10.18,0,0,0,269,283.9a5.88,5.88,0,0,0,9.22,0A10.18,10.18,0,0,0,279.78,278Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M287.09,286.63v-.83l2.89-.41V266.47l-2.89-.41v-.83h7v3.18c1.74-2.37,3.69-3.55,5.87-3.55a4.89,4.89,0,0,1,2.76.8,2.44,2.44,0,0,1,1.2,2.09,2.74,2.74,0,0,1-.7,2,2.74,2.74,0,0,1-4-.31,1.94,1.94,0,0,0,.46-1.26,1.43,1.43,0,0,0-.48-1.11,1.79,1.79,0,0,0-1.26-.44c-1.05,0-2.33,1.11-3.84,3.31v15.45l3.3.41v.83Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M320,287.74h-8.06q-5.82,0-5.82-4.09a4.38,4.38,0,0,1,3.76-4.58,7.13,7.13,0,0,1-3.22-6.4,7.22,7.22,0,0,1,2.39-5.73,8.69,8.69,0,0,1,5.91-2.08,9.12,9.12,0,0,1,5.83,1.82,4.24,4.24,0,0,0,2.35-.77,1.84,1.84,0,0,0,.78-1.42,1.53,1.53,0,0,0-.41-1.18,1.37,1.37,0,0,0-1-.39,2.4,2.4,0,0,1,.76-1.78,2.54,2.54,0,0,1,1.84-.74,2.57,2.57,0,0,1,1.82.68,2.35,2.35,0,0,1,.74,1.84,3.81,3.81,0,0,1-1.46,3,8.18,8.18,0,0,1-4.65,1.49,7.65,7.65,0,0,1,1.94,5.45,6.94,6.94,0,0,1-2.39,5.48,8.94,8.94,0,0,1-6.08,2.08,9.63,9.63,0,0,1-4.05-.78,3.82,3.82,0,0,0-2,.62,1.73,1.73,0,0,0-.76,1.5,1.61,1.61,0,0,0,1.05,1.49,6,6,0,0,0,2.66.52h6.82a8.25,8.25,0,0,1,5,1.28q1.69,1.28,1.69,4.34c0,2.64-.13,5-2.46,7.05a10.84,10.84,0,0,1-7.65,2.8H273.68c-3.95,0-5.89-.53-7.58-1.59a5.66,5.66,0,0,1-2.54-4.75,3.75,3.75,0,0,1,1.07-2.67,3.86,3.86,0,0,1,2.93-1.13,13.32,13.32,0,0,1,1.53.16,5.58,5.58,0,0,0-1.51,3.64,5.24,5.24,0,0,0,1.47,3.64c1,1.05,2.89,1.36,5.29,1.36H316a8.89,8.89,0,0,0,5.71-2.08,6.06,6.06,0,0,0,2.5-4.69,3.31,3.31,0,0,0-.91-2.58A5.15,5.15,0,0,0,320,287.74Zm-.37-14.08v-2q0-6.08-4.59-6.07t-4.5,6.07v2a7.7,7.7,0,0,0,1.12,4.46,3.86,3.86,0,0,0,3.4,1.61,3.93,3.93,0,0,0,3.43-1.61A7.63,7.63,0,0,0,319.6,273.66Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M339,286.13a8.66,8.66,0,0,0,2.78-.43,8.14,8.14,0,0,0,2.34-1.22,6.55,6.55,0,0,0,2.68-4.13h.95a7.65,7.65,0,0,1-2.93,4.89,9.19,9.19,0,0,1-5.74,1.8,10.55,10.55,0,0,1-10.91-11.11,10.94,10.94,0,0,1,3.1-8,10.11,10.11,0,0,1,7.56-3.05,8.72,8.72,0,0,1,6.49,2.52,9.31,9.31,0,0,1,2.6,6.52h-15.2V278a9.64,9.64,0,0,0,1.61,5.87A5.54,5.54,0,0,0,339,286.13Zm-.21-20.36a5.14,5.14,0,0,0-4.3,1.94,9,9,0,0,0-1.73,5.16h10.61Q343.39,265.77,338.81,265.77Z" transform="translate(-220.95 -238.75)"/><path class="cls-1" d="M359.55,287q-8.35,0-8.35-4.58a3.14,3.14,0,0,1,.72-2.07,2.19,2.19,0,0,1,1.72-.87,2.34,2.34,0,0,1,2.48,1.74,2.53,2.53,0,0,0-.71,1.73,2.88,2.88,0,0,0,1.08,2.44,5.48,5.48,0,0,0,3.35.83,6.72,6.72,0,0,0,3.94-1.18,3.36,3.36,0,0,0,1.67-2.77,2.69,2.69,0,0,0-1.13-2.37,14.79,14.79,0,0,0-3.74-1.61l-5.33-1.7q-3.72-1.06-3.72-5.45a5.68,5.68,0,0,1,2.13-4.53,8.36,8.36,0,0,1,5.56-1.79,10.33,10.33,0,0,1,5.37,1.18,3.51,3.51,0,0,1,1.94,3.07,2.56,2.56,0,0,1-.66,1.8,2.11,2.11,0,0,1-1.61.72,2.27,2.27,0,0,1-1.51-.47,1.63,1.63,0,0,1-.56-1.3,1.84,1.84,0,0,0,.87-1.61c0-1.74-1.26-2.61-3.76-2.61a7.42,7.42,0,0,0-4.26,1.08,3,3,0,0,0-1.57,2.45,3,3,0,0,0,.56,2,5.18,5.18,0,0,0,2.17,1.15l6.57,2a6.39,6.39,0,0,1,3.41,2.21,6.74,6.74,0,0,1,1.05,4,6.29,6.29,0,0,1-1.92,4.5Q363.39,287,359.55,287Z" transform="translate(-220.95 -238.75)"/></svg>
static/roannais-icitoyen/logos/roannais-agglo-gris.svg
1
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1367 398"><defs><style>.cls-1{isolation:isolate;}.cls-2,.cls-3{fill:#6f6e6e;}.cls-3{mix-blend-mode:multiply;}</style></defs><title>LOGO RA HORIZONTAL GRIS</title><g class="cls-1"><g id="Calque_1" data-name="Calque 1"><path class="cls-2" d="M1214.38,115.1a35.28,35.28,0,0,1,35.28-35.27,33.24,33.24,0,0,1,20.83,7.34q1.74,1.52,3.44,3.1c-2.74-2.56-5.55-5-8.43-7.27-.66-.52-1.33-1-2-1.49-1.29-1-2.59-2-3.92-2.88a144.33,144.33,0,0,0-23.31-13.9,153.88,153.88,0,0,0-18.56-7.26l-.47-.17c-1.54-.49-3.07-.93-4.61-1.37a137.73,137.73,0,0,0-27.08-5.3c-4.12-.37-8.21-.54-12.31-.58-.71,0-1.44,0-2.16,0a160.54,160.54,0,0,0-28.69,2.51,156.83,156.83,0,0,0-25.28,7.67c-2.73,1-5.47,2-8.18,3.17a144.82,144.82,0,0,0-22.77,12.93l-.53-2.18a33.36,33.36,0,0,0-8.6-14.09A33.77,33.77,0,0,0,1052.44,50h-34.15V286.61h35a35.1,35.1,0,0,0,35-35V203.06c0-7.46,4-21,4-21a91.25,91.25,0,0,1,7.27-19.23c.9-1.74,1.87-3.44,2.87-5.11a89.46,89.46,0,0,1,9.22-11.87,77.31,77.31,0,0,1,19.2-15.12,90.75,90.75,0,0,1,21.9-8.89q24.27-4.83,46,3.14a81.5,81.5,0,0,1,21.68,11.31l1.54,1.25c.71.56,1.4,1.15,2.07,1.73,1.43,1.26,4.51,3.64,4.51,3.64s-1-.73-2-1.6C1219.54,134.51,1214.38,125.62,1214.38,115.1Z"/><rect class="cls-2" x="827.81" y="55.37" width="32.13" height="23.11"/><rect class="cls-2" x="827.8" y="90.16" width="32.13" height="126.98"/><path class="cls-2" d="M927,219c-26.15,0-48.19-4.42-67.08-23L881,174.93c12.92,13.24,30.23,16.71,46,16.71,19.52,0,35-6.95,35-22,0-10.71-6-17.64-21.41-18.91L915,148.49c-29.92-2.53-47.24-16.06-47.24-44.1,0-31.18,26.78-48.81,60.16-48.81,23.93,0,44.4,5,59.21,17.94L967,94c-10.08-8.5-24.26-11.64-39.35-11.64-19.22,0-29,8.49-29,20.45,0,9.46,5,16.7,22.05,18.27l25.19,2.2c29.92,2.53,47.55,16.71,47.55,45.05C993.45,201.7,965.12,219,927,219"/><path class="cls-2" d="M498.25,55.57c-16.06,0-31.49,6-42.53,17.95V57.46H424.23V217.15h32.13V119.83c0-24.58,15.11-35.6,33.07-35.6s32.12,10.71,32.12,35.6v97.32h32.13V115.09c0-18-3.78-33.06-16.07-45-9.44-9.13-23-14.48-39.36-14.48"/><path class="cls-2" d="M381.16,159.51c0,11.33-2.19,18.89-6.92,23.62-8.5,8.19-17.63,9.13-29.91,9.13-20.17,0-29.3-8.2-29.3-22.68s9.77-23,28.67-23h37.46ZM247,180.92a32.78,32.78,0,0,1-23.62,9.46,32.05,32.05,0,0,1-23.3-9.46c-9.76-9.76-11-26.46-11-43.78s1.26-34,11-43.78c6-6,13.86-9.13,23.3-9.13S241,87.39,247,93.36c9.76,9.76,11,26.47,11,43.78s-1.27,34-11,43.78M347.48,55.57a138.47,138.47,0,0,0-14.06.72V84A68.57,68.57,0,0,1,346.22,83c24.87,0,34.94,9.76,34.94,29.92v11.34H339c-24.45,0-40.81,8.63-49,22.35.12-3.06.18-6.19.18-9.44,0-26.76-3.78-46.92-18.89-62.68-10.4-10.7-26.14-18.89-47.88-18.89s-37.17,8.19-47.56,18.89c-15.11,15.75-18.89,35.92-18.89,62.68,0,27.08,3.78,47.24,18.89,63,10.39,10.71,25.83,18.9,47.56,18.9s37.48-8.19,47.88-18.9a59.93,59.93,0,0,0,13.21-21.52c1.45,10.16,5.52,19.22,12,25.91,9.77,9.77,23,14.51,42.84,14.51s30.86-4.74,42.5-16.39v14.5H413.3V110.38c0-36.23-22.05-54.81-65.82-54.81"/><path class="cls-2" d="M784.74,159.51c0,11.33-2.21,18.89-6.92,23.62-8.51,8.19-17.63,9.13-29.93,9.13-20.14,0-29.28-8.2-29.28-22.67s9.77-23,28.65-23h37.48ZM751,55.58c-4.84,0-9.21.25-13.39.65V83.9A70.62,70.62,0,0,1,749.81,83c24.85,0,34.93,9.76,34.93,29.92v11.34H742.55c-24,0-40.16,8.31-48.5,21.56v-30.7c0-18-3.78-33.06-16.08-45-9.43-9.12-23-14.47-39.36-14.47-16,0-31.49,6-42.51,17.94V57.46H564.61V217.15h32.13V119.83c0-24.58,15.11-35.6,33.07-35.6s32.11,10.71,32.11,35.6v97.32h32.13v-20.7a41.4,41.4,0,0,0,6,8.08C709.8,214.3,723,219,742.86,219s30.87-4.74,42.51-16.39v14.5h31.51V110.38c0-36.23-22-54.8-65.84-54.8"/><path class="cls-2" d="M176.39,57.92a76.7,76.7,0,0,0-19.8-2.35c-20.46,0-39.13,7.87-48.47,19.22V57.46H72.21V217.15h36.62v-97c0-22,16.52-35.9,36.28-35.9a45.6,45.6,0,0,1,9.92,1A68.43,68.43,0,0,1,168.5,64.82a69.49,69.49,0,0,1,7.89-6.9"/><path class="cls-2" d="M101.4,243.86l9.23,17.44H91.85Zm-4.49-8.31L72.66,278.41h10l5-9.38h27.17l5.14,9.38h11.21l-24.58-42.86Z"/><polygon class="cls-2" points="308.06 278.41 308.06 235.55 318.04 235.55 318.04 270.36 350.18 270.36 350.18 278.41 308.06 278.41"/><polygon class="cls-2" points="534.2 278.41 534.2 235.55 578.06 235.55 578.06 242.86 544.17 242.86 544.17 252.42 563.94 252.42 563.94 259.72 544.17 259.72 544.17 270.36 578.47 270.36 578.47 278.41 534.2 278.41"/><path class="cls-2" d="M697.77,261.3h18.77l-9.22-17.45Zm-19.19,17.11,24.26-42.86h9.63l24.59,42.86H725.85L720.69,269H693.53l-5,9.38Z"/><polygon class="cls-2" points="778.07 243.19 778.07 278.41 768.1 278.41 768.1 243.19 748.42 243.19 748.42 235.55 797.84 235.55 797.84 243.19 778.07 243.19"/><rect class="cls-2" x="822.3" y="235.55" width="9.97" height="42.86"/><path class="cls-2" d="M870.34,270.35h32.89V243.19H870.34Zm-10-24.66q0-6,2.24-8.07t8.39-2.07h31.56q6.15,0,8.4,2.07t2.24,8.07v22.58q0,6-2.24,8.07t-8.4,2.07H871q-6.13,0-8.39-2.07t-2.24-8.07Z"/><path class="cls-2" d="M935.14,278.41V235.55H942l30.16,25.25a47.25,47.25,0,0,1,4.9,4.66q-.42-6-.42-7.4V235.55h9v42.86h-6.81l-31.48-26.5a30.25,30.25,0,0,1-3.57-3.48q.4,4.15.41,6.8v23.18Z"/><path class="cls-2" d="M638.89,242.86H616.46v12h22.43a7.42,7.42,0,0,0,3.24-.5,3.14,3.14,0,0,0,1.24-2.93v-5.18a3.15,3.15,0,0,0-1.24-2.93,7.27,7.27,0,0,0-3.24-.5m-32.23,35.55V235.55h36.71q9.64,0,9.64,8.3v10.06q0,8.31-9.64,8.31h-5.65l19.78,16.19H643.21l-17.28-16.19h-9.47v16.19Z"/><path class="cls-2" d="M383.42,270.35h32.89V243.19H383.42Zm-10-24.66q0-6,2.24-8.07t8.4-2.07h31.55c4.11,0,6.9.69,8.39,2.07s2.25,4.08,2.25,8.07v22.58q0,6-2.25,8.07c-1.49,1.38-4.28,2.07-8.39,2.07H384.09q-6.15,0-8.4-2.07t-2.24-8.07Z"/><path class="cls-2" d="M452.61,278.41V235.55h8.06l20.18,25.92,19.76-25.92h8v42.86h-9.22v-26.5a45.22,45.22,0,0,1,.33-4.57,31.84,31.84,0,0,1-2.49,4.49L481.1,273.26h-2L463,251.75a19.91,19.91,0,0,1-2.58-4.41c.17,1.73.26,3.24.26,4.57v26.5Z"/><path class="cls-2" d="M193.34,243.19H162.19v27.17h31.15V260.8H177.06v-7.3h26v14.78q0,6-2.24,8.06t-8.4,2.07H162.86q-6.15,0-8.4-2.07t-2.24-8.06V245.69q0-6,2.24-8.06t8.4-2.08h29.56q6,0,8.31,2t2.33,7.69v1L193.34,248Z"/><path class="cls-2" d="M269.08,243.19H237.92v27.17h31.16V260.8H252.8v-7.3h26v14.78q0,6-2.24,8.06t-8.39,2.07H238.59q-6.14,0-8.39-2.07T228,268.28V245.69q0-6,2.24-8.06t8.39-2.08h29.57q6,0,8.31,2t2.32,7.69v1L269.08,248Z"/><path class="cls-3" d="M1255.83,80.4l.51.1Z"/><path class="cls-3" d="M1253.81,80.09l.21,0Z"/><path class="cls-3" d="M1257.77,80.83l.38.09Z"/><path class="cls-3" d="M1224.11,138.85c.35.39.7.78,1.06,1.16C1224.81,139.63,1224.46,139.24,1224.11,138.85Z"/><path class="cls-3" d="M1251.61,79.89l.5,0Z"/><path class="cls-3" d="M1267.12,84.83l.6.39Z"/><path class="cls-3" d="M1265.16,83.71l.59.32Z"/><path class="cls-3" d="M1223,137.51c.3.37.61.74.93,1.1C1223.58,138.25,1223.27,137.88,1223,137.51Z"/><path class="cls-3" d="M1259.8,81.41l.54.19Z"/><path class="cls-3" d="M1268.61,85.81l.63.43Z"/><path class="cls-3" d="M1261.56,82.05l.5.19Z"/><path class="cls-3" d="M1263.56,82.9l.58.28Z"/><path class="cls-3" d="M1218.85,131.53c.18.32.37.64.56,1C1219.22,132.17,1219,131.85,1218.85,131.53Z"/><path class="cls-3" d="M1214.93,121l.18.84Z"/><path class="cls-3" d="M1214.63,119.07l.12.8Z"/><path class="cls-3" d="M1215.86,124.69l.3.89Z"/><path class="cls-3" d="M1215.35,122.86c.07.3.15.59.24.88C1215.5,123.45,1215.42,123.16,1215.35,122.86Z"/><path class="cls-3" d="M1214.45,117.11c0,.22,0,.45.06.67C1214.49,117.56,1214.46,117.33,1214.45,117.11Z"/><path class="cls-2" d="M1307.14,138.56a151.79,151.79,0,0,0-28.77-43.82,54.34,54.34,0,0,0-7.88-7.57c1.16,1,2.31,2,3.44,3.1a1.35,1.35,0,0,1,.19.16.59.59,0,0,1,.09.11c1.15,1.06,3.18,3.51,3.18,3.51A35.19,35.19,0,0,1,1276,140.2a32.88,32.88,0,0,1-24.26,10.93,34.36,34.36,0,0,1-23.24-8.19s-1-.73-2-1.6c-.41-.4-.8-.81-1.2-1.22.74.78,1.5,1.54,2.28,2.26l8.27,9.9q13.73,19.89,13.72,45.25a82.16,82.16,0,0,1-6.18,31.54q-9.6,22.62-29.47,35A78.57,78.57,0,0,1,1193,274.66a76.27,76.27,0,0,1-24.32,3.77,83.42,83.42,0,0,1-53-20.31,62.82,62.82,0,0,1-44.56,53.45,128.39,128.39,0,0,0,13.2,10.06,148.63,148.63,0,0,0,84.34,26.05A155.78,155.78,0,0,0,1227.6,336a158.61,158.61,0,0,0,23.6-13,34.05,34.05,0,0,0,8.63,14.35,33.64,33.64,0,0,0,24.68,10.29h34.28V197.53A155.88,155.88,0,0,0,1307.14,138.56Z"/><path class="cls-3" d="M1221.86,136.1c.27.36.54.71.82,1.05C1222.4,136.81,1222.13,136.46,1221.86,136.1Z"/><path class="cls-3" d="M1219.79,133.11c.21.33.42.66.64,1C1220.21,133.77,1220,133.44,1219.79,133.11Z"/><path class="cls-3" d="M1220.8,134.63l.72,1Z"/><path class="cls-3" d="M1216.48,126.47c.11.31.24.61.36.91C1216.72,127.08,1216.59,126.78,1216.48,126.47Z"/><path class="cls-3" d="M1218,129.89l.49,1Z"/><path class="cls-3" d="M1217.18,128.21l.43.93Z"/></g></g></svg>
static/roannais-icitoyen/logos/roannaise-de-l-eau-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1398.47 736.46"><defs><style>.cls-1{fill:#6e6e6e;}</style></defs><title>Logo Roannaise de l&amp;apos;eau gris</title><path class="cls-1" d="M885.28,562.52s65.43-97.39,237.69-45.06c152.49,46.31,200.2-22.64,200.2-22.64s-60.59,118.27-208.7,77.48C1020.49,546.41,885.28,562.52,885.28,562.52Z"/><path class="cls-1" d="M909.21,488.41s89.87-104.06,237.68-45.06,200.2-22.62,200.2-22.62-60.58,118.31-208.7,77.46C1044.42,472.31,909.21,488.41,909.21,488.41Z"/><path class="cls-1" d="M190.7,358.66c0,1.93-8.66,21.15-13.67,21.11s-6.72-3.53-6.69-7.77c0-4.05,21.89-57.87,25.6-64.59,3.92-6.91,21.55-40.32,21.64-50.92l4.82,0c4.42,1,6.71,4.68,6.67,9.69C229,277.6,190.78,348.25,190.7,358.66Zm84.42-64.09c-18.25,14.12-51.3,22.91-51.39,35.25,0,1.93,6.43,14.9,28.66,31.28,23,17,32.79,21.48,32.79,21.48,1,1.36.38,2.32,0,3.86-1,3.47-6.79,4.77-8,4.76-.58,0-18.85-6.52-38.36-24.42,0,0-30.68-22.24-30.56-37.09.07-7.52,4.56-14.62,13.66-19.17,0,0,31.77-17.67,44.58-26.63,16.48-11.44,36.09-27.67,35.19-35.39C301,242.13,286.44,231,265,232.77c-13.12,1-25.47,1.34-45.37,5.41-1.74.38-1.93.95-4.82.93-1.16,0-9.48,3.39-9.68,3.77,0,0-12.61,9-19.38,11.42-1.15.37-1.34-.4-1.92-1-1.14-1.17-1.9-2.53-.93-3.87,13.66-19.75,36.86-26.69,63.87-28.4,10-.69,16.79-1.21,27,.22,13.87,2,18.12,1.5,27.13,7.94,7.86,5.66,16.52,8,15.26,19.41C314.1,267.7,284.23,287.51,275.12,294.57Z"/><path class="cls-1" d="M333.25,356.18c-.39.38-22.33,19.1-35.83,19-2.51,0-14.42-5.91-14.32-17.48.19-23.33,15.38-42.1,21.63-50.15,16.56-21.08,42.81-24.91,42.81-24.91,14.5-3.74,14.18,35.21,8.69,46.74-7,.13-4.41-3.32-5.2-1.2C346.7,338.93,348,340.1,333.25,356.18Zm11.14-41.57c.79-1.53,6.09-13.44.52-16.38-5-2.74-13.16,5.67-13.16,5.67-.58.38-6,5-15.54,14.34-8.56,8.41-16.66,31.49-16.71,37.66a50.09,50.09,0,0,0,19.37-9.48C334.78,333.82,337.51,330.37,344.39,314.61Z"/><path class="cls-1" d="M379.2,373.72l-6.76-.06c-10-.08-16.31-9.58-16.24-17.68.14-17.36,14.32-29.39,31.23-46,13.81-13.58,35.33-27.68,51.33-27.55,9.65.08,10.78,2.21,10.72,9.74-.05,6.75-1.44,10.2-7.42,11.5-1.09-7.52-1.28-8.68-6.29-8.73-6.95-.05-35.28,21.31-39.73,23.79-1,.56-27.24,28.69-27.32,39.3,0,1.74,7.29,3.92,8.64,3.93,0,0,2.52-1.14,13.56-6.64,6.77-3.41,9.87-4.93,12.58-6.64,13.19-8.19,35.88-40.06,40.32-40,1.15,0,7.53,4.37,7.49,10.54,0,3.47-16.3,20.87-16.89,22,.95,2.51-6.2,49.89-9.1,51.22-12,5.68-11.27-36-11.27-36S387.1,373.78,379.2,373.72Z"/><path class="cls-1" d="M550.32,341.19c-7.51,21.73-8.05,40.43-16.72,40.36-.58,0-5-4.1-5.71-9.69-1.8-15.44,12.23-33.07,14.92-55.8.83-7.13,2.08-18.31,2.08-18.31-6,.92-41.83,21.06-49.43,31.42,0,0-4.45,2.27-22.37,23.91-15.59,18.78-14.46,23-20.45,23-2.89,0-7.68-3.34-7.66-5.85.06-7.13,22.53-43,22.6-50.92,0-2.69,4.51-9.41,5.9-14.41,2.58-9,9.64.46,9.58,7.79,0,2.12-.81,5.39-1,8.67,17.63-9.3,42-35.33,68.79-39,12.54-1.63,8.61,6.63,8.53,16.46C559.26,309.44,554.47,328.88,550.32,341.19Z"/><path class="cls-1" d="M661.78,342.1c-7.51,21.73-8,40.44-16.73,40.37-.58,0-5-4.1-5.7-9.7-1.8-15.44,12.22-33.06,14.92-55.79.83-7.13,2.07-18.31,2.07-18.31-6,.91-41.82,21.06-49.42,31.41,0,0-4.46,2.28-22.38,23.92-15.59,18.77-14.46,23-20.44,23-2.9,0-7.68-3.34-7.67-5.85.06-7.13,22.53-43,22.6-50.92,0-2.7,4.51-9.41,5.9-14.41,2.59-9.05,9.65.46,9.58,7.79,0,2.12-.81,5.39-1,8.67,17.62-9.31,41.94-35.33,68.78-39,12.55-1.63,8.63,6.63,8.55,16.46C670.71,310.36,665.92,329.8,661.78,342.1Z"/><path class="cls-1" d="M691.58,376.29l-6.75-.05c-10-.09-16.32-9.59-16.25-17.69.14-17.35,14.32-29.38,31.23-46,13.8-13.58,35.33-27.68,51.33-27.54,9.65.08,10.78,2.21,10.72,9.73-.05,6.75-1.43,10.21-7.42,11.51-1.1-7.53-1.27-8.69-6.29-8.73-6.94-.06-35.28,21.31-39.73,23.77-1,.58-27.23,28.71-27.32,39.31,0,1.74,7.3,3.92,8.64,3.93,0,0,2.52-1.13,13.56-6.64,6.77-3.41,9.87-4.93,12.58-6.64,13.19-8.19,35.59-40,39.72-43.17.91-.71,11.26-2.71,11.2,3.46,0,3.47-19.41,31.1-20,32.25,1,2.51-6.19,49.9-9.1,51.22-12,5.69-11.27-36-11.27-36S699.48,376.36,691.58,376.29Z"/><path class="cls-1" d="M805.43,317.26c0,4.82-4.87,6.7-4.93,13.65,0,.19-3.74,9-5.91,14.41-.39.77-1.59,5.19-2,5.77-1.57,2.88-2.9.55-3.92,6.72-.81,5-7.51,22.11-15.6,22.05-4.82,0-3.81-5.82-3.78-9.68.12-15.23,10.75-17.26,10.85-29.8,0,0,8.81-16.71,10.83-26.14.19-.77,13.35-29.78,16.63-29.75,1.54,0,4.78,5.82,4.74,10.65C812.31,301.5,805.51,307.81,805.43,317.26Zm19.92-77s-3.84-2.92-3.83-3.89c0,0,3.58-12.5,9.75-12.45,5.4,0,3.24,3.49,7.65,7.2C836.59,233.24,836.53,240.37,825.35,240.28Z"/><path class="cls-1" d="M930.7,279.72l-7.71-.07c-20.44-.17-25.5,4.42-43.67,11.22-5,1.88-14.09.65-20.32,7.93,8.21,9.13,43.16,27.35,43,53-.07,9.45-5.91,15.76-9.8,19.39,0,0-5.43,3.82-15.47,5.66-10.24,1.85-41.38-10.75-41.29-21.55.07-7.71,1.79-6,7.77-5.92,2.89,0,17.22,16.73,25.9,15.84,9.85-1.08,5.25-4.78,12.57-4.72,0,0,6.8-5.54,6.84-10.74.19-22.56-46-37-45.82-55.34.07-8.87,15.33-12.6,40.67-20.88,15.27-4.89,39.82-11.24,45.6-11.19,5.2,0,11.54,3.37,11.49,8.77C940.4,273.24,932.63,279.73,930.7,279.72Z"/><path class="cls-1" d="M1018.12,319c-3.91,6.71-40.28,20.88-48.38,20.81-3.47,0-15.4-4.95-15.4-4.95-2.93,5.38-3.88,4.6-3.94,11.54-.16,19.29,21.25,19.46,30.7,19.54,11.76.1,20.09-5.62,22.22-5.6,1.54,0,3.25,2.72,3.83,3.31-6.42,6.31-18.64,15.85-34.85,15.72-22.95-.19-38.4-20.57-38.3-32.14.08-9.64,7.36-26.36,23.46-39.34.2-.19,20.82-21,41.64-20.87,21,.17,22.9,5.59,24,17C1023.59,310.18,1022,312.29,1018.12,319Zm-13.35-18.43c-18.51-.16-36.76,15.32-40.67,21.26,5.36,5.83,10.79,1.05,12.53.68,15.65-2.76,31.93-13,32-17.09C1008.6,302.92,1006.5,300.59,1004.77,300.58Z"/><path class="cls-1" d="M291.5,436.61s5.86-9.6,5.88-12.49c0-.38-4.31-15.07,2.08-18.3,3.49-1.71,6.38-2.07,9.64.08,5,3.12-.12,14.27-.12,15.43,0,4.62-2.61,35.46-45.23,82.55-19.46,21.44-36.29,28-40.75,30.71-11.24,6.47-27.92,18.09-37.76,19-12,1.06-18.81-11.72-16.22-21.34,11.35-43.49,51.65-65.73,67.31-71.57,19.54-7.17,27.8,19.9,28.57,21.06C267,480.19,291.36,453.19,291.5,436.61Zm-108,96.69c0,1.93-1,4.81,3.83,4.85,11.37.1,32-19.21,36.8-20.91,7.55-2.64,31.05-22.88,31.08-26.93,0-2.32-2.79-12.17-8.56-13.57-25.22-6.19-46.9,28.15-54.29,35.42A29.4,29.4,0,0,0,183.47,533.3Z"/><path class="cls-1" d="M365.67,493.15c-3.91,6.72-40.28,20.88-48.38,20.81-3.47,0-15.38-5-15.38-5-2.94,5.38-3.9,4.6-4,11.54-.16,19.28,21.25,19.47,30.7,19.54,11.76.09,20.1-5.62,22.22-5.6,1.54,0,3.26,2.73,3.83,3.31-6.41,6.31-18.64,15.85-34.84,15.72-22.94-.19-38.4-20.57-38.31-32.14.08-9.64,7.36-26.36,23.47-39.34.2-.19,20.8-21,41.64-20.87,21,.18,22.89,5.59,24,17C371.15,484.32,369.59,486.43,365.67,493.15Zm-13.34-18.44c-18.52-.15-36.77,15.32-40.68,21.27,5.35,5.83,10.8,1,12.53.68,15.64-2.77,31.93-13,32-17.09C356.17,477.06,354.07,474.73,352.33,474.71Z"/><path class="cls-1" d="M514.44,459.66c-1.18,3.07-7.89,21.15-7.89,21.15-6.75,22.7-9.83,23.64-10.86,29.8-.4,2.5-17.74,47.3-17.76,50.19l-7,30.79c-5,1.5-11.51-6.65-11.46-13.59.13-14.84,14.41-39.8,29.66-87.69.2-.77,7.09-18.65,15.78-44.23,13.05-37.88,9.24-44.28,13.87-44.24,6.94.06,8.23,7,7.61,12.6C525.34,423.3,521.74,439.66,514.44,459.66Z"/><path class="cls-1" d="M640.64,495.41c-3.91,6.72-40.28,20.88-48.38,20.82-3.47,0-15.39-5-15.39-5-2.93,5.37-3.9,4.6-4,11.54-.16,19.28,21.25,19.46,30.7,19.53,11.76.1,20.1-5.62,22.23-5.6,1.54,0,3.25,2.73,3.82,3.31-6.42,6.31-18.64,15.86-34.84,15.72-23-.19-38.4-20.57-38.3-32.13.07-9.65,7.35-26.37,23.46-39.35.2-.18,20.8-21,41.64-20.87,21,.18,22.9,5.59,24,17C646.11,486.58,644.56,488.69,640.64,495.41ZM627.3,477c-18.52-.15-36.77,15.32-40.68,21.26,5.35,5.83,10.8,1.06,12.53.69,15.65-2.77,31.93-13.05,32-17.1C631.13,479.33,629,477,627.3,477Z"/><path class="cls-1" d="M664.83,555.59l-6.75-.05c-10-.09-16.31-9.59-16.25-17.69.15-17.36,14.32-29.39,31.24-46,13.8-13.58,35.32-27.67,51.33-27.54,9.65.08,10.78,2.21,10.72,9.73,0,6.75-1.43,10.21-7.43,11.51-1.09-7.53-1.26-8.69-6.28-8.73-6.94-.05-35.28,21.31-39.74,23.78-1,.57-27.23,28.7-27.32,39.31,0,1.73,7.3,3.92,8.65,3.93,0,0,2.52-1.14,13.55-6.64,6.79-3.42,9.88-4.94,12.59-6.65,13.18-8.18,34.8-39.4,38.32-42,.93-.69,11.17-1.39,11.12,4.78,0,3.47-17.93,28.61-18.52,29.76.94,2.52-6.19,49.91-9.1,51.23-12,5.68-11.28-36-11.28-36S672.74,555.66,664.83,555.59Z"/><path class="cls-1" d="M817.67,519.05c-20,19.5-56.28,43.7-73.59,37.77-6-2-10.57-4.72-10.53-9.54,0,0-2.87-3.49-2.8-10.63.07-9.06,8.57-33.87,14.81-42.3C753.94,483,758.2,457.81,768,457.89c1.93,0,7.68,5.27,7.65,9.71,0,1.54-31.26,47.76-31.43,69.16-.07,7.33,2.84,5.82,8.62,5.86,5,0,25.13-7.51,19.33-4.66,0,0,27.13-16.17,32-23.85,0,0,21.21-22.58,21.3-33.57,0-2.51-7.86-5.85-6.46-12.59l11.41-2.79c10.6.08,7.61,12.39,7.61,12.59C835,495.27,824.48,512.35,817.67,519.05Z"/><path class="cls-1" d="M538.59,455.79c-12.5,2.78,20.45-10.31,22.68-24.21,2.19-13.64,4.43-12,6.11-12.29,1.41-.28,2.32.08,4.71.9,2.77,1,2.58,2.17-.25,11.58C569.22,440.46,560.88,451,538.59,455.79Z"/><path class="cls-1" d="M66.76,440.9c0-203.7,228.09-368.85,509.46-368.85,179,0,336.47,66.88,427.32,168C918.05,123.22,748.43,43.62,553.1,43.62c-281.36,0-509.44,165.14-509.44,368.85,0,74.07,30.18,143,82.11,200.84C88.12,561.86,66.76,503.19,66.76,440.9Z"/><path class="cls-1" d="M196,657.12l-6.11,5.39q-3.22-4.49-6.55-4.48a4,4,0,0,0-2.66.87,2.52,2.52,0,0,0-1,2,3.38,3.38,0,0,0,.74,2.06,55.43,55.43,0,0,0,6,5.56q4.71,4,5.72,5a17.41,17.41,0,0,1,3.56,4.85,12.2,12.2,0,0,1,1,5.05,11.62,11.62,0,0,1-3.68,8.81,13.47,13.47,0,0,1-9.61,3.47,14.32,14.32,0,0,1-8.07-2.26,18,18,0,0,1-5.88-7.13l6.93-4.19q3.12,5.75,7.2,5.75a5.3,5.3,0,0,0,3.57-1.24,3.68,3.68,0,0,0,1.44-2.86,4.9,4.9,0,0,0-1.09-2.94,31.46,31.46,0,0,0-4.81-4.51q-7.08-5.78-9.15-8.91a11.37,11.37,0,0,1-2.06-6.26,10.21,10.21,0,0,1,3.44-7.73,11.9,11.9,0,0,1,8.47-3.22,13.36,13.36,0,0,1,6.18,1.5A22.29,22.29,0,0,1,196,657.12Z"/><path class="cls-1" d="M201.56,651.22h8.85l8.09,15.59,8-15.59h8.75l-12.68,24.57v18.76H214.3V675.79Z"/><path class="cls-1" d="M242.08,651.22H250l18.54,28.52V651.22h8.24v43.33h-7.93l-18.52-28.42v28.42h-8.24Z"/><path class="cls-1" d="M286.7,651.22h9.77q9.45,0,14,2.35a18.29,18.29,0,0,1,7.56,7.61,26.73,26.73,0,0,1,1.31,21.52,19.05,19.05,0,0,1-4.59,7,16.1,16.1,0,0,1-6.34,3.83q-3.42,1.07-11.83,1.06H286.7Zm8.19,8v27.33h3.83q5.65,0,8.2-1.3a9.81,9.81,0,0,0,4.17-4.36,16,16,0,0,0,1.62-7.55q0-6.9-3.86-10.7-3.48-3.42-11.16-3.42Z"/><path class="cls-1" d="M328.32,651.22h8.19v43.33h-8.19Z"/><path class="cls-1" d="M385.61,658.84l-5.77,5.5q-5.88-6.23-13.24-6.22a14.52,14.52,0,0,0-14.72,14.71,15.44,15.44,0,0,0,1.89,7.7,13.42,13.42,0,0,0,5.32,5.27,15.47,15.47,0,0,0,7.66,1.92,15.83,15.83,0,0,0,6.56-1.34,23.56,23.56,0,0,0,6.53-4.88l5.59,5.83a30.58,30.58,0,0,1-9.07,6.5,24.75,24.75,0,0,1-9.75,1.81q-10.1,0-16.54-6.4t-6.43-16.42a22.43,22.43,0,0,1,2.93-11.52,21.74,21.74,0,0,1,8.39-8.1,23.7,23.7,0,0,1,11.77-3.06,25,25,0,0,1,18.88,8.7Z"/><path class="cls-1" d="M406,651.22h8.37l16.66,43.33H422.5l-3.39-8.92H401.43l-3.52,8.92h-8.57Zm4.24,11.49-5.81,14.88h11.59Z"/><path class="cls-1" d="M433.18,651.22h23.95v8.13h-7.9v35.2h-8.36v-35.2h-7.69Z"/><path class="cls-1" d="M479.69,651.22h9.77q9.45,0,14,2.35a18.29,18.29,0,0,1,7.56,7.61,26.62,26.62,0,0,1,1.31,21.52,19.05,19.05,0,0,1-4.59,7,16.1,16.1,0,0,1-6.34,3.83q-3.42,1.07-11.83,1.06h-9.92Zm8.19,8v27.33h3.83q5.66,0,8.2-1.3a9.81,9.81,0,0,0,4.17-4.36,16,16,0,0,0,1.62-7.55q0-6.9-3.86-10.7-3.48-3.42-11.16-3.42Z"/><path class="cls-1" d="M521.61,651.22h8.27v28a14.27,14.27,0,0,0,.64,5.12,5.06,5.06,0,0,0,2.09,2.4,6.56,6.56,0,0,0,3.52.9,6.82,6.82,0,0,0,3.75-1,5.28,5.28,0,0,0,2.18-2.55,18.9,18.9,0,0,0,.61-5.9v-27h8.27v25.84a37.59,37.59,0,0,1-.73,9.07,12.91,12.91,0,0,1-2.82,4.89,13.11,13.11,0,0,1-4.78,3.49,16.38,16.38,0,0,1-6.31,1.13,15.27,15.27,0,0,1-8.2-2.16,12.6,12.6,0,0,1-5-5.42q-1.5-3.25-1.5-11Z"/><path class="cls-1" d="M617.22,658.84l-5.77,5.5q-5.9-6.23-13.24-6.22a14.5,14.5,0,0,0-14.72,14.71,15.54,15.54,0,0,0,1.88,7.7,13.51,13.51,0,0,0,5.33,5.27,15.46,15.46,0,0,0,7.65,1.92,15.88,15.88,0,0,0,6.57-1.34,23.56,23.56,0,0,0,6.53-4.88l5.59,5.83a30.58,30.58,0,0,1-9.07,6.5,24.75,24.75,0,0,1-9.75,1.81q-10.11,0-16.54-6.4t-6.44-16.42a22.53,22.53,0,0,1,2.93-11.52,21.84,21.84,0,0,1,8.4-8.1,23.68,23.68,0,0,1,11.77-3.06,25,25,0,0,1,18.88,8.7Z"/><path class="cls-1" d="M621.36,651.22h8.85l8.08,15.59,8.05-15.59h8.74L642.4,675.79v18.76h-8.31V675.79Z"/><path class="cls-1" d="M701.66,658.84l-5.76,5.5q-5.89-6.23-13.25-6.22a14.5,14.5,0,0,0-14.71,14.71,15.54,15.54,0,0,0,1.88,7.7,13.45,13.45,0,0,0,5.33,5.27,15.44,15.44,0,0,0,7.65,1.92,15.83,15.83,0,0,0,6.56-1.34,23.73,23.73,0,0,0,6.54-4.88l5.59,5.83a30.58,30.58,0,0,1-9.07,6.5,24.75,24.75,0,0,1-9.75,1.81q-10.11,0-16.54-6.4t-6.44-16.42a22.53,22.53,0,0,1,2.93-11.52,21.77,21.77,0,0,1,8.4-8.1,23.67,23.67,0,0,1,11.76-3.06,24.92,24.92,0,0,1,18.88,8.7Z"/><path class="cls-1" d="M708.88,651.22h8.25v35.47h12v7.86H708.88Z"/><path class="cls-1" d="M735.45,651.22h23.66v8.07H743.64v7.84h15.47v7.92H743.64v11.4h15.47v8.1H735.45Z"/><path class="cls-1" d="M783.7,651.22h9.77c6.29,0,11,.79,14,2.35a18.25,18.25,0,0,1,7.57,7.61,26.73,26.73,0,0,1,1.31,21.52,19.05,19.05,0,0,1-4.59,7,16.1,16.1,0,0,1-6.34,3.83q-3.42,1.07-11.83,1.06H783.7Zm8.19,8v27.33h3.82q5.65,0,8.21-1.3a9.74,9.74,0,0,0,4.16-4.36,15.88,15.88,0,0,0,1.63-7.55q0-6.9-3.86-10.7-3.48-3.42-11.17-3.42Z"/><path class="cls-1" d="M825.94,651.22h23.65v8.07H834.13v7.84h15.46v7.92H834.13v11.4h15.46v8.1H825.94Z"/><path class="cls-1" d="M874.15,651.22h8.25v35.47h12v7.86H874.15Z"/><path class="cls-1" d="M900.31,650.14h7.42v4.05a18.15,18.15,0,0,1-4.18,12.44l-2.89-2.26a18.46,18.46,0,0,0,1.61-2.74,22.35,22.35,0,0,0,1-3.07h-3Z"/><path class="cls-1" d="M917.6,651.22h23.65v8.07H925.79v7.84h15.46v7.92H925.79v11.4h15.46v8.1H917.6Z"/><path class="cls-1" d="M962.16,651.22h8.36l16.67,43.33h-8.57l-3.39-8.92H957.55L954,694.55h-8.57Zm4.23,11.49-5.81,14.88h11.59Z"/><path class="cls-1" d="M993.27,651.22h8.28v28a14.56,14.56,0,0,0,.63,5.12,5.11,5.11,0,0,0,2.09,2.4,6.58,6.58,0,0,0,3.52.9,6.85,6.85,0,0,0,3.76-1,5.34,5.34,0,0,0,2.18-2.55,19,19,0,0,0,.6-5.9v-27h8.28v25.84a37.45,37.45,0,0,1-.74,9.07,12.88,12.88,0,0,1-2.81,4.89,13.15,13.15,0,0,1-4.79,3.49,16.32,16.32,0,0,1-6.3,1.13,15.25,15.25,0,0,1-8.2-2.16,12.69,12.69,0,0,1-5-5.42q-1.5-3.25-1.5-11Z"/></svg>
static/roannais-icitoyen/logos/ville-roanne-gris.svg
1
<svg id="Calque_1" data-name="Calque 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.89 313.09"><defs><style>.cls-1{fill:#6f6e6e;}</style></defs><title>LOGO VDR GRIS</title><path class="cls-1" d="M292.23,168.41c0-.25,0-.5,0-.74-.15-17.73-2.41-35.86-15.8-49.81-7-7.24-19.67-15.86-40.05-15.86-16,0-29.73,5.48-39.81,15.87-13.06,13.6-15.53,31.2-15.78,48.52h0c0,.67,0,1.35,0,2v1.26c0,.25,0,.5,0,.74a141.12,141.12,0,0,0,.81,14.83l50.8,50.85c1.24.06,3,0,4.24,0,16,0,29.73-5.49,39.81-15.88,13.06-13.6,15.53-31.2,15.78-48.52h0c0-.68,0-1.35,0-2v-1.26ZM253.38,201.5c-4.33,4.34-10,6.54-16.76,6.54s-12.74-2.26-17-6.54c-6.58-6.57-8-17.74-8-32.46s1.45-25.89,8-32.46c4.33-4.34,10-6.54,16.76-6.54s12.74,2.26,17,6.54c6.58,6.57,8,17.74,8,32.46S260,194.93,253.38,201.5Z"/><path class="cls-1" d="M350.92,102c-10.2,0-18,1-24.69,3.17l-2.35.77.66,2.39c2.51,9.06,5.66,20.22,6.43,21.94l1.06,2.37,2.36-1.06c3.91-1.76,8.7-2.54,15.53-2.54,18,0,25.3,6.16,25.3,21.28v6.45H344.13c-28.72,0-46.56,15.06-46.56,39.28,0,11.6,3.83,22,10.81,29.22,8.41,8.41,19.84,12.32,36,12.32,13.64,0,22.7-2.73,31.33-9.79v8.29H406V148.31C406,127.18,396.47,102,350.92,102Zm-2.51,109.05c-14,0-20.78-5.07-20.78-15.5,0-13,11-15.75,20.28-15.75h27.31v7.71c0,8.35-1.52,13.76-4.74,17C364.69,210.07,358.75,211.05,348.41,211.05Z"/><path class="cls-1" d="M510,114.28c-8.32-8-19.8-12.28-33.22-12.28a48.63,48.63,0,0,0-31.33,10.89V103.5h-30.3V236.09H446V155.85c0-16.16,8.89-25.81,23.79-25.81,14.64,0,23,9.41,23,25.81v80.24h30.81v-84C523.61,135.11,519.42,123.46,510,114.28Z"/><path class="cls-1" d="M627.59,114.28c-8.31-8-19.8-12.28-33.21-12.28a48.63,48.63,0,0,0-31.33,10.89V103.5H532.74V236.09h30.81V155.85c0-16.16,8.9-25.81,23.8-25.81,14.64,0,23,9.41,23,25.81v80.24H641.2v-84C641.2,135.11,637,123.45,627.59,114.28Z"/><path class="cls-1" d="M699.58,209.36c-13.21-3-20.78-13.44-21.5-29.56h82.61V165.9c0-38.82-22.22-63.9-56.62-63.9-34.92,0-56.61,25.93-56.61,67.67,0,54.55,30.95,67,57,67.87l43.3,0L719.13,210ZM681.09,143c3.82-9.08,12.41-14.49,23-14.49,10.42,0,18.92,5.42,22.76,14.52A35,35,0,0,1,730,156.77H678.13C678.41,151,679,147.75,681.09,143Z"/><path class="cls-1" d="M112,75a25.07,25.07,0,1,0,25.07,25.07A25.07,25.07,0,0,0,112,75Z"/><path class="cls-1" d="M74.24,98.85a37.71,37.71,0,0,1,48.08-35.14c0-.78-.07-1.56,0-2.35a28.4,28.4,0,0,1,18.54-26.1A70.91,70.91,0,0,0,72.71,41,16.39,16.39,0,0,0,70,35.45C64.27,28.36,50.5,29.2,50.5,29.2H41.12V139.55H53.18s8.46.24,14.43-5.5a17.41,17.41,0,0,0,1.54-1.67c.27-.34.5-.72.75-1.08s.4-.52.57-.81a18.87,18.87,0,0,0,.9-1.66c.07-.15.16-.28.23-.43.32-.69.6-1.41.87-2.16,0,0,0-.09,0-.14a36.1,36.1,0,0,0,1.74-11.76V101.48c0-.16,0-.33,0-.5Z"/><path class="cls-1" d="M199.43,236.69,131.6,168.18A70.87,70.87,0,0,0,163.92,51.77h0C157.46,44.72,146.73,44,140,50.16a16,16,0,0,0-5.19,11.54,17.58,17.58,0,0,0,4.71,12.42l0,0a37.76,37.76,0,0,1-24.87,63.61l-2.61.1c-5.6-.41-6-.88-9.62-1.36a15.15,15.15,0,0,0-12,3.95c-6.84,6.05-7,15.7-.9,23.95h0c1.61,2.43,3,4.44,4.51,6.42l.05.09.17.18A60.51,60.51,0,0,0,99,176.41h0l53.83,60.28Z"/><path class="cls-1" d="M420.5,268.53a2.51,2.51,0,0,0-.37.46l.21.22v.51a.34.34,0,0,0-.31.2l-1.35.77c-.47.08-1,.21-1.7.39l-1.16.3h-1l-6.25,1.14a.31.31,0,0,0-.25-.08l-6.13,1.33a.24.24,0,0,0,.06.14h.1a.61.61,0,0,1,.44.13h-1.4l-.49.22a.1.1,0,0,0-.06-.09h0s-.07,0-.11.1l-5,.92-1-.19a1.2,1.2,0,0,1-.77-.51h-.53v-.08a1.36,1.36,0,0,1-.63-1.23,3,3,0,0,1-.13-1l1-7.79v-.91l.69-5.62v-.95c.08-.59.13-1,.14-1.22a.27.27,0,0,0,0-.11c.07-1,.21-2.33.43-4.09l.39-2.52c.28-.34.71-.83,1.29-1.45a3.61,3.61,0,0,0,.69-.24,1,1,0,0,1,.7.27,4.33,4.33,0,0,0,.63.49,1.63,1.63,0,0,0,.27.49,3.51,3.51,0,0,1,.25,1,1.87,1.87,0,0,0,.55.45l-.46,5.57v1.39L398,269.26l.72.07a7.06,7.06,0,0,1,1.36-.15L414.89,267l3.29,0a7.71,7.71,0,0,1,1.95.58,0,0,0,0,0,0,0,.68.68,0,0,0-.14.24.32.32,0,0,0,.27.13h.09S420.41,268.2,420.5,268.53Z"/><path class="cls-1" d="M438.24,271.35a7.55,7.55,0,0,0-.52.88.52.52,0,0,1-.31-.08,2.18,2.18,0,0,0-.5.26,7.55,7.55,0,0,1,.84.43,3.43,3.43,0,0,0-.81.62,17.29,17.29,0,0,1-1.88.51,1.21,1.21,0,0,0-.54.66l-3.77.48a13.33,13.33,0,0,1-6.47-1.84,7.92,7.92,0,0,1-2.2-4.1,1.41,1.41,0,0,1-.16-.52,7.22,7.22,0,0,1,1.24-3.51,7,7,0,0,1,3.07-2.95,1.55,1.55,0,0,1,.49,0,6.33,6.33,0,0,1,2.5-1,11.74,11.74,0,0,1,2.73-.39,4.84,4.84,0,0,1,2.28.73,1.14,1.14,0,0,0,0,.35l.66.17c0,.06.07.16.2.29a3.43,3.43,0,0,0,.41,1.42v.66c0,.08-.06.17-.18.29a.57.57,0,0,1,.11.33,1.43,1.43,0,0,1-.28.74c0,.14,0,.33-.06.59a13.23,13.23,0,0,0-.86,1.38L431,270a7.27,7.27,0,0,0,2.61.34l3.76.09A3.77,3.77,0,0,0,438.24,271.35Zm-7.08-6.64,0,0s-.06-.09-.12-.26c-.77.31-1.29.53-1.54.67a3.66,3.66,0,0,0-1.48,1.23.33.33,0,0,1,.22.1A7.18,7.18,0,0,0,431.16,264.71Z"/><path class="cls-1" d="M472.18,280.16a11.52,11.52,0,0,1-1.89,5.24c-.13.18-.52.62-1.16,1.32a5.68,5.68,0,0,0-1.07.81,7.22,7.22,0,0,1-1.52.67c-.3.17-.75.43-1.36.8-.34.12-.85.31-1.53.59l-4.81.8-2.36.07-.47-.1a12.83,12.83,0,0,1-2-.5,6.49,6.49,0,0,1-1.5-.48l-1.63-1.15a2.86,2.86,0,0,0-.75-.83,19.37,19.37,0,0,1-.94-2.24V283l1-1.54c.29-.22.79-.55,1.48-1a.56.56,0,0,1,.14.36.78.78,0,0,1-.14.38l.17,0c.05,0,.08-.12.08-.27a5.09,5.09,0,0,1,.8-.24l0,.51-.25.22c0,.09.12.28.22.58a3.08,3.08,0,0,1,.48-.11,6.33,6.33,0,0,1-.55.95v.3a.74.74,0,0,1,.12.16v.18a10.86,10.86,0,0,0,.07,1.09,3.91,3.91,0,0,0,.3.51,9.08,9.08,0,0,0,1.21.86,7.58,7.58,0,0,0,2.06.29l1.33.06.53-.09.5-.1.16,0,.18,0a11.35,11.35,0,0,0,1.74-.22,13.74,13.74,0,0,1,1.56-.64,15.67,15.67,0,0,0,2.59-1.12,5.71,5.71,0,0,0,1-.76q2.37-1.51,2.37-5.55l-.94-5.8-.1-.12h-.33l-4.08,1.3a4.73,4.73,0,0,0-1.07-.13,1.84,1.84,0,0,1-.33,0,6.8,6.8,0,0,1-3.46-1.26c-1.56-1-2.34-2-2.34-3l.16-.61a1.21,1.21,0,0,1-.06-.38,4.14,4.14,0,0,1,1.06-2.43,3.43,3.43,0,0,1,1.7-1.41,9.79,9.79,0,0,1,3-1l2.73-.43,2-.09c.61.15,1.21.31,1.83.49a5.07,5.07,0,0,1,1.83.91v.37a1.59,1.59,0,0,1,.89,1.3,5.62,5.62,0,0,0,.36.58.39.39,0,0,0-.26.06c0,.35,0,.54.06.56v0a.52.52,0,0,0-.29-.06l-.14.13.73,1.48a.27.27,0,0,1,0,.12.21.21,0,0,1,0,.12c.13,1,.36,2.77.71,5.46l.41,3.1Zm-20,.37s0,.05-.11.07l0,0a.11.11,0,0,1-.09-.05C452.06,280.57,452.14,280.56,452.15,280.53Zm15-13.79-1.49-.1-2.91.22h0a21.8,21.8,0,0,1-2.35.88l-.49.44a.32.32,0,0,0,.09.19,11,11,0,0,0,2.28.4,8.46,8.46,0,0,0,2.69-.54C466.24,267.8,467,267.3,467.18,266.74Z"/><path class="cls-1" d="M492.56,267.51a2.82,2.82,0,0,1-.69,1.91,4.1,4.1,0,0,1-.17.59c-.37.46-.9,1.1-1.6,1.93-1.1.71-2.12,1.37-3.08,2a17.49,17.49,0,0,1-5.14,1.15h-1a.69.69,0,0,1-.37-.13h0a15,15,0,0,1-2.38-.56,18.91,18.91,0,0,1-2.31-1.77c-.14-.28-.38-.71-.71-1.28a10.94,10.94,0,0,1-.49-2.73l.13-1.39V265c0-.08.13-.4.3-.95s.29-1,.35-1.26a5.84,5.84,0,0,1,2.28-2l1.06-.3.48-.27a.24.24,0,0,0,.18.06l.86-.26a4.7,4.7,0,0,1,1.48-.28h2.86a3.1,3.1,0,0,1,1.08.22h.06c.7,0,2.06.64,4.07,1.92v.3a7,7,0,0,0,1.34,1,16.91,16.91,0,0,1,1.25,2.43A10.88,10.88,0,0,1,492.56,267.51Zm-3.42-1v-.38c-.79-1.3-1.52-1.94-2.2-1.94a.21.21,0,0,0-.11,0l-.09,0h-.18c-.18-.29-.63-.44-1.35-.44H485l-1.63.06-3.64.69-.16.25v.54a1.2,1.2,0,0,0,.13.46,1.51,1.51,0,0,1-.3.31,1.78,1.78,0,0,0,.17.35,2.45,2.45,0,0,1-.46.3s-.15.25-.42.74a3.18,3.18,0,0,0-.43.95s0,.14.08.32a3.86,3.86,0,0,0,1.48,1,4.92,4.92,0,0,0,1.83.44,19.44,19.44,0,0,1,2.06-.33l2.4-.95a7.78,7.78,0,0,0,2.35-1.27C488.9,267.22,489.14,266.85,489.14,266.53Z"/><path class="cls-1" d="M509.32,265.08c-.12.6-.36,1.67-.71,3.21a11.48,11.48,0,0,1-1.26,2.73,16.88,16.88,0,0,1-1.6,2,4.44,4.44,0,0,1-2.16,1.34,11.22,11.22,0,0,0-1.27.53,15.06,15.06,0,0,1-1.66.25q-3.41,0-5.88-5.2a12.36,12.36,0,0,1-.25-2.2,8.31,8.31,0,0,1,.31-1.77,3.21,3.21,0,0,1,1.21-.68h0A3,3,0,0,1,498,268a3.54,3.54,0,0,0,.93,1.91c.69.32,1.05.5,1.09.53h.5l1.26-.38a17.93,17.93,0,0,0,2.07-1.5,3.56,3.56,0,0,0,1.27-2c.14-.41.45-1.38.94-2.91a6.27,6.27,0,0,1,1-2.12l.19,0,.26,0h.46a1.52,1.52,0,0,0,.39.43c.2.34.5.84.92,1.49a1.64,1.64,0,0,1,0,.4,2.28,2.28,0,0,1,0,.51,2.11,2.11,0,0,0,0,.25A.81.81,0,0,0,509.32,265.08Zm-.87-6.35a4.52,4.52,0,0,0-.67,1.09l-.47.21c.06,0,.08,0,.08,0h-.74a.34.34,0,0,1-.17-.09l-.37.17c-.22-.22-.61-.65-1.16-1.28a24.63,24.63,0,0,0-3.33-2.92.86.86,0,0,1-.37.06l-1.17,1.1a.94.94,0,0,0,.06.18l-.25.16.06.24v0h0s-.07,0-.24.08L497,261l-.56-.09a2,2,0,0,0-.52.16l-.15-.26-.24,0a1.45,1.45,0,0,0,.06-.19.88.88,0,0,0-.43-.15l-.6-1.29a3.08,3.08,0,0,1,.41-1.05h.09a.89.89,0,0,0,.49-.16c.05,0,.32-.33.83-.91l2.6-2.9a13.13,13.13,0,0,0,1.53-1.61,2.16,2.16,0,0,1,.93-.48l.53.12a2.73,2.73,0,0,0,.89.42q1,.87,2.52,2.4c1.3,1.34,2.11,2.15,2.43,2.42C508,257.79,508.16,258.2,508.45,258.73Z"/><path class="cls-1" d="M536.52,263.57H536a.76.76,0,0,0-.12.36s0,.06,0,.09a1,1,0,0,1-.45.19c-.52.53-.83.8-.94.8h-1.27l-1.33.32a1.53,1.53,0,0,0-.45-.06l-1.89.36-.2,0-.26,0a11,11,0,0,0-1.17.15l-1.79.26a4.8,4.8,0,0,0-1.45.61c-.47,2.74-.7,4.22-.7,4.46v1.15c0,.06-.08.41-.24,1a7.26,7.26,0,0,0-.23,1.19c-.38.15-.94.42-1.69.78l-.55-.37a2,2,0,0,0-.61-.34,4.78,4.78,0,0,1-.74-2.12c0-.21-.09-.86-.19-2l.3-2.38v-.9L520,267h-.32l-3.48.71h-.06a.51.51,0,0,1-.3-.1l-2.77.55c-.16-.11-.45-.27-.87-.49a1.41,1.41,0,0,1-.58-.7l-.37-.72A10.76,10.76,0,0,0,511,265v0a1.8,1.8,0,0,1,.36-1c.22-.33.43-.49.63-.49h0l5.4-.37,3.54-.83c.24-1.77.62-4.43,1.13-8,.45-1.44.87-2.63,1.24-3.59a5.72,5.72,0,0,1,1.2-1,17.34,17.34,0,0,1,1.72,1q.29,1.68.3,1.68l-1.28,8v1.16h2.1c.05,0,.11,0,.21-.12h.43l.26,0,.27,0,.49-.11.51-.1a1.14,1.14,0,0,1,.46.15,9.51,9.51,0,0,1,2.22-.15l2.13.34a10.89,10.89,0,0,0,1.44.65v.09a.45.45,0,0,1-.11.31,1.36,1.36,0,0,0,.42.74h.07A.35.35,0,0,1,536.52,263.57Z"/><path class="cls-1" d="M572.68,270.18s-.14.16-.44.37a.9.9,0,0,0-.45.68,1.08,1.08,0,0,0,.14.46,2.56,2.56,0,0,1-.9.6,3.92,3.92,0,0,0-1.06.64l-2.72,1.21-.47.06a5.92,5.92,0,0,1-.64.06l-1.45.31a12.86,12.86,0,0,0-1.57.08l-.59.07-1.46-.09h0a.48.48,0,0,0-.22.12q-.3,0-1.14.09l-.86,0h-.06a19.49,19.49,0,0,1-3.67-.73,9.38,9.38,0,0,1-1.75-.75,2.86,2.86,0,0,1-.88-1.13,1.59,1.59,0,0,1-.58-1.24,11,11,0,0,1,.47-2.37,11.32,11.32,0,0,1,.77-.9,25.06,25.06,0,0,1,9.58-3.65l3.1-.51a.94.94,0,0,0,.52-.24l.43-12.59a3.22,3.22,0,0,0,.1-.35c.09-.63.23-1.34.43-2.15a2.94,2.94,0,0,1,2.25-1.61,2.89,2.89,0,0,1,1.58,2.9V250a4.12,4.12,0,0,1,.06.42.82.82,0,0,1,.21.34L571.26,266l-.5,1.91h-.83a1.28,1.28,0,0,1-1,.54l-.64-.12-.62-.13-4.81.56a.43.43,0,0,1-.37-.16l-3.32,1.13a.29.29,0,0,0-.06.1l4,.16,2.85-.1,4.81-.67a5,5,0,0,0,.87.09,1.51,1.51,0,0,0,.39,0l.23.29-.2.36A2.62,2.62,0,0,0,572.68,270.18Z"/><path class="cls-1" d="M590.51,271.35a7.55,7.55,0,0,0-.52.88.54.54,0,0,1-.31-.08,2.41,2.41,0,0,0-.5.26,6.77,6.77,0,0,1,.84.43,3.66,3.66,0,0,0-.81.62,17.29,17.29,0,0,1-1.88.51,1.16,1.16,0,0,0-.53.66l-3.78.48a13.36,13.36,0,0,1-6.47-1.84,7.83,7.83,0,0,1-2.19-4.1,1.28,1.28,0,0,1-.17-.52,7.15,7.15,0,0,1,1.25-3.51,6.93,6.93,0,0,1,3.06-2.95,1.6,1.6,0,0,1,.49,0,6.4,6.4,0,0,1,2.5-1,11.74,11.74,0,0,1,2.73-.39,4.84,4.84,0,0,1,2.28.73,1.14,1.14,0,0,0,0,.35l.67.17c0,.06.06.16.19.29a3.59,3.59,0,0,0,.41,1.42v.66c0,.08-.06.17-.17.29a.64.64,0,0,1,.1.33,1.35,1.35,0,0,1-.28.74c0,.14,0,.33-.06.59a15.19,15.19,0,0,0-.86,1.38L583.26,270a7.15,7.15,0,0,0,2.6.34l3.76.09A3.77,3.77,0,0,0,590.51,271.35Zm-7.08-6.64,0,0s-.06-.09-.12-.26c-.77.31-1.28.53-1.54.67a3.73,3.73,0,0,0-1.48,1.23.33.33,0,0,1,.22.1A7.18,7.18,0,0,0,583.43,264.71Z"/><path class="cls-1" d="M629.38,265.47a13.67,13.67,0,0,1-1,2.31,1.38,1.38,0,0,0-.6.81,18.46,18.46,0,0,1-4.33,2.89c-.29.15-1.74.78-4.32,1.91a13.18,13.18,0,0,0-1.66.41c-.75.23-1.14.34-1.16.34l-.3,0-.33,0a1.25,1.25,0,0,0-.88-.46h-.19a2.24,2.24,0,0,0-.37-.55c-.14.26-.31.56-.5.92a1.27,1.27,0,0,1-.52.1h-.15l-.31.31h-.24a5.28,5.28,0,0,1-.84-.4l-.46.09c-.51-.44-.77-.8-.77-1.09a2.59,2.59,0,0,1-.46-1.31,2.42,2.42,0,0,1-.33-.88c0-.16-.06-.45-.13-.87a2.15,2.15,0,0,0-.16-.68v-1.51a7,7,0,0,1-.13-1,.41.41,0,0,1,0-.12,1.78,1.78,0,0,1,0-.41,2,2,0,0,1,.07-.55,2,2,0,0,0-1-.62,2.28,2.28,0,0,1-.55-1.47,2.51,2.51,0,0,1,.45-1.27,2.69,2.69,0,0,1,.92-1l.1-7.57q0-.75.21-3.15a5,5,0,0,1,.72-2.35l.36-.35a2.65,2.65,0,0,1,.74-.26,1.68,1.68,0,0,1,.32.07l.27.08a9.51,9.51,0,0,0,.74,1.15c.14.38.29.87.46,1.47a.81.81,0,0,0,0,.16,5.57,5.57,0,0,0,0,.64c0,.28.07.65.1,1.11l.3,7.21a.26.26,0,0,0,.16.15,7.47,7.47,0,0,1,1.07-.12l3.09-.27,3,.06,1.22.09c.82.16,1.53.31,2.11.46.13.06.33.17.61.33a5.44,5.44,0,0,1,2.55,1.55,5.93,5.93,0,0,1,1.52,2.21,10.19,10.19,0,0,0,.58,1.58S629.38,265.5,629.38,265.47Zm-4.94,0v-.24a3.74,3.74,0,0,0-1-.84,11.12,11.12,0,0,0-3.72-.74,2.07,2.07,0,0,0-.4-.11h0l-3,.13a13.15,13.15,0,0,0-2.79.77v.49a1.05,1.05,0,0,0,.07.23.9.9,0,0,1,.07.22V267l.58,4a.21.21,0,0,1,.16-.06.83.83,0,0,1,.17-.29,26.91,26.91,0,0,1,3.88-1.71,15.91,15.91,0,0,0,3.25-1.48A10.78,10.78,0,0,0,624.44,265.47Z"/><path class="cls-1" d="M635.81,269.45v0a.74.74,0,0,0,0,.22c0,.23-.06.48-.08.75s0,.81,0,1.34v1.52l-.46,1.1-.32-.08a2.77,2.77,0,0,1-.31.22,1.27,1.27,0,0,1-.3-.14,1.66,1.66,0,0,0-.31.14,8.22,8.22,0,0,0-1.24-.37,9.51,9.51,0,0,1-.94-3,5,5,0,0,1-.07-.95c0-.13,0-.27,0-.41l.09-2.65.37-1.77a1.66,1.66,0,0,0,.54-.77l.8-.17a1,1,0,0,1,.48.2c.3.35.75.84,1.34,1.48a3.26,3.26,0,0,1,.49,1.53Zm.86-11.17a1.76,1.76,0,0,1-.24.32,1.79,1.79,0,0,1,.15.69,2,2,0,0,1-.8.55s-.14-.07-.29-.07-.28,0-.32.07a4.26,4.26,0,0,0-1.45-.46,6.66,6.66,0,0,1-.54-1.55v0l.14-1.66a2.19,2.19,0,0,0,.49-.4h.94a3.56,3.56,0,0,1,1,1.06.89.89,0,0,1,.56.61A5.48,5.48,0,0,0,636.67,258.28Z"/><path class="cls-1" d="M654.54,271.35a6.53,6.53,0,0,0-.51.88.56.56,0,0,1-.32-.08,2.68,2.68,0,0,0-.5.26,7.54,7.54,0,0,1,.85.43,3.62,3.62,0,0,0-.82.62,16.65,16.65,0,0,1-1.88.51,1.2,1.2,0,0,0-.53.66l-3.78.48a13.4,13.4,0,0,1-6.47-1.84,7.83,7.83,0,0,1-2.19-4.1,1.24,1.24,0,0,1-.16-.52,7.12,7.12,0,0,1,1.24-3.51,6.93,6.93,0,0,1,3.06-2.95,1.6,1.6,0,0,1,.49,0,6.39,6.39,0,0,1,2.51-1,11.59,11.59,0,0,1,2.72-.39,4.84,4.84,0,0,1,2.28.73,1.14,1.14,0,0,0,0,.35l.67.17c0,.06.06.16.19.29a3.59,3.59,0,0,0,.41,1.42v.66a.45.45,0,0,1-.17.29.56.56,0,0,1,.1.33,1.35,1.35,0,0,1-.28.74c0,.14,0,.33-.06.59a15.19,15.19,0,0,0-.86,1.38L647.29,270a7.15,7.15,0,0,0,2.6.34l3.77.09A3.53,3.53,0,0,0,654.54,271.35Zm-7.07-6.64v0s-.06-.09-.12-.26c-.77.31-1.28.53-1.54.67a3.73,3.73,0,0,0-1.48,1.23.33.33,0,0,1,.22.1A7.23,7.23,0,0,0,647.47,264.71Z"/><path class="cls-1" d="M671.41,266.24l-.09,2.44-.44,4.89-.61,1.71a3.41,3.41,0,0,0-.55.35h-.23c-.07,0-.19-.08-.34-.24H669l-.26.09c-.23-.18-.58-.47-1.06-.88l-.5-1.46,0-1.57.28-4.28v-1.11a1.35,1.35,0,0,0-.2-.28,22.17,22.17,0,0,0-2,1l-3,3.22a18.78,18.78,0,0,0-2.81,3.76,1.9,1.9,0,0,1-.94.23,2.21,2.21,0,0,1-.59-.17l-.15.23-.51-.08v-.39l-.43-.27a1.58,1.58,0,0,0-.43.2,4.16,4.16,0,0,1-.34-1c0-.61-.08-1-.11-1.15v0l.25-1.9c0-.41.13-.91.24-1.49l.39-2.19a15.62,15.62,0,0,1,.88-3l.8-.36a5.23,5.23,0,0,1,.63.15.78.78,0,0,0,.28.57,6.25,6.25,0,0,1,.46.43,2.39,2.39,0,0,0,.4.91c.05.26.14.7.29,1.34a11.33,11.33,0,0,0,3.45-2.76,3.06,3.06,0,0,0,.85-.61c.83-.48,1.66-.95,2.51-1.4a4,4,0,0,1,1.16-.24,4.64,4.64,0,0,1,1.36.77A14.11,14.11,0,0,1,671.41,266.24Z"/><path class="cls-1" d="M709.26,258.4a4,4,0,0,1-.72,2c-.14.21-.59.9-1.34,2.08a11.32,11.32,0,0,0-1.39,2.11,1.64,1.64,0,0,1-.5.49q-1.32,2.12-4,5.82a24.41,24.41,0,0,1-1.36,2.21c-.06.22-.17.55-.32,1a4.46,4.46,0,0,0-.52.23c0,.13,0,.19.12.19l-.58.22-.53.18h-1a1.7,1.7,0,0,1-1.36-.62,27.75,27.75,0,0,1-4-3.87,13.54,13.54,0,0,0-1.38-1.88c-.46-.76-.92-1.52-1.36-2.29-.18-1-.27-1.59-.27-1.72a1.72,1.72,0,0,1,.41-1.08A1.11,1.11,0,0,1,690,263c.32,0,.86.35,1.63,1.07a4.54,4.54,0,0,1,1,.94,11.23,11.23,0,0,0,4,4.59q1.74-2.26,5.25-6.75a35.07,35.07,0,0,1,5.13-6.6,2.34,2.34,0,0,0,.92.31q.21.18,1,1A1.33,1.33,0,0,1,709.26,258.4Z"/><path class="cls-1" d="M712.74,269.45v0a.74.74,0,0,0,0,.22c0,.23-.06.48-.08.75s0,.81,0,1.34v1.52l-.46,1.1-.32-.08a2.77,2.77,0,0,1-.31.22,1.27,1.27,0,0,1-.3-.14,1.66,1.66,0,0,0-.31.14,8.22,8.22,0,0,0-1.24-.37,9.51,9.51,0,0,1-.94-3,5,5,0,0,1-.07-.95c0-.13,0-.27,0-.41l.09-2.65.37-1.77a1.66,1.66,0,0,0,.54-.77l.8-.17a1,1,0,0,1,.48.2c.3.35.74.84,1.34,1.48a3.26,3.26,0,0,1,.49,1.53Zm.86-11.17a1.76,1.76,0,0,1-.24.32,1.79,1.79,0,0,1,.15.69,2,2,0,0,1-.8.55s-.14-.07-.3-.07-.27,0-.31.07a4.26,4.26,0,0,0-1.45-.46,6.66,6.66,0,0,1-.54-1.55v0l.14-1.66a2.19,2.19,0,0,0,.49-.4h.93a3.45,3.45,0,0,1,1,1.06.89.89,0,0,1,.56.61A5.48,5.48,0,0,0,713.6,258.28Z"/><path class="cls-1" d="M735.09,258.4a4,4,0,0,1-.73,2L733,262.48a10.84,10.84,0,0,0-1.39,2.11,1.56,1.56,0,0,1-.51.49c-.88,1.41-2.21,3.35-4,5.82-.26.5-.71,1.23-1.36,2.21-.06.22-.17.55-.33,1a5.36,5.36,0,0,0-.52.23c0,.13,0,.19.12.19l-.58.22a4.23,4.23,0,0,1-.53.18h-1a1.69,1.69,0,0,1-1.36-.62,27.55,27.55,0,0,1-4-3.87,12.82,12.82,0,0,0-1.37-1.88c-.47-.76-.92-1.52-1.37-2.29-.17-1-.26-1.59-.26-1.72a1.7,1.7,0,0,1,.4-1.08,1.13,1.13,0,0,1,.87-.52c.32,0,.86.35,1.63,1.07a4.32,4.32,0,0,1,1,.94,11.31,11.31,0,0,0,4,4.59q1.72-2.26,5.24-6.75a35.09,35.09,0,0,1,5.14-6.6,2.28,2.28,0,0,0,.92.31q.21.18,1,1A1.33,1.33,0,0,1,735.09,258.4Z"/><path class="cls-1" d="M753.72,264a1.67,1.67,0,0,0-.4.16.46.46,0,0,1-.05.23l.3.29a12.07,12.07,0,0,0-1.38.49l-2.75-.59a17.39,17.39,0,0,0-2,.27c-1,.32-1.83.59-2.66.81-1.55.61-3,1.21-4.24,1.81a5.38,5.38,0,0,0-3.17,3.52c0,.06.05.45.15,1.19v.48a2.8,2.8,0,0,0-.21.45.4.4,0,0,0,0,.15.37.37,0,0,0,.2.31l-1.48.94h-.3a5.62,5.62,0,0,1-.8-.6l-.4.06-.52-.77a4.87,4.87,0,0,0-.31-.68l-.18-.95v-1.29a1,1,0,0,1,0-.16c0-.1,0-.16,0-.18v-1.38a8.11,8.11,0,0,1,.44-2.06c.37-1.23.77-1.85,1.21-1.85h.45l.52.46h.22a11.33,11.33,0,0,0,2.74-1.49c1.08-.47,2.73-1.18,4.93-2.15a11.64,11.64,0,0,0,1.51-.61,9.35,9.35,0,0,0,1.38-.25l1.08-.22h1.49c1,0,2.27.69,3.66,2.09a.64.64,0,0,1,.11.35,1.24,1.24,0,0,1,.37.77Z"/><path class="cls-1" d="M771.35,271.35a7.55,7.55,0,0,0-.52.88.54.54,0,0,1-.31-.08,2.41,2.41,0,0,0-.5.26,6.77,6.77,0,0,1,.84.43,3.66,3.66,0,0,0-.81.62,17.29,17.29,0,0,1-1.88.51,1.16,1.16,0,0,0-.53.66l-3.78.48a13.36,13.36,0,0,1-6.47-1.84,7.83,7.83,0,0,1-2.19-4.1,1.28,1.28,0,0,1-.17-.52,7.15,7.15,0,0,1,1.25-3.51,6.93,6.93,0,0,1,3.06-2.95,1.6,1.6,0,0,1,.49,0,6.4,6.4,0,0,1,2.5-1,11.74,11.74,0,0,1,2.73-.39,4.84,4.84,0,0,1,2.28.73,1.14,1.14,0,0,0,0,.35l.67.17c0,.06.06.16.19.29a3.59,3.59,0,0,0,.41,1.42v.66c0,.08-.06.17-.17.29a.64.64,0,0,1,.1.33,1.43,1.43,0,0,1-.28.74c0,.14,0,.33-.06.59a15.19,15.19,0,0,0-.86,1.38L764.1,270a7.15,7.15,0,0,0,2.6.34l3.76.09A3.77,3.77,0,0,0,771.35,271.35Zm-7.08-6.64,0,0s-.06-.09-.12-.26c-.77.31-1.28.53-1.54.67a3.73,3.73,0,0,0-1.48,1.23.33.33,0,0,1,.22.1A7.18,7.18,0,0,0,764.27,264.71Z"/></svg>
static/roannais-icitoyen/logos/villerest-gris.svg
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!-- Generator: Adobe Illustrator 24.0.2, SVG Export Plug-In . SVG Version: 6.00 Build 0)  -->
3
<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 2290.7 1062" style="enable-background:new 0 0 2290.7 1062;" xml:space="preserve">
4
<style type="text/css">
5
	.st0{fill:#6D6F6D;}
6
</style>
7
<path class="st0" d="M1314.2,528.4c-51.2,0-102.2,0-153.6,0c1.2,25.6,4.3,50.2,17,72.5c6.5,11.5,15.7,20.6,26.7,27.8  c24.7,16.3,67.6,16.5,93.4-12.9c6.5-7.4,12.4-15.2,18.2-23.1c2.4-3.3,4.2-4.3,7.6-1.4c-7.1,20.8-19.6,38-35.1,53.1  c-12.6,12.3-27.3,20.8-44.6,24.1c-40.2,7.7-76.1-3.4-98.2-43.3c-8.2-14.7-13.5-30.4-15.5-47.1c-4-33.4,1.4-64.7,20.5-92.9  c15.5-23,36.3-38,64.2-42.5C1265.6,434.5,1315.6,468.7,1314.2,528.4z M1268.4,516.2c-1.9-9.4-3.4-18.1-5.5-26.6  c-10.5-41.7-61.1-41-80.6-20.7c-12.6,13.2-17.9,29.5-20.8,47.3C1197,516.2,1232.1,516.2,1268.4,516.2z"/>
8
<path class="st0" d="M1699.6,528.4c-51.3,0-102,0-153.9,0c0.9,9.6,1.5,18.6,2.8,27.6c2.6,18.1,7.5,35.5,18.1,50.8  c29.4,42.1,88.4,44.2,120.2,5.2c5.2-6.3,10.1-12.8,14.6-19.6c2.1-3.1,3.9-3.6,7-1.4c-0.1,0.6,0,1.5-0.2,2.2  c-12,29.6-30.4,54.1-59.4,68.7c-30.6,15.3-76.1,12.7-101.6-14.5c-17-18.1-27.1-39.8-31-64.2c-5.3-34-0.7-66.4,18.4-95.8  c15.6-24,36.7-39.8,65.6-44.6c41.2-6.9,81.7,15.5,94.5,53.1C1698.1,506.1,1699.8,516.7,1699.6,528.4z M1653.2,516.3  c-1-6.4-1.6-12.3-2.8-18.1c-6.7-33.4-30.8-49.1-62.4-40.9c-21.9,5.8-41.9,34.7-40.5,59C1582.4,516.3,1617.3,516.3,1653.2,516.3z"/>
9
<path class="st0" d="M991,355.4c-1.9-4.4,1.4-4.4,3.6-5c18.7-5.5,37.4-10.9,56-16.4c5.4-1.6,10.7-3.3,16.9-5.3c0,2.7,0,4.8,0,6.9  c0,95.5,0,191,0.1,286.5c0,6.6,0.8,13.3,1.8,19.8c1.3,8.3,6.3,13.9,14.5,16c5.6,1.5,11.4,2.2,17.1,3.4c1.5,0.3,3,1.2,4.4,1.8  c-0.2,0.5-0.4,1.1-0.5,1.6c-37.7,0-75.4,0-113.1,0c-0.2-0.4-0.5-0.8-0.7-1.2c1.3-0.8,2.5-1.9,3.9-2.2c4.8-1.2,9.8-1.9,14.6-3.1  c12.5-3,18.4-11.7,19.7-24c0.4-4.3,0.7-8.6,0.7-13c0-77.7,0-155.3,0-233c0-4.2-0.3-8.3-0.6-12.5c-1-16.4-11-24.6-27.4-22.4  C998.5,354,994.9,354.8,991,355.4z"/>
10
<path class="st0" d="M851.4,355.3c1.4-2.1,1.9-3.8,2.9-4.1c24.8-7.4,49.7-14.6,75.2-22c0.1,2.4,0.4,4.7,0.4,6.9  c0,95.8,0,191.6,0.1,287.4c0,6,0.7,12,1.6,17.9c1.3,8.7,6.4,14.6,15,16.8c5.5,1.4,11.1,2.1,16.6,3.3c1.5,0.3,3,1.2,4.5,1.8  c-0.2,0.5-0.4,1.1-0.6,1.6c-37.5,0-75.1,0-114.4,0c2-1.7,2.8-3,4-3.3c5.2-1.2,10.5-2,15.6-3.3c12-3,18-11.3,19.3-23.2  c0.4-3.6,0.6-7.3,0.6-11c0-79.1,0-158.3,0-237.4c0-4.2-0.2-8.3-0.6-12.5c-1.1-13.5-8.8-20.8-22.5-20.8  C863.8,353.4,858.5,354.5,851.4,355.3z"/>
11
<path class="st0" d="M1750.7,667.6c0-25.5,0-50.1,0-74.6c3.6-1.4,4.4,0.4,5.1,3.3c3.1,13.7,7.2,27,14.9,38.9  c15,23.3,39.4,30,62,25.5c27.1-5.4,38.5-36,22.3-58.7c-6-8.4-14.3-13.8-23-18.9c-15.4-9-31.2-17.3-45.9-27.2  c-9.3-6.2-18.4-13.7-25.1-22.5c-24.5-32.1-8.1-78,31.5-90.2c17.1-5.3,34.2-4,51.1,1.3c4.1,1.3,8.3,2.5,12.4,3.8  c5.9,1.7,11.5,2.3,16-3.1c0.5-0.6,1.8-0.5,3.2-0.9c0.5,21.3,1,42.2,1.6,63.1c-3.8,2.3-4.1-0.4-5-2.8c-3.6-10.1-6.3-20.8-11.3-30.2  c-11.6-21.7-35.3-31.4-58.1-25.2c-23.1,6.3-33.3,34.8-19.5,54.3c5.8,8.2,13.6,14.1,22.3,19c13.7,7.6,27.8,14.4,41.1,22.6  c10.4,6.4,20.7,13.6,29.4,22.1c27.7,27,22.8,69.1-9.9,90c-18.9,12.1-39.9,14.5-61.5,11.4c-12-1.7-23.7-5-35.6-7.7  c-5.9-1.4-10.9-1-14.5,4.6C1753.8,666.3,1752.4,666.7,1750.7,667.6z"/>
12
<path class="st0" d="M1991.2,382.5c0,20.7,0,41.5,0,62.7c16.4,0,32.3,0,48.6,0c0,4.7,0,8.9,0,13.7c-16.1,0-32.3,0-48.7,0  c-0.2,1.5-0.5,2.4-0.5,3.4c-0.1,49.3-0.2,98.6,0,147.9c0,6.4,1.1,13,3.1,19.1c5.5,17,25,23.2,40.5,13c4.8-3.2,9-7.3,14-11.3  c0.8,0.5,1.9,1.3,2.9,2c-0.1,0.7-0.1,1-0.2,1.3c-10.5,15.3-23,27.9-41.6,33.2c-27.9,7.9-49.5-5.2-54.4-33.8  c-1.6-9.5-2.2-19.2-2.2-28.8c-0.2-46.3-0.1-92.6-0.1-139c0-2,0-4,0-6.9c-7.3,0-14.4,0.1-21.4-0.1c-2.4-0.1-4.9-1-7.3-1.5  c1.5-2.1,2.7-4.6,4.6-6.1c23.4-17.4,39.8-41,56.9-63.9c1.4-1.9,3-3.8,4.5-5.7C1990.2,382.1,1990.7,382.3,1991.2,382.5z"/>
13
<path class="st0" d="M1341.9,664.9c-1-3.4,0.2-4.4,3.3-4.8c5.3-0.6,10.5-1.7,15.7-3c9.9-2.4,15.2-9.1,16.6-19c0.5-3.9,0.9-8,1-11.9  c0.1-37.7,0.2-75.3-0.1-113c-0.1-8.6-1-17.3-2.8-25.7c-2.9-13.9-11.6-19.3-25.7-17c-2.1,0.3-4.2,0.6-6.3,0.9  c-1.9-3.9,0.7-4.5,3.1-5.3c15.8-5.6,31.7-11.2,47.4-17c6.7-2.5,13.2-5.4,20.6-8.5c0,16.2,0,31.9,0,47.5c0.4,0.2,0.8,0.3,1.2,0.5  c0.9-1.2,1.8-2.4,2.8-3.5c9.8-11,19.2-22.6,29.7-32.9c9.3-9,21-13.3,34.4-11c16.5,2.9,25,20.9,16.8,35.4c-5,8.8-14.4,12.2-23.5,7.9  c-4.4-2.1-8.4-5.4-12.2-8.5c-10.9-8.9-17.7-9-28.2,0.3c-9.2,8.2-17.1,17.3-19.5,30c-0.4,2.3-0.6,4.6-0.6,6.9c0,37-0.1,74,0,111  c0,4,0.4,8,1.2,11.9c3,14.8,12.7,22.7,29.5,24.1c2.8,0.2,5.7,0.2,8.4,0.7c1.2,0.2,2,1.8,3,2.7c-0.3,0.4-0.6,0.8-0.9,1.2  C1418.6,664.9,1380.3,664.9,1341.9,664.9z"/>
14
<path class="st0" d="M715,663.4c1.4-0.7,2.7-1.6,4.1-2c7.4-1.8,14.9-3.1,22.3-5.1c5.3-1.5,9-5.4,10-10.9c1.5-7.8,3-15.7,3.1-23.6  c0.2-43.5,0.2-86.9-0.1-130.4c-0.2-20.4-9.6-27.3-29.3-22.2c-2.3,0.6-4.5,1.2-6.9,1.8c-2.1-3.7,1-3.9,3.1-4.7  c19.3-6.7,38.7-13.3,58-20c4.2-1.5,8.3-3.3,13.2-5.2c0,2.7,0,4.8,0,6.8c0,57.5-0.1,114.9,0.1,172.4c0,7.6,1.3,15.2,2.5,22.7  c1.3,7.8,6.4,12.7,13.8,14.9c5.4,1.5,11,2.3,16.5,3.5c1.5,0.3,2.8,1.2,4.2,1.9c-0.2,0.5-0.4,1.1-0.6,1.6c-37.7,0-75.4,0-113.2,0  C715.7,664.4,715.4,663.9,715,663.4z"/>
15
<path class="st0" d="M794.1,354.3c1.5,12-11.6,25.4-25,24.6c-13.9-0.8-24.1-10.9-24.4-25c-0.2-11.5,10.4-25.3,25.3-24.6  C784.2,330.1,794.2,339.9,794.1,354.3z"/>
16
<path class="st0" d="M2141.3,708.5"/>
17
<path class="st0" d="M2206.7,707.3h24v131.6c0,0-29.8-7.8-42.7-10.2C2188,828.7,2199.3,792.9,2206.7,707.3z"/>
18
<path class="st0" d="M352.7,810.9c-7.1-7.5-7.2-17.3-8.5-26.5c-0.7-4.5-1.3-8.9-4.9-11.4c-7.2-5.1-7.5-13.3-9.6-20.5  c-1.4-4.9-1.7-10.1-2.9-15.2c-1.9-8.1-6.5-13.8-10.6-20.2c-1-1.5-2-3.7-1.6-5.2c1-4.4-1.3-4.6-4.5-4.6c-7.2,0-14.4,0-21.6,0h-149  v53.5c0,0,45,24.1,149,47.9c15.6,3.4,31.4,6.3,47.2,8.9c6.9,1.1,13.9,1.8,20.8,2.6c0.4-0.6,0.8-1.2,1.1-1.8  C356,816,354.8,813.1,352.7,810.9z"/>
19
<path class="st0" d="M334,356.2l-25.3-21.1l-28.9,21.3h-19.3v6.2h9.8v56.8c0,3,0,6.1,0,9.1c0,5-1.3,10.4,3.4,14.4  c0.5,0.4,0.8,1.6,0.7,2.3c-2.1,8.9,3.6,15.7,7,22.8c1.7,3.5,5.5,6.9,9.1,8.2c5.5,1.9,8.5,5.4,9.6,10.3c1.3,5.7,1.7,11.7,2.1,17.7  c0.4,5.5,1.2,10.4,6.6,13.5c2.1,1.2,4.6,2.8,5.5,4.9c2.4,5.6,4.5,11.3,5.8,17.2c0.7,3,1.8,4.4,4.3,4.6H346V362.7h10.2v-6.4H334z   M302.2,404.9c0,2.3-1.9,4.2-4.2,4.2h-2.2c-2.3,0-4.2-1.9-4.2-4.2V382c0-2.3,1.9-4.2,4.2-4.2h2.2c2.3,0,4.2,1.9,4.2,4.2V404.9z   M324.2,404.9c0,2.3-1.9,4.2-4.2,4.2h-2.2c-2.3,0-4.2-1.9-4.2-4.2V382c0-2.3,1.9-4.2,4.2-4.2h2.2c2.3,0,4.2,1.9,4.2,4.2V404.9z"/>
20
<polygon class="st0" points="363.1,516.7 452.4,512.9 506.9,470.2 412.2,478.4 "/>
21
<rect x="497.8" y="493.4" class="st0" width="12.2" height="22.1"/>
22
<polygon class="st0" points="534,448.7 580.7,426.9 580.7,551.9 534,615.3 "/>
23
<path class="st0" d="M523.7,708.5h-34v-19.3c0,0,80.3-164,254.3-308.7c0,0-29.3,30-38.3,39.3S587.2,539.3,523.7,708.5z"/>
24
<path class="st0" d="M612,434.7l14.4,8v52.1l-1.4,1.6c0,0-0.7-18.3-1.5-22.7c-0.8-4.3-3.1-14.2-4.3-15.7S611.8,444.5,612,434.7z"/>
25
<path class="st0" d="M458.3,564.4v28.8h-24.8v-28.8h-32.7v28.8h-23v-28.8h-33.2V585c0,1,0,2,0,3c0,1.4,0.7,2.8,1.4,4.1  c1,2.1,2.5,3.9,3.1,6.1c1.8,6.2,1,13.4,6.9,18.1c0.4,0.3,0.4,1.2,0.5,1.9c0.9,3.9,2.2,7.4,5.7,10.1c1.8,1.4,3,4.5,3.1,6.9  c0.3,7.2,4.1,12.3,9.3,17.6c1.1-2.1,2-3.8,2.8-5.6c0.2-0.5,0.4-0.9,0.7-1.4c17.4-32.2,40-37.6,40-37.6  c42.1,19.8,43.6,60.1,43.6,60.1v39h27.9V564.4H458.3z"/>
26
<path class="st0" d="M451,707.5c-15.2-0.1-30.5,0-45.7,0c-2,0-4,0-6.5,0c0.2,3.4-0.7,6.9,0.6,8.3c6.3,6.9,7.4,15.1,8.8,23.9  c1.4,8.7,7.2,15.9,12.5,23.1c3.9,5.4,9.6,10.5,6.9,18.5c-0.1,0.4,0,1.2,0.3,1.4c4,2.8,3.5,7.8,5.5,11.4c5.3,9.4,10.3,18.7,10.6,29.8  c0,1.2,0.5,2.3,0.9,3.4c0.9,3,2.6,4.7,6.1,4.7c83.7,7.5,214.7,4.5,289,0s392.7-42.1,497.7-49.1s287-13,489-6s404.7,39,404.7,39  c8.7-37.3,10-108.5,10-108.5H451z"/>
27
<path class="st0" d="M802,329.4c0,0,290.5-272.4,712.1-276.4s592.6,289.9,614.6,340.4s148,317.6-41,634.6c0,0,136-302,30-562.5  c-106-260.5-346-388.5-615-395.5S952.3,208.7,802,329.4z"/>
28
<g>
29
	<path class="st0" d="M364.4,770.7c-3.5-1.2-7-2.5-10.7-3.8c0.6-2,1.1-3.7,1.6-5.3c-2.5-3.1-8.8-0.1-9.1-6.6   c3.1-0.8,6.1-1.5,10.1-2.5c-2.8-1.8-4-4.8-7.5-1.8c-1,0.9-3.5,0.1-5.3,0.1c0-0.5,0-1,0-1.5c1.5-0.2,3-0.4,3.9-0.5   c-1.2-3.2-2.4-6.2-3.6-9.5c-0.4,0.1-1.3,0.5-2.6,1c0.7-3.4,1.3-6.4,1.9-9.1c-3.8-5.8-7.5-11.3-10.9-16.5c0.8-2.5,1.6-5.1,2.4-7.6   c-0.5-0.2-0.9-0.5-1.4-0.7c-1.4,1.1-2.8,2.1-4.2,3.2c0.3-5.7,0.6-11,0.9-16.8c3.7-1.2,3-4,0.6-6.6c-0.7-0.8-2.7-0.3-4.5-0.4   c0.2-0.5,0.9-1.7,1.9-3.7c-3.3-1.5-9-2.6-9.3-4.5c-0.8-5.1-4.5-3.9-7.4-5.1c1-0.9,1.9-1.6,2.7-2.3c-5-9-17.5-14.2-13.8-27.9   c-0.6-0.3-1.5-0.8-3.7-1.9c2.8-0.2,4.2-0.3,7.4-0.4c-2.9-4.5-5.5-8.1-7.6-11.9c-1.2-2.2-1.8-4.8-2.4-7.3c-0.5-2.1-0.2-4.4-0.9-6.3   c-1-2.5-2.8-3.9-4.9-0.1c-0.4-0.3-0.8-0.6-1.2-0.9c0.8-2.6,2.1-5.2,2.2-7.8c0.1-2.6-1.2-5.3-2-8.4c-3.1,1.8-4.9,2.9-6.8,3.9   c-0.3-0.4-0.6-0.8-0.9-1.1c1.3-0.7,2.5-1.5,3.3-1.9c-1.4-6.6-3.9-11.2-11.5-12.8c2.6-1.9,4.1-3.3,5.8-4.1c4-1.9,4.4-4.4,0.9-7   c-2.2-1.7-4.7-3.1-6.7-4.4c-0.6,1.6-1.2,3.3-1.7,4.7c-1.1-3.6-1.7-7-3.2-10c-1.6-3.2-2.9-7.8-8.9-4.6c-0.3-2.7-0.7-4.9-0.8-7.2   c-0.2-4.3-0.7-8.3-4.6-11.1c-0.6-0.5-0.6-1.9-0.9-2.8c1-0.1,2.2-0.7,2.9-0.4c1.9,0.8,3.7,2.1,5.6,3.2c1.4-2.1-0.7-12.5-3.2-13.5   c-1.2-0.4-2.8,0.2-3.3,0.3c-2.3-3-4.1-6.1-6.7-8.3c-4-3.4-7.5-7-8.1-12.4c-0.2-1.9,0.4-4,0.7-6.8c-1.2,0.2-3,0.5-6.4,1.1   c1.3-3.5,2.3-6.5,3.8-10.5c-2.6-1.5-5.8-3.4-9.4-5.5c1.3-4.7,2.9-10.2,4.7-16.8c-2.5,1-3.6,1.4-5.1,2c0.1-1.2,0.3-2.2,0.4-3.2   c-3.2,0.4-6.6,0.9-11.1,1.5c1.3-3.7,2.3-6.8,3.6-10.5c-1.1-0.1-2.7-0.2-4.5-0.4c-0.5-2.1-1.1-4.5-1.8-7.5c-0.8,1.3-1.3,2.2-1.9,3.2   c-0.3-0.1-0.6-0.2-0.8-0.2c0.9-3.1,1.8-6.3,2.8-10c1.9,0.9,3.7,1.6,5.6,2.5c-1,1.1-1.7,2-3.4,3.9c2.9-0.5,4.5-0.5,5.9-1.1   c4.9-2.1,8.6,0.6,12.5,2.7c0.5,0.3,0.9,1.3,0.8,1.7c-1.8,6.6,3.6,7.5,7.8,9.6c-1.4,3.6-2.7,6.9-4.3,11.3c2.6,2.3,5.8,5.1,9.4,8.3   c2.5-2.9,5-5.7,7.6-8.7c0.7,2.2,1.6,5.4,2.7,9c0.7,0,2.1-0.1,3.1-0.2c0,8.9,0,17.7,0,26.9c1.2,0.5,2.5,0.9,4.4,1.6   c-3.8-10.2,4.7-11.8,10.1-16.2c1.8,4.8,3.7,9,5.1,13.5c1.4,4.6-2,6.5-5.6,8.7c0.3-1.2,0.8-2.5,0.5-2.6c-4.6-2.7-5-7.7-5.8-13   c-3.4,3.1-2.9,5.7-1.8,8.3c2.1,4.9,4.2,9.7,6.4,14.9c0.5-1,1.3-2.5,2.4-4.7c3.3,8.9,6.5,17.3,10,26.4c-0.2,0.3-1.3,1.7-2.6,3.3   c6.5,3,6.8-6.2,12.5-5.5c-2.7,3.1-5,5.9-7.8,9.2c0.6,0.9,1.3,2.6,2.6,3.4c0.5,0.3,2.3-1.4,3.5-2.1c1-0.6,2.1-1.1,3.1-1.6   c0.2,1.1,0.3,2.3,0.7,3.2c1.4,3.1,2.9,6.2,3.8,8.3c2.4-0.8,3.7-1.7,4.7-1.4c0.9,0.3,2.2,2.6,2.1,2.7c-4.1,3.5-0.8,8.4-2.6,12.6   c-1.2-0.5-2.5-1-3.7-1.6c-1.5,4.3,0,5.5,5.8,6c2.2,2.3,3.8,3.9,5.4,5.6c0.4-1.6,0.9-3.3,1.6-6.2c0.7,1.2,1.8,2.2,1.9,3.3   c0.2,1.8-0.3,3.7-0.6,6.2c-1.4,0.2-3.3,0.4-5.2,0.7c-1.5,5.2-1.5,5.2,6.8,5.8c0.3-1.2,0.6-2.4,1.2-4.3c3.9,0,8-0.1,12,0.2   c0.4,0,0.4,3.4,0.6,5.2c-0.5,0.1-1.1,0.2-1.6,0.2c-1-1.4-2.1-2.7-3-3.9c-2.3,3.6-5.1,6.4-6.1,9.8c-1,3.2-0.2,6.9-0.2,11.3   c4.7,1.8,10.2,1.9,15.5-1.9c0.3,0.3,0.6,0.7,0.9,1c-1.5,1.6-3,3.3-4.5,4.9c4.3,3.3,8.5,6.7,12.4,10.4c-0.5,0.5-1,1-1.5,1.5   c-1-1.1-2-2.2-3.5-3.8c-1.9,1.8-3.7,3.5-5.5,5.2c2.9,2.3,5.5,4.4,7.2,5.8c0,4.3,0,7.6,0,11.4c-3.4-3-6.3-5.5-9.2-8   c-2,5.2,4.8,11.7,11.7,11.2c2.7,8.9,5.5,18,8.3,27.5c1.1-1,2-1.8,3-2.7c5.5,2.8,9.2,6.3,7.6,13.4c-0.3,1.3,2.5,3.2,3.9,4.9   c2.2,2.6,4.4,5.2,6.4,8c1.5,1.9,2.7,4.1,4.1,6.1c-0.4,0-1.5-0.1-3.7-0.4c1.4,2.2,2.4,3.8,2.9,4.5c0.4,4.2,0.8,7.7,1.1,11.3   c3-0.5,4.9-0.9,7.4-1.4c-2.2,9.7,8,13.8,8.7,23c-1.7-1.8-2.6-2.8-4.2-4.5c-0.9,4.4-1.7,8.1-2.5,12.4c2,0.2,4.3,0.4,6.7,0.6   c-2.2,9.9,8.8,12.3,9.9,19.9c-1,1-2.5,2.6-4.9,5.1c10.5,0.5,1.1,9.2,5.4,11c3.5,0,5.8,0,8.1,0c0.1,0.4,0.1,0.8,0.2,1.2   c-2.5,2.2-5.1,4.3-7.6,6.5c0,0.6,0,1.3,0,1.9c8.7-4.5,9.2,2.3,11.1,7.6c1.3-1.8,2-2.8,2.9-4c1.4,1.7,2.7,3.2,3.3,4   c-0.6,4.9-1.1,9-1.6,13.6c0.8,0.6,2.3,1.6,4,2.9c-1.1,0.9-2,1.7-3.1,2.6c0.8,0.6,1.3,1.3,1.8,1.3c4.8,0.5,5.1,4.7,6.2,7.9   c0.3,0.8-2,2.9-3.5,3.9c-2.8,1.9-5.7,3.6-3.7,8.3c1.8-0.6,3.5-1.1,5.8-1.8c0.3,3.4,0.5,6.8,0.9,10.9c1.8-0.9,3.5-1.5,4.8-2.6   c2.8-2.2,5-0.9,6.1,1.4c0.7,1.4-0.1,3.7-0.5,5.5c-0.3,1.5-1.4,2.8-1.7,4.3c-0.4,1.9-0.5,3.9-0.8,6.3c1.9-0.3,3.8-0.7,6.5-1.2   c-0.9,1.9-1.5,3.2-2.2,4.8c1.5,0.7,3.1,1.5,5,2.4c-2.7,1.4-5.2,2.7-8.1,4.2c1.2,1,2.1,1.7,2.9,2.3c-1.8,0.7-3.7,1.3-5.4,2.2   c-2.4,1.3-2.7,2.8-0.7,5.2c1.2,1.4,1.4,3.9,1.4,5.9c0,0.6-2.8,1.9-3.7,1.4c-1.5-0.7-2.6-2.4-3.6-3.9c-0.5-0.8-0.4-2-0.8-2.8   c-1.7-3.7-4-4-7-0.7c-2.2-2.5-4.4-5.1-6.5-7.6c-1.4,1.3-1.4,1.3,0.8,8c-6.1,0.1-9.3-2.3-9.8-5.6c-4-3.1-6.9-5.2-9.7-7.5   c-0.6-0.5-0.5-1.8-0.6-2.8c-0.1-0.8,0.5-1.9,0.1-2.4c-2.7-3.9-5.5-7.8-8.9-12.4c1.7-1.9,3.8-4.5,6.3-7.4   c-3.7-3.8-7.3-7.5-10.7-10.9c2.8-3.4,5-6.1,6.5-7.9c-4.9-3.4-9.1-6.3-13.2-9.3c-2-1.5-3.6-3.5-1.9-6.4c0.4-0.6,0.3-1.8-0.1-2.4   c-3.8-7.3-7.7-14.7-11.8-21.9c-0.7-1.3-2.6-1.8-3.8-2.7c0.3-1.2,0.7-2.6,1-4.1c0.3-1.6,0.1-3.3,0.6-4.8c1.1-3.2,2.7-5.9-1.8-8.3   c-2.2-1.2-2.3-4.4,1.3-5.5c1.5-0.5,3-1.1,4.5-1.7C364.3,771.7,364.4,771.2,364.4,770.7z M412.7,885.5c2.4-1.1,2.4-1.3,0-11.2   c-3.5,0.7-3.7,2.5-2.1,5.3C411.5,881.5,412,883.6,412.7,885.5z M414.3,828.5c-1.3-1.7-2.4-3.4-3.6-5c-0.5,0.1-1,0.2-1.4,0.4   c0.4,2.4,0.9,4.8,1.5,8.5C412.7,830.1,413.5,829.3,414.3,828.5z"/>
30
	<path class="st0" d="M235,440.4c-3.5-1-7.1-1.9-11-3c-2.2,4.8-6.5,6.5-11.6,4.5c-0.9-4.5-1.8-8.7-2.6-12.5c-3.4,2.8-6.2,5-8.9,7.2   c-0.5-0.4-1.1-0.7-1.6-1.1c0-3.4,0-6.8,0-10.2c0.5-0.2,0.9-0.3,1.4-0.5c-5-4.7-10.1-9.2-14.7-14.3c-1.1-1.2-0.2-4.2-0.2-6.3   c-0.4-0.4-0.9-0.9-1.3-1.3c-0.4,1.2-0.8,2.4-1.5,4.7c-1.6-3.3-2.7-5.6-4-8.2c1.5-0.9,2.6-1.6,3.8-2.2c-0.4-5.9-4.9-11-3.5-17.9   c-3.2-4.2-7-9.1-10.8-14c-5.2,2.7-6,2.3-8.7-3.1c-1-1.9-2.5-3.6-3.7-5.3c0.8-3.1,1.8-6.8,2.9-11c0.5,0.9,1.3,2.1,2.6,4.4   c1.3-3.3,2.1-5.4,3.1-7.8c-2.2-0.4-4.1-0.7-5.9-1.1c-0.1-4.3-9.5-17.1-13.8-18.8c0.2-1.2,0.4-2.4,0.5-3.6c-3-0.9-5.7-1.8-8.5-2.6   c0.1-0.3,0.3-0.6,0.4-0.9c2.5-0.6,4.9-1.2,7.6-1.8c-2.3-3.2-4.8-5.5-5.8-8.4c-0.9-2.5,0-5.6,0.1-9.5c-2.4-2.8-5.9-6.7-9.5-10.9   c0.4-0.4,1.1-1,2-1.9c-2.9-2.7-3.2-8.3-9.2-7.5c-0.3,0-0.8-0.5-1-1c-3-7-6.2-13.9-12.6-18.4c2.8-2.3,4.9-4,7.1-5.8   c-0.1-0.6-0.1-1.2-0.2-1.8c-3.5-0.3-7-0.7-10.4-1c4-7.9,3.3-9.5-5.5-13.1c-2.1-0.9-3.7-2.9-6.2-5c5.1-2.6,4.2-5.3,1.4-8.6   c-0.5,1-0.9,1.8-1.4,2.4c-0.6,0.7-1.6,1.5-2.2,1.4c-0.7-0.1-1.7-1.2-1.8-2c-0.2-2.7-0.7-5.7,0.2-8.1c2.1-5.5,0.1-12.2-4.8-15.1   c-1.2-0.7-1.5-3.1-2.1-4.7c-0.6-1.8,0.9-4.8-3.4-4.2c-1.6,0.2-3.5-2.4-6.1-4.4c8.4-1.8,15.3,3.1,14.8,9.1c4.9,2.1,4.9,2.1,4.4,6.8   c2.6,2.3,4.6,4.1,7,6.1c-4.1,2.8-4.7,4.5-0.5,6.7c1.9,1,2.8,3.9,4,6c0.9,1.5,1.5,3.2,2.6,5.6c1.9-2.1,3.3-3.6,4.7-5   c7.2,2.5,3.4,8.7,4.8,13.7c0.2,0,0.7,0.2,1.3,0.3c0.5,0.1,1,0.3,2.4,1.9c-0.8,0.3-1.6,0.5-2.3,0.9c-3.7,2-2.4,4.6,0.4,5.2   c4.8,1.1,5.6,4.5,6.5,8.3c1,4,2,8,2.7,10.8c3.1,1.9,5.7,3.4,8.1,5.3c0.3,0.2-1.2,2.6-1.6,3.5c1.5,2.5,3.1,5.1,4.8,7.9   c1.7,1.7,3.6,3.7,5.6,5.6c1.5,1.4,3.4,2.4,4.5,4.1c2.1,3.2,4.6,6.1,4.2,10.6c-0.2,2,1.9,4.4,3.3,6.4c1.9,2.5,4.3,4.6,6.3,7   c0.8,1,1.4,2.4,1.3,3.6c-0.4,3.8-1.2,7.5-1.8,11.2c6.3,1.3,7.5,6.1,9.7,10c2.1,3.5,3.8,7.3,5.9,10.8c1.5,2.5,3.4,4.7,5,7   c0.2,0.2,0,0.6-0.9,1.9c-1.8-1.8-3.5-3.5-5.8-5.9c-0.6,1.9-2.1,4.2-1.5,4.9c1.2,1.5,3.4,2.5,5.3,3.3c1.5,0.6,3.2,0.7,5.3,1.2   c0.2-0.3,0.8-1.4,1.5-2.7c0.9,1.7,1.8,3.4,3.3,6c0.7-1.5,1.2-2.7,1.7-3.9c0.2,0.6,0.4,1.2,0.6,1.8c3.1,0.3,6.3,0.6,10.1,0.9   c-1.2,1-2.4,2.7-3.4,2.6c-5.1-0.3-3.7,3-2.9,5.2c1.2,3.2,3.3,6.1,5,9.3c2-0.8,3.9-1.5,5.6-2.2c1.3,2.1,2.5,3.6,3.2,5.4   c0.4,0.9,0.1,2.2,0.2,3.3c-0.9-0.6-2.1-1.1-2.7-1.9c-0.8-1-1.3-2.3-1.9-3.5c-7.7,5.4-7.3,7.8,2.1,13.1c-1,1.2-1.9,2.3-3.5,4.2   c2.7,0,4.5,0,6.6,0c0.4,1.6,0.7,3,1,4.6c-3.3,0.8-6.2,1.5-9.8,2.4c1.1,1.2,1.8,2,2.5,2.9c2,2.5,3.1,4.9-1,6.6   c-3.2,1.3-3.1,3.3-1.1,5.7c3.1-2,5.9-3.8,9-5.8c0.1-2,0.3-4.9,0.5-7.7c0.6-0.2,1.1-0.4,1.7-0.7c1,7.7,2.2,15,12.7,13.2   c-0.2-1.8-0.4-3.7-0.6-5.6c4.1,0.6,3.9,0.6,3.5,4.1c-0.3,2.1,0.1,4.7,1,6.6c1.4,2.9,3.6,5.4,5.7,7.9c0.4,0.5,1.8,0.3,2.9,0.4   c-0.5,1.3-1.1,2.6-1.6,3.8c-1.1-0.7-2-1.2-2.9-1.8c-0.1,1-0.3,2.1-0.1,3C233.6,438.9,234.4,439.6,235,440.4L235,440.4z    M109.7,229.5c-2.4-0.9-4.7-1.9-7.6-3C102.8,233.9,106.8,230.3,109.7,229.5z"/>
31
</g>
32
</svg>
static/roannais-icitoyen/style.scss
1
@charset "UTF-8";
2
@import '../includes/font-din.scss';
3
@import '../includes/font-roboto.scss';
4

  
5
@import 'vars';
6
@import '../includes/publik';
7
@import 'custom';
templates/variants/roannais-icitoyen/authentic2/accounts.html
1
{% extends "authentic2/accounts.html" %}
2

  
3
{% block page-header-content %}
4
  <h1>Mon compte</h1>
5
{% endblock %}
6

  
templates/variants/roannais-icitoyen/authentic2/base-page.html
1
{% extends "authentic2/base-page.html" %}
2

  
3

  
4
{% block page-header-content %}
5
  {% if view.title %}
6
    <h1>{{ view.title }}</h1>
7
  {% endif %}
8
{% endblock%}
9

  
10
{% block form-title %}{% endblock %}
templates/variants/roannais-icitoyen/authentic2/login.html
1
{% extends "authentic2/login.html" %}
2
{% load i18n %}
3

  
4
{% block page-header-content %}
5
	<h1>{% trans "Login" %}</h1>
6
{% endblock %}
templates/variants/roannais-icitoyen/combo/cells/choix-commune/link-list-cell.html
1
{% block cell-content %}
2
{% spaceless %}
3
{% if title %}<h2>{{ title }}</h2>{% endif %}
4
<div>
5
  {% include "combo/asset_picture_fragment.html" %}
6
  <form>
7
    <select id="select-choix-commune">
8
      <option value="">-- Sélectionnez --</option>
9
      {% for link in links %}
10
        <option value="{{ link.url }}">{{ link.title }}</option>
11
      {% endfor %}
12
    </select>
13
  </form>
14
  <p class="description">
15
    Sélectionnez votre commune et découvrez ses services en ligne.
16
  </p>
17
</div>
18
{% endspaceless %}
19
{% endblock %}
20

  
21
<script>
22
  $(function() {
23
    $('#select-choix-commune').on('change', function(e){
24
      e.preventDefault;
25
      var link = this.value;
26
      if (!link) {
27
        return;
28
      }
29
      window.location.href = link;
30
    });
31
  });
32
</script>
templates/variants/roannais-icitoyen/combo/cells/retour-icitoyen/link-cell.html
1
{% load assets %}
2
{% with portail_slug=portail_name|lower|slugify %}
3
{% block cell-content %}
4
<div class="retour-icitoyen--img-wrapper">
5
  <img class="retour-icitoyen--img" src="{% asset_url 'logo:'|add:portail_slug %}">
6
</div>
7
<div class="retour-icitoyen--text">
8
  <h2 class="retour-icitoyen--title">
9
    Vous êtes sur le Portail Icitoyen de <strong>{{ portail_name }}</strong>
10
  </h2>
11
  <p class="description retour-icitoyen--description">
12
    Pour changer de commune
13
  </p>
14
  <a class="white-button retour-icitoyen--back-btn" href="{{url}}">{{title}}</a>
15
</div>
16
{% endblock %}
17
{% endwith %}
templates/variants/roannais-icitoyen/combo/page_template_homepage.html
1
{% extends "combo/page_template.html" %}
2
{% load combo i18n %}
3

  
4
{% block before-main-content %}
5
  {{ block.super }}
6
  <div class="top-bandeau site-wrapper">{% placeholder "bandeau" name="Bandeau" %}</div>
7
{% endblock %}
8

  
9
{% block combo-content %}
10
<div id="sidebar">
11
{% trans "Sidebar" as name %}
12
{% placeholder "sidebar" name=name %}
13
</div>
14
<div id="columns">
15
  <div class="column top-column">
16
  {% placeholder "top_column" name="Signalement" %}
17
  </div>
18
  <div id="left">
19
  {% trans "Left column" as name %}
20
  {% placeholder "content" name=name %}
21
  </div>
22
  <div id="right">
23
  {% trans "Right column" as name %}
24
  {% placeholder "right" name=name %}
25
  </div>
26
</div>
27
{% endblock %}
templates/variants/roannais-icitoyen/combo/search-cell.html
1
{% extends "combo/search-cell.html" %}
2
{% load gadjo i18n static %}
3

  
4
{% block submit-content %}{% endblock %}
templates/variants/roannais-icitoyen/combo/wcs/tracking_code_input.html
1
{% extends "combo/wcs/tracking_code_input.html" %}
2

  
3
{% block intro-text %}{% endblock %}
4

  
5
{% block submit-content %} OK {% endblock %}
6

  
7
{% block form-post %}
8
<p>
9
  Un code de suivi peut être associé à vos demandes pour suivre leur traitement et faciliter les échanges avec les services.
10
</p>
11
{% endblock %}
templates/variants/roannais-icitoyen/theme.html
1
{% extends "theme.html" %}
2

  
3
{% block content-top %}
4
	{% block page-header %}
5
	{% spaceless %}
6
		<header class="page-header">
7
			{% placeholder "page-header-content" name="Titre de la page" %}
8
		</header>
9
	{% endspaceless %}
10
	{% endblock %}
11
{% endblock %}
templates/variants/roannais-icitoyen/wcs/base.html
1
{% extends "wcs/base.html" %}
2

  
3
{% block page-header-content %}
4
{% with portail_slug=portail_name|lower|slugify %}
5
	{% if portail_slug %}
6
		<div class="page-header--logo-wrapper">
7
			<img class="page-header--logo" src="{{portal_url}}assets/logo:{{ portail_slug }}" alt="{{ portail_name }}">
8
		</div>
9
	{% endif %}
10
    {% if title %}
11
			<h1>{{ title }}</h1>
12
    {% endif %}
13
{% endwith %}
14
{% endblock %}
15

  
0
-