@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/air-datepicker/dist/css/datepicker.min.css ***/
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: 0;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
/*** 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;
  }
}
/*** 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/node_modules/intl-tel-input/build/css/intlTelInput.css ***/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/DisplayFlex/DisplayFlexCss.less ***/
.variation-cluster_display_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  margin: 0;
  background-color: #000000;
}
.variation-cluster_display_flex h1,
.variation-cluster_display_flex h2,
.variation-cluster_display_flex h3,
.variation-cluster_display_flex h4,
.variation-cluster_display_flex h5,
.variation-cluster_display_flex h6,
.variation-cluster_display_flex span,
.variation-cluster_display_flex p,
.variation-cluster_display_flex li,
.variation-cluster_display_flex .mdi,
.variation-cluster_display_flex a:not(.button),
.variation-cluster_display_flex path:first-child {
  color: #ffffff;
  fill: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster_display_flex {
    flex-direction: column;
  }
  .variation-cluster_display_flex .module {
    width: 100%;
  }
}
/*** 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;
}
/*** 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 Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/main.css ***/
.module-property-info {
  position: relative;
}
.module-property-info ul li {
  list-style: none;
}
.module-property-info .quick-links li {
  display: inline-block;
  position: relative;
  margin: 10px;
}
/* ajout css pour l'affichage des adresses */
.property-info-template-2 h2 span.address {
  font-size: 16px;
}
.property-info-template-12 p.address {
  margin-left: 10px;
  color: #1cb79a;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/property_info-40.less ***/
.property-info-template-40 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.container {
  width: calc((100% - 3 * 16px) / 4);
  box-sizing: border-box;
}
.container .picture {
  aspect-ratio: 16/9;
}
.container .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/property-info.less ***/
.zone-left-content .module-property-info {
  text-align: center;
}
.module-property-info.property-info-template-1 h1 {
  text-align: center;
}
.module-property-info.property-info-template-1 .quick-links {
  text-align: center;
  margin-bottom: 40px;
}
.module-property-info.property-info-template-1 .quick-links li {
  margin: 0 20px;
}
.module-property-info.property-info-template-1 .quick-links li a:hover {
  border-bottom: solid 1px #4a134a;
}
.module-property-info.property-info-template-1 .quick-links li a {
  padding: 20px 0;
  color: #000000;
  font-size: 30px;
  font-weight: 300;
  /* text-transform: lowercase; */
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-1 .quick-links li a {
    font-size: 24px;
  }
}
.module-property-info.property-info-template-1 .comment {
  margin: 60px auto 30px auto;
  text-align: justify;
}
.module-property-info.property-info-template-1 .details {
  margin-bottom: 40px;
  clear: both;
}
.module-property-info.property-info-template-1 .details ul {
  text-align: center;
}
.module-property-info.property-info-template-1 .details ul li {
  padding: 13px 10px;
  text-align: left;
}
@media only screen and (min-width: 481px) {
  .module-property-info.property-info-template-1 .details ul li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width: 49%;
  }
}
@media only screen and (min-width: 481px) {
  .module-property-info.property-info-template-1 .details ul li:nth-child(4n+1),
  .module-property-info.property-info-template-1 .details ul li:nth-child(4n+2) {
    background-color: #f2f2f2;
  }
  .module-property-info.property-info-template-1 .details ul li:nth-child(2n+1) {
    float: left;
  }
  .module-property-info.property-info-template-1 .details ul li:nth-child(2n+0) {
    float: right;
  }
}
.module-property-info.property-info-template-1 .details ul li span {
  float: right;
  color: #000000;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-1 .details ul li span {
    float: none;
  }
  .module-property-info.property-info-template-1 .details ul li span:before {
    content: ":";
    margin: 0 5px;
    font-weight: 300;
    color: #000000;
  }
}
.module-property-info.property-info-template-1 .details.medias ul li {
  float: none;
  width: 100%;
  padding: 0;
  background-color: transparent;
}
.module-property-info.property-info-template-1 .details.medias ul li > * {
  width: 100%;
  height: 400px;
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-1 .quick-links li {
    display: block;
    margin: 0;
  }
}
.module-property-info.property-info-template-20 ul {
  display: flex;
  flex-wrap: wrap;
}
.module-property-info.property-info-template-20 .lot {
  width: 100%;
}
.module-property-info.property-info-template-20 .lot img {
  max-width: 100%;
}
@media only screen and (min-width: 480px) {
  .module-property-info.property-info-template-20 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}
.module-property-info.property-info-template-20 a div {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .module-property-info.property-info-template-20 a div {
    width: 100%;
  }
}
.module-property-info.property-info-template-20 a .infos {
  padding: 20px;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-20 a .infos {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
  }
  .module-property-info.property-info-template-20 a .infos ul {
    justify-content: center;
  }
}
.module-property-info.property-info-template-20 a .infos li:not(:last-child) {
  padding-right: 15px;
}
.module-property-info.property-info-template-20 h3 {
  font-size: 20px;
  line-height: 26px;
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-20 h3 {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 481px) {
  .module-property-info.property-info-template-33 .energy-diagnostics {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .module-property-info.property-info-template-33 .energy-diagnostics .diagnostic {
    width: 45%;
  }
}
.module-property-info.property-info-template-33 svg {
  max-width: 100%;
}
@media only screen and (max-width: 480px) {
  .module-property-info.property-info-template-33 svg {
    max-width: 300px;
    height: auto;
    margin: 10px auto;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/property_info-17.less ***/
.property-info-template-17 .medias,
.property-info-template-17 .panorama {
  margin: 40px 0;
}
.property-info-template-17 .medias.details > ul li {
  height: 50vh;
  margin-bottom: 10px;
}
.property-info-template-17 .medias.details > ul li iframe {
  height: 100%;
  width: 100%;
}
.popup-module-media {
  margin: auto;
  display: block;
  height: auto;
  z-index: 1;
  left: auto;
  bottom: auto;
  top: auto;
  position: relative;
}
.popup-module-media .medias.details > ul li {
  height: 80vh;
}
.popup-module-media .medias.details > ul li iframe {
  height: 100%;
  width: 100%;
}
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Mira PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/leaflet-map.less ***/
.module-leaflet-map {
  z-index: 1;
  position: relative;
}
.module-leaflet-map.haku .marker-property.initial .marker-icon,
.module-leaflet-map.haku .marker-cluster .marker-icon {
  @color 1;
}
.module-leaflet-map.haku .cluster {
  background-color: #b71109;
}
.module-leaflet-map.haku .marker-cluster .default-marker {
  background-color: #e7160c;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.module-leaflet-map.haku .marker-cluster .custom-marker {
  color: #e7160c;
}
.module-leaflet-map.haku .bg {
  background-color: #e7160c;
}
.module-leaflet-map.haku .property-slider .infobulle .title {
  background: #e7160c;
}
.module-leaflet-map.haku .property-slider h2,
.module-leaflet-map.haku .property-slider h3 {
  color: #fff;
}
.module-leaflet-map.haku .property-slider .infobulle .title h2 {
  font-size: 17px;
  line-height: 20px;
}
.module-leaflet-map.haku .property-slider .infobulle .title h3 {
  line-height: 21px;
  font-weight: 600;
  font-size: 12px;
}
.module-leaflet-map.haku .property-slider .infobulle ul {
  background-color: #e7160c;
}
.module-leaflet-map.haku .property-slider .infobulle ul li {
  padding: 7px 10px;
}
.module-leaflet-map.haku .property-slider .infobulle ul li div {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.module-leaflet-map.haku .property-slider .infobulle ul .price div {
  height: auto;
  padding: 4px 20px;
  color: #4a134a;
  border: 1px solid #e7160c;
  border-radius: 2px;
}
.module-leaflet-map.haku a.leaflet-popup-close-button {
  color: #000;
}
.module-leaflet-map.haku a.leaflet-popup-close-button:hover {
  color: #e7160c;
}
@media only screen and (max-width: 768px) {
  .module-google-map,
  .module-leaflet-map {
    height: 400px;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/PropertyInfo/PropertyInfoFixedBanner/PropertyInfoFixedBanner.less ***/
.variation-property_info_top {
  position: fixed;
  width: 100%;
  z-index: 998;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  padding: 10px;
  display: none;
}
.variation-property_info_top p,
.variation-property_info_top li,
.variation-property_info_top a:not(.button),
.variation-property_info_top span,
.variation-property_info_top .mdi,
.variation-property_info_top h1,
.variation-property_info_top h2,
.variation-property_info_top h3,
.variation-property_info_top h4,
.variation-property_info_top h5,
.variation-property_info_top h6 {
  color: #000000;
}
.variation-property_info_top .container {
  display: flex;
  max-width: 1240px;
  margin: auto;
  border-top: 1px solid #000000;
  padding: 10px 0;
  align-items: center;
}
.variation-property_info_top .container .center {
  display: flex;
  height: fit-content;
  margin-left: auto;
  align-items: center;
}
.variation-property_info_top .container .center p.price {
  background: #ffffff;
  color: #000000;
  padding: 12px 20px;
  font-family: "Lora", serif;
  font-size: 20px;
  line-height: 30px;
  width: fit-content;
  margin-bottom: 0;
}
.variation-property_info_top .container .center a.button {
  font-size: clamp(16px, 28px, 1.2vw);
  line-height: calc(clamp(16px, 28px, 1.2vw) + 10px);
  margin: 0;
  margin-left: 10px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  background: transparent;
  border-radius: 100%;
}
.variation-property_info_top .container .center a.button:hover {
  transform: scale(1.1);
}
.variation-property_info_top .container .all {
  display: flex;
  align-items: center;
}
.variation-property_info_top .container .all .picture img {
  height: 100px;
  display: block;
  border-radius: 0px;
}
@media screen and (max-width: 1440px) {
  .variation-property_info_top .container .all .picture img {
    height: 70px;
  }
}
.variation-property_info_top .container .all .infos {
  padding-left: 20px;
}
.variation-property_info_top .container .all .infos .title {
  margin-bottom: 5px;
}
.variation-property_info_top .container .all .infos ul {
  display: flex;
}
.variation-property_info_top .container .all .infos ul li {
  margin-right: 10px;
}
.variation-property_info_top .container .all .infos > p {
  width: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .variation-property_info_top .container {
    max-width: 95%;
    margin: auto;
    justify-content: space-between;
  }
  .variation-property_info_top .container .all .picture {
    display: none;
  }
  .variation-property_info_top .container .all .infos {
    padding-left: 0;
  }
  .variation-property_info_top .container .all .infos ul {
    display: none;
  }
  .variation-property_info_top .container .center {
    align-items: center;
    width: 50%;
    justify-content: space-between;
    margin: initial;
  }
  .variation-property_info_top .container .center .price {
    padding: 12px 0;
    width: 50%;
    font-style: italic;
  }
}
/*** 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 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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/PropertyInfo/PropertyBannerInfo/PropertyBannerInfo.less ***/
.variation-mira_slider_property_info {
  bottom: 50px;
  width: 60%;
  left: 50%;
  transform: translate(-50%);
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0px;
  padding: 10px 20px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: initial;
  top: initial;
  z-index: 99;
}
.variation-mira_slider_property_info h1,
.variation-mira_slider_property_info h2,
.variation-mira_slider_property_info h3,
.variation-mira_slider_property_info h4,
.variation-mira_slider_property_info h5,
.variation-mira_slider_property_info h6,
.variation-mira_slider_property_info p,
.variation-mira_slider_property_info li,
.variation-mira_slider_property_info span,
.variation-mira_slider_property_info a,
.variation-mira_slider_property_info .mdi,
.variation-mira_slider_property_info i {
  color: #000000;
}
.variation-mira_slider_property_info .title-price ul {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
  align-items: flex-end;
  border-right: 1px solid #000000;
}
.variation-mira_slider_property_info .title-price ul li {
  margin: 0;
  margin-right: 0;
}
.variation-mira_slider_property_info .title-price ul li.city h3 {
  margin-bottom: 0;
}
.variation-mira_slider_property_info .title-price ul li.price {
  font-style: italic;
}
.variation-mira_slider_property_info .infos ul {
  display: flex;
  padding-left: 40px;
}
.variation-mira_slider_property_info .infos ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}
.variation-mira_slider_property_info .infos ul li .mdi {
  font-size: clamp(16px, 28px, 1.2vw);
  line-height: calc(clamp(16px, 28px, 1.2vw) + 10px);
}
.variation-mira_slider_property_info .infos ul li .mdi-video,
.variation-mira_slider_property_info .infos ul li .mdi-map-marker-outline,
.variation-mira_slider_property_info .infos ul li .mdi-email-outline,
.variation-mira_slider_property_info .infos ul li .mdi-calendar,
.variation-mira_slider_property_info .infos ul li .mdi-home-outline {
  border-radius: 100%;
  border: 1px solid #000000;
  padding: 8px 15px;
  transition: 0.5s ease 0s;
  cursor: pointer;
  font-size: clamp(16px, 28px, 1.2vw);
  line-height: calc(clamp(16px, 28px, 1.2vw) + 10px);
}
.variation-mira_slider_property_info .infos ul li .mdi-video:hover,
.variation-mira_slider_property_info .infos ul li .mdi-map-marker-outline:hover,
.variation-mira_slider_property_info .infos ul li .mdi-email-outline:hover,
.variation-mira_slider_property_info .infos ul li .mdi-calendar:hover,
.variation-mira_slider_property_info .infos ul li .mdi-home-outline:hover {
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
  .variation-mira_slider_property_info {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .variation-mira_slider_property_info {
    position: relative;
    bottom: auto;
    display: none;
  }
  .variation-mira_slider_property_info ul li {
    width: 100%;
    text-align: center;
    margin: 0;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/PropertyInfo/PropertyResumeInfo/PropertyResumeInfo.less ***/
.variation-short_property_info {
  width: 20%;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.variation-short_property_info h1,
.variation-short_property_info h2,
.variation-short_property_info h3,
.variation-short_property_info h4,
.variation-short_property_info h5,
.variation-short_property_info h6,
.variation-short_property_info p,
.variation-short_property_info li,
.variation-short_property_info span,
.variation-short_property_info a,
.variation-short_property_info .mdi,
.variation-short_property_info i {
  color: #ffffff;
}
.variation-short_property_info ul {
  display: flex;
  flex-direction: column;
}
.variation-short_property_info ul li {
  align-items: center;
  margin-bottom: 50px;
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: calc(clamp(20px, 1.5vw, 30px)+10);
  font-weight: 400;
  display: flex;
  flex-direction: column-reverse;
}
.variation-short_property_info ul li i {
  font-size: 15px;
  line-height: 25px;
  font-weight: 0;
  font-style: normal;
  font-family: "lato", serif;
  letter-spacing: 0;
}
.variation-short_property_info .price {
  display: none;
}
@media only screen and (max-width: 768px) {
  .variation-short_property_info {
    margin: 0 !important;
  }
  .variation-short_property_info ul li {
    width: 100% !important;
  }
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN 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 User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/User/Resources/css/main.css.less ***/
.module-user {
  text-align: center;
}
.module-user i.mdi {
  margin: 0 10px 0 0;
}
.module-user .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.module-user .container .picture {
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info {
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info h3 {
  width: 100%;
  margin-bottom: 10px;
}
.module-user .container .info em {
  display: inline-block;
  margin-bottom: 10px;
}
.module-user .container .info p span {
  display: inline-block;
  min-width: 175px;
}
.module-user .container .info ul.user-social,
.user-template-4.module-user ul.listingUser .info .user-social {
  display: flex;
  justify-content: center;
}
.module.module-user .container .info p.social {
  text-align: center;
}
.user-template-4.module-user ul.listingUser .info .button.fees {
  margin-top: 10px;
}
.user-template-4.module-user ul.user-social {
  height: 26px;
  margin-bottom: 10px;
}
.module.module-user.template-4 .listingUser li .info p.job {
  color: #000000;
}
.module-user .container .picture img {
  height: 100%;
}
.module-user .container .picture i.mdi-account-circle {
  font-size: 150px;
  line-height: 200px;
  vertical-align: middle;
  margin: 0;
}
.module-user ul.listing li .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-user .container .picture,
.module-user .container .info {
  padding: 10px;
}
.module-user .container .picture > div {
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture,
  .module-user .container .info {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .module-user .container .picture {
    margin-bottom: 20px;
  }
  .module-user .container .picture .userBubble {
    max-height: 200px;
    margin: auto;
  }
  .module-user .container .info p {
    text-align: center;
  }
  .module-user .container .info p span {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* .module-user ul { padding: 20px; } */
  .module-user .container .picture,
  .module-user .container .info {
    padding: 0 0;
  }
}
@media screen and (max-width: 360px) {
  .module-user .container .picture .userBubble {
    max-width: 150px;
    max-height: 150px;
  }
  .module-user .container .picture i.mdi-account-circle {
    line-height: 150px;
  }
}
/* template 1 */
.module-user.template-1 .module-header {
  padding: 20px 0;
}
.module-user.template-1 .module-header h2 {
  margin-bottom: 0;
}
.module-user.template-1 .container .picture {
  width: inherit;
  height: inherit;
}
/* template 2 slider */
.module-user.template-2,
.module-user.template-2 .slider,
.module-user.template-2 .owl-stage-outer,
.module-user.template-2 .owl-stage,
.module-user.template-2 .owl-item,
.module-user.template-2 .container,
.module-user.template-2 .picture {
  height: 100%;
}
.module-user.template-2 {
  height: 240px;
}
.module-user.template-2 .slider {
  padding: 0 70px;
}
.module-user.template-2 .slider .owl-item {
  overflow: hidden;
  background-color: #c8c8c8;
}
.module-user.template-2 .slider .owl-item .picture {
  position: relative;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
.module-user.template-2 .slider .owl-item .picture i.mdi-account-circle {
  font-size: 150px;
  vertical-align: middle;
}
.module-user.template-2 .slider .owl-item .picture img {
  width: auto;
  max-width: none !important;
  height: 100%;
  min-height: 100%;
  max-height: none !important;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.module-user.template-2 .slider .owl-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.module-user.template-2 .slider .owl-item .info p,
.module-user.template-2 .slider .owl-item .info span,
.module-user.template-2 .slider .owl-item .info a {
  color: white;
  text-align: center;
}
.module-user.template-2 .slider .owl-item .info .profile {
  display: block;
}
.module-user.template-2 .slider .owl-item .info:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-user.template-2 .slider .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav .owl-prev {
  left: 0;
}
.module-user.template-2 .slider .owl-nav .owl-next {
  right: 0;
}
.module-user.template-2 .slider .owl-nav i {
  font-size: 60px;
  line-height: 60px;
  margin: 0 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-user .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-user .pager ul li.current {
  font-weight: bold;
}
.module-user .pager ul li.disable {
  opacity: 0.3;
}
.module-user .pager {
  margin-top: 40px;
}
.module-user .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-user .pager ul li {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.module-user .pager ul li.current,
.module-user .pager ul li:hover a {
  width: 24px;
  height: 24px;
  color: black;
  font-weight: 900;
  font-size: 18px;
}
.module-user .pager ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* flag */
.module-user .flag-icon {
  margin-right: 10px;
}
.module-user .flag-icon.flag-icon-arab-league {
  transform: scale(1.2);
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Mira PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/user.less ***/
.module-user {
  text-align: center;
}
.module-user ul,
.module-user,
.module-user .container {
  background-color: #f5f5f5 /* @color2 */;
}
.module-user ul li .info,
.module-user .container .info {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture {
    order: 1 !important;
  }
  .module-user .container .info {
    order: 2 !important;
    text-align: center !important;
  }
}
.zone-content .module-user .container .picture,
.zone-left-content .module-user .container .picture,
.zone-right-content .module-user .container .picture {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.zone-content .module-user .container .picture .userBubble,
.zone-left-content .module-user .container .picture .userBubble,
.zone-right-content .module-user .container .picture .userBubble,
.zone-content .module-user ul li .container .picture .userBubble,
.zone-left-content .module-user ul li .container .picture .userBubble,
.zone-right-content .module-user ul li .container .picture .userBubble {
  height: 120px;
  width: 120px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
}
.zone-content .module-user .container .picture .userBubble img,
.zone-left-content .module-user .container .picture .userBubble img,
.zone-right-content .module-user .container .picture .userBubble img,
.zone-content .module-user ul li .container .picture .userBubble img,
.zone-left-content .module-user ul li .container .picture .userBubble img,
.zone-right-content .module-user ul li .container .picture .userBubble img {
  width: 100%;
  object-fit: cover;
}
.zone-content .module-user .container .picture .userBubble img,
.zone-left-content .module-user .container .picture .userBubble img,
.zone-right-content .module-user .container .picture .userBubble img,
.zone-content .module-user ul li .container .picture .userBubble img,
.zone-left-content .module-user ul li .container .picture .userBubble img,
.zone-right-content .module-user ul li .container .picture .userBubble img,
.zone-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user .container .picture .userBubble i.mdi-account-circle:before,
.zone-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before,
.zone-left-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before,
.zone-right-content .module-user ul li .container .picture .userBubble i.mdi-account-circle:before {
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.zone-content .module-user .container .info h3,
.zone-left-content .module-user .container .info h3,
.zone-right-content .module-user .container .info h3 {
  font-size: 32px;
  font-weight: 300;
}
.zone-content .module-user .container .info em,
.zone-left-content .module-user .container .info em,
.zone-right-content .module-user .container .info em,
.zone-content .module-user .container .info .story > h3,
.zone-left-content .module-user .container .info .story > h3,
.zone-right-content .module-user .container .info .story > h3 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0;
}
.zone-content .module-user .container .info p,
.zone-left-content .module-user .container .info p,
.zone-right-content .module-user .container .info p {
  font-size: 16px;
  line-height: 28px;
}
.module-user.template-1 {
  position: relative;
}
.module-user.template-1 ul.listing {
  left: 0;
  right: 0;
  background-color: transparent;
  margin: auto;
}
.module-user.template-1 .container {
  background-color: transparent;
}
.module-user.template-1 .container .picture,
.module-user.template-1 .container .info {
  background-color: transparent;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.module-user.template-1 .container .picture .userBubble {
  width: 180px;
  height: 200px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.module-user.template-1 .container .info * {
  text-align: center;
}
.module-user.template-1 .container .info h3 {
  font-size: 27px;
}
.module-user.template-1 .container .info em {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  font-style: normal;
}
.module-user.template-1.team {
  margin-bottom: 0;
  padding-bottom: 0;
}
.module-user.template-1.team,
.module-user.template-1.team ul,
.module-user.template-1.team .container {
  background: none;
}
.module-user.template-1.team ul.listing {
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-user.template-1.team ul.listing li {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  .module-user.template-1.team ul.listing li {
    width: 100%;
  }
}
.module-user.template-1.team ul.listing li .container {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .module-user.template-1.team ul.listing li .container {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 641px) {
  .module-user.template-1.team ul.listing li .picture {
    flex-basis: 40%;
  }
}
.module-user.template-1.team ul.listing li .picture .userBubble {
  width: 200px;
  height: 260px;
  border-radius: 0;
}
@media only screen and (min-width: 641px) {
  .module-user.template-1.team ul.listing li .info {
    flex-basis: 56%;
  }
  .module-user.template-1.team ul.listing li .info * {
    text-align: left;
  }
}
/*** CSS BASE PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Contact/Resources/css/main.less ***/
.datepickers-container {
  z-index: 9999999;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.module-contact,
.popup-module-contact {
  position: relative;
}
.module-contact .iti--separate-dial-code .iti__selected-dial-code,
.popup-module-contact .iti--separate-dial-code .iti__selected-dial-code {
  color: unset;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea,
.module-contact .datepicker,
.popup-module-contact .datepicker {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea {
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact textarea,
.popup-module-contact textarea {
  height: 100px;
}
.module-contact select,
.popup-module-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSI1LDUuNyAwLjYsMS40IDEuNCwwLjYgNSw0LjMgOC42LDAuNiA5LjQsMS40IAkiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 22px;
}
.module-contact textarea,
.popup-module-contact textarea {
  padding: 10px;
  font-family: sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact input[type="submit"],
.popup-module-contact input[type="submit"],
.module-contact button,
.popup-module-contact button {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.module-contact .submit,
.popup-module-contact .submit {
  min-width: 100px;
}
.module-contact .recaptcha,
.popup-module-contact .recaptcha {
  margin-bottom: 10px;
}
.module-contact .rgpd > input,
.popup-module-contact .rgpd > input {
  margin-right: 10px;
}
.module-contact .rgpd a,
.popup-module-contact .rgpd a {
  font-weight: bold;
}
.module-contact .rgpd label a:hover,
.popup-module-contact .rgpd label a:hover {
  border-bottom: solid black 1px;
}
.module-contact .iti__country-list,
.popup-module-contact .iti__country-list {
  z-index: 99999999;
}
.module-contact .phone > div,
.popup-module-contact .phone > div {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact .phone > div input,
.popup-module-contact .phone > div input {
  padding-left: 72px;
}
.module-contact.dynamic-label .field,
.popup-module-contact.dynamic-label .field {
  position: relative;
  display: block;
}
.module-contact.dynamic-label form .field label,
.popup-module-contact.dynamic-label form .field label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  cursor: text;
  font-size: 75%;
  padding-right: 3px;
  padding-left: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  left: 4px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label select::placeholder,
.popup-module-contact.dynamic-label select::placeholder,
.module-contact.dynamic-label input::placeholder,
.popup-module-contact.dynamic-label input::placeholder,
.module-contact.dynamic-label textarea::placeholder,
.popup-module-contact.dynamic-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.module-contact-datepicker .datepicker {
  width: 100%;
}
.module-contact-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.popup-module-contact {
  width: 365px;
  margin: auto;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/contact.less ***/
@media only screen and (max-width: 480px) {
  .module-contact .recaptcha {
    transform: scale(0.8);
    transform-origin: 0 0;
  }
}
.module-contact .submit {
  margin-top: 10px;
}
.property-details .module-contact {
  padding: 40px;
}
.property-details .module-contact h2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 20px auto;
  border: none;
}
.property-details .module-contact form {
  max-width: 1240px;
  margin: auto;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/PropertyInfo/PropertyFullInfo/PropertyFullInfo.less ***/
.module.variation-long_info_property {
  width: 100% ;
  margin-bottom: 20px;
}
.module.variation-long_info_property h1,
.module.variation-long_info_property h2,
.module.variation-long_info_property h3,
.module.variation-long_info_property h4,
.module.variation-long_info_property h5,
.module.variation-long_info_property h6,
.module.variation-long_info_property p,
.module.variation-long_info_property li,
.module.variation-long_info_property span,
.module.variation-long_info_property a,
.module.variation-long_info_property .mdi,
.module.variation-long_info_property i {
  color: #ffffff;
}
.module.variation-long_info_property h2 {
  padding-bottom: 0;
  margin-bottom: 0px;
}
.module.variation-long_info_property h3 .soleagent {
  font-weight: 400;
  font-style: normal;
}
.module.variation-long_info_property h3 .ref {
  font-weight: 400;
  font-style: normal;
  font-size: clamp(20px, 1.5vw, 30px);
}
.module.variation-long_info_property h3 .ref i {
  font-weight: 100;
}
.module.variation-long_info_property p {
  text-align: justify;
}
.module.variation-long_info_property p.address {
  margin-bottom: 20px;
}
.module.variation-long_info_property .comment {
  margin: auto;
}
.module.variation-long_info_property .price {
  display: block;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: clamp(16px, 30px, 1.2vw);
}
@media only screen and (max-width: 668px) {
  .module.variation-long_info_property .title {
    text-align: center;
    margin-bottom: 30px;
  }
  .module.variation-long_info_property h3 {
    text-align: center;
    margin-bottom: 0;
    font-style: normal;
  }
  .module.variation-long_info_property .price {
    text-align: center;
    font-size: 18px;
    font-weight: 100;
  }
}
/*** CSS BASE PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Share/Resources/css/main.css ***/
.share-template-1 {
  text-align: center;
}
.share-template-1 li {
  display: inline-block;
  margin-left: 10px;
  margin-right: -0.25em;
  vertical-align: middle;
}
.share-template-1 li:first-child {
  margin-left: 0;
}
.share-template-1 li i {
  font-size: 26px;
}
.module-share ul {
  text-align: center;
}
.module-share ul li {
  display: inline-block;
}
.module-share .facebook:hover a i {
  color: #3b5999;
}
.module-share .google-plus:hover a i {
  color: #dd4b39;
}
.module-share .instagram:hover a i {
  color: #e4405f;
}
.module-share .twitter:hover a i {
  color: #55acee;
}
.module-share .youtube:hover a i {
  color: #cd201f;
}
.module-share .linkedin:hover a i {
  color: #0077B5;
}
form[name=share-form] {
  position: relative;
}
form[name=share-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=share-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=share-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=share-form] .field.hidden {
  display: none;
}
.popup-module-share {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-share .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-share .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.popup-module-share {
  background: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.popup-module-share h2 {
  margin: 0;
}
.popup-module-share .submit {
  position: relative;
  height: auto;
  width: auto;
  margin-top: 2rem;
}
.popup-module-share .ratioPicture {
  padding-bottom: 36.6%;
}
.popup-module-share img {
  width: 100%;
  height: auto;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/share.less ***/
.module-share ul li {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
}
.module-share ul li span {
  display: block;
  text-indent: 9999px;
}
/*** 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);
  }
}
/*** GLOBAL CSS TEMPLATE Mira PAGE one_column_property ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/pages/css/property-details.less ***/
.one-column-property .zone-content .module-cluster:first-child {
  margin-top: 0 !important;
}
body.property-details {
  /* contact */
  /* user */
}
body.property-details .slider-center .slider .owl-item.active img {
  opacity: 1;
}
body.property-details .zone-top-content,
body.property-details .zone-left-content,
body.property-details .zone-right-content,
body.property-details .zone-bottom-content {
  margin-bottom: 80px;
}
body.property-details .zone-right-content {
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  body.property-details .zone-left-content {
    float: left;
    width: 64%;
  }
  body.property-details .zone-right-content {
    float: right;
    width: 32%;
  }
}
body.property-details .zone-left-content h2,
body.property-details .zone-right-content h2,
body.property-details .zone-left-content h3.title,
body.property-details .zone-right-content h3.title {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 20px auto;
  border: none;
}
@media only screen and (max-width: 768px) {
  body.property-details .module-slider > .slider {
    height: 65vw !important;
  }
  body.property-details .module-slider > .slider img {
    height: 100%;
    object-fit: cover;
  }
}
body.property-details .module-contact {
  background-color: #f5f5f5;
}
body.property-details .module-user .container {
  justify-content: center;
}
.property-details .zone-top-content {
  min-height: 150px;
}
.property-details .zone-top-content > .module-slider .thumbnail {
  z-index: 10;
}
.property-details .zone-top-content > .module-property-info h2 {
  font-weight: 400;
}
.property-details .zone-right-content {
  background-color: #e7160c;
}
.property-details .zone-bottom-content > .contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
  background-color: #e7160c;
}
.property-details .zone-bottom-content > .contactContainer > .module-header {
  max-width: none;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > .module-cluster {
  display: flex;
  align-items: center;
  margin-right: 0;
}
@media only screen and (max-width: 480px) {
  .property-details .zone-bottom-content > .contactContainer > .module-cluster {
    display: block;
  }
}
.property-details .zone-bottom-content > .contactContainer > .module-contact {
  margin-left: 0;
}
.property-details .zone-bottom-content > .contactContainer > .module-contact .SumoSelect > .CaptionCont {
  text-align: left;
}
.property-details .zone-bottom-content > .contactContainer > .module-contact .SumoSelect > .CaptionCont span {
  color: #888;
}
.property-details .zone-bottom-content > .contactContainer > div {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .property-details .zone-bottom-content > .contactContainer > div {
    max-width: 100%;
  }
}
.property-details .zone-bottom-content > .contactContainer > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture {
  height: 80px;
  margin-bottom: 10px;
  float: none;
  width: inherit;
  text-align: center;
  flex: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info {
  width: 100%;
  padding: 0;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info p {
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-agency h2 {
  display: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: 400;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .picture {
  padding: 0;
  margin-bottom: 40px;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble {
  position: relative;
  width: 80px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-contact {
  float: left;
  width: 50%;
  background-color: #e7160c;
}
.property-details .zone-bottom-content > .contactContainer .module-contact form div:last-child {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .property-details .zone-top-content {
    min-height: 300px;
  }
  .property-details .zone-top-content .slider.owl-carousel .owl-stage-outer {
    transform: translateX(-14.55%);
    width: calc(116.85vw);
  }
  .property-details .zone-top-content > .module-property-info {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    right: 0;
    width: 33.7%;
    padding: 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .property-details .zone-top-content > .module-property-info .info {
    width: 100%;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    border-bottom: none;
  }
  .property-details .zone-top-content > .module-property-info ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 15px;
  }
  .property-details .zone-top-content > .module-slider .slider .owl-next {
    right: 33.7%;
    margin-right: 1px;
  }
}
@media only screen and (max-width: 768px) {
  .property-details .zone-left-content,
  .property-details .zone-right-content {
    float: none;
    width: auto;
  }
  .property-details .zone-top-content > .module-property-info {
    text-align: center;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    display: block;
  }
  .property-details .zone-top-content > .module-property-info p {
    display: inline-block;
    margin-left: 20px;
  }
  .property-details .zone-top-content > .module-property-info p:first-child {
    margin-left: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    width: 50%;
    margin-bottom: 20px;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module-contact {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 480px) {
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    float: none;
    width: 100%;
  }
}
/*** 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;
}
/*** CSS ROUTING ***/
.zone-full-width .module-cluster {
  padding: 0;
  margin: 0 !important;
}
.zone-full-width .module-cluster .module-slider {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .zone-content {
    padding: 0;
    margin: 0;
  }
  .zone-content .module-cluster {
    flex-direction: column;
    height: auto !important;
  }
  .zone-content .module-cluster .module {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 50px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 398410 ***/
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster {
  margin: 0 auto;
  padding: 80px 20px;
}
@media screen and (max-width: 668px) {
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster {
    flex-direction: column-reverse;
  }
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-property-info,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-property-info {
    width: 100% !important;
    padding: 0;
  }
}
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cluster,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cluster {
  width: 80%;
  padding: 0;
  padding-left: 65px;
  margin-top: 0;
}
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share {
  width: 100%;
}
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share .module-header,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share .module-header {
  text-align: left;
  display: none;
}
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share ul,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share ul {
  display: flex;
}
.zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share ul li,
.module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-share ul li {
  margin-left: 0;
}
/*** 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 403274 ***/
.zone-content .module.module-403274.template-40.property-info-template-40.module-property-info .module-header,
.module.module-403274.template-40.property-info-template-40.module-property-info .module-header {
  width: 100%;
  display: flex;
  justify-content: center;
}
.zone-content .module.module-403274.template-40.property-info-template-40.module-property-info .module-header h2,
.module.module-403274.template-40.property-info-template-40.module-property-info .module-header h2 {
  text-align: center;
}
.zone-content .module.module-403274.template-40.property-info-template-40.module-property-info .gallery__wrapper,
.module.module-403274.template-40.property-info-template-40.module-property-info .gallery__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 15px;
}
.zone-content .module.module-403274.template-40.property-info-template-40.module-property-info .gallery__wrapper .container,
.module.module-403274.template-40.property-info-template-40.module-property-info .gallery__wrapper .container {
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 398425 ***/
.zone-content .module.module-398425.auto-layout.template-17.property-info-template-17.module-property-info video,
.module.module-398425.auto-layout.template-17.property-info-template-17.module-property-info video {
  display: block;
  margin: auto;
}
.zone-content .module.module-398425.auto-layout.template-17.property-info-template-17.module-property-info .medias.details > ul li,
.module.module-398425.auto-layout.template-17.property-info-template-17.module-property-info .medias.details > ul li {
  aspect-ratio: 16/9;
  height: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 398415 ***/
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
@media only screen and (max-width: 668px) {
  .zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster,
  .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster {
    gap: 32px;
  }
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster {
  width: 100%;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 40px;
  height: 60vh;
  overflow: scroll;
  justify-content: space-between;
  border-radius: 0px;
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster .module-property-info,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster .module-property-info {
  width: 33.33%;
  padding: 0 20px;
  margin: 0;
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster .module-property-info.property-info-template-33,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module-cluster .module-property-info.property-info-template-33 {
  background: white;
  border-radius: 0px;
  height: fit-content;
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .section-dpe-legal,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .section-dpe-legal {
  height: auto;
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .section-dpe-legal .module-property-info,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .section-dpe-legal .module-property-info {
  width: 50%;
}
/*** CUSTOM CSS FROM BDD MODULE 398477 ***/
.zone-content .module.module-398477.auto-layout.template-3.cityscan-template-3.module-citycan .iframe-cityscan,
.module.module-398477.auto-layout.template-3.cityscan-template-3.module-citycan .iframe-cityscan {
  height: 500px;
}
/*** CUSTOM CSS FROM BDD MODULE 398428 ***/
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster {
  margin-top: 0;
  padding: 80px 0;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster input,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster input,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster textarea,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster textarea,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster label,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster label,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster a:not(.submit),
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster a:not(.submit),
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster input::placeholder,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster input::placeholder,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster textarea::placeholder,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster textarea::placeholder,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster span,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster span,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .mdi,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .mdi,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster p,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster p,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster em,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster em {
  color: #000000;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module-header,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module-header {
  width: 100%;
  text-align: center;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster:after,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster:after {
  display: none;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module {
  width: 49%;
  background: transparent;
  margin: 0;
  padding: 0;
  max-width: 800px;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module ul.listing,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module ul.listing {
  position: relative;
  display: block;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form {
  max-width: 90%;
  margin: auto;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form input,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form input,
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form textarea,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module form textarea {
  background: transparent;
  background-color: transparent;
  border: 1px solid #000000 !important;
  border-radius: 0px;
}
.zone-content .module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module.module-user .container .picture .userBubble,
.module.module-398428.contactContainer.template-1.cluster-template-1.module-cluster .module.module-user .container .picture .userBubble {
  border-radius: 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 398413 ***/
@media only screen and (max-width: 768px) {
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster,
  .module.module-398413.template-1.cluster-template-1.module-cluster {
    padding-left: initial;
    padding: 20px;
  }
}
/*** 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 398420 ***/
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster,
.module.module-398420.template-1.cluster-template-1.module-cluster {
  height: auto;
  flex-wrap: wrap;
  gap: 20px;
}
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster .property-info-template-37,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster .property-info-template-37,
.module.module-398420.template-1.cluster-template-1.module-cluster .property-info-template-37 {
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 398412 ***/
@media only screen and (max-width: 768px) {
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info i,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info i,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info i,
  .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info i {
    display: none;
  }
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h2,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h2,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h2,
  .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h2 {
    width: 100%;
    text-align: center;
  }
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h3,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h3,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h3,
  .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info .price,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info .price,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info .price,
  .module.module-398412.template-1.property-info-template-1.variation-long_info_property.module-property-info .price {
    font-weight: 400;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 398414 ***/
@media only screen and (max-width: 768px) {
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share,
  .module.module-398414.template-1.share-template-1.module-share,
  .popup-module-share.popup-module-398414 {
    margin-bottom: 0;
  }
  .zone-content .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share ul,
  .module.module-398410.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share ul,
  .module.module-398413.template-1.cluster-template-1.module-cluster .module.module-398414.template-1.share-template-1.module-share ul,
  .module.module-398414.template-1.share-template-1.module-share ul,
  .popup-module-share.popup-module-398414 ul {
    justify-content: space-around;
  }
}
/*** 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;
}
/*** CUSTOM CSS FROM BDD MODULE 398421 ***/
.zone-content .module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster .module.module-398421.template-33.property-info-template-33.module-property-info img,
.module.module-398415.auto-layout.template-1.cluster-template-1.module-cluster .module.module-398420.template-1.cluster-template-1.module-cluster .module.module-398421.template-33.property-info-template-33.module-property-info img,
.module.module-398420.template-1.cluster-template-1.module-cluster .module.module-398421.template-33.property-info-template-33.module-property-info img,
.module.module-398421.template-33.property-info-template-33.module-property-info img {
  width: 100%;
}

