/* responsive variables */
/* text variables */
/* style variables */
.subtitle {
  font-size: 26px;
  line-height: 32px;
  color: #333 /* @fontcolor3 */;
  font-weight: 800;
  margin-bottom: 20px;
}
.headline {
  color: #eb8b2d /* @color1 */;
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}
.block {
  padding: 20px;
  margin-bottom: 40px /* @margin */;
  background-color: #ffffff /* @blockbgcolor */;
  border: 1.5px solid #eeeeee /* @bordercolor */;
  border-radius: 6px /* @borderradius */;
}
.module .button,
.module button,
.module .submit,
.module input[type="submit"],
button.submit {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 16px /* @fontsize */;
  line-height: 1;
  font-weight: 600;
  padding: 10px 12px 12px;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s ease-out;
}
.module .button:before,
.module button:before,
.module .submit:before,
.module input[type="submit"]:before,
button.submit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 140%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #eb8b2d /* @color1 */;
  -webkit-transform: rotate(12deg) scale(1.1);
  -ms-transform: rotate(12deg) scale(1.1);
  transform: rotate(12deg) scale(1.1);
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.module .button:hover,
.module button:hover,
.module .submit:hover,
.module input[type="submit"]:hover,
button.submit:hover {
  border-color: #eb8b2d /* @color1 */;
  /*box-shadow: 0 3px 10px fadeout(darken(@color1, 30%), 50%);*/
}
.module .button:hover:before,
.module button:hover:before,
.module .submit:hover:before,
.module input[type="submit"]:hover:before,
button.submit:hover:before {
  -webkit-transform: translateY(-140%) scale(1.1);
  -ms-transform: translateY(-140%) scale(1.1);
  transform: translateY(-140%) scale(1.1);
}
.submit,
input[type="submit"] {
  background-color: #eb8b2d /* @color1 */;
  border: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-spinner/jquery.apispinner.css ***/
.api-spinner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.api-spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.api-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.api-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/bundles/apimocore/Default/css/global.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after,
.zone:after,
.module-cluster:after {
  content: "";
  display: table;
  clear: both;
}
/* ratio picture */
.ratioPicture {
  position: relative;
  padding-bottom: 66.6%;
  overflow: hidden;
}
.ratioPicture[data-ratio="1/1"] {
  padding-bottom: 100%;
}
.ratioPicture[data-ratio="2/3"] {
  padding-bottom: 150%;
}
.ratioPicture[data-ratio="3/2"] {
  padding-bottom: 66.6%;
}
.ratioPicture[data-ratio="4/3"] {
  padding-bottom: 75%;
}
.ratioPicture[data-ratio="16/9"] {
  padding-bottom: 56.25%;
}
.ratioPicture img,
.ratioPicture iframe {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100%;
  margin: auto;
  max-width: none !important;
  max-height: none !important;
}
/* NEW ratio picture */
.ratio[data-ratio="1/1"] {
  aspect-ratio: 1/1;
}
.ratio[data-ratio="2/3"] {
  aspect-ratio: 2/3;
}
.ratio[data-ratio="3/2"] {
  aspect-ratio: 3/2;
}
.ratio[data-ratio="4/3"] {
  aspect-ratio: 4/3;
}
.ratio[data-ratio="16/9"] {
  aspect-ratio: 16/9;
}
/* rows */
.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
  position: relative;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.row-1 {
  max-width: 1024px;
}
.row-2 {
  max-width: 1280px;
}
.row-3 {
  max-width: 1440px;
}
.row-4 {
  max-width: 1680px;
}
.row-5 {
  max-width: 1920px;
}
.row-6 {
  max-width: 2560px;
}
/* misc */
.ApiFieldGroup .CaptationContent {
  background: none;
}
.module.hidden {
  display: none;
}
/* image lazy load */
/* TODO blur issue with safary */
/* .img-lazy-load {
  filter: blur(5px);
}

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

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

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

.loanTool label,
.loanTool span.number {
  float: left; width: 50%;
}
.loanTool span.number { text-align: right; }
.loanTool .result { font-weight: bold; }
*/
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/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;
  }
}
/*** 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 PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms img,
.module-cms .picture img {
  max-width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN 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 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 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 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;
}
/*** GLOBAL CSS TEMPLATE Stax ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Stax/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,
button,
hr {
  color: #5B5B5B /* @fontcolor */;
  font: 400 16px / calc(16px + 10px) Helvetica, Arial, Tahoma, sans-serif /* @fontfamily */;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #FBFBFB /* @bodybgcolor */;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title {
  margin: 0 0 40px 0;
  color: #000000 /* @fontColorTitle */;
  font-family: "Playfair Display", serif /* @fontfamilyTitle */;
  font-weight: 400 /* @fontweightTitle */;
  text-transform: none;
}
h1,
h2 {
  font-size: clamp(30px, 4vw, 40px);
  line-height: 46px;
  font-weight: 300;
  margin-bottom: 20px;
}
h3,
.title {
  font-size: 18px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 20px;
  margin-bottom: 10px;
}
a {
  color: #000000 /* @fontColorTitle */;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
input,
select,
textarea {
  border-radius: 0;
}
.select2-container {
  z-index: 99999;
}
/** GLOBAL */
body:not(.homepage):not([class^="listing"]):not(.details) {
  overflow-x: hidden;
}
body:not(.homepage):not([class^="listing"]):not(.details) > :nth-child(3) {
  margin-top: 90px;
}
.zone-full-width .module,
.zone-content .module,
.zone-left-content .module,
.zone-right-content .module {
  margin-bottom: 40px /* @margin */;
}
.zone-content .module-cms {
  padding: 0;
}
p i {
  font-size: 20px;
  vertical-align: middle;
}
.SumoSelect > .CaptionCont span,
.ApiFieldGroup .CaptationContent span,
.SumoSelect > .CaptionCont label,
.ApiFieldGroup .CaptationContent label {
  color: black;
}
.mdi-phone:before {
  content: "\F01C3" !important;
  /* override with mdi-deskphone */
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
select,
.ms-choice,
.ms-choice.disabled,
.SumoSelect {
  color: #5B5B5B;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: var(--main-input-bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.soleagent {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  font-weight: 600 /* @fontweightBold */;
  z-index: 99;
  border-radius: 100%;
}
.soleagent i {
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 8px;
  font-size: 24px;
  background-color: #eb8b2d /* @color1 */;
}
/** HEADER */
.zone-header {
  top: 0;
  left: -9999px;
  right: -9999px;
  width: 100%;
  padding: 20px;
  margin: auto;
  z-index: 99;
  text-align: center;
  position: absolute;
  background-image: linear-gradient(to right, #ffffff 20%, #ffffff 80%);
  position: fixed;
}
body.user .zone-header:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100px;
  filter: blur(100px / 2);
  margin-top: -100px / 2;
  background-image: linear-gradient(to right, #ffffff 20%, #ffffff 80%);
}
.zone-header .module-cluster {
  max-width: 1440px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}
.zone-header .module-logo {
  width: 200px;
  height: 60px;
  float: left;
  max-width: none;
  text-align: center;
  margin: 0;
  margin-right: auto;
}
.zone-header .module-logo a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  text-indent: -9999px;
  z-index: 9;
}
.zone-header .module-menu button {
  color: #006c9e;
  background: none;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  border-radius: 4px;
}
.zone-header .module-menu ul {
  text-align: right;
  margin: 0 auto;
}
.zone-header .module-menu ul li {
  margin: 0 0 0 30px;
}
@media only screen and (min-width: 1025px) {
  .zone-header .module-menu ul li.sub-menu ul {
    position: absolute;
    top: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
    max-width: 250px;
    width: auto;
    text-align: center;
    background: #ffffff;
    box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.25), 0 30px 60px -30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 1;
  }
  .zone-header .module-menu ul li.sub-menu ul > li {
    margin: 0;
    padding: 7px 10px;
    text-align: center;
    width: 100%;
  }
  .zone-header .module-menu ul li.sub-menu ul > li a {
    color: #5B5B5B;
    font-size: 15px;
  }
  .zone-header .module-menu ul li.sub-menu ul > li:hover {
    background: #eb8b2d;
    transition: 0.25s;
  }
  .zone-header .module-menu ul li.sub-menu ul > li:hover a {
    color: #ffffff;
  }
  .zone-header .module-menu ul li.sub-menu ul > li:hover ul {
    max-height: 250px;
    display: block;
  }
}
.zone-header .module-menu ul li a {
  display: block;
  color: #006c9e;
  font-size: 18px;
  font-weight: 600 /* @fontweightBold */;
}
.zone-header .module-menu ul li a i.mdi-home {
  display: none;
}
.zone-header .module-menu ul li a:hover {
  color: #eb8b2d;
  transition: 0.5s ease;
}
.zone-header .module-menu ul li:first-child {
  margin-left: 0;
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .zone-header .module-menu {
    margin-top: 10px;
    clear: both;
  }
}
.zone-header .module-social-menu {
  margin-left: 20px;
}
.zone-header .module-social-menu .module-header {
  display: none;
}
.zone-header .module-social-menu ul {
  min-height: 45px;
  padding: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px /* @borderradius */;
}
.zone-header .module-social-menu ul li {
  display: inline-block;
  padding: 0;
  margin: 0 5px;
}
.zone-header .module-social-menu ul li i {
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}
.zone-header .module-social-menu ul li span {
  display: none;
}
.zone-header .module-social-menu ul li:hover a i {
  color: #006c9e;
}
.zone-header .social-menu-template-2 .social__items .social__item a svg path {
  fill: rgba(255, 255, 255, 0.6);
  transition: fill 0.5s ease;
}
.zone-header .social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #006c9e /* headercolor */;
}
.zone-header .module-language,
.zone-header .module-currency {
  margin-left: 20px;
  min-height: 45px;
  padding: 8px 13px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px /* @borderradius */;
}
.zone-header .module-language .ApiFieldGroup .CaptationContent,
.zone-header .module-currency .ApiFieldGroup .CaptationContent {
  background: none;
  padding: 0;
}
.zone-header .module-language .ApiFieldGroup .CaptationContent span,
.zone-header .module-currency .ApiFieldGroup .CaptationContent span {
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 800;
  text-transform: uppercase;
}
.zone-header .module-language .ApiFieldGroup .CaptationContent label,
.zone-header .module-currency .ApiFieldGroup .CaptationContent label {
  width: 20px;
  color: #006c9e;
  line-height: initial;
  text-align: right;
}
.zone-header .module-language .ApiFieldGroup .CaptationContent label i,
.zone-header .module-currency .ApiFieldGroup .CaptationContent label i {
  vertical-align: middle;
}
.zone-header .module-language .ApiFieldGroup .CaptationContent label i:before,
.zone-header .module-currency .ApiFieldGroup .CaptationContent label i:before {
  margin-top: 2px;
  vertical-align: -2px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}
.zone-header .module-language .ApiFieldGroup .FieldWrapper,
.zone-header .module-currency .ApiFieldGroup .FieldWrapper {
  left: auto;
  right: 0;
}
.zone-header .module-language ul li a,
.zone-header .module-currency ul li a {
  font-weight: 600 /* @fontweightBold */;
}
.homepage .zone-header {
  background: transparent;
}
.module-search input[type="text"],
.module-search input[type="email"],
.module-search input[type="password"],
.module-search textarea,
.module-search select,
.module-search .ms-choice,
.module-search .ms-choice.disabled,
.module-search .SumoSelect {
  margin-bottom: 0px;
  border-radius: 0;
}
/** TOP CONTENT */
.zone-top-content {
  position: relative;
  margin-bottom: 80px;
}
.zone-top-content .module-search {
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 40px;
  width: 100%;
  max-width: 730px;
  margin: auto;
  z-index: 10;
}
.zone-top-content .module-search .fields-wrapper {
  padding: 20px;
  background-color: #ffffff /* @blockbgcolor */;
  border-radius: 6px /* @borderradius */;
}
.zone-top-content .module-picture {
  width: 100%;
}
.zone-top-content .module-picture .container {
  background-color: #000;
}
.zone-top-content .module-picture .container .picture {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
/** FOOTER */
footer {
  position: relative;
  z-index: 10;
}
.zone-footer {
  background-color: #006c9e /* @footerBackground */;
  border-top: 2px solid #eeeeee /* @bordercolor */;
}
.zone-footer h2,
.zone-footer h3 {
  display: inline-block;
  color: #ffffff;
  font-size: calc(16px + 4px);
  line-height: calc(16px + 10px);
  font-weight: 600;
  border-bottom: 1px solid #eeeeee /* @bordercolor */;
}
.zone-footer p,
.zone-footer a {
  color: #ffffff;
}
.zone-footer .module-cluster {
  padding: 20px 0;
}
.zone-footer .module-cluster .module {
  float: left;
  width: 25%;
}
.zone-footer .module-cluster .module.module-menu {
  float: right;
}
.zone-footer .module-agency {
  float: left;
  width: 33%;
}
.zone-footer .module-agency h2 {
  text-align: left;
}
.zone-footer .module-agency .agency > div {
  float: none;
  width: auto;
}
.zone-footer .module-agency .agency > div.info {
  padding: 0;
}
.zone-footer .module-agency .agency p i {
  opacity: 0.3;
}
.zone-footer .module-agency .agency p.address {
  position: relative;
  padding-left: 24px;
}
.zone-footer .module-agency .agency p.address i {
  position: absolute;
  left: 0;
  margin: 0;
}
.zone-footer .module-social-menu {
  float: left;
  width: 33%;
}
.zone-footer .module-social-menu ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.zone-footer .module-social-menu ul li {
  padding: 0;
  margin-bottom: 5px;
}
.zone-footer .module-social-menu ul li i {
  display: inline-block;
  width: 36px;
  height: 36px;
  color: #fff;
  text-align: center;
  padding-top: 8px;
  background-color: #eb8b2d /* @color1 */;
  border-radius: 2px;
  vertical-align: middle;
}
.zone-footer .module-social-menu ul li:hover i {
  color: #fff;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items {
  flex-wrap: wrap;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items .social__item a svg {
  background: #eb8b2d /* @color1 */;
  width: 36px;
  height: 36px;
  border-radius: 2px;
  padding: 8px;
  border: 1px solid #eb8b2d /* color1 */;
  transition: background 0.5s ease;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items .social__item a svg path {
  fill: #fff;
  transition: fill 0.5s ease;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items .social__item a span {
  display: none;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg {
  background: #fff;
}
.zone-footer .module-social-menu.social-menu-template-2 .social__items .social__item:hover a svg path {
  fill: #eb8b2d /* color1 */;
}
.zone-footer .module-menu .module-header {
  text-align: right;
}
.zone-footer .module-menu ul {
  text-align: right;
}
.zone-footer .module-menu .mdi-home {
  display: none;
}
.zone-legal {
  padding: 20px;
  background-color: #000;
}
.zone-legal .module-legal a,
.zone-legal .module-legal p {
  color: #fff;
  text-align: center;
}
/** MODULES */
/* search */
.module-search .form-basic .category {
  position: absolute;
  top: -33px;
  width: 100%;
}
.module-search .category ul li {
  display: inline-block;
  margin-left: 40px;
  margin-bottom: 10px;
}
.module-search .category ul li:first-child {
  margin-left: 0;
}
.module-search .category ul li input {
  display: none;
}
.module-search .category ul li label {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: 600;
  text-transform: none;
  padding-bottom: 20px;
}
.module-search .category ul li input[type="radio"]:checked ~ label {
  color: #fff;
  border-bottom: 3px solid #eb8b2d /* @color1 */;
}
.module-search .category ul li .counter {
  display: none;
}
.module-search .field {
  float: left;
  width: 22%;
  margin-right: 4%;
}
.module-search label {
  display: block;
  color: rgba(51, 51, 51, 0.5);
  font-size: 10px;
  line-height: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.module-search input[type="text"],
.module-search .ApiFieldGroup,
.module-search .select2-container--default .select2-selection--single,
.module-search .select2-container--default .select2-selection--multiple {
  height: 40px;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #bfbfbf;
  border-left: none;
}
.module-search .SelectBox {
  padding: 5px 0;
}
.module-search ::-webkit-input-placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.module-search :-moz-placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}
.module-search ::-moz-placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}
.module-search :-ms-input-placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.module-search ::-ms-input-placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.module-search ::placeholder {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.module-search .select2-container .select2-selection__rendered,
.module-search .select2-container .select2-autocomplete-custom-choice {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.module-search .select2-container .select2-selection__rendered {
  padding: 0 20px 0 0;
}
.module-search .select2-container .select2-autocomplete-custom-choice {
  padding: 0;
}
.module-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.module-search .select2-selection__arrow:before {
  font: normal normal normal 16px/1em "Material Design Icons";
  content: "\F0140";
  color: rgba(0, 0, 0, 0.25);
}
.module-search .submit {
  display: block;
  float: left;
  width: 22%;
  height: 50px;
}
/* Slider */
.module-slider {
  background-color: #000;
}
.module-slider .owl-nav [class*="owl-"] {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border-radius: 6px /* @borderradius */;
  border: 1.5px solid transparent;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.module-slider .owl-nav [class*="owl-"]:hover {
  border-color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}
.module-slider:hover .owl-nav [class*="owl-"] {
  opacity: 0.6;
}
.module-slider .owl-nav .owl-prev:hover {
  -webkit-transform: translateX(10px) scale(1.1);
  -ms-transform: translateX(10px) scale(1.1);
  transform: translateX(10px) scale(1.1);
}
.module-slider .owl-nav .owl-next:hover {
  -webkit-transform: translateX(-10px) scale(1.1);
  -ms-transform: translateX(-10px) scale(1.1);
  transform: translateX(-10px) scale(1.1);
}
.zone-full-width .module-slider .slider .owl-item.main img,
.zone-top-content .module-slider .slider .owl-item.main img {
  opacity: 0.8;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -1000px, 0);
    transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -1000px, 0);
    transform: scale3d(0.3, 0.3, 0.3) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
  -webkit-animation-timing-function: cubic-bezier(0.8, 0.2, 0, 1);
  animation-timing-function: cubic-bezier(0.8, 0.2, 0, 1);
}
/* Selection */
.selection-template-4 .module-header {
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto 40px auto;
}
.selection-template-4 .module-header h2 {
  font-size: 26px;
  line-height: 32px;
  color: #333 /* @fontcolor3 */;
  font-weight: 800;
  margin-bottom: 20px;
}
.selection-template-4 .module-header p {
  color: #eb8b2d /* @color1 */;
  font-size: 40px;
  line-height: 46px;
  font-weight: 300;
}
.selection-template-4 .item .picture {
  border-radius: 6px /* @borderradius */;
}
.selection-template-4 .item .picture img {
  object-fit: cover;
}
.selection-template-4 .item .picture .content h3,
.selection-template-4 .item .picture .content p {
  font-weight: 600 /* @fontweightBold */;
  margin: 0;
}
.selection-template-4 .item .picture .content .subtype {
  opacity: 0.6;
}
.selection-template-4 .item .picture .content .price {
  opacity: 0.6;
  font-weight: 600 /* @fontweightBold */;
}
.selection-template-4 .item .picture .content p i {
  display: none;
}
.selection-template-4 .item .picture .soleagent i {
  background-color: #eb8b2d /* @color1 */;
}
/* Listing */
.module-listing {
  position: relative;
}
.module-listing ul.listing {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.module-listing ul.listing > li {
  border-radius: 6px /* @borderradius */;
  border: 1.5px solid #eeeeee /* @bordercolor */;
  background-color: #ffffff /* @blockbgcolor */;
}
.module-listing ul.listing > li .picture {
  border-radius: 4px 4px 0 0;
}
.module-listing ul.listing > li .picture button {
  z-index: 0;
}
.module-listing ul.listing > li .picture .content {
  z-index: 0;
}
.module-listing ul.listing > li .picture .content h3,
.module-listing ul.listing > li .picture .content p {
  font-weight: 600 /* @fontweightBold */;
}
.module-listing ul.listing > li .picture .content .category,
.module-listing ul.listing > li .picture .content p i {
  opacity: 0.6;
}
.module-listing ul.listing > li .picture .content .price {
  opacity: 0.6;
  font-weight: 600 /* @fontweightBold */;
}
.module-listing ul.listing > li .picture a {
  font-weight: 600 /* @fontweightBold */;
  border-radius: 4px;
}
.module-listing ul.listing > li .picture a:hover {
  background: #eb8b2d /* @color1 */;
  border-color: #eb8b2d /* @color1 */;
}
.module-listing ul.listing > li .picture .soleagent {
  z-index: 9;
}
.module-listing ul.listing > li .picture .soleagent i {
  background-color: #eb8b2d /* @color1 */;
}
.module-listing ul.listing > li ul li {
  font-weight: 600 /* @fontweightBold */;
}
.module-listing ul.listing > li ul li.type i {
  background: #000000 /* @color2 */;
}
.pager ul li {
  font-weight: 400 /* @fontweightTitle */;
}
.pager ul li.current,
.pager ul li:hover a {
  width: 46px;
  height: 49px;
  background-color: #333 /* @fontcolor3 */;
}
.pager ul li.disable {
  line-height: 49px;
  display: none;
}
.pager ul li a,
.pager ul li span {
  background: transparent;
}
.zone-left-content .module-listing {
  min-height: 400px;
}
.zone-left-content .module-listing ul.listing {
  padding: 20px 0 0 20px;
  margin: 0;
}
.zone-left-content .module-listing ul.listing > li {
  width: calc(50% - 20px);
  margin: 0 20px 20px 0;
}
/* Map */
.module-google-map,
.module-leaflet-map {
  background-color: #d48b44;
}
.module-google-map > div,
.module-leaflet-map > div {
  mix-blend-mode: hard-light;
}
.module-google-map .marker,
.module-leaflet-map .marker {
  color: #000;
}
.details .module-leaflet-map > div {
  mix-blend-mode: normal;
}
/* agency */
.zone-full-width .module-google-map,
.zone-full-width .module-leaflet-map {
  position: relative;
  z-index: 0;
  height: 400px;
}
.zone-full-width .module-google-map + .module-agency,
.zone-full-width .module-leaflet-map + .module-agency {
  position: absolute;
  left: 20%;
  z-index: 1;
  width: 300px;
  height: 300px;
  margin-top: -390px;
  background-color: rgba(51, 51, 51, 0.9);
  border-radius: 6px /* @borderradius */;
}
.zone-full-width .module-google-map + .module-agency .agency,
.zone-full-width .module-leaflet-map + .module-agency .agency {
  width: 100%;
  height: 100%;
}
.zone-full-width .module-google-map + .module-agency .agency > div,
.zone-full-width .module-leaflet-map + .module-agency .agency > div {
  float: none;
  width: 100%;
  height: 100%;
}
.zone-full-width .module-google-map + .module-agency h2,
.zone-full-width .module-leaflet-map + .module-agency h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 600 /* @fontweightBold */;
}
.zone-full-width .module-google-map + .module-agency p,
.zone-full-width .module-leaflet-map + .module-agency p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600 /* @fontweightBold */;
  margin-bottom: 15px;
}
.zone-full-width .module-google-map + .module-agency p span,
.zone-full-width .module-leaflet-map + .module-agency p span {
  display: inline-block;
}
.zone-full-width .module-google-map + .module-agency p span ~ span,
.zone-full-width .module-leaflet-map + .module-agency p span ~ span {
  margin-top: 15px;
}
.zone-full-width .module-google-map + .module-agency i,
.zone-full-width .module-leaflet-map + .module-agency i {
  color: #eb8b2d /* @color1 */;
  font-size: 28px;
  vertical-align: middle;
}
.zone-full-width .module-google-map + .module-agency p,
.zone-full-width .module-leaflet-map + .module-agency p,
.zone-full-width .module-google-map + .module-agency a,
.zone-full-width .module-leaflet-map + .module-agency a {
  color: #fff;
}
.zone-full-width .module-google-map + .module-agency p.address,
.zone-full-width .module-leaflet-map + .module-agency p.address {
  position: relative;
  padding-left: 40px;
}
.zone-full-width .module-google-map + .module-agency p.address i,
.zone-full-width .module-leaflet-map + .module-agency p.address i {
  position: absolute;
  left: 0;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .zone-full-width .module-google-map + .module.module-agency .agency > div p,
  .zone-full-width .module-leaflet-map + .module.module-agency .agency > div p {
    margin-left: 0px;
  }
}
/* user */
.module-user.template-2 {
  height: auto;
  margin-bottom: 40px;
}
.module-user.template-2 .slider .owl-item {
  background-color: #ffffff /* @blockbgcolor */;
  border: 1.5px solid #eeeeee;
  border-radius: 6px /* @borderradius */;
}
.module-user.template-2 .slider .owl-item .container {
  padding: 0;
}
.module-user.template-2 .slider .owl-item .picture {
  height: 220px;
  margin-bottom: 20px;
  overflow: hidden;
}
.module-user.template-2 .slider .owl-item .picture img {
  top: auto;
  bottom: auto;
}
.module-user.template-2 .slider .owl-item .info {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  padding: 0;
  background: none;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  opacity: 1;
  /*.mobile, .email { font-weight: 600; }*/
}
.module-user.template-2 .slider .owl-item .info p,
.module-user.template-2 .slider .owl-item .info span,
.module-user.template-2 .slider .owl-item .info a {
  color: #333;
}
.module-user.template-2 .slider .owl-item .info i {
  opacity: 0.4;
}
.module-user.template-2 .slider .owl-item .info p,
.module-user.template-2 .slider .owl-item .info span {
  text-align: left;
}
.module-user.template-2 .slider .owl-item .info p.name {
  text-align: center;
  margin: 0;
}
.module-user.template-2 .slider .owl-item .info p.name strong {
  font-size: calc(16px + 4px);
  line-height: calc(16px + 10px);
  font-weight: 600 /* @fontweightBold */;
}
.module-user.template-2 .slider .owl-item .info p.name i {
  display: none;
}
.module-user.template-2 .slider .owl-item .info p.name span {
  text-align: center;
}
.module-user.template-2 .slider .owl-item .info p.name:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 10px auto;
  background-color: #eb8b2d /* @color1 */;
}
.module-user.template-2 .slider .owl-item .info .story {
  padding: 20px;
}
.module-user.template-2 .slider .owl-item .info .story p {
  text-align: center;
  font-size: calc(16px + 4px);
  line-height: 1.5;
  text-overflow: ellipsis;
  opacity: 0.5;
}
.module-user.template-2 .slider .owl-nav i {
  color: #eb8b2d /* @color1 */;
  background: none;
}
/* picture */
.module-picture.background-mod .picture {
  height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .module-picture.background-mod .picture {
    height: 300px;
  }
}
/*
.zone-full-width {
  .module-search { padding: 0 20px; margin-bottom: 40px; }
}

@media screen and (max-width: 768px) {
  .module.module-search {
    h2 { float: none; padding: 10px; }
    .form-basic {
      & > div {
        float: none; width: auto; padding: 10px; margin: 0;
      }
      & > .submit {
        width: auto; height: auto; margin: 10px; padding: 10px 20px;
      }
    }
  }
}


/* cms * /
.module-cms {
  max-width: 1280px; padding-left: 20px; padding-right: 20px; margin: 0 auto;
  p { text-align: justify; }

  .picture,
  .picture + .info {
    float: left;
  }
  .picture + .info { padding-left: 20px; }
}

@media screen and (max-width:1024px) {
  .module-cms .picture + .info {
    width: 100%;
  }
}*/
/* Pager */
nav.pager {
  text-align: center;
  overflow: hidden;
}
nav.pager li {
  display: inline-block;
  width: 46px;
  height: 49px;
  font-size: 12px;
  margin-right: -0.25em;
  border-radius: 2px;
}
nav.pager li a,
nav.pager li span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px 0px;
  border-radius: 2px;
  font-weight: 700;
  text-align: center;
  background-color: #ffffff /* @blockbgcolor */;
}
nav.pager li a {
  color: #5B5B5B /* @fontcolor  */;
}
nav.pager li.current span,
nav.pager li a:hover {
  color: #fff;
  background-color: #eb8b2d /* @color1 */;
}
nav.pager li.disabled {
  display: none;
}
/* News */
.structured-cms-template-1 ul.cms-list > li {
  clear: both;
}
.structured-cms-template-1 div.picture-container,
.structured-cms-template-1 div.content {
  width: 50%;
  float: left;
  padding: 20px;
}
.structured-cms-template-1 div.picture-container p,
.structured-cms-template-1 div.content p,
.structured-cms-template-1 div.picture-container h2,
.structured-cms-template-1 div.content h2,
.structured-cms-template-1 div.picture-container h3,
.structured-cms-template-1 div.content h3 {
  text-align: justify;
}
.structured-cms-template-1 div.picture-container h3,
.structured-cms-template-1 div.content h3 {
  display: block;
}
.structured-cms-template-1 div.picture-container span.button,
.structured-cms-template-1 div.content span.button {
  float: right;
  padding: 15px 20px;
  text-align: center;
  min-width: 100px;
  border-color: #eb8b2d;
  color: #eb8b2d;
}
.structured-cms-template-1 div.picture-container span.button:hover,
.structured-cms-template-1 div.content span.button:hover {
  color: #fff;
}
.structured-cms-template-1 > nav.pager {
  clear: both;
}
.structured-cms-template-2 > div:first-child {
  background-color: #ffffff /* @blockbgcolor */;
}
.structured-cms-template-2 > div:first-child article p {
  text-align: justify;
}
.structured-cms-template-2 > .list {
  padding-top: 10px;
}
.structured-cms-template-3 div.picture-container {
  margin-bottom: 10px;
}
.structured-cms-template-3 div.content p {
  margin-bottom: 30px;
  text-align: justify;
}
.structured-cms-template-3 div.content h2,
.structured-cms-template-3 div.content h3 {
  text-align: justify;
}
.structured-cms-template-3 div.content h3 {
  display: block;
}
.structured-cms-template-3 div.content span.button {
  padding: 15px 20px;
  text-align: center;
  min-width: 100px;
  border-color: #eb8b2d;
  color: #eb8b2d;
}
.structured-cms-template-3 div.content span.button:hover {
  color: #fff;
}
/* Property-info */
.property-info-template-33 .energy-diagnostics {
  display: flex;
}
.property-info-template-33 .energy-diagnostics > div {
  width: 50%;
}
.property-info-template-33 .energy-diagnostics > div svg {
  max-width: 100%;
  height: auto;
}
.property-info-template-27 a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.property-info-template-27 a .ext {
  display: block;
  width: 40px;
  height: 46px;
  background-image: url('/templates/Solo/files-icons.svg');
  text-indent: -10000px;
  background-size: cover;
  margin-right: 25px;
}
.property-info-template-27 a .ext.pdf {
  background-position: 0 -400px;
}
/*** GLOBAL CSS TEMPLATE Stax PAGE cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Stax/Resources/pages/css/cms.css ***/
/*** CSS WEBSITE Merveille ***/
.module-351104,
.module-351177,
.module-351182 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.module-351104 .module-agency article h2,
.module-351177 .module-agency article h2,
.module-351182 .module-agency article h2 {
  border-color: #eb8b2d !important;
}
.module-351104 .module-agency article h2 a,
.module-351177 .module-agency article h2 a,
.module-351182 .module-agency article h2 a {
  color: #eb8b2d !important;
  border-color: #eb8b2d !important;
}
.module-351104 .module-agency article .info p i,
.module-351177 .module-agency article .info p i,
.module-351182 .module-agency article .info p i {
  color: #eb8b2d;
  opacity: 1;
}
.module-351104 .module-351128 .module-header h2,
.module-351177 .module-351128 .module-header h2,
.module-351182 .module-351128 .module-header h2 {
  color: #eb8b2d !important;
  border-color: #eb8b2d !important;
}
.module-351104 .module-351128 ul,
.module-351177 .module-351128 ul,
.module-351182 .module-351128 ul {
  column-count: inherit !important;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
.module-351104 .module-351128 ul li i,
.module-351177 .module-351128 ul li i,
.module-351182 .module-351128 ul li i {
  transition: all 0.5s ease-in-out;
  padding-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.module-351104 .module-351128 ul li i::before,
.module-351177 .module-351128 ul li i::before,
.module-351182 .module-351128 ul li i::before {
  color: #006c9e;
  transition: all 0.5s ease-in-out;
}
.module-351104 .module-351128 ul li span,
.module-351177 .module-351128 ul li span,
.module-351182 .module-351128 ul li span {
  display: none;
}
.module-351104 .module-351128 ul li:hover i,
.module-351177 .module-351128 ul li:hover i,
.module-351182 .module-351128 ul li:hover i {
  background: transparent !important;
  border: 1px solid #eb8b2d !important;
}
.module-351104 .module-351128 ul li:hover i::before,
.module-351177 .module-351128 ul li:hover i::before,
.module-351182 .module-351128 ul li:hover i::before {
  color: #eb8b2d !important;
}
.module-351104 .module-351134 .module-header h2,
.module-351177 .module-351134 .module-header h2,
.module-351182 .module-351134 .module-header h2 {
  color: #eb8b2d !important;
  border-color: #eb8b2d !important;
}
footer .zone-footer {
  border-color: #eb8b2d !important;
}
b {
  color: #eb8b2d;
}
h1 {
  font-weight: bold !important;
}
body.homepage header {
  background: #fff !important;
}
body.homepage .zone-top-content {
  margin-top: 150px;
}
header.zone-header {
  /*align icons in header + le même couleur que @headercolor*/
}
header.zone-header .module-social-menu ul {
  border-color: rgba(0, 108, 158, 0.6);
  display: flex;
  align-items: center;
}
header.zone-header .module-social-menu ul li {
  line-height: 1;
}
header.zone-header .module-social-menu ul li i {
  color: rgba(0, 108, 158, 0.6);
}
header.zone-header .module-language {
  padding: 0;
  width: 70px;
  border-color: rgba(0, 108, 158, 0.6);
}
header.zone-header .module-language .ApiFieldGroup {
  height: 43px;
  width: 100%;
  justify-content: center;
}
header.zone-header .module-language .ApiFieldGroup .CaptationContent span {
  color: rgba(0, 108, 158, 0.6);
}
header.zone-header .module-language .ApiFieldGroup .CaptationContent label .mdi {
  line-height: 1;
}
header.zone-header .module-language .ApiFieldGroup .CaptationContent label .mdi::before {
  line-height: 1;
  margin-top: 0;
  vertical-align: 0;
  color: rgba(0, 108, 158, 0.6);
}
header.zone-header .module-logo {
  height: 110px;
  width: 280px;
}
header.zone-header .module-logo a {
  background-size: 250px;
}
@media screen and (max-width: 1025px) {
  header.zone-header .module-logo a {
    background-size: 170px;
  }
}
/*design buttons pour le module selection  
    par default ils sont en display:none, 
    même si la case est cochée dans les settings
 )*/
.module-selection .owl-controls {
  text-align: center;
}
.module-selection .owl-prev,
.module-selection .owl-next {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
  margin: 20px 10px 0;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.module-selection .owl-prev::before,
.module-selection .owl-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-indent: 0;
  color: #eb8b2d;
  font-size: 2rem;
  height: 1.6rem;
}
.module-selection .owl-next::before {
  content: "›";
}
.module-selection .owl-prev::before {
  content: "‹";
}
/*legals*/
.module-legal p {
  margin-bottom: 0;
  text-align: justify;
}
.module-legal h1,
.module-legal h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 2rem;
  line-height: 1.2;
  padding-bottom: 0;
}
.module-legal .legalContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.module-legal .legalContent > div {
  width: 100%;
  margin-bottom: 30px;
}
.module-legal .legalContent article {
  width: 50%;
  padding-left: 30px;
  border-left: 2px solid #eb8b2d;
}
@media (max-width: 767px) {
  .module-legal .legalContent article {
    width: 100%;
    margin-left: 15px;
  }
  .module-legal .legalContent article.editor {
    margin-bottom: 30px;
  }
}
.module-legal .legalContent article h2,
.module-legal .legalContent article p {
  text-align: left;
}
.module-legal .legalContent article h2 {
  margin-top: 0;
  margin-bottom: 15px;
}
.module-legal section.cookies h3 {
  margin-bottom: 15px;
  margin-top: 15px;
}
/*contact*/
.select2-container--default .select2-selection--single {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.select2-container--default .select2-selection--single::placeholder {
  color: red;
}
/* property info lots */
.property-info-template-20 > h2 {
  display: none;
}
.property-info-template-20 img {
  max-width: 100%;
}
.property-info-template-20 .infos ul li span {
  float: left;
}
@media screen and (min-width: 1024px) {
  .property-info-template-20 ul {
    margin: 0 -1%;
    overflow: hidden;
  }
  .property-info-template-20 ul li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}
/* property info 12 ADRESSE */
.property-info-template-12 p.address {
  color: #5B5B5B;
}
/* user */
.module-user.template-1 ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.module-user.template-1 ul li {
  background-color: #ffffff;
  border: 1.5px solid #eeeeee;
  border-radius: 6px;
  margin: 5px;
  width: 100%;
  max-width: 315px;
  overflow: hidden;
  padding: 0px;
}
.module-user.template-1 ul li .container {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.module-user.template-1 ul li .container .picture {
  padding: 0;
  width: 100%;
  margin: auto;
  height: 350px;
}
.module-user.template-1 ul li .container .picture img {
  object-fit: cover;
  width: 100%;
}
.module-user.template-1 ul li .container .picture img.logo {
  width: 60%;
  object-fit: contain;
}
.module-user.template-1 ul li .container .info p a {
  color: #5B5B5B;
}
.module-user.template-1 ul li .container .info h3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.module-user.template-1 ul li .container .info h3 span {
  text-transform: initial;
  display: block;
  width: fit-content;
  font-weight: bold;
  margin: 0 3px;
}
.module-user.template-1 ul li .container .info h3 em {
  width: 100%;
  color: #5B5B5B;
  font-size: 1rem;
  text-transform: initial;
}
/*module-estimation*/
:root {
  --main-input-bg: white;
}
.module-estimate input[type="text"],
.module-estimate input[type="email"],
.module-estimate input[type="password"],
.module-estimate textarea,
.module-estimate select,
.module-estimate .ms-choice,
.module-estimate .ms-choice.disabled,
.module-estimate .SumoSelect {
  color: #5B5B5B;
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  margin-bottom: 8px;
  background: transparent;
  background-image: none;
  background-color: var(--main-input-bg);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--multiple {
  border-radius: 0.35rem;
  border: 1px solid #d1d5db;
  margin-bottom: 8px;
}
.module-estimate .select2-container--default .select2-selection--single,
.module-estimate .select2-container--default .select2-selection--multiple {
  background-color: var(--main-input-bg);
}
.module-estimate .field.submit {
  background-color: transparent;
}
.mfp-inline-holder .mfp-content .popup-module-newsletter,
.mfp-ajax-holder .mfp-content .popup-module-newsletter {
  height: 300px;
}
.popup-module-251898 input[type="email"] {
  position: absolute;
  top: 80px;
  right: 0;
  width: 75%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .popup-module-251898 input[type="email"] {
    width: 60%;
  }
}
.popup-module-251898 .rgpd {
  position: absolute;
  top: 140px;
  display: flex;
  flex-direction: row-reverse;
}
.popup-module-251898 .rgpd input {
  margin-left: 10px;
}
.popup-module-251898 .mailTitle {
  color: white;
  position: absolute;
  top: 85px;
}
.popup-module-251898 .mainTitle {
  color: white;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .popup-module-251898 .mainTitle {
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-module-251898 {
    width: 450px !important;
  }
}
@media screen and (max-width: 768px) {
  .popup-module-251898 {
    width: 300px !important;
  }
}
.popup-module-newsletter.template-1 {
  background-color: transparent;
}
.popup-module-newsletter.template-1 .submit {
  position: absolute;
  height: 45px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
}
@media screen and (max-width: 768px) {
  .popup-module-newsletter.template-1 .submit {
    top: 220px;
  }
}
.popup-module-newsletter.template-1 .submit span {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
.popup-module-newsletter.template-1 .submit span {
  font-family: Helvetica, Arial, Tahoma, sans-serif;
}
@media screen and (max-width: 425px) {
  .popup-module-newsletter.template-1 .submit span {
    font-size: 10px;
  }
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 50%;
  cursor: auto;
  background-color: #101820d9;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .mfp-inline-holder .mfp-content,
  .mfp-ajax-holder .mfp-content {
    width: 90%;
  }
}
.rgpd > label {
  color: white;
}
.rgpd > label a {
  color: #eb8b2d;
}
@media screen and (max-width: 768px) {
  .rgpd > label {
    text-align: center;
  }
}
.field.files input {
  color: white;
  margin: 10px;
}
.mfp-close-btn-in .mfp-close {
  color: #a59062;
  margin: 0px !important;
  border: none !important;
}
@media screen and (max-width: 768px) {
  .popup-module-contact {
    width: 270px;
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .module-contact .submit,
  .popup-module-contact .submit {
    font-size: 10px;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 351104 ***/
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module,
.module.module-351104.template-1.cluster-template-1.module-cluster .module {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster,
  .module.module-351104.template-1.cluster-template-1.module-cluster {
    flex-direction: column;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 351129 ***/
.zone-legal .module.module-351129.template-3.legal-template-3.module-legal.template3 a:hover,
.module.module-351129.template-3.legal-template-3.module-legal.template3 a:hover {
  color: #eb8b2d;
}
/*** CUSTOM CSS FROM BDD MODULE 355455 ***/
.zone-content .module.module-355455.template-1.cluster-template-1.module-cluster .module-cms .info a,
.module.module-355455.template-1.cluster-template-1.module-cluster .module-cms .info a {
  color: #006c9e;
}
.zone-content .module.module-355455.template-1.cluster-template-1.module-cluster .module-cms .info a:hover,
.module.module-355455.template-1.cluster-template-1.module-cluster .module-cms .info a:hover {
  color: #fff;
}
/*** CUSTOM CSS FROM BDD MODULE 351186 ***/
.zone-content .module.module-351186.template-1.cms-template-1.module-cms.only-text .info,
.module.module-351186.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-351186 .info {
  text-align: center;
}
.zone-content .module.module-351186.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-351186.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-351186 .info p {
  font-size: 36px;
}
.zone-content .module.module-351186.template-1.cms-template-1.module-cms.only-text .info p i,
.module.module-351186.template-1.cms-template-1.module-cms.only-text .info p i,
.popup-module-cms.popup-module-351186 .info p i {
  font-style: normal;
  color: #eb8b2d;
  font-size: 36px;
  font-weight: bold;
  vertical-align: inherit;
}
.zone-content .module.module-351186.template-1.cms-template-1.module-cms.only-text .info p i:nth-child(2),
.module.module-351186.template-1.cms-template-1.module-cms.only-text .info p i:nth-child(2),
.popup-module-cms.popup-module-351186 .info p i:nth-child(2) {
  color: #006c9e;
}
@media only screen and (max-width: 768px) {
  .zone-content .module.module-351186.template-1.cms-template-1.module-cms.only-text .info p,
  .module.module-351186.template-1.cms-template-1.module-cms.only-text .info p,
  .popup-module-cms.popup-module-351186 .info p {
    line-height: 40px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 355449 ***/
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text,
.module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text,
.module.module-355449.template-1.cms-template-1.module-cms.only-text,
.popup-module-cms.popup-module-355449 {
  padding: 0;
}
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info,
.module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info,
.module.module-355449.template-1.cms-template-1.module-cms.only-text .info,
.popup-module-cms.popup-module-355449 .info {
  text-align: center;
}
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info h2,
.module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info h2,
.module.module-355449.template-1.cms-template-1.module-cms.only-text .info h2,
.popup-module-cms.popup-module-355449 .info h2 {
  color: #eb8b2d;
  border-color: #eb8b2d;
}
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-351104.template-1.cluster-template-1.module-cluster .module.module-355449.template-1.cms-template-1.module-cms.only-text .info p,
.module.module-355449.template-1.cms-template-1.module-cms.only-text .info p,
.popup-module-cms.popup-module-355449 .info p {
  text-align: center;
}
/*** CUSTOM CSS FROM BDD MODULE 351134 ***/
.zone-footer .module.module-351104.template-1.cluster-template-1.module-cluster .module.module-351134.template-1.menu-template-1.module-menu.column span:hover,
.module.module-351104.template-1.cluster-template-1.module-cluster .module.module-351134.template-1.menu-template-1.module-menu.column span:hover,
.module.module-351134.template-1.menu-template-1.module-menu.column span:hover {
  color: #eb8b2d;
}
/*** CUSTOM CSS FROM BDD MODULE 351128 ***/
.zone-header .module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul,
.module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul,
.module.module-351128.template-1.social-menu-template-1.module-social-menu ul {
  border-color: #eb8b2d;
}
.zone-header .module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul li i,
.module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul li i,
.module.module-351128.template-1.social-menu-template-1.module-social-menu ul li i {
  color: #eb8b2d;
  transition: color 0.3s ease-in-out;
}
.zone-header .module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul li:hover i,
.module.module-351103.template-1.cluster-template-1.module-cluster .module.module-351128.template-1.social-menu-template-1.module-social-menu ul li:hover i,
.module.module-351128.template-1.social-menu-template-1.module-social-menu ul li:hover i {
  color: #006c9e;
}
/*** GLOBAL MANDATORY TEMPLATE CSSStax ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Stax/Resources/css/responsive.less ***/
@media screen and (max-width: 1440px) {
  .zone-full-width .module-google-map + .module-agency,
  .zone-full-width .module-leaflet-map + .module-agency {
    /*max-width: 500px;
      margin-top: -228px;
      margin-left: -250px;*/
  }
  .zone-full-width .module-google-map + .module-agency .agency > div p,
  .zone-full-width .module-leaflet-map + .module-agency .agency > div p {
    float: left;
    margin-left: 20px;
  }
  .zone-full-width .module-google-map + .module-agency .agency > div p:first-of-type,
  .zone-full-width .module-leaflet-map + .module-agency .agency > div p:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 1240px) {
  .zone-footer .module-cluster .module {
    width: 30%;
  }
  .zone-footer .module-cluster .module-menu {
    width: 20%;
  }
}
@media only screen and (max-width: 1024px) {
  .zone-header {
    padding: 0;
  }
  .zone-header .module-cluster {
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    margin-left: 0px;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  }
  .zone-header .module-cluster .module-menu {
    width: 100%;
    float: right;
    text-align: right;
  }
  .zone-header .module-cluster .module-menu button {
    display: inline-block;
  }
  .zone-header .module-cluster .module-menu ul {
    margin-top: 10px;
  }
  .zone-header .module-cluster .module-menu ul li {
    margin: 0 0 10px 0;
  }
  .zone-header .module-cluster .module-logo {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 100;
  }
  .zone-header .module-cluster .module-language {
    display: none;
    padding: 0 10px;
  }
  .zone-header .module-cluster .module-language .ApiFieldGroup .CaptationContent {
    color: #fff;
    padding: 7px;
    background: none;
    border-radius: 4px;
  }
  .zone-header .module-cluster .module-language .ApiFieldGroup .CaptationContent span {
    padding-right: 12px;
    text-transform: uppercase;
  }
  .zone-header .module-cluster .module-language .ApiFieldGroup .CaptationContent label {
    top: 8px;
  }
  .zone-header .module-cluster .module-social-menu {
    display: none;
  }
  .zone-header:before {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    transform-origin: 50% 0;
    top: -20px;
    width: 100%;
    height: 340px;
    background: #eb8b2d;
    height: 100%;
  }
  .zone-header.is-active .module-language,
  .zone-header.is-active .module-social-menu {
    display: block;
    margin-left: 10px;
    position: relative;
    z-index: 100;
    float: right;
  }
  .zone-header.is-active .module-cluster {
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
    margin-left: 0px;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .zone-header.is-active .module-cluster .module-menu {
    width: 100%;
  }
  .zone-header.is-active:before {
    transform: scaleY(1);
    opacity: 1;
    transition: all 0.3s ease;
    height: 100vh;
  }
  .module .button:hover:before,
  .module button:hover:before,
  .module .submit:hover:before,
  .module input[type="submit"]:hover:before {
    background: none;
  }
  .zone-top-content .module-cms {
    bottom: 190px;
  }
  .zone-top-content .module-search {
    bottom: 10px;
  }
}
.zone-footer .module-cluster .module {
  width: 50%;
}
.zone-footer .module-cluster .module-menu {
  width: 50%;
}
.zone-footer .module-cluster .module-menu:first-of-type {
  clear: both;
}
.zone-footer .module-cluster .module-menu .module-header,
.zone-footer .module-cluster .module-menu ul {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .zone-header .module-cms {
    bottom: 40px;
  }
  .zone-header .module-cms h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .zone-header .module-cms h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .zone-header .module-search {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    border-bottom: 2px solid #000000 /* @color2 */;
  }
  .zone-header .module-search .form-basic .category {
    position: relative;
    top: auto;
  }
  .zone-header .module-search .fields-wrapper {
    border-radius: 0;
  }
  .zone-header .module-search .field {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .zone-header .module-search .field.category {
    width: 90%;
    margin-right: 0;
  }
  .zone-header .module-search ul li label {
    color: #eb8b2d /* @color1 */;
  }
  .zone-header .module-search ul li input[type="radio"]:checked ~ label {
    color: #eb8b2d /* @color1 */;
  }
  .zone-top-content .module-search {
    width: 96%;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field,
  .zone-top-content .module-search form .fields-wrapper .line-wrapper button {
    width: 100%;
    margin-top: 10px;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field li,
  .zone-top-content .module-search form .fields-wrapper .line-wrapper button li {
    font-size: 16px;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field.category {
    width: 90%;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field.category ul.inline-list {
    display: flex;
    flex-wrap: wrap;
    top: -50px;
    position: relative;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field.category ul.inline-list li {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: initial;
    margin-top: 10px;
  }
  .zone-top-content .module-search form .fields-wrapper .line-wrapper .field.category ul.inline-list li label {
    font-size: 16px;
    padding-bottom: 10px;
  }
  body.listingtwocolumns .zone-top-content .module-search form .fields-wrapper .line-wrapper .field.category ul.inline-list {
    top: 0;
  }
  .zone-footer .module-cluster .module {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .zone-footer .module-cluster .module-menu {
    width: 100%;
  }
  .zone-footer .module-social-menu ul {
    text-align: left;
    margin: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .zone-footer .module-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
  }
  .zone-footer .module-social-menu ul li:first-child {
    margin-left: 0;
  }
  .zone-footer .module-social-menu ul li i {
    margin: 0;
  }
  .zone-footer .module-social-menu ul li span {
    display: none;
  }
  .zone-footer .module-menu .module-header {
    text-align: center;
  }
  .zone-footer .module-menu ul {
    text-align: center;
  }
  .zone-footer .module-menu ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .structured-cms-template-1 ul.cms-list > li {
    margin-bottom: 40px;
  }
  .structured-cms-template-1 div.picture-container,
  .structured-cms-template-1 div.content {
    width: 100%;
    padding: 0;
    float: none;
  }
  .structured-cms-template-1 div.picture-container span.button,
  .structured-cms-template-1 div.content span.button {
    float: none;
  }
  .structured-cms-template-1 div.picture-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .zone-header .module-logo {
    width: 150px;
  }
  .zone-full-width .module-google-map + .module-agency,
  .zone-full-width .module-leaflet-map + .module-agency {
    position: relative;
    left: auto;
    max-width: none;
    padding: 0 20px;
    margin: 0 auto 40px auto;
  }
  .zone-full-width .module-google-map + .module-agency .agency > div p,
  .zone-full-width .module-leaflet-map + .module-agency .agency > div p {
    float: none;
    margin: 0;
  }
  .homepage .zone-top-content .module-cms {
    display: none;
  }
}

