@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.
Files changed (98) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/dist/css/theme.css +5 -0
  3. package/dist/fonts/roboto-bold..eot +0 -0
  4. package/dist/fonts/roboto-bold..ttf +0 -0
  5. package/dist/fonts/roboto-bold..woff +0 -0
  6. package/dist/fonts/roboto-bold..woff2 +0 -0
  7. package/dist/fonts/roboto-bolditalic..eot +0 -0
  8. package/dist/fonts/roboto-bolditalic..ttf +0 -0
  9. package/dist/fonts/roboto-bolditalic..woff +0 -0
  10. package/dist/fonts/roboto-bolditalic..woff2 +0 -0
  11. package/dist/fonts/roboto-italic..eot +0 -0
  12. package/dist/fonts/roboto-italic..ttf +0 -0
  13. package/dist/fonts/roboto-italic..woff +0 -0
  14. package/dist/fonts/roboto-italic..woff2 +0 -0
  15. package/dist/fonts/roboto-light..eot +0 -0
  16. package/dist/fonts/roboto-light..ttf +0 -0
  17. package/dist/fonts/roboto-light..woff +0 -0
  18. package/dist/fonts/roboto-light..woff2 +0 -0
  19. package/dist/fonts/roboto-lightitalic..eot +0 -0
  20. package/dist/fonts/roboto-lightitalic..ttf +0 -0
  21. package/dist/fonts/roboto-lightitalic..woff +0 -0
  22. package/dist/fonts/roboto-lightitalic..woff2 +0 -0
  23. package/dist/fonts/roboto-medium..eot +0 -0
  24. package/dist/fonts/roboto-medium..ttf +0 -0
  25. package/dist/fonts/roboto-medium..woff +0 -0
  26. package/dist/fonts/roboto-medium..woff2 +0 -0
  27. package/dist/fonts/roboto-mediumitalic..eot +0 -0
  28. package/dist/fonts/roboto-mediumitalic..ttf +0 -0
  29. package/dist/fonts/roboto-mediumitalic..woff +0 -0
  30. package/dist/fonts/roboto-mediumitalic..woff2 +0 -0
  31. package/dist/fonts/roboto-regular..eot +0 -0
  32. package/dist/fonts/roboto-regular..ttf +0 -0
  33. package/dist/fonts/roboto-regular..woff +0 -0
  34. package/dist/fonts/roboto-regular..woff2 +0 -0
  35. package/dist/fonts/robotocondensed-light..eot +0 -0
  36. package/dist/fonts/robotocondensed-light..ttf +0 -0
  37. package/dist/fonts/robotocondensed-light..woff +0 -0
  38. package/dist/fonts/robotocondensed-light..woff2 +0 -0
  39. package/dist/fonts/robotocondensed-lightitalic..eot +0 -0
  40. package/dist/fonts/robotocondensed-lightitalic..ttf +0 -0
  41. package/dist/fonts/robotocondensed-lightitalic..woff +0 -0
  42. package/dist/fonts/robotocondensed-lightitalic..woff2 +0 -0
  43. package/dist/images/roboto-bolde46805ee..svg +1 -0
  44. package/dist/images/roboto-bolditalic4be90c03..svg +1 -0
  45. package/dist/images/roboto-italic2332d1c3..svg +1 -0
  46. package/dist/images/roboto-light054c1c8a..svg +1 -0
  47. package/dist/images/roboto-lightitalic2df589e4..svg +1 -0
  48. package/dist/images/roboto-medium832a5157..svg +1 -0
  49. package/dist/images/roboto-mediumitalicf09fad24..svg +1 -0
  50. package/dist/images/roboto-regulare788ed65..svg +1 -0
  51. package/dist/images/robotocondensed-light04ff367e..svg +1 -0
  52. package/dist/images/robotocondensed-lightitalic97b23821..svg +1 -0
  53. package/dist/js/theme.js +1 -0
  54. package/index.html +68 -61
  55. package/manifest.cfg +5 -5
  56. package/package.json +22 -4
  57. package/src/index.js +59 -14
  58. package/src/scss/_breadcrum.scss +1 -0
  59. package/src/scss/_fonts.scss +11 -1
  60. package/src/scss/_general.scss +75 -75
  61. package/src/scss/_header.scss +38 -24
  62. package/src/scss/_mixin.scss +43 -35
  63. package/src/scss/_sitenav.scss +330 -485
  64. package/src/scss/_sub-sitenav.scss +114 -302
  65. package/src/scss/_swiper.scss +29 -12
  66. package/src/scss/_trucaverif.scss +632 -585
  67. package/src/scss/common/_com-cookies.scss +86 -75
  68. package/src/scss/common/_com-edition.scss +36 -24
  69. package/src/scss/common/_com-faceted.scss +155 -132
  70. package/src/scss/common/_com-footer.scss +9 -5
  71. package/src/scss/common/_com-list-image.scss +17 -15
  72. package/src/scss/common/_com-react.scss +63 -51
  73. package/src/scss/common/_messviewlet.scss +77 -59
  74. package/src/scss/homepage/_a-la-une.scss +30 -19
  75. package/src/scss/homepage/_actualites.scss +137 -108
  76. package/src/scss/homepage/_album.scss +88 -78
  77. package/src/scss/homepage/_banner.scss +35 -42
  78. package/src/scss/homepage/_events.scss +51 -24
  79. package/src/scss/homepage/_general-home.scss +49 -24
  80. package/src/scss/homepage/_newsletter.scss +30 -0
  81. package/src/scss/homepage/_quick-access.scss +16 -3
  82. package/src/scss/list/_list-block-img.scss +53 -49
  83. package/src/scss/list/_list-block.scss +70 -64
  84. package/src/scss/list/_list-img.scss +21 -14
  85. package/src/scss/list/_list.scss +55 -53
  86. package/src/scss/main.scss +23 -6
  87. package/src/scss/sections/_se-contact.scss +230 -138
  88. package/src/scss/sections/_se-file.scss +187 -166
  89. package/src/scss/sections/_se-gallery.scss +16 -14
  90. package/src/scss/sections/_se-link.scss +141 -135
  91. package/src/scss/sections/_se-linked-content.scss +4 -4
  92. package/src/scss/sections/_se-plan-geo.scss +101 -0
  93. package/src/scss/sections/_se-plan.scss +2 -2
  94. package/src/scss/sections/_se-postit.scss +19 -0
  95. package/src/scss/sections/_se-textes.scss +40 -54
  96. package/src/scss/variables.scss +201 -168
  97. package/theme.zip +0 -0
  98. package/theme4.2.zip +0 -0
@@ -1,146 +1,238 @@
1
- #portal-column-content{
2
- .sectioncontact{
3
- position: relative;
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
- .section-contact{
6
- ul{
7
- li{
8
- list-style: none;
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
- .contact-type-organization{
12
- display: flex;
13
- flex-wrap: wrap;
14
- padding: 2rem 0;
15
- flex-direction: column;
16
- align-content: flex-start;
17
- @include media-breakpoint-up(md){
18
- flex-direction: row;
19
- gap: 10px 30px;
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
- .contact-type-mission{
58
- padding: 2rem 0;
59
- &:after {
60
- content: "";
61
- position: absolute;
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
- .contact-type-position{
96
- padding: 2rem 0;
97
- .contact_titles{
98
- flex: 1 0 100%;
99
- }
100
- .contact_informations,.address,.schedule{
101
- h2,h3{
102
- color: $primary;
103
- font-size: 1.25rem;
104
- font-weight: 500;
105
- }
106
- }
107
- .address{
108
- .contact_address span {
109
- display: block;
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
- .img-portrait{
137
- .contact_leadimage {
138
- padding-top: 110%;
139
- background-position: top center;
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
- .contact_informations{
143
- a{
144
- display: block;
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
+ }