@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");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.0/css/all.min.css');
.autoLayout {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.pager-design {
  width: auto;
  margin: auto;
}
.pager-design ul {
  display: flex;
  gap: 8px;
}
.pager-design ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.pager-design ul li.disable {
  padding: 5px 15px;
}
.pager-design ul li a,
.pager-design ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #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: 5px /* @radius */;
}
.pager-design ul li.current a,
.pager-design ul li:hover a {
  color: white;
}
.module .slider .owl-controls div.owl-nav {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.module .slider .owl-controls div.owl-nav i.mdi {
  color: #000000 /* @tertiary */;
  background: transparent;
}
.module .slider .owl-controls div.owl-nav i.mdi:before {
  transition: 0.5s;
}
.module .slider .owl-controls div.owl-nav i.mdi:hover:before {
  transform: scale(1.1);
}
.module .slider .owl-controls div.owl-nav [class*="owl-"] {
  position: relative;
}
.module .slider .owl-controls div.owl-nav .owl-prev,
.module .slider .owl-controls div.owl-nav .owl-next {
  top: initial;
  margin-top: initial;
  left: initial;
  right: initial;
}
.module .slider .owl-controls div.owl-nav .owl-prev i,
.module .slider .owl-controls div.owl-nav .owl-next i {
  margin: 0;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="1/2"] {
  aspect-ratio: 1/2;
}
.ratio[data-ratio="9/10"] {
  aspect-ratio: 9/10;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
.ratio[data-ratio="4"] {
  aspect-ratio: 4;
}
.ratio[data-ratio="3"] {
  aspect-ratio: 3;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/menu.less ***/
body.wrapper-off header .module-menu .bar {
  background: #000000;
}
body header.fixed .module-menu .bar,
body header.is-active .module-menu .bar,
body.wrapper-on header .module-menu .bar {
  background: #000000;
}
body header.is-active * {
  color: #000000;
}
.module-menu {
  position: relative;
  /*Button burger */
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu li.dropdown-menu ul {
  border-radius: 4px;
}
.module-menu label {
  flex-direction: column;
  width: 40px;
  cursor: pointer;
  display: none;
  float: right;
}
@media only screen and (max-width: 1024px) {
  .module-menu label {
    display: flex;
  }
}
.module-menu label span {
  border-radius: 10px;
  height: 4px;
  margin: 4px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.module-menu label span:nth-of-type(1) {
  width: 50%;
}
.module-menu label span:nth-of-type(2) {
  width: 100%;
}
.module-menu label span:nth-of-type(3) {
  width: 75%;
}
.module-menu label input[type="checkbox"] {
  display: none;
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(5px, 0px);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.module-menu label input[type="checkbox"]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(18px, -6px) rotatez(45deg);
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/legal.less ***/
.module-legal section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.module-legal section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.module-legal section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal section.legalContent div {
  width: 100%;
}
.module-legal section.legalContent article.editor,
.module-legal section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
.module-legal section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
}
.module-legal section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
.module-legal section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
.module-legal section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
.module-legal.template2 h3 {
  display: block;
}
.module-legal.template3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template3 p {
  font-size: 12px;
  text-align: left;
  vertical-align: middle;
  margin: 0 10px ;
}
.module-legal.template3 p:first-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template3 p:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
.module-legal.template5 p:last-child:before {
  content: none;
}
.module-legal.template5 h1 {
  display: none;
}
.module-legal.template5 section.rgpd {
  column-count: 2;
  column-gap: 50px;
}
.module-legal.template5 section.rgpd > h1 {
  width: 100%;
  column-span: all;
  display: block;
}
.module-legal.template5 section.rgpd h2 {
  display: block;
  margin-bottom: 0;
  margin-top: 69px;
}
.module-legal.template5 section.rgpd p {
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
}
.module-legal.template5 section.rgpd ul {
  padding-left: 20px;
  margin-bottom: 33px;
}
.module-legal.template5 section.rgpd ul li {
  list-style-type: disc;
  font-size: 16px;
  text-align: justify;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/agency.less ***/
.module-agency .agency img {
  border-radius: 5px;
}
.module-agency .agency .info {
  padding: 0;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/search.less ***/
.module-search {
  z-index: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .module-search {
    padding: 0;
  }
}
.module-search .hidden {
  display: none;
}
.module-search:not(.open) form .fields-wrapper .search-advanced {
  display: none;
}
.module-search.open .advanced-btn-open {
  display: none;
}
.module-search form {
  margin: 0 auto;
  display: flex;
  border-radius: 5px;
  padding: 20px 0;
}
.module-search form button.submit {
  padding: 10px;
  font-size: 20px;
  background: transparent;
  color: #000000;
}
.module-search form button.submit span {
  display: none;
}
@media only screen and (max-width: 768px) {
  .module-search form button.submit span {
    display: block;
  }
}
.module-search form .fields-wrapper {
  display: flex;
  width: 100%;
  gap: 12px;
}
.module-search form .fields-wrapper .select2-selection.select2-selection--single,
.module-search form .fields-wrapper .select2-selection.select2-selection--multiple,
.module-search form .fields-wrapper input {
  height: 50px;
  border-radius: 5px;
  border: none;
}
.module-search form .fields-wrapper .select2-selection.select2-selection--single .select2-selection__rendered,
.module-search form .fields-wrapper .select2-selection.select2-selection--single .select2-selection__arrow,
.module-search form .fields-wrapper .select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 50px;
  line-height: 50px;
}
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: #000000;
  display: none;
}
.module-search form .fields-wrapper .advanced-btn button span {
  color: #000000;
}
.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: #000000 /* @txt-search-label-row */;
  background: transparent;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button.advanced-btn-close i {
  font-size: 20px;
  padding-left: 3px;
}
.module-search form .fields-wrapper .search-advanced .line-wrapper button span {
  display: none;
}
.module-search form .fields-wrapper .advanced-btn {
  width: 100%;
  height: 0;
  text-align: center;
}
.module-search form .fields-wrapper .advanced-btn button.advanced-btn-open {
  margin-top: 20px;
  background: transparent;
}
.module-search form .fields-wrapper button {
  border: none;
  text-indent: 0;
  margin: 0;
  background-color: transparent;
}
.module-search form .fields-wrapper button > i {
  font-size: 40px;
  vertical-align: middle;
  position: relative;
  transition: 1s ease /* @transition */;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper button > i {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .module-search form .fields-wrapper button > i:hover {
    transform: scale(1.1);
  }
}
.module-search.search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-10.less ***/
/* all listing */
.module-listing {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.module-listing ul.listing {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.module-listing ul.listing li.property {
  position: relative;
}
.module-listing ul.listing li.property .mdi-heart {
  top: 10px;
  right: 10px;
  position: absolute;
  transition: 0.5s;
  cursor: pointer;
  -webkit-text-stroke: 2px #df1212a3;
  color: transparent;
}
.module-listing ul.listing li.property .mdi-heart:hover {
  -webkit-text-stroke: 2px #df1212a3;
  transform: scale(1.5);
}
.module-listing ul.listing li.property .mdi-heart.selectionLinkOn {
  transform: scale(1.5);
  color: #df1212a3;
  -webkit-text-stroke: 0;
}
.module-listing ul.listing li.property .container {
  display: flex;
  flex-direction: column;
  height: auto;
}
.module-listing ul.listing li.property .container figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  height: auto;
  aspect-ratio: 3/2;
}
.module-listing ul.listing li.property .container figure .owl-item {
  aspect-ratio: 3/2;
}
.module-listing ul.listing li.property .container figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.module-listing ul.listing li.property .container figure img.logoPicture {
  object-fit: contain;
}
.module-listing ul.listing li.property .container figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module-listing ul.listing li.property .container figure .sticker {
  z-index: 1;
  position: absolute;
  top: 10px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
}
.module-listing ul.listing li.property .container figure .media {
  right: 0;
  left: initial;
  font-size: 16px;
  top: 10px;
  padding: 1px 8px;
  color: #fff;
}
.module-listing ul.listing li.property .container .infos {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 10px;
}
.module-listing ul.listing li.property .container .infos .headSection {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.module-listing ul.listing li.property .container .infos .headSection * {
  margin-bottom: 0;
  font-weight: 600;
  text-align: center;
}
.module-listing ul.listing li.property .container .infos .headSection .title {
  font-size: 20px;
  line-height: 30px;
}
.module-listing ul.listing li.property .container .infos .headSection .subtitle {
  font-size: 16px;
  line-height: 26px;
}
.module-listing ul.listing li.property .container .infos .headSection .price {
  font-size: 16px;
  line-height: 26px;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul {
  gap: 12px;
  background: none;
  height: auto;
  display: flex;
  justify-content: center;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  height: auto;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 640px) {
  .module-listing ul.listing li.property .container .infos .bottomSection ul li {
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .module-listing ul.listing li.property .container:hover img:not(.slider-img) {
    transform: scale(1.1);
    transition: 0.35s ease;
  }
}
.module-listing nav.pager {
  text-align: center;
  overflow: hidden;
}
.module-listing nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
.module-listing nav.pager li a,
.module-listing nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  text-align: center;
}
.module-listing nav.pager li a {
  background: transparent;
}
.module-listing nav.pager li.current span,
.module-listing nav.pager li a:hover {
  color: #fff;
}
.module-listing nav.pager li.disabled {
  display: none;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v2.less ***/
.module.module-listing .slider div.owl-nav {
  margin: 0;
}
.module.module-listing .slider div.owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module.module-listing .slider div.owl-nav .owl-prev i::before {
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.373);
  border-radius: 0 5px 5px 0;
}
.module.module-listing .slider div.owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module.module-listing .slider div.owl-nav .owl-next i::before {
  padding: 0.8rem;
  background-color: rgba(0, 0, 0, 0.373);
  border-radius: 5px 0 0 5px;
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/listing.less ***/
.module-listing {
  padding: 0;
}
.module-listing ul.listing li.property {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  transition: filter 1s ease /* @transition */;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
  background: #ffffff;
}
.module-listing ul.listing li.property .container figure {
  overflow: hidden;
}
.module-listing ul.listing li.property .container figure .sticker {
  background: #000000;
  border-radius: 0 5px 5px 0;
}
.module-listing ul.listing li.property .container figure .media {
  border-radius: 5px 0 0 5px;
}
.module-listing ul.listing li.property .container figure img {
  transition: transform 1s ease;
}
.module-listing ul.listing li.property .container figure img.logoPicture {
  object-fit: contain;
}
.module-listing ul.listing li.property .container .infos .title,
.module-listing ul.listing li.property .container .infos .subtitle {
  font-family: "Lato", sans-serif;
  color: #000000 /* @title-secondary */;
}
.module-listing ul.listing li.property .container .infos .price {
  color: #000000 /* @txt-secondary */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  color: #000000 /* @txt-secondry */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li .mdi {
  color: #000000 /* @txt-secondary */;
}
.module-listing ul.listing li.property .container .infos .bottomSection ul li {
  text-align: center;
}
.module-listing ul.listing li.property:hover {
  filter: contrast(0.9);
}
.module-listing nav.pager {
  width: auto;
  margin: auto;
}
.module-listing nav.pager ul {
  display: flex;
  gap: 8px;
}
.module-listing nav.pager ul li {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
}
.module-listing nav.pager ul li.disable {
  padding: 5px 15px;
}
.module-listing nav.pager ul li a,
.module-listing nav.pager ul li span {
  display: flex;
  align-items: center;
  height: auto;
  width: auto;
  padding: 5px 15px;
  color: #000000 /* @tertiary */;
}
.module-listing nav.pager ul li a,
.module-listing nav.pager ul li span {
  background: transparent;
  background-color: transparent;
}
.module-listing nav.pager ul li.current,
.module-listing nav.pager ul li:hover {
  background-color: #000000 /* @tertiary */;
  border-radius: 5px /* @radius */;
}
.module-listing nav.pager ul li.current a,
.module-listing nav.pager ul li:hover a {
  color: white;
}
.module-listing-template-11 ul.listing {
  flex-direction: column;
}
.module-listing-template-11 ul.listing figure,
.module-listing-template-11 ul.listing .infos {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing figure,
  .module-listing-template-11 ul.listing .infos {
    width: 100%;
  }
}
.module-listing-template-11 ul.listing figure {
  border-radius: 5px 0 0 5px;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing figure {
    border-radius: 5px 5px 0 0;
  }
}
.module-listing-template-11 ul.listing .infos {
  justify-content: center;
  padding: 35px;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 768px) {
  .module-listing-template-11 ul.listing .infos {
    padding: 20px;
  }
}
.module-listing-template-11 ul.listing .infos .commentSection .comment {
  text-align: justify;
}
@media only screen and (max-width: 640px) {
  .module-listing-template-11 ul.listing .infos .commentSection .comment {
    text-align: left;
  }
}
/*** CSS BASE PLUGIN 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 Elone-v2 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/cms.less ***/
body .wrapper .module-cms {
  gap: 32px;
  align-items: center;
}
body .wrapper .module-cms.only-text {
  display: block;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
body .wrapper .module-cms .picture img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  display: block;
}
body .wrapper .module-cms .info {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 0;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  body .wrapper .module-cms .info {
    width: 100%;
    text-align: left;
    gap: 12px;
  }
}
body .wrapper .module-cms .info *:not(.button) {
  margin: 0;
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** 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 Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Elone-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/modules/css/language.less ***/
.module-language .ApiFieldGroup .FieldWrapper {
  padding: 0;
}
.module-language span {
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
.module-language .content ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
}
.module-language .content ul li {
  background: #ffffff /* @bg-header */;
  margin: 0;
  padding: 0 5px;
}
.module-language .content ul li:hover {
  filter: contrast(0.75);
}
.module-language.template-2 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  width: fit-content;
}
.module-language.template-2 .flag-icon {
  border-radius: 2px;
  width: 26px;
  height: 19px;
}
.module-language.template-2 .module-header p {
  margin-bottom: 0;
}
.module-language.template-2 .CaptationContent {
  padding: 0;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .CaptationContent {
    display: flex;
    justify-content: flex-end;
  }
}
.module-language.template-2 .CaptationContent label {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .CaptationContent label {
    display: block;
    position: relative;
  }
  .module-language.template-2 .CaptationContent label .mdi {
    position: relative;
    font-size: 24px;
  }
}
.module-language.template-2 .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language.template-2 .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}
.module-language.template-2 .DropdownContent {
  left: -100px;
  top: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 20px;
  padding: 8px;
  background: #ffffff /* bg-header */;
}
@media only screen and (max-width: 1024px) {
  .module-language.template-2 .DropdownContent {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 10px;
  }
}
.module-language.template-2 .DropdownContent ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 226px;
}
.module-language.template-2 .DropdownContent ul li {
  margin: 0;
  align-items: center;
  padding: 5px 12px;
}
.module-language.template-2 .DropdownContent ul li span:not(.flag-icon) {
  color: #000000 /* @txt-header */;
  opacity: 0.6;
}
.module-language.template-2 .DropdownContent ul li:hover {
  border-radius: 5px;
}
.module-language.template-2 .DropdownContent ul li.current {
  display: flex;
  justify-content: space-between;
}
.module-language.template-2 .DropdownContent ul li.current span {
  color: #000000;
  opacity: 1;
}
.module-language.template-2 .DropdownContent ul li.current::after {
  content: "✔";
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  min-height: 30px;
  min-width: 30px;
  display: inline-block;
  margin-right: 0.5rem;
  background: none;
}
.module-language.template-2 .DropdownContent ul li:hover a {
  text-decoration: none;
}
.module-language.template-2 .DropdownContent ul li a {
  display: flex;
  gap: 16px;
}
.module-language.template-2 .DropdownContent ul li a span {
  line-height: 19px;
}
/*** GLOBAL CSS TEMPLATE Elone-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/main.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/header.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/buttons.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/footer.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/popup.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/search.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/../Global-css/flex-column.css.less ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Elone-v2/Resources/css/form.less ***/
/*** CSS TEMPLATE Zenia ***/
.module-user.template-1 .module-header {
  padding: 0;
}
.selection-template-5 .module-header .module-header-title {
  font-size: 40px;
}
.module-header {
  width: 100%;
}
.module-cluster:after,
.zone:after {
  display: none;
}
.module.module-search-order {
  text-align: initial;
}
.module.module-search-order .orders .mdi {
  color: #000000 /* @txt */;
}
.zone {
  position: relative;
}
.zone .auto-layout {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.row-2 {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.zone-full-width {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 640px) {
  .zone-full-width {
    gap: 40px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: inline-block;
  margin: 0 0 20px 0;
  line-height: 1.2;
  color: #191919 /* @title-color */;
  font-family: "Poppins", sans-serif /* @title-font */;
  font-weight: 600 /* @title-weight */;
  text-transform: initial /* @title-transform */;
}
h1,
h2 {
  font-size: 40px /* @title-size */;
}
h3,
h4,
h5,
h6 {
  font-size: calc(40px - 10px);
}
html,
body,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #000000 /* @txt-color */;
  font-family: "Lato", sans-serif /* @txt-font */;
  font-size: 16px /* @txt-size */;
  font-weight: initial /* @txt-weight */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @primary */;
  padding: 0px /* @paddingBody */;
}
a {
  color: #000000 /* @txt-color */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #000000 /* @txt-color */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
/* popup */
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none;
  z-index: 10001;
}
/* fancybox zoom picture */
.fancybox-skin {
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
/* ApiFieldGroup */
.ApiFieldGroup .CaptationContent {
  background: none;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled {
  color: #000000 /* @searchColor */;
  background: #ffffff;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection__rendered,
.select2-selection.select2-selection--multiple,
.select2-selection.select2-selection--multiple,
.iti--allow-dropdown,
.select2-autocomplete-custom-choice,
form input::placeholder {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-selection {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: "";
}
.SumoSelect {
  border-radius: 0.35rem;
  border: 0.5px solid #759ca2 /* @secondary */;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SumoSelect > .optWrapper {
  background: #ffffff /* @tertiary */;
}
.SumoSelect > .optWrapper > .options li label {
  color: #000000 /* @txt-color */;
}
.SumoSelect > .CaptionCont {
  background: transparent;
  color: #000000;
}
.SumoSelect > .CaptionCont i {
  color: #000000;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
.SelectBox {
  padding: 0;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .module-language .ApiFieldGroup .FieldWrapper {
    left: auto;
  }
  .zone-header-right {
    width: 100%;
  }
  .zone-header-left {
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
header .zone-header-right .module-menu.main.column ul > li a,
header .zone-header-right .module-cluster .module-menu ul > li a,
header .zone-header-right .module-cluster .module-lead a,
header .module-language .ApiFieldGroup .CaptationContent span,
header .module-language ul li a span,
.module-currency .ApiFieldGroup .CaptationContent span,
header .module-currency .FieldWrapper label {
  font-size: 14px;
  font-weight: 600;
}
header {
  left: 0;
  right: 0;
  transition: background 0.35s ease-out;
  position: fixed;
  z-index: 999999;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  header {
    height: calc(40px + 20px);
  }
}
header > div {
  display: flex;
  transition: all 0.35s ease;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  padding-top: 10px;
}
header > div .module-cluster {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header > div .module-cluster::after {
  display: none;
}
header > div .module-cluster .module-menu ul li {
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-left {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 99;
  }
}
header > div .zone-header-right {
  display: flex;
  gap: 8px;
  flex-direction: column;
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  header > div {
    display: block;
    transition: initial;
  }
  header > div .zone-header-right {
    width: 100%;
  }
  header > div .zone-header-right .module-cluster {
    display: none;
  }
  header > div .zone-header-right .module-menu {
    width: auto;
    float: right;
  }
  header > div .zone-header-left {
    position: absolute;
    z-index: 99;
  }
  header > div .zone-header-left .module-logo {
    display: flex;
    align-items: center;
    height: 100%;
    height: auto;
  }
}
body.wrapper-on header,
body header.fixed,
body.wrapper-off header.fixed {
  background: #ffffff;
}
body.wrapper-on header * span,
body header.fixed * span,
body.wrapper-off header.fixed * span,
body.wrapper-on header .module.module-language .CaptationContent span,
body header.fixed .module.module-language .CaptationContent span,
body.wrapper-off header.fixed .module.module-language .CaptationContent span,
body.wrapper-on header .module-lead span,
body header.fixed .module-lead span,
body.wrapper-off header.fixed .module-lead span,
body.wrapper-on header * path,
body header.fixed * path,
body.wrapper-off header.fixed * path,
body.wrapper-on header .module.module-language .CaptationContent path,
body header.fixed .module.module-language .CaptationContent path,
body.wrapper-off header.fixed .module.module-language .CaptationContent path,
body.wrapper-on header .module-lead path,
body header.fixed .module-lead path,
body.wrapper-off header.fixed .module-lead path,
body.wrapper-on header * .mdi,
body header.fixed * .mdi,
body.wrapper-off header.fixed * .mdi,
body.wrapper-on header .module.module-language .CaptationContent .mdi,
body header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-off header.fixed .module.module-language .CaptationContent .mdi,
body.wrapper-on header .module-lead .mdi,
body header.fixed .module-lead .mdi,
body.wrapper-off header.fixed .module-lead .mdi {
  color: #000000;
  fill: #000000;
}
body.wrapper-on header li:after,
body header.fixed li:after,
body.wrapper-off header.fixed li:after {
  background: #000000;
}
body.wrapper-off header {
  background: transparent;
}
body.wrapper-off header .module-social-menu.social-menu-template-2 .social__items > li a svg path {
  fill: #000000;
}
body.wrapper-off header * span,
body.wrapper-off header .module.module-language .CaptationContent span,
body.wrapper-off header * .mdi,
body.wrapper-off header .module.module-language .CaptationContent .mdi {
  color: #000000;
  fill: #000000;
}
body.wrapper-off header li:after {
  background: #000000;
}
body.wrapper-off header .dropdown-menu ul a,
body.wrapper-off header .dropdown-menu ul span {
  color: #000000;
}
body.wrapper-off header .module.module-language .CaptationContent span .field-group *,
body.wrapper-off header .module-currency .field-group * {
  color: #000000;
}
body header.fixed {
  z-index: 9999;
  border-bottom: 0.5px solid #759ca2 /* @secondary */;
}
body header.fixed .module-logo img {
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  body header.fixed .module-logo img {
    height: 40px;
  }
}
header.is-active > div,
header.is-active.fixed > div {
  overflow: auto;
  height: 100%;
  position: fixed;
  width: 100%;
  background: #ffffff;
  display: block;
}
header.is-active > div .zone-header-right,
header.is-active.fixed > div .zone-header-right {
  display: flex;
  width: 100%;
  flex-direction: column-reverse;
}
header.is-active > div .zone-header-right .module-menu.main > ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  text-align: right;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul {
  display: none;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin-right: 0;
  margin-left: auto;
  max-width: none;
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li {
  width: auto;
  margin-right: 15px;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu ul li a {
  color: #000000;
}
header.is-active > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul,
header.is-active.fixed > div .zone-header-right .module-menu.main > ul li.sub-menu:hover ul {
  display: block;
}
header.is-active > div .zone-header-right .module-menu.main button,
header.is-active.fixed > div .zone-header-right .module-menu.main button {
  background: transparent;
  right: 0;
}
header.is-active > div .zone-header-right .module-menu.main button:hover,
header.is-active.fixed > div .zone-header-right .module-menu.main button:hover {
  background: none;
}
header.is-active > div .zone-header-right .module-menu.main button i,
header.is-active.fixed > div .zone-header-right .module-menu.main button i {
  font-size: 42px;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div .zone-header-right .module-cluster,
header.is-active.fixed > div .zone-header-right .module-cluster {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  align-items: flex-end;
}
header.is-active > div .zone-header-right .module-cluster .module-lead,
header.is-active.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-menu ul li,
header.is-active.fixed > div .zone-header-right .module-cluster .module-menu ul li {
  margin: 5px 0px;
}
header.is-active > div .zone-header-left,
header.is-active.fixed > div .zone-header-left {
  height: calc(40px + 20px);
}
header.is-active > div .zone-header-left .module-logo,
header.is-active.fixed > div .zone-header-left .module-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
header .module-menu.main ul li a {
  text-transform: uppercase;
}
header .module-menu ul {
  transition: all ease 0.3s;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}
header .module-menu ul > li {
  display: block;
}
header .module-menu ul > li a {
  height: 100%;
  display: block;
}
header .module-menu ul > li i.mdi.mdi-home {
  display: none;
}
header .module-menu ul > li.sub-menu > ul > li {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu)::after {
  content: "";
  height: 2px;
  width: 0;
  transition: 0.5s;
  display: block;
}
header .module-menu ul > li:not(.dropdown-menu):hover:after {
  width: 100%;
}
header .module-menu ul > li:not(.dropdown-menu).current:after {
  width: 100%;
}
header .module-menu ul li.dropdown-menu {
  position: relative;
}
header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  cursor: pointer;
  position: absolute;
  bottom: -10px;
  left: 50%;
  translate: -50%;
}
@media only screen and (max-width: 1024px) {
  header .module-menu ul li.dropdown-menu > a > .dropdown-arrow {
    position: relative;
    bottom: inherit;
    left: inherit;
    translate: 0;
  }
}
@media (min-width: 1024px) {
  header .module-menu ul li.dropdown-menu > ul {
    display: none;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 50%;
    transform: translate(-50%);
    z-index: 1000;
    min-width: 150px;
    margin: 0;
  }
  header .module-menu ul li.dropdown-menu > ul li {
    margin-top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    padding-right: 0;
    padding: 8px 10px;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li span {
    z-index: 99;
    position: relative;
  }
  header .module-menu ul li.dropdown-menu > ul li:hover {
    backdrop-filter: contrast(0.75);
  }
  header .module-menu ul li.dropdown-menu > ul li:hover span {
    color: #000000;
  }
  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: #ffffff;
}
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: #ffffff /* @bg-header */;
}
header .module-logo {
  margin: 0;
  width: auto;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
header .module-logo img {
  height: 70px;
  transition: 1s ease;
  display: block;
  width: auto;
}
@media only screen and (max-width: 1024px) {
  header .module-logo img {
    height: 40px;
  }
}
body header .module-social-menu ul,
body header.fixed .module-social-menu ul {
  display: flex;
  gap: 15px;
}
body header .module-social-menu ul li,
body header.fixed .module-social-menu ul li {
  padding: 0;
}
body header .module-social-menu ul li i,
body header.fixed .module-social-menu ul li i {
  font-size: 21px;
  margin-right: 0;
}
body header .module-social-menu ul li span,
body header.fixed .module-social-menu ul li span {
  display: none;
}
body header .module-social-menu ul .twitter,
body header.fixed .module-social-menu ul .twitter {
  display: flex;
  align-items: center;
}
body header .module-social-menu ul .twitter svg,
body header.fixed .module-social-menu ul .twitter svg {
  margin-right: initial;
}
body header .module-social-menu ul .twitter svg path,
body header.fixed .module-social-menu ul .twitter svg path {
  fill: #000000;
  transform: scale(1.3);
  transform-origin: center;
  /* Centrer l'échelle du path */
}
body header .module-social-menu ul .twitter:hover svg path,
body header.fixed .module-social-menu ul .twitter:hover svg path {
  fill: #00acee;
}
body header .module-social-menu.social-menu-template-2 .social__items .social__item a svg path,
body header.fixed .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000;
  transition: fill 0.5s ease;
}
.wrapper-off header .module-social-menu .twitter svg path {
  fill: #000000;
}
.wrapper-off header .module-social-menu .twitter:hover svg path {
  fill: #00acee;
}
.wrapper-off header .module-social-menu .twitter.social-menu-template-2 .social__items .social__item a svg path {
  fill: #000000;
  transition: fill 0.5s ease;
}
.button,
button.submit {
  display: inline-block;
  width: fit-content;
  padding: 5px 20px;
  color: #ffffff /* @txt-btn */;
  background: #000000 /* @bg-btn */;
  border: none /* @border-btn */;
  font-size: 16px /* @txt-size */;
  font-weight: 700;
  transition: 0.3s;
  border-radius: 2px /* @radius-btn */;
}
.button:hover,
button.submit:hover {
  color: #000000 /* @hover-txt-btn */;
  background: #ffffff /* @hover-bg-btn */;
  border: none /* @hover-border-btn */;
}
.button-form {
  border: 0.5px solid #000000 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.button-form:hover {
  border: 0.5px solid transparent;
  background: #000000 /* @txt-form-label*/;
}
footer p,
footer .module-header-title,
footer a,
footer span {
  color: #f6f6f4;
}
footer .module-menu ul li a:hover {
  filter: brightness(0.9);
}
footer {
  padding: 20px 0;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  background: #222222;
}
footer .zone-footer {
  position: relative;
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .zone-footer .module-agency {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
}
footer .zone-footer .module-agency .module-header {
  text-align: center;
}
footer .zone-footer .module-agency .module-header .module-header-title {
  margin-bottom: 0;
}
footer .zone-footer .module-agency .agency {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-direction: column;
}
footer .zone-footer .module-agency .agency p {
  margin: 0;
  text-align: center;
}
footer .zone-footer .module-agency .agency p .mdi {
  color: #000000;
}
footer .zone-footer .module-agency .agency div {
  display: flex;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-agency .agency div {
    flex-direction: column;
    gap: 16px;
  }
}
footer .zone-footer .module-agency .agency div a {
  padding: 5px 20px;
  border-radius: 2px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 5px;
}
footer .zone-footer .module-agency .agency div a span {
  transition: 1s;
  z-index: 99;
}
footer .zone-footer .module-agency .agency div a i {
  margin: 0;
  z-index: 99;
  position: relative;
  transition: 1s;
  top: 1px;
}
footer .zone-footer .module-agency .agency div a:before {
  transition-duration: 1s;
  box-shadow: inset 0 0 0 1px #000000;
}
footer .zone-footer .module-agency .agency div a:after,
footer .zone-footer .module-agency .agency div a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  border-radius: 2px;
}
footer .zone-footer .module-agency .agency div a:hover:before {
  box-shadow: inset 0 0 0 60px #000000;
}
footer .zone-footer .module-agency .agency div a:hover i,
footer .zone-footer .module-agency .agency div a:hover span {
  color: white;
}
footer .zone-footer .module-cluster {
  display: flex;
  gap: 20px;
  width: 100%;
  justify-content: center;
  border-top: 0.5px solid white;
  padding-top: 30px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster {
    text-align: center;
  }
}
footer .zone-footer .module-cluster:after {
  display: none;
}
footer .zone-footer .module-cluster .module {
  width: calc((100% - 3 * 20px) / 4);
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module {
    width: 100%;
    align-items: center;
  }
}
footer .zone-footer .module-cluster .module .module-header-title {
  font-weight: 700;
  color: white;
}
@media only screen and (max-width: 640px) {
  footer .zone-footer .module-cluster .module .module-header-title {
    text-align: center;
    width: 100%;
  }
}
footer .zone-footer .module-cluster .module ul {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
footer .zone-footer .module-cluster .module ul li {
  font-size: 14px;
  line-height: 1.5;
}
footer .zone-legal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
footer .zone-legal:after {
  display: none;
}
footer .zone-legal .module-legal {
  padding: 0;
}
footer .zone-legal .module-legal li:before {
  color: #000000 /* @tertiary */;
}
footer .zone-legal .module-legal p,
footer .zone-legal .module-legal a {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
body .mfp-wrap .mfp-content {
  max-width: 1440px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
body .mfp-wrap .mfp-content > div.mfp-figure .mfp-title {
  text-align: center;
}
body .mfp-wrap .mfp-content > div.mfp-figure:after {
  content: none;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) {
  background: #eeeeee;
  border-radius: 5px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) * {
  color: #000000;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mainTitle,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) p {
  margin: 0;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) .mfp-close {
  color: #000000;
  background: transparent;
  margin: 0px;
  border: none;
  margin: 0;
  opacity: 1;
  top: 5px;
  right: 5px;
  height: 44px;
  width: 44px;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) button.submit {
  position: relative;
  height: auto;
  width: fit-content;
  border-radius: 2px;
  margin-bottom: 0;
  border: 1px solid #000000;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) label a {
  font-weight: 800;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple {
  background: transparent;
}
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form input::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-container::placeholder,
body .mfp-wrap .mfp-content > div:not(.mfp-figure) form .select2-selection--multiple::placeholder {
  color: #000000;
}
body .mfp-wrap .mfp-content .popup-module-lead,
body .mfp-wrap .mfp-content .popup-module-newsletter {
  max-width: 100%;
  position: relative;
  margin: auto;
  background: #eeeeee;
}
body .mfp-wrap .mfp-content .popup-module-lead {
  width: 800px;
  padding: 50px;
  background: #eeeeee;
}
body .mfp-wrap .mfp-content .popup-module-lead form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .select2-container,
body .mfp-wrap .mfp-content .popup-module-lead form input {
  margin-bottom: 0;
}
body .mfp-wrap .mfp-content .popup-module-lead form .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper {
  width: 100%;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper .field:not(.recaptcha) {
  width: calc((100% - 2 * 8px) / 2);
}
body .mfp-wrap .mfp-content .popup-module-lead form .fields-wrapper .line-wrapper button.submit {
  display: block;
  margin: 10px auto 0 auto;
}
body .mfp-wrap .mfp-content .popup-module-newsletter {
  width: fit-content;
  padding: 50px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter form .rgpd {
  display: flex;
  gap: 4px;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
  width: 100%;
  height: 40px;
  margin-bottom: 0;
  color: #000000;
}
body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"]::placeholder {
  color: #000000;
}
@media screen and (max-width: 768px) {
  body .mfp-wrap .mfp-content .popup-module-newsletter input[type="email"] {
    width: 60%;
  }
}
.form-row-main {
  background: transparent /* @bg-search-row */;
}
.form-row-main .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row-main .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row-main label {
  color: #000000 /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row-main .fields-wrapper .select2-selection.select2-selection--single,
.form-row-main .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row-main input {
  background: #eeeeee /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row-main .select2-container--default .select2-selection--single,
.form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row-main form ::placeholder,
.form-row-main input::placeholder,
.form-row-main input {
  color: #000000 /* txt-search-input-row */;
}
.form-row-main button > i {
  color: #000000;
}
@media only screen and (max-width: 768px) {
  .form-row-main {
    background: #eeeeee /* bg-search-column */;
    padding: 20px;
  }
  .form-row-main label,
  .form-row-main button > i,
  .form-row-main button span {
    color: #000000 /* txt-search-label-column */;
  }
  .form-row-main .select2-selection.select2-selection--single,
  .form-row-main .select2-selection.select2-selection--multiple,
  .form-row-main .select2-container--default .select2-selection--single,
  .form-row-main .select2-container--default .select2-selection--single .select2-selection__rendered,
  .form-row-main form ::placeholder,
  .form-row-main input::placeholder,
  .form-row-main input {
    background: #ffffff /* bg-search-input-column */;
    color: #000000 /* txt-search-input-column */;
    border-radius: 5px /* @radius */;
    margin: 0;
  }
  .form-row-main .fields-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .form-row-main .fields-wrapper .form-header {
    display: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field label {
    padding-left: 10px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field:last-child {
    border-right: none;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
    height: 50px;
    border: 0;
    border-radius: 5px;
  }
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: calc((100% - 1*12px) / 2);
  }
}
@media only screen and (max-width: 768px) and only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .form-row-main .fields-wrapper .line-wrapper.form-center > .field {
    width: 100%;
  }
}
.form-row {
  background: transparent /* @bg-search-row */;
}
.form-row .line-wrapper.form-center {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 2 * 10px) / 1);
}
.form-row .field {
  width: 18.9% /* @size-search-input-row */;
}
.form-row label {
  color: #000000 /* @txt-search-label-row */;
  text-shadow: 0 0 black;
}
.form-row .fields-wrapper .select2-selection.select2-selection--single,
.form-row .fields-wrapper .select2-selection.select2-selection--multiple,
.form-row input {
  background: #eeeeee /* bg-search-input-row */;
  color: #000000 /* txt-search-input-row */;
  margin-bottom: 0;
}
.form-row .select2-container--default .select2-selection--single,
.form-row .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-row form ::placeholder,
.form-row input::placeholder,
.form-row input {
  color: #000000 /* txt-search-input-row */;
}
.form-row button > i {
  color: #000000;
}
.form-column {
  background: #eeeeee /* bg-search-column */;
  padding: 20px;
}
.form-column label,
.form-column button > i,
.form-column button span {
  color: #000000 /* txt-search-label-column */;
}
.form-column .select2-selection.select2-selection--single,
.form-column .select2-selection.select2-selection--multiple,
.form-column .select2-container--default .select2-selection--single,
.form-column .select2-container--default .select2-selection--single .select2-selection__rendered,
.form-column form ::placeholder,
.form-column input::placeholder,
.form-column input {
  background: #ffffff /* bg-search-input-column */;
  color: #000000 /* txt-search-input-column */;
  border-radius: 5px /* @radius */;
  margin: 0;
}
.form-column .fields-wrapper {
  flex-direction: column;
  align-items: center;
}
.form-column .fields-wrapper .form-header {
  display: none;
}
.form-column .fields-wrapper .line-wrapper.form-center {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media only screen and (max-width: 640px) {
  .form-column .fields-wrapper .line-wrapper.form-center {
    padding-left: 0;
  }
}
.form-column .fields-wrapper .line-wrapper.form-center > .field {
  width: 100%;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field label {
  padding-left: 10px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 10px;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field:last-child {
  border-right: none;
}
.form-column .fields-wrapper .line-wrapper.form-center > .field input[type="text"] {
  height: 50px;
  border: 0;
  border-radius: 5px;
}
.container-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: auto;
  padding: 0;
}
.col-1 {
  width: calc((100% - ((1 - 1) * 32px)) / 1);
}
@media only screen and (max-width: 768px) {
  .col-1 {
    width: calc((100% - (1 * 32px)) / 2);
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .col-1 {
    width: 100%;
  }
}
.col-2 {
  width: calc((100% - ((2 - 1) * 32px)) / 2);
}
@media only screen and (max-width: 768px) {
  .col-2 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-2 {
    width: 100%;
  }
}
.col-3 {
  width: calc((100% - ((3 - 1) * 32px)) / 3);
}
@media only screen and (max-width: 768px) {
  .col-3 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
@media only screen and (max-width: 640px) {
  .col-3 {
    width: 100%;
  }
}
.col-4 {
  width: calc((100% - ((4 - 1) * 32px)) / 4);
}
@media only screen and (max-width: 768px) {
  .col-4 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-4 {
    width: 100%;
  }
}
.col-5 {
  width: calc((100% - ((5 - 1) * 32px)) / 5);
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-5 {
    width: 100%;
  }
}
.col-6 {
  width: calc((100% - ((6 - 1) * 32px)) / 6);
}
@media only screen and (max-width: 768px) {
  .col-6 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-6 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-7 {
  width: calc((100% - ((7 - 1) * 32px)) / 7);
}
@media only screen and (max-width: 768px) {
  .col-7 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-7 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-8 {
  width: calc((100% - ((8 - 1) * 32px)) / 8);
}
@media only screen and (max-width: 768px) {
  .col-8 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-8 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-9 {
  width: calc((100% - ((9 - 1) * 32px)) / 9);
}
@media only screen and (max-width: 768px) {
  .col-9 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-9 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-10 {
  width: calc((100% - ((10 - 1) * 32px)) / 10);
}
@media only screen and (max-width: 768px) {
  .col-10 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-10 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-11 {
  width: calc((100% - ((11 - 1) * 32px)) / 11);
}
@media only screen and (max-width: 768px) {
  .col-11 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-11 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.col-12 {
  width: calc((100% - ((12 - 1) * 32px)) / 12);
}
@media only screen and (max-width: 768px) {
  .col-12 {
    width: calc((100% - (2 * 32px)) / 3);
  }
}
@media only screen and (max-width: 640px) {
  .col-12 {
    width: calc((100% - (1 * 32px)) / 2);
  }
}
.module-contact {
  background: #eeeeee;
  padding: 35px;
  border-radius: 5px /* @radius */;
}
.module-contact .module-header-title {
  color: #000000 /* txt-form-label*/;
  width: 100%;
  text-align: center;
}
.module-contact form .select2-selection {
  background: #ffffff;
  color: #000000;
  border-radius: 0.35rem;
  border: none;
  padding: 0 10px;
  margin-bottom: 10px;
}
.module-contact form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 40px;
  border: none;
  padding: 0 0 0 0;
  padding-left: 0;
  padding-right: 0;
  color: #000000;
}
.module-contact form input,
.module-contact form .select2-selection {
  border: none;
}
.module-contact form input,
.module-contact form textarea,
.module-contact form .select2-container--default .select2-selection--single {
  background: #ffffff;
  color: #000000;
}
.module-contact form input::placeholder,
.module-contact form textarea::placeholder,
.module-contact form .select2-container--default .select2-selection--single::placeholder {
  color: #000000;
  opacity: 0.6;
}
.module-contact form label {
  color: #000000;
}
.module-contact form label a {
  color: #000000;
  font-weight: 800;
}
.module-contact form button {
  border: 0.5px solid #000000 /* @txt-form-label*/;
  height: auto;
  border-radius: 2px /* @radius-btn */;
  padding: 5px 20px;
}
.module-contact form button:hover {
  border: 0.5px solid transparent;
  background: #000000 /* @txt-form-label*/;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-estimate .select2-selection.select2-selection--multiple,
.module-estimate .select2-selection.select2-selection--multiple .select2-selection__rendered li,
.module-estimate .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
}
.module-estimate .select2-autocomplete-custom-choice {
  color: #000000;
}
/*** CSS WEBSITE Bacon Immobilier ***/
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u-w4BMUTPHjxsIPy-v.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI9w2PHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHjxswWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI5wqPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u_w4BMUTPHjxsI3wiPHA.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u8w4BMUTPHh30wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh7USew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHvxk.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh6UVew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6u9w4BMUTPHh50Xew8.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiAyp8kv8JHgFVrJJLmE3tF.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmv1plEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm21llEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrJJLedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmg1hlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmr19lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLmy15lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiDyp8kv8JHgFVrJJLm81xlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiGyp8kv8JHgFVrLPTedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLFj_V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDz8V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiEyp8kv8JHgFVrFJA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLGT9V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLEj6V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLCz7V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v24/pxiByp8kv8JHgFVrLBT5V1s.ttf) format('truetype');
}
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/greatvibes/v21/RWmMoKWR9v4ksMfaWd_JN-XC.ttf) format('truetype');
}
/* Import de Font Awesome v7 */
.module-cms .picture {
  aspect-ratio: 1;
}
/* slection card */
.module.module-selection.template-8.selection-template-8 .picture {
  height: 100%;
}
.module.module-selection.template-8.selection-template-8 .picture img {
  display: block;
}
/* slection slider card */
.module.module-selection.template-9.selection-template-9 .content {
  position: absolute;
  bottom: 10px;
}
.module.module-selection.template-9.selection-template-9 .content .price,
.module.module-selection.template-9.selection-template-9 .content .title-selection {
  color: white;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
}
.module.module-selection.template-9.selection-template-9 .content ul {
  display: none;
}
.module.module-selection.template-9.selection-template-9 .sticker {
  border-radius: 5px;
}
@media (min-width: 1024px) {
  header {
    height: 65px !important;
  }
  header section {
    height: 100%;
  }
  header section .zone-top-header {
    height: 100%;
  }
}
.zone-full-width .module-header {
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .zone-header-right .module-menu {
    display: none !important;
  }
}
.module-search {
  opacity: 0;
  transition: opacity 2s ease-in-out;
  /* Animation fluide */
}
header.fixed {
  border-bottom: none !important;
  box-shadow: 0 0 10px #999;
}
@media (min-width: 1024px) {
  .wrapper {
    margin-top: 0px !important;
  }
}
.mdi-home {
  display: none;
}
.zone-header-left {
  display: none;
}
@media only screen and (max-width: 640px) {
  .zone-header-left {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  header {
    height: calc(80px + 20px);
  }
  header .zone-header-left {
    height: auto;
  }
  header > div {
    position: relative;
  }
  header > section {
    padding: 5px;
  }
}
/*** CSS ROUTING ***/
.zone-top-content.fixed .module-search {
  max-width: none !important;
  transition: all 0.35s;
}
.zone-full-width {
  gap: 30px;
}
/*** CUSTOM CSS FROM BDD MODULE 454073 ***/
.zone-header_left .module.module-454073.template-2.logo-template-2.module-logo,
.module.module-454073.template-2.logo-template-2.module-logo {
  display: flex;
  flex-direction: column-reverse;
}
.zone-header_left .module.module-454073.template-2.logo-template-2.module-logo p,
.module.module-454073.template-2.logo-template-2.module-logo p {
  text-align: end;
  text-transform: uppercase;
  color: #345468;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
@media only screen and (max-width: 640px) {
  .zone-header_left .module.module-454073.template-2.logo-template-2.module-logo .module-header,
  .module.module-454073.template-2.logo-template-2.module-logo .module-header {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 454075 ***/
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column,
.module.module-454075.template-1.menu-template-1.module-menu.main.column {
  /* CSS pour que le texte soit mesurable */
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column span,
.module.module-454075.template-1.menu-template-1.module-menu.main.column span {
  font-size: 16px;
  text-transform: uppercase;
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column ul,
.module.module-454075.template-1.menu-template-1.module-menu.main.column ul {
  position: relative;
  /* nécessaire pour positionner la barre */
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column ul li,
.module.module-454075.template-1.menu-template-1.module-menu.main.column ul li {
  margin: 0px 15px;
  padding: 15px;
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column ul li span,
.module.module-454075.template-1.menu-template-1.module-menu.main.column ul li span {
  font-weight: 600;
  letter-spacing: 1px !important;
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column .menu-underline,
.module.module-454075.template-1.menu-template-1.module-menu.main.column .menu-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  /* plus visible */
  background: #000;
  transition: all 0.7s ease;
  pointer-events: none;
  z-index: 100;
}
.zone-header_right .module.module-454075.template-1.menu-template-1.module-menu.main.column ul li a span,
.module.module-454075.template-1.menu-template-1.module-menu.main.column ul li a span {
  display: inline-block;
}
/*** CUSTOM CSS FROM BDD MODULE 454163 ***/
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  flex-wrap: wrap;
  gap: 32px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster {
    display: none;
  }
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-menu,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-logo,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-logo {
  max-width: none;
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-logo img,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-logo img {
  width: 700px;
  height: auto;
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-search,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-search {
  z-index: 99;
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
  overflow: visible;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
.zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
.module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
  font-size: 70px;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
    font-size: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms {
    position: relative;
    top: initial;
    left: initial;
    transform: initial;
  }
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-title,
  .zone-full_width .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle,
  .module.module-454163.top-listing-section.template-1.cluster-template-1.module-cluster .module-cms .cms-subtitle {
    font-size: 30px;
    color: #191919;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 455003 ***/
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster,
.module.module-455003.template-1.cluster-template-1.module-cluster {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module,
.module.module-455003.template-1.cluster-template-1.module-cluster .module {
  height: 100%;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module ul,
.module.module-455003.template-1.cluster-template-1.module-cluster .module ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module ul a,
.module.module-455003.template-1.cluster-template-1.module-cluster .module ul a {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*** CUSTOM CSS FROM BDD MODULE 454117 ***/
.zone-legal .module.module-454117.template-3.legal-template-3.module-legal.template3 li a,
.module.module-454117.template-3.legal-template-3.module-legal.template3 li a {
  color: #9f9f9f;
}
/*** CUSTOM CSS FROM BDD MODULE 454114 ***/
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency {
  flex-direction: unset;
  display: flex;
  flex-wrap: wrap;
}
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .picture,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .picture {
  width: 100%;
  display: flex;
  justify-content: center;
}
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .picture img,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .picture img {
  width: 300px;
  height: auto;
  margin: auto;
}
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .address,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .address {
  width: 45%;
}
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone {
  width: 45%;
}
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone a::before,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone a::before,
.zone-footer .module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone a::after,
.module.module-454114.template-3.agency-template-3.module-agency.simple .agency .info-phone a::after {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 454154 ***/
.zone-full_width .module.module-454154.template-1.search-template-1.module-search,
.module.module-454154.template-1.search-template-1.module-search {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0 40px;
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search button,
.module.module-454154.template-1.search-template-1.module-search button {
  cursor: pointer;
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search .form-header,
.module.module-454154.template-1.search-template-1.module-search .form-header {
  display: none;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper,
  .module.module-454154.template-1.search-template-1.module-search .fields-wrapper {
    flex-direction: column;
  }
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center,
.module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center {
  display: flex;
  gap: 22px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center,
  .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center {
    flex-direction: column;
  }
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field,
.module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field {
  width: 30%;
  border: solid 1px #eee !important;
  padding: 0 10px;
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field,
  .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field {
    width: 100%;
  }
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field .field-item,
.module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field .field-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.zone-full_width .module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field .select2-container--default .select2-selection--single,
.module.module-454154.template-1.search-template-1.module-search .fields-wrapper .form-center .field .select2-container--default .select2-selection--single {
  background: transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 454171 ***/
.zone-footer .module.module-454171.template-1.cluster-template-1.module-cluster,
.module.module-454171.template-1.cluster-template-1.module-cluster {
  border-top: unset;
}
.zone-footer .module.module-454171.template-1.cluster-template-1.module-cluster .module-menu,
.module.module-454171.template-1.cluster-template-1.module-cluster .module-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-footer .module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul,
.module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
.zone-footer .module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul li a .mdi,
.module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul li a .mdi {
  display: none;
}
.zone-footer .module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul li a span,
.module.module-454171.template-1.cluster-template-1.module-cluster .module-menu ul li a span {
  text-transform: uppercase;
  color: #9f9f9f;
}
/*** CUSTOM CSS FROM BDD MODULE 454236 ***/
.zone-full_width .module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout,
.module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout {
  max-width: 1200px;
  margin: auto;
}
.zone-full_width .module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout h1,
.module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout h1 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/*** CUSTOM CSS FROM BDD MODULE 454081 ***/
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout {
  max-width: 1200px;
  margin: auto;
  /* -------------------------------------- */
  /* LISTING — IMAGES PRINCIPALES           */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* INFOS (TITRES, CONTENU, BOTTOM)        */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* BOTTOM SECTION (ICÔNES / CARACTÉRIST.) */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* INFO-BOTTOM (PRIX / REF)               */
  /* -------------------------------------- */
  /* -------------------------------------- */
  /* PROPERTY — SLIDER IMAGE + INDICATOR   */
  /* -------------------------------------- */
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout ul.listing > li:not(.portrait) img,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout ul.listing > li:not(.portrait) img {
  width: 100%;
  object-fit: cover;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos {
  gap: 30px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .comment,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .comment {
  color: #444;
  padding: 0 10px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .headSection,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .headSection {
  margin-top: 20px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos i,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos i {
  display: flex;
  justify-content: center;
  align-items: center;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .subtitle,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .subtitle,
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .title,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .title {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #444;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .subtitle,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .subtitle {
  font-weight: 500;
  line-height: 0;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .title,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .infos .title {
  font-weight: 600;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection ul,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection ul {
  gap: 40px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li i,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li i,
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li span,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li span {
  color: #444;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li i,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .bottomSection li i {
  font-size: 25px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom .price,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom .price {
  color: #345468;
  font-weight: 600;
  margin: 0;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom .ref,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout .info-bottom .ref {
  margin: 0;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property {
  position: relative;
  overflow: hidden;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property > .container,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property > .container {
  display: block;
  width: 100%;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure img,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  transform: unset;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure img:first-child,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure img:first-child {
  opacity: 1;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure {
  position: relative;
}
.zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure .indicator,
.module.module-454081.template-10.listing-template-10.module-listing.auto-layout li.property figure .indicator {
  position: absolute;
  bottom: 8px;
  left: 0;
  /* important */
  height: 4px;
  background: #fff;
  border-radius: 3px;
  pointer-events: none;
  z-index: 500;
  transition: left 0.25s ease;
  /* changer transform → left */
  width: 0;
  /* sera défini en JS */
}
@media only screen and (max-width: 640px) {
  .zone-full_width .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .indicator,
  .module.module-454081.template-10.listing-template-10.module-listing.auto-layout .indicator {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 454125 ***/
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline,
.module.module-454125.template-1.menu-template-1.module-menu.inline {
  width: 15%;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li,
.module.module-454125.template-1.menu-template-1.module-menu.inline li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-left: 20px;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li img,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li img,
.module.module-454125.template-1.menu-template-1.module-menu.inline li img {
  width: auto;
  height: 20px;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li span,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454125.template-1.menu-template-1.module-menu.inline li span,
.module.module-454125.template-1.menu-template-1.module-menu.inline li span {
  text-transform: uppercase;
}
/*** CUSTOM CSS FROM BDD MODULE 454122 ***/
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster,
.module.module-454122.template-1.cluster-template-1.module-cluster {
  width: 15%;
  display: flex;
  flex-direction: row-reverse;
}
/*** CUSTOM CSS FROM BDD MODULE 454129 ***/
.zone-full_width .module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout .module.module-454129.template-6.cms-template-6.module-cms.only-text h1,
.module.module-454236.template-1.cluster-template-1.module-cluster.auto-layout .module.module-454129.template-6.cms-template-6.module-cms.only-text h1,
.module.module-454129.template-6.cms-template-6.module-cms.only-text h1,
.popup-module-cms.popup-module-454129 h1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
/*** CUSTOM CSS FROM BDD MODULE 454074 ***/
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454074.template-2.social-menu-template-2.module-social-menu,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454074.template-2.social-menu-template-2.module-social-menu,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454074.template-2.social-menu-template-2.module-social-menu,
.module.module-454074.template-2.social-menu-template-2.module-social-menu {
  margin-right: 20px;
}
/*** CUSTOM CSS FROM BDD MODULE 454124 ***/
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language,
.module.module-454124.template-1.language-template-1.module-language {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul,
.module.module-454124.template-1.language-template-1.module-language ul {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li,
.module.module-454124.template-1.language-template-1.module-language ul li {
  background: transparent;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li span,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li span,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li span,
.module.module-454124.template-1.language-template-1.module-language ul li span {
  text-transform: uppercase;
}
.zone-top_header .module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li.current span,
.module.module-455003.template-1.cluster-template-1.module-cluster .module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li.current span,
.module.module-454122.template-1.cluster-template-1.module-cluster .module.module-454124.template-1.language-template-1.module-language ul li.current span,
.module.module-454124.template-1.language-template-1.module-language ul li.current span {
  color: #345468;
  font-weight: 900;
}

