<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Enfold Child
Description: A &lt;a href='http://codex.wordpress.org/Child_Themes'&gt;Child Theme&lt;/a&gt; for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/*Add your own styles here:*/
/* BLOCK ELASTIC CONTENT TO 1600px max */
.av-layout-grid-container,
.avia-section {
  max-width: 1800px;
  margin: 0 auto;
  float: none;
}

/* SVG support */
.avia-chrome img.avia_image {
  width: 100%;
} /*

/* LOGO */
.container_wrap_logo .logo {
  width: 200px;
  /*padding-top: 7px;*/
}
.header-scrolled .container_wrap_logo .logo {
  width: 100px;
}

/* HEADER */
#top .av_header_glassy.av_header_transparency #header_main {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.html-scrolled #top .av_header_glassy.av_header_transparency #header_main {
  background-color: white;
  border-bottom: 2px solid #e20079;
}
#header.header-scrolled {
  background: #222 !important;
}
/* MENU */

.main_menu #avia-menu &gt; li {
  margin: 0 13px;
}

.main_menu #avia-menu &gt; li &gt; a {
  padding: 0;
}

.main_menu #avia-menu .sub-menu li &gt; a {
  font-size: 14px;
}

.main_menu #avia-menu &gt; li &gt; a .avia-menu-fx {
  bottom: 30% !important;
  background-color: #e20079;
  width: 100%;
  left: 0;
}
#top .header_color .main_menu .menu ul li &gt; a:hover {
  color: #e20079 !important;
}
/*
.menu-item-top-level.dropdown_ul_available &gt; a .avia-menu-text:after {
  content: "\e877";
  font-family: entypo-fontello;
  color: black;
  position: relative;
  left: 10px;
  vertical-align: middle;
}
#top #header .av-main-nav &gt; li {
  margin: 0 10px;
}
#top .av_header_transparency #header_main {
  border-bottom: 1px solid white;
}*/

/* HOMEPAGE SLIDER */

#full_slider_1 .av-section-color-overlay {
  background-size: cover !important;
}
#full_slider_1 .avia-caption-content {
  font-family: "marmelad", "HelveticaNeue", "Helvetica Neue", "Helvetica-Neue",
    Helvetica, Arial, sans-serif;
}
#full_slider_1 .avia-caption-title {
  position: relative;
}
/*
#full_slider_1 .avia-caption-title:before {
  content: "";
  display: inline-block;
  width: 65px;
  margin: 0;
  position: absolute;
  top: 50%;
  left: -100px;
  border-style: solid;
  border-width: 2px 0 0;
}
#full_slider_1 .avia-caption-title:after {
  content: "";
  display: inline-block;
  width: 65px;
  margin: 0;
  position: absolute;
  top: 50%;
  right: -100px;
  border-style: solid;
  border-width: 2px 0 0;
}
*/

.home .slideshow_align_caption {
  text-align: center;
}
/* PAGE TITLES */
/* background color on the page titles */
.container_wrap.alternate_color.title_container {
  padding: 40px 0;
}

/* change the color of the page title */
.main-title.entry-title a {
  color: #00833d !important;
}

/* FOOTER */
.footer-page-content {
  border-top: 10px solid #e2007a;
}

#custom-footer .footer-menu {
  margin: 0;
}

#custom-footer .footer-menu ul {
  display: flex;
  padding: 0;
  margin: 0;
}
#custom-footer .footer-menu li {
  display: inline;
  float: left;
  background: none !important;
  padding: 0;
  margin: 0;
  border: none !important;
}
#custom-footer .footer-menu li a {
  color: #ffffff;
  padding: 1em 1.5em 1em 1.5em !important;
  text-transform: uppercase;
}

/* SPACE BETWEEN COLUMNS */
div .av_one_fourth {
  margin-left: 2%;
  width: 22.5%;
}
#top .av-flex-placeholder {
  width: 3%;
}
/* SLIDESHOW */
@media only screen and (max-width: 768px) {
  .avia-slideshow-inner,
  .avia-slideshow-inner img {
    height: 300px !important;
  }
  .av_slideshow_full li img {
    width: 230% !important;
    max-width: 230% !important;
    margin-left: -25%;
  }
}

/* CONTACT */
#top
  .contact_coordonnees
  .iconbox_left_content.av-icon-style-no-border
  .iconbox_icon {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 30px;
}

.main_color input[type="submit"] {
  background: #e2007a;
  font-size: 13px;
  padding: 13px 41px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 1px solid transparent;
}

.main_color input[type="submit"]:hover {
  background: #fff;
  color: #e2007a;
  border: 1px solid #e2007a;
}
#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select,
#top .avia_ajax_form .text_area {
  background: white !important;
  color: #222;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 13px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
  box-shadow: none;
}

::-webkit-input-placeholder {
  font-weight: 500;
}
::-moz-placeholder {
  font-weight: 500;
}
:-ms-input-placeholder {
  font-weight: 500;
}
.avia_ajax_form .avia-permanent-lb {
  height: 50px;
  display: inline-block;
}

/* votre recherche - contact form 7 sur 2 colonnes*/
.wpcf7-form .form_element {
  margin-top: 8px;
  margin-bottom: 8px;
}
.wpcf7-form .form_element_half {
  width: 49.5%;
  float: left;
  margin-left: 1%;
  clear: none;
}
.wpcf7-form .form_fullwidth {
  float: left;
  width: 100%;
}
.wpcf7-form .first_form {
  clear: both;
  margin-left: 0;
}
.wpcf7-form h3 div.whitespace {
  height: 30px;
}

@media only screen and (max-width: 768px) {
  .wpcf7-form .form_element {
    width: 100%;
    clear: both;
    margin-right: 0;
    margin-left: 0;
    float: none;
  }
}

/* google map */
.contact_map {
  top: -200px;
  margin-bottom: -200px;
}

/* HOMEPAGE */
#homepage_services .flex_column_table {
  max-width: 80%;
}

#homepage_bottom_CTA {
  margin-left: 80px;
}

/* BUTTONS */
#top .avia-button.avia-color-dark {
  border: none;
  color: #3e505a;
  padding: 0;
}
#top .avia-button.avia-color-dark:after {
  content: url("https://www.immotoben.be/wp-content/uploads/2020/10/arrow-dark.svg");
  padding-left: 2em;
}

#top .avia-button.avia-color-light {
  border: none;
  color: #ffffff;
  padding: 0;
}
#top .avia-button.avia-color-light:after {
  content: url("https://www.immotoben.be/wp-content/uploads/2020/10/arrow-light.svg");
  padding-left: 2em;
}

/* ----------------------------------------- */
/*----------- PROPERTIES --------------------*/
/* ----------------------------------------- */

#property_listing .av-inner-masonry-content {
  background-color: #f4f4f4 !important;
}
.property_listing .av-masonry {
  overflow: visible;
}
.property_listing .container .av-inner-masonry-content {
  background-color: #f4f4f4 !important;
  padding: 21px !important;
}
.property_listing .av-inner-masonry {
  /* box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);*/
  box-shadow: none !important;
  border-radius: 5px !important;
  background-color: #f4f4f4 !important;
  right: 35px;
}
.property_listing
  .av-large-gap.av-fixed-size
  .av-masonry-entry
  .av-inner-masonry {
  right: 35px !important;
  bottom: 35px !important;
}

.av-fixed-size .av-masonry-entry .av-inner-masonry-sizer {
  padding-bottom: 120%;
}
.main_color .container .av-masonry-entry .avia-arrow {
  background-color: #f4f4f4;
}
#top .property_listing .container .av-masonry.av-large-gap {
  width: calc(100% + 35px);
}

.property_listing .template-page {
  padding-bottom: 0;
}

.property_listing .property_type {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: white;
}
.property_listing .property_image_container {
  width: 100%;
  height: 260px;
  text-align: center;
}

.property_listing .property_status {
  position: absolute;
  transform: rotate(-35deg);
  top: 13px;
  left: -25px;
  z-index: 2;
  background-color: rgba(226, 0, 122, 0.65);
  border-radius: 2px;
  text-transform: uppercase;
  padding: 3px 35px;
  font-size: 10px;
  line-height: 11px;
  font-weight: 500;
  color: white;
}
.property_listing .property_status.LOUE {
  background-color: rgb(119, 192, 78);
}
.property_listing .property_status.NOUVEAU {
  background-color: rgb(38, 166, 102);
}
.property_listing .property_status.VENDU {
  background-color: rgb(211, 0, 39);
}
.property_listing .property_status.nvprix {
  background-color: rgb(240, 173, 0);
}
.property_listing .property_city {
  font-size: 18px !important;
  margin-bottom: 3px !important;
}

.property_listing .property_title {
  font-size: 14px;
  margin: 0;
}
.property_listing .property_price {
  font-size: 18px;
  font-weight: 700;
  color: #e2007a;
  margin: 0;
  border-top: 1px solid #222222;
  padding-top: 20px;
  margin-top: 12px;
}
.amenities-wrap {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin: 1em 0;
}

.amenities-wrap .item-amenities {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  list-style: none;
  color: #222222;
  margin: 0;
}

.amenities-wrap .item-amenities li {
  margin-right: 15px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.amenities-wrap .item-amenities li img {
  width: 14px;
  height: 14px;
  margin-right: 0.25em;
  margin-bottom: -1px;
}

.amenities-wrap .item-amenities li .item-amenities-text {
  display: none;
}
.amenities-wrap .item-amenities li .amenities-value {
  font-size: 16px;
  font-weight: 700;
}
.property_detail .amenities-wrap {
  margin: 0.5em 0 0 0;
}
.property_detail .amenities-wrap .item-amenities {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  width: 100%;
}

.property_detail .amenities-wrap .item-amenities li {
  display: flex;
  background: #f4f4f4;
  padding: 2em 0;
  text-align: center;
  width: 20%;
  max-width: 120px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: initial;
  flex: 1 1 auto;
  margin: 0 8px 20px 0;
}
.property_detail .amenities-wrap .item-amenities li .amenities-value {
  margin-top: 18px;
}
.property_detail .amenities-wrap .item-amenities li img {
  width: 22px;
  height: 20px;
}

.property_description {
  white-space: pre-line;
}
.property_description a {
  text-decoration: underline;
}
.list-details {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #555;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.list-details .list-question {
  font-weight: bold;
}
#contact_agency {
  background-color: #f4f4f4;
}
#contact_agency .contact_agency {
  padding: 0 20px;
}

/* GALLERY */
#slider.flexslider {
  width: 726px;
  height: 490px;
  background-color: #f4f4f4;
  overflow: hidden;
  border-radius: 0;
}
#slider.flexslider .slides img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}
#slider.flexslider .slides .flex-active-slide {
  width: 726px;
  height: 490px;
}
#carousel.flexslider .slides li {
  width: 235px;
  height: 161px;
  background-color: #f4f4f4;
}
#carousel.flexslider .slides img {
  /*height: 100%;
  width: auto;*/
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  #slider.flexslider {
    width: 330px;
    height: 223px;
  }
  #slider.flexslider .slides .flex-active-slide {
    width: 330px;
    height: 223px;
  }
  #slider.flexslider .slides img {
    height: auto !important;
  }
}
/*nav arrows */

.flex-direction-nav a {
  color: rgba(226, 0, 121, 1) !important;
  text-shadow: 1px 1px 0 rgba(226, 0, 121, 0.3) !important;
}

.flex-direction-nav a:before {
  color: rgba(226, 0, 121, 1) !important;
  text-shadow: 1px 1px 0 rgba(226, 0, 121, 0.3) !important;
}
/* opacity 1 when open magnific popup */
.mfp-ready .mfp-figure {
  opacity: 1;
}

.page-template-property button.mfp-arrow:before,
.page-template-property button.mfp-arrow:after {
  border: none;
  margin: 0;
  display: none;
}
.page-template-property button.mfp-arrow:before {
  opacity: 1;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  color: #fff;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-template-property button.mfp-arrow:hover:before {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.page-template-property button.mfp-arrow:before {
  content: "\E87d" !important;
  font-family: "entypo-fontello" !important;
}
.page-template-property button.mfp-arrow-left:before {
  content: "\E87c";
  font-family: "entypo-fontello";
}

/* --- PEB */

.peb {
  position: absolute;
  display: block;
  bottom: 8px;
  left: 10px;
  padding: 0;
  margin: 0;
  height: 30px;
  width: 104px;
  overflow: hidden;
  z-index: 3;
  font-size: 14px;
  font-weight: 200;
  line-height: 18px;
  text-align: left;
}

.peb-details {
  position: relative;
  bottom: initial;
  left: initial;
}

.peb_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  border: white 3px solid;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  z-index: 2;
  background-color: #41535d;
}

.peb_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
  padding: 3px 5px 6px 5px;
  margin: 0;
  border-top: white 3px solid;
  border-bottom: white 3px solid;
  z-index: 1;
}

.peb_letter-max {
  right: -5px;
}

.peb_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.peb_after {
  position: absolute;
  display: inline-block;
  right: 14px;
  bottom: -5px;
  border-top: white 4px solid;
  border-right: white 4px solid;
  -webkit-transform: rotate(60deg) skewY(-30deg);
  -moz-transform: rotate(60deg) skewY(-30deg);
  -ms-transform: rotate(60deg) skewY(-30deg);
  -o-transform: rotate(60deg) skewY(-30deg);
  transform: rotate(60deg) skewY(-30deg);
  height: 40px;
  width: 35.5px;
  z-index: -1;
  -webkit-border-radius: 0 6px 0 0;
  -moz-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}

.peb_graph_container {
  position: relative;
  display: block;
  width: 100%;
  overflow: auto;
}

.peb_graph_text {
  position: relative;
  display: block;
  font-size: 1em;
  text-align: center;
  font-size: 14px;
}

.peb_graph_img_container {
  position: relative;
  display: block;
  width: 351px;
  margin: 0 auto;
}

.peb_graph_img {
  position: relative;
  display: inline-block;
  height: 277px;
  width: 270px;
}

.peb_graph_cursor_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 76px;
  top: 158px;
  left: 269px;
}

.peb_graph_cursor_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_cursor_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 2px;
  left: 26px;
  width: 44px;
  font-weight: 700;
  font-size: 14px;
}

.peb_graph_fla_cursor_container {
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 76px;
  top: 118px;
  left: 269px;
}

.peb_graph_fla_cursor_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_fla_cursor_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: -20px;
  left: 16px;
  width: 44px;
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
}

.peb_graph_fla_cursor_valuelabel {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: -9px;
  left: 50px;
  width: 44px;
  font-size: 6px;
  color: gray;
  font-family: Arial, Helvetica, sans-serif;
}

.peb_graph_fla_element_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 77px;
  top: 121px;
  left: -17px;
}

.peb_graph_fla_element_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_graph_fla_element_value {
  position: absolute;
  display: inline-block;
  text-align: center;
  top: 2px;
  left: 16px;
  width: 44px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  font-family: Arial;
}

.peb_graph_fla_legend_container {
  position: absolute;
  display: inline-block;
  height: 25px;
  width: 197px;
  top: 154px;
  left: 11px;
}

.peb_graph_fla_legend_img {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.peb_bxl_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  z-index: 2;
}

.peb_bxl_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
}

.peb_bxl_letter-max {
  right: 37px;
  top: 7px;
  font-size: 20px;
}

.peb_bxl_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

.peb_fla_svg {
  position: relative;
  height: 100%;
  width: 60px;
  display: inline-block;
  padding: 0;
  margin: 0;
  float: left;
  z-index: 2;
}

.peb_fla_lvl {
  position: relative;
  height: 100%;
  width: 17px;
  display: inline-block;
}

.peb_fla_letter-max {
  right: 37px;
  top: 7px;
  font-size: 20px;
}

.peb_fla_letter {
  color: white;
  z-index: 2;
  height: 15px;
  line-height: 15px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}

/* ----- cookie notice -----*/
.cn-button.wp-default {
  background-color: #e20079;
}

/* Documents */
.documents-wrap {
  display: flex;
  flex-direction: column;
}

.documents-wrap div {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  display: flex;
}

.documents-wrap div a {
  display: block;
  width: 100%;
  padding: 5px 12px 5px 12px;
}
.documents-wrap div a:before {
  content: "\E82d";
  font-family: "entypo-fontello";
  margin-right: 10px;
}

/*----------------------------------------
// owner access - accÃ¨s propriÃ©taires
//--------------------------------------*/
form#owner_access #errors p {
  color: red;
}

.owner_property {
  background-color: white;
  border: 1px solid lightgrey;
  border-radius: 5px;
  margin-bottom: 2em;
}
.owner_property h3 {
  margin: 1em 0 0 0.7em;
}
.owner_property_header {
  background: #f0f0e4;
  border-bottom: 1px solid #2b2b2a;
  padding: 1em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
}
.owner_property_header img {
  width: auto;
  max-height: 100px;
}
.owner_property_header .header-main-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-left: 1em;
  align-items: flex-start;
}
.owner_property_header .header-main-info .price {
  padding-top: 1em;
  font-weight: bold;
  font-size: 1.3em;
}
.owner_property_details {
  padding: 1em;
}

.history_item_header {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  font-weight: bold;
}

.history_item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  border-top: 1px solid lightgray;
}
.history_item:nth-child(odd) {
  background-color: #fafaf5;
}
.history_item .history_date,
.history_item_header .history_date {
  width: 20%;
  padding: 1em;
}
.history_item .history_cat,
.history_item_header .history_cat {
  width: 15%;
  padding: 1em;
}
.history_item .history_comment,
.history_item_header .history_comment {
  width: 25%;
  padding: 1em;
}
.history_item .history_info,
.history_item_header .history_info {
  width: 40%;
  padding: 1em;
}

/* Documents */
.documents-wrap {
  display: flex;
  flex-direction: column;
}

.documents-wrap div {
  background-color: #f4f4f4;
  margin-bottom: 10px;
  display: flex;
}

.documents-wrap div a {
  display: block;
  width: 100%;
  padding: 5px 12px 5px 12px;
}
.documents-wrap div a:before {
  content: "\E82d";
  font-family: "entypo-fontello";
  margin-right: 10px;
}
</pre></body></html>