*{
	margin: 0;
	padding: 0;
}

.home-page .container{
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.nosqualites h2, .nosproduits h2, .notrehistoire h2{
	text-align: center;
	font-weight: bold;
	font-size: 2.5rem;
	margin-bottom: 3rem;
}

.nosproduits img{
	width: 50%;
	display: block;
	margin: 0 auto;
}

.nosproduits h3{
	text-align: center;
	font-size: 1.5rem;
}

.nosqualites{
	background-image: url("cosmetiques-criteres-choisir-1200x640.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
}

.qualites{
	margin: 2rem auto;
}

.nosqualites h3{
	text-align: center;
	font-size: 1.2rem;
}

.nosqualites img{
	display: block;
	margin: 0 auto;
}

.nosqualites .qualite1 img, .nosqualites .qualite2 img, .nosqualites .qualite3 img{
	width: 45%;
}
.nosqualites .qualite4 img, .nosqualites .qualite5 img{
	width: 30%;
}

.notrehistoire article{
	text-align: center;
}

.fondpro{
	background-color: #d0bdaf;
}

.pourquoirejoindre h2{
	font-size: 1.5rem;
}
.pourquoirejoindre li{
	margin-left: 20px;
}

.pronousrejoindre{
	margin-top: 1rem;
}
.pronousrejoindre button{
	width: 50%;
	padding: 10px 10px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 16px;
	background-color: #d0bdaf;
	border: 1px solid black;
	margin: 0 auto;
	cursor: pointer;
}

.pronousrejoindre button a{
	text-decoration: none;
	color: black;
}

.prorejoindre .question{
	margin-top: 0.8rem;
}