@font-face {
 font-family:"Renaissance"; 
 src:url('fonts/renaissance.ttf') format('truetype'); 
 font_display:auto
}

@font-face {
 font-family:"Roboto"; 
 src:url('fonts/Roboto-Regular.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:#1c1c1e; font-family:"Roboto"}
.row, p, .text-center {max-width:1800px; margin-left:auto; margin-right:auto}
header {background:black; border-bottom:solid 3px darkgoldenrod}
header img {margin:5px}
section {padding:1px 0}
hr {border:2px solid darkgoldenrod; opacity:1}
h1 {font-size:8vw; font-family:"Renaissance"; color:#e7e2dc; font-weight:bold}
h2 {font-size:25px; color:#e7e2dc; text-transform:uppercase; 
text-align:center; margin:20px 0 10px 0; padding:5px; 
border-top:solid 2px darkgoldenrod; border-bottom:solid 2px darkgoldenrod}
p {font-size:22px; color:whitesmoke; padding:5px 10px}
a {color:whitesmoke; text-decoration:underline}
img {width:100%}
#galerie img{width:95%; margin:5px}
strong {display:block; text-align:right; color:whitesmoke; 
font-size:20px; margin-bottom:25px}
footer {background:black; border-top:solid 2px darkgoldenrod; padding:15px 0; font-size:20px}
footer nav a {color:#e7e2dc; 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}
.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) {
	#galerie img {height:400px; width:auto}
	h1 {font-size:4vw}
	h2 {font-size:30px}
	p {font-size:25px}
	strong {font-size:22px}
	img:hover {border-radius:30px}
	a:hover {color:grey}
}
