/* markup: paragraph--text-container.html.twig */

.text-container {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 32px;
}

.text-container--color-1 {
  background-color: var(--color-secondary-01);
}

.text-container--color-2 {
  background-color: #EAEAEA45;
}

.text-container p {
  font-size: 18px;
  line-height: 24px;
}

.text-container ul {
  padding-left: 1em;
}

.text-container .col-text {
  font-size: 18px;
  line-height: 24px;
  color: var(--color-secondary-08);
}

.text-container .block-title {
  font-family: neosans;
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  color: var(--color-primary-09);
  text-align: left;
  margin-top: 0;
  margin-bottom: 40px;
}

/* .text-container .block-title::before {
  content: "";
  width: 72px;
  height: 1px;
  background-color: var(--color-secondary-01);
  display: block;
  margin-bottom: 24px;
} */

.text-container.text-container--Gris {
  background-color: var(--color-secondary-02);
}

/* .text-container.paragraph--text-container-up-down  */

@media only screen and (min-width: 768px) {

  .text-container {
    margin-bottom: 64px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-container .col-title {
    padding-right: 32px;
  }

  .text-container .col-text {
    padding-top: 32px;
  }
}
