[SKEL+CSS] + role h1, h2, h3, référencement
[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 z-index: -9999; }
118
119 h2 {
120 margin: 0;
121 padding: 0;
122 margin-top: 15px;
123 margin-left: 15px;
124 font-size: 1.8em;
125 display: inline-block;
126 font-weight: bold;
127 width: 90%; }
128
129 h2:hover {
130 text-decoration: underline; }
131
132 h3 {
133 margin: 15px 15px;
134 font-size: 1.2em;
135 display: inline-block;
136 width: 90%; }
137
138 h4 {
139 margin: 15px;
140 display: inline-block; }
141
142 p {
143 margin: 0 15px;
144 padding-bottom: 15px;
145 text-decoration: none;
146 text-align: justify; }
147
148 /*1ERE COLONNE*/
149 .titre {
150 background-color: #05ffbc;
151 height: 47px;
152 width: 100%;
153 color: #fff;
154 margin: 0 0 15px 0;
155 padding: 10px 15px;
156 text-transform: uppercase;
157 font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
158 font-size: 1.7em;
159 font-weight: normal; }
160
161 .titre:hover {
162 text-decoration: none;
163 font-weight: normal; }
164
165 #ateliers h3 {
166 margin: 15px 15px;
167 font-size: 1.2em;
168 display: inline-block;
169 text-decoration: none; }
170
171 #ateliers {
172 margin: 0 10px; }
173
174 #ateliers:after {
175 content: "";
176 /* Important, sinon l'élément n'est pas généré. */
177 display: table;
178 clear: both; }
179
180 #ateliers ul {
181 padding: 0;
182 margin: 0;
183 list-style-type: none; }
184
185 #ateliers ul li {
186 margin-bottom: 15px; }
187
188 .descriptif {
189 margin-left: 15px; }
190
191 #ateliers p {
192 margin: 15px 15px 0 0;
193 font-size: 1.0em;
194 text-align: left; }
195
196 #ateliers address {
197 margin: 0 0 0 15px;
198 line-height: 0.6; }
199
200 .horairesouvertures {
201 margin: 0 0 0 15px; }
202
203 #ateliers nav {
204 padding-top: 15px;
205 padding-bottom: 15px;
206 clear: both; }
207
208 .fa {
209 color: #0fe4ab;
210 -webkit-transition: all 0.3s ease 0s;
211 -moz-transition: all 0.3s ease 0s;
212 -ms-transition: all 0.3s ease 0s;
213 -o-transition: all 0.3s ease 0s;
214 transition: all 0.3s ease 0s; }
215
216 .fa:hover {
217 color: #0c0fb7; }
218
219 #atelierdescription nav {
220 margin-bottom: 15px; }
221
222 .voirenligne {
223 padding: 15px;
224 text-align: right; }
225
226 /*2EME COLONNE*/
227 #news {
228 margin: 0 10px; }
229
230 .article {
231 background-color: #e8e3e1;
232 margin: 0 0 15px 0;
233 line-height: 1.3; }
234
235 .article h1 {
236 font-size: 1.4em;
237 width: 100%; }
238
239 .article .fa {
240 width: 20px;
241 height: 20px;
242 -moz-border-radius: 10px;
243 -webkit-border-radius: 10px;
244 border-radius: 10px; }
245
246 .article .fa a {
247 display: none; }
248
249 .article img {
250 width: 100%;
251 height: auto;
252 margin: 0; }
253
254 .article ul {
255 margin: 0 15px; }
256
257 .article li {
258 margin: 0 15px; }
259
260 .article div {
261 margin: 0 15px; }
262
263 .articlefull {
264 background-color: #e8e3e1;
265 margin: 0 0 15px 0;
266 line-height: 1.3; }
267
268 .articlefull h1 {
269 font-size: 1.4em;
270 width: 100%; }
271
272 .articlefull .fa {
273 width: 20px;
274 height: 20px;
275 -moz-border-radius: 10px;
276 -webkit-border-radius: 10px;
277 border-radius: 10px; }
278
279 .articlefull .fa a {
280 display: none; }
281
282 .articlefull img {
283 width: auto;
284 margin: 0; }
285
286 .articlefull ul {
287 margin: 0 15px; }
288
289 .articlefull li {
290 margin: 0 15px; }
291
292 .articlefull div {
293 margin: 0 15px; }
294
295 address {
296 padding-bottom: 10px; }
297
298 address p {
299 margin: 0;
300 padding: 0; }
301
302 .historique {
303 background-color: #ffd2a1;
304 margin: 0 15px 15px 15px; }
305
306 .historique h1 {
307 width: 100%; }
308
309 #atelierdescription {
310 margin: 0 10px; }
311
312 #atelierdescription #news {
313 margin: 0; }
314
315 .spip_logos {
316 width: auto !important; }
317
318 .urlsites {
319 padding: 15px 0; }
320
321 /*3EME COLONNE*/
322 .map {
323 height: 300px;
324 margin: 0 10px 15px 10px;
325 overflow: hidden; }
326
327 .agenda {
328 background-color: #05ffbc;
329 margin: 0 10px 15px 10px;
330 padding-right: 10px;
331 padding-bottom: 15px; }
332
333 .agenda h2:hover {
334 text-decoration: none; }
335
336 .agenda p {
337 padding: 0; }
338
339 .agenda ul {
340 list-style-type: none;
341 padding: 0;
342 margin: 0;
343 padding-top: 15px; }
344
345 .date {
346 float: left;
347 font-size: 1.7em;
348 clear: both; }
349
350 .event {
351 display: block;
352 margin-bottom: 45px;
353 padding-top: 5px; }
354
355 .horaire {
356 font-size: 0.8em;
357 margin-bottom: 20px;
358 display: block; }
359
360 /*RESPONSIVE*/
361 .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 {
362 float: left;
363 position: relative; }
364
365 .col-1 {
366 width: 8.33333%; }
367
368 .col-2 {
369 width: 16.66667%; }
370
371 .col-3 {
372 width: 25%; }
373
374 .col-4 {
375 width: 33.33333%; }
376
377 .col-5 {
378 width: 41.66667%; }
379
380 .col-6 {
381 width: 50%; }
382
383 .col-7 {
384 width: 58.33333%; }
385
386 .col-8 {
387 width: 66.66667%; }
388
389 .col-9 {
390 width: 75%; }
391
392 .col-10 {
393 width: 83.33333%; }
394
395 .col-11 {
396 width: 91.66667%; }
397
398 .col-12 {
399 width: 100%; }
400
401 @media only screen and (min-width: 650px) {
402 .col-m-1 {
403 width: 8.33333%; }
404
405 .col-m-2 {
406 width: 16.66667%; }
407
408 .col-m-3 {
409 width: 25%; }
410
411 .col-m-4 {
412 width: 33.33333%; }
413
414 .col-m-5 {
415 width: 41.66667%; }
416
417 .col-m-6 {
418 width: 50%; }
419
420 .col-m-7 {
421 width: 58.33333%; }
422
423 .col-m-8 {
424 width: 66.66667%; }
425
426 .col-m-9 {
427 width: 75%; }
428
429 .col-m-10 {
430 width: 83.33333%; }
431
432 .col-m-11 {
433 width: 91.66667%; }
434
435 .col-m-12 {
436 width: 100%; } }
437 @media only screen and (min-width: 1200px) {
438 .col-l-1 {
439 width: 8.33333%; }
440
441 .col-l-2 {
442 width: 16.66667%; }
443
444 .col-l-3 {
445 width: 25%; }
446
447 .col-l-4 {
448 width: 33.33333%; }
449
450 .col-l-5 {
451 width: 41.66667%; }
452
453 .col-l-6 {
454 width: 50%; }
455
456 .col-l-7 {
457 width: 58.33333%; }
458
459 .col-l-8 {
460 width: 66.66667%; }
461
462 .col-l-9 {
463 width: 75%; }
464
465 .col-l-10 {
466 width: 83.33333%; }
467
468 .col-l-11 {
469 width: 91.66667%; }
470
471 .col-l-12 {
472 width: 100%; }
473
474 #wrap {
475 width: 1200px; }
476
477 .wrap {
478 width: auto; } }
479 .row:before, .row:after {
480 content: "";
481 display: table; }
482
483 .row:after {
484 clear: both; }
485
486 .row {
487 margin: 0 -10px;
488 zoom: 1; }
489
490 /*FOOTER*/
491 footer {
492 clear: both;
493 height: 100px;
494 background-color: #05ffbc;
495 width: 100%; }
496
497 footer ul {
498 width: 500px;
499 margin: 0 auto;
500 padding: 30px 0 0;
501 list-style-type: none; }
502
503 footer li {
504 float: left;
505 /*pour IE*/
506 text-align: center; }
507
508 footer ul li a {
509 display: block;
510 text-decoration: none;
511 color: #0c0fb7; }
512
513 footer ul li a:hover {
514 border-bottom: solid #0c0fb7; }
515
516 /*# sourceMappingURL=habillage.css.map */