/* Amélioration professionnelle eDocman - Liste des publications */
#edocman-documents {
  font-size: 15px;
  line-height: 1.6;
}

/* Cartes documents */
#edocman-documents .edocman-document {
  margin-bottom: 22px;
  border: 1px solid #dfe4ea;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

/* Zone titre */
#edocman-documents .edocman-box-heading {
  padding: 14px 16px 10px;
  background: #f7f9fb;
  border-bottom: 1px solid #e5e9ef;
}

/* Titres documents */
#edocman-documents .edocman-document-title {
  float: none !important;
  margin: 0 !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  font-weight: 600;
}

#edocman-documents .edocman-document-title-link {
  display: block;
  color: #003b8f !important;
  font-size: 19px !important;
  line-height: 1.35 !important;
  text-decoration: none;
  word-break: normal;
  overflow-wrap: anywhere;
}

#edocman-documents .edocman-document-title-link:hover {
  color: #1f8f2e !important;
  text-decoration: underline;
}

/* Catégories eDocman */
.edocman-category-title,
.edocman-category-title-link {
  font-size: 18px !important;
  line-height: 1.35 !important;
  font-weight: 600;
  color: #003b8f !important;
}

/* Métadonnées : taille, date, téléchargements */
#edocman-documents .edocman-document-details,
#edocman-documents .edocman-document-info,
#edocman-documents .edocman-document span {
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
}

/* Zone boutons */
#edocman-documents .edocman-taskbar {
  padding: 14px 16px 16px;
}

/* Boutons */
#edocman-documents .btn {
  font-size: 14px !important;
  line-height: 1.4 !important;
  padding: 9px 18px !important;
  border-radius: 5px !important;
  font-weight: 500;
}

#edocman-documents .btn-primary {
  background: #0067c7 !important;
  border-color: #005bb0 !important;
}

#edocman-documents .btn-primary:hover {
  background: #1f8f2e !important;
  border-color: #1f8f2e !important;
}

/* Mobile */
@media (max-width: 768px) {
  #edocman-documents .edocman-document-title,
  #edocman-documents .edocman-document-title-link {
    font-size: 17px !important;
    line-height: 1.4 !important;
  }

  #edocman-documents .edocman-box-heading {
    padding: 12px;
  }

  #edocman-documents .btn {
    display: block;
    width: 100%;
    margin: 8px 0 !important;
    text-align: center;
  }
}





#edocman-documents .edocman-document-details,
#edocman-documents .edocman-document-info {
  margin-top: 6px;
  font-size: 12.5px;
  color: #7a7f87;
}


#edocman-documents .btn:not(.btn-primary) {
  background: #f2f4f7 !important;
  border: 1px solid #d9dee7 !important;
  color: #2f3742 !important;
}

#edocman-documents .btn:not(.btn-primary):hover {
  background: #e8edf3 !important;
  border-color: #cbd3df !important;
}


#edocman-documents .edocman-document {
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#edocman-documents .edocman-document:hover {
  border-color: #b8c7dd;
  box-shadow: 0 4px 14px rgba(0, 40, 120, 0.08);
}



.t3-sidebar .module,
.sidebar .module {
  margin-bottom: 28px;
}

.t3-sidebar .module-title,
.sidebar .module-title {
  font-size: 20px;
  font-weight: 500;
  color: #2c2c2c;
}
