/* Haut de page */
.btn-retour {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 3.5rem;
  left: 6rem;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  color: var(--bs-primary);
  background-color: white;
  border: 2px solid transparent;
  border-radius: 5px;
  text-decoration: none;
  z-index: 3;
}

#resume {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* Contenu de l'article */
#contenu h3 {
  margin-bottom: 20px;
}

#contenu li {
  margin: 20px 0;
}

.card-img-primary {
  width: 100%;
  max-width: 500px;
  margin: 30px auto 20px;
}

/* Responsive - 992px */
@media screen and (max-width: 992px) {
  .btn-retour {
    left: 2rem;
    top: 2rem;
  }
}

/* Responsive - 576px */
@media screen and (max-width: 576px) {
  #titre {
    font-size: 50px !important;
  }
  #resume {
    font-size: 14px !important;
  }
  #date,
  #lieu {
    font-size: 14px !important;
  }
  #date svg,
  #lieu svg {
    width: 24px !important;
    height: 24px !important;
  }
}
