div.block-voir-plus {
  padding-top: var(--wp--preset--spacing--2-xl);
  padding-bottom: var(--wp--preset--spacing--2-xl);
}
div.block-voir-plus:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
div.block-voir-plus h3 {
  font-family: var(--wp--preset--font-family--content);
  font-weight: 600;
}
div.block-voir-plus.is-open .content {
  height: auto !important;
  overflow: visible !important;
}
div.block-voir-plus.is-open .content::after {
  opacity: 0;
}
div.block-voir-plus .content:has(p:nth-child(2)) {
  height: 100px;
  overflow: hidden;
  position: relative;
}
div.block-voir-plus .content:has(p:nth-child(2)):after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  pointer-events: none;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
div.block-voir-plus .see-more {
  display: flex;
  justify-content: center;
  margin-top: var(--wp--preset--spacing--xl);
}
div.block-voir-plus .see-more a {
  font-weight: 600;
}