@import url(reset.css);
@import url(grille-float-12.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
html{font-family: "Source Sans 3", serif;}
.center{
	float:none;
	margin:auto;
}
.fr{float: right;}

header{
	margin:4rem 5rem;
}
#texte{
	font-size: 1.6rem;
	font-weight: bold;
}
#texte a{
	text-decoration: none;
}
#texte a:hover{color:#8a8572;}
nav a{
	color:black;
	text-decoration: none;
	text-align: right;
	margin-right:2.2rem;
	font-size: 1.6rem;
	font-weight: bold;
}
nav a:hover{color:#8a8572;}

nav a:first-of-type{margin-right:0;}

#hero{
	background: url(../img/header.jpeg);
	background-size:cover;
	font-weight: 300;
	text-align: right;
	padding: 37rem 0  18rem;
}

#hero h1{
    text-transform: uppercase;
    font-size: 7.2rem;
    font-weight: 800;
    margin-bottom: 7.7rem;
}
#hero h1:after{
    content: "";
    margin-top: 2.7rem;
    display: block;
    width: 13.8rem;
    height: .4rem;
    background: black;
    float: right;
   
}
#hero p{
	font-size:1.8rem;
	line-height:2.6rem;
	margin-bottom: 6.5rem;
}
.bouton{
	width: 27rem;
	padding:2.2rem ;
	text-align: center;
	background: black;
	color:white;
	font-size:1.8rem;
	display: inline-block;	
	text-decoration: none;
	transition: all .5s ease-in-out;
}
.bouton:hover{
	color:black;
	background: lightgreen;
}
#intro{
	text-align: center;
	margin: 10rem 12rem;
	color:black;
}
#intro h2{
	font-size:2.7rem;
	font-weight: bold;
	margin-bottom: 8rem;
}	
#intro p{
	font-size:1.6rem;
	line-height: 2.9rem;
	margin: auto;
}
#intro img{
	margin-bottom: 2.5rem;
}
#banniere{
	background: #efefef;
	font-size: 1.6rem;
	font-weight: 300;
	padding: 8.5rem 22rem 12rem;
}
#banniere img{
	margin-bottom: 3rem;
}
#banniere p{
	margin-bottom: 3rem;
}
#banniere .titre{
	font-weight: 500;
}
#article{
	padding:11rem;
	text-align: center;
}
#article h2{
	font-size:2.7rem;
	font-weight: bold;
	color:black;
	padding-bottom: 5rem;
}	
#article p{
	font-size:1.6rem;
	color:black;
	margin-bottom:13rem;
	margin: auto;
	line-height: 2.6rem;
}
#image img{
	width: 37rem;
	height: 37rem;
	margin-bottom: 15rem;
	margin-right: 1.7rem;
}
#image span{
	position: absolute;
	top:-.7rem;
	left: 40%;
	right:40%;
	display: block;
	height: .7rem;
	background:#958d6c;
}
#image:hover span{
	transition:all .5s ease;
	top:0;
}
#clients{
	background: #efefef;
	text-align: center;
	font-size: 2.7rem;
	padding:7rem 11.2rem;
}
#clients h2{
	margin-bottom: 7rem;	
}
#clients img{
	margin-right: 5rem;
	margin-left: 5rem;
}

footer{
	background: #212121;
	color: #989898;
	padding: 5.2rem;
}
footer p{
	font-size: 1.4rem;
	font-weight: 200;
}
footer nav a{
	color: #989898;
	font-size: 1.3rem;
	text-transform: uppercase;
}
footer nav a:hover{color:blue;}
footer nav a:visited{color:lightgreen;}