.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE TEMPLATE Marui PLUGIN Cluster ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/cluster.less ***/
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/legal.less ***/
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/search.less ***/
.module-search {
  padding: 5px;
  border-radius: 15px;
  background-color: #19469d;
  z-index: 9;
}
.module-search .responsive-overlay {
  display: flex;
  align-items: center;
}
.module-search .responsive-overlay i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  width: 42px;
  color: #fff;
  padding: 10px;
  border-radius: 20px;
  background-color: #153c87;
  font-size: 21px;
}
.module-search .responsive-overlay span {
  margin: 0 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (min-width: 1025px) {
  .module-search .responsive-overlay {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .module-search .fields-wrapper {
    height: 0;
    width: 0;
    opacity: 0;
  }
  .module-search.open {
    width: 100%;
    left: auto;
  }
  .module-search.open .fields-wrapper {
    height: auto;
    opacity: 1;
    width: auto;
  }
  .module-search.open .responsive-overlay {
    display: none;
  }
}
.module-search input,
.module-search input::placeholder,
.module-search .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search .field i {
  color: rgba(255, 255, 255, 0.6);
}
.module-search label {
  color: #fff;
}
.module-search.light {
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
}
.module-search.light input,
.module-search.light input::placeholder,
.module-search.light .select2-container--default .select2-selection--single .select2-selection__rendered,
.module-search.light .field i {
  color: #a4a4a4;
}
.module-search.light .form-bottom .field {
  border-left-color: #ddd;
}
.module-search.light label,
.module-search.light .responsive-overlay span,
.module-search.light .form-bottom .counter {
  color: #000000;
}
.module-search.light .responsive-overlay i {
  background-color: #e6e6e6;
  color: #999999;
}
.module-search.light .form-center .field.active,
.module-search.light .form-center .field:hover {
  background-color: #ededed;
}
.module-search .form-center {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-center {
    display: block;
  }
}
.module-search label {
  display: block;
  margin-top: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
}
.module-search input,
.module-search .select2-selection.select2-selection--single,
.module-search .select2-selection.select2-selection--multiple {
  background: none;
  border: none;
}
.module-search input {
  max-width: 100%;
  line-height: 30px;
}
.module-search .select2-selection.select2-selection--single,
.module-search .select2-selection.select2-selection--multiple {
  height: 30px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.module-search .select2-selection__rendered,
.module-search .select2-selection__arrow,
.module-search .select2-selection__rendered li {
  position: relative;
  height: 30px;
  line-height: 30px;
}
.module-search .select2-selection__arrow {
  display: none;
}
.module-search .select2-selection__rendered,
.module-search .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  margin-right: 10px;
}
.module-search .form-center .counter {
  position: absolute;
  right: 9px;
  bottom: 10px;
  background-color: #19469d;
  border-radius: 10px;
  color: #fff;
  padding: 2px 6px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
}
.module-search .form-center .field {
  position: relative;
  width: 220px;
  padding: 5px 20px;
  border-radius: 15px;
  transition: 0.25s;
}
.module-search .form-center .field i {
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-center .field {
    width: 100%;
  }
}
.module-search .form-center .field:hover {
  background-color: #153c87;
}
.module-search .form-center .field.active {
  background-color: #123271;
}
.module-search .form-center .field.category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 57px;
}
.module-search .form-center .field.category .counter {
  right: 0;
  bottom: 17px;
}
.module-search .form-center .field.category .select2-selection__rendered {
  width: 90%;
}
.module-search .price_min.number,
.module-search .price_max.number {
  width: 120px;
}
.module-search .buttons-wrapper {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .module-search .buttons-wrapper {
    margin: 10px 5px;
    justify-content: space-between;
  }
}
.module-search .submit {
  margin: 0 5px;
  padding: 0;
  height: 42px;
  width: 42px;
  background: #19469d;
  border-radius: 10px;
  border: none;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  transition: 0.25s;
}
.module-search .submit:hover {
  background: #123271;
}
.module-search .submit span {
  display: none;
  color: #fff;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .module-search .submit {
    display: flex;
    align-items: center;
    margin: 0;
    width: auto;
    padding: 5px 12px;
  }
  .module-search .submit i {
    order: 2;
  }
}
@media only screen and (max-width: 640px) {
  .module-search .submit i {
    font-size: 16px;
  }
}
.module-search .form-bottom {
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: 0.25s;
}
.module-search .form-bottom .advanced-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}
.module-search .form-bottom .field {
  width: 25%;
  padding-left: 10px;
  border-radius: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 640px) {
  .module-search .form-bottom .field {
    width: 100%;
    margin-top: 20px;
  }
}
.module-search .form-bottom .columns {
  width: 33%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-bottom .columns {
    width: 100%;
  }
}
.module-search .form-bottom .columns ul {
  display: flex;
  flex-wrap: wrap;
}
.module-search .form-bottom .columns ul li {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .module-search .form-bottom .columns ul li {
    width: 100%;
  }
}
.module-search .form-bottom li {
  display: flex;
  align-items: center;
}
.module-search .form-bottom .-inline {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.module-search .form-bottom label {
  margin-left: 5px;
  margin-top: 0;
  font-weight: 400;
}
.module-search .form-bottom .counter {
  margin-left: 10px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
}
.module-search.advanced-open .form-bottom {
  display: block;
  height: auto;
  padding: 10px 20px 20px;
  opacity: 1;
}
.module-search form .fields-wrapper .advanced-btn {
  margin: auto 5px;
  min-width: 165px;
  border: none;
  color: #fff;
  width: auto;
  bottom: 0;
  height: auto;
}
@media only screen and (max-width: 640px) {
  .module-search form .fields-wrapper .advanced-btn {
    padding: 8px;
    font-size: 14px;
    min-width: 0;
  }
}
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -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;
}
@-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);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Marui PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/leaflet-map.less ***/
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing > li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing > li:hover .picture .buttons > div .button {
  transform: translateX(0);
}
.module-listing ul.listing > li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing > li .titles h2,
.module-listing ul.listing > li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing > li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing > li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing > li .none {
  opacity: 0 !important;
}
.module-listing ul.listing > li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing > li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing > li .selectionLink:hover,
.module-listing ul.listing > li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing > li .picture {
  height: 240px;
}
.module-listing ul.listing > li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing > li .picture .buttons > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing > li .picture .buttons > div a {
  margin: 0 10px;
}
.module-listing ul.listing > li .picture .buttons > div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing > li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing > li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing > li.on-load {
  min-width: 100px;
}
.module-listing ul.listing > li.on-load > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-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-listing ul.listing > li.on-load > i.rotating {
  -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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Marui PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/listing.less ***/
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** CSS BASE PLUGIN Social Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SocialMenu/Resources/css/social_menu-1.css ***/
.social-menu-template-1 ul li {
  padding: 5px;
}
.social-menu-template-1 ul li a i {
  font-size: 22px;
  margin-right: 10px;
}
.social-menu-template-1 .facebook:hover a i {
  color: #3b5999;
}
.social-menu-template-1 .google-plus:hover a i {
  color: #dd4b39;
}
.social-menu-template-1 .instagram:hover a i {
  color: #e4405f;
}
.social-menu-template-1 .twitter:hover a svg path {
  fill: #55acee;
}
.social-menu-template-1 .twitter {
  top: 2px;
  position: relative;
}
.social-menu-template-1 .twitter svg {
  margin-right: 10px;
}
.social-menu-template-1 .youtube:hover a i {
  color: #cd201f;
}
.social-menu-template-1 .linkedin:hover a i {
  color: #0077B5;
}
.social-menu-template-1 .pinterest:hover a i {
  color: #bd081c;
}
.social-menu-template-1 .dailymotion:hover a i {
  color: #00d2f3;
}
.social-menu-template-1 .tiktok .mdi-tiktok:after {
  background-image: url("/plugins/SocialMenu/tiktok.svg");
}
.social-menu-template-1 .mdi-bg:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
/*** 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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/agency.less ***/
/*** 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 Marui PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/modules/css/language.less ***/
/*** GLOBAL CSS TEMPLATE Marui ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/css/main.less ***/
.iti--separate-dial-code .iti__selected-flag {
  background: transparent;
}
.iti--separate-dial-code .iti__selected-flag:hovver {
  background: transparent;
}
.mfp-content textarea {
  border-radius: 30px;
}
body {
  margin: 0;
}
.fp-bg {
  z-index: 1046;
}
.mfp-wrap {
  z-index: 1047;
}
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;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.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 {
  color: #19469d;
}
.select2-container--open .select2-dropdown--below {
  border: none;
  transform: translate(-20%, 20px);
  min-width: 400px;
  box-shadow: 0px 5px 20px 0px rgba(0, 45, 91, 0.15);
  border-radius: 20px;
  padding: 10px;
}
.select2-container--open .select2-dropdown--below.dropdown-category {
  transform: translate(-20%, 29px);
}
@media only screen and (max-width: 1024px) {
  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 0;
    transform: none;
  }
}
.select2-container.dark .select2-dropdown--below {
  background: #123271;
}
.select2-container.dark .select2-results__option {
  color: rgba(255, 255, 255, 0.6);
}
.select2-container.dark .select2-results__option--highlighted[aria-selected],
.select2-container.dark .select2-results__option[aria-selected=true] {
  color: #fff;
}
.mfp-content .popup-module-contact {
  max-width: 830px;
  width: 70vw;
  border-radius: 10px;
  padding: 30px 50px;
  background: white;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact {
    padding: 30px 15px;
    width: 90vw;
  }
}
.mfp-content .popup-module-contact .recaptcha {
  display: none;
}
.mfp-content .popup-module-contact button {
  border-radius: 10px;
}
.mfp-content .popup-module-contact input {
  border-radius: 10px;
}
.mfp-content .popup-module-contact .module-header {
  margin-bottom: 2rem;
}
.mfp-content .popup-module-contact .module-header p,
.mfp-content .popup-module-contact .module-header span {
  text-align: center;
}
.mfp-content .popup-module-contact .module-header span {
  display: block;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.875rem;
  color: #19469d;
}
.mfp-content .popup-module-contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-contact form .firstname,
.mfp-content .popup-module-contact form .lastname,
.mfp-content .popup-module-contact form .email,
.mfp-content .popup-module-contact form .phone,
.mfp-content .popup-module-contact form .city,
.mfp-content .popup-module-contact form .zipcode,
.mfp-content .popup-module-contact form .email {
  width: 49%;
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-contact form .firstname,
  .mfp-content .popup-module-contact form .lastname,
  .mfp-content .popup-module-contact form .email,
  .mfp-content .popup-module-contact form .phone,
  .mfp-content .popup-module-contact form .city,
  .mfp-content .popup-module-contact form .zipcode,
  .mfp-content .popup-module-contact form .email {
    width: 100%;
  }
}
.mfp-content .popup-module-contact form .message,
.mfp-content .popup-module-contact form .recaptcha {
  width: 100%;
}
.mfp-content .popup-module-contact form .field.custom_messages.choice {
  margin-bottom: 25px;
}
.mfp-content .popup-module-contact form label {
  font-size: 12px;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] div:last-child {
  order: 3;
}
.mfp-content .popup-module-contact form[name="contact-form-109674"] .message,
.mfp-content .popup-module-contact form[name="contact-form-109674"] .recaptcha {
  order: 3;
}
.mfp-content .popup-module-contact .SumoSelect > .CaptionCont,
.mfp-content .popup-module-contact .SumoSelect,
.mfp-content .popup-module-contact select {
  background: transparent !important;
}
.mfp-content .popup-module-contact textarea,
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"],
.mfp-content .popup-module-contact .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
}
.mfp-content .popup-module-contact .custom_messages {
  order: 3;
  width: 100%;
  margin-bottom: 10px;
}
.mfp-content .popup-module-contact .custom_messages .optWrapper > .options li.opt label,
.mfp-content .popup-module-contact .custom_messages .CaptionCont > span {
  text-align: left;
}
.mfp-content .popup-module-contact input[type="text"],
.mfp-content .popup-module-contact input[type="email"],
.mfp-content .popup-module-contact input[type="password"] {
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-contact .select2-container {
  margin-bottom: 0;
  background-color: transparent;
  border: none;
}
.mfp-content .popup-module-contact .select2-container--default .select2-selection--single {
  background-color: #fafafa;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  z-index: 1040;
}
header > div {
  position: relative;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  transition: all 0.35s ease;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  padding: 16.4px;
}
@media only screen and (max-width: 1024px) {
  header > div {
    padding-top: 0;
  }
}
header i {
  color: #0c0f24;
}
header.fixed > div .zone-header-right,
header.is-active > div .zone-header-right {
  transition: all 0.35s ease;
}
header.fixed > div .zone-header-right .module-cluster,
header.is-active > div .zone-header-right .module-cluster {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-right: 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-language,
header.is-active > div .zone-header-right .module-cluster .module-language {
  margin-top: 3px;
}
header.fixed > div .zone-header-right .module-cluster .module-language .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-language .FieldWrapper {
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i,
header.is-active > div .zone-header-right .module-cluster .module-language .ApiFieldGroup .CaptationContent i {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-language ul li a span,
header.is-active > div .zone-header-right .module-cluster .module-language ul li a span {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency,
header.is-active > div .zone-header-right .module-cluster .module-currency {
  float: left;
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper {
  border-left: solid 3px #0c0f24 /* @headerContent */;
  background-color: #ffffff /* @headerBackground */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .FieldWrapper label,
header.is-active > div .zone-header-right .module-cluster .module-currency .FieldWrapper label {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent span,
header.fixed > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before,
header.is-active > div .zone-header-right .module-cluster .module-currency .ApiFieldGroup .CaptationContent i:before {
  color: #0c0f24 /* @headerContent */;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main,
header.is-active > div .zone-header-right .module-cluster .module-menu.main {
  margin: 0;
}
header.fixed > div .zone-header-right .module-cluster .module-menu.main ul li,
header.is-active > div .zone-header-right .module-cluster .module-menu.main ul li {
  margin: 5px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead,
header.is-active > div .zone-header-right .module-cluster .module-lead {
  margin: 5px 10px;
}
header.fixed > div .zone-header-right .module-cluster .module-lead a span,
header.is-active > div .zone-header-right .module-cluster .module-lead a span,
header.fixed > div .zone-header-right .module-cluster .module-lead a i,
header.is-active > div .zone-header-right .module-cluster .module-lead a i {
  color: #0c0f24;
}
header.fixed > div .zone-header-left .module-logo,
header.is-active > div .zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
header.fixed > div .zone-header-left .module-logo img,
header.is-active > div .zone-header-left .module-logo img {
  height: 60px;
}
header.is-active > div {
  display: flex;
  flex-direction: column;
}
header.is-active > div > div {
  width: 100%;
}
header.is-active > div > div .module-logo a {
  position: relative !important;
}
header.is-active > div > div .module-menu.main {
  width: 100%;
  position: initial;
}
header.is-active > div > div .module-menu.main > ul {
  margin-top: 30px;
  border-right: none;
}
header.is-active > div > div .module-menu.main button {
  position: absolute;
  top: 22px;
  right: 17px;
}
header.is-active > div > div .module-menu.main button i {
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}
header.is-active > div > div .module-menu.main button i:before {
  content: "\F0156";
}
header.is-active > div .zone-header-right .module-menu > ul > li {
  padding: 0.5rem 1.5rem;
  border-bottom: solid 1px #eee;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu > a:after {
  transform: rotate(-90deg);
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
  background: transparent;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover ul li:hover span {
  color: #19469d !important;
}
header.is-active > div .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
  padding: 0;
}
header.is-active > div .zone-header-right .module-menu > ul > li:hover span {
  color: #19469d !important;
}
.is-active {
  max-width: 390px;
  height: 100%;
}
@media only screen and (max-width: 640px) {
  .is-active {
    max-width: 90%;
  }
  .is-active .zone-header-right .module-menu.main button {
    right: -30px;
  }
}
.is-active + .wrapper {
  transition: margin 0.5s;
}
.is-active + .wrapper::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1039;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.zone-header-left .module-logo {
  margin: 10px auto 0 20px;
}
.zone-header-left .module-logo img {
  height: 60px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.zone-header-right .module-menu {
  display: flex;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  transition: all ease 0.3s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-right: 1px solid #e9edf4;
  padding-right: 10px;
  margin-right: 10px;
}
.zone-header-right .module-menu > ul > li {
  display: block;
  margin: 0 9px 0 9px;
  margin-left: 9px;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  font-size: 15px;
  color: #0c0f24;
  /* @headerContent */
}
.zone-header-right .module-menu > ul > li a span {
  font-weight: 500;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.zone-header-right .module-menu > ul > li.sub-menu:after {
  position: relative;
  left: auto;
  top: auto;
  margin-left: 6px;
  /* font-size/2 */
  display: inline-block;
  content: "\F0140";
  font: normal normal normal 12px/1 "Material Design Icons";
}
.zone-header-right .module-menu > ul li.sub-menu ul {
  display: none;
  background: #ffffff /* @headerBackground */;
  position: absolute;
  top: 100%;
  left: -9999px;
  right: -9999px;
  max-width: 250px;
  margin: 0 auto 0 auto;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul > li.sub-menu:after {
    display: none;
  }
  .zone-header-right .module-menu > ul li.sub-menu > a:after {
    position: relative;
    left: auto;
    top: auto;
    margin-left: 5px;
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 18px/1 "Material Design Icons";
  }
  .zone-header-right .module-menu > 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;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    width: auto;
    margin-right: 15px;
  }
  .zone-header-right .module-menu > ul li.sub-menu ul li a {
    color: #0c0f24 /* @headerContent */;
  }
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    text-align: center;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul:hover {
    box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #19469d;
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul li {
    padding: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li {
    width: auto;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover {
    background: #19469d;
    border-radius: 10px;
  }
  .zone-header-right .module-menu > ul li.sub-menu:hover ul li:hover span {
    color: white;
  }
}
.zone-header-right .module-menu i {
  color: #fff;
}
.zone-header-right > .trigger_popup_language,
.zone-header-right > .module-counter,
.zone-header-right > .module-agency {
  display: flex;
  align-items: center;
  padding: 8px 5px 8px 0;
}
.zone-header-right > .trigger_popup_language .info,
.zone-header-right > .module-counter .info,
.zone-header-right > .module-agency .info {
  padding: 0;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a,
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.zone-header-right > .trigger_popup_language .info a,
.zone-header-right > .module-counter .info a,
.zone-header-right > .module-agency .info a,
.zone-header-right > .trigger_popup_language ul a,
.zone-header-right > .module-counter ul a,
.zone-header-right > .module-agency ul a {
  padding: 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right > .trigger_popup_language .info a:hover,
.zone-header-right > .module-counter .info a:hover,
.zone-header-right > .module-agency .info a:hover,
.zone-header-right > .trigger_popup_language ul a:hover,
.zone-header-right > .module-counter ul a:hover,
.zone-header-right > .module-agency ul a:hover {
  background: #ecedee;
}
.zone-header-right > .trigger_popup_language .info i,
.zone-header-right > .module-counter .info i,
.zone-header-right > .module-agency .info i,
.zone-header-right > .trigger_popup_language ul i,
.zone-header-right > .module-counter ul i,
.zone-header-right > .module-agency ul i {
  font-size: 22px;
}
.zone-header-right > .trigger_popup_language .info br,
.zone-header-right > .module-counter .info br,
.zone-header-right > .module-agency .info br,
.zone-header-right > .trigger_popup_language ul br,
.zone-header-right > .module-counter ul br,
.zone-header-right > .module-agency ul br {
  display: none;
}
.zone-header-right > .module-agency,
.zone-header-right > .module-counter {
  position: relative;
}
.zone-header-right > .module-agency:hover .module-header,
.zone-header-right > .module-counter:hover .module-header {
  display: block;
}
.zone-header-right > .module-agency .module-header,
.zone-header-right > .module-counter .module-header {
  text-align: center;
  min-width: 150px;
  border-radius: 10px;
  display: none;
  position: absolute;
  background: #002D5B;
  padding: 8px;
  bottom: 0;
  transform: translate(-50%, 100%);
  left: 50%;
  z-index: 99;
}
.zone-header-right > .module-agency .module-header span,
.zone-header-right > .module-counter .module-header span {
  color: white;
  font-size: 14px;
}
.zone-header-right > .module-agency .module-header:before,
.zone-header-right > .module-counter .module-header:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -15px;
  transform: rotate(90deg) translateY(50%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #002D5B transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.zone-header-right .module-counter li {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.25s;
}
.zone-header-right .module-counter li i {
  width: 100%;
}
.zone-header-right .module-counter li:hover {
  background: #ecedee;
  transform: none;
}
.zone-header-right .module-counter .count_cart {
  top: auto;
  right: 10px;
  bottom: 0;
  transform: translateX(100%);
  font-size: 10px;
  color: #0c0f24;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module.module-language {
  float: left;
  margin-top: 3px;
}
.zone-header-right .module.module-language .module-header {
  display: none;
}
.zone-header-right .module.module-currency {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-social-menu li span {
  display: none;
}
.zone-header-right .module.module-social-menu ul li a i {
  font-size: 21px;
}
.zone-header-right .module.module-social-menu a {
  color: #0c0f24 /* @colorSocialMedia */;
}
.zone-full-width .module-social-menu .twitter a svg path {
  fill: #0c0f24;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items {
  flex-direction: column;
  gap: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item {
  margin: 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 22px;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #0c0f24 /* @colorSocialMedia */;
  transition: fill 0.5s ease;
}
.zone-full-width .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
/* Responsive Laptop Header */
@media only screen and (max-width: 1024px) {
  .zone-header-right .module-menu ul,
  .zone-header-right .module-agency,
  .zone-header-right .module-language,
  .zone-header-right .module-148509,
  .zone-header-right .module-counter {
    display: none;
  }
}
footer {
  background-color: #19469d;
}
footer .section,
footer nav,
footer aside,
footer article,
footer figure,
footer figcaption,
footer td,
footer div,
footer p,
footer ul,
footer ol,
footer li,
footer dl,
footer dt,
footer dd,
footer select,
footer input,
footer textarea,
footer label,
footer button,
footer span,
footer label,
footer hr,
footer a {
  color: #e9edf4;
}
footer a:hover,
footer a:hover span {
  color: #19469d;
}
footer .icon-style-mixin {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
}
footer .footer-top {
  position: relative;
  padding: 20px 0;
  background-color: #153c87;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top {
    padding: 10px 0;
  }
}
footer .footer-top > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  align-items: center;
}
footer .footer-top .section,
footer .footer-top nav,
footer .footer-top aside,
footer .footer-top article,
footer .footer-top figure,
footer .footer-top figcaption,
footer .footer-top td,
footer .footer-top div,
footer .footer-top p,
footer .footer-top ul,
footer .footer-top ol,
footer .footer-top li,
footer .footer-top dl,
footer .footer-top dt,
footer .footer-top dd,
footer .footer-top select,
footer .footer-top input,
footer .footer-top textarea,
footer .footer-top label,
footer .footer-top button,
footer .footer-top span,
footer .footer-top label,
footer .footer-top hr,
footer .footer-top a {
  color: #fff;
}
footer .footer-top .module-header-title,
footer .footer-top span {
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-header-title,
  footer .footer-top span {
    font-size: 18px;
  }
}
footer .footer-top i {
  font-size: 22px;
}
footer .footer-top .module-social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu .twitter a svg path {
  fill: white;
}
footer .footer-top .module-social-menu .twitter a:hover svg path {
  fill: black;
}
footer .footer-top .module-social-menu .module-header-title {
  margin-right: 25px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-social-menu .module-header-title {
    display: none;
  }
}
footer .footer-top .module-social-menu ul {
  display: flex;
  align-items: center;
}
footer .footer-top .module-social-menu li {
  display: inline-block;
  margin: 4px auto 4px 10px;
  width: 34px;
  height: 34px;
  border-radius: 20px;
  transition: 0.25s;
}
footer .footer-top .module-social-menu li span {
  display: none;
}
footer .footer-top .module-social-menu li i:before {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-top .module-social-menu li:hover {
  background-color: #fff;
}
footer .footer-top .module-social-menu li:hover i:before {
  color: #19469d;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
  gap: 5px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  width: 24px;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item span {
  display: none;
}
footer .footer-top .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #000;
}
footer .footer-top .module-menu {
  margin-left: auto;
  padding-right: 20px;
}
footer .footer-top .module-menu a {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
footer .footer-top .module-menu a i:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-left: 20px;
  background-color: #19469d;
  color: #fff;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top .module-menu a i:before {
    display: none;
  }
}
footer .footer-top .module-menu a:hover i:before {
  background-color: #1d50b3;
}
footer .footer-top #toTop {
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop {
    position: absolute;
    right: 10px;
    top: calc(100% + 10px);
  }
}
footer .footer-top #toTop i:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #19469d;
}
@media only screen and (max-width: 1024px) {
  footer .footer-top #toTop i:before {
    background-color: #205ac9;
  }
}
footer .footer-top #toTop:hover i:before {
  background-color: #1d50b3;
}
footer .footer-main {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main {
    padding: 30px 0;
  }
}
footer .footer-main > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  footer .footer-main > div > * {
    width: 50%;
  }
  footer .footer-main > div > :not(:last-child) {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 360px) {
  footer .footer-main > div > * {
    width: 100%;
  }
}
footer .footer-main > div > *:before {
  display: inline-block;
  margin: 5px 0;
  background: #205ac9;
  border-radius: 20px;
  padding: 10px;
  line-height: 16px;
  color: #333;
}
footer .footer-main .module-header-title {
  font-weight: 600;
  font-size: 13px;
  color: #d1dae8;
}
footer .module-logo {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-logo {
    margin: 10px auto;
  }
}
footer .module-legal {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
footer .module-legal nav {
  padding-top: 10px;
  padding-bottom: 25px;
  border-top: 1px solid #e9edf4;
}
footer .module-legal ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul {
    justify-content: flex-start;
  }
}
footer .module-legal ul li {
  margin-right: 20px;
}
footer .module-legal ul li:last-child {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
}
footer .module-legal ul li:last-child a {
  line-height: 18px;
  font-size: 14px;
  opacity: 0.6;
}
@media only screen and (max-width: 1024px) {
  footer .module-legal ul li:last-child {
    margin-top: 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  footer .module-legal ul li:last-child {
    justify-content: flex-start;
  }
}
footer .module-legal ul li:last-child:after {
  content: "";
  float: right;
  clear: right;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url(/templates/Haku/credits.svg) 0 0 no-repeat;
}
footer .module-menu .mdi-home {
  display: none;
}
footer .module-agency .address {
  line-height: 22px;
}
footer .module-agency .phone a,
footer .module-agency .email a {
  font-weight: 600;
}
footer .module-agency .info-title {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  color: #d1dae8;
}
.accent {
  color: #19469d;
}
.slider .owl-controls .owl-dots {
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px 1px;
  max-width: 300px;
}
.slider .owl-controls .owl-dots .owl-dot {
  height: 2px;
  width: 70px;
  margin: 0 1px;
  background-color: #fff;
  transition: 0.25s;
}
.slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #737373;
}
.slider .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.subtitle,
.module-header-subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #58595b;
  font-weight: 600;
}
.subtitle i,
.module-header-subtitle i {
  margin-right: 10px;
}
.header-centered .module-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*** GLOBAL CSS TEMPLATE Marui PAGE listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Marui/Resources/pages/css/listing.less ***/
@media only screen and (min-width: 1025px) {
  .listing header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
  .listing header:not(.fixed) {
    background-color: transparent;
  }
  .listing header > div {
    padding: 10px 20px;
  }
  .listing header .zone-header-left {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1440px;
    padding-left: 16.4px;
  }
  .listing header .zone-header-right .module-menu ul {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1025px) {
  .listing .select2-container--open .select2-dropdown--below,
  .listing .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: auto;
    transform: translate(calc(100% + 30px), -63px);
  }
}
.listing .wrapper {
  max-width: none;
}
.listing .row-2 {
  display: flex;
  padding: 0;
  max-width: none;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 {
    display: block;
  }
}
.listing .row-2 > .zone-left-content {
  position: relative;
  width: 40%;
}
@media only screen and (max-width: 1300px) {
  .listing .row-2 > .zone-left-content {
    width: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 > .zone-left-content {
    width: 100%;
  }
}
.listing .row-2 > .zone-right-content {
  position: relative;
  width: 60%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  overflow: hidden;
  z-index: 1000;
}
@media only screen and (max-width: 1300px) {
  .listing .row-2 > .zone-right-content {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 > .zone-right-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -20px;
    width: 100%;
    z-index: auto;
    box-shadow: 0px -20px 40px 0px rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (max-width: 640px) {
  .listing .row-2 > .zone-right-content {
    padding-top: 30px;
  }
}
.listing .row-2 > .zone-right-content > div {
  max-width: 1040px;
  margin: auto;
  padding: 20px 40px 50px;
}
@media only screen and (max-width: 640px) {
  .listing .row-2 > .zone-right-content > div {
    padding: 20px 20px 50px;
  }
}
/*** CSS WEBSITE EXP France ***/
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHRiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLt_QiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLoHQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLrPQiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLmbXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOKCnqEu92Fr1Mu53ZEC9_Vu3r1gIhOszmOClHrs6ljXfMMLijXiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
.listing header.is-active {
  background: white;
}
body.homepage header .zone-header-right .module-menu > ul > li a span {
  font-size: 18px !important;
}
header.is-active > div > div .module-menu.main button {
  top: 5px;
}
@media screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul > li {
    margin: 0 15px 0;
  }
}
@media only screen and (max-width: 1024px) {
  header.is-active .zone-header-right .module-menu.main button {
    right: 15px;
  }
  header.fixed > div .zone-header-left .module-logo,
  header.is-active > div .zone-header-left .module-logo {
    margin: 10px auto 0 0px;
  }
}
body {
  background: #E9EDF4;
}
header.is-active {
  max-width: 100%;
}
.is-active .zone-header-right {
  justify-content: flex-start;
}
.is-active .zone-header-right .module-agency,
.is-active .zone-header-right .module-language,
.is-active .zone-header-right .module-279193,
.is-active .zone-header-right .module-counter,
.is-active .zone-header-right .module-menu ul {
  display: block;
}
footer {
  z-index: 100;
  position: relative;
}
footer .module-logo img {
  filter: brightness(0) invert(1);
}
footer a:hover,
footer a:hover span {
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  footer .footer-top > div {
    justify-content: center;
  }
  footer .footer-top > div .module {
    margin-bottom: 20px;
  }
}
.mfp-content textarea {
  border-radius: 30px;
}
/* bouton flèche cms */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 50%;
  /* Adjusted height to make it point to the right */
  width: 100%;
  /* Adjusted width to make it point to the right */
  background: #2c3e50;
}
.chevron:before {
  left: 0;
  transform: skewX(30deg);
  /* Changed skewY to skewX */
}
.chevron:after {
  right: 0;
  transform: skewX(-30deg);
  /* Changed skewY to skewX */
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateX(2.28rem);
    /* Changed translateY to translateX */
  }
  66.6% {
    opacity: 1;
    transform: translateX(3.12rem);
    /* Changed translateY to translateX */
  }
  100% {
    opacity: 0;
    transform: translateX(4.8rem) scale(0.5);
    /* Changed translateY to translateX */
  }
}
/**** button styles ****/
.button.button-2 {
  padding: 5px 10px;
}
.button.button-2 .mdi {
  margin: 0;
  transition: 0.35s ease;
}
.button.button-2:hover .mdi {
  margin-left: 10px;
  transition: 0.35s ease;
}
.button.secondary-button {
  outline: 2px solid #19469d;
  outline-offset: -2px;
  color: #19469d;
  background: none;
}
.button.secondary-button:hover {
  color: #19469d;
  background: none;
}
/* bouton flèche cms */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
}
.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}
.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}
.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}
.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #2c3e50;
}
.chevron:before {
  left: 0;
  transform: skewY(30deg);
}
.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateX(2.28rem);
    /* Change translateY to translateX */
  }
  66.6% {
    opacity: 1;
    transform: translateX(3.12rem);
    /* Change translateY to translateX */
  }
  100% {
    opacity: 0;
    transform: translateX(4.8rem) scale(0.5);
    /* Change translateY to translateX */
  }
}
.bs-sm-bloc {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.15);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-sm-bloc:hover {
  box-shadow: 10px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-floater:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.bs-colored-bloc:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.5);
}
.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 {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 0px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 0px;
}
.max-width-mixin {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
}
/* SEARCH USER */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1::after {
  display: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 40px;
}
.module-cms.cms-template-5 .info {
  text-align: justify;
}
body.homepage header {
  transition: 0.5s ease;
  background: transparent;
}
body.homepage header .zone-header-right .module-cms .info i {
  color: #fff;
}
body.homepage header .zone-header-right .module-menu > ul {
  border-right: 1px solid #fff;
}
body.homepage header .zone-header-right .module-counter li i,
body.homepage header .zone-header-right .module-counter .count_cart {
  color: #fff;
}
body.homepage header .zone-header-right .module-menu > ul > li a span {
  color: #fff;
}
body.homepage header .zone-header-right .module-social-menu ul li a i {
  color: #fff;
}
body.homepage header.fixed .zone-header-right .module-social-menu ul li a i {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-menu > ul {
  border-right: 1px solid #000;
}
body.homepage header:not(.fixed) .module-logo img {
  filter: brightness(100);
}
body.homepage .zone-full-width .module-search {
  top: 85%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  bottom: auto !important;
}
body.homepage header.fixed {
  background-color: #fff;
  transition: 0.5s ease;
  box-shadow: 0px 0px 4px;
}
body.homepage header.fixed .zone-header-right .module-cms .info i {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-counter li i,
body.homepage header.fixed .zone-header-right .module-counter .count_cart {
  color: #000;
}
body.homepage header.fixed .zone-header-right .module-menu > ul > li a span {
  color: #000;
}
body.homepage .wrapper {
  margin-top: 0 !important;
  max-width: 100%;
}
.zone-content {
  max-width: 1440px;
  margin: auto;
  padding: 0 20px;
  padding: 0;
}
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #000000;
  font: 400 16px / 26px 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: #19469d;
}
.hover_slider .owl-nav {
  display: none;
}
.hover_slider:hover .owl-nav {
  display: block;
}
i.icon_marui {
  color: white;
  font-size: 25px;
  position: relative;
}
i.icon_marui:before {
  padding: 10px;
  border-radius: 300px;
  z-index: 1;
  background: #205ac9;
}
/***** FONTS *****/
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
span,
label,
hr,
a {
  color: #0C0F24;
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin-top: 0;
  margin-bottom: 15px;
  color: #0C0F24;
  font-weight: 300;
}
h1,
h2 {
  font-size: 46px;
  line-height: 56px;
}
@media only screen and (max-width: 768px) {
  h1,
  h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
h3 {
  font-size: 24px;
  line-height: 30px;
}
.module-header-title {
  font-size: 30px;
  line-height: 40px;
}
.cms-subtitle,
.module-header-subtitle {
  font-weight: 500;
}
:focus {
  outline: none;
}
.button,
button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background: linear-gradient(180deg, #19469d, #19469d);
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  border-radius: 5px;
  transition: 0.25s;
}
.button:hover,
button:hover {
  background: linear-gradient(180deg, #153c87, #1d50b3);
}
.button span,
button span {
  color: #fff;
}
.recaptcha-terms a {
  font-size: 11px;
  line-height: 19px;
}
.wrapper {
  margin-top: 104px;
}
/* SLIDER */
.slider .owl-nav .owl-next i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  top: 50%;
  border-radius: 300px;
  background-color: white;
  padding: 10px;
  background-size: contain;
  color: #000000 /* @color4 */;
  height: 40px;
  width: 40px;
  z-index: 9999;
  left: -60px;
  right: auto;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-next i {
    left: 20px;
  }
}
.owl-next i:hover,
.owl-prev i:hover {
  transform: scale(1.4);
  transform-origin: center;
}
.slider .owl-nav .owl-prev i {
  overflow: hidden;
  display: block !important;
  position: absolute;
  background-color: white;
  padding: 10px;
  border-radius: 300px;
  box-shadow: 0px 0px 11px 0px rgba(1, 67, 110, 0.1);
  color: #000000;
  left: -110px;
  top: 50%;
  background-size: contain;
  height: 40px;
  width: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  transition: all 300ms;
}
@media only screen and (max-width: 1024px) {
  .slider .owl-nav .owl-prev i {
    left: -30px;
  }
}
/****** STYLE MODULES *****/
.module.shortcuts {
  position: relative;
  margin: 0 0 40px;
  padding: 80px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .module.shortcuts {
    padding: 20px;
    justify-content: center;
  }
}
.module.shortcuts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 350px;
  background-color: #000000;
  background-image: url('/uploads/websites/3311/content/9e71cf651699775c44135a65a0a306bb.png');
  background-size: contain;
  z-index: -1;
}
.module.shortcuts .module-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100%;
  text-align: center;
}
.module.shortcuts .module-header .module-header-title {
  margin-bottom: 35px;
  width: 100%;
  color: #fff;
  order: 2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.module.shortcuts .module-header .module-header-subtitle {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  font-size: 20px;
  line-height: 30px;
}
.module.shortcuts .module-header p {
  color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.module.shortcuts > a {
  position: relative;
  width: 18.5%;
  max-width: 350px;
  border-radius: 10px;
  margin-bottom: 15px;
  min-height: 150px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition: 0.25s;
  background: #fff;
}
.module.shortcuts > a .container {
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 30px;
}
.module.shortcuts > a .container img {
  max-width: 65px;
}
.module.shortcuts > a .container .content h3 {
  color: #19469d;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
}
.module.shortcuts > a .container .content p br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .module.shortcuts > a {
    width: 49%;
  }
}
@media only screen and (max-width: 640px) {
  .module.shortcuts > a {
    width: 47%;
    margin: 5px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 380px) {
  .module.shortcuts > a {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .module.shortcuts {
    font-size: 18px;
    line-height: 25px;
  }
}
body.property .zone-bottom-content {
  padding: 0 20px;
}
body.property section.row-2 > div.zone-right-content {
  background: none;
}
body.property .module-leaflet-map {
  height: 0;
  transform: scaleY(0);
}
body.property .property-info-template-2 .selectionLinkOn {
  filter: invert(71%) sepia(44%) saturate(7472%) hue-rotate(189deg) brightness(99%) contrast(104%);
}
body.property .mfp-content .module-leaflet-map {
  height: 420px;
  transform: scaleY(1);
}
body.property .row-2 {
  padding: 0;
  max-width: 100%;
}
body.property .banner {
  background: #D3DAE9;
}
body.property .banner .module-header span {
  justify-content: center;
}
body.property .banner h2 {
  text-align: left;
}
body.property .banner p {
  text-align: left;
}
body.property .banner .property-info-template-4 {
  padding: 40px 0px;
  max-width: 800px;
  margin: auto;
}
body.property .zone-full-width {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
body.property .zone-full-width .wrapper_property_info {
  margin-left: 90px;
  margin-top: 35px;
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width .wrapper_property_info {
    margin-left: 0px;
    width: 100%;
  }
}
body.property .zone-full-width h1 {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
body.property .zone-full-width .module-user .button {
  padding: 10px;
}
body.property .zone-full-width .module-user .container {
  justify-content: flex-start;
  margin: 0px;
  height: 180px;
}
body.property .zone-full-width .module-user .container .info {
  height: 150px;
  background: white;
  border-radius: 15px;
  margin-left: -10px;
  flex-basis: auto;
  padding-right: 0px;
  padding-left: 10px;
  width: auto;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
}
body.property .zone-full-width .module-user .container .info h3 {
  text-align: left;
}
body.property .zone-full-width .module-user .container .info > div > a {
  margin-right: 10px;
}
body.property .zone-full-width .module-user .container .info em {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
body.property .zone-full-width .module-user .container i {
  width: 120px;
  text-align: center;
}
body.property .zone-full-width .module-user .container .picture {
  text-align: left;
  padding: 0;
  width: auto;
  border-radius: 15px;
  overflow: hidden;
  max-width: 180px;
  box-shadow: 0px 10px 20px 0px rgba(0, 45, 91, 0.25);
  flex-basis: auto;
}
body.property .zone-full-width .module-user .container .picture img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
body.property .zone-full-width .module-user .container .picture i.mdi-account-circle {
  font-size: 100px;
  line-height: 140px;
}
body.property .zone-full-width .module-user .container .picture a {
  height: 100%;
}
@media only screen and (max-width: 640px) {
  body.property .zone-full-width .module-user .container {
    flex-direction: column;
    max-width: 70%;
    border-radius: 10px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
    margin: auto;
    background: white;
  }
  body.property .zone-full-width .module-user .container .picture {
    margin-top: 20px;
    max-width: 100%;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .picture img {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 10px 20px 40px 0px rgba(0, 43, 87, 0.15);
  }
  body.property .zone-full-width .module-user .container .info {
    background-color: transparent;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  body.property .zone-full-width .module-user .container .info h3 {
    text-align: center;
  }
}
body.property .zone-full-width .module-user ul.listing li .container .container {
  margin: 0;
}
body.property .zone-full-width .module-share i:before {
  color: #19469d;
}
body.property .zone-full-width .module-slider .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-full-width {
    flex-direction: column;
    padding: 0 20px;
  }
  body.property .zone-full-width > div {
    margin-bottom: 0;
  }
  body.property .zone-full-width .wrapper_slider_media {
    order: 1;
  }
  body.property .zone-full-width .wrapper_property_info {
    order: 2;
  }
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  justify-content: flex-start;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details:after {
  display: none;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details .module-header-subtitle {
  display: block;
  line-height: 40px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 15px;
  padding: 30px;
  width: calc(24% - 15px);
  min-width: 270px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div li {
  color: initial;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div img {
  width: 20px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle span {
  font-weight: 700;
  color: #19469d;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle img {
  border-radius: 5px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div .module-header-subtitle i {
  background: #19469d;
  height: 25px;
  width: 25px;
  color: white;
  text-align: center;
  border-radius: 300px;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li {
  display: flex;
  justify-content: space-between;
}
body.property .zone-left-content .module-cluster.wrapper_property_info_details > div ul li span {
  color: #000000;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details {
    padding: 0 20px;
    justify-content: space-between;
  }
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 48%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 640px) {
  body.property .zone-left-content .module-cluster.wrapper_property_info_details > div {
    width: 100%;
  }
}
body.property .wrapper_slider_media {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  body.property .wrapper_slider_media {
    width: 100%;
    margin-bottom: 0;
  }
}
body.property .wrapper_slider_media .owl-item {
  background: #2b2b2b;
}
body.property .wrapper_slider_media .slider {
  aspect-ratio: 4/3;
  height: auto !important;
}
body.property .row-2 .zone-right-content .module-cluster {
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  border-radius: 10px;
  background: linear-gradient(to left, transparent 45%, transparent 45%, #19469d 10%);
  padding: 20px 60px;
}
body.property .row-2 .zone-right-content .module-cluster > div {
  width: 50%;
  background: transparent;
}
body.property .row-2 .zone-right-content .module-cluster .module-property-info ul li {
  color: #fff;
}
body.property .row-2 .zone-right-content .module-cluster .module-property-info ul li span {
  color: #fff;
}
@media only screen and (max-width: 1240px) {
  body.property .row-2 .zone-right-content .module-cluster {
    flex-wrap: wrap;
    background: #19469d;
    padding: 20px;
    border-radius: 0;
  }
  body.property .row-2 .zone-right-content .module-cluster > div {
    width: 100%;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 {
    margin-top: 30px;
  }
}
body.property .row-2 .zone-right-content .module-cluster .module-header-title {
  display: none;
}
body.property .row-2 .zone-right-content .module-cluster .module-header .module-header-title {
  text-align: left;
  font-weight: 600;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
  display: flex;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div {
  background: white;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics > div svg {
  width: 300px;
}
body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics {
    flex-wrap: wrap;
    flex-direction: column;
  }
  body.property .row-2 .zone-right-content .module-cluster .property-info-template-33 .energy-diagnostics .diagnostic-2 {
    margin-top: 15px;
    margin-left: 0px;
  }
}
/****** PAGES LISTING *****/
.listing {
  /* fix search bar zone right */
}
@media only screen and (min-width: 1025px) {
  .listing .select2-container--open .select2-dropdown--below,
  .listing .select2-container--open .select2-dropdown--below.dropdown-category {
    min-width: 200px;
    transform: translate(-20%, 29px);
  }
}
.listing .row-2 {
  display: flex;
  flex-direction: row-reverse;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 {
    flex-direction: column-reverse;
  }
}
.listing .row-2 .zone-left-content {
  position: relative;
  min-height: calc(100vh - 130px);
  width: 60%;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  z-index: 1;
  padding: 0 50px;
  margin-top: 100px;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-left-content {
    width: 100%;
    margin-top: 0;
    padding: 0 20px;
  }
}
.listing .row-2 .zone-left-content .module-search {
  margin-bottom: 30px;
}
.listing .row-2 .zone-left-content .module-search .form-center .field {
  width: 15% !important;
}
.listing .row-2 .zone-left-content .module-search .form-bottom .columns {
  width: 45%;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-left-content .module-search {
    width: min-content;
    margin-left: auto;
    margin-right: auto;
  }
  .listing .row-2 .zone-left-content .module-search.open {
    width: 100%;
  }
  .listing .row-2 .zone-left-content .module-search.open .form-center .field {
    width: 100% !important;
  }
  .listing .row-2 .zone-left-content .module-search.open .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-size: 28px;
  }
}
.listing .row-2 .zone-right-content {
  background-color: transparent;
  z-index: 1;
  position: fixed;
  left: 0;
  top: 100px;
  width: 40%;
  overflow: inherit;
}
@media only screen and (max-width: 1024px) {
  .listing .row-2 .zone-right-content {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.listing .row-2 .zone-right-content > div {
  padding: 0;
}
.listing .row-2 .zone-right-content .module-search {
  position: fixed !important;
}
@media only screen and (min-width: 1025px) {
  .listing header {
    position: fixed;
  }
  .listing header .zone-header-left {
    position: initial;
    padding-left: 0;
  }
  .listing header:not(.fixed) {
    background: #ffffff;
  }
  .listing .wrapper {
    margin-top: 0 !important;
  }
}
.cluster-listing {
  display: flex;
  margin-bottom: 20px;
}
.cluster-cms {
  max-width: 1440px;
  margin: 40px auto;
  padding: 0 20px;
}
.cluster-cms .module-cms {
  border-radius: 10px;
  padding: 90px;
  min-height: 580px;
  height: auto;
  display: flex;
  margin-bottom: 60px;
}
.cluster-cms .module-cms .info {
  border-radius: 10px;
  flex-direction: column;
  background-color: rgba(0, 28, 83, 0.45);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px;
  color: white;
  margin-right: 0;
  width: 45%;
}
.cluster-cms .module-cms .info span {
  margin-bottom: 10px;
  color: #fff;
  font-size: 25px;
}
.cluster-cms .module-cms .info p {
  color: white;
  text-align: justify;
}
.cluster-cms .module-cms .info i {
  color: white;
  font-size: 40px;
  position: relative;
}
.cluster-cms .module-cms .info .cms-title {
  margin-bottom: 20px;
}
.cluster-cms .module-cms > div {
  width: 50%;
}
.cluster-cms .module-cms .background {
  width: 100%;
}
.cluster-cms .module-cms .picture {
  bottom: -100px;
  height: 120%;
  position: absolute;
  min-height: 300px;
  overflow: hidden;
  border-radius: 10px;
}
.cluster-cms .module-cms .picture img {
  object-fit: contain;
  height: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .cluster-cms .module-cms {
    flex-direction: column-reverse !important;
    padding: 0;
    margin: 0 0 20px !important;
  }
  .cluster-cms .module-cms .picture {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
  }
  .cluster-cms .module-cms .picture img {
    height: 300px;
  }
  .cluster-cms .module-cms .background {
    height: 300px;
    position: relative;
  }
  .cluster-cms .module-cms .info {
    margin: -200px auto 0 !important;
    width: 90%;
    padding: 40px;
  }
  .cluster-cms .module-cms .info a.button {
    text-align: left;
  }
}
@media only screen and (max-width: 640px) {
  .cluster-cms .module-cms {
    min-height: 100px;
  }
  .cluster-cms .module-cms .picture img {
    height: 200px;
  }
}
.cluster-cms .module-cms:nth-child(odd) {
  flex-direction: row-reverse;
}
.cluster-cms .module-cms:nth-child(odd) .info {
  margin-left: 0;
  margin-right: auto;
}
.cluster-cms .module-cms:nth-child(odd) .picture {
  position: relative;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .cluster-cms {
    padding: 0;
  }
}
.module-cms.cms-banner {
  height: auto;
}
.module-cms.cms-banner .picture:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 59%, #063088 92%);
  width: 100%;
  height: 100%;
}
.module-cms.cms-banner .picture {
  width: 100%;
  height: 30vw;
  position: relative;
}
.module-cms.cms-banner .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.module-cms.cms-banner .info {
  position: absolute;
  background: transparent;
  top: 50%;
  left: 50%;
  width: 30%;
  transform: translate(0%, -50%);
  background-color: rgba(0, 28, 83, 0.3);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  min-height: 350px;
}
.module-cms.cms-banner .info h1,
.module-cms.cms-banner .info h2,
.module-cms.cms-banner .info p {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .module-cms.cms-banner .info {
    position: relative;
    top: -45px;
    left: 0;
    transform: none;
    margin: auto;
    width: 90%;
    background-color: rgba(0, 28, 83, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }
  .module-cms.cms-banner .picture {
    padding: 0;
  }
}
.mfp-inline-holder .mfp-content .popup-module-newsletter,
.mfp-ajax-holder .mfp-content .popup-module-newsletter {
  height: 300px;
  max-width: 830px;
  width: 70vw;
  border-radius: 10px;
  padding: 30px 50px;
  background: white;
}
.mfp-inline-holder .mfp-content {
  background: transparent !important;
}
.mfp-content .popup-module-newsletter textarea,
.mfp-content .popup-module-newsletter input[type="text"],
.mfp-content .popup-module-newsletter input[type="email"],
.mfp-content .popup-module-newsletter input[type="password"],
.mfp-content .popup-module-newsletter .custom_messages {
  background-color: #fafafa;
  border: 1px solid #dbdbdb !important;
  border-radius: 10px;
  height: 44px;
  width: 100%;
  color: #454545;
  display: block;
  margin-bottom: 25px;
  padding: 0 12px 0;
}
.mfp-content .popup-module-newsletter form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mfp-content .popup-module-newsletter form #newsletter-form_first_name,
.mfp-content .popup-module-newsletter form #newsletter-form_last_name {
  width: 49%;
}
.mfp-content .popup-module-newsletter form .rgpd input {
  margin-right: 10px;
}
.popup-module-251900 input[type="email"] {
  position: absolute;
  top: 80px;
  right: 0;
  width: 70%;
  height: 40px;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  .popup-module-251900 input[type="email"] {
    width: 60%;
  }
}
.popup-module-251900 .rgpd {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: row-reverse;
}
.popup-module-251900 .rgpd input {
  margin-left: 10px;
}
.popup-module-251900 .mailTitle {
  color: white;
  position: absolute;
  top: 85px;
}
.popup-module-251900 .mainTitle {
  color: white;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-module-251900 .mainTitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-module-251900 {
    width: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup-module-251900 {
    width: 300px !important;
  }
}
.popup-module-newsletter.template-1 {
  background-color: transparent;
}
.popup-module-newsletter.template-1 .submit {
  position: absolute;
  height: 45px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter.template-1 .submit {
    top: 220px;
  }
}
.popup-module-newsletter.template-1 .submit span {
  font-family: 'Roboto', sans-serif;
}
.popup-module-newsletter.template-1 .submit span {
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 425px) {
  .popup-module-newsletter.template-1 .submit span {
    font-size: 10px;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 50%;
  cursor: auto;
  background-color: #101820d9;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 90%;
  }
}
.rgpd > label {
  color: #000;
}
.rgpd > label a {
  color: #19469d;
}
@media screen and (max-width: 768px) {
  .rgpd > label {
    text-align: center;
  }
}
.field.files input {
  color: white;
  margin: 10px;
}
.mfp-close-btn-in .mfp-close {
  color: #a59062;
  margin: 0px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .popup-module-contact {
    width: 270px;
    margin: auto;
  }
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: auto !important;
  }
  .mfp-content .popup-module-newsletter,
  .mfp-inline-holder .mfp-content .popup-module-newsletter {
    height: auto;
  }
  .mfp-content .popup-module-newsletter form #newsletter-form_first_name,
  .mfp-inline-holder .mfp-content .popup-module-newsletter form #newsletter-form_first_name,
  .mfp-content .popup-module-newsletter form #newsletter-form_last_name,
  .mfp-inline-holder .mfp-content .popup-module-newsletter form #newsletter-form_last_name {
    width: 100%;
  }
  .popup-module-newsletter.template-1 .submit {
    top: 0;
    position: relative;
  }
  .popup-module-newsletter.template-1 .submit span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .mfp-content .popup-module-newsletter,
  .mfp-inline-holder .mfp-content .popup-module-newsletter {
    padding: 30px 15px;
    width: 90vw;
  }
}
@media screen and (max-width: 425px) {
  .module-contact .submit,
  .popup-module-contact .submit {
    font-size: 10px;
    font-family: 'Roboto', sans-serif;
  }
}
/* MODULE PICTURE */
.module-picture.background-mod {
  position: relative;
}
.module-picture.background-mod .module-header {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-picture.background-mod .module-header .module-header-title {
  text-align: center;
  color: #fff;
}
.module-picture.background-mod .container {
  height: 250px;
}
@media only screen and (max-width: 640px) {
  .module-picture.background-mod .container {
    height: 180px;
  }
}
.module-picture.background-mod .container .picture {
  height: 100%;
  width: 100%;
  background-size: cover;
}
/*** MODULE LISTING ***/
.module-listing ul.listing > li {
  background: #fff;
}
.module-listing .message.no-results {
  padding: 20px;
}
/*** PAGE PROPERTY ***/
body.property .zone-top-content {
  position: relative;
  max-width: 1280px;
  margin: 2rem auto auto auto;
}
/*** responsive ***/
@media only screen and (max-width: 1024px) {
  header > div .zone-header-left .module-logo,
  header.fixed > div .zone-header-left .module-logo {
    margin: 10px 0 0;
  }
  header .zone-header-right,
  header.fixed .zone-header-right {
    flex-direction: row-reverse;
    align-items: baseline;
  }
  header .zone-header-right .popup-language.active .module-language,
  header.fixed .zone-header-right .popup-language.active .module-language {
    display: block;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279371 ***/
.zone-footer .module.module-279371.template-1.cms-template-1.module-cms.only-text,
.module.module-279371.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-279371 {
  position: absolute;
  background: none;
}
/*** CUSTOM CSS FROM BDD MODULE 279175 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster {
  padding: 40px 0 50px;
}
@media only screen and (max-width: 768px) {
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster {
    padding-bottom: 0;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div {
    justify-content: center;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu {
    margin-bottom: 40px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul {
    gap: 19px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li {
    width: 42px;
    height: 42px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li a i,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-social-menu ul li a i {
    font-size: 35px;
    line-height: 35px;
  }
  .zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-cluster .module-menu a,
  .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster > div .module-cluster .module-menu a {
    padding: 10px 20px;
    border-radius: 10px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279189 ***/
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster {
  display: none;
  position: absolute;
  right: 15px;
  top: 80px;
  z-index: 99999;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 10px;
  background: white;
  margin: auto;
  max-width: 200px;
  padding: 40px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header {
  display: flex;
  border-bottom: 1px solid #b8b8b8;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-title {
  padding-left: 10px;
  font-weight: 700;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-header .module-header-subtitle i {
  font-size: 25px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster > div,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster > div {
  margin-bottom: 20px;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .current .culture,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .current .culture {
  font-weight: 700;
}
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child),
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module-language ul li:not(:last-child) {
  margin: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 294821 ***/
.zone-left_content .module.module-294821.template-1.cms-template-1.module-cms.only-text,
.module.module-294821.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-294821 {
  padding: 0;
  margin: 20px auto 40px;
  /* template 2 */
}
.zone-left_content .module.module-294821.template-1.cms-template-1.module-cms.only-text .info,
.module.module-294821.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-294821 .info {
  padding: 0;
  max-width: 600px;
  text-align: center;
}
.zone-left_content .module.module-294821.template-1.cms-template-1.module-cms.only-text .info h1,
.module.module-294821.template-1.cms-template-1.module-cms.only-text .info h1,
.popup-module-cms.popup-module-294821 .info h1 {
  max-width: 50%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
  border-bottom: 1px solid #ececec;
}
.zone-left_content .module.module-294821.template-1.cms-template-1.module-cms.only-text .info,
.module.module-294821.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-294821 .info {
  text-align: center;
}
.zone-left_content .module.module-294821.template-1.cms-template-1.module-cms.only-text .info h1,
.module.module-294821.template-1.cms-template-1.module-cms.only-text .info h1,
.popup-module-cms.popup-module-294821 .info h1 {
  max-width: none;
  border: none;
}
/*** CUSTOM CSS FROM BDD MODULE 279076 ***/
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column,
.module.module-279076.template-1.menu-template-1.module-menu.main.column {
  /* key frames menu */
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0;
  background: #19469d;
  display: block;
  border-radius: 10px;
  transition: 0.5s;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover:after {
  width: 100%;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li:hover a span {
  color: #19469d;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current a span {
  color: #19469d;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current:after,
.module.module-279076.template-1.menu-template-1.module-menu.main.column > ul > li.current:after {
  width: 10px;
}
.zone-header_right .module.module-279076.template-1.menu-template-1.module-menu.main.column ul > li:nth-child(5) a span,
.module.module-279076.template-1.menu-template-1.module-menu.main.column ul > li:nth-child(5) a span {
  animation: color-change 2s infinite;
}
@keyframes color-change {
  0% {
    color: #19469d;
  }
  50% {
    color: #58595b;
  }
  100% {
    color: #19469d;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 279123 ***/
.zone-legal .module.module-279123.template-3.legal-template-3.variation-custom_legal_footer.module-legal.template3 ul li:last-child::after,
.module.module-279123.template-3.legal-template-3.variation-custom_legal_footer.module-legal.template3 ul li:last-child::after {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 279182 ***/
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search {
  top: 80%;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .btn-close-form,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .btn-close-form {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search.open .btn-close-form,
  .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search.open .btn-close-form {
    display: block;
  }
  .zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search.open,
  .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search.open {
    transform: translateY(0);
    left: 0 !important;
  }
  .zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search form .advanced-btn,
  .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search form .advanced-btn {
    display: block;
    background: #133470;
  }
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent {
  background-color: transparent;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent span,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent span {
  color: #fff;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent label,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .CaptationContent label {
  margin-top: 0;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper {
  border-radius: 10px;
  background-color: #123271;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper .field,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .ApiFieldGroup .FieldWrapper .field {
  background-color: transparent;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search form .advanced-btn,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search form .advanced-btn {
  font-size: 12px;
  text-decoration: underline;
  padding: 8px;
  min-width: 127px;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .price_min.number,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .price_min.number,
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .price_max.number,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .price_max.number {
  width: 140px;
}
.zone-left_content .module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .form-bottom .columns ul li,
.module.module-279182.template-1.search-template-1.variation-custom_search_horizontal.module-search .form-bottom .columns ul li {
  width: 100%;
}
/*** CUSTOM CSS FROM BDD MODULE 294822 ***/
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map {
  position: sticky;
  height: calc(100vh - 100px);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* popup style */
  /* slider */
}
@media only screen and (max-width: 1024px) {
  .zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map,
  .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map {
    position: relative;
    height: 400px;
    z-index: 9;
  }
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map:before,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.26) 25%, #fff 90%);
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map:before,
  .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map:before {
    display: none;
  }
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-container a,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-container a {
  font-size: 14px;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon.active i.mdi-circle,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon.active i.mdi-circle {
  color: #19469d;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map i,
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .counter,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .counter {
  transition: 0.25s;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon:hover i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon:hover i,
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon:hover .counter,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-marker-icon:hover .counter {
  transform: scale(1.06);
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content {
  height: auto !important;
  border: none;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-tip,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-tip {
  background-color: rgba(255, 255, 255, 0.4);
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-tip-container,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-tip-container {
  display: none;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper {
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .picture,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .picture {
  min-height: 80px;
  background-color: transparent;
  padding-bottom: 0;
  width: 45%;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .picture img,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .picture img {
  width: auto;
  object-fit: contain;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .content,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .content {
  width: 50%;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .title,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .title {
  padding: 0;
  text-align: left;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .title h3,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .title h3 {
  line-height: 20px;
  margin-bottom: 5px;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .price,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content-wrapper a .price {
  margin: 0;
  color: #19469d;
  font-weight: 600;
  font-size: 16px;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .loading,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .loading {
  background-color: transparent;
  max-height: 84px !important;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-top.leaflet-left,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-top.leaflet-left {
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 1024px) {
  .zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-top.leaflet-left,
  .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-top.leaflet-left {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-touch .leaflet-control-attribution,
  .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-touch .leaflet-control-attribution {
    bottom: 30px;
  }
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-control-layers.leaflet-control,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-control-layers.leaflet-control {
  display: none;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-control-layers.leaflet-control a,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-control-layers.leaflet-control a {
  font-size: 11px;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev,
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  position: static;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev i,
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next i {
  background: none;
  box-shadow: none;
  font-size: 20px;
  color: #000000;
  text-shadow: none;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev i {
  left: auto;
  right: 30px;
}
.zone-right_content .module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next i,
.module.module-294822.template-1.leafletmap-template-1.module-leaflet-map.module-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next i {
  left: auto;
  right: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 279259 ***/
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing,
.module.module-279259.template-3.listing-template-3.module-listing .listing {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li {
  position: relative;
  margin: 0 0 40px;
  min-height: 350px;
  width: calc(50% - 20px);
  transition: 0.25s;
  overflow: hidden;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li:hover,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li:hover {
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1200px) {
  .zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li,
  .module.module-279259.template-3.listing-template-3.module-listing .listing > li {
    width: 100%;
  }
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li ul {
  margin: 20px auto;
  padding: 0 10px;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: transparent;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul > li,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li ul > li {
  display: flex;
  align-items: center;
  height: auto;
  width: 50%;
  margin: 3px 0;
  color: #000000;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul li,
  .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul li {
    width: auto;
    padding: 0;
  }
  .zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event),
  .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul li:nth-child(event) {
    padding-right: 10px;
    padding-left: 0px;
  }
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul span,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li ul span {
  color: #002b57;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  max-width: calc(100% - 45px);
  word-break: break-all;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li ul i,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li ul i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  color: #19469d;
  font-size: 18px;
  font-weight: 400;
  background-color: #7aa0ea;
  border-radius: 10px;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li .soleagent,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li .soleagent {
  display: flex;
  align-items: center;
  padding: 8px 10px;
  top: 20px;
  left: 20px;
  text-transform: uppercase;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .listing > li .soleagent i,
.module.module-279259.template-3.listing-template-3.module-listing .listing > li .soleagent i {
  margin-right: 5px;
  font-size: 17px;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture,
.module.module-279259.template-3.listing-template-3.module-listing .picture {
  background: #2b2b2b;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture:before,
.module.module-279259.template-3.listing-template-3.module-listing .picture:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #222121d4 100%);
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture img,
.module.module-279259.template-3.listing-template-3.module-listing .picture img {
  width: 100%;
  object-fit: cover;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture .picture-infos,
.module.module-279259.template-3.listing-template-3.module-listing .picture .picture-infos {
  position: absolute;
  left: 20px;
  bottom: 15px;
  z-index: 9;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture .picture-infos h3,
.module.module-279259.template-3.listing-template-3.module-listing .picture .picture-infos h3 {
  color: #fff;
  font-weight: 600;
  font-size: 19px;
  line-height: 24px;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .picture .category,
.module.module-279259.template-3.listing-template-3.module-listing .picture .category {
  display: inline-block;
  padding: 2px 12px;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: #19469d;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing .price,
.module.module-279259.template-3.listing-template-3.module-listing .price {
  position: absolute;
  font-weight: 600;
  color: #fff;
  background-color: #19469d;
  padding: 5px 10px;
  margin-left: 20px;
  border-radius: 10px;
  transform: translateY(-50%);
  z-index: 99;
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.module.module-279259.template-3.listing-template-3.module-listing ul.listing > li .selectionLink:hover,
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn,
.module.module-279259.template-3.listing-template-3.module-listing ul.listing > li .selectionLinkOn {
  transform: scale(1.4);
}
.zone-left_content .module.module-279259.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i,
.module.module-279259.template-3.listing-template-3.module-listing ul.listing > li:not([data-loading="true"]) > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
  -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;
}
/*** CUSTOM CSS FROM BDD MODULE 279194 ***/
.zone-header_right .module.module-279194.template-1.counter-template-1.module-counter .module-header-content a,
.module.module-279194.template-1.counter-template-1.module-counter .module-header-content a {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 279080 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li {
  width: 45px;
  height: 45px;
  border-radius: 40px;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li a i {
  font-size: 35px;
  margin: 0;
  line-height: 35px;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover i:before {
  color: #fff;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.facebook {
  background: #0866ff;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.instagram {
  background: #c71375;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.youtube {
  background: #f00;
}
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin,
.module.module-279080.template-1.social-menu-template-1.module-social-menu ul li:hover.linkedin {
  background: #0077b0;
}
/*** CUSTOM CSS FROM BDD MODULE 307865 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-307865.template-1.menu-template-1.module-menu.inline,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-307865.template-1.menu-template-1.module-menu.inline,
.module.module-307865.template-1.menu-template-1.module-menu.inline {
  margin-left: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 302455 ***/
.zone-footer .module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-302455.template-1.cluster-template-1.module-cluster,
.module.module-279175.footer-top.template-1.cluster-template-1.module-cluster .module.module-302455.template-1.cluster-template-1.module-cluster,
.module.module-302455.template-1.cluster-template-1.module-cluster {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*** CUSTOM CSS FROM BDD MODULE 279118 ***/
.zone-footer .module.module-279177.footer-main.template-1.cluster-template-1.module-cluster .module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address,
.module.module-279177.footer-main.template-1.cluster-template-1.module-cluster .module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address,
.module.module-279118.ri-map-pin-2-line.template-7.agency-template-7.variation-custom_agency_footer.module-agency.simple p.address {
  font-size: 26px;
  margin-bottom: 25px;
  margin-top: 10px;
}
/*** CUSTOM CSS FROM BDD MODULE 279119 ***/
.zone-header_right .module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module.module-279119.template-1.language-template-1.module-language .module-header-title,
.module.module-279189.popup-language.template-1.cluster-template-1.module-cluster .module.module-279119.template-1.language-template-1.module-language .module-header-title,
.module.module-279119.template-1.language-template-1.module-language .module-header-title {
  font-size: 20px;
  line-height: 30px;
}

