@font-face {
 font-family:"Merienda"; 
 src:url('fonts/Merienda-Bold.ttf') format('truetype'),
 url('fonts/Merienda-Regular.ttf') format('truetype'); 
 font-display:auto
}

body {background:whitesmoke; font-family:"Merienda"}
.row {max-width:1800px; margin-left:auto; margin-right:auto}
header {background:lavender; border-bottom:3px solid blue}
header img {width:100%; margin:5px}
section {padding:1px 0}
section img {width:100%; box-shadow:3px 3px 3px grey; margin:10px 0}
strong {display:block; font-size:20px; 
color:black; text-align:right; margin-bottom:25px}
hr {border:1.5px solid blue; opacity:1}
h1 {font-size:9vw; font-weight:bold; color:blue}
h2 {font-size:25px; color:black; text-transform:uppercase; margin:20px 0 5px 0; padding:5px; 
text-align:center; 
border-top:3px solid blue; border-bottom:3px solid blue}
footer {background:lavender; padding:15px 0; font-size:20px; border-top:3px solid blue}
footer nav a {color:blue; text-align:center; text-decoration:none}
.haut-page {width:80px; height:auto; margin-left:auto; margin-right:auto; display:block; box-shadow:none}
.no-padding {padding:5px}/* réduit padding */
.no-border {border:none}
.no-shadow {box-shadow:none}

@media screen and (min-width:768px) {
	h1 {font-size:3vw}
	h2 {font-size:30px}
	strong {font-size:22px}
	img:hover {border-radius:30px}
	a:hover {color:grey}
}

@media (prefers-color-scheme:dark) /* mode sombre */{
	body {background:#1c1c1e}
	section img {box-shadow:none}
	h2, p, a, ul, strong {color:whitesmoke}
}
