
/*style de la page*/
body{
	text-align: center;
	background-color: #c6ac93;
}/*fin du style*/
.wrapper{
	width: 1170px;
	margin: auto;
}
/*les thèmes inscrit en haut*/
header{
	height: 100px;
	background: #262626;
	width: 100%;
	z-index: 12;
	position: fixed;
}

.logo{
	width: 30%;
	float: left;
	line-height: 100px;
}

nav{
	float: right;
	line-height: 100px;
}
nav a{
	text-decoration:none;
	font-family: bignoodletitling;
	letter-spacing: 4px;
	font-size: 20px;
	margin: 10px;
	color: #fff;

}/*fin des thèmes*/
/*le mot "bienvenue"*/
.logo a{ 
	text-decoration: none;
	font-size: 30px;
	font-family: bignoodletitling;
	letter-spacing: 5px;
}

/*bannière principale*/
.banner-area{
	width: 100%;
	height: 50%;
	position: fixed;
	top: 100px;
	background-image: url(https://www.museedelhistoire.ca/wp-content/uploads/2019/09/HM_Womens_History_Bibliotheque_Archives_Canada-a144837-2400x1600@32-1.jpg );
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.banner-area h2{
	padding-top: 8%;
	font-size: 70px;
	font-family: poppins;
	text-transform: uppercase;
	color: #fff
}/*fin bannière*/
/*contenu*/
.content-area{
	width: 100%;
	position: relative;
	top: 450px;
	background: #ddd;
	height: 100px;
	background-color: #c6ac93;
}
.content-area h2{
	font-family: bignoodletitling;
	letter-spacing: 4px;
	padding-top: 30px;
	font-size: 40px;
	margin: 0;
	background-color: #c6ac93;
}
.content-area p{
	padding: 2%;
	font-family: merienda;
	line-height: 50px;
	background-color: #c6ac93;
}/*fin contenu*/
	