/*
 Theme Name: MH Magazine lite enfant
 Description: Thème enfant de MH Magazine lite
 Author: Saint-Vigor-le-Grand
 Author URI: https://www.saintvigorlegrand.fr
 Template: mh-magazine-lite
 Version: 1.0.0
 License: GPL3+
 License URI: http://www.gnu.org/licenses/gpl-3.0.txt
 Text Domain: mh-magazine-lite-child
 */
#menu-menu-lateral {
	padding:0;
  margin:0;
  list-style:none;
  text-transform : uppercase;
  font-weight:bold;
}
#menu-menu-lateral ul {
  padding:0;
  margin:0;
  list-style:none;
  font-size:0.9em;
}
#menu-menu-lateral li {
   background-color:white;
   border-style:solid;
   border-color:#E64946;
   border-width:1px 2px 1px 2px;
}
#menu-menu-lateral li li {
   max-height:0;
   overflow: hidden;
   transition: all .5s;
   border-radius:0;
   background: #D5D2D2;
   box-shadow: none;
   border:none;
   margin:0
}
#menu-menu-lateral a {
  display:block;
  text-decoration: none;
  color: black;
  padding: 8px 0;
  font-family: inherit;
  font-size:1em;
  padding-left:7px;
}
#menu-menu-lateral ul li a, #menu-menu-lateral li:hover li a {
  font-size:1em
}
#menu-menu-lateral li:hover {
   background: #E64946;
}
#menu-menu-lateral li li:hover {
   background: #818080;
}
#menu-menu-lateral ul li:last-child {
   border:none;
}
#menu-menu-lateral li:hover li {
  max-height: 15em;
}
.mh-sidebar{
	width:20% !important;
}
.mh-content{
	width:77.50%;
}

/* positionnement des elements dans le header */
.mh-custom-header{
	display:flex;
	justify-content:space-between;
}

.upheader_persus{
	font-family:inherit;
	font-weight:bold;
	font-size:1rem;
	margin-top:13px;
	margin-left:110px;
}

.search-field{
	width:300px;
}

.mh-site-logo{
	display:flex;
	justify-content:flex-start;
}
.mh-header-text{
	margin-left: 20px;
}
.sp-slides-container{
	border-top:solid #E64946 7px;
	border-bottom:solid #E64946 7px;
}

.search-form label{
	position:relative;
}

.search-form label:after{
	font-family: FontAwesome;
	font-weight:normal;
	color:grey;
	content: "\f002";
	position: absolute;
	left: 5px;
	top: 0px;
}

.search-form .search-field {
	padding-left:25px;
}
/* positionnement des texte de contact mairie */
.textwidget{
	display:flex;
	justify-content:space-around;
	font-family:inherit;
	font-weight:bold;
	padding-top:2%;
	background-color:white;
	padding-bottom:2%;
}
/* positionnement du widget barre latérale */
.mh-widget-col-1{
	position:relative;
	left:-25px;
	top:50px;
}
#nav_menu-14{
	overflow:visible;
}
.mh-container-outer{
	box-shadow:none;
}
.mh-header{
	background-color:transparent;
}
.mh-main-nav-wrap{
	border-radius:5px
}
#menu-menu-lateral:first-child{
	border-top:solid #E64946 2px !important;
}
#menu-menu-lateral:last-child{
	border-bottom:solid #E64946 2px !important;
}
/*#menu-item-685{
	border-top-left-radius:5px;
}*/
.mh-copyright-wrap{
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
}
.mh-meta-author, .entry-meta-author, .mh-meta-comments, .entry-meta-comments {
  display: none;
}

.mh-main-nav ul ul li {
  width: 300px;
}
	
.mh-main-nav li {
  position: static;
}

/* contuinité du trait rouge dans les sous menus du menu principal */
.mh-main-nav-wrap .sub-menu { border-top: #e64946 5px solid; }

/* Media Queries */
@media screen and (max-width : 900px) {
	.textwidget{
	  flex-direction:column;
	  justify-content:space-between;
	  text-align:center;
	  height:300px;
	}
	.mh-widget-col-1, #menu-menu-lateral{
	  left:0;
	  width:100% !important;
	}
	  
	.mh-custom-header{
		flex-direction:column;
	  justify-content:space-between;
	}
		
	.upheader_persus{
		margin-left:0px;
	}
		
	.search-field{
	 	width:100%;
	}
}