@import url('https://fonts.googleapis.com/css2?family=Brygada+1918&display=swap');

html { 
  margin:0;
  padding:200px 0 0 0; 
  text-align:center;
  background: url(bg.jpg) no-repeat center bottom fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  }

html {
  font-size: 1em;
  font-family: 'Brygada 1918', serif;
}
img {
  max-width: 100%;
  height: auto !important;
}

body {
  overflow-x: hidden;

}
a:focus {
	outline:0;
} 
a, a:hover {
	text-align:center;
	color:#fff !important;
	text-decoration: none !important;
}


h1{
	font-size:24px;
	color:#000;
	font-weight: 100;
	text-decoration: none;
}
h2 , h2 a{
	background-color:#d42020;
	border-radius:6px;
	font-size:24px;
	color:#000;
	margin:0 auto;
	width: 300px;
	text-decoration: none;
	font-variant: small-caps;
}
p {
	padding-top:20px;
}
.petit, .petit a, .petit a href {
	font-size:12px;
	text-align:center;
	color:#000;
	text-decoration: none;
}