@font-face {
    font-family: 'Liberation';
    src:url('../font/Liberation/Liberation-Sans-Narrow-Bold.ttf.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open-sans';
    src:url('../font/OpenSans/OpenSans-CondLight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body{
	/*  background-color:#1575bb; */
	background-color:#004c86;
	min-height:100%;
	font-size:1.3em;
	font-family:"Open-sans", Arial Narrow, Arial, sans-serif;
	
	
}

.container{
	background-color:white;
	margin:1em 1em 0 1em;
	height:85vh;
	padding:1em;
}

.container_txt{
	height:auto;
}

.cont-bottom{
	padding:0 1em 0 1em;
	color:#ffffff;
	margin-bottom:60px;
	
}

.cont-bottom a{
	color:white;
	padding-left:2em;
}

.img_logo {
	 
			display: block;
			margin: auto;
			width:90%;
			padding-top:0.5em;
}

.img_deko {
	position:absolute;
	width:500px;
	height:auto;
	top:-60px;
	left:-370px;
}

.content {
	padding-top:3em;
	padding-left:30%;

	
	
}

.content_txt {
	padding:3em;
	font-size:0.8em;


	
	
}
.extrabold {
	font-family:"Liberation", Arial Narrow, Arial, sans-serif;
	color:#1575bb;
	font-size:1.3em
}

.bold {
		font-family:"Liberation", Arial Narrow, Arial, sans-serif;
	color:#1575bb;
}

a{
		color:#1575bb;
		text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
.left {float:left;}

.right{
	float:right;
}

h1{
	font-size:1.3em;
	color:#1575bb;

	border-bottom:2px solid #1575bb;;
}

.small_img{
	width:80%;
	height:auto;
}


li::marker{
		color:#1575bb;
	
}



@media only screen and (min-width : 992px){
	
body {
	font-size:2em;
}
 
 
 .img_logo {
	 width:60%;	
padding-top:0;	 
}

.container{
	height:auto;
}

.img_deko {

	top:0px;
left:-360px;
}

.content {
	padding-top:1.5em;
	padding-left:35%;
}

.cont-bottom{
	font-size:0.8em;
}

.small_img{
width:25%;}
 
 
}