body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    width: 100%;
    background-color: black;
    color: #8b008b;
}



header{
    margin: 0;
    padding: 0;
}
#container-title{
    height: 120vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-image: url('../img/fond.index.jpg');
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
}

#container-title h1{
    color: white;
    font-size: 5em;
    letter-spacing: 3px;
    margin: 0;
    text-shadow: 0 0 20px black;

}
#container-title h3{
    color: white;
    font-size: 1.5em;
    letter-spacing: 3px;
    margin-top: 0;
    text-shadow: 0 0 20px black;
}

#container-title #jedecouvre{
    padding:15px 30px;
    background-color: #8b008b;
    border-radius: 30px;
    color: white;
    text-decoration: none;
    transition: 1s;
    text-shadow: 0 0 2px black;
    cursor: pointer;


}
#container-title #jedecouvre:hover{
    background-color: rgb(79, 0, 79);
    transition: 1s;
    cursor: pointer;

}
.container{
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

#container-title img{
    position: absolute;
    top: 15px;
    right: 15px;
    height: 10%;
    transition:1s;
    flex:1;

}
#container-title img:hover{
    height: 12%;
    transition:1s;
    cursor: pointer;
}
.container p{
    text-align: justify;
    color: black;
}

.container .container-artiste{
    box-sizing: border-box;
    margin: 60px 90px;
    color: black;
    background-color: white;
    border-radius: 30px;
    padding: 15px;
    display: flex;
    width: 80%;
    height: 400px;


}

.container .container-artiste img{
    height: 100%;
flex: 1;
border-radius: 30px;
}

.container .container-artiste p{
    line-height: 2em;
}
.text{
    margin-left: 20px;
    height: 100%;
    display: flex;
    flex:4;
        flex-direction: column;
    justify-content: space-around;
}

.text p,a{

        display: -webkit-box;
        -webkit-line-clamp: 6; /* ou 2, 3, selon le nombre de lignes max */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
      

}


.text a{
    justify-content: center;
    text-decoration: none;
    color: black;
    border: 3px solid black;
    border-radius: 15px;
    width: 20%;
    padding: 15px 30px;
    transition: 1s;
    text-align: center;
}

.text a:hover{
    background-color: black;
    color: white;
    transition: 1s;
}


#no-result {
    color: red;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    display: none;
    justify-content: center;
    height: 200px;
    align-items: center;
}
#recherche{
    width: 30%;
    padding: 15px 30px;
    border-radius: 15px;
    border: none;
    margin: 60px;
}
#produits-promo{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding: 30px;
    color: white;
    border-radius: 15px;
}
.produit{
    flex: 1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 30px;
    padding: 30px;
    background-color: white;
    color: black;
    border-radius: 15px;
    cursor: pointer;
}
.produit img{
    width: 100%;
}


#container-produit{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 35vh;

}


.produit p{
    color: black;
}
.bouton{
    display: flex;
    justify-content: center;
    gap: 20%;
    
}
.bouton a{
    text-decoration: none;
    color: white;
    background-color: #8b008b;
    padding: 3% 10%;
    transition: 1s;
}
.bouton a:hover{
    background-color: rgb(79, 0, 79);
    transition: 1s;
}
.produits {
    display: flex;
}

.produit {
    transition: flex 1s ease; /* 0.3s pour la durée de la transition, 'ease' pour une accélération/décélération douce */
}


.produit2{
    flex: 2;
}
.container #forum, #menu{
letter-spacing: 3px;
border: 5px solid white;

width: 60%;
color: white;
justify-content: center;
margin: 0 auto;
font-size: 2em;
text-align: center;
text-decoration: none;
font-weight: bold;
transition: 1s;
padding: 30px;

}

.container #forum:hover{
    transition: 1s;
    background-color: white;
    color: black;
}

#infos{
    font-size: 2em;
}

select{
    background-color: black;
    
}

#barre_infos{

    position:fixed;
    top:105vh;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.445);
    height: 15vh;
    display: flex;
    align-items: center;
    color: white;
    justify-content: space-around;
}
#barre_infos a{
   color: white;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
    
}