#home-hero {
  position: relative;
  width: 100%;
  height: calc(100vh - 64px);
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  --page-bg: #fff;
  /* --hero-ratio: 2.2; */
}
#home-hero .bigger-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#home-hero .section-top {
  position: relative;
  height: 80%;
  /* aspect-ratio: var(--hero-ratio); */
  overflow: hidden;
  clip-path: url(#heroClip);
}
#home-hero #home-hero-carousel {
  width: 100%;
  height: 100%;
}
#home-hero #home-hero-carousel .carousel-inner {
  height: 100%;
}
#home-hero #home-hero-carousel .carousel-item {
  height: 100%;
}
#home-hero #home-hero-carousel .carousel-indicators {
  justify-content: flex-start;
  width: fit-content;
  margin: 2.5rem 5rem;
  gap: 0.5rem;
}
#home-hero .carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0;
}
#home-hero .carousel-indicators [data-bs-target].active {
  background-color: transparent;
}
#home-hero .hero-titles-wrapper {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 5rem;
}
#home-hero .hero-titles-wrapper .section-subtitle {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.15em;
  text-shadow: 0px 0px 50px #000000;
}
#home-hero .hero-titles-wrapper .section-title {
  color: #fff;
  font-size: var(--size-30-60-60);
  line-height: 1.3em;
  max-width: 895px;
  text-shadow: 0px 0px 50px #000000;
}
#home-hero .section-bottom {
  align-items: flex-end;
  gap: 1rem;
  transform: translateY(-35%);
  pointer-events: none;
  height: 20%;
  gap: 0 4rem;
}
#home-hero .section-bottom a,
#home-hero .section-bottom button {
  pointer-events: auto;
}
#home-hero .section-bottom .section-left {
  width: 50%;
  max-width: 710px;
  padding-left: 1.5rem;
}
#home-hero .section-bottom .section-right {
  width: 56%;
  margin-right: 1.5rem;
}
#home-hero .section-bottom .shaped-cards-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem 2%;
}
#home-hero .shaped-card-wrapper {
  position: relative;
  width: 32%;
  max-width: 283px;
  aspect-ratio: 0.852;
  max-height: 31vh;
}
#home-hero .shaped-card-wrapper .shaped-card .section-title {
  font-size: var(--size-18-30-30);
  margin-bottom: 1rem;
}
#home-hero .shaped-card-wrapper .shaped-card .section-content {
  color: #03192D;
  font-family: "Albert Sans";
  font-size: var(--size-12-15-15);
  line-height: 1.333em;
  letter-spacing: -0.01em;
  max-width: 175px;
}
#home-hero .shaped-card-wrapper .arrow-rounded-button {
  width: 21.5%;
}
@media (max-width: 992px) {
  #home-hero {
    height: auto;
  }
  #home-hero .section-top {
    aspect-ratio: 1.2154;
    clip-path: unset;
    border-radius: 10px;
    overflow: hidden;
  }
  #home-hero .hero-titles-wrapper {
    top: 15%;
    transform: unset;
    left: 1rem;
  }
  #home-hero #home-hero-carousel .carousel-indicators {
    justify-content: flex-start;
    width: fit-content;
    margin: 1rem 1rem;
    gap: 0.5rem;
  }
  #home-hero .section-bottom {
    flex-direction: column-reverse;
    transform: none;
  }
  #home-hero .section-bottom .shaped-cards-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #home-hero .section-bottom .shaped-card-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1rem;
    width: 100%;
    max-width: unset;
    aspect-ratio: unset;
    height: auto;
  }
  #home-hero .section-bottom .shaped-card {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem 1rem;
    flex-grow: 1;
    padding: 0.8rem 0.6rem;
    border-radius: 10px;
  }
  #home-hero .shaped-card .card-icon {
    margin-bottom: 0;
    width: 12%;
  }
  #home-hero .shaped-card-wrapper .shaped-card .section-title {
    margin-bottom: 0.3rem;
  }
  #home-hero .shaped-card .section-content {
    max-width: unset;
    margin-bottom: 0;
  }
  #home-hero .section-bottom .arrow-rounded-button {
    position: relative;
    width: 10.5%;
  }
  #home-hero .section-bottom .shaped-cards-wrapper .shaped-card {
    width: 100%;
  }
  #home-hero .section-bottom .section-left {
    width: 100%;
    padding: 0;
  }
  #home-hero .section-bottom .section-right {
    width: 100%;
    margin: 1rem 0;
  }
}


#quotidien .section-wrapper {
  gap: 2rem 8%;
}
#quotidien .section-left {
  width: 36%;
  justify-content: space-between;
}
#quotidien .section-left .logo {
  width: 40%;
  margin-bottom: 2rem;
}
#quotidien .section-left .section-title {
  color: var(--theme-green);
  margin-bottom: 1em;
}
#quotidien .section-left .section-content {
  margin-bottom: 2rem;
}
#quotidien .section-left .section-slogan {
  margin-bottom: 2rem;
}
#quotidien .section-right {
  width: 56%;
  align-items: flex-start;
}
@media (max-width: 992px) {
  #quotidien .section-left {
    width: 100%;
    align-items: flex-start;
  }
  #quotidien .section-right {
    width: 100%;
  }
}

#explorez .section-wrapper {
  gap: 2rem 8%;
}
#explorez .section-left {
  width: 56%;
}
#explorez .section-right {
  width: 36%;
  align-items: flex-start;
}
#explorez .section-right .section-title {
  color: var(--theme-pink);
  margin-bottom: 1em;
}
#explorez .section-right .section-content {
  max-width: 500px;
  margin-bottom: 2rem;
}
#explorez .section-right .section-slogan {
  margin-bottom: 2rem;
}
@media (max-width: 992px) {
  #explorez .section-wrapper {
    flex-direction: column-reverse;
  }
  #explorez .section-left {
    width: 100%;
  }
  #explorez .section-right {
    width: 100%;
    align-items: flex-start;
  }
}

#informations {
  padding: 8rem 0;
}
#informations .section-wrapper {
  gap: 2rem 8%;
}
#informations .section-left.trajet {
  width: 36%;
}
#informations .shaped-card-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#informations .shaped-card {
  justify-content: center;
  padding: 6% 3.5rem;
}
#informations .arrow-rounded-button {
  width: 11.5%;
}
#informations .icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 2rem;
}
#informations .trajet .section-title {
  color: var(--theme-green);
  max-width: 320px;
  margin-bottom: 2rem;
}
#informations .trajet .section-content {
  color: #fff;
  max-width: 370px;
  margin-bottom: 2rem;
}
#informations .trajet .section-slogan {
  color: #fff;
}
#informations .section-right.locataire {
  width: 56%;
  align-items: flex-start;
}
#informations .locataire .section-wrapper {
  gap: 0;
  border-radius: var(--site-br);
  overflow: hidden;
}
#informations .locataire .section-left {
  background-color: var(--theme-orange);
  padding: 6% 3.5rem;
}
#informations .locataire .section-title {
  margin-bottom: 2rem;
}
#informations .locataire .section-content {
  color: var(--main-color);
  max-width: 315px;
  margin-bottom: 2rem;
}
#informations .locataire .section-slogan {
  color: var(--main-color);
  max-width: 280px;
  margin-bottom: 2rem;
}
#informations .locataire .section-right .image-fit {
  object-position: 0% 0%;
}
@media (max-width: 992px) {
  #informations {
    padding: 2rem 0;
  }
  #informations .section-left.trajet {
    width: 100%;
  }
  #informations .shaped-card {
    padding: 2.5rem 2.5rem;
  }
  #informations .section-right.locataire {
    width: 100%;
  }
  #informations .locataire .section-wrapper {

  }
  #informations .locataire .section-wrapper .section-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
    padding: 2.5rem 2.5rem;
  }
  #informations .locataire .section-wrapper .section-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
  }
}
