ul#pailloteune_wrap,
ul#pailloteune_wrap li
{
	margin: 			0;
	padding: 			0;
	list-style-type: 	none;
}

.pailloteune_item:link,
.pailloteune_item:hover,
.pailloteune_item:active,
.pailloteune_item:visited
{
	position:  			relative;
	display: 			block;
	text-decoration: 	none;
}

	.pailloteune_item_picture
	{
		position:  				absolute;
		top:  					0;
		left:  					0;
		bottom:  				0;
		width:  				50%;
		background-position:	center center;
		background-repeat: 		no-repeat;
		background-size:  		cover;
		-moz-border-radius:		5px 0 0 5px;
		-webkit-border-radius:	5px 0 0 5px;
		border-radius:			5px 0 0 5px;
	}
	.pailloteune_item_info
	{
		min-height:  	370px;
		margin-left:  	50%;
		padding:  		20px 30px;
	}

	.pailloteune_item_noteprice_bloc
	{
	}
		.pailloteune_item_noteprice
		{
		}
		
	.pailloteune_item_name
	{
		font-size: 			12pt;
		text-transform: 	uppercase;
		font-weight: 		700;
		color: 				#CD2C60;
	}
	
	.pailloteune_item_localisation
	{
		color: 			#888;
		font-size: 		10pt;
	}
		.pailloteune_item_localisation_city
		{
			color: 			#444;
		}
		.pailloteune_item_localisation_zipcode
		{
		}


/*************************************
 * 2022
 *************************************/
#paillote_list_alaune
{
	/*max-width:  		1000px;*/
	margin:  			20px auto;
	margin-bottom:   	60px;
}
.pailloteune_item_shortdescription
{
	font-weight:  		600;
	margin:  			10px 0;
}
.pailloteune_item_fulldescription
{
	margin-bottom:  	10px;
}
.pailloteune_item_localisation
{
	font-weight:  		600;
	margin:  			10px 0;
}
.pailloteune_item_button
{
	margin:  			10px 0;
}
.pailloteune_item_button button
{
	font-family:  		inherit;
}


.pailloteune_item
{
	background-color:  		#eee;
}
.pailloteune_item::after
{
	content: 			" ";
	display: 			block;
	clear: 				both;
}

.pailloteune_item_picture
{
}



#paillote_list_alaune .slick-dots li
{
	border: 2px solid rgba(0,0,0,.3);
}
#paillote_list_alaune .slick-dots li.active
{
	border: 2px solid rgba(0,0,0,.9);
}

@media only screen /* Smartphone Horizontal */
and (max-width : 700px)
{
	.pailloteune_item_picture,
	.pailloteune_item_info
	{
		position:  		relative;
		margin:  		0;
		width:  		auto;
		min-height:  	0;
	}

	.pailloteune_item_picture
	{
		min-height:  	50vw;
	}

}