/* color variables */
/* block color */
/* block alternative color */
/* text variables */
/* HAKU DEFAULT FONT COLOR */
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url("https://use.typekit.net/buu2qsn.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="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.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;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  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;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** 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 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 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 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 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 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 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 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%;
}
/*** GLOBAL CSS TEMPLATE Haku ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku/Base/Resources/css/main.less ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #434343 /* @fontcolor2 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-weight: 300 /* @fontweight1 */;
  font-size: 16px /* @fontsize2 */;
  line-height: 24px;
  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 /* @background */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #ff6600 /* @fontcolor1 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily1 */;
  font-weight: 300 /* @fontweight1 */;
}
h1,
h2 {
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
h1 span,
h2 span {
  font-weight: 400;
}
h1 {
  font-size: 46px;
  line-height: 50px;
}
h2 {
  font-size: 30px;
  line-height: 36px;
}
h3 {
  font-size: 30px;
  line-height: 36px;
}
a {
  color: #5d5d5d;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #434343 /* @fontcolor2 */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.fancybox-skin {
  background: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
.ApiFieldGroup .CaptationContent {
  background: none;
}
button,
.button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  color: #fff;
  background-color: #ff9900 /* @button */;
  border-radius: 2px !important;
}
/* 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;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #333;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.select2-container--default .select2-selection {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.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--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
/** HEADER */
/* zone-top-header */
header .zone-top-header {
  height: 40px;
  text-align: right;
  background-color: #e1e1e1;
}
header .zone-top-header .module {
  margin-left: 15px;
}
header .zone-top-header .module-language {
  float: left;
  margin: 0;
}
header .zone-top-header .module-currency {
  float: left;
  margin: 0;
}
header .zone-top-header .module-menu,
header .zone-top-header .module-menu li,
header .zone-top-header .module-social-menu,
header .zone-top-header .module-social-menu li {
  display: inline-block;
}
header .zone-top-header .module-menu li {
  font-size: 14px;
}
header .zone-top-header .module-menu li a,
header .zone-top-header .module-social-menu li a {
  color: #999 /* @defaultfontcolor */;
}
header .zone-top-header .module-social-menu li span {
  display: none;
}
header .zone-top-header .ApiFieldGroup .CaptationContent span {
  padding: 0 10px;
}
header .zone-top-header .ApiFieldGroup .CaptationContent label {
  left: 0;
  top: auto;
  bottom: -1px;
  width: auto;
  height: 10px;
  line-height: 10px;
  text-align: center;
}
header .zone-top-header .ApiFieldGroup.close .CaptationContent label i::before {
  line-height: inherit;
}
header .zone-top-header .ApiFieldGroup .FieldWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  width: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-45deg);
}
header .zone-top-header .ApiFieldGroup .FieldWrapper {
  left: -10003px;
  right: -9999px;
  margin: 7px auto 0;
  max-width: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
header .zone-top-header .module-social-menu ul li a i {
  font-size: 19px;
}
/* zone-header */
header .zone-header .module-logo {
  margin-top: 15px;
  position: relative;
  float: left;
  max-width: 300px;
  z-index: 12;
}
header .zone-header .module-logo a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .zone-header .module-logo {
  position: relative;
  float: left;
  z-index: 12;
}
header .zone-header .module-menu button {
  background: none;
  color: #333;
}
header .zone-header .module-menu button i {
  font-size: 50px;
}
header .zone-header .module-menu > ul {
  position: relative;
  float: right;
  z-index: 11;
  width: auto;
  text-align: right;
  padding-right: 20px;
  margin: 13px 0 12px 0;
  overflow: visible;
}
header .zone-header .module-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
header .zone-header .module-menu > ul > li:first-child {
  margin-left: 0;
}
header .zone-header .module-menu > ul > li:hover:first-child a {
  border-bottom-color: transparent;
}
header .zone-header .module-menu > ul > li > a {
  display: block;
  color: #999 /* @defaultfontcolor */;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .zone-header .module-menu > ul > li > a i.mdi-home + span {
  display: none;
}
header .zone-header .module-menu > ul > li > ul {
  top: 100%;
  background-color: #ffffff /* @background2 */;
  left: auto;
  right: auto;
  max-width: initial;
  margin: 0;
  min-width: 120px;
  text-align: left;
  z-index: 10;
}
header .zone-header .module-menu > ul > li > ul li a {
  display: block;
  color: #ff6600 /* @fontcolor1 */;
  font-size: 14px;
  font-weight: 300;
  padding: 5px;
}
header .zone-header .module-menu > ul > li > ul li a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  header .zone-header .module-menu > ul > li.over > a,
  header .zone-header .module-menu > ul > li:hover > a {
    color: #ff6600 /* @fontcolor1 */;
    border-bottom: 1px solid #ff6600 /* @fontcolor1 */;
  }
}
@media (min-width: 1025px) {
  header .zone-header .module-menu > ul li.submenus:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -6px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #336699 /* @color1 */;
    border-width: 6px;
  }
  header .zone-header .module-menu > ul > li:hover > ul {
    display: block;
  }
  header .zone-header .module-menu > ul > li > ul li {
    display: block;
    position: relative;
  }
  header .zone-header .module-menu > ul > li > ul > li.submenus:after {
    top: 15px;
    left: auto;
    right: 2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  header .zone-header .module-menu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 250px;
    text-align: left;
  }
  header .zone-header .module-menu > ul > li > ul > li:hover > ul {
    display: block;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background-color: #4c4c4c /* @color2 */;
  clear: both;
}
footer .module-cluster > .module-cluster {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
footer .module-cluster > .module-cluster > .module-cms {
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  text-align: center;
}
footer .module-cluster > .module-cluster > .module-cms .picture {
  height: 60px;
  margin-bottom: 20px;
}
footer .module-social-menu,
footer .module-agency {
  width: 25%;
}
footer .module-agency.multiple {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
footer .module-menu {
  width: 50%;
}
footer .module-social-menu,
footer .module-agency,
footer .module-menu {
  padding: 20px;
}
footer .agency > div.info {
  width: 100%;
  padding: 0;
}
footer .agency > div.picture {
  display: none;
}
@media screen and (min-width: 480px) {
  footer .module-menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
footer .module-cluster.content {
  margin-bottom: 0;
}
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:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
/** MODULES */
/* currency */
.module-currency .FieldWrapper {
  background-color: #ffffff /* @background2 */;
  border-left: solid;
}
.module-currency span {
  color: #434343 /* @fontcolor2 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #434343 /* @fontcolor2 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* language */
.module-language .FieldWrapper {
  background-color: #ffffff /* @background2 */;
  border-left: solid;
}
.module-language span {
  color: #434343 /* @fontcolor2 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #434343 /* @fontcolor2 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/* selection */
.module-selection.selection-template-1 {
  text-align: center;
  overflow: hidden;
}
.module-selection.selection-template-1 h2 {
  font-size: 46px;
  line-height: 52px;
}
.module-selection.selection-template-1 ul li {
  display: inline-block;
  margin: 20px;
  font-size: 30px;
  font-weight: 300;
  /* text-transform: lowercase; */
}
.module-selection.selection-template-1 ul li.index > a {
  color: #999 /* @defaultfontcolor */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
  font-size: 32px;
}
.module-selection.selection-template-1 ul li a {
  color: #999 /* @defaultfontcolor */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily2 */;
}
.module-selection.selection-template-1 .selection-btn.selected,
.module-selection.selection-template-1 .selection-btn:hover {
  color: #ff6600 /* @fontcolor1 */;
  border-bottom: solid 1px;
}
.module-selection.selection-template-1 .slider .ads li .info {
  background: linear-gradient(0deg, rgba(51, 102, 153, 0.7) 0%, rgba(51, 102, 153, 0.4) 45%, rgba(0, 0, 0, 0) 75%);
}
.module-selection.selection-template-1 .slider .ads li h4,
.module-selection.selection-template-1 .slider .ads li p {
  color: #FFF;
  text-align: center;
}
.module-selection.selection-template-1 .slider .ads li h4 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.module-selection.selection-template-1 .slider .ads li p {
  display: inline-block;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
}
/* content */
.zone-full-width .module-cms {
  padding: 0;
}
.zone-full-width .module-cms .picture {
  width: 100%;
  height: 400px;
  margin-bottom: 20px;
}
.zone-full-width .module-cms .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  max-width: none;
  height: 100%;
}
.zone-content .module-cms .info {
  width: 100%;
}
/* news */
.structured-cms-template-1 .cms-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.structured-cms-template-1 .cms-list li:nth-child(even) {
  background-color: #f2f2f2 /* @background3 */;
}
.structured-cms-template-1 .cms-list li .picture-container {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 250px;
  overflow: hidden;
}
.structured-cms-template-1 .cms-list li .picture-container img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
}
.structured-cms-template-1 .cms-list li .content {
  margin-top: 20px;
}
.structured-cms-template-1 .cms-list li .content h4 {
  display: block;
  margin-bottom: 10px;
}
.structured-cms-template-1 .cms-list li .content h3 {
  margin-bottom: 10px;
}
.structured-cms-template-5 {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 .buttons .button {
  padding: 10px 20px;
  min-width: 135px;
}
.structured-cms-template-5 .buttons .button:first-child {
  margin-right: 10px;
}
.structured-cms-template-5 .buttons .button:last-child {
  margin-left: 10px;
}
.structured-cms-template-5 > .content {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 > .content .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-5 > .content .picture img {
  max-width: 100%;
}
.structured-cms-template-5 > .content article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-5 > .list {
  margin-top: 1%;
}
.structured-cms-template-5 > .list > .picture,
.structured-cms-template-5 > .list > a {
  position: relative;
  float: left;
  padding-bottom: 15%;
  width: 24.2%;
  overflow: hidden;
}
.structured-cms-template-5 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-5 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-5 > .list img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  right: -9999px;
  left: -9999px;
  margin: auto;
  max-height: 150%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-5 > .content .picture,
  .structured-cms-template-5 > .content article {
    float: none;
    width: 100%;
  }
}
.structured-cms-template-5 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-5 > .list {
  padding-top: 10px;
}
/* users */
.module-user {
  text-align: center;
}
.module-user ul,
.module-user,
.module-user .container {
  background-color: #4c4c4c /* @color2 */;
}
.module-user ul li .info,
.module-user .container .info {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture {
    order: 1 !important;
  }
  .module-user .container .info {
    order: 2 !important;
    text-align: center !important;
  }
}
.zone-content .module-user .container .picture,
.zone-left-content .module-user .container .picture,
.zone-right-content .module-user .container .picture {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.zone-content .module-user .container .picture .userBubble,
.zone-left-content .module-user .container .picture .userBubble,
.zone-right-content .module-user .container .picture .userBubble,
.zone-content .module-user ul li .container .picture .userBubble,
.zone-left-content .module-user ul li .container .picture .userBubble,
.zone-right-content .module-user ul li .container .picture .userBubble {
  height: 120px;
  width: 120px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #FFF;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.zone-content .module-user .container .picture .userBubble img,
.zone-left-content .module-user .container .picture .userBubble img,
.zone-right-content .module-user .container .picture .userBubble img,
.zone-content .module-user ul li .container .picture .userBubble img,
.zone-left-content .module-user ul li .container .picture .userBubble img,
.zone-right-content .module-user ul li .container .picture .userBubble img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  min-height: 100%;
  max-height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
}
.zone-content .module-user .container .picture .userBubble img,
.zone-left-content .module-user .container .picture .userBubble img,
.zone-right-content .module-user .container .picture .userBubble img,
.zone-content .module-user ul li .container .picture .userBubble img,
.zone-left-content .module-user ul li .container .picture .userBubble img,
.zone-right-content .module-user ul li .container .picture .userBubble img,
.zone-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.zone-content .module-user .container:hover .picture .userBubble img,
.zone-left-content .module-user .container:hover .picture .userBubble img,
.zone-right-content .module-user .container:hover .picture .userBubble img,
.zone-content .module-user ul li:hover .container .picture .userBubble img,
.zone-left-content .module-user ul li:hover .container .picture .userBubble img,
.zone-right-content .module-user ul li:hover .container .picture .userBubble img,
.zone-content .module-user .container:hover .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user .container:hover .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user .container:hover .picture .userBubble i.mdi-account-circle:before,
.zone-content .module-user ul li:hover .container .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user ul li:hover .container .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user ul li:hover .container .picture .userBubble i.mdi-account-circle:before {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.zone-content .module-user .container .info h3,
.zone-left-content .module-user .container .info h3,
.zone-right-content .module-user .container .info h3 {
  font-size: 32px;
  font-weight: 300;
}
.zone-content .module-user .container .info em,
.zone-left-content .module-user .container .info em,
.zone-right-content .module-user .container .info em,
.zone-content .module-user .container .info .story > h3,
.zone-left-content .module-user .container .info .story > h3,
.zone-right-content .module-user .container .info .story > h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.zone-content .module-user .container .info p,
.zone-left-content .module-user .container .info p,
.zone-right-content .module-user .container .info p {
  font-size: 16px;
  line-height: 28px;
}
.zone-content .module-user.template-1 {
  position: relative;
  padding-bottom: 125px;
  margin-bottom: 230px;
}
.zone-content .module-user.template-1 ul.listing {
  position: absolute;
  left: 0;
  right: 0;
  background-color: transparent;
  margin: auto;
  display: flex;
}
.zone-content .module-user.template-1 .container {
  background-color: transparent;
}
.zone-content .module-user.template-1 .container .picture,
.zone-content .module-user.template-1 .container .info {
  background-color: transparent;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.zone-content .module-user.template-1 .container .picture .userBubble {
  width: 180px;
  height: 180px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.zone-content .module-user.template-1 .container .info * {
  text-align: center;
}
.zone-content .module-user.template-1 .container .info h3 {
  font-size: 27px;
}
.zone-content .module-user.template-1 .container .info em {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
}
/* search */
.module-search {
  margin-bottom: 40px;
}
.module-search.overflowSearch .fields-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: rgba(74, 19, 74, 0.7);
}
.module-search.listingSearch .field {
  margin-bottom: 10px;
}
.module-search button {
  color: #333;
  display: block;
  background: none;
  width: 56px;
  height: 56px;
  margin: 10px auto;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: 0;
}
.module-search button > i {
  font-size: 63px;
  vertical-align: middle;
}
.module-search button > span {
  display: none;
}
@media (min-width: 1025px) {
  .module-slider + .module-search .submit i {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  .module-slider + .module-search .form-center .field {
    float: left;
    width: calc(25% - 1px);
    margin: 0 1px 0 0;
    height: 100%;
  }
  .module-slider + .module-search .submit {
    float: right;
    position: absolute;
    top: 3px;
    right: -60px;
    margin: 0;
  }
}
/* listing */
.listing .zone-right-content {
  background-color: #4c4c4c /* @color2 */;
}
.module-listing ul.listing > li ul {
  background-color: #4c4c4c /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #336699 /* @color1 */;
}
.module-listing ul.listing li .soleagent {
  background-color: #336699 /* @color1 */;
  z-index: 1;
}
.module-listing ul.listing li .owl-controls i {
  background-color: rgba(51, 102, 153, 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: #336699 /* @color1 */;
  border: 1px solid #336699 /* @color1 */;
  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;
}
.zone-right-content .module-user .container {
  margin-bottom: 0 !important;
}
.zone-right-content .module-user .container .info {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.zone-right-content .module-user .container .info h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
}
.zone-right-content .module-user .container .info h3 em {
  display: block;
  font-weight: 400;
  font-size: inherit;
  line-height: 16px;
}
.zone-right-content .module-user .container .info p span {
  display: block;
  text-align: center;
}
.zone-right-content .module-user .container .info p br {
  display: none;
}
.zone-right-content .module-share {
  margin-top: 40px !important;
}
/* pager */
nav.pager {
  text-align: center;
  overflow: hidden;
}
nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
nav.pager li a,
nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  font-weight: 700;
  text-align: center;
  background-color: #4c4c4c /* @color2 */;
}
nav.pager li a {
  color: #434343 /* @fontcolor2 */;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #336699 /* @color1 */;
}
nav.pager li.disabled {
  display: none;
}
/* similar */
.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;
}
/* property-details */
.property-details .zone-top-content {
  min-height: 150px;
}
.property-details .zone-top-content > .module-slider .thumbnail {
  z-index: 10;
}
.property-details .zone-top-content > .module-property-info h2 {
  font-weight: 400;
  /* text-transform: lowercase; */
}
.property-details .zone-top-content .slider.owl-carousel .owl-stage-outer {
  transform: translateX(-14.55%);
  width: calc(116.85vw);
}
.property-details .zone-right-content {
  background-color: #4c4c4c /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
  background-color: #4c4c4c /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer > .module-header {
  max-width: none;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > .module-cluster {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.property-details .zone-bottom-content > .contactContainer > .module-contact {
  margin-left: 0;
}
.property-details .zone-bottom-content > .contactContainer > div {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture {
  height: 80px;
  margin-bottom: 10px;
  float: none;
  width: inherit;
  text-align: center;
  flex: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info {
  width: 100%;
  padding: 0;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info p {
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-agency h2 {
  display: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: 400 /* @fontweight2 */;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .picture {
  padding: 0;
  margin-bottom: 40px;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble {
  position: relative;
  width: 80px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-contact {
  float: left;
  width: 50%;
  background-color: #4c4c4c /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer .module-contact form div:last-child {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .property-details .zone-top-content {
    min-height: 300px;
  }
  .property-details .zone-top-content > .module-property-info {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    right: 0;
    width: 33.7%;
    padding: 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .property-details .zone-top-content > .module-property-info .info {
    width: 100%;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    border-bottom: none;
  }
  .property-details .zone-top-content > .module-property-info ul li {
    font-size: 18px;
    line-height: 24px;
    color: #336699 /* @color1 */;
    margin-bottom: 15px;
  }
  .property-details .zone-top-content > .module-slider .slider .owl-next {
    right: 33.7%;
    margin-right: 1px;
  }
}
/* property info */
.zone-left-content .module-property-info {
  text-align: center;
}
.module-property-info.property-info-template-1 h1 {
  text-align: center;
}
.module-property-info.property-info-template-1 .quick-links {
  text-align: center;
  margin-bottom: 40px;
}
.module-property-info.property-info-template-1 .quick-links li {
  margin: 0 20px;
}
.module-property-info.property-info-template-1 .quick-links li a:hover {
  border-bottom: solid 1px #999 /* @defaultfontcolor */;
}
.module-property-info.property-info-template-1 .quick-links li a {
  padding: 20px 0;
  color: #999 /* @defaultfontcolor */;
  font-size: 30px;
  font-weight: 300;
  /* text-transform: lowercase; */
}
.module-property-info.property-info-template-1 .comment {
  margin: 60px auto 30px auto;
  text-align: justify;
}
.module-property-info.property-info-template-1 .details {
  margin-bottom: 40px;
}
.module-property-info.property-info-template-1 .details ul {
  text-align: center;
}
.module-property-info.property-info-template-1 .details ul li {
  padding: 13px 10px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  width: 49%;
  text-align: left;
}
.module-property-info.property-info-template-1 .details ul li:nth-child(4n+1),
.module-property-info.property-info-template-1 .details ul li:nth-child(4n+2) {
  background-color: #f2f2f2;
}
.module-property-info.property-info-template-1 .details ul li:nth-child(2n+1) {
  float: left;
}
.module-property-info.property-info-template-1 .details ul li:nth-child(2n+0) {
  float: right;
}
.module-property-info.property-info-template-1 .details ul li span {
  float: right;
  color: #ff6600 /* @fontcolor1 */;
  font-weight: 700;
}
.module-property-info.property-info-template-1 .details.medias ul li {
  float: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.module-property-info.property-info-template-1 .details.medias ul li > * {
  width: 100%;
  height: 400px;
}
/* share */
.module-share ul li {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
}
.module-share ul li span {
  display: block;
  text-indent: 9999px;
}
/* cms */
.module-cms h1,
.module-cms h2 {
  display: block;
}
/* contact */
.module-contact .recaptcha {
  float: left;
}
.module-contact .submit {
  float: right;
  margin-top: 20px;
}
.property-details .module-contact {
  padding: 40px;
}
.property-details .module-contact h2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 20px auto;
  border: none;
}
.property-details .module-contact form {
  max-width: 1240px;
  margin: auto;
}
.agency-details .zone-content > .module-cluster {
  width: 100%;
  padding: 40px 20px;
  background-color: #4c4c4c /* @color2 */;
}
.agency-details .zone-content > .module-cluster > div {
  width: 100%;
  margin: 0 auto;
}
.agency-details .zone-content > .module-cluster > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture {
  flex: none;
  width: 100%;
  padding: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.agency-details .zone-content > .module-cluster > div > .module .info {
  flex: none;
  width: 100%;
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module .info p {
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module-contact {
  float: left;
  width: 50%;
}
/* BANNER */
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* LEGAL */
.module-legal.template2 h3 {
  display: block;
}
/*** GLOBAL CSS TEMPLATE Haku PAGE listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku/Base/Resources/pages/css/listing.css ***/
.zone-top-content > .module-google-map,
.zone-top-content > .module-leaflet-map {
  height: 400px;
  margin-bottom: 80px;
}
.zone-top-content > .module-google-map .infobulle-container,
.zone-top-content > .module-leaflet-map .leaflet-popup-content {
  height: 300px !important;
}
.zone-left-content {
  float: left;
  width: 64%;
}
.zone-right-content {
  float: right;
  width: 32%;
  padding: 10px;
  background-color: #f5f5f5;
}
.zone-right-content > .module:last-child {
  margin-bottom: 0;
}
/*** CSS WEBSITE Agence Molinard ***/
/*----------- GENERAL -----------------*/
p {
  font-family: merriweather;
}
h1,
h2,
h3,
p {
  color: #4b4b4b;
  font-weight: 400;
}
h1,
h2 {
  border-bottom: none;
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
/*----------- HEADER -----------------*/
header .zone-top-header {
  background: none;
  height: auto;
}
header .zone-top-header .module-menu li a {
  color: #4c4c4c;
}
header .zone-top-header .module-cluster {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
header .zone-top-header .module-cluster .module-language {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 640px) {
  header .zone-header .module-logo img {
    width: 100% !important;
  }
}
header .zone-header .module-menu > ul {
  padding-top: 20px;
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  header .zone-header .module-menu {
    position: relative !important;
  }
  header .zone-header .module-menu.main > ul.active {
    display: block;
    position: absolute;
    right: -25px;
    left: -25px;
    top: 20px;
    text-align: right;
  }
  header .zone-header .module-menu.main > ul.active li {
    text-align: right;
  }
  header .zone-header .module-menu .module-logo img {
    max-width: 100%;
  }
}
@media screen and (max-width: 668px) {
  header .zone-top-header .module-cluster {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  header .zone-top-header .module-cluster .module-language {
    position: relative;
  }
}
.module-search.overflowSearch .fields-wrapper {
  background: #fdd835;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-cms.flex {
  display: flex;
  flex-wrap: wrap;
}
.module-cms.flex .info,
.module-cms.flex .picture {
  width: 50%;
  height: 550px;
}
.module-cms.flex .picture img {
  height: 100%;
  object-fit: cover;
}
.module-cms.flex .info {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .module-cms.flex .info,
  .module-cms.flex .picture {
    width: 100%;
  }
}
.module-listing ul.listing > li ul {
  background-color: #f2f2f2;
}
.module-cms.flex.reverse {
  flex-direction: row-reverse;
}
.module-cms.flex.reverse .info {
  padding-left: 0;
  padding-right: 30px;
}
/*----------- LISTING -----------------*/
.listing .zone-right-content {
  background: #fff;
  border: 2px solid #fdd835;
}
.listing .module-listing ul.listing > li {
  border-top: 2px solid #fdd835;
}
.listing .module-listing ul.listing > li ul {
  background-color: #f2f2f1;
}
.listing .module-listing ul.listing > li ul li {
  padding: 0 6px;
}
.listing .module-listing ul.listing > li ul li.price div {
  color: #434343;
  border: none;
  border-radius: 2px;
  background: #fdd835;
}
.listing .module-listing ul.listing li .titles {
  background-color: #f2f2f1;
}
.listing .module-listing ul.listing li .titles h2,
.listing .module-listing ul.listing li .titles h3 {
  color: #434343;
}
/*----------- FOOTER -----------------*/
@media screen and (max-width: 768px) {
  footer .zone-footer .module.module-68545.content.module-cluster {
    flex-direction: column;
  }
  footer .zone-footer .module.module-68545.content.module-cluster > .module {
    width: 100% !important;
    text-align: center !important;
  }
}
footer li,
footer a,
footer h2,
footer p {
  color: #ffffff;
}
/*** CUSTOM CSS FROM BDD MODULE 68514 ***/
.zone-top_content .module.module-68514.template-1.leafletmap-template-1.module-leaflet-map.module-map,
.module.module-68514.template-1.leafletmap-template-1.module-leaflet-map.module-map {
  z-index: 1;
  position: relative;
}
/*** CUSTOM CSS FROM BDD MODULE 68504 ***/
.zone-left_content .module.module-68504.template-3.listing-template-3.module-listing i,
.module.module-68504.template-3.listing-template-3.module-listing i {
  font-size: 26px;
  color: #336699;
  margin-right: 5px;
}
/*** CUSTOM CSS FROM BDD MODULE 68545 ***/
.zone-footer .module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster ul,
.module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster ul,
.module.module-68545.content.template-1.cluster-template-1.module-cluster ul {
  column-count: 1;
}
.zone-footer .module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster > .module,
.module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster > .module,
.module.module-68545.content.template-1.cluster-template-1.module-cluster > .module {
  width: 33%;
}
/*** CUSTOM CSS FROM BDD MODULE 72752 ***/
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple,
.module.module-72752.template-1.agency-template-1.module-agency.simple {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info,
.module.module-72752.template-1.agency-template-1.module-agency.simple .info {
  width: 100%;
  padding: 0;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info p,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info p,
.module.module-72752.template-1.agency-template-1.module-agency.simple .info p {
  margin: auto;
  font-weight: 600;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info p.address,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info p.address,
.module.module-72752.template-1.agency-template-1.module-agency.simple .info p.address {
  display: none;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info span.phone,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-72752.template-1.agency-template-1.module-agency.simple .info span.phone,
.module.module-72752.template-1.agency-template-1.module-agency.simple .info span.phone {
  font-size: 22px;
}
/*** CUSTOM CSS FROM BDD MODULE 68534 ***/
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child,
.module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child {
  background: #fdd835;
  padding: 5px 10px;
  border-radius: 6px;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child:hover,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child:hover,
.module.module-68534.template-1.menu-template-1.module-menu.inline ul li:first-child:hover {
  background: #ff9900;
  transition: all 0.5s ease;
}
/*** CUSTOM CSS FROM BDD MODULE 68535 ***/
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu,
.module.module-68535.template-1.social-menu-template-1.module-social-menu {
  display: flex;
  align-items: center;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu ul,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu ul,
.module.module-68535.template-1.social-menu-template-1.module-social-menu ul {
  display: flex;
  align-items: center;
}
.zone-top_header .module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-68531.template-1.cluster-template-1.module-cluster .module.module-68535.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-68535.template-1.social-menu-template-1.module-social-menu ul li a i {
  font-size: 26px;
  color: #21549e;
}
/*** CUSTOM CSS FROM BDD MODULE 68546 ***/
.zone-footer .module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster .module.module-68546.template-1.agency-template-1.module-agency.simple div.info,
.module.module-68530.template-1.cluster-template-1.module-cluster .module.module-68545.content.template-1.cluster-template-1.module-cluster .module.module-68546.template-1.agency-template-1.module-agency.simple div.info,
.module.module-68545.content.template-1.cluster-template-1.module-cluster .module.module-68546.template-1.agency-template-1.module-agency.simple div.info,
.module.module-68546.template-1.agency-template-1.module-agency.simple div.info {
  width: 100%;
  padding: 0;
}
/*** GLOBAL MANDATORY TEMPLATE CSSHaku ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku/Base/Resources/css/responsive.less ***/
@media screen and (max-width: 1024px) {
  header .zone-header .module-logo {
    margin: 10px;
  }
  header .zone-header .module-menu {
    position: absolute;
    right: 0;
    width: auto;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul {
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    clear: both;
  }
  header .zone-header .module-menu > ul > li {
    display: block;
    margin: 0;
  }
  header .zone-header .module-menu > ul > li > a {
    padding: 5px 0;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home {
    display: none;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home + span {
    display: block;
  }
  header .zone-header .module-menu > ul > li > ul {
    text-align: left;
    background-color: #f5f5f5;
    padding: 0 20px;
  }
  header .zone-header .module-menu > ul > li > ul li {
    padding: 0;
  }
  header .zone-header .module-menu > ul > li > ul li > a {
    border-bottom: 1px solid transparent;
  }
  header .zone-header .module-menu > ul > li > ul li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
  }
  header .zone-header .module-menu > ul > li > ul a {
    color: #a5a5a5;
    padding: 5px 0;
  }
  footer .module-social-menu,
  footer .module-agency {
    width: 50%;
  }
  footer .module-agency.multiple {
    width: 100%;
    text-align: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .module-agency.multiple .agency {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .module-agency.multiple .agency {
    width: 100%;
  }
  .zone-content .module-cms .info {
    width: 100%;
  }
  .listing .zone-left-content,
  .property-details .zone-left-content,
  .listing .zone-right-content,
  .property-details .zone-right-content {
    float: none;
    width: auto;
  }
  .listing .zone-left-content {
    margin-bottom: 20px;
  }
  .property-details .zone-top-content > .module-property-info {
    text-align: center;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    display: block;
  }
  .property-details .zone-top-content > .module-property-info p {
    display: inline-block;
    margin-left: 20px;
  }
  .property-details .zone-top-content > .module-property-info p:first-child {
    margin-left: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    width: 50%;
    margin-bottom: 20px;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module-contact {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  header .zone-header .module-logo {
    float: none;
    max-width: none;
    text-align: center;
    margin: 10px auto;
  }
  header .zone-header .module-logo img {
    width: auto;
  }
  header .zone-header .module-menu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul,
  header .zone-header .module-menu > ul > li > ul {
    position: relative;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .module-social-menu,
  footer .module-agency {
    float: none;
    width: 100%;
  }
  footer .module,
  footer .module p {
    text-align: center;
  }
  .module-property-info.property-info-template-1 .quick-links li {
    display: block;
    margin: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  header .zone-header .module-logo {
    width: 250px;
    max-width: 250px;
  }
}

