.section-base-de-documents {
  padding: 0;
}
.section-base-de-documents .container {
  width: 100%;
  max-width: 980px;
  margin: 0;
}
.section-base-de-documents > .container > .titre {
  margin: 0;
  font-size: clamp(1.7rem, 3.4vw, 2.55rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1c1a17;
}
.section-base-de-documents > .container > .introduction {
  margin-top: 1.1rem;
  max-width: 70ch;
  color: #3b3934;
  line-height: 1.7;
  font-size: 1rem;
}
.section-base-de-documents .document-list {
  margin-top: clamp(1.8rem, 4.5vw, 3rem);
  display: grid;
  gap: 1rem;
}
.section-base-de-documents .document-item {
  position: relative;
  border: 1px solid rgba(28, 26, 23, 0.12);
  border-left: 0.28rem solid #8b2635;
  background: #fdfbf7;
  padding: 1.15rem 1.2rem;
  transition: border-color 0.28s ease, background-color 0.28s ease, transform 0.28s ease;
}
.section-base-de-documents .document-item:hover {
  border-color: rgba(139, 38, 53, 0.45);
  background: #ffffff;
  transform: translateY(-1px);
}
.section-base-de-documents .document-item .titre {
  margin: 0;
  color: #1c1a17;
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.35;
}
.section-base-de-documents .document-item .infos {
  margin-top: 0.5rem;
  color: #3b3934;
  line-height: 1.65;
  white-space: pre-line;
}
.section-base-de-documents .document-item .lien,
.section-base-de-documents .document-item .video,
.section-base-de-documents .document-item .fichier {
  margin-top: 0.6rem;
  overflow-wrap: anywhere;
  color: #8b2635;
  font-size: 0.95rem;
  line-height: 1.5;
}
.section-base-de-documents .document-item .lien a,
.section-base-de-documents .document-item .video a,
.section-base-de-documents .document-item .fichier a {
  color: #8b2635;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.section-base-de-documents .document-item .video .video-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.section-base-de-documents .document-item .video .video-responsive iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
.section-base-de-documents .document-item .video video {
  width: 100%;
  display: block;
}
.section-base-de-documents .document-item .lien,
.section-base-de-documents .document-item .video {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
.section-base-de-documents .document-item .fichier {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: #1c1a17;
  background: rgba(139, 38, 53, 0.1);
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
}
@media (max-width: 700px) {
  .section-base-de-documents .container {
    max-width: calc(100% - 1.5rem);
  }
  .section-base-de-documents .document-item {
    padding: 1rem;
  }
}/*# sourceMappingURL=front.css.map */