/*
 * legale.less — écran "Page légale" (template-legale.php : CGV, confidentialité, mentions).
 */
.leg-body {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 24px 88px;
}
.leg-body h1 {
  font-size: 34px;
  font-weight: 600;
  color: #322752;
  margin: 0 0 32px;
}
.leg-body .leg-content {
  font-size: 15.5px;
  line-height: 1.7;
  color: #453D57;
}
.leg-body .leg-content h2 {
  font-size: 22px;
  color: #322752;
  margin: 36px 0 12px;
}
.leg-body .leg-content h3 {
  font-size: 18px;
  color: #322752;
  margin: 28px 0 10px;
}
.leg-body .leg-content a {
  color: #6E51A8;
}
.leg-body .leg-content a:hover {
  text-decoration: underline;
}
.leg-body .leg-content ul,
.leg-body .leg-content ol {
  padding-left: 1.3em;
}
.leg-body .leg-empty {
  color: #948CA3;
  font-style: italic;
}
