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



.promo-marque {
    font-family: Sansita, Georgia, Arial;
    padding: 10px;
    margin: 0 0 20px 0;
    border-radius: 10px;
    background-color: #242830;
}
.promo-marque li {
	text-align: center;
}
.promo-marque .prix {
    /*
	margin: -5px 0 15px 0;
    color: #EF5A28;
	*/
    color: #DD4925;
	margin: -10px 0 5px 0;
	font-size: 18px !important;
}
.promo-marque ul img {
    border-radius: 5px;
    margin: 10px 0;
}
.promo-marque .marque-modele {
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    color: #72A8C5;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
}
.promo-marque-logo img {
    border-radius: 5px;
}
.promo-marque .promo-marque-logo {
    border-radius: 5px;
    padding: 5px 10px;
	background-color: #293448;
	/*
    margin-top: 40px;
    margin: 40px 0 6px 0;
    */
}
.promo-marque .promo-marque-logo strong {
	/*
    color: #FFF;
    */
	color: #CCC;
	font-size: 20px;
	margin-left: 20px;
	letter-spacing: 1.1px
}
.pages {
	margin: 60px auto;
}




@media (max-width: 767px) {
	.promo-marque .prix {
		font-size: 15px !important;
	}
}