/* --- Styles pour la documentation | Mentions Legales, Politique de confidetialité et CGU/CGV --- */

:root{--muted:#6b7280;}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f7f6;
    margin: 0;
    padding: 20px;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

header h1 {
    margin:0 0 8px;font-size:1.6rem;
}

header p {
    margin:0 0 20px;color:var(--muted)
}

h1 {
    color: #2c3e50;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

h2 {
    color: #0b66c3;
    margin-top: 30px;
    font-size: 1.4em;
}

p, li {
    font-size: 12pt;
    text-align: justify;
}

li {
    margin-right: 20px;
}

ul {
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.highlight {
    background-color: #e8f4f8;
    padding: 10px 10px 10px -5px;
    border-left: 4px solid #3498db;
    border-radius: 4px;
}

.link {
  text-decoration:none;
  margin-right:12px;
  font-weight:600
}

.link:hover {
  color:#ed2b04;
  /*text-decoration:underline;*/
}

nav a {
  color:#2980b9;
  text-decoration:none;
  margin-right:12px;
  font-weight:600;
}

a {
  color:#2980b9;
  text-decoration:none;
}

footer {
    margin-top:28px;
    padding-top:12px;
    border-top:1px solid #e6eef8;
    color:var(--muted);
    font-size:0.95rem;
}