.node--press.node--press--teaser {
  width: calc(100% / 3);
  min-width: 300px;
  margin-bottom: 5rem;
}

.node--press.node--press--teaser .card:hover .card__press, .node--press.node--press--teaser .card:active .card__press, .node--press.node--press--teaser .card:focus .card__press, .node--press.node--press--teaser .card.focused .card__press, .node--press.node--press--teaser .card.is-active .card__press {
  opacity: 1;
  visibility: visible;
}

.node--press.node--press--teaser .card__press {
  transition: all .25s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.node--press.node--press--teaser .card__press::before {
  display: block;
  margin: 20px 0;
  border-top: 2px solid rgba(208, 209, 220, 0.4);
  content: '';
}

.node--press.node--press--sticky {
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: nowrap;
  display: flex;
  margin: 4rem 0;
  padding: 2rem;
  border-radius: 3px;
  background: linear-gradient(to bottom, rgba(208, 209, 220, 0.2) 75%, white 0%) center/cover no-repeat;
}

.node--press--sticky__right {
  display: flex;
  width: 50%;
  padding: 2.5rem 5rem 0;
}

.node--press--sticky__right-top {
  height: 85%;
}

.node--press--sticky__head {
  width: 100%;
}

.node--press--sticky__image {
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  box-shadow: 0 12px 15px 0 #d0d1dc;
}

.node--press--sticky__image .lazy {
  display: block;
  border-radius: 3px;
}

.node--press--sticky__title {
  color: #383ff5;
  font-size: 2.5rem;
}

.node--press--sticky__tag {
  width: 45%;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  border-radius: 2px;
  background-color: #383ff5;
  color: white;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .46px;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 980px) {
  .node--press.node--press--sticky {
    flex-direction: column;
    align-items: stretch;
    justify-content: revert;
    flex-wrap: nowrap;
    display: flex;
    padding: 1rem;
  }
  .node--press--sticky__right {
    order: 1;
    width: 100%;
    padding: 1.5rem 1rem 15rem;
  }
  .node--press--sticky__image {
    order: 2;
    width: 100%;
    margin-top: -10rem;
  }
}

.view-press-area__header {
  width: 100%;
  height: auto;
  padding: 70px 15% 50px;
  border-radius: 0 0 6px 6px;
  background: #383ff5 no-repeat center/cover;
  color: white;
  text-align: center;
  z-index: 1;
}

.view-press-area__header__title {
  font-size: 3.2rem;
  font-weight: 700;
}

.view-press-area__header__body {
  margin-top: 40px;
  font-size: 2.6rem;
  font-weight: 300;
}

.view-press-area__result-count {
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

.view-press-area__content {
  padding: 6rem 10rem 3rem;
}

.view-press-area__result-count, .view-press-area__sticky {
  padding: 0 1.3rem;
}

.view-press-area__results {
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}

.view-press-area__agenda {
  padding: 6rem 10rem 1rem;
  margin: 3rem 0;
  border-radius: .6rem;
  background-color: rgba(110, 113, 135, 0.2);
}

.view-press-area__agenda-title {
  margin-bottom: 3.5rem;
  font-size: 3.2rem;
  font-weight: 500;
}

@media only screen and (max-width: 1280px) {
  .view-press-area__content {
    padding: 3rem 5rem 1rem;
  }
}

@media only screen and (max-width: 768px) {
  .view-press-area__content {
    padding: 3rem 1rem 1rem;
  }
}

@media only screen and (max-width: 425px) {
  padding: 2rem 0 1rem;
}

.view.view-evenements {
  margin: 0 0 10rem;
}

.view.view-evenements .cta .more-link {
  max-width: 25rem;
  margin: 4rem auto 0;
}

.file--link--press {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  font-size: 1.5rem;
}

.file--link--press .btn {
  width: 55%;
  font-size: 1.4rem;
}

.file--link--press__icon {
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  flex-wrap: wrap;
  display: flex;
  color: #6e7187;
}

.file--link--press__icon::before {
  display: block;
  width: 3.1rem;
  height: 2.9rem;
  margin: .5rem 1rem 0 0;
  background: url("../assets/img/download_box.svg");
  content: '';
}
