.navbar-custom {
    background-color: RGBA(255,193,7,1);
    
}

.navbar-custom .navbar-brand,
.navbar-custom .nav-link {
    color: #000;
    
}

.navbar-custom .nav-link:hover {
    color: #FF0000;
    
}

.card-text-truncated {
    max-height: 100px;
    overflow-y: auto;
    font-size: 0.9rem;
}

.background-devanture{
    background-image: url(../img/devanture.png);
    background-size: cover;
    background-position: center;
    height: 40vh; 
    width: 100%;
    position: relative;
    top: -10px;
    z-index: -1;
}

.cart-icon{
    position: fixed ; 
    bottom: 60vh;
    right: 2vw;
    z-index: 1;
    height: 60px;
    width: 60px;
}


.error {
    color: red;

}
@keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
    }
}

.success {
    color: green;
    opacity: 1;
    animation: fade 5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.map-container {
    height: 40vh !important;
    /* Ajustez selon vos besoins */
}

        



  


