body {
  min-height: 100% !important;
  display: flex;
  flex-direction: column;
  position: absolute !important;
  top: 0;
}
#titre {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--highlight);
  text-transform: uppercase;
  border-bottom: 2px solid var(--titre);
  padding: 30px 0 1px 0;
  margin: 115px auto 16px auto;
  width: 55%;
}
#presse {
  display: flex;
  flex-direction: column;
  width: 55%;
  margin: 0 auto 40px auto;
}
#presse .description {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  text-align: justify;
  margin-bottom: 14px;
}
#presse .description span {
  font-weight: 400;
  color: var(--titre);
}
#presse div {
  display: flex;
  flex-direction: row;
  align-items: start;
  gap: 20px;
  margin-bottom: 30px;
}
#presse div img {
  height: 120px;
  border-radius: 8px;
}
#presse div .description2 {
  font-size: 1.2rem;
  font-weight: 300;
  margin: 0;
  text-align: justify;
}
#presse div:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  #titre {
    margin-top: 70px;
    width: 80% !important;
    font-size: 23px !important;
    margin-bottom: 14px !important;
  }
  #presse {
    width: 80% !important;
  }
}
@media (min-width: 1690px) {
  #footer {
    position: absolute;
    bottom: 0;
  }
}
