1 | #CACHE{24*3600,cache-client} |
---|
2 | #HTTP_HEADER{Content-Type: text/css; charset=iso-8859-15} |
---|
3 | #HTTP_HEADER{Vary: Accept-Encoding} |
---|
4 | |
---|
5 | #SET{c_triadea,(#CONFIG{soyezcreateurs_couleurs/triadea,#be1621})} |
---|
6 | #SET{c_triadeb,(#CONFIG{soyezcreateurs_couleurs/triadeb,#129b9b})} |
---|
7 | #SET{c_triadec,(#CONFIG{soyezcreateurs_couleurs/triadec,#c38f06})} |
---|
8 | #SET{c_vignettes_bk,(#CONFIG{soyezcreateurs_couleurs/vignettes_bk,#ffffff})} |
---|
9 | #SET{c_navigation,(#CONFIG{soyezcreateurs_couleurs/navigation,#017ca5})} |
---|
10 | #SET{c_body_bk,(#CONFIG{soyezcreateurs_couleurs/body_bk,#eceded})} |
---|
11 | #SET{c_logo_bk,(#CONFIG{soyezcreateurs_couleurs/logo_bk,transparent})} |
---|
12 | #SET{c_header,(#CONFIG{soyezcreateurs_couleurs/header,#262626})} |
---|
13 | #SET{c_header_bk,(#CONFIG{soyezcreateurs_couleurs/header_bk,#ffffff})} |
---|
14 | #SET{c_footer,(#CONFIG{soyezcreateurs_couleurs/footer,#595959})} |
---|
15 | #SET{c_footer_bk,(#CONFIG{soyezcreateurs_couleurs/footer_bk,#ffffff})} |
---|
16 | #SET{c_navigation,(#CONFIG{soyezcreateurs_couleurs/navigation,#017ca5})} |
---|
17 | #SET{c_navigation_bk,(#CONFIG{soyezcreateurs_couleurs/navigation_bk,#ffffff})} |
---|
18 | #SET{c_menuhaut,(#CONFIG{soyezcreateurs_couleurs/menuhaut,#017ca5})} |
---|
19 | #SET{c_menuhaut_bk,(#CONFIG{soyezcreateurs_couleurs/menuhaut_bk,#ffffff})} |
---|
20 | #SET{c_extra,(#CONFIG{soyezcreateurs_couleurs/extra,#017ca5})} |
---|
21 | #SET{c_extra_bk,(#CONFIG{soyezcreateurs_couleurs/extra_bk,#ffffff})} |
---|
22 | #SET{c_datemajsite,(#CONFIG{soyezcreateurs_couleurs/datemajsite,#595959})} |
---|
23 | #SET{c_datemajsite_bk,(#CONFIG{soyezcreateurs_couleurs/datemajsite_bk,#ffffff})} |
---|
24 | #SET{c_menu_a,(#CONFIG{soyezcreateurs_couleurs/menu_a,#005e7a})} |
---|
25 | #SET{c_menu_a_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_bk,#ffffff})} |
---|
26 | #SET{c_menu_a_hover,(#CONFIG{soyezcreateurs_couleurs/menu_a_hover,#ffffff})} |
---|
27 | #SET{c_menu_a_hover_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_hover_bk,#0b7899})} |
---|
28 | #SET{c_menu_a_active,(#CONFIG{soyezcreateurs_couleurs/menu_a_active,#ffffff})} |
---|
29 | #SET{c_menu_a_active_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_active_bk,#0b7899})} |
---|
30 | #SET{c_menu_a_strong,(#CONFIG{soyezcreateurs_couleurs/menu_a_strong,#ffffff})} |
---|
31 | #SET{c_menu_a_strong_bk,(#CONFIG{soyezcreateurs_couleurs/menu_a_strong_bk,#0b7899})} |
---|
32 | |
---|
33 | #SET{c_container,(#CONFIG{soyezcreateurs_couleurs/container,#02265a})} |
---|
34 | #SET{c_container_bk,(#CONFIG{soyezcreateurs_couleurs/container_bk,#f6f6f6})} |
---|
35 | #SET{c_titraille,(#CONFIG{soyezcreateurs_couleurs/titraille,#005e7a})} |
---|
36 | #SET{c_titraille_bk,(#CONFIG{soyezcreateurs_couleurs/titraille_bk,#f6f6f6})} |
---|
37 | |
---|
38 | #SET{LargeurContaineur,(#CONFIG{soyezcreateurs_layout/largeurconteneur,960})} |
---|
39 | #SET{LargeurMenuGauche,(#CONFIG{soyezcreateurs_layout/largeurmenugauche,180})} |
---|
40 | #SET{LargeurMenuDroit,(#CONFIG{soyezcreateurs_layout/largeurmenudroit,180})} |
---|
41 | #SET{LargeurMilieu,(#GET{LargeurContaineur}|moins{#GET{LargeurMenuGauche}}|moins{#GET{LargeurMenuDroit}}|div{2})} |
---|
42 | |
---|
43 | #miettesdepain, .boutonstexte {display: none; } |
---|
44 | |
---|
45 | div#content { width: 100%; } |
---|
46 | .portailcognac .boutonstexte { |
---|
47 | right: 0; |
---|
48 | } |
---|
49 | |
---|
50 | |
---|
51 | { |
---|
52 | /* clearfix */ |
---|
53 | /* ---- grid ---- */ |
---|
54 | /* ---- grid-item ---- */ |
---|
55 | } |
---|
56 | iframe { |
---|
57 | width: 100%; |
---|
58 | } |
---|
59 | img { |
---|
60 | display: inline-block; |
---|
61 | vertical-align: middle; |
---|
62 | max-width: 100%; |
---|
63 | height: auto; |
---|
64 | -ms-interpolation-mode: bicubic; |
---|
65 | } |
---|
66 | :focus { |
---|
67 | outline: none; |
---|
68 | } |
---|
69 | select { |
---|
70 | cursor: pointer; |
---|
71 | } |
---|
72 | .spip_logo { |
---|
73 | max-width: 100%; |
---|
74 | } |
---|
75 | .ariaformprop { |
---|
76 | padding: 0; |
---|
77 | margin: 0; |
---|
78 | position: relative; |
---|
79 | z-index: 99; |
---|
80 | background-color: white; |
---|
81 | font-size: 80%; |
---|
82 | } |
---|
83 | .ajaxbloc { |
---|
84 | height: 100%; |
---|
85 | } |
---|
86 | .row { |
---|
87 | margin-right: auto; |
---|
88 | margin-left: auto; |
---|
89 | } |
---|
90 | .text-center { |
---|
91 | text-align: center; |
---|
92 | } |
---|
93 | .text-right { |
---|
94 | text-align: right; |
---|
95 | } |
---|
96 | .text-left { |
---|
97 | text-align: left; |
---|
98 | } |
---|
99 | .menu { |
---|
100 | margin: 0; |
---|
101 | list-style-type: none; |
---|
102 | } |
---|
103 | .menu > li { |
---|
104 | display: table-cell; |
---|
105 | vertical-align: middle; |
---|
106 | } |
---|
107 | .vertical > li { |
---|
108 | display: block; |
---|
109 | vertical-align: middle; |
---|
110 | } |
---|
111 | |
---|
112 | .hide { |
---|
113 | display: none; |
---|
114 | } |
---|
115 | .sans-border { |
---|
116 | border: 0; |
---|
117 | } |
---|
118 | .avec-border { |
---|
119 | border: 1px solid #aaa; |
---|
120 | } |
---|
121 | .avec-border-top { |
---|
122 | border-top: 1px solid #aaa; |
---|
123 | } |
---|
124 | .avec-border-bottom { |
---|
125 | border-bottom: 1px solid #aaa; |
---|
126 | } |
---|
127 | .avec-border-left { |
---|
128 | border-left: 1px solid #aaa; |
---|
129 | } |
---|
130 | .sans-margin { |
---|
131 | margin: 0; |
---|
132 | } |
---|
133 | .avec-margin { |
---|
134 | margin: 1.5em; |
---|
135 | } |
---|
136 | .avec-margin-top { |
---|
137 | margin-top: 1.5em; |
---|
138 | } |
---|
139 | .avec-margin-right { |
---|
140 | margin-right: 1.5em; |
---|
141 | } |
---|
142 | .avec-margin-bottom { |
---|
143 | margin-bottom: 1.5em; |
---|
144 | } |
---|
145 | .avec-margin-bottom05 { |
---|
146 | margin-bottom: .5em; |
---|
147 | } |
---|
148 | .avec-margin-bottom015 { |
---|
149 | margin-bottom: .15em; |
---|
150 | } |
---|
151 | .avec-margin-left { |
---|
152 | margin-left: 1.5em; |
---|
153 | } |
---|
154 | @media screen and (min-width: 40em) { |
---|
155 | .avec-margin-bottom-for-medium { |
---|
156 | margin-bottom: 1.5em; |
---|
157 | } |
---|
158 | } |
---|
159 | .sans-padding { |
---|
160 | padding: 0; |
---|
161 | } |
---|
162 | @media screen and (max-width: 40em) { |
---|
163 | .sans-padding-for-small { |
---|
164 | padding: 0; |
---|
165 | } |
---|
166 | } |
---|
167 | .avec-padding { |
---|
168 | padding: 1em; |
---|
169 | } |
---|
170 | .avec-padding05 { |
---|
171 | padding: .5em; |
---|
172 | } |
---|
173 | .avec-padding-top { |
---|
174 | padding-top: 1em; |
---|
175 | } |
---|
176 | .avec-padding-top05 { |
---|
177 | padding-top: .5em; |
---|
178 | } |
---|
179 | .avec-padding-top15 { |
---|
180 | padding-top: 1.5em; |
---|
181 | } |
---|
182 | .avec-padding-right { |
---|
183 | padding-right: 1em; |
---|
184 | } |
---|
185 | .avec-padding-right05 { |
---|
186 | padding-right: .5em; |
---|
187 | } |
---|
188 | .avec-padding-bottom { |
---|
189 | padding-bottom: 1em; |
---|
190 | } |
---|
191 | .avec-padding-left { |
---|
192 | padding-left: 1em; |
---|
193 | } |
---|
194 | .avec-padding-leftright { |
---|
195 | display: block; |
---|
196 | padding-right: 1em; |
---|
197 | padding-left: 1em; |
---|
198 | } |
---|
199 | .display-block { |
---|
200 | display: block; |
---|
201 | } |
---|
202 | .text-transform-none { |
---|
203 | text-transform: none; |
---|
204 | } |
---|
205 | .text-uppercase { |
---|
206 | text-transform: uppercase; |
---|
207 | } |
---|
208 | .font-style-italic { |
---|
209 | font-style: italic; |
---|
210 | } |
---|
211 | .position-relative { |
---|
212 | position: relative; |
---|
213 | } |
---|
214 | .float-left { |
---|
215 | float: left ; |
---|
216 | } |
---|
217 | .float-right { |
---|
218 | float: right ; |
---|
219 | } |
---|
220 | .float-center { |
---|
221 | display: table; |
---|
222 | margin-right: auto ; |
---|
223 | margin-left: auto ; |
---|
224 | } |
---|
225 | .z-index-999 { |
---|
226 | z-index: 999; |
---|
227 | } |
---|
228 | .cursor-pointer { |
---|
229 | cursor: pointer; |
---|
230 | } |
---|
231 | |
---|
232 | .portailcognac #letexte { |
---|
233 | display: none; |
---|
234 | } |
---|
235 | .portailcognac #content { |
---|
236 | padding: 0; |
---|
237 | background-color: transparent; |
---|
238 | } |
---|
239 | .portailcognac #contenu { |
---|
240 | max-width: 100%; |
---|
241 | width: 100%; |
---|
242 | } |
---|
243 | .portailcognac #contenu #content { |
---|
244 | max-width: 100%; |
---|
245 | width: 100%; |
---|
246 | margin: 0; |
---|
247 | padding: 0; |
---|
248 | } |
---|
249 | #contenu #content img { |
---|
250 | padding: 0; |
---|
251 | } |
---|
252 | #projets { |
---|
253 | margin: 0; |
---|
254 | padding: 0; |
---|
255 | } |
---|
256 | #projets a { |
---|
257 | display: flex; |
---|
258 | flex-direction: row; |
---|
259 | align-content: center; |
---|
260 | height: [(#CONFIG{soyezcreateurs/variante_blocprojet,par2}|=={par2}|?{20vw,7vw})]; |
---|
261 | color: white; |
---|
262 | border: none; |
---|
263 | } |
---|
264 | #projets a:hover { |
---|
265 | color: #333; |
---|
266 | } |
---|
267 | #projets h2 { |
---|
268 | width: 100%; |
---|
269 | height: auto; |
---|
270 | margin: auto; |
---|
271 | padding: 0 10px; |
---|
272 | align-self: center; |
---|
273 | color: inherit; |
---|
274 | font-weight: 300; |
---|
275 | text-align: center; |
---|
276 | } |
---|
277 | #projets .suite { |
---|
278 | background-color: rgba(100, 100, 100, 0.5) ; |
---|
279 | display: flex; |
---|
280 | height: auto; |
---|
281 | padding: 0 25px; |
---|
282 | } |
---|
283 | #projets .suite .icon { |
---|
284 | margin: auto; |
---|
285 | align-self: center; |
---|
286 | font-size: 0; |
---|
287 | } |
---|
288 | #projets .suite .icon:before { |
---|
289 | font-size: 3rem; |
---|
290 | } |
---|
291 | @media only screen and (max-width: 1023px) { |
---|
292 | #projets h2 { |
---|
293 | font-size: 36px; |
---|
294 | line-height: 38px; |
---|
295 | } |
---|
296 | } |
---|
297 | @media only screen and (max-width: 767px) { |
---|
298 | #projets .projet { |
---|
299 | width: 100%; |
---|
300 | float: none; |
---|
301 | } |
---|
302 | #projets h2 { |
---|
303 | font-size: 30px; |
---|
304 | line-height: 34px; |
---|
305 | } |
---|
306 | } |
---|
307 | @media only screen and (max-width: 639px) { |
---|
308 | #projets .projet a { |
---|
309 | height: auto; |
---|
310 | } |
---|
311 | #projets h2 { |
---|
312 | padding: 1rem; |
---|
313 | font-size: 26px; |
---|
314 | line-height: 1em; |
---|
315 | } |
---|
316 | #projets .suite { |
---|
317 | padding: 0 15px; |
---|
318 | } |
---|
319 | #projets .suite .icon { |
---|
320 | font-size: 0; |
---|
321 | } |
---|
322 | } |
---|
323 | .hasJS .slider:not(:first-child) { display:none; } |
---|
324 | .hasJS .slick-initialized .slider:not(:first-child) { display:block; } |
---|
325 | |
---|
326 | |
---|
327 | .slider-pratique { |
---|
328 | margin: 0 4rem; |
---|
329 | } |
---|
330 | #cycloshow .slick-prev, |
---|
331 | #cycloshow .slick-next, |
---|
332 | .slider-pratique .slick-prev, |
---|
333 | .slider-pratique .slick-next { |
---|
334 | width: 60px; |
---|
335 | height: 70px; |
---|
336 | text-shadow: initial; |
---|
337 | } |
---|
338 | .slider-pratique .slick-prev { |
---|
339 | left: -60px; |
---|
340 | } |
---|
341 | #cycloshow .slick-prev:before, |
---|
342 | .slider-pratique .slick-prev:before { |
---|
343 | content: "\276c"; |
---|
344 | } |
---|
345 | .slider-pratique .slick-next { |
---|
346 | right: -60px; |
---|
347 | } |
---|
348 | #cycloshow .slick-next:before, |
---|
349 | .slider-pratique .slick-next:before { |
---|
350 | content: "\276d"; |
---|
351 | } |
---|
352 | #cycloshow .slick-prev:before, |
---|
353 | #cycloshow .slick-next:before { |
---|
354 | font-family: "picto-soyezcreateurs" ; |
---|
355 | font-size: 50px; |
---|
356 | opacity: 1; |
---|
357 | color: #FFF; |
---|
358 | } |
---|
359 | .slider-pratique .slick-prev:before, |
---|
360 | .slider-pratique .slick-next:before { |
---|
361 | margin-left: -20px; |
---|
362 | font-family: "picto-soyezcreateurs" ; |
---|
363 | font-size: 50px; |
---|
364 | opacity: 1; |
---|
365 | color: #GET{c_triadea}; |
---|
366 | } |
---|
367 | .slider-pratique .slick-prev:hover:before, |
---|
368 | .slider-pratique .slick-prev:focus:before, |
---|
369 | .slider-pratique .slick-next:hover:before, |
---|
370 | .slider-pratique .slick-next:focus:before { |
---|
371 | opacity: 1; |
---|
372 | color: #333 ; |
---|
373 | } |
---|
374 | .slider-pratique button:hover, |
---|
375 | .slider-pratique button:focus { |
---|
376 | background-color: transparent; |
---|
377 | } |
---|
378 | .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { |
---|
379 | background: rgba(48,48,48,0.5); |
---|
380 | } |
---|
381 | .slider-pratique .content-pratique { |
---|
382 | background-color: #GET{c_triadeb}; |
---|
383 | width: 280px !important; |
---|
384 | margin: 0 24px 0 0; |
---|
385 | -webkit-transition: all .25s ease; |
---|
386 | transition: all .25s ease; |
---|
387 | } |
---|
388 | .slider-pratique .content-pratique:hover, |
---|
389 | .slider-pratique .content-pratique:focus { |
---|
390 | background-color: rgba(18, 155, 155, 0.2) ; |
---|
391 | -webkit-transition: all .25s ease; |
---|
392 | transition: all .25s ease; |
---|
393 | } |
---|
394 | .slider-pratique .content-pratique:hover h2, |
---|
395 | .slider-pratique .content-pratique:focus h2 { |
---|
396 | color: #129b9b ; |
---|
397 | } |
---|
398 | .slider-pratique .h2 { |
---|
399 | display: flex; |
---|
400 | height: 150px; |
---|
401 | margin: 1.5em 0 0 0; |
---|
402 | padding-bottom: 90px; |
---|
403 | font-family: 'Open Sans', sans-serif ; |
---|
404 | font-size: 26px; |
---|
405 | color: white; |
---|
406 | font-weight: 300; |
---|
407 | text-align: right; |
---|
408 | border-bottom: none; |
---|
409 | } |
---|
410 | .slider-pratique .h2 .titre-pratique { |
---|
411 | width: 100%; |
---|
412 | align-self: center; |
---|
413 | padding: 10px; |
---|
414 | text-align: right; |
---|
415 | border-right: 1px solid; |
---|
416 | } |
---|
417 | .slider-pratique .h2 .icon { |
---|
418 | align-self: center; |
---|
419 | padding: 7px 15px 7px 7px; |
---|
420 | font-size: 0; |
---|
421 | } |
---|
422 | .slider-pratique .h2 .icon:before { |
---|
423 | font-size: 30px; |
---|
424 | } |
---|
425 | @media only screen and (max-width: 400px) { |
---|
426 | .slider-pratique { |
---|
427 | margin: 0 2.8rem; |
---|
428 | } |
---|
429 | .slider-pratique .content-pratique { |
---|
430 | width: 240px !important; |
---|
431 | } |
---|
432 | .slider-pratique .h2 { |
---|
433 | height: 130px; |
---|
434 | padding-bottom: 0; |
---|
435 | font-size: 21px; |
---|
436 | } |
---|
437 | } |
---|
438 | |
---|
439 | #content .titre-sommaire { |
---|
440 | margin-top: 4em; |
---|
441 | } |
---|
442 | #content .titre-sommaire:before { |
---|
443 | content: ""; |
---|
444 | display: block; |
---|
445 | background-color: #GET{c_titraille}; |
---|
446 | width: 100%; |
---|
447 | height: 1px; |
---|
448 | } |
---|
449 | #content .titre-sommaire h1 { |
---|
450 | display: block; |
---|
451 | background-color: #GET{c_titraille_bk}; |
---|
452 | max-width: [(#GET{LargeurContaineur}|moins{40})]px; |
---|
453 | margin: -1.1em auto .5em auto; |
---|
454 | padding: .5em .8em .5em; |
---|
455 | color: #GET{c_titraille}; |
---|
456 | font-size: 2rem; |
---|
457 | line-height: 1em; |
---|
458 | border-left: 1px solid #GET{c_titraille}; |
---|
459 | } |
---|
460 | @media screen and (max-width: 1178px) { |
---|
461 | #content .titre-sommaire h1 { |
---|
462 | border-left: none; |
---|
463 | } |
---|
464 | } |
---|
465 | .slick-slider { |
---|
466 | margin-bottom: 0; |
---|
467 | } |
---|
468 | .slider-slick img { |
---|
469 | width: 100%; |
---|
470 | } |
---|
471 | .slick-slide img { |
---|
472 | margin: 0 auto; |
---|
473 | } |
---|
474 | .slick-slide .row { |
---|
475 | max-width: none; |
---|
476 | } |
---|
477 | .slick-dots { |
---|
478 | bottom: -45px; |
---|
479 | } |
---|
480 | .slick-dots li { |
---|
481 | width: 30px; |
---|
482 | height: 30px; |
---|
483 | } |
---|
484 | .slick-dots li button { |
---|
485 | width: 30px; |
---|
486 | height: 30px; |
---|
487 | } |
---|
488 | .slick-dots li button::before { |
---|
489 | font-size: 20px; |
---|
490 | line-height: 30px; |
---|
491 | width: 30px; |
---|
492 | height: 30px; |
---|
493 | } |
---|
494 | .slick-dots li.slick-active button::before { |
---|
495 | color: #GET{c_triadea}; |
---|
496 | } |
---|
497 | #liens-diaporama { |
---|
498 | position: absolute; |
---|
499 | top: 100px; |
---|
500 | right: 0; |
---|
501 | z-index: 1; |
---|
502 | } |
---|
503 | @media only screen and (max-width: 1024px) { |
---|
504 | #liens-diaporama { |
---|
505 | top: 5vw; |
---|
506 | } |
---|
507 | } |
---|
508 | @media only screen and (max-width: 767px) { |
---|
509 | #liens-diaporama { |
---|
510 | position: relative; |
---|
511 | z-index: 0; |
---|
512 | } |
---|
513 | } |
---|
514 | #liens-diaporama ul { |
---|
515 | width: 220px; |
---|
516 | text-align: right; |
---|
517 | } |
---|
518 | @media only screen and (max-width: 767px) { |
---|
519 | #liens-diaporama ul { |
---|
520 | width: 100%; |
---|
521 | margin: 0; |
---|
522 | } |
---|
523 | #liens-diaporama li { |
---|
524 | padding: 0; |
---|
525 | width: 100%; |
---|
526 | } |
---|
527 | } |
---|
528 | @media only screen and (max-width: 767px) { |
---|
529 | #liens-diaporama li a span { |
---|
530 | padding: .25em 0; |
---|
531 | } |
---|
532 | } |
---|
533 | #liens-diaporama li a span.icon { |
---|
534 | margin-left: .55rem; |
---|
535 | padding: .85rem .5rem; |
---|
536 | font-size: 0; |
---|
537 | border-left: 1px solid #GET{c_titraille}; |
---|
538 | } |
---|
539 | #liens-diaporama li a span.icon:before { |
---|
540 | font-size: 2.15rem; |
---|
541 | } |
---|
542 | #liens-diaporama li a:hover { |
---|
543 | color: #666 ; |
---|
544 | } |
---|
545 | @media only screen and (max-width: 767px) { |
---|
546 | #liens-diaporama li a { |
---|
547 | background-color: #eae9e5; |
---|
548 | } |
---|
549 | } |
---|
550 | #actualites { |
---|
551 | margin-top: 7em; |
---|
552 | margin-bottom: 5em; |
---|
553 | } |
---|
554 | #lesprojets, #goodies2 { |
---|
555 | margin-top: 0em; |
---|
556 | margin-bottom: 5em; |
---|
557 | } |
---|
558 | #lesprojets .titre-sommaire { |
---|
559 | display: none; |
---|
560 | } |
---|
561 | |
---|
562 | #pratique { |
---|
563 | margin-top: 6.5em; |
---|
564 | margin-bottom: 4em; |
---|
565 | } |
---|
566 | .clearfix:after, |
---|
567 | .grid:after { |
---|
568 | content: ''; |
---|
569 | display: block; |
---|
570 | clear: both; |
---|
571 | } |
---|
572 | .VideoALaUne figcaption { display: none; } |
---|
573 | .VideoALaUne .spip_documents.spip_documents_center { margin-bottom: 0; } |
---|
574 | .VideoALaUne .spip_documents .oembed { |
---|
575 | background: transparent; |
---|
576 | padding: 8px; |
---|
577 | border: none; |
---|
578 | } |
---|
579 | #sommaire_mode_portailcognac header .logo_rubrique { margin-bottom: 3em; } |
---|
580 | #liens-diaporama { |
---|
581 | position: absolute; |
---|
582 | top: 100px; |
---|
583 | right: 0; |
---|
584 | } |
---|
585 | @media only screen and (max-width:[(#GET{LargeurContaineur})]px) { |
---|
586 | #liens-diaporama { |
---|
587 | top: 5vw; |
---|
588 | } |
---|
589 | } |
---|
590 | @media only screen and (max-width: 767px) { |
---|
591 | #liens-diaporama { |
---|
592 | position: relative; |
---|
593 | } |
---|
594 | } |
---|
595 | #liens-diaporama ul { |
---|
596 | width: 220px; |
---|
597 | text-align: right; |
---|
598 | } |
---|
599 | @media only screen and (max-width: 767px) { |
---|
600 | #liens-diaporama ul { |
---|
601 | display: flex; |
---|
602 | width: 100%; |
---|
603 | flex-wrap: wrap; |
---|
604 | } |
---|
605 | } |
---|
606 | #liens-diaporama li { |
---|
607 | /* Si le fond est clair, on va le prendre comme couleur de fond, sinon, la couleur d'écriture Texte : #GET{c_header}([(#GET{c_header}|couleur_extreme)])/ Fond : #GET{c_header_bk}([(#GET{c_header_bk}|couleur_extreme)]) */ |
---|
608 | background-color: rgba([(#GET{c_header_bk}|couleur_extreme|=={ffffff}|?{#GET{c_header_bk},#GET{c_header}}|sc_rgb)], 0.75); |
---|
609 | } |
---|
610 | #diaporama .liste_auteurs { text-align: left; padding: 0 1em; } |
---|
611 | |
---|
612 | #diaporama .datepublication, |
---|
613 | #cycloshow .datepublication { |
---|
614 | float: none; |
---|
615 | background-color : transparent; |
---|
616 | color: inherit; |
---|
617 | } |
---|
618 | |
---|
619 | #liens-diaporama li a { |
---|
620 | display: flex; |
---|
621 | font-size: 1.2em; |
---|
622 | color: [(#GET{c_header_bk}|couleur_extreme|=={ffffff}|?{#GET{c_header},#GET{c_header_bk}})]; |
---|
623 | justify-content: flex-end; |
---|
624 | line-height: 1 ; |
---|
625 | align-items: center; |
---|
626 | } |
---|
627 | #liens-diaporama li a span { |
---|
628 | padding: .5em .25em .5em .5em; |
---|
629 | } |
---|
630 | @media only screen and (max-width: 767px) { |
---|
631 | #liens-diaporama li a span { |
---|
632 | padding: .25em .5em; |
---|
633 | } |
---|
634 | } |
---|
635 | #liens-diaporama li a span.icon { |
---|
636 | border-left: 1px solid; |
---|
637 | border-left-color: inherit; |
---|
638 | } |
---|
639 | |
---|
640 | .slick-slide img { |
---|
641 | margin: 0 auto; |
---|
642 | } |
---|
643 | .slick-slide .row { |
---|
644 | max-width: none; |
---|
645 | } |
---|
646 | .slick-dots { |
---|
647 | bottom: -45px; |
---|
648 | } |
---|
649 | .slick-dots li { |
---|
650 | width: 30px; |
---|
651 | height: 30px; |
---|
652 | } |
---|
653 | .slick-dots li button { |
---|
654 | width: 30px; |
---|
655 | height: 30px; |
---|
656 | } |
---|
657 | .slick-dots li button::before { |
---|
658 | font-size: 20px; |
---|
659 | line-height: 30px; |
---|
660 | width: 30px; |
---|
661 | height: 30px; |
---|
662 | } |
---|
663 | #content img { |
---|
664 | padding: 0; |
---|
665 | } |
---|
666 | .clearfix:after, |
---|
667 | .grid:after { |
---|
668 | content: ''; |
---|
669 | display: block; |
---|
670 | clear: both; |
---|
671 | } |
---|
672 | #diaporama { |
---|
673 | position: relative; |
---|
674 | } |
---|
675 | #editotexte { |
---|
676 | max-width: [(#GET{LargeurContaineur}|moins{44})]px; |
---|
677 | margin: 0 auto; |
---|
678 | padding: 1em 2em; |
---|
679 | color: #GET{c_container}; |
---|
680 | background-color: #GET{c_container_bk}; |
---|
681 | [(#CONFIG{soyezcreateurs_couleurs/transparencecontent,1}|!={1}|oui)background-color: rgba([(#GET{c_container_bk}|sc_rgb)], #CONFIG{soyezcreateurs_couleurs/transparencecontent,1});] |
---|
682 | } |
---|
683 | #content #edito .titre-sommaire h1 { |
---|
684 | margin-bottom: 0; |
---|
685 | } |
---|
686 | img.editologo { |
---|
687 | max-width: [(#GET{LargeurContaineur})]px; |
---|
688 | margin: 0 auto; |
---|
689 | display: block; |
---|
690 | } |
---|
691 | |
---|
692 | |
---|
693 | |
---|
694 | /* gestion block texte sur slider : CycloShow */ |
---|
695 | #cycloshow { |
---|
696 | position: relative; |
---|
697 | max-width: #GET{LargeurContaineur}px; |
---|
698 | width: 100%; |
---|
699 | margin: 0 auto 7em auto; |
---|
700 | } |
---|
701 | |
---|
702 | |
---|
703 | .slider-diapo-imgfull { |
---|
704 | position: relative; |
---|
705 | } |
---|
706 | @media screen and (max-width: 39.9375em) { |
---|
707 | .hide-for-small-only { |
---|
708 | display: none !important; |
---|
709 | } |
---|
710 | } |
---|
711 | .slider-content.desc-gauche { |
---|
712 | position: absolute; |
---|
713 | display: flex; |
---|
714 | flex-direction: column; |
---|
715 | justify-content: center; |
---|
716 | background-color: rgba(152, 152, 152, 0.7); |
---|
717 | top: 0; |
---|
718 | bottom: 0; |
---|
719 | left: 8%; |
---|
720 | width: 27%; |
---|
721 | padding: 1.75em !important; |
---|
722 | } |
---|
723 | @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { |
---|
724 | #liens-diaporama li, .slider-content.desc-gauche { |
---|
725 | -webkit-backdrop-filter: blur(10px); |
---|
726 | backdrop-filter: blur(10px); |
---|
727 | } |
---|
728 | } |
---|
729 | #content .slider-content.desc-gauche h3 { |
---|
730 | margin: 0 0 1em 0; |
---|
731 | padding: 0; |
---|
732 | color: #GET{c_triadec}; |
---|
733 | font-family: 'Oswald', sans-serif; |
---|
734 | font-weight: 300; |
---|
735 | font-size: 2.15em; |
---|
736 | line-height: 1.15em; |
---|
737 | text-align: left; |
---|
738 | } |
---|
739 | .slider-content.desc-gauche p { |
---|
740 | font-size: 1.25em; |
---|
741 | color: white; |
---|
742 | line-height: 1.35; |
---|
743 | } |
---|
744 | @media screen and (max-width: 100em) { |
---|
745 | .slider-content.desc-gauche h3 { |
---|
746 | margin: 0 0 .5em; |
---|
747 | font-size: 1.75em; |
---|
748 | } |
---|
749 | .slider-content.desc-gauche p { |
---|
750 | font-size: 1.1em; |
---|
751 | } |
---|
752 | } |
---|
753 | @media screen and (max-width: 80em) { |
---|
754 | .slider-content.desc-gauche { |
---|
755 | left: 8%; |
---|
756 | width: 346px; |
---|
757 | padding: 1.5em !important; |
---|
758 | } |
---|
759 | .slider-content.desc-gauche h3 { |
---|
760 | margin: 0 0 .5em; |
---|
761 | font-size: 1.5em; |
---|
762 | } |
---|
763 | .slider-content.desc-gauche p { |
---|
764 | font-size: 1.1em; |
---|
765 | } |
---|
766 | } |
---|
767 | @media screen and (max-width: 410px) { |
---|
768 | .slider-content.desc-gauche { |
---|
769 | left: 0; |
---|
770 | width: 100%; |
---|
771 | } |
---|
772 | } |
---|
773 | |
---|
774 | .largeurcontrainte { |
---|
775 | max-width: [(#GET{LargeurContaineur}|moins{40})]px; |
---|
776 | margin: 0 auto; |
---|
777 | text-align: center; |
---|
778 | } |
---|
779 | |
---|
780 | |
---|
781 | #masonry { |
---|
782 | max-width: #GET{LargeurContaineur}px; |
---|
783 | margin: 0 auto; |
---|
784 | padding-left: 20px; |
---|
785 | text-align: center; |
---|
786 | } |
---|
787 | |
---|
788 | .agenda strong { |
---|
789 | font-size: 1.8em; |
---|
790 | vertical-align: bottom; |
---|
791 | } |
---|
792 | .agenda .annee { |
---|
793 | font-size: 1.8em; |
---|
794 | } |
---|
795 | .agenda time { |
---|
796 | padding: 0 .25em; |
---|
797 | } |
---|
798 | .agenda {height: 95px; } |
---|
799 | .grid-item .agenda .h2 { |
---|
800 | font-size: 18px; |
---|
801 | } |
---|
802 | .grid-item .agenda .date { |
---|
803 | padding: 0; |
---|
804 | flex-shrink: 0; |
---|
805 | display: flex; |
---|
806 | align-items: center; |
---|
807 | justify-content: center; |
---|
808 | } |
---|
809 | .agenda time { |
---|
810 | text-align: center; |
---|
811 | } |
---|
812 | .agenda .debutfin time { |
---|
813 | text-align: left; |
---|
814 | } |
---|
815 | .grid-item .agenda .date.debutfin { |
---|
816 | display: block; |
---|
817 | align-items: left; |
---|
818 | justify-content: left; |
---|
819 | } |
---|
820 | |
---|
821 | /* Affichage des dates. cf https://codepen.io/jpyrat/pen/EmZrpR */ |
---|
822 | .date { |
---|
823 | width: 95px; |
---|
824 | height: 95px; |
---|
825 | position: relative; |
---|
826 | background: [(#GET{c_header_bk}|couleur_extreme|=={000000}|?{#GET{c_header_bk},#GET{c_header}})]; |
---|
827 | color: [(#GET{c_header_bk}|couleur_extreme|=={000000}|?{#GET{c_header},#GET{c_header_bk}})]; |
---|
828 | } |
---|
829 | |
---|
830 | .debutfin.horaires:after, .debutfin.journees:after { |
---|
831 | content: ""; |
---|
832 | position: absolute; |
---|
833 | right: 0; |
---|
834 | top: 0; |
---|
835 | border-top: 2px solid #fff; |
---|
836 | width: 142%; |
---|
837 | transform: rotate(-45deg); |
---|
838 | transform-origin: 99% 0%; |
---|
839 | } |
---|
840 | |
---|
841 | .debut, .fin { |
---|
842 | width: 75%; |
---|
843 | height: 50%; |
---|
844 | position: absolute; |
---|
845 | text-align: left; |
---|
846 | display: flex; |
---|
847 | flex-direction: column; |
---|
848 | justify-content: center; |
---|
849 | color: #fff; |
---|
850 | line-height: 1.2em; |
---|
851 | font-size: 75%; |
---|
852 | } |
---|
853 | |
---|
854 | .debutfin.journee .debut { |
---|
855 | font-size: 100%; |
---|
856 | width: 100%; |
---|
857 | top: 20%; |
---|
858 | height: auto; |
---|
859 | text-align: center; |
---|
860 | line-height: 2em; |
---|
861 | } |
---|
862 | |
---|
863 | .agenda .debutfin time.fin { |
---|
864 | right: 0; |
---|
865 | top: 50%; |
---|
866 | text-align: right; |
---|
867 | } |
---|
868 | |
---|
869 | .ladate { |
---|
870 | margin:0; |
---|
871 | padding:0; |
---|
872 | } |
---|
873 | |
---|
874 | .annee { |
---|
875 | font-size: 1.2em; |
---|
876 | line-height: 0.82em; |
---|
877 | display: block; |
---|
878 | } |
---|
879 | |
---|
880 | #projets { |
---|
881 | margin: 0; |
---|
882 | padding: 0; |
---|
883 | } |
---|
884 | #projets .projet { |
---|
885 | background-color: #777; |
---|
886 | } |
---|
887 | @media only screen and (min-width: 768px) { |
---|
888 | #projets .projet { |
---|
889 | [(#CONFIG{soyezcreateurs/variante_blocprojet,par2}|=={par2}|oui) |
---|
890 | width: 50%; |
---|
891 | ] |
---|
892 | [(#CONFIG{soyezcreateurs/variante_blocprojet,par2}|=={par3}|oui) |
---|
893 | width: 25%; |
---|
894 | margin-left: 4%; |
---|
895 | margin-right: 4%; |
---|
896 | ] |
---|
897 | float: left; |
---|
898 | } |
---|
899 | } |
---|
900 | |
---|
901 | #projets .projet:hover { |
---|
902 | background-color: #aaa; |
---|
903 | } |
---|
904 | |
---|
905 | @media only screen and (max-width:[(#GET{LargeurContaineur})]px) { |
---|
906 | #projets h2 { |
---|
907 | font-size: 1.2rem; |
---|
908 | } |
---|
909 | #projets .projet { |
---|
910 | width: 46%; |
---|
911 | margin-left: 2%; |
---|
912 | margin-right: 2%; |
---|
913 | } |
---|
914 | } |
---|
915 | @media only screen and (max-width: 768px) { |
---|
916 | #projets .projet { |
---|
917 | width: 100%; |
---|
918 | float: none; |
---|
919 | } |
---|
920 | #projets h2 { |
---|
921 | font-size: 2rem; |
---|
922 | } |
---|
923 | } |
---|
924 | @media only screen and (max-width: 640px) { |
---|
925 | #projets article a { |
---|
926 | height: auto; |
---|
927 | } |
---|
928 | #projets h2 { |
---|
929 | padding: 1rem; |
---|
930 | font-size: 1.8rem; |
---|
931 | } |
---|
932 | } |
---|
933 | |
---|
934 | #pratique { |
---|
935 | margin-bottom: 4em; |
---|
936 | } |
---|
937 | |
---|
938 | <BOUCLE_CouleursRubriques(MOTS){type=_CouleurRubrique}{par id_mot}> |
---|
939 | #projets .couleurrubrique#ID_MOT { [background-color: #(#TEXTE|textebrut);][ color: #(#TEXTE|textebrut|couleur_extreme|couleur_inverser);] } |
---|
940 | #projets .couleurrubrique#ID_MOT:hover, |
---|
941 | #projets .couleurrubrique#ID_MOT:focus { [background-color: #(#TEXTE|textebrut|couleur_eclaircir);] } |
---|
942 | </BOUCLE_CouleursRubriques> |
---|
943 | |
---|
944 | [(#PLUGIN{lesscss}|oui) |
---|
945 | [(#CHEMIN{images/stylesportailcognac_perso.less.html}|?{'/* Surcharge eventuelle */'}) |
---|
946 | |
---|
947 | [(#PRODUIRE{fond=images/stylesportailcognac_perso.less,format=less} |
---|
948 | |supprimer_timestamp |
---|
949 | |appliquer_filtre{less_css} |
---|
950 | |file_get_contents |
---|
951 | ) |
---|
952 | #SET{lessdone,1} |
---|
953 | ] |
---|
954 | ] |
---|
955 | ] |
---|
956 | [(#GET{lessdone}|non) |
---|
957 | [(#CHEMIN{images/stylesportailcognac_perso.css}|?{'/* Surcharge eventuelle */'}) |
---|
958 | [(#INCLURE{#CHEMIN{images/stylesportailcognac_perso.css}|url_absolue_css}|compacte{css})] |
---|
959 | ] |
---|
960 | ] |
---|