@imiobe/plonetheme-smartweb-base 0.0.5 → 0.1.0
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 +78 -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/index.html +68 -61
- package/manifest.cfg +5 -5
- package/package.json +22 -4
- package/src/index.js +59 -14
- package/src/scss/_breadcrum.scss +1 -0
- package/src/scss/_fonts.scss +11 -1
- package/src/scss/_general.scss +75 -75
- package/src/scss/_header.scss +38 -24
- package/src/scss/_mixin.scss +43 -35
- package/src/scss/_sitenav.scss +330 -485
- package/src/scss/_sub-sitenav.scss +114 -302
- package/src/scss/_swiper.scss +29 -12
- package/src/scss/_trucaverif.scss +632 -585
- 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 +155 -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 +63 -51
- package/src/scss/common/_messviewlet.scss +77 -59
- package/src/scss/homepage/_a-la-une.scss +30 -19
- package/src/scss/homepage/_actualites.scss +137 -108
- package/src/scss/homepage/_album.scss +88 -78
- package/src/scss/homepage/_banner.scss +35 -42
- package/src/scss/homepage/_events.scss +51 -24
- package/src/scss/homepage/_general-home.scss +49 -24
- package/src/scss/homepage/_newsletter.scss +30 -0
- package/src/scss/homepage/_quick-access.scss +16 -3
- 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 +23 -6
- package/src/scss/sections/_se-contact.scss +230 -138
- package/src/scss/sections/_se-file.scss +187 -166
- 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 +101 -0
- package/src/scss/sections/_se-plan.scss +2 -2
- package/src/scss/sections/_se-postit.scss +19 -0
- package/src/scss/sections/_se-textes.scss +40 -54
- package/src/scss/variables.scss +201 -168
- package/theme.zip +0 -0
- package/theme4.2.zip +0 -0
|
@@ -1,146 +1,238 @@
|
|
|
1
|
-
#portal-column-content{
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
#portal-column-content {
|
|
2
|
+
.sectioncontact {
|
|
3
|
+
position: relative;
|
|
4
|
+
margin-bottom: 1.5rem;
|
|
5
|
+
|
|
6
|
+
& + .sectioncontact .section-container {
|
|
7
|
+
height: 100%;
|
|
8
|
+
|
|
9
|
+
.body-section {
|
|
10
|
+
height: 100%;
|
|
11
|
+
}
|
|
4
12
|
}
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.section-contact {
|
|
16
|
+
padding: 0;
|
|
17
|
+
|
|
18
|
+
ul {
|
|
19
|
+
li {
|
|
20
|
+
list-style: none;
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.contact-type-organization {
|
|
25
|
+
display: flex;
|
|
26
|
+
flex-flow: column wrap;
|
|
27
|
+
padding: 1.5rem;
|
|
28
|
+
align-content: flex-start;
|
|
29
|
+
background: $section-contact-background;
|
|
30
|
+
word-wrap: anywhere;
|
|
31
|
+
|
|
32
|
+
@include media-breakpoint-up(md) {
|
|
33
|
+
flex-direction: row;
|
|
34
|
+
gap: 0 30px;
|
|
35
|
+
|
|
36
|
+
.contact_titles {
|
|
37
|
+
flex: 1 0 100%;
|
|
10
38
|
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
&:after {
|
|
22
|
-
content: "";
|
|
23
|
-
position: absolute;
|
|
24
|
-
left: 1rem;
|
|
25
|
-
right: 1rem;
|
|
26
|
-
top: 1rem;
|
|
27
|
-
bottom: 1rem;
|
|
28
|
-
z-index: -1;
|
|
29
|
-
background: #f3f3f3;
|
|
30
|
-
}
|
|
31
|
-
.contact_titles{
|
|
32
|
-
flex: 1 0 100%;
|
|
33
|
-
}
|
|
34
|
-
.contact_informations,.address,.schedule{
|
|
35
|
-
h2,h3{
|
|
36
|
-
color: $primary;
|
|
37
|
-
font-size: 1.25rem;
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
.address{
|
|
42
|
-
.contact_address span {
|
|
43
|
-
display: block;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
.schedule{
|
|
47
|
-
.table_schedule {
|
|
48
|
-
&--active {
|
|
49
|
-
display: block;
|
|
50
|
-
}
|
|
51
|
-
td{
|
|
52
|
-
vertical-align: top;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
}
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
.contact_informations,
|
|
42
|
+
.address,
|
|
43
|
+
.schedule {
|
|
44
|
+
h2,
|
|
45
|
+
h3 {
|
|
46
|
+
color: $primary;
|
|
47
|
+
font-size: 1.25rem;
|
|
48
|
+
font-weight: 500;
|
|
56
49
|
}
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
left: 1rem;
|
|
63
|
-
right: 1rem;
|
|
64
|
-
top: 1rem;
|
|
65
|
-
bottom: 1rem;
|
|
66
|
-
z-index: -1;
|
|
67
|
-
border: solid 1px #f3f3f3;
|
|
68
|
-
}
|
|
69
|
-
.contact_titles{
|
|
70
|
-
flex: 1 0 100%;
|
|
71
|
-
}
|
|
72
|
-
.contact_informations,.address,.schedule{
|
|
73
|
-
h2,h3{
|
|
74
|
-
color: $primary;
|
|
75
|
-
font-size: 1.25rem;
|
|
76
|
-
font-weight: 500;
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
|
-
.address{
|
|
80
|
-
.contact_address span {
|
|
81
|
-
display: block;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
.schedule{
|
|
85
|
-
.table_schedule {
|
|
86
|
-
&--active {
|
|
87
|
-
display: block;
|
|
88
|
-
}
|
|
89
|
-
td{
|
|
90
|
-
vertical-align: top;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.address {
|
|
53
|
+
.contact_address span {
|
|
54
|
+
display: block;
|
|
94
55
|
}
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
.contact_logo,.contact_leadimage {
|
|
113
|
-
border-radius: 8px;
|
|
114
|
-
width: 100%;
|
|
115
|
-
margin-bottom: 1em;
|
|
116
|
-
}
|
|
117
|
-
.contact_leadimage {
|
|
118
|
-
aspect-ratio: 16/9;
|
|
119
|
-
}
|
|
120
|
-
.portrait{
|
|
121
|
-
aspect-ratio: $section-contact-portrait-ration;
|
|
122
|
-
}
|
|
123
|
-
.schedule{
|
|
124
|
-
.table_schedule {
|
|
125
|
-
&--active {
|
|
126
|
-
display: block;
|
|
127
|
-
}
|
|
128
|
-
td{
|
|
129
|
-
vertical-align: top;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.contact_map {
|
|
59
|
+
width: 100%;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.schedule {
|
|
63
|
+
.table_schedule {
|
|
64
|
+
&--active {
|
|
65
|
+
display: block;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
td {
|
|
69
|
+
vertical-align: top;
|
|
70
|
+
}
|
|
133
71
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
.
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.contact_logo,
|
|
75
|
+
.contact_leadimage {
|
|
76
|
+
width: 100%;
|
|
77
|
+
margin-bottom: 1em;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
.contact_leadimage {
|
|
81
|
+
aspect-ratio: 16/9;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.portrait {
|
|
85
|
+
aspect-ratio: $section-contact-portrait-ration;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.contact-type-mission {
|
|
90
|
+
padding: 1.5rem;
|
|
91
|
+
|
|
92
|
+
&::after {
|
|
93
|
+
content: "";
|
|
94
|
+
position: absolute;
|
|
95
|
+
inset: 1rem;
|
|
96
|
+
z-index: -1;
|
|
97
|
+
border: solid 1px #f3f3f3;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.contact_titles {
|
|
101
|
+
flex: 1 0 100%;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.contact_informations,
|
|
105
|
+
.address,
|
|
106
|
+
.schedule {
|
|
107
|
+
h2,
|
|
108
|
+
h3 {
|
|
109
|
+
color: $primary;
|
|
110
|
+
font-size: 1.25rem;
|
|
111
|
+
font-weight: 500;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
.address {
|
|
116
|
+
.contact_address span {
|
|
117
|
+
display: block;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.schedule {
|
|
122
|
+
.table_schedule {
|
|
123
|
+
&--active {
|
|
124
|
+
display: block;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
td {
|
|
128
|
+
vertical-align: top;
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.contact_logo,
|
|
134
|
+
.contact_leadimage {
|
|
135
|
+
width: 100%;
|
|
136
|
+
margin-bottom: 1em;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.contact_leadimage {
|
|
140
|
+
aspect-ratio: 16/9;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
.portrait {
|
|
144
|
+
aspect-ratio: $section-contact-portrait-ration;
|
|
145
|
+
}
|
|
140
146
|
}
|
|
147
|
+
|
|
148
|
+
.contact-type-position {
|
|
149
|
+
padding: 1.5rem;
|
|
150
|
+
|
|
151
|
+
.contact_titles {
|
|
152
|
+
flex: 1 0 100%;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
.contact_informations,
|
|
156
|
+
.address,
|
|
157
|
+
.schedule {
|
|
158
|
+
h2,
|
|
159
|
+
h3 {
|
|
160
|
+
color: $primary;
|
|
161
|
+
font-size: 1.25rem;
|
|
162
|
+
font-weight: 500;
|
|
163
|
+
}
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.address {
|
|
167
|
+
.contact_address span {
|
|
168
|
+
display: block;
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
.contact_logo,
|
|
173
|
+
.contact_leadimage {
|
|
174
|
+
width: 100%;
|
|
175
|
+
margin-bottom: 1em;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
.contact_leadimage {
|
|
179
|
+
aspect-ratio: 16/9;
|
|
180
|
+
background-position: top;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
.portrait {
|
|
184
|
+
aspect-ratio: $section-contact-portrait-ration;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.schedule {
|
|
188
|
+
.table_schedule {
|
|
189
|
+
&--active {
|
|
190
|
+
display: block;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
td {
|
|
194
|
+
vertical-align: top;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
.img-portrait {
|
|
203
|
+
.contact_leadimage {
|
|
204
|
+
padding-top: 110%;
|
|
205
|
+
background-position: top center;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.contact_informations {
|
|
210
|
+
a {
|
|
211
|
+
display: block;
|
|
212
|
+
}
|
|
141
213
|
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
214
|
+
|
|
215
|
+
.userrole-authenticated {
|
|
216
|
+
#portal-column-content {
|
|
217
|
+
.sectioncontact {
|
|
218
|
+
& + .sectioncontact .section-container {
|
|
219
|
+
height: auto;
|
|
220
|
+
|
|
221
|
+
.body-section {
|
|
222
|
+
height: auto;
|
|
223
|
+
}
|
|
224
|
+
}
|
|
145
225
|
}
|
|
146
|
-
}
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
@media screen and (max-width: 1000px) {
|
|
230
|
+
#portal-column-content .sectioncontact + .sectioncontact .section-container,
|
|
231
|
+
#portal-column-content
|
|
232
|
+
.sectioncontact
|
|
233
|
+
+ .sectioncontact
|
|
234
|
+
.section-container
|
|
235
|
+
.body-section {
|
|
236
|
+
height: auto !important;
|
|
237
|
+
}
|
|
238
|
+
}
|