territories-dashboard-lib 0.1.14__py3-none-any.whl → 0.1.15__py3-none-any.whl
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.
Potentially problematic release.
This version of territories-dashboard-lib might be problematic. Click here for more details.
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/layout/base.css +82 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/layout/base.html +7 -1
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/layout/footer.css +12 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/layout/header.css +26 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/comparaison/[theme]/page.html +13 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/chart-buttons.css +16 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/geo_params.css +94 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/indicator-card.css +6 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/side_panel.css +110 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/side_panel_geo.css +20 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/side_panel_methodo.css +29 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/themes-list.css +10 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/components/title.css +8 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/details/components/filters-reminder.css +17 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/details/components/table.css +83 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/details/map.css +270 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/details/page.css +13 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/details/page.html +16 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/themes/components/extremum.css +34 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/themes/components/indicateur-card.css +57 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/indicators/themes/page.html +14 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/lexique/page.css +19 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/lexique/page.html +7 -1
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/static/page.css +29 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/static/page.html +4 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/superset/page.css +4 -0
- territories_dashboard_lib/website_lib/templates/territories_dashboard_lib/website/pages/superset/page.html +4 -0
- {territories_dashboard_lib-0.1.14.dist-info → territories_dashboard_lib-0.1.15.dist-info}/METADATA +1 -1
- {territories_dashboard_lib-0.1.14.dist-info → territories_dashboard_lib-0.1.15.dist-info}/RECORD +32 -13
- territories_dashboard_lib/website_lib/static/territories_dashboard_lib/website/css/website.css +0 -1015
- {territories_dashboard_lib-0.1.14.dist-info → territories_dashboard_lib-0.1.15.dist-info}/WHEEL +0 -0
- {territories_dashboard_lib-0.1.14.dist-info → territories_dashboard_lib-0.1.15.dist-info}/licenses/licence.md +0 -0
- {territories_dashboard_lib-0.1.14.dist-info → territories_dashboard_lib-0.1.15.dist-info}/top_level.txt +0 -0
territories_dashboard_lib/website_lib/static/territories_dashboard_lib/website/css/website.css
DELETED
|
@@ -1,1015 +0,0 @@
|
|
|
1
|
-
.tdbmd-home .tdbmd-banner {
|
|
2
|
-
background: var(--background-alt-blue-france);
|
|
3
|
-
}
|
|
4
|
-
.tdbmd-home .tdbmd-tile-container .fr-tile {
|
|
5
|
-
position: relative;
|
|
6
|
-
top: 3rem;
|
|
7
|
-
}
|
|
8
|
-
.tdbmd-home .tdbmd-pros__img {
|
|
9
|
-
max-width: 100%;
|
|
10
|
-
position: relative;
|
|
11
|
-
float: right;
|
|
12
|
-
bottom: 0;
|
|
13
|
-
right: 0;
|
|
14
|
-
}
|
|
15
|
-
@media (min-width: 1700px) {
|
|
16
|
-
.tdbmd-home .tdbmd-pros__img {
|
|
17
|
-
right: -15rem;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
.tdbmd-home .tdbmd-pros__item-icon > svg {
|
|
21
|
-
color: var(--background-action-high-blue-france);
|
|
22
|
-
margin: 1rem 0;
|
|
23
|
-
vertical-align: bottom;
|
|
24
|
-
width: 2.5rem;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
@media (min-width: 576px) {
|
|
28
|
-
.tdbmd-home .tdbmd-pros__item-icon > svg {
|
|
29
|
-
margin: initial;
|
|
30
|
-
width: 2rem;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
.tdbmd-home .tdbmd-pros .clear {
|
|
34
|
-
clear: both;
|
|
35
|
-
}
|
|
36
|
-
.tdbmd-home .tdbmd-target-profiles {
|
|
37
|
-
background: var(--background-alt-blue-france);
|
|
38
|
-
}
|
|
39
|
-
.tdbmd-home .tdbmd-target-profiles li {
|
|
40
|
-
list-style-type: none;
|
|
41
|
-
}
|
|
42
|
-
.tdbmd-home .tdbmd-target-profiles .fr-card__desc {
|
|
43
|
-
display: inline-block;
|
|
44
|
-
min-height: 3rem;
|
|
45
|
-
}
|
|
46
|
-
@media (min-width: 992px) {
|
|
47
|
-
.tdbmd-home .tdbmd-target-profiles .fr-card__desc {
|
|
48
|
-
min-height: 4rem;
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
@media (min-width: 1248px) {
|
|
52
|
-
.tdbmd-home .tdbmd-target-profiles .fr-card__desc {
|
|
53
|
-
min-height: 7rem;
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
.tdbmd-lexicon__term dfn {
|
|
57
|
-
font-weight: 700;
|
|
58
|
-
font-style: normal;
|
|
59
|
-
}
|
|
60
|
-
.tdbmd-lexicon__term:not(:first-child) {
|
|
61
|
-
margin-top: 1rem;
|
|
62
|
-
}
|
|
63
|
-
.tdbmd-lexicon__def {
|
|
64
|
-
padding-left: 0;
|
|
65
|
-
}
|
|
66
|
-
@media (min-width: 768px) {
|
|
67
|
-
.tdbmd-lexicon {
|
|
68
|
-
display: flex;
|
|
69
|
-
flex-wrap: wrap;
|
|
70
|
-
}
|
|
71
|
-
.tdbmd-lexicon__term {
|
|
72
|
-
width: 20%;
|
|
73
|
-
}
|
|
74
|
-
.tdbmd-lexicon__term:nth-child(n + 3) {
|
|
75
|
-
margin-top: 2rem;
|
|
76
|
-
}
|
|
77
|
-
.tdbmd-lexicon__def {
|
|
78
|
-
width: 80%;
|
|
79
|
-
padding-left: 2rem;
|
|
80
|
-
box-sizing: border-box;
|
|
81
|
-
}
|
|
82
|
-
.tdbmd-lexicon__def:nth-child(n + 3) {
|
|
83
|
-
margin-top: 2rem;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
.tdbmd-content {
|
|
87
|
-
position: relative;
|
|
88
|
-
}
|
|
89
|
-
.tdbmd-thematics {
|
|
90
|
-
box-sizing: border-box;
|
|
91
|
-
}
|
|
92
|
-
.tdbmd-thematics__content {
|
|
93
|
-
box-sizing: border-box;
|
|
94
|
-
border-left: 1px solid var(--border-default-grey);
|
|
95
|
-
}
|
|
96
|
-
.tdbmd-thematics__btns {
|
|
97
|
-
display: flex;
|
|
98
|
-
flex-direction: column;
|
|
99
|
-
gap: 1rem;
|
|
100
|
-
margin: 0 1rem;
|
|
101
|
-
}
|
|
102
|
-
@media (min-width: 575px) {
|
|
103
|
-
.tdbmd-thematics__btns {
|
|
104
|
-
flex-direction: row;
|
|
105
|
-
justify-content: flex-end;
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
.tdbmd-thematics .fr-sidemenu__inner {
|
|
109
|
-
box-shadow: none;
|
|
110
|
-
}
|
|
111
|
-
.tdbmd-thematics .fr-sidemenu {
|
|
112
|
-
padding-right: 0;
|
|
113
|
-
margin: 0;
|
|
114
|
-
}
|
|
115
|
-
.tdbmd-thematics .subtheme:nth-child(even) {
|
|
116
|
-
background: var(--background-alt-blue-france);
|
|
117
|
-
}
|
|
118
|
-
.tdbmd-thematics .subtheme:nth-child(odd) {
|
|
119
|
-
background: white;
|
|
120
|
-
}
|
|
121
|
-
.tdbmd-thematics .subtheme h2 {
|
|
122
|
-
padding: 1rem 0;
|
|
123
|
-
margin-bottom: 0;
|
|
124
|
-
}
|
|
125
|
-
.tdbmd-slide-panel .tdbmd-territory-tabs h2 {
|
|
126
|
-
margin-left: 0;
|
|
127
|
-
}
|
|
128
|
-
.tdbmd-slide-panel .tdbmd-territory-tabs .autocomplete-input {
|
|
129
|
-
margin-bottom: 0;
|
|
130
|
-
}
|
|
131
|
-
.tdbmbd-tabpanel-panel {
|
|
132
|
-
padding-bottom: 64px;
|
|
133
|
-
}
|
|
134
|
-
.tdbmd-slide-panel .tdbmd-combobox-suggestions {
|
|
135
|
-
max-height: 200px;
|
|
136
|
-
overflow-y: scroll;
|
|
137
|
-
width: 100%;
|
|
138
|
-
margin: 0;
|
|
139
|
-
padding: 0;
|
|
140
|
-
list-style-type: none;
|
|
141
|
-
box-sizing: border-box;
|
|
142
|
-
margin-bottom: 2rem;
|
|
143
|
-
margin-top: 2px;
|
|
144
|
-
}
|
|
145
|
-
.tdbmd-slide-panel .tdbmd-combobox-suggestions--opened {
|
|
146
|
-
border-bottom: 2px solid var(--background-action-high-blue-france);
|
|
147
|
-
border-left: 2px solid var(--background-action-high-blue-france);
|
|
148
|
-
border-right: 2px solid var(--background-action-high-blue-france);
|
|
149
|
-
}
|
|
150
|
-
.tdbmd-combobox-suggestions li {
|
|
151
|
-
padding: 0.25rem 1rem;
|
|
152
|
-
box-sizing: border-box;
|
|
153
|
-
}
|
|
154
|
-
.tdbmd-combobox-suggestions li:hover {
|
|
155
|
-
background-color: var(--background-alt-blue-france);
|
|
156
|
-
cursor: pointer;
|
|
157
|
-
}
|
|
158
|
-
.tdbmd-mesh {
|
|
159
|
-
position: relative;
|
|
160
|
-
width: 100%;
|
|
161
|
-
}
|
|
162
|
-
.tdbmd-mesh ul {
|
|
163
|
-
position: absolute;
|
|
164
|
-
z-index: 100;
|
|
165
|
-
width: 100%;
|
|
166
|
-
}
|
|
167
|
-
@media (min-width: 575px) {
|
|
168
|
-
.tdbmd-mesh {
|
|
169
|
-
width: 200px;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
.tdbmd-mesh__list {
|
|
173
|
-
list-style-type: none;
|
|
174
|
-
padding: 0;
|
|
175
|
-
margin: 0;
|
|
176
|
-
background: white;
|
|
177
|
-
box-shadow: -1px 1px 5px 1px var(--border-default-grey);
|
|
178
|
-
}
|
|
179
|
-
.tdbmd-mesh__list-item {
|
|
180
|
-
margin: 0;
|
|
181
|
-
padding: 0;
|
|
182
|
-
}
|
|
183
|
-
.tdbmd-mesh__list .tdbmd-mesh__list-btn {
|
|
184
|
-
color: var(--text-default-grey);
|
|
185
|
-
}
|
|
186
|
-
.tdbmd-mesh__list .tdbmd-mesh__list-btn--current {
|
|
187
|
-
color: var(--text-action-high-blue-france);
|
|
188
|
-
}
|
|
189
|
-
.tdbmd-mesh .tdbmd-mesh__btn {
|
|
190
|
-
width: 100%;
|
|
191
|
-
text-align: left;
|
|
192
|
-
display: inline-block;
|
|
193
|
-
border-bottom: 3px solid var(--text-action-high-blue-france);
|
|
194
|
-
position: relative;
|
|
195
|
-
background: white;
|
|
196
|
-
}
|
|
197
|
-
.tdbmd-mesh .tdbmd-mesh__btn:after {
|
|
198
|
-
position: absolute;
|
|
199
|
-
top: 50%;
|
|
200
|
-
right: 1rem;
|
|
201
|
-
transform: translateY(-50%);
|
|
202
|
-
}
|
|
203
|
-
.tdbmd-mesh .tdbmd-mesh__btn-title {
|
|
204
|
-
display: block;
|
|
205
|
-
color: var(--text-mention-grey);
|
|
206
|
-
}
|
|
207
|
-
.tdbmd-mesh .tdbmd-mesh__btn-mesh {
|
|
208
|
-
display: block;
|
|
209
|
-
}
|
|
210
|
-
.tdbmd-mesh .tdbmd-mesh__list-btn {
|
|
211
|
-
width: 100%;
|
|
212
|
-
padding: 0 1rem;
|
|
213
|
-
padding-right: 2.5rem;
|
|
214
|
-
}
|
|
215
|
-
.tdbmd-indicator-card {
|
|
216
|
-
background: var(--grey-1000-50);
|
|
217
|
-
border: 1px solid var(--border-default-grey);
|
|
218
|
-
border-bottom: none;
|
|
219
|
-
box-shadow: none;
|
|
220
|
-
}
|
|
221
|
-
.tdbmd-indicator-card__data-container {
|
|
222
|
-
color: var(--text-action-high-blue-france);
|
|
223
|
-
}
|
|
224
|
-
.tdbmd-indicator-card__data-number {
|
|
225
|
-
font-size: 30px;
|
|
226
|
-
line-height: 1.2;
|
|
227
|
-
font-weight: 700;
|
|
228
|
-
}
|
|
229
|
-
.tdbmd-indicator-card__comparisons-card {
|
|
230
|
-
border: 1px solid var(--border-default-grey);
|
|
231
|
-
border-left: 3px solid var(--background-action-high-blue-france);
|
|
232
|
-
color: var(--text-action-high-blue-france);
|
|
233
|
-
text-align: center;
|
|
234
|
-
height: 100%;
|
|
235
|
-
}
|
|
236
|
-
.tdbmd-indicator-card__comparisons-card--average {
|
|
237
|
-
border-left-color: var(--background-action-high-blue-france);
|
|
238
|
-
}
|
|
239
|
-
.tdbmd-indicator-card__comparisons-card-title {
|
|
240
|
-
font-weight: 700;
|
|
241
|
-
margin-bottom: 1rem;
|
|
242
|
-
font-size: 1.2rem;
|
|
243
|
-
}
|
|
244
|
-
.tdbmd-indicator-card__comparisons-card-number {
|
|
245
|
-
font-size: 1.5rem;
|
|
246
|
-
margin-bottom: 1rem;
|
|
247
|
-
}
|
|
248
|
-
.tdbmd-indicator-card__comparisons-card-info {
|
|
249
|
-
margin-bottom: 1rem;
|
|
250
|
-
}
|
|
251
|
-
.tdbmd-indicator-card__comparisons-card-info span {
|
|
252
|
-
display: block;
|
|
253
|
-
}
|
|
254
|
-
.tdbmd-indicator-card__comparisons-card-info {
|
|
255
|
-
cursor: pointer;
|
|
256
|
-
}
|
|
257
|
-
.tdbmd-indicator-card__comparisons-col {
|
|
258
|
-
min-width: 150px;
|
|
259
|
-
}
|
|
260
|
-
.fr-tag-list .fr-tag {
|
|
261
|
-
margin: 0 0.25rem 0.5rem;
|
|
262
|
-
vertical-align: top;
|
|
263
|
-
}
|
|
264
|
-
.tdbmd-indicator-accordion {
|
|
265
|
-
background: var(--grey-1000-100);
|
|
266
|
-
border-left: 1px solid var(--border-default-grey);
|
|
267
|
-
border-right: 1px solid var(--border-default-grey);
|
|
268
|
-
}
|
|
269
|
-
.tdbmd-indicator-accordion-comparison {
|
|
270
|
-
border-bottom: 1px solid var(--border-default-grey);
|
|
271
|
-
}
|
|
272
|
-
.tdbmd-indicator-accordion::before {
|
|
273
|
-
box-shadow: none;
|
|
274
|
-
}
|
|
275
|
-
.fr-btn.tdbmd-indicator-btn {
|
|
276
|
-
background: var(--grey-1000-100);
|
|
277
|
-
border: 1px solid var(--border-default-grey);
|
|
278
|
-
box-shadow: none;
|
|
279
|
-
width: 100%;
|
|
280
|
-
display: inline-flex;
|
|
281
|
-
font-size: 1rem;
|
|
282
|
-
line-height: 1.5rem;
|
|
283
|
-
min-height: 3rem;
|
|
284
|
-
position: relative;
|
|
285
|
-
}
|
|
286
|
-
.fr-btn.tdbmd-indicator-btn:after {
|
|
287
|
-
right: 1rem;
|
|
288
|
-
position: absolute;
|
|
289
|
-
}
|
|
290
|
-
.tdbmd-indicator-source {
|
|
291
|
-
font-style: italic;
|
|
292
|
-
}
|
|
293
|
-
.tdbmd-indicator-source__title {
|
|
294
|
-
text-decoration: underline;
|
|
295
|
-
}
|
|
296
|
-
.rdt_Table,
|
|
297
|
-
.rdt_TableRow,
|
|
298
|
-
.rdt_TableCol,
|
|
299
|
-
.rdt_TableCol_Sortable,
|
|
300
|
-
.rdt_TableCell,
|
|
301
|
-
.rdt_TableHeader,
|
|
302
|
-
.rdt_TableFooter,
|
|
303
|
-
.rdt_TableHead,
|
|
304
|
-
.rdt_TableHeadRow,
|
|
305
|
-
.rdt_TableBody,
|
|
306
|
-
.rdt_ExpanderRow {
|
|
307
|
-
background-color: transparent;
|
|
308
|
-
}
|
|
309
|
-
.rdt_TableCol_Sortable span {
|
|
310
|
-
opacity: 0.8;
|
|
311
|
-
}
|
|
312
|
-
.rdt_TableCol_Sortable span:hover {
|
|
313
|
-
color: var(--text-action-high-blue-france);
|
|
314
|
-
}
|
|
315
|
-
#tdbmd-map {
|
|
316
|
-
width: 100%;
|
|
317
|
-
height: 60vh;
|
|
318
|
-
position: relative;
|
|
319
|
-
border: 1px solid var(--border-default-grey);
|
|
320
|
-
}
|
|
321
|
-
#tdbmd-map[fullscreen] {
|
|
322
|
-
width: calc(100vw - 4rem);
|
|
323
|
-
height: 90vh;
|
|
324
|
-
}
|
|
325
|
-
#tdbmd-map-legend {
|
|
326
|
-
position: absolute;
|
|
327
|
-
bottom: 10px;
|
|
328
|
-
left: 10px;
|
|
329
|
-
padding: 8px 16px 0px 16px;
|
|
330
|
-
max-width: 300px;
|
|
331
|
-
min-width: 200px;
|
|
332
|
-
background-color: white;
|
|
333
|
-
border-radius: 8px;
|
|
334
|
-
opacity: 94%;
|
|
335
|
-
}
|
|
336
|
-
#tdbmd-map-legend .title {
|
|
337
|
-
margin-bottom: 8px;
|
|
338
|
-
font-size: 0.7rem;
|
|
339
|
-
font-weight: bold;
|
|
340
|
-
line-height: 1.3;
|
|
341
|
-
}
|
|
342
|
-
#tdbmd-map-legend .indicator-scale {
|
|
343
|
-
width: 100%;
|
|
344
|
-
height: 20px;
|
|
345
|
-
opacity: 80%;
|
|
346
|
-
}
|
|
347
|
-
#tdbmd-map-legend .indicator-scale-values {
|
|
348
|
-
width: 100%;
|
|
349
|
-
display: flex;
|
|
350
|
-
justify-content: space-between;
|
|
351
|
-
gap: 8px;
|
|
352
|
-
}
|
|
353
|
-
#tdbmd-map-legend .scale-minmax {
|
|
354
|
-
max-width: 100px;
|
|
355
|
-
text-overflow: ellipsis;
|
|
356
|
-
overflow: hidden;
|
|
357
|
-
white-space: nowrap;
|
|
358
|
-
font-size: 0.7rem;
|
|
359
|
-
}
|
|
360
|
-
#map-sidebar {
|
|
361
|
-
position: absolute;
|
|
362
|
-
z-index: 2;
|
|
363
|
-
right: -1px;
|
|
364
|
-
width: 300px;
|
|
365
|
-
height: 100%;
|
|
366
|
-
transition: width ease-in-out 0.3s;
|
|
367
|
-
border-left: 1px solid var(--border-default-grey);
|
|
368
|
-
border-right: 1px solid var(--border-default-grey);
|
|
369
|
-
background-color: white;
|
|
370
|
-
opacity: 94%;
|
|
371
|
-
}
|
|
372
|
-
#map-sidebar .ms-container {
|
|
373
|
-
width: 100%;
|
|
374
|
-
height: 100%;
|
|
375
|
-
overflow-x: hidden;
|
|
376
|
-
overflow-y: scroll;
|
|
377
|
-
}
|
|
378
|
-
#map-sidebar .ms-body {
|
|
379
|
-
width: 300px;
|
|
380
|
-
height: 100%;
|
|
381
|
-
padding: 16px;
|
|
382
|
-
display: flex;
|
|
383
|
-
flex-direction: column;
|
|
384
|
-
gap: 32px;
|
|
385
|
-
}
|
|
386
|
-
#map-sidebar .sidebar-title {
|
|
387
|
-
font-size: 1.2rem;
|
|
388
|
-
font-weight: bold;
|
|
389
|
-
}
|
|
390
|
-
#map-sidebar .title {
|
|
391
|
-
margin-bottom: 16px;
|
|
392
|
-
font-size: 1rem;
|
|
393
|
-
font-weight: bold;
|
|
394
|
-
}
|
|
395
|
-
#map-sidebar .territory-name {
|
|
396
|
-
font-size: 0.8rem;
|
|
397
|
-
font-style: italic;
|
|
398
|
-
}
|
|
399
|
-
#map-sidebar #collapse {
|
|
400
|
-
position: absolute;
|
|
401
|
-
left: -40px;
|
|
402
|
-
top: 16px;
|
|
403
|
-
width: 40px;
|
|
404
|
-
height: 40px;
|
|
405
|
-
background-color: white;
|
|
406
|
-
color: var(--text-action-high-blue-france);
|
|
407
|
-
border: 1px solid var(--border-default-grey);
|
|
408
|
-
cursor: pointer;
|
|
409
|
-
}
|
|
410
|
-
#map-sidebar #collapse span:before {
|
|
411
|
-
transform: scaleX(-1);
|
|
412
|
-
}
|
|
413
|
-
#map-sidebar #collapse:hover {
|
|
414
|
-
background-color: var(--grey-1000-50-hover);
|
|
415
|
-
}
|
|
416
|
-
#map-sidebar #collapse:focus {
|
|
417
|
-
outline-offset: 2px;
|
|
418
|
-
outline: 2px solid #fcc63a;
|
|
419
|
-
background-color: #fef5e8;
|
|
420
|
-
border: 1px dashed gray;
|
|
421
|
-
}
|
|
422
|
-
#map-sidebar .loader {
|
|
423
|
-
display: flex;
|
|
424
|
-
justify-content: center;
|
|
425
|
-
align-items: center;
|
|
426
|
-
width: 16px;
|
|
427
|
-
}
|
|
428
|
-
#map-sidebar .spinner {
|
|
429
|
-
color: #465f9d;
|
|
430
|
-
animation: spin 1s linear infinite;
|
|
431
|
-
}
|
|
432
|
-
#map-sidebar .spinner circle {
|
|
433
|
-
stroke-dasharray: 100;
|
|
434
|
-
stroke-dashoffset: 0;
|
|
435
|
-
}
|
|
436
|
-
@keyframes spin {
|
|
437
|
-
100% {
|
|
438
|
-
transform: rotate(360deg);
|
|
439
|
-
}
|
|
440
|
-
}
|
|
441
|
-
#map-sidebar .geo-feature-count {
|
|
442
|
-
display: flex;
|
|
443
|
-
gap: 8px;
|
|
444
|
-
align-items: center;
|
|
445
|
-
}
|
|
446
|
-
#map-sidebar .filterTitle {
|
|
447
|
-
font-size: 13px;
|
|
448
|
-
padding-left: 14px;
|
|
449
|
-
margin-top: 4px;
|
|
450
|
-
margin-bottom: 16px;
|
|
451
|
-
}
|
|
452
|
-
#map-sidebar[data-open="false"] {
|
|
453
|
-
width: 32px;
|
|
454
|
-
}
|
|
455
|
-
#map-sidebar[data-open="false"] #collapse span:before {
|
|
456
|
-
transform: scaleX(1);
|
|
457
|
-
}
|
|
458
|
-
#map-buttons {
|
|
459
|
-
position: absolute;
|
|
460
|
-
z-index: 1;
|
|
461
|
-
top: 8px;
|
|
462
|
-
left: 8px;
|
|
463
|
-
display: flex;
|
|
464
|
-
flex-direction: column;
|
|
465
|
-
gap: 8px;
|
|
466
|
-
}
|
|
467
|
-
#map-buttons .map-button {
|
|
468
|
-
border: 1px solid var(--border-default-grey);
|
|
469
|
-
background-color: white;
|
|
470
|
-
color: var(--text-action-high-blue-france);
|
|
471
|
-
opacity: 94%;
|
|
472
|
-
width: 32px;
|
|
473
|
-
height: 32px;
|
|
474
|
-
cursor: pointer;
|
|
475
|
-
display: flex;
|
|
476
|
-
justify-content: center;
|
|
477
|
-
align-items: center;
|
|
478
|
-
}
|
|
479
|
-
#map-buttons .map-button:hover {
|
|
480
|
-
background-color: var(--grey-1000-50-hover);
|
|
481
|
-
}
|
|
482
|
-
#map-buttons .map-button:focus {
|
|
483
|
-
outline-offset: 2px;
|
|
484
|
-
outline: 2px solid #fcc63a;
|
|
485
|
-
background-color: #fef5e8;
|
|
486
|
-
border: 1px dashed gray;
|
|
487
|
-
}
|
|
488
|
-
#left-menu[hide] {
|
|
489
|
-
display: none;
|
|
490
|
-
}
|
|
491
|
-
.tdbmd-slide-panel-fiche-methodo {
|
|
492
|
-
overflow-y: scroll;
|
|
493
|
-
height: 100vh;
|
|
494
|
-
}
|
|
495
|
-
.tdbmd-slide-panel-fiche-methodo h3 {
|
|
496
|
-
color: var(--text-default-grey);
|
|
497
|
-
font-size: 1.2rem;
|
|
498
|
-
}
|
|
499
|
-
.tdbmd-slide-panel-fiche-methodo .tdbmd-markdown h3 {
|
|
500
|
-
font-size: 1.4rem;
|
|
501
|
-
}
|
|
502
|
-
.tdbmd-slide-panel-fiche-methodo .tdbmd-markdown .tdbmd-slide-panel__subtitle {
|
|
503
|
-
margin-left: 0;
|
|
504
|
-
}
|
|
505
|
-
.tdbmd-territory .tdbmd-territory__btn {
|
|
506
|
-
width: 100%;
|
|
507
|
-
text-align: left;
|
|
508
|
-
display: inline-block;
|
|
509
|
-
border-bottom: 3px solid var(--text-action-high-blue-france);
|
|
510
|
-
position: relative;
|
|
511
|
-
background: white;
|
|
512
|
-
padding-right: 2.5rem;
|
|
513
|
-
}
|
|
514
|
-
.tdbmd-territory .tdbmd-territory__btn:after {
|
|
515
|
-
position: absolute;
|
|
516
|
-
top: 50%;
|
|
517
|
-
right: 1rem;
|
|
518
|
-
transform: translateY(-50%);
|
|
519
|
-
}
|
|
520
|
-
.tdbmd-territory .tdbmd-territory__btn-title {
|
|
521
|
-
display: block;
|
|
522
|
-
color: var(--text-mention-grey);
|
|
523
|
-
white-space: nowrap;
|
|
524
|
-
}
|
|
525
|
-
.tdbmd-territory .tdbmd-territory__btn-mesh {
|
|
526
|
-
display: block;
|
|
527
|
-
white-space: nowrap;
|
|
528
|
-
}
|
|
529
|
-
#sankey-tooltip {
|
|
530
|
-
position: fixed;
|
|
531
|
-
background: rgba(0, 0, 0, 0.8);
|
|
532
|
-
color: white;
|
|
533
|
-
padding: 8px;
|
|
534
|
-
border-radius: 4px;
|
|
535
|
-
pointer-events: none;
|
|
536
|
-
font-size: 12px;
|
|
537
|
-
}
|
|
538
|
-
.tdbmd-slide-panel {
|
|
539
|
-
display: none;
|
|
540
|
-
position: fixed;
|
|
541
|
-
width: 100vw;
|
|
542
|
-
top: 0;
|
|
543
|
-
right: 0;
|
|
544
|
-
transform: translateX(110%);
|
|
545
|
-
z-index: 1000;
|
|
546
|
-
box-sizing: border-box;
|
|
547
|
-
transition: transform ease-in-out 0.3s;
|
|
548
|
-
}
|
|
549
|
-
.tdbmd-slide-panel.tdbmd-slide-panel--show {
|
|
550
|
-
transform: initial;
|
|
551
|
-
}
|
|
552
|
-
@media (min-width: 992px) {
|
|
553
|
-
.tdbmd-slide-panel {
|
|
554
|
-
width: 60vw;
|
|
555
|
-
right: 0;
|
|
556
|
-
left: initial;
|
|
557
|
-
}
|
|
558
|
-
.tdbmd-slide-panel__btn {
|
|
559
|
-
display: block !important;
|
|
560
|
-
position: absolute;
|
|
561
|
-
left: 0;
|
|
562
|
-
transform: translateX(calc(-50% + 0.5rem));
|
|
563
|
-
}
|
|
564
|
-
.tdbmd-slide-panel__btn--mobile {
|
|
565
|
-
display: none !important;
|
|
566
|
-
}
|
|
567
|
-
.tdbmd-slide-panel__content {
|
|
568
|
-
margin-left: 2rem;
|
|
569
|
-
border: 1px solid var(--border-default-grey);
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
@media (min-width: 1248px) {
|
|
573
|
-
.tdbmd-slide-panel {
|
|
574
|
-
width: 50vw;
|
|
575
|
-
}
|
|
576
|
-
}
|
|
577
|
-
.tdbmd-slide-panel__content {
|
|
578
|
-
height: 100vh;
|
|
579
|
-
background: white;
|
|
580
|
-
overflow: scroll;
|
|
581
|
-
/* Hide scrollbar for Chrome, Safari and Opera */
|
|
582
|
-
/* Hide scrollbar for IE, Edge and Firefox */
|
|
583
|
-
-ms-overflow-style: none;
|
|
584
|
-
/* IE and Edge */
|
|
585
|
-
scrollbar-width: none;
|
|
586
|
-
/* Firefox */
|
|
587
|
-
}
|
|
588
|
-
.tdbmd-slide-panel__content::-webkit-scrollbar {
|
|
589
|
-
display: none;
|
|
590
|
-
}
|
|
591
|
-
.tdbmd-slide-panel .fr-accordion,
|
|
592
|
-
.tdbmd-slide-panel h2,
|
|
593
|
-
.tdbmd-slide-panel p,
|
|
594
|
-
.tdbmd-slide-panel ul {
|
|
595
|
-
margin-left: 2rem;
|
|
596
|
-
margin-right: 2rem;
|
|
597
|
-
}
|
|
598
|
-
.tdbmd-slide-panel .tdbmd-slide-panel__title {
|
|
599
|
-
color: var(--text-action-high-blue-france);
|
|
600
|
-
padding-top: 1rem !important;
|
|
601
|
-
}
|
|
602
|
-
.tdbmd-slide-panel__theme-list {
|
|
603
|
-
padding: 0;
|
|
604
|
-
}
|
|
605
|
-
.tdbmd-slide-panel__theme-list-item {
|
|
606
|
-
list-style-type: none;
|
|
607
|
-
display: inline-block;
|
|
608
|
-
}
|
|
609
|
-
.tdbmd-slide-panel__theme-list-item:not(:first-child):before {
|
|
610
|
-
content: "\0000A0>\000020";
|
|
611
|
-
}
|
|
612
|
-
.tdbmd-slide-panel__subtitle {
|
|
613
|
-
background: var(--background-action-high-blue-france);
|
|
614
|
-
color: white !important;
|
|
615
|
-
padding: 0.5rem 2rem;
|
|
616
|
-
margin-top: 2rem !important;
|
|
617
|
-
margin-bottom: 2rem !important;
|
|
618
|
-
}
|
|
619
|
-
.tdbmd-slide-panel__thematic {
|
|
620
|
-
margin-left: 0px !important;
|
|
621
|
-
}
|
|
622
|
-
.tdbmd-slide-panel__btn.fr-btn.fr-btn--tertiary {
|
|
623
|
-
display: none;
|
|
624
|
-
box-sizing: border-box;
|
|
625
|
-
padding: 0 0.8rem 0.4rem;
|
|
626
|
-
border: none;
|
|
627
|
-
background: white;
|
|
628
|
-
color: var(--text-action-high-blue-france);
|
|
629
|
-
}
|
|
630
|
-
.tdbmd-slide-panel__btn--mobile {
|
|
631
|
-
display: block;
|
|
632
|
-
}
|
|
633
|
-
.tdbmd-slide-panel__icon:before {
|
|
634
|
-
transform: scaleX(-1);
|
|
635
|
-
}
|
|
636
|
-
#superset-container iframe {
|
|
637
|
-
height: calc(100vh - 75px);
|
|
638
|
-
width: 100vw;
|
|
639
|
-
}
|
|
640
|
-
.fr-sidemenu {
|
|
641
|
-
margin: 0;
|
|
642
|
-
}
|
|
643
|
-
|
|
644
|
-
.tdbmd-table-container {
|
|
645
|
-
max-width: 900px;
|
|
646
|
-
}
|
|
647
|
-
|
|
648
|
-
.tdbmd-table {
|
|
649
|
-
width: 100%;
|
|
650
|
-
border-collapse: collapse;
|
|
651
|
-
border: 1px solid #929292;
|
|
652
|
-
text-align: left;
|
|
653
|
-
}
|
|
654
|
-
|
|
655
|
-
.tdbmd-table th,
|
|
656
|
-
.tdbmd-table td {
|
|
657
|
-
padding: 8px 16px;
|
|
658
|
-
border: 1px solid #929292;
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
.tdbmd-table th {
|
|
662
|
-
background-color: #f6f6f6;
|
|
663
|
-
cursor: pointer;
|
|
664
|
-
justify-content: center;
|
|
665
|
-
}
|
|
666
|
-
|
|
667
|
-
.tdbmd-table td {
|
|
668
|
-
background-color: white;
|
|
669
|
-
font-size: smaller;
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
.orderableTh > div:first-child {
|
|
673
|
-
display: flex;
|
|
674
|
-
justify-content: center;
|
|
675
|
-
align-items: center;
|
|
676
|
-
gap: 4px;
|
|
677
|
-
}
|
|
678
|
-
|
|
679
|
-
.tdbmd-table th .orderArrow {
|
|
680
|
-
font-size: 14px;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
.tdbmd-table th .orderArrow.orderArrowBoth {
|
|
684
|
-
font-size: 20px;
|
|
685
|
-
padding-bottom: 4px;
|
|
686
|
-
}
|
|
687
|
-
|
|
688
|
-
.tdbmd-table tbody > tr:focus > td {
|
|
689
|
-
background-color: #ececfe;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
.fr-pagination__link.fr-pagination__link-override {
|
|
693
|
-
margin-left: 0.2rem;
|
|
694
|
-
margin-right: 0.2rem;
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
.fr-pagination__link.fr-pagination__link-override:hover {
|
|
698
|
-
margin-left: 0.2rem;
|
|
699
|
-
margin-right: 0.2rem;
|
|
700
|
-
background-color: #f6f6f6;
|
|
701
|
-
}
|
|
702
|
-
|
|
703
|
-
.tdbmd-table th[data-name="annee"] {
|
|
704
|
-
width: 64px;
|
|
705
|
-
}
|
|
706
|
-
|
|
707
|
-
.tdbmd-table th[data-name="lieu"] {
|
|
708
|
-
width: 35%;
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
.tdbmd-table-header {
|
|
712
|
-
width: 100%;
|
|
713
|
-
display: flex;
|
|
714
|
-
justify-content: end;
|
|
715
|
-
margin-bottom: 1rem;
|
|
716
|
-
}
|
|
717
|
-
.delay-spinner {
|
|
718
|
-
opacity: 0%;
|
|
719
|
-
}
|
|
720
|
-
#thematics-links {
|
|
721
|
-
margin-top: 2rem;
|
|
722
|
-
line-height: 2rem;
|
|
723
|
-
list-style: none;
|
|
724
|
-
}
|
|
725
|
-
@media (min-width: 768px) {
|
|
726
|
-
#thematics-links {
|
|
727
|
-
display: none;
|
|
728
|
-
}
|
|
729
|
-
}
|
|
730
|
-
@media (max-width: 768px) {
|
|
731
|
-
.journal tr {
|
|
732
|
-
display: flex;
|
|
733
|
-
flex-direction: column;
|
|
734
|
-
}
|
|
735
|
-
}
|
|
736
|
-
.title-tooltip {
|
|
737
|
-
display: flex;
|
|
738
|
-
align-items: center;
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
.title-tooltip > div:last-child {
|
|
742
|
-
padding: 8px;
|
|
743
|
-
}
|
|
744
|
-
.chart-buttons {
|
|
745
|
-
display: flex;
|
|
746
|
-
flex-direction: row;
|
|
747
|
-
flex-wrap: wrap;
|
|
748
|
-
align-items: center;
|
|
749
|
-
gap: 2rem;
|
|
750
|
-
padding: 2rem;
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
.chart-buttons label::before {
|
|
754
|
-
margin-right: 0.5rem;
|
|
755
|
-
}
|
|
756
|
-
|
|
757
|
-
.comparison-main-values {
|
|
758
|
-
display: flex;
|
|
759
|
-
flex-direction: row;
|
|
760
|
-
gap: 32px;
|
|
761
|
-
flex-wrap: wrap;
|
|
762
|
-
align-items: baseline;
|
|
763
|
-
}
|
|
764
|
-
.border-top {
|
|
765
|
-
border-top: 1px solid var(--border-default-grey);
|
|
766
|
-
}
|
|
767
|
-
|
|
768
|
-
.filters-dimension {
|
|
769
|
-
display: flex;
|
|
770
|
-
flex-direction: column;
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
.filters-dimension:not(:last-child) {
|
|
774
|
-
margin-bottom: 16px;
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
.filters-dimension > label {
|
|
778
|
-
margin-bottom: 4px;
|
|
779
|
-
font-style: italic;
|
|
780
|
-
font-size: smaller;
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
.filters-reminder {
|
|
784
|
-
margin-top: 16px;
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
.filters-reminder label {
|
|
788
|
-
font-style: italic;
|
|
789
|
-
font-size: smaller;
|
|
790
|
-
margin-right: 8px;
|
|
791
|
-
}
|
|
792
|
-
|
|
793
|
-
.filters-reminder a {
|
|
794
|
-
margin-left: 8px;
|
|
795
|
-
}
|
|
796
|
-
|
|
797
|
-
.filters-reminder-dimension > p:not(:first-child) {
|
|
798
|
-
margin-left: 4px;
|
|
799
|
-
}
|
|
800
|
-
|
|
801
|
-
footer .fr-follow {
|
|
802
|
-
border-top: 1px solid var(--border-default-grey);
|
|
803
|
-
}
|
|
804
|
-
|
|
805
|
-
.fr-notice__link {
|
|
806
|
-
text-decoration: underline;
|
|
807
|
-
}
|
|
808
|
-
|
|
809
|
-
.fr-notice[data-show="false"] {
|
|
810
|
-
display: none;
|
|
811
|
-
}
|
|
812
|
-
|
|
813
|
-
.fr-notice[data-show="true"] {
|
|
814
|
-
display: block;
|
|
815
|
-
}
|
|
816
|
-
|
|
817
|
-
#header-navigation > div:first-child {
|
|
818
|
-
position: relative;
|
|
819
|
-
}
|
|
820
|
-
.mapboxgl-ctrl-logo {
|
|
821
|
-
display: none !important;
|
|
822
|
-
}
|
|
823
|
-
#deckgl-wrapper:focus {
|
|
824
|
-
outline: 2px solid #0a76f6 !important;
|
|
825
|
-
}
|
|
826
|
-
.internal-outline:focus {
|
|
827
|
-
outline-offset: -2px;
|
|
828
|
-
}
|
|
829
|
-
.fr-header__logo:hover {
|
|
830
|
-
background-color: var(--grey-1000-50-hover);
|
|
831
|
-
}
|
|
832
|
-
@media (max-width: 991px) {
|
|
833
|
-
.fr-nav__btn[aria-current]:not([aria-current="false"]),
|
|
834
|
-
.fr-nav__link[aria-current]:not([aria-current="false"]) {
|
|
835
|
-
text-decoration: underline;
|
|
836
|
-
}
|
|
837
|
-
}
|
|
838
|
-
|
|
839
|
-
.data-table {
|
|
840
|
-
overflow-x: auto;
|
|
841
|
-
}
|
|
842
|
-
.data-table-export-buttons {
|
|
843
|
-
margin-bottom: 16px;
|
|
844
|
-
margin-top: 16px;
|
|
845
|
-
display: flex;
|
|
846
|
-
gap: 16px;
|
|
847
|
-
flex-wrap: wrap;
|
|
848
|
-
}
|
|
849
|
-
.checkbox-label {
|
|
850
|
-
text-wrap: nowrap;
|
|
851
|
-
}
|
|
852
|
-
#map-download-buttons {
|
|
853
|
-
margin-top: 32px;
|
|
854
|
-
display: flex;
|
|
855
|
-
flex-wrap: wrap;
|
|
856
|
-
gap: 16px;
|
|
857
|
-
}
|
|
858
|
-
.side-panel-last-close-button-container {
|
|
859
|
-
display: flex;
|
|
860
|
-
justify-content: end;
|
|
861
|
-
margin-top: 32px;
|
|
862
|
-
margin-right: 4px;
|
|
863
|
-
}
|
|
864
|
-
.search-bar-sm input {
|
|
865
|
-
padding: 0px 8px;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
.search-bar-sm button {
|
|
869
|
-
width: 24px;
|
|
870
|
-
padding: 0px 8px !important;
|
|
871
|
-
}
|
|
872
|
-
|
|
873
|
-
.table-geo-filters {
|
|
874
|
-
margin-top: 16px;
|
|
875
|
-
display: flex;
|
|
876
|
-
flex-direction: column;
|
|
877
|
-
gap: 8px;
|
|
878
|
-
padding-bottom: 64px;
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
.table-geo-filters {
|
|
882
|
-
font-size: 0.9rem;
|
|
883
|
-
}
|
|
884
|
-
|
|
885
|
-
.table-geo-filters:has(details[open]) {
|
|
886
|
-
padding-bottom: 300px;
|
|
887
|
-
}
|
|
888
|
-
|
|
889
|
-
.table-geo-filters input,
|
|
890
|
-
.table-geo-filters select {
|
|
891
|
-
padding: 4px 8px;
|
|
892
|
-
max-width: 250px;
|
|
893
|
-
margin-top: 0px !important;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
|
-
.table-geo-filters input[type="number"] {
|
|
897
|
-
max-width: 70px;
|
|
898
|
-
}
|
|
899
|
-
|
|
900
|
-
.table-geo-filters label,
|
|
901
|
-
.table-geo-filters i {
|
|
902
|
-
font-size: 0.8rem;
|
|
903
|
-
}
|
|
904
|
-
|
|
905
|
-
.table-geo-filters-details-body {
|
|
906
|
-
margin-top: 8px;
|
|
907
|
-
margin-bottom: 8px;
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
.geo-filters-numbers-col {
|
|
911
|
-
display: flex;
|
|
912
|
-
flex-direction: column;
|
|
913
|
-
gap: 8px;
|
|
914
|
-
}
|
|
915
|
-
|
|
916
|
-
.geo-filters-numbers-row {
|
|
917
|
-
display: flex;
|
|
918
|
-
flex-direction: row;
|
|
919
|
-
gap: 32px;
|
|
920
|
-
}
|
|
921
|
-
|
|
922
|
-
.staticPage .code {
|
|
923
|
-
background-color: #ececfe;
|
|
924
|
-
font-family: inherit;
|
|
925
|
-
padding: 0 4px;
|
|
926
|
-
border-radius: 4px;
|
|
927
|
-
font-size: smaller;
|
|
928
|
-
font-style: normal;
|
|
929
|
-
}
|
|
930
|
-
|
|
931
|
-
.staticPage table {
|
|
932
|
-
width: 100%;
|
|
933
|
-
border-collapse: collapse;
|
|
934
|
-
}
|
|
935
|
-
|
|
936
|
-
.staticPage table th,
|
|
937
|
-
.staticPage table td {
|
|
938
|
-
padding: 8px 16px;
|
|
939
|
-
text-align: left;
|
|
940
|
-
}
|
|
941
|
-
|
|
942
|
-
.staticPage caption {
|
|
943
|
-
font-weight: bold;
|
|
944
|
-
text-align: left;
|
|
945
|
-
margin-bottom: 16px;
|
|
946
|
-
}
|
|
947
|
-
|
|
948
|
-
.staticPage tbody td:first-child {
|
|
949
|
-
font-weight: bold;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
.glossary .definitions {
|
|
953
|
-
margin-top: 6rem;
|
|
954
|
-
display: flex;
|
|
955
|
-
flex-direction: column;
|
|
956
|
-
gap: 2rem;
|
|
957
|
-
}
|
|
958
|
-
.glossary .definitions div {
|
|
959
|
-
display: flex;
|
|
960
|
-
align-items: center;
|
|
961
|
-
}
|
|
962
|
-
.glossary .definitions dt {
|
|
963
|
-
width: 10rem;
|
|
964
|
-
}
|
|
965
|
-
.glossary .definitions dd {
|
|
966
|
-
width: 100%;
|
|
967
|
-
}
|
|
968
|
-
|
|
969
|
-
@media (min-width: 48em) {
|
|
970
|
-
.fr-footer__bottom-item::before {
|
|
971
|
-
margin-right: 0.5rem;
|
|
972
|
-
}
|
|
973
|
-
}
|
|
974
|
-
|
|
975
|
-
.fr-footer__bottom-link {
|
|
976
|
-
white-space: nowrap;
|
|
977
|
-
}
|
|
978
|
-
|
|
979
|
-
.react-datepicker__input-container input {
|
|
980
|
-
border-color: hsl(0, 0%, 80%);
|
|
981
|
-
border-radius: 4px;
|
|
982
|
-
border-style: solid;
|
|
983
|
-
border-width: 1px;
|
|
984
|
-
width: 95px;
|
|
985
|
-
}
|
|
986
|
-
|
|
987
|
-
.date-pickers-range {
|
|
988
|
-
display: flex;
|
|
989
|
-
flex-direction: row;
|
|
990
|
-
gap: 32px;
|
|
991
|
-
}
|
|
992
|
-
|
|
993
|
-
.react-datepicker__header {
|
|
994
|
-
background-color: #ececfe !important;
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
.react-datepicker__header h2 {
|
|
998
|
-
padding: 0px !important;
|
|
999
|
-
}
|
|
1000
|
-
|
|
1001
|
-
.react-datepicker__header__dropdown {
|
|
1002
|
-
padding-bottom: 16px !important;
|
|
1003
|
-
}
|
|
1004
|
-
|
|
1005
|
-
.react-datepicker__close-icon:hover {
|
|
1006
|
-
background-color: inherit !important;
|
|
1007
|
-
}
|
|
1008
|
-
|
|
1009
|
-
.react-select__menu {
|
|
1010
|
-
font-size: 0.8rem !important;
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
|
-
.react-select__option {
|
|
1014
|
-
padding: 4px 12px !important;
|
|
1015
|
-
}
|