/*.text-columns-3 {
      column-count: 1;
    }

    @media (min-width: 992px) {
      .text-columns-3 {
        column-count: 3;
      }
    }*/

.text-columns-3 img {
  padding: 0 !important;
  float: none !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-detail.item-odd {
  background: #ffffff;
}

.news-detail.item-even {
  background: #efefef;
}

section.content-page .news-detail h1 {
  line-height: 1rem;
}

section.section-paragraphs h2,
section.content-page .news-detail h2 {
  font-size: 1.3rem;
}

section.section-paragraphs h2,
section.content-page .news-detail h3 p {
  font-size: 1.3rem;
}

.toggleContent {
  cursor: pointer;
}

@media (min-width: 768px) {
  .toggleContent {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    justify-content: space-between;
    align-items: center;
  }
}

.toggleContent > * {
  padding: 15px;
}

.toggleContent h1,
.toggleContent h2,
.toggleContent h3 {
  margin: 0 !important;
}

.toggleContent time {
  font-size: 1.3rem;
  line-height: 02rem;
  color: #000;
}

.thumbCounter {
  background-color: #3b8215 !important;
}

.news-text {
  border-top: 1px solid #3b8215;
  margin: 30px 0;
  padding: 30px 15px;
}

.dm-pushapp-widget center {
  display: none;
}

#feedDIV .col-1,
#feedDIV .col-3 {
  display: block;
  width: 100%;
}

#feedDIV .news-text div,
#feedDIV .news-text p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  color: var(--dark-gray);
  word-break: break-word;
}

.thumbCounter {
  position: relative;
}

h4 {
  color: var(--dark-gray) !important;
}

#newsBTN {
  font-family: "Open Sans Condensed Bold", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.5rem 1.5rem;
  border: none;
  text-align: center;
  cursor: pointer;
  color: var(--white);
  background-color: var(--black);
  border-radius: 0;
}

.imgGallerie {
  display: grid;
  grid-template-columns: auto auto;
  row-gap: 15px;
  column-gap: 15px;
}

@media (min-width: 769px) {
  .imgGallerie {
    grid-template-columns: auto auto auto;
  }
}

@media (min-width: 1000px) {
  .imgGallerie {
    grid-template-columns: auto auto auto auto;
  }
}
