*, ::before, ::after
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body
{
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 100vh;
	display: flex;
	flex-direction: column;
}
h1
{
	font-size: 10vw;
	text-align: center;
	margin-top: 20px;
	color: #f1f1f1;
}
#conteneur
{
	flex: 1 0 auto;
}
.contenu-footer
{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	font-size: 16px;
	padding: 10px 0 8px	;
}
.bloc
{
	width: 25%;
	margin: 0 30px;
}
.footer-services h3,
.footer-contact h3,
.footer-logo h3,
.footer-reseaux h3
{
	font-size: 16px;
	padding-bottom: 20px;
}
.footer-reseaux
{
	width: 1200px;
}
.footer-reseaux h3
{
	text-align: center;
	padding-bottom:4px;
}
.liste-reseaux
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.liste-contact img
{
	width: 35px;
	margin-right: 10px;
	/*margin: 10px 10px;*/
}
.footer-logo .liste-logo .img_logo 
{
	width: 370px;
	height: auto;
}
.footer-newslatter p
{
	padding: 15px;
}
.footer-newslatter input
{
	width: 100%;
	height: 35px;
	border: 1px solid rgba(0, 0, 0, .5);
	margin-top: 10px;
	margin-bottom: 10px;
	outline: none;
	border-radius: 5px;
}
.footer-newslatter input:focus
{
	border-bottom: 3px solid #efca4a;
}
.footer-newslatter input#submit
{
	color: #ffffff;
	font-family: sans-serif;
	font-weight: bold;
	background-color: #40b1a3;
}
.footer-newslatter
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;

}
.liste-services,
.liste-contact,
.liste-logo,
.liste-reseaux
{
	list-style-type: none;
}
.liste-contact li.li_footer{
	padding: 2px 0;
	display: flex;
	flex-direction: row;
}
.liste-contact li.li_footer img{
	display: flex;
	justify-content: center;
	align-items: center;
}
.liste-services li.li_footer{
	padding: 2px 0;
}
.liste-services a
{
	text-decoration: none;
	color: #f1f1f1;
}
.liste-services a:hover
{
	color: #128aff;
}
.footer-reseaux
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px;
}
.footer-reseaux .info
{
	width: 50%;
	display: flex;
}
.footer-reseaux .img_badge
{
	width: 30%;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
}
.footer-reseaux .img_badge img
{
	width: 75px;
	height: 75px;
} 
.footer-reseaux .info 
{
	position: relative;
	left: 80px;
}
.footer-reseaux .info img
{
	width: 35px;
	margin: 10px 10px;
	cursor: pointer;
}
.liste-reseaux .info a{
	text-decoration: none;
	color: #f1f1f1;
	display: flex;
	align-items: center;
	font-size: 16px;
}
img{
	width: 20px;
}

footer
{
	flex-shrink: 0;
	border-top: 2px solid #efca4a ;
	width: 100%;
	background: #0c1c2c;
	color: #f1f1f1;
}
footer img
{
	width: 25px;
}
@media screen and (max-width: 900px)
{
	*, ::before, ::after
	{
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}
	body
	{
		background: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
		height: 100vh;
		display: flex;
		flex-direction: column;
	}
	h1
	{
		font-size: 10vw;
		text-align: center;
		margin-top: 20px;
		color: #f1f1f1;
	}
	#conteneur
	{
		flex: 1 0 auto;
	}
	.contenu-footer
	{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		font-size: 16px;
		padding: 10px 0 8px	;
	}
	.bloc
	{
		width: 100%;
		margin: 10px;
	}
	.footer-services h3,
	.footer-contact h3,
	.footer-logo h3,
	.footer-reseaux h3
	{
		text-align: center;
		font-size: 16px;
		padding-bottom: 20px;
	}
	.footer-reseaux h3
	{
		text-align: center;
		padding-bottom:4px;
	}
	.liste-reseaux
	{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.liste-contact img
	{
		width: 35px;
		margin-right: 10px;
		/*margin: 10px 10px;*/
	}
	.footer-logo .liste-logo .img_logo
	{
		width: 250px;
		height: 100px;
	}
	.footer-newslatter p
	{
		padding: 15px;
	}
	.footer-newslatter input
	{
		width: 98%;
		height: 35px;
		border: 1px solid rgba(0, 0, 0, .5);
		margin-top: 10px;
		margin-bottom: 10px;
		outline: none;
		border-radius: 5px;
	}
	.footer-newslatter input:focus
	{
		border-bottom: 3px solid #efca4a;
	}
	.footer-newslatter input#submit
	{
		color: #ffffff;
		font-family: sans-serif;
		font-weight: bold;
		background-color: #40b1a3;
	}
	.footer-newslatter
	{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin: 0;
	}
	.liste-services,
	.liste-contact,
	.liste-logo,
	.liste-reseaux
	{
		list-style-type: none;
	}
	.liste-contact li.li_footer{
		padding: 2px 0;
		display: flex;
		flex-direction: row;
	}
	.liste-contact li.li_footer img{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 25px;
	}
	.liste-services li.li_footer{
		padding: 2px 0;
	}
	.liste-services a
	{
		text-decoration: none;
		color: #f1f1f1;
	}
	.liste-services a:hover
	{
		color: #128aff;
	}
	.footer-reseaux
	{
		width: 100%;
		margin: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-reseaux .info
	{
		width: 65%;
		display: flex;
	}
	.footer-reseaux .img_badge
	{
		width: 30%;
		display: flex;
		align-items: flex-start;
		cursor: pointer;
	}
	.footer-reseaux .img_badge img
	{
		width: 45px;
		height: 45px;
	} 
	.footer-reseaux .info 
	{
		position: relative;
		left: 0px;
	}
	.footer-reseaux .info img
	{
		width: 25px;
		margin: 4px 4px;
		cursor: pointer;
	}
	.liste-reseaux .info a{
		text-decoration: none;
		color: #f1f1f1;
		display: flex;
		align-items: center;
		font-size: 16px;
	}
	img{
		width: 20px;
	}

	footer
	{
		flex-shrink: 0;
		border-top: 2px solid #efca4a ;
		width: 100%;
		background: #0c1c2c;
		color: #f1f1f1;
	}
	footer img
	{
		width: 25px;
	}
}