@iris.interactive/handcook 1.0.12 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/package.json +1 -1
  2. package/public/index.html +39 -0
  3. package/public/mix-manifest.json +9 -0
  4. package/public/scripts/SmoothScroll.js +1 -0
  5. package/public/scripts/index.js +1 -236
  6. package/public/styles/scss/_utils.scss +0 -6
  7. package/public/styles/scss/_variables.scss +8 -1
  8. package/public/styles/scss/handcook.scss +19 -0
  9. package/public/styles/scss/mixins/_mixin-layout.scss +13 -14
  10. package/public/styles/scss/mixins/_mixin-style.scss +1 -1
  11. package/public/styles/style.css +14 -1381
  12. package/resources/assets/scripts/SmoothScroll.js +41 -0
  13. package/resources/assets/styles/_utils.scss +96 -0
  14. package/resources/assets/styles/_variables.scss +419 -0
  15. package/resources/assets/styles/handcook.scss +19 -0
  16. package/resources/assets/styles/mixins/_mixin-layout.scss +102 -0
  17. package/resources/assets/styles/mixins/_mixin-style.scss +133 -0
  18. package/resources/index.html +39 -0
  19. package/resources/index.js +18 -0
  20. package/resources/style.scss +20 -0
  21. package/public/fonts/svgfont/etourisme/etourisme-font.eot +0 -0
  22. package/public/fonts/svgfont/etourisme/etourisme-font.svg +0 -1
  23. package/public/fonts/svgfont/etourisme/etourisme-font.ttf +0 -0
  24. package/public/fonts/svgfont/etourisme/etourisme-font.woff +0 -0
  25. package/public/fonts/svgfont/info-neige/info-neige-font.eot +0 -0
  26. package/public/fonts/svgfont/info-neige/info-neige-font.svg +0 -1
  27. package/public/fonts/svgfont/info-neige/info-neige-font.ttf +0 -0
  28. package/public/fonts/svgfont/info-neige/info-neige-font.woff +0 -0
  29. package/public/fonts/svgfont/iris-tides/iris-tides-font.eot +0 -0
  30. package/public/fonts/svgfont/iris-tides/iris-tides-font.svg +0 -1
  31. package/public/fonts/svgfont/iris-tides/iris-tides-font.ttf +0 -0
  32. package/public/fonts/svgfont/iris-tides/iris-tides-font.woff +0 -0
  33. package/public/fonts/svgfont/iris-weather/iris-weather-font.eot +0 -0
  34. package/public/fonts/svgfont/iris-weather/iris-weather-font.svg +0 -1
  35. package/public/fonts/svgfont/iris-weather/iris-weather-font.ttf +0 -0
  36. package/public/fonts/svgfont/iris-weather/iris-weather-font.woff +0 -0
  37. package/public/fonts/svgfont/theme/theme-font.eot +0 -0
  38. package/public/fonts/svgfont/theme/theme-font.svg +0 -1
  39. package/public/fonts/svgfont/theme/theme-font.ttf +0 -0
  40. package/public/fonts/svgfont/theme/theme-font.woff +0 -0
  41. package/public/styles/scss/_init.scss +0 -24
  42. package/public/styles/scss/_layout.scss +0 -213
  43. package/public/styles/scss/lib/_etourisme-font.scss +0 -55
  44. package/public/styles/scss/lib/_info-neige-font.scss +0 -36
  45. package/public/styles/scss/lib/_iris-tides-font.scss +0 -38
  46. package/public/styles/scss/lib/_iris-weather-font.scss +0 -47
  47. package/public/styles/scss/lib/_theme-font.scss +0 -135
  48. package/public/styles/scss/mixins/_mixin-font.scss +0 -31
@@ -1,1381 +1,14 @@
1
- /*
2
- * Created by IRIS Interactive
3
- * User : IRIS Interactive
4
- */
5
- /* Layout
6
- / ================================================== */
7
- /* Gutter
8
- / ================================================== */
9
- /* Margin
10
- / ================================================== */
11
- /* Margin
12
- / ================================================== */
13
- /* Breakpoint
14
- / ================================================== */
15
- /* Global
16
- / ================================================== */
17
- /* Notifications
18
- / ================================================== */
19
- /* Difficulty
20
- / ================================================== */
21
- /*
22
- * Created by IRIS Interactive
23
- * User : IRIS Interactive
24
- */
25
- /* Import
26
- /* ============================================= */
27
- /* Fonticon
28
- /* ============================================= */
29
- /*
30
- * Created by IRIS Interactive
31
- * User : IRIS Interactive
32
- */
33
- /* Main gutter
34
- / ================================================== */
35
- /* display flex
36
- /* ============================================= */
37
- /* Font size
38
- /* ============================================= */
39
- /* Hover - TODO
40
- /* ============================================= */
41
- /* Touch
42
- /* ============================================= */
43
- /* Clear
44
- /* ============================================= */
45
- /*
46
- * Created by IRIS Interactive
47
- * User : IRIS Interactive
48
- */
49
- /* Transition
50
- /* ============================================= */
51
- /* Hover
52
- /* ============================================= */
53
- /* Ellipsis
54
- /* ============================================= */
55
- /* Adaptive height block
56
- /* ============================================= */
57
- /* Line clamp
58
- /* ============================================= */
59
- /* Object fit
60
- /* ============================================= */
61
- /* Linear Gradient
62
- /* ============================================= */
63
- /* fit-content
64
- /* ============================================= */
65
- /* stretched-link
66
- /* ============================================= */
67
- /* sr-only
68
- /* ============================================= */
69
- /*
70
- * Created by IRIS Interactive
71
- * User : IRIS Interactive
72
- */
73
- *,
74
- *:after,
75
- *:before {
76
- -moz-osx-font-smoothing: grayscale;
77
- -webkit-font-smoothing: antialiased;
78
- text-rendering: optimizeLegibility;
79
- box-sizing: border-box;
80
- margin: 0;
81
- padding: 0;
82
- }
83
-
84
- body {
85
- background: var(--iris--global--background-color);
86
- color: var(--iris--global--color);
87
- font-family: var(--iris--global--font-family);
88
- line-height: 1.75;
89
- font-weight: var(--iris--global--font-weight);
90
- font-size: var(--iris--global--font-size-regular--rem);
91
- }
92
-
93
- /*
94
- * Created by IRIS Interactive
95
- * User : IRIS Interactive
96
- */
97
- body.fullscreen .header {
98
- height: 120px;
99
- }
100
- @media screen and (max-width: 1000px) {
101
- body.fullscreen .header {
102
- height: 80px;
103
- }
104
- }
105
- body.fullscreen .alignheight {
106
- height: calc(100vh - 120px);
107
- }
108
- @media screen and (max-width: 1000px) {
109
- body.fullscreen .alignheight {
110
- height: calc(100vh - 80px);
111
- }
112
- }
113
- body.fullscreen .header .banner,
114
- body.fullscreen .footer,
115
- body.fullscreen .prefooter {
116
- display: none;
117
- }
118
-
119
- /* Margin section
120
- / ================================================== */
121
- .section {
122
- position: relative;
123
- margin-top: 100px;
124
- margin-bottom: 60px;
125
- }
126
- @media screen and (max-width: 1000px) {
127
- .section {
128
- margin-top: 40px;
129
- margin-bottom: 40px;
130
- }
131
- }
132
- .fullscreen .section {
133
- margin-top: 0;
134
- margin-bottom: 0;
135
- }
136
-
137
- .section-tools {
138
- position: absolute;
139
- z-index: 1;
140
- top: 0;
141
- left: 0;
142
- margin-left: 30px;
143
- }
144
- @media screen and (max-width: 1452.380952381px) {
145
- .section-tools {
146
- display: none;
147
- }
148
- }
149
-
150
- .section-tools__item {
151
- display: flex;
152
- justify-content: center;
153
- align-items: center;
154
- flex-direction: column;
155
- margin-bottom: 20px;
156
- }
157
- @media screen and (max-width: 1452.380952381px) {
158
- .section-tools__item {
159
- font-size: var(--iris--global--font-size-small);
160
- }
161
- }
162
- @media screen and (max-width: 1000px) {
163
- .section-tools__item {
164
- display: flex;
165
- justify-content: center;
166
- align-items: center;
167
- flex-direction: row;
168
- }
169
- .section-tools__item > * {
170
- margin: 0 3px;
171
- }
172
- .section-tools__item > *:first-child {
173
- margin-left: 0;
174
- }
175
- }
176
- @media screen and (max-width: 650px) {
177
- .section-tools__item {
178
- margin: 0 20px;
179
- display: flex;
180
- justify-content: flex-start;
181
- align-items: center;
182
- flex-direction: row;
183
- width: calc(100% - 20px * 2);
184
- }
185
- }
186
- @media screen and (max-width: 370px) {
187
- .section-tools__item {
188
- margin: 0 20px;
189
- width: calc(100% - 20px * 2);
190
- }
191
- }
192
-
193
- /* Width element
194
- / ================================================== */
195
- .article > *:not(.alignwide):not(.alignfull) {
196
- max-width: 800px;
197
- margin-left: auto;
198
- margin-right: auto;
199
- }
200
- @media screen and (max-width: 1452.380952381px) {
201
- .article > *:not(.alignfull) {
202
- width: calc(100% - 8% * 2);
203
- }
204
- }
205
- @media screen and (max-width: 1000px) {
206
- .article > *:not(.alignfull) {
207
- width: calc(100% - 60px * 2);
208
- }
209
- }
210
- @media screen and (max-width: 650px) {
211
- .article > *:not(.alignfull) {
212
- width: calc(100% - 20px * 2);
213
- }
214
- }
215
- @media screen and (max-width: 370px) {
216
- .article > *:not(.alignfull) {
217
- width: calc(100% - 20px * 2);
218
- }
219
- }
220
-
221
- .alignwide {
222
- max-width: 1220px;
223
- margin-left: auto;
224
- margin-right: auto;
225
- }
226
-
227
- .container {
228
- max-width: 1220px;
229
- margin-left: auto;
230
- margin-right: auto;
231
- }
232
- @media screen and (max-width: 1452.380952381px) {
233
- .container {
234
- width: calc(100% - 60px * 2);
235
- }
236
- }
237
- @media screen and (max-width: 1000px) {
238
- .container {
239
- width: calc(100% - 40px * 2);
240
- }
241
- }
242
- @media screen and (max-width: 650px) {
243
- .container {
244
- width: calc(100% - 20px * 2);
245
- }
246
- }
247
- @media screen and (max-width: 370px) {
248
- .container {
249
- width: calc(100% - 20px * 2);
250
- }
251
- }
252
-
253
- .alignheight {
254
- height: 100vh;
255
- }
256
-
257
- .full-width {
258
- margin-left: calc(50% - 50vw);
259
- margin-right: calc(50% - 50vw);
260
- }
261
-
262
- /* Margin element
263
- / ================================================== */
264
- .hentry > h1,
265
- .hentry > h2,
266
- .hentry > h3,
267
- .hentry > h4,
268
- .hentry > h5,
269
- .hentry > h6 {
270
- margin-top: 60px;
271
- margin-bottom: 40px;
272
- }
273
- @media screen and (max-width: 650px) {
274
- .hentry > h1,
275
- .hentry > h2,
276
- .hentry > h3,
277
- .hentry > h4,
278
- .hentry > h5,
279
- .hentry > h6 {
280
- margin-top: 40px;
281
- margin-bottom: 20px;
282
- }
283
- }
284
- .hentry ul:not(.not-list-style),
285
- .hentry ol:not(.not-list-style),
286
- .hentry p {
287
- margin-bottom: 20px;
288
- }
289
- .hentry > *[class] {
290
- margin-top: 60px;
291
- margin-bottom: 60px;
292
- }
293
- @media screen and (max-width: 650px) {
294
- .hentry > *[class] {
295
- margin-top: 30px;
296
- margin-bottom: 30px;
297
- }
298
- }
299
-
300
- /* TODO
301
- / ================================================== */
302
- /*
303
- * Created by IRIS Interactive
304
- * User : IRIS Interactive
305
- */
306
- /* Utils classes
307
- /* ============================================= */
308
- .stretched-link:before {
309
- position: absolute;
310
- top: 0;
311
- right: 0;
312
- bottom: 0;
313
- left: 0;
314
- z-index: 1;
315
- pointer-events: auto;
316
- content: "";
317
- background-color: rgba(0, 0, 0, 0);
318
- }
319
-
320
- /* ============================================= */
321
- .list-flex {
322
- display: flex;
323
- flex-wrap: wrap;
324
- margin-bottom: 0;
325
- }
326
- .list-flex > * {
327
- list-style-type: none;
328
- margin: 0 10px 10px 0;
329
- }
330
- .list-flex > *:last-child {
331
- margin-right: 0;
332
- }
333
-
334
- /* Animations
335
- /* ============================================= */
336
- @-webkit-keyframes loader {
337
- 100% {
338
- transform: rotate(360deg);
339
- }
340
- }
341
- @keyframes loader {
342
- 100% {
343
- transform: rotate(360deg);
344
- }
345
- }
346
- /* Sr-only
347
- /* ============================================= */
348
- .sr-only {
349
- clip: rect(0, 0, 0, 0);
350
- border-width: 0;
351
- height: 1px;
352
- margin: -1px;
353
- overflow: hidden;
354
- padding: 0;
355
- position: absolute;
356
- white-space: nowrap;
357
- width: 1px;
358
- }
359
-
360
- /* Text with icon before
361
- /* ============================================= */
362
- .text-icon {
363
- display: inline-flex;
364
- align-items: center;
365
- }
366
- .text-icon:before {
367
- margin-right: 5px;
368
- }
369
- .text-icon:after {
370
- margin-left: 5px;
371
- }
372
-
373
- /* Block with img animated on hover
374
- /* ============================================= */
375
- .hover-item img {
376
- transition: 0.2s ease;
377
- will-change: transform;
378
- }
379
- .hover-item:hover img {
380
- transform: scale(1.02);
381
- }
382
-
383
- /* Masquer un element
384
- /* ============================================= */
385
- .hide {
386
- display: none;
387
- }
388
-
389
- /* Opening
390
- /* ============================================= */
391
- .is-opened {
392
- color: #009e55;
393
- }
394
-
395
- .soon-closed {
396
- color: #ff890e;
397
- }
398
-
399
- .is-closed {
400
- color: #f33;
401
- }
402
-
403
- @font-face {
404
- font-family: "etourisme-font";
405
- font-weight: normal;
406
- font-style: normal;
407
- src: url("../fonts/svgfont/etourisme/etourisme-font.eot"), url("../fonts/svgfont/etourisme/etourisme-font.woff") format("woff"), url("../fonts/svgfont/etourisme/etourisme-font.ttf") format("truetype"), url("../fonts/svgfont/etourisme/etourisme-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/etourisme/etourisme-font.svg#etourisme-font") format("svg");
408
- font-display: swap;
409
- }
410
- .ei:before,
411
- .ei:after {
412
- color: var(--iris--icon--color);
413
- display: inline-block;
414
- vertical-align: middle;
415
- font-family: "etourisme-font", sans-serif;
416
- font-style: initial;
417
- }
418
-
419
- .ei--danger:not(.ei--after):before {
420
- content: "\ea01";
421
- }
422
-
423
- .ei--danger.ei--after:after {
424
- content: "\ea01";
425
- }
426
-
427
- .ei--denivele:not(.ei--after):before {
428
- content: "\ea02";
429
- }
430
-
431
- .ei--denivele.ei--after:after {
432
- content: "\ea02";
433
- }
434
-
435
- .ei--distance:not(.ei--after):before {
436
- content: "\ea03";
437
- }
438
-
439
- .ei--distance.ei--after:after {
440
- content: "\ea03";
441
- }
442
-
443
- .ei--duration:not(.ei--after):before {
444
- content: "\ea04";
445
- }
446
-
447
- .ei--duration.ei--after:after {
448
- content: "\ea04";
449
- }
450
-
451
- .ei--environment:not(.ei--after):before {
452
- content: "\ea05";
453
- }
454
-
455
- .ei--environment.ei--after:after {
456
- content: "\ea05";
457
- }
458
-
459
- .ei--file-downlaod:not(.ei--after):before {
460
- content: "\ea06";
461
- }
462
-
463
- .ei--file-downlaod.ei--after:after {
464
- content: "\ea06";
465
- }
466
-
467
- .ei--flag:not(.ei--after):before {
468
- content: "\ea07";
469
- }
470
-
471
- .ei--flag.ei--after:after {
472
- content: "\ea07";
473
- }
474
-
475
- .ei--itinerary:not(.ei--after):before {
476
- content: "\ea08";
477
- }
478
-
479
- .ei--itinerary.ei--after:after {
480
- content: "\ea08";
481
- }
482
-
483
- .ei--level:not(.ei--after):before {
484
- content: "\ea09";
485
- }
486
-
487
- .ei--level.ei--after:after {
488
- content: "\ea09";
489
- }
490
-
491
- .ei--location-on:not(.ei--after):before {
492
- content: "\ea0a";
493
- }
494
-
495
- .ei--location-on.ei--after:after {
496
- content: "\ea0a";
497
- }
498
-
499
- .ei--loop:not(.ei--after):before {
500
- content: "\ea0b";
501
- }
502
-
503
- .ei--loop.ei--after:after {
504
- content: "\ea0b";
505
- }
506
-
507
- .ei--path:not(.ei--after):before {
508
- content: "\ea0c";
509
- }
510
-
511
- .ei--path.ei--after:after {
512
- content: "\ea0c";
513
- }
514
-
515
- .ei--period:not(.ei--after):before {
516
- content: "\ea0d";
517
- }
518
-
519
- .ei--period.ei--after:after {
520
- content: "\ea0d";
521
- }
522
-
523
- @font-face {
524
- font-family: "info-neige-font";
525
- font-weight: normal;
526
- font-style: normal;
527
- src: url("../fonts/svgfont/info-neige/info-neige-font.eot"), url("../fonts/svgfont/info-neige/info-neige-font.woff") format("woff"), url("../fonts/svgfont/info-neige/info-neige-font.ttf") format("truetype"), url("../fonts/svgfont/info-neige/info-neige-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/info-neige/info-neige-font.svg#info-neige-font") format("svg");
528
- font-display: swap;
529
- }
530
- .ni:before {
531
- font-family: "info-neige-font", sans-serif;
532
- font-style: initial;
533
- }
534
-
535
- .ni-bullet:before {
536
- content: "\ea01";
537
- }
538
-
539
- @font-face {
540
- font-family: "iris-tides-font";
541
- font-weight: normal;
542
- font-style: normal;
543
- src: url("../fonts/svgfont/iris-tides/iris-tides-font.eot"), url("../fonts/svgfont/iris-tides/iris-tides-font.woff") format("woff"), url("../fonts/svgfont/iris-tides/iris-tides-font.ttf") format("truetype"), url("../fonts/svgfont/iris-tides/iris-tides-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/iris-tides/iris-tides-font.svg#iris-tides-font") format("svg");
544
- font-display: swap;
545
- }
546
- .ti:before {
547
- font-family: "iris-tides-font", sans-serif;
548
- font-style: initial;
549
- }
550
-
551
- .ti-coefficient:before {
552
- content: "\ea01";
553
- }
554
-
555
- .ti-high-tide:before {
556
- content: "\ea02";
557
- }
558
-
559
- .ti-low-tide:before {
560
- content: "\ea03";
561
- }
562
-
563
- @font-face {
564
- font-family: "iris-weather-font";
565
- font-weight: normal;
566
- font-style: normal;
567
- src: url("../fonts/svgfont/iris-weather/iris-weather-font.eot"), url("../fonts/svgfont/iris-weather/iris-weather-font.woff") format("woff"), url("../fonts/svgfont/iris-weather/iris-weather-font.ttf") format("truetype"), url("../fonts/svgfont/iris-weather/iris-weather-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/iris-weather/iris-weather-font.svg#iris-weather-font") format("svg");
568
- font-display: swap;
569
- }
570
- .wi:before {
571
- font-family: "iris-weather-font", sans-serif;
572
- font-style: initial;
573
- }
574
-
575
- .wi-day-cloudy:before {
576
- content: "\ea01";
577
- }
578
-
579
- .wi-day-fog:before {
580
- content: "\ea02";
581
- }
582
-
583
- .wi-day-rain:before {
584
- content: "\ea03";
585
- }
586
-
587
- .wi-day-sleet:before {
588
- content: "\ea04";
589
- }
590
-
591
- .wi-day-snow:before {
592
- content: "\ea05";
593
- }
594
-
595
- .wi-day-sunny:before {
596
- content: "\ea06";
597
- }
598
-
599
- .wi-day-windy:before {
600
- content: "\ea07";
601
- }
602
-
603
- .wi-flag-wind:before {
604
- content: "\ea08";
605
- }
606
-
607
- .wi-humidity:before {
608
- content: "\ea09";
609
- }
610
-
611
- .wi-night-clear:before {
612
- content: "\ea0a";
613
- }
614
-
615
- .wi-night-cloudy:before {
616
- content: "\ea0b";
617
- }
618
-
619
- .wi-thermostat:before {
620
- content: "\ea0c";
621
- }
622
-
623
- @font-face {
624
- font-family: "theme-font";
625
- font-weight: normal;
626
- font-style: normal;
627
- src: url("../fonts/svgfont/theme/theme-font.eot"), url("../fonts/svgfont/theme/theme-font.woff") format("woff"), url("../fonts/svgfont/theme/theme-font.ttf") format("truetype"), url("../fonts/svgfont/theme/theme-font.eot?#iefix") format("embedded-opentype"), url("../fonts/svgfont/theme/theme-font.svg#theme-font") format("svg");
628
- font-display: swap;
629
- }
630
- .fi:before,
631
- .fi:after {
632
- color: var(--iris--icon--color);
633
- display: inline-block;
634
- vertical-align: middle;
635
- font-family: "theme-font", sans-serif;
636
- font-style: initial;
637
- }
638
-
639
- .fi--activites:not(.fi--after):before {
640
- content: "\ea01";
641
- }
642
-
643
- .fi--activites.fi--after:after {
644
- content: "\ea01";
645
- }
646
-
647
- .fi--add-location-alt-line:not(.fi--after):before {
648
- content: "\ea02";
649
- }
650
-
651
- .fi--add-location-alt-line.fi--after:after {
652
- content: "\ea02";
653
- }
654
-
655
- .fi--add-location-alt:not(.fi--after):before {
656
- content: "\ea03";
657
- }
658
-
659
- .fi--add-location-alt.fi--after:after {
660
- content: "\ea03";
661
- }
662
-
663
- .fi--add:not(.fi--after):before {
664
- content: "\ea04";
665
- }
666
-
667
- .fi--add.fi--after:after {
668
- content: "\ea04";
669
- }
670
-
671
- .fi--arrow-back:not(.fi--after):before {
672
- content: "\ea05";
673
- }
674
-
675
- .fi--arrow-back.fi--after:after {
676
- content: "\ea05";
677
- }
678
-
679
- .fi--arrow-downward:not(.fi--after):before {
680
- content: "\ea06";
681
- }
682
-
683
- .fi--arrow-downward.fi--after:after {
684
- content: "\ea06";
685
- }
686
-
687
- .fi--arrow-forward:not(.fi--after):before {
688
- content: "\ea07";
689
- }
690
-
691
- .fi--arrow-forward.fi--after:after {
692
- content: "\ea07";
693
- }
694
-
695
- .fi--arrow-upward:not(.fi--after):before {
696
- content: "\ea08";
697
- }
698
-
699
- .fi--arrow-upward.fi--after:after {
700
- content: "\ea08";
701
- }
702
-
703
- .fi--beenhere:not(.fi--after):before {
704
- content: "\ea09";
705
- }
706
-
707
- .fi--beenhere.fi--after:after {
708
- content: "\ea09";
709
- }
710
-
711
- .fi--by-a-boat:not(.fi--after):before {
712
- content: "\ea0a";
713
- }
714
-
715
- .fi--by-a-boat.fi--after:after {
716
- content: "\ea0a";
717
- }
718
-
719
- .fi--by-car:not(.fi--after):before {
720
- content: "\ea0b";
721
- }
722
-
723
- .fi--by-car.fi--after:after {
724
- content: "\ea0b";
725
- }
726
-
727
- .fi--by-plane:not(.fi--after):before {
728
- content: "\ea0c";
729
- }
730
-
731
- .fi--by-plane.fi--after:after {
732
- content: "\ea0c";
733
- }
734
-
735
- .fi--by-train:not(.fi--after):before {
736
- content: "\ea0d";
737
- }
738
-
739
- .fi--by-train.fi--after:after {
740
- content: "\ea0d";
741
- }
742
-
743
- .fi--calendar-today:not(.fi--after):before {
744
- content: "\ea0e";
745
- }
746
-
747
- .fi--calendar-today.fi--after:after {
748
- content: "\ea0e";
749
- }
750
-
751
- .fi--call:not(.fi--after):before {
752
- content: "\ea0f";
753
- }
754
-
755
- .fi--call.fi--after:after {
756
- content: "\ea0f";
757
- }
758
-
759
- .fi--capacity-banquet:not(.fi--after):before {
760
- content: "\ea10";
761
- }
762
-
763
- .fi--capacity-banquet.fi--after:after {
764
- content: "\ea10";
765
- }
766
-
767
- .fi--capacity-carre:not(.fi--after):before {
768
- content: "\ea11";
769
- }
770
-
771
- .fi--capacity-carre.fi--after:after {
772
- content: "\ea11";
773
- }
774
-
775
- .fi--capacity-class:not(.fi--after):before {
776
- content: "\ea12";
777
- }
778
-
779
- .fi--capacity-class.fi--after:after {
780
- content: "\ea12";
781
- }
782
-
783
- .fi--capacity-cocktail:not(.fi--after):before {
784
- content: "\ea13";
785
- }
786
-
787
- .fi--capacity-cocktail.fi--after:after {
788
- content: "\ea13";
789
- }
790
-
791
- .fi--capacity-modular:not(.fi--after):before {
792
- content: "\ea14";
793
- }
794
-
795
- .fi--capacity-modular.fi--after:after {
796
- content: "\ea14";
797
- }
798
-
799
- .fi--capacity-theatre:not(.fi--after):before {
800
- content: "\ea15";
801
- }
802
-
803
- .fi--capacity-theatre.fi--after:after {
804
- content: "\ea15";
805
- }
806
-
807
- .fi--capacity-u:not(.fi--after):before {
808
- content: "\ea16";
809
- }
810
-
811
- .fi--capacity-u.fi--after:after {
812
- content: "\ea16";
813
- }
814
-
815
- .fi--category:not(.fi--after):before {
816
- content: "\ea17";
817
- }
818
-
819
- .fi--category.fi--after:after {
820
- content: "\ea17";
821
- }
822
-
823
- .fi--centered-position:not(.fi--after):before {
824
- content: "\ea18";
825
- }
826
-
827
- .fi--centered-position.fi--after:after {
828
- content: "\ea18";
829
- }
830
-
831
- .fi--check-box:not(.fi--after):before {
832
- content: "\ea19";
833
- }
834
-
835
- .fi--check-box.fi--after:after {
836
- content: "\ea19";
837
- }
838
-
839
- .fi--chevron-bottom:not(.fi--after):before {
840
- content: "\ea1a";
841
- }
842
-
843
- .fi--chevron-bottom.fi--after:after {
844
- content: "\ea1a";
845
- }
846
-
847
- .fi--chevron-left:not(.fi--after):before {
848
- content: "\ea1b";
849
- }
850
-
851
- .fi--chevron-left.fi--after:after {
852
- content: "\ea1b";
853
- }
854
-
855
- .fi--chevron-right:not(.fi--after):before {
856
- content: "\ea1c";
857
- }
858
-
859
- .fi--chevron-right.fi--after:after {
860
- content: "\ea1c";
861
- }
862
-
863
- .fi--chevron-top:not(.fi--after):before {
864
- content: "\ea1d";
865
- }
866
-
867
- .fi--chevron-top.fi--after:after {
868
- content: "\ea1d";
869
- }
870
-
871
- .fi--circle:not(.fi--after):before {
872
- content: "\ea1e";
873
- }
874
-
875
- .fi--circle.fi--after:after {
876
- content: "\ea1e";
877
- }
878
-
879
- .fi--close:not(.fi--after):before {
880
- content: "\ea1f";
881
- }
882
-
883
- .fi--close.fi--after:after {
884
- content: "\ea1f";
885
- }
886
-
887
- .fi--computer:not(.fi--after):before {
888
- content: "\ea20";
889
- }
890
-
891
- .fi--computer.fi--after:after {
892
- content: "\ea20";
893
- }
894
-
895
- .fi--confirmation-number:not(.fi--after):before {
896
- content: "\ea21";
897
- }
898
-
899
- .fi--confirmation-number.fi--after:after {
900
- content: "\ea21";
901
- }
902
-
903
- .fi--credit-score:not(.fi--after):before {
904
- content: "\ea22";
905
- }
906
-
907
- .fi--credit-score.fi--after:after {
908
- content: "\ea22";
909
- }
910
-
911
- .fi--delete-forever:not(.fi--after):before {
912
- content: "\ea23";
913
- }
914
-
915
- .fi--delete-forever.fi--after:after {
916
- content: "\ea23";
917
- }
918
-
919
- .fi--direction-run:not(.fi--after):before {
920
- content: "\ea24";
921
- }
922
-
923
- .fi--direction-run.fi--after:after {
924
- content: "\ea24";
925
- }
926
-
927
- .fi--edit:not(.fi--after):before {
928
- content: "\ea25";
929
- }
930
-
931
- .fi--edit.fi--after:after {
932
- content: "\ea25";
933
- }
934
-
935
- .fi--email:not(.fi--after):before {
936
- content: "\ea26";
937
- }
938
-
939
- .fi--email.fi--after:after {
940
- content: "\ea26";
941
- }
942
-
943
- .fi--error:not(.fi--after):before {
944
- content: "\ea27";
945
- }
946
-
947
- .fi--error.fi--after:after {
948
- content: "\ea27";
949
- }
950
-
951
- .fi--event-available:not(.fi--after):before {
952
- content: "\ea28";
953
- }
954
-
955
- .fi--event-available.fi--after:after {
956
- content: "\ea28";
957
- }
958
-
959
- .fi--facebook:not(.fi--after):before {
960
- content: "\ea29";
961
- }
962
-
963
- .fi--facebook.fi--after:after {
964
- content: "\ea29";
965
- }
966
-
967
- .fi--favorite-filled:not(.fi--after):before {
968
- content: "\ea2a";
969
- }
970
-
971
- .fi--favorite-filled.fi--after:after {
972
- content: "\ea2a";
973
- }
974
-
975
- .fi--favorite:not(.fi--after):before {
976
- content: "\ea2b";
977
- }
978
-
979
- .fi--favorite.fi--after:after {
980
- content: "\ea2b";
981
- }
982
-
983
- .fi--file-download:not(.fi--after):before {
984
- content: "\ea2c";
985
- }
986
-
987
- .fi--file-download.fi--after:after {
988
- content: "\ea2c";
989
- }
990
-
991
- .fi--file-upload:not(.fi--after):before {
992
- content: "\ea2d";
993
- }
994
-
995
- .fi--file-upload.fi--after:after {
996
- content: "\ea2d";
997
- }
998
-
999
- .fi--filter:not(.fi--after):before {
1000
- content: "\ea2e";
1001
- }
1002
-
1003
- .fi--filter.fi--after:after {
1004
- content: "\ea2e";
1005
- }
1006
-
1007
- .fi--forward-to-inbox:not(.fi--after):before {
1008
- content: "\ea2f";
1009
- }
1010
-
1011
- .fi--forward-to-inbox.fi--after:after {
1012
- content: "\ea2f";
1013
- }
1014
-
1015
- .fi--fullscreen:not(.fi--after):before {
1016
- content: "\ea30";
1017
- }
1018
-
1019
- .fi--fullscreen.fi--after:after {
1020
- content: "\ea30";
1021
- }
1022
-
1023
- .fi--group:not(.fi--after):before {
1024
- content: "\ea31";
1025
- }
1026
-
1027
- .fi--group.fi--after:after {
1028
- content: "\ea31";
1029
- }
1030
-
1031
- .fi--hebergement:not(.fi--after):before {
1032
- content: "\ea32";
1033
- }
1034
-
1035
- .fi--hebergement.fi--after:after {
1036
- content: "\ea32";
1037
- }
1038
-
1039
- .fi--hebergements:not(.fi--after):before {
1040
- content: "\ea33";
1041
- }
1042
-
1043
- .fi--hebergements.fi--after:after {
1044
- content: "\ea33";
1045
- }
1046
-
1047
- .fi--hotel:not(.fi--after):before {
1048
- content: "\ea34";
1049
- }
1050
-
1051
- .fi--hotel.fi--after:after {
1052
- content: "\ea34";
1053
- }
1054
-
1055
- .fi--infos-pratiques:not(.fi--after):before {
1056
- content: "\ea35";
1057
- }
1058
-
1059
- .fi--infos-pratiques.fi--after:after {
1060
- content: "\ea35";
1061
- }
1062
-
1063
- .fi--instagram:not(.fi--after):before {
1064
- content: "\ea36";
1065
- }
1066
-
1067
- .fi--instagram.fi--after:after {
1068
- content: "\ea36";
1069
- }
1070
-
1071
- .fi--layers:not(.fi--after):before {
1072
- content: "\ea37";
1073
- }
1074
-
1075
- .fi--layers.fi--after:after {
1076
- content: "\ea37";
1077
- }
1078
-
1079
- .fi--local-activity:not(.fi--after):before {
1080
- content: "\ea38";
1081
- }
1082
-
1083
- .fi--local-activity.fi--after:after {
1084
- content: "\ea38";
1085
- }
1086
-
1087
- .fi--location-on-line:not(.fi--after):before {
1088
- content: "\ea39";
1089
- }
1090
-
1091
- .fi--location-on-line.fi--after:after {
1092
- content: "\ea39";
1093
- }
1094
-
1095
- .fi--location-on:not(.fi--after):before {
1096
- content: "\ea3a";
1097
- }
1098
-
1099
- .fi--location-on.fi--after:after {
1100
- content: "\ea3a";
1101
- }
1102
-
1103
- .fi--map:not(.fi--after):before {
1104
- content: "\ea3b";
1105
- }
1106
-
1107
- .fi--map.fi--after:after {
1108
- content: "\ea3b";
1109
- }
1110
-
1111
- .fi--menu-book:not(.fi--after):before {
1112
- content: "\ea3c";
1113
- }
1114
-
1115
- .fi--menu-book.fi--after:after {
1116
- content: "\ea3c";
1117
- }
1118
-
1119
- .fi--mic:not(.fi--after):before {
1120
- content: "\ea3d";
1121
- }
1122
-
1123
- .fi--mic.fi--after:after {
1124
- content: "\ea3d";
1125
- }
1126
-
1127
- .fi--photo-camera:not(.fi--after):before {
1128
- content: "\ea3e";
1129
- }
1130
-
1131
- .fi--photo-camera.fi--after:after {
1132
- content: "\ea3e";
1133
- }
1134
-
1135
- .fi--picture-as-pdf:not(.fi--after):before {
1136
- content: "\ea3f";
1137
- }
1138
-
1139
- .fi--picture-as-pdf.fi--after:after {
1140
- content: "\ea3f";
1141
- }
1142
-
1143
- .fi--play-circle:not(.fi--after):before {
1144
- content: "\ea40";
1145
- }
1146
-
1147
- .fi--play-circle.fi--after:after {
1148
- content: "\ea40";
1149
- }
1150
-
1151
- .fi--print:not(.fi--after):before {
1152
- content: "\ea41";
1153
- }
1154
-
1155
- .fi--print.fi--after:after {
1156
- content: "\ea41";
1157
- }
1158
-
1159
- .fi--question-answer:not(.fi--after):before {
1160
- content: "\ea42";
1161
- }
1162
-
1163
- .fi--question-answer.fi--after:after {
1164
- content: "\ea42";
1165
- }
1166
-
1167
- .fi--quote:not(.fi--after):before {
1168
- content: "\ea43";
1169
- }
1170
-
1171
- .fi--quote.fi--after:after {
1172
- content: "\ea43";
1173
- }
1174
-
1175
- .fi--remove:not(.fi--after):before {
1176
- content: "\ea44";
1177
- }
1178
-
1179
- .fi--remove.fi--after:after {
1180
- content: "\ea44";
1181
- }
1182
-
1183
- .fi--replay:not(.fi--after):before {
1184
- content: "\ea45";
1185
- }
1186
-
1187
- .fi--replay.fi--after:after {
1188
- content: "\ea45";
1189
- }
1190
-
1191
- .fi--reply:not(.fi--after):before {
1192
- content: "\ea46";
1193
- }
1194
-
1195
- .fi--reply.fi--after:after {
1196
- content: "\ea46";
1197
- }
1198
-
1199
- .fi--reset:not(.fi--after):before {
1200
- content: "\ea47";
1201
- }
1202
-
1203
- .fi--reset.fi--after:after {
1204
- content: "\ea47";
1205
- }
1206
-
1207
- .fi--restaurant:not(.fi--after):before {
1208
- content: "\ea48";
1209
- }
1210
-
1211
- .fi--restaurant.fi--after:after {
1212
- content: "\ea48";
1213
- }
1214
-
1215
- .fi--restaurants:not(.fi--after):before {
1216
- content: "\ea49";
1217
- }
1218
-
1219
- .fi--restaurants.fi--after:after {
1220
- content: "\ea49";
1221
- }
1222
-
1223
- .fi--schedule:not(.fi--after):before {
1224
- content: "\ea4a";
1225
- }
1226
-
1227
- .fi--schedule.fi--after:after {
1228
- content: "\ea4a";
1229
- }
1230
-
1231
- .fi--search:not(.fi--after):before {
1232
- content: "\ea4b";
1233
- }
1234
-
1235
- .fi--search.fi--after:after {
1236
- content: "\ea4b";
1237
- }
1238
-
1239
- .fi--sell:not(.fi--after):before {
1240
- content: "\ea4c";
1241
- }
1242
-
1243
- .fi--sell.fi--after:after {
1244
- content: "\ea4c";
1245
- }
1246
-
1247
- .fi--share:not(.fi--after):before {
1248
- content: "\ea4d";
1249
- }
1250
-
1251
- .fi--share.fi--after:after {
1252
- content: "\ea4d";
1253
- }
1254
-
1255
- .fi--shopping-cart:not(.fi--after):before {
1256
- content: "\ea4e";
1257
- }
1258
-
1259
- .fi--shopping-cart.fi--after:after {
1260
- content: "\ea4e";
1261
- }
1262
-
1263
- .fi--sites-visites:not(.fi--after):before {
1264
- content: "\ea4f";
1265
- }
1266
-
1267
- .fi--sites-visites.fi--after:after {
1268
- content: "\ea4f";
1269
- }
1270
-
1271
- .fi--support:not(.fi--after):before {
1272
- content: "\ea50";
1273
- }
1274
-
1275
- .fi--support.fi--after:after {
1276
- content: "\ea50";
1277
- }
1278
-
1279
- .fi--thermostat:not(.fi--after):before {
1280
- content: "\ea51";
1281
- }
1282
-
1283
- .fi--thermostat.fi--after:after {
1284
- content: "\ea51";
1285
- }
1286
-
1287
- .fi--thumb-down:not(.fi--after):before {
1288
- content: "\ea52";
1289
- }
1290
-
1291
- .fi--thumb-down.fi--after:after {
1292
- content: "\ea52";
1293
- }
1294
-
1295
- .fi--thumb-up:not(.fi--after):before {
1296
- content: "\ea53";
1297
- }
1298
-
1299
- .fi--thumb-up.fi--after:after {
1300
- content: "\ea53";
1301
- }
1302
-
1303
- .fi--toggle-off:not(.fi--after):before {
1304
- content: "\ea54";
1305
- }
1306
-
1307
- .fi--toggle-off.fi--after:after {
1308
- content: "\ea54";
1309
- }
1310
-
1311
- .fi--toggle-on:not(.fi--after):before {
1312
- content: "\ea55";
1313
- }
1314
-
1315
- .fi--toggle-on.fi--after:after {
1316
- content: "\ea55";
1317
- }
1318
-
1319
- .fi--twitter:not(.fi--after):before {
1320
- content: "\ea56";
1321
- }
1322
-
1323
- .fi--twitter.fi--after:after {
1324
- content: "\ea56";
1325
- }
1326
-
1327
- .fi--videocam:not(.fi--after):before {
1328
- content: "\ea57";
1329
- }
1330
-
1331
- .fi--videocam.fi--after:after {
1332
- content: "\ea57";
1333
- }
1334
-
1335
- .fi--visibility:not(.fi--after):before {
1336
- content: "\ea58";
1337
- }
1338
-
1339
- .fi--visibility.fi--after:after {
1340
- content: "\ea58";
1341
- }
1342
-
1343
- .fi--volume-off:not(.fi--after):before {
1344
- content: "\ea59";
1345
- }
1346
-
1347
- .fi--volume-off.fi--after:after {
1348
- content: "\ea59";
1349
- }
1350
-
1351
- .fi--volume-up:not(.fi--after):before {
1352
- content: "\ea5a";
1353
- }
1354
-
1355
- .fi--volume-up.fi--after:after {
1356
- content: "\ea5a";
1357
- }
1358
-
1359
- .fi--whatsapp:not(.fi--after):before {
1360
- content: "\ea5b";
1361
- }
1362
-
1363
- .fi--whatsapp.fi--after:after {
1364
- content: "\ea5b";
1365
- }
1366
-
1367
- .fi--work:not(.fi--after):before {
1368
- content: "\ea5c";
1369
- }
1370
-
1371
- .fi--work.fi--after:after {
1372
- content: "\ea5c";
1373
- }
1374
-
1375
- .fi--youtube:not(.fi--after):before {
1376
- content: "\ea5d";
1377
- }
1378
-
1379
- .fi--youtube.fi--after:after {
1380
- content: "\ea5d";
1381
- }
1
+ /*!
2
+ * IRIS Interactive
3
+ *
4
+ * NOTICE OF LICENSE
5
+ *
6
+ * This source file is no subject to a specific license
7
+ * but it belongs to the company IRIS Interactive.
8
+ * You can contact IRIS Interactive at the following
9
+ * address: contact@iris-interactive.fr
10
+ *
11
+ * @author Lucas ROCHE
12
+ * @date 27/01/2022 14:32
13
+ * @copyright Copyright (c) 2002-2022 IRIS Interactive, Inc. (http://www.iris-interactive.fr)
14
+ */.stretched-link:before{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.list-flex{display:flex;flex-wrap:wrap;margin-bottom:0}.list-flex>*{list-style-type:none;margin:0 10px 10px 0}.list-flex>:last-child{margin-right:0}@-webkit-keyframes loader{to{transform:rotate(1turn)}}@keyframes loader{to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.text-icon{align-items:center;display:inline-flex}.text-icon:before{margin-right:5px}.text-icon:after{margin-left:5px}.hover-item img{transition:.2s ease;will-change:transform}.hover-item:hover img{transform:scale(1.02)}.is-opened{color:#009e55}.soon-closed{color:#ff890e}.is-closed{color:#f33}