/* ********** */
/* POSTS List */
/* ********** */

.tx-posts .posts-list{}
.tx-posts .posts-list::after{
	display: table;
	content: '';
	clear: both;
}
.tx-posts .posts-list .posts-list-item:hover{
	background: #f1f1f1;
	color: #414141;
}
.tx-posts .posts-list .posts-list-item .post-image img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tx-posts .posts-list .posts-list-item:hover .post-image img{
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.tx-posts .posts-list .posts-list-item h3:hover a{
	color: #fbb900;
}
.tx-posts .posts-list .posts-list-item{
	display: block;
	float: left;
	border-top: 3px solid #dddddd;
	padding: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.tx-posts .posts-list .posts-list-item h3 a{
	color: #828282;
	font-weight: 700;
    font-size: 26px;
    margin-bottom: 20px;
    font-style: normal;
}
.tx-posts .posts-list .posts-list-item h3 a:hover{
	text-decoration: none;
}
.tx-posts .posts-list .posts-list-item span{

    color: #7f7f7f;
    text-transform: uppercase;
}
.tx-posts .posts-list .posts-list-item a.readMore{

	color: #7f7f7f;
	font-size: 14px;
	margin-top: 10px;
	text-decoration: none;
	display: inline-block;
	font-style: normal;
}

.tx-posts .posts-list .posts-list-item.height2{
	width: 37%;
	height: 550px;
	margin-right: 3%;
	font-size: 14px;
}
.tx-posts .posts-list .posts-list-item.height2 .post-image {
	margin-bottom: 20px;
	width: 324px;
	height: 215px;
	overflow: hidden;
}
.tx-posts .posts-list .posts-list-item.height2 .post-image img{
	width: 100%;
	height: auto;
}

/* PETITE LONGUE */
.tx-posts .posts-list .posts-list-item.item{
	width: 60%;
	height: 260px;
	font-size: 13px;
}
.tx-posts .posts-list .posts-list-item.item + .posts-list-item{
	margin-top: 30px;
}

.tx-posts .posts-list .posts-list-item.item .post-image {
	height: 120px;
	width: 200px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.tx-posts .posts-list .posts-list-item.item .post-image img{
	width: 100%;
	height: auto;
}

.tx-posts .post-list-description{
	text-transform: initial !important;
	font-size: 14px !important;
	line-height: 1.6em !important;
}

.tx-posts .posts-list .posts-list-item.item h3 a{
	font-size: 24px;
}

/* PETITE LONGUE */
.tx-posts .posts-list .posts-list-item.width2{
	width: 100%;
	margin: 30px 0;
}
.tx-posts .posts-list .posts-list-item.width2 h3 a{
	font-size: 24px;
}

.tx-posts .posts-list .posts-list-item.width2 .post-image {
	height: 80px;
	width: 160px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}
.tx-posts .posts-list .posts-list-item.width2 .post-image img{
	width: 100%;
	height: auto;
}

.morePostsContainer{
	text-align: center;
}
#morePosts{
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url(../Icons/more.png) no-repeat center center / 32px #fbb900;
	border-radius: 64px;
	cursor: pointer;
}

/* ******************************************************************************************** */
/* *************************** 		RESPONSIVE ADAPTATION 		******************************** */
/* ******************************************************************************************** */
/* TABLET */
@media only screen and (max-width: 800px){
	.tx-posts .posts-list .posts-list-item,
	.tx-posts .posts-list .posts-list-item.height2,
	.tx-posts .posts-list .posts-list-item.item,
	.tx-posts .posts-list .posts-list-item.width2{
		width: 46%;
		height: auto;
		margin: 0 1.5%;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.tx-posts .posts-list .posts-list-item .post-image,
	.tx-posts .posts-list .posts-list-item.height2 .post-image,
	.tx-posts .posts-list .posts-list-item.item .post-image,
	.tx-posts .posts-list .posts-list-item.width2 .post-image{
		margin-bottom: 20px;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.tx-posts .posts-list .posts-list-item h3 a,
	.tx-posts .posts-list .posts-list-item.height2 h3 a,
	.tx-posts .posts-list .posts-list-item.item h3 a,
	.tx-posts .posts-list .posts-list-item.width2 h3 a{
		font-size: 22px;
	}

}

/* PHONE */
@media only screen and (max-width: 619px) {
	.tx-posts .posts-list .posts-list-item,
	.tx-posts .posts-list .posts-list-item.height2,
	.tx-posts .posts-list .posts-list-item.item,
	.tx-posts .posts-list .posts-list-item.width2{
		width: 100%;
		float: none;
		height: auto;
		margin: 0;
		padding: 20px 10px;
	}
	.tx-posts .posts-list .posts-list-item + .posts-list-item{ margin-left: 0; }

	.tx-posts .post-detail .post-detail-images img + img{ margin-left: 0; margin-top: 10px; }

	.tx-posts .posts-list .posts-list-item .post-image{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.tx-posts .posts-list .posts-list-item h3 a{
		font-size: 20px;
	}
}

.tx-posts .posts-list .posts-list-item strong,
.tx-posts .posts-list .posts-list-item b{
	font-weight: 700;
	font-weight: normal;
}

.tx-posts .posts-list .posts-list-item em,
.tx-posts .posts-list .posts-list-item i{
	font-style: italic;
}
