/* style.css — sobre et propre */

body {
  font-family: Optima, Segoe UI, Candara, Calibri, sans-serif;
  background-color: #f9f9f9;
  color: #333;
  margin: 0;
  padding: 2rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  color: #2c3e50;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #0077cc;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  border-radius: 8px;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  padding: 0.5rem;
  text-align: left;
}

.styled-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.styled-table th, .styled-table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
}

.styled-table thead {
  background-color: #f0f0f0;
}

.styled-table tbody tr:hover {
  background-color: #f9f9f9;
}
