html{
	background-color: #000;
}
body{
	color:#fff;
	background-color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 1rem;
}
a{
	color: #fff;
	text-decoration: none;
}
.fond{
	background-image: url("../img/fond.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-blend-mode: multiply;
	background-color: #333333;
}
.titre{
	font-size: 2.25rem;
	font-weight: 700;
}
.soustitre{
	font-size: 1.5rem;
	line-height: 1.5rem;
}
.rs img{
	width: 2rem;
}
@media(min-width:1200px){
	
	.fond{
		height: 36rem;
	}
	
}