.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/*** 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/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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/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 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-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 Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE 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 TEMPLATE Marui PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/cluster.less ***/
/*** 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 Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/legal.less ***/
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** 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 Marui PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/leaflet-map.less ***/
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN 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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/agency.less ***/
/*** 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 Marui PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/language.less ***/
/*** CSS BASE PLUGIN Breadcrumb ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Breadcrumb/Resources/css/main.css ***/
.module-breadcrumb ul li {
  display: inline-block;
  margin-right: 10px;
}
.module-breadcrumb ul li:after {
  display: inline-block;
  content: "\F0142";
  font: normal normal normal 14px/1 "Material Design Icons";
  margin-left: 10px;
}
.module-breadcrumb ul li:last-child:after {
  content: none;
}
.module-breadcrumb ul li * {
  display: inline;
  font-size: 14px;
  text-transform: capitalize;
}
.module-breadcrumb.template-2 ul li * {
  text-transform: unset;
}
.module-breadcrumb.template-2 .mdi-home {
  display: none;
}
/*** 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;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/slider.less ***/
/*** 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 Marui PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/share.less ***/
/*** 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 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;
}
/*** GLOBAL CSS TEMPLATE Marui ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/css/main.less ***/
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti--separate-dial-code .iti__selected-flag:hovver {
  background: transparent;
}
.mfp-content textarea {
  border-radius: 30px;
}
body {
  margin: 0;
}
.fp-bg {
  z-index: 1046;
}
.mfp-wrap {
  z-index: 1047;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.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 {
  color: #19469d;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  transform: translate(-20%, 20px);
  min-width: 400px;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
  border-radius: 20px;
  padding: 10px;
}
.select2-container--open .select2-dropdown--below.dropdown-category {
  transform: translate(-20%, 29px);
}
@media only screen and (max-width: 1024px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 0;
    transform: none;
  }
}
.select2-container.dark .select2-dropdown--below {
  background: #123271;
}
.select2-container.dark .select2-results__option {
  color: rgba(255, 255, 255, 0.6);
}
.select2-container.dark .select2-results__option--highlighted[aria-selected],
.select2-container.dark .select2-results__option[aria-selected=true] {
  color: #fff;
}
.mfp-content .popup-module-contact {
  max-width: 830px;
  width: 70vw;
  border-radius: 10px;
  padding: 30px 50px;
  background: white;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact {
    padding: 30px 15px;
    width: 90vw;
  }
}
.mfp-content .popup-module-contact .recaptcha {
  display: none;
}
.mfp-content .popup-module-contact button {
  border-radius: 10px;
}
.mfp-content .popup-module-contact input {
  border-radius: 10px;
}
.mfp-content .popup-module-contact .module-header {
  margin-bottom: 2rem;
}
.mfp-content .popup-module-contact .module-header p,
.mfp-content .popup-module-contact .module-header span {
  text-align: center;
}
.mfp-content .popup-module-contact .module-header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #19469d;
}
.mfp-content .popup-module-contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form .firstname,
.mfp-content .popup-module-contact form .lastname,
.mfp-content .popup-module-contact form .email,
.mfp-content .popup-module-contact form .phone,
.mfp-content .popup-module-contact form .city,
.mfp-content .popup-module-contact form .zipcode,
.mfp-content .popup-module-contact form .email {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact form .firstname,
  .mfp-content .popup-module-contact form .lastname,
  .mfp-content .popup-module-contact form .email,
  .mfp-content .popup-module-contact form .phone,
  .mfp-content .popup-module-contact form .city,
  .mfp-content .popup-module-contact form .zipcode,
  .mfp-content .popup-module-contact form .email {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .message,
.mfp-content .popup-module-contact form .recaptcha {
  width: 100%;
}
.mfp-content .popup-module-contact form .field.custom_messages.choice {
  margin-bottom: 25px;
}
.mfp-content .popup-module-contact form label {
  font-size: 12px;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] div:last-child {
  order: 3;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] .message,
.mfp-content .popup-module-contact form[name="contact-form-109674"] .recaptcha {
  order: 3;
}
.mfp-content .popup-module-contact .SumoSelect > .CaptionCont,
.mfp-content .popup-module-contact .SumoSelect,
.mfp-content .popup-module-contact select {
  background: transparent !important;
}
.mfp-content .popup-module-contact textarea,
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"],
.mfp-content .popup-module-contact .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
}
.mfp-content .popup-module-contact .custom_messages {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
.mfp-content .popup-module-contact .custom_messages .optWrapper > .options li.opt label,
.mfp-content .popup-module-contact .custom_messages .CaptionCont > span {
  text-align: left;
}
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"] {
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-contact .select2-container {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.mfp-content .popup-module-contact .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1040;
}
header > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16.4px;
}
@media only screen and (max-width: 1024px) {
  header > div {
    padding-top: 0;
  }
}
header i {
  color: #0c0f24;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  transition: all 0.35s ease;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #0c0f24 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main,
header.is-active > div .zone-header-right .module-cluster .module-menu.main {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu.main ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #0c0f24;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 60px;
}
header.is-active > div {
  display: flex;
  flex-direction: column;
}
header.is-active > div > div {
  width: 100%;
}
header.is-active > div > div .module-logo a {
  position: relative !important;
}
header.is-active > div > div .module-menu.main {
  width: 100%;
  position: initial;
}
header.is-active > div > div .module-menu.main > ul {
  margin-top: 30px;
  border-right: none;
}
header.is-active > div > div .module-menu.main button {
  position: absolute;
  top: 22px;
  right: 17px;
}
header.is-active > div > div .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div > div .module-menu.main button i:before {
  content: "\F0156";
}
header.is-active > div .zone-header-right .module-menu > ul > li {
  padding: 0.5rem 1.5rem;
  border-bottom: solid 1px #eee;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu > a:after {
  transform: rotate(-90deg);
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
  background: transparent;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li:hover span {
  color: #19469d !important;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul > li:hover span {
  color: #19469d !important;
}
.is-active {
  max-width: 390px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .is-active {
    max-width: 90%;
  }
  .is-active .zone-header-right .module-menu.main button {
    right: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1039;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
.zone-header-left .module-logo img {
  height: 60px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zone-header-right .module-menu {
  display: flex;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #e9edf4;
  padding-right: 10px;
  margin-right: 10px;
}
.zone-header-right .module-menu > ul > li {
  display: block;
  margin: 0 9px 0 9px;
  margin-left: 9px;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  font-size: 15px;
  color: #0c0f24;
  /* @headerContent */
}
.zone-header-right .module-menu > ul > li a span {
  font-weight: 500;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul > li.sub-menu:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 6px;
  /* font-size/2 */
  display: inline-block;
  content: "\F0140";
  font: normal normal normal 12px/1 "Material Design Icons";
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul > li.sub-menu:after {
    display: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu > a:after {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 18px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #0c0f24 /* @headerContent */;
  }
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #19469d;
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    padding: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #19469d;
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
.zone-header-right .module-menu i {
  color: #fff;
}
.zone-header-right > .trigger_popup_language,
.zone-header-right > .module-counter,
.zone-header-right > .module-agency {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 0;
}
.zone-header-right > .trigger_popup_language .info,
.zone-header-right > .module-counter .info,
.zone-header-right > .module-agency .info {
  padding: 0;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a,
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right > .trigger_popup_language .info a:hover,
.zone-header-right > .module-counter .info a:hover,
.zone-header-right > .module-agency .info a:hover,
.zone-header-right > .trigger_popup_language ul a:hover,
.zone-header-right > .module-counter ul a:hover,
.zone-header-right > .module-agency ul a:hover {
  background: #ecedee;
}
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  font-size: 22px;
}
.zone-header-right > .trigger_popup_language .info br,
.zone-header-right > .module-counter .info br,
.zone-header-right > .module-agency .info br,
.zone-header-right > .trigger_popup_language ul br,
.zone-header-right > .module-counter ul br,
.zone-header-right > .module-agency ul br {
  display: none;
}
.zone-header-right > .module-agency,
.zone-header-right > .module-counter {
  position: relative;
}
.zone-header-right > .module-agency:hover .module-header,
.zone-header-right > .module-counter:hover .module-header {
  display: block;
}
.zone-header-right > .module-agency .module-header,
.zone-header-right > .module-counter .module-header {
  text-align: center;
  min-width: 150px;
  border-radius: 10px;
  display: none;
  position: absolute;
  background: #002D5B;
  padding: 8px;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  z-index: 99;
}
.zone-header-right > .module-agency .module-header span,
.zone-header-right > .module-counter .module-header span {
  color: white;
  font-size: 14px;
}
.zone-header-right > .module-agency .module-header:before,
.zone-header-right > .module-counter .module-header:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  transform: rotate(90deg) translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #002D5B transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zone-header-right .module-counter li {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right .module-counter li i {
  width: 100%;
}
.zone-header-right .module-counter li:hover {
  background: #ecedee;
  transform: none;
}
.zone-header-right .module-counter .count_cart {
  top: auto;
  right: 10px;
  bottom: 0;
  transform: translateX(100%);
  font-size: 10px;
  color: #0c0f24;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .module-header {
  display: none;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #0c0f24 /* @colorSocialMedia */;
}
.zone-full-width .module-social-menu .twitter a svg path {
  fill: #0c0f24;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items {
  flex-direction: column;
  gap: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item {
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 22px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #0c0f24 /* @colorSocialMedia */;
  transition: fill 0.5s ease;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
/* Responsive Laptop Header */
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu ul,
  .zone-header-right .module-agency,
  .zone-header-right .module-language,
  .zone-header-right .module-148509,
  .zone-header-right .module-counter {
    display: none;
  }
}
footer {
  background-color: #19469d;
}
footer .section,
footer nav,
footer aside,
footer article,
footer figure,
footer figcaption,
footer td,
footer div,
footer p,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer select,
footer input,
footer textarea,
footer label,
footer button,
footer span,
footer label,
footer hr,
footer a {
  color: #e9edf4;
}
footer a:hover,
footer a:hover span {
  color: #19469d;
}
footer .icon-style-mixin {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
}
footer .footer-top {
  position: relative;
  padding: 20px 0;
  background-color: #153c87;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    padding: 10px 0;
  }
}
footer .footer-top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  align-items: center;
}
footer .footer-top .section,
footer .footer-top nav,
footer .footer-top aside,
footer .footer-top article,
footer .footer-top figure,
footer .footer-top figcaption,
footer .footer-top td,
footer .footer-top div,
footer .footer-top p,
footer .footer-top ul,
footer .footer-top ol,
footer .footer-top li,
footer .footer-top dl,
footer .footer-top dt,
footer .footer-top dd,
footer .footer-top select,
footer .footer-top input,
footer .footer-top textarea,
footer .footer-top label,
footer .footer-top button,
footer .footer-top span,
footer .footer-top label,
footer .footer-top hr,
footer .footer-top a {
  color: #fff;
}
footer .footer-top .module-header-title,
footer .footer-top span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-header-title,
  footer .footer-top span {
    font-size: 18px;
  }
}
footer .footer-top i {
  font-size: 22px;
}
footer .footer-top .module-social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu .twitter a svg path {
  fill: white;
}
footer .footer-top .module-social-menu .twitter a:hover svg path {
  fill: black;
}
footer .footer-top .module-social-menu .module-header-title {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-social-menu .module-header-title {
    display: none;
  }
}
footer .footer-top .module-social-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu li {
  display: inline-block;
  margin: 4px auto 4px 10px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
footer .footer-top .module-social-menu li span {
  display: none;
}
footer .footer-top .module-social-menu li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .module-social-menu li:hover {
  background-color: #fff;
}
footer .footer-top .module-social-menu li:hover i:before {
  color: #19469d;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 5px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 24px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000;
}
footer .footer-top .module-menu {
  margin-left: auto;
  padding-right: 20px;
}
footer .footer-top .module-menu a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .footer-top .module-menu a i:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-color: #19469d;
  color: #fff;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-menu a i:before {
    display: none;
  }
}
footer .footer-top .module-menu a:hover i:before {
  background-color: #1d50b3;
}
footer .footer-top #toTop {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop {
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
}
footer .footer-top #toTop i:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #19469d;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop i:before {
    background-color: #205ac9;
  }
}
footer .footer-top #toTop:hover i:before {
  background-color: #1d50b3;
}
footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main {
    padding: 30px 0;
  }
}
footer .footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main > div > * {
    width: 50%;
  }
  footer .footer-main > div > :not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-main > div > * {
    width: 100%;
  }
}
footer .footer-main > div > *:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
}
footer .footer-main .module-header-title {
  font-weight: 600;
  font-size: 13px;
  color: #d1dae8;
}
footer .module-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-logo {
    margin: 10px auto;
  }
}
footer .module-legal {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
footer .module-legal nav {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #e9edf4;
}
footer .module-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul {
    justify-content: flex-start;
  }
}
footer .module-legal ul li {
  margin-right: 20px;
}
footer .module-legal ul li:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
footer .module-legal ul li:last-child a {
  line-height: 18px;
  font-size: 14px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul li:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  footer .module-legal ul li:last-child {
    justify-content: flex-start;
  }
}
footer .module-legal ul li:last-child:after {
  content: "";
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url(/templates/Haku/credits.svg) 0 0 no-repeat;
}
footer .module-menu .mdi-home {
  display: none;
}
footer .module-agency .address {
  line-height: 22px;
}
footer .module-agency .phone a,
footer .module-agency .email a {
  font-weight: 600;
}
footer .module-agency .info-title {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #d1dae8;
}
.accent {
  color: #19469d;
}
.slider .owl-controls .owl-dots {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
  max-width: 300px;
}
.slider .owl-controls .owl-dots .owl-dot {
  height: 2px;
  width: 70px;
  margin: 0 1px;
  background-color: #fff;
  transition: 0.25s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #737373;
}
.slider .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.subtitle,
.module-header-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #58595b;
  font-weight: 600;
}
.subtitle i,
.module-header-subtitle i {
  margin-right: 10px;
}
.header-centered .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*** GLOBAL CSS TEMPLATE Marui PAGE property ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/pages/css/property.less ***/
/*** CSS WEBSITE EXP France ***/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
.listing header.is-active {
  background: white;
}
body.homepage header .zone-header-right .module-menu > ul > li a span {
  font-size: 18px !important;
}
header.is-active > div > div .module-menu.main button {
  top: 5px;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul > li {
    margin: 0 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  header.is-active .zone-header-right .module-menu.main button {
    right: 15px;
  }
  header.fixed > div .zone-header-left .module-logo,
  header.is-active > div .zone-header-left .module-logo {
    margin: 10px auto 0 0px;
  }
}
body {
  background: #E9EDF4;
}
header.is-active {
  max-width: 100%;
}
.is-active .zone-header-right {
  justify-content: flex-start;
}
.is-active .zone-header-right .module-agency,
.is-active .zone-header-right .module-language,
.is-active .zone-header-right .module-279193,
.is-active .zone-header-right .module-counter,
.is-active .zone-header-right .module-menu ul {
  display: block;
}
footer {
  z-index: 100;
  position: relative;
}
footer .module-logo img {
  filter: brightness(0) invert(1);
}
footer a:hover,
footer a:hover span {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  footer .footer-top > div {
    justify-content: center;
  }
  footer .footer-top > div .module {
    margin-bottom: 20px;
  }
}
.mfp-content textarea {
  border-radius: 30px;
}
/* bouton flèche cms */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  /* Adjusted height to make it point to the right */
  width: 100%;
  /* Adjusted width to make it point to the right */
  background: #2c3e50;
}
.chevron:before {
  left: 0;
  transform: skewX(30deg);
  /* Changed skewY to skewX */
}
.chevron:after {
  right: 0;
  transform: skewX(-30deg);
  /* Changed skewY to skewX */
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateX(2.28rem);
    /* Changed translateY to translateX */
  }
  66.6% {
    opacity: 1;
    transform: translateX(3.12rem);
    /* Changed translateY to translateX */
  }
  100% {
    opacity: 0;
    transform: translateX(4.8rem) scale(0.5);
    /* Changed translateY to translateX */
  }
}
/**** button styles ****/
.button.button-2 {
  padding: 5px 10px;
}
.button.button-2 .mdi {
  margin: 0;
  transition: 0.35s ease;
}
.button.button-2:hover .mdi {
  margin-left: 10px;
  transition: 0.35s ease;
}
.button.secondary-button {
  outline: 2px solid #19469d;
  outline-offset: -2px;
  color: #19469d;
  background: none;
}
.button.secondary-button:hover {
  color: #19469d;
  background: none;
}
/* bouton flèche cms */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #2c3e50;
}
.chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateX(2.28rem);
    /* Change translateY to translateX */
  }
  66.6% {
    opacity: 1;
    transform: translateX(3.12rem);
    /* Change translateY to translateX */
  }
  100% {
    opacity: 0;
    transform: translateX(4.8rem) scale(0.5);
    /* Change translateY to translateX */
  }
}
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.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 {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0px;
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/* SEARCH USER */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1::after {
  display: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 40px;
}
.module-cms.cms-template-5 .info {
  text-align: justify;
}
body.homepage header {
  transition: 0.5s ease;
  background: transparent;
}
body.homepage header .zone-header-right .module-cms .info i {
  color: #fff;
}
body.homepage header .zone-header-right .module-menu > ul {
  border-right: 1px solid #fff;
}
body.homepage header .zone-header-right .module-counter li i,
body.homepage header .zone-header-right .module-counter .count_cart {
  color: #fff;
}
body.homepage header .zone-header-right .module-menu > ul > li a span {
  color: #fff;
}
body.homepage header .zone-header-right .module-social-menu ul li a i {
  color: #fff;
}
body.homepage header.fixed .zone-header-right .module-social-menu ul li a i {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-menu > ul {
  border-right: 1px solid #000;
}
body.homepage header:not(.fixed) .module-logo img {
  filter: brightness(100);
}
body.homepage .zone-full-width .module-search {
  top: 85%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  bottom: auto !important;
}
body.homepage header.fixed {
  background-color: #fff;
  transition: 0.5s ease;
  box-shadow: 0px 0px 4px;
}
body.homepage header.fixed .zone-header-right .module-cms .info i {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-counter li i,
body.homepage header.fixed .zone-header-right .module-counter .count_cart {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-menu > ul > li a span {
  color: #000;
}
body.homepage .wrapper {
  margin-top: 0 !important;
  max-width: 100%;
}
.zone-content {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #000000;
  font: 400 16px / 26px 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #19469d;
}
.hover_slider .owl-nav {
  display: none;
}
.hover_slider:hover .owl-nav {
  display: block;
}
i.icon_marui {
  color: white;
  font-size: 25px;
  position: relative;
}
i.icon_marui:before {
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #205ac9;
}
/***** FONTS *****/
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #0C0F24;
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0C0F24;
  font-weight: 300;
}
h1,
h2 {
  font-size: 46px;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
.module-header-title {
  font-size: 30px;
  line-height: 40px;
}
.cms-subtitle,
.module-header-subtitle {
  font-weight: 500;
}
:focus {
  outline: none;
}
.button,
button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #19469d, #19469d);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.25s;
}
.button:hover,
button:hover {
  background: linear-gradient(180deg, #153c87, #1d50b3);
}
.button span,
button span {
  color: #fff;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.wrapper {
  margin-top: 104px;
}
/* SLIDER */
.slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #000000 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: -60px;
  right: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-next i {
    left: 20px;
  }
}
.owl-next i:hover,
.owl-prev i:hover {
  transform: scale(1.4);
  transform-origin: center;
}
.slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #000000;
  left: -110px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-prev i {
    left: -30px;
  }
}
/****** STYLE MODULES *****/
.module.shortcuts {
  position: relative;
  margin: 0 0 40px;
  padding: 80px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .module.shortcuts {
    padding: 20px;
    justify-content: center;
  }
}
.module.shortcuts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-color: #000000;
  background-image: url('/uploads/websites/3311/content/9e71cf651699775c44135a65a0a306bb.png');
  background-size: contain;
  z-index: -1;
}
.module.shortcuts .module-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  text-align: center;
}
.module.shortcuts .module-header .module-header-title {
  margin-bottom: 35px;
  width: 100%;
  color: #fff;
  order: 2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.module.shortcuts .module-header .module-header-subtitle {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  font-size: 20px;
  line-height: 30px;
}
.module.shortcuts .module-header p {
  color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.module.shortcuts > a {
  position: relative;
  width: 18.5%;
  max-width: 350px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 150px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: 0.25s;
  background: #fff;
}
.module.shortcuts > a .container {
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
}
.module.shortcuts > a .container img {
  max-width: 65px;
}
.module.shortcuts > a .container .content h3 {
  color: #19469d;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.module.shortcuts > a .container .content p br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .module.shortcuts > a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .module.shortcuts > a {
    width: 47%;
    margin: 5px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 380px) {
  .module.shortcuts > a {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .module.shortcuts {
    font-size: 18px;
    line-height: 25px;
  }
}
body.property .zone-bottom-content {
  padding: 0 20px;
}
body.property section.row-2 > div.zone-right-content {
  background: none;
}
body.property .module-leaflet-map {
  height: 0;
  transform: scaleY(0);
}
body.property .property-info-template-2 .selectionLinkOn {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
body.property .mfp-content .module-leaflet-map {
  height: 420px;
  transform: scaleY(1);
}
body.property .row-2 {
  padding: 0;
  max-width: 100%;
}
body.property .banner {
  background: #D3DAE9;
}
body.property .banner .module-header span {
  justify-content: center;
}
body.property .banner h2 {
  text-align: left;
}
body.property .banner p {
  text-align: left;
}
body.property .banner .property-info-template-4 {
  padding: 40px 0px;
  max-width: 800px;
  margin: auto;
}
body.property .zone-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
body.property .zone-full-width .wrapper_property_info {
  margin-left: 90px;
  margin-top: 35px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width .wrapper_property_info {
    margin-left: 0px;
    width: 100%;
  }
}
body.property .zone-full-width h1 {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
body.property .zone-full-width .module-user .button {
  padding: 10px;
}
body.property .zone-full-width .module-user .container {
  justify-content: flex-start;
  margin: 0px;
  height: 180px;
}
body.property .zone-full-width .module-user .container .info {
  height: 150px;
  background: white;
  border-radius: 15px;
  margin-left: -10px;
  flex-basis: auto;
  padding-right: 0px;
  padding-left: 10px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
}
body.property .zone-full-width .module-user .container .info h3 {
  text-align: left;
}
body.property .zone-full-width .module-user .container .info > div > a {
  margin-right: 10px;
}
body.property .zone-full-width .module-user .container .info em {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
body.property .zone-full-width .module-user .container i {
  width: 120px;
  text-align: center;
}
body.property .zone-full-width .module-user .container .picture {
  text-align: left;
  padding: 0;
  width: auto;
  border-radius: 15px;
  overflow: hidden;
  max-width: 180px;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
  flex-basis: auto;
}
body.property .zone-full-width .module-user .container .picture img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
body.property .zone-full-width .module-user .container .picture i.mdi-account-circle {
  font-size: 100px;
  line-height: 140px;
}
body.property .zone-full-width .module-user .container .picture a {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  body.property .zone-full-width .module-user .container {
    flex-direction: column;
    max-width: 70%;
    border-radius: 10px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
    margin: auto;
    background: white;
  }
  body.property .zone-full-width .module-user .container .picture {
    margin-top: 20px;
    max-width: 100%;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .picture img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
  }
  body.property .zone-full-width .module-user .container .info {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .info h3 {
    text-align: center;
  }
}
body.property .zone-full-width .module-user ul.listing li .container .container {
  margin: 0;
}
body.property .zone-full-width .module-share i:before {
  color: #19469d;
}
body.property .zone-full-width .module-slider .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width {
    flex-direction: column;
    padding: 0 20px;
  }
  body.property .zone-full-width > div {
    margin-bottom: 0;
  }
  body.property .zone-full-width .wrapper_slider_media {
    order: 1;
  }
  body.property .zone-full-width .wrapper_property_info {
    order: 2;
  }
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details:after {
  display: none;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details .module-header-subtitle {
  display: block;
  line-height: 40px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 30px;
  width: calc(24% - 15px);
  min-width: 270px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div li {
  color: initial;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div img {
  width: 20px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle span {
  font-weight: 700;
  color: #19469d;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle img {
  border-radius: 5px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle i {
  background: #19469d;
  height: 25px;
  width: 25px;
  color: white;
  text-align: center;
  border-radius: 300px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li {
  display: flex;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li span {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 100%;
  }
}
body.property .wrapper_slider_media {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.property .wrapper_slider_media {
    width: 100%;
    margin-bottom: 0;
  }
}
body.property .wrapper_slider_media .owl-item {
  background: #2b2b2b;
}
body.property .wrapper_slider_media .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
body.property .row-2 .zone-right-content .module-cluster {
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
  background: linear-gradient(to left, transparent 45%, transparent 45%, #19469d 10%);
  padding: 20px 60px;
}
body.property .row-2 .zone-right-content .module-cluster > div {
  width: 50%;
  background: transparent;
}
body.property .row-2 .zone-right-content .module-cluster .module-property-info ul li {
  color: #fff;
}
body.property .row-2 .zone-right-content .module-cluster .module-property-info ul li span {
  color: #fff;
}
@media only screen and (max-width: 1240px) {
  body.property .row-2 .zone-right-content .module-cluster {
    flex-wrap: wrap;
    background: #19469d;
    padding: 20px;
    border-radius: 0;
  }
  body.property .row-2 .zone-right-content .module-cluster > div {
    width: 100%;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
body.property .row-2 .zone-right-content .module-cluster .module-header-title {
  display: none;
}
body.property .row-2 .zone-right-content .module-cluster .module-header .module-header-title {
  text-align: left;
  font-weight: 600;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
  display: flex;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div svg {
  width: 300px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
    margin-top: 15px;
    margin-left: 0px;
  }
}
/****** PAGES LISTING *****/
.listing {
  /* fix search bar zone right */
}
@media only screen and (min-width: 1025px) {
  .listing .select2-container--open .select2-dropdown--below,
  .listing .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 200px;
    transform: translate(-20%, 29px);
  }
}
.listing .row-2 {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 {
    flex-direction: column-reverse;
  }
}
.listing .row-2 .zone-left-content {
  position: relative;
  min-height: calc(100vh - 130px);
  width: 60%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  z-index: 1;
  padding: 0 50px;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-left-content {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
}
.listing .row-2 .zone-left-content .module-search {
  margin-bottom: 30px;
}
.listing .row-2 .zone-left-content .module-search .form-center .field {
  width: 15% !important;
}
.listing .row-2 .zone-left-content .module-search .form-bottom .columns {
  width: 45%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-left-content .module-search {
    width: min-content;
    margin-left: auto;
    margin-right: auto;
  }
  .listing .row-2 .zone-left-content .module-search.open {
    width: 100%;
  }
  .listing .row-2 .zone-left-content .module-search.open .form-center .field {
    width: 100% !important;
  }
  .listing .row-2 .zone-left-content .module-search.open .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-size: 28px;
  }
}
.listing .row-2 .zone-right-content {
  background-color: transparent;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 100px;
  width: 40%;
  overflow: inherit;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-right-content {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.listing .row-2 .zone-right-content > div {
  padding: 0;
}
.listing .row-2 .zone-right-content .module-search {
  position: fixed !important;
}
@media only screen and (min-width: 1025px) {
  .listing header {
    position: fixed;
  }
  .listing header .zone-header-left {
    position: initial;
    padding-left: 0;
  }
  .listing header:not(.fixed) {
    background: #ffffff;
  }
  .listing .wrapper {
    margin-top: 0 !important;
  }
}
.cluster-listing {
  display: flex;
  margin-bottom: 20px;
}
.cluster-cms {
  max-width: 1440px;
  margin: 40px auto;
  padding: 0 20px;
}
.cluster-cms .module-cms {
  border-radius: 10px;
  padding: 90px;
  min-height: 580px;
  height: auto;
  display: flex;
  margin-bottom: 60px;
}
.cluster-cms .module-cms .info {
  border-radius: 10px;
  flex-direction: column;
  background-color: rgba(0, 28, 83, 0.45);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  color: white;
  margin-right: 0;
  width: 45%;
}
.cluster-cms .module-cms .info span {
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
}
.cluster-cms .module-cms .info p {
  color: white;
  text-align: justify;
}
.cluster-cms .module-cms .info i {
  color: white;
  font-size: 40px;
  position: relative;
}
.cluster-cms .module-cms .info .cms-title {
  margin-bottom: 20px;
}
.cluster-cms .module-cms > div {
  width: 50%;
}
.cluster-cms .module-cms .background {
  width: 100%;
}
.cluster-cms .module-cms .picture {
  bottom: -100px;
  height: 120%;
  position: absolute;
  min-height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.cluster-cms .module-cms .picture img {
  object-fit: contain;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .cluster-cms .module-cms {
    flex-direction: column-reverse !important;
    padding: 0;
    margin: 0 0 20px !important;
  }
  .cluster-cms .module-cms .picture {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .cluster-cms .module-cms .picture img {
    height: 300px;
  }
  .cluster-cms .module-cms .background {
    height: 300px;
    position: relative;
  }
  .cluster-cms .module-cms .info {
    margin: -200px auto 0 !important;
    width: 90%;
    padding: 40px;
  }
  .cluster-cms .module-cms .info a.button {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .cluster-cms .module-cms {
    min-height: 100px;
  }
  .cluster-cms .module-cms .picture img {
    height: 200px;
  }
}
.cluster-cms .module-cms:nth-child(odd) {
  flex-direction: row-reverse;
}
.cluster-cms .module-cms:nth-child(odd) .info {
  margin-left: 0;
  margin-right: auto;
}
.cluster-cms .module-cms:nth-child(odd) .picture {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .cluster-cms {
    padding: 0;
  }
}
.module-cms.cms-banner {
  height: auto;
}
.module-cms.cms-banner .picture:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, #063088 92%);
  width: 100%;
  height: 100%;
}
.module-cms.cms-banner .picture {
  width: 100%;
  height: 30vw;
  position: relative;
}
.module-cms.cms-banner .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-cms.cms-banner .info {
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(0%, -50%);
  background-color: rgba(0, 28, 83, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  min-height: 350px;
}
.module-cms.cms-banner .info h1,
.module-cms.cms-banner .info h2,
.module-cms.cms-banner .info p {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .module-cms.cms-banner .info {
    position: relative;
    top: -45px;
    left: 0;
    transform: none;
    margin: auto;
    width: 90%;
    background-color: rgba(0, 28, 83, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .module-cms.cms-banner .picture {
    padding: 0;
  }
}
.mfp-inline-holder .mfp-content .popup-module-newsletter,
.mfp-ajax-holder .mfp-content .popup-module-newsletter {
  height: 300px;
  max-width: 830px;
  width: 70vw;
  border-radius: 10px;
  padding: 30px 50px;
  background: white;
}
.mfp-inline-holder .mfp-content {
  background: transparent !important;
}
.mfp-content .popup-module-newsletter textarea,
.mfp-content .popup-module-newsletter input[type="text"],
.mfp-content .popup-module-newsletter input[type="email"],
.mfp-content .popup-module-newsletter input[type="password"],
.mfp-content .popup-module-newsletter .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
  border-radius: 10px;
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-newsletter form #newsletter-form_first_name,
.mfp-content .popup-module-newsletter form #newsletter-form_last_name {
  width: 49%;
}
.mfp-content .popup-module-newsletter form .rgpd input {
  margin-right: 10px;
}
.popup-module-251900 input[type="email"] {
  position: absolute;
  top: 80px;
  right: 0;
  width: 70%;
  height: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .popup-module-251900 input[type="email"] {
    width: 60%;
  }
}
.popup-module-251900 .rgpd {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: row-reverse;
}
.popup-module-251900 .rgpd input {
  margin-left: 10px;
}
.popup-module-251900 .mailTitle {
  color: white;
  position: absolute;
  top: 85px;
}
.popup-module-251900 .mainTitle {
  color: white;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-module-251900 .mainTitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-module-251900 {
    width: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup-module-251900 {
    width: 300px !important;
  }
}
.popup-module-newsletter.template-1 {
  background-color: transparent;
}
.popup-module-newsletter.template-1 .submit {
  position: absolute;
  height: 45px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter.template-1 .submit {
    top: 220px;
  }
}
.popup-module-newsletter.template-1 .submit span {
  font-family: 'Roboto', sans-serif;
}
.popup-module-newsletter.template-1 .submit span {
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 425px) {
  .popup-module-newsletter.template-1 .submit span {
    font-size: 10px;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 50%;
  cursor: auto;
  background-color: #101820d9;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 90%;
  }
}
.rgpd > label {
  color: #000;
}
.rgpd > label a {
  color: #19469d;
}
@media screen and (max-width: 768px) {
  .rgpd > label {
    text-align: center;
  }
}
.field.files input {
  color: white;
  margin: 10px;
}
.mfp-close-btn-in .mfp-close {
  color: #a59062;
  margin: 0px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .popup-module-contact {
    width: 270px;
    margin: auto;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: auto !important;
  }
  .mfp-content .popup-module-newsletter,
  .mfp-inline-holder .mfp-content .popup-module-newsletter {
    height: auto;
  }
  .mfp-content .popup-module-newsletter form #newsletter-form_first_name,
  .mfp-inline-holder .mfp-content .popup-module-newsletter form #newsletter-form_first_name,
  .mfp-content .popup-module-newsletter form #newsletter-form_last_name,
  .mfp-inline-holder .mfp-content .popup-module-newsletter form #newsletter-form_last_name {
    width: 100%;
  }
  .popup-module-newsletter.template-1 .submit {
    top: 0;
    position: relative;
  }
  .popup-module-newsletter.template-1 .submit span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-newsletter,
  .mfp-inline-holder .mfp-content .popup-module-newsletter {
    padding: 30px 15px;
    width: 90vw;
  }
}
@media screen and (max-width: 425px) {
  .module-contact .submit,
  .popup-module-contact .submit {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
  }
}
/* MODULE PICTURE */
.module-picture.background-mod {
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-picture.background-mod .module-header .module-header-title {
  text-align: center;
  color: #fff;
}
.module-picture.background-mod .container {
  height: 250px;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .container {
    height: 180px;
  }
}
.module-picture.background-mod .container .picture {
  height: 100%;
  width: 100%;
  background-size: cover;
}
/*** MODULE LISTING ***/
.module-listing ul.listing > li {
  background: #fff;
}
.module-listing .message.no-results {
  padding: 20px;
}
/*** PAGE PROPERTY ***/
body.property .zone-top-content {
  position: relative;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
/*** responsive ***/
@media only screen and (max-width: 1024px) {
  header > div .zone-header-left .module-logo,
  header.fixed > div .zone-header-left .module-logo {
    margin: 10px 0 0;
  }
  header .zone-header-right,
  header.fixed .zone-header-right {
    flex-direction: row-reverse;
    align-items: baseline;
  }
  header .zone-header-right .popup-language.active .module-language,
  header.fixed .zone-header-right .popup-language.active .module-language {
    display: block;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 324164 ***/
.zone-left_content .module.module-324164.template-17.property-info-template-17.module-property-info ul li,
.module.module-324164.template-17.property-info-template-17.module-property-info ul li {
  height: 30vw;
  min-height: 300px;
}
.zone-left_content .module.module-324164.template-17.property-info-template-17.module-property-info ul li iframe,
.module.module-324164.template-17.property-info-template-17.module-property-info ul li iframe {
  max-width: 800px;
  width: 100%;
  display: block;
  margin: auto;
  border-radius: 20px;
}
.zone-left_content .module.module-324164.template-17.property-info-template-17.module-property-info .no-information,
.module.module-324164.template-17.property-info-template-17.module-property-info .no-information {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 279371 ***/
.zone-footer .module.module-279371.template-1.cms-template-1.module-cms.only-text,
.module.module-279371.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-279371 {
  position: absolute;
  background: none;
}
/*** CUSTOM CSS FROM BDD MODULE 297871 ***/
.zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info,
.module.module-297871.template-1.property-info-template-1.module-property-info {
  position: relative;
  margin: 60px auto;
}
.zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul,
.module.module-297871.template-1.property-info-template-1.module-property-info ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul li,
.module.module-297871.template-1.property-info-template-1.module-property-info ul li {
  width: auto;
  font-size: 20px;
  line-height: 30px;
  border-left: 1px solid #91A3C9;
  padding: 10px 50px;
}
.zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul li i.mdi,
.module.module-297871.template-1.property-info-template-1.module-property-info ul li i.mdi {
  font-size: 30px;
  line-height: 40px;
  color: #19469d;
  margin-right: 10px;
}
.zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul li:nth-child(1),
.module.module-297871.template-1.property-info-template-1.module-property-info ul li:nth-child(1) {
  border-left: none;
}
@media only screen and (max-width: 1024px) {
  .zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul,
  .module.module-297871.template-1.property-info-template-1.module-property-info ul {
    flex-wrap: wrap;
  }
  .zone-top_content .module.module-297871.template-1.property-info-template-1.module-property-info ul li,
  .module.module-297871.template-1.property-info-template-1.module-property-info ul li {
    border-left: transparent;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279175 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 768px) {
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster {
    padding-bottom: 0;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div {
    justify-content: center;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu {
    margin-bottom: 40px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul {
    gap: 19px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li {
    width: 42px;
    height: 42px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li a i,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li a i {
    font-size: 35px;
    line-height: 35px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-cluster .module-menu a,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-cluster .module-menu a {
    padding: 10px 20px;
    border-radius: 10px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279189 ***/
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster {
  display: none;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  background: white;
  margin: auto;
  max-width: 200px;
  padding: 40px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  padding-left: 10px;
  font-weight: 700;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i {
  font-size: 25px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster > div,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster > div {
  margin-bottom: 20px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .current .culture,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .current .culture {
  font-weight: 700;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child),
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child) {
  margin: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 279216 ***/
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster,
  .module.module-279216.banner.template-1.cluster-template-1.module-cluster {
    padding: 20px;
    flex-direction: column;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279250 ***/
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster,
.module.module-279250.template-1.cluster-template-1.module-cluster {
  background: linear-gradient(to right, transparent 45%, transparent 45%, #19469d 10%);
  flex-direction: row-reverse;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module-header,
.module.module-279250.template-1.cluster-template-1.module-cluster .module-header {
  padding-left: 40px;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-279250.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module-header p,
.module.module-279250.template-1.cluster-template-1.module-cluster .module-header p {
  color: #fff;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module-header .button,
.module.module-279250.template-1.cluster-template-1.module-cluster .module-header .button {
  border: solid 1px #fff;
}
@media only screen and (max-width: 1240px) {
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster,
  .module.module-279250.template-1.cluster-template-1.module-cluster {
    flex-wrap: wrap;
    background: #19469d;
    padding: 20px;
    border-radius: 0;
  }
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster > div,
  .module.module-279250.template-1.cluster-template-1.module-cluster > div {
    width: 100%;
  }
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module-header,
  .module.module-279250.template-1.cluster-template-1.module-cluster .module-header {
    padding-left: 0;
  }
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .property-info-template-33,
  .module.module-279250.template-1.cluster-template-1.module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279076 ***/
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column,
.module.module-279076.template-1.menu-template-1.module-menu.main.column {
  /* key frames menu */
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #19469d;
  display: block;
  border-radius: 10px;
  transition: 0.5s;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover:after {
  width: 100%;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover a span {
  color: #19469d;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current a span {
  color: #19469d;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current:after {
  width: 10px;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column ul > li:nth-child(5) a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column ul > li:nth-child(5) a span {
  animation: color-change 2s infinite;
}
@keyframes color-change {
  0% {
    color: #19469d;
  }
  50% {
    color: #58595b;
  }
  100% {
    color: #19469d;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279123 ***/
.zone-legal .module.module-279123.template-3.legal-template-3.variation-custom_legal_footer.module-legal.template3 ul li:last-child::after,
.module.module-279123.template-3.legal-template-3.variation-custom_legal_footer.module-legal.template3 ul li:last-child::after {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 279217 ***/
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster {
  margin-top: 35px;
}
/*** CUSTOM CSS FROM BDD MODULE 279213 ***/
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster,
.module.module-279213.template-1.cluster-template-1.module-cluster {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  left: 0px;
  padding: 20px 10px;
  width: 50px;
  border-radius: 3000px;
  background-color: #fff;
  z-index: 9;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster h3,
.module.module-279213.template-1.cluster-template-1.module-cluster h3 {
  margin: 0 !important;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster a:hover img,
.module.module-279213.template-1.cluster-template-1.module-cluster a:hover img,
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster a:hover i,
.module.module-279213.template-1.cluster-template-1.module-cluster a:hover i {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster span:hover:before,
.module.module-279213.template-1.cluster-template-1.module-cluster span:hover:before {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster,
  .module.module-279213.template-1.cluster-template-1.module-cluster {
    position: relative;
    order: 3;
    height: 50px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster i,
.module.module-279213.template-1.cluster-template-1.module-cluster i {
  font-size: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster span,
.module.module-279213.template-1.cluster-template-1.module-cluster span,
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster a,
.module.module-279213.template-1.cluster-template-1.module-cluster a {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster span,
  .module.module-279213.template-1.cluster-template-1.module-cluster span,
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster a,
  .module.module-279213.template-1.cluster-template-1.module-cluster a {
    margin-bottom: 0px;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation {
  text-align: center;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation .disable,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation .disable {
  opacity: 0.2;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation a:first-child img,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation a:first-child img {
  width: 25px;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation img,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation img {
  margin-top: 8px;
  width: 20px;
  cursor: pointer;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation {
    display: flex;
    margin-left: 10px;
  }
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation a,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation a {
    margin-right: 10px;
    display: flex;
  }
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation img,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module-navigation img {
    margin-top: 0;
    margin-bottom: 0px;
    margin-left: 5px;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2,
.module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  width: 100%;
  margin-top: 4px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2,
  .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 {
    justify-content: center;
    flex-direction: row;
    margin-top: 0;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink,
.module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink {
  font-size: 25px;
  margin-top: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink,
  .module.module-279213.template-1.cluster-template-1.module-cluster .property-info-template-2 .selectionLink {
    margin-top: 0;
    margin-left: 5px;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share h2,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-share h2 {
  display: none;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share ul,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-share ul {
  display: flex;
  flex-direction: column;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share li,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-share li {
  margin: 0;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share li span,
.module.module-279213.template-1.cluster-template-1.module-cluster .module-share li span {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module-share {
    flex-direction: row;
    margin-left: 5px;
  }
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module-share ul,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module-share ul {
    flex-direction: row;
    max-width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279194 ***/
.zone-header_right .module.module-279194.template-1.counter-template-1.module-counter .module-header-content a,
.module.module-279194.template-1.counter-template-1.module-counter .module-header-content a {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 279080 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li {
  width: 45px;
  height: 45px;
  border-radius: 40px;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before {
  color: #fff;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook {
  background: #0866ff;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram {
  background: #c71375;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube {
  background: #f00;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin {
  background: #0077b0;
}
/*** CUSTOM CSS FROM BDD MODULE 307865 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-307865.template-1.menu-template-1.module-menu.inline,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-307865.template-1.menu-template-1.module-menu.inline,
.module.module-307865.template-1.menu-template-1.module-menu.inline {
  margin-left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 302455 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-302455.template-1.cluster-template-1.module-cluster,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-302455.template-1.cluster-template-1.module-cluster,
.module.module-302455.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*** CUSTOM CSS FROM BDD MODULE 279118 ***/
.zone-footer .module.module-279177.footer-main.template-1.cluster-template-1.module-cluster .module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address,
.module.module-279177.footer-main.template-1.cluster-template-1.module-cluster .module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address,
.module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 279119 ***/
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module.module-279119.template-1.language-template-1.module-language .module-header-title,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module.module-279119.template-1.language-template-1.module-language .module-header-title,
.module.module-279119.template-1.language-template-1.module-language .module-header-title {
  font-size: 20px;
  line-height: 30px;
}
/*** CUSTOM CSS FROM BDD MODULE 279094 ***/
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb li,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb li,
.module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb li,
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb a,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb a,
.module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb a {
  color: #58595b;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb h2,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb h2,
.module.module-279094.template-1.breadcrumb-template-1.module-breadcrumb h2 {
  line-height: 24px;
}
/*** CUSTOM CSS FROM BDD MODULE 279093 ***/
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price {
  background: #91A3C9;
  padding: 10px 20px;
  color: white;
  font-weight: 700;
  font-size: 30px;
  border-radius: 300px;
  display: inline-block;
  margin: 20px 0 60px 0px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price,
  .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info .price {
    font-size: 20px;
  }
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info h1 {
  margin-top: 10px;
  font-size: 28px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul,
  .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul {
    justify-content: space-between;
  }
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li {
  width: 50%;
  display: flex;
  color: #98a2b1;
  margin-bottom: 30px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i {
  color: #98a2b1;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li p {
  font-size: 16px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li span {
  font-weight: bold;
  font-size: 35px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li i {
  font-size: 40px;
  margin-left: -20px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .mdi-shower {
  margin-left: -90px;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line,
.module.module-279093.template-2.property-info-template-2.variation-custom_template_property_info-2.module-property-info ul li .ri-ruler-2-line {
  margin-left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 279095 ***/
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info,
.module.module-279095.template-4.property-info-template-4.module-property-info {
  margin: 0;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info h2,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info h2,
.module.module-279095.template-4.property-info-template-4.module-property-info h2 {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info #description,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info #description,
.module.module-279095.template-4.property-info-template-4.module-property-info #description {
  overflow: hidden;
  max-height: 13em;
  transition: max-height 0.45s ease;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button {
  font-weight: 600;
  background: none;
  padding: 0;
  font-size: 18px;
  transition: all 0.45s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button span,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button span,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button span {
  background: #19469d;
  color: #fff;
  padding: 10px 15px;
  border-radius: 10px;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button i,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button i,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button i {
  font-size: 32px;
  transition: all 0.3s ease-in-out;
  color: #19469d;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover i,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover i,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover i {
  translate: 0 10px;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover,
.module.module-279095.template-4.property-info-template-4.module-property-info .container__btn .button:hover {
  color: #205ac9;
  transition: 0.45s ease;
}
/*** CUSTOM CSS FROM BDD MODULE 279218 ***/
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info,
.module.module-279218.template-8.property-info-template-8.module-property-info {
  max-width: 400px;
  width: 100%;
  padding: 40px 20px;
  margin: 20px;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info .module-header .module-header-subtitle,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info .module-header .module-header-subtitle,
.module.module-279218.template-8.property-info-template-8.module-property-info .module-header .module-header-subtitle {
  justify-content: left;
  margin-bottom: 30px;
  color: #0C0F24;
}
.zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info ul,
.module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info ul,
.module.module-279218.template-8.property-info-template-8.module-property-info ul {
  border-left: 1px solid #91A3C9;
  padding: 0 0 0 40px;
}
@media only screen and (max-width: 1024px) {
  .zone-left_content .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info,
  .module.module-279216.banner.template-1.cluster-template-1.module-cluster .module.module-279218.template-8.property-info-template-8.module-property-info,
  .module.module-279218.template-8.property-info-template-8.module-property-info {
    padding: 0;
    margin: 0;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279101 ***/
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title,
.module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title {
  display: block;
}
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-subtitle,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-subtitle,
.module.module-279101.template-7.property-info-template-7.module-property-info .module-header-subtitle,
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title,
.module.module-279101.template-7.property-info-template-7.module-property-info .module-header-title {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info ul,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279101.template-7.property-info-template-7.module-property-info ul,
.module.module-279101.template-7.property-info-template-7.module-property-info ul {
  padding-right: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 279109 ***/
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279109.template-33.property-info-template-33.module-property-info .no-information,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279109.template-33.property-info-template-33.module-property-info .no-information,
.module.module-279109.template-33.property-info-template-33.module-property-info .no-information {
  display: none;
}
.zone-right_content .module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279109.template-33.property-info-template-33.module-property-info svg,
.module.module-279247.template-1.cluster-template-1.module-cluster .module.module-279109.template-33.property-info-template-33.module-property-info svg,
.module.module-279109.template-33.property-info-template-33.module-property-info svg {
  height: auto;
  padding: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 284091 ***/
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator {
  width: 600px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  font-size: x-large;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin: auto;
  position: relative;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .module-header-title,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .module-header-title,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .module-header-title {
  color: #0C0F24;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  border: none;
  border-bottom: 1px solid #D3DAE9;
  border-radius: 0;
  margin-left: 20px;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field.submit,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field.submit,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field.submit {
  justify-content: center;
  margin-bottom: 0;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button {
  width: 100%;
  padding: 10px;
  border: none;
  background: #19469d;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1), inset 0px 1px 3px rgba(255, 255, 255, 0.5);
  transition: background 0.3s ease, transform 0.2s ease;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button:hover,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button:hover,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .submit-button:hover {
  background: #19469d;
  transform: translateY(-2px);
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input {
  height: 40px;
  border-radius: 8px;
  border: 2px solid #19469d;
  outline: none;
  transition: 200ms ease-in;
  padding-left: 1rem;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input:focus,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input:focus,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input:focus {
  border-bottom: 4px solid #19469d;
  padding-top: 2px;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input::placeholder,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input::placeholder,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator input::placeholder {
  color: #19469d;
  opacity: 0.5;
}
.zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .hide,
.module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .hide,
.module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .hide {
  display: none;
}
@media only screen and (max-width: 768px) {
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field,
  .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field,
  .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field {
    flex-direction: column;
  }
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input,
  .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input,
  .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field input {
    position: relative;
    left: 0;
    transform: none;
    margin-left: 0;
    padding-left: 0;
  }
  .zone-right_content .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field label,
  .module.module-279250.template-1.cluster-template-1.module-cluster .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field label,
  .module.module-284091.template-1.loansimulator-template-1.module-loan-simulator .field label {
    text-align: left;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279092 ***/
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item,
.module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item {
  border-radius: 20px;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item img,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item img,
.module.module-279092.main.template-1.slider-template-1.module-slider .slider .owl-item img {
  height: 100%;
  width: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 279097 ***/
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info {
  display: flex;
  position: absolute;
  top: 10px;
  left: 60px;
  bottom: 0;
  z-index: 1;
  height: 50px;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .medias {
  margin: 0;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider {
  position: absolute;
  left: -60px;
  z-index: 9;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info .open-slider img {
  margin-right: 10px;
  border-radius: 10px;
  width: 50px;
  height: auto;
  margin-left: 10px;
  transition: 0.2s;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li,
  .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li,
  .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info li {
    margin: 0;
  }
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul {
  display: flex;
  height: 0;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li {
  height: 50px;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li img {
  width: 50px;
  height: auto;
  border-radius: 10px;
  margin-left: 10px;
  transition: 0.2s;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li a {
  color: #707070;
  transition: 0.2s;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a,
.module.module-279097.template-17.property-info-template-17.variation-custom_template_property_info-17.module-property-info ul li:hover a {
  color: #212529;
}
/*** CUSTOM CSS FROM BDD MODULE 298669 ***/
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info,
.module.module-298669.template-1.property-info-template-1.module-property-info {
  display: flex;
  position: absolute;
  top: 10px;
  right: 16px;
  bottom: 0;
  z-index: 1;
  height: 50px;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info span,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info span,
.module.module-298669.template-1.property-info-template-1.module-property-info span {
  background-color: rgba(255, 255, 255, 0.81);
  border-radius: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart,
.module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart {
  color: #91A3C9;
  font-size: 28px;
  line-height: 40px;
  transition: 0.35s ease;
}
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart:hover,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart:hover,
.module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart:hover,
.zone-full_width .module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart.selectionLinkOn,
.module.module-279217.wrapper_slider_media.template-1.cluster-template-1.module-cluster .module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart.selectionLinkOn,
.module.module-298669.template-1.property-info-template-1.module-property-info .mdi-heart.selectionLinkOn {
  font-size: 30px;
  cursor: pointer;
  transition: 0.35s ease;
  color: #205AC9;
}
/*** CUSTOM CSS FROM BDD MODULE 279105 ***/
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header,
.module.module-279105.template-3.share-template-3.module-share .module-header,
.popup-module-share.popup-module-279105 .module-header {
  height: 100%;
  opacity: 1;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header span,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header span,
.module.module-279105.template-3.share-template-3.module-share .module-header span,
.popup-module-share.popup-module-279105 .module-header span {
  display: block;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header img,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .module-header img,
.module.module-279105.template-3.share-template-3.module-share .module-header img,
.popup-module-share.popup-module-279105 .module-header img {
  width: 20px;
  height: auto;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content,
.module.module-279105.template-3.share-template-3.module-share .content,
.popup-module-share.popup-module-279105 .content {
  transition: height width opacity 1s ease-out;
  height: 100%;
  opacity: 1;
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content ul li i,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content ul li i,
.module.module-279105.template-3.share-template-3.module-share .content ul li i,
.popup-module-share.popup-module-279105 .content ul li i {
  margin-right: 4px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content ul,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share .content ul,
  .module.module-279105.template-3.share-template-3.module-share .content ul,
  .popup-module-share.popup-module-279105 .content ul {
    flex-direction: row;
  }
}
.zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share ul li,
.module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share ul li,
.module.module-279105.template-3.share-template-3.module-share ul li,
.popup-module-share.popup-module-279105 ul li {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share ul li,
  .module.module-279213.template-1.cluster-template-1.module-cluster .module.module-279105.template-3.share-template-3.module-share ul li,
  .module.module-279105.template-3.share-template-3.module-share ul li,
  .popup-module-share.popup-module-279105 ul li {
    margin-right: 5px;
    margin-bottom: 0px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279107 ***/
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user p,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user p,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user p,
.module.module-279107.template-1.user-template-1.module-user p {
  text-align: left;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
.module.module-279107.template-1.user-template-1.module-user .container {
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279107.template-1.user-template-1.module-user .container {
    height: auto;
  }
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info,
.module.module-279107.template-1.user-template-1.module-user .container .info {
  margin-left: -20px;
  height: auto;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
.module.module-279107.template-1.user-template-1.module-user .container .picture {
  height: 250px;
  width: 200px;
  border-radius: 8px;
  background: #fff;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture img.logo,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture img.logo,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture img.logo,
.module.module-279107.template-1.user-template-1.module-user .container .picture img.logo {
  object-fit: contain;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container,
  .module.module-279107.template-1.user-template-1.module-user .container {
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 10px;
  }
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
  .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .picture,
  .module.module-279107.template-1.user-template-1.module-user .container .picture {
    height: 190px;
    margin: 0;
  }
  .zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info p,
  .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info p,
  .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279107.template-1.user-template-1.module-user .container .info p,
  .module.module-279107.template-1.user-template-1.module-user .container .info p {
    text-align: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279220 ***/
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact,
.module.module-279220.template-2.contact-template-2.module-contact,
.popup-module-contact.popup-module-279220.template-2 {
  margin-top: 0 !important;
}
.zone-full_width .module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact a,
.module.module-279211.wrapper_property_info.template-1.cluster-template-1.module-cluster .module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact a,
.module.module-279232.template-1.cluster-template-1.module-cluster .module.module-279220.template-2.contact-template-2.module-contact a,
.module.module-279220.template-2.contact-template-2.module-contact a,
.popup-module-contact.popup-module-279220.template-2 a {
  display: none;
}

