body {
	font-family: Arial;
}
main {
	box-shadow: 0px 0px 30px 0px #3a6478;
}
header, footer {
	box-shadow: 0px 0px 30px 0px #3a6478;
	background-color: #3a6478;
	color: white;
}
.divLogo {
	text-shadow: 0px 0px 10px #000000;
}
.divLogo a {
	color: white;
}
.divFooter {
	text-shadow: 0px 0px 10px #000000;
}
button {
	background-color: #dde9ee;
	border: 0.1rem solid #000000;
}
button:hover {
	background-color: #eef4f7;
}


a {
	text-decoration: none;
	color: #3a6478;
}
button {
	border-radius: 0.5rem;
	cursor: pointer;
	font-size: 1.8rem;
	margin: 2rem 0 0 0;
	padding: 1rem;
}

header, footer {
	border-radius: 0.5rem;
}
html {
		/*border-style: solid; border-width: 1px; border-color: #000000;*/

	margin-left: auto;
	margin-right: auto;
	width: 60%;
	max-width: 100%;
	height:100%;
	font-size: 13px;
}
body {
	width: 100%;
	height: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
header {
	display: flex;
	width: 100%;
	justify-content: center;
}
main {
	flex: 1 0 auto;
}
footer {
	width: 100%;
	flex: 0 0 auto;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 2rem;
	display: flex;
	flex-wrap: wrap;
}
.divFooter {
	width:auto;
	display: flex;
}
.divFooterT {
	width:auto;
	padding-right: 1rem;
	padding-left: 1rem;
	display: flex;
	flex-wrap:nowrap;
	white-space: nowrap;
}
nav {
	width: 100%;
}
article {
		/*border-style: solid; border-width: 1px; border-color: #000000;*/

	margin-left: auto;
	margin-right: auto;
	width: 70%;
	overflow:hidden;

}
.divArticle {
	font-size: 1.8rem;
	overflow-x:auto;
}
.divLogo {
	width: 20%;
	font-size: 3.5rem;
}
.divLogo a {
	text-decoration: none;
}
.divNavA {
	width: 60%;
	font-size: 2.5rem;
	position: relative;
}
.divNavB {
	height: 100%;
	width: 100%;
	position: absolute;
	display: flex;
	justify-content: left;
	align-items: center;
}
.divLang {
	text-align: right;
	width: 20%;
	font-size: 2.5rem;
	text-align: right;
	display: flex;
	justify-content: center;
	align-items: center;
}
.divHeader {
	text-align: center;
	font-size: 2rem;
	color: #3a6478;
}
.divLogo, .divLang, .divHeader, .divFooter {
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;
}
.divLangSmall {
	display: none;
}
.divLangBig {
	display: flex;
	flex-wrap:nowrap;
	white-space: nowrap;
}



.divLoading {
	display: block;
	/*margin-left: auto;*/
	/*margin-right: 150px;*/
	margin-top: 200px;
	position: absolute;
	z-index: 100;
	border: none;
}
.divLoading img {
	height:auto;
	width:auto;
	max-width:50px;
}




.ajaxLoading div {
	float: right;
	margin-right: 0rem;
	margin-top: 0rem;
	position: relative;
}
.ajaxLoading img {
	height:auto;
	width:auto;
	max-width:30px;
}



@media (max-width: 1920px) {
	html {
		font-size: 12px;
		width: 70%;
	}
	article {
		width: 80%;
	}
	.divArticle {
		font-size: 2rem;
	}
}
@media (max-width: 1440px) {
	html {
		font-size: 11px;
		width: 80%;
	}
	article {
		width: 80%;
	}
	.divArticle {
		font-size: 2rem;
	}
}
@media (max-width: 1024px) {
	html {
		font-size: 10px;
		width: 90%;
	}
	article {
		width: 90%;
	}
	.divArticle {
		font-size: 2.2rem;
	}
	.divLang {
		display: none;
	}
	.divLangSmall {
		display: block;
	}
	.divLogo {
		width: 50%;
		font-size: 4rem;
	}
	.divNavA {
		width: 50%;
		text-align: right;
		align-items: right;
	}
	.divNavB {
		display: block;
	}
}
@media (max-width: 768px) {
	html {
		font-size: 9px;
		width: 95%;
	}
	article {
		width: 95%;
	}
	.divArticle {
		font-size: 2.4rem;
	}
}
@media (max-width: 425px) {
	html {
		font-size: 8px;
		width: 100%;
	}
	article {
		width: 100%;
	}
	.divArticle {
		font-size: 2.6rem;
	}
}