@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");
.autoLayout {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.pager-design {
  width: auto;
  margin: auto;
}
.pager-design ul {
  display: flex;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.pager-design ul li.disable {
  padding: 5px 15px;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #a8835b /* @tertiary */;
}
.pager-design ul li a,
.pager-design ul li span {
  background: transparent;
  background-color: transparent;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  background-color: #a8835b /* @tertiary */;
  border-radius: 0px /* @radius */;
}
.pager-design ul li.current a,
.pager-design ul li:hover a {
  color: white;
}
.module .slider .owl-controls div.owl-nav {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.module .slider .owl-controls div.owl-nav i.mdi {
  color: #a8835b /* @tertiary */;
  background: transparent;
}
.module .slider .owl-controls div.owl-nav i.mdi:before {
  transition: 0.5s;
}
.module .slider .owl-controls div.owl-nav i.mdi:hover:before {
  transform: scale(1.1);
}
.module .slider .owl-controls div.owl-nav [class*="owl-"] {
  position: relative;
}
.module .slider .owl-controls div.owl-nav .owl-prev,
.module .slider .owl-controls div.owl-nav .owl-next {
  top: initial;
  margin-top: initial;
  left: initial;
  right: initial;
}
.module .slider .owl-controls div.owl-nav .owl-prev i,
.module .slider .owl-controls div.owl-nav .owl-next i {
  margin: 0;
}
/*** 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/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** 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 TEMPLATE Elone-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/menu.less ***/
body.wrapper-off header .module-menu .bar {
  background: #f6f6f4;
}
body header.fixed .module-menu .bar,
body header.is-active .module-menu .bar,
body.wrapper-on header .module-menu .bar {
  background: #ffffff;
}
body header.is-active * {
  color: #ffffff;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.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 li.dropdown-menu ul {
  border-radius: 4px;
}
.module-menu label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1200px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.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: 0;
}
@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";
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/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 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 Elone-v2 PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/agency.less ***/
.module-agency .agency img {
  border-radius: 0px;
}
.module-agency .agency .info {
  padding: 0;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-11.less ***/
/* all listing */
.module.module-listing {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.module.module-listing ul.listing {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .module.module-listing ul.listing {
    padding: 0;
  }
}
.module.module-listing ul.listing li.property {
  position: relative;
}
.module.module-listing ul.listing li.property .mdi-heart {
  top: 10px;
  right: 10px;
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
  -webkit-text-stroke: 2px #df1212a3;
  color: transparent;
}
.module.module-listing ul.listing li.property .mdi-heart:hover {
  -webkit-text-stroke: 2px #df1212a3;
  transform: scale(1.5);
}
.module.module-listing ul.listing li.property .mdi-heart.selectionLinkOn {
  transform: scale(1.5);
  color: #df1212a3;
  -webkit-text-stroke: 0;
}
.module.module-listing ul.listing li.property .container {
  display: flex;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .module.module-listing ul.listing li.property .container {
    flex-direction: column;
  }
}
.module.module-listing ul.listing li.property .container figure,
.module.module-listing ul.listing li.property .container .infos {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module.module-listing ul.listing li.property .container figure,
  .module.module-listing ul.listing li.property .container .infos {
    width: 100%;
  }
}
.module.module-listing ul.listing li.property .container figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.module.module-listing ul.listing li.property .container figure .slider {
  height: 100%;
}
.module.module-listing ul.listing li.property .container figure .slider .owl-stage-outer {
  height: 100%;
}
.module.module-listing ul.listing li.property .container figure .slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.module.module-listing ul.listing li.property .container figure .slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .module.module-listing ul.listing li.property .container figure {
    height: 270px;
  }
}
.module.module-listing ul.listing li.property .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.5s;
}
.module.module-listing ul.listing li.property .container figure img.logoPicture {
  object-fit: contain;
}
.module.module-listing ul.listing li.property .container figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module.module-listing ul.listing li.property .container figure .sticker {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}
.module.module-listing ul.listing li.property .container figure .media {
  right: 0;
  left: initial;
  font-size: 16px;
  top: 10px;
  padding: 1px 8px;
  color: #fff;
}
.module.module-listing ul.listing li.property .container .infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 35px;
}
@media only screen and (max-width: 768px) {
  .module.module-listing ul.listing li.property .container .infos {
    padding: 20px;
  }
}
.module.module-listing ul.listing li.property .container .infos .headSection {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}
.module.module-listing ul.listing li.property .container .infos .headSection * {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.module.module-listing ul.listing li.property .container .infos .headSection .title {
  font-size: 24px;
  line-height: 34px;
}
.module.module-listing ul.listing li.property .container .infos .headSection .subtitle {
  font-size: 18px;
  line-height: 28px;
}
.module.module-listing ul.listing li.property .container .infos .headSection .price {
  font-size: 16px;
  line-height: 26px;
}
.module.module-listing ul.listing li.property .container .infos .commentSection .comment {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .module.module-listing ul.listing li.property .container .infos .commentSection .comment {
    text-align: left;
  }
}
.module.module-listing ul.listing li.property .container .infos .bottomSection ul {
  gap: 12px;
  background: none;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.module.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  padding: 0;
  font-size: 16px;
  line-height: 120%;
  height: auto;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 640px) {
  .module.module-listing ul.listing li.property .container .infos .bottomSection ul li {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .module.module-listing ul.listing li.property .container:hover img:not(.slider-img) {
    transform: scale(1.1);
  }
}
.module.module-listing nav.pager {
  text-align: center;
  overflow: hidden;
}
.module.module-listing nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
.module.module-listing nav.pager li a,
.module.module-listing nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
}
.module.module-listing nav.pager li a {
  background: transparent;
}
.module.module-listing nav.pager li.current span,
.module.module-listing nav.pager li a:hover {
  color: #fff;
}
.module.module-listing nav.pager li.disabled {
  display: none;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v2.less ***/
.module.module-listing .slider div.owl-nav {
  margin: 0;
}
.module.module-listing .slider div.owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module.module-listing .slider div.owl-nav .owl-prev i::before {
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.373);
  border-radius: 0 5px 5px 0;
}
.module.module-listing .slider div.owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module.module-listing .slider div.owl-nav .owl-next i::before {
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.373);
  border-radius: 5px 0 0 5px;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/listing.less ***/
.module-listing {
  padding: 0;
}
.module-listing ul.listing li.property {
  border-radius: 0px;
  border: 1px solid #e6e6e6;
  transition: filter 1s ease /* @transition */;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
  background: #ffffff;
}
.module-listing ul.listing li.property .container figure {
  overflow: hidden;
}
.module-listing ul.listing li.property .container figure .sticker {
  background: #a8835b;
  border-radius: 0 0px 0px 0;
}
.module-listing ul.listing li.property .container figure .media {
  border-radius: 0px 0 0 0px;
}
.module-listing ul.listing li.property .container figure img {
  transition: transform 1s ease;
}
.module-listing ul.listing li.property .container figure img.logoPicture {
  object-fit: contain;
}
.module-listing ul.listing li.property .container .infos .title,
.module-listing ul.listing li.property .container .infos .subtitle {
  font-family: Montserrat, sans-serif;
  color: #000000 /* @title-secondary */;
}
.module-listing ul.listing li.property .container .infos .price {
  color: #1b1b1b /* @txt-secondary */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  color: #1b1b1b /* @txt-secondry */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li .mdi {
  color: #1b1b1b /* @txt-secondary */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  text-align: center;
}
.module-listing ul.listing li.property:hover {
  filter: contrast(0.9);
}
.module-listing nav.pager {
  width: auto;
  margin: auto;
}
.module-listing nav.pager ul {
  display: flex;
  gap: 8px;
}
.module-listing nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.module-listing nav.pager ul li.disable {
  padding: 5px 15px;
}
.module-listing nav.pager ul li a,
.module-listing nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #a8835b /* @tertiary */;
}
.module-listing nav.pager ul li a,
.module-listing nav.pager ul li span {
  background: transparent;
  background-color: transparent;
}
.module-listing nav.pager ul li.current,
.module-listing nav.pager ul li:hover {
  background-color: #a8835b /* @tertiary */;
  border-radius: 0px /* @radius */;
}
.module-listing nav.pager ul li.current a,
.module-listing nav.pager ul li:hover a {
  color: white;
}
.module-listing-template-11 ul.listing {
  flex-direction: column;
}
.module-listing-template-11 ul.listing figure,
.module-listing-template-11 ul.listing .infos {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing figure,
  .module-listing-template-11 ul.listing .infos {
    width: 100%;
  }
}
.module-listing-template-11 ul.listing figure {
  border-radius: 0px 0 0 0px;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing figure {
    border-radius: 0px 0px 0 0;
  }
}
.module-listing-template-11 ul.listing .infos {
  justify-content: center;
  padding: 35px;
  border-radius: 0 0px 0px 0;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing .infos {
    padding: 20px;
  }
}
.module-listing-template-11 ul.listing .infos .commentSection .comment {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .module-listing-template-11 ul.listing .infos .commentSection .comment {
    text-align: left;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
.module-language .current-flag {
  display: none;
}
@media (max-width: 1024px) {
  .module-language .current-flag {
    display: block;
  }
}
.module-language .flag-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.module-language .flag-inline li {
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.module-language .flag-inline li:hover {
  opacity: 1;
}
.module-language .flag-inline li.current {
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown {
  position: relative;
}
.module-language .CaptationContent.mobile-dropdown .current-flag {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
  margin-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
  gap: 4px;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li {
  width: 100%;
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
    display: none;
  }
}
.module-language .CaptationContent.mobile-dropdown.open .flag-inline {
  display: flex;
}
@media (min-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .current-flag {
    cursor: default;
  }
  .module-language .CaptationContent.mobile-dropdown .flag-inline {
    display: flex;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    flex-direction: row;
    min-width: auto;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/language.less ***/
.module-language .ApiFieldGroup .FieldWrapper {
  padding: 0;
}
.module-language span {
  font-family: Montserrat, sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: Montserrat, sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
.module-language .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.module-language .content ul li {
  background: #0a2430 /* @bg-header */;
  margin: 0;
  padding: 0 5px;
}
.module-language .content ul li:hover {
  filter: contrast(0.75);
}
.module-language.template-2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language.template-2 .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language.template-2 .module-header p {
  margin-bottom: 0;
}
.module-language.template-2 .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .module-language.template-2 .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .module-language.template-2 .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
}
.module-language.template-2 .DropdownContent {
  left: -100px;
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #0a2430 /* bg-header */;
}
@media only screen and (max-width: 1200px) {
  .module-language.template-2 .DropdownContent {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
.module-language.template-2 .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 226px;
}
.module-language.template-2 .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language.template-2 .DropdownContent ul li span:not(.flag-icon) {
  color: #ffffff /* @txt-header */;
  opacity: 0.6;
}
.module-language.template-2 .DropdownContent ul li:hover {
  border-radius: 0px;
}
.module-language.template-2 .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language.template-2 .DropdownContent ul li.current span {
  color: #ffffff;
  opacity: 1;
}
.module-language.template-2 .DropdownContent ul li.current::after {
  content: "✔";
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  background: none;
}
.module-language.template-2 .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language.template-2 .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language.template-2 .DropdownContent ul li a span {
  line-height: 19px;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/picture.less ***/
.module-picture.basic-mod {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.module-picture.basic-mod .col {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .col {
    aspect-ratio: 2;
  }
}
.module-picture.basic-mod .col img {
  border-radius: 0px;
  transition: 1s ease;
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}
.module-picture.basic-mod .col:hover img {
  transform: scale(1.1);
}
.module-picture.basic-mod .col .container {
  height: 100%;
  width: 100%;
}
.module-picture.basic-mod .col .content {
  position: absolute;
  top: 50%;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.module-picture.basic-mod .col .content h3 {
  color: white;
  font-size: 29px;
  line-height: 39px;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.module-picture.basic-mod img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.module-picture.background-mod {
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
}
.module-picture.background-mod .module-header .module-header-title {
  color: white;
}
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*** CSS BASE PLUGIN 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 Elone-v2 PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/search.less ***/
.module-search {
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-search {
    padding: 0;
  }
}
.module-search .hidden {
  display: none;
}
.module-search:not(.open) form .fields-wrapper .search-advanced {
  display: none;
}
.module-search.open .advanced-btn-open {
  display: none;
}
.module-search form {
  margin: 0 auto;
  display: flex;
  border-radius: 0px;
  padding: 20px 0;
}
.module-search form button.submit {
  padding: 10px;
  font-size: 20px;
  background: transparent;
  color: #ffffff;
}
.module-search form button.submit span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-search form button.submit span {
    display: block;
  }
}
.module-search form .fields-wrapper {
  display: flex;
  width: 100%;
  gap: 12px;
}
.module-search form .fields-wrapper .select2-selection.select2-selection--single,
.module-search form .fields-wrapper .select2-selection.select2-selection--multiple,
.module-search form .fields-wrapper input {
  height: 50px;
  border-radius: 0px;
  border: none;
}
.module-search form .fields-wrapper .select2-selection.select2-selection--single .select2-selection__rendered,
.module-search form .fields-wrapper .select2-selection.select2-selection--single .select2-selection__arrow,
.module-search form .fields-wrapper .select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 50px;
  line-height: 50px;
}
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: #c9af95;
  display: none;
}
.module-search form .fields-wrapper .advanced-btn button span {
  color: #c9af95;
}
.module-search form .fields-wrapper .search-advanced {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper {
  justify-content: space-evenly;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close {
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #ffffff /* @txt-search-label-row */;
  background: transparent;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close i {
  font-size: 20px;
  padding-left: 3px;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button span {
  display: none;
}
.module-search form .fields-wrapper .advanced-btn {
  width: 100%;
  height: 0;
  text-align: center;
}
.module-search form .fields-wrapper .advanced-btn button.advanced-btn-open {
  margin-top: 20px;
  background: transparent;
}
.module-search form .fields-wrapper button {
  border: none;
  text-indent: 0;
  margin: 0;
  background-color: transparent;
}
.module-search form .fields-wrapper button > i {
  font-size: 40px;
  vertical-align: middle;
  position: relative;
  transition: 1s ease /* @transition */;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper button > i {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .module-search form .fields-wrapper button > i:hover {
    transform: scale(1.1);
  }
}
.module-search.search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=newsletter-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/new_css.less ***/
.module.cms-template-6 {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  /* gestion des alignements */
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 {
    flex-direction: column;
  }
}
.module.cms-template-6 .cms-align-left {
  text-align: left;
}
.module.cms-template-6 .cms-align-right {
  text-align: right;
}
.module.cms-template-6 .cms-align-center {
  text-align: center;
}
.module.cms-template-6 .cms-align-justify {
  text-align: justify;
}
.module.cms-template-6.only-text .info {
  width: 100%;
  padding: 0;
}
.module.cms-template-6 .picture {
  height: auto;
  overflow: hidden;
}
.module.cms-template-6 .picture img {
  max-width: 100%;
}
.module.cms-template-6 .picture,
.module.cms-template-6 .info {
  position: relative;
  width: calc((100% - 1 * 32px) / 2);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    width: 100%;
  }
}
.module.cms-template-6 .info ul {
  padding-left: 10px;
}
.module.cms-template-6 .info ul li {
  list-style: disc;
  list-style-position: inside;
}
.module.cms-template-6 .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;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/cms.less ***/
body .wrapper .module-cms {
  gap: 32px;
  align-items: center;
}
body .wrapper .module-cms.only-text {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: block;
}
body .wrapper .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms .info {
    width: 100%;
    text-align: left;
    gap: 12px;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/search.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/form.less ***/
/*** CSS TEMPLATE Zenia ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.selection-template-5 .module-header .module-header-title {
  font-size: 46px;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.module.module-search-order .orders .mdi {
  color: #2c2c2c /* @txt */;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.row-2 {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 640px) {
  .zone-full-width {
    gap: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #a8835b /* @title-color */;
  font-family: "Fashion-Fetish", sans-serif /* @title-font */;
  font-weight: 100 /* @title-weight */;
  text-transform: initial /* @title-transform */;
}
h1,
h2 {
  font-size: 46px /* @title-size */;
}
h3,
h4,
h5,
h6 {
  font-size: calc(46px - 10px);
}
html,
body,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #2c2c2c /* @txt-color */;
  font-family: Montserrat, sans-serif /* @txt-font */;
  font-size: 16px /* @txt-size */;
  font-weight: initial /* @txt-weight */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @primary */;
  padding: 0px /* @paddingBody */;
}
a {
  color: #2c2c2c /* @txt-color */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #2c2c2c /* @txt-color */;
}
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;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled {
  color: #c9af95 /* @searchColor */;
  background: #ffffff;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection__rendered,
.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple,
.iti--allow-dropdown,
.select2-autocomplete-custom-choice,
form input::placeholder {
  height: 40px;
  line-height: 40px;
}
.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--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect {
  border-radius: 0.35rem;
  border: 0.5px solid #a8835b /* @secondary */;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #ffffff /* @tertiary */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #2c2c2c /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #2c2c2c;
}
.SumoSelect > .CaptionCont i {
  color: #2c2c2c;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
@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;
  }
}
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: 14px;
  font-weight: 600;
}
header {
  left: 0;
  right: 0;
  transition: background 0.35s ease-out;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  header {
    height: calc(60px + 20px);
  }
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
header > div .module-cluster {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header > div .module-cluster::after {
  display: none;
}
header > div .module-cluster .module-menu ul li {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  header > div .zone-header-left {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
  }
}
header > div .zone-header-right {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
}
@media only screen and (max-width: 1200px) {
  header > div {
    display: block;
    transition: initial;
  }
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
  header > div .zone-header-left {
    position: absolute;
    z-index: 99;
  }
  header > div .zone-header-left .module-logo {
    display: flex;
    align-items: center;
    height: 100%;
    height: auto;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  background: #0a2430;
}
body.wrapper-on header * span,
body header.fixed * span,
body.wrapper-off header.fixed * span,
body.wrapper-on header .module.module-language .CaptationContent span,
body header.fixed .module.module-language .CaptationContent span,
body.wrapper-off header.fixed .module.module-language .CaptationContent span,
body.wrapper-on header .module-lead span,
body header.fixed .module-lead span,
body.wrapper-off header.fixed .module-lead span,
body.wrapper-on header * path,
body header.fixed * path,
body.wrapper-off header.fixed * path,
body.wrapper-on header .module.module-language .CaptationContent path,
body header.fixed .module.module-language .CaptationContent path,
body.wrapper-off header.fixed .module.module-language .CaptationContent path,
body.wrapper-on header .module-lead path,
body header.fixed .module-lead path,
body.wrapper-off header.fixed .module-lead path,
body.wrapper-on header * .mdi,
body header.fixed * .mdi,
body.wrapper-off header.fixed * .mdi,
body.wrapper-on header .module.module-language .CaptationContent .mdi,
body header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-off header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-on header .module-lead .mdi,
body header.fixed .module-lead .mdi,
body.wrapper-off header.fixed .module-lead .mdi {
  color: #ffffff;
  fill: #ffffff;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #ffffff;
}
body.wrapper-off header {
  background: transparent;
}
body.wrapper-off header .module-social-menu.social-menu-template-2 .social__items > li a svg path {
  fill: #f6f6f4;
}
body.wrapper-off header * span,
body.wrapper-off header .module.module-language .CaptationContent span,
body.wrapper-off header * .mdi,
body.wrapper-off header .module.module-language .CaptationContent .mdi {
  color: #f6f6f4;
  fill: #f6f6f4;
}
body.wrapper-off header li:after {
  background: #f6f6f4;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #ffffff;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group *,
body.wrapper-off header .module-currency .field-group * {
  color: #ffffff;
}
body header.fixed {
  z-index: 9999;
  border-bottom: 0.5px solid #a8835b /* @secondary */;
}
body header.fixed .module-logo img {
  height: 60px;
}
@media only screen and (max-width: 1200px) {
  body header.fixed .module-logo img {
    height: 60px;
  }
}
header.is-active > div,
header.is-active.fixed > div {
  overflow: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  background: #0a2430;
  display: block;
}
header.is-active > div .zone-header-right,
header.is-active.fixed > div .zone-header-right {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
header.is-active > div .zone-header-right .module-menu.main > ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  text-align: right;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul,
header.is-active.fixed > 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 > div .zone-header-right .module-menu.main > ul li.sub-menu ul li,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li {
  width: auto;
  margin-right: 15px;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a {
  color: #ffffff;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul {
  display: block;
}
header.is-active > div .zone-header-right .module-menu.main button,
header.is-active.fixed > div .zone-header-right .module-menu.main button {
  background: transparent;
  right: 0;
}
header.is-active > div .zone-header-right .module-menu.main button:hover,
header.is-active.fixed > div .zone-header-right .module-menu.main button:hover {
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main button i,
header.is-active.fixed > div .zone-header-right .module-menu.main button i {
  font-size: 42px;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div .zone-header-right .module-cluster,
header.is-active.fixed > div .zone-header-right .module-cluster {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-end;
}
header.is-active > div .zone-header-right .module-cluster .module-lead,
header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px 0px;
}
header.is-active > div .zone-header-left,
header.is-active.fixed > div .zone-header-left {
  height: calc(60px + 20px);
}
header.is-active > div .zone-header-left .module-logo,
header.is-active.fixed > div .zone-header-left .module-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .module-menu.main ul li a {
  text-transform: uppercase;
}
header .module-menu ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
header .module-menu ul > li {
  display: block;
}
header .module-menu ul > li a {
  height: 100%;
  display: block;
}
header .module-menu ul > li i.mdi.mdi-home {
  display: none;
}
header .module-menu ul > li.sub-menu > ul > li {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu)::after {
  content: "";
  height: 2px;
  width: 0;
  transition: 0.5s;
  display: block;
}
header .module-menu ul > li:not(.dropdown-menu):hover:after {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu).current:after {
  width: 100%;
}
header .module-menu ul li.dropdown-menu {
  position: relative;
}
header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1200px) {
  header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #0a2430;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
  }
  header .module-menu ul li.dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: 8px 10px;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover {
    backdrop-filter: contrast(0.75);
  }
  header .module-menu ul li.dropdown-menu > ul li:hover span {
    color: #ffffff;
  }
  header .module-menu ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
header .module-menu ul li.dropdown-menu ul > li:after {
  content: inherit;
}
header .module-menu ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu:hover ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1200px) {
  header .module-menu ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #0a2430;
}
header .module-language ul {
  text-align: center;
}
header .module-lead .popup-open-link-wrapper span {
  display: none;
}
header .module-lead .mdi {
  font-size: 21px;
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-currency .FieldWrapper {
  background-color: #0a2430 /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
header .module-logo img {
  height: 90px;
  transition: 1s ease;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1200px) {
  header .module-logo img {
    height: 60px;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 15px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 21px;
  margin-right: 0;
}
body header .module-social-menu ul li span,
body header.fixed .module-social-menu ul li span {
  display: none;
}
body header .module-social-menu ul .twitter,
body header.fixed .module-social-menu ul .twitter {
  display: flex;
  align-items: center;
}
body header .module-social-menu ul .twitter svg,
body header.fixed .module-social-menu ul .twitter svg {
  margin-right: initial;
}
body header .module-social-menu ul .twitter svg path,
body header.fixed .module-social-menu ul .twitter svg path {
  fill: #ffffff;
  transform: scale(1.3);
  transform-origin: center;
  /* Centrer l'échelle du path */
}
body header .module-social-menu ul .twitter:hover svg path,
body header.fixed .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
body header .module-social-menu.social-menu-template-2 .social__items .social__item a svg path,
body header.fixed .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff;
  transition: fill 0.5s ease;
}
.wrapper-off header .module-social-menu .twitter svg path {
  fill: #f6f6f4;
}
.wrapper-off header .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
.wrapper-off header .module-social-menu .twitter.social-menu-template-2 .social__items .social__item a svg path {
  fill: #f6f6f4;
  transition: fill 0.5s ease;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  color: #ffffff /* @txt-btn */;
  background: #a8835b /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 16px /* @txt-size */;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 2px /* @radius-btn */;
}
.button:hover,
button.submit:hover {
  color: #ffffff /* @hover-txt-btn */;
  background: #8c7a68 /* @hover-bg-btn */;
  border: none /* @hover-border-btn */;
}
.button-form {
  border: 0.5px solid #c9af95 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #c9af95 /* @txt-form-label*/;
}
footer p,
footer .module-header-title,
footer a,
footer span {
  color: #f6f6f4;
}
footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer {
  padding: 20px 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background: #0a2430;
}
footer .zone-footer {
  position: relative;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .zone-footer .module-agency {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .zone-footer .module-agency .module-header {
  text-align: center;
}
footer .zone-footer .module-agency .module-header .module-header-title {
  margin-bottom: 0;
}
footer .zone-footer .module-agency .agency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
footer .zone-footer .module-agency .agency p {
  margin: 0;
  text-align: center;
}
footer .zone-footer .module-agency .agency p .mdi {
  color: #a8835b;
}
footer .zone-footer .module-agency .agency div {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-agency .agency div {
    flex-direction: column;
    gap: 16px;
  }
}
footer .zone-footer .module-agency .agency div a {
  padding: 5px 20px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
}
footer .zone-footer .module-agency .agency div a span {
  transition: 1s;
  z-index: 99;
}
footer .zone-footer .module-agency .agency div a i {
  margin: 0;
  z-index: 99;
  position: relative;
  transition: 1s;
  top: 1px;
}
footer .zone-footer .module-agency .agency div a:before {
  transition-duration: 1s;
  box-shadow: inset 0 0 0 1px #a8835b;
}
footer .zone-footer .module-agency .agency div a:after,
footer .zone-footer .module-agency .agency div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 2px;
}
footer .zone-footer .module-agency .agency div a:hover:before {
  box-shadow: inset 0 0 0 60px #a8835b;
}
footer .zone-footer .module-agency .agency div a:hover i,
footer .zone-footer .module-agency .agency div a:hover span {
  color: white;
}
footer .zone-footer .module-cluster {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  border-top: 0.5px solid white;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster {
    text-align: center;
  }
}
footer .zone-footer .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module {
  width: calc((100% - 3 * 20px) / 4);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module {
    width: 100%;
    align-items: center;
  }
}
footer .zone-footer .module-cluster .module .module-header-title {
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module .module-header-title {
    text-align: center;
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .zone-footer .module-cluster .module ul li {
  font-size: 14px;
  line-height: 1.5;
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .zone-legal:after {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal li:before {
  color: #a8835b /* @tertiary */;
}
footer .zone-legal .module-legal p,
footer .zone-legal .module-legal a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #759ca2;
  border-radius: 0px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #1b1b1b;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #1b1b1b;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  border-radius: 2px;
  margin-bottom: 0;
  border: 1px solid #1b1b1b;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple::placeholder {
  color: #1b1b1b;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: #759ca2;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: #759ca2;
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #1b1b1b;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #1b1b1b;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.form-row-main {
  background: transparent /* @bg-search-row */;
}
.form-row-main .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row-main .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row-main label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row-main .fields-wrapper .select2-selection.select2-selection--single,
.form-row-main .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row-main input {
  background: #ffffff /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row-main .select2-container--default .select2-selection--single,
.form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row-main form ::placeholder,
.form-row-main input::placeholder,
.form-row-main input {
  color: #000000 /* txt-search-input-row */;
}
.form-row-main button > i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .form-row-main {
    background: #759ca2 /* bg-search-column */;
    padding: 20px;
  }
  .form-row-main label,
  .form-row-main button > i,
  .form-row-main button span {
    color: #c9af95 /* txt-search-label-column */;
  }
  .form-row-main .select2-selection.select2-selection--single,
  .form-row-main .select2-selection.select2-selection--multiple,
  .form-row-main .select2-container--default .select2-selection--single,
  .form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-row-main form ::placeholder,
  .form-row-main input::placeholder,
  .form-row-main input {
    background: #ffffff /* bg-search-input-column */;
    color: #c9af95 /* txt-search-input-column */;
    border-radius: 0px /* @radius */;
    margin: 0;
  }
  .form-row-main .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .form-row-main .fields-wrapper .form-header {
    display: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 0px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
.form-row {
  background: transparent /* @bg-search-row */;
}
.form-row .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row .fields-wrapper .select2-selection.select2-selection--single,
.form-row .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row input {
  background: #ffffff /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row .select2-container--default .select2-selection--single,
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row form ::placeholder,
.form-row input::placeholder,
.form-row input {
  color: #000000 /* txt-search-input-row */;
}
.form-row button > i {
  color: #ffffff;
}
.form-column {
  background: #759ca2 /* bg-search-column */;
  padding: 20px;
}
.form-column label,
.form-column button > i,
.form-column button span {
  color: #c9af95 /* txt-search-label-column */;
}
.form-column .select2-selection.select2-selection--single,
.form-column .select2-selection.select2-selection--multiple,
.form-column .select2-container--default .select2-selection--single,
.form-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-column form ::placeholder,
.form-column input::placeholder,
.form-column input {
  background: #ffffff /* bg-search-input-column */;
  color: #c9af95 /* txt-search-input-column */;
  border-radius: 0px /* @radius */;
  margin: 0;
}
.form-column .fields-wrapper {
  flex-direction: column;
  align-items: center;
}
.form-column .fields-wrapper .form-header {
  display: none;
}
.form-column .fields-wrapper .line-wrapper.form-center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 640px) {
  .form-column .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
.form-column .fields-wrapper .line-wrapper.form-center > .field {
  width: 100%;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 50px;
  border: 0;
  border-radius: 0px;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.module-contact {
  background: #759ca2;
  padding: 35px;
  border-radius: 0px /* @radius */;
}
.module-contact .module-header-title {
  color: #c9af95 /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form .select2-selection {
  background: #ffffff;
  color: #c9af95;
  border-radius: 0.35rem;
  border: none;
  padding: 0 10px;
  margin-bottom: 10px;
}
.module-contact form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  border: none;
  padding: 0 0 0 0;
  padding-left: 0;
  padding-right: 0;
  color: #c9af95;
}
.module-contact form input,
.module-contact form .select2-selection {
  border: none;
}
.module-contact form input,
.module-contact form textarea,
.module-contact form .select2-container--default .select2-selection--single {
  background: #ffffff;
  color: #c9af95;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #c9af95;
  opacity: 0.6;
}
.module-contact form label {
  color: #c9af95;
}
.module-contact form label a {
  color: #c9af95;
  font-weight: 800;
}
.module-contact form button {
  border: 0.5px solid #c9af95 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #c9af95 /* @txt-form-label*/;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-estimate .select2-selection.select2-selection--multiple,
.module-estimate .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-estimate .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.module-estimate .select2-autocomplete-custom-choice {
  color: #c9af95;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 PAGE listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/pages/css/listing.less ***/
body.listing .module-cluster {
  position: relative;
}
body.listing .module-cluster .module-search {
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  position: absolute;
  z-index: 9;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body.listing .module-cluster .module-search {
    position: relative;
    left: initial;
    bottom: initial;
    transform: initial;
  }
}
body.listing .module-cluster .module-search form {
  background: transparent /* @bg-search-row */;
}
body.listing .module-cluster .module-search form .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
body.listing .module-cluster .module-search form .field {
  width: 18.9% /* @size-search-input-row */;
}
body.listing .module-cluster .module-search form label {
  color: #ffffff /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
body.listing .module-cluster .module-search form .fields-wrapper .select2-selection.select2-selection--single,
body.listing .module-cluster .module-search form .fields-wrapper .select2-selection.select2-selection--multiple,
body.listing .module-cluster .module-search form input {
  background: #ffffff /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
body.listing .module-cluster .module-search form .select2-container--default .select2-selection--single,
body.listing .module-cluster .module-search form .select2-container--default .select2-selection--single .select2-selection__rendered,
body.listing .module-cluster .module-search form form ::placeholder,
body.listing .module-cluster .module-search form input::placeholder,
body.listing .module-cluster .module-search form input {
  color: #000000 /* txt-search-input-row */;
}
body.listing .module-cluster .module-search form button > i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  body.listing .module-cluster .module-search form {
    background: #759ca2 /* bg-search-column */;
    padding: 20px;
  }
  body.listing .module-cluster .module-search form label,
  body.listing .module-cluster .module-search form button > i,
  body.listing .module-cluster .module-search form button span {
    color: #c9af95 /* txt-search-label-column */;
  }
  body.listing .module-cluster .module-search form .select2-selection.select2-selection--single,
  body.listing .module-cluster .module-search form .select2-selection.select2-selection--multiple,
  body.listing .module-cluster .module-search form .select2-container--default .select2-selection--single,
  body.listing .module-cluster .module-search form .select2-container--default .select2-selection--single .select2-selection__rendered,
  body.listing .module-cluster .module-search form form ::placeholder,
  body.listing .module-cluster .module-search form input::placeholder,
  body.listing .module-cluster .module-search form input {
    background: #ffffff /* bg-search-input-column */;
    color: #c9af95 /* txt-search-input-column */;
    border-radius: 0px /* @radius */;
    margin: 0;
  }
  body.listing .module-cluster .module-search form .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .form-header {
    display: none;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 0px;
  }
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  body.listing .module-cluster .module-search form .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  body.listing .module-cluster .module-search.fixed {
    position: fixed;
    background: #0a2430;
    left: initial ;
    bottom: initial;
    height: auto;
    animation: myAnim 1s ease 0s 1 normal forwards;
    max-width: 100%;
    transform: initial;
  }
  body.listing .module-cluster .module-search.fixed form {
    max-width: 1440px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
  body.listing .module-cluster .module-search.fixed form label,
  body.listing .module-cluster .module-search.fixed form button > i {
    color: #ffffff;
  }
}
@keyframes myAnim {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}
body.listing section.zone-top-content {
  position: sticky;
  top: 0px;
  z-index: 500;
  width: 100%;
}
body.listing section.zone-top-content .module-search {
  position: sticky;
  bottom: 50px;
}
body.listing section.zone-top-content.fixed .module-search {
  max-width: none !important;
  transition: all 0.35s;
}
@media only screen and (max-width: 768px) {
  body.listing section.zone-top-content {
    position: relative;
    top: auto !important;
  }
}
body.listing .zone-full-width .module-cluster {
  position: relative;
}
body.listing .zone-full-width .module-cluster .module-picture {
  margin-bottom: 0;
}
.zone-content {
  display: flex;
  flex-direction: column;
  gap: 80px;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .zone-content {
    gap: 40px;
  }
}
/*** CSS WEBSITE Cortina immobilier ***/
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_pqTbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_naUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_k-UbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_iiUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_gGUbtY.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKdFvUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKd3vUDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKebukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKeiukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfFukDQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFvD-vYSZviVYUb_rj3ij__anPXJzDwcbmjWBN2PKfsukDQ.ttf) format('truetype');
}
@font-face {
  font-family: Fashion-Fetish;
  src: url(/uploads/websites/4392/Fashion-Fetish-Regular.ttf);
}
.h1Title .module-header {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 10;
  top: 40PX;
  flex-direction: column-reverse;
}
.h1Title .module-header h1.module-header-title {
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  font-size: 56px !important;
  color: white;
}
@media only screen and (max-width: 640px) {
  .h1Title .module-header h1.module-header-title {
    font-size: 22px!important;
  }
}
p {
  letter-spacing: 2px;
}
.module-cms .picture {
  aspect-ratio: 1;
}
/* slection card */
.module.module-selection.template-8.selection-template-8 .picture {
  height: 100%;
}
.module.module-selection.template-8.selection-template-8 .picture img {
  display: block;
}
/* slection slider card */
.module.module-selection.template-9.selection-template-9 .content {
  position: absolute;
  bottom: 10px;
}
.module.module-selection.template-9.selection-template-9 .content .price,
.module.module-selection.template-9.selection-template-9 .content .title-selection {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.module.module-selection.template-9.selection-template-9 .content ul {
  display: none;
}
.module.module-selection.template-9.selection-template-9 .sticker {
  border-radius: 5px;
}
.zone-full-width .module-header {
  width: 100%;
  text-align: center;
}
.module-search {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  /* Animation fluide */
}
body.property header {
  z-index: 10;
}
body.property header.fixed {
  z-index: 10;
}
.moove {
  z-index: -1;
}
body .mfp-wrap .mfp-content .popup-module-share {
  background: #ffffff !important;
  width: 300px;
  margin: auto;
  position: relative;
  padding: 1%;
  height: 350px;
  justify-content: center;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #282828;
}
body .mfp-wrap .mfp-content .popup-content .content li a {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin: 20px 0;
  border-bottom: 1px solid;
  padding: 10px 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  top: 0px;
  right: -2px;
  border: none;
  color: #000000;
}
body .mfp-wrap .twitter svg path {
  fill: black;
}
body header .logo-template-2 {
  display: none;
}
@media (min-width: 1024px) {
  body header .zone-header-right {
    display: flex;
    flex-direction: row-reverse;
    gap: 30px;
  }
}
body header .module-logo img {
  transition: 0.5s ease;
}
body header.fixed .module-logo img {
  filter: unset;
}
body header .module-menu a {
  padding: 26px 7px 25px;
}
body header .module-menu li:hover {
  background: #a8835b;
  transition: 0.5s ease;
}
body header .module-menu li:hover span {
  color: #fff;
}
body header .module-menu li ul li a span {
  color: #000 !important;
}
body header .module-menu li ul li a:hover span {
  color: #fff !important;
}
body header.fixed .logo-template-2 {
  display: block;
  opacity: 0;
}
body header.fixed .logo-template-4 {
  opacity: 1;
  pointer-events: auto;
  position: static;
}
body header:not(.fixed) .logo-template-2 {
  display: block;
  opacity: 1;
  pointer-events: auto;
  position: static;
}
body header:not(.fixed) .logo-template-4 {
  opacity: 0;
}
body header > div {
  padding-top: initial;
}
body header > div .zone-header-right {
  padding-bottom: initial;
}
body header .logo-template-2,
body header .logo-template-4 {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}
body.homepage .module-slider {
  height: 87vh;
}
body.wrapper-off header {
  background-color: #0a2430;
}
footer .zone-footer {
  gap: 0;
}
.cms-title {
  font-size: 56px;
  font-weight: 100;
  text-align: center;
  letter-spacing: 3px !important;
}
.cms-title span {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  animation: letterIn 0.4s forwards;
}
@keyframes letterIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.element-hidden {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.element-visible {
  opacity: 1;
  transform: translateY(0);
}
.module-contact button.submit {
  border: #a8835b 1px solid !important;
}
/* Animation du bandeau */
.slide-in {
  overflow: hidden;
  transform: translateX(-100%);
  opacity: 0;
  animation: slideInFromLeft 1.5s ease-out forwards;
}
/* Animation du texte à l'intérieur */
.module-430235.slide-in .info p,
.module-444928.slide-in .info p,
.module-445485.slide-in .info p {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease-out forwards;
}
/* Décalage pour que chaque ligne apparaisse avec un léger retard */
.module-430235.slide-in .info p:nth-child(1),
.module-444928.slide-in .info p:nth-child(1),
.module-445485.slide-in .info p:nth-child(1) {
  animation-delay: 1.4s;
}
.module-430235.slide-in .info p:nth-child(2),
.module-444928.slide-in .info p:nth-child(2),
.module-445485.slide-in .info p:nth-child(2) {
  animation-delay: 1.7s;
}
/* Slide complet du module */
@keyframes slideInFromLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Apparition du texte */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Taille h1 général*/
.listing h2,
h2.cms-title {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  .zone-full-width .module-picture.background-mod {
    height: 77vh !important;
  }
  .zone-full-width .module-picture.background-mod .picture {
    height: 77vh !important;
  }
  .zone-full-width .module-picture.background-mod::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.89));
    z-index: 9;
    height: 100%;
    width: 100%;
    display: block;
  }
  .zone-full-width > .module-slider {
    height: 77vh !important;
  }
  .zone-full-width > .module-slider .slider {
    height: 77vh !important;
  }
  .zone-full-width > .module-slider::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.89));
    z-index: 9;
    height: 100%;
    width: 100%;
    display: block;
  }
}
.module-430279 .picture,
.module-430279 .info {
  transition: transform 0.5s ease-out;
}
.module-contact input::placeholder {
  overflow: visible !important;
}
body.property header {
  z-index: 19 !important;
}
.btnpopup {
  color: #2C2C2C !important;
  background-color: transparent !important;
  border: 1px solid #2C2C2C;
  margin: unset;
  display: flex;
  align-items: self-start;
  float: left;
  font-weight: normal;
}
.btnpopup:hover {
  background-color: #a8835b !important;
  border: 1px solid #a8835b;
  transition: 0.5s ease;
  color: #fff !important;
}
.popup-module-444714 {
  display: flex;
  justify-content: center;
  background: transparent !important;
}
.popup-module-444714 .popup-content {
  height: 600px;
  width: 1200px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  padding: 2rem;
  background: #fff;
  color: #333;
  overflow: auto;
  /* Responsive */
}
.popup-module-444714 .popup-content > div {
  background: #fafafa;
  padding: 1.2rem 1.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.popup-module-444714 .popup-content > div:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
}
.popup-module-444714 .popup-content > div h2 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #222;
  border-bottom: 2px solid #007bff20;
  padding-bottom: 0.3rem;
}
.popup-module-444714 .popup-content > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
}
.popup-module-444714 .popup-content > div ul li {
  background: #fff;
  border: 1px solid #eee;
  padding: 0.4rem 0.7rem;
  flex: 1 1 calc(50% - 1rem);
  box-sizing: border-box;
  font-size: 0.7rem;
  line-height: 1.3;
}
.popup-module-444714 .popup-content > div ul li .bold {
  font-weight: 600;
  color: #111;
  margin-right: 0.3rem;
}
@media (max-width: 992px) {
  .popup-module-444714 .popup-content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .popup-module-444714 .popup-content > div ul li {
    flex: 1 1 100%;
  }
}
@media only screen and (max-width: 640px) {
  .cms-title {
    font-size: 22px !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  body.homepage .cms-title,
  body.homepage h2.title {
    font-size: 32px !important;
  }
  body.homepage .module-cms .info {
    gap: 32px;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .cms-title,
  body.homepage .module-header-title,
  body.homepage p.title,
  body.homepage h2.title {
    font-size: 22px !important;
  }
  body.homepage .module-cms .info {
    gap: 32px;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .module-430255 .module-slider {
    height: 400px;
  }
}
@media only screen and (max-width: 640px) {
  body.homepage .module-430255 .module-cms {
    position: absolute !important;
    z-index: 99;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -35%);
  }
  body.homepage .module-430255 .module-cms h1 {
    font-size: 22px !important;
    color: #fff !important;
  }
}
@media only screen and (max-width: 768px) {
  body.homepage .module-430255 .module-cms {
    position: absolute !important;
    z-index: 99;
    top: 35% !important;
    left: 50%;
    transform: translate(-50%, -35%);
  }
}
body.homepage .module-430255 .module-cms h1 {
  font-size: 32px !important;
  color: #fff !important;
}
@media only screen and (max-width: 640px) {
  body.listing .contenu-order-section .module.template-6.cms-template-6.module-cms.only-text .cms-title.animated {
    font-size: 1.2rem;
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  body.listing .contenu-order-section .module.template-1.cluster-template-1.module-cluster {
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li {
    width: 100%;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .container figure {
    width: 100%;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .container .infos {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .titleComment a .headSection .title {
    font-size: 22px;
    line-height: 42px;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .titleComment .tag ul li {
    font-size: 6px;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .bottomSection {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .bottomSection .rightBottom {
    width: 100%;
    align-items: normal;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .bottomSection .rightBottom .price {
    text-align: center;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .bottomSection .locS {
    width: 100%;
  }
  body.listing .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing li .infos .bottomSection .locS button {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-footer {
    margin: 20px 0px;
  }
}
@media only screen and (max-width: 640px) {
  .seasonal .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
    right: 20px !important;
  }
}
@media only screen and (max-width: 768px) {
  .module.module-430172.template-1.search-template-1.module-search form {
    background: transparent;
  }
  .module.module-430172.template-1.search-template-1.module-search form .line-wrapper.form-center .field {
    width: 100%;
    border-bottom: 0.5px solid #0a2430;
  }
  .module.module-430172.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2-selection__rendered {
    color: #0a2430 !important;
  }
  .module.module-430172.template-1.search-template-1.module-search form .line-wrapper.form-center .field.reference input::placeholder {
    color: red;
  }
}
/* Surcharge pour que la règle ne s'applique qu'à partir de 1200px */
/* Neutralise la règle du template entre 1025px et 1199px */
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  header .module-menu > ul {
    display: none;
  }
}
/* Applique la règle seulement à partir de 1200px */
@media screen and (max-width: 1200px) {
  .module-430167 li {
    position: relative;
  }
  .module-430167 li ul {
    display: block !important;
    width: 100% !important;
    overflow: hidden;
    height: 0;
    transition: height 0.35s ease;
  }
  .module-430167 li ul li a {
    display: block !important;
    width: 100% !important;
    padding: 12px 25px;
  }
  .module-430167 li > a {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
  }
  .module-430167 li.open > a .dropdown-arrow {
    transform: rotate(180deg);
    transition: transform 0.35s;
  }
  .dropdown-menu a span:nth-child(1) {
    width: 100%;
  }
  .dropdown-menu.open li {
    width: 100%;
  }
  .dropdown-arrow {
    bottom: 0px !important;
  }
}
/*** CSS ROUTING ***/
body.no-scroll {
  overflow: hidden;
}
/*** CUSTOM CSS FROM BDD MODULE 430214 ***/
@media only screen and (max-width: 640px) {
  .zone-header_right .module.module-430214.template-1.cluster-template-1.module-cluster,
  .module.module-430214.template-1.cluster-template-1.module-cluster {
    margin-top: 60px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430167 ***/
.zone-header_right .module.module-430167.template-1.menu-template-1.module-menu.main.column li::after,
.module.module-430167.template-1.menu-template-1.module-menu.main.column li::after {
  display: none;
}
.zone-header_right .module.module-430167.template-1.menu-template-1.module-menu.main.column li.dropdown-menu ul,
.module.module-430167.template-1.menu-template-1.module-menu.main.column li.dropdown-menu ul {
  min-width: 180px;
}
.zone-header_right .module.module-430167.template-1.menu-template-1.module-menu.main.column li.dropdown-menu ul li a span,
.module.module-430167.template-1.menu-template-1.module-menu.main.column li.dropdown-menu ul li a span {
  color: #fff !important;
}
.zone-header_right .module.module-430167.template-1.menu-template-1.module-menu.main.column .dropdown-arrow,
.module.module-430167.template-1.menu-template-1.module-menu.main.column .dropdown-arrow {
  bottom: 5px;
}
@media only screen and (max-width: 640px) {
  .zone-header_right .module.module-430167.template-1.menu-template-1.module-menu.main.column,
  .module.module-430167.template-1.menu-template-1.module-menu.main.column {
    top: 20px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430206 ***/
.zone-footer .module.module-430206.template-3.agency-template-3.module-agency.simple .module-header-title,
.module.module-430206.template-3.agency-template-3.module-agency.simple .module-header-title {
  color: #a8835b;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430206.template-3.agency-template-3.module-agency.simple,
  .module.module-430206.template-3.agency-template-3.module-agency.simple {
    z-index: 1;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430263 ***/
.zone-footer .module.module-430263.template-1.cluster-template-1.module-cluster,
.module.module-430263.template-1.cluster-template-1.module-cluster {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430263.template-1.cluster-template-1.module-cluster,
  .module.module-430263.template-1.cluster-template-1.module-cluster {
    margin-top: 35px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 457899 ***/
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout {
  max-width: 1190px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 430258 ***/
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing {
  justify-content: center;
  gap: 70px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  width: calc((85% - ((1 - 1) * 32px)) / 1);
  position: relative;
  z-index: 0;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li:hover,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li:hover {
  filter: none;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div {
  position: relative;
  z-index: 1;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure {
  aspect-ratio: 3/2.2;
  width: 48%;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-nav .mdi,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-nav .mdi {
  color: white;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: auto;
  position: absolute;
  top: 90%;
  transform: translateZ(-10%);
  width: 100%;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot {
  width: 13px;
  height: 6px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: background-color 0.3s, transform 0.3s;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot.active,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot.active {
  background-color: #0a2430;
  transform: scale(1.2);
  width: 18px;
  border-radius: 10px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot:hover,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div figure .slider .owl-dots .owl-dot:hover {
  background-color: #666;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos {
  width: 52%;
  padding: 20px 20px 0;
  justify-content: space-between;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag ul,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag ul {
  display: flex;
  gap: 5px;
  height: fit-content;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag ul li,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag ul li {
  font-size: 10px;
  color: #0a2430;
  padding: 0 6px ;
  border-radius: 6px;
  border: 0.5px solid #0a2430;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag .ref,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .titleComment .tag .ref {
  font-size: 10px;
  color: #0a2430;
  padding: 0 6px;
  border-radius: 6px;
  border: 0.5px solid #0a2430;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .comment,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .comment {
  font-size: 14px;
  letter-spacing: 1px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
  z-index: 2;
  position: relative;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection .locS,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection .locS {
  position: relative;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection .locS button,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .bottomSection .locS button {
  line-height: 16px;
  margin-bottom: 0;
  background: #0a2430;
  color: white;
  border-radius: 0px;
  font-size: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  padding: 8px 15px;
  letter-spacing: 1px;
  cursor: pointer;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom ul,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom ul {
  align-items: center;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom ul li,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom ul li {
  font-size: 14px;
}
.zone-full_width .module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom .price,
.module.module-430258.template-11.listing-template-11.module-listing.auto-layout ul.listing > li > div .infos .rightBottom .price {
  line-height: 16px;
  margin-bottom: 0;
  background: #0a2430;
  color: white;
  padding: 8px 15px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
}
/*** CUSTOM CSS FROM BDD MODULE 441666 ***/
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster,
.module.module-441666.template-1.cluster-template-1.module-cluster {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  /* toujours la hauteur de la fenêtre */
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  display: flex;
  /* pour coller le drawer à droite */
  justify-content: flex-end;
  z-index: 99999;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster.overlayOpen,
.module.module-441666.template-1.cluster-template-1.module-cluster.overlayOpen {
  opacity: 1;
  visibility: visible;
}
/*** CUSTOM CSS FROM BDD MODULE 457892 ***/
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search,
.module.module-457892.template-1.search-template-1.module-search {
  z-index: 10;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search span.select2,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search span.select2,
.module.module-457892.template-1.search-template-1.module-search span.select2 {
  border: none;
  border-bottom: 1px solid #f6f6f4;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection,
.module.module-457892.template-1.search-template-1.module-search .select2-selection {
  background: transparent;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection__rendered,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection__rendered,
.module.module-457892.template-1.search-template-1.module-search .select2-selection__rendered {
  color: #f6f6f4;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference,
.module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference {
  background: transparent;
  border-bottom: 1px solid #f6f6f4;
  height: 51px;
  color: #f6f6f4;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference::placeholder,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference::placeholder,
.module.module-457892.template-1.search-template-1.module-search #search-form-430172_search_reference::placeholder {
  color: #f6f6f4;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection__arrow b,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .select2-selection__arrow b,
.module.module-457892.template-1.search-template-1.module-search .select2-selection__arrow b {
  color: #f6f6f4;
}
.zone-full_width .module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .reference input::placeholder,
.module.module-457894.top-listing-section.template-1.cluster-template-1.module-cluster .module.module-457892.template-1.search-template-1.module-search .reference input::placeholder,
.module.module-457892.template-1.search-template-1.module-search .reference input::placeholder {
  overflow: visible;
}
/*** CUSTOM CSS FROM BDD MODULE 430168 ***/
@media (min-width: 1024px) {
  .zone-footer .module.module-430263.template-1.cluster-template-1.module-cluster .module.module-430168.template-1.menu-template-1.module-menu.column,
  .module.module-430263.template-1.cluster-template-1.module-cluster .module.module-430168.template-1.menu-template-1.module-menu.column,
  .module.module-430168.template-1.menu-template-1.module-menu.column {
    padding-left: 45px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430242 ***/
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430263.template-1.cluster-template-1.module-cluster .module.module-430242.template-1.newsletter-template-1.module-newsletter,
  .module.module-430263.template-1.cluster-template-1.module-cluster .module.module-430242.template-1.newsletter-template-1.module-newsletter,
  .module.module-430242.template-1.newsletter-template-1.module-newsletter {
    gap: 20px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 457895 ***/
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457895.template-6.cms-template-6.module-cms.only-text h2,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457895.template-6.cms-template-6.module-cms.only-text h2,
.module.module-457895.template-6.cms-template-6.module-cms.only-text h2,
.popup-module-cms.popup-module-457895 h2 {
  text-align: left;
}
/*** CUSTOM CSS FROM BDD MODULE 457898 ***/
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster,
.module.module-457898.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/*** CUSTOM CSS FROM BDD MODULE 441667 ***/
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
.module.module-441667.template-1.cluster-template-1.module-cluster {
  width: 33%;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.25s ease-out;
  overflow-y: auto;
  /* scroll interne */
}
@media only screen and (max-width: 1200px) {
  .zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
  .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
  .module.module-441667.template-1.cluster-template-1.module-cluster {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
  .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster,
  .module.module-441667.template-1.cluster-template-1.module-cluster {
    width: 100%;
  }
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster.drawerOpen,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster.drawerOpen,
.module.module-441667.template-1.cluster-template-1.module-cluster.drawerOpen {
  transform: translateX(0);
}
/*** CUSTOM CSS FROM BDD MODULE 457897 ***/
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457897.template-1.counter-template-1.module-counter span.count,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457897.template-1.counter-template-1.module-counter span.count,
.module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457897.template-1.counter-template-1.module-counter span.count,
.module.module-457897.template-1.counter-template-1.module-counter span.count {
  color: #a8835b;
  font-weight: 600;
}
/*** CUSTOM CSS FROM BDD MODULE 457896 ***/
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order,
.module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order,
.module.module-457896.template-1.searchorder-template-1.module-search-order {
  width: fit-content;
  margin-right: 20px;
}
.zone-full_width .module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order .SumoSelect,
.module.module-457899.contenu-order-section.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order .SumoSelect,
.module.module-457898.template-1.cluster-template-1.module-cluster .module.module-457896.template-1.searchorder-template-1.module-search-order .SumoSelect,
.module.module-457896.template-1.searchorder-template-1.module-search-order .SumoSelect {
  margin-bottom: 0px;
  border: none;
}
/*** CUSTOM CSS FROM BDD MODULE 430262 ***/
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info,
.module.module-430262.template-6.cms-template-6.module-cms.only-text .info,
.popup-module-cms.popup-module-430262 .info {
  gap: 0px;
  padding: 10px 20px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info .btn-close,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info .btn-close,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-430262.template-6.cms-template-6.module-cms.only-text .info .btn-close,
.module.module-430262.template-6.cms-template-6.module-cms.only-text .info .btn-close,
.popup-module-cms.popup-module-430262 .info .btn-close {
  text-align: end;
  cursor: pointer;
}
/*** CUSTOM CSS FROM BDD MODULE 441670 ***/
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing,
.module.module-441670.template-11.listing-template-11.module-listing {
  padding: 20px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing h2,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing h2,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing h2,
.module.module-441670.template-11.listing-template-11.module-listing h2 {
  font-size: 1.4rem;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item p,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item p,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item p,
.module.module-441670.template-11.listing-template-11.module-listing .property-item p {
  font-size: 14px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #0a2430;
  border-radius: 6px;
  margin-bottom: 20px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period {
  background: #0a2430;
  border: 0.5px solid #0a2430;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 2px 10px;
  display: flex;
  justify-content: space-between;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period p,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period p,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period p,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period p {
  margin: inherit;
  color: white;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period {
  display: flex;
  gap: 5px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period p,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period p,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period p,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period .period p {
  margin: inherit;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period a,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period a,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period a,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .rate-period a {
  text-decoration: none;
  display: flex;
  justify-content: center;
  color: #0a2430;
  border-radius: 6px;
  border: 0.5px solid #0a2430;
  margin-top: 5px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  border: 0.5px solid #0a2430;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price p,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price p,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price p,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price p {
  margin: inherit;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook {
  font-size: 12px;
  background: #a8835b;
  border-radius: 6px;
}
.zone-full_width .module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook a,
.module.module-441666.template-1.cluster-template-1.module-cluster .module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook a,
.module.module-441667.template-1.cluster-template-1.module-cluster .module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook a,
.module.module-441670.template-11.listing-template-11.module-listing .property-item .rate-item .buttonBook.rate-price .buttonBook a {
  padding: 5px;
  color: white;
}

