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

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** 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 Haku-v2 PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku-v2/Resources/modules/css/legal.less ***/
.module-legal.template2 h3 {
  display: block;
}
/*** CSS BASE PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE TEMPLATE Haku-v2 PLUGIN Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku-v2/Resources/modules/css/picture.less ***/
.module.banner {
  margin-bottom: 40px;
}
.module.banner .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .module.banner .picture {
    height: 36vw!important;
  }
}
/*** 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 PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main-2.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo a {
  text-indent: 0 !important;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu a[data-anchor] {
  cursor: pointer;
}
.module-menu.inline ul > li,
.module-menu.main ul > li {
  display: inline-block;
  position: relative;
  list-style: none;
  margin: 10px;
}
@media screen and (min-width: 1025px) {
  .module-menu ul li ul {
    display: none;
    position: absolute;
    left: 0;
    margin: 10px;
  }
  .module-menu ul li ul li {
    margin: 0;
  }
  .module-menu ul li.sub-menu:after {
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -6px;
    /* font-size/2 */
    display: inline-block;
    content: "\F0140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Haku-v2 PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku-v2/Resources/modules/css/language.less ***/
.module-language .FieldWrapper {
  border-left: solid;
}
.module-language span {
  color: #2b353e;
  font-family: Open Sans /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #2b353e;
  font-family: Open Sans /* @fontfamily2 */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language ul li:hover a {
  text-decoration: underline;
}
/*** 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 Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Lead/Resources/css/lead.css ***/
.popup-module-lead.dynamic_label .field,
.module-lead.dynamic_label .field {
  position: relative;
  display: block;
}
.mfp-container .select2-container {
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
  border-radius: 0.35rem;
  background-color: white;
}
.mfp-container .select2-container .select2-selection--single {
  background-color: transparent;
}
.popup-module-lead.dynamic_label form label,
.module-lead.dynamic_label form label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  z-index: 99999;
  padding-right: 3px;
  padding-left: 3px;
  cursor: text;
  font-size: 75%;
  letter-spacing: 0px;
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus) + *,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.popup-module-lead.dynamic_label form select::placeholder,
.popup-module-lead.dynamic_label form input::placeholder,
.module-lead.dynamic-label form select::placeholder,
.module-lead.dynamic_label form input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.popup-module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.popup-module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form select:placeholder-shown:not(:focus)::placeholder,
.module-lead.dynamic_label form input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
form[name=lead-form] form {
  position: relative;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=lead-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=lead-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=lead-form] .field.hidden {
  display: none;
}
form[name=lead-form] .room_range,
form[name=lead-form] .price_range {
  width: 100%;
}
form[name=lead-form] .room_range .field,
form[name=lead-form] .price_range .field {
  float: left;
  width: 50%;
}
form[name=lead-form] .room_range .field input,
form[name=lead-form] .price_range .field input {
  width: 100%;
  padding: 2px 5px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
form[name=lead-form] .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
form[name=lead-form] .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
/*** CSS BASE TEMPLATE Haku-v2 PLUGIN Lead ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku-v2/Resources/modules/css/lead.less ***/
/* Module Lead template 3  */
.module-lead.template-3 {
  background: #2b353e;
  padding: 20px;
  width: 60%;
  margin: auto;
}
.module-lead.template-3 button {
  margin-top: 10px;
}
/* Module Lead template 2  */
.module-lead.template-2 i.mdi-bell-ring-outline {
  margin-right: 10px;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none ;
}
.mfp-content .popup-module-lead {
  z-index: 999;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 15px;
  background-color: #2b353e;
}
.mfp-content .popup-module-lead form {
  margin-top: 30px;
}
.mfp-content .popup-module-lead .mfp-close {
  background: none;
}
/*** GLOBAL CSS TEMPLATE Haku-v2 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Haku-v2/Resources/css/main.less ***/
/*** CSS TEMPLATE Zenia ***/
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: #2b353e;
  font-family: Open Sans /* @fontfamily2 */;
  font-weight: 300 /* @fontweight1 */;
  font-size: 16px /* @fontsize */;
  line-height: 24px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  display: inline-block;
  margin: 0 0 20px 0;
  color: #2b353e;
  font-family: Open Sans /* @fontfamily1 */;
  font-weight: 300 /* @fontweight1 */;
}
h1,
h2 {
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
h1 span,
h2 span {
  font-weight: 400;
}
h1 {
  font-size: 46px;
  line-height: 50px;
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
h2,
h3 {
  font-size: 30px;
  line-height: 36px;
}
@media only screen and (max-width: 480px) {
  h2,
  h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
a {
  color: #404f5c;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #2b353e;
}
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: #FFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.fancybox-skin[style] {
  padding: 0 !important;
}
.fancybox-type-ajax .fancybox-skin {
  padding: 10px !important;
}
.ApiFieldGroup .CaptationContent {
  background: none;
}
.SumoSelect > .CaptionCont > span.placeholder,
.SumoSelect > .CaptionCont > span,
::placeholder {
  color: #2b353e;
}
button,
.button {
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 20px;
  color: #fff;
  background-color: #ffffff /* @button */;
  border: none;
  border-radius: 2px !important;
  transition: 0.25s;
}
button:hover,
.button:hover {
  background-color: #2b353e;
}
/* 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;
}
/* forms */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #333;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.select2-container--default .select2-selection {
  border: none !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: auto;
  height: auto;
  line-height: 5px;
  margin: -3px auto 0;
  right: 5px;
  left: auto;
  transition: transform 0.35s ease;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:before {
  content: "\F0140";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotateZ(-180deg);
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #2b353e;
}
select {
  text-indent: 0.01px;
  text-overflow: '';
}
.SumoSelect.open .search-txt {
  padding: 5px 0;
}
.SelectBox {
  padding: 0;
}
.module-contact,
.module-estimate {
  padding: 20px;
  background: #2b353e;
}
.module-contact textarea,
.popup-module-contact textarea {
  font-family: Open Sans;
}
/** HEADER */
header {
  background: #f4f1e9;
}
header a,
header p,
header li,
header i,
header div,
header label {
  color: #2b353e;
}
header .module-social-menu .twitter a svg path {
  fill: #2b353e;
}
header .social-menu-template-2 .social__items .social__item a svg path {
  fill: #2b353e /* headerContent*/;
  transition: fill 0.5s ease;
}
header .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #2b353e /* color1 */;
}
/* zone-top-header */
header .zone-top-header {
  height: 40px;
  text-align: right;
  background-color: #2b353e;
}
header .zone-top-header .module {
  margin-left: 15px;
}
header .zone-top-header .module-cluster.topHeader {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
header .zone-top-header .module-language {
  float: left;
  margin: 0;
}
header .zone-top-header .module-currency {
  float: left;
  margin: 0;
}
header .zone-top-header .module-menu,
header .zone-top-header .module-menu li,
header .zone-top-header .module-social-menu,
header .zone-top-header .module-social-menu li,
header .zone-top-header .module-lead {
  display: inline-block;
}
header .zone-top-header .module-menu a,
header .zone-top-header .module-menu li a,
header .zone-top-header .module-social-menu a,
header .zone-top-header .module-social-menu li a,
header .zone-top-header .module-lead a {
  font-size: 14px;
}
header .zone-top-header .module-menu li {
  font-size: 14px;
  margin: 0 10px;
}
header .zone-top-header .module-social-menu {
  position: relative;
  top: 2px;
}
header .zone-top-header .module-social-menu li span {
  display: none;
}
header .module-meilleurs-agents,
header .module-opinion-system {
  display: inline-block;
}
header .module-meilleurs-agents > a,
header .module-opinion-system > a {
  position: relative;
  top: 2px;
  display: flex;
  background: none;
  padding: 0;
}
header .module-meilleurs-agents > a .logo,
header .module-opinion-system > a .logo {
  min-width: 160px;
}
header .module-meilleurs-agents > a .opinions,
header .module-opinion-system > a .opinions {
  display: none;
}
header .zone-top-header .ApiFieldGroup .CaptationContent span {
  padding: 0 10px;
}
header .zone-top-header .ApiFieldGroup .CaptationContent label {
  left: 0;
  top: auto;
  bottom: -1px;
  width: auto;
  height: 10px;
  line-height: 10px;
  text-align: center;
}
header .zone-top-header .ApiFieldGroup.close .CaptationContent label i::before {
  line-height: inherit;
}
header .zone-top-header .ApiFieldGroup .FieldWrapper:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  width: 0;
  margin: auto;
  border: 5px solid transparent;
  border-top: 5px solid #2b353e;
  border-right: 5px solid #2b353e;
  transform: rotate(-45deg);
}
header .zone-top-header .ApiFieldGroup .FieldWrapper {
  left: -10003px;
  right: -9999px;
  margin: 7px auto 0;
  max-width: 110px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}
header .zone-top-header .module-social-menu ul li a i {
  font-size: 19px;
}
/* zone-header */
header .zone-header .module-logo {
  margin-top: 15px;
  position: relative;
  float: left;
  z-index: 12;
}
header .zone-header .module-logo img {
  width: 240px;
}
header .zone-header .module-logo a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
header .zone-header .module-logo {
  position: relative;
  float: left;
  z-index: 12;
}
header .zone-header .module-menu button {
  background: none;
  color: #333;
}
header .zone-header .module-menu button i {
  font-size: 50px;
}
header .zone-header .module-menu > ul {
  position: relative;
  float: right;
  z-index: 999;
  width: auto;
  text-align: right;
  padding-right: 20px;
  margin: 13px 0 12px 0;
  overflow: visible;
}
header .zone-header .module-menu > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 0 0 20px;
  vertical-align: middle;
}
header .zone-header .module-menu > ul > li:first-child {
  margin-left: 0;
}
header .zone-header .module-menu > ul > li:hover:first-child a {
  border-bottom-color: transparent;
}
header .zone-header .module-menu > ul > li a {
  display: block;
  color: #2b353e;
  font-size: 18px;
  font-weight: 700;
  padding: 15px 0;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header .zone-header .module-menu > ul > li a i.mdi-home + span {
  display: none;
}
header .zone-header .module-menu > ul > li > ul {
  top: 100%;
  background-color: #f4f1e9;
  left: auto;
  right: auto;
  max-width: initial;
  margin: 0;
  min-width: 120px;
  text-align: left;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
header .zone-header .module-menu > ul > li > ul a {
  display: block;
  color: #2b353e;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
}
header .zone-header .module-menu > ul > li > ul a:hover {
  color: #2b353e;
}
@media screen and (min-width: 1025px) {
  header .zone-header .module-menu > ul > li.over > a,
  header .zone-header .module-menu > ul > li:hover > a {
    color: #2b353e;
    border-bottom: 1px solid #2b353e;
  }
  header .zone-header .module-menu > ul > li:hover i {
    color: #2b353e;
  }
}
@media (min-width: 1025px) {
  header .zone-header .module-menu > ul li.submenus:after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 50%;
    height: 0;
    width: 0;
    margin-left: -6px;
    pointer-events: none;
    border: solid transparent;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #2b353e /* @color1 */;
    border-width: 6px;
  }
  header .zone-header .module-menu > ul > li:hover > ul {
    display: block;
  }
  header .zone-header .module-menu > ul > li > ul li {
    display: block;
    position: relative;
  }
  header .zone-header .module-menu > ul > li > ul > li.submenus:after {
    top: 15px;
    left: auto;
    right: 2px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  header .zone-header .module-menu > ul > li > ul > li > ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 250px;
    text-align: left;
  }
  header .zone-header .module-menu > ul > li > ul > li:hover > ul {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  header .zone-top-header {
    height: auto;
  }
  header .zone-header .module-logo {
    margin: 10px;
  }
  header .zone-header .module-menu {
    position: initial;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .zone-header .module-menu button {
    position: absolute;
    top: 0;
    margin-top: 15px;
  }
  header .zone-header .module-menu button i {
    transition: 0.3s;
  }
  header .zone-header .module-menu button i:before {
    position: absolute;
  }
  header .zone-header .module-menu button i:after {
    content: "\F0156";
    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;
    opacity: 0;
  }
  header .zone-header .module-menu > ul {
    position: relative;
    margin: 0;
    top: auto;
    right: auto;
    width: 100%;
    padding: 20px;
    text-align: right;
    clear: both;
    background: #f4f1e9;
    z-index: 9999;
  }
  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 > a:hover {
    color: #2b353e;
  }
  header .zone-header .module-menu > ul > li > ul {
    text-align: right;
    box-shadow: none;
  }
  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 a {
    padding: 0;
  }
  header.nav-open .module-menu.main button i:before {
    opacity: 0;
  }
  header.nav-open .module-menu.main button i:after {
    opacity: 1;
  }
}
/** FOOTER */
footer {
  padding-top: 40px;
  margin-top: 80px;
  background-color: #2b353e;
  clear: both;
}
footer h2,
footer h3,
footer p,
footer li,
footer a,
footer div,
footer i {
  color: #ffffff;
}
footer h2 {
  margin-bottom: 15px;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  border: none;
}
footer .module-legal a,
footer .module-menu a,
footer .module-agency a {
  padding: 3px 0;
}
footer .module-cluster > .module-cluster {
  display: flex;
  margin-bottom: 60px;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster {
    margin-bottom: 0;
  }
}
footer .module-cluster > .module-cluster.icons .module-cms {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 33%;
  align-items: center;
}
footer .module-cluster > .module-cluster.icons .module-cms .picture {
  margin: 0;
  width: auto;
}
footer .module-cluster > .module-cluster.icons .module-cms .info {
  width: auto;
  text-align: left;
}
footer .module-cluster > .module-cluster.icons .module-cms h2 {
  margin-bottom: 5px;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  border: none;
}
footer .module-cluster > .module-cluster.icons .module-cms img {
  width: 52px;
}
@media only screen and (max-width: 1024px) {
  footer .module-cluster > .module-cluster.icons .module-cms .picture {
    margin: auto;
  }
  footer .module-cluster > .module-cluster.icons .module-cms .info {
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster.icons .module-cms {
    flex-basis: 100%;
  }
  footer .module-cluster > .module-cluster.icons .module-cms .picture,
  footer .module-cluster > .module-cluster.icons .module-cms .info {
    width: 100%;
  }
}
footer .module-cluster > .module-cluster.logo-social {
  display: block;
}
footer .module-cluster > .module-cluster.logo-social .module-social-menu {
  padding: 10px 0;
  width: 100%;
  text-align: center;
}
footer .module-cluster > .module-cluster.logo-social .module-logo {
  margin: auto;
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster {
    justify-content: space-evenly;
  }
}
footer .module-cluster > .module-cluster > .module-cms {
  flex-basis: 25%;
  text-align: center;
}
footer .module-cluster > .module-cluster > .module-cms > div {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  footer .module-cluster > .module-cluster > .module-cms {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 480px) {
  footer .module-cluster > .module-cluster > .module-cms {
    flex-basis: 100%;
  }
}
footer .module-cluster > .module-cluster > .module-cms .picture {
  height: 60px;
  margin-bottom: 20px;
}
footer .module-agency.multiple {
  display: flex;
  width: 100%;
}
footer .module-social-menu,
footer .module-agency,
footer .module-menu,
footer .logo-social {
  width: 27%;
  padding: 20px;
}
footer .agency > div.info {
  width: 100%;
  padding: 0;
}
footer .agency > div.picture {
  display: none;
}
footer .module-social-menu.icons li {
  display: inline-block;
}
footer .module-social-menu.icons span {
  display: none;
}
footer .module-social-menu .twitter a svg path {
  fill: #ffffff;
}
footer .social-menu-template-2 .social__items .social__item a svg path {
  fill: #ffffff /* headerContent*/;
  transition: fill 0.5s ease;
}
footer .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #2b353e /* color1 */;
}
footer .module-menu i.mdi-home {
  display: none;
}
footer .module-cluster.content {
  margin-bottom: 0;
}
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:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 7px;
  background: url('/templates/Haku/credits.svg') 0 0 no-repeat;
}
@media screen and (max-width: 1024px) {
  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 only screen and (max-width: 768px) {
  footer .module-social-menu,
  footer .module-agency,
  footer .module-menu,
  footer .logo-social {
    width: 100%;
  }
  footer .module,
  footer .module p {
    text-align: center;
  }
  footer .module-agency.multiple .agency {
    width: 100%;
  }
}
.zone-right-content .module-user .container {
  margin-bottom: 0 !important;
}
.zone-right-content .module-user .container .info {
  flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.zone-right-content .module-user .container .info h3 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
}
.zone-right-content .module-user .container .info h3 em {
  display: block;
  font-weight: 400;
  font-size: inherit;
  line-height: 16px;
}
.zone-right-content .module-user .container .info p span {
  display: block;
  text-align: center;
}
.zone-right-content .module-user .container .info p br {
  display: none;
}
/*** CSS WEBSITE Eretz Estate ***/
h1,
h2 {
  font-weight: 700;
  border: none;
  color: #2b353e;
}
/* --------------------------------HEADER------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .zone-header .module.module-84825.module-cluster .module.module-84830.module-menu.main.inline,
header header .module.module-84825.module-cluster .module.module-84830.module-menu.main.inline,
header header .module.module-84830.module-menu.main.inline {
  width: 80%;
  float: right;
  margin: 35px;
}
header .zone-top-header .ApiFieldGroup .FieldWrapper {
  background: #2b353e;
}
header .zone-header {
  max-width: 1400Px;
}
header .zone-header .module-logo {
  float: left;
  margin: 5px auto 0;
  max-width: 110px;
}
header .zone-header .module-logo img {
  transition: all 0.35s ease;
}
header .zone-header .module-menu > ul {
  float: none;
  margin: 22px 0 22px 0;
  text-align: center;
  padding-right: 0;
}
header .zone-header .module-menu > ul li {
  margin: 0 0 0 30px;
}
header .zone-header .module-menu > ul li a {
  font-size: 18px;
  text-transform: uppercase;
}
header .zone-header .module-menu > ul li:hover {
  border-bottom: 2px #2B353e solid;
}
header .zone-header .module-menu > ul li:hover span:hover {
  color: #2B353e !important;
}
header .zone-header .module-menu > ul .mdi-home:hover {
  color: #2B353e !important;
}
header .zone-top-header {
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
}
header .zone-top-header .module-language {
  top: 50px;
  right: -80px;
}
header .zone-top-header .module-language span {
  color: #2B353e;
}
header .zone-top-header .popup-open-link-wrapper:hover {
  color: red;
}
header .zone-top-header .module {
  position: relative;
  z-index: 1100;
}
header .zone-top-header .module-cluster.topHeader {
  margin-top: 17px;
  margin-right: 15px;
}
header .zone-top-header .module-social-menu .facebook a i {
  color: white;
  font-size: 23px;
}
header .zone-top-header .module-social-menu .facebook a i:hover {
  color: #003366;
}
header .zone-top-header .module-menu li a,
header .zone-top-header .module-social-menu li a {
  color: #2B353e !important;
}
header .module-cms {
  position: absolute;
  top: -15px;
  left: 0;
  opacity: 0;
  transition: all 0.25s ease;
}
header .module-cms img {
  width: 100px;
}
header.fixed {
  z-index: 999;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.48);
}
header.fixed .module-logo {
  opacity: 1;
}
header.fixed .fixed-cms {
  opacity: 0;
}
header.fixed .module-menu.main {
  margin-top: -60px;
}
header.fixed .module-cms {
  opacity: 0;
  margin-top: 17px;
}
header.fixed .module-cms .info {
  background: transparent !important;
}
/* --------------------------------MODULE SEARCH------------------------------------- */
.module-search.overflowSearch .fields-wrapper {
  background-color: rgba(22, 62, 103, 0.5);
}
.module-search.overflowSearch .fields-wrapper span {
  color: #2b353e;
}
.module-slider + .module-search .form-center .field input {
  padding: 8.5px;
}
.homepage .module-slider + .module-search > form {
  width: 950px;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  margin: 0px;
}
/* --------------------------------MODULE CMS CONTENT------------------------------------- */
.module-84793 .info {
  margin: 0;
  text-align: left;
  background-color: rgba(43, 53, 62, 0.7) !important;
}
.module-84793 .info h3,
.module-84793 .info h2 {
  color: white;
}
.module-89058 {
  margin: 0px !important;
}
.module-89058 .module-cms {
  margin: 0px;
}
.module-89058 .info p {
  background: none;
}
.module-89058 .info button,
.module-89058 .info .button {
  background: #2b353e;
}
/* --------------------------------MODULE NEWSCONTENT------------------------------------- */
.zone-content .module + .module,
.zone-left-content .module + .module,
.zone-right-content .module + .module,
.zone-bottom-content .module + .module {
  background: transparent;
}
.structured-cms-template-5 > .content .buttons .button {
  margin-right: 10px;
  background: #2b353e;
}
.structured-cms-template-5 > .content .buttons .button:hover {
  box-shadow: 2px 2px 2px 2px #003366;
  transition: 1s;
  background: white;
  color: black;
}
/* --------------------------------ALERT EMAIL------------------------------------- */
.submit {
  color: white;
  background: #2b353e;
}
.submit:hover {
  color: white;
}
.module-cms .info h3,
.module-cms .info h2 {
  text-align: center;
}
#88648 {
  background: red !important;
}
/* --------------------------------MODULE SOCIAL------------------------------------- */
.homepage .zone-content .module-cms .info h1,
.homepage .zone-content .module-cms .info h2 {
  text-align: left;
}
/* --------------------------------FOOTER------------------------------------- */
.eapps-instagram-feed-posts-view.eui-slider-slide {
  justify-content: center;
}
footer .module-lead {
  position: absolute;
  display: inline-block;
  bottom: 55px;
  left: 48px;
}
.module-social-menu,
footer .module-agency,
footer .module-menu,
footer .logo-social {
  width: 17%;
}
footer .zone-legal .module-legal ul li:last-child:before {
  display: none;
}
/* --------------------------------RESPONSIVE-------------------------------------------- */
@media screen and (max-width: 1024px) {
  header {
    background-color: #f4f1e9;
    height: 150px;
  }
  header .zone-header .module.module-84825.module-cluster .module.module-84830.module-menu.main.inline,
  header header .module.module-84825.module-cluster .module.module-84830.module-menu.main.inline,
  header header .module.module-84830.module-menu.main.inline {
    background: #2b353e;
  }
  header .zone-top-header .module-cluster.topHeader {
    margin-top: 12px;
  }
  header .zone-header .module-menu button i {
    position: relative;
    top: 50px;
    right: 100px;
    z-index: 100000;
  }
  header .zone-header .module-menu > ul > li > a i.mdi-home + span {
    display: none !important;
  }
  .current {
    display: none;
  }
  .homepage {
    margin-top: 160px;
  }
  .module-menu.main > ul.active {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .module-cms .info {
    margin: 0;
    text-align: left;
    position: relative;
    top: -30px;
  }
  .homepage .module-slider + .module-search > form {
    width: 100%;
  }
  footer .module-lead {
    top: 186px;
    left: 46px;
  }
}
@media screen and (max-width: 768px) {
  .homepage .background {
    display: unset;
  }
  .homepage {
    margin-top: 250px;
  }
  .homepage .module-slider + .module-search > form {
    width: 100% !important;
  }
  footer .module-lead {
    top: 186px;
    left: 326px;
  }
  .module-social-menu,
  footer .module-agency,
  footer .module-menu,
  footer .logo-social {
    width: 100%;
  }
  .photo-social {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .homepage .zone-content .module-cms.haku .info {
    padding: 30px;
  }
}
/* --------------------------------RESPONSIVE 490PX------------------------------------- */
@media screen and (max-width: 490px) {
  header .zone-header .module-logo img {
    top: -25px;
    position: relative;
  }
  header .zone-header .module-menu button i {
    top: 25px!important;
    left: 15px;
    position: relative;
  }
}
@media screen and (max-width: 425px) {
  footer .module-lead {
    left: 155px;
  }
}
@media screen and (max-width: 375px) {
  footer .module-lead {
    left: 130px;
  }
}
@media screen and (max-width: 325px) {
  footer .module-lead {
    left: 100px;
  }
}
/*** CSS ROUTING ***/
.module.banner .picture {
  margin-top: 30px;
}
.module-header {
  text-align: center;
}
.agency-fees {
  justify-content: center;
  display: flex;
}
/*** CUSTOM CSS FROM BDD MODULE 84825 ***/
@media screen and (max-width: 1024px) {
  .zone-header .module.module-84825.template-1.cluster-template-1.module-cluster .current,
  .module.module-84825.template-1.cluster-template-1.module-cluster .current {
    display: none !important;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 89995 ***/
.zone-content .module.module-89995.banner.template-1.picture-template-1.module-picture.background-mod,
.module.module-89995.banner.template-1.picture-template-1.module-picture.background-mod {
  margin-top: 50px;
}
/*** CUSTOM CSS FROM BDD MODULE 84852 ***/
.zone-content .module.module-84852.template-5.agency-template-5.module-agency.simple,
.module.module-84852.template-5.agency-template-5.module-agency.simple {
  padding: 20px;
}

