
/*********************************************/
/******			SAM - CSS					******/
/*********************************************/

.page-template-template-pro-login #login .userForm label {
	padding-left: 7% !important;
	display: block !important;
	position: relative;
}

.page-template-template-pro-login #login .userForm label input[type=checkbox] {
	opacity: 1 !important;
	z-index: 1 !important;
	width: 22px !important;
  height: 22px;
	margin-top: 0 !important;
	left: 8px;
  min-width: inherit;
  color: aquamarine;
}

.recettes-liste__switch.first-active:nth-child(1) {
	background: #ef482b;
	color: #fff;
	border-radius: 48px;
}

.products--home .swiper-produits ul.products li.product .added_to_cart {
	position: absolute;
    bottom: -26px;
    left: 0;
    transform: translateX(50%);
	color: #EF482B;
}
.products--home .swiper-produits ul.products li.product .added_to_cart:hover {
	opacity: .6;
}

footer form input {
	padding: 8px 19px;
	color: #fff;
}

footer form input::placeholder {
	color: #fff;
}

.favorite-toggle {
	border: 0;
	padding: 0;
	background: #FEF0EA;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}
.favorite-button-wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.page-template-template-home .favorite-button-wrapper {
	position: absolute;
	right: 0;
}

/* li.product:has(.add_to_cart_button.product_type_variable) .favorite-button-wrapper {
	transform: translateY(calc(100% + 16px));
} */

.products li.product img.favorite-icon {
	width: 40px !important;
	height: 40px !important;
	min-height: inherit;
}

.bandeau_header {
	background-color: #ef482b;
	margin-top: -15px;
	margin-bottom: 15px;
}
.bandeau_header.closed {
	display: none;
}
.bandeau_header p {
	font-size: 12px;
	color: #fff;
	margin: 6px 0;
}
.front-page.scrolled .bandeau_header p {
	margin: 9px 0 3px;
}
.close_pop_up_header {
	cursor: pointer;
}

.swiper-insta .swiper-slide img.photo-insta {
	width: 361px;
	height: 361px;
	object-fit: cover;
}

/*********************************************/
/******			RESPONSIVE				******/
/*********************************************/
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 767px) {

}
@media only screen and (max-width: 550px) {

}
