@import url('https://fonts.googleapis.com/css2?family=Chivo&display=swap');

.navicon {
    color: #9369e4;
    font-size: 1.2rem;
    margin-right: 5px;
}

body {
    font-family: 'Chivo', sans-serif;
}

.btn {
    font-weight: normal;
}
.navbar-main .nav-link:hover, a:hover {
    color: #9369e4;
}
.btn-site {
    color: #fff;
    background-color: #9369e4;
    border-color: #9369e4;
}
.btn-site:hover {
    color: #fff;
    background-color: #62439c;
    border-color: #62439c;
}
.btn-a_ingredient {
    color: #fff;
    background-color: #01a295;
    border-color: #01a295;
}
.btn-a_ingredient:hover {
    color: #fff;
    background-color: #218179;
    border-color: #218179;
}
.text-site {
    color: #62439c !important;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #9369e4;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(147 105 228 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(147 105 228 / 25%);
}
.btn:focus{
	-webkit-box-shadow: 0 0 0 0.2rem rgb(147 105 228 / 25%);
    box-shadow: 0 0 0 0.2rem rgb(147 105 228 / 25%);
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #d4c3f4;
    color: #000;
}
[class*='card-product'] .img-wrap img {
    height: 100%;
    max-width: 100%;
    width: auto;
    display: inline-block;
    -o-object-fit: cover;
    object-fit: cover;
}
[class*='card-product'] a.title:hover {
    color: #9369e4;
}
.card-product-list:hover {
    -webkit-box-shadow: 0 4px 10px 5px rgb(153 153 153);
    box-shadow: 0 4px 10px 5px rgb(153 153 153);
    -webkit-transition: .3s;
    transition: 0.3s;
}
.card-product-list .img-wrap {
    border-radius: 0;
}
.card-product-list .info-main {
    padding: 1rem;
}
.i-recette{
    color: #00a294;
}
.icon-ingredients{
	color: #9369e4;
	font-size: 0.6rem;
	position: relative;
	bottom: 1px;
}
p.ingredients{
	font-size: 0.8rem;
	font-style: italic;
}
.card-header-site {
    padding: 10px 20px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ebecf0;
}
.icon-card {
    color: #00a294;
    font-size: 1.2rem;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.news-img {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
}