@charset "UTF-8";
header {
	width: 100%;
	position: relative;
	background-color: #008899;
}
header #fond {
	z-index: 50;
}
header #logotxt {
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom: 0px;
}
header #logo {
	position: absolute;
	width: 100%;
	z-index: 150;
	bottom: 0px;
}
header a:hover #logo {
	/* [disabled]background-color: hsla(0,0%,100%,0.40); */
}
main {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
section {
	text-align: left;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 900px;
}
#articles {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	padding-bottom: 30px;
	padding-top: 30px;
}
.item {
	width: 32%;
}
.item img  {
	width: 100%;
}
.item .links {
	display: flex;
	justify-content: flex-end;
}
.item .links a .link {
	border: 1px solid #008899;
	color: black;
	text-transform: uppercase;
	padding: 0 5px;
	line-height: 30px;
	margin-left: 10px;
	border-radius: 3px;
}
.item .links a .link:hover  {
	color: #FFFFFF;
	background-color: #008899;
	transition: all 0.5s ease;
}
footer {
	width: 100%;
	background-color: #008899;
	flex-flow: row wrap;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 10px;
}
footer .line {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
footer .menuitem  {
	min-width: 100px;
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-right: 5px;
	padding-left: 5px;
}
footer .menuitem2  {
	text-align: center;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	padding-right: 10px;
	padding-left: 10px;
}
footer a:hover  {
	background-color: #006677;
	transition: all 0.5s ease;
}



@media screen and (max-width:768px){
	.item {
	width: 100%;
	}
}
