h1 {
color: red;
background-color: white;
}



body {
/*background-color: #ADD8E6;*/
background-image: url(fond.jpg);
background-size: cover;
background-repeat: no-repeat;
padding: 20px 40px 20px 40px;
}

p {
color: black;
font-size: 18px;
background-color: white;
padding: 10px;
}

#titre {
display: flex;
flex-direction: row;
justify-content: space-evenly;
align-items: center;
}

figcaption {
font-size: 15px;
}
