/****** COMMUNE ******/
/* Layout */
#content-single-commune {
  margin-top: 10px;
}

/*** Hero ***/
@media screen and (max-width: 1024px) {
  .content-single-commune-hero {
    margin-top: -85px;
  }

}

/* Image */
.content-right figure{width:100%;}
.single-commune-thumbnail img {
  width: 100%;
  height: 242px;
  object-fit: cover;
  border-radius: 4px;
}

/*** Content ***/
/* Read more */
a.btn-read-more {
  color: var(--brown-dark-color);
  padding: 10px 0;
  font-weight: 700;
  font-size: 100%;
  line-height: 25.6px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  border-bottom: 1px solid var(--brown-dark-color);
}

@media screen and (min-width: 1025px) {
  a.btn-read-more {
    display: none;
  }

  .hidden-content {
    flex-wrap:wrap;
    gap:24px 0;
  }

}

@media screen and (max-width: 1024px) {
  .hidden-content {
    display:none;
    flex-direction: column;
    gap: 24px;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out;
  }

  .hidden-content.active {
    max-height: auto;
    opacity: 1;
  }
}

/* Button */
#content-single-commune .wp-block-button {
  text-align: center;
}

#content-single-commune .wp-block-button__link {
  width: -webkit-fill-available;
}

#content-single-commune .wp-block-button.btn-primary {
  margin-bottom: 50px;
}

/* Images Frame */
#content-single-commune p img:not(.icon-glossary, .icon-link) {
  border-radius: 4px;
  background-color: var(--white-color);
  padding: 12px;
  box-shadow: 0px 4px 30px 0px #8f785580;
  border-radius: 4px;
  width: 100%;
  object-fit: cover;
}

.content-single-commune-hero .content-close span {
  font-weight: 700;
  font-size: 100%;
  line-height: 25.6px;
}

.content-single-commune-hero .content-close img {
  width: 10px;
  height: 10px;
  margin-left: 2px;
}