/* color variables */
/* text variables */
/**param variables*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
@import url("https://use.typekit.net/luu0ncu.css");
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap');
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 10px /* @paddingBody */;
  left: 10px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

.img-lazy-load.loaded {
  filter: blur(0px);
} */
#sd-cmp * {
  max-height: 100vh;
  font-size: 14px;
}
.grecaptcha-badge {
  z-index: 99999;
}
@media only screen and (max-width: 640px) {
  .grecaptcha-badge {
    visibility: hidden;
  }
}
@media only screen and (min-width: 641px) {
  .recaptcha-terms {
    display: none;
  }
}
.recaptcha-terms {
  padding: 5px 10px;
  text-align: center;
}
.recaptcha-terms p {
  font-size: 11px;
  line-height: 19px;
  opacity: 0.7;
}
.recaptcha-terms a {
  color: #1a73e8;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
/*
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }

.clearfix:after { content:""; display:table; clear:both; }
*/
/*
.resizePicture { position: relative; overflow: hidden; }
.resizePicture img { position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; max-width:none !important ;max-height:none !important; margin: auto; opacity: 0; }
*/
/** TOOLS PAGE */
/*
.loanTool article.tool { margin-bottom: 40px; }
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}

.loanTool table { width: 100%; }
.loanTool table td { padding: 10px; }

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/cms.less ***/
.module-cms {
  padding: 0;
  margin: 50px 0;
}
.module-cms .info {
  text-align: justify;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/search.less ***/
.module-search {
  background: #1b2d54 /* @search */;
  padding: 25px 0;
  margin-bottom: 40px;
}
.module-search form {
  max-width: 1240px;
  margin: 0 auto;
}
.module-search form .fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module-search form .fields-wrapper .line-wrapper.form-center {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field {
  width: 19.9%;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field label {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  color: #ffffff /* @searchFont */;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 40px;
}
.module-search form .fields-wrapper button {
  display: block;
  background: none;
  width: 56px;
  height: 56px;
  margin: 10px auto;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: 0;
  margin: 0;
}
.module-search form .fields-wrapper button > i {
  font-size: 50px;
  vertical-align: middle;
  color: #ffffff /* @searchFont */;
}
.module-search form .fields-wrapper button > span {
  display: none;
}
.module-search form .fields-wrapper button:hover {
  background: none;
}
.module-search form .fields-wrapper button:hover i:before {
  color: #126a80 /* @color4 */;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .module-search form {
    margin: 0 0 0 2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 973px) {
  .module-search form .fields-wrapper .line-wrapper.form-center {
    width: 91%;
  }
}
@media screen and (max-width: 768px) {
  .module-search form .fields-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 49.8%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max.number {
    width: 24.8%;
  }
}
@media screen and (max-width: 470px) {
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max.number {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-4.less ***/
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  position: relative;
  float: left;
  width: 31.33%;
  margin: 0 1% 40px 1%;
  text-align: center;
  list-style: none;
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.module-listing ul.listing > li .content {
  padding: 10px;
}
.module-listing ul.listing > li .content p {
  margin: 0;
}
.module-listing ul.listing > li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing > li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing > li .selectionLink:hover,
.module-listing ul.listing > li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li {
  font-size: 12px;
  line-height: 16px;
  color: #a7a7a7;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #333;
  color: #FFF;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 100;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.pager {
  margin-bottom: 40px;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pager ul li {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.pager ul li.current,
.pager ul li:hover a {
  width: 24px;
  height: 24px;
  background-color: #333;
  color: #FFF;
}
.pager ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1024px) {
  .module-listing ul.listing > li {
    width: 48%;
  }
}
@media screen and (max-width: 640px) {
  .module-listing ul.listing {
    margin: 0 0 40px 0;
  }
  .module-listing ul.listing > li {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/listing.less ***/
.listing .zone-right-content {
  background-color: #1b2d54 /* @color2 */;
}
.module-listing .module-header {
  margin-bottom: 50px;
}
.module-listing .module-header h1 {
  margin-bottom: 0;
}
.module-listing ul.listing {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-listing ul.listing > li {
  width: 32%;
  min-height: 430px;
  margin: 0 0 50px;
}
.module-listing ul.listing > li figure {
  position: relative;
  margin-bottom: 15px;
}
.module-listing ul.listing > li figure a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.module-listing ul.listing > li figure a.logo {
  background: #1b2d54 /* @color2 */;
}
.module-listing ul.listing > li figure a.logo img {
  width: 50%;
}
.module-listing ul.listing > li figure a img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
.module-listing ul.listing > li figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module-listing ul.listing > li article.infos {
  padding-left: 20px;
  border-left: 1px solid #126a80 /* @color4 */;
}
.module-listing ul.listing > li article.infos h2 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 0;
}
.module-listing ul.listing > li article.infos h3 {
  text-transform: uppercase;
  font-family: lato;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.module-listing ul.listing > li article.infos h4 {
  background: #126a80 /* @color4 */;
  padding: 10px;
  color: #333333 /* @color */;
}
.module-listing ul.listing > li article.infos p.price {
  font-weight: 700 /* @fontweight2 */;
}
.module-listing ul.listing > li article.infos ul {
  background: none;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li {
  color: #191919;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li.price {
  background: #126a80 /* @color4 */;
  padding: 7px;
  color: #fff;
}
.module-listing ul.listing > li ul {
  background-color: #1b2d54 /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #126a80 /* @color4 */;
}
.module-listing ul.listing li .soleagent {
  background-color: #126a80 /* @color4 */;
  z-index: 1;
}
.module-listing ul.listing li .owl-controls i {
  background-color: rgba(18, 106, 128, 0.5);
}
.module-listing ul.listing li ul li.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  background-color: transparent;
}
.module-listing ul.listing li ul li.price div {
  height: auto;
  padding: 4px 20px;
  color: #126a80 /* @color4 */;
  border: 1px solid #126a80 /* @color4 */;
  border-radius: 2px;
}
.module-listing ul.listing li .owl-controls i {
  background-color: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.48);
}
.module-listing ul.listing li .medias {
  position: absolute;
  right: 0;
  top: 78px;
  padding: 1px 8px;
  color: #fff;
  background-color: #4a134a;
}
@media screen and (max-width: 1024px) {
  .module-listing ul.listing > li {
    width: 49%;
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .module-listing ul.listing > li {
    width: 100%;
    min-height: auto;
  }
}
nav.pager {
  text-align: center;
  overflow: hidden;
}
nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
nav.pager li a,
nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  font-weight: 700;
  text-align: center;
  background-color: #1b2d54 /* @color2 */;
}
nav.pager li a {
  color: #126a80 /* @color4 */;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #126a80 /* @color4 */;
}
nav.pager li.disabled {
  display: none;
}
.zone-right-content .module-share {
  margin-top: 40px !important;
}
.icons ul.listing li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.icons ul.listing li span.rooms {
  background-image: url('/templates/Zenia/icons_seasonal/door.svg');
  background-size: cover;
}
.icons ul.listing li span.bedrooms {
  background-image: url('/templates/Zenia/icons_seasonal/bedrooms.svg');
  background-size: cover;
}
.icons ul.listing li span.area {
  background-image: url('/templates/Zenia/icons_seasonal/area.svg');
  background-size: cover;
}
.icons ul.listing li span.bathrooms {
  background-image: url('/templates/Zenia/icons_seasonal/bathrooms.svg');
  background-size: cover;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-7.css ***/
.module-legal.template7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template7 p {
  text-align: left;
  vertical-align: middle;
  margin-right: 8px;
}
.module-legal.template7 p:last-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template7 p:last-child span {
  display: block;
}
.module-legal.template7 p:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/legal.less ***/
section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
section.legalContent div {
  width: 100%;
}
section.legalContent article.editor,
section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
  background: #f1f1f1;
}
section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** GLOBAL CSS TEMPLATE Zenia ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/css/main.less ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #1f2124 /* @fontColor */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-weight: 400 /* @fontweight */;
  font-size: 16px /* @fontsize */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @bodyColor */;
  padding: 10px /* @paddingBody */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #191919 /* @fontColorTitle */;
  font-family: 'Playfair Display', serif /* @fontfamilyTitle */;
  font-weight: 700 /* @fontweightTitle2 */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 46px /* @fontsizeTitle */;
  line-height: 56px;
}
h2,
h3 {
  font-size: 22px /* @fontsizeTitle2 */;
  line-height: 32px;
}
a {
  color: #1f2124 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #1f2124 /* @fontColor */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.fancybox-skin {
  background: #333333 /* @color */;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
.ApiFieldGroup .CaptationContent {
  background: none;
}
button,
.button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  color: #333333 /* @color */;
  background-color: #1b2d54 /* @color2 */;
  border-radius: 2px !important;
}
button:hover,
.button:hover {
  background-color: #126a80 /* @color4 */;
}
/* zones */
.zone {
  position: relative;
}
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin-top: 80px;
}
.wrapper {
  margin-top: 122px /* @wrapper */;
}
.zone-content {
  max-width: 1240px;
  margin: 0 auto;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 149px /* @wrapper1024 */;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    margin-top: 177px /* @wrapper640 */;
  }
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #1f2124 /* @searchColor */;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #ffffff /* @searchBackground */;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
form ::placeholder {
  background-color: #ffffff /* @searchBackground */;
  color: #1f2124 /* @searchColor */;
}
.select2-container--default .select2-selection {
  border: none !important;
  border-bottom: 1px solid;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #1f2124 /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 0;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
/** HEADER */
header {
  position: fixed;
  top: 0;
  right: 10px /* @paddingBody */;
  left: 10px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
  border-top: 10px solid #ffffff /* @bodyColor */;
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.zone-header-left .module-logo {
  width: auto;
  float: left;
}
.zone-header-left .module-logo img {
  height: 80px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  width: 65%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.zone-header-right .module-menu > ul > li {
  display: block;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  color: #333333 /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #333333 /* @headerContent */;
  }
}
.zone-header-right .module-menu.main {
  width: 100%;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module {
  margin-left: 15px;
}
.zone-header-right .module a {
  color: #333333 /* @headerContent */;
  font-size: 14px;
}
.zone-header-right .module.module-language {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #333333 /* @headerContent */;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 19px;
}
.zone-header-right .module.module-social-menu a {
  color: #191919 /* @colorSocialMedia */;
}
.zone-header-right .module .ApiFieldGroup .CaptationContent span {
  padding: 0 10px;
  color: #333333 /* @headerContent */;
}
.zone-header-right .module .ApiFieldGroup .CaptationContent label {
  left: 0;
  top: auto;
  bottom: -1px;
  width: auto;
  height: 10px;
  line-height: 10px;
  text-align: center;
}
.zone-header-right .module .ApiFieldGroup.close .CaptationContent label i::before {
  line-height: inherit;
  color: #333333 /* @color */;
}
.zone-header-right .module .ApiFieldGroup.open .CaptationContent label i::before {
  content: none;
}
.zone-header-right .module .ApiFieldGroup .FieldWrapper {
  left: -10003px;
  right: -9999px;
  margin: 7px auto 0;
  max-width: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.zone-header-right .module .ApiFieldGroup .FieldWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  width: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  header > div {
    justify-content: flex-end;
  }
  .zone-header-left {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .zone-header-right .module-menu.main {
    margin-top: 10px;
  }
  .zone-header-right .module-menu.main button {
    float: right;
  }
  .zone-header-right .module-menu.main button:hover {
    background: none;
  }
  .zone-header-right .module-menu.main button i {
    font-size: 42px;
  }
  .zone-header-right .module-menu.main > ul {
    display: none;
    margin-top: 35px;
    text-align: right;
    padding: 10px;
  }
  .zone-header-right .module-menu.main > ul.active {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .zone-header-right {
    width: 100%;
  }
  .zone-header-right .module-menu.main {
    margin-top: 40px;
  }
  .zone-header-left {
    top: 65px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media screen and (max-width: 470px) {
  .zone-header-left {
    right: auto;
    left: 10px;
    top: 89px;
  }
  .zone-header-left .module-logo img {
    height: 70px;
  }
  .zone-header-right .module-menu > ul > li {
    margin-bottom: 0;
  }
  .zone-header-right .module-menu.main {
    margin-top: 50px;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background: #126a80 /* @footerBackground */;
  clear: both;
}
footer a,
footer li {
  color: #ffffff /* @footerContent */;
}
footer .module-menu {
  width: 64%;
  margin: auto;
}
footer .module-menu ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
footer .module-menu ul > li {
  margin: 0;
}
footer .module-menu ul > li .mdi.mdi-home {
  display: none;
}
@media screen and (max-width: 540px) {
  footer .module-menu {
    width: 90%;
  }
  footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
}
footer .zone-legal .module-legal {
  padding: 20px 0;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child span {
  display: block;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
/**modules-header*/
.module-header h1,
.module-header h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.module-header .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
/** MODULES */
/* currency */
.module-currency .FieldWrapper {
  background-color: #1b2d54 /* @color2 */;
  border-left: solid;
}
.module-currency span {
  color: #126a80 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #126a80 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* language */
.module-language .FieldWrapper {
  background-color: #1b2d54 /* @color2 */;
  border-left: solid;
}
.module-language span {
  color: #126a80 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #126a80 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/* selection */
/* content */
/* news */
.structured-cms-template-1 .cms-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.structured-cms-template-1 .cms-list li:nth-child(even) {
  background-color: #1b2d54 /* @color2 */;
}
.structured-cms-template-1 .cms-list li .picture-container {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 250px;
  overflow: hidden;
}
.structured-cms-template-1 .cms-list li .picture-container img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
}
.structured-cms-template-1 .cms-list li .content {
  margin-top: 20px;
}
.structured-cms-template-1 .cms-list li .content h4 {
  display: block;
  margin-bottom: 10px;
}
.structured-cms-template-1 .cms-list li .content h3 {
  margin-bottom: 10px;
}
.structured-cms-template-5 {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 .button {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px 20px;
}
.structured-cms-template-5 > .content {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 > .content .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-5 > .content .picture img {
  max-width: 100%;
}
.structured-cms-template-5 > .content article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-5 > .list {
  margin-top: 1%;
}
.structured-cms-template-5 > .list > .picture,
.structured-cms-template-5 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-5 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-5 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-5 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-5 > .content .picture,
  .structured-cms-template-5 > .content article {
    float: none;
    width: 100%;
  }
}
.structured-cms-template-5 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-5 > .list {
  padding-top: 10px;
}
/* pager */
/* similar */
/* property-details */
.property-details .zone-top-content {
  min-height: 150px;
}
.property-details .zone-top-content > .module-slider .thumbnail {
  z-index: 10;
}
.property-details .zone-top-content > .module-property-info h2 {
  font-weight: 400;
  /* text-transform: lowercase; */
}
.property-details .zone-top-content .slider.owl-carousel .owl-stage-outer {
  transform: translateX(-14.55%);
  width: calc(116.85vw);
}
.property-details .zone-top-content .slider.owl-carousel .picture {
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  height: auto;
}
.property-details .zone-top-content .slider.owl-carousel .picture.portrait {
  width: 100%;
  height: 100%;
}
.property-details .zone-right-content {
  background-color: #1b2d54 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
  background-color: #1b2d54 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer > .module-header {
  max-width: none;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > .module-cluster {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.property-details .zone-bottom-content > .contactContainer > .module-contact {
  margin-left: 0;
}
.property-details .zone-bottom-content > .contactContainer > div {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture {
  height: 80px;
  margin-bottom: 10px;
  float: none;
  width: inherit;
  text-align: center;
  flex: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info {
  width: 100%;
  padding: 0;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info p {
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-agency h2 {
  display: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: 700 /* @fontweight2 */;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .picture {
  padding: 0;
  margin-bottom: 40px;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble {
  position: relative;
  width: 80px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-contact {
  float: left;
  width: 50%;
  background-color: #1b2d54 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer .module-contact form div:last-child {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .property-details .zone-top-content {
    min-height: 300px;
  }
  .property-details .zone-top-content > .module-property-info {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    right: 0;
    width: 33.7%;
    padding: 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .property-details .zone-top-content > .module-property-info .info {
    width: 100%;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    border-bottom: none;
  }
  .property-details .zone-top-content > .module-property-info ul li {
    font-size: 18px;
    line-height: 24px;
    color: #126a80 /* @color4 */;
    margin-bottom: 15px;
  }
  .property-details .zone-top-content > .module-slider .slider .owl-next {
    right: 33.7%;
    margin-right: 1px;
  }
}
/* share */
.module-share ul li {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
}
.module-share ul li span {
  display: block;
  text-indent: 9999px;
}
/* cms */
.module-cms h1,
.module-cms h2 {
  display: block;
}
/* contact */
.property-details .module-contact {
  padding: 40px;
}
.property-details .module-contact h2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 20px auto;
  border: none;
}
.property-details .module-contact form {
  max-width: 1240px;
  margin: auto;
}
.agency-details .zone-content > .module-cluster {
  width: 100%;
  padding: 40px 20px;
  background-color: #1b2d54 /* @color2 */;
}
.agency-details .zone-content > .module-cluster > div {
  width: 100%;
  margin: 0 auto;
}
.agency-details .zone-content > .module-cluster > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture {
  flex: none;
  width: 100%;
  padding: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.agency-details .zone-content > .module-cluster > div > .module .info {
  flex: none;
  width: 100%;
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module .info p {
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module-contact {
  float: left;
  width: 50%;
}
/* BANNER */
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* LEGAL */
.module-legal.template2 h3 {
  display: block;
}
/*** CSS WEBSITE Second Home ***/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Hw5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM73w5aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjfJ9SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjcB9SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjSx6SII.ttf) format('truetype');
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/caveat/v22/WnznHAc5bAfYB2QRah7pcpNvOx-pjRV6SII.ttf) format('truetype');
}
/*
font-family: neue-haas-unica, sans-serif;
font-family: verdigris-mvb-pro-big, serif;
font-family: 'Montserrat', sans-serif;
*/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr,
.module-contact textarea,
.popup-module-contact textarea {
  font-family: neue-haas-unica, sans-serif;
  font-weight: 400;
}
h1,
h3,
h4,
h5,
h6,
.title {
  font-weight: 600;
}
h2,
h1 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.2;
}
@tablet {
  font-size: 24px;
}
.small1 {
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  letter-spacing: 2px;
  text-transform: initial;
  font-weight: 400;
}
.small2 {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.titre-green {
  font-size: 2.5rem;
  line-height: 1.3;
  text-align: left;
  color: white;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-weight: 400;
  width: 70%;
  margin-bottom: 0;
  padding-bottom: 0;
}
.titre-green.small {
  font-size: 1.6rem;
}
button,
.button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 20px;
  color: #fff;
  background: #000;
  transition: 0.25s;
  cursor: pointer;
}
button:hover,
.button:hover {
  color: #f1f1f1;
  background: #126a80;
}
.button-fixed {
  display: block;
}
.contact .button-fixed {
  display: none;
}
.scrollDown {
  background-color: transparent;
  position: absolute;
  bottom: 84px;
  left: calc(50% - 60px);
  z-index: 99;
  margin: 0 auto;
  height: auto;
  padding: 60px;
}
.scrollDown .info {
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
.scrollTop {
  scroll-margin-top: 170px;
}
.sticky-two-column section.row-2 > div.wrapper-zone-right {
  background: none;
}
body:not(.property) .module-contact .module-header h2,
body:not(.property) .module-contact .rgpd label,
body:not(.property) .module-contact .rgpd label a {
  color: #fff;
}
body:not(.property) .module-contact .rgpd label a:hover {
  border-color: #fff;
}
/*search*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  display: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 30px;
}
.zone-full_width .module.module-141131.module-cluster .module.module-141159.module-search form .fields-wrapper button > span,
.module.module-141131.module-cluster .module.module-141159.module-search form .fields-wrapper button > span,
.module.module-141159.module-search form .fields-wrapper button > span {
  font-size: 10px;
}
.zone-full_width .module.module-141131.module-cluster .module.module-141159.module-search .fields-wrapper,
.module.module-141131.module-cluster .module.module-141159.module-search .fields-wrapper,
.module.module-141159.module-search .fields-wrapper,
.zone-full_width .module.module-141194.module-cluster .module.module-141089.listingSearch.module-search form,
.module.module-141194.module-cluster .module.module-141089.listingSearch.module-search form,
.module.module-141089.listingSearch.module-search form,
.zone-full_width .module.module-141193.module-cluster .module.module-141211.listingSearch.module-search .fields-wrapper,
.module.module-141193.module-cluster .module.module-141211.listingSearch.module-search .fields-wrapper,
.module.module-141211.listingSearch.module-search .fields-wrapper {
  background-color: #1b2d54;
}
.select2-container--default .select2-selection--multiple {
  background-color: #1b2d54;
}
.select2-container--default .select2-selection--multiple li {
  color: #1f2124;
}
.module-search input {
  color: #1f2124;
}
.select2-dropdown {
  background-color: rgba(228, 228, 228, 0.8);
  backdrop-filter: blur(5px);
}
.select2-dropdown li[role="option"] {
  color: #1f2124;
}
.select2-container--default .select2-results > .select2-results__options {
  padding-left: 5px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-dropdown.dropdown-price .select2-results__option {
  color: #1f2124;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  color: #126a80;
}
/*contact*/
.module-contact .choice,
.module-estimate .choice {
  border-bottom: 1px solid lightgray;
}
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-contact textarea,
.module-estimate textarea,
.module-contact select,
.module-estimate select,
.module-contact .ms-choice,
.module-estimate .ms-choice,
.module-contact .ms-choice.disabled,
.module-estimate .ms-choice.disabled,
.module-contact .SumoSelect,
.module-estimate .SumoSelect {
  border: none;
  border-bottom: 1px solid lightgray !important;
}
.module-contact .iti__arrow,
.module-estimate .iti__arrow {
  border-top-color: white;
}
.module-contact .iti__selected-dial-code,
.module-estimate .iti__selected-dial-code {
  color: white;
}
.module-contact input::placeholder,
.module-estimate input::placeholder,
.module-contact textarea::placeholder,
.module-estimate textarea::placeholder {
  background-color: transparent;
}
.rgpd {
  margin-bottom: 10px;
}
header {
  padding: 10px 0px;
  background: #ffffff;
}
header > div {
  max-width: 1340px;
}
header.fixed {
  border-width: 6px;
  background: #ffffff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
}
header.fixed .module-logo img {
  height: 80px;
}
header.fixed .zone-header-right .module.module-social-menu ul li {
  margin-top: -2px;
  padding: 8px;
}
header.fixed .zone-header-right .module.module-social-menu ul li a i {
  color: #126a80;
}
header .zone-header-left {
  z-index: 999;
  width: 200px;
}
header .zone-header-left .module-logo {
  max-width: none;
  margin: 0px 0 0 10px !important;
}
header .zone-header-left .module-logo img {
  transition: 0.45s;
  margin-top: 7px;
}
header .zone-header-right {
  width: 75%;
}
header .zone-header-right .module-cms a,
header .zone-header-right .module-cms i {
  color: #333;
}
header .zone-header-right .module-cms a:hover,
header .zone-header-right .module-cms i:hover {
  color: #fff;
}
header .zone-header-right .module.module-social-menu ul li {
  margin-top: -2px;
  padding: 8px;
}
header .zone-header-right .module.module-social-menu ul li a i {
  color: #fff;
}
header .zone-header-right .module.module-social-menu ul li:hover a i {
  color: #126a80;
}
header .zone-header-right .module-language .ApiFieldGroup.close .CaptationContent span {
  color: #126a80;
}
header .zone-header-right .module-language .ApiFieldGroup.close .CaptationContent label i::before {
  color: #126a80;
}
header .zone-header-right .module-language .ApiFieldGroup .FieldWrapper {
  min-width: 55px;
  max-width: 55px;
  border: none;
  background: #ffffff;
}
header .zone-header-right .module-language .ApiFieldGroup .FieldWrapper:before {
  border-color: #fff;
}
header .zone-header-right .module-language .ApiFieldGroup .FieldWrapper ul {
  display: block;
}
header .zone-header-right .module-language .ApiFieldGroup .FieldWrapper ul li a span {
  color: #333333;
}
header .zone-header-right .module-language .ApiFieldGroup .FieldWrapper ul li a span:hover {
  color: #126a80;
}
header .zone-header-right .module-language .current {
  display: none;
}
header .zone-header-right .module-menu {
  width: 100%;
}
header .zone-header-right .module-menu ul > li {
  margin: 10px !important;
}
header .zone-header-right .module-menu ul > li a {
  color: #333;
  text-transform: capitalize !important;
  font-weight: 400;
  letter-spacing: 0.7px;
  font-size: 13px !important;
}
header .zone-header-right .module-menu ul > li.current > a,
header .zone-header-right .module-menu ul > li:hover > a {
  color: #126a80 !important;
}
header .zone-header-right .module-menu ul li.sub-menu:after {
  color: #333333;
}
header .zone-header-right .module-menu ul li.sub-menu ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s max-height 0.3s;
  background: #ffffff;
  text-align: center;
}
header .zone-header-right .module-menu ul li.sub-menu ul > li {
  margin: 0 !important;
  padding: 5px 0;
  text-align: center;
}
header .zone-header-right .module-menu ul li.sub-menu ul > li a {
  color: #1b2d54 !important;
  padding: 5px !important;
}
header .zone-header-right .module-menu ul li.sub-menu ul > li:hover {
  background: #59bdc7;
  transition: all 1s;
}
header .zone-header-right .module-menu ul li.sub-menu ul > li:hover a {
  color: #ffffff !important;
}
header .zone-header-right .module-menu ul li.sub-menu:hover ul {
  max-height: fit-content;
  transition: 0.5s max-height 0.3s;
  display: block;
}
footer {
  margin-top: 40px;
  padding: 10px 20px 0;
}
footer .module-menu > ul > li.current a,
footer .module-menu.inline ul > li:hover a,
footer a:hover {
  color: #126a80 !important;
}
footer p {
  color: #ffffff;
}
footer .zone-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer > div,
footer .zone-footer > nav {
  width: 100% !important;
}
footer .zone-footer h3 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 500;
  font-family: neue-haas-unica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: left;
  padding-bottom: 0;
}
footer .zone-footer .module-menu {
  margin: 0;
}
footer .zone-footer .module-menu ul {
  display: flex;
}
footer .zone-footer .module-menu ul > li {
  display: block;
  margin: 10px;
}
footer .zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7,
footer .zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: 1px solid white;
  padding-top: 10px;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer .zone-footer .module-cms {
  background: none;
  margin: 0;
  padding: 0;
}
footer .zone-footer .module-cms figure {
  text-align: left;
}
footer .zone-footer .module-cms img {
  height: 80px;
}
footer .zone-footer .module-cms p {
  text-align: left;
  margin-top: 15px;
}
footer .zone-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  margin: auto;
  border-top: 1px solid #606060;
}
footer .zone-legal p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
footer .zone-legal .module-cluster {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .zone-legal .module-cms {
  margin: 0;
  padding: 0;
  background: none;
}
footer .zone-legal .module-cms .info {
  display: none;
}
footer .zone-legal .module-cms .picture {
  padding: 0;
  width: 100%;
}
footer .zone-legal .module-cms img {
  height: 60px;
  margin-right: 5px;
}
footer .zone-legal .module-social-menu {
  position: absolute;
  right: 0;
  width: auto;
}
footer .zone-legal .module-social-menu ul li {
  display: inline;
}
footer .zone-legal .module-social-menu ul li span {
  display: none;
}
.module-contact {
  background: #f1f2f7;
}
.listing-slider .listingSearch {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px / 1 "Material Design Icons";
  }
}
/*==================================== RESPONSIVE ======================================*/
/*==================================== 1024px ======================================*/
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 0 !important;
  }
  header {
    position: fixed;
  }
  header.fixed {
    position: fixed;
  }
  header .zone-header-left {
    top: 0px;
  }
  header .zone-header-right {
    flex-direction: column-reverse;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster {
    display: none;
  }
  header .zone-header-right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul {
    padding-bottom: 0px;
  }
  header .zone-header-right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul.active {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  header .zone-header-right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul.active li {
    width: fit-content;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster {
    width: 100%;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295195.template-1.social-menu-template-1.module-social-menu {
    display: flex;
    justify-content: end;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-297033.template-1.language-template-1.module-language {
    display: flex;
    width: 100%;
    justify-content: end;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295436.template-1.menu-template-1.module-menu.inline {
    width: 100%;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295436.template-1.menu-template-1.module-menu.inline ul {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
  header .zone-header-right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295436.template-1.menu-template-1.module-menu.inline ul li {
    margin-right: 35px!important;
  }
  header .zone-header-right .module-menu.main button:hover {
    color: #000;
  }
  header .zone-header-right .module-menu.main ul li:last-child {
    margin-right: 10px !important;
  }
  .homepage header {
    background: #fff;
  }
  .homepage header .zone-header-right .module.module-social-menu ul li a i,
  .homepage header .zone-header-right .module-menu ul li a {
    color: #000;
  }
  .homepage header .zone-header-right .module.module-social-menu ul li a i span,
  .homepage header .zone-header-right .module-menu ul li a span {
    color: black;
  }
  .module-cms .picture + .info {
    width: 70%;
  }
  .module-leaflet-map {
    height: 400px;
    margin-top: 30px;
  }
  footer {
    padding: 40px 20px 0 20px;
  }
}
/*=========================== 768px =============================*/
@media screen and (max-width: 768px) {
  .module-cms .picture + .info {
    width: 100%;
  }
  section.legalContent article.editor,
  section.legalContent article.publisher {
    width: 100%;
    border: none;
  }
  section.cookies {
    column-count: 1;
  }
}
/*=========================== 640px =============================*/
@media screen and (max-width: 640px) {
  h1 {
    font-size: 28px;
  }
  header .zone-header-left {
    left: -20px;
    right: 0;
    top: -15px;
    width: 100%;
    z-index: 1;
  }
  header .zone-header-left .module-logo {
    float: left;
  }
  header .zone-header-left .module-logo img {
    height: 55px;
  }
  header .zone-header-right {
    width: 100%;
    justify-content: center;
  }
  header .zone-header-right .module.module-295196.template-1.menu-template-1.module-menu.main.inline {
    margin: -10px 0;
    z-index: 10;
  }
  header .zone-header-right .module.module-295196.template-1.menu-template-1.module-menu.main.inline button {
    margin-right: 10px!important;
  }
  .module-141132.module-selection.selection-template-5 .list .item {
    width: 100% !important;
  }
  footer h3 {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
/*=========================== 540px =============================*/
@media screen and (max-width: 540px) {
  footer .zone-footer {
    display: block;
    text-align: center;
  }
}
/*=========================== 470px =============================*/
@media screen and (max-width: 470px) {
  .selection-template-5 .module-header h2 {
    text-align: center;
  }
  .module.module-53491.module-cluster > div {
    display: block !important;
    width: 50% !important;
    margin: auto;
  }
  .module.module-53491.module-cluster > div:last-child .container img {
    margin-bottom: 50px;
  }
  .module.module-53491.module-cluster > div .module-header h2 {
    display: block;
    text-align: center;
  }
  .module.module-53491.module-cluster > div .module-header h2::after {
    width: 100% !important;
  }
  .module.module-53491.module-cluster > div .container img {
    height: auto !important;
  }
  .module.module-141102.module-property-info.property-info-template-1 .details ul li {
    width: 100% !important;
  }
  .module.module-141102.module-property-info.property-info-template-1 .details ul li:nth-child(2n+1) {
    background-color: #f2f2f2;
  }
  .module.module-141102.module-property-info.property-info-template-1 .details ul li:nth-child(4n+2) {
    background: none !important;
  }
  .zone-content .module.module-53466.module-cluster > .module-cms .info {
    padding: 0 !important;
  }
}
/*=========================== 380px =============================*/
@media screen and (max-width: 380px) {
  .module-cms .info h1,
  .module-cms .info h2 {
    text-align: center;
  }
  .module-141090.module-listing.listing-template-4 ul.listing > li article.infos ul li:not(.price) {
    padding: 0 3px;
    font-size: 10px;
  }
}
/*=========================== 360px =============================*/
@media screen and (max-width: 360px) {
  .module-contact {
    padding: 10px;
  }
}
/*=========================== 320px =============================*/
@media screen and (max-width: 320px) {
  .zone-header-left .module-logo img {
    height: 60px;
  }
}
.line {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.line::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #1b2d54;
}
@media screen and (max-width: 1024px) {
  .line {
    width: 100%;
    text-align: center;
  }
  .line::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.one-column header .zone-header-right .module.module-social-menu ul li a i {
  color: #333;
}
/*** CSS ROUTING ***/
.zone-content {
  max-width: none;
  margin: 5% 5% 0 5%;
}
.module-search {
  top: 180px !important;
}
/*** CUSTOM CSS FROM BDD MODULE 295435 ***/
.zone-header_right .module.module-295435.template-1.cluster-template-1.module-cluster,
.module.module-295435.template-1.cluster-template-1.module-cluster {
  display: flex;
  padding-right: 10px;
  align-items: center;
}
.zone-header_right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-297033.template-1.language-template-1.module-language ul,
.module.module-295435.template-1.cluster-template-1.module-cluster .module.module-297033.template-1.language-template-1.module-language ul {
  display: flex;
  align-items: center;
}
.zone-header_right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-297033.template-1.language-template-1.module-language ul li,
.module.module-295435.template-1.cluster-template-1.module-cluster .module.module-297033.template-1.language-template-1.module-language ul li {
  margin: auto 10px;
}
.zone-header_right .module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295195.template-1.social-menu-template-1.module-social-menu,
.module.module-295435.template-1.cluster-template-1.module-cluster .module.module-295195.template-1.social-menu-template-1.module-social-menu {
  margin-top: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 295194 ***/
.zone-header_left .module.module-295194.template-2.logo-template-2.module-logo,
.module.module-295194.template-2.logo-template-2.module-logo {
  margin: 10px 0 0;
}
/*** CUSTOM CSS FROM BDD MODULE 295196 ***/
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline,
  .module.module-295196.template-1.menu-template-1.module-menu.main.inline {
    margin: 20px 0;
  }
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline button,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline button {
  margin-right: 40px !important;
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li {
  margin: 10px 15px;
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li a,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li a {
  text-transform: uppercase;
  color: #333;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li a,
  .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li a {
    color: #191919;
  }
}
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul,
  .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul {
    padding-bottom: 20px;
  }
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li {
  width: 100%;
  display: block;
  margin: 0;
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li a,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li a {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  padding: 20px 10px;
  display: block;
  border: none !important;
}
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li a,
  .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li a {
    padding-bottom: 0;
  }
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li:hover a,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li > ul > li:hover a {
  background: #191919;
  color: #ffffff;
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li:hover a,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline ul > li:hover a {
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.zone-header_right .module.module-295196.template-1.menu-template-1.module-menu.main.inline button,
.module.module-295196.template-1.menu-template-1.module-menu.main.inline button {
  color: #191919;
  background: none;
}
/*** CUSTOM CSS FROM BDD MODULE 295318 ***/
.zone-content .module.module-295318.template-1.cms-template-1.module-cms.only-text,
.module.module-295318.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-295318 {
  margin: 0;
}
.zone-content .module.module-295318.template-1.cms-template-1.module-cms.only-text .info,
.module.module-295318.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-295318 .info {
  text-align: center;
}
/*** CUSTOM CSS FROM BDD MODULE 295274 ***/
.zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field,
.module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field {
  position: relative;
  width: 25%;
  border-right: 1px solid #126a80;
}
@media screen and (max-width: 470px) {
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field,
  .module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field {
    width: 100% !important;
  }
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field.sector,
.module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center > .field.sector {
  width: 40%;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search form,
.module.module-295274.template-1.search-template-1.module-search form {
  border: 6px solid #ffffff;
  background: #fff;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper,
.module.module-295274.template-1.search-template-1.module-search .fields-wrapper {
  justify-content: flex-start;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center,
.module.module-295274.template-1.search-template-1.module-search .fields-wrapper .line-wrapper.form-center {
  width: 86%;
  padding: 10px 0 10px 10px;
  flex-wrap: nowrap;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button,
.module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button {
  width: 12%;
  height: auto;
  margin-left: 10px;
  padding: 10px;
  background: #126a80;
  align-self: center;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button > span,
.module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button > span {
  display: block;
  color: #fff;
}
.zone-full_width .module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button > i,
.module.module-295274.template-1.search-template-1.module-search form .fields-wrapper button > i {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search,
  .module.module-295274.template-1.search-template-1.module-search {
    left: 0;
    right: 0px;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search form,
  .module.module-295274.template-1.search-template-1.module-search form {
    margin: 0 20px;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .module.module-search button,
  .module.module-295274.template-1.search-template-1.module-search .module.module-search button {
    margin: auto;
    margin-top: 15px;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center > div,
  .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center > div {
    width: auto;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 768px) {
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-header,
  .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-header {
    width: 100%;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search form .fields-wrapper,
  .module.module-295274.template-1.search-template-1.module-search form .fields-wrapper {
    justify-content: flex-start;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center,
  .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center {
    width: 100% !important;
    flex-wrap: wrap !important;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .fields-wrapper button,
  .module.module-295274.template-1.search-template-1.module-search .fields-wrapper button {
    width: 30% !important;
    margin: 0 auto;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search ul.inline-list li,
  .module.module-295274.template-1.search-template-1.module-search ul.inline-list li {
    float: none;
    margin-right: 0;
  }
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .category label,
  .module.module-295274.template-1.search-template-1.module-search .category label {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .zone-full_width .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center > div,
  .module.module-295274.template-1.search-template-1.module-search .line-wrapper.form-center > div {
    width: 100%;
    margin-bottom: 5px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 295304 ***/
.zone-content .module.module-295304.template-1.searchorder-template-1.module-search-order,
.module.module-295304.template-1.searchorder-template-1.module-search-order {
  margin-top: 0px !Important;
}
/*** CUSTOM CSS FROM BDD MODULE 295203 ***/
.zone-content .module.module-295203.template-4.listing-template-4.module-listing,
.module.module-295203.template-4.listing-template-4.module-listing {
  margin-top: 0;
  padding-top: 50px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing .picture,
.module.module-295203.template-4.listing-template-4.module-listing .picture {
  height: 400px;
  background-position: center;
  background-size: cover;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing .picture.img-lazy-load.loaded,
.module.module-295203.template-4.listing-template-4.module-listing .picture.img-lazy-load.loaded {
  height: 400px !important;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li {
  width: 100%;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #efeded;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider,
  .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider {
    width: 100%;
  }
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-controls i,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav {
  opacity: 0;
  transition: all 0.5s;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav .owl-next,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav .owl-next {
  right: 10px;
  position: absolute;
  top: 55%;
  margin-top: -30px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav .owl-prev,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider .owl-nav .owl-prev {
  left: 10px;
  position: absolute;
  top: 55%;
  margin-top: -30px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider:hover .owl-nav,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .slider:hover .owl-nav {
  opacity: 1;
  transition: all 0.5s;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content {
  width: 43%;
  border: none;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content,
  .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content {
    width: 100%;
  }
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content h2,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content h2 {
  text-align: left;
  font-size: 20px;
  width: 100%;
  padding-bottom: 0;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content h3,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content h3 {
  display: none;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.reference,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.reference {
  display: inline-block;
  background: #d2cdca;
  padding: 6px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  margin-bottom: 15px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul {
  border: none;
  margin-bottom: 20px;
  background: none;
  height: auto;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li {
  color: #126a80;
  font-size: 15px;
  padding: 0;
  padding: 0px 10px;
  border-right: 1px solid;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li:first-child,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li:first-child {
  padding-left: 0;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li:last-child,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content ul li:last-child {
  border: none;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.comment,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.comment {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  margin-bottom: 20px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.price,
.module.module-295203.template-4.listing-template-4.module-listing ul.listing > li a .content p.price {
  display: inline-block;
  background: #126a80;
  width: auto;
  color: #fff;
  padding: 10px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li.disable,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li.disable {
  display: none;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li a,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li a,
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li span,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li span {
  background: #f9f9f9;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li a,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li a {
  color: #191919;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing .pager ul li.current,
.module.module-295203.template-4.listing-template-4.module-listing .pager ul li.current,
.zone-content .module.module-295203.template-4.listing-template-4.module-listing .pager ul li:hover a,
.module.module-295203.template-4.listing-template-4.module-listing .pager ul li:hover a {
  width: 46px;
  height: 49px;
}
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li.current span,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li.current span,
.zone-content .module.module-295203.template-4.listing-template-4.module-listing nav.pager li a:hover,
.module.module-295203.template-4.listing-template-4.module-listing nav.pager li a:hover {
  background: #126a80;
}
/*** CUSTOM CSS FROM BDD MODULE 295199 ***/
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7,
.module.module-295199.template-7.legal-template-7.module-legal.template7 {
  display: block !important;
  margin-top: 15px;
}
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 p,
.module.module-295199.template-7.legal-template-7.module-legal.template7 p {
  text-align: left;
  color: #fff;
  font-size: 16px;
}
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 p:last-child:before,
.module.module-295199.template-7.legal-template-7.module-legal.template7 p:last-child:before {
  display: none;
}
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 p:last-child span,
.module.module-295199.template-7.legal-template-7.module-legal.template7 p:last-child span {
  display: inline-block;
}
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 .module-header-content p:last-child:before,
.module.module-295199.template-7.legal-template-7.module-legal.template7 .module-header-content p:last-child:before {
  display: none;
}
.zone-footer .module.module-295199.template-7.legal-template-7.module-legal.template7 .module-header,
.module.module-295199.template-7.legal-template-7.module-legal.template7 .module-header {
  margin-bottom: 0px !important;
}
/*** GLOBAL MANDATORY TEMPLATE CSSZenia ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/css/responsive.less ***/
@media screen and (max-width: 1024px) {
  header .zone-header .module-logo {
    margin: 10px;
  }
  header .zone-header .module-menu {
    position: absolute;
    right: 0;
    width: auto;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul {
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    clear: both;
  }
  header .zone-header .module-menu > ul > li {
    display: block;
    margin: 0;
  }
  header .zone-header .module-menu > ul > li > a {
    padding: 5px 0;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home {
    display: none;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home + span {
    display: block;
  }
  header .zone-header .module-menu > ul > li > ul {
    text-align: left;
    background-color: #f5f5f5;
    padding: 0 20px;
  }
  header .zone-header .module-menu > ul > li > ul li {
    padding: 0;
  }
  header .zone-header .module-menu > ul > li > ul li > a {
    border-bottom: 1px solid transparent;
  }
  header .zone-header .module-menu > ul > li > ul li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
  }
  header .zone-header .module-menu > ul > li > ul a {
    color: #a5a5a5;
    padding: 5px 0;
  }
  footer .module-social-menu,
  footer .module-agency {
    width: 50%;
  }
  footer .module-agency.multiple {
    width: 100%;
    text-align: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .module-agency.multiple .agency {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .module-agency.multiple .agency {
    width: 100%;
  }
  .zone-content .module-cms .info {
    width: 100%;
  }
  .listing .zone-left-content,
  .property-details .zone-left-content,
  .listing .zone-right-content,
  .property-details .zone-right-content {
    float: none;
    width: auto;
  }
  .listing .zone-left-content {
    margin-bottom: 20px;
  }
  .property-details .zone-top-content > .module-property-info {
    text-align: center;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    display: block;
  }
  .property-details .zone-top-content > .module-property-info p {
    display: inline-block;
    margin-left: 20px;
  }
  .property-details .zone-top-content > .module-property-info p:first-child {
    margin-left: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    width: 50%;
    margin-bottom: 20px;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module-contact {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  header .zone-header .module-logo {
    float: none;
    max-width: none;
    text-align: center;
    margin: 10px auto;
  }
  header .zone-header .module-logo img {
    width: auto;
  }
  header .zone-header .module-menu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul,
  header .zone-header .module-menu > ul > li > ul {
    position: relative;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .module-social-menu,
  footer .module-agency {
    float: none;
    width: 100%;
  }
  footer .module,
  footer .module p {
    text-align: center;
  }
  .module-property-info.property-info-template-1 .quick-links li {
    display: block;
    margin: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  header .zone-header .module-logo {
    width: 250px;
    max-width: 250px;
  }
}

