body   
    {margin:40px
auto;max-width:650px;line-height:1.6;font-size:18px;color:#444;padding:0
10px;
    font-family: 'Garamond';
}

h1,h2   {line-height:1.2}

h3 {line-height: normal;}

h3 a {
    color: #444;
    text-decoration-color: hsl(278, 50%, 80%);

}

h4 {
  display: flex;
  align-items: center;
}

h4::after {
  content: '';
  flex: 1;
  margin-left: 1rem;
  height: 1px;
  background-color: hsl(278, 50%, 80%);
}

h1, h2 {border-bottom: solid 1px #AAA;}

nav a {/* text-align:center; */
    text-decoration: none;
    }
nav a:hover {text-decoration: dashed;}

p a {
    color: #444;
    text-decoration-color: hsl(278, 50%, 80%);
    }

p   {
    text-align: justify;
}

small   {
    font-size: 0.85rem;
    line-height: 1;
    }
/* Style des liens quand titre */