/* CSS Document */

#inscription-accueil {
	background-color: #ecf0f5;
}
#inscription-accueil .lvl1-title {
	padding: 0;
	font-size: 22px;
}
#inscription-accueil .lvl2-title {
	padding: 7px 0 15px;
	color: #ed710b;
	font-size: 18px;
}
#inscription-accueil .control-label {
	padding-right: 0;
}
#inscription-accueil .form-group {
	margin-bottom: 10px;	
}
#inscription-accueil .form-error-help {
	font-size: 11px;
}
@media screen and (min-width: 768px) {
	#inscription-accueil {
		padding: 15px 27px 5px;
		box-shadow: 3px 0 5px -3px rgba(0, 0, 0, 0.25);
	}
	#inscription-accueil .lvl2-title {
		padding-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	#inscription-accueil {
		padding: 7px 15px 5px;
	}
	#inscription-accueil .button {
		margin-top: 10px;
		text-align: center;
	}
}

#presentation-compte li {
	margin-top: 25px;
}
#presentation-compte li:first-child {
	margin-top: 15px;
}
#presentation-compte .icon {
	width: 51px;
	height: 51px;
	margin: 8px 15px 15px 0;
}
#presentation-compte .icon-forum {
	background-position: 0 0;
}
#presentation-compte .icon-actu {
	background-position: -53px 0;
}
#presentation-compte .icon-infos {
	background-position: -106px 0;
}
#presentation-compte .lvl2-title {
	padding-bottom: 8px;
	color: #ed710b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#presentation-compte p {
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	#presentation-compte {
		padding: 7px 15px 5px;
	}
}

.categories-forum {
	margin-bottom: 0;
}
.categories-forum li {
	display: block;
	padding: 5px 0 4px;
	line-height: 1.1;
}
.categories-forum li + li {
	border-top: 1px solid #dadada;
}
.categories-forum .icon {
	margin: 2px 7px 0 0;
}
.categories-forum a {
	font-size: 14px;
}
.categories-forum .smaller {
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	#dernieres-discussions {
		margin-top: 10px;
	}
}

.top-avis .nb-avis {
	color: #686868;
	font-size: 12px;
	white-space: nowrap;
}
.top-avis .note {
	color: #ed710b;
	text-align: right;
}
@media screen and (max-width: 767px) {
	#top-marques {
		margin-top: 10px;
	}
}

#top-occasion dl {
	margin-bottom: 0;
}
#top-occasion dl + dl {
	margin-top: 17px;
}
#top-occasion dt,
#top-occasion dd {
	line-height: 1.2;
}
#top-occasion dt {
	font-size: 14px;
	font-weight: normal;
	line-height: 1.1;
}
#top-occasion dd a {
	color: #00609e;
}
#top-occasion dd a:hover {
	text-decoration: underline;
}
#top-occasion ul {
	margin-bottom: 0;
}
#top-occasion ul li {
	padding: 0;
}
#top-occasion ul li + li:before {
	content: "- ";
}
#top-occasion .inner-block-footer {
	margin-top: 46px;
}

#selection-occasion .media {
	float: left;
	margin: 2px 6px 0 0;
}
#selection-occasion .item {
	font-family: 'Orienta',sans-serif;
	line-height: 1.1;
}
#selection-occasion .version {
	color: #00609e;
	font-size: 11px;
}

@media screen and (min-width: 768px) {
	#vendre-occasion {
		margin-bottom: 20px;
	}
	#vendre-occasion p {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	#vendre-occasion {
		margin-top: 10px;
	}
}
#vendre-occasion a {
	font-size: 14px;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {
	#recherche-occasion .lvl2-title {
		padding-bottom: 8px;
	}
	#recherche-occasion .form-group {
		margin-top: 20px;
	}
}

.liste-marques-ft li {
	margin-bottom: 7px;
	text-align: center;
}
.liste-marques-ft li a {
	display: block;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.43);
}
.liste-marques-ft li img {
	max-width: 100%;
}
.liste-marques-ft li a:hover {
	outline: 1px solid #ed710b;
	outline-offset: -1px;
	box-shadow: 3px 3px 7px #f69f52;
}
.ft-panels .ft-panel {
	display: none;
}
#ft-default {
	display: block;
}
.ft-panel .lvl2-title {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ft-panel ul {
	margin-left: 13px;
}
.ft-panel li {
	padding: 1px 0 2px;
}
.ft-panel li a {
	font-size: 14px;
}

/* home connectÃ© */

.filtres-fil-info header {
	padding-bottom: 0;
}
.titre-fil-info {
	line-height: 26px;
}
.titre-fil-info .icon {
	margin-top: 0;
}
.filtres-fil-info .lvl2-title {
	padding-bottom: 1px;
}
.owl-buttons {
	float: left;
	width: 2.5%;
	margin-top: 5px;
}
.owl-carousel-wrapper {
	float: left;
	width: 95%;
}
.owl-buttons > * {
	cursor: pointer;
	display: inline-block;
	width: 12px;
	height: 48px;
	background-image: url(../images/sprites/sprites.png);
	overflow: hidden;
}
.owl-buttons .owl-prev {
	background-position: -317px -48px;
	text-indent: -9999px;
}
.owl-buttons .owl-next {
	background-position: -331px -48px;
	text-indent: 9999px;
}
.owl-item {
	text-align: center;
}
.owl-item .item {
	height: 51px;
	background-color: #ecf0f5;
	padding: 5px 2px 0;
	border-radius: 1px;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
	margin: 5px;
	line-height: 1;
}
.owl-item .item.active {
	background: #caced3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NhY2VkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2YwZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #caced3 0%, #ecf0f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#caced3), color-stop(100%,#ecf0f5));
	background: -webkit-linear-gradient(top,  #caced3 0%,#ecf0f5 100%);
	background: -o-linear-gradient(top,  #caced3 0%,#ecf0f5 100%);
	background: -ms-linear-gradient(top,  #caced3 0%,#ecf0f5 100%);
	background: linear-gradient(to bottom,  #caced3 0%,#ecf0f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#caced3', endColorstr='#ecf0f5',GradientType=0 );
}
#sites-carousel .item {
	line-height: 40px;
}
.owl-item .icon {
	float: none;
}
.owl-item img {
	max-width: 100%;
	max-height: 100%;
}
.owl-item span {
	display: inline-block;
}
.fil-info-item {
	margin-top: 20px;
}
.contenu-item,
.nature-item {
	background-color: #fff;
}
.nature-item {
	float: left;
	padding: 8px 5px;
	font-family: 'Orienta',sans-serif;
}
.nature-item .icon {
	float: left;
	margin-right: 5px;
}
.fil-info-item .logo-argus,
.fil-info-item .suivre-discussion {
	float: right;
}
@media screen and (max-width: 479px) {
	.fil-info-item .logo-argus,
	.fil-info-item .suivre-discussion {
		margin-bottom: 10px;
	}
}
.fil-info-item .logo-argus {
	padding-top: 5px;
}
.fil-info-item .suivre-discussion {
	padding-top: 8px;
}
.suivre-discussion .etoile {
	vertical-align: top;
}
.contenu-item {
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.25);
}
.contenu-item:hover {
	cursor: pointer;
}
.contenu-item .photo {
	width: 100%;
}
.fil-info-item .user-avatar .icon,
.fil-info-item .user-avatar .user-name {
	display: inline-block;
}
.fil-info-item .user-avatar .icon {
	float: none;
}
.texte-item {
	padding-top: 16px;
}
.texte-item .titre {
	font-size: 14px;
}
.texte-item .titre a {
	padding-right: 18px;
}
@media screen and (max-width: 767px) {
	.texte-item {
		padding-left: 16px;
	}
	.texte-item .titre {
		padding-right: 16px;
	}
}
.texte-item .infos-vehicule {
	float: right;
	text-align: right;
}
.texte-item .infos-vehicule li span {
	float: right;
	display: block;
	background-color: #00609e;
	padding: 0 6px 1px 3px;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
}
.texte-item .extrait {
	padding-right: 18px;
	margin-bottom: 7px;
	line-height: 14px;
}
.contenu-item-footer {
	margin-top: 10px;
}
.texte-item .lien-lire,
.texte-item .date-heure {
	font-size: 11px;
	font-style: italic;
}
.texte-item .lien-lire {
	float: left;
	color: #00609e;
}
.texte-item .date-heure {
	padding-right: 18px;
	float: right;
}
.fil-info-item .user-avatar {
	padding: 20px 0;
	background-color: #ecf0f5;
}
.fil-info-item .breadcrumb > li + li:before {
	vertical-align: sub;
}
.item-footer {
	margin-top: 5px;
}
.user-create-password-error {
	color: red;
	margin-bottom: 5px;
	font-size: 13px;
}
#change_pass .user-create-password-error {
	margin-bottom: 0px;
}