.page-header {
      background-color: #f5f5f5;
      padding: 30px 20px;
      text-align: center;
    }
    .page-header h1 {
      font-size: 28px;
      margin-bottom: 10px;
      color: #005b7f;
    }
    .page-header p {
      font-size: 16px;
      max-width: 900px;
      margin: 0 auto;
    }
    .agences-table {
      padding: 30px 20px;
    }
    .agences-table table {
      width: 100%;
      border-collapse: collapse;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    }
    .agences-table th,
    .agences-table td {
      padding: 12px 15px;
      border: 1px solid #ddd;
      text-align: left;
    }
    .agences-table th {
      background-color: #e6f2f7;
      color: #003344;
      font-weight: bold;
    }
    .agences-table tr:nth-child(even) {
      background-color: #f9f9f9;
    }
    .agences-table tr.highlight {
      background-color: #d9f6e4 !important;
    }
    footer {
      background-color: #f0f0f0;
      text-align: center;
      padding: 25px 15px;
      font-size: 14px;
    }
    footer a {
      color: #0073aa;
      text-decoration: none;
    }
    footer a:hover {
      text-decoration: underline;
    }
header {
    background-color: #fff;
    color: black;
    text-align: center;
    padding: 1em;
}

