.footer {
	margin-top: 200px;
   	background-color: black;
	width:100%;
	color: white;
	font-family: Helvetica;
	
}

.text1pieddepage{
	display: inline-block;
	vertical-align: top;
	margin-left: 5.2%;
	margin-top: 20px;
	width: 30%;
	margin-bottom: 100px;
}

.champmailpieddepage{
	display: inline-block;
	vertical-align: top;
	font-family: Helvetica;
}

.btnmailpieddepage{
	display: inline-block;
	vertical-align: top;
}


.btnmailpieddepage:hover{
	cursor: pointer;

}

.text2pieddepage{
	margin-left: 5.2%;
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
}
.contactpieddepage{
	margin-top: 20px;
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-right: 10%;
}

.copyright{
	display: inline-block;
	vertical-align: top;
	margin-left: 5.2%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.liens{
	text-decoration: none;
	color: white;
}

.liens:hover{
	color: white;
}

.lienssansdeco:hover{
	text-decoration: none;

}

h3{
	font-weight: bold;
}


@media screen and (max-width: 993px) {

.text1pieddepage{
	width: 89.6%;
	margin-bottom: 20px;

}


@media screen and (max-width: 601px) {

.text1pieddepage{
	text-align: center;
	width: 89.6%;
	margin-bottom: 0px;

}

.text2pieddepage{
	text-align: center;
	width: 89.6%;
}
.contactpieddepage{
	text-align: center;
	width: 89.6%;
	margin-top: 20px;
	float: left;
	margin-left: 5.2%;
}
