/**
 * Compléments pour la section vidéo de prévention (structure ftco-section bg-light).
 */
.prevention-video__trigger {
  display: flex;
  justify-content: center;
  margin: 0.5rem 0 1.25rem;
  min-height: 6rem;
}

.prevention-video__description {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 760px;
  text-align: center;
  white-space: pre-line;
}

@media (max-width: 575.98px) {
  .prevention-video__trigger {
    min-height: 5rem;
  }
}
