@imiobe/plonetheme-smartweb-base 0.0.6 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +80 -0
- package/dist/css/theme.css +5 -0
- package/dist/fonts/roboto-bold..eot +0 -0
- package/dist/fonts/roboto-bold..ttf +0 -0
- package/dist/fonts/roboto-bold..woff +0 -0
- package/dist/fonts/roboto-bold..woff2 +0 -0
- package/dist/fonts/roboto-bolditalic..eot +0 -0
- package/dist/fonts/roboto-bolditalic..ttf +0 -0
- package/dist/fonts/roboto-bolditalic..woff +0 -0
- package/dist/fonts/roboto-bolditalic..woff2 +0 -0
- package/dist/fonts/roboto-italic..eot +0 -0
- package/dist/fonts/roboto-italic..ttf +0 -0
- package/dist/fonts/roboto-italic..woff +0 -0
- package/dist/fonts/roboto-italic..woff2 +0 -0
- package/dist/fonts/roboto-light..eot +0 -0
- package/dist/fonts/roboto-light..ttf +0 -0
- package/dist/fonts/roboto-light..woff +0 -0
- package/dist/fonts/roboto-light..woff2 +0 -0
- package/dist/fonts/roboto-lightitalic..eot +0 -0
- package/dist/fonts/roboto-lightitalic..ttf +0 -0
- package/dist/fonts/roboto-lightitalic..woff +0 -0
- package/dist/fonts/roboto-lightitalic..woff2 +0 -0
- package/dist/fonts/roboto-medium..eot +0 -0
- package/dist/fonts/roboto-medium..ttf +0 -0
- package/dist/fonts/roboto-medium..woff +0 -0
- package/dist/fonts/roboto-medium..woff2 +0 -0
- package/dist/fonts/roboto-mediumitalic..eot +0 -0
- package/dist/fonts/roboto-mediumitalic..ttf +0 -0
- package/dist/fonts/roboto-mediumitalic..woff +0 -0
- package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
- package/dist/fonts/roboto-regular..eot +0 -0
- package/dist/fonts/roboto-regular..ttf +0 -0
- package/dist/fonts/roboto-regular..woff +0 -0
- package/dist/fonts/roboto-regular..woff2 +0 -0
- package/dist/fonts/robotocondensed-light..eot +0 -0
- package/dist/fonts/robotocondensed-light..ttf +0 -0
- package/dist/fonts/robotocondensed-light..woff +0 -0
- package/dist/fonts/robotocondensed-light..woff2 +0 -0
- package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
- package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
- package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
- package/dist/images/roboto-bolde46805ee..svg +1 -0
- package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
- package/dist/images/roboto-italic2332d1c3..svg +1 -0
- package/dist/images/roboto-light054c1c8a..svg +1 -0
- package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
- package/dist/images/roboto-medium832a5157..svg +1 -0
- package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
- package/dist/images/roboto-regulare788ed65..svg +1 -0
- package/dist/images/robotocondensed-light04ff367e..svg +1 -0
- package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
- package/dist/js/theme.js +1 -0
- package/package.json +25 -2
- package/src/index.js +60 -14
- package/src/scss/_breadcrum.scss +1 -0
- package/src/scss/_fonts.scss +6 -5
- package/src/scss/_general.scss +73 -65
- package/src/scss/_header.scss +33 -13
- package/src/scss/_mixin.scss +43 -35
- package/src/scss/_sitenav.scss +326 -259
- package/src/scss/_sub-sitenav.scss +113 -65
- package/src/scss/_swiper.scss +17 -10
- package/src/scss/_trucaverif.scss +630 -555
- package/src/scss/common/_com-cookies.scss +86 -75
- package/src/scss/common/_com-edition.scss +36 -24
- package/src/scss/common/_com-faceted.scss +153 -132
- package/src/scss/common/_com-footer.scss +9 -5
- package/src/scss/common/_com-list-image.scss +17 -15
- package/src/scss/common/_com-react.scss +62 -57
- package/src/scss/common/_messviewlet.scss +77 -60
- package/src/scss/homepage/_a-la-une.scss +30 -19
- package/src/scss/homepage/_actualites.scss +137 -111
- package/src/scss/homepage/_album.scss +87 -75
- package/src/scss/homepage/_banner.scss +38 -41
- package/src/scss/homepage/_events.scss +42 -20
- package/src/scss/homepage/_general-home.scss +47 -43
- package/src/scss/homepage/_newsletter.scss +30 -24
- package/src/scss/homepage/_quick-access.scss +14 -4
- package/src/scss/list/_list-block-img.scss +53 -49
- package/src/scss/list/_list-block.scss +70 -64
- package/src/scss/list/_list-img.scss +21 -14
- package/src/scss/list/_list.scss +55 -53
- package/src/scss/main.scss +21 -9
- package/src/scss/sections/_se-contact.scss +229 -158
- package/src/scss/sections/_se-file.scss +188 -158
- package/src/scss/sections/_se-gallery.scss +16 -14
- package/src/scss/sections/_se-link.scss +141 -135
- package/src/scss/sections/_se-linked-content.scss +4 -4
- package/src/scss/sections/_se-plan-geo.scss +92 -74
- package/src/scss/sections/_se-plan.scss +2 -2
- package/src/scss/sections/_se-postit.scss +19 -17
- package/src/scss/sections/_se-textes.scss +35 -41
- package/src/scss/variables.scss +159 -138
- package/theme.zip +0 -0
|
@@ -1,149 +1,155 @@
|
|
|
1
1
|
.sectionlinks {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
2
|
+
@include section-padding-top;
|
|
3
|
+
@include section-padding-bottom;
|
|
4
|
+
|
|
5
|
+
@if $enable-light-color-section-link {
|
|
6
|
+
h2,
|
|
7
|
+
span,
|
|
8
|
+
p {
|
|
9
|
+
color: #fff;
|
|
10
10
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
11
|
+
}
|
|
12
|
+
background: $section-link-background-color;
|
|
13
|
+
position: relative;
|
|
14
|
+
|
|
15
|
+
.section_files_list {
|
|
16
|
+
@include ul-rm-padding;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
.display-paysage {
|
|
20
|
+
.table_image:not(.no-image) {
|
|
21
|
+
.image.d-block.is-image.w-100 {
|
|
22
|
+
aspect-ratio: 1.67;
|
|
23
|
+
margin-bottom: 10px;
|
|
24
|
+
}
|
|
16
25
|
}
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.display-portrait {
|
|
29
|
+
.table_image:not(.no-image) {
|
|
30
|
+
.image.d-block.is-image.w-100 {
|
|
31
|
+
aspect-ratio: 0.7;
|
|
32
|
+
margin-bottom: 10px;
|
|
33
|
+
}
|
|
21
34
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
}
|
|
42
|
-
.section_files_text {
|
|
43
|
-
.section_files_item_description {
|
|
44
|
-
margin: 0;
|
|
45
|
-
}
|
|
46
|
-
}
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
li {
|
|
38
|
+
list-style: none;
|
|
39
|
+
|
|
40
|
+
.section_files_link {
|
|
41
|
+
display: flex;
|
|
42
|
+
align-items: center;
|
|
43
|
+
justify-content: space-between;
|
|
44
|
+
|
|
45
|
+
.section_files_image {
|
|
46
|
+
width: 36px;
|
|
47
|
+
height: 44px;
|
|
48
|
+
margin-left: 1rem;
|
|
49
|
+
|
|
50
|
+
@include media-breakpoint-up(md) {
|
|
51
|
+
width: 160px;
|
|
52
|
+
height: 121px;
|
|
53
|
+
margin-left: 0;
|
|
47
54
|
}
|
|
55
|
+
position: relative;
|
|
56
|
+
|
|
57
|
+
img {
|
|
58
|
+
@include fit-cover;
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.section_files_text {
|
|
63
|
+
.section_files_item_description {
|
|
64
|
+
margin: 0;
|
|
65
|
+
}
|
|
66
|
+
}
|
|
48
67
|
}
|
|
68
|
+
}
|
|
49
69
|
}
|
|
50
70
|
|
|
51
71
|
// for bal
|
|
52
72
|
.sectionfiles {
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
.section_files_list {
|
|
59
|
-
margin-bottom: 0;
|
|
60
|
-
max-width: max-content;
|
|
61
|
-
@include media-breakpoint-up(lg) {
|
|
62
|
-
max-width: inherit;
|
|
63
|
-
}
|
|
64
|
-
}
|
|
73
|
+
.section-container.section_links {
|
|
74
|
+
@include media-breakpoint-up(lg) {
|
|
75
|
+
display: flex;
|
|
76
|
+
gap: 6.8181%;
|
|
65
77
|
}
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
78
|
+
|
|
79
|
+
.section_files_list {
|
|
80
|
+
margin-bottom: 0;
|
|
81
|
+
max-width: max-content;
|
|
82
|
+
|
|
83
|
+
@include media-breakpoint-up(lg) {
|
|
84
|
+
max-width: inherit;
|
|
85
|
+
}
|
|
73
86
|
}
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
.section_files_image {
|
|
128
|
-
// background: url(../svg/image-file-icon.svg) no-repeat center $primary;
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
&[href$=".mp4"],
|
|
132
|
-
&[href$=".webm"],
|
|
133
|
-
&[href$=".avi"] {
|
|
134
|
-
.section_files_image {
|
|
135
|
-
// background: url(../svg/video-file-icon.svg) no-repeat center $primary;
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
.section_files_text {
|
|
139
|
-
font-weight: bold;
|
|
140
|
-
font-size: 18px;
|
|
141
|
-
margin: 1rem .5rem;
|
|
142
|
-
max-width: 300px;
|
|
143
|
-
margin: 1rem 1.5rem;
|
|
144
|
-
@include media-breakpoint-up(lg) {
|
|
145
|
-
margin: 1rem 2.5rem;
|
|
146
|
-
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.section-title {
|
|
90
|
+
&::before {
|
|
91
|
+
display: inline-block;
|
|
92
|
+
vertical-align: middle;
|
|
93
|
+
margin-right: 1.5rem;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.section_files_link {
|
|
98
|
+
border: solid 1px rgba(255, 255, 255, 25%);
|
|
99
|
+
border-radius: 10px 10px 10px 0;
|
|
100
|
+
text-decoration: none;
|
|
101
|
+
|
|
102
|
+
&:hover,
|
|
103
|
+
&:focus {
|
|
104
|
+
background: rgba(255, 255, 255, 9%);
|
|
105
|
+
border: solid 1px rgba(255, 255, 255, 0%);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
&::after {
|
|
109
|
+
content: "";
|
|
110
|
+
width: 30px;
|
|
111
|
+
height: 30px;
|
|
112
|
+
border: 1px solid #fff;
|
|
113
|
+
border-radius: 30px;
|
|
114
|
+
margin-right: 1rem;
|
|
115
|
+
background-size: 35%;
|
|
116
|
+
|
|
117
|
+
@include media-breakpoint-up(lg) {
|
|
118
|
+
width: 60px;
|
|
119
|
+
height: 60px;
|
|
120
|
+
background-size: initial;
|
|
121
|
+
margin-right: 2.5rem;
|
|
122
|
+
flex-shrink: 0;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.section_files_image {
|
|
127
|
+
border-radius: 10px 10px 10px 0;
|
|
128
|
+
flex-shrink: 0;
|
|
129
|
+
|
|
130
|
+
@include media-breakpoint-up(md) {
|
|
131
|
+
border: 1px solid #fff;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
img {
|
|
135
|
+
border-radius: 10px 10px 10px 0;
|
|
136
|
+
display: none;
|
|
137
|
+
|
|
138
|
+
@include media-breakpoint-up(md) {
|
|
139
|
+
display: block;
|
|
147
140
|
}
|
|
141
|
+
}
|
|
148
142
|
}
|
|
149
|
-
|
|
143
|
+
|
|
144
|
+
.section_files_text {
|
|
145
|
+
font-weight: bold;
|
|
146
|
+
font-size: 18px;
|
|
147
|
+
max-width: 300px;
|
|
148
|
+
margin: 1rem 1.5rem;
|
|
149
|
+
|
|
150
|
+
@include media-breakpoint-up(lg) {
|
|
151
|
+
margin: 1rem 2.5rem;
|
|
152
|
+
}
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.sectionselections{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
1
|
+
.sectionselections {
|
|
2
|
+
@include section-padding-top;
|
|
3
|
+
@include section-padding-bottom;
|
|
4
|
+
}
|
|
@@ -1,83 +1,101 @@
|
|
|
1
|
-
body.faceted-map{
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
body.faceted-map {
|
|
2
|
+
.button-map-content {
|
|
3
|
+
display: none;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
nav.d-flex.justify-content-center:first-child {
|
|
7
|
+
display: none;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.d-flex.justify-content-center {
|
|
11
|
+
justify-content: left !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#main-container {
|
|
15
|
+
#content {
|
|
16
|
+
#center-content-area {
|
|
17
|
+
@include media-breakpoint-up(md) {
|
|
18
|
+
display: grid;
|
|
19
|
+
}
|
|
20
|
+
grid-template-columns: 1fr 1fr;
|
|
21
|
+
grid-template-rows: repeat(4, auto);
|
|
22
|
+
|
|
23
|
+
#faceted-results {
|
|
24
|
+
grid-column: 1;
|
|
25
|
+
|
|
26
|
+
@include media-breakpoint-up(md) {
|
|
27
|
+
margin-right: 1rem;
|
|
28
|
+
}
|
|
29
|
+
display: block !important;
|
|
30
|
+
opacity: 100% !important;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.faceted-map {
|
|
34
|
+
grid-column: 2;
|
|
35
|
+
grid-row: 2;
|
|
36
|
+
flex: 1;
|
|
37
|
+
padding-left: 1rem;
|
|
38
|
+
}
|
|
39
|
+
}
|
|
4
40
|
}
|
|
5
|
-
|
|
6
|
-
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
#faceted-results-items {
|
|
44
|
+
@include media-breakpoint-down(md) {
|
|
45
|
+
display: grid;
|
|
46
|
+
grid-template-columns: 1fr 1fr;
|
|
47
|
+
gap: 15px;
|
|
7
48
|
}
|
|
8
|
-
|
|
9
|
-
|
|
49
|
+
|
|
50
|
+
@include media-breakpoint-down(sm) {
|
|
51
|
+
grid-template-columns: 1fr;
|
|
10
52
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
grid-template-rows: repeat(4,auto);
|
|
19
|
-
#faceted-results {
|
|
20
|
-
grid-column: 1;
|
|
21
|
-
@include media-breakpoint-up(md) {
|
|
22
|
-
margin-right: 1rem;
|
|
23
|
-
}
|
|
24
|
-
display: block !important;
|
|
25
|
-
opacity: 1 !important;
|
|
26
|
-
}
|
|
27
|
-
.faceted-map {
|
|
28
|
-
grid-column: 2;
|
|
29
|
-
grid-row: 2;
|
|
30
|
-
flex: 1;
|
|
31
|
-
padding-left: 1rem;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.faceted-map-text {
|
|
56
|
+
margin: 0;
|
|
57
|
+
|
|
58
|
+
@include media-breakpoint-up(md) {
|
|
59
|
+
margin: 1rem 0;
|
|
35
60
|
}
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
gap: 15px;
|
|
41
|
-
}
|
|
42
|
-
@include media-breakpoint-down(sm) {
|
|
43
|
-
grid-template-columns: 1fr;
|
|
44
|
-
}
|
|
61
|
+
box-shadow: rgba(0, 0, 0, 16%) 0 1px 4px;
|
|
62
|
+
|
|
63
|
+
a {
|
|
64
|
+
text-decoration: none;
|
|
45
65
|
}
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
66
|
+
|
|
67
|
+
.items-content {
|
|
68
|
+
display: flex;
|
|
69
|
+
|
|
70
|
+
@include media-breakpoint-down(md) {
|
|
71
|
+
flex-direction: column;
|
|
72
|
+
align-items: center;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.geo-item-image {
|
|
76
|
+
max-width: 250px;
|
|
77
|
+
|
|
78
|
+
img {
|
|
79
|
+
width: 100%;
|
|
50
80
|
}
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.geo-item-text {
|
|
84
|
+
padding: 1rem 1.5rem;
|
|
85
|
+
|
|
86
|
+
.geo-item-title {
|
|
87
|
+
color: #1f1f1f;
|
|
88
|
+
font-weight: bold;
|
|
89
|
+
font-size: 15px;
|
|
90
|
+
text-decoration: none;
|
|
54
91
|
}
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
}
|
|
61
|
-
.geo-item-image{
|
|
62
|
-
max-width: 250px;
|
|
63
|
-
img{
|
|
64
|
-
width: 100%;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
.geo-item-text{
|
|
68
|
-
padding: 1rem 1.5rem;
|
|
69
|
-
.geo-item-title{
|
|
70
|
-
color: #1f1f1f;
|
|
71
|
-
font-weight: bold;
|
|
72
|
-
font-size: 15px;
|
|
73
|
-
text-decoration: none;
|
|
74
|
-
}
|
|
75
|
-
.geo-item-description{
|
|
76
|
-
margin-top: 0.3rem;
|
|
77
|
-
font-size: 15px;
|
|
78
|
-
color: #1f1f1f;
|
|
79
|
-
}
|
|
80
|
-
}
|
|
92
|
+
|
|
93
|
+
.geo-item-description {
|
|
94
|
+
margin-top: 0.3rem;
|
|
95
|
+
font-size: 15px;
|
|
96
|
+
color: #1f1f1f;
|
|
81
97
|
}
|
|
98
|
+
}
|
|
82
99
|
}
|
|
83
|
-
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
div#body-section-localisation {
|
|
2
|
-
|
|
3
|
-
}
|
|
2
|
+
padding-bottom: 2rem;
|
|
3
|
+
}
|
|
@@ -1,17 +1,19 @@
|
|
|
1
|
-
#body-section-post-it{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
#body-section-post-it {
|
|
2
|
+
.swiper-slide {
|
|
3
|
+
background: #f7f7f7;
|
|
4
|
+
padding: 2rem 4rem;
|
|
5
|
+
box-shadow: rgba(0, 0, 0, 16%) 0 1px 4px;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.swiper-button-prev {
|
|
9
|
+
top: 50% !important;
|
|
10
|
+
transform: translateY(-50%) !important;
|
|
11
|
+
left: 0 !important;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.swiper-button-next {
|
|
15
|
+
top: 50% !important;
|
|
16
|
+
transform: translateY(-50%) !important;
|
|
17
|
+
right: 0 !important;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
+
.mark,
|
|
2
|
+
mark {
|
|
3
|
+
display: block;
|
|
4
|
+
}
|
|
5
|
+
|
|
1
6
|
.sectiontext {
|
|
2
7
|
font-size: $font-size-texte;
|
|
8
|
+
|
|
3
9
|
mark {
|
|
4
10
|
display: inline-block;
|
|
5
|
-
padding: $mark-padding;
|
|
11
|
+
padding: $mark-padding-sec;
|
|
6
12
|
border: $mark-border;
|
|
7
13
|
background-color: $mark-background-color;
|
|
8
14
|
border-radius: $mark-radius;
|
|
@@ -24,24 +30,28 @@
|
|
|
24
30
|
margin-top: $section-text-h3-margin-top;
|
|
25
31
|
margin-bottom: $section-text-h3-margin-bottom;
|
|
26
32
|
}
|
|
33
|
+
|
|
27
34
|
ol {
|
|
28
|
-
list-style-type:none;
|
|
35
|
+
list-style-type: none;
|
|
29
36
|
counter-reset: sectioncounter;
|
|
30
|
-
|
|
37
|
+
|
|
38
|
+
& > li {
|
|
31
39
|
display: table;
|
|
32
40
|
padding-left: 1rem;
|
|
33
|
-
|
|
34
|
-
|
|
41
|
+
|
|
42
|
+
&::before {
|
|
43
|
+
content: counter(sectioncounter) ".";
|
|
35
44
|
counter-increment: sectioncounter;
|
|
36
|
-
display:inline-block;
|
|
37
|
-
width:2em;
|
|
38
|
-
text-align:right;
|
|
39
|
-
position:relative;
|
|
40
|
-
left
|
|
41
|
-
margin-right
|
|
45
|
+
display: inline-block;
|
|
46
|
+
width: 2em;
|
|
47
|
+
text-align: right;
|
|
48
|
+
position: relative;
|
|
49
|
+
left: -2.5em;
|
|
50
|
+
margin-right: -2em;
|
|
42
51
|
}
|
|
43
52
|
}
|
|
44
|
-
}
|
|
53
|
+
}
|
|
54
|
+
|
|
45
55
|
ul li {
|
|
46
56
|
position: relative;
|
|
47
57
|
display: table;
|
|
@@ -71,8 +81,9 @@
|
|
|
71
81
|
|
|
72
82
|
&.figure-left {
|
|
73
83
|
figure {
|
|
74
|
-
display:
|
|
84
|
+
display: table;
|
|
75
85
|
max-width: 100%;
|
|
86
|
+
|
|
76
87
|
@include media-breakpoint-up(md) {
|
|
77
88
|
max-width: 45%;
|
|
78
89
|
margin-right: 2.5rem;
|
|
@@ -80,15 +91,16 @@
|
|
|
80
91
|
}
|
|
81
92
|
|
|
82
93
|
img {
|
|
83
|
-
width:
|
|
94
|
+
width: auto;
|
|
84
95
|
}
|
|
85
96
|
}
|
|
86
97
|
}
|
|
87
98
|
|
|
88
99
|
&.figure-right {
|
|
89
100
|
figure {
|
|
90
|
-
display:
|
|
101
|
+
display: table;
|
|
91
102
|
max-width: 100%;
|
|
103
|
+
|
|
92
104
|
@include media-breakpoint-up(md) {
|
|
93
105
|
max-width: 45%;
|
|
94
106
|
margin-left: 2.5rem;
|
|
@@ -96,7 +108,7 @@
|
|
|
96
108
|
}
|
|
97
109
|
|
|
98
110
|
img {
|
|
99
|
-
width:
|
|
111
|
+
width: auto;
|
|
100
112
|
}
|
|
101
113
|
}
|
|
102
114
|
|
|
@@ -133,7 +145,7 @@
|
|
|
133
145
|
}
|
|
134
146
|
|
|
135
147
|
figcaption {
|
|
136
|
-
|
|
148
|
+
display: table-caption;
|
|
137
149
|
caption-side: bottom;
|
|
138
150
|
font-size: $font-size-sm;
|
|
139
151
|
}
|
|
@@ -148,10 +160,11 @@
|
|
|
148
160
|
}
|
|
149
161
|
|
|
150
162
|
div:not(.sectiontext) {
|
|
151
|
-
|
|
163
|
+
& + .sectiontext {
|
|
152
164
|
// @include section-padding-top;
|
|
153
165
|
h2 {
|
|
154
166
|
margin-top: 10px !important;
|
|
167
|
+
|
|
155
168
|
@include media-breakpoint-up(md) {
|
|
156
169
|
margin-top: 50px !important;
|
|
157
170
|
}
|
|
@@ -176,12 +189,11 @@ blockquote::before {
|
|
|
176
189
|
position: relative;
|
|
177
190
|
top: 9px;
|
|
178
191
|
height: 10px;
|
|
179
|
-
margin-right: 0.25rem;
|
|
180
192
|
content: '"';
|
|
181
193
|
font-size: 32px;
|
|
182
194
|
font-weight: 600;
|
|
183
195
|
line-height: 0;
|
|
184
|
-
margin-right: .75rem;
|
|
196
|
+
margin-right: 0.75rem;
|
|
185
197
|
}
|
|
186
198
|
|
|
187
199
|
blockquote::after {
|
|
@@ -205,25 +217,7 @@ strong {
|
|
|
205
217
|
padding-left: 0;
|
|
206
218
|
}
|
|
207
219
|
|
|
208
|
-
.r-content-text {
|
|
209
|
-
li {
|
|
210
|
-
position: relative;
|
|
211
|
-
display: table;
|
|
212
|
-
padding-left: 1rem;
|
|
213
|
-
margin: 0.25rem 0;
|
|
214
|
-
list-style: none;
|
|
215
|
-
|
|
216
|
-
&::before {
|
|
217
|
-
position: absolute;
|
|
218
|
-
|
|
219
|
-
// content: $list-style-custom;
|
|
220
|
-
top: -2px;
|
|
221
|
-
left: 0;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
|
|
226
220
|
.sectiontext table tr td ul li::before {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
}
|
|
221
|
+
position: initial !important;
|
|
222
|
+
margin-right: 0.5rem;
|
|
223
|
+
}
|