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


#marcherNon {
    margin-bottom: 50px;
}


#modele-list {
    padding: 25px;
    border-radius: 10px;
    background-color: #242830;
}


#list-modele h1{
	font-size: 30px;
	margin-bottom: 15px ;
	font-weight: normal;
}
#list-modele .logo-marque-holder {
    padding-bottom: 40px;
}
#list-modele .logo-marque {
    float: right;
    margin-left: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 3.5px grey;
}
#list-modele .subtitle {
    color: #999;
	margin-bottom: 40px;
}
#list-modele .items{
	/*
	margin-bottom: 40px;
	*/
	margin: 40px auto;
}
#list-modele .items > li{
	/*
    border-bottom: 2px solid #e5e5e5;
    */
	border-bottom: 2px solid #41444B;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#list-modele .items > li:after{
	clear: both;
	content: '';
	display: block;
}
#list-modele .items h3 {
	/*
	color: #333;
	margin: 5px 0 3px;
	*/
    color: #72A8C5;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
}
#list-modele .items .prix{
	margin-bottom: 5px;
	color: #DD4925;
	/*
    color: #EF5A28;
    */
	font-size: 16px;
	font-family: Sansita, Georgia, Arial;
}
#list-modele .items .btn{
	margin-right: 10px;
}
#list-modele .items a.img {
	position: relative;
    padding: 10px;
    border-radius: 10px;
    background-color: #FFF;
}
#list-modele .items span.new {
    background-color: #DD4925;
	position: absolute;
    padding: 1px 8px;
    font-size: 11px;
    color: #FFF;
    top: 10px;
	left: 0;
    /*
    top: 2px;
    background-color: #F30;
    */
}



.relation-client{
	/*
	margin-top: 20px;
	*/
	margin: 20px auto;
	border-color: #DD4925;
}

.comment-list{
	margin-bottom: 40px;
}
#photos{
	margin-bottom: 50px;
}







@media (max-width: 767px){
	#list-modele h1{
		font-size: 25px;
	}
	#list-modele h1:after {
		background-color: #EF5A28;
		content: '';
		display: block;
		height: 2px;
		margin: 6px 0 0;
		width: 45px;
	}
	#list-modele .subtitle{
		font-size: 13px;
	}
	#list-modele .items>li{
		/*
        border: 2px solid #f0f0f0;
		border-radius: 3px;
        */
		padding:0 0 15px;
		text-align: center;
        border-radius: 10px;
        border: 2px solid #41444B;
	}
    #list-modele .items a.img {
        margin: 20px 0 15px 0;
    }
	#list-modele .items img {
		margin: 0 auto 10px;
	}
	#list-modele .items h3 {
		font-size: 20px;
	}
	#list-modele .items .prix {
		font-size: 18px;
	}
	#list-modele .items ul.detail{
		margin-bottom: 5px;
	}
	#list-modele .items ul.stats {
		margin-bottom: 15px;
	}
	#list-modele .items .btn{
		/*
        margin-right: 0;
        */
        margin: 0 0 10px 0;
	}
	#list-modele .items span.new {
		/*
        top: 10px;
        */
        top: 30px;
		left: 15px;
	}
}