/* color variables */
/* text variables */
/**param variables*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700&display=swap');
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
}
/*** 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/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-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;
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/cms.less ***/
.module-cms {
  padding: 0;
  margin: 50px 0;
}
.module-cms .info {
  text-align: justify;
}
/*** 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 Zenia PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/listing.less ***/
.listing .zone-right-content {
  background-color: #0a0806 /* @color2 */;
}
.module-listing .module-header {
  margin-bottom: 50px;
}
.module-listing .module-header h1 {
  margin-bottom: 0;
}
.module-listing ul.listing {
  max-width: 1240px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.module-listing ul.listing > li {
  width: 32%;
  min-height: 430px;
  margin: 0 0 50px;
}
.module-listing ul.listing > li figure {
  position: relative;
  margin-bottom: 15px;
}
.module-listing ul.listing > li figure a {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.module-listing ul.listing > li figure a.logo {
  background: #0a0806 /* @color2 */;
}
.module-listing ul.listing > li figure a.logo img {
  width: 50%;
}
.module-listing ul.listing > li figure a img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
.module-listing ul.listing > li figure .diagnostic-59 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.module-listing ul.listing > li article.infos {
  padding-left: 20px;
  border-left: 1px solid #0a0806 /* @color4 */;
}
.module-listing ul.listing > li article.infos h2 {
  display: block;
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 0;
}
.module-listing ul.listing > li article.infos h3 {
  text-transform: uppercase;
  font-family: lato;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.module-listing ul.listing > li article.infos h4 {
  background: #0a0806 /* @color4 */;
  padding: 10px;
  color: #ffffff /* @color */;
}
.module-listing ul.listing > li article.infos p.price {
  font-weight: 700 /* @fontweight2 */;
}
.module-listing ul.listing > li article.infos ul {
  background: none;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li {
  color: #191919;
  height: auto;
}
.module-listing ul.listing > li article.infos ul li.price {
  background: #0a0806 /* @color4 */;
  padding: 7px;
  color: #fff;
}
.module-listing ul.listing > li ul {
  background-color: #0a0806 /* @color2 */;
}
.module-listing ul.listing li {
  position: relative;
}
.module-listing ul.listing li .titles {
  background-color: #0a0806 /* @color4 */;
}
.module-listing ul.listing li .soleagent {
  background-color: #0a0806 /* @color4 */;
  z-index: 1;
}
.module-listing ul.listing li .owl-controls i {
  background-color: rgba(10, 8, 6, 0.5);
}
.module-listing ul.listing li ul li.price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  background-color: transparent;
}
.module-listing ul.listing li ul li.price div {
  height: auto;
  padding: 4px 20px;
  color: #0a0806 /* @color4 */;
  border: 1px solid #0a0806 /* @color4 */;
  border-radius: 2px;
}
.module-listing ul.listing li .owl-controls i {
  background-color: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.48);
}
.module-listing ul.listing li .medias {
  position: absolute;
  right: 0;
  top: 78px;
  padding: 1px 8px;
  color: #fff;
  background-color: #4a134a;
}
@media screen and (max-width: 1024px) {
  .module-listing ul.listing > li {
    width: 49%;
    min-height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .module-listing ul.listing > li {
    width: 100%;
    min-height: auto;
  }
}
nav.pager {
  text-align: center;
  overflow: hidden;
}
nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
}
nav.pager li a,
nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  font-weight: 700;
  text-align: center;
  background-color: #0a0806 /* @color2 */;
}
nav.pager li a {
  color: #0a0806 /* @color4 */;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #0a0806 /* @color4 */;
}
nav.pager li.disabled {
  display: none;
}
.zone-right-content .module-share {
  margin-top: 40px !important;
}
.icons ul.listing li span {
  display: inline-block;
  width: 23px;
  height: 23px;
  vertical-align: middle;
}
.icons ul.listing li span.rooms {
  background-image: url('/templates/Zenia/icons_seasonal/door.svg');
  background-size: cover;
}
.icons ul.listing li span.bedrooms {
  background-image: url('/templates/Zenia/icons_seasonal/bedrooms.svg');
  background-size: cover;
}
.icons ul.listing li span.area {
  background-image: url('/templates/Zenia/icons_seasonal/area.svg');
  background-size: cover;
}
.icons ul.listing li span.bathrooms {
  background-image: url('/templates/Zenia/icons_seasonal/bathrooms.svg');
  background-size: cover;
}
/*** 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 Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/language-2.css ***/
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
.module-language .CustomDropdown {
  position: relative;
}
.module-language .CustomDropdown .DropdownContent {
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: 50px;
  left: -100px;
  z-index: 10;
  padding: 10px;
  min-width: 150px;
}
.module-language .CustomDropdown.open .DropdownContent {
  display: block;
}
.module-language .CustomDropdown.open .DropdownContent ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.module-language .CustomDropdown.open .DropdownContent ul > li {
  height: fit-content;
  width: 100%;
}
.module-language .CustomDropdown.open .DropdownContent ul > li:hover {
  backdrop-filter: contrast(0.75);
}
.module-language .CustomDropdown.open .DropdownContent ul > li a {
  gap: 12px;
  min-height: 35px;
  width: 100%;
  transition: 0.5 ease;
  display: flex;
  align-items: center;
}
.module-language .CustomDropdown.open .DropdownContent ul > li a span {
  text-transform: capitalize;
}
.module-language .CustomDropdown .DropdownCaption {
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  justify-content: flex-end;
}
.module-language .CustomDropdown .DropdownCaption span {
  text-transform: capitalize;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/agency.less ***/
.agency .module-agency .agency .picture,
.agency .module-agency .agency .info {
  width: 100%;
  text-align: center;
}
/*** 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 Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Zenia PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/modules/css/legal.less ***/
section.legalContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
section.legalContent h2 {
  margin-bottom: 10px;
  padding-bottom: 0;
}
section.legalContent p {
  font-size: 14px;
  line-height: 20px;
}
section.legalContent div {
  width: 100%;
}
section.legalContent article.editor,
section.legalContent article.publisher {
  width: 49%;
  padding-left: 20px;
  border-left: 2px solid;
  margin-top: 40px;
}
section.cookies {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 70px;
  -moz-column-gap: 70px;
  column-gap: 70px;
  padding: 20px;
  background: #f1f1f1;
}
section.cookies h2 {
  -webkit-column-span: all;
  -moz-column-span: all;
  column-span: all;
  display: block;
}
section.cookies h3 {
  margin-bottom: 5px;
  font-size: 18px;
  font-family: 'Lato';
}
section.cookies p {
  font-size: 14px;
  line-height: 20px;
}
/*** GLOBAL CSS TEMPLATE Zenia ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/css/main.less ***/
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  color: #0a0806 /* @fontColor */;
  font-family: 'Figtree', sans-serif /* @fontfamily */;
  font-weight: 400 /* @fontweight */;
  font-size: 16px /* @fontsize */;
  line-height: 26px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #ffffff /* @bodyColor */;
  padding: 0px /* @paddingBody */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #0a0806 /* @fontColorTitle */;
  font-family: 'Playfair Display', serif /* @fontfamilyTitle */;
  font-weight: 700 /* @fontweightTitle2 */;
}
h1,
h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
h1 {
  font-size: 46px /* @fontsizeTitle */;
  line-height: 56px;
}
h2,
h3 {
  font-size: 22px /* @fontsizeTitle2 */;
  line-height: 32px;
}
a {
  color: #0a0806 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #0a0806 /* @fontColor */;
}
p {
  margin-bottom: 10px;
}
header,
footer,
nav,
section,
aside,
article,
figure,
figcaption {
  display: block;
  box-sizing: border-box;
}
ul,
li,
div,
select,
textarea,
input[type="text"],
.button,
input[type="submit"] {
  box-sizing: border-box;
}
:focus {
  outline: none;
}
.fancybox-skin {
  background: #ffffff /* @color */;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
.ApiFieldGroup .CaptationContent {
  background: none;
}
button,
.button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  color: #ffffff /* @color */;
  background-color: #0a0806 /* @color2 */;
  border-radius: 2px !important;
}
button:hover,
.button:hover {
  background-color: #0a0806 /* @color4 */;
}
/* zones */
.zone {
  position: relative;
}
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  margin-top: 80px;
}
.wrapper {
  margin-top: 133px /* @wrapper */;
}
.zone-content {
  max-width: 1240px;
  margin: 0 auto;
  margin: 50px auto;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 149px /* @wrapper1024 */;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    margin-top: 177px /* @wrapper640 */;
  }
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #222221 /* @searchColor */;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: rgba(255, 255, 255, 0) /* @searchBackground */;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
form ::placeholder {
  background-color: rgba(255, 255, 255, 0) /* @searchBackground */;
  color: #222221 /* @searchColor */;
}
.select2-container--default .select2-selection {
  border: none !important;
  border-bottom: 1px solid;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222221 /* @searchColor */;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
li[role="option"] {
  color: #000;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.select2-dropdown.dropdown-price .select2-results__option {
  padding-left: 0;
}
.mfp-container .select2-container,
.select2-container--open {
  z-index: 9999999999;
}
/** HEADER */
header {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #ffffff /* @headerBackground */;
  z-index: 9999;
  border-top: 0px solid #ffffff /* @bodyColor */;
}
header > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}
.zone-header-left .module-logo {
  width: auto;
  float: left;
}
.zone-header-left .module-logo img {
  height: 100px /* @heightLogo */;
  width: auto;
}
.zone-header-right {
  width: 65%;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.zone-header-right .module-menu > ul {
  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;
}
.zone-header-right .module-menu > ul > li {
  display: block;
}
.zone-header-right .module-menu > ul > li i.mdi.mdi-home {
  display: none;
}
.zone-header-right .module-menu > ul > li a {
  color: #0a0806 /* @headerContent */;
}
.zone-header-right .module-menu > ul > li.sub-menu > ul > li {
  width: 100%;
}
.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 screen and (min-width: 1025px) {
  .zone-header-right .module-menu > ul li.sub-menu:hover ul {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .zone-header-right .module-menu > ul li.sub-menu ul {
    display: block;
    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: #0a0806 /* @headerContent */;
  }
}
.zone-header-right .module-menu.main {
  width: 100%;
}
.zone-header-right .module-social-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-header-right .module {
  margin-left: 15px;
}
.zone-header-right .module a {
  color: #0a0806 /* @headerContent */;
  font-size: 14px;
}
.zone-header-right .module.module-language {
  float: left;
  margin: 0;
}
.zone-header-right .module.module-language ul {
  text-align: center;
}
.zone-header-right .module.module-language ul li a span {
  color: #0a0806 /* @headerContent */;
}
.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: 19px;
}
.zone-header-right .module.module-social-menu a {
  color: #ffffff /* @colorSocialMedia */;
}
.zone-header-right .module .ApiFieldGroup .CaptationContent span {
  padding: 0 10px;
  color: #0a0806 /* @headerContent */;
}
.zone-header-right .module .ApiFieldGroup .CaptationContent label {
  left: 0;
  top: auto;
  bottom: -1px;
  width: auto;
  height: 10px;
  line-height: 10px;
  text-align: center;
}
.zone-header-right .module .ApiFieldGroup.close .CaptationContent label i::before {
  line-height: inherit;
  color: #ffffff /* @color */;
}
.zone-header-right .module .ApiFieldGroup.open .CaptationContent label i::before {
  content: none;
}
.zone-header-right .module .ApiFieldGroup .FieldWrapper {
  left: -10003px;
  right: -9999px;
  margin: 7px auto 0;
  max-width: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.zone-header-right .module .ApiFieldGroup .FieldWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  width: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(-45deg);
}
@media screen and (max-width: 1024px) {
  header > div {
    justify-content: flex-end;
  }
  .zone-header-left {
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .zone-header-right .module-menu.main {
    margin-top: 10px;
  }
  .zone-header-right .module-menu.main button {
    float: right;
  }
  .zone-header-right .module-menu.main button:hover {
    background: none;
  }
  .zone-header-right .module-menu.main button i {
    font-size: 42px;
  }
  .zone-header-right .module-menu.main > ul {
    display: none;
    margin-top: 35px;
    text-align: right;
    padding: 10px;
  }
  .zone-header-right .module-menu.main > ul.active {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .zone-header-right {
    width: 100%;
  }
  .zone-header-right .module-menu.main {
    margin-top: 40px;
  }
  .zone-header-left {
    top: 65px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    text-align: center;
  }
  .zone-header-left .module-logo {
    float: none;
    max-width: none;
  }
}
@media screen and (max-width: 470px) {
  .zone-header-left {
    right: auto;
    left: 10px;
    top: 89px;
  }
  .zone-header-left .module-logo img {
    height: 70px;
  }
  .zone-header-right .module-menu > ul > li {
    margin-bottom: 0;
  }
  .zone-header-right .module-menu.main {
    margin-top: 50px;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background: #ffffff /* @footerBackground */;
  clear: both;
}
footer a,
footer li {
  color: #0a0806 /* @footerContent */;
}
footer .module-menu {
  width: 64%;
  margin: auto;
}
footer .module-menu ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
footer .module-menu ul > li {
  margin: 0;
}
footer .module-menu ul > li .mdi.mdi-home {
  display: none;
}
@media screen and (max-width: 540px) {
  footer .module-menu {
    width: 90%;
  }
  footer .module-menu ul > li {
    width: 100%;
    text-align: center;
  }
}
footer .zone-legal .module-legal {
  padding: 20px 0;
}
footer .zone-legal .module-legal .content {
  text-align: center;
}
footer .zone-legal .module-legal ul li {
  text-align: left;
  vertical-align: middle;
}
footer .zone-legal .module-legal ul li:last-child {
  font-size: 12px;
  line-height: 15px;
}
footer .zone-legal .module-legal ul li:last-child span {
  display: block;
}
footer .zone-legal .module-legal ul li:last-child:before {
  content: "";
  float: left;
  clear: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
/**modules-header*/
.module-header h1,
.module-header h2 {
  margin-bottom: 25px;
  padding-bottom: 0;
}
.module-header .subtitle {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 3px;
}
.zone-right-content .module-header {
  margin-bottom: 0;
}
/** MODULES */
/* currency */
.module-currency .FieldWrapper {
  background-color: #0a0806 /* @color2 */;
  border-left: solid;
}
.module-currency span {
  color: #0a0806 /* @color4 */;
  font-family: 'Figtree', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #0a0806 /* @color4 */;
  font-family: 'Figtree', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* language */
.module-language .FieldWrapper {
  background-color: #0a0806 /* @color2 */;
  border-left: solid;
}
.module-language span {
  color: #0a0806 /* @color4 */;
  font-family: 'Figtree', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #0a0806 /* @color4 */;
  font-family: 'Figtree', sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/* selection */
/* content */
/* news */
.structured-cms-template-1 .cms-list li {
  overflow: hidden;
  margin-bottom: 40px;
}
.structured-cms-template-1 .cms-list li:nth-child(even) {
  background-color: #0a0806 /* @color2 */;
}
.structured-cms-template-1 .cms-list li .picture-container {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 20px;
  height: 250px;
  overflow: hidden;
}
.structured-cms-template-1 .cms-list li .picture-container img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  width: auto;
  max-width: 120%;
  max-height: 120%;
}
.structured-cms-template-1 .cms-list li .content {
  margin-top: 20px;
}
.structured-cms-template-1 .cms-list li .content h4 {
  display: block;
  margin-bottom: 10px;
}
.structured-cms-template-1 .cms-list li .content h3 {
  margin-bottom: 10px;
}
.structured-cms-template-5 {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 .button {
  position: absolute;
  top: 15px;
  right: 0;
  padding: 10px 20px;
}
.structured-cms-template-5 > .content {
  position: relative;
  overflow: hidden;
}
.structured-cms-template-5 > .content .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-5 > .content .picture img {
  max-width: 100%;
}
.structured-cms-template-5 > .content article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-5 > .list {
  margin-top: 1%;
}
.structured-cms-template-5 > .list > .picture,
.structured-cms-template-5 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-5 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-5 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-5 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-5 > .content .picture,
  .structured-cms-template-5 > .content article {
    float: none;
    width: 100%;
  }
}
.structured-cms-template-5 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-5 > .list {
  padding-top: 10px;
}
/* pager */
/* similar */
/* property-details */
.property-details .zone-top-content {
  min-height: 150px;
}
.property-details .zone-top-content > .module-slider .thumbnail {
  z-index: 10;
}
.property-details .zone-top-content > .module-property-info h2 {
  font-weight: 400;
  /* text-transform: lowercase; */
}
.property-details .zone-top-content .slider.owl-carousel .owl-stage-outer {
  transform: translateX(-14.55%);
  width: calc(116.85vw);
}
.property-details .zone-top-content .slider.owl-carousel .picture {
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  height: auto;
}
.property-details .zone-top-content .slider.owl-carousel .picture.portrait {
  width: 100%;
  height: 100%;
}
.property-details .zone-right-content {
  background-color: #0a0806 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
  background-color: #0a0806 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer > .module-header {
  max-width: none;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > .module-cluster {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.property-details .zone-bottom-content > .contactContainer > .module-contact {
  margin-left: 0;
}
.property-details .zone-bottom-content > .contactContainer > div {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture {
  height: 80px;
  margin-bottom: 10px;
  float: none;
  width: inherit;
  text-align: center;
  flex: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info {
  width: 100%;
  padding: 0;
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module .info p {
  text-align: center;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-agency h2 {
  display: none;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user h3 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 30px;
  font-weight: 700 /* @fontweight2 */;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .picture {
  padding: 0;
  margin-bottom: 40px;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble {
  position: relative;
  width: 80px;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-user .userBubble img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
}
.property-details .zone-bottom-content > .contactContainer > div > .module-contact {
  float: left;
  width: 50%;
  background-color: #0a0806 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer .module-contact form div:last-child {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .property-details .zone-top-content {
    min-height: 300px;
  }
  .property-details .zone-top-content > .module-property-info {
    position: absolute;
    top: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    right: 0;
    width: 33.7%;
    padding: 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
  }
  .property-details .zone-top-content > .module-property-info .info {
    width: 100%;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    border-bottom: none;
  }
  .property-details .zone-top-content > .module-property-info ul li {
    font-size: 18px;
    line-height: 24px;
    color: #0a0806 /* @color4 */;
    margin-bottom: 15px;
  }
  .property-details .zone-top-content > .module-slider .slider .owl-next {
    right: 33.7%;
    margin-right: 1px;
  }
}
/* share */
.module-share ul li {
  width: 35px;
  height: 25px;
  margin-left: 15px;
  overflow: hidden;
}
.module-share ul li span {
  display: block;
  text-indent: 9999px;
}
/* cms */
.module-cms h1,
.module-cms h2 {
  display: block;
}
/* contact */
.property-details .module-contact {
  padding: 40px;
}
.property-details .module-contact h2 {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0 auto 20px auto;
  border: none;
}
.property-details .module-contact form {
  max-width: 1240px;
  margin: auto;
}
.agency-details .zone-content > .module-cluster {
  width: 100%;
  padding: 40px 20px;
  background-color: #0a0806 /* @color2 */;
}
.agency-details .zone-content > .module-cluster > div {
  width: 100%;
  margin: 0 auto;
}
.agency-details .zone-content > .module-cluster > div > .module {
  float: left;
  width: 50%;
  margin: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture {
  flex: none;
  width: 100%;
  padding: 0;
}
.agency-details .zone-content > .module-cluster > div > .module .picture img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.agency-details .zone-content > .module-cluster > div > .module .info {
  flex: none;
  width: 100%;
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module .info p {
  text-align: center;
}
.agency-details .zone-content > .module-cluster > div > .module-contact {
  float: left;
  width: 50%;
}
/* BANNER */
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/* LEGAL */
.module-legal.template2 h3 {
  display: block;
}
/*** CSS WEBSITE New AJC Immobilier ***/
/*TYPO*/
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8sDE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tvE0Uw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8uDFEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8u6FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8v0FEUw.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-2Y-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v30/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-ro-1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R8aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq_p9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq6R9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq3p6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqyR6aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jqw16aX8.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Uw-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvr70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v30/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC70w-.ttf) format('truetype');
}
/**{
    box-shadow: 0 0 3px red inset;
}*/
@font-face {
  font-family: Antique-Olive;
  src: url(/uploads/websites/3079/Antique-Olive-Std-Light_3866.ttf);
}
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
hr {
  font-size: 15px;
  font-family: "Montserrat", sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: "Montserrat", sans-serif !important;
  margin-bottom: 20px;
}
h1,
h2 {
  letter-spacing: 0.81px;
}
h1 {
  font-size: 45px;
  font-weight: 500 !important;
  color: #0a0806;
}
h2 {
  font-size: 26px;
  font-weight: 500 !important;
  color: #0a0806;
  line-height: 45px;
}
h1 span,
h2 span {
  font-weight: 700 !important;
}
@media screen and (max-width: 640px) {
  h1 {
    line-height: 30px;
  }
  h1,
  h2 {
    position: relative;
  }
}
h3 {
  font-weight: 500;
}
h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
}
textarea,
button {
  font-family: 'Figtree', sans-serif;
}
.module-cms {
  background-color: transparent;
}
body {
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
  -webkit-text-size-adjust: 100%;
}
body:before,
body:after {
  content: "";
}
body.loading:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: opacity 0.3s ease-in-out;
  z-index: 99999;
}
body.loading:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  height: 80px;
  width: auto;
  background-image: url(/uploads/websites/3079/content/fe72845bc5218290b8de21570143837e.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 0.1s ease-in-out;
  animation-delay: 500ms;
  z-index: 999999;
  animation: rotate 2s linear infinite;
}
@media only screen and (max-width: 480px) {
  body.loading:after {
    height: 27vw;
    width: 90%;
  }
}
body.loading {
  overflow: hidden;
}
body.loaded {
  overflow: visible;
}
body.loaded:after {
  pointer-events: none;
}
body.loaded:after {
  opacity: 0;
  transition-delay: 0.3s;
}
body.loaded:before {
  animation: slideUp cubic-bezier(0.16, 0.09, 1, 0.64) 0.6s forwards;
}
body.menu-active {
  overflow: hidden;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadein2 {
  from {
    opacity: 1;
    transform: translateY(-50%);
  }
  to {
    opacity: 0;
    transform: translateY(-42%);
  }
}
/* BUTTONS */
.button,
button,
#contact-form-72395_submit,
.module-contact button {
  background-color: #0a0806;
  color: white;
  padding: 8px 14px;
  font-size: 15px;
  transition: all 0.3s ease;
  font-weight: 400;
  cursor: pointer;
  border: none;
  border-radius: 50px !important;
}
.button:hover,
button:hover,
#contact-form-72395_submit:hover,
.module-contact button:hover {
  background: #2a2219;
}
.logo-star {
  height: 34px;
  width: 34px;
  filter: brightness(0);
}
/*HEADER*/
header {
  transition: 0.5s ease;
  z-index: 1041;
}
header.fixed {
  box-shadow: 0px 0px 4px;
  transition: 0.5s ease;
}
header .zone-header-left {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  header .zone-header-left {
    position: relative;
  }
}
header .zone-header-left .module-logo {
  padding: 15px;
  max-width: 350px;
}
header .zone-header-left .module-logo img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  header .zone-header-left .module-menu.module-285942 {
    display: none;
  }
}
header .zone-header-left .module-menu.module-285942 button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #0a0806;
  border-radius: 0 !important;
}
header .zone-header-left .module-menu.module-285942 button span {
  height: 2px;
  width: 100%;
  margin: 3px;
  background-color: #fff;
  transition: 0.5s;
}
body.menu-active header .zone-header-left .module-menu.module-285942 button span:nth-child(2) {
  transform: translate3d(0px, -4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
}
body.menu-active header .zone-header-left .module-menu.module-285942 button span:nth-child(1) {
  transform: translate3d(0px, 4px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
}
header .zone-header-left .module-menu.module-285942 ul {
  display: block;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  min-width: 150px;
  background-color: #f0ebe9;
  transition: 0.5s;
  pointer-events: none;
}
header .zone-header-left .module-menu.module-285942 ul li {
  padding: 5px 0 15px;
  border-color: #000 #000 rgba(16, 16, 16, 0.2);
  border-style: solid;
  border-width: 0 0 1px;
  text-align: left !important;
}
header .zone-header-left .module-menu.module-285942 ul li a {
  display: block;
  width: 100%;
}
header .zone-header-left .module-menu.module-285942 ul.active {
  opacity: 1;
  pointer-events: all;
}
header .module-menu ul li ul {
  left: -9999px;
  right: -9999px;
  background-color: transparent;
}
header .module-menu ul li ul li a {
  background: #fcfcfc;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
header > div {
  justify-content: center;
  max-width: none;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  header .module-menu.inline ul > li,
  header .module-menu.main ul > li {
    margin: 10px 8px;
  }
  header .zone-header-left .module-logo {
    position: relative;
    z-index: 999;
  }
}
header .zone-header-left {
  position: relative;
}
header .zone-header-left .module-language {
  position: absolute;
  right: 1.5%;
  top: 5%;
}
@media screen and (max-width: 1024px) {
  header > div .zone-header-left {
    top: 0px;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
/*BODY*/
.wrapper {
  margin-top: 150px;
}
.module-header {
  margin-bottom: 0;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  display: none;
}
.zone-content {
  max-width: 1440px;
  padding: 0 20px;
}
/* module agency*/
@media (min-width: 640px) {
  .agencyIcons {
    position: relative;
  }
  .agencyIcons i.mdi {
    position: absolute;
    left: -10px;
  }
}
/* MODULE SEARCH */
.homepageSearch.module-search {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .homepageSearch.module-search {
    margin-top: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .homepageSearch.module-search form {
    margin: 0;
  }
}
.homepageSearch.module-search form .fields-wrapper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepageSearch.module-search form .fields-wrapper .line-wrapper.form-center {
  width: auto;
  justify-content: center;
}
.homepageSearch.module-search form .fields-wrapper .line-wrapper.form-center > .field {
  position: relative;
}
.select2-dropdown {
  background: #ffffff;
  border: 1px solid;
}
.module-contact input,
.module-contact textarea,
.module-contact .select2-container {
  border-color: #000 #000 rgba(16, 16, 16, 0.2) !important;
  border-style: solid !important;
  border-width: 0 0 1px !important;
}
/*ICONS */
.mdi:before {
  color: #0a0806;
}
.module-leaflet-map .entity-icon {
  margin: -17px 0 0 5px;
}
.homepage header .mdi:before {
  color: #fff;
}
.homepage header.fixed .mdi:before {
  color: #fff;
}
/* estimation*/
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
/* map */
.module-leaflet-map .infobulle .picture img {
  min-height: auto;
}
.module-leaflet-map i.entity-icon:before {
  color: #ffffff;
}
/*FOOTER*/
footer {
  max-width: 1400px;
  margin: 0px auto 20px;
  background: none;
  padding: 20px 0 0;
  overflow: hidden;
}
@media only screen and (max-width: 1440px) {
  footer {
    margin: 0px 20px 20px;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    margin: 10px;
  }
}
footer .zone-footer > .module-cluster {
  display: flex;
  max-width: 1240px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  footer .zone-footer > .module-cluster {
    display: block;
  }
}
footer .zone-footer > .module-cluster > .module-header {
  margin: 0;
}
footer .zone-footer > .module-cluster .module-header h3 {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600 !important;
  font-family: 'Figtree', sans-serif;
}
footer .module-cluster > .module-cluster {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 39%;
  padding: 40px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  footer .module-cluster > .module-cluster {
    display: block;
  }
}
footer .module-cluster > .module-cluster.module-285937 {
  width: 58%;
  padding-left: 80px;
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster.module-285937 {
    width: 100%;
    padding-left: 40px;
  }
}
footer .module-cluster > .module-cluster.module-285937 > div,
footer .module-cluster > .module-cluster.module-285937 > nav {
  width: 50%;
}
@media only screen and (max-width: 480px) {
  footer .module-cluster > .module-cluster.module-285937 > div,
  footer .module-cluster > .module-cluster.module-285937 > nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
footer .module-cluster > .module-cluster.module-285937 .module-legal {
  margin-top: 40px;
  width: 100%;
}
footer .module-cluster > .module-cluster.module-285937 .module-legal span,
footer .module-cluster > .module-cluster.module-285937 .module-legal a,
footer .module-cluster > .module-cluster.module-285937 .module-legal p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}
footer .module-menu.inline {
  margin: 0;
}
footer .module-menu.inline ul,
footer .module-menu.inline ul li {
  display: block;
  margin: 0;
}
@media only screen and (max-width: 540px) {
  footer .module-menu.inline ul li {
    text-align: left;
  }
}
footer .module-agency .info {
  margin: 0;
  padding: 0;
}
footer .module-social-menu {
  text-align: left;
  padding: 10px 0;
  width: 100%;
  margin: auto;
}
footer .module-social-menu .logo-star {
  position: absolute;
  top: -16px;
  left: 37.6%;
}
@media only screen and (max-width: 480px) {
  footer .module-social-menu .logo-star {
    left: auto;
    right: 50px;
  }
}
footer .module-social-menu ul {
  display: flex;
}
footer .module-social-menu ul span {
  display: none;
}
footer .module-social-menu ul .mdi:before {
  vertical-align: middle;
}
footer .module-newsletter form[name=newsletter-form] {
  display: flex;
  align-items: center;
}
footer .module-newsletter form[name=newsletter-form] input {
  width: 60%;
  margin-right: 6px;
  margin-bottom: 0;
  border-color: #000 #000 rgba(16, 16, 16, 0.2) !important;
  border-style: solid !important;
  border-width: 0 0 1px !important;
}
footer .module-newsletter i {
  display: none;
}
footer .lines {
  content: "";
  position: absolute;
  left: 50%;
  bottom: auto;
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-image: url(/uploads/websites/3079/content/fe72845bc5218290b8de21570143837e.png);
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0);
}
footer .line {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 1px;
  height: 1px;
  background-color: transparent;
}
footer .line.line-1 {
  top: 18px;
  width: 600px;
}
footer .line.line-2 {
  top: 18px;
  left: 20px;
  right: auto;
  width: 1000px;
}
footer .line.line-3 {
  left: 20px;
  top: 0;
  right: auto;
  bottom: auto;
  height: 700px;
}
@media only screen and (max-width: 768px) {
  footer .line.line-3 {
    display: none;
  }
}
footer .line.line-4 {
  top: 0;
  height: 100%;
}
footer .line.line-5 {
  top: auto;
  bottom: 0;
  width: 100%;
}
footer .line.line-6 {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
@media (max-width: 480px) {
  footer .zone-footer .module,
  footer .zone-footer .module p,
  footer .zone-footer .module li {
    text-align: left;
  }
}
/*END FOOTER*/
@media screen and (max-width: 1024px) {
  section.row-2 {
    margin-top: 30px;
  }
  section.row-2 > div.zone-left-content {
    order: 2;
  }
  section.row-2 > div.zone-right-content {
    order: 1;
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 23px;
  }
  .module-user.template-1 h2,
  .module.module-285839.module-cms h2,
  .selection-template-5 .module-header h2 {
    font-size: 29px !important;
  }
  .module-user.template-1 h3 {
    font-size: 18px !important;
  }
}
@media (max-width: 380px) {
  .module-slider .slider .owl-item img {
    height: 100%;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .sticky-two-column section.row-2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .sticky-two-column section.row-2 .module-cms {
    margin: 0px;
  }
}
/*captcha*/
/*---------------------------- 30px --------------------------*/
/*---------------------------- 380px --------------------------*/
@media screen and (max-width: 380px) {
  .recaptcha,
  .g-recaptcha {
    transform: scale(0.8);
    width: 0;
    margin-left: 0 !important;
  }
}
/*---------------------------- 320px --------------------------*/
@media screen and (max-width: 320px) {
  .recaptcha,
  .g-recaptcha {
    transform: scale(0.6);
    width: 0;
  }
}
@keyframes animate {
  0% {
    transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -100%);
  }
}
footer .module-cluster .module-cluster.animate {
  animation: 0.7s ease-out 0.4s 1 fadeIn forwards;
}
.lines,
.line {
  transform: translate3d(0px, 0px, 0px) scale3d(0, 0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.lines.animate,
.line.animate {
  animation: 0.8s ease-out 0.4s 1 animate forwards;
  transform-style: preserve-3d;
  will-change: transform;
}
.equipe .zone-full-width .background-mod .picture {
  width: 100% !important;
  height: 100% !important;
}
.module.module-285953.template-1.counter-template-1.module-counter li {
  font-size: 26px !important;
  font-weight: 400 !important;
  font-family: "neue-haas-grotesk-display", sans-serif;
  line-height: 45px;
  text-transform: uppercase !important;
}
body.homepage .zone-full_width .module.module-311182.template-1.counter-template-1.module-counter .module-header .module-header-title,
body.homepage .module.module-311182.template-1.counter-template-1.module-counter .module-header .module-header-title {
  width: 100%;
  margin-right: 0Px;
}
body.homepage .picture {
  border-radius: 0px !important;
}
footer .line.line-1 {
  top: 18px;
  width: 726px !important;
}
header {
  min-height: 150px;
  background-color: #fff;
}
header > div {
  min-height: 150px;
  background-color: #fff;
}
header > div .zone-header-left {
  min-height: 150px;
  background-color: #fff;
}
header > div .zone-header-left .module-cluster {
  min-height: 150px;
  background-color: #fff;
}
header > div .zone-header-left .module-cluster img {
  transform: scale(1.3);
}
header .module-menu span {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  font-weight: normal !important;
}
body.listing .wrapper {
  margin-top: 150px !important;
}
@media (max-width: 1024px) {
  header > div .zone-header-left .module-cluster img {
    transform: scale(1);
  }
  .zone-content .module.module-285917.template-1.cluster-template-1.module-cluster .module.module-285796.template-1.agency-template-1.module-agency.simple img,
  .module.module-285917.template-1.cluster-template-1.module-cluster .module.module-285796.template-1.agency-template-1.module-agency.simple img,
  .module.module-285796.template-1.agency-template-1.module-agency.simple img {
    height: 300px !important;
  }
  .module-285942 ul.active {
    background: #fff !important;
  }
  .module-311182 h1 {
    width: 100%;
    text-align: center;
  }
  .module-285953 ul {
    padding-right: 0px !important;
  }
  .module-285953 ul li.sales {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .module-285917 {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px !important;
  }
  .module-285917 .module-agency {
    width: 100%;
    display: flex;
    flex-wrap: wrap !important;
    margin: 0px !important;
    gap: 50px;
  }
  .module-285917 .module-agency .agency {
    width: 100% !important;
  }
  .module-property-info {
    width: 100% !important;
  }
  .module-285809 {
    width: 100% !important;
    margin: 50px 0px !important;
  }
  .module-285829 {
    width: 100% !important;
  }
  .zone-footer .module-348601 .background {
    background-position: center center !important;
  }
  .zone-footer .module-285955 .module-285940 {
    width: 100% !important;
  }
  .zone-footer .module-285955 .module-285940 .module-285844 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 110Px !important;
  }
  .zone-footer .module-285955 .module-285940 .module-285844 .agency {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .zone-footer .module-285955 .module-285940 .module-285844 .agency .info {
    margin: 0 !important;
    width: 100%;
  }
  .zone-footer .module-285955 .module-285940 .module-285844 .agency .info h2,
  .zone-footer .module-285955 .module-285940 .module-285844 .agency .info p {
    width: 100%;
    text-align: center;
  }
  .zone-footer .module-285955 .module-285940 .module-285834 ul .facebook {
    top: -66px !important;
    left: 30% !important;
  }
  .zone-footer .module-285955 .module-285940 .module-285834 ul .instagram {
    top: -66px !important;
    left: 60% !important;
  }
  .zone-footer .module-285937 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px !important;
  }
  .zone-footer .module-285937 .module-285833,
  .zone-footer .module-285937 .module-285837 {
    padding-left: 0 !important;
  }
  .zone-footer .module-285937 .module-285833 .module-header,
  .zone-footer .module-285937 .module-285837 .module-header {
    width: 100%;
    text-align: center;
  }
  .zone-footer .module-285937 .module-285833 ul li,
  .zone-footer .module-285937 .module-285837 ul li {
    width: 100%;
    text-align: center;
  }
  .zone-footer .module-285825 {
    position: relative !important;
    left: auto !important;
  }
  footer .lines {
    position: absolute;
    left: 45% !important;
    top: -65px !important;
  }
}
@media (max-width: 768px) {
  .module-285899,
  .module-359845 {
    display: block !important;
    padding: 0 !important;
  }
}
header {
  z-index: 900 !important
    ;
}
.mfp-img {
  position: relative !important;
  z-index: 2000 !important;
}
@media (max-width: 415px) {
  .module-listing .infos ul {
    height: 70px !important;
  }
  .module-listing .infos ul .price {
    width: 100% !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 285866 ***/
.zone-content .module.module-285866.template-1.cms-template-1.module-cms.only-text,
.module.module-285866.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-285866 {
  position: relative;
  margin: 25px auto;
  border-bottom: solid 1px;
}
.zone-content .module.module-285866.template-1.cms-template-1.module-cms.only-text .info,
.module.module-285866.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-285866 .info {
  text-align: center;
}
.zone-content .module.module-285866.template-1.cms-template-1.module-cms.only-text h1,
.module.module-285866.template-1.cms-template-1.module-cms.only-text h1,
.popup-module-cms.popup-module-285866 h1 {
  margin-bottom: 50px;
  padding-bottom: 0;
}
/*** CUSTOM CSS FROM BDD MODULE 285790 ***/
.zone-content .module.module-285790.template-3.listing-template-3.module-listing,
.module.module-285790.template-3.listing-template-3.module-listing {
  margin-top: 0;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing {
  max-width: none;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) img,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) img {
  object-fit: cover;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) ul,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) ul {
  width: 100%;
  position: relative;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) ul .price,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) ul .price {
  position: absolute;
  right: 0;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) img,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing li:not(.portrait) img {
  width: 100%;
  border-radius: 0px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing > li ul li,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing > li ul li {
  font-weight: 500;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing > li ul li i,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing > li ul li i {
  margin-right: 5px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing > li .soleagent,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing > li .soleagent {
  position: absolute;
  background: #fff;
  border-radius: 50px;
  top: 4px;
  left: 4px;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 600;
  color: #0a0806;
  line-height: 26px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing li.price,
.module.module-285790.template-3.listing-template-3.module-listing ul.listing li.price {
  background: transparent;
  color: #0a0806;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos ul,
.module.module-285790.template-3.listing-template-3.module-listing .infos ul {
  gap: 15px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos ul li,
.module.module-285790.template-3.listing-template-3.module-listing .infos ul li {
  padding: 0px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos h3,
.module.module-285790.template-3.listing-template-3.module-listing .infos h3 {
  text-transform: uppercase;
  font-family: lato;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2px;
  margin-bottom: 0;
  margin: 0 0 20px 0;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos h2,
.module.module-285790.template-3.listing-template-3.module-listing .infos h2 {
  min-height: 64px;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos i,
.module.module-285790.template-3.listing-template-3.module-listing .infos i {
  font-size: 14px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos span,
.module.module-285790.template-3.listing-template-3.module-listing .infos span {
  font-size: 14px;
}
.zone-content .module.module-285790.template-3.listing-template-3.module-listing .infos .price,
.module.module-285790.template-3.listing-template-3.module-listing .infos .price {
  font-size: 14px;
  top: 0px;
  right: 0px;
}
@media (min-width: 1024px) {
  .zone-content .module.module-285790.template-3.listing-template-3.module-listing ul.listing,
  .module.module-285790.template-3.listing-template-3.module-listing ul.listing {
    justify-content: flex-start;
    gap: 25px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 285918 ***/
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster,
.module.module-285918.template-1.cluster-template-1.module-cluster {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu {
  display: flex;
  justify-content: center;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu::after,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu::after {
  color: #000;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu ul li,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu ul li {
  margin: 5px 0px 5px auto;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: solid 2px;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu ul li:last-child,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu ul li:last-child {
  border-bottom: 0px;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul > li a,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu ul > li a {
  padding: 10px;
  transition-duration: 0.5s;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu li.sub-menu ul li,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-menu li.sub-menu ul li {
  width: 100%;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-logo,
.module.module-285918.template-1.cluster-template-1.module-cluster .module-logo {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu,
  .module.module-285918.template-1.cluster-template-1.module-cluster .module-menu {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 285835 ***/
.zone-header_left .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper,
.module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper {
  background: #3b3b3b;
  border-left: none;
}
.zone-header_left .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper ul li a span,
.module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper ul li a span {
  color: white;
}
.zone-header_left .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper::before,
.module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper::before {
  border-color: #3b3b3b;
}
@media (max-width: 1250px) {
  .zone-header_left .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper,
  .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper {
    left: -10063px;
  }
  .zone-header_left .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper::before,
  .module.module-285835.template-2.language-template-2.module-language .ApiFieldGroup .FieldWrapper::before {
    left: auto;
    right: 17px;
  }
}
.zone-header_left .module.module-285835.template-2.language-template-2.module-language .content ul,
.module.module-285835.template-2.language-template-2.module-language .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.zone-header_left .module.module-285835.template-2.language-template-2.module-language .content ul li,
.module.module-285835.template-2.language-template-2.module-language .content ul li {
  margin-bottom: 0px;
}
/*** CUSTOM CSS FROM BDD MODULE 285955 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster,
.module.module-285955.template-1.cluster-template-1.module-cluster {
  max-width: unset;
  position: relative;
  margin-top: 80px;
  /*.lines {
    //position: absolute;
    left: 49%;

    line-1{
        width: 657px;
    }
}*/
}
/*** CUSTOM CSS FROM BDD MODULE 285920 ***/
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul,
.module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul,
.module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul {
  background: #fff;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li,
.module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li,
.module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li {
  background: #fff;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a,
.module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a,
.module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a {
  background: #fff;
}
.zone-header_left .module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a span,
.module.module-285918.template-1.cluster-template-1.module-cluster .module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a span,
.module.module-285920.template-1.menu-template-1.module-menu.main.column .sub-menu ul li a span {
  background: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 285940 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster,
.module.module-285940.template-1.cluster-template-1.module-cluster {
  padding: 0px;
  width: 63%;
}
/*** CUSTOM CSS FROM BDD MODULE 285937 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster,
.module.module-285937.template-1.cluster-template-1.module-cluster {
  width: 43%;
  margin-top: 30px;
}
/*** CUSTOM CSS FROM BDD MODULE 285844 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple,
.module.module-285844.template-1.agency-template-1.module-agency.simple {
  margin-top: 70px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple h2,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple h2,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple h2,
.module.module-285844.template-1.agency-template-1.module-agency.simple h2 {
  font-size: 16px;
  text-transform: uppercase;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency,
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency:last-child,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency:last-child,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency:last-child,
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency:last-child {
  margin-bottom: 0;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info,
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info {
  width: 100%;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info:nth-child(1),
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info:nth-child(1),
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info:nth-child(1),
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info:nth-child(1) {
  margin-left: 40px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2,
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2 {
  line-height: 26px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  margin-bottom: 10px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2 a,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2 a,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2 a,
.module.module-285844.template-1.agency-template-1.module-agency.simple .agency .info h2 a {
  font-weight: 600;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .module-header,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .module-header,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285844.template-1.agency-template-1.module-agency.simple .module-header,
.module.module-285844.template-1.agency-template-1.module-agency.simple .module-header {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 285834 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu,
.module.module-285834.template-1.social-menu-template-1.module-social-menu {
  margin-top: 0px;
  padding-top: 0px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu .twitter,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu .twitter,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu .twitter,
.module.module-285834.template-1.social-menu-template-1.module-social-menu .twitter {
  margin-top: 3px;
  margin-right: 130px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu ul,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu ul,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu ul,
.module.module-285834.template-1.social-menu-template-1.module-social-menu ul {
  justify-content: center;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook,
.module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook {
  position: absolute;
  top: 0px;
  left: 45%;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook i::before,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook i::before,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook i::before,
.module.module-285834.template-1.social-menu-template-1.module-social-menu li.facebook i::before {
  font-size: 30px;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram,
.module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram {
  position: absolute;
  top: 0px;
  left: 55%;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram i::before,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram i::before,
.module.module-285940.template-1.cluster-template-1.module-cluster .module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram i::before,
.module.module-285834.template-1.social-menu-template-1.module-social-menu li.instagram i::before {
  font-size: 30px;
}
/*** CUSTOM CSS FROM BDD MODULE 285833 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline,
.module.module-285833.template-1.menu-template-1.module-menu.inline {
  /* Positionnement de base du menu */
  /* Afficher le sous-menu lorsque "Louer" est survolé */
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul,
.module.module-285833.template-1.menu-template-1.module-menu.inline ul {
  position: relative;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li ul,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li ul,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li ul,
.module.module-285833.template-1.menu-template-1.module-menu.inline ul li ul {
  display: none;
  /* Masquer le sous-menu par défaut */
  position: absolute;
  /* Positionner le sous-menu */
  left: 35%;
  /* À droite de l'élément parent */
  top: -10%;
  white-space: nowrap;
  /* Évite les retours à la ligne */
  background: #fff;
  /* Ajoutez un fond */
  padding: 5px 10px;
  border: 1px solid #ccc;
  z-index: 10;
  /* Assure que le sous-menu est visible */
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li.sub-menu:hover ul,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li.sub-menu:hover ul,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline ul li.sub-menu:hover ul,
.module.module-285833.template-1.menu-template-1.module-menu.inline ul li.sub-menu:hover ul {
  display: block;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline .sub-menu::after,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline .sub-menu::after,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285833.template-1.menu-template-1.module-menu.inline .sub-menu::after,
.module.module-285833.template-1.menu-template-1.module-menu.inline .sub-menu::after {
  transform: rotate(270deg);
  left: 36%;
  top: 30%;
}
/*** CUSTOM CSS FROM BDD MODULE 285837 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285837.template-1.menu-template-1.module-menu.inline,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285837.template-1.menu-template-1.module-menu.inline,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285837.template-1.menu-template-1.module-menu.inline,
.module.module-285837.template-1.menu-template-1.module-menu.inline {
  padding-left: 100px;
}
/*** CUSTOM CSS FROM BDD MODULE 285825 ***/
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3,
.module.module-285825.template-3.legal-template-3.module-legal.template3 {
  position: absolute;
  left: 29%;
  bottom: 0%;
}
.zone-footer .module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3 h2::after,
.module.module-285955.template-1.cluster-template-1.module-cluster .module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3 h2::after,
.module.module-285937.template-1.cluster-template-1.module-cluster .module.module-285825.template-3.legal-template-3.module-legal.template3 h2::after,
.module.module-285825.template-3.legal-template-3.module-legal.template3 h2::after {
  display: none;
}
/*** GLOBAL MANDATORY TEMPLATE CSSZenia ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Zenia/Resources/css/responsive.less ***/
@media screen and (max-width: 1024px) {
  header .zone-header .module-logo {
    margin: 10px;
  }
  header .zone-header .module-menu {
    position: absolute;
    right: 0;
    width: auto;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul {
    text-align: left;
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    top: auto;
    right: auto;
    padding: 20px;
    clear: both;
  }
  header .zone-header .module-menu > ul > li {
    display: block;
    margin: 0;
  }
  header .zone-header .module-menu > ul > li > a {
    padding: 5px 0;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home {
    display: none;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home + span {
    display: block;
  }
  header .zone-header .module-menu > ul > li > ul {
    text-align: left;
    background-color: #f5f5f5;
    padding: 0 20px;
  }
  header .zone-header .module-menu > ul > li > ul li {
    padding: 0;
  }
  header .zone-header .module-menu > ul > li > ul li > a {
    border-bottom: 1px solid transparent;
  }
  header .zone-header .module-menu > ul > li > ul li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
  }
  header .zone-header .module-menu > ul > li > ul a {
    color: #a5a5a5;
    padding: 5px 0;
  }
  footer .module-social-menu,
  footer .module-agency {
    width: 50%;
  }
  footer .module-agency.multiple {
    width: 100%;
    text-align: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .module-agency.multiple .agency {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  footer .module-agency.multiple .agency {
    width: 100%;
  }
  .zone-content .module-cms .info {
    width: 100%;
  }
  .listing .zone-left-content,
  .property-details .zone-left-content,
  .listing .zone-right-content,
  .property-details .zone-right-content {
    float: none;
    width: auto;
  }
  .listing .zone-left-content {
    margin-bottom: 20px;
  }
  .property-details .zone-top-content > .module-property-info {
    text-align: center;
  }
  .property-details .zone-top-content > .module-property-info h2 {
    display: block;
  }
  .property-details .zone-top-content > .module-property-info p {
    display: inline-block;
    margin-left: 20px;
  }
  .property-details .zone-top-content > .module-property-info p:first-child {
    margin-left: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    width: 50%;
    margin-bottom: 20px;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module-contact {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  header .zone-header .module-logo {
    float: none;
    max-width: none;
    text-align: center;
    margin: 10px auto;
  }
  header .zone-header .module-logo img {
    width: auto;
  }
  header .zone-header .module-menu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
  }
  header .zone-header .module-menu button {
    float: right;
  }
  header .zone-header .module-menu > ul,
  header .zone-header .module-menu > ul > li > ul {
    position: relative;
    text-align: left;
    margin: 0;
  }
}
@media screen and (max-width: 480px) {
  footer .module-social-menu,
  footer .module-agency {
    float: none;
    width: 100%;
  }
  footer .module,
  footer .module p {
    text-align: center;
  }
  .module-property-info.property-info-template-1 .quick-links li {
    display: block;
    margin: 0;
  }
  .property-details .zone-bottom-content > .module-cluster > div > .module {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  header .zone-header .module-logo {
    width: 250px;
    max-width: 250px;
  }
}

