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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100%!important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0!important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100%!important;
  height: 100%!important;
}
.video-js {
  height: 100%!important;
  padding: 0!important;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Slider/SliderFullSize/SliderFullSize.less ***/
.module-slider.module.variation-mira_slider_banner {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 668px) {
  .module-slider.module.variation-mira_slider_banner {
    height: 60vh;
  }
}
.module-slider.module.variation-mira_slider_banner:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.59) 100%);
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .slider {
  height: 100% !important;
}
.module-slider.module.variation-mira_slider_banner .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider.module.variation-mira_slider_banner .slider .slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.3;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.module-slider.module.variation-mira_slider_banner .module-header {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #000000;
  border-radius: 0px;
  background: transparent;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search:hover {
  border: 1px solid #000000;
  color: #ffffff;
  background: #000000;
}
.module-slider.module.variation-mira_slider_banner .module-header h1,
.module-slider.module.variation-mira_slider_banner .module-header h2,
.module-slider.module.variation-mira_slider_banner .module-header h3,
.module-slider.module.variation-mira_slider_banner .module-header h4,
.module-slider.module.variation-mira_slider_banner .module-header h5,
.module-slider.module.variation-mira_slider_banner .module-header h6,
.module-slider.module.variation-mira_slider_banner .module-header p,
.module-slider.module.variation-mira_slider_banner .module-header span,
.module-slider.module.variation-mira_slider_banner .module-header li,
.module-slider.module.variation-mira_slider_banner .module-header a {
  color: #000000;
}
/*** 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 TEMPLATE Mira PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/legal.less ***/
.module-legal.template2 h3 {
  display: block;
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Header/HeaderCss.less ***/
.variation-header_mira_cluster {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: 100%;
}
.variation-header_mira_cluster .module-menu ul li span,
.variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
.variation-header_mira_cluster .module-menu ul li.current span,
.variation-header_mira_cluster .module-menu.main ul li.current span,
.variation-header_mira_cluster .module-menu ul li:hover span,
.variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #000000;
}
.variation-header_mira_cluster:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster {
    justify-content: space-between;
  }
}
.variation-header_mira_cluster span {
  font-weight: 400;
}
.variation-header_mira_cluster .module {
  width: 25%;
  margin-top: 0px;
  text-align: center;
}
.variation-header_mira_cluster .module-menu.main {
  width: 25%;
  z-index: 11;
  top: -10px;
  /* Curseur de la souris au survol du bouton */
  /* Transformation en croix lorsqu'on clique sur le bouton */
}
.variation-header_mira_cluster .module-menu.main button {
  display: block;
  background-color: transparent;
  margin: auto;
  width: 45px;
  height: 80px;
}
.variation-header_mira_cluster .module-menu.main > ul {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  width: 0;
  padding-left: 0;
  transition: width 0.7s ease;
  align-items: flex-start;
  z-index: 99999999;
  padding-top: 20px;
  overflow: hidden;
  right: 0;
  transition: 0.5s ease 0s;
  overflow: scroll;
}
.variation-header_mira_cluster .module-menu.main > ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 0 0 20px;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu::after,
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu .mdi {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul {
  display: none;
  width: 100%;
  background: transparent;
  opacity: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul li {
  margin-left: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a {
  width: fit-content;
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #000000;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a i {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a span {
  display: block;
}
.variation-header_mira_cluster .module-menu.main > ul.active {
  right: 0;
  width: 25%;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 50%;
  }
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 100%;
  }
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul {
  display: none;
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  height: auto;
  background-color: transparent;
  padding-left: 10px;
  opacity: 1;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul li {
  border-bottom: none;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu {
  position: absolute;
  top: 16px;
  left: 95%;
  margin-left: -6px;
  display: inline-block;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu.rotate {
  transform: rotate(90deg);
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu::after {
  display: none;
}
.variation-header_mira_cluster .module-menu.main .burger-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 5px;
}
.variation-header_mira_cluster .module-menu.main .burger-menu {
  cursor: pointer;
  position: relative;
}
.variation-header_mira_cluster .module-menu.main .bar {
  width: 40px;
  height: 1px;
  background-color: #000000;
  margin: 5px 0;
  transition: transform 0.6s ease;
}
.variation-header_mira_cluster .module-menu.main .bar1 {
  position: absolute;
  top: 0;
}
.variation-header_mira_cluster .module-menu.main .bar2 {
  position: absolute;
  top: 10px;
}
.variation-header_mira_cluster .module-menu.main .burger-button:hover {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar1 {
  transform: rotate(45deg) translate(5px, 7px);
  top: -6px;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar2 {
  transform: rotate(-45deg) translate(5px, -7px);
  top: 11px;
}
.variation-header_mira_cluster .module-menu.inline ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo {
    width: 50%;
  }
}
.variation-header_mira_cluster .module-logo a {
  text-align: center;
}
.variation-header_mira_cluster .module-logo a img {
  width: 200px;
  transition: 0.5s ease 0s;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo a img {
    width: 140px;
  }
}
.variation-header_mira_cluster .currencyLanguage {
  display: flex;
  justify-content: center;
}
.variation-header_mira_cluster .currencyLanguage .module-currency {
  border-right: 1px #000000 solid;
  padding-right: 20px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent label {
  top: -4px;
}
.variation-header_mira_cluster .currencyLanguage .module-language {
  margin-left: 10px;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper {
  background: #ffffff;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper span {
  color: #000000;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup label {
  line-height: 32px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage {
    align-items: flex-start;
  }
  .variation-header_mira_cluster .currencyLanguage .module {
    width: 100%;
    border-right: none;
    padding: 5px 0;
    margin: 0;
  }
}
header.fixed .variation-header_mira_cluster .module-logo img {
  filter: initial;
  width: 150px;
}
header.fixed .variation-header_mira_cluster .module-menu.main .bar {
  background-color: #000000;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul {
  box-shadow: -0.1px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #000000;
}
header.fixed .variation-header_mira_cluster .module-menu ul li span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
header.fixed .variation-header_mira_cluster .module-menu ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu ul li:hover span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #000000;
}
header.fixed .variation-header_mira_cluster .module-currency {
  border-right: 1px #000000 solid;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper {
  background: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper span {
  color: #000000;
}
@media only screen and (max-width: 668px) {
  header.fixed .variation-header_mira_cluster .module-currency {
    border-right: none;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Footer/FooterCss.less ***/
.variation-mira_footer_cluster {
  max-width: 100%;
  width: 100%;
}
.variation-mira_footer_cluster p,
.variation-mira_footer_cluster li,
.variation-mira_footer_cluster a:not(.button),
.variation-mira_footer_cluster span,
.variation-mira_footer_cluster .mdi,
.variation-mira_footer_cluster h1,
.variation-mira_footer_cluster h2,
.variation-mira_footer_cluster h3,
.variation-mira_footer_cluster h4,
.variation-mira_footer_cluster h5,
.variation-mira_footer_cluster h6 {
  color: #000000;
}
.variation-mira_footer_cluster a:not(.button):hover {
  color: #1c1c1c;
}
.variation-mira_footer_cluster a:not(.button):hover span,
.variation-mira_footer_cluster a:not(.button):hover .mdi {
  color: #1c1c1c;
}
.variation-mira_footer_cluster .footer-banner {
  height: 50vh;
  position: relative;
  margin-bottom: 0;
}
.variation-mira_footer_cluster .footer-banner .module-header {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.variation-mira_footer_cluster .footer-banner .module-header .button {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.variation-mira_footer_cluster .footer-banner .module-header .button:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footer-banner .module-header {
    width: 100%;
    padding: 0 20px;
  }
}
.variation-mira_footer_cluster .footer-banner .module-header p {
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: clamp(20px, 30px, 3vw);
}
.variation-mira_footer_cluster .footer-banner .module-header p span {
  font-size: 25px;
  margin-left: 170px;
  position: relative;
  margin-top: 10px;
  color: white;
}
.variation-mira_footer_cluster .footer-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.variation-mira_footer_cluster .footer-banner .container,
.variation-mira_footer_cluster .footer-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.variation-mira_footer_cluster nav.module-menu {
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  max-width: 2000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster nav.module-menu {
    display: none;
  }
}
.variation-mira_footer_cluster nav.module-menu ul {
  display: flex;
  justify-content: center;
}
.variation-mira_footer_cluster nav.module-menu ul li {
  margin: 0 50px;
}
.variation-mira_footer_cluster nav.module-menu ul li .mdi {
  display: none;
}
.variation-mira_footer_cluster nav.module-menu ul li a:hover span {
  color: #000000;
}
.variation-mira_footer_cluster .footerClusterContact {
  position: relative;
  max-width: 2000px;
  margin: auto;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact {
  height: 50vh;
  margin: 0 auto;
  padding: 0;
  min-height: 280px;
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact {
    height: auto;
    min-height: auto;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
  width: fit-content;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    top: initial;
    transform: none;
  }
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
  color: white;
  letter-spacing: 2px;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
  border: 1px solid #000000;
  font-size: clamp(14px, 30px, 1vw);
  line-height: normal;
  padding: 10px 15px;
  color: #000000;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
    left: initial;
    transform: none;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .background::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.6;
  z-index: 9;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
  background: transparent;
  padding: 0;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper span {
  color: #000000;
  font-size: clamp(14px, 4vw, 1vw);
  line-height: 26px;
  display: none;
}
.variation-mira_footer_cluster .footerCluster {
  display: flex;
  width: 90%;
  align-items: self-start;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster {
    width: 100%;
  }
}
.variation-mira_footer_cluster .footerCluster:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module {
  width: 30%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(20px, 1.5vw, 30px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
  content: "";
  position: relative;
  margin-top: 5px;
  width: 90%;
  background: #000000;
  opacity: 0.2;
  height: 1px;
  display: block;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
    width: 100%;
    left: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-content p {
  text-align: left;
}
.variation-mira_footer_cluster .footerCluster .module-logo {
  position: relative;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter {
  background: transparent;
  text-align: left;
  padding: 15px;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button {
  display: block;
  position: relative;
  width: fit-content;
  border: 1px solid #000000;
  background: transparent;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button span {
  color: #000000;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster .module-newsletter .button {
    margin: auto;
  }
}
.variation-mira_footer_cluster .footerCluster .module-agency .info {
  width: 100%;
  padding: 0;
}
.variation-mira_footer_cluster .footerCluster .module-agency .info h2 {
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
/*** 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);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/ModuleSearch/ListingSearch/ListingSearch.less ***/
.variation-custon_search_listing {
  background: #000000 /*@SearchBackgroundColor*/;
  margin: 0;
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.variation-custon_search_listing .select2-container--default .select2-selection--single .select2-selection__rendered,
.variation-custon_search_listing .select2-results__option,
.variation-custon_search_listing .select2-results__option.select2-results__message,
.variation-custon_search_listing .select2-container--default .select2-results__option--highlighted[aria-selected],
.variation-custon_search_listing .select2-results__option[aria-selected] {
  color: #ffffff /*@SearchContentColor*/;
}
.variation-custon_search_listing .select2-selection.select2-selection--single .select2-selection__arrow {
  color: #ffffff /*@SearchContentColor*/;
}
.variation-custon_search_listing form {
  width: 80%;
  margin: auto;
}
.variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center > .field {
  background: transparent;
  border-right: none;
  width: 19%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 5px;
}
.variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center > .field:last-child {
  margin-right: 0;
}
.variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center > .field .select2-container .select2-selection--single b {
  right: 0 !important;
}
.variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center > .field .select2-selection,
.variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center > .field input {
  background: transparent;
}
.variation-custon_search_listing form .fields-wrapper .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #ffffff /*@SearchContentColor*/;
}
.variation-custon_search_listing form .fields-wrapper button.submit {
  line-height: 20px;
  background: transparent;
}
.variation-custon_search_listing form .fields-wrapper button.submit .mdi {
  font-size: 25px;
  color: #ffffff /*@SearchContentColor*/;
}
@media screen and (max-width: 1024px) {
  .variation-custon_search_listing {
    width: 100%;
  }
  .variation-custon_search_listing form .fields-wrapper button span {
    display: none;
  }
  .variation-custon_search_listing form .fields-wrapper .line-wrapper.form-center .field {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Mira PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/search.less ***/
.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 .field input[type="text"] {
  height: 40px;
}
.module-search .field input[type="text"]::placeholder {
  color: #333;
  opacity: 1;
}
.module-search form 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 form button > i {
  font-size: 63px;
  vertical-align: middle;
}
.module-search form button > span {
  display: none;
}
@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;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search.overflowSearch .fields-wrapper .field {
    margin-bottom: 10px;
  }
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing > li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing > li:hover .picture .buttons > div .button {
  transform: translateX(0);
}
.module-listing ul.listing > li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing > li .titles h2,
.module-listing ul.listing > li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing > li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing > li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing > li .none {
  opacity: 0 !important;
}
.module-listing ul.listing > li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing > li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing > li .selectionLink:hover,
.module-listing ul.listing > li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing > li .picture {
  height: 240px;
}
.module-listing ul.listing > li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing > li .picture .buttons > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing > li .picture .buttons > div a {
  margin: 0 10px;
}
.module-listing ul.listing > li .picture .buttons > div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing > li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing > li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing > li.on-load {
  min-width: 100px;
}
.module-listing ul.listing > li.on-load > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-listing ul.listing > li.on-load > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Mira PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/listing.less ***/
.module-listing ul.listing > li ul {
  background-color: #e7160c /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #e7160c /* @color1 */;
}
.module-listing ul.listing li .soleagent {
  background-color: #e7160c /* @color1 */;
  z-index: 1;
}
.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: #e7160c /* @color1 */;
  border: 1px solid #e7160c /* @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 .selectionLink:hover,
.module-listing ul.listing li .selectionLinkOn {
  transform: scale(1.1);
}
.module-listing ul.listing li .medias {
  position: absolute;
  right: 0;
  top: 78px;
  padding: 1px 8px;
  color: #fff;
  background-color: #e7160c;
}
.module-listing ul.listing li .slider img {
  height: 100%;
  object-fit: cover;
}
/* 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: #e7160c /* @color2 */;
}
nav.pager li a {
  color: #000000;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #e7160c /* @color1 */;
}
nav.pager li.disabled {
  display: none;
}
@media only screen and (max-width: 768px) {
  .listing .zone-left-content {
    margin-bottom: 20px;
  }
  .module-listing.listing-template-3 ul.listing > li {
    margin-left: auto;
    margin-right: auto;
  }
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing {
  width: 80%;
  margin: auto;
  margin-top: 80px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing ul.listing {
  justify-content: center;
  margin: auto;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing ul.listing > li {
  width: 99%;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing ul.listing > li .soleagent {
  top: 0px;
  left: 0;
  width: 100px;
  text-align: end;
  background-color: #e7160c;
  font-size: 15px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .url {
  margin-left: 10px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .medias {
  position: absolute;
  top: 32px;
  padding: 1px 8px;
  color: #fff;
  background-color: #e7160c;
  left: 0;
  width: 100px;
  height: 26px;
  font-weight: bold;
  text-align: end;
  font-size: 17px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .sous-offre {
  position: absolute;
  top: 65px;
  padding: 1px 8px;
  color: #fff;
  background-color: #e7160c;
  left: 0;
  width: 110px;
  height: 26px;
  font-weight: bold;
  text-align: end;
  font-size: 17px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .sous-compromis {
  position: absolute;
  top: 65px;
  padding: 1px 8px;
  color: #fff;
  background-color: #e7160c;
  left: 0;
  width: 150px;
  height: 26px;
  font-weight: bold;
  text-align: end;
  font-size: 17px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .mainDiv {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-template-rows: repeat(6, auto);
  row-gap: 5px;
  column-gap: 5px;
  margin-top: -23px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .mainDiv .first {
  grid-column: 1 / span 6;
  grid-row: 1 / span 6;
  width: 100%;
  height: 100%;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .mainDiv .second {
  grid-column: 7 / span 3;
  grid-row: 1 / span 3;
  width: 100%;
  height: 100%;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .mainDiv .third {
  grid-column: 7 / span 3;
  grid-row: 4 / span 3;
  width: 100%;
  height: 100%;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .content {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .content div {
  display: flex;
  height: 56px;
  align-items: center;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .content h3 {
  margin-bottom: 0px;
  font-size: clamp(22px, 1vw, 3vw) !important;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .content p {
  font-size: clamp(22px, 1vw, 3vw) !important;
  font-weight: 300;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif;
  margin-bottom: 0px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .details {
  display: flex;
  border-bottom: 0.5px solid #80808040;
  height: 30px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .details ul {
  width: 80%;
  background-color: transparent;
  height: 30px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .details ul li {
  color: #555555;
  margin-left: -5px;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 20px 0px 4px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .details .price {
  width: 20%;
  text-align: end;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .details .mdi {
  font-size: 24px;
  margin-right: 5px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .link {
  margin-top: 5px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .link a {
  text-decoration: underline;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .selectionLink {
  position: absolute;
  top: -12px;
  right: 35%;
  display: block;
  width: 25px;
  height: 35px;
  color: #ffffff;
  text-indent: -9999px;
  opacity: 1;
  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;
  font-size: 25px;
}
.display_by_three.template-2.module-listing.listing-template-2.module-listing .selectionLink::before {
  line-height: 35px;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing .diagnostic-59 {
  position: absolute;
  top: 225px;
  right: 0;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li {
  margin: 0 0 50px;
  width: 48%;
  min-height: 430px;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li:nth-child(3n) {
  margin-right: 0 !important;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li .soleagent {
  top: 5%;
}
@media screen and (max-width: 668px) {
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li .soleagent {
    padding: 2px 10px;
    font-size: 8px;
  }
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li .soleagent.lot {
  top: 18px;
  background-color: #e7160c;
  color: black;
  left: 0;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li .soleagent.exclu {
  top: 55px;
  background-color: #e7160c;
  color: black;
}
@media screen and (max-width: 668px) {
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li .soleagent.exclu {
    padding: 2px 10px;
    font-size: 8px;
  }
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure {
  margin-bottom: 0;
  height: 300px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure .slider,
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure .owl-stage-outer,
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure .owl-stage,
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure .owl-item.active.center {
  height: 100%;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos {
  border-left: none;
  padding-left: 0;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .content {
  padding: 10px;
  margin-bottom: 0;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .content .mainTitle {
  display: flex;
  justify-content: space-between;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .content h3 {
  font-size: 25px !important;
  line-height: 35px !important;
  font-weight: 100;
  letter-spacing: 3px;
  text-transform: initial;
  margin-bottom: 10px;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .content .price {
  font-weight: 100;
  letter-spacing: 3px;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos ul {
  justify-content: start;
  text-align: center;
  background: transparent;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos ul li {
  font-size: 14px;
  color: black;
  font-weight: 100;
  letter-spacing: 1px;
}
.display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos ul li .mdi {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
  color: black;
}
@media screen and (max-width: 768px) {
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li {
    width: 49%;
    min-height: auto;
    margin: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 668px) {
  .display_by_two.template-3.module-listing.listing-template-3.module-listing {
    margin-top: 30px;
  }
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .content {
    padding: 0;
    margin-bottom: 15px;
  }
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos .price {
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0 !important;
  }
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos h3 {
    font-size: 14px !important;
    line-height: 24px !important;
    letter-spacing: 0 !important;
  }
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos ul li {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 0;
    padding: 0;
    font-weight: 600;
    margin-right: 15px;
  }
  .display_by_two.template-3.module-listing.listing-template-3.module-listing ul.listing > li article.infos ul li .mdi {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
  }
}
.module-listing.listing-template-10 .property {
  border: 1px solid #e7160c;
  border-radius: 0px;
  transition: 0.5s ease 0s;
  overflow: hidden;
}
.module-listing.listing-template-10 .property img {
  transition: 0.5s ease 0s;
  border-radius: 0;
  aspect-ratio: 3/2;
}
.module-listing.listing-template-10 .property .container .infos .bottomSection ul {
  gap: 32px;
}
.module-listing.listing-template-10 .property .container .infos .bottomSection ul li {
  font-size: 20px;
}
.module-listing.listing-template-10 .sticker {
  background: #000000;
  border-radius: 0px;
  color: #1c1c1c;
  top: 10px;
  left: 10px;
}
.module-listing.listing-template-10 .media {
  background: #000000;
  border-radius: 0px;
  color: #1c1c1c;
  top: 40px;
  left: 10px;
  right: auto;
}
.module-listing.listing-template-10 nav.pager li a {
  background-color: #e7160c;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 100;
  font-size: 10px;
}
.module-listing.listing-template-10 nav.pager li.current span {
  border-radius: 0px;
  color: #ffffff;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Mira PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/cms.less ***/
.zone-full-width .module-cms {
  padding: 0;
}
.zone-content .module-cms .info {
  width: 100%;
}
.module-cms .cms-title,
.module-cms .cms-subtitle {
  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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/SocialMenuFixed/SocialMenuFixed.less ***/
body .variation-custom_social_menu {
  position: fixed;
  width: auto;
  z-index: 99;
}
body .variation-custom_social_menu a {
  margin-bottom: 0;
  line-height: 35px;
}
body .variation-custom_social_menu.socialMenuScroll .button-social,
body .variation-custom_social_menu.socialMenuScroll ul li {
  background: #000000;
}
body .variation-custom_social_menu.socialMenuScroll .button-social .mdi,
body .variation-custom_social_menu.socialMenuScroll ul li .mdi {
  color: #ffffff;
}
body .variation-custom_social_menu .button-social {
  background: #000000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 99;
  text-align: center;
  transition: 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
body .variation-custom_social_menu .button-social .mdi {
  font-size: 22px;
  color: #ffffff;
}
body .variation-custom_social_menu .button-social .mdi-close {
  display: none;
  position: relative;
  color: #ffffff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  top: 1px;
  left: 1px;
}
body .variation-custom_social_menu ul {
  position: absolute;
  z-index: 2;
}
body .variation-custom_social_menu ul li,
body .variation-custom_social_menu ul .twitter {
  bottom: 20px;
  right: 15px;
  transition: 0.4s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: fixed;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  top: initial;
}
body .variation-custom_social_menu ul li a,
body .variation-custom_social_menu ul .twitter a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
body .variation-custom_social_menu ul li a svg,
body .variation-custom_social_menu ul .twitter a svg {
  width: 100%;
  margin-right: initial;
}
body .variation-custom_social_menu ul li a svg path,
body .variation-custom_social_menu ul .twitter a svg path {
  fill: #ffffff;
}
body .variation-custom_social_menu ul li a .mdi,
body .variation-custom_social_menu ul .twitter a .mdi {
  color: #ffffff;
  margin-right: 0;
  width: 100%;
  top: 1px;
  left: 1px;
  position: relative;
}
body .variation-custom_social_menu ul li a .mdi:after,
body .variation-custom_social_menu ul .twitter a .mdi:after {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-at {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-close {
  display: block;
}
/*** 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 Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Mira PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/picture.less ***/
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .module.banner .picture {
    height: 36vw!important;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Mira PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  border-left: solid;
}
.module-language span {
  color: #000000;
  font-family: "Lora", serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #000000;
  font-family: "Lora", serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .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;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/lead.less ***/
/* Module Lead template 3  */
.module-lead.template-3 {
  background: #f5f5f5;
  padding: 20px;
  width: 60%;
  margin: auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
/* Module Lead template 2  */
.module-lead.template-2 i.mdi-bell-ring-outline {
  margin-right: 10px;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none ;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background-color: #f5f5f5;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
.mfp-content .popup-module-lead .mfp-close {
  background: none;
}
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=newsletter-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** 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;
}
/*** GLOBAL CSS TEMPLATE Mira ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/../Global-css/flex-column.css.less ***/
/*** CSS TEMPLATE Mira ***/
/*** Zones CSS TEMPLATE Mira ***/
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 5px;
  margin: 5px;
}
.zone {
  position: relative;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .zone-header {
  max-width: 100%;
}
.zone-top-header {
  display: none;
}
.zone-full-width,
.row-2,
.zone-left-content,
.zone-right-content,
.zone-bottom-content,
.content .zone-full-width,
footer {
  position: relative;
}
.zone-full-width,
.zone-top-content,
header,
footer {
  width: 100%;
}
.zone-content,
.zone-bottom-content,
.row-2:not(.zone-header, .zone-footer, .zone-legal, .zone-content) {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
/* ------------ parametre font ------------- */
/*** font family title ***/
/*** font family text ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr,
input::placeholder,
textarea::placeholder {
  color: #000000;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.cms-title,
.module-header-title,
.module-header-subtitle {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #000000;
  font-family: "Lora", serif;
  font-weight: 400;
}
h1 {
  font-size: clamp(25px, 5vw, 46px);
  line-height: calc(clamp(25px, 5vw, 46px) + 10px);
}
h2 {
  font-size: clamp(20px, 2.5vw, 36px);
  line-height: calc(clamp(20px, 2.5vw, 36px) + 10px);
}
h3 {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: calc(clamp(20px, 1.5vw, 30px) + 10px);
}
h4,
h5,
h6 {
  font-size: clamp(18px, 28px, 1.3vw);
  line-height: clamp(28px, 38px, 1.4vw);
}
p,
a {
  margin-bottom: 10px;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
a {
  text-decoration: none;
}
button,
.button,
button.submit {
  display: inline-block;
  font-size: clamp(20px, 0.7vw, 20px);
  line-height: calc(clamp(20px, 0.7vw, 20px)+10px);
  padding: 5px 10px;
  color: #ffffff;
  background: #9c040c;
  border-radius: 0px;
  transition: 0.5s ease 0s;
  cursor: pointer;
}
button span,
.button span,
button.submit span {
  color: #ffffff;
}
button:hover,
.button:hover,
button.submit:hover {
  background-color: #000000;
  color: #ffffff;
}
button:hover span,
.button:hover span,
button.submit:hover span {
  color: #ffffff;
}
button.buttonOnBackground,
.button.buttonOnBackground,
button.submit.buttonOnBackground {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  color: #ffffff;
}
button.buttonOnBackground span,
.button.buttonOnBackground span,
button.submit.buttonOnBackground span {
  color: #ffffff;
}
button.buttonOnBackground:hover,
.button.buttonOnBackground:hover,
button.submit.buttonOnBackground:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
button.buttonOnBackground:hover span,
.button.buttonOnBackground:hover span,
button.submit.buttonOnBackground:hover span {
  color: #ffffff;
}
/* ------------- end font ------------- */
/* ------------ MODULES GENERAL  ------------- */
.module-leaflet-map .mdi-circle {
  color: #000000;
}
.module-leaflet-map .mdi-home-modern {
  color: #ffffff;
}
.module-listing,
.module-cms,
.module-selection,
.module-picture {
  margin: 50px auto;
}
.module-listing img,
.module-cms img,
.module-selection img,
.module-picture img {
  border-radius: 0px;
}
body:not(.one-column-property) .zone-full-width .module-cluster,
body:not(.one-column-property) .zone-content .module-cluster {
  padding: 50px 0;
}
body:not(.one-column-property) .zone-full-width .module-cluster .module,
body:not(.one-column-property) .zone-content .module-cluster .module {
  margin: 50px auto;
}
/* ------------ MODULES SEARCH ------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option,
.select2-results__option.select2-results__message,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected] {
  color: #ffffff /*@SearchContentColor*/;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-selection.select2-selection--multiple .select2-selection__rendered li,
.select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected],
li.select2-results__option {
  color: #ffffff;
  /*@SearchContentColor*/
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  z-index: 99999;
  background: #000000 /*@SearchBackgroundColor*/;
}
/* ------------ MODULES POPUP  ------------- */
.mfp-bg:not(.mfp-with-zoom) {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content {
  background-color: #000000;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead {
  background: transparent;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead label {
  color: #ffffff;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mfp-close {
  border-radius: 0px;
  color: #ffffff;
  background: transparent;
  border: none;
  opacity: 1;
  right: 5px;
  top: 5px;
  width: fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 8px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection {
  background: transparent;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #ffffff;
  color: #ffffff;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection::placeholder {
  color: #ffffff;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd a {
  font-size: clamp(16px, 20px, 0.7vw);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd input {
  width: fit-content;
  margin-right: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit {
  font-size: clamp(20px, 0.7vw, 20px);
  padding: 5px 10px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #ffffff;
  border-radius: 0px;
  font-weight: 400;
  margin: 20px 0;
  top: initial;
  position: relative;
  height: initial;
  width: initial;
  left: 50%;
  transform: translate(-50%);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit .mdi {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000000;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover span {
  color: #ffffff;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact {
  height: auto;
  width: 100%;
  padding: 100px 50px;
  position: initial;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .field {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field:not(.message) {
  width: 48%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field.message {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .rgpd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div:last-child {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
  display: flex;
  height: 100%;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    padding: 50px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    flex-direction: column;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
  width: 50%;
  padding: 30px;
  display: flex;
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
    width: 100%;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture img {
  width: 100%;
  object-fit: contain;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  align-items: baseline;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    width: 100%;
    padding-left: 10px;
  }
}
/* ------------ MODULES CMS  ------------- */
.module-cms {
  padding: 50px 0;
}
.module-cms.img-left,
.module-cms.img-right {
  display: flex;
  align-items: center;
  height: 96vh;
  max-height: 800px;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #000000;
}
@media only screen and (max-width: 1024px) {
  .module-cms.img-left,
  .module-cms.img-right {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left,
  .module-cms.img-right {
    flex-direction: column;
  }
}
.module-cms.img-left .info,
.module-cms.img-right .info {
  width: 40%;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 80%;
    margin: auto;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 100%;
  }
}
.module-cms.img-left .info .cms-title,
.module-cms.img-right .info .cms-title,
.module-cms.img-left .info .cms-subtitle,
.module-cms.img-right .info .cms-subtitle,
.module-cms.img-left .info p,
.module-cms.img-right .info p {
  color: #ffffff;
}
.module-cms.img-left .info button,
.module-cms.img-right .info button,
.module-cms.img-left .info .button,
.module-cms.img-right .info .button {
  color: #ffffff;
  border: 1px solid #ffffff;
  background: rgba(255, 255, 255, 0);
}
.module-cms.img-left .info button:hover,
.module-cms.img-right .info button:hover,
.module-cms.img-left .info .button:hover,
.module-cms.img-right .info .button:hover {
  color: #ffffff;
  border: 1px solid #000000;
  background: #000000;
}
.module-cms.img-left .picture,
.module-cms.img-right .picture {
  height: 100%;
  width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 80%;
    margin: auto;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 100%;
    padding: 40px 20px;
  }
}
.module-cms.img-left .picture img,
.module-cms.img-right .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.module-cms.img-left.img-right,
.module-cms.img-right.img-right {
  flex-direction: row-reverse;
}
.module-cms.img-left.img-right .picture,
.module-cms.img-right.img-right .picture {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left.img-right .picture,
  .module-cms.img-right.img-right .picture {
    margin: auto;
  }
}
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;
}
/* forms  CONTACT POPUP */
/* forms  CONTACT */
/* forms  ESTIMATE */
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-contact textarea,
.module-estimate textarea,
.module-contact select,
.module-estimate select,
.module-contact .ms-choice,
.module-estimate .ms-choice,
.module-contact .ms-choice.disabled,
.module-estimate .ms-choice.disabled,
.module-contact .SumoSelect,
.module-estimate .SumoSelect {
  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--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);
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected="true"]:not(
    .loading-results
  ):before {
  color: #000000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.module-contact,
.module-estimate {
  padding: 20px;
  background: #e7160c;
}
.module-contact textarea,
.popup-module-contact textarea {
  font-family: "Lora", serif;
}
.module-property-info .no-information {
  text-align: center;
}
/** -----------------------------   MAIN HEADER  ----------------------------------- */
header {
  background: transparent;
}
header .zone-header .module a,
header .zone-header .module li,
header .zone-header .module .mdi,
header .zone-header .module p,
header .zone-header .module span {
  color: #000000;
}
header.fixed {
  position: fixed;
  background: #ffffff;
  z-index: 999;
}
header.fixed .zone-header .module a,
header.fixed .zone-header .module li,
header.fixed .zone-header .module .mdi,
header.fixed .zone-header .module p,
header.fixed .zone-header .module span {
  color: #000000;
}
/** -----------------------------   FOOTER  ----------------------------------- */
footer {
  background-color: #ffffff;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
  max-width: 100%;
  margin: auto;
}
footer a,
footer li,
footer span {
  color: #000000;
}
footer .zone.zone-footer {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal ul li a {
  font-size: 14px;
}
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;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 668px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 668px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 668px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 668px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
/*** CSS WEBSITE Pisani real estate nouveau site ***/
.auto-layout {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.one-column-property .zone-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 668px) {
  .one-column-property .zone-content {
    gap: 32px;
  }
}
.one-column-property .zone-content .variation-cluster_display_flex {
  width: 100%;
}
.center .info,
.center .module-header {
  text-align: center;
}
.mfp-content {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .mfp-content {
    max-width: 90%;
  }
}
body.fees .footer-banner {
  display: none;
}
.select2-results__option,
.select2-results__option.select2-results__message,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected] {
  color: #ffffff;
  background: black;
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  background: #000000;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected="true"]:not(.loading-results):before {
  color: #e7160c;
}
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: white;
  background: black;
}
/*** CUSTOM CSS FROM BDD MODULE 398353 ***/
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile),
  .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile) {
    display: none;
  }
  .zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
  .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
    display: block;
  }
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li {
  margin: 0;
  padding: 10px;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu > ul,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu > ul {
  display: none;
  left: -55px;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul {
  display: block;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul li,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.main) ul li.sub-menu:hover > ul li {
  display: inline-block;
}
/*** CUSTOM CSS FROM BDD MODULE 398389 ***/
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-398389.template-1.search-template-1.variation-custon_search_listing.module-search .line-wrapper.form-center,
  .module.module-398389.template-1.search-template-1.variation-custon_search_listing.module-search .line-wrapper.form-center {
    display: flex;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 398390 ***/
.zone-content .module.module-398390.template-1.searchorder-template-1.module-search-order,
.module.module-398390.template-1.searchorder-template-1.module-search-order {
  width: 100%;
  text-align: center;
}
.zone-content .module.module-398390.template-1.searchorder-template-1.module-search-order .CaptionCont,
.module.module-398390.template-1.searchorder-template-1.module-search-order .CaptionCont {
  color: #000000;
  background-color: transparent;
}
.zone-content .module.module-398390.template-1.searchorder-template-1.module-search-order .mdi,
.module.module-398390.template-1.searchorder-template-1.module-search-order .mdi {
  color: #000000;
}
.zone-content .module.module-398390.template-1.searchorder-template-1.module-search-order .opt label,
.module.module-398390.template-1.searchorder-template-1.module-search-order .opt label {
  color: black;
}
/*** CUSTOM CSS FROM BDD MODULE 398391 ***/
.zone-content .module.module-398391.template-3.listing-template-3.module-listing,
.module.module-398391.template-3.listing-template-3.module-listing {
  width: 80%;
  margin: auto;
  margin-top: 80px;
  max-width: 1100px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing li.property > .selectionLink,
.module.module-398391.template-3.listing-template-3.module-listing li.property > .selectionLink {
  display: none;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .module-header,
.module.module-398391.template-3.listing-template-3.module-listing .module-header {
  text-align: center;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing img.logo,
.module.module-398391.template-3.listing-template-3.module-listing img.logo {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing,
  .module.module-398391.template-3.listing-template-3.module-listing {
    width: 100%;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing heightImg,
.module.module-398391.template-3.listing-template-3.module-listing heightImg {
  --main-height: 450px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing heightImgMobile,
.module.module-398391.template-3.listing-template-3.module-listing heightImgMobile {
  --main-height: 220px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing ul.listing,
.module.module-398391.template-3.listing-template-3.module-listing ul.listing {
  justify-content: center;
  margin: auto;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing ul.listing > li,
.module.module-398391.template-3.listing-template-3.module-listing ul.listing > li {
  width: 99%;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing ul.listing > li,
  .module.module-398391.template-3.listing-template-3.module-listing ul.listing > li {
    width: 95%;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent {
  display: flex;
  margin-bottom: 5px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias {
  background: rgba(0, 0, 0, 0);
  color: white;
  border-radius: 0px;
  top: initial;
  position: relative;
  width: fit-content;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  padding: 5px 10px;
  margin: 0 10px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent:first-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis:first-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre:first-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered:first-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot:first-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias:first-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias:first-child {
  margin-left: 0;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent:last-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis:last-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre:last-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered:last-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot:last-child,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias:last-child,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-compromis,
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .sous-offre,
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .delivered,
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .lot,
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias {
    width: fit-content;
    text-align: start;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 5px 2px;
  }
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent,
  .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent {
    width: 100%;
    justify-content: center;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .url,
.module.module-398391.template-3.listing-template-3.module-listing .url {
  margin-left: 10px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing div.img,
.module.module-398391.template-3.listing-template-3.module-listing div.img {
  text-align: center;
  background: whitesmoke;
  padding: 150px 0px;
  border-radius: 0px;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing div.img,
  .module.module-398391.template-3.listing-template-3.module-listing div.img {
    height: 220px;
    padding: 30px 0;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .one,
.module.module-398391.template-3.listing-template-3.module-listing .one {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .one,
  .module.module-398391.template-3.listing-template-3.module-listing .one {
    height: 220px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDivOne,
.module.module-398391.template-3.listing-template-3.module-listing .mainDivOne {
  display: flex;
  height: 450px;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDivOne,
  .module.module-398391.template-3.listing-template-3.module-listing .mainDivOne {
    height: 220px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDivOne .first,
.module.module-398391.template-3.listing-template-3.module-listing .mainDivOne .first {
  width: 50%;
  height: 100%;
  padding-right: 2.5px;
  object-fit: cover;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDivOne .second,
.module.module-398391.template-3.listing-template-3.module-listing .mainDivOne .second {
  width: 50%;
  height: 100%;
  padding-left: 2.5px;
  object-fit: cover;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv,
.module.module-398391.template-3.listing-template-3.module-listing .mainDiv {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  height: 450px;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv,
  .module.module-398391.template-3.listing-template-3.module-listing .mainDiv {
    height: 220px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .first,
.module.module-398391.template-3.listing-template-3.module-listing .mainDiv .first {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .second,
.module.module-398391.template-3.listing-template-3.module-listing .mainDiv .second {
  grid-column: 3 / span 3;
  grid-row: 1 / span 1;
  width: 100%;
  height: calc(450px/2);
  padding-left: 5px;
  padding-bottom: 2.5px;
  object-fit: cover;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .second,
  .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .second {
    height: calc(220px/2);
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .third,
.module.module-398391.template-3.listing-template-3.module-listing .mainDiv .third {
  grid-column: 3 / span 3;
  grid-row: 2 / span 2;
  width: 100%;
  height: calc(450px/2);
  padding-left: 5px;
  padding-top: 2.5px;
  object-fit: cover;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .third,
  .module.module-398391.template-3.listing-template-3.module-listing .mainDiv .third {
    height: calc(220px/2);
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .content,
.module.module-398391.template-3.listing-template-3.module-listing .content {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  width: 100%;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .content div,
.module.module-398391.template-3.listing-template-3.module-listing .content div {
  display: flex;
  align-items: center;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .content h3,
.module.module-398391.template-3.listing-template-3.module-listing .content h3 {
  margin-bottom: 0px;
  font-size: clamp(22px, 1vw, 3vw);
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .content p,
.module.module-398391.template-3.listing-template-3.module-listing .content p {
  font-size: clamp(18px, 1vw, 3vw) !important;
  font-weight: 300;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif;
  margin-bottom: 0px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .details,
.module.module-398391.template-3.listing-template-3.module-listing .details {
  display: flex;
  align-items: center;
  border-bottom: 0.5px solid #80808040;
  padding: 5px 0;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .details,
  .module.module-398391.template-3.listing-template-3.module-listing .details {
    flex-direction: column;
    height: auto;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .details ul,
.module.module-398391.template-3.listing-template-3.module-listing .details ul {
  width: 80%;
  background-color: transparent;
  gap: 20px;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .details ul,
  .module.module-398391.template-3.listing-template-3.module-listing .details ul {
    width: 100%;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .details ul li,
.module.module-398391.template-3.listing-template-3.module-listing .details ul li {
  color: #ffffff;
  padding: 0;
  display: flex;
  align-items: center;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .details .price,
.module.module-398391.template-3.listing-template-3.module-listing .details .price {
  width: 45%;
  text-align: end;
  font-size: clamp(22px, 20px, 0.7vw);
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .details .price,
  .module.module-398391.template-3.listing-template-3.module-listing .details .price {
    width: 100%;
    text-align: start;
    margin-top: 15px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .details .mdi,
.module.module-398391.template-3.listing-template-3.module-listing .details .mdi {
  font-size: 24px;
  margin-right: 5px;
  color: #000000;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .link,
.module.module-398391.template-3.listing-template-3.module-listing .link {
  margin-top: 5px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .link a,
.module.module-398391.template-3.listing-template-3.module-listing .link a {
  text-decoration: underline;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent {
  margin-bottom: 0;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .soleagent,
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias,
.module.module-398391.template-3.listing-template-3.module-listing .allSoleagent .medias {
  background: black;
  margin: 0;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property,
.module.module-398391.template-3.listing-template-3.module-listing .selection-property {
  position: absolute;
  top: 50px;
  right: 20px;
}
@media only screen and (max-width: 768px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property,
  .module.module-398391.template-3.listing-template-3.module-listing .selection-property {
    left: 30px;
    right: initial;
  }
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property,
  .module.module-398391.template-3.listing-template-3.module-listing .selection-property {
    top: 30px;
    left: 20px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink,
.module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink {
  color: white;
  position: relative;
  top: initial;
  left: initial;
  display: block;
  width: 25px;
  height: 35px;
  text-indent: -9999px;
  opacity: 1;
  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;
  font-size: 25px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink:hover,
.module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink:hover {
  color: red;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink,
  .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink {
    font-size: 16px;
  }
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink::before,
.module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink::before {
  line-height: 35px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink.selectionLinkOn,
.module.module-398391.template-3.listing-template-3.module-listing .selection-property .selectionLink.selectionLinkOn {
  color: red;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing nav.pager li a,
.module.module-398391.template-3.listing-template-3.module-listing nav.pager li a {
  background-color: #e7160c;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 100;
  font-size: 10px;
}
.zone-content .module.module-398391.template-3.listing-template-3.module-listing nav.pager li.current span,
.module.module-398391.template-3.listing-template-3.module-listing nav.pager li.current span {
  border-radius: 0px;
  color: #ffffff;
}
/*** CUSTOM CSS FROM BDD MODULE 398364 ***/
.zone-footer .module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-398364.template-1.menu-template-1.module-menu.inline ul li:before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.zone-footer .module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li,
.module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li,
.module.module-398364.template-1.menu-template-1.module-menu.inline ul li {
  display: flex;
  align-items: center;
}
.zone-footer .module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-398363.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-398364.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-398364.template-1.menu-template-1.module-menu.inline ul li a {
  margin-bottom: 0;
  font-weight: 400;
}
/*** CUSTOM CSS FROM BDD MODULE 398467 ***/
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead,
.module.module-398467.template-1.lead-template-1.module-lead,
.popup-module-lead.popup-module-398467 {
  position: initial !important;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-398467.template-1.lead-template-1.module-lead .mdi:hover,
.popup-module-lead.popup-module-398467 .mdi:hover {
  color: #000000;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-398467.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.popup-module-lead.popup-module-398467 form .field:not(.recaptcha) {
  border: 1px solid white;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2,
.module.module-398467.template-1.lead-template-1.module-lead form .select2,
.popup-module-lead.popup-module-398467 form .select2,
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-398467.template-1.lead-template-1.module-lead form .select2-selection,
.popup-module-lead.popup-module-398467 form .select2-selection,
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.popup-module-lead.popup-module-398467 form .select2-selection__rendered,
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.popup-module-lead.popup-module-398467 form .select2-selection__rendered li,
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field input,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field input,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .field input,
.module.module-398467.template-1.lead-template-1.module-lead form .field input,
.popup-module-lead.popup-module-398467 form .field input {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0;
  padding: 0 !important;
  line-height: 15px !important;
  height: 100% !important;
  min-height: initial !important;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.popup-module-lead.popup-module-398467 form .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.zone-header .module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-398353.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-398358.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-398467.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.popup-module-lead.popup-module-398467 form .select2-selection__arrow b {
  top: initial !important;
  margin: auto !important;
  line-height: inherit !important;
}

