:root {
    --fond: #292F3A;
    --rouge: #AE2012;
    --bor: #4D4D4D;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    overflow-y: scroll;
    /* overflow: hidden; */

}
body {
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    background:  no-repeat linear-gradient(-106deg, #0b1423, #030810, #0d182b, #030810);
    color: #fff;
    transition: all 1s;
    height: 100vh;
}
::-webkit-scrollbar {
    display: none;
}

/************* header **********/
.bande-header {
    width: 100%;
    height: 94px;
    border-bottom: solid 2px var(--bor);
    display: flex;
    align-items: center;
}
.bande-header .logo-Massama-Média {
    position: relative;
    width: 261px;
    height: 64px;
    margin-left: 82px;
    margin-right: 627px;
    margin-top: 10px;
}
.btn-service1 {
    width: 206px;
    height: 75px;
    border-radius: 73px;
    padding: 1px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 91px;
    cursor: pointer;
    background-color: revert;
    border: solid 3px var(--bor);
}
.btn-service1:hover {
    background-color: var(--rouge);
}
/* lettre en blanc */
.btn-service1 a {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 800;
}
/*----------------- */
.btn-telechargement-hl {
    width: 84px;
    height: 78px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: revert;
    border: solid 3px var(--bor);
}
.btn-telechargement-hl img {
    width: 55%;

}
.btn-telechargement-hl a{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

}
.btn-telechargement-hl:hover {
    background-color: var(--rouge);

}
/* -------- FIN-----------------*/
/* *************** Carousel *****************/
.home-section {
    padding: 12px;
    overflow: hidden;
}
.carousel {
    width: 99.5%;
    height: 715px;
    overflow: hidden;
    border-radius: 50px;
    position: relative;
    padding: 10px;
}
.carousel-item {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 42px;
    border: solid 8px #ba2424;
}
.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    visibility: hidden;
}
.carousel-item.active {
    opacity: 1;
    visibility: visible;
}
.container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 68px;
    background-color: #20203c2e;
    height: 80vh;
    gap: 90px;
    overflow: hidden;
    pad: 10px;
}
.box {
    height: 98%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
    padding-top: 60px;
    opacity: 0;
    transition: opacity 1.5s ease;
}
.modal.show {
    display: block;
    opacity: 1;
}
.modal-content {
    background-color: #010610;
    margin: 1% auto;
    padding: 20px;
    border: 8px solid #ae2012cc;
    width: 125%;
    max-width: 84%;
    overflow: hidden;
    height: 96%;
    text-align: center;
    border-radius: 30px;
    transition: 1.5s cubic-bezier(0.31, 0.44, 0.34, 0.87);
}
.modal.show .modal-content {
    transform: translateY(0);
}
.close {
    color: var(--bor);
    float: right;
    font-size: 63px;
    font-weight: bold;
    margin-right: 25px;
    position: relative;
    top: -10px;
}
.titre-modal {
    font-size: 3rem;
    margin-top: 1%;
    margin-left: 86px;
    font-weight: 800;
    color: var(--rouge);
}
.close:hover,
.close:focus {
    color: var(--rouge);
    text-decoration: none;
    cursor: pointer;
}
.flex-titre {
    width: 100%;
    height: 92%;
    background-color: #26262652;
    position: relative;
    top: 2%;
    overflow: hidden;
    padding: 30px;
    border-radius: 18px;
}
.flex-infos {
    width: 100%;
    height: 56%;
    position: relative;
    background-color: #010408;
    top: 8%;
    border-radius: 30px;
    overflow: hidden;
}
.box-cover-titre {
    width: 28%;
    height: 80%;
    position: relative;
    left: 35px;
    top: 29px;
    border-radius: 20px;
}
.box-cover-titre img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titre-tsemaine {
    color: white;
    bottom: 53%;
    position: relative;
    font-size: 4rem;
    margin-left: 25%;
}
.titre-tsemaine2 {
    color: rgba(255, 255, 255, 0.892);
    bottom: 49%;
    position: relative;
    font-size: 4.4rem;
    margin-left: 25%;
}
.flex-touche {
    width: 100%;
    height: 35%;
    background-color: #010408;
    margin-top: 6%;
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
}
.flex-action-bnt{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top: -36px;
}
.flex-action-bnt p{
    font-size: 0.7rem;
    position: relative;
}
.flex-action-bnt :nth-child(1) {
    left: -5px;
}

.flex-action-bnt :nth-child(2) {
    left: -16px;
}
.flex-action-bnt :nth-child(3) {
    left: -9px;
}
.rond {
    background-color: var(--rouge);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rond i {
    font-size: 5rem;
}
.telecharge {
    width: 42%;
    height: 70%;
    border-radius: 75px;
    background-color: var(--rouge);
    margin-left: 35%;
    padding: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telecharge i {
    font-size: 2rem;
    font-weight: bolder;
}
.modal-publicité1,
.modal-publicité2 {
    width: 100%;
    height: 22%;
    display: flex;
    align-items: center;
    justify-self: center;
}
.modal-publicité1 script,
.modal-publicité2 script {
    width: 100%;
    height: 55%;
    display: flex;
    align-items: center;
    justify-self: center;
}
/* ********fin***************** */

.voir-tout {
    width: 100%;
    height: 228px;
    display: flex;
    align-items: center;
    gap: 30%;
    margin-bottom: 73px;
}
.playlist {
    color: white;
    font-size: 9rem;
    margin-left: 28px;
    text-align: center;
}
.voir-tout a {
    width: 467px;
    height: 180px;
    color: white;
    background-color: var(--rouge);
    border-radius: 100px;
    padding: 12px 25px;
    font-weight: 900;
    font-size: 4.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
/* *******************Fin*************** */
.slider-playlist {
    width: 100%;
    height: 525px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
    margin-bottom: 8px;
}
.card-containte {
    position: relative;
    min-width: 323px;
    height: 100%;
    margin-left: 17px;
    display: flex;
    justify-content: center;
}
.card {
    position: relative;
    display: inline-block;
    min-width: 319px;
    height: 448px;
    background-color: #071329;
    border-radius: 17px;
    border: solid 1px var(--bor);
}
.flexdu-card {
    width: 100%;
    height: 68%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 93%;
    height: 92%;
    position: relative;
    border-radius: 14px;
    background-color: #030d10;
}
.card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card h2 {
    font-size: 1.9rem;
    margin-left: 8%;
}
.card h3 {
    font-size: 2.3rem;
    margin-left: 8%;
    color: #b1b1b1;
}
.point {
    position: absolute;
    width: 116px;
    height: 112px;
    border-radius: 50%;
    background-color: var(--rouge);
    left: 50%;
    bottom: 20px;
    overflow: hidden;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.point i {
    font-size: 4rem;
}
.box-PUB1 {
    width: 100%;
    height: 210px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 39px;
}
.pub1 {
    width: 100%;
    height: 103%;
    border-radius: 22px;
    background-color: #db120041;
}
/* ------------------------------------- */
.titre-section2 {
    width: 100%;
    height: 7vh;
    margin-top: 80px;

}
.top-genre {
    margin-top: 2%;
    margin-left: 4.5%;
    font-size: 9rem;
}
.containt-slide-artiste {
    width: 100%;
    height: 677px;
    margin-top: 4%;
    overflow: hidden;
    overflow-x: auto;
    display: flex;
    align-items: center;
}
.transparent-containte {
    min-width: 33%;
    height: 100%;
    overflow: hidden;
}
.carre-artiste {
    width: 100%;
    height: 80%;
    position: relative;
}
.carre-artiste img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titre-bas {
    margin-top: 7px;
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.certif {
    width: 65px;
    height: 65px;
}
.intermediate-page {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: opacity 0.5s;
    z-index: 10;
}
.intermediate-page p {
    font-size: 4.2rem;
    font-weight: bolder;
}
.intermediate-page.active {
    display: flex;
    opacity: 1;
}
.intermediate-content {
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.continue-button {
    padding: 87px 106px;
    background-color: var(--rouge);
    color: white;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    margin-top: 20px;
}
.carré-pub {
    width: 100%;
    height: 43%;
    background-color: beige;
    margin-top: 240px;
    display: flex;
    align-items: center;
    margin-bottom: 219px;
}
.titre-section3 {
    margin-top: 3%;
    display: flex;
    align-items: center;
}
.titre-section1 {
    margin-top: 3%;
    display: flex;
    align-items: center;
}
.beats-shopp {
    margin-top: 4%;
    margin-left: 5.5%;
    font-size: 9rem;
    margin-right: 23px;
}
.titre-section3 lord-icon {
    position: relative;
    top: 34px;
}
.section-beat-containt {
    margin-top: 20px;
    width: 100%;
    height: 740px;
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: auto;
    scroll-behavior: smooth;
}
.transparent-box-beat {
    position: relative;
    overflow: hidden;
    min-width: 64%;
    height: 98%;
    margin-top: 1%;
    margin-left: 2%;
    border-radius: 3.5%;
    padding: 10px;
}
.box-visible-beat {
    width: 100%;
    height: 95%;
    background-color: #050D1B;
    border-radius: 3.5%;
    border: solid 1px var(--bor);
}
.icon-container {
    display: flex;
    gap: 20px;
}
.box-beat-image {
    width: 96%;
    height: 70%;
    overflow: hidden;
    position: relative;
    border-radius: 4%;
    top: 12px;
    left: 2%;
    overflow: hidden;
}
.box-beat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.name-instru {
    display: flex;
    align-items: center;
    margin-top: 4%;
    height: 11%;
    overflow: hidden;
}
.titre-instru {
    position: relative;
    font-size: 3.5rem;
    top: 4%;
    left: 5%;
}
.titre-prix {
    color: var(--rouge);
    position: relative;
    left: 22%;
    top: 13px;
    font-size: 3rem;
    font-weight: bold;
    overflow: hidden;
}
.cercle-play-instru {
    width: 142px;
    height: 135px;
    border-radius: 50%;
    bottom: 1%;
    left: 8%;
    position: absolute;
    background-color: var(--rouge);
    display: flex;
    align-items: center;
    justify-content: center;
}
.cercle-play-instru i {
    font-size: 5rem;
}
.btn-acheter {
    width: 385px;
    height: 128px;
    border-radius: 95px;
    bottom: 1%;
    left: 54%;
    position: absolute;
    background-color: var(--rouge);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 3.8rem;
    font-weight: 900;
    text-align: center;
}

.btn-acheter2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(45deg ,#e52c1b,#c10aa6 ) ;
    color: white;
    padding: 37px 37px;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-acheter2:hover {
    background-color: #AE2012;
}

@media (max-width: 600px) {
    .btn-acheter2 {
        font-size: 1.1rem;
        padding: 10px 16px;
        bottom: 5px;
        right: 5px;
    }
}
.box-plus {
    width: 7%;
    height: 9%;
    background-color: yellowgreen;
}
.box-visible-beat-plus {
    width: 100%;
    height: 99%;
    background-color: #292f3a2d;
    border-radius: 3.5%;
    border: solid 1px var(--bor);
    margin-right: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.box-visible-beat-plus a {
    color: #fff;
}
.cercle-plus-beat {
    width: 56%;
    height: 19%;
    border-radius: 121px;
    background-color: var(--fond);
    border: solid 3px var(--bor);
    display: flex;
    justify-content: center;
    align-items: center;
}
.cercle-plus-beat p {
    font-size: 4.5rem;
    text-align: center;
}
.cercle-plus-beat:hover {
    background-color: var(--rouge);
}
.titre-section4 {
    margin-top: 4%;
}
.publication,
.Nouveau-talent {
    margin-top: 8%;
    margin-left: 5.5%;
    font-size: 9rem;
}
.container-publication-slider {
    display: flex;
    align-items: center;
    width: 100%;
    height: 48vh;
}
.container-Nouveau-talent {
    display: flex;
    align-items: center;
    width: 100%;
    height: 869px;
}
.cadre-publication iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.containt-btn-publication {
    width: 100%;
    height: 289px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.containt-btn-publication a {
    font-size: 4rem;
    font-weight: 900;
    color: #fff;
    width: 56%;
    height: 72%;
    background-color: var(--rouge);
    border-radius: 91px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cadre-publication {
    min-width: 72%;
    height: 92%;
    background-color: #050D1B;
    border-radius: 3%;
    margin-left: 20px;
}
.cadre-Nouveau-talent {
    min-width: 49%;
    height: 100%;
    background-color: #000610;
    border-radius: 3%;
    margin-left: 26px;
    border: solid 2px var(--bor);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 8px;

}
.cadre-Nouveau-talent img{
    width: 95%;
    height: 95%;
    object-fit: cover;
    border-radius: 10px;
}
.flex-entete-talent {
    width: 100%;
    height: 20%;
    background-color: #79687038;
    display: flex;
    margin-top: 5%;
}
/* ___________________________________________ */
.titre-section5 {
    margin-top: 8%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.votes {
    font-size: 8rem;
    margin-bottom: 90px;
}
.card-class-vote {
    width: 100%;
    height: 344px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #0006106c;
}
/****************** partie video***************** */
.titre-section6 {
    margin-top: 8%;
}
.video-preview {
    margin-left: 5.5%;
    font-size: 7rem;
}
.titre-section6 lord-icon {
    position: relative;
    top: -12px;
}
.containte-video {
    width: 100%;
    height: 623px;
    display: flex;
    align-items: center;
}
.card-video {
    min-width: 57%;
    height: 97%;
    background-color: #050D1B;
    border-radius: 38px;
    border: solid 1px var(--bor);
    margin-left: 25px;
}
.flex-video {
    width: 100%;
    height: 77%;
    background-color: #c0c0c014;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.card-box-video {
    width: 96%;
    height: 96%;
    background-color: #526471a3;
    border-radius: 23px;
    overflow: hidden;
}
.titre-video-ytb {
    width: 70%;
    height: 10%;
    background-color: #050D1B;
    margin-top: 43px;
    margin-left: 45px;
    border-radius: 66px;
    border: solid 2px red;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titre-video-ytb h2 {
    font-size: 2.5rem;

}
.bande-pub-video {
    width: 100%;
    height: 80px;
    background-color: rgba(102, 51, 153, 0.167);
}
.transparent-box-plus {
    height: 89%;
    min-width: 1399px;
    display: flex;
    margin-left: 4%;
}
/* ------------------------------------------------------------ */
.containte-video2 {
    width: 100%;
    height: 299px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-video2 {
    min-width: 97%;
    height: 91%;
    background-color: #050D1B;
    border-radius: 13px;
    border: solid 1px var(--bor);
}
.titre-video-ytb2 {
    width: 100%;
    height: 10%;
    background-color: #050D1B;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.titre-video-ytb2 h2 {
    font-size: 1.2rem;

}
.flex-video2 {
    width: 100%;
    height: 83%;
    background-color: #c0c0c014;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-box-video2 {
    width: 97%;
    height: 96%;
    background-color: #821b08;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* --------------------------------Music player --------------------------------- */
.music-player-section {
    width: 0%;
    height: 0px;
    position: fixed;
    bottom: 0;
    border-radius: 40px;
    left: 0;
    z-index: 8;
    background-color: rgba(151, 48, 48, 0.5);
    backdrop-filter: blur(50px);
    transition: 1s;
    overflow: hidden;
}
.muisci-seek-bar {
    appearance: none;
    width: 100%;
    position: absolute;
    top: -4px;
    height: 25px;
    overflow: hidden;
    background-color: #292F3A;
}
.muisci-seek-bar::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #db1200;
    cursor: pointer;
    box-shadow: -900px 0 0 900px var(--rouge);

}
.curent-son-name {
    font-size: 70px;
    font-weight: 300;
    text-align: center;
    margin-top: 23px;
    text-transform: capitalize;
}
.controls {
    position: relative;
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 173px;
    font-size: 90px;
}
.controls span {
    display: none;
    opacity: 0;
    transition: 1s;
}
.music-player-section.active .controls {
    justify-content: space-between;
    font-size: 115px;
}
.music-player-section.active .controls span {
    font-size: 78px;
    display: block;
    opacity: 0.5;
    padding: 0px 85px;
}
.music-player-section.active .controls span.active {
    color: var(--rouge);
    opacity: 1;
}
.controls .main i {
    margin: 0 5px;
    display: none;
}
.controls .main i.active {
    display: inline;
}
/* ****************grnd player */
.music-player-section .hide {
    display: none;
    opacity: 0;
    transition: 1s;
}
.music-player-section.active .hide {
    display: block;
    opacity: 1;
}
.music-player-section.active {
    width: 100%;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.music-player-section.active .muisci-seek-bar {
    position: relative;
    display: block;
    border-radius: 50px;
    margin: auto;
    height: 30px;
}
.music-player-section.active .curent-son-name {
    font-size: 90px;
}
.music-player-section.active .controls {
    width: 100%;
    font-size: 70px;
    height: 25%;
}
.artist-name {
    text-align: center;
    text-transform: capitalize;
    font-size: 50px;
}
.cover {
    height: 30vh;
    width: 30vh;
    margin: auto;
    object-fit: cover;
    border-radius: 71px;
    box-shadow: #030810;
}
.curent-time {
    position: absolute;
    margin-top: 15px;
    left: 50px;
    font-size: 2rem;
}
.duration {
    position: absolute;
    margin-top: 15px;
    right: 30px;
    font-size: 2rem;
}
.icon {
    position: absolute;
    top: 60px;
    transform: scale(6);
}
.back-btn {
    left: 40px;
}
.nav-btn {
    right: 40px;
}
.fa-solid.fa-bars {
    margin-right: 10px;
}
.nav-btn.icon.hide {
    margin-left: 10px;
}
.volume-slider {
    appearance: none;
    width: 200px;
    height: 48px;
    position: absolute;
    right: 38px;
    bottom: 13px;
    transform: rotate(-90deg);
    border-radius: 10px;
    background: var(--fond);
    overflow: hidden;
    opacity: 0;
    display: none;
}
.volume-slider.active {
    opacity: 1;
    display: block;
}
.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 80px;
    width: 30px;
    background-color: var(--rouge);
    box-shadow: -200px 0 1px 200px var(--rouge);

}
/* _______ */
.block-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    margin-top: 20px;
}
.card-ressource{
    background-color: #0a0a0a;
    border: 2px solid #ff0053;
    border-radius: 12px;
    padding: 20px;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 0 20px rgba(255, 0, 0, 0.3);
}

.headers {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label {
    color: white;
    font-size: 1rem;
}

.currency {
    display: flex;
    align-items: center;
    gap: 6px;
    color: white;
    font-weight: bold;
}
.currency {
    color: white;
}

.currency img {
    width: 20px;
    height: 20px;
}

.amount-section {
    text-align: center;
    margin-top: 20px;
}

.amount-section .usd {
    color: #bfbfbf;
    font-size: 1rem;
}

.amount-section .bnb {
    color: white;
    font-size: 2rem;
    font-weight: bold;
}

.download-btn {
    display: block;
    background-color: #ff0053;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease;
}

.download-btn:hover {
    background-color: var(--rouge);
}
/* ***********************jhQ */
.playlist-song {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -100%;
    background: linear-gradient(-106deg, #0b1423, #030810, #0d182b, #030810);
    z-index: 8;
    transition: 0.6s;
    overflow: auto;
}
.playlist-song.active {
    right: 0;
}
.retour-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 67px;
    height: 62px;
    border-radius: 50%;
    background-color: var(--fond);
    border: solid 2px var(--bor);
    position: relative;
    margin-left: 22px;
}
.retour-btn-icon .fa-solid.fa-arrow-left {
    font-size: 3rem;
    align-items: center;
    position: absolute;
}
.search-containte {
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 17px 0px;
    overflow: hidden;
}
.search-bar2 {
    width: 80%;
    height: 124%;
    border-radius: 50px;
    margin-right: 10px;

}
.search-bar {
    width: 80%;
    height: 60%;
    background-color: rgba(0, 128, 0, 0.196);
    border-radius: 50px;
    margin-right: 10px;
}
#search-bar {
    width: 100%;
    height: 100%;
    background-color: var(--fond);
    border-radius: 60px;
    margin-right: 10px;
    font-size: 2.8rem;
    color: white;
    padding-left: 30px;
    border: none;
}
.containte-tab-bar {
    width: 100%;
    height: 18%;
    overflow-x: auto;
    margin-top: 46px;
}
.tab-buttons {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    transition: 0.5s ease;
    gap: 18px;
}
.tab-buttons button {
    min-width: 112px;
    height: 111px;
    border-radius: 25px;
    transition: 0.5s ease;
    font-size: 3rem;
    font-weight: bolder;
    overflow: hidden;
}
.tab-buttons :nth-child(1) {
    margin-left: 27px;
    text-align: center;
    width: 365px;
}
.tab-button {
    flex: 1 0 auto;
    padding: 29px 37px;
    background-color: #444;
    color: white;
    border: none;
    cursor: pointer;
}
.tab-button.active {
    background: linear-gradient(45deg, #5d0404, #ff0000);
}
.tab-contents {
    display: flex;
    flex-direction: column;
    height: 90%;
}
.tab-content {
    display: none;
    flex: 1;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    transition: opacity 0.5s;
}
.tab-content.active {
    display: block;
    opacity: 1;
}
/****************Animation de la track au click sur le lien********************/
.track {
    transition: height 0.5s ease;
    margin-bottom: 33px;
}
.track.active {
    animation: heartbeat 2s 3 alternate;

}
/* Animation de battement de cœur */
@keyframes heartbeat {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
/* Effet clignotant */
.track.active .rectangle {
    animation: blink 2s 3 alternate;
    border-color: #4CAF50;
    box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
    background-color: #4CAF50;
    transition: all 0.3s ease;
}
/* Animation de clignotement */
@keyframes blink {
    0% { opacity: 1; }
    100% { opacity: 0.5; }
}
/* Button Container Styles */
.button-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
}
.button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* Existing Styles */
.main-container {
    text-align: center;
    padding: 10px 20px;
}
.rectangle-container {
    position: relative;
    width: 100%;
}
.rectangle {
    width: 100%;
    height: 289px;
    background-color: #292f3a91;
    border: solid 3.5px rgb(73, 77, 84);
    display: flex;
    align-items: center;
    transition: all 0.5s ease;
    border-radius: 20px;
}
.rectangle :nth-last-child(){
    margin-bottom: 20px;
}
.box-cover-rectangle {
    width: 27%;
    height: 81%;
    border-radius: 20px;
    position: relative;
    left: 2%;
}
.box-cover-rectangle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rectangle button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    width: 183px;
    height: 130px;
    cursor: pointer;
    border: solid 5px #D9D9D9;
    background-color: #0B0F17;
    color: #fff;
    position: relative;
    left: 5%;
    border-radius: 50%;
    top: 8%;
}
.icon-play i {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-pause i {
    font-size: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-div,
.bottom-div {
    width: 99%;
    height: 0;
    background-color: #292f3a91;
    border-radius: 5px;
    transition: height 0.5s ease;
    overflow: hidden;
    margin-bottom: 11px;
}
.top-div.active {
    height: 500px;
    margin-bottom: 10px;
    border-radius: 25px 25px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-div.active {
    height: 280px;
    margin-top: 2px;
    border-radius: 0px 0px 25px 25px;
    margin-bottom: 20px;
    background-color: #292f3a91;
    padding-bottom: 2px;
}
.box-titre-player {
    width: 55%;
    display: flex;
    flex-direction: column;
    left: 8%;
    position: relative;
    overflow: hidden;
    bottom: 12%;
    gap: 11px;
}
.music-title {
    color: #fff;
    position: relative;
    left: 4%;
    font-size: 2.5rem;
    display: flex;
}
.Name-artiste {
    color: #ffffffcb;
    position: relative;
    left: 5%;
    font-size: 2.5rem;
    display: flex;
}
.progress-container {
    width: 74%;
    height: 9%;
    background-color: #cbcbcb;
    position: relative;
    display: block;
    bottom: -21%;
    right: 23%;
    border-radius: 10px;
}
.music-seek-bar {
    background: linear-gradient(26deg, red, #ff0496);
    width: 0;
    position: relative;
    height: 100%;
}
.play-count {
    color: #ffffff;
    font-size: 2rem;
    position: relative;
    left: 999px;
    width: 66px;
}
.play-count i {
    color: white;
    font-size: 2rem;
}
.color-div {
    height: 300px;
    width: 100%;
}
.top-div .slider {

    flex-direction: column;
    position: absolute;
    top: 0;
    animation: slideUp 10s infinite;

}
@keyframes slideUp {

    0%,
    20%,
    100% {
        top: 0;
    }

    40%,
    60% {
        top: -200px;
    }

    80% {
        top: -400px;
    }
}
.flextouch {
    width: 100%;
    height: 91%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.download-button,
.share-button,.abonement {
    width: 110px;
    height: 108px;
    border-radius: 50%;
    position: relative;
   background-color: #05070b;
    border: none;
    border: solid 1px #374050;
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.download-button lord-icon {
    width: 74%;
    font-weight: bolder;
    transform: rotate(90deg)
}
.share-button lord-icon {
    color: white;
    font-size: 1rem;
    align-items: center;
    
}
  /* État pendant le téléchargement */
  .download-button.downloading {
    background-color: #ff3333; /* Rouge */
    animation: pulse 1.5s infinite;
}
  /* État une fois mis en cache */
  .download-button.cached {
    background-color: #33cc33; /* Vert */
}
  /* Animation de pulsation */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
/* ________________________________________________________________________ */
#tab1 {
    background-color: rgba(255, 0, 0, 0);
    scroll-behavior: smooth;
    overflow-y: auto;

}
#tab2 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
#tab3 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
#tab4 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
#tab5 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
#tab6 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
#tab7 {
    scroll-behavior: smooth;
    overflow-y: auto;
}
.scrolle-song {
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background-color: rgba(141, 140, 210, 0.111);
}
/* ______________ */
 :root {
    --bg:#0f0f17;
    --fg:#ffffff;
    --muted:#a3a3b3;
    --radius:8px;
    --gap:1rem;
    font-family: system-ui,-apple-system,BlinkMacSystemFont,sans-serif;
  }
  * {box-sizing:border-box;}
  .footer {
    background: var(--bg);
    color: var(--fg);
    padding: 2rem 1rem 1rem;
    font-size: 0.9rem;
  }
  .footer a {
    color: var(--fg);
    text-decoration: none;
    transition: opacity .2s;
  }
  .footer a:hover { opacity:.8; }
  .footer-container {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom:1.5rem;
    border-bottom:1px solid rgba(255,255,255,.07);
  }
  .footer-section h3 {
    margin-top:0;
    margin-bottom: .5rem;
    font-size: 1.05rem;
  }
  .branding .logo {
    margin:0;
    font-size:1.4rem;
    letter-spacing:1px;
  }
  .branding .tagline {
    margin:4px 0 0;
    font-size:.85rem;
    color: var(--muted);
  }
  .footer-section ul {
    list-style:none;
    padding:0;
    margin:0;
  }
  .footer-section ul li {
    margin-bottom: .35rem;
  }
  .newsletter form {
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:5px;
  }
  .newsletter input[type="email"] {
    flex:1 1 140px;
    padding:10px 12px;
    border: none;
    border-radius: var(--radius);
    outline: none;
    font-size:.9rem;
    background:var(--fond);
    color: var(--fg);
    min-width:0;
  }
  .newsletter button {
    padding: 10px 16px;
    border: none;
    border-radius: var(--radius);
    background: var(--rouge);
    cursor: pointer;
    font-weight:600;
    flex:0 0 auto;
    color: white;
  }
  .newsletter .form-msg {
    width:100%;
    margin-top:4px;
    font-size:.75rem;
    color: #a3a3b3;
  }
  .footer-bottom {
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content: space-between;
    max-width:1200px;
    margin: 1.5rem auto 0;
    padding:0 8px;
    gap:1rem;
    font-size:.75rem;
  }
  .socials {
    display:flex;
    gap:12px;
  }
  .social-icon {
    display:inline-flex;
    width:32px;
    height:32px;
    align-items:center;
    justify-content:center;
    background: rgba(255,255,255,.07);
    border-radius:50%;
    text-decoration:none;
  }
  .social-icon svg {
    width:18px;
    height:18px;
  }
  .copyright {
    flex:1;
    text-align:right;
    min-width:160px;
  }

  /* Mobile tweaks */
  @media (max-width: 900px) {
    .footer-bottom {
      flex-direction: column;
      text-align:center;
    }
    .copyright {
      text-align:center;
    }
  }

  .visually-hidden {
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0 0 0 0);
    white-space:nowrap;
    border:0;
  }
/* ___________________________________ */
/* Bouton "acheter" */
.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: linear-gradient(140deg,#980d0d,#ff335f);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .15s, filter .15s;
  flex: 0 0 auto;
  white-space: nowrap;
  margin-top: 8px;
  margin-bottom: 8px;
}
.flex-btn-buy{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-buy:hover {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.btn-buy:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

/* Responsive : sur petits écrans, bouton pleine largeur sous l'image */
@media (max-width: 800px) {
  .cadre-Nouveau-talent {
    flex-direction: column;
  }
  .btn-buy {
    width: 75%;
    justify-content: center;
  }
}

/* ___________________________________ */
.vote-section {
    height: 10%;
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    background-color: #0f1118;
    margin-bottom: 20px;
}
.vote-card {
    margin-top: 30px;
    width: 700px;
    text-align: center;
}
.progress-bar3 {
    margin-bottom: 90px;
    height: 40px;
    border-radius: 30px;
    background-color: #4caf50;
    transition: width 0.3s ease;
}
.artist-image {
    background-color: #ccc;
    height: 69%;
    border-radius: 30px;
    margin-bottom: 50px;
}
.vote-button {
    background-color: #d32f2f;
    color: white;
    padding: 70px 187px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
}
.vote-button:hover {
    background-color: #981111;
}
.vote-button p {
    font-size: 2.5rem;
    font-weight: bolder;
}
.modal3 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content3 {
    background-color: #03090c;
    margin: 15% auto;
    padding: 30px 70px;
    border: 1px solid #888;
    width: 822px;
    height: 464px;
    text-align: center;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 200px;
    cursor: pointer;
    color: #333;
}
.progress-bar-container {
    display: flex;
    align-items: center;
}
.progress {
    height: 100%;
    background-color: #d32f2f;
}
.percentage {
    font-size: 40px;
    color: #fff;
}
#modal-message {
    font-size: 2.4rem;
}
/* **************** partie services *********************/
.header-services {
    width: 100%;
    background-color: rgba(33, 36, 54, 0.381);
    height: 60px;
    display: flex;
    align-items: center;
}
.retour-service {
    width: 100px;
    height: 45px;
    background-color: #292F3A;
    border-radius: 12px;
    margin-left: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px var(--rouge);
}
.retour-service span {
    font-size: 1rem;
    color: white;
}



.flex-btn-commander {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-commander {
    width: 163px;
    height: 52px;
    display: flex;
    background-color: red;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
}
/* ------------------------------- */
.img-votes{
    width: 44%;
    height: 75%;
    border-radius: 20px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    margin-bottom: 16px;
}
.img-votes img{
   width: 100%;
   height:100%;
   object-fit: cover;
   overflow: hidden;
}
.bnt-votes{ 
    width: 254px;
    display: flex;
    height: 60px;
    color: white;
    background-color: var(--rouge);
    border-radius: 54px;
    align-items: center;
    justify-content: center;
    font-weight: bolder;
}
.flex-panel{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.vote-panel-suff {
    background-color: #1a2238;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    color: white;
}
.vote-panel-suff img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 10px;
}
.progress-bar-suff {
    background: #2e2e2e;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}
.progress-suff {
    background: #e74c3c;
    height: 10px;
    width: 0%;
    transition: width 0.3s;
}
.vote-button-suff {
    background: #ff3d3d;
    border: none;
    border-radius: 10px;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    transition: bg 0.3s;
}
.vote-button-suff a {
    color: white;
    
}
.vote-button-suff:hover {
    background: #ff5757;
}

.flex-action-bnt p {
    font-size: 1.6rem;
    position: relative;
}
/*--------------------------------*/
footer {
    
    background-color: black;
    
}
/******************* MEDIA QUERRY *********************
 /* _________________________________________________________ */

@media screen and (max-width: 425px) {

    .header {
        direction: flex;
        align-items: center;
    }
    .bande-header {
        width: 100%;
        height: 44px;
        border-bottom: solid 1px var(--bor);
        display: flex;
        align-items: center;
    }
    .bande-header .logo-Massama-Média  {
        position: relative;
        width: 45%;
        height: 56%;
        margin-left: 11px;
        margin-top: 7%;
        padding-bottom: 5px;
    }
    .btn-service1 {
        width: 123%;
        height: 36%;
        border-radius: 345px;
        padding: 14px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: revert;
        border: solid 2px var(--bor);
        margin-right: 41px;
    }
    .btn-service1 a {
        color: #fff;
        font-size: 1rem;
        font-weight: 900;
    }
    .btn-telechargement-hl {
        width: 47%;
        height: 79%;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: solid 2px var(--bor);
        right: 20px;
    }
    .btn-telechargement-hl img {
        width: 54%;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        left: 6px;
    }
    .btn-telechargement-hl a {
    display: block;
    }
    .home-section {
        margin-top: 0px;
        padding: 6px;
        overflow: hidden;
    }
    .carousel {
        width: 100.5%;
        height: 183px;
        overflow: hidden;
        border-radius: 13px;
        position: relative;
        padding: 10px;
    }
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 26px;
        background-color: #20203c2e;
        height: 25%;
        gap: 2%;
    }
    .box {
        height: 95%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
    }
    .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        border: solid 2px #ba2424;
    }
    .playlist {
        color: white;
        width: 39%;
        font-size: 2.1rem;
        margin-left: 10px;
    }
    .voir-tout {
        width: 98%;
        height: 8vh;
        display: flex;
        gap: 99px;
        margin-bottom: 0px;
    }
    .voir-tout a {
        width: 38%;
        height: 88%;
        color: white;
        background-color: var(--rouge);
        border-radius: 100px;
        padding: 0px 25px;
        font-weight: 900;
        font-size: 1rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 1px;     
    }
    .slider-playlist {
        width: 100%;
        height: 348px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-left: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin-bottom: 0px;
    }
    .card-containte {
        position: relative;
        min-width: 189px;
        height: 81%;
        display: flex;
        justify-content: center;
        margin-left: -11px;
    }
    .card {
        min-width: 169px;
        height: 256px;
        padding-top: 1px;
        background-color: #071329;
        border-radius: 9px;
        border: solid 1px var(--bor);
    }
    .flexdu-card {
        width: 100%;
        height: 63%;
        display: flex;
        align-items: center;
        padding: 4px 1px;
        justify-content: center;
    }
    .card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94%;
        height: 100%;
        position: relative;
        border-radius: 8px;
        background-color: #030d10;
    }
    .card h2 {
        font-size: 1rem;
        margin-top: 8px;
        margin-left: 8%;
    }

    .card h3 {
        font-size: 1.2rem;
        margin-top: 4px;
        margin-left: 8%;
        color: #b1b1b1;
    }
    .point {
        position: absolute;
        width: 54px;
        height: 54px;

        background-color: var(--rouge);
        left: 50%;
        bottom: 2px;
        overflow: hidden;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .point i {
        font-size: 1.6rem;
    }
    .box-PUB1 {
        width: 100%;
        height: 82px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;

    }
    .modal.show .modal-content {
        transform: translateY(0);
    }
    
    .modal-content {
        background-color: #010610;
        margin: 0% auto;
        padding: 2px;
        border: 3px solid #ae2012cc;
        width: 100%;
        max-width: 96%;
        overflow: hidden;
        height: 62%;
        text-align: center;
        border-radius: 13px;
        transition: 1.5s cubic-bezier(0.31, 0.44, 0.34, 0.87);
    }

    .close {
        color: var(--bor);
        float: right;
        font-size: 49px;
        font-weight: bold;
        margin-right: 13px;
        position: relative;
        top: -10px;
    }

    .titre-modal {
        font-size: 1rem;
        margin-top: 3%;
        margin-left: 50px;
        font-weight: 800;
        color: var(--rouge);
    }
    .flex-titre {
        width: 100%;
        height: 80%;
        background-color: #26262652;
        position: relative;
        top: 1%;
        overflow: hidden;
        padding: 5px;
        border-radius: 15px;
    }
    .flex-infos {
        width: 100%;
        height: 56%;
        position: relative;
        background-color: #010408;
        /* top: 8%; */
        border-radius: 14px;
        overflow: hidden;
    }
    .box-cover-titre {
        width: 32%;
        height: 68%;
        position: relative;
        left: 14px;
        top: 24px;
        overflow: hidden;
        border-radius: 11px;
    
    }
    .titre-tsemaine {
        color: white;
        bottom: 35%;
        position: relative;
        font-size: 1rem;
        margin-left: 25%;
    }
    .titre-tsemaine2 {
        color: rgba(255, 255, 255, 0.892);
        bottom:30%;
        position: relative;
        font-size: 1.4rem;
        margin-left: 25%;
    }

    .flex-touche {
        width: 100%;
        height: 30%;
        background-color: #010408;
        margin-top: 11%;
        display: flex;
        align-items: center;
        border-radius: 22px;
        overflow: hidden;
    }

    .rond {
        background-color: var(--rouge);
        width:84px;
        height: 53px;
        border-radius: 50%;
        margin-left: 3%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.rond i {
    font-size: 2rem;
}
.telecharge {
    width: 75%;
    height: 56%;
    border-radius: 75px;
    background-color: var(--rouge);
    margin-left: 30%;
    padding: 7px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telecharge i {
    font-size: 13px;
    font-weight: bolder;
}
.modal-publicité1, .modal-publicité2 {
    width: 100%;
    height: 22%;
    background-color: rgba(128, 17, 0, 0.398);
    margin-top: 100px;
}
.flex-action-bnt{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top:-4px;
}
.flex-action-bnt p{
    font-size: 0.7rem;
}

  /* État pendant le téléchargement */
  .download-button.downloading {
    background-color: #ff3333; /* Rouge */
    animation: pulse 1.5s infinite;
  }
  /* État une fois mis en cache */
  .download-button.cached {
    background-color: #33cc33; /* Vert */
  }
  /* Animation de pulsation */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
    .pub1 {
        width: 100%;
        height: 106%;
        border-radius: 7px;
        background-color: #db120041;
    }
    .containt-slide-artiste {
        width: 100%;
        height: 280px;
        margin-top: 8%;
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .transparent-containte {
        min-width:41%;
        height: 100%;
    }
    .carre-artiste {
        width: 100%;
        height: 66%;
        position: relative;
    }
    .titre-bas {
        margin-top: 7px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .certif {
        width: 20px;
        height: 19px;
    }
    .intermediate-page p {
        font-size: 1rem;
        font-weight: bolder;
    }
    .carré-pub {
        width: 100%;
        height: 43%;
        background-color: beige;
        margin-top: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .continue-button {
        padding: 18px 28px;
        background-color: var(--rouge);
        color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 58px;
    }
    .beats-shopp {
        margin-top: 4%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-right: 23px;
    }
    .titre-section3 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section1 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section3 lord-icon {
        width: 51px;
        height: 44px;
        right: 23px;
        position: relative;
        top: 7px;
    }
    .section-beat-containt {
        margin-top: 20px;
        width: 100%;
        height: 357px;
        display: flex;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .transparent-box-beat {
        position: relative;
        overflow: hidden;
        min-width: 95%;
        height: 97%;
        margin-top: 1%;
        margin-left: 0%;
        padding: 4px;
    }
    .box-visible-beat {
        width: 100%;
        height: 86%;
        background-color: #050D1B;
        border-radius: 9px;
        border: solid 1px var(--bor);
        overflow: hidden;
    }
    .name-instru {
        display: flex;
        align-items: center;
        margin-top: 6%;
        height: 11%;
        overflow: hidden;
    }
    .titre-instru {
        position: relative;
        font-size: 1.5rem;
        top: -6%;
        left: 5%;
    }
    .titre-prix {
        color: var(--rouge);
        position: relative;
        left: 27%;
        top: -1px;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
    }
    .cercle-play-instru {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        bottom: 7.2%;
        left: 8%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cercle-play-instru i {
        font-size: 1.5rem;
    }
    .btn-acheter {
        width: 138px;
        height: 46px;
        border-radius: 95px;
        bottom: 8%;
        left: 56%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 900;
        text-align: center;
    }
    .video-preview {
        margin-left: 5.5%;
        font-size: 2.3rem;
        overflow: hidden;
        height: 58px;
        margin-bottom: 13px;
    }
    .titre-section6 lord-icon {
        position: relative;
        width: 54px;
        height: 54px;
        top: 15px;
        right: 6px;
    }
    .containte-video {
        width: 100%;
        height: 295px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .card-video {
        min-width: 92%;
        height: 100%;
        background-color: #050D1B;
        border-radius: 13px;
        border: solid 1px var(--bor);
        margin-left: 6px;
        padding-top: 5px;
    }

    .flex-video {
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-box-video {
        width: 96%;
        height: 96%;
        background-color: #526471a3;
        border-radius: 9px;
    }
    .titre-video-ytb {
        width: 70%;
        height: 10%;
        background-color: #050D1B;
        margin-top: 23px;
        margin-left: 15px;
        border-radius: 66px;
        border: solid 2px red;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .titre-video-ytb h2 {
        font-size: 1rem;
    }
    .Nouveau-talent {
        margin-top: 8%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-bottom: 19px;
    }
    .container-Nouveau-talent {
        display: flex;
        align-items: center;
        width: 100%;
        height: 499px;
    }
    .cadre-Nouveau-talent {
        min-width: 86%;
        height: 92%;
        background-color: #000610;
        border-radius: 4%;
        margin-left: 12px;
        border: solid 2px var(--bor);
    }
    .transparent-box-plus {
        height: 97%;
        min-width: 336px;
        display: flex ;
        margin-left: 4%;
    }

    .box-visible-beat-plus {
        width: 100%;
        height: 99%;
        background-color: #292f3a2d;
        border-radius: 3.5%;
        border: solid 1px var(--bor);
        margin-right: 2%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .cercle-plus-beat {
        width: 78%;
        height: 21%;
        border-radius: 121px;
        background-color: var(--fond);
        border: solid 3px var(--bor);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cercle-plus-beat p {
        font-size: 1.2rem;
        text-align: center;
    }
    .play-count {
        color: #ffffff;
        font-size: 0.7rem;
        position: relative;
        left: 62%;
        height: 13px;
        width: 124px;
    }
    .play-count i {
        color: white;
        font-size: 0.7rem;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }
    .containt-btn-publication {
        width: 100%;
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }
    .containt-btn-publication a {
        font-size: 1rem;
        font-weight: 900;
        color: #fff;
        width: 66%;
        height: 66%;
        background-color: var(--rouge);
        border-radius: 91px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .votes {
        font-size: 2rem;
        margin-bottom: 23px;
    }
    .card-class-vote {
        width: 100%;
        height: 344px;
        padding: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #0006106c;
       
    }
    footer {
        width: 100%;
        background-color: black;
        margin-top: 8%;

    }
    /* >>>>>>>>>>>>>.playlist-song.active>>>>>>>>>>>>>>>> */
    .search-containte {
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        padding: 17px 0px;
        overflow: hidden;
    }
    .retour-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 47px;
        border-radius: 50%;
        background-color: var(--fond);
        border: solid 2px var(--bor);
        position: relative;
        margin-left: 6px;
    }
    .track {
        transition: height 0.5s ease;
        margin-bottom: -2px;
    }
    .retour-btn-icon .fa-solid.fa-arrow-left {
        font-size: 1.4rem;
        align-items: center;
        position: absolute;
    }
    .search-bar2 {
        width: 85%;
        height: 99%;
        display: block;
        position: relative;
        right: 15px;
    }
    #search-bar {
        width: 100%;
        height: 100%;
        background-color: var(--fond);
        border-radius: 60px;
        font-size: 0.9rem;
        color: white;
        padding-left: 13px;
        border: none;
    }
    .containte-tab-bar {
        width: 100%;
        height: 7%;
        overflow-x: auto;
        margin-top:9px;
        margin-bottom: 12px;
    }
    .tab-buttons {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        transition: 0.5s ease;
        gap: 5px;
    }
    .tab-buttons button {
        min-width: 28px;
        height: 40px;
        border-radius: 7px;
        transition: 0.5s ease;
        font-size: 1rem;
        font-weight: bolder;
        overflow: hidden;
    }
    .tab-button {
        flex: 1 0 auto;
        padding: 12px 19px;
        background-color: #444;
        color: white;
        border: none;
        cursor: pointer;
    }
    .tab-buttons :nth-child(1) {
        margin-left: 8px;
        text-align: center;
        width: 106px;
    }
    .flex-action-bnt :nth-child(1) {
        left: 1px;
    }
    .tab-content {
        width: 100%;
        height: 100%;
        padding: 1px 6px;
        box-sizing: border-box;
        transition: opacity 0.5s;
    }
    .top-div {
        width: 99%;
        height: 0;
        background-color: #292f3a91;
        border-radius: 5px;
        transition: height 0.5s ease;
        overflow: hidden;
        margin-bottom: 7px;
    }
    .top-div.active {
        height: 250px;
        margin-bottom: 0px;
        border-radius: 6px 6px 2px 2px;
    }
    .rectangle {
        width: 100%;
        height: 78px;
        background-color: #292f3a91;
        border: solid 1.5px rgb(73, 77, 84);
        overflow: hidden;
        display: flex;
        align-items: center;
        transition: all 0.5s ease;
        border-radius: 9px;
    }
    .box-cover-rectangle {
        width: 40%;
        height: 74%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        left: 2%;
    }
    .icon-pause i {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rectangle button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 2px;
        font-size: 4px;
        width: 81px;
        height: 35px;
        cursor: pointer;
        border: solid 1px #D9D9D9;
        background-color: #0B0F17;
        color: #fff;
        position: relative;
        left: 6%;
        border-radius: 50%;
        top: 0%;
    }
    .icon-play i {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .status-indicator {
        width: 13px;
        height: 5px;
        background-color: rgb(95, 99, 104);
        border-radius: 50%;
        position: relative;
        border: var(--bor);
        left: 63%;
    }
    .flex-action-bnt p{
    font-size: 0.7rem;
    position: relative;
}
.flex-action-bnt :nth-child(1) {
    left: -5px;
}

.flex-action-bnt :nth-child(2) {
    left: -8px;
}
.flex-action-bnt :nth-child(3) {
    left: -2px;
}
    .box-titre-player {
        width: 84%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        left: 0px;
        gap: 1px;
    }
    .Name-artiste {
        color: #FFF;
        position: relative;
        left: 5%;
        font-size: 0.6rem;
        display: flex;
    }
    .music-title {
        color: #fff;
        position: relative;
        left: 5%;
        font-size: 0.7rem;
        display: flex;
    }
    .progress-container {
        width: 90%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 29%;
        border-radius: 10px;
    }
    .bottom-div.active {
        height: 75px;
        margin-top: 1px;
        border-radius: 2px 2px 6px 6px;
        margin-bottom: 5px;
        background-color: #292f3a91;
        padding-bottom: 2px;

    }
    .flextouch {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .flextouch .download-button,
    .share-button ,.abonement {
        width: 48px;
        height: 47px;
        border: none;
        border-radius: 50%;
        position: relative;
        align-items: center;
         border: solid 1px #374050;
    }
    .share-button lord-icon {
        color: white;
        font-size: 1rem;
    }
}
@media screen and (width: 360px) {
    .btn-telechargement-hl{
        width: 61%;
    }
    .btn-telechargement-hl a {
    display: block;
    }
    .btn-service1{
        font-size: 0.8rem;
    }
    .playlist{
        font-size: 2.1rem;
    }
    .box-cover-rectangle{
        width: 46%;
    }
    .rectangle button{
        width: 84px;
    }
    .progress-container {
        width: 102%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 27%;
        border-radius: 10px;
    }
    .play-count {
        color: #ffffff;
        font-size: 0.7rem;
        position: relative;
        left: 59%;
        height: 13px;
        width: 124px;
    } 
    .flex-action-bnt :nth-child(1) {
    left: -5px;
   
}
 
.flex-action-bnt :nth-child(2) {
    left: -7px;
}
.flex-action-bnt :nth-child(3) {
    left: -2px;
}  
}

@media screen and (width: 375px) {
    .btn-telechargement-hl{
        width: 58%;
    }
    .btn-service1 a {
        font-size: 13px;
        font-weight: 900;
    }


}
@media screen and (width: 375px) {
    .btn-telechargement-hl{
        width: 59%;
    }
    .btn-telechargement-hl a {
    display: block;
    }
    .btn-service1 a{
        font-size: 0.9rem;
    }
  
    .box-cover-rectangle{
        width: 46%;
    }
    .rectangle button{
        width: 84px;
    }
    .progress-container {
        width: 102%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 27%;
        border-radius: 10px;
    }
     
}
@media screen and (width: 320px) and (height: 568px) {
.containte-tab-bar {
        width: 100%;
        height: 10%;}
}

@media screen and (width: 320px) {
    .btn-telechargement-hl{
        width: 80%;
    }
    .btn-telechargement-hl a {
    display: block;
    }
    .btn-service1{
       
        width: 140%;
    }
    .btn-service1 a {
        font-size: 11px;
    }
    .playlist {
        font-size: 1.7rem;
    }
    .voir-tout{
        height: 9vh;
    }
    .voir-tout a {
        font-size: 13px;
        width: 40%;
    }
    .carre-artiste img {
        height: 90%;
    }
    .btn-acheter{
        left: 51%;
    }
    .titre-video-ytb {
        width: 82%;
    }
    .titre-bas{
        margin-top: 0px;
    }
    .box-cover-rectangle{
        width: 46%;
    }
    .rectangle button{
        width: 84px;
    }
    .progress-container {
        width: 102%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 27%;
        border-radius: 10px;
    }
    .play-count {
        color: #ffffff;
        font-size: 0.7rem;
        position: relative;
        left: 59%;
        height: 13px;
        width: 124px;
    }   

}
@media screen and (width: 428px){

    .header {
        direction: flex;
        align-items: center;
    }    
    .bande-header {
        width: 100%;
        height: 44px;
        border-bottom: solid 1px var(--bor);
        display: flex;
        align-items: center;
    }
    .bande-header .logo-Massama-Média  {
        position: relative;
        width: 45%;
        height: 56%;
        margin-left: 11px;
        margin-top: 7%;
        padding-bottom: 5px;
    }
    .btn-service1 {
        width: 123%;
        height: 36%;
        border-radius: 345px;
        padding: 14px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: revert;
        border: solid 2px var(--bor);
        margin-right: 41px;
    }
    .btn-service1 a {
        color: #fff;
        font-size: 0.9rem;
        font-weight: 900;
    }
    .btn-telechargement-hl {
        width: 47%;
        height: 79%;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: solid 2px var(--bor);
        right: 20px;
    }
    .btn-telechargement-hl img {
        width: 54%;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        left: 6px;
    }   
    .btn-telechargement-hl a {
    display: block;
    }
    .home-section {
        margin-top: 0px;
        padding: 6px;
        overflow: hidden;
    }
    .carousel {
        width: 100.5%;
        height: 183px;
        overflow: hidden;
        border-radius: 13px;
        position: relative;
        padding: 10px;
    }
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 26px;
        background-color: #20203c2e;
        height: 37%;
        gap: 2%;
    }
    .box {
        height: 89%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
    }
    .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        border: solid 2px #ba2424;
    }
    .playlist {
        color: white;
        width: 39%;
        font-size: 2.2rem;
        margin-left: 10px;
    }
    .voir-tout {
        width: 98%;
        height: 8vh;
        display: flex;
        gap: 99px;
        margin-bottom: 0px;
    }
    .voir-tout a {
        width: 38%;
        height: 88%;
        color: white;
        background-color: var(--rouge);
        border-radius: 100px;
        padding: 0px 25px;
        font-weight: 900;
        font-size: 1rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 1px;
    }
    .slider-playlist {
        width: 100%;
        height: 348px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-left: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin-bottom: 0px;
    }
    .card-containte {
        position: relative;
        min-width: 189px;
        height: 81%;
        display: flex;
        justify-content: center;
        margin-left: -11px;
    }
    .card {
        min-width: 169px;
        height: 256px;
        padding-top: 1px;
        background-color: #071329;
        border-radius: 9px;
        border: solid 1px var(--bor);
    }
    .flexdu-card {
        width: 100%;
        height: 63%;
        display: flex;
        align-items: center;
        padding: 4px 1px;
        justify-content: center;
    }
    .card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94%;
        height: 100%;
        position: relative;
        border-radius: 8px;
        background-color: #030d10;
    }
    .card h2 {
        font-size: 1rem;
        margin-top: 8px;
        margin-left: 8%;
    }
    .card h3 {
        font-size: 1.2rem;
        margin-top: 4px;
        margin-left: 8%;
        color: #b1b1b1;
    }
    .point {
        position: absolute;
        width: 54px;
        height: 54px;
        background-color: var(--rouge);
        left: 50%;
        bottom: 2px;
        overflow: hidden;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .point i {
        font-size: 1.6rem;
    }
    .box-PUB1 {
        width: 100%;
        height: 82px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;

    }
    .modal.show .modal-content {
        transform: translateY(0);
    }
    .modal-content {
        background-color: #010610;
        margin: 0% auto;
        padding: 2px;
        border: 3px solid #ae2012cc;
        width: 100%;
        max-width: 96%;
        overflow: hidden;
        height: 62%;
        text-align: center;
        border-radius: 13px;
        transition: 1.5s cubic-bezier(0.31, 0.44, 0.34, 0.87);
    }
    .close {
        color: var(--bor);
        float: right;
        font-size: 49px;
        font-weight: bold;
        margin-right: 13px;
        position: relative;
        top: -10px;
    }
    .titre-modal {
        font-size: 1rem;
        margin-top: 3%;
        margin-left: 50px;
        font-weight: 800;
        color: var(--rouge);
    }
    .flex-titre {
        width: 100%;
        height: 80%;
        background-color: #26262652;
        position: relative;
        top: 1%;
        overflow: hidden;
        padding: 5px;
        border-radius: 15px;
    }
    .flex-infos {
        width: 100%;
        height: 56%;
        position: relative;
        background-color: #010408;
        /* top: 8%; */
        border-radius: 14px;
        overflow: hidden;
    }
    .box-cover-titre {
        width: 32%;
        height: 68%;
        position: relative;
        left: 14px;
        top: 24px;
        overflow: hidden;
        border-radius: 11px;
    
    }
    .titre-tsemaine {
        color: white;
        bottom: 35%;
        position: relative;
        font-size: 1rem;
        margin-left: 25%;
    }
    .titre-tsemaine2 {
        color: rgba(255, 255, 255, 0.892);
        bottom:30%;
        position: relative;
        font-size: 1.4rem;
        margin-left: 25%;
    }
    .flex-touche {
        width: 100%;
        height: 30%;
        background-color: #010408;
        margin-top: 11%;
        display: flex;
        align-items: center;
        border-radius: 22px;
        overflow: hidden;
    }
    .rond {
        background-color: var(--rouge);
        width:84px;
        height: 53px;
        border-radius: 50%;
        margin-left: 3%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.rond i {
    font-size: 2rem;
}
.telecharge {
    width: 75%;
    height: 56%;
    border-radius: 75px;
    background-color: var(--rouge);
    margin-left: 30%;
    padding: 7px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.telecharge i {
    font-size: 13px;
    font-weight: bolder;
}
.modal-publicité1, .modal-publicité2 {
    width: 100%;
    height: 22%;
    background-color: rgba(128, 17, 0, 0.398);
    margin-top: 100px;
}
  /* État pendant le téléchargement */
  .download-button.downloading {
    background-color: #ff3333; /* Rouge */
    animation: pulse 1.5s infinite;
  }
  
  /* État une fois mis en cache */
  .download-button.cached {
    background-color: #33cc33; /* Vert */
  }
  /* Animation de pulsation */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
.flex-action-bnt{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top:-4px;
}
.flex-action-bnt p{
    font-size: 0.7rem;
}
    .pub1 {
        width: 100%;
        height: 106%;
        border-radius: 7px;
        background-color: #db120041;
    }
    .containt-slide-artiste {
        width: 100%;
        height: 280px;
        margin-top: 8%;
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        align-items: center;
        gap: 3px;
    }
    .transparent-containte {
        min-width:41%;
        height: 100%;
    }
    .carre-artiste {
        width: 100%;
        height: 66%;
        position: relative;
    }
    .titre-bas {
        margin-top: 7px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }
    .certif {
        width: 20px;
        height: 19px;
    }
    .intermediate-page p {
        font-size: 1rem;
        font-weight: bolder;
    }
    .carré-pub {
        width: 100%;
        height: 43%;
        background-color: beige;
        margin-top: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .continue-button {
        padding: 18px 28px;
        background-color: var(--rouge);
        color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 58px;
    }

    .beats-shopp {
        margin-top: 4%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-right: 23px;
    }

    .titre-section3 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section1 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section3 lord-icon {
        width: 51px;
        height: 44px;
        right: 23px;
        position: relative;
        top: 7px;
    }
    .section-beat-containt {
        margin-top: 20px;
        width: 100%;
        height: 357px;
        display: flex;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        scroll-behavior: smooth;
    }
    .transparent-box-beat {
        position: relative;
        overflow: hidden;
        min-width: 95%;
        height: 97%;
        margin-top: 1%;
        margin-left: 0%;
        padding: 4px;
    }
    .box-visible-beat {
        width: 100%;
        height: 86%;
        background-color: #050D1B;
        border-radius: 9px;
        border: solid 1px var(--bor);
        overflow: hidden;
    }
    .name-instru {
        display: flex;
        align-items: center;
        margin-top: 6%;
        height: 11%;
        overflow: hidden;
    }
    .titre-instru {
        position: relative;
        font-size: 1.5rem;
        top: -6%;
        left: 5%;
    }
    .titre-prix {
        color: var(--rouge);
        position: relative;
        left: 27%;
        top: -1px;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
    }
    .cercle-play-instru {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        bottom: 7.2%;
        left: 8%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cercle-play-instru i {
        font-size: 1.5rem;
    }
    .btn-acheter {
        width: 138px;
        height: 46px;
        border-radius: 95px;
        bottom: 8%;
        left: 56%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 900;
        text-align: center;
    }
    .video-preview {
        margin-left: 5.5%;
        font-size: 2.3rem;
        overflow: hidden;
        height: 75px;
        margin-bottom: 13px;
    }
    .titre-section6 lord-icon {
        position: relative;
        width: 54px;
        height: 54px;
        top: 15px;
        right: 6px;
    }
    .containte-video {
        width: 100%;
        height: 295px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .card-video {
        min-width: 92%;
        height: 100%;
        background-color: #050D1B;
        border-radius: 13px;
        border: solid 1px var(--bor);
        margin-left: 6px;
        padding-top: 5px;
    }

    .flex-video {
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .card-box-video {
        width: 96%;
        height: 96%;
        background-color: #526471a3;
        border-radius: 9px;
    }
    .titre-video-ytb {
        width: 70%;
        height: 10%;
        background-color: #050D1B;
        margin-top: 23px;
        margin-left: 15px;
        border-radius: 66px;
        border: solid 2px red;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .titre-video-ytb h2 {
        font-size: 1rem;
    }
    .Nouveau-talent {
        margin-top: 8%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-bottom: 19px;
    }
    .container-Nouveau-talent {
        display: flex;
        align-items: center;
        width: 100%;
        height: 499px;
    }
    .cadre-Nouveau-talent {
        min-width: 79%;
        height: 92%;
        background-color: #000610;
        border-radius: 4%;
        margin-left: 12px;
        border: solid 2px var(--bor);
    }
    .transparent-box-plus {
        height: 97%;
        min-width: 336px;
        display: flex ;
        margin-left: 4%;
    }
    .box-visible-beat-plus {
        width: 100%;
        height: 99%;
        background-color: #292f3a2d;
        border-radius: 3.5%;
        border: solid 1px var(--bor);
        margin-right: 2%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .cercle-plus-beat {
        width: 78%;
        height: 21%;
        border-radius: 121px;
        background-color: var(--fond);
        border: solid 3px var(--bor);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cercle-plus-beat p {
        font-size: 1.2rem;
        text-align: center;
    }
    .play-count {
        color: #ffffff00;
        font-size: 0.7rem;
        position: relative;
        left: 62%;
        height: 13px;
        width: 124px;
    }
   .play-count i {
    color: white;
    font-size: 0.7rem;
    margin-right: 5px;
    position: relative;
    top: 1px;
    }
    .containt-btn-publication {
        width: 100%;
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }
    .containt-btn-publication a {
        font-size: 1rem;
        font-weight: 900;
        color: #fff;
        width: 66%;
        height: 66%;
        background-color: var(--rouge);
        border-radius: 91px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .votes {
        font-size: 2rem;
        margin-bottom: 23px;
    }
    .card-class-vote {
        width: 100%;
        height: 344px;
        padding: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #0006106c;
       
    }
    footer {
        width: 100%;
        background-color: black;
        margin-top: 8%;

    }
    /* >>>>>>>>>>>>>.playlist-song.active>>>>>>>>>>>>>>>> */
    .search-containte {
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        padding: 17px 0px;
        overflow: hidden;
    }
    .retour-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 47px;
        border-radius: 50%;
        background-color: var(--fond);
        border: solid 2px var(--bor);
        position: relative;
        margin-left: 6px;
    }
    .track {
        transition: height 0.5s ease;
        margin-bottom: -2px;
    }

    .retour-btn-icon .fa-solid.fa-arrow-left {
        font-size: 1.4rem;
        align-items: center;
        position: absolute;
    }
    .search-bar2 {
        width: 85%;
        height: 99%;
        display: block;
        position: relative;
        right: 15px;
    }
    #search-bar {
        width: 100%;
        height: 100%;
        background-color: var(--fond);
        border-radius: 60px;
        font-size: 0.9rem;
        color: white;
        padding-left: 13px;
        border: none;
    }
    .containte-tab-bar {
        width: 100%;
        height: 7%;
        overflow-x: auto;
        margin-top:9px;
        margin-bottom: 12px;
    }
    .tab-buttons {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        transition: 0.5s ease;
        gap: 5px;
    }
    .tab-buttons button {
        min-width: 28px;
        height: 40px;
        border-radius: 7px;
        transition: 0.5s ease;
        font-size: 1rem;
        font-weight: bolder;
        overflow: hidden;
    }
    .tab-button {
        flex: 1 0 auto;
        padding: 12px 19px;
        background-color: #444;
        color: white;
        border: none;
        cursor: pointer;
    }
    .tab-buttons :nth-child(1) {
        margin-left: 8px;
        text-align: center;
        width: 106px;
    }
    .tab-content {
        width: 100%;
        height: 100%;
        padding: 1px 6px;
        box-sizing: border-box;
        transition: opacity 0.5s;
    }
    .top-div {
        width: 99%;
        height: 0;
        background-color: #292f3a91;
        border-radius: 5px;
        transition: height 0.5s ease;
        overflow: hidden;
        margin-bottom: 7px;
    }
    .top-div.active {
        height: 180px;
        margin-bottom: 0px;
        border-radius: 6px 6px 2px 2px;
    }
    .rectangle {
        width: 100%;
        height: 78px;
        background-color: #292f3a91;
        border: solid 1.5px rgb(73, 77, 84);
        overflow: hidden;
        display: flex;
        align-items: center;
        transition: all 0.5s ease;
        border-radius: 9px;
    }
    .box-cover-rectangle {
        width: 36%;
        height: 74%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        left: 2%;
    }
    .icon-pause i {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .rectangle button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 2px;
        font-size: 4px;
        width: 73px;
        height: 35px;
        cursor: pointer;
        border: solid 1px #D9D9D9;
        background-color: #0B0F17;
        color: #fff;
        position: relative;
        left: 6%;
        border-radius: 50%;
        top: 0%;
    }
    .icon-play i {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .status-indicator {
        width: 13px;
        height: 5px;
        background-color: rgb(95, 99, 104);
        border-radius: 50%;
        position: relative;
        border: var(--bor);
        left: 63%;
    }
    .box-titre-player {
        width: 81%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        left: 0px;
        gap: 1px;
    }
    .Name-artiste {
        color: #FFF;
        position: relative;
        left: 5%;
        font-size: 0.6rem;
        display: flex;
    }
    .music-title {
        color: #fff;
        position: relative;
        left: 5%;
        font-size: 0.7rem;
        display: flex;
    }
    .progress-container {
        width: 90%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 29%;
        border-radius: 10px;
    }
    .bottom-div.active {
        height: 75px;
        margin-top: 1px;
        border-radius: 2px 2px 6px 6px;
        margin-bottom: 5px;
        background-color: #292f3a91;
        padding-bottom: 2px;

    }
    .flextouch {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }
    .flextouch .download-button,
    .share-button ,.abonement {
        width: 48px;
        height: 47px;
        border: none;
        border-radius: 50%;
        position: relative;
        align-items: center;
         border: solid 1px #374050;
    }
    .share-button lord-icon {
        color: white;
        font-size: 1rem;
    }
}
@media screen and (width: 430px){

    .header {
        direction: flex;
        align-items: center;
    }

    .bande-header {
        width: 100%;
        height: 44px;
        border-bottom: solid 1px var(--bor);
        display: flex;
        align-items: center;
    }

    .bande-header .logo-Massama-Média  {
        position: relative;
        width: 45%;
        height: 56%;
        margin-left: 11px;
        margin-top: 7%;
        padding-bottom: 5px;
    }
    .flex-action-bnt :nth-child(1) {
        left: 3px;
    }
    .btn-service1 {
        width: 123%;
        height: 36%;
        border-radius: 345px;
        padding: 14px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: revert;
        border: solid 2px var(--bor);
        margin-right: 41px;
    }
    .btn-service1 a {
        color: #fff;
        font-size: 1rem;
        font-weight: 900;
    }
    .btn-telechargement-hl {
        width: 47%;
        height: 79%;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: solid 2px var(--bor);
        right: 20px;
    }
    .btn-telechargement-hl img {
        width: 54%;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        left: 6px;
    }     
    .btn-telechargement-hl a {
    display: block;
    }
    .home-section {
        margin-top: 0px;
        padding: 6px;
        overflow: hidden;
    }
    .carousel {
        width: 100.5%;
        height: 183px;
        overflow: hidden;
        border-radius: 13px;
        position: relative;
        padding: 10px;
    }
    .container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 26px;
        background-color: #20203c2e;
        height: 23%;
        gap: 2%;
    }
    .box {
        height: 98%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
    }
    .box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
        border: solid 2px #ba2424;
    }
    .playlist {
        color: white;
        width: 39%;
        font-size: 2.7rem;
        margin-left: 10px;
    }
    .voir-tout {
        width: 98%;
        height: 8vh;
        display: flex;
        gap: 99px;
        margin-bottom: 0px;
    }
    .voir-tout a {
        width: 38%;
        height: 84%;
        color: white;
        background-color: var(--rouge);
        border-radius: 100px;
        padding: 0px 25px;
        font-weight: 900;
        font-size: 1.2rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin-right: 1px;
    }
    .slider-playlist {
        width: 100%;
        height: 348px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-left: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin-bottom: 0px;
    }
    .card-containte {
        position: relative;
        min-width: 189px;
        height: 81%;
        display: flex;
        justify-content: center;
        margin-left: -11px;
    }
    .card {
        min-width: 169px;
        height: 256px;
        padding-top: 1px;
        background-color: #071329;
        border-radius: 9px;
        border: solid 1px var(--bor);
    }
    .flexdu-card {
        width: 100%;
        height: 63%;
        display: flex;
        align-items: center;
        padding: 4px 1px;
        justify-content: center;
    }
    .card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94%;
        height: 100%;
        position: relative;
        border-radius: 8px;
        background-color: #030d10;
    }
    .card h2 {
        font-size: 1rem;
        margin-top: 8px;
        margin-left: 8%;
    }
    .card h3 {
        font-size: 1.2rem;
        margin-top: 4px;
        margin-left: 8%;
        color: #b1b1b1;
    }
    .point {
        position: absolute;
        width: 54px;
        height: 54px;

        background-color: var(--rouge);
        left: 50%;
        bottom: 2px;
        overflow: hidden;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .point i {
        font-size: 1.6rem;
    }
    .box-PUB1 {
        width: 100%;
        height: 82px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;
    }




    .modal.show .modal-content {
        transform: translateY(0);
    }
    
    .modal-content {
        background-color: #010610;
        margin: 0% auto;
        padding: 2px;
        border: 3px solid #ae2012cc;
        width: 100%;
        max-width: 96%;
        overflow: hidden;
        height: 62%;
        text-align: center;
        border-radius: 13px;
        transition: 1.5s cubic-bezier(0.31, 0.44, 0.34, 0.87);
    }

    .close {
        color: var(--bor);
        float: right;
        font-size: 49px;
        font-weight: bold;
        margin-right: 13px;
        position: relative;
        top: -10px;
    }

    .titre-modal {
        font-size: 1rem;
        margin-top: 3%;
        margin-left: 50px;
        font-weight: 800;
        color: var(--rouge);
    }
    .flex-titre {
        width: 100%;
        height: 80%;
        background-color: #26262652;
        position: relative;
        top: 1%;
        overflow: hidden;
        padding: 5px;
        border-radius: 15px;
    }
    .flex-infos {
        width: 100%;
        height: 56%;
        position: relative;
        background-color: #010408;
        /* top: 8%; */
        border-radius: 14px;
        overflow: hidden;
    }
    .box-cover-titre {
        width: 32%;
        height: 68%;
        position: relative;
        left: 14px;
        top: 24px;
        overflow: hidden;
        border-radius: 11px;
    
    }
    .titre-tsemaine {
        color: white;
        bottom: 35%;
        position: relative;
        font-size: 1rem;
        margin-left: 25%;
    }
    .titre-tsemaine2 {
        color: rgba(255, 255, 255, 0.892);
        bottom:30%;
        position: relative;
        font-size: 1.4rem;
        margin-left: 25%;
    }

    .flex-touche {
        width: 100%;
        height: 30%;
        background-color: #010408;
        margin-top: 11%;
        display: flex;
        align-items: center;
        border-radius: 22px;
        overflow: hidden;
    }

    .rond {
        background-color: var(--rouge);
        width:84px;
        height: 53px;
        border-radius: 50%;
        margin-left: 3%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.rond i {
    font-size: 2rem;
}
.telecharge {
    width: 75%;
    height: 56%;
    border-radius: 75px;
    background-color: var(--rouge);
    margin-left: 30%;
    padding: 7px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telecharge i {
    font-size: 13px;
    font-weight: bolder;
}
.modal-publicité1, .modal-publicité2 {
    width: 100%;
    height: 22%;
    background-color: rgba(128, 17, 0, 0.398);
    margin-top: 100px;
}





.flex-action-bnt{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top:-4px;
}
.flex-action-bnt p{
    font-size: 0.7rem;
}


  /* État pendant le téléchargement */
  .download-button.downloading {
    background-color: #ff3333; /* Rouge */
    animation: pulse 1.5s infinite;
  }
  
  /* État une fois mis en cache */
  .download-button.cached {
    background-color: #33cc33; /* Vert */
  }
  
  /* Animation de pulsation */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }





    .pub1 {
        width: 100%;
        height: 106%;
        border-radius: 7px;
        background-color: #db120041;
    }

    .containt-slide-artiste {
        width: 100%;
        height: 280px;
        margin-top: 8%;
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        align-items: center;
        gap: 3px;
    }

    .transparent-containte {
        min-width:41%;
        height: 100%;
    }

    .carre-artiste {
        width: 100%;
        height: 66%;
        position: relative;
    }

    .titre-bas {
        margin-top: 7px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .certif {
        width: 20px;
        height: 19px;
    }
    .intermediate-page p {
        font-size: 1rem;
        font-weight: bolder;
    }
    .carré-pub {
        width: 100%;
        height: 43%;
        background-color: beige;
        margin-top: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .continue-button {
        padding: 18px 28px;
        background-color: var(--rouge);
        color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 58px;
    }

    .beats-shopp {
        margin-top: 4%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-right: 23px;
    }

    .titre-section3 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section1 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }


    .titre-section3 lord-icon {
        width: 51px;
        height: 44px;
        right: 23px;
        position: relative;
        top: 7px;
    }


    .section-beat-containt {
        margin-top: 20px;
        width: 100%;
        height: 357px;
        display: flex;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .transparent-box-beat {
        position: relative;
        overflow: hidden;
        min-width: 95%;
        height: 97%;
        margin-top: 1%;
        margin-left: 0%;
        padding: 4px;
    }


    .box-visible-beat {
        width: 100%;
        height: 86%;
        background-color: #050D1B;
        border-radius: 9px;
        border: solid 1px var(--bor);
        overflow: hidden;
    }

    .name-instru {
        display: flex;
        align-items: center;
        margin-top: 6%;
        height: 11%;
        overflow: hidden;
    }

    .titre-instru {
        position: relative;
        font-size: 1.5rem;
        top: -6%;
        left: 5%;
    }

    .titre-prix {
        color: var(--rouge);
        position: relative;
        left: 27%;
        top: -1px;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
    }

    .cercle-play-instru {
        width: 52px;
        height: 52px;
        border-radius: 50%;
        bottom: 7.2%;
        left: 8%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cercle-play-instru i {
        font-size: 1.5rem;
    }

    .btn-acheter {
        width: 138px;
        height: 46px;
        border-radius: 95px;
        bottom: 8%;
        left: 56%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.3rem;
        font-weight: 900;
        text-align: center;
    }

    .video-preview {
        margin-left: 5.5%;
        font-size: 2.3rem;
        overflow: hidden;
        height: 75px;
        margin-bottom: 13px;
    }

    .titre-section6 lord-icon {
        position: relative;
        width: 54px;
        height: 54px;
        top: 15px;
        right: 6px;
    }



    .containte-video {
        width: 100%;
        height: 295px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .card-video {
        min-width: 92%;
        height: 100%;
        background-color: #050D1B;
        border-radius: 13px;
        border: solid 1px var(--bor);
        margin-left: 6px;
        padding-top: 5px;
    }

    .flex-video {
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-box-video {
        width: 96%;
        height: 96%;
        background-color: #526471a3;
        border-radius: 9px;
    }

    .titre-video-ytb {
        width: 70%;
        height: 10%;
        background-color: #050D1B;
        margin-top: 23px;
        margin-left: 15px;
        border-radius: 66px;
        border: solid 2px red;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .titre-video-ytb h2 {
        font-size: 1rem;
    }






    .Nouveau-talent {
        margin-top: 8%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-bottom: 19px;
    }
    .container-Nouveau-talent {
        display: flex;
        align-items: center;
        width: 100%;
        height: 499px;
    }


    .cadre-Nouveau-talent {
        min-width: 79%;
        height: 92%;
        background-color: #000610;
        border-radius: 4%;
        margin-left: 12px;
        border: solid 2px var(--bor);
    }



    .transparent-box-plus {
        height: 97%;
        min-width: 336px;
        display: flex ;
        margin-left: 4%;
    }

    .box-visible-beat-plus {
        width: 100%;
        height: 99%;
        background-color: #292f3a2d;
        border-radius: 3.5%;
        border: solid 1px var(--bor);
        margin-right: 2%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .cercle-plus-beat {
        width: 78%;
        height: 21%;
        border-radius: 121px;
        background-color: var(--fond);
        border: solid 3px var(--bor);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cercle-plus-beat p {
        font-size: 1.2rem;
        text-align: center;
    }

    .play-count {
        color: #ffffff00;
        font-size: 0.7rem;
        position: relative;
        left: 62%;
        height: 13px;
        width: 124px;
    }
.play-count i {
    color: white;
    font-size: 0.7rem;
    margin-right: 5px;
    position: relative;
    top: 1px;
}


    .containt-btn-publication {
        width: 100%;
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .containt-btn-publication a {
        font-size: 1rem;
        font-weight: 900;
        color: #fff;
        width: 66%;
        height: 66%;
        background-color: var(--rouge);
        border-radius: 91px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .votes {
        font-size: 2rem;
        margin-bottom: 23px;
    }

    .card-class-vote {
        width: 100%;
        height: 344px;
        padding: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #0006106c;
       
    }

    footer {
        width: 100%;
        background-color: black;
        margin-top: 8%;

    }



    /* >>>>>>>>>>>>>.playlist-song.active>>>>>>>>>>>>>>>> */

    .search-containte {
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        padding: 17px 0px;
        overflow: hidden;
    }
    .retour-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 47px;
        border-radius: 50%;
        background-color: var(--fond);
        border: solid 2px var(--bor);
        position: relative;
        margin-left: 6px;
    }

    .track {
        transition: height 0.5s ease;
        margin-bottom: -2px;
    }

    .retour-btn-icon .fa-solid.fa-arrow-left {
        font-size: 1.4rem;
        align-items: center;
        position: absolute;
    }

    .search-bar2 {
        width: 85%;
        height: 99%;
        display: block;
        position: relative;
        right: 15px;
    }

    #search-bar {
        width: 100%;
        height: 100%;
        background-color: var(--fond);
        border-radius: 60px;
        font-size: 0.9rem;
        color: white;
        padding-left: 13px;
        border: none;
    }

    .containte-tab-bar {
        width: 100%;
        height: 7%;
        overflow-x: auto;
        margin-top:9px;
        margin-bottom: 12px;
    }

    .tab-buttons {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        transition: 0.5s ease;
        gap: 5px;
    }

    .tab-buttons button {
        min-width: 28px;
        height: 40px;
        border-radius: 7px;
        transition: 0.5s ease;
        font-size: 1rem;
        font-weight: bolder;
        overflow: hidden;
    }

    .tab-button {
        flex: 1 0 auto;
        padding: 12px 19px;
        background-color: #444;
        color: white;
        border: none;
        cursor: pointer;
    }

    .tab-buttons :nth-child(1) {
        margin-left: 8px;
        text-align: center;
        width: 106px;
    }



    .tab-content {
        width: 100%;
        height: 100%;
        padding: 1px 6px;
        box-sizing: border-box;
        transition: opacity 0.5s;
    }

    .top-div {
        width: 99%;
        height: 0;
        background-color: #292f3a91;
        border-radius: 5px;
        transition: height 0.5s ease;
        overflow: hidden;
        margin-bottom: 7px;
    }

    .top-div.active {
        height: 180px;
        margin-bottom: 0px;
        border-radius: 6px 6px 2px 2px;
    }

    .rectangle {
        width: 100%;
        height: 84px;
        background-color: #292f3a91;
        border: solid 1.5px rgb(73, 77, 84);
        overflow: hidden;
        display: flex;
        align-items: center;
        transition: all 0.5sease;
        border-radius: 9px;
    }

    .box-cover-rectangle {
        width: 36%;
        height: 74%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        left: 2%;
    }
    .icon-pause i {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rectangle button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 2px;
        font-size: 4px;
        width: 79px;
        height: 35px;
        cursor: pointer;
        border: solid 1px #D9D9D9;
        background-color: #0B0F17;
        color: #fff;
        position: relative;
        left: 6%;
        border-radius: 50%;
        top: 0%;
    }
    .icon-play i {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .status-indicator {
        width: 13px;
        height: 5px;
        background-color: rgb(95, 99, 104);
        border-radius: 50%;
        position: relative;
        border: var(--bor);
        left: 63%;
    }

    .box-titre-player {
        width: 81%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        left: 3px;
        gap: 1px;
    }

    .Name-artiste {
        color: #FFF;
        position: relative;
        left: 5%;
        font-size: 0.6rem;
        display: flex;
    }

    .music-title {
        color: #fff;
        position: relative;
        left: 5%;
        font-size: 0.7rem;
        display: flex;
    }

    .progress-container {
        width: 90%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 29%;
        border-radius: 10px;
    }

    .bottom-div.active {
        height: 75px;
        margin-top: 1px;
        border-radius: 2px 2px 6px 6px;
        margin-bottom: 5px;
        background-color: #292f3a91;
        padding-bottom: 2px;

    }

    .flextouch {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .flextouch .download-button,
    .share-button ,.abonement {
        width: 48px;
        height: 47px;
        border: none;
        border-radius: 50%;
        position: relative;
        align-items: center;
         border: solid 1px #374050;
    }
    .share-button lord-icon {
        color: white;
        font-size: 1rem;
    }
}
@media screen and (width: 768px){

    .header {
        direction: flex;
        align-items: center;
    }
    .bande-header {
        width: 100%;
        height: 62px;
        border-bottom: solid 1px var(--bor);
        display: flex;
        align-items: center;
    }

    .bande-header .logo-Massama-Média {
        position: relative;
        width: 26%;
        height: 23%;
        margin-left:27px;
        margin-top: 4%;
        padding-bottom: 5px;
    }



    .btn-service1 {
        width: 44%;
        height: 75%;
        border-radius: 345px;
        padding: 14px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        background-color: revert;
        border: solid 2px var(--bor);
        margin-right: 67px;
    }


    .btn-service1 a {
        color: #fff;
        font-size: 1rem;
        font-weight: 900;
    }


    .btn-telechargement-hl {
        width: 19%;
        height: 79%;
        border-radius: 50%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: solid 2px var(--bor);
        right: 36px;
    }

    .btn-telechargement-hl img {
        width: 54%;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        left: 6px;
    }
    .btn-telechargement-hl a {
    display: block;
    }    
    


    .home-section {
        margin-top: 0px;
        padding: 6px;
        overflow: hidden;
    }


    .carousel {
        width: 100.5%;
        height: 331px;
        overflow: hidden;
        border-radius: 13px;
        position: relative;
        padding: 10px;
    }


    .container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 26px;
    background-color: #20203c2e;
    height: 37%;
    gap: 0%;
    }


    .box {
        width: 118%;
        height: 185%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
    }

    .box img {
        width: 80%;
        height: 100%;
        object-fit: cover;
        border-radius: 15px;
        border: solid 2px #ba2424;
    }
    

    .playlist {
        color: white;
        width: 39%;
        font-size: 4rem;
        margin-left: 10px;
    }

    .voir-tout {
        width: 98%;
        height: 8vh;
        display: flex;
        gap: 99px;
        margin: 30px 0px;
    }
    .voir-tout a {
        width: 28%;
        height: 89%;
        color: white;
        background-color: var(--rouge);
        border-radius: 100px;
        padding: 0px 25px;
        font-weight: 900;
        font-size: 1.7rem;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        left: 13%;
    }

    .slider-playlist {
        width: 100%;
        height: 348px;
        display: flex;
        align-items: center;
        overflow: hidden;
        padding-left: 10px;
        overflow-x: auto;
        scroll-behavior: smooth;
        margin-bottom: 0px;
    }



    .card-containte {
        position: relative;
        min-width: 189px;
        height: 81%;
        display: flex;
        justify-content: center;
        margin-left: -11px;
    }


    .card {
        min-width: 169px;
        height: 256px;
        padding-top: 1px;
        background-color: #071329;
        border-radius: 9px;
        border: solid 1px var(--bor);
    }


    .flexdu-card {
        width: 100%;
        height: 63%;
        display: flex;
        align-items: center;
        padding: 4px 1px;
        justify-content: center;
    }

    .card-img {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 94%;
        height: 100%;
        position: relative;
        border-radius: 8px;
        background-color: #030d10;
    }

    .card h2 {
        font-size: 1rem;
        margin-top: 8px;
        margin-left: 8%;
    }

    .card h3 {
        font-size: 1.2rem;
        margin-top: 4px;
        margin-left: 8%;
        color: #b1b1b1;
    }
    .point {
        position: absolute;
        width: 54px;
        height: 54px;

        background-color: var(--rouge);
        left: 50%;
        bottom: 2px;
        overflow: hidden;
        transform: translateX(-50%);
        z-index: 5;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .point i {
        font-size: 1.6rem;
    }




    .box-PUB1 {
        width: 100%;
        height: 82px;
        display: flex;
        padding: 10px;
        align-items: center;
        justify-content: center;
        margin-top: 0px;

    }




    .modal.show .modal-content {
        transform: translateY(0);
    }
    
    .modal-content {
        background-color: #010610;
        margin: 0% auto;
        padding: 2px;
        border: 3px solid #ae2012cc;
        width: 100%;
        max-width: 96%;
        overflow: hidden;
        height: 62%;
        text-align: center;
        border-radius: 13px;
        transition: 1.5s cubic-bezier(0.31, 0.44, 0.34, 0.87);
    }

    .close {
        color: var(--bor);
        float: right;
        font-size: 49px;
        font-weight: bold;
        margin-right: 13px;
        position: relative;
        top: -10px;
    }

    .titre-modal {
        font-size: 1rem;
        margin-top: 3%;
        margin-left: 50px;
        font-weight: 800;
        color: var(--rouge);
    }
    .flex-titre {
        width: 100%;
        height: 80%;
        background-color: #26262652;
        position: relative;
        top: 1%;
        overflow: hidden;
        padding: 5px;
        border-radius: 15px;
    }
    .flex-infos {
        width: 100%;
        height: 56%;
        position: relative;
        background-color: #010408;
        border-radius: 14px;
        overflow: hidden;
    }
    .box-cover-titre {
        width: 32%;
        height: 68%;
        position: relative;
        left: 14px;
        top: 24px;
        overflow: hidden;
        border-radius: 11px;
    
    }
    .titre-tsemaine {
        color: white;
        bottom: 35%;
        position: relative;
        font-size: 1rem;
        margin-left: 25%;
    }
    .titre-tsemaine2 {
        color: rgba(255, 255, 255, 0.892);
        bottom:30%;
        position: relative;
        font-size: 1.4rem;
        margin-left: 25%;
    }

    .flex-touche {
        width: 100%;
        height: 30%;
        background-color: #010408;
        margin-top: 11%;
        display: flex;
        align-items: center;
        border-radius: 22px;
        overflow: hidden;
    }

    .rond {
        background-color: var(--rouge);
        width:84px;
        height: 53px;
        border-radius: 50%;
        margin-left: 3%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.rond i {
    font-size: 2rem;
}
.telecharge {
    width: 75%;
    height: 56%;
    border-radius: 75px;
    background-color: var(--rouge);
    margin-left: 30%;
    padding: 7px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.telecharge i {
    font-size: 13px;
    font-weight: bolder;
}
.modal-publicité1, .modal-publicité2 {
    width: 100%;
    height: 22%;
    background-color: rgba(128, 17, 0, 0.398);
    margin-top: 100px;
}





.flex-action-bnt{
    width: 100%;
    height: 25%;
    display: flex;
    justify-content: space-evenly;
    position: relative;
    top:-4px;
}
.flex-action-bnt p{
    font-size: 0.7rem;
}



 /* État pendant le téléchargement */
 .download-button.downloading {
    background-color: #ff3333; /* Rouge */
    animation: pulse 1.5s infinite;
  }
  
  /* État une fois mis en cache */
  .download-button.cached {
    background-color: #33cc33; /* Vert */
  }
  
  /* Animation de pulsation */
  @keyframes pulse {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }




    .pub1 {
        width: 100%;
        height: 106%;
        border-radius: 7px;
        background-color: #db120041;
    }

    .containt-slide-artiste {
        width: 100%;
        height: 280px;
        margin-top: 8%;
        overflow: hidden;
        overflow-x: auto;
        display: flex;
        align-items: center;
        gap: 0px;
    }

    .transparent-containte {
        min-width:31%;
        height: 100%;
    }

    .carre-artiste {
        width: 100%;
        height: 66%;
        position: relative;
    }
    .carre-artiste img {
        width: 80%;
       height: 100%;
       object-fit: cover;
       display: flex;
       align-items: center;
       justify-content: center;
    }

    .titre-bas {
        margin-top: 7px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
    }

    .certif {
        width: 20px;
        height: 19px;
    }
    .intermediate-page p {
        font-size: 1rem;
        font-weight: bolder;
    }
    .carré-pub {
        width: 100%;
        height: 43%;
        background-color: beige;
        margin-top: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 34px;
    }
    .continue-button {
        padding: 18px 28px;
        background-color: var(--rouge);
        color: white;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        margin-top: 58px;
    }

    .beats-shopp {
        margin-top: 4%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-right: 23px;
    }

    .titre-section3 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }
    .titre-section1 {
        margin-top: 1%;
        display: flex;
        overflow: hidden;
        align-items: center;
    }


    .titre-section3 lord-icon {
        width: 51px;
        height: 44px;
        right: 23px;
        position: relative;
        top: 7px;
    }


    .section-beat-containt {
        margin-top: 20px;
        width: 100%;
        height: 517px;
        display: flex;
        align-items: center;
        overflow: hidden;
        overflow-x: auto;
        scroll-behavior: smooth;
    }

    .transparent-box-beat {
        position: relative;
        overflow: hidden;
        min-width: 75%;
        height: 97%;
        margin-top: 1%;
        margin-left: 0%;
        padding: 4px;
    }


    .box-visible-beat {
        width: 100%;
        height: 86%;
        background-color: #050D1B;
        border-radius: 9px;
        border: solid 1px var(--bor);
        overflow: hidden;
    }

    .name-instru {
        display: flex;
        align-items: center;
        margin-top: 6%;
        height: 11%;
        overflow: hidden;
    }

    .titre-instru {
        position: relative;
        font-size: 1.5rem;
        top: -6%;
        left: 5%;
    }

    .titre-prix {
        color: var(--rouge);
        position: relative;
        left: 47%;
        top: -1px;
        font-size: 1rem;
        font-weight: bold;
        overflow: hidden;
    }

    .cercle-play-instru {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        bottom: 7.2%;
        left: 8%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cercle-play-instru i {
        font-size: 1.5rem;
    }

    .btn-acheter {
        width: 188px;
        height: 76px;
        border-radius: 95px;
        bottom: 8%;
        left: 64%;
        position: absolute;
        background-color: var(--rouge);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 900;
        text-align: center;
    }


    .video-preview {
        margin-left: 5.5%;
        font-size: 2.3rem;
        overflow: hidden;
        height: 75px;
        margin-bottom: 13px;
    }

    .titre-section6 lord-icon {
        position: relative;
        width: 54px;
        height: 54px;
        top: 15px;
        right: 6px;
    }



    .containte-video {
        width: 100%;
        height:504px;
        display: flex;
        align-items: center;
        margin-top: 5px;
    }
    .card-video {
        min-width: 92%;
        height: 100%;
        background-color: #050D1B;
        border-radius: 13px;
        border: solid 1px var(--bor);
        margin-left: 6px;
        padding-top: 5px;
    }

    .flex-video {
        width: 100%;
        height: 75%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .card-box-video {
        width: 96%;
        height: 96%;
        background-color: #526471a3;
        border-radius: 9px;
    }

    .titre-video-ytb {
        width: 70%;
        height: 10%;
        background-color: #050D1B;
        margin-top: 23px;
        margin-left: 15px;
        border-radius: 66px;
        border: solid 2px red;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .titre-video-ytb h2 {
        font-size: 1rem;
    }






    .Nouveau-talent {
        margin-top: 8%;
        margin-left: 5.5%;
        font-size: 2.3rem;
        margin-bottom: 19px;
    }
    .container-Nouveau-talent {
        display: flex;
        align-items: center;
        width: 100%;
        height:659px;
    }


    .cadre-Nouveau-talent {
        min-width: 79%;
        height: 92%;
        background-color: #000610;
        border-radius: 4%;
        margin-left: 12px;
        border: solid 2px var(--bor);
    }



    .transparent-box-plus {
        height: 97%;
        min-width: 336px;
        display: flex ;
        margin-left: 4%;
    }

    .box-visible-beat-plus {
        width: 100%;
        height: 99%;
        background-color: #292f3a2d;
        border-radius: 3.5%;
        border: solid 1px var(--bor);
        margin-right: 2%;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .cercle-plus-beat {
        width: 78%;
        height: 21%;
        border-radius: 121px;
        background-color: var(--fond);
        border: solid 3px var(--bor);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .cercle-plus-beat p {
        font-size: 1.2rem;
        text-align: center;
    }

    .play-count {
        color: #ffffff00;
        font-size: 0.7rem;
        position: relative;
        left: 62%;
        height: 13px;
        width: 124px;
    }
.play-count i {
    color: white;
    font-size: 0.7rem;
    margin-right: 5px;
    position: relative;
    top: 1px;
}


    .containt-btn-publication {
        width: 100%;
        height: 89px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 16px;
    }

    .containt-btn-publication a {
        font-size: 1rem;
        font-weight: 900;
        color: #fff;
        width: 66%;
        height: 66%;
        background-color: var(--rouge);
        border-radius: 91px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .votes {
        font-size: 2rem;
        margin-bottom: 23px;
    }

    .card-class-vote {
        width: 100%;
        height:664px;
        padding: 10px;
        display: flex;
        align-items: center;
        flex-direction: column;
        background-color: #0006106c;
       
    }

    footer {
        width: 100%;
        background-color: black;
        margin-top: 8%;

    }



    /* >>>>>>>>>>>>>.playlist-song.active>>>>>>>>>>>>>>>> */

    .search-containte {
        width: 100%;
        height: 10%;
        display: flex;
        align-items: center;
        padding: 17px 0px;
        overflow: hidden;
    }
    .retour-btn-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 47px;
        border-radius: 50%;
        background-color: var(--fond);
        border: solid 2px var(--bor);
        position: relative;
        margin-left: 6px;
    }

    .track {
        transition: height 0.5s ease;
        margin-bottom: -2px;
    }

    .retour-btn-icon .fa-solid.fa-arrow-left {
        font-size: 1.4rem;
        align-items: center;
        position: absolute;
    }

    .search-bar2 {
        width: 85%;
        height: 99%;
        display: block;
        position: relative;
        right: 15px;
    }

    #search-bar {
        width: 100%;
        height: 100%;
        background-color: var(--fond);
        border-radius: 60px;
        font-size: 0.9rem;
        color: white;
        padding-left: 13px;
        border: none;
    }

    .containte-tab-bar {
        width: 100%;
        height: 7%;
        overflow-x: auto;
        margin-top:9px;
        margin-bottom: 12px;
    }

    .tab-buttons {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        transition: 0.5s ease;
        gap: 5px;
    }

    .tab-buttons button {
        min-width: 28px;
        height: 40px;
        border-radius: 7px;
        transition: 0.5s ease;
        font-size: 1rem;
        font-weight: bolder;
        overflow: hidden;
    }

    .tab-button {
        flex: 1 0 auto;
        padding: 12px 19px;
        background-color: #444;
        color: white;
        border: none;
        cursor: pointer;
    }

    .tab-buttons :nth-child(1) {
        margin-left: 8px;
        text-align: center;
        width: 106px;
    }



    .tab-content {
        width: 100%;
        height: 100%;
        padding: 1px 6px;
        box-sizing: border-box;
        transition: opacity 0.5s;
    }

    .top-div {
        width: 99%;
        height: 0;
        background-color: #292f3a91;
        border-radius: 5px;
        transition: height 0.5s ease;
        overflow: hidden;
        margin-bottom: 7px;
    }

    .top-div.active {
        height: 180px;
        margin-bottom: 0px;
        border-radius: 6px 6px 2px 2px;
    }

    .rectangle {
        width: 100%;
        height: 84px;
        background-color: #292f3a91;
        border: solid 1.5px rgb(73, 77, 84);
        overflow: hidden;
        display: flex;
        align-items: center;
        transition: all 0.5sease;
        border-radius: 9px;
    }

    .box-cover-rectangle {
        width: 36%;
        height: 74%;
        border-radius: 5px;
        position: relative;
        overflow: hidden;
        left: 2%;
    }
    .icon-pause i {
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .rectangle button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 2px 2px;
        font-size: 4px;
        width: 79px;
        height: 35px;
        cursor: pointer;
        border: solid 1px #D9D9D9;
        background-color: #0B0F17;
        color: #fff;
        position: relative;
        left: 6%;
        border-radius: 50%;
        top: 0%;
    }
    .icon-play i {
        font-size: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .status-indicator {
        width: 13px;
        height: 5px;
        background-color: rgb(95, 99, 104);
        border-radius: 50%;
        position: relative;
        border: var(--bor);
        left: 63%;
    }

    .box-titre-player {
        width: 81%;
        display: flex;
        flex-direction: column;
        position: relative;
        overflow: hidden;
        left: 3px;
        gap: 1px;
    }

    .Name-artiste {
        color: #FFF;
        position: relative;
        left: 5%;
        font-size: 0.6rem;
        display: flex;
    }

    .music-title {
        color: #fff;
        position: relative;
        left: 5%;
        font-size: 0.7rem;
        display: flex;
    }

    .progress-container {
        width: 90%;
        height: 9%;
        background-color: #cbcbcb;
        position: relative;
        bottom: -21%;
        right: 29%;
        border-radius: 10px;
    }

    .bottom-div.active {
        height: 75px;
        margin-top: 1px;
        border-radius: 2px 2px 6px 6px;
        margin-bottom: 5px;
        background-color: #292f3a91;
        padding-bottom: 2px;

    }

    .flextouch {
        width: 100%;
        height: 60px;
        display: flex;
        align-items: center;
    }

    .flextouch .download-button,
    .share-button ,.abonement {
        width: 48px;
        height: 47px;
        border: none;
        border-radius: 50%;
        position: relative;
        align-items: center;
         border: solid 1px #374050;
    }
    .share-button lord-icon {
        color: white;
        font-size: 1rem;
    }
}

@media screen and ( max-width: 360px)  {
    .titre-prix{
        left: 20%;
    }
    .btn-service1 a {
        font-size: 0.8rem;
    }

}


@media screen and (width: 393px) {
  .box{
    height: 98%;
  }


}
@media screen and (width: 412px) {
  .box{
    height: 93%;
  }


}



@media screen and (width: 768px) {
    .box {
        height: 287%;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 7px;
        cursor: pointer;
        font-size: 18px;
        text-align: center;
    }

     .container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 5px;
        margin-bottom: 26px;
        background-color: #20203c2e;
        height: 22vh;
        gap: 0%;
    }
}
