/* ========================================================== */
/*                           GENERAL                          */
/* ========================================================== */
body {
  padding-top: 0!important;
}
.centre {
  text-align: center;
}
.marginauto {
  margin: auto;
}


@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;
}
/* base */
body {                          font-family: 'AirbnbCerealAppRegular', 'Roboto', 'Helvetica', sans-serif !important;-webkit-text-size-adjust: 100%;text-rendering: optimizelegibility;}
.font-weight-bold{              font-family: 'AirbnbCerealAppBold', sans-serif !important;}
.content{                       height: 100%;}
/* color, spacing */
.bg-primary{                    background-color: #0c65a8 !important;}
.bg-secondary{                  background-color: #ADB8C7 !important;}
.color-primary{                 color: #0c65a8 !important;}
.color-secondary{               color: #ADB8C7 !important;}
.font-family-secondary{         font-family: 'Prata', 'Playfair Display', 'Times', serif;}
/* heading */
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.heading h3 {
    text-align: center;
    padding-bottom: 0.7em;
}
.heading h3 span {
    font-weight: 300;
    word-spacing: 3px;
    line-height: 2em;
    padding-bottom: 0.35em;
    color: rgba(0, 0, 0, 0.5);
}
.heading h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    content: "";
    left: 50%;
    margin-left: -30px;
    background-color: #777;
}
.line-height-sm{                line-height: 1.5;}
/* btn */
.btn-primary, 
.btn-info, 
.btn-success {
    color: #F8F8F8;
    background-color: #0c65a8;
    border-color: #0c65a8;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-secondary{
    color: #1D1D1D;
    background-color: #ADB8C7;
    border-color: #ADB8C7;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary:hover, 
.btn-secondary:hover, 
.btn-info:hover, 
.btn-success:hover {
    color: #F8F8F8;
    background-color: #1192F5;
    border-color: #1192F5;
}
.btn {
  border-radius: .2rem;
  padding: 0.6rem 1rem;
}

/* ========================================================== */
/*                           INDEX                            */
/* ========================================================== */


/* NAVIGATION */
.lang .dropdown-toggle::after {
 right: 7px;
}

/* ===== NAV ===== */
.site-pusher {
  display: flex;
  justify-content: center;
}
nav.navbar{
	display: flex;
    /* padding: 1rem 0; */
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar .nav-item{
    line-height: 2.4;
    padding: 0 1.2rem;
}
.sticking nav.navbar .nav-item .nav-link{
  color: #111 !important;
}
/* hover nav-link */
nav.navbar .nav-link{
  transition: all .1s .1s ease-in-out;
}
nav.navbar .nav-link:hover{
  color: #0c65a8 !important;
  transition: all .1s .1s ease-in-out;
}
nav.navbar .nav-link::before {
  content: '';
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s;
}
nav.navbar .nav-link:hover::before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
}
nav.navbar .nav-link::before,
nav.navbar .nav-link::after {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0c65a8;
  top: 85%;
  left: 0;
  pointer-events: none;
}
/* logo size */
.navbar-brand img{
  width: 90px;
}


/* MOTEUR */
.moteur {
 padding: 0 10px;
 position: absolute;
 bottom: 10%;
 left: 10%;
 width: 80%;
 min-height: inherit;
 background-color: rgba(0,0,0,0);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
 border-bottom: 3px solid #000;
 color: #fff;
 font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
 color: #fff;
}
/* .moteur .btn-primary, .btn-success {
 color: #fff;
 background-color: #000;
 border-color: #000;
}
.moteur .btn-primary:hover, .btn-success:hover {
 color: #000;
 background-color: #fff;
 border-color: #000;
} */
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
 color: #fff;
}
.photobox_type16 .photobox__preview {
 transition: -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
 transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
 transition: transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9), -webkit-transform var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: transform;
 -webkit-transform: scale(1) translate(0, 0);
 transform: scale(1) translate(0, 0);
 background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) );
}


/* ALERTE EMAIL */
.home_cont_alertes {
  padding:0;
  background: transparent;
}
.home_cont_alertes {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding: 30px 10px;
}
.home_cont_alertes p {
  color: #000;
  margin-bottom: 0;
}


/* CATEGORIES */
.home_cont_categories {
  padding-top: 0;
  padding-bottom: 0;
}
.index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
  width: 98%;
  text-align: center;
  font-size: 35px;
  color: #fff;
  opacity: 1;
  transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
  will-change: opacity;
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: #000000e0 0.1em 0.1em 0.12em;
}


/* PRESENTATION */
.home_cont_presentation {
  position: relative;
  background: url(/assets/images/home-background-presentation.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  margin: 0 auto;
  padding: 128px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_cont_presentation .container {
  background: rgba(0, 0, 0, 0.5);
  padding: 60px;
}
.home_cont_presentation .page-heading {
  text-transform: uppercase;
  margin-bottom: .5rem;
  font-family: 'Academy Engraved';
  font-weight: 500;
  line-height: 1.1;
  font-size: 30px;
}
.home_cont_presentation .page-heading::after {
  content: "";
  display: block;
  position: relative;
  background: rgba(0,0,0,0.3);
  height: 1px;
  width: 100%;
  margin: 15px auto 25px 0;
}


/* ========================================================== */
/*                           ESTIMATION                       */
/* ========================================================== */
.estimation .bgAccueil-page {
  height: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/bgimg-estimation.jpg) no-repeat center center;
  background-size: cover;
}
.estimation .progress{
	display: none
}
/* ========================================================== */
/*                           LISTING                          */
/* ========================================================== */


/* ========================================================== */
/*                           OFF MARKET                       */
/* ========================================================== */
.offmarket .bgAccueil-page {
  height: 100%;
  height: 100%;
  position: relative;
  background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/bgimg-agence.jpg) no-repeat center center;
  background-size: cover;
}
.offmarket .content_page {
  width: 100%;
}


/* ========================================================== */
/*                         ESTIMATION                         */
/* ========================================================== */
.sidebar {
  display: none;
}

.estimation .top_page {
  background-image: url("/assets/images/top_page/estimation_top.jpg");
}
/* ========================================================== */
/*                           FOOTER                           */
/* ========================================================== */
footer, footer a {
  margin-top: 0;
}
.coordonnees_heading img{
	width: 10%
}
.cont_coordonnees {
  padding-bottom: 40px;
  background-color: #eeeeee;
  color: #111;
}
/* ========================================================== */
/*                           RESPONSIVE                       */
/* ========================================================== */
@media (min-width: 992px) {
  .header__logo {
    padding: 0;
}
  nav.menu { margin: auto 0;}
  .menu .navigation a:hover {
   text-decoration: underline;
 }
 nav.menu ul.menu-top {
   justify-content: flex-end;
 }
 ul.menu-top > li > a.logo-fb {
   padding: 0 0 0 30px;
 }
 .menu ul.menu-top > li > a.btn-primary {
   color: #fff;
   font-size: 15px;
   padding: 10px 20px ;
   text-transform: initial;
   margin-right: 20px;
 }
 .menu-top {
   padding: 10px 0;
 }
 .menu-top .logo-fb i{
   font-size: 25px;
   color: #000;
 }
 .navigation {
   border-top: 1px solid rgba(0,0,0,0.2);
   padding: 10px 0;
 }
 .not-sticking .header__logo img {
  width: 150px;
} 
/* .site-pusher{
  padding: 0 !important;
  background: #111415 !important;
} */
 .index .not-sticking .header__logo img {
  width: 128px;
} 
.not-sticking .menu ul > li > a {
  color: #fff;
  font-size: 0.8rem !important;
  letter-spacing: normal !important;
}
.sticking .menu ul > li > a {
  color: #f9f6f6;
}
 .sticking .header__logo img, [class*="listing"] .header__logo img, [class*="listing-"] .header__logo img {
  width: 150px;
}
 .sticking .site-pusher, [class*="listing"] .site-pusher, [class*="listing-"] .site-pusher {
  background: #fff;
}
.detail .groupe-btn .grp-btn li {
  display: inline-block;
  padding: 10px 10px;
}
.detail .groupe-btn .grp-btn .btn {
  padding: 10px 4px;
  width: 236px;
  font-size: 14px;
}
}

@media (min-width: 1281px) { 
  .menu ul > li > a {
    padding: 12px 20px;
  }
  .not-sticking .menu ul > li > a {
    font-size: 17px;
  }

}

@media (max-width: 1280px) { 
  .menu ul > li > a {
    padding: 12px 10px;
  }
  .not-sticking .menu ul > li > a {
    font-size: 14px;
  }
  .moteur {
    left: 10%;
    width: 80%;
  }
}



@media (max-width: 991px) { 
 .menu ul.menu-top {
     display: flex;
     justify-content: space-around;
 }
 .menu ul.menu-top li {
     margin-bottom: 0;
     padding-bottom: 0;
     border-bottom: 0;
 }
 .index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
  font-size: 23px;
  }
  .header__logo img {
    width: 80px;
}

  .recherche-detaillee .sidebar {
    display: block!important;
  }
  .recherche-detaillee .form-search-d .txt {
      padding: 10px 0;
  }

  .recherche-detaillee .txt {
      width: 100%;
      text-align: center;
      font-size: 13px;
  }
  [class*="listing"] .main-content,
  [class*="listing-"] .main-content {
    padding-top: 100px;
  }
  .header {
    z-index: 999999;
  }
  .menu {
    z-index: 1;
  }
  /* ===== navbar responsive ===== */
  nav.navbar {
    display: block;
    /* padding: 1rem 0; */
}
.collapse.show {
    display: block;
    background-color: #fff;
    height: 70vh;
}
/* padding li */
li.nav-item.dropdown {
    padding: 0.8rem 0;
}
/* background when open li */
ul.dropdown-menu {
    background: #e0e0e0;
    box-shadow: none!important;
}
/* btn position fix */
button.navbar-toggler{
    left: 10px;
    position: absolute;
    top: 40px;
}
/* ===== end navbar responsive ===== */
}


@media (max-width: 600px) { 
  .moteur {
    left: 1%;
    width: 98%;    
    top: 30%;
  }
  .menu ul > li > a {
    padding: 0px 10px;
}
.home_cont_presentation p {
  text-align: left;
}
.listing-header-titre {
  font-size: 20px;
}
.offmarket .text-justify {
  text-align: left!important;
  font-size: 16px;
}
}