/* 13.80 — cohérence des boutons et section Presse / radio de la page Pro */
body.home .djamalb-listen-button,
body.home .djamalb-listen-button:visited,
body.home .djamalb-home-album__listen,
body.home .djamalb-home-album__listen: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;
  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;
  box-shadow: none !important;
  opacity: 1 !important;
  transition: background-color .2s ease, color .2s ease, -webkit-text-fill-color .2s ease !important;
}

body.home .djamalb-listen-button:hover,
body.home .djamalb-listen-button:focus-visible,
body.home .djamalb-home-album__listen:hover,
body.home .djamalb-home-album__listen:focus-visible {
  border-color: #fff !important;
  background: transparent !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: none !important;
  transform: none !important;
}

.djamalb-pro-press-radio {
  position: relative;
  width: 100%;
  margin: 0 0 clamp(2rem, 4vw, 4rem);
  padding: clamp(1.35rem, 2.5vw, 2.25rem) 0 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.djamalb-pro-press-radio > h2 {
  margin: 0 0 1.4rem !important;
  color: #fff !important;
  font-family: var(--djamalb-display, "Nicolas Cochin", Georgia, serif) !important;
  font-size: clamp(.84rem, .95vw, 1rem) !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

.djamalb-pro-press-radio__links {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  margin: 0 0 clamp(1.5rem, 2.5vw, 2.4rem);
}

.djamalb-pro-press-radio__links a,
.djamalb-pro-press-radio__links a:visited {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.5rem;
  min-width: 190px;
  min-height: 48px;
  padding: .75rem 1rem;
  border: 1px solid rgba(255, 255, 255, .78);
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  background: transparent;
  font-family: var(--djamalb-display, "Nicolas Cochin", Georgia, serif) !important;
  font-size: .78rem !important;
  line-height: 1 !important;
  letter-spacing: .075em;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.djamalb-pro-press-radio__links a:hover,
.djamalb-pro-press-radio__links a:focus-visible {
  background: #fff;
  color: #090b0e !important;
  -webkit-text-fill-color: #090b0e !important;
}

.djamalb-pro-press-radio__quotes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 4vw, 4rem);
  max-width: 1180px;
}

.djamalb-pro-press-radio__quotes blockquote {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.djamalb-pro-press-radio__quotes blockquote p {
  margin: 0 0 .8rem !important;
  color: #fff !important;
  font-family: var(--djamalb-text, "Goudy Old Style", Garamond, serif) !important;
  font-size: clamp(1rem, 1.18vw, 1.18rem) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.48 !important;
}

.djamalb-pro-press-radio__quotes cite,
.djamalb-pro-press-radio__quotes cite a {
  color: rgba(255, 255, 255, .82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, .82) !important;
  font-family: var(--djamalb-display, "Nicolas Cochin", Georgia, serif) !important;
  font-size: .72rem !important;
  font-style: normal !important;
  letter-spacing: .075em;
  text-decoration: none !important;
  text-transform: uppercase;
}

.djamalb-pro-press-radio__quotes cite a:hover,
.djamalb-pro-press-radio__quotes cite a:focus-visible {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  text-decoration: underline !important;
  text-underline-offset: .2em;
}

@media (max-width: 700px) {
  .djamalb-pro-press-radio {
    margin-bottom: 2rem;
    padding-top: 1.25rem;
  }

  .djamalb-pro-press-radio__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .65rem;
  }

  .djamalb-pro-press-radio__links a,
  .djamalb-pro-press-radio__links a:visited {
    min-width: 0;
    min-height: 44px;
    gap: .75rem;
    padding: .65rem .8rem;
    font-size: .7rem !important;
  }

  .djamalb-pro-press-radio__quotes {
    grid-template-columns: 1fr;
    gap: 1.65rem;
  }

  .djamalb-pro-press-radio__quotes blockquote p {
    font-size: 1rem !important;
    line-height: 1.48 !important;
  }
}
