@font-face {
  font-family: "avegra-demo";
  src: url(../fonts/avegra-demo.otf);
}
@font-face {
  font-family: "oxygen-regular";
  src: url(../fonts/oxygen-regular.ttf);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "oxygen-regular", sans-serif;
  text-decoration: none;
  list-style: none;
}

body {
  min-height: 100vh;
  background: url(../img/fond_1.webp) center/cover fixed;
}
@media screen and (min-width: 1440px) {
  body {
    width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  body {
    background: url(../img/fond_2.webp) top;
  }
}

body,
a {
  color: rgb(255, 255, 255);
  font-size: 1.5rem;
}

body h3 {
  font-family: "avegra-demo";
}

::-moz-selection {
  background-color: rgb(8, 29, 46);
}

::selection {
  background-color: rgb(8, 29, 46);
}

/* HEADER */
header {
  width: 100%;
  height: 55px;
  padding: 0 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.021);
  position: fixed;
  top: 0;
  z-index: 1;
  -webkit-transition: 0.9s ease-in-out;
  transition: 0.9s ease-in-out;
}
@media screen and (min-width: 1440px) {
  header {
    width: 1440px;
    margin: 0 auto;
  }
}

/* NAV */
#logo {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#logo img {
  width: 25px;
  height: 35px;
  cursor: pointer;
}

nav {
  width: 80%;
}

#menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#menu li {
  margin-left: 16px;
}

#menu a {
  font-size: 1.5rem;
  font-family: "avegra-demo";
}

.menu-item.active {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
}

/* MEDIA QUERIES */
@media screen and (max-width: 500px) {
  #menu a {
    font-size: 1.2rem;
  }
}
/* LEFT */
#cover {
  width: 100%;
  height: auto;
  border-radius: 20px;
  opacity: 90%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-content {
  width: 280px;
  height: 280px;
}

.text {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 30px;
}

.single-name {
  width: 100%;
}

.left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.text h1 {
  font-size: 2.9rem;
  letter-spacing: 4px;
  margin-bottom: 10px;
}

.text h3 {
  font-size: 1.8rem;
  letter-spacing: 4px;
}

.button-content {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%;
  margin-top: 40px;
}

.button-content a {
  border: 1px solid rgb(255, 255, 255);
  color: white;
  font-size: 1.4rem;
  padding: 10px;
  padding-top: 13px;
}
.button-content a .fa-solid {
  font-size: 1.2rem;
  margin-right: 4px;
}

.button-content a:hover {
  cursor: pointer;
}

#listen {
  margin-right: 5px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1254px) {
  .text h1 {
    font-size: 2.7rem;
  }
  .button-content a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1200px) {
  .text h1 {
    font-size: 2.5rem;
  }
  .button-content a {
    font-size: 1.2rem;
    padding-bottom: 11px;
  }
  .button-content .fa-solid {
    font-size: 1rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1176px) {
  .button-content a {
    font-size: 1.1rem;
    padding-bottom: 11px;
  }
  .button-content .fa-solid {
    font-size: 1rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1153px) {
  .text h1 {
    font-size: 2.2rem;
  }
  .button-content a {
    font-size: 1rem;
  }
  .button-content .fa-solid {
    font-size: 1.2rem;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1095px) {
  .text h1 {
    font-size: 1.8rem;
  }
  .button-content a {
    font-size: 0.9rem;
  }
  .button-content .fa-solid {
    font-size: 0.8rem;
    vertical-align: middle;
  }
  .text h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1058px) {
  #share,
  #listen {
    text-align: center;
  }
  .button-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 34px;
  }
  .button-content .fa-solid {
    font-size: 1.4rem;
  }
  .button-content a {
    width: 100%;
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .text h1 {
    font-size: 2rem;
    text-align: center;
  }
  .text h3 {
    font-size: 1.6rem;
    text-align: center;
  }
  .text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 1016px) {
  .button-content .fa-solid {
    font-size: 1.2rem;
  }
  .button-content a {
    font-size: 1.6rem;
  }
  .text h1 {
    font-size: 1.8rem;
  }
  .text h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 964px) {
  .text h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 934px) {
  .button-content a {
    font-size: 1.4rem;
  }
  .button-content .fa-solid {
    font-size: 1rem;
  }
  .text h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 914px) {
  .text h1 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 878px) {
  .button-content a {
    font-size: 1.2rem;
  }
  .button-content i::before {
    font-size: 1rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 862px) {
  .text h1 {
    font-size: 1.2rem;
  }
  .text h3 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 815px) {
  .button-content a {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 808px) {
  .text h1 {
    font-size: 1rem;
    margin: 14px 0 2px;
  }
  .text h3 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 786px) {
  .button-content a {
    font-size: 1rem;
  }
  .button-content i::before {
    font-size: 1rem;
    vertical-align: top;
  }
}
@media screen and (max-width: 756px) {
  .text h1 {
    font-size: 0.8rem;
  }
  .text h3 {
    font-size: 0.6rem;
  }
  .button-content a {
    font-size: 0.9rem;
    padding: 6px;
    padding-bottom: 3px;
  }
  .button-content i::before {
    font-size: 0.8rem;
    vertical-align: middle;
  }
  .button-content i {
    margin-bottom: 3px;
  }
  .button-content {
    margin-top: 2px;
  }
  .text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .img-content {
    padding: 12% 0;
  }
}
@media screen and (max-width: 694px) {
  .text {
    width: 50%;
    margin: 0;
    margin-bottom: 18px;
  }
  .text h1 {
    font-size: 1.1rem;
  }
  .text h3 {
    font-size: 0.9rem;
  }
  .button-content {
    margin-top: 3px;
  }
  .img-content {
    width: 180px;
    height: 180px;
    padding: 0;
  }
  .left {
    width: 52%;
    height: 380px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 520px) {
  .text {
    width: 70%;
  }
}
@media screen and (max-width: 320px) {
  .left {
    width: 54%;
  }
}
.hero {
  width: 95%;
  min-height: 400px;
  margin: 70px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: none;
  -webkit-animation: moving 0.5s ease;
          animation: moving 0.5s ease;
}

.hero h1,
.hero h3,
.hero a {
  font-family: "avegra-demo";
}

.hero.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@-webkit-keyframes moving {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes moving {
  from {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}
/* RIGHT */
.right {
  width: 50px;
  height: 85%;
  position: absolute;
  right: 0;
  top: 70px;
}

.social-media {
  height: 60%;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 8px;
  -webkit-animation-name: hide;
          animation-name: hide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.social-media img {
  width: 28px;
  height: 28px;
}

.social-media img:hover {
  -webkit-animation-name: floating;
          animation-name: floating;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
/* MEDIA QUERIES */
@media screen and (max-width: 1024px) {
  .hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-bio h1 {
  font-family: "avegra-demo";
}

.hero-bio {
  width: 95%;
  min-height: 400px;
  margin: 70px auto 30px;
  display: none;
  -webkit-animation: moving 0.5s ease;
          animation: moving 0.5s ease;
}

.hero-bio.active {
  display: block;
}

.text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-content h1 {
  font-size: 7rem;
  letter-spacing: 58px;
  padding-left: 55px;
  padding-top: 20px;
}

.text-content P {
  width: 94%;
  text-align: justify;
  padding: 2%;
  font-size: 1.3rem;
  letter-spacing: 2px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 878px) {
  .hero-bio h1 {
    font-size: 5rem;
    letter-spacing: 30px;
    padding-left: 25px;
  }
  .hero-bio .text-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .hero-bio h1 {
    font-size: 2.5rem;
    letter-spacing: 5px;
    padding: 0;
    padding-top: 20px;
  }
  .hero-bio .text-content p {
    font-size: 1rem;
    word-spacing: -2px;
  }
}
.hero-news h1 {
  font-family: "avegra-demo";
}

.hero-news {
  width: 95%;
  min-height: 400px;
  margin: 70px auto 30px;
  display: none;
  -webkit-animation: moving 0.5s ease;
          animation: moving 0.5s ease;
}

.hero-news.active {
  display: block;
}

.hero-news .text-content p {
  width: 40%;
}

/* MEDIA QUERIES */
@media screen and (max-width: 878px) {
  .hero-news h1 {
    font-size: 5rem;
    letter-spacing: 30px;
    padding-left: 25px;
  }
  .hero-news .text-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .hero-news h1 {
    font-size: 2.5rem;
    letter-spacing: 5px;
    padding: 0;
    padding-top: 20px;
  }
  .hero-news .text-content p {
    width: 80%;
    font-size: 1rem;
    word-spacing: -2px;
  }
}
.hero-booking h1 {
  font-family: "avegra-demo";
}

.hero-booking {
  width: 95%;
  min-height: 400px;
  margin: 70px auto 30px;
  display: none;
  -webkit-animation: moving 0.5s ease;
          animation: moving 0.5s ease;
}

.hero-booking.active {
  display: block;
}

.hero-booking .text-content p {
  background-color: rgba(255, 255, 255, 0.032);
  width: 64%;
  font-size: 2.5rem;
  text-align: center;
  letter-spacing: 4px;
}

.download_content {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin: 0 auto;
  font-size: 1.1rem;
  text-align: center;
}

#download_btn {
  width: 20%;
  background-color: transparent;
  border: 1px rgb(255, 255, 255) solid;
  padding: 4px;
  padding-top: 7px;
  margin-top: 10px;
}
#download_btn a {
  font-size: 1rem;
}

#download_btn:hover {
  cursor: pointer;
}

/* MEDIA QUERIES */
@media screen and (max-width: 878px) {
  .hero-booking h1 {
    font-size: 5rem;
    letter-spacing: 30px;
    padding-left: 25px;
  }
  .hero-booking .text-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 520px) {
  .hero-booking h1 {
    font-size: 2.5rem;
    letter-spacing: 5px;
    padding: 0;
    padding-top: 20px;
  }
  .hero-booking .text-content p {
    width: 100%;
    font-size: 1.2rem;
  }
  #download_btn {
    width: 50%;
  }
}
.track-liste {
  background-color: rgba(255, 255, 255, 0.032);
  width: 45%;
  min-height: 60px;
  margin-top: 10px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p i {
  font-size: 1rem;
  vertical-align: middle;
}

#lecteur {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#titre {
  width: 30%;
  font-family: "avegra-demo";
  letter-spacing: 2px;
}

#temps,
#lecteur,
#titre {
  font-size: 1rem;
}

/* MEDIA QUERIES */
@media screen and (max-width: 520px) {
  .track-liste {
    width: 100%;
  }
}
.hero-bottom {
  width: 95%;
  margin: 0 auto;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#spotify {
  margin-top: 15px;
  width: 340px;
  height: 80px;
}

#apple_music {
  margin-top: 20px;
  width: 330px;
  height: 60px;
}

#audiomack {
  margin-top: 20px;
  width: 360px;
  height: 60px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 520px) {
  .hero-bottom {
    min-height: 250px;
  }
  #spotify {
    margin-top: 15px;
    width: 220px;
    height: 60px;
  }
  #apple_music {
    margin-top: 20px;
    width: 220px;
    height: 40px;
  }
  #audiomack {
    margin-top: 20px;
    width: 220px;
    height: 40px;
  }
}
#micmouse {
  width: 30px;
  height: 30px;
  position: absolute;
  -webkit-transform: translate(-70%, -20%);
          transform: translate(-70%, -20%);
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: -1;
}

.video {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video h3 {
  margin-top: 10px;
}

iframe {
  width: 60%;
  height: 380px;
  margin: 10px 0 50px;
  border-radius: 2%;
}

/* MEDIA QUERIES */
@media screen and (max-width: 520px) {
  iframe {
    width: 90%;
    height: 190px;
    margin: 10px 0 20px;
    padding: 10px;
    border-radius: 20px;
  }
}
.btn-lecteur {
  color: rgb(255, 255, 255);
}

.btn-lecteur.active {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
}

.btn-lecteur-2 {
  color: rgb(255, 255, 255);
}

.btn-lecteur-2.active {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
}

.btn-lecteur-3 {
  color: rgb(255, 255, 255);
}

.btn-lecteur-3.active {
  -webkit-filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
          filter: brightness(0) saturate(100%) invert(57%) sepia(8%) saturate(1851%) hue-rotate(169deg) brightness(89%) contrast(87%);
}

.btn-lecteur,
.btn-lecteur-2,
.btn-lecteur-3:hover {
  cursor: pointer;
}

#temps i:hover {
  cursor: pointer;
}

footer {
  height: 100%;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .content {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 0;
}
footer .content a {
  font-size: 1.1rem;
}

/* MEDIA QUERIES */
@media screen and (max-width: 520px) {
  footer .content {
    width: 60%;
  }
  footer .content a {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=style.css.map */