/*-- Général --*/
.wow {
  visibility: hidden;
}
.bg-black {
	background-color:#000;
	border-radius: 10px;
}
.btn-pink2, 
.btn-pink2-noHover {
  background-color: #EB1461;
  color: white;
  font-weight: 700;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: BellotaText;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
}
.btn-pink2:hover {
  background-color: #000;
  color: #FFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
.btn-pink2 svg {
  transition: all 0.3s ease-in-out;
  margin-left: 1rem;
}
.btn-pink2:hover svg {
  transform: scale(1.3);
}
p a, p a:hover {
  text-decoration:underline;
}
b, strong {
  font-weight: 700;
}
.nounderline {
  text-decoration:none !important;
}
.breadcrumb {
  line-height: 12px;
}
.breadcrumb .dotBreadcrumb {
  line-height:20px;
}
.prefCookiesBtn {
  background-color: #000;
  color: #FFF;
  border: 0;
  padding: 6px 24px;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}
.encode_decode {
  cursor:pointer;
}
/*-- HEADER --*/
.menu-toggle {
  transition: all 0.3s ease;
}
.menu-toggle.close .bar:nth-child(1) {
  transform: rotate(60deg) translate(6px, 3px);
}
.menu-toggle.close .bar:nth-child(3) {
  transform: rotate(-30deg) translate(4px, -7px);
}
.menu-toggle:hover .bar:nth-child(1) {
  transform: rotate(90deg) translate(7px, 0);
}
.menu-toggle:hover .bar:nth-child(2) {
  opacity:1;
}
.menu-toggle:hover .bar:nth-child(3) {
  opacity: 0;
}
.bar {
  width: 14px;
}
.header .container {
    padding: 2rem 0 2rem;
}
.main-menu {
  padding-top: 86px;
}
.main-menu > .container {
    padding: 0;
  }
/*-- HP --*/
.hero .hero-content h1,
.hero .hero-content h2 {
  position: initial;
  width: 100%;
  top: inherit;
  left: inherit;
  transform: inherit;
  margin-top: 40px;
}
.hero .hero-content .hero-tab-container {
  position: initial;
  top: inherit;
  left: inherit;
  transform: inherit;
  margin-top: 60px;
}
.customselect .dropdown-menu {
  font-size: 14px;
  background-color: #e5e5e5;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}
.hero-bottom {
  z-index: -1;
  padding: 0 10px;
  width:auto;
}
#contact-map {
  display: block;
  background-image: url('../img/localisation-agence-immobiliere-tourcoing.jpg');
  background-position: center;
  background-size: cover;
}
.review-card h3 {
  font-family:'OpenSans';
}
/*-- LISTING --*/
.nbAnnonce {
  font-size: 14px;
  height: 24px;
  margin: 0;
  align-self: center;
}
.customselect.sort {
  border: 2px solid #000;
  border-radius: 6px;
  padding-left: 10px;
  font-size: 14px;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	        animation: heartbeat 1.5s ease-in-out infinite both;
}
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  15% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  66% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  15% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  33% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  66% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
  }
}
.blink-1 {
	-webkit-animation: blink-1 3s infinite both;
	        animation: blink-1 3s infinite both;
}
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.loading {
  text-align: center;
}
.loading img {
  width: 40px;
  margin-bottom: 10px;
}
.loading p {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(0,0,0,0.3);
}
.bien-ico .h-3 {
  margin: 0 20px;
}
.tag {
  font-size: 24px;
  padding-left: 70px !important;
  color: #FFF;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.vendu.tag {
  background-color: #000000;
  font-size: 18px;
  padding-left: 50px !important;
  color: #FFF;
  font-weight: 400 !important;
  text-transform: uppercase;
}
/*-- DETAIL --*/
#bien {
  margin-top: 20px;
}
.custom-mod {
  padding-top: 30px;
}
.thumbnail {
  height: 40px;
}
.encart-contact button,
.encart-contact a {
  white-space:nowrap;
  font-size:18px;
}
.btn-back {
  background-color: #000000;
  color: white;
  font-weight: 700;
  border: none;
  padding: 0.6rem 2rem;
  border-radius: 6px;
  transition: all 0.2s ease-in-out;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: BellotaText;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  line-height: 1.5;
  cursor: pointer;
  margin-top: 25px;
}
.btn-back:hover {
  background-color: #EB1461;
  color: #FFFFFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
}
.confirmationModale svg {
  width: 100px;
  height: 100px;
  border: 4px solid #EB1461;
  border-radius: 10px;
  padding: 8px;
}
.confirmationModale svg path {
  fill:#EB1461;
}
.confirmationModale .menu-toggle.close {
  position: absolute;
  right: -50px;
  top: -10px;
}
/*-- ESTIMATION --*/
.estimation {
	margin-bottom:200px;
}
.bg-estimation {
  background-image: url('/assets/img/bg-estimation.webp');
  background-size: cover;
}

/*-- FOOTER --*/
footer {
  margin-top: 160px;
}
footer h3 {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  font-family: "OpenSans";
  margin-bottom: 16px;
}
footer ul li {
  font-size: 13px;
  margin-bottom: 5px;
}
/*-- RESPONSIVE --*/
@media (max-width: 1400px) {
  .encart-contact button,
  .encart-contact a {
    font-size:14px;
  }
}
@media (max-width: 1200px) {
  .encart-contact button,
  .encart-contact a {
    font-size:14px;
  }
}
@media (max-width: 992px) {
  .header .container {
    padding: 30px !important;
  }
  .headerTel {
    position: initial;
    width: auto;
    justify-content: initial;
  }
  .main-menu .btn-menu {
    top: 57px;
    right: 55px;
  }
  .hero .hero-content .hero-tab-container {
    width: 95%;
  }
  .btn-back {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .hero .hero-content {
    height: 80%;
  }
  .search-button {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    margin: 0;
      margin-top: 0px;
    left: 0;
    border-radius: 0;
  }
  .title {
    height: 120px;
  }
  h1 .svgTitle svg {
    height:110px;
  }
  .bien .backImg .description {
    display:none !important;
  }
}
@media (max-width: 575px) {
  .headerTel {
    display:none !important;
  }
  .header .container a img {
    width: 120px;
  }
  .main-menu > .container {
    padding: 0 30px;
  }
  .main-menu li a {
    font-size: 24px;
  }
  .main-menu .btn-menu {
    top: 47px;
    right: 31px;
  }
  .main-menu .btn-menu span {
    display:none;
  }
  .hero .hero-content {
    height: 86%;
  }
  input#reference {
    margin-bottom:20px;
  }
  .nbAnnonce {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
  .customselect.sort {
    margin: 20px auto 0;
  }
  .tag {
    font-size: 20px;
    padding-left: 50px !important;
  }
  .vendu.tag {
    font-size: 16px;
    padding-left: 40px !important;
  }
  .bien-ico {
    width: 100%;
    justify-content: space-between !important;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 0px;
    margin-bottom: 10px;
  }
  .fs-46 {
    font-size: 24px;
    font-weight: 700;
  }
  
  .btn-back {
    padding: 0.6rem 1rem;
    font-size: 12px;
    height: 28px;
    margin: auto;
  }
  .carousel-control-prev .arrow-container, .carousel-control-next .arrow-container {
    border: none;
  }
  .encart-contact button,
  .encart-contact a {
    font-size:14px;
  }
  .btn-pink, .btn-pink-noHover,
  .btn-pink2, .btn-pink2-noHover {
    font-size: 16px;
    white-space: nowrap;
  }
  footer ul li {
    font-size:12px;
  }
  footer .align-items-end {
    align-items: flex-start !important;
  }
  footer .text-end {
    text-align: left !important;
  }
}