@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");
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @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/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;
}
/*** 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;
}
/*** 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 Cello PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/cms.less ***/
.module-cms h1,
.module-cms h2 {
  display: block;
}
.module-cms {
  padding: 0;
  margin: 0 0 50px 0;
  background: transparent;
}
.module-cms .info {
  text-align: justify;
}
.module-cms .info p {
  padding: auto;
  list-style: initial;
}
.module-cms:after {
  content: none;
}
.module-cms .background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(56, 58, 63, 0.2);
}
.module-cms h2 {
  margin-bottom: 0;
}
/*** 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 LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -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;
}
@-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);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  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-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Cello PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/leaflet-map.less ***/
.module-leaflet-map {
  background: rgba(0, 0, 0, 0) /* @mapColor */;
}
.module-leaflet-map .marker-property.initial .marker-icon,
.module-leaflet-map .marker-cluster .marker-icon {
  @color 4;
}
.module-leaflet-map .cluster {
  background-color: #091939;
}
.module-leaflet-map .marker-cluster .default-marker {
  background-color: #102d65;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.module-leaflet-map .marker-cluster .custom-marker {
  color: #102d65;
}
.module-leaflet-map .bg {
  background-color: #102d65;
}
.module-leaflet-map .mdi-chevron-left::before,
.module-leaflet-map .mdi-chevron-right::before {
  color: white;
  background-color: #102d65;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
}
.module-leaflet-map .leaflet-control-attribution {
  display: none!important;
}
.module-leaflet-map .mdi-circle:before {
  color: #102d65 /* @color4 */;
}
.module-leaflet-map h2,
.module-leaflet-map h3 {
  color: #000;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing > li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing > li:hover .picture .buttons > div .button {
  transform: translateX(0);
}
.module-listing ul.listing > li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing > li .titles h2,
.module-listing ul.listing > li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing > li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing > li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing > li .none {
  opacity: 0 !important;
}
.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 .picture {
  height: 240px;
}
.module-listing ul.listing > li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing > li .picture .buttons > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing > li .picture .buttons > div a {
  margin: 0 10px;
}
.module-listing ul.listing > li .picture .buttons > div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  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;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing > li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -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.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing > li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing > li.on-load {
  min-width: 100px;
}
.module-listing ul.listing > li.on-load > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-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-listing ul.listing > li.on-load > i.rotating {
  -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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Cello PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/listing.less ***/
/* all listing */
.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;
  background: transparent;
}
.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: #102d65 /* @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 #102d65 /* @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: #102d65 /* @color4 */;
  padding: 10px;
}
.module-listing ul.listing > li article.infos p.price {
  font-weight: 600 ;
}
.module-listing ul.listing > li article.infos ul {
  background: none;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li {
  color: #000000;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li.price {
  background: #102d65 /* @color4 */;
  padding: 7px;
  color: #fff;
}
.module-listing ul.listing > li ul {
  background-color: #102d65 /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #102d65 /* @color4 */;
}
.module-listing ul.listing li .soleagent {
  z-index: 1;
}
.module-listing ul.listing li .owl-controls i {
  background-color: rgba(16, 45, 101, 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: #102d65 /* @color4 */;
  border: 1px solid #102d65 /* @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;
}
.module-listing nav.pager {
  text-align: center;
  overflow: hidden;
}
.module-listing nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
.module-listing nav.pager li a,
.module-listing nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
  background-color: #102d65 /* @color2 */;
}
.module-listing nav.pager li a {
  color: #102d65 /* @color4 */;
  background: transparent;
}
.module-listing nav.pager li.current span,
.module-listing nav.pager li a:hover {
  color: #fff;
  background-color: #102d65 /* @color4 */;
}
.module-listing nav.pager li.disabled {
  display: none;
}
/* end all listing */
.module-listing.listing-template-3 ul.listing li.property ul li div {
  color: #000000;
}
.module-listing.listing-template-4 ul.listing > li {
  text-align: left;
  box-shadow: none;
}
.module-listing.listing-template-4 ul.listing > li ul {
  padding: 0;
  border: none;
  margin: 15px 0 0;
}
.module-listing.listing-template-4 .content p {
  color: #102d65;
}
.module-listing.listing-template-4 p.button {
  padding: 6px 20px;
  margin: 15px 0 0;
  width: auto;
  color: #fff;
}
.module-listing.listing-template-4 nav.pager li.disable {
  padding: 15px 0px;
}
.module-listing.listing-template-4 .pager ul li.current,
.module-listing.listing-template-4 .pager ul li:hover a {
  width: 46px;
  height: 49px;
}
.module-listing.listing-template-6 ul.listing li.property ul li {
  background-color: #102d65;
  color: #000000;
}
.module-listing.listing-template-7 ul.listing li.property .picture {
  width: 100%;
}
.module-listing.listing-template-7 ul.listing li.property .content ul {
  background: white;
}
.module-listing.listing-template-7 ul.listing li.property .content ul li {
  color: #102d65;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-8.css ***/
.module-legal.template8 p {
  margin-right: 8px;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal 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;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** 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 Cello PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/search.less ***/
.module-search {
  background: rgba(255, 255, 255, 0.86) /* @searchBackground */;
  padding: 0;
  margin: -50px auto 40px auto;
  z-index: 500;
  position: relative;
  box-shadow: 5px 6px 3px rgba(25, 25, 25, 0.2);
}
.module-search form {
  max-width: 1240px;
  margin: 0 auto;
}
.module-search form .fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-header {
  position: absolute;
  top: -40px;
  left: 0;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category ul li {
  float: left;
  margin-right: 5px;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category .counter {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category input[type=radio] {
  opacity: 0;
  top: auto;
  left: auto;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category label {
  background-color: white;
  margin-left: -13px;
  font-size: 16px!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px 15px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category input[type=radio]:checked ~ label {
  opacity: 1;
  background-color: #102d65;
  color: white;
  font-size: 18px;
}
.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:first-child {
  padding-left: 10px;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field {
  width: 19.9%;
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  color: #000000 /* @searchFont */;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 40px;
  border: 0;
  background: white;
  border-radius: 0;
}
.module-search form .fields-wrapper button {
  line-height: 80px;
  border: none;
  text-indent: 0;
  margin: 0;
}
.module-search form .fields-wrapper button > i {
  font-size: 40px;
  vertical-align: middle;
  color: white ;
}
.module-search form .fields-wrapper button > span {
  display: none;
}
@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 only screen and (max-width: 1024px) {
  .module-search {
    width: 80%;
    padding: 15px;
  }
  .module-search form .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 49.8%;
    border: 0px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field .select2-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  .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%;
  }
  .module-search form .fields-wrapper button {
    line-height: 24px;
    margin-top: 2rem;
    padding: 10px;
    display: flex;
  }
  .module-search form .fields-wrapper button > i {
    font-size: 20px;
  }
  .module-search form .fields-wrapper button span {
    display: block;
  }
}
@media only 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 only screen and (max-width: 640px) {
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    margin-top: 1rem;
    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 Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/agency.less ***/
.module-agency.agency-template-7 ul li h3 {
  font-family: 'Montserrat', sans-serif /* @fontfamily  */;
  margin: 0;
  color: #000000 /* @footerContent */;
  font-weight: 400;
}
/*** 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);
}
/*** CSS BASE TEMPLATE Cello PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-language span {
  /* @color4 */
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  text-transform: uppercase;
}
.module-language a {
  /* @color4 */
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** 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 Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Similar/Resources/css/main.css ***/
/* TODO : css for each template */
.module-similar .slider {
  height: 250px;
}
.module-similar .item {
  margin-bottom: 20px;
}
.module-similar .item > a {
  display: table;
  width: 100%;
}
.module-similar .item > a > div {
  display: table-cell;
  vertical-align: middle;
}
.module-similar .item > a > div:first-child {
  width: 100px;
}
.module-similar .item .picture {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.module-similar .item .picture img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-similar .item h3 {
  text-align: left;
  margin-bottom: 5px;
}
.module-similar .item .price {
  font-size: 12px;
  font-weight: 700;
}
.module-similar .item:hover .picture img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.module-similar .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-similar .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-similar .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-similar .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-similar .owl-next,
.module-similar .owl-prev {
  color: #fff;
  background-color: rgba(8, 0, 0, 0.5);
}
/*** CSS BASE TEMPLATE Cello PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/similar.less ***/
.module-similar {
  padding: 0 20px;
}
.module-similar .item .picture {
  background-color: #FFF;
}
.module-similar .item h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/currency.less ***/
.module-currency .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-currency span {
  color: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*** 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;
}
/*** GLOBAL CSS TEMPLATE Cello ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/css/main.less ***/
/*** CSS TEMPLATE Zenia ***/
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: #000000 /* @fontColor */;
  font-family: 'Montserrat', sans-serif /* @fontfamily */;
  font-weight: 300 /* @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: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #000000 /* @fontColorTitle */;
  font-family: 'Montserrat', sans-serif /* @fontfamilyTitle */;
  font-weight: 300 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.5rem /* @fontsizeTitle */;
  line-height: 12.5rem;
}
h2 {
  font-size: -2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
}
a {
  color: #000000 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #000000 /* @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;
}
body .wrapper {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
button,
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #102d65 /* @color2 */;
  cursor: pointer;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}
button:hover,
.button:hover {
  background: #091939;
}
.mfp-bg {
  z-index: 10000;
}
/* popup */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
/* fancybox zoom picture */
.fancybox-skin {
  background: #102d65 /* @color2 */;
  -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 */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* 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;
}
.zone-content {
  max-width: 1240px;
  margin: 0 auto;
  margin: 50px auto;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #000000 /* @searchColor */;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #ffffff /* @inputBackground */;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
form ::placeholder {
  color: #000000 /* @searchColor */;
}
.select2-container--default .select2-selection {
  border: none;
}
.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: #000000 /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 0;
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #f9fafb;
  /* @color3 */
}
.SumoSelect > .optWrapper > .options li label {
  color: #000000;
  /* @searchFont */
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #000000;
  /* @searchFont */
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
/** module **/
.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;
}
/** HEADER */
header {
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 0px solid #102d65 /* @bodyColor */;
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: block;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header.fixed > div {
  display: flex;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  margin-top: 10px;
  transition: all 0.35s ease;
  width: auto;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  float: left;
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #000000;
  /* @headerContent */
}
header.fixed > div .zone-header-right .module-cluster .module-language ul,
header.is-active > div .zone-header-right .module-cluster .module-language ul {
  text-align: center;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #000000 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #000000 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu,
header.is-active > div .zone-header-right .module-cluster .module-menu {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a,
header.is-active > div .zone-header-right .module-cluster .module-lead a {
  text-transform: uppercase;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #000000;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 80px;
}
header.is-active .zone-header-right .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active .zone-header-right .module-menu.main button i:before {
  content: "\F0156";
}
header > div .zone-header-right .module-menu ul > li.current span {
  color: #102d65;
  /* @color4 */
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #102d65;
  /* @color4 */
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 16px;
  font-weight: 400;
}
/** base**/
.zone-header-left .module-logo {
  margin-top: 15px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.zone-header-left .module-logo img {
  height: 80px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  width: 100%;
  display: block;
}
.zone-header-right .module-cluster {
  display: none;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  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: center;
}
.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 {
  text-transform: uppercase;
  font-size: 15px;
  color: #000000 /* @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 only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu:after {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    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: #000000 /* @headerContent */;
  }
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .social.twitter {
  top: 4px;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.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: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #000000 /* @colorSocialMedia */;
}
.zone-header-right .module.module-social-menu .twitter a path {
  fill: #000000;
}
.zone-header-right .module.module-social-menu .twitter a path:hover {
  fill: #00acee;
}
.zone-header-right .module.social-menu-template-2 .social__items {
  margin-right: 15px;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* headerContent*/;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #102d65;
}
@media only screen and (max-width: 1024px) {
  header.is-active:before {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  header.is-active > div,
  header.is-active.fixed > div {
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #ffffff;
    display: block;
  }
  header.is-active > div .zone-header-right,
  header.is-active.fixed > div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed > div .zone-header-right,
  header.is-active > div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul,
  header.is-active > div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #000000 /* @headerContent */;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster,
  header.is-active > div .zone-header-right .module-cluster {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin: 0;
    padding: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
  header.is-active > div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
    margin: 5px 0px;
  }
  header.fixed > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div {
    justify-content: center;
  }
  header > div .zone-header-right {
    position: initial;
  }
  .zone-header-right .module-menu.main {
    width: 100%;
    margin-top: 10px;
    position: initial;
  }
  .zone-header-right .module-menu.main button {
    position: absolute;
    background: transparent;
    color: #102d65;
    top: 1rem;
    right: 0;
  }
  .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;
    transform: translateY(-100%);
    text-align: right;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .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: #ffffff /* @footerBackground */;
  clear: both;
}
footer .zone-footer {
  padding: 30px 15px 15px 15px;
  justify-content: space-between;
  border-top: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer h2,
footer .zone-footer .module-header-title {
  color: #000000;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
  text-transform: uppercase;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer a,
footer p,
footer li {
  color: #000000 /* @footerContent */;
}
footer a:hover {
  color: #102d65;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter a path {
  fill: #000000;
}
footer .module-social-menu .twitter a path:hover {
  fill: #00acee;
}
footer .social-menu-template-2 .social__items {
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .social-menu-template-2 .social__items .social__item a {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000 /* colorSocialMedia*/;
  transition: fill 0.5s ease;
}
footer .social-menu-template-2 .social__items .social__item a span {
  display: none;
}
footer .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #102d65;
}
footer .module-menu.column {
  margin: auto;
  width: 20%;
  margin: 0;
}
footer .module-menu.column ul {
  margin: 0;
  display: block;
}
footer .module-menu.column ul > li {
  text-align: left;
  margin: 0 !important;
}
footer .module-menu.column ul > li .mdi.mdi-home {
  display: none;
}
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;
}
@media only screen and (max-width: 1024px) {
  footer .zone-footer {
    justify-content: flex-start;
  }
  footer .zone-footer .ApiFieldGroup {
    align-items: flex-start;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2),
  footer .module-agency,
  footer .module-social-menu,
  footer .module-language {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    flex-direction: column;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2),
  footer .zone-footer .module-agency,
  footer .zone-footer .module-language,
  footer .zone-footer .module-social-menu {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2) {
    width: 100% !important;
  }
  footer .zone-footer .module-social-menu ul > li,
  footer .zone-footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-language .ApiFieldGroup {
    align-items: center;
  }
  footer .zone-footer h2 {
    text-align: center;
    width: 100%;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Cello PAGE listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/pages/css/listing.less ***/
body.listing div.zone-top-content {
  position: sticky;
  top: 0px;
  z-index: 500;
}
body.listing div.zone-top-content.fixed .module-search {
  max-width: none !important;
  transition: all 0.35s;
}
@media only screen and (max-width: 768px) {
  body.listing div.zone-top-content {
    position: relative;
    top: auto!important;
  }
}
@media only screen and (max-width: 768px) {
  body.listing .module-listing ul.listing > li {
    width: 49%;
    min-height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  body.listing .module-listing ul.listing > li {
    width: 100%;
    min-height: auto;
  }
}
/*** CSS WEBSITE Polarius ***/
.module-user.template-1 .module-header h2 {
  margin-bottom: 4rem;
}
/* SLIDER PAGE PROPERTY */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10001;
}
/* 
*HOMEPAGE
*/
/* SEARCH HOMEPAGE */
.homepage .module-search {
  max-width: 1000px;
}
/* MODULE PROPERTY INFO TEMPLATE 17 */
body.property .property-info-template-17 ul {
  height: auto;
}
body.property .zone-full-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}
.module-user.template-1 ul.listing > li {
  background: #fff;
}
/*typo*/
h1,
h2 {
  font-size: 2.3rem;
  line-height: 1.2;
  letter-spacing: 3px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
}
h3 {
  text-transform: uppercase;
  font-weight: 200;
  line-height: 1.2;
  padding: 0;
}
/*header*/
header.fixed > div {
  display: block;
}
header.fixed > div .zone-header-left .module-logo {
  margin-top: 15px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
header.fixed > div .zone-header-right {
  display: block;
  margin-top: 0px;
}
header.fixed > div .zone-header-right .module-cluster {
  position: absolute;
  right: 0;
  top: -94px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
  width: 180px;
}
.select2-container--open .select2-dropdown--below {
  width: 170px !important;
}
.module.module-143663.module-menu.main.column li.sub-menu ul li:hover span {
  color: #929292;
}
.module.module-143669.module-search form .fields-wrapper .line-wrapper.form-center > .field.price .select2-selection__rendered {
  padding-right: 43px;
}
/*commun design*/
html {
  scroll-behavior: smooth;
}
body .wrapper {
  max-width: 100%;
}
.module {
  scroll-margin-top: 200px;
}
svg {
  color: #102d65;
}
li.social svg:hover {
  color: #102d65;
}
.whiteBackground {
  border: 1px solid white;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
}
.gradient-white {
  background: linear-gradient(0.25turn, white, #f69c3c00);
}
button,
.button,
button.submit,
.module-contact button {
  height: auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #000000;
  background-color: transparent;
  border: 1px solid #000000;
  border-radius: 40px !important;
  padding: 10px 20px;
  display: inline-block;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
  position: relative;
  overflow: hidden;
}
button::after,
.button::after,
button.submit::after,
.module-contact button::after {
  z-index: -1;
  content: "";
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100%;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}
.button:hover,
button:hover,
button.submit:hover {
  background-color: transparent;
  color: white;
}
.button:hover::after,
button:hover::after,
button.submit:hover::after {
  width: 100%;
  left: 0;
}
.btnContainer {
  margin-top: 30px;
}
.title-decoration {
  padding: 10px 20px;
  border-radius: 50px;
  background-color: white;
  width: fit-content;
}
.traits {
  font-size: 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.traits::before,
.traits::after {
  content: "";
  background-color: black;
  height: 1px;
  width: 100%;
}
.traits::before {
  margin-right: 20px;
}
.traits::after {
  margin-left: 20px;
}
.icon-agency {
  position: relative;
}
.icon-agency i.mdi {
  position: absolute;
  left: -15px;
}
.module-agency .info {
  position: relative;
}
.module-agency .info i.mdi {
  position: absolute;
  left: -15px;
}
.shadow {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.city-listing {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: white;
  padding: 5px 10px;
  z-index: 99;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
}
.city-listing svg {
  margin-right: 10px;
}
.navigation-buttons {
  display: none;
}
.navigation-buttons h2,
.navigation-buttons h1 {
  width: 100%;
  text-align: center;
}
.navigation-buttons .info {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.navigation-buttons .info p {
  width: 100%;
  margin: 20px 10px;
  text-align: center;
  border-left: 1px solid lightgray;
}
.navigation-buttons .info p:hover {
  cursor: pointer;
}
.navigation-buttons .info p:hover a {
  color: #102d65;
  letter-spacing: 3px;
}
.navigation-buttons .info p:first-child {
  border: none;
}
.navigation-buttons .info p a {
  text-transform: uppercase;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}
.text-bloc {
  margin-bottom: 0;
  margin-top: 55px;
  overflow: visible;
}
.text-bloc .info p,
.text-bloc .info ul,
.text-bloc .info ol {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.text-bloc h2,
.text-bloc h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  font-size: 2.3rem;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 50px;
}
.text-bloc h2::before,
.text-bloc h1::before,
.text-bloc h2::after,
.text-bloc h1::after {
  content: "";
  background-color: black;
  height: 1px;
  width: 100%;
}
.text-bloc h2::before,
.text-bloc h1::before {
  margin-right: 20px;
}
.text-bloc h2::after,
.text-bloc h1::after {
  margin-left: 20px;
}
.text-bloc b {
  color: #102d65;
}
.text-bloc li {
  overflow: visible;
  list-style: auto;
  margin: 10px 24px;
}
.text-bloc li::marker {
  font-size: 1.1rem;
  font-weight: bold;
  color: #102d65;
}
/*header*/
header {
  border-top: none;
}
header:not(.fixed) .zone-header-right .module.module-cluster {
  display: block;
  position: absolute;
  right: 10px;
  top: -91px;
  float: none;
  z-index: 9;
}
.module-language ul {
  width: 110px;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: block !important;
    position: relative;
  }
}
/*body*/
body.wrapper {
  max-width: 1480px;
}
.listing .module-picture.background-mod .picture {
  height: 450px;
}
.listing.res p:first-child a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.offMarket p:nth-child(2) a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.com p:nth-child(3) a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.longterm p:first-child a {
  color: #102d65;
  letter-spacing: 3px;
}
.listing.holiday p:nth-child(2) a {
  color: #102d65;
  letter-spacing: 3px;
}
body.two-column div.row-2 > div.zone-right-content {
  background-color: transparent !important;
}
body.property div.row-2 .zone-right-content {
  background-color: transparent;
}
body.property div.row-2 .zone-right-content > div {
  background-color: transparent;
}
body.property .module-user div.comment {
  display: none;
}
body.property .module.module-143693.module-cluster .module.module-143694.module-user.template-1 ul.listing li .container,
body.property .module.module-143694.module-user.template-1 ul.listing li .container {
  margin: 0;
  width: 100% !important;
}
body.property .module.module-143693.module-cluster .module.module-143694.module-user.template-1 ul.listing li .container .picture .userBubble,
body.property .module.module-143694.module-user.template-1 ul.listing li .container .picture .userBubble {
  height: 420px !important;
}
/*modules*/
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin: 40px auto;
}
.module-contact,
.module-estimate,
.module-estimate.template-1 {
  background-color: transparent !important;
  border-radius: 40px;
  max-width: 767px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-estimate.template-1 input[type="text"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-estimate.template-1 input[type="password"],
.module-contact input[type="number"],
.module-estimate input[type="number"],
.module-estimate.template-1 input[type="number"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-estimate.template-1 input[type="email"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-estimate.template-1 input[type="tel"],
.module-contact select,
.module-estimate select,
.module-estimate.template-1 select,
.module-contact textarea,
.module-estimate textarea,
.module-estimate.template-1 textarea,
.module-contact .select2-container,
.module-estimate .select2-container,
.module-estimate.template-1 .select2-container {
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid lightgray;
}
.module-contact .field.email input[type="email"],
.module-estimate .field.email input[type="email"],
.module-estimate.template-1 .field.email input[type="email"] {
  text-transform: initial;
}
.module-contact .select2-container--default .select2-selection,
.module-estimate .select2-container--default .select2-selection,
.module-estimate.template-1 .select2-container--default .select2-selection {
  border: none;
}
.module-estimate.template-1 {
  padding: 30px 50px;
}
@media (min-width: 767px) {
  .module-estimate.template-1 form .field {
    width: 48.5%;
  }
}
.module-estimate.template-1 form .field.category {
  width: 100%;
}
.banner {
  position: relative;
}
.banner .picture {
  background-attachment: fixed;
  background-position: bottom;
}
@media (min-width: 1680px) {
  .banner .picture {
    height: 60vh !important;
  }
}
.banner .content {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100px;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.banner .content h2 {
  font-size: 2rem;
  animation: 1.5s ease slidein;
}
.banner .content h1 {
  font-size: 2rem;
  animation: 1.5s ease slidein;
}
@keyframes slidein {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    opacity: 1;
  }
}
.module-legal section.cookies h3 {
  font-family: 'Montserrat', sans-serif;
}
/*dropdowns*/
.select2-dropdown {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0;
  border: none;
  padding: 0px;
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 3px;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(startYposition);
  }
  100% {
    opacity: 0;
    transform: translateY(endYposition);
  }
}
/*footer*/
footer .zone-legal {
  border-top: 1px solid black;
  padding-top: 10px;
}
footer .zone-legal ul li,
footer .zone-legal p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
footer .zone-legal .module-legal {
  padding: 5px 0;
}
footer .zone-legal .module-menu.column {
  width: 100%;
}
footer .zone-legal .module-menu.column .module-header {
  display: none;
}
footer .zone-legal .module-menu.column ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .zone-legal .module-menu.column ul li {
  margin: 0 5px !important;
}
footer .mdi.mdi-map-marker-outline {
  display: none;
}
/*** CSS ROUTING ***/
.zone-full_width .module.module-143669.module-search,
.module.module-143669.module-search {
  margin-top: 40px !important;
  top: auto !important;
  position: relative !important;
  left: auto !important;
}
.zone-full_width .module.module-143669.module-search .mdi-magnify::before,
.module.module-143669.module-search .mdi-magnify::before {
  color: #102d65;
}
.zone-content {
  margin-top: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 144196 ***/
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-144196 {
  display: none;
  position: fixed;
  padding: 5px;
  bottom: 87px;
  right: 1vw;
  background: none;
  z-index: 999;
  margin-bottom: 50px;
}
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text:hover,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text:hover,
.popup-module-cms.popup-module-144196:hover {
  cursor: pointer;
}
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a,
.popup-module-cms.popup-module-144196 a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  padding-left: 20px;
  background: #102d65;
  border-radius: 25px !important;
  border: none;
  font-size: 10px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  color: #102d65;
  overflow: hidden;
  transform-origin: center;
  transform: translateZ(0);
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a i,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a i,
.popup-module-cms.popup-module-144196 a i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #fff;
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover,
.popup-module-cms.popup-module-144196 a:hover {
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease, color 0.6s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover i,
.module.module-144196.scrollTopButton.template-1.cms-template-1.module-cms.only-text a:hover i,
.popup-module-cms.popup-module-144196 a:hover i {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 144197 ***/
.zone-bottom_content .module.module-144197.template-1.cms-template-1.module-cms.only-text,
.module.module-144197.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-144197 {
  position: fixed;
  padding: 5px;
  bottom: 35px;
  right: 1vw;
  background: none;
  z-index: 9999999;
}
.zone-bottom_content .module.module-144197.template-1.cms-template-1.module-cms.only-text a,
.module.module-144197.template-1.cms-template-1.module-cms.only-text a,
.popup-module-cms.popup-module-144197 a {
  display: block;
  position: relative;
  height: 50px;
  width: 50px;
  padding-left: 20px;
  background: white;
  border-radius: 25px !important;
  border: none;
  font-size: 10px;
  line-height: 31px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: pre;
  color: white;
  overflow: hidden;
  transform-origin: center;
  transform: translateZ(0);
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.zone-bottom_content .module.module-144197.template-1.cms-template-1.module-cms.only-text a i,
.module.module-144197.template-1.cms-template-1.module-cms.only-text a i,
.popup-module-cms.popup-module-144197 a i {
  font-size: 32px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 9px;
  color: #102d65;
  transition: all 0.4s 0.2s ease, color 0.3s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-144197.template-1.cms-template-1.module-cms.only-text a:hover,
.module.module-144197.template-1.cms-template-1.module-cms.only-text a:hover,
.popup-module-cms.popup-module-144197 a:hover {
  width: 203px;
  padding-left: 48px;
  color: #fff;
  background: #FFF;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease, color 0.6s cubic-bezier(1, 0, 0, 1);
}
.zone-bottom_content .module.module-144197.template-1.cms-template-1.module-cms.only-text a:hover i,
.module.module-144197.template-1.cms-template-1.module-cms.only-text a:hover i,
.popup-module-cms.popup-module-144197 a:hover i {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 144986 ***/
.zone-footer .module.module-144986.template-1.cms-template-1.module-cms.only-text,
.module.module-144986.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-144986 {
  position: absolute;
}
/*** CUSTOM CSS FROM BDD MODULE 143661 ***/
.zone-header_left .module.module-143661.template-2.logo-template-2.module-logo img,
.module.module-143661.template-2.logo-template-2.module-logo img {
  filter: invert(100%);
}
/*** CUSTOM CSS FROM BDD MODULE 143849 ***/
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster,
.module.module-143849.template-1.cluster-template-1.module-cluster {
  position: relative;
}
/*** CUSTOM CSS FROM BDD MODULE 143663 ***/
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 8px;
  /*&.current {
         border-bottom: 5px solid @headerContent;
         a, span {
             color: @headerContent;
         }
         &::before {
             display: none;
         }
    }*/
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li::before,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li::before {
  position: absolute;
  height: 5px;
  width: 0;
  background-color: #000000;
  left: 50%;
  bottom: 0px;
  transition: all 0.4s ease;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li.sub-menu::after,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li.sub-menu::after {
  display: none;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover {
  /*&::before {
            width: 100%;
            left: 0;
            transition: all 0.4s ease;
        }*/
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover a,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover a,
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover span,
.module.module-143663.template-1.menu-template-1.module-menu.main.column ul li:hover span {
  color: #000000;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu::after,
.module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu::after {
  color: #000000;
  top: 60%;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li,
.module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li {
  width: 100%;
  padding: 5% 0;
  margin: 0;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.current,
.module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.current {
  border-bottom: none;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul,
.module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul {
  display: none;
}
.zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu::after,
.module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu::after {
  top: 28%;
  right: -80px;
  transform: rotate(-90deg);
}
@media screen and (min-width: 1025px) {
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu:hover ul,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu:hover ul {
    display: flex;
    flex-direction: column;
    right: -10498px;
    top: 0px;
  }
}
@media screen and (max-wdith: 1024px) {
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu {
    position: relative;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul {
    right: auto !important;
    display: block;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul li,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column li.sub-menu ul li.sub-menu ul li {
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(1),
  .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(1) {
    padding: 0px;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(1) > a,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(1) > a {
    display: none;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(2) > a,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column ul.active li.sub-menu:nth-child(2) > a {
    display: none;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column button,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column button {
    background: transparent;
  }
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column button:after,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column button:after,
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column button:hover,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column button:hover {
    background: transparent !important;
  }
}
@media (min-width: 1024px) {
  .zone-header_right .module.module-143663.template-1.menu-template-1.module-menu.main.column ul > li.current,
  .module.module-143663.template-1.menu-template-1.module-menu.main.column ul > li.current {
    color: #000000;
    border-bottom: 5px solid #ffffff !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 143670 ***/
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .diagnostic-59,
.module.module-143670.template-3.listing-template-3.module-listing .diagnostic-59 {
  position: absolute;
  top: 225px;
  right: 0;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing,
.module.module-143670.template-3.listing-template-3.module-listing .listing {
  padding: 5px;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  width: 49%;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property,
  .module.module-143670.template-3.listing-template-3.module-listing .listing li.property {
    width: 100%;
  }
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property figure,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property figure {
  margin-bottom: 0;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property figure img,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos {
  position: relative;
  border-left: none;
  padding: 15px 12px;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div {
  display: flex;
  justify-content: space-between;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div *,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div * {
  width: fit-content;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div.top,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos > div.top {
  margin-bottom: 12px;
  flex-wrap: wrap;
  gap: 10px;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos h3,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos ul,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos ul {
  justify-content: center;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos li,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos li {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos li svg,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property article.infos li svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .listing li.property:hover,
.module.module-143670.template-3.listing-template-3.module-listing .listing li.property:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing p.bold,
.module.module-143670.template-3.listing-template-3.module-listing p.bold {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #102d65;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing p.bold .currency-price,
.module.module-143670.template-3.listing-template-3.module-listing p.bold .currency-price {
  font-size: 1rem;
  color: rgba(16, 45, 101, 0.6);
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .medias,
.module.module-143670.template-3.listing-template-3.module-listing .medias {
  display: none;
}
.zone-content .module.module-143670.template-3.listing-template-3.module-listing .no-results,
.module.module-143670.template-3.listing-template-3.module-listing .no-results {
  padding: 0 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 143669 ***/
.zone-full_width .module.module-143669.template-1.search-template-1.module-search,
.module.module-143669.template-1.search-template-1.module-search {
  width: 100%;
  max-width: 1240px;
  position: absolute;
  left: calc((100vw - 1240px)/2);
  top: 395px;
  border: 1px solid white;
  border-radius: 5px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search,
  .module.module-143669.template-1.search-template-1.module-search {
    left: auto;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search,
  .module.module-143669.template-1.search-template-1.module-search {
    width: 100%;
    left: auto;
    top: 388px;
  }
}
@media screen and (max-width: 768px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search,
  .module.module-143669.template-1.search-template-1.module-search {
    height: auto;
    left: auto;
    top: 0px;
    position: relative;
  }
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .fields-wrapper button > i,
.module.module-143669.template-1.search-template-1.module-search .fields-wrapper button > i {
  color: #102d65;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form,
.module.module-143669.template-1.search-template-1.module-search form {
  max-width: 1240px;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .search-advanced.close,
.module.module-143669.template-1.search-template-1.module-search .search-advanced.close {
  display: none;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .form-location,
.module.module-143669.template-1.search-template-1.module-search .form-location {
  border-right: 1px solid #cdcdcd;
  display: none;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .locationDetails,
.module.module-143669.template-1.search-template-1.module-search .locationDetails {
  background-color: white;
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .locationDetails > div,
.module.module-143669.template-1.search-template-1.module-search .locationDetails > div {
  display: flex;
  height: 100px;
  width: 200px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .locationDetails > div .field,
.module.module-143669.template-1.search-template-1.module-search .locationDetails > div .field {
  width: 90%;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.module.module-143669.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"],
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"],
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .select2-container--default .select2-selection--multiple,
.module.module-143669.template-1.search-template-1.module-search .select2-container--default .select2-selection--multiple {
  background-color: transparent;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper {
  align-items: center;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons,
.module.module-143669.template-1.search-template-1.module-search .buttons {
  position: absolute;
  left: calc(50% - 150px);
  bottom: -58px;
  background-color: transparent;
  min-width: 300px;
  text-align: center;
  z-index: 9;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons span,
.module.module-143669.template-1.search-template-1.module-search .buttons span {
  display: inline-block;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons button,
.module.module-143669.template-1.search-template-1.module-search .buttons button {
  line-height: 1;
  border-radius: 40px;
  padding: 15px 20px;
  letter-spacing: 5px;
  border: none;
  background-color: white;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons button::after,
.module.module-143669.template-1.search-template-1.module-search .buttons button::after {
  display: none;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons button.meow,
.module.module-143669.template-1.search-template-1.module-search .buttons button.meow {
  letter-spacing: 0;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons button:hover,
.module.module-143669.template-1.search-template-1.module-search .buttons button:hover {
  background-color: transparent !important;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .buttons button:hover i.mdi,
.module.module-143669.template-1.search-template-1.module-search .buttons button:hover i.mdi {
  background-color: transparent;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search button,
.module.module-143669.template-1.search-template-1.module-search button {
  line-height: 1;
  margin-top: 0rem;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search button::after,
.module.module-143669.template-1.search-template-1.module-search button::after {
  display: none;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search button span,
.module.module-143669.template-1.search-template-1.module-search button span {
  display: none;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .openLocation,
.module.module-143669.template-1.search-template-1.module-search .openLocation {
  display: block;
  width: 100%;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .openLocation i.mdi,
.module.module-143669.template-1.search-template-1.module-search .openLocation i.mdi {
  position: absolute;
  right: 5px;
  top: 0px;
  transition: all 0.3s ease;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .openLocation:hover,
.module.module-143669.template-1.search-template-1.module-search .openLocation:hover {
  cursor: pointer;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search .openLocation.clicked i.mdi,
.module.module-143669.template-1.search-template-1.module-search .openLocation.clicked i.mdi {
  transform: rotate(180deg);
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search input[type="text"],
.module.module-143669.template-1.search-template-1.module-search input[type="text"] {
  margin-bottom: 0;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper {
  padding: 10px 20px;
}
@media screen and (min-width: 769px) and (max-width: 1300px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper,
  .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper {
    flex-direction: row;
  }
}
@media screen and (max-width: 900px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper,
  .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center {
  width: 100%;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center,
  .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center {
    flex-wrap: wrap;
  }
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field {
  width: 100%;
  height: min-content;
  padding-left: 0;
  padding-right: 0;
  flex: 1 1 200px;
}
@media screen and (max-width: 900px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field,
  .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field {
    flex: auto;
  }
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.location::before,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.location::before {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 12px;
  top: 31px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cg fill="currentColor"%3E%3Cpath d="M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94zM8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10z"%2F%3E%3Cpath d="M8 8a2 2 0 1 1 0-4a2 2 0 0 1 0 4zm0 1a3 3 0 1 0 0-6a3 3 0 0 0 0 6z"%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price {
  position: relative;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max::after,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max::after,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min::after,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min::after,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price::after,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.price::after {
  content: "€";
  position: absolute;
  right: 25px;
  top: 9px;
  color: #102d65;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_max,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_max,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_min,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_min {
  position: relative;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_max::after,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_max::after,
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_min::after,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.area_min::after {
  content: "m²";
  position: absolute;
  right: 13px;
  top: 7px;
  color: #102d65;
  line-height: 26px;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.number,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field.number {
  margin-bottom: 0;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit {
  padding: 0;
  background-color: transparent !important;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit i.mdi::before,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit i.mdi::before {
  color: #102d65;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit svg,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center button.submit svg {
  width: 3rem;
  height: 3rem;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .form-location,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .form-location {
  width: 17%;
  padding-left: 10px;
  position: relative;
}
.zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .form-location svg,
.module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .form-location svg {
  vertical-align: middle;
}
@media (min-width: 1480px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search,
  .module.module-143669.template-1.search-template-1.module-search {
    top: calc(60vh - 130px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .zone-full_width .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"],
  .module.module-143669.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    font-size: 12px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 143667 ***/
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu,
.module.module-143667.template-1.social-menu-template-1.module-social-menu {
  width: 100%;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul {
  max-width: 350px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul li {
  line-height: 1;
  padding: 10px;
  border: 1px solid lightgray;
  border-radius: 5px;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul li span,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul li span {
  display: none;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul li a,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul li a {
  display: flex;
  align-items: center;
  align-content: center;
  height: 100%;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul li svg,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul li svg {
  color: #000000;
  height: 1.5rem;
  width: 1.5rem;
}
.zone-footer .module.module-143667.template-1.social-menu-template-1.module-social-menu ul li:hover svg,
.module.module-143667.template-1.social-menu-template-1.module-social-menu ul li:hover svg {
  color: #102d65;
}
/*** CUSTOM CSS FROM BDD MODULE 438856 ***/
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .diagnostic-59,
.module.module-438856.template-1.similar-template-1.module-similar .diagnostic-59 {
  position: absolute;
  top: 225px;
  right: 0;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .module-header-title,
.module.module-438856.template-1.similar-template-1.module-similar .module-header-title {
  font-weight: 500;
  text-transform: initial;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items,
.module.module-438856.template-1.similar-template-1.module-similar .items {
  padding: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item,
.module.module-438856.template-1.similar-template-1.module-similar .items .item {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: all 0.3s ease;
  width: 49%;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item,
  .module.module-438856.template-1.similar-template-1.module-similar .items .item {
    width: 100%;
  }
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item figure,
.module.module-438856.template-1.similar-template-1.module-similar .items .item figure {
  margin-bottom: 0;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item figure img,
.module.module-438856.template-1.similar-template-1.module-similar .items .item figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos {
  position: relative;
  border-left: none;
  padding: 15px 12px;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div {
  display: flex;
  justify-content: space-between;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div *,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div * {
  width: fit-content;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div.top,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos > div.top {
  margin-bottom: 12px;
  gap: 10px;
  flex-wrap: wrap;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos h3,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos h3 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos ul,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos ul {
  justify-content: center;
  display: flex;
  gap: 20px;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos li,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos li {
  display: flex;
  align-items: center;
  font-weight: 300;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos li svg,
.module.module-438856.template-1.similar-template-1.module-similar .items .item article.infos li svg {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 5px;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar .items .item:hover,
.module.module-438856.template-1.similar-template-1.module-similar .items .item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar p.bold,
.module.module-438856.template-1.similar-template-1.module-similar p.bold {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #102d65;
}
.zone-content .module.module-438856.template-1.similar-template-1.module-similar p.bold .currency-price,
.module.module-438856.template-1.similar-template-1.module-similar p.bold .currency-price {
  font-size: 1rem;
  color: rgba(16, 45, 101, 0.6);
}
/*** CUSTOM CSS FROM BDD MODULE 143743 ***/
.zone-header_right .module.module-143718.template-1.cluster-template-1.module-cluster .module.module-143743.template-1.currency-template-1.module-currency,
.module.module-143718.template-1.cluster-template-1.module-cluster .module.module-143743.template-1.currency-template-1.module-currency,
.module.module-143743.template-1.currency-template-1.module-currency {
  margin-top: 3px;
}
/*** CUSTOM CSS FROM BDD MODULE 143848 ***/
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order,
.module.module-143848.template-1.searchorder-template-1.module-search-order {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect,
.module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect {
  border: none;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .module-header span,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .module-header span,
.module.module-143848.template-1.searchorder-template-1.module-search-order .module-header span {
  margin-right: 6px;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: normal;
  text-transform: none;
  color: #828282;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .CaptionCont,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .CaptionCont,
.module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .CaptionCont {
  position: initial;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form,
.module.module-143848.template-1.searchorder-template-1.module-search-order form {
  width: 190px !important;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  border-radius: 3px;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form .SumoSelect,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form .SumoSelect,
.module.module-143848.template-1.searchorder-template-1.module-search-order form .SumoSelect {
  padding: 0;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form .SelectBox,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form .SelectBox,
.module.module-143848.template-1.searchorder-template-1.module-search-order form .SelectBox {
  padding: 5px 0;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .orders,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .orders,
.module.module-143848.template-1.searchorder-template-1.module-search-order .orders {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .orders i,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .orders i,
.module.module-143848.template-1.searchorder-template-1.module-search-order .orders i {
  width: 38px;
  height: 38px;
  font-size: 24px !important;
  line-height: 38px !important;
  color: #828282 !important;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .optWrapper > .options li.opt:hover,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .optWrapper > .options li.opt:hover,
.module.module-143848.template-1.searchorder-template-1.module-search-order .SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .optWrapper,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .optWrapper,
.module.module-143848.template-1.searchorder-template-1.module-search-order .optWrapper {
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .options li,
.module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order .options li,
.module.module-143848.template-1.searchorder-template-1.module-search-order .options li {
  text-align: left;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order,
  .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order,
  .module.module-143848.template-1.searchorder-template-1.module-search-order {
    padding: 0;
  }
  .zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order span.module-header-title,
  .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order span.module-header-title,
  .module.module-143848.template-1.searchorder-template-1.module-search-order span.module-header-title {
    font-size: 11px !important;
  }
  .zone-content .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form,
  .module.module-143849.template-1.cluster-template-1.module-cluster .module.module-143848.template-1.searchorder-template-1.module-search-order form,
  .module.module-143848.template-1.searchorder-template-1.module-search-order form {
    width: 180px !important;
  }
}

