Newer
Older
/* Cozy UI utilities classes */
@import url(~cozy-ui/dist/cozy-ui.min.css);
/* Cozy UI React components styles */
@import url(~cozy-ui/react/stylesheet.css);
/* App styles */
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/base/_layout.scss */
html {
background: #1b1c22; }
/* line 8, src/styles/base/_layout.scss */
body {
background: #1b1c22;
overflow: unset !important; }
.cozy-bar {
width: 100%;
display: flex;
align-items: center;
justify-content: center; }
/* line 30, src/styles/base/_layout.scss */
[role='banner'] .coz-bar-container {
background-color: white; }
@media only screen and (max-width: 768px) {
/* line 30, src/styles/base/_layout.scss */
[role='banner'] .coz-bar-container {
background-color: unset; } }
/* line 38, src/styles/base/_layout.scss */
box-shadow: unset !important;
background: unset !important; }
.header {
display: flex;
align-items: center;
flex-direction: column;
overflow: hidden;
width: 100%;
@media only screen and (max-width: 768px) {
/* line 43, src/styles/base/_layout.scss */
.header {
top: 0; } }
/* line 56, src/styles/base/_layout.scss */
.header .header-bar {
background: linear-gradient(180deg, #000000 0%, rgba(27, 28, 34, 0) 70%);
height: 8px;
width: 100%; }
/* line 61, src/styles/base/_layout.scss */
.header .header-top {
background: radial-gradient(74.83% 76.97% at 50% 13.64%, #343641 0%, #1b1c22 100%);
width: 100%; }
.header .header-top .header-text {
padding: 0 1rem 1rem 1rem;
color: #e0e0e0; }
margin: 0 0 0 220px; }
/* line 75, src/styles/base/_layout.scss */
.header .header-content .header-text {
padding: 2rem 1rem; }
/* line 78, src/styles/base/_layout.scss */
.header .header-content .header-text-desktop {
display: block;
padding: 2rem 1.25rem;
color: #e0e0e0; }
@media only screen and (max-width: 1023px) {
/* line 73, src/styles/base/_layout.scss */
.header .header-content {
margin: 0; } }
@media only screen and (max-width: 768px) {
/* line 73, src/styles/base/_layout.scss */
.header .header-content {
margin: 60px 0 0 0; }
/* line 88, src/styles/base/_layout.scss */
.header .header-content .header-text {
padding: 0 1rem 1rem 1rem;
color: #e0e0e0; }
/* line 92, src/styles/base/_layout.scss */
.header .header-content .header-text-desktop {
display: none; } }
/* line 99, src/styles/base/_layout.scss */
.content-view {
margin-top: 116px; }
@media only screen and (max-width: 768px) {
/* line 99, src/styles/base/_layout.scss */
.content-view {
margin-top: 0; } }
/* line 106, src/styles/base/_layout.scss */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #e0e0e0; }
.content-view-loading .content-view-loading-text {
padding-top: 1rem;
margin: 0 2rem;
text-align: center; }
.content-view-loading .content-view-loading-button {
max-width: 50vw;
margin-top: 1rem; }
/* line 125, src/styles/base/_layout.scss */
[role='main'] {
/* width */
/* Track */
/* Handle */ }
/* line 127, src/styles/base/_layout.scss */
[role='main']::-webkit-scrollbar {
width: 10px; }
/* line 131, src/styles/base/_layout.scss */
[role='main']::-webkit-scrollbar-track {
background: #3e4045; }
/* line 135, src/styles/base/_layout.scss */
[role='main']::-webkit-scrollbar-thumb {
background: #6f7074; }
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 6, src/styles/base/_typography.scss */
* {
font-family: Lato, sans-serif; }
/* line 10, src/styles/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p {
color: #a0a0a0;
font-family: Lato, sans-serif; }
/* line 21, src/styles/base/_typography.scss */
.home-title {
font-size: 1rem;
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 120%;
text-transform: uppercase; }
/* line 30, src/styles/base/_typography.scss */
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
.app-title {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 21px;
line-height: 24px;
text-align: center;
letter-spacing: 0.15px;
color: #e0e0e0;
text-shadow: 0px -1px 0px #060609, 0px 1px 0px rgba(255, 255, 255, 0.07); }
/* line 43, src/styles/base/_typography.scss */
.red {
color: #D25959; }
/* line 46, src/styles/base/_typography.scss */
.blue {
color: #81abd0; }
/* line 49, src/styles/base/_typography.scss */
.green {
color: #7fd771; }
/* line 53, src/styles/base/_typography.scss */
.text-14-normal {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 0.875rem;
line-height: 120%; }
/* line 60, src/styles/base/_typography.scss */
.text-14-normal-uppercase {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 0.875rem;
line-height: 120%;
text-transform: uppercase; }
/* line 68, src/styles/base/_typography.scss */
.text-15-normal {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 0.938rem;
line-height: 120%; }
/* line 75, src/styles/base/_typography.scss */
.text-16-normal {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%; }
/* line 82, src/styles/base/_typography.scss */
.text-16-normal-150 {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 150%; }
/* line 89, src/styles/base/_typography.scss */
.text-16-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 120%; }
/* line 96, src/styles/base/_typography.scss */
.text-18-medium {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: 500;
font-size: 1.125rem;
line-height: 120%; }
/* line 103, src/styles/base/_typography.scss */
.text-18-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.125rem;
line-height: 120%; }
/* line 110, src/styles/base/_typography.scss */
.text-19-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.188rem;
line-height: 120%; }
/* line 117, src/styles/base/_typography.scss */
.text-20-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.25rem;
line-height: 120%; }
/* line 124, src/styles/base/_typography.scss */
.text-21-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.313rem;
line-height: 120%; }
/* line 131, src/styles/base/_typography.scss */
.text-22-normal {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.375rem;
line-height: 120%; }
/* line 138, src/styles/base/_typography.scss */
.text-22-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.375rem;
line-height: 120%; }
/* line 145, src/styles/base/_typography.scss */
.text-24-normal {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.5rem;
line-height: 120%; }
/* line 152, src/styles/base/_typography.scss */
.text-24-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.5rem;
line-height: 120%; }
/* Button */
/* line 162, src/styles/base/_typography.scss */
.button-primary-text span {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 171, src/styles/base/_typography.scss */
.button-secondary-text {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* Card */
/* line 181, src/styles/base/_typography.scss */
.card-title-on {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1.125rem;
line-height: 120%;
color: #e0e0e0; }
/* line 189, src/styles/base/_typography.scss */
.card-title-off {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 197, src/styles/base/_typography.scss */
.card-text-bold {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 205, src/styles/base/_typography.scss */
.card-result {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: 900;
font-size: 1.75rem;
line-height: 120%;
color: #e0e0e0; }
/* line 213, src/styles/base/_typography.scss */
.card-indicator {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 221, src/styles/base/_typography.scss */
.card-text {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* Chart */
/* line 231, src/styles/base/_typography.scss */
.chart-date {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 123%;
color: #e0e0e0; }
/* line 239, src/styles/base/_typography.scss */
.chart-result {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 2.25rem;
line-height: 120%;
color: #e0e0e0; }
/* line 247, src/styles/base/_typography.scss */
.chart-fluid {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 255, src/styles/base/_typography.scss */
.chart-switch-text {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/* line 263, src/styles/base/_typography.scss */
.chart-ticks-x-text {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%; }
@media only screen and (max-width: 768px) {
/* line 263, src/styles/base/_typography.scss */
/* line 273, src/styles/base/_typography.scss */
.chart-ticks-y-text {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 0.9rem;
line-height: 120%; }
@media only screen and (max-width: 768px) {
/* line 273, src/styles/base/_typography.scss */
.chart-ticks-y-text {
font-size: 0.75rem; } }
/* Cozy bar */
/* line 285, src/styles/base/_typography.scss */
.cozybar {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1.3125rem;
line-height: 120%;
color: #e0e0e0; }
/* List */
/* line 295, src/styles/base/_typography.scss */
.list-title {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 0.875rem;
line-height: 120%;
text-transform: uppercase;
color: #e0e0e0; }
/* Tab */
/* line 306, src/styles/base/_typography.scss */
.tab-text-on {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 120%; }
/* line 313, src/styles/base/_typography.scss */
.tab-text-off {
font-family: Lato, sans-serif;
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%;
color: #e0e0e0; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_card.scss */
.redirect-card-link {
color: transparent; }
/* line 8, src/styles/components/_card.scss */
.redirect-card-content {
margin: 0.25rem 0; }
/* line 14, src/styles/components/_card.scss */
.card {
/* linear card */
background: linear-gradient(180deg, #323339 0%, #25262b 100%);
background-color: #25262b;
display: flex;
flex-direction: column;
color: white;
padding: 1rem 1.5rem;
margin: 2vh 2vw 2vh 0vw;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75); }
@media only screen and (max-width: 768px) {
.card.orange {
border: 1px solid rgba(216, 123, 57, 0.4); }
.card.blue {
border: 1px solid rgba(58, 152, 236, 0.4); }
.card.green {
border: 1px solid rgba(69, 209, 184, 0.4); }
.card .title {
font-size: 1.5rem;
font-style: normal;
font-weight: normal;
color: #e0e0e0;
line-height: 120%; }
.card h1 {
font-size: 1rem;
font-style: normal;
font-weight: normal;
line-height: 120%;
color: white; }
.card p {
font-style: normal;
font-weight: normal;
font-size: 1rem;
line-height: 120%; }
.card .card-header {
flex-direction: row;
display: flex;
justify-content: left;
padding: 0.75rem 0rem; }
.card .card-header div:first-of-type {
margin-left: 3.5vw; }
.card .card-header h2 {
margin: 0;
color: #e0e0e0;
font-style: normal;
font-weight: normal;
font-size: 2rem;
line-height: 120%; }
.card .card-header h2 span {
color: #e0e0e0;
font-weight: 600;
font-size: 2.3rem; }
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
.card .card-header h3 {
margin: 0;
font-style: normal;
font-weight: bold;
font-size: 1rem;
line-height: 120%; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_form.scss */
.form {
padding: 1vh 1.5vw; }
@media only screen and (max-width: 768px) {
/* line 4, src/styles/components/_form.scss */
.form {
padding: 1vh 0; } }
/* line 9, src/styles/components/_form.scss */
.form label {
font-style: normal;
font-weight: normal;
font-size: 1rem;
color: #e0e0e0;
margin-top: 0rem; }
/* line 16, src/styles/components/_form.scss */
.form .form-input {
background: rgba(0, 0, 0, 0.3);
border: 1px solid #7b7b7b;
border-radius: 4px;
color: #e0e0e0;
padding: 0 5%;
outline-offset: -1px; }
/* line 24, src/styles/components/_form.scss */
.form .form-input:focus {
outline: none;
box-shadow: inset 0px 0px 0px 1px #e3b82a; }
/* line 28, src/styles/components/_form.scss */
flex-direction: column;
margin: 1.5rem 0 0 0; }
/* line 32, src/styles/components/_form.scss */
.form .form-group .form-trailing-icon {
float: right;
position: relative;
margin-top: -48px;
margin-right: 15px; }
/* line 39, src/styles/components/_form.scss */
.form .form-control {
height: 3rem; }
@media only screen and (max-width: 768px) {
/* line 39, src/styles/components/_form.scss */
/* line 45, src/styles/components/_form.scss */
min-height: 1.25rem;
margin-top: 0.125rem; }
/* line 50, src/styles/components/_form.scss */
.form .form-button {
margin-top: 0.125rem; }
/* line 53, src/styles/components/_form.scss */
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
.form ::placeholder {
color: #e0e0e0; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 6, src/styles/components/_button.scss */
.btn-primary {
height: 3rem;
padding: 0.5vh 2vw 0.5vh 2vw;
background-color: #b2901b;
border: 1px solid rgba(227, 184, 42, 0.2);
box-shadow: 0px 2px 6px #1E1C1C;
border-radius: 2px;
margin: 1rem 0 1rem 0;
color: black;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 120%;
text-transform: capitalize; }
/* line 23, src/styles/components/_button.scss */
.btn-primary:hover {
cursor: pointer;
background-color: #deaf0e;
color: #242633; }
/* line 28, src/styles/components/_button.scss */
.btn-primary:active {
position: relative;
top: 1px;
background-color: #c59f1c; }
/* line 34, src/styles/components/_button.scss */
.btn-primary:focus {
cursor: pointer;
outline: none; }
/* line 41, src/styles/components/_button.scss */
.btn-secondary {
background-color: #deaf0e;
color: black;
height: 3rem;
padding: 0.5vh 2vw 0.5vh 2vw;
margin: 1rem 0 1rem 0;
text-transform: capitalize;
border: 1px solid rgba(227, 184, 42, 0.2);
box-shadow: -2px -2px 6px rgba(227, 184, 42, 0.2), 2px 2px 6px #1E1C1C;
border-radius: 6px;
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 120%; }
/* line 60, src/styles/components/_button.scss */
.btn-secondary-negative {
border: 1px solid #deaf0e;
height: 3rem;
padding: 0.5vh 2vw 0.5vh 2vw;
margin: 1rem 0 1rem 0;
text-transform: capitalize;
box-shadow: -2px -2px 6px rgba(227, 184, 42, 0.2), 2px 2px 6px #1E1C1C;
border-radius: 6px;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 120%;
color: #E0E0E0; }
/* line 78, src/styles/components/_button.scss */
.btn-chevron {
margin: 1rem 1rem 1rem 0;
color: white;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 120%; }
/* line 88, src/styles/components/_button.scss */
.btn-chevron:hover {
cursor: pointer;
color: white; }
/* line 94, src/styles/components/_button.scss */
.btn-long-string {
height: 3rem;
padding: 0.5vh 2vw 0.5vh 2vw;
border: 1px solid #121212;
box-sizing: border-box;
border-radius: 2px;
color: white;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 120%;
margin: 1rem 0 1rem 0; }
/*
.btn {
height: 3rem;
padding: 0.5vh 2vw 0.5vh 2vw;
background-color: $gold;
border: none;
margin: 1rem 0 1rem 0;
color: $text-black;
font-size: 1rem;
font-style: normal;
font-weight: 600;
line-height: 120%;
text-transform: capitalize;
&.active{
opacity: 0.3;
}
&:hover {
cursor: pointer;
background-color: $gold-light;
color: $dark;
}
&:active {
position:relative;
top:1px;
background-color: #c59f1c;
}
.btn-content{
display: inline-flex;
align-items: center;
.btn-icon{
margin-right: 1.5vw;
}
}
}
*/
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_konnector.scss */
.accordion {
display: flex;
flex-direction: column;
color: white;
padding: 1rem 1rem;
margin-bottom: 2vh;
border-radius: 4px;
background: linear-gradient(180deg, #323339 0%, #25262b 100%);
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.75);
transition: background-color 0.6s ease; }
/* line 14, src/styles/components/_konnector.scss */
.accordion.active {
background-color: #34353a; }
.accordion .accordion-header {
display: flex;
align-items: center;
border: none;
outline: none; }
/* line 23, src/styles/components/_konnector.scss */
.accordion .accordion-header:hover {
cursor: pointer; }
/* line 26, src/styles/components/_konnector.scss */
.accordion .accordion-header .accordion-icon {
margin-right: 1rem; }
@media only screen and (max-width: 768px) {
.accordion .accordion-header .accordion-icon {
max-width: 16vw; } }
.accordion .accordion-header .accordion-info {
flex: 3;
color: #e0e0e0; }
@media only screen and (max-width: 768px) {
.accordion .accordion-header .accordion-info {
display: block; } }
.accordion .accordion-header .accordion-info .accordion-title {
flex: 1; }
position: absolute;
display: flex; }
/* line 50, src/styles/components/_konnector.scss */
.accordion .accordion-update-result {
margin: 0.5rem 1.5rem; }
@media only screen and (max-width: 768px) {
/* line 50, src/styles/components/_konnector.scss */
.accordion .accordion-update-result {
margin: 0.5rem 0; } }
/* line 56, src/styles/components/_konnector.scss */
.accordion .accordion-update {
flex: 2;
padding: 0.5rem 1rem; }
/* line 60, src/styles/components/_konnector.scss */
.accordion .accordion-state {
flex: 2;
margin-right: 1rem; }
/* line 64, src/styles/components/_konnector.scss */
.accordion .accordion-frequency {
flex: 1;
padding: 0 1rem; }
/* line 68, src/styles/components/_konnector.scss */
.accordion .accordion-caption {
color: #a0a0a0;
text-transform: lowercase; }
/* line 71, src/styles/components/_konnector.scss */
.accordion .accordion-caption::first-letter {
text-transform: uppercase; }
/* line 75, src/styles/components/_konnector.scss */
color: #ce3535;
text-transform: lowercase; }
/* line 78, src/styles/components/_konnector.scss */
.accordion .accordion-caption-red::first-letter {
text-transform: uppercase; }
/* line 82, src/styles/components/_konnector.scss */
.accordion .accordion-content {
overflow: hidden;
transition: max-height 0.6s ease; }
/* line 86, src/styles/components/_konnector.scss */
.accordion .inline-buttons {
display: flex;
flex-flow: row nowrap; }
/* line 90, src/styles/components/_konnector.scss */
.accordion .btn-position {
width: 100%;
margin: 0.5rem 1rem; }
/* line 96, src/styles/components/_konnector.scss */
.kv-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
/* line 102, src/styles/components/_konnector.scss */
/* line 102, src/styles/components/_konnector.scss */
/* line 107, src/styles/components/_konnector.scss */
margin-top: 2.5rem;
margin-bottom: 1.25rem;
color: #e0e0e0; }
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
/* line 116, src/styles/components/_konnector.scss */
.knotfound {
margin: 0 1.5rem; }
@media only screen and (max-width: 768px) {
/* line 116, src/styles/components/_konnector.scss */
.knotfound {
margin: 0; } }
/* line 121, src/styles/components/_konnector.scss */
.knotfound .knotfound-text {
color: #e0e0e0;
padding-top: 1rem; }
/* line 125, src/styles/components/_konnector.scss */
.knotfound .knotfound-button {
margin-bottom: 1rem; }
/* line 131, src/styles/components/_konnector.scss */
.koauthform {
margin: 0 1.5rem; }
@media only screen and (max-width: 768px) {
/* line 131, src/styles/components/_konnector.scss */
.koauthform {
margin: 0; } }
/* line 136, src/styles/components/_konnector.scss */
.koauthform .koauthform-text {
color: #e0e0e0;
padding-top: 1rem; }
/* line 140, src/styles/components/_konnector.scss */
.koauthform .koauthform-button {
margin-bottom: 1rem; }
/* line 147, src/styles/components/_konnector.scss */
.kloginauthform .kloginauthform-text {
color: #e0e0e0;
padding-top: 1rem; }
/* line 151, src/styles/components/_konnector.scss */
.kloginauthform .kloginauthform-button {
margin-bottom: 1rem; }
/* line 158, src/styles/components/_konnector.scss */
.klaunch-content {
margin: 0.5rem 1.5rem; }
@media only screen and (max-width: 768px) {
/* line 158, src/styles/components/_konnector.scss */
.klaunch-content {
margin: 0.5rem 0; } }
/* line 163, src/styles/components/_konnector.scss */
.klaunch-content .klaunch-content-text {
color: #e0e0e0;
margin: 1rem 0; }
/* line 167, src/styles/components/_konnector.scss */
.klaunch-content .klaunch-content-text-center {
text-align: center; }
/* line 170, src/styles/components/_konnector.scss */
.klaunch-content .klaunch-info-txt {
margin: 1.5rem; }
/* line 175, src/styles/components/_konnector.scss */
position: absolute;
bottom: 8px;
left: 30px; }
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_fluid.scss */
.sf {
display: flex;
flex-direction: column; }
/* line 9, src/styles/components/_fluid.scss */
.sf .sf-header .sf-header-title {
color: #e0e0e0; }
/* line 12, src/styles/components/_fluid.scss */
.sf .sf-header .sf-header-text {
color: #a0a0a0; }
/* line 16, src/styles/components/_fluid.scss */
.sf .sf-content {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 3rem; }
/* line 21, src/styles/components/_fluid.scss */
.sf .sf-content .sf-link {
margin: 1rem; }
/* line 28, src/styles/components/_fluid.scss */
.fc-root {
background-color: #121212;
padding: 2rem 2rem 1rem 2rem;
margin-bottom: 1rem; }
@media only screen and (max-width: 768px) {
/* line 28, src/styles/components/_fluid.scss */
.fc-root {
padding: 1.5rem 1rem 1rem 1rem;
margin-bottom: 0.5rem; } }
/* line 36, src/styles/components/_fluid.scss */
.fc-root .fc-content {
min-height: 31.875rem; }
@media only screen and (max-width: 768px) {
/* line 36, src/styles/components/_fluid.scss */
.fc-root .fc-content {
min-height: 23.875rem; } }
/* line 41, src/styles/components/_fluid.scss */
.fc-root .fc-content .fc-loader {
min-height: 31.875rem;
display: flex;
justify-content: center;
align-items: center; }
@media only screen and (max-width: 768px) {
/* line 41, src/styles/components/_fluid.scss */
.fc-root .fc-content .fc-loader {
min-height: 23.875rem; } }
/* line 54, src/styles/components/_fluid.scss */
.fv-root {
direction: 'rtl'; }
/* line 56, src/styles/components/_fluid.scss */
.fv-root .fv-nav-period {
display: flex;
flex-direction: row; }
/* line 59, src/styles/components/_fluid.scss */
.fv-root .fv-nav-period .nav-button {
flex: 1;
font-size: large; }
/* line 64, src/styles/components/_fluid.scss */
.fv-root .fv-header {
display: flex;
flex-direction: column;
align-items: center;
min-height: 8.375rem;
margin-bottom: 0.25rem; }
/* line 71, src/styles/components/_fluid.scss */
.fv-root .fv-footer {
display: flex;
justify-content: center; }
/* line 74, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-compare {
width: 100%;
max-width: 58.75rem;
flex-direction: row;
align-items: center; }
/* line 80, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-compare :hover {
cursor: pointer; }
/* line 83, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-compare .fv-footer-label {
flex: 1;
display: flex;
justify-content: flex-start;
color: #a0a0a0; }
/* line 88, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-compare .fv-footer-label.selected {
color: #ffffff; }
/* line 94, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-challenge {
width: 100%;
max-width: 58.75rem;
flex-direction: row;
align-items: center; }
/* line 100, src/styles/components/_fluid.scss */
.fv-root .fv-footer .fv-footer-challenge .fv-footer-label-padding {
flex: 1;
display: flex;
justify-content: flex-start;
padding-left: 0.75rem;
color: #a0a0a0; }
.fs-root {
flex: 1;
height: 22rem; }
@media only screen and (max-width: 768px) {
.fs-root .fs-slide {
min-height: 22rem;
overflow-x: hidden;
display: flex;
justify-content: center;
align-items: center; }
@media only screen and (max-width: 768px) {
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
/* line 131, src/styles/components/_fluid.scss */
.cta-box {
background-color: rgba(18, 18, 18, 0.8);
position: absolute;
left: 0;
width: calc(100vw - 220px);
padding: 0rem 1rem 0rem 0rem;
z-index: 1;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
height: 37.5rem; }
@media only screen and (max-width: 768px) {
/* line 131, src/styles/components/_fluid.scss */
.cta-box {
height: 29rem;
width: 100vw; } }
@media only screen and (max-width: 1023px) {
/* line 131, src/styles/components/_fluid.scss */
.cta-box {
width: 100vw; } }
/* line 151, src/styles/components/_fluid.scss */
.cta-box .cta-box-header {
text-align: center;
font-weight: bold;
letter-spacing: 0.2px;
margin-bottom: 1.5em;
color: #e0e0e0;
width: 50%; }
@media only screen and (max-width: 768px) {
/* line 151, src/styles/components/_fluid.scss */
.cta-box .cta-box-header {
width: 80%; } }
/* line 162, src/styles/components/_fluid.scss */
.cta-box .cta-box-button {
margin-left: auto;
margin-right: auto;
width: 50%; }
@media only screen and (max-width: 768px) {
/* line 162, src/styles/components/_fluid.scss */
.cta-box .cta-box-button {
width: 80%; } }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_navigator.scss */
.cn {
display: flex;
justify-content: center; }
/* line 7, src/styles/components/_navigator.scss */
.cn .cn-tabs {
width: 50.625rem; }
@media only screen and (max-width: 768px) {
/* line 7, src/styles/components/_navigator.scss */
.cn .cn-tabs {
width: 100%;
margin: 0 1.25rem; } }
/* line 13, src/styles/components/_navigator.scss */
.cn .cn-tabs .cn-tab {
outline: none !important; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_consumptionvisualizer.scss */
.cv {
display: flex;
flex-direction: column;
align-items: center;
width: 27.5rem; }
@media only screen and (max-width: 768px) {
/* line 4, src/styles/components/_consumptionvisualizer.scss */
.cv {
width: 100%; } }
/* line 12, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-content-date {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 100%; }
/* line 18, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-content-date .cv-date-group {
display: flex;
flex-direction: column;
width: 38vw;
align-items: center;
align-self: center; }
/* line 24, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-content-date .cv-date-group .cv-date {
color: #e0e0e0; }
/* line 26, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-content-date .cv-date-group .cv-date::first-letter {
text-transform: uppercase; }
/* line 32, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load {
min-height: 5.25rem;
display: flex;
align-items: center; }
/* line 36, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content {
display: flex;
flex-direction: row;
align-items: center; }
/* line 40, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content .cv-load-section {
display: flex;
flex-direction: column;
align-items: center;
padding: 0.5rem 0.5rem; }
/* line 45, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content .cv-load-section.cv-load-section-left {
align-items: flex-end; }
/* line 48, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content .cv-load-section.cv-load-section-right {
align-items: flex-start; }
/* line 51, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content .cv-load-section .cv-load-value {
flex-direction: row; }
/* line 53, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-load .cv-load-content .cv-load-section .cv-load-value span {
align-self: flex-end;
margin-left: 0.5em; }
/* line 61, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-euro {
display: flex;
flex-direction: row; }
/* line 64, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-euro .cv-euro-link {
text-decoration: none;
color: transparent; }
/* line 68, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-euro .cv-euro-fluid {
padding: 0 0.5rem;
display: flex;
align-items: center; }
/* line 72, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-euro .cv-euro-fluid .cv-euro-fluid-icon {
margin-right: 0.5rem; }
/* line 75, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-euro .cv-euro-fluid div {
padding-top: 0.2rem; }
/* line 80, src/styles/components/_consumptionvisualizer.scss */
.cv .cv-info {
min-height: 1.5rem;
display: flex;
align-items: center; }
/* line 85, src/styles/components/_consumptionvisualizer.scss */
/* line 88, src/styles/components/_consumptionvisualizer.scss */
/* line 91, src/styles/components/_consumptionvisualizer.scss */
/* line 94, src/styles/components/_consumptionvisualizer.scss */
/* line 97, src/styles/components/_consumptionvisualizer.scss */
/* line 100, src/styles/components/_consumptionvisualizer.scss */
/* line 103, src/styles/components/_consumptionvisualizer.scss */
/* line 106, src/styles/components/_consumptionvisualizer.scss */
/* line 109, src/styles/components/_consumptionvisualizer.scss */
/* line 112, src/styles/components/_consumptionvisualizer.scss */
.cv .error-line {
color: #d24444;
cursor: pointer;
display: flex;
align-items: center; }
/* line 118, src/styles/components/_consumptionvisualizer.scss */
.cv .underlined-error {
border-bottom: solid 1px #d24444; }
/* line 121, src/styles/components/_consumptionvisualizer.scss */
/* line 124, src/styles/components/_consumptionvisualizer.scss */
/* line 127, src/styles/components/_consumptionvisualizer.scss */
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
.cv .cv-button {
border: none;
background: none;
color: #a0a0a0;
text-decoration: underline; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_barchart.scss */
.axis {
color: #7b7b7b; }
/* line 6, src/styles/components/_barchart.scss */
.axis .tick-text {
fill: #7b7b7b; }
/* line 8, src/styles/components/_barchart.scss */
.axis .tick-text.tick-text-selected {
fill: #e0e0e0; }
/* line 13, src/styles/components/_barchart.scss */
.background-true {
display: inline; }
/* line 16, src/styles/components/_barchart.scss */
.background-false {
display: none; }
/* line 19, src/styles/components/_barchart.scss */
.bar-ELECTRICITY {
fill: #5d3d2a; }
/* line 21, src/styles/components/_barchart.scss */
.bar-ELECTRICITY.selected {
fill: #d87b39;
filter: drop-shadow(0 -0.1rem 0.2rem #d87b39); }
/* line 27, src/styles/components/_barchart.scss */
.bar-compare-ELECTRICITY {
fill: #795c47; }
/* line 29, src/styles/components/_barchart.scss */
.bar-compare-ELECTRICITY.selected {
fill: #e2bca1;
filter: drop-shadow(0 -0.1rem 0.2rem #e2bca1); }
/* line 35, src/styles/components/_barchart.scss */
.bar-WATER {
fill: #20415e; }
/* line 37, src/styles/components/_barchart.scss */
.bar-WATER.selected {
fill: #3a98ec;
filter: drop-shadow(0 -0.1rem 0.2rem #3a98ec); }
/* line 43, src/styles/components/_barchart.scss */
.bar-compare-WATER {
fill: #4d5c6e; }
/* line 45, src/styles/components/_barchart.scss */
.bar-compare-WATER.selected {
fill: #abd4fa;
filter: drop-shadow(0 -0.1rem 0.2rem #abd4fa); }
/* line 51, src/styles/components/_barchart.scss */
.bar-GAS {
fill: #184940; }
/* line 53, src/styles/components/_barchart.scss */
.bar-GAS.selected {
fill: #45d1b8;
filter: drop-shadow(0 -0.1rem 0.2rem #45d1b8); }
/* line 59, src/styles/components/_barchart.scss */
.bar-compare-GAS {
fill: #597773; }
/* line 61, src/styles/components/_barchart.scss */
.bar-compare-GAS.selected {
fill: #a8f7e9;
filter: drop-shadow(0 -0.1rem 0.2rem #a8f7e9); }
/* line 67, src/styles/components/_barchart.scss */
.bar-MULTIFLUID {
fill: #705d1d; }
/* line 69, src/styles/components/_barchart.scss */
.bar-MULTIFLUID.selected {
fill: #e3b82a;
filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a); }
/* line 75, src/styles/components/_barchart.scss */
.bar-compare-MULTIFLUID {
fill: #7d6a4e; }
/* line 77, src/styles/components/_barchart.scss */
.bar-compare-MULTIFLUID.selected {
fill: #ffd597;
filter: drop-shadow(0 -0.1rem 0.2rem #e3b82a); }
/** Animation **/
/* line 84, src/styles/components/_barchart.scss */
.bounce-1 {
animation-name: bounce-1;
animation-timing-function: cubic-bezier(1, 1, 0.42, 1);
animation-iteration-count: 1;
transform-origin: bottom center;
transform-box: fill-box; }
@keyframes bounce-1 {
0% {
transform: scale(0.1, 0.1); }
28% {
transform: scale(0.1, 1.1); }
45% {
transform: scale(0.8, 0.95); }
55% {
transform: scale(1, 1); }
65% {
transform: scale(1, 0.98); }
75% {
transform: scale(1, 1); } }
/* line 112, src/styles/components/_barchart.scss */
.bounce-2 {
animation-name: bounce-2;
animation-timing-function: cubic-bezier(1, 1, 0.42, 1);
animation-iteration-count: 1;
transform-origin: bottom center;
transform-box: fill-box; }
@keyframes bounce-2 {
0% {
transform: scale(1, 1); }
28% {
transform: scale(1, 1.1); }
45% {
transform: scale(0.8, 0.95); }
55% {
transform: scale(1, 1); }
65% {
transform: scale(1, 0.98); }
75% {
transform: scale(1, 1); } }
/** Animatio ndelay **/
/* line 141, src/styles/components/_barchart.scss */
.delay {
animation-duration: 0.4s; }
/* line 144, src/styles/components/_barchart.scss */
.delay--0 {
animation-duration: 0.6s; }
/* line 147, src/styles/components/_barchart.scss */
.delay--1 {
animation-duration: 0.7s; }
/* line 150, src/styles/components/_barchart.scss */
.delay--2 {
animation-duration: 0.8s; }
/* line 153, src/styles/components/_barchart.scss */
.delay--3 {
animation-duration: 0.9s; }
/* line 156, src/styles/components/_barchart.scss */
.delay--4 {
animation-duration: 1s; }
/* line 159, src/styles/components/_barchart.scss */
.delay--5 {
animation-duration: 1.1s; }
/* line 162, src/styles/components/_barchart.scss */
.delay--6 {
animation-duration: 1.2s; }
/* line 165, src/styles/components/_barchart.scss */
.delay--7 {
animation-duration: 1.3s; }
/* line 168, src/styles/components/_barchart.scss */
.delay--8 {
animation-duration: 1.4s; }
/* line 171, src/styles/components/_barchart.scss */
.delay--9 {
animation-duration: 1.5s; }
/* line 174, src/styles/components/_barchart.scss */
.delay--10 {
animation-duration: 1.6s; }
/* line 177, src/styles/components/_barchart.scss */
.delay--11 {
animation-duration: 1.8s; }
/* line 180, src/styles/components/_barchart.scss */
.delay--12 {
animation-duration: 1.9s; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_nav.scss */
.o-sidebar {
background-color: #25262b;
box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2), 0px 3px 14px rgba(0, 0, 0, 0.12), 0px 8px 10px rgba(0, 0, 0, 0.14);
border-top: unset;
border-right: unset;
z-index: 19; }
@media only screen and (max-width: 1023px) {
/* line 4, src/styles/components/_nav.scss */
.o-sidebar {
background-color: #25262b; } }
/* line 20, src/styles/components/_nav.scss */
.o-sidebar .logo-grand-lyon {
position: absolute;
bottom: 20px;
left: 100px; }
@media only screen and (max-width: 1023px) {
/* line 20, src/styles/components/_nav.scss */
.o-sidebar .logo-grand-lyon {
display: none; } }
/* line 29, src/styles/components/_nav.scss */
/* line 31, src/styles/components/_nav.scss */
/* line 34, src/styles/components/_nav.scss */
/* line 44, src/styles/components/_nav.scss */
.c-nav-link .c-nav-icon {
padding-right: 0.5rem;
width: 50px;
height: 36px;
fill: none; }
/* line 51, src/styles/components/_nav.scss */
.c-nav-link.is-active {
box-shadow: inset 0.25rem 0 0 0 #b2901b; }
/* line 55, src/styles/components/_nav.scss */
.c-nav-link.is-active .c-nav-icon {
fill: #b2901b !important; }
/* line 59, src/styles/components/_nav.scss */
.c-nav-link.is-active {
color: white;
text-decoration: none; }
/* line 62, src/styles/components/_nav.scss */
/* line 65, src/styles/components/_nav.scss */
/* line 71, src/styles/components/_nav.scss */
/* line 74, src/styles/components/_nav.scss */
/* line 78, src/styles/components/_nav.scss */
/* line 83, src/styles/components/_nav.scss */
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
/* line 88, src/styles/components/_nav.scss */
.nb-challenge-notif {
position: absolute;
display: flex;
justify-content: center;
align-items: center;
left: 42px;
bottom: 22px;
width: 1.25rem;
height: 1.25rem;
color: #25262b;
border-radius: 50%;
border: 1px solid #25262b;
z-index: 1;
background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
font-size: 12px; }
@media only screen and (max-width: 1023px) {
/* line 88, src/styles/components/_nav.scss */
.nb-challenge-notif {
left: 25px;
bottom: unset; } }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_indicators.scss */
.fi-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
@media only screen and (max-width: 768px) {
/* line 5, src/styles/components/_indicators.scss */
.fi-root {
margin-bottom: 0; } }
/* line 15, src/styles/components/_indicators.scss */
.fi-root .fi-content {
min-height: 23.875rem;
@media only screen and (max-width: 768px) {
/* line 15, src/styles/components/_indicators.scss */
.fi-root .fi-content {
width: 100%; } }
margin-top: 2.5rem;
margin-bottom: 1.25rem;
color: #e0e0e0; }
/* line 28, src/styles/components/_indicators.scss */
.fi-root .sfi-content {
min-height: 16rem;
width: 45.75rem; }
@media only screen and (max-width: 768px) {
/* line 28, src/styles/components/_indicators.scss */
.fi-root .sfi-content {
width: 100%; } }
/* line 34, src/styles/components/_indicators.scss */
.fi-root .sfi-content .sfi-header {
margin-top: 2.5rem;
margin-bottom: 1.25rem;
/* line 39, src/styles/components/_indicators.scss */
.fi-root .sfi-content .sfi-redirect {
margin-bottom: 1.25rem;
flex-wrap: wrap; }
/* line 43, src/styles/components/_indicators.scss */
.fi-root .sfi-content .sfi-redirect .redirect-card-link:nth-child(2) {
margin-left: 0.625rem; }
/* line 46, src/styles/components/_indicators.scss */
.fi-root .sfi-content .sfi-redirect .redirect-card-link {
flex: 1; }
.fpi {
display: flex;
flex-direction: row;
margin: 0.25rem 0.25rem;
width: 100%; }
.fpi .fpi-left {
flex: 1;
display: flex;
flex-direction: column; }
.fpi .fpi-left .fpi-title {
align-content: flex-start;
margin-bottom: 0.5rem; }
.fpi .fpi-left .fpi-content {
display: flex;
flex-direction: row; }
.fpi .fpi-left .fpi-content .fpi-content-icon {
margin: 0.5rem 0; }
.fpi .fpi-left .fpi-content .fpi-content-perf {
margin: 0 1rem;
align-self: center; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-result {
color: #e0e0e0; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-result span {
display: inline-block;
padding-right: 0.25rem; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-indicator {
color: #a0a0a0; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-indicator .fpi-content-perf-indicator-kpi.positive {
color: #ffffff; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-indicator .fpi-content-perf-indicator-kpi.positive {
color: #cf6666; }
.fpi .fpi-left .fpi-content .fpi-content-perf .fpi-content-perf-indicator .fpi-content-perf-indicator-kpi.negative {
color: #7fd771; }
.fpi .fpi-left .fpi-footer {
margin-top: 0.5rem;
color: #a0a0a0; }
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
.fpi .fpi-right {
align-self: center; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_challenges.scss */
.ccc-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1rem 1.5rem; }
/* line 11, src/styles/components/_challenges.scss */
.ccc-root .ccc-content {
min-height: 9rem;
@media only screen and (max-width: 768px) {
/* line 11, src/styles/components/_challenges.scss */
.ccc-root .ccc-content {
width: 100%; } }
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
/* line 24, src/styles/components/_challenges.scss */
.loc-root {
display: flex;
justify-content: center; }
/* line 27, src/styles/components/_challenges.scss */
.loc-root .loc-content {
width: 100%;
max-width: 53rem;
display: grid; }
@media only screen and (max-width: 768px) {
/* line 27, src/styles/components/_challenges.scss */
.loc-root .loc-content {
display: block; } }
/* line 34, src/styles/components/_challenges.scss */
.loc-root .loc-content .timeline-line {
background-color: #e0e0e0;
width: 1px;
height: calc(100vh);
grid-column: 1;
grid-row: 1;
position: unset;
margin-left: 3.8rem; }
@media only screen and (max-width: 1023px) {
/* line 34, src/styles/components/_challenges.scss */
.loc-root .loc-content .timeline-line {
height: calc(100vh - 229px); } }
@media only screen and (max-width: 768px) {
/* line 34, src/styles/components/_challenges.scss */
.loc-root .loc-content .timeline-line {
height: 100vh;
display: block;
position: fixed; } }
/* line 51, src/styles/components/_challenges.scss */
.loc-root .loc-content .list-of-challenge-cards {
padding-top: 1rem;
width: 100%;
grid-column: 1;
grid-row: 1; }
@media only screen and (max-width: 768px) {
/* line 51, src/styles/components/_challenges.scss */
.loc-root .loc-content .list-of-challenge-cards {
display: block; } }
.cli-link {
color: black;
text-decoration: none; }
.cli {
cursor: pointer;
display: flex;
flex-direction: row;
@media only screen and (max-width: 768px) {
/* line 69, src/styles/components/_challenges.scss */
.cli {
margin: 1rem 0.5rem; } }
/* line 78, src/styles/components/_challenges.scss */
.cli.cli-available {
background: linear-gradient(180deg, #61F0F2 0%, #48C2C4 100%);
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.cli.cli-ongoing {
border: 1px solid #58FFFF;
background: #121212;
-webkit-transform: translateZ(0);
transform: translateZ(0); }
.cli .cli-left {
flex: 1;
display: flex;
flex-direction: column;
padding-left: 1.415rem; }
.cli .cli-left .cli-content {
display: flex;
flex-direction: row; }
margin: 0.5rem 0;
z-index: 5; }
/* line 101, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .cli-content-title {
color: #ffffff;
margin: 0 1rem;
align-self: center; }
/* line 106, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .subtitle-finished {
color: #a0a0a0; }
/* line 109, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .title-finished {
color: #e0e0e0; }
/* line 112, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .subtitle-ongoing {
color: #58FFFF; }
/* line 115, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .title-ongoing {
color: #ffffff; }
/* line 118, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .subtitle-available {
color: #121212; }
/* line 121, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .title-available {
color: #121212; }
/* line 124, src/styles/components/_challenges.scss */
.cli .cli-left .cli-content .title-locked {
color: #a0a0a0;
opacity: 0.35; }
/* line 130, src/styles/components/_challenges.scss */
.cli .cli-right {
align-self: center;
padding-right: 1.2rem; }
/* line 133, src/styles/components/_challenges.scss */
.cli .cli-right.cli-right-ongoing {
padding-right: calc(1.2rem + 2px); }
/* line 136, src/styles/components/_challenges.scss */
.cli .cli-right.cli-right-available {
padding-right: calc(1.2rem + 2px); }
/* line 143, src/styles/components/_challenges.scss */
.cc-link {
color: black;
text-decoration: none; }
/* line 147, src/styles/components/_challenges.scss */
.cc {
cursor: pointer;
display: flex;
flex-direction: row;
margin: 0.25rem 0.25rem;
width: 100%; }
/* line 153, src/styles/components/_challenges.scss */
.cc .cc-content-left {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
width: inherit; }
/* line 159, src/styles/components/_challenges.scss */
.cc .cc-content-left .cc-content-title {
color: #ffffff; }
/* line 161, src/styles/components/_challenges.scss */
.cc .cc-content-left .cc-content-title.cc-content-title-padding {
padding-top: 1rem; }
/* line 165, src/styles/components/_challenges.scss */
.cc .cc-content-left .cc-content-progress {
margin-top: 1rem; }
/* line 168, src/styles/components/_challenges.scss */
.cc .cc-content-left .cc-content-timeline {
padding: 0 0.5rem; }
/* line 171, src/styles/components/_challenges.scss */
.cc .cc-content-left .cc-content-visu {
padding: 1rem 0; }
/* line 175, src/styles/components/_challenges.scss */
.cc .cc-content-right {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
align-self: center; }
/* line 181, src/styles/components/_challenges.scss */
.cc .cc-content-right .cc-notification {
display: flex;
align-items: center;
justify-content: center;
height: 1.8125rem;
width: 1.8125rem;
border-radius: 50%;
background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
color: black;
margin-right: 1rem; }
/* line 196, src/styles/components/_challenges.scss */
.cm-content {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
width: 22.125rem; }
@media only screen and (max-width: 768px) {
/* line 196, src/styles/components/_challenges.scss */
/* line 206, src/styles/components/_challenges.scss */
.cm-content .win {
background: #eed582;
background: Linear-gradient(90deg, #bf723b 0%, #dd9a2b 26.04%, #f6d74c 45.31%, #d1880d 75%, #a05b11 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
/* line 219, src/styles/components/_challenges.scss */
.cm-content .defeat {
background: #eed582;
background: Linear-gradient(90deg, #a66340 0%, #ae5f38 33.33%, #9e4e24 51.56%, #a4573a 66.67%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; }
/* line 231, src/styles/components/_challenges.scss */
.cm-content .cm-win-badge-star {
display: grid;
align-items: center;
top: 15px; }
@media only screen and (max-width: 768px) {
/* line 234, src/styles/components/_challenges.scss */
.cm-content .cm-win-badge-star {
top: 65px; } }
/* line 243, src/styles/components/_challenges.scss */
.cm-content .cm-win-badge-star.--ecolyo-royal {
top: -38px; }
@media only screen and (max-width: 768px) {
/* line 243, src/styles/components/_challenges.scss */
.cm-content .cm-win-badge-star.--ecolyo-royal {
top: 12px; } }
/* line 250, src/styles/components/_challenges.scss */
-webkit-animation: scale-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
animation: scale-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.1s both;
/* line 259, src/styles/components/_challenges.scss */
.cm-content .cm-win-badge-star .cm-win-star {
grid-column: 1;
grid-row: 1;
-webkit-animation: rotating 60s linear infinite;
animation: rotating 60s linear infinite; }
/* line 266, src/styles/components/_challenges.scss */
.cm-content .cm-result {
color: #e0e0e0;
text-align: center;
margin-top: 1.5rem;
margin-bottom: 0.5rem;
margin-bottom: 165px; }
/* line 272, src/styles/components/_challenges.scss */
.cm-content .cm-result .cm-result-positif {
color: #7fd771; }
/* line 275, src/styles/components/_challenges.scss */
.cm-content .cm-result .cm-result-negatif {
color: #d24444; }
/* line 279, src/styles/components/_challenges.scss */
position: absolute;
top: 135px; }
@media only screen and (max-width: 768px) {
/* line 279, src/styles/components/_challenges.scss */
.cm-content .cm-badge {
top: 142px; } }
/* line 286, src/styles/components/_challenges.scss */
.cm-content .cm-button-valid {
margin-top: 1rem;
width: 100%; }
/* line 290, src/styles/components/_challenges.scss */
/* line 295, src/styles/components/_challenges.scss */
.cm-content .cm-text-new-available {
margin-top: 1.25rem; }
/* line 301, src/styles/components/_challenges.scss */
.list-of-days-duration {
display: flex;
flex-direction: row;
justify-content: center;
@media only screen and (max-width: 768px) {
/* line 301, src/styles/components/_challenges.scss */
.list-of-days-duration {
margin-top: 1rem; } }
/* line 310, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo {
display: flex;
flex-direction: column;
width: 100%; }
/* line 314, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
width: 100%; }
/* line 320, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label .date-dash {
width: 50%;
height: 2px;
background-color: #7b7b7b; }
/* line 325, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label .past {
background-color: #58FFFF; }
/* line 328, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label .futur {
background-color: #7b7b7b; }
/* line 331, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label .none {
opacity: 0; }
/* line 334, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-line-label .date-label {
width: 0.625rem;
height: 0.625rem;
border-radius: 50%;
position: absolute; }
/* line 341, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-letter {
margin-top: 0.8rem;
text-align: center;
color: #a0a0a0; }
/* line 346, src/styles/components/_challenges.scss */
.list-of-days-duration .day-solo .day-date {
margin-top: 0.2rem;
text-align: center;
color: #a0a0a0; }
/* line 355, src/styles/components/_challenges.scss */
.view-start-date {
padding: 0.25rem 0;
color: #58FFFF; }
/* line 361, src/styles/components/_challenges.scss */
.pile-energy-follow {
display: flex;
flex-direction: row;
align-items: center;
/* line 367, src/styles/components/_challenges.scss */
/* line 369, src/styles/components/_challenges.scss */
.pile-energy-follow .pile-section .filter-pile {
grid-column: 1;
grid-row: 1;
justify-self: flex-end;
align-self: center;
width: 0%;
position: relative;
right: 0;
opacity: 0.8;
background-color: #121212;
z-index: 1; }
/* line 381, src/styles/components/_challenges.scss */
.pile-energy-follow .pile-section .pile-icon {
grid-column: 1;
grid-row: 1;
margin: -25px 0; }
/* line 387, src/styles/components/_challenges.scss */
/* line 390, src/styles/components/_challenges.scss */
.pile-energy-follow .values-section {
margin-left: 1rem; }
/* line 393, src/styles/components/_challenges.scss */
.pile-energy-follow .no-values-section {
color: #ffffff;
/* line 400, src/styles/components/_challenges.scss */
/* line 403, src/styles/components/_challenges.scss */
/* line 405, src/styles/components/_challenges.scss */
.cp-root .cp-content, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal, .cp-root .cp-content.--locked {
display: flex;
align-items: center;
flex-direction: column;
color: #e0e0e0;
/* line 413, src/styles/components/_challenges.scss */
.cp-root .cm-content .--locked.cm-win-badge-star.--ecolyo-royal, .cm-content .cp-root .--locked.cm-win-badge-star.--ecolyo-royal, .cp-root .--locked.cp-content {
/* line 418, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info, .cp-root .cp-content .cp-info.--available {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
background-color: #121212;
width: 100%;
/* line 428, src/styles/components/_challenges.scss */
.cp-root .cp-content .--available.cp-info, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .--available.cp-info, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .--available.cp-info {
/* line 432, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-icon, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-icon, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-icon {
margin: 1rem; }
/* line 435, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-icon-available, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-icon-available, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-icon-available {
/* line 438, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-win-badge-star, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star {
display: grid;
align-items: center;
justify-items: center;
margin: -100px; }
/* line 443, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-win-badge-star .cp-win-badge, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star .cp-win-badge, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star .cp-win-badge {
grid-column: 1;
grid-row: 1;
z-index: 1; }
/* line 448, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-win-badge-star .cp-win-star, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star .cp-win-star, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-win-badge-star .cp-win-star {
/* line 453, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-date, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-date, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-date {
color: #a0a0a0;
text-align: center;
margin-top: 1rem; }
/* line 458, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-title, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-title, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-title {
color: #e0e0e0;
text-align: center;
margin-top: 0.5rem; }
/* line 463, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-result, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result {
color: #e0e0e0;
text-align: center;
margin-top: 1.5rem;
margin-bottom: 0.5rem; }
/* line 468, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-result .cp-result-positif, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result .cp-result-positif, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result .cp-result-positif {
/* line 471, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-result .cp-result-negatif, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result .cp-result-negatif, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-result .cp-result-negatif {
/* line 475, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-description, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-description, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-description {
text-align: center;
margin-top: 1rem;
margin-bottom: 0.5rem;
margin-left: 1.25rem;
/* line 483, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-valid, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid, .cp-root .cp-content .cp-info .cp-valid.--ongoing {
justify-content: center;
display: flex;
flex-direction: row;
width: 90%;
margin-top: 0.75rem;
max-width: 53rem; }
/* line 490, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .--ongoing.cp-valid, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .--ongoing.cp-valid, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .--ongoing.cp-valid {
width: 25%; }
@media only screen and (max-width: 768px) {
/* line 490, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .--ongoing.cp-valid, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .--ongoing.cp-valid, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .--ongoing.cp-valid {
width: 60%; } }
/* line 497, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-valid .cp-left-button, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid .cp-left-button, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid .cp-left-button {
/* line 502, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-info .cp-valid .cp-right-button, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid .cp-right-button, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-info .cp-valid .cp-right-button {
/* line 509, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-follow, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-follow, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-follow {
width: 90%;
display: flex;
flex-direction: column;
align-items: center;
/* line 517, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-valid-locked, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-valid-locked, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-valid-locked {
/* line 522, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-bottom, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-bottom, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-bottom {
width: 90%;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 53rem;
margin-bottom: 2rem; }
@media only screen and (max-width: 768px) {
/* line 522, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-bottom, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-bottom, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-bottom {
/* line 533, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-bottom .cp-eg-content, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content {
/* line 535, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-bottom .cp-eg-content .linked-ecogestures, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content .linked-ecogestures, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content .linked-ecogestures {
/* line 538, src/styles/components/_challenges.scss */
.cp-root .cp-content .cp-bottom .cp-eg-content .cp-ecogestures, .cp-root .cm-content .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content .cp-ecogestures, .cm-content .cp-root .cm-win-badge-star.--ecolyo-royal .cp-bottom .cp-eg-content .cp-ecogestures {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between; }
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
@-webkit-keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@keyframes scale-in-center {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1; }
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 1; } }
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
@keyframes rotating {
from {
-webkit-transform: rotate(0deg); }
to {
-webkit-transform: rotate(360deg); } }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_ecogesture.scss */
.ecogesture-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1rem 1.5rem 2.5rem 1.5rem; }
.ecogesture-root .negawatt-button-content {
width: calc(53rem - 2%);
margin: 0 1%; }
@media only screen and (max-width: 768px) {
/* line 11, src/styles/components/_ecogesture.scss */
.ecogesture-root .negawatt-button-content {
width: 97%; } }
@media only screen and (max-width: 1023px) {
/* line 11, src/styles/components/_ecogesture.scss */
.ecogesture-root .negawatt-button-content {
width: 97%; } }
/* line 21, src/styles/components/_ecogesture.scss */
.ecogesture-root .ecogesture-content {
display: flex;
flex-wrap: wrap;
justify-content: space-around;
width: 53rem; }
@media only screen and (max-width: 768px) {
/* line 21, src/styles/components/_ecogesture.scss */
.ecogesture-root .ecogesture-content {
width: 100%; } }
@media only screen and (max-width: 1023px) {
/* line 21, src/styles/components/_ecogesture.scss */
.ecogesture-root .ecogesture-content {
width: 100%; } }
/* line 32, src/styles/components/_ecogesture.scss */
.ecogesture-root .ecogesture-content .ecogesture-list-item {
width: 48%;
.ecogesture-root .ecogesture-content .ecogesture-list-item > button {
height: 100%;
overflow: hidden; }
/* line 53, src/styles/components/_ecogesture.scss */
.ec .ec-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-around; }
/* line 58, src/styles/components/_ecogesture.scss */
.ec .ec-content.ec-content-unlocked {
padding: 0.4rem 0; }
/* line 61, src/styles/components/_ecogesture.scss */
.ec .ec-content.ec-content-challenge {
padding: 0.5rem 0; }
/* line 64, src/styles/components/_ecogesture.scss */
.ec .ec-content .ec-content-icon {
min-height: 50px; }
/* line 67, src/styles/components/_ecogesture.scss */
.ec .ec-content .ec-content-short-name {
display: flex;
flex: 1;
align-items: center;
text-align: center; }
/* line 73, src/styles/components/_ecogesture.scss */
.ec .ec-content .ec-content-nwh {
/* line 79, src/styles/components/_ecogesture.scss */
width: 100%;
margin-right: 0.25rem;
text-align: center; }
/* line 85, src/styles/components/_ecogesture.scss */
width: 100%;
margin-left: 0.25rem;
text-align: center; }
/* line 93, src/styles/components/_ecogesture.scss */
.em-header {
color: #e0e0e0;
border-bottom: 1px solid rgba(163, 163, 163, 0.4);
padding-bottom: 1em;
width: 100%;
display: flex;
justify-content: center; }
/* line 101, src/styles/components/_ecogesture.scss */
/* line 104, src/styles/components/_ecogesture.scss */
/* line 107, src/styles/components/_ecogesture.scss */
.em-detail {
display: flex;
flex-direction: row;
margin: 0.5em 0; }
/* line 111, src/styles/components/_ecogesture.scss */
.em-detail .em-detail-nwh {
display: flex;
flex: 1;
align-self: flex-start;
margin-top: 0.65rem;
color: var(--textDark); }
/* line 117, src/styles/components/_ecogesture.scss */
.em-detail .em-detail-nwh .em-detail-nwh-unit {
margin-left: 0.2rem; }
/* line 121, src/styles/components/_ecogesture.scss */
.em-detail .em-picto-flow {
display: flex;
align-self: flex-end; }
/* line 124, src/styles/components/_ecogesture.scss */
.em-detail .em-picto-flow .em-pic-content {
margin: 0.3em; }
/* line 130, src/styles/components/_ecogesture.scss */
max-height: 25rem;
overflow: auto;
width: 100%;
justify-content: center;
/* width */
/* Track */
/* Handle */ }
/* line 137, src/styles/components/_ecogesture.scss */
.em-content-box::-webkit-scrollbar {
width: 10px; }
/* line 141, src/styles/components/_ecogesture.scss */
.em-content-box::-webkit-scrollbar-track {
background: #3e4045; }
/* line 145, src/styles/components/_ecogesture.scss */
.em-content-box::-webkit-scrollbar-thumb {
background: #6f7074; }
/* line 148, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text {
display: flex;
flex-direction: column;
width: 22.125rem; }
@media only screen and (max-width: 768px) {
/* line 148, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text {
width: 100%; } }
/* line 156, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-content-box-text-header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
/* line 161, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-content-box-text-header .icon {
margin-bottom: 1rem; }
/* line 165, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-description {
padding-bottom: 2.5rem; }
/* line 167, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-description .long-name {
font-weight: bold; }
/* line 171, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-description-2 {
padding-top: 2rem; }
/* line 174, src/styles/components/_ecogesture.scss */
.em-content-box .em-content-box-text .em-description-3 {
padding-bottom: 0.5rem; }
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_modal.scss */
.modal-overlay {
display: none;
position: fixed;
z-index: 1000;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
justify-content: center;
align-items: center;
background-color: rgba(27, 28, 34, 0.85); }
/* line 16, src/styles/components/_modal.scss */
.modal-overlay.modal-opened {
display: flex; }
/* line 19, src/styles/components/_modal.scss */
.modal-overlay .modal-box {
background: linear-gradient(180deg, #323339 0%, #25262B 100%);
position: fixed;
top: 50%;
left: 50%;
box-sizing: border-box;
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px; }
@media only screen and (max-width: 768px) {
/* line 19, src/styles/components/_modal.scss */
.modal-overlay .modal-box {
width: 20rem; } }
@media only screen and (max-width: 768px) {
/* line 19, src/styles/components/_modal.scss */
.modal-overlay .modal-box {
max-height: unset; } }
/* line 38, src/styles/components/_modal.scss */
.modal-overlay .modal-box.modal-box-bordered {
border: 1px solid #58FFFF40; }
.modal-overlay .modal-box.yellow-border {
border: 1px solid rgba(227, 184, 42, 0.4); }
/* line 44, src/styles/components/_modal.scss */
.modal-overlay .modal-box .modal-close-button {
position: absolute;
top: 0.5rem;
right: 0.5rem;
padding: 5px 5px; }
/* line 50, src/styles/components/_modal.scss */
.modal-overlay .modal-box .modal-content {
display: flex;
flex-direction: column;
align-items: center;
color: #ffffff; }
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
/* line 56, src/styles/components/_modal.scss */
.modal-overlay .modal-box .wm-header {
background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
background-clip: 'text';
-webkit-background-clip: text;
color: transparent;
margin-top: 2rem; }
/* line 63, src/styles/components/_modal.scss */
.modal-overlay .modal-box .wm-name {
background: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
background-clip: 'text';
-webkit-background-clip: text;
color: transparent;
margin-bottom: 1.25rem; }
/* line 70, src/styles/components/_modal.scss */
.modal-overlay .modal-box .button-ok {
width: 90%;
margin-bottom: 2rem; }
/* line 74, src/styles/components/_modal.scss */
.modal-overlay .modal-box .wm-perso {
text-align: center;
width: 60%;
margin: 1rem; }
/* line 79, src/styles/components/_modal.scss */
.modal-overlay .modal-box .wm-connect {
text-align: center;
width: 88%;
margin: 1rem; }
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 5, src/styles/components/_faq.scss */
.faq-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 1.5rem; }
/* line 11, src/styles/components/_faq.scss */
/* line 25, src/styles/components/_faq.scss */
/* line 28, src/styles/components/_faq.scss */
.faq-card {
display: flex;
flex-direction: row;
margin: -0.75rem 0;
width: 100%; }
@media only screen and (max-width: 768px) {
/* line 28, src/styles/components/_faq.scss */
/* line 36, src/styles/components/_faq.scss */
.faq-card .faq-card-content {
display: flex;
flex-direction: row; }
/* line 39, src/styles/components/_faq.scss */
.faq-card .faq-card-content .faq-card-content-icon {
margin: 0.5rem 0; }
/* line 42, src/styles/components/_faq.scss */
.faq-card .faq-card-content .faq-card-content-title {
margin: 0 1rem;
align-self: center; }
/* line 50, src/styles/components/_faq.scss */
.faq-view-root {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 1rem 0;
margin-top: 1.5rem; }
/* line 57, src/styles/components/_faq.scss */
/* line 57, src/styles/components/_faq.scss */
/* line 62, src/styles/components/_faq.scss */
.faq-view-root .faq-view-content .faq-content-detail {
padding-bottom: 0.6rem; }
/* line 64, src/styles/components/_faq.scss */
.faq-view-root .faq-view-content .faq-content-detail .text-bold {
font-weight: bold; }
/* line 67, src/styles/components/_faq.scss */
.faq-view-root .faq-view-content .faq-content-detail .text-underline {
text-decoration: underline; }
/* line 70, src/styles/components/_faq.scss */
.faq-view-root .faq-view-content .faq-content-detail .spaceline {
height: 0.6rem;
display: block; }
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_splash.scss */
.splash-root {
position: fixed;
z-index: 1000;
left: 0;
top: 0;
height: 100vh;
width: 100vw;
overflow: hidden;
background-color: #1b1c22;
display: flex;
flex-direction: column; }
/* line 15, src/styles/components/_splash.scss */
.splash-root .splash-header {
height: 6rem;
display: flex;
align-items: center;
justify-content: center;
color: var(--textBright); }
/* line 22, src/styles/components/_splash.scss */
.splash-root .splash-content {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1;
margin-top: 6rem; }
/* line 30, src/styles/components/_splash.scss */
.splash-root .splash-footer {
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
height: 10rem;
margin: 0 2rem; }
/* line 37, src/styles/components/_splash.scss */
.splash-root .splash-footer .splash-footer-error-text {
text-align: center;
color: red;
margin: 0.5rem 0; }
/* line 42, src/styles/components/_splash.scss */
.splash-root .splash-footer .splash-footer-button {
max-width: 50vw; }
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
/** BLACK **/
/** TEXT COLOR **/
/** RED **/
/** YELLOW **/
/** ORANGE **/
/** BLUE **/
/** GREEN **/
/** WHITE **/
/** GREY **/
/** App colors **/
/** TABS GRADIENT **/
/* line 4, src/styles/components/_auth.scss */
.authform-button-content {
display: flex;
justify-content: center;
align-items: center;
width: 100%; }
@media only screen and (max-width: 768px) {
/* line 4, src/styles/components/_auth.scss */
.authform-button-content {
justify-content: left; } }
/* line 12, src/styles/components/_auth.scss */
.authform-button-content .authform-button-content-icon {
margin: 0 1.375rem; }
/* line 15, src/styles/components/_auth.scss */
.authform-button-content .authform-button-text {
display: flex;
flex-direction: column;
align-items: flex-start;
text-align: left;
max-width: 10.625rem; }
/* line 27, src/styles/index.scss */
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
:root {
--blue: #58FFFF;
--blue40: #58FFFF40;
--blueBackground: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
--blueRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(1, 153, 163, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #58FFFF;
--blueRadialGradientTrans: radial-gradient(circle, #58FFFF 0%, rgba(255, 255, 255, 0) 100%);
--elecColor: #d87b39;
--elecCompareColor: #e2bca1;
--gasColor: #45d1b8;
--gasCompareColor: #a8f7e9;
--waterColor: #3a98ec;
--waterCompareColor: #abd4fa;
--multiColor: #e3b82a;
--multiCompareColor: #ffd597;
--greyBright: #e0e0e0;
--greyDark: #7b7b7b;
--textBlack: black;
--textWhite: #ffffff;
--textBright: #e0e0e0;
--textDark: #a0a0a0;
--darkLight: #25262b;
--darkLight2: #121212;
--textFont: Lato, sans-serif;
--greyBackground: linear-gradient(180deg, #323339 0%, #25262B 100%);
--multiColorRadialGradientTrans: radial-gradient(circle, #e3b82a 0%, rgba(255, 255, 255, 0) 100%);
--elecColorRadialGradientTrans: radial-gradient(circle, #d87b39 0%, rgba(255, 255, 255, 0) 100%);
--waterColorRadialGradientTrans: radial-gradient(circle, #3a98ec 0%, rgba(255, 255, 255, 0) 100%);
--gasColorRadialGradientTrans: radial-gradient(circle, #e3b82a 0%, rgba(255, 255, 255, 0) 100%);
--multiColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(226, 137, 4, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #f1c017;
--elecColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(158, 67, 2, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #d87b39;
--gasColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(4, 106, 88, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #45d1b8;
--waterColorRadialGradient: radial-gradient(105.25% 64.58% at 49.68% 70.83%, rgba(2, 93, 174, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #3a98ec; }
/* line 61, src/styles/index.scss */
.application {
overflow-x: hidden; }
@media only screen and (max-width: 768px) {
/* line 61, src/styles/index.scss */