.footer
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	background: #FFFFFF;
	box-shadow: 0 -6px 17px rgba(0, 0, 0, 0.2);
	position: relative;
	width: 100%;
	left: 0;
	margin: 45px 0 0 0;
}
.footer_content
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 40px 40px 30px 40px;
}
.first_content
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.product_content
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.content_reseau
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: 15px 0 15px 0;
}
.content_terms
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-self: center;
}
.footer li
{
	list-style: none;
	margin: 5px 15px 5px 0;
}
ul
{
	padding-left: 0;
	margin: 5px 0 15px 0;
}
.txt_black_footer
{
	font-family: kanit, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
}
p
{
	margin: 0;
}
.titre_footer
{
	font-family: kanit, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	color: #333333;
	margin: 0 0 20px 0;
}
.txt_footer
{
	font-family: kanit, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #8C8A8A;
}
.txt_footer:hover
{
	color: #78A2E1;
}
.space
{
	margin: 0 23px 30px 23px;
}
.img_fb{
	width: 30px;
	height: 30px;
	margin: 0 2px 0 2px;
}

.img_tw{
    height: 30px;
	margin: 0 2px 0 2px;
}
.img_yt{
	height: 30px;
	margin: 0 2px 0 2px;
}
.img_di{
	width: 31px;
	height: 30px;
	margin: 0 2px 0 2px;
}
.img_re{
	width: 30px;
	height: 30px;
	margin: 0 2px 0 2px;
}
.img_in{
	height: 30px;
	margin: 0 2px 0 2px;
}


/*old commons*/