

.card{
    --bs-card-border-radius:  1.375rem!important;
}


body{ 
   
    background: linear-gradient(180deg, rgba(255,255,255,0.95) 0%, rgba(245,245,245,0.95) 100%);
    background-image: linear-gradient(to bottom, #f6f9ff, #f9faff, #fbfcff, #fdfdff, #ffffff);
    position: relative;

    background-image : none;
    background-color: #fff;


}

header .header__top-bar

 {
    box-shadow: .25rem .25rem 1.25rem rgba(var(--color-primary-rgb), .1);
    position: relative;
}





h1,
h2,
h3,
h4,
h5,
h6
{
    
    margin: 0;
    font-family: 'Alatsi', sans-serif;
    font-family: 'Alexandria', sans-serif;


}

.h5_name { font-size: 0.95rem!important; color:hsl(214, 80%, 48%)!important}
.price{ font-family: 'Alexandria', sans-serif;; font-size: 1.35rem!important ; font-weight: bold!important;}


  
    /* --- bouton flottant fixe en haut à droite --- */
    #btn-cart {
        top: 15px;
        right: 20px;
        z-index: 1050!important;
        z-index: 0;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: all 0.9s ease-in-out;
    }

    .absolute {
        position: fixed;
    }

    .fixed {
        position: fixed;
    }



.card, .card-footer  {
    
    background-color: #f8f9fa!important;
    color:#333!important;
}

.table>:not(caption)>*>* {

    background-color: inherit!important;

}

.table> tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: dashed!important;
    
}