@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: #c9af95 /* @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: #c9af95 /* @tertiary */;
  border-radius: 5px /* @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: #c9af95 /* @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="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** 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: 5px;
  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: 5px;
  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 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 Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-10.less ***/
/* all listing */
.module-listing {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.module-listing ul.listing {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.module-listing ul.listing li.property {
  position: relative;
}
.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-listing ul.listing li.property .mdi-heart:hover {
  -webkit-text-stroke: 2px #df1212a3;
  transform: scale(1.5);
}
.module-listing ul.listing li.property .mdi-heart.selectionLinkOn {
  transform: scale(1.5);
  color: #df1212a3;
  -webkit-text-stroke: 0;
}
.module-listing ul.listing li.property .container {
  display: flex;
  flex-direction: column;
  height: auto;
}
.module-listing ul.listing li.property .container figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  height: auto;
  aspect-ratio: 3/2;
}
.module-listing ul.listing li.property .container figure .owl-item {
  aspect-ratio: 3/2;
}
.module-listing ul.listing li.property .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.module-listing ul.listing li.property .container figure img.logoPicture {
  object-fit: contain;
}
.module-listing ul.listing li.property .container figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.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-listing ul.listing li.property .container figure .media {
  right: 0;
  left: initial;
  font-size: 16px;
  top: 10px;
  padding: 1px 8px;
  color: #fff;
}
.module-listing ul.listing li.property .container .infos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
}
.module-listing ul.listing li.property .container .infos .headSection {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.module-listing ul.listing li.property .container .infos .headSection * {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.module-listing ul.listing li.property .container .infos .headSection .title {
  font-size: 20px;
  line-height: 30px;
}
.module-listing ul.listing li.property .container .infos .headSection .subtitle {
  font-size: 16px;
  line-height: 26px;
}
.module-listing ul.listing li.property .container .infos .headSection .price {
  font-size: 16px;
  line-height: 26px;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul {
  gap: 12px;
  background: none;
  height: auto;
  display: flex;
  justify-content: center;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  height: auto;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 640px) {
  .module-listing ul.listing li.property .container .infos .bottomSection ul li {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .module-listing ul.listing li.property .container:hover img:not(.slider-img) {
    transform: scale(1.1);
    transition: 0.35s ease;
  }
}
.module-listing nav.pager {
  text-align: center;
  overflow: hidden;
}
.module-listing nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
.module-listing nav.pager li a,
.module-listing nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
}
.module-listing nav.pager li a {
  background: transparent;
}
.module-listing nav.pager li.current span,
.module-listing nav.pager li a:hover {
  color: #fff;
}
.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: 5px;
  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: #c9af95;
  border-radius: 0 5px 5px 0;
}
.module-listing ul.listing li.property .container figure .media {
  border-radius: 5px 0 0 5px;
}
.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: "Inter", sans-serif;
  color: #000000 /* @title-secondary */;
}
.module-listing ul.listing li.property .container .infos .price {
  color: #000000 /* @txt-secondary */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  color: #000000 /* @txt-secondry */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li .mdi {
  color: #000000 /* @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: #c9af95 /* @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: #c9af95 /* @tertiary */;
  border-radius: 5px /* @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: 5px 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing figure {
    border-radius: 5px 5px 0 0;
  }
}
.module-listing-template-11 ul.listing .infos {
  justify-content: center;
  padding: 35px;
  border-radius: 0 5px 5px 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 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: 1024px) {
  .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 Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Elone-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: 5px;
  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 Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** 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: 5px;
  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: 5px;
  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 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;
}
/*** 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: 40px;
}
.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: #2c2c2c /* @title-color */;
  font-family: "Royal Couture" /* @title-font */;
  font-weight: 400 /* @title-weight */;
  text-transform: initial /* @title-transform */;
}
h1,
h2 {
  font-size: 40px /* @title-size */;
}
h3,
h4,
h5,
h6 {
  font-size: calc(40px - 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: "Inter", sans-serif /* @txt-font */;
  font-size: 18px /* @txt-size */;
  font-weight: 500 /* @txt-weight */;
  line-height: 28px;
  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: #2c2c2c /* @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 #759ca2 /* @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: 16px;
  font-weight: 500;
}
header {
  left: 0;
  right: 0;
  transition: background 0.35s ease-out;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media only screen and (max-width: 640px) {
  header {
    height: calc(40px + 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: 1024px) {
  header > div .zone-header-left {
    height: calc(40px + 20px);
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
  }
}
@media only screen and (max-width: 640px) {
  header > div .zone-header-left {
    height: calc(40px + 20px);
  }
}
header > div .zone-header-right {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  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: 1024px) {
  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: #214031;
}
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 #759ca2 /* @secondary */;
}
body header.fixed .module-logo img {
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  body header.fixed .module-logo img {
    height: 40px;
  }
}
header.is-active > div,
header.is-active.fixed > div {
  overflow: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  background: #214031;
  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(40px + 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: 1024px) {
  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: #214031;
    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: 1024px) {
  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: #214031;
}
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: #214031 /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
header .module-logo img {
  height: 60px;
  transition: 1s ease;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  header .module-logo img {
    height: 40px;
  }
}
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: #000000 /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 18px /* @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 #2c2c2c /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #2c2c2c /* @txt-form-label*/;
}
footer p,
footer .module-header-title,
footer a,
footer span {
  color: #214031;
}
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: #fcf6f1;
}
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: #c9af95;
}
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 #c9af95;
}
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 #c9af95;
}
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: #c9af95 /* @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: 5px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #000000;
}
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: #000000;
  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 #000000;
}
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: #000000;
}
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: #000000;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #000000;
}
@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: 5px /* @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: 5px;
  }
  .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: 5px /* @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: 5px;
}
.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: 5px /* @radius */;
}
.module-contact .module-header-title {
  color: #2c2c2c /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form .select2-selection {
  background: #ffffff;
  color: #2c2c2c;
  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: #2c2c2c;
}
.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: #2c2c2c;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #2c2c2c;
  opacity: 0.6;
}
.module-contact form label {
  color: #2c2c2c;
}
.module-contact form label a {
  color: #2c2c2c;
  font-weight: 800;
}
.module-contact form button {
  border: 0.5px solid #2c2c2c /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #2c2c2c /* @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: #2c2c2c;
}
/*** 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: 5px /* @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: 5px;
  }
  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: #214031;
    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 Immobilière du Golf ***/
@font-face {
  font-family: "Royal Couture";
  src: url("/uploads/websites/4394/RoyaleCouture-Sans.otf") format("opentype");
}
.module-cms .picture {
  aspect-ratio: 1;
}
html {
  scroll-behavior: smooth;
}
#form-estimation,
#form-gestion {
  scroll-margin-top: 135px;
}
p {
  line-height: 1.5em;
}
/* 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 */
}
header {
  border-bottom: none !important;
}
@media only screen and (max-width: 640px) {
  header {
    height: 137px;
  }
}
header > div .zone-header-right {
  padding-bottom: 0;
}
header .zone-header-left {
  z-index: -1 !important;
}
header .zone-top-header {
  background: #FCF6F1;
}
header > div {
  display: inherit;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 98%;
}
.custom__title .module-header {
  text-align: left;
}
.custom__title .module-header h1,
.custom__title .module-header h2,
.custom__title .module-header h3 {
  background: #f3f3f3;
  border: 1px solid #c7c7c7;
  padding: 4px 24px;
  font-size: 18px;
  border-radius: 32px;
  width: fit-content;
}
.module-picture.basic-mod {
  margin: 0 0;
}
.module-picture.basic-mod .container {
  aspect-ratio: inherit;
  box-shadow: inherit;
}
.module-picture.basic-mod .container .picture {
  filter: brightness(1);
}
.module-picture.basic-mod .container .picture:hover {
  transform: scale(1);
}
.module-picture.basic-mod .container .content {
  position: relative;
  top: inherit;
  left: inherit;
  transform: translate(0, 0);
}
.hero__btn {
  width: fit-content;
  padding: 0 0;
}
.hero__btn .info {
  background: #Fff;
  padding: 8px 5px 8px 24px !important;
  border-radius: 28px;
}
.hero__btn .info .cms-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #214031;
  transition: all 0.3s ease-in-out;
  font-family: "Geist", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.3em;
}
.hero__btn .info .cms-title .circle {
  position: relative;
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}
.hero__btn .info .cms-title .circle svg {
  width: 25px;
  height: 25px;
}
.hero__btn .info .cms-title .circle .arrow__one {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.hero__btn .info .cms-title .circle .arrow__one path {
  fill: transparent;
  color: #fff;
}
.hero__btn .info .cms-title .circle .arrow__two {
  position: absolute;
  top: 150%;
  left: -100%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.hero__btn .info .cms-title .circle .arrow__two path {
  fill: transparent;
  color: #fff;
}
.hero__btn:hover .info span {
  gap: 20px;
}
.hero__btn:hover .info span .circle .arrow__one {
  top: -100%;
  left: 150%;
}
.hero__btn:hover .info span .circle .arrow__two {
  top: 50%;
  left: 50%;
}
footer {
  margin: 0 0;
  padding-top: 80px;
  padding-bottom: 0;
}
@media only screen and (max-width: 640px) {
  footer {
    padding-top: 40px;
  }
}
.zone-legal {
  background: #214031;
  display: block !important;
  justify-content: inherit !important;
  align-items: inherit !important;
  flex-direction: inherit !important;
}
/*** CSS ROUTING ***/
.zone-full-width {
  gap: 40px;
}
/*** CUSTOM CSS FROM BDD MODULE 430742 ***/
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster,
.module.module-430742.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu,
  .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu {
    left: -30px;
  }
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button {
  background: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button svg,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button svg {
  width: 50px;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button svg path,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu button svg path {
  fill: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul {
  transition: all 0.3s ease-in-out;
  gap: 35px;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li {
  position: relative;
  overflow: hidden;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a {
  display: flex;
  flex-direction: column;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a span,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a span {
  position: relative;
  transition: all 0.3s ease-in-out;
  text-transform: none;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a .second__item,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li a .second__item {
  position: absolute;
  translate: 0 150%;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li:hover a span,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li:hover a span {
  translate: 0 -100%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li:hover a .second__item,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul li:hover a .second__item {
  translate: 0 0;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile {
  display: none;
  background: #FCF6F1;
  padding: 10px 5px;
  padding-left: 15px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile,
  .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile {
    display: block;
  }
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #214031;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .dot,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .dot {
  width: 8px;
  height: 8px;
  background: #214031;
  border-radius: 50%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle {
  position: relative;
  width: 30px;
  height: 30px;
  background: #214031;
  border-radius: 50%;
  overflow: hidden;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__one,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__one {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__one path,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__one path {
  fill: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__two,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__two {
  position: absolute;
  top: 150%;
  left: -100%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__two path,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul .custom__btn-mobile span .circle .arrow__two path {
  fill: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info {
  padding-left: 20px;
  padding-right: 10px;
  background: #fff;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info span .circle .arrow__one,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info span .circle .arrow__one {
  top: -100%;
  left: 150%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info span .circle .arrow__two,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-menu ul:hover .info span .circle .arrow__two {
  top: 50%;
  left: 50%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-cms .info span,
.module.module-430742.template-1.cluster-template-1.module-cluster .module-cms .info span {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module-430741,
  .module.module-430742.template-1.cluster-template-1.module-cluster .module-430741 {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 436463 ***/
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster,
.module.module-436463.template-1.cluster-template-1.module-cluster {
  position: absolute;
  left: -20px;
  width: 100vw;
  height: 100vh;
  background: #214031;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  top: -100vh;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0s linear 0.5s;
}
@media (min-width: 1030px) {
  .zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster,
  .module.module-436463.template-1.cluster-template-1.module-cluster {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster,
  .module.module-436463.template-1.cluster-template-1.module-cluster {
    justify-content: flex-start;
  }
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster nav button,
.module.module-436463.template-1.cluster-template-1.module-cluster nav button {
  display: none !important;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu {
  top: 104px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: top 0.5s ease, opacity 0.5s ease, visibility 0s;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav {
  padding-top: 20px;
}
@media only screen and (max-width: 640px) {
  .zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav,
  .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav {
    padding: 10px 20px 20px;
  }
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav button,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav button {
  display: none !important;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li {
  position: relative;
  overflow: hidden;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li::after,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li::after {
  content: inherit;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover::after,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover::after {
  content: inherit;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li.current::after,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li.current::after {
  content: inherit;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a span,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a span {
  position: relative;
  transition: all 0.3s ease-in-out;
  text-transform: none;
  font-size: calc(16px + 2px);
  font-weight: 500;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a .second__item,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li a .second__item {
  position: absolute;
  translate: 0 150%;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  font-size: calc(16px + 2px);
  font-weight: 500;
  text-transform: none;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover a span,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover a span {
  translate: 0 -100%;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover a .second__item,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul li:hover a .second__item {
  translate: 0 0;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile {
  display: none;
  background: #FCF6F1;
  padding: 10px 5px;
  padding-left: 15px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile,
  .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile {
    display: block;
  }
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #214031;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .dot,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .dot {
  width: 8px;
  height: 8px;
  background: #214031;
  border-radius: 50%;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle {
  position: relative;
  width: 30px;
  height: 30px;
  background: #214031;
  border-radius: 50%;
  overflow: hidden;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__one,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__one {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__one path,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__one path {
  fill: transparent;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__two,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__two {
  position: absolute;
  top: 150%;
  left: -100%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__two path,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile span .circle .arrow__two path {
  fill: transparent;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover {
  padding-left: 20px;
  padding-right: 10px;
  background: #fff;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover span .circle .arrow__one,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover span .circle .arrow__one {
  top: -100%;
  left: 150%;
}
.zone-header_left .module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover span .circle .arrow__two,
.module.module-436463.template-1.cluster-template-1.module-cluster.open-menu nav ul .custom__btn-mobile:hover span .circle .arrow__two {
  top: 50%;
  left: 50%;
}
/*** CUSTOM CSS FROM BDD MODULE 430602 ***/
.zone-top_header .module.module-430602.template-1.cluster-template-1.module-cluster,
.module.module-430602.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: flex-end;
  max-width: 98%;
  margin: 0 auto;
  padding: 5px 20px;
  padding-right: 30px;
}
/*** CUSTOM CSS FROM BDD MODULE 436907 ***/
.zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture,
.module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture {
  position: relative;
}
.zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture::after,
.module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
  border-bottom-left-radius: 32px;
}
.zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture .picture,
.module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-picture .picture {
  border-bottom-left-radius: 32px;
}
.zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
  position: absolute;
  left: 100px;
  bottom: 70px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
  .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
    left: 50px;
  }
}
.zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .info h1,
.module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .info h1 {
  color: #fff;
  font-size: 37px;
  font-family: "Royal Couture";
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .info h1,
  .module.module-436907.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .info h1 {
    font-size: 22px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430560 ***/
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center,
  .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center {
    grid-template-columns: 1fr 1fr;
  }
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field input,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field input {
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field input::placeholder,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field input::placeholder {
  color: #c7c7c7;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 {
  border: none;
  border-bottom: 1px solid #c7c7c7;
  border-radius: 0;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-selection__rendered,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-selection__rendered {
  color: #c7c7c7;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-selection__arrow b,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-selection__arrow b {
  color: #c7c7c7;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-autocomplete-custom-choice,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center .field .select2 .select2-autocomplete-custom-choice {
  color: #c7c7c7;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button {
  background: #214031;
  width: 110px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button,
  .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button {
    width: 100%;
    left: 50%;
    position: relative;
    gap: 12px;
  }
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button svg,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button svg {
  width: 24px;
  height: 24px;
}
.zone-full_width .module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button svg path,
.module.module-430560.auto-layout.template-1.search-template-1.module-search form .line-wrapper.form-center button svg path {
  stroke: #ffffff;
}
/*** CUSTOM CSS FROM BDD MODULE 430597 ***/
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3,
.module.module-430597.template-3.legal-template-3.module-legal.template3 {
  display: block;
  padding: 20px 20px 15px;
}
@media only screen and (max-width: 640px) {
  .zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3,
  .module.module-430597.template-3.legal-template-3.module-legal.template3 {
    padding: 10px 10px 15px;
  }
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 a,
.module.module-430597.template-3.legal-template-3.module-legal.template3 a,
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 span,
.module.module-430597.template-3.legal-template-3.module-legal.template3 span {
  color: #fff;
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal .agency__name a,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal .agency__name a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul,
  .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul {
    gap: 8px;
  }
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li {
  position: relative;
  margin: 0 0;
}
@media only screen and (max-width: 640px) {
  .zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li,
  .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li {
    width: 47%;
    text-align: left;
  }
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::before,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::before {
  content: inherit;
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::after,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  translate: 0 -50%;
  width: 1px;
  height: 18px;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::after,
  .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li::after {
    display: none;
  }
}
.zone-legal .module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li:nth-last-child(1)::after,
.module.module-430597.template-3.legal-template-3.module-legal.template3 .wrapper__legal ul li:nth-last-child(1)::after {
  content: inherit;
}
/*** CUSTOM CSS FROM BDD MODULE 430651 ***/
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster,
.module.module-430651.template-1.cluster-template-1.module-cluster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  align-items: flex-start;
  gap: 48px;
  padding-top: 0;
  border: none;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster,
  .module.module-430651.template-1.cluster-template-1.module-cluster {
    gap: 22px;
  }
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-header,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-header {
    text-align: left;
  }
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-header h2,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-header h2 {
    width: auto;
    margin-bottom: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module,
.module.module-430651.template-1.cluster-template-1.module-cluster .module {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module {
    text-align: left;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster h2,
.module.module-430651.template-1.cluster-template-1.module-cluster h2 {
  font-size: 15px;
  color: #214031;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster h2,
  .module.module-430651.template-1.cluster-template-1.module-cluster h2 {
    margin-bottom: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster p,
.module.module-430651.template-1.cluster-template-1.module-cluster p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
  opacity: 0.8;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster p,
  .module.module-430651.template-1.cluster-template-1.module-cluster p {
    margin-bottom: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-logo,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-logo {
  max-width: 100%;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-logo img,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-logo img {
  width: 200px;
  display: block;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-logo img,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-logo img {
    width: 15Opx;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation {
  margin: 0 0;
  padding: 0 0;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info {
  margin: 0 0;
  padding: 0 0;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info .content,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info .content {
  border-left: 2px solid #214031;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info .content,
  .module.module-430651.template-1.cluster-template-1.module-cluster .footer__localisation .info .content {
    padding-left: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social {
  margin: 0 0;
  padding: 0 0;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social,
  .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social {
    width: fit-content;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper {
  border-left: 2px solid #214031;
  padding-left: 20px;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper,
  .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper {
    padding-left: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-cms,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-cms {
  width: 100%;
  margin: 0 0;
  padding: 0 0;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-cms .info,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-cms .info {
  margin: 0 0;
  padding: 0 0;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-social-menu,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-social-menu {
  width: 100%;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-social-menu ul,
.module.module-430651.template-1.cluster-template-1.module-cluster .footer__contact-social .footer__contact-wrapper .module-social-menu ul {
  flex-direction: row;
  gap: 12px;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter {
  width: 100%;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter form input,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter form input {
  color: #999999;
  border: 1px solid #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter form input::placeholder,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter form input::placeholder {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd {
    display: flex;
    gap: 5px;
    margin-top: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label {
    font-size: 12px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label a,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label a {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5em;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label a,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter .rgpd label a {
    font-size: 12px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button {
  background: #fff;
  border: 1px solid #214031;
  border-radius: 30px;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button,
  .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button {
    margin-top: 8px;
  }
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button span,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5em;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button:hover,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button:hover {
  background: #214031;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button:hover span,
.module.module-430651.template-1.cluster-template-1.module-cluster .module-newsletter button:hover span {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 430646 ***/
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property {
  position: relative;
  border-radius: 32px;
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure {
    aspect-ratio: 1;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure img,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property figure img {
  width: 100%;
  height: 500px;
  display: block;
  transform: scale(1);
  filter: brightness(1);
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content {
  position: absolute;
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.47);
  border-radius: 0px 0px 20px 20px;
  width: 100%;
  left: 0;
  bottom: -32px;
  padding: 15px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content {
    bottom: 0;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .city-selection,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .city-selection,
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .price,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .price {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .city-selection,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .city-selection,
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .price,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city_price .price {
    width: auto;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price {
    gap: 3px;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .title-selection,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .title-selection {
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .title-selection,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .title-selection {
    font-size: 14px;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city-selection,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city-selection {
  color: white;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city-selection,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .city-selection {
    font-size: 14px;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .price,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .price {
  font-size: 19px;
  color: #000;
  font-weight: bold;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .price,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__title-price .price {
    visibility: visible;
    opacity: 1;
    color: white;
    font-size: 13px;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn {
  border-left: 1px solid #000;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn {
    display: none;
  }
}
.zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn a,
.module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property .content .container__btn a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #000;
}
@media screen and (min-width: 768px) {
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content {
    backdrop-filter: blur(5px);
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 20px;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .title-selection,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .title-selection {
    color: #000;
    font-size: 14px;
  }
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .city-selection,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .city-selection {
    color: #000;
  }
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .price,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__title-price .price {
    opacity: 1;
    visibility: visible;
  }
  .zone-full_width .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__btn,
  .module.module-430646.template-10.listing-template-10.module-listing.auto-layout .listing .property:hover .content .container__btn {
    opacity: 1;
    visibility: visible;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 430741 ***/
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text,
.module.module-430741.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-430741 {
  width: fit-content;
  padding: 0 0;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-430741 .info {
  background: #FCF6F1;
  padding: 10px 5px;
  padding-left: 15px;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span,
.popup-module-cms.popup-module-430741 .info span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #214031;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .dot,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .dot,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .dot,
.popup-module-cms.popup-module-430741 .info span .dot {
  width: 8px;
  height: 8px;
  background: #214031;
  border-radius: 50%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle,
.popup-module-cms.popup-module-430741 .info span .circle {
  position: relative;
  width: 30px;
  height: 30px;
  background: #214031;
  border-radius: 50%;
  overflow: hidden;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one,
.popup-module-cms.popup-module-430741 .info span .circle .arrow__one {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one path,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one path,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__one path,
.popup-module-cms.popup-module-430741 .info span .circle .arrow__one path {
  fill: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two,
.popup-module-cms.popup-module-430741 .info span .circle .arrow__two {
  position: absolute;
  top: 150%;
  left: -100%;
  translate: -50% -50%;
  transition: all 0.3s ease-in-out;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two path,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two path,
.module.module-430741.template-1.cms-template-1.module-cms.only-text .info span .circle .arrow__two path,
.popup-module-cms.popup-module-430741 .info span .circle .arrow__two path {
  fill: transparent;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info,
.module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info,
.popup-module-cms.popup-module-430741:hover .info {
  padding-left: 20px;
  padding-right: 10px;
  background: #fff;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__one,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__one,
.module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__one,
.popup-module-cms.popup-module-430741:hover .info span .circle .arrow__one {
  top: -100%;
  left: 150%;
}
.zone-header_right .module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__two,
.module.module-430742.template-1.cluster-template-1.module-cluster .module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__two,
.module.module-430741.template-1.cms-template-1.module-cms.only-text:hover .info span .circle .arrow__two,
.popup-module-cms.popup-module-430741:hover .info span .circle .arrow__two {
  top: 50%;
  left: 50%;
}
/*** CUSTOM CSS FROM BDD MODULE 430554 ***/
.zone-top_header .module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu,
.module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu,
.module.module-430554.template-2.social-menu-template-2.module-social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.zone-top_header .module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu .module-header p,
.module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu .module-header p,
.module.module-430554.template-2.social-menu-template-2.module-social-menu .module-header p {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.zone-top_header .module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg,
.module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg,
.module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg {
  width: 20px;
  height: 20px;
}
.zone-top_header .module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg path,
.module.module-430602.template-1.cluster-template-1.module-cluster .module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg path,
.module.module-430554.template-2.social-menu-template-2.module-social-menu ul li a svg path {
  stroke: #214031;
  fill: none;
}
/*** CUSTOM CSS FROM BDD MODULE 434482 ***/
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu,
.module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu,
.module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu,
.module.module-434482.template-2.social-menu-template-2.module-social-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg,
.module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg,
.module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg,
.module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg {
  width: 20px;
  height: 20px;
}
.zone-footer .module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg path,
.module.module-430651.template-1.cluster-template-1.module-cluster .module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg path,
.module.module-434479.footer__contact-social.template-1.cluster-template-1.module-cluster .module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg path,
.module.module-434482.template-2.social-menu-template-2.module-social-menu ul li a svg path {
  stroke: #214031;
  fill: none;
}

