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

@font-face {
 font-family:"mvboli"; 
 src:url("fonts/mvboli.ttf") format('truetype'); 
 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:lightgrey; border-bottom:solid 3px #254f9d}
header img {width:100%; margin:5px}
section {padding:1px 0}
section img {width:100%; box-shadow:3px 3px 3px grey; margin:10px 0}
hr {border:2px solid crimson; opacity:1}
h1 {font-size:12vw; font-family:"Limoges"; font-weight:bold; color:crimson}
h2 {font-size:25px; font-family:"Limoges"; font-weight:bold; text-transform:uppercase; color:#254f9d; 
text-align:center; margin:20px 0 10px 0; padding:5px; 
border-top:solid 3px crimson; border-bottom:solid 3px crimson}
p {font-size:20px; color:black; padding:5px}
ul {font-size:20px; margin-left:20px; color:black}
strong {display:block; text-align:right; color:black; font-size:22px; margin-bottom:25px}
footer {background:lightgrey; border-top:solid 3px #254f9d; padding:15px 0; font-size:20px}
footer nav a {color:crimson; 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:4vw}
	h2 {font-size:30px}
	p, ul {font-size:25px}
	strong {font-size:25px}
	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}
}
