/* Palette */
.text-recettes {
    color: #ff735c;
}

.text-recettes-light {
    color: #ff735c90    ;
}

.bg-recettes {
    background-color: #ff735c;
}

.bg-recettes-light {
    background-color: #ff735c90    ;
}

/* Menu */

#div-menu {
    min-height: 40px;
    max-height: 40px;
}

.menu {
    overflow-y: visible;
    font-size: 1.15rem;
    text-align: left;
    z-index: 10000;
}

.nav-item a {
   color: #ff735c;
}

.li-liste-recettes a {
    color: #6c757d;
}

a:hover {
    font-weight: bold;
}

/* Divers */
.card-categorie {
    cursor: pointer;
}

a {
    text-decoration: none;
}

.li-liste-recettes {
    list-style-type: none;
}
