@charset "UTF-8";
/* CSS Document */



#offres .offre-item {
    padding: 10px;
    border-radius: 10px;
    background: #242830;
}
#offres .subtitle {
	margin-bottom: 45px;
}
#offres .item {
	margin: 0 0 20px 0;
	border-radius: 5px;
	text-decoration: none !important;
    /*
	display: block;
	border-radius: 3px;
	border: 2.5px solid #f0f0f0;
	border: 2px solid #767983;
    */
}
#offres .item:hover {
	border: 1.5px solid #e88368;
	padding: 1px;
}
#offres .img {
	min-height: 240px;
	width: 100%;
}
#offres ul.row li {
	padding-bottom: 35px;
}
#offres .info {
	/*
	padding: 20px 10px 10px 15px; 
	*/
	padding: 0 5px 10px 5px;
}
#offres .titre {
    color: #72A8C5;
	font-size: 20px;
	font-weight: bold;
    text-overflow: ellipsis;
	white-space: nowrap;
    overflow: hidden;
    margin: 0 0 5px 0;
    /*
	color: #2f2b2b;
	font-size: 21px;
    */
}
#offres .tag {
	color: #CCC;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	/*
	color: #666;
	font-size: 15px;
	*/
}
#offres .prix {
	color: #999;
	float: right;
	font-size: 12px;
	text-align: right;
	font-family: Sansita, Georgia, Arial;
    /*
	color: #666;
    */
}
#offres .prix span {
	/*
    color: #333;
    */
	display: block;
	font-size: 20px;
	font-weight: 700;
    color: #DD4925;
}
#offres .date {
    color: #CCC;
    padding: 5px;
	font-size: 12px;
    border-radius: 5px;
    background-color: #535F6F;
	/*
	color: #999;
	padding: 10px 15px; 
	padding: 0 5px 10px 5px;
	*/
}
#offres .date i {
	/*
    color: #CFCFCF;
    */
	color: #CCC;
	margin-right: 5px;
}
#offres .date span {
    /*
	color: #EF5A28;
	margin-left: 10px;
    */
}
    
    
    
    
    
    
@media (max-width: 767px){
	#offres .subtitle{
		margin-bottom: 25px;
	}
	#offres .img{
		height: auto;
		width: 100%;
	}
	#offres .titre{
		font-size: 18px;
	}
}