@import url(https://fonts.googleapis.com/css?family=Poppins:400,500,300,600,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
h2 {
  font-size: 12px;
}
h3 {
  font-size: 10px;
}
h4 {
  font-size: 11px;
}
/*orange*/
/*@color-8: #95989A;*/
html {
  font-size: 100%;
}
body {
  font-family: 'Poppins', sans-serif;
}
a {
  color: #FF8D00;
}
.container-fluid {
  max-width: 1170px;
}
h2 {
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.50px;
  font-size: 15px;
  font-weight: 600;
  /*&:after{
    margin-top: 12px;
    content: "";
    display: block;
    height: 4px;
    width: 49px;
    background: @color-2;
  }*/
}
.title-4 {
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.50px;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
}
.title-4:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
@media (min-width: 768px) {
  .bottom-bar {
    display: none;
  }
}
.btn {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 3px;
}
.btn.btn-link {
  letter-spacing: 0;
  color: #FF8D00;
}
.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #FF8D00;
  border-color: #FF8D00;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}
header {
  top: 0;
  right: 0;
  left: 0;
  z-index: 6;
  position: fixed;
  background: black;
}
header .nav-bar-desktop {
  display: none;
}
header .navbar {
  margin-bottom: 0;
  border: none;
  background: #000000;
}
header .navbar .container {
  padding-right: 0;
  padding-left: 0;
}
header .navbar .navbar-header {
  background-color: #000000;
  min-width: 100%;
  padding: auto;
  margin: auto 0;
  min-height: 74px;
}
header .navbar .navbar-header .logo {
  max-width: 147px;
  padding-right: 0;
}
header .navbar .navbar-header .logo h1 {
  margin: 0;
}
header .navbar .navbar-header .logo h1 .navbar-brand {
  margin: 4px 7px 4px 11px;
  min-width: 80%;
  height: auto;
  padding: 0 !important;
}
header .navbar .navbar-header .logo h1 .navbar-brand img {
  max-width: 100%;
}
header .navbar .navbar-header .action-button {
  float: right;
  display: inline-block;
  padding: 27px 17px 0 0;
  text-align: right;
  color: #FFFFFF;
}
header .navbar .navbar-header .action-button a {
  color: #FFFFFF;
}
header .navbar .navbar-header .action-button .icon-user {
  position: relative;
}
header .navbar .navbar-header .action-button span {
  padding-left: 5px;
  font-size: 19px;
  font-weight: 700;
}
header .navbar .navbar-header .action-button span:hover,
header .navbar .navbar-header .action-button span :focus {
  color: #FF8D00;
}
header .navbar .navbar-header .action-button span:hover .label-rouded,
header .navbar .navbar-header .action-button span :focus .label-rouded {
  background: #FFFFFF;
  color: #000000;
}
header .navbar .navbar-header .action-button .label-rouded {
  background: #FF8D00;
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  right: -1px;
  padding: 2px 3px;
  border-radius: 50%;
}
header .navbar .navbar-collapse {
  background: #000000;
  margin: 0 -15px;
}
header .navbar .navbar-collapse .nav {
  text-align: left;
}
header .navbar .navbar-collapse .nav > li > a {
  padding: 10px 5px ;
  font-weight: 200;
  color: #FFFFFF;
}
header .navbar .navbar-collapse .nav > li > a:hover,
header .navbar .navbar-collapse .nav > li > a :focus {
  color: #FF8D00;
}
header .navbar .navbar-collapse .navbar-nav {
  margin: auto;
}
@media (min-width: 768px) {
  header {
    position: fixed;
  }
  header .nav-bar-desktop {
    display: none;
  }
  header .navbar-header {
    float: none;
  }
  header .navbar-header .logo {
    margin-left: 75px;
  }
  header .collapsing .nav {
    display: block;
    float: none !important;
    background: #000000;
    padding-left: 15px;
  }
  header .collapsing .nav > li > a {
    font-weight: 200;
    color: #FFFFFF !important;
  }
  header .collapsing .nav > li > a:hover,
  header .collapsing .nav > li > a :focus {
    color: #FF8D00 !important;
  }
  header .collapsing .navbar-nav > li {
    float: none;
  }
  header .collapse .nav {
    display: none;
  }
  header .in .nav {
    display: block;
    float: none !important;
    background: #000000;
    padding-left: 15px;
  }
  header .in .nav > li > a {
    font-weight: 200;
    color: #FFFFFF !important;
  }
  header .in .nav > li > a:hover,
  header .in .nav > li > a :focus {
    color: #FF8D00 !important;
  }
  header .in .navbar-nav > li {
    float: none;
  }
  header .icons .icon-list {
    position: absolute;
    top: 27px;
    left: 17px;
  }
}
@media (min-width: 1024px) {
  header {
    border-top: 3px solid #FF8D00;
    height: 85px;
  }
  header .navbar {
    margin: 0 15px;
  }
  header .logo {
    margin-left: 0 !important;
  }
  header .logo a {
    margin: 6px auto auto auto !important;
  }
  header .nav-bar-desktop {
    float: right;
    padding: 0;
    margin: 35px 0 auto auto;
    display: inline-block;
    list-style: none;
  }
  header .nav-bar-desktop li {
    float: left;
    padding: 8px;
    font-size: 12px;
  }
  header .nav-bar-desktop li a {
    font-weight: 200;
    font-family: 'Poppins', sans-serif;
    color: white;
    text-decoration: none;
    padding-bottom: 11px;
  }
  header .nav-bar-desktop li a:hover {
    border-bottom: 3px solid #FF8D00;
  }
  header .nav-bar-desktop .tel {
    margin: 0 6px;
    border: 1px solid #FF8D00;
    padding: 7px 10px 8px 7px;
    border-radius: 5px;
  }
  header .nav-bar-desktop .tel a {
    color: #FF8D00;
  }
  header .nav-bar-desktop .tel a:hover {
    border-bottom: 0px transparent;
  }
  header .nav-bar-desktop .estimation {
    margin: 0 6px;
    background: #FF8D00;
    padding: 7px 10px 8px 7px;
    border-radius: 5px;
  }
  header .nav-bar-desktop .estimation a:hover {
    border-bottom: 0px transparent;
  }
  header .nav-bar-desktop .user:before {
    content: "";
    display: block;
    height: 22px;
    width: 1px;
    background: #333;
    float: left;
    margin-right: 10px;
  }
  header .nav-bar-desktop .user .icon-user {
    font-size: 1rem;
  }
  header .nav-bar-desktop .user,
  header .nav-bar-desktop .search {
    padding: 0;
    font-size: 20px;
    padding: 6px 0px 0 6px;
  }
  header .nav-bar-desktop .user a:hover,
  header .nav-bar-desktop .search a:hover {
    border-bottom: 0px transparent;
  }
  header .nav-bar-desktop .user a .icon-user,
  header .nav-bar-desktop .search a .icon-user {
    position: relative;
  }
  header .nav-bar-desktop .user a .icon-user .label-rouded,
  header .nav-bar-desktop .search a .icon-user .label-rouded {
    background: #FF8D00;
    font-family: 'Open Sans', sans-serif;
    font-size: 8px;
    font-weight: bold;
    position: absolute;
    top: 2px;
    right: -1px;
    padding: 2px 3px;
    border-radius: 50%;
  }
  header .icon-list {
    display: none ;
  }
  header .action-button {
    display: none !important;
  }
}
.breadcrumbs {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    display: block;
    height: 50px;
    background: #F0F0F0!important;
    margin-top: 65px;
  }
  .breadcrumbs ul,
  .breadcrumbs ol {
    display: inline-block;
    list-style: none;
    padding: 17px 0 0 0;
  }
  .breadcrumbs ul li,
  .breadcrumbs ol li {
    float: left;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    padding: 0 5px 0 0;
  }
  .breadcrumbs ul li a,
  .breadcrumbs ol li a {
    padding: 0 5px 0 0;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .breadcrumbs {
    margin-top: 84px;
  }
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #F0F0F0!important;
  border-radius: 4px;
}
.home-title {
  display: none;
}
@media (min-width: 768px) {
  .home-title {
    text-decoration: none;
    display: block;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #5A5A5A;
    font-size: 26px;
  }
  .home-title span {
    color: #FF8D00;
  }
  .home-title:hover {
    text-decoration: none;
  }
}
.search_advanced {
  margin: 0;
  /*tablet*/
}
.search_advanced .block-home-search {
  padding: 0;
}
.search_advanced .block-home-search hr {
  display: none;
}
.search_advanced .form-group {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.search_advanced .form-group .form-control {
  border-radius: 2px;
  height: 40px;
}
.search_advanced .form-group .form-control .btn {
  border-radius: 2px;
  height: 40px;
}
.search_advanced .type {
  margin-top: 30px;
}
.search_advanced .type .form-control span {
  /*        text-transform: uppercase;
        color: @color-4;
        font-weight: 100;*/
}
.search_advanced .what .form-control span {
  /*        text-transform: uppercase;
        color: @color-4;
        font-weight: 100;*/
}
.search_advanced .town .form-control {
  /*      color: @color-4 !important;
      text-transform: uppercase;
      font-weight: 100;*/
}
.search_advanced .town .form-control #placeholder {
  /*        text-transform: uppercase;*/
}
.search_advanced .town .ui-autocomplete-input {
  color: red !important;
}
.search_advanced .labelClickable label {
  color: #AEAEB9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.search_advanced .labelClickable .row {
  margin: 0;
}
.search_advanced .labelClickable .nbr {
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #AEAEB9;
  text-align: center;
  border-right: 0;
}
.search_advanced .labelClickable .nbr:hover,
.search_advanced .labelClickable .nbr :focus {
  background: #FF8D00;
  border-color: #FF8D00;
}
.search_advanced .labelClickable .nbr:hover .btn,
.search_advanced .labelClickable .nbr :focus .btn {
  color: #FFFFFF;
}
.search_advanced .labelClickable .nbr .btn {
  padding: 8px 0;
  font-size: 15;
}
.search_advanced .labelClickable .nbr-1 {
  border-radius: 3px 0 0 3px;
}
.search_advanced .labelClickable .nbr-6 {
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #AEAEB9;
}
.search_advanced .max-price {
  position: relative;
}
.search_advanced .max-price .imput-price {
  position: relative;
  z-index: 1;
  /*      text-transform: uppercase;
      color: @color-4;
          font-weight: 100;*/
}
.search_advanced .max-price .price-suffixe {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 2;
  font-weight: 100;
}
.search_advanced .nbr-room {
  display: none;
}
.search_advanced .nbr-room .nrb-room-button {
  padding: 0;
}
.search_advanced .block-surface,
.search_advanced .block-surface-land {
  display: none;
}
.search_advanced .block-surface .title-surface,
.search_advanced .block-surface-land .title-surface {
  margin-top: 1em;
  min-width: 100%;
  color: #AEAEB9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}
.search_advanced .block-surface .surface-min,
.search_advanced .block-surface-land .surface-min {
  font-size: 13px;
  padding: 0;
}
.search_advanced .block-surface .surface-min .control-label,
.search_advanced .block-surface-land .surface-min .control-label {
  font-weight: 400;
}
.search_advanced .block-surface .surface-max,
.search_advanced .block-surface-land .surface-max {
  text-align: right;
  font-size: 13px;
  padding: 0;
}
.search_advanced .block-surface .surface-max .control-label,
.search_advanced .block-surface-land .surface-max .control-label {
  font-weight: 400;
}
.search_advanced .block-surface .slider-surface,
.search_advanced .block-surface-land .slider-surface {
  margin-top: .2em;
}
.search_advanced .block-surface .slider-surface .ui-widget-header,
.search_advanced .block-surface-land .slider-surface .ui-widget-header {
  background: #FF8D00;
}
.search_advanced .block-surface .ui-corner-all,
.search_advanced .block-surface-land .ui-corner-all {
  border-radius: .7em !important;
}
.search_advanced .block-surface .ui-widget.ui-widget-content,
.search_advanced .block-surface-land .ui-widget.ui-widget-content {
  border: .1em solid #676767 !important;
}
.search_advanced .block-surface .ui-widget-content,
.search_advanced .block-surface-land .ui-widget-content {
  background: #000000 !important;
}
.search_advanced .block-surface .ui-slider .ui-slider-handle,
.search_advanced .block-surface-land .ui-slider .ui-slider-handle {
  border-radius: 50% !important;
  top: -0.6em !important;
  margin-left: -0.85em !important;
  margin-right: .3em !important;
  width: 1.8em !important;
  height: 1.8em !important;
  background: #FF8D00 !important;
  border-color: #FF8D00 !important;
}
.search_advanced .block-surface-land {
  box-shadow: none;
}
.search_advanced .block-surface-land #surface_land {
  display: none;
}
.search_advanced .sliders-price {
  display: none;
}
.search_advanced .btn-check {
  padding: 0;
  margin-bottom: 20px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.search_advanced .btn-check .btn-success {
  background: #000000;
  min-width: 100%;
  border-color: #000000;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  height: 40px;
  letter-spacing: 2.50px;
}
.search_advanced .btn-check .btn-success:hover,
.search_advanced .btn-check .btn-success :focus {
  background: #FF8D00;
  border-color: #FF8D00;
  color: #000000;
}
@media (min-width: 768px) {
  .search_advanced .block-home-search {
    float: none;
    margin: auto;
  }
  .search_advanced .block-home-search hr {
    display: block;
  }
  .search_advanced .nbr-room {
    display: block;
    box-shadow: none;
  }
  .search_advanced .nbr-room .nrb-room-button {
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
  }
  .search_advanced .form-surface {
    box-shadow: none;
  }
  .search_advanced .form-surface .block-surface {
    display: block;
    box-shadow: none;
  }
  .search_advanced .form-surface .block-surface #surface {
    display: none;
  }
  .search_advanced .sliders-price {
    display: none;
  }
  .search_advanced .sliders-price .slider-min {
    display: block;
  }
  .search_advanced .sliders-price .slider-max,
  .search_advanced .sliders-price .slider-min {
    box-shadow: none;
  }
}
.refined-search {
  display: none;
}
.exclu-bar {
  display: block;
}
@media (min-width: 1024px) {
  .exclu-bar {
    display: none;
  }
}
.slider-exclu {
  background: white;
  padding: 20px 0;
}
.slider-exclu .exclu-title {
  margin-left: 15px;
}
.slider-exclu .container-fluid {
  max-width: 100%;
}
.slider-exclu .content {
  padding: 0 15px;
}
.slider-exclu .content .owl-item {
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 17px 0 rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  margin-bottom: 15px;
}
.slider-exclu .content .item {
  width: 200px !important;
}
.slider-exclu .content .item .inner {
  height: 114px;
  background-size: cover;
  backgound-repeat: none;
}
.slider-exclu .content .item .description {
  background: white;
}
.slider-exclu .content .item .description .label-rouded {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #FF8D00;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 13px;
  padding: 4px 0 7px 0;
  border-radius: 50%;
  line-height: 30px;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
}
.slider-exclu .content .item .description .realty_sector {
  margin-bottom: 0;
  font-size: 14px;
  color: #FF8D00;
  letter-spacing: 2px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider-exclu .content .item .description .realty_sector:before {
  content: "";
  width: 4px;
  background: #FF8D00;
  display: block;
  height: 11px;
  margin: 0 0 -12px -16px;
}
.slider-exclu .content .item .description .bedroom {
  float: left;
  padding: 0;
  max-width: 100%;
}
.slider-exclu .content .item .description .bedroom .realty_bedroom {
  margin-bottom: 0;
  font-size: 14px;
  margin-bottom: 8px;
  margin-right: 29px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slider-exclu .content .item .description .bedroom .realty_bedroom .ref {
  color: #AEAEB9 !important;
}
.slider-exclu .content .item .description .realty_ref {
  float: left;
  font-size: 15px;
  color: #AEAEB9;
  margin-bottom: 10px;
}
.slider-exclu .content .item .description .icon-favori {
  position: absolute;
  right: 21px;
  margin-top: 3px;
  font-size: 20px;
  color: #959698;
}
.slider-exclu .content .item .description .icon-favori:hover {
  color: #FF8D00;
}
.slider-exclu .content .item .description .price {
  padding: 0 0 13px 0;
}
.slider-exclu .content .item .description .price .realty_price {
  color: #7B8591;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .slider-exclu .content .item {
    width: 200px !important;
  }
  .slider-exclu .content .item .inner {
    height: 114px;
  }
}
@media (min-width: 1024px) {
  .slider-exclu .content .item {
    width: 370px !important;
  }
  .slider-exclu .content .item .inner {
    height: 230px;
  }
}
.slider-exclu .content .owl-dots .owl-dot {
  display: inline-block !important;
}
.slider-exclu .content .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #e2e2e2 !important;
  display: block !important;
  margin: 3px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.slider-exclu .content .owl-dots .owl-dot.active span,
.slider-exclu .content .owl-dots .owl-dot:hover span {
  background: #f27c36 !important;
  transform: scale(1.2);
}
.slider-exclu .content .owl-dots.disabled {
  display: block;
}
.slider-exclu .owl-carousel .owl-stage-outer:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+77,ffffff+80,ffffff+84,ffffff+84&0+23,1+95 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 23%, rgba(255, 255, 255, 0.75) 77%, rgba(255, 255, 255, 0.79) 80%, rgba(255, 255, 255, 0.85) 84%, #ffffff 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 */
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  content: '';
  width: 75px;
}
@media (min-width: 1024px) {
  .slider-exclu .owl-carousel .owl-stage-outer:after {
    background: none;
  }
}
@media (min-width: 1024px) {
  .slider-exclu {
    background: #F0F0F0;
  }
  .slider-exclu .exclu-title {
    text-align: center;
  }
  .slider-exclu .exclu-title:after {
    margin: 15px auto;
  }
}
/*end of slider exclu*/
.footer {
  border-top: 1px solid #edeeef;
  font-family: 'Open Sans', sans-serif;
}
.footer .footer-title-1 {
  margin-top: 20px;
}
.footer .footer-title {
  float: left;
  font-size: 13px;
  color: #484848;
  min-width: 100%;
  text-align: left;
  margin-left: 15px;
}
.footer .footer-list ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
  margin-bottom: 0;
}
.footer .footer-list ul a {
  font-size: 11px;
  color: #AEAEB9;
  text-align: left;
}
.footer .footer-list ul a .call-circle {
  width: 32.5px;
  height: 32.5px;
  background: #000000;
  border-radius: 50%;
  position: relative;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.footer .footer-list ul a .call-circle:hover,
.footer .footer-list ul a .call-circle :focus {
  background: #FF8D00;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.footer .footer-list ul a .call-circle:hover .icon-call,
.footer .footer-list ul a .call-circle :focus .icon-call {
  color: #000000;
}
.footer .footer-list ul a .call-circle .icon-call {
  color: #FFFFFF;
  font-size: 15px;
  position: absolute;
  top: 8px;
  left: 8px;
}
.footer .footer-list-3 {
  padding-left: 20px;
}
.footer .footer-list-3 .footer-social .icon-call {
  display: none;
}
.footer .footer-logo img {
  max-width: 70px;
}
.footer .footer-text {
  list-style: none;
  margin-top: 18px;
}
.footer .footer-text .text {
  font-size: 9px;
  color: #AEAEB9;
}
.footer .footer-text .text a {
  color: #AEAEB9;
}
.footer .footer-text-2 {
  display: none;
}
.footer .footer-social {
  margin-top: 14px;
}
.footer .footer-social ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
}
.footer .footer-social ul li {
  float: left;
}
.footer .footer-social ul li a {
  color: #AEAEB9;
  font-size: 19px;
  padding-right: .3em;
}
.footer .footer-social ul li a:hover {
  color: #FF8D00;
}
@media (min-width: 768px) {
  .footer .footer-logo {
    display: none;
  }
  .footer hr {
    margin-bottom: 3px;
  }
  .footer .footer-list ul a .call-circle {
    display: none;
  }
  .footer .footer-list-3 .footer-social .icon-call {
    display: block;
  }
  .footer .footer-text-1 {
    display: none;
  }
  .footer .footer-text-2 {
    display: block;
  }
  .footer .footer-text {
    text-align: left;
    /*margin-top: 15%;*/
  }
  .footer .footer-text .text {
    font-size: 13px;
    list-style: none;
  }
  .footer .footer-social {
    text-align: left;
    font-size: 20px;
  }
  .footer .footer-social ul li a {
    font-size: 25px;
  }
  .footer .footer-social .call .call-circle {
    width: 32.5px;
    height: 32.5px;
    background: #000000;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .footer .footer-social .call .call-circle:hover,
  .footer .footer-social .call .call-circle :focus {
    background: #FF8D00;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  .footer .footer-social .call .call-circle:hover .icon-call,
  .footer .footer-social .call .call-circle :focus .icon-call {
    color: #000000;
  }
  .footer .footer-social .call .call-circle .icon-call {
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    top: 8px;
    left: 8px;
  }
  .footer .hr-footer {
    display: none;
  }
  .footer .footer-title-2 {
    margin-top: 20px;
  }
}
.top-button {
  position: relative;
}
.top-button .back {
  top: 14px;
  z-index: 1;
  position: absolute;
  background: none;
  border: none;
  font-size: 15px;
}
.top-button .share {
  display: none;
}
.top-button .print {
  display: none;
}
.top-button .fees {
  display: none;
}
.img-selector .hide-bullets {
  display: none;
}
@media (min-width: 1024px) {
  .img-selector .hide-bullets {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 -6px;
  }
  .img-selector .hide-bullets li {
    padding: 0 6px;
  }
  .img-selector .hide-bullets li a {
    border-radius: 0px;
    padding: 0;
    height: 107px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
/*caroussel*/
.carousel {
  padding: 0;
  margin: 0px -15px 20px -15px;
}
.carousel .right .icon-next {
  margin-right: 1px;
}
.carousel .right .icon-next:before {
  content: "\e90b";
}
.carousel .left .icon-prev {
  margin-left: -15px;
}
.carousel .left .icon-prev:before {
  content: "\e90c";
}
.carousel .carousel-inner .item {
  margin-bottom: 20px;
  height: 213px;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 768px) {
  .carousel .carousel-inner .item {
    height: 400px;
  }
}
@media (min-width: 768px) {
  .carousel {
    margin: 40px 15px 20px 15px ;
  }
}
.action-button {
  /*@media (min-width: 1024px){
    display: none;
  }*/
}
.action-button .favorite {
  text-decoration: none;
  background: #FFFFFF;
  position: absolute;
  top: 190px;
  right: 63px;
  border-radius: 50%;
  border: none;
  padding: 11px 11px 5px 11px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.action-button .favorite span {
  color: #959698;
  font-size: 20px;
}
.action-button .favorite:hover,
.action-button .favorite :focus {
  background: #FF8D00;
}
.action-button .favorite:hover span,
.action-button .favorite :focus span {
  color: #FFFFFF;
}
.action-button .mailto {
  background: #FFFFFF;
  position: absolute;
  top: 190px;
  right: 9px;
  border-radius: 50%;
  border: none;
  padding: 12px 9px 7px 8px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.action-button .mailto span {
  color: #959698;
  font-size: 20px;
}
.action-button .mailto:hover,
.action-button .mailto :focus {
  background: #FF8D00;
}
.action-button .mailto:hover span,
.action-button .mailto :focus span {
  color: #FFFFFF;
}
.action-button .modal-content .modal-header {
  border: none;
  padding: 15px 0 0 15px;
}
.action-button .modal-content .modal-header .close {
  padding-right: 15px;
}
.action-button .modal-content .title {
  padding: 0;
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.action-button .modal-content .title:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
.action-button .modal-content .type,
.action-button .modal-content .need,
.action-button .modal-content .budget,
.action-button .modal-content .nbr-room,
.action-button .modal-content .nbr-room-title {
  display: none;
}
.action-button .modal-content .modal-footer {
  border: none;
}
@media (min-width: 768px) {
  .action-button {
    /*.favorite,.mailto{
      top: 376px;
    }*/
    display: none;
  }
}
.action-button-desktop {
  display: none;
  width: 100%;
  margin-top: 0px;
}
.action-button-desktop .shortcuts {
  position: absolute;
  top: 25px;
  right: 0;
}
.action-button-desktop .btn-top {
  text-decoration: none;
  background: #FFFFFF;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  padding: 11px 0 0 0;
  margin: 0 10px  0 0 ;
  display: block;
  float: right;
  text-align: center;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.action-button-desktop .btn-top span {
  color: #959698;
  font-size: 20px;
}
.action-button-desktop .btn-top:hover,
.action-button-desktop .btn-top :focus {
  background: #FF8D00;
}
.action-button-desktop .btn-top:hover span,
.action-button-desktop .btn-top :focus span {
  color: #FFFFFF;
}
.action-button-desktop .btn-top.print span {
  position: relative;
  top: -3px;
}
.action-button-desktop .mailto {
  background: #FFFFFF;
  position: absolute;
  top: 50px;
  right: 30px;
  border-radius: 50%;
  border: none;
  padding: 12px 9px 7px 8px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.action-button-desktop .mailto span {
  color: #959698;
  font-size: 20px;
}
.action-button-desktop .mailto:hover,
.action-button-desktop .mailto :focus {
  background: #FF8D00;
}
.action-button-desktop .mailto:hover span,
.action-button-desktop .mailto :focus span {
  color: #FFFFFF;
}
.action-button-desktop .modal-content .modal-header {
  border: none;
  padding: 15px 0 0 15px;
}
.action-button-desktop .modal-content .modal-header .close {
  padding-right: 15px;
}
.action-button-desktop .modal-content .title {
  padding: 0;
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.action-button-desktop .modal-content .title:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
.action-button-desktop .modal-content .type,
.action-button-desktop .modal-content .need,
.action-button-desktop .modal-content .budget,
.action-button-desktop .modal-content .nbr-room,
.action-button-desktop .modal-content .nbr-room-title {
  display: none;
}
.action-button-desktop .modal-content .modal-footer {
  border: none;
}
@media (min-width: 768px) {
  .action-button-desktop {
    display: block;
  }
}
/*end of carroussel*/
.map-tablet {
  display: none;
}
@media (min-width: 768px) {
  .map-tablet {
    display: block;
    height: 400px;
  }
  .map-tablet iframe {
    height: 450px;
    width: 100%;
  }
}
.map iframe {
  height: 300px;
  width: 100%;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .map {
    display: none;
    height: 450px;
    margin: 0;
  }
  .map iframe {
    height: 485px;
    width: 100%;
  }
}
.block-information .sector {
  margin-top: 15px;
  font-weight: 500;
  font-size: 13px;
  color: #FF8D00;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.block-information .block-info-1 {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
}
.block-information .ref {
  padding: 0;
  margin-top: 10px;
  margin-left: 1px;
  color: #333;
  font-weight: lighter;
  font-size: 14px;
}
.block-information .price {
  color: #7B8591;
  font-size: 20px;
  padding: 8px 0 0 0;
  font-weight: 500;
}
@media (min-width: 788px) {
  .block-information .price {
    padding: 8px 0 0 0;
  }
}
.block-information .request {
  padding: 0;
  text-align: right;
}
.block-information .visit-request {
  border-radius: 3px;
  padding: 12px 10px;
  background: #FF8D00;
  border: none;
  color: white;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  letter-spacing: 2.50px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.block-information .visit-request:hover,
.block-information .visit-request :focus {
  background: #000000;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
}
.block-information .details {
  margin: 0 0 10px;
  line-height: 25px;
  color: #333;
  text-align: left;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  /*   color: #79818B;*/
  font-weight: 200;
}
.block-information .details .detail-title {
  margin-top: 31px;
  padding: 0;
  color: #484848;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1.5px;
}
.block-information .details .detail-title:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
.block-information .positive-points .points-title {
  padding: 0;
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}
.block-information .positive-points .points-title:after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
.block-information .positive-points .points {
  line-height: 25px;
  color: #333;
  text-align: left;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
@media (min-width: 768px) {
  .block-information .positive-points {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-information {
    padding: 70px 20px 0 25px;
  }
  .block-information .visit-request {
    background: #FF8D00;
  }
  .block-information .visit-request:hover,
  .block-information .visit-request :focus {
    background: #FF8D00;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.3);
  }
  .block-information .energy_consumption_D {
    display: block;
  }
  .block-information .gas_greenhouse_effect_D {
    display: block;
  }
}
.block-agency {
  border-left: 5px solid #000000;
  background: #F0F0F0;
  border-radius: 5px;
  margin: 15px;
  padding: 15px 10px 10px 10px;
}
.block-agency .agency-title {
  margin: 0 0 10px 0;
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  letter-spacing: 1.50px;
  /*&:after{
      margin-top: 12px;
      content: "";
      display: block;
      height: 4px;
      width: 49px;
      background: @color-2;
    }*/
}
.block-agency .photo {
  padding: 0 0 0 15px;
  margin-bottom: 20px;
}
.block-agency .photo img {
  max-width: 100%;
}
.block-agency .contact-details .agent {
  letter-spacing: 2px;
  margin: 6px 0 7px 0;
  font-weight: 500;
  font-size: 12px;
  color: #FF8D00;
  text-transform: uppercase;
}
.block-agency .contact-details .agency_details {
  color: #7B8591;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
}
.block-agency .contact-details .agency_details .contact-link {
  margin-top: 5px;
}
.block-agency .contact-details .agency_details .contact-link a {
  color: #FF8D00;
}
.block-agency .contact-details .agency_details .contact-link .bar {
  display: none;
}
.block-agency .contact-details .agency_details .contact-link .fees {
  display: none;
}
@media (min-width: 768px) {
  .block-agency {
    background: #F0F0F0;
    border-radius: 5px;
  }
  .block-agency .agency-title {
    margin-top: 0;
  }
  .block-agency .agency-title:after {
    display: none;
  }
  .block-agency .contact-details .agent {
    /*   margin: 20px 0 25px 0;*/
  }
  .block-agency .contact-details .agency_details .contact-link {
    /*margin-top: 30px;*/
  }
  .block-agency .contact-details .agency_details .contact-link .contact {
    float: left;
  }
  .block-agency .contact-details .agency_details .contact-link .bar {
    color: #333;
    float: left;
    display: block !important;
  }
  .block-agency .contact-details .agency_details .contact-link .fees {
    display: block !important;
    color: #FF8D00;
  }
}
@media (min-width: 768px) {
  .consumption-bar {
    display: block;
  }
}
.block-energy .energy-consumption {
  padding-right: 7.5px;
  padding-left: 0;
}
.block-energy .energy-consumption .energy img {
  max-width: 100%;
}
.block-energy .gas-consumption {
  padding-left: 7.5px;
  padding-right: 0;
}
.block-energy .gas-consumption .gas img {
  max-width: 100%;
}
@media (min-width: 768px) {
  .block-energy {
    margin: 30px auto 30px auto;
  }
  .block-energy .energy-consumption {
    display: block;
  }
  .block-energy .gas-consumption {
    display: block;
  }
}
.map-bar {
  display: none;
}
@media (min-width: 768px) {
  .map-bar {
    display: block;
  }
}
.contact-form-agency {
  display: none;
}
@media (min-width: 1024px) {
  .already_seen {
    display: block;
    margin-left: 0;
    margin-right: 0;
    background: #F0F0F0;
  }
  .already_seen h2 {
    margin: 80px auto 40px auto;
    text-align: center;
  }
  .already_seen h2:after {
    margin: 15px auto;
  }
  .already_seen .panel {
    border: none;
    -webkit-box-shadow: none;
  }
  .already_seen .owl-wrapper-outer {
    margin: 0 auto;
    max-width: 1190px;
    padding: 10px;
  }
  .already_seen .owl-carousel {
    background: #F0F0F0;
  }
  .already_seen .owl-carousel .owl-item {
    overflow: hidden;
    margin: 0 35px 0 0;
    width: 350px !important;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
  .already_seen .owl-carousel .owl-item .description .sector {
    font-size: 14px;
    text-transform: uppercase;
    color: #FF8D00;
    letter-spacing: 2px;
  }
  .already_seen .owl-carousel .owl-item .description .bedroom .info {
    font-size: 15px;
    color: black;
  }
  .already_seen .owl-carousel .owl-item .description .bedroom .info .ref {
    color: #333;
    font-size: 15px;
  }
  .already_seen .owl-carousel .owl-item .description .price {
    font-size: 16px;
    color: #7B8591;
  }
  .already_seen .owl-theme .owl-controls .owl-page span {
    background: #C3C3C3;
  }
  .already_seen .owl-theme .owl-controls .owl-page:hover span,
  .already_seen .owl-theme .owl-controls .owl-page.active span {
    background: #FF8D00;
  }
}
.listing {
  padding: 0;
}
.listing .top-bar {
  top: 74px;
  width: 100%;
  position: fixed;
  padding: 6px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  /*.breadcrumbs{
      padding: 15px -15px 15px 30px;
      display: block;
      color: white;
      font-size: 12px;
    }*/
}
.listing .top-bar .breadcrumbs {
  list-style: none;
  display: inline-block;
}
.listing .top-bar .breadcrumbs li {
  float: left;
}
.listing .top-bar .affined-search {
  padding-left: 0;
  float: right;
}
.listing .top-bar .affined-search a {
  color: white;
  font-size: 11px;
}
.listing .top-bar .tablet {
  display: none;
}
@media (min-width: 768px) {
  .listing .top-bar {
    background: none;
    padding: 0;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.16);
  }
  .listing .top-bar .mobile {
    display: none;
  }
  .listing .top-bar .tablet {
    padding: 0 ;
    position: fixed;
    background: #fff;
    display: block;
    height: 83px;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    top: 65px;
    right: 0;
    left: 0;
  }
  .listing .top-bar .tablet .type,
  .listing .top-bar .tablet .what,
  .listing .top-bar .tablet .town,
  .listing .top-bar .tablet .max-price,
  .listing .top-bar .tablet .button-check {
    float: left;
    padding: 17px 10px;
  }
  .listing .top-bar .tablet .type .form-control,
  .listing .top-bar .tablet .what .form-control,
  .listing .top-bar .tablet .town .form-control,
  .listing .top-bar .tablet .max-price .form-control,
  .listing .top-bar .tablet .button-check .form-control {
    height: 48px;
  }
  .listing .top-bar .tablet .type .form-control .btn,
  .listing .top-bar .tablet .what .form-control .btn,
  .listing .top-bar .tablet .town .form-control .btn,
  .listing .top-bar .tablet .max-price .form-control .btn,
  .listing .top-bar .tablet .button-check .form-control .btn {
    border-radius: 2px;
    height: 48px;
  }
  .listing .top-bar .tablet .type .form-control span,
  .listing .top-bar .tablet .what .form-control span,
  .listing .top-bar .tablet .town .form-control span,
  .listing .top-bar .tablet .max-price .form-control span,
  .listing .top-bar .tablet .button-check .form-control span {
    /*              text-transform: uppercase;
              color: @color-4;
              font-weight: 100;*/
  }
  .listing .top-bar .tablet .max-price {
    position: relative;
  }
  .listing .top-bar .tablet .max-price .imput-price {
    position: relative;
    z-index: 1;
    /*        text-transform: uppercase;
        color: @color-4;
        font-weight: 100;*/
  }
  .listing .top-bar .tablet .max-price .price-suffixe {
    position: absolute;
    top: 31px;
    right: 24px;
    z-index: 2;
    font-weight: 100;
  }
  .listing .top-bar .tablet .button-check {
    position: relative;
    float: left;
  }
  .listing .top-bar .tablet .button-check .btn-search {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 0px 15px 0px 30px;
    border: 0;
    border-radius: 5px;
    height: 48px;
    background: #000000;
    color: white;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    width: 100%;
  }
  .listing .top-bar .tablet .button-check .btn-search:hover {
    background: #FF8D00;
    color: #000000;
  }
  .listing .top-bar .tablet .button-check span {
    font-size: 20px;
    position: absolute;
    top: 28px;
    left: 17px;
    color: white;
  }
  .listing .top-bar .tablet .option {
    float: right;
    padding: 33px 15px;
    text-decoration: none;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .listing .top-bar .tablet {
    top: 85px;
  }
}
.listing .filter {
  margin: 10px 0 0px 0;
  float: right;
  text-align: right;
}
.listing .filter a {
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
}
@media (min-width: 768px) {
  .listing .filter {
    margin: 10px 0 15px 0;
  }
}
.listing .content {
  margin-top: 120px;
  z-index: 0;
}
@media (min-width: 768px) {
  .listing .content .map {
    float: left;
  }
}
@media (min-width: 768px) {
  .listing .content {
    margin-top: 150px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  .listing .content {
    margin-top: 180px;
  }
}
.listing .map {
  display: none;
  padding-left: 0;
}
.listing .map iframe {
  padding: 0;
}
@media (min-width: 768px) {
  .listing .map {
    display: block;
  }
  .listing .map iframe {
    height: 142vh;
  }
}
.listing .article {
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  margin: 15px auto;
  padding: 0;
  position: relative;
}
.listing .article.hovered,
.listing .article:hover {
  box-shadow: 0px 0px 16px 0 rgba(0, 0, 0, 0.16);
}
.listing .article .link-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 1;
}
.listing .article .label-rouded {
  box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.16);
  overflow: visible;
  background: #FF8D00;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 128px;
  right: 5px;
  padding: 4px 0;
  border-radius: 50%;
  line-height: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .listing .article .label-rouded {
    top: -20px;
  }
}
.listing .article .photo {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  float: right;
  height: 200px;
  background-size: cover;
  backgound-repeat: none;
  background-position: center center;
}
.listing .article .description .article-title {
  margin-top: 25px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FF8D00;
  letter-spacing: 2px;
  font-weight: 600;
}
.listing .article .description .type {
  float: left;
  font-weight: 600;
  margin-bottom: 10px;
}
.listing .article .description .bedroom {
  float: left;
  padding: 0;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.listing .article .description .ref {
  float: left;
  font-size: 15px;
  margin-left: 4px;
  color: #AEAEB9;
  margin-bottom: 10px;
}
.listing .article .description .icon-favori {
  float: right;
  font-size: 20px;
  color: #959698;
  z-index: 100;
}
.listing .article .description .icon-favori:hover {
  color: #FF8D00;
}
.listing .article .description .price {
  margin-top: 12px;
}
.listing .article .description .price .realty_price {
  color: #7B8591;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .listing .filter {
    display: none;
  }
  .listing .list-article {
    position: relative;
  }
  .listing .article {
    position: relative;
    box-shadow: none;
    border: 1px solid #D8D8D8 ;
  }
  .listing .article:before {
    z-index: 1;
    content: '';
    background: transparent;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .listing .article:hover:before {
    width: 5px;
    background: black;
  }
  .listing .article.hovered {
    box-shadow: 0px 0px 25px 0 rgba(0, 0, 0, 0.16);
  }
  .listing .article.hovered:before {
    width: 5px;
    background: black;
  }
  .listing .article .article-title {
    margin-top: 28px !important;
  }
  .listing .article .article-title:before {
    content: "";
    width: 4px;
    background: #FF8D00;
    display: block;
    height: 11px;
    margin: 0 0 -12px -15px;
  }
  .listing .article .icon-favori {
    position: absolute;
    right: 5px;
    top: 5px;
  }
  .listing .pagination {
    /*display: block;*/
    text-align: center;
    bottom: 0;
  }
  .listing .pagination .btn-group .btn,
  .listing .pagination .btn-group .btn-info {
    background: white;
    color: #333;
    border: none;
    letter-spacing: 0;
    font-size: 11px;
    margin: 0 3px;
    border-radius: 3px !important;
  }
  .listing .pagination .btn-group .btn:hover,
  .listing .pagination .btn-group .btn-info:hover,
  .listing .pagination .btn-group .btn.active,
  .listing .pagination .btn-group .btn-info.active {
    background: black;
    color: #fff !important;
    border-color: black;
  }
  .listing .pagination .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 3px;
  }
}
.listing .list-button {
  position: fixed;
  bottom: 10px;
  position: absolute;
  padding: 0 30px;
}
.listing .list-button .map {
  color: white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12;
  height: 49px;
  display: block;
  background: #000000;
  border: none;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-right: 1px solid grey;
}
.listing .list-button .map:hover {
  background: #FF8D00;
}
.listing .list-button .criteria {
  color: white;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-size: 12;
  height: 49px;
  background: #000000;
  border: none;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.listing .list-button .criteria:hover {
  background: #FF8D00;
}
@media (min-width: 768px) {
  .listing .list-button {
    display: none;
  }
}
.listing.v2 {
  margin-top: -56px;
}
/*end of listing*/
/************** DESKTOP **************/
.search-home-desc {
  display: none;
  background: #F0F0F0;
  background: white;
  position: relative;
}
.search-home-desc .newform-block {
  display: flex;
  justify-content: center;
}
.search-home-desc .newform-title {
  width: 100%;
  padding: 0 140px;
  margin: 0 auto;
  line-height: 35px;
  position: absolute;
  top: -140px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  font-size: 26px !important;
}
.search-home-desc .newform-title .span-title,
.search-home-desc .newform-title .span-title-1 {
  font-size: 26px !important;
  font-weight: 600;
}
.search-home-desc .newform-title .span-title-3 {
  color: #FF8D00;
  font-size: 26px !important;
}
.search-home-desc .newform {
  margin: 33vh 15px 0 15px;
  position: relative;
  background: #fff;
  display: block;
  height: 83px;
  box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  position: absolute;
  right: 0;
  left: 0;
}
.search-home-desc .newform .type,
.search-home-desc .newform .what,
.search-home-desc .newform .town,
.search-home-desc .newform .max-price {
  /*width: 20%;*/
  width: 16%;
  float: left;
  padding: 17px 10px;
}
.search-home-desc .newform .type .form-control,
.search-home-desc .newform .what .form-control,
.search-home-desc .newform .town .form-control,
.search-home-desc .newform .max-price .form-control {
  height: 48px;
}
.search-home-desc .newform .type .form-control .btn,
.search-home-desc .newform .what .form-control .btn,
.search-home-desc .newform .town .form-control .btn,
.search-home-desc .newform .max-price .form-control .btn {
  border-radius: 2px;
  height: 48px;
}
.search-home-desc .newform .type .form-control span,
.search-home-desc .newform .what .form-control span,
.search-home-desc .newform .town .form-control span,
.search-home-desc .newform .max-price .form-control span {
  /*          text-transform: uppercase;
          color: @color-4;
          font-weight: 100;*/
}
.search-home-desc .newform .type {
  padding: 17px 10px 17px 20px;
}
.search-home-desc .newform .max-price {
  position: relative;
}
.search-home-desc .newform .max-price .imput-price {
  position: relative;
  z-index: 1;
  /*        text-transform: uppercase;
        color: @color-4;
        font-weight: 100;*/
}
.search-home-desc .newform .max-price .price-suffixe {
  position: absolute;
  top: 31px;
  right: 24px;
  z-index: 2;
  font-weight: 100;
}
.search-home-desc .newform .button-check {
  position: relative;
  float: left;
  width: 20%;
  padding: 17px 20px 17px 10px;
}
.search-home-desc .newform .button-check .btn-search {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  padding: 0px 30px 0px 40px;
  border: 0;
  border-radius: 5px;
  height: 48px;
  background: #000000;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.search-home-desc .newform .button-check .btn-search:hover {
  background: #FF8D00;
  color: #000000;
}
.search-home-desc .newform .button-check span {
  font-size: 20px;
  position: absolute;
  top: 29px;
  left: 30px;
  color: white;
}
.search-home-desc > .container-fluid {
  position: relative;
  height: 60vh;
}
.section-agence-bottom-bar,
.sectionTestimonials,
.agency-location,
.section-recrutement,
.section-edito,
.section-action {
  display: none;
}
@media (min-width: 768px) {
  .hr-footer {
    display: none;
  }
  .footer-title-2 {
    margin-top: 20px;
  }
  .footer-social {
    text-align: right;
  }
  .search-Resp {
    display: block;
  }
  .search-Resp .home-title {
    padding-top: 20px;
    text-transform: none;
  }
  .search-Resp .home-title:after {
    margin: 15px auto;
  }
  .section-agence-bottom-bar,
  .sectionTestimonials,
  .agency-location,
  .section-recrutement,
  .section-action,
  .section-edito,
  .search-home-desc {
    display: none;
  }
}
@media (min-width: 1023px) {
  .section-agence-bottom-bar,
  .sectionTestimonials,
  .agency-location,
  .section-recrutement,
  .section-action,
  .section-edito,
  .search-home-desc {
    display: block;
  }
  .search-Resp {
    display: none;
  }
  .section-edito {
    padding-bottom: 75px;
    margin-top: 52px;
  }
  .section-edito p {
    font-size: 14px;
    color: #333;
    padding: 0px 60px 0 0;
  }
  .section-edito .inner {
    padding: 0;
    margin-top: 55px;
    border-radius: 5px;
    box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.3);
  }
  .section-edito .inner .photo {
    height: 330px !important;
    background-size: cover;
    backgound-repeat: none;
    background-image: url(/frontend/images/image-edito@2x.png);
    border-radius: 5px;
    text-align: center;
  }
  .section-edito .inner .photo .play {
    margin-top: 125px;
  }
  .section-edito .inner .photo .play:hover {
    transform: scale(1.2);
  }
  .section-recrutement {
    background: white;
  }
  .section-action {
    display: block;
    padding: 70px 0;
    background: rgba(240, 240, 240, 0.67);
  }
  .section-action .action-image {
    border-radius: 5px;
    background: #000000;
    height: 160px;
  }
  .section-action .action-image img {
    max-width: 100%;
  }
  .section-action .action-text {
    padding-right: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
  }
  .section-action .action-image {
    text-align: center;
  }
  .section-action .action-image-1 {
    padding: 45px 30px;
  }
  .section-action .recruitment {
    padding-top: 3.5em;
  }
  .section-action .recruitment img {
    max-width: 60%;
  }
  .section-action .estimate {
    padding-top: 2.8em;
  }
  .section-action .estimate img {
    max-width: 60%;
  }
  .section-action h2 {
    margin-top: 10px;
  }
  .section-action p {
    color: #7B8591;
  }
  .section-action a {
    text-decoration: none;
    color: #FF8D00;
  }
  .agency-location {
    overflow: hidden;
  }
  .agency-location .map-home {
    position: relative;
    float: right;
    width: 40%;
  }
  .agency-location .map-home iframe {
    width: 100%;
    height: 370px;
  }
  .agency-location .map-home .map-arrow {
    position: absolute;
    left: -100px;
    bottom: -22px;
  }
  .agency-location .map-home .map-arrow img {
    max-width: 150px;
  }
  .agency-location .map-home .find-us {
    position: absolute;
    left: -280px;
    bottom: 0px;
  }
  .agency-location .map-home .find-us span {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    color: #333;
  }
  .agency-location .map-home .find-us .town {
    color: #FF8D00;
  }
  .agency-location .list-location .list .block-adress {
    margin-top: 10px;
  }
  .agency-location .list-location .list .map-icon {
    padding: 29px 0 0 0px;
    font-size: 30px;
  }
  .agency-location .list-location .list .text {
    padding-left: 0;
  }
  .agency-location .list-location .list .text h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .agency-location .list-location .list .text p {
    font-size: 14px;
    margin-bottom: 0;
    color: #7B8591;
  }
  .agency-location .list-location .list .text a {
    text-decoration: none;
    color: #FF8D00;
  }
  /*end section agencylocation*/
  /* Testimonial */
  .sectionTestimonials {
    margin-top: -40px;
    padding: 40px 0;
  }
  .sectionTestimonials h2 {
    text-align: center;
  }
  .sectionTestimonials h2:after {
    margin: 15px auto;
  }
  .sectionTestimonials .container-fluid {
    max-width: 100%;
  }
  .sectionTestimonials #nocarouselTestimonials .item .item {
    opacity: 1;
    transform: scale(1);
  }
  .sectionTestimonials #nocarouselTestimonials .item img.circle-img {
    border-radius: 50%;
    max-width: 70px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
  }
  .sectionTestimonials #nocarouselTestimonials .item .quote {
    font-size: 14px;
    color: #484848;
    font-family: 'Poppins', sans-serif;
  }
  .sectionTestimonials #nocarouselTestimonials .item .name {
    font-size: 14px;
    color: #484848;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .sectionTestimonials #nocarouselTestimonials .item p {
    height: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .sectionTestimonials #carouselTestimonials {
    width: 100%;
    z-index: 1;
    height: 267px;
  }
  .sectionTestimonials #carouselTestimonials .owl-dots {
    position: absolute;
    bottom: 0%;
    left: 43%;
  }
  .sectionTestimonials #carouselTestimonials .owl-item {
    width: 775px !important;
  }
  .sectionTestimonials #carouselTestimonials .owl-item.center .item {
    opacity: 1;
    transform: scale(1);
  }
  .sectionTestimonials #carouselTestimonials .item {
    border-radius: 5px;
    margin-bottom: 40px;
    transition: all 0.3s ease-in-out;
    transform: scale(0.9);
  }
  .sectionTestimonials #carouselTestimonials .item img.circle-img {
    border-radius: 50%;
    max-width: 70px;
    margin: auto;
    margin-bottom: 20px;
    box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
  }
  .sectionTestimonials #carouselTestimonials .item .quote {
    font-size: 14px;
    color: #484848;
    font-family: 'Poppins', sans-serif;
  }
  .sectionTestimonials #carouselTestimonials .item .name {
    font-size: 14px;
    color: #484848;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .sectionTestimonials #carouselTestimonials .item p {
    height: 60px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .sectionTestimonials #carouselTestimonials .owl-dots .owl-dot {
    display: inline-block !important;
  }
  .sectionTestimonials #carouselTestimonials .owl-dots .owl-dot span {
    width: 10px !important;
    height: 10px !important;
    background: #e2e2e2 !important;
    display: block !important;
    margin: 3px;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }
  .sectionTestimonials #carouselTestimonials .owl-dots .owl-dot.active span,
  .sectionTestimonials #carouselTestimonials .owl-dots .owl-dot:hover span {
    background: #f27c36 !important;
    transform: scale(1.2);
  }
  .sectionTestimonials #carouselTestimonials .owl-dots.disabled {
    display: block;
  }
  /*end of section Testimonial*/
}
/*end of @media (min-width: 1023px)*/
.section-already {
  padding: 40px 0;
  background: #F0F0F0;
}
.section-already h2 {
  text-align: center;
}
.section-already h2:after {
  margin: 15px auto;
}
.section-already .already_seen .content {
  padding: 0 15px;
}
.section-already .already_seen .content .owl-item {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 0px 17px 0 rgba(0, 0, 0, 0.16);
  margin-top: 15px;
  margin-bottom: 15px;
}
.section-already .already_seen .content .item {
  width: 200px !important;
}
.section-already .already_seen .content .item .inner {
  height: 114px;
  background-size: cover;
  backgound-repeat: none;
}
.section-already .already_seen .content .item .description {
  background: white;
}
.section-already .already_seen .content .item .description .label-rouded {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #FF8D00;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: 13px;
  padding: 2px 0 7px 0;
  border-radius: 50%;
  line-height: 30px;
  color: white;
  width: 40px;
  height: 40px;
  text-align: center;
}
.section-already .already_seen .content .item .description .sector {
  margin-bottom: 0;
  font-size: 14px;
  color: #FF8D00;
  letter-spacing: 2px;
  font-weight: 600;
}
.section-already .already_seen .content .item .description .sector:before {
  content: "";
  width: 4px;
  background: #FF8D00;
  display: block;
  height: 11px;
  margin: 0 0 -12px -16px;
}
.section-already .already_seen .content .item .description .bedroom {
  float: left;
  padding: 0;
  max-width: 100%;
}
.section-already .already_seen .content .item .description .bedroom .realty_bedroom {
  margin-bottom: 0;
  font-size: 15px;
  white-space: nowrap;
  width: auto;
}
.section-already .already_seen .content .item .description .realty_ref {
  float: left;
  font-size: 15px;
  color: #AEAEB9;
  margin-bottom: 10px;
}
.section-already .already_seen .content .item .description .icon-favori {
  float: right;
  font-size: 20px;
  color: #959698;
}
.section-already .already_seen .content .item .description .icon-favori:hover {
  color: #FF8D00;
}
.section-already .already_seen .content .item .description .price {
  padding: 0 0 13px 0;
}
.section-already .already_seen .content .item .description .price .realty_price {
  color: #7B8591;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  .section-already .already_seen .content .item {
    width: 200px !important;
  }
  .section-already .already_seen .content .item .inner {
    height: 114px;
  }
}
@media (min-width: 1024px) {
  .section-already .already_seen .content .item {
    width: 350px !important;
  }
  .section-already .already_seen .content .item .inner {
    height: 230px;
  }
}
.section-already .already_seen .content .owl-dots .owl-dot {
  display: inline-block !important;
}
.section-already .already_seen .content .owl-dots .owl-dot span {
  width: 10px !important;
  height: 10px !important;
  background: #e2e2e2 !important;
  display: block !important;
  margin: 3px;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.section-already .already_seen .content .owl-dots .owl-dot.active span,
.section-already .already_seen .content .owl-dots .owl-dot:hover span {
  background: #f27c36 !important;
  transform: scale(1.2);
}
.section-already .already_seen .content .owl-dots.disabled {
  display: block;
}
/*---------------------------------------------
-------------------ALL AGENCY-------------------
-----------------------------------------------*/
.block-all-agency h2 {
  padding-left: 15px;
  font-size: 25px;
}
.block-all-agency h3 {
  /*padding-top: 20px;*/
  font-size: 15px;
}
.block-all-agency h3 .all-agency-title-2 {
  color: #FF8D00;
}
.block-all-agency .map {
  display: none;
}
.block-all-agency .list {
  padding-top: 30px;
}
.block-all-agency .list .block-adress {
  margin-top: 20px;
  /*background: #F0F0F0;*/
  border: 1px solid #CCCCCC;
  padding: 10px;
  border-radius: 5px;
}
.block-all-agency .list .map-icon {
  font-size: 45px;
  text-align: center;
}
.block-all-agency .list .text {
  /*padding-left: 0;*/
}
.block-all-agency .list .text .agency_name h3 a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
  color: black;
  text-decoration: none;
}
.block-all-agency .list .text .agency_address {
  font-size: 14px;
  margin-bottom: 0;
  color: #7B8591;
}
.block-all-agency .list .text .agency_phone_number {
  text-decoration: none;
  color: #FF8D00;
}
.block-all-agency .list .text .agency_email {
  margin-bottom: 10px;
}
.block-all-agency .list .text .agency_email a {
  color: #FF8D00;
}
.block-all-agency .all-agency-map {
  margin-right: 0;
}
.block-all-agency .all-agency-map iframe {
  width: 100%;
  height: 700px;
}
@media (min-width: 768px) {
  .block-all-agency {
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC;
  }
  .block-all-agency h2 {
    padding-top: 20px;
    text-align: center;
  }
  .block-all-agency h2:after {
    margin: 15px auto;
  }
  .block-all-agency .map {
    padding-right: 0;
    float: right;
    display: block;
    margin-top: 45px;
  }
  .block-all-agency .map iframe {
    padding-right: 0;
    height: 122vh;
  }
  .block-all-agency .list .map-icon {
    padding: 35px 0px 20px 12px;
  }
}
@media (min-width: 1024px) {
  .block-all-agency .map iframe {
    height: 111vh;
  }
}
/*------------------------------------
---------CONTACTER NOUS -------------
------------------------------------*/
.title-2 {
  color: #484848;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1.50px;
  font-size: 25px;
  font-weight: 600;
}
.title-2:after {
  margin: 12px auto;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FF8D00;
}
.title-3 {
  font-size: 15px;
  text-transform: none;
  letter-spacing: 0 !important;
  font-weight: 400 !important;
}
.title-3:after {
  display: none;
}
.text-center h2.title-2::after {
  margin-left: auto;
  margin-right: auto;
}
.n-form {
  margin-top: 70px;
  text-align: center;
  /*tablet*/
}
.n-form h2 {
  font-size: 25px;
}
.n-form h3 {
  font-size: 15px;
  margin-bottom: 30px;
}
.n-form.v2 {
  margin-top: 0;
}
.n-form .contact-form {
  margin: auto;
  float: none;
}
.n-form .form-group {
  margin-bottom: 22px;
}
.n-form .form-group .control-label {
  text-align: left;
  color: #3f3f4a;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
  float: left;
}
.n-form .form-group .form-control {
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  /*border-radius: 2px;*/
  height: 40px;
}
.n-form .form-group .form-control .btn {
  border-radius: 2px;
  height: 40px;
}
.n-form .nbr-room-title {
  padding-left: 0;
}
.n-form .nbr-room-title .control-label {
  padding-left: 0;
}
.n-form .nbr-room-button {
  padding: 0;
  margin: auto;
  text-align: center;
  float: left;
  position: relative;
  margin-top: -22px;
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  height: 40px;
  width: auto;
  border: 1px solid #ccc;
}
.n-form .nbr-room-button .btn {
  margin: 0 auto;
  width: 16.66666667px;
  font-size: 12px;
  padding: 10px;
  width: 50px;
  border-right: 1px solid #ccc;
  border-radius: 0;
  text-align: center;
}
.n-form .nbr-room-button .btn:hover {
  background: #FF8D00;
  color: #fff;
  border: 1px solid #FF8D00;
}
.n-form .nbr-room-button .btn-1 {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.n-form .nbr-room-button .btn-6 {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
@media (min-width: 768px) {
  .n-form {
    padding-bottom: 20px;
    /* border-bottom: 1px solid #CCCCCC;*/
    /* .block-home-search{
        float: none;
        margin: auto;
        hr{
          display: block;
        }
      }*/
    /*.nbr-room{
      display: block;
      box-shadow: none;
      .nrb-room-button{
        .boxShadow(0px, 3px, 6px, 0, 0.16);
        cursor: pointer;@
      }
      
    }*/
  }
  .n-form h2:after {
    margin: 15px auto;
  }
  .n-form .contact-form {
    float: left;
  }
}
.header-pages {
  background-size: cover;
  backgound-repeat: none;
  padding: 85px 0;
  border-bottom: 1px solid #edeeef;
}
.header-contact {
  background-image: url(/frontend/images/header-contact.png);
}
.header-login {
  margin-top: 85px;
}
.textarea-1 {
  height: 180px !important;
}
.textarea-2 {
  height: 174px !important;
}
.section-1 {
  padding-bottom: 20px;
}
.section-2 {
  padding: 50px 0;
  background: #f0f0f0;
}
.form-control:focus {
  border-color: #FF8D00;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.search_advanced .max-price .imput-price,
.form-control {
  color: #000 !important;
}
.box-message {
  padding-top: 30px;
}
.box-message .title {
  color: #adadad;
  font-size: 32px;
}
.checktext {
  display: block;
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cmspage_details .visuel {
  max-width: 40%;
}
.cmspage_details .author {
  color: #AEAEB9;
  font-size: 12px;
}
.item-offer {
  background: #fff;
  border-radius: 5px;
}
.item-offer .visual {
  height: 180px;
  background-size: cover;
  backgound-repeat: none;
  background-position: center center !important;
  background-repeat: no-repeat;
}
.item-offer hr {
  bottom: 35px;
  position: absolute;
  width: 100%;
}
.item-offer .content {
  padding: 15px;
}
.item-offer a {
  text-decoration: none;
}
.item-offer .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 18px;
  color: #FF8D00;
  letter-spacing: 2px;
  font-weight: 600;
}
.item-offer .title:before {
  content: "";
  width: 4px;
  background: #FF8D00;
  display: block;
  height: 18px;
  margin: 0 0 -12px -16px;
  position: absolute;
}
.item-offer .title a {
  color: #FF8D00;
}
.item-offer p {
  margin-top: 10px;
  font-size: 13px;
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item-offer p a {
  color: #333;
}
.item-offer .button-candidate {
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.item-offer .btn-candidate {
  position: relative;
  margin-top: -10px;
}
.item-offer .date span {
  font-size: 12px;
  position: relative;
  top: -4px;
  color: #333;
}
.item-offer:hover {
  box-shadow: 0px 0px 17px 0 rgba(0, 0, 0, 0.1);
}
.item-offer.vTeam {
  border: 1px solid #f5f5f5;
  margin: 20px 0;
}
.item-offer.vTeam .content {
  padding: 15px !important;
}
.box {
  margin: 20px 0;
  background: #fff;
  border-radius: 5px;
}
.box .content {
  padding: 30px;
}
.box:hover {
  box-shadow: 0px 0px 35px 0 rgba(0, 0, 0, 0.1);
}
.box.testimonial .content {
  padding: 110px 40px 40px 40px;
  font-size: 14px;
  background: url(/frontend/images/quote.png) no-repeat 40px 40px;
  background-size: 12%;
}
.box.testimonial .testimony_infos {
  margin: 20px 0 0 0;
}
.intro-offer {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 25px;
  color: #7B8591;
}
.offer-details,
.offer-mission,
.offer-profil {
  margin-bottom: 35px;
  color: #333;
}
.list-offer {
  margin: 0 0 20px 0;
  padding: 0;
}
.list-offer li {
  font-size: 12px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid #edeeef;
}
.link-prev {
  margin: 35px 0 0 0;
  font-size: 11px;
}
.content.content-list {
  /* margin-top: 86px;*/
  margin-top: 34px;
  position: relative;
}
.content.content-list .map-list-search {
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
}
.content.content-list .map-filters {
  position: absolute;
  z-index: 1000;
  top: 9px;
  right: 15px;
}
.content.content-list .map-filters .btn {
  background: #fff;
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #000000;
  font-family: Roboto, Arial, sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 11px;
  background-color: #ffffff;
  padding: 8px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  min-width: 22px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: initial;
  margin: 0 !important;
}
.content.content-list .map-filters .btn.active.focus,
.content.content-list .map-filters .btn.active:focus,
.content.content-list .map-filters .btn.focus,
.content.content-list .map-filters .btn:active.focus,
.content.content-list .map-filters .btn:active:focus,
.content.content-list .map-filters .btn:focus {
  color: #fff;
  background: #000;
}
.content.content-list .map-list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.content.content-list .list-results {
  margin-top: 32px;
}
.content.content-list.mapActive .list-results {
  display: none !important;
}
.content.content-list.mapActive .filters-result {
  display: none;
}
.content.content-list.mapActive .search_advanced {
  display: none !important;
}
.realty-list-page .list-results {
  margin-top: 16px!important;
}
.table-thx {
  width: 60%;
  margin: 0 auto;
}
.table-thx td {
  vertical-align: middle !important;
  padding: 0 10px !important;
  height: 45px;
}
.table-thx td .fa {
  font-size: 30px;
  color: #00b084;
}
.table-thx td.icon {
  width: 30px;
}
.fadeInUp {
  animation-name: fadeIn;
  animation-delay: 0;
  animation-duration: 2s;
}
.fadeInUp.fade1 {
  animation-delay: 0;
}
.fadeInUp.fade2 {
  animation-delay: .3s;
}
.fadeInUp.fade3 {
  animation-delay: .35s;
}
.fadeInUp.fade4 {
  animation-delay: .5s;
}
.fadeInUp.fade5 {
  animation-delay: .65s;
}
.fadeInUp.fade6 {
  animation-delay: .8s;
}
.fadeInUp.fade7 {
  animation-delay: .95s;
}
.fadeInUp.fade8 {
  animation-delay: 1.2s;
}
.fadeInUp.fade9 {
  animation-delay: 1.35s;
}
.fadeInUp.fade10 {
  animation-delay: 1.5s;
}
.btn-login {
  height: 43px;
}
.section-recrutement {
  background: url(/frontend/images/bgd-recrut.png) no-repeat #ff9300 center center;
  background-size: contain;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.section-recrutement h2 {
  color: #fff;
}
.section-recrutement h2:after {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}
.section-recrutement .btn {
  border: 1px solid #fff;
  margin: 5px 0 0 0;
  height: 40px;
  padding-top: 12px;
  background: none;
}
.section-recrutement .text {
  width: 60%;
  margin: 0 auto;
}
.list-district {
  margin-left: 15px;
  overflow: hidden;
}
.form-control {
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;
  background: #fff !important;
  font-size: 13px !important;
  font-weight: 200;
  letter-spacing: 0;
  color: #000 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background: #343434;
  border-color: #343434;
}
.block-energy .gas-consumption {
  overflow: hidden;
}
.conso {
  width: 50% !important;
  margin-bottom: 15px;
}
.block-info-1.vForm {
  padding: 20px;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-left: 5px solid #FF8D00;
  margin: 20px 0;
  border-radius: 5px;
}
h3.title-ag-c {
  margin-bottom: 10px !important;
}
.form-group span.required,
label span {
  color: #e02222;
  font-size: 12px;
  padding-left: 2px;
}
.form-messages {
  display: none;
}
#wrapper {
  margin-top: 85px;
}
@media screen and (max-width: 1024px) {
  #wrapper {
    margin-top: 64px;
  }
}
.fixedBtn {
  display: none;
}
.search-page {
  margin-top: 130px;
  padding-bottom: 30px;
}
#realty_picture_carousel .carousel-inner {
  height: 400px;
}
.realty_exclusivity {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .products-per-page label {
    display: none;
  }
  .search-page {
    margin: 0;
    padding: 0;
  }
  .slider-exclu .content .item .description .bedroom .realty_bedroom {
    font-size: 11px;
  }
  .slider-exclu {
    padding-top: 2px;
  }
  .fixedBtn {
    display: block;
    padding: 5px 0 20px 0;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+89&0+0,1+90 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.99) 89%, #ffffff 90%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
    /* IE6-9 */
    position: device-fixed;
    border-bottom: 0;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    bottom: 0;
    z-index: 300;
  }
  .fixedBtn .btn-group {
    height: 48px;
    width: 70%;
    border-radius: 24px;
    overflow: hidden;
    margin: 0 auto;
  }
  .fixedBtn .btn-group .btn {
    height: 48px;
    width: 50%;
  }
  .fixedBtn.v2 {
    display: none;
  }
  .fixedBtn.v2 {
    display: none;
  }
  .tablet {
    border-radius: 0px !important;
  }
  .map-list-search {
    display: none;
  }
  .content.content-list {
    margin-top: 0;
  }
  .listing {
    margin-top: 61px;
  }
  .mapActive .content.content-list .map-list-search {
    display: block;
    right: 0;
  }
  .mapActive #params_info {
    display: none;
  }
  .mapActive .content.content-list .list-results {
    display: none !important;
  }
  .mapActive .content.content-list {
    height: 79vh;
    position: relative;
    margin-top: 30px;
  }
  .mapActive .pagination,
  .mapActive .fixedBtn.v1 {
    display: none;
  }
  .mapActive .fixedBtn.v2 {
    display: block;
  }
  .item-offer,
  .box.testimonial {
    margin-bottom: 40px !important;
  }
  .listing .top-bar .breadcrumbs span,
  .listing .top-bar .breadcrumbs {
    color: #fff !important;
  }
  .conso {
    width: 100% !important;
    margin-bottom: 15px;
  }
  #wrapper {
    overflow: hidden;
  }
  .header-pages {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 414px) {
  .slider-exclu {
    padding-top: 1px;
  }
  .slider-exclu .content .item .description .realty_ref,
  .slider-exclu .content .item .description .realty_sector,
  .slider-exclu .content .item .description .bedroom .realty_bedroom {
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .realty_sector {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
  }
  .slider-exclu .content .item .description .price .realty_price {
    font-size: 14px;
  }
  #params_info,
  .slider-exclu .content .item .description .icon-favori {
    display: none;
  }
  .listing .article .label-rouded {
    font-size: 11px;
  }
  .fixedBtn .btn-group {
    width: 100% !important;
  }
  .section-already .already_seen .content .item .description .label-rouded {
    font-size: 11px;
  }
  .n-form .nbr-room-button .btn {
    width: 40px;
  }
  .n-form .nbr-room-button {
    margin-bottom: 20px;
  }
  .item-offer .date {
    text-align: center !important;
  }
  .item-offer .date span {
    display: block;
    margin-bottom: 10px;
  }
  .item-offer .date .pull-right {
    float: none !important;
  }
}
.col-fixed {
  margin-top: 20px;
  position: fixed;
  top: 95px;
  width: 300px;
  padding: 10px;
  margin-right: -25px;
  background: #fff;
}
.listing .article .description .realty_favorite_selected .icon-favori {
  color: #FF8D00;
}
.realty_favorite_selected span {
  color: white!important;
}
.alert-success {
  background: #000;
}
.jquery-notify-bar {
  background: #fff;
  font-family: 'Poppins', sans-serif;
  padding: 30px 0px;
  box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.16);
}
.icon-share {
  float: right;
  font-size: 20px;
  margin-top: 10px;
  color: #959698;
  position: relative;
  z-index: 100;
}
.icon-share:hover {
  color: #FF8D00;
}
.error {
  color: #a94442;
  border-color: #d8223f;
}
.alert-success {
  background-color: #dff0d8;
}
.search-home-desc .newform .type .form-control span,
.search-home-desc .newform .what .form-control span,
.search-home-desc .newform .town .form-control span,
.search-home-desc .newform .max-price .form-control span {
  font-size: 13px !important;
  font-weight: 200;
  letter-spacing: 0;
  color: #000 !important;
  text-transform: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option,
.bootstrap-select.btn-group .dropdown-menu li a span.text,
.listing .top-bar .tablet .type .form-control span,
.listing .top-bar .tablet .what .form-control span,
.listing .top-bar .tablet .town .form-control span,
.listing .top-bar .tablet .max-price .form-control span,
.listing .top-bar .tablet .button-check .form-control span,
.search-home-desc .newform .type .form-control span,
.search-home-desc .newform .what .form-control span,
.search-home-desc .newform .town .form-control span,
.search-home-desc .newform .max-price .form-control span {
  text-transform: lowercase !important;
  font-size: 13px !important;
  font-weight: 200;
  letter-spacing: 0;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option:first-letter,
.bootstrap-select.btn-group .dropdown-menu li a span.text:first-letter,
.listing .top-bar .tablet .type .form-control span:first-letter,
.listing .top-bar .tablet .what .form-control span:first-letter,
.listing .top-bar .tablet .town .form-control span:first-letter,
.listing .top-bar .tablet .max-price .form-control span:first-letter,
.listing .top-bar .tablet .button-check .form-control span:first-letter,
.search-home-desc .newform .type .form-control span:first-letter,
.search-home-desc .newform .what .form-control span:first-letter,
.search-home-desc .newform .town .form-control span:first-letter,
.search-home-desc .newform .max-price .form-control span:first-letter {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .listing .top-bar .tablet .type .form-control span,
  .listing .top-bar .tablet .what .form-control span,
  .listing .top-bar .tablet .town .form-control span,
  .listing .top-bar .tablet .max-price .form-control span,
  .listing .top-bar .tablet .button-check .form-control span {
    text-transform: lowercase !important;
    font-size: 13px !important;
    font-weight: 200;
    letter-spacing: 0;
    color: #000 !important;
  }
  .listing .top-bar .tablet .type .form-control span:first-letter,
  .listing .top-bar .tablet .what .form-control span:first-letter,
  .listing .top-bar .tablet .town .form-control span:first-letter,
  .listing .top-bar .tablet .max-price .form-control span:first-letter,
  .listing .top-bar .tablet .button-check .form-control span:first-letter {
    text-transform: uppercase;
  }
}
.top-bar .form-group {
  width: 16.66%!important;
}
.recrut-col-1 {
  width: 300px;
  float: left;
}
.recrut-col-2 {
  margin-left: 320px;
}
#params_info {
  position: relative;
}
#params_info h2 {
  display: none;
}
#params_info .container {
  position: relative;
  bottom: -46px;
  right: 30px;
}
@media (max-width: 768px) {
  .col-fixed,
  .recrut-col-1 {
    width: 200px;
  }
  .recrut-col-2 {
    margin-left: 215px;
  }
  #realty_picture_carousel .carousel-inner {
    height: auto;
  }
  .action-button-desktop {
    display: block;
  }
  .action-button-desktop .shortcuts {
    top: -41px !important;
    z-index: 10;
    display: block;
  }
  #frame_realty_map.hidden {
    display: block !important;
    position: absolute !important;
    z-index: 1000 !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
  }
  .mapActive .pop-result {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    height: 300px;
    box-shadow: 0px 1px 20px 0 rgba(0, 0, 0, 0.16);
  }
  .mapActive .pop-result article {
    display: block !important;
  }
  .mapActive .pop-result .description {
    padding: 15px;
  }
  .mapActive .pop-result .photo {
    background-size: cover;
    backgound-repeat: none;
    background-position: center center;
    height: 185px;
    position: relative;
  }
  .mapActive .pop-result .photo .right {
    color: #fff;
    text-align: center;
    line-height: 185px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 85px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  }
  .mapActive .pop-result .photo .right span {
    position: relative;
  }
  .mapActive .pop-result .photo .right a {
    color: #fff;
  }
  .mapActive .pop-result .photo .right a:hover {
    /* La valeur à indiquer va de 0 à 10 */
    -moz-opacity: 0.7;
    filter: alpha(opacity:  70 );
    opacity: 0.7;
    text-decoration: none;
  }
  .mapActive .pop-result .article-title {
    margin-bottom: 0;
    font-size: 14px;
    color: #FF8D00;
    letter-spacing: 2px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
  }
  .mapActive .pop-result .sub-title {
    margin-bottom: 0;
    font-size: 14px;
    margin-bottom: 8px;
    margin-right: 83px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .mapActive .pop-result .sub-title .ref {
    color: #AEAEB9 !important;
  }
  .mapActive .pop-result .price {
    color: #7B8591;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
  }
  .mapActive .pop-result .acces-btn {
    float: right;
    margin-top: -55px;
  }
  .mapActive .pop-result .link-close {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 25px;
    height: 25px;
    display: block;
  }
  .mapActive .pop-result .link-close img {
    width: 100%;
  }
  .mapActive .pop-result .link-close:hover {
    /* La valeur à indiquer va de 0 à 10 */
    -moz-opacity: 0.7;
    filter: alpha(opacity:  70 );
    opacity: 0.7;
  }
}
@media (max-width: 500px) {
  .col-fixed,
  .recrut-col-1 {
    width: 100%;
    float: none;
    display: block;
    border: 0;
    padding: 0;
    position: relative;
  }
  .recrut-col-2 {
    margin-left: 0;
  }
}
@media (max-width: 400px) {
  .mapActive .content.content-list {
    height: 89vh;
  }
}
/* a nettoyer */
table.dpe-ges {
  border: 0 none;
  border-collapse: collapse;
}
table.dpe-ges tbody {
  border: 0 none;
  border-collapse: collapse;
}
table.dpe-ges tbody tr.dpe-ges-line td,
table.dpe-ges tbody tr.dpe-ges-line th {
  border: 0 none;
  padding: 0px;
}
table.dpe-ges tbody tr.dpe-ges-line th {
  padding: 10px 0px;
}
table.dpe-ges tbody tr.dpe-ges-line td {
  padding: 0px 10px;
}
table.dpe-ges td div.value {
  position: absolute;
  top: 0px;
  left: -15px;
  margin: 0px;
  padding-top: 6px;
  text-align: right;
  color: white;
  font-weight: bold;
}
table.dpe-ges td div.value.ges {
  left: -20px;
}
table.dpe-ges .img {
  position: relative;
}
.ekko-lightbox-nav-overlay a {
  opacity: 1 !important;
}
/* a nettoyer */
.nav-list .divider {
  height: 2px;
  margin: 9px 1px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.list-category {
  cursor: pointer;
}
.tree-node {
  padding: 3px 15px;
}
.tree-none a {
  padding: 0;
  margin: 0;
}
.btn-circle {
  width: 30px;
  height: 30px;
  padding: 6px 0px 0px 4px;
  border-radius: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.428571429;
}
.vTeam .btn-circle {
  left: auto !important;
  top: 34px;
  right: 15px;
}
.vTeam .btn-circle {
  position: absolute;
  z-index: 100;
  left: 35px;
  top: 82px;
  display: none;
}
.vTeam:hover .btn-circle {
  display: block;
}
.initiallyHidden {
  display: none;
}
.n-form h3 {
  margin-bottom: 10px !important;
}
.link-back {
  font-size: 15px;
  margin-left: -10px;
}
.textarea-motivation {
  resize: none;
  max-height: 170px;
  min-height: 170px;
}
.realty_favorite_selected {
  background-color: #FF8D00!important;
}
.no-print {
  display: none;
}
@media print {
  .no-print {
    display: inline-block;
  }
  .print-detail-agency {
    page-break-inside: avoid;
    padding-top: 50px!important;
  }
  .value-energy {
    color: white!important;
    padding-right: 20px!important;
  }
  .contact {
    display: none;
  }
}
.print-picture {
  height: 107px;
  display: inline-block;
}
@page {
  size: auto;
  /* auto is the initial value */
  margin: 0;
  /* this affects the margin in the printer settings */
}
.info-content {
  margin-left: 10px;
  float: right;
}
.info-picture {
  float: left;
}
.title-content {
  color: #FF8D00;
  text-transform: uppercase;
  font-size: 14px;
}
.testimony-item {
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}
#carousel-exclu .owl-carousel {
  position: relative;
}
#carousel-exclu .owl-prev,
#carousel-exclu .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
#carousel-exclu .owl-prev {
  left: -2%;
}
#carousel-exclu .owl-next {
  right: 0;
}
#carousel-exclu .owl-nav {
  display: block!important;
}
#carouselTestimonials .owl-carousel {
  position: relative;
}
#carouselTestimonials .owl-prev,
#carouselTestimonials .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
#carouselTestimonials .owl-prev {
  display: none;
}
#carouselTestimonials .owl-next {
  display: none;
}
#carouselTestimonials .owl-nav {
  display: block!important;
}
.listing .article .description .detail {
  padding: 0;
  max-width: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}
.navbar-brand {
  padding: 0;
}
.sectionTestimonials {
  border-bottom: 1px solid #fff;
}
@media (min-width: 1025px) {
  #carousel-exclu .owl-nav {
    z-index: 4;
    position: absolute;
    top: 159px;
    left: 0;
    right: 0;
  }
  #carousel-exclu .owl-carousel:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    content: '';
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+100&1+0,0+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f0f0f0 0%, rgba(240, 240, 240, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#00f0f0f0', GradientType=1);
    /* IE6-9 */
  }
  #carousel-exclu .owl-carousel:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 90px;
    content: '';
    z-index: 2;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0f0f0+0,f0f0f0+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, #f0f0f0 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f0f0f0', endColorstr='#f0f0f0', GradientType=1);
    /* IE6-9 */
  }
}
@media (min-width: 768px) {
  .listing .content {
    border: none;
  }
}
.btn-info,
.btn-info.disabled {
  background: #ffb245;
  border: 1px solid #ffb245;
}
a,
.btn-info.btn-outline {
  color: #ffb245;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.nav-tabs > li > a.active,
.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline.focus {
  background: #ffb245;
  border-color: #ffb245;
  color: #000;
}
.pagination > li > a,
.pagination > li > span {
  color: #000;
}
.pagination {
  text-align: center !important;
}
.pagination ul {
  display: inline-block !important;
}
#map {
  height: 75vh;
}
@media screen and (min-width: 736px) {
  #listArticle {
    height: 70vh;
    overflow: auto;
  }
}
@media screen and (max-width: 768px) {
  #map {
    height: 75vh;
  }
  .content.content-list .map-list-search {
    top: 0;
  }
  #listArticle {
    height: 75vh;
  }
  .slider-exclu .content .item .inner {
    height: 230px !important;
  }
}
#seo-template textarea {
  max-height: 75px;
}
#seo-template {
  color: white;
}
.testimony_details img.circle-img {
  border-radius: 50%;
  max-width: 70px;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}
a.realty_block_link:focus,
a.realty_block_link:hover {
  color: orange;
}
.slider-exclu a:visited {
  color: orange!important;
}
.slider-exclu a:active {
  color: orange!important;
}
@media (max-width: 414px) {
  .slider-exclu .content .item {
    width: 340px !important;
  }
  .listing {
    margin-top: 21px;
  }
}
@media (max-width: 375px) {
  .slider-exclu .content .item {
    width: 270px !important;
  }
}
@media (max-width: 660px) {
  .realty-title,
  .realty_favorite {
    display: none;
  }
  .realty_favorite_link.v2 .realty_favorite {
    display: inline;
  }
  .slider-exclu .content .item {
    width: 500px !important;
  }
}
.realty_favorite_link {
  right: 15px;
  top: 12px;
  margin-top: 4px;
  position: absolute;
}
.realty_favorite_link.v2 {
  right: 0;
  top: 0;
  margin-top: 0;
  position: relative;
}
.products-per-page {
  text-align: right;
}
.listing.v2 .products-per-page {
  position: relative;
  top: 35px;
  right: -15px;
}
@media (min-width: 770px) and (max-width: 1060px) {
  .listing .top-bar .form-validate .form-group {
    width: 16% !important;
  }
  .listing .top-bar .form-validate .form-group .btn-group,
  .listing .top-bar .form-validate .form-group .bootstrap-select,
  .listing .top-bar .form-validate .form-group .show-tick,
  .listing .top-bar .form-validate .form-group .form-control {
    width: 100% !important;
  }
  .listing .top-bar .form-validate .form-group .btn-search {
    font-size: 9px !important;
  }
}
.listConfig {
  margin-top: 20px;
  margin-bottom: 30px;
}
.listConfig p {
  padding: 10px !important;
  margin: 1px 0 !important;
  border-top: 1px solid #eee;
  border-left: 10px solid #eee;
}
.listConfig p:last-child {
  border-bottom: 1px solid #eee;
}
.article-alert:hover {
  cursor: pointer;
}
.navbar-brand > img {
  width: 147px;
}
.thumbnail .hide-thumbnail {
  -webkit-filter: grayscale(100%);
}
.hide-thumbnail {
  filter: blur(3px) grayscale(100%);
  opacity: 0.60;
}
@media (max-width: 770px) {
  .detail-contact {
    display: none;
  }
  .n-form .contact-form.pull-right {
    float: none !important;
  }
  .validForm {
    margin-top: 20px;
    clear: both;
  }
}
.filters-search {
  margin: 6px 25px 4px 0;
}
.gm-style-iw {
  max-width: 280px !important;
  top: 15px !important;
  left: 23px !important;
  padding: 12px !important;
  background-color: #fff;
  box-shadow: 0 1px 6px rgba(178, 178, 178, 0.6);
}
.gm-style-iw * {
  overflow: hidden!important;
}
.iw-redirect:hover {
  text-decoration: none!important;
  color: #ffb245!important;
}
/*#iw-container {
  margin-bottom: -10px;
}
#iw-container .link-close {
  position: absolute;
  top: 15px;
  left: 15px;
  display: block;
}
#iw-container .iw-title {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: white;
  margin: 0;
  border-radius: 2px 2px 0 0;
}
#iw-container .iw-content {
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  margin-right: 1px;
  padding: 15px 5px 20px 15px;
  max-height: 160px;
}
.iw-content img {
  float: right;
  margin: 0 5px 5px 10px;
}
.iw-subTitle {
  font-size: 16px;
  font-weight: 700;
  padding: 5px 0;
}
.iw-bottom-gradient {
  position: absolute;
  width: 326px;
  height: 25px;
  bottom: 10px;
  right: 18px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.iw-img {
  height: 170px;
  width: 100%;
}
.iw-price {
  color: #7B8591;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}
.iw-type {
  color: black!important;
}
.iw-reference {
  color: #AEAEB9 !important;
}
@media (max-width: 770px) {
  .iw-img {
    width: 100%;
  }
  .iw-subTitle {
    font-size: 12px;
    font-weight: 500;
    padding: 0!important;
  }
  .iw-price {
    font-size: 12px!important;
  }
  #iw-container .iw-content {
    font-size: 11px !important;
    padding: 10px 5px 10px 10px!important;
  }
}*/
img[src="https://maps.gstatic.com/mapfiles/transparent.png"] {
  display: none;
}
.iw-parent {
  width: 280px!important;
}
.logo-desk {
  display: none;
}
@media screen and (min-width: 1030px) {
  header .navbar-header .logo {
    display: none;
  }
  .logo-desk {
    display: block;
    margin-top: 4px;
  }
  .logo-desk span {
    display: block;
    color: #fff;
    font-size: 9px;
    position: relative;
    margin-left: 17px;
    margin-top: -12px;
    color: #FF8D00;
  }
  .logo-desk span strong {
    color: #fff;
  }
}
label#owner-error {
  margin-top: 20px;
  position: absolute;
}
iframe.note-video-clip,
.youtube iframe {
  width: 100% !important;
}
#side-menu a.active {
  border-bottom: 3px solid #FF8D00;
}
#nav-admin a.active {
  border-left-color: #9675ce!important;
  border-left: 3px solid #ff6849;
  background: rgba(0, 0, 0, 0.02);
}
.content-news img {
  margin: 20px;
}
.agency-location .container-fluid {
  max-width: 100%;
}
.youtube {
}
.youtube span {
  display: block;
}
.recruitmentVideo .content {
  height: auto!important;
}
.recruitmentVideo .button-candidate {
  left: 0 !important;
  width: 100%;
  position: relative;
  bottom: 0!important;
  margin-top: 20px!important;
}
.btn-go {
  color: white;
  background: #FF8D00 !important;
  border-color: #FF8D00 !important;
}
.dropdown-realty {
  background-color: black;
}
.dropdown-realty > li > a:focus,
.dropdown-realty > li > a:hover {
  color: white!important;
  text-decoration: none;
  background-color: black!important;
}
@media (max-width: 1450px) {
  .search-home-desc {
    background-size: cover;
  }
}
.search-home-desc {
  background: url(/frontend/images/slider.png) no-repeat;
  background-size: auto 100%;
  background-color: black;
  background-size: cover;
  background-position: center;
}
.search-home-desc .newform-title {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, #000000 25%, #000000 50%, #000000 75%, rgba(0, 0, 0, 0.5) 100%);
  height: 170px;
  vertical-align: middle;
  padding: 50px 0px;
  top: -200px;
  position: absolute;
  max-width: 900px;
}
@media (min-width: 1024px) {
  .link-header-a a:hover {
    border-bottom: none!important;
    color: #FF8D00!important;
    background-color: transparent!important;
  }
}
.link-header-a {
  background: none;
}
.dropdown-some-realty {
  background-color: black;
}
.section-newsletter {
  background: #FF9300;
  background: url(/frontend/images/bgd-recrut.png) no-repeat #ff9300 center center;
  background-size: contain;
  padding: 50px 0;
  color: #fff;
  text-align: center;
}
.section-newsletter .section-title {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-newsletter .section-title::after {
  margin-top: 12px;
  content: "";
  display: block;
  height: 4px;
  width: 49px;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}
.section-newsletter .section-newsletter-formwrapper p {
  padding: 0 15px;
}
.section-newsletter .newsletter-form .form-group-newsletter {
  display: flex;
  padding: 0 30px;
  margin-bottom: 0;
}
.section-newsletter .newsletter-form .form-group-newsletter input.input-email {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section-newsletter .newsletter-form .form-group-newsletter button {
  background: #000;
  border: transparent;
  color: #FFF;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.section-newsletter .newsletter-form .form-group-newsletter button:hover {
  background: #FFF;
  color: #000;
  border: transparent;
}
header {
  height: 100px ;
}
header .navbar .navbar-header {
  min-height: 97px;
}
header .navbar .navbar-header .logo-desk {
  margin-top: 0 !important;
}
header .navbar .navbar-header .logo-desk .navbar-brand {
  margin-top: 5px;
}
header .navbar .navbar-header .top-navigation {
  float: right;
  padding: 0;
  display: flex;
  background: #343434;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop {
  float: right;
  padding: 5px 20px 5px;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop li {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12px;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop li a:hover {
  text-decoration: none;
  color: #FFF;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop li a:focus {
  text-decoration: none;
  color: #FFF;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop li.dropdown .dropdown-menu > li > a {
  color: #FFF !important;
}
header .navbar .navbar-header .top-navigation .nav-bar-top-desktop li.dropdown .dropdown-menu > li > a:hover {
  color: #ff9300 !important;
}
header .navbar .navbar-header .nav-bar-desktop li.estimation {
  padding: 0 !important;
}
header .navbar .navbar-header .nav-bar-desktop li.imo-company a {
  display: none !important;
}
header .navbar .navbar-header .nav-bar-desktop li.custumer-think a {
  display: none !important;
}
.search-home-desc {
  background-position: center;
}
.search-home-desc .newform {
  top: -10px;
}
@media (max-width: 1023px) {
  header .top-navigation {
    display: none !important;
  }
  header .navbar-collapse ul.navbar-nav hr {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  header .navbar-collapse ul.navbar-nav .imo-company.open .dropdown-menu {
    position: static !important;
    float: none !important;
    width: auto !important;
    margin-top: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
@media (min-width: 768px) {
  .search-Resp .home-title {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .search-Resp {
    margin-top: 20px;
  }
  #wrapper {
    margin-top: 95px !important;
  }
  .listing .top-bar {
    top: 105px !important;
  }
  .alert-realty {
    display: inline-table;
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  #wrapper {
    margin-top: 94px !important;
  }
  .listing .top-bar .tablet {
    top: 95px !important;
  }
  .recrut-form .row {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  #colFix {
    position: absolute;
  }
}
.thumnail-gray {
  filter: brightness(0.4);
}
.thumnail-gray-text {
  color: #fff;
  margin: 35px 25px;
  position: absolute;
  z-index: 10;
}
.visit-request .dexem-dni.known-number {
  font-weight: bold;
}
#fullscreen_map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border: none;
  font-weight: bold;
}
#fullscreen_map:hover {
  color: #FF8D00;
}
#carouselExampleFade .owl-carousel .owl-slide {
  position: relative;
  height: 800px;
  background-color: lightgray;
}
#carouselExampleFade .owl-carousel .owl-slide-animated {
  transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.05s;
}
#carouselExampleFade .owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
#carouselExampleFade .owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}
#carouselExampleFade .owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}
#carouselExampleFade .owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}
#carouselExampleFade .owl-carousel .owl-dots,
#carouselExampleFade .owl-carousel .owl-nav {
  position: absolute;
}
#carouselExampleFade .owl-carousel .owl-dots .owl-dot,
#carouselExampleFade .owl-carousel .owl-nav [class*="owl-"]:focus {
  outline: none;
}
#carouselExampleFade .owl-carousel .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid var(--main-black-color);
  transition: all 0.2s ease;
}
#carouselExampleFade .owl-carousel .owl-dots .owl-dot:hover span,
#carouselExampleFade .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--main-black-color);
}
#carouselExampleFade .owl-carousel .owl-nav {
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  margin: 0;
}
#carouselExampleFade .owl-carousel .owl-nav svg {
  opacity: 0.3;
  transition: opacity 0.3s;
}
#carouselExampleFade .owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}
#carouselExampleFade .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}
#carouselExampleFade section {
  display: none;
}
.modal.show {
  opacity: 1!important;
}
.modal.show .modal-dialog {
  margin: 15% auto;
}
.news-container .title-3 {
  font-size: 30px;
  margin-bottom: 30px;
}
.news-container .news-list .news-categories {
  margin-bottom: 20px;
}
.news-container .news-list .news-categories ul li {
  display: inline-block;
}
.news-container .news-list .news-categories ul li label {
  padding: 15px 20px;
  max-width: none!important;
  background-color: white;
  border-radius: 30px;
  margin-right: 15px;
}
.news-container .news-list .news-categories ul li label:hover {
  background-color: #ffb245;
  color: #fff;
}
.news-container .news-list .news-categories ul li label:hover a {
  color: #fff;
}
.news-container .news-list .news-categories ul li label a {
  text-decoration: none;
  /* no underline */
}
.news-container .news-list .news-categories ul li label a:hover {
  text-decoration: none;
  /* no underline */
  color: #fff;
}
.news-container .news-list .item-offer {
  height: 420px;
}
.news-container .news-list .item-offer .block-img-news img {
  width: 100%;
  height: 226px;
}
.news-container .news-list .item-offer .block-img-news .category-first-news {
  position: absolute;
  background: #fff;
  top: 35px;
  left: 30px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 5px;
}
.news-container .news-list .item-offer .news-body {
  margin-top: 15px;
  padding: 0 15px;
}
.news-container .news-list .item-offer .news-body .news-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
.news-container .news-list .item-offer .news-body .news-content {
  text-align: left;
  margin-bottom: 15px;
}
.news-container .news-list .item-offer .news-body a:hover {
  text-decoration: none;
  color: inherit;
}
.dropdown-some-realty-2 {
  left: 100%;
  top: 0;
}
.dropdown-submenu {
  position: absolute;
  list-style-type: none;
  /* Remove bullets */
  margin: 0;
  width: 250px;
  padding: 0;
}
li > a:hover {
  cursor: pointer;
}
.href-link {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.href-link:hover {
  text-decoration: underline;
}
.footer-list .href-link {
  font-size: 13px;
  text-align: left;
  color: #000;
  font-weight: lighter;
  margin: 0 -2px;
  padding: 0;
}
.contact_thanks .box-message .table {
  margin-top: 20px;
}
.contact_thanks .box-message .table td {
  padding: 15px;
}
#params_info h2:after {
  margin: 12px auto;
}
#params_info span {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
@media (max-width: 800px) {
  .slider-exclu .content .item {
    max-width: 30vw !important;
  }
  .slider-exclu .content .item .inner {
    height: 130px  !important;
  }
  .slider-exclu .owl-carousel .owl-stage-outer:after {
    right: -1px;
    width: 47px;
  }
}
@media (max-width: 450px) {
  .slider-exclu .content .item {
    max-width: 90vw !important;
  }
  .slider-exclu .content .item .inner {
    height: 200px  !important;
  }
}
@media (max-width: 380px) {
  .slider-exclu .content .item {
    max-width: 92vw !important;
  }
  .slider-exclu .content .item .inner {
    height: 230px  !important;
  }
}

/*# sourceMappingURL=style.css.map */
