body {
  font-family: Arial, sans-serif;
  background: white;
  color: #032640; 
  max-width: 600px;
  margin: 0 auto;
  padding: 2em;
  line-height: 1.5;
  text-align:justify;
}

h1{font-size:1.2em; text-align:center; margin-bottom:0.5em; margin-top:0; }
h2{font-size:1.2em; margin-top:2em;}
ul { padding-left:1.2em; margin-bottom:2em; }
li { margin-bottom:0.5em; }
hr { border:none; height:0.2px; background:#032640; margin:2em 0; }
a { color:#032640; text-decoration:none;  }

.articles cite{font-weight:normal;}
cite{font-style:normal;font-weight:bold;}


.center{text-align:center; }

.illustration{
  width: 100%;
  max-width: 600px;
  height: 182px;
  background-image: url("gunther-levrard-ghostwriter.webp");
  background-size: cover;
  border-radius: 5px;
  margin: 0 auto;
}
.phone{
padding:0.3em; 
border-radius:10px; 
margin:auto; 
text-align:center; 
width:40%; 
 background-color:#15143c;
}
.phone a{
 color:white;
 font-size:1.5em;
}

.livre {
    margin: 20px auto;
  }
  
.livres {
    height: 250px; 
    border-radius: 5px;
  }

.livre-couverture {
    float: left;
     height: 250px; 
    margin-top:5px;
    margin-right: 15px;
    border-radius: 5px;
  }

.livre-description h2{
	display:inline;
	font-size:1.2em;
}
.livre-description::after {
    content: "";
    display: block;
    clear: both;           /* empêche le texte suivant de remonter */
  }

footer{text-align:center; margin:4em auto 0 auto; font-weight:bold;/*border-top:0.2px solid #032640;*/  width:70%; padding-top:1em;}


