[CSS] + mentions legales
[lhc/web/clavettes.git] / css / habillage.scss
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
26 html, body, span, applet, object, iframe,
27 blockquote, pre, section,
28 abbr, acronym, address, big, cite, code,
29 del, dfn, em, ins, kbd, q, s, samp,
30 small, strike, strong, sub, sup, tt, var,
31 dl, dt, dd, ol, ul, li,
32 fieldset, form, label, legend,
33 table, caption, tbody, tfoot, thead, tr, th, td,
34 article, aside, canvas, details, embed,
35 figure, figcaption,hgroup,
36 menu, nav, output, ruby, summary, mark, audio, video {
37 background-color: #ffffff;
38 background: none;
39 }
40
41 html {
42 line-height: 1.1;
43 }
44
45 ol, ul {
46 list-style: none;
47 }
48
49 table {
50 border-collapse: collapse;
51 border-spacing: 0;
52 }
53
54 caption, th, td {
55 text-align: left;
56 font-weight: normal;
57 vertical-align: middle;
58 }
59
60 q, blockquote {
61 quotes: none;
62 }
63 q:before, q:after, blockquote:before, blockquote:after {
64 content: "";
65 content: none;
66 }
67
68 a img {
69 border: none;
70 }
71
72 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
73 display: block;
74 }
75
76 *{
77 -moz-box-sizing: border-box;
78 -webkit-box-sizing: border-box;
79 box-sizing:border-box;
80 }
81
82 body{
83 margin:0;
84 padding:0;
85 }
86
87 header{
88 margin:15px auto 0 auto;
89 width:1200px;
90
91 }
92
93 header .spip_logos{
94 margin-left: 10px;
95 position:absolute;
96 }
97
98
99 #wrap{
100 padding-top:130px;
101 width:100%;
102 margin:0 auto;
103 }
104 a{
105 color:#05ffbc;
106 text-decoration:none;
107 -webkit-transition: all 0.3s ease 0s;
108 -moz-transition: all 0.3s ease 0s;
109 -ms-transition: all 0.3s ease 0s;
110 -o-transition: all 0.3s ease 0s;
111 transition: all 0.3s ease 0s;
112 }
113
114 a:focus, a:hover, a:active{
115 background:none;
116 color:#0c0fb7;
117 -webkit-transition: all 0.3s ease 0s;
118 -moz-transition: all 0.3s ease 0s;
119 -ms-transition: all 0.3s ease 0s;
120 -o-transition: all 0.3s ease 0s;
121 transition: all 0.3s ease 0s;
122 }
123 a:hover > i {
124 color : #0c0fb7 !important;
125 -webkit-transition: all 0.3s ease 0s;
126 -moz-transition: all 0.3s ease 0s;
127 -ms-transition: all 0.3s ease 0s;
128 -o-transition: all 0.3s ease 0s;
129 transition: all 0.3s ease 0s;
130 }
131 h1{
132 margin: 0;
133 padding:0;
134 margin-top:15px;
135 margin-left:15px;
136 font-size:1.9em;
137 display:inline-block;
138 font-weight: bold;
139 }
140
141 h1:hover{
142 text-decoration: underline;
143 }
144
145 h2{
146 margin: 15px 15px;
147 font-size:1.3em;
148 display:inline-block;
149 }
150
151 h3{
152 margin:15px;
153 display:inline-block;
154 }
155
156 p{
157 margin:0 15px;
158 padding-bottom:15px;
159 text-decoration:none;
160 text-align: justify;
161 }
162
163 /*1ERE COLONNE*/
164
165 .titre{
166 background-color: #05ffbc;
167 height: 47px;
168 width: 100%;
169 color:#fff;
170 margin:0 0 15px 0;
171 padding:10px 15px;
172 text-transform: uppercase;
173 font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
174 font-size: 1.7em;
175 -webkit-transition: all 0.3s ease 0s;
176 -moz-transition: all 0.3s ease 0s;
177 -ms-transition: all 0.3s ease 0s;
178 -o-transition: all 0.3s ease 0s;
179 transition: all 0.3s ease 0s;
180 }
181 .titre:hover{
182 background-color: #0c0fb7;
183 -webkit-transition: all 0.3s ease 0s;
184 -moz-transition: all 0.3s ease 0s;
185 -ms-transition: all 0.3s ease 0s;
186 -o-transition: all 0.3s ease 0s;
187 transition: all 0.3s ease 0s;
188 }
189 #ateliers{
190 margin:0 10px;
191 }
192
193 #ateliers:after {
194 content: ""; /* Important, sinon l'élément n'est pas généré. */
195 display: table;
196 clear: both;
197 }
198
199 #ateliers ul{
200 padding:0;
201 margin:0;
202 list-style-type:none;
203 }
204
205 #ateliers ul li{
206 margin-bottom:15px;
207 }
208 .descriptif{
209 margin-left:15px;
210 }
211
212 #ateliers p{
213 margin: 15px 15px 0 0;
214 font-size:1.0em;
215 text-align: left;
216 }
217 #ateliers address{
218 margin:0 0 0 15px;
219 line-height: 0.6;
220 }
221 .horairesouvertures{
222 margin:0 0 0 15px;
223 }
224 .logoatelier{
225 margin:auto;
226 width: 300px;
227 }
228 #ateliers nav{
229 padding-top:15px;
230 clear:both;
231 }
232 #ateliers .fa{
233 color:#05ffbc;
234 -webkit-transition: all 0.3s ease 0s;
235 -moz-transition: all 0.3s ease 0s;
236 -ms-transition: all 0.3s ease 0s;
237 -o-transition: all 0.3s ease 0s;
238 transition: all 0.3s ease 0s;
239 }
240 #ateliers .fa:hover{
241 color:#0c0fb7;
242 }
243
244 /*2EME COLONNE*/
245
246
247 #news{
248 overflow: hidden;
249 margin:0 10px;
250 }
251 .article{
252 background-color:#e8e3e1;
253 margin:0 0 15px 0;
254 line-height: 1.3;
255 }
256 .article .fa{
257 width: 20px;
258 height: 20px;
259 -moz-border-radius: 10px;
260 -webkit-border-radius: 10px;
261 border-radius: 10px;
262 }
263 .article .fa a{
264 display: none;
265 }
266 .article img{
267 width:100%;
268 }
269 address{
270 padding-bottom: 10px;
271 }
272 address p{
273 margin:0;
274 padding:0;
275 }
276 .historique{
277 background-color: #ffd2a1;
278 margin:0 15px 15px 15px;
279 }
280 .historique h1{
281 width:100%;
282 }
283 #atelierdescription{
284 margin:0 10px;
285 }
286 #atelierdescription #news{
287 margin:0;
288 }
289 #atelierdescription img{
290 width: 100%;
291 }
292
293
294 /*3EME COLONNE*/
295
296
297
298 .map{
299 height: 300px;
300 margin:0 10px 15px 10px;
301 overflow: hidden;
302 }
303
304 .agenda{
305 background-color: #05ffbc;
306 height:500px;
307 margin:0 10px 15px 10px;
308 padding-right: 10px;
309 overflow-y: scroll;
310 }
311
312 .agenda p{
313 padding: 0;
314 }
315
316 .agenda ul{
317 list-style-type:none;
318 padding:0;
319 margin:0;
320 padding-top:15px;
321 }
322 .date{
323 float:left;
324 font-size: 1.7em;
325 clear: both;
326 }
327
328 .event{
329 display: block;
330 margin-bottom: 10px;
331 padding-top: 5px;
332 }
333 .horaire{
334 font-size: 0.8em;
335 margin-bottom: 20px;
336 display: block;
337 }
338 .nature{
339 overflow-y: scroll;
340 height: 70px;
341
342 }
343
344
345 /*RESPONSIVE*/
346
347
348 $columns: 12!default;
349 $medium:650px;
350 $large:1200px;
351
352 %col{
353 float:left;
354 position: relative;
355 }
356
357 @for $i from 1 through $columns{
358 .col-#{$i}{
359 @extend %col;
360 width:$i / $columns * 100%;}
361 .col-m-#{$i}, .col-l-#{$i}{@extend %col;}
362 }
363
364 @media only screen and (min-width: $medium){
365 @for $i from 1 through $columns{
366 .col-m-#{$i}{
367 width:$i / $columns * 100%;}
368 }
369
370 }
371 @media only screen and (min-width: $large){
372 @for $i from 1 through $columns{
373 .col-l-#{$i}{
374 width:$i / $columns * 100%;}
375 }
376 #wrap{
377 width:1200px;
378 }
379
380 .wrap{
381 width: auto;
382 }
383 }
384
385
386
387 .row:before, .row:after{
388 content: "";
389 display:table;
390 }
391
392 .row:after{
393 clear:both;
394 }
395
396
397 .row{
398 margin: 0 -10px;
399 zoom: 1;
400 }
401
402
403 /*FOOTER*/
404
405 footer{
406 clear:both;
407 height:100px;
408 background-color: #05ffbc;
409 }
410
411 footer ul {
412 padding:0;
413 margin:0 auto;
414 list-style-type:none;
415 padding-top:30px;
416 }
417 .textfooter{
418 width:500px;
419 margin:0 auto;
420 }
421 footer li {
422 float:left; /*pour IE*/
423 text-align: center;
424 }
425 footer ul li a {
426 display:block;
427 float:left;
428 text-decoration:none;
429 color: #0c0fb7;
430 }
431 footer ul li a:hover {
432 border-bottom: solid #0c0fb7;
433 }
434