@import url('/fonts/opensans.css');

:root {
	--footer-height: 100px;
  }

html,body
	{
	font-family: "Open Sans",Helvetica,Arial, sans-serif;
	}

.em_headerbar
	{
	height:150px;
    width:100%;
    position: relative;
	}

.em_headerbar #em_header
	{
	background-size: 150px;
	}

#em_header
	{
	height:100px;
	width:100%;
	background-position: 0px 5px;
	z-index:33;
  }
	
#em_header::after
  {
	content: '';
	background-image:url('/emstyles/joop/horloge.png');
	background-repeat:no-repeat;
	background-size:120px auto;
	height:175px;
	width:200px;
	display: block;	
  }
 	
#title_bar
	{
	box-sizing: border-box;  
	position: relative;
	padding:15px;
	background-color:#888888;	
	background-image:url('/emstyles/joop/greyMetal.jpg');
	background-size:100% 70px;
	z-index: 27;
	}
		
#title
	{
	color:#FFFFFF;
	padding-left:250px;
	}
@media all and (orientation:landscape) and (min-width: 1200px)
	{
	#em_header::after
		{
		background-position:50px 0px;
		}
	}
@media all and ((orientation:portrait) or (max-width: 1199px))
	{
	#title
		{
		padding-left:25%;
		max-width:75%;
		}
	}

.nav_chapter, .nav_page
	{
    background-color: #FAFAFA;
	
    }
.nav_chapter
	{
	border-bottom:1px solid #DDDDDD;
	}

.nav_chapter, .nav_chapter a
	{
    color:#444444;
	}

.nav_chapter:hover,.nav_page:hover
	{
    color:#444444;
	}
	
.nav_page, .nav_page a
	{
    color:#444444;
	}	

.nav_page.active
	{
	color: #444444;
	font-weight:bold;
	}

#em_content
	{
	font-size:14px;
	color:#333333;
	background-color:#FFFFFF;
	margin-bottom: calc(var(--footer-height) + 50px);
	}
.em_content	a, .em_content a:link , .em_content a:active, .em_content a:visited {color:#211D1E; text-decoration:none;} /* mouse over link */
.em_content	a:hover {color:#211D1E; text-decoration:underline;} /* mouse over link */

#em_footer
	{
	color:#FFFFFF;
	padding-top:30px;
	}
#em_footer a
	{
	color:#FFFFFF;
	}

#footerbar
	{
	height: var(--footer-height);
	background-color:#211D1E;
	}

.em_navbtn, .btn
	{
    color:#FFFFFF;
    background-color: #343434;
	font-weight:bold;
	
	}

.btn	
	{
	padding:6px;
	}
#hbsubs	
	{
	background-color: #343434;
	color:#FFFFFF;
 	width:200px;
 	}
	
#hbsubs a	
	{
	color:#FFFFFF;
	}
	
.emaudio, .table
	{
	border: 2px solid #211D1E;
	}

#mm_tabs
	{
    background-color: #211D1E;
    }

#mm_tabs .mtmain	
	{
	color:#FFFFFF;
	}

#mm_tabs .mtactive	
	{
	background-color: #FFFFFF;
	color: #211D1E;
	}
