Newer
Older
.experimentation-page p {
font-size: 1rem;
color: rgba(255, 255, 255, 0.9);
.experimentation-page .icon, .experimentation-page .icon-tools::before, .experimentation-page .icon-folded-hands::before, .experimentation-page .icon-star-struck::before, .experimentation-page .icon-light-bulb::before, .experimentation-page .icon-glass::before, .experimentation-page .icon-target::before, .experimentation-page .icon-speak::before, .experimentation-page .icon-wink::before, .experimentation-page .icon-alert::before, .experimentation-page .icon-tree::before, .experimentation-page .icon-note::before, .experimentation-page .icon-wrestling::before, .experimentation-page .icon-microscope::before, .experimentation-page .icon-link::before, .experimentation-page .icon-file-cabinet::before {
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
padding-left: 0.75rem; }
.experimentation-page .icon::before, .experimentation-page .icon-tools::before, .experimentation-page .icon-folded-hands::before, .experimentation-page .icon-star-struck::before, .experimentation-page .icon-light-bulb::before, .experimentation-page .icon-glass::before, .experimentation-page .icon-target::before, .experimentation-page .icon-speak::before, .experimentation-page .icon-wink::before, .experimentation-page .icon-alert::before, .experimentation-page .icon-tree::before, .experimentation-page .icon-note::before, .experimentation-page .icon-wrestling::before, .experimentation-page .icon-microscope::before, .experimentation-page .icon-link::before, .experimentation-page .icon-file-cabinet::before {
content: "";
display: inline-block;
width: 17px;
height: 17px; }
.experimentation-page .icon-tools::before {
background: url("assets/icon-tools.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-folded-hands::before {
background: url("assets/icon-folded-hands.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-star-struck::before {
background: url("assets/icon-star-struck.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-light-bulb::before {
background: url("assets/icon-lightbulb.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-glass::before {
background: url("assets/glass.svg") no-repeat;
background-size: contain; }
.experimentation-page .icon-target::before {
background: url("assets/icon-target.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-speak::before {
background: url("assets/icon-speak.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-wink::before {
background: url("assets/icon-wink.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-alert::before {
background: url("assets/icon-alert.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-tree::before {
background: url("assets/icon-tree.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-note::before {
background: url("assets/icon-note.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-wrestling::before {
background: url("assets/icon-wrestling.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-microscope::before {
background: url("assets/icon-microscope.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-link::before {
background: url("assets/icon-link.png") no-repeat;
background-size: contain; }
.experimentation-page .icon-file-cabinet::before {
background: url("assets/icon-file-cabinet.png") no-repeat;
background-size: contain; }
.experimentation-page h2,
.experimentation-page h3,
.experimentation-page h4 {
color: #f1c017;
padding-bottom: 0.75rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.07); }
.experimentation-page h2 {
font-size: 1.875em;
line-height: 1.3;
.experimentation-page h3,
.experimentation-page h4 {
font-size: 1rem;
line-height: 1.5;
.experimentation-page header {
height: calc(15vh + 75px);
overflow: hidden; }
@media (min-width: 768px) {
.experimentation-page header {
height: calc(20vh + 75px); } }
@media (min-width: 1200px) {
.experimentation-page header {
height: calc(30vh + 80px); } }
.experimentation-page .item {
border: 1px solid rgba(255, 255, 255, 0.07);
.experimentation-page .banner-exp {
height: 100%;
width: 100%; }
.experimentation-page .banner-exp img {
display: inline-block;
object-fit: cover;
width: 100%;
height: 380px;
object-position: 20% 25%; }
.experimentation-page main,
.experimentation-page footer {
.experimentation-page .wrapper {
width: 100%;
padding: 0 1rem; }
@media (min-width: 1200px) {
.experimentation-page .wrapper {
max-width: 900px;
margin: 0 auto;
padding: 0 6rem; } }
.experimentation-page h1 {
font-size: 2rem;
padding-top: 5.2rem;
position: relative;
margin-bottom: 2.5rem; }
@media (min-width: 768px) {
.experimentation-page h1 {
font-size: 2.5rem; } }
.experimentation-page h1::before {
content: url("assets/glass.svg");
display: inline-block;
width: 78px;
position: absolute;
top: -44px;
left: 0; }
.experimentation-page #intro .title {
color: #f1c017;
font-size: 1.25rem;
margin-bottom: 2rem;
font-style: italic;
border: none;
.experimentation-page #intro p:not(.title) {
.experimentation-page #intro .list {
.experimentation-page #intro .list li {
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
padding-bottom: 1.5rem; }
@media (min-width: 768px) {
.experimentation-page #intro .list li {
flex-direction: row;
align-items: center; } }
.experimentation-page #intro .list .item {
flex-basis: 80%;
color: #f1c017;
position: relative;
padding: 1rem 1rem 1rem 3rem; }
.experimentation-page #intro .list .item::before {
position: absolute;
left: 1rem;
top: 1rem; }
.experimentation-page #intro .list .item-img {
flex-basis: 20%;
text-align: center; }
.experimentation-page #intro .list .item-img img {
max-width: 72px; }
.experimentation-page #method .method-container {
.experimentation-page #method .method-number {
display: flex;
flex-direction: column-reverse;
justify-content: space-between;
margin-bottom: 0.5rem; }
@media (min-width: 768px) {
.experimentation-page #method .method-number {
flex-direction: row; } }
.experimentation-page #method .method-number .content {
flex-basis: 70%; }
.experimentation-page #method .method-number .number {
text-align: center;
flex-basis: 30%;
font-size: 1.5em;
line-height: 1.3;
color: #f1c017;
font-weight: bold;
margin-bottom: 0.5rem; }
@media (min-width: 768px) {
.experimentation-page #method .method-number .number {
margin-bottom: 0; } }
.experimentation-page #method .tips-frame p {
color: #f1c017;
font-weight: bold;
padding-left: 2rem;
position: relative; }
.experimentation-page #method .tips-frame p::before {
position: absolute;
top: 0;
left: 0; }
.experimentation-page #method .method-test {
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 1rem 0; }
@media (min-width: 768px) {
.experimentation-page #method .method-test {
flex-direction: row; } }
.experimentation-page #method .method-test .container-img,
.experimentation-page #method .method-test p {
flex-basis: 48%; }
.experimentation-page #method .method-test .container-img {
margin-bottom: 0.5rem; }
@media (min-width: 768px) {
.experimentation-page #method .method-test .container-img {
margin-bottom: 0; } }
.experimentation-page .tips-frame {
padding: 1rem;
background: rgba(69, 75, 78, 0.3); }
.experimentation-page #results h3 {
font-size: 1.25rem;
line-height: 1.3;
.experimentation-page #results .usages {
margin: 2rem 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
padding-bottom: 0.5rem; }
.experimentation-page #results .usages h4 {
margin-bottom: 0.5rem; }
.experimentation-page #results .usages p {
font-style: italic;
color: #f1c017; }
.experimentation-page #results .list {
.experimentation-page #results .item {
margin-bottom: 0.5rem; }
.experimentation-page #results .item span,
.experimentation-page #results .item p {
position: relative;
padding-left: 2rem;
display: block; }
.experimentation-page #results .item span:before,
.experimentation-page #results .item p:before {
position: absolute;
top: 0;
left: 0; }
.experimentation-page #results .consumption {
.experimentation-page #results .container-habits {
display: flex;
flex-direction: column;
justify-content: space-between;
margin: 1rem 0 4rem; }
@media (min-width: 768px) {
.experimentation-page #results .container-habits {
flex-direction: row; } }
.experimentation-page #results .container-habits img {
margin: 0.5rem 0; }
.experimentation-page #results .col-2 {
.experimentation-page #results .changes .icon-wink {
.experimentation-page #results .easy {
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
margin: 2.5rem 0; }
.experimentation-page #results .easy .sus {
margin-bottom: 2rem; }
.experimentation-page #results .easy .sus-title {
color: #f1c017;
margin: 2rem 0;
font-weight: bold; }
.experimentation-page #results .easy .btn-more {
color: #ffa344;
background: none;
border: none;
cursor: pointer;
padding-left: 0;
margin: 1rem 0;
font-size: 1rem; }
.experimentation-page #results .easy .btn-more:focus {
outline: none; }
.experimentation-page #results .easy .btn-more::before {
content: "";
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 5.5px 0 5.5px 9.5px;
border-color: transparent transparent transparent #ffa344;
margin-right: 0.5rem;
transition: 0.3s all; }
.experimentation-page #results .easy .btn-more.arrow-down::before {
transform: rotate(90deg); }
.experimentation-page #results .easy .info-sus {
display: none; }
.experimentation-page #results .easy .info-sus p {
color: #ffa344;
padding-left: 1rem; }
.experimentation-page #results .easy .info-sus p:first-child {
margin-bottom: 2.5rem; }
.experimentation-page #results .easy .info-sus.collapsed {
display: block; }
.experimentation-page #results .reasons {
.experimentation-page #results .container-alert h4,
.experimentation-page #results .container-alert p {
.experimentation-page #results .alert {
display: flex;
justify-content: space-between; }
.experimentation-page #results .alert > div:first-child {
flex-basis: 75%; }
.experimentation-page #results .alert > div:last-child {
flex-basis: 18%;
padding-top: 2rem; }
.experimentation-page #results .alert .icon-alert:before {
top: 5px; }
.experimentation-page #results .features ul {
.experimentation-page #tasks .col-task {
display: flex;
flex-direction: column;
justify-content: space-between;
border-bottom: 1px solid rgba(255, 255, 255, 0.07);
padding-bottom: 1rem;
margin-bottom: 2rem; }
.experimentation-page #tasks .col-task:nth-of-type(1) {
margin-top: 4rem; }
.experimentation-page #tasks .col-task .container-img {
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
flex-basis: 30%;
margin-bottom: 1rem; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task .container-img {
margin-bottom: 0; } }
.experimentation-page #tasks .col-task .container-img img {
max-width: 60%; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task .container-img img {
max-width: 100%; } }
.experimentation-page #tasks .col-task .task-content {
flex-basis: 70%; }
.experimentation-page #tasks .col-task .item {
margin-bottom: 2rem; }
.experimentation-page #tasks .col-task:nth-child(even) {
flex-direction: column-reverse; }
.experimentation-page #tasks .col-task:nth-child(even) .container-img {
padding: 0;
text-align: center; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task:nth-child(even) .container-img {
padding-left: 1rem;
text-align: initial; } }
.experimentation-page #tasks .col-task:nth-child(even) .task-content {
padding: 0; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task:nth-child(even) .task-content {
padding-right: 3rem; } }
.experimentation-page #tasks .col-task:nth-child(odd) {
flex-direction: column; }
.experimentation-page #tasks .col-task:nth-child(odd) .container-img {
padding: 0;
text-align: center; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task:nth-child(odd) .container-img {
padding-right: 1rem;
text-align: initial; } }
.experimentation-page #tasks .col-task:nth-child(odd) .task-content {
padding: 0; }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task:nth-child(odd) .task-content {
padding-left: 3rem; } }
@media (min-width: 768px) {
.experimentation-page #tasks .col-task:nth-child(odd), .experimentation-page #tasks .col-task:nth-child(even) {
flex-direction: row; } }
.experimentation-page .container-team {
margin: 3rem 0; }
.experimentation-page .container-team .msg {
font-weight: bold;
margin-bottom: 1rem; }
.experimentation-page .container-team .yellow {
margin-bottom: 2rem;
font-weight: bold; }
.experimentation-page .container-team .text-bold {
font-weight: bold;
margin: 1.5rem 0 3rem; }
.experimentation-page .container-team .team {
text-align: right;
font-size: 1.25em;
line-height: 1.3;
font-weight: bold; }
.experimentation-page #contact-form {
width: 100%;
* {
margin: 0;
line-height: 1;
font-family: "Lato", sans-serif;
color: white;
.text-18-white {
font-weight: 400;
color: white;
font-size: 1.125rem;
.text-18-white-padding {
font-weight: 400;
padding-top: 2rem;
color: white;
font-size: 1.125rem;
.text-18-black-padding {
font-weight: 400;
padding-top: 2rem;
color: #121212;
font-size: 1.125rem;
.text-16-black-padding {
font-weight: 400;
padding-top: 2rem;
color: #121212;
font-size: 1rem;
.text-18-black {
font-weight: 400;
color: #121212;
font-size: 1.125rem;
.text-36-black {
font-weight: 900;
font-size: 2.25rem;
nav {
height: 80px;
width: 100%;
padding: 1rem;
position: fixed;
top: 0;
z-index: 100;
background: radial-gradient(74.83% 76.97% at 50% 13.64%, #343641 0%, #1b1c22 100%);
display: grid;
justify-items: end;
align-items: center;
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
grid-template-columns: 1.2fr 3fr 0.3fr;
transition: all 300ms ease; }
@media all and (max-width: 1200px) {
nav {
height: 75px; } }
nav .main-logo {
grid-column: 1;
display: flex;
align-items: center; }
nav .main-logo .beta-logo {
width: 60px;
margin-left: 0.7rem; }
nav .links {
grid-column: 2;
display: flex;
align-items: center;
justify-content: center;
align-items: center; }
nav .links > a:not(:last-child) {
margin-right: 2.5rem; }
nav .links .navlink {
display: inline-block;
margin-right: 1.5rem;
text-decoration: none;
text-align: center; }
padding: 0 1rem; }
@media (min-width: 1200px) {
.container {
padding: 0; } }
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
max-width: 1200px;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
min-height: 580px;
padding-top: 7rem; }
@media all and (min-width: 1200px) {
.main-cta .container {
padding-top: 5rem; }
.main-cta .container > div:not(:last-child) {
margin-right: 2rem; } }
.main-cta .container .content-txt .button {
cursor: pointer;
display: flex;
text-decoration: none;
align-items: center;
justify-content: space-between;
background: #f1c017;
color: #121212;
border-radius: 2px;
width: 100%;
height: 56px;
max-width: fit-content;
padding: 1rem;
margin: 2rem 0;
border: 0;
transition: all 400ms ease;
font-size: 1.25rem;
text-align: center;
justify-content: center;
font-weight: 700;
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;
margin: 2rem auto; }
@media all and (min-width: 1200px) {
.main-cta .container .content-txt .button > div:not(:last-child) {
margin-right: 1rem; } }
.main-cta .container .content-txt .button img {
margin-right: 1rem; }
.main-cta .container .content-txt .button:hover {
box-shadow: 0px 0px 20px 0px #f1c017; }
.main-cta .container .content-txt .button span {
font-weight: 900; }
@media (min-width: 1200px) {
.main-cta .container .content-txt .button {
margin: 2rem 0; } }
@media (min-width: 1200px) {
.main-cta .container .content-txt p {
padding-right: 3rem; } }
.main-cta .container .mobile-illu {
display: block; }
@media (min-width: 1200px) {
.main-cta .container .mobile-illu {
display: none; } }
.main-cta .container .content-img {
width: 100%; }
.explanation {
min-height: 680px;
background: radial-gradient(74.83% 76.97% at 50% 13.64%, #343641 0%, #1b1c22 100%);
display: flex;
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
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
padding-top: 0; }
@media (min-width: 1200px) {
.explanation .content {
width: auto;
padding-top: 8rem; } }
.explanation .content .compteurs {
display: flex;
align-items: center;
justify-content: center;
margin-top: 5rem; }
@media all and (min-width: 1200px) {
.explanation .content .compteurs > *:not(:last-child) {
margin-right: 0.8rem; } }
.explanation .content .compteurs span {
color: #a0a0a0;
text-transform: uppercase;
font-size: 1.1rem; }
.explanation .content .compteurs .bloc {
width: 280px;
height: 280px;
padding: 0.5rem 0.5rem 1rem 0.5rem;
border: solid 1px;
text-align: center;
background: linear-gradient(180deg, #323339 0%, #25262b 100%);
box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.55);
border-radius: 4px;
display: flex;
flex-direction: column;
position: relative; }
.explanation .content .compteurs .bloc h3 {
margin-top: 8rem;
font-weight: 900;
font-size: 2rem; }
.explanation .content .compteurs .bloc .compteur-img {
max-height: 160px;
position: absolute;
top: -3rem;
left: 0;
right: 0;
margin: auto; }
.explanation .content .compteurs .bloc p {
padding-top: 0.5rem; }
.explanation .content .compteurs .bloc .provider-logo {
margin-top: auto;
display: flex;
height: 35px; }
.explanation .content .compteurs .bloc .provider-logo img {
margin: auto; }
.explanation .content .compteurs .elec-color {
border-color: rgba(216, 123, 57, 0.4);
transition: all 300ms ease; }
.explanation .content .compteurs .elec-color:hover {
box-shadow: 0 0 10px 0 #d87b39; }
.explanation .content .compteurs .elec-color h3 {
color: #d87b39; }
.explanation .content .compteurs .gaz-color {
border-color: rgba(69, 209, 184, 0.4);
transition: all 300ms ease; }
.explanation .content .compteurs .gaz-color:hover {
box-shadow: 0 0 10px 0 #45d1b8; }
.explanation .content .compteurs .gaz-color h3 {
color: #45d1b8; }
.explanation .content .compteurs .water-color {
border-color: rgba(58, 152, 236, 0.4);
transition: all 300ms ease; }
.explanation .content .compteurs .water-color:hover {
box-shadow: 0 0 10px 0 #3a98ec; }
.explanation .content .compteurs .water-color h3 {
color: #3a98ec; }
.explanation .content .fluid-pipes {
margin-top: 1.5rem; }
@media (max-width: 1200px) {
.explanation .content .fluid-pipes img {
width: 100%; } }
position: relative; }
.security:before, .security::after {
content: "";
display: inline-block;
position: absolute;
width: 100%;
height: 10px;
left: 0;
background-image: url("assets/pattern-dot.svg");
background-color: #b97715;
background-repeat: repeat-x;
background-position: center;
z-index: 1; }
.security::before {
top: -0.5rem; }
.security:after {
bottom: -0.5rem; }
.security .container {
max-width: 1200px;
margin: 0 auto; }
display: flex;
position: relative;
padding: 7rem 0 2rem;
justify-content: space-between;
align-items: center; }
@media (min-width: 1200px) {
.security .container-cloud {
padding: 3rem 0; } }
.security p {
color: #121212;
font-size: 1.5rem;
font-weight: 700;
flex-basis: 40%; }
.security p:nth-of-type(1) {
text-align: right; }
.security .xs-text {
display: block;
flex-basis: 100%;
text-align: center; }
@media (min-width: 1200px) {
.security .xs-text {
display: none; } }
.security .xl-text {
display: none; }
@media (min-width: 1200px) {
.security .xl-text {
display: block; } }
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
transform: translate(-50%, -50%); }
@media (max-width: 1200px) {
.security .container-img {
top: -70px;
transform: translateX(-50%);
width: 45%; } }
.security .container-img img {
max-width: 192px;
width: 100%;
display: inline-block; }
.views-app {
background: radial-gradient(74.83% 76.97% at 50% 13.64%, #343641 0%, #1b1c22 100%);
padding-bottom: 5rem; }
@media (max-width: 1200px) {
.views-app {
padding-bottom: 1rem; } }
.views-app .content {
max-width: 945px;
width: 100%;
margin: 0 auto; }
text-align: center; }
@media (max-width: 1200px) {
.views-app .fluid-pipes {
display: none; } }
.views-app .screens-container {
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
display: flex;
justify-content: center; }
@media (max-width: 1200px) {
.views-app .screens-container {
flex-direction: column;
margin-top: 0.5rem; }
.views-app .screens-container .screen {
text-align: center;
padding-top: 6rem;
position: relative; }
.views-app .screens-container .screen:before, .views-app .screens-container .screen:after {
content: "";
display: inline-block;
height: 100px;
width: 1px;
background: #f1c017;
position: absolute;
top: 0;
z-index: 1; }
.views-app .screens-container .screen::before {
left: 48%;
transform: translateX(-50%); }
.views-app .screens-container .screen::after {
left: 52%;
transform: translateX(-50%); }
.views-app .screens-container img {
width: 90%;
position: relative;
z-index: 2; }
.views-app .screens-container p {
margin: 1.5rem 0; } }
.views-app .screens-container .screen:first-child, .views-app .screens-container .screen:last-child {
margin-top: 0; }
@media (min-width: 1200px) {
.views-app .screens-container .screen:first-child, .views-app .screens-container .screen:last-child {
margin-top: -4rem; } }
.views-app .screens-container .screen.consumption span {
color: #f1c017; }
.views-app .screens-container .screen.challenge span {
color: #61f0f2; }
.views-app .screens-container .screen.ecogesture span {
color: #7fd771; }
line-height: 24px;
font-size: 1.25rem;
text-align: center;
margin: 1.5rem 0; }
@media (min-width: 1200px) {
.views-app p {
margin: 2rem 0 0; } }
.views-app p span {
display: block;
font-size: 1.5rem; }
background-color: black;
padding: 3.75rem 0;
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
text-align: center; }
.test-ecolyo .container {
max-width: 1200px;
margin: auto;
display: flex;
justify-content: center;
align-items: center; }
.test-ecolyo .container .button {
cursor: pointer;
display: flex;
text-decoration: none;
align-items: center;
justify-content: space-between;
background: #f1c017;
color: #121212;
border-radius: 2px;
width: 100%;
height: 56px;
max-width: fit-content;
padding: 1rem;
margin: 2rem 0;
border: 0;
transition: all 400ms ease;
font-size: 1.25rem;
text-align: center;
justify-content: center;
font-weight: 700;
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; }
@media all and (min-width: 1200px) {
.test-ecolyo .container .button > div:not(:last-child) {
margin-right: 1rem; } }
.test-ecolyo .container .button img {
margin-right: 1rem; }
.test-ecolyo .container .button:hover {
box-shadow: 0px 0px 20px 0px #f1c017; }
.test-ecolyo .container .button span {
font-weight: 900; }
.test-ecolyo .center-button {
margin-top: 1rem;
display: flex;
justify-content: center; }
.cloud-gl {
padding: 2rem 0 3rem;
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
background: #ffffff; }
.cloud-gl .container {
max-width: 1200px;
margin: auto; }
.cloud-gl .text-content {
max-width: 689px;
text-align: center;
margin: 0 auto; }
.cloud-gl h2,
.cloud-gl p {
color: #121212; }
.cloud-gl h2 {
font-size: 1.75rem;
font-weight: 900;
margin: 0.5rem 0 1rem; }
.cloud-gl p {
line-height: 1.463rem;
padding: 0;
font-weight: 500; }
.cloud-gl .button {
display: inline-block;
background: #ff0101;
text-align: center;
border-radius: 4px;
padding: 0.5rem 1.25rem;
margin-top: 1.25rem;
text-decoration: none;
max-width: 221px;
font-size: 1.125rem;
line-height: 1.238rem;
transition: all 0.4s; }
.cloud-gl .button:hover {
box-shadow: 0px 0px 10px 0px #ff0101; }
.cloud-gl .button span {
display: block; }
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
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
padding-top: 5rem;
display: flex;
flex-direction: column;
align-items: center;
min-height: 230px;
justify-content: space-between; }
@media (max-width: 1200px) {
footer .content {
padding-top: 2rem; } }
footer .content h2 {
text-align: center; }
footer .content .button {
cursor: pointer;
display: flex;
text-decoration: none;
align-items: center;
justify-content: space-between;
background: #f1c017;
color: #121212;
border-radius: 2px;
width: 100%;
height: 56px;
max-width: fit-content;
padding: 1rem;
margin: 2rem 0;
border: 0;
transition: all 400ms ease;
font-size: 1.25rem;
text-align: center;
justify-content: center;
font-weight: 700;
margin-top: -6rem;
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; }
@media all and (min-width: 1200px) {
footer .content .button > div:not(:last-child) {
margin-right: 1rem; } }
footer .content .button img {
margin-right: 1rem; }
footer .content .button:hover {
box-shadow: 0px 0px 20px 0px #f1c017; }
footer .content .button span {
font-weight: 900; }
footer .content .bottom {
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
padding: 1rem 2rem; }
@media (max-width: 1200px) {
footer .content .bottom {
padding: 1rem; } }
footer .content .bottom .logos-footer {
display: flex;
align-items: center; }
@media (max-width: 1200px) {
footer .content .bottom .logos-footer {
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
margin-left: 0;
width: 100%; } }
@media (min-width: 1200px) {
footer .content .bottom .logos-footer {
flex-basis: 33.33%; } }
footer .content .bottom .logos-footer .container-img:last-child {
display: flex;
align-items: center; }
@media (max-width: 1200px) {
footer .content .bottom .logos-footer .container-img:last-child {
width: 100%; }
footer .content .bottom .logos-footer .container-img:last-child img:not(.tiga) {
width: 31.33%;
margin-right: 5%; } }
footer .content .bottom .logos-footer img:not(.tiga) {
margin-right: 2rem; }
footer .content .bottom .logos-footer .gl {
width: 130px;
margin-right: 2rem; }
@media (max-width: 1200px) {
footer .content .bottom .logos-footer .gl {
margin-right: 0; } }
footer .content .bottom .logos-footer .tiga {
width: 67px; }
@media (max-width: 1200px) {
footer .content .bottom .logos-footer .tiga {
width: 25%; } }