/*Import Fonts*/
@font-face {
  font-family: 'AirbnbCerealAppRegular';
  src: url('../font/AirbnbCerealApp-Book.eot');
  src: url('../font/AirbnbCerealApp-Book.eot?#iefix') format('embedded-opentype'),
      url('../font/AirbnbCerealApp-Book.woff2') format('woff2'),
      url('../font/AirbnbCerealApp-Book.woff') format('woff'),
      url('../font/AirbnbCerealApp-Book.ttf') format('truetype'),
      url('../font/AirbnbCerealApp-Book.svg#AirbnbCerealApp-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AirbnbCerealAppBold';
  src: url('../font/AirbnbCerealApp-Bold.eot');
  src: url('../font/AirbnbCerealApp-Bold.eot?#iefix') format('embedded-opentype'),
      url('../font/AirbnbCerealApp-Bold.woff2') format('woff2'),
      url('../font/AirbnbCerealApp-Bold.woff') format('woff'),
      url('../font/AirbnbCerealApp-Bold.ttf') format('truetype'),
      url('../font/AirbnbCerealApp-Bold.svg#AirbnbCerealApp-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');


/*GENERAL*/
/* base */
html{                           overflow-x: hidden;}
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: #fe0000 !important;}
.bg-secondary{                  background-color: #ADB8C7 !important;}
.color-primary{                 color: #fe0000 !important;}
.color-secondary{               color: #ADB8C7 !important;}
.color-light{                   color: #f8f9fa !important;}
.font-family-secondary{         font-family: 'Prata', 'Playfair Display', 'Times', serif;}
/* heading */
.h1, h1 {                       font-size: 2.5rem;}
.h2, h2 {                       font-size: 2rem;}
.font-size-heading{             font-size: 2rem;}
.font-size-subheading{          font-size: 1.6rem;}
.icon {                         font-size: 1.4rem;}
.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;
}
.heading-deco::after,
.mentions-legales h2::after
{
  content: "";
  border-radius: 4px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 24px;
  height: 4px;
  background-color: #868e96;
}
.line-height-sm{                line-height: 1.5;}
/* btn */
.btn-primary, 
.btn-info, 
.btn-success {
  color: #fff;
  background-color: #fe0000;
  border-color: #fe0000;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-secondary{
  color: #f9f9f9;
  background-color: #9c0303;
  border-color: #9c0303;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.btn-primary:hover, 
.btn-secondary:hover, 
.btn-info:hover, 
.btn-success:hover {
  color: #F8F8F8;
  background-color: #9c0303;
  border-color: #9c0303;
}
/* old btn */
/* .btn {
  border-radius: 0px;
  padding: 0.55rem;
} */
.btn {
  border-radius: 10rem;
  padding: 0.7rem 1.6rem;
}
.btn--rounded{
  border-radius: 10rem;
  padding: 0.7rem 1.6rem;
}
/* a hover */
.link{
  color: #7D4F4C;
}
.link:hover{
  color: #ADB8C7;
}
.link-underline::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  z-index: 1;
  width: 0;
  height: 2px;
  background: #7D4F4C;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.link-underline:hover {         color: #7D4F4C;}
.link-underline:hover::after {  width: 100%;}
.divider-sm {
  width: 16%;
  left: 0;
  margin-left: auto;
  display: block;
  transform: translate(-260%, 0%);
  height: 2px;
  background: rgb(202 214 227 / 50%);
  border-top: none;
  border-radius: 2rem;
}
.mt-xl{
  margin-top: 8rem !important;
}




.sidebar {
 display: none;
}


/* p {
 font-size: 18px;
 line-height: 1.5;
} */
.header {
 height: 70px;
}


/* HEADER */
.header .sticking {
  background: #fff;
}
.site-pusher {
  padding: 0;
  background: #fff !important;
}
.index .site-pusher {
  padding: 0;
  background: none !important;
}
nav.navbar{
	display: flex;
    padding: 0;
}
nav.navbar.sticky-top.navbar-expand-lg {
    display: inline-block;
}
nav.navbar .nav-item{
  line-height: 2.4;
  padding: 0 1.2rem;
}
nav.navbar .nav-item.active .nav-link{
  color: #919AA3 !important;
}
/* dark background */
.index .not-sticking .nav-link {
  color: #f9f9f9 !important;
}
.index .sticking .nav-link {
  color: #0d0d0d !important;
}
.nav-link {
  display: block;
  padding: .5rem 0rem !important;
  text-transform: uppercase;
  font-size: 15px !important;
  color: #0d0d0d !important;
}
/* hover nav-link */
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: currentColor;
  top: 85%;
  left: 0;
  pointer-events: none;
}
/* if nav-item active - same as hover */
nav.navbar .nav-item.active .nav-link::before {
  content: '●';
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s;
}
nav.navbar .nav-item.active .nav-link:hover::before {
  transform-origin: 100% 50%;
  transform: scale3d(1, 1, 1);
}
nav.navbar .nav-item.active .nav-link::before, 
nav.navbar .nav-item.active .nav-link::after,
nav.navbar .nav-item.active .nav-link:hover::before, 
nav.navbar .nav-item.active .nav-link:hover::after {
  position: absolute;
  width: 100%;
  height: 0px !important;
  background: currentColor;
  top: 60%;
  left: 0;
  pointer-events: none;
}


/* LOGO + catchline */
/* logo */
.navbar-brand img {
  width:75%;
}
.navbar-brand img.index-logo-not-sticking {
  width: 100%;
  margin-left: 20px;
}
/* catchline */
.index .not-sticking .navbar-brand span{
  display: block;
  font-size: 50%;
  color: #f8f9fa;
  width: 40%;
  margin: 0 auto;
}
.not-sticking .navbar-brand span{
  display: block;
  font-size: 50%;
  color: #0D0D0D;
  width: 40%;
  margin: 0 auto;
}
.sticking .navbar-brand span{
  display: block;
  font-size: 0.6rem;
  color: #0d0d0d;
}


/* navbar secondary */
.navbar-secondary{
  position: absolute;
  z-index: 99;
  right: .4rem;
}
.navbar-secondary ul{
  display: flex;
}
.navbar-secondary .nav-link--lang{
  font-size: .8rem;
}
.index .not-sticking .nav-link--lang{
  color: #f9f9f9;
}
.index .sticking .nav-link--lang{
  color: #0d0d0d;
}
.nav-link--lang{
  color: #0d0d0d;
}
html[lang='fr'] .navbar-secondary ul > li > a > span.fr{
  display: none;
}
html[lang='en'] .navbar-secondary ul > li > a > span.en{
  display: none;
}


/*SLIDER ACCUEIL*/
.bgAccueil {
  background: none !important;
  overflow: hidden;
}
.carousel-indicators {
  display: none;
}
.carousel-fullscreen .carousel-inner::after {
  content: "";
  backdrop-filter: brightness(0.9);
  /* background-color: rgba(0,0,0,.35); */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.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');
}

.baseline {
  z-index: 20;
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%) !important;
  text-align: center;
  display: none;
}
.baseline img {
 width:90%;
}


/* INDEX SELECTION */
/* .product-annonce {
  height: 520px;
} */
.prod_accueil{
  margin: 0;
}
.prod_accueil article {
  width: calc(100% - 0px);
  margin: 0 auto !important;
  border: none;
}
.index .info_titre {
  font-size: 1.6rem;
}
.index .info_prix {
  margin: 0 !important;
  padding-top: 0.6rem !important;
  font-size: 1.2rem !important;
}
.index .info_ville {
  color: #F9F9F9;
  font-size: 1.2rem;
}
.prod_accueil .block_img img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product-btn {
  /* border: 1px #bcbcbc solid; */
  position: relative;
  /* sheight: 520px;  fix height even if annonce = 0 */
}
.product-btn a{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  font-size: 1.6rem;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}
.product-btn a:hover{
  opacity: 1;
  z-index: 2;
  color: #F9F9F9;
  cursor: pointer;
}
/* color on hover */
.product-btn a:hover .product-btn__wrapper{
  background-color: #424242;
  cursor: pointer;
  }
.product-btn a .product-btn__wrapper{
  width: 100%;
  height: 100%;
}
/* display img */
.product-btn a .product-btn__wrapper::before{
  content: "";
  opacity: .2;
  z-index: 1;
  background-image: url(../../assets/images/img-product__wrapper.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: inherit;
  width: 100%;
  height: 100%;
  display: block;
  background-position-y: bottom;
}
/* hide image on hover */
.product-btn a:hover .product-btn__wrapper::before{
  content: "";
  opacity: 0;
}
/* center text */
.product-btn a .product-btn__wrapper span{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%);
  font-size: 1rem;
  color: #424242;
  width: 100%;
  text-align: center;
  transition: all ease-in-out 90ms 90ms;
}
.product-btn a:hover .product-btn__wrapper span{
  color: #fff!important;
}
/* animate arrow */
.product-btn a .product-btn__wrapper span i{
  opacity: 0;
  transform: translateX(-2.5rem);
  transition: all ease-in-out 90ms 90ms;
  color: #fff!important;
}
.product-btn a:hover .product-btn__wrapper span i{
  opacity: 1;
  transform: translateX(0rem);
  transition: all ease-in-out 90ms 90ms;
  color: #fff!important;
}



/* CATEGORIES */
.index .photobox_type16 .photobox__label {
 font-size: 35px;
 color: #f9f9f9;
 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;
}


/* INSTAGRAM */
/* [title='Free Instagram Gallery powered by Pixlee'] {
  z-index: -1;
} */
.content-inst__feed {
  height: 350px !important;
  overflow: hidden;
}
div.cache{
  width: 100%;
  height: 14px;
  background-color: #FFF;
  position: absolute;
  bottom: -4px;
  z-index: 9999999999999999999999999;
}


/* AVIS CLIENTS */
.star-ratings-css-top {
  color: #ebc803;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden; 
  width: 100%!important;
}
.star-ratings-css span {
  font-size: 1.4rem;
}
.tag {
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 1.2rem;
  color: #999;
  padding: .4rem;
  margin: .6rem .6rem 0 0;
  border-radius: 3px;
  font-weight: 400 !important;
}
.logo-os {
  width: 150px;
}

/* TOOLTIP */
#bloc_fixed {
  bottom: 40%;
}
#bloc_fixed .bloc {
  margin: 0;
  background: #f8f9fa;
  border: 1px #f8f9fa solid;
}
#bloc_fixed .bloc:hover {
  right: 0px;
  background-color: #fe0000;
  border: 1px #fe0000 solid;
}
#bloc_fixed .bloc ul {
  margin: 0.8rem 0;
  height: 32px;
}
#bloc_fixed .bloc:hover ul li > i {
  color: #F9F9F9 !important;
}
#bloc_fixed ul li > i {
  font-size: 1.2rem;
  margin: 0.4rem .3rem;
}
.tooltip-inner{
  font-family: 'Montserrat', sans-serif;
}
[tooltip] {
position: relative;
}
[tooltip]::before,
[tooltip]::after {
text-transform: none;
font-size: .9em;
line-height: 1;
user-select: none;
pointer-events: none;
position: absolute;
display: none;
opacity: 0;
}
[tooltip]::before {
content: '';
border: 5px solid transparent;
z-index: 1001;
}
[tooltip]::after {
content: attr(tooltip);
text-align: center;
min-width: 3em;
max-width: 21em;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
padding: 1ch 1.5ch;
border-radius: .3ch;
box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
background: #333;
color: #fff;
z-index: 1000;
}
/* show tooltip to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
display: block;
}
/* don't show empty tooltips */
[tooltip='']::before,
[tooltip='']::after {
display: none !important;
}
/* FLOW: LEFT */
[tooltip][flow^="left"]::before {
top: 50%;
border-right-width: 0;
border-left-color: #333;
left: calc(0em - 5px);
transform: translate(-.5em, -50%);
}
[tooltip][flow^="left"]::after {
top: 50%;
right: calc(100% + 5px);
transform: translate(-.5em, -50%);
}
/* Animation */ 
@keyframes tooltips-vert {
  to {
    opacity: .9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: .9;
    transform: translate(0, -50%);
  }
}
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after{
animation: tooltips-vert 300ms ease-out forwards;
}
[tooltip][flow^="left"]:hover::before,
[tooltip][flow^="left"]:hover::after{
animation: tooltips-horz 300ms ease-out forwards;
}


.listing-vente .listing-header h1,
.actualites .listing-header h1,
 .listing-header h1 {
 display: block;
 color: #fff;
 font-size: 35px;
 letter-spacing: 2px;
}
.listing-vente .ancre-bottom,
.alerte-email .ancre-bottom,
.agence .ancre-bottom,
.contact .ancre-bottom,
.actualites .ancre-bottom,
.estimation .ancre-bottom {
 bottom: 0px;
 right: 51%;
}
/* .listing-vente .listing-header h1, */
.contact .listing-header h1{
 color: #000;
}
/* .listing-vente .scroll-downs i, */
.contact .scroll-downs i {
 font-size: 30px;
 color: #000;
}
[class*="listing"] .main-content {
  margin: 24% 5% 5%;
}
/* .prod_listing.damier > .listing_article article, 
.prod_listing > .listing_article article {
  width: 100%;
} */


/* PAGE LISTING */
.alert-danger {
  background-color: #f8f9fa;
}
/* ange */
.listing-vente .content-list__img.ange svg{
  transform: rotate(340deg);
  margin: auto;
  display: block;
}
/* fleche */
.listing-vente .content-list__img.fleche svg{
  transform: rotate(240deg) scale(0.32) translate(200%, 50%) !important;
  position: absolute;
  top: 0;
  left: 60%;
}
/* ROUND MOTEUR SEARCH */
.listing-vente .not-sticking .container_search {
  margin: 6rem 0;
}
/* btn type de transactions */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
  border-bottom: none;
  background: #00210a;
  border-radius: 8px;
  padding: 1rem;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
  padding: 1rem;
}
/* no margin right + rounded corners + height background */
.search__form-item:nth-child(n+2){
  margin-right: 0;
  height: 38px;
  border-radius: 8px 0 0 8px!important;
}
.search__form-item.c_type .btn-group.bootstrap-select.show-tick,
.bootstrap-select>.dropdown-toggle{
  margin-right: 0;
  height: 40px;
  border-radius: 8px 0 0 8px!important;
  background: none;
}
/* no border radius input ville + surface */
.form-group.search__form-item.c_insee,
.listing-vente .form-group .bootstrap-select.btn-group,
.listing-vente .form-group.c_surfacemin .form-style
{
  border-radius: 0!important;
}
/* height button + no bg */
.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus{
  height: 38px !important;
  background: none!important;
}
.bootstrap-select>.dropdown-toggle {
  height: 38px;
  border-radius: 100px;
  vertical-align: initial;
}
.listing-vente .form-style {
  height: 40px;
}
.listing-vente .form-style::placeholder
{
  color: #c7c7c7;
  opacity: 1; /* Firefox */
}
/* border radius input prix max */
.listing-vente .form-group .form-style#prixmax {
  border-radius: 0 8px 8px 0 !important;
}
body.alerte-email input#prixmax,
body.contact input#prixmax {
  border-radius: 10px;
}
/* margin btn valid */
.search__form-item.c_valid {
  margin: 0 0 0 1.2rem;
}
/* no bg on moteur */
.moteur {
  background-color: rgba(0,0,0,0);
}


/* PAGE CONCEPT */
.concept > .container,
.parrainage > .container
{
  margin-top: 6rem;
}
.concept > .container-fluid{
  margin-top: 9%;
}
.concept .product-btn {
  border: none !important;
  position: relative;
  height: 40vh;
  padding: 3rem !important;
}
.other-product {
  height: 460px;
  transition: all 140ms 120ms ease-in-out;
  -moz-transition: all 140ms 120ms ease-in-out;
  -webkit-transition: all 140ms 120ms ease-in-out;
  -o-transition: all 140ms 120ms ease-in-out;
}
.other-product:hover{
  opacity: .8;
  transition: all 140ms 120ms ease-in-out;
  -moz-transition: all 140ms 120ms ease-in-out;
  -webkit-transition: all 140ms 120ms ease-in-out;
  -o-transition: all 140ms 120ms ease-in-out;
}


/* NO BREADCRUMB FIL ARIANE */
.breadcrumb-cms {
  display: none;
}


/* PAGE TEAM */
.team .content-team__img{
  height: 580px;
}
.team .content-team__img::before{
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.team .content-team__img.matthieu::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__m-lliboutry.jpg);
}
.team .content-team__img.elisabeth::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__e-maubian.jpg);
}
.team .content-team__img.fanny::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__f-delpech.jpg);
}
.team .content-team__img.emilie::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__e-abensour.jpg);
}
.team .content-team__img.aimee::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__a-fiquemo.jpg);
}
.team .content-team__img.paul::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__p-pointud.jpg);
}
.team .content-team__img.julie::before{
  content: "";
  background-image: url(../../assets/images/team/img-team__julie.jpg);
}
.team .content-team__description p{
  font-size: .9rem;
}


/* PAGE PARRAINAGE */
body.parrainage div.form-group.c_nom,
body.parrainage div.form-group.c_prenom,
body.parrainage div.form-group.c_nomFilleul,
body.parrainage div.form-group.c_prenomFilleul{
  margin: 8% 0 0;
}
.form-parrainage__parrain{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
}
.form-parrainage__filleul{
  position: absolute;
  top: 334px;
  left: 50%;
  transform: translate(-50%);
}


/* PAGE AUTRES SERVICES */
.content-cat .content-cat__img span{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  font-size: 2.8rem;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}


/* 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;
}


/* PAGE VENDUS */
/* video */
.biens-vendus .content_page div.content-video div{
  margin: 1rem 1rem 1rem 0;
  width: 31%;
}
.biens-vendus .content_page {
  width: 100%;
}
.biens-vendus .content_page div{
  display: flex;
  flex-flow: wrap;
  flex: 0 0 1;
  align-items: center;
  justify-content: flex-start;
}
/* replace heading */
.biens-vendus .content_page h1,
.biens-vendus .content_page h1 span,
.biens-vendus .content_page h1 span span
{
  display: none;
}
.biens-vendus .content_page p{
  width: 33%;
  margin-bottom: 0;
}
.biens-vendus .content_page p > img{
  width: 100%;
  padding: 0.3rem;
}



/* ESTIMATION */
.estimation .progress-bar {
  background-color: #343739;
}
.centre {
  text-align: center;
}
.or {
  color: #fe0000;
}
.estimation h4 {
  font-size: 20px;
}
.estimation h3 {
  font-size: 28px;
  font-weight: 400;
}
.estimation .content-est__head{
  position: absolute;
  bottom: 0rem;
}


/* AGENCE */
.agence > .container.margin-top {
  margin-top: 9%;
}
.agence .container {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 50px;
}
.agence p {
    text-align: left;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
}
.agence p.h4 {
    text-align: left;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
}
.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;
}
.agence h2 {
  font-size: 3rem;
}
.agence h4 {
  font-size: 1.2rem;
  color: #fe0000;
}
.auteur::before,
.auteur::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #fe0000;
  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 */
.biens-vendus > .container.clearfix,
.contact > .container.clearfix{
  margin-top: 12%;
}
.contact h3 {
  font-size: 2rem;
}
.contact h4 {
  font-size: 19px;
}
.logo-contact {
  width: 250px;
}
.contact .btn-circle {
  height: 80px !important;
  width: 80px !important;
  background: none !important;
  box-shadow: none !important;
  top: 16px;
  padding: 0 !important;
  font-size: 2rem;
}


/* MENTIONS LEGALES */
.mentions-legales .bgAccueil-page{
  display: none;
}
.mentions-legales > .container{
  margin-top: 22%;
}
.mentions-legales p, .list_mentions, .content_page {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.mentions-legales h2 {
  margin-top: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding-left: inherit;
  border-left: none;
  font-size: 1.75rem;
  font-family: 'AirbnbCerealAppBold', sans-serif !important;
}


/* FOOTER */

footer, footer a {
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin: auto 0;
}
footer .margin-container {
  margin: 0;
}
.logo-footer { 
  width: 350px;
  margin-right: 5px;
}
.footer-logo span{
  font-size: 12px;
  margin: 0;
}
.liens_center {
  text-align: center;
  margin: auto;
}
.liens_center p {
  color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}
.reseaux-sociaux p {
  color: #000;
}
.reseaux-sociaux img {
  width:45px;
}
.reseaux-sociaux a i {
  font-size:32px;
}
.reseaux-sociaux a:hover i {
  color: #fe0000;
}
.liens_center ul {
  margin-bottom: 0;
}
.liens_center ul li{
  padding: 0 10px;
}
.content-footer__extralink {
  margin-left: 1rem;
  padding-left: 1rem;
  border-left: 1px solid #fe0000;
}
footer .address {
  text-align: left;
}
.address a{
  color: #000!important;
}
.address p {
  color: #000!important;
  margin: 20px 0;
}
.address .btn {
  border-radius: 10rem;
  padding: 0 0rem;
}

/* 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: #fe0000;
  vertical-align: middle;
  margin: 0 10px;
} */


/* TOP PAGE */
.philosophie .top_page,
.accompagnement .top_page,
.ldv-m6 .top_page,
.alerte-email .top_page,
.biens-vendus .top_page,
.comparateur .top_page,
.recherche-detaillee .top_page,
.actualites .top_page,
.estimation .top_page
{
  background: transparent;
}


/* PAGE COMPARATEUR / FAVORIS */
.comparateur .nav-tabs .nav-link {
  padding: .6rem 1rem !important;
}


/* PAGE LISTING */
#art_115798479 .bandeaux{
  display: none;
}


/* PAGE 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: #000;
  font-size: 28px;
  letter-spacing: 5px;
  line-height: 1.5;
}
.detail .detail-header-titre::after {
  content: "";
  display: block;
  position: relative;
  background: #fe0000;
  height: 1px;
  width: 30%;
  margin: 10px auto 0 auto;
}
.lafficheur li:hover, .lafficheur li.active {
  background-color: #fe0000;
}
.prix-header-titre {
  color: #000;
  font-family: 'Work Sans', sans-serif;
}
.prix-header-titre .card-fav-absolute {
  position: relative;
  top: -6px;
  font-size: 35px;
  cursor: pointer;
}
.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 {
  width: 100% !important;
  height: 460px!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 #00000029;
  padding: 15px;
  margin: 10px 10px 10px 0;
  text-align: center;
  width: 23.4%;
}
.detailpiece-nompiece {
  font-weight: 600;
  text-transform: capitalize;
}
.detail .groupe-btn .grp-btn .btn {
  padding: inherit;
  width: auto;
}
/* no bg on hover btn share */
.detail .list-inline-item a:hover {
  background: none !important;
}
/* style widgets */
.detail .retour_pret{
  font-family: 'AirbnbCerealAppBold', sans-serif !important;
  color: #fe0000;
}
.detail .retour_pret span {
  color: #818181;
}
.form-style,
.detail .detail_calculette .form-style,
.detail .detail_calculette select#duree.bootstrap-select,
.detail .groupe_champs input.notaire_changement
{
  border-radius: 0.6rem !important;
  padding: .4rem 1rem !important;
}
.form-group .bootstrap-select.btn-group{
  border-radius: 0.6rem !important;
}
.detail .detail_calculette-notaire form {
  border-radius: 0.8rem;
  padding: 1.4rem;
}


/* listing vendu */
.listing-vendu .prod_listing > .listing_article article {
  width: 32%;
}
[class*="listing-vendu"] .main-content {
  margin: 12% 5% 5%;
}
.listing-vendu .effect-cms .info_type,
.listing-vendu .effect-cms .card-fav-absolute,
.listing-vendu .effect-cms .info_titre,
.listing-vendu .effect-cms .box,
.listing-vendu .effect-cms .info_prix, 
.listing-vendu .effect-cms .card_list, 
.listing-vendu .effect-cms .card_foot  {
  display: none;
}
.listing-vendu .effect-cms .info_ville{
  width: 100%;
  font-size: 0.7rem;
  text-align: center;
  padding-top: 0;
  font-weight: 600;
  margin: 0.8rem 0;
  color: #000;
  text-transform: uppercase;
}



@media (min-width: 1281px) {
  .listing-header {
    position: absolute;
    top: 63%;
    -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(-01%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 150px 0;
}
}
@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;
  }
}


/* mobile */
@media screen 
  and (max-width: 991px) {
  .index .header .not-sticking {
    background: transparent!important;
  }


  /* navbar responsive */
  .index .not-sticking .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
  }
  nav.navbar {
    display: block;
    /* padding: 1rem 0; */
  }
  .collapse.show {
    display: block;
    background-color: #fff;
  }
  /* color nav-link */
  .index .not-sticking .nav-link
  {
    color: #0d0d0d !important;
  }
  /* 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;
  }
  /* secondary */
  .navbar-secondary {
    right: 1.4rem;
  }

  .header .img-fluid {
    margin-left: 0;
    width: 30%;
  }
  /* index selection */
  .product-btn{
    height: 20vh;
  }
  .product-btn__wrapper{
    padding: 0.4rem;
  }
  .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: 40px;
  }
  .logo-footer {
    width: 25%;
    margin-right: 5px;
  }
  footer a {
    font-size: 10px;
    }
    /* FOOTER */
.reseaux-sociaux .list-inline-item img{
  margin-bottom: 0 !important;
}
    .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 {
    right: 53%;
  }
  [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
      top: 75%;
  }
  .detail .bgAccueil-page {
    background-size: cover !important;
    margin-bottom: 1rem;
  }
  .detail .listing-header-detail {
    top: 40%;
  }
  .detail #vvirtuelle embed {
    width: 100% !important;
  }
  .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, .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: #fe0000;
  font-size: 23px;
}


  /* PAGE CONTACT */
  .contact > .container.clearfix {
    margin-top: 40%;
  }


  /* PAGE PARRAINAGE */
  .form-parrainage__parrain {
    top: 20px;
  }
  .form-parrainage__filleul {
    top: 474px;
  }


  /* PAGE ESTIMATION */
  .estimation .content-est__head {
    position: relative;
    bottom: 0rem;
  }


  /* PAGE TEAM */
  .team .patchwork img{
    width: 100% !important;
  }


  .block_info_mobile {
    display: block;
}

.block_info_mobile {
    width: 98%;
    text-align: center;
    min-height: 85px;
    padding: 10px;
}






}


@media (min-width: 992px) {
  .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: 40%;
      padding: 5px 10px;
      display: block;
      margin-right: auto;
  }
  .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 0;
  }
  .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) {
  .detail_pieces ul li {
    width: 46.4%;
}
.detailpiece-nompiece {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
}
 .index .carousel {
   display: block;
 }
 .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 {
    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;
  }
}
@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, .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);
  }

}

.reseaux-sociaux .list-inline-item {
  padding: 0 10px;
}

.w100 {
  width: 100%;
}

.ion-ios-heart:before {
  content: "\f443";
  color: #fe0000;
  font-size:30px;
}

#biens_comparatif .article_comparatif, #biens_historique article {
  min-width: 16%;
  width: calc(100% / 3 - 20px);
}
 #biens_historique article,
 #biens_similaires_comparateur article {
  min-width: 16%;
  width: calc(100% / 2 - 20px);
}



#biens_comparatif .article_comparatif .bottom .btn-primary {
  width: 60%;
}
#biens_comparatif .article_comparatif .bottom .item-favori-delete {
  width: 35%!important;
}

 #biens_historique article .info_ville,  #biens_historique article .info_prix,
 #biens_similaires_comparateur article .info_ville,  #biens_similaires_comparateur article .info_prix {
  width: 100%;
  font-size: 13px;
  padding-top: 0;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
 }
 #biens_historique article .info_titre,
 #biens_similaires_comparateur article .info_titre {
  color: #000;
}
#biens_historique .photobox__previewbox:before,
#biens_similaires_comparateur .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(255,255,255,0.6));
  transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0);
}

@media (max-width: 1281px) {
  .reseaux-sociaux .list-inline-item {
    padding: 0 5px;
  }
}



img.card-img-top {
	width: 180px;
	height: 150px;
}
a i.iconOnImg:hover {
	text-decoration:none;
	color:white;
}
i.iconOnImg {
	position:absolute;
	float:left;
	z-index:10000;
	text-decoration:none;
	font-size:14px;
color:white; 
padding:10px;
padding-left:20px;
}

.card.card-insta {
   margin-top:10px;
	padding:0;
		width: 100%;
	height: 100%;
}
.card {
 padding:0;
 margin-top:10px;
	width: 100%;
	height: 100%;
	border:none;
}
#text-caption {
	color: #0B1929;
	font-style:bold;
}
.hashtag {
	color:#fe0000;;
	font-style:normal;
	font-weight: 700px;
}
div.hiddenTitle { 
display:none;
position:absolute;
font-size:14px;
z-index: 10000;
width: 50vh;
height: 50vh;
border:2px solid silver;
border-radius:0.2em;
background: black;
padding:30px;
}



@media (max-width: 991px) {
  .bgAccueil {
    height: auto;
  }
  .navbar-brand img {
    width: 40%;
  }
  .navbar-brand img.index-logo-not-sticking {
    width: 40%;
    margin-left: 0;
}
  .navbar-nav.ml-auto {
    margin: auto!important;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 40vh;
    min-height: 300px;
  }
  .product-btn {
    height: auto;
  }
  .logo-footer {
    width: 75%;
    margin-right: 5px;
  }
  .agence > .container.margin-top {
    margin-top: 190px;
  }
  .contact .bg_collapse .btn-content {
    top: 0;
  }
  .map {
    top: 0;
    margin-top: 50px;
  }
}

@media (max-width: 610px) {
  .navbar-brand img.index-logo-not-sticking,   .header .img-fluid {
    width: 70%;
    margin-left: 35px;
  }

  button.navbar-toggler {
    left: 10px;
    position: absolute;
    top: 15px;
  }
  .carousel-fullscreen .carousel-inner .carousel-item {
    height: 50vh;
    min-height: 150px;
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-position: center left;
  }
  #carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-position: center center;
  }
  .product-btn {
    height: 50vh;
  }
  .h3, h3 {
    font-size: 1.5rem;
  }
  .detail .detail-header-titre {
    font-size: 14px;
  }
  .bgAccueil-page {
    background-size: contain!important;
    height: 100% !important;
    min-height: 35vh;
    max-height: 50vh;
    top: 0;
    margin-top: 50px;
  }
    .top_page {
      height: 100px;
  }
  .agence > .container.margin-top {
    margin-top: 100px;
  }
}

.blog .bgAccueil-page {
  display: none;
}




/* MODIFS DU 20/09 */
.listing-vendu .photobox_type16 .photobox__label {
  position: relative;
  top: 0;
  opacity: 1;
  -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.listing-vendu .effect-cms .info_titre,
.listing-vendu .effect-cms .box,
.listing-vendu .effect-cms .info_prix,
.listing-vendu .effect-cms .card_list,
.listing-vendu .effect-cms .card_foot {
  display: block;
  color: #000;
}
.listing-vendu .header-item ul {
  display: block;
}
.listing-vendu .header-item ul.d-flex {
  display: flex;
}
.listing-vendu .header-item ul.d-flex li{
  font-size: 12px;
}
.listing-vendu .damier .listing_article .block_info {
  width: 100%;
  padding: 10px 0;
}
.listing-vendu .description{
  font-size: 14px;
  text-transform: initial;
  text-align: left;
  padding: 15px;
  letter-spacing: 1px;
  min-height: 135px;
}
.listing-vendu .damier .card_list li {
  padding: 0 15px;
  font-size: 15px;
  text-transform: initial!important;
}
.listing-vendu .card_list li > span:after {
  display: none;
}
.listing-vendu .prod_listing .card_list {
  margin-bottom: 0;
  margin-top: 0;
}
.b_vendu {
  background-color: #fe0000;
}
@media (max-width: 991px) {
  .listing-vendu .prod_listing > .listing_article article {
    width: calc(100% / 2 - 10px);
  }
  .listing-vendu .damier .listing_article .block_info {
    display: block;
}
}
@media (max-width: 610px) {
  .listing-vendu .prod_listing > .listing_article article {
    width: calc(100% / 1 - 10px);
  }
}