/* text */
/* title */
/*** 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;
}
/* 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;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-utils/jquery-utils.css ***/
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.resizePicture {
  position: relative;
  overflow: hidden;
}
.resizePicture img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  max-width: none !important;
  max-height: none !important;
  margin: auto;
  opacity: 0;
}
/** TOOLS PAGE */
.loanTool article.tool {
  margin-bottom: 40px;
}
.loanTool input[type="text"],
.loanTool textarea,
.loanTool select {
  width: auto;
}
.loanTool table {
  width: 100%;
}
.loanTool table td {
  padding: 10px;
}
.loanTool label,
.loanTool span.number {
  float: left;
  width: 50%;
}
.loanTool span.number {
  text-align: right;
}
.loanTool .result {
  font-weight: bold;
}
/*** LOCAL CSS LIBRARY /var/www/realtix/app/../web/vendor/jquery-eu-cookie-law-popup/css/jquery-eu-cookie-law-popup.css ***/
.clearfix {
  clear: both;
}
.eupopup-container {
  background-color: rgba(25, 25, 25, 0.9);
  color: #efefef;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1.2em;
  text-align: center;
  display: none;
  z-index: 9999999;
}
.eupopup-container-top,
.eupopup-container-fixedtop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.eupopup-container-fixedtop {
  position: fixed;
}
.eupopup-container-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.eupopup-container-bottomleft {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 300px;
}
.eupopup-container-bottomright {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 300px;
}
.eupopup-closebutton {
  font-size: 16px;
  font-weight: 100;
  line-height: 1;
  color: #a2a2a2;
  filter: alpha(opacity=20);
  position: absolute;
  font-family: helvetica, arial, verdana, sans-serif;
  top: 0;
  right: 0;
  padding: 5px 10px;
}
.eupopup-closebutton:hover,
.eupopup-closebutton:active {
  color: #fff;
  text-decoration: none;
}
.eupopup-head {
  font-size: 1.2em;
  font-weight: bold;
  padding: 7px;
  color: #fff;
}
.eupopup-body {
  color: #a2a2a2;
}
.eupopup-buttons {
  padding: 7px 0 5px 0;
}
.eupopup-button_1 {
  color: #f6a21d;
  font-weight: bold;
  font-size: 14px;
}
.eupopup-button_2 {
  color: #f6a21d;
  font-weight: normal;
  font-size: 12px;
}
.eupopup-button {
  margin: 0 10px;
}
.eupopup-button:hover,
.eupopup-button:focus {
  text-decoration: underline;
  color: #f6a21d;
}
body .eupopup-color-inverse {
  color: #000;
  background-color: rgba(255, 255, 255, 0.9);
}
body .eupopup-color-inverse .eupopup-head {
  color: #000;
}
body .eupopup-style-compact {
  text-align: left;
  padding: 8px 30px 7px 20px;
  line-height: 15px;
}
body .eupopup-style-compact .eupopup-head,
body .eupopup-style-compact .eupopup-body,
body .eupopup-style-compact .eupopup-buttons {
  display: inline;
  padding: 0;
  margin: 0;
}
body .eupopup-style-compact .eupopup-button {
  margin: 0 5px;
}
/*** 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: "\F143";
}
.ApiFieldGroup.close .CaptationContent label i::before {
  content: "\F140";
}
.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 Picture ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Picture/Resources/css/main.css ***/
@media screen and (max-width: 768px) {
  .module-picture img {
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Cms/Resources/css/main.css ***/
.module-cms {
  position: relative;
  padding: 20px;
  overflow: hidden;
}
.module-cms .info {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture {
  position: relative;
  width: 50%;
  margin: 0 auto;
  z-index: 2;
}
.module-cms .picture + .info {
  width: 50%;
}
.module-cms .picture img {
  width: 100%;
}
.module-cms .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .module-cms .picture,
  .module-cms .info {
    width: 100%;
    padding: 20px;
  }
}
/*** CSS BASE PLUGIN Language ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Language/Resources/css/main.css ***/
.module-language {
  position: relative;
}
.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 .ApiFieldGroup .FieldWrapper {
  left: 0;
  min-width: 70px;
  text-align: left;
  padding: 10px;
}
/*** CSS BASE PLUGIN Logo ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Logo/Resources/css/main.css ***/
.module-logo {
  max-width: 300px;
}
.module-logo img {
  width: 100%;
}
/*** CSS BASE PLUGIN Menu ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Menu/Resources/css/main.css ***/
.module-menu {
  position: relative;
}
.module-menu .module-menu ul,
.module-menu .module-menu dl,
.module-menu .module-menu dl dt,
.module-menu .module-menu dl dd {
  padding: 0;
  margin: 0;
}
.module-menu button {
  display: none;
  padding: 5px 10px;
  border: none;
  cursor: pointer;
}
.module-menu button i {
  font-size: 24px;
}
.module-menu.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: "\F140";
    font: normal normal normal 12px/1 "Material Design Icons";
  }
}
.module-menu ul li:hover ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  .module-menu.main button {
    display: block;
  }
  .module-menu.main > ul {
    display: none;
  }
  .module-menu.main > ul.active {
    display: block;
  }
  .module-menu.main > ul li {
    display: block;
  }
}
/*** CSS BASE PLUGIN Agency ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Agency/Resources/css/main.css ***/
.module-agency i.mdi {
  margin: 0 10px 0 0;
}
.module-agency .agency {
  position: relative;
  overflow: hidden;
}
.module-agency .agency .picture img {
  width: 100%;
}
/* template 1 */
.agency-template-1 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-1 .info {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .agency-template-1 .agency > div {
    float: none;
    width: 100%;
  }
}
/* template 2 */
.agency-template-2 .agency h2 {
  text-align: center;
}
.agency-template-2 .agency > div {
  float: left;
  width: 50%;
}
.agency-template-2 .agency > div.picture {
  text-align: right;
}
.agency-template-2 .agency > div.picture img {
  width: auto;
  max-width: 100%;
}
.agency-template-2 .agency > div.info {
  text-align: left;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .agency-template-2 .agency > div {
    float: none;
    width: 100%;
  }
}
/*** CSS BASE PLUGIN Legal ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Plugins/Legal/Resources/css/legal-1.css ***/
.module-legal.template1 ul {
  text-align: center;
}
.module-legal.template1 ul li {
  display: inline-block;
  position: relative;
}
.module-legal.template1 ul li a {
  position: relative;
}
.module-legal.template1 ul li:not(:first-child):before {
  content: "\F44A";
  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: 5px;
  font-size: 10px;
  vertical-align: middle;
}
.module-legal.template1 ul li:not(:first-child) {
  margin-left: 5px;
}
/*** GLOBAL CSS TEMPLATE WortimmoBasic1 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/WortimmoBasic1/Base/Resources/css/main.less ***/
@font-face {
  font-family: 'esphimereregular';
  src: url('/bundles/apimocore/fonts/esphimere-webfont.woff2') format('woff2'), url('/bundles/apimocore/fonts/esphimere-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esphimereitalic';
  src: url('/bundles/apimocore/fonts/esphimere_italic-webfont.woff2') format('woff2'), url('/bundles/apimocore/fonts/esphimere_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esphimeresemi_bold';
  src: url('/bundles/apimocore/fonts/esphimere_semi_bold-webfont.woff2') format('woff2'), url('/bundles/apimocore/fonts/esphimere_semi_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esphimerebold';
  src: url('/bundles/apimocore/fonts/esphimere_bold-webfont.woff2') format('woff2'), url('/bundles/apimocore/fonts/esphimere_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'esphimerebold_italic';
  src: url('/bundles/apimocore/fonts/esphimere_bold_italic-webfont.woff2') format('woff2'), url('/bundles/apimocore/fonts/esphimere_bold_italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body,
header,
footer,
section,
nav,
aside,
article,
figure,
figcaption,
td,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
select,
input,
textarea,
label,
button,
hr {
  color: #282828;
  font-family: 'esphimereregular', Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  -moz-osx-font-smoothing: grayscale;
}
body {
  width: 100%;
  height: 100%;
  background: #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #282828;
  font-family: 'esphimereregular', Helvetica, Arial, Tahoma, sans-serif;
  font-weight: 400;
  text-transform: none;
}
h1 {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 10px;
}
h3 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
a {
  color: #282828;
  text-decoration: none;
}
img {
  border: 0;
}
strong {
  font-weight: 700;
}
p {
  margin-bottom: 10px;
}
input,
select,
textarea {
  border: none;
  border-radius: 0;
}
input[type="submit"],
button,
.button {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #0092e1;
  border: none;
  cursor: pointer;
}
.layout {
  position: relative;
  width: 100%;
  max-width: 940px;
  padding-left: 50px;
  padding-right: 50px;
  margin: auto;
}
/* zones */
.zone-full-width {
  position: relative;
}
/** HEADER */
.zone-header {
  position: relative;
  z-index: 10;
}
.zone-header .module-cluster {
  position: relative;
  width: 100%;
  max-width: 980px;
  padding: 20px;
  margin: auto;
}
.zone-header a {
  color: #282828;
}
.zone-header .module-menu ul {
  text-align: center;
  margin: 0 auto;
}
.zone-header .module-menu ul li {
  margin: 0 6px;
}
.zone-header .module-menu ul li a {
  display: block;
  color: #282828;
  font-size: 15px;
  text-transform: uppercase;
}
.zone-header .module-menu ul li a i.mdi-home {
  display: none;
}
.zone-header .module-menu ul li:hover a,
.zone-header .module-menu ul li.current a {
  color: #0092e1;
}
.zone-header .module-logo {
  width: 250px;
  height: 80px;
  max-width: none;
  text-align: center;
  margin: auto;
}
.zone-header .module-logo a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
}
.zone-header .module-language {
  margin: auto;
}
.zone-header .module-language ul {
  text-align: center;
}
.zone-header .module-language ul li {
  display: inline-block;
  margin-left: 5px;
  font-size: 11px;
}
.zone-header .module-language ul li:first-child {
  margin-left: 0;
}
.zone-header .module-language ul li a {
  color: #0092e1;
}
.zone-header .module-language ul li .culture {
  text-transform: uppercase;
}
@media screen and (min-width: 981px) {
  .zone-header .module-logo {
    float: left;
  }
  .zone-header .module-menu,
  .zone-header .module-language {
    position: absolute;
  }
  .zone-header .module-language {
    top: 20px;
    right: 20px;
  }
  .zone-header .module-language ul {
    text-align: right;
  }
  .zone-header .module-menu {
    bottom: 25px;
    right: 14px;
  }
  .zone-header .module-menu ul {
    text-align: right;
  }
}
/** FOOTER */
.zone-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 9px solid #0092e1;
}
.zone-footer .module-cluster {
  overflow: hidden;
}
.zone-footer .module-agency {
  float: left;
  width: 80%;
}
.zone-footer .module-agency .module-header {
  float: right;
}
.zone-footer .module-agency .agency p {
  float: left;
  padding-left: 35px;
}
.zone-footer .module-agency .agency p:first-child {
  padding-left: 0;
}
.zone-footer .module-picture {
  float: right;
}
.zone-footer .module-social-menu {
  float: left;
}
.zone-footer .module-social-menu ul li {
  display: inline-block;
  padding: 0;
  margin-right: 5px;
}
.zone-footer .module-social-menu ul li:last-child {
  margin: 0;
}
.zone-footer .module-social-menu ul li:hover a i {
  color: #FFF;
}
.zone-footer .module-social-menu ul li a {
  display: block;
  width: 36px;
  height: 36px;
  color: #FFF;
  text-align: center;
  padding-top: 8px;
  border-radius: 100%;
}
.zone-footer .module-social-menu ul li i {
  margin: 0;
}
.zone-footer .module-social-menu ul li span {
  display: none;
}
.zone-footer .module-social-menu ul li.facebook a {
  background-color: #3b5998;
}
.zone-footer .module-social-menu ul li.google-plus a {
  background-color: #dd4b39;
}
.zone-footer .module-social-menu ul li.linkedin a {
  background-color: #007bb5;
}
.zone-footer .module-social-menu ul li.twitter a {
  background-color: #55acee;
}
.zone-footer .module-social-menu ul li.pinterest a {
  background-color: #cb2027;
}
.zone-footer .module-social-menu ul li.youtube a {
  background-color: #ff0000;
}
.zone-footer .module-social-menu ul li.instagram a {
  background-color: #e95950;
}
.zone-footer .module-legal {
  float: right;
  margin-top: 10px;
}
.zone-footer .module-legal p,
.zone-footer .module-legal a {
  color: #9b9b9b;
}
/** MODULES */
/* module listing */
.module-listing ul.listing > li {
  background-color: #FFF;
  border-color: #0092e1;
}
.module-listing ul.listing > li .content h3 {
  color: #ffffff;
  background-color: #0092e1;
}
.module-listing ul.listing > li .content ul li {
  color: #0092e1;
}
.module-listing ul.listing > li .price {
  color: #0092e1;
}
.module-listing ul.listing > li .mdi-plus {
  color: #ffffff;
  background-color: #0092e1;
}
.module-listing .pager ul li a {
  color: #0092e1;
}
.module-listing .pager ul li.current {
  color: #282828;
}
/* module search */
.zone-full-width .module-search {
  position: absolute;
  top: 16px;
  width: 100%;
  left: 50%;
  max-width: 980px;
  margin: auto;
  z-index: 99;
  transform: translate(-50%, 0);
}
.zone-full-width .module-search .fields-wrapper {
  float: right;
  width: 300px;
  text-align: center;
  padding-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.5);
}
.zone-full-width .module-search .fields-wrapper .field {
  text-align: center;
  margin-bottom: 13px;
}
.zone-full-width .module-search .fields-wrapper .bedroom .field,
.zone-full-width .module-search .fields-wrapper .price .field {
  margin: 0;
}
.module-search .SumoSelect {
  max-width: 240px;
}
.module-search .SumoSelect > .CaptionCont {
  padding: 9px;
}
.module-search .SumoSelect > .CaptionCont > span.placeholder {
  color: rgba(40, 40, 40, 0.65);
  font-size: 13px;
  text-transform: uppercase;
}
.module-search .field {
  padding: 0 30px;
}
.module-search .category {
  padding: 0;
  overflow: hidden;
}
.module-search .category li {
  float: left;
  width: 50%;
  padding: 5px;
  text-align: center;
  background-color: #0092e1;
}
.module-search .category li input[type="radio"] {
  position: absolute;
  margin-left: -9999px;
}
.module-search .category li label {
  color: #282828;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  cursor: pointer;
}
.module-search .category li .counter {
  display: none;
}
.module-search .category li.selected {
  background-color: #0071ae;
}
.module-search .category li.selected label {
  color: #ffffff;
}
.module-search .bedroom,
.module-search .price {
  overflow: hidden;
}
.module-search .bedroom .field,
.module-search .price .field {
  float: left;
  padding: 0;
}
.module-search .bedroom .field:last-child,
.module-search .price .field:last-child {
  margin-left: 10px !important;
}
.module-search .bedroom .field input,
.module-search .price .field input {
  max-width: 115px;
  padding: 9px;
  color: rgba(40, 40, 40, 0.65);
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
}
.module-search button {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 9px;
  margin: auto;
  font-size: 15px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .module.module-search h2 {
    float: none;
    padding: 10px;
  }
  .module.module-search .form-basic > div {
    float: none;
    width: auto;
    padding: 10px;
    margin: 0;
  }
}
/* property info */
.property-info-template-9 .block h2 {
  color: #0092e1;
}
.property-info-template-10 h1 {
  color: #ffffff;
  background-color: #0092e1;
}
.property-info-template-10 h1 .info ul li {
  color: #ffffff;
}
.property-info-template-10 h1 .info .price {
  color: #ffffff;
}
/* module picture */
.listing .zone-full-width .module-picture > div,
.details .zone-full-width .module-picture > div,
.cms .zone-full-width .module-picture > div,
.contact .zone-full-width .module-picture > div {
  height: 150px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* module user */
.module-user.template-2 {
  height: auto;
}
.module-user.template-2 .slider .owl-item .container {
  background: #FFF;
  border: 4px solid #0092e1;
  border-left-width: 6px;
  border-right-width: 6px;
}
.module-user.template-2 .slider .owl-item .container .picture {
  height: 140px;
}
.module-user.template-2 .slider .owl-item .container .info {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  background: #0092e1;
  opacity: 1;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.module-user.template-2 .slider .owl-item .container .info span,
.module-user.template-2 .slider .owl-item .container .info a {
  color: #ffffff;
}
.module-user.template-2 .slider .owl-item .container .info .mdi {
  display: none;
}
.module-user.template-2 .slider .owl-item .container .info .profile {
  display: inline-block;
  min-width: 0;
}
.module-user.template-2 .slider .owl-item .container .info .profile:before {
  content: " | ";
}
.module-user.template-2 .slider .owl-nav i {
  color: #0092e1;
  background: none;
}
/* module selection */
.selection-template-3 .item {
  background-color: #0092e1;
  border-top-color: #0092e1;
}
.selection-template-3 .item .content h3 {
  color: #ffffff;
}
.selection-template-3 .item .content ul li {
  color: #ffffff;
}
.selection-template-3 .item .price {
  color: #282828;
}
.selection-template-3 .item .mdi-plus {
  color: #0092e1;
  background-color: #ffffff;
}
/* module contact */
@media screen and (min-width: 481px) {
  .module-contact .first_name,
  .module-contact .email,
  .module-contact .last_name,
  .module-contact .phone {
    width: 49%;
  }
  .module-contact .first_name,
  .module-contact .email,
  .module-contact .recaptcha {
    float: left;
  }
  .module-contact .last_name,
  .module-contact .phone {
    float: right;
  }
  .module-contact .recaptcha {
    float: left;
  }
  .module-contact input[type="submit"],
  .module-contact button,
  .module-contact .button {
    float: right;
  }
}
.module-contact {
  overflow: hidden;
}
.module-contact h2 {
  color: #0092e1;
  margin: 30px auto;
}
.module-contact input[type="text"],
.module-contact input[type="password"],
.module-contact input[type="number"],
.module-contact input[type="email"],
.module-contact select,
.module-contact textarea {
  border: 1px solid #0092e1;
  border-radius: 10px;
}
.module-contact input[type="submit"],
.module-contact button,
.module-contact .button {
  border-radius: 10px;
}
/*** GLOBAL CSS TEMPLATE WortimmoBasic1 PAGE cms ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/WortimmoBasic1/Base/Resources/pages/css/cms.less ***/
@media screen and (min-width: 769px) {
  .zone-content .module-cms {
    padding: 20px 0;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .zone-content .module-cms h1,
  .zone-content .module-cms h2,
  .zone-content .module-cms h3 {
    -webkit-column-span: 2;
    -moz-column-span: 2;
    column-span: all;
  }
}
/*** CUSTOM CSS FROM BDD MODULE 849 ***/
.zone-footer .module.module-827.toto.module-cluster .module.module-849.tutu.module-agency.agency-template-3.simple .agency p,
.module.module-827.toto.module-cluster .module.module-849.tutu.module-agency.agency-template-3.simple .agency p,
.module.module-849.tutu.module-agency.agency-template-3.simple .agency p {
  float: initial !important;
  padding-left: 0px !important;
}
/*** GLOBAL MANDATORY TEMPLATE CSSWortimmoBasic1 ***/
/*** FILE : /var/www/realtix/app/../src/Apimo/CoreBundle/Templates/WortimmoBasic1/Base/Resources/css/responsive.less ***/
@media screen and (max-width: 940px) {
  .layout {
    padding-left: 20px;
    padding-right: 20px;
  }
  .zone-header {
    z-index: auto;
  }
  .zone-header .module-cluster {
    padding-bottom: 40px;
    overflow: visible;
  }
  .zone-header .module-logo {
    position: absolute;
    right: 20px;
    z-index: 10;
  }
  .zone-header .module-menu {
    float: left;
    width: 100%;
    margin-top: 25px;
  }
  .zone-header .module-menu > ul {
    position: absolute;
    left: -20px;
    width: 100vw;
    padding: 0 20px;
    margin-top: 15px;
    background-color: #ffffff;
    z-index: 100;
  }
  .zone-header .module-menu > ul li {
    position: relative;
    margin-bottom: 10px;
  }
  .zone-header .module-menu > ul li:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #0092e1;
  }
  .zone-header .module-menu > ul li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #ffffff;
  }
  .zone-header .module-menu > ul li ul {
    padding: 10px 20px 0 20px;
  }
  .zone-header .module-menu > ul li ul li:before {
    content: none;
  }
  .zone-footer {
    text-align: center;
  }
  .zone-footer .module-agency,
  .zone-footer .module-picture,
  .zone-footer .module-social-menu,
  .zone-footer .module-legal {
    float: none;
    margin: 0 auto 20px auto;
  }
  .zone-footer .module-picture {
    display: block;
  }
  .zone-footer .module-legal {
    margin-bottom: 0;
  }
  .zone-footer .module-agency {
    width: auto;
  }
  .zone-footer .module-agency .module-header {
    float: none;
    margin: auto;
  }
  .zone-footer .module-agency .agency p {
    float: none;
    padding: 0;
  }
  /* module search */
  .zone-full-width .module-picture {
    display: none;
  }
  .zone-full-width .module-search {
    left: -9999px;
    right: -9999px;
    transform: none;
    width: 300px;
  }
  .zone-full-width .module-search .fields-wrapper {
    float: none;
  }
}
@media screen and (max-width: 768px) {
  .module-listing ul.listing > li {
    background-color: #0092e1;
    border-top-color: #0092e1;
  }
  .module-listing ul.listing > li .content ul li {
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
  }
  .module-listing ul.listing > li .price {
    color: #282828;
  }
  .module-listing ul.listing > li .mdi-plus {
    color: #0092e1;
    background-color: #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .zone-header .module-logo {
    right: 10px;
  }
  .zone-header .module-logo a {
    background-position: center right;
  }
  .module-listing ul.listing > li .content ul li {
    color: #ffffff;
  }
  .module-listing ul.listing > li .price {
    color: #282828;
  }
  .module-contact form {
    text-align: center;
  }
  .module-contact .recaptcha .g-recaptcha > div {
    margin: auto;
  }
  .module-contact input[type="submit"],
  .module-contact button,
  .module-contact .button {
    margin: auto;
  }
}
