.container-page-text .title-frame {
  background-position: bottom;
}
.container-page-text #history .blocks .block-title {
  background-image: url("../../assets/pictures/histoire-3.webp");
}
.container-page-text #organisation .blocks .block-title {
  background-image: url("../../assets/pictures/organisation.webp");
}
.container-page-text #contract .blocks .block-title {
  background-image: url("../../assets/pictures/10ans-exploit-3.webp");
}
.container-page-text #contract .blocks .block-text a {
  color: #fff;
}
.container-page-text .wp-block-columns {
  flex-wrap: wrap;
  margin: 2rem 0;
}
.container-page-text .wp-block-columns .wp-block-column .image-actionnaire {
  height: 70px;
  margin: 0 auto;
  margin-bottom: 1rem;
  display: flex;
}
.container-page-text .wp-block-columns .wp-block-column .image-actionnaire img {
  margin: auto;
  max-height: 70px;
  width: auto;
  object-fit: contain;
}
.container-page-text .wp-block-columns .wp-block-column p {
  color: #3a6661;
  text-align: center;
  margin: 0;
}
.container-page-text .wp-block-columns .wp-block-column .nom-actionnaire {
  font-weight: 700;
  min-height: 56px;
  margin-bottom: 0.5rem;
}
.container-page-text
  .wp-block-columns
  .wp-block-column
  .pourcentage-actionnaire,
.container-page-text .wp-block-columns .wp-block-column .nombre-actionnaire {
  font-style: italic;
  font-weight: 500;
}
