/* PAGE PATRIMOINE */
.main-carte .map-resum{
  background-color: #FFF0DB;
}
.main-carte .cityBloc {
  color: var(--black);
  font-size: 1.6rem;
  padding: 0 16px 16px;
}
/* DETAIL DE PAGE PATRIMOINE D'UNE RESIDENCE */
.secondCarrousel button {
  position: absolute;
  text-indent: -5000px;
  overflow: hidden;
  background-color: #fff;
  border: transparent;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 1;
  background-repeat: no-repeat;
  padding: 0;
  outline: transparent;
  cursor: pointer;
  background-position: -72px -52px;
}
.singleBien .secondCarrousel .slick-prev.slick-arrow{
  transform: translateY(-50%);
}
.singleBien .secondCarrousel .slick-next.slick-arrow{
  transform: translateY(-50%) scale(-1);
}
.singleBien .secondItem .center {
  text-align: center;
  border: solid 2px var(--peche);
  margin-bottom: 10px;
  width: 100%;
  padding: 20px 27px 20px;
}
.singleBien .image_slide {
  margin-bottom: 80px;
}
.singleBien .rightSide {
  margin-bottom: 85px;
}
.singleBien .rightSide .map.acf-map {
  border-radius: 0!important;
  height: 419px;
}
.singleBien .firstItem table {
   -webkit-box-shadow: none; 
   box-shadow: none; 
   border-radius: 0; 
}
.singleBien .firstItem {
  margin-bottom: 90px;
}
.singleBien .firstItem table th {
  color: var(--black);
  font-size: 2.6rem;
  background-color: var(--white);
  padding: 0;
  position: relative;
  font-weight: 600;
  line-height: 32px;
}
.singleBien .firstItem thead th:not(:first-child) {
   border-left: 0; 
}
.singleBien .firstItem thead tr:first-child th:first-child {
  width: 70%;
  padding: 0 0 10px;
}
.singleBien .firstItem thead tr th::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 97%;
  height: 2px;
  background: black;
}
.singleBien .firstItem tbody tr td{
  border: 0;
  position: relative;
  padding: 15px 0;
  font-weight: 400;
  line-height: 26px;
  font-size: 1.8rem;
}
.singleBien .firstItem tbody tr td::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 97%;
  height: 1px;
  background: black;
}
.singleBien .like-h4 {
  font-size: 3.6rem;
  color: var(--vermillon);
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
}
.singleBien .accrocheBasdepage {
  height: 250px;
  margin: 50px 0 0px 0;
  background-image: url(../img/charte/fond.svg);
  background-size: cover;
  background-position: center;
}
.singleBien .accrocheBasdepage .text .container p{
  color: var(--white);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  margin-bottom: 24px;
}
.templateHomepage-blocTwo-carrouselActu-item .desc .category {
  display: flex;
  gap: 5px;
}
.templateHomepage .templateHomepage-blocTwo .templateHomepage-blocTwo-carrouselActu-item .categ {
  color: var(--black);
  background-color: var(--yellow);
  width: 46%;
  font-size: 1.5rem;
  padding: 3px 5px 0px 10px;
  margin-top: 20px;
  font-weight: 400;
  /* margin-top: 25px; */
  text-transform: uppercase;
}
.postid-32561 .headerPage.noImage h1 {
  color: var(--black);
}

.map-resum .image .seeMoreLink:hover p {
      color: var(--vermillon);
  }
