/* ----------------------------------------------------------------------------------------------- */
/* -------------------------------------- PREMIUM LEXA ------------------------------------------- */
/* ----------------------------------------------------------------------------------------------- */

/*Import Fonts*/
@font-face {
  font-family: 'AirbnbCerealAppRegular';
  src: url('../font/AirbnbCerealApp-Book.eot');
  src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
      url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
      url('../font/AirbnbCerealApp-Book.woff') format('woff'),
      url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
      url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCerealAppBold';
  src: url('../font/AirbnbCerealApp-Bold.eot');
  src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
      url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
      url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
      url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");

/* ----------------------------------------------------------------------------------------------- */
/*                                             GENERAL                                             */
/* ----------------------------------------------------------------------------------------------- */

body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}

.listing-vendu .main-content{
margin-top: 40px}
/* TOP MENU */
.top_menu {
  background: #9999cb;
  height: 110px;
}
/* social */
.top_infos a {
  color: #9999CB;
}
/* logo */
.top-menu__logo {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
}
.top-menu__logo img {
  width: 50%;
  top: 18px;
}

/* MENU (gauche) */
#sidebar-wrapper {
  background: #1a1e2a;
}
#wrapper #sidebar-wrapper:hover {
  width: 280px;
}
.sidebar-nav {
  width: 280px;
}

#bgvid {
  width: 100%;
  /* height: 100%; */
  transform: scale(1.2);
}

[class*="listing"] .main-content {
  padding: 16em 0 2em 0;
  min-height: 89%;
}

/* BACKGROUND VIDEO INSTEAD OF IMAGE */
body {
  overflow-x: hidden;
}
.bgAccueil {
  background: none;
}
.cover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.cover video {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
/* END BACKGROUND VIDEO INSTEAD OF IMAGE */

/* mask noir bgimg */
.hm-black-light .full-bg-img,
.hm-black-light .mask {
  background-color: rgba(0, 0, 0, 0);
}

/* MOTEUR SEARCH RECHERCHE */
body.index .container_search {
  top: 12rem;
}
.dropdown-toggle::after {
  top: -4px;
}

/* ----------------------------------------------------------------------------------------------- */
/*                                    BOUTONS & TITRES                                             */
/* ----------------------------------------------------------------------------------------------- */
.btn {
  border-radius: .25rem;
  padding: .8rem;
}
.home_heading::after {
  content: "";
  display: block;
  position: relative;
  background: #9999CB;
  height: 2px;
  width: 150px;
  margin: 24px auto 24px auto;
}

/* FIX COLOR  */
/* li active  */
body.index li.item.active,
body.agence li.item.active,
body.listing-vente li.item.active,
body.listing-location li.item.active,
body.alerte-email li.item.active,
body.estimation li.item.active,
body.recrutement li.item.active,
body.temoignages li.item.active,
body.comparateur li.item.active,
body.contact li.item.active {
  background-color: #9999CB !important;
  font-weight: 800 !important;
}
body.index li.item:hover a,
body.agence li.item:hover a,
body.listing-vente li.item:hover a,
body.listing-location li.item:hover a,
body.alerte-email li.item:hover a,
body.estimation li.item:hover a,
body.recrutement li.item:hover a,
body.temoignages li.item:hover a,
body.comparateur li.item:hover a,
body.contact li.item:hover a {
  color: #fff !important;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #fff;
}
.item:hover {
  background-color: #9999CB;
}
.dropdown-toggle::after {
  color: #9999CB;
}
.sidebar-nav .dropdown-menu a {
  background: #9999CB;
}
.sidebar-nav .dropdown-menu a:hover {
  background: #063d85;
}
.dropdown-toggle::after {
  bottom: 28px;
}
/* DIVIDER */
.home_cont_selection h2::after {
  background: #9999CB;
}
.cont_coordonnees h2::after {
  background: #9999CB;
}
/* SVG CIRCLE */
.jssorb051 .i .b {
  fill: #9999CB;
}
.jssorb051 .i .b:hover {
  fill: #063d85;
}
.page_heading::after {
  background: #9999CB;
}
.detail .info_titre::after {
  background: #9999CB;
}
.detail .lafficheur li {
  color: #fff;
  background-color: #9999CB !important;
  border-color: #9999CB !important;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3),
    0 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.alert-danger {
  color: #fff;
  background-color: #9999CB !important;
  border-color: #1a1e2a;
}
.bouton_search {
  background: #9999CB !important;
  color: #fff;
}
.bouton_search a {
  margin: auto 10px auto 10px;
  background: #9999CB !important;
  color: #fff;
}
.form-group .dropdown-toggle::after {
  color: #9999CB !important;
}
.sidebar_blocinfos.sticky {
  background-color: #fff;
}
.btn-primary,
.btn-success {
  color: #fff;
  background-color: #9999CB;
  border-color: #9999CB;
  box-shadow: none;
}
.btn-primary:hover,
.btn-success:hover {
  border: transparent !important;
  box-shadow: none;
}
.btn-info,
.btn-secondary {
  color: #fff;
  background-color: #1a1e2a !important;
  border-color: #1a1e2a !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-secondary:hover {
  color: #fff;
  background-color: #1a1e2a;
  border-color: #1a1e2a;
  
  box-shadow: none;
}
.btn-success {
  color: #fff;
  background-color: #9999CB;
  border-color: #9999CB;
  
  box-shadow: none;
}
.cont_coordonnees .btn {
  color: #fff;
  background: #9999CB;
  box-shadow: none;
}
.recherche-detaillee .input-group-addon {
  background: rgba(20, 30, 42, 0.05) none repeat scroll 0 0;
  color: #9999CB;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.recherche-detaillee .sidebar div.sidebar_blocinfos.sticky:last-child {
  display: none;
}
.page-link {
  background-color: #9999CB;
  border: 1px solid #9999CB;
}
.page-item.disabled .page-link {
  background-color: #9999CB;
  border-color: #9999CB;
}
figure.effect-ming figcaption::before {
  border: 2px solid #9999CB;
}
footer {
  background-color: #1b1e2a;
}
.breadcrumb-item.active {
  color: #9999CB;
}
.estimation h1::after, .alerte-email h1::after, .agence h2::after, .contact h1::after, .on-vous-rappelle h1::after {
  content: "";
  display: block;
  position: relative;
  background: #9999CB;
  height: 2px;
  width: 70px;
  margin: 10px 0;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child), .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  background: transparent;
  color: #111;
}
.bootstrap-select.btn-group .dropdown-menu, .alerte-email .bootstrap-select.btn-group .dropdown-menu {
  border: 1px solid #111;
  background: #fff;
  left: 0px;
}


/* ROUND MOTEUR SEARCH */
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
  border-bottom: none;
  background: #9999CB;
  border-radius: 8px;
  padding: 1rem;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
  padding: 1rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
  margin-right: 0;
  height: 48px;
  border-radius: 8px 0 0 8px!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
  margin-right: 0;
  height: 48px;
  border-radius: 8px 0 0 8px!important;
  background: none;
}
/* no border radius input ville */
.form-group.search__form-item.c_insee {
  border-radius: 0!important;
}
/* no border input type + ville */
.index .bootstrap-select {
  border: none!important;
}
/* height button + no bg */
body.index .bootstrap-select>.dropdown-toggle.bs-placeholder,
body.index .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
body.index .bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
  height: 48px !important;
  background: none!important;
}
.bootstrap-select>.dropdown-toggle {
  height: 48px;
  border-radius: 100px;
  vertical-align: initial;
}
.form-style {
  height: 48px;
}
/* height input -- index only */
.form-style {
  height: 48px;
}
/* border radius input prix max */
input#prixmax {
  border-radius: 0 8px 8px 0;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
  border-radius: 10px;
}
/* margin btn valid */
.search__form-item.c_valid {
  margin: 0 0 0 1.2rem;
}
/* no bg on moteur */
.moteur {
  background-color: rgba(0,0,0,0);
}


/* ===== HOME CONT PRESENTATION ===== */
.home_cont_presentation {
  background-color: transparent;
  padding: 6rem 0;
  bottom: 26px;
}
.home-background-section {
  background-image: url(../images/home-background-section.jpg);
  background-position-y: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: calc(100% - 55px);
  margin-left: 55px;
  height: 66vh;
  top: 0;
}
.home_cont_presentation .h2-responsive {
  top: 30%;
  text-align: center;
}
.home_cont_presentation .logo_presentation {
  width: 80%;
}
.home_cont_presentation p {
  text-align: left;
  padding: 0 20px 0 0;
  /* font-size: 1.2rem; */
  line-height: 1.4;
}
div#agence {
  background-color: #fff;
  padding: 0 2rem;
}


/* .prod_accueil ul.liste2 li:nth-child(n + 2) {
  display: none;
} */


/* ----------------------------------------------------------------------------------------------- */
/*                                          PAGES LISTING                                          */
/* ----------------------------------------------------------------------------------------------- */

[class*="listing-"] .container_search, .listingloctype .container_search {
  background-color: #9e9ea4;
}
[class*="listing-"] .not-sticking .container_search, .listingloctype .not-sticking .container_search {
  background-color: transparent;
}
.listing-vendu .main-content {
  padding: 4em 0 2em 0;
}
.detail .detail_prixplus {
  top: 10px;
  text-align: center;
}
.prod_listing.damier .block_info, .prod_accueil .block_info, .detail_biens_sim .block_info {
  height: 102px;
}
.prod_accueil .block_info {
  background: #fff;
  color: #3d3d40;
  padding: 10px 3px;
  border: 1px #c3c3c3 solid;
}
.prod_listing.damier ul.liste2,
.prod_listing.listing ul.liste2,
.prod_accueil ul.liste2,
[class*="listing-"] .prod_listing ul.liste2,
.listing .prod_listing ul.liste2,
#biens_similaires_annonce ul.liste2,
.details-liste-header ul.liste2 {
  height: 50px;
}
.details-liste-header.head-listing ul.liste2 {
  height: auto;
}
.prod_listing.damier ul.liste2 li,
.prod_listing.listing ul.liste2 li,
.prod_accueil ul.liste2 li,
[class*="listing-"] .prod_listing ul.liste2 li,
.listing .prod_listing ul.liste2 li,
.details-liste-header ul.liste2 li{
  margin: auto;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}
.detail_biens_sim ul.liste2 li {
  font-size: 12px;

}
.prod_listing.damier .block_info,
.prod_accueil .block_info,
.detail_biens_sim .block_info {
  height: 120px;
}
.prod_listing > .listing_article article .info_ville, .prod_listing > .listing_article article .info_type {
  color: #3d3d40;
  font-weight: 500;
}
.prod_listing.damier .prix_listing, .detail_biens_sim {
  text-align: right;
  font-size: 17px;
  line-height: 16px;
  min-width: 37%;
}
.prod_listing.damier .info_ville,
.detail .detail_biens_sim .info_ville {
  padding: 1px;
  font-size: 16px;
  color:#3d3d40;
}
.prod_listing.damier .block_info {
  background: #fff;
  color:#3d3d40;
  padding: 0 3px;
}
[class*="listing-"] .prod_listing ul, .listing .prod_listing ul {
  padding: 0;
}
.prod_listing.damier ul, .prod_listing.listing ul, .prod_accueil ul, [class*="listing-"] .prod_listing ul, .listing .prod_listing ul {
  height: 35px;
}
.damier .header-item {
  padding: 8px 0;
}
.prod_listing > .listing_article article, .detail_biens_sim article {
  background: #fff;
  color: #3d3d40;
  box-shadow: 6px 4px 5px #858484;
}
.liste1 li.prix_listing {
  font-weight: 500;
}
.prod_listing.listing .hr-item {
  border-top: 1px solid rgba(0,0,0,.15);
  margin: 14px 0;
}
.prod_listing.carte ul.liste2 li {
  margin: auto;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
}
.prod_listing.carte .block_img {
  width: 40%;
}
.prod_listing.carte .block_info {
  width: 60%;
}
.prod_listing.carte .info_prix {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
.prod_listing.carte .box {
  height: 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-menu {
  border: 1px solid #5b5b61;
}
.listing-vendu .cont_coordonnees {
  display: none;
}
.b_vendu, .b_exclusivite, .b_nouveautes, .b_nouveaute {
  background-color: #21b6ce;
}
.block_etiquette {
  text-align: center;
  width: 135px;
}
.b_exclu {
  background-color: #21b6ce;
}
.b_souscompromis, .b_offre_en_cours {
  background-color: #5b5b61;
}
.b_investisseur {
  background-color: #9e9ea4;
}
.b_ccoeur {
  background-color: #1c7eb3;
}
/* #produits200 .b_exclu,
#produits200 .b_ccoeur,
#produits200 .b_investisseur {
  display: none;
} */
.info_prix {
  margin: auto;
  line-height: 20px;
  padding: 0 0 0 20px;
  font-weight: 700;
  font-size: 1.2rem;
}
.article_logo {
  width: 21px;
  padding-bottom: 0px;
}

.col2_info_prix .btn {
  width: 200px;
  padding: 10px;
}

.prod_listing.damier .info_prix {
  margin: 0 0 15px 0;
  line-height: 20px;
  padding: 0;
}
.prod_listing.damier .info_ville, .prod_listing.damier .prix_listing, .prod_accueil .info_ville, .prod_accueil .prix_listing {
  color: #3d3d40;
  font-weight: 500;
}


/* ADMIN VENDU */
.index div.home_cont_selection .col-md-8 div.clearfix{
  display: none;
}
body.vendus .content_page {
  width: 100%;
}
.index div.home_cont_selection .row.mt-5 ul li a{
  pointer-events: none !important;
  cursor: default;
  text-decoration: none;
  color: black;
}
/* keep 3 articles and hide others */
.home_cont_selection .col-md-12 ul li:nth-child(n + 4){
  display: none;
}


/* LISTING */
body.listing-location .header-item .liste2 li:nth-child(2){
  display: none;
}
body.listing-location article .prix_listing div::after{
  content: "HC/HT/AN";
}
.b_offre_en_cours {
  background: #7a7ae2;
}


/* PAGE DETAILS */
/* change prix label detail panel */
li.c_prix span.attribut_label0{
  visibility: hidden;
}

[lang="en"] li.c_prix span.attribut_label0::after{
  visibility: visible;
  content: "Price :";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  background: #FFF;
  width: 90px;
  padding: 0 7px 0 25px;
}


li.c_prix span.attribut_label0::after{
  visibility: visible;
  content: "Prix :";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  background: #FFF;
  width: 90px;
  padding: 0 7px 0 25px;
}
/* add info after loyer */
li.c_prix span.bloc-champ::after{
  content: "HC/HT/AN";
}
.info_prix sup{
  visibility: hidden;
}
.info_prix-hai::after {
  content: "HC/HT/AN";
  background-color: #FFF;
  width: 202px;
  height: 26px;
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  padding-left: 4px;
}
.info_prix-hai::before {
  content: "HT";
  z-index: 9;
  background-color: #FFF;
  width: 52px;
  height: 26px;
  position: absolute;
  display: block;
  bottom: -6px;
  right: 0;
  padding-left: 4px;
}


/* FORM CONTACT PAGE INDEX */
.index .sidebar .img-thumbnail {
  display: none;
}
.sidebar address {
  border: 1px solid #eee;
  border-radius: 6px;
  padding: 1.8rem;
  box-shadow: rgba(210, 210, 210, .1) 0 0 24px 2px;
}
.sidebar .logo_sidebar {
  width: 100%;
  margin-bottom: 2.2rem;
}
.sidebar .group_btn a {
  width: 100%;
  font-size: 13px;
  padding: 8px;
  margin: 5px 0;
}
.sidebar .intention_appel {
  color: #111 !important;
}
.index .form-group {
  margin-bottom: 0;
}


/* TOP PAGES */
.alerte-email .top_page {
  background-image: url(/assets/images/top_page/alerte-email_top.jpg);
}
.recrutement .top_page {
  background-image: url(/assets/images/top_page/recrutement_top.jpg);
}
.agence .top_page {
  background-image: url(/assets/images/top_page/agence_top.jpg);
}
.articles .top_page {
  background-image: url(/assets/images/top_page/blog_top.jpg);
}
.vendus .top_page {
  background-image: url(/assets/images/top_page/blog_top.jpg);
}
.mettre-en-vente-location .top_page {
  background-image: url(/assets/images/top_page/mettre-en-vente-location_top.jpg);
}
.contact .top_page {
  background-image: url(/assets/images/top_page/contact_top.jpg);
}


/* FOOTER */
footer a:hover {
  color: #e9eaef;
}


.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  height: 46px !important;
  border-radius: 0 !important;
}


/* PAGE AGENCE */
.subheading {
  background: #e4e4e4;
  padding: 7px 10px;
  font-weight: 600;
  color: #9999CB;
  margin: 40px 0 15px 0;
}
.with-line span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 5px 32px 5px 0;
  background-color: #fff;
}
.with-line:after {
  content: "";
  position: absolute;
  background-color: #9999CB;
  right: 0;
  top: 18px;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.text-color {
  color: #9999CB;
}
/* team */
.agence figure.effect-dexter ul li:hover a {
  color: #9999CB !important;
}


/* page mettre en vente location */
.mettre-en-vente-location .col-sm-4 p.text-center.text-color {
  font-size: 6rem;
}
.p-infos-wrapper {
  background: #e4e4e4;
  padding: 1.6rem;
  border-radius: 10px;
  box-shadow: rgba(20, 30, 42, 0.05) 0 0 24px 8px;
}


/* PAGE RECRUTEMENT */
.c_lettremotivation {
  display: none;
}


/* PAGE ESTIMATION */
.estimation ul.two-columns {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}


/* PAGE ARTICLES ADMIN */
body.actualites .top-menu__logo a {
  background-image: url(../images/logo.png);
  width: 200px;
  display: block;
  background-size: contain;
  height: 50px;
  background-repeat: no-repeat;
  margin: 20px 0;
}
body.actualites .top-menu__logo a img {
  display: none;
}
body.actualites .content_page {
  width: 100%;
}


/* ----------------------------------------------------------------------------------------------- */
/*                                          RESPONSIVE                                             */
/* ----------------------------------------------------------------------------------------------- */
@media (min-width: 992px) {
  nav.menu ul li {
    display: inline-block;
  }
  .menu ul > li > a {
    padding: 12px 10px;
    line-height: 1.2;
    color: #fff;
  }
  .index .not-sticking .menu ul > li > a {
    color: #fff;
  }
  .header__logo {
    display: block;
    height: 100px;
    padding: 20px;
    bottom: 150px;
  }
}

@media (max-width: 480px) {
  video#bgvid {
    height: 100vh;
    /* width: 100%; */
    transform: translate(-50%);
  }
  .container_search #formrechercheaccueil {
    display: block;
    top: -8rem;
  }
  /* logo */
  .top-menu__logo img {
    width: 70%;
    top: 20%;
    transform: translate(0%, 50%);
  }
  /* logo presenation */
  .home_cont_presentation .col-lg-5.col-md-12.col-sm-12 {
    min-height: 100px;
  }
  .with--sidebar .site-cache {
    background-color: rgb(26 30 42);
  }
  .home_cont_selection .prod_accueil article {
    width: auto;
  }
}
