@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Plus+Jakarta+Sans:400italic,700,600,800,400|Montserrat:700");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/66048c0dea45a830ef9e3bc4.66048c0eea45a830ef9e3bc7.gMZso7M.hcp.png");

@font-face {
  font-family: "Roboto-Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Roboto-Condensed.ttf") format("truetype");
}

.erreur {
    background-color: red;
    border-width: 3px;
}

.warning {
    background-color: orange;
    border-width: 3px;
}


.screen a {
  display: contents;
  text-decoration: none;
}

.container-center-horizontal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}

.container-center-horizontal > * {
  flex-shrink: 0;
  pointer-events: auto;
}

* {
  box-sizing: border-box;
}

.logo {
  align-items: flex-end;
  display: flex;
  height: 48px;
  justify-content: space-between;
  width: 268px;
}

.rectangle-127 {
  object-fit: cover;
  width: 48px;
}

.avenir-nergie {
  color: var(--shark);
  font-family: var(--font-family-montserrat);
  font-size: 23px;
  font-weight: 700;
  height: 30px;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: -10.8px;
  margin-right: -2px;
  white-space: nowrap;
  width: 208px;
}

.menu-1 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 0.78px;
  margin-left: 283px;
  min-width: 541px;
}

.survol:hover {
    color: var(--peridot);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nos-produits {
  color: var(--peridot);
  flex: 1;
  font-family: var(--font-family-plus_jakarta_sans);
  font-size: var(--font-size-m);
  font-weight: 700;
  height: 18px;
  line-height: 16px;
  margin-right: -0.5px;
  max-height: 18px;
}

.ligne-1 {
  flex: 1;
  height: 1px;
  margin-bottom: -0.5px;
  margin-left: 0.5px;
  margin-right: 0.5px;
  max-height: 1px;
  object-fit: cover;
}

.qui-sommes-nous {
  letter-spacing: 0;
  line-height: 16px;
  margin-left: 31px;
  min-height: 18px;
  min-width: 156px;
  white-space: nowrap;
}

.nos-services {
  line-height: 16px;
  margin-left: 32px;
  min-height: 18px;
  min-width: 101px;
}

.bouton-noir-2 {
  display: flex;
  height: 51px;
  margin-bottom: 1px;
  margin-left: 348px;
  width: 200px;
}

.overlap-group-8 {
  align-items: flex-start;
  background-color: var(--supernova);
  border-radius: 1000px;
  display: flex;
  height: 51px;
  justify-content: flex-end;
  margin-bottom: -5px;
  min-width: 200px;
  padding: 7px 30px;
}

.texte-intro {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  /*margin-bottom: 59.0px;*/
  /*margin-top: 59px;*/
  min-height: calc(100.00% - 118px);
  /*width: 683px;*/
}

.texte-encadre-1 {
  width: 301px;
}

.groupe-285-1 {
  margin-right: 13px;
  margin-top: 3px;
  min-width: 288px;
}

.overlap-group-9 {
  align-items: flex-end;
  background-color: var(--peridot-2);
  border-radius: 100px;
  display: flex;
  height: 45px;
  margin-top: -3px;
  min-width: 301px;
  padding: 9.5px 20px;
}

.no-1-start-up-in-united-states-1 {
  color: var(--shark);
  font-weight: 400;
  line-height: 21px;
  min-height: 22px;
  min-width: 250px;
  white-space: nowrap;
}

.join-the-worlds-lar {
  color: var(--shark);
  font-family: var(--font-family-plus_jakarta_sans);
  letter-spacing: 0;
  /*width: 683px;*/
}

@media screen and (min-width: 1400px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .join-the-worlds-lar {
        font-size: var(--font-size-xxl);
        font-weight: 600;
        line-height: 70px;
        margin-top: 13px;
        min-height: 240px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1399px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .join-the-worlds-lar {
        font-size: var(--font-size-xl);
        font-weight: 600;
        line-height: 48px;
        margin-top: 13px;
    }
}

@media screen and (max-width: 599px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .join-the-worlds-lar {
        font-size: var(--font-size-lg);
        font-weight: 600;
        line-height: 36px;
        margin-top: 13px;
    }
}


.titre-h2 {
    font-family: var(--font-family-plus_jakarta_sans);
    font-style: normal;
    font-weight: 600;
    color: var(--shark);
    letter-spacing: 0;
}

@media screen and (max-width: 599px) {
    .titre-h2 {
        font-size: var(--font-size-l);
    }
}

@media screen and (min-width: 600px) and (max-width: 990px) {
    .titre-h2 {
        font-size: var(--font-size-lg);
    }
}

@media screen and (min-width: 991px) and (max-width: 1399px) {
    .titre-h2 {
        font-size: var(--font-size-xl);
    }
}

@media screen and (min-width: 1400px) {
    .titre-h2 {
        font-size: var(--font-size-xxl);
    }
}

.span0 {
  color: var(--peridot);
}

.span1 {
  color: var(--supernova);
}

.bouton-noir-3 {
  display: flex;
  /*height: 80px;*/
  /*width: 200px;*/
}

.overlap-nos-services {
    align-items: flex-start;
    background-color: var(--supernova);
    border-radius: 1000px;
    display: flex;
    /*height: 80px;*/
    justify-content: flex-end;
    /*margin-bottom: -5px;*/
    /*min-width: 200px;*/
    /*padding: 11px 20px;*/
}

.overlap-group-10 {
  align-items: flex-start;
  background-color: var(--supernova);
  border-radius: 1000px;
  display: flex;
  /*height: 80px;*/
  justify-content: flex-end;
  margin-bottom: -5px;
  /*min-width: 200px;*/
  padding: 11px 20px;
}

.a-propos-de-nous-2 {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.94px;
  width: 195px;
}

.learn-more-3 {
  height: 20px;
  width: 158px;
}

.slide {
  /*align-items: center;*/
  display: flex;
  flex-direction: column;
  gap: 41px;
  margin-bottom: 0;
  min-height: 100%;
  /*width: 903px;*/
}

.group-container-slider-accueil {
  /*height: 540px;*/
  position: relative;
    /*margin-bottom: -200px;*/
  /*width: 903px;*/
}

.groupe-dfilant-1::-webkit-scrollbar {
  display: none;
  width: 0;
}

.rectangle-8020 {
  border-radius: 24px;
  flex: 0 0 auto;
  height: 714px;
  object-fit: cover;
  /*width: 619px;*/
}

.overlap-group2-3 {
  height: 317px;
  left: 0;
  position: absolute;
  top: 321px;
  width: 241px;
}

.rectangle-8021 {
  background-color: var(--alto);
  border-radius: 18px;
  filter: blur(50px);;
  height: 268px;
  left: 0;
  position: absolute;
  top: 49px;
  width: 99px;
}

.rectangle-8022 {
  background-color: var(--white);
  border-radius: 18px;
  height: 307px;
  left: 2px;
  position: absolute;
  top: 0;
  width: 239px;
}

.x94-startup-1 {
  left: 27px;
  line-height: 36px;
  top: 258px;
}

.investor-1 {
  color: var(--gold-tips-2);
  font-family: var(--font-family-plus_jakarta_sans);
  font-size: var(--font-size-30px);
  font-weight: 700;
  left: 30px;
  line-height: 48px;
  top: 217px;
}

.solar-house_3d-2 {
  height: 193px;
  left: 30px;
  top: 15px;
  width: 193px;
}

.overlap-group3-1 {
  height: 183px;
  left: 446px;
  position: absolute;
  top: 108px;
  width: 457px;
}

.ombre {
  background-color: var(--alto-2);
  border-radius: 1000px;
  filter: blur(50px);;
  height: 97px;
  left: 290px;
  position: absolute;
  top: 44px;
  width: 160px;
}

.fond-1 {
  background-color: var(--white);
  border-radius: 1000px;
  height: 133px;
  left: 0;
  position: absolute;
  top: 0;
  width: 457px;
}

.robinet {
  background-color: var(--supernova);
  border-radius: 1000px;
  display: flex;
  height: 83px;
  left: 338px;
  position: absolute;
  top: 100px;
  width: 82px;
}

.save-water_3d {
  flex: 1;
  margin-bottom: 9px;
  margin-left: 9px;
  margin-right: 9px;
  margin-top: 10px;
  object-fit: cover;
  width: 64px;
}

.text-slide-partout-en-guadeloupe {
  color: var(--gray);
  font-family: var(--font-family-plus_jakarta_sans);
  font-size: var(--font-size-lg);
  font-weight: 400;
  left: 133px;
  letter-spacing: 0;
  line-height: 30px;
  position: absolute;
  top: 34px;
  width: 284px;
}

.span0-1 {
  color: var(--shark);
}

.overlap-group2-4 {
  align-items: flex-start;
  background-color: var(--peridot-2);
  border-radius: 1000px;
  display: flex;
  height: 91px;
  justify-content: flex-end;
  margin-bottom: 0;
  min-width: 90px;
  padding: 18.0px 13.2px;
}

.uuid-d5ed7276-457f-4 {
  display: flex;
  height: 54px;
  width: 63px;
}

.uuid-bf882de8-5be4-4 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  gap: 2px;
  min-width: 62.78px;
}

.trac-container-1 {
  height: 51px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.trac-1 {
  height: 45px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 50px;
}

.trac-2 {
  height: 12px;
  left: 36px;
  object-fit: cover;
  position: absolute;
  top: 38px;
  width: 12px;
}

.trac-4 {
  height: 6px;
  left: 14px;
  object-fit: cover;
  position: absolute;
  top: 48px;
  width: 6px;
}

.trac-3 {
  height: 8px;
  margin-top: 10.78px;
  object-fit: cover;
  width: 11px;
}

.groupe-286 {
  align-items: flex-end;
  display: flex;
  height: 33px;
  /*justify-content: flex-end;*/
  margin-left: 14.62px;
  /*min-width: 612px;*/
}

.vector-2124 {
  align-self: center;
  height: 1px;
  margin-top: 1.26px;
  object-fit: cover;
  width: 200px;
}

.rectangle-16 {
  background-color: var(--white);
  height: 29px;
  left: 0;
  position: absolute;
  top: 0;
  width: 36px;
}

.x2 {
  align-self: flex-start;
  color: var(--gray);
  font-weight: 400;
  line-height: 32px;
  margin-left: 27px;
  margin-top: -6px;
  min-height: 22px;
  text-align: center;
  white-space: nowrap;
  width: 18px;
}

.nos-services-1 {
  align-items: flex-start;
  background-color: var(--alabaster);
  display: flex;
  /*height: 533px;*/
  /*margin-top: 104px;*/
  /*min-width: 1920px;*/
  /*padding-top: 140px;*/
  /*padding-bottom: 140px;*/
}

.texte {
  align-self: center;
  display: flex;
  flex-direction: column;
  height: 203px;
  justify-content: space-between;
  margin-top: 6.22px;
  /*width: 400px;*/
}

.groupe-356 {
  display: flex;
  flex-direction: column;
  height: 63px;
  justify-content: space-between;
  width: 271px;
}

.nos {
  color: var(--shark);
  flex: 1;
  font-weight: 600;
  height: 50px;
  line-height: 68px;
  margin-right: -2px;
  margin-top: -10px;
  max-height: 50px;
  white-space: nowrap;
}

.rectangle-136 {
  background-color: var(--peridot);
  height: 6px;
  width: 64px;
}

.lorem-ipsum-dolor-si-1 {
  color: var(--gray);
  flex: 1;
  height: 108.22px;
  margin-bottom: 6px;
  margin-right: -2px;
  max-height: 108.22px;
}

.chauffe-eau-solaire-1 {
  align-items: flex-end;
  background-color: var(--supernova);
  border-radius: 22px;
  display: flex;
  height: 222px;
  /*margin-left: 77px;*/
 min-width: 239px;
}

.groupe-369 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 27px;
  /*margin-left: 27px;*/
  /*margin-right: 27px;*/
  /*min-height: 151px;*/
}

@media screen and ( min-width: 768px ) {
    .groupe-369 {
        gap: 64px;
    }
}
@media screen and ( max-width: 767px ) {
    .groupe-369 {
        gap: 44px;
    }
}

.chauffe-eau-solaire-2 {
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  margin-top: 2px;
  min-height: 46px;
  white-space: nowrap;
}

.nos-services-item {
  align-items: flex-start;
  background-color: var(--supernova);
  border-radius: 22px;
  display: flex;
  /*height: 222px;*/
  /*margin-left: 65px;*/
 /*min-width: 239px;*/
}

.groupe-369-1 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-bottom: 27px;
  /*margin-left: 27px;*/
  /*margin-right: 27px;*/
  /*min-height: 151px;*/
}


@media screen and ( min-width: 768px ) {
    .groupe-369-1 {
        gap: 90px;
    }
}
@media screen and ( max-width: 767px ) {
    .groupe-369-1 {
        gap: 70px;
    }
}

.chauffe-eau-thermodynamique-1 {
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  margin-top: 2px;
  min-height: 46px;
  white-space: nowrap;
}

.brasseur-dair {
    color: var(--shark);
    font-weight: 700;
    line-height: 20px;
    margin-top: 2px;
    /*min-height: 46px;*/
    white-space: nowrap;
}

.centrale-solaire-photovoltaque-1 {
  margin-top: 2px;
}

.qui-sommes-nous-1 {
  align-items: flex-end;
  background-color: var(--supernova);
  display: flex;
  justify-content: space-between;
}

.votre-projet {
    align-items: flex-end;
    background-color: var(--supernova);
    display: flex;
    justify-content: space-between;
}

@media screen and ( min-width: 1200px ) {
    .bloc-votre-projet {
        min-height: 700px;
    }
}

.bloc-image-qui-sommes-nous {
  align-items: center;
  /*display: flex;*/
  /*gap: 68px;*/
  /*margin-bottom: 120px;*/
  /*margin-left: 140px;*/
  /*margin-top: 88px;*/
  /*min-width: 890px;*/
}

.overlap-group1-2 {
  border-radius: 19px;
  height: 521px;
  margin-top: 35.0px;
  position: relative;
  width: 452px;
}

.overlap-group-12 {
  align-items: flex-start;
  background-image: url(../img/img-1381@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 19px;
  display: flex;
  height: 521px;
  left: 0;
  min-width: 452px;
  position: absolute;
  top: 0;
}

.rectangle-158 {
  background-color: var(--shark);
  border-radius: 19px;
  height: 521px;
  mix-blend-mode: multiply;
  opacity: 0.74;
  width: 452px;
}

.texte-1 {
  display: flex;
  flex-direction: column;
  height: 138px;
  justify-content: space-between;
  left: 68px;
  position: absolute;
  top: 188px;
  width: 319px;
}

.x120-k {
  flex: 1;
  height: 70px;
  letter-spacing: 0;
  line-height: 90px;
  margin-right: 0.9px;
  margin-top: -11px;
  max-height: 70px;
  text-align: center;
  white-space: nowrap;
}

.lorem-ipsum {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  height: 45px;
  line-height: 23px;
  margin-bottom: -0.5px;
  margin-left: 19.9px;
  margin-right: -2.0px;
  max-height: 45px;
  text-align: center;
}

.overlap-group-container {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 84px;
  min-height: 900px;
  width: 370px;
}

.overlap-group2-5 {
  border-radius: 19px;
  height: 448px;
  position: relative;
  width: 370px;
}

.overlap-group-13 {
  background-image: url(../img/img-1381-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 19px;
  height: 448px;
  left: 0;
  position: absolute;
  top: 0;
  width: 370px;
}

.rectangle-158-1 {
  height: 448px;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 370px;
}

.rectangle-159 {
  background: linear-gradient(358.08deg, #262626 20.37%, #ffffff 72.16%);
  border-radius: 19px;
  height: 448px;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 370px;
}

.texte-2 {
  display: flex;
  flex-direction: column;
  height: 147px;
  justify-content: space-between;
  left: 38px;
  position: absolute;
  top: 148px;
  width: 297px;
}

.x37 {
  flex: 1;
  height: 70px;
  letter-spacing: 0;
  line-height: 90px;
  margin-left: 71px;
  margin-right: 70px;
  margin-top: -11px;
  max-height: 70px;
  text-align: center;
  white-space: nowrap;
}

.lorem-ipsum-1 {
  flex: 1;
  height: 45px;
  margin-bottom: -0.5px;
  margin-right: -2px;
  max-height: 45px;
}

.overlap-group3-2 {
  border-radius: 19px;
  height: 368px;
  position: relative;
  width: 312px;
}

.overlap-group-14 {
  align-items: flex-start;
  background-image: url(../img/img-1381-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 19px;
  display: flex;
  height: 368px;
  left: 0;
  min-width: 312px;
  position: absolute;
  top: 0;
}

.rectangle-158-2 {
  height: 368px;
  opacity: 0.64;
  width: 312px;
}

.texte-3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: -5px;
  left: 18px;
  min-height: 142px;
  position: absolute;
  top: 120px;
  width: 279px;
}

.x450 {
  letter-spacing: 0;
  line-height: 90px;
  margin-right: 1.0px;
  margin-top: -11px;
  min-height: 70px;
  min-width: 136px;
  text-align: center;
  white-space: nowrap;
}

.lorem-ipsum-2 {
  min-height: 68px;
  width: 279px;
}

.bloc-texte-qui-sommes-nous {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}

@media screen and ( min-width: 1200px ) {
    .bloc-texte-qui-sommes-nous {
        margin-top: 100px;:
    }
}

.texte-encadre-2 {
  width: 201px;
}

.groupe-285-2 {
  margin-right: 9px;
  margin-top: 5px;
  min-width: 192px;
}

.overlap-group-15 {
  border-radius: 100px;
  height: 45px;
  margin-top: -5px;
  position: relative;
  width: 201px;
}

.frame-48061-1 {
  background-color: var(--white);
  border-radius: 100px;
  height: 45px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 201px;
}

.no-1-start-up-in-united-states {
  color: var(--shark);
  font-weight: 400;
  left: 20px;
  line-height: 21px;
  position: absolute;
  top: 14px;
  white-space: nowrap;
}

.titre-qui-sommes-nous {
  color: var(--shark);
  font-weight: 600;
  margin-top: 42px;
  /*min-height: 193px;*/
  white-space: nowrap;
}

@media screen and ( min-width: 1400px ) {
    .titre-qui-sommes-nous {
        line-height: 68px;
    }
}

@media screen and ( min-width: 600px ) and ( max-width: 1399px ) {
    .titre-qui-sommes-nous {
        line-height: 40px;
    }
}

@media screen and ( max-width: 599px ) {
    .titre-qui-sommes-nous {
        line-height: 24px;
    }
}

.texte-qui-sommes-nous {
  color: var(--shark);
  font-family: var(--font-family-plus_jakarta_sans);
  margin-top: 40px;
  /*min-height: 224px;*/
  line-height: 1.5rem;
}

.bouton-noir-4 {
  display: flex;
  height: 80px;
  margin-top: 54px;
  width: 198px;
}

.groupe-284-1 {
  margin-left: 6px;
  margin-right: 6px;
  min-width: 186px;
}

.get-started-1 {
  min-width: 124px;
}

.nos-services-2 {
  align-items: flex-end;
  background-color: var(--alabaster);
  display: flex;
  height: 650px;
  /*min-width: 1920px;*/
  /*padding: 115px 140px;*/
  padding-top: 115px;
  padding-bottom: 115px;
}

.groupe-377 {
  display: flex;
  gap: 58px;
  height: 419px;
  width: 1640px;
}

.texte-5 {
  display: flex;
  flex-direction: column;
  height: 287px;
  justify-content: space-between;
  margin-top: 13px;
  /*width: 368px;*/
}

.groupe-356-1 {
  width: 277px;
}

.lorem-ipsum-dolor-si-3 {
  color: var(--gray);
  flex: 1;
  height: 190px;
  margin-bottom: 6px;
  margin-right: -2px;
  max-height: 190px;
  white-space: nowrap;
}

.services-4 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  /*min-width: calc(100.00% - 426px);*/
}

.services-5 {
  display: flex;
  height: 419px;
  margin-top: 0;
  /*width: 363px;*/
}

.service {
  align-items: flex-start;
  /*background-image: url(../img/background-2@1x.png);*/
  /*background-position: 50% 50%;*/
  /*background-size: cover;*/
  background-color: white;
    display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 100%;
  padding: 25px;
  /*width: 363px;*/
}

.vector-4 {
  height: 28px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 14px;
  width: 28px;
}

.diagnostic-et-tude {
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  margin-left: 6.0px;
  margin-top: 27px;
  min-height: 70px;
  width: 222px;
}

.nos-quipes-expertes {
  align-self: flex-end;
  color: var(--gray);
  font-weight: 400;
  height: 126px;
  line-height: 25px;
  margin-top: 34px;
  width: 259px;
}

.services-infos {
    display: flex;
    height: 419px;
    /*margin-left: 63px;*/
    margin-top: 0;
    /*width: 363px;*/
}

.services-6 {
  display: flex;
  height: 419px;
  /*margin-left: 63px;*/
  margin-top: 0;
  /*width: 363px;*/
}

/*.conseil-sur-les-meil {*/
/*  color: var(--shark);*/
/*  font-weight: 700;*/
/*  line-height: 20px;*/
/*  margin-left: 6.0px;*/
/*  margin-top: 27px;*/
/*  min-height: 70px;*/
/*  width: 222px;*/
/*}*/

/*.nous-vous-proposons {*/
/*  align-self: flex-end;*/
/*  color: var(--gray);*/
/*  font-weight: 400;*/
/*  height: 126px;*/
/*  line-height: 25px;*/
/*  margin-top: 34px;*/
/*  width: 259px;*/
/*}*/

.services-7 {
  display: flex;
  height: 419px;
  /*margin-left: 62px;*/
  margin-top: 0;
  /*width: 363px;*/
}

.h3-nos-services {
    color: var(--shark);
    font-weight: 700;
    line-height: 20px;
    margin-left: 6.0px;
    margin-top: 27px;
    min-height: 70px;
}

.nos-services-description {
    align-self: flex-end;
    color: var(--gray);
    font-weight: 400;
    /*height: 126px;*/
    line-height: 25px;
    margin-left: 6.0px;
}

@media screen and ( min-width: 768px ){
    .nos-services-description {
        margin-top: 34px;
    }
}

.h3-nos-produits {
    color: var(--shark);
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: center;
    height: 18px;
    margin-top: -7px;
}

/*.installation-et-main {*/
/*  color: var(--shark);*/
/*  font-weight: 700;*/
/*  line-height: 20px;*/
/*  margin-left: 6.0px;*/
/*  margin-top: 27px;*/
/*  min-height: 70px;*/
/*  width: 222px;*/
/*}*/

/*.nos-techniciens-qual {*/
/*  align-self: flex-end;*/
/*  color: var(--gray);*/
/*  font-weight: 400;*/
/*  height: 126px;*/
/*  line-height: 25px;*/
/*  margin-top: 34px;*/
/*  width: 259px;*/
/*}*/

.texte-6 {
  align-items: center;
  display: flex;
  flex: 1;
  flex-direction: column;
  /*gap: 28px;*/
  /*margin-left: 76px;*/
  /*margin-right: 112px;*/
  /*max-height: 151px;*/
  /*min-height: 151px;*/
}

.groupe-356-2 {
  margin-left: 33.0px;
  width: 271px;
}

.lorem-ipsum-dolor-si-4 {
  color: var(--gray);
  min-height: 54px;
  min-width: 1046px;
  text-align: center;
  white-space: nowrap;
}

.boutons {
  align-items: flex-start;
  display: flex;
  flex: 1;
  /*max-height: 58px;*/
  min-width: 100%;
}

.bouton-nos-produits {
    align-items: flex-start;
    display: flex;
    height: 58px;
    /*min-width: 229px;*/
}

.groupe-378 {
  align-items: flex-start;
  display: flex;
  height: 58px;
  min-width: 229px;
}

.overlap-group-produits {
    align-items: flex-end;
    border: 1px solid;
    border-color: var(--supernova);
    border-radius: 32px;
    display: flex;
    height: 63px;
    margin-top: -5px;
    padding: 21.0px 35px;
}

.overlap-group-16 {
  align-items: flex-end;
  border: 1px solid;
  border-color: var(--supernova);
  border-radius: 32px;
  display: flex;
  height: 63px;
  margin-top: -5px;
  min-width: 245px;
  padding: 21.0px 35px;
}

.a-propos-de-nous-3 {
  display: flex;
  height: 18px;
  width: 159px;
}

.learn-more-4 {
  flex: 1;
  margin-bottom: 5px;
  margin-right: -2px;
  margin-top: -7px;
  width: 159px;
}

.groupe-384 {
  align-items: flex-start;
  display: flex;
  height: 58px;
  margin-left: 56px;
  min-width: 183px;
}

.overlap-group2-6 {
  align-items: flex-end;
  background-color: var(--supernova);
  border-radius: 32px;
  display: flex;
  height: 63px;
  margin-top: -5px;
  min-width: 190px;
  padding: 20.0px 36px;
}

.a-propos-de-nous-4 {
  display: flex;
  height: 18px;
  width: 113px;
}

.learn-more-5 {
  flex: 1;
  margin-bottom: 5px;
  margin-right: -2px;
  margin-top: -7px;
  width: 113px;
}

.groupe-383 {
  align-items: flex-start;
  display: flex;
  height: 58px;
  margin-left: 47px;
  min-width: 326px;
}

.overlap-group1-3 {
  align-items: flex-end;
  border: 1px solid;
  border-color: var(--supernova);
  border-radius: 32px;
  display: flex;
  height: 63px;
  margin-top: -5px;
  min-width: 351px;
  padding: 21.0px 35px;
}

.learn-more-1 {
  flex: 1;
  margin-bottom: 5px;
  margin-right: -2px;
  margin-top: -7px;
  width: 256px;
}

.groupe-385 {
  align-items: flex-start;
  display: flex;
  height: 58px;
  margin-left: 65px;
  min-width: 326px;
}

.overlap-group3-3 {
  align-items: flex-end;
  border: 1px solid;
  border-color: var(--supernova);
  border-radius: 32px;
  display: flex;
  height: 63px;
  margin-top: -5px;
  min-width: 347px;
  padding: 21.0px 35px;
}

.image {
  display: flex;
  height: 825px;
  left: 130px;
  position: absolute;
  top: 0;
  width: 619px;
}

.rectangle-8020-1 {
  border-radius: 24px;
  flex: 1;
  object-fit: cover;
  width: 619px;
}

.x94-startup {
  color: var(--shark);
  font-weight: 400;
  left: 55px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 234px;
  white-space: nowrap;
}

.investor {
  left: 71px;
  letter-spacing: 0;
  line-height: 64px;
  position: absolute;
  top: 182px;
  white-space: nowrap;
}

.solar-house_3d {
  height: 168px;
  left: 42px;
  object-fit: cover;
  position: absolute;
  top: 20px;
  width: 169px;
}

.overlap-group2-1 {
  height: 141px;
  left: 430px;
  position: absolute;
  top: 108px;
  width: 457px;
}

.fond {
  background-color: var(--supernova);
  border-radius: 1000px;
  height: 133px;
  left: 0;
  position: absolute;
  top: 0;
  width: 457px;
}

.trac-container {
  background-color: var(--white);
  border-radius: 1000px;
  height: 91px;
  margin-bottom: 0;
  position: relative;
  width: 90px;
}

.trac-5 {
  height: 17px;
  left: 25px;
  object-fit: cover;
  position: absolute;
  top: 25px;
  width: 17px;
}

.trac-6 {
  height: 17px;
  left: 48px;
  object-fit: cover;
  position: absolute;
  top: 49px;
  width: 17px;
}

.trac-7 {
  height: 45px;
  left: 28px;
  object-fit: cover;
  position: absolute;
  top: 23px;
  width: 33px;
}

.groupe-376 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: -1px;
  left: 144px;
  min-height: 84px;
  position: absolute;
  top: 30px;
  width: 217px;
}

.text-container {
  align-items: flex-start;
  display: flex;
  gap: 5px;
  height: 68px;
  min-width: 216px;
}

.text-1 {
  align-self: flex-end;
  letter-spacing: 0;
  line-height: 43px;
  min-height: 59px;
  min-width: 203px;
  white-space: nowrap;
}

.text-2 {
  color: var(--shark);
  font-weight: 400;
  line-height: 25px;
  min-height: 18px;
  white-space: nowrap;
}

.texte-7 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 767px;
  /*position: absolute;*/
  top: 29px;
  /*width: 792px;*/
}

.bloc-texte-produit {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    /*position: absolute;*/
    top: 29px;
}

.texte-encadre {
  display: flex;
  height: 45px;
  width: 199px;
}

.groupe-285 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  margin-right: 15px;
  margin-top: 5px;
  min-width: 184px;
}

.overlap-group-2 {
  border-radius: 100px;
  height: 45px;
  margin-top: -5px;
  position: relative;
  width: 199px;
}

.frame-48061 {
  background-color: var(--gold-tips);
  border-radius: 100px;
  height: 45px;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 199px;
}

.overlap-group-3 {
    height: 186px;
    margin-top: 32px;
    position: relative;
    width: 792px;
}

.bloc-titre-produit {
    /*height: 186px;*/
    /*margin-top: 32px;*/
    position: relative;
    /*width: 792px;*/
}

.profitez-dun {
  color: var(--gray);
  font-weight: 400;
  line-height: 34px;
  margin-top: 53px;
  min-height: 54px;
  width: 615px;
}

.accroche-produit {
    color: var(--gray);
    font-weight: 400;
    line-height: 34px;
    /*margin-top: 53px;*/
    /*min-height: 54px;*/
    /*width: 615px;*/
}
.services {
  display: flex;
  height: 21px;
  margin-top: 51px;
  /*width: 601px;*/
}

.checkmark {
  display: flex;
  margin-left: 0;
  margin-top: 1px;
  width: 19.95px;
}

.checkmark-circle {
  align-items: flex-start;
  display: flex;
  flex: 1;
  justify-content: center;
  min-width: 19.95px;
}

.vector-container-2 {
  height: 20px;
  position: relative;
  width: 20px;
}

.vector-5 {
  height: 10px;
  left: 6px;
  object-fit: cover;
  position: absolute;
  top: 4px;
  width: 12px;
}

.vector-6 {
  height: 20px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 20px;
}

.span-1 {
  color: var(--shark);
  font-weight: 400;
}

.services-1 {
  display: flex;
  height: 21px;
  margin-top: 25px;
  /*width: 601px;*/
}

.services-2 {
  display: flex;
  height: 21px;
  margin-top: 24px;
  /*width: 601px;*/
}

.image-container {
  height: 882px;
  position: relative;
  /*width: 890px;*/
}

.image-3 {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: 0;
  min-height: 880px;
  position: absolute;
  top: 0;
  width: 751px;
}

.overlap-group1-4 {
  height: 825px;
  margin-right: 2px;
  position: relative;
  width: 749px;
}

.montant-net-payer-1 {
  width: 595px;
}

.image-4 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 3px;
  min-height: 772px;
  padding: 0.0px 0;
  position: absolute;
  top: 110px;
  width: 887px;
}

.tarif {
  align-items: flex-start;
  align-self: flex-end;
  display: flex;
  min-width: 457px;
}

.groupe-376-1 {
  flex-direction: column;
  gap: 8px;
  left: 144px;
  min-height: 84px;
  top: 28px;
  width: 248px;
}

.text-5 {
  letter-spacing: 0;
  line-height: 43px;
  min-height: 59px;
  min-width: 124px;
  white-space: nowrap;
}

.offre-prcarit {
  color: var(--shark);
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 2.0px;
  min-height: 18px;
  min-width: 110px;
  white-space: nowrap;
}

.x30 {
  align-items: flex-end;
  display: flex;
  margin-top: 193px;
  min-width: 241px;
}

.overlap-group-17 {
  height: 317px;
  margin-bottom: 0;
  position: relative;
  width: 241px;
}

.x94-startup-2 {
  left: 28px;
  line-height: 25px;
  top: 234px;
}

.solar-house_3d-1 {
  height: 168px;
  left: 42px;
  top: 15px;
  width: 169px;
}

.tarif-pour-modle-e {
  align-self: center;
  color: var(--gray);
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  margin-right: 32.0px;
  margin-top: 82px;
  min-height: 36px;
  width: 543px;
}

.texte-8 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 57.0px;
  min-height: 767px;
  /*width: 792px;*/
}

.brasseur-dair-fra {
  color: var(--shark);
  font-weight: 600;
  left: 0;
  line-height: 68px;
  position: absolute;
  top: 0;
  width: 792px;
}

.rectangle-143 {
  background-color: var(--supernova);
  height: 6px;
  left: 0;
  position: absolute;
  top: 71px;
  width: 314px;
}

.image-5 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  left: 688px;
  min-height: 880px;
  /*position: absolute;*/
  top: 0;
  /*width: 887px;*/
}

.x94-startup-3 {
  left: 71px;
  line-height: 25px;
  top: 242px;
}

.investor-2 {
  left: 71px;
  line-height: 64px;
  top: 191px;
}

.solar-house_3d-3 {
  height: 168px;
  left: 42px;
  top: 25px;
  width: 169px;
}

.montant-net-payer-2 {
  margin-left: 4.0px;
  width: 611px;
}

.texte-9 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  left: 0;
  min-height: 836px;
  /*position: absolute;*/
  top: 0;
  /*width: 792px;*/
}

.chauffe-eau-thermod {
  color: var(--shark);
  font-weight: 600;
  left: 0;
  line-height: 68px;
  position: absolute;
  top: 0;
  width: 792px;
}

.rectangle-147 {
  background-color: var(--supernova);
  height: 6px;
  left: 0;
  position: absolute;
  top: 140px;
  width: 456px;
}

.optez-pour-le-confor {
  color: var(--gray);
  font-weight: 400;
  line-height: 34px;
  margin-top: 53px;
  min-height: 54px;
  width: 656px;
}

.services-8 {
  display: flex;
  height: 41px;
  margin-top: 51px;
  /*width: 637px;*/
}

.checkmark-1 {
  display: flex;
  height: 20px;
  margin-left: 0;
  margin-top: 1px;
  width: 19.95px;
}

.technologie-thermody {
  align-self: flex-end;
  flex: 1;
  height: 43px;
  letter-spacing: 0;
  line-height: 25px;
  margin-right: -2.0px;
  width: 605px;
}

.services-3 {
  display: flex;
  height: 21px;
  margin-top: 29px;
  /*width: 601px;*/
}

.image-6 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 100%;
  /*width: 887px;*/
}

.x94-startup-4 {
  left: 61px;
  line-height: 25px;
  top: 234px;
}

.groupe-376-2 {
  gap: 34px;
  height: 94px;
  left: 146px;
  min-width: 278px;
  top: 25px;
}

.text-container-1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-top: -5px;
  min-height: 100px;
  width: 235px;
}

.text-6 {
  color: var(--shark);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: -8px;
  min-height: 22px;
  white-space: nowrap;
}

.text-7 {
  color: var(--shark);
  font-family: var(--font-family-plus_jakarta_sans);
  font-size: 33px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 35px;
  margin-top: 8px;
  min-height: 70px;
  white-space: nowrap;
}

.pour-connatre-le-mo {
  color: var(--gray);
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  margin-right: 32.0px;
  min-height: 36px;
  width: 543px;
}

.texte-10 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-bottom: 84px;
  margin-top: 29px;
  min-height: calc(100.00% - 113px);
  /*width: 792px;*/
}

.centrale-solaire-ph {
  color: var(--shark);
  font-weight: 600;
  left: 0;
  line-height: 68px;
  position: absolute;
  top: 0;
  width: 792px;
}

.rectangle-148 {
  background-color: var(--supernova);
  height: 6px;
  left: 0;
  position: absolute;
  top: 141px;
  width: 378px;
}

.face-lenvole-des {
  color: var(--gray);
  font-weight: 400;
  line-height: 34px;
  margin-top: 53px;
  min-height: 54px;
  width: 676px;
}

.services-9 {
  display: flex;
  height: 41px;
  margin-top: 51px;
  /*width: 601px;*/
}

.devenir-plus-autonom {
  align-self: flex-end;
  color: var(--shark);
  flex: 1;
  font-family: var(--font-family-plus_jakarta_sans);
  font-size: var(--font-size-m);
  font-weight: 700;
  height: 43px;
  letter-spacing: 0;
  line-height: 25px;
  margin-right: -2.0px;
  width: 569px;
}

.span1-1 {
  font-weight: 400;
}

.services-10 {
  display: flex;
  height: 21px;
  margin-top: 24px;
  /*width: 652px;*/
}

.services-11 {
  display: flex;
  height: 41px;
  margin-top: 24px;
  /*width: 601px;*/
}

.rduisez-votre-impac {
  align-self: flex-end;
  flex: 1;
  height: 43px;
  letter-spacing: 0;
  line-height: 25px;
  margin-right: -2.0px;
  width: 569px;
}

.bouton-noir-5 {
  display: flex;
  height: 80px;
  margin-top: 65px;
  width: 198px;
}

.formulaire-container {
  height: 1080px;
  position: relative;
  /*width: 1920px;*/
}

.formulaire {
  align-items: center;
  /*background-image: url(../img/trac--8-1@1x.png);*/
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  gap: 122px;
  height: 1080px;
  left: 0;
  /*min-width: 1920px;*/
  position: absolute;
  top: 0;
}

.text-8 {
  display: flex;
  height: 68px;
  width: 221px;
}

.merci {
  color: var(--shark);
  flex: 1;
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 9px;
  margin-right: -2px;
  margin-top: -11px;
  white-space: nowrap;
  width: 221px;
}

.ligne-2-2 {
  align-self: flex-end;
  margin-top: 35px;
  width: 817px;
}

.lorem-ipsum-dolor-si-5 {
  color: var(--shark);
  height: 223px;
  margin-left: 8px;
  margin-top: 32px;
  width: 676px;
}

.get-in-touch {
  display: flex;
  flex-direction: column;
  height: 113px;
  justify-content: space-between;
  margin-left: 8.0px;
  margin-top: 274px;
  width: 209px;
}

.suivez-nous-sur {
  color: var(--shark);
  flex: 1;
  font-weight: 400;
  height: 31px;
  line-height: 25px;
  margin-left: 0;
  margin-right: -2.0px;
  margin-top: 2.5px;
  max-height: 31px;
  overflow: hidden;
}

.fb {
  background-image: url(../img/vector@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 21px;
  width: 11px;
}

.twit {
  background-image: url(../img/vector-1@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 17px;
  width: 21px;
}

.wa {
  background-image: url(../img/vector-2@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 21px;
  width: 21px;
}

.overlap-group-4 {
  align-items: flex-start;
  background-color: var(--gallery);
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 1080px;
  padding: 140.0px 132.0px;
  width: 830px;
}

.groupe-de-masques-1 {
  height: 23px;
  object-fit: cover;
  width: 553px;
}

.text-9 {
  align-self: flex-start;
  display: flex;
  height: 57px;
  width: 461px;
}

.groupe-container-2 {
  align-items: flex-start;
  display: flex;
  gap: 35px;
  margin-right: 0.5px;
  margin-top: 40px;
  /*min-width: 817px;*/
}

.groupe-4 {
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  height: 69px;
  /*min-width: 391px;*/
  padding: 19.5px 41px;
}

.groupe-42 {
  align-items: flex-end;
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  height: 69px;
  margin-right: 0.5px;
  margin-top: 17px;
  /*min-width: 817px;*/
  padding: 19.5px 41px;
}

.groupe-container-3 {
  align-items: flex-start;
  display: flex;
  gap: 35px;
  margin-right: 0.5px;
  margin-top: 17px;
  /*min-width: 817px;*/
}

.place {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 39px;
  white-space: nowrap;
}

.code-postal {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 117px;
  white-space: nowrap;
}

.email {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 60px;
  white-space: nowrap;
}

.tlphone {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 104px;
  white-space: nowrap;
}

.groupe-426 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  height: 134px;
  margin-right: 0.5px;
  margin-top: 17px;
  /*min-width: 817px;*/
  padding: 27.5px 41px;
}

.votre-message {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  white-space: nowrap;
}

.flex-row-4 {
  align-items: flex-start;
  display: flex;
  height: 123px;
  margin-right: 0.5px;
  margin-top: 30px;
  /*min-width: 823px;*/
}

.a-propos-de-nous-5 {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  height: 19px;
  justify-content: space-between;
  margin-bottom: 23.0px;
  width: 93px;
}

.learn-more-2 {
  margin-bottom: 5px;
  margin-right: -2px;
  margin-top: -6.0px;
  width: 56px;
}

.groupe-403-1 {
  align-items: flex-end;
  display: flex;
  height: 31px;
  justify-content: space-between;
  margin-left: 304px;
  margin-top: 0;
  width: 197px;
}

.jaccepte-de-recevoir {
  height: 17px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: -7.7px;
  margin-right: -2.0px;
  white-space: nowrap;
  width: 159px;
}

.groupe-425 {
  align-items: flex-end;
  display: flex;
  height: 31px;
  justify-content: space-between;
  width: 196px;
}

.jaccepte-de-recevoir-1 {
  height: 17px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: -7.1px;
  margin-right: -2.0px;
  white-space: nowrap;
  width: 159px;
}

.bouton-noir-1 {
  display: flex;
  flex: 1;
  width: 128px;
}

.groupe-284-2 {
  margin-left: 2px;
  margin-right: 2px;
  min-width: 124px;
}

.overlap-group-18 {
  align-items: flex-start;
  background-color: var(--shark);
  border-radius: 1000px;
  display: flex;
  height: 69px;
  justify-content: flex-end;
  margin-top: -5px;
  min-width: 128px;
  padding: 21px 32px;
}

.get-started-2 {
  min-width: 62px;
}

.flex-col-8 {
  align-items: flex-start;
  margin-top: 20.67px;
  min-height: 847px;
  width: 826px;
}

.flex-col-9 {
  align-items: flex-start;
  gap: 40px;
  min-height: 352px;
  width: 826px;
}

.text-10 {
  display: flex;
  height: 49px;
  width: 342px;
}

.vos-travaux {
  margin-bottom: 8.1px;
  margin-top: -10.1px;
  width: 342px;
}

.ligne-2-3 {
  align-self: flex-end;
  width: 817px;
}

.groupe-container-4 {
  align-items: flex-start;
  display: flex;
  margin-left: 2px;
  min-width: 823px;
}

.rectangle-15 {
  background-color: var(--black-haze);
  border-radius: 22px;
  height: 94px;
  width: 94px;
}

.brasseur-dair-2 {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  white-space: nowrap;
}

.groupe-401 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-left: 20px;
  min-height: 222px;
  padding: 21px 23px;
  width: 242px;
}

.flex-row-5 {
  align-items: flex-start;
  display: flex;
  gap: 57px;
  height: 222px;
  margin-top: 27px;
  min-width: 825px;
}

.groupe-402-1 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 222px;
  padding: 21px 24px;
  width: 242px;
}

.centrale-solaire-photovoltaque-2 {
  margin-left: 3px;
  margin-top: 25px;
}

.flex-row-6 {
  align-items: flex-end;
  align-self: flex-end;
  display: flex;
  gap: 58px;
  min-width: 191px;
}

.overlap-group-6 {
  align-items: flex-start;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--peridot);
  border-radius: 19.5px;
  display: flex;
  height: 39px;
  min-width: 39px;
  padding: 5px;
}

.groupe-container-5 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 18px;
  /*min-height: 156px;*/
  width: 526px;
}

.groupe-406-1 {
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  gap: 21px;
  height: 69px;
  width: 526px;
}

.ellipse-1-copy-4-6 {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--peridot);
  border-radius: 19.5px;
  height: 39px;
  margin-left: 16px;
  margin-top: -18.2px;
  width: 39px;
}

.site-isol {
  align-self: flex-end;
  color: var(--shark);
  font-weight: 400;
  height: 22px;
  line-height: 20px;
  margin-bottom: -9.1px;
  white-space: nowrap;
  width: 83px;
}

.groupe-412 {
  align-items: flex-start;
  background-color: var(--white);
  border-radius: 35px;
  display: flex;
  gap: 21px;
  height: 69px;
  min-width: 526px;
  padding: 14px 16px;
}

.raccord-edf {
  align-self: center;
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  margin-top: 8.0px;
  min-height: 22px;
  min-width: 139px;
  white-space: nowrap;
}

.flex-col-10 {
  align-items: flex-end;
  gap: 40px;
  margin-left: 2.0px;
  margin-top: 39px;
  min-height: 207px;
  width: 823px;
}

.ligne-2-4 {
  width: 817px;
}

.flex-row-7 {
  align-items: flex-start;
  display: flex;
  height: 166px;
  min-width: 823px;
}

.date-prvue {
  align-self: flex-end;
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 128px;
  white-space: nowrap;
}

.a-propos-de-nous-1 {
  align-items: flex-end;
  display: flex;
  height: 19px;
  justify-content: space-between;
  width: 93px;
}

.au-plus-tt {
  color: var(--shark);
  font-weight: 400;
  height: 22px;
  line-height: 25px;
  margin-bottom: -8.4px;
  margin-right: -2px;
  white-space: nowrap;
  width: 97px;
}

.groupe-405 {
  align-items: center;
  display: flex;
  gap: 9px;
  margin-left: 29px;
  min-width: 210px;
}

.overlap-group2-2 {
  align-items: flex-start;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--peridot);
  border-radius: 19.5px;
  display: flex;
  height: 39px;
  min-width: 39px;
  padding: 4px;
}

.ellipse-1-copy-4-5 {
  background-color: var(--peridot);
  border-radius: 13.5px;
  height: 27px;
  width: 27px;
}

.entre-3-et-6-mois {
  color: var(--shark);
  font-weight: 700;
  line-height: 25px;
  margin-top: 4.0px;
  min-height: 22px;
  min-width: 162px;
  white-space: nowrap;
}

.groupe-404 {
  align-items: flex-end;
  display: flex;
  height: 39px;
  justify-content: space-between;
  width: 118px;
}

.aucune {
  color: var(--shark);
  font-weight: 400;
  height: 22px;
  line-height: 25px;
  margin-bottom: -8.4px;
  margin-right: -2px;
  white-space: nowrap;
  width: 70px;
}

.overlap-group-7 {
  align-items: flex-start;
  background-color: var(--shark);
  border-radius: 1000px;
  display: flex;
  height: 62px;
  justify-content: flex-end;
  margin-top: -5.0px;
  min-width: 128px;
  padding: 15.0px 32px;
}

.flex-col-11 {
  align-items: flex-end;
  margin-top: 20.67px;
  min-height: 847px;
  width: 826px;
}

.text-3 {
  align-self: flex-start;
  display: flex;
  height: 49px;
  width: 342px;
}

.groupe-399-1 {
  align-items: flex-end;
  gap: 15px;
  margin-left: 55px;
}

.flex-col-12 {
  align-items: flex-start;
  gap: 41px;
  min-height: 157px;
  width: 137px;
}

.group-container {
  align-items: flex-start;
  display: flex;
  gap: 57px;
  margin-right: 0.5px;
  margin-top: 27px;
  min-width: 825px;
}

.quantit {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  min-width: 89px;
  white-space: nowrap;
}

.groupe-411 {
  align-items: center;
  display: flex;
  height: 41px;
  left: 407px;
  min-width: 78px;
  padding: 0 0.0px;
  position: absolute;
  top: 19px;
}

.groupe-407 {
  display: flex;
  height: 41px;
  margin-left: 19px;
  width: 25px;
}

.number {
  flex: 1;
  letter-spacing: 0;
  line-height: 51px;
  margin-bottom: 3px;
  margin-right: -2px;
  margin-top: -5px;
  white-space: nowrap;
  width: 25px;
}

.flex-col-13 {
  align-items: flex-end;
  margin-top: 21.0px;
  min-height: 847px;
  width: 826px;
}

.groupe-400-1 {
  align-items: flex-end;
  gap: 29px;
  justify-content: flex-end;
  min-width: 242px;
  padding: 21px 24px;
}

.flex-col-14 {
  align-items: flex-start;
  gap: 15px;
  min-height: 155px;
  width: 125px;
}

.brasseur-dair-3 {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  white-space: nowrap;
}

.nombre-de-personne {
  color: var(--shark);
  font-weight: 400;
  line-height: 20px;
  min-height: 22px;
  /*min-width: 201px;*/
  white-space: nowrap;
}

.overlap-group10 {
  align-items: flex-start;
  background-image: url(../img/centrale-solaire-photovoltaique-avenir-energies-guadeloupe.jpg);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 1080px;
  padding: 140.0px 132.0px;
  /*max-width: 600px;*/
}
.bloc-image-votre-projet {
    align-items: flex-start;
    background-image: url(../img/centrale-solaire-photovoltaique-avenir-energies-guadeloupe.jpg);
    background-position: 50% 50%;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.address-3 {
  color: var(--white);
  font-weight: 400;
  line-height: 34px;
  margin-left: 13.0px;
  margin-top: 739px;
  min-height: 20px;
  white-space: nowrap;
}

.flex-col-15 {
  align-items: flex-start;
  margin-top: 21.0px;
  min-height: 847px;
  /*width: 826px;*/
}

.text-11 {
  display: flex;
  height: 49px;
  width: 373px;
}

.votre-projet-1 {
  flex: 1;
  letter-spacing: -0.99px;
  line-height: 69.2px;
  margin-bottom: 8.1px;
  margin-right: -2px;
  margin-top: -10.1px;
  white-space: nowrap;
  width: 373px;
}

.lorem-ipsum-dolor-si-6 {
  color: var(--shark);
  margin-left: 8px;
  margin-top: 22px;
  min-height: 54px;
  /*width: 676px;*/
}

.ligne-2-5 {
  align-self: flex-end;
  margin-top: 51px;
  /*width: 817px;*/
}

.vous-etes {
  color: var(--shark);
  font-weight: 400;
  line-height: 25px;
  margin-left: 8px;
  margin-top: 42px;
  min-height: 32px;
  /*width: 676px;*/
}

@media screen and ( max-width: 599px ) {
    .vous-etes {
        font-size: var(--font-size-l);
    }
}

@media screen and ( min-width: 600px ) and ( max-width: 990px ) {
    .vous-etes {
        font-size: var(--font-size-lg);
    }
}

@media screen and ( min-width: 991px ) {
    .vous-etes {
        font-size: var(--font-size-xl);
    }
}

.groupe-container-6 {
  align-items: flex-start;
  display: flex;
  gap: 55px;
  margin-left: 2px;
  margin-top: 40px;
  /*min-width: 539px;*/
}

.groupe-400-2 {
  justify-content: space-between;
  width: 242px;
}

.particulier {
  color: var(--shark);
  font-weight: 400;
  height: 22px;
  line-height: 20px;
  margin-left: 27px;
  margin-top: -4.8px;
  white-space: nowrap;
  width: 91px;
}

.bouton-radio-form {
    align-self: flex-end;
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--peridot);
    border-radius: 19.5px;
    height: 39px;
    margin-bottom: 21px;
    margin-right: 24px;
    width: 39px;
}

.ellipse-1-copy-4-7 {
  align-self: flex-end;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--peridot);
  border-radius: 19.5px;
  height: 39px;
  margin-bottom: 21px;
  margin-right: 24px;
  width: 39px;
}

.groupe-399-2 {
  align-items: flex-start;
  gap: 53px;
}

.titre-bouton-form {
    color: var(--shark);
    font-weight: 700;
    line-height: 20px;
    margin-top: 21px;
    min-height: 22px;
    min-width: 101px;
    white-space: nowrap;
}

.entreprise {
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  margin-top: 21px;
  min-height: 22px;
  min-width: 101px;
  white-space: nowrap;
}

.flex-row-8 {
  align-items: center;
  display: flex;
  gap: 200px;
  margin-left: 2.0px;
  margin-top: 214px;
  /*min-width: 823px;*/
}

.a-propos-de-nous-6 {
  align-items: flex-end;
  display: flex;
  height: 19px;
  justify-content: space-between;
  margin-top: 4.0px;
  width: 93px;
}

.button-1 {
  width: 128px;
}

.footer {
  /*align-items: flex-start;*/
    background-color: var(--shark);
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  /*height: auto;*/
  /*justify-content: flex-start;*/
  /*min-height: 878px;*/
  /*width: 1920px;*/
}

.logo-qualite {
  align-items: center;
  background-color: var(--white);
  display: flex;
  /*height: 344px;*/
  /*min-width: 1920px;*/
  /*padding: 0 338px;*/
}

.logo-qualite-1 {
  height: 236px;
  object-fit: cover;
  width: 1166px;
}

.flex-row-9 {
  align-items: flex-start;
  display: flex;
  gap: 142px;
  /*height: 282px;*/
  margin-top: 28px;
  min-width: 1642px;
}

.logo-adresse-rs {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  min-height: 282px;
  width: 432px;
}

.logo-footer {
  display: flex;
  height: 48px;
  /*justify-content: space-between;*/
  /*width: 406px;*/
}

.lien-footer {
    color: white;
    line-height: 24px;
}

.avenir-nergie-1 {
  color: var(--supernova);
  font-family: var(--font-family-montserrat);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: -6.5px;
  margin-right: -2px;
    margin-left: 5px;
  margin-top: 5.5px;
  white-space: nowrap;
  /*width: 342px;*/
}

@media screen and ( min-width: 600px ) {
    .avenir-nergie-1 {
        font-size: 38px;
    }
}

@media screen and ( max-width: 599px ) {
    .avenir-nergie-1 {
        font-size: 24px;
    }
}


.fb-1 {
  background-image: url(../img/vector-82@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 12px;
  width: 6px;
}

.twit-1 {
  background-image: url(../img/vector-83@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 10px;
  width: 12px;
}

.wa-1 {
  background-image: url(../img/vector-84@1x.png);
  background-position: 50% 50%;
  background-size: cover;
  height: 12px;
  width: 12px;
}

.flex-col-16 {
  /*align-items: flex-end;*/
  gap: 33px;
  margin-top: 1px;
  min-height: 268px;
  /*width: 1068px;*/
}

.tel {
  align-items: flex-start;
  display: flex;
  gap: 39px;
  height: 43px;
  min-width: 311px;
}

.phone {
  color: var(--white);
  font-family: var(--font-family-plus_jakarta_sans);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 72px;
  margin-top: -11px;
  min-height: 38px;
  min-width: 232px;
  text-align: left;
  white-space: nowrap;
}

@media screen and ( min-width: 600px ) {
    .phone {
        font-size: 36px;
    }
}

@media screen and ( max-width: 599px ) {
    .phone {
        font-size: 24px;
    }
}


.flex-row-10 {
  align-items: flex-start;
  display: flex;
  height: 192px;
  margin-right: 2.0px;
  min-width: 1066px;
}

.votre-projetqui-som {
  color: var(--white);
  font-weight: 400;
  line-height: 40px;
  margin-top: 10px;
  min-height: 102px;
  min-width: 181px;
  white-space: nowrap;
}


.span0-2 {
  font-weight: 600;
}

.button-2 {
  /*margin-left: 243px;*/
  width: 246px;
}

.bouton-noir-6 {
  display: flex;
  flex: 1;
  width: 246px;
}

.groupe-284-3 {
  margin-left: 8px;
  margin-right: 8px;
  min-width: 230px;
}

.overlap-group-19 {
  align-items: flex-start;
  background-color: var(--gold-tips-2);
  border-radius: 1000px;
  display: flex;
  height: 69px;
  justify-content: flex-end;
  margin-top: -5px;
  min-width: 246px;
  padding: 21px 38px;
}

.get-started-3 {
  min-width: 168px;
}

.ligne-bas {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 49px;
  min-height: 75px;
  width: 1642px;
}

.ligne-2-6 {
  width: 1640px;
}

.flex-row-11 {
  align-items: flex-start;
  display: flex;
  gap: 1154px;
  height: 21px;
  min-width: 1642px;
}

.copyright-2019-eva {
  letter-spacing: 0;
  line-height: 32px;
  min-height: 21px;
  min-width: 311px;
  opacity: 0.7;
  white-space: nowrap;
}

.privacy-policy-sitemap {
  letter-spacing: 0;
  line-height: 32px;
  min-height: 21px;
  min-width: 177px;
  opacity: 0.7;
  text-align: right;
  white-space: nowrap;
}

.button-3 {
  display: flex;
  height: 69px;
}

.centrale-solaire-photovoltaque-3 {
  color: var(--shark);
  font-weight: 700;
  line-height: 20px;
  min-height: 46px;
  white-space: nowrap;
}

.flex-col-17 {
  display: flex;
  flex-direction: column;
}

.get-started-4 {
  letter-spacing: 0;
  line-height: 32px;
  min-height: 20px;
  text-align: center;
  white-space: nowrap;
}

.groupe-284-4 {
  align-items: flex-start;
  display: flex;
  flex: 1;
  justify-content: center;
  margin-top: 5px;
}

.groupe-285-3 {
  align-items: flex-start;
  display: flex;
  flex: 1;
}

.groupe-356-3 {
  display: flex;
  flex-direction: column;
  height: 63px;
  justify-content: space-between;
}

.groupe-376-3 {
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.groupe-bouton-form {
    background-color: var(--white);
    border: 2px solid;
    border-color: var(--peridot);
    border-radius: 22px;
    display: flex;
    height: 222px;
    justify-content: flex-end;
    min-width: 242px;
    padding: 21px 24px;
    max-width: 243px;
}

.groupe-399-3 {
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--peridot);
  border-radius: 22px;
  display: flex;
  height: 222px;
  justify-content: flex-end;
  min-width: 242px;
  padding: 21px 24px;
    max-width: 243px;
}

.groupe-400-3 {
  background-color: var(--white);
  border-radius: 22px;
  display: flex;
  height: 222px;
}

.icon-8 {
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
}

.investor-3 {
  letter-spacing: 0;
  position: absolute;
  white-space: nowrap;
}

.learn-more-6 {
  letter-spacing: 0;
  /*line-height: 32px;*/
  white-space: nowrap;
    text-align: center;
}

.ligne-2-7 {
  height: 1px;
  object-fit: cover;
}

.lorem-ipsum-3 {
  color: var(--white);
  font-weight: 400;
  line-height: 23px;
  text-align: center;
}

.lorem-ipsum-dolor-si-7 {
  font-weight: 400;
  line-height: 34px;
}

.montant-net-payer-3 {
  color: var(--gray);
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
  min-height: 36px;
}

.nos-1 {
  letter-spacing: 0;
  white-space: nowrap;
}

.rectangle-158-3 {
  background-color: var(--shark);
  border-radius: 19px;
  mix-blend-mode: multiply;
}

.solar-house_3d-4 {
  object-fit: cover;
  position: absolute;
}

.texte-encadre-3 {
  display: flex;
  height: 45px;
}

.vos {
  flex: 1;
  letter-spacing: -0.99px;
  line-height: 69.2px;
  margin-right: -2px;
  white-space: nowrap;
}

.x94-startup-5 {
  color: var(--shark);
    font-family: var(--font-family-plus_jakarta_sans);
    font-size: var(--font-size-l);
  font-weight: 400;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.overlap {
  align-items: flex-start;
  display: flex;
}

.flex {
  align-items: flex-end;
  display: flex;
}
