/* 
    Blog
*/
/* SINGLE ACTUALITE  */
.actu-list-item-image .cover {
    max-height: initial;
  }
  
/* RESUME ACTUALITE */
.templateActualites .filter {
  margin-bottom: 24px;
}
.templateActualites .liste {
  width: 100%;
}
.templateActualites .tool-pagination .pages {
  margin-bottom: 24px;
  justify-content: center;
}
.actu-list-item {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.actu-list-item-image {
  position: relative;
  margin-bottom: 20px;
}
.actu-list-item-image::before {
  position: relative;
  content: '';
  width: 100%;
  display: block;
  padding-top: 70%;
}
.actu-list-item-image a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.actu-list-item-categ {
  color: var(--black);
  background-color: var(--yellow);
  border-radius: 3px;
  font-size: 1.3rem;
  padding: 3px 5px 1px;
  margin: 0;
  font-weight: 400;
  font-family: 'neutrif_studio';
  text-transform: uppercase;
}
.actu-list-item-desc h2 {
  color: var(--black);
  font-size: 2.8rem;
  font-weight: 600;
  margin: 15px 0;
  font-family: 'neutrif_studio';
  line-height: 125%;
}
.actu-list-item-desc h2 a {
  color: var(--black);
}
.actu-list-item-desc{
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #000;
  margin-bottom: 34px;
  padding-bottom: 30px;
  flex: 1;
}
.actu-list-item-category {
  gap: 6px;
  flex-wrap: wrap;
  display: flex;
}
.actu-picto-text {
  margin-top: auto;
}
.actu-picto {
  margin-right: 10px;
}
.actu-text{
    color: var(--black);
    font-size: 1.6rem;
    margin-bottom: 0;
}
.singleBien .firstItem thead tr th::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 97%;
  height: 2px;
  background: black;
}
.actu-picto-text .icon-calendrier {
  color: #FFB450;
}