.properties__list .properties__offer-value strong {
  font-size: 20px;
}
.properties__address {
  height: 62px;
  overflow: hidden;
}
.form__buttons--double .form__submit {
  width: 100%;
}
.form--sidebar .form__buttons {
  padding: 0;
}
.navigation {
  float: right;
}
.navigation span {
  background-color: #252526;
  border: 1px solid #252526;
  color: #ffffff;
  display: inline-block;
}
.navigation span a,
.navigation span a:visited {
  color: #beaf87;
  display: inline-block;
  padding: 3px 8px;
}
.navigation span a:hover {
  background-color: #beaf87;
  color: #252526;
  text-decoration: none;
}
.navigation .current {
  padding: 3px 8px;
  background-color: #beaf87;
  color: #252526;
}
.navigation span:last-child {
  margin-right: 0;
}
.bloc_error {
  display: inline-block;
  width: 100%;
  position: relative;
  top: 10px;
}
.form_errors {
  overflow: hidden;
  background-color: #B0413E;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #B0413E;
  border-radius: 5px;
  padding: 0;
}
.form_errors li {
  padding: 5px 10px;
  list-style: none;
  text-align: left;
}
.form_errors:after {
  content: "";
  border: 10px solid transparent;
  border-bottom: 10px solid #B0413E;
  height: 0;
  width: 0;
  left: 10px;
  top: -20px;
  position: absolute;
}
.form .control-label.checkbox {
  width: auto;
  margin: 0 0 0 5px;
}
.slider--small .slider__item img {
  margin: 0 auto;
}
.item-photo {
  width: 270px;
  height: 203px;
}
.worker__photo .item-photo {
  width: auto;
  height: auto;
}
.item-photo-home {
  width: 370px;
  height: 203px;
}
.slider--wide .slider__img img {
  width: 100%;
  height: auto;
}
.slider__img {
  background: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\f0d7";
}
.pre-info {
  background-color: white;
  padding: 10px;
  border: 1px solid #efefef;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 0 auto 40px auto;
}
.post-info {
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin: 10px auto;
}
.switch_wrapper {
  width: 100%;
}
.switch_wrapper label {
  width: 100%;
  display: flex !important;
  justify-content: center;
  flex-direction: column-reverse;
  text-transform: uppercase;
  font-weight: 600;
}
.switch_wrapper label:before {
  content: "Non/Oui";
  display: block;
  font-size: 12px;
  text-align: center;
}
.switch_wrapper label .switch {
  margin: 10px auto 0 auto;
  position: relative;
  display: block;
  width: 44px !important;
  height: 24px !important;
}
.switch_wrapper label .switch input {
  cursor: pointer;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.switch_wrapper label .switch input:checked + .slider {
  background-color: #beaf87;
}
.switch_wrapper label .switch input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
.switch_wrapper label .switch input:focus + .slider {
  box-shadow: 0 0 1px #beaf87;
}
.switch_wrapper label .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: initial;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch_wrapper label .switch .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.select_with_other input[name*='_other'] {
  margin-top: 10px;
}
.renter_items,
.warrant_items {
  gap: 20px;
  margin-left: 0!important;
  margin-right: 0!important;
  width: 100%;
}
.renter_items .renter_item,
.warrant_items .renter_item,
.renter_items .warrant_item,
.warrant_items .warrant_item {
  margin-top: 20px;
  padding: 20px!important;
  border: 1px solid #beaf87;
  width: calc(50% - 10px);
}
.renter_items .renter_item.has_error,
.warrant_items .renter_item.has_error,
.renter_items .warrant_item.has_error,
.warrant_items .warrant_item.has_error {
  border-color: #B0413E;
}
.renter_items .renter_item .row,
.warrant_items .renter_item .row,
.renter_items .warrant_item .row,
.warrant_items .warrant_item .row {
  width: 100%;
  margin: 0 auto;
}
.renter_items .renter_item .inputs.collapsed,
.warrant_items .renter_item .inputs.collapsed,
.renter_items .warrant_item .inputs.collapsed,
.warrant_items .warrant_item .inputs.collapsed {
  display: none;
}
.renter_items .renter_item h5,
.warrant_items .renter_item h5,
.renter_items .warrant_item h5,
.warrant_items .warrant_item h5 {
  width: 100%;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.renter_items .renter_item h5 .toggle_renter,
.warrant_items .renter_item h5 .toggle_renter,
.renter_items .warrant_item h5 .toggle_renter,
.warrant_items .warrant_item h5 .toggle_renter,
.renter_items .renter_item h5 .toggle_warrant,
.warrant_items .renter_item h5 .toggle_warrant,
.renter_items .warrant_item h5 .toggle_warrant,
.warrant_items .warrant_item h5 .toggle_warrant {
  float: right;
}
form[name='contact_form_rent'] #contact_form_rent_captcha {
  margin-top: 20px;
}
#buy_rent_form {
  width: calc(80% - 20px);
  margin: 200px auto 0 auto;
  max-width: 900px;
}
#buy_rent_form .panel {
  padding: 20px;
}
#buy_rent_form .panel.errors {
  border: 1px solid #B0413E;
}
#buy_rent_form h3,
#buy_rent_form h4,
#buy_rent_form h5 {
  margin-top: 10px;
  margin-bottom: 10px;
}
#buy_rent_form h4 {
  font-weight: 400;
}
#buy_rent_form h5 {
  color: #beaf87;
  font-weight: 400;
}
#buy_rent_form .toggle_panel {
  float: right;
}
#buy_rent_form .toggle_panel:hover,
#buy_rent_form .toggle_panel:focus {
  text-decoration: none;
}
#buy_rent_form .form--property-agent {
  margin-top: 0;
}
#buy_rent_form .disponibilities > div,
#buy_rent_form .postcodes > div,
#buy_rent_form .types > div,
#buy_rent_form .outsides > div,
#buy_rent_form .works > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
#buy_rent_form .disponibilities > div label,
#buy_rent_form .postcodes > div label,
#buy_rent_form .types > div label,
#buy_rent_form .outsides > div label,
#buy_rent_form .works > div label {
  margin: 0;
  width: calc(25% - 42px);
}
@media all and (max-width: 767px) {
  #buy_rent_form .disponibilities > div label,
  #buy_rent_form .postcodes > div label,
  #buy_rent_form .types > div label,
  #buy_rent_form .outsides > div label,
  #buy_rent_form .works > div label {
    width: calc(100% - 42px) !important;
  }
}
#buy_rent_form .disponibilities input[type='checkbox'],
#buy_rent_form .postcodes input[type='checkbox'],
#buy_rent_form .types input[type='checkbox'],
#buy_rent_form .outsides input[type='checkbox'],
#buy_rent_form .works input[type='checkbox'] {
  position: relative;
  width: 24px;
  height: 14px;
  padding: 0;
  appearance: unset;
  outline: unset;
  border: unset;
  margin: 0;
}
#buy_rent_form .disponibilities input[type='checkbox']:before,
#buy_rent_form .postcodes input[type='checkbox']:before,
#buy_rent_form .types input[type='checkbox']:before,
#buy_rent_form .outsides input[type='checkbox']:before,
#buy_rent_form .works input[type='checkbox']:before {
  content: " ";
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: initial;
  background-color: #ccc;
  width: 24px;
  height: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#buy_rent_form .disponibilities input[type='checkbox']:after,
#buy_rent_form .postcodes input[type='checkbox']:after,
#buy_rent_form .types input[type='checkbox']:after,
#buy_rent_form .outsides input[type='checkbox']:after,
#buy_rent_form .works input[type='checkbox']:after {
  position: absolute;
  cursor: pointer;
  content: "";
  height: 10px;
  width: 10px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#buy_rent_form .disponibilities input[type='checkbox']:checked:before,
#buy_rent_form .postcodes input[type='checkbox']:checked:before,
#buy_rent_form .types input[type='checkbox']:checked:before,
#buy_rent_form .outsides input[type='checkbox']:checked:before,
#buy_rent_form .works input[type='checkbox']:checked:before {
  background-color: #beaf87;
}
#buy_rent_form .disponibilities input[type='checkbox']:checked:after,
#buy_rent_form .postcodes input[type='checkbox']:checked:after,
#buy_rent_form .types input[type='checkbox']:checked:after,
#buy_rent_form .outsides input[type='checkbox']:checked:after,
#buy_rent_form .works input[type='checkbox']:checked:after {
  left: 12px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#buy_rent_form .postcodes > div label {
  width: calc(50% - 42px);
}
#buy_rent_form .panel > div {
  display: none;
}
#buy_rent_form .panel.open > div {
  display: block;
}
@media all and (max-width: 767px) {
  #buy_rent_form {
    margin-top: 70px;
  }
}
.select_property {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.select_property .selected_value {
  cursor: pointer;
  width: 100%;
  padding: 5px 10px;
  display: grid;
  align-items: center;
  grid-template-columns: 130px 1fr;
  grid-gap: 10px;
  background-color: #beaf87;
}
.select_property .selected_value .image {
  width: 130px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.select_property .selected_value .description .title {
  display: block;
  color: white;
  font-size: 18px;
  font-weight: bolder;
}
.select_property .selected_value .description .place {
  display: block;
  color: white;
  font-size: 16px;
  font-style: italic;
}
.select_property .selected_value .description .price {
  color: white;
  font-size: 16px;
  font-weight: bolder;
}
.select_property .selected_value.empty {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2c3e50;
  font-size: 20px;
  font-weight: bolder;
  background-color: #efefef;
  border: 1px solid #dcdcdc;
}
.select_property .select_dropdown {
  width: 100%;
  margin: 0;
  padding: 0;
  display: none;
  max-height: 220px;
  overflow-y: auto;
  position: absolute;
  background-color: white;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.select_property .select_dropdown.open {
  display: block;
}
.select_property .select_dropdown.open:before {
  content: "\25BC";
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #917f4e;
}
.select_property .select_dropdown li {
  width: 100%;
  padding: 5px 10px;
  margin: 0;
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 130px 1fr;
  grid-gap: 10px;
  border-bottom: 1px solid #efefef;
}
.select_property .select_dropdown li:last-of-type {
  border-bottom: unset;
}
.select_property .select_dropdown li .image {
  width: 130px;
  height: 80px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.select_property .select_dropdown li .description .title {
  display: block;
  color: #beaf87;
  font-size: 18px;
  font-weight: bolder;
}
.select_property .select_dropdown li .description .place {
  display: block;
  color: #2c3e50;
  font-size: 16px;
  font-style: italic;
}
.select_property .select_dropdown li .description .price {
  font-size: 16px;
  font-weight: bolder;
}
.select_property .select_dropdown li:hover,
.select_property .select_dropdown li:focus {
  background-color: #beaf87;
}
.select_property .select_dropdown li:hover .title,
.select_property .select_dropdown li:focus .title,
.select_property .select_dropdown li:hover .price,
.select_property .select_dropdown li:focus .price,
.select_property .select_dropdown li:hover .place,
.select_property .select_dropdown li:focus .place {
  color: white;
}
.select_property .select_dropdown li.selected {
  display: none;
}
.display-none {
  display: none!important;
}
@media (max-width: 1400px) {
  .slider--wide .slider__img img {
    width: 100%;
    height: auto;
  }
}
@media all and (max-width: 1250px) {
  .navbar__wrap {
    justify-content: center;
  }
}
@media (max-width: 1200px) {
  .renter_item,
  .warrant_item {
    width: 100%!important;
  }
  .item-photo {
    width: 293px;
    height: 220px;
  }
  .item-photo-home {
    width: 455px;
    height: 220px;
  }
  .navbar__item {
    margin: 3px 0 0 17px;
  }
  .navbar__brand img {
    height: 50px;
  }
}
@media (max-width: 992px) {
  .navbar__item a {
    font-size: 14px!important;
  }
  .item-photo {
    width: 220px;
    height: 166px;
  }
  .item-photo-home {
    width: 345px;
    height: 166px;
  }
  .slider--wide .slider__img img {
    width: 100%;
    height: auto;
  }
  .navbar__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .header__row {
    height: 0;
  }
}
@media (max-width: 767px) {
  .item-photo {
    width: 100%;
    height: 100%;
  }
  .slider--wide .slider__img img {
    width: 100%;
    height: auto;
  }
  #navbar-collapse-1 {
    right: -300px;
    z-index: 0;
    opacity: 0;
  }
  #navbar-collapse-1 .navbar__nav {
    display: block;
  }
  .has-zix-slider > .box {
    overflow-x: hidden;
  }
  .has-zix-slider #navbar-collapse-1 {
    right: -300px;
    z-index: 0;
    opacity: 0;
  }
  .has-zix-slider #navbar-collapse-1.leaving {
    right: -300px;
    z-index: 2;
    opacity: 1;
    transition: right ease 500ms;
  }
  .zix-slider-nav-open #navbar-collapse-1 {
    z-index: 2;
    opacity: 1;
    display: block;
    right: 0;
    transition: right ease-in 200ms;
  }
  .zix-slider-nav-open #navbar-collapse-1 .navbar__nav {
    display: block;
  }
  #buy_rent_form {
    width: 100%;
  }
  #buy_rent_form .form--flex {
    padding: 0 5px 5px 5px;
  }
  .header__row {
    height: 50px;
  }
}
.navbar__item {
  min-height: 43px;
}
/*# sourceMappingURL=style.css.map */