<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&amp;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 &gt; 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/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 &gt; .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Elone PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/cms.less ***/
.module-cms h1,
.module-cms h2 {
  display: block;
}
.module-cms {
  padding: 0;
  margin: 0 0 50px 0;
  background: transparent;
}
.module-cms h1,
.module-cms h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 56px;
}
.module-cms .module-header,
.module-cms .info {
  margin: auto;
  max-width: 1280px;
  text-align: justify;
}
.module-cms .module-header p,
.module-cms .info p {
  padding: auto;
  list-style: initial;
}
.module-cms:after {
  content: none;
}
.module-cms .background:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(56, 58, 63, 0.2);
}
.module-cms h2 {
  margin-bottom: 0;
}
/*** 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 Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect &gt; .optWrapper &gt; .options .group &gt; label {
  display: none;
}
.SumoSelect &gt; .optWrapper.multiple &gt; .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] &gt; li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center &gt; .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close &gt; i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center &gt; .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values &gt; div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** CSS BASE TEMPLATE Elone PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/search.less ***/
.module-search {
  background: rgba(26, 26, 26, 0.76) /* @searchBackground */;
  padding: 0;
  margin: -50px auto 40px auto;
  z-index: 500;
  position: relative;
  box-shadow: 5px 6px 3px rgba(25, 25, 25, 0.2);
}
.module-search .hidden {
  display: none;
}
.module-search:not(.open) form .fields-wrapper .search-advanced {
  display: none;
}
.module-search.open .advanced-btn-open {
  display: none;
}
.module-search form {
  max-width: 1240px;
  margin: 0 auto;
}
.module-search form .fields-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: white;
  display: none;
}
.module-search form .fields-wrapper .advanced-btn button span {
  color: white;
}
.module-search form .fields-wrapper .search-advanced {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .search-advanced label {
  color: #6a7278 /* @searchFont */;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper {
  justify-content: space-evenly;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: #6a7278;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close i {
  font-size: 20px;
  padding-left: 3px;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.form-center {
  width: 94%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .line-wrapper.form-center &gt; .field {
  width: 19.9%;
  padding-right: 10px;
}
.module-search form .fields-wrapper .line-wrapper.form-center &gt; .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  color: #6a7278 /* @searchFont */;
}
.module-search form .fields-wrapper .line-wrapper.form-center &gt; .field:last-child {
  border-right: none;
}
.module-search form .fields-wrapper .line-wrapper.form-center &gt; .field input[type="text"] {
  height: 40px;
  border: 0;
  background: white;
  border-radius: 0;
}
.module-search form .fields-wrapper .advanced-btn {
  width: 100%;
  height: 0;
  text-align: center;
}
.module-search form .fields-wrapper .advanced-btn button.advanced-btn-open {
  margin-top: 20px;
  background: #6a7278;
}
.module-search form .fields-wrapper button {
  line-height: 80px;
  border: none;
  text-indent: 0;
  margin: 0;
}
.module-search form .fields-wrapper button &gt; i {
  font-size: 40px;
  vertical-align: middle;
  color: white ;
}
.module-search form .fields-wrapper button.submit &gt; span {
  display: none;
}
.module-search.search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .module-search form {
    margin: 0 0 0 2vw;
  }
}
@media screen and (min-width: 769px) and (max-width: 973px) {
  .module-search form .fields-wrapper .line-wrapper.form-center {
    width: 91%;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search.wrapper_search-advanced.open .form-center .field:nth-last-of-type(2) {
    flex: 1 1 300px;
  }
  .module-search.wrapper_search-advanced.open button.submit {
    width: auto;
    position: relative;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search {
    width: 80%;
    padding: 15px;
  }
  .module-search form .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field {
    width: 49.8%;
    border: 0px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field .select2-container,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field .select2-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field input[type="text"],
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field input[type="text"] {
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_min.number,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_max.number,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field.price_max.number {
    width: 24.8%;
  }
  .module-search form .fields-wrapper button {
    line-height: 24px;
    margin-top: 2rem;
    padding: 10px;
    display: flex;
  }
  .module-search form .fields-wrapper button &gt; i {
    font-size: 20px;
  }
  .module-search form .fields-wrapper button span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field {
    width: 49.8%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_max.number {
    width: 24.8%;
  }
}
@media only screen and (max-width: 640px) {
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field {
    margin-top: 1rem;
    width: 100%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_min.number,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center &gt; .field.price_max.number,
  .module-search form .fields-wrapper .search-advanced .line-wrapper &gt; .field.price_max.number {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect &gt; .optWrapper &gt; .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect &gt; .optWrapper &gt; .options .group &gt; label {
  display: none;
}
form[name=newsletter-form] .SumoSelect &gt; .optWrapper.multiple &gt; .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** CSS BASE PLUGIN 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 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 &gt; li,
.module-menu.main ul &gt; 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 &gt; ul {
    display: none;
  }
  .module-menu.main &gt; ul.active {
    display: block;
  }
  .module-menu.main &gt; ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing &gt; li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing &gt; li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing &gt; li:hover .picture .buttons &gt; div .button {
  transform: translateX(0);
}
.module-listing ul.listing &gt; li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing &gt; li .titles h2,
.module-listing ul.listing &gt; li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing &gt; li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing &gt; li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing &gt; li .none {
  opacity: 0 !important;
}
.module-listing ul.listing &gt; li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing &gt; li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing &gt; li .selectionLink:hover,
.module-listing ul.listing &gt; li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing &gt; li .picture {
  height: 240px;
}
.module-listing ul.listing &gt; li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing &gt; li .picture .buttons &gt; div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing &gt; li .picture .buttons &gt; div a {
  margin: 0 10px;
}
.module-listing ul.listing &gt; li .picture .buttons &gt; div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing &gt; li .picture .buttons &gt; div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing &gt; li .picture .buttons &gt; div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing &gt; li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing &gt; li ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing &gt; li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing &gt; li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing &gt; li ul li.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing &gt; li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing &gt; li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing &gt; li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing &gt; li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing &gt; li.on-load {
  min-width: 100px;
}
.module-listing ul.listing &gt; li.on-load &gt; i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-listing ul.listing &gt; li.on-load &gt; i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Elone PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/modules/css/listing.less ***/
/* all listing */
.module-listing .module-header {
  margin-bottom: 50px;
}
.module-listing .module-header h1 {
  margin-bottom: 0;
}
.module-listing ul.listing {
  max-width: 1240px;
  margin: 0 auto;
  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-listing ul.listing &gt; li {
  width: 100%;
  min-height: 430px;
  margin: 0 0 50px;
  background: transparent;
}
.module-listing ul.listing &gt; li figure {
  position: relative;
  margin-bottom: 15px;
}
.module-listing ul.listing &gt; li figure a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.module-listing ul.listing &gt; li figure a.logo {
  background: #f2f1f1 /* @color2 */;
}
.module-listing ul.listing &gt; li figure a.logo img {
  width: 50%;
  height: auto;
}
.module-listing ul.listing &gt; li figure a img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
.module-listing ul.listing &gt; li figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module-listing ul.listing &gt; li article.infos {
  padding-left: 20px;
  border-left: 1px solid #a78f51 /* @color4 */;
}
.module-listing ul.listing &gt; li article.infos h2 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 0;
}
.module-listing ul.listing &gt; li article.infos h3 {
  text-transform: uppercase;
  font-family: lato;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.module-listing ul.listing &gt; li article.infos h4 {
  background: #a78f51 /* @color4 */;
  padding: 10px;
}
.module-listing ul.listing &gt; li article.infos p.price {
  font-weight: 600;
}
.module-listing ul.listing &gt; li article.infos ul {
  background: none;
  height: auto;
}
.module-listing ul.listing &gt; li article.infos ul li {
  color: #6a7278;
  height: auto;
}
.module-listing ul.listing &gt; li article.infos ul li.price {
  background: #a78f51 /* @color4 */;
  padding: 7px;
  color: #fff;
}
.module-listing ul.listing &gt; li ul {
  background-color: #f2f1f1 /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #a78f51 /* @color4 */;
}
.module-listing ul.listing li .soleagent {
  z-index: 1;
}
.module-listing ul.listing li .owl-controls i {
  background-color: rgba(167, 143, 81, 0.5);
}
.module-listing ul.listing li ul li.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  background-color: transparent;
}
.module-listing ul.listing li ul li.price div {
  height: auto;
  padding: 4px 20px;
  color: #a78f51 /* @color4 */;
  border: 1px solid #a78f51 /* @color4 */;
  border-radius: 2px;
}
.module-listing ul.listing li .owl-controls i {
  background-color: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.48);
}
.module-listing ul.listing li .medias {
  position: absolute;
  right: 0;
  top: 78px;
  padding: 1px 8px;
  color: #fff;
  background-color: #4a134a;
}
.module-listing nav.pager {
  text-align: center;
  overflow: hidden;
}
.module-listing nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
.module-listing nav.pager li a,
.module-listing nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
  background-color: #f2f1f1 /* @color2 */;
}
.module-listing nav.pager li a {
  color: #a78f51 /* @color4 */;
  background: transparent;
}
.module-listing nav.pager li.current span,
.module-listing nav.pager li a:hover {
  color: #fff;
  background-color: #a78f51 /* @color4 */;
}
.module-listing nav.pager li.disabled {
  display: none;
}
/* end all listing */
.module-listing.listing-template-3 ul.listing li.property ul li div {
  color: #6a7278;
}
.module-listing.listing-template-4 ul.listing &gt; li {
  text-align: left;
  box-shadow: none;
}
.module-listing.listing-template-4 ul.listing &gt; li ul {
  padding: 0;
  border: none;
  margin: 15px 0 0;
}
.module-listing.listing-template-4 .content p {
  color: #f2f1f1;
}
.module-listing.listing-template-4 p.button {
  padding: 6px 20px;
  margin: 15px 0 0;
  width: auto;
  color: #fff;
}
.module-listing.listing-template-4 nav.pager li.disable {
  padding: 15px 0px;
}
.module-listing.listing-template-4 .pager ul li.current,
.module-listing.listing-template-4 .pager ul li:hover a {
  width: 46px;
  height: 49px;
}
.module-listing.listing-template-6 ul.listing li.property ul li {
  background-color: #f2f1f1;
  color: #6a7278;
}
.module-listing.listing-template-7 ul.listing li.property .picture {
  width: 100%;
}
.module-listing.listing-template-7 ul.listing li.property .content ul {
  background: white;
}
.module-listing.listing-template-7 ul.listing li.property .content ul li {
  color: #f2f1f1;
}
/*** 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 &gt; span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent &gt; span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent &gt; label {
  position: initial;
}
.module-language .CaptationContent &gt; 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: "Montserrat", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: "Montserrat", sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** 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 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 &gt; 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;
}
/*** 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: #6a7278 /* @fontColor */;
  font-family: "Montserrat", 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: #6a7278 /* @fontColorTitle */;
  font-family: "Montserrat", sans-serif /* @fontfamilyTitle */;
  font-weight: 300 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 46px /* @fontsizeTitle */;
  line-height: 56px;
}
a {
  color: #6a7278 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #6a7278 /* @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: #a78f51 /* @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: #857240;
}
/* 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: #f2f1f1 /* @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: #6a7278 /* @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: #6a7278 /* @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: #6a7278 /* @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 &gt; .optWrapper {
  background: #f2f1f1;
  /* @color3 */
}
.SumoSelect &gt; .optWrapper &gt; .options li label {
  color: #6a7278;
  /* @searchFont */
}
.SumoSelect &gt; .CaptionCont {
  background: transparent;
  color: #6a7278;
  /* @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 &gt; div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header &gt; 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: 40px /* @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 &gt; div .zone-header-right .module-menu ul &gt; li.current span {
  color: #a78f51;
  /* @color4 */
}
header .zone-header-right .module-menu.main.column ul &gt; li a,
header .zone-header-right .module-cluster .module-menu ul &gt; 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 &gt; ul &gt; li.sub-menu &gt; ul &gt; li:hover a {
  color: #a78f51;
  /* @color4 */
}
/** base**/
.zone-header-right {
  width: 100%;
}
.zone-header-right .module-menu &gt; 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 &gt; ul &gt; li {
  display: block;
}
.zone-header-right .module-menu &gt; ul &gt; li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu &gt; ul &gt; li a {
  color: #6a7278 /* @headerContent */;
}
.zone-header-right .module-menu &gt; ul &gt; li.sub-menu &gt; ul &gt; li {
  width: 100%;
}
.zone-header-right .module-menu &gt; 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 &gt; ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu &gt; 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 &gt; 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 &gt; ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu &gt; ul li.sub-menu ul li a {
    color: #6a7278 /* @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: #6a7278;
}
.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: #6a7278;
  /* @headerContent */
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #6a7278 /* @headerContent */;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-currency .FieldWrapper {
  border-left: solid 3px #6a7278 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
.zone-header-right .module.module-currency .FieldWrapper label {
  color: #6a7278 /* @headerContent */;
}
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent span,
.zone-header-right .module.module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #6a7278 /* @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: #6a7278 /* @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: #6a7278;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #a78f51;
}
@media only screen and (max-width: 1024px) {
  header &gt; div {
    justify-content: center;
  }
  header &gt; div .zone-header-right {
    position: initial;
    width: auto;
  }
  header &gt; 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 &gt; div,
  header.is-active.fixed &gt; div {
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #ffffff;
    display: block;
  }
  header.is-active &gt; div .zone-header-right,
  header.is-active.fixed &gt; div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed &gt; div .zone-header-right,
  header.is-active &gt; div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed &gt; div .zone-header-right .module-menu.main ul,
  header.is-active &gt; div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed &gt; div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active &gt; 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 &gt; div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active &gt; div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed &gt; div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active &gt; div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #6a7278 /* @headerContent */;
  }
  header.is-active.fixed &gt; div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active &gt; div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed &gt; div .zone-header-right .module-cluster,
  header.is-active &gt; 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 &gt; div .zone-header-right .module-cluster .module-lead,
  header.is-active &gt; div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed &gt; div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active &gt; 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: #a78f51;
    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 &gt; 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 &gt; ul &gt; 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: #6a7278;
  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: #6a7278 /* @footerContent */;
}
footer .zone-footer .module-language .ApiFieldGroup .FieldWrapper {
  background: #ffffff /* @footerBackground  */;
}
footer .zone-footer .module-language .ApiFieldGroup .CaptationContent label i {
  color: #6a7278 /* @footerContent  */;
}
footer a:hover {
  color: #a78f51;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter svg path {
  fill: #6a7278;
}
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: #6a7278 /* @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: #a78f51;
}
footer .module-menu.column {
  margin: auto;
  width: 20%;
  margin: 0;
}
footer .module-menu.column ul {
  margin: 0;
  display: block;
}
footer .module-menu.column ul &gt; li {
  text-align: left;
  margin: 0 !important;
}
footer .module-menu.column ul &gt; 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 &gt; li,
  footer .zone-footer .module-menu ul &gt; 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 &gt; .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Elone PAGE one_column ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone/Resources/pages/css/one-columns.less ***/
body.one-column {
  /* module user */
}
body.one-column .module-user {
  position: relative;
  margin-bottom: 150px;
}
body.one-column .module-user:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 525px;
  background: #f2f1f1 /* @color3 */;
  color: #a78f51 /* @color4 */;
  z-index: -1;
}
body.one-column .module-user ul.listing {
  justify-content: center;
}
body.one-column .module-user .module-header {
  padding-top: 80px;
}
body.one-column .module-user .module-header h2 {
  margin-bottom: 50px;
}
body.one-column .module-user .module-header-content {
  max-width: 800px;
  margin: auto;
}
body.one-column .module-user ul.listing &gt; li {
  width: 20%;
  background: #ffffff;
  margin: 0 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
body.one-column .module-user i.mdi {
  color: #a78f51;
  /* @color4 */
}
body.one-column .module-user .info p br {
  display: none;
}
body.one-column .module-user .container {
  margin: 0;
}
body.one-column .module-user .container .picture {
  padding: 0;
  margin-bottom: 15px;
}
body.one-column .module-user .container .picture &gt; div.userBubble {
  border-radius: 0;
  width: 100%;
  height: 260px;
}
/*** CSS WEBSITE Fine &amp; Country ***/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
body.listing .module-cms.loader {
  max-width: none;
}
.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: #6a7278 !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: #6a7278 !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 {
  background: #fbfbfb;
}
.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 &gt; 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(242, 241, 241, 0.1);
}
.module-legal .cookies h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.module-legal .cookies h3 {
  font-family: "Montserrat", sans-serif;
}
.module-legal .bloctel h1 {
  padding-bottom: 0;
}
/*------*/
/* PAGE LISTING */
body.listing .zone-content {
  padding-top: 30px;
}
body.listing .module-cms {
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
body.listing .module-search {
  margin-top: 0;
  background: #efefef;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
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 &gt; .field label {
    color: white;
  }
}
@media only screen and (max-width: 768px) {
  body.listing .zone-full-width .module-search {
    /*  form .fields-wrapper button {
                    display: flex;
                    justify-content: center;
                    width: 94%;
                    height: auto;
                    line-height: 40px;
                    margin-bottom: 2rem;
                    padding: 10px;
                
                } */
  }
}
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 &gt; 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;
}
/* 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 &gt; label {
  color: white;
}
.popup-module-newsletter .rgpd &gt; label a {
  color: #a78f51;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter .rgpd &gt; 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: "Montserrat", sans-serif;
}
.popup-module-newsletter.template-1 .submit span {
  font-family: "Montserrat", 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: "Montserrat", 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;
}
.select2-container--default li.tab-0,
.select2-container--open li.tab-0 {
  font-family: "Montserrat", serif !important;
  font-weight: 600 !important;
}
.select2-container--default .dropdown-price li .tab-0,
.select2-container--open .dropdown-price li .tab-0 {
  font-weight: normal !important;
}
@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 &gt; div {
  max-width: 95%;
}
@media only screen and (max-width: 1024px) {
  header &gt; div .zone-header-right .module.module-cluster .module,
  header &gt; div .zone-header-right .module.module-cluster .module-header {
    margin-right: 0 !important;
  }
  header &gt; div .zone-header-right .module.module-cluster a,
  header &gt; div .zone-header-right .module.module-cluster span {
    color: #575556 !important;
  }
  header &gt; div .zone-header-right .module.module-cluster i.mdi-heart {
    color: #d10808 !important;
  }
}
@media only screen and (max-width: 768px) {
  header &gt; div .zone-header-left {
    margin-left: 0;
  }
  header &gt; div .zone-header-left .module-logo {
    margin-top: 0 !important;
    top: 3px !important;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  header &gt; div .zone-header-left .module-logo img {
    height: 40px;
  }
}
footer &gt; .zone-footer .module-logo {
  max-width: 400px;
}
@media only screen and (max-width: 640px) {
  footer &gt; .zone-footer .module-logo {
    margin: auto;
  }
}
footer &gt; .zone-footer .module-logo img {
  width: 400px;
}
@media only screen and (max-width: 640px) {
  footer &gt; .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;
  }
}
@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;
  }
}
header .zone-header-right .module-menu.main.column ul &gt; li a {
  font-weight: normal !important;
}
header {
  padding-bottom: 5px;
}
body.homepage header {
  background-color: #fff !important;
}
body.homepage header a,
body.homepage header span,
body.homepage header i,
body.homepage header i::before,
body.homepage header .sub-menu::after,
body.homepage header .BadgeTotalReviews__Content-sc-15g78rc-0,
body.homepage header .RatingValue__Container-sc-fl6036-0 {
  color: #000 !important;
  font-weight: 600;
}
body.homepage header .sub-menu li a span {
  color: #333333 !important;
}
body.homepage header.fixed {
  background-color: #fff !important;
}
body.homepage header.fixed a,
body.homepage header.fixed span,
body.homepage header.fixed i,
body.homepage header.fixed i::before,
body.homepage header.fixed .sub-menu::after,
body.homepage header.fixed .BadgeTotalReviews__Content-sc-15g78rc-0,
body.homepage header.fixed .RatingValue__Container-sc-fl6036-0 {
  color: #333333 !important;
  font-weight: 600;
}
body.homepage header i.mdi-heart {
  color: #d10808 !important;
}
body:not(.homepage) header {
  background-color: #fff !important;
}
.background-mod .picture {
  min-height: 600px;
}
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #a78f51 !important;
  cursor: pointer;
  padding: 5px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 600;
  border: 0;
}
@media (min-width: 1024px) {
  body.listing .zone-content {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    max-width: none !important;
  }
  body.listing .zone-content .module-317734 {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    max-width: 1240px !important;
  }
  body.listing .zone-content .module-317734 .module-header {
    width: 100% !important;
  }
  body.listing .zone-content .module-317734 form {
    width: 100% !important;
  }
  body.listing .zone-content .module-317848 {
    max-width: 1240px !important;
    width: 100% !important;
  }
  body.listing .zone-content .module-listing ul.listing {
    max-width: none !important;
    padding: 5px !important;
  }
  body.listing .zone-content .module-listing ul.listing li.property {
    margin-bottom: 0px !important;
  }
  body.listing .zone-content .module.module-317735.template-3.listing-template-3.module-listing li.property,
  body.listing .zone-content .module.module-317735.template-3.listing-template-3.module-listing li.property {
    margin-bottom: 0px !important;
  }
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:hover {
  text-decoration: none;
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:before,
body header .zone-header-right .module-menu &gt; ul &gt; li a:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -2px;
  background: #a78f51;
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:before {
  left: 0;
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:after {
  right: 0;
  background: #a78f51;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:hover:before {
  background: #a78f51;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
body header .zone-header-right .module-menu &gt; ul &gt; li a:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}
header {
  background-color: #fff !important;
}
header .zone-header-left .module-logo {
  display: block !important;
}
header:not(.fixed) span,
header:not(.fixed) li,
header:not(.fixed) a,
header:not(.fixed) a::before,
header:not(.fixed) i {
  color: #6a7278 !important;
}
header:not(.fixed) i.mdi-heart {
  color: #d10808 !important;
}
.zone-header-right .module-menu &gt; ul &gt; li.sub-menu &gt; ul &gt; li {
  width: 100%;
  margin-left: 0px !important;
}
.cms-title {
  text-transform: uppercase !important;
}
footer .module-logo {
  margin-top: 40px;
}
footer .module-343338 {
  margin-right: 45px !important;
}
#select2-search-form-317837_search_category-results {
  display: none;
}
.module-search .category .select2-selection__arrow {
  display: none;
}
.module-search .select2-selection select2-selection--single {
  display: none ;
}
.module-search .category .select2-container--default {
  pointer-events: none;
}
header .module-317786 i.mdi {
  font-size: 20px;
}
header .module-317786 i.mdi::before {
  color: #d10808 !important;
}
header.fixed .module-317786 i.mdi {
  font-size: 20px;
}
header.fixed .module-317786 i.mdi::before {
  color: #d10808 !important;
}
.module-logo img {
  height: 40px !important;
  width: auto;
}
.dropdown-type_subtype {
  top: 293px !important;
}
.dropdown-price {
  top: 269px !important;
  background: #fbfbfb;
}
.text-content {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.text-expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}
.toggle-text {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  background-color: #a78f51;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  /* Assurez-vous que le positionnement soit cohÃ©rent */
  z-index: 5 !important;
  /* Applique un z-index de 10 */
  text-transform: initial;
}
.toggle-text:hover {
  background-color: #806d3e;
}
@media only screen and (max-width: 768px) {
  body.listing {
    flex-wrap: wrap;
  }
  body.listing .module-picture:not(.background-mod) .col-1 {
    width: 100% !important;
    margin: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  flex-wrap: wrap;
  .module-picture.background-mod {
    width: 100% !important;
    height: 300px !important;
    min-height: 300px !important;
  }
  .module-picture.background-mod .container {
    height: 100%;
  }
  .module-picture.background-mod .picture {
    background-position: unset !important;
    background-size: contain !important;
    height: 300px !important;
    min-height: unset !important;
  }
}
@media (min-width: 1024px) {
  body.user-details .row-2 {
    margin-top: 40px !important;
  }
  .dropdown-city {
    margin-top: 293px !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 317856 ***/
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms,
.module.module-317856.loader.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-317856 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999 !important;
  background-color: #f2f1f1;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms img,
.module.module-317856.loader.template-1.cms-template-1.module-cms img,
.popup-module-cms.popup-module-317856 img {
  width: auto;
  height: 60px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .picture,
.module.module-317856.loader.template-1.cms-template-1.module-cms .picture,
.popup-module-cms.popup-module-317856 .picture {
  width: auto;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .info,
.module.module-317856.loader.template-1.cms-template-1.module-cms .info,
.popup-module-cms.popup-module-317856 .info {
  /* Loader 5 */
  margin: 0;
  padding: 0;
  text-align: center;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller,
.popup-module-cms.popup-module-317856 .lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div,
.popup-module-cms.popup-module-317856 .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:after,
.popup-module-cms.popup-module-317856 .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  margin: -3px 0 0 -3px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(1),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(1),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(1):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(1):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(2),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(2),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(2):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(2):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
  background: #a78f51;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(3),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(3),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(3):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(3):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(4),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(4),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(4):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(4):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
  background: #a78f51;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(5),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(5),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(5):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(5):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(6),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(6),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(6):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(6):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
  background: #a78f51;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(7),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(7),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(7):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(7):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(8),
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(8),
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.zone-footer .module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(8):after,
.module.module-317856.loader.template-1.cms-template-1.module-cms .lds-roller div:nth-child(8):after,
.popup-module-cms.popup-module-317856 .lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
  background: #a78f51;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*** CUSTOM CSS FROM BDD MODULE 317726 ***/
.zone-header_left .module.module-317726.template-2.logo-template-2.module-logo img,
.zone-footer .module.module-317726.template-2.logo-template-2.module-logo img,
.module.module-317726.template-2.logo-template-2.module-logo img {
  height: 60Px;
  width: auto;
}
/*** CUSTOM CSS FROM BDD MODULE 317734 ***/
.zone-content .module.module-317734.template-1.search-template-1.module-search,
.module.module-317734.template-1.search-template-1.module-search {
  background: transparent;
  box-shadow: none;
  margin-bottom: 20px;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .select2-selection,
.module.module-317734.template-1.search-template-1.module-search .select2-selection {
  border: 1px solid #000 !important;
  border-radius: 100px !important;
  padding-left: 10px;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .select2-selection input,
.module.module-317734.template-1.search-template-1.module-search .select2-selection input {
  border: none !important;
  border-radius: none !important;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.module.module-317734.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.zone-content .module.module-317734.template-1.search-template-1.module-search input,
.module.module-317734.template-1.search-template-1.module-search input {
  border-radius: none !important;
  border: none !important;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .module-header-title,
.module.module-317734.template-1.search-template-1.module-search .module-header-title {
  font-family: 'Gothic A1', sans-serif;
}
@media only screen and (max-width: 640px) {
  .zone-content .module.module-317734.template-1.search-template-1.module-search,
  .module.module-317734.template-1.search-template-1.module-search {
    position: relative;
    bottom: initial;
  }
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .module-header .module-header-title,
.module.module-317734.template-1.search-template-1.module-search .module-header .module-header-title {
  font-style: normal;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search form .form-center,
.module.module-317734.template-1.search-template-1.module-search form .form-center {
  padding: 0;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.module.module-317734.template-1.search-template-1.module-search .select2-container--default .select2-selection--single,
.zone-content .module.module-317734.template-1.search-template-1.module-search input,
.module.module-317734.template-1.search-template-1.module-search input {
  border-radius: 100px !important;
  padding-left: 10px;
  border: 1px solid black !important;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper {
  align-items: flex-start;
}
@media only screen and (max-width: 1024px) {
  .zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper,
  .module.module-317734.template-1.search-template-1.module-search .fields-wrapper {
    align-items: center;
  }
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field {
  margin-right: 10px;
  flex: 1 1 138px;
}
@media only screen and (max-width: 1024px) {
  .zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field,
  .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field {
    flex: 1 1 90px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field,
  .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field {
    flex: initial;
    border-radius: 10px;
    margin: 0;
    margin-bottom: 10px;
  }
  .zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field input,
  .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .field input {
    margin-bottom: 0;
  }
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit {
  background: transparent;
  height: auto;
  background: #a78f51;
  border-radius: 100px;
  transition: 0.5s;
  line-height: 30px;
  flex: 1 1 200px;
}
@media only screen and (max-width: 1024px) {
  .zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit,
  .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit {
    flex: 1 1 50px;
  }
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit:hover,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit:hover {
  background: white;
  color: #a78f51;
  border: #a78f51 1px solid;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit span,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit span {
  display: block;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit .mdi,
.module.module-317734.template-1.search-template-1.module-search .fields-wrapper .submit .mdi {
  display: none;
}
.zone-content .module.module-317734.template-1.search-template-1.module-search .dropdown-module-search,
.module.module-317734.template-1.search-template-1.module-search .dropdown-module-search {
  top: 305px !important;
}
/*** CUSTOM CSS FROM BDD MODULE 317783 ***/
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster,
.module.module-317783.template-1.cluster-template-1.module-cluster {
  margin-right: 0px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module-header,
.module.module-317783.template-1.cluster-template-1.module-cluster .module-header {
  margin-right: 10px;
  margin-top: 10px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module-header p,
.module.module-317783.template-1.cluster-template-1.module-cluster .module-header p {
  margin-bottom: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 317838 ***/
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter,
.module.module-317838.template-2.newsletter-template-2.module-newsletter {
  width: 40%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter,
  .module.module-317838.template-2.newsletter-template-2.module-newsletter {
    flex-direction: column;
  }
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter .module-header,
.module.module-317838.template-2.newsletter-template-2.module-newsletter .module-header {
  width: 60%;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter .module-header,
  .module.module-317838.template-2.newsletter-template-2.module-newsletter .module-header {
    width: 100%;
  }
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form,
  .module.module-317838.template-2.newsletter-template-2.module-newsletter form {
    width: 100%;
  }
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form &gt; input,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form &gt; input {
  height: 40px;
  width: 100%;
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form .rgpd,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form .rgpd {
  display: flex;
  align-items: center;
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form .rgpd label,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form .rgpd label {
  margin-left: 10px;
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form .submit,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form .submit {
  position: absolute;
  right: -5px;
  top: 0;
  height: 40px;
}
.zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter form .submit span,
.module.module-317838.template-2.newsletter-template-2.module-newsletter form .submit span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .zone-footer .module.module-317838.template-2.newsletter-template-2.module-newsletter,
  .module.module-317838.template-2.newsletter-template-2.module-newsletter {
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 317728 ***/
.zone-header_right .module.module-317728.template-1.menu-template-1.module-menu.main.column &gt; ul li:nth-child(3) ul,
.module.module-317728.template-1.menu-template-1.module-menu.main.column &gt; ul li:nth-child(3) ul {
  column-count: 2;
  width: 500px !important;
  max-width: 500px;
}
/*** CUSTOM CSS FROM BDD MODULE 317846 ***/
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster,
.module.module-317846.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-direction: column;
}
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu,
.module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu {
  margin-bottom: 20px;
}
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul,
.module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul,
  .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul {
    justify-content: center;
  }
  .zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul li,
  .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul li {
    width: fit-content;
  }
}
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi,
.module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul .mdi {
  font-size: 30px;
}
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul span,
.module.module-317846.template-1.cluster-template-1.module-cluster .module-social-menu ul span {
  display: none;
}
.zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-legal p,
.module.module-317846.template-1.cluster-template-1.module-cluster .module-legal p {
  margin: 10px 0;
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-317846.template-1.cluster-template-1.module-cluster .module-legal p,
  .module.module-317846.template-1.cluster-template-1.module-cluster .module-legal p {
    text-align: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 320791 ***/
.zone-full_width .module.module-320791.template-1.cms-template-1.module-cms.only-text,
.module.module-320791.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-320791 {
  padding: 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 317735 ***/
.zone-content .module.module-317735.template-3.listing-template-3.module-listing,
.module.module-317735.template-3.listing-template-3.module-listing {
  margin-top: 30px;
  width: 100%;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li:not(.portrait) img,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li:not(.portrait) img {
  width: 100%;
  object-fit: cover;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li:not(.portrait) img,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li:not(.portrait) img {
  width: 100%;
  object-fit: cover;
  height: 314px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing {
  overflow: visible;
  gap: 7px;
  justify-content: space-around;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li {
  width: 33%;
  transition: 0.5s;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos {
  padding: 10px;
  border-left: none;
  box-shadow: 0px 13px 18px -7px rgba(0, 0, 0, 0.3);
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos h3,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos h3 {
  font-size: 17px;
  line-height: 27px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos h2,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos h2 {
  font-size: 13px;
  line-height: 23px;
  font-family: 'Gothic A1', sans-serif;
  font-style: normal;
  letter-spacing: 1px;
  margin: 10px 0;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul {
  justify-content: center;
  flex-wrap: wrap;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li {
  border-left: 2px solid black;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li:first-child,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li span,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul li span {
  letter-spacing: 1px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul .mdi,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul .mdi {
  font-size: 16px;
  margin-right: 5px;
  color: black;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul .price,
.module.module-317735.template-3.listing-template-3.module-listing ul.listing &gt; li .infos ul .price {
  background: none;
  border-left: none;
  color: #a78f51;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px;
  width: auto;
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager ul li span,
.module.module-317735.template-3.listing-template-3.module-listing .pager ul li span {
  padding: 0;
  font-family: 'Gothic A1', sans-serif;
  height: 30px;
  width: 30px;
  line-height: 32px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager ul li.current,
.module.module-317735.template-3.listing-template-3.module-listing .pager ul li.current,
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager ul li:hover a,
.module.module-317735.template-3.listing-template-3.module-listing .pager ul li:hover a {
  border-radius: 100px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager ul li.current span,
.module.module-317735.template-3.listing-template-3.module-listing .pager ul li.current span,
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager ul li:hover a span,
.module.module-317735.template-3.listing-template-3.module-listing .pager ul li:hover a span {
  border-radius: 100px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .infos,
.module.module-317735.template-3.listing-template-3.module-listing .infos {
  min-height: 174px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .infos ul,
.module.module-317735.template-3.listing-template-3.module-listing .infos ul {
  justify-content: center;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .infos H3,
.module.module-317735.template-3.listing-template-3.module-listing .infos H3 {
  width: 100%;
  text-align: center;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .infos H2,
.module.module-317735.template-3.listing-template-3.module-listing .infos H2 {
  width: 100%;
  text-align: center;
  min-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing figure,
.module.module-317735.template-3.listing-template-3.module-listing figure {
  margin-bottom: 0px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing li.property span.selectionLink,
.module.module-317735.template-3.listing-template-3.module-listing li.property span.selectionLink {
  display: none;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos,
.module.module-317735.template-3.listing-template-3.module-listing article.infos {
  position: relative;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink,
.module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #9d9631;
  font-size: 20px;
  width: 30px;
  height: 20px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink::before,
.module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink::before {
  line-height: 18px;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos .medias,
.module.module-317735.template-3.listing-template-3.module-listing article.infos .medias {
  top: 10Px;
  left: 10Px;
  width: fit-content;
  background-color: #9d9631;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink:hover,
.module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLink:hover {
  transform: rotate(0deg) scale(1.4);
  color: #d10808;
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLinkOn,
.module.module-317735.template-3.listing-template-3.module-listing article.infos a.selectionLinkOn {
  color: #d10808;
  transform: rotate(0deg) scale(1.4);
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .pager,
.module.module-317735.template-3.listing-template-3.module-listing .pager {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .zone-content .module.module-317735.template-3.listing-template-3.module-listing .property,
  .module.module-317735.template-3.listing-template-3.module-listing .property {
    width: 100% !important;
    margin: 0 5Px;
  }
}
.zone-content .module.module-317735.template-3.listing-template-3.module-listing .soleagent,
.module.module-317735.template-3.listing-template-3.module-listing .soleagent {
  position: absolute;
  top: 0;
  left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 343338 ***/
.zone-footer .module.module-343338.template-1.cms-template-1.module-cms.only-text,
.module.module-343338.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-343338 {
  padding: 0px;
  margin: 0px;
  margin-right: 0px !important;
}
@media only screen and (max-width: 768px) {
  .zone-footer .module.module-343338.template-1.cms-template-1.module-cms.only-text,
  .module.module-343338.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-343338 {
    margin: 0 auto !important;
    margin-right: 0px !important;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 317786 ***/
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317786.template-1.menu-template-1.module-menu.inline,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317786.template-1.menu-template-1.module-menu.inline,
.module.module-317786.template-1.menu-template-1.module-menu.inline {
  margin-top: 10px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317786.template-1.menu-template-1.module-menu.inline span,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317786.template-1.menu-template-1.module-menu.inline span,
.module.module-317786.template-1.menu-template-1.module-menu.inline span {
  font-weight: normal !important;
}
/*** CUSTOM CSS FROM BDD MODULE 317785 ***/
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language,
.module.module-317785.template-1.language-template-1.module-language {
  margin-top: 19px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a,
.module.module-317785.template-1.language-template-1.module-language a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a span.culture,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a span.culture,
.module.module-317785.template-1.language-template-1.module-language a span.culture {
  display: none;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a:hover span.culture,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language a:hover span.culture,
.module.module-317785.template-1.language-template-1.module-language a:hover span.culture {
  display: block;
  position: absolute;
  top: 25px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul,
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul,
.module.module-317785.template-1.language-template-1.module-language ul {
  width: 100px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(1),
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(1),
.module.module-317785.template-1.language-template-1.module-language ul li:nth-child(1) {
  order: 1;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(2),
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(2),
.module.module-317785.template-1.language-template-1.module-language ul li:nth-child(2) {
  order: 3;
}
.zone-header_right .module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(3),
.module.module-317783.template-1.cluster-template-1.module-cluster .module.module-317785.template-1.language-template-1.module-language ul li:nth-child(3),
.module.module-317785.template-1.language-template-1.module-language ul li:nth-child(3) {
  order: 2;
}

</pre></body></html>