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(--titre);
  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;
}
@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;
  }
}
