/* 
Theme Name: Astra Child 
Theme URL: http://localhost
Description: Astra Child 
Theme Author: Yan B
Author URL: https://motra.fr
Template: astra 
Version: 1.0.1 
Text Domain: astra-child 
*/

.menu-afea-network-menu-container {
  width: 100%;
  background-color: #105596;
  overflow: auto;
  line-height: 120%;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

.menu-afea-network-menu-container a{ 
  float: left;
  color: white;
  font-size: 17px;
  padding: 10px;
  width: 16%; /* equal-width links. If you have two links, use 50%, and 33.33% for three links, etc.. */
  text-align: center;
  }

.menu-afea-network-menu-container a:hover{ 
  color: red;
  background-color: white;
  }

#menu-afea-network-menu li {
  list-style-type: none;
  display: inline;
  }

/* specific theme changes for small screens */

@media screen and (max-width: 600px) {
  .menu-afea-network-menu-container a {
   float: none;
   display: block;
   width: 80%;
   text-align: left; 
   color: white;
   margin: 0;
   padding: 7px 2px;
   font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.menu-afea-network-menu-container a:hover{
  color: red;
}
}

/* specific site branding */
.site-header {
  margin-top: 1em;
}

/*
network-wide changes to standard Astra theme affecting sub-menus
*/

.sub-menu a {color: black !important}
.sub-menu a:hover {color: red !important}