/* Vinstage Music - V2 visual patch
   Version très légère, sans toucher au fond sombre central */

header, #header, .header {
  box-shadow: 0 8px 24px rgba(0,0,0,.18) !important;
}

#logo img, .logo img {
  max-height: 72px !important;
}

#client, .header-client {
  background: rgba(255,255,255,.06) !important;
  border-radius: 10px !important;
  padding: 10px 14px !important;
}

nav, #menu, #menu_principal, .menu-principal {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  border-bottom: 1px solid rgba(255,255,255,.08) !important;
}

#menu a, #menu_principal a, .menu-principal a {
  text-shadow: none !important;
  transition: color .2s ease, background .2s ease !important;
}

#menu a:hover, #menu_principal a:hover, .menu-principal a:hover,
#menu .actif, #menu_principal .actif, .menu-principal .actif {
  color: #ffd08a !important;
}

.btn, button, input[type="submit"], input[type="button"] {
  border-radius: 10px !important;
  box-shadow: none !important;
}

#decouverte, .bloc, .produit, .article, .box, .encart {
  border-radius: 14px !important;
  overflow: hidden !important;
}

footer a, #footer a {
  color: #ffb45c !important;
}

input, select, textarea {
  border-radius: 10px !important;
  box-shadow: none !important;
}

@media (max-width: 900px) {
  #client, .header-client {
    float: none !important;
    width: auto !important;
    margin: 10px 0 0 0 !important;
  }

  #logo, .logo {
    width: auto !important;
    text-align: center !important;
  }
}