/* ========================================================================= */
/*                                  GENERAL                                  */
/* ========================================================================= */
/* 
.livraisonsite {
  display: none
} */


/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
  /* font-family: 'EB Garamond', serif; */
  padding-top: 0 !important;
}

.sidebar {
  display: none;
}

.recherche-detaillee .sidebar {
  display: block;
  margin-top: 0;
  text-align: center;
}

p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
}

.header {
  height: 70px;
}

/* COULEURS */
.degrade {
  background: linear-gradient(45deg, #c99e67, #442a19);
}


.btn-info,
.btn-primary,
.btn-secondary,
.btn-success {
  color: #000;
  background-color: #fff;
  border-color: #000
}

.btn-info:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}


/* ========================================================================= */
/*                                  INDEX                                    */
/* ========================================================================= */


/* HEADER & MENU*/
/*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: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/1.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/2.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/3.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/4.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/5.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/6.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(7) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/7.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(8) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/8.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(9) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/9.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(10) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/10.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(11) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/11.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(12) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/12.jpg) center center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(13) {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/slider_home/13.jpg) center center;
} */

.bgAccueil {
  background: none !important;
  overflow: hidden;
}

.carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  background: rgba(0, 0, 0, .8);
  opacity: .8;
  top: 45%;
}

.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 .header-info-bien {
  position: absolute;
  font-size: 16px;
  bottom: 50px;
  right: 50px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 0px 3px #000;
  transition: .3s;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 25px;
  top: auto;
  left: auto;
  max-width: 400px;
  max-height: 600px;
  min-height: 200px;
  width: 100%;
  display: flex;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos {
  margin: 25px 5px;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos .titre {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos a {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
  text-transform: initial;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos a:hover {
  color: #a38154;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos a i {
  font-size: 22px;
  top: 5px;
  left: 5px;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header {
  height: 45px;
  margin: 15px auto;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-next,
#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-prev {
  background: transparent;
  opacity: .8;
  top: 0;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-next:hover,
#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-prev:hover {
  width: 40px;
}

#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-prev-icon:before,
#carouselExampleIndicatorsHome .carousel-item .header-info-bien .nav-header .carousel-control-next:before {
  font-size: 50px;
}

#carouselExampleIndicatorsHome .carousel-item p {
  text-transform: initial;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

#carouselExampleIndicatorsHome .carousel-item a:after {
  content: '';
  display: inline-block;
  width: 9px;
  height: 16px;
  vertical-align: middle;
  margin-left: 15px;
  background-image: url(/assets/images/arrow_white.svg);
  -webkit-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-size: 9px 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

#carouselExampleIndicatorsHome .carousel-item a:hover:after {
  margin-left: 30px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.baseline {
  z-index: 20;
  position: absolute;
  top: 34%;
  -webkit-transform: translateY(-34%);
  -moz-transform: translateY(-34%);
  -ms-transform: translateY(-34%);
  -o-transform: translateY(-34%);
  transform: translateY(-34%);
  left: 50.5%;
  -webkit-transform: translateX(-50.5%);
  -moz-transform: translateX(-50.5%);
  -ms-transform: translateX(-50.5%);
  -o-transform: translateX(-50.5%);
  transform: translateX(-50.5%);
  text-align: center;
}

.baseline img {
  width: 300px;
}

.index .not-sticking .menu ul>li>a {
  color: #fff;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 15px;
}

.menu ul>li>a,
.not-sticking .menu ul>li>a {
  padding: 12px 15px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 14px;
}

.not-sticking .menu a:hover,
.sticking .menu a:hover,
.menu a:hover,
.not-sticking .menu li:hover a,
.sticking .menu li:hover a,
.menu li:hover a {
  text-decoration: underline;
}

.header .sticking {
  background: #fff;
}

.index .not-sticking .site-pusher,
[class*="listing"] .not-sticking .site-pusher,
[class*="listing-"] .not-sticking .site-pusher {
  padding: 0;
  background: #fff;
}

[class*="listing"] .not-sticking .container_search,
[class*="listing-"] .not-sticking .container_search {
  display: none;
}

.not-sticking .site-pusher {
  padding: 0;
  background: #fff;
}

.index .not-sticking .site-pusher {
  background: transparent;
  height: 60px;
}




/* CATEGORIES */
.index .photobox_type16 .photobox__label {
  font-size: 35px;
  color: #fff;
  top: 50%;
}

.index .photobox_type16 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.75));
}

.logo-categorie {
  width: 110px;
  margin-bottom: 50px;
}



/* ========================================================================= */
/*                                  PAGES                                    */
/* ========================================================================= */

.listing-vente .listing-header h1,
.actualites .listing-header h1,
.listing-header h1 {
  display: block;
  color: #fff;
  font-size: 35px;
  letter-spacing: 2px;
  text-shadow: #000000 0.05em 0.05em 0.1em;
  font-weight: 500;
}

.listing-vente .ancre-bottom,
.alerte-email .ancre-bottom,
.agence .ancre-bottom,
.contact .ancre-bottom,
.actualites .ancre-bottom,
.estimation .ancre-bottom,
.ancre-bottom {
  display: none;
}

.estimation .dropdown-menu.open.show {
  transform: translate3d(0px, 0, 0px) !important;
}

/* .contact i {
  font-size: 24px;
    top: 2px;
    color: #442a19;
} */
.contact p {
  margin: 20px 0;
}

/* ALERTE EMAIL */
.recherche .form-group {
  /* margin: 0.5rem 1rem; */
  padding: 10px;
  border-left: 0;
  background: transparent;
}

.recherche label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 0;
  color: #111;
}

.recherche .content_page {
  width: 100%;
}

/* ESTIMATION */
.centre {
  text-align: center;
}

.or {
  color: #C49C48;
}

.estimation h4 {
  font-size: 20px;
}

.estimation h3 {
  font-size: 28px;
  font-weight: 400;
}

/* AGENCE */
.agence .container {
  padding-right: 15px;
  padding-left: 15px;
}

.agence p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}

.agence strong {
  color: #333;
  font-weight: 600;
}

.marginauto {
  margin: auto;
}

.bg-gris {
  background: #efefef;
  padding: 14px 0;
  margin: -31px 0 40px 0;
  z-index: -1;
}

.bloc-titre {}

.agence h4 {
  font-size: 1.2rem;
  color: #c49c48;
}

.auteur::before,
.auteur::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #c49c48;
  vertical-align: middle;
  margin: 0 10px;
}

.auteur {
  color: #333 !important;
  font-style: italic;
}

p.f16 {
  font-size: 16px;
  font-weight: 500;
}

p span.f22 {
  font-size: 22px !important;
}

.ombre {
  box-shadow: 6px 5px 6px #656565;
}

.centre p {
  text-align: center !important;
}

.logo-entete {
  width: 150px;
}

.photo-signature {
  width: 150px;
}


/* CONTACT */
.contact h3 {
  font-size: 2rem;
}

.contact h4 {
  font-size: 19px;
}

.logo-contact {
  width: 250px;
}


/* MENTIONS LEGALES */
.mentions-legales p,
.list_mentions,
.content_page {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #111;
}

.mentions-legales h2 {
  padding-left: 0;
  border-left: 0;
}

.agence h2,
.contact h2,
.mentions-legales h2,
.estimation h2 {
  font-size: 20px;
  margin: 0.5rem 0;
  text-transform: uppercase;
  font-weight: 500;
  color: #a38154;
}

/* FOOTER */
footer {
  background: #111;
  padding: 20px 10px;
}

footer,
footer a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin: auto;
}

footer .margin-container {
  margin: 0;
}

.logo-footer {
  width: 100px;
  margin-right: 5px;
}

.liens_center {
  text-align: center;
  margin: auto;
}

.liens_center p {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.reseaux-sociaux img {
  width: 35px;
}

.reseaux-sociaux a i {
  font-size: 32px;
}

.reseaux-sociaux a:hover i {
  color: #C49C48;
}

.liens_center ul {
  margin-bottom: 0;
}

.liens_center ul li {
  padding: 0 10px;
}


/* ACTUALITES */
.actualites .content_page {
  width: 100%;
}

.actualites-group ul li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 15px 0;
}

.actualites-group ul li:hover a {
  color: #444;
}

.actualites-group ul li .btn {
  margin-right: 10px;
}

.adminperso .title-post {
  text-align: center;
  margin: 20px 0;
}

.adminperso .date-post {
  margin-top: 15px;
}

/* ITEMS */
article .liste2 .article_logo {
  width: 30px;
  margin-bottom: 10px;
  display: inline-block;
  min-height: auto;
  max-width: 100%;
  opacity: 1;
}

.header-item ul.liste2 li {
  padding: 0 15px;
  font-size: 12px;
  font-weight: 600;
}

.header-item ul.liste2 {
  margin-top: 25px;
}


/* ========================================================================= */
/*                                TOP PAGE                                   */
/* ========================================================================= */
.bgAccueil-page {
  height: 80vh;
  top: -70px;
}

.detail .bgAccueil-page {
  height: 80vh;
  background-position: center;
}

.blog .bgAccueil-page {
  background: url(/assets/images/bgimg-blog.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.listing-vente .bgAccueil-page {
  background: url(/assets/images/bgimg-vente.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.estimation .bgAccueil-page {
  background: url(/assets/images/bgimg-estimation.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.agence .bgAccueil-page {
  background: url(/assets/images/bgimg-agence.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.contact .bgAccueil-page {
  background: url(/assets/images/bgimg-contact.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.recherche .bgAccueil-page {
  background: url(/assets/images/bgimg-recherche.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.actualites .bgAccueil-page {
  background: url(/assets/images/bgimg-blog.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}

.mentions-legales .bgAccueil-page {
  background: url(/assets/images/bgimg-mentions-legales.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh;
}



/* ========================================================================= */
/*                              LISTING & DETAIL                             */
/* ========================================================================= */
.listing-header-detail {
  position: relative;
  padding: 0 0 50px 0;
  width: 100%;
  color: #111 !important;
}

.detail .detail-header-titre {
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 1.5;
}

.detail .detail-header-titre::after {
  content: "";
  display: block;
  position: relative;
  background: #C49C48;
  height: 1px;
  width: 30%;
  margin: 10px auto 0 auto;
}

.prix-header-titre {
  color: #111;

}

.detail .h3 {
  text-align: center;
  text-transform: uppercase;
  color: #252525;
  font-size: 28px;
  letter-spacing: 5px;
  margin: 0 0 1.2em 0;
  line-height: 1.5;

}

#vvirtuelle embed {
  max-width: 600px !important;
  max-height: 320px !important;
}

.detail .interlocuteur {
  border: 0;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  color: #111;
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.8;
}

.detail .interlocuteur div:nth-child(1) {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
}

.detail .interlocuteur img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

.detail_pieces ul li {
  display: inline-block;
  border: 1px solid #111;
  padding: 15px;
  margin: 10px 10px 10px 0;
  text-align: center;
  width: 23.4%;
}

.detailpiece-nompiece {
  font-weight: 600;
  text-transform: capitalize;
}

.dropdown-menu.open.show {
  transform: translate3d(0px, 36px, 0px) !important;
}

.recherche-detaillee .dropdown-menu.open.show {
  transform: translate3d(0px, 0px, 0px) !important;
}

.detail .descriptif {
  font-size: 19px;
}

.detail .lafficheur {
  display: none;
}

.detail .plusdinformation {
  font-size: 20px;
}

/* ========================================================================= */
/*                              RESPONSIVE                                   */
/* ========================================================================= */



@media (min-width: 1281px) {
  .listing-header {
    position: absolute;
    top: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-01%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 150px 0;
    bottom: 0;
  }

  article .liste2 .article_logo {
    width: 30px;
    margin-bottom: 10px;
    display: inline-block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
  }
}

@media (max-width: 1280px) {
  article .liste2 .article_logo {
    width: 22px;
    margin-bottom: 10px;
    display: inline-block;
    min-height: auto;
    max-width: 100%;
    opacity: 1;
  }

  .header-item ul.liste2 li {
    padding: 0 15px;
    font-size: 9px;
  }

  [class*="listing"] .photobox_type16 .photobox__label,
  [class*="listing"] .photobox_type16 .photobox__label {
    top: 70%;
  }

  .menu ul>li>a {
    padding: 12px 10px;
    color: #000;
  }

  .sticking .menu ul>li>a,
  .not-sticking .menu ul>li>a {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img {
    width: 250px;
  }

  .index .photobox_type16 .photobox__label {
    font-size: 25px;
  }

  .listing-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    padding: 150px 0;
  }

  .listing-vente .listing-header h1,
  .listing-header h1 {
    font-size: 25px;
  }
}


@media (max-width: 991px) {
  .menu ul {
    padding: 70px 20px 0 20px !important;
    background: #000;
    margin: 0 !important;
  }

  .menu ul>li>a {
    padding: 12px 10px;
    color: #fff;
  }

  .sticking .menu ul>li>a,
  .not-sticking .menu ul>li>a {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
  }

  .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
  }

  .header .sticking,
  .header .not-sticking {
    background: #fff;
  }

  .index .header .not-sticking {
    background: transparent !important;
  }

  .index .photobox_type16 .photobox__label {
    font-size: 23px;
    color: #fff;
  }

  .index .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0));
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .header__logo img {
    width: 50px;
    padding: 10px 0;
    margin-right: 70px;
  }

  .baseline {
    z-index: 20;
    position: absolute;
    top: 37%;
    -webkit-transform: translateY(-37%);
    -moz-transform: translateY(-37%);
    -ms-transform: translateY(-37%);
    -o-transform: translateY(-37%);
    transform: translateY(-37%);
    left: 50.5%;
    -webkit-transform: translateX(-50.5%);
    -moz-transform: translateX(-50.5%);
    -ms-transform: translateX(-50.5%);
    -o-transform: translateX(-50.5%);
    transform: translateX(-50.5%);
    text-align: center;
  }

  .ancre-bottom {
    right: 52%;
  }

  .logo-categorie {
    width: 57px;
    margin-bottom: 16px;
  }

  .reseaux-sociaux img {
    width: 27px;
  }

  .logo-footer {
    width: 28px;
    margin-right: 5px;
  }

  footer a {
    font-size: 10px;
  }

  .not-sticking .burger-item,
  .not-sticking .burger-item::before,
  .not-sticking .burger-item::after,
  .sticking .burger-item,
  .sticking .burger-item::before,
  .sticking .burger-item::after {
    color: #000;
    background: #000;
  }

  .listing-vente .ancre-bottom,
  .alerte-email .ancre-bottom,
  .agence .ancre-bottom,
  .contact .ancre-bottom,
  .actualites .ancre-bottom,
  .estimation .ancre-bottom {
    right: 53%;
  }

  [class*="listing"] .photobox_type16 .photobox__label,
  [class*="listing"] .photobox_type16 .photobox__label {
    top: 75%;
  }

  .agence h2 {
    font-size: 1rem;
  }

  .bg-gris {
    margin: -21px 0 40px 0;
  }

  .order1 {
    order: 1;
  }

  .order2 {
    order: 2;
  }

  .agence .row img {
    margin-bottom: 20px;
  }

  .bgAccueil-page {
    top: -20px;
    height: 40vh !important;
  }

  .listing-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 50px 0;
  }

  .alerte-email .groupe_champs>.form-group {
    width: 100%;
  }

  .listing-vente .listing-header h1,
  .listing-header h1 {
    font-size: 20px;
  }

  .detail footer .list-inline-item {
    padding: 0;
  }

  .alerte-email .content_page {
    margin-top: 30px;
  }

  .block_info.photobox__label {
    display: none;
  }

  .prod_listing>.listing_article article {
    border: 0;
  }

  .block_info_mobile {
    width: 98%;
    text-align: center;
    min-height: 85px;
    padding: 10px;
  }

  .block_info_mobile .prod_listing .info_titre {
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
  }

  .index .photobox_type16 .photobox__previewbox:before,
  [class*="listing"] .photobox_type16 .photobox__previewbox:before,
  [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.3));
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0);
  }

  .block_info_mobile .info_ville {
    padding-top: 0;
  }

  .burger-item {
    top: 30px;
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .header__logo img {
    margin-right: 20px;
    float: right;
  }

  [class*="listing-"] article,
  [class*="listing"] article {
    background: #f1f1f1;
  }

  article .block_info {
    display: none;
  }

  .block_info_mobile {
    display: block;
  }

  .detail_pieces ul li {
    width: 31.4%;
  }

  .listing .not-sticking .bloc.bloc4,
  [class*="listing-"] .not-sticking .bloc.bloc4 {
    display: none;
  }

  .listing .bloc.bloc4,
  [class*="listing-"] .bloc.bloc4 {
    display: block;
  }

  .listing .header .sticking,
  [class*="listing-"] .header .sticking {
    height: 0;
  }

  .listing .bloc.bloc4,
  [class*="listing-"] .bloc.bloc4 {
    top: 0;
    background: #111;
    border-radius: 0;
    color: #C49C48;
    font-size: 23px;
  }

  .header-item ul.liste2 {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 0;
  }

  article .liste2 .article_logo {
    width: 15px;
    margin: 0;
  }

  .header-item ul.liste2 li {
    padding: 8px 20px;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
    width: calc(100% / 2 - 5px);
  }

  .prod_listing.damier .info_titre,
  .prod_listing.damier .info_ville,
  .prod_listing.damier .info_prix {
    font-size: 9px;
  }

  .index .not-sticking .site-pusher {
    height: auto;
  }

  .index .not-sticking .header__logo img {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 12px 6px 3px 6px;
    float: initial;
    width: 150px;
    margin-top: 10px;
  }

  p,
  .agence p {
    font-size: 15px;
  }

}


@media (min-width: 992px) {
  .header__logo {
    padding: 0;
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .sticking .header__logo img,
  [class*="listing"] .header__logo img,
  [class*="listing-"] .header__logo img {
    width: 180px;
    background-color: rgba(255, 255, 255, 1);
    margin: 15px;
    padding: 7px;
  }

  .index .not-sticking .header__logo img {
    background-color: rgba(255, 255, 255, 0.5);
    margin: 20px;
    padding: 12px 6px 3px 6px;

  }

  .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }

  .site-pusher {
    display: flex;
    justify-content: space-between;
    height: 60px;
  }

  nav.menu {
    width: auto;
    margin: auto 0 auto auto;
  }

  .menu ul>li.drapeau>a {
    padding: 0 10px;
  }

  .block_info_mobile {
    display: none;
  }

  .prod_listing .info_titre,
  .prod_listing.damier .info_titre {
    white-space: initial;
  }
}

@media (max-width: 560px) {
  .baseline img {
    width: 200px;
  }

  .detail_pieces ul li {
    width: 46.4%;
  }

  .detailpiece-nompiece {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px;
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .header__logo img {
    width: 37px;
    padding: 5px 0;
    margin-right: 20px;
    float: right;
  }

  .index .not-sticking .header__logo img {
    width: 100px;
    padding: 7px 6px 3px 6px;
    margin-right: 20px;
    float: initial;
  }

  .baseline {
    width: 100%;
  }

  #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-position: center center;
  }

  #carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-position: center center;
  }

  .liens_center {
    margin: 20px auto;
  }

  .listing-vente .ancre-bottom,
  .alerte-email .ancre-bottom,
  .agence .ancre-bottom,
  .contact .ancre-bottom,
  .actualites .ancre-bottom,
  .estimation .ancre-bottom {
    display: none;
  }

  .bgAccueil-page {
    background-size: contain !important;
    height: 100% !important;
    min-height: 25vh;
    max-height: 30vh;
    top: 0;
    margin-top: 50px;
  }

  .listing-header {
    padding: 0;
  }

  .logo-entete {
    margin-top: 50px;
    width: 70px;
  }

  .agence .text-right {
    text-align: left !important;
  }

  #carouselExampleIndicatorsHome .carousel-item .header-info-bien {
    position: absolute;
    font-size: 16px;
    bottom: 15%;
    right: 10px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 0px 3px #000;
    transition: .3s;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    top: auto;
    left: auto;
    max-width: 94%;
    max-height: 600px;
    min-height: 200px;
    width: 100%;
    display: flex;
  }

  #carouselExampleIndicatorsHome .carousel-item {
    background-position: center center !important;
  }

  #carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos .titre {
    font-size: 15px;
  }

  #carouselExampleIndicatorsHome .carousel-item p {
    font-size: 13px;
  }

  .index .photobox_type16 .photobox__label {
    font-size: 17px;
    color: #fff;
  }

  .detail .detail-header-titre,
  .detail .h3 {
    font-size: 15px;
  }

  .detail .info_prix {
    font-size: 18px;
  }

  .detail .img-detail img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }

  .detail .img-detail {
    padding: 3px;
    width: calc(100% / 2 - 5px);
  }

  .detail .descriptif {
    font-size: 15px;
  }

  .agence h2,
  .contact .page-heading {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .ordre1 {
    order: 1;
  }

  .ordre2 {
    order: 2;
  }

  .ordre3 {
    order: 3;
  }

  .ordre4 {
    order: 4;
  }

  .ordre5 {
    order: 5;
  }

  .ordre6 {
    order: 6;
  }

  label {
    font-size: 15px;
  }
}

@media (max-width: 300px) {
  .detail_pieces ul li {
    width: 100%;
  }
}


/* @media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
 .bgAccueil {
     background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/slider_home/2.jpg) no-repeat center center!important;
     background-size: cover;
     height: 100vh;
     min-height: 600px;
     background-position: center center;
 } 
} */

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape) {
  .bgAccueil-page {
    top: 0;
    height: 75vh !important;
    margin-top: 37px;
  }

  .info_ville {
    font-size: 10px;
  }

  .spin4.info_prix {
    font-size: 12px !important;
    text-align: center !important;
  }

  .prod_listing .info_titre {
    font-size: 13px;
  }

  .index-logo-not-sticking,
  .index-logo-sticking,
  .logo-sticking,
  .logo-not-sticking,
  .header .img-fluid {
    width: 7%;
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .header__logo img {
    margin-right: 50px;
  }

  .detail .groupe-btn .list-inline-item {
    margin: 10px 0;
  }

  .logo-entete {
    margin-top: 50px;
    width: 100px;
  }

  .agence .text-right {
    text-align: center !important;
  }

  .agence .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .detail_pieces ul li {
    width: 30%;
  }

  .search__form-item:nth-child(n+2) {
    width: calc(100% / 2 - 3px) !important;
  }

  .modal-dialog {
    margin: 40px auto;
  }

  .search__form-item.c_valid {
    width: 100% !important;
  }

  .index .not-sticking .header__logo img {
    float: initial;
    width: 100px;
  }

  .carousel-fullscreen .carousel-inner .carousel-item {
    min-height: 370px;
  }

  #carouselExampleIndicatorsHome .carousel-item .header-info-bien {
    position: absolute;
    font-size: 16px;
    bottom: 15px;
    right: 5px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 1px 0px 3px #000;
    transition: .3s;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 25px;
    top: auto;
    max-width: 98%;
    max-height: 600px;
    min-height: 125px;
    width: 100%;
    display: flex;
  }

  #carouselExampleIndicatorsHome .carousel-item .header-info-bien .infos .titre {
    margin-bottom: 12px;
    font-size: 14px;
  }

  #carouselExampleIndicatorsHome .carousel-item p {
    text-transform: initial;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
  }
}

.top_link {
  bottom: 1%;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1025px) and (orientation : landscape) {

  .sticking .menu ul>li>a,
  .not-sticking .menu ul>li>a {
    font-size: 11px;
    color: #000;
  }

  .menu ul>li>a,
  .not-sticking .menu ul>li>a {
    padding: 0 5px;
  }

  .index .not-sticking .menu ul>li>a {
    font-size: 11px;
  }

  .block_info_mobile {
    display: block;
  }

  .block_info {
    display: none;
  }

  [class*="listing-"] article,
  [class*="listing"] article {
    background: #f1f1f1;
  }

  .index .photobox_type16 .photobox__label,
  [class*="listing"] .photobox_type16 .photobox__label,
  [class*="listing"] .photobox_type16 .photobox__label {
    width: 98%;
    text-align: center;
    font-size: 28px;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    text-transform: uppercase;
  }

  .index .photobox_type16 .photobox__previewbox:before,
  [class*="listing"] .photobox_type16 .photobox__previewbox:before,
  [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, 0.3));
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0);
  }

  .index .photobox_type16 .photobox__label {
    font-size: 23px;
    color: #fff;
  }

  .photobox_type16:hover .photobox__label {
    opacity: 1 !important;
    transition-duration: var(--photoboxAnimationDuration, .2s);
    transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2);
  }

  .index .not-sticking .header__logo img,
  .not-sticking .header__logo img,
  .sticking .header__logo img,
  [class*="listing"] .header__logo img,
  [class*="listing-"] .header__logo img {
    width: 125px;
  }

  .header-item ul {
    display: block;
  }

  .header-item ul.liste2 {
    display: flex;
    flex-wrap: wrap;
  }

  .header-item ul.liste2 li {
    padding: 0 15px;
    font-size: 9px;
    text-align: center;
    width: calc(100% / 2 - 5px);
  }

}


/* MODIFS */
.b_prestige {
  display: none;
}

.parsley-errors-list {
  color: red;
}