.no-padding.home23 {
  margin-top: 53px;
}

.form {
  background-color: #ffffff;
  padding: 50px;
  border-radius: 10px;
}

.box-mobile {
  max-width: 670px;
}

.form-control {
  height: 50px;
  background-color: #edebeb;
  border: none;
  color: #000;
  font-size: 18px;
}

.input-group-text {
  border: none;
  color: #000;
  font-size: 18px;
}

.form-control::placeholder {
  color: #b9bdc1;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}

.form h3 {
  font-family: "Muller", sans-serif;
  font-size: 20px;
  color: #477cab;
  font-weight: 700;
}

.custom_mb {
  margin-bottom: 5rem !important;
}

.scroll_down {
  position: absolute;
  left: 49%;
  top: 87%;
}

.scroll_down:hover {
  cursor: pointer;
}

form button {
  background-color: #477cab;
  border-radius: 5px;
  padding: 9px 28px 9px 17px;
  color: #fff;
  font-size: 18px;
  font-family: "Muller", sans-serif;
}

form button:hover {
  cursor: pointer;
}

form button div {
  margin-right: 10px;
}

form select {
  height: 51px;
  background-color: #edebeb;
  border: none;
  color: #b9bdc1;
  font-size: 18px;
  width: 100%;
  font-family: "Montserrat", sans-serif;
}

.title p,
.title h1 {
  text-transform: uppercase;
}

.title h1 {
  position: relative;
  font-size: 33px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
  font-family: "Muller", sans-serif;
  text-align: left;
}

.description {
  max-width: 500px;
}

.description p {
  font-size: 20px;
  color: #fff;
  font-family: "Muller", sans-serif;
  line-height: 28px;
  margin-bottom: 0;
}

.title p {
  font-size: 22px;
  color: #fff;
  font-family: "Muller", sans-serif;
}

.title h1::after {
  content: "";
  width: 69px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -10%;
  left: 0;
}

.description div {
  margin-top: 85px;
}

.description div button {
  background-color: #477cab;
  padding: 5px 40px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 25px;
  border: transparent;
  outline: transparent;
}

.form-control:focus {
  background-color: #edebeb;
  border-color: none;
}

.splide__pagination__page {
  background: transparent !important;
  border: 1px solid #fff !important;
  opacity: 1 !important;
}

.splide__pagination__page.is-active {
  background: #fff !important;
}

.dernieres-offres {
  margin-top: -53px;
}

.dernieres-offres .sell_rent h2 {
  text-transform: uppercase;
  font-size: 48px;
  font-weight: 700;
  font-family: "Muller", sans-serif;
}

.dernieres-offres .sell_rent p {
  font-size: 43px;
  font-weight: 500;
  font-family: "Muller", sans-serif;
}

.dernieres-offres .sell_rent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}

.dernieres-offres .sell_rent h2::after {
  all: unset;
}

#carousel-home {
  height: auto;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1390px;
  }
}

@media screen and (max-width: 480px) {
  .home23 .moteur-home {
    margin-top: -50px;
  }

  .home23 {
    height: calc(132vh - 82px);
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
  }

  .home23 .moteur-home {
    transform: translate(6%, 110%) !important;
  }

  .box-mobile {
    max-width: 410px !important;
  }

  #carousel-home {
    height: 58rem;
    max-height: none;
  }

  .moteur-home > .no-margin {
    flex-wrap: wrap;
  }

  .title p {
    font-size: 18px;
  }

  .title h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .description p {
    font-size: 16px;
    line-height: 20px;
  }

  .description div {
    margin-top: 12px;
  }

  .scroll_down {
    left: 45%;
    top: 72%;
  }

  .box-mobile {
    transform: translate(39%, 41%);
  }

  .dernieres-offres {
    transform: translateY(-2%);
    margin-top: 0;
  }

  .dernieres-offres .sell_rent h2 {
    font-size: 20px;
  }

  .dernieres-offres .sell_rent p {
    font-size: 16px;
  }
  .form {
    padding: 40px 50px;
  }

  .moblie_gap {
    gap: 20px;
  }

  .no-padding.home23 {
    margin-top: 0px !important;
  }

  .block-carousel-home {
    height: 100%;
    margin-top: 0rem !important;
  }
}
