html{
    scroll-behavior: smooth;
}
body{
    padding: 0;
    margin: 0;
    z-index: 999;
}
a{
    text-decoration: none;
    color: black;
}

li{
    list-style: none;
}

/* Main banner */

.Bmenu{
    background-color: #fff;
    font-size: 1.2rem;
    border-radius: 20%;
}
.logo{
    font-size: 2rem;
}

.nav-item {
    margin: 0 10px;
}
.banner{
    background: linear-gradient(rgba(1, 2, 36, 0.782), rgba(1, 2, 15, 0.782)), url('image/im5.jpg') no-repeat;
    background-position: center;
    background-size: cover;
    height: 930px;
}
.banner a{
    color: #fff;
}
.navbar .nav-link.active{
    border-bottom: 2px solid rgb(6, 245, 165);
    color: #fff;
    font-weight: bold;
    margin: auto;
}
@media (max-width:884px) {
    .navbar .nav-link.active{
        width: 20%;
    }
    .banner{
        height: 600px;
    }
}
.navbar .nav-link:hover{
    color: rgb(6, 245, 165);
}

/* .select{
    border-radius: 50%;
    height: 35px;
    width: 35px;
    padding-left: 10px;
    background-color: #fff;
    border: none;
} */
/* select{
    
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: none;
    cursor: pointer;
} */

/* Style pour le deuxième header fixé */
.fixed {
    position: fixed;
    background-color: rgb(3, 3, 43);
    border-bottom: 1px solid #fff;
    top: 0;
    left: 0;
    width: 100%; /* Assurez-vous que la barre de navigation occupe toute la largeur */
    z-index: 1000; /* Si nécessaire, pour que la barre de navigation apparaisse au-dessus des autres éléments */
    /* Autres styles CSS pour le header fixé */
}
@media (max-width:884px) {
    .fixed{
        position: relative;
        
    }
}
.notif{
    color: #fff;
    background-color: rgb(6, 245, 165);
}
.available{
    margin-top: 190px;
}
.basixx{
    font-size: 7rem;
}
@media (max-width:884px) {
    .available{
        margin-top: 10px;
        border-top: 3px solid #fff;
        padding-top: 170px;
    }
    .basixx{
        font-size: 4rem;
    }
}


.follow i{
    color: #fff;
}
.follow i:hover{
    color: rgb(6, 245, 165);
    height: 10px;
    width: 12px;
    border-radius: 50%;
}
.buy{
    border-bottom: 2px solid #fff;
}


/* About */
.about{
    background:linear-gradient(rgba(0, 0, 0, 0.791), rgba(0, 0, 0, 0.757)), url('image/im7.jpg'), no-repeat;
    background-size: cover;
    background-position: center;
    height: 740px;
}

.word{
    font-size: 3rem;
}
@media (max-width:884px) {    
    .word{
        font-size: 2.3rem;
    }
    .about{
        height: 400px;
    }
}
.album .card{
    border-top: 10px solid rgb(40, 44, 118);
    border-bottom: 10px solid rgb(40, 44, 118);
    border-radius: 10px;
}
/* Style pour personnaliser les contrôles audio */
audio {
    width: 100%;
}
  
audio::-webkit-media-controls-volume-slider {
    display: none;
  }
  
  /* Masquer le bouton "plus" */
  audio::-webkit-media-controls-mute-button {
    display: none;
  }
audio{
    background-color: #fff;
}
/* Masquer la barre de progression */
audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button {
  display: none;
}
.but{
    background-color: rgb(40, 44, 118);
    padding: 10px 30px;
    
    border-radius: 5px;
    font-size: 1.1rem;
    border: none;
    margin-right: 20px;
}
.but a{
    color: #fff;
    font-weight: 500;
}
.buts{
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 1.1rem;
    border: 1px solid rgb(40, 44, 118);
    
    background-color: #fff;
}
.buts a{
    color: rgb(40, 44, 118);
    font-weight: 500;
}
.but a:hover, .buts a:hover{
    background-color: rgb(6, 245, 165);
    color: #fff;
}
.but:hover, .buts:hover{
    background-color: rgb(6, 245, 165);
    transition: 0.3s;
    transform: background eas-in;
}
.buts:hover{
    border: 1px solid rgb(6, 245, 165);
}
.About{
    color: rgb(6, 245, 165);
}


/* discography */
.discography .card{
    border: none;
}
#card1{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im1.jpg');
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}
#card2{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im2.jpg');
    background-position:none;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}
#card3{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im4.jpg');
    background-position:none;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}
#card4{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im5.jpg');
    background-position:none;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}
#card5{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im6.jpg');
    background-position:none;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}
#card6{
    background:linear-gradient(rgba(0, 0, 0, 0.257), rgba(0, 0, 0, 0.257)), url('image/im7.jpg');
    background-position:none;
    background-size: cover;
    background-position: center;
    width: 350px;
    height: 310px;
    transition: background-color 0.3s ease-in-out; /* Ajoute une transition à la couleur de fond */
    position: relative;
}

.playSto i, .apple i{
    background-color: #fff;
    color: black;
    padding: 11px 14px;
    border-radius: 50%;
}
.playSto i:hover, .apple i:hover{
    background-color: rgb(6, 245, 165);
    transition: 0.4s;
    transform: background eas-in;
    color: #fff;
}
.playSto i{
    margin-right: 15px;
}
#center{
    margin-top: 100px;
}
.none{
    opacity: 0; /* Masque le contenu par défaut */
    transform: translateY(-100%); /* Translate vers le haut pour les textes */
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.none p{
    margin-left: 30px;
}
#card1:hover, #card2:hover, #card3:hover, #card4:hover, #card5:hover, #card6:hover{
    cursor: pointer;
    background-size: cover;
    background-position: center;
    transition: 1.2s;
    transform: background eas-in;
}

#card1:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.096)), url('image/im1.jpg'), no-repeat;
    background-size: cover;
}
#card2:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.096)), url('image/im2.jpg'), no-repeat;
    background-size: cover;
}
#card3:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.419)), url('image/im4.jpg'), no-repeat;
    background-size: cover;
}
#card4:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.096)), url('image/im5.jpg'), no-repeat;
    background-size: cover;
}
#card5:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.096)), url('image/im6.jpg'), no-repeat;
    background-size: cover;
}
#card6:hover{
    background: linear-gradient(rgba(6, 4, 4, 0.594), rgba(0, 0, 0, 0.096)), url('image/im7.jpg') no-repeat;
    background-size: cover;
}
#card1:hover .none, #card2:hover .none, #card3:hover .none, #card4:hover .none, #card5:hover .none, #card6:hover .none{
    opacity: 1;
    transform: translateY(0);
}
.playSto,
.apple {
  opacity: 0; /* Masque les icônes par défaut */
  transform: translateX(100%); /* Translate vers la droite pour les icônes */
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Ajoute des transitions à l'opacité et à la transformation */
}

#card1:hover .playSto,
#card1:hover .apple, #card2:hover .playSto,
#card2:hover .apple, #card3:hover .playSto,
#card3:hover .apple, #card4:hover .playSto,
#card4:hover .apple, #card5:hover .playSto,
#card5:hover .apple, #card6:hover .playSto,
#card6:hover .apple {
  opacity: 1; /* Affiche les icônes au survol */
  transform: translateX(0); /* Rétablit la position d'origine pour les icônes */
}

@media (max-width:884px) {
    #LGdiscography{
        display: none;
    }
}

.icone{
    background-color: rgb(247, 250, 251);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 1.2rem;
    padding: 20px;
}
.icone:hover{
    background-color: rgb(6, 245, 165);
    transition: background 0.5s ease-in-out;
    transform: translateY(100%);
    color: #fff;
}
#SMdiscography p{
    color: rgb(6, 245, 165);
    font-weight: bolder;
}
#SMdiscography .card{
    border: none;
}
#SMdiscography img{
    border: none;
}
@media (min-width:885px) {
    #SMdiscography{
        display: none;
    }
}

/* Envents */
.event{
    background: url('images/bg1.jpg'), no-repeat;
    background-position:none;
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    color: #fff;
}
.ticket{
    background-color: rgb(6, 245, 165);
    position: relative;
    top: -20px;
    padding: 16px 50px;
    font-weight: 700;
    color: #fff;
}
.ticket:hover{
    background-color: #fff;
    color: rgb(6, 245, 165);
    transition: background 0.5s ease-in-out;
    transform: translateY(100%);
}
.trid{
    color: rgb(183, 177, 177);
    opacity: 0.4;
}
.image-container {
    display: flex;
    margin: auto;
}


/* Galery */
.galery{
    background-color: #03264ede;
}

.thumbnail {
    width: 290px;
    height: 280px;
    margin: 5px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
}

.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 9, 10, 0.756);
    text-align: center;
    z-index: 1;
}

#modal-image {
    width: 650px;
    height: 550px;
    margin: auto;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}


@media (max-width:884px) {
    #modal-image {
        width: 750px;
        height: 450px;
    }
    .thumbnail {
        width: 100%;
        height: 100%;
        cursor: pointer;
        border-radius: 0;
        border: none;
    }
    .prev-button {
       right: 830px;
    }
}

.prev-button {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

.next-button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}


.thumbnail:hover{
    opacity: 0.6;
    transform: scale(1.02);
    transition: 0.3s ease-out;
}

/* News */
.news{
    background-color: rgb(4, 21, 75);
}
.card0{
    width: 22rem;
    border: none;
    margin-bottom: 10px;
}
@media (max-width:884px) {
    #Card00{
        margin: auto;
    }
}
.date{
    margin: auto;
    position: relative;
    top: -30px;
    background-color: rgb(6, 245, 165);
    color: #fff;
}
.text{
    margin-top: -26px;
}
.borders{
    border-bottom: 1px solid black;
}
.borders:hover{
    border-bottom: 1px solid rgb(6, 245, 165);
}
.borders:hover, .borderss:hover{
    color: rgb(6, 245, 165);
}
.news .card img:hover{
    opacity: 0.9;
    transform: scale(1.01);
    transition: 0.3s ease-out;
}
.footer{
    background-color: #03264ede;
    color: #fff;
}

.View1{
    background-color: #000;
}
.View2{
    background-color: #fff;
}
.View1:hover, .View2:hover{
    background-color: rgb(6, 245, 165);
    color: #fff;
    transform: scale(0.9);
    transition: 0.4s steps(9);
}
.liensU li{
    margin-left: -31px;
    margin-bottom: 10px;
}
.liensU li a{
    color: #fff;
}
.liensU li a:hover{
    color: rgb(6, 245, 165);
    font-weight: 500;
}
.foot2{
    width: 55%;
}
@media (max-width:768px) {
    .foot2{
        width: 100%;
        padding-top: 10px;
    }
}
.entre{
    color: rgb(6, 245, 165);
    font-weight: 700;
}


/* bouton de défilement  */
.scroll-top-button {
    position: fixed;
    bottom: 20px;
    right: -50px;
    width: 40px;
    height: 40px;
    background: rgb(6, 245, 165);
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s, right 0.3s;
    border-radius: 50%;
    font-weight: bolder;
    z-index: 1;
  }
  
  .scroll-top-button:hover {
    background-color: rgb(4, 170, 115);
    transition: background-color 0.3s;
  }
  
  .scroll-top-button.show {
    right: 20px;
    opacity: 1;
  }