/* Page fichiers pratiques */
.page-pratique .site-main-inner {
  padding: 16px 20px 24px;
}

.pratique-page {
  max-width: 800px;
  margin: 0 auto;
  color: #333;
}

.pratique-page .category-title {
  font-size: 1.35em;
  color: #527bb2;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
  padding: 10px 0;
  border-bottom: 2px solid #527bb2;
  border-radius: 5px;
}

.pratique-page .file-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.pratique-page .file-table th,
.pratique-page .file-table td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.pratique-page .file-table tr:hover {
  background-color: #eaeaea;
}

.pratique-page .file-link {
  color: #007bff;
  text-decoration: none;
}

.pratique-page .file-link:hover {
  text-decoration: underline;
}
