/* ========================================================================= */
/*                                  GENERAL                                  */
/* ========================================================================= */
/* FONTS */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&family=Work+Sans:wght@300;400;500;700&display=swap");
/* font-family: 'Work Sans', sans-serif; */
@font-face {
  font-family: 'Maax';
  font-style: normal;
  font-weight: normal;
  src: local("Maax"), url("/assets/fonts/Maax.woff") format("woff"); }

body {
  font-family: 'Work Sans', sans-serif;
  padding-top: 0 !important; }

.dev {
  border: 1px solid red; }
.listing-header-detail {
  position: absolute;
  top: 0%;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
  left: 51%;
  -webkit-transform: translateX(-51%);
  -moz-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  -o-transform: translateX(-51%);
  transform: translateX(-51%);
  padding: 150px;
  width: 100%;
}
/*
.sidebar {
 display: none;
}
*/
/* ========================================================================= */
/*                             SLIDER                            */
/* ======================================================================= */
.swiper-container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.swiper-container h1 {
  font-weight: 700;
  color: #ffffff;
  font-size: 3em;
  padding-top: 50%;
  font-family: 'Poppins', sans-serif;
  text-shadow: 2px 2px 2px #000000;
  opacity: 1
}

.swiper-container p {
  color: #ffffff;
  font-weight: 900;
  font-size: 3.5em;
  margin-top: 25%;
  text-shadow: 2px 2px 2px #000000;
  opacity: 1;
  padding: ;
  margin-bottom: 30px;
  position: absolute;
  z-index: 99999;
  width: 100%;
  text-align: center;
  text-transform: uppercase
   }
 .swiper-container  span{
   font-size: 0.5em;
   font-weight: 500;
 }

.textpad {
  padding-left: 20%;
  padding-right: 20%; }

.swiper-pagination-bullet-active {
  background-color: #fff; }

.color-1 {
  background: url("/assets/images/slider/1.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-2 {
  background: url("/assets/images/slider/2.jpg");
  background-size: cover;
  background-color: #ffffff; }

.color-3 {
  background: url("/assets/images/slider/3.jpg");
  background-size: cover;
  background-color: #ffffff; }

.space50 {
  width: 100%;
  height: 50px; }

/*effect-underline*/
a.effect-underline:after {
  content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  color: #ad9705; }

a.effect-underline:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  color: #ad9705; }

.h50 {
  width: 100%;
  height: 50px; }

.temoignages .sidebar {
  margin-top: 0px;
  padding: 20px;
  border: 1px solid #ccc; }

.recherche-detaillee .sidebar {
  display: none; }

.recherche-detaillee .content_page {
  width: 100% !important; }

.alerte-email .content_page {
  width: 100% !important; }

.alerte-email .sidebar {
  display: none; }

.agence .content_page {
  width: 100% !important; }

.estimationgratuite .content_page {
  width: 100% !important; }

.conseils .content_page {
  width: 100% !important; }

.agence .container {
  padding-right: 100px;
  padding-left: 100px; }

.conseils .container {
  padding-right: 100px;
  padding-left: 100px; }

p {
  font-size: 18px;
  line-height: 1.5; }

.header {
  height: 70px; }

.agence .page-heading::after {
  content: "";
  display: block;
  position: relative;
  background: #ad9705;
  height: 2px;
  width: 150px;
  margin: 10px auto 24px auto; }

.page-heading::after {
  content: "";
  display: block;
  position: relative;
  background: #ad9705;
  height: 2px;
  width: 150px;
  margin: 10px 0 24px 0; }

.page-heading {
  text-transform: uppercase; }

.dore {
  color: #ad9705; }

/* ========================================================================= */
/*                                  INDEX                                    */
/* ========================================================================= */
.scroll-downs i {
  font-size: 40px;
  color: #fff; }

/* 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-image: url("/assets/images/slider/2.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
  background-image: url("/assets/images/slider/3.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
  background-image: url("/assets/images/slider/1.jpg"); }

#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
  background-image: url("/assets/images/slider/4.jpg"); }

/* .bgAccueil {
  background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.15) ),url(/assets/images/bgimg.jpg) center center;
  background-size: cover;
  background-repeat: no-repeat;
} */
.baseline {
  z-index: 20;
  position: absolute;
  top: 25%;
  -webkit-transform: translateY(-28%);
  -moz-transform: translateY(-28%);
  -ms-transform: translateY(-28%);
  -o-transform: translateY(-28%);
  transform: translateY(-28%);
  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: 90%; }

.baseline h1 {
  color: #001e64;
  font-size: 3em;
  font-weight: 600;
  font-family: 'Playfair Display', serif; }

.baseline h1 small {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.5em; }

.not-sticking .menu ul > li > a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500; }

.menu ul > li > a {
  padding: 12px 20px;
  line-height: 1.2;
  color: #fff;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500; }

.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 {
  color: #ad9705;
  text-decoration: none; }

nav.menu ul li.dropdown {
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 500; }

.header .sticking {
  background: #000; }

.index .not-sticking .site-pusher, [class*="listing"] .not-sticking .site-pusher, [class*="listing-"] .not-sticking .site-pusher {
  padding: 0;
  background: #000; }

[class*="listing"] .not-sticking .container_search,
[class*="listing-"] .not-sticking .container_search {
  display: none; }

.not-sticking .site-pusher {
  padding: 0;
  background: #000; }

.index .not-sticking .site-pusher {
  background: transparent; }

/* CATEGORIES */
.index .photobox_type16 .photobox__label {
  font-size: 35px;
  color: #fff;
  font-family: 'Maax';
  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;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000000; }

.listing-vente .ancre-bottom,
.alerte-email .ancre-bottom,
.agence .ancre-bottom,
.contact .ancre-bottom,
.actualites .ancre-bottom,
.estimation .ancre-bottom,
.estimationgratuite .ancre-bottom {
  bottom: 0px;
  right: 51%; }

/* .listing-vente .listing-header h1, */
.contact .listing-header h1 {
  color: #ffffff; }

/* .listing-vente .scroll-downs i, */
.contact .scroll-downs i {
  font-size: 30px;
  color: #ffffff; }

.scroll-downs i {
  text-shadow: 1px 1px 2px #000000; }

/* ALERTE EMAIL */
.alerte-email .form-group {
  margin: 0.5rem 1rem;
  padding: 10px;
  border-left: 0;
  background: transparent; }

.alerte-email label {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8;
  text-transform: initial;
  margin-top: 0;
  margin-bottom: 0;
  color: #000; }

/* ESTIMATION */
.centre {
  text-align: center; }

.or {
  color: #ad9705; }

.estimation h4 {
  font-size: 20px; }

.estimation h3 {
  font-size: 28px;
  font-weight: 400; }

.estimationgratuite h4 {
  font-size: 20px; }

.estimationgratuite h3 {
  font-size: 28px;
  font-weight: 400; }

/* AGENCE */
.agence p {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000; }

.agence strong {
  font-weight: 600; }

.marginauto {
  margin: auto; }

.bg-gris {
  background: #efefef;
  padding: 14px 0;
  margin: -31px 0 40px 0;
  z-index: -1; }

.agence h2 {
  font-size: 3rem; }

.agence h4 {
  font-size: 1.2rem;
  color: #ad9705; }

.auteur::before,
.auteur::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ad9705;
  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: #000; }

.mentions-legales h2 {
  margin-top: 40px;
  line-height: 1;
  font-weight: 300;
  padding-left: 20px;
  border-left: 2px solid #ad9705; }

/* FOOTER */
footer, footer a {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin: auto; }

footer .margin-container {
  margin: 0; }

.logo-footer {
  width: 50px;
  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: #ad9705; }

.liens_center ul {
  margin-bottom: 0; }

.liens_center ul li {
  padding: 0 10px; }

/* ACTUALITES */
.actualites .content_page {
  width: 100%;
  font-family: 'Work Sans', sans-serif; }

.actualites-group ul li {
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 15px 0;
  font-family: 'Work Sans', sans-serif; }

.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;
  font-family: 'Work Sans', sans-serif; }

.adminperso .date-post {
  margin-top: 15px;
  font-family: 'Work Sans', sans-serif; }

/* .adminperso .date-post::before{
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #ad9705;
  vertical-align: middle;
  margin: 0 10px;
} */
/* ========================================================================= */
/*                                TOP PAGE                                   */
/* ========================================================================= */
.bgAccueil-page {
  height: 80vh;
  top: -70px; }

.detail .bgAccueil-page {
  height: 80vh;
  background-position: center; }

.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; }

.listing-location .bgAccueil-page {
  background: url(/assets/images/bgimg-location.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; }

.estimationgratuite .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; }

.recherche-detaillee .bgAccueil-page {
  background: url(/assets/images/bgimg-offmarket.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; }

.conseils .bgAccueil-page {
  background: url(/assets/images/bgimg-conseils.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh; }

.temoignages .bgAccueil-page {
  background: url(/assets/images/bgimg-temoignages.jpg) center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  z-index: -100;
  height: 80vh; }

.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; }

.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; }

.alerte-email .bgAccueil-page {
  background: url(/assets/images/bgimg-alerte-email.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: #000 !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: #ad9705;
  height: 1px;
  width: 30%;
  margin: 10px auto 0 auto; }

.prix-header-titre {
  color: #000;
  font-family: 'Work Sans', sans-serif; }

.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;
  font-family: 'Work Sans', sans-serif; }

#vvirtuelle embed {
  max-width: 600px !important;
  max-height: 320px !important; }

.detail .interlocuteur {
  border: 0;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  color: #000;
  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 #000000;
  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; }

/* ========================================================================= */
/*                              RESPONSIVE                                   */
/* ========================================================================= */
@media (min-width: 1281px) {
  .listing-header {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-1%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 150px 0; }
  listing-header h1 {
    font-weight: 800 !important; } }

@media (max-width: 1280px) {
  .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; }
  .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) {
  .header .sticking, .header .not-sticking {
    background: #000; }
  .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, transparent); }
  .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: #fff;
    background: #fff; }
  .listing-vente .ancre-bottom, .alerte-email .ancre-bottom, .agence .ancre-bottom, .contact .ancre-bottom, .actualites .ancre-bottom, .estimation .ancre-bottom, .estimationgratuite .ancre-bottom {
    right: 53%; }
  [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    top: 75%; }
  .agence h2 {
    font-size: 2rem; }
  .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(255, 255, 255, 0));
    transition: opacity var(--photoboxAnimationDuration, 0.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: #000;
    border-radius: 0;
    color: #ad9705;
    font-size: 23px; } }

@media (min-width: 992px) {
  .header__logo {
    padding: 5px 0;
    width: auto; }
  .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: 80px;
    padding: 5px 10px; }
  .border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.15); }
  .site-pusher {
    display: flex;
    justify-content: center; }
  nav.menu {
    width: auto;
    margin: auto 3%; }
  .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: 768px){
    .sidebar {
      display: block;
    }
}


@media (max-width: 560px) {
  .detail_pieces ul li {
    width: 46.4%; }
  .detailpiece-nompiece {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 14px; }
  .bgAccueil {
    background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(/assets/images/bgimg-mobile.jpg) no-repeat center center !important; }
  .index .not-sticking .header__logo img, .not-sticking .header__logo img, .header__logo img {
    width: 37px;
    padding: 5px 0;
    margin-right: 20px;
    float: right; }
  .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, .estimationgratuite .ancre-bottom {
    display: none; }
    .prix-header-titre {
      color: #fff;
      font-family: 'Work Sans', sans-serif;
    }
    .detail .detail-header-titre {
      text-align: center;
      text-transform: uppercase;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: 5px;
      line-height: 1.5;
    }
    .listing-header-detail {
   
    top: 52%;
  .bgAccueil-page {
   
    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; } }

@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; } }

.top_link {
  bottom: 1%; }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .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(255, 255, 255, 0));
    transition: opacity var(--photoboxAnimationDuration, 0.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, 0.2s);
    transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2); } }

/* MODIFS */
.b_prestige {
  display: none; }
