.news__tags {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}

.view-actualites .views-exposed-form {
  padding-left: 2.6rem;
}

.list {
  display: block;
  padding: 0 10rem 9rem;
}

.list__wrapper {
  max-height: 61rem;
  margin: 0 -2.5rem;
}

.list__wrapper .slick-slide {
  max-height: 61rem;
  overflow: hidden;
}

.list__wrapper .slick-slide.slick-cloned {
  max-height: 53rem;
}

.list__item {
  padding: 0 2.5rem;
}

.list__title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 3.8rem;
}

.list .more-link {
  max-width: 25rem;
  margin: 2rem auto 0;
}

.latest-news-advanced-full-display {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: 100vw;
}

.latest-news-advanced-full-display .block__title {
  width: 85%;
  max-width: 1233px;
  margin: 0 auto;
  padding: 0 10rem;
}

@media only screen and (max-width: 1024px) {
  .list {
    padding: 3rem 5rem 10rem;
  }
  .latest-news-advanced-full-display .block__title {
    padding: 0 5rem;
  }
}

@media only screen and (max-width: 980px) {
  .list__item {
    padding: 3rem 0;
  }
  list .more-link {
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .list {
    padding: 2rem 2.3rem 5rem;
  }
  .latest-news-advanced-full-display .block__title {
    padding: 0 2.3rem;
  }
}

.news {
  margin: 0 auto;
}

.news__full {
  background-color: white;
}

.news__header {
  text-align: center;
}

.news__title {
  margin-bottom: 1.4rem;
  background-color: white;
  color: #383ff5;
}

.news__cap {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: .03rem;
  line-height: 3.4rem;
}

.news__cap > .lazy {
  display: block;
  margin: 0 auto 4rem;
}

.news__tags {
  list-style: none;
}

.news__tag {
  margin-bottom: 4rem;
  padding: 0 3rem;
  background-color: white;
  color: #6e7187;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}

.news__banner {
  max-width: 100%;
  margin: 0 auto 5rem;
  background: transparent no-repeat center / contain;
}

.news__date {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 1.7rem;
  border-radius: 5px;
  background-color: rgba(208, 209, 220, 0.4);
  color: #6e7187;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3.2rem;
}
