/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.news-results.fade-out,
.news-results-mobile.fade-out {
  -webkit-animation: fadeOut 0.3s ease-out forwards;
  animation: fadeOut 0.3s ease-out forwards;
}
.news-results.fade-in,
.news-results-mobile.fade-in {
  -webkit-animation: fadeIn 0.4s ease-in forwards;
  animation: fadeIn 0.4s ease-in forwards;
}

@media screen and (min-width: 64em) {
  .the-news {
    position: relative;
    padding-top: 10rem;
    margin-bottom: 5rem;
  }
}
.the-news__more {
  padding-top: 2.5rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .the-news__more {
    padding-top: 6rem;
    margin-bottom: 4rem;
  }
  .the-news__more > button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.the-news__more .button .icon {
  padding-left: 1rem;
  padding-right: 0;
}
.the-news__search {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50rem;
  flex: 0 0 50rem;
}
.the-news__filter {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
.the-news__filter:not(:last-of-type)::after {
  content: "";
  position: absolute;
  z-index: 100;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .the-news__filter:not(:last-of-type)::after {
    border-bottom: 1px solid rgba(222, 222, 222, 0.2);
    bottom: 0;
    left: 2rem;
    right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .the-news__filter:not(:last-of-type)::after {
    right: 0;
    top: 3rem;
    bottom: 3rem;
    border-right: 1px solid rgba(222, 222, 222, 0.2);
  }
}

.algolia-controls {
  background-color: #202243;
}
@media screen and (min-width: 64em) {
  .algolia-controls {
    position: absolute;
    top: -5.5rem;
    left: 0;
    width: calc(100vw - (100vw - 117rem) / 2);
    max-width: calc(100vw - 4rem);
  }
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-controls {
    margin-bottom: 6rem;
    margin-right: -2rem;
    margin-left: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .algolia-controls__inner {
    max-width: 146.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.algolia-search {
  position: relative;
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00aeef;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-search {
    height: 6rem;
  }
}
.algolia-search__submit {
  color: #ffffff;
  width: 8rem;
  font-size: 2.2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-search__submit {
    font-size: 1.8rem;
    width: auto;
    padding: 0 2rem;
  }
}
.algolia-search .algolia-search__input {
  border: none;
  background-color: transparent;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
  padding: 0;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #ffffff;
  outline: 0;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-search .algolia-search__input {
    font-size: 1.8rem;
    letter-spacing: normal;
  }
}
.algolia-search .algolia-search__input:hover, .algolia-search .algolia-search__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  outline: 0;
}
.algolia-search__reset {
  color: #ffffff;
  font-size: 1.4rem;
  width: 8rem;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-search__reset {
    width: auto;
    padding: 0 2rem;
  }
}
.algolia-search__label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #00aeef;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3rem;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: -1px;
  color: #ffffff;
  cursor: pointer;
  line-height: 1;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-search__label {
    font-size: 1.8rem;
    letter-spacing: normal;
    padding: 0 2rem;
  }
}
.algolia-search.active .algolia-search__label {
  display: none;
}

.algolia-filter {
  position: relative;
  z-index: 100;
}
.algolia-filter__trigger {
  height: 11rem;
  background-color: #202243;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 0 3rem;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.69px;
  color: #ffffff;
  text-decoration: none;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-filter__trigger {
    height: 6rem;
    letter-spacing: normal;
    padding: 0 2rem;
  }
}
.algolia-filter__trigger i {
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.algolia-filter__trigger.opened i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.algolia-filter__dropdown {
  background-color: rgb(24, 25.5, 50.25);
}
@media screen and (min-width: 64em) {
  .algolia-filter__dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: -1;
  }
}
.algolia-filter__item {
  font-size: 1.8rem;
  line-height: 1.1;
  font-weight: 500;
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 5rem;
  padding: 0 3rem;
  text-decoration: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-filter__item {
    padding: 0 2rem;
  }
}
.algolia-filter__item > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(222, 222, 222, 0.2);
  margin-right: 1rem;
  font-size: 1.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: border-color 300ms ease-in-out;
  transition: border-color 300ms ease-in-out;
}
.algolia-filter__item i {
  opacity: 0;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}
.algolia-filter__item__count {
  border-radius: 1.5rem;
  background: #ffffff;
  color: #202243;
  font-weight: normal;
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  margin-left: auto;
}
.algolia-filter__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3rem;
  right: 3rem;
  border-bottom: 1px solid rgba(222, 222, 222, 0.2);
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-filter__item:not(:last-of-type)::after {
    left: 2rem;
    right: 2rem;
  }
}
.algolia-filter__item.active {
  color: #00aeef;
}
.algolia-filter__item.active > span {
  border-color: #00aeef;
}
.algolia-filter__item.active i {
  opacity: 1;
}
.algolia-filter__item:hover {
  color: rgb(25.5, 182.1, 240.6);
}
.algolia-filter__item:hover > span {
  border-color: rgb(25.5, 182.1, 240.6);
}

@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-summary {
    overflow-x: scroll;
  }
}
.algolia-summary__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 64em) {
  .algolia-summary__wrapper {
    margin-bottom: 3rem;
  }
}
.algolia-summary__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: 10rem;
  overflow: hidden;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .algolia-summary__item {
    padding-bottom: 2rem;
  }
}
.algolia-summary__item:not(:last-of-type) {
  margin-right: 4rem;
}
.algolia-summary__item h6 {
  font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.4rem;
  color: #979797;
  text-transform: none;
  margin-bottom: 2rem;
}
.algolia-summary__item h6 span {
  margin-left: 1rem;
  display: inline-block;
  color: #00aeef;
}
.algolia-summary__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.algolia-summary__filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #f5f5f5;
  border-radius: 4rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  text-transform: uppercase;
  color: #202243;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  text-decoration: none;
}
.algolia-summary__filter i {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  margin-left: 2rem;
  color: #979797;
}
.algolia-summary__filter:not(:last-of-type) {
  margin-right: 1rem;
}
.algolia-summary__filter:hover {
  background-color: #00aeef;
  color: #ffffff;
}
.algolia-summary__filter:hover i {
  color: #ffffff;
}

@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .news-results {
    display: none;
  }
}
.news-results__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  margin-bottom: 5rem;
  position: relative;
}
.news-results__highlight {
  min-width: 0;
  position: relative;
}
.news-results__highlight > a {
  display: block;
}
.news-results__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 3.75rem;
}
.news-results__grid > * {
  min-width: 0;
}
.news-results__banner {
  margin-bottom: 5rem;
}
.news-results__rest {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
  row-gap: 3.75rem;
  margin-bottom: 5rem;
}

@media screen and (min-width: 64em) {
  .news-results-mobile {
    display: none;
  }
}
.news-results-mobile__highlight {
  display: block;
  margin-bottom: 6rem;
}
.news-results-mobile__slider {
  margin-bottom: 6rem;
}
.news-results-mobile__swiper {
  margin-right: -2rem;
}
.news-results-mobile__slide {
  display: block;
  width: 22rem;
  margin-right: 3rem;
}
.news-results-mobile__slide:last-of-type {
  margin-right: 2rem;
}
.news-results-mobile__banner {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 6rem;
}
.news-results-mobile__rest {
  display: grid;
  row-gap: 2.5rem;
}

.card-news {
  margin: 0;
  overflow: hidden;
  position: relative;
  display: block;
}
.card-news img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
}
.card-news__caption {
  min-height: 15rem;
  background: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 5rem;
  padding: 2rem 2rem 0 0;
}
.card-news__title {
  color: #202243;
  line-height: 1.4;
  overflow: hidden;
  max-width: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news__title {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 48em) {
  .card-news__title {
    font-size: 1.7rem;
  }
}
.card-news--big {
  max-height: 61rem;
}
.card-news--inline img {
  height: 35rem;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news--inline img {
    height: 22rem;
  }
}
.card-news--inline .card-news__caption {
  position: static;
  background: transparent;
}
@media screen and (min-width: 0) and (max-width: 47.9375em) {
  .card-news--banner {
    height: 36rem;
  }
}
.card-news--banner .card-news__caption {
  background: unset;
  padding-left: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-news--banner .card-news__caption {
    padding-left: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.card-news--banner .news__infos__category,
.card-news--banner .news__infos__date {
  color: white;
}
.card-news--banner .card-news__title {
  color: white;
  max-height: unset;
  font-size: 3.4rem;
  max-width: 50rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .card-news--banner .card-news__title {
    font-size: 2.4rem;
  }
}

.news__infos {
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8333333333rem;
}
.news__infos__category {
  color: #00aeef;
}
.news__infos__date {
  color: #979797;
}
.news__infos__date::before {
  content: "/ ";
  padding: 0 0.5rem;
}

.tags {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-top: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.tags li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.tags__tag {
  line-height: 1;
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
  letter-spacing: 0.05rem;
}
.tags--default .tags__tag {
  background-color: #f5f5f5;
  color: #979797;
}
.tags--light .tags__tag {
  color: #202243;
  background-color: rgba(255, 255, 255, 0.8);
}
.tags--dark .tags__tag {
  background-color: rgb(232.75, 232.75, 232.75);
  color: #979797;
}
/*# sourceMappingURL=paragraph-news-overview.css.map */
