
body {
	margin: 0px auto;
} 

h1 {
	font-size: xx-large;
}

h2 {
	font-size: x-large;
}

h3 {
	font-size: large;
}

.nothere {
	color: #FFFFFF;
	position: absolute;
	z-index: -15;
}
.nothere h1 {
	color: #FFFFFF;
	font-size: 0.5px;
}
.nothere h2 {
	color: #FFFFFF;
	font-size: 0.5px;
}

#contenu {
	position: relative;
	top: 90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 1024px;
}

.header {
	display: flex;
	flex-direction: row;
	justify-content: center;
	height: 200px;
	background-color: #555555;
}

.header > img {
	width: 100%;
}

.anchor {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

.pair {
	display: flex;
	flex-direction: column;
	background-color:#FFFFFF;
	padding-left: 10%;
	padding-right: 10%;
}
.impair {
	display: flex;
	flex-direction: column;
	background-color:#EEEEEE;
	padding-left: 10%;
	padding-right: 10%;
}
.first_block {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-color:#FFFFFF;
}

.section_title {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	background-color: #009ae1;
	color: #FFFFFF;
	font-size: xx-large;
	padding: 20px;
}

.title {
	font-size: x-large;
	margin-bottom: 30px;
	margin-top: 30px;
	border-bottom: 4px solid;
	border-bottom-color: #009ae1;
}

.subtitle {
	font-style: bold;
	font-size: large;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom: 2px solid;
	border-bottom-color: #000000;
}

.logo {
	display: flex;
	align-items: center;
	height: 60px;	
}

.main_menu {
	z-index:10;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
	position: fixed;
	right: 0;
	left: 0px;
	top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background: #555555;
}

.block {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.h3block {
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}

.h3block_block {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	margin: 30px;
}

.h3block_title {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	padding: 10px;
	background-color: #434343;
	color: #FFFFFF;
	font-size: x-large;
	border-radius: 10px 10px 0px 0px;
	box-shadow: 1px 1px 20px #555;
}

.h3block_content {
	display: block;
	box-sizing: border-box;
	border: 0px;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0px;
	box-shadow: 1px 1px 12px #555;
	border-radius: 0px 0px 10px 10px;
}
.h3block_content > img {
	
}

.h3block_content > p {
	padding: 15px;
}

#cssmenu {
	order: 2;
	width: auto;
	font-family: 'Open Sans', sans-serif;
	line-height: 1;
	background: #555555;
	height: 90px;
}