/* Style export PDF – Revue académique Gratilab */

body {
  font-family: "DejaVu Serif", "Times New Roman", serif;
  font-size: 12pt;
  color: #111;
  text-align: justify;
  line-height: 1.6;
}

.header {
  text-align: center;
  font-size: 11pt;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

h1, h2, h3 {
  text-align: center;
  font-family: "DejaVu Serif", "Times New Roman", serif;
  color: #002b5c;
  margin-top: 30px;
  margin-bottom: 15px;
}

h1 { font-size: 20pt; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }

p {
  margin: 10px 0;
  text-indent: 15px;
}

a {
  color: #0044cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  font-style: italic;
  color: #444;
  margin: 15px 25px;
}

ul, ol {
  margin-left: 25px;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

th, td {
  border: 1px solid #999;
  padding: 6px;
}

th {
  background: #f2f2f2;
  font-weight: bold;
}

footer {
  text-align: center;
  font-size: 10pt;
  color: #777;
  margin-top: 20px;
}
