
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}
.navbar{
    background-color: rgb(253, 243, 177);
    box-shadow:  rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    flex-wrap: wrap;
}
h6{
    flex-wrap: wrap;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link {
    font-weight: bold;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: #ffc107 !important;
}

header>* {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 0 30px;

}

header img{
    width: 250px;

}
header>ul {
    right: 0;
    text-decoration: none;
}
header, header a{
    color: rgb(10, 10, 10);
    text-decoration: none;
}
header a:nth-child(2){
    font-size: 20px;
    font-weight: 600;
    margin-left: 100px;
}
header>ul li {
    margin: 10px;
     font-weight: 600;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;

}
header> ul li :hover{
    background-color: rgba(0, 0, 0, 0.1);
}
.page-main{
    display: block;
    margin: auto;
    margin-top: 20px;
    background-color: rgb(252, 252, 252);
}
.bienvenu {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 100px;

}

.bienvenu>img {
        width: 500px;
        align-self: center;
        border-radius: 5px;
        
}
.bienvenu>.titre {
   width: 500px;
   margin-left: 20px;
}
.titre p{
    text-align: justify;
    font-size: 20px;
}
.separateur{
    height: 3px;
    
    width: 100%;
    margin: 20px 0;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
/*debut du style de la partie medias*/

.titre-categorie{
    text-align: center;
}


.medias{
    background-color: rgb(247, 247, 244);
    position: relative;
    height: 80px;
    top: 0;

}


.medias>* {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 0 30px;

}

.medias>ul {
    right: 0;
    text-decoration: none;
}
.medias{
    color: rgb(10, 10, 10);
    text-decoration: none;
}
.medias a:nth-child(2){
    font-size: 20px;
    font-weight: 800;
    margin-left: 150px;
}
.medias>ul li {
    margin: 160px;
     font-weight: 800;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;
    color: red;

}
.medias> ul li :hover{
    background-color: rgba(0, 0, 0, 0.1);


}



.medias1{
    background-color: rgb(247, 247, 244);
    position: relative;
    height: 150px;
    top: 0;
}


.medias1>* {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 0 30px;

}

.medias1>ul {
    right: 0;
    text-decoration: none;
}
.medias1{
    color: rgb(10, 10, 10);
    text-decoration: none;
}
.medias1 a:nth-child(2){
    font-size: 20px;
    font-weight: 800;
    margin-left: 180px;
}
.medias1>ul li {
    width: 25%;
    margin: 25px;
     font-weight: 600;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;

}
.medias1> ul li :hover{
    background-color: rgba(0, 0, 0, 0.1);



}





.medias2{
    background-color: rgb(247, 247, 244);
    position: relative;
    height: 80px;
    top: 0;
}


.medias2>* {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 30px 0 30px;

}

.medias2>ul {
    right: 0;
    text-decoration: none;
}
.medias2{
    color: rgb(10, 10, 10);
    text-decoration: none;
}
.medias2 a:nth-child(2){
    font-size: 20px;
    font-weight: 800;
    margin-left: 180px;
}
.medias2>ul li {
   
    margin: 100px;
     font-weight: 600;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;

}
.medias2> ul li :hover{
    background-color: rgba(0, 0, 0, 0.1);



}

.medias2, .medias2 a{
    color: rgb(10, 10, 10);
    text-decoration: none;
}









/*le style de la partie contact*/

input:not(input[type="submit"]),textarea{
    border: none;
    border-bottom: 2px solid coral;
    resize: none;
    outline: none;
    font-family: monospace;
    margin-bottom: 20px;
    font-size: 20px;
    color: red;
}
/* le style de tous les inputs et les textarea*/
.s1{
    border: none;
    border-bottom: 2px solid coral;
    resize: none;
    outline: none;
    font-family: monospace;

    margin-bottom: 20px;
    font-size: 20px;  
}
label{
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    color: blue;
   
}


.form-top{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: green;
}
.form-left{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-left>div *{
    display: block;
}
.form-right *{
    display: block;
    
}
.form-contact input[type="submit"]{
    background-color: chocolate;
    border-radius: 20px;
    border: none;
    padding: 10px;
    font-weight: 600;
    font-size: 20px;
    color: white;
    font-family: monospace;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 80px;
    cursor: pointer;
    transition: transform 0.5s ease-in-out;
}
.form-contact input[type="submit"]:hover{
    transform: translateY(-5px);
}

/*Partie du FOOTER*/
footer{
    height: 80px;
    position: relative;
    background-color: rgb(240, 239, 233);
}
footer h6{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: rgb(22, 11, 11);
}
/*partie des liens dans le footer*/
footer img{
    width: 100px;
}
footer>ul {
    right: 0;
    text-decoration: none;
}
footer, footer a{
    color: rgb(10, 10, 10);
    text-decoration: none;
}
footer a:nth-child(2){
    font-size: 20px;
    font-weight: 600;
    margin-left: 150px;
}
footer>ul li {
    margin: 10px;
     font-weight: 600;
    display: inline-block;
    list-style: none;
    transition: background-color 0.5s ease-in-out;

}
footer> ul li :hover{
    background-color: rgba(0, 0, 0, 0.1);
}

/*le volet responsive*/




/*.contact-form {*/
/*    padding: 30px 40px;*/
/*    background-color: #ffffff;*/
/*    border-radius: 12px;*/

/*}*/

.contact-form textarea {
    resize: none;
}

.contact-form .form-input,
.form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
}

.contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
}

.contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
}

.contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
}

.contact-form .form-control:focus {
    border-color: #ffc107;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #c09a25;
}

.contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
}

.contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
}

.contact-form .submit-button-wrapper {
    text-align: center;
}

.contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: #ffc107;
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
}

.contact-form .submit-button-wrapper input:hover {
    background-color: #f8d15d;
}

/*partie galerie*/
.conteneur{
 width: 80%;  
 min-width: 400px; 
 max-width: 800px;
 margin: 0 auto;
}
.sun{
    width:30%;
    padding-left: 5px;
    padding-bottom: 5px;
    height: 30%;
}
.titre-categorie1{
    color: red;
    text-align: center;
}

.conteneur1{
    width: 80%;  
 min-width: 400px; 
 max-width: 800px;
 margin: 0 auto;
 padding-bottom: 50px;
 padding-top: 30px;
 color: rgb(19, 19, 18);
}


.page-main ul li a{  
     text-decoration: none;
     color: rgb(187, 196, 128);
    
}
.page-main ul li{
  margin-right: 20px;
  
}
.page-main ul{
list-style: none;
display: flex;
justify-content: right;
}
.mb-3{
    text-align: center;
    color: red;
}
.Galerie{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    max-width: 1300px;
    margin: 70px auto 0;

}

.text-start1{
    text-align: center;
}
    
    





@media screen and (max-width: 1100px){
     .navbar-brand h5{
        font-size: 10px;
        width: 30%;
        
    }

}
    

 /*importation de police*/   

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.card-wrapper{
    font-family: "Inter", sans-serif;
}


 /*partie audio controls*/  

 .conteneur1{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'poppins', sans-serif;
    color: #fff;

 }

.corps{
    min-height: 100vh;
    background: #1c2833;
    display: grid;
    place-items: center;
}
.main{
    position: relative;
    width: 400px;
    height: 550px;
    border-radius: 18px;
    background: #566573;
    overflow: hidden;

}

.main .top_bar .options{
display: flex;
align-items: center;
transform: translate(-70px);
transition: 0.5s;
}

.main .top_bar .active2{
    transform: translateY(0px);
}

.main .top_bar .options button{
    margin: 0 10px;
    height: 40px;
    width: 40px;
    font-size: 18px;
}
.main .top_bar{
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main .top_bar button{
    z-index: 20;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    font-size: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 08);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2);
}
.main .top_bar button:hover,.main .control_part .control_buttons .main_btns button:hover{
    background: linear-gradient(to right, #ff5722, #ff7043);
    box-shadow: 0.1px 8px 8px 2px rgba(0, 0, 0, 0.2)inset;
                0.1px 8px 8px 2px rgba(0,0,0,0.2);
}

.main .playing_part{
margin-top: 20px;
position: relative;
width: 100%;
display: flex;  
align-items: center;
flex-direction: column;  
}

.main .playing_part .img{
    height: 180px;
    width: 180px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0.1px 4px 8px 2 px rgba(0,0,0,0.1);
}
.main .playing_part .img img{
    height: 100%;
    width: 180px;
    object-fit: cover;
}
/*control_part*/
.main .control_part{
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main .control_part .song_title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main .control_part .song_title p{
    font-size: 14px;
}
.main .control_part .song_title p:first-child{
    font-size: 22px;
    text-transform: capitalize;
}
.main .control_part .control_buttons{
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.main .control_part .control_buttons .main_btns{
display: flex;
align-items: center;
justify-content: center;
margin-top: 30px;
}

.main .control_part .control_buttons .main_btns button{
    height: 55px;
    width: 55px;
    border-radius: 50%;
    font-size: 50%;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 18px;
    background: rgba(0, 0, 0, 08);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) ;
}

.main .control_part .control_buttons .main_btns #play_btn{
    background: linear-gradient(to right, #ff5722, #ff7043);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
                0.1px 8px 8px 2px rgba(0,0,0,0.2);
}

/*playlist songs*/
.playlist{
    position: absolute;
    bottom: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background: #f66f73;
    max-height: 0px;
    overflow: hidden;
    transition: 0.5s;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.main .active{
    max-height: 100vh;
    padding: 100px 0 0 0;
}
.playlist .p_song{
    position: relative;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    transition: 0.5s;
    cursor: pointer;
    padding: 12px 12px 20px 12px;
    box-shadow: 0.1px 8px 8px 2px rga,(0,0,0,0.1);
}
.playlist .p_song:not(:first-child){
    margin-top: 20px;
}
.playlist .p_song #p_title{
    font-size: 20px;
}
.playlist .p_song #p_artist{
    position:absolute;
    bottom: 6px;
    left: 15px;
    font-size: 11px;
}
.playlist .p_song button{
    height: 35px;
    width: 35px;
    border-radius: 50%;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: 0.5s;
    margin: 0 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 08);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2);

}
.playlist .p_song:hover{
    background: #1c2833;
}
.playlist .p_song:hover button{
    background: #ff5722;
}
.main .active_song{
    background: #1c2833;
    box-shadow: none;
}
.playlist .active_song button{
    background: linear-gradient(to right, #ff5722, #ff7043);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
                0.1px 8px 8px 2px rgba(0,0,0,0.2);
}
/*range slider part*/
.range_slider{
    width: 60%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.range_slider p{
    font-size: 13px;
}
.main .control_part #slider{
  -webkit-apperarance: none;
  outline: none;
  width: 85%;
  height: 4px;
  cursor: pointer;
  position: relative;
  border-radius: 3px;  
}
input[type=range]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    background: linear-gradient(to right, #ff5722, #ff7043);
    box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
                0.1px 8px 8px 2px rgba(0,0,0,0.2);
}