@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap");
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.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;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* 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/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/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** 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;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.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 Cello PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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 .info {
  text-align: justify;
}
.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 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 Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Cello PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  background-color: #ffffff;
  border-left: solid;
}
.module-language span {
  /* @color4 */
  font-family: 'Roboto', sans-serif /* @fontfamily */;
  font-size: 14px;
  text-transform: uppercase;
}
.module-language a {
  /* @color4 */
  font-family: 'Roboto', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  /**ANIMATION*/
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
}
.module-slider .owl-theme .owl-nav i {
  background: rgba(183, 161, 149, 0.5);
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .mdi:before {
  color: #fff;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
.module-slider .module-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: right;
  z-index: 2;
}
.module-slider .module-header h2 {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module-slider .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.module-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/agency.less ***/
.module-agency.agency-template-7 ul li h3 {
  font-family: 'Roboto', sans-serif /* @fontfamily  */;
  margin: 0;
  color: #ffffff /* @footerContent */;
  font-weight: 400;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** CSS BASE TEMPLATE Cello PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/search.less ***/
.module-search {
  background: #ffffff /* @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 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 .line-wrapper.form-header {
  position: absolute;
  top: -40px;
  left: 0;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category ul li {
  float: left;
  margin-right: 5px;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category .counter {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category input[type=radio] {
  opacity: 0;
  top: auto;
  left: auto;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category label {
  background-color: white;
  margin-left: -13px;
  font-size: 16px!important;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
  opacity: 0.8;
  padding: 5px 15px;
  line-height: 30px;
  text-align: center;
  color: #2d2d2d;
}
.module-search form .fields-wrapper .line-wrapper.form-header .category input[type=radio]:checked ~ label {
  opacity: 1;
  background-color: #b7a195;
  color: white;
  font-size: 18px;
}
.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 .field:first-child {
  padding-left: 10px;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field {
  width: 24%;
  border-right: 1px solid #cdcdcd;
  padding-right: 10px;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
  color: #b7a195 /* @searchFont */;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 40px;
  border: 0;
  background: white;
  border-radius: 0;
}
.module-search form .fields-wrapper button {
  line-height: 80px;
  border: none;
  text-indent: 0;
  margin: 0;
}
.module-search form .fields-wrapper button > i {
  font-size: 40px;
  vertical-align: middle;
  color: white ;
}
.module-search form .fields-wrapper button > span {
  display: none;
}
@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 {
    width: 80%;
    padding: 15px;
  }
  .module-search form .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 49.8%;
    border: 0px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field .select2-container {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    border: 1px solid #ced4da;
    border-radius: 5px;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center > .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 > 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 > .field {
    width: 49.8%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max.number {
    width: 24.8%;
  }
}
@media only screen and (max-width: 640px) {
  .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    margin-top: 1rem;
    width: 100%;
  }
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_min.number,
  .module-search form .fields-wrapper .line-wrapper.form-center > .field.price_max.number {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-8.css ***/
.module-legal.template8 p {
  margin-right: 8px;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-base.less ***/
.module-selection .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  font-size: 16px;
  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;
  z-index: 99;
}
.module-selection .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-selection .selectionLink:hover,
.module-selection .selectionLinkOn {
  opacity: 1;
  transform: scale(1.4);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-5.less ***/
.selection-template-5 .module-header {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 40px auto;
  text-align: center;
}
.selection-template-5 .module-header h2 {
  font-size: 26px;
  line-height: 32px;
  color: #333;
  font-weight: 800;
  margin-bottom: 20px;
}
.selection-template-5 .module-header p {
  color: #1cb79a;
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}
.selection-template-5 .list .item {
  position: relative;
  background-color: #FFF;
}
.selection-template-5 .list .item .content {
  padding: 20px;
}
.selection-template-5 .list .item .content ul {
  padding-top: 20px;
  border-top: 2px solid #e5e5e5;
}
.selection-template-5 .list .item .content ul li {
  display: inline-block;
  margin-right: 10px;
  color: #999;
  font-weight: 700;
}
.selection-template-5 .list .item .content ul li i {
  color: #000;
}
.selection-template-5 .list .item .content ul li span {
  color: #000;
}
.selection-template-5 .list .item .content ul li:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1024px) {
  .selection-template-5 .list {
    margin: 0 -2%;
    overflow: hidden;
  }
  .selection-template-5 .list .item {
    float: left;
    width: 46%;
    margin: 0 2% 40px 2%;
  }
  .selection-template-5 .list .item:nth-child(odd) {
    clear: both;
  }
}
/*** CSS BASE TEMPLATE Cello PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/selection.less ***/
.module-selection.selection-template-2 .slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #b7a195 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: auto;
  right: 0px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.module-selection.selection-template-2 .slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #b7a195 /* @color4 */;
  left: 0px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
}
.module-selection.selection-template-2 .item {
  box-shadow: none;
  background: #f9fafb;
}
.module-selection.selection-template-2 .item ul {
  background: transparent;
  text-align: center;
  justify-content: center;
}
.module-selection.selection-template-2 .item ul li {
  font-size: 14px;
  color: #2d2d2d /* @fontColor */;
}
.module-selection.selection-template-5 {
  margin-top: 40px;
  margin-bottom: 5rem;
}
.module-selection.selection-template-5 .module-header h2 {
  margin-bottom: 0;
  color: #52302c /* @fontColorTitle */;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.module-selection.selection-template-5 .module-header p {
  color: #2d2d2d /* @fontColor */;
  font-weight: 200;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.module-selection.selection-template-5 .list {
  padding: 0 20px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-selection.selection-template-5 .list .item {
  position: relative;
  float: none;
  width: 24.1%;
  margin: 0;
}
.module-selection.selection-template-5 .list .item:nth-child(odd) {
  clear: none;
}
.module-selection.selection-template-5 .list .item img {
  width: 100%;
  height: auto;
}
.module-selection.selection-template-5 .list .item .content {
  background: #f9fafb;
  padding: 20px 10px 20px 10px;
}
.module-selection.selection-template-5 .list .item .content > div {
  text-align: center;
}
.module-selection.selection-template-5 .list .item .content h3 {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.module-selection.selection-template-5 .list .item .content h4 {
  font-weight: 400;
  margin: 0;
  font-size: 15px;
}
.module-selection.selection-template-5 .list .item .content p.price {
  text-align: center;
  font-weight: 600;
}
.module-selection.selection-template-5 .list .item .content ul {
  display: none;
}
.module-selection.selection-template-5 .list .item a .content p.soleagent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: #373e4f;
  color: #FFF;
  padding: 5px 10px;
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .selection-template-5 .list .item {
    width: 49%;
  }
}
@media screen and (max-width: 470px) {
  .selection-template-5 .list .item {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/User/Resources/css/main.css.less ***/
.module-user {
  text-align: center;
}
.module-user i.mdi {
  margin: 0 10px 0 0;
}
.module-user .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.module-user .container .picture {
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info {
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info h3 {
  width: 100%;
  margin-bottom: 10px;
}
.module-user .container .info em {
  display: inline-block;
  margin-bottom: 10px;
}
.module-user .container .info p span {
  display: inline-block;
  min-width: 175px;
}
.module-user .container .info ul.user-social,
.user-template-4.module-user ul.listingUser .info .user-social {
  display: flex;
  justify-content: center;
}
.module.module-user .container .info p.social {
  text-align: center;
}
.user-template-4.module-user ul.listingUser .info .button.fees {
  margin-top: 10px;
}
.user-template-4.module-user ul.user-social {
  height: 26px;
  margin-bottom: 10px;
}
.module.module-user.template-4 .listingUser li .info p.job {
  color: #000000;
}
.module-user .container .picture img {
  height: 100%;
}
.module-user .container .picture i.mdi-account-circle {
  font-size: 150px;
  line-height: 200px;
  vertical-align: middle;
  margin: 0;
}
.module-user ul.listing li .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-user .container .picture,
.module-user .container .info {
  padding: 10px;
}
.module-user .container .picture > div {
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture,
  .module-user .container .info {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .module-user .container .picture {
    margin-bottom: 20px;
  }
  .module-user .container .picture .userBubble {
    max-height: 200px;
    margin: auto;
  }
  .module-user .container .info p {
    text-align: center;
  }
  .module-user .container .info p span {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* .module-user ul { padding: 20px; } */
  .module-user .container .picture,
  .module-user .container .info {
    padding: 0 0;
  }
}
@media screen and (max-width: 360px) {
  .module-user .container .picture .userBubble {
    max-width: 150px;
    max-height: 150px;
  }
  .module-user .container .picture i.mdi-account-circle {
    line-height: 150px;
  }
}
/* template 1 */
.module-user.template-1 .module-header {
  padding: 20px 0;
}
.module-user.template-1 .module-header h2 {
  margin-bottom: 0;
}
.module-user.template-1 .container .picture {
  width: inherit;
  height: inherit;
}
/* template 2 slider */
.module-user.template-2,
.module-user.template-2 .slider,
.module-user.template-2 .owl-stage-outer,
.module-user.template-2 .owl-stage,
.module-user.template-2 .owl-item,
.module-user.template-2 .container,
.module-user.template-2 .picture {
  height: 100%;
}
.module-user.template-2 {
  height: 240px;
}
.module-user.template-2 .slider {
  padding: 0 70px;
}
.module-user.template-2 .slider .owl-item {
  overflow: hidden;
  background-color: #c8c8c8;
}
.module-user.template-2 .slider .owl-item .picture {
  position: relative;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
.module-user.template-2 .slider .owl-item .picture i.mdi-account-circle {
  font-size: 150px;
  vertical-align: middle;
}
.module-user.template-2 .slider .owl-item .picture img {
  width: auto;
  max-width: none !important;
  height: 100%;
  min-height: 100%;
  max-height: none !important;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.module-user.template-2 .slider .owl-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.module-user.template-2 .slider .owl-item .info p,
.module-user.template-2 .slider .owl-item .info span,
.module-user.template-2 .slider .owl-item .info a {
  color: white;
  text-align: center;
}
.module-user.template-2 .slider .owl-item .info .profile {
  display: block;
}
.module-user.template-2 .slider .owl-item .info:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-user.template-2 .slider .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav .owl-prev {
  left: 0;
}
.module-user.template-2 .slider .owl-nav .owl-next {
  right: 0;
}
.module-user.template-2 .slider .owl-nav i {
  font-size: 60px;
  line-height: 60px;
  margin: 0 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-user .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-user .pager ul li.current {
  font-weight: bold;
}
.module-user .pager ul li.disable {
  opacity: 0.3;
}
.module-user .pager {
  margin-top: 40px;
}
.module-user .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-user .pager ul li {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.module-user .pager ul li.current,
.module-user .pager ul li:hover a {
  width: 24px;
  height: 24px;
  color: black;
  font-weight: 900;
  font-size: 18px;
}
.module-user .pager ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* flag */
.module-user .flag-icon {
  margin-right: 10px;
}
.module-user .flag-icon.flag-icon-arab-league {
  transform: scale(1.2);
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Cello PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/user.less ***/
.module-user.template-4 .listingUser li {
  margin-bottom: 30px;
}
.module-user.template-4 .listingUser li .info p.job {
  color: #b7a195;
}
.module-user.template-4 .listingUser li .info p.agencyAdress {
  line-height: 20px;
}
.module-user.template-1 {
  margin-bottom: 4rem;
  position: relative;
}
.module-user.template-1:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 525px;
  background: #b4dbdc;
  z-index: -1;
}
.module-user.template-1 ul.listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.module-user.template-1 ul.listing > li {
  min-width: 300px;
  width: 24%;
  margin: auto;
  margin: 20px 5px 0;
  border-radius: 5px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.module-user.template-1 ul.listing li .container {
  margin: 0;
}
.module-user.template-1 ul.listing li .container .picture {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.module-user.template-1 ul.listing li .container .picture > div.userBubble {
  position: relative;
  margin: auto;
  border-radius: 0;
  width: 100%;
  height: 260px;
}
.module-user.template-1 ul.listing li .container .picture > div.userBubble img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  height: 100%;
  width: auto;
}
.module-user.template-1 ul.listing li .container .info {
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.module-user.template-1 ul.listing li .container .info em {
  display: block;
  font-size: 19px;
  font-style: initial;
  font-weight: normal;
  color: #b7a195 /* @color 4 */;
}
.module-user.template-1 ul.listing li .container .info p {
  text-align: justify;
}
.module-user.template-1 ul.listing li .container .info p:nth-child(2) {
  text-align: center;
}
.module-user.template-1 ul.listing li .container .info p span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .module-user .container .picture .userBubble {
    max-height: 100%;
  }
  .module-user.template-1 ul.listing {
    justify-content: center;
  }
  .module-user.template-1 ul.listing > li {
    width: 49%;
  }
}
/*** 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 Cello PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/picture.less ***/
.module-picture.basic-mod img {
  width: 100%;
}
.module-picture.background-mod {
  margin-bottom: 0px;
}
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Cello PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: #f9fafb;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background-color: #b4dbdc;
  border-radius: 2px;
}
.mfp-content .popup-module-lead button:hover {
  background: transparent;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
/*** GLOBAL CSS TEMPLATE Cello ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/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: #2d2d2d /* @fontColor */;
  font-family: 'Roboto', sans-serif /* @fontfamily */;
  font-weight: 300 /* @fontweight */;
  font-size: 14px /* @fontsize */;
  line-height: 24px;
  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: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #52302c /* @fontColorTitle */;
  font-family: 'Roboto', sans-serif /* @fontfamilyTitle */;
  font-weight: 700 /* @fontweightTitle */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 30px /* @fontsizeTitle */;
  line-height: 40px;
}
h2 {
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}
a {
  color: #2d2d2d /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #2d2d2d /* @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: 1240px;
  margin-left: auto;
  margin-right: auto;
}
button,
.button {
  display: inline-block;
  line-height: 24px;
  color: white;
  background-color: #b7a195 /* @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: #a28677;
}
.mfp-bg {
  z-index: 10000;
}
/* popup */
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10001;
  position: fixed;
  outline: none;
  -webkit-backface-visibility: hidden;
}
/* fancybox zoom picture */
.fancybox-skin {
  background: #b7a195 /* @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: #52302c /* @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: #ffffff /* @inputBackground */;
  -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: #52302c /* @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: #52302c /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 0;
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #b4dbdc;
  /* @color3 */
}
.SumoSelect > .optWrapper > .options li label {
  color: #b7a195;
  /* @searchFont */
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #b7a195;
  /* @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;
  background: #ffffff;
  border-top: 0px solid #b7a195 /* @bodyColor */;
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
header > div {
  display: block;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
header.fixed > div {
  display: flex;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  margin-top: 10px;
  transition: all 0.35s ease;
  width: auto;
  flex-direction: column;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  float: left;
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #414040;
  /* @headerContent */
}
header.fixed > div .zone-header-right .module-cluster .module-language ul,
header.is-active > div .zone-header-right .module-cluster .module-language ul {
  text-align: center;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #414040 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #414040 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #414040 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #414040 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu,
header.is-active > div .zone-header-right .module-cluster .module-menu {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a,
header.is-active > div .zone-header-right .module-cluster .module-lead a {
  text-transform: uppercase;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #414040;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 80px;
}
header.is-active .zone-header-right .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active .zone-header-right .module-menu.main button i:before {
  content: "\F0156";
}
header > div .zone-header-right .module-menu ul > li.current span {
  color: #b7a195;
  /* @color4 */
}
header .zone-header-right .module-menu > ul > li.sub-menu > ul > li:hover a {
  color: #b7a195;
  /* @color4 */
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 16px;
  font-weight: 400;
}
/** base**/
.zone-header-left .module-logo {
  margin-top: 15px;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.zone-header-left .module-logo img {
  height: 80px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  width: 100%;
  display: block;
}
.zone-header-right .module-cluster {
  display: none;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
}
.zone-header-right .module-menu > ul > li {
  display: block;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  text-transform: uppercase;
  font-size: 15px;
  color: #414040 /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu:after {
    position: absolute;
    left: -20px;
    top: 10px;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #414040 /* @headerContent */;
  }
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .social.twitter {
  top: 4px;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #414040 /* @colorSocialMedia */;
}
.zone-header-right .module.module-social-menu .twitter a path {
  fill: #414040;
}
.zone-header-right .module.module-social-menu .twitter a path:hover {
  fill: #00acee;
}
.zone-header-right .module.social-menu-template-2 .social__items {
  margin-right: 15px;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item a svg path {
  fill: #414040 /* headerContent*/;
  transition: fill 0.5s ease;
}
.zone-header-right .module.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #b7a195;
}
@media only screen and (max-width: 1024px) {
  header.is-active:before {
    content: "";
    height: 100vh;
    width: 100vw;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
  }
  header.is-active > div,
  header.is-active.fixed > div {
    overflow: auto;
    height: 100%;
    position: fixed;
    width: 100%;
    background: #ffffff;
    display: block;
  }
  header.is-active > div .zone-header-right,
  header.is-active.fixed > div .zone-header-right {
    width: 100%;
  }
  header.is-active .zone-header-right .module-menu.main ul {
    transform: translateY(0%);
  }
  header.is-active.fixed > div .zone-header-right,
  header.is-active > div .zone-header-right {
    flex-direction: column-reverse;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul,
  header.is-active > div .zone-header-right .module-menu.main ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-right: 0;
    margin-left: auto;
    max-width: none;
    background: none;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu ul li a,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu ul li a {
    color: #414040 /* @headerContent */;
  }
  header.is-active.fixed > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul,
  header.is-active > div .zone-header-right .module-menu.main ul li.sub-menu:hover ul {
    display: block;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster,
  header.is-active > div .zone-header-right .module-cluster {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    margin: 0;
    padding: 15px;
  }
  header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
  header.is-active > div .zone-header-right .module-cluster .module-lead,
  header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li,
  header.is-active > div .zone-header-right .module-cluster .module-menu ul li {
    margin: 5px 0px;
  }
  header.fixed > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div {
    justify-content: center;
  }
  header > div .zone-header-right {
    position: initial;
  }
  .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: #b7a195;
    top: 1rem;
    right: 0;
  }
  .zone-header-right .module-menu.main button:hover {
    background: none;
  }
  .zone-header-right .module-menu.main button i {
    font-size: 42px;
  }
  .zone-header-right .module-menu.main > ul {
    display: none;
    transform: translateY(-100%);
    text-align: right;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .zone-header-left .module-logo img {
    height: 70px;
  }
  .zone-header-right .module-menu > ul > li {
    margin-bottom: 0;
  }
  .zone-header-right .module-menu.main {
    margin-top: 50px;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background: #b7a195 /* @footerBackground */;
  clear: both;
}
footer .zone-footer {
  padding: 30px 15px 15px 15px;
  justify-content: space-between;
  border-top: 1px solid #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer h2,
footer .zone-footer .module-header-title {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-align: left;
  padding-bottom: 0;
  text-transform: uppercase;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer a,
footer p,
footer li {
  color: #ffffff /* @footerContent */;
}
footer a:hover {
  color: #b7a195;
}
footer .module-social-menu {
  margin: 0;
  width: 24%;
}
footer .module-social-menu .twitter a path {
  fill: #414040;
}
footer .module-social-menu .twitter a path:hover {
  fill: #00acee;
}
footer .social-menu-template-2 .social__items {
  flex-wrap: wrap;
  align-items: flex-start;
}
footer .social-menu-template-2 .social__items .social__item a {
  display: flex;
  gap: 10px;
  justify-content: center;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #414040 /* colorSocialMedia*/;
  transition: fill 0.5s ease;
}
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: #b7a195;
}
footer .module-menu.column {
  margin: auto;
  width: 20%;
  margin: 0;
}
footer .module-menu.column ul {
  margin: 0;
  display: block;
}
footer .module-menu.column ul > li {
  text-align: left;
  margin: 0 !important;
}
footer .module-menu.column ul > li .mdi.mdi-home {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 20px 0;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child span {
  display: block;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url("/templates/Haku/credits.svg") 0 0 no-repeat;
}
@media only screen and (max-width: 1024px) {
  footer .zone-footer {
    justify-content: flex-start;
  }
  footer .zone-footer .ApiFieldGroup {
    align-items: flex-start;
  }
  footer .module-menu:first-child,
  footer .module-menu:nth-child(2),
  footer .module-agency,
  footer .module-social-menu,
  footer .module-language {
    width: 33%;
  }
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    flex-direction: column;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2),
  footer .zone-footer .module-agency,
  footer .zone-footer .module-language,
  footer .zone-footer .module-social-menu {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-menu:first-child,
  footer .zone-footer .module-menu:nth-child(2) {
    width: 100% !important;
  }
  footer .zone-footer .module-social-menu ul > li,
  footer .zone-footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-language .ApiFieldGroup {
    align-items: center;
  }
  footer .zone-footer h2 {
    text-align: center;
    width: 100%;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px gray solid;
    margin-top: 1rem;
    padding-top: 1rem;
  }
}
/*** GLOBAL CSS TEMPLATE Cello PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Cello/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
  /* module user */
  /* module cms */
}
body.homepage .module-slider {
  margin-bottom: 0px /* @paddingBody */;
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  body.homepage .module-slider {
    height: 55vw;
  }
}
body.homepage .module-user.template-1 {
  margin-top: 4rem;
}
body.homepage .module-cms {
  padding: 35px 0;
  margin-bottom: 20px;
}
body.homepage .module-cms .info {
  text-align: center;
}
/*** CSS WEBSITE Actuel Immobilier ***/
.module-user.template-1 .module-header h2 {
  margin-bottom: 4rem;
}
.module-cms p {
  text-align: justify;
}
/* SLIDER PAGE PROPERTY */
body.property .module-slider.main::before {
  height: 42%;
}
body.property footer h2 {
  font-size: 18px;
}
body.property .module-property-info p.comment {
  text-align: justify;
  text-justify: inter-word;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10001;
}
/*.module-contact, module-estimate {
padding:30px !important;
border:1px solid @color2;
background-color:white;
border-top-right-radius: 20px;
border-bottom-left-radius: 20px;


    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="tel"],
    textarea,
    select,
    .ms-choice,
    .ms-choice.disabled,
    .SumoSelect {
        border: none !important;
        border-bottom: 1px solid @darkBrown !important;
        border-radius: 0;
    }
}

.module-estimate {
    .select2-container--default .select2-selection {
        background-color: transparent;
    }

    .select2-container {
        border:none;
        border-bottom: 1px solid @darkBrown;
    }
}

.module-user.template-1,
body.user-details .wrapper div.row-2 .zone-right-content div.module-contact {
    margin-bottom: 0;
    margin-top: 0;
}

// Z-INDEX module lead //

span.select2-container.select2-container--default.select2-container--open {
    z-index: 99999;
}

img,
.picture {
    //image-rendering: pixelated;

}
*/
.module-contact,
.module-estimate {
  padding: 30px !important;
  border: 1px solid #b7a195;
  background-color: white !important;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.module-contact input[type="tel"],
.module-estimate input[type="tel"] {
  border-radius: 0.35rem;
}
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-contact input[type="number"],
.module-estimate input[type="number"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-contact select,
.module-estimate select,
.module-contact textarea,
.module-estimate textarea,
.module-contact .select2-container--default .select2-selection,
.module-estimate .select2-container--default .select2-selection {
  border: none;
  border-bottom: 1px solid rgba(183, 161, 149, 0.3) !important;
  border-radius: 0;
}
/*module logo*/
body:not(.homepage) .module-logo img.big,
body:not(.homepage) .module-logo h2 {
  display: none;
}
/*typo*/
h1 {
  padding: 0;
  color: #b7a195;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 1px;
}
h2 {
  font-size: 1.5rem;
  line-height: 1.3;
  padding-bottom: 0;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: 1px;
}
h3,
h4 {
  font-weight: 300;
}
h3 {
  font-size: 1.5rem;
  color: #52302C;
  letter-spacing: 1px;
  line-height: 1.3;
}
h4 {
  font-size: 18px;
}
p {
  line-height: 1.7;
}
.homepage .wrapper h2.module-header-title,
.homepage .wrapper h2 {
  padding: 0;
  color: #b7a195;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-size: 30px !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  letter-spacing: 1px;
}
/*header*/
header {
  height: auto;
  border-top: none;
  transition: all 0.3s linear;
}
header > div {
  max-width: 1680px;
}
header .zone-header-right .module-menu.main.column ul > li a {
  font-size: 16px;
}
header.fixed {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 12px;
}
header.fixed > div .zone-header-left .module-logo {
  margin-top: 0px;
}
header.fixed > div .zone-header-left .module-logo img {
  height: 60px;
}
header.is-active > div .zone-header-right .module-menu {
  margin-top: 0;
}
header.is-active > div .zone-header-right .module-menu ul li.sub-menu ul {
  display: flex !important;
}
header.is-active > div .zone-header-right .module-menu ul li.sub-menu::after {
  display: none;
}
/*homepage*/
/*content Homepage*/
body.homepage .module-cms.contentHomepage {
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media (min-width: 1024px) {
  body.homepage .module-cms.contentHomepage.reverse {
    flex-direction: row-reverse;
  }
  body.homepage .module-cms.contentHomepage.reverse .info {
    padding-right: 0;
    padding-left: 20px;
  }
  body.homepage .module-cms.contentHomepage.reverse .info p {
    text-align: right;
    margin-right: 50px;
    margin-left: auto;
  }
}
body.homepage .module-cms.contentHomepage .info {
  width: 50%;
  padding-right: 20px;
  text-align: left;
}
body.homepage .module-cms.contentHomepage .info h1 {
  text-align: left;
}
body.homepage .module-cms.contentHomepage .info p,
body.homepage .module-cms.contentHomepage .info h1,
body.homepage .module-cms.contentHomepage .info h2,
body.homepage .module-cms.contentHomepage .info h3 {
  max-width: 650px;
  width: auto;
  margin-left: 50px;
  text-align: left;
}
body.homepage .module-cms.contentHomepage .info h2 {
  margin-bottom: 15px;
}
body.homepage .module-cms.contentHomepage .picture {
  height: 450px;
}
body.homepage .module-cms.contentHomepage .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1280px) {
  body.homepage .module-cms.contentHomepage .info {
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  body.homepage .module-cms.contentHomepage .info {
    max-width: 600px;
    width: 100%;
  }
  body.homepage .module-cms.contentHomepage .info p,
  body.homepage .module-cms.contentHomepage .info h2,
  body.homepage .module-cms.contentHomepage .info h1,
  body.homepage .module-cms.contentHomepage .info h3 {
    margin-left: 0;
  }
}
/**/
/*Css general*/
body .wrapper {
  max-width: none;
}
div.zone-top-content.fixed {
  position: static !important;
  max-width: 1024px;
  margin: auto;
}
.pictures {
  height: 400px;
}
.pictures .picture {
  background-attachment: fixed;
}
@media (max-width: 767px) {
  .pictures {
    height: auto !important;
    aspect-ratio: 16/9;
  }
  .pictures .picture {
    background-attachment: inherit;
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
/*module-search*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after {
  display: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 30px;
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 5px;
}
.select2-dropdown .select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-dropdown .select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  color: #b7a195;
}
/*picture en parallax*/
/*---------------------------- 1280px --------------------------*/
/*leaflet*/
.module-leaflet-map h2 {
  font-weight: 500;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div i {
  text-shadow: none;
}
.module-leaflet-map .counter,
.module-leaflet-map .marker-cluster .counter {
  font-weight: 500;
}
/*---------------------------- 1024px --------------------------*/
/*__*/
footer {
  margin-top: 0;
}
footer a:hover,
footer .zone-legal .module.module-126700.module-menu.column ul li:hover span,
footer .module.module-126700.module-menu.column ul,
footer .module-social-menu li:hover i.mdi::before {
  color: #52302C !important;
}
footer .zone-legal .module.module-126700.module-menu.column ul li.current span,
footer .module.module-126700.module-menu.column ul li.current span {
  color: #b7a195;
}
footer .zone-legal .module.module-126794.module-social-menu ul li i.mdi::before,
footer .module.module-126794.module-social-menu ul li i.mdi::before,
footer i.mdi::before {
  color: white;
}
footer .module-social-menu {
  width: 100%;
}
footer .zone-footer {
  padding: 0px;
  justify-content: space-evenly;
  border-top: none;
}
footer .zone-footer .module-menu.column {
  max-width: 195px;
  width: 100% !important;
}
/*buttons*/
.button,
button,
.submit {
  transition: all 0.3s ease;
  border-radius: 2px;
  font-size: 14px;
  padding: 8px 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.button:hover,
button:hover,
.submit:hover {
  background: #414040;
  color: white;
}
/*newsletter*/
.popup-module-lead.template-2 {
  background: transparent;
  height: 650px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.popup-module-lead.template-2 .submit {
  margin-top: 10px !important;
}
.popup-module-lead.template-2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  color: #52302C;
}
.popup-module-lead.template-2 form {
  width: 350px;
  margin: auto;
}
.popup-module-lead.template-2 form > div {
  margin: 0;
}
.popup-module-lead.template-2 p {
  width: 350px;
  margin: auto;
  color: white;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 40px;
  font-weight: 500;
}
.popup-module-lead.template-2 p i.mdi.mdi-bell-ring-outline {
  font-size: 120px;
}
.popup-module-lead.template-2::after {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-image: url('/uploads/websites/1775/content/apple-1281744_1920.jpg');
  background-size: cover;
  background-position: center;
  filter: brightness(30%) grayscale(30%);
}
.popup-module-lead.template-2 input,
.popup-module-lead.template-2 .select2.select2-container.select2-container--default {
  margin-right: 5px;
  height: auto;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid lightgray;
}
.popup-module-lead.template-2 input::placeholder,
.popup-module-lead.template-2 .select2.select2-container.select2-container--default::placeholder {
  color: white;
}
.popup-module-lead.template-2 .submit {
  position: static;
  height: auto;
  display: flex;
  flex-direction: row-reverse;
  font-size: 16px;
  width: auto;
  margin: auto;
}
.popup-module-lead.template-2 .submit i.mdi {
  font-size: 20px;
}
.popup-module-lead.template-2 .select2-container--default .select2-selection {
  background: transparent;
}
.popup-module-lead.template-2 .select2-container--default .select2-selection--single .select2-selection__rendered,
.popup-module-lead.template-2 .select2-autocomplete-custom-choice {
  color: white;
}
.popup-module-lead.template-2 .select2.select2-container.select2-container--default {
  margin-bottom: 8px;
}
.popup-module-lead.template-2 input {
  color: white;
}
.popup-module-lead.template-2 label {
  color: #52302C;
}
.popup-module-lead.template-2 label a {
  color: #b7a195;
  font-weight: 500;
}
.popup-module-lead.template-2 .mfp-close {
  border: none;
  width: auto;
  height: auto;
  margin: 10px;
  background: transparent;
  line-height: 37px;
  color: white;
  font-size: 60px;
  font-weight: 100;
}
.select2-dropdown {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  border: none;
}
.select2-dropdown li[role="option"],
.select2-dropdown .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #52302C !important;
}
/*---*/
/*mentions legales*/
@media (min-width: 1280px) {
  .m-legales .zone-content {
    margin: 0 auto;
  }
}
.m-legales h1 {
  margin-top: 50px;
  margin-bottom: 42px;
}
.m-legales p {
  line-height: 1.7;
}
.m-legales .module-agency {
  margin-bottom: 50px;
}
.m-legales .module-agency table.agency-fees {
  border-spacing: 20px 0;
}
.m-legales .module-agency table.agency-fees th {
  font-size: 20px;
}
.m-legales .module-agency table.agency-fees td {
  padding-top: 10px;
}
.m-legales .module-legal section.cookies {
  padding-top: 0;
  margin-bottom: 50px;
}
.m-legales .module-legal.template5 section.rgpd {
  margin-bottom: 50px;
  column-count: 1;
}
.m-legales .module-legal.template5 section.rgpd h2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.m-legales .module-legal.template5 section.rgpd p {
  font-size: inherit;
  line-height: 1.5;
}
.m-legales .module-legal.template5 section.rgpd li {
  font-size: inherit;
  line-height: 2;
}
.m-legales .module-legal.template5 section.rgpd li::marker {
  color: #52302C;
}
.m-legales .module-legal section.legalContent p {
  margin-bottom: 0;
  line-height: 1.7;
}
/*footer*/
/*body*/
.listing .zone-content {
  margin-top: 0px;
}
.listing .zone-content .module-listing {
  margin-top: 40px !important;
}
@media (max-width: 1280px) {
  .listing .zone-content {
    margin-top: 0px;
  }
  .listing .zone-content .module-listing {
    margin-top: 30px !important;
  }
  .zone-content {
    margin-top: 0px;
  }
}
.title-listing-page.module-cms {
  margin-top: 0;
  margin-bottom: 0;
}
.title-listing-page.module-cms h1 {
  margin-bottom: 0;
}
@media (max-width: 1280px) {
  .title-listing-page.module-cms {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .title-listing-page.module-cms .info {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .title-listing-page.module-cms {
    margin-top: 40px;
  }
}
/*header - responsive*/
/*header media*/
@media (max-width: 1240px) and (min-width: 1024px) {
  header.fixed > div .zone-header-right .module-menu.main ul li {
    margin-right: 0 !important;
    margin-left: 1px !important;
  }
  header.fixed > div .zone-header-right .module-menu.main ul li a {
    font-size: 12px;
  }
  header.fixed > div .zone-header-left .module-logo img {
    height: 50px;
  }
}
@media (max-width: 1024px) {
  header > div,
  header.fixed > div {
    justify-content: flex-start;
  }
  header > div .zone-header-left .module-logo,
  header.fixed > div .zone-header-left .module-logo {
    margin: 0 auto !important;
    text-align: left;
  }
  header > div .zone-header-left .module-logo img,
  header.fixed > div .zone-header-left .module-logo img {
    height: 80px !important;
    margin-top: 3px;
    margin-left: 5px;
  }
  header > div .zone-header-left .module-logo img.big,
  header.fixed > div .zone-header-left .module-logo img.big {
    display: none;
  }
  header > div .zone-header-right .module-menu.main button,
  header.fixed > div .zone-header-right .module-menu.main button {
    top: 24px !important;
  }
}
@media (max-width: 767px) {
  header,
  header.fixed {
    height: 49px !important;
  }
  header > div,
  header.fixed > div {
    height: 100%;
  }
  header > div .zone-header-right .module-menu.main button,
  header.fixed > div .zone-header-right .module-menu.main button {
    top: 7px !important;
    right: -6px;
  }
  header > div .zone-header-left,
  header.fixed > div .zone-header-left {
    text-align: left;
    margin: 0 !important;
  }
  header > div .zone-header-left .module-logo img,
  header.fixed > div .zone-header-left .module-logo img {
    height: 40px !important;
    margin-top: 7px;
    margin-left: 5px;
  }
  .module.module-126820.module-language {
    top: 13px !important;
  }
}
body:not(.homepage) .wrapper {
  max-width: 100%;
  margin-top: 98px !important;
}
@media (max-width: 1024px) {
  body.homepge .wrapper,
  body:not(.homepage) .wrapper {
    margin-top: 92px !important;
  }
}
@media (max-width: 767px) {
  body.homepge .wrapper,
  body:not(.homepage) .wrapper {
    margin-top: 50px !important;
  }
}
/*footer*/
@media (max-width: 1280px) {
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  footer .zone-footer {
    border-top: none;
    padding-top: 0;
  }
  footer .module-structured-cms {
    max-width: 100%;
    margin: 30px 0;
    position: relative;
    padding-top: 20px;
  }
  footer .module-structured-cms::before {
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
    width: 80%;
    left: 10%;
    background-color: white;
  }
  footer .module-structured-cms .button {
    padding: 23px 20px;
  }
  footer .module-structured-cms .button::after {
    top: 22px !important;
  }
}
/*---------------------------- 640px --------------------------*/
@media (max-width: 640px) {
  footer .zone-legal .module-cms p {
    margin-bottom: 30px;
  }
  footer .zone-footer .module-header h2 {
    text-align: center;
  }
  footer .zone-footer > .module:not(:first-child) h2 {
    border-top: 1px solid white !important;
    padding-top: 30px;
    margin-top: 0;
  }
  footer .zone-footer .module-agency {
    padding-bottom: 20px;
  }
  footer .zone-footer .module-menu {
    padding-bottom: 30px;
  }
  footer .zone-footer .module-menu.column {
    max-width: 100%;
  }
  footer .zone-footer .module-structured-cms {
    margin-top: 0px;
    padding-top: 0;
    padding-bottom: 20px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
  }
  footer .zone-footer .module-structured-cms::before {
    display: none;
  }
  footer .zone-footer .module-structured-cms h2.module-header-title {
    border-top: none !important;
  }
  footer .zone-footer .module-structured-cms .buttons {
    text-align: center;
  }
  footer .zone-footer .module-structured-cms .buttons .button {
    position: relative;
    padding: 15px 20px;
  }
  footer .zone-footer .module-structured-cms .buttons .button::after {
    top: 15px !important;
  }
  footer .zone-footer .module-structured-cms .content .picture {
    width: 100%;
    text-align: center;
  }
  footer .zone-footer .module-structured-cms .content .picture img {
    height: 100%;
    object-fit: cover;
  }
  footer .zone-footer .module-structured-cms .content article {
    width: 100%;
    padding-left: 0 !important;
  }
  footer .zone-footer .module-structured-cms .content article h2.title {
    border-top: none !important;
  }
}
@media (max-width: 480px) {
  footer .zone-legal .module-menu ul li {
    text-align: center;
  }
}
/*- landscape responsive*/
@media (max-width: 1024px) and (min-width: 640px) and (max-height: 500px) {
  /*   header,
    header.fixed {
        height: 50px !important;

        .zone-header-right {
            .module-menu.main {
                button {
                    top: 9px !important;
                }
            }
        }

        .zone-header-left {
            .module-logo {
                margin: 0 auto !important;

                img {
                    height: 48px !important;
                }
            }
        }
    }

    body .wrapper {
        margin-top: 52px !important;
    }*/
  .zone-content {
    margin-top: 0;
  }
  .parallax .container .picture {
    background-position: 50% 26px;
    height: 47vh !important;
  }
  .pic-mob.module-picture .container {
    height: 47vh;
  }
}
.soleagent.exlisivite {
  z-index: 999;
}
.soleagent.status,
.soleagent.sold {
  z-index: 998;
}
.soleagent.coup-de-coeur {
  z-index: 997;
}
.soleagent.nouveau {
  z-index: 996;
}
.soleagent.price-drop {
  z-index: 995;
}
/*classes*/
.contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.agencyIcons {
  position: relative;
}
.agencyIcons i.mdi {
  position: absolute;
  left: -10px;
}
h3.city {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  color: #414040 !important;
  margin-bottom: 0;
  padding: 5px 15px 5px 10px;
  z-index: 99;
  border-radius: 20px;
  border-top-right-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}
h3.city i.mdi {
  color: #52302C;
}
body.property .module-user.template-1 ul.listing li .container .picture .userBubble {
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}
body.property .module-user.template-1 ul.listing li .container .picture .userBubble img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
/*** CSS ROUTING ***/
@media (min-width: 1024px) {
  header {
    background-color: transparent;
  }
  header:not(.fixed) > div {
    display: flex;
    flex-direction: column-reverse;
  }
  header:not(.fixed) > div .zone-header-left .module-logo {
    margin-top: 10vh;
  }
  header:not(.fixed) > div .zone-header-left .module-logo img {
    height: 220px;
    transition: all 0.3s ease;
  }
  header:not(.fixed) > div .zone-header-left .module-logo img.small {
    display: none;
    opacity: 0;
  }
  header:not(.fixed) > div .zone-header-left .module-logo img.big {
    display: block;
    opacity: 1;
  }
  header:not(.fixed) > div .zone-header-right {
    width: auto;
  }
  header:not(.fixed) > div .zone-header-right .module-menu.main ul > li a span {
    color: white;
    transition: all 0.3s ease;
  }
  header:not(.fixed) > div .zone-header-right .module-menu.main ul > li.current a span {
    color: white !important;
    transition: all 0.3s ease;
  }
  header:not(.fixed) > div .zone-header-right .module-menu.main ul li.sub-menu::after {
    color: white;
  }
  header:not(.fixed) > div .zone-header-right .module-menu.main ul li.sub-menu ul {
    background-color: transparent;
    box-shadow: none !important;
  }
  header.fixed > div {
    flex-direction: row;
  }
  header.fixed > div .zone-header-left .module-logo img.small {
    display: block;
    opacity: 1;
  }
  header.fixed > div .zone-header-left .module-logo img.big {
    opacity: 0;
    position: absolute;
    top: -7000px;
  }
  header.fixed > div .zone-header-left .module-logo h2 {
    display: none;
  }
  body .wrapper {
    margin-top: 0px !important;
  }
}
/*
@media (max-width:1024px) {

    header,
    .fixed {
        height: 85px;

        .zone-header-left {
            .module-logo {
                margin: 0 auto !important;

                img {
                    height: 80px;
                    &.big {display: none;}
                }
            }
        }

        .zone-header-right {
            .module-menu.main {
                button {
                    top: 2rem;
                }
            }
        }
    }

    body .wrapper {
        //margin-top: 85px !important;
    }
   
}*/
.module-user {
  margin-top: 0 !important;
  padding-bottom: 40px;
}
.module-user h1.module-header-title {
  display: none !important;
}
/*** CUSTOM CSS FROM BDD MODULE 126789 ***/
.zone-bottom_content .module.module-126789.template-1.cms-template-1.module-cms.only-text,
.module.module-126789.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-126789 {
  position: absolute;
}
/*** CUSTOM CSS FROM BDD MODULE 126794 ***/
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu,
.module.module-126794.template-1.social-menu-template-1.module-social-menu {
  margin: 10px auto;
}
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu .module-header,
.module.module-126794.template-1.social-menu-template-1.module-social-menu .module-header {
  text-align: center;
}
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu ul,
.module.module-126794.template-1.social-menu-template-1.module-social-menu ul {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-126794.template-1.social-menu-template-1.module-social-menu ul li {
  width: 30px;
  margin: 0 20px;
  transition: all 0.3s linear;
}
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu ul li span,
.module.module-126794.template-1.social-menu-template-1.module-social-menu ul li span {
  display: none;
}
.zone-legal .module.module-126794.template-1.social-menu-template-1.module-social-menu ul li i.mdi::before,
.module.module-126794.template-1.social-menu-template-1.module-social-menu ul li i.mdi::before {
  font-size: 30px;
  color: #52302C;
}
/*** CUSTOM CSS FROM BDD MODULE 126819 ***/
.zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu,
.module.module-126819.template-1.social-menu-template-1.module-social-menu {
  position: fixed;
  background: rgba(183, 161, 149, 0.6);
  z-index: 999;
}
.zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu i.mdi,
.module.module-126819.template-1.social-menu-template-1.module-social-menu i.mdi {
  font-size: 14px;
}
@media (min-width: 1024px) {
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu {
    display: none;
  }
}
.zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul,
.module.module-126819.template-1.social-menu-template-1.module-social-menu ul {
  display: flex;
}
.zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul li span,
.module.module-126819.template-1.social-menu-template-1.module-social-menu ul li span {
  display: none;
}
.zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul li i.mdi,
.module.module-126819.template-1.social-menu-template-1.module-social-menu ul li i.mdi {
  color: white;
  margin-right: 0;
  font-size: 20px;
}
@media (max-width: 1024px) and (min-width: 640px) {
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu {
    right: 0;
    top: 140px;
  }
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu ul {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (max-width: 640px) {
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu ul {
    flex-direction: row;
    justify-content: space-around;
  }
  .zone-header_left .module.module-126819.template-1.social-menu-template-1.module-social-menu ul li i.mdi,
  .module.module-126819.template-1.social-menu-template-1.module-social-menu ul li i.mdi {
    vertical-align: middle;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 126820 ***/
.zone-header_left .module.module-126820.template-1.language-template-1.module-language,
.module.module-126820.template-1.language-template-1.module-language {
  position: fixed;
  top: 29px;
  right: 47px;
  z-index: 9999;
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language .CaptationContent,
.module.module-126820.template-1.language-template-1.module-language .CaptationContent {
  padding-top: 0;
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language .CaptationContent span,
.module.module-126820.template-1.language-template-1.module-language .CaptationContent span {
  font-size: 12px;
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language .CaptationContent label,
.module.module-126820.template-1.language-template-1.module-language .CaptationContent label {
  line-height: 25px;
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language .FieldWrapper,
.module.module-126820.template-1.language-template-1.module-language .FieldWrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  min-width: 60px;
}
@media (min-width: 1024px) {
  .zone-header_left .module.module-126820.template-1.language-template-1.module-language,
  .module.module-126820.template-1.language-template-1.module-language {
    display: none;
  }
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language ul li,
.module.module-126820.template-1.language-template-1.module-language ul li {
  text-align: center !important;
}
.zone-header_left .module.module-126820.template-1.language-template-1.module-language .FieldWrapper,
.module.module-126820.template-1.language-template-1.module-language .FieldWrapper {
  left: -8px !important;
}
/*** CUSTOM CSS FROM BDD MODULE 138152 ***/
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms,
.module.module-138152.loader.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-138152 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
  background-color: white;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms img,
.module.module-138152.loader.template-1.cms-template-1.module-cms img,
.popup-module-cms.popup-module-138152 img {
  max-width: 320px;
  width: 100%;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .picture,
.module.module-138152.loader.template-1.cms-template-1.module-cms .picture,
.popup-module-cms.popup-module-138152 .picture {
  width: fit-content;
  text-align: center;
  margin-bottom: 20px;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .info,
.module.module-138152.loader.template-1.cms-template-1.module-cms .info,
.popup-module-cms.popup-module-138152 .info {
  height: fit-content;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader,
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader,
.popup-module-cms.popup-module-138152 .cs-loader {
  top: 0;
  left: 0;
  height: fit-content;
  width: 100%;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner,
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner,
.popup-module-cms.popup-module-138152 .cs-loader-inner {
  transform: translateY(-50%);
  top: 50%;
  width: 100%;
  color: #b7a195;
  padding: 0 100px;
  text-align: center;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label,
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label,
.popup-module-cms.popup-module-138152 .cs-loader-inner label {
  font-size: 20px;
  opacity: 0;
  display: inline-block;
  color: #b7a195;
}
@keyframes lol {
  0% {
    opacity: 0;
    transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    transform: translateX(0px);
  }
  66% {
    opacity: 1;
    transform: translateX(0px);
  }
  100% {
    opacity: 0;
    transform: translateX(300px);
  }
}
@-webkit-keyframes lol {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-300px);
  }
  33% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  66% {
    opacity: 1;
    -webkit-transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(300px);
  }
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(6),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(6),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(6) {
  -webkit-animation: lol 3s infinite ease-in-out;
  animation: lol 3s infinite ease-in-out;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(5),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(5),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(5) {
  -webkit-animation: lol 3s 100ms infinite ease-in-out;
  animation: lol 3s 100ms infinite ease-in-out;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(4),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(4),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(4) {
  -webkit-animation: lol 3s 200ms infinite ease-in-out;
  animation: lol 3s 200ms infinite ease-in-out;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(3),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(3),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(3) {
  -webkit-animation: lol 3s 300ms infinite ease-in-out;
  animation: lol 3s 300ms infinite ease-in-out;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(2),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(2),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(2) {
  -webkit-animation: lol 3s 400ms infinite ease-in-out;
  animation: lol 3s 400ms infinite ease-in-out;
}
.zone-header_right .module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(1),
.module.module-138152.loader.template-1.cms-template-1.module-cms .cs-loader-inner label:nth-child(1),
.popup-module-cms.popup-module-138152 .cs-loader-inner label:nth-child(1) {
  -webkit-animation: lol 3s 500ms infinite ease-in-out;
  animation: lol 3s 500ms infinite ease-in-out;
}
/*** CUSTOM CSS FROM BDD MODULE 126696 ***/
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo,
.module.module-126696.template-2.logo-template-2.module-logo {
  max-width: 100%;
  /**/
}
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo img.big,
.module.module-126696.template-2.logo-template-2.module-logo img.big {
  width: 500px;
  height: auto;
  margin: auto;
  animation: 3s ease -1s 1 fadeIn;
  -webkit-animation: 3s ease -1s 1 fadeIn;
  -moz-animation: 3s ease -1s 1 fadeIn;
  -o-animation: 3s ease -1s 1 fadeIn;
  -ms-animation: 3s ease -1s 1 fadeIn;
}
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo h2,
.module.module-126696.template-2.logo-template-2.module-logo h2 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 1.1;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
}
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo h2.one,
.module.module-126696.template-2.logo-template-2.module-logo h2.one {
  opacity: 0;
  margin-top: 50px;
  animation: 3s ease -1s 1 slideInFromLeft;
  -webkit-animation: 3s ease -1s 1 slideInFromLeft;
  -moz-animation: 3s ease -1s 1 slideInFromLeft;
  -o-animation: 3s ease -1s 1 slideInFromLeft;
  -ms-animation: 3s ease -1s 1 slideInFromLeft;
  animation-fill-mode: forwards;
  font-weight: 400;
  letter-spacing: 9px;
  font-size: 3rem;
}
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo h2.two,
.module.module-126696.template-2.logo-template-2.module-logo h2.two {
  opacity: 0;
  animation: 3s ease -1s 1 slideInFromRight;
  -webkit-animation: 3s ease -1s 1 slideInFromRight;
  -moz-animation: 3s ease -1s 1 slideInFromRight;
  -o-animation: 3s ease -1s 1 slideInFromRight;
  -ms-animation: 3s ease -1s 1 slideInFromRight;
  animation-fill-mode: forwards;
  color: #b7a195;
  font-weight: 500;
  letter-spacing: 7px;
  font-size: 3.4rem;
}
.zone-header_left .module.module-126696.template-2.logo-template-2.module-logo .fade-in-image,
.module.module-126696.template-2.logo-template-2.module-logo .fade-in-image {
  animation: 3s ease -1s 1 fadeIn;
  -webkit-animation: 3s ease -1s 1 fadeIn;
  -moz-animation: 3s ease -1s 1 fadeIn;
  -o-animation: 3s ease -1s 1 fadeIn;
  -ms-animation: 3s ease -1s 1 fadeIn;
}
@keyframes fadeIn {
  0% {
    transform: translateY(-600px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    transform: translateY(-600px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(-600px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    transform: translateY(-600px);
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-600px);
    /*left*/
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(600px);
    /*right*/
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 126700 ***/
.zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column,
.module.module-126700.template-1.menu-template-1.module-menu.column {
  max-width: 567px;
  width: 100% !important;
  margin: auto;
}
.zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column ul,
.module.module-126700.template-1.menu-template-1.module-menu.column ul {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column ul li,
.module.module-126700.template-1.menu-template-1.module-menu.column ul li {
  width: auto;
}
.zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column ul li:hover span,
.module.module-126700.template-1.menu-template-1.module-menu.column ul li:hover span {
  color: #52302C;
}
.zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column ul li.current span,
.module.module-126700.template-1.menu-template-1.module-menu.column ul li.current span {
  color: #52302C;
}
@media (max-width: 640px) {
  .zone-legal .module.module-126700.template-1.menu-template-1.module-menu.column ul li,
  .module.module-126700.template-1.menu-template-1.module-menu.column ul li {
    width: 100%;
    text-align: center;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 126706 ***/
.zone-full_width .module.module-126706.template-1.slider-template-1.module-slider,
.module.module-126706.template-1.slider-template-1.module-slider {
  max-width: none;
  margin: auto;
}
.zone-full_width .module.module-126706.template-1.slider-template-1.module-slider img,
.module.module-126706.template-1.slider-template-1.module-slider img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
@media (min-width: 1024px) {
  .zone-full_width .module.module-126706.template-1.slider-template-1.module-slider,
  .module.module-126706.template-1.slider-template-1.module-slider {
    height: 110vh;
  }
}
.zone-full_width .module.module-126706.template-1.slider-template-1.module-slider .slider,
.module.module-126706.template-1.slider-template-1.module-slider .slider {
  height: 100%!important;
}
@media (max-width: 1024px) and (min-width: 640px) and (max-height: 500px) {
  .zone-full_width .module.module-126706.template-1.slider-template-1.module-slider,
  .module.module-126706.template-1.slider-template-1.module-slider {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 767px) {
  .zone-full_width .module.module-126706.template-1.slider-template-1.module-slider,
  .module.module-126706.template-1.slider-template-1.module-slider {
    height: 200px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 126739 ***/
.zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .address a,
.module.module-126739.template-1.agency-template-1.module-agency.simple .address a {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .agency,
.module.module-126739.template-1.agency-template-1.module-agency.simple .agency {
  overflow: visible;
}
.zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info,
.module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info {
  width: auto;
  padding-top: 0;
}
@media (min-width: 640px) {
  .zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info,
  .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info {
    position: relative;
  }
  .zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info i.mdi,
  .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info i.mdi {
    position: absolute;
    left: -10px;
  }
}
.zone-footer .module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info i.mdi,
.module.module-126739.template-1.agency-template-1.module-agency.simple .agency .info i.mdi {
  color: #52302C;
}
/*** CUSTOM CSS FROM BDD MODULE 126752 ***/
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module-lead a span,
.module.module-126752.template-1.cluster-template-1.module-cluster .module-lead a span {
  font-size: 12px;
  text-transform: capitalize;
}
/*** CUSTOM CSS FROM BDD MODULE 126698 ***/
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column,
.module.module-126698.template-1.menu-template-1.module-menu.main.column {
  /*
@media (min-width:1024px) {
	ul > li {
		padding:2px 5px;
		transition:all 0.5s ease-in-out;
		box-shadow: inset 0 0 0 0 @green;
		&:hover {
			box-shadow: inset 400px 0 0 0 @green;
			span {
			    color: white;
			}
		}
		&.current {
			box-shadow: inset 400px 0 0 0 @green;
			span {
				color:white;
			}
		}
	}
}

@media (max-width:1024px) {
	ul li.current {
		& > a {
			box-shadow: inset 400px 0 0 0 @green;
		}
		&.sub-menu {
			box-shadow:none;
		}
	}
	ul li {
		margin: 0px;
		a {
			padding:5px;
		}
		&.sub-menu {
			li {
				margin:0px !important;
				a span {color:fade(@color2,80%);}
				&::after {
					content:"↲";
					font-size:12px;
					color:fade(@color2,80%);
					vertical-align:text-bottom;
				}
			}
		}
	}
}*/
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li {
  margin: 0px 2px 12px;
  padding: 2px 5px;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu::after,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu::after {
  top: 70%;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu ul,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu ul {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu.current::after,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu.current::after {
  top: 100%;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li:hover.sub-menu::after,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li:hover.sub-menu::after {
  display: none;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a {
  position: relative;
  display: block;
  padding: 4px 0;
  color: #414040;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  font-weight: 300;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a::after,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: #52302C;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a:hover::after,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current > a,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current > a {
  border-bottom: 3px solid #52302C;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current > a span,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current > a span {
  color: #414040;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current a span,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.current a span {
  color: #414040;
}
.zone-header_right .module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu ul li,
.module.module-126698.template-1.menu-template-1.module-menu.main.column ul > li.sub-menu ul li {
  margin: 5px 0;
}
/*** CUSTOM CSS FROM BDD MODULE 126704 ***/
.zone-full_width .module.module-126704.template-1.search-template-1.module-search,
.module.module-126704.template-1.search-template-1.module-search {
  max-width: 767px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .category,
.module.module-126704.template-1.search-template-1.module-search .category {
  position: absolute;
  left: -99999px;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search form,
.module.module-126704.template-1.search-template-1.module-search form {
  width: 100%;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper,
.module.module-126704.template-1.search-template-1.module-search form .fields-wrapper {
  height: 75px;
  align-items: center;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .field,
.module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .field {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper label,
.module.module-126704.template-1.search-template-1.module-search form .fields-wrapper label {
  font-weight: 700;
  line-height: 1;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .select2-container,
.module.module-126704.template-1.search-template-1.module-search .select2-container {
  height: 35px;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search button.submit,
.module.module-126704.template-1.search-template-1.module-search button.submit {
  border-radius: 0;
  line-height: 1;
  height: 75px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search input[type="text"],
.module.module-126704.template-1.search-template-1.module-search input[type="text"],
.zone-full_width .module.module-126704.template-1.search-template-1.module-search input[type="email"],
.module.module-126704.template-1.search-template-1.module-search input[type="email"],
.zone-full_width .module.module-126704.template-1.search-template-1.module-search input[type="password"],
.module.module-126704.template-1.search-template-1.module-search input[type="password"],
.zone-full_width .module.module-126704.template-1.search-template-1.module-search textarea,
.module.module-126704.template-1.search-template-1.module-search textarea,
.zone-full_width .module.module-126704.template-1.search-template-1.module-search select,
.module.module-126704.template-1.search-template-1.module-search select,
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .ms-choice,
.module.module-126704.template-1.search-template-1.module-search .ms-choice,
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .ms-choice.disabled,
.module.module-126704.template-1.search-template-1.module-search .ms-choice.disabled,
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .SumoSelect,
.module.module-126704.template-1.search-template-1.module-search .SumoSelect {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search,
  .module.module-126704.template-1.search-template-1.module-search {
    width: 98%;
    margin-left: auto;
    margin-right: auto ;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form,
  .module.module-126704.template-1.search-template-1.module-search form {
    margin: 0;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field:first-child,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field:first-child {
    padding-left: 0;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper button span,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper button span {
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field {
    padding-right: 0;
    width: 32%;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field .select2-container,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field .select2-container,
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"],
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"],
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #cdcdcd;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field input[type="text"],
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field input[type="text"] {
    height: 42px;
  }
}
@media (max-width: 767px) {
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search,
  .module.module-126704.template-1.search-template-1.module-search {
    margin: 0px auto !important;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper {
    height: auto;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search button.submit,
  .module.module-126704.template-1.search-template-1.module-search button.submit {
    height: auto;
  }
}
@media (max-width: 640px) {
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search,
  .module.module-126704.template-1.search-template-1.module-search {
    padding: 0 0 15px;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search label,
  .module.module-126704.template-1.search-template-1.module-search label {
    display: none;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search input::placeholder,
  .module.module-126704.template-1.search-template-1.module-search input::placeholder,
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search .select2-selection__rendered,
  .module.module-126704.template-1.search-template-1.module-search .select2-selection__rendered {
    letter-spacing: 2px;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search input,
  .module.module-126704.template-1.search-template-1.module-search input {
    margin-bottom: 0;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search .fields-wrapper button,
  .module.module-126704.template-1.search-template-1.module-search .fields-wrapper button {
    margin-top: 15px;
  }
  .zone-full_width .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field,
  .module.module-126704.template-1.search-template-1.module-search form .fields-wrapper .line-wrapper.form-center .field {
    width: 100%;
  }
}
.zone-full_width .module.module-126704.template-1.search-template-1.module-search .select2-selection.select2-selection--single,
.module.module-126704.template-1.search-template-1.module-search .select2-selection.select2-selection--single {
  background-color: transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 126744 ***/
.zone-legal .module.module-126744.template-8.legal-template-8.module-legal.template8,
.module.module-126744.template-8.legal-template-8.module-legal.template8 {
  padding-top: 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 126746 ***/
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5,
.module.module-126746.module-selection.template-5.selection-template-5 {
  margin-top: 50px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .module-header,
.module.module-126746.module-selection.template-5.selection-template-5 .module-header {
  margin: 0 auto 30px auto;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list,
.module.module-126746.module-selection.template-5.selection-template-5 .list {
  padding: 20px 10px;
  justify-content: space-around;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item {
  width: 32%;
  margin-bottom: 30px;
  /*box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;*/
  transition: all 0.3s ease;
  border-radius: 5px;
  border-top-left-radius: 0px;
  border-top-right-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item h3.city,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item h3.city {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: white;
  color: #414040 !important;
  margin-bottom: 0;
  padding: 5px 15px 5px 10px;
  z-index: 99;
  border-radius: 20px;
  border-top-right-radius: 0;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item h3.city i.mdi,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item h3.city i.mdi {
  color: #52302C;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item p.soleagent,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item p.soleagent {
  background: #52302C;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding: 3px 8px;
  top: 20px;
  z-index: 9;
  width: auto !important;
  position: absolute;
  left: 0;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture {
  min-height: 280px;
  border-bottom-left-radius: 20px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img {
  height: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img.logo,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img.logo {
  width: 80%;
  object-fit: contain;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content {
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 15px 5px;
  margin-bottom: 0px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons {
  padding-top: 0;
  margin-top: 5px;
  border-top: none;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  position: relative;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons::after,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons::after {
  content: "";
  position: absolute;
  top: -10px;
  width: 40px;
  left: calc(50% - 20px);
  height: 1px;
  background: rgba(183, 161, 149, 0.6);
  transition: all 0.2s ease;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li {
  color: #414040;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: center;
  width: 30%;
  justify-content: space-evenly;
  flex-direction: column;
  height: 35px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li svg,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li svg {
  margin-bottom: 5px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li span,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li span {
  color: #414040;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li .iconify,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li .iconify {
  font-size: 22px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li i.mdi,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content ul.icons li i.mdi {
  color: #52302C;
  margin-right: 5px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content h4,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content h4 {
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: uppercase;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content h4,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content h4 {
  color: black;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content p.price,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item .content p.price {
  color: black;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  font-weight: 300;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 img.first,
.module.module-126746.module-selection.template-5.selection-template-5 img.first {
  opacity: 1;
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 img,
.module.module-126746.module-selection.template-5.selection-template-5 img {
  transition: all 0.5s ease-in-out;
  transform: scale(1);
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover img,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover img {
  transform: scale(1.2);
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5,
  .module.module-126746.module-selection.template-5.selection-template-5 {
    margin-top: 0;
    margin-top: 40px;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .module-header,
  .module.module-126746.module-selection.template-5.selection-template-5 .module-header {
    margin-bottom: 20px;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .module-header-title,
  .module.module-126746.module-selection.template-5.selection-template-5 .module-header-title {
    margin-bottom: 0;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item {
    width: 49%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item {
    width: 100%;
  }
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover .content h3::after,
.module.module-126746.module-selection.template-5.selection-template-5 .list .item:hover .content h3::after {
  width: 100px;
  left: calc((100% - 100px)/2);
}
@media (max-width: 1024px) and (min-width: 640px) and (max-height: 500px) {
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list,
  .module.module-126746.module-selection.template-5.selection-template-5 .list {
    justify-content: space-around;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item {
    width: 32%;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture {
    height: 130px;
    padding-bottom: 0;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item .picture img {
    height: 100%;
    object-fit: cover;
  }
  .zone-full_width .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content,
  .module.module-126746.module-selection.template-5.selection-template-5 .list .item .content {
    padding: 5px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 127126 ***/
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-127126.template-1.cluster-template-1.module-cluster .module-cms {
  padding: 0;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module-cms .btnContainer,
.module.module-127126.template-1.cluster-template-1.module-cluster .module-cms .btnContainer {
  margin-top: 15px;
}
/*** CUSTOM CSS FROM BDD MODULE 131590 ***/
.zone-full_width .module.module-131590.template-1.cms-template-1.module-cms.only-text,
.module.module-131590.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-131590 {
  padding: 0;
  margin-bottom: 0;
}
.zone-full_width .module.module-131590.template-1.cms-template-1.module-cms.only-text .info,
.module.module-131590.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-131590 .info {
  max-width: 1024px;
  padding: 0 20px;
}
.zone-full_width .module.module-131590.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-131590.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-131590 .info p {
  text-align: center;
}
.zone-full_width .module.module-131590.template-1.cms-template-1.module-cms.only-text .info h3,
.module.module-131590.template-1.cms-template-1.module-cms.only-text .info h3,
.popup-module-cms.popup-module-131590 .info h3 {
  font-size: 1.2rem;
  margin-top: 30px;
  margin-bottom: 40px;
}
/*** CUSTOM CSS FROM BDD MODULE 126769 ***/
.zone-full_width .module.module-126769.template-1.user-template-1.module-user::after,
.module.module-126769.template-1.user-template-1.module-user::after {
  display: none;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user p,
.module.module-126769.template-1.user-template-1.module-user p {
  line-height: 1.1;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing,
.module.module-126769.template-1.user-template-1.module-user ul.listing {
  justify-content: space-evenly;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li,
.module.module-126769.template-1.user-template-1.module-user ul.listing li {
  width: 28%;
  margin: 10px 0;
  min-width: auto;
  padding-top: 30px;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li .picture,
.module.module-126769.template-1.user-template-1.module-user ul.listing li .picture {
  height: auto;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li .picture div.userBubble,
.module.module-126769.template-1.user-template-1.module-user ul.listing li .picture div.userBubble {
  width: 200px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li .info,
.module.module-126769.template-1.user-template-1.module-user ul.listing li .info {
  height: 173px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li .info h3 em,
.module.module-126769.template-1.user-template-1.module-user ul.listing li .info h3 em {
  font-size: 1rem;
}
.zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li:nth-child(2) span.mobile,
.module.module-126769.template-1.user-template-1.module-user ul.listing li:nth-child(2) span.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .zone-full_width .module.module-126769.template-1.user-template-1.module-user,
  .module.module-126769.template-1.user-template-1.module-user {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li,
  .module.module-126769.template-1.user-template-1.module-user ul.listing li {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li,
  .module.module-126769.template-1.user-template-1.module-user ul.listing li {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .zone-full_width .module.module-126769.template-1.user-template-1.module-user ul.listing li,
  .module.module-126769.template-1.user-template-1.module-user ul.listing li {
    width: 95%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 127366 ***/
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster,
.module.module-127366.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: space-evenly;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster > div.google,
.module.module-127366.template-1.cluster-template-1.module-cluster > div.google {
  width: 40%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion {
  padding: 0;
  margin-bottom: 40px;
  margin-top: 0px;
  width: 45%;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info {
  width: 100%;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info img,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info img {
  width: 130px;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info .opinions,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .info .opinions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 {
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2 {
  width: 100%;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2,
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h3,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h3 {
  width: 100%;
  text-align: left;
}
.zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 p,
.module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 p {
  width: 100%;
  max-width: 450px;
  font-size: 1.2rem;
  text-align: justify;
}
@media (max-width: 1024px) {
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster,
  .module.module-127366.template-1.cluster-template-1.module-cluster {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion,
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.google,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.google {
    width: 100%;
  }
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 h2,
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.google .bloc1 h2,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.google .bloc1 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 {
    justify-content: center;
  }
  .zone-full_width .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 p,
  .module.module-127366.template-1.cluster-template-1.module-cluster .module-cms.opinion .bloc1 p {
    width: 100%;
    max-width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 374900 ***/
.zone-footer .module.module-374900.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-374900.template-1.picture-template-1.module-picture.basic-mod img {
  width: 150px;
}
/*** CUSTOM CSS FROM BDD MODULE 126753 ***/
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126753.template-2.lead-template-2.module-lead i.mdi,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126753.template-2.lead-template-2.module-lead i.mdi,
.module.module-126753.template-2.lead-template-2.module-lead i.mdi,
.popup-module-lead.popup-module-126753 i.mdi {
  margin-right: 5px;
}
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126753.template-2.lead-template-2.module-lead i.mdi::before,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126753.template-2.lead-template-2.module-lead i.mdi::before,
.module.module-126753.template-2.lead-template-2.module-lead i.mdi::before,
.popup-module-lead.popup-module-126753 i.mdi::before {
  color: #b7a195;
}
/*** CUSTOM CSS FROM BDD MODULE 126697 ***/
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126697.template-1.social-menu-template-1.module-social-menu i.mdi,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126697.template-1.social-menu-template-1.module-social-menu i.mdi,
.module.module-126697.template-1.social-menu-template-1.module-social-menu i.mdi {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126697.template-1.social-menu-template-1.module-social-menu,
  .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126697.template-1.social-menu-template-1.module-social-menu,
  .module.module-126697.template-1.social-menu-template-1.module-social-menu {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 126754 ***/
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent,
.module.module-126754.template-1.language-template-1.module-language .CaptationContent {
  padding-top: 0;
}
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent span,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent span,
.module.module-126754.template-1.language-template-1.module-language .CaptationContent span {
  font-size: 12px;
}
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent label,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .CaptationContent label,
.module.module-126754.template-1.language-template-1.module-language .CaptationContent label {
  line-height: 25px;
}
.zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .FieldWrapper,
.module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language .FieldWrapper,
.module.module-126754.template-1.language-template-1.module-language .FieldWrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-left: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(5px);
  min-width: 60px;
}
@media (max-width: 1024px) {
  .zone-header_right .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language,
  .module.module-126752.template-1.cluster-template-1.module-cluster .module.module-126754.template-1.language-template-1.module-language,
  .module.module-126754.template-1.language-template-1.module-language {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 127114 ***/
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms,
.module.module-127114.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-127114 {
  margin-bottom: 40px;
  margin-top: 0px;
  width: 100%;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .background,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .background,
.module.module-127114.template-1.cms-template-1.module-cms .background,
.popup-module-cms.popup-module-127114 .background {
  background-attachment: fixed;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .info,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .info,
.module.module-127114.template-1.cms-template-1.module-cms .info,
.popup-module-cms.popup-module-127114 .info {
  width: 100%;
  padding: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1,
.module.module-127114.template-1.cms-template-1.module-cms .bloc1,
.popup-module-cms.popup-module-127114 .bloc1 {
  width: 100%;
  padding: 60px 20px;
  background-color: rgba(0, 0, 0, 0.55);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.popup-module-cms.popup-module-127114 .bloc1 h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 p,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 p,
.module.module-127114.template-1.cms-template-1.module-cms .bloc1 p,
.popup-module-cms.popup-module-127114 .bloc1 p,
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.module.module-127114.template-1.cms-template-1.module-cms .bloc1 h2,
.popup-module-cms.popup-module-127114 .bloc1 h2 {
  width: 100%;
  max-width: 1024px;
  color: white;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .btnContainer,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .btnContainer,
.module.module-127114.template-1.cms-template-1.module-cms .btnContainer,
.popup-module-cms.popup-module-127114 .btnContainer,
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms h2,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms h2,
.module.module-127114.template-1.cms-template-1.module-cms h2,
.popup-module-cms.popup-module-127114 h2 {
  text-align: center;
}
.zone-full_width .module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .button,
.module.module-127126.template-1.cluster-template-1.module-cluster .module.module-127114.template-1.cms-template-1.module-cms .button,
.module.module-127114.template-1.cms-template-1.module-cms .button,
.popup-module-cms.popup-module-127114 .button {
  margin-top: 15px;
}

