@font-face {
	font-family: 'Visby';
	src: url('../font/VisbyRoundCF-Heavy.eot');
	src: url('../font/VisbyRoundCF-Heavy.eot') format('embedded-opentype'),
		 url('../font/VisbyRoundCF-Heavy.woff2') format('woff2');
}
@font-face {
	font-family: 'Visby Medium';
	src: url('../font/VisbyRoundCF-Medium.eot');
	src: url('../font/VisbyRoundCF-Medium.eot') format('embedded-opentype'),
		 url('../font/VisbyRoundCF-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Visby Bold';
	src: url('../font/VisbyRoundCF-Bold.eot');
	src: url('../font/VisbyRoundCF-Bold.eot') format('embedded-opentype'),
		 url('../font/VisbyRoundCF-Bold.woff2') format('woff2');
}
@font-face {
	font-family: 'Nexa Bold';
	src: url('../font/Nexa%20Bold.otf');
}
@font-face {
	font-family: 'Nexa Light';
	src: url('../font/Nexa%20Light.otf');
}

body {
    font-family: 'Poppins', sans-serif;
	/* animation: fadeInAnimation ease-in 2s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards; */
}
@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.visby {
	font-family: 'Visby', sans-serif;
	/* -webkit-text-stroke: 1.5px black; */
}
.lexend {
	font-family: 'Lexend', sans-serif;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
}
img {
    max-width: 100%;
}
.text-justify {
	text-align: justify;
}
a {
	text-decoration: none;
	color: inherit;
}
.cursor-pointer {
	cursor: pointer;
}

.btn-orange {
    color: white;
    background-color: #2094FF;
    border-radius: 4px;
    font-weight: 600;
}
.btn-outline-orange {
	border: 2px solid #2094FF;
	color: #2094FF;
}
.btn-orange:hover,
.btn-outline-orange:hover {
    background-color: #2094FF;
    color: white;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.text-blue {
	color: #2094FF;
}
b {
	color: #2094FF;
	font-weight: 600;
}

.btn-blue {
	background-color: #2094FF;
	color: white;
	border-radius: 4px;
	font-weight: 600;
}

.btn-outline-blue {
	border: 2px solid #2094ff;
	color: #2094ff;
}
.btn-blue:hover ,
.btn-outline-blue:hover {
	color: white;
	background-color: #0a69c2;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.text-blue {
	color: #2094FF;
}
.bg-green {
	background-color: #10D46A !important;
}
.text-green {
	color: #10D46A;
}
.title {
	font-weight: 700;
	font-size: 54px;
}
.title b {
	color: #2094FF;
	font-weight: bold;
}
@media (max-width: 767px) {
	.title-wrapper {
		padding-left: 30px;
	}
	.title-dash {
		width: 55px;
	}
	.title {
		font-size: 25px;
		letter-spacing: -0.75px;
	}
	.blue-wide {
	background-color: #2094FF;
	color: white;
	border-radius: 18.27px;
	font-weight: 600;
	width: 251.92px;
}
}

.alert {
	position: fixed;
	top: 55px;
	z-index: 99;
	right: 30px;
	font-size: 13px;
	border: none;
}
.alert .btn-close {
	font-size: 10px;
}





/* HEADER */
header {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    border-bottom: 1px solid #fff;
	z-index: 9;
	border: none;
	height: 90px;
}
header a {
    color: #333;
    text-decoration: none;
}
.site-title {
	max-width: 200px;
}
header .container {
    height: 90px;
    width: 100vw;
    max-width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px #00000021;
}
header.scrolled.hide {
    height: 0;
    transition-duration: .5s;
}
header.scrolled.hide .container {
    opacity: 0;
}
header.scrolled.hide.show {
    height: 70px;
	position: fixed;
}
header.scrolled.hide.show .container {
    opacity: 1;
    height: 70px;
}
#mobileMenuIcon {
    display: none;
}
.menu {
	position: relative;
	display: flex;
	/* gap: 5px; */
}
.menu a {
	position: relative;
	display: inline-block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	font-weight: 500;
	color: #3B3B3B;
	font-size: 18px;
	margin: 0;
}
.export .menu a {
	padding: 0 12px;
	letter-spacing: calc(-2/100 * 17px);
	margin: 0;
}
.menu a:hover {
    color: #2094FF;
}
.menu a.active {
	color: white;
	font-weight: 600;
	/* background-color: white; */
	/* border-radius: 20px; */
	/* padding: 0 15px; */
	text-shadow: unset;
	position: relative;
	z-index: 2;
	/* animation: change-color 1s; */
}
.menu a.active:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #2094FF;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
	border-radius: 20px;
	/* animation: flip-horizontal-top 1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both; */
}
/* @keyframes change-color {
  0%   { color: #FFFFFF; }
  100% { color: #2094FF; }
}
@keyframes flip-horizontal-top {
  0%   { background-color: #2094FF; transform: rotateX(0); }
  100% { background-color: #FFFFFF; transform: rotateX(180deg); }
} */
.menu #marker {
	position: absolute;
	height: 100%;
	/* left: 0; */
	width: 0;
	background-color: #2094FF;
	transition: left 0.5s;
	border-radius: 18px;
}
.menu-and-account-wrapper {
	display: flex;
	justify-content: center;
	gap: 10px;
}
.menu-and-account-wrapper > .menu {
	padding-right: 12px;
}
.menu-favourite,
.menu-my-account {
	display: flex;
	max-width: 27px;
}


@media (max-width: 767px) {
	header {
		width: 100vw;
		height: 70px;
		border-bottom: 1px solid #cccccc82;
	}
	header.scrolled.hide.show {
		height: 70px;
	}
    header .container {
        height: 70px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
	header .container.w-95 {
		max-width: 100%;
		flex-wrap: wrap;
		align-items: center;
		padding-top: 8px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.site-title {
		width: 140px;
		padding: 15px 0;
	}
    header .menu {
        display: none;
    }
    header .menu.mobile-show {
        opacity: 1;
        display: block;
        order: 3;
        width: 100vw;
        /* margin-left: -25px; */
        /* margin-right: -25px; */
        /* margin-top: 9px; */
        padding: 20px;
        background-color: #363636;
        position: absolute;
        left: 0;
        top: 70px;
        z-index: 999;
    }
	header.scrolled .menu.mobile-show {
		margin-top: -2px;
	}
    #mobileMenuIcon {
        display: block;
        order: 2;
		color: #484848;
		/* color: white; */
		font-size: 36px;
    }
    .menu a {
        display: block;
        padding-left: 0;
        margin: 10px 0;
        width: fit-content;
        font-size: 16px;
        color: white;
        line-height: 32px;
        height: 32px;
    }
	.menu a.active {
		padding-left: 20px;
		padding-right: 20px;
	}
	.menu .socials {
		display: flex;
		justify-content: end;
	}
	.menu .socials a {
		padding: 5px;
	}
	#marker {
		visibility: hidden;
	}
    
}

@media (min-width: 767px) {
	.menu > a {
		padding: 0 17px;
	}
}
@media (min-width: 1600px) {
	.menu > a {
		padding: 0 15px;
	}
}





/* FOOTER */
footer {
	background-color: #1E2C32;
	padding-top: 40px;
	padding-bottom: 40px;
}
footer .small {
	font-size: 13px;;
}
.footer-links {
	color: #A3A3A3;
	display: flex;
	justify-content: end;
}
.footer-links a {
	padding: 10px 15px;
}

@media (max-width: 767px) {
	footer {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-links {
		display: block;
		flex: 0 0 auto;
		margin: 25px 0;
	}
	.footer-links a {
		padding: 3px 0px;
		display: block;
		font-size: 14px;
	}
	.footer-logo {
		width: 190px
	}
	footer .small {
		font-size: 12px;
	}
}






/* HOMEPAGE */
.banner-wrapper {
	position: relative;
}
.homepage #carouselHomepage .carousel-item {
	width: 100vw;
	height: 310px;
}
.homepage #carouselHomepage .carousel-item img {
	width: 100vw;
	height: 310px;
	object-fit: cover;
}
.homepage .carousel-indicators {
	bottom: 0px;
	align-items: center;
}
.homepage .carousel-indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid white;
	background-color: transparent;
	opacity: 1;
}
.homepage .carousel-indicators .active {
	background-color: white;
	width: 16px;
	height: 16px;
}
@media(max-width: 767px) {
	.banner-wrapper {
		margin-top: 70px;
	}
	.homepage #carouselHomepage .carousel-item,
	.homepage #carouselHomepage .carousel-item img {
		height: 410px;
	}
}


.homepage .inside-banner {
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
}
@media(min-width: 1600px) {
	.homepage .inside-banner {
		top: 70px;
	}
}
.homepage .inside-banner h1 {
	text-align: center;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
	font-size: 35px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -1.05px;
}
.homepage .inside-banner h1 b {
	color: #fff;
}
.homepage-form {
	max-width: 1010px;
	margin: 0 auto;
	margin-top: 35px;
	border-radius: 7px;
	background: rgba(255, 255, 255, 0.35);
	padding: 25px 40px 5px;
}
.homepage-form .d-flex {
	flex-wrap: wrap;
	/* justify-content: space-between; */
}
.homepage-form .d-flex > .form-select {
	flex: 0 0 auto;
	width: calc((100% - 194px - 80px) / 4);
	margin-right: 20px;
}
.homepage-form .d-flex > .neuf-occasion {
	flex: 0 0 auto;
	width: 194px;
	/* background-color: yellow; */
}
.homepage-form .d-flex > .additional-info {
	width: calc(100% - 194px - 20px);
	margin-right: 20px;
}
.homepage-form select,
.homepage-form input.form-control {
	margin-right: 0;
	border-radius: 4px;
	border: 0.5px solid rgba(0, 0, 0, 0.20);
	background-color: #F7F7F7;
	color: #404040;
	font-weight: 500;
	margin-bottom: 20px;
	height: 40px;
}
.homepage-form input.form-control::placeholder {
	color: #404040;
}
.homepage-form .neuf-occasion {
	display: flex;
	/* justify-content: center; */
	align-items: center;
	margin-bottom: 20px;
	height: 40px;
}
/* .homepage-form .neuf-occasion > span {
	width: 50%;
	text-align: center;
}
.homepage-form .neuf-occasion .form-check {
	width: 30%;
} */
/* .homepage-form .form-check-input {
	width: 53px;
	height: 23px;
	background-color: #2094FF;
	border: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
} */
.homepage-form .form-check-input:checked {
	background-color: #2094FF;
}
.homepage-form .btn-blue {
	height: 40px;
	background-color: #2094FF;
	border-radius: 4px;
	width: 194px;
}
.homepage-form .btn-blue.bg-blue {
	background-color: #2094FF;
}
.inside-banner-bottom {
	/* position: absolute; */
	/* bottom: 55px; */
	/* left: 0; */
	/* right: 0; */
	text-align: center;
	margin-top: 40px;
}
.inside-banner-bottom .btn-blue {
	font-size: 22px;
	width: 320px;
	height: 60px;
	line-height: 60px;
	padding: 0;
}


/* radio switch */
.radio-switch {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	height: 40px;
	align-items: center;
}
.radio-switch > span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #484848;
}
.homepage .radio-switch > span {
	color: white;
}
.radio-switch > span:last-child {
	padding-left: 6px;
}
.radio-switch > input {
	width: opx;
	appearance: none;
}
.radio-switch > label {
	display: block;
	width: 53px;
	height: 25px;
	border-radius: 12px;
	background: #2094FF;
	position: relative;
	cursor: pointer;
}
.radio-switch > label.blue {
	background: #2094FF;
}
.radio-switch .circle {
	display: block;
	width: 21px;
	height: 21px;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	animation-name: moveLeft;
	animation-duration: 300ms;
}
.radio-switch .circle.right {
	left: 30px;
	animation-name: moveRIght;
	animation-duration: 300ms;
}
@keyframes moveLeft {
  from {left: 30px;}
  to {left: 2px;}
}
@keyframes moveRIght {
  from {left: 3px;}
  to {left: 30px;}
}

.search-input {
	border-radius: 25px;
	border: 0.5px solid #dfdfdf36;
	background: #F5F7FD;
	height: 45px;
	margin-bottom: 6px;
	padding-left: 20px;
}
.search-input::placeholder {
	color: #9B9C9F;
}



@media (max-width: 767px) {
	.homepage header:after {
		display: none;
	}
	.homepage header.homepage-scrolled {
		/* background-image: url(/images/menu-bg-mobile.jpeg); */
		background-color: transparent;
	}
	.homepage #carouselHomepage {
		margin-top: -70px;
	}
	.homepage .inside-banner {
		top: 30px;
	}
	.homepage .inside-banner h1 {
		font-size: 30px;
		color: white;
		text-shadow: unset;
		font-size: 20px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: -0.6px;
		padding-left: 25px;
		padding-right: 25px;
	}
	.homepage .inside-banner h1 b {
		color: #2094FF;
	}
	.homepage-banner-mobile {
		margin-top: -70px;
	}
	.homepage-form {
		max-width: 90%;
		padding: 20px;
		margin-top: 20px;
		border-radius: 23px;
		background: rgba(255, 255, 255, 0.40);
	}
	.homepage-form .d-flex {
		justify-content: center;
		gap: 0 20px;
	}
	.homepage-form .d-flex > .form-select {
		width: unset;
		margin-right: unset;
	}
	.homepage-form .d-flex > .neuf-occasion {
		width: 100%;
		order: 1;
	}
	.homepage-form .d-flex > .additional-info {
		width: 100%;
		order: 2;
		margin-right: unset;
	}
	.homepage-form .d-flex > .form-select {
		flex: 0 0 auto;
		width: calc(50% - 10px);
		color: #4E4E4E;
		font-family: Lexend;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		order: 2;
		margin-bottom: 15px;
		height: 30px;
	}
	.homepage-form .neuf-occasion {
		order: 1;
		width: 100%;
	}
	.homepage-form .additional-info {
		width: 100%;
	}
	.homepage-form .additional-info .form-control {
		font-size: 13px;
		height: 30px;
	}
	.homepage-form .additional-info .form-control::placeholder {
		color: #777;
	}
	.homepage-form .btn-blue {
		color: white;
		margin-bottom: 10px;
		margin-top: 15px;
		height: 40px;
		padding: 0;
		order: 3;
	}
	.inside-banner-bottom {
		bottom: 80px;
	}
	.inside-banner-bottom .btn-blue {
		font-size: 16px;
		height: 42px;
		line-height: 42px;
		width: 224px;
	}
	.radio-switch {
		display: flex;
		gap: 20px;
		margin-bottom: 10px;
	}
	.radio-switch > span {
		display: none;
	}
	.radio-switch > input {
		appearance: unset;
		width: calc(50% - 10px);
		background-color: white;
		height: 26px;
		border-radius: 23px;
		border: 1px solid #BBBBBB;
	}
	.radio-switch #radio_occasion {
		order: 2;
		position: relative;
	}
	.radio-switch #radio_occasion:checked {
		background-color: #2094FF;
		border-color: #2094FF;
		color: white;
	}
	.radio-switch #radio_occasion:after {
		content: 'Occasion';
		position: absolute;
		top: 4px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 13px;
	}
	.radio-switch #radio_neuf {
		order: 2;
		position: relative;
		background-color: #2094FF;
		visibility: hidden;
	}
	.radio-switch #radio_neuf:after {
		content: 'Occasion';
		position: absolute;
		top: 4px;
		left: 0;
		right: 0;
		text-align: center;
		font-size: 13px;
		color: white;
	}
	.radio-switch label {
		width: calc(50% - 10px);
		height: 26px;
		border-radius: 23px;
		background-color: #fff;
	}
	.radio-switch .label-occasion {
		position: relative;
		background-color: #2094FF;
	}
	.label-occasion:after {
		content: 'Neuves';
		color: white;
		position: absolute;
		left: 0;
		right: 0;
		top: 4px;
		text-align: center;
		font-size: 13px;
	}
	.radio-switch > label.blue {
		background: unset;
	}
	.radio-switch > label.label-neuf {
		position: relative;
		background-color: white;
		border: 1px solid #BBBBBB;
	}
	.label-neuf:after {
		content: 'Neuves';
		color: #4E4E4E;
		position: absolute;
		left: 0;
		right: 0;
		top: 4px;
		text-align: center;
		font-size: 13px;
	}
	.radio-switch .circle {
		display: none;
	}
	.search-input {
		width: 290px
	}
}






/* car listing */
.car {
	position: relative;
}
.car .wrapper {
	display: block;
	height: 100%;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	padding-bottom: 60px;
	border-radius: 12px;
}
.car .wrapper:hover {
	box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.42);
}
.car .image-wrapper {
	position: relative;
	height: 180px;
}
.car .main-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: 1s;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.car .wrapper:hover .has-second-photo .main-photo {
	height: 0;
	transition: 2s ease-out;
}

.car .wrapper .second-photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: .5s;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}
.car .wrapper:hover .second-photo {
	opacity: 1;
}

.car .watermark {
	position: absolute;
	top: 10px;
	right: 10px;
    width:100px;
}
.car .row {
	margin-right: 0;
	margin-left: 0;
}
.car .row > * {
	padding-left: 0;
	padding-right: 0;
}
.car .car-model {
	padding-left: 18px;
	padding-top: 24px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.6px;
	margin-bottom: 0;
	line-height: 100%;
}
.car .price {
	padding-right: 18px;
	padding-top: 17px;
	text-align: right;
	color: #2094FF;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 0;
}
.car .car-name {
	color: #8F8F8F;
	font-size: 13px;
	font-weight: 300;
	padding-left: 18px;
	padding-right: 18px;
}
.car .car-highlight {
	padding-left: 18px;
	color: #000000;
	font-size: 13px;
}
.car .car-highlight img {
	padding-right: 5px;
}
.car .bottom {
	position: absolute;
	bottom: 18px;
	left: 33px;
	right: 18px;
	align-items: center;
}
.car .btn-blue {
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	font-size: 12px;
	border-radius: 15px;
	letter-spacing: calc(-3/100 * 12px);
}
.car .monthly-payment {
	color: #2094FF;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.39px;
}
.btn-blue.voir-plus {
	padding: 10px 45px;
	font-size: 18px;
	margin-top: 40px;
	color: #2094FF;
	background-color: white;
	border: 2px solid #2094FF;
	border-radius: 25px;
}
.car-listing .arrival-date {
	color: black;
	font-family: 'Lexend', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: calc(-2/100 * 12px);
	background-color: #2094FF21;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 15px;
}
.car-listing .arrival-date:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #2094FF;
	border-radius: 5px;
	margin-right: 6px;
}
.car-listing .in-stock {
	color: black;
	font-family: 'Lexend', sans-serif;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: calc(-2/100 * 12px);
	background-color: #E0F9EC;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 15px;
}
.car-listing .in-stock:before {
	content: '';
	display: inline-block;
	width: 9px;
	height: 9px;
	background-color: #10D46A;
	border-radius: 5px;
	margin-right: 6px;
}
.btn-favourite {
	background-color: #0000006b;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
	position: absolute;
	top: 5px;
	right: 15px;
	z-index: 2;
}
.btn-favourite img {
	width: 20px;
}

.active-search.btn-blue {
	font-size: 12px;
	background-color: #2094ff38;
	color: #353535;
	border-radius: 20px;
	font-weight: 500;
	padding-left: 14px;
	margin-top: 10px;
	
}

@media (max-width: 767px) {
	.car {
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 40px !important;
	}
	.btn-blue.voir-plus {
		margin-top: 0;
	}
	.nos-vehicules .title-dash {
		margin-left: 15px;
	}
	.nos-vehicules .title {
		padding-left: 15px;
	}
	.nos-vehicules .homepage-form {
		padding-top: 0;
	}
	.nos-vehicules .what-we-offer {
		margin-top: 20px !important;
	}
	.nos-vehicules .container.what-we-offer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.nos-vehicules .what-we-offer .title-dash {
		margin-left: 0px;
	}
	.nos-vehicules .what-we-offer .title {
		padding-left: 0px;
	}
	.search-by {
		margin-bottom: 20px;
		padding: 20px;
	}
	.active-search {
		margin-bottom: 10px;
	}
	.btn-favourite {
		top: 10px;
		right: 40px;
	}
}


/* what we offer */
.what-we-offer h3 {
	color: black;
	font-weight: 600;
	font-size: 25px;
	letter-spacing: -0.7px;
}
.what-we-offer h3 b {
	font-size: 40px;
	color: #1c1c1c;
	font-weight: 600;
	letter-spacing: -1.2px;
	display: block;
	margin-top: 4px;
}
.what-we-offer h3:after {
	content: "";
	display: block;
	background-color: #2094FF;
	width: 95px;
	height: 3px;
	margin: 18px 0;
}
.what-we-offer p {
	color: #6D6D6D;
	font-family: Poppins;
	font-size: 15px;
	font-weight: 500;
	line-height: 153%;
	letter-spacing: -0.45px;
}
.what-we-offer .btn-blue {
	border-radius: 22px;
	background: #2094FF;
	width: 154px;
	height: 38px;
	font-size: 15px;
	font-weight: 500;
	line-height: 153.333%;
	letter-spacing: -0.45px;
	margin-top: 10px;
	position: absolute;;
	bottom: -30px;
}
@media (max-width: 767px) {
	.container.what-we-offer {
		padding-left: 40px;
		padding-right: 40px;
	}
	.what-we-offer h3 {
		font-size: 16px;
	}
	.what-we-offer h3 b {
		font-size: 25px;
	}
}





/* LOADING */
.loading-wrapper {
	width: 100vw;
	height: 100vh;
	background-color: #0001;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loading-hourglass {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.loading-hourglass:after {
	content: " ";
	display: block;
	border-radius: 50%;
	width: 0;
	height: 0;
	margin: 8px;
	box-sizing: border-box;
	border: 32px solid #ccc;
	border-color: #ccc transparent #ccc transparent;
	animation: loading-hourglass 1.2s infinite;
}
@keyframes loading-hourglass {
	0% {
		transform: rotate(0);
		animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}
	50% {
		transform: rotate(900deg);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	100% {
		transform: rotate(1800deg);
	}
}










/* CAR VIEW */
.car-gallery {
	position: relative;
}
.car-gallery .watermark {
	position: absolute;
	top: 17px;
	left: 30px;
	z-index: 1;
	width: 113px;
}
.car-gallery .availability {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1;
	font-family: Visby;
	font-weight: 700;
	font-size: 15px;
	display: flex;
}
.car-gallery .availability img {
	margin-right: 3px;
}
.car-gallery .arrival-date {
	position: absolute;
	right: 30px;
	top: 20px;
	z-index: 1;
	font-family: 'Lexend', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 40px;
	padding: 0 15px;
	color: white;
	letter-spacing: calc(-2/100 * 16px);
	background-color: #2094FF;
	border-radius: 20px;
	height: 40px;
}
.car-gallery .arrival-date:before {
	content: '';
	display: inline-block;
	background-color: white;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	margin-right: 7px
}
.fotorama__stage__shaft .fotorama__img {
	border-radius: 35px !important;
}
.fotorama__nav-wrap {
	margin: 24px 30px;
}
.fotorama__thumb {
	border-radius: 10px !important;
}
.fotorama__thumb-border {
	border-radius: 10px;
	border-color: #2094FF;
	border-width: 3px !important;
}
.thumbcount {
	position: absolute;
	right: 80px;
	bottom: 43px;
	font-size: 36px;
	color: white;
	height: 115px;
	border-radius: 10px;
	line-height: 115px;
	text-align: center;
	text-shadow: 1px 1px 9px rgba(0,0,0,0.9);
}
.car-info-main h1 .car-model {
	color: #000;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: -1.35px;
}
.car-info-main h1 {
	color: #2E2E2E;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -0.6px;
	margin-bottom: 50px;
}
.car-info-main .price-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
	margin-bottom: 32px;
	gap: 15px;
}
.car-info-main .price-wrapper .price {
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -1.2px;
	background-color: #2094FF;
	color: white;
	border-radius: 40px;
	padding: 0px 30px;
	min-width: 220px;
    z-index: 2;
}
.voiture-low-price .car-info-main .price-wrapper .price {
	background-color: #10D46A;
}
.car-info-main .price-wrapper .price:nth-child(3){
	background-color: #10D46A;
}
.car-info-main .discount {
	position: relative;
}
.car-info-main .discount span {
	position: absolute;
	top: -25px;
	left: -23px;
	right: -15px;
	text-align: center;
	color: #10D46A;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.75px;
}
.car-info-main .monthly-payment .or {
	color: #989898;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.car-info-main .monthly-payment .or:before,
.car-info-main .monthly-payment .or:after{
	content: '';
	display: inline-block;
	width: 30px;
	height: 1px;
	margin: 7px;
	background-color: #989898;
}
.car-info-main .monthly-payment .price {
	font-size: 32px;
	font-weight: 600;
}
.car-info-main .car-highlight {
	font-size: 15px;
	display: flex;
	/* justify-content: space-between; */
	justify-content: center;
	flex-wrap: nowrap;
	text-align: left;
	/* max-width: 85%; */
	margin: 50px auto 25px;
}
.car-info-main .car-highlight > * {
	/* width: 30%; */
	margin-bottom: 20px;
	/* display: flex; */
	/* align-items: center; */
	white-space: nowrap;
}
.car-info-main .car-highlight img {
	margin-right: 3px;
	width: 22px;
	height: 22px;
}
.car-info-main .actions {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 40px;
	align-items: center;
	margin-bottom: 17px;
	gap: 10px;
}
.car-info-main .actions form {
	width: 100%;
}
.car-info-main .btn-devis,
.car-info-main .btn-contact,
.car-info-main .btn-action {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: calc(-3/100 * 22px);
	border-radius: 10px;
	border: 2px solid #2094FF;
	background-color: white;
	color: #2094FF;
}
.voiture-low-price .car-info-main .btn-devis,
.voiture-low-price .car-info-main .btn-contact,
.voiture-low-price .car-info-main .btn-action {
	border: 2px solid #10D46A;
	color: #10D46A;
}
.car-info-main .actions .col-favourite {
	width: 100px;
}
.col-favourite .add-to-favourite {
	border-radius: 10px;
	background-color: #E6E7F0;
	display: block;
	height: 60px;
	line-height: 60px;
}
.vehicule-vendu {
	color: #FF0008;
	font-size: 35px;
	font-weight: 600;
	letter-spacing: calc(-3/100 * 35px);
}
.vehicule-vendu .line {
	display: block;
	width: 100px;
	margin: 0 auto;
	height: 2px;
	background-color: #FF0008;
}



.car-additional-info .subtitle {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -0.75px;
	color: black;
	display: flex;
	align-items: center;
	border-top: 1px solid #B5B5B5;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-bottom: 0;
}
.car-additional-info .subtitle > img {
	width: 30px;
	height: 30px;
	margin-right: 13px;
}
.car-additional-info .subtitle > a {
	flex-grow: 1;
	text-align: right;
}
.car-additional-info .subtitle > a > img {
	width: 30px;
	height: 30px;
}
.car-additional-info .car-highlight {
	font-size: 15px;
	margin-left: 30px;
	padding-top: 25px;
	padding-bottom: 25px;
	/* display: flex; */
	/* justify-content: space-between; */
	text-align: left;
	/* max-width: 450px; */
}
.car-additional-info .car-highlight > * {
	/* width: 30%; */
	/* margin-bottom: 25px; */
	/* display: flex; */
	/* align-items: center; */
	white-space: nowrap;
}
.car-additional-info .car-highlight img {
	margin-right: 5px;
	width: 22px;
	height: 22px;
}
.car-additional-info .content {
	margin: 5px 0 25px 5px;
	padding: 10px;
    border-radius: 10px;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    background: #FAFAFA;
}

@media(max-width: 767px) {
	.car-info-main h1 .car-model {
		font-size: 26px;
		display: block;
		margin-bottom: -10px;
	}
	.car-info-main h1 {
		font-size: 16px;
		/* margin-top: -50px; */
		margin-bottom: 40px;
	}
	.fotorama__stage__shaft .fotorama__img {
		border-radius: 19px !important;
	}
	.car-info-main .price-wrapper {
		gap: 5px;
		margin-top: 0px;
		margin-bottom: 15px;
	}
	.car-info-main .price-wrapper .discount img {
		display: none;
	}
	.car-info-main .price-wrapper .price {
		font-size: 26px;
		padding: 0 15px;
		min-width: 150px;
	}
	.car-info-main .car-highlight {
		display: none;
	}
	.car-info-main .actions {
		padding: 15px 20px;
		padding-top: 0;
	}
	.car-info-main .btn-devis,
	.car-info-main .btn-contact,
	.car-info-main .btn-action {
		font-size: 15px;
		height: 40px;
		line-height: 36px;
		width: 270px;
		padding: 0;
		border-radius: 20px;
	}
	.car-info-main .actions .col-favourite {
		width: 40px;
	}
	.col-favourite .add-to-favourite {
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
	}
	.col-favourite .add-to-favourite img {
		width: 22px;
	}
	.car-additional-info {
		margin-bottom: 30px;
	}
	.car-additional-info .subtitle {
		font-size: 21px
	}
	.car-additional-info .subtitle > img {
		width: 24px;
		height: 24px;
		margin-right: 2px;
	}
	.car-additional-info .car-highlight {
		margin-left: 25px;
		padding: 15px 0;
	}
	.car-additional-info .car-highlight > * {
		width: auto;
		min-width: 50%;
		/* margin-bottom: 15px; */
	}
	.car-additional-info .car-highlight img {
		margin-right: 4px;
		width: 15px;
		height: 15px;
	}
	.car-gallery {
		/* min-height: 350px; */
		margin-bottom: 25px;
	}
	.fotorama__nav-wrap {
		transform: scale(0.5) translateX(-100vw) translateY(-25px);
		width: calc(100vw * 2);
		margin: 0;
		height: 84px;
	}
	.fotorama__nav--thumbs {
		width: 200vw !important;
	}
	.thumbcount {
		height: 55px;
		right: 10px;
		font-size: 26px;
	}
	.car-gallery .arrival-date {
		font-size: 12px;
		right: 0;
		left: 0;
		top: 0;
		line-height: 30px;
		height: 30px;
	}
}




/* DEVIS */
.devis .client-info {
	border-radius: 13px;
	border: 3px dashed #2094FF;
	padding: 10px 20px;
	position: relative;
}
.devis .client-info:after {
	content: url(../images/devis-arrow.svg);
	position: absolute;
	top: 24px;
	right: -180px;
	animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0, 0px); }
    65%  { transform: translate(0, 35px); }
    to   { transform: translate(0, 0px); }    
}
.devis-view .btn-blue {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
}
.devis-view .car-info tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.devis-view .car-info tr:last-child {
	border-bottom: none;
}
.devis-view .car-info td,
.devis-view .car-info th {
	padding: 5px 20px;
	font-size: 14px;
}
.text-placeholder {
	color: #D9D9D9;
    background-color: #D9D9D9;
    border-radius: 9px;
    cursor: wait;
    line-height: 18px;
    font-size: 14px !important;
    height: 18px;
    width: fit-content;
	padding: 0 6px;
	margin-bottom: 5px !important;
}
span.text-placeholder {
	display: inline-block;
}


.devis-form {
	border-radius: 8px;
	background: #FFF;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
	padding: 5px 30px;
}
.floating-label {
	margin-bottom: 0px;
}
.floating-label .form-control,
.floating-label .form-select {
	border-radius: 10px;
	min-height: 54px;
}
.floating-label textarea.form-control {
	padding-top: 15px;
	min-height: 80px
}
.floating-label label {
	position: relative;
	top: 20px;
	left: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #7C808C;
	background-color: white;
	padding: 0 6px;
}
.floating-label label .text-blue {
	font-weight: 300;
}
.devis-form .btn-blue {
	width: 100%;
	margin: 30px 0 20px;
	font-size: 24px;
	padding: 10px;
	letter-spacing: -0.75px;
}

@media(max-width: 767px) {
	.devis-view {
		max-width: 80%;
		font-size: 8px;
		margin: 0 auto;
		height: 300px
	}
	.devis-view .fs-3 {
		font-size: 14px !important
	}
	.devis-view .fs-5 {
		font-size: 11px !important;
	}
	.devis .client-info {
		font-size: 8px;
		padding: 5px;
		margin-bottom: 5px;
	}
	.text-placeholder {
		height: 8px;
		font-size: 5px !important;
		line-height: 8px;
	}
	.devis .client-info:after {
		content: url(../images/devis-arrow-mobile.svg);
		position: absolute;
		top: 60px;
		right: -25px;
		animation-name: floating;
	    animation-duration: 3s;
	    animation-iteration-count: infinite;
	    animation-timing-function: ease-in-out;
	}
	.devis .col-form {
		margin-top: -160px;
	}
	.devis-form .btn-blue {
		font-size: 18px;
	}
}





/* contact */
.icon-info {
	padding-bottom: 15px;
	margin-left: -8px;
	cursor: pointer;
}
.icon-info:hover + .info-content {
	display: inline-block;
}
.info-content {
	display: none;
	font-size: 14px;
	font-weight: 400;
	position: relative;
	bottom: 7px;
	left: -7px;
	background-color: #FFF3EF;
	padding: 5px 9px;
	border-radius: 3px;
}
.contact textarea {
	border-radius: 15px;
	height: 190px;
}
.contact-info {
	position: relative;
	margin-top: 80px;
	background-color: rgba(0, 0, 0, 0.03);
	padding: 20px 25px;
	border-radius: 20px;
	height: 190px;
}
.icon-telephone {
	position: absolute;
	right: -15px;
	top: -15px;
}
.contact input.form-control {
	height: 54px;
}
.contact .form-control::placeholder {
	color: #aaa;
	font-style: italic;
}



/* NOS SERVICES */
.nos-services p {
	text-align: justify;
	line-height: 180.763%;
}
.nos-services .bg {
	background-color: rgba(237, 100, 47, 0.05);
}
.nos-services h2 {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 25px;
}






/* FINANCEMENT ET SERVICES */
.financement-et-services .link-wrapper {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 15px;
}
.financement-et-services .link-wrapper img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	transform: scale(1);
	transition: .3s ease-in-out;
}
.financement-et-services .link-wrapper:hover img {
	transform: scale(1.05);
}
.financement-et-services .link-wrapper .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: white;
	padding: 40px;
	letter-spacing: -0.45px;
	font-size: 15px;
	z-index: 1;
}
.financement-et-services .link-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.43) 17.39%, rgba(0, 0, 0, 0.00) 49.09%);
}


.testimony {
	position: relative;
	padding-top: 100px;
	padding-bottom: 80px;
}
.testimony > .row {
	gap: 50px;
}
.bg-testimony {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    object-fit: cover;
	z-index: -1;
}
.testimony .box {
	padding: 25px 20px;
	letter-spacing: -0.6px;
	font-weight: 500;
}
.testimony .bg-1 {
	background-color: white;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);
}
.testimony .bg-2 {
	background-color: #0063BE;
	color: white;
}
.testimony .bg-3 {
	background-color: #2094FF;
	color: white;
}
.testimony .name {
	margin-bottom: 0;
	font-size: 14px;
}
.testimony .date {
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
}

@media (max-width: 767px) {
	.financement-et-services .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.financement-et-services .link-wrapper img {
		height: 232px;
	}
	.financement-et-services .link-wrapper .content {
		padding: 12px 17px;;
	}
	.loa-credit-slider-mobile p {
		margin-bottom: 10px;
	}
	.loa-credit-slider-mobile .small {
		letter-spacing: -0.6px;
		margin-bottom: 17px;
	}
	.financement-et-services .link-wrapper:after {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 35%, rgba(0, 0, 0, 0.00) 70%);
	}
	.testimony {
		padding: 0 20px;
	}
	.testimony .row {
		gap: unset;
	}
	.bg-testimony {
		display: none;
	}
	.testimony .box {
		padding: 10px;
	}
	.testimony .box > img {
		width: 38px;
		padding-bottom: 5px;
	}
	.testimony .box p {
		font-size: 13px;
		letter-spacing: -0.3px;
	}
	.testimony .box .row {
		justify-content: start !important;
	}
	.testimony .box .row > * {
		padding-right: 0px;
	}
	.testimony .box .name {
		font-size: 12px;
	}
	.testimony .box .date {
		font-size: 11px;
	}
}





/* LOA */
.number-yellow {
	display: inline-block;
	width: 40px;
	height: 32px;
	text-align: center;
	background-image: url(../images/bg-number-yellow.svg);
	background-size: 100%;
	background-repeat: no-repeat;
	color: white;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: 700;
	font-family: Visby, sans-serif;
	font-size: 20px;
}
@media (min-width: 767px) {
	.text-md-nowrap {
		white-space: nowrap;
	}
}

.loa .faq .number {
	color: rgba(255, 96, 32, 0.07);
	font-family: Visby, sans-serif;
	font-size: 150px;
	font-weight: 700;
	line-height: 110px;
	letter-spacing: -4.5px;
}

/* nos vehicules loa */
.price.monthly-payment strong {
	color: #2094FF;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.66px;
}
.price.monthly-payment {
	line-height: 16px;
	font-size: 13px;
}


@media (max-width: 767px) {
	.loa .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.loa main p {
		font-size: 14px;
	}
	.loa .title {
		font-size: 22px;
	}
	.loa main .fs-5 {
		font-size: 14px !important;
	}
	.loa .list p {
		display: flex;
		flex-wrap: wrap;
	}
	.loa main span {
		flex: 1 0 0%;
		font-size: 14px;
	}
	.loa span.number-yellow {
		flex: 0 0 auto;
	}
	.loa .visby.fs-1 {
		font-size: 22px !important;
		letter-spacing: -0.66px;
	}
	.loa .faq .number {
		font-size: 100px;
	}
	.loa .faq > .row > .col-md-2 {
		order: -1;
	}
	.loa .faq .text-justify {
		padding-left: 50px;
		padding-right: 50px;
		line-height: 153.333%;
		letter-spacing: -0.36px;
	}

	.nos-vehicules-loa .title-dash {
		margin-left: 15px;
	}
	.nos-vehicules-loa .title {
		padding-left: 15px;
	}
	.nos-vehicules-loa .homepage-form {
		padding-top: 0;
	}
	.nos-vehicules-loa .what-we-offer {
		margin-top: 20px !important;
	}
	.nos-vehicules-loa .container.what-we-offer {
		padding-left: 30px;
		padding-right: 30px;
	}
	.nos-vehicules-loa .what-we-offer .title-dash {
		margin-left: 0px;
	}
	.nos-vehicules-loa .what-we-offer .title {
		padding-left: 0px;
	}
}









/* credit auto */
.credit-auto .faq {
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
}
.credit-auto .faq .q {
	height: 64px;
	display: flex;
	align-items: center;
}
.credit-auto .faq .q .text-blue {
	font-weight: 600;
	font-size: 20px;
}
.credit-auto .faq .q.collapsed .text-blue {
	font-weight: 400;
	color: #555;
}
.credit-auto .faq .q .lnr {
	flex-grow: 1;
	text-align: right;
	font-size: 20px;
	padding-right: 25px;
	color: black;
	font-weight: bold;
}
.credit-auto .faq .q .number {
	border-radius: 6px 0px 0px 6px;
	background: #2094FF;
	display: block;
	width: 60px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	margin-right: 25px;
	color: #FFF;
	font-size: 30px;
	font-weight: 800;
}
.credit-auto .faq .collapse,
.credit-auto .faq .collapsing {
	padding: 20px 84px;
}

.credit-auto .information {
	font-size: 18px;
}
.credit-auto .with-number {
	position: relative;
}
.credit-auto .with-number ul {
	margin-left: 10px;
}
.credit-auto .with-number .number {
	color: rgba(32, 148, 255, 0.07);
	font-size: 100px;
	font-weight: 800;
	position: absolute;
	left: -60px;
	top: 0px;
	line-height: 120px;
	text-align: center;
	width: 100px;
}
.credit-auto .with-number li::marker {
	font-size: 12px;
}

.slick-initialized .slick-slide {
	display: flex;
}

@media (max-width: 767px) {
	.credit-auto .container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.credit-auto main p {
		font-size: 14px;
	}
	.credit-auto .faq .q {
		height: 40px;
	}
	.credit-auto .faq .q .number {
		font-size: 20px;
		width:  40px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
		flex: 0 0 auto;
	}
	.credit-auto .faq .q.collapsed .text-blue {
		font-size: 13px;
		letter-spacing: -0.4px;
	}
	.credit-auto .faq .q .lnr {
		padding-right: 6px;
		font-size: 14px;
	}
	.credit-auto .information h2 {
		font-size: 22px !important;
		letter-spacing: -0.5px;
	}
	.credit-auto .information p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.credit-auto .information ul {
		font-size: 14px;
		text-align: justify;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px;
	}
	.credit-auto .with-number .number {
		left: -10px;
		width: 30px;
		top: calc(50% - 60px);
	}
}





/* banner special offer */
.banner-special-offer {
	position: relative;
	width: 1000px;
	max-width: 100%;
	align-items: center;
	padding-top: 55px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	height: 320px;
}
.banner-special-offer .bg {
	position: absolute;
	top: 0;
	left: 0;
	background-color: transparent;
	width: 1000px;
	max-width: 100%;
	z-index: 1;
}
.banner-special-offer .left {
	z-index: 3;
	padding-left: 50px;
}
.banner-special-offer .right {
	z-index: 2;
	padding-right: 40px;
	text-align: right;
}
.banner-special-offer .right img {
	width: 390px;
	object-fit: cover;
	margin-top: -23px;
	height: 240px;
	border-radius: 15px;
	/* filter: drop-shadow(0px 0px 100px #278A84); */
}
.banner-special-offer .car-name {
	color: white;
	font-size: 42px;
	line-height: 45px;
	text-wrap: nowrap;
	margin-bottom: 10px;
	letter-spacing: calc(-6 / 100 * 42px);
}
.banner-special-offer .model {
	color: white;
	letter-spacing: calc(-4 / 100 * 20px);
	text-wrap: nowrap;
	font-size: 20px;
	line-height: 23px;
	margin-bottom: 10px;
}
.banner-special-offer .price {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 0px;
}
.banner-special-offer .old-price {
	font-size: 40px;
	line-height: 40px;
	color: white;
	font-weight: bold;
	font-style: italic;
	letter-spacing: calc(-6 / 100 * 40px);
	text-decoration: line-through;
}
.banner-special-offer .new-price {
	font-size: 60px;
	line-height: 60px;
	color: #32E832;
	font-weight: bold;
	font-style: italic;
	letter-spacing: calc(-6 / 100 * 60px);
}
.banner-special-offer .btn {
	color: white;
	border-radius: 10px;
	border: 2px solid white;
	height: 44px;
	line-height: 30px;
	padding: 0px 30px;
	font-size: 22px;
	display: flex;
	width: 225px;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
}
.banner-special-offer .btn:hover {
	background-color: #32E832;
	border-color: #32E832;
}
.banner-special-offer .logo {
	position: absolute;
	right: 65px;
	bottom: 40px;
	z-index: 2;
	display: inline-block;
	max-width: 120px;
}
#carouselSpecialOffer .carousel-indicators {
	bottom: 15px;
}
.voiture .special-price {
	font-size: 40px;
	line-height: 50px;
	width: 200px;
	margin: 0 auto;
	background-color: #32E832;
	color: white;
	border-radius: 25px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: calc(-6 / 100 * 40px);
}

@media (max-width: 767px) {
	.banner-special-offer {
		margin-top: 40px;
		padding-top: 50px !important;
		padding-bottom: 30px !important;
		background-color: #7E7F7E;
		margin-bottom: 20px;
		margin-left: 20px;
		margin-right: 20px;
		width: calc(100vw - 40px);
		/* height: 300px; */
		border-radius: 15px;
		position: relative;
		/* box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.2); */
	}
	.banner-special-offer .tag {
		position: absolute;
		top: -12px;
		left: calc(50% - 65px);
		width: 130px;
	}
	.banner-special-offer .left {
		padding: 0;
		order: 2;
		text-align: center;
	}
	.banner-special-offer .right {
		z-index: 2;
		padding: 0;
		text-align: center;
		order: 1;
	}
	.banner-special-offer .right img {
		/* position: absolute; */
		/* right: -10px; */
		/* top: 20px; */
		/* max-width: 60vw; */
		/* filter: drop-shadow(0px 0px 50px #21BCB36B); */
		width: 230px;
		height: 150px;
		margin-bottom: 20px;
	}
	.banner-special-offer .car-name {
		color: white;
		font-size: 22px;
		line-height: 22px;
		text-wrap: nowrap;
		margin-bottom: 5px;
		letter-spacing: calc(-6 / 100 * 22px);
	}
	.banner-special-offer .model {
		color: white;
		letter-spacing: calc(-3 / 100 * 12px);
		text-wrap: wrap;
		/* max-width: 50vw; */
		font-size: 12px;
		line-height: 15px;
		margin-bottom: 10px;
	}
	.banner-special-offer .price {
		display: flex;
		align-items: center;
		gap: 15px;
		margin-bottom: 0px;
		text-align: center;
		justify-content: center;
	}
	.banner-special-offer .old-price {
		display: none;
	}
	.banner-special-offer .new-price {
		font-size: 25px;
		line-height: 25px;
		color: #32E832;
		font-weight: bold;
		font-style: italic;
		letter-spacing: calc(-6 / 100 * 25px);
	}
	.banner-special-offer .btn {
		color: white;
		background-color: #2094FF;
		border-radius: 8px;
		border: none;
		height: 35px;
		line-height: 28px;
		font-size: 14px;
		display: flex;
		width: 120px;
		align-items: center;
		justify-content: center;
		/* margin-top: 10px; */
		margin: 10px auto;
		padding: 0;
		padding-bottom: 2px;
		font-family: 'Visby Bold';
		position: absolute;
		left: calc(50% - 60px);
		bottom: -24px;
	}
	.banner-special-offer .btn:hover {
		background-color: #32E832;
		border-color: #32E832;
	}
	.banner-special-offer .logo {
		position: absolute;
		right: 40px;
		top: 5px;
		bottom: unset;
		z-index: 2;
		display: inline-block;
		max-width: 60px;
		font-size: 10px;
	}
	#carouselSpecialOffer .carousel-indicators {
		bottom: -42px;
	}
	#carouselSpecialOffer .carousel-indicators button {
		border: 1px solid gray;
	}
	#carouselSpecialOffer .carousel-indicators button.active {
		background-color: gray;
	}
}






/* popup */
.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    /* background: rgba(33, 33, 33, 0.8); */
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}
.exit-intent-popup .popup-body {
	/* position: absolute; */
	/* top: 30%; */
	background-color: white;
	z-index: 101;
	/* left: calc(50% - 200px); */
	width: 420px;
	max-width: 100%;
	padding-top: 25px;
	padding-bottom: 35px;
	border-radius: 28px;
	box-shadow: 0 0 20px 0 #00000075;
	position: relative;
}
.exit-intent-popup .title {
	font-size: 20px;
	letter-spacing: calc(-3 / 100 * 20px);
}
.exit-intent-popup p {
	font-size: 13px;
}
.exit-intent-popup .btn-close {
	position: absolute;
	top: 15px;
	right: 15px;
}
.exit-intent-popup img {
	margin-bottom: 35px;
}
.exit-intent-popup .btn-blue {
	margin-top: 25px;
}






/* financement professionel */
.sectors {
	display: none;
}
.sectors.slick-initialized {
	display: block;
}
.sectors .slide {
	position: relative;
	padding: 0 15px;
}
.sectors .slide .label {
	position: absolute;
	bottom: 20px;
	right: 30px;
	background-color: #2094FF;
	border-radius: 2px;
	color: white;
	font-size: 15px;
	padding: 5px 10px;
}
.financement-pro .faq {
	border-radius: 6px;
	background: #FFF;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 15px;
}
.financement-pro .faq .q {
	height: 64px;
	display: flex;
	align-items: center;
}
.financement-pro .faq .q .text-blue {
	font-weight: 600;
	font-size: 20px;
}
.financement-pro .faq .q.collapsed .text-blue {
	font-weight: 400;
	color: #555;
}
.financement-pro .faq .q .lnr {
	flex-grow: 1;
	text-align: right;
	font-size: 20px;
	padding-right: 25px;
	color: black;
	font-weight: bold;
}
.financement-pro .faq .q .number {
	border-radius: 6px 0px 0px 6px;
	background: #2094FF;
	display: block;
	width: 60px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	margin-right: 25px;
	color: #FFF;
	font-size: 30px;
	font-weight: 800;
}
.financement-pro .faq .collapse,
.financement-pro .faq .collapsing {
	padding: 20px 84px;
}

@media (max-width: 767px) {
	.financement-pro .faq .q {
		height: 40px;
	}
	.financement-pro .faq .q .number {
		font-size: 20px;
		width:  40px;
		height: 40px;
		line-height: 40px;
		margin-right: 15px;
		flex: 0 0 auto;
	}
	.financement-pro .faq .q.collapsed .text-blue {
		font-size: 13px;
		letter-spacing: -0.4px;
	}
	.financement-pro .faq .q .text-blue {
		font-size: 13px;
	}
	.financement-pro .faq .q .lnr {
		padding-right: 6px;
		font-size: 14px;
	}
	.financement-pro .information h2 {
		font-size: 22px !important;
		letter-spacing: -0.5px;
	}
	.financement-pro .information p {
		padding-left: 30px;
		padding-right: 30px;
	}
	.financement-pro .information ul {
		font-size: 14px;
		text-align: justify;
		padding-left: 30px;
		padding-right: 30px;
		margin-bottom: 50px;
	}
	.financement-pro .with-number .number {
		left: -10px;
		width: 30px;
		top: calc(50% - 60px);
	}
	.financement-pro .faq .collapse {
		padding: 20px;
		font-size: 13px;
	}
}









/* new filter 20240327*/
.filter-form {
	display: flex;
	border-radius: 44px;
	background-color: white;
	justify-content: center;
	align-items: center;
	padding-left: 30px;
	padding-right: 15px;
}
.filter-form select {
	height: 46px;
	border-radius: 0;
	border: none;
	font-size: 18px;
	font-weight: 500;
}
.filter-form select:focus {
	box-shadow: none;
}
.filter-form .separator {
	border: 1px solid #c7c7c7;
	width: 1px;
	height: 46px;
	margin: 0 20px;
	color: white;
}
.filter-form .separator:last-of-type {
	border-color: white;
}

.neuf_occasion_wrapper {
	position: absolute;
	top: -50px;
	left: calc(50% - 290px / 2);
	width: 290px;
	display: flex;
	justify-content: center;
	gap: 3px;
}
.neuf_occasion_wrapper label {
	width: 90px;
	text-align: center;
	background-color: #ffffff66;
	color: white;
	border-radius: 16px;
	height: 32px;
	line-height: 32px;
}
.nos-vehicules .neuf_occasion_wrapper label {
	background-color: #00000066;
}
.neuf_occasion_wrapper label[for=neuf_occasion_2] {
	width: 95px;
}
.neuf_occasion_wrapper input {
	width: 0;
}
.neuf_occasion_wrapper input:checked + label {
	background-color: #2094FF;
}

@media (max-width: 766px) {
	.filter-form {
		margin-top: 70px;
		position: relative;
		margin-left: 20px;
		margin-right: 20px;
		border-radius: 23px;
		flex-wrap: wrap;
		padding: 20px;
	}
	.neuf_occasion_wrapper {
		top: -50px;
	}
	.neuf_occasion_wrapper label {
		background-color: white;
		color: black;
		font-size: 13px;
		box-shadow: 0 4px 4px 0 #00000042;
	}
	.neuf_occasion_wrapper input:checked + label {
		color: white;
	}
	.filter-form .selects {
		flex: 0 0 auto;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 35px;
	}
	.filter-form .select-item {
		flex: 0 0 auto;
		width: calc(50% - 5px);
		position: relative;
	}
	.filter-form .select-item button {
		height: 30px;
		width: 150px;
		border-radius: 18px;
		background-color: #F5F7FD;
		border: 0.5px solid #e3e3e380;
		font-size: 12px;
		font-weight: 400;
		text-align: left;
		color: #3f3f3f;
	}
	.select-item .dropdown {
		position: absolute;
		top: 35px;
		left: 0;
		background-color: white;
		padding: 5px 0px;
		border-radius: 8px;
		box-shadow: 0 0 4px 0 #00000040;
		z-index: 9;
		width: max-content;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		max-height: 300px;
		max-width: 150px;
		overflow-x: scroll;
		font-size: 12px;
	}
	.select-item .dropdown input {
		display: none;
	}
	.select-item .dropdown label {
		display: block;
		cursor: pointer;
		padding: 4px 12px;
		min-width: 100px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 400;
		border: 0.5px solid white;
		letter-spacing: calc(-3/100 * 12px);
		color: #3f3f3f;
	}
	.select-item .dropdown label .amount {
		font-size: 12px;
		color: #BEBEBE;
	}
	.filter-form .btn-blue {
		font-size: 12px;
		width: 50%;
	}
	.filter-form .lnr {
		display: none;
	}
	
}
@media (min-width: 767px) {
	.filter-form {
		position: relative;
		background-color: unset;
	}
	.filter-form .selects {
		background-color: white;
		display: flex;
		align-items: center;
		gap: 10px;
		height: 65px;
		padding-left: 11px;
		padding-right: 11px;
		border-radius: 40px;
	}
	.filter-form .select-item {
		position: relative;
	}
	.filter-form .select-item button {
		height: 36px;
		width: 150px;
		border-radius: 18px;
		background-color: #F5F7FD;
		border: 0.5px solid #e3e3e380;
		font-size: 15px;
		font-weight: 500;
	}
	.select-item .dropdown {
		position: absolute;
		top: 60px;
		background-color: white;
		padding: 10px 5px;
		border-radius: 8px;
		box-shadow: 0 4px 4px 0 #0000003b;
		z-index: 9;
		width: max-content;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		max-height: 400px;
		max-width: 620px;
		overflow-x: scroll;
	}
	.select-item .dropdown.more-than-36 {
		flex-direction: row;
	}
	.select-item .dropdown.more-than-36 label {
		width: calc(100% / 3);
	}
	.select-item .dropdown input {
		display: none;
	}
	.select-item .dropdown label {
		display: block;
		cursor: pointer;
		padding: 4px 15px;
		min-width: 120px;
		border-radius: 20px;
		font-size: 14px;
		font-weight: 400;
		border: 0.5px solid white;
		letter-spacing: calc(-3/100 * 14px);
	}
	.select-item .dropdown label:hover {
		background-color: #F5F7FD;
		border: 0.5px solid #e3e3e380;
	}
	.select-item .dropdown label .amount {
		font-size: 12px;
		color: #BEBEBE;
	}
	.homepage .filter-form {
		margin: 75px auto 0;
	}
	.filter-form select {
		max-width: 160px;
	}
	.filter-form .btn-blue {
		border-radius: 50%;
		height: 53px;
		width: 53px;
		padding: 0;
		margin-left: 15px;
	}
	.filter-form .btn-blue .lnr {
		display: block;
		width: 53px;
		font-size: 18px;
		color: white;
		font-weight: 600;
	}
	.filter-form .btn-blue .text {
		display: none;
	}
}





/* FINANCEMENT LOA */
.financement-loa .form-control::placeholder {
	color: #aaa;
	font-style: italic;
}
.financement-loa .finance-car-info {
	text-align: center;
	padding-top: 60px;
}
.financement-loa .car-photo {
	border-radius: 17px;
}
	.financement-loa .price {
		font-size: 36px;
	    font-weight: 600;
	    letter-spacing: -1.2px;
	    background-color: #2094FF;
	    color: white;
	    border-radius: 40px;
	    padding: 0px 30px;
	    width: 220px;
		display: block;
		margin: 20px auto;
		font-family: 'Visby';
	}
	.financement-loa .car-model {
		color: #000;
	    font-size: 30px;
	    font-weight: 600;
	    letter-spacing: -1.35px;
		font-family: 'Visby';
	}


@media (min-width: 767px) {
	.financement-loa .finance-car-info {
		position: sticky;
		top: 0;
	}
}

/* display problem on equipment tab  */
.voiture .equipment .content li svg {
	width: 0;
}






/* input range double (price range) */
#priceFilter {
	position: absolute;
	top: 60px;
	right: -10px;
	width: 500px;
	height: 65px;
	background-color: white;
	z-index: 9;
	border-radius: 12px;
	box-shadow: 0 0 10px #0003;
}
.range_container {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-items: center;
  width: 100%;
  height: 65px;
  padding: 20px;
  font-size: 14px;
}
.sliders_control {
  position: relative;
	flex-grow: 1;
}
input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -2px;
  background-color: #C1C8DC;
  pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
	border: 4px solid #2094FF;
  border-radius: 50%;
  cursor: pointer;
}
input[type=range]#fromSlider::-webkit-slider-thumb {
	position: relative;
	top: 2px;
}
#fromSlider {
  height: 0;
  z-index: 1;
}
input[type=range]::-moz-range-thumb {
	-webkit-appearance: none; 
  appearance: none;
  pointer-events: all;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #C6C6C6;
  cursor: pointer;  
}
input[type=range]::-webkit-slider-thumb:hover {
  background: #f7f7f7;
}
input[type=range]::-webkit-slider-thumb:active {
  box-shadow: inset 0 0 3px #2094FF, 0 0 9px #2094FF;
  -webkit-box-shadow: inset 0 0 3px #2094FF, 0 0 9px #2094FF;
}
#priceFilter input[type=number]::-webkit-inner-spin-button, 
#priceFilter input[type=number]::-webkit-outer-spin-button {  
   -webkit-appearance: none;
}
#priceFilter input[type=number] {
	border: none;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

@media(max-width: 767px) {
	#priceFilter {
		top: 32px;
		left: calc(50% - 155px);
		right: unset;
		width: 310px;
		height: 40px;
	}
	.range_container {
		height: 40px;
		font-size: 12px;
	}
	input[type="range"] {
		height: 2px;
	}
	input[type=range]::-webkit-slider-thumb {
		width: 16px;
		height: 16px;
		border-width: 2px;
	}
}






/* DESTOCKAGE BANNER */

#SpecialOfferSlides {
	margin-top: 10px;
	width: calc(1536px - 10px);
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
/* 	margin-bottom: 50px ; */
}
.destockage-banner {
	display: block;
	width: 570px;
	max-width: 100vw;
	margin-top: 24px;
	margin-bottom: 25px;
	z-index: 5;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	position: relative;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	transform: scale(.8);
	transition: transform 900ms cubic-bezier(0.25, 1, 0.5, 1);
}
.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible ;
  width: 570px !important;
  max-width: 100%;
}



.splide__slide.is-active .destockage-banner,
.splide__slide.is-active .special-offer {
	transform: scale(1.02);
	margin-left: auto;
	margin-right: auto;
	transition: transform 900ms cubic-bezier(0.25, 1, 0.5, 1);
}
.splide__slide:not(.is-active) .destockage-banner {
	margin-top: 15px;
}

.destockage-banner .bg {
	border-radius: 20px;
	width: 465px;
	background-color: transparent !important;
	box-shadow: 0 4px 12px 0 #0000001a;
}
.destockage-banner .bg-mobile {
	display: none;
	background-color: transparent;
}
.destockage-banner .car-name {
	position: absolute;
	top: 110px;
	left: 88px;
	font-size: 15px;
	font-weight: 900;
	color: white;
	z-index: 2;
	width: 125px;
/* 	margin: 0 auto; */
	line-height: 1;
}
.destockage-banner .model {
	position: absolute;
	left: 88px;
	top: 125px;
	font-size: 15px;
	font-weight: 900;
	color: white;
	z-index: 2;
	width: 125px;
	/* 	margin: 0 auto; */
	line-height: 1;
	padding: 2px;
	border-radius: 3px;
}
.destockage-banner .photo {
	position: absolute;
	top: 50px;
	right: 60px;
	width: calc(330px - 60px);
	/* height: 140px; */
	height: auto;
	object-fit: cover;
	border-radius: 25px;
}
.destockage-banner .special-offer {
	position: absolute;
	top: -20px;
	left: 13px;
	z-index: 10;
	width: 55px;
}
.destockage-banner .old-price {
	position: absolute;
	top: 166px;
	left: 88px;
	text-align: center;
	width: 125px;
	font-size: 19px;
	font-weight: 800;
	color: #ff0018;
}
.destockage-banner.export .old-price + .ht {
	position: absolute;
	top: 175px;
	left: 173px;
	color: #ff0018;
	font-weight: 800;
	line-height: 1;
	font-size: 11.5px;
}
.destockage-banner .new-price {
	position: absolute;
	top: 184px;
	left: 88px;
	text-align: center;
	width: 125px;
	font-size: 19px;
	font-weight: 800;
	color: #39ff3a;
	filter: drop-shadow(0 2px 4px #00000038);
}
.destockage-banner.export .new-price + .ht {
	position: absolute;
	top: 195px;
	left: 173px;
	color: #39ff3a;
	font-weight: 600;
	line-height: 1;
	font-size: 11.5px;
}
#SpecialOfferSlides .splide__pagination {
	display: none;
}
#SpecialOfferSlides .splide__arrow {
	/* position: absolute;
	z-index: 2;
	top: 43%;
	background-color: transparent;
	border: none; */
	display: none;
}
#SpecialOfferSlides .splide__arrow:before {
	content: url(../images/asset-2024-08/angle-right.svg);
}
#SpecialOfferSlides .splide__arrow svg {
	display: none;
}
#SpecialOfferSlides .splide__arrow--prev {
	left: -50px;
	transform: rotate(180deg);
}
#SpecialOfferSlides .splide__arrow--next {
	right: -50px;
}
.destockage-banner .btn {
	display: none;
	color: #4FBC81;
	font-size: 20px;
	letter-spacing: calc(-3/100 * 20px);
	font-weight: 600;
	border: 2px solid #4FBC81;
	border-radius: 30px;
	width: 270px;
	height: 53px;
	line-height: 53px;
	padding: 0;
	margin: -5px auto 0;
}
.splide__slide .destockage-banner .btn {
	display: block;
	
}
.splide__slide.is-active .destockage-banner .btn {
    display: block;
    background-color: #4FBC81;
    color: white;
    border: 2px solid #4FBC81; /* Tambahkan border agar saat hover terlihat */
    transition: all 0.3s ease-in-out; /* Animasi smooth saat hover */
}

.splide__slide.is-active .destockage-banner .btn:hover {
    background-color: white;
    color: #4FBC81;
    border: 2px solid #4FBC81;
}

.destockage-banner .btn:hover {
	color: white;
	background-color: #4FBC81;
	transition: 500ms;
}
.row-custom .col-auto{
	display: none;
}

@media (max-width: 1440px) {
  .destockage-banner {
	margin-top: 35px;
    width: 460px ;
  }
  .splide__slide {
	 width: 530px ;
  }
  .destockage-banner .car-name {
		position: absolute;
		top: 110px;
		left: 40px;
		right: 0;
		font-size: 14.5px;
		font-weight: 900;
		color: white;
		z-index: 2;
		width: fit-content;
	/* 	margin: 0 auto; */
		line-height: 1;
	}
	.destockage-banner .model {
		position: absolute;
		left: 73px;
		right: 0;
		top: 125px;
		font-size: 14.5px;
		font-weight: 900;
		color: white;
		z-index: 2;
		width: fit-content;
	/* 	margin: 0 auto; */
		line-height: 1;
		padding: 2px;
		border-radius: 3px;
	}
  	.destockage-banner .old-price {
		top: 165px;
		left: 55px;
		font-size: 18px;
		font-weight: 800;
	}
  	.destockage-banner .new-price {
		top: 183px;
		left: 55px;
		font-size: 18px;
		font-weight: 800;
	}

	.destockage-banner.export .old-price + .ht {
		top: 173px;
		left: 130px;	
		font-weight: 800;	
		font-size: 12px;
	}

	.destockage-banner.export .new-price + .ht {	
		top: 190px;
		left: 130px;
		font-weight: 600;
		font-size: 12px;
	}
	.destockage-banner .photo {
		right: 35px;
		width: calc(300px - 60px);
	
	}
	.destockage-banner .special-offer {
		top: -23px;
		left: -5px;
	}
	.splide__slide:not(.is-active) .destockage-banner {
		margin-top: 13px;
	}
}

@media (max-width: 767px) {

	.destockage-banner,
	.splide__slide.is-active .destockage-banner {
		transform: scale(.85);
		margin-top: -20px;
	}
	.destockage-banner {
		margin-top: 0px !important;
		margin-bottom: -20px !important;
		margin-left: auto;
		margin-right: auto;
	}
	.splide__slide {
	width: auto;
	}
	.destockage-banner .special-offer {
		top: -20px !important;
		width: 66.35px;
		left: -16px;
	}
	.destockage-banner .btn {
		display: block;
	}
	#SpecialOfferSlides .splide__arrow {
		position: absolute;
		z-index: 2;
		top: 43%;
		background-color: transparent;
		border: none;
		display: block;
	}

	#SpecialOfferSlides .splide__arrow--prev {
		top: 210px;
		left: 5px;
	}
	#SpecialOfferSlides .splide__arrow--next {
		top: 210px;
		right: 5px;
	}
	#SpecialOfferSlides .splide__arrow:before {
		content: '';
		display: block;
		width: 20px;
		height: 40px;
		background-image: url(../images/asset-2024-08/angle-right-mb.svg);
		background-size: 9px 18px;
		background-repeat: no-repeat;
		background-position: center;
	}

	.destockage-banner .bg {
	 display: none;
	}
	.destockage-banner .bg-mobile {
	 	display: block;
		width: 360px;
		margin-left: auto;
		margin-right: auto;
	}
	.destockage-banner .car-name {
		top: 118px;
		left: 40px;	
		font-size: 18px;
	}
	.destockage-banner .model {	
		left: 80px;
		top: 133px;	
		font-size: 18px;
	}
	.destockage-banner .photo {
		top: 160px;
		left: 35px;
		width: calc(360px - 50px);

	}
	.destockage-banner .old-price {
		top: 108px;
		left: 217px;
		font-size: 24px;
	}
	.destockage-banner.export .old-price + .ht {
		top: 120px;
		left: 317px;
	}
	.destockage-banner .new-price {
		top: 130px;
		left: 217px;
		font-size: 24px;
	}
	.destockage-banner.export .new-price + .ht {
		top: 140px;
		left: 317px;
	}

	.destockage-banner .btn {
		width: 350px !important;
		color: white;
		background-color: #4FBC81;
	}
	.destockage-banner .btn:hover {
		color: #4FBC81;
		background-color: white;
		border: 2px solid #4FBC81;
		
	}
	.row-custom{
		display: flex;
		justify-content: space-between;
		padding-right: 15px;
		padding-bottom: 18px;
	}
	.row-custom .col-auto{
		display: block;
		
	}
	.bottom .col-auto{
		display: none;
	}
}





/* LOGIN REGISTER - MY ACCOUNT */
.my-account-page h1 {
	font-weight: 600;
	font-size: 30px;
	letter-spacing: calc(-2/100 * 30px);
	margin-bottom: 10px;
}
.my-account-page p {
	font-size: 14px;
	letter-spacing: calc(-3/100 * 13px);
}
.my-account-page .subtitle  {
	font-weight: 500;
}
.my-account-page form {
	max-width: 460px;
}
.my-account-page label {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: calc(-2/100 * 15px);
	padding-left: 15px;
	margin-bottom: 5px;
}
.my-account-page .form-control {
	margin-bottom: 15px;
	border-color: #CBCBCB;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 500;
	padding-left: 15px;
	color: #555353;
}
.my-account-page .form-select {
	margin-bottom: 15px;
	border-color: #CBCBCB;
	height: 40px;
	border-radius: 20px;
	font-size: 15px;
	font-weight: 500;
	padding-left: 15px;
	color: #555353;
}
.my-account-page .form-control::placeholder {
	color: #AAA9A9;
	font-size: 13px;
	font-weight: 400;
}
.my-account-page .btn {
	background-color: black;
	color: white;
	border-radius: 21px;
	height: 42px;
	width: 100%;
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: 500;
}
.my-account-page .btn:hover {
	box-shadow: 0 4px 8px 0 #00000063;
}

.bg-black {
	background-color: black;
}
.invalid {
	font-size: 12px;
	color: red;
	margin-bottom: 20px;
	padding-left: 15px;
}










/* MY FAVOURITE */
.fav-item {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.fav-item .main-photo {
	border-radius: 11px;
	background-color: #0000000f;
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.fav-item .car-model {
	margin-bottom: 0px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: calc(-3/100 * 22px);
	line-height: 1.3;
}
.fav-item .car-name {
	font-size: 12px;
	color: #2E2E2E;
	margin-bottom: 10px;
	height: 35px;
}
.fav-item .price {
	color: #2094FF;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: calc(-3/100 * 20px);
	margin-bottom: 10px;
	line-height: 1;
}
.my-account-page .fav-item .btn {
	margin-top: 10px;
	height: 33px;
	width: 200px;
}




/* NOTRE GAMME */
.notre-gamme-banner-wrapper {
	display: block;
	width: 850px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
	padding-bottom: 35px;
}
.notre-gamme-banner {
	border-radius: 14px;
}
.notre-gamme-banner-wrapper .btn-blue {
	position: absolute;
	bottom: 50px;
	right: 15px;
	width: 150px;
	height: 30px;
	border-radius: 15px;
	border-color: #2094FF;
	line-height: 30px;
	padding: 0;
	font-size: 13px;
}

@media(max-width: 767px) {
	.notre-gamme-banner-wrapper {
		width: 100%;
		padding: 20px;
		padding-top: 0;
		text-align: center;
	}
	.notre-gamme-banner {
		border-radius: 17px;
		margin-bottom: 20px;
		box-shadow: 0 4px 13px 0 #00000021
	}
	.notre-gamme-banner-wrapper .btn-blue {
		position: relative;
		bottom: unset;
		right: unset;
		background-color: #FF632B;
		border-color: #FF632B;
		width: 224px;
		height: 42px;
		border-radius: 21px;
		font-size: 16px;
		margin-bottom: 20px
	}
	.notre-gamme-banner-wrapper.hybrid .btn-blue {
		background: linear-gradient(90deg, #3F7AF9 0%, #8164E3 100%);
		border: none;
	}
}






/* OUR LOW PRICES */
.low-prices .title b {
	color: #10D46A;
}
.low-prices .car .price {
	color: #10D46A;
}
.low-prices .btn-blue {
	background-color: #10D46A;
	border-color: #10D46A;
}
@media(max-width: 767px) {
	.low-prices .notre-gamme-banner-wrapper .btn-blue {
		background-color: #1EA39B;
		border-color: #1EA39B;
	}
}






/* NOTRE EXPERTISE */
.notre-expertise .box-rounded {
	background-color: #F5F7FD;
	border-radius: 21px;
	padding: 20px 30px;
	margin-top: 26px;
	margin-bottom: 26px;
	font-size: 15px;
}
.notre-expertise .box-rounded .subtitle {
	font-size: 20px;
	font-weight: 600;
	align-items: center;
	margin-bottom: 10px;
}
.notre-expertise .box-rounded .subtitle > img {
	padding-right: 15px;
}
.notre-expertise .box-rounded p {
	margin-bottom: 0;
}