#highlight {
  width: 100%;
  border-bottom: 1px solid black;
}

#highlight a .container {
  max-height: calc(100vh - 85px);
  width: 100%;
  justify-content: center;
}

#highlight a .container img {
  height: calc(100vh - 85px);
  width: 100%;
  display: flex;
  align-items: center;
  object-fit: cover;
}

#highlight .main-infos {
  padding: 0 var(--gutter-width);
}

.main-infos {
  margin: var(--gutter-width) 0 calc(var(--gutter-width) * 2) 0;
  text-align: center;
}
#actualites {
  border-bottom: 1px solid black;
}
.actu {
  grid-column: span 3;
  margin-bottom: 4rem;
}

.actu h4 {
  margin-bottom: 1rem;
}

.notabene-date {
  grid-column: 1 / span 1;
}

.notabene-content {
  grid-column: 2 / span 5;
  margin-bottom: calc(var(--gutter-width) * 2);
}

.notabene-content p:first-child {
  margin-bottom: 30px;
}

@media screen and (max-width: 780px) {
  .notabene-content {
    grid-column: 1 / span 12;
  }

  .notabene-date {
    grid-column: 1 / span 12;
    margin-bottom: 1em;
  }
}
