@charset "UTF-8";
@font-face {
  font-family: "league";
  src: url("../assets/fonts/league/LeagueSpartan-Regular.ttf");
}
@font-face {
  font-family: "poppins";
  src: url("../assets/fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "clash";
  src: url("../assets/fonts/ClashDisplay-Regular.otf");
}
.terms-page {
  background-color: #032E51;
  color: #F3F3F3;
  font-family: poppins;
}

.terms__img {
  width: 150px;
}
.terms__container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.terms__hero {
  padding: 8rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.terms__title {
  font-family: poppins;
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.terms__intro {
  max-width: 720px;
  font-size: 20px;
  color: #D9E0EA;
}
.terms__content {
  padding: 4.5rem 0 7rem;
}
.terms__article {
  margin-bottom: 76px;
}
.terms__article:last-child {
  margin-bottom: 0;
}
.terms__heading {
  font-family: poppins;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 38px;
  position: relative;
  padding-left: 1rem;
}
.terms__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 1.1em;
  background-color: #0e7490;
  border-radius: 4px;
}
.terms__txt {
  font-size: 18px;
  line-height: 1.75;
  color: #F3F3F3;
}

.privacy-page {
  background-color: #032E51;
  color: #F3F3F3;
  font-family: poppins;
}

.privacy__container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.privacy__hero {
  padding: 8rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.privacy__title {
  font-family: poppins;
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.privacy__intro {
  max-width: 720px;
  font-size: 20px;
  color: #D9E0EA;
}
.privacy__content {
  padding: 4.5rem 0 7rem;
}
.privacy__article {
  margin-bottom: 76px;
}
.privacy__article:last-child {
  margin-bottom: 0;
}
.privacy__heading {
  font-family: poppins;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 38px;
  position: relative;
  padding-left: 1rem;
}
.privacy__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 4px;
  height: 1.1em;
  background-color: #0e7490;
  border-radius: 4px;
}
.privacy__txt {
  font-size: 18px;
  line-height: 1.75;
  color: #F3F3F3;
}
.privacy a {
  color: #ACC8E5;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.privacy a:hover {
  opacity: 0.8;
}

.credits-page {
  background-color: #032E51;
  color: #F3F3F3;
  font-family: poppins;
}

.credits__container {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.credits__hero {
  padding: 8rem 0 5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.credits__title {
  font-family: poppins;
  font-size: 68px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.credits__intro {
  max-width: 720px;
  font-size: 20px;
  color: #D9E0EA;
}
.credits__content {
  padding: 4.5rem 0 7rem;
}
.credits__article {
  margin-bottom: 76px;
}
.credits__article:last-child {
  margin-bottom: 0;
}
.credits__heading {
  font-family: poppins;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 38px;
  position: relative;
  padding-left: 1rem;
}
.credits__txt {
  font-size: 18px;
  line-height: 1.75;
  color: #F3F3F3;
}
.credits a {
  color: #ACC8E5;
  text-decoration: underline;
  transition: opacity 0.2s ease;
}
.credits a:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  .terms__hero {
    padding: 6rem 0 4rem;
  }

  .terms__content {
    padding: 3.5rem 0 5rem;
  }

  .terms__article {
    margin-bottom: 3rem;
  }

  .privacy__hero {
    padding: 6rem 0 4rem;
  }

  .privacy__content {
    padding: 3.5rem 0 5rem;
  }

  .privacy__article {
    margin-bottom: 3rem;
  }
}
.page-article {
  background-color: #D9E0EA;
  overflow-x: hidden;
}
.page-article__nav {
  width: 100%;
  background-color: #032E51;
  position: fixed;
  z-index: 9999;
}

.mainArticles {
  padding-top: 140px;
  width: 80%;
  margin: auto;
  margin-bottom: 140px;
  max-width: 100ch;
  font-family: poppins;
  color: #0E0E0E;
  line-height: 1.8;
}

.fiche {
  margin-bottom: 84px;
}
.fiche__img {
  border-radius: 25px;
  margin: auto;
  max-width: 100%;
  display: flex;
}
.fiche__title {
  font-size: 50px;
  line-height: 1.4;
}
.fiche__txt {
  font-size: 18px;
}

.spanbold {
  font-weight: bold;
}

.explain__txt, .explain__item {
  font-size: 18px;
}
.explain__link:hover {
  font-weight: bold;
  transition: 0.3s ease-in-out;
}

@media (min-width: 769px) {
  .fiche {
    margin-bottom: 76px;
  }
  .fiche__title {
    font-size: 58px;
    line-height: 1.4;
  }
  .fiche__txt {
    font-size: 20px;
  }

  .explain__txt, .explain__item {
    font-size: 20px;
  }
}
.main__contact {
  padding-top: 5%;
  min-height: 100vh;
}

.contact {
  background-color: #D9E0EA;
  color: #0E0E0E;
  padding: 3rem;
  display: flex;
  justify-content: center;
  font-family: poppins;
  z-index: 10;
}
.contact__all {
  display: flex;
  flex-direction: column;
}
.contact__container {
  max-width: 700px;
  width: 100%;
}
.contact__title {
  color: #032E51;
  font-size: 2rem;
  font-weight: 700;
  font-family: poppins;
}
.contact__subtitle {
  margin-bottom: 1.5rem;
  font-family: poppins;
}
.contact__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__row {
  display: flex;
  gap: 1rem;
}
@media (max-width: 600px) {
  .contact__row {
    flex-direction: column;
  }
}
.contact__input, .contact__select, .contact__textarea {
  flex: 1;
  padding: 0.8rem;
  border: none;
  border-radius: 0.5rem;
  background-color: rgba(3, 46, 81, 0.4);
  color: #0E0E0E;
  font-size: 1rem;
}
.contact__input::-moz-placeholder, .contact__select::-moz-placeholder, .contact__textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact__input:-ms-input-placeholder, .contact__select:-ms-input-placeholder, .contact__textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact__input::placeholder, .contact__select::placeholder, .contact__textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.contact__textarea {
  height: 150px;
  resize: none;
}
.contact__button {
  background-color: #032E51;
  color: #F3F3F3;
  border: none;
  border-radius: 0.5rem;
  padding: 0.8rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  transition: opacity 0.2s ease-in;
}
.contact__button:hover {
  opacity: 0.8;
}
.contact__input--hidden {
  display: none;
}
.contact__message {
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
}
.contact__message--success {
  background-color: rgba(0, 255, 100, 0.2);
  color: #00ff8c;
}
.contact__message--error {
  background-color: rgba(255, 0, 100, 0.2);
  color: #ff4f7b;
}
.contact__select {
  color: #F3F3F3;
}
.contact__select option {
  color: #032E51;
  background-color: #D9E0EA;
}
.contact__select option:hover {
  background-color: #032E51;
  color: #F3F3F3;
  transition: 0.3s ease-in-out;
}

.cinfos {
  padding: 3rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 700px;
  margin: auto;
}
.cinfos__intro {
  margin-bottom: 84px;
}
.cinfos__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  line-height: 1.4;
}
.cinfos__txt {
  font-size: 18px;
  font-family: poppins;
}
.cinfos .spanbold {
  font-size: 20px;
  margin: 0;
}
.cinfos__all {
  display: flex;
  justify-content: space-between;
}
.cinfos__content {
  margin-bottom: 56px;
}
.cinfos__content .cinfos__txt {
  margin: 0;
}

@media (max-width: 768px) {
  .cinfos__all {
    flex-direction: column;
  }
}
.page-solutions {
  background-color: #D9E0EA;
}

.page-article__nav {
  position: fixed;
}

.solMain {
  width: 95%;
  margin: auto 2.5%;
  padding-top: 140px;
  padding-bottom: 28px;
}
.solMain__img {
  width: 90%;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}

.solintro__h1,
.lieu__h1,
.materiel__h1 {
  font-family: poppins;
  font-size: 60px;
  color: #0E0E0E;
  max-width: 60ch;
  line-height: 1.4;
}
.solintro__title,
.lieu__title,
.materiel__title {
  font-family: poppins;
  font-size: 40px;
  color: #0E0E0E;
}
.solintro__subtitle,
.lieu__subtitle,
.materiel__subtitle {
  font-family: poppins;
  font-size: 27px;
  color: #0E0E0E;
}
.solintro__txt,
.lieu__txt,
.materiel__txt {
  font-family: poppins;
  font-size: 18px;
  color: #0E0E0E;
}

.lieu {
  margin-bottom: 112px;
  display: flex;
  flex-direction: column-reverse;
}
.lieu__img {
  max-width: 100%;
  border-radius: 25px;
  display: flex;
  margin: auto;
  margin-bottom: 28px;
}
.lieu:nth-of-type(5) {
  margin-bottom: 56px;
}

.materiel {
  margin-bottom: 112px;
}

.solintro {
  margin-bottom: 168px;
}

@media (min-width: 768px) {
  .solintro {
    width: 80%;
    margin: auto;
    margin-bottom: 168px;
  }
  .solintro__txt {
    max-width: 120ch;
  }

  .solMain__img {
    max-width: 500px;
    margin: auto;
    display: flex;
  }

  .lieu {
    margin-bottom: 168px;
  }
  .lieu__left {
    max-width: 800px;
    width: 80%;
    margin: auto;
  }

  .materiel {
    margin: auto;
    margin-bottom: 168px;
    max-width: 800px;
    width: 80%;
  }
}
@media (min-width: 1500px) {
  .lieu {
    flex-direction: row;
    justify-content: space-between;
    max-width: 80%;
    margin: auto;
    margin-bottom: 168px;
  }
  .lieu__left {
    width: 50%;
    max-width: 120ch;
    margin: 0;
  }
  .lieu__title {
    margin-top: 0;
  }
}
::-moz-selection {
  background-color: #032E51;
  color: #F3F3F3;
}
::selection {
  background-color: #032E51;
  color: #F3F3F3;
}

body {
  background-color: #D9E0EA;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: #D9E0EA;
}

body::-webkit-scrollbar-thumb {
  background-color: #032E51;
  border-radius: 20px;
  border: 3px solid #032E51;
}

#smooth-wrapper,
#smooth-wrapper-sol {
  position: fixed;
  inset: 0;
  overflow-x: hidden;
}

#smooth-content,
#smooth-content-sol {
  will-change: transform;
}

.mainHome {
  padding-bottom: 25px;
}

.spanblue {
  color: #5976AA;
  transition: background-position 0.6s ease, color 0.3s ease;
  /* Gradient */
  background: linear-gradient(90deg, #5976AA, #48618e, #032E51);
  background-size: 200% 100%;
  background-position: 0 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.spanblue:hover {
  background-position: 100% 0;
}

.header {
  position: relative;
  height: calc(100vh - 15px);
  border-radius: 25px;
  overflow: hidden;
  background-image: url(../assets/images/header__bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 98%;
  margin: 1%;
  margin-bottom: 304px;
}
.header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 25px;
  pointer-events: none;
  box-sizing: border-box;
  background-color: rgba(3, 46, 81, 0.5);
  pointer-events: none;
  z-index: 1;
}
.header__top {
  width: 100%;
  height: 100px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
.header__logo {
  width: 250px;
  margin-left: 15px;
}
.header__nav {
  width: auto;
  padding: 2px 5px;
  height: 50px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  background-color: #D9E0EA;
  border-radius: 25px;
}
.header__navlink {
  font-family: poppins;
  text-decoration: none;
  font-size: 20px;
  color: #0E0E0E;
  padding: 5px 15px;
  cursor: pointer;
  border-radius: 20px;
}
.header__navlink--active {
  background-color: #032E51;
  color: #F3F3F3;
}
.header__navlink:hover {
  transition: 0.3s ease-in-out;
  background-color: #032E51;
  color: #F3F3F3;
}
.header__btn {
  background-color: #032E51;
  color: #F3F3F3;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #032E51;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.header__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}
.header__btn--top {
  margin-right: 30px;
}
.header__btn--top:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}
.header__btn--soluces {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #F3F3F3;
}
.header__btn--soluces:hover {
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
  color: #F3F3F3;
}
.header__btn--scroll {
  width: 200px;
  text-align: center;
  font-size: 18px;
  background: rgba(3, 46, 81, 0.6);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(3, 46, 81, 0.35);
}
.header__btn--scroll:hover {
  transition: 0.3s ease-in-out;
  background: rgba(3, 46, 81, 0.4);
}
.header__bottom {
  padding: 30px;
  padding-bottom: 304px;
  height: 50vh;
  height: auto;
  z-index: 2;
  display: flex;
  justify-content: space-between;
}
.header__left {
  width: 50%;
}
.header__left .header__txt {
  max-width: 60ch;
  margin-bottom: 76px;
}
.header__title {
  font-size: 68px;
  font-family: poppins;
  color: #F3F3F3;
  font-weight: bold;
  margin-top: 38px;
}
.header__txt {
  font-size: 20px;
  font-family: poppins;
  color: #F3F3F3;
}
.header__btns {
  width: 500px;
  display: flex;
  justify-content: space-between;
}
.header__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header__invest {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 20px;
  margin-top: 38px;
}
.header__invest .header__txt {
  margin: 0;
}
.header__amount {
  font-size: 45px;
  font-family: poppins;
  color: #F3F3F3;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}

.invest,
.expertise {
  min-height: 100vh;
}

.invest {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.invest__intro {
  margin-bottom: 152px;
}
.invest__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
}
.invest__txt {
  color: #0E0E0E;
  font-size: 20px;
  font-family: poppins;
}
.invest__funds, .invest__map, .invest__graph {
  border-radius: 25px;
}
.invest__container {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.invest__content {
  width: calc(50% - 25px);
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: space-between;
}
.invest__content:first-of-type {
  background-image: url(../assets/images/panneaux.webp);
  background-size: cover;
  background-repeat: no-repeat;
  justify-content: flex-end;
  padding-left: 25px;
  padding-bottom: 25px;
  border-radius: 25px;
}
.invest__funds {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  width: 50%;
  padding: 15px;
}
.invest__datas {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.invest__datas .invest__txt {
  margin: 0%;
  color: #F3F3F3;
}
.invest__amount {
  font-size: 30px;
  color: #F3F3F3;
  font-family: poppins;
  margin: 0;
  text-align: center;
}
.invest__h3 {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
  margin-top: 0;
  margin-left: 15px;
}
.invest__h3--funds {
  color: #F3F3F3;
  margin-left: 0px;
}
.invest__h3--grow {
  margin-left: 0;
}
.invest__map, .invest__graph {
  background-color: #f6fafd;
  padding-top: 15px;
  overflow: hidden;
}
.invest__video {
  width: 100%;
  max-width: 100%;
}
.invest__graph {
  padding: 15px;
}
.invest__graph .graph__content {
  display: flex;
}

.chart {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  gap: 1.5rem;
  height: 300px;
  margin-bottom: 20px;
}
.chart__bar {
  position: relative;
  width: 64px;
  height: 0;
  background: #D9E0EA;
  border-radius: 14px;
}
.chart__bar--highlight {
  background: #032E51;
}
.chart__value {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  color: #0E0E0E;
  font-size: 12px;
  font-family: poppins;
}
.chart__year {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #0E0E0E;
  font-size: 12px;
  font-family: poppins;
}

.data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
  width: 90%;
  margin: auto 5%;
  margin-bottom: 304px;
  font-family: poppins;
  position: relative;
}
.data__img {
  position: absolute;
  top: -150%;
  width: 90%;
  z-index: -1;
  opacity: 0.04;
}
.data__box {
  width: 220px;
  text-align: center;
  color: #0E0E0E;
  align-items: center;
  display: flex;
  will-change: clip-path;
  z-index: 5;
}
.data__box:nth-of-type(1) .data__chiffre::before {
  content: "+";
}
.data__box:nth-of-type(3) .data__chiffre::before {
  content: "-";
}
.data__box:nth-of-type(3) .data__chiffre::after {
  content: "%";
}
.data__box:nth-of-type(4) .data__chiffre::after {
  content: "%";
}
.data__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  cursor: default;
}
.data__content:hover .data__chiffre,
.data__content:hover .data__txt {
  background-position: 100% 0;
}
.data__chiffre, .data__txt {
  font-family: poppins;
  color: #032E51;
  transition: background-position 0.6s ease, color 0.3s ease;
  /* Gradient */
  background: linear-gradient(90deg, #032E51, #0f5691, #0ea5e9);
  background-size: 200% 100%;
  background-position: 0 0;
  /* Magic */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  /* Fallback */
  color: #032E51;
}
.data__chiffre {
  font-size: 54px;
  margin: 0;
}
.data__txt {
  font-size: 20px;
}

.approche {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.approche__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}
.approche__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  margin-top: 0;
}
.approche__right {
  max-width: 60ch;
}
.approche__txt {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 38px;
}
.approche__btn {
  background-color: #032E51;
  color: #F3F3F3;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #032E51;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.approche__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}

.values {
  margin-bottom: 304px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.values__item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 15px 20px;
  padding-right: 0;
  height: 50px;
  border-radius: 14px;
  font-family: poppins;
  font-size: 20px;
  color: #0E0E0E;
  /* Fond animé */
}
.values__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #032E51, #0f5691);
  transform: translateY(100%);
  transition: transform 0.4s ease;
  z-index: 0;
}
.values__item:hover::before {
  transform: translateY(0);
}
.values__item:hover .values__txt {
  color: #F3F3F3;
}
.values__item:hover .values__dot {
  opacity: 0.3;
  transform: translateY(0);
  transition-delay: 0.24s;
}
.values__separate {
  width: 100%;
  height: 1px;
  border-top: 1px solid #F3F3F3;
}
.values__txt {
  color: #0E0E0E;
  transition: color 0.3s ease;
  z-index: 5;
}
.values__dot {
  position: absolute;
  right: -15%;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  width: 40%;
  height: 120px;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.aslider {
  overflow: hidden;
  height: 130px;
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 304px;
  width: 100%;
}
.aslider .aslide-track {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  min-width: 200%;
  position: absolute;
}
.aslider__img {
  width: 150px;
  margin: auto 100px;
  align-items: center;
}
.aslider:hover .aslide-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.aslider .aslide {
  filter: grayscale(100%);
  transition: 300ms all linear;
}
.aslider .aslide:hover {
  filter: none;
}

.expertise {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.expertise__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}
.expertise__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  margin-top: 0;
}
.expertise__right {
  max-width: 60ch;
}
.expertise__txt {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 38px;
}
.expertise__btn {
  background-color: #032E51;
  color: #F3F3F3;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #032E51;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.expertise__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}

.slider {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.slider__wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider__group {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-between;
  height: 800px;
  box-sizing: border-box;
  width: 100%;
}
.slider__slide {
  display: flex;
  border-radius: 25px;
  box-sizing: border-box;
  overflow: hidden;
  width: 49%;
}
.slider__slide--text {
  background-color: #f6fafd;
  flex-direction: column;
  justify-content: space-between;
  padding: 25px;
}
.slider__slide--image {
  background-color: #000;
}
.slider__slide--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.slider__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  margin-bottom: 20px;
}
.slider__h3 {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
  margin-bottom: 15px;
}
.slider__txt {
  font-family: poppins;
  font-size: 20px;
  color: #0E0E0E;
  line-height: 1.6;
}
.slider__bottom {
  margin-top: auto;
  max-width: 60%;
}
.slider__btns {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.slider__nav {
  background-color: #D9E0EA;
  color: #032E51;
  border: 1px solid #032E51;
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 25px;
  transition: all 0.3s ease-in-out;
}
.slider__nav:hover {
  background-color: #032E51;
  color: #D9E0EA;
}

.difference {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 25px;
  border-radius: 25px;
  background: linear-gradient(40deg, #032E51, #0f5691);
}
.difference__img {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
}
.difference__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  color: #F3F3F3;
  margin-top: 0;
}
.difference__h3 {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
  color: #F3F3F3;
  margin-top: 0;
}
.difference__txt {
  color: #F3F3F3;
  font-family: poppins;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 38px;
}
.difference__content {
  margin-bottom: 76px;
  padding: 25px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #F3F3F3;
}
.difference__content:last-of-type {
  margin-bottom: 0;
}
.difference__content .difference__txt {
  margin-bottom: 0;
  max-width: 50ch;
}
.difference__left {
  width: 40%;
}
.difference__right {
  width: 55%;
  display: flex;
  justify-content: center;
}
.difference .large-child {
  font-size: 1.5rem;
  line-height: 1.5;
}

.people {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.people__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
}
.people__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.people__content {
  width: 25%;
}
.people__img {
  max-width: 100%;
  border-radius: 25px;
}
.people__h3 {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
  margin: 0;
}
.people__info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.people__txt {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
  font-size: 20px;
  margin: 0;
}
.people__link {
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  color: #F3F3F3;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  border-radius: 20px;
  align-items: center;
  background: rgba(3, 46, 81, 0.8);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(3, 46, 81, 0.35);
}
.people__link:hover {
  transition: 0.3s ease-in-out;
  background: rgba(3, 46, 81, 0.6);
}

.ready {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
  padding: 25px;
  border-radius: 25px;
  background: linear-gradient(40deg, #032E51, #0f5691);
}
.ready__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  margin: 0;
  color: #F3F3F3;
  max-width: 70%;
}
.ready__btn {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #F3F3F3;
  height: 30px;
  width: 200px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.ready__btn:hover {
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
  color: #F3F3F3;
}

.articles {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.articles__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  margin: 0;
}
.articles__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 76px;
}
.articles__btn {
  background-color: #032E51;
  color: #F3F3F3;
  padding: 10px 15px;
  width: 150px;
  height: 30px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #032E51;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
  display: none;
}
.articles__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}
.articles__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.articles__link {
  text-decoration: none;
  width: 30%;
  cursor: pointer;
}
.articles__h3 {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 30px;
}
.articles__img {
  width: 100%;
  border-radius: 25px;
}
.articles__txt, .articles__legend {
  font-family: poppins;
  font-size: 18px;
  color: #0E0E0E;
}
.articles__legend {
  font-size: 16px;
  color: rgb(135, 135, 135);
}
.articles__bottom {
  display: flex;
}

.faq {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
}
.faq__faq {
  font-size: 30px;
  font-weight: bold;
  font-family: poppins;
}
.faq__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
}
.faq__txt {
  font-size: 20px;
  font-family: poppins;
}
.faq__txt:nth-of-type(1) {
  margin-bottom: 38px;
}
.faq__txt:nth-of-type(2) {
  margin-bottom: 38px;
}
.faq__btn {
  background-color: #032E51;
  color: #F3F3F3;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #032E51;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.faq__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #D9E0EA;
  color: #032E51;
}
.faq__container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq__left {
  width: 40%;
}
.faq__right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}

.accordion {
  max-width: 80%;
  font-family: poppins;
}
.accordion__title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 20px;
}
.accordion__item {
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
}
.accordion__question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: poppins;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.accordion__question .icon {
  transition: transform 0.3s ease;
  font-weight: bold;
  font-size: 1.2rem;
}
.accordion__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
  padding: 0 0;
}
.accordion__answer p {
  margin: 10px 0;
  font-size: 18px;
  font-family: poppins;
}
.accordion__item.active .accordion__answer {
  max-height: 200px;
  /* enough for content */
  padding: 10px 0;
}
.accordion__item.active .accordion__question .icon {
  transform: rotate(180deg);
  content: "–";
}

.connect {
  margin-bottom: 304px;
  margin-left: 2.5%;
  margin-right: 2.5%;
  width: 95%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding: 75px;
  border-radius: 25px;
  background: linear-gradient(40deg, #032E51, #0f5691);
}
.connect__img {
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
}
.connect__title {
  color: #0E0E0E;
  font-family: poppins;
  font-size: 45px;
  color: #F3F3F3;
  margin-top: 0;
  z-index: 2;
  position: relative;
}
.connect__txt {
  color: #F3F3F3;
  font-family: poppins;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 38px;
  z-index: 2;
  position: relative;
}
.connect__btn {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  -webkit-backdrop-filter: blur(6.5px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #F3F3F3;
  height: 30px;
  width: 200px;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  z-index: 2;
  position: relative;
  display: flex;
  margin: auto;
  justify-content: space-between;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.connect__btn:hover {
  transition: 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.4);
  color: #F3F3F3;
}

.footer {
  background: linear-gradient(90deg, #032E51, #0f5691);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 25px;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
.footer__left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__img {
  width: 150px;
}
.footer__btn {
  background-color: #D9E0EA;
  color: #032E51;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 20px;
  border: 1px solid #D9E0EA;
  text-decoration: none;
  text-align: center;
  font-family: poppins;
  font-size: 20px;
  align-items: center;
}
.footer__btn:hover {
  transition: 0.3s ease-in-out;
  background-color: #032E51;
  color: #D9E0EA;
}
.footer__right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__column {
  width: 30%;
}
.footer__list {
  list-style: none;
  padding-left: 0%;
}
.footer__link {
  text-decoration: none;
}
.footer__link a {
  cursor: pointer;
  text-decoration: none;
  color: #F3F3F3;
}
.footer__link a:hover {
  color: #ACC8E5;
  transition: 0.3s ease-in-out;
}
.footer__txt {
  font-size: 20px;
  font-family: poppins;
  color: #F3F3F3;
  line-height: 1.8;
}
.footer__reserved {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__reserved p,
.footer__reserved a {
  width: 30%;
}
.footer__totop {
  font-size: 20px;
  font-family: poppins;
  color: #F3F3F3;
  text-decoration: none;
}
.footer__totop:hover {
  color: #ACC8E5;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1610px) {
  .invest__container {
    flex-direction: column;
  }
  .invest__content {
    width: 80%;
    margin: auto;
  }
  .invest__content:first-of-type {
    width: 80%;
    height: 400px;
    padding-right: 25px;
    box-sizing: border-box;
  }
  .invest__funds {
    width: auto;
    max-width: 450px;
  }
  .invest__h3--funds, .invest__amount, .invest__data {
    color: #0E0E0E;
  }
  .invest__data .invest__txt {
    color: #0E0E0E;
  }

  .footer__txt {
    font-size: 18px;
  }
  .footer__left {
    width: 30%;
  }
  .footer__right {
    width: 65%;
  }
}
@media (max-width: 1000px) {
  .header::before {
    background-color: rgba(3, 46, 81, 0.8);
    pointer-events: none;
    z-index: 1;
  }
  .header__top {
    z-index: 2;
  }
  .header__logo {
    width: 150px;
  }
  .header__btn--top {
    display: none;
  }
  .header__nav {
    margin-right: 20px;
  }
  .header__navlink {
    font-size: 18px;
  }
  .header__bottom {
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding: 0%;
    z-index: 2;
  }
  .header__left {
    width: 95%;
    margin: auto;
  }
  .header__right {
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .header__title {
    font-size: 60px;
    text-align: center;
  }
  .header__txt {
    font-size: 18px;
    text-align: center;
    margin: auto;
  }
  .header__btns {
    justify-content: space-evenly;
    margin: auto;
    margin-bottom: 56px;
  }

  .invest__intro {
    width: 80%;
    margin: auto;
    margin-bottom: 76px;
  }
  .invest .graph__content {
    flex-direction: column;
  }
  .invest .chart {
    margin: auto;
    margin-bottom: 20px;
  }

  .approche__right,
.expertise__right {
    max-width: 100%;
  }
  .approche__top,
.expertise__top {
    width: 95%;
    margin: auto;
    margin-bottom: 76px;
    flex-direction: column;
  }

  .slider__slide {
    width: 100%;
  }
  .slider__slide--image {
    display: none;
  }
  .slider__group {
    height: auto;
  }
  .slider__bottom {
    max-width: 100%;
  }

  .difference {
    flex-direction: column;
  }
  .difference__left {
    width: 100%;
    margin-bottom: 109px;
  }
  .difference__right {
    width: 100%;
  }
  .difference__content:last-of-type {
    margin-bottom: 76px;
  }

  .footer__container {
    flex-direction: column;
  }
  .footer__left {
    width: 100%;
    flex-direction: row;
    margin-bottom: 76px;
  }
  .footer__img {
    width: 200px;
  }
  .footer__right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .chart {
    gap: 1rem;
  }

  .chart__bar {
    width: 44px;
  }

  .people__h3 {
    font-size: 27px;
  }
  .people__texte {
    width: 70%;
  }
  .people__txt {
    font-size: 18px;
  }
  .people__h3 {
    width: 120%;
  }
  .people__link {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
  .people__link i {
    font-size: 16px;
  }

  .ready {
    display: none;
  }

  .articles {
    width: 90%;
    margin: auto;
    margin-bottom: 304px;
  }
  .articles__container {
    flex-direction: column;
  }
  .articles__link {
    width: 100%;
    margin: auto;
    margin-bottom: 76px;
  }

  .faq {
    width: 90%;
    margin: auto;
    margin-bottom: 304px;
  }
  .faq__container {
    flex-direction: column;
  }
  .faq__left {
    width: 100%;
    margin-bottom: 76px;
  }
  .faq__right {
    width: 100%;
    justify-content: inherit;
  }
  .faq .accordion {
    max-width: 100%;
  }

  .footer__txt, .footer__totop, .footer__btn {
    font-size: 16px;
  }
  .footer__img {
    display: none;
  }
}
@media (max-width: 633px) {
  .header__nav {
    display: none;
  }
  .header__title {
    font-size: 40px;
  }
  .header__bottom {
    margin: inherit;
  }
  .header__btns {
    flex-direction: column;
    width: 70%;
  }
  .header__btn {
    font-size: 16px;
  }
  .header__btn:first-of-type {
    margin-bottom: 38px;
  }
  .header__right {
    width: 70%;
  }

  .people__container {
    flex-direction: column;
  }
  .people__content {
    width: 40%;
    margin: auto;
    margin-bottom: 76px;
  }

  .footer__intro {
    text-align: center;
    margin: auto;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__column {
    width: 100%;
    text-align: center;
  }
  .footer__reserved {
    flex-direction: column;
    text-align: center;
  }
  .footer__reserved p {
    width: 100%;
  }
}
@media (max-width: 506px) {
  .data {
    justify-content: center;
  }

  .articles__btn {
    display: none;
  }
}
@media (max-width: 487px) {
  .chart {
    display: none;
  }

  .invest__content:first-of-type {
    width: 80%;
    padding-left: 0;
  }
  .invest__funds {
    margin: auto;
    margin-bottom: 0;
    width: 80%;
  }
}

/*# sourceMappingURL=app.css.map*/