.collection-category_read-more {
  overflow: hidden;
}
.read-more-image {
  padding-bottom: 64px;
}

.read-more-image__titre {
  padding: 75px var(--px160-percent) 64px;
}

.text-image {
  & .full_grid {
    & .text-image__text.read-more-image__text {
      overflow: visible;
    }
  }
}

.read-more-image__text::before {
  display: block;
  content: '';
  position: absolute;
  left: -100px;
  top: -20px;
  background-image: url("../../images/section/logo_shape.svg");
  width: 345.5px;
  height: 408.5px;
  background-repeat: no-repeat;
  background-size: contain;
  /* z-index: -1; */
  background-position: center;

  overflow: hidden;
}

.read-more-image__text .trm__text::before {
  display: none;
}

.read-more-image__image {
  max-height: 630px;
}

.read-more-image.text-image {
  .text-narrow {
    .trm__text {
      padding: 0px;
    }
  }

  .trm__text {
    &::before {
      display: none;
    }
  }
}


@media all and (min-width: 750px) {
  .read-more-image .text-read-more {
    padding: 0px;
  }

  .read-more-image.text-image {
    .text-narrow {
      .trm__text,
      .trm__text-hidden {
        padding: 0px;
      }
    }
  }

  .read-more-image__text::before {
    top: 80px;
    left: -20px;
  }

  .read-more-image__titre h2 {
    font-size: 40px;
  }
}

@media all and (min-width:1300px) {
  .read-more-image {
    padding-bottom: 128px;
  }

  .read-more-image__text::before {
    width: 691px;
    height: 771px;
    top: 0px;
    left: -100px;
  }
}
