/* Bouton de téléchargement PDF — charte CONCILIUM */

.fb3d-vc-dl-wrap {
  margin: 14px 0;
  text-align: center;
}

.fb3d-vc-dl {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #023755;
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(1, 29, 46, 0.18);
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.fb3d-vc-dl:hover,
.fb3d-vc-dl:focus {
  background: #011D2E;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(1, 29, 46, 0.24);
}

.fb3d-vc-dl svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}
