|
1 | | -@include media-breakpoint-down(lg) { |
2 | | - .smartweb_herobanner .bannerSwiper { |
3 | | - height: 275px; |
4 | | - } |
5 | | - |
6 | | - .portaltype-imio-smartweb-portalpage .section-title { |
7 | | - font-size: 2.5rem; |
8 | | - } |
9 | | - |
10 | | - .sectiontext.visuel-agenda { |
11 | | - display: none; |
12 | | - } |
13 | | - |
14 | | - footer .smartweb-footer .container .row { |
15 | | - flex-direction: column; |
16 | | - width: 100%; |
17 | | - max-width: 100%; |
18 | | - align-items: center; |
19 | | - align-content: center; |
20 | | - text-align: center; |
21 | | - } |
22 | | - |
23 | | - footer |
24 | | - .smartweb-footer |
25 | | - .container |
26 | | - .row |
27 | | - .sortable-section.sectionlinks.quick-access { |
28 | | - padding-bottom: 1rem; |
29 | | - padding-top: 1rem; |
30 | | - } |
31 | | - |
32 | | - footer .smartweb-footer .container .row .sectionevents .see_all a { |
33 | | - background: #fff; |
34 | | - } |
35 | | - |
36 | | - footer |
37 | | - .smartweb-footer |
38 | | - .container |
39 | | - .row |
40 | | - .sectiontext |
41 | | - .section-text |
42 | | - .body-section |
43 | | - figure { |
44 | | - float: initial; |
45 | | - margin-right: initial; |
46 | | - max-width: 100%; |
47 | | - width: 100%; |
48 | | - } |
49 | | - |
50 | | - footer .smartweb-footer .container .row .sectionlinks h2 { |
51 | | - font-size: calc(1.325rem + 0.9vw) !important; |
52 | | - margin-top: 20px; |
53 | | - } |
54 | | - |
55 | | - footer .smartweb-footer .container .row .contact_informations_social { |
56 | | - display: grid; |
57 | | - } |
58 | | -} |
59 | | - |
60 | 1 | .swiper-slide > a:hover .swiper-image { |
61 | 2 | transition: 0.2s; |
62 | 3 | filter: brightness(0.4); |
@@ -120,3 +61,74 @@ body.portaltype-imio-smartweb-portalpage.section-home-page::after { |
120 | 61 | top: -60px; |
121 | 62 | left: -45px; |
122 | 63 | } |
| 64 | + |
| 65 | +@include media-breakpoint-down(lg) { |
| 66 | + .smartweb_herobanner .bannerSwiper { |
| 67 | + height: 275px; |
| 68 | + } |
| 69 | + |
| 70 | + .portaltype-imio-smartweb-portalpage .section-title { |
| 71 | + font-size: 2.5rem; |
| 72 | + } |
| 73 | + |
| 74 | + .sectiontext.visuel-agenda { |
| 75 | + display: none; |
| 76 | + } |
| 77 | + |
| 78 | + footer .smartweb-footer .container .row { |
| 79 | + flex-direction: column; |
| 80 | + width: 100%; |
| 81 | + max-width: 100%; |
| 82 | + align-items: center; |
| 83 | + align-content: center; |
| 84 | + text-align: center; |
| 85 | + } |
| 86 | + |
| 87 | + footer |
| 88 | + .smartweb-footer |
| 89 | + .container |
| 90 | + .row |
| 91 | + .sortable-section.sectionlinks.quick-access { |
| 92 | + padding-bottom: 1rem; |
| 93 | + padding-top: 1rem; |
| 94 | + } |
| 95 | + |
| 96 | + footer .smartweb-footer .container .row .sectionevents .see_all a { |
| 97 | + background: #fff; |
| 98 | + } |
| 99 | + |
| 100 | + footer |
| 101 | + .smartweb-footer |
| 102 | + .container |
| 103 | + .row |
| 104 | + .sectiontext |
| 105 | + .section-text |
| 106 | + .body-section |
| 107 | + figure { |
| 108 | + float: initial; |
| 109 | + margin-right: initial; |
| 110 | + max-width: 100%; |
| 111 | + width: 100%; |
| 112 | + } |
| 113 | + |
| 114 | + footer .smartweb-footer .container .row .sectionlinks h2 { |
| 115 | + font-size: calc(1.325rem + 0.9vw) !important; |
| 116 | + margin-top: 20px; |
| 117 | + } |
| 118 | + |
| 119 | + footer .smartweb-footer .container .row .contact_informations_social { |
| 120 | + display: grid; |
| 121 | + } |
| 122 | + |
| 123 | + .portaltype-imio-smartweb-portalpage.section-home-page |
| 124 | + .sectionevents |
| 125 | + .section-title::after { |
| 126 | + left: -15px; |
| 127 | + top: -50px; |
| 128 | + } |
| 129 | + |
| 130 | + footer .sectiontext .section-text .body-section.figure-left figure img { |
| 131 | + width: auto; |
| 132 | + margin: 0 auto; |
| 133 | + } |
| 134 | +} |
0 commit comments