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