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