/*** 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/air-datepicker/dist/css/datepicker.min.css ***/
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  border: none;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}
.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}
.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body.active {
  display: block;
}
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type=range]:focus {
  outline: 0;
}
.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}
.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}
.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #ccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/magnific-popup/dist/magnific-popup.css ***/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/owl.carousel/assets/owl.carousel.css ***/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/api-select2/select2.css ***/
/* select2 */
.select2-results__option {
  position: relative;
  font-size: 14px;
}
/*loading-results*/
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"]:not(.loading-results):before {
  content: "\F0131";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"][aria-selected=true]:not(.loading-results):before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="option"][aria-selected=true]:not(.loading-results):before {
  content: "\F0856";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  margin-right: 5px;
  color: #11a911;
  position: absolute;
  left: 5px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.select2-results__message[role="treeitem"]:before,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.loading-results[role="treeitem"]:before {
  content: none;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-1:before {
  margin-right: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option[role="treeitem"].tab-2:before {
  margin-right: 60px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: initial;
  color: #000;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: initial;
  color: #000;
}
.select2-container--default li.select2-results__option[role="treeitem"]:hover {
  background-color: #E4E4E4 !important;
  color: #000 !important;
}
.select2-selection__choice {
  display: inline-block !important;
  float: none!important;
}
/* .select2-search.select2-search--inline {
  display: inline-block!important;
  float: none!important;
  width: 0;
} */
.select2-selection__choice__remove {
  display: none!important;
}
.select2-results__group {
  display: none!important;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-1:after,
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
  left: 30px;
}
/* ok */
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-2:after {
  left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message) {
  padding-left: 30px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-1 {
  padding-left: 60px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-2 {
  padding-left: 90px;
}
.select2-container--default .select2-results__option[role=group] {
  padding-left: 0px;
}
/* .select2-search.select2-search--inline {
  opacity: none;
} */
/* .select2-autocomplete-custom-choice {
  display: none!important;
} */
.select2-selection.select2-selection--single,
.select2-selection.select2-selection--multiple {
  height: 40px;
  border-radius: 0;
}
.select2-selection.select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--single .select2-selection__arrow,
.select2-selection.select2-selection--multiple .select2-selection__rendered li {
  height: 40px;
  line-height: 40px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 252px;
}
.select2-autocomplete-custom-choice {
  display: block;
  padding-left: 8px;
  padding-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 6px;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/node_modules/intl-tel-input/build/css/intlTelInput.css ***/
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../img/flags.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../img/flags@2x.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
/*** CSS BASE PLUGIN Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/PropertyInfo/Resources/css/main.css ***/
.module-property-info {
  position: relative;
}
.module-property-info ul li {
  list-style: none;
}
.module-property-info .quick-links li {
  display: inline-block;
  position: relative;
  margin: 10px;
}
/* ajout css pour l'affichage des adresses */
.property-info-template-2 h2 span.address {
  font-size: 16px;
}
.property-info-template-12 p.address {
  margin-left: 10px;
  color: #1cb79a;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Property Info ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/property_info.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: property_info.css
Description:
*/
.module-property-info {
  margin-top: 30px;
  justify-content: left;
}
.module-property-info .content {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}
.module-property-info .content h1 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-transform: none;
  /* border-bottom: solid 1px #D9D7D9;
	padding-bottom: 15px; */
  width: 100%;
  /* margin: 40px 0 15px 0; */
}
/*
.module-property-info .content h2 em {
	float: right;
	font-style: normal;
} */
.module-property-info .content h1 div {
  float: right;
  font-style: normal;
}
.module-property-info .content h1 .price {
  font-size: 28px;
}
.module-property-info .content h2 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-transform: none;
  border-bottom: solid 1px #D9D7D9;
  padding-bottom: 15px;
  width: 100%;
  margin: 40px 0 15px 0;
}
/*
.module-property-info .content h2 em {
	float: right;
	font-style: normal;
} */
.module-property-info .content h2 div {
  float: right;
  font-style: normal;
}
.module-property-info .content h2 .price {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .module-property-info .content h2 div {
    margin-top: 10px;
    float: none;
    font-size: 20px;
  }
  .module-property-info .content h2 .price {
    font-size: 20px;
  }
}
.module-property-info .content h2 .original-price {
  font-size: 14px;
  opacity: 0.6;
  padding-left: 10px;
}
.module-property-info .content .info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  line-height: 30px;
  border-bottom: solid 1px #D9D7D9;
  padding-bottom: 15px;
}
.module-property-info .content .info li {
  display: inline-block;
  width: 33%;
}
.module-property-info .content .info li i {
  color: #c30a0a;
  margin-right: 5px;
}
.module-property-info .content .comment-zone p {
  line-height: 26px;
  text-align: justify;
}
.module-property-info .content .areas-zone,
.module-property-info .content .services-zone {
  width: 48%;
  line-height: 30px;
}
.module-property-info .content .legal {
  width: 48%;
}
.module-property-info .content .list-inline li em {
  font-style: normal;
}
.module-property-info .content .list-inline li strong {
  float: right;
  font-style: normal;
  color: #828282;
}
@media screen and (max-width: 500px) {
  .module-property-info .content .info li,
  .module-property-info .content > div {
    width: 100% !important;
  }
}
.module-property-info .print,
.summary.details h2 {
  display: none;
}
.detailsList {
  width: 100%;
}
.summary.details ul {
  width: 100%;
  margin: 30px 0;
  padding: 10px 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  overflow: hidden;
}
.summary.details ul li {
  float: left;
  width: 33.33%;
}
.module-property-info .content .dpe,
.module-property-info .content .ges {
  display: inline-block;
  margin-top: 60px;
}
.dpe div:first-child,
.ges div:first-child {
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #cccccc;
}
.dpe div:first-child:before,
.ges div:first-child:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.dpe div:first-child:before {
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIg0KCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzM2RDE0Mjt9DQoJLnN0MXtmaWxsOiNGRkRDMDA7fQ0KCS5zdDJ7ZmlsbDojRkY5RTQxO30NCgkuc3Qze2ZpbGw6I0ZGMjcwMDt9DQo8L3N0eWxlPg0KPGRlZnM+DQo8L2RlZnM+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNywzSDFDMC41LDMsMCwyLjYsMCwyVjFjMC0wLjUsMC41LTEsMS0xaDZsMiwxLjVMNywzeiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLDhIMUMwLjUsOCwwLDcuNiwwLDdWNmMwLTAuNiwwLjUtMSwxLTFoOWwyLDEuNUwxMCw4eiIvPg0KPHBhdGggY2xhc3M9InN0MiIgZD0iTTEzLDEzSDFjLTAuNSwwLTEtMC40LTEtMXYtMWMwLTAuNiwwLjUtMSwxLTFoMTJsMiwxLjVMMTMsMTN6Ii8+DQo8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMTYsMThIMWMtMC41LDAtMS0wLjUtMS0xdi0xYzAtMC41LDAuNS0xLDEtMWgxNWwyLDEuNUwxNiwxOHoiLz4NCjwvc3ZnPg==");
}
.ges div:first-child:before {
  background: url("data:image/svg+xml;base64,PCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIg0KCSB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWxuczphPSJodHRwOi8vbnMuYWRvYmUuY29tL0Fkb2JlU1ZHVmlld2VyRXh0ZW5zaW9ucy8zLjAvIg0KCSB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0VBRDVGQjt9DQoJLnN0MXtmaWxsOiNENUE3RjY7fQ0KCS5zdDJ7ZmlsbDojQkI3MUYwO30NCgkuc3Qze2ZpbGw6IzlEM0RFNTt9DQo8L3N0eWxlPg0KPGRlZnM+DQo8L2RlZnM+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOCwzSDFDMC40LDMsMCwyLjUsMCwyVjFjMC0wLjYsMC40LTEsMS0xaDdjMC42LDAsMSwwLjQsMSwxdjFDOSwyLjUsOC42LDMsOCwzeiIvPg0KPHBhdGggY2xhc3M9InN0MSIgZD0iTTExLDhIMUMwLjQsOCwwLDcuNiwwLDdWNmMwLTAuNiwwLjQtMSwxLTFoMTBjMC42LDAsMSwwLjQsMSwxdjFDMTIsNy42LDExLjYsOCwxMSw4eiIvPg0KPHBhdGggY2xhc3M9InN0MiIgZD0iTTE0LDEzSDFjLTAuNiwwLTEtMC40LTEtMXYtMWMwLTAuNiwwLjQtMSwxLTFoMTNjMC42LDAsMSwwLjQsMSwxdjFDMTUsMTIuNiwxNC42LDEzLDE0LDEzeiIvPg0KPHBhdGggY2xhc3M9InN0MyIgZD0iTTE3LDE4SDFjLTAuNiwwLTEtMC41LTEtMXYtMWMwLTAuNiwwLjQtMSwxLTFoMTZjMC41LDAsMSwwLjQsMSwxdjFDMTgsMTcuNSwxNy41LDE4LDE3LDE4eiIvPg0KPC9zdmc+");
}
.dpe div:nth-child(2),
.ges div:nth-child(2) {
  display: none;
  position: absolute;
  z-index: 100;
  width: 300px;
  height: 300px;
  padding: 10px;
  margin-top: 20px;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.dpe div:nth-child(2) svg,
.ges div:nth-child(2) svg {
  width: 100%;
  height: 100%;
}
.ges.active div:first-child,
.dpe.active div:first-child {
  border: 2px solid #c30a0a;
}
.ges.active div:nth-child(2),
.dpe.active div:nth-child(2) {
  display: block;
}
.ges div:nth-child(2):before,
.dpe div:nth-child(2):before {
  content: "\F0156";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 25px;
  background: black;
  line-height: 25px;
  color: white;
}
@media screen and (max-width: 768px) {
  .dpe div:nth-child(2),
  .ges div:nth-child(2) {
    margin: auto;
    position: relative;
  }
}
.module-property-info .title-zone {
  width: 100%;
  border-bottom: solid 1px #D9D7D9;
  padding-bottom: 15px;
  margin: 40px 0 15px 0;
}
.module-property-info .title-zone .price {
  font-size: 28px;
  margin-top: 20px;
}
.module-property-info .title-zone .original-price {
  font-size: 14px;
  opacity: 0.6;
  padding-left: 10px;
}
.module-property-info .price-zone {
  margin-top: 15px;
}
.module-property-info .content .media-zone {
  width: 100%;
}
.module-property-info .content .media-zone iframe {
  width: 100%;
  height: 50vh;
}
/*** CSS BASE PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Slider/Resources/css/main.less ***/
.module-slider.waiting {
  max-height: 500px;
}
.owl-carousel {
  touch-action: none;
}
.owl-carousel {
  touch-action: manipulation;
}
@media screen and (max-width: 1280px) {
  .module-slider.waiting {
    max-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-slider.waiting {
    max-height: 250px;
  }
}
.module-slider.waiting .slider,
.module-slider.waiting .thumbnail {
  opacity: 0;
  overflow: hidden;
}
.module-slider.loaded .api-spinner {
  display: none;
}
.module-slider .owl-carousel,
.module-slider .owl-wrapper-outer,
.module-slider .owl-wrapper,
.module-slider .owl-stage-outer,
.module-slider .owl-stage,
.module-slider .owl-item,
.module-slider .owl-item .item {
  height: 100%;
}
.module-slider .slider .owl-item {
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
}
.module-slider .slider .owl-item img {
  width: 100%;
  height: auto;
}
.module-slider .slider .owl-item img.portrait {
  position: initial;
  width: auto;
  height: 100%;
}
.module-slider .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-slider .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-slider .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-slider .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-slider .thumbnail {
  margin-top: 10px;
  margin-bottom: 10px;
}
.module-slider .thumbnail .owl-stage {
  overflow: hidden;
}
.module-slider .thumbnail .owl-item img {
  opacity: 1;
  height: 100px;
  width: auto;
}
.module-slider .thumbnail .owl-item.active.center img {
  opacity: 0.5;
}
.module-slider .thumbnail.owl-theme .owl-nav i {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
}
.module-slider .thumbnail.owl-theme .owl-nav [class*='owl-'] {
  margin-top: -20px;
}
/* auto height * /
.module-slider {
  .slider .owl-item img {
    position: relative; left: auto; right: auto;
  }
}*/
/* center */
.slider-center .slider .owl-item img {
  opacity: 0.5;
}
.slider-center .slider .owl-item.main img {
  opacity: 1;
}
/* content */
.module-slider .slider .owl-item .content {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
}
/* video */
.video-js .vjs-tech:not(iframe) {
  width: 100% !important;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
}
.video-js.vjs-youtube .vjs-control-bar {
  display: none;
}
.vjs-current-time.vjs-time-control.vjs-control {
  display: table;
}
.vjs-current-time-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-duration.vjs-time-control.vjs-control {
  display: table;
}
.vjs-duration-display {
  display: table-cell;
  vertical-align: middle;
}
.vjs-time-control.vjs-time-divider {
  display: table;
  height: 100%;
}
.vjs-time-control.vjs-time-divider > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.vjs-play-progress.vjs-slider-bar::before {
  margin-top: -5px;
}
.vjs-remaining-time.vjs-time-control.vjs-control {
  display: none;
}
.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
  content: "";
}
.video-js .vjs-big-play-button {
  background: none;
  border: none;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  margin-top: -0.75em;
  font-size: 6em;
  color: #26A69A;
  transition: all 0.5s ease-in-out;
}
.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
  background: none;
  color: #26A69A;
}
.video-js .vjs-progress-control.vjs-control {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  transform: translate(0, -100%);
  align-items: flex-end;
  width: 100%;
}
.video-js .vjs-progress-holder {
  height: 0.5em !important;
  margin: 0 !important;
}
.vjs-play-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.vjs-fullscreen-control.vjs-control.vjs-button {
  position: absolute;
  top: 0;
  right: 0;
}
.video-js .vjs-time-control {
  padding-left: 0;
  padding-right: 0;
}
.vjs-volume-level::before {
  margin-top: -7px;
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: initial;
}
.video-js .vjs-play-progress {
  background: #26A69A;
}
.video-js .vjs-control-bar .vjs-button {
  color: #26A69A;
}
.video-js .vjs-control:focus,
.video-js .vjs-control:focus:before {
  text-shadow: initial;
}
.video-js .vjs-control:hover:before,
.video-js .vjs-control:hover span:before {
  text-shadow: 0 0 1em #fff;
}
.video-js .vjs-mouse-display::after,
.video-js .vjs-play-progress .vjs-control-text::after {
  top: -5em;
}
.owl-item > div {
  width: 100% !important;
  height: 100% !important;
}
.video-js {
  height: 100% !important;
  padding: 0 !important;
}
/* rtl */
.slider.rtl .owl-stage-outer .owl-stage {
  direction: ltr;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Slider ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/slider.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: slider.css
Description:
*/
/* NAVIGATION */
.module-slider .owl-theme .owl-nav div {
  width: 20px;
  height: 52px;
  background-position: center;
}
.module-slider .owl-theme .owl-nav .owl-prev {
  margin-left: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iNTJweCIgdmlld0JveD0iMCAwIDIwIDUyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTksMSAxLDI2IDE5LDUxICIvPjwvc3ZnPg==);
}
.module-slider .owl-theme .owl-nav .owl-next {
  margin-right: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iNTJweCIgdmlld0JveD0iMCAwIDIwIDUyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMSwxIDE5LDI2IDEsNTEgIi8+PC9zdmc+);
}
.module-slider .owl-theme .owl-nav div i {
  display: none;
}
.module-slider .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.module-slider .owl-theme .owl-dots {
  position: absolute;
  bottom: 10%;
  text-align: center;
  width: 100%;
}
.module-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.module-slider .owl-theme .owl-dots .owl-dot.active span {
  background: #E6020A;
}
/* IMAGES */
.module-slider .slider .picture {
  height: auto;
}
.module-slider .slider .owl-item > div {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.module-slider .slider .owl-item img {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100%;
  opacity: 0.5;
}
.module-slider {
  background-color: black;
}
.module-slider .resizePicture {
  height: 100%;
}
/* THUMBNAIL */
.module-slider .thumbnail {
  padding: 10px;
  padding-left: 16.66%;
  padding-right: 16.66%;
}
@media screen and (max-width: 768px) {
  .module-slider .thumbnail {
    display: none;
  }
}
/* DECORATION CONTENT */
.module-slider .content {
  /*flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;*/
  position: absolute;
  top: 700px;
  right: 0;
  margin-top: -150px;
  z-index: 1;
  padding: 40px;
  text-align: right;
}
.module-slider .content > * {
  margin: 0px;
  color: white;
}
.module-slider a:hover {
  text-decoration: none;
}
/* Homepage carousel */
.module-54 {
  margin: 0;
  overflow: hidden;
}
.module-54 .owl-item > div {
  position: static;
  width: 100%;
  padding-bottom: 0;
  overflow: auto;
}
.module-54 .owl-item img,
.module-slider.module-54 .slider .owl-item.main img {
  position: absolute;
  width: 100%;
  height: auto;
  top: -9999px;
  bottom: -9999px;
  margin: auto;
  opacity: 0.5;
}
/*** CSS BASE PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Share/Resources/css/main.css ***/
.share-template-1 {
  text-align: center;
}
.share-template-1 li {
  display: inline-block;
  margin-left: 10px;
  margin-right: -0.25em;
  vertical-align: middle;
}
.share-template-1 li:first-child {
  margin-left: 0;
}
.share-template-1 li i {
  font-size: 26px;
}
.module-share ul {
  text-align: center;
}
.module-share ul li {
  display: inline-block;
}
.module-share .facebook:hover a i {
  color: #3b5999;
}
.module-share .google-plus:hover a i {
  color: #dd4b39;
}
.module-share .instagram:hover a i {
  color: #e4405f;
}
.module-share .twitter:hover a i {
  color: #55acee;
}
.module-share .youtube:hover a i {
  color: #cd201f;
}
.module-share .linkedin:hover a i {
  color: #0077B5;
}
form[name=share-form] {
  position: relative;
}
form[name=share-form] .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
form[name=share-form] .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
form[name=share-form] .SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
form[name=share-form] .field.hidden {
  display: none;
}
.popup-module-share {
  background: grey;
  width: 500px;
  margin: auto;
  position: relative;
  padding: 1%;
}
.popup-module-share .mfp-close {
  width: 20px;
  height: 20px;
  margin: -10px;
  line-height: 20px;
  border-radius: 50%;
  background: white;
  border: solid 1px black;
}
.popup-module-share .submit {
  position: absolute;
  bottom: 0;
  height: 76px;
  width: 154px;
  right: 0;
  border-radius: 3%;
  margin-bottom: 2px;
}
.popup-module-share {
  background: white;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.popup-module-share h2 {
  margin: 0;
}
.popup-module-share .submit {
  position: relative;
  height: auto;
  width: auto;
  margin-top: 2rem;
}
.popup-module-share .ratioPicture {
  padding-bottom: 36.6%;
}
.popup-module-share img {
  width: 100%;
  height: auto;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Share ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/share.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: share.css
Description:
*/
.module-share .social a span {
  display: none;
}
/*** CSS BASE PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Similar/Resources/css/main.css ***/
/* TODO : css for each template */
.module-similar .slider {
  height: 250px;
}
.module-similar .item {
  margin-bottom: 20px;
}
.module-similar .item > a {
  display: table;
  width: 100%;
}
.module-similar .item > a > div {
  display: table-cell;
  vertical-align: middle;
}
.module-similar .item > a > div:first-child {
  width: 100px;
}
.module-similar .item .picture {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.module-similar .item .picture img {
  width: auto;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-similar .item h3 {
  text-align: left;
  margin-bottom: 5px;
}
.module-similar .item .price {
  font-size: 12px;
  font-weight: 700;
}
.module-similar .item:hover .picture img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.module-similar .owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-similar .owl-theme .owl-nav i {
  font-size: 60px;
  line-height: 60px;
}
.module-similar .owl-theme .owl-nav .owl-prev {
  left: 0;
}
.module-similar .owl-theme .owl-nav .owl-next {
  right: 0;
}
.module-similar .owl-next,
.module-similar .owl-prev {
  color: #fff;
  background-color: rgba(8, 0, 0, 0.5);
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Similar ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/similar.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: similar.css
Description:
*/
.module-similar {
  position: relative;
}
.module-similar h3,
.module-similar h4 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
}
.module-similar h3 {
  margin-top: 10px;
  font-size: 14px !important;
  line-height: 20px !important;
}
.module-similar h4 {
  font-size: 12px !important;
  line-height: 16px !important;
}
.module-similar span.price {
  float: none !important;
}
.module-similar .owl-wrapper-outer,
.owl-wrapper,
.owl-stage-outer,
.owl-stage,
.owl-item,
.owl-item .item {
  height: 100%;
}
.module-similar .owl-item > div > a > div {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
}
.module-similar .owl-item > div > a > div img {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100%;
}
.module-similar .owl-theme .owl-nav div {
  width: 20px;
  height: 52px;
  background-position: center;
}
.module-similar .owl-theme .owl-nav div.owl-prev {
  margin-left: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iNTJweCIgdmlld0JveD0iMCAwIDIwIDUyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTksMSAxLDI2IDE5LDUxICIvPjwvc3ZnPg==);
}
.module-similar .owl-theme .owl-nav div.owl-next {
  margin-right: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwcHgiIGhlaWdodD0iNTJweCIgdmlld0JveD0iMCAwIDIwIDUyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA1MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+LnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMwMDAwMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fTwvc3R5bGU+PHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMSwxIDE5LDI2IDEsNTEgIi8+PC9zdmc+);
}
.module-similar .owl-theme .owl-nav div i {
  display: none;
}
.module-similar:not(.center) .owl-stage {
  margin: 0 auto;
}
@media screen and (max-width: 478px) {
  .module-similar .owl-theme .owl-nav div[class*="owl-"] {
    width: 52px;
    margin-top: -40px;
    background: none;
  }
  .module-similar .owl-theme .owl-nav div.owl-prev {
    margin-left: 0;
  }
  .module-similar .owl-theme .owl-nav div.owl-next {
    margin-right: 0;
  }
  .module-similar .owl-theme .owl-nav div i {
    display: inline-block;
    font-size: 48px;
    line-height: 48px;
  }
}
/*** 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 Danielfeau PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/cms.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: cms.css
Description:
*/
/* BASIC MOD */
.module-cms {
  position: relative;
  padding: 40px;
}
.module-cms .info {
  position: relative;
  text-align: center;
  color: black;
  height: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .module-cms {
    padding: 20px;
  }
  .module-cms .info {
    padding: 0;
  }
}
.module-cms .info h2,
.module-cms .info h3,
.module-cms .info p {
  margin: 10px 0 0 0;
}
.module-cms .info h2 {
  font-size: 28px;
  line-height: 38px;
}
.module-cms .info h3 {
  font-size: 24px;
  line-height: 36px;
}
.module-cms .info p {
  text-align: justify;
}
.module-cms .info .button {
  margin-top: 20px;
}
.module-cms .picture {
  width: 100%;
}
.module-cms .picture img {
  width: 100%;
}
.module-cms .background {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.module-cms.exception .background {
  opacity: 0.7;
  transition: opacity 0.6s ease;
}
.module-cms:hover .background {
  opacity: 1;
}
/* intros */
.module-cms.introduction {
  display: block;
  position: relative;
  width: 100%;
  height: 780px;
  margin-bottom: 190px;
  z-index: 0;
  padding: 0;
  overflow: visible;
}
.module-cms.introduction.short {
  height: 500px;
}
.module-cms.introduction .background {
  height: 100%;
}
.module-cms.introduction .info {
  position: absolute;
  width: 50%;
  height: auto;
  max-width: 700px;
  left: 50%;
  bottom: -150px;
  margin-left: -700px;
  padding: 40px;
  background: rgba(34, 34, 34, 0.9);
  align-items: flex-start !important;
}
@media screen and (max-width: 1400px) {
  .module-cms.introduction .info {
    width: calc(50% - 40px);
    left: auto;
    margin-left: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .module-cms.introduction .info {
    padding: 20px;
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .module-cms.introduction {
    height: auto;
    margin-bottom: 0;
  }
  .module-cms.introduction .background {
    height: 400px;
  }
  .module-cms.introduction .info {
    position: relative;
    width: auto;
    max-width: none;
    bottom: auto;
    margin-top: 200px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 414px) {
  .module-cms.introduction .background {
    height: 300px;
  }
}
.module-cms.introduction .info h1,
.module-cms.introduction .info h2,
.module-cms.introduction .info h3,
.module-cms.introduction .info p {
  color: #ffffff;
  text-align: left;
}
.module-picture.banner .container {
  height: 210px;
  background-size: 100%;
}
.module-picture.banner .picture {
  height: 210px;
  background-position: center;
  background-size: 100%;
  opacity: 0.3;
}
/* Exception */
.exception.module-cms {
  height: 300px;
  width: 45%;
  padding-left: 20px;
  padding-right: 10px;
  margin: 5px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .exception.module-cms {
    width: 100%;
    margin: 0 10px 10px 10px;
  }
}
.exception .info {
  color: #ffffff;
}
.exception .info h2,
.exception .info p {
  text-align: center;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.exception .info p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-transform: initial;
}
/* Sector list */
.sector-list {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 40px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sector-list li {
  position: relative;
  flex: 0 0 30%;
  height: 250px;
  margin: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sector-list li .picture {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
}
.sector-list li .picture img {
  opacity: 0.7;
}
.sector-list li h1,
.sector-list li h2 {
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
/* special info */
.divided .info {
  width: 50%;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: calc(50% + 40px);
}
.divided .info h2,
.divided .info h3 {
  text-align: left;
}
.divided .info iframe {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  border: none;
}
@media screen and (max-width: 768px) {
  .divided .info,
  .divided .info iframe {
    position: relative;
    width: 100%;
    padding-right: 0;
  }
}
/* Columns 70/30 */
.layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: auto;
  padding: 40px;
  align-items: flex-start;
  justify-content: space-around;
}
.zone-left-content {
  width: 70%;
  padding-right: 80px;
  align-items: flex-start;
}
.zone-right-content {
  position: relative;
  width: 30%;
  padding: 40px;
  background: #f2f2f2;
}
.zone-right-content .module-header {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body > .layout {
    padding-left: 0;
    padding-right: 20px;
  }
  .zone-left-content {
    padding-left: 20px;
    padding-right: 40px;
  }
  .zone-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .zone-left-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body > .layout {
    padding: 10px;
  }
  .zone-left-content,
  .zone-right-content {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .zone-right-content {
    margin-top: 20px;
  }
  .module-contact .submit {
    display: inline-block;
    float: right;
    height: 58px;
  }
}
/* Columns 50/50 */
.left-column,
.right-column {
  width: 100%;
  justify-content: flex-start;
}
.left-column {
  padding: 0 40px;
  break-inside: avoid-column;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
}
.right-column {
  min-height: 480px;
  padding-left: 40px;
}
.right-column h2 {
  margin-bottom: 40px;
}
.right-column.module-contact,
.right-column.module-estimate {
  width: auto !important;
  margin-top: 0;
  padding: 40px;
  margin-left: 40px;
  background-color: #f2f2f2;
}
.left-column .info h2,
.left-column .info h3 {
  font-size: 32px;
  line-height: 38px;
  text-align: left;
  margin-top: 40px;
}
.left-column .info h2:first-of-type {
  margin-top: 0;
}
.module-cms.left-column .info,
.module-cms.left-column .info {
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .module-cms.left-column {
    padding: 0 20px;
  }
  .right-column {
    padding-left: 20px;
  }
  .right-column.module-estimate {
    margin-left: 20px;
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .module-cms.left-column {
    padding: 0 10px;
  }
  .right-column {
    padding-left: 0;
    margin-top: 40px;
  }
  .right-column.module-estimate {
    margin-left: 0;
    padding: 10px;
  }
}
/* Homepage network */
.module-53 {
  height: 700px;
}
.module-53 .info {
  padding-right: 30px;
  margin-left: auto;
  line-height: 30px;
  flex: 0 0 50%;
}
@media screen and (max-width: 768px) {
  .module-53 .info {
    padding-right: 0;
    flex: 0 0 80%;
  }
}
.module-53 .info .title {
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.module-53 .info .button {
  margin-top: 20px;
  display: block;
}
/* Services */
.module-74.module-cms {
  padding: 0;
}
.module.module-90 {
  flex-direction: row-reverse;
}
.module-90:after {
  width: 100%;
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  order: 2;
}
.module-90 .picture {
  width: 50%;
  padding: 50px;
}
/*** CSS BASE PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Contact/Resources/css/main.less ***/
.datepickers-container {
  z-index: 9999999;
}
.iti__flag {
  background-image: url("/node_modules/intl-tel-input/build/img/flags.png");
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}
.module-contact,
.popup-module-contact {
  position: relative;
}
.module-contact .iti--separate-dial-code .iti__selected-dial-code,
.popup-module-contact .iti--separate-dial-code .iti__selected-dial-code {
  color: unset;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea,
.module-contact .datepicker,
.popup-module-contact .datepicker {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact input[type="text"],
.popup-module-contact input[type="text"],
.module-contact input[type="password"],
.popup-module-contact input[type="password"],
.module-contact input[type="number"],
.popup-module-contact input[type="number"],
.module-contact input[type="email"],
.popup-module-contact input[type="email"],
.module-contact input[type="tel"],
.popup-module-contact input[type="tel"],
.module-contact select,
.popup-module-contact select,
.module-contact textarea,
.popup-module-contact textarea {
  height: 40px;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact textarea,
.popup-module-contact textarea {
  height: 100px;
}
.module-contact select,
.popup-module-contact select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #ffffff url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjBweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCAyMCA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyMCA2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSI1LDUuNyAwLjYsMS40IDEuNCwwLjYgNSw0LjMgOC42LDAuNiA5LjQsMS40IAkiLz4KPC9nPgo8L3N2Zz4K") no-repeat right 22px;
}
.module-contact textarea,
.popup-module-contact textarea {
  padding: 10px;
  font-family: sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.module-contact input[type="submit"],
.popup-module-contact input[type="submit"],
.module-contact button,
.popup-module-contact button {
  height: 40px;
  padding: 0 10px;
  border: none;
  border-radius: 0;
}
.module-contact .submit,
.popup-module-contact .submit {
  min-width: 100px;
}
.module-contact .recaptcha,
.popup-module-contact .recaptcha {
  margin-bottom: 10px;
}
.module-contact .rgpd > input,
.popup-module-contact .rgpd > input {
  margin-right: 10px;
}
.module-contact .rgpd a,
.popup-module-contact .rgpd a {
  font-weight: bold;
}
.module-contact .rgpd label a:hover,
.popup-module-contact .rgpd label a:hover {
  border-bottom: solid black 1px;
}
.module-contact .iti__country-list,
.popup-module-contact .iti__country-list {
  z-index: 99999999;
}
.module-contact .phone > div,
.popup-module-contact .phone > div {
  width: 100%;
  margin-bottom: 10px;
}
.module-contact .phone > div input,
.popup-module-contact .phone > div input {
  padding-left: 72px;
}
.module-contact.dynamic-label .field,
.popup-module-contact.dynamic-label .field {
  position: relative;
  display: block;
}
.module-contact.dynamic-label form .field label,
.popup-module-contact.dynamic-label form .field label {
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  position: absolute;
  left: 7px;
  top: -12px;
  cursor: text;
  font-size: 75%;
  padding-right: 3px;
  padding-left: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field input:placeholder-shown:not(:focus) + *,
.module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field textarea:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + *,
.popup-module-contact.dynamic-label form .field.phone input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  left: 4px;
  padding-left: 3px;
  background: transparent;
}
.module-contact.dynamic-label select::placeholder,
.popup-module-contact.dynamic-label select::placeholder,
.module-contact.dynamic-label input::placeholder,
.popup-module-contact.dynamic-label input::placeholder,
.module-contact.dynamic-label textarea::placeholder,
.popup-module-contact.dynamic-label textarea::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label textarea:placeholder-shown:not(:focus)::placeholder,
.module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder,
.popup-module-contact.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.module-contact-datepicker .datepicker {
  width: 100%;
}
.module-contact-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-contact-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.popup-module-contact {
  width: 365px;
  margin: auto;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Contact ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/contact.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: contact.css
Description:
*/
.module-contact form,
.module-contact .module-header {
  width: 100%;
}
.module-contact .module-header h2 {
  margin-bottom: 20px;
}
.module-contact input[type="text"],
.module-contact input[type="email"],
.module-contact input[type="password"] {
  height: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 10px;
  border: none;
}
.module-contact div.choice {
  margin-bottom: 10px;
  background-color: #ffffff;
}
.module-contact textarea {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  border-radius: 2px;
  margin-bottom: 10px;
  padding-left: 10px;
  border: none;
}
.module-search .category label {
  display: inline-block;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.7);
  height: 40px;
  padding: 5px;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-right: 3px;
  color: white;
}
.module-contact input[type="submit"],
.module-contact button {
  margin-top: 10px;
  background-color: #c30a0a;
  border-radius: 2px;
}
.module-contact .files {
  margin-bottom: 10px;
}
.module-contact .files input {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.module-contact .files label {
  color: grey;
  background-color: #ffffff;
  cursor: pointer;
  padding: 5px;
  border-radius: 2px;
  font-size: 16px;
  line-height: 28px;
  display: block;
  text-align: center;
  font-weight: 700;
}
.module-contact .files label::before {
  content: "\F01DA";
  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;
  padding-right: 5px;
  font-size: 20px;
  vertical-align: middle;
}
/*** CSS BASE PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/User/Resources/css/main.css.less ***/
.module-user {
  text-align: center;
}
.module-user i.mdi {
  margin: 0 10px 0 0;
}
.module-user .container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.module-user .container .picture {
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  -webkit-flex-basis: 40%;
  flex-basis: 40%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info {
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  -webkit-flex-basis: 60%;
  flex-basis: 60%;
  text-align: center;
  vertical-align: middle;
}
.module-user .container .info h3 {
  width: 100%;
  margin-bottom: 10px;
}
.module-user .container .info em {
  display: inline-block;
  margin-bottom: 10px;
}
.module-user .container .info p span {
  display: inline-block;
  min-width: 175px;
}
.module-user .container .info ul.user-social,
.user-template-4.module-user ul.listingUser .info .user-social {
  display: flex;
  justify-content: center;
}
.module.module-user .container .info p.social {
  text-align: center;
}
.user-template-4.module-user ul.listingUser .info .button.fees {
  margin-top: 10px;
}
.user-template-4.module-user ul.user-social {
  height: 26px;
  margin-bottom: 10px;
}
.module.module-user.template-4 .listingUser li .info p.job {
  color: #000000;
}
.module-user .container .picture img {
  height: 100%;
}
.module-user .container .picture i.mdi-account-circle {
  font-size: 150px;
  line-height: 200px;
  vertical-align: middle;
  margin: 0;
}
.module-user ul.listing li .container {
  margin-top: 20px;
  margin-bottom: 20px;
}
.module-user .container .picture,
.module-user .container .info {
  padding: 10px;
}
.module-user .container .picture > div {
  height: inherit;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .module-user .container .picture,
  .module-user .container .info {
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .module-user .container .picture {
    margin-bottom: 20px;
  }
  .module-user .container .picture .userBubble {
    max-height: 200px;
    margin: auto;
  }
  .module-user .container .info p {
    text-align: center;
  }
  .module-user .container .info p span {
    min-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* .module-user ul { padding: 20px; } */
  .module-user .container .picture,
  .module-user .container .info {
    padding: 0 0;
  }
}
@media screen and (max-width: 360px) {
  .module-user .container .picture .userBubble {
    max-width: 150px;
    max-height: 150px;
  }
  .module-user .container .picture i.mdi-account-circle {
    line-height: 150px;
  }
}
/* template 1 */
.module-user.template-1 .module-header {
  padding: 20px 0;
}
.module-user.template-1 .module-header h2 {
  margin-bottom: 0;
}
.module-user.template-1 .container .picture {
  width: inherit;
  height: inherit;
}
/* template 2 slider */
.module-user.template-2,
.module-user.template-2 .slider,
.module-user.template-2 .owl-stage-outer,
.module-user.template-2 .owl-stage,
.module-user.template-2 .owl-item,
.module-user.template-2 .container,
.module-user.template-2 .picture {
  height: 100%;
}
.module-user.template-2 {
  height: 240px;
}
.module-user.template-2 .slider {
  padding: 0 70px;
}
.module-user.template-2 .slider .owl-item {
  overflow: hidden;
  background-color: #c8c8c8;
}
.module-user.template-2 .slider .owl-item .picture {
  position: relative;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding: 0;
}
.module-user.template-2 .slider .owl-item .picture i.mdi-account-circle {
  font-size: 150px;
  vertical-align: middle;
}
.module-user.template-2 .slider .owl-item .picture img {
  width: auto;
  max-width: none !important;
  height: 100%;
  min-height: 100%;
  max-height: none !important;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.module-user.template-2 .slider .owl-item .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  display: flex;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
.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: white;
  text-align: center;
}
.module-user.template-2 .slider .owl-item .info .profile {
  display: block;
}
.module-user.template-2 .slider .owl-item .info:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-user.template-2 .slider .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.module-user.template-2 .slider .owl-nav .owl-prev {
  left: 0;
}
.module-user.template-2 .slider .owl-nav .owl-next {
  right: 0;
}
.module-user.template-2 .slider .owl-nav i {
  font-size: 60px;
  line-height: 60px;
  margin: 0 15px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
.module-user .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-user .pager ul li.current {
  font-weight: bold;
}
.module-user .pager ul li.disable {
  opacity: 0.3;
}
.module-user .pager {
  margin-top: 40px;
}
.module-user .pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.module-user .pager ul li {
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
  text-align: center;
}
.module-user .pager ul li.current,
.module-user .pager ul li:hover a {
  width: 24px;
  height: 24px;
  color: black;
  font-weight: 900;
  font-size: 18px;
}
.module-user .pager ul li a {
  display: block;
  width: 24px;
  height: 24px;
  background: #FFF;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* flag */
.module-user .flag-icon {
  margin-right: 10px;
}
.module-user .flag-icon.flag-icon-arab-league {
  transform: scale(1.2);
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN User ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/user.css ***/
.module-user {
  width: 100%;
  margin: 40px 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.module-user.template-1 i {
  display: none;
}
.module-user.template-1 .container {
  margin: 0;
}
.module-user.template-1 .container .picture {
  width: 60px;
  height: auto;
  float: left;
  margin-right: 20px;
}
.module-user.template-1 .container .picture img {
  width: 100%;
  height: auto;
}
.module-user.template-1 .container .info {
  width: auto;
}
.module-user .info h3 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 22px;
  text-transform: none;
}
.module-user .container .info h3 em {
  display: block;
  margin-left: 0;
  font-style: normal;
  font-size: 13px;
}
.module-user .container .info p {
  line-height: 22px;
}
.module-user .container .info p .email {
  font-size: 13px;
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
.module-agency .agency .opening-hours .day span:first-child:not(:last-child):after {
  content: " - ";
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
.agency-template-1 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
.agency-template-2 ul.agency-social {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
.module-agency.agency-template-5 table.agency-fees {
  text-align: left;
  border-spacing: 20px;
}
/* iframe fees */
.module-agency .agency-fees iframe {
  width: 100%;
  height: 100vh;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/agency.css ***/
.module-agency.agency-template-1 div {
  float: none;
  width: 100%;
  padding: 0;
}
.module-agency.agency-template-1 .picture,
.module-agency.agency-template-1 .address {
  margin-bottom: 20px;
}
.module-agency.agency-template-1 i {
  display: none;
}
.module-agency.agency-template-1 .info p {
  line-height: 24px;
}
.module-agency.agency-template-3 {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-bottom: 40px;
}
.module-agency.agency-template-3 p {
  margin-bottom: 20px;
}
.module-agency.agency-template-3 p a {
  font-size: 20;
}
/*** 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 TEMPLATE Danielfeau PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/menu.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: menu.css
Description:
*/
/* Main menu */
.module-5 ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.module-menu.module-5 ul > li {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0;
  font-size: 22px;
}
@media screen and (max-width: 1480px) {
  .module-menu.module-5 ul > li {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .module-menu.module-5 ul > li {
    height: 30px;
    margin-bottom: 15px;
    font-size: 22px;
  }
}
footer .module-menu ul li a {
  position: relative;
  display: inline;
}
header .module-menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c30a0a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
footer .module-menu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c30a0a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
header .module-menu dl dd a,
footer .module-menu dl dd a {
  position: relative;
}
header .module-menu dl dd a:after,
footer .module-menu dl dd a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c30a0a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
header .module-menu ul li:hover a:after,
footer .module-menu ul li:hover a:after,
header .module-menu ul li.current a:after,
footer .module-menu ul li.current a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
header .module-menu dl dd:hover a:after,
footer .module-menu dl dd:hover a:after,
header .module-menu dl dd.current a:after,
footer .module-menu dl dd.current a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
footer .module-menu.inline-sector {
  width: 100%;
  justify-content: left;
  margin-top: 20px;
}
footer .module-menu.inline-sector .module-header {
  width: 100%;
}
footer .module-menu.inline-sector .module-header .module-header-title {
  text-transform: initial;
  color: #383535;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
footer .module-menu.inline-sector ul li {
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  footer .module-menu.inline-sector ul li {
    line-height: 22px!important;
    height: 22px!important;
  }
}
footer .module-menu.inline-sector ul li a span {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.module-5 ul li a {
  position: relative;
  padding-bottom: 8px;
}
/* search */
.module-104 {
  margin-top: 20px;
}
.module-104 ul {
  max-width: 1400px;
  margin: 0 40px;
}
.module-104.module-menu.inline ul > li {
  margin: 0;
}
.program .module-104 ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
/* Content Submenu */
.zone-top-content .module-menu.row-b {
  margin-top: -140px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.7);
}
.zone-top-content .module-menu.row-b ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  height: 100%;
}
.zone-top-content .module-menu.row-b ul > li {
  width: 16.66%;
  list-style: none;
  margin: 0 !important;
  padding: 0 1px;
}
.zone-top-content .module-menu.row-b ul > li a {
  display: block;
  height: 100%;
  padding-top: 13px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}
.zone-top-content .module-menu.row-b ul > li a:hover {
  background: #000000;
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal//Resources/css/legal-3.css ***/
.module-legal.template3 ul {
  text-align: center;
}
.module-legal.template3 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template3 ul li a {
  position: relative;
}
.module-legal.template3 ul li:not(:first-child):before {
  content: "\F044A";
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template3 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/legal.css ***/
footer .module-legal ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #c30a0a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease;
}
footer .module-legal ul li:hover a:after,
footer .module-legal ul li.current a:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/logo.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: logo.css
Description:
*/
.module-logo a {
  width: 100%;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Search/Resources/css/search.less ***/
.module-search form {
  position: relative;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-right: 28px;
}
.module-search .SumoSelect > .optWrapper > .options .group > label {
  display: none;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 35px;
}
.dropdown-price .select2-results__options[aria-multiselectable="true"] > li {
  padding-left: 0!important;
}
.module-search .field.hidden {
  display: none;
}
.module-search.dynamic-label .field {
  position: relative;
  display: block;
}
.module-search.dynamic-label .line-wrapper.form-center > .field label {
  position: absolute;
  background: linear-gradient(to top, transparent 55%, transparent 55%, transparent 45%);
  left: 0;
  top: -20px;
  cursor: text;
  font-size: 75%;
  padding-left: 3px;
  padding-right: 3px;
  z-index: 99999;
  letter-spacing: 0px;
  opacity: 1;
  text-transform: capitalize;
  transition: all 0.2s;
}
.module-search:not(.open) form .fields-wrapper .line-wrapper.search-advanced {
  display: none;
}
.module-search.open form .fields-wrapper .advanced-btn {
  display: none;
}
.module-search.wrapper_search-advanced form .fields-wrapper {
  flex-wrap: wrap;
}
.module-search form .fields-wrapper .advanced-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: -40px;
  width: 100%;
  height: 0px;
}
.module-search form .fields-wrapper .advanced-btn button {
  display: flex;
  background: white;
  line-height: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.module-search form .fields-wrapper .advanced-btn button span {
  display: block;
}
.module-search form .fields-wrapper .advanced-btn-close {
  background: transparent;
}
.module-search form .fields-wrapper .advanced-btn-close i,
.module-search form .fields-wrapper .advanced-btn button span,
.module-search form .fields-wrapper .advanced-btn button i:before {
  color: black;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced {
  padding: 10px;
  width: calc(100% - 40px);
  position: relative;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .advanced-close {
  width: 100%;
  text-align: center;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced .field {
  width: 20%;
  text-align: left;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close {
  margin-top: 15px;
  text-align: center;
  width: 40px;
  justify-content: center;
  align-items: center;
  height: 40px;
  overflow: hidden;
  border: 1px solid #d1d5db;
  padding: 0px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #fff;
  background: white;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close span {
  display: none;
}
.module-search form .fields-wrapper .line-wrapper.search-advanced button.advanced-btn-close > i {
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .module-search form .fields-wrapper .line-wrapper.search-advanced {
    justify-content: center;
    align-items: center;
  }
  .module-search form .fields-wrapper .line-wrapper.search-advanced .field {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .wrapper_search-advanced.open form .fields-wrapper {
    padding-bottom: 50px;
  }
  .wrapper_search-advanced.open form button.submit {
    width: calc(100% - 40px);
    position: absolute;
    bottom: 0;
  }
}
.module-search.dynamic-label form .fields-wrapper .line-wrapper.form-center > .field input:placeholder-shown:not(:focus) + * {
  font-size: 100%;
  top: 9px;
  padding-left: 3px;
}
.module-search.dynamic-label select::placeholder,
.module-search.dynamic-label input::placeholder {
  opacity: 1;
  transition: all 0.2s;
}
.module-search.dynamic-label select:placeholder-shown:not(:focus)::placeholder,
.module-search.dynamic-label input:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.room_range,
.price_range,
.area_range {
  width: 100%;
}
.room_range .field,
.price_range .field,
.area_range .field {
  float: left;
  width: 50%;
}
.room_range .field input,
.price_range .field input,
.area_range .field input {
  width: 100%;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option:not(.loading-results):not(.select2-results__message).tab-3 {
  padding-left: 120px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  left: 90px;
}
.select2-results__options[aria-multiselectable="true"] .select2-results__option.tab-3:after {
  content: "";
  width: 15px;
  height: 12px;
  position: absolute;
  top: 10px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label {
  padding-left: 20px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-2 label {
  padding-left: 40px;
}
.module-search .field.location .SumoSelect .optWrapper .options li.tab-1 label:before,
.module-search .SumoSelect .optWrapper .options li.tab-2 label:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 33%;
  position: absolute;
  top: 20%;
  margin-left: -20px;
  border-left: 2px solid #cec9c9;
  border-bottom: 2px solid #cec9c9;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-search i.rotating:before {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
.module-search-datepicker .datepicker--pointer {
  display: none;
}
.module-search-datepicker .datepicker {
  width: 100%;
}
.module-search-datepicker .datepicker--cells {
  justify-content: space-evenly;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day {
  width: calc(calc( 100% / 7) - 2px);
  margin-bottom: 2px;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.free {
  background-color: #edf6f6;
  color: #008489;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-other-month- {
  background: none;
  color: #d8d8d8;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.booked {
  background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #ebebeb 3px, #ebebeb 4px);
  color: #d8d8d8 !important;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-from-,
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-range-to- {
  background-color: #008489;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-in-range- {
  background-color: #cceeeb;
  color: #fff;
}
.module-search-datepicker .datepicker--cell.datepicker--cell-day.-focus- {
  background-color: #008489cc;
  color: #fff;
}
.select2-dropdown .select2-results__option[aria-disabled=true]:not(.loading-results) {
  display: none;
}
.slider-track {
  position: relative;
  height: 5px;
  background: #e0e0e0;
  border-radius: 5px;
  margin-bottom: 20px;
}
.slider-range {
  position: absolute;
  height: 100%;
  background: #c0c0c0;
}
.slider-handle {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  background: white;
  border: 2px solid #c0c0c0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.module-search .ApiFieldGroup {
  align-items: flex-start;
}
.module-search .ApiFieldGroup.price p,
.module-search .ApiFieldGroup.area p {
  width: 150px;
}
.module-search .field-group.price_range.form,
.module-search .field-group .area_range.form {
  padding: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.module-search .field-group .slider-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.module-search .field-group .slider-values > div {
  position: relative;
}
.module-search .field-group .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;
}
.module-search .field-group .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #17a2b8;
}
.module-search .field-group .mdi-close {
  float: right;
  padding: 8px 5px;
}
.module-search .field-group .fields {
  display: flex;
}
.module-search .field-group .fields input {
  width: 150px;
  text-align: center;
}
.module-search .field-group .range-input {
  position: relative;
}
.module-search .field-group .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.module-search .field-group input[type="range"]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.module-search .field-group input[type="range"]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #17a2b8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Search ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/search.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: search.css
Description:
*/
.module-search {
  color: black;
  width: 100%;
}
.module-search p {
  line-height: 20px;
}
.module-search form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  padding: 0 10px;
}
button:focus {
  outline: 0;
}
.module-search button {
  height: 40px;
  border: none;
  font-size: 14px;
  cursor: pointer;
  padding: 0 20px;
  border-radius: 2px;
  font-weight: bold;
}
.module-search > button {
  display: none;
  width: 40px;
  padding: 0;
  background: none;
}
.module-search > button i {
  font-size: 24px;
  line-height: 1em;
  color: #000000;
}
.module-search .submit {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #c20b0b;
  line-height: 40px;
  height: 40px;
  border-radius: 0;
}
@media screen and (max-width: 1200px) {
  .module-search .form-basic > .submit {
    margin-right: 3px;
  }
}
.module-search .submit i {
  color: white;
  display: none;
}
.module-search .submit span {
  color: white;
}
.module-search .fields-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.module-search .line-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  border-top-right-radius: 2px;
  /*height: 45px;*/
}
.module-search .form-basic {
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .module-search .form-basic {
    justify-content: flex-end;
  }
}
.listing .module-search .form-basic,
.program .module-search .form-basic {
  padding: 10px 0;
}
.module-search .form-basic > *:not(:last-child) {
  margin-right: 3px;
}
@media screen and (max-width: 1200px) {
  .module-search .form-basic > *:not(:last-child) {
    margin-right: 0;
  }
}
.module-search .form-footer {
  justify-content: center;
}
.module-search .button-wrapper {
  width: 25%;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
}
.module-search span button {
  height: 45px;
  padding-left: 15px;
  font-size: 18px;
  color: black;
}
.module-search span button span:first-child {
  margin-top: 2px;
  color: black;
}
.module-search .location > button {
  width: 320px!important;
}
.module-search .price > button {
  width: 220px!important;
}
.module-search .search-advanced.close {
  height: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
}
.module-search .search-advanced.open {
  height: auto;
  opacity: 1;
}
.module-search .search-advanced {
  position: relative;
  padding: 10px 10px 60px 10px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.module-search .search-advanced > div {
  display: inline-block;
  /*width: 25%;
	float: left;*/
  padding-left: 10px;
}
.module-search .search-advanced > div:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.module-search .search-advanced > div:last-of-type {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.module-search .search-advanced .line-wrapper > div ul {
  line-height: 20px;
}
.module-search .search-advanced .line-wrapper > div ul li {
  float: none;
  line-height: inherit;
}
.module-search .search-advanced > div ul li label {
  font-size: 12px;
}
.module-search .search-advanced > div:last-of-type {
  margin-top: 28px;
}
.module-search .search-advanced .line-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
}
.module-search .search-advanced .line-wrapper > div {
  width: 25%;
  padding-left: 10px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 1200px) {
  .module-search .search-advanced .line-wrapper > div {
    width: 50%;
  }
  .module-search .search-advanced .line-wrapper > div:nth-last-child(-n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .module-search .search-advanced .line-wrapper > div {
    width: 100%;
    margin-top: 20px;
  }
}
.module-search .advanced-btn-close {
  position: absolute;
  width: 200px;
  left: -9999px;
  right: -9999px;
  bottom: 10px;
  margin: auto;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.module-search .advanced-btn-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "\F0156";
  font: normal normal normal 24px/1.5em "Material Design Icons";
  color: #ffffff;
  background: #000000;
}
.module-search .search-advanced .line-wrapper > div.advanced-btn-close {
  border: 1px solid #ffffff;
}
/*.module-search .search-advanced {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

	color: white;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	padding: 5px;
}

.module-search .search-advanced span {
	width: 25%;
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: initial;
	padding-left: 10px;
}

.module-search .search-advanced span:not(:first-child) {
	border-left: solid 1px gray;
}

.module-search .search-advanced span ul {
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.module-search .search-advanced span ul li {
	width: 100%;
}*/
.module-search .search-advanced div ul li > input {
  line-height: inherit;
}
.module-search .search-advanced div ul li > label {
  padding-left: 5px;
  font-size: 13px;
  line-height: inherit;
}
.module-search .search-advanced .field-wrapper ul ul {
  margin-left: 20px;
}
.module-search .inline-list li {
  float: left;
}
/* .module-search .alert-email {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	background-color: black;
}

.listing .module-search .alert-email,
.program .module-search .alert-email {
	margin-left: auto;
}
	@media screen and (max-width: 1200px) {
		.listing .module-search .alert-email,
		.program .module-search .alert-email {
			margin-left: 0;
		}
	}

.module-search .alert-email i {
	color: white;
	font-size: 18px;
	margin-right: 5px;
}

.module-search .alert-email span {
	color: white;
}
@media screen and (max-width: 414px) {
	.module-search .alert-email {
		padding: 0 10px;
	}
	.module-search .alert-email i {
		margin-right: 0;
	}
	.module-search .alert-email span {
		display: none;
	}
} */
.module-search .advanced-btn-open {
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: auto;
}
@media screen and (max-width: 1200px) {
  .module-search .advanced-btn-open {
    position: absolute;
    top: auto;
    bottom: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 414px) {
  .module-search .advanced-btn-open {
    padding: 0 10px;
  }
}
.module-search .advanced-btn-open.open {
  display: none;
}
.module-search .advanced-btn-open.close {
  display: block;
}
.module-search .advanced-btn-open span {
  color: white;
  font-size: 12px;
}
.module-search input::-webkit-input-placeholder,
.module-search textarea::-webkit-input-placeholder {
  color: gray;
}
.module-search input:-moz-placeholder,
.module-search textarea:-moz-placeholder {
  color: gray;
}
.module-search input + label + .counter {
  display: inline-block;
  margin-left: 5px;
  font-size: 13px;
  line-height: inherit;
  font-weight: 500;
  color: #a0a0a0;
}
/* custom field */
.module-search .field > input {
  height: 40px;
  display: inline-block;
  width: 100%;
  position: relative;
  min-height: 14px;
  background-color: #fff;
  border-radius: 0;
  margin: 0;
}
.module-search .field > input::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}
.module-search .field > input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.module-search .field > input:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}
.module-search .field > input:-moz-placeholder {
  color: #000000;
  opacity: 1;
}
.module-search .field {
  display: inline-block;
  width: 130px;
  position: relative;
  height: 40px;
}
.module-search .field.bedroom {
  display: inline-block;
  width: 150px;
}
.module-search .field.number label {
  position: absolute;
  right: 10px;
  top: 6px;
  z-index: 1;
  color: #a0a0a0;
}
.module-search .ApiFieldGroup {
  display: inline-block;
  width: 160px;
}
@media screen and (max-width: 1200px) {
  .module-search .ApiFieldGroup,
  .module-search .field,
  .module-search .field.bedroom {
    width: 33.33%;
    padding-right: 3px;
  }
  .module-search .ApiFieldGroup,
  .module-search .form-basic .field {
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 414px) {
  .module-search .ApiFieldGroup,
  .module-search .field,
  .module-search .field.bedroom {
    width: 100% !important;
    padding-right: 0;
  }
}
.ApiFieldGroup .CaptationContent span {
  padding-right: 10px;
}
.ApiFieldGroup .CaptationContent label {
  width: 20px;
}
.ApiFieldGroup .CaptationContent span.active {
  font-size: 12px;
  opacity: 0.5;
}
.module-search .ApiFieldGroup .field label {
  position: absolute;
  right: 0;
  z-index: 1;
  line-height: 40px;
  padding-right: 10px;
  color: grey;
}
/* sumo*/
.module-search .SumoSelect > .CaptionCont,
.module-search .ApiFieldGroup .CaptationContent {
  height: 40px;
  padding: 10px;
}
.SumoSelect > .CaptionCont > span {
  padding-right: 10px;
}
.module-search .SumoSelect > .CaptionCont > label > i:before,
.module-search .ApiFieldGroup .CaptationContent label i:before {
  opacity: 0.5;
}
.module-search .SumoSelect > .optWrapper > .options li.opt {
  padding-left: 30px;
  padding-right: 10px;
}
.module-search .SumoSelect > .optWrapper.multiple > .options li.opt span,
.module-search .SumoSelect .select-all > span {
  margin-left: -30px;
}
.module-search .SumoSelect > .optWrapper > .options li label {
  font-size: 14px;
}
.SumoSelect > .optWrapper > .options {
  max-height: 260px;
}
/* specific field */
.module-search .category {
  width: 100%;
}
.module-search .category input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
.module-search .category input[type=radio]:checked ~ label {
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}
.module-search .category label {
  display: inline-block;
  cursor: pointer;
  background-color: rgba(51, 51, 51, 0.7);
  height: 40px;
  padding: 5px;
  line-height: 30px;
  width: 160px;
  text-align: center;
  margin-right: 3px;
  color: white;
}
@media screen and (max-width: 414px) {
  .module-search .category label {
    width: auto;
    padding: 5px 15px;
  }
}
.module-search .sector {
  width: 196px;
}
.module-search .sector {
  width: 196px;
}
.module-search .sector .SumoSelect > .optWrapper > .options li.opt {
  padding-left: 10px;
}
.module-search .location,
.module-search .field.country {
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .module-search .sector,
  .module-search .location,
  .module-search .field.country {
    width: 50%;
  }
  .module-search .location,
  .module-search .price_max {
    padding-right: 0;
  }
}
.module-search .expanded-sumoselect-opt > input {
  position: absolute;
  display: block;
  top: 12px;
  left: 8px;
  bottom: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 4px 5px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.module-search .expanded-sumoselect-opt > .counter {
  display: none;
}
.module-search .field.category .counter {
  display: none;
}
/*** CSS BASE PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Currency/Resources/css/main.css ***/
.module-currency {
  position: relative;
}
.module-currency input {
  display: none;
}
.module-currency label {
  display: block;
  cursor: pointer;
}
.module-currency label:hover {
  text-decoration: underline;
}
.module-currency .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
.module-currency .FieldWrapper label {
  clear: right;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Currency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/currency.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: language.css
Description:
*/
.module-currency .FieldWrapper .field-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
/*
.module-currency .FieldWrapper {
  color: white;
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
  margin-top: 10px;
}

.module-currency .CaptationContent {
  display: block;
  height: 20px;
  padding: 1px 3px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  border: 2px solid rgba(0,0,0,.3);
  background: none;
  border-radius: 2px;
}*/
.module-currency .CaptationContent span {
  text-transform: uppercase;
  padding-right: 0;
}
.module-currency .CaptationContent label {
  display: none;
}
/*
.module-currency ul li {
  border-bottom: solid 1px grey;
  line-height: 30px;
}

.module-currency ul li a {
  color: white;
}

.module-currency input {
  display: none;
}

.module-currency label {
  display: block;
  cursor: pointer;
}
*/
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
  margin-top: 0;
}
.module-language ul {
  padding: 0;
}
.module-language ul li {
  list-style: none;
}
.module-language ul li:not(:last-child) {
  margin-bottom: 10px;
}
.module-language ul li .flag-icon {
  width: 24px;
  height: 24px;
}
.module-language ul li .culture {
  display: inline-block;
  text-transform: capitalize;
}
.module-language ul li .flag-icon,
.module-language ul li .culture {
  vertical-align: middle;
}
.module-language ul li .flag-icon + .culture {
  margin-left: 10px;
}
.module-language .CaptationContent {
  padding: 0;
  width: 100%;
  display: flex;
}
.module-language .CaptationContent > span {
  display: flex;
  gap: 10px;
  padding: 0;
  align-items: center;
}
.module-language .CaptationContent > span span {
  padding: 0;
  font-size: 16px;
  line-height: 25px;
  color: #404146;
  text-transform: capitalize;
}
.module-language .CaptationContent > label {
  position: initial;
}
.module-language .CaptationContent > label i.mdi {
  position: relative;
  top: 1px;
  right: -5px;
}
.module-language .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 80px;
  text-align: left;
  padding: 10px;
}
.module-language .flag-icon.flag-icon-arab-league {
  background-image: url(/plugins/Language/flag/arab-league.svg);
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/language.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: language.css
Description:
*/
.module-language .FieldWrapper .field-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
/*.module-language .FieldWrapper {
  background-color: rgba(0,0,0,0.7);
  padding: 20px;
}

.module-language .CaptationContent {
	display: block;
	height: 20px;
	padding: 1px 3px;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	border: 2px solid rgba(0,0,0,.3);
	background: none;
	border-radius: 2px;
}*/
.module-language .CaptationContent span {
  text-transform: uppercase;
  padding-right: 0;
}
.module-language .CaptationContent label {
  display: none;
}
/*** CSS BASE PLUGIN Counter ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Counter/Resources/css/main.less ***/
.module-counter .cart {
  position: relative;
  transition: all 0.25s ease-in-out;
}
.module-counter .cart:hover {
  transform: scale(1.2);
}
.module-counter .count_cart {
  position: absolute;
  left: 10px;
  top: -1px;
  font-size: 13px;
  color: white;
}
.module-counter i.mdi.mdi-heart::before {
  font-size: 35px;
}
/*** GLOBAL CSS TEMPLATE Danielfeau ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/css/global.css ***/
/*
Template Name: Danielfeau
Namespace: Default/css
Name: global.css
Description:
*/
@font-face {
  font-family: 'HelveticaNeueLightCond';
  src: url('/static/Realtix/Custom/DanielFeauBundle/css/font/HelveticaNeueLightCond.eot');
  src: url('/static/Realtix/Custom/DanielFeauBundle/css/font/HelveticaNeueLightCond.eot?#iefix') format('embedded-opentype'), url('/static/Realtix/Custom/DanielFeauBundle/css/font/HelveticaNeueLightCond.woff') format('woff'), url('/static/Realtix/Custom/DanielFeauBundle/css/font/HelveticaNeueLightCond.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body {
  background-color: #ffffff;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html {
  box-sizing: border-box;
}
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 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  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 {
    font-size: 14px;
    line-height: 22px;
  }
}
h1,
h2,
h3,
h4,
header nav li,
.module .module-header-title {
  font-family: 'HelveticaNeueLightCond', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 40px;
  line-height: 46px;
}
h2,
h3,
.module .module-header-title {
  font-size: 32px;
  line-height: 38px;
}
h4 {
  font-size: 20px;
  line-height: 26px;
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  h2 {
    font-size: 22px !important;
    line-height: 28px !important;
  }
  h3 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  h4 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
a {
  text-decoration: none;
  color: #000000;
}
.module-cms {
  padding: 20px;
}
/* TOOLS */
.button,
input[type="submit"],
button,
.popup-open-link-wrapper {
  background-color: #c30a0a;
  display: inline-block;
  height: 40px;
  padding: 10px 20px;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  cursor: pointer;
  border: none;
  color: #ffffff;
}
button {
  background-color: #646464;
}
input[type="text"],
input[type="password"],
input[type="email"] {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  padding: 10px;
  border-radius: 2px;
  border: none;
}
.exergue {
  position: relative;
  font-size: 28px;
  line-height: 38px;
  text-align: left;
  padding-left: 40px !important;
  margin: 40px 0;
  border-left: 1px solid #a0a0a0;
}
.exergue:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 19px;
  height: 16px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTkgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE5IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0EwQTBBMDt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDE1LjZoMi42VjAuNEgwVjBoMTguMnY0LjVoLTAuNlY0LjJjMC0yLTIuMy0zLjgtNi44LTMuOEg3LjZ2Ni45aDEuOGMyLjYsMCw0LTAuOSw0LTIuOVY0LjFIMTR2Ny4yaC0wLjYKCXYtMC40YzAtMi4xLTEuMy0zLjEtNC40LTMuMUg3LjZ2Ny44aDMuMlYxNkgwVjE1LjZ6Ii8+Cjwvc3ZnPgo=");
}
/* BASE ZONE */
.zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/*header,
.zone-top-content .module-menu {
	width: 100%;
	max-width: 1480px;
	padding: 0 40px;
}*/
.row-a {
  width: 100%;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
.row-b > * {
  width: 100%;
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  body > .layout,
  .zone-left-content,
  .zone-right-content,
  .row-a,
  .row-b > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body > .layout,
  .zone-left-content,
  .zone-right-content,
  .row-a,
  .row-b > * {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.zone-top-content {
  min-height: 200px;
}
/* BASE MODULE */
.module {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* HEADER */
header {
  position: absolute;
  top: 0;
  left: -9999px;
  right: -9999px;
  z-index: 99;
  min-height: 30px;
  margin: 40px auto;
  height: auto !important;
}
header:before,
header:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease;
}
header:before {
  top: -20px;
  width: 100%;
  height: 340px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}
/*header:after {
	top: 0;
	left: 20px;
	width: 150px;
	height: 23px;
	background: url("/static/Realtix/Custom/DanielFeauBundle/images/logo-white.svg") 100% no-repeat;
}*/
@media screen and (max-width: 1024px) {
  /*header.active:before,
		header.active:after {
			opacity: 1;
		}*/
  header.active:before {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
header > div {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  justify-content: space-between !important;
}
header > .module-cluster:after {
  content: none;
}
header .module .module {
  width: auto;
}
@media screen and (max-width: 1024px) {
  header {
    margin: 20px auto;
  }
  header > .module {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
  }
}
/*header .module .module {
	margin-right: 40px;
}
	@media screen and (max-width: 1480px) {
		header .module .module {
			margin-right: 20px;
		}
	}*/
header .module.module-logo {
  width: 208px;
  height: 32px;
}
@media screen and (max-width: 768px) {
  header .module.module-logo {
    width: 150px;
    height: 23px;
  }
}
header .module.module-logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -1000px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100%;
}
header.active .module-menu.main ul {
  display: block;
}
.module-menu i.mdi-home {
  display: none;
}
header .module-menu.main button {
  position: absolute;
  top: -6px;
  right: 10px;
  width: 40px;
  padding: 0;
  bottom: auto;
  background: none;
}
header .module-menu.main button:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "\F0156";
  font: normal normal normal 24px/1.5em "Material Design Icons";
  opacity: 0;
  background: #000000;
  transition: opacity 0.6s ease;
}
header .module-menu.main button i {
  color: #000000;
}
header .module.module-language {
  margin-right: 15px;
}
/*header .module.module-currency {
	margin-left: auto;
	margin-right: 0;
}*/
header .ApiFieldGroup .CaptationContent {
  display: block;
  height: 20px;
  padding: 1px 3px;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: none;
  border-radius: 2px;
}
header .ApiFieldGroup.open {
  margin-top: 5px;
}
header .ApiFieldGroup.open .CaptationContent {
  padding-bottom: 20px;
  color: #ffffff;
  border-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
header .ApiFieldGroup .FieldWrapper {
  left: auto !important;
  right: 0;
  min-width: 85px !important;
  margin-top: 0;
  padding: 10px 20px !important;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
}
header .ApiFieldGroup .FieldWrapper ul li,
header .ApiFieldGroup .FieldWrapper label {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
header .ApiFieldGroup .FieldWrapper ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
header .ApiFieldGroup .FieldWrapper ul li a,
header .ApiFieldGroup .FieldWrapper label {
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
}
header .ApiFieldGroup .FieldWrapper ul li:hover a,
header .ApiFieldGroup .FieldWrapper ul li.current a,
header .ApiFieldGroup .FieldWrapper label:hover {
  color: #ffffff;
  text-decoration: none;
}
.zone-top-content .module-lead {
  margin-top: 40px;
}
header .module-lead {
  display: block;
  float: left;
  padding: 0;
  margin-right: 20px;
}
.module-lead .module-header-title {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  margin-right: 20px;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .module-lead .module-header-title {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
header .module-lead .module-header-title {
  position: absolute;
  margin-left: 25px;
  display: block;
  width: 90px;
  margin-top: 2px;
  margin-right: 0;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.3;
}
@media screen and (max-width: 1160px) {
  header .module-lead .module-header-title {
    display: none;
  }
}
header .module-lead a {
  display: block;
  width: 18px;
  height: 18px;
  padding: 0;
  text-indent: -1000px;
  overflow: hidden;
  opacity: 0.3;
  background: url(/static/Realtix/Custom/DanielFeauBundle/images/default/social-icons.svg) 0 -60px no-repeat;
}
header .module-lead:hover a {
  opacity: 1;
  background-position: -40px -60px;
}
header .module-lead:hover h2 {
  color: #c30a0a;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  header.active .module-menu.main button:after {
    opacity: 1;
  }
  header > .module > .module {
    position: absolute;
  }
  header .module-logo {
    left: 20px;
    width: 150px;
    height: 23px;
  }
  header.active .module-logo {
    display: none;
  }
  header .module-menu.main {
    top: 0;
    width: 100%;
  }
  header .module-menu.main ul {
    position: absolute;
    left: 10px;
    top: 50px;
  }
  /*header .module.module-language {
			top: 60px;
			right: 20px;
		}
		header .module.module-currency {
			top: 90px;
			right: 20px;
		}
		header .module.module-social-menu {
			position: absolute;
			top: 200px;
			right: 15px;
		}*/
  header .module.module-menu.main li {
    display: list-item;
  }
  header .module .module.module-cluster {
    display: none;
    top: 3px;
  }
  header .module .module.module-cluster:nth-of-type(2) {
    left: 20px;
  }
  header .module .module.module-cluster:nth-of-type(3) {
    right: 60px;
  }
  header.active .module .module.module-cluster {
    display: block;
  }
  header .module .module.module-cluster .module {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
  }
  header .module .module.module-cluster .module.module-language {
    margin-right: 10px;
  }
  header .module-lead a {
    background-position: -80px -60px;
  }
  /*header .module.module-menu.main li,
		header .module.module-social-menu li {
			display: list-item;
		}
		header .module.module-social-menu,
		header .module.module-language,
		header .module.module-currency {
			display: none;
			margin-right: 0;
		}
		header.active .module.module-social-menu,
		header.active .module.module-language,
		header.active .module.module-currency {
			display: block;
		}*/
  header .module ul li a,
  header .module .CaptationContent span,
  header.active .module-menu.main button i {
    color: #ffffff;
  }
  header .module .CaptationContent {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
/*@media screen and (max-width: 768px) {
		header .module-logo {
			left: 10px;
		}
	}*/
/* FOOTER */
footer {
  overflow: hidden;
  clear: both;
  background-color: #d4d4d4;
}
footer a {
  color: #666666;
}
footer .module-menu {
  width: auto;
}
footer .module-cms {
  min-width: 160px;
}
footer dl dt {
  font-size: 18px;
}
footer dl dd {
  font-size: 14px;
}
footer .text-container:last-of-type p {
  font-size: 12px;
}
/*@media screen and (max-width: 1024px) {
	footer .module-menu.main,
	footer .module-menu.main + .module-menu {
		display: none
	}
}*/
.module-legal {
  display: block;
  width: 100%;
  max-width: 1480px;
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px #C1BFC1;
  margin-top: 30px;
  text-align: center;
}
.cms-link {
  color: red;
  cursor: pointer;
}
.cms-button {
  background-color: #c30a0a;
  display: block;
  padding: 5px 15px 5px 15px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
  border: none;
  color: white;
  margin-top: 10px;
}
/* popup module lead */
.popup-module-lead {
  width: 100%;
  max-width: 400px;
  margin: auto;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}
.popup-open-link-wrapper {
  background-color: #666666;
}
.popup-module-lead form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.popup-module-lead form input {
  width: 100%;
  margin-bottom: 3px;
}
.popup-module-lead form > input:first-child {
  margin-right: 1%;
}
.popup-module-lead form > div {
  width: 100%;
  margin-bottom: 3px;
}
.popup-module-lead form > div input {
  width: 100%;
}
.popup-module-lead form > div button {
  margin-top: 20px;
  float: right;
}
.popup-module-lead .inline-list {
  padding-top: 5px;
}
.popup-module-lead .inline-list li {
  float: left;
  text-align: left;
  width: 50%;
  height: 40px;
  color: #ffffff;
}
.popup-module-lead .inline-list li input {
  width: auto;
  margin-right: 10px;
}
/* formulaire errors */
.form-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
}
.form-error li {
  font-weight: 700;
  font-size: 12px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  background-color: #c20b0b;
  color: #FFF;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk:hover {
  background-color: #c20b0b;
  color: #FFF;
}
/*** GLOBAL CSS TEMPLATE Danielfeau PAGE show ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/pages/css/show.css ***/
/*
Template Name: Danielfeau
Namespace: Default/pages/css
Name: show.css
Description:
*/
h1 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
  text-transform: none;
  font-weight: 300;
}
.layout {
  display: flex;
  flex-wrap: wrap;
  max-width: 1480px;
  margin: auto;
  padding: 40px;
  align-items: flex-start;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .layout .module-breadcrumb li:first-child {
    display: none;
  }
}
.zone-top-content {
  margin-top: 110px;
}
@media screen and (max-width: 1024px) {
  .zone-top-content {
    margin-top: 80px;
  }
}
.module-slider .picture {
  position: relative;
  width: 100%;
  height: 780px;
  overflow: hidden;
}
.module-slider .picture img {
  position: absolute;
  margin: auto;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  width: 100%;
  height: auto;
}
.zone-left-content {
  width: 70%;
  padding-right: 80px;
  align-items: flex-start;
}
.zone-right-content {
  position: relative;
  width: 30%;
  padding: 40px;
  background: #f2f2f2;
}
.zone-right-content .module-header {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body > .layout {
    padding-left: 0;
    padding-right: 20px;
  }
  .zone-left-content {
    padding-left: 20px;
    padding-right: 40px;
  }
  .zone-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .zone-left-content {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  body > .layout {
    padding: 10px;
  }
  .zone-left-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .zone-right-content {
    position: fixed;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    z-index: 100;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
    background-color: #c30a0a;
  }
  .zone-right-content:before,
  .zone-right-content:after {
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
  }
  .zone-right-content:before {
    bottom: 60px;
    width: 100%;
    height: calc(100vh - 130px);
    background: #000000;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
  }
  .zone-right-content.active:before {
    opacity: 0.8;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
  /*.zone-right-content:after {
    	top: -30px;
    	left: -9999px;
      right: -9999px;
      margin: auto;
    	width: 24px;
    	height: 24px;
    	content: "\F0156";
    	font: normal normal normal 24px/1.5em "Material Design Icons";
      color: rgb(255,255,255);
    }
    .zone-right-content.active:after {
      top: 20px;
      opacity: 1;
    }*/
  .zone-right-content h2,
  .zone-right-content h3 {
    font-size: 16px !important;
    line-height: 18px !important;
  }
  .zone-right-content h2 {
    font-weight: normal !important;
    padding-bottom: 10px !important;
    margin-bottom: 10px !important;
  }
  .module-agency.agency-template-1 .picture,
  .zone-right-content h2,
  .module-agency.agency-template-1 .address {
    margin-bottom: 5px;
  }
  .zone-right-content .module-contact .module-header {
    display: none;
  }
  .zone-right-content .module-contact .field.choice {
    margin-bottom: 5px;
  }
  .zone-right-content .module-contact .field.first_name {
    float: left;
    display: block;
    width: 60%;
  }
  .zone-right-content .module-contact textarea {
    margin-bottom: 0;
    height: 60px;
  }
  .zone-right-content .module-contact .field.recaptcha {
    margin: 0;
  }
  .zone-right-content .module-contact button {
    margin-top: 0;
  }
  .zone-right-content .module-user,
  .zone-right-content .module-contact,
  .zone-right-content .module-agency {
    position: absolute;
    z-index: 100;
    width: 100%;
    max-width: 500px;
    background: #f2f2f2;
    padding: 10px;
    bottom: 60px;
  }
  .zone-right-content .module-contact {
    z-index: 101;
  }
  .zone-right-content .module-agency {
    justify-content: flex-start;
  }
  .zone-right-content .module-user {
    padding: 10px;
    bottom: 201px;
    border-bottom: none;
  }
  .zone-right-content .module-user .picture {
    float: left;
    width: 30%;
    padding-right: 10px;
  }
  .zone-right-content .module-user .info {
    float: left;
    width: 70%;
  }
  .module-contact input[type="text"],
  .module-contact input[type="email"],
  .module-contact input[type="password"],
  .module-contact select {
    height: 30px;
    margin-bottom: 5px;
    padding: 0 5px;
  }
  .module-contact .SumoSelect > .CaptionCont.SelectBox {
    padding: 4px 8px;
    height: 30px;
  }
  .module-contact textarea {
    clear: both;
    overflow: hidden;
  }
  .zone-right-content .module-contact,
  .zone-right-content .module-user,
  .zone-right-content .module-agency {
    display: none;
  }
  .zone-right-content .module-contact.active,
  .zone-right-content .module-user.active,
  .zone-right-content .module-agency.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .zone-right-content .module-navigation,
  .zone-right-content .module-share,
  .zone-right-content .module-cms {
    width: auto;
  }
  .module-property-info {
    margin-top: 0;
  }
  .module-property-info .content h2 em {
    display: block;
    float: none;
  }
  .module-user > .listing {
    width: 100%;
  }
  .module-contact .submit {
    display: inline-block;
    float: right;
    height: 58px;
  }
  .module-share:before {
    color: white;
  }
}
@media screen and (max-width: 480px) {
  .module-user ul {
    padding: 0px;
  }
}
.quickLinks {
  display: none;
}
/* tmp */
.zone-right-content aside b {
  border-bottom: 1px solid #484848;
  color: #ffffff;
  display: block;
  font-family: Raleway, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin: 0 0 10px 0;
  padding-bottom: 10px;
}
.zone-right-content aside > div {
  background-color: #1a1a1a;
  margin-bottom: 20px;
  padding: 10px 20px;
}
.zone-right-content aside ul {
  margin-bottom: 20px;
}
.zone-right-content aside ul li {
  color: #ffffff;
  height: 26px;
}
.zone-right-content aside p {
  clear: both;
  color: #ffffff;
  margin-bottom: 10px;
}
.zone-right-content aside p.user,
.zone-right-content aside p.agency {
  font-size: 14px;
  line-height: 20px;
}
.zone-right-content aside p.user img {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  width: 80px;
}
/* New user */
.module-user .container {
  display: block;
  margin-top: 40px;
}
.module-user .container .picture,
.module-user .container .info {
  display: block;
  width: 50%;
  float: left;
  padding: 0;
  text-align: left;
}
.module-user .container .picture img {
  width: 80%;
  max-width: 150px;
}
.module-user .container .info p {
  text-align: left;
}
.zone-right-content aside p.agency img {
  width: 85%;
}
.zone-right-content aside a {
  border: 1px solid #a1a1a1;
  color: #a1a1a1;
  clear: both;
  display: block;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.zone-right-content .module-share {
  min-width: 34px;
  min-height: 34px;
  margin: 80px 0 40px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.zone-right-content .module-share:before {
  content: "\F0497";
  display: block;
  width: 34px;
  height: 34px;
  padding: 5px;
  font: normal normal normal 24px/1em "Material Design Icons";
  color: #c30a0a;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}
.zone-right-content .module-share .module-header-title {
  position: absolute;
  top: 2px;
  padding-left: 40px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
}
.zone-right-content .module-share.active:before {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.7);
}
.zone-right-content .module-share ul {
  display: none;
  position: absolute;
  padding: 5px 20px !important;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .zone-right-content .module-share {
    margin: 0;
  }
  .zone-right-content .module-share:before {
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 1.5em;
    text-align: center;
    color: #828282;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    color: white;
  }
  .zone-right-content .module-share.active:before {
    color: #c30a0a;
  }
  .zone-right-content .module-share .module-header-title {
    display: none;
  }
  .zone-right-content .module-share ul {
    min-width: 210px;
    bottom: 40px;
    padding: 10px !important;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 0;
  }
  .zone-right-content .module-share ul li {
    margin-right: 10px;
    vertical-align: top;
  }
}
.zone-right-content .module-share.active ul {
  display: block;
}
.zone-right-content .module-share ul li a {
  color: #ffffff;
}
.zone-right-content .module-share ul li a i {
  display: block;
  vertical-align: top;
}
.zone-right-content .module-share ul li.facebook a i {
  font-size: 20px;
}
.zone-right-content .module-share ul li.twitter a i {
  font-size: 22px;
}
.zone-right-content .module-share ul li.google-plus a i {
  font-size: 29px;
}
.zone-right-content .module-share ul li.linkedin a i {
  font-size: 21px;
}
.zone-right-content .module-cms {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .zone-right-content .module-cms .info {
    display: block;
    height: auto;
  }
}
.zone-right-content .module-cms .info h2 {
  margin-top: 0;
}
.zone-right-content .module-cms a {
  display: none;
  width: 40px;
  height: 40px;
  text-align: center;
}
.zone-right-content .module-cms a i {
  font-size: 24px;
  line-height: 1.5em;
  color: white;
}
.zone-right-content .module-cms a.active i {
  color: #c30a0a;
}
.module-navigation {
  position: absolute;
  top: 0;
  left: 0;
  justify-content: center;
  padding-bottom: 40px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .module-navigation {
    position: static;
    width: auto;
    top: auto;
    left: auto;
    margin-left: auto;
    padding-bottom: 0;
    padding-left: 10px;
    overflow: hidden;
    background: #c30a0a;
  }
  .zone-right-content .module-cms a.active {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .module-navigation a:nth-child(3) button:before {
    left: -1px;
    border-left: 8px solid #c30a0a;
    z-index: 9999;
  }
}
.module-navigation .disable {
  opacity: 0.3;
}
.module-navigation a {
  position: relative;
}
.module-navigation a:before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  content: "\F02E9";
  font: normal normal normal 24px/40px "Material Design Icons";
  text-align: center;
  color: #828282;
}
.module-navigation a:last-child:before {
  content: "\F0349";
}
.module-navigation button {
  position: relative;
  margin: 0 5px;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #b2b2b2;
}
.module-navigation button:hover {
  color: #000000;
}
.module-navigation button:before,
.module-navigation button:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
}
.module-navigation button:before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.module-navigation button:after {
  content: "";
  position: absolute;
  top: 1px;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
}
.module-navigation a:first-child button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.module-navigation a:nth-child(2) button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.module-navigation a:first-child button:before {
  left: -9px;
  border-right: 8px solid #b2b2b2;
}
.module-navigation a:first-child button:after {
  left: -8px;
  border-right: 8px solid #ffffff;
}
.module-navigation a:nth-child(2) button:before {
  right: -9px;
  border-left: 8px solid #b2b2b2;
}
.module-navigation a:nth-child(2) button:after {
  z-index: 1;
  right: -8px;
  border-left: 8px solid #ffffff;
}
.module-navigation a:nth-child(3) button:before {
  left: 0;
  border-left: 8px solid #b2b2b2;
}
@media screen and (max-width: 768px) {
  .module-navigation a:nth-child(3) button:before {
    left: -1px;
    border-left: 8px solid #c30a0a;
    z-index: 9999;
  }
}
.module-navigation a:nth-child(3) button:after {
  z-index: 1;
  left: -1px;
  border-left: 8px solid #ffffff;
}
@media screen and (max-width: 768px) {
  /*.module-navigation a:before {
    display: block;
    z-index: 2;
    }*/
  .module-navigation button {
    height: 24px;
    padding: 0 10px;
    opacity: 1;
  }
  .module-navigation button:active {
    color: #c30a0a;
  }
  .module-navigation a:nth-child(-n+2) button {
    text-indent: -1000px;
  }
  .module-navigation a:last-child button {
    padding-left: 16px;
    font-size: 10px;
  }
  .module-navigation button:before {
    top: -1px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  .module-navigation button:after {
    top: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
  }
  .zone-right-content .module-cms a {
    display: inline-block;
  }
}
.module-cms .info h2,
.module-cms .info h3,
.module-cms .info p {
  padding-left: 0;
  padding-right: 0;
}
.zone-right-content h2,
.zone-right-content .module-header-title {
  width: 100%;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-transform: none;
  border-bottom: solid 1px #D9D7D9;
  padding-bottom: 15px;
  text-align: left;
  margin-bottom: 20px;
}
.zone-right-content .module-header-content {
  margin-bottom: 20px;
}
/* temporary measure */
.module-interest.property {
  display: none;
}
/* temporary measure */
.module-interest.property {
  padding-top: 260px;
  margin-bottom: 40px;
}
.module-interest.property .background {
  background-position: center bottom;
}
.module-interest.property .background:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 460px;
  background-color: rgba(0, 0, 0, 0.8);
}
.module-interest.property .content {
  max-width: 1480px;
  padding: 40px;
}
.module-interest.property .content .map,
.module-interest.property .content .map-layers {
  width: 50%;
  height: 380px;
  float: right;
}
.map-layers li {
  margin-bottom: 20px;
}
.map-layers li a {
  padding-bottom: 8px;
  color: #ffffff;
  padding-top: 2px;
  padding-left: 30px;
  opacity: 0.5;
  background-repeat: no-repeat;
}
.map-layers li a.transit {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjMgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTMsOS41QzMsNC44LDYuOCwxLDExLjUsMVMyMCw0LjgsMjAsOS41VjIzaDFWOS41QzIxLDQuMywxNi43LDAsMTEuNSwwUzIsNC4zLDIsOS41VjIzaDFWOS41eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjYsMTcuOWMxLjQtMC4zLDIuNC0xLjUsMi40LTIuOVY3YzAtMS43LTEuMy0zLTMtM0g5QzcuMyw0LDYsNS4zLDYsN3Y4YzAsMS41LDEuMSwyLjcsMi40LDIuOUw1LjEsMjNoMS4yCgkJbDIuMy0zLjVoNS44bDIuMywzLjVoMS4yTDE0LjYsMTcuOXogTTgsOGMwLTAuNSwwLjUtMSwxLTFoNWMwLjUsMCwxLDAuNSwxLDF2MmMwLDAuNS0wLjUsMS0xLDFIOWMtMC41LDAtMS0wLjUtMS0xVjh6IE05LDE2CgkJYy0wLjYsMC0xLTAuNC0xLTFzMC40LTEsMS0xczEsMC40LDEsMVM5LjYsMTYsOSwxNnogTTE0LDE2Yy0wLjYsMC0xLTAuNC0xLTFzMC40LTEsMS0xczEsMC40LDEsMVMxNC42LDE2LDE0LDE2eiIvPgo8L2c+Cjwvc3ZnPgo=);
}
.map-layers li a.bicycle {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjMgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQuNywxMS45Yy0xLjMsMC0yLjQsMC41LTMuMywxLjRDMC41LDE0LjIsMCwxNS40LDAsMTYuN2MwLDEuMywwLjUsMi40LDEuNCwzLjRjMC45LDAuOSwyLDEuNCwzLjMsMS40CgkJYzEuMywwLDIuNC0wLjUsMy4zLTEuNGMwLjktMC45LDEuNC0yLDEuNC0zLjRjMC0xLjMtMC41LTIuNC0xLjQtMy40QzcsMTIuNCw1LjksMTEuOSw0LjcsMTEuOUw0LjcsMTEuOXogTTcuMywxOS40CgkJYy0wLjcsMC44LTEuNiwxLjEtMi43LDEuMWMtMSwwLTEuOS0wLjQtMi43LTEuMWMtMC43LTAuOC0xLjEtMS43LTEuMS0yLjhjMC0xLjEsMC40LTIsMS4xLTIuOGMwLjctMC44LDEuNi0xLjEsMi43LTEuMQoJCWMxLDAsMS45LDAuNCwyLjcsMS4xYzAuNywwLjgsMS4xLDEuNywxLjEsMi44QzguNCwxNy43LDguMSwxOC43LDcuMywxOS40TDcuMywxOS40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIxLjYsMTMuNGMtMC45LTAuOS0yLTEuNC0zLjMtMS40Yy0xLjMsMC0yLjQsMC41LTMuMywxLjRjLTAuOSwwLjktMS40LDIuMS0xLjQsMy40YzAsMS4zLDAuNSwyLjQsMS40LDMuNAoJCWMwLjksMC45LDIsMS40LDMuMywxLjRjMS4zLDAsMi40LTAuNSwzLjMtMS40YzAuOS0wLjksMS40LTIsMS40LTMuNEMyMywxNS40LDIyLjUsMTQuMywyMS42LDEzLjRMMjEuNiwxMy40eiBNMjEsMTkuNQoJCWMtMC43LDAuOC0xLjYsMS4xLTIuNywxLjFjLTEsMC0xLjktMC40LTIuNy0xLjFjLTAuNy0wLjgtMS4xLTEuNy0xLjEtMi44YzAtMS4xLDAuNC0yLDEuMS0yLjhjMC43LTAuOCwxLjYtMS4xLDIuNy0xLjEKCQljMSwwLDEuOSwwLjQsMi43LDEuMWMwLjcsMC44LDEuMSwxLjcsMS4xLDIuOEMyMi4xLDE3LjgsMjEuNywxOC43LDIxLDE5LjVMMjEsMTkuNXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy43LDUuMWMwLjUsMCwwLjktMC4yLDEuMi0wLjVjMC4zLTAuNCwwLjUtMC44LDAuNS0xLjNjMC0wLjUtMC4yLTAuOS0wLjUtMS4zYy0wLjMtMC40LTAuOC0wLjUtMS4yLTAuNQoJCWMtMC41LDAtMC45LDAuMi0xLjIsMC41Yy0wLjMsMC40LTAuNSwwLjgtMC41LDEuM2MwLDAuNSwwLjIsMC45LDAuNSwxLjNDMTIuOCw0LjksMTMuMiw1LjEsMTMuNyw1LjFMMTMuNyw1LjF6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTcsOS41YzAuMywwLDAuNS0wLjEsMC42LTAuNGMwLjEtMC4yLDAuMS0wLjUsMC0wLjdDMTcuNSw4LjIsMTcuMyw4LDE3LDhoLTIuOEwxMi4zLDVsLTAuMS0wLjIKCQljLTAuMS0wLjEtMC4yLTAuMi0wLjQtMC4zYy0wLjItMC4xLTAuNC0wLjItMC42LTAuMkgxMWMtMC4xLDAtMC4yLDAtMC40LDAuMWMtMC4yLDAuMS0wLjQsMC4yLTAuNSwwLjRMNi4zLDguNQoJCUM2LjEsOC44LDYsOS4xLDYsOS41YzAsMC42LDAuMiwxLDAuNywxLjNsMy44LDIuMXY0YzAsMC4zLDAuMSwwLjUsMC4zLDAuN2MwLjIsMC4yLDAuNCwwLjMsMC43LDAuM2MwLjMsMCwwLjUtMC4xLDAuNy0wLjMKCQljMC4yLTAuMiwwLjMtMC40LDAuMy0wLjd2LTVjMCwwLDAtMC40LTAuMS0wLjhjLTAuMS0wLjItMC4zLTAuNC0wLjYtMC41TDkuNiw5LjZsMi40LTIuM0wxMy4xLDljMC4yLDAuMywwLjQsMC41LDAuNywwLjVIMTd6Ii8+CjwvZz4KPC9zdmc+Cg==);
}
.map-layers li a.interest {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB3aWR0aD0iMjNweCIgaGVpZ2h0PSIyM3B4IiB2aWV3Qm94PSIwIDAgMjMgMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzIDIzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS41LDMuNEM4LjYtMC45LDMuMSwxLjIsMy4xLDYuM2MwLDMuMiwxLjcsNC44LDMuMSw2LjRjMS4yLDEuNCwyLjMsMi42LDMuMiw0LjJzMS41LDMuNSwxLjYsNi4xaDAuNUgxMgoJYzAuMS0yLjcsMC43LTQuNiwxLjYtNi4xczItMi44LDMuMi00LjJjMS40LTEuNiwzLjEtMy4zLDMuMS02LjRDMTkuOSwxLjIsMTQuMy0wLjcsMTEuNSwzLjR6IE0xNi4xLDEyYy0wLjksMS4xLTEuOCwyLTIuNiwzLjEKCWMtMC44LDEuMS0xLjUsMi40LTEuOSw0LjJjLTAuNC0xLjgtMS4xLTMtMS45LTQuMkM4LjgsMTQsNy44LDEzLjEsNi45LDEyYy0xLjItMS40LTIuOC0zLjMtMi44LTUuN2MwLTMuNSw0LjMtNi40LDcuNC0xLjEKCWMzLjItNS4zLDcuNC0yLjUsNy40LDEuMUMxOC45LDguNywxNy4zLDEwLjYsMTYuMSwxMnoiLz4KPC9zdmc+Cg==);
}
.map-layers li a.active {
  opacity: 1;
  border-bottom: 1px solid #c30a0a;
}
.module-cms.module-60 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
}
.module-cms.module-60 .info h2 {
  margin-bottom: 0;
  padding: 0;
  border-bottom: none;
}
.module-similar {
  width: 100%;
  max-width: 1400px;
  margin: 20px auto 40px auto;
}
@media screen and (max-width: 1024px) {
  .module-similar {
    overflow-x: hidden;
  }
}
.module-similar h2 {
  font-size: 20px;
}
.module-similar span.price {
  float: right;
}
.module-similar h3 {
  font-size: 14px;
  line-height: 20px;
}
/* programs */
.lots {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lots li {
  flex-basis: 32%;
  margin-right: 1%;
}
@media screen and (max-width: 1200px) {
  .lots li {
    flex-basis: 49%;
  }
}
@media screen and (max-width: 768px) {
  .lots li {
    flex-basis: 100%;
  }
}
.lots li div {
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
.lots li div img {
  /* position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px; */
  width: 100%;
  /* min-height: 100%; */
}
.module-property-info .content .lots li h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #646464;
}
.module-property-info .content .lots li h2 .price {
  display: block;
  font-size: 16px;
}
.module-property-info .content .lots li h3 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: lowercase;
}
.module-property-info .content .lots li h3 span {
  margin-right: 10px;
}
.module-property-info .content .lots li .button {
  margin-top: 10px;
}
.lot-details.close {
  display: none;
}
.lot-details.open {
  display: block;
}
.agency-fees-link {
  color: #666;
  font-size: 12px;
}
/*** CSS WEBSITE Daniel Féau ***/
body {
  max-width: 2048px;
  margin: auto;
}
body.estimer .notifyjs-corner {
  display: none !important;
}
.module.module-search .search-advanced {
  z-index: 999999 !important;
}
.module-328 .submit i {
  display: none !important;
}
@media screen and (min-width: 1201px) {
  .module-328 .field.city {
    width: 230px !important;
  }
}
.module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.module.module-1.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.zone-top_content .module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-1.template-1.search-template-1.module-search ul > li {
  font-size: 14px ! important;
}
@media screen and (min-width: 1025px) {
  body:not(.homepage, .two-columns, .services) .zone-top-content {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1025px) {
  body.two-columns .zone-top-content,
  .agences-immobilieres .zone-top-content,
  .show .zone-top-content {
    margin-top: 200px !important;
  }
}
body.listing .subhead {
  max-width: 2048px;
}
body.listing .zone-right-content[data-mod="mixed"] {
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  body.listing .zone-top-content {
    min-height: 0px;
    padding-bottom: 0px;
  }
  body.listing .module-search > button.active {
    background-color: #c20b0b;
  }
  body.listing .module-search > button.active .mdi-magnify::before {
    color: white;
  }
}
header .ApiFieldGroup.open {
  margin-top: initial;
}
@media screen and (min-width: 1025px) {
  header .module.module-logo {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
  }
  header .module.module-logo a {
    width: 24%;
  }
  header .module .module {
    width: 100%;
  }
  header .module-283 {
    width: 27% !important;
    position: absolute;
    top: -35px;
    right: 0;
    flex-wrap: nowrap;
  }
  header .module-283 .module-social-menu {
    width: 100% !important;
  }
  header .module-283 .module-currency {
    width: 30%;
  }
  header .module-283 .module-language {
    width: 30%;
  }
}
footer .module-menu.inline a {
  min-height: 50px;
  min-width: 50px;
}
.module-contact .module-header-content {
  margin-bottom: 20px;
}
.module-contact .module-header-content .cms-link,
.module-contact .module-header-content p {
  font-size: 12px;
}
.popup-module-lead.template-1 {
  background-color: #f2f2f2 !important;
  max-width: 850px;
}
@media screen and (max-width: 425px) {
  .popup-module-lead.template-1 {
    flex-direction: column;
  }
}
.popup-module-lead.template-1 form {
  justify-content: space-around;
  margin: 20px;
}
.popup-module-lead.template-1 form > div {
  width: 48%;
}
@media screen and (max-width: 425px) {
  .popup-module-lead.template-1 form > div {
    width: 100%;
  }
}
.popup-module-lead.template-1 form > div .line-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.popup-module-lead.template-1 form > div .line-wrapper .field,
.popup-module-lead.template-1 form > div .line-wrapper .field.city {
  width: 48%;
}
@media screen and (max-width: 425px) {
  .popup-module-lead.template-1 form > div .line-wrapper .field,
  .popup-module-lead.template-1 form > div .line-wrapper .field.city {
    width: 100%;
  }
}
.popup-module-lead.template-1 form > div .line-wrapper .area_min {
  margin-left: 6px;
}
@media screen and (max-width: 425px) {
  .popup-module-lead.template-1 form > div .line-wrapper .area_min {
    margin-left: 0;
  }
}
.popup-module-lead.template-1 form > div .line-wrapper .price_max {
  margin-left: 10px;
}
@media screen and (max-width: 425px) {
  .popup-module-lead.template-1 form > div .line-wrapper .price_max {
    margin-left: 0;
  }
}
.popup-module-lead.template-1 form .select2 {
  border: none;
}
.popup-module-lead.template-1 form .fields-wrapper {
  width: 100%;
}
.popup-module-lead.template-1 input[type="text"],
.popup-module-lead.template-1 input[type="email"],
.popup-module-lead.template-1 .select2-container {
  border-radius: 0;
}
.popup-module-lead.template-1 .submit {
  background-color: #c30a0a;
  border-radius: 0;
}
@media only screen and (min-width: 1481px) {
  header .module-menu.module-5 ul > li {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  header .module-menu.module-5 ul > li {
    margin: 10px;
  }
}
@media screen and (min-width: 1025px) {
  header .module-menu ul li:nth-child(3) ul {
    top: 28px;
    left: 50%;
    translate: -50%;
    margin: 0;
    min-width: 312px;
    padding: 10px 0 10px 0;
    background: #ffffffa6;
  }
  header .module-menu ul li:nth-child(3) ul > li {
    font-size: 16px !important;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    display: block !important;
    width: fit-content;
  }
  header .module-menu ul li:nth-child(3) ul > li a:after {
    transform: scaleX(0) !important;
  }
  header .module-menu ul li:nth-child(3) ul > li:hover a:after {
    transform: scaleX(1) !important;
  }
  header .module-menu ul li:nth-child(5) ul {
    min-width: 225px;
    padding: 10px 0 10px 0;
    background: #ffffffa6;
    top: 28px;
    left: 50%;
    translate: -50%;
    margin: 0;
  }
  header .module-menu ul li:nth-child(5) ul > li {
    font-size: 16px !important;
    line-height: 36px;
    margin: 0 auto;
    text-align: center;
    display: block !important;
    width: fit-content;
  }
  header .module-menu ul li:nth-child(5) ul > li a:after {
    transform: scaleX(0) !important;
  }
  header .module-menu ul li:nth-child(5) ul > li:hover a:after {
    transform: scaleX(1) !important;
  }
  .module-menu ul li.sub-menu:hover:after {
    display: none;
  }
  body.listing header .module-menu ul li ul {
    background: #fff;
  }
}
@media screen and (max-width: 1024px) {
  header .module-menu.main ul li ul {
    top: 0;
    position: relative;
    left: -5px;
    margin-top: 15px;
  }
  header .module-menu.main ul li.sub-menu.current li a:after {
    display: none;
  }
  header .module-menu.main ul li.sub-menu:hover li a:after {
    display: none;
  }
  header .module-menu.module-5 ul > li {
    height: auto;
  }
}
@media only screen and (max-width: 1280px) {
  header .module-menu.main ul li {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1024px) {
  button {
    min-width: 50px !important;
    min-height: 50px !important;
  }
  body.show .zone-right-content {
    padding: 0 10px;
  }
  body.show .module-navigation a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  body.show .module-navigation a button {
    min-width: initial !important;
    min-height: initial !important;
  }
  header .module-language,
  header .module-currency {
    margin-right: 20px !important;
  }
  header .module-language .CaptationContent,
  header .module-currency .CaptationContent {
    width: 50px;
    height: 50px;
  }
  header .module-language .CaptationContent span,
  header .module-currency .CaptationContent span {
    line-height: 44px;
  }
  header .module-menu.main ul {
    top: 70px;
  }
  header .module-menu.main > button {
    top: 3px;
    right: 20px;
    border: solid 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
  header .module-menu.main > button:after {
    line-height: 50px;
  }
  header .module-social-menu {
    width: auto !important;
  }
  header .module-social-menu ul li a {
    text-indent: initial;
    overflow: initial;
    background: none;
    width: 50px !important;
    height: 50px !important;
    border-color: rgba(255, 255, 255, 0.3);
    border: solid 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
  }
  header .module-social-menu ul li a i {
    margin-right: 0px;
  }
  header .module-social-menu ul li a span {
    display: none;
  }
  header .module-lead a.popup-open-link-wrapper {
    background-position: initial;
    text-indent: initial;
    background: none;
    background-color: initial;
    width: 50px !important;
    height: 50px !important;
    border-color: rgba(255, 255, 255, 0.3);
    border: solid 2px;
    border-radius: 2px;
    text-align: center;
    line-height: 45px;
  }
  header .module-lead a.popup-open-link-wrapper span {
    display: none;
  }
  header .module-lead a.popup-open-link-wrapper:after {
    background: url(/static/Realtix/Custom/DanielFeauBundle/images/default/social-icons.svg) 0 -60px no-repeat;
    background-position: -80px -60px;
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    margin: auto;
    top: 12px;
  }
  header .module-lead a.popup-open-link-wrapper:hover:after {
    background-position: -40px -60px;
  }
  header .module-language ul li .culture {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
  }
  header .module-currency .ApiFieldGroup .FieldWrapper label {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
  }
  header .module-currency .ApiFieldGroup .FieldWrapper,
  header .module-language .ApiFieldGroup .FieldWrapper {
    border: solid 2px rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    margin-top: 10px;
  }
  header:before {
    height: 100vh !important;
    min-height: 670px !important;
  }
  footer .module-menu ul li a,
  footer .module-menu dl dd a {
    display: inline-block !important;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }
  footer .module-menu ul li,
  footer .module-menu dl dd {
    height: auto !important;
    display: inline-block !important;
  }
  footer .module-menu ul li a:after,
  footer .module-menu dl dd a:after {
    bottom: 10px;
  }
  footer .module-menu dl dt a {
    font-size: 18px;
  }
  footer .module-menu dl dd {
    margin-right: 20px;
  }
  footer .module-menu dl {
    margin: 10px 0 0 0 !important;
    padding: 0 !important;
  }
  footer .module-legal ul li a {
    height: 50px;
    line-height: 50px;
  }
  .eupopup-button {
    height: 50px;
    line-height: 50px;
    border: solid 2px white;
    border-radius: 2px;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .module-search > button {
    border: solid 2px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    top: -78px;
    right: 80px;
    z-index: 0;
  }
  footer .module-menu.inline-sector ul li {
    height: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  header .module .module.module-cluster:nth-of-type(2) {
    left: initial;
    right: 80px;
  }
}
@media screen and (max-width: 500px) {
  header {
    /*
        .module .module.module-cluster:nth-of-type(2) {
            left: initial;
            right: 80px;
        }*/
  }
  header .module-menu.main ul {
    top: 130px;
  }
  header .module-menu.main + .module-cluster {
    margin-top: 60px;
  }
  body.listing header .module.module-339783.template-1.cluster-template-1.module-cluster {
    right: 130px;
  }
  header:before {
    background: rgba(0, 0, 0, 0.9);
  }
}
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(1) ul.select2-results__options li:nth-child(2),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(1) ul.select2-results__options li:nth-child(3),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(1) ul.select2-results__options li:nth-child(5),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(1) ul.select2-results__options li:nth-child(6),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(1) ul.select2-results__options li:nth-child(7),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(2) ul.select2-results__options li:nth-child(2),
#select2-search-form_search_sector-results > li.select2-results__option:nth-child(2) ul.select2-results__options li:nth-child(3) {
  margin-left: 20px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: none;
  min-height: 40px;
}
.module-search input::placeholder {
  color: #444444 !important;
}
.module-search button.submit {
  display: block;
  font-size: 12px;
  box-shadow: 0px 0.4px 0 0 #c20b0b;
}
body.listing .zone-left-content[data-mod="list"] .module-listing .listing li {
  min-height: 635px;
}
body.listing .zone-left-content[data-mod="mixed"] .module-listing .listing li {
  min-height: 849px;
}
@media screen and (max-width: 1024px) {
  body.listing .zone-left-content .module-listing .listing li {
    min-height: 450px !important;
  }
}
@media screen and (max-width: 1024px) {
  .module-structured-cms .content img {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body.homepage .zone-top-content .module-picture .container:first-child img {
    height: 100%;
  }
  body.homepage .zone-top-content .module-328 {
    top: 150px;
    position: absolute;
    z-index: 9;
  }
  body.homepage .zone-top-content .module-328 .module-search {
    margin: auto;
  }
  body.homepage .zone-top-content .module-328 .module-search form {
    width: calc(100% - 20px);
  }
  body.homepage .zone-top-content .module-328 .module-search .search-advanced {
    background-color: #000000;
  }
}
.module-listing .message {
  width: 100%;
  margin-bottom: 20px;
}
.module-listing .message a.link {
  color: #c20b0b;
}
.module-listing .message a.link:hover {
  border-bottom: solid 1px #c20b0b;
}
.module-slider .slider .owl-item img.portrait {
  position: absolute;
}
.module.module-224565.template-1.cluster-template-1.module-cluster .module.module-224563.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.module.module-224563.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.zone-top_content .module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-1.template-1.search-template-1.module-search ul.select2-selection__rendered > li,
body.listing .module.module-328.template-1.cluster-template-1.module-cluster .module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-1.template-1.search-template-1.module-search ul > li,
.module.module-224565.template-1.cluster-template-1.module-cluster .module.module-224563.template-1.search-template-1.module-search ul > li.select2-selection__choice,
.module.module-224563.template-1.search-template-1.module-search ul > li {
  font-size: 14px !important;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 {
  background: grey;
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
  padding: 70px 80px 80px 80px;
  border-radius: 8px;
  background-color: white;
}
@media screen and (max-width: 1024px) {
  .mfp-content .popup-module-newsletter.popup-module-345611.template-1 {
    padding: 70px 25px;
  }
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 600;
  font-family: Helvetica, sans-serif;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 button.mfp-close {
  top: 10px;
  right: 10px;
  font-weight: 100;
  color: #85868D;
  border: none;
  margin: 0;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form p.label {
  margin-bottom: 12px;
  font-size: 12px;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form input {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #D3D3D6;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form .rgpd {
  margin-bottom: 15px;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form .rgpd label {
  font-size: 12px;
  color: #ABACB1;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form .rgpd label a {
  font-size: 12px;
  text-decoration: underline;
  color: #ABACB1;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form .submit {
  position: relative;
  height: 48px;
  width: 100%;
  border-radius: 2px;
  background-color: #C40907;
}
.mfp-content .popup-module-newsletter.popup-module-345611.template-1 form .submit span {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
}
/*** CSS ROUTING ***/
@media screen and (max-width: 768px) {
  .zone-right-content {
    bottom: 0px;
  }
  .zone-right-content .module-navigation a:nth-child(3) button {
    padding-left: 12px;
  }
  .zone-right-content.active .module-navigation a:nth-child(3) button:before {
    border-left: 8px solid #280605;
  }
  .zone-right-content:before {
    opacity: 0.8;
    margin-bottom: -100%;
    height: 44px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .zone-right-content.active:before {
    z-index: auto;
    height: 100vh;
    bottom: 0;
    margin-bottom: 0;
  }
}
.module-property-info .price-zone,
.module-property-info .legal {
  display: none;
}
@media only screen and (min-width: 520px) {
  .module-property-info .content .dpe {
    margin-left: 50px;
  }
  .module-property-info .content .ges {
    margin-right: auto;
    margin-left: 20px;
  }
}
.module-slider.waiting {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.module-slider.waiting .slider {
  opacity: 1;
}
.module-slider.waiting .thumbnail {
  opacity: 0;
}
.module-slider.waiting .slider > div:nth-child(1) > img {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
}
.module-slider.waiting .slider > div:nth-child(n+2) {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 63 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster,
.module.module-63.template-1.cluster-template-1.module-cluster {
  background-color: #D6D4D6;
  padding: 100px;
  clear: both;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-58,
.module.module-63.template-1.cluster-template-1.module-cluster .module-58 {
  padding-bottom: 30px;
  border-bottom: solid 1px #C1BFC1;
  margin-bottom: 30px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-57,
.module.module-63.template-1.cluster-template-1.module-cluster .module-57 {
  padding-top: 30px;
  border-top: solid 1px #C1BFC1;
  margin-top: 30px;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-menu li,
.module.module-63.template-1.cluster-template-1.module-cluster .module-menu li {
  height: 30px;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-menu li a,
.module.module-63.template-1.cluster-template-1.module-cluster .module-menu li a {
  color: black;
  font-size: 16px;
  text-decoration: none;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-86,
.module.module-63.template-1.cluster-template-1.module-cluster .module-86 {
  width: 100%;
  text-align: center;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl,
.module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster,
  .module.module-63.template-1.cluster-template-1.module-cluster {
    padding: 40px;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl,
  .module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl {
    width: 40%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster,
  .module.module-63.template-1.cluster-template-1.module-cluster {
    padding: 10px;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-58,
  .module.module-63.template-1.cluster-template-1.module-cluster .module-58 {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-27,
  .module.module-63.template-1.cluster-template-1.module-cluster .module-27 {
    display: none;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-28,
  .module.module-63.template-1.cluster-template-1.module-cluster .module-28 {
    margin-top: 10px;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl,
  .module.module-63.template-1.cluster-template-1.module-cluster .module-86 dl {
    width: 100%;
    margin: 0 10px 20px 10px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 141941 ***/
.zone-left_content .module.module-141941.template-1.property-info-template-1.module-property-info .sold-zone span,
.module.module-141941.template-1.property-info-template-1.module-property-info .sold-zone span {
  display: block;
  margin-top: 20px;
  font-size: 17px;
  line-height: 24px;
}
/*** CUSTOM CSS FROM BDD MODULE 33 ***/
.zone-right_content .module.module-33.template-1.share-template-1.module-share,
.module.module-33.template-1.share-template-1.module-share,
.popup-module-share.popup-module-33 {
  z-index: 10;
}
.zone-right_content .module.module-33.template-1.share-template-1.module-share li.social.twitter,
.module.module-33.template-1.share-template-1.module-share li.social.twitter,
.popup-module-share.popup-module-33 li.social.twitter {
  line-height: 0;
}
.zone-right_content .module.module-33.template-1.share-template-1.module-share svg path:nth-child(1),
.module.module-33.template-1.share-template-1.module-share svg path:nth-child(1),
.popup-module-share.popup-module-33 svg path:nth-child(1) {
  fill: transparent;
}
/*** CUSTOM CSS FROM BDD MODULE 13686 ***/
.zone-left_content .module.module-13686.template-1.property-info-template-1.module-property-info,
.module.module-13686.template-1.property-info-template-1.module-property-info {
  text-align: center;
  background-color: #c30a0a1c;
  padding: 40px 100px;
  justify-content: left;
}
.zone-left_content .module.module-13686.template-1.property-info-template-1.module-property-info p,
.module.module-13686.template-1.property-info-template-1.module-property-info p {
  text-align: justify;
  font-size: 13px;
  line-height: 20px;
}
.zone-left_content .module.module-13686.template-1.property-info-template-1.module-property-info p:first-child,
.module.module-13686.template-1.property-info-template-1.module-property-info p:first-child {
  font-weight: bold;
  margin-bottom: 20px;
  color: #c30a0a;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
.zone-left_content .module.module-13686.template-1.property-info-template-1.module-property-info a,
.module.module-13686.template-1.property-info-template-1.module-property-info a {
  color: #c30a0a;
}
@media screen and (max-width: 768px) {
  .zone-left_content .module.module-13686.template-1.property-info-template-1.module-property-info,
  .module.module-13686.template-1.property-info-template-1.module-property-info {
    padding: 40px 15px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 59 ***/
.zone-bottom_content .module.module-59.template-2.similar-template-2.module-similar .slider,
.module.module-59.template-2.similar-template-2.module-similar .slider {
  height: auto;
}
.zone-bottom_content .module.module-59.template-2.similar-template-2.module-similar h2,
.module.module-59.template-2.similar-template-2.module-similar h2 {
  text-transform: initial;
}
/*** CUSTOM CSS FROM BDD MODULE 72 ***/
.zone-right_content .module.module-72.template-1.cms-template-1.module-cms.only-text .info a.active i.mdi:before,
.module.module-72.template-1.cms-template-1.module-cms.only-text .info a.active i.mdi:before,
.popup-module-cms.popup-module-72 .info a.active i.mdi:before {
  content: "\F0156" !important;
}
@media screen and (max-width: 640px) {
  .zone-right_content .module.module-72.template-1.cms-template-1.module-cms.only-text,
  .module.module-72.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-72 {
    margin-top: 5px;
  }
}
@media screen and (max-width: 380px) {
  .zone-right_content .module.module-72.template-1.cms-template-1.module-cms.only-text,
  .module.module-72.template-1.cms-template-1.module-cms.only-text,
  .popup-module-cms.popup-module-72 {
    width: 90px;
  }
  .zone-right_content .module.module-72.template-1.cms-template-1.module-cms.only-text .info a,
  .module.module-72.template-1.cms-template-1.module-cms.only-text .info a,
  .popup-module-cms.popup-module-72 .info a {
    width: 45px;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 142874 ***/
@media only screen and (min-width: 641px) {
  .zone-left_content .module.module-142874.template-1.property-info-template-1.module-property-info .content .list-inline li,
  .module.module-142874.template-1.property-info-template-1.module-property-info .content .list-inline li {
    clear: both;
  }
  .zone-left_content .module.module-142874.template-1.property-info-template-1.module-property-info .content .list-inline li em,
  .module.module-142874.template-1.property-info-template-1.module-property-info .content .list-inline li em {
    max-width: 75%;
    display: inline-block;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 70 ***/
.zone-right_content .module.module-70.template-1.user-template-1.module-user.hidden,
.module.module-70.template-1.user-template-1.module-user.hidden {
  justify-content: flex-start;
}
.zone-right_content .module.module-70.template-1.user-template-1.module-user.hidden .info,
.module.module-70.template-1.user-template-1.module-user.hidden .info {
  width: 100%;
}
.zone-right_content .module.module-70.template-1.user-template-1.module-user.hidden .info .display-number .mdi,
.module.module-70.template-1.user-template-1.module-user.hidden .info .display-number .mdi {
  display: inline-block;
}
.zone-right_content .module.module-70.template-1.user-template-1.module-user.hidden .info .numbers,
.module.module-70.template-1.user-template-1.module-user.hidden .info .numbers {
  display: none;
}
@media screen and (max-width: 768px) {
  .zone-right_content .module.module-70.template-1.user-template-1.module-user.hidden .container .picture,
  .module.module-70.template-1.user-template-1.module-user.hidden .container .picture {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 207 ***/
@media screen and (max-width: 768px) {
  .zone-right_content .module.module-207.template-1.agency-template-1.module-agency.simple .picture,
  .module.module-207.template-1.agency-template-1.module-agency.simple .picture {
    display: none;
  }
}
.zone-right_content .module.module-207.template-1.agency-template-1.module-agency.simple .display-number .mdi,
.module.module-207.template-1.agency-template-1.module-agency.simple .display-number .mdi {
  display: inline-block;
}
.zone-right_content .module.module-207.template-1.agency-template-1.module-agency.simple .numbers,
.module.module-207.template-1.agency-template-1.module-agency.simple .numbers {
  display: none;
}
/*** CUSTOM CSS FROM BDD MODULE 339757 ***/
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster,
.module.module-339757.template-1.cluster-template-1.module-cluster {
  width: fit-content;
  position: absolute;
  left: 5px;
  top: -15px;
  justify-content: flex-start !important;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search {
  position: relative;
  margin: 0;
  width: 50%;
  justify-content: flex-start;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search form,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search form {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center {
  flex-wrap: nowrap;
  height: 30px;
  width: 100%;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text {
  width: 100% !important;
  height: 100%;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text input,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text input {
  font-size: 12px;
  padding: 15px 0;
  height: 100%;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text input::placeholder,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search .line-wrapper.form-center .field.reference.text input::placeholder {
  color: white !important;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search button,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search button {
  height: 30px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.7);
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search button.submit,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search button.submit {
  box-shadow: none;
  border-left: 1px solid white;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search button .mdi.mdi-magnify,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search button .mdi.mdi-magnify {
  color: white;
  display: block;
  font-size: 24px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module-search button span,
.module.module-339757.template-1.cluster-template-1.module-cluster .module-search button span {
  display: none;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster {
  width: 45%;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: 5px;
  height: 30px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339784.template-1.menu-template-1.module-menu.inline,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339784.template-1.menu-template-1.module-menu.inline {
  width: 51%;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter {
  width: 35%;
  height: 100%;
  margin-top: 0;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter a,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter a {
  display: flex;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter a p,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter a p {
  color: white;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart {
  color: white;
  margin-left: 10px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart i.mdi.mdi-heart::before,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart i.mdi.mdi-heart::before {
  font-size: 25px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .count_cart,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .count_cart {
  position: absolute;
  left: 8px;
  top: 0px;
  font-size: 15px;
  color: #1e1e1e;
}
@media screen and (max-width: 1024px) {
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster,
  .module.module-339757.template-1.cluster-template-1.module-cluster {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster {
    width: auto;
    display: block;
    background: transparent;
  }
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter {
    display: block;
    width: 100%;
  }
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter p,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter p {
    display: none;
  }
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart {
    margin-left: 0;
  }
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart i.mdi,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339783.template-1.cluster-template-1.module-cluster .module.module-339785.template-1.counter-template-1.module-counter .cart i.mdi {
    text-shadow: -1px 0px 0 #000, 1px 0px 0 #000, 0px -1px 0 #000, 0px 1px 0 #000;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 58 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster:after,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster:after,
.module.module-58.template-1.cluster-template-1.module-cluster:after {
  content: none;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms,
.module.module-58.template-1.cluster-template-1.module-cluster .module-cms,
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms .picture,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms .picture,
.module.module-58.template-1.cluster-template-1.module-cluster .module-cms .picture {
  padding: 0;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav ul > li,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav ul > li,
.module.module-58.template-1.cluster-template-1.module-cluster nav ul > li {
  padding: 0;
  margin: 0 10px;
}
@media screen and (max-width: 1400px) {
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster,
  .module.module-58.template-1.cluster-template-1.module-cluster {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline {
    /*order: 3;*/
    width: 100%!important;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:first-child,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:first-child,
  .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:first-child {
    display: none;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:last-child,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:last-child,
  .module.module-58.template-1.cluster-template-1.module-cluster .module-cms:last-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li,
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li a,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li a,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 414px) {
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul {
    text-align: left;
  }
  .zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li,
  .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li,
  .module.module-58.template-1.cluster-template-1.module-cluster nav.module-menu.inline ul li {
    display: list-item;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 86 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline,
.module.module-86.template-1.menu-template-1.module-menu.inline {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl,
.module.module-86.template-1.menu-template-1.module-menu.inline > dl {
  text-align: left;
  padding-right: 20px;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt,
.module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt {
  font-size: 16px;
}
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt a,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt a,
.module.module-86.template-1.menu-template-1.module-menu.inline > dl > dt a {
  color: #383535 !important;
}
/*** CUSTOM CSS FROM BDD MODULE 35 ***/
@media screen and (max-width: 1024px) {
  .zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-35.template-1.logo-template-1.module-logo,
  .module.module-73.template-1.cluster-template-1.module-cluster .module.module-35.template-1.logo-template-1.module-logo,
  .module.module-35.template-1.logo-template-1.module-logo {
    height: 55px;
    justify-content: center;
  }
  .zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-35.template-1.logo-template-1.module-logo a,
  .module.module-73.template-1.cluster-template-1.module-cluster .module.module-35.template-1.logo-template-1.module-logo a,
  .module.module-35.template-1.logo-template-1.module-logo a {
    height: auto;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 5 ***/
.zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline .menu.mdi.mdi-chevron-right,
.module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline .menu.mdi.mdi-chevron-right,
.module.module-5.template-1.menu-template-1.module-menu.main.inline .menu.mdi.mdi-chevron-right {
  position: absolute;
  top: 0px;
  right: 0;
  margin-left: -6px;
  display: inline-block;
  color: white;
}
@media screen and (max-width: 1024px) {
  .zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline ul,
  .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline ul,
  .module.module-5.template-1.menu-template-1.module-menu.main.inline ul {
    width: 95%;
  }
  .zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu a:after,
  .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu a:after,
  .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu a:after {
    content: none;
  }
  .zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu ul,
  .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu ul,
  .module.module-5.template-1.menu-template-1.module-menu.main.inline li.sub-menu ul {
    display: none;
    margin-left: 20px;
  }
}
.zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline .mdi-chevron-right.rotated,
.module.module-73.template-1.cluster-template-1.module-cluster .module.module-5.template-1.menu-template-1.module-menu.main.inline .mdi-chevron-right.rotated,
.module.module-5.template-1.menu-template-1.module-menu.main.inline .mdi-chevron-right.rotated {
  transform: rotate(90deg);
  /* Rotation de 90 degrés */
  transition: transform 0.3s ease;
  /* Transition douce pour la rotation */
}
/*** CUSTOM CSS FROM BDD MODULE 339758 ***/
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search .field.reference.text input,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search .field.reference.text input,
.module.module-339758.template-1.search-template-1.module-search .field.reference.text input {
  color: white;
  font-size: 16px;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search .field-item,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search .field-item,
.module.module-339758.template-1.search-template-1.module-search .field-item {
  height: 100%;
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search button.submit,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search button.submit,
.module.module-339758.template-1.search-template-1.module-search button.submit {
  cursor: auto;
  /* Curseur pour le bouton désactivé*/
}
.zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search button.submit:enabled,
.module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search button.submit:enabled,
.module.module-339758.template-1.search-template-1.module-search button.submit:enabled {
  cursor: pointer;
  /* Curseur pour le bouton activé */
}
@media screen and (max-width: 1024px) {
  .zone-header .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search,
  .module.module-339757.template-1.cluster-template-1.module-cluster .module.module-339758.template-1.search-template-1.module-search,
  .module.module-339758.template-1.search-template-1.module-search {
    display: none;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 27 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-27.template-1.cms-template-1.module-cms,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-27.template-1.cms-template-1.module-cms,
.module.module-58.template-1.cluster-template-1.module-cluster .module.module-27.template-1.cms-template-1.module-cms,
.module.module-27.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-27 {
  width: 15%;
}
/*** CUSTOM CSS FROM BDD MODULE 3617 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-3617.template-1.menu-template-1.module-menu.inline,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-3617.template-1.menu-template-1.module-menu.inline,
.module.module-58.template-1.cluster-template-1.module-cluster .module.module-3617.template-1.menu-template-1.module-menu.inline,
.module.module-3617.template-1.menu-template-1.module-menu.inline {
  width: 60%;
}
/*** CUSTOM CSS FROM BDD MODULE 28 ***/
.zone-footer .module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-28.template-1.cms-template-1.module-cms,
.module.module-63.template-1.cluster-template-1.module-cluster .module.module-58.template-1.cluster-template-1.module-cluster .module.module-28.template-1.cms-template-1.module-cms,
.module.module-58.template-1.cluster-template-1.module-cluster .module.module-28.template-1.cms-template-1.module-cms,
.module.module-28.template-1.cms-template-1.module-cms,
.popup-module-cms.popup-module-28 {
  width: 15%;
}
/*** CUSTOM CSS FROM BDD MODULE 43 ***/
.zone-header .module.module-73.template-1.cluster-template-1.module-cluster .module.module-283.template-1.cluster-template-1.module-cluster .module.module-43.template-1.language-template-1.module-language,
.module.module-73.template-1.cluster-template-1.module-cluster .module.module-283.template-1.cluster-template-1.module-cluster .module.module-43.template-1.language-template-1.module-language,
.module.module-283.template-1.cluster-template-1.module-cluster .module.module-43.template-1.language-template-1.module-language,
.module.module-43.template-1.language-template-1.module-language {
  overflow: visible;
}
/*** GLOBAL IE CSS TEMPLATE Danielfeau ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/css/global-ie.css.less ***/
.internet-explorer .module-search .advanced-btn-open {
  position: absolute;
  right: 50%;
  -webkit-transform: translate(50%, 0%);
  -moz-transform: translate(50%, 0%);
  -ms-transform: translate(50%, 0%);
  -o-transform: translate(50%, 0%);
  transform: translate(50%, 0%);
}
.internet-explorer .zone-top-content .module-picture .container:last-child img {
  margin: inherit;
  margin-left: auto;
  margin-right: auto;
}
.internet-explorer .module-45 .info,
.internet-explorer .module-46 .info,
.internet-explorer .module-47 .info,
.internet-explorer .module-48 .info {
  display: block;
}
.internet-explorer .module-53 .info {
  display: block;
  flex: none;
  width: 50%;
  transform: translate(-50%, 25%);
}
.internet-explorer .module-53 .cms-button {
  display: inline-block;
  position: absolute;
  right: 50%;
  transform: translate(50%);
}
.internet-explorer .module-53 .cms-button {
  display: inline-block;
}
.internet-explorer .module-55 .info {
  display: block;
}
.internet-explorer .module-55 .cms-button {
  display: inline-block;
}
.internet-explorer .module-structured-cms ul li {
  display: block;
}
.internet-explorer .module-search .field > input {
  line-height: 20px;
}
.internet-explorer .one-column .module-cms .info {
  display: block;
}
.internet-explorer .listing .module-search .advanced-btn-open {
  position: relative;
  right: auto;
  transform: inherit;
  margin-left: inherit;
}
.internet-explorer .map-anchor.module-cms .ie-trick {
  position: initial;
  z-index: 100;
  width: 50%;
  height: 100%;
}
.internet-explorer .module-16 {
  display: block;
}
.internet-explorer.one-column .module-cms .info,
.internet-explorer.two-columns .module-cms .info,
.internet-explorer.program .module-cms .info {
  display: block;
}
.internet-explorer .module.module-102.module-cms {
  width: 90%;
  margin-top: -600px;
}
.internet-explorer .module.module-102.module-cms .info p {
  text-align: center;
}
.internet-explorer.program .module-listing .listing li {
  display: block;
  flex: none;
  width: 100%;
}
.internet-explorer.program .module-google-map {
  display: none;
}

