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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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/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/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 Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN 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 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 Elone PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  /**ANIMATION*/
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
}
.module-slider .owl-theme .owl-nav i {
  background: rgba(190, 156, 126, 0.5);
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .mdi:before {
  color: #fff;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
.module-slider .module-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: right;
  z-index: 2;
}
.module-slider .module-header h2 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module-slider .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.module-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** 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 Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE PLUGIN 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;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/property-info.less ***/
.module-property-info h3,
.module-property-info h2 {
  display: none;
}
.module-property-info .module-header h3,
.module-property-info .module-header h2 {
  display: block;
}
.module-property-info.property-info-template-3 ul li:nth-child(odd),
.module-property-info.property-info-template-5 ul li:nth-child(odd),
.module-property-info.property-info-template-8 ul li:nth-child(odd),
.module-property-info.property-info-template-6.module-property-info.property-info-template-7 ul li:nth-child(odd) {
  background: #f2f1f1;
}
.module-property-info.property-info-template-2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(25, 25, 25, 0.8);
  z-index: 9;
}
.module-property-info.property-info-template-2 h2 {
  width: 50%;
  padding-bottom: 0;
  margin-bottom: 0;
  color: white;
  font-size: 32px;
  line-height: 36px;
  display: block;
}
.module-property-info.property-info-template-2 p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 25px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .module-property-info.property-info-template-2 {
    position: relative;
    top: 10px;
    background: #040404;
  }
  .module-property-info.property-info-template-2 h2 {
    font-size: 32px;
    width: 100%;
    text-align: center;
  }
  .module-property-info.property-info-template-2 p {
    width: 100%;
  }
}
.module-property-info.property-info-template-4 .price {
  font-size: 30px;
  display: none;
}
.module-property-info.property-info-template-4 h1 {
  margin-top: 2rem;
  margin-bottom: 0;
}
.module-property-info.property-info-template-4 h1,
.module-property-info.property-info-template-4 h3,
.module-property-info.property-info-template-4 h2,
.module-property-info.property-info-template-4 p {
  text-align: center;
  width: 100%;
}
.module-property-info.property-info-template-15 {
  padding: 25px;
}
.module-property-info.property-info-template-20 ul.lots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-property-info.property-info-template-20 ul.lots > li {
  width: 49%;
  margin-bottom: 60px;
}
.module-property-info.property-info-template-20 ul.lots > li div:first-child {
  position: relative;
  height: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}
.module-property-info.property-info-template-20 ul.lots > li div:first-child img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  margin: auto;
}
.module-property-info.property-info-template-20 ul.lots > li .infos {
  border-left: 2px solid #be9c7e /* @color4 */;
}
.module-property-info.property-info-template-20 ul.lots > li .infos h3 {
  font-size: 20px;
  font-weight: 500;
  display: block;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 10px;
}
.module-property-info.property-info-template-20 ul.lots > li .infos ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-property-info.property-info-template-20 ul.lots > li .infos ul > li {
  width: 50%;
  text-align: left;
  font-size: 14px;
  line-height: 24px;
}
.module-property-info.property-info-template-23 ul li {
  font-weight: 800;
}
.module-property-info.property-info-template-23 ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: cover;
}
.module-property-info.property-info-template-23 ul li span.service-55 {
  background-image: url("/templates/Zenia/icons_seasonal/service-55.svg");
}
.module-property-info.property-info-template-23 ul li span.service-39 {
  background-image: url("/templates/Zenia/icons_seasonal/service-39.svg");
}
.module-property-info.property-info-template-23 ul li span.service-53 {
  background-image: url("/templates/Zenia/icons_seasonal/service-53.svg");
}
.module-property-info.property-info-template-23 ul li span.service-56 {
  background-image: url("/templates/Zenia/icons_seasonal/service-56.svg");
}
.module-property-info.property-info-template-23 ul li span.service-25 {
  background-image: url("/templates/Zenia/icons_seasonal/service-25.svg");
}
.module-property-info.property-info-template-23 ul li span.service-32 {
  background-image: url("/templates/Zenia/icons_seasonal/service-32.svg");
}
.module-property-info.property-info-template-23 ul li span.service-48 {
  background-image: url("/templates/Zenia/icons_seasonal/service-48.svg");
}
.module-property-info.property-info-template-23 ul li span.service-40 {
  background-image: url("/templates/Zenia/icons_seasonal/service-40.svg");
}
.module-property-info.property-info-template-23 ul li span.service-41 {
  background-image: url("/templates/Zenia/icons_seasonal/service-41.svg");
}
.module-property-info.property-info-template-23 ul li span.service-50 {
  background-image: url("/templates/Zenia/icons_seasonal/service-50.svg");
}
.module-property-info.property-info-template-23 ul li span.service-49 {
  background-image: url("/templates/Zenia/icons_seasonal/service-49.svg");
}
.module-property-info.property-info-template-24 ul li {
  text-align: center;
  width: 20%;
  font-weight: 800;
  font-size: 14px;
  margin-bottom: 20px;
}
.module-property-info.property-info-template-24 ul li span {
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  vertical-align: middle;
  background-size: cover;
}
.module-property-info.property-info-template-24 ul li span.service-27 {
  background-image: url("/templates/Zenia/icons_seasonal/service-27.svg");
}
.module-property-info.property-info-template-24 ul li span.service-2 {
  background-image: url("/templates/Zenia/icons_seasonal/service-2.svg");
}
.module-property-info.property-info-template-24 ul li span.service-4 {
  background-image: url("/templates/Zenia/icons_seasonal/service-4.svg");
}
.module-property-info.property-info-template-24 ul li span.service-11 {
  background-image: url("/templates/Zenia/icons_seasonal/service-11.svg");
}
.module-property-info.property-info-template-24 ul li span.service-26 {
  background-image: url("/templates/Zenia/icons_seasonal/service-26.svg");
}
.module-property-info.property-info-template-24 ul li span.service-27 {
  background-image: url("/templates/Zenia/icons_seasonal/service-27.svg");
}
.module-property-info.property-info-template-24 ul li span.service-45 {
  background-image: url("/templates/Zenia/icons_seasonal/service-45.svg");
}
.module-property-info.property-info-template-24 ul li span.service-35 {
  background-image: url("/templates/Zenia/icons_seasonal/service-35.svg");
}
.module-property-info.property-info-template-24 ul li span.service-62 {
  background-image: url("/templates/Zenia/icons_seasonal/service-62.svg");
}
.module-property-info.property-info-template-24 ul li span.service-54 {
  background-image: url("/templates/Zenia/icons_seasonal/service-54.svg");
}
.module-property-info.property-info-template-24 ul li span.service-1 {
  background-image: url("/templates/Zenia/icons_seasonal/service-1.svg");
}
.module-property-info.property-info-template-25 ul li {
  font-weight: 800;
}
.module-property-info.property-info-template-25 ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  vertical-align: middle;
  background-size: cover;
}
.module-property-info.property-info-template-25 ul li span.sleeps {
  background-image: url("/templates/Zenia/icons_seasonal/sleeps.svg");
}
.module-property-info.property-info-template-25 ul li span.bedrooms {
  background-image: url("/templates/Zenia/icons_seasonal/bedrooms.svg");
}
.module-property-info.property-info-template-25 ul li span.area {
  background-image: url("/templates/Zenia/icons_seasonal/area.svg");
}
.module-property-info.property-info-template-25 ul li span.bathrooms {
  background-image: url("/templates/Zenia/icons_seasonal/bathrooms.svg");
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: #ffffff;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background-color: #f2f1f1;
  border-radius: 2px;
}
.mfp-content .popup-module-lead button:hover {
  background: transparent;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Elone PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #ffffff;
}
.module-language span {
  font-family: 'Gothic A1', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: 'Gothic A1', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Similar/Resources/css/main.css ***/
/* TODO : css for each template */
.module-similar .slider {
  height: 250px;
}
.module-similar .item {
  margin-bottom: 20px;
}
.module-similar .item > a {
  display: table;
  width: 100%;
}
.module-similar .item > a > div {
  display: table-cell;
  vertical-align: middle;
}
.module-similar .item > a > div:first-child {
  width: 100px;
}
.module-similar .item .picture {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.module-similar .item .picture img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-similar .item h3 {
  text-align: left;
  margin-bottom: 5px;
}
.module-similar .item .price {
  font-size: 12px;
  font-weight: 700;
}
.module-similar .item:hover .picture img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.module-similar .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-similar .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-similar .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-similar .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-similar .owl-next,
.module-similar .owl-prev {
  color: #fff;
  background-color: rgba(8, 0, 0, 0.5);
}
/*** CSS BASE TEMPLATE Elone PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/similar.less ***/
.module-similar {
  padding: 0 20px;
}
.module-similar .item .picture {
  background-color: #FFF;
}
.module-similar .item h3 {
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
}
/*** CSS BASE PLUGIN 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 Elone PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/share.less ***/
.module-share ul li {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
}
.module-share ul li span {
  display: block;
  text-indent: 9999px;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Elone PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/picture.less ***/
.module-picture.basic-mod img {
  width: 100%;
}
.module-picture.background-mod {
  margin-bottom: 4rem;
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.module-picture.background-mod .module-header .module-header-title {
  color: white;
}
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*** 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 Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Contact/Resources/css/main.less ***/
.datepickers-container {
  z-index: 9999999;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.module-contact,
.popup-module-contact {
  position: relative;
}
.module-contact .iti--separate-dial-code .iti__selected-dial-code,
.popup-module-contact .iti--separate-dial-code .iti__selected-dial-code {
  color: unset;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea,
.module-contact .datepicker,
.popup-module-contact .datepicker {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea {
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact textarea,
.popup-module-contact textarea {
  height: 100px;
}
.module-contact select,
.popup-module-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSI1LDUuNyAwLjYsMS40IDEuNCwwLjYgNSw0LjMgOC42LDAuNiA5LjQsMS40IAkiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 22px;
}
.module-contact textarea,
.popup-module-contact textarea {
  padding: 10px;
  font-family: sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact input[type="submit"],
.popup-module-contact input[type="submit"],
.module-contact button,
.popup-module-contact button {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.module-contact .submit,
.popup-module-contact .submit {
  min-width: 100px;
}
.module-contact .recaptcha,
.popup-module-contact .recaptcha {
  margin-bottom: 10px;
}
.module-contact .rgpd > input,
.popup-module-contact .rgpd > input {
  margin-right: 10px;
}
.module-contact .rgpd a,
.popup-module-contact .rgpd a {
  font-weight: bold;
}
.module-contact .rgpd label a:hover,
.popup-module-contact .rgpd label a:hover {
  border-bottom: solid black 1px;
}
.module-contact .iti__country-list,
.popup-module-contact .iti__country-list {
  z-index: 99999999;
}
.module-contact .phone > div,
.popup-module-contact .phone > div {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact .phone > div input,
.popup-module-contact .phone > div input {
  padding-left: 72px;
}
.module-contact.dynamic-label .field,
.popup-module-contact.dynamic-label .field {
  position: relative;
  display: block;
}
.module-contact.dynamic-label form .field label,
.popup-module-contact.dynamic-label form .field label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  cursor: text;
  font-size: 75%;
  padding-right: 3px;
  padding-left: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  left: 4px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label select::placeholder,
.popup-module-contact.dynamic-label select::placeholder,
.module-contact.dynamic-label input::placeholder,
.popup-module-contact.dynamic-label input::placeholder,
.module-contact.dynamic-label textarea::placeholder,
.popup-module-contact.dynamic-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.module-contact-datepicker .datepicker {
  width: 100%;
}
.module-contact-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.popup-module-contact {
  width: 365px;
  margin: auto;
}
/*** CSS BASE TEMPLATE Elone PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/contact.less ***/
.module-contact {
  padding: 30px;
  background: #ffffff;
  /*---------------------------- 380px --------------------------*/
  /*---------------------------- 320px --------------------------*/
}
.module-contact textarea {
  font-family: 'Gothic A1', sans-serif;
}
.module-contact button {
  margin-top: 10px;
}
@media screen and (max-width: 380px) {
  .module-contact .recaptcha {
    transform: scale(0.8);
    width: 0;
  }
}
@media screen and (max-width: 320px) {
  .module-contact .recaptcha {
    transform: scale(0.6);
    width: 0;
  }
}
.module-contact.template-1 {
  font-family: 'Gothic A1', sans-serif;
  /* @fontfamily */
}
.module-contact.template-1 a {
  color: #be9c7e;
  /* @color4 */
}
.module-contact.template-1 h1,
.module-contact.template-1 h2,
.module-contact.template-1 .rgpd label {
  color: black;
}
/*** GLOBAL CSS TEMPLATE Elone ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/css/main.less ***/
/*** CSS TEMPLATE Zenia ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #173046 /* @fontColor */;
  font-family: 'Gothic A1', sans-serif /* @fontfamily */;
  font-size: 16px /* @fontsize */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @bodyColor */;
  padding: 0px /* @paddingBody */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #173046 /* @fontColorTitle */;
  font-family: 'Gothic A1', sans-serif /* @fontfamilyTitle */;
  font-weight: 300 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 46px /* @fontsizeTitle */;
  line-height: 56px;
}
a {
  color: #173046 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #173046 /* @fontColor */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
body .wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
button,
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #be9c7e /* @color2 */;
  cursor: pointer;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}
button:hover,
.button:hover {
  background: #ad825c;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  background: #ffffff /* @color2 */;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* zones */
.zone {
  position: relative;
}
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin-top: 80px;
}
.zone-content {
  max-width: 1240px;
  margin: 0 auto;
  margin: 50px auto;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #173046 /* @searchColor */;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
form ::placeholder {
  color: #173046 /* @searchColor */;
}
.select2-container--default .select2-selection {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #173046 /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #f2f1f1;
  /* @color3 */
}
.SumoSelect > .optWrapper > .options li label {
  color: #173046;
  /* @searchFont */
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #173046;
  /* @searchFont */
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
/** module **/
.module-header h1,
.module-header h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.module-header .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
/** HEADER */
header {
  left: 0;
  right: 0;
  transition: all 0.35s ease-out;
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header > div .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 .zone-header-left .module-logo {
  margin: 10px auto 0 0px;
  width: auto;
  text-align: center;
}
header .zone-header-left .module-logo img {
  height: 130px /* @heightLogo */;
  width: auto;
}
header.is-active .zone-header-right {
  display: flex;
}
header.is-active .zone-header-right .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active .zone-header-right .module-menu.main button i:before {
  content: "\F0156";
}
header > div .zone-header-right .module-menu ul > li.current span {
  color: #be9c7e;
  /* @color4 */
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 16px;
  font-weight: 700;
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #be9c7e;
  /* @color4 */
}
/** base**/
.zone-header-right {
  width: 100%;
}
.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;
}
.zone-header-right .module-menu > ul > li {
  display: block;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  color: #173046 /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu:after {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #173046 /* @headerContent */;
  }
}
.zone-header-right .module-menu.main ul li a {
  text-transform: uppercase;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module-social-menu ul .twitter svg path {
  fill: #173046;
}
.zone-header-right .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-language .ApiFieldGroup .CaptationContent i {
  color: #173046;
  /* @headerContent */
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #173046 /* @headerContent */;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-currency .FieldWrapper {
  border-left: solid 3px #173046 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
.zone-header-right .module.module-currency .FieldWrapper label {
  color: #173046 /* @headerContent */;
}
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #173046 /* @headerContent */;
}
.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: #173046 /* @colorSocialMedia */;
}
.zone-header-right .module.social-menu-template-2 .social__items {
  margin-right: 15px;
  margin-top: 3px;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item a svg path {
  fill: #173046;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #be9c7e;
}
@media only screen and (max-width: 1024px) {
  header > div {
    justify-content: center;
  }
  header > div .zone-header-right {
    position: initial;
    width: auto;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header.is-active:before {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  header.is-active > div,
  header.is-active.fixed > div {
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #ffffff;
    display: block;
  }
  header.is-active > div .zone-header-right,
  header.is-active.fixed > div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed > div .zone-header-right,
  header.is-active > div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul,
  header.is-active > div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #173046 /* @headerContent */;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster,
  header.is-active > div .zone-header-right .module-cluster {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin: 0;
    padding: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
  header.is-active > div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
    margin: 5px 0px;
  }
  .zone-header-right .module-menu.main {
    width: 100%;
    margin-top: 10px;
    position: initial;
  }
  .zone-header-right .module-menu.main button {
    position: absolute;
    background: transparent;
    color: #be9c7e;
    top: 1rem;
    right: 0;
  }
  .zone-header-right .module-menu.main button:hover {
    background: none;
  }
  .zone-header-right .module-menu.main button i {
    font-size: 42px;
  }
  .zone-header-right .module-menu.main > ul {
    display: none;
    transform: translateY(-100%);
    text-align: right;
    padding: 10px;
  }
  header.is-active .zone-header-left .module-logo {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .zone-header-left .module-logo img {
    height: 70px;
  }
  .zone-header-right .module-menu > ul > li {
    margin-bottom: 0;
  }
  .zone-header-right .module-menu.main {
    margin-top: 50px;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background: #ffffff /* @footerBackground */;
  clear: both;
}
footer .zone-footer {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer h2 {
  color: #173046;
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  text-align: left;
  padding-bottom: 0;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer .module-header h2 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px solid #bfbfbf;
}
footer a,
footer p,
footer li {
  color: #173046 /* @footerContent */;
}
footer .zone-footer .module-language .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* @footerBackground  */;
}
footer .zone-footer .module-language .ApiFieldGroup .CaptationContent label i {
  color: #173046 /* @footerContent  */;
}
footer a:hover {
  color: #be9c7e;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter svg path {
  fill: #173046;
}
footer .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
footer .social-menu-template-2 .social__items {
  gap: 15px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .social-menu-template-2 .social__items {
    justify-content: center;
  }
}
@media only screen and (max-width: 640px) {
  footer .social-menu-template-2 .social__items .social__item {
    width: fit-content;
  }
}
footer .social-menu-template-2 .social__items .social__item a {
  display: flex;
  gap: 10px;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #173046 /* @footerContent */;
  transition: fill 0.5s ease;
}
@media only screen and (max-width: 768px) {
  footer .social-menu-template-2 .social__items .social__item a span {
    display: none;
  }
}
footer .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #be9c7e;
}
footer .module-menu.column {
  margin: auto;
  width: 20%;
  margin: 0;
}
footer .module-menu.column ul {
  margin: 0;
  display: block;
}
footer .module-menu.column ul > li {
  text-align: left;
  margin: 0 !important;
}
footer .module-menu.column ul > li .mdi.mdi-home {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 20px 0;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child span {
  display: block;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url("/templates/Haku/credits.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  footer .zone-footer {
    justify-content: flex-start;
  }
  footer .zone-footer .ApiFieldGroup {
    align-items: flex-start;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2) {
    width: 33% !important;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2),
  footer .module-agency,
  footer .module-social-menu,
  footer .module-language {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    flex-direction: column;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2),
  footer .zone-footer .module-agency,
  footer .zone-footer .module-language,
  footer .zone-footer .module-social-menu {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2) {
    width: 100% !important;
  }
  footer .zone-footer .module-social-menu ul > li,
  footer .zone-footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-language .ApiFieldGroup {
    align-items: center;
  }
  footer .zone-footer h2 {
    text-align: center;
    width: 100%;
    border-bottom: none;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Elone PAGE property ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/pages/css/property.less ***/
body.property {
  /* module slider */
  /**PROPERTY INFO*/
}
body.property .zone-content .module + .module,
body.property .zone-left-content .module,
body.property .zone-right-content .module + .module,
body.property .zone-bottom-content .module + .module {
  margin-top: 40px;
}
body.property .wrapper .module-header h2,
body.property .property-info-template-4 h2,
body.property .wrapper .module-header h3,
body.property .property-info-template-4 h3 {
  font-size: 32px;
  line-height: 32px;
}
body.property .wrapper .module-header h1,
body.property .property-info-template-4 h1 {
  font-size: 40px;
}
body.property .zone-full-width {
  margin-bottom: 80px;
}
body.property .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.property .row-2 .zone-left-content {
  width: 60%;
}
body.property .row-2 .zone-right-content {
  width: 30%;
}
body.property .row-2 .zone-right-content > div {
  background: #f2f1f1 /* @color3 */;
  padding: 20px;
}
body.property .row-2 .zone-right-content > div h2 {
  text-align: center;
  width: 100%;
}
body.property .row-2.clearfix:after {
  content: none;
}
@media screen and (max-width: 1024px) {
  body.property .zone-full-width {
    margin-bottom: 20px;
  }
  body.property .row-2 {
    padding: 0 20px;
  }
  body.property .row-2 .zone-left-content {
    width: 68%;
  }
}
@media screen and (max-width: 768px) {
  body.property .zone-full-width .module-slider {
    width: 100%;
  }
  body.property .zone-full-width .module-slider .owl-theme .owl-nav .owl-next {
    right: 0;
  }
  body.property .zone-full-width .module-slider .owl-theme .owl-nav .owl-prev {
    left: 0;
  }
  body.property .zone-full-width .module-property-info.property-info-template-2 {
    width: 100%;
  }
  body.property .row-2 {
    display: block;
  }
  body.property .row-2 .zone-left-content,
  body.property .row-2 .zone-right-content {
    width: 100%;
  }
  body.property .zone-right-content .property-info-template-3,
  body.property .zone-right-content .module-share,
  body.property .zone-right-content .module-user {
    display: none;
  }
}
body.property .module-cluster.slider {
  position: relative;
}
body.property .module-slider.main {
  position: relative;
}
body.property .module-slider:before {
  content: none;
}
@media only screen and (max-width: 1024px) {
  body.property .module-slider .owl-item img {
    height: 100% !important;
    width: auto !important;
  }
}
body.property .module-breadcrumb {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
}
body.property .module-breadcrumb a {
  font-family: 'Gothic A1', sans-serif;
  color: #be9c7e /* @color4 */;
}
body.property .module-cluster.details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.property .module-cluster.details > div {
  width: 50%;
  margin-top: 0 !important;
  text-align: left;
  padding: 20px 20px 20px 0;
  margin-bottom: 40px;
}
body.property .module-cluster.details ul li span {
  font-weight: bold;
  color: #be9c7e /* @color4 */;
}
body.property .module-cluster.details ul li span:before {
  content: ":";
  margin: 0 5px;
  color: #173046 /* @fontColor */;
}
@media screen and (max-width: 470px) {
  body.property .module-cluster.details > div {
    width: 100%;
  }
}
body.property .module-cluster.bloc3 {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
body.property .module-cluster.bloc3 .property-info-template-3,
body.property .module-cluster.bloc3 .share-template-1 {
  width: 49%;
  margin: 0 !important;
}
body.property .module-cluster.bloc3 .module-user.template-1 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  body.property .module-cluster.bloc3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 470px) {
  body.property .module-cluster.bloc3 .property-info-template-3,
  body.property .module-cluster.bloc3 .share-template-1 {
    width: 100%;
    margin-bottom: 40px !important;
  }
}
body.property .module-property-info .no-information {
  text-align: center;
}
body.property .module-property-info ul li {
  padding: 10px;
  color: #173046;
}
body.property .module-property-info h3 {
  width: 100%;
  text-align: center;
  font-size: 30px;
}
body.property .property-info-template-3 {
  padding: 30px;
}
body.property .property-info-template-3 ul {
  column-count: 2;
}
body.property .property-info-template-3 h3 {
  display: none;
}
body.property .property-info-template-3 .module-header h3 {
  display: block;
}
body.property .property-info-template-3 li {
  color: #fff;
  margin-bottom: 6px;
}
body.property .property-info-template-3 li span {
  font-weight: 200;
}
body.property .property-info-template-3 li span:before {
  content: ":";
  margin-right: 5px;
}
body.property .property-info-template-8 ul > li > em:before {
  content: ":";
  margin-right: 5px;
}
body.property .property-info-template-4 h3,
body.property .property-info-template-4 p {
  width: 100%;
}
body.property .property-info-template-15 svg {
  height: 220px;
  margin-bottom: 45px;
}
body.property .property-info-template-17 h2 {
  width: 100%;
  text-align: left;
}
body.property .property-info-template-17 .medias.details > ul {
  height: auto;
}
body.property .property-info-template-17 .medias.details > ul li {
  aspect-ratio: 16/9;
  height: auto;
}
body.property .property-info-template-17 iFrame {
  width: 100%;
  height: 420px;
}
body.property .property-info-template-19 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px 0;
  max-width: 1240px;
  margin: auto;
  z-index: 10;
}
body.property .property-info-template-19 h1,
body.property .property-info-template-19 p {
  color: #fff;
}
body.property .property-info-template-19 h1 {
  margin-bottom: 0;
  padding-bottom: 0;
}
body.property .property-info-template-19 h1 span {
  font-size: 25px;
  line-height: 25px;
  font-family: "Lato", Helvetica, Arial, Tahoma, sans-serif;
}
body.property .property-info-template-19 p {
  margin-bottom: 0;
  font-size: 25px;
  line-height: 25px;
}
@media screen and (max-width: 1024px) {
  body.property .property-info-template-19 {
    padding: 20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  body.property .g-recaptcha {
    transform-origin: 0;
    -webkit-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
body.property .module.empty {
  display: none;
}
body.property .module-cluster.thumbnail .module-slider:before {
  bottom: 110px;
}
body.property .module-cluster.thumbnail .property-info-template-19 {
  bottom: 120px;
}
/* left content */
body.property .zone-left-content .module-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster > div {
  width: 50%;
  margin-top: 0;
  text-align: left;
  padding: 20px 20px 20px 0;
  margin-bottom: 40px;
}
body.property .zone-left-content .module-cluster ul li span {
  font-weight: bold;
  color: #be9c7e /* @color4 */;
}
body.property .zone-left-content .module-cluster ul li span:before {
  content: ":";
  margin: 0 5px;
  color: #191919;
}
@media screen and (max-width: 470px) {
  body.property .zone-left-content .module-cluster > div {
    width: 100%;
  }
}
/* right content */
body.property .zone-right-content .module-user ul.listing > li {
  width: 100%;
}
body.property .zone-right-content .module-user .info em {
  color: #ffffff;
}
body.property .zone-right-content .module-contact {
  background: none;
}
.property .module-user.template-1 ul.listing > li {
  width: 100%;
}
/*** CSS WEBSITE TOCO D'AZUR ***/
.button,
button.submit {
  border-radius: 10px;
}
.script {
  font-family: "Seaweed Script", cursive;
  font-weight: 100;
  font-style: normal;
  transform: rotate(-2deg);
}
.mfp-content .popup-module-lead {
  max-width: 600px;
  background: #be9c7e;
  border-radius: 10px;
  text-align: center;
  padding: 50px;
  margin: 80px auto;
}
.mfp-content .popup-module-lead:after,
.mfp-content .popup-module-lead:before {
  display: none !important;
}
.mfp-content .popup-module-lead form div {
  text-align: left;
}
.mfp-content .popup-module-lead form submit {
  position: relative;
  z-index: 999;
  border: 1px solid white;
}
.module-cms.designTextImg {
  display: flex;
  align-items: center;
  margin: 50px auto;
  max-width: 1240px;
  padding: 80px 0 0 0;
  justify-content: space-between;
  overflow: visible;
}
.module-cms.designTextImg .picture {
  width: 40%;
  padding: 20px;
  height: 100%;
  border: 1px solid rgba(23, 48, 70, 0.5);
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .module-cms.designTextImg .picture {
    width: 90%;
  }
}
.module-cms.designTextImg .picture:after {
  position: absolute;
  content: '';
  height: 98%;
  width: 98%;
  display: block;
  left: 50%;
  top: 50%;
  border: 1px solid #173046;
  border-radius: 10px;
  padding: 20px;
  transform: translate(-50%, -50%);
}
.module-cms.designTextImg .picture img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .module-cms.designTextImg .picture img {
    padding: 20px;
  }
}
.module-cms.designTextImg .info {
  text-align: left;
  width: 60%;
  margin: 0;
  padding: 0 20px;
}
.module-cms.designTextImg .info p {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .module-cms.designTextImg .info p {
    text-align: left;
  }
}
.module-cms.designTextImg .info .cms-title {
  font-style: normal;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 0;
  margin-bottom: 30px;
  text-align: right;
  border-bottom: 2px solid #be9c7e;
  padding-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .module-cms.designTextImg .info .cms-title {
    margin-bottom: 20px;
  }
}
.module-cms.designTextImg .info .button {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  .module-cms.designTextImg {
    height: auto;
    flex-direction: column;
    flex-direction: column-reverse;
    padding: 0 20px;
  }
  .module-cms.designTextImg .info {
    width: 100%;
    padding: 0;
  }
  .module-cms.designTextImg .picture {
    height: 60vh;
    padding: 0;
    margin-top: 20px;
  }
  .module-cms.designTextImg .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.module:not(.module-slider) h1,
.module:not(.module-slider) h2,
.module:not(.module-slider) h3,
.module:not(.module-slider) h4,
.module:not(.module-slider) h5 {
  font-style: normal;
}
.popup-module-newsletter.template-1 {
  background-color: whitesmoke !important;
}
.popup-module-newsletter.template-1 .mfp-close {
  color: #173046 !important;
}
.popup-module-newsletter.template-1 p,
.popup-module-newsletter.template-1 h3,
.popup-module-newsletter.template-1 a,
.popup-module-newsletter.template-1 label {
  color: #173046 !important;
}
.popup-module-newsletter.template-1 h3 {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
.popup-module-newsletter.template-1 .submit .mdi {
  display: none;
}
.popup-module-newsletter.template-1 .submit span {
  color: white;
}
/* module search resposive bug + flex basis */
.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #aaa;
}
body.listing .dropdown-module-search {
  top: 20px !important;
  background: #fbfbfb;
}
.homepage .dropdown-module-search {
  top: -8px !important;
}
.module-search form .fields-wrapper .line-wrapper.form-center .field {
  flex: 1 1 200px;
}
@media only screen and (max-width: 1024px) {
  .module-search {
    margin-top: 0;
    width: 100%;
  }
  .module-search form {
    margin-left: 0;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center .field {
    padding-right: 0;
    margin: 0 5px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center .field input[type="text"],
  .module-search form .fields-wrapper .line-wrapper.form-center .field .select2-container {
    border-radius: 0;
    border: none;
  }
  .module-search form .fields-wrapper button.submit {
    display: flex;
    align-items: center;
  }
  .module-search form .fields-wrapper button.submit i.mdi {
    margin-right: 5px;
  }
  .module-search form .fields-wrapper button.submit > span {
    display: block;
  }
}
element.style {
  opacity: 1;
}
body.homepage .module-search {
  margin: -136px auto 40px auto;
}
/* FOOTER */
footer {
  margin-top: 0;
}
/*legals*/
.module-legal h2 {
  padding-bottom: 0;
  margin-top: 20px;
  margin-bottom: 30px;
}
.module-legal.template5 section.rgpd h2 {
  margin-bottom: 30px;
}
.module-legal .publisher h2,
.module-legal .editor h2 {
  margin-top: 10px;
}
.module-legal .editor p {
  margin-bottom: 0;
}
.module-legal .cookies {
  margin-bottom: 30px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.module-legal .cookies h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.module-legal .cookies h3 {
  font-family: 'Gothic A1', sans-serif;
}
.module-legal .bloctel h1 {
  padding-bottom: 0;
}
/*------*/
/* PAGE SECTEUR */
body.secteur .wrapper .zone-full-width .module-cms.designTextImg {
  flex-direction: column;
}
body.secteur .wrapper .zone-full-width .module-cms.designTextImg .picture,
body.secteur .wrapper .zone-full-width .module-cms.designTextImg .info {
  width: 100%;
}
body.secteur .wrapper .zone-full-width .module-cms.designTextImg .info {
  padding-top: 20px;
}
body.secteur .wrapper .zone-full-width .module-cms.designTextImg .picture {
  margin-bottom: 20px;
  height: 400px;
}
body.secteur .wrapper .zone-full-width .listing-picture-sector {
  display: flex;
  max-width: 1240px;
  margin: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.secteur .wrapper .zone-full-width .listing-picture-sector .container {
  width: 30%;
  height: 300px;
  border: 1px solid rgba(23, 48, 70, 0.5);
  margin: 10px;
  position: relative;
  border-radius: 10px;
}
body.secteur .wrapper .zone-full-width .listing-picture-sector .container:after {
  position: absolute;
  content: '';
  height: 98%;
  width: 98%;
  display: block;
  left: 50%;
  top: 50%;
  border: 1px solid #173046;
  border-radius: 10px;
  padding: 20px;
  transform: translate(-50%, -50%);
}
body.secteur .wrapper .zone-full-width .listing-picture-sector .container .picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  padding: 10px;
}
body.secteur .wrapper .zone-content {
  padding-top: 80px;
}
body.secteur .wrapper .zone-content .module-search .module-header {
  display: none;
}
/* PAGE LISTING */
body.listing .zone-content {
  padding-top: 30px;
  max-width: 100%;
}
body.listing .module-cms {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
body.listing .module-search {
  margin-top: 0;
  background: #ffffff;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
body.listing .module-search .module-header {
  max-width: 1240px;
  margin: auto;
}
body.listing .module-search form .fields-wrapper .line-wrapper.form-center {
  padding-left: 10px;
}
@media only screen and (min-width: 769px) {
  body.listing .zone-full-width .module-search {
    background: rgba(26, 26, 26, 0.76);
    margin: -190px auto 40px auto;
    padding: 25px 0;
  }
  body.listing .zone-full-width .module-search form {
    max-width: 1240px;
  }
  body.listing .zone-full-width .module-search form .fields-wrapper button.submit {
    background: transparent;
    line-height: 40px;
  }
  body.listing .zone-full-width .module-search form .fields-wrapper .line-wrapper.form-center > .field label {
    color: white;
  }
}
body.listing .zone-full-width .module-listing {
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  body.listing .zone-full-width .module-listing ul.listing > li {
    width: 49%;
  }
}
body.listing .zone-bottom-content {
  margin-top: 50px;
}
body.listing footer {
  margin-top: 0;
}
/* PAGE LISTING 2 */
body.listing-2 .module-cms .info {
  text-align: center;
  margin-bottom: 0;
}
body.listing-2 .module-cms .info h2 {
  text-align: center;
}
/* PROPERTY*/
body.property header:not(.fixed),
body.contact header:not(.fixed) {
  background-color: transparent;
}
body.property header:not(.fixed) li,
body.contact header:not(.fixed) li,
body.property header:not(.fixed) span,
body.contact header:not(.fixed) span,
body.property header:not(.fixed) .mdi:not(.mdi-menu),
body.contact header:not(.fixed) .mdi:not(.mdi-menu),
body.property header:not(.fixed) .module-header-title,
body.contact header:not(.fixed) .module-header-title {
  color: #fff !important;
}
body.property header:not(.fixed) li.sub-menu ul li span,
body.contact header:not(.fixed) li.sub-menu ul li span,
body.property header:not(.fixed) span.sub-menu ul li span,
body.contact header:not(.fixed) span.sub-menu ul li span,
body.property header:not(.fixed) .mdi:not(.mdi-menu).sub-menu ul li span,
body.contact header:not(.fixed) .mdi:not(.mdi-menu).sub-menu ul li span,
body.property header:not(.fixed) .module-header-title.sub-menu ul li span,
body.contact header:not(.fixed) .module-header-title.sub-menu ul li span {
  color: #173046 !important;
}
body.property header:not(.fixed) li.sub-menu ul li:hover span,
body.contact header:not(.fixed) li.sub-menu ul li:hover span,
body.property header:not(.fixed) span.sub-menu ul li:hover span,
body.contact header:not(.fixed) span.sub-menu ul li:hover span,
body.property header:not(.fixed) .mdi:not(.mdi-menu).sub-menu ul li:hover span,
body.contact header:not(.fixed) .mdi:not(.mdi-menu).sub-menu ul li:hover span,
body.property header:not(.fixed) .module-header-title.sub-menu ul li:hover span,
body.contact header:not(.fixed) .module-header-title.sub-menu ul li:hover span {
  color: #be9c7e !important;
}
@media only screen and (max-width: 1024px) {
  body.property header:not(.fixed) li,
  body.contact header:not(.fixed) li,
  body.property header:not(.fixed) span,
  body.contact header:not(.fixed) span,
  body.property header:not(.fixed) .mdi:not(.mdi-menu),
  body.contact header:not(.fixed) .mdi:not(.mdi-menu),
  body.property header:not(.fixed) .module-header-title,
  body.contact header:not(.fixed) .module-header-title {
    color: #173046 !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.property header:not(.fixed) .mdi-menu,
  body.contact header:not(.fixed) .mdi-menu {
    color: #be9c7e;
  }
}
body.property header:not(.fixed) .zone-header-left .module-logo img,
body.contact header:not(.fixed) .zone-header-left .module-logo img {
  filter: invert(1);
}
body.property header.fixed,
body.contact header.fixed {
  z-index: 9999999999999;
}
body.property header.fixed .module-header-title,
body.contact header.fixed .module-header-title {
  color: #173046;
}
body.property .wrapper,
body.contact .wrapper {
  margin-top: 0 !important;
}
body.property .wrapper .zone-full-width,
body.contact .wrapper .zone-full-width {
  max-width: 100%;
}
/* ONE COLUMN */
body.one-column .zone-content {
  margin-top: 0;
}
.popup-module-newsletter form[name="newsletter-form"] {
  height: 270px;
}
.popup-module-newsletter input[type="email"] {
  position: absolute;
  top: 80px;
  right: 0;
  width: 75%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.popup-module-newsletter .rgpd {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  justify-content: space-between;
}
.popup-module-newsletter .rgpd > label {
  color: white;
}
.popup-module-newsletter .rgpd > label a {
  color: #be9c7e;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter .rgpd > label {
    text-align: center;
  }
}
.popup-module-newsletter .mailTitle {
  color: #fff;
  position: absolute;
  top: 85px;
}
.popup-module-newsletter .mainTitle {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.347);
  width: 100%;
  margin: 15px 0;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter .mainTitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-module-newsletter {
    width: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter {
    width: 300px !important;
  }
}
.popup-module-newsletter.template-1 {
  max-width: 1000px;
  cursor: auto;
  background-color: #0f161ed9;
  padding: 10px 20px;
}
.popup-module-newsletter.template-1 .submit {
  position: absolute;
  height: 45px;
  border-radius: 0px;
  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: 'Gothic A1', sans-serif;
}
.popup-module-newsletter.template-1 .submit span {
  font-family: 'Gothic A1', sans-serif;
}
@media screen and (max-width: 425px) {
  .popup-module-newsletter.template-1 .submit span {
    font-size: 10px;
  }
}
.field.files input {
  color: white;
  margin: 10px;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  color: #fff;
  background: transparent;
  margin: 0px;
  border: none;
}
@media screen and (max-width: 768px) {
  .popup-module-contact {
    width: 270px;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .module-contact .submit,
  .popup-module-contact .submit {
    font-size: 10px;
    font-family: 'Gothic A1', sans-serif;
  }
}
h1,
h2,
h3 {
  letter-spacing: 2px;
  font-style: italic;
}
.module-search li,
.module-search span,
.module-search li::placeholder,
.module-search input::placeholder {
  font-family: 'Gothic A1', sans-serif !important;
}
.select2-container--default li,
.select2-container--open li {
  font-family: 'Gothic A1', sans-serif !important;
}
header.is-active .module-cluster .module-header {
  display: none !important;
}
header.is-active .module li,
header.is-active .module .mdi,
header.is-active .module span {
  color: #173046 !important;
}
header.fixed {
  border-bottom: 0.6px solid rgba(23, 48, 70, 0.3);
}
header.fixed > div .zone.zone-header-right .module-cluster .module-header-title {
  color: #173046;
}
header.fixed > div .zone.zone-header-left .module.module-logo .module-header .module-header-title {
  color: #173046;
}
header.fixed > div .zone.zone-header-left .module.module-logo img {
  height: 90px;
}
@media only screen and (max-width: 640px) {
  header.fixed > div .zone.zone-header-left .module.module-logo img {
    height: 50px;
  }
}
@media only screen and (max-width: 640px) {
  header.fixed {
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  header.is-active img {
    float: left;
    left: 10px;
    position: relative;
  }
}
header > div {
  max-width: 95%;
}
@media only screen and (max-width: 1024px) {
  header > div {
    max-width: 100%;
  }
}
header > div .zone-header-right .module-menu > ul > li.sub-menu ul li {
  width: 100%;
  margin: 8px 5px;
}
header > div .zone-header-right .module-menu > ul > li.sub-menu ul li a span {
  color: #173046;
}
header > div .zone-header-right .module-menu > ul > li.sub-menu ul li a span:hover {
  color: #be9c7e;
}
header > div .zone-header-right .module-menu > ul > li.sub-menu ul li a span:after {
  display: none;
}
header > div .zone-header-right .module-menu.main span:after {
  background: #be9c7e;
  content: '';
  width: 0;
  height: 2px;
  transition: 0.5s;
  position: relative;
  display: block;
  border-radius: 10px;
}
header > div .zone-header-right .module-menu.main span:hover:after {
  width: 100%;
}
header > div .zone-header-left .module-logo img {
  transition: 0.5s;
}
header > div .module-menu span {
  letter-spacing: 2px;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-right .module.module-cluster .module,
  header > div .zone-header-right .module.module-cluster .module-header {
    margin-right: 0 !important;
  }
  header > div .zone-header-right .module.module-cluster a,
  header > div .zone-header-right .module.module-cluster span {
    color: #575556 !important;
  }
}
@media only screen and (max-width: 768px) {
  header > div .zone-header-left {
    margin-left: 0;
  }
  header > div .zone-header-left .module-logo {
    margin-top: 0 !important;
    top: 3px !important;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  header > div .zone-header-left .module-logo img {
    height: 60px;
  }
}
footer > .zone-footer .module {
  width: 18%;
}
@media only screen and (max-width: 640px) {
  footer > .zone-footer .module {
    width: 100%;
  }
}
footer > .zone-footer .module .module-header-title {
  width: 100%;
  text-align: center;
}
footer > .zone-footer .module ul,
footer > .zone-footer .module li,
footer > .zone-footer .module article {
  text-align: center !important;
}
footer > .zone-footer .module-logo {
  max-width: 300px;
}
footer > .zone-footer .module-logo .module-header {
  display: none;
}
@media only screen and (max-width: 640px) {
  footer > .zone-footer .module-logo {
    margin: auto;
  }
}
footer > .zone-footer .module-logo img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  footer > .zone-footer .module-logo img {
    width: 300px;
    margin: auto;
    display: block;
  }
}
.price {
  letter-spacing: 2px;
}
@media only screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  .module-header-title {
    width: 100%;
    text-align: center !important;
  }
  h1,
  h2 {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 28px !important;
  }
}
@media only screen and (max-width: 1024px) {
  body.homepage header {
    background: transparent;
  }
  body.homepage header .module-logo {
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage section.wrapper {
    margin-top: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  footer {
    padding: 20px;
  }
}
/*** CSS ROUTING ***/
section.row-2 > div.zone-right-content {
  background: none;
}
.wrapper {
  margin-bottom: 50px;
}
.wrapper .zone-full-width {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
}
.wrapper .zone-full-width .module-slider {
  width: 100%;
}
.wrapper .zone-left-content .module-property-info ul li {
  border-radius: 10px;
  margin: 10px 0;
  background: rgba(190, 156, 126, 0.3);
}
/*** CUSTOM CSS FROM BDD MODULE 297032 ***/
.zone-left_content .module.module-297032.template-1.navigation-template-1.module-navigation .module-navigation-link,
.module.module-297032.template-1.navigation-template-1.module-navigation .module-navigation-link,
.zone-left_content .module.module-297032.template-1.navigation-template-1.module-navigation .disable,
.module.module-297032.template-1.navigation-template-1.module-navigation .disable {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 294310 ***/
.zone-header_left .module.module-294310.template-2.logo-template-2.module-logo,
.module.module-294310.template-2.logo-template-2.module-logo {
  display: flex;
  position: relative;
}
.zone-header_left .module.module-294310.template-2.logo-template-2.module-logo .module-header,
.module.module-294310.template-2.logo-template-2.module-logo .module-header {
  position: absolute;
  width: 350px;
  top: 50%;
  transform: translateY(-50%);
  left: 160px;
  display: none;
}
.zone-header_left .module.module-294310.template-2.logo-template-2.module-logo .module-header .module-header-title,
.module.module-294310.template-2.logo-template-2.module-logo .module-header .module-header-title {
  font-size: 30px;
  line-height: 40px;
  color: white;
  font-family: "Seaweed Script", cursive;
  font-weight: 100;
  font-style: normal;
  transform: rotate(-2deg);
}
/*** CUSTOM CSS FROM BDD MODULE 294328 ***/
.zone-full_width .module.module-294328.main.template-1.slider-template-1.module-slider .slider,
.module.module-294328.main.template-1.slider-template-1.module-slider .slider {
  height: 100vh !important;
}
.zone-full_width .module.module-294328.main.template-1.slider-template-1.module-slider .slider img,
.module.module-294328.main.template-1.slider-template-1.module-slider .slider img {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-294328.main.template-1.slider-template-1.module-slider .owl-theme .owl-nav i,
  .module.module-294328.main.template-1.slider-template-1.module-slider .owl-theme .owl-nav i {
    font-size: 40px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 294330 ***/
.zone-left_content .module.module-294330.template-1.breadcrumb-template-1.module-breadcrumb,
.module.module-294330.template-1.breadcrumb-template-1.module-breadcrumb {
  margin-top: 0;
}
.zone-left_content .module.module-294330.template-1.breadcrumb-template-1.module-breadcrumb a,
.module.module-294330.template-1.breadcrumb-template-1.module-breadcrumb a {
  font-weight: 900;
}
/*** CUSTOM CSS FROM BDD MODULE 294367 ***/
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module-header,
.module.module-294367.template-1.cluster-template-1.module-cluster .module-header {
  margin-right: 10px;
}
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-294367.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  position: absolute;
  left: 0;
  font-size: 30px;
  line-height: 40px;
  color: #173046;
  font-family: "Seaweed Script", cursive;
  font-weight: 100;
  font-style: normal;
  transform: rotate(-2deg);
}
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module-header p,
.module.module-294367.template-1.cluster-template-1.module-cluster .module-header p {
  margin-bottom: 0;
}
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module-header p a,
.module.module-294367.template-1.cluster-template-1.module-cluster .module-header p a {
  font-weight: 700;
}
/*** CUSTOM CSS FROM BDD MODULE 294329 ***/
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info,
.module.module-294329.template-2.property-info-template-2.module-property-info {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 20px auto;
  background: transparent;
  border: 1px solid black;
  border-radius: 10px;
  display: block;
  postion: relative;
  padding: 5px;
}
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info > ul,
.module.module-294329.template-2.property-info-template-2.module-property-info > ul {
  border: #173046 1px solid;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info,
  .module.module-294329.template-2.property-info-template-2.module-property-info {
    margin: 10px;
  }
}
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info h2,
.module.module-294329.template-2.property-info-template-2.module-property-info h2 {
  color: #173046;
  width: 100%;
  text-transform: uppercase;
}
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info,
.module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info,
  .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info {
    justify-content: center;
  }
}
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .mdi,
.module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .mdi {
  margin-right: 5px;
}
.zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .price,
.module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .price {
  position: absolute;
  right: 0;
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .price,
  .module.module-294329.template-2.property-info-template-2.module-property-info ul.listing-info .price {
    position: relative;
    width: 100%;
    text-align: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 294331 ***/
.zone-left_content .module.module-294331.template-4.property-info-template-4.module-property-info .comment,
.module.module-294331.template-4.property-info-template-4.module-property-info .comment {
  text-align: left;
}
.zone-left_content .module.module-294331.template-4.property-info-template-4.module-property-info h1,
.module.module-294331.template-4.property-info-template-4.module-property-info h1 {
  text-transform: uppercase;
}
/*** CUSTOM CSS FROM BDD MODULE 294340 ***/
.zone-left_content .module.module-294340.template-3.property-info-template-3.module-property-info ul li:nth-child(odd),
.module.module-294340.template-3.property-info-template-3.module-property-info ul li:nth-child(odd) {
  background: #be9c7e;
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 294342 ***/
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster,
.module.module-294342.template-1.cluster-template-1.module-cluster {
  background: #173046;
  border-radius: 10px;
}
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster h1,
.module.module-294342.template-1.cluster-template-1.module-cluster h1,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster h2,
.module.module-294342.template-1.cluster-template-1.module-cluster h2,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster h3,
.module.module-294342.template-1.cluster-template-1.module-cluster h3,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster h4,
.module.module-294342.template-1.cluster-template-1.module-cluster h4,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster h5,
.module.module-294342.template-1.cluster-template-1.module-cluster h5,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster p,
.module.module-294342.template-1.cluster-template-1.module-cluster p,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster li,
.module.module-294342.template-1.cluster-template-1.module-cluster li,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster label,
.module.module-294342.template-1.cluster-template-1.module-cluster label,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster span,
.module.module-294342.template-1.cluster-template-1.module-cluster span,
.zone-right_content .module.module-294342.template-1.cluster-template-1.module-cluster .mdi,
.module.module-294342.template-1.cluster-template-1.module-cluster .mdi {
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 294413 ***/
.zone-footer .module.module-294413.template-1.lead-template-1.module-lead,
.module.module-294413.template-1.lead-template-1.module-lead,
.popup-module-lead.popup-module-294413 {
  text-align: center;
}
/*** CUSTOM CSS FROM BDD MODULE 294345 ***/
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info,
.module.module-294345.template-33.property-info-template-33.module-property-info {
  background: #173046;
  border-radius: 10px;
}
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info h1,
.module.module-294345.template-33.property-info-template-33.module-property-info h1,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info h2,
.module.module-294345.template-33.property-info-template-33.module-property-info h2,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info h3,
.module.module-294345.template-33.property-info-template-33.module-property-info h3,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info h4,
.module.module-294345.template-33.property-info-template-33.module-property-info h4,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info h5,
.module.module-294345.template-33.property-info-template-33.module-property-info h5,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info p,
.module.module-294345.template-33.property-info-template-33.module-property-info p,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info li,
.module.module-294345.template-33.property-info-template-33.module-property-info li,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info label,
.module.module-294345.template-33.property-info-template-33.module-property-info label,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info span,
.module.module-294345.template-33.property-info-template-33.module-property-info span,
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .mdi,
.module.module-294345.template-33.property-info-template-33.module-property-info .mdi {
  color: white;
}
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics,
.module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics {
  display: flex;
  justify-content: space-between;
}
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic,
.module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic {
  width: 48%;
}
.zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic svg,
.module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic svg {
  width: 150px;
}
@media only screen and (max-width: 768px) {
  .zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics,
  .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics {
    flex-direction: column;
  }
  .zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic,
  .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic {
    width: 100%;
  }
  .zone-right_content .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic svg,
  .module.module-294345.template-33.property-info-template-33.module-property-info .energy-diagnostics .diagnostic svg {
    width: 190px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 294355 ***/
.zone-footer .module.module-294355.template-1.language-template-1.module-language .content,
.module.module-294355.template-1.language-template-1.module-language .content {
  text-align: center;
}
/*** CUSTOM CSS FROM BDD MODULE 294338 ***/
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster ul li,
.module.module-294338.template-1.cluster-template-1.module-cluster ul li {
  background: rgba(190, 156, 126, 0.3);
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd),
.module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd) {
  background: #be9c7e;
  color: white;
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd) span,
.module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd) span {
  color: white;
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd) span:before,
.module.module-294338.template-1.cluster-template-1.module-cluster ul li:nth-child(odd) span:before {
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 294346 ***/
.zone-right_content .module.module-294346.template-1.similar-template-1.module-similar,
.module.module-294346.template-1.similar-template-1.module-similar {
  padding: 25px;
}
/*** CUSTOM CSS FROM BDD MODULE 294341 ***/
.zone-right_content .module.module-294341.template-1.share-template-1.module-share,
.module.module-294341.template-1.share-template-1.module-share,
.popup-module-share.popup-module-294341 {
  background: #173046;
  border-radius: 10px;
}
.zone-right_content .module.module-294341.template-1.share-template-1.module-share h1,
.module.module-294341.template-1.share-template-1.module-share h1,
.popup-module-share.popup-module-294341 h1,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share h2,
.module.module-294341.template-1.share-template-1.module-share h2,
.popup-module-share.popup-module-294341 h2,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share h3,
.module.module-294341.template-1.share-template-1.module-share h3,
.popup-module-share.popup-module-294341 h3,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share h4,
.module.module-294341.template-1.share-template-1.module-share h4,
.popup-module-share.popup-module-294341 h4,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share h5,
.module.module-294341.template-1.share-template-1.module-share h5,
.popup-module-share.popup-module-294341 h5,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share p,
.module.module-294341.template-1.share-template-1.module-share p,
.popup-module-share.popup-module-294341 p,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share li,
.module.module-294341.template-1.share-template-1.module-share li,
.popup-module-share.popup-module-294341 li,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share label,
.module.module-294341.template-1.share-template-1.module-share label,
.popup-module-share.popup-module-294341 label,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share span,
.module.module-294341.template-1.share-template-1.module-share span,
.popup-module-share.popup-module-294341 span,
.zone-right_content .module.module-294341.template-1.share-template-1.module-share .mdi,
.module.module-294341.template-1.share-template-1.module-share .mdi,
.popup-module-share.popup-module-294341 .mdi {
  color: white;
}
.zone-right_content .module.module-294341.template-1.share-template-1.module-share ul li,
.module.module-294341.template-1.share-template-1.module-share ul li,
.popup-module-share.popup-module-294341 ul li {
  transition: 0.5s;
}
.zone-right_content .module.module-294341.template-1.share-template-1.module-share ul li:hover,
.module.module-294341.template-1.share-template-1.module-share ul li:hover,
.popup-module-share.popup-module-294341 ul li:hover {
  transform: scale(1.1);
}
/*** CUSTOM CSS FROM BDD MODULE 324163 ***/
.zone-footer .module.module-324163.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-324163.template-1.picture-template-1.module-picture.basic-mod img {
  width: 180px;
}
/*** CUSTOM CSS FROM BDD MODULE 294369 ***/
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language,
.module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language,
.module.module-294369.template-1.language-template-1.module-language {
  margin-top: -5px;
}
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language ul,
.module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language ul,
.module.module-294369.template-1.language-template-1.module-language ul {
  display: flex;
}
.zone-header_right .module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language ul li,
.module.module-294367.template-1.cluster-template-1.module-cluster .module.module-294369.template-1.language-template-1.module-language ul li,
.module.module-294369.template-1.language-template-1.module-language ul li {
  margin: 0 5px;
}
/*** CUSTOM CSS FROM BDD MODULE 294336 ***/
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info ul li:last-child,
.module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info ul li:last-child,
.module.module-294336.template-6.property-info-template-6.module-property-info ul li:last-child {
  margin-bottom: 20px;
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .hidden,
.module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .hidden,
.module.module-294336.template-6.property-info-template-6.module-property-info .hidden {
  display: none;
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .button,
.module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .button,
.module.module-294336.template-6.property-info-template-6.module-property-info .button {
  margin: auto;
  width: fit-content;
  display: block;
  background: #173046;
  font-size: 20px;
  transition: 0.5s;
}
.zone-left_content .module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .button:hover,
.module.module-294338.template-1.cluster-template-1.module-cluster .module.module-294336.template-6.property-info-template-6.module-property-info .button:hover,
.module.module-294336.template-6.property-info-template-6.module-property-info .button:hover {
  transform: scale(1.1);
}

