af8101323ec179e813f4f407d107fa8d6067f143
[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: #120260;
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: 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: #e1702e;
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: #120260;
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 h1 {
108 margin: 0;
109 padding: 0;
110 margin-top: 15px;
111 margin-left: 15px;
112 font-size: 1.9em;
113 display: inline-block;
114 font-weight: bold; }
115
116 h1:hover {
117 text-decoration: underline; }
118
119 h2 {
120 margin: 15px 15px;
121 font-size: 1.3em;
122 display: inline-block; }
123
124 h3 {
125 margin: 15px;
126 display: inline-block; }
127
128 p {
129 margin: 0 15px;
130 padding-bottom: 15px;
131 text-decoration: none;
132 text-align: justify; }
133
134 /*1ERE COLONNE*/
135 #ateliers {
136 margin: 0 10px; }
137
138 #ateliers:after {
139 content: "";
140 /* Important, sinon l'élément n'est pas généré. */
141 display: table;
142 clear: both; }
143
144 #ateliers ul {
145 padding: 0;
146 margin: 0;
147 list-style-type: none; }
148
149 #ateliers ul li {
150 margin-bottom: 15px; }
151
152 .descriptif {
153 margin-left: 15px; }
154
155 #ateliers p {
156 margin: 15px 15px 0 0;
157 font-size: 1.0em;
158 text-align: left; }
159
160 #ateliers address {
161 margin: 0 0 0 15px;
162 line-height: 0.6; }
163
164 .horairesouvertures {
165 margin: 0 0 0 15px; }
166
167 .logoatelier {
168 margin: auto;
169 width: 300px; }
170
171 #ateliers nav {
172 padding-top: 15px;
173 clear: both; }
174
175 .fa {
176 color: #e1702e; }
177
178 .fa:hover {
179 color: #120260; }
180
181 /*2EME COLONNE*/
182 #news {
183 overflow: hidden; }
184
185 .article {
186 background-color: #e8e3e1;
187 margin: 0 10px 15px 10px;
188 line-height: 1.3; }
189
190 .spip_logo {
191 display: none; }
192
193 .article .spip_logos {
194 display: none; }
195
196 address {
197 padding-bottom: 10px; }
198
199 address p {
200 margin: 0;
201 padding: 0; }
202
203 .historique {
204 background-color: #ffd2a1;
205 margin: 0 15px 15px 15px; }
206
207 .historique h1 {
208 width: 100%; }
209
210 #atelierdescription img {
211 width: 100%; }
212
213 /*3EME COLONNE*/
214 .map {
215 height: 300px;
216 margin: 0 10px 15px 10px;
217 overflow: hidden; }
218
219 .agenda {
220 background-color: #a1ffff;
221 height: 500px;
222 margin: 0 10px 0px 10px;
223 padding-right: 10px;
224 overflow-y: scroll; }
225
226 .agenda p {
227 padding: 0; }
228
229 .agenda ul {
230 list-style-type: none;
231 padding: 0;
232 margin: 0;
233 padding-top: 15px; }
234
235 .date {
236 float: left;
237 font-size: 1.7em;
238 clear: both; }
239
240 .event {
241 display: block;
242 margin-bottom: 10px;
243 padding-top: 5px; }
244
245 .horaire {
246 font-size: 0.8em;
247 margin-bottom: 20px;
248 display: block; }
249
250 .nature {
251 overflow-y: scroll;
252 height: 70px; }
253
254 /*RESPONSIVE*/
255 .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 {
256 float: left;
257 position: relative; }
258
259 .col-1 {
260 width: 8.33333%; }
261
262 .col-2 {
263 width: 16.66667%; }
264
265 .col-3 {
266 width: 25%; }
267
268 .col-4 {
269 width: 33.33333%; }
270
271 .col-5 {
272 width: 41.66667%; }
273
274 .col-6 {
275 width: 50%; }
276
277 .col-7 {
278 width: 58.33333%; }
279
280 .col-8 {
281 width: 66.66667%; }
282
283 .col-9 {
284 width: 75%; }
285
286 .col-10 {
287 width: 83.33333%; }
288
289 .col-11 {
290 width: 91.66667%; }
291
292 .col-12 {
293 width: 100%; }
294
295 @media only screen and (min-width: 650px) {
296 .col-m-1 {
297 width: 8.33333%; }
298
299 .col-m-2 {
300 width: 16.66667%; }
301
302 .col-m-3 {
303 width: 25%; }
304
305 .col-m-4 {
306 width: 33.33333%; }
307
308 .col-m-5 {
309 width: 41.66667%; }
310
311 .col-m-6 {
312 width: 50%; }
313
314 .col-m-7 {
315 width: 58.33333%; }
316
317 .col-m-8 {
318 width: 66.66667%; }
319
320 .col-m-9 {
321 width: 75%; }
322
323 .col-m-10 {
324 width: 83.33333%; }
325
326 .col-m-11 {
327 width: 91.66667%; }
328
329 .col-m-12 {
330 width: 100%; } }
331 @media only screen and (min-width: 1200px) {
332 .col-l-1 {
333 width: 8.33333%; }
334
335 .col-l-2 {
336 width: 16.66667%; }
337
338 .col-l-3 {
339 width: 25%; }
340
341 .col-l-4 {
342 width: 33.33333%; }
343
344 .col-l-5 {
345 width: 41.66667%; }
346
347 .col-l-6 {
348 width: 50%; }
349
350 .col-l-7 {
351 width: 58.33333%; }
352
353 .col-l-8 {
354 width: 66.66667%; }
355
356 .col-l-9 {
357 width: 75%; }
358
359 .col-l-10 {
360 width: 83.33333%; }
361
362 .col-l-11 {
363 width: 91.66667%; }
364
365 .col-l-12 {
366 width: 100%; }
367
368 #wrap {
369 width: 1200px; }
370
371 .wrap {
372 width: auto; } }
373 .row:before, .row:after {
374 content: "";
375 display: table; }
376
377 .row:after {
378 clear: both; }
379
380 .row {
381 margin: 0 -10px;
382 zoom: 1; }
383
384 /*FOOTER*/
385 footer {
386 clear: both;
387 height: 100px;
388 background-color: #e1702e; }
389
390 footer ul {
391 padding: 0;
392 margin: 0 auto;
393 list-style-type: none;
394 padding-top: 30px; }
395
396 .textfooter {
397 width: 500px;
398 margin: 0 auto; }
399
400 footer li {
401 float: left;
402 /*pour IE*/
403 text-align: center; }
404
405 footer ul li a {
406 display: block;
407 float: left;
408 text-decoration: none; }
409
410 footer ul li a:hover {
411 border-bottom: solid #1d0b78; }
412
413 /*# sourceMappingURL=habillage.css.map */