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