Subversion Repositories eFlore/Applications.cel

Rev

Rev 3260 | Rev 3270 | Go to most recent revision | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3260 Rev 3269
1
@CHARSET "UTF-8";
1
@CHARSET "UTF-8";
2
 
2
 
3
body {
3
body {
4
  font-family: Muli,sans-serif;
4
  font-family: Muli,sans-serif;
5
  font-size: 0.8rem;
5
  font-size: 0.8rem;
6
  font-weight: 300;
6
  font-weight: 300;
7
}
7
}
8
 
8
 
9
#zone-appli {
9
#zone-appli {
10
  padding: 2rem;
10
  padding: 2rem;
11
  border-radius: 0.3rem;
11
  border-radius: 0.3rem;
12
  background-color: rgba(255, 255, 255, 0.9);
12
  background-color: rgba(255, 255, 255, 0.9);
13
  margin-top: 2rem;
13
  margin-top: 2rem;
14
}
14
}
15
 
15
 
16
#zone-appli .zone-alerte{
16
#zone-appli .zone-alerte{
17
  width: 100%;
17
  width: 100%;
18
}
18
}
19
 
19
 
20
#logo {
20
#logo {
21
  max-width: 100%;
21
  max-width: 100%;
22
}
22
}
23
 
23
 
24
h1, h2, h3, h4, h5 {
24
h1, h2, h3, h4, h5 {
25
  font-family: Muli,sans-serif;
25
  font-family: Muli,sans-serif;
26
}
26
}
27
 
27
 
28
form {
28
form {
29
  font-family: Muli,sans-serif;
29
  font-family: Muli,sans-serif;
30
  float: none;
30
  float: none;
31
}
31
}
32
 
32
 
33
h1 {
33
h1 {
34
  font-weight: 700;
34
  font-weight: 700;
35
  font-size: 2rem;
35
  font-size: 2rem;
36
}
36
}
37
 
37
 
38
#zone-appli .form-block {
38
#zone-appli .form-block {
39
  margin-bottom: 2rem;
39
  margin-bottom: 2rem;
40
}
40
}
41
 
41
 
42
h2 {
42
h2 {
43
  font-weight: 700;
43
  font-weight: 700;
44
  line-height: 1.15;
44
  line-height: 1.15;
45
  font-size: 1.5rem;
45
  font-size: 1.5rem;
46
}
46
}
47
 
47
 
48
h3 {
48
h3 {
49
  font-size: 1.2rem;
49
  font-size: 1.2rem;
50
}
50
}
51
 
51
 
52
#zone-appli .obligatoire::before {
52
#zone-appli .obligatoire::before {
53
  content: '*';
53
  content: '*';
54
  position: absolute;
54
  position: absolute;
55
  left: 0;
55
  left: 0;
56
}
56
}
57
 
57
 
58
.btn.focus,
58
.btn.focus,
59
.btn:focus {
59
.btn:focus {
60
  box-shadow: none;
60
  box-shadow: none;
61
}
61
}
62
 
62
 
63
.btn.btn-primary,
63
.btn.btn-primary,
64
.btn.btn-info,
64
.btn.btn-info,
65
.btn.btn-success,
65
.btn.btn-success,
66
.btn.btn-danger,
66
.btn.btn-danger,
67
.btn.btn-inverse {
67
.btn.btn-inverse {
68
  color: #fff !important;
68
  color: #fff !important;
69
}
69
}
70
 
70
 
71
button {
71
button {
72
  -moz-border-bottom-colors: none;
72
  -moz-border-bottom-colors: none;
73
  -moz-border-left-colors: none;
73
  -moz-border-left-colors: none;
74
  -moz-border-right-colors: none;
74
  -moz-border-right-colors: none;
75
  -moz-border-top-colors: none;
75
  -moz-border-top-colors: none;
76
  background-color: #a2b93b;
76
  background-color: #a2b93b;
77
  border-bottom-color: currentcolor;
77
  border-bottom-color: currentcolor;
78
  border-bottom-left-radius: 0.2rem;
78
  border-bottom-left-radius: 0.2rem;
79
  border-bottom-right-radius: 0.2rem;
79
  border-bottom-right-radius: 0.2rem;
80
  border-bottom-style: none;
80
  border-bottom-style: none;
81
  border-bottom-width: 0;
81
  border-bottom-width: 0;
82
  border-image-outset: 0 0 0 0;
82
  border-image-outset: 0 0 0 0;
83
  border-image-repeat: stretch stretch;
83
  border-image-repeat: stretch stretch;
84
  border-image-slice: 100% 100% 100% 100%;
84
  border-image-slice: 100% 100% 100% 100%;
85
  border-image-source: none;
85
  border-image-source: none;
86
  border-image-width: 1 1 1 1;
86
  border-image-width: 1 1 1 1;
87
  border-left-color: currentcolor;
87
  border-left-color: currentcolor;
88
  border-left-style: none;
88
  border-left-style: none;
89
  border-left-width: 0;
89
  border-left-width: 0;
90
  border-right-color: currentcolor;
90
  border-right-color: currentcolor;
91
  border-right-style: none;
91
  border-right-style: none;
92
  border-right-width: 0;
92
  border-right-width: 0;
93
  border-top-color: currentcolor;
93
  border-top-color: currentcolor;
94
  border-top-left-radius: 0.2rem;
94
  border-top-left-radius: 0.2rem;
95
  border-top-right-radius: 0.2rem;
95
  border-top-right-radius: 0.2rem;
96
  border-top-style: none;
96
  border-top-style: none;
97
  border-top-width: 0;
97
  border-top-width: 0;
98
  color: #fff;
98
  color: #fff;
99
  cursor: pointer;
99
  cursor: pointer;
100
  display: inline-block;
100
  display: inline-block;
101
  font-family: Ubuntu,sans-serif;
101
  font-family: Ubuntu,sans-serif;
102
  font-size: 1.3rem;
102
  font-size: 1.3rem;
103
  font-weight: 500;
103
  font-weight: 500;
104
  letter-spacing: 0.1rem;
104
  letter-spacing: 0.1rem;
105
  line-height: 1.5rem;
105
  line-height: 1.5rem;
106
  padding-bottom: 1.25rem;
106
  padding-bottom: 1.25rem;
107
  padding-left: 2rem;
107
  padding-left: 2rem;
108
  padding-right: 2rem;
108
  padding-right: 2rem;
109
  padding-top: 1.25rem;
109
  padding-top: 1.25rem;
110
  text-align: center;
110
  text-align: center;
111
  text-decoration-color: currentcolor;
111
  text-decoration-color: currentcolor;
112
  text-decoration-line: none;
112
  text-decoration-line: none;
113
  text-decoration-style: solid;
113
  text-decoration-style: solid;
114
  text-transform: uppercase;
114
  text-transform: uppercase;
115
  transition-delay: 0s;
115
  transition-delay: 0s;
116
  transition-duration: 0.2s;
116
  transition-duration: 0.2s;
117
  transition-property: background;
117
  transition-property: background;
118
  transition-timing-function: ease;
118
  transition-timing-function: ease;
119
}
119
}
120
 
120
 
121
.mb2,
121
.mb2,
122
.mb-3 {
122
.mb-3 {
123
  align-self: start;
123
  align-self: start;
124
}
124
}
125
 
125
 
126
label,
126
label,
127
#zone-appli  .list-label {
127
#zone-appli  .list-label {
128
  color: #606060;
128
  color: #606060;
129
  display: block;
129
  display: block;
130
  font-size: 0.9rem;
130
  font-size: 0.9rem;
131
  font-weight: 700;
131
  font-weight: 700;
132
}
132
}
133
 
133
 
134
#zone-appli .form-inline label,
134
#zone-appli .form-inline label,
135
#zone-appli .form-inline .list-label {
135
#zone-appli .form-inline .list-label {
136
  align-items: start;
136
  align-items: start;
137
  align-self: start;
137
  align-self: start;
138
  justify-content: left;
138
  justify-content: left;
139
  align-content: flex-start;
139
  align-content: flex-start;
140
}
140
}
141
 
141
 
142
h1#widget-titre::before {
142
h1#widget-titre::before {
143
  content: "";
143
  content: "";
144
  display: block;
144
  display: block;
145
  height: 100%;
145
  height: 100%;
146
  left: -5rem;
146
  left: -5rem;
147
  position: absolute;
147
  position: absolute;
148
  width: 0.4rem;
148
  width: 0.4rem;
149
}
149
}
150
 
150
 
151
h1#widget-titre {
151
h1#widget-titre {
152
  font-size: 2.6rem;
152
  font-size: 2.6rem;
153
  font-weight: 700;
153
  font-weight: 700;
154
  line-height: 3.2rem;
154
  line-height: 3.2rem;
155
  margin-bottom: 0;
155
  margin-bottom: 0;
156
  margin-left: 0;
156
  margin-left: 0;
157
  margin-right: 0;
157
  margin-right: 0;
158
  margin-top: 0;
158
  margin-top: 0;
159
  position: relative;
159
  position: relative;
160
  color: #232323;
160
  color: #232323;
161
  font-family: Ubuntu,sans-serif;
161
  font-family: Ubuntu,sans-serif;
162
}
162
}
163
 
163
 
164
#zone-appli .hidden {
164
#zone-appli .hidden {
165
  display: none !important;
165
  display: none !important;
166
}
166
}
167
 
167
 
168
#zone-appli .warning {
168
#zone-appli .warning {
169
  color: #ff5d55;
169
  color: #ff5d55;
170
  font-weight: 700;
170
  font-weight: 700;
171
}
171
}
172
 
172
 
173
.control-group.error input,
173
.control-group.error input,
174
.control-group.error select,
174
.control-group.error select,
175
.control-group.error textarea {
175
.control-group.error textarea {
176
  box-shadow: 0 0 1.5px 1px red;
176
  box-shadow: 0 0 1.5px 1px red;
177
  border-color: #b94a48;
177
  border-color: #b94a48;
178
  color: #b94a48;
178
  color: #b94a48;
179
}
179
}
180
 
180
 
181
.control-group.error {
181
.control-group.error {
182
  color: #b94a48;
182
  color: #b94a48;
183
}
183
}
184
 
184
 
185
#zone-appli .centre {
185
#zone-appli .centre {
186
  margin: 0 auto !important;
186
  margin: 0 auto !important;
187
  justify-content: center !important;
187
  justify-content: center !important;
188
}
188
}
189
 
189
 
190
#zone-appli .droite {
190
#zone-appli .droite {
191
  float: right;
191
  float: right;
192
}
192
}
193
 
193
 
194
#zone-appli .info {
194
#zone-appli .info {
195
  padding: 1rem;
195
  padding: 1rem;
196
  background-color: #ccecf1;
196
  background-color: #ccecf1;
197
  border-color: #7ccedb;
197
  border-color: #7ccedb;
198
  color: #006979;
198
  color: #006979;
199
  fill: #006979;
199
  fill: #006979;
200
  border-radius: 0.2rem;
200
  border-radius: 0.2rem;
201
}
201
}
202
 
202
 
203
#zone-appli .clear {
203
#zone-appli .clear {
204
  clear: both;
204
  clear: both;
205
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
205
  height: 0; overflow: hidden; /* Précaution pour IE 7 */
206
}
206
}
207
 
207
 
208
#zone-appli .ui-widget{
208
#zone-appli .ui-widget{
209
  font-family: Muli,sans-serif;
209
  font-family: Muli,sans-serif;
210
}
210
}
211
 
211
 
212
#zone-appli .form-inline .form-control {
212
#zone-appli .form-inline .form-control {
213
  width: 100%;
213
  width: 100%;
214
}
214
}
215
 
215
 
216
#zone-appli #logo_hires {
216
#zone-appli #logo_hires {
217
  display: none;
217
  display: none;
218
}
218
}
219
#zone-appli .logo-tb {
219
#zone-appli .logo-tb {
220
  position:absolute;
220
  position:absolute;
221
  left: 10px;
221
  left: 10px;
222
  top: 10px;
222
  top: 10px;
223
}
223
}
224
 
224
 
225
#zone-appli .bloc-top {
225
#zone-appli .bloc-top {
226
  border-top: 1px solid rgba(0,0,0,.1);
226
  border-top: 1px solid rgba(0,0,0,.1);
227
  padding-top: 1rem;
227
  padding-top: 1rem;
228
}
228
}
229
 
229
 
230
#zone-appli .bloc-bottom {
230
#zone-appli .bloc-bottom {
231
  border-bottom: 1px solid rgba(0,0,0,.1);
231
  border-bottom: 1px solid rgba(0,0,0,.1);
232
  padding-bottom: 1rem;
232
  padding-bottom: 1rem;
233
}
233
}
234
 
234
 
235
.unstyled {
235
.unstyled {
236
  list-style-type: none;
236
  list-style-type: none;
237
}
237
}
238
 
238
 
239
#zone-appli #formulaire form {
239
#zone-appli #formulaire form {
240
  margin-bottom: 1.5rem;
240
  margin-bottom: 1.5rem;
241
}
241
}
242
 
242
 
243
input[type="checkbox"],
243
input[type="checkbox"],
244
input[type="radio"],
244
input[type="radio"],
245
input.radio,
245
input.radio,
246
input.checkbox {
246
input.checkbox {
247
  vertical-align:text-top;
247
  vertical-align:text-top;
248
  padding: 0;
248
  padding: 0;
249
  margin-right: 10px;
249
  margin-right: 10px;
250
  position:relative;
250
  position:relative;
251
  overflow:hidden;
251
  overflow:hidden;
252
  top:2px;
252
  top:2px;
253
}
253
}
254
 
254
 
255
#zone-appli #formulaire #form-supp #zone-supp .checkbox label,
255
#zone-appli #formulaire #form-supp #zone-supp .checkbox label,
256
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label,
256
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label,
257
#zone-appli #formulaire #form-supp #zone-supp .radio label {
257
#zone-appli #formulaire #form-supp #zone-supp .radio label {
258
  align-items: center;
258
  align-items: center;
259
  display: flex;
259
  display: flex;
260
  font-weight: 400;
260
  font-weight: 400;
261
}
261
}
262
 
262
 
263
/*************************************************************************/
263
/*************************************************************************/
264
 
264
 
265
form#form-observateur,
265
form#form-observateur,
266
form#form-observation,
266
form#form-observation,
267
form#form-supp,
267
form#form-supp,
268
#tb-navigation,
268
#tb-navigation,
269
#tb-navbar{
269
#tb-navbar{
270
  min-width: 100%;
270
  min-width: 100%;
271
  margin-left: 0;
271
  margin-left: 0;
272
  margin-right: 0;
272
  margin-right: 0;
273
}
273
}
274
 
274
 
275
.navbar-nav,
275
.navbar-nav,
276
.nav {
276
.nav {
277
  display: -ms-flexbox;
277
  display: -ms-flexbox;
278
  display: flex;
278
  display: flex;
279
  -ms-flex-wrap: wrap;
279
  -ms-flex-wrap: wrap;
280
  flex-wrap: wrap;
280
  flex-wrap: wrap;
281
  margin-right: -15px;
281
  margin-right: -15px;
282
  margin-left: -15px;
282
  margin-left: -15px;
283
  flex-direction: row;
283
  flex-direction: row;
284
}
284
}
285
 
285
 
286
.navbar.navbar-default {
286
.navbar.navbar-default {
287
  margin-bottom: 0;
287
  margin-bottom: 0;
288
}
288
}
289
 
289
 
290
.volet {
290
.volet {
291
  height: 5rem;
291
  height: 5rem;
292
}
292
}
293
 
293
 
294
#anonyme {
294
#anonyme {
295
  height: auto;
295
  height: auto;
296
}
296
}
297
 
297
 
298
#bouton-connexion,
298
#bouton-connexion,
299
#creation-compte {
299
#creation-compte {
300
  display: -ms-flexbox;
300
  display: -ms-flexbox;
301
  display: flex;
301
  display: flex;
302
  height: 5rem;
302
  height: 5rem;
303
  -webkit-box-flex: 1;
303
  -webkit-box-flex: 1;
304
  -webkit-flex: 0 0 50%;
304
  -webkit-flex: 0 0 50%;
305
  -ms-flex: 0 0 50%;
305
  -ms-flex: 0 0 50%;
306
  flex: 0 0 50%;
306
  flex: 0 0 50%;
307
  max-width: 50%;
307
  max-width: 50%;
308
  -ms-flex-flow: row wrap;
308
  -ms-flex-flow: row wrap;
309
  flex-flow: row wrap;
309
  flex-flow: row wrap;
310
  min-height: 1px;
310
  min-height: 1px;
311
  padding-right: 15px;
311
  padding-right: 15px;
312
  padding-left: 15px;
312
  padding-left: 15px;
313
  justify-content: left;
313
  justify-content: left;
314
  align-items: flex-start;
314
  align-items: flex-start;
315
  align-content: flex-middle;
315
  align-content: flex-middle;
316
}
316
}
317
 
317
 
318
#bouton-connexion label,
318
#bouton-connexion label,
319
#creation-compte label {
319
#creation-compte label {
320
  width: 100%;
320
  width: 100%;
321
}
321
}
322
 
322
 
323
.navbar-default .navbar-nav > .volet #bouton-anonyme,
323
.navbar-default .navbar-nav > .volet #bouton-anonyme,
324
.navbar-default .navbar-nav > .volet #bouton-inscription {
324
.navbar-default .navbar-nav > .volet #bouton-inscription {
325
  width: auto;
325
  width: auto;
326
}
326
}
327
 
327
 
328
.navbar-default .navbar-nav > .volet > a  {
328
.navbar-default .navbar-nav > .volet > a  {
329
  margin-left: 0.2rem;
329
  margin-left: 0.2rem;
330
}
330
}
331
 
331
 
-
 
332
.navbar-default .navbar-nav #bouton-connexion a,
-
 
333
#ajouter-obs,
332
.navbar-default .navbar-nav #bouton-connexion a{
334
#transmettre-obs {
333
  color: #fff;
335
  color: #fff;
334
  background-color: #b2cb43;
336
  background-color: #b2cb43;
335
  border-color: #a1b92e;;
337
  border-color: #a1b92e;;
336
}
338
}
337
 
339
 
338
.navbar-default .navbar-nav #bouton-connexion a:focus,
340
.navbar-default .navbar-nav #bouton-connexion a:focus,
339
.navbar-default .navbar-nav #bouton-connexion a:hover {
341
.navbar-default .navbar-nav #bouton-connexion a:hover,
-
 
342
#transmettre-obs:focus,
-
 
343
#transmettre-obs:hover,
-
 
344
#ajouter-obs:focus,
-
 
345
#ajouter-obs:hover {
340
  background-color: #a2b93b;
346
  background-color: #a2b93b;
341
  border-color: #9ab227;
347
  border-color: #9ab227;
342
}
348
}
343
 
349
 
344
.navbar-default .navbar-nav #utilisateur-connecte.volet {
350
.navbar-default .navbar-nav #utilisateur-connecte.volet {
345
  padding-left: 2rem;
351
  padding-left: 2rem;
346
}
352
}
347
 
353
 
348
.navbar-default .navbar-nav #utilisateur-connecte.volet > a {
354
.navbar-default .navbar-nav #utilisateur-connecte.volet > a {
349
  margin-left: 0;
355
  margin-left: 0;
350
}
356
}
351
 
357
 
352
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur,
358
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur,
353
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion {
359
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion {
354
  padding: 0 0.75rem;
360
  padding: 0 0.75rem;
355
  margin: 0.2rem 0;
361
  margin: 0.2rem 0;
356
}
362
}
357
 
363
 
358
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a {
364
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a {
359
  font-size: 0.8rem;
365
  font-size: 0.8rem;
360
  font-weight: 400;
366
  font-weight: 400;
361
  color: #606060;
367
  color: #606060;
362
  background: inherit;
368
  background: inherit;
363
  text-decoration: none;
369
  text-decoration: none;
364
  display: block;
370
  display: block;
365
  width: 100%;
371
  width: 100%;
366
  padding-left: 5px;
372
  padding-left: 5px;
367
  line-height: 25px;
373
  line-height: 25px;
368
  outline: 0;
374
  outline: 0;
369
}
375
}
370
 
376
 
371
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:hover,
377
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:hover,
372
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:hover,
378
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:hover,
373
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:focus,
379
.navbar-default .navbar-nav #utilisateur-connecte.volet #profil-utilisateur:focus,
374
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:focus {
380
.navbar-default .navbar-nav #utilisateur-connecte.volet #deconnexion:focus {
375
  background: #1e90ff;
381
  background: #1e90ff;
376
}
382
}
377
 
383
 
378
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:hover,
384
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:hover,
379
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:focus {
385
.navbar-default .navbar-nav #utilisateur-connecte.volet .volet-menu a:focus {
380
  color: #fff;
386
  color: #fff;
381
}
387
}
382
 
388
 
383
.navbar-nav .volet-menu {
389
.navbar-nav .volet-menu {
384
  position: absolute;
390
  position: absolute;
385
  z-index: 1000;
391
  z-index: 1000;
386
  min-width: auto;
392
  min-width: auto;
387
  list-style: none;
393
  list-style: none;
388
  background-color: #fff;
394
  background-color: #fff;
389
  border: 1px solid #ccc;
395
  border: 1px solid #ccc;
390
  border: 1px solid rgba(0, 0, 0, 0.15);
396
  border: 1px solid rgba(0, 0, 0, 0.15);
391
  border-radius: 4px;
397
  border-radius: 4px;
392
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
398
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
393
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
399
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
394
}
400
}
395
 
401
 
396
.volet-menu div a {
402
.volet-menu div a {
397
  color: #222;
403
  color: #222;
398
}
404
}
399
 
405
 
400
.navbar-default .navbar-nav #utilisateur-connecte .volet-toggle::after {
406
.navbar-default .navbar-nav #utilisateur-connecte .volet-toggle::after {
401
  font-family: "Font Awesome 5 Free";
407
  font-family: "Font Awesome 5 Free";
402
  font-size: 0.8rem;
408
  font-size: 0.8rem;
403
  font-weight: 900;
409
  font-weight: 900;
404
  content: '\f0d7'
410
  content: '\f0d7'
405
}
411
}
406
 
412
 
407
/*************************************************************************/
413
/*************************************************************************/
408
 
414
 
409
#zone-appli #formulaire #form-supp #zone-supp .multiselect.list-checkbox {
415
#zone-appli #formulaire #form-supp #zone-supp .multiselect.list-checkbox {
410
  padding: 0;
416
  padding: 0;
411
  margin: 0;
417
  margin: 0;
412
}
418
}
413
 
419
 
414
#zone-appli #formulaire #form-supp #zone-supp select,
420
#zone-appli #formulaire #form-supp #zone-supp select,
415
#zone-appli #formulaire #form-supp #zone-supp .selectBox select {
421
#zone-appli #formulaire #form-supp #zone-supp .selectBox select {
416
  background-color: #fff;
422
  background-color: #fff;
417
  border: 1px solid #ced4da;
423
  border: 1px solid #ced4da;
418
}
424
}
419
 
425
 
420
#form-supp select,
426
#form-supp select,
421
#form-supp .selectBox select{
427
#form-supp .selectBox select{
422
  border-radius: 0.3rem;
428
  border-radius: 0.3rem;
423
}
429
}
424
 
430
 
425
#form-supp .select-wrapper,
431
#form-supp .select-wrapper,
426
#zone-appli #formulaire #form-supp #zone-supp .selectBox {
432
#zone-appli #formulaire #form-supp #zone-supp .selectBox {
427
  position: relative;
433
  position: relative;
428
  z-index: 1000;
434
  z-index: 1000;
429
  border-radius: 0.3rem;
435
  border-radius: 0.3rem;
430
}
436
}
431
 
437
 
432
#zone-appli #formulaire #form-supp #zone-supp .selectBox .focus {
438
#zone-appli #formulaire #form-supp #zone-supp .selectBox .focus {
433
  border-color: #80bdff;
439
  border-color: #80bdff;
434
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
440
  box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
435
}
441
}
436
 
442
 
437
#zone-appli #formulaire #form-supp #zone-supp .input-group .select-wrapper {
443
#zone-appli #formulaire #form-supp #zone-supp .input-group .select-wrapper {
438
  border:none;
444
  border:none;
439
}
445
}
440
 
446
 
441
#zone-appli #formulaire #form-supp #zone-supp .overSelect {
447
#zone-appli #formulaire #form-supp #zone-supp .overSelect {
442
  position: absolute;
448
  position: absolute;
443
  z-index: 999;
449
  z-index: 999;
444
  left: 0;
450
  left: 0;
445
  right: 0;
451
  right: 0;
446
  top: 0;
452
  top: 0;
447
  bottom: 0;
453
  bottom: 0;
448
}
454
}
449
 
455
 
450
#zone-appli #formulaire #form-supp #zone-supp .checkboxes {
456
#zone-appli #formulaire #form-supp #zone-supp .checkboxes {
451
  position: absolute;
457
  position: absolute;
452
  z-index: 1001;
458
  z-index: 1001;
453
  top: 120%;
459
  top: 120%;
454
  left: 1rem;
460
  left: 1rem;
455
  right: 1rem;
461
  right: 1rem;
456
  background-color: #fff;
462
  background-color: #fff;
457
  border: 1px solid #ced4da;
463
  border: 1px solid #ced4da;
458
  border-top: 0;
464
  border-top: 0;
459
  border-radius: 0 0 0.3rem 0.3rem;
465
  border-radius: 0 0 0.3rem 0.3rem;
460
  margin-top: -0.3rem;
466
  margin-top: -0.3rem;
461
}
467
}
462
 
468
 
463
#zone-appli #formulaire #form-supp #zone-supp .label label,
469
#zone-appli #formulaire #form-supp #zone-supp .label label,
464
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label {
470
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label {
465
  display: block;
471
  display: block;
466
  padding: 0.5rem;
472
  padding: 0.5rem;
467
  font-weight: 400;
473
  font-weight: 400;
468
  margin:0;
474
  margin:0;
469
}
475
}
470
 
476
 
471
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label:hover {
477
#zone-appli #formulaire #form-supp #zone-supp .checkboxes label:hover {
472
  background: #1e90ff;
478
  background: #1e90ff;
473
  color: #fff;
479
  color: #fff;
474
}
480
}
475
 
481
 
476
#zone-appli #formulaire #form-supp #zone-supp .selectBox select option {
482
#zone-appli #formulaire #form-supp #zone-supp .selectBox select option {
477
  padding-block-start: 0;
483
  padding-block-start: 0;
478
  padding-block-end: 0;
484
  padding-block-end: 0;
479
  padding-inline-start: 0;
485
  padding-inline-start: 0;
480
  padding-inline-end: 0;
486
  padding-inline-end: 0;
481
}
487
}
482
 
488
 
483
#zone-appli #formulaire #form-supp #zone-supp .collect-other {
489
#zone-appli #formulaire #form-supp #zone-supp .collect-other {
484
  margin: 0.5rem;
490
  margin: 0.5rem;
485
  width: 90%;
491
  width: 90%;
486
}
492
}
487
 
493
 
488
/*************************************************************************/
494
/*************************************************************************/
489
 
495
 
490
.range-values {
496
.range-values {
491
  color: #606060;
497
  color: #606060;
492
}
498
}
493
 
499
 
494
.range-live-value {
500
.range-live-value {
495
  padding-top: 1rem;
501
  padding-top: 1rem;
496
  font-size: 1rem;
502
  font-size: 1rem;
497
}
503
}
498
 
504
 
499
/*******************************************/
505
/*******************************************/
500
 
506
 
501
.label-file {
507
.label-file {
502
  overflow: hidden;
508
  overflow: hidden;
503
  position: relative;
509
  position: relative;
504
  cursor: pointer;
510
  cursor: pointer;
505
  border-radius: 0.25rem;
511
  border-radius: 0.25rem;
506
  font-weight: 400;
512
  font-weight: 400;
507
  font-size: 0.9rem;
513
  font-size: 0.9rem;
508
  text-align: center;
514
  text-align: center;
509
  white-space: nowrap;
515
  white-space: nowrap;
510
  vertical-align: middle;
516
  vertical-align: middle;
511
  -webkit-user-select: none;
517
  -webkit-user-select: none;
512
  -moz-user-select: none;
518
  -moz-user-select: none;
513
  -ms-user-select: none;
519
  -ms-user-select: none;
514
  user-select: none;
520
  user-select: none;
515
  border: 1px solid transparent;
521
  border: 1px solid transparent;
516
  padding: .375rem .75rem;
522
  padding: .375rem .75rem;
517
  line-height: 1.5;
523
  line-height: 1.5;
518
  transition:
524
  transition:
519
    color .15s ease-in-out,
525
    color .15s ease-in-out,
520
    background-color .15s ease-in-out,
526
    background-color .15s ease-in-out,
521
    border-color .15s ease-in-out,
527
    border-color .15s ease-in-out,
522
    box-shadow .15s ease-in-out;
528
    box-shadow .15s ease-in-out;
523
  margin: 0;
529
  margin: 0;
524
}
530
}
525
 
531
 
526
.label-file [type=file] {
532
.label-file [type=file] {
527
  cursor: inherit;
533
  cursor: inherit;
528
  display: block;
534
  display: block;
529
  font-size: 999px;
535
  font-size: 999px;
530
  filter: alpha(opacity=0);
536
  filter: alpha(opacity=0);
531
  min-height: 100%;
537
  min-height: 100%;
532
  min-width: 100%;
538
  min-width: 100%;
533
  opacity: 0;
539
  opacity: 0;
534
  position: absolute;
540
  position: absolute;
535
  right: 0;
541
  right: 0;
536
  text-align: right;
542
  text-align: right;
537
  top: 0;
543
  top: 0;
538
}
544
}
539
 
545
 
540
.label-file [type=file] {
546
.label-file [type=file] {
541
  cursor: pointer;
547
  cursor: pointer;
542
}
548
}
543
 
549
 
544
/*************************************/
550
/*************************************/
545
 
551
 
546
#miniatures .miniature {
552
#miniatures .miniature {
547
  position: relative;
553
  position: relative;
548
  display: inline-block;
554
  display: inline-block;
549
 
555
 
550
}
556
}
551
 
557
 
552
#miniatures .miniature .miniature-img {
558
#miniatures .miniature .miniature-img {
553
  vertical-align: top;
559
  vertical-align: top;
554
  width: 10rem;
560
  width: 10rem;
555
  height: 100%;
561
  height: 100%;
556
}
562
}
557
 
563
 
558
#miniatures .miniature .effacer-miniature {
564
#miniatures .miniature .effacer-miniature {
559
  display: flex;
565
  display: flex;
560
  position: absolute;
566
  position: absolute;
561
  left: 0;
567
  left: 0;
562
  right: 0;
568
  right: 0;
563
  top: 0;
569
  top: 0;
564
  bottom: 0;
570
  bottom: 0;
565
  font-size: 2rem;
571
  font-size: 2rem;
566
  background-color: rgba(0, 0, 0, 0.3);
572
  background-color: rgba(0, 0, 0, 0.3);
567
  opacity: 0;
573
  opacity: 0;
568
  color: #fff;
574
  color: #fff;
569
  padding: 0;
575
  padding: 0;
570
  margin: 0;
576
  margin: 0;
571
  height: 100%;
577
  height: 100%;
572
  width: 100%;
578
  width: 100%;
573
  align-items:center;
579
  align-items:center;
574
  justify-content: center;
580
  justify-content: center;
575
  cursor: pointer;
581
  cursor: pointer;
576
}
582
}
577
 
583
 
578
#miniatures .miniature .effacer-miniature:hover,
584
#miniatures .miniature .effacer-miniature:hover,
579
#miniatures .miniature .effacer-miniature:focus {
585
#miniatures .miniature .effacer-miniature:focus {
580
  opacity: 1;
586
  opacity: 1;
581
}
587
}
582
 
588
 
583
.obs {
589
.obs {
584
  height: 10rem;
590
  height: 10rem;
585
  padding: 1rem;
591
  padding: 1rem;
586
  border-radius: 0.25rem;
592
  border-radius: 0.25rem;
587
  background-color: #fbfbfb;
593
  background-color: #fbfbfb;
588
  border: 1px solid #eee;
594
  border: 1px solid #eee;
589
}
595
}
590
 
596
 
591
.obs .nom-sci {
597
.obs .nom-sci {
592
  font-size: 1rem;
598
  font-size: 1rem;
593
}
599
}
594
 
600
 
595
.defilement-miniatures .defilement-miniatures-cache,
601
.defilement-miniatures .defilement-miniatures-cache,
596
.defilement-miniatures .miniature-cachee {
602
.defilement-miniatures .miniature-cachee {
597
  display: none;
603
  display: none;
598
}
604
}
599
 
605
 
600
.defilement-miniatures {
606
.defilement-miniatures {
601
  display: flex;
607
  display: flex;
602
  align-items:center;
608
  align-items:center;
603
  justify-content: center;
609
  justify-content: center;
604
  height: 8rem;
610
  height: 8rem;
605
}
611
}
606
.defilement-miniatures figure {
612
.defilement-miniatures figure {
607
  display: inline-block;
613
  display: inline-block;
608
  min-height: 8rem;
614
  min-height: 8rem;
609
  line-height: 8rem;
615
  line-height: 8rem;
610
  text-align: center;
616
  text-align: center;
611
  min-width: 80%;
617
  min-width: 80%;
612
  width: 80%;
618
  width: 80%;
613
  margin:0 auto;
619
  margin:0 auto;
614
  padding: 0;
620
  padding: 0;
615
}
621
}
616
 
622
 
617
.miniature-selectionnee {
623
.miniature-selectionnee {
618
  vertical-align: middle;
624
  vertical-align: middle;
619
  max-height: 8rem;
625
  max-height: 8rem;
620
  max-width: 80%;
626
  max-width: 80%;
621
}
627
}
622
 
628
 
623
.defilement-miniatures-gauche,
629
.defilement-miniatures-gauche,
624
.defilement-miniatures-droite {
630
.defilement-miniatures-droite {
625
  display: inline-block;
631
  display: inline-block;
626
  color: #5bc0de;
632
  color: #5bc0de;
627
  vertical-align: middle;
633
  vertical-align: middle;
628
  outline-style: none;
634
  outline-style: none;
629
}
635
}
630
 
636
 
631
.defilement-miniatures-gauche:active,
637
.defilement-miniatures-gauche:active,
632
.defilement-miniatures-droite:active,
638
.defilement-miniatures-droite:active,
633
.defilement-miniatures-gauche:focus,
639
.defilement-miniatures-gauche:focus,
634
.defilement-miniatures-droite:focus {
640
.defilement-miniatures-droite:focus {
635
  color: #499fb7;
641
  color: #499fb7;
636
}
642
}
637
 
643
 
638
.defilement-miniatures-gauche:hover,
644
.defilement-miniatures-gauche:hover,
639
.defilement-miniatures-droite:hover {
645
.defilement-miniatures-droite:hover {
640
  color: #499fb7;
646
  color: #499fb7;
641
}
647
}
642
 
648
 
643
#zone-prenom-nom #prenom,
649
#zone-prenom-nom #prenom,
644
#zone-prenom-nom #nom {
650
#zone-prenom-nom #nom {
645
  z-index: 0;
651
  z-index: 0;
646
}
652
}
647
 
653
 
648
#transmettre-obs{
654
#transmettre-obs{
649
  text-align: right;
655
  text-align: right;
650
}
656
}
651
 
657
 
652
#zone-liste-obs h2.transmission-title {
658
#zone-liste-obs h2.transmission-title {
653
  display: inline-block;
659
  display: inline-block;
654
}
660
}
655
 
661
 
656
footer a {
662
footer a {
657
  display: inline-block;
663
  display: inline-block;
658
}
664
}
659
 
665
 
660
.help-button {
666
.help-button {
661
  float: right;
667
  float: right;
662
}
668
}
663
 
669
 
664
#image-fond {
670
#image-fond {
665
  position: fixed;
671
  position: fixed;
666
  top:0;
672
  top:0;
667
  bottom: 0;
673
  bottom: 0;
668
  left: 0;
674
  left: 0;
669
  right: 0;
675
  right: 0;
670
  z-index: -1;
676
  z-index: -1;
671
  min-width: 100%;
677
  min-width: 100%;
672
  background-attachment: fixed;
678
  background-attachment: fixed;
673
  margin: 0;
679
  margin: 0;
674
  padding: 0;
680
  padding: 0;
675
}
681
}
676
 
682
 
677
.modal-open, body.modal-open {
683
.modal-open, body.modal-open {
678
  overflow: inherit !important;
684
  overflow: inherit !important;
679
}
685
}
680
 
686
 
681
.custom-range {
687
.custom-range {
682
  border: none;
688
  border: none;
683
}
689
}
684
 
690
 
685
/*************************************/
691
/*************************************/
686
 
692
 
687
@media screen and ( max-width: 768px ) {
693
@media screen and ( max-width: 768px ) {
688
 
694
 
689
  #titre-projet {
695
  #titre-projet {
690
    font-size: 1.5rem;
696
    font-size: 1.5rem;
691
  }
697
  }
692
 
698
 
693
  h2 {
699
  h2 {
694
    font-size: 1.3rem;
700
    font-size: 1.3rem;
695
  }
701
  }
696
 
702
 
697
  #logo {
703
  #logo {
698
    max-width: 80%;
704
    max-width: 80%;
699
  }
705
  }
700
 
706
 
701
  #bouton-connexion, #creation-compte {
707
  #bouton-connexion, #creation-compte {
702
    display: block;
708
    display: block;
703
    width: 100%;
709
    width: 100%;
704
    position: static;
710
    position: static;
705
  }
711
  }
706
 
712
 
707
  .navbar-nav, .nav {
713
  .navbar-nav, .nav {
708
    flex-direction: column;
714
    flex-direction: column;
709
  }
715
  }
710
 
716
 
711
  #transmettre-obs.droite {
717
  #transmettre-obs.droite {
712
    float: none;
718
    float: none;
713
  }
719
  }
714
 
720
 
715
  .obs {
721
  .obs {
716
    height: auto;
722
    height: auto;
717
  }
723
  }
718
 
724
 
719
  .obs .unstyled {
725
  .obs .unstyled {
720
    font-size: 0.6rem;
726
    font-size: 0.6rem;
721
  }
727
  }
722
 
728
 
723
  .obs .nom-sci {
729
  .obs .nom-sci {
724
    font-size: 0.8rem;
730
    font-size: 0.8rem;
725
  }
731
  }
726
 
732
 
727
  .supprimer-obs {
733
  .supprimer-obs {
728
    overflow: hidden;
734
    overflow: hidden;
729
  }
735
  }
730
 
736
 
731
  #image-fond {
737
  #image-fond {
732
    display: none;
738
    display: none;
733
  }
739
  }
734
}
740
}
735
 
741
 
736
 
742