04a3fda2b6a4422867c6c93587d041673f59bccd
[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
223 .article .fa {
224 width: 20px;
225 height: 20px;
226 -moz-border-radius: 10px;
227 -webkit-border-radius: 10px;
228 border-radius: 10px; }
229
230 .article .fa a {
231 display: none; }
232
233 .article img {
234 width: auto;
235 margin: 0; }
236
237 .article ul {
238 margin: 0 15px; }
239
240 .article li {
241 margin: 0 15px; }
242
243 .article div {
244 margin: 0 15px; }
245
246 address {
247 padding-bottom: 10px; }
248
249 address p {
250 margin: 0;
251 padding: 0; }
252
253 .historique {
254 background-color: #ffd2a1;
255 margin: 0 15px 15px 15px; }
256
257 .historique h1 {
258 width: 100%; }
259
260 #atelierdescription {
261 margin: 0 10px; }
262
263 #atelierdescription #news {
264 margin: 0; }
265
266 .spip_logos {
267 width: auto !important; }
268
269 .urlsites {
270 padding: 15px 0; }
271
272 /*3EME COLONNE*/
273 .map {
274 height: 300px;
275 margin: 0 10px 15px 10px;
276 overflow: hidden; }
277
278 .agenda {
279 background-color: #05ffbc;
280 height: 500px;
281 margin: 0 10px 15px 10px;
282 padding-right: 10px; }
283
284 .agenda h1:hover {
285 text-decoration: none; }
286
287 .agenda p {
288 padding: 0; }
289
290 .agenda ul {
291 list-style-type: none;
292 padding: 0;
293 margin: 0;
294 padding-top: 15px; }
295
296 .date {
297 float: left;
298 font-size: 1.7em;
299 clear: both; }
300
301 .event {
302 display: block;
303 margin-bottom: 10px;
304 padding-top: 5px; }
305
306 .horaire {
307 font-size: 0.8em;
308 margin-bottom: 20px;
309 display: block; }
310
311 /*RESPONSIVE*/
312 .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 {
313 float: left;
314 position: relative; }
315
316 .col-1 {
317 width: 8.33333%; }
318
319 .col-2 {
320 width: 16.66667%; }
321
322 .col-3 {
323 width: 25%; }
324
325 .col-4 {
326 width: 33.33333%; }
327
328 .col-5 {
329 width: 41.66667%; }
330
331 .col-6 {
332 width: 50%; }
333
334 .col-7 {
335 width: 58.33333%; }
336
337 .col-8 {
338 width: 66.66667%; }
339
340 .col-9 {
341 width: 75%; }
342
343 .col-10 {
344 width: 83.33333%; }
345
346 .col-11 {
347 width: 91.66667%; }
348
349 .col-12 {
350 width: 100%; }
351
352 @media only screen and (min-width: 650px) {
353 .col-m-1 {
354 width: 8.33333%; }
355
356 .col-m-2 {
357 width: 16.66667%; }
358
359 .col-m-3 {
360 width: 25%; }
361
362 .col-m-4 {
363 width: 33.33333%; }
364
365 .col-m-5 {
366 width: 41.66667%; }
367
368 .col-m-6 {
369 width: 50%; }
370
371 .col-m-7 {
372 width: 58.33333%; }
373
374 .col-m-8 {
375 width: 66.66667%; }
376
377 .col-m-9 {
378 width: 75%; }
379
380 .col-m-10 {
381 width: 83.33333%; }
382
383 .col-m-11 {
384 width: 91.66667%; }
385
386 .col-m-12 {
387 width: 100%; } }
388 @media only screen and (min-width: 1200px) {
389 .col-l-1 {
390 width: 8.33333%; }
391
392 .col-l-2 {
393 width: 16.66667%; }
394
395 .col-l-3 {
396 width: 25%; }
397
398 .col-l-4 {
399 width: 33.33333%; }
400
401 .col-l-5 {
402 width: 41.66667%; }
403
404 .col-l-6 {
405 width: 50%; }
406
407 .col-l-7 {
408 width: 58.33333%; }
409
410 .col-l-8 {
411 width: 66.66667%; }
412
413 .col-l-9 {
414 width: 75%; }
415
416 .col-l-10 {
417 width: 83.33333%; }
418
419 .col-l-11 {
420 width: 91.66667%; }
421
422 .col-l-12 {
423 width: 100%; }
424
425 #wrap {
426 width: 1200px; }
427
428 .wrap {
429 width: auto; } }
430 .row:before, .row:after {
431 content: "";
432 display: table; }
433
434 .row:after {
435 clear: both; }
436
437 .row {
438 margin: 0 -10px;
439 zoom: 1; }
440
441 /*FOOTER*/
442 footer {
443 clear: both;
444 height: 100px;
445 background-color: #05ffbc; }
446
447 footer ul {
448 padding: 0;
449 margin: 0 auto;
450 list-style-type: none;
451 padding-top: 30px; }
452
453 .textfooter {
454 width: 500px;
455 margin: 0 auto; }
456
457 footer li {
458 float: left;
459 /*pour IE*/
460 text-align: center; }
461
462 footer ul li a {
463 display: block;
464 float: left;
465 text-decoration: none;
466 color: #0c0fb7; }
467
468 footer ul li a:hover {
469 border-bottom: solid #0c0fb7; }
470
471 /*# sourceMappingURL=habillage.css.map */