/* 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');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap');
.layout {
  max-width: 1240px;
  margin: 0 auto;
}
.fixed {
  position: fixed;
  top: 0;
  right: 0px /* @paddingBody */;
  left: 0px /* @paddingBody */;
  background-color: #191919 /* @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="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/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 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 Structured Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/StructuredCms/Resources/css/main.css ***/
.module-structured-cms .picture-container img {
  width: 100%;
}
.module-structured-cms figure img {
  max-width: 100%!important;
  height: auto!important;
}
.structured-cms-template-2 {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child {
  overflow: hidden;
}
.structured-cms-template-2 > div:first-child .picture {
  float: left;
  width: 50%;
  height: 400px;
}
.structured-cms-template-2 > div:first-child .picture img {
  max-width: 100%;
}
.structured-cms-template-2 > div:first-child article {
  float: right;
  width: 50%;
  padding: 40px;
  text-align: center;
}
.structured-cms-template-2 > .list {
  margin-top: 1%;
}
.structured-cms-template-2 > .list > .picture,
.structured-cms-template-2 > .list > a {
  float: left;
  width: 24.2%;
  height: 60px;
  overflow: hidden;
}
.structured-cms-template-2 > .list > .picture {
  margin-right: 1%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0.5;
}
.structured-cms-template-2 > .list > .picture:hover {
  opacity: 1;
}
.structured-cms-template-2 > .list img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .structured-cms-template-2 > div:first-child .picture,
  .structured-cms-template-2 > div:first-child article {
    float: none;
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-8.css ***/
.module-legal.template8 p {
  margin-right: 8px;
}
.module-legal.template8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/*** 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;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-7.css ***/
.module-legal.template7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.module-legal.template7 p {
  text-align: left;
  vertical-align: middle;
  margin-right: 8px;
}
.module-legal.template7 p:last-child {
  font-size: 12px;
  line-height: 15px;
}
.module-legal.template7 p:last-child span {
  display: block;
}
.module-legal.template7 p: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;
}
/*** 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 Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
/* gestion des alignements */
.module-cms .cms-align-left {
  text-align: left;
}
.module-cms .cms-align-right {
  text-align: right;
}
.module-cms .cms-align-center {
  text-align: center;
}
.module-cms .cms-align-justify {
  text-align: justify;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE 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 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);
}
/*** 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: #1f2124 /* @fontColor */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, 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: #0c0c0c /* @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: #1f2124 /* @fontColor */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
em {
  color: #1f2124 /* @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: #191919 /* @color2 */;
  border-radius: 2px !important;
}
button:hover,
.button:hover {
  background-color: #e30724 /* @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: 137px /* @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: #1f2124 /* @searchColor */;
  border: none;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: #ffffff /* @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: #ffffff /* @searchBackground */;
  color: #1f2124 /* @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: #1f2124 /* @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: #191919 /* @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: 140px /* @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: #ffffff /* @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: #191919 /* @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: #ffffff /* @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: #ffffff /* @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: #ffffff /* @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: #000000 /* @colorSocialMedia */;
}
.zone-header-right .module .ApiFieldGroup .CaptationContent span {
  padding: 0 10px;
  color: #ffffff /* @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: #f7f7f7 /* @footerBackground */;
  clear: both;
}
footer a,
footer li {
  color: #191919 /* @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: #191919 /* @color2 */;
  border-left: solid;
}
.module-currency span {
  color: #e30724 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-currency label {
  color: #e30724 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
/* language */
.module-language .FieldWrapper {
  background-color: #191919 /* @color2 */;
  border-left: solid;
}
.module-language span {
  color: #e30724 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.module-language a {
  color: #e30724 /* @color4 */;
  font-family: 'Lato', Helvetica, Arial, Tahoma, 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: #191919 /* @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: #191919 /* @color2 */;
}
.property-details .zone-bottom-content > .contactContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding: 40px 20px;
  background-color: #191919 /* @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: #191919 /* @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: #e30724 /* @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: #191919 /* @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 Immobiliere Parent ***/
html {
  height: 100%;
  overflow: auto;
}
body {
  position: absolute;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow: visible;
  transition: all 0.5s ease-in-out;
}
body:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
body.sidebar-open {
  position: fixed;
  transform: translateX(-320px);
  overflow: visible;
}
body.sidebar-open:before {
  opacity: 1;
  visibility: visible;
}
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-family: 'Rubik', sans-serif;
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  text-transform: none;
}
h1 {
  font-size: 38px;
  line-height: 44px;
}
button,
.button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 5px!important;
  color: #fff;
  background: #e30724;
  transition: 0.25s;
}
button:hover,
.button:hover {
  background: #b2051c;
}
.sticky-two-column section.row-2 > div.wrapper-zone-right {
  background: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  color: #e30724;
}
.rgpd {
  margin-bottom: 10px;
}
header {
  background: black;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 12px;
}
header .zone-header-right {
  width: 100%;
  justify-content: flex-end;
  padding: 0 5vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
header .zone-header-right .module-logo {
  max-width: none;
  display: block;
  width: 100%;
  text-align: center;
  margin: 15px 0 10px;
}
header .zone-header-right .module-logo img {
  width: 280px;
}
header .zone-header-right .module.module-social-menu ul li:hover a i {
  color: #191919;
}
header .zone-header-right .module.module-language ul li a {
  line-height: 14px;
}
header .zone-header-right .module.module-language ul li a span {
  color: white;
  text-transform: uppercase;
}
header .zone-header-right .module-menu.main {
  margin-left: 0;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
header .zone-header-right .module-menu.main > ul {
  height: 100%;
  align-items: center;
  justify-content: center;
}
header .zone-header-right .module-menu.main > ul > li {
  height: 100%;
  margin: 0 9px;
}
header .zone-header-right .module-menu.main > ul > li > a {
  height: 100%;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
}
header .zone-header-right .module-menu.main > ul > li > a > span {
  position: relative;
  display: flex;
  align-items: center;
  top: 2px;
  height: calc(100% - 1px);
}
header .zone-header-right .module-menu.main > ul > li:hover > a {
  color: #e30724;
}
header .zone-header-right .module-menu.main > ul li.sub-menu ul {
  display: block;
  max-height: 0;
  overflow: hidden;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
}
header .zone-header-right .module-menu.main > ul li.sub-menu ul > li {
  margin: 0;
  padding: 5px 0;
  text-align: center;
}
header .zone-header-right .module-menu.main > ul li.sub-menu ul > li a {
  color: #191919;
}
header .zone-header-right .module-menu.main > ul li.sub-menu ul > li:hover {
  background: #e30724;
  transition: all 1s;
}
header .zone-header-right .module-menu.main > ul li.sub-menu ul > li:hover a {
  color: #ffffff !important;
}
header .zone-header-right .module-menu.main > ul li.sub-menu:hover ul {
  max-height: 250px;
  display: block;
}
header.fixed {
  background: black;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #E0E0E0;
}
header.fixed .zone-header-right {
  border-color: transparent;
}
header.fixed .zone-header-right .module-menu.main ul > li:hover a span {
  height: 100%;
  border-color: #000;
}
footer {
  margin-top: 0;
  border-top: 1px solid #DDDDDD;
}
footer .module-menu > ul > li.current a,
footer .module-menu.inline ul > li:hover a,
footer a:hover {
  color: #e30724 !important;
}
footer .zone-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  margin: auto;
}
footer .zone-footer:after {
  content: none;
}
footer .zone-footer > div,
footer .zone-footer > nav {
  width: auto !important;
}
footer .zone-footer h2 {
  color: #ffffff;
  margin-bottom: 10px;
  text-align: left;
  font-size: 13px;
  text-transform: uppercase;
  padding-bottom: 0;
}
footer .zone-footer .module-menu {
  margin: 0;
}
footer .zone-footer .module-menu ul {
  display: block;
  column-count: 1;
}
footer .zone-footer .module-menu ul > li {
  display: block;
  margin: 0;
}
footer .zone-footer .module-header {
  margin-bottom: 0;
}
footer .zone-footer .module-legal.template7 {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #DDDDDD;
}
footer .zone-footer .module-legal.template7 p {
  display: inline-block;
}
footer .zone-footer .module-cms {
  background: none;
  margin: 0;
  padding: 0;
}
footer .zone-footer .module-cms figure {
  text-align: left;
}
footer .zone-footer .module-cms img {
  height: 80px;
}
footer .zone-footer .module-cms p {
  text-align: left;
  margin-top: 15px;
}
footer .zone-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .zone-legal .module-legal p {
  color: #191919;
}
.module-contact {
  background: #d8e7ed;
}
.one {
  min-height: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.one h2 {
  font-size: 45px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 529px) {
  .one h2 {
    font-size: 28px;
  }
}
.one p {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 529px) {
  .one p {
    text-align: center;
  }
}
.one .info {
  position: relative;
  max-width: 900px;
  z-index: 10;
  margin: 0;
  padding: 40px 100px;
  padding-left: 7vw;
}
@media only screen and (max-width: 529px) {
  .one .info {
    padding: 20px;
  }
}
.one .info .button {
  margin-top: 10px;
}
.wrapper section.row-2 .zone-left-content .module-user.template-1 {
  display: block;
}
.wrapper section.row-2 .zone-left-content .module-user.template-1 ul.listing > li .container {
  align-items: center;
}
.two-way {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.two-way .picture,
.two-way .info {
  padding: 0 20px;
}
.two-way .picture img,
.two-way .info img {
  max-width: 100%;
}
.page-title h1 {
  text-transform: uppercase;
  border-left: 3px solid #e30724;
  padding-left: 15px;
  padding-bottom: 0;
}
.counter {
  position: absolute;
  top: 10px;
  left: 5px;
  font-size: 26px;
}
@media only screen and (max-width: 480px) {
  .counter {
    position: relative;
    left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .listing-template-4 {
    padding: 0 20px;
  }
}
.listing-template-4 nav.pager li a {
  color: #ffffff;
}
.listing-template-4 .pager ul li.current,
.listing-template-4 .pager ul li:hover a {
  width: 46px;
  height: 49px;
}
.listing-template-4 ul.listing > li {
  box-shadow: none;
  height: auto;
  min-height: auto;
}
.listing-template-4 ul.listing > li .content {
  margin-top: 10px;
}
.listing-template-4 ul.listing > li .content h3,
.listing-template-4 ul.listing > li .content p {
  width: 100%;
  text-align: left;
}
.listing-template-4 ul.listing > li .content h3 {
  margin-bottom: 0;
}
.listing-template-4 ul.listing > li .content p {
  color: #191919;
}
.listing-template-4 ul.listing > li ul {
  background: none;
  height: auto;
}
.listing-template-4 ul.listing > li ul li {
  color: #e30724;
}
.mfp-bg {
  z-index: 10000;
}
.mfp-wrap {
  z-index: 10001;
}
.popup-module-newsletter.template-1 .submit,
.popup-module-newsletter.template-3 .submit {
  position: relative;
  height: auto;
  width: auto;
  border: none;
}
.popup-module-newsletter.template-1,
.popup-module-newsletter.template-3 {
  padding: 20px;
  background: #f7f6f6;
  border-radius: 5px;
}
.popup-module-newsletter.template-1 .g-recaptcha,
.popup-module-newsletter.template-3 .g-recaptcha {
  margin: 20px 0;
}
.popup-module-newsletter.template-1 input#newsletter-form_email,
.popup-module-newsletter.template-3 input#newsletter-form_email {
  border-radius: 5px!important;
  padding: 10px 20px;
}
.popup-module-newsletter.template-1 button.mfp-close,
.popup-module-newsletter.template-3 button.mfp-close {
  background: none;
  margin: 3px;
  border: none;
  color: #0c0c0c;
  font-weight: 400;
}
.popup-module-newsletter.template-1 .rgpd label,
.popup-module-newsletter.template-3 .rgpd label {
  margin-left: 5px;
}
.popup-module-newsletter.template-1 .rgpd a,
.popup-module-newsletter.template-3 .rgpd a {
  font-weight: 600;
}
/*==================================== RESPONSIVE ======================================*/
@media only screen and (max-width: 1024px) {
  .wrapper {
    margin-top: 0!important;
  }
  header {
    position: relative;
  }
  header.fixed {
    position: relative;
  }
  header .zone-header-right {
    justify-content: center;
  }
  header .zone-header-right .module-logo {
    width: auto;
    padding: 0 30px;
  }
  header .zone-header-right .module-logo img {
    position: relative;
    z-index: 999;
  }
  header .zone-header-right .module-menu.main {
    position: relative;
    left: auto;
    transform: none;
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  header .zone-header-right .module-menu.main button:hover {
    color: #000;
  }
  header .zone-header-right .module-menu.main ul {
    margin-top: 0;
  }
  header .zone-header-right .module-cluster {
    position: relative!important;
    top: 0!important;
    right: 0!important;
    margin: auto;
    width: 100%;
    justify-content: center;
    order: 3;
  }
  header .zone-header-right .module-cluster .module-social-menu {
    width: 180px;
    text-align: center;
  }
  header .zone-header-right .module-cluster .module-social-menu ul {
    justify-content: center;
  }
  header .zone-header-right .module-cluster .module-cms .info {
    text-align: center;
  }
  .homepage header {
    background: #ffffff;
  }
  .homepage header > div .zone-header-right .module-logo img {
    filter: none!important;
  }
  .homepage header > div .zone-header-right .module.module-social-menu li a,
  .homepage header > div .zone-header-right .module-menu ul li a {
    color: #000 !important;
  }
  .homepage header:not(.fixed) .zone-header-right .module.module-social-menu ul li a i,
  .homepage header:not(.fixed) .zone-header-right .module-menu ul li a,
  .homepage header:not(.fixed) .zone-header-right .module-language ul li a span {
    color: #000;
  }
  .module-cms .picture + .info {
    width: 70%;
  }
  .module-leaflet-map {
    height: 400px;
  }
  footer {
    padding: 40px 20px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .homepage .wrapper {
    overflow: hidden;
  }
  .module-cms .picture + .info {
    width: 100%;
  }
  section.legalContent article.editor,
  section.legalContent article.publisher {
    width: 100%;
    border: none;
  }
  section.cookies {
    column-count: 1;
  }
}
@media only screen and (max-width: 640px) {
  h1 {
    font-size: 28px;
  }
  header .zone-header-right {
    width: 100%;
    padding: 0;
  }
  header .zone-header-right .module-logo {
    padding: 0 20px 0 0;
  }
  header .zone-header-right .module-logo img {
    width: 190px;
  }
  header .zone-header-right .module-menu.main {
    margin-top: 0px !important;
  }
  header .zone-header-right .module-cluster {
    display: block!important;
  }
  header .zone-header-right .module-cluster .module-social-menu {
    width: auto;
    border: none!important;
  }
  header .zone-header-right .module-cluster .module-cms .info {
    padding: 10px 0;
  }
  .module-82077.module-selection.selection-template-5 .list .item {
    width: 100% !important;
  }
  footer h3 {
    margin: 20px 0 0 0;
    font-size: 18px;
  }
}
@media only screen and (max-width: 529px) {
  footer .zone-footer {
    display: block;
    text-align: center;
  }
  header .zone-header-right .module-menu.main ul {
    padding: 5px 0;
  }
  header .zone-header-right .module-menu.main ul .second-menu {
    margin: 0!important;
  }
  header .zone-header-right .module-cms {
    width: 100%;
    order: 3;
  }
  header .zone-header-right .module-cms .info {
    justify-content: center;
  }
  .selection-template-5 .module-header h2 {
    text-align: center;
  }
  .module.module-53491.module-cluster > div {
    display: block !important;
    width: 50% !important;
    margin: auto;
  }
  .module.module-53491.module-cluster > div:last-child .container img {
    margin-bottom: 50px;
  }
  .module.module-53491.module-cluster > div .module-header h2 {
    display: block;
    text-align: center;
  }
  .module.module-53491.module-cluster > div .module-header h2::after {
    width: 100% !important;
  }
  .module.module-53491.module-cluster > div .container img {
    height: auto !important;
  }
  .module.module-82046.module-property-info.property-info-template-1 .details ul li {
    width: 100% !important;
  }
  .module.module-82046.module-property-info.property-info-template-1 .details ul li:nth-child(2n+1) {
    background-color: #f2f2f2;
  }
  .module.module-82046.module-property-info.property-info-template-1 .details ul li:nth-child(4n+2) {
    background: none !important;
  }
  .zone-content .module.module-53466.module-cluster > .module-cms .info {
    padding: 0 !important;
  }
  .popup-module-newsletter.template-1,
  .popup-module-newsletter.template-3 {
    width: 95%;
  }
  body.one-column .wrapper section.zone.zone-content .module-cms.page-title .info h1 {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  .module-82034.module-listing.listing-template-4 ul.listing > li article.infos ul li:not(.price) {
    padding: 0 3px;
    font-size: 10px;
  }
  .g-recaptcha {
    transform: scale(0.8);
  }
  .module-contact {
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  header .zone-header-right .module-logo img {
    width: 160px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 82279 ***/
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster {
  position: fixed;
  top: 0;
  right: -320px;
  height: 100vh;
  width: 320px;
  background: #f7f6f6;
  overflow: auto;
  transform: translateX(320px);
  transition: 0.3s ease-in-out;
  z-index: 999999;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster.active,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster.active {
  transform: translateX(0);
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul {
  width: 100%;
  text-align: right;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li {
  border-bottom: 1px solid #E6EAEA;
  transition: 0.3s ease-in-out;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li:hover,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li:hover {
  background: #fff;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li > a,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li > a {
  display: block;
  padding: 20px 30px;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.3s;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li i,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li i {
  font-size: 13px;
  vertical-align: text-bottom;
  margin-left: 5px;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li:hover a,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu > ul > li:hover a {
  color: #e30724;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu {
  position: relative;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu:after,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu:after {
  top: 23px;
  left: 30px;
  right: auto;
  transition: 0.25s;
  font-size: 20px;
  color: #454545;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu.open:after,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu.open:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu:hover > ul,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu:hover > ul {
  opacity: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu.open > ul,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu.open > ul {
  opacity: 1;
  height: auto;
  margin: -15px 0px 15px;
  transform: translateY(5px);
  pointer-events: all;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul {
  position: relative;
  display: block;
  padding: 0 30px;
  top: 0;
  left: auto;
  right: auto;
  height: 0;
  margin: 0;
  width: 100%;
  text-align: right;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0s;
  pointer-events: none;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul > li,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul > li {
  display: block;
  width: auto;
  padding: 0 10px;
  margin: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul li a,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul li a {
  color: #545454;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul li a:hover,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-menu ul li.sub-menu > ul li a:hover {
  color: #e30724;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster {
  padding: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #E6EAEA;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster:after,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster:after {
  content: none;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-header,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-header {
  margin: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div i.mdi-close,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div i.mdi-close {
  font-size: 32px;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language {
  margin-top: -12px;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language li.current,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language li.current {
  display: none;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language span,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module-cluster > div.module-language span {
  top: 3px;
  color: #0c0c0c;
  font-weight: 400;
  text-decoration: underline;
}
/*** CUSTOM CSS FROM BDD MODULE 82028 ***/
.zone-footer .module.module-82028.template-1.menu-template-1.module-menu.inline,
.module.module-82028.template-1.menu-template-1.module-menu.inline {
  width: 20%;
}
/*** CUSTOM CSS FROM BDD MODULE 82068 ***/
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms .picture-container,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms .picture-container {
  display: none;
}
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms .picture-container img,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms .picture-container img {
  height: 34vw;
  object-fit: cover;
}
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content {
  max-width: 1240px;
  margin: auto;
  padding: 40px 20px;
  margin-top: 50px;
  text-align: justify;
}
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content img,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content img {
  display: block;
  max-width: 100%;
  margin: 30px 0;
}
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content .pictures img,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms .content .pictures img {
  max-width: 600px;
}
.zone-full_width .module.module-82068.template-3.structured-cms-template-3.module-structured-cms h1.title,
.module.module-82068.template-3.structured-cms-template-3.module-structured-cms h1.title {
  column-span: all;
  display: block;
}
/*** CUSTOM CSS FROM BDD MODULE 82075 ***/
.zone-legal .module.module-82075.template-8.legal-template-8.module-legal.template8,
.module.module-82075.template-8.legal-template-8.module-legal.template8 {
  margin: 0 0 0 25px;
}
.zone-legal .module.module-82075.template-8.legal-template-8.module-legal.template8 p,
.module.module-82075.template-8.legal-template-8.module-legal.template8 p {
  text-align: center;
  font-size: 12px;
  line-height: 24px;
}
/*** CUSTOM CSS FROM BDD MODULE 82792 ***/
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster,
.module.module-82792.template-1.cluster-template-1.module-cluster {
  display: flex;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 50px;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster > div,
.module.module-82792.template-1.cluster-template-1.module-cluster > div {
  margin: 0 10px;
  padding: 0 10px;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster > div:first-child,
.module.module-82792.template-1.cluster-template-1.module-cluster > div:first-child {
  border-right: 1px solid #ececec;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module-header,
.module.module-82792.template-1.cluster-template-1.module-cluster .module-header {
  margin-bottom: 0;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module-header p,
.module.module-82792.template-1.cluster-template-1.module-cluster .module-header p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 12px;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .info,
.module.module-82792.template-1.cluster-template-1.module-cluster .info {
  text-align: left;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .info p,
.module.module-82792.template-1.cluster-template-1.module-cluster .info p {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 12px;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster i,
.module.module-82792.template-1.cluster-template-1.module-cluster i {
  color: #e30724;
}
/*** CUSTOM CSS FROM BDD MODULE 82030 ***/
.zone-legal .module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child,
.module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child {
  line-height: 24px;
}
.zone-legal .module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child:before,
.module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child:before {
  width: 20px;
  height: 20px;
  background-size: cover;
}
.zone-legal .module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child span,
.module.module-82030.template-7.legal-template-7.module-legal.template7 p:last-child span {
  display: inline-block;
}
/*** CUSTOM CSS FROM BDD MODULE 82027 ***/
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline li:last-child,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline li:last-child {
  margin-right: 0;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .second-menu,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .second-menu {
  display: flex;
  height: auto;
  align-items: center;
  padding: 7px 10px;
  background: #e30724;
  border-radius: 5px;
  cursor: pointer;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .second-menu span,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .second-menu span {
  color: #fff;
  padding-left: 7px;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon {
  position: relative;
  width: 50px;
  height: 30px;
  cursor: pointer;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-touch-callout: none;
  position: absolute;
  opacity: 0;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon div,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span:first-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span:first-of-type {
  top: 0;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span:last-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon span:last-of-type {
  bottom: 0;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active span:first-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active span:first-of-type,
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox:checked + div span:first-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox:checked + div span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active span:last-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active span:last-of-type,
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox:checked + div span:last-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon .menu-icon-checkbox:checked + div span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active:hover span:first-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active:hover span:first-of-type,
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active:hover span:last-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon.active:hover span:last-of-type,
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover .menu-icon-checkbox:checked + div span:first-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover .menu-icon-checkbox:checked + div span:first-of-type,
.zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover .menu-icon-checkbox:checked + div span:last-of-type,
.module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover .menu-icon-checkbox:checked + div span:last-of-type {
  width: 22px;
}
@media (min-width: 1024px) {
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover span:first-of-type,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover span:first-of-type {
    width: 26px;
  }
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover span:last-of-type,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline .menu-icon:hover span:last-of-type {
    width: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline button,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline button {
    display: none;
  }
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul {
    display: block;
    width: auto;
  }
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul li,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul li {
    display: none;
  }
  .zone-header_right .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul .second-menu,
  .module.module-82027.template-1.menu-template-1.module-menu.main.inline ul .second-menu {
    display: flex;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 83622 ***/
.zone-footer .module.module-83622.template-1.menu-template-1.module-menu.inline,
.module.module-83622.template-1.menu-template-1.module-menu.inline {
  width: 20%;
}
/*** CUSTOM CSS FROM BDD MODULE 82026 ***/
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu ul li a i,
.module.module-82026.template-1.social-menu-template-1.module-social-menu ul li a i {
  margin: 0;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi:before,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi:before,
.module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi:before,
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi-set,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi-set,
.module.module-82026.template-1.social-menu-template-1.module-social-menu .mdi-set {
  margin-top: 4px;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .module-header p,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82026.template-1.social-menu-template-1.module-social-menu .module-header p,
.module.module-82026.template-1.social-menu-template-1.module-social-menu .module-header p {
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 82092 ***/
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82092.template-1.cms-template-1.module-cms.only-text,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82092.template-1.cms-template-1.module-cms.only-text,
.module.module-82092.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-82092 {
  margin: 0;
  padding: 0;
  background: none;
}
.zone-header_right .module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82092.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-82792.template-1.cluster-template-1.module-cluster .module.module-82092.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-82092.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-82092 .info p {
  color: white;
}
/*** CUSTOM CSS FROM BDD MODULE 82070 ***/
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language,
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language,
.module.module-82070.template-1.language-template-1.module-language {
  margin-left: 15px;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul,
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul,
.module.module-82070.template-1.language-template-1.module-language ul {
  display: flex;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li,
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li,
.module.module-82070.template-1.language-template-1.module-language ul li {
  padding: 0 5px;
  margin-bottom: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:not(:last-child),
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:not(:last-child),
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:not(:last-child),
.module.module-82070.template-1.language-template-1.module-language ul li:not(:last-child) {
  margin: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:last-child,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:last-child,
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li:last-child,
.module.module-82070.template-1.language-template-1.module-language ul li:last-child {
  padding-right: 0;
}
.zone-full_width .module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li a span,
.module.module-82279.full-menu.template-1.cluster-template-1.module-cluster .module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li a span,
.module.module-82485.template-1.cluster-template-1.module-cluster .module.module-82070.template-1.language-template-1.module-language ul li a span,
.module.module-82070.template-1.language-template-1.module-language ul li a span {
  border-radius: 100%;
  width: 19px;
  height: 19px;
  background-size: cover;
}
/*** 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;
  }
}

