.jcarousel-wrapper.jcarousel-skin-default.jcarousel-visible-3
{
	width: 100%;
	margin: 2rem 0;
}

.jcarousel-wrapper.jcarousel-skin-default
{
	height: inherit;
}

.jcarousel-skin-default .jcarousel li
{
	width: 420px;
	height: auto;
	padding-bottom: 2rem;
	border-bottom: 2px solid var(--bs-blue-french);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0 0 20px rgb(0 0 0 / 3%);
	background: var(--bs-white);
	margin-right: 1.5rem;
}

.jcarousel-wrapper .views-field-title,
.jcarousel-wrapper .views-field-field-type-recette
{
	margin: 1rem;
}

.jcarousel-wrapper .views-field-field-type-recette .field-content:before
{
	content: "\F198";
	font-size: 1rem;
	margin-right: .5rem;
	font-family: 'Bootstrap icons';
	color: var(--bs-grey-paragraph);
}

.jcarousel-wrapper .views-field-title a
{
	font-family: 'Open Sans Semibold';
	font-size: 1.1rem;
	color: var(--bs-black);
	transition: .3rem;
}

.jcarousel-wrapper .views-field-field-type-recette a,
.jcarousel-wrapper .views-field-field-type-recette a:hover,
.jcarousel-wrapper .views-field-field-type-recette a:focus
{
	color: var(--bs-grey-paragraph);
	font-size: .9rem;
}

.jcarousel-wrapper .views-field-title a:hover,
.jcarousel-wrapper .views-field-title a:focus
{
	color: var(--bs-blue-french);
}