/* ////////// CSS des MEA ////////// */

.mea-push {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
	justify-content: space-around;
	padding: 20px 10px;
	border: 1px solid #dadada;
	background: #f3f5fc;
	overflow: hidden;
}

.mea-push__img {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 35%;
	padding-right: 10px;
}

.mea-push__img img {
	max-width: 80%;
	flex-shrink: 0;
}

.mea-push__content {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-direction: column;
	width: 65%;
}

.mea-push__content h2 {
	max-width: 100%;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.2em;
	color: #313131;
	font-size: 18px;
	font-weight: 500;
	font-family: "Roboto Condensed";
}

.mea-push__content p {
	max-width: 100%;
	font-size: 14px;
	margin: 0;
	line-height: 1.2em;
}

.mea-push__content .links {
	margin-top: 23px;
	font-weight: 400;
}



/* ////////// COLORS ////////// */


/* MEA Orange - Promotion ou cadeau produit */
.mea-push--orange { background: #fbe7d2; }
.mea-push--orange h2 { color: #e69507; }


/* MEA Blue - Conseils (Guide PDF, Contact Expert...) */
.mea-push--blue { background: #eaf6ff; }
.mea-push--blue h2 { color: #313131; }


/* MEA Yellow - Catalogue */
.mea-push--yellow { background: #f4ebb7; }
.mea-push--yellow h2 { color: #313131; }


/* MEA Pink - Produits personnalisés */
.mea-push--pink { background: #f6e5e6; }
.mea-push--pink h2 { color: #313131; }


/* MEA Brown - Blog */
.mea-push--brown { background: #eae2dd; }
.mea-push--brown h2 { color: #313131; }


/* MEA Green - Besoin (mini-corner) */
.mea-push--green { background: #e6fadc; }
.mea-push--green h2 { color: #313131; }






/* ////////// COLORS NEW TEMPLATES////////// */


/* MEA Custom - Outils de personnalisation */
.mea-push.mea-push--custom { background: #F9E5E7; }
.mea-push.mea-push--custom h2 { color: #313131; }


/* MEA Corner - Corners et Grands Comptes */
.mea-push.mea-push--corner { background: #F4EBB7; }
.mea-push.mea-push--corner h2 { color: #313131; }


/* MEA Gamme - Elargissement de gamme */
.mea-push.mea-push--gamme { background: #EAE4F0; }
.mea-push.mea-push--gamme h2 { color: #313131; }


/* MEA Guide - Guides et infos */
.mea-push.mea-push--guide { background: #F3F5FC; }
.mea-push.mea-push--guide h2 { color: #313131; }


/* MEA Other 1 - Autre 1 */
.mea-push.mea-push--other1 { background: #EAE2DD; }
.mea-push.mea-push--other1 h2 { color: #313131; }


/* MEA Other 2 - Autre 2 */
.mea-push.mea-push--other2 { background: #B3E0E3; }
.mea-push.mea-push--other2 h2 { color: #313131; }





/* ////////// CSS des MEA avec les nouveaux templates ////////// */

.mea-push--product, 
.mea-push--category, 
.mea-push--big-menu, 
.mea-push--product .mea-push__content, 
.mea-push--category .mea-push__content, 
.mea-push--big-menu .mea-push__content {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.mea-push--big-menu .mea-push__content__title,
.mea-push--product .mea-push__content__title,
.mea-push--category .mea-push__content__title {
	font-family: "Roboto",arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 16px;
}


.mea-push--big-menu .mea-push__content p {
	font-size: 12px;
	color: #4c4c4c;
}

.mea-push--category .mea-push__content p,
.mea-push--product .mea-push__content p{
	font-size: 14px;
	color: #4c4c4c;
}

.mea-push--big-menu .mea-push__content a{
	font-size: 12px;
	width: 100%;
}

.mea-push--category .mea-push__content a,
.mea-push--product .mea-push__content a {
	font-size: 14px;
	width: 100%;
}

.mea-push--product .mea-push__img img,
.mea-push--category .mea-push__img img,
.mea-push--big-menu .mea-push__img img {
	width: auto;
}

/* ////// MEA BIG MENU ////// */

/* /// ALL Templates /// */
.mea-push.mea-push--big-menu {
	width: 305px;
	height: 138px;
	padding: 0px;
}

/* Content */
.mea-push--big-menu .mea-push__content{
	justify-content: start;
	width: 100%;
	margin: 15px 0px 20px 15px;
}

.mea-push--big-menu .mea-push__content__logo{
	max-width: 150px;
	max-height: 24px;
	margin-bottom: 10px;
}

.mea-push--big-menu .mea-push__content__title{
	margin-bottom: 10px;
}

.mea-push--big-menu .mea-push__content p{
	margin-bottom: 5px;
}

.mea-push--big-menu .mea-push__content a{
	margin-top: auto;
	margin-right: -1px;
}

/* Image */
.mea-push--big-menu .mea-push__img{
	padding: 0px;
	width: 120px;
	min-width: 120px;
	height: 136px;
	box-sizing: border-box;
}

.mea-push--big-menu .mea-push__img img{
	max-height: 100%;
	max-width: 100%;
}

.mea-push--big-menu--immersive-logo .mea-push__img, .card--template--immersive-title .mea-push__img, .mea-push--big-menu--generic-logo .mea-push__img,
.mea-push--big-menu--immersive-top-logo .mea-push__img, .card--template--immersive-top-title .mea-push__img{
	align-items: flex-end;
	justify-content: flex-end;
}

/* /// Template Immersive-Logo /// */

.mea-push--big-menu--immersive-logo .mea-push__img, .mea-push--big-menu--generic-logo .mea-push__img,
.mea-push--big-menu--immersive-top-logo .mea-push__img{
	margin-left: 2px;
}

/* /// Template Generic-Title /// */

.mea-push--big-menu--generic-title .mea-push__img{
	margin-left: 2px;
	padding: 10px;
	height: auto;
	width: 120px;
}

/* /// Template Immersive-Title /// */

.mea-push--big-menu--immersive-title .mea-push__img,
.mea-push--big-menu--immersive-top-title .mea-push__img{
	margin-left: 2px;
}



/* ////// MEA CATEGORY ////// */
/* /// ALL Templates /// */
.mea-push.mea-push--category {
	width: 306px;
	height: 222px;
	padding: 0px;
}

.mea-push--category .mea-push__content p{
	margin-bottom: 10px;
}

.mea-push--category .mea-push__content__logo{
	max-width: 162px;
	max-height: 24px;
	margin-bottom: 10px;
} 


/* /// Template Immersive /// */
.mea-push--category.immersive{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mea-push--category.immersive .mea-push__content{
	width: 174px;
	padding: 20px 10px 20px 20px;

	justify-content: flex-start;
}

.mea-push--category.immersive .mea-push__content .links{
	margin-top: auto;
}

.mea-push--category.immersive .mea-push__img{
	max-width: 130px;
	padding: 0;
	align-items: flex-end;
}

.mea-push--category.immersive .mea-push__img img{
	max-width: 100%;
}

/* /// Template Generic /// */
.mea-push--category.generic {
	display: flex;
	flex-direction: column-reverse;
}

.mea-push--category.generic .mea-push__content{
	width: 100%;
	max-width: 100%;
	height: 120px;
	padding: 0 20px 20px 20px;
}

.mea-push--category.generic .mea-push__content .links{
	margin-top: auto;
}

.mea-push--category.generic .mea-push__img{
	width: 265px;
	max-width: 265px;
	height: 80px;
	margin: 10px auto;
	padding: 0;
}

.mea-push--category.generic .mea-push__img img{
	max-width: 100%;
	max-height: 100%;
}

/* /// Template Immersive Top /// */
.mea-push--category.immersive-top {
	display: flex;
	flex-direction: column-reverse;
}

.mea-push--category.immersive-top .mea-push__content{
	width: 100%;
	max-width: 100%;
	height: 120px;
	padding: 10px 20px 20px 20px;
}

.mea-push--category.immersive-top .mea-push__content .links{
	margin-top: auto;
}

.mea-push--category.immersive-top .mea-push__img{
	width: 100%;
	max-width: 100%;
	height: 100px;
	/* margin: 10px auto; */
	margin: 0 0 auto;
	padding: 0;
}

.mea-push--category.immersive-top .mea-push__img img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}





/* ////// MEA PRODUCT / SKU ////// */
/* /// ALL Templates /// */
.mea-push.mea-push--product{
	width: 225px;
	min-height: 222px;

	display: flex;
	flex-direction: column-reverse;
	padding: 0;
}

.mea-push--product .mea-push__content{
	justify-content: flex-start;
	padding: 10px 20px 20px 20px;
	width: 100%;
	min-height: 130px;
}

.mea-push--product .mea-push__content p{
	margin-bottom: 10px;
}

.mea-push--product .mea-push__content__logo{
	max-width: 162px;
	max-height: 24px;
	margin-bottom: 10px;
}
/*
.mea-push--product .mea-push__content__title{
	font-weight: 500;
}
*/
.mea-push--product .mea-push__content .links{
	margin-top: auto;
}

.mea-push--product .mea-push__img {
	width: 100%;
	max-width: none;
	height: 90px;
	padding: 0;
}

.mea-push--product .mea-push__img img{
	max-width: 100%;
	max-height: 100%;
}

/* /// Immersive /// */

.mea-push--product.immersive:not(.promo) .mea-push__img,
.mea-push--product.immersive-top:not(.promo) .mea-push__img{
	align-items: flex-start;
	justify-content: flex-start;
	height: auto;
	max-height: 110px;
	overflow: hidden;
}

/* /// Generic /// */
.mea-push--product.generic .mea-push__img{
	padding: 10px 20px 0;
}


/* /// Promos /// */
.mea-push--product.promo{
	background-color: #fdf3e3;
}

.mea-push--product.promo .mea-push__content__title{
	color: #4c4c4c;
}

.mea-push--product.promo .mea-push__img{
	padding: 10px 20px 0;
}

/* /// Promo1 /// */
.mea-push--product.promo1 .mea-push__content{
	height: 120px;
	padding: 20px 20px 20px;
	position: relative;
}

.mea-push--product.promo1 .mea-push__img{
	height: 100px;
}

.mea-push--product.promo1 .mea-push__content .promo-badge{
	position: absolute;
	top: -10px;
	left: 20px;
	
	color: #ffffff;
	background-color: #FE9600;
	padding: 3px 7px 2px;
	margin-bottom: 0px;
	border-radius: 3px;

	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.54;

	/* display: none; */
}

/* /// Promo2 /// */
.mea-push--product.promo2{
	position: relative;
}

.mea-push--product.promo2 .mea-push__content{
	height: 110px;
	padding: 10px 20px 20px;
}

.mea-push--product.promo2 .mea-push__content .promo-corner{
	position: absolute;
    width: 80px;
    height: 70px;
    background-color: #FE9600;
    top: 0;
    right: 0;
    border-radius: 0 0 0 61px;
}

.mea-push--product.promo2 .mea-push__content .promo-corner p{
	font-family: 'Roboto Condensed';
	text-align: right;
	color: #ffffff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.8;
	padding-right: 5px;
}

.mea-push--product.promo2 .mea-push__content .promo-corner sup{
	font-weight: normal;
	font-size: 20px;
}

.mea-push--product.promo2 .mea-push__img{
	height: 110px;
}