/* Reset CSS listings Block news natif + GeneratePress */

ul.wp-block-latest-posts__list {
  margin-left: 0;
}

@media screen and (max-width: 599px) {
  ul.wp-block-latest-posts__list li {
    margin-right: 0 !important;
  }
}

.generate-columns-container article {
  padding-bottom: 0 !important;
}

.wp-block-post,
.generate-columns-container .inside-article,
.wp-block-latest-posts__list li {
  contain: content;
  text-align: left;
}

.wp-block-post-featured-image,
.wp-block-latest-posts__featured-image,
.generate-columns-container .post-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 0 !important;
  background-color: var(--light);
  border-radius: var(--border-radius);
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 404.4 485" fill="%23ADB6AD" opacity=".33" width="104" height="125"><path d="M404.4 211.5c.5-7.4-5.7-14.4-14-15.5l-88.9-12-4.4-.7c-6.2-1.7-10.4-8.9-9.5-16.8 5-37.4 12.9-73.8 23.6-110 3-9.8-.6-20.8-8.3-24.5L238.5 1q-2.7-1.5-5.7-1h-1l-52.6.2H169c-8 1.6-12.4 8.9-14.8 16-3 9-5.6 19.3-8 28.6q-10.8 42-17.7 85c-1.1 7-1.7 14.6-3 21.6q-.8 4.7-3.2 8.6h-.2l-33.3-4.4h-.4l-6.3-.9-2.7.1H16.7C.5 160.7 1.9 182 1.2 196a991 991 0 0 0 0 98c.7 12.8 1 32.3 16 36.3l12-.2c12.5 0 25.1.7 37.5.7q7.5 0 14.7-.5h.8q8-.7 16.3-2.2h.2l22.6-3c1.9.1 2 1.4 2.8 3.4 2.5 6.4 2.8 16.1 4 23.1 5.9 37.7 13.7 77 25 113.4 2.7 8.8 6 17.7 16 20h61.7l2.5.1h.2q2.6.1 5-1l64.4-31c7.7-3.8 11.3-14.8 8.3-24.5a728 728 0 0 1-23.6-110.1c-1-8.5 4-16.2 11-17.1l85.8-11.4 6-.8c8.3-1.2 14.5-8.1 14-15.5a464 464 0 0 1 0-62.1m-39 31q0 1-.7 1.6c-4.6 5.2-6.8 7.9-11.3 13.3a2.4 2.4 0 0 1-3.5.3q-.6-.6-.8-1.8a493 493 0 0 1 0-26.8 2.4 2.4 0 0 1 4.3-1.5 331 331 0 0 0 11.3 13.3q.6.7.6 1.6M238 401.4l25-8a2 2 0 0 1 2 .6q1 1 1.1 2.8 0 .7-.3 1.6c-3.6 7.5-5.3 11.4-8.7 19.2-.6 1.4-1.9 1.9-3 1.1a434 434 0 0 1-16.6-11.4 4 4 0 0 1-1.2-3c0-1.3.6-2.6 1.7-2.9m-1.6-320.7q0-2.1 1.4-3.3c6.5-4.6 9.7-6.8 16.2-11q1.4-.9 2.5.2l.6.8c3.4 7.9 5.1 11.7 8.7 19.3q.3.7.3 1.6c0 2-1.4 3.8-3.1 3.2l-25-7.9-.7-.4q-1-1-1-2.5M139 154q1.3-6.8 2-13.4.5-4.5 1.2-8.7a885 885 0 0 1 17.4-83.6l1.3-5c2-7.7 4-15.7 6.3-22.6 1.1-3.3 2.6-5.8 4-6.7h7.9l34.3-.1h4.6l-.6 1.8A862 862 0 0 0 188.7 150c-1.2 10.4-7.7 18-14.6 17.1l-37.2-5q1.6-4.6 2.2-8Zm-37.6 85.7c4.6-8.8 7-13 11.9-21.5.8-1.5 2.1-1.6 3-.6a5 5 0 0 1 1 3.4 1271 1271 0 0 0 0 42.8v.1c0 3.1-2 4.9-3.4 3.5l-.6-.8c-5-8.5-7.3-12.8-12-21.5q-.5-1.3-.5-2.7c0-1.4.2-2 .6-2.7m-34.8 77q-9.2 0-18.3-.3-9.5-.3-19.1-.3l-9.6.1c-3.7-3-4.3-14.8-4.6-21.4v-1.7a984 984 0 0 1 .1-101.7c.3-10.6 1-19.7 4.7-22.7h47.3q-1.8 5-2.3 11.2-3.6 62.5 0 125 .5 6.5 2.5 11.8zm132 154.3h-27.4c-1.5-.8-2.8-3.2-5-10.2a802 802 0 0 1-24.6-111.5l-.8-6.3a83 83 0 0 0-4.1-20.2l37.3-5c7-.9 13.4 6.7 14.7 17A861 861 0 0 0 218 471.2z"/></svg>');
  background-repeat: no-repeat;
  background-size: 125px;
  background-position: center;
}

.wp-block-post-featured-image img,
.wp-block-latest-posts__featured-image img,
.generate-columns-container .post-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@supports not (aspect-ratio: 16/9) {
  .wp-block-post-featured-image,
  .wp-block-latest-posts__featured-image,
  .generate-columns-container .post-image {
    position: relative;
    padding-top: 56.25%;
  }

  .wp-block-post-featured-image img,
  .wp-block-latest-posts__featured-image img,
  .generate-columns-container .post-image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

li.wp-block-post:hover,
.wp-block-latest-posts__list li:hover,
.generate-columns-container article:hover {
  cursor: pointer;
}

.generate-columns-container .entry-title {
  font-family: inherit;
  font-size: inherit !important;
  font-weight: inherit;
}

.wp-block-post a,
.wp-block-latest-posts__list a,
.generate-columns-container .entry-title a {
  text-wrap: balance;
  display: block;
  font-family: inherit;
  color: inherit;
  font-size: 1.1rem !important;
  margin-top: 1rem !important;
  line-height: 1.9rem;
  font-weight: 700;
}

.wp-block-post a:hover,
.wp-block-latest-posts__list a:hover,
.generate-columns-container .entry-title a:hover {
  color: inherit;
}

.wp-block-post:hover a,
.wp-block-latest-posts__list li:hover a,
.generate-columns-container .inside-article:hover .entry-title a {
  color: var(--primary) !important;
}

.wp-block-latest-posts__post-date,
.wp-block-latest-posts__post-author,
.generate-columns-container .entry-meta {
  display: inline-block;
  color: var(--dark) !important;
  font-size: .9rem !important;
  margin-top: .75rem !important;
  line-height: 1rem;
}

.wp-block-latest-posts__post-author+.wp-block-latest-posts__post-date {
  margin-left: .33em;
}

.generate-columns-container .entry-summary {
  display: none;
}