-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
375 lines (373 loc) · 34.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
<!DOCTYPE html>
<html lang="fr" data-class-overlay=":overlay" data-position-x="gauche">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Liste de lecture</title>
<link rel="stylesheet" href="style.css">
<meta name="description" content="Liste de lecture hétéroclite : Manga, Comics, Roman, Bande Dessinée etc...">
<link rel="canonical" href=https://lecture.pierre.tl/>
<link rel="apple-touch-icon" sizes="180x180" href="/icon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/icon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/icon/favicon-16x16.png">
<link rel="manifest" href="/icon/site.webmanifest">
<link rel="mask-icon" href="/icon/safari-pinned-tab.svg" color="#883112">
<meta name="msapplication-TileColor" content="#883112">
<meta name="theme-color" content="#ffffff">
<meta name="copyright" content="Pierre Tampon-Lajarriette">
<meta name="author" content="Pierre Tampon-Lajarriette">
<meta property="og:title" content="">
<meta property="og:url" content="https://lecture.pierre.tl/">
<meta property="og:image" content="https://lecture.pierre.tl/og-image.png">
<meta property="og:description" content="Liste de lecture hétéroclite : Manga, Comics, Roman, Bande Dessinée etc...">
</head>
<body>
<div class="app js_app">
<button class="app_haut js_menu-btnAffiche hover :g1" data-position-y="haut">
<svg aria-hidden="true" focusable="false" class="svg:logo">
<use xlink:href="#logo">
<title>Options d'affichage</title>
</use>
</svg>
<h1 class="menu-label">Liste de lecture</h1>
</button>
<main class="app_contenu js_contenu">
<div id="contenu"></div>
<br>
<script id="handlebars-template" type="text/x-handlebars-template">
{{#each lectures}}
<li class="lecture">
<div class="lecture_info">
<p class="texte--l{{#ifEquals statut 'Abandonné'}} texte--g1-2{{/ifEquals}}">{{#if article}}{{article}}{{/if}}{{titre}}</p>
<div class="note__conteneur">
<div class="note">
<svg class="note--vide" aria-hidden="true" focusable="false">
<use xlink:href="#note"></use>
</svg>
<div class="note--plein" style="width:{{notePourcentage}}%">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#note"></use>
</svg>
</div>
</div>
{{noteSur5}}
</div>
{{#if info}}
<p class="texte--g1-2">
{{info}}
</p>
{{/if}}
</div>
<div class="lecture_libelle menu-label">
{{#ifEquals statut "Terminé"}}
{{#ifSuperieur volume '1'}}
<p class="texte--g1-2">Terminé</p>
{{else}}
<p class="texte--g1-2">One Shot</p>
{{/ifSuperieur}}
{{/ifEquals}}
{{#ifEquals statut "En cours"}}
{{#ifEquals stock "Vendu"}}
<p class="texte--g1-2">Vendu</p>
{{else}}
<p class="texte--g1-2">Acheté le</p>
{{/ifEquals}}
{{/ifEquals}}
{{#ifEquals statut "Abandonné"}}
<p class="texte--g1-2">Abandonné</p>
{{/ifEquals}}
</div>
<div>
{{#ifEquals statut "Terminé"}}
<span class="lecture_statut texte--g2-1">
<p>{{volume}}</p>
<svg aria-hidden="true" focusable="false">
<use xlink:href="#arrive"></use>
</svg>
</span>
{{/ifEquals}}
{{#ifEquals statut "En cours"}}
{{#ifEquals stock "Vendu"}}
<span class="lecture_statut texte--g2-2">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#piece"></use>
</svg>
</span>
{{else}}
<span class="lecture_statut texte--g3-1">
<p>{{volume}}+</p>
<svg aria-hidden="true" focusable="false">
<use xlink:href="#caddie"></use>
</svg>
</span>
{{/ifEquals}}
{{/ifEquals}}
{{#ifEquals statut "Abandonné"}}
<span class="lecture_statut texte--g2-2">
<p>{{volume}}</p>
<svg aria-hidden="true" focusable="false">
<use xlink:href="#livre{{#ifSuperieur volume '1'}}s{{/ifSuperieur}}"></use>
</svg>
</span>
{{/ifEquals}}
</div>
</li>
{{else}}
<div class="align-center">
<div class="mb-l"></div>
<p class="mb-l">Il n'y a pas de résultat</p>
<button class="btn" onclick="changerFiltre()">Changer les critères</button>
</div>
{{/each}}
</script>
<ul id="handlebars-output">
<li class="align-center">
<span class="js--loader svg:loader"></span>
<p class="texte--l texte--g1-2">Chargement des données, veuillez patienter</p>
</li>
</ul>
</main>
<form class="app_filtre js_filtre hide" name="filtresForm">
<ul class="app_filtre-contenu mt-s">
<li>
<fieldset>
<legend>Statut</legend>
<input type="radio" name="statut" id="allStatut" value="all" checked>
<label for="allStatut" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#tag"></use>
</svg>
<span>Tous</span>
</label>
<input type="radio" name="statut" id="abandonne" value="Abandonné">
<label for="abandonne" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#poubelle"></use>
</svg>
<span>Abandonné</span>
</label>
<input type="radio" name="statut" id="termine" value="Terminé">
<label for="termine" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#arrive"></use>
</svg>
<span>Terminé</span>
</label>
<input type="radio" name="statut" id="encours" value="En cours">
<label for="encours" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#caddie"></use>
</svg>
<span>En cours</span>
</label>
</fieldset>
</li>
<li>
<fieldset>
<legend>Type</legend>
<input type="radio" name="type" id="allType" value="all" checked>
<label for="allType" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#livres"></use>
</svg>
<span>Tous</span>
</label>
<input type="radio" name="type" id="manga" value="Manga">
<label for="manga" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#torii"></use>
</svg>
<span>Manga</span>
</label>
<input type="radio" name="type" id="comics" value="Comics">
<label for="comics" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#usa"></use>
</svg>
<span>Comics</span>
</label>
<input type="radio" name="type" id="roman" value="Roman">
<label for="roman" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#livre"></use>
</svg>
<span>Roman</span>
</label>
</fieldset>
</li>
<li>
<fieldset>
<legend>Stock</legend>
<input type="radio" name="stock" id="allStock" value="all" checked>
<label for="allStock" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#stack"></use>
</svg>
<span>Tous</span>
</label>
<input type="radio" name="stock" id="possede" value="Possédé">
<label for="possede" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#boite"></use>
</svg>
<span>Possédé</span>
</label>
<input type="radio" name="stock" id="vendu" value="Vendu">
<label for="vendu" class="app_filtre_label">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#piece"></use>
</svg>
<span>Vendu</span>
</label>
</fieldset>
</li>
<li>
<fieldset>
<legend>Ordre</legend>
<button class="btn" type="button" onclick="controle(filtresForm)">Alphabétique</button>
<button class="btn" type="button" onclick="controle(filtresForm, 'note')" id="btnPreference">Préférence</button>
</fieldset>
</li>
</ul>
</form>
<nav class="app_menu js_menu">
<ul>
<li>
<a class="js_menu-btn menu-btn hover :g2" href="https://github.com/pierretl/liste-de-lecture" target="_blank" rel="external">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#merge"></use>
</svg>
<span class="menu-label">Sources du projet</span>
</a>
</li>
<li>
<a href="#contenu" class="js_menu-btn js_fitre-achat menu-btn hover :g2">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#caddie"></use>
</svg>
<span class="menu-label">Liste d'achat</span>
</a>
</li>
<li>
<button class="js_menu-btn js_filtre-btnDisplay menu-btn hover :g2">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#reglage"></use>
</svg>
<span class="menu-label">Filtrer la liste</span>
</button>
</li>
<li>
<input type="checkbox" id="switch-theme" class="hide-checkbox js_switch">
<label for="switch-theme" class="js_menu-btn menu-btn hover :g2">
<svg aria-hidden="true" focusable="false" class="js_switch-clair">
<use xlink:href="#modeSombre"></use>
</svg>
<svg aria-hidden="true" focusable="false" class="js_switch-sombre">
<use xlink:href="#modeClair"></use>
</svg>
<p class="menu-label">
Changer de thème
<span class="sr-only js_switch-clair">: clair</span>
<span class="sr-only js_switch-sombre">: sombre</span>
</p>
</label>
</li>
<li>
<button class="js_largeurMenu-btn menu-btn hover :g2">
<svg class="menu-svg-sens" aria-hidden="true" focusable="false">
<use xlink:href="#fleche"></use>
</svg>
<span class="menu-label :small">Réduire le menu</span>
<span class="menu-label :large">Agrandir le menu</span>
</button>
</li>
<li>
<button class="js_menu-btn js_menu-btnFermer menu-btn hover :g2">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#fermer"></use>
</svg>
<span class="menu-label">Fermer le menu</span>
</button>
</li>
</ul>
</nav>
<button class="app_bas js_menu-btnAffiche hover :g1" data-position-y="bas">
<svg aria-hidden="true" focusable="false">
<use xlink:href="#parametre"></use>
</svg>
<br>
<span class="menu-label">Options d'affichage</span>
</button>
</div>
<svg xmlns="http://www.w3.org/2000/svg" width="0" height="0" display="none">
<symbol id="logo" viewBox="0 0 9.77 7.8" aria-hidden="true">
<path d="M0,6.83a.24.24,0,0,0,.24.24H3a2.05,2.05,0,0,1,1.59.53l.07.09h0a.27.27,0,0,0,.42,0h0l.05-.05h0l0-.06,0,0a1.94,1.94,0,0,1,1.42-.47H9.53a.24.24,0,0,0,.24-.24V.22A.22.22,0,0,0,9.55,0H6.28c-.82,0-1.13.3-1.2.4l0,0h0L5,.52H5c-.08.12-.16.07-.2,0L4.67.39,4.61.32A1.18,1.18,0,0,0,3.71,0H.22A.22.22,0,0,0,0,.22ZM9.28,6.4a.2.2,0,0,1-.2.19H6.39A1.69,1.69,0,0,0,5.08,7l0,.06,0,0H5c-.09.12-.22,0-.22,0L4.72,7a1.58,1.58,0,0,0-1.25-.44H.69a.2.2,0,0,1-.2-.19V.66A.19.19,0,0,1,.69.47H2.85c1.61,0,1.76.91,1.77,1.18v3c0,.29.14.35.21.36H5c.08,0,.21-.06.21-.29V1.59h0A1.06,1.06,0,0,1,6.26.47H9.08a.19.19,0,0,1,.2.19Z"></path>
</symbol>
<symbol id="parametre" viewBox="0 0 512 512" aria-hidden="true">
<path d="M482.696 299.276l-32.61-18.827a195.168 195.168 0 0 0 0-48.899l32.61-18.827c9.576-5.528 14.195-16.902 11.046-27.501-11.214-37.749-31.175-71.728-57.535-99.595-7.634-8.07-19.817-9.836-29.437-4.282l-32.562 18.798a194.125 194.125 0 0 0-42.339-24.48V38.049c0-11.13-7.652-20.804-18.484-23.367-37.644-8.909-77.118-8.91-114.77 0-10.831 2.563-18.484 12.236-18.484 23.367v37.614a194.101 194.101 0 0 0-42.339 24.48L105.23 81.345c-9.621-5.554-21.804-3.788-29.437 4.282-26.36 27.867-46.321 61.847-57.535 99.595-3.149 10.599 1.47 21.972 11.046 27.501l32.61 18.827a195.168 195.168 0 0 0 0 48.899l-32.61 18.827c-9.576 5.528-14.195 16.902-11.046 27.501 11.214 37.748 31.175 71.728 57.535 99.595 7.634 8.07 19.817 9.836 29.437 4.283l32.562-18.798a194.08 194.08 0 0 0 42.339 24.479v37.614c0 11.13 7.652 20.804 18.484 23.367 37.645 8.909 77.118 8.91 114.77 0 10.831-2.563 18.484-12.236 18.484-23.367v-37.614a194.138 194.138 0 0 0 42.339-24.479l32.562 18.798c9.62 5.554 21.803 3.788 29.437-4.283 26.36-27.867 46.321-61.847 57.535-99.595 3.149-10.599-1.47-21.972-11.046-27.501zm-65.479 100.461l-46.309-26.74c-26.988 23.071-36.559 28.876-71.039 41.059v53.479a217.145 217.145 0 0 1-87.738 0v-53.479c-33.621-11.879-43.355-17.395-71.039-41.059l-46.309 26.74c-19.71-22.09-34.689-47.989-43.929-75.958l46.329-26.74c-6.535-35.417-6.538-46.644 0-82.079l-46.329-26.74c9.24-27.969 24.22-53.869 43.929-75.969l46.309 26.76c27.377-23.434 37.063-29.065 71.039-41.069V44.464a216.79 216.79 0 0 1 87.738 0v53.479c33.978 12.005 43.665 17.637 71.039 41.069l46.309-26.76c19.709 22.099 34.689 47.999 43.929 75.969l-46.329 26.74c6.536 35.426 6.538 46.644 0 82.079l46.329 26.74c-9.24 27.968-24.219 53.868-43.929 75.957zM256 160c-52.935 0-96 43.065-96 96s43.065 96 96 96 96-43.065 96-96-43.065-96-96-96zm0 160c-35.29 0-64-28.71-64-64s28.71-64 64-64 64 28.71 64 64-28.71 64-64 64z"></path>
</symbol>
<symbol id="fermer" viewBox="0 0 512 512" aria-hidden="true">
<path d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm0 464c-118.7 0-216-96.1-216-216 0-118.7 96.1-216 216-216 118.7 0 216 96.1 216 216 0 118.7-96.1 216-216 216zm94.8-285.3L281.5 256l69.3 69.3c4.7 4.7 4.7 12.3 0 17l-8.5 8.5c-4.7 4.7-12.3 4.7-17 0L256 281.5l-69.3 69.3c-4.7 4.7-12.3 4.7-17 0l-8.5-8.5c-4.7-4.7-4.7-12.3 0-17l69.3-69.3-69.3-69.3c-4.7-4.7-4.7-12.3 0-17l8.5-8.5c4.7-4.7 12.3-4.7 17 0l69.3 69.3 69.3-69.3c4.7-4.7 12.3-4.7 17 0l8.5 8.5c4.6 4.7 4.6 12.3 0 17z"></path>
</symbol>
<symbol id="modeClair" viewBox="0 0 640 512" aria-hidden="true">
<path d="M320,64A112.14,112.14,0,0,0,208,176a16,16,0,0,0,32,0,80.09,80.09,0,0,1,80-80,16,16,0,0,0,0-32Zm0-64C217.06,0,143.88,83.55,144,176.23a175,175,0,0,0,43.56,115.55C213.22,321,237.84,368.69,240,384l.06,75.19a15.88,15.88,0,0,0,2.69,8.83l24.5,36.84A16,16,0,0,0,280.56,512h78.85a16,16,0,0,0,13.34-7.14L397.25,468a16.17,16.17,0,0,0,2.69-8.83L400,384c2.25-15.72,27-63.19,52.44-92.22A175.9,175.9,0,0,0,320,0Zm47.94,454.31L350.84,480H289.12l-17.06-25.69,0-6.31h95.91ZM368,416H272l-.06-32H368Zm60.41-145.31c-14,15.95-36.32,48.09-50.57,81.29H262.22c-14.28-33.21-36.6-65.34-50.6-81.29A143.47,143.47,0,0,1,176.06,176C175.88,99,236.44,32,320,32c79.41,0,144,64.59,144,144A143.69,143.69,0,0,1,428.38,270.69ZM96,176a16,16,0,0,0-16-16H16a16,16,0,0,0,0,32H80A16,16,0,0,0,96,176ZM528,64a16.17,16.17,0,0,0,7.16-1.69l64-32A16,16,0,0,0,584.84,1.69l-64,32A16,16,0,0,0,528,64Zm96,96H560a16,16,0,0,0,0,32h64a16,16,0,0,0,0-32ZM119.16,33.69l-64-32A16,16,0,0,0,40.84,30.31l64,32A16.17,16.17,0,0,0,112,64a16,16,0,0,0,7.16-30.31Zm480,288-64-32a16,16,0,0,0-14.32,28.63l64,32a16,16,0,0,0,14.32-28.63ZM112,288a16.17,16.17,0,0,0-7.16,1.69l-64,32a16,16,0,0,0,14.32,28.63l64-32A16,16,0,0,0,112,288Z"/>
</symbol>
<symbol id="modeSombre" viewBox="0 0 640 512" aria-hidden="true">
<path d="M224 119.3l25.4 20C262.7 113.7 289.2 96 320 96c8.8 0 16-7.2 16-16s-7.2-16-16-16c-41 0-76.5 22.4-96 55.3zM320 32c79.4 0 144 64.6 144 144 0 59.1-35.3 94.4-40.3 100.5l25 19.7c2.9-3.5 47.3-47.1 47.3-120.3C496 78.8 417.2 0 320 0c-75.1 0-123.2 43.4-146.9 79.2L198.3 99c19.2-30.3 58.8-67 121.7-67zm317 453.2L23 1.8C19.6-1 14.5-.5 11.8 3l-10 12.5C-1 19-.4 24 3 26.7l614 483.5c3.4 2.8 8.5 2.2 11.2-1.2l10-12.5c2.8-3.5 2.3-8.5-1.2-11.3zM262.2 352c-14.3-33.2-36.6-65.4-50.6-81.3-16.2-18.5-27-40.6-32.1-64.2l-35.3-27.8c.7 43.3 16.8 82.8 43.3 113.1 25.7 29.3 50.3 76.9 52.4 92.2l.1 75.2c0 3.1.9 6.2 2.7 8.8l24.5 36.8c3 4.5 8 7.1 13.3 7.1h78.9c5.4 0 10.4-2.7 13.3-7.1l24.5-36.8c1.7-2.6 2.7-5.7 2.7-8.8l.1-75.2c.1-.4.9-2.6 1-3.1L364.3 352zm105.7 102.3l-17 25.7h-61.7l-17.1-25.7V448H368v6.3zm.1-38.3h-96l-.1-32H368z"/>
</symbol>
<symbol id="merge" viewBox="0 0 384 512" aria-hidden="true">
<path d="M304 192c-41.7 0-76 32-79.7 72.8-25.2-1.3-61.6-7.9-88.8-31.7-20.3-17.8-32.8-43-37.5-75.1 35.5-8.2 62-40 62-77.9 0-44.2-35.8-80-80-80S0 35.8 0 80c0 38.7 27.5 71 64 78.4v195.2C27.5 361 0 393.3 0 432c0 44.2 35.8 80 80 80s80-35.8 80-80c0-38.7-27.5-71-64-78.4V237.4c5.5 7.2 11.7 13.9 18.6 19.9C151 289 197.9 296.1 228 297c10.5 31.9 40.5 55 76 55 44.2 0 80-35.8 80-80s-35.8-80-80-80zM32 80c0-26.5 21.5-48 48-48s48 21.5 48 48-21.5 48-48 48-48-21.5-48-48zm96 352c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48zm176-112c-26.5 0-48-21.5-48-48s21.5-48 48-48 48 21.5 48 48-21.5 48-48 48z"></path>
</symbol>
<symbol id="fleche" viewBox="0 0 448 512" aria-hidden="true">
<path d="M216 412.5l-148.5-148c-4.7-4.7-4.7-12.3 0-17L216 99.5c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L124.1 239H436c6.6 0 12 5.4 12 12v10c0 6.6-5.4 12-12 12H124.1L240 388.4c4.7 4.7 4.7 12.3 0 17l-7.1 7.1c-4.6 4.7-12.2 4.7-16.9 0zM12 448h8c6.6 0 12-5.4 12-12V76c0-6.6-5.4-12-12-12h-8C5.4 64 0 69.4 0 76v360c0 6.6 5.4 12 12 12z"></path>
</symbol>
<symbol id="reglage" viewBox="0 0 512 512" aria-hidden="true">
<path d="M504 384H192v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h88v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h312c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-344 64h-32v-96h32v96zM504 96H256V56c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h152v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h248c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-280 64h-32V64h32v96zm280 80h-88v-40c0-13.3-10.7-24-24-24h-48c-13.3 0-24 10.7-24 24v40H8c-4.4 0-8 3.6-8 8v16c0 4.4 3.6 8 8 8h312v40c0 13.3 10.7 24 24 24h48c13.3 0 24-10.7 24-24v-40h88c4.4 0 8-3.6 8-8v-16c0-4.4-3.6-8-8-8zm-120 64h-32v-96h32v96z"></path>
</symbol>
<symbol id="caddie" viewBox="0 0 576 512" aria-hidden="true">
<path d="M551.991 64H129.28l-8.329-44.423C118.822 8.226 108.911 0 97.362 0H12C5.373 0 0 5.373 0 12v8c0 6.627 5.373 12 12 12h78.72l69.927 372.946C150.305 416.314 144 431.42 144 448c0 35.346 28.654 64 64 64s64-28.654 64-64a63.681 63.681 0 0 0-8.583-32h145.167a63.681 63.681 0 0 0-8.583 32c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-17.993-7.435-34.24-19.388-45.868C506.022 391.891 496.76 384 485.328 384H189.28l-12-64h331.381c11.368 0 21.177-7.976 23.496-19.105l43.331-208C578.592 77.991 567.215 64 551.991 64zM240 448c0 17.645-14.355 32-32 32s-32-14.355-32-32 14.355-32 32-32 32 14.355 32 32zm224 32c-17.645 0-32-14.355-32-32s14.355-32 32-32 32 14.355 32 32-14.355 32-32 32zm38.156-192H171.28l-36-192h406.876l-40 192z"></path>
</symbol>
<symbol id="torii" viewBox="0 0 512 512" aria-hidden="true">
<path d="M480 160c17.67 0 32-14.33 32-32V0a303.17 303.17 0 0 1-135.55 32h-240.9A303.17 303.17 0 0 1 0 0v128c0 17.67 14.33 32 32 32h32v96H8c-4.42 0-8 3.58-8 8v16c0 4.42 3.58 8 8 8h56v216c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V288h320v216c0 4.42 3.58 8 8 8h16c4.42 0 8-3.58 8-8V288h56c4.42 0 8-3.58 8-8v-16c0-4.42-3.58-8-8-8h-56v-96h32zM32 128V47.56C65.39 58.38 100.49 64 135.55 64h240.89c35.07 0 70.17-5.62 103.55-16.44V128H32zm64 32h144v96H96v-96zm320 96H272v-96h144v96z"></path>
</symbol>
<symbol id="livre" viewBox="0 0 448 512" aria-hidden="true">
<path d="M356 160H188c-6.6 0-12-5.4-12-12v-8c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12zm12 52v-8c0-6.6-5.4-12-12-12H188c-6.6 0-12 5.4-12 12v8c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12zm64.7 268h3.3c6.6 0 12 5.4 12 12v8c0 6.6-5.4 12-12 12H80c-44.2 0-80-35.8-80-80V80C0 35.8 35.8 0 80 0h344c13.3 0 24 10.7 24 24v368c0 10-6.2 18.6-14.9 22.2-3.6 16.1-4.4 45.6-.4 65.8zM128 384h288V32H128v352zm-96 16c13.4-10 30-16 48-16h16V32H80c-26.5 0-48 21.5-48 48v320zm372.3 80c-3.1-20.4-2.9-45.2 0-64H80c-64 0-64 64 0 64h324.3z"></path>
</symbol>
<symbol id="usa" viewBox="0 0 448 512" aria-hidden="true">
<path d="M472.5 0c-7 0-14.3 1.5-21.2 4.6-50.5 22.7-87.8 30.3-119.1 30.3C266.1 34.9 227.7.4 151.4.4 119.8.4 81.2 6.9 32 23.6V16c0-8.8-7.2-16-16-16S0 7.2 0 16v488c0 4.4 3.6 8 8 8h16c4.4 0 8-3.6 8-8V403.6c44.2-15.8 81.6-22 114.5-22 81.2 0 137.8 34.4 219.1 34.4 35.3 0 75.1-6.5 123.7-25 14-5.4 22.8-17.9 22.8-31.2V33.4C512 13 493.4 0 472.5 0zM256 54.3c58.3 17.5 113.9 21.8 208.3-20.5 9.4-4.2 15.7-.5 15.7 5.6v52.4c-98.8 41.7-153.2 28.3-224 16.1V54.3zm0 86c34.5 6.1 64.2 12 98.8 12 35.2 0 75.8-7 125.2-26.3v61.6c-103.5 33.4-162.8 18.4-224 4v-51.3zM32 57.2c46-16.7 85.3-24.8 119.4-24.8 27.7 0 50.5 5.5 72.6 12.1v140c-51.1-10.4-108.6-14.8-192 10.4V57.2zm0 171.1c100.6-32.4 159.1-19.2 220.4-4.7 57.5 13.6 120.2 30 227.7-2.4v54.5c-100.5 32.4-159 19.2-220.4 4.7-61-14.4-124.5-28.6-227.7 2.5v-54.6zM365.5 384c-75.6 0-133-34.4-219.1-34.4-36.7 0-74.4 6.5-114.5 19.8v-53.1c100.6-32.4 159-19.2 220.3-4.7 58.8 13.8 120.5 29.9 227.7-2.4v50.3c-.8 2.5-58.8 24.5-114.4 24.5zM96 64c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm72 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16zm-72 24c-8.8 0-16 7.2-16 16s7.2 16 16 16 16-7.2 16-16-7.2-16-16-16zm72 32c8.8 0 16-7.2 16-16s-7.2-16-16-16-16 7.2-16 16 7.2 16 16 16z"></path>
</symbol>
<symbol id="livres" viewBox="0 0 576 512" aria-hidden="true">
<path d="M575.33 456.43L399 8.02C397.28 3.1 392.61 0 387.65 0c-3.01 0-4.97 1.03-11.49 3.31-6.46 2.26-9.82 8.24-6.27 18.38-16.46 9.69-59.15 24.09-75.5 26.42-1.33-3.78-1.97-6.62-6.4-9.23V32c0-17.67-14.33-32-32-32h-96c-5.96 0-11.22 2.07-16 4.9C139.22 2.07 133.96 0 128 0H32C14.33 0 0 14.33 0 32v448c0 17.67 14.33 32 32 32h96c5.96 0 11.22-2.07 16-4.9 4.78 2.84 10.04 4.9 16 4.9h96c17.67 0 32-14.33 32-32V118.88l151.43 385.1c1.73 4.92 6.4 8.02 11.35 8.02 3 0 4.96-1.03 11.49-3.31 6.44-2.25 9.83-8.23 6.27-18.38 16.46-9.69 59.15-24.09 75.5-26.42 3.65 10.4 10.13 12.65 16.38 10.46l7.55-2.64c6.23-2.19 9.54-9.07 7.36-15.28zM128 480H32v-64h96v64zm0-96H32V128h96v256zm0-288H32V32h96v64zm128 384h-96v-64h96v64zm0-96h-96V128h96v256zm0-288h-96V32h96v64zm203.15 367.54L303.79 74.88c25.22-4.74 64.01-20.33 75.5-26.42l155.36 388.65c-25.23 4.75-64.01 20.33-75.5 26.43z"></path>
</symbol>
<symbol id="piece" viewBox="0 0 512 512" aria-hidden="true">
<path d="M256 64C114.67 64 0 128.44 0 208v112c0 70.72 114.67 128 256 128s256-57.28 256-128V208c0-79.56-114.67-144-256-144zM64 366.61C43.69 352 32 335.68 32 320v-42.34A183.65 183.65 0 0 0 64 303zm80 35.32A306.25 306.25 0 0 1 96 385v-64.69a327.39 327.39 0 0 0 48 17zm96 13.68a450 450 0 0 1-64-6.61v-64.27a442.1 442.1 0 0 0 64 6.53zm96-6.61a450 450 0 0 1-64 6.64v-64.38a442.1 442.1 0 0 0 64-6.53zm80-24a306.25 306.25 0 0 1-48 16.9v-64.6a327.39 327.39 0 0 0 48-17zm64-65c0 15.68-11.69 32-32 46.61V303a183.65 183.65 0 0 0 32-25.37zm-224 0c-132 0-224-59-224-112S124 96 256 96s224 59 224 112-92 112-224 112z"></path>
</symbol>
<symbol id="boite" viewBox="0 0 512 512" aria-hidden="true">
<path d="M509.5 184.6L458.9 32.8C452.4 13.2 434.1 0 413.4 0H98.6c-20.7 0-39 13.2-45.5 32.8L2.5 184.6c-1.6 4.9-2.5 10-2.5 15.2V464c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V199.8c0-5.2-.8-10.3-2.5-15.2zM32 199.8c0-1.7.3-3.4.8-5.1L83.4 42.9C85.6 36.4 91.7 32 98.6 32H240v168H32v-.2zM480 464c0 8.8-7.2 16-16 16H48c-8.8 0-16-7.2-16-16V232h448v232zm0-264H272V32h141.4c6.9 0 13 4.4 15.2 10.9l50.6 151.8c.5 1.6.8 3.3.8 5.1v.2z"></path>
</symbol>
<symbol id="stack" viewBox="0 0 384 512" aria-hidden="true">
<path d="M290.7 311L95 269.7 86.8 309l195.7 41zm51-87L188.2 95.7l-25.5 30.8 153.5 128.3zm-31.2 39.7L129.2 179l-16.7 36.5L293.7 300zM262 32l-32 24 119.3 160.3 32-24zm20.5 328h-200v39.7h200zm39.7 80H42.7V320h-40v160h359.5V320h-40z"></path>
</symbol>
<symbol id="tag" viewBox="0 0 512 512" aria-hidden="true">
<path d="M497.941 225.941L286.059 14.059A48 48 0 0 0 252.118 0H48C21.49 0 0 21.49 0 48v204.118a48 48 0 0 0 14.059 33.941l211.882 211.882c18.745 18.745 49.137 18.746 67.882 0l204.118-204.118c18.745-18.745 18.745-49.137 0-67.882zm-22.627 45.255L271.196 475.314c-6.243 6.243-16.375 6.253-22.627 0L36.686 263.431A15.895 15.895 0 0 1 32 252.117V48c0-8.822 7.178-16 16-16h204.118c4.274 0 8.292 1.664 11.314 4.686l211.882 211.882c6.238 6.239 6.238 16.39 0 22.628zM144 124c11.028 0 20 8.972 20 20s-8.972 20-20 20-20-8.972-20-20 8.972-20 20-20m0-28c-26.51 0-48 21.49-48 48s21.49 48 48 48 48-21.49 48-48-21.49-48-48-48z"></path>
</symbol>
<symbol id="arrive" viewBox="0 0 512 512" aria-hidden="true">
<path d="M464 96.3c-22.5 8.9-49.7 17.4-76.8 22.2v72.6c26.8-4.4 51.7-13.8 76.8-23.7zm0 212.5v-71.1c-16.8 10.6-46.8 21.5-76.8 25.5v72c30.7-3.2 58.6-14.9 76.8-26.4zM80 186.3c16.2-10.2 46.9-20.7 76.8-25V88.8C126.1 92 98.2 103.7 80 115.2zm0 133.5c23.1-7.7 50.3-13.1 76.8-16v-71.7c-26 2.7-52 8.4-76.8 16.6zm230.4-63.1c-25.1-6.9-49.6-16.6-76.8-22.2v69.7c27.7 4.7 52 14 76.8 21.4v-68.9c27.5 7.6 49.7 10.1 76.8 6.5v-72.1c-24.4 4-48.6 3.6-76.8-2.5zM477.9 37.8c-36.8 17.1-86.3 36.9-133.5 36.9-56.7 0-102-34.7-171.9-34.7-28.5 0-53.7 5.3-77 14.4C99.6 24.7 75.8-1.1 46.1 0 21.5 1 1.4 20.8.1 45.3c-1.2 22.1 12.5 41.1 31.9 48V500c0 6.6 5.4 12 12 12h8c6.6 0 12-5.4 12-12V378.4c31.4-14.5 72.1-29.1 135.7-29.1 56.6 0 101.9 34.7 171.8 34.7 51.3 0 91.9-17.2 130-43 6.6-4.5 10.5-11.9 10.5-19.9V59.5c0-17.5-18.2-29.1-34.1-21.7zM48 68c-11 0-20-9-20-20s9-20 20-20 20 9 20 20-9 20-20 20zm432 249.3C456.9 334 415.5 352 371.5 352c-63.6 0-108.2-34.7-171.8-34.7-46 0-102.3 10.2-135.7 26V106.7C87.1 90 128.5 72 172.5 72c63.6 0 108.2 34.7 171.8 34.7 45.9 0 102.2-18.8 135.7-34.7zM310.4 119.7c-27.7-4.7-52.3-14.2-76.8-21.4v67.9c25.3 6.7 49.6 16.4 76.8 22.4zm-153.6 41.5v70.9c34.2-3.6 56.2-1.7 76.8 2.5v-68.4c-29.7-7.8-51.3-8.7-76.8-5z"></path>
</symbol>
<symbol id="poubelle" viewBox="0 0 448 512" aria-hidden="true">
<path d="M440 64H336l-33.6-44.8A48 48 0 0 0 264 0h-80a48 48 0 0 0-38.4 19.2L112 64H8a8 8 0 0 0-8 8v16a8 8 0 0 0 8 8h18.9l33.2 372.3a48 48 0 0 0 47.8 43.7h232.2a48 48 0 0 0 47.8-43.7L421.1 96H440a8 8 0 0 0 8-8V72a8 8 0 0 0-8-8zM171.2 38.4A16.1 16.1 0 0 1 184 32h80a16.1 16.1 0 0 1 12.8 6.4L296 64H152zm184.8 427a15.91 15.91 0 0 1-15.9 14.6H107.9A15.91 15.91 0 0 1 92 465.4L59 96h330z"></path>
</symbol>
<symbol id="note" viewBox="0 0 125.89 22.97" aria-hidden="true">
<path d="M22.77,7.69l-6.55-1L13.29.8a1.44,1.44,0,0,0-2.58,0L7.78,6.74l-6.55,1a1.43,1.43,0,0,0-.79,2.45l4.74,4.62L4.06,21.29A1.43,1.43,0,0,0,6.14,22.8L12,19.72l5.86,3.08a1.43,1.43,0,0,0,2.08-1.51l-1.12-6.53,4.74-4.62a1.43,1.43,0,0,0-.79-2.45Zm-5.49,6.57,1.25,7.27L12,18.1,5.47,21.53l1.25-7.26L1.44,9.11,8.73,8.05,12,1.44l3.27,6.61,7.29,1.06-5.28,5.15Z"/>
<path d="M48.24,7.69l-6.55-1L38.76.8a1.43,1.43,0,0,0-2.57,0L33.26,6.74l-6.56,1a1.44,1.44,0,0,0-.79,2.45l4.74,4.62-1.12,6.53a1.43,1.43,0,0,0,2.08,1.51l5.86-3.08,5.87,3.08a1.43,1.43,0,0,0,2.08-1.51L44.3,14.76,49,10.14a1.44,1.44,0,0,0-.8-2.45Zm-5.48,6.57L44,21.53,37.47,18.1,31,21.53l1.24-7.26L26.91,9.11l7.3-1.06,3.26-6.61,3.27,6.61L48,9.11l-5.28,5.15Z"/>
<path d="M73.72,7.69l-6.56-1L64.23.8a1.43,1.43,0,0,0-2.57,0L58.73,6.74l-6.55,1a1.44,1.44,0,0,0-.8,2.45l4.74,4.62L55,21.29a1.43,1.43,0,0,0,2.08,1.51L63,19.72l5.86,3.08a1.43,1.43,0,0,0,2.08-1.51l-1.12-6.53,4.74-4.62a1.44,1.44,0,0,0-.79-2.45Zm-5.49,6.57,1.25,7.27L63,18.1l-6.53,3.43,1.25-7.26L52.38,9.11l7.3-1.06L63,1.44l3.26,6.61,7.3,1.06-5.28,5.15Z"/>
<path d="M99.19,7.69l-6.55-1L89.71.8a1.44,1.44,0,0,0-2.58,0L84.2,6.74l-6.55,1a1.44,1.44,0,0,0-.8,2.45l4.75,4.62-1.13,6.53a1.44,1.44,0,0,0,2.09,1.51l5.86-3.08,5.86,3.08a1.43,1.43,0,0,0,2.08-1.51l-1.12-6.53L100,10.14a1.43,1.43,0,0,0-.79-2.45ZM93.7,14.26,95,21.53,88.42,18.1l-6.53,3.43,1.25-7.26L77.85,9.11l7.3-1.06,3.27-6.61,3.27,6.61L99,9.11,93.7,14.26Z"/>
<path d="M124.66,7.69l-6.55-1L115.18.8a1.43,1.43,0,0,0-2.57,0l-2.93,5.94-6.56,1a1.44,1.44,0,0,0-.79,2.45l4.74,4.62L106,21.29A1.43,1.43,0,0,0,108,22.8l5.86-3.08,5.87,3.08a1.43,1.43,0,0,0,2.08-1.51l-1.12-6.53,4.74-4.62a1.44,1.44,0,0,0-.8-2.45Zm-5.48,6.57,1.24,7.27-6.53-3.43-6.52,3.43,1.24-7.26-5.28-5.16,7.3-1.06,3.26-6.61,3.27,6.61,7.3,1.06-5.28,5.15Z"/>
</symbol>
</svg>
<script src="js-lib/modernizr.min.js"></script>
<script src="js-lib/handlebars.js"></script>
<script src="js-lib/lottie.min.js"></script>
<script src="script.min.js"></script>
</body>
</html>