

/* -------------------------
	DEBUG
------------------------- * /

.list-featured .item {
	background:rgba(255, 0, 255, .2);
}
/*.list-featured .item .thumb,
.list-featured .item .infos {
	background:rgba(255, 255, 0, .2);
}*/

/* --------------------------------------------------

	LIST FEATURED

-------------------------------------------------- */

.list-featured {
	text-align:left;
	margin:0 12px;
}
.list-featured:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* --------------------------------------------------
	.item
-------------------------------------------------- */

.list-featured a.item {
	display:block;
	text-decoration:none;
}
.list-featured a.item:hover {
	background-color:#444;
	-webkit-transition:background 200ms ease-in-out;
	   -moz-transition:background 200ms ease-in-out;
			transition:background 200ms ease-in-out;
}

.list-featured .item {
	width:50%;
	float:left;
	position:relative;
	margin-bottom:50px;
	
	text-align:left;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}
.list-featured .item:after {
	content:'.';
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.list-featured .item-project-location .infos:after{
	content:'';
	display:block;
	width:15px;
	height:25px;
	position:absolute;
	top:50%;
	left:20px;
	margin-top:-13px;
	background-image:url(img/item-project-location-icone.png);
	background-repeat:no-repeat;
	background-position:0 0;
}

/* -------------------------
	.item.item-{post_type}
------------------------- */

.list-featured .item.item-project-type {
	background-color:#2f3339;
}
.list-featured .item.item-project-location{
	background-color:#2b2b2b;
}

.list-featured .item .infos .title {
	margin-bottom:.2em;
	color:#fff;
	font-family:'Futura',Arial,sans-serif;
	font-weight:300;
	font-size:1.692307em; /* 22px */
	line-height:1em;
	text-transform:uppercase;
}

.list-featured .item-project-type .infos .title,
.list-featured .item-project-location .infos .title{
	font-size:2.5em;
	font-weight: 100;
}


/* -------------------------
	.thumb
------------------------- */

.list-featured .item .thumb {
	width:50%;
	float:left;
	display:block;
	position:relative;
	overflow:hidden;
}
.list-featured .item .thumb .thumb-img {
	height:0;
	display:block;
	position:relative;
	padding-top:63%; /* 63.33333 arrondi pour éviter des pixels vides */
}
.list-featured .item .thumb .thumb-img img {
	width:100%;
	max-width:none;
	position:absolute;
	top:0;
	left:0;
}

/* -------------------------
	.infos
------------------------- */

.list-featured .item .infos {
	width:50%;
	float:left;
	display:block;
	padding:5px 12px 5px 24px;
	color:#999;
	line-height:1.3em;
	text-transform:uppercase;
	
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
			box-sizing:border-box;
}

.list-featured .item .infos span {
	display:block;
}

.list-featured .item-project-type .infos,
.list-featured .item-project-location .infos{
	padding-left:30px;
	padding-right:30px;
	position:absolute;
	top:50%;
	width:auto;
	left:0;
	right:0;
}

/* -------------------------
	(.item.odd)
------------------------- */

.list-featured .item.odd {
	clear:both;
	margin-left:-12px;
}
.list-featured .item.odd .thumb {
	float:right;
}
.list-featured .item-project.odd{
	text-align:right;
}
.list-featured .item-project.odd .infos{
	padding:5px 24px 5px 12px;
	position: absolute;
	bottom:0px;
	left: 0;
}
.list-featured .item-project-location.odd .infos{
	padding-left:55px;
}

/* -------------------------
	(.item.even)
------------------------- */

.list-featured .item.even {
	float:right;
	margin-right:-12px;
}
.list-featured .item.even{
	text-align:right;
}
.list-featured .item-project.even{
	text-align:left;
}
.list-featured .item-project-location.even .infos{
	padding-right:55px;
}
.list-featured .item-project-location.even .infos:after{
	left: auto;
	right:20px;
}
/* --------------------------------------------------
	WIDTH <= 900px
-------------------------------------------------- */

@media
only screen and (max-width:900px)
{
	
	.list-featured {
		margin-left:0;
		margin-right:0;
	}
	
	.list-featured .item.even,
	.list-featured .item.odd {
		width:auto;
		float:none;
		max-width:545px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.list-featured .item .thumb {
		width:55%;
	}
	
	.list-featured .item-project .infos {
		width:45%;
	}
	
	.list-featured .item.odd .infos {
		/*position:static;*/
		bottom:auto;
	}
}

/* --------------------------------------------------
	WIDTH <= 500px
-------------------------------------------------- */

@media
only screen and (max-width:500px)
{
	.list-featured .item {
		margin-bottom:30px;
	}
	
	.list-featured .item .thumb {
		width:40%;
	}
	
	.list-featured .item-project .infos {
		width:60%;
	}
	
	.list-featured .item .infos .title{
		font-size:1.38461em; /* 18px */
	}
	
	.list-featured .item .thumb .thumb-img {
		padding-top:100%;
	}
	
	.list-featured .item .thumb .thumb-img img {
		width:auto;
		height:100%;
		left:-30%;
	}
}

/* --------------------------------------------------
	WIDTH <= 400px
-------------------------------------------------- */

@media
only screen and (max-width:400px)
{
	.list-featured .item .thumb {
		width:35%;
	}
	
	.list-featured .item-project .infos {
		width:65%;
	}
}




