@charset "UTF-8";
/* ========= Container =========== */
/* wideSize Json */
/* contentSize Json*/
.last_properties__container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  /*max-width: 1200px;*/
  padding: 25px 10px;
  margin: auto;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .last_properties__container {
    border-radius: 8px;
    width: 90% !important;
    gap: 50px;
    padding: 50px !important;
  }
}
@media screen and (min-width: 976px) {
  .last_properties__container {
    gap: 50px;
    padding: 100px 0px 150px 0px !important;
  }
}

.last_properties__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.last_properties__header .last_properties__cta {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 70%;
}
.last_properties__header .last_properties__cta h1, .last_properties__header .last_properties__cta h2, .last_properties__header .last_properties__cta h3 {
  color: #002138;
  font-weight: bold;
}
.last_properties__header .last_properties__cta p {
  line-height: 1.8em !important;
}

.last_properties__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 35px;
  /* Cartes propriétés */
}
.last_properties__content--subtitle {
  font-size: 25px;
  line-height: 25px;
  color: #FFFFFF;
  font-weight: bold;
}
.last_properties__content--carts {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.last_properties__content .last_properties__cart {
  padding: 0;
  width: 275px;
}
.last_properties__content .last_properties__cart--img {
  background-position: center;
  min-width: 35%;
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px;
}
.last_properties__content .last_properties__cart--title {
  margin: 10px 0 0 0;
  font-size: 18px !important;
  font-weight: bold;
}
.last_properties__content .last_properties__cart--title h1, .last_properties__content .last_properties__cart--title h2, .last_properties__content .last_properties__cart--title h3, .last_properties__content .last_properties__cart--title h4, .last_properties__content .last_properties__cart--title p {
  font-size: 18px !important;
  color: #002138;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .last_properties__content .last_properties__cart--title {
    margin: 15px 0 0 0;
    color: #FFFFFF;
    font-weight: 600;
  }
  .last_properties__content .last_properties__cart--title h1, .last_properties__content .last_properties__cart--title h2, .last_properties__content .last_properties__cart--title h3, .last_properties__content .last_properties__cart--title h4, .last_properties__content .last_properties__cart--title p {
    font-size: 20px !important;
    line-height: 50px !important;
  }
}
.last_properties__content .last_properties__cart--text {
  color: #FFFFFF;
  font-size: 18px !important;
  font-weight: 300;
  margin: 15px 0;
}
.last_properties__content .last_properties__cart--separation {
  position: relative;
  display: block;
  width: 50%;
  height: 2px;
  background-color: #3ABE2F;
}
.last_properties__content .last_properties__cart a {
  text-decoration: underline;
  margin-top: auto;
}
@media screen and (max-width: 976px) {
  .last_properties__content .last_properties__cart {
    width: 47%;
  }
}

/*-- mobile $$*/
@media screen and (max-width: 768px) {
  .last_properties__header {
    flex-direction: column;
    align-items: center;
  }
  .last_properties__header .last_properties__cta {
    width: 100%;
    align-items: center;
    margin-bottom: 25px;
  }
  .last_properties__cart {
    width: 100% !important;
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .last_properties__cart picture {
    width: 40%;
    min-width: 145px;
  }
  .last_properties__content {
    align-items: center;
  }
  .last_properties__content--carts {
    flex-direction: column;
  }
  .last_properties__container {
    gap: 25px;
    padding: 50px 15px;
  }
}
/* Styles blocks */
.last_properties {
  background-color: transparent;
}
.last_properties.style-1 {
  background-color: #002138 !important;
}
.last_properties.style-1 .last_properties__container {
  max-width: 900px;
}
.last_properties.style-1 .last_properties__cta {
  color: #FFFFFF !important;
}
.last_properties.style-1 .last_properties__cta h1, .last_properties.style-1 .last_properties__cta h2, .last_properties.style-1 .last_properties__cta h3 {
  color: #FFFFFF !important;
}
.last_properties.style-1 .last_properties__cart--title {
  color: #FFFFFF !important;
}
.last_properties.style-2 {
  background-color: #FFFFFF !important;
}
.last_properties.style-2 .last_properties__container {
  max-width: 1200px;
  align-items: flex-start;
}
.last_properties.style-2 .last_properties__content--subtitle {
  color: #002138;
}
.last_properties.style-2 .last_properties__cart--title {
  color: #002138;
}
.last_properties.style-2 .last_properties__cart--text {
  color: #002138;
}
.last_properties.style-3 {
  background-color: #FFFFFF !important;
}
.last_properties.style-3 .last_properties__container {
  max-width: 1200px;
}
.last_properties.style-3 .last_properties__content--subtitle {
  color: #002138;
}
.last_properties.style-3 .last_properties__content--carts {
  flex-wrap: wrap;
}
@media screen and (min-width: 976px) {
  .last_properties.style-3 .last_properties__content--carts {
    flex-wrap: nowrap;
  }
}
.last_properties.style-3 .last_properties__cart--title {
  color: #002138;
}
.last_properties.style-3 .last_properties__cart--text {
  color: #002138;
}

/*# sourceMappingURL=block-derniers-biens.css.map */
