/*  Content Styles  ****************************************/

.form-row {
	margin-bottom: 10px;
}
.left-form-cell {
	display: block;
	text-align: left;
	width: 100%;
}
.right-form-cell {
	width: 100%;
}
.dockets {
	font-size: .9em;
}


/* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { 
	border_bottom: 1px solid #ccc; 
	margin-bottom:20px;
	
	}
	
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 5px; 
		white-space: normal;
		text-align:center;
	}
	

	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 95%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;	
	}
	
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }


/*  Layout Styles  *****************************************/
/*  Begin header.php  **************************************/
a.nav-logo {
	width: 100%;
	background-position: 10% 10px;
	height: 50px;
	margin-left: 50px;
	background-size: 84px;
}
nav div.lang-select {
	width: 100%;
}
.main-nav {
	width: 100%;
}
.nav li {
	margin-bottom: 0px;
}
.nav a {
	padding: 3%!important;
}
.btn-burger {
	width: 50px;
	height: 50px;
}
.btn-burger img {
	width: 50px;
}
nav menu {
	margin-top: 52px;
	width: 100%;
}
menu ul.nav li a {
	height: 25px;
}
div#leader {
	margin-top: 20px;
	height: 180px;
}
div#leader h1 {
	margin-top:65px!important;

}
#container {
	min-height: 20em;
}
#container h3 {
	
}
#content {
	min-width: 350px;
}

/*  End header.php  *****************************************/
/*  Begin footer.php  ***************************************/
div#leader2 ul li.column {
	width: 97.6%;
	margin: 0px;
}
div#leader2 ul li:first-child {
	margin-bottom: 20px;
}




@media (max-width: 400px) {
	div#leader h1 {
		font-size: 28px;
		margin-top: 95px;
	}	
	#container {
		min-height: 15em;
	}
	footer div.contact {
		font-size: .8em;
	}
}