@font-face {
 font-family:"Pacifico"; 
 src:url("fonts/Pacifico-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; 
}

@font-face {
 font-family:"georgia"; 
 src:url("fonts/georgia.ttf") format('truetype'),
 url("fonts/georgiab.ttf") format('truetype'),
 url("fonts/georgiai.ttf") format('truetype'),
 url("fonts/georgiaz.ttf") format('truetype'); 
 font-display:auto; 
}

body {background:whitesmoke; font-family:"georgia"}
.row, p {max-width:1800px; margin-left:auto; margin-right:auto}
header {background:darkslategrey}
header img {width:100%; margin:5px; padding:5px; background:whitesmoke}
section {padding:1px 0}
section img {width:100%; box-shadow:3px 3px 3px grey; margin:10px 0; background:white}
hr {border:2px solid darkslategrey; opacity:1}
h1 {font-size:7.5vw; color:whitesmoke}
h2 {font-size:25px; text-transform:uppercase; color:darkslategrey;
text-align:center; margin:20px 0 10px 0; padding:7px; background:lightgrey}
blockquote {font-size:25px; font-style:italic; color:black; text-align:center; margin:15px 0}
p {font-size:22px; color:black; padding:5px 10px}
a {color:black}
ul {font-size:22px; margin-left:20px; color:black}
#galerie img{width:95%; margin:5px}
strong {display:block; text-align:right; color:black; font-size:22px; margin-bottom:25px}
footer {background:darkslategrey; padding:15px 0; font-size:20px}
footer nav a {color:whitesmoke; text-align:center; text-decoration:none}
.no-padding {padding:5px}/* réduit padding */
.no-border {border:none}
.no-shadow {box-shadow:none}
.menu {position:fixed; top:15px; right:15px; width:50px; height:50px;
text-align:center; color:whitesmoke; background:rgba(52,58,64,0.5);
line-height:50px; font-size:20px; z-index:999}

@media screen and (min-width:768px) {
	h1 {font-size:3vw}
	h2 {font-size:30px}
	p, ul {font-size:25px}
	blockquote {font-size:30px}
	#galerie img {height:400px; width:auto}
	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}
	p, a, ul, strong {color:whitesmoke}
}
