* {
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
}

html {
	min-height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-align: left;
	color: #515150;
}

#wrapper {
	margin: 12px auto;
	border: 1px #231F20 solid;
	max-width: 910px;
	position: relative;
	background: #FFF;
	overflow: hidden;
}

p {
	padding-bottom: 13px;
}

h1 {
	margin: 0 0 8px;
	font-size: 27px;
	line-height: 29px;
	text-align: center;
}

h1 span {
	display: block;
	font-size: 18px;
	line-height: 21px;
}

h1 small {
	font-weight: 400;
}

h2 {
	font-size: 16px;
	line-height: 23px;
	text-align: center;
}

:is(a:link, a:visited, a:active) {
	color: #515150;
	text-decoration: none;
	white-space: nowrap;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
}

ul {
	margin: 0 0 15px;
	list-style: none;
}

ul li {
	padding-left: 15px;
}

ul li:before {
	content: "\2022";
	float: left;
	margin-left: 0rem;
	font-size: 17px;
	text-indent: -15px;
}

article {
	padding: 10px 50px 3px;
	margin-top: -85px;
	position: relative;
}



.realactiv{
	position: relative;
	z-index: 999;
}

footer {
	width: 92%;
	position: relative;
	padding-left: 50%;
	padding-bottom: 49px;
	margin-top: -296px;
}

footer>img {
	position: absolute;
	bottom: 63px;
	right: -40px;
}

footer p img {
	position: relative;
	top: 2px;
}

section {
	position: absolute;
	top: -35%;
	left: 50px;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	width: 80%;
}


.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex aside:nth-of-type(2n-1) {
	width: 48%;
}

.flex aside:nth-of-type(2n) {
	width: 49%;
}

address {
	font-style: normal;
}

@media only screen and (max-width:909px) {
	#wrapper {
		border: none;
		margin: 0;
	}

	:is(ul, p) {
		hyphens: auto;
	}

	.none {
		display: none;
	}

	section {
		position: static;
		top: 0%;
		left: 0px;
		color: #fff;
		font-size: 15px;
		line-height: 20px;
		width: auto;
		color: #515150;
	}

	h1 {
		margin: 0 0 15px;
		font-size: 20px;
		line-height: 27px;
		text-align: center;
	}

	article {
		padding: 0 3% 3%;
		margin-top: 25px;
		position: relative;
	}

	ul {
		margin: 0 0 15px;
	}
}

@media only screen and (max-width:766px) {
	aside {
		width: auto !important;
		float: none !important;
	}

	footer {
		position: static;
		padding: 0 10px 10px;
		margin-top: 0;
		width: 100%;
	}

	footer>img {
		position: absolute;
		bottom: 15px;
		right: 8px;
	}
}

@media only screen and (max-width:354px) {
	footer>img {
		position: static;
		bottom: 0px;
		right: 0px;
	}

}