.text-image {
  display: flex;
  margin-bottom: 50px;
}
.text-image .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.text-image .text--title {
  display: flex;
  align-items: center;
  font-size: 54px;
  margin: 0;
  line-height: 60px;
}
.text-image.mode-col {
  flex-direction: row;
  gap: 20px;
}
.text-image.mode-col .image {
  height: 60vh;
}
.text-image.mode-row {
  gap: 20px;
  flex-direction: column-reverse;
}
.text-image.mode-row .incentive-link {
  display: flex;
  justify-content: start;
}
.text-image.mode-banner {
  flex-direction: column;
}
.text-image.mode-banner .image {
  display: flex;
  align-items: center;
}
.text-image.mode-banner .image .banner-header {
  max-width: 360px;
}
.text-image.mode-banner .simulator {
  background: white;
  padding: 20px 40px;
  width: 60vw;
  margin: 0 auto;
  margin-top: -100px;
  border-radius: 10px;
}
.text-image.mode-banner .simulator .points {
  margin-top: 20px;
  gap: 20px;
}
.text-image.mode-banner .simulator .points input {
  width: 100%;
}
.text-image.mode-banner .simulator .offer-title,
.text-image.mode-banner .simulator .title {
  font-size: 28px;
  border-bottom: 4px solid var(--color--primary-40);
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 0;
}
.text-image.mode-banner .simulator .offer-title::before,
.text-image.mode-banner .simulator .title::before {
  flex: 1;
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background-image: url(../images/taxi.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.text-image.mode-banner .simulator .offer-title span,
.text-image.mode-banner .simulator .title span {
  flex: 10;
}
@media screen and (max-width: 768px) {
  .text-image.mode-banner .image {
    align-items: start;
  }
  .text-image.mode-banner .simulator {
    width: 80vw;
    margin-top: -50px;
  }
}
@media screen and (max-width: 425px) {
  .text-image.mode-banner .image {
    padding: 30px;
  }
  .text-image.mode-banner .image .text--title {
    font-size: 30px;
  }
  .text-image.mode-banner .simulator {
    width: 80vw;
    margin-top: -50px;
    padding: 0 10px;
  }
  .text-image.mode-banner .simulator:has(.estimation) {
    width: auto;
  }
  .text-image.mode-banner .simulator .points {
    flex-direction: column;
  }
  .text-image.mode-banner .simulator .points input {
    width: 100%;
  }
  .text-image.mode-banner .simulator .offer-title,
  .text-image.mode-banner .simulator .title {
    font-size: 16px;
  }
}
@media screen and (min-width: 425px) {
  .text-image.mode-banner {
    margin-top: 20px;
  }
  .text-image.mode-banner .simulator .form-actions input {
    width: auto;
  }
}
.text-image .image {
  height: 40vh;
  min-height: 420px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.text-image .incentive-link {
  display: flex;
}
.text-image .incentive-link a {
  font-size: 19px;
  font-weight: bold;
  display: flex;
  color: initial;
  text-decoration: none;
  align-items: center;
  gap: 10px;
}
.text-image .incentive-link a::after {
  content: "";
  display: block;
  height: 30px;
  width: 30px;
  background-image: url(../images/pictos/arrow-down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.text-image .incentive-link--anchor::after {
  rotate: 0deg;
}
.text-image .incentive-link--internal::after {
  rotate: -90deg;
}
.text-image .incentive-link--external::after {
  rotate: -125deg;
}

@media screen and (max-width: 425px) {
  .text-image.mode-col {
    flex-direction: column;
    gap: 20px;
  }
  .text-image.mode-col .image {
    height: 80vh;
  }
}

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