/* ================================================================================ */
/*                                      GENERAL                                     */
/* ================================================================================ */

.validation {
  display: block;
}
/* MENU */
.b-container {
  top: 6px;
}
.lang {
  right: 100px;
}
.drapeau img {
  width: 30px;
}
.lang i.ion-ios-heart-outline {
  left: 0;
  bottom: 5px;
}
.lang img {
  width: 30px;
}
.lang .dropdown-menu {
  transform: translate3d(16px, 22px, 0px)!important;
}


/* AUTRES */

 
.avis-adresse-agence {
  display: none;
}

.top_page {
  height: 350px;
}
.contact .top_page {
  background-image: url(/assets/images/top_page/contact_top.jpg);
}
.avis-google.bg-blanc {
  background: #fff;
  padding: 50px;
  border: 0;
  box-shadow: none;
}

.alert-danger {
  color: #000;
  background-color: #bb9d5d;
  border-color: #bb9d5d;
  margin: 2% auto;
  width: 50%;
  text-align: center;
}
.alert-danger a:hover {
  color: #000;
}

.contact .btn-primary.float-right,
.alerte-email .btn-primary.float-right {
  float: left!important;
}

.estimation .dropdown-menu.open.show,
.alerte-email .dropdown-menu.open.show {
  transform: translate3d(0px, 0, 0px)!important;
}

.recherche-detaillee .deco {
  font-size: 18px;
}
.recherche-detaillee .sidebar_blocinfos ul li a {
  font-weight: 300;
}

/* BTN */
.btn-primary, .btn-info, .btn-success {
  color: #fff;
  background-color: #000;
  border-color: #000;
  width: 250px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 300;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover {
  color: #000;
  background-color: #bb9d5d;
  border-color: #bb9d5d;
  width: 250px;
}
.btn-secondary {
  color: #000;
  border-color: #000;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

/* TOP PAGE */
.comparateur .top_page {
  background-image: url(../images/top_page/comparateur_top.jpg);
}
.comparateur .container.resettop {
  top: -35px;
}

/* ================================================================================ */
/*                                       INDEX                                      */
/* ================================================================================ */
/*SLIDER ACCUEIL*/
.bgAccueil {
  background: none !important;
  overflow: hidden;
}
.carousel-indicators {
  display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
  background-size: cover;
  background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
  background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url('/assets/images/slider_home/3.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url('/assets/images/slider_home/4.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
  background-image: url('/assets/images/slider_home/5.jpg');
}

.baseline {
  z-index: 20;
  position: absolute;
  bottom: 33%;
  right: 50px;
  width: 100%;
 }
 .titre-baseline {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 0.7;
  text-shadow: #fff 3px 3px 3px;
  color: #877f7c;
 }
 .titre-baseline span {
  font-weight: 400;
  font-size: 3rem;
 }

 /* HEADER */
 .header .sticking,
 .index .header,
 .header .not-sticking {
  background: #000;
} 

.index .not-sticking .b-menu,
.b-menu {
  background: rgba(255,255,255,0);
  border: #bb9d5d solid 2px;
}
.b-bun {
  background: #bb9d5d;
}
.or {
  color: #bb9d5d;
}
.section-scroller-wrapper>.section-scroller>.section-scroller__text {
  text-transform: uppercase;
  font-size: 15px;
}
/* PRESENTATION INDEX */
.home_cont_presentation {
  padding: 100px 0;
  background-color: #bb9d5d;
}

.titre-small, .titre, .nombre {
  text-shadow: #000000 0.05em 0.05em 0.1em;
}
.home_cont_presentation p {
  font-weight: 300;
  font-size: 18px;
  text-shadow: #000000 0.05em 0.05em 0.1em;
}
.presentation-ligne1,
.presentation-ligne2 {
  padding: 35px;
  min-height: 400px;
}
.home_cont_presentation .carousel-control-next,.home_cont_presentation  .carousel-control-prev,
.home_cont_presentation .carousel-control-next:hover,.home_cont_presentation  .carousel-control-prev:hover {
  background-color: transparent;
}
.home_cont_presentation .carousel-control-next {
  right: -40px;
}
.home_cont_presentation .carousel-control-prev {
  left: -40px;
}
.home_cont_presentation .carousel-indicators .active {
  background-color: #000;
  border: 4px solid #bb9d5d;
}
.home_cont_presentation .carousel-indicators li {
  width: 20px;
  height: 20px;
  background-color: rgba(255,255,255,.5);
  border-radius: 50%;
}
.presentation-ligne1  .border-right,
.presentation-ligne2 .border-right {
  border-right: 1px solid rgba(255,255,255,0.1);
}
.nombre {
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
}
.col-presentation {
  padding: 3% 15%;
  min-height: 230px;
}
.titre-small {
  font-style: initial;
  color: #fff;
}
 .home_cont_presentation .btn-primary:hover {
  color: #000;
  background-color: #bb9d5d;
  border-color: #000;
  width: 250px;
}

/* SELECTION */
.produitshabitationslider .info_type {
  color: #bb9d5d;
}
.index .info_prix-hai {
  display: none;
}
.produitshabitationslider .info_titre {
  line-height: 1;
}
.produitshabitationslider .info_type {
  font-style: inherit;
  margin-bottom: 10px;
}
.damier .info_type,
.info_type {
  font-style: inherit;
}
.produitshabitationslider,
.produitshabitationslider a,
.produitshabitationslider .carousel-item article {
  color: #000;
  text-decoration: none;
}
.home_cont_select article .block_img {
  height: 70vh;
}

/* CATEGORIES */
.slider .box1{
  background: url(/assets/images/slider-cat-01.jpg) no-repeat center center;
  
 }
 .slider .box2 {
  background: url(/assets/images/slider-cat-02.jpg) no-repeat center center;
  
 }
 .slider .box3 {
  background: url(/assets/images/slider-cat-03.jpg) no-repeat center center;
  
 }
 .slider .box4 {
  background: url(/assets/images/slider-cat-04.jpg) no-repeat center center;
  
 }
 .slider .box5 {
  background: url(/assets/images/slider-cat-05.jpg) no-repeat center center;
  
 }
 .home_cont_categories .carousel-control-prev {
  left: -10px;
 }
 .home_cont_categories .carousel-control-next {
  right: -10px;
 }
 .home_cont_categories .carousel-control-next,
 .home_cont_categories  .carousel-control-prev {
  background: #fff;
  height: 50px;
  width: 50px;
  top: 35%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 30;
  border-radius: 50%;
  border: 3px solid #bb9d5d;
  opacity: 1;
 }
 .home_cont_categories  .carousel-control-next:before,
 .home_cont_categories  .carousel-control-prev-icon:before {
  color: #bb9d5d;
 }
 .slider .box1 .details .h1,
 .slider .box2 .details .h1,
 .slider .box3 .details .h1,
 .slider .box4 .details .h1,
  .slider .box5 .details .h1 {
    color: #000;
 }
 .slider .box1 .details .h1,
 .slider .box2 .details .h1,
 .slider .box3 .details .h1,
 .slider .box4 .details .h1,
 .slider .box5 .details .h1 {
  font-family: 'Caudex', serif;
    font-size: 1.8rem;
 }
 .slider .box .details p {
  display: inline-block;
  font-size: 1rem;
  color: #000;
  margin-bottom: 2rem;
  margin-right: 5rem;
  font-weight: 200;
  /* text-shadow: #000000c7 0.1em 0.1em 0.2em; */
  font-weight: 400;
 }
 .trail {
    display: none;
 }
 .trail div {
    border-top: 3px solid #1e1e1c;
 }
 .trail div:hover, .trail div.active {
    color: #877f7c;
    border-top: 3px solid #877f7c;
 }
 .slider .box .bg {
  background-color: rgba(255,255,255, 0.4);
 }
 .slider .box .details {
  padding: 4rem;
  padding-left: 5rem;
 }
 

/* ================================================================================ */
/*                                     LISTING                                      */
/* ================================================================================ */
.listing-vendu .container_search {
  display: none;
}
.block_vue_list ul li.active {
  color: #bb9d5d;
}
.listing-vendu .btn-article {
  display: none;
}
.tool_boox_map {
  background: #000 none repeat scroll 0 0;
}
.block_etiquette {
  background-color: #000;
  width: 150px;
  font-weight: 400;
}

/* ================================================================================ */
/*                                     DETAILS                                      */
/* ================================================================================ */
.criteres_detail_header {
  text-transform: uppercase;
}
.detail #descdetail {
  font-size: 16px;
  font-weight: 400;
}
.prod_listing.listing .info_type {
  font-style: initial;
}
.prod_listing.listing .info_prix-hai {
  display: none;
}
.prod_listing.carte .info_prix {
  font-size: 17px;
  padding: 0 15px;
}
.detail .page_heading {
  font-size: 1.75em;
  font-weight: 500;
  border-left: 0;
  padding-left: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.detail .titre_detail_header {
  color: #000;
  text-align: left;
  font-size: 1.75rem;
  font-weight: 300;
}
.detail_slide_thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: -0.5em;
}
.detail_slide_thumbs > li {
  height: auto;
  margin: 5px;
  width: 77px;
}
.detail_slide_thumbs > li > img {
  position: relative;
  width: 100%;
  margin: calc(0.15em * 2) 0.1em;
  overflow: hidden;
}
.detail_header_btn .btn {
  padding: 0.4rem 0.75rem;
}
.detail .card-fav-absolute {
  margin-right: 15%;
  top: 2%;
}
.detail .back-listing {
  top: 14%;
  background: #000;
  border-radius: 50%;
  box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
  height: 4rem;
  width: 4rem;
  right: 45px;
  position: fixed;
  display: flex;
  border: 1px solid #bb9d5d;
  color: #bb9d5d;
  opacity: 1;
  align-items: center;
  justify-content: center;
  z-index:999999;
}
.detail .back-listing i {
  font-size: 30px;
  color: #fff;
}
.sticky_moteur.hidden-sm-down {
  display: none;
}
.top_link {
  right: 45px;
}
.btn-primary2 {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.creer-alerte {
  color: #b99f5f;
}
.detail .detail_header {
  color: #000;
}




.estimation .formcms4 .row {
  margin: 0;
}
.estimation .formcms4 .col-md-6{
  padding-right: 15px;
  padding-left: 0;
}


/* ================================================================================ */
/*                               FOOTER & COORDONNEES                               */
/* ================================================================================ */
.adresse-siege img {
 width: 70px;
}
.sidebar .img-thumbnail {
  border: 0;
  width: 130px;
}
.cont_coordonnees p {
  line-height: 1.1;
}
.cont_coordonnees .reseaux-sociaux {
  border-left: 1px solid #000;
}
.sidebar .group_btn a {
  font-size: 14px;
  width: 100%;
}
.cont_coordonnees p {
  color: #000000;
  font-weight: 400;
}
.sidebar,
.mentions-legales .sidebar p{
  text-align: center!important;
}
.ion-social-twitter, .ion-social-linkedin, .ion-social-facebook, .ion-social-instagram, .ion-social-youtube {
  top: 0;
  transition: top ease 0.5s;
  color: #000;
}
.cont_coordonnees .btn {
  color: #000;
}
.top_link {
  background: #000;
}
/* ================================================================================ */
/*                                 CONCIERGERIE / AGENCE                            */
/* ================================================================================ */
.soustitre {
  background: #b99f5f;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
    margin: 25px 0 10px 0;
    width: auto;
    text-transform: uppercase;
    text-align: center;
}
.encadre {
  padding: 0 20px;
}
.ion-android-checkmark-circle {
  font-size: 20px;
  top: 2px;
}
.encadre p {
  padding: 0 5px;
  text-align: left;
}
.deco::after,
.page-heading::after, .page_heading::after {
  content: "";
  display: block;
  position: relative;
  background: #b99f5f;
  height: 1px;
  width: 100%;
  margin: 5px auto;
}





/* ================================================================================ */
/*                                 MENTIONS LEGALES                                 */
/* ================================================================================ */
.mentions-legales .btn-primary {
  width: auto;
}
.mentions-legales .btn i.far.fa-file {
  font-size: 23px;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  top: -1px;
}
.mentions-legales ul li p {
  margin-bottom: 0;
}
.mentions-legales p {
  text-align: justify;
}
.mentions-legales .cont_coordonnees  .reseaux-sociaux p{
  text-align: center;
}
.mentions-legales #i {
  font-weight: 300;
}
.mentions-legales h2 {
  font-size: 1.8rem;
}
.mentions-legales .top_page {
  background-position: center right;
}
/* LEGACY POLICY */
.contenu-legal span {
  font-weight: 300;
}
.legacy-policy  .sous-titre {
    border-left: 0;
}
.legacy-policy h3 {
  font-size: 1.8rem;
}
.legacy-policy .a-color {
  color: #bb9d5d;
}
/* ================================================================================ */
/*                                    RESPONSIVE                                    */
/* ================================================================================ */
@media (min-width: 992px) {
 .header__logo {
  padding: 5px 0;
}
 .header__logo img {
     width: 50px;
     padding:  0;
 } 
 .index .not-sticking .header__logo img {
     width: 70px;
     padding: 8px 0;
 } 
  .baseline {
    z-index: 20;
    position: absolute;
    bottom: 48%;
    right: 30%;
    max-width: 550px;
    width: 100%;
  }
  .baseline {
    max-width: 520px;
  }
  .index .not-sticking .b-container {
    top: 20px;
  }
}
@media (min-width: 1281px) {
  .baseline {
    max-width: 620px;
  }
  .logo-header {
    height: 75px;
  }
  .index .not-sticking .logo-header {
    height: 105px;
  }
  .baseline {
    right: 50px;
  }
  .detail .back-listing {
    top: 15%;
  }
}
@media (max-width: 1280px) {
  .logo-header {
    height: 90px;
  }
}
@media (max-width: 1200px) {
  .sidebar .group_btn a {
    width: 100%;
    margin: 2px 0;
  }
  .sidebar .group_btn a {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header__logo img {
    width: 60px;
    padding: 5px 0;
  }
  .logo-header {
    height: 70px;
  }
  .baseline {
      z-index: 20;
      position: absolute;
      bottom: 56%;
      right: 21%;
      max-width: 768px;
      width: 100%;
  }
  .baseline img {
    width: 450px;
  }
  .produitshabitationslider .info_prix, .produitshabitationslider .info_ville {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
  }
  .col-presentation p {
    font-size: 14px;
  }
  .nombre {
    font-size: 2rem;
  }
  .presentation-ligne1, .presentation-ligne2 {
    padding: 15px;
    min-height: 300px;
  }
  .col-presentation {
    padding: 3% 8%;
    min-height: 165px;
  }
  .home_cont_presentation {
    padding: 50px 0;
  }
  .slider .box .details {
    padding: 1rem;
    padding-left: 5rem;
  }
  .trail {
    width: 90%;
  }
  .lang .dropdown-menu {
    transform: translate3d(16px, -42px, 0px)!important;
  }
  .detail .back-listing {
    top: 1%;
    height: 3rem;
    width: 3rem;
    left: 1%;
  }
  .top_page {
    height: 200px;
  }
  .profilePhotoUrl {
    height: 40px;
    width: 40px;
  }
  .header .not-sticking, .header .sticking, .index .header .not-sticking {
    background: #000;
}
}

@media (min-width: 561px) {
  .slider-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .baseline {
    z-index: 20;
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 768px;
    width: 100%;
    top: 33%;
  }
  .baseline img {
    width: 200px;
  }
  .slider {
    height: 40vh;
  } 
  .slider .box {
    height: 35vh;
  }
  .slider .box1 .details .h1, .slider .box2 .details .h1, .slider .box3 .details .h1, .slider .box4 .details .h1, .slider .box5 .details .h1 {
    font-family: 'Caudex', serif;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 610px) {
  .bgAccueil {
    height: auto;
}
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 40vh;
    min-height: 250px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-scroller-wrapper {
  display: none;
}
  .slider-mobile {
    display: block;
  }
  .slider-ordi {
    display: none;
  }
  .avis-google .titre-page {
    width: 300px;
  }
  .baseline img {
    width: 100px;
  }

  .header__logo img {
    width: 60px;
    padding: 5px 0;
  }
  .col-presentation {
    padding: 3% 8%;
    min-height: 120px;
  }
  .presentation-ligne1, .presentation-ligne2 {
    padding: 15px;
    min-height: 220px;
  }
  .home_cont_presentation .carousel-indicators li {
      margin: 0 5px;
  }
  .home_cont_presentation .carousel-indicators {
    margin: auto;
  }
  .slider .box .details {
    padding-left: 0;
  }
  .header .img-fluid {
    margin-left: 0;
  }
  .adresse-siege .col-9.col-md-8.my-auto {
    text-align: left!important;
  }
  .cont_coordonnees .btn.intention_appel {
    padding: 20px 0 0 0;
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #000;
  }
    .cont_coordonnees p {
      line-height: 1.3;
      text-align: left;
    }
    .cont_coordonnees .reseaux-sociaux {
      border-left: 0;
      margin-top: 20px;
  }
  .mentions-legales p {
    font-size: 14px;
    text-align: justify;
  }
  .mentions-legales h2 {
    font-size: 1.3rem;
  }
  .top_page {
    margin-top: 0;
    height: 120px;
    margin-bottom: 10px;
  }
  .adresse-siege img {
    width: 70px;
    float: right;
    margin-right: 10px;
  }
  .row {
    margin-right: 0;
    margin-left: 0;
  }
  .slider {
    height: 60vh;
  } 
  .slider .box {
    height: 55vh;
  }
  .slider .box .bg {
    height: 60%;
      padding: 0;
  }
  .slider .box .details p {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .alert-danger {
    color: #000;
    background-color: #bb9d5d;
    border-color: #bb9d5d;
    margin: 5% auto 25% auto;
    width: 100%;
    text-align: center;
}

}


.b-container.open .b-bun--top, .b-container.open .b-bun--bottom {
  background: #fff;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
 .bgAccueil {
    background-size: 1024px 768px !important;
    background: url(/assets/images/bgimg-mobile.jpg) no-repeat center center !important;
} 
}

.titre-baseline {
  text-align: center;
}
@media (min-width: 1281px) {
  .baseline {
      max-width: 620px;
  }
}

@media (min-width: 992px) {
  .baseline {
      max-width: 520px;
  }
  .baseline img{
      width: 250px;
  }
}
@media (min-width: 992px) {
  .baseline {
      z-index: 20;
      position: absolute;
      bottom: 30%;
      right: 35%;
      max-width: 550px;
      width: 100%;
  }
}