* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body, header, main, footer {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  background-color: #0A0A0A;
  color: #ffffff;
}

a {
  font-weight: bold;
  color: #53D5FD;
  text-decoration: none;
}
a:hover {
  color: #ff6a00;
  text-decoration: none;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  backdrop-filter: blur(20px) !important;
  border-bottom: 10px solid #ff6a00;
  z-index: 11 !important;
}
header img {
  height: 60px;
  margin: 7.5px 20px;
}

header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
header .header-content .header-main-menu {
  flex: none;
  text-align: left;
}
header .header-content .header-logo {
  flex: 0 0 auto;
  text-align: center;
}
header .header-content .header-logo img {
  height: 60px;
}
header .header-content .header-socials {
  flex: 1;
  text-align: right;
}


input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}
.burger-menu+label {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1;
  border-radius: 9999px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.burger-menu+label span {
  background: #53D5FD;
  width: 24px;
  height: 3px;
  position: relative;
}
.burger-menu+label span::before,
.burger-menu+label span::after {
  box-sizing: border-box;
  position: absolute;
  background: #53D5FD;
  width: inherit;
  height: inherit;
  content: "";
}
.burger-menu+label span::before {
  top: -7px;
}
.burger-menu+label span::after {
  top: 7px;
}
.burger-menu:checked+label span {
  background: transparent;
}
.burger-menu:checked+label span::after,
.burger-menu:checked+label span::before {
  box-sizing: border-box;
  top: 0;
}
.burger-menu:checked+label span::before {
  transform: rotate(45deg);
}
.burger-menu:checked+label span::after {
  transform: rotate(-45deg);
}
.slider-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: min(50%,300px);
  background: rgba(0, 0, 0, 0.8);
  transform: translateX(-100%);
  will-change: transform;
}
@media screen and (max-width: 960px) {
  .slider-menu {
    width: min(70%,300px);
  }
}
.slider-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 6rem;
}
.slider-menu ul li {
  margin: 1rem;
}
.slider-menu a {
  font-family: "Jura", sans-serif;
  font-size: 1.5rem;
  opacity: 0;
  visibility: hidden;
}
.burger-menu:checked+label~ .slider-menu {
  transform: unset;
}
.burger-menu:checked+label~ .slider-menu a {
  font-weight: bold;
  font-style: normal;
  visibility: visible;
  opacity: 1;
  text-decoration: none;
}
.burger-menu:focus-visible~label,
.slider-menu a:focus-visible,
.slider-menu a:focus {
  outline: 2px solid #53D5FD;
  outline-offset: 4px;
}
.burger-menu:not(:focus-visible)~label,
.slider-menu a:not(:focus):focus-visible {
  outline: none;
}
.burger-menu:not(:focus-visible):focus~label {
	box-shadow: 0 0 0 4px #53D5FD;
}

@media (prefers-reduced-motion: no-preference) {
  .burger-menu+label span {
    transition: background 10ms 300ms;
  }
  .burger-menu+label span::before,
  .burger-menu+label span::after {
    transition: top 300ms 350ms, transform 300ms 50ms;
  }
  .burger-menu:checked+label span::after,
  .burger-menu:checked+label span::before {
    transition: top 300ms 50ms, transform 300ms 350ms;
  }
  .burger-menu:focus-visible~label,
  .slider-menu a:focus-visible,
  .slider-menu a:focus {
    transition: outline-offset .25s ease;
  }
  .slider-menu {
    transition: transform 0.5s;
  }
  .slider-menu a {
    transition: visibility 500ms,opacity 500ms 300ms;
  }
}



footer {
  padding-bottom: 124px;
  min-height: 124px;
  background-color: #0A0A0A;
}

footer .content-wrapper {
  text-align: center;
}

footer .content-wrapper .content-wrapper-left,
footer .content-wrapper .content-wrapper-right {
  display: inline-block;
  max-width: 50vw;
}

footer .content-wrapper .content-wrapper-left img,
footer .content-wrapper .content-wrapper-right img {
  max-width: 50%;
}

.block-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-content .hero-banner {
  background-image: url(../medias/photos/Hero_desktop.jpg);
  background-size: cover;
  background-position: top;
  width: 100%;
  max-height: 100%;
  height: 90vh;
}
.hero-banner-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-width: 720px;
}
@media screen and (max-width: 960px) {
  .block-content .hero-banner {
    background-image: url(../medias/photos/Hero_mobile.JPG);
    background-position: center;
  }
}
.block-content .content-wrapper {
  padding: 3rem;
  width: 100%;
  max-width: 100%;
}
.block-content .content-wrapper p {
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6;
}


h2, h3 {
  font-family: "Jura", sans-serif;
  font-optical-sizing: auto;
}
h2 {
  margin-bottom: 20px;
  font-size: 3rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
h3 {
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}

.hero-banner-bottom,
.hero-banner-bottom .desktop,
.hero-banner-bottom .mobile {
  width: 100%;
}
.hero-banner-bottom .desktop {
  display: block;
}
.hero-banner-bottom .mobile {
  display: none;
}
@media screen and (max-width: 960px) {
  .hero-banner-bottom .desktop {
    display: none;
  }
  .hero-banner-bottom .mobile {
    display: block;
  }
}

.header-socials .social-network-links a,
.header-socials .social-network-links a:hover {
  text-decoration: none;
}
.header-socials .social-network-links a svg {
  margin: 2px;
  padding: 2px 3px;
  width: 24px;
  height: 24px;
  border-radius: 5px;
}
@media screen and (max-width: 960px) {
  .header-socials .social-network-links a svg {
    margin: 2px;
    padding: 2px 3px;
    width: 24px;
    height: 24px;
  }
}

.pb-3 {
  padding-bottom: 3rem;
}

/* Discography */
.albums-list {
  width: 100%;
  text-align: center;
}

.album-block {
  display: inline-block;
  margin: 2rem;
}
.album-release-date {
  font-size: 2rem;
  text-align: center;
}
.album-cover {
  width: 100%;
  height: auto;
  max-width: 345px;
  max-height: 318px;
  border: 5px solid #ff6a00;
  background-color: #000000;
  cursor: pointer;
}
.album-cover.coming-soon {
  cursor: default;
  opacity: 0.25;
}
.album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.album-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.album-label {
  font-size: 0.9rem;
  text-align: center;
}

.album-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
}
.album-overlay-content {
  padding-top: 5rem;
}

.album-overlay-close,
.press-pro-modal-close {
  position: absolute;
  right: 0.5rem;
  font-family: "Jura", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #53D5FD;
  cursor: pointer;
}
.album-overlay-close {
  top: 5rem;
}
.press-pro-modal-close {
  top: 0;
}
.album-overlay-close:hover,
.press-pro-modal-close:hover {
  color: #ff6a00;
}

.album-details-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  max-width: 1440px;
  margin: 0 auto;
}
.album-details-wrapper .album-details-block {
  width: 100%;
  padding: 0 1rem;
}
@media screen and (max-width: 960px) {
  .album-details-wrapper {
    gap: 0;
  }
  .album-overlay-content h3 {
    max-width: 80%;
    font-size: 1.75rem;
  }
  .album-overlay-close {
    right: 0;
    font-size: 2rem;
  }
  .album-details-wrapper {
    flex-direction: column;
  }
  .album-details-wrapper .album-details-block {
    padding: 1rem;
  }
}
.album-details-wrapper .album-details-block img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: unset;
}
.album-details-wrapper .album-details-block p span.album-details-labels {
  font-size: 1rem;
  color: #8C8C8C;
}
.album-details-wrapper .album-details-block p,
.album-details-wrapper .album-details-block ol,
.album-details-wrapper .album-details-block ol li {
  margin: 10px 0;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: left;
}
.album-details-wrapper .album-details-block ol.album-tracklist li {
  text-transform: uppercase;
  color: #ff6a00;
  list-style-position: inside;
}

.press-pro-modal {
  display: none;
  position: fixed;
  z-index: 13;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}
.press-pro-modal-wrapper {
  position: absolute;
  z-index: 13;
  margin: 0 auto;
  transform: translate(-50%, 50%);
  left: 50%;
  top: 0;
  width: 50vw;
  overflow: auto;
  border: 5px solid #ff6a00;
  background-color: rgba(0,0,0,0.8);
}

.press-pro-modal-wrapper h3 {
  padding-left: 1rem;
}

.press-pro-modal .press-pro-modal-wrapper .part {
  display: flex;
  justify-content: center;
  margin: 1.25rem 0;
}
.press-pro-modal .press-pro-modal-wrapper .part .pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.press-pro-modal .press-pro-modal-wrapper .part .text-link {
  padding: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .press-pro-modal-wrapper {
    width: 90%;
    height: auto;
  }
  .press-pro-modal .press-pro-modal-wrapper h3 {
    font-size: 1.75rem;
  }
  .press-pro-modal .press-pro-modal-wrapper .part {
    margin: 2rem 0;
  }
  .press-pro-modal .press-pro-modal-wrapper .part .text-link {
    padding: 1rem;
  }
}

footer .block-content .content-wrapper .label-content-left img,
footer .block-content .content-wrapper .label-content-right img {
  margin-bottom: 0.25rem;
}
footer .block-content .content-wrapper .label-content-left p,
footer .block-content .content-wrapper .label-content-right p {
  margin: 0;
  font-size: 0.7rem;
  line-height: 1.8;
}
footer .block-content .content-wrapper .label-content-left {
  text-align: left;
}
footer .block-content .content-wrapper .label-content-right {
  text-align: right;
}
@media screen and (max-width: 960px) {
  footer .block-content .content-wrapper .label-content-left,
  footer .block-content .content-wrapper .label-content-right {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  footer .block-content .content-wrapper .label-content-left {
    margin-bottom: 1.75rem;
  }
}
