#biocoop-home-recipe-main
{
	width: 100%;
	height: 370px;
}

#product-recipe{
	width: 100%;
	max-width: 800px;
	margin-bottom: 20px;
}

#product-recipe #home-recipe-1{
	height:370px;
}

.recipe-tags .h-4{
	height: 1rem;
}

.recipe-tag{
	display: flex;
	align-items:center;
}

.recipe-tag img{
	margin-right:0.25rem;
}

#category-recipe{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
}

#category-recipe,
.category-recipe,
.category-recipe > div{
	height:100%;
}

#biocoop-home-recipe-blocs{
	width:100%; 
	height:360px;
}

#home-recipe-1{
	display: block;
	background-color:white;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}

#home-recipe-1 .recipe-image{
	width: 440px;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}

#home-recipe-1 .recipe-image:after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	background-image:url("./images/mask_white_right.png");
}

#home-recipe-1 .recipe-infos
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-items: center;
	height: 100%;
}

.recipe-infos .recipe-tags
{	
	display: flex;
	justify-content: center;
	justify-items: center;
}

#home-recipe-1 .recipe-infos .recipe-diff-time
{
	list-style-type: none;
}

.home-recipe-inline.category h3,
#home-recipe-1 h3,
#home-recipe-selection h3{
	margin-left:30px;
	margin-right:30px;
}

.home-recipe-inline.category h3{
	color:white;
	font-size: 20px;
	max-height: 60px;
	overflow: hidden;
}

#home-recipe-1 .recipe-diff-time{
	margin-bottom: 10px;
	color: rgb(2, 76, 162);
	font-size: 16px;
	padding-inline-start: 0px;
}

#home-recipe-1 .recipe-diff-time li{
	margin-bottom: 5px;
}

#home-recipe-selection .home-recipe-inline h3
{
	font-size: 22px;
}

#home-recipe-1 .recipe-infos a.link,
#home-recipe-selection .recipe-infos a{
	color: rgb(2, 76, 162);
	text-decoration: underline;
	font-size: 16px;
	margin-top:20px;
}

#home-recipe-1 .recipe-infos a{
	text-decoration: none;
}

.recipe-infos .recipe-tags .recipe-tag{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dfe5f1;
	border-radius: 30px;
	color: rgb(2, 76, 162);
	font-size: 14px;
	}

#home-recipe-selection{
	display: flex;
	flex-direction: row;
	width: 100%;
	height:100%;
	position: relative;
}

.home-recipe-inline{
	height: 100%;
	border-radius: 5px;
	flex: 1 1 0px;
	background-color: white;
	overflow: hidden;
	position: relative;
}

.home-recipe-inline .recipe-image{
	display: block;
	height: 60%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.home-recipe-inline.category .recipe-image
{
	height: 55%;
}

.home-recipe-inline .recipe-infos h3{
	margin-top:20px;
}

.home-recipe-inline  .recipe-infos a{
	margin-bottom: 20px;
}

.home-recipe-inline.category,
.home-recipe-inline.category .recipe-infos,
.home-recipe-inline.category .recipe-infos a
{
	background-color: rgb(2, 76, 162);
	color:white;
}

.home-recipe-inline .recipe-infos{
	height: 40%;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	display: flex;
	justify-content: space-around;
	flex-direction: column;	
}

#home-recipe-selection .home-recipe-inline .recipe-infos
{
	padding-bottom: 30px;
	justify-content: center;
}

#home-recipe-selection .home-recipe-inline .recipe-infos .see{
	position: absolute;
	bottom: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
	text-decoration: underline;
	color:rgb(12, 77, 162);
}

#home-recipe-selection .home-recipe-inline .recipe-infos a{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	text-align: center;
}

.home-recipe-inline .recipe-infos{
	height: calc(45% + 1px);
}

.home-recipe-inline .recipe-image:after{
	content: "";
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
	background-image:url("./images/mask_white_bottom.png");
}

.home-recipe-inline.category .recipe-image:after{
	background-image:url("./images/mask_blue_bottom.png");
}

.home-recipe-inline:nth-child(2)
{
	margin-left: 10px;
	margin-right: 10px;
}

#recipes-search-result-container .products-grid .products.list.items
{
	gap:10px;
}

#recipes-search-result-container .home-recipe-inline
{
	margin:0px;
}

.home-recipe-inline .recipe-infos
{
	text-align: center;
}

.home-recipe-inline .recipe-note{
	position: absolute;
	background: white;
	padding-left: 32px;
	padding-right: 10px;
	padding-bottom:5px;
	padding-top:5px;
	border-radius: 20px;
	top:10px;
	left: 10px;
	z-index: 2;
	color: black;
}

.home-recipe-inline .recipe-note:before{
	content: "";
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	bottom: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-size: 18px;;
	background-position: 10px center;
	background-image:url("./images/star.png");
}

#recipes-search-result-container .home-recipe-inline{
	height:350px;
	width: calc(25% - 10px);
	flex:none;
}

@media screen and (max-width: 800px)
{	
	.home-recipe-inline .recipe-infos h3
	{
		font-size:16px;
	}
	
	#biocoop-home-recipe-main,
	#product-recipe{
		height: 550px;
	}
	
	.catalog-product-view #product-recipe #home-recipe-1{
		height: auto;
	}
	
	#product-recipe,
	#biocoop-home-recipe-main,
	#biocoop-home-recipe-blocs{
		width: auto;
		margin-left:5px;
		margin-right:5px;
	}
	
	#home-recipe-1 .recipe-image{
		float: none;
		width: 100%;
		height: 250px;
		position: relative;
		display: block;
	}
	
	#home-recipe-1 .recipe-image:after{
		content: "";
		position: absolute;
		right: 0px;
		top: auto;
		bottom: -1px;
		left: 0px;
		height:30px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: right center;
		background-image:url("./images/mask_white_bottom.png");
	}
	
	#home-recipe-1 .recipe-infos{
		height: 300px;
	}
	
	#biocoop-home-recipe-blocs{
		overflow-y: scroll;
		min-width: 100vw;
	}
	
	.home-recipe-inline{
		min-width: 300px;
	}
	
	.home-recipe-inline.category{
		min-width: auto;
	}
	
	.home-recipe-inline.category .recipe-tags{
		display: none;
	}
	
	#recipes-search-result-container .products-grid .products.list.items{
		flex-wrap:nowrap;
	}
	
	#recipes-search-result-container .grid{
		overflow: scroll;
		width: 100vw;
	}
	
	#recipes-search-result-container .home-recipe-inline.category{
		min-width: 80vw;
	}
}