#planning_infos_container {
    border: 4px solid rgb(146, 200, 79);;
    padding: 8px;
    text-align: center;
    margin-bottom: 30px;
}

#planning_infos_container p {
    font-weight: bold;
}

#goto_planning_button {
    text-transform: uppercase;
    font-weight: bold;
}
.mobile {
	display: none !important;
}
.cart_menu a {
	position: relative !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900 !important;
	padding-left: 30px !important;
}
.cart_menu a:before {
	position: absolute;
	content: "\f07a";
	left: 0;
}
.cart_menu a span {
	font-family: Yantramanav,sans-serif;
}
.border_r {
	border-right: 1px solid #e8e8e9 !important;
}
.flex_block .mkdf-elements-holder {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: stretch;
}
.mkdf-eh-item-inner {
    height: 100%;
}
.mkdf-elements-holder .mkdf-eh-item {
	height: auto !important;
}
.flex_block .box-item-text-pro-home .mkdf-eh-item-content, .wpb_wrapper .box-item-img-pro-home .mkdf-eh-item-content,
.box-item-text-pro-home .mkdf-iwt.mkdf-iwt-boxed {
	height: 100%;
}

@media screen and (max-width: 1024px){
	.mobile {
		display: block !important;
	}
}