.detail-annonce .features div.features-town {
	width: 100%;
	font-size: 90%;
}

.Vignettes-annonces .detail-annonce .img-concession {
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 40px);
	height: 150px;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}

.Vignettes-annonces .detail-annonce .img-concession img {
	min-width: 100%;
	height: 100%;
	object-fit: contain;
}

.items-home-depts.items-pro-depts {
	max-width: 32rem;
	margin: 40px auto 50px !important;
}

.owl-depts.owl-regions .item a {
	background-color: #77839e;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
	margin: 10px;
	border-radius: 5px;
	color: #FFF;
	width: 8rem;
	line-height: initial;
	height: 2.5rem;
	text-decoration: none;
	padding: 5px;
}

.login-user {
	font-size: 60%;
}

.print-icon {
	font-size: 140%;
	vertical-align: middle;
	color: #ffffff;
	text-decoration: none;
	transition-duration: 250ms;
}
.print-icon:hover {
	color: #ffffff;
	text-decoration: underline;
}

.ariane-url .breadcrumb {
	background-color: unset;
}
.ariane-url .breadcrumb .breadcrumb-item a {
	display: initial;
}

.detail-annonce-vehicule .navigation-annonces {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	color: #c7d3ed;
	font-size: 14px;
	font-weight: 400;
}

.breadcrumb-item+.breadcrumb-item::before {
	content: ">" !important;
}

.form-checkbox {
	margin-top: 2px;
	margin-right: 10px;
}

.contact-form-error {
	white-space: pre-line;
}

img.footer-logo {
	width: 80px;
}

a > .no-logo-marque.logo-marque, a:hover > .no-logo-marque.logo-marque,
a > .no-logo-marque.logo-marque-active, a:hover > .no-logo-marque.logo-marque-active {
	text-decoration: none !important;
}

.no-logo-marque {
	display: block;
	text-align: center;
	vertical-align: middle;
	width: 240px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 90px;
	margin: auto;
	font-size: 24px;
	font-weight: bold;
	color: #575f74;
}
.owl-logo .owl-item .no-logo-marque.logo-marque {
	position: relative;
}
.no-logo-marque.logo-marque-active {
	color: #1ad100;
}

.js-self-value {
	font-size: 80%;
}

a.share-link, a.share-link:hover { line-height: 40px; text-decoration: none;  }
a.share-link > img {
	transition: all 250ms;
	transform: translateY(0px);
}
a.share-link:hover > img {
	transform: translateY(-5px);
}

.range-slider{
	-webkit-appearance: none;
	/* width: 150px; */
	width: 100%;
	max-width: 88%;
	height: 20px;
	margin: 10px 50px;
	/* background: linear-gradient(to right, #ececec 0%, #ececec 100%); */
	background: #ececec;
	border-radius:20px!important;
	background-size: 120px 5px;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	outline: none;
	zoom: 130%;
	display: block;
	margin: auto;
}

.range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	background: #1ad100;
	position: relative;
	z-index: 3;
	border:none!important;
	border-radius:30px;
}

.range-slider::-webkit-slider-thumb:after {
	content: " ";
	width: 150px;
	height: 10px;
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 5px;
}

.breadcrumb-container {
	background-color: #39445c;
	line-height: 3rem;
	border-bottom: 1px solid #35ff1f;
}

.breadcrumb-element {
	max-width: 1024px;
	margin: 0 auto;
}

#fiche-magasin .titre-photos h1 img {
	max-width: 300px;
}

/* *** Acceptation des cookies *** */
#cookieConsent {
	background-color: rgba(20,20,20,0.8);
	min-height: 2rem;
	font-size: 14px;
	color: #ccc;
	line-height: 26px;
	padding: 1rem 0 1rem 30px;
	font-family: "Trebuchet MS",Helvetica,sans-serif;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
	z-index: 9999;
}

#cookieConsent a {
	color: #4B8EE7;
	text-decoration: none;
}
#closeCookieConsent {
	float: right;
	display: inline-block;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
	font-weight: bold;
}
#closeCookieConsent:hover {
	color: #FFF;
}
#cookieConsent a.cookieConsentOK {
	background-color: #2bcf19;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	/* float: right; */
	margin: 0 10px 0 20px;
}
#cookieConsent a.cookieConsentOK:hover {
	background-color: #E0C91F;
}

#cookieConsent a.cookieConsentKO {
	background-color: #dd2b19;
	color: #ffffff;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentKO:hover {
	background-color: #dcbe18;
}
/* --- Acceptation des cookies --- */

/* *** Bootstrap overflow *** */
.dropdown-menu.dropdown-menu-special {
	width: auto;
	max-width: 400px;
}
.dropdown-menu.dropdown-menu-special .dropdown-item {
	width: initial;
	max-width: 100%;
}

/* Défaire ce qui a été fait dans style.css :-( */
.modal-body .row,
.modal-body [class^="col-"],
.modal-body input,
.modal-body select,
.modal-body textarea {
	box-sizing: border-box !important;
}
/* --- Bootstrap overflow --- */

.liste-annonces h1{margin-bottom: 52px !important;}

/** SPINNER CREATION **/
.loader {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}

@media screen and (max-width: 600px) {
	.no-logo-marque {
		font-size: 16px;
		width: 100%;
	}
	.reset-search .CLbtn {
		width: 100%;
	}
}

@media print {
	body, body * {
		background-color: #ffffff !important;
		color: #333333 !important;
	}
	.banner-top-product {
		padding: 8px;
		margin-bottom: 1rem;
	}
	@page { margin: 1cm; }
}