#footer
{
	position: absolute;
	width: 100%;
	/*height: 100px;*/
	bottom: 0;
	background-color: #282d32;
	border-top: 1px solid #434A8F;
	cursor: default;
	user-select: none;
}

#footer #container
{

}

#footer ul
{
	display: inline-block;
}

#footer ul li
{
	margin-left: 20px;
	line-height: 10px;
	list-style-type: none;
}

#footer a
{
	text-decoration: none;
}

#footer a, p
{
	color: #CCC;
}

#footer a:hover
{
	color: white;
	transition-duration: 0.4s;
}
/*
#footer #id_1:hover
{
	color: white;
	text-decoration: underline;
	transition-duration: 0.4s;
}
*/

#footer #reseaux
{
	display: flex;
}

#footer img
{
	height: 50px;
	width: 50px;
}

#footer #reseaux #discord:hover
{
	content: url("../images/discord_hover.jpg");
}

#footer #right
{
	float: right;
	margin-top: 30px;
	margin-right: 20px;
}

#footer #soutenir:hover
{
	color: red;
}

#footer #copyright
{
	margin-top: 50px;
}