html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
box-sizing: border-box;
}
:focus {
	outline: 0;
}
html {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
	padding: 25px;
	background: #262937;
	color: white;
	width: 100%;
}
h1,h2 {
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 20px;
}
h1 {
	font-size: 30px;
	margin: 40px 0;
}
h2 {
	font-size: 24px;
	margin: 0;
}
strong {
	font-weight: 600;
}
.intro {
	text-align: center;
}
.intro img {
	max-width: 250px;
}

.merci strong {
	padding-top: 12px;
    display: block;
    font-weight: 700;
}
.contact {
	box-shadow: 0 43px 67px 0 rgba(0, 0, 0, 0.5);
  background-color: #f1f4ff;padding: 25px;
	color: #262937;
	border-radius: 10px;
	max-width: 1250px;
	margin: 40px auto;
	text-align: center;
}


.signature {
	text-align: center;
	margin-top: 10px;	
	font-size: 14px;
	
	
}
.login
	{
		
		text-align: center;
	}
.login p
	{
		font-size: 14px;
	}
.login fieldset
	{
	max-width: 250px;
		margin: 0 auto;
	}
.login fieldset > div {
	position: relative;
	text-align: left;
}
.login fieldset > div .icon {
	position: absolute;
	bottom: 42px;
	left: 15px;
	font-size: 8px;
}
.login label, .login input
	{
		display: block;
	}
.login label
	{
		  font-size: 16px;

  font-weight: 300;

  text-align: left;

  color: white;
		margin: 23px 0 10px;
	}
.login input[type="text"], .login input[type="password"]
	{
  border-radius: 8px;
  border: solid 1px rgba(255,255,255,0.6);
		color: white;
		background: none;
		padding: 16px;
		box-shadow: none;
		width: 100%;
	}
.login input[type="submit"]
	{
		background: #d8994a;
		color: white;
		padding: 17px 30px;
		text-align: center;
		border-radius: 10px;
		box-shadow: none;
		border: none;
		margin: 30px auto 0;
		display: block;
		font-size: 18px;
	}