/*-----------------------------------
    //   Fichier : main.css
    //   Par:      Anthony Grenier
    //   Date :    2025-2-22
    //----------------------------------- */


.nav-title{
    color: white;
}
.select-categories{
    width: 218px;
}
.div-panier{
    padding: 50px 50px 50px 50px;
}
.carousel-produit-text {
    background-color: white;
    color: rgb(39, 44, 44); 
    width: 240px;
    padding: 10px 20px; 
    margin: 15px;
    border-radius: 50px; 
    display: inline-block; 
    box-shadow: 0.13em 0.13em   rgb(69, 64, 64); 

}
.imagecarousel{
    box-shadow: 0.5em 0.5em    rgb(69, 64, 64); 
    border-radius: 5px; 
    width: 280px;
    height: auto
}
.headerConsole h1, .headerConsole h2 {
    margin: 0;
}
.div_recherche {
    width: 25%;
}
.logo{
    width: 120px;
    height: auto;
}
body, html {
    margin: 10; 
    padding: 10; 
    font-family: 'Roboto', sans-serif; 
}
.carteproduit{
    box-shadow: 0.5em 0.5em black;
    /* border-radius: 8px;
    overflow: hidden; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cartecarousel{
    height: 450px;
    color: whitesmoke;
    background-image: url('../images/univer.gif');
    background-position: center ;
    background-size: cover;
    box-shadow: 0.5em 0.5em  rgb(32, 34, 36); 
    border-radius: 5px; 
}
.carousel-inner {
    overflow: visible;
}

.en-vedette-text {
    background-color: rgba(255, 255, 255, 0.8); 
    padding: 25px 150px; 
    border-radius: 50px; 
    font-size: 35px; 
    box-shadow: 0.25em 0.25em    rgb(69, 64, 64); 
    text-transform: uppercase; 
    transition: all 0.3s ease-in-out; 
}

.en-vedette-text:hover {
    background-color: rgba(0, 0, 0, 1); 
    color: white; 
    box-shadow: 0.25em 0.25em    rgb(200, 200, 200); 
    transform: scale(1.05); 
}

.glow-effect {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.8); 
    font-weight: bold;
}
.carteproduit:hover {
    transform: scale(1.05); 
}
