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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, img, svg {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

svg, img, picture {
	max-width: 100%;
	display: block;
}


input, textarea {
	outline: none !important;
	border-radius: 0;
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	border: 0;
	appearance: none;
	padding: 0;
}

input {
	vertical-align: baseline;
	color: inherit;
}

textarea {
	resize: vertical;
	color: inherit;
}

	textarea:placeholder {
		color: inherit;
		font-size: inherit;
		font-family: inherit;
	}

	textarea::-webkit-input-placeholder {
		color: inherit;
		font-size: inherit;
		font-family: inherit;
	}

	textarea::-moz-placeholder {
		color: inherit;
		font-size: inherit;
		font-family: inherit;
	}

	textarea:-moz-placeholder {
		color: inherit;
		font-size: inherit;
		font-family: inherit;
	}

	textarea:-ms-input-placeholder {
		color: inherit;
		font-size: inherit;
		font-family: inherit;
	}

input:placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

input::-webkit-input-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

input::-moz-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

input:-moz-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

input:-ms-input-placeholder {
	color: inherit;
	font-size: inherit;
	font-family: inherit;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}


button {
	padding: 0;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	margin: 0;
	border-radius: 0;
	vertical-align: baseline;
	font-weight: inherit;
	outline: none;
	appearance: none;
}


a {
	text-decoration: none;
	color: inherit;
}

.Validation_mes {
	color: #E13C52;
}