/* 13.81 — comportement strictement identique aux boutons de la page Musique. */
body.home a.djamalb-listen-button,
body.home a.djamalb-listen-button:visited,
body.home a.djamalb-home-album__listen,
body.home a.djamalb-home-album__listen:visited,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:visited,
main.djamalb-template-pro .djamalb-pro-contact > a,
main.djamalb-template-pro .djamalb-pro-contact > a:visited {
  box-sizing: border-box !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 178px !important;
  min-height: 56.8px !important;
  height: auto !important;
  padding: 0 29.6px !important;
  border: 1px solid #fff !important;
  border-radius: 0 !important;
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #090b0e !important;
  -webkit-text-fill-color: #090b0e !important;
  font-family: "Times New Roman", Times, serif !important;
  font-size: 14.4px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 1.44px !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  text-shadow: none !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  transition: background-color .2s ease, color .2s ease, -webkit-text-fill-color .2s ease !important;
}

body.home a.djamalb-listen-button:hover,
body.home a.djamalb-listen-button:focus-visible,
body.home a.djamalb-home-album__listen:hover,
body.home a.djamalb-home-album__listen:focus-visible,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:hover,
main.djamalb-template-pro .djamalb-pro-press-radio__links > a:focus-visible,
main.djamalb-template-pro .djamalb-pro-contact > a:hover,
main.djamalb-template-pro .djamalb-pro-contact > a:focus-visible {
  border: 1px solid #fff !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .45) !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
}

main.djamalb-template-pro .djamalb-pro-press-radio__links > a {
  justify-content: space-between !important;
  gap: 2.5rem !important;
}

@media (max-width: 700px) {
  main.djamalb-template-pro .djamalb-pro-press-radio__links > a,
  main.djamalb-template-pro .djamalb-pro-press-radio__links > a:visited {
    min-width: 0 !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    font-size: 12px !important;
    letter-spacing: 1.2px !important;
    gap: .75rem !important;
  }
}
