@font-face {
 font-family:"Ming"; 
 src:url('fonts/MING.ttf') format('opentype'); 
 font_display:auto
}

@font-face {
 font-family:"comic"; 
 src:url("fonts/comic.ttf") format('truetype'),
 url("fonts/comicbd.ttf") format('truetype'),
 url("fonts/comici.ttf") format('truetype'),
 url("fonts/comicz.ttf") format('truetype'); 
 font-display:auto; 
}

body {background:whitesmoke; font-family:"comic"}
.row, p {max-width:1800px; margin-left:auto; margin-right:auto}
header {background:#008866}
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:22px; 
color:black; text-align:right; margin-bottom:25px}
h1 {font-size:7vw; font-family:"Ming"; color:white; letter-spacing:1px}
h2 {font-size:30px; font-family:"Ming"; color:#c53e45; letter-spacing:1px; text-align:center; 
text-transform:uppercase; font-weight:bold; margin:20px 0 5px 0; padding:5px; 
border-top:2px solid #008866; border-bottom:2px solid #008866}
p {font-size:22px; color:black; padding:5px}
footer {background:#008866; padding:15px 0; font-size:20px}
footer nav a {color:white; text-align:center; text-decoration: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:3.5vw}
	h2 {font-size:35px}
	strong {font-size:25px}
	p {font-size:25px}
	img:hover {border-radius:30px}
	a:hover {color:#c53e45}
}

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