/* 
 Theme Name:     HERMITS for Divi
 Author:         HERMITS
 Author URI:     http://www.hermits.fr
 Template:       Divi
 Version:        1.0 
*/




/* Facultatif : texte en couleur aussi sur la page active */
.et_mobile_menu .current-menu-item > a,
.et_mobile_menu .current_page_item > a {
  color: #a8774d;
}

/* Menu burger plus tôt */
@media only screen and (max-width: 1110px) {
  /* Cache le menu desktop */
  #top-menu, 
  #top-menu-nav, 
  .et_pb_menu .et_pb_menu__menu {
    display: none !important;
  }
  /* Affiche le menu mobile */
  #et_mobile_nav_menu,
  .et_mobile_nav_menu {
    display: block !important;
  }
}

div#page-container {
    padding-top: 54px!important;
}

.et_pb_svg_logo #logo {
    height: 40%!important;
}

@media only screen and (min-width: 981px) {
    .et_pb_svg_logo #logo {
        height: 40%!important;
    }
}

