/**************************************/
/********** SMARTPHONE SMALL **********/
/**************************************/
@media (max-width:375px) {
	
}

/*************************************/
/******* GROS SMARTPHONE *************/
/*************************************/
@media (min-width:376px) and (max-width:449px) {
	
}

/*************************************/
/***** IPAD MINI / GALAXY A3 *********/
/*************************************/
@media (min-width:450px) and (max-width:767px) {
	
}

/*************************************/
/************ TABLETTE ***************/
/*************************************/
@media (min-width:768px) and (max-width:1023px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/*************************************/
/***************** 13" ***************/
/*************************************/
@media (min-width:1024px) and (max-width:1280px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/*************************************/
/************* ORDIS 15"**************/
/*************************************/
@media (min-width:1281px) and (max-width:1400px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/*************************************/
/************* GROS 15" **************/
/*************************************/
@media (min-width:1401px) and (max-width:1680px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}
	
/*************************************/
/********** ORDIS M (100%) ***********/
/*************************************/
@media (min-width:1681px) and (max-width:2099px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/**************************************************/
/****************** ORDIS L (90%) *****************/
/**************************************************/
@media (min-width:2100px) and (max-width:2399px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/**************************************************/
/***************** ORDIS XL (80%) *****************/
/**************************************************/
@media (min-width:2400px) {
	.page-id-8885 .wp-show-posts article .wp-show-posts-inner a > div {
		background-position: center !important;
		min-height: 300px !important;
		height: 300px !important;
	}
	.page-id-8885 .wp-show-posts {
		display: grid !important;
		grid-auto-flow: row !important;
		grid-template-columns: 1fr 1fr !important;
		gap: 20px !important;
	    align-items: stretch !important;
		height: 100% !important;
	}
}

/*******************************************/
/*************** CSS GENERAL ***************/
/*******************************************/
.home-recent-post p {
	height: auto !important;
}