/*
Theme Name: academica enfant
Description: Theme enfant de Thierry Academica
Author: Thierry
Author URI: https://www.wpserveur.net
Template: academica 
Version: 0.1.0
*/

#header {
 	margin: 0 0 0; 
 	padding: 0px 0 0;
 	/*width:1170px;*/
 	height: 200px;
	/*float:*/ 
 	/*background-color: #0A5794;*/
 	/*background-size: cover; */
  background-size:  contain; 
 	background-repeat: repeat;
 	background-position: center center ;
}


.header_overlay {
    height: 250px;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top,rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
}
          
#logo {
   line-height: 1.2;
 	padding: 30px 0 0;
 	float:left;
}

#main-nav {
 	margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
	position: relative;
	line-height: 1.8;
 	z-index: 300;
 	display:inline-block;
 	width: 100%;
	border-top: 1px solid rgba(255,255,255,0.13);
	background:#D87431;
	opacity:1;
}




/* =Content
-------------------------------------------------------------- */
ul, ol {
	color: #190682;
	margin: 0 0 14px 36px;
	padding: 0;
}

#content {
	line-height: 1.6;
	margin-bottom: 50px;
	
}


/* Les liens sont soulignés */
a {
  text-decoration: none;
  color: #0A5794;
}
       

a:hover {
	text-decoration: none;
	color: #D87431;
}

/* bouton même couleur que menu = ocre #D87431 */ 
button, html input[type=button], input[type=reset], input[type=submit] {
	background-color: #D87431;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 11px 15px;
}
