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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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 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 Bento PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template-2 {
  display: grid;
  gap: #0000004a;
}
.module-legal.template-2 .rgpd,
.module-legal.template-2 .cookies,
.module-legal.template-2 .bloctel {
  padding: 28px;
  background: #0000004a;
  border-radius: 12px;
}
/*** 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 TEMPLATE Bento PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/cluster.less ***/
.module-cluster {
  position: relative;
}
.module-cluster .container-flex {
  border-radius: 32px /* @radius-xl */;
  width: 100%;
  padding: 28px 32px /* @padding-l @padding-xl  */;
}
@media only screen and (max-width: 640px) {
  .module-cluster .container-flex {
    padding: 20px 28px /* @padding-m @padding-l  */;
  }
}
.zone-full-width .module.module-cluster:not(:first-child) {
  display: flex;
  flex-wrap: wrap;
  gap: 28px /*@gap-l  */;
}
@media only screen and (max-width: 640px) {
  .zone-full-width .module.module-cluster:not(:first-child) {
    gap: 20px /*@gap-m  */;
  }
}
.zone-full-width .module.module-cluster:not(:first-child) > .module-header {
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full-width .module.module-cluster:not(:first-child) > .module-header {
    text-align: left;
  }
}
.module-cluster.bg {
  background: #0000004a /* @adjustedColor */;
  padding-top: 28px /*@padding-l  */;
  padding-bottom: 28px /*@padding-l  */;
}
.module-cluster.template-2 {
  gap: 28px /* @gap-l*/;
}
@media only screen and (max-width: 640px) {
  .module-cluster.template-2 {
    gap: 20px /* @gap-m*/;
  }
}
.module-cluster.template-2 .module-cms .info {
  background: #000000 /* @bodyColor*/;
  border-radius: 32px /* @raius-xl*/;
  gap: 16px /* @gap-s*/;
  padding: 40px /* padding-2xl */;
}
@media only screen and (max-width: 768px) {
  .module-cluster.template-2 .module-cms .info {
    padding: 32px /* padding-xl */;
  }
}
@media only screen and (max-width: 640px) {
  .module-cluster.template-2 .module-cms .info {
    padding: 28px /* padding-l */;
  }
}
/*** CSS BASE PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cluster/Resources/css/alternating_cms.less ***/
.cluster-template-2 {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.cluster-template-2 .module {
  margin: 0;
  padding: 0;
  width: 100%;
}
.cluster-template-2 .module-cms:nth-child(odd):not(.only-text) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .cluster-template-2 .module-cms:nth-child(odd):not(.only-text) {
    flex-direction: column;
  }
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-2.css ***/
.social-menu-template-2 .social__items {
  display: flex;
  flex-direction: row;
  gap: 15px;
  width: 100%;
  align-items: center;
}
.social-menu-template-2 .social__items .social__item a svg {
  width: 18px;
}
.social-menu-template-2 .social__items .social__item.youtube a svg {
  width: 22px;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/agency-full.css.less ***/
.agency-template-9 .agency {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.agency-template-9 .agency .section-picture {
  width: calc((100% - 1 * 32px) / 2);
}
@media screen and (max-width: 620px) {
  .agency-template-9 .agency .section-picture {
    width: 100%;
  }
}
.agency-template-9 .agency .section-picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.agency-template-9 .agency .info {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: calc((100% - 1 * 32px) / 2);
}
@media screen and (max-width: 620px) {
  .agency-template-9 .agency .info {
    width: 100%;
  }
}
.agency-template-9 .agency .info .button {
  width: fit-content;
  display: flex;
  gap: 5px;
}
.agency-template-9 .agency .info h2,
.agency-template-9 .agency .info p {
  margin-bottom: 0;
}
.agency-template-9 .agency .info span {
  display: flex;
  gap: 5px;
}
.agency-template-9 .agency .info .section {
  display: flex;
  gap: 5px;
  width: 100%;
}
.agency-template-9 .agency .info .section-address {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
.agency-template-9 .agency .info .section-contact {
  display: flex;
  flex-direction: column;
}
.agency-template-9 .agency .info .section-social ul {
  display: flex;
  gap: 5px;
}
.agency-template-9 .agency .info .section-social ul i {
  font-size: 30px;
}
.agency-template-9 .agency .info .section-hour ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.agency-template-9 .agency .info .section-hour ul li {
  display: flex;
  gap: 5px;
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Bento PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/slider.less ***/
.module-slider {
  position: relative;
  border-radius: 32px /* @radius-xl*/;
  overflow: hidden;
  /**ANIMATION*/
}
.module-slider.waiting {
  max-height: initial;
}
.module-slider .slider .owl-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .slider-center .slider .owl-item.main img,
.module-slider .slider-center .slider .owl-item img {
  opacity: 1 !important;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 10px;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 20px;
}
.module-slider .owl-stage:before {
  content: none;
  background: rgba(56, 58, 63, 0.2);
}
.module-slider .owl-item img.portrait {
  width: auto;
  height: 100%;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-stage .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
  border-radius: 24px /*  @radius-l  */;
}
.module-slider .thumbnail .owl-stage .owl-item.active.center img {
  opacity: 0.5;
  border-radius: 24px /*  @radius-l */;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.module-slider .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.module-slider .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.module .slider .owl-controls {
  position: absolute;
  bottom: -1px;
  right: 0;
  background: rgba(228, 189, 106, 0.8);
  border-radius: 32px 0 0;
  padding: 10px;
}
.module .slider .owl-controls div.owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px /* @gap-xs */;
}
.module .slider .owl-controls div.owl-nav i.mdi {
  color: #000000 /* @tertiary */;
  font-size: 50px;
  line-height: 50px;
  background: transparent;
}
.module .slider .owl-controls div.owl-nav i.mdi:before {
  transition: 0.5s;
}
.module .slider .owl-controls div.owl-nav i.mdi:hover:before {
  transform: scale(1.1);
}
.module .slider .owl-controls div.owl-nav [class*="owl-"] {
  position: relative;
}
.module .slider .owl-controls div.owl-nav .owl-prev,
.module .slider .owl-controls div.owl-nav .owl-next {
  top: initial;
  margin-top: initial;
  left: initial;
  right: initial;
}
.module .slider .owl-controls div.owl-nav .owl-prev i,
.module .slider .owl-controls div.owl-nav .owl-next i {
  margin: 0;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/new_css.less ***/
.module.cms-template-6 {
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  overflow: visible;
  position: relative;
  /* gestion des alignements */
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 {
    flex-direction: column;
  }
}
.module.cms-template-6 .cms-align-left {
  text-align: left;
}
.module.cms-template-6 .cms-align-right {
  text-align: right;
}
.module.cms-template-6 .cms-align-center {
  text-align: center;
}
.module.cms-template-6 .cms-align-justify {
  text-align: justify;
}
.module.cms-template-6.only-text .info {
  width: 100%;
  padding: 0;
}
.module.cms-template-6 .picture {
  height: auto;
  overflow: hidden;
}
.module.cms-template-6 .picture img {
  max-width: 100%;
}
.module.cms-template-6 .picture,
.module.cms-template-6 .info {
  position: relative;
  width: calc((100% - 1 * 32px) / 2);
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .module.cms-template-6 .picture,
  .module.cms-template-6 .info {
    width: 100%;
  }
}
.module.cms-template-6 .info ul {
  padding-left: 10px;
}
.module.cms-template-6 .info ul li {
  list-style: disc;
  list-style-position: inside;
}
.module.cms-template-6 .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
/*** CSS BASE TEMPLATE Bento PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/cms.less ***/
body .wrapper .module-cms.only-text {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px /* */;
  }
}
@media only screen and (max-width: 640px) {
  body .wrapper .module-cms {
    gap: 16px /* @gap-s  */;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 32px /* @radius-xl */;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px /* @shadow-s  */;
  display: block;
}
body .wrapper .module-cms .info {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 28px /* @gap-l */;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms .info {
    width: 100%;
    gap: 12px;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
.module-cms.template-7 div.picture {
  background: rgba(228, 189, 106, 0.4);
  border-radius: 16px /*@radius-m */;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/cms-7.less ***/
.cms-template-7 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  position: relative;
}
.cms-template-7 .cms-align-left {
  text-align: left;
}
.cms-template-7 .cms-align-right {
  text-align: right;
}
.cms-template-7 .cms-align-center {
  text-align: center;
}
.cms-template-7 .cms-align-justify {
  text-align: justify;
}
.cms-template-7 .img-title {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cms-template-7 .img-title .card-title {
  grid-column: span 5;
}
.cms-template-7 .img-title .picture {
  grid-column: span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  padding: 10px;
  margin: O;
}
@media only screen and (max-width: 640px) {
  .cms-template-7 .img-title .picture {
    width: 40px;
    height: 40px;
  }
}
.cms-template-7 .img-title .picture img {
  width: auto;
  height: 100%;
  display: block;
  border-radius: initial;
  box-shadow: initial;
}
.cms-template-7 .content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cms-template-7 .content a {
  z-index: 99;
}
.cms-template-7 .link {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  z-index: 9;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/bento_search.less ***/
.template-2.module-search {
  max-width: 100%;
  border-radius: 24px;
  left: initial;
  transform: initial;
}
.template-2.module-search .clearfix::after {
  display: none;
  clear: both;
  content: "";
}
.template-2.module-search .fields-wrapper {
  display: grid;
  grid-template-columns: 5fr 0fr;
  transition: 1s ease;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper {
    grid-template-columns: 1fr 0fr;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global {
  display: block;
}
.template-2.module-search .fields-wrapper .line-wrapper-global.advanced {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  height: 100%;
  row-gap: 16px;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .line-wrapper-global.advanced {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header {
    grid-column: 1 / 2;
    grid-row: auto;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .counter {
  display: none;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded {
  width: 100%;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 105px;
}
@media only screen and (max-width: 1024px) {
  .template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li {
    width: 80px;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li:hover svg {
  transform: scale(1.1);
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li svg {
  stroke: white;
  border: 1px solid white;
  border-radius: 100%;
  width: 50px;
  height: 35px;
  padding: 8px;
  overflow: visible;
  transition: background 0.5s ease, transform 0.5s ease;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li input {
  opacity: 0;
  position: absolute;
  height: 100%;
  cursor: pointer;
  width: 100%;
  z-index: 99;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li label {
  font-size: 12px;
  width: 100%;
  text-align: center;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul li input[type="checkbox"]:checked {
  background-color: white;
  stroke: black;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded ul input:checked + svg {
  background: white;
  stroke: black;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded {
  width: 100%;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul li {
  padding: 0;
  position: relative;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul li input {
  opacity: 0;
  position: absolute;
  height: 100%;
  cursor: pointer;
  width: 100%;
  left: 0;
  top: 0;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul li label {
  display: block;
  padding: 5px 8px;
  border-radius: 12px;
  transition: 0.5s ease background;
  font-weight: 600;
  border: 0.5px solid white;
  font-size: 14px;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul input:checked + label {
  background: white;
  color: black;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-center {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-center {
    grid-column: 1 / 2;
    grid-row: auto;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field {
  width: 100%;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn {
    grid-column: 1 / 2;
    grid-row: auto;
  }
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn {
  width: auto;
  margin: auto;
  bottom: 0px;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn button {
  width: fit-content;
  padding: 0;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn button i.mdi.mdi-plus {
  display: block;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn button span {
  display: none;
}
.template-2.module-search .fields-wrapper .line-wrapper-global .new-advanced-btn.close {
  display: none;
  transition: 0.6s ease;
}
.template-2.module-search .fields-wrapper.new-search-advanced-open {
  grid-template-columns: 3fr 2fr;
  padding-right: 24px;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper.new-search-advanced-open {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.template-2.module-search .fields-wrapper.new-search-advanced-open .line-wrapper-global {
  grid-template-columns: 1fr;
}
.template-2.module-search .fields-wrapper .new-search-advanced {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper {
  display: block;
  position: relative;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transform: translateX(150%);
  opacity: 0;
  position: absolute;
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper {
    transform: translateY(-100%);
  }
}
.template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper.open {
  width: 100%;
  height: 100%;
  transform: translateX(0);
  opacity: 1;
  position: relative;
  animation-name: opac ;
  animation-duration: 1s;
}
@keyframes opac {
  0% {
    opacity: 0;
    position: absolute;
  }
  50% {
    opacity: 0;
    position: absolute;
  }
  90% {
    opacity: 1;
    position: relative;
  }
}
@media only screen and (max-width: 640px) {
  .template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper.open {
    transform: translateY(0);
    opacity: 1;
  }
}
.template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper.open .new-advanced-btn-close {
  width: fit-content;
  position: absolute;
  background: transparent;
  top: 0px;
  right: 0px;
}
.template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper.open .new-advanced-btn-close i.mdi {
  display: block;
  font-size: 26px;
}
.template-2.module-search .fields-wrapper .new-search-advanced .new-line-wrapper.open .new-advanced-btn-close span {
  display: none;
}
.template-2.module-search .fields-wrapper .new-search-advanced.open {
  overflow: visible;
  height: 100%;
}
.template-2.module-search .fields-wrapper button {
  display: block;
  margin: auto;
  background: white;
}
.template-2.module-search .fields-wrapper button i {
  display: none;
}
.template-2.module-search .fields-wrapper button span {
  display: block;
  color: black;
}
.template-2.module-search .fields-wrapper button.btn-submit-mobile {
  display: none;
}
.template-2.module-search .fields-wrapper .reset {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: transparent;
  transition: 0.5s ease transform;
  cursor: pointer;
}
.template-2.module-search .fields-wrapper .reset:hover {
  transform: scale(1.1);
}
.template-2.module-search .fields-wrapper .reset svg {
  stroke: white;
}
/*** CSS BASE TEMPLATE Bento PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/search.less ***/
.module-search {
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-search {
    padding: 0;
  }
}
.module-search .hidden {
  display: none;
}
.module-search:not(.open) form .fields-wrapper .search-advanced {
  display: none;
}
.module-search.open .advanced-btn-open {
  display: none;
}
.module-search form {
  margin: 0 auto;
  display: flex;
  border-radius: 24px /*  @radius-l  */;
  padding: 20px 0;
}
.module-search form button.submit {
  padding: 10px;
  font-size: 20px;
  background: transparent;
  color: #ffffff;
}
.module-search form button.submit span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-search form button.submit span {
    display: block;
  }
}
.module-search form input,
.module-search form .select2-container--default .select2-selection--multiple,
.module-search form .select2-container--default .select2-selection--single {
  background: #ffffff /* @bg-search-input */;
}
.module-search form .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search form .select2-autocomplete-custom-choice,
.module-search form .select2-selection__rendered,
.module-search form .select2-selection__arrow,
.module-search form input::placeholder {
  color: #222222 /* @txt-search-input */;
}
.module-search form .select2-selection,
.module-search form input {
  padding: 0 10px 0 30px;
}
.module-search form input[type="checkbox"] {
  padding: 0;
}
.module-search form .field.expanded .field-item::before {
  display: none;
}
.module-search form .field-item {
  position: relative;
}
.module-search form .field-item:before {
  display: inline-block;
  font: 24px / 1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  content: "\F0765";
  position: absolute;
  left: 10px;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
  color: #222222 /* @txt-search-input */;
}
.module-search form .field-item.city:before,
.module-search form .field-item.location:before {
  content: "\F034E";
}
.module-search form .field-item.country:before {
  content: "\F059F";
}
.module-search form .field-item.area_min:before,
.module-search form .field-item.area_max:before {
  content: "\F0FE6";
}
.module-search form .field-item.price:before,
.module-search form .field-item.price_min:before,
.module-search form .field-item.price_max:before {
  content: "\F01AD";
}
.module-search form .field-item.area_min:before,
.module-search form .field-item.area_max:before {
  content: "\F0FE6";
}
.module-search form .field-item.room:before {
  content: "\F0821";
}
.module-search form .field-item.bedroom:before {
  content: "\F0FD4";
}
.module-search form .field-item.reference:before {
  content: "\F0EAF";
}
.module-search form .field-item.area_land_min:before,
.module-search form .field-item.area_land_max:before {
  content: "\F0531";
}
.module-search form .field-item.condition:before {
  content: "\F04D2";
}
.module-search form .field-item.proximity:before {
  content: "\F04DD";
}
.module-search form .fields-wrapper {
  display: flex;
  width: 100%;
}
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: #c9af95;
  display: none;
}
.module-search form .fields-wrapper .advanced-btn button span {
  color: #c9af95;
}
.module-search form .fields-wrapper .search-advanced {
  width: 100%;
  display: flex;
  padding: 0;
  justify-content: center;
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper {
  justify-content: space-evenly;
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  text-align: center;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close {
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #ffffff /* @txt-search-label-row */;
  background: transparent;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close i {
  font-size: 20px;
  padding-left: 3px;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button span {
  display: none;
}
.module-search form .fields-wrapper .advanced-btn {
  width: 100%;
  height: 0;
  text-align: center;
}
.module-search form .fields-wrapper .advanced-btn button.advanced-btn-open {
  margin-top: 20px;
  background: transparent;
}
.module-search form .fields-wrapper button {
  border: none;
  text-indent: 0;
  margin: 0;
  background-color: transparent;
}
.module-search form .fields-wrapper button > i {
  font-size: 40px;
  vertical-align: middle;
  position: relative;
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper button > i {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .module-search form .fields-wrapper button > i:hover {
    transform: scale(1.1);
  }
}
.module-search.search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search.search-template-2 {
  background-color: #222222 /* @bg-search*/;
  border-radius: 24px /* @radius-l */;
}
.module-search.search-template-2 form {
  height: 100%;
  padding: 0;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global {
  row-gap: 20px /* @gap-m */;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global {
    padding-bottom: 16px;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header {
  padding: 20px 20px 0 /* @padding-m */;
  justify-content: space-evenly;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field .field-item {
  background: #ffffff /* @bg-search-input */;
  border-radius: 8px /* @radius-xs */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field .field-item.category {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field input,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field .select2-container--default .select2-selection--multiple,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field .select2-container--default .select2-selection--single {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .field label {
  color: #ffffff /* @txt-secondary */;
  font-size: 12px /* @txt-s */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul {
  gap: 6px /* @gap-2xs */;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul {
    justify-content: flex-start;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul li label {
  color: #ffffff /* @txt-search-label */;
  font-size: 12px /* @txt-s */;
  border-radius: 12px /* @radius-s */;
  border: 1px solid #ffffff /* @txt-search-label */;
  font-weight: 600 /* @weight-l */;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul li label {
    padding: 12px /* @padding-s */;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .category.expanded ul input:checked + label {
  background: #ffffff /* @txt-search-label */;
  color: #222222 /* @bg-search */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list {
  justify-content: flex-start;
  row-gap: 16px /* gap-s */;
}
@media only screen and (max-width: 1024px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list li {
    width: 85px;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list li label {
  color: #ffffff /* @txt-search-label */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list li svg {
  stroke: #ffffff /* @txt-search-label */;
  width: 35px;
  height: 35px;
  padding: 8px;
  border: 1px solid #ffffff /* @txt-search-label */;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list li svg {
    width: 44px;
    height: 44px;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-header .type.expanded .field-item ul.inline-list li input:checked + svg {
  background: #ffffff /* @txt-search-label */;
  stroke: #222222 /* @bg-search */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center {
  padding: 0 20px;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .field-item {
  background: #ffffff /* @bg-search-input */;
  border-radius: 8px /* @radius-xs */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field.area_min,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field.price_max,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field.country,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field.city {
  width: calc((100% - 1 * 10px) / 2);
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field label {
  color: #ffffff /* @txt-secondary */;
  font-size: 12px /* @txt-s */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field input,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .select2-container--default .select2-selection--multiple,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .select2-container--default .select2-selection--single {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .select2-autocomplete-custom-choice,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .select2-selection__rendered,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field .select2-selection__arrow,
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center .field input::placeholder {
  color: #222222 /* @txt-search-input */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .line-wrapper.form-center button span {
  font-size: 12px /* @txt-s */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .new-advanced-btn {
  height: 100%;
  display: flex;
  background: #2f2f2f;
  border-top-right-radius: 24px /* @radius-l */;
  border-bottom-right-radius: 24px /* @radius-l */;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .new-advanced-btn {
    width: 20%;
    border-radius: 24px /* @radius-l */;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .new-advanced-btn button {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .new-advanced-btn button > i {
  color: #ffffff /* @txt-search-label */;
  font-size: 26px;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .buttonForm {
  padding: 20px 20px /* @padding-m */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .buttonForm button.submit {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 6px /* @gap-2xs */;
  color: #222222 /* @bg-search */;
  background: #ffffff /* @bg-search-input */;
  padding: 8px 28px;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper .line-wrapper-global .buttonForm button.submit {
    width: 100%;
    justify-content: center;
  }
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .buttonForm button.submit i {
  display: block;
  font-size: 27px /* @txt-2xl */;
  color: #222222 /* @txt-search-input */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global .buttonForm button.submit span {
  font-size: 16px /* @txt-l */;
  color: #222222 /* @txt-search-input */;
}
.module-search.search-template-2 form .fields-wrapper .line-wrapper-global.advanced .buttonForm {
  padding: 0 20px 20px /* @padding-m */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open {
  padding: 0;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced {
  background-color: #2f2f2f;
  padding: 20px /* @padding-m */;
  border-radius: 24px /* @radius-l */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open {
  display: inline-block;
  flex-wrap: wrap;
  gap: 10px /* @gap-xs */;
  justify-content: space-between;
  margin: auto;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field {
  width: 50%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 10px;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field .field-item {
  background: #ffffff /* @bg-search-input */;
  border-radius: 8px /* @radius-xs */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field ul .counter {
  display: none;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field input {
  background-color: #ffffff /* @bg-search-input */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field label {
  color: #ffffff /* @txt-search-label */;
  font-size: 12px /* @txt-s */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.expanded .-inline {
  display: block;
  margin-bottom: 8px /* @margin-xs */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.expanded .field-item .inline-list {
  display: flex;
  gap: 10px /* @gap-xs */;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.room,
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.bedroom {
  width: 100%;
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.room .field-item {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field.bedroom .field-item {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field .select2-container--default .select2-selection--single {
  background: transparent;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.room ul li,
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.bedroom ul li {
  display: inline-block;
  position: relative;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.room ul li input[type="checkbox"],
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.bedroom ul li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.room ul li label,
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.bedroom ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  /* Taille du cercle */
  height: 35px;
  border-radius: 50%;
  border: 1px solid #ffffff /* @txt-search-label */;
  font-weight: bold;
  color: #ffffff /* @txt-search-label */;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.room ul li label,
  .module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.bedroom ul li label {
    width: 44px;
    height: 44px;
  }
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.room ul li input[type="checkbox"]:checked + label,
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .field-item.bedroom ul li input[type="checkbox"]:checked + label {
  background: #ffffff /* @txt-search-label */;
  color: #222222;
  /* bg-search */
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .new-advanced-btn-close {
  top: -10px;
  right: -5px;
}
.module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .new-advanced-btn-close i.mdi {
  font-size: 26px;
  color: #ffffff /* @txt-search-label */;
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .btn-submit-mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 6px /* @gap-2xs */;
    color: #222222 /* @bg-search */;
    padding: 8px 28px;
    border-radius: 8px /* @radius-xs */;
  }
  .module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .btn-submit-mobile i {
    display: block;
    font-size: 27px /* @txt-2xl */;
  }
  .module-search.search-template-2 form .fields-wrapper.new-search-advanced-open .line-wrapper.new-search-advanced .new-line-wrapper.open .btn-submit-mobile span {
    font-size: 16px /* @txt-l */;
  }
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE TEMPLATE Bento PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/menu.less ***/
body.wrapper-off header .module-menu .bar {
  background: #ffffff;
}
body header.fixed .module-menu .bar,
body header.is-active .module-menu .bar,
body.wrapper-on header .module-menu .bar {
  background: #ffffff;
}
body header.is-active *:not(.module-counter span) {
  color: #ffffff;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu li.dropdown-menu ul {
  border-radius: 4px;
}
.module-menu label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu.main {
  padding: 16px;
  height: fit-content;
  border-radius: 99px;
}
@media only screen and (max-width: 640px) {
  .module-menu.main {
    padding: 16px 0;
  }
}
.module-menu ul li span {
  font-size: 14px;
}
/*** 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/Bento/Resources/modules/variations/selection/selection.css.less ***/
.module-selection.variation-selection_bento {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px /* @gap-l*/;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento {
    gap: initial;
    row-gap: 20px /* @gap-m */;
  }
}
.module-selection.variation-selection_bento .module-header {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento {
    grid-template-columns: repeat(1, 1fr);
  }
}
.module-selection.variation-selection_bento .slider {
  grid-column: span 2;
  grid-row: 1;
  background: #0000004a /* @adjustedColor */;
  padding: 28px /* @padding-l */;
  border-radius: 32px /* @radius-xl */;
  display: flex;
  gap: 32px /* @gap-xl */;
  flex-direction: column;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider {
    gap: 20px /* @gap-m  */;
    padding: 20px /* @padding-m */;
  }
}
.module-selection.variation-selection_bento .slider .item {
  overflow: hidden;
  border-radius: 16px /* @radius-m */;
  background: #000000 /* @bodyColor  */;
}
.module-selection.variation-selection_bento .slider .content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
  padding: 24px 16px;
}
.module-selection.variation-selection_bento .slider .content .title-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider .content .title-price {
    gap: 10px /* @gap-xs */;
  }
}
.module-selection.variation-selection_bento .slider .content .title-price .price {
  color: #e4bd6a /* @secondary  */;
  font-weight: 600 /* @weight-l*/;
  font-size: 22px /* @txt-xl */;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider .content .title-price .price {
    font-size: 16px /* @txt-xl */;
  }
}
.module-selection.variation-selection_bento .slider .content .title-price .city {
  font-weight: 500 /* @weight-l*/;
  color: #ffffff /* @title-color */;
  font-size: 22px /* @txt-xl */;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider .content .title-price .city {
    font-size: 16px /* @txt-xl */;
  }
}
.module-selection.variation-selection_bento .slider .content .type {
  font-size: 16px /* @txt-l */;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider .content .type {
    font-size: 14px /* @txt-xl */;
  }
}
.module-selection.variation-selection_bento .slider .content ul.detail-info {
  display: flex;
  gap: 20px /* @gap-m */;
}
.module-selection.variation-selection_bento .slider .content ul.detail-info li {
  gap: 10px /*@gap-xs*/;
  display: flex;
  font-size: 12px /* @txt-s */;
}
.module-selection.variation-selection_bento .slider .owl-controls {
  position: relative;
  background: transparent;
}
.module-selection.variation-selection_bento .slider .owl-controls .owl-nav {
  margin: 0;
}
.module-selection.variation-selection_bento .slider .owl-controls .owl-nav .mdi {
  color: #e4bd6a /*  @primary  */;
  font-size: 50px;
  line-height: 0.5;
  display: block;
}
.module-selection.variation-selection_bento .slider .sticker {
  background: #e4bd6a /* @secondary */;
  color: white;
  position: absolute;
  z-index: 9;
  padding: 8px 12px;
  font-weight: 600 /* @weight-l */;
  font-size: 14px /* @txt-m */;
  line-height: 1.1;
  border-radius: 99px /* @radius-4xl */;
}
@media only screen and (max-width: 640px) {
  .module-selection.variation-selection_bento .slider .sticker {
    font-size: 12px /* @txt-s */;
  }
}
.module-selection.variation-selection_bento .slider .sticker-exclu {
  top: 20px;
  right: 20px;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE 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 Bento PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/picture.less ***/
.module-picture.basic-mod {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px /* @gap-l */;
}
.module-picture.basic-mod > a {
  grid-column: span 3;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod > a {
    grid-column: span 6;
  }
}
.module-picture.basic-mod .container {
  grid-column: span 3;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .container {
    grid-column: span 6;
  }
}
.module-picture.basic-mod .col:nth-child(5n+1),
.module-picture.basic-mod .col:nth-child(5n+2),
.module-picture.basic-mod .col:nth-child(5n+3) {
  grid-column: span 2;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .col:nth-child(5n+1),
  .module-picture.basic-mod .col:nth-child(5n+2),
  .module-picture.basic-mod .col:nth-child(5n+3) {
    grid-column: span 6;
  }
}
.module-picture.basic-mod .col {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px /* @shadow-s */;
  border-radius: 24px /* @radius-l */;
  position: relative;
  overflow: hidden;
  transition: 0.5s ease transform;
}
@media screen and (min-width: 1024px) {
  .module-picture.basic-mod .col:hover {
    transform: scale(1.02);
  }
}
.module-picture.basic-mod .col img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .col img {
    height: 300px;
  }
}
.module-picture.basic-mod .col .container {
  height: 100%;
  width: 100%;
}
.module-picture.basic-mod .col .content {
  position: relative;
  padding: 28px /*@padding-l*/;
  width: 100%;
  background: #e4bd6a /* @primary */;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .module-picture.basic-mod .col .content {
    padding: 20px /*  @padding-m*/;
  }
}
.module-picture.basic-mod .col .content * {
  color: #ffffff /*@txt-secondary*/;
}
.module-picture.basic-mod img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.module-picture.background-mod {
  position: relative;
}
.module-picture.background-mod .container {
  height: 100%;
}
.module-picture.background-mod .picture {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 24px /* @radius-l*/;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*** 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/Bento/Resources/modules/variations/structured/structured.css.less ***/
.variation-structured-bento {
  display: flex;
  flex-wrap: wrap;
  gap: 28px /* @gap-l */;
  align-items: center;
  width: 100%;
  justify-content: center;
}
@media only screen and (max-width: 640px) {
  .variation-structured-bento {
    gap: 20px /* @gap-m  */;
  }
}
.variation-structured-bento .cms-list {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 28px /* @gap-l*/;
  width: 100%;
  transition: 0.8s ease;
}
.variation-structured-bento .cms-list.element-2 {
  grid-template-columns: 1fr 1.5fr 1fr;
}
.variation-structured-bento .cms-list.element-3 {
  grid-template-columns: 1fr 1fr 1.5fr;
}
@media only screen and (max-width: 640px) {
  .variation-structured-bento .cms-list {
    grid-template-columns: 1fr;
  }
}
.variation-structured-bento .cms-list .item {
  width: auto;
  border-radius: 24px /* @radius-l */;
  overflow: hidden;
  transition: 1s;
  background: #e4bd6a /* @primary */;
}
.variation-structured-bento .cms-list .item .picture {
  height: 370px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  .variation-structured-bento .cms-list .item .picture {
    height: 300px;
  }
}
.variation-structured-bento .cms-list .item .content {
  padding: 28px /* @padding-l*/;
}
@media only screen and (max-width: 640px) {
  .variation-structured-bento .cms-list .item .content {
    padding: 20px /* @padding-m*/;
  }
}
.variation-structured-bento .cms-list .item .content * {
  color: #ffffff /* txt-secondary*/;
}
/*** CSS BASE TEMPLATE Bento PLUGIN Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/structured-cms.less ***/
.module-structured-cms.structured-cms-template-6 {
  opacity: 1;
}
.module-structured-cms.structured-cms-template-6 .cms-list > li {
  border-radius: 24px;
  overflow: hidden;
}
.module-structured-cms.structured-cms-template-6 .cms-list > li .content {
  align-items: flex-start;
  background: #e4bd6a /* @primary */;
  padding: 32px;
}
.module-structured-cms.structured-cms-template-6 .cms-list > li .content * {
  color: #ffffff /*  @txt-secondary */;
}
/*** 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 Bento PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/lead.less ***/
.module-lead.template-3 {
  background: #f5f5f5;
  padding: 20px;
  width: 60%;
  margin: 40px auto auto auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
.module-lead.template-2 {
  transition: 0.5s transform;
}
@media screen and (min-width: 1024px) {
  .module-lead.template-2:hover {
    transform: scale(1.02);
  }
}
.mfp-content .popup-module-lead button:hover {
  background: transparent;
}
.mfp-content .popup-module-lead form input,
.mfp-content .popup-module-lead form .select2-container,
.mfp-content .popup-module-lead form .select2-container--default,
.mfp-content .popup-module-lead form .select2-selection--multiple {
  background: #ffffff;
  color: #222222;
}
.mfp-content .popup-module-lead form input {
  color: #222222;
}
.mfp-content .popup-module-lead form input::placeholder {
  color: #222222;
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
.module-language .current-flag {
  display: none;
}
@media (max-width: 1024px) {
  .module-language .current-flag {
    display: block;
  }
}
.module-language .flag-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.module-language .flag-inline li {
  list-style: none;
  opacity: 0.5;
  transition: 0.5s ease;
}
.module-language .flag-inline li:hover {
  opacity: 1;
}
.module-language .flag-inline li.current {
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown {
  position: relative;
}
.module-language .CaptationContent.mobile-dropdown .current-flag {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 10px;
  z-index: 10;
  margin-top: 8px;
  flex-direction: column;
  align-items: flex-start;
  min-width: 60px;
  gap: 4px;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li {
  width: 100%;
  opacity: 1;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .flag-inline li.current {
    display: none;
  }
}
.module-language .CaptationContent.mobile-dropdown.open .flag-inline {
  display: flex;
}
@media (min-width: 1025px) {
  .module-language .CaptationContent.mobile-dropdown .current-flag {
    cursor: default;
  }
  .module-language .CaptationContent.mobile-dropdown .flag-inline {
    display: flex;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    flex-direction: row;
    min-width: auto;
  }
}
/*** CSS BASE TEMPLATE Bento PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/language.less ***/
.module-language span {
  font-family: "Roboto Slab", serif /* @txt-font */;
  font-size: 12px;
  text-transform: uppercase;
}
.module-language a {
  font-family: "Roboto Slab", serif /* @txt-font */;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .ApiFieldGroup .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .ApiFieldGroup .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span {
  display: flex;
  gap: 5px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .ApiFieldGroup .CaptationContent > span span {
  padding: 0;
  font-size: 12px;
  line-height: 1.1;
}
.module-language {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language .module-header p {
  margin-bottom: 0;
}
.module-language .CustomDropdown .DropdownContent {
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  overflow: hidden;
  padding: 20px /*  @padding-m  */;
  border-radius: 16px /* @radius-m  */;
}
@media only screen and (max-width: 1024px) {
  .module-language .CustomDropdown .DropdownContent {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
.module-language .CustomDropdown .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: auto;
  left: -100px;
}
.module-language .CustomDropdown .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language .CustomDropdown .DropdownContent ul li span:not(.flag-icon) {
  color: #ffffff;
  opacity: 0.6;
}
.module-language .CustomDropdown .DropdownContent ul li:hover {
  border-radius: 12px /*  @radius-s*/;
}
.module-language .CustomDropdown .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language .CustomDropdown .DropdownContent ul li.current span {
  color: #ffffff;
  opacity: 1;
}
.module-language .CustomDropdown .DropdownContent ul li.current::after {
  content: "✔";
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  background: none;
  color: #ffffff /* txt-header */;
}
.module-language .CustomDropdown .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language .CustomDropdown .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language .CustomDropdown .DropdownContent ul li a span {
  line-height: 19px;
}
/*** 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 TEMPLATE Bento PLUGIN Newsletter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/modules/css/newsletter.less ***/
.module.module-newsletter.newsletter-template-1,
.module.module-newsletter.newsletter-template-4 {
  display: flex;
  background: #e4bd6a /* @primary */;
  padding: 60px /* @padding-3xl */;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  gap: 48px /*@gap-3xl*/;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .module.module-newsletter.newsletter-template-1,
  .module.module-newsletter.newsletter-template-4 {
    flex-direction: column;
    gap: 20px /*@gap-l*/;
    padding: 20px /* @padding-m */;
    align-items: flex-start;
  }
}
.module.module-newsletter.newsletter-template-1 .module-header,
.module.module-newsletter.newsletter-template-4 .module-header {
  text-align: left;
  margin-bottom: 0;
  width: auto;
}
.module.module-newsletter.newsletter-template-1 p,
.module.module-newsletter.newsletter-template-4 p,
.module.module-newsletter.newsletter-template-1 .module-header-title,
.module.module-newsletter.newsletter-template-4 .module-header-title {
  color: #ffffff /*@txt-secondary*/;
}
.module.module-newsletter.newsletter-template-1 .button,
.module.module-newsletter.newsletter-template-4 .button {
  background: #ffffff /*@txt-secondary*/;
  color: #e4bd6a /* @primary  */;
}
/*** GLOBAL CSS TEMPLATE Bento ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/../Global-css/variable.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/form.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/pager.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/css/modulesHeader.less ***/
/*** CSS TEMPLATE BENTO ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px /* @max-width */;
  padding: 0 28px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone .auto-layout {
    padding: 0 20px /* padding-m */;
  }
}
.row-2 {
  max-width: 1440px /* @max-width */;
  padding: 0 28px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .row-2 {
    padding: 0 20px /* padding-m */;
  }
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 28px /*  @gap-l  */;
}
@media only screen and (max-width: 640px) {
  .zone-full-width {
    gap: 20px /*  @gap-m */;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0;
  line-height: 1.2;
  color: #ffffff /* @title-color */;
  font-family: "Roboto Slab", serif /* @title-font */;
  text-transform: initial /* @title-transform */;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  color: #e4bd6a /* @tertiary */;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #ffffff /* @title-color */;
}
h1 {
  font-size: 59px /* @txt-6xl  */;
  font-weight: 700 /* @weight-xl */;
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 31px /* @txt-3xl  */;
  }
}
h2 {
  font-size: 49px /* @txt-5xl  */;
  font-weight: 700 /* @weight-xl */;
}
@media only screen and (max-width: 640px) {
  h2 {
    font-size: 27px /* @txt-2xl  */;
  }
}
h3 {
  font-size: 31px /* @txt-3xl  */;
  font-weight: 600 /* @weight-l */;
}
@media only screen and (max-width: 640px) {
  h3 {
    font-size: 22px /* @txt-xl  */;
  }
}
h3,
h4,
h5,
h6 {
  font-size: 27px /* @txt-2xl  */;
  font-weight: 500 /* @weight-m */;
}
@media only screen and (max-width: 640px) {
  h3,
  h4,
  h5,
  h6 {
    font-size: 22px /* @txt-xl  */;
  }
}
html,
body,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #ffffff /* @txt-color */;
  font-family: "Roboto Slab", serif /* @txt-font */;
  font-size: 16px /* @txt-l */;
  font-weight: 300 /* @txt-weight */;
  line-height: 1.5;
  padding: 0;
  margin: 0;
  list-style: none;
  text-rendering: optimizelegibility;
}
body {
  width: 100%;
  height: 100%;
  background: #000000 /* @primary */;
  padding-top: 40px /* @padding-body */;
  padding-bottom: 40px /* @padding-body */;
}
a {
  color: #ffffff /* @txt-color */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 600 /* weight-l */;
}
em {
  color: #ffffff /* @txt-color */;
}
p {
  margin-bottom: 0;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect {
  border-radius: 0.35rem;
  border: 0.5px solid #e4bd6a /* @secondary */;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #000000 /* @tertiary */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #ffffff /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #ffffff;
}
.SumoSelect > .CaptionCont i {
  color: #ffffff;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 14px /*  @txt-m */;
  font-weight: 500 /*  @weight-m  */;
}
header {
  left: 0;
  right: 0;
  transition: all 0.35s ease-out;
  position: absolute;
  z-index: 999999;
}
header > div {
  max-width: 1440px /* @max-width */;
  padding: 0 28px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px /*  0 @padding-2xl */;
}
@media only screen and (max-width: 640px) {
  header > div {
    padding: 0 20px /* padding-m */;
  }
}
@media only screen and (max-width: 640px) {
  header > div {
    padding: 0 32px /*  0 @padding-xl */;
  }
}
header > div .zone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding: 0 40px /* @padding-l @padding-2xl */;
  border-radius: 72px /* @radius-3xl  */;
}
@media only screen and (max-width: 640px) {
  header > div .zone-header {
    padding: 0 28px /* @padding-l @padding-2xl */;
  }
}
header > div .zone-header .module-menu.main {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header .module-menu.main {
    width: 100%;
  }
}
header > div .zone-header .module-cluster.main-cluster {
  display: flex;
  width: 100%;
  gap: 16px /*@gap-s*/;
  align-items: center;
  justify-content: space-between;
}
header > div .zone-header .module-cluster.main-cluster .sub-cluster {
  width: auto;
  display: flex;
  gap: 16px /*@gap-s*/;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header .module-cluster.main-cluster .sub-cluster {
    display: none;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  position: fixed;
  top: 20px;
}
body.wrapper-on header *:not(.module-counter span),
body header.fixed *:not(.module-counter span),
body.wrapper-off header.fixed *:not(.module-counter span) {
  color: #ffffff /* @txt-header */;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #ffffff /* @txt-header  */;
}
body.wrapper-off header *:not(.module-counter span) {
  color: #ffffff;
}
body.wrapper-off header li:after {
  background: #ffffff;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #ffffff;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group *,
body.wrapper-off header .module-currency .field-group * {
  color: #ffffff /* @txt-header*/;
}
body.wrapper-off header .module-counter {
  background: #ffffff /* @primary*/;
  height: fit-content;
}
body.wrapper-off header .module-counter * {
  color: #000000 /*  @txt-secondary */;
}
body header.fixed {
  z-index: 9999;
}
body header.fixed .module-logo img {
  height: 60px /*  @size-logo-fixed  */;
}
@media only screen and (max-width: 1024px) {
  body header.fixed .module-logo img {
    height: 40px /* @size-logo-mobile  */;
  }
}
header.is-active .zone-header,
header.is-active.fixed .zone-header {
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  animation: menuOpen 0.5s ease-out forwards;
  border-radius: 32px /* @radius-3xl  */;
  padding: 20px /* @padding-m */;
}
header.is-active .zone-header *,
header.is-active.fixed .zone-header * {
  z-index: 9;
}
@keyframes menuOpen {
  0% {
    height: 0px;
  }
  100% {
    height: 100%;
  }
}
header.is-active .zone-header .module-menu.main,
header.is-active.fixed .zone-header .module-menu.main {
  padding: 0;
  width: 100%;
}
header.is-active .zone-header .module-menu.main > ul,
header.is-active.fixed .zone-header .module-menu.main > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 40px /* @padding-2xl */;
  text-align: right;
  gap: 16px /*gap-s*/;
}
header.is-active .zone-header .module-menu.main > ul li > a,
header.is-active.fixed .zone-header .module-menu.main > ul li > a {
  padding: 0;
}
header.is-active .zone-header .module-menu.main > ul li.dropdown-menu > a,
header.is-active.fixed .zone-header .module-menu.main > ul li.dropdown-menu > a {
  margin-bottom: 12px /* @margin-s */;
}
header.is-active .zone-header .module-menu.main > ul li.dropdown-menu > a,
header.is-active.fixed .zone-header .module-menu.main > ul li.dropdown-menu > a {
  margin-bottom: 0;
}
header.is-active .zone-header .module-menu.main > ul li.dropdown-menu ul,
header.is-active.fixed .zone-header .module-menu.main > ul li.dropdown-menu ul {
  display: none;
  position: relative;
  background: none;
  padding: 0;
  transition: initial;
  margin-top: 10px;
}
header.is-active .zone-header .module-menu.main > ul li.dropdown-menu ul li,
header.is-active.fixed .zone-header .module-menu.main > ul li.dropdown-menu ul li {
  display: inline-block;
  height: auto;
  width: 100%;
}
header.is-active .zone-header .module-menu.main > ul li.dropdown-menu ul li a,
header.is-active.fixed .zone-header .module-menu.main > ul li.dropdown-menu ul li a {
  color: #ffffff;
  text-align: center;
  padding: 10px;
  width: 100%;
}
header.is-active .zone-header .module-menu.main > ul li.sub-menu:hover ul,
header.is-active.fixed .zone-header .module-menu.main > ul li.sub-menu:hover ul {
  display: block;
}
header.is-active .zone-header .module-menu.main button,
header.is-active.fixed .zone-header .module-menu.main button {
  background: transparent;
  right: 0;
}
header.is-active .zone-header .module-menu.main button:hover,
header.is-active.fixed .zone-header .module-menu.main button:hover {
  background: none;
}
header.is-active .zone-header .module-menu.main button i,
header.is-active.fixed .zone-header .module-menu.main button i {
  font-size: 42px;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active .zone-header .module-cluster.main-cluster,
header.is-active.fixed .zone-header .module-cluster.main-cluster {
  flex-direction: column;
  align-items: flex-end;
  height: 90svh;
  overflow: scroll;
  overflow-x: hidden;
  padding-right: 12px /* @padding-s */;
}
header.is-active .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster,
header.is-active.fixed .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-end;
  margin-top: 16px /* margin-m */;
}
header.is-active .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster .module-lead,
header.is-active.fixed .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster .module-lead,
header.is-active .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster .module-menu ul li,
header.is-active.fixed .zone-header .module-cluster.main-cluster .module-cluster.sub-cluster .module-menu ul li {
  margin: 5px 0px;
}
header.is-active .zone-header .module-logo,
header.is-active.fixed .zone-header .module-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 34px;
}
header .module-menu ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px /* @gap-xs */;
}
header .module-menu ul > li {
  display: block;
  height: 100%;
  border-radius: 32px /* @radius-s */;
}
@media screen and (min-width: 1024px) {
  header .module-menu ul > li:hover {
    background: #e4bd6a /* @secondary */;
  }
}
header .module-menu ul > li a {
  display: block;
  padding: 8px 12px /* @padding-xs @padding-s*/;
}
header .module-menu ul > li i.mdi.mdi-home {
  display: none;
}
header .module-menu ul > li.sub-menu > ul > li {
  width: 100%;
}
header .module-menu ul li.dropdown-menu {
  position: relative;
}
header .module-menu ul li.dropdown-menu ul {
  backdrop-filter: contrast(0.5);
  padding: 12px /*padding-s*/;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu .dropdown-arrow::before {
    content: "\f0142";
  }
  header .module-menu ul li.dropdown-menu .dropdown-arrow.rotate {
    transform: rotate(90deg);
  }
}
header .module-menu ul li.dropdown-menu:hover .dropdown-arrow {
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu:hover .dropdown-arrow {
    opacity: 1;
  }
}
header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50%;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #000000;
    top: 105%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
  }
  header .module-menu ul li.dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    position: relative;
    border-radius: 0;
    background: none;
    border-radius: 4px;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover {
    backdrop-filter: contrast(0.7);
  }
  header .module-menu ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover span {
    color: #ffffff /* @txt-header */;
  }
  header .module-menu ul li.dropdown-menu:hover > a > .dropdown-arrow {
    transform: rotate(180deg);
  }
}
header .module-menu ul li.dropdown-menu ul > li:after {
  content: inherit;
}
header .module-menu ul li.dropdown-menu.rotated > a > .dropdown-arrow {
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu:hover ul {
    display: block !important;
  }
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu ul {
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
header .module-language .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-language .CaptationContent span {
  padding: 0;
}
header .module-language .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-language .FieldWrapper {
  background-color: #000000 /* @bg-header */;
}
header .module-language ul {
  text-align: center;
}
header .module-lead .popup-open-link-wrapper span {
  display: none;
}
header .module-lead .mdi {
  font-size: 21px;
}
header .module-currency {
  float: left;
  margin: 0;
}
header .module-currency .CaptationContent {
  padding: 0;
  display: flex;
  align-items: center;
}
header .module-currency .CaptationContent span {
  padding: 0;
}
header .module-currency .CaptationContent label {
  position: relative;
  line-height: initial;
  width: auto;
}
header .module-currency .FieldWrapper {
  background-color: #000000 /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  header .module-logo {
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 40px;
    z-index: 9;
  }
}
@media only screen and (max-width: 640px) {
  header .module-logo {
    left: 20px;
  }
}
header .module-logo img {
  height: 60px /* @size-logo */;
  transition: 0.5s;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  header .module-logo img {
    height: 40px /* @size-logo-mobile */;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 10px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 21px;
  margin-right: 0;
}
body header .module-social-menu ul li span,
body header.fixed .module-social-menu ul li span {
  display: none;
}
body header .module-social-menu ul .twitter,
body header.fixed .module-social-menu ul .twitter {
  display: flex;
  align-items: center;
}
body header .module-social-menu ul .twitter svg,
body header.fixed .module-social-menu ul .twitter svg {
  margin-right: initial;
}
body header .module-social-menu ul .twitter svg path,
body header.fixed .module-social-menu ul .twitter svg path {
  fill: #ffffff;
  transform: scale(1.3);
  transform-origin: center;
  /* Centrer l'échelle du path */
}
body header .module-social-menu ul .twitter:hover svg path,
body header.fixed .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
.wrapper-off header .module-social-menu .twitter svg path {
  fill: #ffffff /* @txt-wrapper-off  */;
}
.wrapper-off header .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
header {
  top: calc(40px + 30px);
  position: fixed;
  transition: top 0.3s ease;
}
header.fixed {
  position: fixed;
  top: 20px;
}
body.wrapper-off header > div .zone-header {
  background: #000000;
}
body.wrapper-on header > div .zone-header,
body header.fixed > div .zone-header {
  background: #000000 /* @bg-header*/;
}
body.wrapper-on header > div .zone-header .module-counter,
body header.fixed > div .zone-header .module-counter {
  background: #ffffff /*  @txt-wrapper */;
}
body.wrapper-on header > div .zone-header .module-counter *,
body header.fixed > div .zone-header .module-counter * {
  color: #000000 /*   @bg-header */;
}
.button-form {
  height: auto;
  border-radius: 8px /* @radius-xs */;
  padding: 12px 28px /* @padding-l  */;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #222222 /* @txt-form-label*/;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  cursor: pointer;
  padding: 12px 28px /* @padding-l  */;
  border-radius: 8px /* @radius-xs */;
  color: #ffffff /* @txt-btn */;
  background: #222222 /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 16px /* @txt-l */;
  font-weight: 500 /* @weight-m */;
  transition: 0.3s;
}
@media only screen and (max-width: 640px) {
  .button,
  button.submit {
    padding: 12px 20px /* @padding-l  */;
  }
}
.button:hover,
button.submit:hover {
  color: #ffffff /* @hover-txt-btn */;
  background: #c89e45 /* @hover-bg-btn */;
  border: none /* @hover-border-btn */;
}
.btn-d {
  background: black;
}
.btn-l {
  background: white;
  color: black;
}
footer .module {
  display: flex;
  flex-direction: column;
  gap: 16px /*@gap-s*/;
}
footer .module .module-header .module-header-title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}
footer .module * {
  color: #fafafa /*  @txt-footer  */;
  fill: #fafafa /*  @txt-footer  */;
}
footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer {
  padding: 20px 0;
  max-width: 1440px /* @max-width */;
  padding: 0 28px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
  margin-top: 40px /* @padding-body */;
}
@media only screen and (max-width: 640px) {
  footer {
    padding: 0 20px /* padding-m */;
  }
}
footer .section-footer {
  background: #222222 /* bg-footer */;
  border-radius: 16px /* @radius-m */;
  padding: 28px /* @padding-s */;
  display: flex;
  flex-direction: column;
  gap: 80px /* @gap-4xl */;
}
@media only screen and (max-width: 768px) {
  footer .section-footer {
    gap: 32px /* @gap-xl */;
  }
}
@media only screen and (max-width: 640px) {
  footer .section-footer {
    gap: 20px /* @gap-m */;
  }
}
footer .zone-footer {
  position: relative;
  display: grid;
  padding: 40px /* @pdding-2xl */;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer {
    padding: 0;
  }
}
footer .zone-footer .module-agency .info {
  width: 100%;
}
footer .zone-footer .module-agency .info h2 {
  font-size: 22px /*@txt-xl*/;
}
footer .zone-footer .module-agency .info span {
  font-weight: 100 /* @weight-xs */;
}
footer .zone-footer .module-agency .info .section-address {
  display: flex;
  flex-direction: initial;
}
footer .zone-footer .module-agency .info .section-address span {
  white-space: nowrap;
}
footer .zone-footer .module-agency .info .section-contact {
  gap: 12px;
}
footer .zone-footer .module-cluster {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster {
    text-align: left;
  }
}
footer .zone-footer .module-cluster:after {
  display: none;
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #3c3c3c /* @adjusted-footer */;
  padding: 20px 40px /* @padding-m @padding-2xl */;
  border-radius: 16px;
}
@media only screen and (max-width: 640px) {
  footer .zone-legal {
    padding: 12px 20px /* @padding-m @padding-l */;
  }
}
footer .zone-legal:after {
  display: none;
}
footer .zone-legal .module-legal.template3 {
  padding: 0;
  width: 100%;
}
footer .zone-legal .module-legal.template3 nav {
  width: 100%;
}
footer .zone-legal .module-legal.template3 ul {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 6px /* @gap-2xs */;
}
@media only screen and (max-width: 640px) {
  footer .zone-legal .module-legal.template3 ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    text-align: left;
  }
}
footer .zone-legal .module-legal.template3 ul > li {
  margin-left: 0;
}
footer .zone-legal .module-legal.template3 li:before {
  color: #000000 /* @tertiary */;
}
footer .zone-legal .module-legal.template3 p,
footer .zone-legal .module-legal.template3 a {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px /* @max-width */;
  padding: 0 28px /* 0 @padding-layout */;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  body .mfp-wrap .mfp-content {
    padding: 0 20px /* padding-m */;
  }
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #f5f5f5 /* @bg-form */;
  border-radius: 24px /* @radius-l */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #222222 /*  @txt-form-label  */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #222222 /* @txt-form-label  */;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  margin-bottom: 0;
  border: 1px solid #222222;
  background: transparent;
  border-radius: 8px /* @radius-xs */;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container {
  background: transparent;
  border: 1px solid #222222 /* @txt-form-label*/;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder {
  color: #222222 /* @txt-form-label */;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: #f5f5f5 /* bg-form */;
}
body .mfp-wrap .mfp-content .popup-module-contact {
  width: 800px;
  padding: 50px;
  background: #f5f5f5 /* bg-form */;
}
@media only screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-contact {
    width: 100%;
  }
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea {
  border: 1px solid #222222 /* @txt-form-label */;
}
body .mfp-wrap .mfp-content .popup-module-contact form textarea::placeholder {
  color: #222222 /* @txt-form-label  */;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: #f5f5f5 /* bg-form */;
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #222222 /* @txt-form-label  */;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #222222 /* @txt-form-label  */;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
form input[type="checkbox"],
form input[type="radio"].tab-0 {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #222222 /* @txt-form-label */;
  border-radius: 5px;
  background-color: transparent;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
form input[type="checkbox"]:before,
form input[type="radio"].tab-0:before {
  content: "";
  background: #222222;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 10px;
  height: 10px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
form input[type="checkbox"]:checked:before,
form input[type="radio"].tab-0:checked:before {
  transform: translate(-50%, -50%) scale(1);
}
form .rgpd {
  display: flex;
  align-items: center;
  gap: 10px /* @gap-xs  */;
  margin-bottom: 16px /* @margin-m  */;
}
@media only screen and (max-width: 640px) {
  form .rgpd {
    margin-bottom: 12px /*  @margin-s */;
  }
}
form .rgpd label {
  font-size: 12px;
}
form input {
  line-height: 40px;
  margin: 0;
  padding: 0 10px;
  border: none;
  height: 40px;
  border-radius: 8px /* @radius-xs  */;
}
form textarea {
  border-radius: 8px /* @radius-xs  */;
}
form .select2-selection {
  height: 40px;
  line-height: 40px;
  border: none;
  margin: 0;
  padding: 0 10px;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form textarea,
form select,
form .ms-choice,
form .ms-choice.disabled {
  font-size: 12px /* @txt-s */;
  color: #222222 /* @searchColor */;
  background: #ffffff /* @bg-form-input */;
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form .select2-autocomplete-custom-choice,
form .select2-selection__rendered {
  padding: 0;
}
form .select2-container .select2-selection--single .select2-selection__rendered,
form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
form .select2-container--default .select2-selection--single,
form .select2-container--default .select2-selection--single .select2-selection__rendered,
form .select2-selection__rendered,
form .select2-selection.select2-selection--multiple,
form .select2-selection.select2-selection--multiple,
form .iti--allow-dropdown,
form .select2-autocomplete-custom-choice,
form form input::placeholder {
  height: 40px;
  line-height: 40px;
  font-size: 12px /* @txt-s */;
}
form .select2-selection.select2-selection--single,
form .select2-selection.select2-selection--multiple {
  border-radius: 8px /* @radius-xs */;
  border: none;
}
form .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;
}
form .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;
}
form .select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.module-contact {
  background: #f5f5f5;
  padding: 28px;
  border-radius: 24px /* @radius-l */;
}
.module-contact .module-header-title {
  color: #222222 /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.module-contact form .field,
.module-contact form .rgpd {
  width: 100%;
  grid-column: span 4;
}
.module-contact form .field input,
.module-contact form .rgpd input,
.module-contact form .field textarea,
.module-contact form .rgpd textarea {
  margin: 0;
}
.module-contact form .field.firstname,
.module-contact form .rgpd.firstname,
.module-contact form .field.lastname,
.module-contact form .rgpd.lastname {
  grid-column: span 2;
}
@media only screen and (max-width: 640px) {
  .module-contact form .field.firstname,
  .module-contact form .rgpd.firstname,
  .module-contact form .field.lastname,
  .module-contact form .rgpd.lastname {
    grid-column: span 4;
  }
}
.module-contact form .field.recaptcha,
.module-contact form .rgpd.recaptcha {
  margin: 0;
}
.module-contact form .select2-selection {
  background: #ffffff /*  @bg-form-input  */;
  color: #222222 /*  @txt-form-input */;
}
.module-contact form .select2-container .select2-selection--single .select2-selection__rendered {
  color: #222222 /*  @txt-form-input*/;
}
.module-contact form input,
.module-contact form textarea,
.module-contact form .select2-container--default .select2-selection--single {
  background: #ffffff /* @bg-form-input */;
  color: #222222 /* @txt-form-input */;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #222222 /*  @txt-form-input  */;
  opacity: 0.6;
}
.module-contact form label {
  color: #222222 /*  @txt-form-label */;
}
.module-contact form label a {
  color: #222222 /*  @txt-form-label */;
  font-weight: 800;
}
.module-contact form button {
  height: auto;
  border-radius: 8px /* @radius-xs */;
  padding: 12px 28px /* @padding-l  */;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #222222 /* @txt-form-label*/;
}
.pager-design {
  width: auto;
  margin: auto;
}
.pager-design ul {
  display: flex;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.pager-design ul li.disable {
  padding: 5px 15px;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #000000 /* @tertiary */;
}
.pager-design ul li a,
.pager-design ul li span {
  background: transparent;
  background-color: transparent;
}
.pager-design ul li.current,
.pager-design ul li:hover {
  background-color: #000000 /* @tertiary */;
  border-radius: 24px /* @radius-l */;
}
.pager-design ul li.current a,
.pager-design ul li:hover a {
  color: #ffffff /* @txt-color */;
}
.module-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 640px) {
  .module-header {
    text-align: left;
  }
}
.module-header .module-header-content {
  display: flex;
  flex-direction: column;
  gap: 16px /* @gap-s */;
}
/*** GLOBAL CSS TEMPLATE Bento PAGE homepage ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Bento/Resources/pages/css/homepage.less ***/
body.homepage {
  /* module slider */
}
body.homepage .module-slider .owl-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px /* @radius  */;
}
body.homepage .module-slider .slider {
  height: 100%;
}
@media screen and (max-width: 1400px) {
  body.homepage .module-slider .owl-item img {
    width: 100%;
    height: 100%;
  }
}
/*** CSS WEBSITE CONCEPT IMMO + (NEW) ***/
body {
  background: url("/uploads/websites/4143/fond.png");
  background-size: contain;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}
.module-cms .picture {
  aspect-ratio: 1;
}
header.is-active .zone-header .module-cluster.main-cluster,
header.is-active.fixed .zone-header .module-cluster.main-cluster {
  overflow-x: hidden;
}
.zone-full-width .module-header {
  width: 100%;
  text-align: center;
}
.title {
  width: 100%;
  grid-column: 1 / -1;
}
.title .info {
  width: 100%;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .title .info {
    text-align: center;
  }
}
.title .info * {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .title .info * {
    text-align: center;
  }
}
.search.module-cluster {
  position: relative;
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 28px;
  transition: 0.8s ease;
}
@media only screen and (max-width: 768px) {
  .search.module-cluster {
    display: block;
    width: 100%;
  }
}
.search.module-cluster.resize {
  grid-template-columns: 2fr 4fr;
}
.search.module-cluster .module-picture {
  width: 100%;
  height: 100%;
}
.search.module-cluster .module-picture .container.col img {
  aspect-ratio: 16/9;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .search.module-cluster .module-picture {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .search.module-cluster .module-search {
    position: relative;
    left: initial;
    bottom: initial;
    transform: initial;
  }
}
@media screen and (min-width: 1024px) {
  .search.module-cluster .module-search.fixed {
    position: fixed;
    background: #000000;
    left: initial;
    bottom: initial;
    height: auto;
    animation: myAnim 1s ease 0s 1 normal forwards;
    max-width: 100%;
    transform: initial;
  }
  .search.module-cluster .module-search.fixed form {
    max-width: 1440px /* @max-width */;
    padding: 0 28px /* 0 @padding-layout */;
    margin: 0 auto;
    width: 100%;
    padding: 10px 0;
  }
  .search.module-cluster .module-search.fixed form label,
  .search.module-cluster .module-search.fixed form button > i {
    color: #ffffff;
  }
}
@media screen and (min-width: 1024px) and only screen and (max-width: 640px) {
  .search.module-cluster .module-search.fixed form {
    padding: 0 20px /* padding-m */;
  }
}
@keyframes myAnim {
  0% {
    transform: translateY(-250px);
  }
  100% {
    transform: translateY(0);
  }
}
.search.module-cluster .module-search .mdi.mdi-plus:hover {
  cursor: pointer;
}
/* CSS PAGE DE LISTING */
.main-cluster-listing {
  border-radius: 32px;
  max-width: 1440px;
  margin: 0 auto;
  /* gestion bouton liste/carte */
  /* gestion listing/leaflet */
}
.main-cluster-listing .cluster-switch-button {
  display: flex;
  justify-content: space-between;
}
.main-cluster-listing .cluster-switch-button .switch-button {
  /* Texte en blanc quand sélectionné */
}
.main-cluster-listing .cluster-switch-button .switch-button .mainDiv {
  background: transparent;
  padding: 5px;
  display: flex;
  gap: 10px;
  border-radius: 40px;
  position: relative;
  border: 1px solid #fff;
}
.main-cluster-listing .cluster-switch-button .switch-button .button {
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 50%;
  background: transparent;
}
.main-cluster-listing .cluster-switch-button .switch-button .liste {
  color: white;
  /* Blanc par défaut pour Liste */
}
.main-cluster-listing .cluster-switch-button .switch-button .carte {
  color: #fff !important;
}
.main-cluster-listing .cluster-switch-button .switch-button .mainDiv::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(50% - 10px);
  height: calc(100% - 10px);
  background: #e4bd6a;
  border-radius: 40px;
  transition: all 1s ease;
  z-index: 0;
}
.main-cluster-listing .cluster-switch-button .switch-button .mainDiv.active::before {
  left: calc(50% + 5px);
}
.main-cluster-listing .cluster-switch-button .switch-button .mainDiv .button.active {
  color: white;
}
.main-cluster-listing .cluster-switch-button .switch-button .mainDiv .button:not(.active) {
  color: #fff !important;
}
.main-cluster-listing .cluster-switch-button .module-search-order {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #000000;
  border-radius: 40px;
}
.main-cluster-listing .cluster-switch-button .module-search-order .SumoSelect {
  border: none;
  margin-bottom: 0;
}
.main-cluster-listing .cluster-switch-button .module-search-order .SumoSelect > .CaptionCont > span {
  overflow: visible;
}
.main-cluster-listing .cluster-listing-leaflet {
  position: relative;
  overflow: hidden;
}
.main-cluster-listing .cluster-listing-leaflet .mainDiv {
  display: flex;
  gap: 10px;
}
.main-cluster-listing .cluster-listing-leaflet .module-leaflet-map,
.main-cluster-listing .cluster-listing-leaflet .listing-template-13 {
  transition: opacity 0.9s ease;
  /* Transition de l'opacité et du z-index */
}
.main-cluster-listing .cluster-listing-leaflet .module-leaflet-map {
  max-width: 1440px;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: 71px;
  left: 0;
  right: 0;
}
.main-cluster-listing .cluster-listing-leaflet .liste {
  background: #e4bd6a;
  color: white;
}
.main-cluster-listing .cluster-listing-leaflet .carte {
  background-color: transparent;
  color: black;
}
.main-cluster-listing .cluster-listing-leaflet .none {
  font-size: 16px;
  background-color: transparent;
  color: black;
  transition: background-color 0.8s ease-in, color 0.8s ease-in;
}
.main-cluster-listing .cluster-listing-leaflet .style {
  font-size: 16px;
  background-color: #e4bd6a;
  color: #ffffff;
  transition: background-color 0.8s ease-in, color 0.8s ease-in;
}
/*** CSS ROUTING ***/
.homepage .zone-full-width {
  margin-top: 130px;
}
/*** CUSTOM CSS FROM BDD MODULE 392207 ***/
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout {
  grid-template-columns: 1fr 1fr;
  display: grid;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout,
  .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout {
    grid-template-columns: 1fr;
  }
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-cms,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-cms {
  background: #0000004a;
  padding: 28px;
  border-radius: 24px;
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search {
  width: 100%;
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper {
  flex-direction: initial;
  flex-wrap: wrap;
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .expanded,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .expanded {
  width: 100%;
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .field:not(.expanded),
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .field:not(.expanded) {
  width: 48%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .field:not(.expanded),
  .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module-search .line-wrapper .field:not(.expanded) {
    width: 100%;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 392094 ***/
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg {
  border-radius: 32px;
  padding: 28px;
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .picture,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .picture,
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .info,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .info {
  width: 100%;
  height: 100%;
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .picture,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms .picture {
  aspect-ratio: 2;
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .picture,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .picture {
  grid-column: span 3;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .picture,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .picture {
    grid-column: span 5;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .info,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .info {
  grid-column: span 2;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .info,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(even) .info {
    grid-column: span 5;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .picture,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .picture {
  grid-column: span 2;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .picture,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .picture {
    grid-column: span 5;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .info,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .info {
  grid-column: span 3;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .info,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms:nth-child(odd) .info {
    grid-column: span 5;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms.title .info,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module-cms.title .info {
  grid-column: span 5;
  text-align: center;
  background: transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 392255 ***/
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster,
.module.module-392255.template-1.cluster-template-1.module-cluster {
  flex-direction: column;
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cms .info,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cms .info {
  text-align: center;
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 28px;
  max-width: 1440px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster,
  .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster,
  .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster {
    grid-template-columns: 1fr;
  }
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms {
  background: #0000004a;
  border-radius: 32px;
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content h3,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content h3 {
  font-size: 22px;
  color: #e4bd6a;
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content .button,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content .button {
  background: #000000;
  transition: all 0.3s ease-in-out;
}
.zone-full_width .module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content .button:hover,
.module.module-392255.template-1.cluster-template-1.module-cluster .module-cluster .module-cms .content .button:hover {
  background: #c89e45;
}
/*** CUSTOM CSS FROM BDD MODULE 392099 ***/
.zone-full_width .module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg,
.module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg {
  border-radius: 32px;
  padding: 28px;
}
.zone-full_width .module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module-structured-cms,
.module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module-structured-cms {
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 392576 ***/
.zone-full_width .module.module-392576.template-1.cluster-template-1.module-cluster.auto-layout.bg,
.module.module-392576.template-1.cluster-template-1.module-cluster.auto-layout.bg {
  border-radius: 32px;
}
.zone-full_width .module.module-392576.template-1.cluster-template-1.module-cluster.auto-layout.bg .imdw-horizontal-container,
.module.module-392576.template-1.cluster-template-1.module-cluster.auto-layout.bg .imdw-horizontal-container {
  border-radius: 24px;
  overflow: hidden;
}
/*** CUSTOM CSS FROM BDD MODULE 392091 ***/
.zone-full_width .module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392091.template-1.slider-template-1.module-slider.slider-center .owl-controls,
.module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392091.template-1.slider-template-1.module-slider.slider-center .owl-controls,
.module.module-392091.template-1.slider-template-1.module-slider.slider-center .owl-controls {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 457902 ***/
.zone-full_width .module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
.module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
.module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
.popup-module-cms.popup-module-457902 h1 {
  text-align: center;
  font-size: 45px;
  padding-top: 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
  .module.module-392090.template-1.cluster-template-1.module-cluster.auto-layout .module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
  .module.module-457902.template-6.cms-template-6.module-cms.only-text h1,
  .popup-module-cms.popup-module-457902 h1 {
    font-size: 25px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 392208 ***/
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392208.template-7.cms-template-7.module-cms .img-title,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392208.template-7.cms-template-7.module-cms .img-title,
.module.module-392208.template-7.cms-template-7.module-cms .img-title,
.popup-module-cms.popup-module-392208 .img-title {
  align-items: center;
}
.zone-full_width .module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392208.template-7.cms-template-7.module-cms .content,
.module.module-392207.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392208.template-7.cms-template-7.module-cms .content,
.module.module-392208.template-7.cms-template-7.module-cms .content,
.popup-module-cms.popup-module-392208 .content {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 392081 ***/
.zone-header .module.module-392233.main-cluster.template-1.cluster-template-1.module-cluster .module.module-392081.template-1.menu-template-1.module-menu.main.inline ul li a,
.module.module-392233.main-cluster.template-1.cluster-template-1.module-cluster .module.module-392081.template-1.menu-template-1.module-menu.main.inline ul li a,
.module.module-392081.template-1.menu-template-1.module-menu.main.inline ul li a {
  padding: 8px 6px;
}
/*** CUSTOM CSS FROM BDD MODULE 392095 ***/
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout,
  .module.module-392095.template-6.cms-template-6.module-cms.auto-layout,
  .popup-module-cms.popup-module-392095 {
    padding: 0 0;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
.module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
.popup-module-cms.popup-module-392095 .video {
  width: 100%;
  height: 100%;
  grid-column: span 3;
  border-radius: 32px;
  background: #000000;
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .popup-module-cms.popup-module-392095 .video {
    grid-column: span 5;
    height: 450px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video,
  .popup-module-cms.popup-module-392095 .video {
    height: 300px;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video iframe,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video iframe,
.module.module-392095.template-6.cms-template-6.module-cms.auto-layout .video iframe,
.popup-module-cms.popup-module-392095 .video iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info,
  .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info,
  .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info,
  .popup-module-cms.popup-module-392095 .info {
    grid-column: span 5;
  }
}
.zone-full_width .module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info p b,
.module.module-392094.template-2.cluster-template-2.module-cluster.auto-layout.bg .module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info p b,
.module.module-392095.template-6.cms-template-6.module-cms.auto-layout .info p b,
.popup-module-cms.popup-module-392095 .info p b {
  color: #e4bd6a;
}
/*** CUSTOM CSS FROM BDD MODULE 392098 ***/
.zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod,
.module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod,
.module.module-392098.template-1.picture-template-1.module-picture.basic-mod {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
.module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container {
  grid-column: span 3;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container,
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container {
    grid-column: span 6;
  }
}
.zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
.module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
.module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
.zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
.module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
.module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
.zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
.module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
.module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3) {
  grid-column: span 2;
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3) {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+1),
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+2),
  .zone-full_width .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
  .module.module-392097.title.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3),
  .module.module-392098.template-1.picture-template-1.module-picture.basic-mod .container:nth-child(5n+3) {
    grid-column: span 6;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 392100 ***/
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module.module-392100.template-1.structured-cms-template-1.variation-structured-bento.auto-layout.module-structured-cms .cms-list,
  .module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module.module-392100.template-1.structured-cms-template-1.variation-structured-bento.auto-layout.module-structured-cms .cms-list,
  .module.module-392100.template-1.structured-cms-template-1.variation-structured-bento.auto-layout.module-structured-cms .cms-list {
    grid-template-columns: 1fr;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 392103 ***/
.zone-full_width .module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module.module-392101.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392103.template-1.newsletter-template-1.module-newsletter h3 span,
.module.module-392099.template-1.cluster-template-1.module-cluster.auto-layout.bg .module.module-392101.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392103.template-1.newsletter-template-1.module-newsletter h3 span,
.module.module-392101.template-1.cluster-template-1.module-cluster.auto-layout .module.module-392103.template-1.newsletter-template-1.module-newsletter h3 span,
.module.module-392103.template-1.newsletter-template-1.module-newsletter h3 span {
  color: #000000;
}

