/**
 * Fix For IOS on click menu
 */

 .html_av-overlay-side .av-burger-overlay-bg {
   opacity: 0;
   background-color: #fff;
}
html {
   -webkit-tap-highlight-color: transparent;
}

#menu-horaires {
   background-color: #75b612;
   padding-right: 0px !important;
}

.menu-horaire-close {
   background-color: #f27f26 !important;
}

.menu-horaire-center {
   display: flex;
   justify-content: center;
   align-items: center;
   color:#fff;
}

.menu-horaire-center .menu-horaire-center-titre {
   font-size: 1.5em;
   padding: 0 25px;
}

.menu-horaire-center .menu-horaire-center-svg {
   top: 13px;
   position: relative;
}

#top #header .av-main-nav > li > a .menu-horaire-center-titre {
   text-transform: unset !important;
}

#menu-horaire svg {
   width: 40px;
   display: inline-block;
   fill: #fff;
}

#menu-mobile-hour {
   display: none;
}

@media (max-width: 767px) {

   #menu-mobile-hour {
      display: block;
   }

   .menu-horaire-center {
      height: 60px;
      background-color: #263780;
      color:#ffffff;
   }

   .menu-horaire-center .menu-horaire-center-svg {
      top: unset;
      position: unset;
    }

   #menu-mobile-hour svg {
      width: 30px;
      display: inline-block;
      fill: #ffffff;
      margin-right: 10px;
   }

   .menu-horaire-center {
      font-size: 1.3em;
   }
}