* {
  margin: 0;
  line-height: 1;
  font-family: "Lato", sans-serif;
  color: white;
  box-sizing: border-box;
}

svg {
  overflow: visible;
}

body,
html {
  overflow-x: hidden;
  background: #121212;
}

.text-18-white {
  font-weight: 400;
  color: white;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-18-white-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: white;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-18-black-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-16-black-padding {
  font-weight: 400;
  padding-top: 2rem;
  color: #121212;
  font-size: 1rem;
  line-height: 1.3rem;
}

.text-18-black {
  font-weight: 400;
  color: #121212;
  font-size: 1.125rem;
  line-height: 1.6rem;
}

.text-26-white-bold-padding {
  font-weight: 900;
  padding-top: 2rem;
  color: white;
  font-size: 1.625rem;
  line-height: 2rem;
}

.text-36-white {
  font-weight: 900;
  font-size: 2.25rem;
}

.text-36-black {
  font-weight: 900;
  font-size: 2.25rem;
  color: #121212;
}

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;
  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;
  justify-self: start;
}
nav .links {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
}
nav .links > a:not(:last-child) {
  margin-right: 3.5rem;
}
nav .links .navlink {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-weight: 700;
}
nav .links .navlink.tester {
  color: #f1c017;
}

.container {
  padding: 0 1rem;
}
@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

.main-cta {
  min-height: 580px;
  background-color: #121212;
}
.main-cta .container {
  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: -webkit-fit-content;
  max-width: -moz-fit-content;
  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;
  padding: 1rem 4rem 1rem 2rem;
  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: #1b1c22;
  display: flex;
  text-align: center;
}
.explanation .content {
  margin: auto;
  width: 100%;
  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 rgb(216, 123, 57);
}
.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 rgb(69, 209, 184);
}
.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 rgb(58, 152, 236);
}
.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%;
  }
}

.security {
  background: #f1c017;
  display: flex;
  margin-top: -1rem;
  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;
}
.security .container-cloud {
  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;
  }
}
.security .container-img {
  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: #1b1c22;
  padding-bottom: 5rem;
}
@media (max-width: 1200px) {
  .views-app {
    padding-bottom: 1rem;
  }
}
.views-app .content {
  max-width: 945px;
  width: 100%;
  margin: 0 auto;
}
.views-app .fluid-pipes {
  text-align: center;
}
@media (max-width: 1200px) {
  .views-app .fluid-pipes {
    display: none;
  }
}
.views-app .screens-container {
  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;
}
.views-app p {
  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;
}

.test-ecolyo {
  background-color: black;
  padding: 3.75rem 0;
  display: flex;
  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: -webkit-fit-content;
  max-width: -moz-fit-content;
  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;
}

.steps {
  background: #1b1c22;
}
.steps .containerSteps {
  padding: 5rem 1rem;
  max-width: 1000px;
  margin: auto;
}
.steps .containerSteps .step {
  display: flex;
  justify-content: center;
  align-items: start;
  margin: auto;
  margin: 2.5rem 0;
}
@media all and (max-width: 1200px) {
  .steps .containerSteps .step {
    flex-direction: column;
  }
}
.steps .containerSteps .step .flex {
  display: flex;
}
@media all and (min-width: 1200px) {
  .steps .containerSteps .step img {
    position: relative;
    top: -60px;
  }
}
.steps .containerSteps .number {
  font-size: 5rem;
  margin-top: -0.5rem;
  margin-right: 1.5rem;
}
@media all and (max-width: 1200px) {
  .steps .containerSteps .number {
    margin-top: 0;
    font-size: 3rem;
  }
}
.steps .containerSteps .text > p {
  color: white;
  text-align: left;
}
@media all and (max-width: 1200px) {
  .steps .containerSteps .content {
    font-size: 1rem;
  }
}
.steps .containerSteps .header {
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
@media all and (max-width: 1200px) {
  .steps .containerSteps .header {
    font-size: 1.2rem;
  }
}
.steps .containerSteps .content {
  font-size: 1.2rem;
}
.steps .containerSteps .gaz-color {
  color: #45d1b8;
}
.steps .containerSteps .water-color {
  color: #3a98ec;
}
.steps .containerSteps .elec-color {
  color: #d87b39;
}
.steps .containerSteps .gl-color {
  color: #ff0101;
}
.steps .containerSteps .question {
  font-size: 1.8rem;
  color: white;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 2rem;
}
.steps .containerSteps .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: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 1rem;
  margin: 2rem 0;
  border: 0;
  transition: all 400ms ease;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  padding: 2rem 3rem;
  border-radius: 4px;
  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) {
  .steps .containerSteps .button > div:not(:last-child) {
    margin-right: 1rem;
  }
}
.steps .containerSteps .button img {
  margin-right: 1rem;
}
.steps .containerSteps .button:hover {
  box-shadow: 0px 0px 20px 0px #f1c017;
}
.steps .containerSteps .button span {
  font-weight: 900;
}

.cloud-gl {
  padding: 2rem 0 3rem;
  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;
  font-weight: 700;
  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;
}

footer {
  min-height: 230px;
  background-color: black;
  width: 100%;
}
footer .content {
  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: -webkit-fit-content;
  max-width: -moz-fit-content;
  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 :nth-child(3) {
    order: 1;
  }
}
footer .content .bottom .logos-footer {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  footer .content .bottom .logos-footer {
    flex-direction: column;
    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%;
  }
}
@media (min-width: 1200px) {
  footer .content .bottom .contact {
    flex-basis: 33.33%;
    text-align: center;
  }
}
footer .content .bottom .contact a {
  color: #f1c017;
  font-weight: 900;
  padding-left: 1rem;
}
@media (max-width: 1200px) {
  footer .content .bottom .contact a {
    display: block;
    margin-top: 1rem;
  }
}
footer .content .bottom .legal-notice {
  text-align: center;
  min-width: 8rem;
}
footer .content .bottom .legal-notice a {
  font-weight: normal;
  text-align: center;
}
footer .content .info {
  display: flex;
  align-items: center;
}
footer .content .info img {
  margin-right: 0.3rem;
}
footer .content .info a {
  text-decoration: none;
}
@media (min-width: 1200px) {
  footer .content .info {
    flex-basis: 33.33%;
    justify-content: flex-end;
  }
}

@media all and (max-width: 1200px) {
  .text-36-white,
.text-36-black {
    font-size: 1.85rem;
  }
  .navlink {
    display: none;
  }
  nav {
    grid-template-columns: 1fr;
  }
  nav .button-column .button {
    height: 44px;
    max-width: 120px;
    font-size: 1rem;
    text-align: center;
    display: none;
  }
  nav .main-logo {
    margin: auto;
  }
  nav .main-logo img {
    max-width: 100px;
  }
  nav .main-logo img:nth-child(2) {
    width: 45px;
  }
  nav .links {
    display: none;
  }
  .banner p {
    margin-left: 0.6rem;
  }
  .main-cta .desktop-illu {
    display: none;
  }
  .main-cta .container .content-img {
    min-height: 0;
  }
  .main-cta .container .content-img .illu {
    width: 100%;
    margin-left: -0.5rem;
  }
  .explanation {
    padding: 4rem 2rem;
  }
  .explanation .content .compteurs {
    flex-direction: column;
  }
  .explanation .content .compteurs > div:not(.gaz-color) {
    margin-bottom: 2rem;
  }
  .explanation .content .compteurs span {
    margin-bottom: 4rem;
  }
  .security .container .button {
    width: 100%;
    font-size: 0.95rem;
    padding: 1rem;
    text-align: center;
  }
  .test-ecolyo {
    padding: 2rem 0;
  }
  .test-ecolyo .content .button {
    width: 100%;
    font-size: 1.25rem;
    padding: 1rem;
    text-align: center;
  }
  footer .content .button {
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
  footer .content .bottom {
    flex-direction: column;
  }
  footer .content .bottom > div:not(:last-child) {
    margin-bottom: 2rem;
  }
  footer .content .bottom .contact {
    order: 1;
    margin: auto;
    text-align: center;
  }
  footer .content .bottom .logos-footer {
    order: 2;
    max-width: 250px;
    margin-left: 1.5rem;
  }
  footer .content .bottom .info {
    margin-left: 0;
    order: 3;
    transform: scale(0.8);
  }
}/*# sourceMappingURL=style.css.map */