#argus .subtitle {
	margin-bottom: 50px;
}
#argus .logo {
	display: block;
	float: left;
	width: 130px;
}
#argus .picto {
    height: auto;
    padding: 5px 0;
    border-radius: 10px;
    background-color: #FFF;
}
#argus .logo img {
	height: auto;
	max-width: 100px;
    border-radius: 10px;
    background-color: #FFF;
}
#argus .title {
	overflow: auto;
	margin: 5px 0 15px 0;
	/*
	margin-top: 29px;
	padding-left: 130px;
	*/
}
#argus h1 {
    color: #72A8C5;
	float: left;
	margin-right: 25px;
}
#argus .other {
	color: #666;
	font-size: 13px;
	margin: 5px 0 30px 0;
	vertical-align: top;
}
#argus .other:hover {
	color: #EF5A28;
}
#argus .image {
	float: right;
}
#argus .details {
	margin-top: -25px;
	padding-left: 130px;
}
#argus .prix {
    /*
    color: #EF5A28;
    */
    color: #CB563A;
    font-size: 30px;
    margin-bottom: 0;
    font-family: Sansita, Georgia, Arial;
}
#list-version .items> li.millesime {
	padding: 10px 0 10px 10px;
}
#list-version .items> li{
	padding: 20px 0 5px 10px;
}
#list-version .titre{
	padding: 5px;
	color: #666;
	/*
	font-size: 16px;
	*/
	margin-bottom: 25px;
	background-color: #FFF2EC;
}
#list-version .items.item-2{
	margin-bottom: 10px;
}
#list-version .mention{
	font-size: 12px;
	color: #999;
}
#list-version .mention span{
	color: #EF5A28;
}
#photos{
	margin-bottom: 30px;
}



/* ------------------Min Styling---------------------- */
@media (max-width: 767px){
	#argus{
		margin-bottom: 20px;
	}
	#argus h1{
		font-size: 30px;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	#argus .other{
		margin: 0 0 10px;
		text-align: center;
	}
	#argus .subtitle:after {
		display: inline;
		content: ' ...';
	}
	#argus .subtitle.active:after{
		display: none;
	}
	#argus .subtitle.active span{
		display: inline !important;
	}
	#argus .logo{
		display: none;
	}
	#argus .title{
		margin: 0;
		padding: 0;
	}
	#argus .details{
		margin-top: 0;
		padding-left: 0;
		text-align: center;
	}
	#argus .image {
		text-align: center;
	}
}