/*** 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/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-select/jquery.apiselect.css ***/
.SumoSelect p {
  margin: 0;
}
.SumoSelect {
  width: 100%;
}
.SelectBox {
  padding: 5px 8px;
}
.sumoStopScroll {
  overflow: hidden;
}
/* Filtering style */
.SumoSelect .hidden {
  display: none;
}
.SumoSelect .search-txt {
  display: none;
  outline: none;
}
.SumoSelect .no-match {
  display: none;
  padding: 6px;
}
.SumoSelect .error {
  display: none;
  padding: 6px;
}
.SumoSelect .searching {
  display: none;
  padding: 6px;
}
.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.SumoSelect.open > .search > span,
.SumoSelect.open > .search > label {
  visibility: hidden;
}
/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.SelectClass {
  z-index: 1;
}
.SumoSelect > .optWrapper > .options li.opt label,
.SumoSelect > .CaptionCont,
.SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}
.SumoSelect .CaptionCont.SelectBox label {
  line-height: 20px;
}
.SumoSelect > .CaptionCont {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
}
.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  opacity: 1;
}
/*placeholder style*/
.SumoSelect > .CaptionCont > span.placeholder {
  color: black;
}
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}
.SumoSelect > .CaptionCont > label > i {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}
.SumoSelect.open > .CaptionCont > label > i::before {
  content: "\F0143";
}
.SumoSelect > .CaptionCont > label > i::before {
  content: "\F0140";
}
.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-top: 3px;
}
.SumoSelect.open > .optWrapper {
  top: 40px;
  display: block;
}
.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}
.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}
.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 205px;
  /*height*/
}
.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}
.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}
.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}
.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}
.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}
.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}
.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}
.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}
.SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4;
  border-bottom: 1px solid #a1c0e4;
}
.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.SumoSelect > .optWrapper > .options li span {
  display: none;
}
.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}
/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}
/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}
.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}
/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 35px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}
.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}
.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}
/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}
/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}
.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC');
  background-repeat: no-repeat;
  background-position: center center;
}
/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}
/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 6px 0 0 35px;
  height: 40px;
  cursor: pointer;
}
.SumoSelect .select-all > label,
.SumoSelect .select-all > span i {
  cursor: pointer;
}
.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}
/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}
.btnCancel {
  display: none!important;
}
/*** 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/vendor/jquery-api-fieldgroup/jquery.apifieldgroup.css ***/
.ApiFieldGroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.ApiFieldGroup .CaptationContent {
  position: relative;
  min-height: 14px;
  background-color: #fff;
  margin: 0;
  padding: 5px 8px;
}
.ApiFieldGroup .CaptationContent span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-right: 30px;
}
.ApiFieldGroup .CaptationContent label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  line-height: 40px;
}
.ApiFieldGroup.open .CaptationContent label i::before {
  content: "\F0143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F0140";
}
.ApiFieldGroup .FieldWrapper {
  background-color: #7f8c8d;
  z-index: 1000;
  position: absolute;
  box-sizing: border-box;
  background: #fff;
  top: 100%;
  margin-top: 3px;
}
.ApiFieldGroup.open .FieldWrapper {
  display: block;
}
.ApiFieldGroup.close .FieldWrapper {
  display: none;
}
/*** CSS BASE PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-base-v1.less ***/
.module-listing .slider .owl-item {
  min-height: 300px;
}
.module-listing ul.listing {
  position: relative;
  margin: 0 -1% 40px -1%;
  overflow: hidden;
}
.module-listing ul.listing > li {
  list-style: none;
  float: left;
  width: 48%;
  margin: 0 1% 40px 1%;
}
.module-listing ul.listing > li:hover .picture .buttons {
  opacity: 1;
}
.module-listing ul.listing > li:hover .picture .buttons > div .button {
  transform: translateX(0);
}
.module-listing ul.listing > li .titles {
  width: 100%;
  padding: 12px 5px;
  text-align: center;
  background-color: #000000;
}
.module-listing ul.listing > li .titles h2,
.module-listing ul.listing > li .titles h3 {
  display: block;
  color: #FFF;
  padding: 0;
  margin: 0;
  border: none;
}
.module-listing ul.listing > li .titles h2 {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  margin: 0;
}
.module-listing ul.listing > li .titles h3 {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}
.module-listing ul.listing > li .none {
  opacity: 0 !important;
}
.module-listing ul.listing > li .selectionLink {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  color: #fff;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-listing ul.listing > li .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-listing ul.listing > li .selectionLink:hover,
.module-listing ul.listing > li .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-listing ul.listing > li .picture {
  height: 240px;
}
.module-listing ul.listing > li .picture .buttons {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.module-listing ul.listing > li .picture .buttons > div {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}
.module-listing ul.listing > li .picture .buttons > div a {
  margin: 0 10px;
}
.module-listing ul.listing > li .picture .buttons > div .button {
  padding: 10px 15px;
  font-size: 16px;
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(1) {
  transform: translateX(-100%);
}
.module-listing ul.listing > li .picture .buttons > div a:nth-child(2) {
  transform: translateX(100%);
}
.module-listing ul.listing > li ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  background-color: #f5f5f5;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  padding: 0 10px;
  overflow: hidden;
}
.module-listing ul.listing > li ul li {
  height: 50px;
  color: #FFF;
  text-align: center;
}
.module-listing ul.listing > li ul li div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 50px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.module-listing ul.listing > li ul li.priceSmaller div {
  font-size: 10px;
}
.module-listing ul.listing > li .soleagent {
  position: absolute;
  top: 78px;
  left: 0;
  padding: 5px 10px;
  margin: 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  background-color: #000000;
}
.module-listing ul.listing > li .medias {
  background-color: #000;
  color: #fff;
  font-size: 22px;
  z-index: 99;
}
.module-listing ul.listing > li .diagnostic {
  position: absolute;
  top: 72px;
  right: 0;
  z-index: 1;
}
.module-listing .pager ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
.module-listing .pager ul li.current {
  font-weight: bold;
}
.module-listing .pager ul li.disable {
  opacity: 0.3;
}
.module-listing .slider {
  height: 240px;
  overflow: hidden;
}
.module-listing .slider .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .slider .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -30px;
}
.module-listing .owl-controls i {
  font-size: 32px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    float: none;
    width: 100%;
  }
}
.module-listing ul.listing > li.on-load {
  min-width: 100px;
}
.module-listing ul.listing > li.on-load > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.module-listing ul.listing > li.on-load > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Listing/Resources/css/listing-3.less ***/
/*** CSS BASE TEMPLATE Danielfeau PLUGIN Listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/listing.css ***/
/*
Template Name: Danielfeau
Namespace: Default/module/css
Name: listing.css
Description:
*/
/* Submenu (deactivated) */
.zone-top-content .module-menu ul {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.zone-top-content .module-menu ul li {
  text-transform: initial;
}
.zone-top-content .module-menu ul li:nth-child(n+3) {
  margin-right: 10px;
}
.zone-top-content .module-menu ul li.current {
  background-color: rgba(0, 0, 0, 0.4);
  border-top-left-radius: 2px;
}
.zone-top-content .module-menu ul li a {
  display: block;
  padding: 10px 20px;
  color: white;
}
/* Listing */
.module-listing {
  margin: 0 auto;
  width: 100%;
}
.module-listing .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.module-listing .listing li .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.module-listing ul.listing > li {
  position: relative;
  float: none;
  width: auto;
  flex: 0 0 100%;
  background-color: #535153;
  margin-bottom: 20px;
  min-height: 700px;
}
.zone-left-content[data-mod="list"] .module-listing .listing li {
  min-height: 400px;
}
@media screen and (max-width: 1400px) {
  .module-listing .listing li {
    min-height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .module-listing .listing li {
    min-height: 500px;
  }
}
@media screen and (max-width: 1024px) {
  .module-listing .listing li {
    min-height: 350px;
  }
}
@media screen and (max-width: 768px) {
  .module-listing .listing li {
    min-height: 200px;
    padding-bottom: 20px;
  }
  .module-listing .listing li .comment {
    display: none;
  }
}
.module-listing .listing li img {
  vertical-align: top;
}
.module-listing .listing li > img {
  display: block;
  width: 50px;
  margin: 40px auto;
}
.module-listing .listing li.on-load {
  justify-content: center;
}
/*.module-listing .listing li:nth-child(even) {
	margin-right: 0;
}*/
.module-listing .listing li h2,
.module-listing .listing li h3,
.module-listing .listing li h4 {
  margin: 0 20px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  color: #ffffff;
}
.module-listing .listing li h2 {
  /* display: flex;
	-webkit-display: flex; */
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #646464;
}
.module-listing .listing li h2 > div {
  width: 100%;
}
.module-listing .listing li h2 > span:last-child {
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 40px;
}
.module-listing .listing li h2 span.original-price {
  font-size: 14px;
  opacity: 0.6;
}
.module-listing .listing li h3 span {
  margin-right: 10px;
}
.module-listing .listing li h3 span em {
  font-size: 12px;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .module-listing .listing li h2 {
    font-size: 16px !important;
  }
  .module-listing .listing li h2,
  .module-listing .listing li h2 span {
    display: block;
  }
  .module-listing .listing li h2 > span:last-child {
    padding-left: 0;
  }
  .module-listing .listing li h3 {
    font-size: 14px !important;
  }
}
.module-listing .listing li .price a {
  color: white;
}
.module-listing .listing li .subprice {
  display: block;
  text-align: right;
  font-size: 12px;
}
.module-listing .listing li p {
  margin: 20px;
  color: #c8c8c8;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .module-listing .listing li p {
    margin-top: 10px;
    line-height: 22px;
  }
}
.module-listing .listing li > i {
  display: none;
}
/* TO DELETE */
/*.module-listing .listing li > div:first-child {
	position: relative;
	width: 100%;
	background: url(/static/Realtix/Custom/DanielFeauBundle/images/logo-white.svg) center no-repeat;
	background-size: 50%;
	overflow: hidden;
}

.module-listing .listing li > div img {
	width: 100%;
	min-height: 300px;
}*/
.module-listing .listing li > div:first-of-type {
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  background: url(/static/Realtix/Custom/DanielFeauBundle/images/logo-white.svg) center no-repeat;
  background-size: 50%;
  overflow: hidden;
}
.module-listing .listing li > div img {
  position: absolute;
  margin: auto;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100%;
}
/* Programs */
.program .module-listing .listing li {
  flex-direction: row;
  min-height: 0;
}
.program .module-listing .listing li > div {
  position: relative;
  float: left;
  width: 50%;
  padding-bottom: 0;
}
.program .module-listing .listing li > div:last-child {
  height: 100%;
  padding: 40px;
}
.program .module-listing .listing li h3 {
  margin-top: 40px;
}
.program .module-listing .listing li h4 {
  left: 40px;
  bottom: 40px;
  margin: 20px;
}
.program .module-listing .listing li > div:last-child p:last-child {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.program .module-listing .listing li > div > a {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 66.66%;
  overflow: hidden;
  background-color: #535153;
}
@media screen and (max-width: 1260px) {
  .program .module-listing .listing li > div:last-child {
    padding: 20px;
  }
  .program .module-listing .listing li h2 {
    margin-bottom: 0;
  }
  .program .module-listing .listing li h3 {
    margin-top: 20px;
  }
  .program .module-listing .listing li h4,
  .program .module-listing .listing li > div:last-child p:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 1024px) {
  .program .module-listing .listing li > div:last-child {
    padding: 0;
  }
  .program .module-listing .listing li h2 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .program .module-listing .listing li h3 {
    font-size: 16px;
  }
  .program .module-listing .listing li h4 {
    left: 20px;
    bottom: 20px;
    font-size: 14px;
  }
  .program .module-listing .listing li p {
    font-size: 14px;
    line-height: 20px;
  }
  .program .module-listing .listing li > div:last-child p:last-child {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .program .module-listing .listing li > div {
    position: relative;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  .program .module-listing .listing li > div:last-child {
    height: auto;
  }
  .program .module-listing .listing li h4 {
    display: inline-block;
    top: 20px;
    right: 20px;
  }
  .program .module-listing .listing li > div:last-child p:last-child {
    display: none;
  }
}
/* Castles */
.module-109.module-listing .listing li {
  justify-content: flex-start;
  min-height: 0;
}
.module-109.module-listing .listing li h2 {
  border-bottom: none;
}
/* message */
/* .message {
	width: 100%;
	max-width: 400px;
  padding: 20px;
  border: none;
	text-align: center;
	background-color: rgb(240,240,240);
} */
/* button */
.message .button {
  margin-top: 40px;
}
.fit-to-initial-position {
  color: green;
  cursor: pointer;
}
.move-to-property {
  color: white;
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 5px;
  padding-right: 5px;
  cursor: pointer;
}
/* PAGER */
.module-listing .pager {
  width: 100%;
  text-align: center;
  color: white;
  margin-top: 20px;
}
.module-listing .pager ul li {
  display: inline-block;
  border: solid 1px black;
  color: black;
  min-width: 30px;
  line-height: 25px;
  height: 26px;
  cursor: pointer;
}
.module-listing .pager ul li.disable {
  cursor: not-allowed;
}
.module-listing .pager ul li.current {
  cursor: auto;
  background-color: #5C97BF;
}
/* LOADING */
.module-listing .loading {
  position: relative;
  width: 34px;
  height: 34px;
  margin: 0 auto 20px auto;
  opacity: 0;
}
.module-listing .loading .wBall {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  animation: orbit 3.3225s infinite;
  -o-animation: orbit 3.3225s infinite;
  -ms-animation: orbit 3.3225s infinite;
  -webkit-animation: orbit 3.3225s infinite;
  -moz-animation: orbit 3.3225s infinite;
}
.module-listing .loading .wBall .wInnerBall {
  position: absolute;
  width: 4px;
  height: 4px;
  background: red;
  left: 0px;
  top: 0px;
  border-radius: 4px;
}
.module-listing .loading #wBall_1 {
  animation-delay: 0.726s;
  -o-animation-delay: 0.726s;
  -ms-animation-delay: 0.726s;
  -webkit-animation-delay: 0.726s;
  -moz-animation-delay: 0.726s;
}
.module-listing .loading #wBall_2 {
  animation-delay: 0.143s;
  -o-animation-delay: 0.143s;
  -ms-animation-delay: 0.143s;
  -webkit-animation-delay: 0.143s;
  -moz-animation-delay: 0.143s;
}
.module-listing .loading #wBall_3 {
  animation-delay: 0.2865s;
  -o-animation-delay: 0.2865s;
  -ms-animation-delay: 0.2865s;
  -webkit-animation-delay: 0.2865s;
  -moz-animation-delay: 0.2865s;
}
.module-listing .loading #wBall_4 {
  animation-delay: 0.4295s;
  -o-animation-delay: 0.4295s;
  -ms-animation-delay: 0.4295s;
  -webkit-animation-delay: 0.4295s;
  -moz-animation-delay: 0.4295s;
}
.module-listing .loading #wBall_5 {
  animation-delay: 0.583s;
  -o-animation-delay: 0.583s;
  -ms-animation-delay: 0.583s;
  -webkit-animation-delay: 0.583s;
  -moz-animation-delay: 0.583s;
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
@-o-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -o-transform: rotate(180deg);
    -o-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -o-transform: rotate(300deg);
    -o-animation-timing-function: linear;
    -o-origin: 0%;
  }
  30% {
    opacity: 1;
    -o-transform: rotate(410deg);
    -o-animation-timing-function: ease-in-out;
    -o-origin: 7%;
  }
  39% {
    opacity: 1;
    -o-transform: rotate(645deg);
    -o-animation-timing-function: linear;
    -o-origin: 30%;
  }
  70% {
    opacity: 1;
    -o-transform: rotate(770deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 39%;
  }
  75% {
    opacity: 1;
    -o-transform: rotate(900deg);
    -o-animation-timing-function: ease-out;
    -o-origin: 70%;
  }
  76% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -o-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-moz-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -moz-transform: rotate(180deg);
    -moz-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -moz-transform: rotate(300deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 0%;
  }
  30% {
    opacity: 1;
    -moz-transform: rotate(410deg);
    -moz-animation-timing-function: ease-in-out;
    -moz-origin: 7%;
  }
  39% {
    opacity: 1;
    -moz-transform: rotate(645deg);
    -moz-animation-timing-function: linear;
    -moz-origin: 30%;
  }
  70% {
    opacity: 1;
    -moz-transform: rotate(770deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 39%;
  }
  75% {
    opacity: 1;
    -moz-transform: rotate(900deg);
    -moz-animation-timing-function: ease-out;
    -moz-origin: 70%;
  }
  76% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -moz-transform: rotate(900deg);
  }
}
/*** CSS BASE PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/LeafletMap/Resources/private/css/leaflet-map.css ***/
.module-leaflet-map {
  height: 500px;
}
.module-leaflet-map .inner-map {
  height: 100%;
  width: 100%;
}
.module-leaflet-map .cluster.proximity {
  background-color: #646464;
  color: #646464;
}
.module-leaflet-map .proximity .mdi-circle:before {
  color: #646464;
}
.module-leaflet-map .bg {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background: black;
  border-radius: 3000px;
}
.module-leaflet-map .leaflet-container .leaflet-overlay-pane svg {
  margin-left: 10px;
}
.module-leaflet-map .marker-classic .marker-icon {
  position: absolute;
  bottom: 0;
  font-size: 37px;
}
.module-leaflet-map .entity-icon {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -16px 0 0 4px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  color: white;
}
.module-leaflet-map .cluster {
  width: 30px!important;
  height: 30px!important;
  border-radius: 50%;
  background: black;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  background-image: none!important;
  line-height: 30px;
}
.module-leaflet-map .cluster .marker-icon {
  display: none;
}
.module-leaflet-map .marker-cluster .marker-icon {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: white;
  left: -20px;
  top: -20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
/*
.module-leaflet-map  .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
 }*/
.module-leaflet-map .counter {
  position: relative;
  margin-top: 1px;
  color: white;
  text-align: center;
  font-size: 11px;
  font-weight: 700;
}
/* loading */
.module-leaflet-map .loading {
  background: white;
  min-width: 100px;
}
.module-leaflet-map .loading > i {
  display: block;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  height: 100px;
  width: 100px;
  font-size: 100px;
  line-height: 100px;
  margin: auto;
}
.module-leaflet-map .loading > i.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
@-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);
  }
}
/* infobulle */
.module-google-map .infobulle .title h2,
.module-google-map .infobulle .title h3,
.module-google-map .infobulle p {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px !important;
  /* line-height: 20px !important; */
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  /*background-color: rgba(34,34,34,0.9) !important;*/
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map a:hover {
  text-decoration: none;
}
.module-leaflet-map .infobulle {
  height: 100%;
}
.module-leaflet-map .infobulle .visited {
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 25px;
  padding-top: 5px;
  padding-left: 5px;
}
.leaflet-popup-content .owl-theme .owl-nav div i {
  font-size: 40px;
  color: #fff;
  text-shadow: 0 0 6px #000;
}
.module-leaflet-map .container-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.module-leaflet-map .infobulle-container {
  box-shadow: 0px 1px 15px 1px rgba(0, 0, 0, 0.7);
  height: 300px!important;
}
.module-leaflet-map .leaflet-popup-content {
  height: 100%;
}
.module-leaflet-map .infobulle .selectionLink {
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  width: 14px;
  height: 13px;
  text-indent: -9999px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
  transform-origin: center center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.module-leaflet-map .infobulle .selectionLink:before {
  display: block;
  line-height: 14px;
  text-indent: -1px;
}
.module-leaflet-map .infobulle .selectionLink:hover,
.module-leaflet-map .infobulle .selectionLinkOn {
  opacity: 1;
  transform: rotate(71deg) scale(1.4);
}
.module-leaflet-map .leaflet-popup-content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.module-leaflet-map .leaflet-popup-content .header .btn {
  width: 50%;
  text-align: center;
  color: white;
  cursor: pointer;
}
.module-leaflet-map .infobulle .title {
  text-align: center;
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  padding: 10px;
}
.module-leaflet-map .infobulle .title h2,
.module-leaflet-map .infobulle .title h3 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.module-leaflet-map .infobulle .title h2 {
  font-size: 20px;
  margin: auto;
}
.module-leaflet-map .infobulle .title h3 {
  font-size: 15px;
}
.module-leaflet-map .infobulle .picture {
  position: relative;
  width: 100%;
  padding-bottom: 55%;
  overflow: hidden;
  background: gray;
}
.module-leaflet-map .infobulle .picture img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  top: -9999px;
  bottom: -9999px;
  width: 100%;
  min-height: 100px !important;
  margin: auto;
}
.module-leaflet-map .infobulle .picture img {
  display: block;
  min-height: 100px;
  max-width: 100%;
  margin: auto;
}
.module-leaflet-map .infobulle-property ul {
  text-align: left;
}
.module-leaflet-map .infobulle-property ul li {
  display: inline-block;
  padding: 5px 10px;
}
.module-leaflet-map .infobulle-property ul li div {
  line-height: 30px;
}
/* infobulle slider */
.module-leaflet-map .leaflet-popup-content .slider {
  height: 100%;
}
.leaflet-popup-content .slider.hidden {
  display: none;
}
.module-leaflet-map .leaflet-popup-content .slider.visible {
  display: block;
}
.module-leaflet-map .leaflet-popup-content .owl-wrapper-outer,
.owl-wrapper,
.module-leaflet-map .owl-stage-outer,
.module-leaflet-map .owl-stage,
.module-leaflet-map .owl-item {
  height: 100%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 0;
  height: 90%;
  width: 16.66%;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-prev {
  left: 0;
  justify-content: flex-start;
}
.module-leaflet-map .leaflet-popup-content .owl-theme .owl-nav div.owl-next {
  right: 0;
  justify-content: flex-end;
}
/* controls */
.module-leaflet-map .leaflet-control.transit {
  padding: 5px;
  cursor: pointer;
  font-weight: 700;
  background-color: #ffffff;
}
.module-leaflet-map .leaflet-control.transit.active {
  border: solid 3px green;
}
.module-leaflet-map .leaflet-control.transit:hover {
  background-color: #f4f4f4;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/plugins/LeafletMap/layers-2x.png);
  background-size: 26px 26px;
}
/*** CSS BASE TEMPLATE Danielfeau PLUGIN LeafletMap ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/modules/css/leaflet-map.css ***/
.module-leaflet-map .marker-property.initial .marker-icon,
.module-leaflet-map .marker-cluster .marker-icon {
  color: #c20b0b;
}
.module-leaflet-map .marker-cluster .counter {
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  margin: -35px 0 0 -15px;
  left: 50%;
  top: 0;
}
.module-leaflet-map .proximity {
  color: #646464;
}
.module-leaflet-map .entity-icon {
  margin: -25px 0 0 0.5px;
}
.module-leaflet-map .marker-property.initial.active .marker-icon,
.module-leaflet-map .marker-cluster.initial.active .custom-marker,
.module-google-map .marker-property.proximity.active .marker-icon,
.module-google-map .marker-cluster.proximity.active .marker-icon {
  color: #dc7b7b;
}
.module-leaflet-map .marker-cluster.proximity .marker-icon {
  color: #646464;
}
.module-leaflet-map .marker-cluster .custom-marker {
  position: absolute;
  top: 0;
  left: 50%;
  margin: -35px 0 0 -15px;
  font-size: 37px;
}
.leaflet-popup-content {
  margin: 0;
}
.module-leaflet-map .cluster {
  background: #830707;
}
.module-leaflet-map .mixed {
  background: #830707;
}
.marker-classic.visited,
.marker-classic.visited .marker-icon {
  opacity: 1;
  color: #268200 !important;
}
.module-leaflet-map .leaflet-popup-content-wrapper {
  background-color: rgba(34, 34, 34, 0.9) !important;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.module-leaflet-map .infobulle .title {
  color: white;
  padding: 10px;
  text-align: left;
}
.infobulle {
  color: white;
}
.module-leaflet-map .infobulle .picture {
  padding-bottom: 66%;
}
.module-leaflet-map .infobulle .title h2 {
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: none;
  font-size: 14px ;
  line-height: 20px ;
}
.module-leaflet-map .infobulle ul {
  padding: 10px 0;
  margin: 0 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.module-leaflet-map .infobulle ul li {
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  margin-right: 10px;
}
/*** CSS BASE PLUGIN SearchOrder ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/SearchOrder/Resources/css/search_order.css ***/
.module-search-order {
  width: 300px;
  text-align: right;
}
.module-search-order form {
  display: inline-block;
  width: 200px;
  vertical-align: middle;
}
.module-search-order form .order {
  display: none;
}
.module-search-order .orders {
  display: inline-block;
  vertical-align: middle;
}
.module-search-order .orders i {
  display: none;
  font-size: 35px;
  color: #828282;
  cursor: pointer;
}
.module-search-order .orders i.active {
  display: block;
  color: #000;
}
/*** 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 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 listing ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/Danielfeau/Default/pages/css/listing.css ***/
/*
Template Name: Danielfeau
Namespace: Default/pages/css
Name: listing.css
Description:
*/
/* custom zones */
.zone-top-content {
  padding-top: 100px;
  padding-bottom: 40px;
  /*background: url("/static/Realtix/Custom/DanielFeauBundle/images/tmp/dreamstime-2.jpg") no-repeat;*/
  /*background-attachment: fixed;*/
  background-size: 100%;
  background-position-y: 28%;
}
@media screen and (max-width: 1200px) {
  .zone-top-content {
    background-position-y: initial;
  }
}
@media screen and (max-width: 768px) {
  .zone-top-content {
    background-position-y: initial;
  }
}
@media screen and (max-width: 414px) {
  .zone-top-content {
    min-height: 100px;
  }
}
/*.zone-top-content  nav ul {
  padding: 0 40px;
}*/
.module-search > form {
  max-width: 1400px;
  margin: 0 40px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1024px) {
  .module-search > form {
    margin: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .zone-top-content {
    align-items: flex-start;
  }
  .module-search > form {
    height: 0;
    overflow: hidden;
  }
  .module-search > button {
    position: absolute;
    top: -86px;
    right: 52px;
    z-index: 100;
    display: block;
  }
  .module-search > button.active + form {
    height: auto;
    overflow: visible;
  }
}
.module-search .form-basic {
  background-color: inherit!important;
}
.module-search .field.category {
  display: none;
}
.module-search .fields-wrapper {
  width: 100%;
  /*width: 1185px!important;*/
}
/*.module-search .advanced-btn-open {
  position : relative!important;
  top: 0!important;
}*/
/*.module-search .search-advanced {
  background-color: #303030!important;
}*/
/* features listing mod */
.subhead {
  width: 100%;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  background-color: white;
  z-index: 10;
  top: 0;
  padding-top: 25px;
}
@media screen and (max-width: 1024px) {
  .subhead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .subhead {
    height: 60px;
    padding: 10px;
  }
}
.namespaces {
  /*width: ~"calc(50% - 15px)";*/
  float: left;
  /*border-bottom: 1px solid rgba(0,0,0,0.3);*/
}
.namespaces > div {
  float: left;
}
.namespaces input {
  display: none;
}
.namespaces label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 40px;
  padding: 5px 0;
  line-height: 30px;
  text-align: center;
  color: #828282;
}
.namespaces > div > label:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .namespaces label span:first-of-type {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .namespaces label span:last-of-type {
    display: none;
  }
}
.namespaces label.active {
  color: #000;
}
.namespaces label i {
  font-size: 24px;
  vertical-align: top;
}
.namespaces div:first-child label i {
  color: #c20b0b;
}
.namespaces div:last-child label i {
  color: #828282;
}
.control {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  float: right;
  vertical-align: top;
}
.control button {
  position: relative;
  padding: 10px 0;
  border: none;
  background: none;
  font-size: 16px;
  font-weight: normal;
  color: #828282;
  margin-left: 20px;
  cursor: pointer;
  min-width: 40px;
  min-height: 40px;
}
@media screen and (max-width: 1024px) {
  .control button span {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .control {
    height: 40px;
  }
}
.control button:hover,
.control button.selected,
.namespaces label:hover,
.namespaces label.active {
  color: #000000;
}
.control button i {
  margin-right: 2px;
  font-size: 24px;
  vertical-align: top;
}
.control button:after,
.namespaces label:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  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;
}
.control button:hover:after,
.control button.selected:after,
.namespaces label:hover:after,
.namespaces label.active:after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.control .display-control {
  text-align: right;
}
.control .list-control {
  text-align: right;
  display: none !important;
}
.module-search-order {
  position: relative;
  width: 270px;
  text-align: left;
}
.module-search-order .module-header span {
  margin-right: 6px;
  font-family: 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px !important;
  line-height: 18px !important;
  font-weight: normal;
  text-transform: none;
  color: #828282;
}
.module-search-order:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 26px;
  height: 40px;
  font: normal normal normal 24px/40px "Material Design Icons";
  color: #828282;
}
.module-search-order.ascending:before {
  content: "\F04BC";
}
.module-search-order.descending:before {
  content: "\F04BD";
}
@media screen and (max-width: 1124px) {
  .module-search-order {
    margin-right: auto;
    width: 195px;
  }
  .module-search-order .module-header {
    display: none;
  }
  .module-search-order.active .module-header {
    display: initial;
  }
}
@media screen and (max-width: 1024px) {
  .module-search-order {
    width: 270px;
  }
  .module-search-order .module-header {
    display: initial;
  }
}
@media screen and (max-width: 768px) {
  .module-search-order .module-header span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
}
@media screen and (max-width: 512px) {
  .module-search-order {
    width: 40px;
    height: 40px;
  }
  .module-search-order::before {
    width: 40px;
    text-align: center;
  }
  .module-search-order.active {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100vw - 20px);
    min-width: 275px;
    padding-right: 34px;
    background-color: #ffffff;
  }
  .module-search-order .module-header {
    display: none;
  }
  .module-search-order.active .module-header {
    display: initial;
  }
  .module-search-order .module-header span {
    font-size: 14px !important;
    line-height: 18px !important;
  }
  .module-search-order .module-header p {
    line-height: 24px !important;
  }
  .module-search-order:before {
    display: block;
  }
  .module-search-order.active:before {
    display: none;
  }
  .module-search-order:after {
    content: "\F0156";
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 24px;
    height: 24px;
    font: normal normal normal 24px/24px "Material Design Icons";
    color: #000000;
  }
  .module-search-order.active:after {
    display: block;
  }
  .module-search-order form,
  .module-search-order .orders {
    display: none;
  }
  .module-search-order.active form,
  .module-search-order.active .orders {
    display: inline-block;
  }
}
.module-search-order form {
  width: 150px !important;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
  border-radius: 3px;
}
.module-search-order .orders {
  width: 40px;
  height: 40px;
  margin-left: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.3s ease;
}
.module-search-order .orders:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
.module-search-order .orders.disabled {
  opacity: 0.5;
}
.module-search-order .orders i {
  display: none;
  width: 38px;
  height: 38px;
  font-size: 24px !important;
  line-height: 38px !important;
  color: #828282 !important;
}
.module-search-order .orders i.active,
.module-search-order .orders i.active:first-of-type {
  display: block;
}
.module-search-order .SelectBox {
  padding: 5px 0;
}
.module-search-order .SumoSelect > .CaptionCont > label {
  width: 16px;
  opacity: 0.5;
}
.module-search-order .SumoSelect > .optWrapper {
  width: 200px;
}
.namespaces label[for="namespace-initial"] .counter,
.namespaces label[for="namespace-initial"] .counter + span {
  color: #c20b0b;
}
@media screen and (max-width: 1024px) {
  .listing-counter {
    width: 100%;
    float: none;
  }
  .listing-counter {
    text-align: center;
  }
}
/* left content */
.zone-left-content {
  position: relative;
  padding: 0px 25px 50px 50px;
  float: left;
  width: 50%;
  overflow: hidden;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .zone-left-content {
    width: 100%;
  }
}
.zone-left-content .listing {
  width: 100%;
}
.zone-left-content[data-mod="list"] {
  width: 100%;
  padding: 0px 40px 40px 40px;
  z-index: 3;
}
.zone-left-content[data-mod="list"] .listing li {
  flex: 0 0 30%;
}
@media screen and (max-width: 1200px) {
  .zone-left-content[data-mod="list"] .listing li {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .zone-left-content[data-mod="list"] {
    padding: 0px 20px 20px 20px;
  }
  .module-listing ul.listing {
    margin: 0 0 40px 0;
  }
  .zone-left-content[data-mod="list"] .listing li {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 414px) {
  .zone-left-content[data-mod="list"] {
    padding: 0px 10px 20px 10px;
  }
}
.zone-left-content[data-mod="map"] {
  height: 0;
  padding: 0;
  opacity: 0;
}
.zone-left-content[data-mod="list"] .listing .move-to-property {
  display: none;
}
/* right content */
.zone-right-content {
  position: initial;
  padding: 0px 50px 50px 25px;
  float: right;
  width: 50%;
  /*left: 50%;*/
  top: 0;
  z-index: 2;
  align-items: flex-start;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .zone-right-content {
    position: relative !important;
    width: 100%;
    left: auto;
  }
}
.zone-right-content[data-mod="list"] {
  opacity: 0;
}
.zone-right-content[data-mod="map"] {
  width: 100%;
  padding: 0px 50px 50px 50px;
  left: 0;
}
@media screen and (max-width: 1024px) {
  .zone-right-content {
    width: 100%;
    left: 0px;
    padding: 0px 50px 50px;
  }
}
@media screen and (max-width: 768px) {
  .zone-right-content {
    padding: 0!important;
  }
  .module.module-google-map {
    height: calc(100vh - 60px) !important;
  }
}
.module-google-map .marker-property.initial .custom-marker,
.module-google-map .marker-cluster.initial .custom-marker {
  color: #c20b0b;
}
.module-google-map .marker-property.initial.active .custom-marker,
.module-google-map .marker-cluster.initial.active .custom-marker,
.module-google-map .marker-property.proximity.active .custom-marker,
.module-google-map .marker-cluster.proximity.active .custom-marker {
  color: #dc7b7b;
}
.cluster[title="initial"],
.cluster[title="mixed"] {
  background: #830707;
}
.cluster[title="proximity"] {
  background: #424242;
}
/* content cms */
.zone-content .module-cms {
  max-width: 1280px;
  text-align: left;
  padding: 40px 100px;
  justify-content: left;
}
.zone-content .module-cms a {
  color: #c20b0b;
}
.zone-content .module-cms .info p {
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
}
.zone-content .module-cms .info h1 {
  margin-bottom: 20px;
  font-size: 40px;
  width: 100%;
  text-align: center;
}
.zone-content .module-cms .info a {
  color: #c30a0a;
}
@media screen and (max-width: 768px) {
  .zone-content .module-cms {
    padding: 40px 15px;
  }
}
/* listing archives */
body.listing.archive .zone-content .module-cms {
  background-color: #c30a0a1c;
}
body.listing.archive .zone-content .module-cms .info h1 {
  font-weight: bold;
  color: #c30a0a;
}
body.listing.archive .module-listing .price {
  display: none;
}
body.listing.archive .module-google-map .price {
  display: none;
}
/*** 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 ***/
.module-leaflet-map .leaflet-popup-content {
  height: 100% !important;
}
.module-leaflet-map .infobulle h2 div {
  font-size: 14px;
  line-height: 22px;
}
/*** 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 133578 ***/
.zone-left_content .module.module-133578.template-3.listing-template-3.module-listing .listing li h2 > div,
.module.module-133578.template-3.listing-template-3.module-listing .listing li h2 > div {
  color: #fff;
  -webkit-text-fill-color: #ffffff;
}
/*** CUSTOM CSS FROM BDD MODULE 133579 ***/
.zone-right_content .module.module-133579.template-1.leafletmap-template-1.module-leaflet-map.module-map,
.module.module-133579.template-1.leafletmap-template-1.module-leaflet-map.module-map {
  height: calc(100vh - 150px);
}
/*** 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 133582 ***/
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search,
.module.module-133582.template-1.search-template-1.module-search {
  /* homepage.css */
  /* module search.css */
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search div.field-wrapper.type > ul > li:nth-child(4),
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search div.field-wrapper.type > ul > li:nth-child(4),
.module.module-133582.template-1.search-template-1.module-search div.field-wrapper.type > ul > li:nth-child(4) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search button.advanced-btn-open,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search button.advanced-btn-open,
  .module.module-133582.template-1.search-template-1.module-search button.advanced-btn-open {
    bottom: -50px;
    top: auto;
  }
}
@media screen and (max-width: 1200px) {
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .ApiFieldGroup,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .ApiFieldGroup,
  .module.module-133582.template-1.search-template-1.module-search .ApiFieldGroup,
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field,
  .module.module-133582.template-1.search-template-1.module-search .field {
    width: 100% !important;
    padding-right: 0;
  }
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .line-wrapper.form-basic,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .line-wrapper.form-basic,
.module.module-133582.template-1.search-template-1.module-search .line-wrapper.form-basic {
  align-items: start;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city,
.module.module-133582.template-1.search-template-1.module-search .field.city,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom {
  width: 190px;
  height: auto;
}
@media only screen and (max-width: 1400px) {
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city,
  .module.module-133582.template-1.search-template-1.module-search .field.city,
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
  .module.module-133582.template-1.search-template-1.module-search .field.bedroom {
    width: 140px;
  }
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection {
  height: auto;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.price_sold_max,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.price_sold_max,
.module.module-133582.template-1.search-template-1.module-search .field.price_sold_max {
  width: 170px;
}
@media only screen and (max-width: 1340px) {
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom,
  .module.module-133582.template-1.search-template-1.module-search .field.bedroom {
    width: 125px;
  }
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.reference,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.reference,
  .module.module-133582.template-1.search-template-1.module-search .field.reference {
    width: 100px;
  }
  .zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.price_sold_max,
  .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.price_sold_max,
  .module.module-133582.template-1.search-template-1.module-search .field.price_sold_max {
    width: 160px;
  }
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline {
  height: 28px;
  margin-left: 10px;
  line-height: 30px;
  color: white;
  font-size: 16px;
  margin: 5px;
  padding-right: 5px;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input {
  margin: 0;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input::placeholder,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input::placeholder,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-search.select2-search--inline input::placeholder,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input::placeholder,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input::placeholder,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-search.select2-search--inline input::placeholder {
  color: #444;
  font-size: 16px;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__rendered,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__rendered,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__rendered,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__rendered,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__rendered,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.module.module-133582.template-1.search-template-1.module-search .field.city .select2-selection__choice,
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__choice,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__choice,
.module.module-133582.template-1.search-template-1.module-search .field.bedroom .select2-selection__choice {
  height: 30px;
  margin: 5px;
  line-height: 30px;
  background: #67686f;
  color: white;
  font-weight: bold;
  font-size: 12px;
}
.zone-top_content .module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .select2-selection__choice__remove,
.module.module-133580.template-1.cluster-template-1.module-cluster .module.module-133582.template-1.search-template-1.module-search .select2-selection__choice__remove,
.module.module-133582.template-1.search-template-1.module-search .select2-selection__choice__remove {
  display: inline-block !important;
  float: right;
  font-size: 20px;
  height: 20px;
  line-height: 15px;
  color: white;
  border-left: solid 1px;
  margin: 5px 0px;
  margin-left: 5px;
  text-align: center;
  padding-left: 5px;
}
/*** 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;
}

