@charset "UTF-8";
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  color: rgb(82, 82, 82);
}

h1 {
  font-weight: 700;
}

h2 {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 700;
}

p {
  font-weight: 400;
  color: rgb(82, 82, 82);
  font-size: 18px;
  line-height: 21.6px;
}

.btn.btn-primary {
  text-align: center;
  width: 100%;
  font-size: 18px;
  background: rgb(57, 211, 146);
  border-radius: 14px !important;
  padding: 20px 48px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-family: "Red Hat Display", sans-serif;
  display: inline-block;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.btn.btn-primary:hover {
  opacity: 0.9;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
}

#logo-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 32px 0px;
}
#logo-header img {
  max-height: 90px;
  width: auto;
}
#logo-header .logo-header-informations {
  display: none;
}
#logo-header .logo-header-informations .logo-header-informations-item {
  display: flex;
  gap: 1rem;
}
#logo-header .logo-header-informations .logo-header-informations-item p {
  font-size: 12px;
  color: rgb(0, 128, 146);
}
#logo-header .logo-header-informations .logo-header-informations-item p:first-child {
  font-size: 14px;
}
@media only screen and (min-width: 960px) {
  #logo-header {
    padding: 42px 32px;
    justify-content: space-between;
  }
  #logo-header .logo-header-informations {
    display: flex;
    gap: 56px;
  }
}

.headerbanner {
  height: 25vw;
  min-height: 240px;
  max-height: 400px;
  background-size: cover;
  background-position: center;
  background-image: url("./../img/assets/img-hero-mobile.png");
}

img {
  width: 100%;
}

/* -------- Début CSS ------- */
.header {
  padding: 48px 35px;
  background-image: url("./../img/assets/Solagreen/img-hero-mobile.png");
  background-repeat: no-repeat;
  background-position: top right;
}
.header .header-section {
  max-width: 1240px;
  margin: 0 auto;
}
.header .header-section .header-img {
  display: none;
  background-image: url("./../img/assets/Solagreen/");
}
.header .header-section .header-text h1 {
  font-size: 3rem;
  line-height: 120%;
}
.header .header-section .header-text h1 b {
  color: rgb(32, 207, 133);
}
.header .header-section .header-text p {
  margin-top: 2rem;
  font-size: 1.5rem;
  line-height: 120%;
}
.header .header-section .header-text a {
  margin-top: 3rem;
}
.header .header-section .logo-header-informations-header {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (min-width: 960px) {
  .header .header-section .logo-header-informations-header {
    display: none;
  }
}
.header .header-section .logo-header-informations-header .logo-header-informations-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header .header-section .logo-header-informations-header .logo-header-informations-item .logo-header-informations-item-cover img {
  width: 25px;
  height: auto;
}
.header .header-section .logo-header-informations-header .logo-header-informations-item .logo-header-informations-item-text p {
  font-size: 12px;
  line-height: 15px;
  color: rgb(0, 128, 146);
  text-align: center;
}
.header .header-section .logo-header-informations-header .logo-header-info-separator {
  width: 1px;
  background-color: rgb(0, 128, 146);
}
@media only screen and (min-width: 768px) {
  .header {
    background-image: none;
  }
  .header .header-section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 3rem;
  }
  .header .header-section .header-img {
    display: initial;
    order: 2;
  }
  .header .header-section .header-text {
    order: 1;
  }
  .header .header-section .header-text .btn {
    width: initial;
  }
  .header .header-section .logo-header-informations-header {
    order: 3;
    grid-column: span 2;
  }
}

.sub-header-section {
  background: linear-gradient(92deg, #F8FFF6 0%, #F4FEFF 100%);
  padding: 80px 35px;
}
.sub-header-section .sub-header-section-container {
  max-width: 1240px;
  margin: 0 auto;
}
.sub-header-section .sub-header-section-container:not(:first-child) {
  display: none;
}
.sub-header-section .sub-header-section-container .sub-header-section-block {
  border-radius: 25px;
  border: 4px solid #F2F3F8;
  background: #FFF;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  gap: 1.5rem;
}
.sub-header-section .sub-header-section-container .sub-header-section-block img {
  width: 35px;
}
.sub-header-section .sub-header-section-container .sub-header-section-block:not(:first-child) {
  margin-top: 1.5rem;
}
.sub-header-section .sub-header-section-phrase {
  margin-top: 2.5rem;
}
.sub-header-section .sub-header-section-phrase p {
  color: rgb(0, 128, 146);
  text-align: center;
  font-weight: 700;
}
@media only screen and (min-width: 960px) {
  .sub-header-section .sub-header-section-container:first-child {
    display: none;
  }
  .sub-header-section .sub-header-section-container:not(:first-child) {
    display: grid;
  }
  .sub-header-section .sub-header-section-container:not(:first-child) .sub-header-section-container-desk-first {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    align-items: center;
  }
  .sub-header-section .sub-header-section-container:not(:first-child) .sub-header-section-container-desk-first .sub-header-section-block {
    margin-top: 0;
    height: 100%;
  }
  .sub-header-section .sub-header-section-container:not(:first-child) .sub-header-section-container-desk-last {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    gap: 1.5rem;
  }
  .sub-header-section .sub-header-section-container:not(:first-child) .sub-header-section-container-desk-last .sub-header-section-block {
    margin-top: 0;
  }
}

.finance-section {
  padding: 80px 35px;
  max-width: 1240px;
  margin: 0 auto;
}
.finance-section .finance-section-block {
  border-radius: 25px;
  border: 4px solid #F2F3F8;
  background: #FFF;
  padding: 3.5rem 1.5rem;
}
@media only screen and (min-width: 480px) {
  .finance-section .finance-section-block {
    padding: 3.5rem 2.5rem;
  }
}
.finance-section .finance-section-block h2 {
  font-size: 2rem;
  line-height: 120%;
}
.finance-section .finance-section-block p {
  font-weight: 300;
  margin-top: 40px;
  line-height: 180%;
}
.finance-section .finance-section-block a {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .finance-section .finance-section-block a {
    width: initial;
  }
}

.choose-section {
  padding: 80px 35px;
  background-image: url("./../img/assets/Solagreen/img-back1.jpg");
  background-repeat: no-repeat;
}
.choose-section .choose-section-container {
  max-width: 1240px;
  margin: 0 auto;
}
.choose-section .choose-section-container .choose-section-header {
  text-align: center;
}
.choose-section .choose-section-container .choose-section-header h3 {
  font-size: 2rem;
  line-height: 38px;
}
.choose-section .choose-section-container .choose-section-header p {
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: 1rem;
  line-height: 42.72px;
}
.choose-section .choose-section-container .choose-section-cards {
  margin-top: 5rem;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card {
  border-radius: 25px;
  padding: 3.5rem 2.5rem;
  background-color: #EBFAFC;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card:not(:first-child) {
  margin-top: 2rem;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card:first-child {
  background: #DCFFF0;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card:first-child p {
  color: #00A861;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 500;
  font-style: italic;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card:first-child h4 {
  color: #00A861;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: right;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card p {
  color: #008092;
  font-size: 1.5rem;
  line-height: 180%;
  font-weight: 500;
  font-style: italic;
}
.choose-section .choose-section-container .choose-section-cards .choose-section-card h4 {
  color: #008092;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: right;
}
@media only screen and (min-width: 960px) {
  .choose-section {
    background-size: cover;
  }
  .choose-section .choose-section-container .choose-section-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-bottom: -250px;
  }
  .choose-section .choose-section-container .choose-section-cards .choose-section-card:not(:first-child) {
    margin-top: 0;
  }
}

.subscribe {
  display: flex;
  flex-direction: column;
  color: white;
  padding: 64px 32px;
  align-items: center;
}
.subscribe .simple-section-header > * {
  text-align: center;
}
.subscribe .simple-section-header h2 {
  font-size: 2rem;
  line-height: 38px;
  font-weight: 700;
}
.subscribe .simple-section-header p {
  font-size: 1.5rem;
  line-height: 42px;
  font-weight: 400;
  margin-top: 1rem;
}
.subscribe .subscribe-blocks {
  margin-top: 4.5rem;
}
.subscribe .subscribe-blocks .subscribe-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subscribe .subscribe-blocks .subscribe-block p {
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  margin-top: 48px;
}
.subscribe .subscribe-blocks .subscribe-block .subscribe-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.subscribe .subscribe-blocks .subscribe-block .subscribe-img img {
  width: 80px;
}
.subscribe .subscribe-blocks .block-separator {
  height: 80px;
  width: 4px;
  background-color: #F2F3F8;
  margin: 40px auto;
}
.subscribe .subscribe-blocks .white-btn a {
  background-color: white;
  color: black;
  margin-top: 16px;
}
.subscribe .process-cta {
  margin-top: 4rem;
  width: 100%;
}
@media only screen and (min-width: 960px) {
  .subscribe {
    padding-top: 280px;
  }
  .subscribe .subscribe-blocks {
    position: relative;
    width: 100%;
    max-width: 1240px;
    margin: 4.5rem auto 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .subscribe .subscribe-blocks .block-separator {
    transform: rotate(90deg) translateX(-40px);
  }
  .subscribe .process-cta {
    text-align: center;
  }
  .subscribe .process-cta a {
    width: initial;
  }
}

.avantages-section {
  padding: 80px 35px;
  background: linear-gradient(92deg, #F8FFF6 0%, #F4FEFF 100%);
}
.avantages-section .avantages-section-container {
  max-width: 1240px;
  margin: 0 auto;
}
.avantages-section .avantages-section-container .avantages-section-container-header {
  margin-bottom: 5rem;
  text-align: center;
}
.avantages-section .avantages-section-container .avantages-section-container-header p {
  margin-top: 2rem;
  font-size: 1.5rem;
  color: rgb(0, 128, 146);
}
.avantages-section .avantages-section-container .avantages-section-container-content .avantages-section-container-content-card {
  border-radius: 25px;
  border: 4px solid #F2F3F8;
  background: #FFF;
  padding: 3.5rem 2.5rem;
}
.avantages-section .avantages-section-container .avantages-section-container-content .avantages-section-container-content-card:not(:first-child) {
  margin-top: 2rem;
}
.avantages-section .avantages-section-container .avantages-section-container-content .avantages-section-container-content-card p {
  margin-top: 1.5rem;
  line-height: 32px;
  font-weight: 300;
}
.avantages-section .avantages-section-container .avantages-section-container-cta {
  margin-top: 3rem;
}
.avantages-section .avantages-section-container .avantages-section-container-cta a {
  display: inline-flex;
  justify-content: center;
  gap: 0.5rem;
}
.avantages-section .avantages-section-container .avantages-section-container-cta a:not(:first-child) {
  margin-top: 2rem;
  background-color: rgb(0, 128, 146);
}
.avantages-section .avantages-section-container .avantages-section-container-cta a img {
  width: 22px;
  height: auto;
}
@media only screen and (min-width: 960px) {
  .avantages-section .avantages-section-container .avantages-section-container-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .avantages-section .avantages-section-container .avantages-section-container-content .avantages-section-container-content-card:not(:first-child) {
    margin-top: 0px;
  }
  .avantages-section .avantages-section-container .avantages-section-container-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3.5rem;
  }
  .avantages-section .avantages-section-container .avantages-section-container-cta a {
    width: 240px;
  }
  .avantages-section .avantages-section-container .avantages-section-container-cta a:not(:first-child) {
    margin-top: 0px;
  }
}

.counter-section {
  padding: 80px 35px;
  max-width: 1240px;
  margin: 0 auto;
}
.counter-section .counter-block {
  text-align: center;
}
.counter-section .counter-block h2 {
  font-size: 4rem;
  color: rgb(0, 128, 146);
  line-height: 84px;
}
.counter-section .counter-block p {
  font-size: 1.5rem;
  line-height: 32px;
}
.counter-section .counter-separator {
  margin: 60px auto;
  height: 4px;
  width: 60%;
  background: #F2F3F8;
}
@media only screen and (min-width: 960px) {
  .counter-section {
    padding: 6rem 35px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .counter-section .counter-separator {
    transform: rotate(90deg);
    width: 65%;
    height: 2px;
  }
}

.faq-section {
  padding: 80px 35px;
  background-image: url("./../img/assets/Solagreen/faq-mobile.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .faq-section {
    background-image: url("./../img/assets/Solagreen/img-back2.jpg");
    background-size: 100% 1200px;
  }
}
.faq-section .faq-container {
  max-width: 1240px;
  margin: 0 auto;
}
.faq-section .faq-container .faq-container-header p {
  font-size: 24px;
  line-height: 42px;
}
.faq-section .faq-container .faq-container-header p:not(:last-child) {
  margin-top: 1.5rem;
}
.faq-section .faq-container .faq-content {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .faq-section .faq-container .faq-content {
    margin-bottom: -220px;
  }
}
.faq-section .faq-container .faq-content .faq-item {
  border-radius: 15px;
  border: 4px solid #F2F3F8;
  background: #FFF;
  padding: 2rem 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.faq-section .faq-container .faq-content .faq-item:not(:first-child) {
  margin-top: 2rem;
}
.faq-section .faq-container .faq-content .faq-item .faq-item-content h4, .faq-section .faq-container .faq-content .faq-item .faq-item-content p {
  font-size: 1.5rem;
  line-height: 42px;
}
.faq-section .faq-container .faq-content .faq-item .faq-item-content p {
  display: none;
}
.faq-section .faq-container .faq-content .faq-item .faq-item-icon .faq-item-icon-bar {
  background-color: rgb(82, 82, 82);
  width: 20px;
  height: 6px;
}
.faq-section .faq-container .faq-content .faq-item .faq-item-icon .faq-item-icon-bar:not(:first-child) {
  transform: rotate(90deg) translate(-6px, 0px);
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.faq-section .faq-container .faq-content .faq-item .faq-item-icon.active .faq-item-icon-bar:not(:first-child) {
  opacity: 0;
}

footer {
  margin: 0 auto;
  padding: 6rem 3.5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 30px;
  z-index: 1;
  position: relative;
  background-color: rgb(248, 255, 246);
}
@media only screen and (min-width: 768px) {
  footer {
    margin-top: 300px;
  }
}
footer .footer-brand {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer .footer-brand p {
  margin-top: 1.5rem;
}
footer .footer-brand p a {
  color: rgb(32, 207, 133);
}/*# sourceMappingURL=global.css.map */