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