.VehiculeFinder {
	/* width: 1200px; */
	margin: 0 auto;
	z-index: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.VehiculeFinder ul {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100%;
}
ul,
li {
	list-style: none;
}
.VehiculeFinder li {
	position: relative;
}
.VehiculeFinder p {
	font-size: 1.1rem;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	white-space: nowrap;
}
.VehiculeFinder .search {
	background: white;
}
.VehiculeFinder .pnl_plaque {
	padding: 1rem 2.8rem;
}
.VehiculeFinder .pnl_plaque .pnl_plaque_input {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.VehiculeFinder .pnl_plaque label {
	color: #545454;
	font-weight: 600;
}
.VehiculeFinder .pnl_plaque .pnl_plaque_input .plaqueImatriculation {
	width: 46%;
}
.VehiculeFinder .pnl_plaque .pnl_plaque_input input.validationPlaqueImat {
	width: 50%;
}
.VehiculeFinder .Vehicule {
	display: flex;
	flex-direction: column;
	justify-content: center;
	/* align-items: center; */
}

.VehiculeFinder .pnl_plaque .btnImmat {
	margin-top: 2.5rem;
}
.infoCNIT {
	position: absolute;
	background: #eee;
	padding: 1rem;
	border-bottom: 5px var(--color-1) solid;
	top: 100%;
	left: 0;
	right: 0;
	transition: 0.5s ease;
	animation: rotatex 0.5s;
	color: black;
}
@keyframes rotatex {
	from {
		transform: rotateX(90deg) translateY(30%);
		perspective: 100px;
		opacity: 0;
	}
}
.VehiculeFinder .plaqueImatriculation {
	display: flex;
	align-items: center;
	width: 450px;
	max-width: 90%;
	background: white;
	height: 44px;
	margin: 1rem 0;
	overflow: hidden;
	border: 1px solid #d0cdcd;
}
.VehiculeFinder .pnl_plaque input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	/* padding: .5rem 0; */
	padding-left: 4px;
	font-size: 1.6rem;
	text-align: center;
	font-weight: 700;
}
.VehiculeFinder .Vehicule input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	padding: 0.5rem 0;
	padding-left: 4px;
	font-size: 1.6rem;
	text-align: center;
}
.VehiculeFinder .Vehicule div,
.VehiculeFinder .CarteGrise div {
	/* padding: 0 8px; */
}
.VehiculeFinder .CarteGrise div {
	border: 1px solid #d0cdcd;
	margin: 1rem 0;
}
.VehiculeFinder .Vehicule .vehicule_input {
	width: 100%;
}
.VehiculeFinder .Vehicule div.form-drpLst-tlk {
	/* height: 50px; */
	background: none;
	box-shadow: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #d0cdcd;
}
.VehiculeFinder .Vehicule div .rcbArrowCell {
	background-color: #d0cdcd;
	padding: 0 0.7rem;
}
.VehiculeFinder .CarteGrise {
	position: relative;
	display: flex;
	padding-top: 1rem;
}
.VehiculeFinder a.validationPlaqueImat,
.VehiculeFinder input.validationPlaqueImat {
	border: 1px white solid;
	color: white;
	font-size: 1.1rem;
	font-weight: bold;
	padding: 0.75rem 0;
	background: var(--color-1);
	text-transform: uppercase;
	/* margin: 1rem 0; */
	transition: 0.3s ease;
	text-align: center;
}
.VehiculeFinder a.validationPlaqueImat:hover,
.VehiculeFinder input.validationPlaqueImat:hover {
	background: rgba(0, 0, 0, 0.7);
}
.VehiculeFinder nav {
	background: #666666;
	padding: 1rem 0;
	color: white;
}
.inputChoice {
	cursor: pointer;
}
.VehiculeFinder .activeVF {
	text-decoration: underline;
}

.VehiculeFinder .banniere_vehicule {
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	background-color: #666666 !important;
	color: white;
	padding: 0 8px;
}
.VehiculeFinder .banniere_vehicule .title_vehicule {
	display: flex;
	align-items: center;
	padding: 0.7rem;
}
.VehiculeFinder .banniere_vehicule .title_vehicule img {
	width: 8%;
}
.VehiculeFinder .banniere_vehicule .title_vehicule p {
	font-size: 1rem;
	margin-left: 1rem;
}
.VehiculeFinder .banniere_vehicule .echange_vehicule {
	background-color: #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	font-size: 1.2rem;
}
.VehiculeFinder .banniere_vehicule .echange_vehicule i {
	font-weight: 500 !important;
}

/* TELERIK */
.RadComboBox_MetroTouch table td.rcbInputCellLeft,
.RadComboBox_MetroTouch .rcbHovered .rcbArrowCell,
.RadComboBox_MetroTouch table td.rcbInputCell,
.RadComboBox_MetroTouch table td.rcbArrowCell {
	border: 0 !important;
}
.RadComboBox_MetroTouch .rcbFocused .rcbInput,
.VehiculeFinder .search.Vehicule input {
	font-size: 1.1rem !important;
	height: 44px;
}
/* vue vuejs animation */
.fade-leave-active {
	display: none;
}
.fade-enter-active {
	transition: opacity 1.5s;
}
.fade-enter,
.fade-leave-to {
	opacity: 0.7;
}

@media all and (max-width: 1300px) {
	.VehiculeFinder {
		width: 1000px;
	}
}

@media all and (max-width: 1100px) {
	.VehiculeFinder {
		width: 80%;
		margin-left: 10%;
	}
	.VehiculeFinder label {
		flex: unset !important;
		width: 100%;
		text-align: center;
	}
	.VehiculeFinder ul {
		width: 100%;
	}
	.VehiculeFinder p {
		font-size: 1rem;
	}
}
@media all and (max-width: 1000px) {
	.VehiculeFinder {
		width: 90%;
		margin-left: 5%;
	}

	.VehiculeFinder ul {
		flex-wrap: wrap;
	}
	.orderOnSM {
		width: 30%;
		padding: 0 10%;
		margin-bottom: 1rem;
	}
	.VehiculeFinder .separator {
		display: none;
	}
}
@media all and (max-width: 768px) {
	.VehiculeFinder nav li {
		width: 90%;
	}
	.RadComboBox_MetroTouch .rcbFocused .rcbInput,
	.VehiculeFinder .search.Vehicule input {
		font-size: 1rem;
	}
	.VehiculeFinder .search {
		padding: 1em;
	}
	.VehiculeFinder > div {
		height: auto;
	}
	.VehiculeFinder .Vehicule div {
		height: auto;
	}
	.VehiculeFinder {
		height: auto;
	}
}
@media all and (max-width: 700px) {
	.VehiculeFinder .Vehicule div {
		flex-direction: column;
	}
	.VehiculeFinder .Vehicule input {
		margin: 2% 0;
	}
	.VehiculeFinder .search.Vehicule input {
		max-width: 100%;
	}
	.inputChoice {
		width: 100%;
		height: 40px;
	}
	.VehiculeFinder {
		width: 100%;
		margin-left: 0;
	}
	.VehiculeFinder .pnl_plaque .pnl_plaque_input {
		flex-wrap: wrap;
	}
	.VehiculeFinder .pnl_plaque .pnl_plaque_input input.validationPlaqueImat,
	.VehiculeFinder .pnl_plaque .pnl_plaque_input .plaqueImatriculation {
		width: 100%;
		max-width: unset;
	}
}
@media all and (max-width: 500px) {
	.VehiculeFinder .search div {
		flex: unset;
		margin: 0;
		width: unset;
	}
	.VehiculeFinder .search {
		padding: 1em 0;
	}
	.VehiculeFinder .search .okayBtn {
		margin-left: auto;
		margin-right: 1rem;
	}
	.incHeader .panier {
		margin: 0 2px;
		padding: 0 2px;
	}
}
@media all and (max-width: 400px) {
	.VehiculeFinder {
		width: auto;
		/* transform: scale(0.95);
		transform-origin: 0 0; */
	}
}
