/*
Fichier: liva.css
Créé/Modifié le: 21 mars 2025
Auteure: Layah Lajeunesse 
*/

.entete {
    color: rgb(255, 160, 184);
    background-color: rgb(255, 255, 255);
}

.pied {
    color: rgb(255, 160, 184);
    background-color: rgb(255, 255, 255);
}

.recherche {
    color: rgb(178, 124, 248);
    background-color: rgb(221, 221, 221);
}
.catalogue {
    color: rgb(255, 160, 184);
    background-color: rgb(255, 255, 255);
}

/* Bouton bootstrap modifié ('custom') à ma façon*/
.custom-button{
    background-color: lightpink;
    color: white;
    border: none;
    padding: 10px 20px; 
    text-align: center;
    text-decoration: none; 
    display: inline-block;
    font-size: 17px; 
    letter-spacing: 0.3px;
    font-weight: 600;
    border-radius: 5px; 
    cursor: pointer; 
}

.custom-button:hover {
    background-color: #f88e9e;
}

.custom-btn-outline {
    color: #ffb6c1; 
    border: 2px solid #ffb6c1;  
    background-color: transparent;  
}


.custom-btn-outline:hover {
    color: white; 
    background-color: #ffb6c1;  
    border-color: #ff7f9e; 
}

.btn-outline-dark:hover {
    color:white;
    background-color: black;
}

.produit-nom {
    font-size: 1.25rem;   
    font-weight: bold;    
    margin-bottom: 1rem;  
    color: inherit;       
}
