70583ca86bea355e3abca441ec19c40c15360fd4
[lhc/web/clavettes.git] / css / habillage.css
1 @charset "UTF-8";
2 html, body, div, span, applet, object, iframe,
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code,
5 del, dfn, em, img, ins, kbd, q, s, samp,
6 small, strike, strong, sub, sup, tt, var,
7 b, u, i, center,
8 dl, dt, dd, ol, ul, li,
9 fieldset, form, label, legend,
10 table, caption, tbody, tfoot, thead, tr, th, td,
11 article, aside, canvas, details, embed,
12 figure, figcaption, footer, header, hgroup,
13 menu, nav, output, ruby, section, summary,
14 time, mark, audio, video {
15 margin: 0;
16 padding: 0;
17 border: 0;
18 font: inherit;
19 font-size: 100%;
20 vertical-align: baseline;
21 font-family: sans-serif;
22 color: #0c0fb7;
23 text-align: left; }
24
25 html, body, span, applet, object, iframe,
26 blockquote, pre, section,
27 abbr, acronym, address, big, cite, code,
28 del, dfn, em, ins, kbd, q, s, samp,
29 small, strike, strong, sub, sup, tt, var,
30 dl, dt, dd, ol, ul, li,
31 fieldset, form, label, legend,
32 table, caption, tbody, tfoot, thead, tr, th, td,
33 article, aside, canvas, details, embed,
34 figure, figcaption, hgroup,
35 menu, nav, output, ruby, summary, mark, audio, video {
36 background-color: #ffffff;
37 background: none; }
38
39 html {
40 line-height: 1.1; }
41
42 ol, ul {
43 list-style: none; }
44
45 table {
46 border-collapse: collapse;
47 border-spacing: 0; }
48
49 caption, th, td {
50 text-align: left;
51 font-weight: normal;
52 vertical-align: middle; }
53
54 q, blockquote {
55 quotes: none; }
56
57 q:before, q:after, blockquote:before, blockquote:after {
58 content: "";
59 content: none; }
60
61 a img {
62 border: none; }
63
64 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
65 display: block; }
66
67 * {
68 -moz-box-sizing: border-box;
69 -webkit-box-sizing: border-box;
70 box-sizing: border-box; }
71
72 body {
73 margin: 0;
74 padding: 0;
75 font-size: 0.9em; }
76
77 header {
78 margin: 15px auto 0 auto;
79 width: 1200px; }
80
81 header .spip_logos {
82 margin-left: 10px;
83 position: absolute; }
84
85 #wrap {
86 padding-top: 130px;
87 width: 100%;
88 margin: 0 auto; }
89
90 a {
91 color: #0fe4ab;
92 text-decoration: none;
93 -webkit-transition: all 0.3s ease 0s;
94 -moz-transition: all 0.3s ease 0s;
95 -ms-transition: all 0.3s ease 0s;
96 -o-transition: all 0.3s ease 0s;
97 transition: all 0.3s ease 0s; }
98
99 a:focus, a:hover, a:active {
100 background: none;
101 color: #0c0fb7;
102 -webkit-transition: all 0.3s ease 0s;
103 -moz-transition: all 0.3s ease 0s;
104 -ms-transition: all 0.3s ease 0s;
105 -o-transition: all 0.3s ease 0s;
106 transition: all 0.3s ease 0s; }
107
108 a:hover > i {
109 color: #0c0fb7 !important;
110 -webkit-transition: all 0.3s ease 0s;
111 -moz-transition: all 0.3s ease 0s;
112 -ms-transition: all 0.3s ease 0s;
113 -o-transition: all 0.3s ease 0s;
114 transition: all 0.3s ease 0s; }
115
116 h1 {
117 margin: 0;
118 padding: 0;
119 margin-top: 15px;
120 margin-left: 15px;
121 font-size: 1.8em;
122 display: inline-block;
123 font-weight: bold; }
124
125 h1:hover {
126 text-decoration: underline; }
127
128 h2 {
129 margin: 15px 15px;
130 font-size: 1.2em;
131 display: inline-block; }
132
133 h3 {
134 margin: 15px;
135 display: inline-block; }
136
137 p {
138 margin: 0 15px;
139 padding-bottom: 15px;
140 text-decoration: none;
141 text-align: justify; }
142
143 /*1ERE COLONNE*/
144 .titre {
145 background-color: #05ffbc;
146 height: 47px;
147 width: 100%;
148 color: #fff;
149 margin: 0 0 15px 0;
150 padding: 10px 15px;
151 text-transform: uppercase;
152 font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
153 font-size: 1.7em; }
154
155 #ateliers {
156 margin: 0 10px; }
157
158 #ateliers:after {
159 content: "";
160 /* Important, sinon l'élément n'est pas généré. */
161 display: table;
162 clear: both; }
163
164 #ateliers ul {
165 padding: 0;
166 margin: 0;
167 list-style-type: none; }
168
169 #ateliers ul li {
170 margin-bottom: 15px; }
171
172 .descriptif {
173 margin-left: 15px; }
174
175 #ateliers p {
176 margin: 15px 15px 0 0;
177 font-size: 1.0em;
178 text-align: left; }
179
180 #ateliers address {
181 margin: 0 0 0 15px;
182 line-height: 0.6; }
183
184 .horairesouvertures {
185 margin: 0 0 0 15px; }
186
187 #ateliers nav {
188 padding-top: 15px;
189 padding-bottom: 15px;
190 clear: both; }
191
192 .fa {
193 color: #0fe4ab;
194 -webkit-transition: all 0.3s ease 0s;
195 -moz-transition: all 0.3s ease 0s;
196 -ms-transition: all 0.3s ease 0s;
197 -o-transition: all 0.3s ease 0s;
198 transition: all 0.3s ease 0s; }
199
200 .fa:hover {
201 color: #0c0fb7; }
202
203 #atelierdescription nav {
204 margin-bottom: 15px; }
205
206 .voirenligne {
207 padding: 15px;
208 text-align: right; }
209
210 /*2EME COLONNE*/
211 #news {
212 overflow: hidden;
213 margin: 0 10px; }
214
215 .article {
216 background-color: #e8e3e1;
217 margin: 0 0 15px 0;
218 line-height: 1.3; }
219
220 .article h1 {
221 font-size: 1.4em;
222 width: 100%; }
223
224 .article .fa {
225 width: 20px;
226 height: 20px;
227 -moz-border-radius: 10px;
228 -webkit-border-radius: 10px;
229 border-radius: 10px; }
230
231 .article .fa a {
232 display: none; }
233
234 .article img {
235 width: 100%;
236 height: auto;
237 margin: 0; }
238
239 .article ul {
240 margin: 0 15px; }
241
242 .article li {
243 margin: 0 15px; }
244
245 .article div {
246 margin: 0 15px; }
247
248 .articlefull {
249 background-color: #e8e3e1;
250 margin: 0 0 15px 0;
251 line-height: 1.3; }
252
253 .articlefull h1 {
254 font-size: 1.4em;
255 width: 100%; }
256
257 .articlefull .fa {
258 width: 20px;
259 height: 20px;
260 -moz-border-radius: 10px;
261 -webkit-border-radius: 10px;
262 border-radius: 10px; }
263
264 .articlefull .fa a {
265 display: none; }
266
267 .articlefull img {
268 width: auto;
269 margin: 0; }
270
271 .articlefull ul {
272 margin: 0 15px; }
273
274 .articlefull li {
275 margin: 0 15px; }
276
277 .articlefull div {
278 margin: 0 15px; }
279
280 address {
281 padding-bottom: 10px; }
282
283 address p {
284 margin: 0;
285 padding: 0; }
286
287 .historique {
288 background-color: #ffd2a1;
289 margin: 0 15px 15px 15px; }
290
291 .historique h1 {
292 width: 100%; }
293
294 #atelierdescription {
295 margin: 0 10px; }
296
297 #atelierdescription #news {
298 margin: 0; }
299
300 .spip_logos {
301 width: auto !important; }
302
303 .urlsites {
304 padding: 15px 0; }
305
306 /*3EME COLONNE*/
307 .map {
308 height: 300px;
309 margin: 0 10px 15px 10px;
310 overflow: hidden; }
311
312 .agenda {
313 background-color: #05ffbc;
314 margin: 0 10px 15px 10px;
315 padding-right: 10px;
316 padding-bottom: 15px; }
317
318 .agenda h1:hover {
319 text-decoration: none; }
320
321 .agenda p {
322 padding: 0; }
323
324 .agenda ul {
325 list-style-type: none;
326 padding: 0;
327 margin: 0;
328 padding-top: 15px; }
329
330 .date {
331 float: left;
332 font-size: 1.7em;
333 clear: both; }
334
335 .event {
336 display: block;
337 margin-bottom: 45px;
338 padding-top: 5px; }
339
340 .horaire {
341 font-size: 0.8em;
342 margin-bottom: 20px;
343 display: block; }
344
345 /*RESPONSIVE*/
346 .col-1, .col-m-1, .col-l-1, .col-2, .col-m-2, .col-l-2, .col-3, .col-m-3, .col-l-3, .col-4, .col-m-4, .col-l-4, .col-5, .col-m-5, .col-l-5, .col-6, .col-m-6, .col-l-6, .col-7, .col-m-7, .col-l-7, .col-8, .col-m-8, .col-l-8, .col-9, .col-m-9, .col-l-9, .col-10, .col-m-10, .col-l-10, .col-11, .col-m-11, .col-l-11, .col-12, .col-m-12, .col-l-12 {
347 float: left;
348 position: relative; }
349
350 .col-1 {
351 width: 8.33333%; }
352
353 .col-2 {
354 width: 16.66667%; }
355
356 .col-3 {
357 width: 25%; }
358
359 .col-4 {
360 width: 33.33333%; }
361
362 .col-5 {
363 width: 41.66667%; }
364
365 .col-6 {
366 width: 50%; }
367
368 .col-7 {
369 width: 58.33333%; }
370
371 .col-8 {
372 width: 66.66667%; }
373
374 .col-9 {
375 width: 75%; }
376
377 .col-10 {
378 width: 83.33333%; }
379
380 .col-11 {
381 width: 91.66667%; }
382
383 .col-12 {
384 width: 100%; }
385
386 @media only screen and (min-width: 650px) {
387 .col-m-1 {
388 width: 8.33333%; }
389
390 .col-m-2 {
391 width: 16.66667%; }
392
393 .col-m-3 {
394 width: 25%; }
395
396 .col-m-4 {
397 width: 33.33333%; }
398
399 .col-m-5 {
400 width: 41.66667%; }
401
402 .col-m-6 {
403 width: 50%; }
404
405 .col-m-7 {
406 width: 58.33333%; }
407
408 .col-m-8 {
409 width: 66.66667%; }
410
411 .col-m-9 {
412 width: 75%; }
413
414 .col-m-10 {
415 width: 83.33333%; }
416
417 .col-m-11 {
418 width: 91.66667%; }
419
420 .col-m-12 {
421 width: 100%; } }
422 @media only screen and (min-width: 1200px) {
423 .col-l-1 {
424 width: 8.33333%; }
425
426 .col-l-2 {
427 width: 16.66667%; }
428
429 .col-l-3 {
430 width: 25%; }
431
432 .col-l-4 {
433 width: 33.33333%; }
434
435 .col-l-5 {
436 width: 41.66667%; }
437
438 .col-l-6 {
439 width: 50%; }
440
441 .col-l-7 {
442 width: 58.33333%; }
443
444 .col-l-8 {
445 width: 66.66667%; }
446
447 .col-l-9 {
448 width: 75%; }
449
450 .col-l-10 {
451 width: 83.33333%; }
452
453 .col-l-11 {
454 width: 91.66667%; }
455
456 .col-l-12 {
457 width: 100%; }
458
459 #wrap {
460 width: 1200px; }
461
462 .wrap {
463 width: auto; } }
464 .row:before, .row:after {
465 content: "";
466 display: table; }
467
468 .row:after {
469 clear: both; }
470
471 .row {
472 margin: 0 -10px;
473 zoom: 1; }
474
475 /*FOOTER*/
476 footer {
477 clear: both;
478 height: 100px;
479 background-color: #05ffbc; }
480
481 footer ul {
482 padding: 0;
483 width: 300px;
484 margin: 0 auto;
485 list-style-type: none;
486 padding-top: 30px; }
487
488 .textfooter {
489 width: 500px;
490 margin: 0 auto; }
491
492 footer li {
493 float: left;
494 /*pour IE*/
495 text-align: center; }
496
497 footer ul li a {
498 display: block;
499 float: left;
500 text-decoration: none;
501 color: #0c0fb7; }
502
503 footer ul li a:hover {
504 border-bottom: solid #0c0fb7; }
505
506 /*# sourceMappingURL=habillage.css.map */