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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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/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 Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100%!important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0!important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100%!important;
  height: 100%!important;
}
.video-js {
  height: 100%!important;
  padding: 0!important;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Slider/SliderFullSize/SliderFullSize.less ***/
.module-slider.module.variation-mira_slider_banner {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 668px) {
  .module-slider.module.variation-mira_slider_banner {
    height: 60vh;
  }
}
.module-slider.module.variation-mira_slider_banner:before {
  content: "";
  position: absolute;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.59) 100%);
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .slider {
  height: 100% !important;
}
.module-slider.module.variation-mira_slider_banner .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider.module.variation-mira_slider_banner .slider .slider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.3;
  z-index: 9;
  height: 100%;
  width: 100%;
}
.module-slider.module.variation-mira_slider_banner .module-header {
  position: absolute;
  bottom: 100px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 1px solid #ffffff;
  border-radius: 0px;
  background: transparent;
}
.module-slider.module.variation-mira_slider_banner .module-header a.button.search:hover {
  border: 1px solid #1c1c1c;
  color: #000000;
  background: #ffffff;
}
.module-slider.module.variation-mira_slider_banner .module-header h1,
.module-slider.module.variation-mira_slider_banner .module-header h2,
.module-slider.module.variation-mira_slider_banner .module-header h3,
.module-slider.module.variation-mira_slider_banner .module-header h4,
.module-slider.module.variation-mira_slider_banner .module-header h5,
.module-slider.module.variation-mira_slider_banner .module-header h6,
.module-slider.module.variation-mira_slider_banner .module-header p,
.module-slider.module.variation-mira_slider_banner .module-header span,
.module-slider.module.variation-mira_slider_banner .module-header li,
.module-slider.module.variation-mira_slider_banner .module-header a {
  color: #ffffff;
}
/*** 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 Mira PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/legal.less ***/
.module-legal.template2 h3 {
  display: block;
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Header/HeaderCss.less ***/
.variation-header_mira_cluster {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px auto;
  width: 100%;
}
.variation-header_mira_cluster .module-menu ul li span,
.variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
.variation-header_mira_cluster .module-menu ul li.current span,
.variation-header_mira_cluster .module-menu.main ul li.current span,
.variation-header_mira_cluster .module-menu ul li:hover span,
.variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #dc1212;
}
.variation-header_mira_cluster:after {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster {
    justify-content: space-between;
  }
}
.variation-header_mira_cluster span {
  font-weight: 400;
}
.variation-header_mira_cluster .module {
  width: 25%;
  margin-top: 0px;
  text-align: center;
}
.variation-header_mira_cluster .module-menu.main {
  width: 25%;
  z-index: 11;
  top: -10px;
  /* Curseur de la souris au survol du bouton */
  /* Transformation en croix lorsqu'on clique sur le bouton */
}
.variation-header_mira_cluster .module-menu.main button {
  display: block;
  background-color: transparent;
  margin: auto;
  width: 45px;
  height: 80px;
}
.variation-header_mira_cluster .module-menu.main > ul {
  position: fixed;
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
  width: 0;
  padding-left: 0;
  transition: width 0.7s ease;
  align-items: flex-start;
  z-index: 99999999;
  padding-top: 20px;
  overflow: hidden;
  right: 0;
  transition: 0.5s ease 0s;
  overflow: scroll;
}
.variation-header_mira_cluster .module-menu.main > ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  width: 90%;
  margin: 0 0 0 20px;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu::after,
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu .mdi {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul {
  display: none;
  width: 100%;
  background: transparent;
  opacity: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li.sub-menu ul li {
  margin-left: 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a {
  width: fit-content;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
}
.variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #ffffff;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a i {
  display: none;
}
.variation-header_mira_cluster .module-menu.main > ul li:nth-child(1) a span {
  display: block;
}
.variation-header_mira_cluster .module-menu.main > ul.active {
  right: 0;
  width: 25%;
  padding-left: 15px;
}
@media only screen and (max-width: 1024px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 50%;
  }
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-menu.main > ul.active {
    width: 100%;
  }
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul {
  display: none;
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  height: auto;
  background-color: transparent;
  padding-left: 10px;
  opacity: 1;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu ul li {
  border-bottom: none;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu {
  position: absolute;
  top: 16px;
  left: 95%;
  margin-left: -6px;
  display: inline-block;
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu .menu.rotate {
  transform: rotate(90deg);
}
.variation-header_mira_cluster .module-menu.main > ul.active li.sub-menu::after {
  display: none;
}
.variation-header_mira_cluster .module-menu.main .burger-button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 5px;
}
.variation-header_mira_cluster .module-menu.main .burger-menu {
  cursor: pointer;
  position: relative;
}
.variation-header_mira_cluster .module-menu.main .bar {
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  margin: 5px 0;
  transition: transform 0.6s ease;
}
.variation-header_mira_cluster .module-menu.main .bar1 {
  position: absolute;
  top: 0;
}
.variation-header_mira_cluster .module-menu.main .bar2 {
  position: absolute;
  top: 10px;
}
.variation-header_mira_cluster .module-menu.main .burger-button:hover {
  cursor: pointer;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar1 {
  transform: rotate(45deg) translate(5px, 7px);
  top: -6px;
}
.variation-header_mira_cluster .module-menu.main .burger-button.open .bar2 {
  transform: rotate(-45deg) translate(5px, -7px);
  top: 11px;
}
.variation-header_mira_cluster .module-menu.inline ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo {
    width: 50%;
  }
}
.variation-header_mira_cluster .module-logo a {
  text-align: center;
}
.variation-header_mira_cluster .module-logo a img {
  width: 300px;
  transition: 0.5s ease 0s;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .module-logo a img {
    width: 140px;
  }
}
.variation-header_mira_cluster .currencyLanguage {
  display: flex;
  justify-content: center;
}
.variation-header_mira_cluster .currencyLanguage .module-currency {
  border-right: 1px #ffffff solid;
  padding-right: 20px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-currency .ApiFieldGroup .CaptationContent label {
  top: -4px;
}
.variation-header_mira_cluster .currencyLanguage .module-language {
  margin-left: 10px;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper {
  background: #000000;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .FieldWrapper span {
  color: #ffffff;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup {
    align-items: flex-start;
    justify-content: center;
  }
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup .CaptationContent {
  padding: 0;
}
.variation-header_mira_cluster .currencyLanguage .module-language .ApiFieldGroup label {
  line-height: 32px;
}
@media only screen and (max-width: 668px) {
  .variation-header_mira_cluster .currencyLanguage {
    align-items: flex-start;
  }
  .variation-header_mira_cluster .currencyLanguage .module {
    width: 100%;
    border-right: none;
    padding: 5px 0;
    margin: 0;
  }
}
header.fixed .variation-header_mira_cluster .module-logo img {
  filter: initial;
  width: 250px;
}
header.fixed .variation-header_mira_cluster .module-menu.main .bar {
  background-color: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul {
  box-shadow: -0.1px 0px 0px rgba(0, 0, 0, 0.5);
  background-color: #000000;
}
header.fixed .variation-header_mira_cluster .module-menu.main > ul li a span {
  color: #ffffff;
}
header.fixed .variation-header_mira_cluster .module-menu ul li span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li span {
  transition: 0.5s ease 0s;
}
header.fixed .variation-header_mira_cluster .module-menu ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li.current span,
header.fixed .variation-header_mira_cluster .module-menu ul li:hover span,
header.fixed .variation-header_mira_cluster .module-menu.main ul li:hover span {
  color: #dc1212;
}
header.fixed .variation-header_mira_cluster .module-currency {
  border-right: 1px #ffffff solid;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper {
  background: #000000;
}
header.fixed .variation-header_mira_cluster .module-currency .FieldWrapper span {
  color: #ffffff;
}
@media only screen and (max-width: 668px) {
  header.fixed .variation-header_mira_cluster .module-currency {
    border-right: none;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/Footer/FooterCss.less ***/
.variation-mira_footer_cluster {
  max-width: 100%;
  width: 100%;
}
.variation-mira_footer_cluster p,
.variation-mira_footer_cluster li,
.variation-mira_footer_cluster a:not(.button),
.variation-mira_footer_cluster span,
.variation-mira_footer_cluster .mdi,
.variation-mira_footer_cluster h1,
.variation-mira_footer_cluster h2,
.variation-mira_footer_cluster h3,
.variation-mira_footer_cluster h4,
.variation-mira_footer_cluster h5,
.variation-mira_footer_cluster h6 {
  color: #1c1c1c;
}
.variation-mira_footer_cluster a:not(.button):hover {
  color: #dc1212;
}
.variation-mira_footer_cluster a:not(.button):hover span,
.variation-mira_footer_cluster a:not(.button):hover .mdi {
  color: #dc1212;
}
.variation-mira_footer_cluster .footer-banner {
  height: 50vh;
  position: relative;
  margin-bottom: 0;
}
.variation-mira_footer_cluster .footer-banner .module-header {
  position: absolute;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.variation-mira_footer_cluster .footer-banner .module-header .button {
  color: white;
  background: transparent;
  border: 1px solid white;
}
.variation-mira_footer_cluster .footer-banner .module-header .button:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #1c1c1c;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footer-banner .module-header {
    width: 100%;
    padding: 0 20px;
  }
}
.variation-mira_footer_cluster .footer-banner .module-header p {
  color: white;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: clamp(20px, 30px, 3vw);
}
.variation-mira_footer_cluster .footer-banner .module-header p span {
  font-size: 25px;
  margin-left: 170px;
  position: relative;
  margin-top: 10px;
  color: white;
}
.variation-mira_footer_cluster .footer-banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.variation-mira_footer_cluster .footer-banner .container,
.variation-mira_footer_cluster .footer-banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.variation-mira_footer_cluster nav.module-menu {
  width: 100%;
  padding: 20px 0;
  background-color: #ffffff;
  max-width: 2000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster nav.module-menu {
    display: none;
  }
}
.variation-mira_footer_cluster nav.module-menu ul {
  display: flex;
  justify-content: center;
}
.variation-mira_footer_cluster nav.module-menu ul li {
  margin: 0 50px;
}
.variation-mira_footer_cluster nav.module-menu ul li .mdi {
  display: none;
}
.variation-mira_footer_cluster nav.module-menu ul li a:hover span {
  color: #1c1c1c;
}
.variation-mira_footer_cluster .footerClusterContact {
  position: relative;
  max-width: 2000px;
  margin: auto;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact {
  height: 50vh;
  margin: 0 auto;
  padding: 0;
  min-height: 280px;
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact {
    height: auto;
    min-height: auto;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
  width: fit-content;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    top: initial;
    transform: none;
  }
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
  color: white;
  letter-spacing: 2px;
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
  border: 1px solid #1c1c1c;
  font-size: clamp(14px, 30px, 1vw);
  line-height: normal;
  padding: 10px 15px;
  color: #1c1c1c;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 0;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerClusterContact .cmsContact .info p a {
    left: initial;
    transform: none;
  }
}
.variation-mira_footer_cluster .footerClusterContact .cmsContact .background::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #1c1c1c;
  opacity: 0.6;
  z-index: 9;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 99;
  background: transparent;
  padding: 0;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
}
.variation-mira_footer_cluster .footerClusterContact .module-contact .popup-open-link-wrapper span {
  color: #1c1c1c;
  font-size: clamp(14px, 4vw, 1vw);
  line-height: 26px;
  display: none;
}
.variation-mira_footer_cluster .footerCluster {
  display: flex;
  width: 90%;
  align-items: self-start;
  justify-content: space-between;
  margin: 20px auto 0 auto;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster {
    width: 100%;
  }
}
.variation-mira_footer_cluster .footerCluster:after {
  display: none;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module {
  width: 30%;
  padding: 15px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    padding-top: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-size: clamp(20px, 1.5vw, 30px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title {
    text-align: center;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
  content: "";
  position: relative;
  margin-top: 5px;
  width: 90%;
  background: #1c1c1c;
  opacity: 0.2;
  height: 1px;
  display: block;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  .variation-mira_footer_cluster .footerCluster .module .module-header-title:after {
    width: 100%;
    left: 0;
  }
}
.variation-mira_footer_cluster .footerCluster .module .module-header-content p {
  text-align: left;
}
.variation-mira_footer_cluster .footerCluster .module-logo {
  position: relative;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter {
  background: transparent;
  text-align: left;
  padding: 15px;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button {
  display: block;
  position: relative;
  width: fit-content;
  border: 1px solid #1c1c1c;
  background: transparent;
}
.variation-mira_footer_cluster .footerCluster .module-newsletter .button span {
  color: #1c1c1c;
}
@media only screen and (max-width: 668px) {
  .variation-mira_footer_cluster .footerCluster .module-newsletter .button {
    margin: auto;
  }
}
.variation-mira_footer_cluster .footerCluster .module-agency .info {
  width: 100%;
  padding: 0;
}
.variation-mira_footer_cluster .footerCluster .module-agency .info h2 {
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
/*** 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);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/ModuleSearch/HomeSearch/HomeSearch.less ***/
.module-search.variation-custon_search {
  display: none;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: initial;
  background: #f8fcff /*@SearchBackgroundColor*/;
  z-index: 99;
  overflow: visible;
  margin-bottom: 0;
}
.module-search.variation-custon_search .select2-container--default .select2-selection--single,
.module-search.variation-custon_search .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search.variation-custon_search .select2-selection.select2-selection--single .select2-selection__rendered,
.module-search.variation-custon_search .select2-selection.select2-selection--single .select2-selection__arrow,
.module-search.variation-custon_search .select2-container--default .select2-search--inline .select2-search__field,
.module-search.variation-custon_search .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-search.variation-custon_search .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder,
.module-search.variation-custon_search .select2-container--default .select2-results__option--highlighted[aria-selected],
.module-search.variation-custon_search li.select2-results__option {
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search .selection {
  padding: 0px;
  justify-content: flex-start;
}
.module-search.variation-custon_search .selection .select2-selection__rendered {
  padding-right: 6px;
}
.module-search.variation-custon_search .selection .select2-selection {
  width: 100%;
}
.module-search.variation-custon_search .select2-container--default,
.module-search.variation-custon_search .select2-selection--single,
.module-search.variation-custon_search .select2-selection__rendered,
.module-search.variation-custon_search li {
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search .select2-selection__arrow {
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form {
  width: 80%;
  margin: auto;
}
.module-search.variation-custon_search form .fields-wrapper {
  overflow: visible;
  background-color: #f8fcff /* @SearchBackgroundColor*/;
  padding: 25px 20px;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field {
  background: #f8fcff /* @SearchBackgroundColor*/;
  border-right: none;
  width: 24%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 5px;
  margin-bottom: 10px;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field:last-child {
  margin-right: 0;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field .select2-container .select2-selection--single b {
  right: 0 !important;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field .select2-selection,
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center > .field input {
  background: #f8fcff /* @SearchBackgroundColor */;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection {
  border: none;
  border-bottom: 1px solid #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit {
  position: relative;
  width: fit-content;
  right: auto;
  left: 50%;
  float: none;
  transform: translateX(-50%);
  height: 40px;
  padding: 5px 20px;
  border: 1px solid #000000 /*@SearchContentColor*/;
  background: transparent ;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit > i {
  display: none;
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit > span {
  display: block;
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover {
  border: 1px solid #1c1c1c /*@buttonHoverBorderColorOnBackground*/;
  background: #ffffff /*@backgroundButtonHoverColorOnBackground*/;
}
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover i,
.module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit:hover span {
  color: #000000 /* @fontButtonHoverColorOnBackground*/;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn {
  bottom: initial;
  height: auto;
  top: 33px;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button {
  background: transparent;
  height: 47px;
  z-index: 999999999;
  box-shadow: none;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i {
  font-size: 50px;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i:before,
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button i span {
  color: #000000b0;
}
.module-search.variation-custon_search form .fields-wrapper .advanced-btn button span {
  display: none;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced {
  padding: 10px;
  width: 100%;
  top: 30px;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field {
  width: calc(24% - -1px);
  margin-right: 5px;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field > input[type="text"] {
  background: transparent;
  color: #000000 /*@SearchContentColor*/;
  border: none;
  border-bottom: 1px solid #000000 /*@SearchContentColor*/;
  width: 100%;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .line-wrapper .field input::placeholder {
  color: #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .mdi.mdi-close {
  color: black;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.open .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000000 /*@SearchContentColor*/;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.close .line-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.module-search.variation-custon_search form .fields-wrapper .search-advanced.close .line-wrapper .field {
  width: calc(25% - 1px);
  margin-right: 1px;
}
@media only screen and (max-width: 1024px) {
  .module-search.variation-custon_search {
    opacity: 1;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 9999;
    background-color: #f8fcff /*@SearchBackgroundColor*/;
  }
  .module-search.variation-custon_search form {
    top: 50%;
    transform: translateY(-50%);
  }
  .module-search.variation-custon_search form .fields-wrapper {
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field {
    width: 100%;
    margin-bottom: 50px;
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field .select2-selection__rendered,
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field li,
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .field .select2-selection__arrow {
    color: #000000 /*@SearchContentColor*/;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center .select2-container--default .select2-selection {
    border-bottom: 1px solid #000000 /*@SearchContentColor*/;
    background-color: transparent;
  }
  .module-search.variation-custon_search form .fields-wrapper .line-wrapper.form-center button.submit {
    left: initial;
    transform: initial;
    color: #000000 /*@SearchContentColor*/;
    border: 1px solid #000000 /*@SearchContentColor*/;
    background: transparent;
  }
}
.module-search.variation-custon_search .back.button {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 20px;
  color: #000000 /*@SearchContentColor*/;
  font-weight: lighter;
  border: none;
  margin: 0;
  border: 1px solid #000000 /*@SearchContentColor*/;
  background: transparent;
}
@media only screen and (max-width: 1024px) {
  .module-search.variation-custon_search .back.button {
    color: #000000 /*@SearchContentColor*/;
  }
}
/*** CSS BASE TEMPLATE Mira PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/search.less ***/
.module-search {
  margin-bottom: 40px;
}
.module-search.overflowSearch .fields-wrapper {
  overflow: hidden;
  padding: 10px;
  background-color: rgba(74, 19, 74, 0.7);
}
.module-search.listingSearch .field {
  margin-bottom: 10px;
}
.module-search .field input[type="text"] {
  height: 40px;
}
.module-search .field input[type="text"]::placeholder {
  color: #333;
  opacity: 1;
}
.module-search form button {
  color: #333;
  display: block;
  background: none;
  width: 56px;
  height: 56px;
  margin: 10px auto;
  padding: 0;
  border: none;
  cursor: pointer;
  text-indent: 0;
}
.module-search form button > i {
  font-size: 63px;
  vertical-align: middle;
}
.module-search form button > span {
  display: none;
}
@media (min-width: 1025px) {
  .module-slider + .module-search .form-center .field {
    float: left;
    width: calc(25% - 1px);
    margin: 0 1px 0 0;
    height: 100%;
  }
  .module-slider + .module-search .submit {
    float: right;
    position: absolute;
    top: 3px;
    right: -60px;
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search.overflowSearch .fields-wrapper .field {
    margin-bottom: 10px;
  }
}
/*** 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 Mira PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/cms.less ***/
.zone-full-width .module-cms {
  padding: 0;
}
.zone-content .module-cms .info {
  width: 100%;
}
.module-cms .cms-title,
.module-cms .cms-subtitle {
  display: block;
}
/*** CSS BASE PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-base.less ***/
.module-selection .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  font-size: 16px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 99;
}
.module-selection .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-selection .selectionLink:hover,
.module-selection .selectionLinkOn {
  opacity: 1;
  transform: scale(1.4);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Selection/Resources/css/selection-1.less ***/
.module-selection > ul:first-child {
  display: block;
  width: 100%;
  padding: 30px;
  text-align: center;
  overflow: hidden;
}
.module-selection > ul:first-child li {
  display: inline-block;
}
li {
  list-style: none;
}
.module-selection.selection-template-1 .slider .ads {
  margin: 0 -1%;
}
.module-selection.selection-template-1 .slider .ads li {
  position: relative;
  float: left;
  width: 31.33%;
  margin: 0 1% 20px 1%;
  white-space: nowrap;
}
.module-selection.selection-template-1 .slider .ads li .info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
}
.module-selection.selection-template-1 .slider .ads li h4,
.module-selection.selection-template-1 .slider .ads li p {
  color: #ffffff;
}
.module-selection.selection-template-1 .slider .ads li p {
  margin-bottom: 0;
}
.module-selection.selection-template-1 .index {
  padding-bottom: 100px;
}
.module-selection.selection-template-1 .index ul {
  display: none;
  position: absolute;
  z-index: 10;
  margin: auto;
  margin-top: 35px;
  left: 0;
  width: 100%;
}
.module-selection.selection-template-1 .index .selected ~ ul {
  display: block;
}
.module-selection.selection-template-1 .selection-btn {
  padding: 15px 0;
}
.module-selection.selection-template-1 .selection-btn.selected,
.module-selection.selection-template-1 .selection-btn:hover {
  border-bottom: solid 1px;
}
@media screen and (max-width: 1024px) {
  .module-selection.selection-template-1 .slider .ads li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .module-selection.selection-template-1 .slider .ads li {
    float: none;
    width: 98%;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/SelectionAlternatingContent/SelectionAlternatingContent.less ***/
.module-selection.module.variation-custom_selection {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 0;
  margin: 0;
  background-color: #ffffff;
}
.module-selection.module.variation-custom_selection .module-header {
  width: 27%;
  max-width: 640px;
  margin-right: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-selection.module.variation-custom_selection .module-header {
    width: 80%;
    padding: 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-selection.module.variation-custom_selection .module-header {
    width: 100%;
  }
}
.module-selection.module.variation-custom_selection .module-header * {
  text-align: left;
}
.module-selection.module.variation-custom_selection .module-header .module-header-title {
  text-transform: initial;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
  border-bottom: none;
}
.module-selection.module.variation-custom_selection .module-header .module-header-content {
  text-align: left;
}
.module-selection.module.variation-custom_selection .module-header .module-header-content p {
  margin-bottom: 0px;
  text-transform: initial;
  font-weight: initial;
  letter-spacing: initial;
}
.module-selection.module.variation-custom_selection .slider {
  width: 70%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-selection.module.variation-custom_selection .slider {
    width: 80%;
  }
}
@media only screen and (max-width: 668px) {
  .module-selection.module.variation-custom_selection .slider {
    width: 100%;
  }
}
.module-selection.module.variation-custom_selection .slider .item {
  overflow: hidden;
  box-shadow: none;
}
.module-selection.module.variation-custom_selection .slider .item .picture {
  aspect-ratio: 3/2;
}
.module-selection.module.variation-custom_selection .slider .item .picture img {
  border-radius: 0px;
  height: 100%;
  object-fit: cover;
}
.module-selection.module.variation-custom_selection .slider .item .picture img.logo {
  background: #dc1212;
}
.module-selection.module.variation-custom_selection .content {
  background-color: #ffffff;
  position: relative;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.module-selection.module.variation-custom_selection .content h1,
.module-selection.module.variation-custom_selection .content h2,
.module-selection.module.variation-custom_selection .content h3,
.module-selection.module.variation-custom_selection .content h4,
.module-selection.module.variation-custom_selection .content h5,
.module-selection.module.variation-custom_selection .content h6,
.module-selection.module.variation-custom_selection .content p,
.module-selection.module.variation-custom_selection .content span,
.module-selection.module.variation-custom_selection .content a,
.module-selection.module.variation-custom_selection .content li,
.module-selection.module.variation-custom_selection .content .mdi,
.module-selection.module.variation-custom_selection .content label {
  color: #1c1c1c;
}
.module-selection.module.variation-custom_selection .content .left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 100%;
  width: fit-content;
}
.module-selection.module.variation-custom_selection .content .left p {
  margin-bottom: 0;
  text-align: left;
}
.module-selection.module.variation-custom_selection .content .right {
  flex-direction: column;
  align-items: flex-end;
  position: relative;
}
.module-selection.module.variation-custom_selection .content .right p {
  margin-bottom: 0;
  text-align: right;
}
.module-selection.module.variation-custom_selection .content .right ul {
  display: none;
  justify-content: flex-end;
}
.module-selection.module.variation-custom_selection .content .right ul li {
  margin-left: 10px;
}
.module-selection.module.variation-custom_selection .userPic {
  width: 60px;
  height: 60px;
  overflow: hidden;
  margin-right: 15px;
}
.module-selection.module.variation-custom_selection .userPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.module-selection.module.variation-custom_selection .userPic img.logo {
  object-fit: contain;
  background: #dc1212;
}
.module-selection.module.variation-custom_selection .userPic img:not(.logo) {
  object-position: top;
}
.module-selection.module.variation-custom_selection .geo {
  display: none;
  bottom: 10px;
  right: 10px;
  left: auto;
  top: auto;
  background-color: #dc1212;
  border-radius: 5px;
  color: #1c1c1c;
  font-weight: 300;
  font-family: Proxima Nova, "DM Sans", sans-serif;
}
.module-selection.module.variation-custom_selection .soleagent {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #f8fcff;
  border-radius: 0px;
  color: #1c1c1c;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  font-weight: 900;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-nav i {
  overflow: visible;
  display: block;
  position: relative;
  background-color: transparent;
  padding: 10px;
  border-radius: 0;
  color: #dc1212;
  bottom: initial;
  top: initial;
  background-size: contain;
  z-index: 9999;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-dots {
  bottom: -55px;
}
.module-selection.module.variation-custom_selection .owl-controls .owl-dots .owl-dot.active span {
  background-color: #dc1212;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Selection ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/selection.less ***/
.module-selection.selection-template-1 {
  text-align: center;
  overflow: hidden;
}
.module-selection.selection-template-1 h2 {
  font-size: 46px;
  line-height: 52px;
}
.module-selection.selection-template-1 ul li {
  display: inline-block;
  margin: 20px;
  font-size: 30px;
  font-weight: 300;
  /* text-transform: lowercase; */
}
.module-selection.selection-template-1 ul li.index > a {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 32px;
}
.module-selection.selection-template-1 .selection-btn.selected,
.module-selection.selection-template-1 .selection-btn:hover {
  color: #f8fcff;
  border-bottom: solid 1px;
}
.module-selection.selection-template-1 .slider .ads li h4,
.module-selection.selection-template-1 .slider .ads li p {
  color: #fff;
  text-align: center;
}
.module-selection.selection-template-1 .slider .ads li h4 {
  display: block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}
.module-selection.selection-template-1 .slider .ads li p {
  display: inline-block;
  padding: 4px 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #fff;
  border-radius: 2px;
}
@media only screen and (max-width: 480px) {
  .module-selection.selection-template-1 h2 {
    font-size: 30px;
  }
  .module-selection.selection-template-1 .index {
    padding-bottom: 0;
  }
  .module-selection.selection-template-1 ul li.index a {
    font-size: 25px;
  }
  .module-selection.selection-template-1 .index ul {
    position: relative;
  }
  .module-selection.selection-template-1 .index ul li {
    display: block;
    margin: 10px;
  }
  .module-selection.selection-template-1 .index ul li a {
    padding: 5px 0;
    font-size: 21px;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Cluster/DisplayFlex/DisplayFlexCss.less ***/
.variation-cluster_display_flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px;
  margin: 0;
  background-color: #f8fcff;
}
.variation-cluster_display_flex h1,
.variation-cluster_display_flex h2,
.variation-cluster_display_flex h3,
.variation-cluster_display_flex h4,
.variation-cluster_display_flex h5,
.variation-cluster_display_flex h6,
.variation-cluster_display_flex span,
.variation-cluster_display_flex p,
.variation-cluster_display_flex li,
.variation-cluster_display_flex .mdi,
.variation-cluster_display_flex a:not(.button),
.variation-cluster_display_flex path:first-child {
  color: #1c1c1c;
  fill: #1c1c1c;
}
@media only screen and (max-width: 1024px) {
  .variation-cluster_display_flex {
    flex-direction: column;
  }
  .variation-cluster_display_flex .module {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/StructuredCms/Resources/css/main.css ***/
.module-structured-cms .picture-container img {
  width: 100%;
}
.module-structured-cms figure img {
  max-width: 100%!important;
  height: auto!important;
}
.structured-cms-template-2 {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-2 > div:first-child .picture img {
  max-width: 100%;
}
.structured-cms-template-2 > div:first-child article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-2 > .list {
  margin-top: 1%;
}
.structured-cms-template-2 > .list > .picture,
.structured-cms-template-2 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-2 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-2 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-2 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-2 > div:first-child .picture,
  .structured-cms-template-2 > div:first-child article {
    float: none;
    width: 100%;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/StructuredListingSlider/StructuredListingSlider.less ***/
.mira_structured_cms_listing {
  margin: 0px;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mira_structured_cms_listing .module-header {
  text-align: center;
  padding: 30px;
}
.mira_structured_cms_listing .pager {
  display: none;
}
.mira_structured_cms_listing .cms-list .owl-item li {
  width: 70%;
  overflow: hidden;
  margin: auto;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .mira_structured_cms_listing .cms-list .owl-item li {
    flex-direction: column;
    width: 100%;
  }
}
.mira_structured_cms_listing .cms-list .owl-item li .content {
  width: 60%;
}
.mira_structured_cms_listing .cms-list .owl-item li .content a.button.all {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .mira_structured_cms_listing .cms-list .owl-item li .content {
    width: 80%;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 668px) {
  .mira_structured_cms_listing .cms-list .owl-item li .content {
    width: 90%;
    margin: 70px auto;
    padding: 0;
  }
}
.mira_structured_cms_listing .cms-list .owl-item li .picture-container {
  width: 45%;
  height: 370px;
}
@media only screen and (max-width: 1024px) {
  .mira_structured_cms_listing .cms-list .owl-item li .picture-container {
    width: 90%;
    margin: auto;
    height: 480px;
  }
}
@media only screen and (max-width: 668px) {
  .mira_structured_cms_listing .cms-list .owl-item li .picture-container {
    height: 220px;
  }
}
.mira_structured_cms_listing .cms-list .owl-item li .picture-container img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  left: initial;
  top: initial;
  right: initial;
  bottom: initial;
  object-fit: cover;
  border-radius: 0px;
}
.mira_structured_cms_listing .owl-controls .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.mira_structured_cms_listing .owl-controls .owl-nav .owl-next,
.mira_structured_cms_listing .owl-controls .owl-nav .owl-prev {
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  margin: 0;
  transform: initial;
}
.mira_structured_cms_listing .owl-controls .owl-nav i {
  overflow: visible;
  display: block;
  position: relative;
  background-color: transparent;
  padding: 10px;
  border-radius: 0;
  color: #dc1212;
  bottom: initial;
  top: initial;
  background-size: contain;
  z-index: 9999;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/structured-cms.less ***/
.structured-cms-template-1 {
  margin: 80px auto auto;
  width: 80%;
}
@media only screen and (max-width: 668px) {
  .structured-cms-template-1 {
    width: 95%;
  }
}
.structured-cms-template-1 .cms-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.structured-cms-template-1 .cms-list li .picture-container {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .structured-cms-template-1 .cms-list li .picture-container {
    width: 50%;
  }
}
.structured-cms-template-1 .cms-list li .picture-container img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 0px;
}
.structured-cms-template-1 .cms-list li .content {
  margin-top: 20px;
}
.structured-cms-template-1 .cms-list li .content p {
  text-align: justify;
}
.structured-cms-template-1 .cms-list li .content h4 {
  display: block;
  margin-bottom: 10px;
}
.structured-cms-template-1 .cms-list li .content h3 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 640px) {
  .structured-cms-template-1 .cms-list li .picture-container {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .structured-cms-template-1 .cms-list li .picture-container img {
    width: 100%;
  }
  .structured-cms-template-1 .cms-list li .content {
    padding: 20px;
  }
}
.structured-cms-template-3 h1,
.structured-cms-template-3 h2 {
  display: table;
}
.structured-cms-template-3 .picture-container img {
  margin-bottom: 20px;
  height: 500px;
  object-fit: cover;
}
@media only screen and (max-width: 1024px) {
  .structured-cms-template-3 .picture-container img {
    height: 35vw;
  }
}
.structured-cms-template-3 .content {
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.structured-cms-template-5 {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-5 > .content {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .structured-cms-template-5 > .content .buttons .button:first-child {
    margin-right: 10px;
  }
  .structured-cms-template-5 > .content .buttons .button:last-child {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .structured-cms-template-5 > .content .buttons .button {
    margin: 0 20px 10px;
  }
}
.structured-cms-template-5 > .content .picture img {
  max-width: 100%;
}
.structured-cms-template-5 > .content article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-5 > .list {
  margin-top: 1%;
  padding-top: 10px;
}
.structured-cms-template-5 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-5 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-5 > .list > .picture,
.structured-cms-template-5 > .list > a {
  position: relative;
  float: left;
  padding-bottom: 15%;
  width: 24.2%;
  overflow: hidden;
}
@media only screen and (max-width: 480px) {
  .structured-cms-template-5 > .list > .picture,
  .structured-cms-template-5 > .list > a {
    width: 32.2%;
  }
}
.structured-cms-template-5 > .list img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  right: -9999px;
  left: -9999px;
  margin: auto;
  max-height: 150%;
}
@media only screen and (min-width: 769px) {
  .structured-cms-template-5 .buttons .button {
    min-width: 135px;
  }
  .structured-cms-template-5 > .content .picture {
    float: left;
    width: 50%;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .structured-cms-template-5 > .content .picture,
  .structured-cms-template-5 > .content article {
    float: none;
    width: 100%;
  }
  .structured-cms-template-5 > .content article {
    padding: 20px;
  }
}
/* pager */
nav.pager {
  text-align: center;
  overflow: hidden;
}
nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
nav.pager li a,
nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  font-weight: 700;
  text-align: center;
  background-color: #f5f5f5 /* @color2 */;
}
nav.pager li a {
  color: #1c1c1c;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #f8fcff /* @color1 */;
}
nav.pager li.disabled {
  display: none;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/SocialMenuFixed/SocialMenuFixed.less ***/
body .variation-custom_social_menu {
  position: fixed;
  width: auto;
  z-index: 99;
}
body .variation-custom_social_menu a {
  margin-bottom: 0;
  line-height: 35px;
}
body .variation-custom_social_menu.socialMenuScroll .button-social,
body .variation-custom_social_menu.socialMenuScroll ul li {
  background: #f8fcff;
}
body .variation-custom_social_menu.socialMenuScroll .button-social .mdi,
body .variation-custom_social_menu.socialMenuScroll ul li .mdi {
  color: #1c1c1c;
}
body .variation-custom_social_menu .button-social {
  background: #f8fcff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
  z-index: 99;
  text-align: center;
  transition: 0.5s ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
}
body .variation-custom_social_menu .button-social .mdi {
  font-size: 22px;
  color: #1c1c1c;
}
body .variation-custom_social_menu .button-social .mdi-close {
  display: none;
  position: relative;
  color: #1c1c1c;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  top: 1px;
  left: 1px;
}
body .variation-custom_social_menu ul {
  position: absolute;
  z-index: 2;
}
body .variation-custom_social_menu ul li,
body .variation-custom_social_menu ul .twitter {
  bottom: 20px;
  right: 15px;
  transition: 0.4s;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  position: fixed;
  background-color: #f8fcff;
  color: #1c1c1c;
  text-align: center;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  top: initial;
}
body .variation-custom_social_menu ul li a,
body .variation-custom_social_menu ul .twitter a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
body .variation-custom_social_menu ul li a svg,
body .variation-custom_social_menu ul .twitter a svg {
  width: 100%;
  margin-right: initial;
}
body .variation-custom_social_menu ul li a svg path,
body .variation-custom_social_menu ul .twitter a svg path {
  fill: #1c1c1c;
}
body .variation-custom_social_menu ul li a .mdi,
body .variation-custom_social_menu ul .twitter a .mdi {
  color: #1c1c1c;
  margin-right: 0;
  width: 100%;
  top: 1px;
  left: 1px;
  position: relative;
}
body .variation-custom_social_menu ul li a .mdi:after,
body .variation-custom_social_menu ul .twitter a .mdi:after {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-at {
  display: none;
}
body .variation-custom_social_menu.open .button-social .mdi-close {
  display: block;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN 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 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 Mira PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/picture.less ***/
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .module.banner .picture {
    height: 36vw!important;
  }
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/variations/Slider/SliderProperties/SliderProperties.less ***/
.variation-custom_slider_property {
  height: 100%;
  width: 50%;
  padding: 50px;
}
.variation-custom_slider_property p,
.variation-custom_slider_property li,
.variation-custom_slider_property a:not(.button),
.variation-custom_slider_property span,
.variation-custom_slider_property .mdi,
.variation-custom_slider_property h1,
.variation-custom_slider_property h2,
.variation-custom_slider_property h3,
.variation-custom_slider_property h4,
.variation-custom_slider_property h5,
.variation-custom_slider_property h6 {
  color: #1c1c1c;
}
.variation-custom_slider_property .slider {
  height: 30vw;
  margin-bottom: 0;
}
.variation-custom_slider_property .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.variation-custom_slider_property .slider .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.variation-custom_slider_property .slider .owl-nav .owl-next,
.variation-custom_slider_property .slider .owl-nav .owl-prev {
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  margin: 0;
  transform: initial;
}
.variation-custom_slider_property .slider .owl-nav i {
  overflow: visible;
  display: block;
  position: relative;
  background-color: transparent;
  padding: 10px;
  border-radius: 0;
  color: #dc1212;
  bottom: initial;
  top: initial;
  background-size: contain;
  z-index: 9999;
  text-align: center;
  line-height: 60px;
  font-size: 60px;
}
.variation-custom_slider_property .slider i {
  background: transparent;
}
.variation-custom_slider_property .slider i:before {
  color: #1c1c1c;
}
.variation-custom_slider_property .slider .owl-item .content {
  right: initial;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px;
  background: rgba(248, 252, 255, 0.7);
  border-radius: 0px 0px 0px 0px;
}
.variation-custom_slider_property .slider .owl-item .content .title {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}
.variation-custom_slider_property .slider .owl-item .content .title h3 {
  margin: 0;
}
.variation-custom_slider_property .slider .owl-item .content ul {
  display: flex;
  justify-content: space-between;
}
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/currency.less ***/
.module-currency .FieldWrapper {
  border-left: solid;
}
.module-currency span {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Mira PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  border-left: solid;
}
.module-language span {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** CSS BASE PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Mira PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/modules/css/lead.less ***/
/* Module Lead template 3  */
.module-lead.template-3 {
  background: #f5f5f5;
  padding: 20px;
  width: 60%;
  margin: auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
/* Module Lead template 2  */
.module-lead.template-2 i.mdi-bell-ring-outline {
  margin-right: 10px;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none ;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background-color: #f5f5f5;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
.mfp-content .popup-module-lead .mfp-close {
  background: none;
}
/*** CSS BASE PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Newsletter/Resources/css/newsletter.css ***/
form[name=newsletter-form] {
  position: relative;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=newsletter-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=newsletter-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=newsletter-form] .field.hidden {
  display: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-newsletter.template-1 .mfp-close,
.popup-module-newsletter.template-3 .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.module-newsletter i.mdi-newspaper {
  margin: 0 10px 0 0;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** GLOBAL CSS TEMPLATE Mira ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Mira/../Global-css/flex-column.css.less ***/
/*** CSS TEMPLATE Mira ***/
/*** Zones CSS TEMPLATE Mira ***/
body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 5px;
  margin: 5px;
}
.zone {
  position: relative;
}
header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
}
header .zone-header {
  max-width: 100%;
}
.zone-top-header {
  display: none;
}
.zone-full-width,
.row-2,
.zone-left-content,
.zone-right-content,
.zone-bottom-content,
.content .zone-full-width,
footer {
  position: relative;
}
.zone-full-width,
.zone-top-content,
header,
footer {
  width: 100%;
}
.zone-content,
.zone-bottom-content,
.row-2:not(.zone-header, .zone-footer, .zone-legal, .zone-content) {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
/* ------------ parametre font ------------- */
/*** font family title ***/
/*** font family text ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr,
input::placeholder,
textarea::placeholder {
  color: #1c1c1c;
  font-family: Proxima Nova, "DM Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.cms-title,
.module-header-title,
.module-header-subtitle {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #000000;
  font-family: Proxima Nova, "DM Sans", sans-serif;
  font-weight: 500;
}
h1 {
  font-size: clamp(25px, 5vw, 46px);
  line-height: calc(clamp(25px, 5vw, 46px) + 10px);
}
h2 {
  font-size: clamp(15px, 2.5vw, 30px);
  line-height: calc(clamp(15px, 2.5vw, 30px) + 10px);
}
h3 {
  font-size: clamp(20px, 1.5vw, 30px);
  line-height: calc(clamp(20px, 1.5vw, 30px) + 10px);
}
h4,
h5,
h6 {
  font-size: clamp(18px, 28px, 1.3vw);
  line-height: clamp(28px, 38px, 1.4vw);
}
p,
a {
  margin-bottom: 10px;
  font-size: clamp(16px, 20px, 0.7vw);
  line-height: calc(clamp(16px, 20px, 0.7vw) + 10px);
}
a {
  text-decoration: none;
}
button,
.button,
button.submit {
  display: inline-block;
  font-size: clamp(16px, 0.7vw, 20px);
  line-height: calc(clamp(16px, 0.7vw, 20px)+10px);
  padding: 5px 10px;
  color: #ffffff;
  background: #000000;
  border-radius: 0px;
  transition: 0.5s ease 0s;
  cursor: pointer;
}
button span,
.button span,
button.submit span {
  color: #ffffff;
}
button:hover,
.button:hover,
button.submit:hover {
  background-color: #ffffff;
  color: #1c1c1c;
}
button:hover span,
.button:hover span,
button.submit:hover span {
  color: #1c1c1c;
}
button.buttonOnBackground,
.button.buttonOnBackground,
button.submit.buttonOnBackground {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}
button.buttonOnBackground span,
.button.buttonOnBackground span,
button.submit.buttonOnBackground span {
  color: #1c1c1c;
}
button.buttonOnBackground:hover,
.button.buttonOnBackground:hover,
button.submit.buttonOnBackground:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #1c1c1c;
}
button.buttonOnBackground:hover span,
.button.buttonOnBackground:hover span,
button.submit.buttonOnBackground:hover span {
  color: #000000;
}
/* ------------- end font ------------- */
/* ------------ MODULES GENERAL  ------------- */
.module-leaflet-map .mdi-circle {
  color: #f8fcff;
}
.module-leaflet-map .mdi-home-modern {
  color: #1c1c1c;
}
.module-listing,
.module-cms,
.module-selection,
.module-picture {
  margin: 50px auto;
}
.module-listing img,
.module-cms img,
.module-selection img,
.module-picture img {
  border-radius: 0px;
}
body:not(.one-column-property) .zone-full-width .module-cluster,
body:not(.one-column-property) .zone-content .module-cluster {
  padding: 50px 0;
}
body:not(.one-column-property) .zone-full-width .module-cluster .module,
body:not(.one-column-property) .zone-content .module-cluster .module {
  margin: 50px auto;
}
/* ------------ MODULES SEARCH ------------- */
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-results__option,
.select2-results__option.select2-results__message,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-results__option[aria-selected] {
  color: #000000 /*@SearchContentColor*/;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-selection.select2-selection--multiple .select2-selection__rendered li,
.select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-selection.select2-selection--multiple .select2-selection__rendered li form ::placeholder,
.select2-container--default .select2-results__option--highlighted[aria-selected],
li.select2-results__option {
  color: #000000;
  /*@SearchContentColor*/
}
.select2-dropdown.dropdown-module-search.dropdown-type.select2-dropdown--below {
  z-index: 99999;
  background: #f8fcff /*@SearchBackgroundColor*/;
}
/* ------------ MODULES POPUP  ------------- */
.mfp-bg:not(.mfp-with-zoom) {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content {
  background-color: #f8fcff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead {
  background: transparent;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h1,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h3,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h4,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead h5,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead p,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead li,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead label {
  color: #1c1c1c;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact .mfp-close,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead .mfp-close {
  border-radius: 0px;
  color: #1c1c1c;
  background: transparent;
  border: none;
  opacity: 1;
  right: 5px;
  top: 5px;
  width: fit-content;
  height: fit-content;
  font-size: 20px;
  line-height: 20px;
  padding: 5px 8px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection {
  background: transparent;
  background-color: transparent;
  width: 100%;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #1c1c1c;
  color: #1c1c1c;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form input::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form textarea::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .select2-selection::placeholder,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .select2-selection::placeholder {
  color: #1c1c1c;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd label,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd a,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd a {
  font-size: clamp(16px, 20px, 0.7vw);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div.rgpd input,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form div.rgpd input {
  width: fit-content;
  margin-right: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit {
  font-size: clamp(16px, 0.7vw, 20px);
  padding: 5px 10px;
  color: #1c1c1c;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #1c1c1c;
  border-radius: 0px;
  font-weight: 400;
  margin: 20px 0;
  top: initial;
  position: relative;
  height: initial;
  width: initial;
  left: 50%;
  transform: translate(-50%);
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit .mdi,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit .mdi {
  display: none;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover {
  color: #000000;
  background: #ffffff;
  border: 1px solid #1c1c1c;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form button.submit:hover span,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form button.submit:hover span {
  color: #000000;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter,
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact {
  height: auto;
  width: 100%;
  padding: 100px 50px;
  position: initial;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-lead form .field {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form input {
  margin-bottom: 10px;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field:not(.message) {
  width: 48%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .field.message {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form .rgpd {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-contact form div:last-child {
  width: 100%;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
  display: flex;
  height: 100%;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    padding: 50px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency {
    flex-direction: column;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
  width: 50%;
  padding: 30px;
  display: flex;
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture {
    width: 100%;
  }
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .picture img {
  width: 100%;
  object-fit: contain;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 100px;
  align-items: baseline;
}
@media only screen and (max-width: 1024px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 668px) {
  .mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-agency .agency .info {
    width: 100%;
    padding-left: 10px;
  }
}
/* ------------ MODULES CMS  ------------- */
.module-cms {
  padding: 50px 0;
}
.module-cms.img-left,
.module-cms.img-right {
  display: flex;
  align-items: center;
  height: 96vh;
  max-height: 800px;
  margin: 0 auto 0 auto;
  padding: 0;
  background: #f8fcff;
}
@media only screen and (max-width: 1024px) {
  .module-cms.img-left,
  .module-cms.img-right {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left,
  .module-cms.img-right {
    flex-direction: column;
  }
}
.module-cms.img-left .info,
.module-cms.img-right .info {
  width: 40%;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 80%;
    margin: auto;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .info,
  .module-cms.img-right .info {
    width: 100%;
  }
}
.module-cms.img-left .info .cms-title,
.module-cms.img-right .info .cms-title,
.module-cms.img-left .info .cms-subtitle,
.module-cms.img-right .info .cms-subtitle,
.module-cms.img-left .info p,
.module-cms.img-right .info p {
  color: #1c1c1c;
}
.module-cms.img-left .info button,
.module-cms.img-right .info button,
.module-cms.img-left .info .button,
.module-cms.img-right .info .button {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  background: rgba(255, 255, 255, 0);
}
.module-cms.img-left .info button:hover,
.module-cms.img-right .info button:hover,
.module-cms.img-left .info .button:hover,
.module-cms.img-right .info .button:hover {
  color: #000000;
  border: 1px solid #1c1c1c;
  background: #ffffff;
}
.module-cms.img-left .picture,
.module-cms.img-right .picture {
  height: 100%;
  width: 50%;
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 80%;
    margin: auto;
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 668px) {
  .module-cms.img-left .picture,
  .module-cms.img-right .picture {
    width: 100%;
    padding: 40px 20px;
  }
}
.module-cms.img-left .picture img,
.module-cms.img-right .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.module-cms.img-left.img-right,
.module-cms.img-right.img-right {
  flex-direction: row-reverse;
}
.module-cms.img-left.img-right .picture,
.module-cms.img-right.img-right .picture {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .module-cms.img-left.img-right .picture,
  .module-cms.img-right.img-right .picture {
    margin: auto;
  }
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.fancybox-skin {
  background: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* forms  CONTACT POPUP */
/* forms  CONTACT */
/* forms  ESTIMATE */
.module-contact input[type="text"],
.module-estimate input[type="text"],
.module-contact input[type="email"],
.module-estimate input[type="email"],
.module-contact input[type="password"],
.module-estimate input[type="password"],
.module-contact input[type="tel"],
.module-estimate input[type="tel"],
.module-contact textarea,
.module-estimate textarea,
.module-contact select,
.module-estimate select,
.module-contact .ms-choice,
.module-estimate .ms-choice,
.module-contact .ms-choice.disabled,
.module-estimate .ms-choice.disabled,
.module-contact .SumoSelect,
.module-estimate .SumoSelect {
  color: #333;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.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);
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected="true"]:not(
    .loading-results
  ):before {
  color: #1c1c1c;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.module-contact,
.module-estimate {
  padding: 20px;
  background: #f8fcff;
}
.module-contact textarea,
.popup-module-contact textarea {
  font-family: Proxima Nova, "DM Sans", sans-serif;
}
.module-property-info .no-information {
  text-align: center;
}
/** -----------------------------   MAIN HEADER  ----------------------------------- */
header {
  background: transparent;
}
header .zone-header .module a,
header .zone-header .module li,
header .zone-header .module .mdi,
header .zone-header .module p,
header .zone-header .module span {
  color: #ffffff;
}
header.fixed {
  position: fixed;
  background: #000000;
  z-index: 999;
}
header.fixed .zone-header .module a,
header.fixed .zone-header .module li,
header.fixed .zone-header .module .mdi,
header.fixed .zone-header .module p,
header.fixed .zone-header .module span {
  color: #ffffff;
}
/** -----------------------------   FOOTER  ----------------------------------- */
footer {
  background-color: #ffffff;
  clear: both;
  margin-top: 0px;
  padding-top: 0px;
  max-width: 100%;
  margin: auto;
}
footer a,
footer li,
footer span {
  color: #1c1c1c;
}
footer .zone.zone-footer {
  max-width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal ul li a {
  font-size: 14px;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url("/templates/Haku/credits.svg") 0 0 no-repeat;
}
.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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .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: 668px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
/*** CSS WEBSITE Ravagnan's | Forbes Global Properties ***/
.auto-layout {
  width: 100%;
  max-width: 1240px;
  margin: auto;
  padding: 0 20px;
}
.one-column-property .zone-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media only screen and (max-width: 668px) {
  .one-column-property .zone-content {
    gap: 32px;
  }
}
.one-column-property .zone-content .variation-cluster_display_flex {
  width: 100%;
}
.center .info,
.center .module-header {
  text-align: center;
}
.mfp-content {
  max-width: 50%;
}
@media only screen and (max-width: 768px) {
  .mfp-content {
    max-width: 90%;
  }
}
body.fees .footer-banner {
  display: none;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("/uploads/websites/3915/proximanova_light.otf");
}
header {
  border-bottom: 1px solid #ffffff30;
}
@media screen and (max-width: 1024px) {
  header.fixed .variation-header_mira_cluster .module-logo img {
    width: 140px;
  }
}
.button,
button,
.submit {
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 13px;
}
footer .module-logo img {
  filter: invert(1);
}
.mdi-chevron-down::before {
  color: #dc1212;
}
.mfp-ready:not(.mfp-gallery) .mfp-content .popup-module-newsletter form div.rgpd input {
  margin-bottom: 0;
}
/*** CSS ROUTING ***/
.module-357639 {
  margin-top: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 357628 ***/
.zone-full_width .module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider img,
.module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider img {
  filter: brightness(0.5);
}
.zone-full_width .module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider .button,
.module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider .button {
  background: transparent;
  border: 1px solid white;
}
.zone-full_width .module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider .button:hover,
.module.module-357628.template-1.slider-template-1.variation-mira_slider_banner.module-slider .button:hover {
  background: white;
  color: black;
}
/*** CUSTOM CSS FROM BDD MODULE 357620 ***/
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile),
  .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu:not(.mobile) {
    display: none;
  }
  .zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile,
  .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module-menu.mobile {
    display: block;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 357644 ***/
.zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms h3,
.module.module-357644.img-left.template-1.cms-template-1.module-cms h3,
.popup-module-cms.popup-module-357644 h3 {
  color: black;
}
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms,
  .module.module-357644.img-left.template-1.cms-template-1.module-cms,
  .popup-module-cms.popup-module-357644 {
    height: auto;
  }
  .zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms .picture,
  .module.module-357644.img-left.template-1.cms-template-1.module-cms .picture,
  .popup-module-cms.popup-module-357644 .picture {
    width: 40%;
  }
  .zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms .picture img,
  .module.module-357644.img-left.template-1.cms-template-1.module-cms .picture img,
  .popup-module-cms.popup-module-357644 .picture img {
    width: auto;
    object-fit: contain;
  }
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms,
  .module.module-357644.img-left.template-1.cms-template-1.module-cms,
  .popup-module-cms.popup-module-357644 {
    max-height: 368vh !important;
  }
}
.zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms .button:hover,
.module.module-357644.img-left.template-1.cms-template-1.module-cms .button:hover,
.popup-module-cms.popup-module-357644 .button:hover {
  background-color: black;
  color: white;
}
.zone-full_width .module.module-357644.img-left.template-1.cms-template-1.module-cms .info img,
.module.module-357644.img-left.template-1.cms-template-1.module-cms .info img,
.popup-module-cms.popup-module-357644 .info img {
  margin: 15px 0;
}
/*** CUSTOM CSS FROM BDD MODULE 357629 ***/
.zone-full_width .module.module-357629.module-selection.selection.template-1.selection-template-1.variation-custom_selection,
.module.module-357629.module-selection.selection.template-1.selection-template-1.variation-custom_selection {
  margin-top: 40px;
}
.zone-full_width .module.module-357629.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2,
.module.module-357629.module-selection.selection.template-1.selection-template-1.variation-custom_selection h2 {
  font-size: 36px;
  color: black;
}
/*** CUSTOM CSS FROM BDD MODULE 357645 ***/
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms {
  width: 50%;
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (max-width: 668px) {
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms {
    width: 50%;
    margin-top: 30px;
  }
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .picture,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .picture {
  text-align: center;
  width: fit-content;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .picture img,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .picture img {
  width: 10vw;
  max-width: 350px;
  min-width: 120px;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info {
  width: 100%;
  text-align: center;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .cms-title,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .cms-title,
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .cms-subtitle,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .cms-subtitle,
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info p,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info p {
  color: #1c1c1c;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info button,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info button,
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .button,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .button {
  color: #1c1c1c;
  border: 1px solid #1c1c1c;
  background: rgba(255, 255, 255, 0);
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info button:hover,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info button:hover,
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .button:hover,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module-cms .info .button:hover {
  color: #000000;
  border: 1px solid #1c1c1c;
  background: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider {
    height: 50vw;
  }
}
@media only screen and (max-width: 668px) {
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property {
    padding: 20px;
  }
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider {
    height: 90vw;
  }
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider .content ul,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider .content ul {
    flex-wrap: wrap;
  }
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider .content ul li,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .variation-custom_slider_property .slider .content ul li {
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 357649 ***/
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster,
.module.module-357649.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  height: 96vh;
  max-height: 800px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster,
  .module.module-357649.template-1.cluster-template-1.module-cluster {
    max-height: 100%;
    height: auto;
  }
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider {
  width: 55%;
  padding-right: 50px;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider,
  .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider {
    padding-right: 0;
    width: 100%;
  }
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider img,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider img {
  width: 100%;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content {
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  left: 0;
  background: rgba(248, 252, 255, 0.6);
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h1,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h1,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h2,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h2,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h3,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content h3,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content p,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content p,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content i,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content i,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content a,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content a,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content mdi,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content mdi,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content span,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content span,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content li,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .content li {
  color: #1c1c1c;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .mdi,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .mdi {
  background: transparent;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .mdi::before,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .mdi::before {
  color: black;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .owl-next,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .owl-next {
  right: -50px;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .owl-prev,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .owl-theme .owl-nav .owl-prev {
  left: -50px;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider {
  margin-bottom: 0;
  height: 96vh !important;
  max-height: 800px;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item .content,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item .content {
  right: 0;
  bottom: 0;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item .content h3,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item .content h3 {
  margin-bottom: 0;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item img,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-slider .slider .owl-item img {
  height: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster {
  display: flex;
  width: 45%;
  flex-direction: column-reverse;
  padding: 35px;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster,
  .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster {
    width: 80%;
    padding: 0;
  }
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms {
  width: 100%%;
  max-width: 640px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .cms-title,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .cms-title,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .cms-subtitle,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .cms-subtitle,
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms p,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-cms p {
  color: #1c1c1c;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead {
  width: fit-content;
  border: 1px solid #1c1c1c;
  padding: 5px 15px;
  margin-top: 20px;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead .popup-open-link-wrapper span,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead .popup-open-link-wrapper span {
  font-weight: 400;
  color: #1c1c1c;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead:hover,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead:hover {
  background: #ffffff;
  border: 1px solid #1c1c1c;
}
.zone-full_width .module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead:hover span,
.module.module-357649.template-1.cluster-template-1.module-cluster .module-cluster .module-lead:hover span {
  color: #000000;
}
/*** CUSTOM CSS FROM BDD MODULE 357654 ***/
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms {
  background: #f8fcff;
  margin: 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms,
  .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms {
    padding: 0 52px;
  }
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms ul,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms ul {
  width: 86%;
  margin: auto;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .cms-list.owl-carousel.owl-theme.owl-center.owl-loaded .owl-controls .owl-nav .owl-prev,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .cms-list.owl-carousel.owl-theme.owl-center.owl-loaded .owl-controls .owl-nav .owl-prev,
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .cms-list.owl-carousel.owl-theme.owl-center.owl-loaded .owl-controls .owl-nav .owl-next,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .cms-list.owl-carousel.owl-theme.owl-center.owl-loaded .owl-controls .owl-nav .owl-next {
  display: block!important;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .button,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .button {
  margin-right: 10px;
  margin-top: 15px;
  border: 1px solid black;
  background-color: transparent;
  color: black;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .button:hover,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .button:hover {
  background-color: black;
  color: white;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms h2,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms h2 {
  color: black;
  margin: 0;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms h3,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms h3 {
  color: black;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .picture-container,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .picture-container {
  height: 195px;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .picture-container img,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .picture-container img {
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .module-header,
.module.module-357654.mira_structured_cms_listing.template-1.structured-cms-template-1.variation-structured_cms_slider.module-structured-cms .module-header {
  margin: 50px 0 20px 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 363168 ***/
.zone-full_width .module.module-363168.template-1.cms-template-1.module-cms.only-text,
.module.module-363168.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-363168 {
  background: #f8fcff;
  margin: 0;
  padding-bottom: 20px;
}
.zone-full_width .module.module-363168.template-1.cms-template-1.module-cms.only-text .info,
.module.module-363168.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-363168 .info {
  text-align: center;
}
.zone-full_width .module.module-363168.template-1.cms-template-1.module-cms.only-text .info .button,
.module.module-363168.template-1.cms-template-1.module-cms.only-text .info .button,
.popup-module-cms.popup-module-363168 .info .button {
  background: transparent;
  color: black;
  border: 1px solid black;
}
.zone-full_width .module.module-363168.template-1.cms-template-1.module-cms.only-text .info .button:hover,
.module.module-363168.template-1.cms-template-1.module-cms.only-text .info .button:hover,
.popup-module-cms.popup-module-363168 .info .button:hover {
  background: black;
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 357636 ***/
.zone-footer .module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.whatsapp,
.module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.whatsapp {
  bottom: 150px;
}
.zone-footer .module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.linkedin,
.module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.linkedin {
  bottom: 100px;
}
.zone-footer .module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.youtube,
.module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.youtube {
  bottom: 50px;
}
.zone-footer .module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.instagram,
.module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.instagram {
  bottom: 200px;
}
.zone-footer .module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.facebook,
.module.module-357636.template-1.social-menu-template-1.variation-custom_social_menu.module-social-menu .social.facebook {
  bottom: 250px;
}
/*** CUSTOM CSS FROM BDD MODULE 357621 ***/
@media only screen and (max-width: 668px) {
  .zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357621.template-2.logo-template-2.module-logo,
  .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357621.template-2.logo-template-2.module-logo,
  .module.module-357621.template-2.logo-template-2.module-logo {
    margin-left: 20px;
  }
  .zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357621.template-2.logo-template-2.module-logo img,
  .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357621.template-2.logo-template-2.module-logo img,
  .module.module-357621.template-2.logo-template-2.module-logo img {
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 357726 ***/
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357726.mobile.template-1.menu-template-1.variation-custom_menu_burger.module-menu.main.inline .burger-button,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357726.mobile.template-1.menu-template-1.variation-custom_menu_burger.module-menu.main.inline .burger-button,
.module.module-357726.mobile.template-1.menu-template-1.variation-custom_menu_burger.module-menu.main.inline .burger-button {
  float: right;
}
/*** CUSTOM CSS FROM BDD MODULE 357639 ***/
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod p,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod p,
.module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod p {
  font-size: 20px;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod .button,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod .button,
.module.module-357639.footer-banner.template-1.picture-template-1.module-picture.basic-mod .button {
  margin-top: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 358818 ***/
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-358818.template-1.cms-template-1.module-cms.only-text,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-358818.template-1.cms-template-1.module-cms.only-text,
.module.module-358818.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-358818 {
  padding: 20px;
  margin-bottom: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 357631 ***/
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline,
.module.module-357631.template-1.menu-template-1.module-menu.inline {
  border-bottom: 1px solid #ffffff30;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li:before,
.module.module-357631.template-1.menu-template-1.module-menu.inline ul li:before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li,
.module.module-357631.template-1.menu-template-1.module-menu.inline ul li {
  display: flex;
  align-items: center;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357631.template-1.menu-template-1.module-menu.inline ul li a,
.module.module-357631.template-1.menu-template-1.module-menu.inline ul li a {
  margin-bottom: 0;
  font-weight: 400;
}
/*** CUSTOM CSS FROM BDD MODULE 357646 ***/
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider,
.module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider {
  margin: 0;
}
@media only screen and (max-width: 668px) {
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider,
  .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider {
    padding: 0px;
  }
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider,
  .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider {
    height: auto;
  }
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider .owl-stage-outer,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider .owl-stage-outer,
  .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider .slider .owl-stage-outer {
    height: 300px;
  }
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider i:before,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider i:before,
.module.module-357646.template-1.slider-template-1.variation-custom_slider_property.module-slider i:before {
  color: #dc1212;
}
/*** CUSTOM CSS FROM BDD MODULE 357647 ***/
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .picture img,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .picture img,
.module.module-357647.template-1.cms-template-1.module-cms.only-text .picture img,
.popup-module-cms.popup-module-357647 .picture img {
  width: 26vw;
}
@media screen and (max-width: 1024px) {
  .zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text,
  .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text,
  .module.module-357647.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-357647 {
    width: 100%;
  }
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .button,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .button,
.module.module-357647.template-1.cms-template-1.module-cms.only-text .button,
.popup-module-cms.popup-module-357647 .button {
  margin-top: 15px;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .button:hover,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .button:hover,
.module.module-357647.template-1.cms-template-1.module-cms.only-text .button:hover,
.popup-module-cms.popup-module-357647 .button:hover {
  background-color: black;
  color: white;
}
.zone-full_width .module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .info,
.module.module-357645.template-1.cluster-template-1.variation-cluster_display_flex.module-cluster .module.module-357647.template-1.cms-template-1.module-cms.only-text .info,
.module.module-357647.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-357647 .info {
  text-align: left;
  padding: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 357627 ***/
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency,
.module.module-357627.template-1.currency-template-1.module-currency {
  margin-top: 4px;
  border-right: none;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency label,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency label,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency label,
.module.module-357627.template-1.currency-template-1.module-currency label {
  color: #ffffff;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency .FieldWrapper,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency .FieldWrapper,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357627.template-1.currency-template-1.module-currency .FieldWrapper,
.module.module-357627.template-1.currency-template-1.module-currency .FieldWrapper {
  background: black;
}
/*** CUSTOM CSS FROM BDD MODULE 357734 ***/
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
.module.module-357734.template-1.lead-template-1.module-lead,
.popup-module-lead.popup-module-357734 {
  position: initial !important;
  display: flex;
}
@media screen and (min-width: 1024px) {
  .zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
  .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
  .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead,
  .module.module-357734.template-1.lead-template-1.module-lead,
  .popup-module-lead.popup-module-357734 {
    width: 70%;
    margin-top: 4px;
  }
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead span,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead span,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead span,
.module.module-357734.template-1.lead-template-1.module-lead span,
.popup-module-lead.popup-module-357734 span {
  margin-bottom: 0;
  margin-right: 5px;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead .mdi:hover,
.module.module-357734.template-1.lead-template-1.module-lead .mdi:hover,
.popup-module-lead.popup-module-357734 .mdi:hover {
  color: #dc1212;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.module.module-357734.template-1.lead-template-1.module-lead form .field:not(.recaptcha),
.popup-module-lead.popup-module-357734 form .field:not(.recaptcha) {
  border: 1px solid white;
  border-radius: 0px;
  margin-bottom: 10px;
  padding: 5px 10px;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2,
.module.module-357734.template-1.lead-template-1.module-lead form .select2,
.popup-module-lead.popup-module-357734 form .select2,
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection,
.module.module-357734.template-1.lead-template-1.module-lead form .select2-selection,
.popup-module-lead.popup-module-357734 form .select2-selection,
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered,
.popup-module-lead.popup-module-357734 form .select2-selection__rendered,
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__rendered li,
.popup-module-lead.popup-module-357734 form .select2-selection__rendered li,
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field input,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field input,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .field input,
.module.module-357734.template-1.lead-template-1.module-lead form .field input,
.popup-module-lead.popup-module-357734 form .field input {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  margin-bottom: 0;
  padding: 0 !important;
  line-height: 15px !important;
  height: 100% !important;
  min-height: initial !important;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow,
.popup-module-lead.popup-module-357734 form .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.zone-header .module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-357620.template-1.cluster-template-1.variation-header_mira_cluster.module-cluster .module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-357625.currencyLanguage.template-1.cluster-template-1.module-cluster .module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.module.module-357734.template-1.lead-template-1.module-lead form .select2-selection__arrow b,
.popup-module-lead.popup-module-357734 form .select2-selection__arrow b {
  top: initial !important;
  margin: auto !important;
  line-height: inherit !important;
}
/*** CUSTOM CSS FROM BDD MODULE 358817 ***/
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
.module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
.module.module-358817.template-1.picture-template-1.module-picture.basic-mod {
  margin: 0;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod img,
.module.module-358817.template-1.picture-template-1.module-picture.basic-mod img {
  width: 100px;
}
@media screen and (min-width: 1024px) {
  .zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-358817.template-1.picture-template-1.module-picture.basic-mod,
  .module.module-358817.template-1.picture-template-1.module-picture.basic-mod {
    width: 10%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 360152 ***/
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
.module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
.module.module-360152.template-1.social-menu-template-1.module-social-menu {
  width: 5%;
}
.zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu span,
.module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu span,
.module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu span,
.module.module-360152.template-1.social-menu-template-1.module-social-menu span {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zone-footer .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
  .module.module-357630.template-1.cluster-template-1.variation-mira_footer_cluster.module-cluster .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
  .module.module-357632.footerCluster.template-1.cluster-template-1.module-cluster .module.module-360152.template-1.social-menu-template-1.module-social-menu,
  .module.module-360152.template-1.social-menu-template-1.module-social-menu {
    padding: 0;
  }
}

