/* Menu burger mobile : CTA Racheter + Contact */
.content-mobile-menu .mc-mobile-menu-cta {
	width: 100%;
	padding: 16px 20px 0;
	box-sizing: border-box;
}

.content-mobile-menu .mc-mobile-menu-cta__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 44px;
	padding: 10px 18px;
	margin: 0 0 10px;
	border-radius: 999px;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none !important;
	text-align: center;
	box-sizing: border-box;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.content-mobile-menu .mc-mobile-menu-cta__btn:last-child {
	margin-bottom: 0;
}

.content-mobile-menu .mc-mobile-menu-cta__btn--buy {
	background: #227403;
	border: 2px solid #227403;
	color: #fff !important;
	box-shadow: 0 8px 20px rgba(34, 116, 3, 0.2);
}

.content-mobile-menu .mc-mobile-menu-cta__btn--buy:hover,
.content-mobile-menu .mc-mobile-menu-cta__btn--buy:focus {
	background: #1a5c02;
	border-color: #1a5c02;
	color: #fff !important;
	transform: translateY(-1px);
}

.content-mobile-menu .mc-mobile-menu-cta__btn--contact {
	background: #fff;
	border: 2px solid #227403;
	color: #227403 !important;
}

.content-mobile-menu .mc-mobile-menu-cta__btn--contact:hover,
.content-mobile-menu .mc-mobile-menu-cta__btn--contact:focus {
	background: #f4f9ee;
	color: #1a5c02 !important;
}

.content-mobile-menu .mc-mobile-menu-cta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
}

.content-mobile-menu .mc-mobile-menu-cta__icon svg {
	width: 18px;
	height: 18px;
	display: block;
}

.content-mobile-menu .mc-mobile-menu-cta__btn--contact .icon-email {
	font-size: 16px;
	line-height: 1;
}

.content-mobile-menu .login-header {
	padding-top: 16px;
}
