.container-page-text {
  margin: 10rem 10rem;
  max-width: 1200px;
}
@media (min-width: calc(1200px + 20rem)) {
  .container-page-text {
    margin: 10rem auto;
  }
}
@media (max-width: 1280px) {
  .container-page-text {
    margin: 7.5rem 7.5rem;
  }
}
@media (max-width: 1024px) {
  .container-page-text {
    margin: 7.5rem 3.75rem;
  }
}
@media (max-width: 768px) {
  .container-page-text {
    margin: 7.5rem 5rem;
  }
}
@media (max-width: 640px) {
  .container-page-text {
    margin: 7.5rem 3rem;
  }
}
@media (max-width: 448px) {
  .container-page-text {
    margin: 5rem 1.25rem;
  }
}
.container-page-text .blocks.recycling .block-title {
  background-image: url("../../assets/pictures/IMAGE_TRI_VERT.webp");
}
.container-page-text .blocks.water .block-title {
  background-image: url("../../assets/pictures/enviro-eau-2.webp");
}
.container-page-text .blocks.esg .block-title {
  background-image: url("../../assets/pictures/enviro-eau-2.webp");
}
.container-page-text table {
  margin-top: 3rem;
  margin-bottom: 2rem;
}
.container-page-text table thead {
  border-color: #3A6661;
}
.container-page-text table thead th {
  color: #3A6661;
}
.container-page-text table thead th:first-child {
  text-align: left;
  width: 20%;
}
.container-page-text table thead th:last-child {
  text-align: left;
  width: 30%;
}
.container-page-text table tbody {
  border-bottom: 2px solid #3A6661;
}
.container-page-text table tbody tr td {
  text-align: center;
}
.container-page-text table tbody tr td:first-child, .container-page-text table tbody tr td:last-child {
  text-align: left;
}
@media (max-width: 768px) {
  .container-page-text table {
    font-size: 0.8rem;
  }
}