/*///////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////MOBILE FIRST////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////*/
@font-face {
	font-family: 'Moderna';
	src: url("MODERNA_.TTF") format('truetype')
}

* {margin : 0px;
    padding : 0px;
    scroll-behavior: smooth;}

    body {
        background: url("../images/new129.jpg") no-repeat center fixed; 
        background-size : cover; 
    }

    main{
        margin-top: 30px;
    }

    footer{
        margin-top: 70px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #0e002cc7;
        border-top: solid #0e002c 3px ;
        color: #ffffff;
        height: 80px;
    }

    footer p {
        margin: 0;
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 17px;
        font-weight: 900;
    }

    .navbar{
        background-color: transparent !important;
       /* border-bottom: solid rgb(222, 213, 213) 2px;*/
       --bs-navbar-toggler-icon-bg : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .navbar-toggler-icon{
        color: rgb(222, 213, 213) !important;
    }

    
    .navbar a {
        color: rgb(243, 235, 235);
    }

    .navbar-brand img{
        transition: 0.1s ease-in-out; 
       
    }

    .navbar-brand img:hover {
        transform: scale(1.15);
    }


    #fond_accueil {
        display:none;

    }

    #fond_accueil_tel{
        width: 100%;
        height: 100vh;
        object-fit: cover;
        position: fixed;
    }

    #container_card{
        margin-top: 20px;
        width: 100%;
        display : flex;
        justify-content: center;
        flex-wrap: wrap;
    
    }
    
    .navbar-brand img{ 
        width: 90px;
        margin: 0;
    }
    
    .card{
        margin: 20px;
        width: 90vw;
        height: 450px;
        /*border: solid 3px white;*/
        background-color: rgba(2, 5, 67, 0.9);
        backdrop-filter: blur(4px);

        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    
        color: white;
        font-family: 'Kdam Thmor Pro', sans-serif;
        padding: 10px;
    }

    .img_container{
        display: flex;
        align-items: center;
    }

    .img_galerie{
        margin: auto;
        width: 90%;
        height: 200px;
        object-fit: cover;
    }
    
    .musique_id_titre{
        font-size: 16px;
    }
    
    .genre{
        font-weight: 400;
        text-transform: uppercase;
        color: rgb(55, 158, 247);
    }
    
    .duree{
        font-weight: 500;
        text-transform: uppercase;
        color: rgb(55, 158, 247);
    }
    .container_vues{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .pseudo_artiste{
        font-size: 25px;
        font-weight: 900;
        text-align: center;
        /*-webkit-text-stroke: rgb(23, 1, 89) 0.2px  ;*/
    }
    
    .pays{
        font-weight: 600;
        text-transform: uppercase;
        color: rgb(55, 158, 247);
        font-size: 17px;
        
    }
    
    .note{
        font-size: 24px;
        margin: 0;
        text-align: center;
        color: rgb(55, 158, 247);
        font-weight: 900;
    }

    .container_barre{
        display: flex;
        justify-content: center;
        gap : 20px;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 180px;
    }

    .dessin_vectoriel{
        max-width: 29vw;
        border-radius: 10px;
    }

    #search{
        background: url("../images/loupe.svg") no-repeat 3px;
        background-size: 23px;
        background-color: white;
        height: 7vh;
        width: 300px;
        text-align: center;
        border-radius: 15px;
        font-size: 14px;
        border: solid #0e002c 4px;
    }

    #submit{
        width: 210px;
        height: 35px;
        background-color: #0e002c;
        color: white;
        font-family: Moderna;
        border-radius: 15px;
    }

    .description_page{
        font-size: 27px;
        transform: rotate(-4deg);
        text-align: center; 
        color: #0e002c; 
        font-family: Moderna; 
        font-weight: 900;
    text-transform: uppercase;
margin-bottom: 45px;}

.slider_container{
    width:  80vw;
    margin: auto;
    overflow: hidden;
}
.slides {
    width: 8000px;
    animation: glisse 40s infinite ease-in-out ;
}
.slide {
 float: left;
 background-color: rgba(2, 5, 67, 0.9);
 width: 80vw;
 height: 440px;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: space-around;
 padding: 20px;
 
}

.slide p {
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    text-align: center;
    font-size: 17px;
}
.slide img {
    width : 70%;
    height: 120px;
}

@keyframes glisse {
    0% {
        transform: translateX(0);
    }
    14% {
        transform: translateX(0);
    }
    23%{
        transform: translateX(0);
    }

    28% {
        transform: translateX(-80vw);
    }
    38%{
        transform: translateX(-80vw);
    }

    42% {
        transform: translateX(-160vw);
    }
    51% {
        transform: translateX(-160vw);
    }

    56% {
        transform: translateX(-240vw);
    }
    65% {
        transform: translateX(-240vw);
    }

    70% {
        transform: translateX(-320vw);
    }
    79% {
        transform: translateX(-320vw);
    }

    84% {
        transform: translateX(-400vw);
    }
    94%{
        transform: translateX(-400vw);
    }

    100% {
        transform: translateX(0);
    }
    
}

.retour_button{
    width:80px;
    height:80px; 
    margin:0; 
    margin-left:20px;
}



/*////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////PC SECOND////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (min-width: 480px){

* {margin : 0px;
    padding : 0px;
    scroll-behavior: smooth;}

body {
    background: url("../images/new129.jpg") no-repeat center fixed;
    /*background: #121212;*/
    background-size : cover;
    }


#fond_accueil {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: fixed;
}

#fond_accueil_tel{
    z-index: -1;
}

/* ----------------------------------------NAVBAR------------------------------------------------ */

.navbar-toggler{
    display: none !important;
}

#navbarSupportedContent{
    display: flex !important;
    
}

.container-fluid{
    display: flex !important;
    
}

.nav-link {
    transition: 0.2s ease-out;
    padding: 8px;
    margin: 10px;
    font-size: 22px;
    font-weight: 200;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-family: Moderna;
}

.nav-link:hover{
   color: #0e002c; 
}

.navbar-nav{
    flex-direction: row !important;
}

.mb-2{
    margin-bottom: 0rem!important;
}



.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  
}

/*---------------------------------------------------------------------------------------------------------*/

#container_card{
    margin-top: 20px;
    width: 100%;
    display : flex;
    justify-content: center;
    flex-wrap: wrap;

}

.card{
    margin: 20px;
    width: 415px;
    height: 500px;

}


.img_container{
    display: flex;
    align-items: center;
}


.img_galerie{
    margin: auto;
    width: 90%;
    height: 250px;
    object-fit: cover;
}


.musique_id_titre{
    font-size: 25px;
}


.genre{
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(55, 158, 247);
}

.duree{
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(55, 158, 247);
}
.container_vues{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pseudo_artiste{
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    /*-webkit-text-stroke: rgb(23, 1, 89) 0.2px  ;*/
}

.pays{
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(55, 158, 247);
    font-size: 24px;
    
}

.note{
    font-size: 33px;
    margin: 0;
    text-align: center;
    color: rgb(55, 158, 247);
    font-weight: 900;
}

.dessin_vectoriel{
    max-width: 17vw;
}

#search{
    width: 420px;
    font-size: 20px;
    background-size: 40px;
}

#submit{
    width: 340px;
    font-size: 16px;
}

.slider_container{
    width:  55vw;
}

.slide {
 width: 55vw;
 height : 410px;
 align-items: center;
 padding: 0 10px 0 10px;
 justify-content: center;
 gap: 10px;
}

.slide p {
    font-size: 19px;
}

@keyframes glisse {
    0% {
        transform: translateX(0);
    }
    14% {
        transform: translateX(0);
    }
    22%{
        transform: translateX(0);
    }

    28% {
        transform: translateX(-55vw);
    }
    38%{
        transform: translateX(-55vw);
    }

    42% {
        transform: translateX(-110vw);
    }
    51% {
        transform: translateX(-110vw);
    }

    56% {
        transform: translateX(-165vw);
    }
    65% {
        transform: translateX(-165vw);
    }

    70% {
        transform: translateX(-220vw);
    }
    79% {
        transform: translateX(-220vw);
    }

    84% {
        transform: translateX(-275vw);
    }
    94%{
        transform: translateX(-275vw);
    }

    100% {
        transform: translateX(-);
    }
 
}

footer p {
    font-size: 22px;
}

.retour_button{
    width:110px;
    height:110px;
}
}

@media screen and (max-width: 580px){
    .nav-link {
        font-size: 15px;
    }
}